@stack-spot/portal-network 0.194.1 → 0.195.0-beta.1
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 +181 -0
- package/dist/api/agent-tools.d.ts +6 -0
- package/dist/api/agent-tools.d.ts.map +1 -1
- 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 +189 -86
- package/dist/api/ai.d.ts.map +1 -1
- package/dist/api/ai.js +238 -142
- package/dist/api/ai.js.map +1 -1
- package/dist/api/cloudPlatform.d.ts +70 -129
- package/dist/api/cloudPlatform.d.ts.map +1 -1
- package/dist/api/cloudPlatform.js +79 -72
- package/dist/api/cloudPlatform.js.map +1 -1
- package/dist/api/codeShift.d.ts +315 -62
- package/dist/api/codeShift.d.ts.map +1 -1
- package/dist/api/codeShift.js +153 -12
- package/dist/api/codeShift.js.map +1 -1
- package/dist/api/discover.d.ts +23 -12
- package/dist/api/discover.d.ts.map +1 -1
- package/dist/api/discover.js +10 -0
- package/dist/api/discover.js.map +1 -1
- package/dist/api-addresses.d.ts.map +1 -1
- package/dist/client/account.d.ts +233 -233
- package/dist/client/account.d.ts.map +1 -1
- package/dist/client/agent-tools.d.ts +124 -124
- package/dist/client/agent-tools.d.ts.map +1 -1
- package/dist/client/agent-tools.js +10 -1
- 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 +123 -77
- package/dist/client/ai.d.ts.map +1 -1
- package/dist/client/ai.js +47 -2
- package/dist/client/ai.js.map +1 -1
- package/dist/client/api-management.d.ts +2 -2
- package/dist/client/cloud-account.d.ts +13 -13
- package/dist/client/cloud-platform-horizon.d.ts +19 -19
- package/dist/client/cloud-platform.d.ts +114 -89
- package/dist/client/cloud-platform.d.ts.map +1 -1
- package/dist/client/cloud-platform.js +73 -46
- 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 +356 -258
- package/dist/client/code-shift.d.ts.map +1 -1
- package/dist/client/code-shift.js +91 -1
- 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 +55 -55
- package/dist/client/data-integration.d.ts.map +1 -1
- package/dist/client/discover.d.ts +15 -9
- package/dist/client/discover.d.ts.map +1 -1
- package/dist/client/discover.js +208 -0
- package/dist/client/discover.js.map +1 -1
- 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 +10 -10
- package/dist/client/runtime-manager.d.ts +8 -8
- package/dist/client/types.d.ts +14 -0
- package/dist/client/types.d.ts.map +1 -1
- package/dist/client/workflow.d.ts +10 -10
- package/dist/client/workspace-ai.d.ts +48 -48
- package/dist/client/workspace-manager.d.ts +77 -77
- 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/dictionary/cloud-platform.d.ts +6 -0
- package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
- package/dist/error/dictionary/cloud-platform.js +6 -0
- package/dist/error/dictionary/cloud-platform.js.map +1 -1
- package/dist/utils/StreamedJson.d.ts.map +1 -1
- package/dist/utils/StreamedJson.js +9 -1
- package/dist/utils/StreamedJson.js.map +1 -1
- package/package.json +2 -2
- package/readme.md +2 -1
- package/src/api/account.ts +1 -0
- package/src/api/agent-tools.ts +9 -0
- package/src/api/agent.ts +2 -0
- package/src/api/ai.ts +364 -157
- package/src/api/cloudPlatform.ts +142 -216
- package/src/api/codeShift.ts +607 -69
- package/src/api/discover.ts +35 -12
- package/src/api/notification.ts +2 -0
- package/src/client/agent-tools.ts +10 -1
- package/src/client/ai.ts +42 -1
- package/src/client/cloud-platform.ts +40 -25
- package/src/client/code-shift.ts +54 -1
- package/src/client/discover.ts +220 -3
- package/src/client/types.ts +17 -2
- package/src/error/dictionary/cloud-platform.ts +6 -0
- package/src/utils/StreamedJson.tsx +9 -2
|
@@ -9,14 +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
|
+
xAccountId?: string;
|
|
13
13
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListFoundationResponse>;
|
|
14
14
|
/**
|
|
15
15
|
* Get a foundation by id
|
|
16
16
|
*/
|
|
17
17
|
foundation: import("../network/types.js").QueryObject<Omit<{
|
|
18
18
|
authorization: string;
|
|
19
|
-
xAccountId?: string
|
|
19
|
+
xAccountId?: string;
|
|
20
20
|
foundationId: string;
|
|
21
21
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").FoundationResponse>;
|
|
22
22
|
/**
|
|
@@ -24,7 +24,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
24
24
|
*/
|
|
25
25
|
getFolder: import("../network/types.js").QueryObject<Omit<{
|
|
26
26
|
authorization: string;
|
|
27
|
-
xAccountId?: string
|
|
27
|
+
xAccountId?: string;
|
|
28
28
|
foundationId: string;
|
|
29
29
|
folderId: string;
|
|
30
30
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").FolderResponse>;
|
|
@@ -39,7 +39,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
39
39
|
*/
|
|
40
40
|
createFoundation: import("../network/types.js").MutationObject<Omit<{
|
|
41
41
|
authorization: string;
|
|
42
|
-
xAccountId?: string
|
|
42
|
+
xAccountId?: string;
|
|
43
43
|
createFoundationRequest: import("../api/cloudPlatform.js").CreateFoundationRequest;
|
|
44
44
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").FoundationResponse>;
|
|
45
45
|
/**
|
|
@@ -47,7 +47,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
47
47
|
*/
|
|
48
48
|
createFolder: import("../network/types.js").MutationObject<Omit<{
|
|
49
49
|
authorization: string;
|
|
50
|
-
xAccountId?: string
|
|
50
|
+
xAccountId?: string;
|
|
51
51
|
foundationId: string;
|
|
52
52
|
createFolderRequest: import("../api/cloudPlatform.js").CreateFolderRequest;
|
|
53
53
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").FolderResponse>;
|
|
@@ -56,17 +56,17 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
56
56
|
*/
|
|
57
57
|
listDnsZones: import("../network/types.js").QueryObject<Omit<{
|
|
58
58
|
authorization: string;
|
|
59
|
-
xAccountId?: string
|
|
59
|
+
xAccountId?: string;
|
|
60
60
|
foundationId: string;
|
|
61
|
-
projectId?: string
|
|
62
|
-
privacy?: "
|
|
61
|
+
projectId?: string;
|
|
62
|
+
privacy?: "PUBLIC" | "PRIVATE";
|
|
63
63
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListDnsZoneResponse>;
|
|
64
64
|
/**
|
|
65
65
|
* Create a dns zone
|
|
66
66
|
*/
|
|
67
67
|
createDnsZone: import("../network/types.js").MutationObject<Omit<{
|
|
68
68
|
authorization: string;
|
|
69
|
-
xAccountId?: string
|
|
69
|
+
xAccountId?: string;
|
|
70
70
|
foundationId: string;
|
|
71
71
|
createDnsZoneRequest: import("../api/cloudPlatform.js").CreateDnsZoneRequest;
|
|
72
72
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").DnsZoneResponse>;
|
|
@@ -75,7 +75,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
75
75
|
*/
|
|
76
76
|
listCidrs: import("../network/types.js").QueryObject<Omit<{
|
|
77
77
|
authorization: string;
|
|
78
|
-
xAccountId?: string
|
|
78
|
+
xAccountId?: string;
|
|
79
79
|
foundationId: string;
|
|
80
80
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListCidrResponse>;
|
|
81
81
|
/**
|
|
@@ -83,7 +83,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
83
83
|
*/
|
|
84
84
|
createCidr: import("../network/types.js").MutationObject<Omit<{
|
|
85
85
|
authorization: string;
|
|
86
|
-
xAccountId?: string
|
|
86
|
+
xAccountId?: string;
|
|
87
87
|
foundationId: string;
|
|
88
88
|
createCidrRequest: import("../api/cloudPlatform.js").CreateCidrRequest;
|
|
89
89
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").CidrResponse>;
|
|
@@ -92,16 +92,16 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
92
92
|
*/
|
|
93
93
|
listCertificates: import("../network/types.js").QueryObject<Omit<{
|
|
94
94
|
authorization: string;
|
|
95
|
-
xAccountId?: string
|
|
95
|
+
xAccountId?: string;
|
|
96
96
|
foundationId: string;
|
|
97
|
-
forInbound?: "TRUE" | "FALSE"
|
|
97
|
+
forInbound?: "TRUE" | "FALSE";
|
|
98
98
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListCertificateResponse>;
|
|
99
99
|
/**
|
|
100
100
|
* Get a certificate by id
|
|
101
101
|
*/
|
|
102
102
|
getCertificate: import("../network/types.js").QueryObject<Omit<{
|
|
103
103
|
authorization: string;
|
|
104
|
-
xAccountId?: string
|
|
104
|
+
xAccountId?: string;
|
|
105
105
|
foundationId: string;
|
|
106
106
|
certificateId: string;
|
|
107
107
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").CertificateResponse>;
|
|
@@ -110,7 +110,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
110
110
|
*/
|
|
111
111
|
createCertificate: import("../network/types.js").MutationObject<Omit<{
|
|
112
112
|
authorization: string;
|
|
113
|
-
xAccountId?: string
|
|
113
|
+
xAccountId?: string;
|
|
114
114
|
foundationId: string;
|
|
115
115
|
body: import("../api/cloudPlatform.js").CreatePublicCertificateRequest | import("../api/cloudPlatform.js").ImportCertificateRequest;
|
|
116
116
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").CertificateResponse>;
|
|
@@ -119,7 +119,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
119
119
|
*/
|
|
120
120
|
createProject: import("../network/types.js").MutationObject<Omit<{
|
|
121
121
|
authorization: string;
|
|
122
|
-
xAccountId?: string
|
|
122
|
+
xAccountId?: string;
|
|
123
123
|
foundationId: string;
|
|
124
124
|
createProjectRequest: import("../api/cloudPlatform.js").CreateProjectRequest;
|
|
125
125
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ProjectResponse>;
|
|
@@ -128,7 +128,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
128
128
|
*/
|
|
129
129
|
getProjectById: import("../network/types.js").QueryObject<Omit<{
|
|
130
130
|
authorization: string;
|
|
131
|
-
xAccountId?: string
|
|
131
|
+
xAccountId?: string;
|
|
132
132
|
foundationId: string;
|
|
133
133
|
projectId: string;
|
|
134
134
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ProjectResponse>;
|
|
@@ -137,17 +137,17 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
137
137
|
*/
|
|
138
138
|
listDnsRecords: import("../network/types.js").QueryObject<Omit<{
|
|
139
139
|
authorization: string;
|
|
140
|
-
xAccountId?: string
|
|
140
|
+
xAccountId?: string;
|
|
141
141
|
foundationId: string;
|
|
142
|
-
projectId?: string
|
|
143
|
-
dnsZoneId?: string
|
|
142
|
+
projectId?: string;
|
|
143
|
+
dnsZoneId?: string;
|
|
144
144
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListDnsRecordResponse>;
|
|
145
145
|
/**
|
|
146
146
|
* Create a dns record
|
|
147
147
|
*/
|
|
148
148
|
createDnsRecord: import("../network/types.js").MutationObject<Omit<{
|
|
149
149
|
authorization: string;
|
|
150
|
-
xAccountId?: string
|
|
150
|
+
xAccountId?: string;
|
|
151
151
|
foundationId: string;
|
|
152
152
|
createDnsRecordRequest: import("../api/cloudPlatform.js").CreateDnsRecordRequest;
|
|
153
153
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").DnsRecordResponse>;
|
|
@@ -156,72 +156,25 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
156
156
|
*/
|
|
157
157
|
listNetworks: import("../network/types.js").QueryObject<Omit<{
|
|
158
158
|
authorization: string;
|
|
159
|
-
xAccountId?: string
|
|
159
|
+
xAccountId?: string;
|
|
160
160
|
foundationId: string;
|
|
161
|
-
projectId?: string
|
|
161
|
+
projectId?: string;
|
|
162
162
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListNetworkResponse>;
|
|
163
163
|
/**
|
|
164
164
|
* Create a network
|
|
165
165
|
*/
|
|
166
166
|
createNetwork: import("../network/types.js").MutationObject<Omit<{
|
|
167
167
|
authorization: string;
|
|
168
|
-
xAccountId?: string
|
|
168
|
+
xAccountId?: string;
|
|
169
169
|
foundationId: string;
|
|
170
170
|
createNetworkRequest: import("../api/cloudPlatform.js").CreateNetworkRequest;
|
|
171
171
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").NetworkResponse>;
|
|
172
|
-
/**
|
|
173
|
-
* Get a list of inbounds
|
|
174
|
-
*/
|
|
175
|
-
listInbounds: import("../network/types.js").QueryObject<Omit<{
|
|
176
|
-
authorization: string;
|
|
177
|
-
xAccountId?: string | undefined;
|
|
178
|
-
foundationId: string;
|
|
179
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListInboundResponse>;
|
|
180
|
-
/**
|
|
181
|
-
* Create a inbound
|
|
182
|
-
*/
|
|
183
|
-
createInbound: import("../network/types.js").MutationObject<Omit<{
|
|
184
|
-
authorization: string;
|
|
185
|
-
xAccountId?: string | undefined;
|
|
186
|
-
foundationId: string;
|
|
187
|
-
createInboundRequest: import("../api/cloudPlatform.js").CreateInboundRequest;
|
|
188
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").InboundResponse>;
|
|
189
|
-
/**
|
|
190
|
-
* Add a network connection
|
|
191
|
-
*/
|
|
192
|
-
addNetworkConnection: import("../network/types.js").MutationObject<Omit<{
|
|
193
|
-
authorization: string;
|
|
194
|
-
xAccountId?: string | undefined;
|
|
195
|
-
foundationId: string;
|
|
196
|
-
createNetworkConnectionRequest: import("../api/cloudPlatform.js").CreateNetworkConnectionRequest;
|
|
197
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").NetworkConnectionResponse>;
|
|
198
|
-
/**
|
|
199
|
-
* Get a network connection request
|
|
200
|
-
*/
|
|
201
|
-
getNetworkConnections: import("../network/types.js").QueryObject<Omit<{
|
|
202
|
-
authorization: string;
|
|
203
|
-
xAccountId?: string | undefined;
|
|
204
|
-
foundationId: string;
|
|
205
|
-
accepterNetworkId?: string | undefined;
|
|
206
|
-
accepterProjectId?: string | undefined;
|
|
207
|
-
requesterNetworkId?: string | undefined;
|
|
208
|
-
requesterProjectId?: string | undefined;
|
|
209
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListNetworkConnectionResponse>;
|
|
210
|
-
/**
|
|
211
|
-
* Accept a network connection
|
|
212
|
-
*/
|
|
213
|
-
acceptNetworkConnection: import("../network/types.js").MutationObject<Omit<{
|
|
214
|
-
authorization: string;
|
|
215
|
-
xAccountId?: string | undefined;
|
|
216
|
-
foundationId: string;
|
|
217
|
-
networkConnectionId: string;
|
|
218
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").NetworkConnectionResponse>;
|
|
219
172
|
/**
|
|
220
173
|
* Get a list of vpn's
|
|
221
174
|
*/
|
|
222
175
|
listVpns: import("../network/types.js").QueryObject<Omit<{
|
|
223
176
|
authorization: string;
|
|
224
|
-
xAccountId?: string
|
|
177
|
+
xAccountId?: string;
|
|
225
178
|
foundationId: string;
|
|
226
179
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListVpnResponse>;
|
|
227
180
|
/**
|
|
@@ -229,7 +182,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
229
182
|
*/
|
|
230
183
|
getVpnConfiguration: import("../network/types.js").QueryObject<Omit<{
|
|
231
184
|
authorization: string;
|
|
232
|
-
xAccountId?: string
|
|
185
|
+
xAccountId?: string;
|
|
233
186
|
foundationId: string;
|
|
234
187
|
vpnId: string;
|
|
235
188
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").VpnConfigurationResponse>;
|
|
@@ -238,7 +191,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
238
191
|
*/
|
|
239
192
|
createVpn: import("../network/types.js").MutationObject<Omit<{
|
|
240
193
|
authorization: string;
|
|
241
|
-
xAccountId?: string
|
|
194
|
+
xAccountId?: string;
|
|
242
195
|
foundationId: string;
|
|
243
196
|
createVpnRequest: import("../api/cloudPlatform.js").CreateVpnRequest;
|
|
244
197
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").VpnResponse>;
|
|
@@ -247,7 +200,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
247
200
|
*/
|
|
248
201
|
getNetworkById: import("../network/types.js").QueryObject<Omit<{
|
|
249
202
|
authorization: string;
|
|
250
|
-
xAccountId?: string
|
|
203
|
+
xAccountId?: string;
|
|
251
204
|
foundationId: string;
|
|
252
205
|
networkId: string;
|
|
253
206
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").NetworkResponse>;
|
|
@@ -256,7 +209,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
256
209
|
*/
|
|
257
210
|
listTenants: import("../network/types.js").QueryObject<Omit<{
|
|
258
211
|
authorization: string;
|
|
259
|
-
xAccountId?: string
|
|
212
|
+
xAccountId?: string;
|
|
260
213
|
foundationId: string;
|
|
261
214
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListTenantResponse>;
|
|
262
215
|
/**
|
|
@@ -264,7 +217,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
264
217
|
*/
|
|
265
218
|
createTenant: import("../network/types.js").MutationObject<Omit<{
|
|
266
219
|
authorization: string;
|
|
267
|
-
xAccountId?: string
|
|
220
|
+
xAccountId?: string;
|
|
268
221
|
foundationId: string;
|
|
269
222
|
createTenantRequest: import("../api/cloudPlatform.js").CreateTenantRequest;
|
|
270
223
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").TenantResponse>;
|
|
@@ -273,17 +226,17 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
273
226
|
*/
|
|
274
227
|
listRuntimes: import("../network/types.js").QueryObject<Omit<{
|
|
275
228
|
authorization: string;
|
|
276
|
-
xAccountId?: string
|
|
229
|
+
xAccountId?: string;
|
|
277
230
|
foundationId: string;
|
|
278
|
-
tenantId?: string
|
|
279
|
-
projectId?: string
|
|
231
|
+
tenantId?: string;
|
|
232
|
+
projectId?: string;
|
|
280
233
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").ListRuntimeResponse>;
|
|
281
234
|
/**
|
|
282
235
|
* Create a runtime
|
|
283
236
|
*/
|
|
284
237
|
createRuntime: import("../network/types.js").MutationObject<Omit<{
|
|
285
238
|
authorization: string;
|
|
286
|
-
xAccountId?: string
|
|
239
|
+
xAccountId?: string;
|
|
287
240
|
foundationId: string;
|
|
288
241
|
createRuntimeRequest: import("../api/cloudPlatform.js").CreateRuntimeRequest;
|
|
289
242
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").RuntimeResponse>;
|
|
@@ -292,7 +245,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
292
245
|
*/
|
|
293
246
|
getFolderTags: import("../network/types.js").QueryObject<Omit<{
|
|
294
247
|
authorization: string;
|
|
295
|
-
xAccountId?: string
|
|
248
|
+
xAccountId?: string;
|
|
296
249
|
foundationId: string;
|
|
297
250
|
folderId: string;
|
|
298
251
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudPlatform.js").Tag[]>;
|
|
@@ -301,7 +254,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
301
254
|
*/
|
|
302
255
|
updateFolderTags: import("../network/types.js").MutationObject<Omit<{
|
|
303
256
|
authorization: string;
|
|
304
|
-
xAccountId?: string
|
|
257
|
+
xAccountId?: string;
|
|
305
258
|
foundationId: string;
|
|
306
259
|
folderId: string;
|
|
307
260
|
body: import("../api/cloudPlatform.js").Tag[];
|
|
@@ -311,7 +264,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
311
264
|
*/
|
|
312
265
|
updateProjectTags: import("../network/types.js").MutationObject<Omit<{
|
|
313
266
|
authorization: string;
|
|
314
|
-
xAccountId?: string
|
|
267
|
+
xAccountId?: string;
|
|
315
268
|
foundationId: string;
|
|
316
269
|
projectId: string;
|
|
317
270
|
body: import("../api/cloudPlatform.js").Tag[];
|
|
@@ -321,7 +274,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
321
274
|
*/
|
|
322
275
|
updateNetworkTags: import("../network/types.js").MutationObject<Omit<{
|
|
323
276
|
authorization: string;
|
|
324
|
-
xAccountId?: string
|
|
277
|
+
xAccountId?: string;
|
|
325
278
|
foundationId: string;
|
|
326
279
|
networkId: string;
|
|
327
280
|
body: import("../api/cloudPlatform.js").Tag[];
|
|
@@ -331,7 +284,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
331
284
|
*/
|
|
332
285
|
updateCidrTags: import("../network/types.js").MutationObject<Omit<{
|
|
333
286
|
authorization: string;
|
|
334
|
-
xAccountId?: string
|
|
287
|
+
xAccountId?: string;
|
|
335
288
|
foundationId: string;
|
|
336
289
|
cidrId: string;
|
|
337
290
|
body: import("../api/cloudPlatform.js").Tag[];
|
|
@@ -341,7 +294,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
341
294
|
*/
|
|
342
295
|
updateDnsZoneTags: import("../network/types.js").MutationObject<Omit<{
|
|
343
296
|
authorization: string;
|
|
344
|
-
xAccountId?: string
|
|
297
|
+
xAccountId?: string;
|
|
345
298
|
foundationId: string;
|
|
346
299
|
dnsZoneId: string;
|
|
347
300
|
body: import("../api/cloudPlatform.js").Tag[];
|
|
@@ -351,7 +304,7 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
351
304
|
*/
|
|
352
305
|
updateCertificateTags: import("../network/types.js").MutationObject<Omit<{
|
|
353
306
|
authorization: string;
|
|
354
|
-
xAccountId?: string
|
|
307
|
+
xAccountId?: string;
|
|
355
308
|
foundationId: string;
|
|
356
309
|
certificateId: string;
|
|
357
310
|
body: import("../api/cloudPlatform.js").Tag[];
|
|
@@ -361,11 +314,83 @@ declare class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
361
314
|
*/
|
|
362
315
|
updateVpnTags: import("../network/types.js").MutationObject<Omit<{
|
|
363
316
|
authorization: string;
|
|
364
|
-
xAccountId?: string
|
|
317
|
+
xAccountId?: string;
|
|
365
318
|
foundationId: string;
|
|
366
319
|
vpnId: string;
|
|
367
320
|
body: import("../api/cloudPlatform.js").Tag[];
|
|
368
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>;
|
|
369
394
|
}
|
|
370
395
|
export declare const cloudPlatformClient: CloudPlatformClient;
|
|
371
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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createCertificate, createCidr, createDnsRecord, createDnsZone, createFolder, createFoundation, createNetwork, createProject, createRuntime, createTenant, createVpn, defaults, deleteCertificate, deleteCidr, deleteDnsRecord, deleteDnsZone, deleteFolder, deleteNetwork, deleteProject, deleteVpn, getCertificate, getFolder, getFolderTags, getFoundation, getNetwork, getProject, getVpnConfiguration, listCertificates, listCidr, listDnsRecord, listDnsZone, listFoundations, listNetwork, listRuntime, listTenant, listVpns, providers, putCertificateTags, putCidrTags, putDnsZoneTags, putFolderTags, putNetworkTags, putProjectTags, putVpnTags, } from '../api/cloudPlatform.js';
|
|
2
2
|
import { DefaultAPIError } from '../error/DefaultAPIError.js';
|
|
3
3
|
import { ReactQueryNetworkClient } from '../network/ReactQueryNetworkClient.js';
|
|
4
4
|
import { removeAuthorizationParam } from '../utils/remove-authorization-param.js';
|
|
@@ -178,51 +178,6 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
178
178
|
writable: true,
|
|
179
179
|
value: this.mutation(removeAuthorizationParam(createNetwork))
|
|
180
180
|
});
|
|
181
|
-
/**
|
|
182
|
-
* Get a list of inbounds
|
|
183
|
-
*/
|
|
184
|
-
Object.defineProperty(this, "listInbounds", {
|
|
185
|
-
enumerable: true,
|
|
186
|
-
configurable: true,
|
|
187
|
-
writable: true,
|
|
188
|
-
value: this.query(removeAuthorizationParam(listInbound))
|
|
189
|
-
});
|
|
190
|
-
/**
|
|
191
|
-
* Create a inbound
|
|
192
|
-
*/
|
|
193
|
-
Object.defineProperty(this, "createInbound", {
|
|
194
|
-
enumerable: true,
|
|
195
|
-
configurable: true,
|
|
196
|
-
writable: true,
|
|
197
|
-
value: this.mutation(removeAuthorizationParam(createInbound))
|
|
198
|
-
});
|
|
199
|
-
/**
|
|
200
|
-
* Add a network connection
|
|
201
|
-
*/
|
|
202
|
-
Object.defineProperty(this, "addNetworkConnection", {
|
|
203
|
-
enumerable: true,
|
|
204
|
-
configurable: true,
|
|
205
|
-
writable: true,
|
|
206
|
-
value: this.mutation(removeAuthorizationParam(createNetworkConnection))
|
|
207
|
-
});
|
|
208
|
-
/**
|
|
209
|
-
* Get a network connection request
|
|
210
|
-
*/
|
|
211
|
-
Object.defineProperty(this, "getNetworkConnections", {
|
|
212
|
-
enumerable: true,
|
|
213
|
-
configurable: true,
|
|
214
|
-
writable: true,
|
|
215
|
-
value: this.query(removeAuthorizationParam(listNetworkConnection))
|
|
216
|
-
});
|
|
217
|
-
/**
|
|
218
|
-
* Accept a network connection
|
|
219
|
-
*/
|
|
220
|
-
Object.defineProperty(this, "acceptNetworkConnection", {
|
|
221
|
-
enumerable: true,
|
|
222
|
-
configurable: true,
|
|
223
|
-
writable: true,
|
|
224
|
-
value: this.mutation(removeAuthorizationParam(acceptNetworkConnection))
|
|
225
|
-
});
|
|
226
181
|
/**
|
|
227
182
|
* Get a list of vpn's
|
|
228
183
|
*/
|
|
@@ -367,6 +322,78 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
|
|
|
367
322
|
writable: true,
|
|
368
323
|
value: this.mutation(removeAuthorizationParam(putVpnTags))
|
|
369
324
|
});
|
|
325
|
+
/**
|
|
326
|
+
* Delete a folder
|
|
327
|
+
*/
|
|
328
|
+
Object.defineProperty(this, "deleteFolder", {
|
|
329
|
+
enumerable: true,
|
|
330
|
+
configurable: true,
|
|
331
|
+
writable: true,
|
|
332
|
+
value: this.mutation(removeAuthorizationParam(deleteFolder))
|
|
333
|
+
});
|
|
334
|
+
/**
|
|
335
|
+
* Delete a project
|
|
336
|
+
*/
|
|
337
|
+
Object.defineProperty(this, "deleteProject", {
|
|
338
|
+
enumerable: true,
|
|
339
|
+
configurable: true,
|
|
340
|
+
writable: true,
|
|
341
|
+
value: this.mutation(removeAuthorizationParam(deleteProject))
|
|
342
|
+
});
|
|
343
|
+
/**
|
|
344
|
+
* Delete a network
|
|
345
|
+
*/
|
|
346
|
+
Object.defineProperty(this, "deleteNetwork", {
|
|
347
|
+
enumerable: true,
|
|
348
|
+
configurable: true,
|
|
349
|
+
writable: true,
|
|
350
|
+
value: this.mutation(removeAuthorizationParam(deleteNetwork))
|
|
351
|
+
});
|
|
352
|
+
/**
|
|
353
|
+
* Delete a certificate
|
|
354
|
+
*/
|
|
355
|
+
Object.defineProperty(this, "deleteCertificate", {
|
|
356
|
+
enumerable: true,
|
|
357
|
+
configurable: true,
|
|
358
|
+
writable: true,
|
|
359
|
+
value: this.mutation(removeAuthorizationParam(deleteCertificate))
|
|
360
|
+
});
|
|
361
|
+
/**
|
|
362
|
+
* Delete a dns zone
|
|
363
|
+
*/
|
|
364
|
+
Object.defineProperty(this, "deleteDnsZone", {
|
|
365
|
+
enumerable: true,
|
|
366
|
+
configurable: true,
|
|
367
|
+
writable: true,
|
|
368
|
+
value: this.mutation(removeAuthorizationParam(deleteDnsZone))
|
|
369
|
+
});
|
|
370
|
+
/**
|
|
371
|
+
* Delete a dns record
|
|
372
|
+
*/
|
|
373
|
+
Object.defineProperty(this, "deleteDnsRecord", {
|
|
374
|
+
enumerable: true,
|
|
375
|
+
configurable: true,
|
|
376
|
+
writable: true,
|
|
377
|
+
value: this.mutation(removeAuthorizationParam(deleteDnsRecord))
|
|
378
|
+
});
|
|
379
|
+
/**
|
|
380
|
+
* Delete a VPN
|
|
381
|
+
*/
|
|
382
|
+
Object.defineProperty(this, "deleteVPN", {
|
|
383
|
+
enumerable: true,
|
|
384
|
+
configurable: true,
|
|
385
|
+
writable: true,
|
|
386
|
+
value: this.mutation(removeAuthorizationParam(deleteVpn))
|
|
387
|
+
});
|
|
388
|
+
/**
|
|
389
|
+
* Delete a CIDR
|
|
390
|
+
*/
|
|
391
|
+
Object.defineProperty(this, "deleteCidr", {
|
|
392
|
+
enumerable: true,
|
|
393
|
+
configurable: true,
|
|
394
|
+
writable: true,
|
|
395
|
+
value: this.mutation(removeAuthorizationParam(deleteCidr))
|
|
396
|
+
});
|
|
370
397
|
}
|
|
371
398
|
buildStackSpotError(error) {
|
|
372
399
|
return new DefaultAPIError(error.data, error.status, scfDictionary, error.headers);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloud-platform.js","sourceRoot":"","sources":["../../src/client/cloud-platform.ts"],"names":[],"mappings":"AACA,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"cloud-platform.js","sourceRoot":"","sources":["../../src/client/cloud-platform.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,8 +9,8 @@ declare class CloudRuntimesClient extends ReactQueryNetworkClient {
|
|
|
9
9
|
*/
|
|
10
10
|
listApplications: import("../network/types.js").QueryObject<Omit<{
|
|
11
11
|
projectId: string;
|
|
12
|
-
limit?: number
|
|
13
|
-
offset?: number
|
|
12
|
+
limit?: number;
|
|
13
|
+
offset?: number;
|
|
14
14
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudRuntimes.js").PaginatedResponseApplicationDto>;
|
|
15
15
|
/**
|
|
16
16
|
* Get an application by id
|
|
@@ -70,8 +70,8 @@ declare class CloudRuntimesClient extends ReactQueryNetworkClient {
|
|
|
70
70
|
* Get list of repositories
|
|
71
71
|
*/
|
|
72
72
|
listRepositories: import("../network/types.js").QueryObject<Omit<{
|
|
73
|
-
limit?: number
|
|
74
|
-
offset?: number
|
|
73
|
+
limit?: number;
|
|
74
|
+
offset?: number;
|
|
75
75
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudRuntimes.js").ListRepositoryResponse>;
|
|
76
76
|
/**
|
|
77
77
|
* Get list of images from a repository
|