@scaleway/sdk-domain 2.2.2 → 2.3.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/v2beta1/api.gen.js +693 -998
- package/dist/v2beta1/content.gen.js +21 -37
- package/dist/v2beta1/index.gen.js +76 -74
- package/dist/v2beta1/marshalling.gen.js +891 -1388
- package/dist/v2beta1/types.gen.d.ts +19 -18
- package/package.json +4 -4
|
@@ -1,39 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const DOMAIN_FEATURE_TRANSIENT_STATUSES = [
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
const DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES = [
|
|
9
|
-
"pending",
|
|
10
|
-
"processing"
|
|
11
|
-
];
|
|
1
|
+
/** Lists transient statutes of the enum {@link DNSZoneStatus}. */
|
|
2
|
+
const DNS_ZONE_TRANSIENT_STATUSES = ["pending"];
|
|
3
|
+
/** Lists transient statutes of the enum {@link DomainFeatureStatus}. */
|
|
4
|
+
const DOMAIN_FEATURE_TRANSIENT_STATUSES = ["enabling", "disabling"];
|
|
5
|
+
/** Lists transient statutes of the enum {@link DomainRegistrationStatusTransferStatus}. */
|
|
6
|
+
const DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES = ["pending", "processing"];
|
|
7
|
+
/** Lists transient statutes of the enum {@link DomainStatus}. */
|
|
12
8
|
const DOMAIN_TRANSIENT_STATUSES = [
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
];
|
|
21
|
-
const HOST_TRANSIENT_STATUSES = [
|
|
22
|
-
"updating",
|
|
23
|
-
"deleting"
|
|
24
|
-
];
|
|
25
|
-
const SSL_CERTIFICATE_TRANSIENT_STATUSES = [
|
|
26
|
-
"pending"
|
|
27
|
-
];
|
|
28
|
-
const TASK_TRANSIENT_STATUSES = [
|
|
29
|
-
"pending"
|
|
9
|
+
"creating",
|
|
10
|
+
"renewing",
|
|
11
|
+
"xfering",
|
|
12
|
+
"expiring",
|
|
13
|
+
"updating",
|
|
14
|
+
"checking",
|
|
15
|
+
"deleting"
|
|
30
16
|
];
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
TASK_TRANSIENT_STATUSES
|
|
39
|
-
};
|
|
17
|
+
/** Lists transient statutes of the enum {@link HostStatus}. */
|
|
18
|
+
const HOST_TRANSIENT_STATUSES = ["updating", "deleting"];
|
|
19
|
+
/** Lists transient statutes of the enum {@link SSLCertificateStatus}. */
|
|
20
|
+
const SSL_CERTIFICATE_TRANSIENT_STATUSES = ["pending"];
|
|
21
|
+
/** Lists transient statutes of the enum {@link TaskStatus}. */
|
|
22
|
+
const TASK_TRANSIENT_STATUSES = ["pending"];
|
|
23
|
+
export { DNS_ZONE_TRANSIENT_STATUSES, DOMAIN_FEATURE_TRANSIENT_STATUSES, DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES, HOST_TRANSIENT_STATUSES, SSL_CERTIFICATE_TRANSIENT_STATUSES, TASK_TRANSIENT_STATUSES };
|
|
@@ -1,76 +1,78 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { __exportAll } from "../_virtual/_rolldown/runtime.js";
|
|
2
2
|
import { DNS_ZONE_TRANSIENT_STATUSES, DOMAIN_FEATURE_TRANSIENT_STATUSES, DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES, HOST_TRANSIENT_STATUSES, SSL_CERTIFICATE_TRANSIENT_STATUSES, TASK_TRANSIENT_STATUSES } from "./content.gen.js";
|
|
3
3
|
import { marshalCloneDNSZoneRequest, marshalCreateDNSZoneRequest, marshalCreateSSLCertificateRequest, marshalDSRecord, marshalImportProviderDNSZoneRequest, marshalImportRawDNSZoneRequest, marshalRefreshDNSZoneRequest, marshalRegistrarApiBuyDomainsRequest, marshalRegistrarApiCheckContactsCompatibilityRequest, marshalRegistrarApiCreateDomainHostRequest, marshalRegistrarApiEnableDomainDNSSECRequest, marshalRegistrarApiRegisterExternalDomainRequest, marshalRegistrarApiRenewDomainsRequest, marshalRegistrarApiRetryInboundTransferRequest, marshalRegistrarApiTradeDomainRequest, marshalRegistrarApiTransferInDomainRequest, marshalRegistrarApiUpdateContactRequest, marshalRegistrarApiUpdateDomainHostRequest, marshalRegistrarApiUpdateDomainRequest, marshalUpdateDNSZoneNameserversRequest, marshalUpdateDNSZoneRecordsRequest, marshalUpdateDNSZoneRequest, unmarshalCheckContactsCompatibilityResponse, unmarshalClearDNSZoneRecordsResponse, unmarshalContact, unmarshalDNSZone, unmarshalDSRecord, unmarshalDeleteDNSZoneResponse, unmarshalDeleteExternalDomainResponse, unmarshalDeleteSSLCertificateResponse, unmarshalDomain, unmarshalGetDNSZoneTsigKeyResponse, unmarshalGetDNSZoneVersionDiffResponse, unmarshalGetDomainAuthCodeResponse, unmarshalHost, unmarshalImportProviderDNSZoneResponse, unmarshalImportRawDNSZoneResponse, unmarshalListContactsResponse, unmarshalListDNSZoneNameserversResponse, unmarshalListDNSZoneRecordsResponse, unmarshalListDNSZoneVersionRecordsResponse, unmarshalListDNSZoneVersionsResponse, unmarshalListDNSZonesResponse, unmarshalListDomainHostsResponse, unmarshalListDomainsResponse, unmarshalListInboundTransfersResponse, unmarshalListRenewableDomainsResponse, unmarshalListSSLCertificatesResponse, unmarshalListTasksResponse, unmarshalListTldsResponse, unmarshalOrderResponse, unmarshalRefreshDNSZoneResponse, unmarshalRegisterExternalDomainResponse, unmarshalRestoreDNSZoneVersionResponse, unmarshalRetryInboundTransferResponse, unmarshalSSLCertificate, unmarshalSearchAvailableDomainsConsoleResponse, unmarshalSearchAvailableDomainsResponse, unmarshalTask, unmarshalUpdateDNSZoneNameserversResponse, unmarshalUpdateDNSZoneRecordsResponse } from "./marshalling.gen.js";
|
|
4
|
-
|
|
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
|
-
|
|
75
|
-
|
|
76
|
-
|
|
4
|
+
import { API, RegistrarAPI, UnauthenticatedRegistrarAPI } from "./api.gen.js";
|
|
5
|
+
var index_gen_exports = /* @__PURE__ */ __exportAll({
|
|
6
|
+
API: () => API,
|
|
7
|
+
DNS_ZONE_TRANSIENT_STATUSES: () => DNS_ZONE_TRANSIENT_STATUSES,
|
|
8
|
+
DOMAIN_FEATURE_TRANSIENT_STATUSES: () => DOMAIN_FEATURE_TRANSIENT_STATUSES,
|
|
9
|
+
DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: () => DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES,
|
|
10
|
+
DOMAIN_TRANSIENT_STATUSES: () => DOMAIN_TRANSIENT_STATUSES,
|
|
11
|
+
HOST_TRANSIENT_STATUSES: () => HOST_TRANSIENT_STATUSES,
|
|
12
|
+
RegistrarAPI: () => RegistrarAPI,
|
|
13
|
+
SSL_CERTIFICATE_TRANSIENT_STATUSES: () => SSL_CERTIFICATE_TRANSIENT_STATUSES,
|
|
14
|
+
TASK_TRANSIENT_STATUSES: () => TASK_TRANSIENT_STATUSES,
|
|
15
|
+
UnauthenticatedRegistrarAPI: () => UnauthenticatedRegistrarAPI,
|
|
16
|
+
marshalCloneDNSZoneRequest: () => marshalCloneDNSZoneRequest,
|
|
17
|
+
marshalCreateDNSZoneRequest: () => marshalCreateDNSZoneRequest,
|
|
18
|
+
marshalCreateSSLCertificateRequest: () => marshalCreateSSLCertificateRequest,
|
|
19
|
+
marshalDSRecord: () => marshalDSRecord,
|
|
20
|
+
marshalImportProviderDNSZoneRequest: () => marshalImportProviderDNSZoneRequest,
|
|
21
|
+
marshalImportRawDNSZoneRequest: () => marshalImportRawDNSZoneRequest,
|
|
22
|
+
marshalRefreshDNSZoneRequest: () => marshalRefreshDNSZoneRequest,
|
|
23
|
+
marshalRegistrarApiBuyDomainsRequest: () => marshalRegistrarApiBuyDomainsRequest,
|
|
24
|
+
marshalRegistrarApiCheckContactsCompatibilityRequest: () => marshalRegistrarApiCheckContactsCompatibilityRequest,
|
|
25
|
+
marshalRegistrarApiCreateDomainHostRequest: () => marshalRegistrarApiCreateDomainHostRequest,
|
|
26
|
+
marshalRegistrarApiEnableDomainDNSSECRequest: () => marshalRegistrarApiEnableDomainDNSSECRequest,
|
|
27
|
+
marshalRegistrarApiRegisterExternalDomainRequest: () => marshalRegistrarApiRegisterExternalDomainRequest,
|
|
28
|
+
marshalRegistrarApiRenewDomainsRequest: () => marshalRegistrarApiRenewDomainsRequest,
|
|
29
|
+
marshalRegistrarApiRetryInboundTransferRequest: () => marshalRegistrarApiRetryInboundTransferRequest,
|
|
30
|
+
marshalRegistrarApiTradeDomainRequest: () => marshalRegistrarApiTradeDomainRequest,
|
|
31
|
+
marshalRegistrarApiTransferInDomainRequest: () => marshalRegistrarApiTransferInDomainRequest,
|
|
32
|
+
marshalRegistrarApiUpdateContactRequest: () => marshalRegistrarApiUpdateContactRequest,
|
|
33
|
+
marshalRegistrarApiUpdateDomainHostRequest: () => marshalRegistrarApiUpdateDomainHostRequest,
|
|
34
|
+
marshalRegistrarApiUpdateDomainRequest: () => marshalRegistrarApiUpdateDomainRequest,
|
|
35
|
+
marshalUpdateDNSZoneNameserversRequest: () => marshalUpdateDNSZoneNameserversRequest,
|
|
36
|
+
marshalUpdateDNSZoneRecordsRequest: () => marshalUpdateDNSZoneRecordsRequest,
|
|
37
|
+
marshalUpdateDNSZoneRequest: () => marshalUpdateDNSZoneRequest,
|
|
38
|
+
unmarshalCheckContactsCompatibilityResponse: () => unmarshalCheckContactsCompatibilityResponse,
|
|
39
|
+
unmarshalClearDNSZoneRecordsResponse: () => unmarshalClearDNSZoneRecordsResponse,
|
|
40
|
+
unmarshalContact: () => unmarshalContact,
|
|
41
|
+
unmarshalDNSZone: () => unmarshalDNSZone,
|
|
42
|
+
unmarshalDSRecord: () => unmarshalDSRecord,
|
|
43
|
+
unmarshalDeleteDNSZoneResponse: () => unmarshalDeleteDNSZoneResponse,
|
|
44
|
+
unmarshalDeleteExternalDomainResponse: () => unmarshalDeleteExternalDomainResponse,
|
|
45
|
+
unmarshalDeleteSSLCertificateResponse: () => unmarshalDeleteSSLCertificateResponse,
|
|
46
|
+
unmarshalDomain: () => unmarshalDomain,
|
|
47
|
+
unmarshalGetDNSZoneTsigKeyResponse: () => unmarshalGetDNSZoneTsigKeyResponse,
|
|
48
|
+
unmarshalGetDNSZoneVersionDiffResponse: () => unmarshalGetDNSZoneVersionDiffResponse,
|
|
49
|
+
unmarshalGetDomainAuthCodeResponse: () => unmarshalGetDomainAuthCodeResponse,
|
|
50
|
+
unmarshalHost: () => unmarshalHost,
|
|
51
|
+
unmarshalImportProviderDNSZoneResponse: () => unmarshalImportProviderDNSZoneResponse,
|
|
52
|
+
unmarshalImportRawDNSZoneResponse: () => unmarshalImportRawDNSZoneResponse,
|
|
53
|
+
unmarshalListContactsResponse: () => unmarshalListContactsResponse,
|
|
54
|
+
unmarshalListDNSZoneNameserversResponse: () => unmarshalListDNSZoneNameserversResponse,
|
|
55
|
+
unmarshalListDNSZoneRecordsResponse: () => unmarshalListDNSZoneRecordsResponse,
|
|
56
|
+
unmarshalListDNSZoneVersionRecordsResponse: () => unmarshalListDNSZoneVersionRecordsResponse,
|
|
57
|
+
unmarshalListDNSZoneVersionsResponse: () => unmarshalListDNSZoneVersionsResponse,
|
|
58
|
+
unmarshalListDNSZonesResponse: () => unmarshalListDNSZonesResponse,
|
|
59
|
+
unmarshalListDomainHostsResponse: () => unmarshalListDomainHostsResponse,
|
|
60
|
+
unmarshalListDomainsResponse: () => unmarshalListDomainsResponse,
|
|
61
|
+
unmarshalListInboundTransfersResponse: () => unmarshalListInboundTransfersResponse,
|
|
62
|
+
unmarshalListRenewableDomainsResponse: () => unmarshalListRenewableDomainsResponse,
|
|
63
|
+
unmarshalListSSLCertificatesResponse: () => unmarshalListSSLCertificatesResponse,
|
|
64
|
+
unmarshalListTasksResponse: () => unmarshalListTasksResponse,
|
|
65
|
+
unmarshalListTldsResponse: () => unmarshalListTldsResponse,
|
|
66
|
+
unmarshalOrderResponse: () => unmarshalOrderResponse,
|
|
67
|
+
unmarshalRefreshDNSZoneResponse: () => unmarshalRefreshDNSZoneResponse,
|
|
68
|
+
unmarshalRegisterExternalDomainResponse: () => unmarshalRegisterExternalDomainResponse,
|
|
69
|
+
unmarshalRestoreDNSZoneVersionResponse: () => unmarshalRestoreDNSZoneVersionResponse,
|
|
70
|
+
unmarshalRetryInboundTransferResponse: () => unmarshalRetryInboundTransferResponse,
|
|
71
|
+
unmarshalSSLCertificate: () => unmarshalSSLCertificate,
|
|
72
|
+
unmarshalSearchAvailableDomainsConsoleResponse: () => unmarshalSearchAvailableDomainsConsoleResponse,
|
|
73
|
+
unmarshalSearchAvailableDomainsResponse: () => unmarshalSearchAvailableDomainsResponse,
|
|
74
|
+
unmarshalTask: () => unmarshalTask,
|
|
75
|
+
unmarshalUpdateDNSZoneNameserversResponse: () => unmarshalUpdateDNSZoneNameserversResponse,
|
|
76
|
+
unmarshalUpdateDNSZoneRecordsResponse: () => unmarshalUpdateDNSZoneRecordsResponse
|
|
77
|
+
});
|
|
78
|
+
export { index_gen_exports };
|