@experts_hub/shared 1.0.443 → 1.0.444
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/entities/dispute.entity.d.ts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4948,6 +4948,9 @@ __decorateClass([
|
|
|
4948
4948
|
__decorateClass([
|
|
4949
4949
|
(0, import_typeorm56.Column)({ name: "attachments", type: "jsonb", nullable: true })
|
|
4950
4950
|
], Dispute.prototype, "attachments", 2);
|
|
4951
|
+
__decorateClass([
|
|
4952
|
+
(0, import_typeorm56.Column)({ name: "dynamic_fields", type: "jsonb", nullable: true })
|
|
4953
|
+
], Dispute.prototype, "dynamicFields", 2);
|
|
4951
4954
|
Dispute = __decorateClass([
|
|
4952
4955
|
(0, import_typeorm56.Entity)("disputes")
|
|
4953
4956
|
], Dispute);
|
package/dist/index.mjs
CHANGED
|
@@ -4978,6 +4978,9 @@ __decorateClass([
|
|
|
4978
4978
|
__decorateClass([
|
|
4979
4979
|
Column56({ name: "attachments", type: "jsonb", nullable: true })
|
|
4980
4980
|
], Dispute.prototype, "attachments", 2);
|
|
4981
|
+
__decorateClass([
|
|
4982
|
+
Column56({ name: "dynamic_fields", type: "jsonb", nullable: true })
|
|
4983
|
+
], Dispute.prototype, "dynamicFields", 2);
|
|
4981
4984
|
Dispute = __decorateClass([
|
|
4982
4985
|
Entity55("disputes")
|
|
4983
4986
|
], Dispute);
|