@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.
Files changed (230) hide show
  1. package/CHANGELOG.md +633 -0
  2. package/dist/api/account.d.ts +413 -277
  3. package/dist/api/account.d.ts.map +1 -1
  4. package/dist/api/account.js +261 -176
  5. package/dist/api/account.js.map +1 -1
  6. package/dist/api/accountAssetManager.d.ts +309 -0
  7. package/dist/api/accountAssetManager.d.ts.map +1 -0
  8. package/dist/api/accountAssetManager.js +169 -0
  9. package/dist/api/accountAssetManager.js.map +1 -0
  10. package/dist/api/agent-tools.d.ts +243 -149
  11. package/dist/api/agent-tools.d.ts.map +1 -1
  12. package/dist/api/agent-tools.js +77 -5
  13. package/dist/api/agent-tools.js.map +1 -1
  14. package/dist/api/agent.d.ts +55 -55
  15. package/dist/api/agent.d.ts.map +1 -1
  16. package/dist/api/ai.d.ts +487 -98
  17. package/dist/api/ai.d.ts.map +1 -1
  18. package/dist/api/ai.js +427 -146
  19. package/dist/api/ai.js.map +1 -1
  20. package/dist/api/cloudPlatform.d.ts +374 -221
  21. package/dist/api/cloudPlatform.d.ts.map +1 -1
  22. package/dist/api/cloudPlatform.js +299 -93
  23. package/dist/api/cloudPlatform.js.map +1 -1
  24. package/dist/api/cloudPlatformHorizon.d.ts +178 -9
  25. package/dist/api/cloudPlatformHorizon.d.ts.map +1 -1
  26. package/dist/api/cloudPlatformHorizon.js +69 -1
  27. package/dist/api/cloudPlatformHorizon.js.map +1 -1
  28. package/dist/api/codeShift.d.ts +1125 -83
  29. package/dist/api/codeShift.d.ts.map +1 -1
  30. package/dist/api/codeShift.js +538 -16
  31. package/dist/api/codeShift.js.map +1 -1
  32. package/dist/api/dataIntegration.d.ts +291 -1
  33. package/dist/api/dataIntegration.d.ts.map +1 -1
  34. package/dist/api/dataIntegration.js +254 -0
  35. package/dist/api/dataIntegration.js.map +1 -1
  36. package/dist/api/discover.d.ts +380 -0
  37. package/dist/api/discover.d.ts.map +1 -0
  38. package/dist/api/discover.js +256 -0
  39. package/dist/api/discover.js.map +1 -0
  40. package/dist/api/edpBfa.d.ts +215 -0
  41. package/dist/api/edpBfa.d.ts.map +1 -0
  42. package/dist/api/edpBfa.js +87 -0
  43. package/dist/api/edpBfa.js.map +1 -0
  44. package/dist/api/genAiInference.d.ts +22 -2
  45. package/dist/api/genAiInference.d.ts.map +1 -1
  46. package/dist/api/genAiInference.js +22 -3
  47. package/dist/api/genAiInference.js.map +1 -1
  48. package/dist/api/workflows.d.ts +68 -5
  49. package/dist/api/workflows.d.ts.map +1 -1
  50. package/dist/api/workflows.js +16 -0
  51. package/dist/api/workflows.js.map +1 -1
  52. package/dist/api/workspaceManager.d.ts +16 -10
  53. package/dist/api/workspaceManager.d.ts.map +1 -1
  54. package/dist/api/workspaceManager.js +10 -0
  55. package/dist/api/workspaceManager.js.map +1 -1
  56. package/dist/api-addresses.d.ts +20 -18
  57. package/dist/api-addresses.d.ts.map +1 -1
  58. package/dist/api-addresses.js +81 -21
  59. package/dist/api-addresses.js.map +1 -1
  60. package/dist/apis-itau.json +241 -0
  61. package/dist/apis.json +18 -2
  62. package/dist/client/account-asset-manager.d.ts +112 -0
  63. package/dist/client/account-asset-manager.d.ts.map +1 -0
  64. package/dist/client/account-asset-manager.js +160 -0
  65. package/dist/client/account-asset-manager.js.map +1 -0
  66. package/dist/client/account.d.ts +265 -242
  67. package/dist/client/account.d.ts.map +1 -1
  68. package/dist/client/account.js +80 -34
  69. package/dist/client/account.js.map +1 -1
  70. package/dist/client/agent-tools.d.ts +166 -119
  71. package/dist/client/agent-tools.d.ts.map +1 -1
  72. package/dist/client/agent-tools.js +62 -11
  73. package/dist/client/agent-tools.js.map +1 -1
  74. package/dist/client/agent.d.ts +46 -46
  75. package/dist/client/agent.d.ts.map +1 -1
  76. package/dist/client/ai.d.ts +266 -79
  77. package/dist/client/ai.d.ts.map +1 -1
  78. package/dist/client/ai.js +262 -20
  79. package/dist/client/ai.js.map +1 -1
  80. package/dist/client/api-management.d.ts +10 -1
  81. package/dist/client/api-management.d.ts.map +1 -1
  82. package/dist/client/api-management.js +11 -2
  83. package/dist/client/api-management.js.map +1 -1
  84. package/dist/client/cloud-account.d.ts +13 -13
  85. package/dist/client/cloud-platform-horizon.d.ts +38 -19
  86. package/dist/client/cloud-platform-horizon.d.ts.map +1 -1
  87. package/dist/client/cloud-platform-horizon.js +19 -1
  88. package/dist/client/cloud-platform-horizon.js.map +1 -1
  89. package/dist/client/cloud-platform.d.ts +213 -46
  90. package/dist/client/cloud-platform.d.ts.map +1 -1
  91. package/dist/client/cloud-platform.js +168 -33
  92. package/dist/client/cloud-platform.js.map +1 -1
  93. package/dist/client/cloud-runtimes.d.ts +4 -4
  94. package/dist/client/cloud-services.d.ts +17 -17
  95. package/dist/client/cloud-services.d.ts.map +1 -1
  96. package/dist/client/code-shift.d.ts +535 -162
  97. package/dist/client/code-shift.d.ts.map +1 -1
  98. package/dist/client/code-shift.js +296 -7
  99. package/dist/client/code-shift.js.map +1 -1
  100. package/dist/client/content.d.ts +127 -132
  101. package/dist/client/content.d.ts.map +1 -1
  102. package/dist/client/data-integration.d.ts +92 -53
  103. package/dist/client/data-integration.d.ts.map +1 -1
  104. package/dist/client/data-integration.js +38 -2
  105. package/dist/client/data-integration.js.map +1 -1
  106. package/dist/client/discover.d.ts +84 -0
  107. package/dist/client/discover.d.ts.map +1 -0
  108. package/dist/client/discover.js +359 -0
  109. package/dist/client/discover.js.map +1 -0
  110. package/dist/client/edp-bfa.d.ts +16 -0
  111. package/dist/client/edp-bfa.d.ts.map +1 -0
  112. package/dist/client/edp-bfa.js +24 -0
  113. package/dist/client/edp-bfa.js.map +1 -0
  114. package/dist/client/event-bus.d.ts.map +1 -1
  115. package/dist/client/gen-ai-inference.d.ts +20 -20
  116. package/dist/client/insights.d.ts +7 -7
  117. package/dist/client/notification.d.ts +17 -10
  118. package/dist/client/notification.d.ts.map +1 -1
  119. package/dist/client/notification.js +10 -1
  120. package/dist/client/notification.js.map +1 -1
  121. package/dist/client/runtime-manager.d.ts +8 -8
  122. package/dist/client/secrets.d.ts.map +1 -1
  123. package/dist/client/secrets.js +1 -1
  124. package/dist/client/secrets.js.map +1 -1
  125. package/dist/client/types.d.ts +50 -7
  126. package/dist/client/types.d.ts.map +1 -1
  127. package/dist/client/workflow.d.ts +10 -10
  128. package/dist/client/workspace-ai.d.ts +53 -53
  129. package/dist/client/workspace-ai.d.ts.map +1 -1
  130. package/dist/client/workspace-ai.js +3 -7
  131. package/dist/client/workspace-ai.js.map +1 -1
  132. package/dist/client/workspace-manager.d.ts +115 -76
  133. package/dist/client/workspace-manager.d.ts.map +1 -1
  134. package/dist/client/workspace-manager.js +47 -2
  135. package/dist/client/workspace-manager.js.map +1 -1
  136. package/dist/client/workspace-search.d.ts +2 -2
  137. package/dist/client/workspace.d.ts +58 -105
  138. package/dist/client/workspace.d.ts.map +1 -1
  139. package/dist/error/DefaultAPIError.d.ts.map +1 -1
  140. package/dist/error/DefaultAPIError.js.map +1 -1
  141. package/dist/error/StackspotAPIError.d.ts +3 -4
  142. package/dist/error/StackspotAPIError.d.ts.map +1 -1
  143. package/dist/error/StackspotAPIError.js +3 -3
  144. package/dist/error/StackspotAPIError.js.map +1 -1
  145. package/dist/error/dictionary/accountAssetManager.d.ts +11 -0
  146. package/dist/error/dictionary/accountAssetManager.d.ts.map +1 -0
  147. package/dist/error/dictionary/accountAssetManager.js +11 -0
  148. package/dist/error/dictionary/accountAssetManager.js.map +1 -0
  149. package/dist/error/dictionary/cloud-platform.d.ts +76 -8
  150. package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
  151. package/dist/error/dictionary/cloud-platform.js +80 -12
  152. package/dist/error/dictionary/cloud-platform.js.map +1 -1
  153. package/dist/error/dictionary/workspace-ai.d.ts +9 -0
  154. package/dist/error/dictionary/workspace-ai.d.ts.map +1 -0
  155. package/dist/error/dictionary/workspace-ai.js +9 -0
  156. package/dist/error/dictionary/workspace-ai.js.map +1 -0
  157. package/dist/index.d.ts +6 -4
  158. package/dist/index.d.ts.map +1 -1
  159. package/dist/index.js +5 -3
  160. package/dist/index.js.map +1 -1
  161. package/dist/network/NetworkClient.d.ts +4 -2
  162. package/dist/network/NetworkClient.d.ts.map +1 -1
  163. package/dist/network/NetworkClient.js +16 -4
  164. package/dist/network/NetworkClient.js.map +1 -1
  165. package/dist/network/types.d.ts +2 -0
  166. package/dist/network/types.d.ts.map +1 -1
  167. package/dist/utils/StreamedJson.d.ts +3 -1
  168. package/dist/utils/StreamedJson.d.ts.map +1 -1
  169. package/dist/utils/StreamedJson.js +23 -3
  170. package/dist/utils/StreamedJson.js.map +1 -1
  171. package/package.dev.json +3 -0
  172. package/package.json +10 -9
  173. package/package.stg.json +3 -0
  174. package/readme.md +40 -1
  175. package/src/api/account.ts +701 -540
  176. package/src/api/accountAssetManager.ts +771 -0
  177. package/src/api/agent-tools.ts +332 -151
  178. package/src/api/ai.ts +891 -170
  179. package/src/api/cloudPlatform.ts +667 -298
  180. package/src/api/cloudPlatformHorizon.ts +412 -9
  181. package/src/api/codeShift.ts +2088 -97
  182. package/src/api/dataIntegration.ts +635 -1
  183. package/src/api/discover.ts +601 -0
  184. package/src/api/edpBfa.ts +472 -0
  185. package/src/api/genAiInference.ts +47 -4
  186. package/src/api/workflows.ts +100 -5
  187. package/src/api/workspaceManager.ts +25 -10
  188. package/src/api-addresses.ts +113 -38
  189. package/src/apis-itau.json +241 -0
  190. package/src/apis.json +18 -2
  191. package/src/client/account-asset-manager.ts +100 -0
  192. package/src/client/account.ts +71 -40
  193. package/src/client/agent-tools.ts +57 -17
  194. package/src/client/ai.ts +232 -20
  195. package/src/client/api-management.ts +7 -2
  196. package/src/client/cloud-platform-horizon.ts +12 -4
  197. package/src/client/cloud-platform.ts +101 -27
  198. package/src/client/code-shift.ts +196 -8
  199. package/src/client/data-integration.ts +28 -1
  200. package/src/client/discover.ts +319 -0
  201. package/src/client/edp-bfa.ts +24 -0
  202. package/src/client/notification.ts +6 -1
  203. package/src/client/secrets.ts +1 -1
  204. package/src/client/types.ts +55 -9
  205. package/src/client/workspace-ai.ts +19 -23
  206. package/src/client/workspace-manager.ts +31 -2
  207. package/src/error/DefaultAPIError.ts +5 -5
  208. package/src/error/StackspotAPIError.ts +4 -4
  209. package/src/error/dictionary/accountAssetManager.ts +12 -0
  210. package/src/error/dictionary/cloud-platform.ts +80 -12
  211. package/src/error/dictionary/workspace-ai.ts +10 -0
  212. package/src/index.ts +7 -4
  213. package/src/network/NetworkClient.ts +18 -6
  214. package/src/network/types.ts +3 -0
  215. package/src/utils/StreamedJson.tsx +19 -4
  216. package/dist/api/discovery.d.ts +0 -494
  217. package/dist/api/discovery.d.ts.map +0 -1
  218. package/dist/api/discovery.js +0 -205
  219. package/dist/api/discovery.js.map +0 -1
  220. package/dist/client/adp-mock.d.ts +0 -89
  221. package/dist/client/adp-mock.d.ts.map +0 -1
  222. package/dist/client/adp-mock.js +0 -246
  223. package/dist/client/adp-mock.js.map +0 -1
  224. package/dist/client/discovery.d.ts +0 -110
  225. package/dist/client/discovery.d.ts.map +0 -1
  226. package/dist/client/discovery.js +0 -133
  227. package/dist/client/discovery.js.map +0 -1
  228. package/src/api/discovery.ts +0 -729
  229. package/src/client/adp-mock.ts +0 -244
  230. package/src/client/discovery.ts +0 -73
@@ -9,31 +9,9 @@ export declare const defaults: Oazapfts.Defaults<Oazapfts.CustomHeaders>;
9
9
  export declare const servers: {
10
10
  generatedServerUrl: string;
11
11
  };
12
- export type FoundationDetails = {
13
- name: string;
14
- description: string;
15
- cloudProvider: string;
16
- region: string;
17
- };
18
- export type FoundationResponse = {
19
- stackSpotAccountId: string;
20
- foundationId: string;
21
- details: FoundationDetails;
22
- status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
23
- createdAt: string;
24
- updatedAt: string;
25
- deletedAt?: string;
26
- };
27
- export type ListFoundationResponse = {
28
- stackSpotAccountId: string;
29
- pendingResources: boolean;
30
- content: FoundationResponse[];
31
- };
32
- export type CreateFoundationRequest = {
33
- name: string;
34
- description: string;
35
- cloudProvider: string;
36
- region: string;
12
+ export type Tag = {
13
+ key: string;
14
+ value: string;
37
15
  };
38
16
  export type TunnelStatus = {
39
17
  tunnel1?: string;
@@ -49,21 +27,12 @@ export type VpnResponse = {
49
27
  foundationId: string;
50
28
  vpnId: string;
51
29
  details: VpnDetails;
30
+ tags: Tag[];
52
31
  status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
53
32
  createdAt: string;
54
33
  updatedAt: string;
55
34
  deletedAt?: string;
56
35
  };
57
- export type ListVpnResponse = {
58
- stackSpotAccountId: string;
59
- foundationId: string;
60
- pendingResources: boolean;
61
- content: VpnResponse[];
62
- };
63
- export type CreateVpnRequest = {
64
- peerCustomerGatewayIp: string;
65
- destinationCidrBlock: string;
66
- };
67
36
  export type ProjectDetails = {
68
37
  name: string;
69
38
  folderName: string;
@@ -75,23 +44,12 @@ export type ProjectResponse = {
75
44
  parentFolderId: string;
76
45
  projectId: string;
77
46
  details: ProjectDetails;
47
+ tags: Tag[];
78
48
  status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
79
49
  createdAt: string;
80
50
  updatedAt: string;
81
51
  deletedAt?: string;
82
52
  };
83
- export type ListProjectResponse = {
84
- stackSpotAccountId: string;
85
- foundationId: string;
86
- parentFolderId?: string;
87
- pendingResources: boolean;
88
- content: ProjectResponse[];
89
- };
90
- export type CreateProjectRequest = {
91
- parentFolderId: string;
92
- name: string;
93
- description: string;
94
- };
95
53
  export type NetworkSubnetDetails = {
96
54
  az?: string;
97
55
  cidr?: string;
@@ -110,83 +68,12 @@ export type NetworkResponse = {
110
68
  projectId: string;
111
69
  networkId: string;
112
70
  details: NetworkDetails;
71
+ tags: Tag[];
113
72
  status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
114
73
  createdAt: string;
115
74
  updatedAt: string;
116
75
  deletedAt?: string;
117
76
  };
118
- export type ListNetworkResponse = {
119
- stackSpotAccountId: string;
120
- foundationId: string;
121
- projectId?: string;
122
- pendingResources: boolean;
123
- content: NetworkResponse[];
124
- };
125
- export type CreateNetworkRequest = {
126
- projectId: string;
127
- prefixLength: number;
128
- networkName?: string;
129
- networkType: "WORKLOAD";
130
- };
131
- export type NetworkConnectionDetails = {
132
- accepted?: boolean;
133
- requesterNetwork: NetworkResponse;
134
- accepterNetwork: NetworkResponse;
135
- };
136
- export type NetworkConnectionResponse = {
137
- stackSpotAccountId: string;
138
- foundationId: string;
139
- accepterNetworkId: string;
140
- accepterProjectId: string;
141
- requesterNetworkId: string;
142
- requesterProjectId: string;
143
- networkConnectionId: string;
144
- details: NetworkConnectionDetails;
145
- status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
146
- createdAt: string;
147
- updatedAt: string;
148
- deletedAt?: string;
149
- };
150
- export type ListNetworkConnectionResponse = {
151
- stackSpotAccountId: string;
152
- foundationId: string;
153
- accepterNetworkId?: string;
154
- accepterProjectId?: string;
155
- requesterNetworkId?: string;
156
- requesterProjectId?: string;
157
- pendingResources: boolean;
158
- content: NetworkConnectionResponse[];
159
- };
160
- export type CreateNetworkConnectionRequest = {
161
- accepterNetworkId: string;
162
- requesterNetworkId: string;
163
- };
164
- export type InboundDetails = {
165
- recordName: string;
166
- };
167
- export type InboundResponse = {
168
- stackSpotAccountId: string;
169
- foundationId: string;
170
- projectId: string;
171
- inboundId: string;
172
- details: InboundDetails;
173
- status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
174
- createdAt: string;
175
- updatedAt: string;
176
- deletedAt?: string;
177
- };
178
- export type ListInboundResponse = {
179
- stackSpotAccountId: string;
180
- foundationId: string;
181
- pendingResources: boolean;
182
- content: InboundResponse[];
183
- };
184
- export type CreateInboundRequest = {
185
- projectId: string;
186
- certificateId: string;
187
- domain: string;
188
- applicationLoadBalancer: string;
189
- };
190
77
  export type FolderContent = {
191
78
  "type": "FOLDER" | "PROJECT";
192
79
  id: string;
@@ -204,15 +91,12 @@ export type FolderResponse = {
204
91
  parentFolderId: string;
205
92
  folderId: string;
206
93
  details: FolderDetails;
94
+ tags: Tag[];
207
95
  status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
208
96
  createdAt: string;
209
97
  updatedAt: string;
210
98
  deletedAt?: string;
211
99
  };
212
- export type CreateFolderRequest = {
213
- parentFolderId: string;
214
- name: string;
215
- };
216
100
  export type DnsZoneDetails = {
217
101
  domain: string;
218
102
  dnsZoneType: string;
@@ -222,22 +106,12 @@ export type DnsZoneResponse = {
222
106
  foundationId: string;
223
107
  dnsZoneId: string;
224
108
  details: DnsZoneDetails;
109
+ tags: Tag[];
225
110
  status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
226
111
  createdAt: string;
227
112
  updatedAt: string;
228
113
  deletedAt?: string;
229
114
  };
230
- export type ListDnsZoneResponse = {
231
- stackSpotAccountId: string;
232
- foundationId: string;
233
- pendingResources: boolean;
234
- content: DnsZoneResponse[];
235
- };
236
- export type CreateDnsZoneRequest = {
237
- domain: string;
238
- "type": "PUBLIC" | "PRIVATE";
239
- projectId?: string;
240
- };
241
115
  export type DnsRecordDetails = {
242
116
  recordName: string;
243
117
  records: string[];
@@ -251,27 +125,12 @@ export type DnsRecordResponse = {
251
125
  dnsZoneId: string;
252
126
  dnsRecordId: string;
253
127
  details: DnsRecordDetails;
128
+ tags: Tag[];
254
129
  status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
255
130
  createdAt: string;
256
131
  updatedAt: string;
257
132
  deletedAt?: string;
258
133
  };
259
- export type ListDnsRecordResponse = {
260
- stackSpotAccountId: string;
261
- foundationId: string;
262
- projectId?: string;
263
- dnsZoneId?: string;
264
- pendingResources: boolean;
265
- content: DnsRecordResponse[];
266
- };
267
- export type CreateDnsRecordRequest = {
268
- dnsZoneId: string;
269
- projectId?: string;
270
- recordName: string;
271
- records: string[];
272
- ttl: number;
273
- "type": "A" | "AAAA" | "CAA" | "CNAME" | "MX" | "PTR" | "SOA" | "SRV" | "TXT";
274
- };
275
134
  export type CidrDetails = {
276
135
  cidrNotation: string;
277
136
  networkAddress: string;
@@ -286,21 +145,12 @@ export type CidrResponse = {
286
145
  foundationId: string;
287
146
  cidrId: string;
288
147
  details: CidrDetails;
148
+ tags: Tag[];
289
149
  status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
290
150
  createdAt: string;
291
151
  updatedAt: string;
292
152
  deletedAt?: string;
293
153
  };
294
- export type ListCidrResponse = {
295
- stackSpotAccountId: string;
296
- foundationId: string;
297
- pendingResources: boolean;
298
- content: CidrResponse[];
299
- };
300
- export type CreateCidrRequest = {
301
- address: string;
302
- prefix: number;
303
- };
304
154
  export type CertificateDomainValidation = {
305
155
  domainName?: string;
306
156
  recordName?: string;
@@ -324,10 +174,171 @@ export type CertificateResponse = {
324
174
  certificateId: string;
325
175
  details: CertificateDetails;
326
176
  status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
177
+ tags: Tag[];
178
+ createdAt: string;
179
+ updatedAt: string;
180
+ deletedAt?: string;
181
+ };
182
+ export type FoundationDetails = {
183
+ name: string;
184
+ description: string;
185
+ cloudProvider: string;
186
+ region: string;
187
+ };
188
+ export type FoundationResponse = {
189
+ stackSpotAccountId: string;
190
+ foundationId: string;
191
+ details: FoundationDetails;
192
+ tags: Tag[];
193
+ status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
327
194
  createdAt: string;
328
195
  updatedAt: string;
329
196
  deletedAt?: string;
330
197
  };
198
+ export type ListFoundationResponse = {
199
+ stackSpotAccountId: string;
200
+ pendingResources: boolean;
201
+ content: FoundationResponse[];
202
+ };
203
+ export type CreateFoundationRequest = {
204
+ name: string;
205
+ description: string;
206
+ cloudProvider: string;
207
+ region: string;
208
+ };
209
+ export type ListVpnResponse = {
210
+ stackSpotAccountId: string;
211
+ foundationId: string;
212
+ pendingResources: boolean;
213
+ content: VpnResponse[];
214
+ };
215
+ export type CreateVpnRequest = {
216
+ peerCustomerGatewayIp: string;
217
+ destinationCidrBlock: string;
218
+ tags?: Tag[];
219
+ };
220
+ export type TenantDetails = {
221
+ name: string;
222
+ };
223
+ export type TenantResponse = {
224
+ stackSpotAccountId: string;
225
+ foundationId: string;
226
+ tenantId: string;
227
+ details: TenantDetails;
228
+ status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
229
+ createdAt: string;
230
+ updatedAt: string;
231
+ deletedAt?: string;
232
+ };
233
+ export type ListTenantResponse = {
234
+ stackSpotAccountId: string;
235
+ foundationId: string;
236
+ pendingResources: boolean;
237
+ content: TenantResponse[];
238
+ };
239
+ export type CreateTenantRequest = {
240
+ name: string;
241
+ publicCidrs: string[];
242
+ };
243
+ export type RuntimeDetails = {
244
+ name: string;
245
+ };
246
+ export type RuntimeResponse = {
247
+ stackSpotAccountId: string;
248
+ foundationId: string;
249
+ tenantId: string;
250
+ runtimeId: string;
251
+ details: RuntimeDetails;
252
+ status: "READY" | "PENDING" | "PENDING_APPROVAL" | "ERROR";
253
+ createdAt: string;
254
+ updatedAt: string;
255
+ deletedAt?: string;
256
+ };
257
+ export type ListRuntimeResponse = {
258
+ stackSpotAccountId: string;
259
+ foundationId: string;
260
+ projectId?: string;
261
+ tenantId?: string;
262
+ pendingResources: boolean;
263
+ content: RuntimeResponse[];
264
+ };
265
+ export type CreateRuntimeRequest = {
266
+ projectId: string;
267
+ name: string;
268
+ publicCidrs: string[];
269
+ clusterAdminRoles: string[];
270
+ };
271
+ export type ListProjectResponse = {
272
+ stackSpotAccountId: string;
273
+ foundationId: string;
274
+ parentFolderId?: string;
275
+ pendingResources: boolean;
276
+ content: ProjectResponse[];
277
+ };
278
+ export type CreateProjectRequest = {
279
+ parentFolderId: string;
280
+ name: string;
281
+ description: string;
282
+ tags?: Tag[];
283
+ };
284
+ export type ListNetworkResponse = {
285
+ stackSpotAccountId: string;
286
+ foundationId: string;
287
+ projectId?: string;
288
+ pendingResources: boolean;
289
+ content: NetworkResponse[];
290
+ };
291
+ export type CreateNetworkRequest = {
292
+ projectId: string;
293
+ prefixLength: number;
294
+ networkName?: string;
295
+ networkType: "WORKLOAD";
296
+ tags?: Tag[];
297
+ };
298
+ export type CreateFolderRequest = {
299
+ parentFolderId: string;
300
+ name: string;
301
+ tags?: Tag[];
302
+ };
303
+ export type ListDnsZoneResponse = {
304
+ stackSpotAccountId: string;
305
+ foundationId: string;
306
+ pendingResources: boolean;
307
+ content: DnsZoneResponse[];
308
+ };
309
+ export type CreateDnsZoneRequest = {
310
+ domain: string;
311
+ "type": "PUBLIC" | "PRIVATE";
312
+ projectId?: string;
313
+ tags?: Tag[];
314
+ };
315
+ export type ListDnsRecordResponse = {
316
+ stackSpotAccountId: string;
317
+ foundationId: string;
318
+ projectId?: string;
319
+ dnsZoneId?: string;
320
+ pendingResources: boolean;
321
+ content: DnsRecordResponse[];
322
+ };
323
+ export type CreateDnsRecordRequest = {
324
+ dnsZoneId: string;
325
+ projectId?: string;
326
+ recordName: string;
327
+ records: string[];
328
+ ttl: number;
329
+ "type": "A" | "AAAA" | "CAA" | "CNAME" | "MX" | "PTR" | "SOA" | "SRV" | "TXT";
330
+ };
331
+ export type ListCidrResponse = {
332
+ stackSpotAccountId: string;
333
+ foundationId: string;
334
+ pendingResources: boolean;
335
+ content: CidrResponse[];
336
+ };
337
+ export type CreateCidrRequest = {
338
+ address: string;
339
+ prefix: number;
340
+ tags?: Tag[];
341
+ };
331
342
  export type ListCertificateResponse = {
332
343
  stackSpotAccountId: string;
333
344
  foundationId: string;
@@ -335,6 +346,7 @@ export type ListCertificateResponse = {
335
346
  content: CertificateResponse[];
336
347
  };
337
348
  export type CreateCertificateRequestBase = {
349
+ tags?: Tag[];
338
350
  certificateName: string;
339
351
  forInbound: "TRUE" | "FALSE";
340
352
  "type": string;
@@ -360,175 +372,316 @@ export type VpnConfigurationResponse = {
360
372
  foundationId: string;
361
373
  configuration: Configuration;
362
374
  };
363
- export declare function listFoundations({ authorization }: {
375
+ export declare function putVpnTags({ authorization, xAccountId, foundationId, vpnId, body }: {
376
+ authorization: string;
377
+ xAccountId?: string;
378
+ foundationId: string;
379
+ vpnId: string;
380
+ body: Tag[];
381
+ }, opts?: Oazapfts.RequestOpts): Promise<VpnResponse>;
382
+ export declare function putProjectTags({ authorization, xAccountId, foundationId, projectId, body }: {
383
+ authorization: string;
384
+ xAccountId?: string;
385
+ foundationId: string;
386
+ projectId: string;
387
+ body: Tag[];
388
+ }, opts?: Oazapfts.RequestOpts): Promise<ProjectResponse>;
389
+ export declare function putNetworkTags({ authorization, xAccountId, foundationId, networkId, body }: {
390
+ authorization: string;
391
+ xAccountId?: string;
392
+ foundationId: string;
393
+ networkId: string;
394
+ body: Tag[];
395
+ }, opts?: Oazapfts.RequestOpts): Promise<NetworkResponse>;
396
+ export declare function getFolderTags({ authorization, xAccountId, foundationId, folderId }: {
397
+ authorization: string;
398
+ xAccountId?: string;
399
+ foundationId: string;
400
+ folderId: string;
401
+ }, opts?: Oazapfts.RequestOpts): Promise<Tag[]>;
402
+ export declare function putFolderTags({ authorization, xAccountId, foundationId, folderId, body }: {
364
403
  authorization: string;
404
+ xAccountId?: string;
405
+ foundationId: string;
406
+ folderId: string;
407
+ body: Tag[];
408
+ }, opts?: Oazapfts.RequestOpts): Promise<FolderResponse>;
409
+ export declare function putDnsZoneTags({ authorization, xAccountId, foundationId, dnsZoneId, body }: {
410
+ authorization: string;
411
+ xAccountId?: string;
412
+ foundationId: string;
413
+ dnsZoneId: string;
414
+ body: Tag[];
415
+ }, opts?: Oazapfts.RequestOpts): Promise<DnsZoneResponse>;
416
+ export declare function putDnsRecordRecords({ authorization, xAccountId, foundationId, dnsRecordId, body }: {
417
+ authorization: string;
418
+ xAccountId?: string;
419
+ foundationId: string;
420
+ dnsRecordId: string;
421
+ body: string[];
422
+ }, opts?: Oazapfts.RequestOpts): Promise<DnsRecordResponse>;
423
+ export declare function putCidrTags({ authorization, xAccountId, foundationId, cidrId, body }: {
424
+ authorization: string;
425
+ xAccountId?: string;
426
+ foundationId: string;
427
+ cidrId: string;
428
+ body: Tag[];
429
+ }, opts?: Oazapfts.RequestOpts): Promise<CidrResponse>;
430
+ export declare function putCertificateTags({ authorization, xAccountId, foundationId, certificateId, body }: {
431
+ authorization: string;
432
+ xAccountId?: string;
433
+ foundationId: string;
434
+ certificateId: string;
435
+ body: Tag[];
436
+ }, opts?: Oazapfts.RequestOpts): Promise<CertificateResponse>;
437
+ export declare function listFoundations({ authorization, xAccountId }: {
438
+ authorization: string;
439
+ xAccountId?: string;
365
440
  }, opts?: Oazapfts.RequestOpts): Promise<ListFoundationResponse>;
366
- export declare function createFoundation({ authorization, createFoundationRequest }: {
441
+ export declare function createFoundation({ authorization, xAccountId, createFoundationRequest }: {
367
442
  authorization: string;
443
+ xAccountId?: string;
368
444
  createFoundationRequest: CreateFoundationRequest;
369
445
  }, opts?: Oazapfts.RequestOpts): Promise<FoundationResponse>;
370
- export declare function listVpns({ authorization, foundationId }: {
446
+ export declare function listVpns({ authorization, xAccountId, foundationId }: {
371
447
  authorization: string;
448
+ xAccountId?: string;
372
449
  foundationId: string;
373
450
  }, opts?: Oazapfts.RequestOpts): Promise<ListVpnResponse>;
374
- export declare function createVpn({ authorization, foundationId, createVpnRequest }: {
451
+ export declare function createVpn({ authorization, xAccountId, foundationId, createVpnRequest }: {
375
452
  authorization: string;
453
+ xAccountId?: string;
376
454
  foundationId: string;
377
455
  createVpnRequest: CreateVpnRequest;
378
456
  }, opts?: Oazapfts.RequestOpts): Promise<VpnResponse>;
379
- export declare function listProject({ authorization, foundationId, parentFolderId }: {
457
+ export declare function listTenant({ authorization, xAccountId, foundationId }: {
380
458
  authorization: string;
459
+ xAccountId?: string;
381
460
  foundationId: string;
382
- parentFolderId?: string;
383
- }, opts?: Oazapfts.RequestOpts): Promise<ListProjectResponse>;
384
- export declare function createProject({ authorization, foundationId, createProjectRequest }: {
461
+ }, opts?: Oazapfts.RequestOpts): Promise<ListTenantResponse>;
462
+ export declare function createTenant({ authorization, xAccountId, foundationId, createTenantRequest }: {
385
463
  authorization: string;
464
+ xAccountId?: string;
386
465
  foundationId: string;
387
- createProjectRequest: CreateProjectRequest;
388
- }, opts?: Oazapfts.RequestOpts): Promise<ProjectResponse>;
389
- export declare function listNetwork({ authorization, foundationId, projectId }: {
466
+ createTenantRequest: CreateTenantRequest;
467
+ }, opts?: Oazapfts.RequestOpts): Promise<TenantResponse>;
468
+ export declare function listRuntime({ authorization, xAccountId, foundationId, tenantId, projectId }: {
390
469
  authorization: string;
470
+ xAccountId?: string;
391
471
  foundationId: string;
472
+ tenantId?: string;
392
473
  projectId?: string;
393
- }, opts?: Oazapfts.RequestOpts): Promise<ListNetworkResponse>;
394
- export declare function createNetwork({ authorization, foundationId, createNetworkRequest }: {
474
+ }, opts?: Oazapfts.RequestOpts): Promise<ListRuntimeResponse>;
475
+ export declare function createRuntime({ authorization, xAccountId, foundationId, createRuntimeRequest }: {
395
476
  authorization: string;
477
+ xAccountId?: string;
396
478
  foundationId: string;
397
- createNetworkRequest: CreateNetworkRequest;
398
- }, opts?: Oazapfts.RequestOpts): Promise<NetworkResponse>;
399
- export declare function listNetworkConnection({ authorization, foundationId, accepterNetworkId, accepterProjectId, requesterNetworkId, requesterProjectId }: {
479
+ createRuntimeRequest: CreateRuntimeRequest;
480
+ }, opts?: Oazapfts.RequestOpts): Promise<RuntimeResponse>;
481
+ export declare function listProject({ authorization, xAccountId, foundationId, parentFolderId }: {
400
482
  authorization: string;
483
+ xAccountId?: string;
401
484
  foundationId: string;
402
- accepterNetworkId?: string;
403
- accepterProjectId?: string;
404
- requesterNetworkId?: string;
405
- requesterProjectId?: string;
406
- }, opts?: Oazapfts.RequestOpts): Promise<ListNetworkConnectionResponse>;
407
- export declare function createNetworkConnection({ authorization, foundationId, createNetworkConnectionRequest }: {
485
+ parentFolderId?: string;
486
+ }, opts?: Oazapfts.RequestOpts): Promise<ListProjectResponse>;
487
+ export declare function createProject({ authorization, xAccountId, foundationId, createProjectRequest }: {
408
488
  authorization: string;
489
+ xAccountId?: string;
409
490
  foundationId: string;
410
- createNetworkConnectionRequest: CreateNetworkConnectionRequest;
411
- }, opts?: Oazapfts.RequestOpts): Promise<NetworkConnectionResponse>;
412
- export declare function listInbound({ authorization, foundationId }: {
491
+ createProjectRequest: CreateProjectRequest;
492
+ }, opts?: Oazapfts.RequestOpts): Promise<ProjectResponse>;
493
+ export declare function listNetwork({ authorization, xAccountId, foundationId, projectId }: {
413
494
  authorization: string;
495
+ xAccountId?: string;
414
496
  foundationId: string;
415
- }, opts?: Oazapfts.RequestOpts): Promise<ListInboundResponse>;
416
- export declare function createInbound({ authorization, foundationId, createInboundRequest }: {
497
+ projectId?: string;
498
+ }, opts?: Oazapfts.RequestOpts): Promise<ListNetworkResponse>;
499
+ export declare function createNetwork({ authorization, xAccountId, foundationId, createNetworkRequest }: {
417
500
  authorization: string;
501
+ xAccountId?: string;
418
502
  foundationId: string;
419
- createInboundRequest: CreateInboundRequest;
420
- }, opts?: Oazapfts.RequestOpts): Promise<InboundResponse>;
421
- export declare function getFolder({ authorization, foundationId, folderId }: {
503
+ createNetworkRequest: CreateNetworkRequest;
504
+ }, opts?: Oazapfts.RequestOpts): Promise<NetworkResponse>;
505
+ export declare function getFolder({ authorization, xAccountId, foundationId, folderId }: {
422
506
  authorization: string;
507
+ xAccountId?: string;
423
508
  foundationId: string;
424
509
  folderId: string;
425
510
  }, opts?: Oazapfts.RequestOpts): Promise<FolderResponse>;
426
- export declare function createFolder({ authorization, foundationId, createFolderRequest }: {
511
+ export declare function createFolder({ authorization, xAccountId, foundationId, createFolderRequest }: {
427
512
  authorization: string;
513
+ xAccountId?: string;
428
514
  foundationId: string;
429
515
  createFolderRequest: CreateFolderRequest;
430
516
  }, opts?: Oazapfts.RequestOpts): Promise<FolderResponse>;
431
- export declare function listDnsZone({ authorization, foundationId, projectId, privacy }: {
517
+ export declare function listDnsZone({ authorization, xAccountId, foundationId, projectId, privacy }: {
432
518
  authorization: string;
519
+ xAccountId?: string;
433
520
  foundationId: string;
434
521
  projectId?: string;
435
- privacy?: string;
522
+ privacy?: "PUBLIC" | "PRIVATE";
436
523
  }, opts?: Oazapfts.RequestOpts): Promise<ListDnsZoneResponse>;
437
- export declare function createDnsZone({ authorization, foundationId, createDnsZoneRequest }: {
524
+ export declare function createDnsZone({ authorization, xAccountId, foundationId, createDnsZoneRequest }: {
438
525
  authorization: string;
526
+ xAccountId?: string;
439
527
  foundationId: string;
440
528
  createDnsZoneRequest: CreateDnsZoneRequest;
441
529
  }, opts?: Oazapfts.RequestOpts): Promise<DnsZoneResponse>;
442
- export declare function listDnsRecord({ authorization, foundationId, projectId, dnsZoneId }: {
530
+ export declare function listDnsRecord({ authorization, xAccountId, foundationId, projectId, dnsZoneId }: {
443
531
  authorization: string;
532
+ xAccountId?: string;
444
533
  foundationId: string;
445
534
  projectId?: string;
446
535
  dnsZoneId?: string;
447
536
  }, opts?: Oazapfts.RequestOpts): Promise<ListDnsRecordResponse>;
448
- export declare function createDnsRecord({ authorization, foundationId, createDnsRecordRequest }: {
537
+ export declare function createDnsRecord({ authorization, xAccountId, foundationId, createDnsRecordRequest }: {
449
538
  authorization: string;
539
+ xAccountId?: string;
450
540
  foundationId: string;
451
541
  createDnsRecordRequest: CreateDnsRecordRequest;
452
542
  }, opts?: Oazapfts.RequestOpts): Promise<DnsRecordResponse>;
453
- export declare function listCidr({ authorization, foundationId }: {
543
+ export declare function listCidr({ authorization, xAccountId, foundationId }: {
454
544
  authorization: string;
545
+ xAccountId?: string;
455
546
  foundationId: string;
456
547
  }, opts?: Oazapfts.RequestOpts): Promise<ListCidrResponse>;
457
- export declare function createCidr({ authorization, foundationId, createCidrRequest }: {
548
+ export declare function createCidr({ authorization, xAccountId, foundationId, createCidrRequest }: {
458
549
  authorization: string;
550
+ xAccountId?: string;
459
551
  foundationId: string;
460
552
  createCidrRequest: CreateCidrRequest;
461
553
  }, opts?: Oazapfts.RequestOpts): Promise<CidrResponse>;
462
- export declare function listCertificates({ authorization, foundationId, forInbound }: {
554
+ export declare function listCertificates({ authorization, xAccountId, foundationId, forInbound }: {
463
555
  authorization: string;
556
+ xAccountId?: string;
464
557
  foundationId: string;
465
558
  forInbound?: "TRUE" | "FALSE";
466
559
  }, opts?: Oazapfts.RequestOpts): Promise<ListCertificateResponse>;
467
- export declare function createCertificate({ authorization, foundationId, body }: {
560
+ export declare function createCertificate({ authorization, xAccountId, foundationId, body }: {
468
561
  authorization: string;
562
+ xAccountId?: string;
469
563
  foundationId: string;
470
564
  body: CreatePublicCertificateRequest | ImportCertificateRequest;
471
565
  }, opts?: Oazapfts.RequestOpts): Promise<CertificateResponse>;
472
- export declare function acceptNetworkConnection({ authorization, foundationId, networkConnectionId }: {
473
- authorization: string;
474
- foundationId: string;
475
- networkConnectionId: string;
476
- }, opts?: Oazapfts.RequestOpts): Promise<NetworkConnectionResponse>;
477
- export declare function getFoundation({ authorization, foundationId }: {
566
+ export declare function getFoundation({ authorization, xAccountId, foundationId }: {
478
567
  authorization: string;
568
+ xAccountId?: string;
479
569
  foundationId: string;
480
570
  }, opts?: Oazapfts.RequestOpts): Promise<FoundationResponse>;
481
- export declare function getVpn({ authorization, foundationId, vpnId }: {
571
+ export declare function getVpn({ authorization, xAccountId, foundationId, vpnId }: {
482
572
  authorization: string;
573
+ xAccountId?: string;
483
574
  foundationId: string;
484
575
  vpnId: string;
485
576
  }, opts?: Oazapfts.RequestOpts): Promise<VpnResponse>;
486
- export declare function getVpnConfiguration({ authorization, foundationId, vpnId }: {
577
+ export declare function deleteVpn({ authorization, xAccountId, foundationId, vpnId }: {
487
578
  authorization: string;
579
+ xAccountId?: string;
580
+ foundationId: string;
581
+ vpnId: string;
582
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
583
+ export declare function getVpnConfiguration({ authorization, xAccountId, foundationId, vpnId }: {
584
+ authorization: string;
585
+ xAccountId?: string;
488
586
  foundationId: string;
489
587
  vpnId: string;
490
588
  }, opts?: Oazapfts.RequestOpts): Promise<VpnConfigurationResponse>;
491
- export declare function getProject({ authorization, foundationId, projectId }: {
589
+ export declare function getTenant({ authorization, xAccountId, foundationId, tenantId }: {
492
590
  authorization: string;
591
+ xAccountId?: string;
592
+ foundationId: string;
593
+ tenantId: string;
594
+ }, opts?: Oazapfts.RequestOpts): Promise<TenantResponse>;
595
+ export declare function getRuntime({ authorization, xAccountId, foundationId, runtimeId }: {
596
+ authorization: string;
597
+ xAccountId?: string;
598
+ foundationId: string;
599
+ runtimeId: string;
600
+ }, opts?: Oazapfts.RequestOpts): Promise<RuntimeResponse>;
601
+ export declare function getProject({ authorization, xAccountId, foundationId, projectId }: {
602
+ authorization: string;
603
+ xAccountId?: string;
493
604
  foundationId: string;
494
605
  projectId: string;
495
606
  }, opts?: Oazapfts.RequestOpts): Promise<ProjectResponse>;
496
- export declare function getNetwork({ authorization, foundationId, networkId }: {
607
+ export declare function deleteProject({ authorization, xAccountId, foundationId, projectId }: {
608
+ authorization: string;
609
+ xAccountId?: string;
610
+ foundationId: string;
611
+ projectId: string;
612
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
613
+ export declare function getNetwork({ authorization, xAccountId, foundationId, networkId }: {
497
614
  authorization: string;
615
+ xAccountId?: string;
498
616
  foundationId: string;
499
617
  networkId: string;
500
618
  }, opts?: Oazapfts.RequestOpts): Promise<NetworkResponse>;
501
- export declare function getNetworkConnection({ authorization, foundationId, networkConnectionId }: {
619
+ export declare function deleteNetwork({ authorization, xAccountId, foundationId, networkId }: {
502
620
  authorization: string;
621
+ xAccountId?: string;
503
622
  foundationId: string;
504
- networkConnectionId: string;
505
- }, opts?: Oazapfts.RequestOpts): Promise<NetworkConnectionResponse>;
506
- export declare function getInbound({ authorization, foundationId, inboundId }: {
623
+ networkId: string;
624
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
625
+ export declare function getDnsZone({ authorization, xAccountId, foundationId, dnsZoneId }: {
507
626
  authorization: string;
627
+ xAccountId?: string;
508
628
  foundationId: string;
509
- inboundId: string;
510
- }, opts?: Oazapfts.RequestOpts): Promise<InboundResponse>;
511
- export declare function getDnsZone({ authorization, foundationId, dnsZoneId }: {
629
+ dnsZoneId: string;
630
+ }, opts?: Oazapfts.RequestOpts): Promise<DnsZoneResponse>;
631
+ export declare function deleteDnsZone({ authorization, xAccountId, foundationId, dnsZoneId }: {
512
632
  authorization: string;
633
+ xAccountId?: string;
513
634
  foundationId: string;
514
635
  dnsZoneId: string;
515
- }, opts?: Oazapfts.RequestOpts): Promise<DnsZoneResponse>;
516
- export declare function getDnsZone1({ authorization, foundationId, dnsRecordId }: {
636
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
637
+ export declare function getDnsRecord({ authorization, xAccountId, foundationId, dnsRecordId }: {
517
638
  authorization: string;
639
+ xAccountId?: string;
518
640
  foundationId: string;
519
641
  dnsRecordId: string;
520
642
  }, opts?: Oazapfts.RequestOpts): Promise<DnsRecordResponse>;
521
- export declare function getCidr({ authorization, foundationId, cidrId }: {
643
+ export declare function deleteDnsRecord({ authorization, xAccountId, foundationId, dnsRecordId }: {
644
+ authorization: string;
645
+ xAccountId?: string;
646
+ foundationId: string;
647
+ dnsRecordId: string;
648
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
649
+ export declare function getCidr({ authorization, xAccountId, foundationId, cidrId }: {
522
650
  authorization: string;
651
+ xAccountId?: string;
523
652
  foundationId: string;
524
653
  cidrId: string;
525
654
  }, opts?: Oazapfts.RequestOpts): Promise<CidrResponse>;
526
- export declare function getCertificate({ authorization, foundationId, certificateId }: {
655
+ export declare function deleteCidr({ authorization, xAccountId, foundationId, cidrId }: {
527
656
  authorization: string;
657
+ xAccountId?: string;
658
+ foundationId: string;
659
+ cidrId: string;
660
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
661
+ export declare function getCertificate({ authorization, xAccountId, foundationId, certificateId }: {
662
+ authorization: string;
663
+ xAccountId?: string;
528
664
  foundationId: string;
529
665
  certificateId: string;
530
666
  }, opts?: Oazapfts.RequestOpts): Promise<CertificateResponse>;
667
+ export declare function deleteCertificate({ authorization, xAccountId, foundationId, certificateId }: {
668
+ authorization: string;
669
+ xAccountId?: string;
670
+ foundationId: string;
671
+ certificateId: string;
672
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
673
+ export declare function getProvisionAvailability({ cloudProvider }: {
674
+ cloudProvider: string;
675
+ }, opts?: Oazapfts.RequestOpts): Promise<{
676
+ [key: string]: boolean;
677
+ }>;
531
678
  export declare function providers(opts?: Oazapfts.RequestOpts): Promise<{
532
679
  [key: string]: any;
533
680
  }[]>;
681
+ export declare function deleteFolder({ authorization, xAccountId, foundationId, folderId }: {
682
+ authorization: string;
683
+ xAccountId?: string;
684
+ foundationId: string;
685
+ folderId: string;
686
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
534
687
  //# sourceMappingURL=cloudPlatform.d.ts.map