@kanda-libs/ks-schema 1.0.119 → 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.
Files changed (44) hide show
  1. package/dist/components/schemas/Company.d.ts +20 -3
  2. package/dist/components/schemas/Company.d.ts.map +1 -1
  3. package/dist/components/schemas/CompanyInfo.d.ts +23 -4
  4. package/dist/components/schemas/CompanyInfo.d.ts.map +1 -1
  5. package/dist/components/schemas/CompanyInfo.js +43 -17
  6. package/dist/components/schemas/ContractAgreement.d.ts +17 -0
  7. package/dist/components/schemas/ContractAgreement.d.ts.map +1 -1
  8. package/dist/components/schemas/ContractAgreement.js +2 -0
  9. package/dist/components/schemas/DirectorInfo.d.ts +2 -2
  10. package/dist/components/schemas/DirectorInfo.d.ts.map +1 -1
  11. package/dist/components/schemas/DirectorInfo.js +2 -0
  12. package/dist/components/schemas/Entity.d.ts +20 -3
  13. package/dist/components/schemas/Entity.d.ts.map +1 -1
  14. package/dist/components/schemas/Event.d.ts +20 -3
  15. package/dist/components/schemas/Event.d.ts.map +1 -1
  16. package/dist/components/schemas/InfoCompany.d.ts +1 -1
  17. package/dist/components/schemas/UserType.d.ts +1 -1
  18. package/dist/operations/approveCompany.d.ts +20 -3
  19. package/dist/operations/approveCompany.d.ts.map +1 -1
  20. package/dist/operations/declineCompany.d.ts +20 -3
  21. package/dist/operations/declineCompany.d.ts.map +1 -1
  22. package/dist/operations/deleteCompany.d.ts +20 -3
  23. package/dist/operations/deleteCompany.d.ts.map +1 -1
  24. package/dist/operations/directorCompany.d.ts +20 -3
  25. package/dist/operations/directorCompany.d.ts.map +1 -1
  26. package/dist/operations/getCompanies.d.ts +20 -3
  27. package/dist/operations/getCompanies.d.ts.map +1 -1
  28. package/dist/operations/getCompany.d.ts +20 -3
  29. package/dist/operations/getCompany.d.ts.map +1 -1
  30. package/dist/operations/getCompanyIdentity.d.ts +1 -1
  31. package/dist/operations/index.d.ts +163 -27
  32. package/dist/operations/index.d.ts.map +1 -1
  33. package/dist/operations/infoCompany.d.ts +1 -1
  34. package/dist/operations/postCompany.d.ts +20 -3
  35. package/dist/operations/postCompany.d.ts.map +1 -1
  36. package/dist/operations/postCompanyIdentity.d.ts +1 -1
  37. package/dist/operations/putCompany.d.ts +20 -3
  38. package/dist/operations/putCompany.d.ts.map +1 -1
  39. package/dist/schema.json +1 -1
  40. package/dist/widget/index.d.ts +5555 -5017
  41. package/dist/widget/index.d.ts.map +1 -1
  42. package/dist/widget/index.js +13601 -12903
  43. package/package.json +1 -1
  44. package/schema.yaml +52 -11
@@ -319,7 +319,7 @@ export declare const operations: {
319
319
  months_at_address: import("io-ts").NumberC;
320
320
  }>]>;
321
321
  }>, import("io-ts").PartialC<{
322
- verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verified">]>;
322
+ verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verification_submitted">, import("io-ts").LiteralC<"verification_declined">, import("io-ts").LiteralC<"verified">]>;
323
323
  date_of_birth: import("io-ts").StringC;
324
324
  }>]>;
325
325
  last_name: import("io-ts").StringC;
@@ -615,20 +615,22 @@ export declare const operations: {
615
615
  months_at_address: import("io-ts").NumberC;
616
616
  }>]>;
617
617
  }>, import("io-ts").PartialC<{
618
- verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verified">]>;
618
+ verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verification_submitted">, import("io-ts").LiteralC<"verification_declined">, import("io-ts").LiteralC<"verified">]>;
619
619
  date_of_birth: import("io-ts").StringC;
620
620
  }>]>;
621
621
  last_name: import("io-ts").StringC;
622
622
  mobile: import("io-ts").StringC;
623
623
  }>]>>;
624
624
  company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
625
- trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
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
+ 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<"nic_eic">, import("io-ts").LiteralC<"other">]>;
628
+ trade_body_name: import("io-ts").StringC;
626
629
  warranty_length: import("io-ts").NumberC;
627
630
  average_monthly_jobs: import("io-ts").NumberC;
628
631
  average_job_value: import("io-ts").NumberC;
629
632
  use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
630
633
  }>, import("io-ts").PartialC<{
631
- 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">]>;
632
634
  trade_body_number: import("io-ts").StringC;
633
635
  insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
634
636
  name: import("io-ts").StringC;
@@ -646,6 +648,21 @@ export declare const operations: {
646
648
  }>;
647
649
  }>]>;
648
650
  contract_agreement: import("io-ts").PartialC<{
651
+ contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
652
+ name: import("io-ts").StringC;
653
+ }>, import("io-ts").PartialC<{
654
+ id: import("io-ts").StringC;
655
+ cid: import("io-ts").StringC;
656
+ oid: import("io-ts").StringC;
657
+ aid: import("io-ts").StringC;
658
+ content: import("io-ts").StringC;
659
+ mimetype: import("io-ts").StringC;
660
+ metadata: import("io-ts").TypeC<{
661
+ liveness: import("io-ts").BooleanC;
662
+ created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
663
+ updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
664
+ }>;
665
+ }>]>;
649
666
  agreed_terms_and_conditions: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
650
667
  agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
651
668
  print_name: import("io-ts").StringC;
@@ -801,20 +818,22 @@ export declare const operations: {
801
818
  months_at_address: import("io-ts").NumberC;
802
819
  }>]>;
803
820
  }>, import("io-ts").PartialC<{
804
- verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verified">]>;
821
+ verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verification_submitted">, import("io-ts").LiteralC<"verification_declined">, import("io-ts").LiteralC<"verified">]>;
805
822
  date_of_birth: import("io-ts").StringC;
806
823
  }>]>;
807
824
  last_name: import("io-ts").StringC;
808
825
  mobile: import("io-ts").StringC;
809
826
  }>]>>;
810
827
  company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
811
- trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
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
+ 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<"nic_eic">, import("io-ts").LiteralC<"other">]>;
831
+ trade_body_name: import("io-ts").StringC;
812
832
  warranty_length: import("io-ts").NumberC;
813
833
  average_monthly_jobs: import("io-ts").NumberC;
814
834
  average_job_value: import("io-ts").NumberC;
815
835
  use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
816
836
  }>, import("io-ts").PartialC<{
817
- 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">]>;
818
837
  trade_body_number: import("io-ts").StringC;
819
838
  insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
820
839
  name: import("io-ts").StringC;
@@ -832,6 +851,21 @@ export declare const operations: {
832
851
  }>;
833
852
  }>]>;
834
853
  contract_agreement: import("io-ts").PartialC<{
854
+ contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
855
+ name: import("io-ts").StringC;
856
+ }>, import("io-ts").PartialC<{
857
+ id: import("io-ts").StringC;
858
+ cid: import("io-ts").StringC;
859
+ oid: import("io-ts").StringC;
860
+ aid: import("io-ts").StringC;
861
+ content: import("io-ts").StringC;
862
+ mimetype: import("io-ts").StringC;
863
+ metadata: import("io-ts").TypeC<{
864
+ liveness: import("io-ts").BooleanC;
865
+ created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
866
+ updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
867
+ }>;
868
+ }>]>;
835
869
  agreed_terms_and_conditions: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
836
870
  agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
837
871
  print_name: import("io-ts").StringC;
@@ -991,20 +1025,22 @@ export declare const operations: {
991
1025
  months_at_address: import("io-ts").NumberC;
992
1026
  }>]>;
993
1027
  }>, import("io-ts").PartialC<{
994
- verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verified">]>;
1028
+ verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verification_submitted">, import("io-ts").LiteralC<"verification_declined">, import("io-ts").LiteralC<"verified">]>;
995
1029
  date_of_birth: import("io-ts").StringC;
996
1030
  }>]>;
997
1031
  last_name: import("io-ts").StringC;
998
1032
  mobile: import("io-ts").StringC;
999
1033
  }>]>>;
1000
1034
  company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1001
- trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
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
+ 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<"nic_eic">, import("io-ts").LiteralC<"other">]>;
1038
+ trade_body_name: import("io-ts").StringC;
1002
1039
  warranty_length: import("io-ts").NumberC;
1003
1040
  average_monthly_jobs: import("io-ts").NumberC;
1004
1041
  average_job_value: import("io-ts").NumberC;
1005
1042
  use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
1006
1043
  }>, import("io-ts").PartialC<{
1007
- 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">]>;
1008
1044
  trade_body_number: import("io-ts").StringC;
1009
1045
  insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1010
1046
  name: import("io-ts").StringC;
@@ -1022,6 +1058,21 @@ export declare const operations: {
1022
1058
  }>;
1023
1059
  }>]>;
1024
1060
  contract_agreement: import("io-ts").PartialC<{
1061
+ contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1062
+ name: import("io-ts").StringC;
1063
+ }>, import("io-ts").PartialC<{
1064
+ id: import("io-ts").StringC;
1065
+ cid: import("io-ts").StringC;
1066
+ oid: import("io-ts").StringC;
1067
+ aid: import("io-ts").StringC;
1068
+ content: import("io-ts").StringC;
1069
+ mimetype: import("io-ts").StringC;
1070
+ metadata: import("io-ts").TypeC<{
1071
+ liveness: import("io-ts").BooleanC;
1072
+ created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
1073
+ updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
1074
+ }>;
1075
+ }>]>;
1025
1076
  agreed_terms_and_conditions: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
1026
1077
  agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
1027
1078
  print_name: import("io-ts").StringC;
@@ -1182,20 +1233,22 @@ export declare const operations: {
1182
1233
  months_at_address: import("io-ts").NumberC;
1183
1234
  }>]>;
1184
1235
  }>, import("io-ts").PartialC<{
1185
- verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verified">]>;
1236
+ verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verification_submitted">, import("io-ts").LiteralC<"verification_declined">, import("io-ts").LiteralC<"verified">]>;
1186
1237
  date_of_birth: import("io-ts").StringC;
1187
1238
  }>]>;
1188
1239
  last_name: import("io-ts").StringC;
1189
1240
  mobile: import("io-ts").StringC;
1190
1241
  }>]>>;
1191
1242
  company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1192
- trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
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
+ 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<"nic_eic">, import("io-ts").LiteralC<"other">]>;
1246
+ trade_body_name: import("io-ts").StringC;
1193
1247
  warranty_length: import("io-ts").NumberC;
1194
1248
  average_monthly_jobs: import("io-ts").NumberC;
1195
1249
  average_job_value: import("io-ts").NumberC;
1196
1250
  use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
1197
1251
  }>, import("io-ts").PartialC<{
1198
- 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">]>;
1199
1252
  trade_body_number: import("io-ts").StringC;
1200
1253
  insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1201
1254
  name: import("io-ts").StringC;
@@ -1213,6 +1266,21 @@ export declare const operations: {
1213
1266
  }>;
1214
1267
  }>]>;
1215
1268
  contract_agreement: import("io-ts").PartialC<{
1269
+ contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1270
+ name: import("io-ts").StringC;
1271
+ }>, import("io-ts").PartialC<{
1272
+ id: import("io-ts").StringC;
1273
+ cid: import("io-ts").StringC;
1274
+ oid: import("io-ts").StringC;
1275
+ aid: import("io-ts").StringC;
1276
+ content: import("io-ts").StringC;
1277
+ mimetype: import("io-ts").StringC;
1278
+ metadata: import("io-ts").TypeC<{
1279
+ liveness: import("io-ts").BooleanC;
1280
+ created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
1281
+ updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
1282
+ }>;
1283
+ }>]>;
1216
1284
  agreed_terms_and_conditions: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
1217
1285
  agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
1218
1286
  print_name: import("io-ts").StringC;
@@ -1377,20 +1445,22 @@ export declare const operations: {
1377
1445
  months_at_address: import("io-ts").NumberC;
1378
1446
  }>]>;
1379
1447
  }>, import("io-ts").PartialC<{
1380
- verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verified">]>;
1448
+ verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verification_submitted">, import("io-ts").LiteralC<"verification_declined">, import("io-ts").LiteralC<"verified">]>;
1381
1449
  date_of_birth: import("io-ts").StringC;
1382
1450
  }>]>;
1383
1451
  last_name: import("io-ts").StringC;
1384
1452
  mobile: import("io-ts").StringC;
1385
1453
  }>]>>;
1386
1454
  company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1387
- trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
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
+ 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<"nic_eic">, import("io-ts").LiteralC<"other">]>;
1458
+ trade_body_name: import("io-ts").StringC;
1388
1459
  warranty_length: import("io-ts").NumberC;
1389
1460
  average_monthly_jobs: import("io-ts").NumberC;
1390
1461
  average_job_value: import("io-ts").NumberC;
1391
1462
  use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
1392
1463
  }>, import("io-ts").PartialC<{
1393
- 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">]>;
1394
1464
  trade_body_number: import("io-ts").StringC;
1395
1465
  insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1396
1466
  name: import("io-ts").StringC;
@@ -1408,6 +1478,21 @@ export declare const operations: {
1408
1478
  }>;
1409
1479
  }>]>;
1410
1480
  contract_agreement: import("io-ts").PartialC<{
1481
+ contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1482
+ name: import("io-ts").StringC;
1483
+ }>, import("io-ts").PartialC<{
1484
+ id: import("io-ts").StringC;
1485
+ cid: import("io-ts").StringC;
1486
+ oid: import("io-ts").StringC;
1487
+ aid: import("io-ts").StringC;
1488
+ content: import("io-ts").StringC;
1489
+ mimetype: import("io-ts").StringC;
1490
+ metadata: import("io-ts").TypeC<{
1491
+ liveness: import("io-ts").BooleanC;
1492
+ created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
1493
+ updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
1494
+ }>;
1495
+ }>]>;
1411
1496
  agreed_terms_and_conditions: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
1412
1497
  agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
1413
1498
  print_name: import("io-ts").StringC;
@@ -1609,7 +1694,7 @@ export declare const operations: {
1609
1694
  months_at_address: import("io-ts").NumberC;
1610
1695
  }>]>;
1611
1696
  }>, import("io-ts").PartialC<{
1612
- verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verified">]>;
1697
+ verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verification_submitted">, import("io-ts").LiteralC<"verification_declined">, import("io-ts").LiteralC<"verified">]>;
1613
1698
  date_of_birth: import("io-ts").StringC;
1614
1699
  }>]>;
1615
1700
  last_name: import("io-ts").StringC;
@@ -1720,7 +1805,7 @@ export declare const operations: {
1720
1805
  months_at_address: import("io-ts").NumberC;
1721
1806
  }>]>;
1722
1807
  }>, import("io-ts").PartialC<{
1723
- verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verified">]>;
1808
+ verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verification_submitted">, import("io-ts").LiteralC<"verification_declined">, import("io-ts").LiteralC<"verified">]>;
1724
1809
  date_of_birth: import("io-ts").StringC;
1725
1810
  }>]>;
1726
1811
  last_name: import("io-ts").StringC;
@@ -1794,20 +1879,22 @@ export declare const operations: {
1794
1879
  months_at_address: import("io-ts").NumberC;
1795
1880
  }>]>;
1796
1881
  }>, import("io-ts").PartialC<{
1797
- verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verified">]>;
1882
+ verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verification_submitted">, import("io-ts").LiteralC<"verification_declined">, import("io-ts").LiteralC<"verified">]>;
1798
1883
  date_of_birth: import("io-ts").StringC;
1799
1884
  }>]>;
1800
1885
  last_name: import("io-ts").StringC;
1801
1886
  mobile: import("io-ts").StringC;
1802
1887
  }>]>>;
1803
1888
  company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1804
- trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
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
+ 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<"nic_eic">, import("io-ts").LiteralC<"other">]>;
1892
+ trade_body_name: import("io-ts").StringC;
1805
1893
  warranty_length: import("io-ts").NumberC;
1806
1894
  average_monthly_jobs: import("io-ts").NumberC;
1807
1895
  average_job_value: import("io-ts").NumberC;
1808
1896
  use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
1809
1897
  }>, import("io-ts").PartialC<{
1810
- 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">]>;
1811
1898
  trade_body_number: import("io-ts").StringC;
1812
1899
  insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1813
1900
  name: import("io-ts").StringC;
@@ -1825,6 +1912,21 @@ export declare const operations: {
1825
1912
  }>;
1826
1913
  }>]>;
1827
1914
  contract_agreement: import("io-ts").PartialC<{
1915
+ contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1916
+ name: import("io-ts").StringC;
1917
+ }>, import("io-ts").PartialC<{
1918
+ id: import("io-ts").StringC;
1919
+ cid: import("io-ts").StringC;
1920
+ oid: import("io-ts").StringC;
1921
+ aid: import("io-ts").StringC;
1922
+ content: import("io-ts").StringC;
1923
+ mimetype: import("io-ts").StringC;
1924
+ metadata: import("io-ts").TypeC<{
1925
+ liveness: import("io-ts").BooleanC;
1926
+ created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
1927
+ updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
1928
+ }>;
1929
+ }>]>;
1828
1930
  agreed_terms_and_conditions: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
1829
1931
  agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
1830
1932
  print_name: import("io-ts").StringC;
@@ -1985,20 +2087,22 @@ export declare const operations: {
1985
2087
  months_at_address: import("io-ts").NumberC;
1986
2088
  }>]>;
1987
2089
  }>, import("io-ts").PartialC<{
1988
- verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verified">]>;
2090
+ verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verification_submitted">, import("io-ts").LiteralC<"verification_declined">, import("io-ts").LiteralC<"verified">]>;
1989
2091
  date_of_birth: import("io-ts").StringC;
1990
2092
  }>]>;
1991
2093
  last_name: import("io-ts").StringC;
1992
2094
  mobile: import("io-ts").StringC;
1993
2095
  }>]>>;
1994
2096
  company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
1995
- trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
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
+ 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<"nic_eic">, import("io-ts").LiteralC<"other">]>;
2100
+ trade_body_name: import("io-ts").StringC;
1996
2101
  warranty_length: import("io-ts").NumberC;
1997
2102
  average_monthly_jobs: import("io-ts").NumberC;
1998
2103
  average_job_value: import("io-ts").NumberC;
1999
2104
  use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
2000
2105
  }>, import("io-ts").PartialC<{
2001
- 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">]>;
2002
2106
  trade_body_number: import("io-ts").StringC;
2003
2107
  insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
2004
2108
  name: import("io-ts").StringC;
@@ -2016,6 +2120,21 @@ export declare const operations: {
2016
2120
  }>;
2017
2121
  }>]>;
2018
2122
  contract_agreement: import("io-ts").PartialC<{
2123
+ contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
2124
+ name: import("io-ts").StringC;
2125
+ }>, import("io-ts").PartialC<{
2126
+ id: import("io-ts").StringC;
2127
+ cid: import("io-ts").StringC;
2128
+ oid: import("io-ts").StringC;
2129
+ aid: import("io-ts").StringC;
2130
+ content: import("io-ts").StringC;
2131
+ mimetype: import("io-ts").StringC;
2132
+ metadata: import("io-ts").TypeC<{
2133
+ liveness: import("io-ts").BooleanC;
2134
+ created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
2135
+ updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
2136
+ }>;
2137
+ }>]>;
2019
2138
  agreed_terms_and_conditions: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
2020
2139
  agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
2021
2140
  print_name: import("io-ts").StringC;
@@ -2176,20 +2295,22 @@ export declare const operations: {
2176
2295
  months_at_address: import("io-ts").NumberC;
2177
2296
  }>]>;
2178
2297
  }>, import("io-ts").PartialC<{
2179
- verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verified">]>;
2298
+ verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verification_submitted">, import("io-ts").LiteralC<"verification_declined">, import("io-ts").LiteralC<"verified">]>;
2180
2299
  date_of_birth: import("io-ts").StringC;
2181
2300
  }>]>;
2182
2301
  last_name: import("io-ts").StringC;
2183
2302
  mobile: import("io-ts").StringC;
2184
2303
  }>]>>;
2185
2304
  company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
2186
- trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
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
+ 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<"nic_eic">, import("io-ts").LiteralC<"other">]>;
2308
+ trade_body_name: import("io-ts").StringC;
2187
2309
  warranty_length: import("io-ts").NumberC;
2188
2310
  average_monthly_jobs: import("io-ts").NumberC;
2189
2311
  average_job_value: import("io-ts").NumberC;
2190
2312
  use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
2191
2313
  }>, import("io-ts").PartialC<{
2192
- 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">]>;
2193
2314
  trade_body_number: import("io-ts").StringC;
2194
2315
  insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
2195
2316
  name: import("io-ts").StringC;
@@ -2207,6 +2328,21 @@ export declare const operations: {
2207
2328
  }>;
2208
2329
  }>]>;
2209
2330
  contract_agreement: import("io-ts").PartialC<{
2331
+ contract: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
2332
+ name: import("io-ts").StringC;
2333
+ }>, import("io-ts").PartialC<{
2334
+ id: import("io-ts").StringC;
2335
+ cid: import("io-ts").StringC;
2336
+ oid: import("io-ts").StringC;
2337
+ aid: import("io-ts").StringC;
2338
+ content: import("io-ts").StringC;
2339
+ mimetype: import("io-ts").StringC;
2340
+ metadata: import("io-ts").TypeC<{
2341
+ liveness: import("io-ts").BooleanC;
2342
+ created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
2343
+ updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
2344
+ }>;
2345
+ }>]>;
2210
2346
  agreed_terms_and_conditions: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
2211
2347
  agreed_to_become_iar_of_kanda: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
2212
2348
  print_name: import("io-ts").StringC;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
@@ -80,7 +80,7 @@ export declare const infoCompanyOperation: {
80
80
  months_at_address: t.NumberC;
81
81
  }>]>;
82
82
  }>, t.PartialC<{
83
- verification_status: t.UnionC<[t.LiteralC<"not_verified">, t.LiteralC<"verified">]>;
83
+ verification_status: t.UnionC<[t.LiteralC<"not_verified">, t.LiteralC<"verification_submitted">, t.LiteralC<"verification_declined">, t.LiteralC<"verified">]>;
84
84
  date_of_birth: t.StringC;
85
85
  }>]>;
86
86
  last_name: t.StringC;