@wix/auto_sdk_data-extension-schema_schemas 1.0.165 → 1.0.166
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/index.js +6 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +14 -2
- package/build/cjs/index.typings.js +6 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +14 -2
- package/build/cjs/meta.js +6 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +6 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +14 -2
- package/build/es/index.typings.mjs +6 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +14 -2
- package/build/es/meta.mjs +6 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +6 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +14 -2
- package/build/internal/cjs/index.typings.js +6 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +14 -2
- package/build/internal/cjs/meta.js +6 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +6 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +14 -2
- package/build/internal/es/index.typings.mjs +6 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +14 -2
- package/build/internal/es/meta.mjs +6 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -3063,7 +3063,13 @@ var RegionScopeScope = /* @__PURE__ */ ((RegionScopeScope2) => {
|
|
|
3063
3063
|
return RegionScopeScope2;
|
|
3064
3064
|
})(RegionScopeScope || {});
|
|
3065
3065
|
var ValidationTargetMethod = /* @__PURE__ */ ((ValidationTargetMethod2) => {
|
|
3066
|
+
ValidationTargetMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
|
|
3066
3067
|
ValidationTargetMethod2["RESCHEDULE"] = "RESCHEDULE";
|
|
3068
|
+
ValidationTargetMethod2["CREATE"] = "CREATE";
|
|
3069
|
+
ValidationTargetMethod2["CANCEL"] = "CANCEL";
|
|
3070
|
+
ValidationTargetMethod2["CREATE_MULTI_SERVICE"] = "CREATE_MULTI_SERVICE";
|
|
3071
|
+
ValidationTargetMethod2["CANCEL_MULTI_SERVICE"] = "CANCEL_MULTI_SERVICE";
|
|
3072
|
+
ValidationTargetMethod2["RESCHEDULE_MULTI_SERVICE"] = "RESCHEDULE_MULTI_SERVICE";
|
|
3067
3073
|
return ValidationTargetMethod2;
|
|
3068
3074
|
})(ValidationTargetMethod || {});
|
|
3069
3075
|
var VibeActionType = /* @__PURE__ */ ((VibeActionType2) => {
|