@tomei/rental 0.17.3-staging.2 → 0.17.3-staging.4
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/src/components/agreement/agreement.js +2 -0
- package/dist/src/components/agreement/agreement.js.map +1 -1
- package/dist/src/components/rental-hirer-change-request/rental-hirer-change-request.js +0 -1
- package/dist/src/components/rental-hirer-change-request/rental-hirer-change-request.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/agreement/agreement.ts +2 -0
- package/src/components/rental-hirer-change-request/rental-hirer-change-request.ts +0 -1
package/package.json
CHANGED
|
@@ -595,7 +595,6 @@ export class RentalHirerChangeRequest
|
|
|
595
595
|
|
|
596
596
|
// 4. Insert into hirerChangeRequest_RemoveHirer
|
|
597
597
|
const removeHirer = await HirerChangeRequestRemoveHirer.init();
|
|
598
|
-
removeHirer.RemoveHirerId = this.createId();
|
|
599
598
|
removeHirer.RequestId = this.RequestId;
|
|
600
599
|
removeHirer.TargetHirerId = targetHirerId;
|
|
601
600
|
|