@wix/app-extensions 1.0.142 → 1.0.143
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 +10 -10
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +10 -10
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +240 -41
- package/build/trusted/cjs/index.js +10 -10
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +240 -41
- package/build/trusted/es/index.mjs +10 -10
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -3122,16 +3122,6 @@ var ResponseBodyDecoding = /* @__PURE__ */ ((ResponseBodyDecoding2) => {
|
|
|
3122
3122
|
ResponseBodyDecoding2["BASE64_TEXT"] = "BASE64_TEXT";
|
|
3123
3123
|
return ResponseBodyDecoding2;
|
|
3124
3124
|
})(ResponseBodyDecoding || {});
|
|
3125
|
-
var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
|
|
3126
|
-
VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
|
|
3127
|
-
VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
|
|
3128
|
-
VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
|
|
3129
|
-
VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
|
|
3130
|
-
VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
|
|
3131
|
-
VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
|
|
3132
|
-
VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
|
|
3133
|
-
return VerificationMethod2;
|
|
3134
|
-
})(VerificationMethod || {});
|
|
3135
3125
|
var VerificationSource = /* @__PURE__ */ ((VerificationSource2) => {
|
|
3136
3126
|
VerificationSource2["UNKNOWN_VERIFICATION_SOURCE"] = "UNKNOWN_VERIFICATION_SOURCE";
|
|
3137
3127
|
VerificationSource2["CONNECTOR_WIDE"] = "CONNECTOR_WIDE";
|
|
@@ -3152,6 +3142,16 @@ var SignedPayload = /* @__PURE__ */ ((SignedPayload2) => {
|
|
|
3152
3142
|
SignedPayload2["VERSION_TIMESTAMP_BODY"] = "VERSION_TIMESTAMP_BODY";
|
|
3153
3143
|
return SignedPayload2;
|
|
3154
3144
|
})(SignedPayload || {});
|
|
3145
|
+
var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
|
|
3146
|
+
VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
|
|
3147
|
+
VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
|
|
3148
|
+
VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
|
|
3149
|
+
VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
|
|
3150
|
+
VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
|
|
3151
|
+
VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
|
|
3152
|
+
VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
|
|
3153
|
+
return VerificationMethod2;
|
|
3154
|
+
})(VerificationMethod || {});
|
|
3155
3155
|
var ReplayProtection = /* @__PURE__ */ ((ReplayProtection2) => {
|
|
3156
3156
|
ReplayProtection2["UNKNOWN_REPLAY_PROTECTION"] = "UNKNOWN_REPLAY_PROTECTION";
|
|
3157
3157
|
ReplayProtection2["DELIVERY_ID_HEADER"] = "DELIVERY_ID_HEADER";
|