@wix/app-extensions 1.0.86 → 1.0.87

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.
@@ -237,6 +237,7 @@ __export(index_exports, {
237
237
  RegionScopeScope: () => RegionScopeScope,
238
238
  RegionType: () => RegionType,
239
239
  ReplacementType: () => ReplacementType,
240
+ ReplayProtection: () => ReplayProtection,
240
241
  RequiredIndicator: () => RequiredIndicator,
241
242
  RequiredIndicatorPlacement: () => RequiredIndicatorPlacement,
242
243
  ResizeDirection: () => ResizeDirection,
@@ -256,6 +257,8 @@ __export(index_exports, {
256
257
  ScriptType: () => ScriptType,
257
258
  SidebarDataType: () => SidebarDataType,
258
259
  SidebarEntityType: () => SidebarEntityType,
260
+ SignatureEncoding: () => SignatureEncoding,
261
+ SignedPayload: () => SignedPayload,
259
262
  SimpleType: () => SimpleType,
260
263
  SiteMembersSsrCaching: () => SiteMembersSsrCaching,
261
264
  SizingType: () => SizingType,
@@ -297,6 +300,8 @@ __export(index_exports, {
297
300
  ValueConstraintType: () => ValueConstraintType,
298
301
  Variant: () => Variant,
299
302
  VectorArtCategoryTypes: () => VectorArtCategoryTypes,
303
+ VerificationMethod: () => VerificationMethod,
304
+ VerificationSource: () => VerificationSource,
300
305
  Vertical: () => Vertical,
301
306
  VerticalAlignment: () => VerticalAlignment,
302
307
  VerticalAlignmentAlignment: () => VerticalAlignmentAlignment,
@@ -3533,6 +3538,41 @@ var DispatchHttpMethod = /* @__PURE__ */ ((DispatchHttpMethod2) => {
3533
3538
  DispatchHttpMethod2["OPTIONS"] = "OPTIONS";
3534
3539
  return DispatchHttpMethod2;
3535
3540
  })(DispatchHttpMethod || {});
3541
+ var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
3542
+ VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
3543
+ VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
3544
+ VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
3545
+ VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
3546
+ VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
3547
+ VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
3548
+ return VerificationMethod2;
3549
+ })(VerificationMethod || {});
3550
+ var VerificationSource = /* @__PURE__ */ ((VerificationSource2) => {
3551
+ VerificationSource2["UNKNOWN_VERIFICATION_SOURCE"] = "UNKNOWN_VERIFICATION_SOURCE";
3552
+ VerificationSource2["CONNECTOR_WIDE"] = "CONNECTOR_WIDE";
3553
+ VerificationSource2["PER_REGISTRATION"] = "PER_REGISTRATION";
3554
+ VerificationSource2["UNSIGNED"] = "UNSIGNED";
3555
+ return VerificationSource2;
3556
+ })(VerificationSource || {});
3557
+ var SignatureEncoding = /* @__PURE__ */ ((SignatureEncoding2) => {
3558
+ SignatureEncoding2["UNKNOWN_SIGNATURE_ENCODING"] = "UNKNOWN_SIGNATURE_ENCODING";
3559
+ SignatureEncoding2["HEX"] = "HEX";
3560
+ SignatureEncoding2["BASE64"] = "BASE64";
3561
+ return SignatureEncoding2;
3562
+ })(SignatureEncoding || {});
3563
+ var SignedPayload = /* @__PURE__ */ ((SignedPayload2) => {
3564
+ SignedPayload2["UNKNOWN_SIGNED_PAYLOAD"] = "UNKNOWN_SIGNED_PAYLOAD";
3565
+ SignedPayload2["RAW_BODY"] = "RAW_BODY";
3566
+ SignedPayload2["TIMESTAMP_DOT_RAW_BODY"] = "TIMESTAMP_DOT_RAW_BODY";
3567
+ SignedPayload2["VERSION_TIMESTAMP_BODY"] = "VERSION_TIMESTAMP_BODY";
3568
+ return SignedPayload2;
3569
+ })(SignedPayload || {});
3570
+ var ReplayProtection = /* @__PURE__ */ ((ReplayProtection2) => {
3571
+ ReplayProtection2["UNKNOWN_REPLAY_PROTECTION"] = "UNKNOWN_REPLAY_PROTECTION";
3572
+ ReplayProtection2["DELIVERY_ID_HEADER"] = "DELIVERY_ID_HEADER";
3573
+ ReplayProtection2["BODY_HASH_WITHIN_TIMESTAMP_WINDOW"] = "BODY_HASH_WITHIN_TIMESTAMP_WINDOW";
3574
+ return ReplayProtection2;
3575
+ })(ReplayProtection || {});
3536
3576
  var AuthType = /* @__PURE__ */ ((AuthType2) => {
3537
3577
  AuthType2["UNKNOWN_AUTH_TYPE"] = "UNKNOWN_AUTH_TYPE";
3538
3578
  AuthType2["OAUTH2"] = "OAUTH2";
@@ -6596,6 +6636,7 @@ function editorExposure({
6596
6636
  RegionScopeScope,
6597
6637
  RegionType,
6598
6638
  ReplacementType,
6639
+ ReplayProtection,
6599
6640
  RequiredIndicator,
6600
6641
  RequiredIndicatorPlacement,
6601
6642
  ResizeDirection,
@@ -6615,6 +6656,8 @@ function editorExposure({
6615
6656
  ScriptType,
6616
6657
  SidebarDataType,
6617
6658
  SidebarEntityType,
6659
+ SignatureEncoding,
6660
+ SignedPayload,
6618
6661
  SimpleType,
6619
6662
  SiteMembersSsrCaching,
6620
6663
  SizingType,
@@ -6656,6 +6699,8 @@ function editorExposure({
6656
6699
  ValueConstraintType,
6657
6700
  Variant,
6658
6701
  VectorArtCategoryTypes,
6702
+ VerificationMethod,
6703
+ VerificationSource,
6659
6704
  Vertical,
6660
6705
  VerticalAlignment,
6661
6706
  VerticalAlignmentAlignment,