@experts_hub/shared 1.0.440 → 1.0.442
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/contract.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
|
@@ -3175,6 +3175,9 @@ __decorateClass([
|
|
|
3175
3175
|
nullable: true
|
|
3176
3176
|
})
|
|
3177
3177
|
], Contract.prototype, "type", 2);
|
|
3178
|
+
__decorateClass([
|
|
3179
|
+
(0, import_typeorm22.Column)({ name: "invoicing_cycle", type: "varchar", nullable: true })
|
|
3180
|
+
], Contract.prototype, "invoicingCycle", 2);
|
|
3178
3181
|
__decorateClass([
|
|
3179
3182
|
(0, import_typeorm22.Column)({
|
|
3180
3183
|
name: "start_date",
|
package/dist/index.mjs
CHANGED
|
@@ -3103,6 +3103,9 @@ __decorateClass([
|
|
|
3103
3103
|
nullable: true
|
|
3104
3104
|
})
|
|
3105
3105
|
], Contract.prototype, "type", 2);
|
|
3106
|
+
__decorateClass([
|
|
3107
|
+
Column22({ name: "invoicing_cycle", type: "varchar", nullable: true })
|
|
3108
|
+
], Contract.prototype, "invoicingCycle", 2);
|
|
3106
3109
|
__decorateClass([
|
|
3107
3110
|
Column22({
|
|
3108
3111
|
name: "start_date",
|