@wix/auto_sdk_domains_connected-domain-setup-info 1.0.0 → 1.0.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/build/cjs/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.d.ts +4 -6
- package/build/cjs/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js +4 -6
- package/build/cjs/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js.map +1 -1
- package/build/cjs/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.d.ts +4 -6
- package/build/cjs/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js +4 -6
- package/build/cjs/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js.map +1 -1
- package/build/es/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.d.ts +4 -6
- package/build/es/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js +4 -6
- package/build/es/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js.map +1 -1
- package/build/es/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.d.ts +4 -6
- package/build/es/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js +4 -6
- package/build/es/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js.map +1 -1
- package/build/internal/cjs/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.d.ts +4 -6
- package/build/internal/cjs/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js +4 -6
- package/build/internal/cjs/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js.map +1 -1
- package/build/internal/cjs/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.d.ts +4 -6
- package/build/internal/cjs/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js +4 -6
- package/build/internal/cjs/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js.map +1 -1
- package/build/internal/es/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.d.ts +4 -6
- package/build/internal/es/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js +4 -6
- package/build/internal/es/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js.map +1 -1
- package/build/internal/es/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.d.ts +4 -6
- package/build/internal/es/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js +4 -6
- package/build/internal/es/src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -134,15 +134,13 @@ export interface GetSetupInfoRequest {
|
|
|
134
134
|
includeRegistrar?: boolean;
|
|
135
135
|
}
|
|
136
136
|
export declare enum ConnectionType {
|
|
137
|
-
/**
|
|
137
|
+
/** There is no information about the connection type. */
|
|
138
138
|
UNKNOWN_CONNECTION_TYPE = "UNKNOWN_CONNECTION_TYPE",
|
|
139
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
139
140
|
POINTING = "POINTING",
|
|
141
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
140
142
|
NAMESERVERS = "NAMESERVERS",
|
|
141
|
-
/**
|
|
142
|
-
* internal used by photography company.
|
|
143
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
144
|
-
* is not visible in my domains page.
|
|
145
|
-
*/
|
|
143
|
+
/** The domain isn't visible to site visitors. */
|
|
146
144
|
HIDDEN = "HIDDEN"
|
|
147
145
|
}
|
|
148
146
|
export interface GetSetupInfoResponse {
|
|
@@ -3,15 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ConnectionType = void 0;
|
|
4
4
|
var ConnectionType;
|
|
5
5
|
(function (ConnectionType) {
|
|
6
|
-
/**
|
|
6
|
+
/** There is no information about the connection type. */
|
|
7
7
|
ConnectionType["UNKNOWN_CONNECTION_TYPE"] = "UNKNOWN_CONNECTION_TYPE";
|
|
8
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
8
9
|
ConnectionType["POINTING"] = "POINTING";
|
|
10
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
9
11
|
ConnectionType["NAMESERVERS"] = "NAMESERVERS";
|
|
10
|
-
/**
|
|
11
|
-
* internal used by photography company.
|
|
12
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
13
|
-
* is not visible in my domains page.
|
|
14
|
-
*/
|
|
12
|
+
/** The domain isn't visible to site visitors. */
|
|
15
13
|
ConnectionType["HIDDEN"] = "HIDDEN";
|
|
16
14
|
})(ConnectionType || (exports.ConnectionType = ConnectionType = {}));
|
|
17
15
|
//# sourceMappingURL=premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js","sourceRoot":"","sources":["../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.ts"],"names":[],"mappings":";;;AAkJA,IAAY,
|
|
1
|
+
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js","sourceRoot":"","sources":["../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.ts"],"names":[],"mappings":";;;AAkJA,IAAY,cASX;AATD,WAAY,cAAc;IACxB,yDAAyD;IACzD,qEAAmD,CAAA;IACnD,+EAA+E;IAC/E,uCAAqB,CAAA;IACrB,2EAA2E;IAC3E,6CAA2B,CAAA;IAC3B,iDAAiD;IACjD,mCAAiB,CAAA;AACnB,CAAC,EATW,cAAc,8BAAd,cAAc,QASzB"}
|
|
@@ -134,15 +134,13 @@ export interface GetSetupInfoRequest {
|
|
|
134
134
|
includeRegistrar?: boolean;
|
|
135
135
|
}
|
|
136
136
|
export declare enum ConnectionType {
|
|
137
|
-
/**
|
|
137
|
+
/** There is no information about the connection type. */
|
|
138
138
|
UNKNOWN_CONNECTION_TYPE = "UNKNOWN_CONNECTION_TYPE",
|
|
139
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
139
140
|
POINTING = "POINTING",
|
|
141
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
140
142
|
NAMESERVERS = "NAMESERVERS",
|
|
141
|
-
/**
|
|
142
|
-
* internal used by photography company.
|
|
143
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
144
|
-
* is not visible in my domains page.
|
|
145
|
-
*/
|
|
143
|
+
/** The domain isn't visible to site visitors. */
|
|
146
144
|
HIDDEN = "HIDDEN"
|
|
147
145
|
}
|
|
148
146
|
export interface GetSetupInfoResponse {
|
|
@@ -29,15 +29,13 @@ const rename_all_nested_keys_1 = require("@wix/sdk-runtime/rename-all-nested-key
|
|
|
29
29
|
const ambassadorWixPremiumDomainsV1ConnectedDomainSetupInfo = __importStar(require("./premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.http.js"));
|
|
30
30
|
var ConnectionType;
|
|
31
31
|
(function (ConnectionType) {
|
|
32
|
-
/**
|
|
32
|
+
/** There is no information about the connection type. */
|
|
33
33
|
ConnectionType["UNKNOWN_CONNECTION_TYPE"] = "UNKNOWN_CONNECTION_TYPE";
|
|
34
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
34
35
|
ConnectionType["POINTING"] = "POINTING";
|
|
36
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
35
37
|
ConnectionType["NAMESERVERS"] = "NAMESERVERS";
|
|
36
|
-
/**
|
|
37
|
-
* internal used by photography company.
|
|
38
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
39
|
-
* is not visible in my domains page.
|
|
40
|
-
*/
|
|
38
|
+
/** The domain isn't visible to site visitors. */
|
|
41
39
|
ConnectionType["HIDDEN"] = "HIDDEN";
|
|
42
40
|
})(ConnectionType || (exports.ConnectionType = ConnectionType = {}));
|
|
43
41
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js","sourceRoot":"","sources":["../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,4KAA8J;AAoJ9J,IAAY,
|
|
1
|
+
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js","sourceRoot":"","sources":["../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,4KAA8J;AAoJ9J,IAAY,cASX;AATD,WAAY,cAAc;IACxB,yDAAyD;IACzD,qEAAmD,CAAA;IACnD,+EAA+E;IAC/E,uCAAqB,CAAA;IACrB,2EAA2E;IAC3E,6CAA2B,CAAA;IAC3B,iDAAiD;IACjD,mCAAiB,CAAA;AACnB,CAAC,EATW,cAAc,8BAAd,cAAc,QASzB;AA0ED;;;;;;;;;;;;;;GAcG;AACI,KAAK,UAAU,2BAA2B,CAC/C,iBAAyB;IAIzB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC;QACpD,iBAAiB,EAAE,iBAAiB;KACrC,CAAC,CAAC;IAEH,MAAM,OAAO,GACX,qDAAqD,CAAC,2BAA2B,CAC/E,OAAO,CACR,CAAC;IAEJ,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAC;YACzD,EAAE,wBAAyB,CAAC;IAChC,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,iBAAiB,EAAE,MAAM,EAAE;YACvD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,mBAAmB,CAAC,CACtB,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAzCD,kEAyCC"}
|
|
@@ -134,15 +134,13 @@ export interface GetSetupInfoRequest {
|
|
|
134
134
|
includeRegistrar?: boolean;
|
|
135
135
|
}
|
|
136
136
|
export declare enum ConnectionType {
|
|
137
|
-
/**
|
|
137
|
+
/** There is no information about the connection type. */
|
|
138
138
|
UNKNOWN_CONNECTION_TYPE = "UNKNOWN_CONNECTION_TYPE",
|
|
139
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
139
140
|
POINTING = "POINTING",
|
|
141
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
140
142
|
NAMESERVERS = "NAMESERVERS",
|
|
141
|
-
/**
|
|
142
|
-
* internal used by photography company.
|
|
143
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
144
|
-
* is not visible in my domains page.
|
|
145
|
-
*/
|
|
143
|
+
/** The domain isn't visible to site visitors. */
|
|
146
144
|
HIDDEN = "HIDDEN"
|
|
147
145
|
}
|
|
148
146
|
export interface GetSetupInfoResponse {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
export var ConnectionType;
|
|
2
2
|
(function (ConnectionType) {
|
|
3
|
-
/**
|
|
3
|
+
/** There is no information about the connection type. */
|
|
4
4
|
ConnectionType["UNKNOWN_CONNECTION_TYPE"] = "UNKNOWN_CONNECTION_TYPE";
|
|
5
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
5
6
|
ConnectionType["POINTING"] = "POINTING";
|
|
7
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
6
8
|
ConnectionType["NAMESERVERS"] = "NAMESERVERS";
|
|
7
|
-
/**
|
|
8
|
-
* internal used by photography company.
|
|
9
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
10
|
-
* is not visible in my domains page.
|
|
11
|
-
*/
|
|
9
|
+
/** The domain isn't visible to site visitors. */
|
|
12
10
|
ConnectionType["HIDDEN"] = "HIDDEN";
|
|
13
11
|
})(ConnectionType || (ConnectionType = {}));
|
|
14
12
|
//# sourceMappingURL=premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js","sourceRoot":"","sources":["../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.ts"],"names":[],"mappings":"AAkJA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js","sourceRoot":"","sources":["../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.ts"],"names":[],"mappings":"AAkJA,MAAM,CAAN,IAAY,cASX;AATD,WAAY,cAAc;IACxB,yDAAyD;IACzD,qEAAmD,CAAA;IACnD,+EAA+E;IAC/E,uCAAqB,CAAA;IACrB,2EAA2E;IAC3E,6CAA2B,CAAA;IAC3B,iDAAiD;IACjD,mCAAiB,CAAA;AACnB,CAAC,EATW,cAAc,KAAd,cAAc,QASzB"}
|
|
@@ -134,15 +134,13 @@ export interface GetSetupInfoRequest {
|
|
|
134
134
|
includeRegistrar?: boolean;
|
|
135
135
|
}
|
|
136
136
|
export declare enum ConnectionType {
|
|
137
|
-
/**
|
|
137
|
+
/** There is no information about the connection type. */
|
|
138
138
|
UNKNOWN_CONNECTION_TYPE = "UNKNOWN_CONNECTION_TYPE",
|
|
139
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
139
140
|
POINTING = "POINTING",
|
|
141
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
140
142
|
NAMESERVERS = "NAMESERVERS",
|
|
141
|
-
/**
|
|
142
|
-
* internal used by photography company.
|
|
143
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
144
|
-
* is not visible in my domains page.
|
|
145
|
-
*/
|
|
143
|
+
/** The domain isn't visible to site visitors. */
|
|
146
144
|
HIDDEN = "HIDDEN"
|
|
147
145
|
}
|
|
148
146
|
export interface GetSetupInfoResponse {
|
|
@@ -3,15 +3,13 @@ import { renameKeysFromSDKRequestToRESTRequest, renameKeysFromRESTResponseToSDKR
|
|
|
3
3
|
import * as ambassadorWixPremiumDomainsV1ConnectedDomainSetupInfo from './premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.http.js';
|
|
4
4
|
export var ConnectionType;
|
|
5
5
|
(function (ConnectionType) {
|
|
6
|
-
/**
|
|
6
|
+
/** There is no information about the connection type. */
|
|
7
7
|
ConnectionType["UNKNOWN_CONNECTION_TYPE"] = "UNKNOWN_CONNECTION_TYPE";
|
|
8
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
8
9
|
ConnectionType["POINTING"] = "POINTING";
|
|
10
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
9
11
|
ConnectionType["NAMESERVERS"] = "NAMESERVERS";
|
|
10
|
-
/**
|
|
11
|
-
* internal used by photography company.
|
|
12
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
13
|
-
* is not visible in my domains page.
|
|
14
|
-
*/
|
|
12
|
+
/** The domain isn't visible to site visitors. */
|
|
15
13
|
ConnectionType["HIDDEN"] = "HIDDEN";
|
|
16
14
|
})(ConnectionType || (ConnectionType = {}));
|
|
17
15
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js","sourceRoot":"","sources":["../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,qDAAqD,MAAM,sFAAsF,CAAC;AAoJ9J,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js","sourceRoot":"","sources":["../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,qDAAqD,MAAM,sFAAsF,CAAC;AAoJ9J,MAAM,CAAN,IAAY,cASX;AATD,WAAY,cAAc;IACxB,yDAAyD;IACzD,qEAAmD,CAAA;IACnD,+EAA+E;IAC/E,uCAAqB,CAAA;IACrB,2EAA2E;IAC3E,6CAA2B,CAAA;IAC3B,iDAAiD;IACjD,mCAAiB,CAAA;AACnB,CAAC,EATW,cAAc,KAAd,cAAc,QASzB;AA0ED;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,KAAK,UAAU,2BAA2B,CAC/C,iBAAyB;IAIzB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,qCAAqC,CAAC;QACpD,iBAAiB,EAAE,iBAAiB;KACrC,CAAC,CAAC;IAEH,MAAM,OAAO,GACX,qDAAqD,CAAC,2BAA2B,CAC/E,OAAO,CACR,CAAC;IAEJ,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,uCAAuC,CAAC,MAAM,CAAC,IAAI,CAAC;YACzD,EAAE,wBAAyB,CAAC;IAChC,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,iBAAiB,CACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,iBAAiB,EAAE,MAAM,EAAE;YACvD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,mBAAmB,CAAC,CACtB,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC"}
|
|
@@ -134,15 +134,13 @@ export interface GetSetupInfoRequest {
|
|
|
134
134
|
includeRegistrar?: boolean;
|
|
135
135
|
}
|
|
136
136
|
export declare enum ConnectionType {
|
|
137
|
-
/**
|
|
137
|
+
/** There is no information about the connection type. */
|
|
138
138
|
UNKNOWN_CONNECTION_TYPE = "UNKNOWN_CONNECTION_TYPE",
|
|
139
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
139
140
|
POINTING = "POINTING",
|
|
141
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
140
142
|
NAMESERVERS = "NAMESERVERS",
|
|
141
|
-
/**
|
|
142
|
-
* internal used by photography company.
|
|
143
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
144
|
-
* is not visible in my domains page.
|
|
145
|
-
*/
|
|
143
|
+
/** The domain isn't visible to site visitors. */
|
|
146
144
|
HIDDEN = "HIDDEN"
|
|
147
145
|
}
|
|
148
146
|
export interface GetSetupInfoResponse {
|
|
@@ -3,15 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ConnectionType = void 0;
|
|
4
4
|
var ConnectionType;
|
|
5
5
|
(function (ConnectionType) {
|
|
6
|
-
/**
|
|
6
|
+
/** There is no information about the connection type. */
|
|
7
7
|
ConnectionType["UNKNOWN_CONNECTION_TYPE"] = "UNKNOWN_CONNECTION_TYPE";
|
|
8
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
8
9
|
ConnectionType["POINTING"] = "POINTING";
|
|
10
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
9
11
|
ConnectionType["NAMESERVERS"] = "NAMESERVERS";
|
|
10
|
-
/**
|
|
11
|
-
* internal used by photography company.
|
|
12
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
13
|
-
* is not visible in my domains page.
|
|
14
|
-
*/
|
|
12
|
+
/** The domain isn't visible to site visitors. */
|
|
15
13
|
ConnectionType["HIDDEN"] = "HIDDEN";
|
|
16
14
|
})(ConnectionType || (exports.ConnectionType = ConnectionType = {}));
|
|
17
15
|
//# sourceMappingURL=premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js","sourceRoot":"","sources":["../../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.ts"],"names":[],"mappings":";;;AAkJA,IAAY,
|
|
1
|
+
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js","sourceRoot":"","sources":["../../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.ts"],"names":[],"mappings":";;;AAkJA,IAAY,cASX;AATD,WAAY,cAAc;IACxB,yDAAyD;IACzD,qEAAmD,CAAA;IACnD,+EAA+E;IAC/E,uCAAqB,CAAA;IACrB,2EAA2E;IAC3E,6CAA2B,CAAA;IAC3B,iDAAiD;IACjD,mCAAiB,CAAA;AACnB,CAAC,EATW,cAAc,8BAAd,cAAc,QASzB"}
|
|
@@ -134,15 +134,13 @@ export interface GetSetupInfoRequest {
|
|
|
134
134
|
includeRegistrar?: boolean;
|
|
135
135
|
}
|
|
136
136
|
export declare enum ConnectionType {
|
|
137
|
-
/**
|
|
137
|
+
/** There is no information about the connection type. */
|
|
138
138
|
UNKNOWN_CONNECTION_TYPE = "UNKNOWN_CONNECTION_TYPE",
|
|
139
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
139
140
|
POINTING = "POINTING",
|
|
141
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
140
142
|
NAMESERVERS = "NAMESERVERS",
|
|
141
|
-
/**
|
|
142
|
-
* internal used by photography company.
|
|
143
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
144
|
-
* is not visible in my domains page.
|
|
145
|
-
*/
|
|
143
|
+
/** The domain isn't visible to site visitors. */
|
|
146
144
|
HIDDEN = "HIDDEN"
|
|
147
145
|
}
|
|
148
146
|
export interface GetSetupInfoResponse {
|
|
@@ -29,15 +29,13 @@ const rename_all_nested_keys_1 = require("@wix/sdk-runtime/rename-all-nested-key
|
|
|
29
29
|
const ambassadorWixPremiumDomainsV1ConnectedDomainSetupInfo = __importStar(require("./premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.http.js"));
|
|
30
30
|
var ConnectionType;
|
|
31
31
|
(function (ConnectionType) {
|
|
32
|
-
/**
|
|
32
|
+
/** There is no information about the connection type. */
|
|
33
33
|
ConnectionType["UNKNOWN_CONNECTION_TYPE"] = "UNKNOWN_CONNECTION_TYPE";
|
|
34
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
34
35
|
ConnectionType["POINTING"] = "POINTING";
|
|
36
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
35
37
|
ConnectionType["NAMESERVERS"] = "NAMESERVERS";
|
|
36
|
-
/**
|
|
37
|
-
* internal used by photography company.
|
|
38
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
39
|
-
* is not visible in my domains page.
|
|
40
|
-
*/
|
|
38
|
+
/** The domain isn't visible to site visitors. */
|
|
41
39
|
ConnectionType["HIDDEN"] = "HIDDEN";
|
|
42
40
|
})(ConnectionType || (exports.ConnectionType = ConnectionType = {}));
|
|
43
41
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js","sourceRoot":"","sources":["../../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,4KAA8J;AAoJ9J,IAAY,
|
|
1
|
+
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js","sourceRoot":"","sources":["../../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,4KAA8J;AAoJ9J,IAAY,cASX;AATD,WAAY,cAAc;IACxB,yDAAyD;IACzD,qEAAmD,CAAA;IACnD,+EAA+E;IAC/E,uCAAqB,CAAA;IACrB,2EAA2E;IAC3E,6CAA2B,CAAA;IAC3B,iDAAiD;IACjD,mCAAiB,CAAA;AACnB,CAAC,EATW,cAAc,8BAAd,cAAc,QASzB;AA0ED;;;;;;;;;;;;;;GAcG;AACI,KAAK,UAAU,2BAA2B,CAC/C,iBAAyB;IAIzB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC;QACpD,iBAAiB,EAAE,iBAAiB;KACrC,CAAC,CAAC;IAEH,MAAM,OAAO,GACX,qDAAqD,CAAC,2BAA2B,CAC/E,OAAO,CACR,CAAC;IAEJ,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAC;YACzD,EAAE,wBAAyB,CAAC;IAChC,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,iBAAiB,EAAE,MAAM,EAAE;YACvD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,mBAAmB,CAAC,CACtB,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAzCD,kEAyCC"}
|
|
@@ -134,15 +134,13 @@ export interface GetSetupInfoRequest {
|
|
|
134
134
|
includeRegistrar?: boolean;
|
|
135
135
|
}
|
|
136
136
|
export declare enum ConnectionType {
|
|
137
|
-
/**
|
|
137
|
+
/** There is no information about the connection type. */
|
|
138
138
|
UNKNOWN_CONNECTION_TYPE = "UNKNOWN_CONNECTION_TYPE",
|
|
139
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
139
140
|
POINTING = "POINTING",
|
|
141
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
140
142
|
NAMESERVERS = "NAMESERVERS",
|
|
141
|
-
/**
|
|
142
|
-
* internal used by photography company.
|
|
143
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
144
|
-
* is not visible in my domains page.
|
|
145
|
-
*/
|
|
143
|
+
/** The domain isn't visible to site visitors. */
|
|
146
144
|
HIDDEN = "HIDDEN"
|
|
147
145
|
}
|
|
148
146
|
export interface GetSetupInfoResponse {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
export var ConnectionType;
|
|
2
2
|
(function (ConnectionType) {
|
|
3
|
-
/**
|
|
3
|
+
/** There is no information about the connection type. */
|
|
4
4
|
ConnectionType["UNKNOWN_CONNECTION_TYPE"] = "UNKNOWN_CONNECTION_TYPE";
|
|
5
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
5
6
|
ConnectionType["POINTING"] = "POINTING";
|
|
7
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
6
8
|
ConnectionType["NAMESERVERS"] = "NAMESERVERS";
|
|
7
|
-
/**
|
|
8
|
-
* internal used by photography company.
|
|
9
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
10
|
-
* is not visible in my domains page.
|
|
11
|
-
*/
|
|
9
|
+
/** The domain isn't visible to site visitors. */
|
|
12
10
|
ConnectionType["HIDDEN"] = "HIDDEN";
|
|
13
11
|
})(ConnectionType || (ConnectionType = {}));
|
|
14
12
|
//# sourceMappingURL=premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js","sourceRoot":"","sources":["../../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.ts"],"names":[],"mappings":"AAkJA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.js","sourceRoot":"","sources":["../../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.types.ts"],"names":[],"mappings":"AAkJA,MAAM,CAAN,IAAY,cASX;AATD,WAAY,cAAc;IACxB,yDAAyD;IACzD,qEAAmD,CAAA;IACnD,+EAA+E;IAC/E,uCAAqB,CAAA;IACrB,2EAA2E;IAC3E,6CAA2B,CAAA;IAC3B,iDAAiD;IACjD,mCAAiB,CAAA;AACnB,CAAC,EATW,cAAc,KAAd,cAAc,QASzB"}
|
|
@@ -134,15 +134,13 @@ export interface GetSetupInfoRequest {
|
|
|
134
134
|
includeRegistrar?: boolean;
|
|
135
135
|
}
|
|
136
136
|
export declare enum ConnectionType {
|
|
137
|
-
/**
|
|
137
|
+
/** There is no information about the connection type. */
|
|
138
138
|
UNKNOWN_CONNECTION_TYPE = "UNKNOWN_CONNECTION_TYPE",
|
|
139
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
139
140
|
POINTING = "POINTING",
|
|
141
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
140
142
|
NAMESERVERS = "NAMESERVERS",
|
|
141
|
-
/**
|
|
142
|
-
* internal used by photography company.
|
|
143
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
144
|
-
* is not visible in my domains page.
|
|
145
|
-
*/
|
|
143
|
+
/** The domain isn't visible to site visitors. */
|
|
146
144
|
HIDDEN = "HIDDEN"
|
|
147
145
|
}
|
|
148
146
|
export interface GetSetupInfoResponse {
|
|
@@ -3,15 +3,13 @@ import { renameKeysFromSDKRequestToRESTRequest, renameKeysFromRESTResponseToSDKR
|
|
|
3
3
|
import * as ambassadorWixPremiumDomainsV1ConnectedDomainSetupInfo from './premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.http.js';
|
|
4
4
|
export var ConnectionType;
|
|
5
5
|
(function (ConnectionType) {
|
|
6
|
-
/**
|
|
6
|
+
/** There is no information about the connection type. */
|
|
7
7
|
ConnectionType["UNKNOWN_CONNECTION_TYPE"] = "UNKNOWN_CONNECTION_TYPE";
|
|
8
|
+
/** The domain is connected by pointing. Wix doesn't manage DNS information. */
|
|
8
9
|
ConnectionType["POINTING"] = "POINTING";
|
|
10
|
+
/** The domain is connected by nameservers. Wix manages DNS information. */
|
|
9
11
|
ConnectionType["NAMESERVERS"] = "NAMESERVERS";
|
|
10
|
-
/**
|
|
11
|
-
* internal used by photography company.
|
|
12
|
-
* when a customer creates a photo album, each album has its sub domain and this sub domain
|
|
13
|
-
* is not visible in my domains page.
|
|
14
|
-
*/
|
|
12
|
+
/** The domain isn't visible to site visitors. */
|
|
15
13
|
ConnectionType["HIDDEN"] = "HIDDEN";
|
|
16
14
|
})(ConnectionType || (ConnectionType = {}));
|
|
17
15
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js","sourceRoot":"","sources":["../../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,qDAAqD,MAAM,sFAAsF,CAAC;AAoJ9J,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.js","sourceRoot":"","sources":["../../../../src/premium-domains-v1-connected-domain-setup-info-connected-domain-setup-info.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,qDAAqD,MAAM,sFAAsF,CAAC;AAoJ9J,MAAM,CAAN,IAAY,cASX;AATD,WAAY,cAAc;IACxB,yDAAyD;IACzD,qEAAmD,CAAA;IACnD,+EAA+E;IAC/E,uCAAqB,CAAA;IACrB,2EAA2E;IAC3E,6CAA2B,CAAA;IAC3B,iDAAiD;IACjD,mCAAiB,CAAA;AACnB,CAAC,EATW,cAAc,KAAd,cAAc,QASzB;AA0ED;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,KAAK,UAAU,2BAA2B,CAC/C,iBAAyB;IAIzB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,qCAAqC,CAAC;QACpD,iBAAiB,EAAE,iBAAiB;KACrC,CAAC,CAAC;IAEH,MAAM,OAAO,GACX,qDAAqD,CAAC,2BAA2B,CAC/E,OAAO,CACR,CAAC;IAEJ,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,uCAAuC,CAAC,MAAM,CAAC,IAAI,CAAC;YACzD,EAAE,wBAAyB,CAAC;IAChC,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,iBAAiB,CACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,iBAAiB,EAAE,MAAM,EAAE;YACvD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,mBAAmB,CAAC,CACtB,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_domains_connected-domain-setup-info",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.premium.domains.v1.connected_domain_setup_info"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "b2aa1df70dacad900e82548621bceddebf7232b3f0c21b416a27183f"
|
|
52
52
|
}
|