@experts_hub/shared 1.0.738 → 1.0.740

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
@@ -5020,6 +5020,8 @@ declare class SendReferralInviteDto {
5020
5020
  declare const VENDOR_API_CONFIGURATION_PATTERN: {
5021
5021
  fetchVendorApiConfiguration: string;
5022
5022
  addVendorApiConfiguration: string;
5023
+ toggleStausVendorApiConfiguration: string;
5024
+ deletVendorApiConfiguration: string;
5023
5025
  };
5024
5026
 
5025
5027
  declare class VendorDetailDto {
package/dist/index.d.ts CHANGED
@@ -5020,6 +5020,8 @@ declare class SendReferralInviteDto {
5020
5020
  declare const VENDOR_API_CONFIGURATION_PATTERN: {
5021
5021
  fetchVendorApiConfiguration: string;
5022
5022
  addVendorApiConfiguration: string;
5023
+ toggleStausVendorApiConfiguration: string;
5024
+ deletVendorApiConfiguration: string;
5023
5025
  };
5024
5026
 
5025
5027
  declare class VendorDetailDto {
package/dist/index.js CHANGED
@@ -14276,7 +14276,9 @@ __decorateClass([
14276
14276
  // src/modules/vendor-api-configuration/pattern/pattern.ts
14277
14277
  var VENDOR_API_CONFIGURATION_PATTERN = {
14278
14278
  fetchVendorApiConfiguration: "fetch.vendor.api.configuration",
14279
- addVendorApiConfiguration: "add.vendor.api.configuration"
14279
+ addVendorApiConfiguration: "add.vendor.api.configuration",
14280
+ toggleStausVendorApiConfiguration: "toggle.status.vendor.api.configuration",
14281
+ deletVendorApiConfiguration: "delete.vendor.api.configuration"
14280
14282
  };
14281
14283
 
14282
14284
  // src/modules/vendor-api-configuration/dto/vendor-api-configuration.dto.ts
@@ -14376,8 +14378,7 @@ __decorateClass([
14376
14378
  var CreateEkycSessionDto = class {
14377
14379
  };
14378
14380
  __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" })
14381
+ (0, import_class_validator180.IsNotEmpty)({ message: "workflowId is required." })
14381
14382
  ], CreateEkycSessionDto.prototype, "workflowId", 2);
14382
14383
  __decorateClass([
14383
14384
  (0, import_class_validator180.IsNotEmpty)({ message: "Callback URL is required." }),
package/dist/index.mjs CHANGED
@@ -14417,7 +14417,9 @@ __decorateClass([
14417
14417
  // src/modules/vendor-api-configuration/pattern/pattern.ts
14418
14418
  var VENDOR_API_CONFIGURATION_PATTERN = {
14419
14419
  fetchVendorApiConfiguration: "fetch.vendor.api.configuration",
14420
- addVendorApiConfiguration: "add.vendor.api.configuration"
14420
+ addVendorApiConfiguration: "add.vendor.api.configuration",
14421
+ toggleStausVendorApiConfiguration: "toggle.status.vendor.api.configuration",
14422
+ deletVendorApiConfiguration: "delete.vendor.api.configuration"
14421
14423
  };
14422
14424
 
14423
14425
  // src/modules/vendor-api-configuration/dto/vendor-api-configuration.dto.ts
@@ -14474,7 +14476,6 @@ var DIDIT_PATTERN = {
14474
14476
  import {
14475
14477
  IsNotEmpty as IsNotEmpty143,
14476
14478
  IsOptional as IsOptional97,
14477
- IsUUID as IsUUID33,
14478
14479
  IsUrl as IsUrl8,
14479
14480
  IsString as IsString106,
14480
14481
  IsBoolean as IsBoolean26,
@@ -14534,8 +14535,7 @@ __decorateClass([
14534
14535
  var CreateEkycSessionDto = class {
14535
14536
  };
14536
14537
  __decorateClass([
14537
- IsNotEmpty143({ message: "workflowId is required." }),
14538
- IsUUID33("4", { message: "workflowId must be a valid UUID" })
14538
+ IsNotEmpty143({ message: "workflowId is required." })
14539
14539
  ], CreateEkycSessionDto.prototype, "workflowId", 2);
14540
14540
  __decorateClass([
14541
14541
  IsNotEmpty143({ message: "Callback URL is required." }),
@@ -1,4 +1,6 @@
1
1
  export declare const VENDOR_API_CONFIGURATION_PATTERN: {
2
2
  fetchVendorApiConfiguration: string;
3
3
  addVendorApiConfiguration: string;
4
+ toggleStausVendorApiConfiguration: string;
5
+ deletVendorApiConfiguration: string;
4
6
  };
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.740",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",