@tomei/rental 0.17.3-staging.3 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomei/rental",
3
- "version": "0.17.3-staging.3",
3
+ "version": "0.17.3-staging.4",
4
4
  "description": "Tomei Rental Package",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -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