@rentbase/common 1.0.22 → 1.0.23

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.
@@ -78,6 +78,7 @@ export interface LandlordApplicationCreatedEvent {
78
78
  landlordDetails: LandlordDetails;
79
79
  kycDocuments: {
80
80
  idDocument?: string;
81
+ idDocumentBack?: string;
81
82
  selfie?: string;
82
83
  proofOfAddress?: string;
83
84
  };
@@ -154,6 +155,7 @@ export interface LandlordApplicationUpdatedEvent {
154
155
  landlordDetails: LandlordDetails;
155
156
  kycDocuments: {
156
157
  idDocument?: string;
158
+ idDocumentBack?: string;
157
159
  selfie?: string;
158
160
  proofOfAddress?: string;
159
161
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rentbase/common",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "common library for rentbase",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",