@experts_hub/shared 1.0.148 → 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/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/dist/modules/otp/pattern/pattern.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -271,8 +271,9 @@ __decorateClass([
|
|
|
271
271
|
|
|
272
272
|
// src/modules/otp/pattern/pattern.ts
|
|
273
273
|
var OTP_PATTERN = {
|
|
274
|
-
|
|
274
|
+
handleSendGuestOtp: "handle.send.guest.otp",
|
|
275
275
|
handleSendOtp: "handle.send.otp",
|
|
276
|
+
handleVerifyGuestOtp: "handle.verify.guest.otp",
|
|
276
277
|
handleVerifyOtp: "handle.verify.otp"
|
|
277
278
|
};
|
|
278
279
|
|
package/dist/index.mjs
CHANGED
|
@@ -141,8 +141,9 @@ __decorateClass([
|
|
|
141
141
|
|
|
142
142
|
// src/modules/otp/pattern/pattern.ts
|
|
143
143
|
var OTP_PATTERN = {
|
|
144
|
-
|
|
144
|
+
handleSendGuestOtp: "handle.send.guest.otp",
|
|
145
145
|
handleSendOtp: "handle.send.otp",
|
|
146
|
+
handleVerifyGuestOtp: "handle.verify.guest.otp",
|
|
146
147
|
handleVerifyOtp: "handle.verify.otp"
|
|
147
148
|
};
|
|
148
149
|
|