@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/cjs/index.js
CHANGED
|
@@ -3706,6 +3706,7 @@ var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
|
|
|
3706
3706
|
VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
|
|
3707
3707
|
VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
|
|
3708
3708
|
VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
|
|
3709
|
+
VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
|
|
3709
3710
|
return VerificationMethod2;
|
|
3710
3711
|
})(VerificationMethod || {});
|
|
3711
3712
|
var VerificationSource = /* @__PURE__ */ ((VerificationSource2) => {
|