@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.
- package/dist/components/schemas/Company.d.ts +20 -3
- package/dist/components/schemas/Company.d.ts.map +1 -1
- package/dist/components/schemas/CompanyInfo.d.ts +23 -4
- package/dist/components/schemas/CompanyInfo.d.ts.map +1 -1
- package/dist/components/schemas/CompanyInfo.js +43 -17
- package/dist/components/schemas/ContractAgreement.d.ts +17 -0
- package/dist/components/schemas/ContractAgreement.d.ts.map +1 -1
- package/dist/components/schemas/ContractAgreement.js +2 -0
- package/dist/components/schemas/DirectorInfo.d.ts +2 -2
- package/dist/components/schemas/DirectorInfo.d.ts.map +1 -1
- package/dist/components/schemas/DirectorInfo.js +2 -0
- package/dist/components/schemas/Entity.d.ts +20 -3
- package/dist/components/schemas/Entity.d.ts.map +1 -1
- package/dist/components/schemas/Event.d.ts +20 -3
- package/dist/components/schemas/Event.d.ts.map +1 -1
- package/dist/components/schemas/InfoCompany.d.ts +1 -1
- package/dist/components/schemas/UserType.d.ts +1 -1
- package/dist/operations/approveCompany.d.ts +20 -3
- package/dist/operations/approveCompany.d.ts.map +1 -1
- package/dist/operations/declineCompany.d.ts +20 -3
- package/dist/operations/declineCompany.d.ts.map +1 -1
- package/dist/operations/deleteCompany.d.ts +20 -3
- package/dist/operations/deleteCompany.d.ts.map +1 -1
- package/dist/operations/directorCompany.d.ts +20 -3
- package/dist/operations/directorCompany.d.ts.map +1 -1
- package/dist/operations/getCompanies.d.ts +20 -3
- package/dist/operations/getCompanies.d.ts.map +1 -1
- package/dist/operations/getCompany.d.ts +20 -3
- package/dist/operations/getCompany.d.ts.map +1 -1
- package/dist/operations/getCompanyIdentity.d.ts +1 -1
- package/dist/operations/index.d.ts +163 -27
- package/dist/operations/index.d.ts.map +1 -1
- package/dist/operations/infoCompany.d.ts +1 -1
- package/dist/operations/postCompany.d.ts +20 -3
- package/dist/operations/postCompany.d.ts.map +1 -1
- package/dist/operations/postCompanyIdentity.d.ts +1 -1
- package/dist/operations/putCompany.d.ts +20 -3
- package/dist/operations/putCompany.d.ts.map +1 -1
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +5555 -5017
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +13601 -12903
- package/package.json +1 -1
- package/schema.yaml +52 -11
package/package.json
CHANGED
package/schema.yaml
CHANGED
|
@@ -2357,6 +2357,9 @@ components:
|
|
|
2357
2357
|
type: object
|
|
2358
2358
|
required:
|
|
2359
2359
|
- trade_type
|
|
2360
|
+
- trade_type_name
|
|
2361
|
+
- trade_body
|
|
2362
|
+
- trade_body_name
|
|
2360
2363
|
- warranty_length
|
|
2361
2364
|
- average_monthly_jobs
|
|
2362
2365
|
- average_job_value
|
|
@@ -2365,35 +2368,67 @@ components:
|
|
|
2365
2368
|
trade_type:
|
|
2366
2369
|
type: string
|
|
2367
2370
|
enum:
|
|
2368
|
-
- gas_engineer
|
|
2369
|
-
- electrician
|
|
2370
|
-
- ev_charger_installer
|
|
2371
|
-
- tiler
|
|
2372
|
-
- kitchen_fitter
|
|
2373
|
-
- floor_layer
|
|
2374
|
-
- cctv_and_security_installations
|
|
2375
|
-
- windows_and_doors
|
|
2376
|
-
- landscaping
|
|
2377
2371
|
- air_conditioning
|
|
2378
2372
|
- bathrooms
|
|
2373
|
+
- battery_storage
|
|
2374
|
+
- blinds_and_shutters
|
|
2375
|
+
- carpentry
|
|
2376
|
+
- cctv_and_security_installations
|
|
2377
|
+
- conservatories
|
|
2378
|
+
- decking
|
|
2379
2379
|
- driveways_and_patios
|
|
2380
|
-
-
|
|
2380
|
+
- electrician
|
|
2381
|
+
- ev_charger_installer
|
|
2382
|
+
- fencing
|
|
2381
2383
|
- fireplaces
|
|
2384
|
+
- fitted_bedroom_furniture
|
|
2385
|
+
- floor_layer
|
|
2386
|
+
- garage_doors
|
|
2387
|
+
- garden_rooms
|
|
2388
|
+
- gas_engineer
|
|
2389
|
+
- gates
|
|
2390
|
+
- heat_pumps
|
|
2391
|
+
- heating_systems
|
|
2392
|
+
- kitchen_fitter
|
|
2393
|
+
- landscaping
|
|
2394
|
+
- plumbing
|
|
2395
|
+
- resin_driveways
|
|
2396
|
+
- roofing__excluding_flat_roofs
|
|
2397
|
+
- security_systems
|
|
2398
|
+
- tiler
|
|
2399
|
+
- verandas
|
|
2400
|
+
- windows_and_doors
|
|
2382
2401
|
- multi_trade
|
|
2383
2402
|
- other_trade
|
|
2384
2403
|
title: trade type
|
|
2385
2404
|
x-kanda-form-widget: Select
|
|
2405
|
+
trade_type_name:
|
|
2406
|
+
type: string
|
|
2407
|
+
title: trade type name
|
|
2408
|
+
minLength: 1
|
|
2386
2409
|
trade_body:
|
|
2387
2410
|
type: string
|
|
2388
2411
|
enum:
|
|
2389
2412
|
- "none"
|
|
2390
|
-
- "
|
|
2413
|
+
- "acrib"
|
|
2414
|
+
- "aphc"
|
|
2415
|
+
- "assure"
|
|
2416
|
+
- "certass"
|
|
2391
2417
|
- "elecsa"
|
|
2418
|
+
- "fensa"
|
|
2419
|
+
- "feta"
|
|
2392
2420
|
- "gas_safe"
|
|
2421
|
+
- "hetas"
|
|
2393
2422
|
- "napit"
|
|
2423
|
+
- "nfrc"
|
|
2424
|
+
- "nic_eic"
|
|
2394
2425
|
- "other"
|
|
2395
2426
|
title: trade body
|
|
2396
2427
|
x-kanda-form-widget: Select
|
|
2428
|
+
trade_body_name:
|
|
2429
|
+
type: string
|
|
2430
|
+
title: trade body name
|
|
2431
|
+
minLength: 1
|
|
2397
2432
|
trade_body_number:
|
|
2398
2433
|
type: string
|
|
2399
2434
|
title: trade body number
|
|
@@ -2431,6 +2466,10 @@ components:
|
|
|
2431
2466
|
type: object
|
|
2432
2467
|
title: contract agreement
|
|
2433
2468
|
properties:
|
|
2469
|
+
contract:
|
|
2470
|
+
type: object
|
|
2471
|
+
title: contract
|
|
2472
|
+
$ref: "#/components/schemas/Document"
|
|
2434
2473
|
agreed_terms_and_conditions:
|
|
2435
2474
|
type: string
|
|
2436
2475
|
title: agreed terms and conditions
|
|
@@ -2611,6 +2650,8 @@ components:
|
|
|
2611
2650
|
type: string
|
|
2612
2651
|
enum:
|
|
2613
2652
|
- not_verified
|
|
2653
|
+
- verification_submitted
|
|
2654
|
+
- verification_declined
|
|
2614
2655
|
- verified
|
|
2615
2656
|
title: verification status
|
|
2616
2657
|
readOnly: true
|