@@ -1774,20 +1774,6 @@ export interface components {
1774
1774
*/
1775
1775
queue : string ;
1776
1776
} ;
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
- } ;
1791
1777
/** ResourceSpecification */
1792
1778
ResourceSpecification : {
1793
1779
/**
@@ -2175,6 +2161,20 @@ export interface components {
2175
2161
*/
2176
2162
public : boolean ;
2177
2163
} ;
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
+ } ;
2178
2178
/**
2179
2179
* BatchSubmitRequest
2180
2180
* @example {
@@ -2436,6 +2436,25 @@ export interface components {
2436
2436
*/
2437
2437
ha_endpoint_id ?: string ;
2438
2438
} ;
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
+ } ;
2439
2458
/**
2440
2459
* BatchSubmitRequest
2441
2460
* @example {
@@ -2554,6 +2573,11 @@ export interface components {
2554
2573
tasks : {
2555
2574
[ key : string ] : string [ ] ;
2556
2575
} ;
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 ;
2557
2581
} ;
2558
2582
} ;
2559
2583
responses : never ;
@@ -3170,7 +3194,7 @@ export interface operations {
3170
3194
[ name : string ] : unknown ;
3171
3195
} ;
3172
3196
content : {
3173
- "application/json" : components [ "schemas" ] [ "RegisterFunctionResponse " ] ;
3197
+ "application/json" : components [ "schemas" ] [ "funcx_web_service__schemas__v2__function__RegisterFunctionResponse " ] ;
3174
3198
} ;
3175
3199
} ;
3176
3200
/** @description Validation Error */
@@ -3723,7 +3747,7 @@ export interface operations {
3723
3747
[ name : string ] : unknown ;
3724
3748
} ;
3725
3749
content : {
3726
- "application/json" : components [ "schemas" ] [ "RegisterFunctionResponse " ] ;
3750
+ "application/json" : components [ "schemas" ] [ "funcx_web_service__schemas__v3__function__RegisterFunctionResponse " ] ;
3727
3751
} ;
3728
3752
} ;
3729
3753
/** @description Unauthorized */
0 commit comments