@experts_hub/shared 1.0.725 → 1.0.726
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
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -15460,8 +15460,11 @@ __decorateClass([
|
|
|
15460
15460
|
(0, import_typeorm103.Column)({ name: "vendor_api_key", type: "varchar", length: 255 })
|
|
15461
15461
|
], PublicDataVendorApiConfiguration.prototype, "vendorApiKey", 2);
|
|
15462
15462
|
__decorateClass([
|
|
15463
|
-
(0, import_typeorm103.Column)({ name: "vendor_api_secret_key", type: "
|
|
15463
|
+
(0, import_typeorm103.Column)({ name: "vendor_api_secret_key", type: "text" })
|
|
15464
15464
|
], PublicDataVendorApiConfiguration.prototype, "vendorApiSecretKey", 2);
|
|
15465
|
+
__decorateClass([
|
|
15466
|
+
(0, import_typeorm103.Column)({ name: "slug", type: "varchar", nullable: true, unique: true })
|
|
15467
|
+
], PublicDataVendorApiConfiguration.prototype, "slug", 2);
|
|
15465
15468
|
__decorateClass([
|
|
15466
15469
|
(0, import_typeorm103.Column)({ name: "is_active", type: "boolean", default: true })
|
|
15467
15470
|
], PublicDataVendorApiConfiguration.prototype, "isActive", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -15647,8 +15647,11 @@ __decorateClass([
|
|
|
15647
15647
|
Column100({ name: "vendor_api_key", type: "varchar", length: 255 })
|
|
15648
15648
|
], PublicDataVendorApiConfiguration.prototype, "vendorApiKey", 2);
|
|
15649
15649
|
__decorateClass([
|
|
15650
|
-
Column100({ name: "vendor_api_secret_key", type: "
|
|
15650
|
+
Column100({ name: "vendor_api_secret_key", type: "text" })
|
|
15651
15651
|
], PublicDataVendorApiConfiguration.prototype, "vendorApiSecretKey", 2);
|
|
15652
|
+
__decorateClass([
|
|
15653
|
+
Column100({ name: "slug", type: "varchar", nullable: true, unique: true })
|
|
15654
|
+
], PublicDataVendorApiConfiguration.prototype, "slug", 2);
|
|
15652
15655
|
__decorateClass([
|
|
15653
15656
|
Column100({ name: "is_active", type: "boolean", default: true })
|
|
15654
15657
|
], PublicDataVendorApiConfiguration.prototype, "isActive", 2);
|