@wix/app-extensions 1.0.147 → 1.0.149
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 +8 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +7 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +89 -16
- package/build/trusted/cjs/index.js +8 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +89 -16
- package/build/trusted/es/index.mjs +7 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -3131,6 +3131,12 @@ var TokenEndpointAuthMethod = /* @__PURE__ */ ((TokenEndpointAuthMethod2) => {
|
|
|
3131
3131
|
TokenEndpointAuthMethod2["CLIENT_SECRET_BASIC"] = "CLIENT_SECRET_BASIC";
|
|
3132
3132
|
return TokenEndpointAuthMethod2;
|
|
3133
3133
|
})(TokenEndpointAuthMethod || {});
|
|
3134
|
+
var StoredToken = /* @__PURE__ */ ((StoredToken2) => {
|
|
3135
|
+
StoredToken2["UNKNOWN_STORED_TOKEN"] = "UNKNOWN_STORED_TOKEN";
|
|
3136
|
+
StoredToken2["ONLY_TOKEN"] = "ONLY_TOKEN";
|
|
3137
|
+
StoredToken2["PRIMARY_OF_MULTIPLE"] = "PRIMARY_OF_MULTIPLE";
|
|
3138
|
+
return StoredToken2;
|
|
3139
|
+
})(StoredToken || {});
|
|
3134
3140
|
var ScopeSeparator = /* @__PURE__ */ ((ScopeSeparator2) => {
|
|
3135
3141
|
ScopeSeparator2["UNKNOWN_SCOPE_SEPARATOR"] = "UNKNOWN_SCOPE_SEPARATOR";
|
|
3136
3142
|
ScopeSeparator2["SPACE"] = "SPACE";
|
|
@@ -6371,6 +6377,7 @@ export {
|
|
|
6371
6377
|
Status,
|
|
6372
6378
|
StorageDomain,
|
|
6373
6379
|
StorageType,
|
|
6380
|
+
StoredToken,
|
|
6374
6381
|
StringComponentType,
|
|
6375
6382
|
StyleType,
|
|
6376
6383
|
StylesPosition,
|