@kanda-libs/ks-schema 1.0.95 → 1.0.96
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 +3 -3
- package/dist/components/schemas/CompanyInfo.d.ts +4 -4
- package/dist/components/schemas/CompanyInfo.d.ts.map +1 -1
- package/dist/components/schemas/CompanyInfo.js +1 -1
- package/dist/operations/approveCompany.d.ts +3 -3
- package/dist/operations/deleteCompany.d.ts +3 -3
- package/dist/operations/getCompanies.d.ts +3 -3
- package/dist/operations/getCompany.d.ts +3 -3
- package/dist/operations/index.d.ts +18 -18
- package/dist/operations/postCompany.d.ts +3 -3
- package/dist/operations/putCompany.d.ts +3 -3
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +2603 -2603
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +5433 -5433
- package/package.json +1 -1
- package/schema.yaml +0 -1
|
@@ -46,6 +46,9 @@ export declare const Company: t.IntersectionC<[t.TypeC<{
|
|
|
46
46
|
average_monthly_jobs: t.NumberC;
|
|
47
47
|
average_job_value: t.NumberC;
|
|
48
48
|
use_subcontractor: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
49
|
+
}>, t.PartialC<{
|
|
50
|
+
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"niceic">, t.LiteralC<"elecsa">, t.LiteralC<"gas_safe">, t.LiteralC<"napit">, t.LiteralC<"other">]>;
|
|
51
|
+
trade_body_number: t.StringC;
|
|
49
52
|
insurance_document: t.IntersectionC<[t.TypeC<{
|
|
50
53
|
name: t.StringC;
|
|
51
54
|
}>, t.PartialC<{
|
|
@@ -61,9 +64,6 @@ export declare const Company: t.IntersectionC<[t.TypeC<{
|
|
|
61
64
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
62
65
|
}>;
|
|
63
66
|
}>]>;
|
|
64
|
-
}>, t.PartialC<{
|
|
65
|
-
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"niceic">, t.LiteralC<"elecsa">, t.LiteralC<"gas_safe">, t.LiteralC<"napit">, t.LiteralC<"other">]>;
|
|
66
|
-
trade_body_number: t.StringC;
|
|
67
67
|
}>]>;
|
|
68
68
|
limited_company_info: t.IntersectionC<[t.TypeC<{
|
|
69
69
|
company_name: t.StringC;
|
|
@@ -7,6 +7,9 @@ export declare const CompanyInfo: t.IntersectionC<[t.TypeC<{
|
|
|
7
7
|
average_monthly_jobs: t.NumberC;
|
|
8
8
|
average_job_value: t.NumberC;
|
|
9
9
|
use_subcontractor: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
10
|
+
}>, t.PartialC<{
|
|
11
|
+
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"niceic">, t.LiteralC<"elecsa">, t.LiteralC<"gas_safe">, t.LiteralC<"napit">, t.LiteralC<"other">]>;
|
|
12
|
+
trade_body_number: t.StringC;
|
|
10
13
|
insurance_document: t.IntersectionC<[t.TypeC<{
|
|
11
14
|
name: t.StringC;
|
|
12
15
|
}>, t.PartialC<{
|
|
@@ -22,9 +25,6 @@ export declare const CompanyInfo: t.IntersectionC<[t.TypeC<{
|
|
|
22
25
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
23
26
|
}>;
|
|
24
27
|
}>]>;
|
|
25
|
-
}>, t.PartialC<{
|
|
26
|
-
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"niceic">, t.LiteralC<"elecsa">, t.LiteralC<"gas_safe">, t.LiteralC<"napit">, t.LiteralC<"other">]>;
|
|
27
|
-
trade_body_number: t.StringC;
|
|
28
28
|
}>]>;
|
|
29
29
|
export interface CompanyInfo {
|
|
30
30
|
trade_type: "gas_engineer" | "electrician" | "ev_charger_installer" | "tiler" | "kitchen_fitter" | "floor_layer" | "cctv_and_security_installations" | "windows_and_doors" | "landscaping" | "air_conditioning" | "bathrooms" | "driveways_and_patios" | "garage_doors" | "fireplaces" | "multi_trade" | "other_trade";
|
|
@@ -34,6 +34,6 @@ export interface CompanyInfo {
|
|
|
34
34
|
average_monthly_jobs: number;
|
|
35
35
|
average_job_value: Pence;
|
|
36
36
|
use_subcontractor: "yes" | "no";
|
|
37
|
-
insurance_document
|
|
37
|
+
insurance_document?: Document;
|
|
38
38
|
}
|
|
39
39
|
//# sourceMappingURL=CompanyInfo.d.ts.map
|
|
@@ -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,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;IAqCtB,CAAC;AAEH,MAAM,WAAW,WAAW;IAC1B,UAAU,EACN,cAAc,GACd,aAAa,GACb,sBAAsB,GACtB,OAAO,GACP,gBAAgB,GAChB,aAAa,GACb,iCAAiC,GACjC,mBAAmB,GACnB,aAAa,GACb,kBAAkB,GAClB,WAAW,GACX,sBAAsB,GACtB,cAAc,GACd,YAAY,GACZ,aAAa,GACb,aAAa,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,GAAG,OAAO,CAAC;IAC3E,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,EAAE,QAAQ,CAAC;
|
|
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,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;IAqCtB,CAAC;AAEH,MAAM,WAAW,WAAW;IAC1B,UAAU,EACN,cAAc,GACd,aAAa,GACb,sBAAsB,GACtB,OAAO,GACP,gBAAgB,GAChB,aAAa,GACb,iCAAiC,GACjC,mBAAmB,GACnB,aAAa,GACb,kBAAkB,GAClB,WAAW,GACX,sBAAsB,GACtB,cAAc,GACd,YAAY,GACZ,aAAa,GACb,aAAa,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,GAAG,OAAO,CAAC;IAC3E,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;CAC/B"}
|
|
@@ -51,7 +51,6 @@ exports.CompanyInfo = t.intersection([
|
|
|
51
51
|
average_monthly_jobs: t.number,
|
|
52
52
|
average_job_value: Pence_1.Pence,
|
|
53
53
|
use_subcontractor: t.union([t.literal("yes"), t.literal("no")]),
|
|
54
|
-
insurance_document: Document_1.Document,
|
|
55
54
|
}),
|
|
56
55
|
t.partial({
|
|
57
56
|
trade_body: t.union([
|
|
@@ -63,5 +62,6 @@ exports.CompanyInfo = t.intersection([
|
|
|
63
62
|
t.literal("other"),
|
|
64
63
|
]),
|
|
65
64
|
trade_body_number: t.string,
|
|
65
|
+
insurance_document: Document_1.Document,
|
|
66
66
|
}),
|
|
67
67
|
]);
|
|
@@ -47,6 +47,9 @@ export declare const approveCompanyOperation: {
|
|
|
47
47
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
48
48
|
average_job_value: import("io-ts").NumberC;
|
|
49
49
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
50
|
+
}>, import("io-ts").PartialC<{
|
|
51
|
+
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">]>;
|
|
52
|
+
trade_body_number: import("io-ts").StringC;
|
|
50
53
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
51
54
|
name: import("io-ts").StringC;
|
|
52
55
|
}>, import("io-ts").PartialC<{
|
|
@@ -62,9 +65,6 @@ export declare const approveCompanyOperation: {
|
|
|
62
65
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
63
66
|
}>;
|
|
64
67
|
}>]>;
|
|
65
|
-
}>, import("io-ts").PartialC<{
|
|
66
|
-
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">]>;
|
|
67
|
-
trade_body_number: import("io-ts").StringC;
|
|
68
68
|
}>]>;
|
|
69
69
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
70
70
|
company_name: import("io-ts").StringC;
|
|
@@ -47,6 +47,9 @@ export declare const deleteCompanyOperation: {
|
|
|
47
47
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
48
48
|
average_job_value: import("io-ts").NumberC;
|
|
49
49
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
50
|
+
}>, import("io-ts").PartialC<{
|
|
51
|
+
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">]>;
|
|
52
|
+
trade_body_number: import("io-ts").StringC;
|
|
50
53
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
51
54
|
name: import("io-ts").StringC;
|
|
52
55
|
}>, import("io-ts").PartialC<{
|
|
@@ -62,9 +65,6 @@ export declare const deleteCompanyOperation: {
|
|
|
62
65
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
63
66
|
}>;
|
|
64
67
|
}>]>;
|
|
65
|
-
}>, import("io-ts").PartialC<{
|
|
66
|
-
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">]>;
|
|
67
|
-
trade_body_number: import("io-ts").StringC;
|
|
68
68
|
}>]>;
|
|
69
69
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
70
70
|
company_name: import("io-ts").StringC;
|
|
@@ -45,6 +45,9 @@ export declare const getCompaniesOperation: {
|
|
|
45
45
|
average_monthly_jobs: t.NumberC;
|
|
46
46
|
average_job_value: t.NumberC;
|
|
47
47
|
use_subcontractor: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
48
|
+
}>, 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
|
+
trade_body_number: t.StringC;
|
|
48
51
|
insurance_document: t.IntersectionC<[t.TypeC<{
|
|
49
52
|
name: t.StringC;
|
|
50
53
|
}>, t.PartialC<{
|
|
@@ -60,9 +63,6 @@ export declare const getCompaniesOperation: {
|
|
|
60
63
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
61
64
|
}>;
|
|
62
65
|
}>]>;
|
|
63
|
-
}>, t.PartialC<{
|
|
64
|
-
trade_body: t.UnionC<[t.LiteralC<"none">, t.LiteralC<"niceic">, t.LiteralC<"elecsa">, t.LiteralC<"gas_safe">, t.LiteralC<"napit">, t.LiteralC<"other">]>;
|
|
65
|
-
trade_body_number: t.StringC;
|
|
66
66
|
}>]>;
|
|
67
67
|
limited_company_info: t.IntersectionC<[t.TypeC<{
|
|
68
68
|
company_name: t.StringC;
|
|
@@ -47,6 +47,9 @@ export declare const getCompanyOperation: {
|
|
|
47
47
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
48
48
|
average_job_value: import("io-ts").NumberC;
|
|
49
49
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
50
|
+
}>, import("io-ts").PartialC<{
|
|
51
|
+
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">]>;
|
|
52
|
+
trade_body_number: import("io-ts").StringC;
|
|
50
53
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
51
54
|
name: import("io-ts").StringC;
|
|
52
55
|
}>, import("io-ts").PartialC<{
|
|
@@ -62,9 +65,6 @@ export declare const getCompanyOperation: {
|
|
|
62
65
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
63
66
|
}>;
|
|
64
67
|
}>]>;
|
|
65
|
-
}>, import("io-ts").PartialC<{
|
|
66
|
-
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">]>;
|
|
67
|
-
trade_body_number: import("io-ts").StringC;
|
|
68
68
|
}>]>;
|
|
69
69
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
70
70
|
company_name: import("io-ts").StringC;
|
|
@@ -478,6 +478,9 @@ export declare const operations: {
|
|
|
478
478
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
479
479
|
average_job_value: import("io-ts").NumberC;
|
|
480
480
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
481
|
+
}>, import("io-ts").PartialC<{
|
|
482
|
+
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">]>;
|
|
483
|
+
trade_body_number: import("io-ts").StringC;
|
|
481
484
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
482
485
|
name: import("io-ts").StringC;
|
|
483
486
|
}>, import("io-ts").PartialC<{
|
|
@@ -493,9 +496,6 @@ export declare const operations: {
|
|
|
493
496
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
494
497
|
}>;
|
|
495
498
|
}>]>;
|
|
496
|
-
}>, import("io-ts").PartialC<{
|
|
497
|
-
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">]>;
|
|
498
|
-
trade_body_number: import("io-ts").StringC;
|
|
499
499
|
}>]>;
|
|
500
500
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
501
501
|
company_name: import("io-ts").StringC;
|
|
@@ -655,6 +655,9 @@ export declare const operations: {
|
|
|
655
655
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
656
656
|
average_job_value: import("io-ts").NumberC;
|
|
657
657
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
658
|
+
}>, import("io-ts").PartialC<{
|
|
659
|
+
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">]>;
|
|
660
|
+
trade_body_number: import("io-ts").StringC;
|
|
658
661
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
659
662
|
name: import("io-ts").StringC;
|
|
660
663
|
}>, import("io-ts").PartialC<{
|
|
@@ -670,9 +673,6 @@ export declare const operations: {
|
|
|
670
673
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
671
674
|
}>;
|
|
672
675
|
}>]>;
|
|
673
|
-
}>, import("io-ts").PartialC<{
|
|
674
|
-
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">]>;
|
|
675
|
-
trade_body_number: import("io-ts").StringC;
|
|
676
676
|
}>]>;
|
|
677
677
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
678
678
|
company_name: import("io-ts").StringC;
|
|
@@ -836,6 +836,9 @@ export declare const operations: {
|
|
|
836
836
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
837
837
|
average_job_value: import("io-ts").NumberC;
|
|
838
838
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
839
|
+
}>, import("io-ts").PartialC<{
|
|
840
|
+
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">]>;
|
|
841
|
+
trade_body_number: import("io-ts").StringC;
|
|
839
842
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
840
843
|
name: import("io-ts").StringC;
|
|
841
844
|
}>, import("io-ts").PartialC<{
|
|
@@ -851,9 +854,6 @@ export declare const operations: {
|
|
|
851
854
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
852
855
|
}>;
|
|
853
856
|
}>]>;
|
|
854
|
-
}>, import("io-ts").PartialC<{
|
|
855
|
-
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">]>;
|
|
856
|
-
trade_body_number: import("io-ts").StringC;
|
|
857
857
|
}>]>;
|
|
858
858
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
859
859
|
company_name: import("io-ts").StringC;
|
|
@@ -1018,6 +1018,9 @@ export declare const operations: {
|
|
|
1018
1018
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
1019
1019
|
average_job_value: import("io-ts").NumberC;
|
|
1020
1020
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
1021
|
+
}>, import("io-ts").PartialC<{
|
|
1022
|
+
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">]>;
|
|
1023
|
+
trade_body_number: import("io-ts").StringC;
|
|
1021
1024
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1022
1025
|
name: import("io-ts").StringC;
|
|
1023
1026
|
}>, import("io-ts").PartialC<{
|
|
@@ -1033,9 +1036,6 @@ export declare const operations: {
|
|
|
1033
1036
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1034
1037
|
}>;
|
|
1035
1038
|
}>]>;
|
|
1036
|
-
}>, import("io-ts").PartialC<{
|
|
1037
|
-
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">]>;
|
|
1038
|
-
trade_body_number: import("io-ts").StringC;
|
|
1039
1039
|
}>]>;
|
|
1040
1040
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1041
1041
|
company_name: import("io-ts").StringC;
|
|
@@ -1204,6 +1204,9 @@ export declare const operations: {
|
|
|
1204
1204
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
1205
1205
|
average_job_value: import("io-ts").NumberC;
|
|
1206
1206
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
1207
|
+
}>, import("io-ts").PartialC<{
|
|
1208
|
+
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">]>;
|
|
1209
|
+
trade_body_number: import("io-ts").StringC;
|
|
1207
1210
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1208
1211
|
name: import("io-ts").StringC;
|
|
1209
1212
|
}>, import("io-ts").PartialC<{
|
|
@@ -1219,9 +1222,6 @@ export declare const operations: {
|
|
|
1219
1222
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1220
1223
|
}>;
|
|
1221
1224
|
}>]>;
|
|
1222
|
-
}>, import("io-ts").PartialC<{
|
|
1223
|
-
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">]>;
|
|
1224
|
-
trade_body_number: import("io-ts").StringC;
|
|
1225
1225
|
}>]>;
|
|
1226
1226
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1227
1227
|
company_name: import("io-ts").StringC;
|
|
@@ -1386,6 +1386,9 @@ export declare const operations: {
|
|
|
1386
1386
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
1387
1387
|
average_job_value: import("io-ts").NumberC;
|
|
1388
1388
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
1389
|
+
}>, import("io-ts").PartialC<{
|
|
1390
|
+
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">]>;
|
|
1391
|
+
trade_body_number: import("io-ts").StringC;
|
|
1389
1392
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1390
1393
|
name: import("io-ts").StringC;
|
|
1391
1394
|
}>, import("io-ts").PartialC<{
|
|
@@ -1401,9 +1404,6 @@ export declare const operations: {
|
|
|
1401
1404
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1402
1405
|
}>;
|
|
1403
1406
|
}>]>;
|
|
1404
|
-
}>, import("io-ts").PartialC<{
|
|
1405
|
-
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">]>;
|
|
1406
|
-
trade_body_number: import("io-ts").StringC;
|
|
1407
1407
|
}>]>;
|
|
1408
1408
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1409
1409
|
company_name: import("io-ts").StringC;
|
|
@@ -44,6 +44,9 @@ export declare const postCompanyOperation: {
|
|
|
44
44
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
45
45
|
average_job_value: import("io-ts").NumberC;
|
|
46
46
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
47
|
+
}>, import("io-ts").PartialC<{
|
|
48
|
+
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">]>;
|
|
49
|
+
trade_body_number: import("io-ts").StringC;
|
|
47
50
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
48
51
|
name: import("io-ts").StringC;
|
|
49
52
|
}>, import("io-ts").PartialC<{
|
|
@@ -59,9 +62,6 @@ export declare const postCompanyOperation: {
|
|
|
59
62
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
60
63
|
}>;
|
|
61
64
|
}>]>;
|
|
62
|
-
}>, import("io-ts").PartialC<{
|
|
63
|
-
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">]>;
|
|
64
|
-
trade_body_number: import("io-ts").StringC;
|
|
65
65
|
}>]>;
|
|
66
66
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
67
67
|
company_name: import("io-ts").StringC;
|
|
@@ -47,6 +47,9 @@ export declare const putCompanyOperation: {
|
|
|
47
47
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
48
48
|
average_job_value: import("io-ts").NumberC;
|
|
49
49
|
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
50
|
+
}>, import("io-ts").PartialC<{
|
|
51
|
+
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">]>;
|
|
52
|
+
trade_body_number: import("io-ts").StringC;
|
|
50
53
|
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
51
54
|
name: import("io-ts").StringC;
|
|
52
55
|
}>, import("io-ts").PartialC<{
|
|
@@ -62,9 +65,6 @@ export declare const putCompanyOperation: {
|
|
|
62
65
|
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
63
66
|
}>;
|
|
64
67
|
}>]>;
|
|
65
|
-
}>, import("io-ts").PartialC<{
|
|
66
|
-
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">]>;
|
|
67
|
-
trade_body_number: import("io-ts").StringC;
|
|
68
68
|
}>]>;
|
|
69
69
|
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
70
70
|
company_name: import("io-ts").StringC;
|