@experts_hub/shared 1.0.739 → 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
|
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
|