@retaila/shared-types 2.0.9 → 2.0.10
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/dist/index.d.mts +35 -1
- package/dist/index.d.ts +35 -1
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -263,6 +263,15 @@ var AccountDomainStatus = /* @__PURE__ */ ((AccountDomainStatus2) => {
|
|
|
263
263
|
return AccountDomainStatus2;
|
|
264
264
|
})(AccountDomainStatus || {});
|
|
265
265
|
|
|
266
|
+
// src/accountEmailDomain/types.ts
|
|
267
|
+
var AccountEmailDomainStatus = /* @__PURE__ */ ((AccountEmailDomainStatus2) => {
|
|
268
|
+
AccountEmailDomainStatus2["PENDING"] = "PENDING";
|
|
269
|
+
AccountEmailDomainStatus2["DNS_PENDING"] = "DNS_PENDING";
|
|
270
|
+
AccountEmailDomainStatus2["ACTIVE"] = "ACTIVE";
|
|
271
|
+
AccountEmailDomainStatus2["INACTIVE"] = "INACTIVE";
|
|
272
|
+
return AccountEmailDomainStatus2;
|
|
273
|
+
})(AccountEmailDomainStatus || {});
|
|
274
|
+
|
|
266
275
|
// src/accountIntegration/types.ts
|
|
267
276
|
var AccountIntegrationStatus = /* @__PURE__ */ ((AccountIntegrationStatus2) => {
|
|
268
277
|
AccountIntegrationStatus2["ACTIVE"] = "ACTIVE";
|
|
@@ -1090,6 +1099,7 @@ export {
|
|
|
1090
1099
|
AccountDeliveryOptionStatus,
|
|
1091
1100
|
AccountDeliveryOptionZoneStatus,
|
|
1092
1101
|
AccountDomainStatus,
|
|
1102
|
+
AccountEmailDomainStatus,
|
|
1093
1103
|
AccountExchangeRateType,
|
|
1094
1104
|
AccountIntegrationConnectionStatus,
|
|
1095
1105
|
AccountIntegrationEnvironment,
|