@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
|
@@ -40,13 +40,15 @@ export declare const postCompanyOperation: {
|
|
|
40
40
|
mobile: import("io-ts").StringC;
|
|
41
41
|
}>]>>;
|
|
42
42
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
43
|
-
trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
43
|
+
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">]>;
|
|
44
|
+
trade_type_name: import("io-ts").StringC;
|
|
45
|
+
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">]>;
|
|
46
|
+
trade_body_name: import("io-ts").StringC;
|
|
44
47
|
warranty_length: import("io-ts").NumberC;
|
|
45
48
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
46
49
|
average_job_value: import("io-ts").NumberC;
|
|
47
50
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
48
51
|
}>, import("io-ts").PartialC<{
|
|
49
|
-
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">]>;
|
|
50
52
|
trade_body_number: import("io-ts").StringC;
|
|
51
53
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
52
54
|
name: import("io-ts").StringC;
|
|
@@ -64,6 +66,21 @@ export declare const postCompanyOperation: {
|
|
|
64
66
|
}>;
|
|
65
67
|
}>]>;
|
|
66
68
|
contract_agreement: import("io-ts").PartialC<{
|
|
69
|
+
contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
70
|
+
name: import("io-ts").StringC;
|
|
71
|
+
}>, import("io-ts").PartialC<{
|
|
72
|
+
id: import("io-ts").StringC;
|
|
73
|
+
cid: import("io-ts").StringC;
|
|
74
|
+
oid: import("io-ts").StringC;
|
|
75
|
+
aid: import("io-ts").StringC;
|
|
76
|
+
content: import("io-ts").StringC;
|
|
77
|
+
mimetype: import("io-ts").StringC;
|
|
78
|
+
metadata: import("io-ts").TypeC<{
|
|
79
|
+
liveness: import("io-ts").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: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
68
85
|
agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
69
86
|
print_name: import("io-ts").StringC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postCompany.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/postCompany.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"postCompany.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/postCompany.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAevB,CAAC;AAEX,oBAAY,0BAA0B,GAAG,eAAe,CACtD;IAAE,IAAI,EAAE,OAAO,CAAC,OAAO,CAAA;CAAE,EACzB,OAAO,CAAC,OAAO,CAChB,CAAC"}
|
|
@@ -43,13 +43,15 @@ export declare const putCompanyOperation: {
|
|
|
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 putCompanyOperation: {
|
|
|
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":"putCompany.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/putCompany.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"putCompany.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/putCompany.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBtB,CAAC;AAEX,oBAAY,yBAAyB,GAAG,eAAe,CACrD;IAAE,MAAM,EAAE,2BAA2B,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,CAAA;CAAE,EAC9D,OAAO,CAAC,OAAO,CAChB,CAAC"}
|