@scaleway/sdk 2.58.0 → 2.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/applesilicon/v1alpha1/api.gen.cjs +117 -0
- package/dist/api/applesilicon/v1alpha1/api.gen.d.ts +54 -1
- package/dist/api/applesilicon/v1alpha1/api.gen.js +120 -3
- package/dist/api/applesilicon/v1alpha1/content.gen.cjs +4 -0
- package/dist/api/applesilicon/v1alpha1/content.gen.d.ts +5 -1
- package/dist/api/applesilicon/v1alpha1/content.gen.js +4 -0
- package/dist/api/applesilicon/v1alpha1/index.gen.cjs +3 -0
- package/dist/api/applesilicon/v1alpha1/index.gen.d.ts +2 -2
- package/dist/api/applesilicon/v1alpha1/index.gen.js +5 -2
- package/dist/api/applesilicon/v1alpha1/marshalling.gen.cjs +60 -0
- package/dist/api/applesilicon/v1alpha1/marshalling.gen.d.ts +6 -1
- package/dist/api/applesilicon/v1alpha1/marshalling.gen.js +60 -0
- package/dist/api/applesilicon/v1alpha1/types.gen.d.ts +100 -0
- package/dist/api/audit_trail/v1alpha1/index.gen.d.ts +1 -1
- package/dist/api/audit_trail/v1alpha1/marshalling.gen.cjs +12 -0
- package/dist/api/audit_trail/v1alpha1/marshalling.gen.js +12 -0
- package/dist/api/audit_trail/v1alpha1/types.gen.d.ts +9 -0
- package/dist/api/edge_services/v1alpha1/types.gen.d.ts +4 -4
- package/dist/api/iam/v1alpha1/api.gen.cjs +54 -0
- package/dist/api/iam/v1alpha1/api.gen.d.ts +26 -1
- package/dist/api/iam/v1alpha1/api.gen.js +55 -1
- package/dist/api/iam/v1alpha1/index.gen.d.ts +1 -1
- package/dist/api/iam/v1alpha1/marshalling.gen.cjs +23 -0
- package/dist/api/iam/v1alpha1/marshalling.gen.d.ts +4 -1
- package/dist/api/iam/v1alpha1/marshalling.gen.js +23 -0
- package/dist/api/iam/v1alpha1/types.gen.d.ts +29 -1
- package/dist/api/iam/v1alpha1/validation-rules.gen.cjs +8 -0
- package/dist/api/iam/v1alpha1/validation-rules.gen.d.ts +7 -0
- package/dist/api/iam/v1alpha1/validation-rules.gen.js +9 -1
- package/dist/api/index.gen.d.ts +2 -1
- package/dist/api/interlink/index.gen.cjs +4 -0
- package/dist/api/interlink/index.gen.d.ts +5 -0
- package/dist/api/interlink/index.gen.js +4 -0
- package/dist/api/interlink/v1beta1/api.gen.cjs +405 -0
- package/dist/api/interlink/v1beta1/api.gen.d.ts +208 -0
- package/dist/api/interlink/v1beta1/api.gen.js +405 -0
- package/dist/api/interlink/v1beta1/index.gen.cjs +6 -0
- package/dist/api/interlink/v1beta1/index.gen.d.ts +3 -0
- package/dist/api/interlink/v1beta1/index.gen.js +6 -0
- package/dist/api/interlink/v1beta1/marshalling.gen.cjs +180 -0
- package/dist/api/interlink/v1beta1/marshalling.gen.d.ts +16 -0
- package/dist/api/interlink/v1beta1/marshalling.gen.js +180 -0
- package/dist/api/interlink/v1beta1/types.gen.d.ts +455 -0
- package/dist/api/interlink/v1beta1/validation-rules.gen.cjs +107 -0
- package/dist/api/interlink/v1beta1/validation-rules.gen.d.ts +93 -0
- package/dist/api/interlink/v1beta1/validation-rules.gen.js +107 -0
- package/dist/api/ipam/v1/api.gen.cjs +1 -0
- package/dist/api/ipam/v1/api.gen.js +1 -0
- package/dist/api/ipam/v1/types.gen.d.ts +12 -10
- package/dist/api/k8s/v1/api.gen.cjs +22 -20
- package/dist/api/k8s/v1/api.gen.d.ts +22 -20
- package/dist/api/k8s/v1/api.gen.js +22 -20
- package/dist/api/k8s/v1/marshalling.gen.cjs +2 -5
- package/dist/api/k8s/v1/marshalling.gen.js +2 -5
- package/dist/api/k8s/v1/types.gen.d.ts +65 -49
- package/dist/api/lb/v1/types.gen.d.ts +6 -6
- package/dist/api/marketplace/v2/types.gen.d.ts +5 -2
- package/dist/api/mongodb/v1alpha1/api.gen.cjs +13 -1
- package/dist/api/mongodb/v1alpha1/api.gen.d.ts +8 -1
- package/dist/api/mongodb/v1alpha1/api.gen.js +13 -1
- package/dist/api/mongodb/v1alpha1/index.gen.d.ts +1 -1
- package/dist/api/mongodb/v1alpha1/types.gen.d.ts +11 -0
- package/dist/api/mongodb/v1alpha1/validation-rules.gen.cjs +8 -0
- package/dist/api/mongodb/v1alpha1/validation-rules.gen.d.ts +7 -0
- package/dist/api/mongodb/v1alpha1/validation-rules.gen.js +8 -0
- package/dist/api/secret/v1beta1/marshalling.gen.cjs +1 -0
- package/dist/api/secret/v1beta1/marshalling.gen.js +1 -0
- package/dist/api/secret/v1beta1/types.gen.d.ts +2 -0
- package/dist/api/vpcgw/index.gen.cjs +2 -0
- package/dist/api/vpcgw/index.gen.d.ts +1 -0
- package/dist/api/vpcgw/index.gen.js +3 -1
- package/dist/api/vpcgw/v2/api.gen.cjs +518 -0
- package/dist/api/vpcgw/v2/api.gen.d.ts +267 -0
- package/dist/api/vpcgw/v2/api.gen.js +518 -0
- package/dist/api/vpcgw/v2/content.gen.cjs +15 -0
- package/dist/api/vpcgw/v2/content.gen.d.ts +5 -0
- package/dist/api/vpcgw/v2/content.gen.js +15 -0
- package/dist/api/vpcgw/v2/index.gen.cjs +7 -0
- package/dist/api/vpcgw/v2/index.gen.d.ts +3 -0
- package/dist/api/vpcgw/v2/index.gen.js +7 -0
- package/dist/api/vpcgw/v2/marshalling.gen.cjs +259 -0
- package/dist/api/vpcgw/v2/marshalling.gen.d.ts +22 -0
- package/dist/api/vpcgw/v2/marshalling.gen.js +259 -0
- package/dist/api/vpcgw/v2/types.gen.d.ts +452 -0
- package/dist/api/webhosting/v1/api.gen.cjs +20 -0
- package/dist/api/webhosting/v1/api.gen.d.ts +8 -1
- package/dist/api/webhosting/v1/api.gen.js +21 -1
- package/dist/api/webhosting/v1/index.gen.d.ts +1 -1
- package/dist/api/webhosting/v1/marshalling.gen.cjs +30 -2
- package/dist/api/webhosting/v1/marshalling.gen.d.ts +2 -1
- package/dist/api/webhosting/v1/marshalling.gen.js +31 -3
- package/dist/api/webhosting/v1/types.gen.d.ts +50 -2
- package/dist/index.cjs +26 -24
- package/dist/index.js +26 -24
- package/dist/scw/constants.cjs +1 -1
- package/dist/scw/constants.d.ts +2 -2
- package/dist/scw/constants.js +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isJSONObject } from "../../../helpers/json.js";
|
|
2
2
|
import { unmarshalMoney } from "../../../scw/custom-marshalling.js";
|
|
3
|
-
import { unmarshalArrayOfObject, unmarshalDate } from "../../../helpers/marshalling.js";
|
|
3
|
+
import { unmarshalArrayOfObject, unmarshalDate, resolveOneOf } from "../../../helpers/marshalling.js";
|
|
4
4
|
const unmarshalDatabaseUser = (data) => {
|
|
5
5
|
if (!isJSONObject(data)) {
|
|
6
6
|
throw new TypeError(
|
|
@@ -157,8 +157,10 @@ const unmarshalOffer = (data) => {
|
|
|
157
157
|
controlPanelName: data.control_panel_name,
|
|
158
158
|
endOfLife: data.end_of_life,
|
|
159
159
|
id: data.id,
|
|
160
|
+
name: data.name,
|
|
160
161
|
options: unmarshalArrayOfObject(data.options, unmarshalOfferOption),
|
|
161
|
-
price: data.price ? unmarshalMoney(data.price) : void 0
|
|
162
|
+
price: data.price ? unmarshalMoney(data.price) : void 0,
|
|
163
|
+
quotaWarning: data.quota_warning
|
|
162
164
|
};
|
|
163
165
|
};
|
|
164
166
|
const unmarshalPlatform = (data) => {
|
|
@@ -267,8 +269,10 @@ const unmarshalHostingSummary = (data) => {
|
|
|
267
269
|
}
|
|
268
270
|
return {
|
|
269
271
|
createdAt: unmarshalDate(data.created_at),
|
|
272
|
+
dnsStatus: data.dns_status,
|
|
270
273
|
domain: data.domain,
|
|
271
274
|
id: data.id,
|
|
275
|
+
offerName: data.offer_name,
|
|
272
276
|
projectId: data.project_id,
|
|
273
277
|
protected: data.protected,
|
|
274
278
|
region: data.region,
|
|
@@ -374,8 +378,19 @@ const marshalDatabaseApiAssignDatabaseUserRequest = (request, defaults) => ({
|
|
|
374
378
|
const marshalDatabaseApiChangeDatabaseUserPasswordRequest = (request, defaults) => ({
|
|
375
379
|
password: request.password
|
|
376
380
|
});
|
|
381
|
+
const marshalCreateDatabaseRequestUser = (request, defaults) => ({
|
|
382
|
+
password: request.password,
|
|
383
|
+
username: request.username
|
|
384
|
+
});
|
|
377
385
|
const marshalDatabaseApiCreateDatabaseRequest = (request, defaults) => ({
|
|
378
|
-
database_name: request.databaseName
|
|
386
|
+
database_name: request.databaseName,
|
|
387
|
+
...resolveOneOf([
|
|
388
|
+
{
|
|
389
|
+
param: "new_user",
|
|
390
|
+
value: request.newUser !== void 0 ? marshalCreateDatabaseRequestUser(request.newUser) : void 0
|
|
391
|
+
},
|
|
392
|
+
{ param: "existing_username", value: request.existingUsername }
|
|
393
|
+
])
|
|
379
394
|
});
|
|
380
395
|
const marshalDatabaseApiCreateDatabaseUserRequest = (request, defaults) => ({
|
|
381
396
|
password: request.password,
|
|
@@ -387,6 +402,18 @@ const marshalDatabaseApiUnassignDatabaseUserRequest = (request, defaults) => ({
|
|
|
387
402
|
const marshalDnsApiCheckUserOwnsDomainRequest = (request, defaults) => ({
|
|
388
403
|
project_id: request.projectId ?? defaults.defaultProjectId
|
|
389
404
|
});
|
|
405
|
+
const marshalSyncDomainDnsRecordsRequestRecord = (request, defaults) => ({
|
|
406
|
+
name: request.name,
|
|
407
|
+
type: request.type
|
|
408
|
+
});
|
|
409
|
+
const marshalDnsApiSyncDomainDnsRecordsRequest = (request, defaults) => ({
|
|
410
|
+
custom_records: request.customRecords !== void 0 ? request.customRecords.map(
|
|
411
|
+
(elt) => marshalSyncDomainDnsRecordsRequestRecord(elt)
|
|
412
|
+
) : void 0,
|
|
413
|
+
update_all_records: request.updateAllRecords,
|
|
414
|
+
update_mail_records: request.updateMailRecords,
|
|
415
|
+
update_web_records: request.updateWebRecords
|
|
416
|
+
});
|
|
390
417
|
const marshalFtpAccountApiChangeFtpAccountPasswordRequest = (request, defaults) => ({
|
|
391
418
|
password: request.password
|
|
392
419
|
});
|
|
@@ -450,6 +477,7 @@ export {
|
|
|
450
477
|
marshalDatabaseApiCreateDatabaseUserRequest,
|
|
451
478
|
marshalDatabaseApiUnassignDatabaseUserRequest,
|
|
452
479
|
marshalDnsApiCheckUserOwnsDomainRequest,
|
|
480
|
+
marshalDnsApiSyncDomainDnsRecordsRequest,
|
|
453
481
|
marshalFtpAccountApiChangeFtpAccountPasswordRequest,
|
|
454
482
|
marshalFtpAccountApiCreateFtpAccountRequest,
|
|
455
483
|
marshalHostingApiCreateHostingRequest,
|
|
@@ -13,8 +13,8 @@ export type ListMailAccountsRequestOrderBy = 'username_asc' | 'username_desc' |
|
|
|
13
13
|
export type ListOffersRequestOrderBy = 'price_asc';
|
|
14
14
|
export type ListWebsitesRequestOrderBy = 'domain_asc' | 'domain_desc';
|
|
15
15
|
export type NameserverStatus = 'unknown_status' | 'valid' | 'invalid';
|
|
16
|
-
export type OfferOptionName = 'unknown_name' | 'domain_count' | 'email_count' | 'storage_gb' | 'vcpu_count' | 'ram_gb' | 'backup' | 'dedicated_ip';
|
|
17
|
-
export type OfferOptionWarning = 'unknown_warning' | 'quota_exceeded_warning';
|
|
16
|
+
export type OfferOptionName = 'unknown_name' | 'domain_count' | 'email_count' | 'storage_gb' | 'vcpu_count' | 'ram_gb' | 'backup' | 'dedicated_ip' | 'email_storage_gb' | 'database_count';
|
|
17
|
+
export type OfferOptionWarning = 'unknown_warning' | 'quota_exceeded_warning' | 'usage_low_warning';
|
|
18
18
|
export type PlatformPlatformGroup = 'unknown_group' | 'default' | 'premium';
|
|
19
19
|
export interface PlatformControlPanelUrls {
|
|
20
20
|
/** URL to connect to the hosting control panel dashboard. */
|
|
@@ -49,6 +49,10 @@ export interface PlatformControlPanel {
|
|
|
49
49
|
/** URL to connect to cPanel dashboard and to Webmail interface. */
|
|
50
50
|
urls?: PlatformControlPanelUrls;
|
|
51
51
|
}
|
|
52
|
+
export interface CreateDatabaseRequestUser {
|
|
53
|
+
username: string;
|
|
54
|
+
password: string;
|
|
55
|
+
}
|
|
52
56
|
export interface CreateHostingRequestDomainConfiguration {
|
|
53
57
|
updateNameservers: boolean;
|
|
54
58
|
updateWebRecord: boolean;
|
|
@@ -61,6 +65,10 @@ export interface OfferOptionRequest {
|
|
|
61
65
|
/** The option requested quantity to set for the Web Hosting plan. */
|
|
62
66
|
quantity: number;
|
|
63
67
|
}
|
|
68
|
+
export interface SyncDomainDnsRecordsRequestRecord {
|
|
69
|
+
name: string;
|
|
70
|
+
type: DnsRecordType;
|
|
71
|
+
}
|
|
64
72
|
export interface DnsRecord {
|
|
65
73
|
/** Record name. */
|
|
66
74
|
name: string;
|
|
@@ -97,6 +105,8 @@ export interface HostingUser {
|
|
|
97
105
|
export interface Offer {
|
|
98
106
|
/** Offer ID. */
|
|
99
107
|
id: string;
|
|
108
|
+
/** Offer name. */
|
|
109
|
+
name: string;
|
|
100
110
|
/** Unique identifier used for billing. */
|
|
101
111
|
billingOperationPath: string;
|
|
102
112
|
/** Options available for the offer. */
|
|
@@ -112,6 +122,11 @@ export interface Offer {
|
|
|
112
122
|
controlPanelName: string;
|
|
113
123
|
/** Indicates if the offer has reached its end of life. */
|
|
114
124
|
endOfLife: boolean;
|
|
125
|
+
/**
|
|
126
|
+
* Defines a warning if the maximum value for an option in the offer is
|
|
127
|
+
* exceeded.
|
|
128
|
+
*/
|
|
129
|
+
quotaWarning: OfferOptionWarning;
|
|
115
130
|
}
|
|
116
131
|
export interface Platform {
|
|
117
132
|
/** Hostname of the host platform. */
|
|
@@ -170,6 +185,10 @@ export interface HostingSummary {
|
|
|
170
185
|
domain: string;
|
|
171
186
|
/** Whether the hosting is protected or not. */
|
|
172
187
|
protected: boolean;
|
|
188
|
+
/** DNS status of the Web Hosting plan. */
|
|
189
|
+
dnsStatus: DnsRecordsStatus;
|
|
190
|
+
/** Name of the active offer for the Web Hosting plan. */
|
|
191
|
+
offerName: string;
|
|
173
192
|
/** Region where the Web Hosting plan is hosted. */
|
|
174
193
|
region: Region;
|
|
175
194
|
}
|
|
@@ -241,6 +260,18 @@ export type DatabaseApiCreateDatabaseRequest = {
|
|
|
241
260
|
hostingId: string;
|
|
242
261
|
/** Name of the database to be created. */
|
|
243
262
|
databaseName: string;
|
|
263
|
+
/**
|
|
264
|
+
* (Optional) Username and password to create a user and link to the database.
|
|
265
|
+
*
|
|
266
|
+
* One-of ('user'): at most one of 'newUser', 'existingUsername' could be set.
|
|
267
|
+
*/
|
|
268
|
+
newUser?: CreateDatabaseRequestUser;
|
|
269
|
+
/**
|
|
270
|
+
* (Optional) Username to link an existing user to the database.
|
|
271
|
+
*
|
|
272
|
+
* One-of ('user'): at most one of 'newUser', 'existingUsername' could be set.
|
|
273
|
+
*/
|
|
274
|
+
existingUsername?: string;
|
|
244
275
|
};
|
|
245
276
|
export type DatabaseApiCreateDatabaseUserRequest = {
|
|
246
277
|
/**
|
|
@@ -368,6 +399,23 @@ export type DnsApiGetDomainDnsRecordsRequest = {
|
|
|
368
399
|
/** Domain associated with the DNS records. */
|
|
369
400
|
domain: string;
|
|
370
401
|
};
|
|
402
|
+
export type DnsApiSyncDomainDnsRecordsRequest = {
|
|
403
|
+
/**
|
|
404
|
+
* Region to target. If none is passed will use default region from the
|
|
405
|
+
* config.
|
|
406
|
+
*/
|
|
407
|
+
region?: Region;
|
|
408
|
+
/** Domain for which the DNS records will be synchronized. */
|
|
409
|
+
domain: string;
|
|
410
|
+
/** Whether or not to synchronize the web records. */
|
|
411
|
+
updateWebRecords: boolean;
|
|
412
|
+
/** Whether or not to synchronize the mail records. */
|
|
413
|
+
updateMailRecords: boolean;
|
|
414
|
+
/** Whether or not to synchronize all types of records. This one has priority. */
|
|
415
|
+
updateAllRecords: boolean;
|
|
416
|
+
/** Custom records to synchronize. */
|
|
417
|
+
customRecords?: SyncDomainDnsRecordsRequestRecord[];
|
|
418
|
+
};
|
|
371
419
|
export interface DnsRecords {
|
|
372
420
|
/** List of DNS records. */
|
|
373
421
|
records: DnsRecord[];
|
package/dist/index.cjs
CHANGED
|
@@ -30,29 +30,30 @@ const index_gen$p = require("./api/function/index.gen.cjs");
|
|
|
30
30
|
const index_gen$4 = require("./api/iam/index.gen.cjs");
|
|
31
31
|
const index_gen$q = require("./api/inference/index.gen.cjs");
|
|
32
32
|
const index_gen$r = require("./api/instance/index.gen.cjs");
|
|
33
|
+
const index_gen$s = require("./api/interlink/index.gen.cjs");
|
|
33
34
|
const index_gen$5 = require("./api/iot/index.gen.cjs");
|
|
34
35
|
const index_gen$6 = require("./api/ipam/index.gen.cjs");
|
|
35
36
|
const index_gen$7 = require("./api/ipfs/index.gen.cjs");
|
|
36
|
-
const index_gen$
|
|
37
|
-
const index_gen$
|
|
38
|
-
const index_gen$
|
|
37
|
+
const index_gen$t = require("./api/jobs/index.gen.cjs");
|
|
38
|
+
const index_gen$u = require("./api/k8s/index.gen.cjs");
|
|
39
|
+
const index_gen$v = require("./api/key_manager/index.gen.cjs");
|
|
39
40
|
const index_gen$8 = require("./api/lb/index.gen.cjs");
|
|
40
41
|
const index_gen$9 = require("./api/llm_inference/index.gen.cjs");
|
|
41
|
-
const index_gen$
|
|
42
|
+
const index_gen$w = require("./api/marketplace/index.gen.cjs");
|
|
42
43
|
const index_gen$a = require("./api/mnq/index.gen.cjs");
|
|
43
|
-
const index_gen$
|
|
44
|
-
const index_gen$
|
|
44
|
+
const index_gen$x = require("./api/mongodb/index.gen.cjs");
|
|
45
|
+
const index_gen$y = require("./api/qaas/index.gen.cjs");
|
|
45
46
|
const index_gen$b = require("./api/rdb/index.gen.cjs");
|
|
46
|
-
const index_gen$
|
|
47
|
-
const index_gen$
|
|
48
|
-
const index_gen$
|
|
47
|
+
const index_gen$z = require("./api/redis/index.gen.cjs");
|
|
48
|
+
const index_gen$A = require("./api/registry/index.gen.cjs");
|
|
49
|
+
const index_gen$B = require("./api/secret/index.gen.cjs");
|
|
49
50
|
const index_gen$c = require("./api/serverless_sqldb/index.gen.cjs");
|
|
50
|
-
const index_gen$
|
|
51
|
+
const index_gen$C = require("./api/std/index.gen.cjs");
|
|
51
52
|
const index_gen$d = require("./api/tem/index.gen.cjs");
|
|
52
|
-
const index_gen$
|
|
53
|
+
const index_gen$D = require("./api/test/index.gen.cjs");
|
|
53
54
|
const index_gen$e = require("./api/vpc/index.gen.cjs");
|
|
54
55
|
const index_gen$f = require("./api/vpcgw/index.gen.cjs");
|
|
55
|
-
const index_gen$
|
|
56
|
+
const index_gen$E = require("./api/webhosting/index.gen.cjs");
|
|
56
57
|
exports.enableConsoleLogger = index.enableConsoleLogger;
|
|
57
58
|
exports.setLogger = index.setLogger;
|
|
58
59
|
exports.createAdvancedClient = client.createAdvancedClient;
|
|
@@ -112,37 +113,38 @@ exports.IAM = index_gen$4;
|
|
|
112
113
|
exports.Iam = index_gen$4;
|
|
113
114
|
exports.Inference = index_gen$q;
|
|
114
115
|
exports.Instance = index_gen$r;
|
|
116
|
+
exports.Interlink = index_gen$s;
|
|
115
117
|
exports.IOT = index_gen$5;
|
|
116
118
|
exports.Iot = index_gen$5;
|
|
117
119
|
exports.IPAM = index_gen$6;
|
|
118
120
|
exports.Ipam = index_gen$6;
|
|
119
121
|
exports.IPFS = index_gen$7;
|
|
120
122
|
exports.Ipfs = index_gen$7;
|
|
121
|
-
exports.Jobs = index_gen$
|
|
122
|
-
exports.K8s = index_gen$
|
|
123
|
-
exports.KeyManager = index_gen$
|
|
123
|
+
exports.Jobs = index_gen$t;
|
|
124
|
+
exports.K8s = index_gen$u;
|
|
125
|
+
exports.KeyManager = index_gen$v;
|
|
124
126
|
exports.LB = index_gen$8;
|
|
125
127
|
exports.Lb = index_gen$8;
|
|
126
128
|
exports.LLMInference = index_gen$9;
|
|
127
129
|
exports.LlmInference = index_gen$9;
|
|
128
|
-
exports.Marketplace = index_gen$
|
|
130
|
+
exports.Marketplace = index_gen$w;
|
|
129
131
|
exports.MNQ = index_gen$a;
|
|
130
132
|
exports.Mnq = index_gen$a;
|
|
131
|
-
exports.Mongodb = index_gen$
|
|
132
|
-
exports.Qaas = index_gen$
|
|
133
|
+
exports.Mongodb = index_gen$x;
|
|
134
|
+
exports.Qaas = index_gen$y;
|
|
133
135
|
exports.RDB = index_gen$b;
|
|
134
136
|
exports.Rdb = index_gen$b;
|
|
135
|
-
exports.Redis = index_gen$
|
|
136
|
-
exports.Registry = index_gen$
|
|
137
|
-
exports.Secret = index_gen$
|
|
137
|
+
exports.Redis = index_gen$z;
|
|
138
|
+
exports.Registry = index_gen$A;
|
|
139
|
+
exports.Secret = index_gen$B;
|
|
138
140
|
exports.ServerlessSQLDB = index_gen$c;
|
|
139
141
|
exports.ServerlessSqldb = index_gen$c;
|
|
140
|
-
exports.Std = index_gen$
|
|
142
|
+
exports.Std = index_gen$C;
|
|
141
143
|
exports.Tem = index_gen$d;
|
|
142
144
|
exports.TransactionalEmail = index_gen$d;
|
|
143
|
-
exports.Test = index_gen$
|
|
145
|
+
exports.Test = index_gen$D;
|
|
144
146
|
exports.VPC = index_gen$e;
|
|
145
147
|
exports.Vpc = index_gen$e;
|
|
146
148
|
exports.VPCGW = index_gen$f;
|
|
147
149
|
exports.Vpcgw = index_gen$f;
|
|
148
|
-
exports.Webhosting = index_gen$
|
|
150
|
+
exports.Webhosting = index_gen$E;
|
package/dist/index.js
CHANGED
|
@@ -28,29 +28,30 @@ import * as index_gen$p from "./api/function/index.gen.js";
|
|
|
28
28
|
import * as index_gen$4 from "./api/iam/index.gen.js";
|
|
29
29
|
import * as index_gen$q from "./api/inference/index.gen.js";
|
|
30
30
|
import * as index_gen$r from "./api/instance/index.gen.js";
|
|
31
|
+
import * as index_gen$s from "./api/interlink/index.gen.js";
|
|
31
32
|
import * as index_gen$5 from "./api/iot/index.gen.js";
|
|
32
33
|
import * as index_gen$6 from "./api/ipam/index.gen.js";
|
|
33
34
|
import * as index_gen$7 from "./api/ipfs/index.gen.js";
|
|
34
|
-
import * as index_gen$
|
|
35
|
-
import * as index_gen$
|
|
36
|
-
import * as index_gen$
|
|
35
|
+
import * as index_gen$t from "./api/jobs/index.gen.js";
|
|
36
|
+
import * as index_gen$u from "./api/k8s/index.gen.js";
|
|
37
|
+
import * as index_gen$v from "./api/key_manager/index.gen.js";
|
|
37
38
|
import * as index_gen$8 from "./api/lb/index.gen.js";
|
|
38
39
|
import * as index_gen$9 from "./api/llm_inference/index.gen.js";
|
|
39
|
-
import * as index_gen$
|
|
40
|
+
import * as index_gen$w from "./api/marketplace/index.gen.js";
|
|
40
41
|
import * as index_gen$a from "./api/mnq/index.gen.js";
|
|
41
|
-
import * as index_gen$
|
|
42
|
-
import * as index_gen$
|
|
42
|
+
import * as index_gen$x from "./api/mongodb/index.gen.js";
|
|
43
|
+
import * as index_gen$y from "./api/qaas/index.gen.js";
|
|
43
44
|
import * as index_gen$b from "./api/rdb/index.gen.js";
|
|
44
|
-
import * as index_gen$
|
|
45
|
-
import * as index_gen$
|
|
46
|
-
import * as index_gen$
|
|
45
|
+
import * as index_gen$z from "./api/redis/index.gen.js";
|
|
46
|
+
import * as index_gen$A from "./api/registry/index.gen.js";
|
|
47
|
+
import * as index_gen$B from "./api/secret/index.gen.js";
|
|
47
48
|
import * as index_gen$c from "./api/serverless_sqldb/index.gen.js";
|
|
48
|
-
import * as index_gen$
|
|
49
|
+
import * as index_gen$C from "./api/std/index.gen.js";
|
|
49
50
|
import * as index_gen$d from "./api/tem/index.gen.js";
|
|
50
|
-
import * as index_gen$
|
|
51
|
+
import * as index_gen$D from "./api/test/index.gen.js";
|
|
51
52
|
import * as index_gen$e from "./api/vpc/index.gen.js";
|
|
52
53
|
import * as index_gen$f from "./api/vpcgw/index.gen.js";
|
|
53
|
-
import * as index_gen$
|
|
54
|
+
import * as index_gen$E from "./api/webhosting/index.gen.js";
|
|
54
55
|
export {
|
|
55
56
|
API,
|
|
56
57
|
index_gen$g as Account,
|
|
@@ -80,37 +81,38 @@ export {
|
|
|
80
81
|
index_gen$4 as Iam,
|
|
81
82
|
index_gen$q as Inference,
|
|
82
83
|
index_gen$r as Instance,
|
|
84
|
+
index_gen$s as Interlink,
|
|
83
85
|
index_gen$5 as Iot,
|
|
84
86
|
index_gen$6 as Ipam,
|
|
85
87
|
index_gen$7 as Ipfs,
|
|
86
|
-
index_gen$
|
|
87
|
-
index_gen$
|
|
88
|
-
index_gen$
|
|
88
|
+
index_gen$t as Jobs,
|
|
89
|
+
index_gen$u as K8s,
|
|
90
|
+
index_gen$v as KeyManager,
|
|
89
91
|
index_gen$8 as LB,
|
|
90
92
|
index_gen$9 as LLMInference,
|
|
91
93
|
index_gen$8 as Lb,
|
|
92
94
|
index_gen$9 as LlmInference,
|
|
93
95
|
index_gen$a as MNQ,
|
|
94
|
-
index_gen$
|
|
96
|
+
index_gen$w as Marketplace,
|
|
95
97
|
index_gen$a as Mnq,
|
|
96
|
-
index_gen$
|
|
97
|
-
index_gen$
|
|
98
|
+
index_gen$x as Mongodb,
|
|
99
|
+
index_gen$y as Qaas,
|
|
98
100
|
index_gen$b as RDB,
|
|
99
101
|
index_gen$b as Rdb,
|
|
100
|
-
index_gen$
|
|
101
|
-
index_gen$
|
|
102
|
-
index_gen$
|
|
102
|
+
index_gen$z as Redis,
|
|
103
|
+
index_gen$A as Registry,
|
|
104
|
+
index_gen$B as Secret,
|
|
103
105
|
index_gen$c as ServerlessSQLDB,
|
|
104
106
|
index_gen$c as ServerlessSqldb,
|
|
105
|
-
index_gen$
|
|
107
|
+
index_gen$C as Std,
|
|
106
108
|
index_gen$d as Tem,
|
|
107
|
-
index_gen$
|
|
109
|
+
index_gen$D as Test,
|
|
108
110
|
index_gen$d as TransactionalEmail,
|
|
109
111
|
index_gen$e as VPC,
|
|
110
112
|
index_gen$f as VPCGW,
|
|
111
113
|
index_gen$e as Vpc,
|
|
112
114
|
index_gen$f as Vpcgw,
|
|
113
|
-
index_gen$
|
|
115
|
+
index_gen$E as Webhosting,
|
|
114
116
|
addAsyncHeaderInterceptor,
|
|
115
117
|
authenticateWithSessionToken,
|
|
116
118
|
createAdvancedClient,
|
package/dist/scw/constants.cjs
CHANGED
package/dist/scw/constants.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "v2.
|
|
2
|
-
export declare const userAgent = "scaleway-sdk-js/v2.
|
|
1
|
+
export declare const version = "v2.59.0";
|
|
2
|
+
export declare const userAgent = "scaleway-sdk-js/v2.59.0";
|
package/dist/scw/constants.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleway/sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.60.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Scaleway SDK.",
|
|
6
6
|
"keywords": [
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"bundledDependencies": [
|
|
40
40
|
"@scaleway/random-name"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "8c2f4f2b9cd0c12b2f008309e2abf0996be90f67"
|
|
43
43
|
}
|