@wix/app-extensions 1.0.140 → 1.0.141
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 +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +40 -4
- package/build/trusted/cjs/index.js +1 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +40 -4
- package/build/trusted/es/index.mjs +1 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -3129,6 +3129,7 @@ var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
|
|
|
3129
3129
|
VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
|
|
3130
3130
|
VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
|
|
3131
3131
|
VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
|
|
3132
|
+
VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
|
|
3132
3133
|
return VerificationMethod2;
|
|
3133
3134
|
})(VerificationMethod || {});
|
|
3134
3135
|
var VerificationSource = /* @__PURE__ */ ((VerificationSource2) => {
|