@royalinvest/dto 0.11.7 → 0.11.9
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 +32 -32
- package/dist/address.d.ts +0 -9
- package/dist/address.js +0 -2
- package/dist/auth.d.ts +0 -5
- package/dist/auth.js +0 -2
- package/dist/category.d.ts +0 -4
- package/dist/category.js +0 -2
- package/dist/checkout.d.ts +0 -10
- package/dist/checkout.js +0 -2
- package/dist/co-singer.d.ts +0 -9
- package/dist/co-singer.js +0 -2
- package/dist/country.d.ts +0 -7
- package/dist/country.js +0 -2
- package/dist/enum/index.d.ts +0 -26
- package/dist/enum/index.js +0 -34
- package/dist/expense.d.ts +0 -11
- package/dist/expense.js +0 -2
- package/dist/field.d.ts +0 -10
- package/dist/field.js +0 -2
- package/dist/file.d.ts +0 -8
- package/dist/file.js +0 -2
- package/dist/index.d.ts +0 -33
- package/dist/index.js +0 -49
- package/dist/key-value.d.ts +0 -4
- package/dist/key-value.js +0 -2
- package/dist/lease-details.d.ts +0 -9
- package/dist/lease-details.js +0 -2
- package/dist/lease-list-item.d.ts +0 -8
- package/dist/lease-list-item.js +0 -2
- package/dist/lease.d.ts +0 -10
- package/dist/lease.js +0 -2
- package/dist/login.d.ts +0 -4
- package/dist/login.js +0 -2
- package/dist/messageGenerate.d.ts +0 -12
- package/dist/messageGenerate.js +0 -2
- package/dist/messageNotification.d.ts +0 -10
- package/dist/messageNotification.js +0 -2
- package/dist/notification.d.ts +0 -13
- package/dist/notification.js +0 -2
- package/dist/party.d.ts +0 -8
- package/dist/party.js +0 -2
- package/dist/placeholder.d.ts +0 -11
- package/dist/placeholder.js +0 -2
- package/dist/profile.d.ts +0 -6
- package/dist/profile.js +0 -2
- package/dist/property.d.ts +0 -9
- package/dist/property.js +0 -2
- package/dist/quebec-lease-dwelling/expense.d.ts +0 -9
- package/dist/quebec-lease-dwelling/expense.js +0 -2
- package/dist/quebec-lease-dwelling/index.d.ts +0 -21
- package/dist/quebec-lease-dwelling/index.js +0 -2
- package/dist/quebec-lease-dwelling/sectionA.d.ts +0 -6
- package/dist/quebec-lease-dwelling/sectionA.js +0 -2
- package/dist/quebec-lease-dwelling/sectionB.d.ts +0 -46
- package/dist/quebec-lease-dwelling/sectionB.js +0 -2
- package/dist/quebec-lease-dwelling/sectionC.d.ts +0 -16
- package/dist/quebec-lease-dwelling/sectionC.js +0 -2
- package/dist/quebec-lease-dwelling/sectionD.d.ts +0 -25
- package/dist/quebec-lease-dwelling/sectionD.js +0 -2
- package/dist/quebec-lease-dwelling/sectionE.d.ts +0 -51
- package/dist/quebec-lease-dwelling/sectionE.js +0 -2
- package/dist/quebec-lease-dwelling/sectionF.d.ts +0 -12
- package/dist/quebec-lease-dwelling/sectionF.js +0 -2
- package/dist/quebec-lease-dwelling/sectionG.d.ts +0 -12
- package/dist/quebec-lease-dwelling/sectionG.js +0 -2
- package/dist/quebec-lease-dwelling/sectionH.d.ts +0 -6
- package/dist/quebec-lease-dwelling/sectionH.js +0 -2
- package/dist/quebec-lease-dwelling/sectionI.d.ts +0 -5
- package/dist/quebec-lease-dwelling/sectionI.js +0 -2
- package/dist/sign-up.d.ts +0 -9
- package/dist/sign-up.js +0 -2
- package/dist/signatureInitials.d.ts +0 -4
- package/dist/signatureInitials.js +0 -2
- package/dist/signatureParty.d.ts +0 -5
- package/dist/signatureParty.js +0 -2
- package/dist/signaturePartyViewer.d.ts +0 -8
- package/dist/signaturePartyViewer.js +0 -2
- package/dist/sort.d.ts +0 -1
- package/dist/sort.js +0 -2
- package/dist/state.d.ts +0 -7
- package/dist/state.js +0 -2
- package/dist/template-variant.d.ts +0 -9
- package/dist/template-variant.js +0 -2
- package/dist/template.d.ts +0 -5
- package/dist/template.js +0 -2
- package/dist/user.d.ts +0 -11
- package/dist/user.js +0 -2
- package/dist/yes-no.d.ts +0 -4
- package/dist/yes-no.js +0 -2
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@royalinvest/dto",
|
|
3
|
-
"version": "0.11.
|
|
4
|
-
"description": "Data Transfer Objects (DTOs) to carry data between frontend and backend processes.",
|
|
5
|
-
"main": "./src/index.ts",
|
|
6
|
-
"types": "./dist/index.d.ts",
|
|
7
|
-
"module": "./dist/index.js",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"types": "./dist/index.d.ts",
|
|
11
|
-
"import": "./dist/index.js"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"repository": {
|
|
15
|
-
"type": "git",
|
|
16
|
-
"url": "git@ssh.dev.azure.com:v3/royalinvest/royalinvest/royalinvestserver"
|
|
17
|
-
},
|
|
18
|
-
"files": [
|
|
19
|
-
"./dist"
|
|
20
|
-
],
|
|
21
|
-
"publishConfig": {
|
|
22
|
-
"access": "public"
|
|
23
|
-
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build": "npx tsc",
|
|
26
|
-
"clean": "rm -rf ./dist",
|
|
27
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
28
|
-
},
|
|
29
|
-
"author": "Samos Technologies Inc.",
|
|
30
|
-
"license": "ISC",
|
|
31
|
-
"dependencies": {}
|
|
32
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@royalinvest/dto",
|
|
3
|
+
"version": "0.11.9",
|
|
4
|
+
"description": "Data Transfer Objects (DTOs) to carry data between frontend and backend processes.",
|
|
5
|
+
"main": "./src/index.ts",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
7
|
+
"module": "./dist/index.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"import": "./dist/index.js"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git@ssh.dev.azure.com:v3/royalinvest/royalinvest/royalinvestserver"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"./dist"
|
|
20
|
+
],
|
|
21
|
+
"publishConfig": {
|
|
22
|
+
"access": "public"
|
|
23
|
+
},
|
|
24
|
+
"scripts": {
|
|
25
|
+
"build": "npx tsc",
|
|
26
|
+
"clean": "rm -rf ./dist",
|
|
27
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
28
|
+
},
|
|
29
|
+
"author": "Samos Technologies Inc.",
|
|
30
|
+
"license": "ISC",
|
|
31
|
+
"dependencies": {}
|
|
32
|
+
}
|
package/dist/address.d.ts
DELETED
package/dist/address.js
DELETED
package/dist/auth.d.ts
DELETED
package/dist/auth.js
DELETED
package/dist/category.d.ts
DELETED
package/dist/category.js
DELETED
package/dist/checkout.d.ts
DELETED
package/dist/checkout.js
DELETED
package/dist/co-singer.d.ts
DELETED
package/dist/co-singer.js
DELETED
package/dist/country.d.ts
DELETED
package/dist/country.js
DELETED
package/dist/enum/index.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export declare enum PartyTypeEnum {
|
|
2
|
-
default = "",
|
|
3
|
-
lessor = "lessor",
|
|
4
|
-
lessee = "lessee",
|
|
5
|
-
coSigner = "coSigner",
|
|
6
|
-
spouse = "spouse"
|
|
7
|
-
}
|
|
8
|
-
export declare enum RentTypeEnum {
|
|
9
|
-
default = "",
|
|
10
|
-
fixed = "fixed",
|
|
11
|
-
indeterminate = "indeterminate"
|
|
12
|
-
}
|
|
13
|
-
export declare enum LeaseStatusEnum {
|
|
14
|
-
draft = "draft",
|
|
15
|
-
published = "published",
|
|
16
|
-
signed = "signed"
|
|
17
|
-
}
|
|
18
|
-
export declare enum SignatureType {
|
|
19
|
-
initials = "initials",
|
|
20
|
-
signature = "signature"
|
|
21
|
-
}
|
|
22
|
-
export declare enum SignStatusEnum {
|
|
23
|
-
sent = "sent",
|
|
24
|
-
signed = "signed",
|
|
25
|
-
cancelled = "cancelled"
|
|
26
|
-
}
|
package/dist/enum/index.js
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SignStatusEnum = exports.SignatureType = exports.LeaseStatusEnum = exports.RentTypeEnum = exports.PartyTypeEnum = void 0;
|
|
4
|
-
var PartyTypeEnum;
|
|
5
|
-
(function (PartyTypeEnum) {
|
|
6
|
-
PartyTypeEnum["default"] = "";
|
|
7
|
-
PartyTypeEnum["lessor"] = "lessor";
|
|
8
|
-
PartyTypeEnum["lessee"] = "lessee";
|
|
9
|
-
PartyTypeEnum["coSigner"] = "coSigner";
|
|
10
|
-
PartyTypeEnum["spouse"] = "spouse";
|
|
11
|
-
})(PartyTypeEnum || (exports.PartyTypeEnum = PartyTypeEnum = {}));
|
|
12
|
-
var RentTypeEnum;
|
|
13
|
-
(function (RentTypeEnum) {
|
|
14
|
-
RentTypeEnum["default"] = "";
|
|
15
|
-
RentTypeEnum["fixed"] = "fixed";
|
|
16
|
-
RentTypeEnum["indeterminate"] = "indeterminate";
|
|
17
|
-
})(RentTypeEnum || (exports.RentTypeEnum = RentTypeEnum = {}));
|
|
18
|
-
var LeaseStatusEnum;
|
|
19
|
-
(function (LeaseStatusEnum) {
|
|
20
|
-
LeaseStatusEnum["draft"] = "draft";
|
|
21
|
-
LeaseStatusEnum["published"] = "published";
|
|
22
|
-
LeaseStatusEnum["signed"] = "signed";
|
|
23
|
-
})(LeaseStatusEnum || (exports.LeaseStatusEnum = LeaseStatusEnum = {}));
|
|
24
|
-
var SignatureType;
|
|
25
|
-
(function (SignatureType) {
|
|
26
|
-
SignatureType["initials"] = "initials";
|
|
27
|
-
SignatureType["signature"] = "signature";
|
|
28
|
-
})(SignatureType || (exports.SignatureType = SignatureType = {}));
|
|
29
|
-
var SignStatusEnum;
|
|
30
|
-
(function (SignStatusEnum) {
|
|
31
|
-
SignStatusEnum["sent"] = "sent";
|
|
32
|
-
SignStatusEnum["signed"] = "signed";
|
|
33
|
-
SignStatusEnum["cancelled"] = "cancelled";
|
|
34
|
-
})(SignStatusEnum || (exports.SignStatusEnum = SignStatusEnum = {}));
|
package/dist/expense.d.ts
DELETED
package/dist/expense.js
DELETED
package/dist/field.d.ts
DELETED
package/dist/field.js
DELETED
package/dist/file.d.ts
DELETED
package/dist/file.js
DELETED
package/dist/index.d.ts
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export * from "./enum";
|
|
2
|
-
export * from "./quebec-lease-dwelling";
|
|
3
|
-
export * from "./address";
|
|
4
|
-
export * from "./country";
|
|
5
|
-
export * from "./lease-list-item";
|
|
6
|
-
export * from "./lease";
|
|
7
|
-
export * from "./property";
|
|
8
|
-
export * from "./state";
|
|
9
|
-
export * from "./template";
|
|
10
|
-
export * from "./yes-no";
|
|
11
|
-
export * from "./login";
|
|
12
|
-
export * from "./sign-up";
|
|
13
|
-
export * from "./user";
|
|
14
|
-
export * from "./auth";
|
|
15
|
-
export * from "./notification";
|
|
16
|
-
export * from "./expense";
|
|
17
|
-
export * from "./sort";
|
|
18
|
-
export * from "./key-value";
|
|
19
|
-
export * from "./category";
|
|
20
|
-
export * from "./template-variant";
|
|
21
|
-
export * from "./messageNotification";
|
|
22
|
-
export * from "./messageGenerate";
|
|
23
|
-
export * from "./file";
|
|
24
|
-
export * from "./checkout";
|
|
25
|
-
export * from "./profile";
|
|
26
|
-
export * from "./signatureParty";
|
|
27
|
-
export * from "./party";
|
|
28
|
-
export * from "./placeholder";
|
|
29
|
-
export * from "./signaturePartyViewer";
|
|
30
|
-
export * from "./field";
|
|
31
|
-
export * from "./co-singer";
|
|
32
|
-
export * from "./signatureInitials";
|
|
33
|
-
export * from "./lease-details";
|
package/dist/index.js
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./enum"), exports);
|
|
18
|
-
__exportStar(require("./quebec-lease-dwelling"), exports);
|
|
19
|
-
__exportStar(require("./address"), exports);
|
|
20
|
-
__exportStar(require("./country"), exports);
|
|
21
|
-
__exportStar(require("./lease-list-item"), exports);
|
|
22
|
-
__exportStar(require("./lease"), exports);
|
|
23
|
-
__exportStar(require("./property"), exports);
|
|
24
|
-
__exportStar(require("./state"), exports);
|
|
25
|
-
__exportStar(require("./template"), exports);
|
|
26
|
-
__exportStar(require("./yes-no"), exports);
|
|
27
|
-
__exportStar(require("./login"), exports);
|
|
28
|
-
__exportStar(require("./sign-up"), exports);
|
|
29
|
-
__exportStar(require("./user"), exports);
|
|
30
|
-
__exportStar(require("./auth"), exports);
|
|
31
|
-
__exportStar(require("./notification"), exports);
|
|
32
|
-
__exportStar(require("./expense"), exports);
|
|
33
|
-
__exportStar(require("./sort"), exports);
|
|
34
|
-
__exportStar(require("./key-value"), exports);
|
|
35
|
-
__exportStar(require("./category"), exports);
|
|
36
|
-
__exportStar(require("./template-variant"), exports);
|
|
37
|
-
__exportStar(require("./messageNotification"), exports);
|
|
38
|
-
__exportStar(require("./messageGenerate"), exports);
|
|
39
|
-
__exportStar(require("./file"), exports);
|
|
40
|
-
__exportStar(require("./checkout"), exports);
|
|
41
|
-
__exportStar(require("./profile"), exports);
|
|
42
|
-
__exportStar(require("./signatureParty"), exports);
|
|
43
|
-
__exportStar(require("./party"), exports);
|
|
44
|
-
__exportStar(require("./placeholder"), exports);
|
|
45
|
-
__exportStar(require("./signaturePartyViewer"), exports);
|
|
46
|
-
__exportStar(require("./field"), exports);
|
|
47
|
-
__exportStar(require("./co-singer"), exports);
|
|
48
|
-
__exportStar(require("./signatureInitials"), exports);
|
|
49
|
-
__exportStar(require("./lease-details"), exports);
|
package/dist/key-value.d.ts
DELETED
package/dist/key-value.js
DELETED
package/dist/lease-details.d.ts
DELETED
package/dist/lease-details.js
DELETED
package/dist/lease-list-item.js
DELETED
package/dist/lease.d.ts
DELETED
package/dist/lease.js
DELETED
package/dist/login.d.ts
DELETED
package/dist/login.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Sections } from "./quebec-lease-dwelling";
|
|
2
|
-
export type ContractType = Sections;
|
|
3
|
-
export interface IMessageGenerate {
|
|
4
|
-
contract_id: string;
|
|
5
|
-
details: ContractType;
|
|
6
|
-
user_id: string;
|
|
7
|
-
template_name: string;
|
|
8
|
-
template_title: string;
|
|
9
|
-
language: string;
|
|
10
|
-
type: string;
|
|
11
|
-
template_variant_id: string;
|
|
12
|
-
}
|
package/dist/messageGenerate.js
DELETED
package/dist/notification.d.ts
DELETED
package/dist/notification.js
DELETED
package/dist/party.d.ts
DELETED
package/dist/party.js
DELETED
package/dist/placeholder.d.ts
DELETED
package/dist/placeholder.js
DELETED
package/dist/profile.d.ts
DELETED
package/dist/profile.js
DELETED
package/dist/property.d.ts
DELETED
package/dist/property.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { sectionA } from "./sectionA";
|
|
2
|
-
import { sectionB } from "./sectionB";
|
|
3
|
-
import { sectionC } from "./sectionC";
|
|
4
|
-
import { sectionD } from "./sectionD";
|
|
5
|
-
import { sectionE } from "./sectionE";
|
|
6
|
-
import { sectionF } from "./sectionF";
|
|
7
|
-
import { sectionG } from "./sectionG";
|
|
8
|
-
import { sectionH } from "./sectionH";
|
|
9
|
-
import { sectionI } from "./sectionI";
|
|
10
|
-
export interface Sections {
|
|
11
|
-
sectionA: sectionA;
|
|
12
|
-
sectionB: sectionB;
|
|
13
|
-
sectionC: sectionC;
|
|
14
|
-
sectionD: sectionD;
|
|
15
|
-
sectionE: sectionE;
|
|
16
|
-
sectionF: sectionF;
|
|
17
|
-
sectionG: sectionG;
|
|
18
|
-
sectionH: sectionH;
|
|
19
|
-
sectionI: sectionI;
|
|
20
|
-
contract_number: string;
|
|
21
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { IAddress } from "../address";
|
|
2
|
-
export interface sectionB extends IAddress {
|
|
3
|
-
id?: string;
|
|
4
|
-
number_of_rooms: string;
|
|
5
|
-
residential_purposes_yes: boolean;
|
|
6
|
-
residential_purposes_no: boolean;
|
|
7
|
-
specify_if_not_residential?: string;
|
|
8
|
-
divided_co_ownership_yes: boolean;
|
|
9
|
-
divided_co_ownership_no: boolean;
|
|
10
|
-
outdoor_parking: boolean;
|
|
11
|
-
outdoor_parking_number_of_places?: string;
|
|
12
|
-
outdoor_parking_spaces?: string;
|
|
13
|
-
indoor_parking: boolean;
|
|
14
|
-
indoor_parking_number_of_places?: string;
|
|
15
|
-
indoor_parking_spaces?: string;
|
|
16
|
-
locker_storage_space: boolean;
|
|
17
|
-
specify_locker_storage_space?: string;
|
|
18
|
-
other_accessories_dependencies: string;
|
|
19
|
-
furniture_included_yes: boolean;
|
|
20
|
-
furniture_included_no: boolean;
|
|
21
|
-
tables_included: boolean;
|
|
22
|
-
tables_amount?: string;
|
|
23
|
-
chairs_included: boolean;
|
|
24
|
-
chairs_amount?: string;
|
|
25
|
-
drawers_included: boolean;
|
|
26
|
-
drawers_amount?: string;
|
|
27
|
-
couches_included: boolean;
|
|
28
|
-
couches_amount?: string;
|
|
29
|
-
armchairs_included: boolean;
|
|
30
|
-
armchairs_amount?: string;
|
|
31
|
-
beds_included: boolean;
|
|
32
|
-
beds_amount?: string;
|
|
33
|
-
beds_size?: string;
|
|
34
|
-
other_furniture_info_checked?: boolean;
|
|
35
|
-
other_furniture_info?: string;
|
|
36
|
-
other_furniture_info_1?: string;
|
|
37
|
-
other_furniture_info_2?: string;
|
|
38
|
-
other_furniture_info_3?: string;
|
|
39
|
-
other_furniture_info_4?: string;
|
|
40
|
-
stove_included: boolean;
|
|
41
|
-
microwave_included: boolean;
|
|
42
|
-
dishwasher_included: boolean;
|
|
43
|
-
fridge_included: boolean;
|
|
44
|
-
washer_included: boolean;
|
|
45
|
-
dryer_included: boolean;
|
|
46
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export interface sectionC {
|
|
2
|
-
rent_type: string;
|
|
3
|
-
duration: string;
|
|
4
|
-
rent_start: Date | null;
|
|
5
|
-
rent_start_day?: string;
|
|
6
|
-
rent_start_month?: string;
|
|
7
|
-
rent_start_year?: string;
|
|
8
|
-
rent_end: Date | null;
|
|
9
|
-
rent_end_day?: string;
|
|
10
|
-
rent_end_month?: string;
|
|
11
|
-
rent_end_year?: string;
|
|
12
|
-
beginning_on: Date | null;
|
|
13
|
-
beginning_on_day?: string;
|
|
14
|
-
beginning_on_month?: string;
|
|
15
|
-
beginning_on_year?: string;
|
|
16
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export interface sectionD {
|
|
2
|
-
rent_amount: string;
|
|
3
|
-
service_amount: string;
|
|
4
|
-
total_rent_amount: string;
|
|
5
|
-
rent_frequency_month: boolean;
|
|
6
|
-
rent_frequency_week: boolean;
|
|
7
|
-
subsidy_program_yes: boolean;
|
|
8
|
-
subsidy_program_no: boolean;
|
|
9
|
-
subsidy_program_specify: string;
|
|
10
|
-
first_payment_date: Date | null;
|
|
11
|
-
first_payment_date_day?: string;
|
|
12
|
-
first_payment_date_month?: string;
|
|
13
|
-
first_payment_date_year?: string;
|
|
14
|
-
rent_paid_first_day_of_month: boolean;
|
|
15
|
-
rent_paid_first_day_of_week: boolean;
|
|
16
|
-
rent_paid_specify: string;
|
|
17
|
-
rent_payment_method_cash: boolean;
|
|
18
|
-
rent_payment_method_cheque: boolean;
|
|
19
|
-
rent_payment_method_bank_transfer: boolean;
|
|
20
|
-
rent_payment_method_other: boolean;
|
|
21
|
-
rent_payment_other_specify: string;
|
|
22
|
-
post_dated_cheques_yes: boolean;
|
|
23
|
-
post_dated_cheques_no: boolean;
|
|
24
|
-
place_of_payment: string;
|
|
25
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
export interface sectionE {
|
|
2
|
-
by_laws_immovable_given: Date | null;
|
|
3
|
-
by_laws_immovable_given_day?: string;
|
|
4
|
-
by_laws_immovable_given_month?: string;
|
|
5
|
-
by_laws_immovable_given_year?: string;
|
|
6
|
-
by_laws_immovable_divided_coownership_given: Date | null;
|
|
7
|
-
by_laws_immovable_divided_coownership_given_day?: string;
|
|
8
|
-
by_laws_immovable_divided_coownership_given_month?: string;
|
|
9
|
-
by_laws_immovable_divided_coownership_given_year?: string;
|
|
10
|
-
work_repaire_before?: string;
|
|
11
|
-
work_repaire_before_lease_line_1?: string;
|
|
12
|
-
work_repaire_before_lease_line_2?: string;
|
|
13
|
-
work_repaire_during?: string;
|
|
14
|
-
work_repaire_during_lease_line_1?: string;
|
|
15
|
-
work_repaire_during_lease_line_2?: string;
|
|
16
|
-
janitorial_services: string;
|
|
17
|
-
janitor_name: string;
|
|
18
|
-
janitor_email: string;
|
|
19
|
-
janitor_telephone: string;
|
|
20
|
-
janitor_other_telephone: string;
|
|
21
|
-
heating_lessor: boolean;
|
|
22
|
-
heating_lessee: boolean;
|
|
23
|
-
heating_type_gas: boolean;
|
|
24
|
-
heating_type_electricity: boolean;
|
|
25
|
-
heating_type_fuel_oil: boolean;
|
|
26
|
-
other_than_for_heating_electricity_lessor: boolean;
|
|
27
|
-
other_than_for_heating_electricity_lessee: boolean;
|
|
28
|
-
other_than_for_heating_gas_lessor: boolean;
|
|
29
|
-
other_than_for_heating_gas_lessee: boolean;
|
|
30
|
-
hot_water_heater_rental_fee_lessor: boolean;
|
|
31
|
-
hot_water_heater_rental_fee_lessee: boolean;
|
|
32
|
-
hot_water_lessor: boolean;
|
|
33
|
-
hot_water_lessee: boolean;
|
|
34
|
-
water_consuption_tax_lessor: boolean;
|
|
35
|
-
water_consuption_tax_lessee: boolean;
|
|
36
|
-
snow_removal_parking_lessor: boolean;
|
|
37
|
-
snow_removal_parking_lessee: boolean;
|
|
38
|
-
snow_removal_balcony_lessor: boolean;
|
|
39
|
-
snow_removal_balcony_lessee: boolean;
|
|
40
|
-
snow_removal_entrance_driveway_lessor: boolean;
|
|
41
|
-
snow_removal_entrance_driveway_lessee: boolean;
|
|
42
|
-
snow_removal_stairs_lessor: boolean;
|
|
43
|
-
snow_removal_stairs_lessee: boolean;
|
|
44
|
-
right_access_land_yes: boolean;
|
|
45
|
-
right_access_land_no: boolean;
|
|
46
|
-
right_access_land_specify: string;
|
|
47
|
-
keep_animal_yes: boolean;
|
|
48
|
-
keep_animal_no: boolean;
|
|
49
|
-
keep_animal_specify: string;
|
|
50
|
-
other_services_conditions_and_restrictions: string;
|
|
51
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface sectionF {
|
|
2
|
-
immovable_erected: boolean;
|
|
3
|
-
immovable_erected_ready_habitation_on: Date | null;
|
|
4
|
-
immovable_erected_ready_habitation_on_day?: string;
|
|
5
|
-
immovable_erected_ready_habitation_on_month?: string;
|
|
6
|
-
immovable_erected_ready_habitation_on_year?: string;
|
|
7
|
-
change_destination: boolean;
|
|
8
|
-
change_destination_ready_habitation_on: Date | null;
|
|
9
|
-
change_destination_ready_habitation_on_day?: string;
|
|
10
|
-
change_destination_ready_habitation_on_month?: string;
|
|
11
|
-
change_destination_ready_habitation_on_year?: string;
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface sectionG {
|
|
2
|
-
lowest_rent_paid: string;
|
|
3
|
-
lowest_rent_paid_frequency_month: boolean;
|
|
4
|
-
lowest_rent_paid_frequency_week: boolean;
|
|
5
|
-
lowest_rent_paid_frequency_other: boolean;
|
|
6
|
-
other_lowest_rent_paid_frequency: string;
|
|
7
|
-
conditions_same_yes: boolean;
|
|
8
|
-
conditions_same_no: boolean;
|
|
9
|
-
conditions_same_if_no_specify?: string;
|
|
10
|
-
conditions_same_if_no_specify_line_1?: string;
|
|
11
|
-
conditions_same_if_no_specify_line_2?: string;
|
|
12
|
-
}
|
package/dist/sign-up.d.ts
DELETED
package/dist/sign-up.js
DELETED
package/dist/signatureParty.d.ts
DELETED
package/dist/signatureParty.js
DELETED
package/dist/sort.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type SortType = "asc" | "desc";
|
package/dist/sort.js
DELETED
package/dist/state.d.ts
DELETED
package/dist/state.js
DELETED
package/dist/template-variant.js
DELETED
package/dist/template.d.ts
DELETED
package/dist/template.js
DELETED
package/dist/user.d.ts
DELETED
package/dist/user.js
DELETED
package/dist/yes-no.d.ts
DELETED
package/dist/yes-no.js
DELETED