@wix/domains 1.0.1 → 1.0.3
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/build/cjs/context.d.ts +2 -0
- package/build/cjs/context.js +3 -1
- package/build/cjs/context.js.map +1 -1
- package/build/cjs/index.d.ts +2 -0
- package/build/cjs/index.js +3 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -0
- package/build/cjs/meta.js +3 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/context.d.ts +2 -0
- package/build/es/context.js +2 -0
- package/build/es/context.js.map +1 -1
- package/build/es/index.d.ts +2 -0
- package/build/es/index.js +2 -0
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +2 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -1
- package/package.json +4 -2
- package/type-bundles/context.bundle.d.ts +95 -22
- package/type-bundles/index.bundle.d.ts +255 -133
- package/type-bundles/meta.bundle.d.ts +218 -38
package/build/cjs/context.d.ts
CHANGED
|
@@ -2,3 +2,5 @@ export * as connectedDomains from '@wix/domains_connected-domains/context';
|
|
|
2
2
|
export * as connectedDomainSetupInfo from '@wix/domains_connected-domain-setup-info/context';
|
|
3
3
|
export * as domainDns from '@wix/domains_domain-dns/context';
|
|
4
4
|
export * as registeredDomains from '@wix/domains_registered-domains/context';
|
|
5
|
+
export * as domainAvailability from '@wix/domains_domain-availability/context';
|
|
6
|
+
export * as domainSuggestions from '@wix/domains_domain-suggestions/context';
|
package/build/cjs/context.js
CHANGED
|
@@ -23,9 +23,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.registeredDomains = exports.domainDns = exports.connectedDomainSetupInfo = exports.connectedDomains = void 0;
|
|
26
|
+
exports.domainSuggestions = exports.domainAvailability = exports.registeredDomains = exports.domainDns = exports.connectedDomainSetupInfo = exports.connectedDomains = void 0;
|
|
27
27
|
exports.connectedDomains = __importStar(require("@wix/domains_connected-domains/context"));
|
|
28
28
|
exports.connectedDomainSetupInfo = __importStar(require("@wix/domains_connected-domain-setup-info/context"));
|
|
29
29
|
exports.domainDns = __importStar(require("@wix/domains_domain-dns/context"));
|
|
30
30
|
exports.registeredDomains = __importStar(require("@wix/domains_registered-domains/context"));
|
|
31
|
+
exports.domainAvailability = __importStar(require("@wix/domains_domain-availability/context"));
|
|
32
|
+
exports.domainSuggestions = __importStar(require("@wix/domains_domain-suggestions/context"));
|
|
31
33
|
//# sourceMappingURL=context.js.map
|
package/build/cjs/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2FAA2E;AAC3E,6GAA6F;AAC7F,6EAA6D;AAC7D,6FAA6E"}
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2FAA2E;AAC3E,6GAA6F;AAC7F,6EAA6D;AAC7D,6FAA6E;AAC7E,+FAA+E;AAC/E,6FAA6E"}
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -2,3 +2,5 @@ export * as connectedDomains from '@wix/domains_connected-domains';
|
|
|
2
2
|
export * as connectedDomainSetupInfo from '@wix/domains_connected-domain-setup-info';
|
|
3
3
|
export * as domainDns from '@wix/domains_domain-dns';
|
|
4
4
|
export * as registeredDomains from '@wix/domains_registered-domains';
|
|
5
|
+
export * as domainAvailability from '@wix/domains_domain-availability';
|
|
6
|
+
export * as domainSuggestions from '@wix/domains_domain-suggestions';
|
package/build/cjs/index.js
CHANGED
|
@@ -23,9 +23,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.registeredDomains = exports.domainDns = exports.connectedDomainSetupInfo = exports.connectedDomains = void 0;
|
|
26
|
+
exports.domainSuggestions = exports.domainAvailability = exports.registeredDomains = exports.domainDns = exports.connectedDomainSetupInfo = exports.connectedDomains = void 0;
|
|
27
27
|
exports.connectedDomains = __importStar(require("@wix/domains_connected-domains"));
|
|
28
28
|
exports.connectedDomainSetupInfo = __importStar(require("@wix/domains_connected-domain-setup-info"));
|
|
29
29
|
exports.domainDns = __importStar(require("@wix/domains_domain-dns"));
|
|
30
30
|
exports.registeredDomains = __importStar(require("@wix/domains_registered-domains"));
|
|
31
|
+
exports.domainAvailability = __importStar(require("@wix/domains_domain-availability"));
|
|
32
|
+
exports.domainSuggestions = __importStar(require("@wix/domains_domain-suggestions"));
|
|
31
33
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mFAAmE;AACnE,qGAAqF;AACrF,qEAAqD;AACrD,qFAAqE"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mFAAmE;AACnE,qGAAqF;AACrF,qEAAqD;AACrD,qFAAqE;AACrE,uFAAuE;AACvE,qFAAqE"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -2,3 +2,5 @@ export * as connectedDomains from '@wix/domains_connected-domains/meta';
|
|
|
2
2
|
export * as connectedDomainSetupInfo from '@wix/domains_connected-domain-setup-info/meta';
|
|
3
3
|
export * as domainDns from '@wix/domains_domain-dns/meta';
|
|
4
4
|
export * as registeredDomains from '@wix/domains_registered-domains/meta';
|
|
5
|
+
export * as domainAvailability from '@wix/domains_domain-availability/meta';
|
|
6
|
+
export * as domainSuggestions from '@wix/domains_domain-suggestions/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -23,9 +23,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.registeredDomains = exports.domainDns = exports.connectedDomainSetupInfo = exports.connectedDomains = void 0;
|
|
26
|
+
exports.domainSuggestions = exports.domainAvailability = exports.registeredDomains = exports.domainDns = exports.connectedDomainSetupInfo = exports.connectedDomains = void 0;
|
|
27
27
|
exports.connectedDomains = __importStar(require("@wix/domains_connected-domains/meta"));
|
|
28
28
|
exports.connectedDomainSetupInfo = __importStar(require("@wix/domains_connected-domain-setup-info/meta"));
|
|
29
29
|
exports.domainDns = __importStar(require("@wix/domains_domain-dns/meta"));
|
|
30
30
|
exports.registeredDomains = __importStar(require("@wix/domains_registered-domains/meta"));
|
|
31
|
+
exports.domainAvailability = __importStar(require("@wix/domains_domain-availability/meta"));
|
|
32
|
+
exports.domainSuggestions = __importStar(require("@wix/domains_domain-suggestions/meta"));
|
|
31
33
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAAwE;AACxE,0GAA0F;AAC1F,0EAA0D;AAC1D,0FAA0E"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAAwE;AACxE,0GAA0F;AAC1F,0EAA0D;AAC1D,0FAA0E;AAC1E,4FAA4E;AAC5E,0FAA0E"}
|
package/build/es/context.d.ts
CHANGED
|
@@ -2,3 +2,5 @@ export * as connectedDomains from '@wix/domains_connected-domains/context';
|
|
|
2
2
|
export * as connectedDomainSetupInfo from '@wix/domains_connected-domain-setup-info/context';
|
|
3
3
|
export * as domainDns from '@wix/domains_domain-dns/context';
|
|
4
4
|
export * as registeredDomains from '@wix/domains_registered-domains/context';
|
|
5
|
+
export * as domainAvailability from '@wix/domains_domain-availability/context';
|
|
6
|
+
export * as domainSuggestions from '@wix/domains_domain-suggestions/context';
|
package/build/es/context.js
CHANGED
|
@@ -2,4 +2,6 @@ export * as connectedDomains from '@wix/domains_connected-domains/context';
|
|
|
2
2
|
export * as connectedDomainSetupInfo from '@wix/domains_connected-domain-setup-info/context';
|
|
3
3
|
export * as domainDns from '@wix/domains_domain-dns/context';
|
|
4
4
|
export * as registeredDomains from '@wix/domains_registered-domains/context';
|
|
5
|
+
export * as domainAvailability from '@wix/domains_domain-availability/context';
|
|
6
|
+
export * as domainSuggestions from '@wix/domains_domain-suggestions/context';
|
|
5
7
|
//# sourceMappingURL=context.js.map
|
package/build/es/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,wCAAwC,CAAC;AAC3E,OAAO,KAAK,wBAAwB,MAAM,kDAAkD,CAAC;AAC7F,OAAO,KAAK,SAAS,MAAM,iCAAiC,CAAC;AAC7D,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC"}
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,wCAAwC,CAAC;AAC3E,OAAO,KAAK,wBAAwB,MAAM,kDAAkD,CAAC;AAC7F,OAAO,KAAK,SAAS,MAAM,iCAAiC,CAAC;AAC7D,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,KAAK,kBAAkB,MAAM,0CAA0C,CAAC;AAC/E,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -2,3 +2,5 @@ export * as connectedDomains from '@wix/domains_connected-domains';
|
|
|
2
2
|
export * as connectedDomainSetupInfo from '@wix/domains_connected-domain-setup-info';
|
|
3
3
|
export * as domainDns from '@wix/domains_domain-dns';
|
|
4
4
|
export * as registeredDomains from '@wix/domains_registered-domains';
|
|
5
|
+
export * as domainAvailability from '@wix/domains_domain-availability';
|
|
6
|
+
export * as domainSuggestions from '@wix/domains_domain-suggestions';
|
package/build/es/index.js
CHANGED
|
@@ -2,4 +2,6 @@ export * as connectedDomains from '@wix/domains_connected-domains';
|
|
|
2
2
|
export * as connectedDomainSetupInfo from '@wix/domains_connected-domain-setup-info';
|
|
3
3
|
export * as domainDns from '@wix/domains_domain-dns';
|
|
4
4
|
export * as registeredDomains from '@wix/domains_registered-domains';
|
|
5
|
+
export * as domainAvailability from '@wix/domains_domain-availability';
|
|
6
|
+
export * as domainSuggestions from '@wix/domains_domain-suggestions';
|
|
5
7
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,gCAAgC,CAAC;AACnE,OAAO,KAAK,wBAAwB,MAAM,0CAA0C,CAAC;AACrF,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,iBAAiB,MAAM,iCAAiC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,gCAAgC,CAAC;AACnE,OAAO,KAAK,wBAAwB,MAAM,0CAA0C,CAAC;AACrF,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,iBAAiB,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,kBAAkB,MAAM,kCAAkC,CAAC;AACvE,OAAO,KAAK,iBAAiB,MAAM,iCAAiC,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -2,3 +2,5 @@ export * as connectedDomains from '@wix/domains_connected-domains/meta';
|
|
|
2
2
|
export * as connectedDomainSetupInfo from '@wix/domains_connected-domain-setup-info/meta';
|
|
3
3
|
export * as domainDns from '@wix/domains_domain-dns/meta';
|
|
4
4
|
export * as registeredDomains from '@wix/domains_registered-domains/meta';
|
|
5
|
+
export * as domainAvailability from '@wix/domains_domain-availability/meta';
|
|
6
|
+
export * as domainSuggestions from '@wix/domains_domain-suggestions/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -2,4 +2,6 @@ export * as connectedDomains from '@wix/domains_connected-domains/meta';
|
|
|
2
2
|
export * as connectedDomainSetupInfo from '@wix/domains_connected-domain-setup-info/meta';
|
|
3
3
|
export * as domainDns from '@wix/domains_domain-dns/meta';
|
|
4
4
|
export * as registeredDomains from '@wix/domains_registered-domains/meta';
|
|
5
|
+
export * as domainAvailability from '@wix/domains_domain-availability/meta';
|
|
6
|
+
export * as domainSuggestions from '@wix/domains_domain-suggestions/meta';
|
|
5
7
|
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,wBAAwB,MAAM,+CAA+C,CAAC;AAC1F,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,wBAAwB,MAAM,+CAA+C,CAAC;AAC1F,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,kBAAkB,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/domains",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/domains_connected-domain-setup-info": "1.0.0",
|
|
22
22
|
"@wix/domains_connected-domains": "1.0.0",
|
|
23
|
+
"@wix/domains_domain-availability": "1.0.0",
|
|
23
24
|
"@wix/domains_domain-dns": "1.0.0",
|
|
25
|
+
"@wix/domains_domain-suggestions": "1.0.0",
|
|
24
26
|
"@wix/domains_registered-domains": "1.0.0"
|
|
25
27
|
},
|
|
26
28
|
"devDependencies": {
|
|
@@ -46,5 +48,5 @@
|
|
|
46
48
|
"fqdn": ""
|
|
47
49
|
}
|
|
48
50
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "5b79477d37c741dc02407fb41f8de422f013b421dc5cf4fd5388e844"
|
|
50
52
|
}
|
|
@@ -317,12 +317,12 @@ declare const getConnectedDomain: BuildRESTFunction<typeof getConnectedDomain$1>
|
|
|
317
317
|
declare const listConnectedDomains: BuildRESTFunction<typeof listConnectedDomains$1>;
|
|
318
318
|
declare const onConnectedDomainRemoved: BuildEventDefinition<typeof onConnectedDomainRemoved$1>;
|
|
319
319
|
|
|
320
|
-
declare const context$
|
|
321
|
-
declare const context$
|
|
322
|
-
declare const context$
|
|
323
|
-
declare const context$
|
|
324
|
-
declare namespace context$
|
|
325
|
-
export { context$
|
|
320
|
+
declare const context$5_createConnectedDomain: typeof createConnectedDomain;
|
|
321
|
+
declare const context$5_getConnectedDomain: typeof getConnectedDomain;
|
|
322
|
+
declare const context$5_listConnectedDomains: typeof listConnectedDomains;
|
|
323
|
+
declare const context$5_onConnectedDomainRemoved: typeof onConnectedDomainRemoved;
|
|
324
|
+
declare namespace context$5 {
|
|
325
|
+
export { context$5_createConnectedDomain as createConnectedDomain, context$5_getConnectedDomain as getConnectedDomain, context$5_listConnectedDomains as listConnectedDomains, context$5_onConnectedDomainRemoved as onConnectedDomainRemoved };
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
/**
|
|
@@ -488,9 +488,9 @@ declare function getConnectedDomainSetupInfo$1(httpClient: HttpClient): (connect
|
|
|
488
488
|
|
|
489
489
|
declare const getConnectedDomainSetupInfo: BuildRESTFunction<typeof getConnectedDomainSetupInfo$1>;
|
|
490
490
|
|
|
491
|
-
declare const context$
|
|
492
|
-
declare namespace context$
|
|
493
|
-
export { context$
|
|
491
|
+
declare const context$4_getConnectedDomainSetupInfo: typeof getConnectedDomainSetupInfo;
|
|
492
|
+
declare namespace context$4 {
|
|
493
|
+
export { context$4_getConnectedDomainSetupInfo as getConnectedDomainSetupInfo };
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
/** DNS zones hold information about the records that map a domain's URL to an IP address. */
|
|
@@ -654,13 +654,13 @@ declare const updateDnsZone: BuildRESTFunction<typeof updateDnsZone$1>;
|
|
|
654
654
|
declare const deleteDnsZone: BuildRESTFunction<typeof deleteDnsZone$1>;
|
|
655
655
|
declare const previewDnsZone: BuildRESTFunction<typeof previewDnsZone$1>;
|
|
656
656
|
|
|
657
|
-
declare const context$
|
|
658
|
-
declare const context$
|
|
659
|
-
declare const context$
|
|
660
|
-
declare const context$
|
|
661
|
-
declare const context$
|
|
662
|
-
declare namespace context$
|
|
663
|
-
export { context$
|
|
657
|
+
declare const context$3_createDnsZone: typeof createDnsZone;
|
|
658
|
+
declare const context$3_deleteDnsZone: typeof deleteDnsZone;
|
|
659
|
+
declare const context$3_getDnsZone: typeof getDnsZone;
|
|
660
|
+
declare const context$3_previewDnsZone: typeof previewDnsZone;
|
|
661
|
+
declare const context$3_updateDnsZone: typeof updateDnsZone;
|
|
662
|
+
declare namespace context$3 {
|
|
663
|
+
export { context$3_createDnsZone as createDnsZone, context$3_deleteDnsZone as deleteDnsZone, context$3_getDnsZone as getDnsZone, context$3_previewDnsZone as previewDnsZone, context$3_updateDnsZone as updateDnsZone };
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
/**
|
|
@@ -1356,12 +1356,85 @@ declare const getRegisteredDomain: BuildRESTFunction<typeof getRegisteredDomain$
|
|
|
1356
1356
|
declare const listRegisteredDomains: BuildRESTFunction<typeof listRegisteredDomains$1>;
|
|
1357
1357
|
declare const redeemRegisteredDomain: BuildRESTFunction<typeof redeemRegisteredDomain$1>;
|
|
1358
1358
|
|
|
1359
|
-
declare const
|
|
1360
|
-
declare const
|
|
1361
|
-
declare const
|
|
1362
|
-
declare const
|
|
1359
|
+
declare const context$2_createRegisteredDomain: typeof createRegisteredDomain;
|
|
1360
|
+
declare const context$2_getRegisteredDomain: typeof getRegisteredDomain;
|
|
1361
|
+
declare const context$2_listRegisteredDomains: typeof listRegisteredDomains;
|
|
1362
|
+
declare const context$2_redeemRegisteredDomain: typeof redeemRegisteredDomain;
|
|
1363
|
+
declare namespace context$2 {
|
|
1364
|
+
export { context$2_createRegisteredDomain as createRegisteredDomain, context$2_getRegisteredDomain as getRegisteredDomain, context$2_listRegisteredDomains as listRegisteredDomains, context$2_redeemRegisteredDomain as redeemRegisteredDomain };
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
interface DomainAvailability {
|
|
1368
|
+
/** Domain name including TLD. For example, `my-new-domain.com`. */
|
|
1369
|
+
domain?: string;
|
|
1370
|
+
/**
|
|
1371
|
+
* Whether the domain is available for purchase. You can purchase the
|
|
1372
|
+
* domain in case the boolean is `true`. The domain is already taken
|
|
1373
|
+
* when `false` is returned.
|
|
1374
|
+
*/
|
|
1375
|
+
available?: boolean;
|
|
1376
|
+
}
|
|
1377
|
+
interface CheckDomainAvailabilityResponse {
|
|
1378
|
+
/** Information about the domain's availability. */
|
|
1379
|
+
availability?: DomainAvailability;
|
|
1380
|
+
}
|
|
1381
|
+
interface CheckDomainAvailabilityResponseNonNullableFields {
|
|
1382
|
+
availability?: {
|
|
1383
|
+
domain: string;
|
|
1384
|
+
available: boolean;
|
|
1385
|
+
};
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
declare function checkDomainAvailability$1(httpClient: HttpClient): (domain: string) => Promise<CheckDomainAvailabilityResponse & CheckDomainAvailabilityResponseNonNullableFields>;
|
|
1389
|
+
|
|
1390
|
+
declare const checkDomainAvailability: BuildRESTFunction<typeof checkDomainAvailability$1>;
|
|
1391
|
+
|
|
1392
|
+
declare const context$1_checkDomainAvailability: typeof checkDomainAvailability;
|
|
1393
|
+
declare namespace context$1 {
|
|
1394
|
+
export { context$1_checkDomainAvailability as checkDomainAvailability };
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
interface DomainSuggestion {
|
|
1398
|
+
/** Suggested domain name including TLD. */
|
|
1399
|
+
domain?: string;
|
|
1400
|
+
}
|
|
1401
|
+
interface SuggestDomainsResponse {
|
|
1402
|
+
/** List of suggested available domains. */
|
|
1403
|
+
suggestions?: DomainSuggestion[];
|
|
1404
|
+
}
|
|
1405
|
+
interface SuggestDomainsResponseNonNullableFields {
|
|
1406
|
+
suggestions: {
|
|
1407
|
+
domain: string;
|
|
1408
|
+
}[];
|
|
1409
|
+
}
|
|
1410
|
+
interface SuggestDomainsOptions {
|
|
1411
|
+
/**
|
|
1412
|
+
* [Top-level domains](https://en.wikipedia.org/wiki/Top-level_domain). Must
|
|
1413
|
+
* not include the dot. For example, `com`, not `.com`. Not all TLDs can be
|
|
1414
|
+
* connected to Wix sites. Supported TLDS include `com`, `net`, and `org`.
|
|
1415
|
+
* Contact the [Wix B2B sales team](mailto:bizdev@wix.com) for more
|
|
1416
|
+
* information.
|
|
1417
|
+
*
|
|
1418
|
+
* Max: 10 TLDs
|
|
1419
|
+
*/
|
|
1420
|
+
tlds?: string[];
|
|
1421
|
+
/**
|
|
1422
|
+
* Number of domain suggestions to return.
|
|
1423
|
+
*
|
|
1424
|
+
* Min: `1`
|
|
1425
|
+
* Max: `20`
|
|
1426
|
+
* Default: `10`
|
|
1427
|
+
*/
|
|
1428
|
+
limit?: number | null;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
declare function suggestDomains$1(httpClient: HttpClient): (query: string, options?: SuggestDomainsOptions) => Promise<SuggestDomainsResponse & SuggestDomainsResponseNonNullableFields>;
|
|
1432
|
+
|
|
1433
|
+
declare const suggestDomains: BuildRESTFunction<typeof suggestDomains$1>;
|
|
1434
|
+
|
|
1435
|
+
declare const context_suggestDomains: typeof suggestDomains;
|
|
1363
1436
|
declare namespace context {
|
|
1364
|
-
export {
|
|
1437
|
+
export { context_suggestDomains as suggestDomains };
|
|
1365
1438
|
}
|
|
1366
1439
|
|
|
1367
|
-
export { context$
|
|
1440
|
+
export { context$4 as connectedDomainSetupInfo, context$5 as connectedDomains, context$1 as domainAvailability, context$3 as domainDns, context as domainSuggestions, context$2 as registeredDomains };
|
|
@@ -412,7 +412,7 @@ type EventDefinition<Payload = unknown, Type extends string = string> = {
|
|
|
412
412
|
};
|
|
413
413
|
declare function EventDefinition<Type extends string>(type: Type, isDomainEvent?: boolean, _transformations?: unknown): <Payload = unknown>() => EventDefinition<Payload, Type>;
|
|
414
414
|
|
|
415
|
-
declare const __metadata$
|
|
415
|
+
declare const __metadata$5: {
|
|
416
416
|
PACKAGE_NAME: string;
|
|
417
417
|
};
|
|
418
418
|
declare function createConnectedDomain(httpClient: HttpClient): (connectedDomain: ConnectedDomain) => Promise<ConnectedDomain & {
|
|
@@ -444,28 +444,28 @@ declare function getConnectedDomain(httpClient: HttpClient): (connectedDomainId:
|
|
|
444
444
|
declare function listConnectedDomains(httpClient: HttpClient): (options?: ListConnectedDomainsOptions) => Promise<ListConnectedDomainsResponse & ListConnectedDomainsResponseNonNullableFields>;
|
|
445
445
|
declare const onConnectedDomainRemoved: EventDefinition<ConnectedDomainRemovedEnvelope, "wix.premium.domains.v1.connected_domain_removed">;
|
|
446
446
|
|
|
447
|
-
type index_d$
|
|
448
|
-
type index_d$
|
|
449
|
-
type index_d$
|
|
450
|
-
type index_d$
|
|
451
|
-
type index_d$
|
|
452
|
-
type index_d$
|
|
453
|
-
type index_d$
|
|
454
|
-
type index_d$
|
|
455
|
-
type index_d$
|
|
456
|
-
type index_d$
|
|
457
|
-
type index_d$
|
|
458
|
-
type index_d$
|
|
459
|
-
type index_d$
|
|
460
|
-
type index_d$
|
|
461
|
-
type index_d$
|
|
462
|
-
type index_d$
|
|
463
|
-
declare const index_d$
|
|
464
|
-
declare const index_d$
|
|
465
|
-
declare const index_d$
|
|
466
|
-
declare const index_d$
|
|
467
|
-
declare namespace index_d$
|
|
468
|
-
export { type ActionEvent$2 as ActionEvent, AssignmentType$1 as AssignmentType, type index_d$
|
|
447
|
+
type index_d$5_BaseEventMetadata = BaseEventMetadata;
|
|
448
|
+
type index_d$5_ConnectedDomain = ConnectedDomain;
|
|
449
|
+
type index_d$5_ConnectedDomainRemovedEnvelope = ConnectedDomainRemovedEnvelope;
|
|
450
|
+
type index_d$5_CreateConnectedDomainRequest = CreateConnectedDomainRequest;
|
|
451
|
+
type index_d$5_CreateConnectedDomainResponse = CreateConnectedDomainResponse;
|
|
452
|
+
type index_d$5_CreateConnectedDomainResponseNonNullableFields = CreateConnectedDomainResponseNonNullableFields;
|
|
453
|
+
type index_d$5_DeleteConnectedDomainRequest = DeleteConnectedDomainRequest;
|
|
454
|
+
type index_d$5_DeleteConnectedDomainResponse = DeleteConnectedDomainResponse;
|
|
455
|
+
type index_d$5_EventMetadata = EventMetadata;
|
|
456
|
+
type index_d$5_GetConnectedDomainRequest = GetConnectedDomainRequest;
|
|
457
|
+
type index_d$5_GetConnectedDomainResponse = GetConnectedDomainResponse;
|
|
458
|
+
type index_d$5_GetConnectedDomainResponseNonNullableFields = GetConnectedDomainResponseNonNullableFields;
|
|
459
|
+
type index_d$5_ListConnectedDomainsOptions = ListConnectedDomainsOptions;
|
|
460
|
+
type index_d$5_ListConnectedDomainsRequest = ListConnectedDomainsRequest;
|
|
461
|
+
type index_d$5_ListConnectedDomainsResponse = ListConnectedDomainsResponse;
|
|
462
|
+
type index_d$5_ListConnectedDomainsResponseNonNullableFields = ListConnectedDomainsResponseNonNullableFields;
|
|
463
|
+
declare const index_d$5_createConnectedDomain: typeof createConnectedDomain;
|
|
464
|
+
declare const index_d$5_getConnectedDomain: typeof getConnectedDomain;
|
|
465
|
+
declare const index_d$5_listConnectedDomains: typeof listConnectedDomains;
|
|
466
|
+
declare const index_d$5_onConnectedDomainRemoved: typeof onConnectedDomainRemoved;
|
|
467
|
+
declare namespace index_d$5 {
|
|
468
|
+
export { type ActionEvent$2 as ActionEvent, AssignmentType$1 as AssignmentType, type index_d$5_BaseEventMetadata as BaseEventMetadata, type index_d$5_ConnectedDomain as ConnectedDomain, type index_d$5_ConnectedDomainRemovedEnvelope as ConnectedDomainRemovedEnvelope, ConnectionType$1 as ConnectionType, type index_d$5_CreateConnectedDomainRequest as CreateConnectedDomainRequest, type index_d$5_CreateConnectedDomainResponse as CreateConnectedDomainResponse, type index_d$5_CreateConnectedDomainResponseNonNullableFields as CreateConnectedDomainResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type Cursors$1 as Cursors, type index_d$5_DeleteConnectedDomainRequest as DeleteConnectedDomainRequest, type index_d$5_DeleteConnectedDomainResponse as DeleteConnectedDomainResponse, DnsPropagationStatus$1 as DnsPropagationStatus, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type DomainRemovedEvent$1 as DomainRemovedEvent, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type index_d$5_EventMetadata as EventMetadata, type index_d$5_GetConnectedDomainRequest as GetConnectedDomainRequest, type index_d$5_GetConnectedDomainResponse as GetConnectedDomainResponse, type index_d$5_GetConnectedDomainResponseNonNullableFields as GetConnectedDomainResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type index_d$5_ListConnectedDomainsOptions as ListConnectedDomainsOptions, type index_d$5_ListConnectedDomainsRequest as ListConnectedDomainsRequest, type index_d$5_ListConnectedDomainsResponse as ListConnectedDomainsResponse, type index_d$5_ListConnectedDomainsResponseNonNullableFields as ListConnectedDomainsResponseNonNullableFields, type MessageEnvelope$2 as MessageEnvelope, type RedirectAssignmentInfo$1 as RedirectAssignmentInfo, type SiteInfo$1 as SiteInfo, type SiteInfoAssignmentInfoOneOf$1 as SiteInfoAssignmentInfoOneOf, WebhookIdentityType$2 as WebhookIdentityType, __metadata$5 as __metadata, index_d$5_createConnectedDomain as createConnectedDomain, index_d$5_getConnectedDomain as getConnectedDomain, index_d$5_listConnectedDomains as listConnectedDomains, index_d$5_onConnectedDomainRemoved as onConnectedDomainRemoved };
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
/**
|
|
@@ -684,32 +684,32 @@ interface GetConnectedDomainSetupInfoResponseNonNullableFields {
|
|
|
684
684
|
};
|
|
685
685
|
}
|
|
686
686
|
|
|
687
|
-
declare const __metadata$
|
|
687
|
+
declare const __metadata$4: {
|
|
688
688
|
PACKAGE_NAME: string;
|
|
689
689
|
};
|
|
690
690
|
declare function getConnectedDomainSetupInfo(httpClient: HttpClient): (connectedDomainId: string) => Promise<GetConnectedDomainSetupInfoResponse & GetConnectedDomainSetupInfoResponseNonNullableFields>;
|
|
691
691
|
|
|
692
|
-
type index_d$
|
|
693
|
-
type index_d$
|
|
694
|
-
type index_d$
|
|
695
|
-
type index_d$
|
|
696
|
-
type index_d$
|
|
697
|
-
declare const index_d$
|
|
698
|
-
type index_d$
|
|
699
|
-
type index_d$
|
|
700
|
-
type index_d$
|
|
701
|
-
type index_d$
|
|
702
|
-
type index_d$
|
|
703
|
-
type index_d$
|
|
704
|
-
type index_d$
|
|
705
|
-
type index_d$
|
|
706
|
-
type index_d$
|
|
707
|
-
type index_d$
|
|
708
|
-
type index_d$
|
|
709
|
-
type index_d$
|
|
710
|
-
declare const index_d$
|
|
711
|
-
declare namespace index_d$
|
|
712
|
-
export { type index_d$
|
|
692
|
+
type index_d$4_ARecord = ARecord;
|
|
693
|
+
type index_d$4_CnameRecord = CnameRecord;
|
|
694
|
+
type index_d$4_ConnectedDomainSetupInfo = ConnectedDomainSetupInfo;
|
|
695
|
+
type index_d$4_ConnectedDomainSetupInfoDnsRecordsOneOf = ConnectedDomainSetupInfoDnsRecordsOneOf;
|
|
696
|
+
type index_d$4_ConnectionType = ConnectionType;
|
|
697
|
+
declare const index_d$4_ConnectionType: typeof ConnectionType;
|
|
698
|
+
type index_d$4_GetConnectedDomainSetupInfoRequest = GetConnectedDomainSetupInfoRequest;
|
|
699
|
+
type index_d$4_GetConnectedDomainSetupInfoResponse = GetConnectedDomainSetupInfoResponse;
|
|
700
|
+
type index_d$4_GetConnectedDomainSetupInfoResponseNonNullableFields = GetConnectedDomainSetupInfoResponseNonNullableFields;
|
|
701
|
+
type index_d$4_GetDomainSetupInfoRequest = GetDomainSetupInfoRequest;
|
|
702
|
+
type index_d$4_GetDomainSetupInfoResponse = GetDomainSetupInfoResponse;
|
|
703
|
+
type index_d$4_GetSetupInfoRequest = GetSetupInfoRequest;
|
|
704
|
+
type index_d$4_GetSetupInfoResponse = GetSetupInfoResponse;
|
|
705
|
+
type index_d$4_NameserverRecord = NameserverRecord;
|
|
706
|
+
type index_d$4_NsRecord = NsRecord;
|
|
707
|
+
type index_d$4_PointingRecords = PointingRecords;
|
|
708
|
+
type index_d$4_Registrar = Registrar;
|
|
709
|
+
type index_d$4_SubdomainRecords = SubdomainRecords;
|
|
710
|
+
declare const index_d$4_getConnectedDomainSetupInfo: typeof getConnectedDomainSetupInfo;
|
|
711
|
+
declare namespace index_d$4 {
|
|
712
|
+
export { type index_d$4_ARecord as ARecord, type index_d$4_CnameRecord as CnameRecord, type index_d$4_ConnectedDomainSetupInfo as ConnectedDomainSetupInfo, type index_d$4_ConnectedDomainSetupInfoDnsRecordsOneOf as ConnectedDomainSetupInfoDnsRecordsOneOf, index_d$4_ConnectionType as ConnectionType, type index_d$4_GetConnectedDomainSetupInfoRequest as GetConnectedDomainSetupInfoRequest, type index_d$4_GetConnectedDomainSetupInfoResponse as GetConnectedDomainSetupInfoResponse, type index_d$4_GetConnectedDomainSetupInfoResponseNonNullableFields as GetConnectedDomainSetupInfoResponseNonNullableFields, type index_d$4_GetDomainSetupInfoRequest as GetDomainSetupInfoRequest, type index_d$4_GetDomainSetupInfoResponse as GetDomainSetupInfoResponse, type index_d$4_GetSetupInfoRequest as GetSetupInfoRequest, type index_d$4_GetSetupInfoResponse as GetSetupInfoResponse, type index_d$4_NameserverRecord as NameserverRecord, type index_d$4_NsRecord as NsRecord, type index_d$4_PointingRecords as PointingRecords, type index_d$4_Registrar as Registrar, type index_d$4_SubdomainRecords as SubdomainRecords, __metadata$4 as __metadata, index_d$4_getConnectedDomainSetupInfo as getConnectedDomainSetupInfo };
|
|
713
713
|
}
|
|
714
714
|
|
|
715
715
|
/** DNS zones hold information about the records that map a domain's URL to an IP address. */
|
|
@@ -1025,7 +1025,7 @@ interface UpdateDnsZoneOptions {
|
|
|
1025
1025
|
dnssecEnabled?: boolean | null;
|
|
1026
1026
|
}
|
|
1027
1027
|
|
|
1028
|
-
declare const __metadata$
|
|
1028
|
+
declare const __metadata$3: {
|
|
1029
1029
|
PACKAGE_NAME: string;
|
|
1030
1030
|
};
|
|
1031
1031
|
declare function createDnsZone(httpClient: HttpClient): (dnsZone: DnsZone) => Promise<DnsZone & {
|
|
@@ -1054,33 +1054,33 @@ declare function updateDnsZone(httpClient: HttpClient): (domainName: string, opt
|
|
|
1054
1054
|
declare function deleteDnsZone(httpClient: HttpClient): (domainName: string) => Promise<void>;
|
|
1055
1055
|
declare function previewDnsZone(httpClient: HttpClient): (domainName: string) => Promise<PreviewDnsZoneResponse & PreviewDnsZoneResponseNonNullableFields>;
|
|
1056
1056
|
|
|
1057
|
-
type index_d$
|
|
1058
|
-
type index_d$
|
|
1059
|
-
type index_d$
|
|
1060
|
-
type index_d$
|
|
1061
|
-
type index_d$
|
|
1062
|
-
type index_d$
|
|
1063
|
-
type index_d$
|
|
1064
|
-
type index_d$
|
|
1065
|
-
type index_d$
|
|
1066
|
-
type index_d$
|
|
1067
|
-
type index_d$
|
|
1068
|
-
type index_d$
|
|
1069
|
-
type index_d$
|
|
1070
|
-
type index_d$
|
|
1071
|
-
type index_d$
|
|
1072
|
-
declare const index_d$
|
|
1073
|
-
type index_d$
|
|
1074
|
-
type index_d$
|
|
1075
|
-
type index_d$
|
|
1076
|
-
type index_d$
|
|
1077
|
-
declare const index_d$
|
|
1078
|
-
declare const index_d$
|
|
1079
|
-
declare const index_d$
|
|
1080
|
-
declare const index_d$
|
|
1081
|
-
declare const index_d$
|
|
1082
|
-
declare namespace index_d$
|
|
1083
|
-
export { type ActionEvent$1 as ActionEvent, type index_d$
|
|
1057
|
+
type index_d$3_CreateDnsZoneRequest = CreateDnsZoneRequest;
|
|
1058
|
+
type index_d$3_CreateDnsZoneResponse = CreateDnsZoneResponse;
|
|
1059
|
+
type index_d$3_CreateDnsZoneResponseNonNullableFields = CreateDnsZoneResponseNonNullableFields;
|
|
1060
|
+
type index_d$3_DeleteDnsZoneRequest = DeleteDnsZoneRequest;
|
|
1061
|
+
type index_d$3_DeleteDnsZoneResponse = DeleteDnsZoneResponse;
|
|
1062
|
+
type index_d$3_DnsRecord = DnsRecord;
|
|
1063
|
+
type index_d$3_DnsZone = DnsZone;
|
|
1064
|
+
type index_d$3_DomainRemovedEvent = DomainRemovedEvent;
|
|
1065
|
+
type index_d$3_GetDnsZoneRequest = GetDnsZoneRequest;
|
|
1066
|
+
type index_d$3_GetDnsZoneResponse = GetDnsZoneResponse;
|
|
1067
|
+
type index_d$3_GetDnsZoneResponseNonNullableFields = GetDnsZoneResponseNonNullableFields;
|
|
1068
|
+
type index_d$3_PreviewDnsZoneRequest = PreviewDnsZoneRequest;
|
|
1069
|
+
type index_d$3_PreviewDnsZoneResponse = PreviewDnsZoneResponse;
|
|
1070
|
+
type index_d$3_PreviewDnsZoneResponseNonNullableFields = PreviewDnsZoneResponseNonNullableFields;
|
|
1071
|
+
type index_d$3_RecordType = RecordType;
|
|
1072
|
+
declare const index_d$3_RecordType: typeof RecordType;
|
|
1073
|
+
type index_d$3_UpdateDnsZoneOptions = UpdateDnsZoneOptions;
|
|
1074
|
+
type index_d$3_UpdateDnsZoneRequest = UpdateDnsZoneRequest;
|
|
1075
|
+
type index_d$3_UpdateDnsZoneResponse = UpdateDnsZoneResponse;
|
|
1076
|
+
type index_d$3_UpdateDnsZoneResponseNonNullableFields = UpdateDnsZoneResponseNonNullableFields;
|
|
1077
|
+
declare const index_d$3_createDnsZone: typeof createDnsZone;
|
|
1078
|
+
declare const index_d$3_deleteDnsZone: typeof deleteDnsZone;
|
|
1079
|
+
declare const index_d$3_getDnsZone: typeof getDnsZone;
|
|
1080
|
+
declare const index_d$3_previewDnsZone: typeof previewDnsZone;
|
|
1081
|
+
declare const index_d$3_updateDnsZone: typeof updateDnsZone;
|
|
1082
|
+
declare namespace index_d$3 {
|
|
1083
|
+
export { type ActionEvent$1 as ActionEvent, type index_d$3_CreateDnsZoneRequest as CreateDnsZoneRequest, type index_d$3_CreateDnsZoneResponse as CreateDnsZoneResponse, type index_d$3_CreateDnsZoneResponseNonNullableFields as CreateDnsZoneResponseNonNullableFields, type index_d$3_DeleteDnsZoneRequest as DeleteDnsZoneRequest, type index_d$3_DeleteDnsZoneResponse as DeleteDnsZoneResponse, type index_d$3_DnsRecord as DnsRecord, type index_d$3_DnsZone as DnsZone, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type index_d$3_DomainRemovedEvent as DomainRemovedEvent, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type index_d$3_GetDnsZoneRequest as GetDnsZoneRequest, type index_d$3_GetDnsZoneResponse as GetDnsZoneResponse, type index_d$3_GetDnsZoneResponseNonNullableFields as GetDnsZoneResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type MessageEnvelope$1 as MessageEnvelope, type index_d$3_PreviewDnsZoneRequest as PreviewDnsZoneRequest, type index_d$3_PreviewDnsZoneResponse as PreviewDnsZoneResponse, type index_d$3_PreviewDnsZoneResponseNonNullableFields as PreviewDnsZoneResponseNonNullableFields, index_d$3_RecordType as RecordType, type index_d$3_UpdateDnsZoneOptions as UpdateDnsZoneOptions, type index_d$3_UpdateDnsZoneRequest as UpdateDnsZoneRequest, type index_d$3_UpdateDnsZoneResponse as UpdateDnsZoneResponse, type index_d$3_UpdateDnsZoneResponseNonNullableFields as UpdateDnsZoneResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, __metadata$3 as __metadata, index_d$3_createDnsZone as createDnsZone, index_d$3_deleteDnsZone as deleteDnsZone, index_d$3_getDnsZone as getDnsZone, index_d$3_previewDnsZone as previewDnsZone, index_d$3_updateDnsZone as updateDnsZone };
|
|
1084
1084
|
}
|
|
1085
1085
|
|
|
1086
1086
|
/**
|
|
@@ -1912,7 +1912,7 @@ interface ListRegisteredDomainsOptions {
|
|
|
1912
1912
|
paging?: CursorPaging;
|
|
1913
1913
|
}
|
|
1914
1914
|
|
|
1915
|
-
declare const __metadata: {
|
|
1915
|
+
declare const __metadata$2: {
|
|
1916
1916
|
PACKAGE_NAME: string;
|
|
1917
1917
|
};
|
|
1918
1918
|
declare function createRegisteredDomain(httpClient: HttpClient): (registeredDomain: RegisteredDomain) => Promise<RegisteredDomain & {
|
|
@@ -2038,66 +2038,188 @@ declare function getRegisteredDomain(httpClient: HttpClient): (registeredDomainI
|
|
|
2038
2038
|
declare function listRegisteredDomains(httpClient: HttpClient): (options?: ListRegisteredDomainsOptions) => Promise<ListRegisteredDomainsResponse & ListRegisteredDomainsResponseNonNullableFields>;
|
|
2039
2039
|
declare function redeemRegisteredDomain(httpClient: HttpClient): (registeredDomainId: string) => Promise<RedeemRegisteredDomainResponse & RedeemRegisteredDomainResponseNonNullableFields>;
|
|
2040
2040
|
|
|
2041
|
-
type
|
|
2042
|
-
type
|
|
2043
|
-
declare const
|
|
2044
|
-
type
|
|
2045
|
-
type
|
|
2046
|
-
type
|
|
2047
|
-
type
|
|
2048
|
-
type
|
|
2049
|
-
type
|
|
2050
|
-
type
|
|
2051
|
-
type
|
|
2052
|
-
type
|
|
2053
|
-
type
|
|
2054
|
-
type
|
|
2055
|
-
declare const
|
|
2056
|
-
type
|
|
2057
|
-
type
|
|
2058
|
-
type
|
|
2059
|
-
type
|
|
2060
|
-
type
|
|
2061
|
-
type
|
|
2062
|
-
type
|
|
2063
|
-
type
|
|
2064
|
-
declare const
|
|
2065
|
-
type
|
|
2066
|
-
type
|
|
2067
|
-
type
|
|
2068
|
-
type
|
|
2069
|
-
declare const
|
|
2070
|
-
type
|
|
2071
|
-
type
|
|
2072
|
-
type
|
|
2073
|
-
type
|
|
2074
|
-
type
|
|
2075
|
-
type
|
|
2076
|
-
type
|
|
2077
|
-
type
|
|
2078
|
-
type
|
|
2079
|
-
type
|
|
2080
|
-
type
|
|
2081
|
-
type
|
|
2082
|
-
type
|
|
2083
|
-
type
|
|
2084
|
-
type
|
|
2085
|
-
type
|
|
2086
|
-
type
|
|
2087
|
-
type
|
|
2088
|
-
type
|
|
2089
|
-
type
|
|
2090
|
-
type
|
|
2091
|
-
declare const
|
|
2092
|
-
type
|
|
2093
|
-
declare const
|
|
2041
|
+
type index_d$2_ActionEvent = ActionEvent;
|
|
2042
|
+
type index_d$2_AssignmentType = AssignmentType;
|
|
2043
|
+
declare const index_d$2_AssignmentType: typeof AssignmentType;
|
|
2044
|
+
type index_d$2_ContactData = ContactData;
|
|
2045
|
+
type index_d$2_Contacts = Contacts;
|
|
2046
|
+
type index_d$2_CreateRegisteredDomainRequest = CreateRegisteredDomainRequest;
|
|
2047
|
+
type index_d$2_CreateRegisteredDomainResponse = CreateRegisteredDomainResponse;
|
|
2048
|
+
type index_d$2_CreateRegisteredDomainResponseNonNullableFields = CreateRegisteredDomainResponseNonNullableFields;
|
|
2049
|
+
type index_d$2_CursorPaging = CursorPaging;
|
|
2050
|
+
type index_d$2_CursorPagingMetadata = CursorPagingMetadata;
|
|
2051
|
+
type index_d$2_Cursors = Cursors;
|
|
2052
|
+
type index_d$2_DeleteRegisteredDomainByIdRequest = DeleteRegisteredDomainByIdRequest;
|
|
2053
|
+
type index_d$2_DeleteRegisteredDomainByIdResponse = DeleteRegisteredDomainByIdResponse;
|
|
2054
|
+
type index_d$2_DnsPropagationStatus = DnsPropagationStatus;
|
|
2055
|
+
declare const index_d$2_DnsPropagationStatus: typeof DnsPropagationStatus;
|
|
2056
|
+
type index_d$2_DomainEvent = DomainEvent;
|
|
2057
|
+
type index_d$2_DomainEventBodyOneOf = DomainEventBodyOneOf;
|
|
2058
|
+
type index_d$2_EntityCreatedEvent = EntityCreatedEvent;
|
|
2059
|
+
type index_d$2_EntityDeletedEvent = EntityDeletedEvent;
|
|
2060
|
+
type index_d$2_EntityUpdatedEvent = EntityUpdatedEvent;
|
|
2061
|
+
type index_d$2_Expired = Expired;
|
|
2062
|
+
type index_d$2_FailedRegistrationInfo = FailedRegistrationInfo;
|
|
2063
|
+
type index_d$2_FailureCode = FailureCode;
|
|
2064
|
+
declare const index_d$2_FailureCode: typeof FailureCode;
|
|
2065
|
+
type index_d$2_GetRegisteredDomainRequest = GetRegisteredDomainRequest;
|
|
2066
|
+
type index_d$2_GetRegisteredDomainResponse = GetRegisteredDomainResponse;
|
|
2067
|
+
type index_d$2_GetRegisteredDomainResponseNonNullableFields = GetRegisteredDomainResponseNonNullableFields;
|
|
2068
|
+
type index_d$2_ICANNConfirmationStatus = ICANNConfirmationStatus;
|
|
2069
|
+
declare const index_d$2_ICANNConfirmationStatus: typeof ICANNConfirmationStatus;
|
|
2070
|
+
type index_d$2_ICANNConfirmationStatusInfo = ICANNConfirmationStatusInfo;
|
|
2071
|
+
type index_d$2_ICANNConfirmationStatusInfoStatusOneOf = ICANNConfirmationStatusInfoStatusOneOf;
|
|
2072
|
+
type index_d$2_IdentificationData = IdentificationData;
|
|
2073
|
+
type index_d$2_IdentificationDataIdOneOf = IdentificationDataIdOneOf;
|
|
2074
|
+
type index_d$2_LatestAttempt = LatestAttempt;
|
|
2075
|
+
type index_d$2_ListRegisteredDomainsOptions = ListRegisteredDomainsOptions;
|
|
2076
|
+
type index_d$2_ListRegisteredDomainsRequest = ListRegisteredDomainsRequest;
|
|
2077
|
+
type index_d$2_ListRegisteredDomainsResponse = ListRegisteredDomainsResponse;
|
|
2078
|
+
type index_d$2_ListRegisteredDomainsResponseNonNullableFields = ListRegisteredDomainsResponseNonNullableFields;
|
|
2079
|
+
type index_d$2_MessageEnvelope = MessageEnvelope;
|
|
2080
|
+
type index_d$2_Pending = Pending;
|
|
2081
|
+
type index_d$2_PendingRegistrationInfo = PendingRegistrationInfo;
|
|
2082
|
+
type index_d$2_RedeemRegisteredDomainRequest = RedeemRegisteredDomainRequest;
|
|
2083
|
+
type index_d$2_RedeemRegisteredDomainResponse = RedeemRegisteredDomainResponse;
|
|
2084
|
+
type index_d$2_RedeemRegisteredDomainResponseNonNullableFields = RedeemRegisteredDomainResponseNonNullableFields;
|
|
2085
|
+
type index_d$2_RedirectAssignmentInfo = RedirectAssignmentInfo;
|
|
2086
|
+
type index_d$2_RegisteredDomain = RegisteredDomain;
|
|
2087
|
+
type index_d$2_RegisteredDomainStatusInfoOneOf = RegisteredDomainStatusInfoOneOf;
|
|
2088
|
+
type index_d$2_SiteInfo = SiteInfo;
|
|
2089
|
+
type index_d$2_SiteInfoAssignmentInfoOneOf = SiteInfoAssignmentInfoOneOf;
|
|
2090
|
+
type index_d$2_Status = Status;
|
|
2091
|
+
declare const index_d$2_Status: typeof Status;
|
|
2092
|
+
type index_d$2_WebhookIdentityType = WebhookIdentityType;
|
|
2093
|
+
declare const index_d$2_WebhookIdentityType: typeof WebhookIdentityType;
|
|
2094
|
+
declare const index_d$2_createRegisteredDomain: typeof createRegisteredDomain;
|
|
2095
|
+
declare const index_d$2_getRegisteredDomain: typeof getRegisteredDomain;
|
|
2096
|
+
declare const index_d$2_listRegisteredDomains: typeof listRegisteredDomains;
|
|
2097
|
+
declare const index_d$2_redeemRegisteredDomain: typeof redeemRegisteredDomain;
|
|
2098
|
+
declare namespace index_d$2 {
|
|
2099
|
+
export { type index_d$2_ActionEvent as ActionEvent, index_d$2_AssignmentType as AssignmentType, type index_d$2_ContactData as ContactData, type index_d$2_Contacts as Contacts, type index_d$2_CreateRegisteredDomainRequest as CreateRegisteredDomainRequest, type index_d$2_CreateRegisteredDomainResponse as CreateRegisteredDomainResponse, type index_d$2_CreateRegisteredDomainResponseNonNullableFields as CreateRegisteredDomainResponseNonNullableFields, type index_d$2_CursorPaging as CursorPaging, type index_d$2_CursorPagingMetadata as CursorPagingMetadata, type index_d$2_Cursors as Cursors, type index_d$2_DeleteRegisteredDomainByIdRequest as DeleteRegisteredDomainByIdRequest, type index_d$2_DeleteRegisteredDomainByIdResponse as DeleteRegisteredDomainByIdResponse, index_d$2_DnsPropagationStatus as DnsPropagationStatus, type index_d$2_DomainEvent as DomainEvent, type index_d$2_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d$2_EntityCreatedEvent as EntityCreatedEvent, type index_d$2_EntityDeletedEvent as EntityDeletedEvent, type index_d$2_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$2_Expired as Expired, type index_d$2_FailedRegistrationInfo as FailedRegistrationInfo, index_d$2_FailureCode as FailureCode, type index_d$2_GetRegisteredDomainRequest as GetRegisteredDomainRequest, type index_d$2_GetRegisteredDomainResponse as GetRegisteredDomainResponse, type index_d$2_GetRegisteredDomainResponseNonNullableFields as GetRegisteredDomainResponseNonNullableFields, index_d$2_ICANNConfirmationStatus as ICANNConfirmationStatus, type index_d$2_ICANNConfirmationStatusInfo as ICANNConfirmationStatusInfo, type index_d$2_ICANNConfirmationStatusInfoStatusOneOf as ICANNConfirmationStatusInfoStatusOneOf, type index_d$2_IdentificationData as IdentificationData, type index_d$2_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d$2_LatestAttempt as LatestAttempt, type index_d$2_ListRegisteredDomainsOptions as ListRegisteredDomainsOptions, type index_d$2_ListRegisteredDomainsRequest as ListRegisteredDomainsRequest, type index_d$2_ListRegisteredDomainsResponse as ListRegisteredDomainsResponse, type index_d$2_ListRegisteredDomainsResponseNonNullableFields as ListRegisteredDomainsResponseNonNullableFields, type index_d$2_MessageEnvelope as MessageEnvelope, type index_d$2_Pending as Pending, type index_d$2_PendingRegistrationInfo as PendingRegistrationInfo, type index_d$2_RedeemRegisteredDomainRequest as RedeemRegisteredDomainRequest, type index_d$2_RedeemRegisteredDomainResponse as RedeemRegisteredDomainResponse, type index_d$2_RedeemRegisteredDomainResponseNonNullableFields as RedeemRegisteredDomainResponseNonNullableFields, type index_d$2_RedirectAssignmentInfo as RedirectAssignmentInfo, type index_d$2_RegisteredDomain as RegisteredDomain, type index_d$2_RegisteredDomainStatusInfoOneOf as RegisteredDomainStatusInfoOneOf, type index_d$2_SiteInfo as SiteInfo, type index_d$2_SiteInfoAssignmentInfoOneOf as SiteInfoAssignmentInfoOneOf, index_d$2_Status as Status, index_d$2_WebhookIdentityType as WebhookIdentityType, __metadata$2 as __metadata, index_d$2_createRegisteredDomain as createRegisteredDomain, index_d$2_getRegisteredDomain as getRegisteredDomain, index_d$2_listRegisteredDomains as listRegisteredDomains, index_d$2_redeemRegisteredDomain as redeemRegisteredDomain };
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
interface DomainAvailability {
|
|
2103
|
+
/** Domain name including TLD. For example, `my-new-domain.com`. */
|
|
2104
|
+
domain?: string;
|
|
2105
|
+
/**
|
|
2106
|
+
* Whether the domain is available for purchase. You can purchase the
|
|
2107
|
+
* domain in case the boolean is `true`. The domain is already taken
|
|
2108
|
+
* when `false` is returned.
|
|
2109
|
+
*/
|
|
2110
|
+
available?: boolean;
|
|
2111
|
+
}
|
|
2112
|
+
interface CheckDomainAvailabilityRequest {
|
|
2113
|
+
/**
|
|
2114
|
+
* Domain name. Must include the TLD. For example, `my-new-domain.com`. Only
|
|
2115
|
+
* alphanumeric characters, hyphens, and dots are supported.
|
|
2116
|
+
*
|
|
2117
|
+
* Min: 3 characters
|
|
2118
|
+
* Max: 63 characters
|
|
2119
|
+
*/
|
|
2120
|
+
domain: string;
|
|
2121
|
+
}
|
|
2122
|
+
interface CheckDomainAvailabilityResponse {
|
|
2123
|
+
/** Information about the domain's availability. */
|
|
2124
|
+
availability?: DomainAvailability;
|
|
2125
|
+
}
|
|
2126
|
+
interface CheckDomainAvailabilityResponseNonNullableFields {
|
|
2127
|
+
availability?: {
|
|
2128
|
+
domain: string;
|
|
2129
|
+
available: boolean;
|
|
2130
|
+
};
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
declare const __metadata$1: {
|
|
2134
|
+
PACKAGE_NAME: string;
|
|
2135
|
+
};
|
|
2136
|
+
declare function checkDomainAvailability(httpClient: HttpClient): (domain: string) => Promise<CheckDomainAvailabilityResponse & CheckDomainAvailabilityResponseNonNullableFields>;
|
|
2137
|
+
|
|
2138
|
+
type index_d$1_CheckDomainAvailabilityRequest = CheckDomainAvailabilityRequest;
|
|
2139
|
+
type index_d$1_CheckDomainAvailabilityResponse = CheckDomainAvailabilityResponse;
|
|
2140
|
+
type index_d$1_CheckDomainAvailabilityResponseNonNullableFields = CheckDomainAvailabilityResponseNonNullableFields;
|
|
2141
|
+
type index_d$1_DomainAvailability = DomainAvailability;
|
|
2142
|
+
declare const index_d$1_checkDomainAvailability: typeof checkDomainAvailability;
|
|
2143
|
+
declare namespace index_d$1 {
|
|
2144
|
+
export { type index_d$1_CheckDomainAvailabilityRequest as CheckDomainAvailabilityRequest, type index_d$1_CheckDomainAvailabilityResponse as CheckDomainAvailabilityResponse, type index_d$1_CheckDomainAvailabilityResponseNonNullableFields as CheckDomainAvailabilityResponseNonNullableFields, type index_d$1_DomainAvailability as DomainAvailability, __metadata$1 as __metadata, index_d$1_checkDomainAvailability as checkDomainAvailability };
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
interface DomainSuggestion {
|
|
2148
|
+
/** Suggested domain name including TLD. */
|
|
2149
|
+
domain?: string;
|
|
2150
|
+
}
|
|
2151
|
+
interface SuggestDomainsRequest {
|
|
2152
|
+
/**
|
|
2153
|
+
* Input to base your domain suggestions on. May include
|
|
2154
|
+
* letters, numbers, spaces, dots, and hyphens. Must not include the TLD.
|
|
2155
|
+
*
|
|
2156
|
+
* Min: 3 characters
|
|
2157
|
+
* Max: 100 characters
|
|
2158
|
+
*/
|
|
2159
|
+
query: string;
|
|
2160
|
+
/**
|
|
2161
|
+
* [Top-level domains](https://en.wikipedia.org/wiki/Top-level_domain). Must
|
|
2162
|
+
* not include the dot. For example, `com`, not `.com`. Not all TLDs can be
|
|
2163
|
+
* connected to Wix sites. Supported TLDS include `com`, `net`, and `org`.
|
|
2164
|
+
* Contact the [Wix B2B sales team](mailto:bizdev@wix.com) for more
|
|
2165
|
+
* information.
|
|
2166
|
+
*
|
|
2167
|
+
* Max: 10 TLDs
|
|
2168
|
+
*/
|
|
2169
|
+
tlds?: string[];
|
|
2170
|
+
/**
|
|
2171
|
+
* Number of domain suggestions to return.
|
|
2172
|
+
*
|
|
2173
|
+
* Min: `1`
|
|
2174
|
+
* Max: `20`
|
|
2175
|
+
* Default: `10`
|
|
2176
|
+
*/
|
|
2177
|
+
limit?: number | null;
|
|
2178
|
+
}
|
|
2179
|
+
interface SuggestDomainsResponse {
|
|
2180
|
+
/** List of suggested available domains. */
|
|
2181
|
+
suggestions?: DomainSuggestion[];
|
|
2182
|
+
}
|
|
2183
|
+
interface SuggestDomainsResponseNonNullableFields {
|
|
2184
|
+
suggestions: {
|
|
2185
|
+
domain: string;
|
|
2186
|
+
}[];
|
|
2187
|
+
}
|
|
2188
|
+
interface SuggestDomainsOptions {
|
|
2189
|
+
/**
|
|
2190
|
+
* [Top-level domains](https://en.wikipedia.org/wiki/Top-level_domain). Must
|
|
2191
|
+
* not include the dot. For example, `com`, not `.com`. Not all TLDs can be
|
|
2192
|
+
* connected to Wix sites. Supported TLDS include `com`, `net`, and `org`.
|
|
2193
|
+
* Contact the [Wix B2B sales team](mailto:bizdev@wix.com) for more
|
|
2194
|
+
* information.
|
|
2195
|
+
*
|
|
2196
|
+
* Max: 10 TLDs
|
|
2197
|
+
*/
|
|
2198
|
+
tlds?: string[];
|
|
2199
|
+
/**
|
|
2200
|
+
* Number of domain suggestions to return.
|
|
2201
|
+
*
|
|
2202
|
+
* Min: `1`
|
|
2203
|
+
* Max: `20`
|
|
2204
|
+
* Default: `10`
|
|
2205
|
+
*/
|
|
2206
|
+
limit?: number | null;
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
declare const __metadata: {
|
|
2210
|
+
PACKAGE_NAME: string;
|
|
2211
|
+
};
|
|
2212
|
+
declare function suggestDomains(httpClient: HttpClient): (query: string, options?: SuggestDomainsOptions) => Promise<SuggestDomainsResponse & SuggestDomainsResponseNonNullableFields>;
|
|
2213
|
+
|
|
2214
|
+
type index_d_DomainSuggestion = DomainSuggestion;
|
|
2215
|
+
type index_d_SuggestDomainsOptions = SuggestDomainsOptions;
|
|
2216
|
+
type index_d_SuggestDomainsRequest = SuggestDomainsRequest;
|
|
2217
|
+
type index_d_SuggestDomainsResponse = SuggestDomainsResponse;
|
|
2218
|
+
type index_d_SuggestDomainsResponseNonNullableFields = SuggestDomainsResponseNonNullableFields;
|
|
2094
2219
|
declare const index_d___metadata: typeof __metadata;
|
|
2095
|
-
declare const
|
|
2096
|
-
declare const index_d_getRegisteredDomain: typeof getRegisteredDomain;
|
|
2097
|
-
declare const index_d_listRegisteredDomains: typeof listRegisteredDomains;
|
|
2098
|
-
declare const index_d_redeemRegisteredDomain: typeof redeemRegisteredDomain;
|
|
2220
|
+
declare const index_d_suggestDomains: typeof suggestDomains;
|
|
2099
2221
|
declare namespace index_d {
|
|
2100
|
-
export { type
|
|
2222
|
+
export { type index_d_DomainSuggestion as DomainSuggestion, type index_d_SuggestDomainsOptions as SuggestDomainsOptions, type index_d_SuggestDomainsRequest as SuggestDomainsRequest, type index_d_SuggestDomainsResponse as SuggestDomainsResponse, type index_d_SuggestDomainsResponseNonNullableFields as SuggestDomainsResponseNonNullableFields, index_d___metadata as __metadata, index_d_suggestDomains as suggestDomains };
|
|
2101
2223
|
}
|
|
2102
2224
|
|
|
2103
|
-
export { index_d$
|
|
2225
|
+
export { index_d$4 as connectedDomainSetupInfo, index_d$5 as connectedDomains, index_d$1 as domainAvailability, index_d$3 as domainDns, index_d as domainSuggestions, index_d$2 as registeredDomains };
|
|
@@ -416,7 +416,7 @@ interface ListConnectedDomainsResponseNonNullableFields {
|
|
|
416
416
|
}[];
|
|
417
417
|
}
|
|
418
418
|
|
|
419
|
-
type __PublicMethodMetaInfo$
|
|
419
|
+
type __PublicMethodMetaInfo$5<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
420
420
|
getUrl: (context: any) => string;
|
|
421
421
|
httpMethod: K;
|
|
422
422
|
path: string;
|
|
@@ -426,17 +426,17 @@ type __PublicMethodMetaInfo$3<K = string, M = unknown, T = unknown, S = unknown,
|
|
|
426
426
|
__responseType: Q;
|
|
427
427
|
__originalResponseType: R;
|
|
428
428
|
};
|
|
429
|
-
declare function createConnectedDomain(): __PublicMethodMetaInfo$
|
|
430
|
-
declare function getConnectedDomain(): __PublicMethodMetaInfo$
|
|
429
|
+
declare function createConnectedDomain(): __PublicMethodMetaInfo$5<'POST', {}, CreateConnectedDomainRequest, CreateConnectedDomainRequest$1, CreateConnectedDomainResponse & CreateConnectedDomainResponseNonNullableFields, CreateConnectedDomainResponse$1 & CreateConnectedDomainResponseNonNullableFields$1>;
|
|
430
|
+
declare function getConnectedDomain(): __PublicMethodMetaInfo$5<'GET', {
|
|
431
431
|
connectedDomainId: string;
|
|
432
432
|
}, GetConnectedDomainRequest, GetConnectedDomainRequest$1, GetConnectedDomainResponse & GetConnectedDomainResponseNonNullableFields, GetConnectedDomainResponse$1 & GetConnectedDomainResponseNonNullableFields$1>;
|
|
433
|
-
declare function listConnectedDomains(): __PublicMethodMetaInfo$
|
|
433
|
+
declare function listConnectedDomains(): __PublicMethodMetaInfo$5<'GET', {}, ListConnectedDomainsRequest, ListConnectedDomainsRequest$1, ListConnectedDomainsResponse & ListConnectedDomainsResponseNonNullableFields, ListConnectedDomainsResponse$1 & ListConnectedDomainsResponseNonNullableFields$1>;
|
|
434
434
|
|
|
435
|
-
declare const meta$
|
|
436
|
-
declare const meta$
|
|
437
|
-
declare const meta$
|
|
438
|
-
declare namespace meta$
|
|
439
|
-
export { type __PublicMethodMetaInfo$
|
|
435
|
+
declare const meta$5_createConnectedDomain: typeof createConnectedDomain;
|
|
436
|
+
declare const meta$5_getConnectedDomain: typeof getConnectedDomain;
|
|
437
|
+
declare const meta$5_listConnectedDomains: typeof listConnectedDomains;
|
|
438
|
+
declare namespace meta$5 {
|
|
439
|
+
export { type __PublicMethodMetaInfo$5 as __PublicMethodMetaInfo, meta$5_createConnectedDomain as createConnectedDomain, meta$5_getConnectedDomain as getConnectedDomain, meta$5_listConnectedDomains as listConnectedDomains };
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
/**
|
|
@@ -771,7 +771,7 @@ interface GetConnectedDomainSetupInfoResponseNonNullableFields {
|
|
|
771
771
|
};
|
|
772
772
|
}
|
|
773
773
|
|
|
774
|
-
type __PublicMethodMetaInfo$
|
|
774
|
+
type __PublicMethodMetaInfo$4<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
775
775
|
getUrl: (context: any) => string;
|
|
776
776
|
httpMethod: K;
|
|
777
777
|
path: string;
|
|
@@ -781,13 +781,13 @@ type __PublicMethodMetaInfo$2<K = string, M = unknown, T = unknown, S = unknown,
|
|
|
781
781
|
__responseType: Q;
|
|
782
782
|
__originalResponseType: R;
|
|
783
783
|
};
|
|
784
|
-
declare function getConnectedDomainSetupInfo(): __PublicMethodMetaInfo$
|
|
784
|
+
declare function getConnectedDomainSetupInfo(): __PublicMethodMetaInfo$4<'GET', {
|
|
785
785
|
connectedDomainId: string;
|
|
786
786
|
}, GetConnectedDomainSetupInfoRequest, GetConnectedDomainSetupInfoRequest$1, GetConnectedDomainSetupInfoResponse & GetConnectedDomainSetupInfoResponseNonNullableFields, GetConnectedDomainSetupInfoResponse$1 & GetConnectedDomainSetupInfoResponseNonNullableFields$1>;
|
|
787
787
|
|
|
788
|
-
declare const meta$
|
|
789
|
-
declare namespace meta$
|
|
790
|
-
export { type __PublicMethodMetaInfo$
|
|
788
|
+
declare const meta$4_getConnectedDomainSetupInfo: typeof getConnectedDomainSetupInfo;
|
|
789
|
+
declare namespace meta$4 {
|
|
790
|
+
export { type __PublicMethodMetaInfo$4 as __PublicMethodMetaInfo, meta$4_getConnectedDomainSetupInfo as getConnectedDomainSetupInfo };
|
|
791
791
|
}
|
|
792
792
|
|
|
793
793
|
/** DNS zones hold information about the records that map a domain's URL to an IP address. */
|
|
@@ -1156,7 +1156,7 @@ interface PreviewDnsZoneResponseNonNullableFields {
|
|
|
1156
1156
|
};
|
|
1157
1157
|
}
|
|
1158
1158
|
|
|
1159
|
-
type __PublicMethodMetaInfo$
|
|
1159
|
+
type __PublicMethodMetaInfo$3<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
1160
1160
|
getUrl: (context: any) => string;
|
|
1161
1161
|
httpMethod: K;
|
|
1162
1162
|
path: string;
|
|
@@ -1166,27 +1166,27 @@ type __PublicMethodMetaInfo$1<K = string, M = unknown, T = unknown, S = unknown,
|
|
|
1166
1166
|
__responseType: Q;
|
|
1167
1167
|
__originalResponseType: R;
|
|
1168
1168
|
};
|
|
1169
|
-
declare function createDnsZone(): __PublicMethodMetaInfo$
|
|
1170
|
-
declare function getDnsZone(): __PublicMethodMetaInfo$
|
|
1169
|
+
declare function createDnsZone(): __PublicMethodMetaInfo$3<'POST', {}, CreateDnsZoneRequest, CreateDnsZoneRequest$1, CreateDnsZoneResponse & CreateDnsZoneResponseNonNullableFields, CreateDnsZoneResponse$1 & CreateDnsZoneResponseNonNullableFields$1>;
|
|
1170
|
+
declare function getDnsZone(): __PublicMethodMetaInfo$3<'GET', {
|
|
1171
1171
|
domainName: string;
|
|
1172
1172
|
}, GetDnsZoneRequest, GetDnsZoneRequest$1, GetDnsZoneResponse & GetDnsZoneResponseNonNullableFields, GetDnsZoneResponse$1 & GetDnsZoneResponseNonNullableFields$1>;
|
|
1173
|
-
declare function updateDnsZone(): __PublicMethodMetaInfo$
|
|
1173
|
+
declare function updateDnsZone(): __PublicMethodMetaInfo$3<'PATCH', {
|
|
1174
1174
|
domainName: string;
|
|
1175
1175
|
}, UpdateDnsZoneRequest, UpdateDnsZoneRequest$1, UpdateDnsZoneResponse & UpdateDnsZoneResponseNonNullableFields, UpdateDnsZoneResponse$1 & UpdateDnsZoneResponseNonNullableFields$1>;
|
|
1176
|
-
declare function deleteDnsZone(): __PublicMethodMetaInfo$
|
|
1176
|
+
declare function deleteDnsZone(): __PublicMethodMetaInfo$3<'DELETE', {
|
|
1177
1177
|
domainName: string;
|
|
1178
1178
|
}, DeleteDnsZoneRequest, DeleteDnsZoneRequest$1, DeleteDnsZoneResponse, DeleteDnsZoneResponse$1>;
|
|
1179
|
-
declare function previewDnsZone(): __PublicMethodMetaInfo$
|
|
1179
|
+
declare function previewDnsZone(): __PublicMethodMetaInfo$3<'GET', {
|
|
1180
1180
|
domainName: string;
|
|
1181
1181
|
}, PreviewDnsZoneRequest, PreviewDnsZoneRequest$1, PreviewDnsZoneResponse & PreviewDnsZoneResponseNonNullableFields, PreviewDnsZoneResponse$1 & PreviewDnsZoneResponseNonNullableFields$1>;
|
|
1182
1182
|
|
|
1183
|
-
declare const meta$
|
|
1184
|
-
declare const meta$
|
|
1185
|
-
declare const meta$
|
|
1186
|
-
declare const meta$
|
|
1187
|
-
declare const meta$
|
|
1188
|
-
declare namespace meta$
|
|
1189
|
-
export { type __PublicMethodMetaInfo$
|
|
1183
|
+
declare const meta$3_createDnsZone: typeof createDnsZone;
|
|
1184
|
+
declare const meta$3_deleteDnsZone: typeof deleteDnsZone;
|
|
1185
|
+
declare const meta$3_getDnsZone: typeof getDnsZone;
|
|
1186
|
+
declare const meta$3_previewDnsZone: typeof previewDnsZone;
|
|
1187
|
+
declare const meta$3_updateDnsZone: typeof updateDnsZone;
|
|
1188
|
+
declare namespace meta$3 {
|
|
1189
|
+
export { type __PublicMethodMetaInfo$3 as __PublicMethodMetaInfo, meta$3_createDnsZone as createDnsZone, meta$3_deleteDnsZone as deleteDnsZone, meta$3_getDnsZone as getDnsZone, meta$3_previewDnsZone as previewDnsZone, meta$3_updateDnsZone as updateDnsZone };
|
|
1190
1190
|
}
|
|
1191
1191
|
|
|
1192
1192
|
/**
|
|
@@ -2613,7 +2613,7 @@ interface RedeemRegisteredDomainResponseNonNullableFields {
|
|
|
2613
2613
|
};
|
|
2614
2614
|
}
|
|
2615
2615
|
|
|
2616
|
-
type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
2616
|
+
type __PublicMethodMetaInfo$2<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
2617
2617
|
getUrl: (context: any) => string;
|
|
2618
2618
|
httpMethod: K;
|
|
2619
2619
|
path: string;
|
|
@@ -2623,22 +2623,202 @@ type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q
|
|
|
2623
2623
|
__responseType: Q;
|
|
2624
2624
|
__originalResponseType: R;
|
|
2625
2625
|
};
|
|
2626
|
-
declare function createRegisteredDomain(): __PublicMethodMetaInfo<'POST', {}, CreateRegisteredDomainRequest, CreateRegisteredDomainRequest$1, CreateRegisteredDomainResponse & CreateRegisteredDomainResponseNonNullableFields, CreateRegisteredDomainResponse$1 & CreateRegisteredDomainResponseNonNullableFields$1>;
|
|
2627
|
-
declare function getRegisteredDomain(): __PublicMethodMetaInfo<'GET', {
|
|
2626
|
+
declare function createRegisteredDomain(): __PublicMethodMetaInfo$2<'POST', {}, CreateRegisteredDomainRequest, CreateRegisteredDomainRequest$1, CreateRegisteredDomainResponse & CreateRegisteredDomainResponseNonNullableFields, CreateRegisteredDomainResponse$1 & CreateRegisteredDomainResponseNonNullableFields$1>;
|
|
2627
|
+
declare function getRegisteredDomain(): __PublicMethodMetaInfo$2<'GET', {
|
|
2628
2628
|
registeredDomainId: string;
|
|
2629
2629
|
}, GetRegisteredDomainRequest, GetRegisteredDomainRequest$1, GetRegisteredDomainResponse & GetRegisteredDomainResponseNonNullableFields, GetRegisteredDomainResponse$1 & GetRegisteredDomainResponseNonNullableFields$1>;
|
|
2630
|
-
declare function listRegisteredDomains(): __PublicMethodMetaInfo<'GET', {}, ListRegisteredDomainsRequest, ListRegisteredDomainsRequest$1, ListRegisteredDomainsResponse & ListRegisteredDomainsResponseNonNullableFields, ListRegisteredDomainsResponse$1 & ListRegisteredDomainsResponseNonNullableFields$1>;
|
|
2631
|
-
declare function redeemRegisteredDomain(): __PublicMethodMetaInfo<'POST', {
|
|
2630
|
+
declare function listRegisteredDomains(): __PublicMethodMetaInfo$2<'GET', {}, ListRegisteredDomainsRequest, ListRegisteredDomainsRequest$1, ListRegisteredDomainsResponse & ListRegisteredDomainsResponseNonNullableFields, ListRegisteredDomainsResponse$1 & ListRegisteredDomainsResponseNonNullableFields$1>;
|
|
2631
|
+
declare function redeemRegisteredDomain(): __PublicMethodMetaInfo$2<'POST', {
|
|
2632
2632
|
registeredDomainId: string;
|
|
2633
2633
|
}, RedeemRegisteredDomainRequest, RedeemRegisteredDomainRequest$1, RedeemRegisteredDomainResponse & RedeemRegisteredDomainResponseNonNullableFields, RedeemRegisteredDomainResponse$1 & RedeemRegisteredDomainResponseNonNullableFields$1>;
|
|
2634
2634
|
|
|
2635
|
+
declare const meta$2_createRegisteredDomain: typeof createRegisteredDomain;
|
|
2636
|
+
declare const meta$2_getRegisteredDomain: typeof getRegisteredDomain;
|
|
2637
|
+
declare const meta$2_listRegisteredDomains: typeof listRegisteredDomains;
|
|
2638
|
+
declare const meta$2_redeemRegisteredDomain: typeof redeemRegisteredDomain;
|
|
2639
|
+
declare namespace meta$2 {
|
|
2640
|
+
export { type __PublicMethodMetaInfo$2 as __PublicMethodMetaInfo, meta$2_createRegisteredDomain as createRegisteredDomain, meta$2_getRegisteredDomain as getRegisteredDomain, meta$2_listRegisteredDomains as listRegisteredDomains, meta$2_redeemRegisteredDomain as redeemRegisteredDomain };
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
interface DomainAvailability$1 {
|
|
2644
|
+
/** Domain name including TLD. For example, `my-new-domain.com`. */
|
|
2645
|
+
domain?: string;
|
|
2646
|
+
/**
|
|
2647
|
+
* Whether the domain is available for purchase. You can purchase the
|
|
2648
|
+
* domain in case the boolean is `true`. The domain is already taken
|
|
2649
|
+
* when `false` is returned.
|
|
2650
|
+
*/
|
|
2651
|
+
available?: boolean;
|
|
2652
|
+
}
|
|
2653
|
+
interface CheckDomainAvailabilityRequest$1 {
|
|
2654
|
+
/**
|
|
2655
|
+
* Domain name. Must include the TLD. For example, `my-new-domain.com`. Only
|
|
2656
|
+
* alphanumeric characters, hyphens, and dots are supported.
|
|
2657
|
+
*
|
|
2658
|
+
* Min: 3 characters
|
|
2659
|
+
* Max: 63 characters
|
|
2660
|
+
*/
|
|
2661
|
+
domain: string;
|
|
2662
|
+
}
|
|
2663
|
+
interface CheckDomainAvailabilityResponse$1 {
|
|
2664
|
+
/** Information about the domain's availability. */
|
|
2665
|
+
availability?: DomainAvailability$1;
|
|
2666
|
+
}
|
|
2667
|
+
interface CheckDomainAvailabilityResponseNonNullableFields$1 {
|
|
2668
|
+
availability?: {
|
|
2669
|
+
domain: string;
|
|
2670
|
+
available: boolean;
|
|
2671
|
+
};
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2674
|
+
interface DomainAvailability {
|
|
2675
|
+
/** Domain name including TLD. For example, `my-new-domain.com`. */
|
|
2676
|
+
domain?: string;
|
|
2677
|
+
/**
|
|
2678
|
+
* Whether the domain is available for purchase. You can purchase the
|
|
2679
|
+
* domain in case the boolean is `true`. The domain is already taken
|
|
2680
|
+
* when `false` is returned.
|
|
2681
|
+
*/
|
|
2682
|
+
available?: boolean;
|
|
2683
|
+
}
|
|
2684
|
+
interface CheckDomainAvailabilityRequest {
|
|
2685
|
+
/**
|
|
2686
|
+
* Domain name. Must include the TLD. For example, `my-new-domain.com`. Only
|
|
2687
|
+
* alphanumeric characters, hyphens, and dots are supported.
|
|
2688
|
+
*
|
|
2689
|
+
* Min: 3 characters
|
|
2690
|
+
* Max: 63 characters
|
|
2691
|
+
*/
|
|
2692
|
+
domain: string;
|
|
2693
|
+
}
|
|
2694
|
+
interface CheckDomainAvailabilityResponse {
|
|
2695
|
+
/** Information about the domain's availability. */
|
|
2696
|
+
availability?: DomainAvailability;
|
|
2697
|
+
}
|
|
2698
|
+
interface CheckDomainAvailabilityResponseNonNullableFields {
|
|
2699
|
+
availability?: {
|
|
2700
|
+
domain: string;
|
|
2701
|
+
available: boolean;
|
|
2702
|
+
};
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2705
|
+
type __PublicMethodMetaInfo$1<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
2706
|
+
getUrl: (context: any) => string;
|
|
2707
|
+
httpMethod: K;
|
|
2708
|
+
path: string;
|
|
2709
|
+
pathParams: M;
|
|
2710
|
+
__requestType: T;
|
|
2711
|
+
__originalRequestType: S;
|
|
2712
|
+
__responseType: Q;
|
|
2713
|
+
__originalResponseType: R;
|
|
2714
|
+
};
|
|
2715
|
+
declare function checkDomainAvailability(): __PublicMethodMetaInfo$1<'GET', {}, CheckDomainAvailabilityRequest, CheckDomainAvailabilityRequest$1, CheckDomainAvailabilityResponse & CheckDomainAvailabilityResponseNonNullableFields, CheckDomainAvailabilityResponse$1 & CheckDomainAvailabilityResponseNonNullableFields$1>;
|
|
2716
|
+
|
|
2717
|
+
declare const meta$1_checkDomainAvailability: typeof checkDomainAvailability;
|
|
2718
|
+
declare namespace meta$1 {
|
|
2719
|
+
export { type __PublicMethodMetaInfo$1 as __PublicMethodMetaInfo, meta$1_checkDomainAvailability as checkDomainAvailability };
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
interface DomainSuggestion$1 {
|
|
2723
|
+
/** Suggested domain name including TLD. */
|
|
2724
|
+
domain?: string;
|
|
2725
|
+
}
|
|
2726
|
+
interface SuggestDomainsRequest$1 {
|
|
2727
|
+
/**
|
|
2728
|
+
* Input to base your domain suggestions on. May include
|
|
2729
|
+
* letters, numbers, spaces, dots, and hyphens. Must not include the TLD.
|
|
2730
|
+
*
|
|
2731
|
+
* Min: 3 characters
|
|
2732
|
+
* Max: 100 characters
|
|
2733
|
+
*/
|
|
2734
|
+
query: string;
|
|
2735
|
+
/**
|
|
2736
|
+
* [Top-level domains](https://en.wikipedia.org/wiki/Top-level_domain). Must
|
|
2737
|
+
* not include the dot. For example, `com`, not `.com`. Not all TLDs can be
|
|
2738
|
+
* connected to Wix sites. Supported TLDS include `com`, `net`, and `org`.
|
|
2739
|
+
* Contact the [Wix B2B sales team](mailto:bizdev@wix.com) for more
|
|
2740
|
+
* information.
|
|
2741
|
+
*
|
|
2742
|
+
* Max: 10 TLDs
|
|
2743
|
+
*/
|
|
2744
|
+
tlds?: string[];
|
|
2745
|
+
/**
|
|
2746
|
+
* Number of domain suggestions to return.
|
|
2747
|
+
*
|
|
2748
|
+
* Min: `1`
|
|
2749
|
+
* Max: `20`
|
|
2750
|
+
* Default: `10`
|
|
2751
|
+
*/
|
|
2752
|
+
limit?: number | null;
|
|
2753
|
+
}
|
|
2754
|
+
interface SuggestDomainsResponse$1 {
|
|
2755
|
+
/** List of suggested available domains. */
|
|
2756
|
+
suggestions?: DomainSuggestion$1[];
|
|
2757
|
+
}
|
|
2758
|
+
interface SuggestDomainsResponseNonNullableFields$1 {
|
|
2759
|
+
suggestions: {
|
|
2760
|
+
domain: string;
|
|
2761
|
+
}[];
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
interface DomainSuggestion {
|
|
2765
|
+
/** Suggested domain name including TLD. */
|
|
2766
|
+
domain?: string;
|
|
2767
|
+
}
|
|
2768
|
+
interface SuggestDomainsRequest {
|
|
2769
|
+
/**
|
|
2770
|
+
* Input to base your domain suggestions on. May include
|
|
2771
|
+
* letters, numbers, spaces, dots, and hyphens. Must not include the TLD.
|
|
2772
|
+
*
|
|
2773
|
+
* Min: 3 characters
|
|
2774
|
+
* Max: 100 characters
|
|
2775
|
+
*/
|
|
2776
|
+
query: string;
|
|
2777
|
+
/**
|
|
2778
|
+
* [Top-level domains](https://en.wikipedia.org/wiki/Top-level_domain). Must
|
|
2779
|
+
* not include the dot. For example, `com`, not `.com`. Not all TLDs can be
|
|
2780
|
+
* connected to Wix sites. Supported TLDS include `com`, `net`, and `org`.
|
|
2781
|
+
* Contact the [Wix B2B sales team](mailto:bizdev@wix.com) for more
|
|
2782
|
+
* information.
|
|
2783
|
+
*
|
|
2784
|
+
* Max: 10 TLDs
|
|
2785
|
+
*/
|
|
2786
|
+
tlds?: string[];
|
|
2787
|
+
/**
|
|
2788
|
+
* Number of domain suggestions to return.
|
|
2789
|
+
*
|
|
2790
|
+
* Min: `1`
|
|
2791
|
+
* Max: `20`
|
|
2792
|
+
* Default: `10`
|
|
2793
|
+
*/
|
|
2794
|
+
limit?: number | null;
|
|
2795
|
+
}
|
|
2796
|
+
interface SuggestDomainsResponse {
|
|
2797
|
+
/** List of suggested available domains. */
|
|
2798
|
+
suggestions?: DomainSuggestion[];
|
|
2799
|
+
}
|
|
2800
|
+
interface SuggestDomainsResponseNonNullableFields {
|
|
2801
|
+
suggestions: {
|
|
2802
|
+
domain: string;
|
|
2803
|
+
}[];
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
2807
|
+
getUrl: (context: any) => string;
|
|
2808
|
+
httpMethod: K;
|
|
2809
|
+
path: string;
|
|
2810
|
+
pathParams: M;
|
|
2811
|
+
__requestType: T;
|
|
2812
|
+
__originalRequestType: S;
|
|
2813
|
+
__responseType: Q;
|
|
2814
|
+
__originalResponseType: R;
|
|
2815
|
+
};
|
|
2816
|
+
declare function suggestDomains(): __PublicMethodMetaInfo<'GET', {}, SuggestDomainsRequest, SuggestDomainsRequest$1, SuggestDomainsResponse & SuggestDomainsResponseNonNullableFields, SuggestDomainsResponse$1 & SuggestDomainsResponseNonNullableFields$1>;
|
|
2817
|
+
|
|
2635
2818
|
type meta___PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = __PublicMethodMetaInfo<K, M, T, S, Q, R>;
|
|
2636
|
-
declare const
|
|
2637
|
-
declare const meta_getRegisteredDomain: typeof getRegisteredDomain;
|
|
2638
|
-
declare const meta_listRegisteredDomains: typeof listRegisteredDomains;
|
|
2639
|
-
declare const meta_redeemRegisteredDomain: typeof redeemRegisteredDomain;
|
|
2819
|
+
declare const meta_suggestDomains: typeof suggestDomains;
|
|
2640
2820
|
declare namespace meta {
|
|
2641
|
-
export { type meta___PublicMethodMetaInfo as __PublicMethodMetaInfo,
|
|
2821
|
+
export { type meta___PublicMethodMetaInfo as __PublicMethodMetaInfo, meta_suggestDomains as suggestDomains };
|
|
2642
2822
|
}
|
|
2643
2823
|
|
|
2644
|
-
export { meta$
|
|
2824
|
+
export { meta$4 as connectedDomainSetupInfo, meta$5 as connectedDomains, meta$1 as domainAvailability, meta$3 as domainDns, meta as domainSuggestions, meta$2 as registeredDomains };
|