@experts_hub/shared 1.0.350 → 1.0.351
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 +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -4
- package/dist/index.mjs +0 -4
- package/dist/modules/otp/dto/send-guest-otp.dto.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -416,10 +416,6 @@ var SendGuestOtpScopeEnum = /* @__PURE__ */ ((SendGuestOtpScopeEnum2) => {
|
|
|
416
416
|
})(SendGuestOtpScopeEnum || {});
|
|
417
417
|
var SendGuestOtpDto = class {
|
|
418
418
|
};
|
|
419
|
-
__decorateClass([
|
|
420
|
-
(0, import_class_validator8.IsNotEmpty)({ message: "Please enter full name." }),
|
|
421
|
-
(0, import_class_validator8.IsString)({ message: "Please enter valid full name." })
|
|
422
|
-
], SendGuestOtpDto.prototype, "fullName", 2);
|
|
423
419
|
__decorateClass([
|
|
424
420
|
(0, import_class_validator8.IsNotEmpty)({ message: "Please enter target." }),
|
|
425
421
|
(0, import_class_validator8.IsString)({ message: "Please enter valid target." })
|
package/dist/index.mjs
CHANGED
|
@@ -184,10 +184,6 @@ var SendGuestOtpScopeEnum = /* @__PURE__ */ ((SendGuestOtpScopeEnum2) => {
|
|
|
184
184
|
})(SendGuestOtpScopeEnum || {});
|
|
185
185
|
var SendGuestOtpDto = class {
|
|
186
186
|
};
|
|
187
|
-
__decorateClass([
|
|
188
|
-
IsNotEmpty8({ message: "Please enter full name." }),
|
|
189
|
-
IsString({ message: "Please enter valid full name." })
|
|
190
|
-
], SendGuestOtpDto.prototype, "fullName", 2);
|
|
191
187
|
__decorateClass([
|
|
192
188
|
IsNotEmpty8({ message: "Please enter target." }),
|
|
193
189
|
IsString({ message: "Please enter valid target." })
|