@wix/app-extensions 1.0.92 → 1.0.94
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 +25 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +23 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +91 -1
- package/build/trusted/cjs/index.js +25 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +91 -1
- package/build/trusted/es/index.mjs +23 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -181,6 +181,7 @@ __export(index_exports, {
|
|
|
181
181
|
ListEventFromCalendars: () => ListEventFromCalendars,
|
|
182
182
|
ListStyle: () => ListStyle,
|
|
183
183
|
LockableOperation: () => LockableOperation,
|
|
184
|
+
LoopEffectType: () => LoopEffectType,
|
|
184
185
|
MandatoryField: () => MandatoryField,
|
|
185
186
|
MapType: () => MapType,
|
|
186
187
|
Maturity: () => Maturity,
|
|
@@ -244,6 +245,7 @@ __export(index_exports, {
|
|
|
244
245
|
RequiredIndicatorPlacement: () => RequiredIndicatorPlacement,
|
|
245
246
|
ResizeDirection: () => ResizeDirection,
|
|
246
247
|
Resizing: () => Resizing,
|
|
248
|
+
ResponseBodyDecoding: () => ResponseBodyDecoding,
|
|
247
249
|
ResponsivenessBehaviour: () => ResponsivenessBehaviour,
|
|
248
250
|
RestrictedOperation: () => RestrictedOperation,
|
|
249
251
|
RestrictionLevel: () => RestrictionLevel,
|
|
@@ -1199,6 +1201,22 @@ var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
|
|
|
1199
1201
|
EntranceEffectType2["WINK"] = "WINK";
|
|
1200
1202
|
return EntranceEffectType2;
|
|
1201
1203
|
})(EntranceEffectType || {});
|
|
1204
|
+
var LoopEffectType = /* @__PURE__ */ ((LoopEffectType2) => {
|
|
1205
|
+
LoopEffectType2["BOUNCE"] = "BOUNCE";
|
|
1206
|
+
LoopEffectType2["BREATHE"] = "BREATHE";
|
|
1207
|
+
LoopEffectType2["CROSS"] = "CROSS";
|
|
1208
|
+
LoopEffectType2["FLASH"] = "FLASH";
|
|
1209
|
+
LoopEffectType2["FLIP"] = "FLIP";
|
|
1210
|
+
LoopEffectType2["FOLD"] = "FOLD";
|
|
1211
|
+
LoopEffectType2["JELLO"] = "JELLO";
|
|
1212
|
+
LoopEffectType2["POKE"] = "POKE";
|
|
1213
|
+
LoopEffectType2["PULSE"] = "PULSE";
|
|
1214
|
+
LoopEffectType2["RUBBER"] = "RUBBER";
|
|
1215
|
+
LoopEffectType2["SPIN"] = "SPIN";
|
|
1216
|
+
LoopEffectType2["SWING"] = "SWING";
|
|
1217
|
+
LoopEffectType2["WIGGLE"] = "WIGGLE";
|
|
1218
|
+
return LoopEffectType2;
|
|
1219
|
+
})(LoopEffectType || {});
|
|
1202
1220
|
var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
1203
1221
|
TextAlignment2["AUTO"] = "AUTO";
|
|
1204
1222
|
TextAlignment2["LEFT"] = "LEFT";
|
|
@@ -3581,6 +3599,11 @@ var DispatchHttpMethod = /* @__PURE__ */ ((DispatchHttpMethod2) => {
|
|
|
3581
3599
|
DispatchHttpMethod2["OPTIONS"] = "OPTIONS";
|
|
3582
3600
|
return DispatchHttpMethod2;
|
|
3583
3601
|
})(DispatchHttpMethod || {});
|
|
3602
|
+
var ResponseBodyDecoding = /* @__PURE__ */ ((ResponseBodyDecoding2) => {
|
|
3603
|
+
ResponseBodyDecoding2["UNKNOWN_RESPONSE_BODY_DECODING"] = "UNKNOWN_RESPONSE_BODY_DECODING";
|
|
3604
|
+
ResponseBodyDecoding2["BASE64_TEXT"] = "BASE64_TEXT";
|
|
3605
|
+
return ResponseBodyDecoding2;
|
|
3606
|
+
})(ResponseBodyDecoding || {});
|
|
3584
3607
|
var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
|
|
3585
3608
|
VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
|
|
3586
3609
|
VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
|
|
@@ -6635,6 +6658,7 @@ function toolsProviderConfig({
|
|
|
6635
6658
|
ListEventFromCalendars,
|
|
6636
6659
|
ListStyle,
|
|
6637
6660
|
LockableOperation,
|
|
6661
|
+
LoopEffectType,
|
|
6638
6662
|
MandatoryField,
|
|
6639
6663
|
MapType,
|
|
6640
6664
|
Maturity,
|
|
@@ -6698,6 +6722,7 @@ function toolsProviderConfig({
|
|
|
6698
6722
|
RequiredIndicatorPlacement,
|
|
6699
6723
|
ResizeDirection,
|
|
6700
6724
|
Resizing,
|
|
6725
|
+
ResponseBodyDecoding,
|
|
6701
6726
|
ResponsivenessBehaviour,
|
|
6702
6727
|
RestrictedOperation,
|
|
6703
6728
|
RestrictionLevel,
|