@kanda-libs/ks-schema 1.0.121 → 1.0.123
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 +1 -1
- package/dist/components/schemas/CompanyInfo.d.ts +2 -2
- package/dist/components/schemas/CompanyInfo.d.ts.map +1 -1
- package/dist/components/schemas/CompanyInfo.js +1 -1
- package/dist/components/schemas/Entity.d.ts +1 -1
- package/dist/components/schemas/Event.d.ts +1 -1
- package/dist/operations/approveCompany.d.ts +1 -1
- package/dist/operations/declineCompany.d.ts +2 -2
- package/dist/operations/declineCompany.d.ts.map +1 -1
- package/dist/operations/deleteCompany.d.ts +1 -1
- package/dist/operations/directorCompany.d.ts +1 -1
- package/dist/operations/getCompanies.d.ts +1 -1
- package/dist/operations/getCompany.d.ts +1 -1
- package/dist/operations/index.d.ts +8 -8
- package/dist/operations/postCompany.d.ts +1 -1
- package/dist/operations/putCompany.d.ts +1 -1
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +2759 -2759
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +6012 -6012
- package/package.json +1 -1
- package/schema.yaml +10 -5
|
@@ -44,7 +44,7 @@ export declare const Company: t.IntersectionC<[t.TypeC<{
|
|
|
44
44
|
company_info: t.IntersectionC<[t.TypeC<{
|
|
45
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
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<"
|
|
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<"niceic">, t.LiteralC<"other">]>;
|
|
48
48
|
trade_body_name: t.StringC;
|
|
49
49
|
warranty_length: t.NumberC;
|
|
50
50
|
average_monthly_jobs: t.NumberC;
|
|
@@ -5,7 +5,7 @@ import { Pence } from "./Pence";
|
|
|
5
5
|
export declare const CompanyInfo: t.IntersectionC<[t.TypeC<{
|
|
6
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
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<"
|
|
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<"niceic">, t.LiteralC<"other">]>;
|
|
9
9
|
trade_body_name: t.StringC;
|
|
10
10
|
warranty_length: t.NumberC;
|
|
11
11
|
average_monthly_jobs: t.NumberC;
|
|
@@ -53,7 +53,7 @@ export declare const CompanyInfo: t.IntersectionC<[t.TypeC<{
|
|
|
53
53
|
export interface CompanyInfo {
|
|
54
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
55
|
trade_type_name: string;
|
|
56
|
-
trade_body: "none" | "acrib" | "aphc" | "assure" | "certass" | "elecsa" | "fensa" | "feta" | "gas_safe" | "hetas" | "napit" | "nfrc" | "
|
|
56
|
+
trade_body: "none" | "acrib" | "aphc" | "assure" | "certass" | "elecsa" | "fensa" | "feta" | "gas_safe" | "hetas" | "napit" | "nfrc" | "niceic" | "other";
|
|
57
57
|
trade_body_name: string;
|
|
58
58
|
trade_body_number?: string;
|
|
59
59
|
warranty_length: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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,
|
|
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,QAAQ,GACR,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"}
|
|
@@ -42,7 +42,7 @@ export declare const Entity: t.PartialC<{
|
|
|
42
42
|
company_info: t.IntersectionC<[t.TypeC<{
|
|
43
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
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<"
|
|
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<"niceic">, t.LiteralC<"other">]>;
|
|
46
46
|
trade_body_name: t.StringC;
|
|
47
47
|
warranty_length: t.NumberC;
|
|
48
48
|
average_monthly_jobs: t.NumberC;
|
|
@@ -49,7 +49,7 @@ export declare const Event: t.IntersectionC<[t.TypeC<{
|
|
|
49
49
|
company_info: t.IntersectionC<[t.TypeC<{
|
|
50
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
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<"
|
|
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<"niceic">, t.LiteralC<"other">]>;
|
|
53
53
|
trade_body_name: t.StringC;
|
|
54
54
|
warranty_length: t.NumberC;
|
|
55
55
|
average_monthly_jobs: t.NumberC;
|
|
@@ -45,7 +45,7 @@ export declare const approveCompanyOperation: {
|
|
|
45
45
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
46
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
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<"
|
|
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
49
49
|
trade_body_name: import("io-ts").StringC;
|
|
50
50
|
warranty_length: import("io-ts").NumberC;
|
|
51
51
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -2,7 +2,7 @@ import type { RequestFunction } from "@openapi-io-ts/runtime";
|
|
|
2
2
|
import * as schemas from "../components/schemas";
|
|
3
3
|
export declare type DeclineCompanyRequestParameters = {
|
|
4
4
|
id: string;
|
|
5
|
-
reason: "
|
|
5
|
+
reason: "rejected_outdated_insurance_document" | "rejected_invalid_insurnace_document" | "rejected_not_on_trade_body_website" | "rejected_contact_us_on_application_error" | "declined_ccj_against_business_or_director" | "declined_ccj_against_previous_association" | "declined_listed_trade_type_not_covered" | "declined_several_negatives_against_company" | "declined_unable_to_complete_id_checks";
|
|
6
6
|
};
|
|
7
7
|
export declare const declineCompanyOperation: {
|
|
8
8
|
readonly path: "/api/company/{id}/decline";
|
|
@@ -46,7 +46,7 @@ export declare const declineCompanyOperation: {
|
|
|
46
46
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
47
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
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<"
|
|
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
50
50
|
trade_body_name: import("io-ts").StringC;
|
|
51
51
|
warranty_length: import("io-ts").NumberC;
|
|
52
52
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -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,
|
|
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,sCAAsC,GACtC,qCAAqC,GACrC,oCAAoC,GACpC,0CAA0C,GAC1C,2CAA2C,GAC3C,2CAA2C,GAC3C,wCAAwC,GACxC,4CAA4C,GAC5C,uCAAuC,CAAC;CAC7C,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"}
|
|
@@ -45,7 +45,7 @@ export declare const deleteCompanyOperation: {
|
|
|
45
45
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
46
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
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<"
|
|
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
49
49
|
trade_body_name: import("io-ts").StringC;
|
|
50
50
|
warranty_length: import("io-ts").NumberC;
|
|
51
51
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -45,7 +45,7 @@ export declare const directorCompanyOperation: {
|
|
|
45
45
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
46
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
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<"
|
|
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
49
49
|
trade_body_name: import("io-ts").StringC;
|
|
50
50
|
warranty_length: import("io-ts").NumberC;
|
|
51
51
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -43,7 +43,7 @@ export declare const getCompaniesOperation: {
|
|
|
43
43
|
company_info: t.IntersectionC<[t.TypeC<{
|
|
44
44
|
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">]>;
|
|
45
45
|
trade_type_name: t.StringC;
|
|
46
|
-
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<"
|
|
46
|
+
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<"niceic">, t.LiteralC<"other">]>;
|
|
47
47
|
trade_body_name: t.StringC;
|
|
48
48
|
warranty_length: t.NumberC;
|
|
49
49
|
average_monthly_jobs: t.NumberC;
|
|
@@ -45,7 +45,7 @@ export declare const getCompanyOperation: {
|
|
|
45
45
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
46
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
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<"
|
|
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
49
49
|
trade_body_name: import("io-ts").StringC;
|
|
50
50
|
warranty_length: import("io-ts").NumberC;
|
|
51
51
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -624,7 +624,7 @@ export declare const operations: {
|
|
|
624
624
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
625
625
|
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">]>;
|
|
626
626
|
trade_type_name: import("io-ts").StringC;
|
|
627
|
-
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<"
|
|
627
|
+
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
628
628
|
trade_body_name: import("io-ts").StringC;
|
|
629
629
|
warranty_length: import("io-ts").NumberC;
|
|
630
630
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -827,7 +827,7 @@ export declare const operations: {
|
|
|
827
827
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
828
828
|
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">]>;
|
|
829
829
|
trade_type_name: import("io-ts").StringC;
|
|
830
|
-
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<"
|
|
830
|
+
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
831
831
|
trade_body_name: import("io-ts").StringC;
|
|
832
832
|
warranty_length: import("io-ts").NumberC;
|
|
833
833
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -1034,7 +1034,7 @@ export declare const operations: {
|
|
|
1034
1034
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1035
1035
|
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">]>;
|
|
1036
1036
|
trade_type_name: import("io-ts").StringC;
|
|
1037
|
-
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<"
|
|
1037
|
+
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
1038
1038
|
trade_body_name: import("io-ts").StringC;
|
|
1039
1039
|
warranty_length: import("io-ts").NumberC;
|
|
1040
1040
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -1242,7 +1242,7 @@ export declare const operations: {
|
|
|
1242
1242
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1243
1243
|
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">]>;
|
|
1244
1244
|
trade_type_name: import("io-ts").StringC;
|
|
1245
|
-
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<"
|
|
1245
|
+
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
1246
1246
|
trade_body_name: import("io-ts").StringC;
|
|
1247
1247
|
warranty_length: import("io-ts").NumberC;
|
|
1248
1248
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -1454,7 +1454,7 @@ export declare const operations: {
|
|
|
1454
1454
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1455
1455
|
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">]>;
|
|
1456
1456
|
trade_type_name: import("io-ts").StringC;
|
|
1457
|
-
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<"
|
|
1457
|
+
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
1458
1458
|
trade_body_name: import("io-ts").StringC;
|
|
1459
1459
|
warranty_length: import("io-ts").NumberC;
|
|
1460
1460
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -1888,7 +1888,7 @@ export declare const operations: {
|
|
|
1888
1888
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1889
1889
|
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">]>;
|
|
1890
1890
|
trade_type_name: import("io-ts").StringC;
|
|
1891
|
-
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<"
|
|
1891
|
+
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
1892
1892
|
trade_body_name: import("io-ts").StringC;
|
|
1893
1893
|
warranty_length: import("io-ts").NumberC;
|
|
1894
1894
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -2096,7 +2096,7 @@ export declare const operations: {
|
|
|
2096
2096
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2097
2097
|
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">]>;
|
|
2098
2098
|
trade_type_name: import("io-ts").StringC;
|
|
2099
|
-
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<"
|
|
2099
|
+
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
2100
2100
|
trade_body_name: import("io-ts").StringC;
|
|
2101
2101
|
warranty_length: import("io-ts").NumberC;
|
|
2102
2102
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -2304,7 +2304,7 @@ export declare const operations: {
|
|
|
2304
2304
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
2305
2305
|
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">]>;
|
|
2306
2306
|
trade_type_name: import("io-ts").StringC;
|
|
2307
|
-
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<"
|
|
2307
|
+
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
2308
2308
|
trade_body_name: import("io-ts").StringC;
|
|
2309
2309
|
warranty_length: import("io-ts").NumberC;
|
|
2310
2310
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -42,7 +42,7 @@ export declare const postCompanyOperation: {
|
|
|
42
42
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
43
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
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<"
|
|
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
46
46
|
trade_body_name: import("io-ts").StringC;
|
|
47
47
|
warranty_length: import("io-ts").NumberC;
|
|
48
48
|
average_monthly_jobs: import("io-ts").NumberC;
|
|
@@ -45,7 +45,7 @@ export declare const putCompanyOperation: {
|
|
|
45
45
|
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
46
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
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<"
|
|
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<"niceic">, import("io-ts").LiteralC<"other">]>;
|
|
49
49
|
trade_body_name: import("io-ts").StringC;
|
|
50
50
|
warranty_length: import("io-ts").NumberC;
|
|
51
51
|
average_monthly_jobs: import("io-ts").NumberC;
|