@scaleway/sdk-webhosting 1.3.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.
@@ -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;
@@ -1,69 +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.unmarshalBackup = marshalling_gen.unmarshalBackup;
40
- exports.unmarshalCheckFreeDomainAvailabilityResponse = marshalling_gen.unmarshalCheckFreeDomainAvailabilityResponse;
41
- exports.unmarshalCheckUserOwnsDomainResponse = marshalling_gen.unmarshalCheckUserOwnsDomainResponse;
42
- exports.unmarshalDatabase = marshalling_gen.unmarshalDatabase;
43
- exports.unmarshalDatabaseUser = marshalling_gen.unmarshalDatabaseUser;
44
- exports.unmarshalDnsRecords = marshalling_gen.unmarshalDnsRecords;
45
- exports.unmarshalDomain = marshalling_gen.unmarshalDomain;
46
- exports.unmarshalFtpAccount = marshalling_gen.unmarshalFtpAccount;
47
- exports.unmarshalHosting = marshalling_gen.unmarshalHosting;
48
- exports.unmarshalHostingSummary = marshalling_gen.unmarshalHostingSummary;
49
- exports.unmarshalListBackupItemsResponse = marshalling_gen.unmarshalListBackupItemsResponse;
50
- exports.unmarshalListBackupsResponse = marshalling_gen.unmarshalListBackupsResponse;
51
- exports.unmarshalListControlPanelsResponse = marshalling_gen.unmarshalListControlPanelsResponse;
52
- exports.unmarshalListDatabaseUsersResponse = marshalling_gen.unmarshalListDatabaseUsersResponse;
53
- exports.unmarshalListDatabasesResponse = marshalling_gen.unmarshalListDatabasesResponse;
54
- exports.unmarshalListFreeRootDomainsResponse = marshalling_gen.unmarshalListFreeRootDomainsResponse;
55
- exports.unmarshalListFtpAccountsResponse = marshalling_gen.unmarshalListFtpAccountsResponse;
56
- exports.unmarshalListHostingsResponse = marshalling_gen.unmarshalListHostingsResponse;
57
- exports.unmarshalListMailAccountsResponse = marshalling_gen.unmarshalListMailAccountsResponse;
58
- exports.unmarshalListOffersResponse = marshalling_gen.unmarshalListOffersResponse;
59
- exports.unmarshalListRecentProgressesResponse = marshalling_gen.unmarshalListRecentProgressesResponse;
60
- exports.unmarshalListWebsitesResponse = marshalling_gen.unmarshalListWebsitesResponse;
61
- exports.unmarshalMailAccount = marshalling_gen.unmarshalMailAccount;
62
- exports.unmarshalProgress = marshalling_gen.unmarshalProgress;
63
- exports.unmarshalResetHostingPasswordResponse = marshalling_gen.unmarshalResetHostingPasswordResponse;
64
- exports.unmarshalResourceSummary = marshalling_gen.unmarshalResourceSummary;
65
- exports.unmarshalRestoreBackupItemsResponse = marshalling_gen.unmarshalRestoreBackupItemsResponse;
66
- exports.unmarshalRestoreBackupResponse = marshalling_gen.unmarshalRestoreBackupResponse;
67
- exports.unmarshalSearchDomainsResponse = marshalling_gen.unmarshalSearchDomainsResponse;
68
- exports.unmarshalSession = marshalling_gen.unmarshalSession;
69
- exports.ValidationRules = validationRules_gen;