@tomei/rental 0.17.3-staging.1 → 0.17.3-staging.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomei/rental",
3
- "version": "0.17.3-staging.1",
3
+ "version": "0.17.3-staging.2",
4
4
  "description": "Tomei Rental Package",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -211,7 +211,7 @@ export class Rental extends ObjectBase {
211
211
  PartyId: this.CustomerId,
212
212
  PartyType: 'Customer',
213
213
  SignatureStatus: AgreementSignatureStatusEnum.PENDING,
214
- SignedAt: new Date(),
214
+ SignedAt: null,
215
215
  CreatedById: loginUser.ObjectId,
216
216
  CreatedAt: new Date(),
217
217
  UpdatedById: loginUser.ObjectId,
@@ -231,7 +231,7 @@ export class Rental extends ObjectBase {
231
231
  PartyId: jointHirer.CustomerId,
232
232
  PartyType: 'Customer',
233
233
  SignatureStatus: AgreementSignatureStatusEnum.PENDING,
234
- SignedAt: new Date(),
234
+ SignedAt: null,
235
235
  CreatedById: loginUser.ObjectId,
236
236
  CreatedAt: new Date(),
237
237
  UpdatedById: loginUser.ObjectId,