@wix/auto_sdk_data-extension-schema_schemas 1.0.231 → 1.0.233
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.d.ts +1 -1
- package/build/cjs/index.js +24 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +120 -3
- package/build/cjs/index.typings.js +24 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +120 -3
- package/build/cjs/meta.js +24 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +21 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +120 -3
- package/build/es/index.typings.mjs +21 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +120 -3
- package/build/es/meta.mjs +21 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +24 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +120 -3
- package/build/internal/cjs/index.typings.js +24 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +120 -3
- package/build/internal/cjs/meta.js +24 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +21 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +120 -3
- package/build/internal/es/index.typings.mjs +21 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +120 -3
- package/build/internal/es/meta.mjs +21 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.mjs
CHANGED
|
@@ -441,6 +441,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
441
441
|
ComponentType2["ROLLOUT_STEP_EXECUTOR"] = "ROLLOUT_STEP_EXECUTOR";
|
|
442
442
|
ComponentType2["BOOKINGS_PLATFORM_PREMIUM_VALIDATION"] = "BOOKINGS_PLATFORM_PREMIUM_VALIDATION";
|
|
443
443
|
ComponentType2["GLOBAL_CSS"] = "GLOBAL_CSS";
|
|
444
|
+
ComponentType2["CONNECTOR_CONFIG"] = "CONNECTOR_CONFIG";
|
|
444
445
|
return ComponentType2;
|
|
445
446
|
})(ComponentType || {});
|
|
446
447
|
var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
|
|
@@ -3051,6 +3052,23 @@ var PremiumProviderFailurePolicy = /* @__PURE__ */ ((PremiumProviderFailurePolic
|
|
|
3051
3052
|
PremiumProviderFailurePolicy2["FAIL_CLOSED"] = "FAIL_CLOSED";
|
|
3052
3053
|
return PremiumProviderFailurePolicy2;
|
|
3053
3054
|
})(PremiumProviderFailurePolicy || {});
|
|
3055
|
+
var ScopeSeparator = /* @__PURE__ */ ((ScopeSeparator2) => {
|
|
3056
|
+
ScopeSeparator2["UNKNOWN_SCOPE_SEPARATOR"] = "UNKNOWN_SCOPE_SEPARATOR";
|
|
3057
|
+
ScopeSeparator2["SPACE"] = "SPACE";
|
|
3058
|
+
ScopeSeparator2["COMMA"] = "COMMA";
|
|
3059
|
+
return ScopeSeparator2;
|
|
3060
|
+
})(ScopeSeparator || {});
|
|
3061
|
+
var TokenEndpointAuthMethod = /* @__PURE__ */ ((TokenEndpointAuthMethod2) => {
|
|
3062
|
+
TokenEndpointAuthMethod2["UNKNOWN_TOKEN_ENDPOINT_AUTH_METHOD"] = "UNKNOWN_TOKEN_ENDPOINT_AUTH_METHOD";
|
|
3063
|
+
TokenEndpointAuthMethod2["CLIENT_SECRET_POST"] = "CLIENT_SECRET_POST";
|
|
3064
|
+
TokenEndpointAuthMethod2["CLIENT_SECRET_BASIC"] = "CLIENT_SECRET_BASIC";
|
|
3065
|
+
return TokenEndpointAuthMethod2;
|
|
3066
|
+
})(TokenEndpointAuthMethod || {});
|
|
3067
|
+
var AuthType = /* @__PURE__ */ ((AuthType2) => {
|
|
3068
|
+
AuthType2["OAUTH2"] = "OAUTH2";
|
|
3069
|
+
AuthType2["API_KEY"] = "API_KEY";
|
|
3070
|
+
return AuthType2;
|
|
3071
|
+
})(AuthType || {});
|
|
3054
3072
|
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3055
3073
|
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3056
3074
|
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
@@ -3184,6 +3202,7 @@ export {
|
|
|
3184
3202
|
ArrayComponentType as ArrayComponentTypeOriginal,
|
|
3185
3203
|
AspectRatio as AspectRatioOriginal,
|
|
3186
3204
|
AssetType as AssetTypeOriginal,
|
|
3205
|
+
AuthType as AuthTypeOriginal,
|
|
3187
3206
|
AvatarShape as AvatarShapeOriginal,
|
|
3188
3207
|
BackOfficeHostingPlatforms as BackOfficeHostingPlatformsOriginal,
|
|
3189
3208
|
BackOfficeScriptAssetType as BackOfficeScriptAssetTypeOriginal,
|
|
@@ -3385,6 +3404,7 @@ export {
|
|
|
3385
3404
|
SchemaFieldFieldType as SchemaFieldFieldTypeOriginal,
|
|
3386
3405
|
SchemaScope as SchemaScopeOriginal,
|
|
3387
3406
|
Scope as ScopeOriginal,
|
|
3407
|
+
ScopeSeparator as ScopeSeparatorOriginal,
|
|
3388
3408
|
ScopeType as ScopeTypeOriginal,
|
|
3389
3409
|
ScriptType as ScriptTypeOriginal,
|
|
3390
3410
|
SidebarDataType as SidebarDataTypeOriginal,
|
|
@@ -3415,6 +3435,7 @@ export {
|
|
|
3415
3435
|
ThumbnailsAlignment as ThumbnailsAlignmentOriginal,
|
|
3416
3436
|
ThumbnailsSize as ThumbnailsSizeOriginal,
|
|
3417
3437
|
TimeConstraintType as TimeConstraintTypeOriginal,
|
|
3438
|
+
TokenEndpointAuthMethod as TokenEndpointAuthMethodOriginal,
|
|
3418
3439
|
Trigger as TriggerOriginal,
|
|
3419
3440
|
Type as TypeOriginal,
|
|
3420
3441
|
TypedDynamicParamType as TypedDynamicParamTypeOriginal,
|