@globus/sdk 6.1.0 → 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist/cjs/core/authorization/index.js +1 -1
  2. package/dist/cjs/core/authorization/index.js.map +1 -1
  3. package/dist/cjs/core/info/index.js +1 -1
  4. package/dist/cjs/core/info/index.js.map +1 -1
  5. package/dist/cjs/index.js +246 -120
  6. package/dist/cjs/index.js.map +4 -4
  7. package/dist/cjs/services/globus-connect-server/client.js +1 -1
  8. package/dist/cjs/services/globus-connect-server/client.js.map +1 -1
  9. package/dist/esm/core/info/version.d.ts +1 -1
  10. package/dist/esm/core/info/version.js +1 -1
  11. package/dist/esm/open-api/types/compute.d.ts +356 -88
  12. package/dist/esm/open-api/types/compute.d.ts.map +1 -1
  13. package/dist/esm/open-api/types/flows.d.ts +210 -262
  14. package/dist/esm/open-api/types/flows.d.ts.map +1 -1
  15. package/dist/esm/open-api/types/gcs/v5.4.d.ts +2536 -2276
  16. package/dist/esm/open-api/types/gcs/v5.4.d.ts.map +1 -1
  17. package/dist/esm/open-api/types/search.d.ts +104 -64
  18. package/dist/esm/open-api/types/search.d.ts.map +1 -1
  19. package/dist/esm/open-api/types/timers.d.ts +12 -6
  20. package/dist/esm/open-api/types/timers.d.ts.map +1 -1
  21. package/dist/esm/open-api/types/transfer.d.ts +796 -0
  22. package/dist/esm/open-api/types/transfer.d.ts.map +1 -0
  23. package/dist/esm/open-api/types/transfer.js +2 -0
  24. package/dist/esm/open-api/types/transfer.js.map +1 -0
  25. package/dist/esm/package.json +1 -1
  26. package/dist/esm/services/compute/index.d.ts +1 -1
  27. package/dist/esm/services/compute/index.js +1 -1
  28. package/dist/esm/services/globus-connect-server/client.d.ts +4 -4
  29. package/dist/esm/services/globus-connect-server/client.d.ts.map +1 -1
  30. package/dist/esm/services/search/service/query.d.ts +2 -5
  31. package/dist/esm/services/search/service/query.d.ts.map +1 -1
  32. package/dist/esm/services/search/service/query.js.map +1 -1
  33. package/dist/esm/services/transfer/index.d.ts +2 -0
  34. package/dist/esm/services/transfer/index.d.ts.map +1 -1
  35. package/dist/esm/services/transfer/index.js +2 -0
  36. package/dist/esm/services/transfer/index.js.map +1 -1
  37. package/dist/esm/services/transfer/service/endpoint-search.d.ts +5 -3
  38. package/dist/esm/services/transfer/service/endpoint-search.d.ts.map +1 -1
  39. package/dist/esm/services/transfer/service/endpoint-search.js.map +1 -1
  40. package/dist/esm/services/transfer/service/stream-access-point.d.ts +23 -0
  41. package/dist/esm/services/transfer/service/stream-access-point.d.ts.map +1 -0
  42. package/dist/esm/services/transfer/service/stream-access-point.js +26 -0
  43. package/dist/esm/services/transfer/service/stream-access-point.js.map +1 -0
  44. package/dist/esm/services/transfer/service/tunnel.d.ts +75 -0
  45. package/dist/esm/services/transfer/service/tunnel.d.ts.map +1 -0
  46. package/dist/esm/services/transfer/service/tunnel.js +80 -0
  47. package/dist/esm/services/transfer/service/tunnel.js.map +1 -0
  48. package/dist/umd/globus.production.js +2 -2
  49. package/dist/umd/globus.production.js.map +4 -4
  50. package/package.json +2 -2
@@ -51,10 +51,10 @@ export interface paths {
51
51
  cookie?: never;
52
52
  };
53
53
  /**
54
- * Get Funcx Stats
54
+ * Get Compute Stats
55
55
  * @description Get various usage stats.
56
56
  */
57
- get: operations["get_funcx_stats_v2_stats_get"];
57
+ get: operations["get_compute_stats_v2_stats_get"];
58
58
  put?: never;
59
59
  post?: never;
60
60
  delete?: never;
@@ -538,6 +538,35 @@ export interface paths {
538
538
  patch?: never;
539
539
  trace?: never;
540
540
  };
541
+ "/v3/endpoints/{endpoint_uuid}/subscription-admin-verified": {
542
+ parameters: {
543
+ query?: never;
544
+ header?: never;
545
+ path?: never;
546
+ cookie?: never;
547
+ };
548
+ get?: never;
549
+ /**
550
+ * Verify Endpoint Organization
551
+ * @description Globus subscription administrators may use this route to identify (or
552
+ * disassociate) specific Compute endpoints as officially sanctioned resources
553
+ * for their organization.
554
+ *
555
+ * Note:
556
+ * - The endpoint must be associated with an active Globus Subscription
557
+ * - Only subscription administrators (not managers or members) may change the
558
+ * verification status.
559
+ * - Changes to the status of the subscription admin's identity that verified the
560
+ * endpoint will not affect the endpoint's verification status.
561
+ */
562
+ put: operations["verify_endpoint_organization_v3_endpoints__endpoint_uuid__subscription_admin_verified_put"];
563
+ post?: never;
564
+ delete?: never;
565
+ options?: never;
566
+ head?: never;
567
+ patch?: never;
568
+ trace?: never;
569
+ };
541
570
  "/v3/functions": {
542
571
  parameters: {
543
572
  query?: never;
@@ -705,6 +734,56 @@ export interface components {
705
734
  * @enum {string}
706
735
  */
707
736
  BuildStatus: "provided" | "submitted" | "initialized" | "queued" | "building" | "ready" | "failed";
737
+ /**
738
+ * ComputeStatsResponse
739
+ * @example {
740
+ * "total_function_invocations": 100
741
+ * }
742
+ */
743
+ ComputeStatsResponse: {
744
+ /**
745
+ * Total Function Invocations
746
+ * @description Total function invocations
747
+ */
748
+ total_function_invocations: number;
749
+ };
750
+ /**
751
+ * ComputeVersionResponse
752
+ * @example {
753
+ * "api": "1.0.9",
754
+ * "min_sdk_version": "1.0.10",
755
+ * "min_ep_version": "1.0.10",
756
+ * "git_sha": "3ae0ff6bc42b6d5f9d92f3c426fe9e535a841hb6",
757
+ * "container_service": "0.0.1"
758
+ * }
759
+ */
760
+ ComputeVersionResponse: {
761
+ /**
762
+ * Api
763
+ * @description API version
764
+ */
765
+ api: string;
766
+ /**
767
+ * Min Sdk Version
768
+ * @description Minimum SDK version
769
+ */
770
+ min_sdk_version?: string;
771
+ /**
772
+ * Min Ep Version
773
+ * @description Minimum endpoint version
774
+ */
775
+ min_ep_version?: string;
776
+ /**
777
+ * Git Sha
778
+ * @description Git SHA of the latest commit
779
+ */
780
+ git_sha?: string;
781
+ /**
782
+ * Container Service
783
+ * @description Container service version
784
+ */
785
+ container_service?: string;
786
+ };
708
787
  /** ConsoleNodeInfo */
709
788
  ConsoleNodeInfo: {
710
789
  /**
@@ -1098,7 +1177,8 @@ export interface components {
1098
1177
  * "endpoint_version": "1.0.10",
1099
1178
  * "sdk_version": "1.0.10",
1100
1179
  * "python_version": "3.12.7",
1101
- * "subscription_uuid": "b0b7b089-707a-4d90-a036-05b7964d6b60"
1180
+ * "subscription_uuid": "b0b7b089-707a-4d90-a036-05b7964d6b60",
1181
+ * "subscription_admin_verified": false
1102
1182
  * }
1103
1183
  */
1104
1184
  Endpoint: {
@@ -1196,6 +1276,12 @@ export interface components {
1196
1276
  * @description Globus subscription UUID
1197
1277
  */
1198
1278
  subscription_uuid?: string;
1279
+ /**
1280
+ * Subscription Admin Verified
1281
+ * @description Indicates that the endpoint has been verified as a valid organizational resource by a Globus subscription administrator.
1282
+ * @default false
1283
+ */
1284
+ subscription_admin_verified: boolean;
1199
1285
  };
1200
1286
  /**
1201
1287
  * EndpointConfig
@@ -1641,56 +1727,6 @@ export interface components {
1641
1727
  */
1642
1728
  sdk_version?: string;
1643
1729
  };
1644
- /**
1645
- * FuncxStatsResponse
1646
- * @example {
1647
- * "total_function_invocations": 100
1648
- * }
1649
- */
1650
- FuncxStatsResponse: {
1651
- /**
1652
- * Total Function Invocations
1653
- * @description Total function invocations
1654
- */
1655
- total_function_invocations: number;
1656
- };
1657
- /**
1658
- * FuncxVersionResponse
1659
- * @example {
1660
- * "api": "1.0.9",
1661
- * "min_sdk_version": "1.0.10",
1662
- * "min_ep_version": "1.0.10",
1663
- * "git_sha": "3ae0ff6bc42b6d5f9d92f3c426fe9e535a841hb6",
1664
- * "container_service": "0.0.1"
1665
- * }
1666
- */
1667
- FuncxVersionResponse: {
1668
- /**
1669
- * Api
1670
- * @description API version
1671
- */
1672
- api: string;
1673
- /**
1674
- * Min Sdk Version
1675
- * @description Minimum SDK version
1676
- */
1677
- min_sdk_version?: string;
1678
- /**
1679
- * Min Ep Version
1680
- * @description Minimum endpoint version
1681
- */
1682
- min_ep_version?: string;
1683
- /**
1684
- * Git Sha
1685
- * @description Git SHA of the latest commit
1686
- */
1687
- git_sha?: string;
1688
- /**
1689
- * Container Service
1690
- * @description Container service version
1691
- */
1692
- container_service?: string;
1693
- };
1694
1730
  /** HTTPValidationError */
1695
1731
  HTTPValidationError: {
1696
1732
  /** Detail */
@@ -1764,6 +1800,85 @@ export interface components {
1764
1800
  */
1765
1801
  warnings?: string[];
1766
1802
  };
1803
+ /** PlatformInfo */
1804
+ PlatformInfo: {
1805
+ /**
1806
+ * Architecture
1807
+ * @description Submit [host architecture tuple](https://docs.python.org/3/library/platform.html#platform.architecture) (e.g., `["64bit", "ELF"]`)
1808
+ */
1809
+ architecture?: [
1810
+ string,
1811
+ string
1812
+ ];
1813
+ /**
1814
+ * Machine
1815
+ * @description Submit [host machine type](https://docs.python.org/3/library/platform.html#platform.machine) (e.g., `x86_64`)
1816
+ */
1817
+ machine?: string;
1818
+ /**
1819
+ * Node
1820
+ * @description Submit [host node name](https://docs.python.org/3/library/platform.html#platform.node) (e.g., `login03`)
1821
+ */
1822
+ node?: string;
1823
+ /**
1824
+ * Platform
1825
+ * @description Submit [host platform](https://docs.python.org/3/library/platform.html#platform.platform) (e.g., `Linux-6.14.0-29-generic-x86_64-with-glibc2.39`)
1826
+ */
1827
+ platform?: string;
1828
+ /**
1829
+ * Processor
1830
+ * @description Submit [host processor name](https://docs.python.org/3/library/platform.html#platform.processor) (e.g., `x86_64`)
1831
+ */
1832
+ processor?: string;
1833
+ /**
1834
+ * Release
1835
+ * @description Submit [host os release](https://docs.python.org/3/library/platform.html#platform.release) (e.g., `6.16.5-2-generic`)
1836
+ */
1837
+ release?: string;
1838
+ };
1839
+ /** PythonInfo */
1840
+ PythonInfo: {
1841
+ /**
1842
+ * Version
1843
+ * @description Python [version as a dotted triple](https://docs.python.org/3/library/platform.html#platform.python_version) (e.g., `3.13.7`)
1844
+ */
1845
+ version?: string;
1846
+ /**
1847
+ * Version Tuple
1848
+ * @description Python version as a tuple (major, minor, micro)
1849
+ */
1850
+ version_tuple?: [
1851
+ number,
1852
+ number,
1853
+ number
1854
+ ];
1855
+ /**
1856
+ * Version Info
1857
+ * @description Python [version info](https://docs.python.org/3/library/sys.html#sys.version_info) from `list(sys.version_info)` (e.g., `[3, 13, 7, 'final', 0]`)
1858
+ */
1859
+ version_info?: [
1860
+ number,
1861
+ number,
1862
+ number,
1863
+ string,
1864
+ number
1865
+ ];
1866
+ /**
1867
+ * Version Description
1868
+ * @description Python [version string](https://docs.python.org/3/library/sys.html#sys.version) from `sys.version` (e.g., `3.13.7 (main, Aug 21 2025, 13:50:03) [GCC 13.3.0]`)
1869
+ */
1870
+ version_description?: string;
1871
+ /**
1872
+ * Implementation
1873
+ * @description Python [implementation](https://docs.python.org/3/library/platform.html#platform.python_implementation) (e.g., `CPython`)
1874
+ */
1875
+ implementation?: string;
1876
+ /**
1877
+ * Compiler
1878
+ * @description String [identifying the compiler](https://docs.python.org/3/library/platform.html#platform.python_compiler) used for compiling Python
1879
+ */
1880
+ compiler?: string;
1881
+ };
1767
1882
  /** ReadQueueInfo */
1768
1883
  ReadQueueInfo: {
1769
1884
  /**
@@ -1825,6 +1940,19 @@ export interface components {
1825
1940
  */
1826
1941
  connection_url: string;
1827
1942
  };
1943
+ /**
1944
+ * SubscriptionAdminVerified
1945
+ * @example {
1946
+ * "subscription_admin_verified": true
1947
+ * }
1948
+ */
1949
+ SubscriptionAdminVerified: {
1950
+ /**
1951
+ * Subscription Admin Verified
1952
+ * @description Indicates that the endpoint has been verified as a valid organizational resource by a Globus subscription administrator.
1953
+ */
1954
+ subscription_admin_verified: boolean;
1955
+ };
1828
1956
  /**
1829
1957
  * TaskGroupResponse
1830
1958
  * @example {
@@ -1924,19 +2052,30 @@ export interface components {
1924
2052
  UserRuntime: {
1925
2053
  /**
1926
2054
  * Globus Compute Sdk Version
1927
- * @description Version of the Globus Compute SDK used to submit this batch.
2055
+ * @description Globus Compute SDK version (e.g., `4.1.0`)
1928
2056
  */
1929
2057
  globus_compute_sdk_version?: string;
1930
2058
  /**
1931
2059
  * Globus Sdk Version
1932
- * @description Version of the Globus SDK used to submit this batch.
2060
+ * @description Globus SDK version (e.g., `3.63.0`)
1933
2061
  */
1934
2062
  globus_sdk_version?: string;
1935
2063
  /**
1936
2064
  * Python Version
1937
- * @description Python version that ran the SDK and submitted this batch.
2065
+ * @deprecated
2066
+ * @description [use `python` instead] Python version string from `sys.version`
1938
2067
  */
1939
2068
  python_version?: string;
2069
+ /**
2070
+ * Python
2071
+ * @description Information about the submitting user's Python runtime
2072
+ */
2073
+ python?: components["schemas"]["PythonInfo"];
2074
+ /**
2075
+ * Platform
2076
+ * @description General platform information from the user's installation
2077
+ */
2078
+ platform?: components["schemas"]["PlatformInfo"];
1940
2079
  };
1941
2080
  /** ValidationError */
1942
2081
  ValidationError: {
@@ -2025,7 +2164,7 @@ export interface components {
2025
2164
  * "lock_expiration_timestamp": "2021-07-01T00:00:00.000000"
2026
2165
  * }
2027
2166
  */
2028
- funcx_web_service__schemas__v2__endpoint__EndpointLockResponse: {
2167
+ compute_web_service__schemas__v2__endpoint__EndpointLockResponse: {
2029
2168
  /**
2030
2169
  * Endpoint Id
2031
2170
  * Format: uuid
@@ -2065,7 +2204,7 @@ export interface components {
2065
2204
  * }
2066
2205
  * }
2067
2206
  */
2068
- funcx_web_service__schemas__v2__endpoint__EndpointRegisterRequest: {
2207
+ compute_web_service__schemas__v2__endpoint__EndpointRegisterRequest: {
2069
2208
  /**
2070
2209
  * Endpoint Name
2071
2210
  * @description Endpoint name
@@ -2107,7 +2246,7 @@ export interface components {
2107
2246
  metadata?: components["schemas"]["EndpointRegisterMetadata"];
2108
2247
  };
2109
2248
  /** RegisterFunctionMetadata */
2110
- funcx_web_service__schemas__v2__function__RegisterFunctionMetadata: {
2249
+ compute_web_service__schemas__v2__function__RegisterFunctionMetadata: {
2111
2250
  /**
2112
2251
  * Python Version
2113
2252
  * @description Python version used to serialize function.
@@ -2134,7 +2273,7 @@ export interface components {
2134
2273
  * "public": false
2135
2274
  * }
2136
2275
  */
2137
- funcx_web_service__schemas__v2__function__RegisterFunctionRequest: {
2276
+ compute_web_service__schemas__v2__function__RegisterFunctionRequest: {
2138
2277
  /**
2139
2278
  * Function Name
2140
2279
  * @description Function name
@@ -2155,7 +2294,7 @@ export interface components {
2155
2294
  * @description Function description
2156
2295
  */
2157
2296
  description?: string;
2158
- metadata?: components["schemas"]["funcx_web_service__schemas__v2__function__RegisterFunctionMetadata"];
2297
+ metadata?: components["schemas"]["compute_web_service__schemas__v2__function__RegisterFunctionMetadata"];
2159
2298
  /**
2160
2299
  * Container Uuid
2161
2300
  * Format: uuid
@@ -2181,7 +2320,7 @@ export interface components {
2181
2320
  * "function_uuid": "11291b86-4f9c-47cb-848e-d3c06285951c"
2182
2321
  * }
2183
2322
  */
2184
- funcx_web_service__schemas__v2__function__RegisterFunctionResponse: {
2323
+ compute_web_service__schemas__v2__function__RegisterFunctionResponse: {
2185
2324
  /**
2186
2325
  * Function Uuid
2187
2326
  * Format: uuid
@@ -2208,7 +2347,7 @@ export interface components {
2208
2347
  * ]
2209
2348
  * }
2210
2349
  */
2211
- funcx_web_service__schemas__v2__task__BatchSubmitRequest: {
2350
+ compute_web_service__schemas__v2__task__BatchSubmitRequest: {
2212
2351
  /**
2213
2352
  * Task Group Id
2214
2353
  * Format: uuid
@@ -2250,7 +2389,7 @@ export interface components {
2250
2389
  * ]
2251
2390
  * }
2252
2391
  */
2253
- funcx_web_service__schemas__v2__task__BatchSubmitResponse: {
2392
+ compute_web_service__schemas__v2__task__BatchSubmitResponse: {
2254
2393
  /**
2255
2394
  * Response
2256
2395
  * @description Response
@@ -2275,7 +2414,7 @@ export interface components {
2275
2414
  * "lock_expiration_timestamp": "1687531403.0434475"
2276
2415
  * }
2277
2416
  */
2278
- funcx_web_service__schemas__v3__endpoints__EndpointLockResponse: {
2417
+ compute_web_service__schemas__v3__endpoints__EndpointLockResponse: {
2279
2418
  /**
2280
2419
  * Endpoint Id
2281
2420
  * Format: uuid
@@ -2316,7 +2455,7 @@ export interface components {
2316
2455
  * }
2317
2456
  * }
2318
2457
  */
2319
- funcx_web_service__schemas__v3__endpoints__EndpointRegisterRequest: {
2458
+ compute_web_service__schemas__v3__endpoints__EndpointRegisterRequest: {
2320
2459
  /**
2321
2460
  * Endpoint Name
2322
2461
  * @description Endpoint name
@@ -2379,7 +2518,7 @@ export interface components {
2379
2518
  metadata: components["schemas"]["EndpointMetadata"];
2380
2519
  };
2381
2520
  /** RegisterFunctionMetadata */
2382
- funcx_web_service__schemas__v3__function__RegisterFunctionMetadata: {
2521
+ compute_web_service__schemas__v3__function__RegisterFunctionMetadata: {
2383
2522
  /**
2384
2523
  * Python Version
2385
2524
  * @description version used to serialize function
@@ -2410,7 +2549,7 @@ export interface components {
2410
2549
  * "public": true
2411
2550
  * }
2412
2551
  */
2413
- funcx_web_service__schemas__v3__function__RegisterFunctionRequest: {
2552
+ compute_web_service__schemas__v3__function__RegisterFunctionRequest: {
2414
2553
  /**
2415
2554
  * Function Name
2416
2555
  * @description Function name
@@ -2430,7 +2569,7 @@ export interface components {
2430
2569
  * Meta
2431
2570
  * @description Function metadata
2432
2571
  */
2433
- meta: components["schemas"]["funcx_web_service__schemas__v3__function__RegisterFunctionMetadata"];
2572
+ meta: components["schemas"]["compute_web_service__schemas__v3__function__RegisterFunctionMetadata"];
2434
2573
  /**
2435
2574
  * Group
2436
2575
  * Format: uuid
@@ -2456,7 +2595,7 @@ export interface components {
2456
2595
  * "function_uuid": "11291b86-4f9c-47cb-848e-d3c06285951c"
2457
2596
  * }
2458
2597
  */
2459
- funcx_web_service__schemas__v3__function__RegisterFunctionResponse: {
2598
+ compute_web_service__schemas__v3__function__RegisterFunctionResponse: {
2460
2599
  /**
2461
2600
  * Function Uuid
2462
2601
  * Format: uuid
@@ -2484,6 +2623,39 @@ export interface components {
2484
2623
  * "num_ranks": 4,
2485
2624
  * "launcher_options": "--cpu-bind quiet --mem 3072"
2486
2625
  * },
2626
+ * "user_runtime": {
2627
+ * "globus_compute_sdk_version": "3.14.0",
2628
+ * "globus_sdk_version": "3.60.0",
2629
+ * "python": {
2630
+ * "version": "3.13.5",
2631
+ * "version_tuple": [
2632
+ * 3,
2633
+ * 13,
2634
+ * 5
2635
+ * ],
2636
+ * "version_info": [
2637
+ * 3,
2638
+ * 13,
2639
+ * 5,
2640
+ * "final",
2641
+ * 0
2642
+ * ],
2643
+ * "version_description": "3.13.7 (main, Aug 21 2025, 13:50:03) [GCC 13.3.0]",
2644
+ * "implementation": "CPython",
2645
+ * "compiler": "Clang 14.0.6"
2646
+ * },
2647
+ * "platform": {
2648
+ * "architecture": [
2649
+ * "64bit",
2650
+ * "ELF"
2651
+ * ],
2652
+ * "machine": "x86_64",
2653
+ * "node": "login02",
2654
+ * "platform": "Linux-6.16.5-2-generic-x86_64-with-glibc2.39",
2655
+ * "processor": "x86_64",
2656
+ * "release": "6.16.5-2-generic"
2657
+ * }
2658
+ * },
2487
2659
  * "result_serializers": [
2488
2660
  * "globus_compute_sdk.serialize.JSONData",
2489
2661
  * "globus_compute_sdk.serialize.DillDataBase64"
@@ -2502,7 +2674,7 @@ export interface components {
2502
2674
  * }
2503
2675
  * }
2504
2676
  */
2505
- funcx_web_service__schemas__v3__tasks__BatchSubmitRequest: {
2677
+ compute_web_service__schemas__v3__tasks__BatchSubmitRequest: {
2506
2678
  /**
2507
2679
  * Task Group Id
2508
2680
  * Format: uuid
@@ -2562,7 +2734,7 @@ export interface components {
2562
2734
  * }
2563
2735
  * }
2564
2736
  */
2565
- funcx_web_service__schemas__v3__tasks__BatchSubmitResponse: {
2737
+ compute_web_service__schemas__v3__tasks__BatchSubmitResponse: {
2566
2738
  /**
2567
2739
  * Request Id
2568
2740
  * @description A unique string to identify the request; currently this is mainly to aid debugging efforts — such as if a user needs to verify an interaction with Globus Support — and has no automated API hookup or use elsewhere in the Compute ecosystem
@@ -2620,7 +2792,7 @@ export interface operations {
2620
2792
  [name: string]: unknown;
2621
2793
  };
2622
2794
  content: {
2623
- "application/json": string | components["schemas"]["FuncxVersionResponse"];
2795
+ "application/json": string | components["schemas"]["ComputeVersionResponse"];
2624
2796
  };
2625
2797
  };
2626
2798
  /** @description Validation Error */
@@ -2686,7 +2858,7 @@ export interface operations {
2686
2858
  };
2687
2859
  };
2688
2860
  };
2689
- get_funcx_stats_v2_stats_get: {
2861
+ get_compute_stats_v2_stats_get: {
2690
2862
  parameters: {
2691
2863
  query?: never;
2692
2864
  header?: never;
@@ -2701,7 +2873,7 @@ export interface operations {
2701
2873
  [name: string]: unknown;
2702
2874
  };
2703
2875
  content: {
2704
- "application/json": components["schemas"]["FuncxStatsResponse"];
2876
+ "application/json": components["schemas"]["ComputeStatsResponse"];
2705
2877
  };
2706
2878
  };
2707
2879
  };
@@ -2770,7 +2942,7 @@ export interface operations {
2770
2942
  };
2771
2943
  requestBody: {
2772
2944
  content: {
2773
- "application/json": components["schemas"]["funcx_web_service__schemas__v2__task__BatchSubmitRequest"];
2945
+ "application/json": components["schemas"]["compute_web_service__schemas__v2__task__BatchSubmitRequest"];
2774
2946
  };
2775
2947
  };
2776
2948
  responses: {
@@ -2780,7 +2952,7 @@ export interface operations {
2780
2952
  [name: string]: unknown;
2781
2953
  };
2782
2954
  content: {
2783
- "application/json": components["schemas"]["funcx_web_service__schemas__v2__task__BatchSubmitResponse"];
2955
+ "application/json": components["schemas"]["compute_web_service__schemas__v2__task__BatchSubmitResponse"];
2784
2956
  };
2785
2957
  };
2786
2958
  /** @description Validation Error */
@@ -2971,7 +3143,7 @@ export interface operations {
2971
3143
  };
2972
3144
  requestBody: {
2973
3145
  content: {
2974
- "application/json": components["schemas"]["funcx_web_service__schemas__v2__endpoint__EndpointRegisterRequest"];
3146
+ "application/json": components["schemas"]["compute_web_service__schemas__v2__endpoint__EndpointRegisterRequest"];
2975
3147
  };
2976
3148
  };
2977
3149
  responses: {
@@ -3109,7 +3281,7 @@ export interface operations {
3109
3281
  [name: string]: unknown;
3110
3282
  };
3111
3283
  content: {
3112
- "application/json": components["schemas"]["funcx_web_service__schemas__v2__endpoint__EndpointLockResponse"];
3284
+ "application/json": components["schemas"]["compute_web_service__schemas__v2__endpoint__EndpointLockResponse"];
3113
3285
  };
3114
3286
  };
3115
3287
  /** @description Validation Error */
@@ -3198,7 +3370,7 @@ export interface operations {
3198
3370
  };
3199
3371
  requestBody: {
3200
3372
  content: {
3201
- "application/json": components["schemas"]["funcx_web_service__schemas__v2__function__RegisterFunctionRequest"];
3373
+ "application/json": components["schemas"]["compute_web_service__schemas__v2__function__RegisterFunctionRequest"];
3202
3374
  };
3203
3375
  };
3204
3376
  responses: {
@@ -3208,7 +3380,7 @@ export interface operations {
3208
3380
  [name: string]: unknown;
3209
3381
  };
3210
3382
  content: {
3211
- "application/json": components["schemas"]["funcx_web_service__schemas__v2__function__RegisterFunctionResponse"];
3383
+ "application/json": components["schemas"]["compute_web_service__schemas__v2__function__RegisterFunctionResponse"];
3212
3384
  };
3213
3385
  };
3214
3386
  /** @description Validation Error */
@@ -3299,7 +3471,7 @@ export interface operations {
3299
3471
  };
3300
3472
  requestBody: {
3301
3473
  content: {
3302
- "application/json": components["schemas"]["funcx_web_service__schemas__v3__endpoints__EndpointRegisterRequest"];
3474
+ "application/json": components["schemas"]["compute_web_service__schemas__v3__endpoints__EndpointRegisterRequest"];
3303
3475
  };
3304
3476
  };
3305
3477
  responses: {
@@ -3383,7 +3555,7 @@ export interface operations {
3383
3555
  };
3384
3556
  requestBody: {
3385
3557
  content: {
3386
- "application/json": components["schemas"]["funcx_web_service__schemas__v3__endpoints__EndpointRegisterRequest"];
3558
+ "application/json": components["schemas"]["compute_web_service__schemas__v3__endpoints__EndpointRegisterRequest"];
3387
3559
  };
3388
3560
  };
3389
3561
  responses: {
@@ -3488,7 +3660,7 @@ export interface operations {
3488
3660
  [name: string]: unknown;
3489
3661
  };
3490
3662
  content: {
3491
- "application/json": components["schemas"]["funcx_web_service__schemas__v3__endpoints__EndpointLockResponse"];
3663
+ "application/json": components["schemas"]["compute_web_service__schemas__v3__endpoints__EndpointLockResponse"];
3492
3664
  };
3493
3665
  };
3494
3666
  /** @description Unauthorized */
@@ -3553,7 +3725,7 @@ export interface operations {
3553
3725
  };
3554
3726
  requestBody: {
3555
3727
  content: {
3556
- "application/json": components["schemas"]["funcx_web_service__schemas__v3__tasks__BatchSubmitRequest"];
3728
+ "application/json": components["schemas"]["compute_web_service__schemas__v3__tasks__BatchSubmitRequest"];
3557
3729
  };
3558
3730
  };
3559
3731
  responses: {
@@ -3563,7 +3735,7 @@ export interface operations {
3563
3735
  [name: string]: unknown;
3564
3736
  };
3565
3737
  content: {
3566
- "application/json": components["schemas"]["funcx_web_service__schemas__v3__tasks__BatchSubmitResponse"];
3738
+ "application/json": components["schemas"]["compute_web_service__schemas__v3__tasks__BatchSubmitResponse"];
3567
3739
  };
3568
3740
  };
3569
3741
  /** @description Unauthorized */
@@ -3742,6 +3914,93 @@ export interface operations {
3742
3914
  };
3743
3915
  };
3744
3916
  };
3917
+ verify_endpoint_organization_v3_endpoints__endpoint_uuid__subscription_admin_verified_put: {
3918
+ parameters: {
3919
+ query?: never;
3920
+ header?: never;
3921
+ path?: never;
3922
+ cookie?: never;
3923
+ };
3924
+ requestBody: {
3925
+ content: {
3926
+ "application/json": components["schemas"]["SubscriptionAdminVerified"];
3927
+ };
3928
+ };
3929
+ responses: {
3930
+ /** @description Successful Response */
3931
+ 200: {
3932
+ headers: {
3933
+ [name: string]: unknown;
3934
+ };
3935
+ content: {
3936
+ "application/json": components["schemas"]["SubscriptionAdminVerified"];
3937
+ };
3938
+ };
3939
+ /** @description Bad Request */
3940
+ 400: {
3941
+ headers: {
3942
+ [name: string]: unknown;
3943
+ };
3944
+ content: {
3945
+ "application/json": components["schemas"]["ErrorResponse"];
3946
+ };
3947
+ };
3948
+ /** @description Unauthorized */
3949
+ 401: {
3950
+ headers: {
3951
+ [name: string]: unknown;
3952
+ };
3953
+ content: {
3954
+ "application/json": components["schemas"]["ErrorResponse"];
3955
+ };
3956
+ };
3957
+ /** @description Forbidden */
3958
+ 403: {
3959
+ headers: {
3960
+ [name: string]: unknown;
3961
+ };
3962
+ content: {
3963
+ "application/json": components["schemas"]["ErrorResponse"];
3964
+ };
3965
+ };
3966
+ /** @description Not Found */
3967
+ 404: {
3968
+ headers: {
3969
+ [name: string]: unknown;
3970
+ };
3971
+ content: {
3972
+ "application/json": components["schemas"]["ErrorResponse"];
3973
+ };
3974
+ };
3975
+ /** @description Conflict */
3976
+ 409: {
3977
+ headers: {
3978
+ [name: string]: unknown;
3979
+ };
3980
+ content: {
3981
+ "application/json": components["schemas"]["ErrorResponse"];
3982
+ };
3983
+ };
3984
+ /** @description Validation Error */
3985
+ 422: {
3986
+ headers: {
3987
+ [name: string]: unknown;
3988
+ };
3989
+ content: {
3990
+ "application/json": components["schemas"]["HTTPValidationError"];
3991
+ };
3992
+ };
3993
+ /** @description Internal Server Error */
3994
+ 500: {
3995
+ headers: {
3996
+ [name: string]: unknown;
3997
+ };
3998
+ content: {
3999
+ "application/json": components["schemas"]["ErrorResponse"];
4000
+ };
4001
+ };
4002
+ };
4003
+ };
3745
4004
  register_function_v3_functions_post: {
3746
4005
  parameters: {
3747
4006
  query?: never;
@@ -3751,7 +4010,7 @@ export interface operations {
3751
4010
  };
3752
4011
  requestBody: {
3753
4012
  content: {
3754
- "application/json": components["schemas"]["funcx_web_service__schemas__v3__function__RegisterFunctionRequest"];
4013
+ "application/json": components["schemas"]["compute_web_service__schemas__v3__function__RegisterFunctionRequest"];
3755
4014
  };
3756
4015
  };
3757
4016
  responses: {
@@ -3761,7 +4020,7 @@ export interface operations {
3761
4020
  [name: string]: unknown;
3762
4021
  };
3763
4022
  content: {
3764
- "application/json": components["schemas"]["funcx_web_service__schemas__v3__function__RegisterFunctionResponse"];
4023
+ "application/json": components["schemas"]["compute_web_service__schemas__v3__function__RegisterFunctionResponse"];
3765
4024
  };
3766
4025
  };
3767
4026
  /** @description Unauthorized */
@@ -3773,6 +4032,15 @@ export interface operations {
3773
4032
  "application/json": components["schemas"]["ErrorResponse"];
3774
4033
  };
3775
4034
  };
4035
+ /** @description Forbidden */
4036
+ 403: {
4037
+ headers: {
4038
+ [name: string]: unknown;
4039
+ };
4040
+ content: {
4041
+ "application/json": components["schemas"]["ErrorResponse"];
4042
+ };
4043
+ };
3776
4044
  /** @description Request Entity Too Large */
3777
4045
  413: {
3778
4046
  headers: {