@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 CHANGED
@@ -59,8 +59,9 @@ declare class SetPasswordDto {
59
59
  }
60
60
 
61
61
  declare const OTP_PATTERN: {
62
- handleGuestSendOtp: string;
62
+ handleSendGuestOtp: string;
63
63
  handleSendOtp: string;
64
+ handleVerifyGuestOtp: string;
64
65
  handleVerifyOtp: string;
65
66
  };
66
67
 
package/dist/index.d.ts CHANGED
@@ -59,8 +59,9 @@ declare class SetPasswordDto {
59
59
  }
60
60
 
61
61
  declare const OTP_PATTERN: {
62
- handleGuestSendOtp: string;
62
+ handleSendGuestOtp: string;
63
63
  handleSendOtp: string;
64
+ handleVerifyGuestOtp: string;
64
65
  handleVerifyOtp: string;
65
66
  };
66
67
 
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
- handleGuestSendOtp: "handle.guest.send.otp",
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
- handleGuestSendOtp: "handle.guest.send.otp",
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
 
@@ -1,5 +1,6 @@
1
1
  export declare const OTP_PATTERN: {
2
- handleGuestSendOtp: string;
2
+ handleSendGuestOtp: string;
3
3
  handleSendOtp: string;
4
+ handleVerifyGuestOtp: string;
4
5
  handleVerifyOtp: string;
5
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.148",
3
+ "version": "1.0.149",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",