@wix/app-extensions 1.0.88 → 1.0.89
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 +22 -6
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +20 -6
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +89 -11
- package/build/trusted/cjs/index.js +22 -6
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +89 -11
- package/build/trusted/es/index.mjs +20 -6
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -2951,18 +2951,30 @@ var IdentityHttpMethod = /* @__PURE__ */ ((IdentityHttpMethod2) => {
|
|
|
2951
2951
|
IdentityHttpMethod2["POST"] = "POST";
|
|
2952
2952
|
return IdentityHttpMethod2;
|
|
2953
2953
|
})(IdentityHttpMethod || {});
|
|
2954
|
-
var
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
return
|
|
2959
|
-
})(
|
|
2954
|
+
var RevocationHttpMethod = /* @__PURE__ */ ((RevocationHttpMethod2) => {
|
|
2955
|
+
RevocationHttpMethod2["UNKNOWN_REVOCATION_HTTP_METHOD"] = "UNKNOWN_REVOCATION_HTTP_METHOD";
|
|
2956
|
+
RevocationHttpMethod2["POST"] = "POST";
|
|
2957
|
+
RevocationHttpMethod2["DELETE"] = "DELETE";
|
|
2958
|
+
return RevocationHttpMethod2;
|
|
2959
|
+
})(RevocationHttpMethod || {});
|
|
2960
|
+
var RevocationBodyStyle = /* @__PURE__ */ ((RevocationBodyStyle2) => {
|
|
2961
|
+
RevocationBodyStyle2["UNKNOWN_REVOCATION_BODY_STYLE"] = "UNKNOWN_REVOCATION_BODY_STYLE";
|
|
2962
|
+
RevocationBodyStyle2["FORM"] = "FORM";
|
|
2963
|
+
RevocationBodyStyle2["JSON"] = "JSON";
|
|
2964
|
+
return RevocationBodyStyle2;
|
|
2965
|
+
})(RevocationBodyStyle || {});
|
|
2960
2966
|
var TokenEndpointAuthMethod = /* @__PURE__ */ ((TokenEndpointAuthMethod2) => {
|
|
2961
2967
|
TokenEndpointAuthMethod2["UNKNOWN_TOKEN_ENDPOINT_AUTH_METHOD"] = "UNKNOWN_TOKEN_ENDPOINT_AUTH_METHOD";
|
|
2962
2968
|
TokenEndpointAuthMethod2["CLIENT_SECRET_POST"] = "CLIENT_SECRET_POST";
|
|
2963
2969
|
TokenEndpointAuthMethod2["CLIENT_SECRET_BASIC"] = "CLIENT_SECRET_BASIC";
|
|
2964
2970
|
return TokenEndpointAuthMethod2;
|
|
2965
2971
|
})(TokenEndpointAuthMethod || {});
|
|
2972
|
+
var ScopeSeparator = /* @__PURE__ */ ((ScopeSeparator2) => {
|
|
2973
|
+
ScopeSeparator2["UNKNOWN_SCOPE_SEPARATOR"] = "UNKNOWN_SCOPE_SEPARATOR";
|
|
2974
|
+
ScopeSeparator2["SPACE"] = "SPACE";
|
|
2975
|
+
ScopeSeparator2["COMMA"] = "COMMA";
|
|
2976
|
+
return ScopeSeparator2;
|
|
2977
|
+
})(ScopeSeparator || {});
|
|
2966
2978
|
var DurableCredentialMode = /* @__PURE__ */ ((DurableCredentialMode2) => {
|
|
2967
2979
|
DurableCredentialMode2["UNKNOWN_DURABLE_CREDENTIAL_MODE"] = "UNKNOWN_DURABLE_CREDENTIAL_MODE";
|
|
2968
2980
|
DurableCredentialMode2["REFRESH_TOKEN"] = "REFRESH_TOKEN";
|
|
@@ -6097,6 +6109,8 @@ export {
|
|
|
6097
6109
|
ResponsivenessBehaviour,
|
|
6098
6110
|
RestrictedOperation,
|
|
6099
6111
|
RestrictionLevel,
|
|
6112
|
+
RevocationBodyStyle,
|
|
6113
|
+
RevocationHttpMethod,
|
|
6100
6114
|
RichTextAbilities,
|
|
6101
6115
|
Scaling,
|
|
6102
6116
|
SchedulingComponentType,
|