@wix/app-extensions 1.0.79 → 1.0.80

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.
@@ -93,6 +93,7 @@ __export(index_exports, {
93
93
  DefaultTextStyle: () => DefaultTextStyle,
94
94
  DesignTarget: () => DesignTarget,
95
95
  Direction: () => Direction,
96
+ DispatchHttpMethod: () => DispatchHttpMethod,
96
97
  DisplayFieldType: () => DisplayFieldType,
97
98
  DisplayValueEnumDisplayValue: () => DisplayValueEnumDisplayValue,
98
99
  DividerDataAlignment: () => DividerDataAlignment,
@@ -142,6 +143,7 @@ __export(index_exports, {
142
143
  HorizontalDocking: () => HorizontalDocking,
143
144
  HostContainerId: () => HostContainerId,
144
145
  IconType: () => IconType,
146
+ IdentityHttpMethod: () => IdentityHttpMethod,
145
147
  ImageCategoryTypes: () => ImageCategoryTypes,
146
148
  ImageFit: () => ImageFit,
147
149
  ImagePosition: () => ImagePosition,
@@ -3489,6 +3491,12 @@ var PremiumProviderFailurePolicy = /* @__PURE__ */ ((PremiumProviderFailurePolic
3489
3491
  PremiumProviderFailurePolicy2["FAIL_CLOSED"] = "FAIL_CLOSED";
3490
3492
  return PremiumProviderFailurePolicy2;
3491
3493
  })(PremiumProviderFailurePolicy || {});
3494
+ var IdentityHttpMethod = /* @__PURE__ */ ((IdentityHttpMethod2) => {
3495
+ IdentityHttpMethod2["UNKNOWN_IDENTITY_HTTP_METHOD"] = "UNKNOWN_IDENTITY_HTTP_METHOD";
3496
+ IdentityHttpMethod2["GET"] = "GET";
3497
+ IdentityHttpMethod2["POST"] = "POST";
3498
+ return IdentityHttpMethod2;
3499
+ })(IdentityHttpMethod || {});
3492
3500
  var ScopeSeparator = /* @__PURE__ */ ((ScopeSeparator2) => {
3493
3501
  ScopeSeparator2["UNKNOWN_SCOPE_SEPARATOR"] = "UNKNOWN_SCOPE_SEPARATOR";
3494
3502
  ScopeSeparator2["SPACE"] = "SPACE";
@@ -3501,6 +3509,17 @@ var TokenEndpointAuthMethod = /* @__PURE__ */ ((TokenEndpointAuthMethod2) => {
3501
3509
  TokenEndpointAuthMethod2["CLIENT_SECRET_BASIC"] = "CLIENT_SECRET_BASIC";
3502
3510
  return TokenEndpointAuthMethod2;
3503
3511
  })(TokenEndpointAuthMethod || {});
3512
+ var DispatchHttpMethod = /* @__PURE__ */ ((DispatchHttpMethod2) => {
3513
+ DispatchHttpMethod2["UNKNOWN_DISPATCH_HTTP_METHOD"] = "UNKNOWN_DISPATCH_HTTP_METHOD";
3514
+ DispatchHttpMethod2["GET"] = "GET";
3515
+ DispatchHttpMethod2["POST"] = "POST";
3516
+ DispatchHttpMethod2["PUT"] = "PUT";
3517
+ DispatchHttpMethod2["PATCH"] = "PATCH";
3518
+ DispatchHttpMethod2["DELETE"] = "DELETE";
3519
+ DispatchHttpMethod2["HEAD"] = "HEAD";
3520
+ DispatchHttpMethod2["OPTIONS"] = "OPTIONS";
3521
+ return DispatchHttpMethod2;
3522
+ })(DispatchHttpMethod || {});
3504
3523
  var AuthType = /* @__PURE__ */ ((AuthType2) => {
3505
3524
  AuthType2["UNKNOWN_AUTH_TYPE"] = "UNKNOWN_AUTH_TYPE";
3506
3525
  AuthType2["OAUTH2"] = "OAUTH2";
@@ -6420,6 +6439,7 @@ function editorExposure({
6420
6439
  DefaultTextStyle,
6421
6440
  DesignTarget,
6422
6441
  Direction,
6442
+ DispatchHttpMethod,
6423
6443
  DisplayFieldType,
6424
6444
  DisplayValueEnumDisplayValue,
6425
6445
  DividerDataAlignment,
@@ -6469,6 +6489,7 @@ function editorExposure({
6469
6489
  HorizontalDocking,
6470
6490
  HostContainerId,
6471
6491
  IconType,
6492
+ IdentityHttpMethod,
6472
6493
  ImageCategoryTypes,
6473
6494
  ImageFit,
6474
6495
  ImagePosition,