Skip to content

Commit 9c44fc3

Browse files
github-actions[bot]github-actions
andauthored
chore(Compute): Updates OpenAPI generated types for Globus Service APIs (#562)
This PR was auto-generated by the `scheduled--generate-types` GitHub Action workflow. ### Continuous integration workflows were NOT run on the creation of this pull request. --- - [x] Update the title (scope) of this pull request to match the changes made. - [x] Close and reopen this pull request to trigger workflows. Co-authored-by: github-actions <[email protected]>
1 parent c1acaa7 commit 9c44fc3

File tree

1 file changed

+40
-16
lines changed

1 file changed

+40
-16
lines changed

src/open-api/types/compute.ts

Lines changed: 40 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,20 +1774,6 @@ export interface components {
17741774
*/
17751775
queue: string;
17761776
};
1777-
/**
1778-
* RegisterFunctionResponse
1779-
* @example {
1780-
* "function_uuid": "11291b86-4f9c-47cb-848e-d3c06285951c"
1781-
* }
1782-
*/
1783-
RegisterFunctionResponse: {
1784-
/**
1785-
* Function Uuid
1786-
* Format: uuid
1787-
* @description Function UUID
1788-
*/
1789-
function_uuid: string;
1790-
};
17911777
/** ResourceSpecification */
17921778
ResourceSpecification: {
17931779
/**
@@ -2175,6 +2161,20 @@ export interface components {
21752161
*/
21762162
public: boolean;
21772163
};
2164+
/**
2165+
* RegisterFunctionResponse
2166+
* @example {
2167+
* "function_uuid": "11291b86-4f9c-47cb-848e-d3c06285951c"
2168+
* }
2169+
*/
2170+
funcx_web_service__schemas__v2__function__RegisterFunctionResponse: {
2171+
/**
2172+
* Function Uuid
2173+
* Format: uuid
2174+
* @description Function UUID
2175+
*/
2176+
function_uuid: string;
2177+
};
21782178
/**
21792179
* BatchSubmitRequest
21802180
* @example {
@@ -2436,6 +2436,25 @@ export interface components {
24362436
*/
24372437
ha_endpoint_id?: string;
24382438
};
2439+
/**
2440+
* RegisterFunctionResponse
2441+
* @example {
2442+
* "function_uuid": "11291b86-4f9c-47cb-848e-d3c06285951c"
2443+
* }
2444+
*/
2445+
funcx_web_service__schemas__v3__function__RegisterFunctionResponse: {
2446+
/**
2447+
* Function Uuid
2448+
* Format: uuid
2449+
* @description Function UUID
2450+
*/
2451+
function_uuid: string;
2452+
/**
2453+
* Ha Warning
2454+
* @description Populated when a function is registered to an HA endpoint. If present, the SDK will emit the text to the user as a warning.
2455+
*/
2456+
ha_warning?: string;
2457+
};
24392458
/**
24402459
* BatchSubmitRequest
24412460
* @example {
@@ -2554,6 +2573,11 @@ export interface components {
25542573
tasks: {
25552574
[key: string]: string[];
25562575
};
2576+
/**
2577+
* Ha Warning
2578+
* @description Populated when a task is submitted to an HA endpoint. If present, the SDK will emit the text to the user as a warning.
2579+
*/
2580+
ha_warning?: string;
25572581
};
25582582
};
25592583
responses: never;
@@ -3170,7 +3194,7 @@ export interface operations {
31703194
[name: string]: unknown;
31713195
};
31723196
content: {
3173-
"application/json": components["schemas"]["RegisterFunctionResponse"];
3197+
"application/json": components["schemas"]["funcx_web_service__schemas__v2__function__RegisterFunctionResponse"];
31743198
};
31753199
};
31763200
/** @description Validation Error */
@@ -3723,7 +3747,7 @@ export interface operations {
37233747
[name: string]: unknown;
37243748
};
37253749
content: {
3726-
"application/json": components["schemas"]["RegisterFunctionResponse"];
3750+
"application/json": components["schemas"]["funcx_web_service__schemas__v3__function__RegisterFunctionResponse"];
37273751
};
37283752
};
37293753
/** @description Unauthorized */

0 commit comments

Comments
 (0)