@stack-spot/portal-network 1.0.0-betaadp.2 → 1.0.0-dev.1768422812092
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.
- package/CHANGELOG.md +633 -0
- package/dist/api/account.d.ts +413 -277
- package/dist/api/account.d.ts.map +1 -1
- package/dist/api/account.js +261 -176
- package/dist/api/account.js.map +1 -1
- package/dist/api/accountAssetManager.d.ts +309 -0
- package/dist/api/accountAssetManager.d.ts.map +1 -0
- package/dist/api/accountAssetManager.js +169 -0
- package/dist/api/accountAssetManager.js.map +1 -0
- package/dist/api/agent-tools.d.ts +243 -149
- package/dist/api/agent-tools.d.ts.map +1 -1
- package/dist/api/agent-tools.js +77 -5
- package/dist/api/agent-tools.js.map +1 -1
- package/dist/api/agent.d.ts +55 -55
- package/dist/api/agent.d.ts.map +1 -1
- package/dist/api/ai.d.ts +487 -98
- package/dist/api/ai.d.ts.map +1 -1
- package/dist/api/ai.js +427 -146
- package/dist/api/ai.js.map +1 -1
- package/dist/api/cloudPlatform.d.ts +374 -221
- package/dist/api/cloudPlatform.d.ts.map +1 -1
- package/dist/api/cloudPlatform.js +299 -93
- package/dist/api/cloudPlatform.js.map +1 -1
- package/dist/api/cloudPlatformHorizon.d.ts +178 -9
- package/dist/api/cloudPlatformHorizon.d.ts.map +1 -1
- package/dist/api/cloudPlatformHorizon.js +69 -1
- package/dist/api/cloudPlatformHorizon.js.map +1 -1
- package/dist/api/codeShift.d.ts +1125 -83
- package/dist/api/codeShift.d.ts.map +1 -1
- package/dist/api/codeShift.js +538 -16
- package/dist/api/codeShift.js.map +1 -1
- package/dist/api/dataIntegration.d.ts +291 -1
- package/dist/api/dataIntegration.d.ts.map +1 -1
- package/dist/api/dataIntegration.js +254 -0
- package/dist/api/dataIntegration.js.map +1 -1
- package/dist/api/discover.d.ts +380 -0
- package/dist/api/discover.d.ts.map +1 -0
- package/dist/api/discover.js +256 -0
- package/dist/api/discover.js.map +1 -0
- package/dist/api/edpBfa.d.ts +215 -0
- package/dist/api/edpBfa.d.ts.map +1 -0
- package/dist/api/edpBfa.js +87 -0
- package/dist/api/edpBfa.js.map +1 -0
- package/dist/api/genAiInference.d.ts +22 -2
- package/dist/api/genAiInference.d.ts.map +1 -1
- package/dist/api/genAiInference.js +22 -3
- package/dist/api/genAiInference.js.map +1 -1
- package/dist/api/workflows.d.ts +68 -5
- package/dist/api/workflows.d.ts.map +1 -1
- package/dist/api/workflows.js +16 -0
- package/dist/api/workflows.js.map +1 -1
- package/dist/api/workspaceManager.d.ts +16 -10
- package/dist/api/workspaceManager.d.ts.map +1 -1
- package/dist/api/workspaceManager.js +10 -0
- package/dist/api/workspaceManager.js.map +1 -1
- package/dist/api-addresses.d.ts +20 -18
- package/dist/api-addresses.d.ts.map +1 -1
- package/dist/api-addresses.js +81 -21
- package/dist/api-addresses.js.map +1 -1
- package/dist/apis-itau.json +241 -0
- package/dist/apis.json +18 -2
- package/dist/client/account-asset-manager.d.ts +112 -0
- package/dist/client/account-asset-manager.d.ts.map +1 -0
- package/dist/client/account-asset-manager.js +160 -0
- package/dist/client/account-asset-manager.js.map +1 -0
- package/dist/client/account.d.ts +265 -242
- package/dist/client/account.d.ts.map +1 -1
- package/dist/client/account.js +80 -34
- package/dist/client/account.js.map +1 -1
- package/dist/client/agent-tools.d.ts +166 -119
- package/dist/client/agent-tools.d.ts.map +1 -1
- package/dist/client/agent-tools.js +62 -11
- package/dist/client/agent-tools.js.map +1 -1
- package/dist/client/agent.d.ts +46 -46
- package/dist/client/agent.d.ts.map +1 -1
- package/dist/client/ai.d.ts +266 -79
- package/dist/client/ai.d.ts.map +1 -1
- package/dist/client/ai.js +262 -20
- package/dist/client/ai.js.map +1 -1
- package/dist/client/api-management.d.ts +10 -1
- package/dist/client/api-management.d.ts.map +1 -1
- package/dist/client/api-management.js +11 -2
- package/dist/client/api-management.js.map +1 -1
- package/dist/client/cloud-account.d.ts +13 -13
- package/dist/client/cloud-platform-horizon.d.ts +38 -19
- package/dist/client/cloud-platform-horizon.d.ts.map +1 -1
- package/dist/client/cloud-platform-horizon.js +19 -1
- package/dist/client/cloud-platform-horizon.js.map +1 -1
- package/dist/client/cloud-platform.d.ts +213 -46
- package/dist/client/cloud-platform.d.ts.map +1 -1
- package/dist/client/cloud-platform.js +168 -33
- package/dist/client/cloud-platform.js.map +1 -1
- package/dist/client/cloud-runtimes.d.ts +4 -4
- package/dist/client/cloud-services.d.ts +17 -17
- package/dist/client/cloud-services.d.ts.map +1 -1
- package/dist/client/code-shift.d.ts +535 -162
- package/dist/client/code-shift.d.ts.map +1 -1
- package/dist/client/code-shift.js +296 -7
- package/dist/client/code-shift.js.map +1 -1
- package/dist/client/content.d.ts +127 -132
- package/dist/client/content.d.ts.map +1 -1
- package/dist/client/data-integration.d.ts +92 -53
- package/dist/client/data-integration.d.ts.map +1 -1
- package/dist/client/data-integration.js +38 -2
- package/dist/client/data-integration.js.map +1 -1
- package/dist/client/discover.d.ts +84 -0
- package/dist/client/discover.d.ts.map +1 -0
- package/dist/client/discover.js +359 -0
- package/dist/client/discover.js.map +1 -0
- package/dist/client/edp-bfa.d.ts +16 -0
- package/dist/client/edp-bfa.d.ts.map +1 -0
- package/dist/client/edp-bfa.js +24 -0
- package/dist/client/edp-bfa.js.map +1 -0
- package/dist/client/event-bus.d.ts.map +1 -1
- package/dist/client/gen-ai-inference.d.ts +20 -20
- package/dist/client/insights.d.ts +7 -7
- package/dist/client/notification.d.ts +17 -10
- package/dist/client/notification.d.ts.map +1 -1
- package/dist/client/notification.js +10 -1
- package/dist/client/notification.js.map +1 -1
- package/dist/client/runtime-manager.d.ts +8 -8
- package/dist/client/secrets.d.ts.map +1 -1
- package/dist/client/secrets.js +1 -1
- package/dist/client/secrets.js.map +1 -1
- package/dist/client/types.d.ts +50 -7
- package/dist/client/types.d.ts.map +1 -1
- package/dist/client/workflow.d.ts +10 -10
- package/dist/client/workspace-ai.d.ts +53 -53
- package/dist/client/workspace-ai.d.ts.map +1 -1
- package/dist/client/workspace-ai.js +3 -7
- package/dist/client/workspace-ai.js.map +1 -1
- package/dist/client/workspace-manager.d.ts +115 -76
- package/dist/client/workspace-manager.d.ts.map +1 -1
- package/dist/client/workspace-manager.js +47 -2
- package/dist/client/workspace-manager.js.map +1 -1
- package/dist/client/workspace-search.d.ts +2 -2
- package/dist/client/workspace.d.ts +58 -105
- package/dist/client/workspace.d.ts.map +1 -1
- package/dist/error/DefaultAPIError.d.ts.map +1 -1
- package/dist/error/DefaultAPIError.js.map +1 -1
- package/dist/error/StackspotAPIError.d.ts +3 -4
- package/dist/error/StackspotAPIError.d.ts.map +1 -1
- package/dist/error/StackspotAPIError.js +3 -3
- package/dist/error/StackspotAPIError.js.map +1 -1
- package/dist/error/dictionary/accountAssetManager.d.ts +11 -0
- package/dist/error/dictionary/accountAssetManager.d.ts.map +1 -0
- package/dist/error/dictionary/accountAssetManager.js +11 -0
- package/dist/error/dictionary/accountAssetManager.js.map +1 -0
- package/dist/error/dictionary/cloud-platform.d.ts +76 -8
- package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
- package/dist/error/dictionary/cloud-platform.js +80 -12
- package/dist/error/dictionary/cloud-platform.js.map +1 -1
- package/dist/error/dictionary/workspace-ai.d.ts +9 -0
- package/dist/error/dictionary/workspace-ai.d.ts.map +1 -0
- package/dist/error/dictionary/workspace-ai.js +9 -0
- package/dist/error/dictionary/workspace-ai.js.map +1 -0
- package/dist/index.d.ts +6 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/network/NetworkClient.d.ts +4 -2
- package/dist/network/NetworkClient.d.ts.map +1 -1
- package/dist/network/NetworkClient.js +16 -4
- package/dist/network/NetworkClient.js.map +1 -1
- package/dist/network/types.d.ts +2 -0
- package/dist/network/types.d.ts.map +1 -1
- package/dist/utils/StreamedJson.d.ts +3 -1
- package/dist/utils/StreamedJson.d.ts.map +1 -1
- package/dist/utils/StreamedJson.js +23 -3
- package/dist/utils/StreamedJson.js.map +1 -1
- package/package.dev.json +3 -0
- package/package.json +10 -9
- package/package.stg.json +3 -0
- package/readme.md +40 -1
- package/src/api/account.ts +701 -540
- package/src/api/accountAssetManager.ts +771 -0
- package/src/api/agent-tools.ts +332 -151
- package/src/api/ai.ts +891 -170
- package/src/api/cloudPlatform.ts +667 -298
- package/src/api/cloudPlatformHorizon.ts +412 -9
- package/src/api/codeShift.ts +2088 -97
- package/src/api/dataIntegration.ts +635 -1
- package/src/api/discover.ts +601 -0
- package/src/api/edpBfa.ts +472 -0
- package/src/api/genAiInference.ts +47 -4
- package/src/api/workflows.ts +100 -5
- package/src/api/workspaceManager.ts +25 -10
- package/src/api-addresses.ts +113 -38
- package/src/apis-itau.json +241 -0
- package/src/apis.json +18 -2
- package/src/client/account-asset-manager.ts +100 -0
- package/src/client/account.ts +71 -40
- package/src/client/agent-tools.ts +57 -17
- package/src/client/ai.ts +232 -20
- package/src/client/api-management.ts +7 -2
- package/src/client/cloud-platform-horizon.ts +12 -4
- package/src/client/cloud-platform.ts +101 -27
- package/src/client/code-shift.ts +196 -8
- package/src/client/data-integration.ts +28 -1
- package/src/client/discover.ts +319 -0
- package/src/client/edp-bfa.ts +24 -0
- package/src/client/notification.ts +6 -1
- package/src/client/secrets.ts +1 -1
- package/src/client/types.ts +55 -9
- package/src/client/workspace-ai.ts +19 -23
- package/src/client/workspace-manager.ts +31 -2
- package/src/error/DefaultAPIError.ts +5 -5
- package/src/error/StackspotAPIError.ts +4 -4
- package/src/error/dictionary/accountAssetManager.ts +12 -0
- package/src/error/dictionary/cloud-platform.ts +80 -12
- package/src/error/dictionary/workspace-ai.ts +10 -0
- package/src/index.ts +7 -4
- package/src/network/NetworkClient.ts +18 -6
- package/src/network/types.ts +3 -0
- package/src/utils/StreamedJson.tsx +19 -4
- package/dist/api/discovery.d.ts +0 -494
- package/dist/api/discovery.d.ts.map +0 -1
- package/dist/api/discovery.js +0 -205
- package/dist/api/discovery.js.map +0 -1
- package/dist/client/adp-mock.d.ts +0 -89
- package/dist/client/adp-mock.d.ts.map +0 -1
- package/dist/client/adp-mock.js +0 -246
- package/dist/client/adp-mock.js.map +0 -1
- package/dist/client/discovery.d.ts +0 -110
- package/dist/client/discovery.d.ts.map +0 -1
- package/dist/client/discovery.js +0 -133
- package/dist/client/discovery.js.map +0 -1
- package/src/api/discovery.ts +0 -729
- package/src/client/adp-mock.ts +0 -244
- package/src/client/discovery.ts +0 -73
|
@@ -8,9 +8,9 @@ declare class CloudPlatformHorizonClient extends ReactQueryNetworkClient {
|
|
|
8
8
|
* Get a list of organizations
|
|
9
9
|
*/
|
|
10
10
|
listOrganizations: import("../network/types.js").QueryObject<Omit<{
|
|
11
|
-
xAccountId?: string
|
|
12
|
-
page?: number
|
|
13
|
-
perPage?: number
|
|
11
|
+
xAccountId?: string;
|
|
12
|
+
page?: number;
|
|
13
|
+
perPage?: number;
|
|
14
14
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatformHorizon.js").OrganizationManifestV1[]>;
|
|
15
15
|
/**
|
|
16
16
|
* Get organization by id
|
|
@@ -58,25 +58,25 @@ declare class CloudPlatformHorizonClient extends ReactQueryNetworkClient {
|
|
|
58
58
|
* List all runtimes
|
|
59
59
|
*/
|
|
60
60
|
listRuntimes: import("../network/types.js").QueryObject<Omit<{
|
|
61
|
-
xAccountId?: string
|
|
62
|
-
page?: number
|
|
63
|
-
perPage?: number
|
|
61
|
+
xAccountId?: string;
|
|
62
|
+
page?: number;
|
|
63
|
+
perPage?: number;
|
|
64
64
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatformHorizon.js").RuntimeManifestV1[]>;
|
|
65
65
|
/**
|
|
66
66
|
* List all tenants
|
|
67
67
|
*/
|
|
68
68
|
listTenants: import("../network/types.js").QueryObject<Omit<{
|
|
69
|
-
xAccountId?: string
|
|
70
|
-
page?: number
|
|
71
|
-
perPage?: number
|
|
69
|
+
xAccountId?: string;
|
|
70
|
+
page?: number;
|
|
71
|
+
perPage?: number;
|
|
72
72
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatformHorizon.js").TenantManifestV1[]>;
|
|
73
73
|
/**
|
|
74
74
|
* List tenants from organization
|
|
75
75
|
*/
|
|
76
76
|
listTenantsByOrganization: import("../network/types.js").QueryObject<Omit<{
|
|
77
77
|
organizationId: string;
|
|
78
|
-
page?: number
|
|
79
|
-
perPage?: number
|
|
78
|
+
page?: number;
|
|
79
|
+
perPage?: number;
|
|
80
80
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatformHorizon.js").TenantManifestV1[]>;
|
|
81
81
|
/**
|
|
82
82
|
* List runtimes from tenant
|
|
@@ -84,8 +84,8 @@ declare class CloudPlatformHorizonClient extends ReactQueryNetworkClient {
|
|
|
84
84
|
listRuntimesByTenant: import("../network/types.js").QueryObject<Omit<{
|
|
85
85
|
organizationId: string;
|
|
86
86
|
tenantId: string;
|
|
87
|
-
page?: number
|
|
88
|
-
perPage?: number
|
|
87
|
+
page?: number;
|
|
88
|
+
perPage?: number;
|
|
89
89
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatformHorizon.js").RuntimeManifestV1[]>;
|
|
90
90
|
/**
|
|
91
91
|
* List applications deployments from runtime
|
|
@@ -121,7 +121,7 @@ declare class CloudPlatformHorizonClient extends ReactQueryNetworkClient {
|
|
|
121
121
|
tenantId: string;
|
|
122
122
|
runtimeId: string;
|
|
123
123
|
deploymentId: string;
|
|
124
|
-
numberOfLines?: number
|
|
124
|
+
numberOfLines?: number;
|
|
125
125
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatformHorizon.js").LogManifestV1>;
|
|
126
126
|
/**
|
|
127
127
|
* Get health from a application deployment
|
|
@@ -162,7 +162,7 @@ declare class CloudPlatformHorizonClient extends ReactQueryNetworkClient {
|
|
|
162
162
|
* Associate an runtime with an workspace environment
|
|
163
163
|
*/
|
|
164
164
|
associateRuntimeWithWorkspaceEnv: import("../network/types.js").MutationObject<Omit<{
|
|
165
|
-
xAccountId?: string
|
|
165
|
+
xAccountId?: string;
|
|
166
166
|
organizationId: string;
|
|
167
167
|
tenantId: string;
|
|
168
168
|
associateRuntimeWithWorkspaceEnvironmentRequest: import("../api/cloudPlatformHorizon.js").AssociateRuntimeWithWorkspaceEnvironmentRequest;
|
|
@@ -171,7 +171,7 @@ declare class CloudPlatformHorizonClient extends ReactQueryNetworkClient {
|
|
|
171
171
|
* Retrieves associate runtime with a workspace's environment
|
|
172
172
|
*/
|
|
173
173
|
getRuntimeAssociations: import("../network/types.js").QueryObject<Omit<{
|
|
174
|
-
xAccountId?: string
|
|
174
|
+
xAccountId?: string;
|
|
175
175
|
organizationId: string;
|
|
176
176
|
tenantId: string;
|
|
177
177
|
runtimeId: string;
|
|
@@ -180,11 +180,30 @@ declare class CloudPlatformHorizonClient extends ReactQueryNetworkClient {
|
|
|
180
180
|
* List runtime associations to workspace's environment
|
|
181
181
|
*/
|
|
182
182
|
listRuntimeAssociationsToEnv: import("../network/types.js").QueryObject<Omit<{
|
|
183
|
-
xAccountId?: string
|
|
183
|
+
xAccountId?: string;
|
|
184
184
|
workspaceId: string;
|
|
185
|
-
envId?: string
|
|
186
|
-
applicationId?: string
|
|
185
|
+
envId?: string;
|
|
186
|
+
applicationId?: string;
|
|
187
187
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatformHorizon.js").ListRuntimeWorkspaceEnvironmentAssociationsResponse>;
|
|
188
|
+
/**
|
|
189
|
+
* List of application deployments rollout
|
|
190
|
+
*/
|
|
191
|
+
listApplicationDeploymentRollouts: import("../network/types.js").QueryObject<Omit<{
|
|
192
|
+
organizationId: string;
|
|
193
|
+
tenantId: string;
|
|
194
|
+
runtimeId: string;
|
|
195
|
+
deploymentId: string;
|
|
196
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatformHorizon.js").RolloutManifestV1[]>;
|
|
197
|
+
/**
|
|
198
|
+
* Set an action to application deployment rollout
|
|
199
|
+
*/
|
|
200
|
+
deployApplicationRolloutAction: import("../network/types.js").MutationObject<Omit<{
|
|
201
|
+
organizationId: string;
|
|
202
|
+
tenantId: string;
|
|
203
|
+
runtimeId: string;
|
|
204
|
+
deploymentId: string;
|
|
205
|
+
action: string;
|
|
206
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, string>;
|
|
188
207
|
}
|
|
189
208
|
export declare const cloudPlatformHorizonClient: CloudPlatformHorizonClient;
|
|
190
209
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloud-platform-horizon.d.ts","sourceRoot":"","sources":["../../src/client/cloud-platform-horizon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAG7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAA;AAM5E,cAAM,0BAA2B,SAAQ,uBAAuB;;IAK9D,SAAS,CAAC,mBAAmB,CAAC,KAAK,EAAE,SAAS,GAAG,iBAAiB;IAGlE;;OAEG;IACH,iBAAiB;;;;
|
|
1
|
+
{"version":3,"file":"cloud-platform-horizon.d.ts","sourceRoot":"","sources":["../../src/client/cloud-platform-horizon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAG7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAA;AAM5E,cAAM,0BAA2B,SAAQ,uBAAuB;;IAK9D,SAAS,CAAC,mBAAmB,CAAC,KAAK,EAAE,SAAS,GAAG,iBAAiB;IAGlE;;OAEG;IACH,iBAAiB;;;;mIAAyD;IAC1E;;OAEG;IACH,mBAAmB;;iIAA4D;IAC/E;;OAEG;IACH,aAAa;;;2HAAmD;IAChE;;OAEG;IACH,cAAc;;;;4HAAoD;IAClE;;OAEG;IACH,YAAY;;;2HAAyD;IACrE;;OAEG;IACH,aAAa;;;;4HAA0D;IACvE;;OAEG;IACH,kBAAkB;;iIAA8D;IAChF;;OAEG;IACH,YAAY;;;;8HAAqD;IACjE;;OAEG;IACH,WAAW;;;;6HAAoD;IAC/D;;OAEG;IACH,yBAAyB;;;;6HAAqD;IAC9E;;OAEG;IACH,oBAAoB;;;;;8HAAsD;IAC1E;;OAEG;IACH,2BAA2B;;;;4IAAmE;IAC9F;;OAEG;IACH,iBAAiB;;;;;0IAAkD;IACnE;;OAEG;IACH,4BAA4B;;;;;0IAAsE;IAClG;;OAEG;IACH,4BAA4B;;;;;;wHAAqE;IACjG;;OAEG;IACH,8BAA8B;;;;;2HAAuE;IACrG;;OAEG;IACH,UAAU;;4HAAkD;IAC5D;;OAEG;IACH,mBAAmB;;qIAA2D;IAC9E;;OAEG;IACH,WAAW;;;0HAAuD;IAClE;;OAEG;IACH,oBAAoB;;;mIAAgE;IACpF;;OAEG;IACH,gCAAgC;;;;;6JAA6E;IAC7G;;OAEG;IACH,sBAAsB;;;;;6JAAsF;IAC5G;;OAEG;IACH,4BAA4B;;;;;8JAAyD;IACrF;;MAEE;IACF,iCAAiC;;;;;8HAA0E;IAC3G;;MAEE;IACF,8BAA8B;;;;;;2EAAkF;CACjH;AAED,eAAO,MAAM,0BAA0B,4BAAmC,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DefaultAPIError } from '../error/DefaultAPIError.js';
|
|
2
2
|
import { ReactQueryNetworkClient } from '../network/ReactQueryNetworkClient.js';
|
|
3
3
|
import { removeAuthorizationParam } from '../utils/remove-authorization-param.js';
|
|
4
|
-
import { associateWithWorkspaceEnvironment, createAddon, createDeployTemplate, createOrganization, createRuntime1, createTenant1, defaults, deploy, findApplicationDeploymentById, getApplicationDeploymentHealth, getApplicationDeploymentLogs, getAssociationWorkspaceEnvironmentByRuntimeId, getOrganizationById, getOrganizations, getRuntime1, getTenant1, listAddon, listApplicationDeployments, listAssociations, listDeployTemplate, listRuntimes, listRuntimes1, listTenants, listTenants1 } from '../api/cloudPlatformHorizon.js';
|
|
4
|
+
import { associateWithWorkspaceEnvironment, createAddon, createDeployTemplate, createOrganization, createRuntime1, createTenant1, defaults, deploy, findApplicationDeploymentById, getApplicationDeploymentHealth, getApplicationDeploymentLogs, getAssociationWorkspaceEnvironmentByRuntimeId, getOrganizationById, getOrganizations, getRuntime1, getTenant1, listAddon, listApplicationDeploymentRollouts, listApplicationDeployments, listAssociations, listDeployTemplate, listRuntimes, listRuntimes1, listTenants, listTenants1, postApplicationDeploymentRolloutAction } from '../api/cloudPlatformHorizon.js';
|
|
5
5
|
import { baseDictionary } from '../error/dictionary/base.js';
|
|
6
6
|
import { getApiAddresses } from '../api-addresses.js';
|
|
7
7
|
class CloudPlatformHorizonClient extends ReactQueryNetworkClient {
|
|
@@ -214,6 +214,24 @@ class CloudPlatformHorizonClient extends ReactQueryNetworkClient {
|
|
|
214
214
|
writable: true,
|
|
215
215
|
value: this.query(removeAuthorizationParam(listAssociations))
|
|
216
216
|
});
|
|
217
|
+
/**
|
|
218
|
+
* List of application deployments rollout
|
|
219
|
+
*/
|
|
220
|
+
Object.defineProperty(this, "listApplicationDeploymentRollouts", {
|
|
221
|
+
enumerable: true,
|
|
222
|
+
configurable: true,
|
|
223
|
+
writable: true,
|
|
224
|
+
value: this.query(removeAuthorizationParam(listApplicationDeploymentRollouts))
|
|
225
|
+
});
|
|
226
|
+
/**
|
|
227
|
+
* Set an action to application deployment rollout
|
|
228
|
+
*/
|
|
229
|
+
Object.defineProperty(this, "deployApplicationRolloutAction", {
|
|
230
|
+
enumerable: true,
|
|
231
|
+
configurable: true,
|
|
232
|
+
writable: true,
|
|
233
|
+
value: this.mutation(removeAuthorizationParam(postApplicationDeploymentRolloutAction))
|
|
234
|
+
});
|
|
217
235
|
}
|
|
218
236
|
buildStackSpotError(error) {
|
|
219
237
|
return new DefaultAPIError(error.data, error.status, baseDictionary, error.headers);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloud-platform-horizon.js","sourceRoot":"","sources":["../../src/client/cloud-platform-horizon.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAA;AAE1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAA;AAC5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAA;AAC9E,OAAO,EAAE,iCAAiC,EAAE,WAAW,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,cAAc,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,4BAA4B,EAAE,6CAA6C,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,0BAA0B,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;
|
|
1
|
+
{"version":3,"file":"cloud-platform-horizon.js","sourceRoot":"","sources":["../../src/client/cloud-platform-horizon.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,12 +9,14 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
9
9
|
*/
|
|
10
10
|
listFoundations: import("../network/types.js").QueryObject<Omit<{
|
|
11
11
|
authorization: string;
|
|
12
|
+
xAccountId?: string;
|
|
12
13
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListFoundationResponse>;
|
|
13
14
|
/**
|
|
14
15
|
* Get a foundation by id
|
|
15
16
|
*/
|
|
16
17
|
foundation: import("../network/types.js").QueryObject<Omit<{
|
|
17
18
|
authorization: string;
|
|
19
|
+
xAccountId?: string;
|
|
18
20
|
foundationId: string;
|
|
19
21
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").FoundationResponse>;
|
|
20
22
|
/**
|
|
@@ -22,6 +24,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
22
24
|
*/
|
|
23
25
|
getFolder: import("../network/types.js").QueryObject<Omit<{
|
|
24
26
|
authorization: string;
|
|
27
|
+
xAccountId?: string;
|
|
25
28
|
foundationId: string;
|
|
26
29
|
folderId: string;
|
|
27
30
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").FolderResponse>;
|
|
@@ -36,6 +39,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
36
39
|
*/
|
|
37
40
|
createFoundation: import("../network/types.js").MutationObject<Omit<{
|
|
38
41
|
authorization: string;
|
|
42
|
+
xAccountId?: string;
|
|
39
43
|
createFoundationRequest: import("../api/cloudPlatform.js").CreateFoundationRequest;
|
|
40
44
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").FoundationResponse>;
|
|
41
45
|
/**
|
|
@@ -43,6 +47,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
43
47
|
*/
|
|
44
48
|
createFolder: import("../network/types.js").MutationObject<Omit<{
|
|
45
49
|
authorization: string;
|
|
50
|
+
xAccountId?: string;
|
|
46
51
|
foundationId: string;
|
|
47
52
|
createFolderRequest: import("../api/cloudPlatform.js").CreateFolderRequest;
|
|
48
53
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").FolderResponse>;
|
|
@@ -51,15 +56,17 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
51
56
|
*/
|
|
52
57
|
listDnsZones: import("../network/types.js").QueryObject<Omit<{
|
|
53
58
|
authorization: string;
|
|
59
|
+
xAccountId?: string;
|
|
54
60
|
foundationId: string;
|
|
55
|
-
projectId?: string
|
|
56
|
-
privacy?:
|
|
61
|
+
projectId?: string;
|
|
62
|
+
privacy?: "PUBLIC" | "PRIVATE";
|
|
57
63
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListDnsZoneResponse>;
|
|
58
64
|
/**
|
|
59
65
|
* Create a dns zone
|
|
60
66
|
*/
|
|
61
67
|
createDnsZone: import("../network/types.js").MutationObject<Omit<{
|
|
62
68
|
authorization: string;
|
|
69
|
+
xAccountId?: string;
|
|
63
70
|
foundationId: string;
|
|
64
71
|
createDnsZoneRequest: import("../api/cloudPlatform.js").CreateDnsZoneRequest;
|
|
65
72
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").DnsZoneResponse>;
|
|
@@ -68,6 +75,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
68
75
|
*/
|
|
69
76
|
listCidrs: import("../network/types.js").QueryObject<Omit<{
|
|
70
77
|
authorization: string;
|
|
78
|
+
xAccountId?: string;
|
|
71
79
|
foundationId: string;
|
|
72
80
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListCidrResponse>;
|
|
73
81
|
/**
|
|
@@ -75,6 +83,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
75
83
|
*/
|
|
76
84
|
createCidr: import("../network/types.js").MutationObject<Omit<{
|
|
77
85
|
authorization: string;
|
|
86
|
+
xAccountId?: string;
|
|
78
87
|
foundationId: string;
|
|
79
88
|
createCidrRequest: import("../api/cloudPlatform.js").CreateCidrRequest;
|
|
80
89
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").CidrResponse>;
|
|
@@ -83,14 +92,16 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
83
92
|
*/
|
|
84
93
|
listCertificates: import("../network/types.js").QueryObject<Omit<{
|
|
85
94
|
authorization: string;
|
|
95
|
+
xAccountId?: string;
|
|
86
96
|
foundationId: string;
|
|
87
|
-
forInbound?: "TRUE" | "FALSE"
|
|
97
|
+
forInbound?: "TRUE" | "FALSE";
|
|
88
98
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListCertificateResponse>;
|
|
89
99
|
/**
|
|
90
100
|
* Get a certificate by id
|
|
91
101
|
*/
|
|
92
102
|
getCertificate: import("../network/types.js").QueryObject<Omit<{
|
|
93
103
|
authorization: string;
|
|
104
|
+
xAccountId?: string;
|
|
94
105
|
foundationId: string;
|
|
95
106
|
certificateId: string;
|
|
96
107
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").CertificateResponse>;
|
|
@@ -99,6 +110,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
99
110
|
*/
|
|
100
111
|
createCertificate: import("../network/types.js").MutationObject<Omit<{
|
|
101
112
|
authorization: string;
|
|
113
|
+
xAccountId?: string;
|
|
102
114
|
foundationId: string;
|
|
103
115
|
body: import("../api/cloudPlatform.js").CreatePublicCertificateRequest | import("../api/cloudPlatform.js").ImportCertificateRequest;
|
|
104
116
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").CertificateResponse>;
|
|
@@ -107,6 +119,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
107
119
|
*/
|
|
108
120
|
createProject: import("../network/types.js").MutationObject<Omit<{
|
|
109
121
|
authorization: string;
|
|
122
|
+
xAccountId?: string;
|
|
110
123
|
foundationId: string;
|
|
111
124
|
createProjectRequest: import("../api/cloudPlatform.js").CreateProjectRequest;
|
|
112
125
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ProjectResponse>;
|
|
@@ -115,6 +128,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
115
128
|
*/
|
|
116
129
|
getProjectById: import("../network/types.js").QueryObject<Omit<{
|
|
117
130
|
authorization: string;
|
|
131
|
+
xAccountId?: string;
|
|
118
132
|
foundationId: string;
|
|
119
133
|
projectId: string;
|
|
120
134
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ProjectResponse>;
|
|
@@ -123,15 +137,17 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
123
137
|
*/
|
|
124
138
|
listDnsRecords: import("../network/types.js").QueryObject<Omit<{
|
|
125
139
|
authorization: string;
|
|
140
|
+
xAccountId?: string;
|
|
126
141
|
foundationId: string;
|
|
127
|
-
projectId?: string
|
|
128
|
-
dnsZoneId?: string
|
|
142
|
+
projectId?: string;
|
|
143
|
+
dnsZoneId?: string;
|
|
129
144
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListDnsRecordResponse>;
|
|
130
145
|
/**
|
|
131
146
|
* Create a dns record
|
|
132
147
|
*/
|
|
133
148
|
createDnsRecord: import("../network/types.js").MutationObject<Omit<{
|
|
134
149
|
authorization: string;
|
|
150
|
+
xAccountId?: string;
|
|
135
151
|
foundationId: string;
|
|
136
152
|
createDnsRecordRequest: import("../api/cloudPlatform.js").CreateDnsRecordRequest;
|
|
137
153
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").DnsRecordResponse>;
|
|
@@ -140,90 +156,241 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
140
156
|
*/
|
|
141
157
|
listNetworks: import("../network/types.js").QueryObject<Omit<{
|
|
142
158
|
authorization: string;
|
|
159
|
+
xAccountId?: string;
|
|
143
160
|
foundationId: string;
|
|
144
|
-
projectId?: string
|
|
161
|
+
projectId?: string;
|
|
145
162
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListNetworkResponse>;
|
|
146
163
|
/**
|
|
147
164
|
* Create a network
|
|
148
165
|
*/
|
|
149
166
|
createNetwork: import("../network/types.js").MutationObject<Omit<{
|
|
150
167
|
authorization: string;
|
|
168
|
+
xAccountId?: string;
|
|
151
169
|
foundationId: string;
|
|
152
170
|
createNetworkRequest: import("../api/cloudPlatform.js").CreateNetworkRequest;
|
|
153
171
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").NetworkResponse>;
|
|
154
172
|
/**
|
|
155
|
-
* Get a list of
|
|
173
|
+
* Get a list of vpn's
|
|
156
174
|
*/
|
|
157
|
-
|
|
175
|
+
listVpns: import("../network/types.js").QueryObject<Omit<{
|
|
158
176
|
authorization: string;
|
|
177
|
+
xAccountId?: string;
|
|
159
178
|
foundationId: string;
|
|
160
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").
|
|
179
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListVpnResponse>;
|
|
161
180
|
/**
|
|
162
|
-
*
|
|
181
|
+
* Get vpn configuration
|
|
163
182
|
*/
|
|
164
|
-
|
|
183
|
+
getVpnConfiguration: import("../network/types.js").QueryObject<Omit<{
|
|
165
184
|
authorization: string;
|
|
185
|
+
xAccountId?: string;
|
|
166
186
|
foundationId: string;
|
|
167
|
-
|
|
168
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").
|
|
187
|
+
vpnId: string;
|
|
188
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").VpnConfigurationResponse>;
|
|
169
189
|
/**
|
|
170
|
-
*
|
|
190
|
+
* Create a vpn
|
|
171
191
|
*/
|
|
172
|
-
|
|
192
|
+
createVpn: import("../network/types.js").MutationObject<Omit<{
|
|
173
193
|
authorization: string;
|
|
194
|
+
xAccountId?: string;
|
|
174
195
|
foundationId: string;
|
|
175
|
-
|
|
176
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").
|
|
196
|
+
createVpnRequest: import("../api/cloudPlatform.js").CreateVpnRequest;
|
|
197
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").VpnResponse>;
|
|
177
198
|
/**
|
|
178
|
-
* Get a network
|
|
199
|
+
* Get a network details
|
|
179
200
|
*/
|
|
180
|
-
|
|
201
|
+
getNetworkById: import("../network/types.js").QueryObject<Omit<{
|
|
181
202
|
authorization: string;
|
|
203
|
+
xAccountId?: string;
|
|
182
204
|
foundationId: string;
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
requesterNetworkId?: string | undefined;
|
|
186
|
-
requesterProjectId?: string | undefined;
|
|
187
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListNetworkConnectionResponse>;
|
|
205
|
+
networkId: string;
|
|
206
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").NetworkResponse>;
|
|
188
207
|
/**
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
208
|
+
* Get a list of tenants
|
|
209
|
+
*/
|
|
210
|
+
listTenants: import("../network/types.js").QueryObject<Omit<{
|
|
192
211
|
authorization: string;
|
|
212
|
+
xAccountId?: string;
|
|
193
213
|
foundationId: string;
|
|
194
|
-
|
|
195
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").NetworkConnectionResponse>;
|
|
214
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListTenantResponse>;
|
|
196
215
|
/**
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
216
|
+
* Create a tenant
|
|
217
|
+
*/
|
|
218
|
+
createTenant: import("../network/types.js").MutationObject<Omit<{
|
|
200
219
|
authorization: string;
|
|
220
|
+
xAccountId?: string;
|
|
201
221
|
foundationId: string;
|
|
202
|
-
|
|
222
|
+
createTenantRequest: import("../api/cloudPlatform.js").CreateTenantRequest;
|
|
223
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").TenantResponse>;
|
|
203
224
|
/**
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
225
|
+
* Get a list of runtimes
|
|
226
|
+
*/
|
|
227
|
+
listRuntimes: import("../network/types.js").QueryObject<Omit<{
|
|
207
228
|
authorization: string;
|
|
229
|
+
xAccountId?: string;
|
|
208
230
|
foundationId: string;
|
|
209
|
-
|
|
210
|
-
|
|
231
|
+
tenantId?: string;
|
|
232
|
+
projectId?: string;
|
|
233
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListRuntimeResponse>;
|
|
211
234
|
/**
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
235
|
+
* Create a runtime
|
|
236
|
+
*/
|
|
237
|
+
createRuntime: import("../network/types.js").MutationObject<Omit<{
|
|
215
238
|
authorization: string;
|
|
239
|
+
xAccountId?: string;
|
|
216
240
|
foundationId: string;
|
|
217
|
-
|
|
218
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").
|
|
241
|
+
createRuntimeRequest: import("../api/cloudPlatform.js").CreateRuntimeRequest;
|
|
242
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").RuntimeResponse>;
|
|
219
243
|
/**
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
244
|
+
* Get a list of tags in folder
|
|
245
|
+
*/
|
|
246
|
+
getFolderTags: import("../network/types.js").QueryObject<Omit<{
|
|
247
|
+
authorization: string;
|
|
248
|
+
xAccountId?: string;
|
|
249
|
+
foundationId: string;
|
|
250
|
+
folderId: string;
|
|
251
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").Tag[]>;
|
|
252
|
+
/**
|
|
253
|
+
* Update folder tags
|
|
254
|
+
*/
|
|
255
|
+
updateFolderTags: import("../network/types.js").MutationObject<Omit<{
|
|
256
|
+
authorization: string;
|
|
257
|
+
xAccountId?: string;
|
|
258
|
+
foundationId: string;
|
|
259
|
+
folderId: string;
|
|
260
|
+
body: import("../api/cloudPlatform.js").Tag[];
|
|
261
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").FolderResponse>;
|
|
262
|
+
/**
|
|
263
|
+
* Update project tags
|
|
264
|
+
*/
|
|
265
|
+
updateProjectTags: import("../network/types.js").MutationObject<Omit<{
|
|
266
|
+
authorization: string;
|
|
267
|
+
xAccountId?: string;
|
|
268
|
+
foundationId: string;
|
|
269
|
+
projectId: string;
|
|
270
|
+
body: import("../api/cloudPlatform.js").Tag[];
|
|
271
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ProjectResponse>;
|
|
272
|
+
/**
|
|
273
|
+
* Update network tags
|
|
274
|
+
*/
|
|
275
|
+
updateNetworkTags: import("../network/types.js").MutationObject<Omit<{
|
|
223
276
|
authorization: string;
|
|
277
|
+
xAccountId?: string;
|
|
224
278
|
foundationId: string;
|
|
225
279
|
networkId: string;
|
|
280
|
+
body: import("../api/cloudPlatform.js").Tag[];
|
|
226
281
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").NetworkResponse>;
|
|
282
|
+
/**
|
|
283
|
+
* Update cidr tags
|
|
284
|
+
*/
|
|
285
|
+
updateCidrTags: import("../network/types.js").MutationObject<Omit<{
|
|
286
|
+
authorization: string;
|
|
287
|
+
xAccountId?: string;
|
|
288
|
+
foundationId: string;
|
|
289
|
+
cidrId: string;
|
|
290
|
+
body: import("../api/cloudPlatform.js").Tag[];
|
|
291
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").CidrResponse>;
|
|
292
|
+
/**
|
|
293
|
+
* Update dns zone tags
|
|
294
|
+
*/
|
|
295
|
+
updateDnsZoneTags: import("../network/types.js").MutationObject<Omit<{
|
|
296
|
+
authorization: string;
|
|
297
|
+
xAccountId?: string;
|
|
298
|
+
foundationId: string;
|
|
299
|
+
dnsZoneId: string;
|
|
300
|
+
body: import("../api/cloudPlatform.js").Tag[];
|
|
301
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").DnsZoneResponse>;
|
|
302
|
+
/**
|
|
303
|
+
* Update certificate tags
|
|
304
|
+
*/
|
|
305
|
+
updateCertificateTags: import("../network/types.js").MutationObject<Omit<{
|
|
306
|
+
authorization: string;
|
|
307
|
+
xAccountId?: string;
|
|
308
|
+
foundationId: string;
|
|
309
|
+
certificateId: string;
|
|
310
|
+
body: import("../api/cloudPlatform.js").Tag[];
|
|
311
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").CertificateResponse>;
|
|
312
|
+
/**
|
|
313
|
+
* Update vpn tags
|
|
314
|
+
*/
|
|
315
|
+
updateVpnTags: import("../network/types.js").MutationObject<Omit<{
|
|
316
|
+
authorization: string;
|
|
317
|
+
xAccountId?: string;
|
|
318
|
+
foundationId: string;
|
|
319
|
+
vpnId: string;
|
|
320
|
+
body: import("../api/cloudPlatform.js").Tag[];
|
|
321
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").VpnResponse>;
|
|
322
|
+
/**
|
|
323
|
+
* Delete a folder
|
|
324
|
+
*/
|
|
325
|
+
deleteFolder: import("../network/types.js").MutationObject<Omit<{
|
|
326
|
+
authorization: string;
|
|
327
|
+
xAccountId?: string;
|
|
328
|
+
foundationId: string;
|
|
329
|
+
folderId: string;
|
|
330
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, never>;
|
|
331
|
+
/**
|
|
332
|
+
* Delete a project
|
|
333
|
+
*/
|
|
334
|
+
deleteProject: import("../network/types.js").MutationObject<Omit<{
|
|
335
|
+
authorization: string;
|
|
336
|
+
xAccountId?: string;
|
|
337
|
+
foundationId: string;
|
|
338
|
+
projectId: string;
|
|
339
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, never>;
|
|
340
|
+
/**
|
|
341
|
+
* Delete a network
|
|
342
|
+
*/
|
|
343
|
+
deleteNetwork: import("../network/types.js").MutationObject<Omit<{
|
|
344
|
+
authorization: string;
|
|
345
|
+
xAccountId?: string;
|
|
346
|
+
foundationId: string;
|
|
347
|
+
networkId: string;
|
|
348
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, never>;
|
|
349
|
+
/**
|
|
350
|
+
* Delete a certificate
|
|
351
|
+
*/
|
|
352
|
+
deleteCertificate: import("../network/types.js").MutationObject<Omit<{
|
|
353
|
+
authorization: string;
|
|
354
|
+
xAccountId?: string;
|
|
355
|
+
foundationId: string;
|
|
356
|
+
certificateId: string;
|
|
357
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, never>;
|
|
358
|
+
/**
|
|
359
|
+
* Delete a dns zone
|
|
360
|
+
*/
|
|
361
|
+
deleteDnsZone: import("../network/types.js").MutationObject<Omit<{
|
|
362
|
+
authorization: string;
|
|
363
|
+
xAccountId?: string;
|
|
364
|
+
foundationId: string;
|
|
365
|
+
dnsZoneId: string;
|
|
366
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, never>;
|
|
367
|
+
/**
|
|
368
|
+
* Delete a dns record
|
|
369
|
+
*/
|
|
370
|
+
deleteDnsRecord: import("../network/types.js").MutationObject<Omit<{
|
|
371
|
+
authorization: string;
|
|
372
|
+
xAccountId?: string;
|
|
373
|
+
foundationId: string;
|
|
374
|
+
dnsRecordId: string;
|
|
375
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, never>;
|
|
376
|
+
/**
|
|
377
|
+
* Delete a VPN
|
|
378
|
+
*/
|
|
379
|
+
deleteVPN: import("../network/types.js").MutationObject<Omit<{
|
|
380
|
+
authorization: string;
|
|
381
|
+
xAccountId?: string;
|
|
382
|
+
foundationId: string;
|
|
383
|
+
vpnId: string;
|
|
384
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, never>;
|
|
385
|
+
/**
|
|
386
|
+
* Delete a CIDR
|
|
387
|
+
*/
|
|
388
|
+
deleteCidr: import("../network/types.js").MutationObject<Omit<{
|
|
389
|
+
authorization: string;
|
|
390
|
+
xAccountId?: string;
|
|
391
|
+
foundationId: string;
|
|
392
|
+
cidrId: string;
|
|
393
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, never>;
|
|
227
394
|
}
|
|
228
395
|
export declare const cloudPlatformClient: CloudPlatformClient;
|
|
229
396
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloud-platform.d.ts","sourceRoot":"","sources":["../../src/client/cloud-platform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;
|
|
1
|
+
{"version":3,"file":"cloud-platform.d.ts","sourceRoot":"","sources":["../../src/client/cloud-platform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAgD7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAA;AAK5E,cAAM,mBAAoB,SAAQ,uBAAuB;;IAKvD,SAAS,CAAC,mBAAmB,CAAC,KAAK,EAAE,SAAS,GAAG,iBAAiB;IAGlE;;OAEG;IACH,eAAe;;;0HAAwD;IACvE;;OAEG;IACH,UAAU;;;;sHAAsD;IAChE;;OAEG;IACH,SAAS;;;;;kHAAkD;IAC3D;;OAEG;IACH,aAAa;;SAAkD;IAC/D;;OAEG;IACH,gBAAgB;;;;sHAA4D;IAC5E;;OAEG;IACH,YAAY;;;;;kHAAwD;IACpE;;OAEG;IACH,YAAY;;;;;;uHAAoD;IAChE;;OAEG;IACH,aAAa;;;;;mHAAyD;IACtE;;OAEG;IACH,SAAS;;;;oHAAiD;IAC1D;;OAEG;IACH,UAAU;;;;;gHAAsD;IAChE;;OAEG;IACH,gBAAgB;;;;;2HAAyD;IACzE;;OAEG;IACH,cAAc;;;;;uHAAuD;IACrE;;OAEG;IACH,iBAAiB;;;;;uHAA6D;IAC9E;;OAEG;IACH,aAAa;;;;;mHAAyD;IACtE;;OAEG;IACH,cAAc;;;;;mHAAmD;IACjE;;OAEG;IACH,cAAc;;;;;;yHAAsD;IACpE;;OAEG;IACH,eAAe;;;;;qHAA2D;IAC1E;;OAEG;IACH,YAAY;;;;;uHAAoD;IAChE;;OAEG;IACH,aAAa;;;;;mHAAyD;IACtE;;OAEG;IACH,QAAQ;;;;mHAAiD;IACzD;;OAEG;IACH,mBAAmB;;;;;4HAA4D;IAC/E;;OAEG;IACH,SAAS;;;;;+GAAqD;IAC9D;;OAEG;IACH,cAAc;;;;;mHAAmD;IACjE;;KAEC;IACD,WAAW;;;;sHAAmD;IAC9D;;KAEC;IACD,YAAY;;;;;kHAAwD;IACpE;;MAEE;IACF,YAAY;;;;;;uHAAoD;IAChE;;MAEE;IACF,aAAa;;;;;mHAAyD;IACtE;;MAEE;IACF,aAAa;;;;;yGAAsD;IACnE;;MAEE;IACF,gBAAgB;;;;;;kHAAyD;IACzE;;MAEE;IACF,iBAAiB;;;;;;mHAA0D;IAC3E;;MAEE;IACF,iBAAiB;;;;;;mHAA0D;IAC3E;;MAEE;IACF,cAAc;;;;;;gHAAuD;IACrE;;MAEE;IACF,iBAAiB;;;;;;mHAA0D;IAC3E;;MAEE;IACF,qBAAqB;;;;;;uHAA8D;IACnF;;MAEE;IACF,aAAa;;;;;;+GAAsD;IACnE;;MAEE;IACF,YAAY;;;;;0EAAwD;IACpE;;MAEE;IACF,aAAa;;;;;0EAAyD;IACtE;;MAEE;IACF,aAAa;;;;;0EAAyD;IACtE;;MAEE;IACF,iBAAiB;;;;;0EAA6D;IAC9E;;MAEE;IACF,aAAa;;;;;0EAAyD;IACtE;;MAEE;IACF,eAAe;;;;;0EAA2D;IAC1E;;IAEA;IACA,SAAS;;;;;0EAAqD;IAC9D;;IAEA;IACA,UAAU;;;;;0EAAsD;CACjE;AAED,eAAO,MAAM,mBAAmB,qBAA4B,CAAA"}
|