@kanda-libs/ks-schema 1.0.120 → 1.0.121
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/components/schemas/Company.d.ts +19 -2
- package/dist/components/schemas/Company.d.ts.map +1 -1
- package/dist/components/schemas/CompanyInfo.d.ts +23 -4
- package/dist/components/schemas/CompanyInfo.d.ts.map +1 -1
- package/dist/components/schemas/CompanyInfo.js +43 -17
- package/dist/components/schemas/ContractAgreement.d.ts +17 -0
- package/dist/components/schemas/ContractAgreement.d.ts.map +1 -1
- package/dist/components/schemas/ContractAgreement.js +2 -0
- package/dist/components/schemas/Entity.d.ts +19 -2
- package/dist/components/schemas/Entity.d.ts.map +1 -1
- package/dist/components/schemas/Event.d.ts +19 -2
- package/dist/components/schemas/Event.d.ts.map +1 -1
- package/dist/operations/approveCompany.d.ts +19 -2
- package/dist/operations/approveCompany.d.ts.map +1 -1
- package/dist/operations/declineCompany.d.ts +19 -2
- package/dist/operations/declineCompany.d.ts.map +1 -1
- package/dist/operations/deleteCompany.d.ts +19 -2
- package/dist/operations/deleteCompany.d.ts.map +1 -1
- package/dist/operations/directorCompany.d.ts +19 -2
- package/dist/operations/directorCompany.d.ts.map +1 -1
- package/dist/operations/getCompanies.d.ts +19 -2
- package/dist/operations/getCompanies.d.ts.map +1 -1
- package/dist/operations/getCompany.d.ts +19 -2
- package/dist/operations/getCompany.d.ts.map +1 -1
- package/dist/operations/index.d.ts +152 -16
- package/dist/operations/index.d.ts.map +1 -1
- package/dist/operations/postCompany.d.ts +19 -2
- package/dist/operations/postCompany.d.ts.map +1 -1
- package/dist/operations/putCompany.d.ts +19 -2
- package/dist/operations/putCompany.d.ts.map +1 -1
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +4912 -4374
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +13795 -13109
- package/package.json +1 -1
- package/schema.yaml +50 -11
|
@@ -42,13 +42,15 @@ export declare const Company: t.IntersectionC<[t.TypeC<{
|
|
|
42
42
|
mobile: t.StringC;
|
|
43
43
|
}>]>>;
|
|
44
44
|
company_info: t.IntersectionC<[t.TypeC<{
|
|
45
|
-
trade_type: t.UnionC<[t.LiteralC<"
|
|
45
|
+
trade_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"bathrooms">, t.LiteralC<"battery_storage">, t.LiteralC<"blinds_and_shutters">, t.LiteralC<"carpentry">, t.LiteralC<"cctv_and_security_installations">, t.LiteralC<"conservatories">, t.LiteralC<"decking">, t.LiteralC<"driveways_and_patios">, t.LiteralC<"electrician">, t.LiteralC<"ev_charger_installer">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_bedroom_furniture">, t.LiteralC<"floor_layer">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_rooms">, t.LiteralC<"gas_engineer">, t.LiteralC<"gates">, t.LiteralC<"heat_pumps">, t.LiteralC<"heating_systems">, t.LiteralC<"kitchen_fitter">, t.LiteralC<"landscaping">, t.LiteralC<"plumbing">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing__excluding_flat_roofs">, t.LiteralC<"security_systems">, t.LiteralC<"tiler">, t.LiteralC<"verandas">, t.LiteralC<"windows_and_doors">, t.LiteralC<"multi_trade">, t.LiteralC<"other_trade">]>;
|
|
46
|
+
trade_type_name: t.StringC;
|
|
47
|
+
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"acrib">, t.LiteralC<"aphc">, t.LiteralC<"assure">, t.LiteralC<"certass">, t.LiteralC<"elecsa">, t.LiteralC<"fensa">, t.LiteralC<"feta">, t.LiteralC<"gas_safe">, t.LiteralC<"hetas">, t.LiteralC<"napit">, t.LiteralC<"nfrc">, t.LiteralC<"nic_eic">, t.LiteralC<"other">]>;
|
|
48
|
+
trade_body_name: t.StringC;
|
|
46
49
|
warranty_length: t.NumberC;
|
|
47
50
|
average_monthly_jobs: t.NumberC;
|
|
48
51
|
average_job_value: t.NumberC;
|
|
49
52
|
use_subcontractor: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
50
53
|
}>, t.PartialC<{
|
|
51
|
-
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"niceic">, t.LiteralC<"elecsa">, t.LiteralC<"gas_safe">, t.LiteralC<"napit">, t.LiteralC<"other">]>;
|
|
52
54
|
trade_body_number: t.StringC;
|
|
53
55
|
insurance_document: t.IntersectionC<[t.TypeC<{
|
|
54
56
|
name: t.StringC;
|
|
@@ -66,6 +68,21 @@ export declare const Company: t.IntersectionC<[t.TypeC<{
|
|
|
66
68
|
}>;
|
|
67
69
|
}>]>;
|
|
68
70
|
contract_agreement: t.PartialC<{
|
|
71
|
+
contract: t.IntersectionC<[t.TypeC<{
|
|
72
|
+
name: t.StringC;
|
|
73
|
+
}>, t.PartialC<{
|
|
74
|
+
id: t.StringC;
|
|
75
|
+
cid: t.StringC;
|
|
76
|
+
oid: t.StringC;
|
|
77
|
+
aid: t.StringC;
|
|
78
|
+
content: t.StringC;
|
|
79
|
+
mimetype: t.StringC;
|
|
80
|
+
metadata: t.TypeC<{
|
|
81
|
+
liveness: t.BooleanC;
|
|
82
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
83
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
84
|
+
}>;
|
|
85
|
+
}>]>;
|
|
69
86
|
agreed_terms_and_conditions: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
70
87
|
agreed_to_become_iar_of_kanda: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
71
88
|
print_name: t.StringC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Company.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/Company.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"Company.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/Company.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAoDlB,CAAC;AAEH,MAAM,WAAW,OAAO;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB,KAAK,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IACxB,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,YAAY,EAAE,iBAAiB,GAAG,aAAa,CAAC;IAChD,oBAAoB,CAAC,EAAE,kBAAkB,CAAC;IAC1C,gBAAgB,CAAC,EAAE,cAAc,CAAC;IAClC,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IACvC,gBAAgB,CAAC,EAAE,eAAe,GAAG,OAAO,GAAG,QAAQ,CAAC;IACxD,YAAY,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EACN,YAAY,GACZ,YAAY,GACZ,wBAAwB,GACxB,WAAW,GACX,oBAAoB,GACpB,iBAAiB,GACjB,UAAU,GACV,UAAU,CAAC;IACf,OAAO,CAAC,EACJ,QAAQ,GACR,OAAO,GACP,SAAS,GACT,UAAU,GACV,YAAY,GACZ,4BAA4B,GAC5B,4BAA4B,GAC5B,4BAA4B,GAC5B,WAAW,GACX,WAAW,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,QAAQ,CAAC;IACxB,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB"}
|
|
@@ -3,13 +3,15 @@ import { ContractAgreement } from "./ContractAgreement";
|
|
|
3
3
|
import { Document } from "./Document";
|
|
4
4
|
import { Pence } from "./Pence";
|
|
5
5
|
export declare const CompanyInfo: t.IntersectionC<[t.TypeC<{
|
|
6
|
-
trade_type: t.UnionC<[t.LiteralC<"
|
|
6
|
+
trade_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"bathrooms">, t.LiteralC<"battery_storage">, t.LiteralC<"blinds_and_shutters">, t.LiteralC<"carpentry">, t.LiteralC<"cctv_and_security_installations">, t.LiteralC<"conservatories">, t.LiteralC<"decking">, t.LiteralC<"driveways_and_patios">, t.LiteralC<"electrician">, t.LiteralC<"ev_charger_installer">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_bedroom_furniture">, t.LiteralC<"floor_layer">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_rooms">, t.LiteralC<"gas_engineer">, t.LiteralC<"gates">, t.LiteralC<"heat_pumps">, t.LiteralC<"heating_systems">, t.LiteralC<"kitchen_fitter">, t.LiteralC<"landscaping">, t.LiteralC<"plumbing">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing__excluding_flat_roofs">, t.LiteralC<"security_systems">, t.LiteralC<"tiler">, t.LiteralC<"verandas">, t.LiteralC<"windows_and_doors">, t.LiteralC<"multi_trade">, t.LiteralC<"other_trade">]>;
|
|
7
|
+
trade_type_name: t.StringC;
|
|
8
|
+
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"acrib">, t.LiteralC<"aphc">, t.LiteralC<"assure">, t.LiteralC<"certass">, t.LiteralC<"elecsa">, t.LiteralC<"fensa">, t.LiteralC<"feta">, t.LiteralC<"gas_safe">, t.LiteralC<"hetas">, t.LiteralC<"napit">, t.LiteralC<"nfrc">, t.LiteralC<"nic_eic">, t.LiteralC<"other">]>;
|
|
9
|
+
trade_body_name: t.StringC;
|
|
7
10
|
warranty_length: t.NumberC;
|
|
8
11
|
average_monthly_jobs: t.NumberC;
|
|
9
12
|
average_job_value: t.NumberC;
|
|
10
13
|
use_subcontractor: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
11
14
|
}>, t.PartialC<{
|
|
12
|
-
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"niceic">, t.LiteralC<"elecsa">, t.LiteralC<"gas_safe">, t.LiteralC<"napit">, t.LiteralC<"other">]>;
|
|
13
15
|
trade_body_number: t.StringC;
|
|
14
16
|
insurance_document: t.IntersectionC<[t.TypeC<{
|
|
15
17
|
name: t.StringC;
|
|
@@ -27,6 +29,21 @@ export declare const CompanyInfo: t.IntersectionC<[t.TypeC<{
|
|
|
27
29
|
}>;
|
|
28
30
|
}>]>;
|
|
29
31
|
contract_agreement: t.PartialC<{
|
|
32
|
+
contract: t.IntersectionC<[t.TypeC<{
|
|
33
|
+
name: t.StringC;
|
|
34
|
+
}>, t.PartialC<{
|
|
35
|
+
id: t.StringC;
|
|
36
|
+
cid: t.StringC;
|
|
37
|
+
oid: t.StringC;
|
|
38
|
+
aid: t.StringC;
|
|
39
|
+
content: t.StringC;
|
|
40
|
+
mimetype: t.StringC;
|
|
41
|
+
metadata: t.TypeC<{
|
|
42
|
+
liveness: t.BooleanC;
|
|
43
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
44
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
45
|
+
}>;
|
|
46
|
+
}>]>;
|
|
30
47
|
agreed_terms_and_conditions: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
31
48
|
agreed_to_become_iar_of_kanda: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
32
49
|
print_name: t.StringC;
|
|
@@ -34,8 +51,10 @@ export declare const CompanyInfo: t.IntersectionC<[t.TypeC<{
|
|
|
34
51
|
}>;
|
|
35
52
|
}>]>;
|
|
36
53
|
export interface CompanyInfo {
|
|
37
|
-
trade_type: "
|
|
38
|
-
|
|
54
|
+
trade_type: "air_conditioning" | "bathrooms" | "battery_storage" | "blinds_and_shutters" | "carpentry" | "cctv_and_security_installations" | "conservatories" | "decking" | "driveways_and_patios" | "electrician" | "ev_charger_installer" | "fencing" | "fireplaces" | "fitted_bedroom_furniture" | "floor_layer" | "garage_doors" | "garden_rooms" | "gas_engineer" | "gates" | "heat_pumps" | "heating_systems" | "kitchen_fitter" | "landscaping" | "plumbing" | "resin_driveways" | "roofing__excluding_flat_roofs" | "security_systems" | "tiler" | "verandas" | "windows_and_doors" | "multi_trade" | "other_trade";
|
|
55
|
+
trade_type_name: string;
|
|
56
|
+
trade_body: "none" | "acrib" | "aphc" | "assure" | "certass" | "elecsa" | "fensa" | "feta" | "gas_safe" | "hetas" | "napit" | "nfrc" | "nic_eic" | "other";
|
|
57
|
+
trade_body_name: string;
|
|
39
58
|
trade_body_number?: string;
|
|
40
59
|
warranty_length: number;
|
|
41
60
|
average_monthly_jobs: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompanyInfo.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/CompanyInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"CompanyInfo.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/CompanyInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgEtB,CAAC;AAEH,MAAM,WAAW,WAAW;IAC1B,UAAU,EACN,kBAAkB,GAClB,WAAW,GACX,iBAAiB,GACjB,qBAAqB,GACrB,WAAW,GACX,iCAAiC,GACjC,gBAAgB,GAChB,SAAS,GACT,sBAAsB,GACtB,aAAa,GACb,sBAAsB,GACtB,SAAS,GACT,YAAY,GACZ,0BAA0B,GAC1B,aAAa,GACb,cAAc,GACd,cAAc,GACd,cAAc,GACd,OAAO,GACP,YAAY,GACZ,iBAAiB,GACjB,gBAAgB,GAChB,aAAa,GACb,UAAU,GACV,iBAAiB,GACjB,+BAA+B,GAC/B,kBAAkB,GAClB,OAAO,GACP,UAAU,GACV,mBAAmB,GACnB,aAAa,GACb,aAAa,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EACN,MAAM,GACN,OAAO,GACP,MAAM,GACN,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,OAAO,GACP,MAAM,GACN,UAAU,GACV,OAAO,GACP,OAAO,GACP,MAAM,GACN,SAAS,GACT,OAAO,CAAC;IACZ,eAAe,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,MAAM,CAAC;IACxB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,iBAAiB,EAAE,KAAK,CAAC;IACzB,iBAAiB,EAAE,KAAK,GAAG,IAAI,CAAC;IAChC,kBAAkB,CAAC,EAAE,QAAQ,CAAC;IAC9B,kBAAkB,CAAC,EAAE,iBAAiB,CAAC;CACxC"}
|
|
@@ -31,37 +31,63 @@ const Pence_1 = require("./Pence");
|
|
|
31
31
|
exports.CompanyInfo = t.intersection([
|
|
32
32
|
t.type({
|
|
33
33
|
trade_type: t.union([
|
|
34
|
-
t.literal("gas_engineer"),
|
|
35
|
-
t.literal("electrician"),
|
|
36
|
-
t.literal("ev_charger_installer"),
|
|
37
|
-
t.literal("tiler"),
|
|
38
|
-
t.literal("kitchen_fitter"),
|
|
39
|
-
t.literal("floor_layer"),
|
|
40
|
-
t.literal("cctv_and_security_installations"),
|
|
41
|
-
t.literal("windows_and_doors"),
|
|
42
|
-
t.literal("landscaping"),
|
|
43
34
|
t.literal("air_conditioning"),
|
|
44
35
|
t.literal("bathrooms"),
|
|
36
|
+
t.literal("battery_storage"),
|
|
37
|
+
t.literal("blinds_and_shutters"),
|
|
38
|
+
t.literal("carpentry"),
|
|
39
|
+
t.literal("cctv_and_security_installations"),
|
|
40
|
+
t.literal("conservatories"),
|
|
41
|
+
t.literal("decking"),
|
|
45
42
|
t.literal("driveways_and_patios"),
|
|
46
|
-
t.literal("
|
|
43
|
+
t.literal("electrician"),
|
|
44
|
+
t.literal("ev_charger_installer"),
|
|
45
|
+
t.literal("fencing"),
|
|
47
46
|
t.literal("fireplaces"),
|
|
47
|
+
t.literal("fitted_bedroom_furniture"),
|
|
48
|
+
t.literal("floor_layer"),
|
|
49
|
+
t.literal("garage_doors"),
|
|
50
|
+
t.literal("garden_rooms"),
|
|
51
|
+
t.literal("gas_engineer"),
|
|
52
|
+
t.literal("gates"),
|
|
53
|
+
t.literal("heat_pumps"),
|
|
54
|
+
t.literal("heating_systems"),
|
|
55
|
+
t.literal("kitchen_fitter"),
|
|
56
|
+
t.literal("landscaping"),
|
|
57
|
+
t.literal("plumbing"),
|
|
58
|
+
t.literal("resin_driveways"),
|
|
59
|
+
t.literal("roofing__excluding_flat_roofs"),
|
|
60
|
+
t.literal("security_systems"),
|
|
61
|
+
t.literal("tiler"),
|
|
62
|
+
t.literal("verandas"),
|
|
63
|
+
t.literal("windows_and_doors"),
|
|
48
64
|
t.literal("multi_trade"),
|
|
49
65
|
t.literal("other_trade"),
|
|
50
66
|
]),
|
|
51
|
-
|
|
52
|
-
average_monthly_jobs: t.number,
|
|
53
|
-
average_job_value: Pence_1.Pence,
|
|
54
|
-
use_subcontractor: t.union([t.literal("yes"), t.literal("no")]),
|
|
55
|
-
}),
|
|
56
|
-
t.partial({
|
|
67
|
+
trade_type_name: t.string,
|
|
57
68
|
trade_body: t.union([
|
|
58
69
|
t.literal("none"),
|
|
59
|
-
t.literal("
|
|
70
|
+
t.literal("acrib"),
|
|
71
|
+
t.literal("aphc"),
|
|
72
|
+
t.literal("assure"),
|
|
73
|
+
t.literal("certass"),
|
|
60
74
|
t.literal("elecsa"),
|
|
75
|
+
t.literal("fensa"),
|
|
76
|
+
t.literal("feta"),
|
|
61
77
|
t.literal("gas_safe"),
|
|
78
|
+
t.literal("hetas"),
|
|
62
79
|
t.literal("napit"),
|
|
80
|
+
t.literal("nfrc"),
|
|
81
|
+
t.literal("nic_eic"),
|
|
63
82
|
t.literal("other"),
|
|
64
83
|
]),
|
|
84
|
+
trade_body_name: t.string,
|
|
85
|
+
warranty_length: t.number,
|
|
86
|
+
average_monthly_jobs: t.number,
|
|
87
|
+
average_job_value: Pence_1.Pence,
|
|
88
|
+
use_subcontractor: t.union([t.literal("yes"), t.literal("no")]),
|
|
89
|
+
}),
|
|
90
|
+
t.partial({
|
|
65
91
|
trade_body_number: t.string,
|
|
66
92
|
insurance_document: Document_1.Document,
|
|
67
93
|
contract_agreement: ContractAgreement_1.ContractAgreement,
|
|
@@ -1,11 +1,28 @@
|
|
|
1
1
|
import * as t from "io-ts";
|
|
2
|
+
import { Document } from "./Document";
|
|
2
3
|
export declare const ContractAgreement: t.PartialC<{
|
|
4
|
+
contract: t.IntersectionC<[t.TypeC<{
|
|
5
|
+
name: t.StringC;
|
|
6
|
+
}>, t.PartialC<{
|
|
7
|
+
id: t.StringC;
|
|
8
|
+
cid: t.StringC;
|
|
9
|
+
oid: t.StringC;
|
|
10
|
+
aid: t.StringC;
|
|
11
|
+
content: t.StringC;
|
|
12
|
+
mimetype: t.StringC;
|
|
13
|
+
metadata: t.TypeC<{
|
|
14
|
+
liveness: t.BooleanC;
|
|
15
|
+
created_at: import("io-ts-types/DateFromISOString").DateFromISOStringC;
|
|
16
|
+
updated_at: import("io-ts-types/DateFromISOString").DateFromISOStringC;
|
|
17
|
+
}>;
|
|
18
|
+
}>]>;
|
|
3
19
|
agreed_terms_and_conditions: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
4
20
|
agreed_to_become_iar_of_kanda: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
5
21
|
print_name: t.StringC;
|
|
6
22
|
signed_at: import("io-ts-types/DateFromISOString").DateFromISOStringC;
|
|
7
23
|
}>;
|
|
8
24
|
export interface ContractAgreement {
|
|
25
|
+
contract?: Document;
|
|
9
26
|
agreed_terms_and_conditions?: "yes" | "no";
|
|
10
27
|
agreed_to_become_iar_of_kanda?: "yes" | "no";
|
|
11
28
|
print_name?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContractAgreement.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/ContractAgreement.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ContractAgreement.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/ContractAgreement.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;EAM5B,CAAC;AAEH,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,2BAA2B,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IAC3C,6BAA6B,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB"}
|
|
@@ -26,7 +26,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.ContractAgreement = void 0;
|
|
27
27
|
const t = __importStar(require("io-ts"));
|
|
28
28
|
const DateFromISOString_1 = require("io-ts-types/DateFromISOString");
|
|
29
|
+
const Document_1 = require("./Document");
|
|
29
30
|
exports.ContractAgreement = t.partial({
|
|
31
|
+
contract: Document_1.Document,
|
|
30
32
|
agreed_terms_and_conditions: t.union([t.literal("yes"), t.literal("no")]),
|
|
31
33
|
agreed_to_become_iar_of_kanda: t.union([t.literal("yes"), t.literal("no")]),
|
|
32
34
|
print_name: t.string,
|
|
@@ -40,13 +40,15 @@ export declare const Entity: t.PartialC<{
|
|
|
40
40
|
mobile: t.StringC;
|
|
41
41
|
}>]>>;
|
|
42
42
|
company_info: t.IntersectionC<[t.TypeC<{
|
|
43
|
-
trade_type: t.UnionC<[t.LiteralC<"
|
|
43
|
+
trade_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"bathrooms">, t.LiteralC<"battery_storage">, t.LiteralC<"blinds_and_shutters">, t.LiteralC<"carpentry">, t.LiteralC<"cctv_and_security_installations">, t.LiteralC<"conservatories">, t.LiteralC<"decking">, t.LiteralC<"driveways_and_patios">, t.LiteralC<"electrician">, t.LiteralC<"ev_charger_installer">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_bedroom_furniture">, t.LiteralC<"floor_layer">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_rooms">, t.LiteralC<"gas_engineer">, t.LiteralC<"gates">, t.LiteralC<"heat_pumps">, t.LiteralC<"heating_systems">, t.LiteralC<"kitchen_fitter">, t.LiteralC<"landscaping">, t.LiteralC<"plumbing">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing__excluding_flat_roofs">, t.LiteralC<"security_systems">, t.LiteralC<"tiler">, t.LiteralC<"verandas">, t.LiteralC<"windows_and_doors">, t.LiteralC<"multi_trade">, t.LiteralC<"other_trade">]>;
|
|
44
|
+
trade_type_name: t.StringC;
|
|
45
|
+
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"acrib">, t.LiteralC<"aphc">, t.LiteralC<"assure">, t.LiteralC<"certass">, t.LiteralC<"elecsa">, t.LiteralC<"fensa">, t.LiteralC<"feta">, t.LiteralC<"gas_safe">, t.LiteralC<"hetas">, t.LiteralC<"napit">, t.LiteralC<"nfrc">, t.LiteralC<"nic_eic">, t.LiteralC<"other">]>;
|
|
46
|
+
trade_body_name: t.StringC;
|
|
44
47
|
warranty_length: t.NumberC;
|
|
45
48
|
average_monthly_jobs: t.NumberC;
|
|
46
49
|
average_job_value: t.NumberC;
|
|
47
50
|
use_subcontractor: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
48
51
|
}>, t.PartialC<{
|
|
49
|
-
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"niceic">, t.LiteralC<"elecsa">, t.LiteralC<"gas_safe">, t.LiteralC<"napit">, t.LiteralC<"other">]>;
|
|
50
52
|
trade_body_number: t.StringC;
|
|
51
53
|
insurance_document: t.IntersectionC<[t.TypeC<{
|
|
52
54
|
name: t.StringC;
|
|
@@ -64,6 +66,21 @@ export declare const Entity: t.PartialC<{
|
|
|
64
66
|
}>;
|
|
65
67
|
}>]>;
|
|
66
68
|
contract_agreement: t.PartialC<{
|
|
69
|
+
contract: t.IntersectionC<[t.TypeC<{
|
|
70
|
+
name: t.StringC;
|
|
71
|
+
}>, t.PartialC<{
|
|
72
|
+
id: t.StringC;
|
|
73
|
+
cid: t.StringC;
|
|
74
|
+
oid: t.StringC;
|
|
75
|
+
aid: t.StringC;
|
|
76
|
+
content: t.StringC;
|
|
77
|
+
mimetype: t.StringC;
|
|
78
|
+
metadata: t.TypeC<{
|
|
79
|
+
liveness: t.BooleanC;
|
|
80
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
81
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
82
|
+
}>;
|
|
83
|
+
}>]>;
|
|
67
84
|
agreed_terms_and_conditions: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
68
85
|
agreed_to_become_iar_of_kanda: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
69
86
|
print_name: t.StringC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Entity.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/Entity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Entity.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/Entity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOjB,CAAC;AAEH,MAAM,WAAW,MAAM;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B"}
|
|
@@ -47,13 +47,15 @@ export declare const Event: t.IntersectionC<[t.TypeC<{
|
|
|
47
47
|
mobile: t.StringC;
|
|
48
48
|
}>]>>;
|
|
49
49
|
company_info: t.IntersectionC<[t.TypeC<{
|
|
50
|
-
trade_type: t.UnionC<[t.LiteralC<"
|
|
50
|
+
trade_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"bathrooms">, t.LiteralC<"battery_storage">, t.LiteralC<"blinds_and_shutters">, t.LiteralC<"carpentry">, t.LiteralC<"cctv_and_security_installations">, t.LiteralC<"conservatories">, t.LiteralC<"decking">, t.LiteralC<"driveways_and_patios">, t.LiteralC<"electrician">, t.LiteralC<"ev_charger_installer">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_bedroom_furniture">, t.LiteralC<"floor_layer">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_rooms">, t.LiteralC<"gas_engineer">, t.LiteralC<"gates">, t.LiteralC<"heat_pumps">, t.LiteralC<"heating_systems">, t.LiteralC<"kitchen_fitter">, t.LiteralC<"landscaping">, t.LiteralC<"plumbing">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing__excluding_flat_roofs">, t.LiteralC<"security_systems">, t.LiteralC<"tiler">, t.LiteralC<"verandas">, t.LiteralC<"windows_and_doors">, t.LiteralC<"multi_trade">, t.LiteralC<"other_trade">]>;
|
|
51
|
+
trade_type_name: t.StringC;
|
|
52
|
+
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"acrib">, t.LiteralC<"aphc">, t.LiteralC<"assure">, t.LiteralC<"certass">, t.LiteralC<"elecsa">, t.LiteralC<"fensa">, t.LiteralC<"feta">, t.LiteralC<"gas_safe">, t.LiteralC<"hetas">, t.LiteralC<"napit">, t.LiteralC<"nfrc">, t.LiteralC<"nic_eic">, t.LiteralC<"other">]>;
|
|
53
|
+
trade_body_name: t.StringC;
|
|
51
54
|
warranty_length: t.NumberC;
|
|
52
55
|
average_monthly_jobs: t.NumberC;
|
|
53
56
|
average_job_value: t.NumberC;
|
|
54
57
|
use_subcontractor: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
55
58
|
}>, t.PartialC<{
|
|
56
|
-
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"niceic">, t.LiteralC<"elecsa">, t.LiteralC<"gas_safe">, t.LiteralC<"napit">, t.LiteralC<"other">]>;
|
|
57
59
|
trade_body_number: t.StringC;
|
|
58
60
|
insurance_document: t.IntersectionC<[t.TypeC<{
|
|
59
61
|
name: t.StringC;
|
|
@@ -71,6 +73,21 @@ export declare const Event: t.IntersectionC<[t.TypeC<{
|
|
|
71
73
|
}>;
|
|
72
74
|
}>]>;
|
|
73
75
|
contract_agreement: t.PartialC<{
|
|
76
|
+
contract: t.IntersectionC<[t.TypeC<{
|
|
77
|
+
name: t.StringC;
|
|
78
|
+
}>, t.PartialC<{
|
|
79
|
+
id: t.StringC;
|
|
80
|
+
cid: t.StringC;
|
|
81
|
+
oid: t.StringC;
|
|
82
|
+
aid: t.StringC;
|
|
83
|
+
content: t.StringC;
|
|
84
|
+
mimetype: t.StringC;
|
|
85
|
+
metadata: t.TypeC<{
|
|
86
|
+
liveness: t.BooleanC;
|
|
87
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
88
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
89
|
+
}>;
|
|
90
|
+
}>]>;
|
|
74
91
|
agreed_terms_and_conditions: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
75
92
|
agreed_to_become_iar_of_kanda: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
76
93
|
print_name: t.StringC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Event.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/Event.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"Event.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/Event.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAoBhB,CAAC;AAEH,MAAM,WAAW,KAAK;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,KAAK,GAAG,OAAO,GAAG,SAAS,CAAC;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB"}
|
|
@@ -43,13 +43,15 @@ export declare const approveCompanyOperation: {
|
|
|
43
43
|
mobile: import("io-ts").StringC;
|
|
44
44
|
}>]>>;
|
|
45
45
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
46
|
-
trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
46
|
+
trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"battery_storage">, import("io-ts").LiteralC<"blinds_and_shutters">, import("io-ts").LiteralC<"carpentry">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"conservatories">, import("io-ts").LiteralC<"decking">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"fencing">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"fitted_bedroom_furniture">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"garden_rooms">, import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"gates">, import("io-ts").LiteralC<"heat_pumps">, import("io-ts").LiteralC<"heating_systems">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"plumbing">, import("io-ts").LiteralC<"resin_driveways">, import("io-ts").LiteralC<"roofing__excluding_flat_roofs">, import("io-ts").LiteralC<"security_systems">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"verandas">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
|
|
47
|
+
trade_type_name: import("io-ts").StringC;
|
|
48
|
+
trade_body: import("io-ts").UnionC<[import("io-ts").LiteralC<"none">, import("io-ts").LiteralC<"acrib">, import("io-ts").LiteralC<"aphc">, import("io-ts").LiteralC<"assure">, import("io-ts").LiteralC<"certass">, import("io-ts").LiteralC<"elecsa">, import("io-ts").LiteralC<"fensa">, import("io-ts").LiteralC<"feta">, import("io-ts").LiteralC<"gas_safe">, import("io-ts").LiteralC<"hetas">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"nfrc">, import("io-ts").LiteralC<"nic_eic">, import("io-ts").LiteralC<"other">]>;
|
|
49
|
+
trade_body_name: import("io-ts").StringC;
|
|
47
50
|
warranty_length: import("io-ts").NumberC;
|
|
48
51
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
49
52
|
average_job_value: import("io-ts").NumberC;
|
|
50
53
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
51
54
|
}>, import("io-ts").PartialC<{
|
|
52
|
-
trade_body: import("io-ts").UnionC<[import("io-ts").LiteralC<"none">, import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"elecsa">, import("io-ts").LiteralC<"gas_safe">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"other">]>;
|
|
53
55
|
trade_body_number: import("io-ts").StringC;
|
|
54
56
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
55
57
|
name: import("io-ts").StringC;
|
|
@@ -67,6 +69,21 @@ export declare const approveCompanyOperation: {
|
|
|
67
69
|
}>;
|
|
68
70
|
}>]>;
|
|
69
71
|
contract_agreement: import("io-ts").PartialC<{
|
|
72
|
+
contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
73
|
+
name: import("io-ts").StringC;
|
|
74
|
+
}>, import("io-ts").PartialC<{
|
|
75
|
+
id: import("io-ts").StringC;
|
|
76
|
+
cid: import("io-ts").StringC;
|
|
77
|
+
oid: import("io-ts").StringC;
|
|
78
|
+
aid: import("io-ts").StringC;
|
|
79
|
+
content: import("io-ts").StringC;
|
|
80
|
+
mimetype: import("io-ts").StringC;
|
|
81
|
+
metadata: import("io-ts").TypeC<{
|
|
82
|
+
liveness: import("io-ts").BooleanC;
|
|
83
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
84
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
85
|
+
}>;
|
|
86
|
+
}>]>;
|
|
70
87
|
agreed_terms_and_conditions: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
71
88
|
agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
72
89
|
print_name: import("io-ts").StringC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"approveCompany.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/approveCompany.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,+BAA+B,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"approveCompany.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/approveCompany.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,+BAA+B,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB1B,CAAC;AAEX,oBAAY,6BAA6B,GAAG,eAAe,CACzD;IAAE,MAAM,EAAE,+BAA+B,CAAA;CAAE,EAC3C,OAAO,CAAC,OAAO,CAChB,CAAC"}
|
|
@@ -44,13 +44,15 @@ export declare const declineCompanyOperation: {
|
|
|
44
44
|
mobile: import("io-ts").StringC;
|
|
45
45
|
}>]>>;
|
|
46
46
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
47
|
-
trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
47
|
+
trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"battery_storage">, import("io-ts").LiteralC<"blinds_and_shutters">, import("io-ts").LiteralC<"carpentry">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"conservatories">, import("io-ts").LiteralC<"decking">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"fencing">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"fitted_bedroom_furniture">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"garden_rooms">, import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"gates">, import("io-ts").LiteralC<"heat_pumps">, import("io-ts").LiteralC<"heating_systems">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"plumbing">, import("io-ts").LiteralC<"resin_driveways">, import("io-ts").LiteralC<"roofing__excluding_flat_roofs">, import("io-ts").LiteralC<"security_systems">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"verandas">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
|
|
48
|
+
trade_type_name: import("io-ts").StringC;
|
|
49
|
+
trade_body: import("io-ts").UnionC<[import("io-ts").LiteralC<"none">, import("io-ts").LiteralC<"acrib">, import("io-ts").LiteralC<"aphc">, import("io-ts").LiteralC<"assure">, import("io-ts").LiteralC<"certass">, import("io-ts").LiteralC<"elecsa">, import("io-ts").LiteralC<"fensa">, import("io-ts").LiteralC<"feta">, import("io-ts").LiteralC<"gas_safe">, import("io-ts").LiteralC<"hetas">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"nfrc">, import("io-ts").LiteralC<"nic_eic">, import("io-ts").LiteralC<"other">]>;
|
|
50
|
+
trade_body_name: import("io-ts").StringC;
|
|
48
51
|
warranty_length: import("io-ts").NumberC;
|
|
49
52
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
50
53
|
average_job_value: import("io-ts").NumberC;
|
|
51
54
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
52
55
|
}>, import("io-ts").PartialC<{
|
|
53
|
-
trade_body: import("io-ts").UnionC<[import("io-ts").LiteralC<"none">, import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"elecsa">, import("io-ts").LiteralC<"gas_safe">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"other">]>;
|
|
54
56
|
trade_body_number: import("io-ts").StringC;
|
|
55
57
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
56
58
|
name: import("io-ts").StringC;
|
|
@@ -68,6 +70,21 @@ export declare const declineCompanyOperation: {
|
|
|
68
70
|
}>;
|
|
69
71
|
}>]>;
|
|
70
72
|
contract_agreement: import("io-ts").PartialC<{
|
|
73
|
+
contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
74
|
+
name: import("io-ts").StringC;
|
|
75
|
+
}>, import("io-ts").PartialC<{
|
|
76
|
+
id: import("io-ts").StringC;
|
|
77
|
+
cid: import("io-ts").StringC;
|
|
78
|
+
oid: import("io-ts").StringC;
|
|
79
|
+
aid: import("io-ts").StringC;
|
|
80
|
+
content: import("io-ts").StringC;
|
|
81
|
+
mimetype: import("io-ts").StringC;
|
|
82
|
+
metadata: import("io-ts").TypeC<{
|
|
83
|
+
liveness: import("io-ts").BooleanC;
|
|
84
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
85
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
86
|
+
}>;
|
|
87
|
+
}>]>;
|
|
71
88
|
agreed_terms_and_conditions: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
72
89
|
agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
73
90
|
print_name: import("io-ts").StringC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"declineCompany.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/declineCompany.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,+BAA+B,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EACF,eAAe,GACf,YAAY,GACZ,oBAAoB,GACpB,mBAAmB,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"declineCompany.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/declineCompany.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,+BAA+B,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EACF,eAAe,GACf,YAAY,GACZ,oBAAoB,GACpB,mBAAmB,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsB1B,CAAC;AAEX,oBAAY,6BAA6B,GAAG,eAAe,CACzD;IAAE,MAAM,EAAE,+BAA+B,CAAA;CAAE,EAC3C,OAAO,CAAC,OAAO,CAChB,CAAC"}
|
|
@@ -43,13 +43,15 @@ export declare const deleteCompanyOperation: {
|
|
|
43
43
|
mobile: import("io-ts").StringC;
|
|
44
44
|
}>]>>;
|
|
45
45
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
46
|
-
trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
46
|
+
trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"battery_storage">, import("io-ts").LiteralC<"blinds_and_shutters">, import("io-ts").LiteralC<"carpentry">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"conservatories">, import("io-ts").LiteralC<"decking">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"fencing">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"fitted_bedroom_furniture">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"garden_rooms">, import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"gates">, import("io-ts").LiteralC<"heat_pumps">, import("io-ts").LiteralC<"heating_systems">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"plumbing">, import("io-ts").LiteralC<"resin_driveways">, import("io-ts").LiteralC<"roofing__excluding_flat_roofs">, import("io-ts").LiteralC<"security_systems">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"verandas">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
|
|
47
|
+
trade_type_name: import("io-ts").StringC;
|
|
48
|
+
trade_body: import("io-ts").UnionC<[import("io-ts").LiteralC<"none">, import("io-ts").LiteralC<"acrib">, import("io-ts").LiteralC<"aphc">, import("io-ts").LiteralC<"assure">, import("io-ts").LiteralC<"certass">, import("io-ts").LiteralC<"elecsa">, import("io-ts").LiteralC<"fensa">, import("io-ts").LiteralC<"feta">, import("io-ts").LiteralC<"gas_safe">, import("io-ts").LiteralC<"hetas">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"nfrc">, import("io-ts").LiteralC<"nic_eic">, import("io-ts").LiteralC<"other">]>;
|
|
49
|
+
trade_body_name: import("io-ts").StringC;
|
|
47
50
|
warranty_length: import("io-ts").NumberC;
|
|
48
51
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
49
52
|
average_job_value: import("io-ts").NumberC;
|
|
50
53
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
51
54
|
}>, import("io-ts").PartialC<{
|
|
52
|
-
trade_body: import("io-ts").UnionC<[import("io-ts").LiteralC<"none">, import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"elecsa">, import("io-ts").LiteralC<"gas_safe">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"other">]>;
|
|
53
55
|
trade_body_number: import("io-ts").StringC;
|
|
54
56
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
55
57
|
name: import("io-ts").StringC;
|
|
@@ -67,6 +69,21 @@ export declare const deleteCompanyOperation: {
|
|
|
67
69
|
}>;
|
|
68
70
|
}>]>;
|
|
69
71
|
contract_agreement: import("io-ts").PartialC<{
|
|
72
|
+
contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
73
|
+
name: import("io-ts").StringC;
|
|
74
|
+
}>, import("io-ts").PartialC<{
|
|
75
|
+
id: import("io-ts").StringC;
|
|
76
|
+
cid: import("io-ts").StringC;
|
|
77
|
+
oid: import("io-ts").StringC;
|
|
78
|
+
aid: import("io-ts").StringC;
|
|
79
|
+
content: import("io-ts").StringC;
|
|
80
|
+
mimetype: import("io-ts").StringC;
|
|
81
|
+
metadata: import("io-ts").TypeC<{
|
|
82
|
+
liveness: import("io-ts").BooleanC;
|
|
83
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
84
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
85
|
+
}>;
|
|
86
|
+
}>]>;
|
|
70
87
|
agreed_terms_and_conditions: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
71
88
|
agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
72
89
|
print_name: import("io-ts").StringC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteCompany.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/deleteCompany.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,8BAA8B,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"deleteCompany.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/deleteCompany.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,8BAA8B,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBzB,CAAC;AAEX,oBAAY,4BAA4B,GAAG,eAAe,CACxD;IAAE,MAAM,EAAE,8BAA8B,CAAA;CAAE,EAC1C,OAAO,CAAC,OAAO,CAChB,CAAC"}
|
|
@@ -43,13 +43,15 @@ export declare const directorCompanyOperation: {
|
|
|
43
43
|
mobile: import("io-ts").StringC;
|
|
44
44
|
}>]>>;
|
|
45
45
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
46
|
-
trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
46
|
+
trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"battery_storage">, import("io-ts").LiteralC<"blinds_and_shutters">, import("io-ts").LiteralC<"carpentry">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"conservatories">, import("io-ts").LiteralC<"decking">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"fencing">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"fitted_bedroom_furniture">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"garden_rooms">, import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"gates">, import("io-ts").LiteralC<"heat_pumps">, import("io-ts").LiteralC<"heating_systems">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"plumbing">, import("io-ts").LiteralC<"resin_driveways">, import("io-ts").LiteralC<"roofing__excluding_flat_roofs">, import("io-ts").LiteralC<"security_systems">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"verandas">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
|
|
47
|
+
trade_type_name: import("io-ts").StringC;
|
|
48
|
+
trade_body: import("io-ts").UnionC<[import("io-ts").LiteralC<"none">, import("io-ts").LiteralC<"acrib">, import("io-ts").LiteralC<"aphc">, import("io-ts").LiteralC<"assure">, import("io-ts").LiteralC<"certass">, import("io-ts").LiteralC<"elecsa">, import("io-ts").LiteralC<"fensa">, import("io-ts").LiteralC<"feta">, import("io-ts").LiteralC<"gas_safe">, import("io-ts").LiteralC<"hetas">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"nfrc">, import("io-ts").LiteralC<"nic_eic">, import("io-ts").LiteralC<"other">]>;
|
|
49
|
+
trade_body_name: import("io-ts").StringC;
|
|
47
50
|
warranty_length: import("io-ts").NumberC;
|
|
48
51
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
49
52
|
average_job_value: import("io-ts").NumberC;
|
|
50
53
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
51
54
|
}>, import("io-ts").PartialC<{
|
|
52
|
-
trade_body: import("io-ts").UnionC<[import("io-ts").LiteralC<"none">, import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"elecsa">, import("io-ts").LiteralC<"gas_safe">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"other">]>;
|
|
53
55
|
trade_body_number: import("io-ts").StringC;
|
|
54
56
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
55
57
|
name: import("io-ts").StringC;
|
|
@@ -67,6 +69,21 @@ export declare const directorCompanyOperation: {
|
|
|
67
69
|
}>;
|
|
68
70
|
}>]>;
|
|
69
71
|
contract_agreement: import("io-ts").PartialC<{
|
|
72
|
+
contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
73
|
+
name: import("io-ts").StringC;
|
|
74
|
+
}>, import("io-ts").PartialC<{
|
|
75
|
+
id: import("io-ts").StringC;
|
|
76
|
+
cid: import("io-ts").StringC;
|
|
77
|
+
oid: import("io-ts").StringC;
|
|
78
|
+
aid: import("io-ts").StringC;
|
|
79
|
+
content: import("io-ts").StringC;
|
|
80
|
+
mimetype: import("io-ts").StringC;
|
|
81
|
+
metadata: import("io-ts").TypeC<{
|
|
82
|
+
liveness: import("io-ts").BooleanC;
|
|
83
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
84
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
85
|
+
}>;
|
|
86
|
+
}>]>;
|
|
70
87
|
agreed_terms_and_conditions: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
71
88
|
agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
72
89
|
print_name: import("io-ts").StringC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"directorCompany.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/directorCompany.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,gCAAgC,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"directorCompany.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/directorCompany.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,gCAAgC,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB3B,CAAC;AAEX,oBAAY,8BAA8B,GAAG,eAAe,CAC1D;IAAE,MAAM,EAAE,gCAAgC,CAAA;CAAE,EAC5C,OAAO,CAAC,OAAO,CAChB,CAAC"}
|