@wix/app-extensions 1.0.60 → 1.0.62
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 +3 -2
- package/build/cjs/index.js +44 -5
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.d.mts +3 -2
- package/build/es/index.mjs +40 -5
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +243 -44
- package/build/trusted/cjs/index.js +44 -5
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +243 -44
- package/build/trusted/es/index.mjs +40 -5
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -42,6 +42,7 @@ __export(index_exports, {
|
|
|
42
42
|
ArrayComponentType: () => ArrayComponentType,
|
|
43
43
|
AspectRatio: () => AspectRatio,
|
|
44
44
|
AssetType: () => AssetType,
|
|
45
|
+
AuthType: () => AuthType,
|
|
45
46
|
AvatarShape: () => AvatarShape,
|
|
46
47
|
BackOfficeHostingPlatforms: () => BackOfficeHostingPlatforms,
|
|
47
48
|
BackOfficeScriptAssetType: () => BackOfficeScriptAssetType,
|
|
@@ -243,6 +244,7 @@ __export(index_exports, {
|
|
|
243
244
|
SchemaFieldFieldType: () => SchemaFieldFieldType,
|
|
244
245
|
SchemaScope: () => SchemaScope,
|
|
245
246
|
Scope: () => Scope,
|
|
247
|
+
ScopeSeparator: () => ScopeSeparator,
|
|
246
248
|
ScopeType: () => ScopeType,
|
|
247
249
|
ScriptType: () => ScriptType,
|
|
248
250
|
SidebarDataType: () => SidebarDataType,
|
|
@@ -273,6 +275,7 @@ __export(index_exports, {
|
|
|
273
275
|
ThumbnailsAlignment: () => ThumbnailsAlignment,
|
|
274
276
|
ThumbnailsSize: () => ThumbnailsSize,
|
|
275
277
|
TimeConstraintType: () => TimeConstraintType,
|
|
278
|
+
TokenEndpointAuthMethod: () => TokenEndpointAuthMethod,
|
|
276
279
|
Trigger: () => Trigger,
|
|
277
280
|
Type: () => Type,
|
|
278
281
|
TypedDynamicParamType: () => TypedDynamicParamType,
|
|
@@ -366,6 +369,7 @@ __export(index_exports, {
|
|
|
366
369
|
componentReferenceDataProvider: () => componentReferenceDataProvider,
|
|
367
370
|
componentsTranslationsAdditionalFieldsProvider: () => componentsTranslationsAdditionalFieldsProvider,
|
|
368
371
|
componentsValidatorProvider: () => componentsValidatorProvider,
|
|
372
|
+
connectorConfig: () => connectorConfig,
|
|
369
373
|
contactLabels: () => contactLabels,
|
|
370
374
|
contactNotification: () => contactNotification,
|
|
371
375
|
contactsSegmentsV2FilterProvider: () => contactsSegmentsV2FilterProvider,
|
|
@@ -1380,6 +1384,11 @@ var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
|
|
|
1380
1384
|
LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1381
1385
|
return LayoutDataImagePosition2;
|
|
1382
1386
|
})(LayoutDataImagePosition || {});
|
|
1387
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1388
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1389
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1390
|
+
return LayoutDataBackgroundType2;
|
|
1391
|
+
})(LayoutDataBackgroundType || {});
|
|
1383
1392
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
1384
1393
|
Origin2["IMAGE"] = "IMAGE";
|
|
1385
1394
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -1390,11 +1399,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
1390
1399
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
1391
1400
|
return BannerPosition2;
|
|
1392
1401
|
})(BannerPosition || {});
|
|
1393
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1394
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1395
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1396
|
-
return LayoutDataBackgroundType2;
|
|
1397
|
-
})(LayoutDataBackgroundType || {});
|
|
1398
1402
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1399
1403
|
BackdropType2["COLOR"] = "COLOR";
|
|
1400
1404
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -1725,6 +1729,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
1725
1729
|
ComponentType2["ROLLOUT_STEP_EXECUTOR"] = "ROLLOUT_STEP_EXECUTOR";
|
|
1726
1730
|
ComponentType2["BOOKINGS_PLATFORM_PREMIUM_VALIDATION"] = "BOOKINGS_PLATFORM_PREMIUM_VALIDATION";
|
|
1727
1731
|
ComponentType2["GLOBAL_CSS"] = "GLOBAL_CSS";
|
|
1732
|
+
ComponentType2["CONNECTOR_CONFIG"] = "CONNECTOR_CONFIG";
|
|
1728
1733
|
return ComponentType2;
|
|
1729
1734
|
})(ComponentType || {});
|
|
1730
1735
|
var CalendarType = /* @__PURE__ */ ((CalendarType2) => {
|
|
@@ -3463,6 +3468,24 @@ var PremiumProviderFailurePolicy = /* @__PURE__ */ ((PremiumProviderFailurePolic
|
|
|
3463
3468
|
PremiumProviderFailurePolicy2["FAIL_CLOSED"] = "FAIL_CLOSED";
|
|
3464
3469
|
return PremiumProviderFailurePolicy2;
|
|
3465
3470
|
})(PremiumProviderFailurePolicy || {});
|
|
3471
|
+
var ScopeSeparator = /* @__PURE__ */ ((ScopeSeparator2) => {
|
|
3472
|
+
ScopeSeparator2["UNKNOWN_SCOPE_SEPARATOR"] = "UNKNOWN_SCOPE_SEPARATOR";
|
|
3473
|
+
ScopeSeparator2["SPACE"] = "SPACE";
|
|
3474
|
+
ScopeSeparator2["COMMA"] = "COMMA";
|
|
3475
|
+
return ScopeSeparator2;
|
|
3476
|
+
})(ScopeSeparator || {});
|
|
3477
|
+
var TokenEndpointAuthMethod = /* @__PURE__ */ ((TokenEndpointAuthMethod2) => {
|
|
3478
|
+
TokenEndpointAuthMethod2["UNKNOWN_TOKEN_ENDPOINT_AUTH_METHOD"] = "UNKNOWN_TOKEN_ENDPOINT_AUTH_METHOD";
|
|
3479
|
+
TokenEndpointAuthMethod2["CLIENT_SECRET_POST"] = "CLIENT_SECRET_POST";
|
|
3480
|
+
TokenEndpointAuthMethod2["CLIENT_SECRET_BASIC"] = "CLIENT_SECRET_BASIC";
|
|
3481
|
+
return TokenEndpointAuthMethod2;
|
|
3482
|
+
})(TokenEndpointAuthMethod || {});
|
|
3483
|
+
var AuthType = /* @__PURE__ */ ((AuthType2) => {
|
|
3484
|
+
AuthType2["UNKNOWN_AUTH_TYPE"] = "UNKNOWN_AUTH_TYPE";
|
|
3485
|
+
AuthType2["OAUTH2"] = "OAUTH2";
|
|
3486
|
+
AuthType2["API_KEY"] = "API_KEY";
|
|
3487
|
+
return AuthType2;
|
|
3488
|
+
})(AuthType || {});
|
|
3466
3489
|
var Exposure = /* @__PURE__ */ ((Exposure2) => {
|
|
3467
3490
|
Exposure2["NONE_EXPOSURE"] = "NONE_EXPOSURE";
|
|
3468
3491
|
Exposure2["PRIVATE_EXPOSURE"] = "PRIVATE_EXPOSURE";
|
|
@@ -6239,6 +6262,18 @@ function globalCss({
|
|
|
6239
6262
|
compData: { globalCss: data }
|
|
6240
6263
|
};
|
|
6241
6264
|
}
|
|
6265
|
+
function connectorConfig({
|
|
6266
|
+
id,
|
|
6267
|
+
data,
|
|
6268
|
+
name
|
|
6269
|
+
}) {
|
|
6270
|
+
return {
|
|
6271
|
+
compId: id,
|
|
6272
|
+
compName: name,
|
|
6273
|
+
compType: "CONNECTOR_CONFIG" /* CONNECTOR_CONFIG */,
|
|
6274
|
+
compData: { connectorConfig: data }
|
|
6275
|
+
};
|
|
6276
|
+
}
|
|
6242
6277
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6243
6278
|
0 && (module.exports = {
|
|
6244
6279
|
A11yAttributes,
|
|
@@ -6263,6 +6298,7 @@ function globalCss({
|
|
|
6263
6298
|
ArrayComponentType,
|
|
6264
6299
|
AspectRatio,
|
|
6265
6300
|
AssetType,
|
|
6301
|
+
AuthType,
|
|
6266
6302
|
AvatarShape,
|
|
6267
6303
|
BackOfficeHostingPlatforms,
|
|
6268
6304
|
BackOfficeScriptAssetType,
|
|
@@ -6464,6 +6500,7 @@ function globalCss({
|
|
|
6464
6500
|
SchemaFieldFieldType,
|
|
6465
6501
|
SchemaScope,
|
|
6466
6502
|
Scope,
|
|
6503
|
+
ScopeSeparator,
|
|
6467
6504
|
ScopeType,
|
|
6468
6505
|
ScriptType,
|
|
6469
6506
|
SidebarDataType,
|
|
@@ -6494,6 +6531,7 @@ function globalCss({
|
|
|
6494
6531
|
ThumbnailsAlignment,
|
|
6495
6532
|
ThumbnailsSize,
|
|
6496
6533
|
TimeConstraintType,
|
|
6534
|
+
TokenEndpointAuthMethod,
|
|
6497
6535
|
Trigger,
|
|
6498
6536
|
Type,
|
|
6499
6537
|
TypedDynamicParamType,
|
|
@@ -6587,6 +6625,7 @@ function globalCss({
|
|
|
6587
6625
|
componentReferenceDataProvider,
|
|
6588
6626
|
componentsTranslationsAdditionalFieldsProvider,
|
|
6589
6627
|
componentsValidatorProvider,
|
|
6628
|
+
connectorConfig,
|
|
6590
6629
|
contactLabels,
|
|
6591
6630
|
contactNotification,
|
|
6592
6631
|
contactsSegmentsV2FilterProvider,
|