@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
|
@@ -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:
|
|
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:
|
|
234
|
+
SignedAt: null,
|
|
235
235
|
CreatedById: loginUser.ObjectId,
|
|
236
236
|
CreatedAt: new Date(),
|
|
237
237
|
UpdatedById: loginUser.ObjectId,
|