@scaleway/sdk-webhosting 1.4.0 → 2.1.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/README.md +96 -0
- package/dist/v1/api.gen.d.ts +9 -2
- package/dist/v1/api.gen.js +110 -137
- package/dist/v1/content.gen.js +9 -3
- package/dist/v1/index.gen.d.ts +1 -1
- package/dist/v1/index.gen.js +2 -1
- package/dist/v1/marshalling.gen.d.ts +2 -1
- package/dist/v1/marshalling.gen.js +32 -46
- package/dist/v1/types.gen.d.ts +41 -19
- package/package.json +6 -9
- package/dist/index.gen.cjs +0 -4
- package/dist/v1/api.gen.cjs +0 -1009
- package/dist/v1/content.gen.cjs +0 -15
- package/dist/v1/index.gen.cjs +0 -71
- package/dist/v1/marshalling.gen.cjs +0 -799
- package/dist/v1/validation-rules.gen.cjs +0 -102
package/dist/v1/content.gen.cjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const BACKUP_TRANSIENT_STATUSES = ["restoring"];
|
|
4
|
-
const DOMAIN_AVAILABILITY_TRANSIENT_STATUSES = ["validating"];
|
|
5
|
-
const DOMAIN_TRANSIENT_STATUSES = ["validating"];
|
|
6
|
-
const HOSTING_TRANSIENT_STATUSES = [
|
|
7
|
-
"delivering",
|
|
8
|
-
"deleting",
|
|
9
|
-
"migrating",
|
|
10
|
-
"updating"
|
|
11
|
-
];
|
|
12
|
-
exports.BACKUP_TRANSIENT_STATUSES = BACKUP_TRANSIENT_STATUSES;
|
|
13
|
-
exports.DOMAIN_AVAILABILITY_TRANSIENT_STATUSES = DOMAIN_AVAILABILITY_TRANSIENT_STATUSES;
|
|
14
|
-
exports.DOMAIN_TRANSIENT_STATUSES = DOMAIN_TRANSIENT_STATUSES;
|
|
15
|
-
exports.HOSTING_TRANSIENT_STATUSES = HOSTING_TRANSIENT_STATUSES;
|
package/dist/v1/index.gen.cjs
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const api_gen = require("./api.gen.cjs");
|
|
4
|
-
const content_gen = require("./content.gen.cjs");
|
|
5
|
-
const marshalling_gen = require("./marshalling.gen.cjs");
|
|
6
|
-
const validationRules_gen = require("./validation-rules.gen.cjs");
|
|
7
|
-
exports.BackupAPI = api_gen.BackupAPI;
|
|
8
|
-
exports.ControlPanelAPI = api_gen.ControlPanelAPI;
|
|
9
|
-
exports.DatabaseAPI = api_gen.DatabaseAPI;
|
|
10
|
-
exports.DnsAPI = api_gen.DnsAPI;
|
|
11
|
-
exports.FreeDomainAPI = api_gen.FreeDomainAPI;
|
|
12
|
-
exports.FtpAccountAPI = api_gen.FtpAccountAPI;
|
|
13
|
-
exports.HostingAPI = api_gen.HostingAPI;
|
|
14
|
-
exports.MailAccountAPI = api_gen.MailAccountAPI;
|
|
15
|
-
exports.OfferAPI = api_gen.OfferAPI;
|
|
16
|
-
exports.WebsiteAPI = api_gen.WebsiteAPI;
|
|
17
|
-
exports.BACKUP_TRANSIENT_STATUSES = content_gen.BACKUP_TRANSIENT_STATUSES;
|
|
18
|
-
exports.DOMAIN_AVAILABILITY_TRANSIENT_STATUSES = content_gen.DOMAIN_AVAILABILITY_TRANSIENT_STATUSES;
|
|
19
|
-
exports.DOMAIN_TRANSIENT_STATUSES = content_gen.DOMAIN_TRANSIENT_STATUSES;
|
|
20
|
-
exports.HOSTING_TRANSIENT_STATUSES = content_gen.HOSTING_TRANSIENT_STATUSES;
|
|
21
|
-
exports.marshalBackupApiRestoreBackupItemsRequest = marshalling_gen.marshalBackupApiRestoreBackupItemsRequest;
|
|
22
|
-
exports.marshalDatabaseApiAssignDatabaseUserRequest = marshalling_gen.marshalDatabaseApiAssignDatabaseUserRequest;
|
|
23
|
-
exports.marshalDatabaseApiChangeDatabaseUserPasswordRequest = marshalling_gen.marshalDatabaseApiChangeDatabaseUserPasswordRequest;
|
|
24
|
-
exports.marshalDatabaseApiCreateDatabaseRequest = marshalling_gen.marshalDatabaseApiCreateDatabaseRequest;
|
|
25
|
-
exports.marshalDatabaseApiCreateDatabaseUserRequest = marshalling_gen.marshalDatabaseApiCreateDatabaseUserRequest;
|
|
26
|
-
exports.marshalDatabaseApiUnassignDatabaseUserRequest = marshalling_gen.marshalDatabaseApiUnassignDatabaseUserRequest;
|
|
27
|
-
exports.marshalDnsApiCheckUserOwnsDomainRequest = marshalling_gen.marshalDnsApiCheckUserOwnsDomainRequest;
|
|
28
|
-
exports.marshalDnsApiSyncDomainDnsRecordsRequest = marshalling_gen.marshalDnsApiSyncDomainDnsRecordsRequest;
|
|
29
|
-
exports.marshalFreeDomainApiCheckFreeDomainAvailabilityRequest = marshalling_gen.marshalFreeDomainApiCheckFreeDomainAvailabilityRequest;
|
|
30
|
-
exports.marshalFtpAccountApiChangeFtpAccountPasswordRequest = marshalling_gen.marshalFtpAccountApiChangeFtpAccountPasswordRequest;
|
|
31
|
-
exports.marshalFtpAccountApiCreateFtpAccountRequest = marshalling_gen.marshalFtpAccountApiCreateFtpAccountRequest;
|
|
32
|
-
exports.marshalHostingApiAddCustomDomainRequest = marshalling_gen.marshalHostingApiAddCustomDomainRequest;
|
|
33
|
-
exports.marshalHostingApiCreateHostingRequest = marshalling_gen.marshalHostingApiCreateHostingRequest;
|
|
34
|
-
exports.marshalHostingApiRemoveCustomDomainRequest = marshalling_gen.marshalHostingApiRemoveCustomDomainRequest;
|
|
35
|
-
exports.marshalHostingApiUpdateHostingRequest = marshalling_gen.marshalHostingApiUpdateHostingRequest;
|
|
36
|
-
exports.marshalMailAccountApiChangeMailAccountPasswordRequest = marshalling_gen.marshalMailAccountApiChangeMailAccountPasswordRequest;
|
|
37
|
-
exports.marshalMailAccountApiCreateMailAccountRequest = marshalling_gen.marshalMailAccountApiCreateMailAccountRequest;
|
|
38
|
-
exports.marshalMailAccountApiRemoveMailAccountRequest = marshalling_gen.marshalMailAccountApiRemoveMailAccountRequest;
|
|
39
|
-
exports.marshalWebsiteApiCreateWebsiteRequest = marshalling_gen.marshalWebsiteApiCreateWebsiteRequest;
|
|
40
|
-
exports.unmarshalBackup = marshalling_gen.unmarshalBackup;
|
|
41
|
-
exports.unmarshalCheckFreeDomainAvailabilityResponse = marshalling_gen.unmarshalCheckFreeDomainAvailabilityResponse;
|
|
42
|
-
exports.unmarshalCheckUserOwnsDomainResponse = marshalling_gen.unmarshalCheckUserOwnsDomainResponse;
|
|
43
|
-
exports.unmarshalDatabase = marshalling_gen.unmarshalDatabase;
|
|
44
|
-
exports.unmarshalDatabaseUser = marshalling_gen.unmarshalDatabaseUser;
|
|
45
|
-
exports.unmarshalDnsRecords = marshalling_gen.unmarshalDnsRecords;
|
|
46
|
-
exports.unmarshalDomain = marshalling_gen.unmarshalDomain;
|
|
47
|
-
exports.unmarshalFtpAccount = marshalling_gen.unmarshalFtpAccount;
|
|
48
|
-
exports.unmarshalHosting = marshalling_gen.unmarshalHosting;
|
|
49
|
-
exports.unmarshalHostingSummary = marshalling_gen.unmarshalHostingSummary;
|
|
50
|
-
exports.unmarshalListBackupItemsResponse = marshalling_gen.unmarshalListBackupItemsResponse;
|
|
51
|
-
exports.unmarshalListBackupsResponse = marshalling_gen.unmarshalListBackupsResponse;
|
|
52
|
-
exports.unmarshalListControlPanelsResponse = marshalling_gen.unmarshalListControlPanelsResponse;
|
|
53
|
-
exports.unmarshalListDatabaseUsersResponse = marshalling_gen.unmarshalListDatabaseUsersResponse;
|
|
54
|
-
exports.unmarshalListDatabasesResponse = marshalling_gen.unmarshalListDatabasesResponse;
|
|
55
|
-
exports.unmarshalListFreeRootDomainsResponse = marshalling_gen.unmarshalListFreeRootDomainsResponse;
|
|
56
|
-
exports.unmarshalListFtpAccountsResponse = marshalling_gen.unmarshalListFtpAccountsResponse;
|
|
57
|
-
exports.unmarshalListHostingsResponse = marshalling_gen.unmarshalListHostingsResponse;
|
|
58
|
-
exports.unmarshalListMailAccountsResponse = marshalling_gen.unmarshalListMailAccountsResponse;
|
|
59
|
-
exports.unmarshalListOffersResponse = marshalling_gen.unmarshalListOffersResponse;
|
|
60
|
-
exports.unmarshalListRecentProgressesResponse = marshalling_gen.unmarshalListRecentProgressesResponse;
|
|
61
|
-
exports.unmarshalListWebsitesResponse = marshalling_gen.unmarshalListWebsitesResponse;
|
|
62
|
-
exports.unmarshalMailAccount = marshalling_gen.unmarshalMailAccount;
|
|
63
|
-
exports.unmarshalProgress = marshalling_gen.unmarshalProgress;
|
|
64
|
-
exports.unmarshalResetHostingPasswordResponse = marshalling_gen.unmarshalResetHostingPasswordResponse;
|
|
65
|
-
exports.unmarshalResourceSummary = marshalling_gen.unmarshalResourceSummary;
|
|
66
|
-
exports.unmarshalRestoreBackupItemsResponse = marshalling_gen.unmarshalRestoreBackupItemsResponse;
|
|
67
|
-
exports.unmarshalRestoreBackupResponse = marshalling_gen.unmarshalRestoreBackupResponse;
|
|
68
|
-
exports.unmarshalSearchDomainsResponse = marshalling_gen.unmarshalSearchDomainsResponse;
|
|
69
|
-
exports.unmarshalSession = marshalling_gen.unmarshalSession;
|
|
70
|
-
exports.unmarshalWebsite = marshalling_gen.unmarshalWebsite;
|
|
71
|
-
exports.ValidationRules = validationRules_gen;
|