@scaleway/sdk-webhosting 2.3.0 → 2.4.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 +1 -1
- package/dist/_virtual/_rolldown/runtime.js +11 -0
- package/dist/index.gen.js +2 -4
- package/dist/v1/api.gen.js +788 -1044
- package/dist/v1/content.gen.js +12 -19
- package/dist/v1/index.gen.d.ts +1 -1
- package/dist/v1/index.gen.js +74 -72
- package/dist/v1/marshalling.gen.js +435 -705
- package/dist/v1/types.gen.d.ts +49 -13
- package/dist/v1/validation-rules.gen.js +64 -82
- package/package.json +4 -4
package/dist/v1/content.gen.js
CHANGED
|
@@ -1,21 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const DOMAIN_AVAILABILITY_TRANSIENT_STATUSES = [
|
|
5
|
-
|
|
6
|
-
];
|
|
7
|
-
|
|
8
|
-
"validating"
|
|
9
|
-
];
|
|
1
|
+
/** Lists transient statutes of the enum {@link BackupStatus}. */
|
|
2
|
+
const BACKUP_TRANSIENT_STATUSES = ["restoring"];
|
|
3
|
+
/** Lists transient statutes of the enum {@link DomainAvailabilityStatus}. */
|
|
4
|
+
const DOMAIN_AVAILABILITY_TRANSIENT_STATUSES = ["validating"];
|
|
5
|
+
/** Lists transient statutes of the enum {@link DomainStatus}. */
|
|
6
|
+
const DOMAIN_TRANSIENT_STATUSES = ["validating"];
|
|
7
|
+
/** Lists transient statutes of the enum {@link HostingStatus}. */
|
|
10
8
|
const HOSTING_TRANSIENT_STATUSES = [
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
"delivering",
|
|
10
|
+
"deleting",
|
|
11
|
+
"migrating",
|
|
12
|
+
"updating"
|
|
15
13
|
];
|
|
16
|
-
export {
|
|
17
|
-
BACKUP_TRANSIENT_STATUSES,
|
|
18
|
-
DOMAIN_AVAILABILITY_TRANSIENT_STATUSES,
|
|
19
|
-
DOMAIN_TRANSIENT_STATUSES,
|
|
20
|
-
HOSTING_TRANSIENT_STATUSES
|
|
21
|
-
};
|
|
14
|
+
export { BACKUP_TRANSIENT_STATUSES, DOMAIN_AVAILABILITY_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES, HOSTING_TRANSIENT_STATUSES };
|
package/dist/v1/index.gen.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { BackupAPI, ControlPanelAPI, DatabaseAPI, DnsAPI, FreeDomainAPI, FtpAccountAPI, HostingAPI, MailAccountAPI, OfferAPI, WebsiteAPI, } from './api.gen.js';
|
|
2
2
|
export * from './content.gen.js';
|
|
3
3
|
export * from './marshalling.gen.js';
|
|
4
|
-
export type { AutoConfigDomainDns, Backup, BackupApiGetBackupRequest, BackupApiGetProgressRequest, BackupApiListBackupItemsRequest, BackupApiListBackupsRequest, BackupApiListRecentProgressesRequest, BackupApiRestoreBackupItemsRequest, BackupApiRestoreBackupRequest, BackupItem, BackupItemGroup, BackupItemType, BackupStatus, CheckFreeDomainAvailabilityResponse, CheckFreeDomainAvailabilityResponseUnavailableReason, CheckUserOwnsDomainResponse, ControlPanel, ControlPanelApiListControlPanelsRequest, CreateDatabaseRequestUser, CreateHostingRequestDomainConfiguration, Database, DatabaseApiAssignDatabaseUserRequest, DatabaseApiChangeDatabaseUserPasswordRequest, DatabaseApiCreateDatabaseRequest, DatabaseApiCreateDatabaseUserRequest, DatabaseApiDeleteDatabaseRequest, DatabaseApiDeleteDatabaseUserRequest, DatabaseApiGetDatabaseRequest, DatabaseApiGetDatabaseUserRequest, DatabaseApiListDatabasesRequest, DatabaseApiListDatabaseUsersRequest, DatabaseApiUnassignDatabaseUserRequest, DatabaseUser, DnsApiCheckUserOwnsDomainRequest, DnsApiGetDomainDnsRecordsRequest, DnsApiGetDomainRequest, DnsApiSearchDomainsRequest, DnsApiSyncDomainDnsRecordsRequest, DnsRecord, DnsRecordStatus, DnsRecords, DnsRecordsStatus, DnsRecordType, Domain, DomainAction, DomainAvailability, DomainAvailabilityAction, DomainAvailabilityStatus, DomainDnsAction, DomainStatus, DomainZoneOwner, FreeDomain, FreeDomainApiCheckFreeDomainAvailabilityRequest, FreeDomainApiListFreeRootDomainsRequest, FtpAccount, FtpAccountApiChangeFtpAccountPasswordRequest, FtpAccountApiCreateFtpAccountRequest, FtpAccountApiListFtpAccountsRequest, FtpAccountApiRemoveFtpAccountRequest, Hosting, HostingApiAddCustomDomainRequest, HostingApiCreateHostingRequest, HostingApiCreateSessionRequest, HostingApiDeleteHostingDomainsRequest, HostingApiDeleteHostingRequest, HostingApiGetHostingRequest, HostingApiGetResourceSummaryRequest, HostingApiListHostingsRequest, HostingApiMigrateControlPanelRequest, HostingApiRemoveCustomDomainRequest, HostingApiResetHostingPasswordRequest, HostingApiResetHostingRequest, HostingApiUpdateHostingFreeDomainRequest, HostingApiUpdateHostingRequest, HostingDomain, HostingDomainCustomDomain, HostingStatus, HostingSummary, HostingUser, ListBackupItemsResponse, ListBackupsRequestOrderBy, ListBackupsResponse, ListControlPanelsResponse, ListDatabasesRequestOrderBy, ListDatabasesResponse, ListDatabaseUsersRequestOrderBy, ListDatabaseUsersResponse, ListFreeRootDomainsResponse, ListFtpAccountsRequestOrderBy, ListFtpAccountsResponse, ListHostingsRequestOrderBy, ListHostingsResponse, ListMailAccountsRequestOrderBy, ListMailAccountsResponse, ListOffersRequestOrderBy, ListOffersResponse, ListRecentProgressesResponse, ListWebsitesRequestOrderBy, ListWebsitesResponse, MailAccount, MailAccountApiChangeMailAccountPasswordRequest, MailAccountApiCreateMailAccountRequest, MailAccountApiListMailAccountsRequest, MailAccountApiRemoveMailAccountRequest, Nameserver, NameserverStatus, Offer, OfferApiListOffersRequest, OfferOption, OfferOptionName, OfferOptionRequest, OfferOptionWarning, Platform, PlatformControlPanel, PlatformControlPanelUrls, PlatformPlatformGroup, Progress, ProgressStatus, ProgressSummary, ResetHostingPasswordResponse, ResourceSummary, RestoreBackupItemsResponse, RestoreBackupResponse, SearchDomainsResponse, Session, SyncDomainDnsRecordsRequestRecord, Website, WebsiteApiCreateWebsiteRequest, WebsiteApiDeleteWebsiteRequest, WebsiteApiListWebsitesRequest, WebsiteApiResetWebsiteRequest, } from './types.gen.js';
|
|
4
|
+
export type { AutoConfigDomainDns, Backup, BackupApiGetBackupRequest, BackupApiGetProgressRequest, BackupApiListBackupItemsRequest, BackupApiListBackupsRequest, BackupApiListRecentProgressesRequest, BackupApiRestoreBackupItemsRequest, BackupApiRestoreBackupRequest, BackupItem, BackupItemGroup, BackupItemType, BackupStatus, BillingMode, CheckFreeDomainAvailabilityResponse, CheckFreeDomainAvailabilityResponseUnavailableReason, CheckUserOwnsDomainResponse, CommitmentType, ControlPanel, ControlPanelApiListControlPanelsRequest, CreateDatabaseRequestUser, CreateHostingRequestDomainConfiguration, Database, DatabaseApiAssignDatabaseUserRequest, DatabaseApiChangeDatabaseUserPasswordRequest, DatabaseApiCreateDatabaseRequest, DatabaseApiCreateDatabaseUserRequest, DatabaseApiDeleteDatabaseRequest, DatabaseApiDeleteDatabaseUserRequest, DatabaseApiGetDatabaseRequest, DatabaseApiGetDatabaseUserRequest, DatabaseApiListDatabasesRequest, DatabaseApiListDatabaseUsersRequest, DatabaseApiUnassignDatabaseUserRequest, DatabaseUser, DnsApiCheckUserOwnsDomainRequest, DnsApiGetDomainDnsRecordsRequest, DnsApiGetDomainRequest, DnsApiSearchDomainsRequest, DnsApiSyncDomainDnsRecordsRequest, DnsRecord, DnsRecordStatus, DnsRecords, DnsRecordsStatus, DnsRecordType, Domain, DomainAction, DomainAvailability, DomainAvailabilityAction, DomainAvailabilityStatus, DomainDnsAction, DomainStatus, DomainZoneOwner, FreeDomain, FreeDomainApiCheckFreeDomainAvailabilityRequest, FreeDomainApiListFreeRootDomainsRequest, FtpAccount, FtpAccountApiChangeFtpAccountPasswordRequest, FtpAccountApiCreateFtpAccountRequest, FtpAccountApiListFtpAccountsRequest, FtpAccountApiRemoveFtpAccountRequest, Hosting, HostingApiAddCustomDomainRequest, HostingApiCreateHostingRequest, HostingApiCreateSessionRequest, HostingApiDeleteHostingDomainsRequest, HostingApiDeleteHostingRequest, HostingApiGetHostingRequest, HostingApiGetResourceSummaryRequest, HostingApiListHostingsRequest, HostingApiMigrateControlPanelRequest, HostingApiRemoveCustomDomainRequest, HostingApiResetHostingPasswordRequest, HostingApiResetHostingRequest, HostingApiUpdateHostingFreeDomainRequest, HostingApiUpdateHostingRequest, HostingDomain, HostingDomainCustomDomain, HostingStatus, HostingSummary, HostingUser, ListBackupItemsResponse, ListBackupsRequestOrderBy, ListBackupsResponse, ListControlPanelsResponse, ListDatabasesRequestOrderBy, ListDatabasesResponse, ListDatabaseUsersRequestOrderBy, ListDatabaseUsersResponse, ListFreeRootDomainsResponse, ListFtpAccountsRequestOrderBy, ListFtpAccountsResponse, ListHostingsRequestOrderBy, ListHostingsResponse, ListMailAccountsRequestOrderBy, ListMailAccountsResponse, ListOffersRequestOrderBy, ListOffersResponse, ListRecentProgressesResponse, ListWebsitesRequestOrderBy, ListWebsitesResponse, MailAccount, MailAccountApiChangeMailAccountPasswordRequest, MailAccountApiCreateMailAccountRequest, MailAccountApiListMailAccountsRequest, MailAccountApiRemoveMailAccountRequest, Nameserver, NameserverStatus, Offer, OfferApiListOffersRequest, OfferCommitment, OfferOption, OfferOptionName, OfferOptionRequest, OfferOptionWarning, Platform, PlatformControlPanel, PlatformControlPanelUrls, PlatformPlatformGroup, Progress, ProgressStatus, ProgressSummary, ResetHostingPasswordResponse, ResourceSummary, RestoreBackupItemsResponse, RestoreBackupResponse, SearchDomainsResponse, Session, SyncDomainDnsRecordsRequestRecord, Website, WebsiteApiCreateWebsiteRequest, WebsiteApiDeleteWebsiteRequest, WebsiteApiListWebsitesRequest, WebsiteApiResetWebsiteRequest, } from './types.gen.js';
|
|
5
5
|
export * as ValidationRules from './validation-rules.gen.js';
|
package/dist/v1/index.gen.js
CHANGED
|
@@ -1,74 +1,76 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { __exportAll } from "../_virtual/_rolldown/runtime.js";
|
|
2
2
|
import { BACKUP_TRANSIENT_STATUSES, DOMAIN_AVAILABILITY_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES, HOSTING_TRANSIENT_STATUSES } from "./content.gen.js";
|
|
3
3
|
import { marshalBackupApiRestoreBackupItemsRequest, marshalDatabaseApiAssignDatabaseUserRequest, marshalDatabaseApiChangeDatabaseUserPasswordRequest, marshalDatabaseApiCreateDatabaseRequest, marshalDatabaseApiCreateDatabaseUserRequest, marshalDatabaseApiUnassignDatabaseUserRequest, marshalDnsApiCheckUserOwnsDomainRequest, marshalDnsApiSyncDomainDnsRecordsRequest, marshalFreeDomainApiCheckFreeDomainAvailabilityRequest, marshalFtpAccountApiChangeFtpAccountPasswordRequest, marshalFtpAccountApiCreateFtpAccountRequest, marshalHostingApiAddCustomDomainRequest, marshalHostingApiCreateHostingRequest, marshalHostingApiDeleteHostingDomainsRequest, marshalHostingApiMigrateControlPanelRequest, marshalHostingApiRemoveCustomDomainRequest, marshalHostingApiUpdateHostingFreeDomainRequest, marshalHostingApiUpdateHostingRequest, marshalMailAccountApiChangeMailAccountPasswordRequest, marshalMailAccountApiCreateMailAccountRequest, marshalMailAccountApiRemoveMailAccountRequest, marshalWebsiteApiCreateWebsiteRequest, unmarshalBackup, unmarshalCheckFreeDomainAvailabilityResponse, unmarshalCheckUserOwnsDomainResponse, unmarshalDatabase, unmarshalDatabaseUser, unmarshalDnsRecords, unmarshalDomain, unmarshalFtpAccount, unmarshalHosting, unmarshalHostingSummary, unmarshalListBackupItemsResponse, unmarshalListBackupsResponse, unmarshalListControlPanelsResponse, unmarshalListDatabaseUsersResponse, unmarshalListDatabasesResponse, unmarshalListFreeRootDomainsResponse, unmarshalListFtpAccountsResponse, unmarshalListHostingsResponse, unmarshalListMailAccountsResponse, unmarshalListOffersResponse, unmarshalListRecentProgressesResponse, unmarshalListWebsitesResponse, unmarshalMailAccount, unmarshalProgress, unmarshalResetHostingPasswordResponse, unmarshalResourceSummary, unmarshalRestoreBackupItemsResponse, unmarshalRestoreBackupResponse, unmarshalSearchDomainsResponse, unmarshalSession, unmarshalWebsite } from "./marshalling.gen.js";
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
4
|
+
import { BackupAPI, ControlPanelAPI, DatabaseAPI, DnsAPI, FreeDomainAPI, FtpAccountAPI, HostingAPI, MailAccountAPI, OfferAPI, WebsiteAPI } from "./api.gen.js";
|
|
5
|
+
import { validation_rules_gen_exports } from "./validation-rules.gen.js";
|
|
6
|
+
var index_gen_exports = /* @__PURE__ */ __exportAll({
|
|
7
|
+
BACKUP_TRANSIENT_STATUSES: () => BACKUP_TRANSIENT_STATUSES,
|
|
8
|
+
BackupAPI: () => BackupAPI,
|
|
9
|
+
ControlPanelAPI: () => ControlPanelAPI,
|
|
10
|
+
DOMAIN_AVAILABILITY_TRANSIENT_STATUSES: () => DOMAIN_AVAILABILITY_TRANSIENT_STATUSES,
|
|
11
|
+
DOMAIN_TRANSIENT_STATUSES: () => DOMAIN_TRANSIENT_STATUSES,
|
|
12
|
+
DatabaseAPI: () => DatabaseAPI,
|
|
13
|
+
DnsAPI: () => DnsAPI,
|
|
14
|
+
FreeDomainAPI: () => FreeDomainAPI,
|
|
15
|
+
FtpAccountAPI: () => FtpAccountAPI,
|
|
16
|
+
HOSTING_TRANSIENT_STATUSES: () => HOSTING_TRANSIENT_STATUSES,
|
|
17
|
+
HostingAPI: () => HostingAPI,
|
|
18
|
+
MailAccountAPI: () => MailAccountAPI,
|
|
19
|
+
OfferAPI: () => OfferAPI,
|
|
20
|
+
ValidationRules: () => validation_rules_gen_exports,
|
|
21
|
+
WebsiteAPI: () => WebsiteAPI,
|
|
22
|
+
marshalBackupApiRestoreBackupItemsRequest: () => marshalBackupApiRestoreBackupItemsRequest,
|
|
23
|
+
marshalDatabaseApiAssignDatabaseUserRequest: () => marshalDatabaseApiAssignDatabaseUserRequest,
|
|
24
|
+
marshalDatabaseApiChangeDatabaseUserPasswordRequest: () => marshalDatabaseApiChangeDatabaseUserPasswordRequest,
|
|
25
|
+
marshalDatabaseApiCreateDatabaseRequest: () => marshalDatabaseApiCreateDatabaseRequest,
|
|
26
|
+
marshalDatabaseApiCreateDatabaseUserRequest: () => marshalDatabaseApiCreateDatabaseUserRequest,
|
|
27
|
+
marshalDatabaseApiUnassignDatabaseUserRequest: () => marshalDatabaseApiUnassignDatabaseUserRequest,
|
|
28
|
+
marshalDnsApiCheckUserOwnsDomainRequest: () => marshalDnsApiCheckUserOwnsDomainRequest,
|
|
29
|
+
marshalDnsApiSyncDomainDnsRecordsRequest: () => marshalDnsApiSyncDomainDnsRecordsRequest,
|
|
30
|
+
marshalFreeDomainApiCheckFreeDomainAvailabilityRequest: () => marshalFreeDomainApiCheckFreeDomainAvailabilityRequest,
|
|
31
|
+
marshalFtpAccountApiChangeFtpAccountPasswordRequest: () => marshalFtpAccountApiChangeFtpAccountPasswordRequest,
|
|
32
|
+
marshalFtpAccountApiCreateFtpAccountRequest: () => marshalFtpAccountApiCreateFtpAccountRequest,
|
|
33
|
+
marshalHostingApiAddCustomDomainRequest: () => marshalHostingApiAddCustomDomainRequest,
|
|
34
|
+
marshalHostingApiCreateHostingRequest: () => marshalHostingApiCreateHostingRequest,
|
|
35
|
+
marshalHostingApiDeleteHostingDomainsRequest: () => marshalHostingApiDeleteHostingDomainsRequest,
|
|
36
|
+
marshalHostingApiMigrateControlPanelRequest: () => marshalHostingApiMigrateControlPanelRequest,
|
|
37
|
+
marshalHostingApiRemoveCustomDomainRequest: () => marshalHostingApiRemoveCustomDomainRequest,
|
|
38
|
+
marshalHostingApiUpdateHostingFreeDomainRequest: () => marshalHostingApiUpdateHostingFreeDomainRequest,
|
|
39
|
+
marshalHostingApiUpdateHostingRequest: () => marshalHostingApiUpdateHostingRequest,
|
|
40
|
+
marshalMailAccountApiChangeMailAccountPasswordRequest: () => marshalMailAccountApiChangeMailAccountPasswordRequest,
|
|
41
|
+
marshalMailAccountApiCreateMailAccountRequest: () => marshalMailAccountApiCreateMailAccountRequest,
|
|
42
|
+
marshalMailAccountApiRemoveMailAccountRequest: () => marshalMailAccountApiRemoveMailAccountRequest,
|
|
43
|
+
marshalWebsiteApiCreateWebsiteRequest: () => marshalWebsiteApiCreateWebsiteRequest,
|
|
44
|
+
unmarshalBackup: () => unmarshalBackup,
|
|
45
|
+
unmarshalCheckFreeDomainAvailabilityResponse: () => unmarshalCheckFreeDomainAvailabilityResponse,
|
|
46
|
+
unmarshalCheckUserOwnsDomainResponse: () => unmarshalCheckUserOwnsDomainResponse,
|
|
47
|
+
unmarshalDatabase: () => unmarshalDatabase,
|
|
48
|
+
unmarshalDatabaseUser: () => unmarshalDatabaseUser,
|
|
49
|
+
unmarshalDnsRecords: () => unmarshalDnsRecords,
|
|
50
|
+
unmarshalDomain: () => unmarshalDomain,
|
|
51
|
+
unmarshalFtpAccount: () => unmarshalFtpAccount,
|
|
52
|
+
unmarshalHosting: () => unmarshalHosting,
|
|
53
|
+
unmarshalHostingSummary: () => unmarshalHostingSummary,
|
|
54
|
+
unmarshalListBackupItemsResponse: () => unmarshalListBackupItemsResponse,
|
|
55
|
+
unmarshalListBackupsResponse: () => unmarshalListBackupsResponse,
|
|
56
|
+
unmarshalListControlPanelsResponse: () => unmarshalListControlPanelsResponse,
|
|
57
|
+
unmarshalListDatabaseUsersResponse: () => unmarshalListDatabaseUsersResponse,
|
|
58
|
+
unmarshalListDatabasesResponse: () => unmarshalListDatabasesResponse,
|
|
59
|
+
unmarshalListFreeRootDomainsResponse: () => unmarshalListFreeRootDomainsResponse,
|
|
60
|
+
unmarshalListFtpAccountsResponse: () => unmarshalListFtpAccountsResponse,
|
|
61
|
+
unmarshalListHostingsResponse: () => unmarshalListHostingsResponse,
|
|
62
|
+
unmarshalListMailAccountsResponse: () => unmarshalListMailAccountsResponse,
|
|
63
|
+
unmarshalListOffersResponse: () => unmarshalListOffersResponse,
|
|
64
|
+
unmarshalListRecentProgressesResponse: () => unmarshalListRecentProgressesResponse,
|
|
65
|
+
unmarshalListWebsitesResponse: () => unmarshalListWebsitesResponse,
|
|
66
|
+
unmarshalMailAccount: () => unmarshalMailAccount,
|
|
67
|
+
unmarshalProgress: () => unmarshalProgress,
|
|
68
|
+
unmarshalResetHostingPasswordResponse: () => unmarshalResetHostingPasswordResponse,
|
|
69
|
+
unmarshalResourceSummary: () => unmarshalResourceSummary,
|
|
70
|
+
unmarshalRestoreBackupItemsResponse: () => unmarshalRestoreBackupItemsResponse,
|
|
71
|
+
unmarshalRestoreBackupResponse: () => unmarshalRestoreBackupResponse,
|
|
72
|
+
unmarshalSearchDomainsResponse: () => unmarshalSearchDomainsResponse,
|
|
73
|
+
unmarshalSession: () => unmarshalSession,
|
|
74
|
+
unmarshalWebsite: () => unmarshalWebsite
|
|
75
|
+
});
|
|
76
|
+
export { index_gen_exports };
|