@experts_hub/shared 1.0.738 → 1.0.739

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.js CHANGED
@@ -14376,8 +14376,7 @@ __decorateClass([
14376
14376
  var CreateEkycSessionDto = class {
14377
14377
  };
14378
14378
  __decorateClass([
14379
- (0, import_class_validator180.IsNotEmpty)({ message: "workflowId is required." }),
14380
- (0, import_class_validator180.IsUUID)("4", { message: "workflowId must be a valid UUID" })
14379
+ (0, import_class_validator180.IsNotEmpty)({ message: "workflowId is required." })
14381
14380
  ], CreateEkycSessionDto.prototype, "workflowId", 2);
14382
14381
  __decorateClass([
14383
14382
  (0, import_class_validator180.IsNotEmpty)({ message: "Callback URL is required." }),
package/dist/index.mjs CHANGED
@@ -14474,7 +14474,6 @@ var DIDIT_PATTERN = {
14474
14474
  import {
14475
14475
  IsNotEmpty as IsNotEmpty143,
14476
14476
  IsOptional as IsOptional97,
14477
- IsUUID as IsUUID33,
14478
14477
  IsUrl as IsUrl8,
14479
14478
  IsString as IsString106,
14480
14479
  IsBoolean as IsBoolean26,
@@ -14534,8 +14533,7 @@ __decorateClass([
14534
14533
  var CreateEkycSessionDto = class {
14535
14534
  };
14536
14535
  __decorateClass([
14537
- IsNotEmpty143({ message: "workflowId is required." }),
14538
- IsUUID33("4", { message: "workflowId must be a valid UUID" })
14536
+ IsNotEmpty143({ message: "workflowId is required." })
14539
14537
  ], CreateEkycSessionDto.prototype, "workflowId", 2);
14540
14538
  __decorateClass([
14541
14539
  IsNotEmpty143({ message: "Callback URL is required." }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.738",
3
+ "version": "1.0.739",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",