wg-api-sdk 4.30.240 → 4.30.242

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.
@@ -8566,13 +8566,13 @@ interface components {
8566
8566
  /**
8567
8567
  * ANVA_CLAIM_STATUS
8568
8568
  * @description An enumeration.
8569
- * @enum {unknown}
8569
+ * @enum {string}
8570
8570
  */
8571
8571
  ANVA_CLAIM_STATUS: "OPEN" | "CLOSED";
8572
8572
  /**
8573
8573
  * ANVA_INVOICE_STATUS
8574
8574
  * @description An enumeration.
8575
- * @enum {unknown}
8575
+ * @enum {string}
8576
8576
  */
8577
8577
  ANVA_INVOICE_STATUS: "OPEN" | "PAID" | "PARTIALLY_PAID";
8578
8578
  /**
@@ -8584,7 +8584,7 @@ interface components {
8584
8584
  /**
8585
8585
  * CAMPAIGN_TYPE
8586
8586
  * @description An enumeration.
8587
- * @enum {unknown}
8587
+ * @enum {string}
8588
8588
  */
8589
8589
  CAMPAIGN_TYPE: "EMAIL" | "WEBSITE";
8590
8590
  /**
@@ -8614,7 +8614,7 @@ interface components {
8614
8614
  /**
8615
8615
  * COUNTRY_CODES
8616
8616
  * @description An enumeration.
8617
- * @enum {unknown}
8617
+ * @enum {string}
8618
8618
  */
8619
8619
  COUNTRY_CODES: "BE" | "FR" | "NL" | "EU" | "AT" | "BG" | "HR" | "CY" | "CZ" | "DK" | "EE" | "FI" | "DE" | "GR" | "HU" | "IE" | "IT" | "LV" | "LT" | "LU" | "MT" | "PO" | "PL" | "PT" | "RO" | "SK" | "SI" | "ES" | "SE" | "AL" | "AD" | "AM" | "BY" | "BA" | "GE" | "IS" | "XK" | "LI" | "MK" | "MD" | "MC" | "ME" | "NO" | "RU" | "SM" | "RS" | "CH" | "TR" | "UA" | "GB" | "VA" | "US" | "AE" | "AF" | "AG" | "AI" | "AO" | "AQ" | "AR" | "AN" | "AS" | "AU" | "AW" | "AX" | "AZ" | "BB" | "BD" | "BF" | "BH" | "BI" | "BJ" | "BL" | "BM" | "BN" | "BO" | "BQ" | "BR" | "BS" | "BT" | "BV" | "BW" | "BZ" | "CA" | "CC" | "CD" | "CF" | "CG" | "CI" | "CK" | "CL" | "CM" | "CN" | "CO" | "CR" | "CU" | "CV" | "CW" | "CX" | "DJ" | "DM" | "DO" | "DZ" | "EC" | "EG" | "EH" | "ER" | "ET" | "FJ" | "FK" | "FM" | "FO" | "GA" | "GD" | "GF" | "GG" | "GH" | "GI" | "GL" | "GM" | "GN" | "GP" | "GQ" | "GS" | "GT" | "GU" | "GW" | "GY" | "HK" | "HM" | "HN" | "HT" | "ID" | "IL" | "IM" | "IN" | "IO" | "IQ" | "IR" | "JE" | "JM" | "JO" | "JP" | "KE" | "KG" | "KH" | "KI" | "KM" | "KN" | "KP" | "KR" | "KW" | "KY" | "KZ" | "LA" | "LB" | "LC" | "LK" | "LR" | "LS" | "LY" | "MA" | "MF" | "MG" | "MH" | "ML" | "MM" | "MN" | "MO" | "MP" | "MQ" | "MR" | "MS" | "MU" | "MV" | "MW" | "MX" | "MY" | "MZ" | "NA" | "NC" | "NE" | "NF" | "NG" | "NI" | "NP" | "NR" | "NU" | "NZ" | "OM" | "PA" | "PE" | "PF" | "PG" | "PH" | "PK" | "PM" | "PN" | "PR" | "PS" | "PW" | "PY" | "QA" | "RE" | "RW" | "SA" | "SB" | "SC" | "SD" | "SG" | "SH" | "SJ" | "SL" | "SN" | "SO" | "SR" | "SS" | "ST" | "SV" | "SX" | "SY" | "SZ" | "TC" | "TD" | "TF" | "TG" | "TH" | "TJ" | "TK" | "TL" | "TM" | "TN" | "TO" | "TT" | "TV" | "TW" | "TZ" | "UG" | "UM" | "UY" | "UZ" | "VC" | "VE" | "VG" | "VI" | "VN" | "VU" | "WF" | "WS" | "YE" | "YT" | "ZA" | "ZM" | "ZW" | "OTHER";
8620
8620
  /** DocumentExtractionBatch */
@@ -8875,31 +8875,31 @@ interface components {
8875
8875
  /**
8876
8876
  * FAQ_TYPE
8877
8877
  * @description An enumeration.
8878
- * @enum {unknown}
8878
+ * @enum {string}
8879
8879
  */
8880
8880
  FAQ_TYPE: "INVOICE" | "CLAIM" | "POLICY_PACKAGE" | "INSURANCE_POLICY";
8881
8881
  /**
8882
8882
  * FLOW_SESSION_STATUS
8883
8883
  * @description An enumeration.
8884
- * @enum {unknown}
8884
+ * @enum {string}
8885
8885
  */
8886
8886
  FLOW_SESSION_STATUS: "PENDING" | "IN_PROGRESS" | "ABANDONED" | "COMPLETED";
8887
8887
  /**
8888
8888
  * FLOW_TYPE
8889
8889
  * @description An enumeration.
8890
- * @enum {unknown}
8890
+ * @enum {string}
8891
8891
  */
8892
8892
  FLOW_TYPE: "lead" | "quote" | "offer" | "contract" | "risk_analysis" | "company_scan";
8893
8893
  /**
8894
8894
  * GENDER
8895
8895
  * @description An enumeration.
8896
- * @enum {unknown}
8896
+ * @enum {string}
8897
8897
  */
8898
8898
  GENDER: "MALE" | "FEMALE" | "OTHER";
8899
8899
  /**
8900
8900
  * INSURANCE_COMPANY_TAG
8901
8901
  * @description An enumeration.
8902
- * @enum {unknown}
8902
+ * @enum {string}
8903
8903
  */
8904
8904
  INSURANCE_COMPANY_TAG: "ag" | "allianz" | "amlin" | "argenta" | "aedes" | "axa" | "baloise" | "belfius" | "bcover" | "corona" | "das" | "de_motoverzekering" | "lar" | "arces" | "ing" | "arag" | "ethias" | "euromex" | "federale" | "fidea" | "generali" | "athora" | "hdi" | "nn" | "kbc" | "optimco" | "partners" | "pv" | "pnp" | "touring" | "tvm" | "vivium" | "dvv" | "foyer" | "yuzzu" | "ardpre" | "alpha" | "amma" | "asco" | "cda" | "hagelunie" | "zurich" | "deltalloyd" | "mercator" | "ns" | "fortis" | "bnp" | "dela" | "dkv" | "europ" | "elitis" | "mobly" | "nomad" | "qover" | "patronale" | "santevet" | "vab" | "callant" | "pia" | "ibis" | "wegroup" | "verzekerje" | "villasure" | "dna_yachtinsurance" | "bikmo" | "belvilla" | "ex_amlin" | "yacht_and_co" | "asr" | "unigarant" | "aska" | "vdh" | "citizens_aw" | "citizens_cw" | "assudis";
8905
8905
  /**
@@ -8911,7 +8911,7 @@ interface components {
8911
8911
  /**
8912
8912
  * INSURANCE_TYPE
8913
8913
  * @description An enumeration.
8914
- * @enum {unknown}
8914
+ * @enum {string}
8915
8915
  */
8916
8916
  INSURANCE_TYPE: "home" | "family" | "car" | "landlord" | "legal" | "two_wheeler" | "ebike" | "teacher" | "funeral" | "boat" | "bicycle" | "travel";
8917
8917
  /** IbanValidation */
@@ -8965,7 +8965,7 @@ interface components {
8965
8965
  * Timestamp
8966
8966
  * Format: date-time
8967
8967
  * @description Timestamp of when the error occured
8968
- * @default 2026-01-14T13:33:40.559667
8968
+ * @default 2026-01-15T14:42:40.056036
8969
8969
  */
8970
8970
  timestamp: string;
8971
8971
  /**
@@ -9077,13 +9077,13 @@ interface components {
9077
9077
  /**
9078
9078
  * PARTY_DOCUMENT_TYPE
9079
9079
  * @description An enumeration.
9080
- * @enum {unknown}
9080
+ * @enum {string}
9081
9081
  */
9082
9082
  PARTY_DOCUMENT_TYPE: "OTHER" | "CUSTOMER_SHEET" | "TERMS" | "NOTICE_LETTER" | "INFORMATION_REQUIREMENT_SHEET" | "CAR_INVOICE" | "BICYCLE_INVOICE" | "CAR_REGISTRATION" | "DRIVER_LICENSE" | "IDENTITY_CARD" | "CURRENT_INSURANCE_POLICY" | "CONVERSATION_EXPORT" | "OFFER_REQUEST_FOR_INSURANCE_COMPANY" | "ADVISORY_REPORT" | "INCERT_CERTIFICATE" | "REAL_ESTATE" | "REAL_ESTATE_EXPERTISE_REPORT" | "REAL_ESTATE_VALUE" | "REAL_ESTATE_RENTAL_CONTRACT" | "REAL_ESTATE_CONTENT_VALUE" | "REAL_ESTATE_PLAN" | "REAL_ESTATE_CLAIM" | "REAL_ESTATE_TAXATION" | "REAL_ESTATE_SCOPE_10_INSPECTION_REPORT" | "REAL_ESTATE_SCOPE_12_INSPECTION_REPORT" | "FLEET" | "FLEET_CLAIM" | "FLEET_TAXATION" | "ASSETS" | "MACHINE" | "STOCK" | "ELECTRONICS" | "DRONE" | "TECHNICAL_EQUIPMENT" | "WORK_ACCIDENT" | "CUSTOMER_CONTRACT_WITH_LIABILITY_REQUIREMENTS" | "ARBO_REPORT" | "FIRE_DEPARTMENT_REPORT" | "FIRE_THEFT_INSPECTION_REPORT" | "SCOPE_10_INSPECTION_REPORT" | "PUBLICATION" | "FINANCIAL_STATEMENT" | "FLOW_QUESTION_GROUP_COMPANY_INFO_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_COMPANY_GUIDED_TOUR_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_COMPANY_ACTIVITY_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_MANAGEMENT_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_LIABILITY_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_CYBERRISK_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_TRAVEL_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_REAL_ESTATE_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_ASSETS_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_CONTINUITY_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_MOBILITY_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_LOGISTICS_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_WORKFORCE_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_FINANCIAL_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_FUTURE_EXTRA_DOCUMENTS" | "FLOW_QUESTION_GROUP_PREFERENCES_EXTRA_DOCUMENTS" | "PARTY_LOGO" | "UBO";
9083
9083
  /**
9084
9084
  * PROSPECT_TYPE
9085
9085
  * @description An enumeration.
9086
- * @enum {unknown}
9086
+ * @enum {string}
9087
9087
  */
9088
9088
  PROSPECT_TYPE: "CUSTOMER" | "COMPANY";
9089
9089
  /** PartyEntity */
@@ -9141,7 +9141,7 @@ interface components {
9141
9141
  /**
9142
9142
  * REPORT_REVISION_STATUS
9143
9143
  * @description An enumeration.
9144
- * @enum {unknown}
9144
+ * @enum {string}
9145
9145
  */
9146
9146
  REPORT_REVISION_STATUS: "NEW" | "DRAFT" | "INQUIRED" | "ACCEPTED" | "REJECTED" | "EXPIRED" | "CLOSED" | "UPDATE_REQUESTED";
9147
9147
  /**
@@ -9153,7 +9153,7 @@ interface components {
9153
9153
  /**
9154
9154
  * RISK_OBJECT_TYPE
9155
9155
  * @description An enumeration.
9156
- * @enum {unknown}
9156
+ * @enum {string}
9157
9157
  */
9158
9158
  RISK_OBJECT_TYPE: "CAR" | "FAMILY" | "RESIDENCE" | "TEACHER" | "TWO_WHEELER" | "LANDLORD" | "EBIKE" | "LEGAL" | "FUNERAL" | "PARTY_GROUP" | "BICYCLE" | "FLEET" | "BOAT" | "TRAILER" | "SEMI_TRAILER" | "MISCELLANEOUS" | "PARTY" | "TRAVEL";
9159
9159
  /** RecommendationsBaseCreateCmd */
@@ -9539,7 +9539,7 @@ interface components {
9539
9539
  /**
9540
9540
  * LEGAL_FORM
9541
9541
  * @description An enumeration.
9542
- * @enum {unknown}
9542
+ * @enum {string}
9543
9543
  */
9544
9544
  LEGAL_FORM: "VOF" | "GENERAL_PARTNERSHIP" | "BV" | "LIMITED_LIABILITY_COMPANY" | "NV" | "PUBLIC_LIMITED_LIABILITY_COMPANY" | "CV" | "LIMITED_PARTNERSHIP" | "COOPERATIVE_COMPANY" | "VZW" | "NON_PROFIT_ORGANISATION" | "IVZW" | "INTERNATIONAL_NON_PROFIT_ORGANISATION" | "ACTUAL" | "JOINT_OWNERSHIP" | "MARITAL_PROPERTY" | "SOLE_PROPRIETORSHIP" | "PARTNERSHIP" | "ASSOCIATION" | "FOUNDATION" | "OTHER" | "NONE";
9545
9545
  /** CompanyRegistration */
@@ -9551,7 +9551,7 @@ interface components {
9551
9551
  /**
9552
9552
  * COMPANY_REGISTRATION_TYPE
9553
9553
  * @description An enumeration.
9554
- * @enum {unknown}
9554
+ * @enum {string}
9555
9555
  */
9556
9556
  COMPANY_REGISTRATION_TYPE: "CBE" | "SIREN" | "SIRET" | "KVK" | "HRN" | "KVK_BQ" | "KVK_AW" | "KVK_SX" | "KVK_CW";
9557
9557
  /** ExternalRefsQueryModel */
@@ -10012,7 +10012,7 @@ interface components {
10012
10012
  * date
10013
10013
  * Format: date
10014
10014
  */
10015
- machines_last_inspection?: Record<string, never>;
10015
+ machines_last_inspection?: string;
10016
10016
  /** Cooling Installations Turnover Decrease */
10017
10017
  cooling_installations_turnover_decrease?: boolean;
10018
10018
  /** Machines Produce Turnover Decrease */
@@ -10588,7 +10588,7 @@ interface components {
10588
10588
  /**
10589
10589
  * RIZIV_CONVENTION_STATUS
10590
10590
  * @description An enumeration.
10591
- * @enum {unknown}
10591
+ * @enum {string}
10592
10592
  */
10593
10593
  RIZIV_CONVENTION_STATUS: "CONVENTIONED" | "PARTIALLY_CONVENTIONED" | "NOT_CONVENTIONED";
10594
10594
  /** EstablishmentQueryModel */
@@ -15037,7 +15037,7 @@ interface components {
15037
15037
  /**
15038
15038
  * PROFESSION
15039
15039
  * @description An enumeration.
15040
- * @enum {unknown}
15040
+ * @enum {string}
15041
15041
  */
15042
15042
  PROFESSION: "STUDENT" | "CIVIL_SERVANT" | "WORKER" | "TRADER" | "CLERK" | "HOUSE_PERSON" | "SELF_EMPLOYED" | "LIBERAL_PROFESSION" | "MILITARY" | "ADR" | "BOOKMAKER" | "FOORKRAMER" | "MONEY_TRANSPORT" | "HORECA" | "KADER" | "COURIER" | "FARMER" | "RENTENIER" | "SCRAP_TRADER" | "TAXI" | "SECURITY" | "RENTIER" | "UNEMPLOYED" | "TEACHER" | "EMPLOYEE" | "PENSIONED" | "OTHER" | "ENTERTAINER" | "PROFESSION_INVOLVED_IN_GAMES_OF_CHANCE" | "OWNER_MANAGER_EMPLOYEE_OF_NIGHTCLUB" | "FOREIGN_DIPLOMAT" | "MARKET_VENDOR" | "MEMBERS_OF_THE_ROYAL_FAMILY" | "METAL_SCRAPWASTE_TRADER" | "OWNER_MOBILE_KITCHEN" | "LENDER" | "CAR_SALESMANDEALER" | "MUSICIAN" | "MEMBER_OF_PARLIAMENT" | "PHOTOGRAPHIC_AND_FASHION_INDUSTRY" | "CAFE_OWNER" | "SHOWMAN" | "PROFESSIONAL_ATHLETE" | "CAR_RACER" | "PROFESSIONAL_BOXER" | "DIPLOMAT" | "JUNK_DEALER" | "PROFESSIONAL_FOOTBALLER" | "BAR_CLUB_STAFF" | "HOSTEL_INN_STAFF" | "ALCOHOL_BUSINESS" | "LIVESTOCK_DEALER" | "CYCLIST" | "ENTERTAINMENT_INDUSTRY";
15043
15043
  /**
@@ -15153,7 +15153,7 @@ interface components {
15153
15153
  /**
15154
15154
  * CLAIM_FREE_YEARS
15155
15155
  * @description An enumeration.
15156
- * @enum {unknown}
15156
+ * @enum {string}
15157
15157
  */
15158
15158
  CLAIM_FREE_YEARS: "0" | "1" | "2" | "3" | "4" | "5+";
15159
15159
  /**
@@ -15225,7 +15225,7 @@ interface components {
15225
15225
  /**
15226
15226
  * CAR_USED_FOR
15227
15227
  * @description An enumeration.
15228
- * @enum {unknown}
15228
+ * @enum {string}
15229
15229
  */
15230
15230
  CAR_USED_FOR: "PRIVATE" | "PRIVATE_COMMUTE" | "PRIVATE_PROFESSIONAL" | "PROFESSIONAL" | "COURIER" | "MONEY_TRANSPORT" | "REPLACEMENT_VEHICLE" | "SHORT_TERM_RENTAL" | "DRIVING_SCHOOL";
15231
15231
  /**
@@ -16547,7 +16547,7 @@ interface components {
16547
16547
  /**
16548
16548
  * FSMA_STATUTE
16549
16549
  * @description An enumeration.
16550
- * @enum {unknown}
16550
+ * @enum {string}
16551
16551
  */
16552
16552
  FSMA_STATUTE: "A" | "A-cB" | "A-B" | "A-R";
16553
16553
  /**
@@ -16700,7 +16700,7 @@ interface components {
16700
16700
  * locale
16701
16701
  * @description Parse locale to 'xx-YY' format.
16702
16702
  */
16703
- locale?: Record<string, never>;
16703
+ locale?: string;
16704
16704
  /**
16705
16705
  * Language
16706
16706
  * @description The preferred language lower or uppercase always 2 characters.
@@ -16715,7 +16715,7 @@ interface components {
16715
16715
  /**
16716
16716
  * Kind
16717
16717
  * @description An enumeration.
16718
- * @enum {unknown}
16718
+ * @enum {string}
16719
16719
  */
16720
16720
  Kind: "USER" | "SYSTEM" | "SOCIAL_LOGIN" | "APITOKEN" | "ANONYMOUS";
16721
16721
  /** Headers */
@@ -16991,12 +16991,12 @@ interface components {
16991
16991
  * Format: date
16992
16992
  * @description The optional user expiration date.
16993
16993
  */
16994
- expiration_date?: Record<string, never>;
16994
+ expiration_date?: string;
16995
16995
  };
16996
16996
  /**
16997
16997
  * LANGUAGE_CODES
16998
16998
  * @description An enumeration.
16999
- * @enum {unknown}
16999
+ * @enum {string}
17000
17000
  */
17001
17001
  wg_py_models__domain__wegroup__enums__LANGUAGE_CODES: "FR" | "NL" | "EN" | "DE" | "ES";
17002
17002
  /**
@@ -17085,7 +17085,7 @@ interface components {
17085
17085
  /**
17086
17086
  * BROKER_TYPE
17087
17087
  * @description An enumeration.
17088
- * @enum {unknown}
17088
+ * @enum {string}
17089
17089
  */
17090
17090
  BROKER_TYPE: "BOARL" | "AFFINITY";
17091
17091
  /** DistributionCreateCmd */
@@ -17378,7 +17378,7 @@ interface components {
17378
17378
  /**
17379
17379
  * ALL_GUARANTEES_SETTING
17380
17380
  * @description An enumeration.
17381
- * @enum {unknown}
17381
+ * @enum {string}
17382
17382
  */
17383
17383
  ALL_GUARANTEES_SETTING: "ON" | "OFF" | "NORMAL";
17384
17384
  /** BrokerMembershipsCreateCmd */
@@ -17519,9 +17519,9 @@ interface components {
17519
17519
  /**
17520
17520
  * InsuranceCompanyTag
17521
17521
  * @description An enumeration.
17522
- * @enum {unknown}
17522
+ * @enum {string}
17523
17523
  */
17524
- InsuranceCompanyTag: "ag" | "allianz" | "amlin" | "argenta" | "aedes" | "axa" | "baloise" | "belfius" | "bcover" | "corona" | "das" | "de_motoverzekering" | "lar" | "arces" | "ing" | "arag" | "ethias" | "euromex" | "federale" | "fidea" | "generali" | "athora" | "hdi" | "nn" | "kbc" | "optimco" | "partners" | "pv" | "pnp" | "touring" | "tvm" | "vivium" | "dvv" | "foyer" | "yuzzu" | "ardpre" | "alpha" | "amma" | "asco" | "cda" | "hagelunie" | "zurich" | "deltalloyd" | "mercator" | "ns" | "fortis" | "bnp" | "dela" | "dkv" | "europ" | "elitis" | "mobly" | "nomad" | "qover" | "patronale" | "santevet" | "vab" | "callant" | "pia" | "ibis" | "verzekerje" | "villasure" | "belvilla" | "dna_yachtinsurance" | "ex_amlin" | "yacht_and_co" | "asr" | "unigarant" | "VdH" | "bdm";
17524
+ InsuranceCompanyTag: "ag" | "allianz" | "amlin" | "argenta" | "aedes" | "axa" | "baloise" | "belfius" | "bcover" | "corona" | "das" | "de_motoverzekering" | "lar" | "arces" | "ing" | "arag" | "ethias" | "euromex" | "federale" | "fidea" | "generali" | "athora" | "hdi" | "nn" | "kbc" | "optimco" | "partners" | "pv" | "pnp" | "touring" | "tvm" | "vivium" | "dvv" | "foyer" | "yuzzu" | "ardpre" | "alpha" | "amma" | "asco" | "cda" | "hagelunie" | "zurich" | "deltalloyd" | "mercator" | "ns" | "fortis" | "bnp" | "dela" | "dkv" | "europ" | "elitis" | "mobly" | "nomad" | "qover" | "patronale" | "santevet" | "vab" | "callant" | "pia" | "ibis" | "wegroup" | "verzekerje" | "villasure" | "dna_yachtinsurance" | "bikmo" | "belvilla" | "ex_amlin" | "yacht_and_co" | "asr" | "unigarant" | "aska" | "vdh" | "citizens_aw" | "citizens_cw" | "assudis";
17525
17525
  /**
17526
17526
  * _InsuranceType
17527
17527
  * @description An enumeration.
@@ -17531,7 +17531,7 @@ interface components {
17531
17531
  /**
17532
17532
  * AFFILIATION_STATUS
17533
17533
  * @description An enumeration.
17534
- * @enum {unknown}
17534
+ * @enum {string}
17535
17535
  */
17536
17536
  AFFILIATION_STATUS: "ACCEPTED" | "REJECTED" | "PENDING";
17537
17537
  /** DistributionPromotionCreateCmd */
@@ -18293,7 +18293,7 @@ interface components {
18293
18293
  /**
18294
18294
  * MEMBERSHIP
18295
18295
  * @description An enumeration.
18296
- * @enum {unknown}
18296
+ * @enum {string}
18297
18297
  */
18298
18298
  MEMBERSHIP: "sidefish" | "aquilae" | "brocom" | "bvvm" | "bzb" | "cobotri" | "digital_broker_club" | "e_crown" | "evm" | "feprabel" | "flexus" | "frenchies" | "fvf" | "poggio" | "s_team" | "the_friends" | "westbrokers" | "willemot" | "wilink" | "lar";
18299
18299
  /** DistributionTagsQueryModel */
@@ -18469,7 +18469,7 @@ interface components {
18469
18469
  /**
18470
18470
  * INSURANCE_PRODUCT_ENTITY
18471
18471
  * @description An enumeration.
18472
- * @enum {unknown}
18472
+ * @enum {string}
18473
18473
  */
18474
18474
  INSURANCE_PRODUCT_ENTITY: "NATURAL" | "LEGAL";
18475
18475
  /** RiskDomain */
@@ -18939,7 +18939,7 @@ interface components {
18939
18939
  /**
18940
18940
  * LEAD_STATUS
18941
18941
  * @description An enumeration.
18942
- * @enum {unknown}
18942
+ * @enum {string}
18943
18943
  */
18944
18944
  LEAD_STATUS: "REFUSED" | "PENDING" | "ACCEPTED" | "IN_PROGRESS";
18945
18945
  /** AmountOfRiskObjects */
@@ -19022,7 +19022,7 @@ interface components {
19022
19022
  * date
19023
19023
  * Format: date
19024
19024
  */
19025
- birth?: Record<string, never>;
19025
+ birth?: string;
19026
19026
  gender?: components["schemas"]["GENDER"];
19027
19027
  /** National Register Nr */
19028
19028
  national_register_nr?: string;
@@ -19067,26 +19067,26 @@ interface components {
19067
19067
  * date
19068
19068
  * Format: date
19069
19069
  */
19070
- identity_card_expiration_date?: Record<string, never>;
19070
+ identity_card_expiration_date?: string;
19071
19071
  /** Driver License Number */
19072
19072
  driver_license_number?: string;
19073
19073
  /**
19074
19074
  * date
19075
19075
  * Format: date
19076
19076
  */
19077
- driver_license_expiration_date?: Record<string, never>;
19077
+ driver_license_expiration_date?: string;
19078
19078
  /**
19079
19079
  * date
19080
19080
  * Format: date
19081
19081
  */
19082
- issue_license_date?: Record<string, never>;
19082
+ issue_license_date?: string;
19083
19083
  preferences?: components["schemas"]["wg_py_models__domain__insurance___components__prospect__PartyPreferencesQueryModel"];
19084
19084
  logo?: components["schemas"]["wg_py_models__smt__read__prospect__PartyLogoQueryModel"];
19085
19085
  };
19086
19086
  /**
19087
19087
  * CUSTOMER_PROSPECT_TYPE
19088
19088
  * @description An enumeration.
19089
- * @enum {unknown}
19089
+ * @enum {string}
19090
19090
  */
19091
19091
  wg_py_models__domain__wegroup__enums__CUSTOMER_PROSPECT_TYPE: "CUSTOMER" | "DRIVER";
19092
19092
  /** ExternalRefsQueryModel */
@@ -19140,7 +19140,7 @@ interface components {
19140
19140
  /**
19141
19141
  * OFFER_REVISION_DOCUMENT_TYPE
19142
19142
  * @description An enumeration.
19143
- * @enum {unknown}
19143
+ * @enum {string}
19144
19144
  */
19145
19145
  wg_py_models__domain__wegroup__enums__OFFER_REVISION_DOCUMENT_TYPE: "NOTICE_LETTER" | "INFORMATION_REQUIREMENT_SHEET" | "IPID" | "TERMS" | "POLICY_PROPOSITION" | "OTHER" | "CUSTOMER_SHEET" | "INSURANCE_COMPARISON" | "DECLARATION_ON_HONOUR" | "SEPA";
19146
19146
  /** PartyPreferencesQueryModel */
@@ -19223,7 +19223,7 @@ interface components {
19223
19223
  * date
19224
19224
  * Format: date
19225
19225
  */
19226
- founding_date?: Record<string, never>;
19226
+ founding_date?: string;
19227
19227
  legal_form?: components["schemas"]["LEGAL_FORM"];
19228
19228
  company_registration?: components["schemas"]["wg_py_models__domain__wegroup__complex__CompanyRegistration"];
19229
19229
  /**
@@ -19240,7 +19240,7 @@ interface components {
19240
19240
  * date
19241
19241
  * Format: date
19242
19242
  */
19243
- end_date?: Record<string, never>;
19243
+ end_date?: string;
19244
19244
  /** Commercial Name */
19245
19245
  commercial_name?: string;
19246
19246
  /** Website */
@@ -19302,7 +19302,7 @@ interface components {
19302
19302
  /**
19303
19303
  * COMPANY_PROSPECT_TYPE
19304
19304
  * @description An enumeration.
19305
- * @enum {unknown}
19305
+ * @enum {string}
19306
19306
  */
19307
19307
  wg_py_models__domain__wegroup__enums__COMPANY_PROSPECT_TYPE: "COMPANY";
19308
19308
  /** Bookkeeper */
@@ -19690,7 +19690,7 @@ interface components {
19690
19690
  /**
19691
19691
  * PROSPECT_TYPE
19692
19692
  * @description An enumeration.
19693
- * @enum {unknown}
19693
+ * @enum {string}
19694
19694
  */
19695
19695
  wg_py_models__domain__wegroup__enums__PROSPECT_TYPE: "CUSTOMER" | "COMPANY";
19696
19696
  /** ManagementQueryModel */
@@ -19712,13 +19712,13 @@ interface components {
19712
19712
  * Format: date
19713
19713
  * @description Startdate as management
19714
19714
  */
19715
- start_date?: Record<string, never>;
19715
+ start_date?: string;
19716
19716
  /**
19717
19717
  * date
19718
19718
  * Format: date
19719
19719
  * @description Projected enddate as management, this date can be in the future
19720
19720
  */
19721
- end_date?: Record<string, never>;
19721
+ end_date?: string;
19722
19722
  /**
19723
19723
  * Riziv Nr
19724
19724
  * @description RIZIV number of the management entity
@@ -19736,7 +19736,7 @@ interface components {
19736
19736
  * Format: date
19737
19737
  * @description RIZIV qualification date of the management entity
19738
19738
  */
19739
- riziv_qualification_date?: Record<string, never>;
19739
+ riziv_qualification_date?: string;
19740
19740
  /**
19741
19741
  * Company Registration Nr
19742
19742
  * @description VAT number of the entity
@@ -19747,7 +19747,7 @@ interface components {
19747
19747
  * Format: date
19748
19748
  * @description The birth date of the entity if natural person
19749
19749
  */
19750
- birth?: Record<string, never>;
19750
+ birth?: string;
19751
19751
  /**
19752
19752
  * Is Smoker
19753
19753
  * @description Does the natural person smoke
@@ -19758,7 +19758,7 @@ interface components {
19758
19758
  * Format: date
19759
19759
  * @description If the natural person is not a smoker, but smoked in the past
19760
19760
  */
19761
- stopped_smoking_since?: Record<string, never>;
19761
+ stopped_smoking_since?: string;
19762
19762
  /**
19763
19763
  * Height In Cm
19764
19764
  * @description Height of the natural person in centimeters
@@ -19941,7 +19941,7 @@ interface components {
19941
19941
  * date
19942
19942
  * Format: date
19943
19943
  */
19944
- registration_first?: Record<string, never>;
19944
+ registration_first?: string;
19945
19945
  /**
19946
19946
  * Drivers
19947
19947
  * @default []
@@ -19982,7 +19982,7 @@ interface components {
19982
19982
  * date
19983
19983
  * Format: date
19984
19984
  */
19985
- registration_last?: Record<string, never>;
19985
+ registration_last?: string;
19986
19986
  /** Invoice Value */
19987
19987
  invoice_value?: number;
19988
19988
  /**
@@ -20061,7 +20061,7 @@ interface components {
20061
20061
  * date
20062
20062
  * Format: date
20063
20063
  */
20064
- purchase_date?: Record<string, never>;
20064
+ purchase_date?: string;
20065
20065
  /** Is Or Will Be Registered */
20066
20066
  is_or_will_be_registered?: boolean;
20067
20067
  /**
@@ -20192,7 +20192,7 @@ interface components {
20192
20192
  * Format: date
20193
20193
  * @description The driver's date of birth.
20194
20194
  */
20195
- birth: Record<string, never>;
20195
+ birth: string;
20196
20196
  /** @description The driver's gender. */
20197
20197
  gender?: components["schemas"]["GENDER"];
20198
20198
  /** @description The driver's native language. */
@@ -20202,7 +20202,7 @@ interface components {
20202
20202
  * Format: date
20203
20203
  * @description The date at which the license was issued.
20204
20204
  */
20205
- issue_license_date?: Record<string, never>;
20205
+ issue_license_date?: string;
20206
20206
  issue_license_country?: components["schemas"]["COUNTRY_CODES"];
20207
20207
  /**
20208
20208
  * Accident Statement
@@ -20272,7 +20272,7 @@ interface components {
20272
20272
  * date
20273
20273
  * Format: date
20274
20274
  */
20275
- registered_owner_since?: Record<string, never>;
20275
+ registered_owner_since?: string;
20276
20276
  claim_free_years?: components["schemas"]["CLAIM_FREE_YEARS"];
20277
20277
  /**
20278
20278
  * Claim Scale Nl
@@ -20283,7 +20283,7 @@ interface components {
20283
20283
  * date
20284
20284
  * Format: date
20285
20285
  */
20286
- first_insurance_date_of_a_car?: Record<string, never>;
20286
+ first_insurance_date_of_a_car?: string;
20287
20287
  /** Has Already Been Insured For A Car */
20288
20288
  has_already_been_insured_for_a_car?: boolean;
20289
20289
  };
@@ -20295,7 +20295,7 @@ interface components {
20295
20295
  * date
20296
20296
  * Format: date
20297
20297
  */
20298
- claim_date: Record<string, never>;
20298
+ claim_date: string;
20299
20299
  };
20300
20300
  /** DriverVehicleUsage */
20301
20301
  wg_py_models__domain__insurance___components__risk_objects__driver__DriverVehicleUsage: {
@@ -20542,7 +20542,7 @@ interface components {
20542
20542
  * @description When was the residence built.
20543
20543
  * @example 1970-01-91
20544
20544
  */
20545
- built_date?: Record<string, never>;
20545
+ built_date?: string;
20546
20546
  /**
20547
20547
  * Has Underfloor Heating
20548
20548
  * @description Does the house have underfloor heating?
@@ -20688,7 +20688,7 @@ interface components {
20688
20688
  * Format: date
20689
20689
  * @description The date on which the content value is determined
20690
20690
  */
20691
- content_value_defined_date?: Record<string, never>;
20691
+ content_value_defined_date?: string;
20692
20692
  contains_valuable_items?: components["schemas"]["VALUABLE_ITEM"][];
20693
20693
  /** Valuable Items Estimated Value */
20694
20694
  valuable_items_estimated_value?: number;
@@ -20791,7 +20791,7 @@ interface components {
20791
20791
  /**
20792
20792
  * HOLDER_STATE
20793
20793
  * @description An enumeration.
20794
- * @enum {unknown}
20794
+ * @enum {string}
20795
20795
  */
20796
20796
  HOLDER_STATE: "OWNER" | "CO_OWNER" | "TENANT" | "LANDLORD" | "CO_TENANT" | "SUB_TENANT" | "LIVING_WITH_PARENTS" | "USUFRUCT";
20797
20797
  /** MainBuilding */
@@ -20906,7 +20906,7 @@ interface components {
20906
20906
  * Format: date
20907
20907
  * @description Date when the renovations are/were finished (can be a future date).
20908
20908
  */
20909
- renovation_finished_date?: Record<string, never>;
20909
+ renovation_finished_date?: string;
20910
20910
  /**
20911
20911
  * Has High Ceilings
20912
20912
  * @description Does the building have ceilings of more than 3m height?
@@ -20926,7 +20926,7 @@ interface components {
20926
20926
  * Format: date
20927
20927
  * @description The date on which the reconstruction value is determined
20928
20928
  */
20929
- reconstruction_value_defined_date?: Record<string, never>;
20929
+ reconstruction_value_defined_date?: string;
20930
20930
  /**
20931
20931
  * @description The different prevention measures taken
20932
20932
  * @default []
@@ -21445,7 +21445,7 @@ interface components {
21445
21445
  * Format: date
21446
21446
  * @description Date of birth.
21447
21447
  */
21448
- birth?: Record<string, never>;
21448
+ birth?: string;
21449
21449
  /**
21450
21450
  * Beneficiaries
21451
21451
  * @description List of beneficiaries.
@@ -21495,7 +21495,7 @@ interface components {
21495
21495
  * @description The person's date of birth.
21496
21496
  * @example 12/10/1999
21497
21497
  */
21498
- birth: Record<string, never>;
21498
+ birth: string;
21499
21499
  /**
21500
21500
  * Telephonenr
21501
21501
  * @description The person's telephone number.
@@ -21582,7 +21582,7 @@ interface components {
21582
21582
  * Format: date
21583
21583
  * @description The date at which the vehicle was registered.
21584
21584
  */
21585
- registration_first?: Record<string, never>;
21585
+ registration_first?: string;
21586
21586
  /**
21587
21587
  * Drivers
21588
21588
  * @description A list of the vehicle's registered Drivers.
@@ -21677,7 +21677,7 @@ interface components {
21677
21677
  * Format: date
21678
21678
  * @description The last (most recent) registration date.
21679
21679
  */
21680
- registration_last?: Record<string, never>;
21680
+ registration_last?: string;
21681
21681
  /**
21682
21682
  * Invoice Value
21683
21683
  * @description The invoice value of the vehicle (excluding vat).
@@ -21726,7 +21726,7 @@ interface components {
21726
21726
  * date
21727
21727
  * Format: date
21728
21728
  */
21729
- purchase_date?: Record<string, never>;
21729
+ purchase_date?: string;
21730
21730
  /** Is Or Will Be Registered */
21731
21731
  is_or_will_be_registered?: boolean;
21732
21732
  /**
@@ -22087,7 +22087,7 @@ interface components {
22087
22087
  /**
22088
22088
  * RISK_OBJECT_LEGAL_TYPE
22089
22089
  * @description An enumeration.
22090
- * @enum {unknown}
22090
+ * @enum {string}
22091
22091
  */
22092
22092
  RISK_OBJECT_LEGAL_TYPE: "LEGAL";
22093
22093
  /** Teacher */
@@ -22200,7 +22200,7 @@ interface components {
22200
22200
  /**
22201
22201
  * RISK_OBJECT_PARTY_GROUP_TYPE
22202
22202
  * @description An enumeration.
22203
- * @enum {unknown}
22203
+ * @enum {string}
22204
22204
  */
22205
22205
  RISK_OBJECT_PARTY_GROUP_TYPE: "PARTY_GROUP";
22206
22206
  /** Party */
@@ -22218,7 +22218,7 @@ interface components {
22218
22218
  * date
22219
22219
  * Format: date
22220
22220
  */
22221
- birth?: Record<string, never>;
22221
+ birth?: string;
22222
22222
  gender?: components["schemas"]["GENDER"];
22223
22223
  /** National Register Nr */
22224
22224
  national_register_nr?: string;
@@ -22255,19 +22255,19 @@ interface components {
22255
22255
  * date
22256
22256
  * Format: date
22257
22257
  */
22258
- identity_card_expiration_date?: Record<string, never>;
22258
+ identity_card_expiration_date?: string;
22259
22259
  /** Driver License Number */
22260
22260
  driver_license_number?: string;
22261
22261
  /**
22262
22262
  * date
22263
22263
  * Format: date
22264
22264
  */
22265
- driver_license_expiration_date?: Record<string, never>;
22265
+ driver_license_expiration_date?: string;
22266
22266
  /**
22267
22267
  * date
22268
22268
  * Format: date
22269
22269
  */
22270
- issue_license_date?: Record<string, never>;
22270
+ issue_license_date?: string;
22271
22271
  preferences?: components["schemas"]["wg_py_models__domain__insurance__read__parties__customer__PartyPreferencesQueryModel"];
22272
22272
  aska_package_choice?: components["schemas"]["ASKA_PACKAGE_CHOICE"];
22273
22273
  };
@@ -22280,7 +22280,7 @@ interface components {
22280
22280
  /**
22281
22281
  * EXTERNAL_REF_COMPANY
22282
22282
  * @description An enumeration.
22283
- * @enum {unknown}
22283
+ * @enum {string}
22284
22284
  */
22285
22285
  EXTERNAL_REF_COMPANY: "ag" | "allianz" | "amlin" | "argenta" | "aedes" | "axa" | "baloise" | "belfius" | "bcover" | "corona" | "das" | "de_motoverzekering" | "lar" | "arces" | "ing" | "arag" | "ethias" | "euromex" | "federale" | "fidea" | "generali" | "athora" | "hdi" | "nn" | "kbc" | "optimco" | "partners" | "pv" | "pnp" | "touring" | "tvm" | "vivium" | "dvv" | "foyer" | "yuzzu" | "ardpre" | "alpha" | "amma" | "asco" | "cda" | "hagelunie" | "zurich" | "deltalloyd" | "mercator" | "ns" | "fortis" | "bnp" | "dela" | "dkv" | "europ" | "elitis" | "mobly" | "nomad" | "qover" | "patronale" | "santevet" | "vab" | "callant" | "pia" | "ibis" | "brio" | "brio_plus" | "sigura" | "brokercloud" | "cobra" | "assapp" | "sireus" | "insusoft" | "broker_star" | "fireantz" | "willemot" | "dias" | "heinenoord" | "faster_forward" | "anva" | "assu" | "awi" | "dhondt_insurance" | "immotheker_finotheker" | "blokweg" | "villasure" | "dna_yachtinsurance" | "bikmo" | "belvilla" | "ex_amlin" | "yacht_and_co" | "asr" | "unigarant" | "aska" | "vdh" | "citizens_aw" | "citizens_cw" | "assudis";
22286
22286
  /** PartyPreferencesQueryModel */
@@ -22655,7 +22655,7 @@ interface components {
22655
22655
  * date
22656
22656
  * Format: date
22657
22657
  */
22658
- purchase_date?: Record<string, never>;
22658
+ purchase_date?: string;
22659
22659
  /** Used By Others */
22660
22660
  used_by_others?: boolean;
22661
22661
  /** Taxation Value */
@@ -22746,17 +22746,17 @@ interface components {
22746
22746
  * date
22747
22747
  * Format: date
22748
22748
  */
22749
- registration_first?: Record<string, never>;
22749
+ registration_first?: string;
22750
22750
  /**
22751
22751
  * date
22752
22752
  * Format: date
22753
22753
  */
22754
- registration_last?: Record<string, never>;
22754
+ registration_last?: string;
22755
22755
  /**
22756
22756
  * date
22757
22757
  * Format: date
22758
22758
  */
22759
- purchase_date?: Record<string, never>;
22759
+ purchase_date?: string;
22760
22760
  /** Invoice Value */
22761
22761
  invoice_value?: number;
22762
22762
  /** Insured Value Excl Vat */
@@ -22775,7 +22775,7 @@ interface components {
22775
22775
  /**
22776
22776
  * TRAILER_TONNAGE_CATEGORY
22777
22777
  * @description An enumeration.
22778
- * @enum {unknown}
22778
+ * @enum {string}
22779
22779
  */
22780
22780
  TRAILER_TONNAGE_CATEGORY: "MAX_750KG" | "MAX_3500KG";
22781
22781
  /** SemiTrailer */
@@ -22841,17 +22841,17 @@ interface components {
22841
22841
  * date
22842
22842
  * Format: date
22843
22843
  */
22844
- registration_first?: Record<string, never>;
22844
+ registration_first?: string;
22845
22845
  /**
22846
22846
  * date
22847
22847
  * Format: date
22848
22848
  */
22849
- registration_last?: Record<string, never>;
22849
+ registration_last?: string;
22850
22850
  /**
22851
22851
  * date
22852
22852
  * Format: date
22853
22853
  */
22854
- purchase_date?: Record<string, never>;
22854
+ purchase_date?: string;
22855
22855
  /** Invoice Value */
22856
22856
  invoice_value?: number;
22857
22857
  /** Insured Value Excl Vat */
@@ -22872,7 +22872,7 @@ interface components {
22872
22872
  /**
22873
22873
  * SEMI_TRAILER_TYPE
22874
22874
  * @description An enumeration.
22875
- * @enum {unknown}
22875
+ * @enum {string}
22876
22876
  */
22877
22877
  SEMI_TRAILER_TYPE: "SEMI_TRAILER";
22878
22878
  /** Miscellaneous */
@@ -22936,7 +22936,7 @@ interface components {
22936
22936
  /**
22937
22937
  * MISCELLANEOUS_TYPE
22938
22938
  * @description An enumeration.
22939
- * @enum {unknown}
22939
+ * @enum {string}
22940
22940
  */
22941
22941
  wg_py_models__domain__wegroup__enums__MISCELLANEOUS_TYPE: "ACCESSORIES" | "ANIMAL" | "FUNDS" | "GOODS" | "CONTENTS" | "LOAN" | "ELEVATOR" | "AIRCRAFTS" | "MACHINERY" | "MANIFESTATIONS_AND_EVENTS" | "EQUIPMENT" | "NON_MOTORISED_VEHICLES" | "IMMOVABLE_PATRIMONY" | "HARVEST" | "JOURNEY" | "TERRAIN" | "ASSOCIATION_GROUP" | "CONSTRUCTION_SITE" | "CONSTRUCTION_SITE_EQUIPMENT";
22942
22942
  /** AcknowledgementQueryModel */
@@ -23004,7 +23004,7 @@ interface components {
23004
23004
  /**
23005
23005
  * LEAD_DOCUMENT_TYPE
23006
23006
  * @description An enumeration.
23007
- * @enum {unknown}
23007
+ * @enum {string}
23008
23008
  */
23009
23009
  LEAD_DOCUMENT_TYPE: "CAR_INVOICE" | "CAR_REGISTRATION_FORM" | "OTHER" | "CALLANT_LEAD";
23010
23010
  /** PaginatedOffersResponse */
@@ -23060,12 +23060,12 @@ interface components {
23060
23060
  * date
23061
23061
  * Format: date
23062
23062
  */
23063
- start_date: Record<string, never>;
23063
+ start_date: string;
23064
23064
  /**
23065
23065
  * date
23066
23066
  * Format: date
23067
23067
  */
23068
- end_date: Record<string, never>;
23068
+ end_date: string;
23069
23069
  /** Has Been Converted To Contract */
23070
23070
  has_been_converted_to_contract: boolean;
23071
23071
  /** External Ref Insurance Module */
@@ -23075,7 +23075,7 @@ interface components {
23075
23075
  /**
23076
23076
  * OFFER_STATUS
23077
23077
  * @description An enumeration.
23078
- * @enum {unknown}
23078
+ * @enum {string}
23079
23079
  */
23080
23080
  OFFER_STATUS: "PENDING" | "SEND" | "SIGNED" | "ACCEPTED" | "REJECTED" | "CANCELLED" | "EXPIRED";
23081
23081
  /** AmountOfRiskObjects */
@@ -24900,7 +24900,7 @@ interface components {
24900
24900
  /**
24901
24901
  * PAYMENT_INTERVAL
24902
24902
  * @description An enumeration.
24903
- * @enum {unknown}
24903
+ * @enum {string}
24904
24904
  */
24905
24905
  PAYMENT_INTERVAL: "MONTHLY" | "ANNUAL" | "QUARTERLY" | "HALF_ANNUAL" | "ONCE";
24906
24906
  /**
@@ -25043,7 +25043,7 @@ interface components {
25043
25043
  * date
25044
25044
  * Format: date
25045
25045
  */
25046
- birth?: Record<string, never>;
25046
+ birth?: string;
25047
25047
  };
25048
25048
  /** PersonnelDetails */
25049
25049
  app__models__party__PartyCompanyBase__PersonnelDetails: {
@@ -25412,7 +25412,7 @@ interface components {
25412
25412
  * date
25413
25413
  * Format: date
25414
25414
  */
25415
- machines_last_inspection?: Record<string, never>;
25415
+ machines_last_inspection?: string;
25416
25416
  /** Cooling Installations Turnover Decrease */
25417
25417
  cooling_installations_turnover_decrease?: boolean;
25418
25418
  /** Machines Produce Turnover Decrease */
@@ -25890,7 +25890,7 @@ interface components {
25890
25890
  * Format: date
25891
25891
  * @description Published date of the source of the document
25892
25892
  */
25893
- published_at?: Record<string, never>;
25893
+ published_at?: string;
25894
25894
  };
25895
25895
  /**
25896
25896
  * DOCUMENT_TYPE
@@ -25999,13 +25999,13 @@ interface components {
25999
25999
  * Format: date
26000
26000
  * @description Startdate as management
26001
26001
  */
26002
- start_date?: Record<string, never>;
26002
+ start_date?: string;
26003
26003
  /**
26004
26004
  * date
26005
26005
  * Format: date
26006
26006
  * @description Projected enddate as management, this date can be in the future
26007
26007
  */
26008
- end_date?: Record<string, never>;
26008
+ end_date?: string;
26009
26009
  /**
26010
26010
  * Riziv Nr
26011
26011
  * @description RIZIV number of the management entity
@@ -26023,7 +26023,7 @@ interface components {
26023
26023
  * Format: date
26024
26024
  * @description RIZIV qualification date of the management entity
26025
26025
  */
26026
- riziv_qualification_date?: Record<string, never>;
26026
+ riziv_qualification_date?: string;
26027
26027
  /**
26028
26028
  * Company Registration Nr
26029
26029
  * @description VAT number of the entity
@@ -26034,7 +26034,7 @@ interface components {
26034
26034
  * Format: date
26035
26035
  * @description The birth date of the entity if natural person
26036
26036
  */
26037
- birth?: Record<string, never>;
26037
+ birth?: string;
26038
26038
  /**
26039
26039
  * Is Smoker
26040
26040
  * @description Does the natural person smoke
@@ -26045,7 +26045,7 @@ interface components {
26045
26045
  * Format: date
26046
26046
  * @description If the natural person is not a smoker, but smoked in the past
26047
26047
  */
26048
- stopped_smoking_since?: Record<string, never>;
26048
+ stopped_smoking_since?: string;
26049
26049
  /**
26050
26050
  * Height In Cm
26051
26051
  * @description Height of the natural person in centimeters
@@ -26589,13 +26589,13 @@ interface components {
26589
26589
  /**
26590
26590
  * DEDUCTIBLE_TYPE
26591
26591
  * @description An enumeration.
26592
- * @enum {unknown}
26592
+ * @enum {string}
26593
26593
  */
26594
26594
  DEDUCTIBLE_TYPE: "FIXED" | "VARIABLE" | "PERCENTAGE_ON_COMPENSATION" | "PERCENTAGE_ON_CAR_VALUE" | "ENGLISH" | "IDENTITY" | "PERCENTAGE_ON_CAR_VALUE_OWN_RISK";
26595
26595
  /**
26596
26596
  * CURRENCY
26597
26597
  * @description An enumeration.
26598
- * @enum {unknown}
26598
+ * @enum {string}
26599
26599
  */
26600
26600
  wg_py_models__domain__wegroup__enums__CURRENCY: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLE" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VED" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XCG" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
26601
26601
  /** Discount */
@@ -26620,7 +26620,7 @@ interface components {
26620
26620
  /**
26621
26621
  * CAR_EVALUATION_TYPE
26622
26622
  * @description An enumeration.
26623
- * @enum {unknown}
26623
+ * @enum {string}
26624
26624
  */
26625
26625
  CAR_EVALUATION_TYPE: "CATALOGUE" | "INVOICE" | "ESTIMATED" | "TAXATION";
26626
26626
  /** AnnualPremiumQueryModel */
@@ -27109,7 +27109,7 @@ interface components {
27109
27109
  * date
27110
27110
  * Format: date
27111
27111
  */
27112
- inventory_taxation_date?: Record<string, never>;
27112
+ inventory_taxation_date?: string;
27113
27113
  /** Any Inventory Changes After Evaluation */
27114
27114
  any_inventory_changes_after_evaluation?: boolean;
27115
27115
  /** Estimated Value Of Changes Or Investments After Evaluation For Inventory */
@@ -27263,7 +27263,7 @@ interface components {
27263
27263
  * date
27264
27264
  * Format: date
27265
27265
  */
27266
- general_terms_and_conditions_legally_checked_date?: Record<string, never>;
27266
+ general_terms_and_conditions_legally_checked_date?: string;
27267
27267
  /** Near Future Events */
27268
27268
  near_future_events?: string[];
27269
27269
  /** Near Future Event Description */
@@ -27336,7 +27336,7 @@ interface components {
27336
27336
  * date
27337
27337
  * Format: date
27338
27338
  */
27339
- prefered_follow_up_appointment?: Record<string, never>;
27339
+ prefered_follow_up_appointment?: string;
27340
27340
  /** Employees Earning More Than Legal Max Insure */
27341
27341
  employees_earning_more_than_legal_max_insure?: boolean;
27342
27342
  /** Produces Goods */
@@ -27427,7 +27427,7 @@ interface components {
27427
27427
  * date
27428
27428
  * Format: date
27429
27429
  */
27430
- partner_birth?: Record<string, never>;
27430
+ partner_birth?: string;
27431
27431
  partner_gender?: components["schemas"]["GENDER"];
27432
27432
  /** Is Member Of Techniek Nederland */
27433
27433
  is_member_of_techniek_nederland?: boolean;
@@ -27991,17 +27991,17 @@ interface components {
27991
27991
  * date
27992
27992
  * Format: date
27993
27993
  */
27994
- identity_card_issue_date?: Record<string, never>;
27994
+ identity_card_issue_date?: string;
27995
27995
  /**
27996
27996
  * date
27997
27997
  * Format: date
27998
27998
  */
27999
- last_physical_conversation?: Record<string, never>;
27999
+ last_physical_conversation?: string;
28000
28000
  /**
28001
28001
  * date
28002
28002
  * Format: date
28003
28003
  */
28004
- last_phone_or_digital_conversation?: Record<string, never>;
28004
+ last_phone_or_digital_conversation?: string;
28005
28005
  /** Was Refused Insurance Description */
28006
28006
  was_refused_insurance_description?: string;
28007
28007
  /** Has Known Risks Description */
@@ -28126,13 +28126,13 @@ interface components {
28126
28126
  * date
28127
28127
  * Format: date
28128
28128
  */
28129
- founding_date?: Record<string, never>;
28129
+ founding_date?: string;
28130
28130
  legal_form?: components["schemas"]["LEGAL_FORM"];
28131
28131
  /**
28132
28132
  * date
28133
28133
  * Format: date
28134
28134
  */
28135
- end_date?: Record<string, never>;
28135
+ end_date?: string;
28136
28136
  /**
28137
28137
  * Commercial Name
28138
28138
  * @description The commercial name of the company
@@ -28461,7 +28461,7 @@ interface components {
28461
28461
  * Format: date
28462
28462
  * @description The date at which the vehicle was registered.
28463
28463
  */
28464
- registration_first?: Record<string, never>;
28464
+ registration_first?: string;
28465
28465
  /**
28466
28466
  * Drivers
28467
28467
  * @description A list of the vehicle's registered Drivers.
@@ -28556,7 +28556,7 @@ interface components {
28556
28556
  * Format: date
28557
28557
  * @description The last (most recent) registration date.
28558
28558
  */
28559
- registration_last?: Record<string, never>;
28559
+ registration_last?: string;
28560
28560
  /**
28561
28561
  * Invoice Value
28562
28562
  * @description The invoice value of the vehicle (excluding vat).
@@ -28605,7 +28605,7 @@ interface components {
28605
28605
  * date
28606
28606
  * Format: date
28607
28607
  */
28608
- purchase_date?: Record<string, never>;
28608
+ purchase_date?: string;
28609
28609
  /** Is Or Will Be Registered */
28610
28610
  is_or_will_be_registered?: boolean;
28611
28611
  /**
@@ -28917,7 +28917,7 @@ interface components {
28917
28917
  * @description When was the residence built.
28918
28918
  * @example 1970-01-91
28919
28919
  */
28920
- built_date?: Record<string, never>;
28920
+ built_date?: string;
28921
28921
  /**
28922
28922
  * Has Underfloor Heating
28923
28923
  * @description Does the house have underfloor heating?
@@ -29113,7 +29113,7 @@ interface components {
29113
29113
  * Format: date
29114
29114
  * @description The date on which the content value is determined
29115
29115
  */
29116
- content_value_defined_date?: Record<string, never>;
29116
+ content_value_defined_date?: string;
29117
29117
  /** @description The residence contains valuable items */
29118
29118
  contains_valuable_items?: components["schemas"]["VALUABLE_ITEM"][];
29119
29119
  /**
@@ -29285,7 +29285,7 @@ interface components {
29285
29285
  * date
29286
29286
  * Format: date
29287
29287
  */
29288
- solar_panels_are_scope_12_inspection_date?: Record<string, never>;
29288
+ solar_panels_are_scope_12_inspection_date?: string;
29289
29289
  /** Solar Panels Are Scope 12 Inspection Passed */
29290
29290
  solar_panels_are_scope_12_inspection_passed?: boolean;
29291
29291
  /** Solar Panels Are Scope 12 Inspection Defects Rectified */
@@ -29361,12 +29361,12 @@ interface components {
29361
29361
  * date
29362
29362
  * Format: date
29363
29363
  */
29364
- multi_year_maintenance_plan_date?: Record<string, never>;
29364
+ multi_year_maintenance_plan_date?: string;
29365
29365
  /**
29366
29366
  * date
29367
29367
  * Format: date
29368
29368
  */
29369
- last_major_maintenance_date?: Record<string, never>;
29369
+ last_major_maintenance_date?: string;
29370
29370
  /** Any Greening Measures Taken */
29371
29371
  any_greening_measures_taken?: boolean;
29372
29372
  /** Greening Measures Taken */
@@ -29381,12 +29381,12 @@ interface components {
29381
29381
  * date
29382
29382
  * Format: date
29383
29383
  */
29384
- estimation_date?: Record<string, never>;
29384
+ estimation_date?: string;
29385
29385
  /**
29386
29386
  * date
29387
29387
  * Format: date
29388
29388
  */
29389
- taxation_date?: Record<string, never>;
29389
+ taxation_date?: string;
29390
29390
  /** Installations Inspection Defects Rectified */
29391
29391
  installations_inspection_defects_rectified?: boolean;
29392
29392
  /** Installations Inspection Defects Description */
@@ -29569,7 +29569,7 @@ interface components {
29569
29569
  * Format: date
29570
29570
  * @description Date when the renovations are/were finished (can be a future date).
29571
29571
  */
29572
- renovation_finished_date?: Record<string, never>;
29572
+ renovation_finished_date?: string;
29573
29573
  /**
29574
29574
  * Has High Ceilings
29575
29575
  * @description Does the building have ceilings of more than 3m height?
@@ -29589,7 +29589,7 @@ interface components {
29589
29589
  * Format: date
29590
29590
  * @description The date on which the reconstruction value is determined
29591
29591
  */
29592
- reconstruction_value_defined_date?: Record<string, never>;
29592
+ reconstruction_value_defined_date?: string;
29593
29593
  /**
29594
29594
  * @description The different prevention measures taken
29595
29595
  * @default []
@@ -29750,7 +29750,7 @@ interface components {
29750
29750
  * date
29751
29751
  * Format: date
29752
29752
  */
29753
- electrical_installations_last_inspection_date?: Record<string, never>;
29753
+ electrical_installations_last_inspection_date?: string;
29754
29754
  /** Do Electrical Installations Met Inpection Requirements */
29755
29755
  do_electrical_installations_met_inpection_requirements?: boolean;
29756
29756
  /** Anti Theft Measurements */
@@ -29765,12 +29765,12 @@ interface components {
29765
29765
  * date
29766
29766
  * Format: date
29767
29767
  */
29768
- last_fire_extinguishers_maintenance?: Record<string, never>;
29768
+ last_fire_extinguishers_maintenance?: string;
29769
29769
  /**
29770
29770
  * date
29771
29771
  * Format: date
29772
29772
  */
29773
- last_fire_hoses_maintenance?: Record<string, never>;
29773
+ last_fire_hoses_maintenance?: string;
29774
29774
  floor_construction_type?: components["schemas"]["CONSTRUCTION_TYPE_FLOORS"];
29775
29775
  };
29776
29776
  /**
@@ -29915,7 +29915,7 @@ interface components {
29915
29915
  * Format: date
29916
29916
  * @description Date of birth.
29917
29917
  */
29918
- birth?: Record<string, never>;
29918
+ birth?: string;
29919
29919
  /**
29920
29920
  * Beneficiaries
29921
29921
  * @description List of beneficiaries.
@@ -30052,7 +30052,7 @@ interface components {
30052
30052
  * Format: date
30053
30053
  * @description The date at which the vehicle was registered.
30054
30054
  */
30055
- registration_first?: Record<string, never>;
30055
+ registration_first?: string;
30056
30056
  /**
30057
30057
  * Drivers
30058
30058
  * @description A list of the vehicle's registered Drivers.
@@ -30147,7 +30147,7 @@ interface components {
30147
30147
  * Format: date
30148
30148
  * @description The last (most recent) registration date.
30149
30149
  */
30150
- registration_last?: Record<string, never>;
30150
+ registration_last?: string;
30151
30151
  /**
30152
30152
  * Invoice Value
30153
30153
  * @description The invoice value of the vehicle (excluding vat).
@@ -30196,7 +30196,7 @@ interface components {
30196
30196
  * date
30197
30197
  * Format: date
30198
30198
  */
30199
- purchase_date?: Record<string, never>;
30199
+ purchase_date?: string;
30200
30200
  /** Is Or Will Be Registered */
30201
30201
  is_or_will_be_registered?: boolean;
30202
30202
  /**
@@ -30485,7 +30485,7 @@ interface components {
30485
30485
  * date
30486
30486
  * Format: date
30487
30487
  */
30488
- inventory_taxation_date?: Record<string, never>;
30488
+ inventory_taxation_date?: string;
30489
30489
  /** Any Inventory Changes After Evaluation */
30490
30490
  any_inventory_changes_after_evaluation?: boolean;
30491
30491
  /** Estimated Value Of Changes Or Investments After Evaluation For Inventory */
@@ -30639,7 +30639,7 @@ interface components {
30639
30639
  * date
30640
30640
  * Format: date
30641
30641
  */
30642
- general_terms_and_conditions_legally_checked_date?: Record<string, never>;
30642
+ general_terms_and_conditions_legally_checked_date?: string;
30643
30643
  /** Near Future Events */
30644
30644
  near_future_events?: string[];
30645
30645
  /** Near Future Event Description */
@@ -30712,7 +30712,7 @@ interface components {
30712
30712
  * date
30713
30713
  * Format: date
30714
30714
  */
30715
- prefered_follow_up_appointment?: Record<string, never>;
30715
+ prefered_follow_up_appointment?: string;
30716
30716
  /** Employees Earning More Than Legal Max Insure */
30717
30717
  employees_earning_more_than_legal_max_insure?: boolean;
30718
30718
  /** Produces Goods */
@@ -30803,7 +30803,7 @@ interface components {
30803
30803
  * date
30804
30804
  * Format: date
30805
30805
  */
30806
- partner_birth?: Record<string, never>;
30806
+ partner_birth?: string;
30807
30807
  partner_gender?: components["schemas"]["GENDER"];
30808
30808
  /** Is Member Of Techniek Nederland */
30809
30809
  is_member_of_techniek_nederland?: boolean;
@@ -31367,17 +31367,17 @@ interface components {
31367
31367
  * date
31368
31368
  * Format: date
31369
31369
  */
31370
- identity_card_issue_date?: Record<string, never>;
31370
+ identity_card_issue_date?: string;
31371
31371
  /**
31372
31372
  * date
31373
31373
  * Format: date
31374
31374
  */
31375
- last_physical_conversation?: Record<string, never>;
31375
+ last_physical_conversation?: string;
31376
31376
  /**
31377
31377
  * date
31378
31378
  * Format: date
31379
31379
  */
31380
- last_phone_or_digital_conversation?: Record<string, never>;
31380
+ last_phone_or_digital_conversation?: string;
31381
31381
  /** Was Refused Insurance Description */
31382
31382
  was_refused_insurance_description?: string;
31383
31383
  /** Has Known Risks Description */
@@ -31501,7 +31501,7 @@ interface components {
31501
31501
  * @description The prospect's bith date.
31502
31502
  * @example 2019-12-10T22:45:18.965458
31503
31503
  */
31504
- birth?: Record<string, never>;
31504
+ birth?: string;
31505
31505
  /** Birth Place */
31506
31506
  birth_place?: string;
31507
31507
  /** @description The prospect's gender. */
@@ -31530,7 +31530,7 @@ interface components {
31530
31530
  * date
31531
31531
  * Format: date
31532
31532
  */
31533
- identity_card_expiration_date?: Record<string, never>;
31533
+ identity_card_expiration_date?: string;
31534
31534
  driver_license_type?: components["schemas"]["DRIVER_LICENSE_TYPE"];
31535
31535
  driver_license_code?: components["schemas"]["DRIVER_LICENSE_CODE"];
31536
31536
  /** Driver License Number */
@@ -31539,12 +31539,12 @@ interface components {
31539
31539
  * date
31540
31540
  * Format: date
31541
31541
  */
31542
- driver_license_expiration_date?: Record<string, never>;
31542
+ driver_license_expiration_date?: string;
31543
31543
  /**
31544
31544
  * date
31545
31545
  * Format: date
31546
31546
  */
31547
- issue_license_date?: Record<string, never>;
31547
+ issue_license_date?: string;
31548
31548
  issue_license_country?: components["schemas"]["COUNTRY_CODES"];
31549
31549
  accident_statement?: components["schemas"]["AccidentStatement"];
31550
31550
  /** Number Of Accidents Last Five Years */
@@ -31595,7 +31595,7 @@ interface components {
31595
31595
  * date
31596
31596
  * Format: date
31597
31597
  */
31598
- registered_owner_since?: Record<string, never>;
31598
+ registered_owner_since?: string;
31599
31599
  claim_free_years?: components["schemas"]["CLAIM_FREE_YEARS"];
31600
31600
  /** Claim Scale Nl */
31601
31601
  claim_scale_nl?: number;
@@ -31603,7 +31603,7 @@ interface components {
31603
31603
  * date
31604
31604
  * Format: date
31605
31605
  */
31606
- first_insurance_date_of_a_car?: Record<string, never>;
31606
+ first_insurance_date_of_a_car?: string;
31607
31607
  /** Has Already Been Insured For A Car */
31608
31608
  has_already_been_insured_for_a_car?: boolean;
31609
31609
  /** Safety Course Completed */
@@ -32079,18 +32079,18 @@ interface components {
32079
32079
  * Format: date
32080
32080
  * @description The date at which the vehicle was registered.
32081
32081
  */
32082
- registration_first?: Record<string, never>;
32082
+ registration_first?: string;
32083
32083
  /**
32084
32084
  * date
32085
32085
  * Format: date
32086
32086
  * @description The last (most recent) registration date.
32087
32087
  */
32088
- registration_last?: Record<string, never>;
32088
+ registration_last?: string;
32089
32089
  /**
32090
32090
  * date
32091
32091
  * Format: date
32092
32092
  */
32093
- purchase_date?: Record<string, never>;
32093
+ purchase_date?: string;
32094
32094
  /**
32095
32095
  * Invoice Value
32096
32096
  * @description The invoice value of the vehicle (excluding vat).
@@ -32199,18 +32199,18 @@ interface components {
32199
32199
  * Format: date
32200
32200
  * @description The date at which the vehicle was registered.
32201
32201
  */
32202
- registration_first?: Record<string, never>;
32202
+ registration_first?: string;
32203
32203
  /**
32204
32204
  * date
32205
32205
  * Format: date
32206
32206
  * @description The last (most recent) registration date.
32207
32207
  */
32208
- registration_last?: Record<string, never>;
32208
+ registration_last?: string;
32209
32209
  /**
32210
32210
  * date
32211
32211
  * Format: date
32212
32212
  */
32213
- purchase_date?: Record<string, never>;
32213
+ purchase_date?: string;
32214
32214
  /**
32215
32215
  * Invoice Value
32216
32216
  * @description The invoice value of the vehicle (excluding vat).
@@ -32409,7 +32409,7 @@ interface components {
32409
32409
  * Format: date
32410
32410
  * @example 2019-12-10T22:45:18.965458
32411
32411
  */
32412
- purchase_date?: Record<string, never>;
32412
+ purchase_date?: string;
32413
32413
  /**
32414
32414
  * Used By Others
32415
32415
  * @description The bicycle is regularly used by people other than the owner.
@@ -32440,7 +32440,7 @@ interface components {
32440
32440
  * date
32441
32441
  * Format: date
32442
32442
  */
32443
- invoice_date?: Record<string, never>;
32443
+ invoice_date?: string;
32444
32444
  /** Lock Number */
32445
32445
  lock_number?: string;
32446
32446
  /** Number Plate */
@@ -32488,12 +32488,12 @@ interface components {
32488
32488
  * date without year
32489
32489
  * @description 'MM-DD' format. Other formats are supported as well but are transformed to MM=DD.
32490
32490
  */
32491
- due_date?: Record<string, never>;
32491
+ due_date?: string;
32492
32492
  /**
32493
32493
  * date
32494
32494
  * Format: date
32495
32495
  */
32496
- start_date?: Record<string, never>;
32496
+ start_date?: string;
32497
32497
  /** Anva Collection Method Code */
32498
32498
  anva_collection_method_code?: number;
32499
32499
  /** Anva Package Code */
@@ -32556,12 +32556,12 @@ interface components {
32556
32556
  * date without year
32557
32557
  * @description 'MM-DD' format. Other formats are supported as well but are transformed to MM=DD.
32558
32558
  */
32559
- due_date?: Record<string, never>;
32559
+ due_date?: string;
32560
32560
  /**
32561
32561
  * date
32562
32562
  * Format: date
32563
32563
  */
32564
- start_date?: Record<string, never>;
32564
+ start_date?: string;
32565
32565
  /** Coverages */
32566
32566
  coverages?: components["schemas"]["CoverageCmd"][];
32567
32567
  /** Clauses */
@@ -32640,7 +32640,7 @@ interface components {
32640
32640
  * date without year
32641
32641
  * @description 'MM-DD' format. Other formats are supported as well but are transformed to MM=DD.
32642
32642
  */
32643
- due_date?: Record<string, never>;
32643
+ due_date?: string;
32644
32644
  /** Commission */
32645
32645
  commission?: number;
32646
32646
  /** Commission Percentage */
@@ -33102,7 +33102,7 @@ interface components {
33102
33102
  * date
33103
33103
  * Format: date
33104
33104
  */
33105
- inventory_taxation_date?: Record<string, never>;
33105
+ inventory_taxation_date?: string;
33106
33106
  /** Any Inventory Changes After Evaluation */
33107
33107
  any_inventory_changes_after_evaluation?: boolean;
33108
33108
  /** Estimated Value Of Changes Or Investments After Evaluation For Inventory */
@@ -33256,7 +33256,7 @@ interface components {
33256
33256
  * date
33257
33257
  * Format: date
33258
33258
  */
33259
- general_terms_and_conditions_legally_checked_date?: Record<string, never>;
33259
+ general_terms_and_conditions_legally_checked_date?: string;
33260
33260
  /** Near Future Events */
33261
33261
  near_future_events?: string[];
33262
33262
  /** Near Future Event Description */
@@ -33329,7 +33329,7 @@ interface components {
33329
33329
  * date
33330
33330
  * Format: date
33331
33331
  */
33332
- prefered_follow_up_appointment?: Record<string, never>;
33332
+ prefered_follow_up_appointment?: string;
33333
33333
  /** Employees Earning More Than Legal Max Insure */
33334
33334
  employees_earning_more_than_legal_max_insure?: boolean;
33335
33335
  /** Produces Goods */
@@ -33420,7 +33420,7 @@ interface components {
33420
33420
  * date
33421
33421
  * Format: date
33422
33422
  */
33423
- partner_birth?: Record<string, never>;
33423
+ partner_birth?: string;
33424
33424
  partner_gender?: components["schemas"]["GENDER"];
33425
33425
  /** Is Member Of Techniek Nederland */
33426
33426
  is_member_of_techniek_nederland?: boolean;
@@ -33984,17 +33984,17 @@ interface components {
33984
33984
  * date
33985
33985
  * Format: date
33986
33986
  */
33987
- identity_card_issue_date?: Record<string, never>;
33987
+ identity_card_issue_date?: string;
33988
33988
  /**
33989
33989
  * date
33990
33990
  * Format: date
33991
33991
  */
33992
- last_physical_conversation?: Record<string, never>;
33992
+ last_physical_conversation?: string;
33993
33993
  /**
33994
33994
  * date
33995
33995
  * Format: date
33996
33996
  */
33997
- last_phone_or_digital_conversation?: Record<string, never>;
33997
+ last_phone_or_digital_conversation?: string;
33998
33998
  /** Was Refused Insurance Description */
33999
33999
  was_refused_insurance_description?: string;
34000
34000
  /** Has Known Risks Description */
@@ -34116,7 +34116,7 @@ interface components {
34116
34116
  * @description The prospect's bith date.
34117
34117
  * @example 2019-12-10T22:45:18.965458
34118
34118
  */
34119
- birth?: Record<string, never>;
34119
+ birth?: string;
34120
34120
  /** Birth Place */
34121
34121
  birth_place?: string;
34122
34122
  /** @description The prospect's gender. */
@@ -34145,7 +34145,7 @@ interface components {
34145
34145
  * date
34146
34146
  * Format: date
34147
34147
  */
34148
- identity_card_expiration_date?: Record<string, never>;
34148
+ identity_card_expiration_date?: string;
34149
34149
  driver_license_type?: components["schemas"]["DRIVER_LICENSE_TYPE"];
34150
34150
  driver_license_code?: components["schemas"]["DRIVER_LICENSE_CODE"];
34151
34151
  /** Driver License Number */
@@ -34154,12 +34154,12 @@ interface components {
34154
34154
  * date
34155
34155
  * Format: date
34156
34156
  */
34157
- driver_license_expiration_date?: Record<string, never>;
34157
+ driver_license_expiration_date?: string;
34158
34158
  /**
34159
34159
  * date
34160
34160
  * Format: date
34161
34161
  */
34162
- issue_license_date?: Record<string, never>;
34162
+ issue_license_date?: string;
34163
34163
  issue_license_country?: components["schemas"]["COUNTRY_CODES"];
34164
34164
  accident_statement?: components["schemas"]["AccidentStatement"];
34165
34165
  /** Number Of Accidents Last Five Years */
@@ -34210,7 +34210,7 @@ interface components {
34210
34210
  * date
34211
34211
  * Format: date
34212
34212
  */
34213
- registered_owner_since?: Record<string, never>;
34213
+ registered_owner_since?: string;
34214
34214
  claim_free_years?: components["schemas"]["CLAIM_FREE_YEARS"];
34215
34215
  /** Claim Scale Nl */
34216
34216
  claim_scale_nl?: number;
@@ -34218,7 +34218,7 @@ interface components {
34218
34218
  * date
34219
34219
  * Format: date
34220
34220
  */
34221
- first_insurance_date_of_a_car?: Record<string, never>;
34221
+ first_insurance_date_of_a_car?: string;
34222
34222
  /** Has Already Been Insured For A Car */
34223
34223
  has_already_been_insured_for_a_car?: boolean;
34224
34224
  /** Safety Course Completed */
@@ -34380,7 +34380,7 @@ interface components {
34380
34380
  * date
34381
34381
  * Format: date
34382
34382
  */
34383
- birth?: Record<string, never>;
34383
+ birth?: string;
34384
34384
  /** Email */
34385
34385
  email?: string;
34386
34386
  /** Telephonenr */
@@ -34797,7 +34797,7 @@ interface components {
34797
34797
  * date
34798
34798
  * Format: date
34799
34799
  */
34800
- next_collection_date?: Record<string, never>;
34800
+ next_collection_date?: string;
34801
34801
  };
34802
34802
  /** InvoicesQueryModel */
34803
34803
  InvoicesQueryModel: {
@@ -34818,14 +34818,14 @@ interface components {
34818
34818
  * date
34819
34819
  * Format: date
34820
34820
  */
34821
- invoice_date?: Record<string, never>;
34821
+ invoice_date?: string;
34822
34822
  /** Type */
34823
34823
  type?: string;
34824
34824
  /**
34825
34825
  * date
34826
34826
  * Format: date
34827
34827
  */
34828
- due_date?: Record<string, never>;
34828
+ due_date?: string;
34829
34829
  /** Anva Invoice Nr */
34830
34830
  anva_invoice_nr?: string;
34831
34831
  /** Anva Policy Nr */
@@ -34858,14 +34858,14 @@ interface components {
34858
34858
  * date
34859
34859
  * Format: date
34860
34860
  */
34861
- invoice_date?: Record<string, never>;
34861
+ invoice_date?: string;
34862
34862
  /** Type */
34863
34863
  type?: string;
34864
34864
  /**
34865
34865
  * date
34866
34866
  * Format: date
34867
34867
  */
34868
- due_date?: Record<string, never>;
34868
+ due_date?: string;
34869
34869
  /** Anva Invoice Nr */
34870
34870
  anva_invoice_nr?: string;
34871
34871
  /** Anva Policy Nr */
@@ -34915,7 +34915,7 @@ interface components {
34915
34915
  * date
34916
34916
  * Format: date
34917
34917
  */
34918
- published_at?: Record<string, never>;
34918
+ published_at?: string;
34919
34919
  };
34920
34920
  /** ExternalRef */
34921
34921
  app__models__party__commands__ExternalRef: {
@@ -34943,7 +34943,7 @@ interface components {
34943
34943
  * date
34944
34944
  * Format: date
34945
34945
  */
34946
- claim_date?: Record<string, never>;
34946
+ claim_date?: string;
34947
34947
  /** Total Amount */
34948
34948
  total_amount?: number;
34949
34949
  /** Wa Amount */
@@ -34978,7 +34978,7 @@ interface components {
34978
34978
  * date
34979
34979
  * Format: date
34980
34980
  */
34981
- claim_date?: Record<string, never>;
34981
+ claim_date?: string;
34982
34982
  /** Total Amount */
34983
34983
  total_amount?: number;
34984
34984
  /** Wa Amount */
@@ -35030,7 +35030,7 @@ interface components {
35030
35030
  * date
35031
35031
  * Format: date
35032
35032
  */
35033
- published_at?: Record<string, never>;
35033
+ published_at?: string;
35034
35034
  };
35035
35035
  /** PartyDocuments */
35036
35036
  PartyDocuments: {
@@ -35184,7 +35184,7 @@ interface components {
35184
35184
  * date
35185
35185
  * Format: date
35186
35186
  */
35187
- inventory_taxation_date?: Record<string, never>;
35187
+ inventory_taxation_date?: string;
35188
35188
  /** Any Inventory Changes After Evaluation */
35189
35189
  any_inventory_changes_after_evaluation?: boolean;
35190
35190
  /** Estimated Value Of Changes Or Investments After Evaluation For Inventory */
@@ -35338,7 +35338,7 @@ interface components {
35338
35338
  * date
35339
35339
  * Format: date
35340
35340
  */
35341
- general_terms_and_conditions_legally_checked_date?: Record<string, never>;
35341
+ general_terms_and_conditions_legally_checked_date?: string;
35342
35342
  /** Near Future Events */
35343
35343
  near_future_events?: string[];
35344
35344
  /** Near Future Event Description */
@@ -35411,7 +35411,7 @@ interface components {
35411
35411
  * date
35412
35412
  * Format: date
35413
35413
  */
35414
- prefered_follow_up_appointment?: Record<string, never>;
35414
+ prefered_follow_up_appointment?: string;
35415
35415
  /** Employees Earning More Than Legal Max Insure */
35416
35416
  employees_earning_more_than_legal_max_insure?: boolean;
35417
35417
  /** Produces Goods */
@@ -35502,7 +35502,7 @@ interface components {
35502
35502
  * date
35503
35503
  * Format: date
35504
35504
  */
35505
- partner_birth?: Record<string, never>;
35505
+ partner_birth?: string;
35506
35506
  partner_gender?: components["schemas"]["GENDER"];
35507
35507
  /** Is Member Of Techniek Nederland */
35508
35508
  is_member_of_techniek_nederland?: boolean;
@@ -36066,17 +36066,17 @@ interface components {
36066
36066
  * date
36067
36067
  * Format: date
36068
36068
  */
36069
- identity_card_issue_date?: Record<string, never>;
36069
+ identity_card_issue_date?: string;
36070
36070
  /**
36071
36071
  * date
36072
36072
  * Format: date
36073
36073
  */
36074
- last_physical_conversation?: Record<string, never>;
36074
+ last_physical_conversation?: string;
36075
36075
  /**
36076
36076
  * date
36077
36077
  * Format: date
36078
36078
  */
36079
- last_phone_or_digital_conversation?: Record<string, never>;
36079
+ last_phone_or_digital_conversation?: string;
36080
36080
  /** Was Refused Insurance Description */
36081
36081
  was_refused_insurance_description?: string;
36082
36082
  /** Has Known Risks Description */
@@ -36200,7 +36200,7 @@ interface components {
36200
36200
  * @description The prospect's bith date.
36201
36201
  * @example 2019-12-10T22:45:18.965458
36202
36202
  */
36203
- birth?: Record<string, never>;
36203
+ birth?: string;
36204
36204
  /** Birth Place */
36205
36205
  birth_place?: string;
36206
36206
  /** @description The prospect's gender. */
@@ -36229,7 +36229,7 @@ interface components {
36229
36229
  * date
36230
36230
  * Format: date
36231
36231
  */
36232
- identity_card_expiration_date?: Record<string, never>;
36232
+ identity_card_expiration_date?: string;
36233
36233
  driver_license_type?: components["schemas"]["DRIVER_LICENSE_TYPE"];
36234
36234
  driver_license_code?: components["schemas"]["DRIVER_LICENSE_CODE"];
36235
36235
  /** Driver License Number */
@@ -36238,12 +36238,12 @@ interface components {
36238
36238
  * date
36239
36239
  * Format: date
36240
36240
  */
36241
- driver_license_expiration_date?: Record<string, never>;
36241
+ driver_license_expiration_date?: string;
36242
36242
  /**
36243
36243
  * date
36244
36244
  * Format: date
36245
36245
  */
36246
- issue_license_date?: Record<string, never>;
36246
+ issue_license_date?: string;
36247
36247
  issue_license_country?: components["schemas"]["COUNTRY_CODES"];
36248
36248
  accident_statement?: components["schemas"]["AccidentStatement"];
36249
36249
  /** Number Of Accidents Last Five Years */
@@ -36294,7 +36294,7 @@ interface components {
36294
36294
  * date
36295
36295
  * Format: date
36296
36296
  */
36297
- registered_owner_since?: Record<string, never>;
36297
+ registered_owner_since?: string;
36298
36298
  claim_free_years?: components["schemas"]["CLAIM_FREE_YEARS"];
36299
36299
  /** Claim Scale Nl */
36300
36300
  claim_scale_nl?: number;
@@ -36302,7 +36302,7 @@ interface components {
36302
36302
  * date
36303
36303
  * Format: date
36304
36304
  */
36305
- first_insurance_date_of_a_car?: Record<string, never>;
36305
+ first_insurance_date_of_a_car?: string;
36306
36306
  /** Has Already Been Insured For A Car */
36307
36307
  has_already_been_insured_for_a_car?: boolean;
36308
36308
  /** Safety Course Completed */
@@ -36401,13 +36401,13 @@ interface components {
36401
36401
  * date
36402
36402
  * Format: date
36403
36403
  */
36404
- founding_date?: Record<string, never>;
36404
+ founding_date?: string;
36405
36405
  legal_form?: components["schemas"]["LEGAL_FORM"];
36406
36406
  /**
36407
36407
  * date
36408
36408
  * Format: date
36409
36409
  */
36410
- end_date?: Record<string, never>;
36410
+ end_date?: string;
36411
36411
  /**
36412
36412
  * Commercial Name
36413
36413
  * @description The commercial name of the company
@@ -36765,7 +36765,7 @@ interface components {
36765
36765
  * Format: date
36766
36766
  * @description The date at which the vehicle was registered.
36767
36767
  */
36768
- registration_first?: Record<string, never>;
36768
+ registration_first?: string;
36769
36769
  /**
36770
36770
  * Drivers
36771
36771
  * @description A list of the vehicle's registered Drivers.
@@ -36860,7 +36860,7 @@ interface components {
36860
36860
  * Format: date
36861
36861
  * @description The last (most recent) registration date.
36862
36862
  */
36863
- registration_last?: Record<string, never>;
36863
+ registration_last?: string;
36864
36864
  /**
36865
36865
  * Invoice Value
36866
36866
  * @description The invoice value of the vehicle (excluding vat).
@@ -36909,7 +36909,7 @@ interface components {
36909
36909
  * date
36910
36910
  * Format: date
36911
36911
  */
36912
- purchase_date?: Record<string, never>;
36912
+ purchase_date?: string;
36913
36913
  /** Is Or Will Be Registered */
36914
36914
  is_or_will_be_registered?: boolean;
36915
36915
  /**
@@ -37215,7 +37215,7 @@ interface components {
37215
37215
  * Format: date
37216
37216
  * @description Date of birth.
37217
37217
  */
37218
- birth?: Record<string, never>;
37218
+ birth?: string;
37219
37219
  /**
37220
37220
  * Beneficiaries
37221
37221
  * @description List of beneficiaries.
@@ -37264,7 +37264,7 @@ interface components {
37264
37264
  * @description When was the residence built.
37265
37265
  * @example 1970-01-91
37266
37266
  */
37267
- built_date?: Record<string, never>;
37267
+ built_date?: string;
37268
37268
  /**
37269
37269
  * Has Underfloor Heating
37270
37270
  * @description Does the house have underfloor heating?
@@ -37460,7 +37460,7 @@ interface components {
37460
37460
  * Format: date
37461
37461
  * @description The date on which the content value is determined
37462
37462
  */
37463
- content_value_defined_date?: Record<string, never>;
37463
+ content_value_defined_date?: string;
37464
37464
  /** @description The residence contains valuable items */
37465
37465
  contains_valuable_items?: components["schemas"]["VALUABLE_ITEM"][];
37466
37466
  /**
@@ -37632,7 +37632,7 @@ interface components {
37632
37632
  * date
37633
37633
  * Format: date
37634
37634
  */
37635
- solar_panels_are_scope_12_inspection_date?: Record<string, never>;
37635
+ solar_panels_are_scope_12_inspection_date?: string;
37636
37636
  /** Solar Panels Are Scope 12 Inspection Passed */
37637
37637
  solar_panels_are_scope_12_inspection_passed?: boolean;
37638
37638
  /** Solar Panels Are Scope 12 Inspection Defects Rectified */
@@ -37708,12 +37708,12 @@ interface components {
37708
37708
  * date
37709
37709
  * Format: date
37710
37710
  */
37711
- multi_year_maintenance_plan_date?: Record<string, never>;
37711
+ multi_year_maintenance_plan_date?: string;
37712
37712
  /**
37713
37713
  * date
37714
37714
  * Format: date
37715
37715
  */
37716
- last_major_maintenance_date?: Record<string, never>;
37716
+ last_major_maintenance_date?: string;
37717
37717
  /** Any Greening Measures Taken */
37718
37718
  any_greening_measures_taken?: boolean;
37719
37719
  /** Greening Measures Taken */
@@ -37728,12 +37728,12 @@ interface components {
37728
37728
  * date
37729
37729
  * Format: date
37730
37730
  */
37731
- estimation_date?: Record<string, never>;
37731
+ estimation_date?: string;
37732
37732
  /**
37733
37733
  * date
37734
37734
  * Format: date
37735
37735
  */
37736
- taxation_date?: Record<string, never>;
37736
+ taxation_date?: string;
37737
37737
  /** Installations Inspection Defects Rectified */
37738
37738
  installations_inspection_defects_rectified?: boolean;
37739
37739
  /** Installations Inspection Defects Description */
@@ -37842,7 +37842,7 @@ interface components {
37842
37842
  * Format: date
37843
37843
  * @description The date at which the vehicle was registered.
37844
37844
  */
37845
- registration_first?: Record<string, never>;
37845
+ registration_first?: string;
37846
37846
  /**
37847
37847
  * Drivers
37848
37848
  * @description A list of the vehicle's registered Drivers.
@@ -37937,7 +37937,7 @@ interface components {
37937
37937
  * Format: date
37938
37938
  * @description The last (most recent) registration date.
37939
37939
  */
37940
- registration_last?: Record<string, never>;
37940
+ registration_last?: string;
37941
37941
  /**
37942
37942
  * Invoice Value
37943
37943
  * @description The invoice value of the vehicle (excluding vat).
@@ -37986,7 +37986,7 @@ interface components {
37986
37986
  * date
37987
37987
  * Format: date
37988
37988
  */
37989
- purchase_date?: Record<string, never>;
37989
+ purchase_date?: string;
37990
37990
  /** Is Or Will Be Registered */
37991
37991
  is_or_will_be_registered?: boolean;
37992
37992
  /**
@@ -38253,18 +38253,18 @@ interface components {
38253
38253
  * Format: date
38254
38254
  * @description The date at which the vehicle was registered.
38255
38255
  */
38256
- registration_first?: Record<string, never>;
38256
+ registration_first?: string;
38257
38257
  /**
38258
38258
  * date
38259
38259
  * Format: date
38260
38260
  * @description The last (most recent) registration date.
38261
38261
  */
38262
- registration_last?: Record<string, never>;
38262
+ registration_last?: string;
38263
38263
  /**
38264
38264
  * date
38265
38265
  * Format: date
38266
38266
  */
38267
- purchase_date?: Record<string, never>;
38267
+ purchase_date?: string;
38268
38268
  /**
38269
38269
  * Invoice Value
38270
38270
  * @description The invoice value of the vehicle (excluding vat).
@@ -38383,18 +38383,18 @@ interface components {
38383
38383
  * Format: date
38384
38384
  * @description The date at which the vehicle was registered.
38385
38385
  */
38386
- registration_first?: Record<string, never>;
38386
+ registration_first?: string;
38387
38387
  /**
38388
38388
  * date
38389
38389
  * Format: date
38390
38390
  * @description The last (most recent) registration date.
38391
38391
  */
38392
- registration_last?: Record<string, never>;
38392
+ registration_last?: string;
38393
38393
  /**
38394
38394
  * date
38395
38395
  * Format: date
38396
38396
  */
38397
- purchase_date?: Record<string, never>;
38397
+ purchase_date?: string;
38398
38398
  /**
38399
38399
  * Invoice Value
38400
38400
  * @description The invoice value of the vehicle (excluding vat).
@@ -38859,7 +38859,7 @@ interface components {
38859
38859
  * Format: date
38860
38860
  * @example 2019-12-10T22:45:18.965458
38861
38861
  */
38862
- purchase_date?: Record<string, never>;
38862
+ purchase_date?: string;
38863
38863
  /**
38864
38864
  * Used By Others
38865
38865
  * @description The bicycle is regularly used by people other than the owner.
@@ -38890,7 +38890,7 @@ interface components {
38890
38890
  * date
38891
38891
  * Format: date
38892
38892
  */
38893
- invoice_date?: Record<string, never>;
38893
+ invoice_date?: string;
38894
38894
  /** Lock Number */
38895
38895
  lock_number?: string;
38896
38896
  /** Number Plate */
@@ -39008,7 +39008,7 @@ interface components {
39008
39008
  * date
39009
39009
  * Format: date
39010
39010
  */
39011
- birth?: Record<string, never>;
39011
+ birth?: string;
39012
39012
  gender?: components["schemas"]["GENDER"];
39013
39013
  /** National Register Nr */
39014
39014
  national_register_nr?: string;
@@ -39053,19 +39053,19 @@ interface components {
39053
39053
  * date
39054
39054
  * Format: date
39055
39055
  */
39056
- identity_card_expiration_date?: Record<string, never>;
39056
+ identity_card_expiration_date?: string;
39057
39057
  /** Driver License Number */
39058
39058
  driver_license_number?: string;
39059
39059
  /**
39060
39060
  * date
39061
39061
  * Format: date
39062
39062
  */
39063
- driver_license_expiration_date?: Record<string, never>;
39063
+ driver_license_expiration_date?: string;
39064
39064
  /**
39065
39065
  * date
39066
39066
  * Format: date
39067
39067
  */
39068
- issue_license_date?: Record<string, never>;
39068
+ issue_license_date?: string;
39069
39069
  preferences?: components["schemas"]["wg_py_models__domain__insurance___components__prospect__PartyPreferencesQueryModel"];
39070
39070
  logo?: components["schemas"]["wg_py_models__smt__read__prospect__PartyLogoQueryModel"];
39071
39071
  /** Amount Of Leads */
@@ -39165,7 +39165,7 @@ interface components {
39165
39165
  * date
39166
39166
  * Format: date
39167
39167
  */
39168
- founding_date?: Record<string, never>;
39168
+ founding_date?: string;
39169
39169
  legal_form?: components["schemas"]["LEGAL_FORM"];
39170
39170
  company_registration?: components["schemas"]["wg_py_models__domain__wegroup__complex__CompanyRegistration"];
39171
39171
  /**
@@ -39182,7 +39182,7 @@ interface components {
39182
39182
  * date
39183
39183
  * Format: date
39184
39184
  */
39185
- end_date?: Record<string, never>;
39185
+ end_date?: string;
39186
39186
  /** Commercial Name */
39187
39187
  commercial_name?: string;
39188
39188
  /** Website */
@@ -39499,13 +39499,13 @@ interface components {
39499
39499
  * Format: date
39500
39500
  * @description Start date.
39501
39501
  */
39502
- start_date: Record<string, never>;
39502
+ start_date: string;
39503
39503
  /**
39504
39504
  * date
39505
39505
  * Format: date
39506
39506
  * @description End date.
39507
39507
  */
39508
- end_date?: Record<string, never>;
39508
+ end_date?: string;
39509
39509
  /**
39510
39510
  * Acknowledgements
39511
39511
  * @default []
@@ -39642,7 +39642,7 @@ interface components {
39642
39642
  * date
39643
39643
  * Format: date
39644
39644
  */
39645
- main_expiry_date?: Record<string, never>;
39645
+ main_expiry_date?: string;
39646
39646
  /** Current Policy Nr */
39647
39647
  current_policy_nr: string;
39648
39648
  notice_type: components["schemas"]["INSURANCE_TERMINATION_REASON_TYPE"];
@@ -39980,12 +39980,12 @@ interface components {
39980
39980
  * date without year
39981
39981
  * @description 'MM-DD' format. Other formats are supported as well but are transformed to MM=DD.
39982
39982
  */
39983
- due_date?: Record<string, never>;
39983
+ due_date?: string;
39984
39984
  /**
39985
39985
  * date
39986
39986
  * Format: date
39987
39987
  */
39988
- start_date?: Record<string, never>;
39988
+ start_date?: string;
39989
39989
  /** Coverages */
39990
39990
  coverages?: components["schemas"]["CoverageCmd"][];
39991
39991
  /** Clauses */
@@ -40565,7 +40565,7 @@ interface components {
40565
40565
  * date
40566
40566
  * Format: date
40567
40567
  */
40568
- registration_first?: Record<string, never>;
40568
+ registration_first?: string;
40569
40569
  /**
40570
40570
  * Drivers
40571
40571
  * @default []
@@ -40606,7 +40606,7 @@ interface components {
40606
40606
  * date
40607
40607
  * Format: date
40608
40608
  */
40609
- registration_last?: Record<string, never>;
40609
+ registration_last?: string;
40610
40610
  /** Invoice Value */
40611
40611
  invoice_value?: number;
40612
40612
  /**
@@ -40682,7 +40682,7 @@ interface components {
40682
40682
  * date
40683
40683
  * Format: date
40684
40684
  */
40685
- purchase_date?: Record<string, never>;
40685
+ purchase_date?: string;
40686
40686
  /** Is Or Will Be Registered */
40687
40687
  is_or_will_be_registered?: boolean;
40688
40688
  /**
@@ -40883,7 +40883,7 @@ interface components {
40883
40883
  * date
40884
40884
  * Format: date
40885
40885
  */
40886
- birth?: Record<string, never>;
40886
+ birth?: string;
40887
40887
  /** @description The driver's gender. */
40888
40888
  gender?: components["schemas"]["GENDER"];
40889
40889
  /** @description The driver's native language. */
@@ -40893,7 +40893,7 @@ interface components {
40893
40893
  * Format: date
40894
40894
  * @description The date at which the license was issued.
40895
40895
  */
40896
- issue_license_date?: Record<string, never>;
40896
+ issue_license_date?: string;
40897
40897
  issue_license_country?: components["schemas"]["COUNTRY_CODES"];
40898
40898
  /**
40899
40899
  * Accident Statement
@@ -40959,7 +40959,7 @@ interface components {
40959
40959
  * date
40960
40960
  * Format: date
40961
40961
  */
40962
- registered_owner_since?: Record<string, never>;
40962
+ registered_owner_since?: string;
40963
40963
  claim_free_years?: components["schemas"]["CLAIM_FREE_YEARS"];
40964
40964
  /**
40965
40965
  * Claim Scale Nl
@@ -40970,7 +40970,7 @@ interface components {
40970
40970
  * date
40971
40971
  * Format: date
40972
40972
  */
40973
- first_insurance_date_of_a_car?: Record<string, never>;
40973
+ first_insurance_date_of_a_car?: string;
40974
40974
  /** Has Already Been Insured For A Car */
40975
40975
  has_already_been_insured_for_a_car?: boolean;
40976
40976
  /**
@@ -41040,7 +41040,7 @@ interface components {
41040
41040
  * @description When was the residence built.
41041
41041
  * @example 1970-01-91
41042
41042
  */
41043
- built_date?: Record<string, never>;
41043
+ built_date?: string;
41044
41044
  /**
41045
41045
  * Has Underfloor Heating
41046
41046
  * @description Does the house have underfloor heating?
@@ -41190,7 +41190,7 @@ interface components {
41190
41190
  * Format: date
41191
41191
  * @description The date on which the content value is determined
41192
41192
  */
41193
- content_value_defined_date?: Record<string, never>;
41193
+ content_value_defined_date?: string;
41194
41194
  contains_valuable_items?: components["schemas"]["VALUABLE_ITEM"][];
41195
41195
  /** Valuable Items Estimated Value */
41196
41196
  valuable_items_estimated_value?: number;
@@ -41325,7 +41325,7 @@ interface components {
41325
41325
  * date
41326
41326
  * Format: date
41327
41327
  */
41328
- solar_panels_are_scope_12_inspection_date?: Record<string, never>;
41328
+ solar_panels_are_scope_12_inspection_date?: string;
41329
41329
  /** Solar Panels Are Scope 12 Inspection Passed */
41330
41330
  solar_panels_are_scope_12_inspection_passed?: boolean;
41331
41331
  /** Solar Panels Are Scope 12 Inspection Defects Rectified */
@@ -41400,12 +41400,12 @@ interface components {
41400
41400
  * date
41401
41401
  * Format: date
41402
41402
  */
41403
- multi_year_maintenance_plan_date?: Record<string, never>;
41403
+ multi_year_maintenance_plan_date?: string;
41404
41404
  /**
41405
41405
  * date
41406
41406
  * Format: date
41407
41407
  */
41408
- last_major_maintenance_date?: Record<string, never>;
41408
+ last_major_maintenance_date?: string;
41409
41409
  /** Any Greening Measures Taken */
41410
41410
  any_greening_measures_taken?: boolean;
41411
41411
  /** Greening Measures Taken */
@@ -41420,12 +41420,12 @@ interface components {
41420
41420
  * date
41421
41421
  * Format: date
41422
41422
  */
41423
- estimation_date?: Record<string, never>;
41423
+ estimation_date?: string;
41424
41424
  /**
41425
41425
  * date
41426
41426
  * Format: date
41427
41427
  */
41428
- taxation_date?: Record<string, never>;
41428
+ taxation_date?: string;
41429
41429
  /** Installations Inspection Defects Rectified */
41430
41430
  installations_inspection_defects_rectified?: boolean;
41431
41431
  /** Installations Inspection Defects Description */
@@ -41546,7 +41546,7 @@ interface components {
41546
41546
  * Format: date
41547
41547
  * @description Date of birth.
41548
41548
  */
41549
- birth?: Record<string, never>;
41549
+ birth?: string;
41550
41550
  /**
41551
41551
  * Beneficiaries
41552
41552
  * @description List of beneficiaries.
@@ -41598,7 +41598,7 @@ interface components {
41598
41598
  * date
41599
41599
  * Format: date
41600
41600
  */
41601
- birth?: Record<string, never>;
41601
+ birth?: string;
41602
41602
  /**
41603
41603
  * Telephonenr
41604
41604
  * @description The person's telephone number.
@@ -41685,7 +41685,7 @@ interface components {
41685
41685
  * Format: date
41686
41686
  * @description The date at which the vehicle was registered.
41687
41687
  */
41688
- registration_first?: Record<string, never>;
41688
+ registration_first?: string;
41689
41689
  /**
41690
41690
  * Drivers
41691
41691
  * @default []
@@ -41755,7 +41755,7 @@ interface components {
41755
41755
  * Format: date
41756
41756
  * @description The last (most recent) registration date.
41757
41757
  */
41758
- registration_last?: Record<string, never>;
41758
+ registration_last?: string;
41759
41759
  /**
41760
41760
  * Invoice Value
41761
41761
  * @description The invoice value of the vehicle (excluding vat).
@@ -41800,7 +41800,7 @@ interface components {
41800
41800
  * date
41801
41801
  * Format: date
41802
41802
  */
41803
- purchase_date?: Record<string, never>;
41803
+ purchase_date?: string;
41804
41804
  /** Is Or Will Be Registered */
41805
41805
  is_or_will_be_registered?: boolean;
41806
41806
  /**
@@ -42252,7 +42252,7 @@ interface components {
42252
42252
  * date
42253
42253
  * Format: date
42254
42254
  */
42255
- inventory_taxation_date?: Record<string, never>;
42255
+ inventory_taxation_date?: string;
42256
42256
  /** Any Inventory Changes After Evaluation */
42257
42257
  any_inventory_changes_after_evaluation?: boolean;
42258
42258
  /** Estimated Value Of Changes Or Investments After Evaluation For Inventory */
@@ -42406,7 +42406,7 @@ interface components {
42406
42406
  * date
42407
42407
  * Format: date
42408
42408
  */
42409
- general_terms_and_conditions_legally_checked_date?: Record<string, never>;
42409
+ general_terms_and_conditions_legally_checked_date?: string;
42410
42410
  /** Near Future Events */
42411
42411
  near_future_events?: string[];
42412
42412
  /** Near Future Event Description */
@@ -42479,7 +42479,7 @@ interface components {
42479
42479
  * date
42480
42480
  * Format: date
42481
42481
  */
42482
- prefered_follow_up_appointment?: Record<string, never>;
42482
+ prefered_follow_up_appointment?: string;
42483
42483
  /** Employees Earning More Than Legal Max Insure */
42484
42484
  employees_earning_more_than_legal_max_insure?: boolean;
42485
42485
  /** Produces Goods */
@@ -42570,7 +42570,7 @@ interface components {
42570
42570
  * date
42571
42571
  * Format: date
42572
42572
  */
42573
- partner_birth?: Record<string, never>;
42573
+ partner_birth?: string;
42574
42574
  partner_gender?: components["schemas"]["GENDER"];
42575
42575
  /** Is Member Of Techniek Nederland */
42576
42576
  is_member_of_techniek_nederland?: boolean;
@@ -43134,17 +43134,17 @@ interface components {
43134
43134
  * date
43135
43135
  * Format: date
43136
43136
  */
43137
- identity_card_issue_date?: Record<string, never>;
43137
+ identity_card_issue_date?: string;
43138
43138
  /**
43139
43139
  * date
43140
43140
  * Format: date
43141
43141
  */
43142
- last_physical_conversation?: Record<string, never>;
43142
+ last_physical_conversation?: string;
43143
43143
  /**
43144
43144
  * date
43145
43145
  * Format: date
43146
43146
  */
43147
- last_phone_or_digital_conversation?: Record<string, never>;
43147
+ last_phone_or_digital_conversation?: string;
43148
43148
  /** Was Refused Insurance Description */
43149
43149
  was_refused_insurance_description?: string;
43150
43150
  /** Has Known Risks Description */
@@ -43268,7 +43268,7 @@ interface components {
43268
43268
  * @description The prospect's bith date.
43269
43269
  * @example 2019-12-10T22:45:18.965458
43270
43270
  */
43271
- birth?: Record<string, never>;
43271
+ birth?: string;
43272
43272
  /** Birth Place */
43273
43273
  birth_place?: string;
43274
43274
  /** @description The prospect's gender. */
@@ -43297,7 +43297,7 @@ interface components {
43297
43297
  * date
43298
43298
  * Format: date
43299
43299
  */
43300
- identity_card_expiration_date?: Record<string, never>;
43300
+ identity_card_expiration_date?: string;
43301
43301
  driver_license_type?: components["schemas"]["DRIVER_LICENSE_TYPE"];
43302
43302
  driver_license_code?: components["schemas"]["DRIVER_LICENSE_CODE"];
43303
43303
  /** Driver License Number */
@@ -43306,12 +43306,12 @@ interface components {
43306
43306
  * date
43307
43307
  * Format: date
43308
43308
  */
43309
- driver_license_expiration_date?: Record<string, never>;
43309
+ driver_license_expiration_date?: string;
43310
43310
  /**
43311
43311
  * date
43312
43312
  * Format: date
43313
43313
  */
43314
- issue_license_date?: Record<string, never>;
43314
+ issue_license_date?: string;
43315
43315
  issue_license_country?: components["schemas"]["COUNTRY_CODES"];
43316
43316
  accident_statement?: components["schemas"]["AccidentStatement"];
43317
43317
  /** Number Of Accidents Last Five Years */
@@ -43362,7 +43362,7 @@ interface components {
43362
43362
  * date
43363
43363
  * Format: date
43364
43364
  */
43365
- registered_owner_since?: Record<string, never>;
43365
+ registered_owner_since?: string;
43366
43366
  claim_free_years?: components["schemas"]["CLAIM_FREE_YEARS"];
43367
43367
  /** Claim Scale Nl */
43368
43368
  claim_scale_nl?: number;
@@ -43370,7 +43370,7 @@ interface components {
43370
43370
  * date
43371
43371
  * Format: date
43372
43372
  */
43373
- first_insurance_date_of_a_car?: Record<string, never>;
43373
+ first_insurance_date_of_a_car?: string;
43374
43374
  /** Has Already Been Insured For A Car */
43375
43375
  has_already_been_insured_for_a_car?: boolean;
43376
43376
  /** Safety Course Completed */
@@ -43710,7 +43710,7 @@ interface components {
43710
43710
  * date
43711
43711
  * Format: date
43712
43712
  */
43713
- purchase_date?: Record<string, never>;
43713
+ purchase_date?: string;
43714
43714
  /** Used By Others */
43715
43715
  used_by_others?: boolean;
43716
43716
  /** Taxation Value */
@@ -43747,7 +43747,7 @@ interface components {
43747
43747
  * date
43748
43748
  * Format: date
43749
43749
  */
43750
- invoice_date?: Record<string, never>;
43750
+ invoice_date?: string;
43751
43751
  /** Lock Number */
43752
43752
  lock_number?: string;
43753
43753
  /** Number Plate */
@@ -43822,17 +43822,17 @@ interface components {
43822
43822
  * date
43823
43823
  * Format: date
43824
43824
  */
43825
- registration_first?: Record<string, never>;
43825
+ registration_first?: string;
43826
43826
  /**
43827
43827
  * date
43828
43828
  * Format: date
43829
43829
  */
43830
- registration_last?: Record<string, never>;
43830
+ registration_last?: string;
43831
43831
  /**
43832
43832
  * date
43833
43833
  * Format: date
43834
43834
  */
43835
- purchase_date?: Record<string, never>;
43835
+ purchase_date?: string;
43836
43836
  /** Invoice Value */
43837
43837
  invoice_value?: number;
43838
43838
  /** Insured Value Excl Vat */
@@ -43933,17 +43933,17 @@ interface components {
43933
43933
  * date
43934
43934
  * Format: date
43935
43935
  */
43936
- registration_first?: Record<string, never>;
43936
+ registration_first?: string;
43937
43937
  /**
43938
43938
  * date
43939
43939
  * Format: date
43940
43940
  */
43941
- registration_last?: Record<string, never>;
43941
+ registration_last?: string;
43942
43942
  /**
43943
43943
  * date
43944
43944
  * Format: date
43945
43945
  */
43946
- purchase_date?: Record<string, never>;
43946
+ purchase_date?: string;
43947
43947
  /** Invoice Value */
43948
43948
  invoice_value?: number;
43949
43949
  /** Insured Value Excl Vat */
@@ -44236,7 +44236,7 @@ interface components {
44236
44236
  * date
44237
44237
  * Format: date
44238
44238
  */
44239
- registration_first?: Record<string, never>;
44239
+ registration_first?: string;
44240
44240
  /** Is Old Timer */
44241
44241
  is_old_timer?: boolean;
44242
44242
  /** Vat Rate */
@@ -44738,7 +44738,7 @@ interface components {
44738
44738
  * date
44739
44739
  * Format: date
44740
44740
  */
44741
- inventory_taxation_date?: Record<string, never>;
44741
+ inventory_taxation_date?: string;
44742
44742
  /** Any Inventory Changes After Evaluation */
44743
44743
  any_inventory_changes_after_evaluation?: boolean;
44744
44744
  /** Estimated Value Of Changes Or Investments After Evaluation For Inventory */
@@ -44892,7 +44892,7 @@ interface components {
44892
44892
  * date
44893
44893
  * Format: date
44894
44894
  */
44895
- general_terms_and_conditions_legally_checked_date?: Record<string, never>;
44895
+ general_terms_and_conditions_legally_checked_date?: string;
44896
44896
  /** Near Future Events */
44897
44897
  near_future_events?: string[];
44898
44898
  /** Near Future Event Description */
@@ -44965,7 +44965,7 @@ interface components {
44965
44965
  * date
44966
44966
  * Format: date
44967
44967
  */
44968
- prefered_follow_up_appointment?: Record<string, never>;
44968
+ prefered_follow_up_appointment?: string;
44969
44969
  /** Employees Earning More Than Legal Max Insure */
44970
44970
  employees_earning_more_than_legal_max_insure?: boolean;
44971
44971
  /** Produces Goods */
@@ -45056,7 +45056,7 @@ interface components {
45056
45056
  * date
45057
45057
  * Format: date
45058
45058
  */
45059
- partner_birth?: Record<string, never>;
45059
+ partner_birth?: string;
45060
45060
  partner_gender?: components["schemas"]["GENDER"];
45061
45061
  /** Is Member Of Techniek Nederland */
45062
45062
  is_member_of_techniek_nederland?: boolean;
@@ -45620,17 +45620,17 @@ interface components {
45620
45620
  * date
45621
45621
  * Format: date
45622
45622
  */
45623
- identity_card_issue_date?: Record<string, never>;
45623
+ identity_card_issue_date?: string;
45624
45624
  /**
45625
45625
  * date
45626
45626
  * Format: date
45627
45627
  */
45628
- last_physical_conversation?: Record<string, never>;
45628
+ last_physical_conversation?: string;
45629
45629
  /**
45630
45630
  * date
45631
45631
  * Format: date
45632
45632
  */
45633
- last_phone_or_digital_conversation?: Record<string, never>;
45633
+ last_phone_or_digital_conversation?: string;
45634
45634
  /** Was Refused Insurance Description */
45635
45635
  was_refused_insurance_description?: string;
45636
45636
  /** Has Known Risks Description */
@@ -45754,7 +45754,7 @@ interface components {
45754
45754
  * @description The prospect's bith date.
45755
45755
  * @example 2019-12-10T22:45:18.965458
45756
45756
  */
45757
- birth?: Record<string, never>;
45757
+ birth?: string;
45758
45758
  /** Birth Place */
45759
45759
  birth_place?: string;
45760
45760
  /** @description The prospect's gender. */
@@ -45783,7 +45783,7 @@ interface components {
45783
45783
  * date
45784
45784
  * Format: date
45785
45785
  */
45786
- identity_card_expiration_date?: Record<string, never>;
45786
+ identity_card_expiration_date?: string;
45787
45787
  driver_license_type?: components["schemas"]["DRIVER_LICENSE_TYPE"];
45788
45788
  driver_license_code?: components["schemas"]["DRIVER_LICENSE_CODE"];
45789
45789
  /** Driver License Number */
@@ -45792,12 +45792,12 @@ interface components {
45792
45792
  * date
45793
45793
  * Format: date
45794
45794
  */
45795
- driver_license_expiration_date?: Record<string, never>;
45795
+ driver_license_expiration_date?: string;
45796
45796
  /**
45797
45797
  * date
45798
45798
  * Format: date
45799
45799
  */
45800
- issue_license_date?: Record<string, never>;
45800
+ issue_license_date?: string;
45801
45801
  issue_license_country?: components["schemas"]["COUNTRY_CODES"];
45802
45802
  accident_statement?: components["schemas"]["AccidentStatement"];
45803
45803
  /** Number Of Accidents Last Five Years */
@@ -45848,7 +45848,7 @@ interface components {
45848
45848
  * date
45849
45849
  * Format: date
45850
45850
  */
45851
- registered_owner_since?: Record<string, never>;
45851
+ registered_owner_since?: string;
45852
45852
  claim_free_years?: components["schemas"]["CLAIM_FREE_YEARS"];
45853
45853
  /** Claim Scale Nl */
45854
45854
  claim_scale_nl?: number;
@@ -45856,7 +45856,7 @@ interface components {
45856
45856
  * date
45857
45857
  * Format: date
45858
45858
  */
45859
- first_insurance_date_of_a_car?: Record<string, never>;
45859
+ first_insurance_date_of_a_car?: string;
45860
45860
  /** Has Already Been Insured For A Car */
45861
45861
  has_already_been_insured_for_a_car?: boolean;
45862
45862
  /** Safety Course Completed */
@@ -45955,13 +45955,13 @@ interface components {
45955
45955
  * date
45956
45956
  * Format: date
45957
45957
  */
45958
- founding_date?: Record<string, never>;
45958
+ founding_date?: string;
45959
45959
  legal_form?: components["schemas"]["LEGAL_FORM"];
45960
45960
  /**
45961
45961
  * date
45962
45962
  * Format: date
45963
45963
  */
45964
- end_date?: Record<string, never>;
45964
+ end_date?: string;
45965
45965
  /**
45966
45966
  * Commercial Name
45967
45967
  * @description The commercial name of the company
@@ -47263,7 +47263,7 @@ interface components {
47263
47263
  /**
47264
47264
  * PROFILEASE_LEASE_TYPE
47265
47265
  * @description An enumeration.
47266
- * @enum {unknown}
47266
+ * @enum {string}
47267
47267
  */
47268
47268
  PROFILEASE_LEASE_TYPE: "CAR" | "EQUIPMENT" | "MICROLEASE";
47269
47269
  /** MultiLeaseOfferQueryModel */
@@ -47348,7 +47348,7 @@ interface components {
47348
47348
  /**
47349
47349
  * LEASE_OFFER_TYPE
47350
47350
  * @description An enumeration.
47351
- * @enum {unknown}
47351
+ * @enum {string}
47352
47352
  */
47353
47353
  LEASE_OFFER_TYPE: "CAR" | "EQUIPMENT" | "MICROLEASE";
47354
47354
  /** LeaseOfferDocumentQueryModel */
@@ -47537,12 +47537,12 @@ interface components {
47537
47537
  * date
47538
47538
  * Format: date
47539
47539
  */
47540
- start_date: Record<string, never>;
47540
+ start_date: string;
47541
47541
  /**
47542
47542
  * date
47543
47543
  * Format: date
47544
47544
  */
47545
- end_date: Record<string, never>;
47545
+ end_date: string;
47546
47546
  risk_objects: components["schemas"]["app__views__models__risk_object__RiskObjects"];
47547
47547
  /** Amount Of Crm Exports */
47548
47548
  amount_of_crm_exports: number;
@@ -47589,7 +47589,7 @@ interface components {
47589
47589
  * date
47590
47590
  * Format: date
47591
47591
  */
47592
- commencement_date?: Record<string, never>;
47592
+ commencement_date?: string;
47593
47593
  prospect: components["schemas"]["PartyQueryModel"];
47594
47594
  /** @default ANNUAL */
47595
47595
  payment_spread: components["schemas"]["PAYMENT_INTERVAL"];
@@ -47706,12 +47706,12 @@ interface components {
47706
47706
  * date
47707
47707
  * Format: date
47708
47708
  */
47709
- commencement_date?: Record<string, never>;
47709
+ commencement_date?: string;
47710
47710
  /**
47711
47711
  * date
47712
47712
  * Format: date
47713
47713
  */
47714
- end_date?: Record<string, never>;
47714
+ end_date?: string;
47715
47715
  };
47716
47716
  /** Acknowledgement */
47717
47717
  app__views__models__offer__Acknowledgement: {
@@ -47936,7 +47936,7 @@ interface components {
47936
47936
  /**
47937
47937
  * CRM_EXPORT_TYPE
47938
47938
  * @description An enumeration.
47939
- * @enum {unknown}
47939
+ * @enum {string}
47940
47940
  */
47941
47941
  CRM_EXPORT_TYPE: "LEAD" | "TARIFICATION" | "NEW_CASE" | "ADDENDUM_MODIFICATION";
47942
47942
  /** InsuranceModuleExportQueryModel */
@@ -48006,7 +48006,7 @@ interface components {
48006
48006
  /**
48007
48007
  * PIA_CONTRACT_CONVERSION_STATUS
48008
48008
  * @description An enumeration.
48009
- * @enum {unknown}
48009
+ * @enum {string}
48010
48010
  */
48011
48011
  PIA_CONTRACT_CONVERSION_STATUS: "GENERATED" | "REJECTED" | "PENDING";
48012
48012
  /** OfferWarning */
@@ -48085,12 +48085,12 @@ interface components {
48085
48085
  * date
48086
48086
  * Format: date
48087
48087
  */
48088
- start_date: Record<string, never>;
48088
+ start_date: string;
48089
48089
  /**
48090
48090
  * date
48091
48091
  * Format: date
48092
48092
  */
48093
- end_date: Record<string, never>;
48093
+ end_date: string;
48094
48094
  /** Has Been Converted To Contract */
48095
48095
  has_been_converted_to_contract: boolean;
48096
48096
  insurance: components["schemas"]["InsuranceExtended"];
@@ -48306,7 +48306,7 @@ interface components {
48306
48306
  * Format: date
48307
48307
  * @description End date.
48308
48308
  */
48309
- end_date?: Record<string, never>;
48309
+ end_date?: string;
48310
48310
  /**
48311
48311
  * Risk Object Revisions
48312
48312
  * @default {
@@ -48335,7 +48335,7 @@ interface components {
48335
48335
  * Format: date
48336
48336
  * @description date of the actual policy when offer is closed.
48337
48337
  */
48338
- commencement_date: Record<string, never>;
48338
+ commencement_date: string;
48339
48339
  /**
48340
48340
  * Send Mail To Prospect
48341
48341
  * @default false
@@ -48645,7 +48645,7 @@ interface components {
48645
48645
  * @description ISO 8601 date
48646
48646
  * @example 1970-01-01
48647
48647
  */
48648
- due_date?: Record<string, never>;
48648
+ due_date?: string;
48649
48649
  /**
48650
48650
  * Assigned To
48651
48651
  * @description Get assigned_to list from employee search API
@@ -49558,12 +49558,12 @@ interface components {
49558
49558
  * date without year
49559
49559
  * @description 'MM-DD' format. Other formats are supported as well but are transformed to MM=DD.
49560
49560
  */
49561
- due_date?: Record<string, never>;
49561
+ due_date?: string;
49562
49562
  /**
49563
49563
  * date
49564
49564
  * Format: date
49565
49565
  */
49566
- start_date?: Record<string, never>;
49566
+ start_date?: string;
49567
49567
  /** Coverages */
49568
49568
  coverages?: components["schemas"]["CoverageCmd"][];
49569
49569
  /** Clauses */
@@ -49768,7 +49768,7 @@ interface components {
49768
49768
  /**
49769
49769
  * REPORT_REVISION_STATUS_SUBSET
49770
49770
  * @description An enumeration.
49771
- * @enum {unknown}
49771
+ * @enum {string}
49772
49772
  */
49773
49773
  REPORT_REVISION_STATUS_SUBSET: "CLOSED" | "UPDATE_REQUESTED";
49774
49774
  /** add_insurance_product_clauses_to_advisory_report_revision_params */
@@ -50034,12 +50034,12 @@ interface components {
50034
50034
  * date without year
50035
50035
  * @description 'MM-DD' format. Other formats are supported as well but are transformed to MM=DD.
50036
50036
  */
50037
- due_date?: Record<string, never>;
50037
+ due_date?: string;
50038
50038
  /**
50039
50039
  * date
50040
50040
  * Format: date
50041
50041
  */
50042
- start_date?: Record<string, never>;
50042
+ start_date?: string;
50043
50043
  /** Anva Collection Method Code */
50044
50044
  anva_collection_method_code?: number;
50045
50045
  /** Anva Package Code */
@@ -50244,12 +50244,16 @@ interface components {
50244
50244
  * Descriptions
50245
50245
  * @description Localizations representing the descriptions of the risk domain.
50246
50246
  */
50247
- descriptions?: Record<string, never>;
50247
+ descriptions?: {
50248
+ [key: string]: string;
50249
+ };
50248
50250
  /**
50249
50251
  * Names
50250
50252
  * @description Localizations representing the names of the risk domain.
50251
50253
  */
50252
- names?: Record<string, never>;
50254
+ names?: {
50255
+ [key: string]: string;
50256
+ };
50253
50257
  /** Default Commission Percentage */
50254
50258
  default_commission_percentage?: number;
50255
50259
  };
@@ -50325,12 +50329,16 @@ interface components {
50325
50329
  * Descriptions
50326
50330
  * @description Localizations representing the new descriptions of the risk domain.
50327
50331
  */
50328
- descriptions?: Record<string, never>;
50332
+ descriptions?: {
50333
+ [key: string]: string;
50334
+ };
50329
50335
  /**
50330
50336
  * Names
50331
50337
  * @description Localizations representing the new names of the risk domain.
50332
50338
  */
50333
- names?: Record<string, never>;
50339
+ names?: {
50340
+ [key: string]: string;
50341
+ };
50334
50342
  };
50335
50343
  /** InsuranceProductsQueryModel */
50336
50344
  InsuranceProductsQueryModel: {
@@ -50414,12 +50422,12 @@ interface components {
50414
50422
  * date
50415
50423
  * Format: date
50416
50424
  */
50417
- end_date?: Record<string, never>;
50425
+ end_date?: string;
50418
50426
  /**
50419
50427
  * date
50420
50428
  * Format: date
50421
50429
  */
50422
- start_date?: Record<string, never>;
50430
+ start_date?: string;
50423
50431
  theme: components["schemas"]["Theme"];
50424
50432
  /** Logo */
50425
50433
  logo?: string;
@@ -50702,12 +50710,12 @@ interface components {
50702
50710
  * date
50703
50711
  * Format: date
50704
50712
  */
50705
- end_date?: Record<string, never>;
50713
+ end_date?: string;
50706
50714
  /**
50707
50715
  * date
50708
50716
  * Format: date
50709
50717
  */
50710
- start_date?: Record<string, never>;
50718
+ start_date?: string;
50711
50719
  theme?: components["schemas"]["Theme"];
50712
50720
  /** Logo */
50713
50721
  logo?: string;
@@ -50862,12 +50870,12 @@ interface components {
50862
50870
  * date
50863
50871
  * Format: date
50864
50872
  */
50865
- start_date?: Record<string, never>;
50873
+ start_date?: string;
50866
50874
  /**
50867
50875
  * date
50868
50876
  * Format: date
50869
50877
  */
50870
- end_date?: Record<string, never>;
50878
+ end_date?: string;
50871
50879
  /** Google Analytics Tracking Id */
50872
50880
  google_analytics_tracking_id?: string;
50873
50881
  /** Google Tag Manager Id */
@@ -51101,12 +51109,12 @@ interface components {
51101
51109
  * date
51102
51110
  * Format: date
51103
51111
  */
51104
- end_date?: Record<string, never>;
51112
+ end_date?: string;
51105
51113
  /**
51106
51114
  * date
51107
51115
  * Format: date
51108
51116
  */
51109
- start_date?: Record<string, never>;
51117
+ start_date?: string;
51110
51118
  /**
51111
51119
  * Assigned To
51112
51120
  * Format: uuid
@@ -51579,7 +51587,7 @@ interface components {
51579
51587
  /**
51580
51588
  * DOCUMENT_STATUS
51581
51589
  * @description An enumeration.
51582
- * @enum {unknown}
51590
+ * @enum {string}
51583
51591
  */
51584
51592
  DOCUMENT_STATUS: "CREATED" | "GENERATED" | "SIGNED" | "REJECTED";
51585
51593
  /**
@@ -51972,6 +51980,11 @@ interface components {
51972
51980
  * @description Login token
51973
51981
  */
51974
51982
  login_token?: string;
51983
+ /**
51984
+ * Post Logout Redirect Uri
51985
+ * @description Optional post logout redirect uri
51986
+ */
51987
+ post_logout_redirect_uri?: string;
51975
51988
  };
51976
51989
  /** update_me_user_by_id_params */
51977
51990
  update_me_user_by_id_params: {
@@ -52331,13 +52344,13 @@ interface components {
52331
52344
  /**
52332
52345
  * FranchiseType
52333
52346
  * @description An enumeration.
52334
- * @enum {unknown}
52347
+ * @enum {string}
52335
52348
  */
52336
52349
  FranchiseType: "fixed" | "variable" | "percentage_on_compensation" | "percentage_on_car_value" | "percentage_on_car_value_own_risk" | "english" | "identity";
52337
52350
  /**
52338
52351
  * FranchiseLevel
52339
52352
  * @description An enumeration.
52340
- * @enum {unknown}
52353
+ * @enum {string}
52341
52354
  */
52342
52355
  FranchiseLevel: "LOW" | "MEDIUM" | "HIGH" | "ENGLISH";
52343
52356
  /** Localization */
@@ -52356,13 +52369,13 @@ interface components {
52356
52369
  /**
52357
52370
  * CURRENCY
52358
52371
  * @description An enumeration.
52359
- * @enum {unknown}
52372
+ * @enum {string}
52360
52373
  */
52361
52374
  CURRENCY: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLE" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VED" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XCG" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
52362
52375
  /**
52363
52376
  * PaymentIntervalLowerCaseValues
52364
52377
  * @description An enumeration.
52365
- * @enum {unknown}
52378
+ * @enum {string}
52366
52379
  */
52367
52380
  PaymentIntervalLowerCaseValues: "monthly" | "annual" | "quarterly" | "half_annual" | "once";
52368
52381
  /**
@@ -52397,7 +52410,7 @@ interface components {
52397
52410
  /**
52398
52411
  * HomeEvaluationType
52399
52412
  * @description An enumeration.
52400
- * @enum {unknown}
52413
+ * @enum {string}
52401
52414
  */
52402
52415
  HomeEvaluationType: "LOCATION_SYSTEM" | "FIRST_RISK" | "PROPORTIONALITY_RULE" | "OTHER_COMPANY" | "X20_ANNUAL_RENT" | "EXPERTISE_BALOISE" | "EXPERTISE_GUDRUN" | "EXPERTISE_AXIOS" | "ITEM_LIMIT" | "OTHER";
52403
52416
  /**
@@ -53070,7 +53083,7 @@ interface components {
53070
53083
  /**
53071
53084
  * Quote Specifications
53072
53085
  * @default {
53073
- * "contract_commencement_date": "2026-01-13"
53086
+ * "contract_commencement_date": "2026-01-15"
53074
53087
  * }
53075
53088
  */
53076
53089
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -55657,7 +55670,7 @@ interface components {
55657
55670
  /**
55658
55671
  * QUOTE_STATUS
55659
55672
  * @description An enumeration.
55660
- * @enum {unknown}
55673
+ * @enum {string}
55661
55674
  */
55662
55675
  QUOTE_STATUS: "PENDING" | "IN_PROGRESS" | "SUCCESS" | "FAILED" | "NOT_ACCEPTED" | "CANCELLED";
55663
55676
  /** Pagination */
@@ -55816,13 +55829,13 @@ interface components {
55816
55829
  /**
55817
55830
  * AskaPackageChoice
55818
55831
  * @description An enumeration.
55819
- * @enum {unknown}
55832
+ * @enum {string}
55820
55833
  */
55821
55834
  AskaPackageChoice: "PACKAGE_I" | "PACKAGE_II" | "PACKAGE_III" | "PACKAGE_IV";
55822
55835
  /**
55823
55836
  * CitizensInsuredAmountAccidents
55824
55837
  * @description An enumeration.
55825
- * @enum {unknown}
55838
+ * @enum {string}
55826
55839
  */
55827
55840
  CitizensInsuredAmountAccidents: "PAI_1" | "PAI_2" | "PAI_3";
55828
55841
  /**
@@ -56085,7 +56098,7 @@ interface components {
56085
56098
  /**
56086
56099
  * PaymentMethod
56087
56100
  * @description An enumeration.
56088
- * @enum {unknown}
56101
+ * @enum {string}
56089
56102
  */
56090
56103
  PaymentMethod: "TRANSFER" | "DIRECT_DEBIT" | "NONE";
56091
56104
  /**
@@ -56169,13 +56182,13 @@ interface components {
56169
56182
  /**
56170
56183
  * CompanyRegistrationType
56171
56184
  * @description An enumeration.
56172
- * @enum {unknown}
56185
+ * @enum {string}
56173
56186
  */
56174
56187
  CompanyRegistrationType: "CBE" | "SIREN" | "SIRET" | "KVK" | "HRN" | "KVK_BQ" | "KVK_AW" | "KVK_SX" | "KVK_CW";
56175
56188
  /**
56176
56189
  * LegalForm
56177
56190
  * @description An enumeration.
56178
- * @enum {unknown}
56191
+ * @enum {string}
56179
56192
  */
56180
56193
  LegalForm: "VOF" | "GENERAL_PARTNERSHIP" | "BV" | "LIMITED_LIABILITY_COMPANY" | "NV" | "PUBLIC_LIMITED_LIABILITY_COMPANY" | "CV" | "LIMITED_PARTNERSHIP" | "COOPERATIVE_COMPANY" | "VZW" | "NON_PROFIT_ORGANISATION" | "IVZW" | "INTERNATIONAL_NON_PROFIT_ORGANISATION" | "ACTUAL" | "JOINT_OWNERSHIP" | "MARITAL_PROPERTY" | "SOLE_PROPRIETORSHIP" | "PARTNERSHIP" | "ASSOCIATION" | "FOUNDATION" | "OTHER" | "NONE";
56181
56194
  /** AppModelsPartyPartycompanybaseBookkeeper */
@@ -57147,7 +57160,7 @@ interface components {
57147
57160
  /**
57148
57161
  * CivilState
57149
57162
  * @description An enumeration.
57150
- * @enum {unknown}
57163
+ * @enum {string}
57151
57164
  */
57152
57165
  CivilState: "SINGLE" | "MARRIED" | "DIVORCED" | "WIDOWED" | "LEGALLY_COHABITING" | "SEPARATED" | "DE_FACTO_COHABITING";
57153
57166
  /** AppModelsPartyManagementFunction */
@@ -57180,19 +57193,19 @@ interface components {
57180
57193
  /**
57181
57194
  * FamilyStatus
57182
57195
  * @description An enumeration.
57183
- * @enum {unknown}
57196
+ * @enum {string}
57184
57197
  */
57185
57198
  FamilyStatus: "SINGLE_WITHOUT_CHILDREN" | "WITH_CHILDREN" | "COUPLE" | "COUPLE_WITH_CHILDREN" | "ELDERLY";
57186
57199
  /**
57187
57200
  * DriverLicenseType
57188
57201
  * @description An enumeration.
57189
- * @enum {unknown}
57202
+ * @enum {string}
57190
57203
  */
57191
57204
  DriverLicenseType: "PROVISIONAL" | "PROVISIONAL_CHILD_OWNER" | "DEFINITIVE" | "NO_LICENSE";
57192
57205
  /**
57193
57206
  * DriverLicenseCode
57194
57207
  * @description An enumeration.
57195
- * @enum {unknown}
57208
+ * @enum {string}
57196
57209
  */
57197
57210
  DriverLicenseCode: "A" | "A1" | "A2" | "B" | "BE" | "B1" | "C1" | "C1E" | "C" | "CE" | "D1" | "D1E" | "D" | "DE";
57198
57211
  /** AccidentStatement */
@@ -57244,25 +57257,25 @@ interface components {
57244
57257
  /**
57245
57258
  * LiabilityType
57246
57259
  * @description An enumeration.
57247
- * @enum {unknown}
57260
+ * @enum {string}
57248
57261
  */
57249
57262
  LiabilityType: "INSURED_IS_RESPONSIBLE" | "OPPOSITE_PARTY_IS_RESPONSIBLE" | "BOTH_ARE_RESPONSIBLE";
57250
57263
  /**
57251
57264
  * CarClaimType
57252
57265
  * @description An enumeration.
57253
- * @enum {unknown}
57266
+ * @enum {string}
57254
57267
  */
57255
57268
  CarClaimType: "ACCIDENT_OTHER_PARTIES_INVOLVED_ALL_KNOWN" | "ACCIDENT_OTHER_PARTIES_INVOLVED_SOME_KNOWN" | "ACCIDENT_NO_OTHER_PARTIES_INVOLVED" | "GLASS_BREAKAGE" | "VANDALISM" | "THEFT" | "BURGLARY" | "RESPONDING_FIRE" | "BREAKDOWN" | "NATURAL_DISASTER" | "COLLISION_WITH_WILD_ANIMALS" | "OTHER";
57256
57269
  /**
57257
57270
  * AccidentStatementType
57258
57271
  * @description An enumeration.
57259
- * @enum {unknown}
57272
+ * @enum {string}
57260
57273
  */
57261
57274
  AccidentStatementType: "CLIENT_DECLARATION" | "OFFICIAL_CERTIFICATE";
57262
57275
  /**
57263
57276
  * HomeToWorkDistance
57264
57277
  * @description An enumeration.
57265
- * @enum {unknown}
57278
+ * @enum {string}
57266
57279
  */
57267
57280
  HomeToWorkDistance: "LESS_THAN_15" | "BETWEEN_15_AND_25" | "BETWEEN_25_AND_50" | "MORE_THAN_50";
57268
57281
  /**
@@ -57332,7 +57345,7 @@ interface components {
57332
57345
  /**
57333
57346
  * BrandClub
57334
57347
  * @description An enumeration.
57335
- * @enum {unknown}
57348
+ * @enum {string}
57336
57349
  */
57337
57350
  BrandClub: "ASTON_MARTIN_CLUB" | "MASERATI_CLUB" | "FERRARI_CLUB_NL" | "FERRARI_OWNERS_CLUB" | "FEHAC_CLUB" | "OLDER_TIMER_CLUB" | "NONE";
57338
57351
  /** WgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured */
@@ -57351,7 +57364,7 @@ interface components {
57351
57364
  /**
57352
57365
  * ClaimFreeYears
57353
57366
  * @description An enumeration.
57354
- * @enum {unknown}
57367
+ * @enum {string}
57355
57368
  */
57356
57369
  ClaimFreeYears: "0" | "1" | "2" | "3" | "4" | "5+";
57357
57370
  /**
@@ -57404,13 +57417,13 @@ interface components {
57404
57417
  /**
57405
57418
  * ClaimCause
57406
57419
  * @description An enumeration.
57407
- * @enum {unknown}
57420
+ * @enum {string}
57408
57421
  */
57409
57422
  ClaimCause: "COLLISION_IN_FAULT" | "COLLISION_NOT_IN_FAULT" | "GLASS_BREAKAGE" | "THEFT_BURGLARY" | "OTHER";
57410
57423
  /**
57411
57424
  * ClaimLossAmount
57412
57425
  * @description An enumeration.
57413
- * @enum {unknown}
57426
+ * @enum {string}
57414
57427
  */
57415
57428
  ClaimLossAmount: "LESS_THAN_500" | "BETWEEN_500_AND_2000" | "BETWEEN_2000_AND_5000" | "BETWEEN_5000_AND_10000" | "MORE_THAN_10000";
57416
57429
  /**
@@ -57482,7 +57495,7 @@ interface components {
57482
57495
  /**
57483
57496
  * InsuranceTerminationReasonType
57484
57497
  * @description An enumeration.
57485
- * @enum {unknown}
57498
+ * @enum {string}
57486
57499
  */
57487
57500
  InsuranceTerminationReasonType: "PREMIUM_INCREASE" | "RISK_OBJECT_CHANGED" | "INSURANCE_CHANGED" | "INSURANCE_CHANGED_2_MONTHS" | "CONTRACT_TERMINATION";
57488
57501
  /**
@@ -62020,7 +62033,7 @@ interface components {
62020
62033
  /**
62021
62034
  * GUARANTEE_TAG
62022
62035
  * @description An enumeration.
62023
- * @enum {unknown}
62036
+ * @enum {string}
62024
62037
  */
62025
62038
  GUARANTEE_TAG: "CIVIL_LIABILITY" | "MINI_OMNIUM" | "OMNIUM" | "OMNIUM_XL" | "PASSENGERS" | "PASSENGER_INDEMNITY" | "PASSENGER_ACCIDENTS" | "DRIVER" | "ROAD_USER" | "BUILDING" | "CONTENT" | "VEHICLE" | "POOL" | "VEHICLE_AT_REST" | "GARDEN" | "WORK_AT_HOME" | "ALL_RISK" | "INDIRECT_LOSSES" | "CONSTRUCTION" | "FAMILY" | "FINANCIAL" | "BEREAVEMENT_CARE" | "FISCAL" | "PREMIUM" | "THEFT" | "LEGAL_ASSISTANCE" | "ASSISTANCE";
62026
62039
  /** Document */
@@ -62736,7 +62749,7 @@ interface components {
62736
62749
  /**
62737
62750
  * JOB_STATUS
62738
62751
  * @description An enumeration.
62739
- * @enum {unknown}
62752
+ * @enum {string}
62740
62753
  */
62741
62754
  JOB_STATUS: "QUEUED" | "SUCCEEDED" | "FAILED";
62742
62755
  /** generate_company_settings_about_us_params */
@@ -63896,7 +63909,7 @@ interface components {
63896
63909
  /**
63897
63910
  * JOB_RESULT_TYPE
63898
63911
  * @description An enumeration.
63899
- * @enum {unknown}
63912
+ * @enum {string}
63900
63913
  */
63901
63914
  JOB_RESULT_TYPE: "ERROR" | "ANVA_INSURANCE_POLICY_CALCULATION" | "ANVA_POLICY_PACKAGE_CALCULATION" | "ANVA_SEND_OFFERS" | "ANVA_SEND_CUSTOM_QUOTES" | "YELLOWHIVE_INSURANCE_POLICY_CALCULATION";
63902
63915
  /** AnvaQuote */
@@ -63929,7 +63942,7 @@ interface components {
63929
63942
  * date
63930
63943
  * Format: date
63931
63944
  */
63932
- start_date: Record<string, never>;
63945
+ start_date: string;
63933
63946
  /** Coverages */
63934
63947
  coverages: components["schemas"]["flows__models__anva__AnvaQuote__Coverage"][];
63935
63948
  /** Documents */
@@ -64072,7 +64085,7 @@ interface components {
64072
64085
  * date
64073
64086
  * Format: date
64074
64087
  */
64075
- start_date: Record<string, never>;
64088
+ start_date: string;
64076
64089
  /** Insured Value */
64077
64090
  insured_value?: number;
64078
64091
  /** Deductible */
@@ -64156,7 +64169,7 @@ interface components {
64156
64169
  * date
64157
64170
  * Format: date
64158
64171
  */
64159
- start_date?: Record<string, never>;
64172
+ start_date?: string;
64160
64173
  /** Quotes */
64161
64174
  quotes: components["schemas"]["AnvaQuote"][];
64162
64175
  /** Success */
@@ -64310,7 +64323,7 @@ interface components {
64310
64323
  /**
64311
64324
  * FLOW_SUB_TYPE
64312
64325
  * @description An enumeration.
64313
- * @enum {unknown}
64326
+ * @enum {string}
64314
64327
  */
64315
64328
  FLOW_SUB_TYPE: "ADVISORY" | "RISK_ANALYSIS_SHORT" | "BALOISE" | "EUROMEX" | "VILLASURE" | "DNA_YACHT" | "ALLCOVER_TWOWHEELER" | "ANVA" | "DIAS" | "YELLOWHIVE";
64316
64329
  /** RetrieveQuestionnaireResponse */
@@ -64360,7 +64373,7 @@ interface components {
64360
64373
  /**
64361
64374
  * CONDITION_TYPE
64362
64375
  * @description An enumeration.
64363
- * @enum {unknown}
64376
+ * @enum {string}
64364
64377
  */
64365
64378
  CONDITION_TYPE: "AND" | "OR";
64366
64379
  /** Condition */
@@ -64381,19 +64394,19 @@ interface components {
64381
64394
  /**
64382
64395
  * CONDITION_OPERATION
64383
64396
  * @description An enumeration.
64384
- * @enum {unknown}
64397
+ * @enum {string}
64385
64398
  */
64386
64399
  CONDITION_OPERATION: "EQ" | "IN" | "GE" | "GT" | "LE" | "LT" | "ANYSTARTSWITH";
64387
64400
  /**
64388
64401
  * CONDITION_CHECK_TYPE
64389
64402
  * @description An enumeration.
64390
- * @enum {unknown}
64403
+ * @enum {string}
64391
64404
  */
64392
64405
  CONDITION_CHECK_TYPE: "FIELD" | "LEN";
64393
64406
  /**
64394
64407
  * CONDITION_ACTION
64395
64408
  * @description An enumeration.
64396
- * @enum {unknown}
64409
+ * @enum {string}
64397
64410
  */
64398
64411
  CONDITION_ACTION: "DISPLAY" | "MANDATORY" | "OPTIONAL";
64399
64412
  /** RoleFilter */
@@ -64405,13 +64418,13 @@ interface components {
64405
64418
  /**
64406
64419
  * ROLE_FILTER_TYPE
64407
64420
  * @description An enumeration.
64408
- * @enum {unknown}
64421
+ * @enum {string}
64409
64422
  */
64410
64423
  ROLE_FILTER_TYPE: "EQ" | "NOT";
64411
64424
  /**
64412
64425
  * ENTITY_KEY
64413
64426
  * @description An enumeration.
64414
- * @enum {unknown}
64427
+ * @enum {string}
64415
64428
  */
64416
64429
  ENTITY_KEY: "COMPANY" | "CUSTOMER" | "ASSOCIATED_CUSTOMER" | "ASSOCIATED_COMPANY" | "ESTABLISHMENT" | "MANAGEMENT_ENTITY" | "BALANCE" | "SHAREHOLDER" | "INVENTORY" | "GOODS" | "ACTIVITY" | "INSURANCE_POLICY" | "EMPLOYEE" | "BUILDING" | "ANNEX" | "VEHICLE" | "DRIVER" | "CAR" | "OLDTIMER" | "LIGHT_TRUCK" | "TWO_WHEELER" | "MOTORCYCLE" | "MOPED" | "TRAILER" | "SEMI_TRAILER" | "TRUCK" | "CAMPER" | "CARAVAN" | "BICYCLE" | "DRONE" | "ELECTRONICS" | "AGRICULTURAL" | "CLAIM" | "BOAT" | "FAMILY" | "PARTY_GROUP" | "PARTY" | "LEGAL" | "MACHINERY" | "HOVERBOARD" | "SEGWAY" | "FLEET";
64417
64430
  /** Question */
@@ -64481,7 +64494,7 @@ interface components {
64481
64494
  /**
64482
64495
  * FIELD_OPERATION
64483
64496
  * @description An enumeration.
64484
- * @enum {unknown}
64497
+ * @enum {string}
64485
64498
  */
64486
64499
  FIELD_OPERATION: "EQ" | "IN" | "YYYY_TO_DATE" | "YYYY_TO_DATE_LAST_DAY" | "MAP" | "ANY" | "VALUE" | "UNIT_CONVERSION" | "TO_ARRAY";
64487
64500
  /** Rules */
@@ -64575,31 +64588,31 @@ interface components {
64575
64588
  /**
64576
64589
  * MIME_TYPE
64577
64590
  * @description An enumeration.
64578
- * @enum {unknown}
64591
+ * @enum {string}
64579
64592
  */
64580
64593
  MIME_TYPE: "image/png" | "image/jpeg" | "text/csv" | "text/html" | "application/json" | "application/pdf" | "text/plain" | "image/svg+xml" | "application/msword" | "audio/mpeg";
64581
64594
  /**
64582
64595
  * COMPANY_SEARCH_BY
64583
64596
  * @description An enumeration.
64584
- * @enum {unknown}
64597
+ * @enum {string}
64585
64598
  */
64586
64599
  COMPANY_SEARCH_BY: "ADDRESS" | "QUERY";
64587
64600
  /**
64588
64601
  * INPUT_TYPE
64589
64602
  * @description An enumeration.
64590
- * @enum {unknown}
64603
+ * @enum {string}
64591
64604
  */
64592
64605
  INPUT_TYPE: "INPUT" | "DATE" | "DATETIME" | "DAY_MONTH" | "PERCENTAGE" | "TELEPHONE_NUMBER" | "CURRENCY" | "MULTILINE" | "RICH_TEXT" | "SELECT" | "SELECT_DETAILED" | "MULTISELECT" | "MULTISELECT_DETAILED" | "MULTISELECT_SIMPLE" | "ICON_SELECT" | "RADIO" | "RADIO_SMALL" | "CHECKBOX" | "FILE" | "ADDRESS" | "SLIDER" | "MASKED" | "SINGLE_CHECKBOX" | "LINK" | "COMPANY_SEARCH" | "AMOUNT" | "CAR" | "NUMBER_PLATE" | "ACCIDENTS" | "ACCIDENT" | "SECURITY_SYSTEM" | "TWO_WHEELER" | "HOME" | "ROOM" | "ANNEXES" | "COMPANY_INVESTMENT" | "COMPANY_LOAN" | "COMPANY_LEASE" | "UNIT" | "UNITS" | "LINKS" | "CLAIMS" | "COMPANIES" | "INDEX" | "INDEX_SELECT" | "INDEX_MULTISELECT" | "NACE_CODE" | "GOUDSE_SBI_CODE" | "TABLE" | "NOTES" | "INDEX_PERCENTAGE" | "COVERAGE" | "DISPLAY" | "HIDDEN";
64593
64606
  /**
64594
64607
  * DATA_TYPE
64595
64608
  * @description An enumeration.
64596
- * @enum {unknown}
64609
+ * @enum {string}
64597
64610
  */
64598
64611
  DATA_TYPE: "STRING" | "NUMBER" | "OBJECT" | "ARRAY" | "BOOLEAN";
64599
64612
  /**
64600
64613
  * SYMBOL
64601
64614
  * @description An enumeration.
64602
- * @enum {unknown}
64615
+ * @enum {string}
64603
64616
  */
64604
64617
  SYMBOL: "€" | "ƒ" | "%" | "km" | "m" | "cm" | "m²" | "$" | "KW" | "CC" | "PK" | "kg" | "g";
64605
64618
  /** EnumValue */
@@ -64642,7 +64655,7 @@ interface components {
64642
64655
  * @description on retrieving a flow:
64643
64656
  * - `TODAY` will be replaced by `datetime.combine(datetime.now(tz=timezone.utc), datetime.min.time())`
64644
64657
  * - `NOW` will be replaced by `datetime.now(tz=timezone.utc)`
64645
- * @enum {unknown}
64658
+ * @enum {string}
64646
64659
  */
64647
64660
  DATE_DSL: "TODAY" | "NOW" | "THREE_YEARS_AGO" | "FIFTY_YEARS_AGO" | "EIGHT_YEARS_AGO" | "SIXTY_FIVE_YEARS_AGO" | "SEVENTY_FIVE_YEARS_AGO";
64648
64661
  /** Regex */
@@ -64661,7 +64674,7 @@ interface components {
64661
64674
  /**
64662
64675
  * SORT
64663
64676
  * @description An enumeration.
64664
- * @enum {unknown}
64677
+ * @enum {string}
64665
64678
  */
64666
64679
  SORT: "asc" | "desc";
64667
64680
  /** TableRules */
@@ -64692,7 +64705,7 @@ interface components {
64692
64705
  /**
64693
64706
  * DELETE_METHOD
64694
64707
  * @description An enumeration.
64695
- * @enum {unknown}
64708
+ * @enum {string}
64696
64709
  */
64697
64710
  DELETE_METHOD: "BY_ENTITY_ID" | "BY_PARTY_ID";
64698
64711
  /** AddressRules */
@@ -64895,13 +64908,13 @@ interface components {
64895
64908
  /**
64896
64909
  * PRICE_QUALITY_RATIO
64897
64910
  * @description An enumeration.
64898
- * @enum {unknown}
64911
+ * @enum {string}
64899
64912
  */
64900
64913
  PRICE_QUALITY_RATIO: "PRICE" | "RATHER_PRICE" | "MORE_PRICE" | "NEUTRAL" | "MORE_QUALITY" | "RATHER_QUALITY" | "QUALITY";
64901
64914
  /**
64902
64915
  * PREFERRED_WAY_OF_CONTACT
64903
64916
  * @description An enumeration.
64904
- * @enum {unknown}
64917
+ * @enum {string}
64905
64918
  */
64906
64919
  PREFERRED_WAY_OF_CONTACT: "DIGITAL" | "NO_PREFERENCE" | "IN_PERSON";
64907
64920
  /** AnvaProduct */
@@ -65246,13 +65259,13 @@ interface components {
65246
65259
  /**
65247
65260
  * FLOWS_ERROR_TYPE
65248
65261
  * @description An enumeration.
65249
- * @enum {unknown}
65262
+ * @enum {string}
65250
65263
  */
65251
65264
  FLOWS_ERROR_TYPE: "INVALID_FORMAT" | "INVALID_INPUT_TYPE" | "INVALID_DATA_TYPE" | "INVALID_VALUE" | "LESS_THAN" | "LESS_THAN_OR_EQUAL" | "GREATER_THAN" | "GREATER_THAN_OR_EQUAL" | "MIN_LENGTH" | "MAX_LENGTH" | "FLOW_COMPLETED_AND_LOCKED";
65252
65265
  /**
65253
65266
  * FLOW_STATUS
65254
65267
  * @description An enumeration.
65255
- * @enum {unknown}
65268
+ * @enum {string}
65256
65269
  */
65257
65270
  FLOW_STATUS: "ERROR" | "SUCCESS" | "COMPLETED";
65258
65271
  /** EntityChanges */
@@ -65435,7 +65448,7 @@ interface components {
65435
65448
  * date
65436
65449
  * Format: date
65437
65450
  */
65438
- start_date?: Record<string, never>;
65451
+ start_date?: string;
65439
65452
  payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
65440
65453
  };
65441
65454
  /** handle_create_yellowhive_contact_person_params */
@@ -65464,7 +65477,7 @@ interface components {
65464
65477
  * date
65465
65478
  * Format: date
65466
65479
  */
65467
- birth: Record<string, never>;
65480
+ birth: string;
65468
65481
  };
65469
65482
  /** YellowHiveProductQuestionnairesQueryModel */
65470
65483
  YellowHiveProductQuestionnairesQueryModel: {
@@ -65600,7 +65613,7 @@ interface components {
65600
65613
  /**
65601
65614
  * DIAS_FLOW_STATUS
65602
65615
  * @description An enumeration.
65603
- * @enum {unknown}
65616
+ * @enum {string}
65604
65617
  */
65605
65618
  DIAS_FLOW_STATUS: "ACTIVE" | "UNDER_CONSTRUCTION" | "DISABLED";
65606
65619
  /** DiasInsuranceCompany */
@@ -65716,7 +65729,7 @@ interface components {
65716
65729
  /**
65717
65730
  * ANVA_FLOW_LABEL_STATUS
65718
65731
  * @description An enumeration.
65719
- * @enum {unknown}
65732
+ * @enum {string}
65720
65733
  */
65721
65734
  ANVA_FLOW_LABEL_STATUS: "HIDDEN" | "VISIBLE" | "UNMAPPED";
65722
65735
  /** MultiAnvaInsuranceQueryModel */
@@ -65853,7 +65866,7 @@ interface components {
65853
65866
  * date
65854
65867
  * Format: date
65855
65868
  */
65856
- start_date?: Record<string, never>;
65869
+ start_date?: string;
65857
65870
  payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
65858
65871
  /** Anva Collection Method Code */
65859
65872
  anva_collection_method_code?: number;
@@ -65897,7 +65910,7 @@ interface components {
65897
65910
  * date
65898
65911
  * Format: date
65899
65912
  */
65900
- start_date?: Record<string, never>;
65913
+ start_date?: string;
65901
65914
  payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
65902
65915
  /** Anva Collection Method Code */
65903
65916
  anva_collection_method_code?: number;
@@ -66041,7 +66054,7 @@ interface components {
66041
66054
  * date
66042
66055
  * Format: date
66043
66056
  */
66044
- start_date?: Record<string, never>;
66057
+ start_date?: string;
66045
66058
  payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
66046
66059
  /** Anva Collection Method Code */
66047
66060
  anva_collection_method_code?: number;
@@ -66156,7 +66169,7 @@ interface components {
66156
66169
  * date
66157
66170
  * Format: date
66158
66171
  */
66159
- birth: Record<string, never>;
66172
+ birth: string;
66160
66173
  /** Infix */
66161
66174
  infix?: string;
66162
66175
  };
@@ -66223,7 +66236,7 @@ interface components {
66223
66236
  /**
66224
66237
  * ANVA_FLOW_STATUS
66225
66238
  * @description An enumeration.
66226
- * @enum {unknown}
66239
+ * @enum {string}
66227
66240
  */
66228
66241
  ANVA_FLOW_STATUS: "ACTIVE" | "UNDER_CONSTRUCTION" | "DISABLED";
66229
66242
  /** AnvaPackage */
@@ -66989,7 +67002,7 @@ interface components {
66989
67002
  /**
66990
67003
  * MotorType
66991
67004
  * @description An enumeration.
66992
- * @enum {unknown}
67005
+ * @enum {string}
66993
67006
  */
66994
67007
  MotorType: "PET" | "DIE" | "LPG" | "DIE_LPG" | "ELE" | "ELE_PET" | "ELE_DIE" | "ELE_LPG" | "ELE_HYDRO" | "HYDRO" | "CNG" | "CNG_PET" | "BIO" | "OTHER";
66995
67008
  /** WgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver */
@@ -67149,133 +67162,133 @@ interface components {
67149
67162
  /**
67150
67163
  * WgPyModelsDomainWegroupEnumsLanguageCodes
67151
67164
  * @description An enumeration.
67152
- * @enum {unknown}
67165
+ * @enum {string}
67153
67166
  */
67154
67167
  WgPyModelsDomainWegroupEnumsLanguageCodes: "FR" | "NL" | "EN" | "DE" | "ES";
67155
67168
  /**
67156
67169
  * CountryCodes
67157
67170
  * @description An enumeration.
67158
- * @enum {unknown}
67171
+ * @enum {string}
67159
67172
  */
67160
67173
  wgsdk__smt__CountryCodes: "BE" | "FR" | "NL" | "EU" | "AT" | "BG" | "HR" | "CY" | "CZ" | "DK" | "EE" | "FI" | "DE" | "GR" | "HU" | "IE" | "IT" | "LV" | "LT" | "LU" | "MT" | "PO" | "PL" | "PT" | "RO" | "SK" | "SI" | "ES" | "SE" | "AL" | "AD" | "AM" | "BY" | "BA" | "GE" | "IS" | "XK" | "LI" | "MK" | "MD" | "MC" | "ME" | "NO" | "RU" | "SM" | "RS" | "CH" | "TR" | "UA" | "GB" | "VA" | "US" | "AE" | "AF" | "AG" | "AI" | "AO" | "AQ" | "AR" | "AN" | "AS" | "AU" | "AW" | "AX" | "AZ" | "BB" | "BD" | "BF" | "BH" | "BI" | "BJ" | "BL" | "BM" | "BN" | "BO" | "BQ" | "BR" | "BS" | "BT" | "BV" | "BW" | "BZ" | "CA" | "CC" | "CD" | "CF" | "CG" | "CI" | "CK" | "CL" | "CM" | "CN" | "CO" | "CR" | "CU" | "CV" | "CW" | "CX" | "DJ" | "DM" | "DO" | "DZ" | "EC" | "EG" | "EH" | "ER" | "ET" | "FJ" | "FK" | "FM" | "FO" | "GA" | "GD" | "GF" | "GG" | "GH" | "GI" | "GL" | "GM" | "GN" | "GP" | "GQ" | "GS" | "GT" | "GU" | "GW" | "GY" | "HK" | "HM" | "HN" | "HT" | "ID" | "IL" | "IM" | "IN" | "IO" | "IQ" | "IR" | "JE" | "JM" | "JO" | "JP" | "KE" | "KG" | "KH" | "KI" | "KM" | "KN" | "KP" | "KR" | "KW" | "KY" | "KZ" | "LA" | "LB" | "LC" | "LK" | "LR" | "LS" | "LY" | "MA" | "MF" | "MG" | "MH" | "ML" | "MM" | "MN" | "MO" | "MP" | "MQ" | "MR" | "MS" | "MU" | "MV" | "MW" | "MX" | "MY" | "MZ" | "NA" | "NC" | "NE" | "NF" | "NG" | "NI" | "NP" | "NR" | "NU" | "NZ" | "OM" | "PA" | "PE" | "PF" | "PG" | "PH" | "PK" | "PM" | "PN" | "PR" | "PS" | "PW" | "PY" | "QA" | "RE" | "RW" | "SA" | "SB" | "SC" | "SD" | "SG" | "SH" | "SJ" | "SL" | "SN" | "SO" | "SR" | "SS" | "ST" | "SV" | "SX" | "SY" | "SZ" | "TC" | "TD" | "TF" | "TG" | "TH" | "TJ" | "TK" | "TL" | "TM" | "TN" | "TO" | "TT" | "TV" | "TW" | "TZ" | "UG" | "UM" | "UY" | "UZ" | "VC" | "VE" | "VG" | "VI" | "VN" | "VU" | "WF" | "WS" | "YE" | "YT" | "ZA" | "ZM" | "ZW" | "OTHER";
67161
67174
  /**
67162
67175
  * PolicyHolderRelation
67163
67176
  * @description An enumeration.
67164
- * @enum {unknown}
67177
+ * @enum {string}
67165
67178
  */
67166
67179
  PolicyHolderRelation: "OTHER" | "CHILD" | "PARENT" | "PARTNER" | "EMPLOYEE" | "OWNER";
67167
67180
  /**
67168
67181
  * LicensePlateType
67169
67182
  * @description An enumeration.
67170
- * @enum {unknown}
67183
+ * @enum {string}
67171
67184
  */
67172
67185
  LicensePlateType: "NONE" | "DIPLOMATS" | "AGRICULTURAL" | "MOTORCYCLE" | "OLDTIMER" | "SCOOTER" | "TAXI" | "TRAILER" | "DEALER" | "TEST_DRIVE" | "CUSTOM" | "NORMAL" | "ROYAL_FAMILY" | "MINISTER" | "PARLIAMENT" | "REGIONAL_GOVERNMENT" | "EXPORT" | "TEMPORARILY" | "FOREIGN" | "EU_GOVERNMENT" | "PROFESSIONAL";
67173
67186
  /**
67174
67187
  * TransmissionType
67175
67188
  * @description An enumeration.
67176
- * @enum {unknown}
67189
+ * @enum {string}
67177
67190
  */
67178
67191
  TransmissionType: "man" | "auto";
67179
67192
  /**
67180
67193
  * CarCategory
67181
67194
  * @description An enumeration.
67182
- * @enum {unknown}
67195
+ * @enum {string}
67183
67196
  */
67184
67197
  CarCategory: "AA" | "AC" | "AF" | "OM" | "CT" | "VP" | "SW" | "FA" | "SUV" | "HATCHBACK" | "BREAK" | "COMPACT" | "MONOVOLUME" | "MEDIUM_SIZE" | "LARGE" | "CABRIOLET" | "COUPE" | "LUXURIOUS" | "OFF_ROAD" | "SEDAN" | "VAN" | "LIGHT_TRUCK" | "MINIBUS";
67185
67198
  /**
67186
67199
  * CarCategoryCode
67187
67200
  * @description An enumeration.
67188
- * @enum {unknown}
67201
+ * @enum {string}
67189
67202
  */
67190
67203
  CarCategoryCode: "AA" | "AB" | "AC" | "AD" | "AE" | "AF" | "SA" | "OM" | "CT" | "VP" | "FA" | "SW" | "PA" | "BA" | "MO" | "BF" | "SC" | "GB";
67191
67204
  /**
67192
67205
  * CarUsedFor
67193
67206
  * @description An enumeration.
67194
- * @enum {unknown}
67207
+ * @enum {string}
67195
67208
  */
67196
67209
  CarUsedFor: "PRIVATE" | "PRIVATE_COMMUTE" | "PRIVATE_PROFESSIONAL" | "PROFESSIONAL" | "COURIER" | "MONEY_TRANSPORT" | "REPLACEMENT_VEHICLE" | "SHORT_TERM_RENTAL" | "DRIVING_SCHOOL";
67197
67210
  /**
67198
67211
  * CarVehicleType
67199
67212
  * @description An enumeration.
67200
- * @enum {unknown}
67213
+ * @enum {string}
67201
67214
  */
67202
67215
  CarVehicleType: "PASSENGER_CAR" | "LIGHT_COMMERCIAL_VEHICLE" | "TRACTOR" | "TRUCK" | "BUS" | "TRAILER" | "CAMPER" | "ROLLING_WORK_EQUIPMENT";
67203
67216
  /**
67204
67217
  * RollingWorkEquipmentType
67205
67218
  * @description An enumeration.
67206
- * @enum {unknown}
67219
+ * @enum {string}
67207
67220
  */
67208
67221
  RollingWorkEquipmentType: "TRACTOR" | "CYCLE_MOWER" | "COMBINE" | "LOADING_SHOVEL" | "MOTOR_MOWER" | "HAY_TEDDER" | "POTATO_HARVESTER" | "BEET_HARVESTER" | "SHREDDER_MOBILE" | "TRAILER" | "PICK_UP_WAGON" | "CULTIVATOR" | "PRESS" | "PLOUGH" | "BULLDOZER" | "CONSTRUCTION_LIFT" | "CONCRETE_MIXER" | "DRAGLINE" | "EXCAVATOR" | "PILE_DRIVER" | "PILING_RIG" | "FORKLIFT" | "CRANE" | "SHOVEL" | "EQUIPMENT_NOT_SUBJECT_TO_WAM" | "EXCAVATING_LOADING_COMBINATION" | "MOBILE_CRANE" | "AERIAL_PLATFORM" | "CONSTRUCTION_CRANE" | "TELEHANDLER" | "LOADING_UNLOADING_CRANE" | "SWEEPER" | "BALER" | "HAY_STRAW_BALER" | "LAWN_MOWER" | "POTATO_POTTER" | "POTATO_SELECTOR" | "VERGE_MOWER" | "BRUSHCUTTER" | "BOX_LOADER" | "ROTARY_MOWER" | "THRESHER" | "DUMPER" | "GRASS_SOWER" | "REEL" | "RAKE_TURNER" | "AGRICULTURAL_CRANE" | "MANURE_INJECTOR" | "MOBILE_MOWING_MACHINE" | "MINI_DIGGER" | "SLURRY_SPREADER" | "WEED_KILLER" | "SCOOPING_MACHINE" | "PLANTING_MACHINE" | "PICKING_MACHINE" | "RAINER" | "GRUBBING_MACHINE" | "HOEING_MACHINE" | "DITCH_MOWER" | "SPRAYING_MACHINE" | "SPADING_MACHINE" | "SPROUTING_MACHINE" | "SPRAYING_EQUIPMENT" | "CISTERN" | "STUMP_GRINDER" | "SLOPE_CUTTER" | "CONVEYOR_SYSTEM" | "VIBRATORY_PLATE" | "HORTICULTURAL_TRACTOR" | "FIELD_SPRAYER" | "IMPLEMENT_CARRIER" | "SHREDDER" | "FEED_MIXER_WAGON" | "SLURRY_INJECTOR" | "WHEELED_TRAILER_LOADER" | "AGGREGATE" | "PALLET_TRUCK" | "HAULM_TOPPER" | "DUMP_TRUCK" | "TIPPER_TRUCK" | "FLAIL_MOWER" | "HARVESTER" | "QUAD" | "BRANCH_CONDITIONER" | "WHEEL_LOADER_SHOVEL" | "WHEEL_LOADER" | "WHEEL_TRACTOR" | "LOG_LOADER" | "CRAWLER_CRANE" | "COMPRESSOR" | "COMBINE_HARVESTER" | "VINTAGE_TRACTOR" | "RIDE_ON_MOWER" | "ARTICULATED_LOADER" | "MINI_CRANE" | "AGRICULTURAL_SPRAYER" | "TRAILER_MOUNTED_WORK_PLATFORM" | "ASPHALT_PAVER" | "ASPHALT_MILLER" | "CAR_AERIAL_PLATFORM" | "TRUCK_MOUNTED_CRANE" | "CONCRETE_PUMP" | "TREE_LIFTING_MACHINE" | "DRILLING_RIG" | "BROMMOBILE" | "DRAINAGE_MACHINE" | "ELECTRIC_CART" | "ELEMENT_COUNTER" | "FOODTRUCK" | "GOLF_CART_MOVING" | "EXCAVATOR_MIDI" | "GRADER" | "AUGER_INSTALLATION" | "MOBILE_LIFTING_CRANE" | "ICE_DIGGING_MACHINE" | "ARTICULATED_BOOM_LIFT" | "GULLY_VACUUM_CLEANER" | "MOWING_MACHINE" | "MAST_CLIMBING_WORK_PLATFORM" | "MMBS_VEHICLE" | "TRUCK_MOUNTED_FORKLIFT" | "MORTAR_SPRAYING_MACHINE" | "POLISHER" | "ORDER_PICKER" | "RUBBLE_CRUSHER" | "REACH_TRUCK" | "SELF_PROPELLED_CANE_HARVESTER" | "CRAWLER_LOADER" | "ROUGHING_CRANE" | "SCISSOR_LIFT" | "SKID_STEER_LOADER" | "SELF_PROPELLED_SCRUBBER_DRIER" | "SCRAPER" | "SELF_PROPELLED_TRENCHER" | "CUTTER_MACHINE" | "TELESCOPIC_BOOM_LIFT" | "TELESCOPIC_CRANE" | "TERMINAL_TRACTOR" | "SELF_PROPELLED_TOWER_CRANE" | "AGRICULTURAL_TRIKE" | "SELF_PROPELLED_VIBRATORY_MACHINE" | "SELF_PROPELLED_VIBRATORY_ROLLER" | "TUKTUK" | "SPREADER_SELF_PROPELLED" | "UNIMOG" | "SELF_PROPELLED_SALES_VAN" | "TRUCK_MOUNTED_WORK_PLATFORM" | "DIRT_COMPACTOR" | "ROLLER" | "ROAD_SURFACE_CLEANER" | "ROAD_BUILDING_MACHINE" | "SIDE_LOADER" | "SUCTION_EXCAVATOR" | "SWING_LOADER" | "TANKER_TRUCK" | "MOTOR_GRADER" | "MMBS_TRUCK_LIMITED_SPEED_MOTOR_VEHICLE" | "LADDER_LIFT_MOBILE" | "REMOVAL_LIFT_MOBILE" | "SEWER_CLEANER" | "SWEEPER_MOVING" | "FOODTRUCK_TRAILER" | "ACTION_TRUCK_MOVING" | "AUTO_CRANE_MOVING" | "CAR_LIFT_MOVING" | "AUTO_UNLOADER_MOVING" | "MOBILE_GLAZING_MACHINE" | "BOAT_CRANE_MOBILE" | "BOAT_LIFT_MOBILE" | "COMPACTOR_MOBILE" | "ELECTRIC_MOBILE_TROLLEY" | "ELECTRIC_PALLET_TRUCK_MOVING" | "GOODS_LIFT_MOVING" | "GUTTER_ROLLER_MOVING" | "SOIL_CULTIVATOR_MOBILE" | "SOIL_TESTING_MACHINE_MOBILE" | "EARTH_MOVER_MOVING" | "HAND_PALLET_TRUCK_MOVING" | "MOBILE_PILING_CRANE" | "KNUCKLEBOOM" | "CROP_LOADER_MOVING" | "LOADER_MOVING" | "PEDESTRIAN_STACKER_MOVING" | "SLURRY_TANKER_MOVING" | "MANURE_REMOVAL_INSTALLATION_MOVING" | "MANURE_PUMP_MOVING" | "MANURE_SEPARATION_INSTALLATION_MOVING" | "MIDIRUP_TRAVELLING" | "MOBILE_LICENSED_CRANE" | "MOBILE_CRANE_MOVING" | "PUMP_TRUCK_MOVING" | "QUAD_MOVING" | "ROLLING_MOP_MOVING" | "CRAWLER_CRANE_TRAVELLING" | "SCISSOR_LIFT_MOVING" | "SLIDER_MOVING" | "SCRAPER_MOVING" | "SHREDDER_MOVING" | "SKIDSTER_MOVING" | "DEMOLITION_MACHINE_MOBILE" | "DEMOLITION_EQUIPMENT_MOBILE" | "DEMOLITION_TOOL_MOBILE" | "SORTING_EQUIPMENT_MOBILE" | "GRADER_MOBILE" | "AERIAL_PLATFORM_MOBILE" | "RAIL_CRANE_MOBILE" | "STACKER_MOBILE" | "STONE_CRUSHER_MOVING" | "TRACTOR_EARTHMOVING_MOVING" | "TRACTOR_TRANSPORT_MOVING" | "MOTOR_GRADER_MOVING" | "UNIMOG_MOVING" | "FRONT_LOADER_MOVING" | "FOLDING_CRANE_MOVING" | "ROAD_MARKING_MACHINE_MOVING" | "ROAD_ROLLER_MOVING" | "CHICORY_TRACTOR_MOVING" | "SCREENER_MOVING" | "BEET_LOADER_MOVING" | "OTHER";
67209
67222
  /**
67210
67223
  * RiskObjectCarType
67211
67224
  * @description An enumeration.
67212
- * @enum {unknown}
67225
+ * @enum {string}
67213
67226
  */
67214
67227
  RiskObjectCarType: "CAR" | "PASSENGER_CAR" | "LIGHT_COMMERCIAL_VEHICLE" | "OLDTIMER" | "SUPERCAR" | "GOLF_CART";
67215
67228
  /**
67216
67229
  * KmPerYear
67217
67230
  * @description An enumeration.
67218
- * @enum {unknown}
67231
+ * @enum {string}
67219
67232
  */
67220
67233
  KmPerYear: "LESS_THAN_5000" | "BETWEEN_5000_AND_7500" | "BETWEEN_7500_AND_10000" | "BETWEEN_10000_AND_12500" | "BETWEEN_12500_AND_15000" | "BETWEEN_15000_AND_20000" | "BETWEEN_20000_AND_25000" | "BETWEEN_25000_AND_30000" | "MORE_THAN_30000" | "MORE_THAN_50000";
67221
67234
  /**
67222
67235
  * SubjectToVat
67223
67236
  * @description An enumeration.
67224
- * @enum {unknown}
67237
+ * @enum {string}
67225
67238
  */
67226
67239
  SubjectToVat: "YES" | "NO" | "PARTIALLY";
67227
67240
  /**
67228
67241
  * CarTheftProtection
67229
67242
  * @description An enumeration.
67230
- * @enum {unknown}
67243
+ * @enum {string}
67231
67244
  */
67232
67245
  CarTheftProtection: "IMMOBILISER" | "ALARM_WITHOUT_INCLINATION" | "ALARM_WITH_INCLINATION" | "IMMOBILISER_AF" | "IMMOBILISER_OFFICIAL" | "ALARM_OFFICIAL" | "ALARM_WITH_INCLINATION_OFFICIAL" | "ALARM_WITH_INCLINATION_AF" | "IM1" | "IA2" | "TT4" | "NONE";
67233
67246
  /**
67234
67247
  * CarTrackingSystem
67235
67248
  * @description An enumeration.
67236
- * @enum {unknown}
67249
+ * @enum {string}
67237
67250
  */
67238
67251
  CarTrackingSystem: "TT0_TT1" | "TT2" | "TT3" | "TT3_LO_JACK" | "TT4" | "TT4_LO_JACK" | "LO_JACK" | "OTHER" | "NONE" | "CLASS_4_OFFICIAL" | "CLASS_4_OFFICIAL_W_LOJACK" | "CLASS_5_OFFICIAL" | "CLASS_5_OFFICIAL_W_LOJACK" | "CLASS_TV01" | "PAC" | "PAC_W_LOJACK";
67239
67252
  /**
67240
67253
  * LeaseType
67241
67254
  * @description An enumeration.
67242
- * @enum {unknown}
67255
+ * @enum {string}
67243
67256
  */
67244
67257
  LeaseType: "OPERATIONAL" | "FINANCIAL" | "LOAN" | "OTHER";
67245
67258
  /**
67246
67259
  * CarUsagePeriod
67247
67260
  * @description An enumeration.
67248
- * @enum {unknown}
67261
+ * @enum {string}
67249
67262
  */
67250
67263
  CarUsagePeriod: "HOBBY" | "DAILY";
67251
67264
  /**
67252
67265
  * CarProfessionalUsagePurpose
67253
67266
  * @description An enumeration.
67254
- * @enum {unknown}
67267
+ * @enum {string}
67255
67268
  */
67256
67269
  CarProfessionalUsagePurpose: "OTHER" | "SECURITY" | "FAST_FOOD_DELIVERY_EG_PIZZA" | "PROFESSIONAL_SPORTS_ORGANISATION" | "CUSTOMER_VISIT" | "COURIER_SERVICE" | "TEACHING_VEHICLE" | "RENTAL_WITHWITHOUT_DRIVER" | "TAXI_AND_OTHER_PASSENGER_TRANSPORT" | "SMALL_BUSSES_AND_COACHES" | "AGRICULTURE" | "TRANSPORTATION_AT_AIRPORTS" | "SPEEDING_COMPETITIONS";
67257
67270
  /**
67258
67271
  * UnitOfLength
67259
67272
  * @description An enumeration.
67260
- * @enum {unknown}
67273
+ * @enum {string}
67261
67274
  */
67262
67275
  UnitOfLength: "KM" | "MI";
67263
67276
  /**
67264
67277
  * StorageSecurity
67265
67278
  * @description An enumeration.
67266
- * @enum {unknown}
67279
+ * @enum {string}
67267
67280
  */
67268
67281
  StorageSecurity: "BURGLARY_PROTECTION" | "FIRE_AND_BURGLARY_PROTECTION" | "FIRE_PROTECTION" | "NONE" | "OTHER";
67269
67282
  /**
67270
67283
  * AccreditedAppraiser
67271
67284
  * @description An enumeration.
67272
- * @enum {unknown}
67285
+ * @enum {string}
67273
67286
  */
67274
67287
  AccreditedAppraiser: "GEXA_VANACKER" | "ABAS_BV_TAXATIE_EN_EXPERTISEBUREAU" | "ALAIN_GOY" | "ATAXATIES" | "AUGUSTIJN_AUTO_EXPERTISE" | "AUTO_MAKELAARDIJ_HABRAKEN" | "AUTOCONOOM_TAXATIEBURO_BV" | "AUTOMOTIVE_CONSULTANCY_SERVICES" | "BENJAMINS_BENJAMINS" | "BOLSENBROEK_VAN_DEN_BOOGAARD_PARTNERS" | "BUREAU_DEXPERTISES_EN_AUTOMOBILE_DOUCY_SPRL" | "BUREAU_DEXPERTISES_SOMJADUBOIS" | "CED_AUTOMOTIVE_BV" | "CHABOT_EXPERTISE" | "CLASSIC_CAR_TAXATIE" | "COTSWOLD_COLLECTORS_CARS" | "DEKRA_AUTOMOTIVE_BV" | "DOMMERSHUIZEN_OLDTIMER_TAXATIES" | "ERIK_HEIJL_CLASSIC_CAR_TAXATIES" | "EUROPE_EXPERTISE" | "EXPERTISE_TAXATIEBURO_NEDERLOF_PARTNER_BV" | "EXPERTISE_BUREAU_VERBEEK" | "EXPERTISE_EN_TAXATIEBUREAU_BOL" | "EXPERTISE_POOL_NEDERLAND_BV" | "EXPERTISEBUREAU_HERMANNS" | "EXPERTISEBUREAU_JANSSEN_VOF" | "EXPERTISEBUREAU_LUDO_KERKHOVE" | "EXPERTISEBUREAU_VONCK" | "FA_KEES_VAN_STOKKUM" | "GRATAMA_EN_LUXWOLDA_CLASSIC_CAR_TAXATIES" | "HAFKAMP_PROJECTS_BV" | "HAN_VAN_DEURSEN_KLASSIEKE_AUTOMOBIELEN" | "HELMS_KLASSIEKER_TAXATIES" | "IDEX_TAXATEURS_EXPERTS" | "J_VAN_NIMWEGEN" | "JA_WAGEMAKER" | "JONKER_WESDORP_BV" | "LGTH_DE_ROOIJ" | "LMB_CLASSIC_AND_RACE_PREPARATION_BVBA" | "LUC_GEUSENS_AUTOMOBIELDESKUNDIGE" | "LUXWOLDA_CLASSIC_CAR_TAXATIES" | "MAIKEL_DE_MUNNIK_TAXATIES" | "OTO_TAXATIES" | "PANDER_TAXATIES" | "PAUL_KOK_CLASSIC_CAR_TAXATIES" | "PIET_VAN_BERNE" | "PROEXPERT_SPRL" | "RIETVELD_KLASSIEKER_TAXATIES" | "STEIJN_SPORTSCARS_TAXATIES" | "TAXATIEBUREAU_JAQUET" | "VAN_BAARLE_EXPERTS_BVBA" | "VAN_GLANSBEEK_CLEIREN" | "VANHEESMICHIELSEN_CO_BVBA" | "WEBEX_EXPERTISEKANTOOR_BVBA" | "MAAK_UW_KEUZE" | "NVT" | "AABAT_CLASSIC_CAR_TAXATIES" | "ADETEX_LIMBURG" | "ALBERT_VOS" | "ALEWIJN_TAXATIES" | "ALGEMEEN_EXPERTISE_CENTRUM" | "ANWB" | "AUTOTAXATIE_NEDERLAND_VOF" | "BOLSENBROEK_PARTNERS_BV" | "BRAMER_CARS" | "BUREAU_D_EXPERTISES_CARION_SPRL" | "BURO_PH_NOORMAN_VAN_DER_DUSSEN" | "C_PHILIPPSEN_INTERNATIONAL_AUTOMOBILE_CONSULTANT" | "CLASSIC_ONLY_TAXATIEBUREAU" | "CORDEMANS_CAMI_EXPERTISE" | "CORNELIS_FRANCISCUS_JOSEPH_KUIJPER_ANTIQUAIR" | "DE_DECKER_DANNY" | "DEKRA_CLASSIC_SERVICES" | "EW_BROUWER_EEFDE" | "EXPERTISE_TAXATIEBUREAU_FNP_DE_GROOT" | "EXPERTISE_BUREAU_JONKER_WESDORP_BV" | "EXPERTISEBUREAU_DE_BRUYN_CO_BVBA" | "EXPERTISEBUREAU_JONKER_WESDORP_BV" | "EXPERTISEBUREAU_RIJNDERS_DOL__MANDEMA_BV" | "EXPERTISEBUREEL_GILIS_BVBA" | "EXPERTISECENTRUM_LIMBURG_BVBA" | "EXTENSO_SCHADEMANAGEMENT_TAXATIE" | "FRANZ_PFAFFENBURNER_SACHVERSTANDIGENBURO" | "HARRY_S_SPORTSCARS_BV" | "HEUFS_AUTOMOTIVE_BV" | "HOEVELER_EXPERTISE" | "INTER_IURA" | "ITEB_SCHADESERVICES" | "JF_HUISMAN_AUTOTECHNIEK" | "JORDENS_MERTENS_CV_EXPERTISEBURO" | "KLEOFACTUM_AUTOMOTIVE" | "LAAGLAND_TAXATIES" | "LIMBRATEX_MOBILEX_BVBA" | "MAKELAARSKANTOOR_VAN_SON_VISSER" | "MARO_TAXATIES" | "MARTIN_STRETTON_RACING" | "MATTHYS_IVAN" | "NOBLE_HOUSE_BV" | "OCCC_HEEL" | "PP_MARTIN_STRETTON_RACING" | "PEETERS_TAXATIE_EN_EXPERTISE" | "PETER_WILBERS_BV" | "RUDI_PHILIPPAERTS_VOF" | "TAX_RIJSSEN_BV" | "TAXATIEBUREAU_VAN_DEIJZEN" | "VAN_DEIJZEN_TAXATIEBUREAU" | "VAN_ECK_EXPERTISES_BV" | "VITEX_EXPERTISE" | "VREEWIJCK_EXPERTISES_EN_TAXATIES_BV" | "W_DE_MUNNIK_TAXATIEBUREAU" | "ZNEB_EXPERTISE_EN_TAXATIE_BV" | "ZTA_EXPERTISE" | "TUV_NORD_MOBIBITAT_GMBH_CO_KG" | "KLOOS_CLASSIC_CAR_CONSULTANCY" | "CHRISTIAN_PHILIPPSEN_INT_AUTOMOBILE_CONSULTANT" | "VITEX_DRUTEN_BV" | "OLDTIMERTAXERENNL" | "BRUIJN_SCHADEEXPERTISE_EN_TAXATIES" | "SIMONEXPERTISE" | "SPLINTER_EXPERTISE" | "SAMBALE_INGENIEUR_UND_SACHVERSTANDIGENBURO" | "EXPERTISEBUREEL_SOMERS_BVBA" | "NATIONAAL_EXPERTISE_BUREAU" | "DE_MEERMAN_TAXATIES" | "COTE_AUTOCLASSIC" | "SDMS_INTERNATIONAL" | "LAURENT_TULPIN" | "TAXATIE_EN_EXPERTISEBUREAU_HUGO_VAN_OOSTERWIJK" | "ZLD_EXPERTISE" | "DE_KLERK_AUTOMOBIEL_TAXATIES" | "RUUD_JANSEN_WAARDETAXATIESNL" | "CLASSIC_DATA_BOCHUM_D" | "EXPERTISE_BUREAU_DIJKSTRA" | "EXPERTISE_BUREAU_LOENEN_VOF" | "CLASSIC_AUTOMOTIVE_EXPERTISE_BV" | "EXPERTISEBUREAU_VAN_DER_WAL" | "CARDESK_BVBA_EXPERTISEBUREAU" | "EXPERTISEBUREAU_LUYTS_CO" | "TAXATIE_EXPERTISE_BUREAU_HOUTMAN" | "EXPERTISEKANTOOR_MOENENS_BVBA" | "VAN_BROEKHOVEN_TAXATIES" | "LAC_TAXATIES" | "BOCCARDO_YVES_EXPERT_AUTOMOBILE_AGREE" | "EXPERTISEBUREAU_EXPERES" | "EXPERTISEBUREAU_RIJNDERS_DOL_MANDEMA_BV" | "EXPERTISEBUREEL_EXPERES" | "EXPERTISEBUREEL_VERBERGT" | "FRANZ_PFAFFENBURNER_SACHVERSTÄNDIGENBÜRO" | "HTTAXATIES" | "MATTICO_VOF" | "MA_VAN_BROEKHOVEN" | "NOBEL_TAXATIE_SCHADEEXPERTISE" | "PEET_CLASSICS" | "PLETTENBURG_TAXATIES" | "ROVIN_BV" | "SAMBALE_INGENIEUR_UND_SACHVERSTÄNDIGENBÜRO" | "STAN_KRIJGSMAN" | "TANKE_TAXATIES_CAR_CONSULTANCY" | "TIELEN_TAXATIES" | "TÜV_NORD_MOBIBITÄT_GMBH_CO_KG" | "VAN_DEN_BROEK_AUTOMOBIEL_TAXATIES" | "VAN_HCLASSICS" | "VERBERGT_BVBA" | "VOERTUIG_TAXATIES_BV" | "WAARDETAXATIESNL" | "_2POINTS_TAXATIES" | "BUREAU_D_EXPERTISES_EN_AUTOMOBILE_DOUCY_SPRL";
67275
67288
  /**
67276
67289
  * TrailerType
67277
67290
  * @description An enumeration.
67278
- * @enum {unknown}
67291
+ * @enum {string}
67279
67292
  */
67280
67293
  TrailerType: "TRAILER" | "CARAVAN" | "CHASSIS";
67281
67294
  /** WgPyModelsDomainInsuranceProspectCompany */
@@ -67455,7 +67468,7 @@ interface components {
67455
67468
  /**
67456
67469
  * WgPyModelsDomainWegroupEnumsCompanyProspectType
67457
67470
  * @description An enumeration.
67458
- * @enum {unknown}
67471
+ * @enum {string}
67459
67472
  */
67460
67473
  WgPyModelsDomainWegroupEnumsCompanyProspectType: "COMPANY";
67461
67474
  /** WgPyModelsDomainWegroupComplexCompanyregistration */
@@ -68320,37 +68333,37 @@ interface components {
68320
68333
  /**
68321
68334
  * WgPyModelsDomainWegroupEnumsCustomerProspectType
68322
68335
  * @description An enumeration.
68323
- * @enum {unknown}
68336
+ * @enum {string}
68324
68337
  */
68325
68338
  WgPyModelsDomainWegroupEnumsCustomerProspectType: "CUSTOMER" | "DRIVER";
68326
68339
  /**
68327
68340
  * CarDemo
68328
68341
  * @description An enumeration.
68329
- * @enum {unknown}
68342
+ * @enum {string}
68330
68343
  */
68331
68344
  CarDemo: "YES" | "NO" | "FIST_SIX_MONTHS";
68332
68345
  /**
68333
68346
  * AedesParking
68334
68347
  * @description An enumeration.
68335
- * @enum {unknown}
68348
+ * @enum {string}
68336
68349
  */
68337
68350
  AedesParking: "P0" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7";
68338
68351
  /**
68339
68352
  * SatelliteProtectionSystem
68340
68353
  * @description An enumeration.
68341
- * @enum {unknown}
68354
+ * @enum {string}
68342
68355
  */
68343
68356
  SatelliteProtectionSystem: "NONE" | "VIASAT" | "AT2" | "TT4";
68344
68357
  /**
68345
68358
  * SteeringPosition
68346
68359
  * @description An enumeration.
68347
- * @enum {unknown}
68360
+ * @enum {string}
68348
68361
  */
68349
68362
  SteeringPosition: "LEFT_HAND_SIDE" | "RIGHT_HAND_SIDE";
68350
68363
  /**
68351
68364
  * DriveTrainLayout
68352
68365
  * @description An enumeration.
68353
- * @enum {unknown}
68366
+ * @enum {string}
68354
68367
  */
68355
68368
  DriveTrainLayout: "FWD" | "RWD" | "AWD" | "FOURXFOUR";
68356
68369
  /** AppModelsRiskObjectsCarPreferences */
@@ -68367,19 +68380,19 @@ interface components {
68367
68380
  /**
68368
68381
  * AgriculturalVehicleUsage
68369
68382
  * @description An enumeration.
68370
- * @enum {unknown}
68383
+ * @enum {string}
68371
68384
  */
68372
68385
  AgriculturalVehicleUsage: "AGRARIAN" | "RENTAL" | "LESSON_VEHICLE" | "HOBBY" | "OTHER";
68373
68386
  /**
68374
68387
  * TruckDestination
68375
68388
  * @description An enumeration.
68376
- * @enum {unknown}
68389
+ * @enum {string}
68377
68390
  */
68378
68391
  TruckDestination: "BELGIUM" | "BENELUX_ADJACENT" | "WESTERN_EUROPE" | "EUROPE" | "BEYOND_EUROPE" | "OTHER";
68379
68392
  /**
68380
68393
  * CarEvaluationType
68381
68394
  * @description An enumeration.
68382
- * @enum {unknown}
68395
+ * @enum {string}
68383
68396
  */
68384
68397
  wgsdk__smt__CarEvaluationType: "CATALOGUE" | "INVOICE" | "ESTIMATED" | "TAXATION";
68385
68398
  /** create_flow_session_params */
@@ -68592,7 +68605,7 @@ interface components {
68592
68605
  /**
68593
68606
  * WgPyModelsEnumsCoverageperiod
68594
68607
  * @description An enumeration.
68595
- * @enum {unknown}
68608
+ * @enum {string}
68596
68609
  */
68597
68610
  WgPyModelsEnumsCoverageperiod: "YEAR" | "SUMMER";
68598
68611
  /** WgBeApiQuotesModelsBaseLocalization */
@@ -68611,85 +68624,85 @@ interface components {
68611
68624
  /**
68612
68625
  * CarEvaluationType
68613
68626
  * @description An enumeration.
68614
- * @enum {unknown}
68627
+ * @enum {string}
68615
68628
  */
68616
68629
  wgsdk__quotes__CarEvaluationType: "CATALOGUE" | "INVOICE" | "ESTIMATED" | "TAXATION";
68617
68630
  /**
68618
68631
  * TheftFormulas
68619
68632
  * @description An enumeration.
68620
- * @enum {unknown}
68633
+ * @enum {string}
68621
68634
  */
68622
68635
  TheftFormulas: "50%" | "100%";
68623
68636
  /**
68624
68637
  * OmniumFormula
68625
68638
  * @description An enumeration.
68626
- * @enum {unknown}
68639
+ * @enum {integer}
68627
68640
  */
68628
68641
  OmniumFormula: 0 | 6 | 12 | 18 | 24 | 36;
68629
68642
  /**
68630
68643
  * AllianzCancellationReason
68631
68644
  * @description An enumeration.
68632
- * @enum {unknown}
68645
+ * @enum {string}
68633
68646
  */
68634
68647
  AllianzCancellationReason: "AFTER_CLAIM" | "COMPANY" | "DISSAPEARANCE_RISK_TEMPORARY" | "DISSAPEARANCE_RISK" | "AFTER_MAJOR_PREMIUM" | "CLIENT" | "JOINT_AGREEMENT" | "CONTRACT_WITHOUT_CONSEQUENCES" | "OTHER";
68635
68648
  /**
68636
68649
  * AxaTheftFormulas
68637
68650
  * @description An enumeration.
68638
- * @enum {unknown}
68651
+ * @enum {string}
68639
68652
  */
68640
68653
  AxaTheftFormulas: "REGULAR" | "REGULAR_JEWELS" | "PLUS" | "PLUS_JEWELS";
68641
68654
  /**
68642
68655
  * AxaItemLimitTier
68643
68656
  * @description An enumeration.
68644
- * @enum {unknown}
68657
+ * @enum {string}
68645
68658
  */
68646
68659
  AxaItemLimitTier: "TIER_1" | "TIER_2" | "TIER_3" | "TIER_4";
68647
68660
  /**
68648
68661
  * AxaContractualExcess
68649
68662
  * @description An enumeration.
68650
- * @enum {unknown}
68663
+ * @enum {string}
68651
68664
  */
68652
68665
  AxaContractualExcess: "BASE" | "X2" | "X5";
68653
68666
  /**
68654
68667
  * OmniumFormulaByName
68655
68668
  * @description An enumeration.
68656
- * @enum {unknown}
68669
+ * @enum {string}
68657
68670
  */
68658
68671
  OmniumFormulaByName: "NONE" | "ZERO" | "SIX" | "TWELVE" | "EIGHTTEEN" | "TWENTYFOUR" | "THIRTYSIX";
68659
68672
  /**
68660
68673
  * BoatAccidentCoverageLevel
68661
68674
  * @description An enumeration.
68662
- * @enum {unknown}
68675
+ * @enum {string}
68663
68676
  */
68664
68677
  BoatAccidentCoverageLevel: "LOW" | "MEDIUM" | "HIGH";
68665
68678
  /**
68666
68679
  * VatType
68667
68680
  * @description An enumeration.
68668
- * @enum {unknown}
68681
+ * @enum {string}
68669
68682
  */
68670
68683
  VatType: "EXCLUSIVE" | "INCLUSIVE";
68671
68684
  /**
68672
68685
  * AskaTravelInsuranceType
68673
68686
  * @description An enumeration.
68674
- * @enum {unknown}
68687
+ * @enum {string}
68675
68688
  */
68676
68689
  AskaTravelInsuranceType: "CONTINUOUS" | "SHORT_TERM";
68677
68690
  /**
68678
68691
  * CountryCodes
68679
68692
  * @description An enumeration.
68680
- * @enum {unknown}
68693
+ * @enum {string}
68681
68694
  */
68682
68695
  wgsdk__quotes__CountryCodes: "BE" | "FR" | "NL" | "EU" | "AT" | "BG" | "HR" | "CY" | "CZ" | "DK" | "EE" | "FI" | "DE" | "GR" | "HU" | "IE" | "IT" | "LV" | "LT" | "LU" | "MT" | "PO" | "PL" | "PT" | "RO" | "SK" | "SI" | "ES" | "SE" | "AL" | "AD" | "AM" | "BY" | "BA" | "GE" | "IS" | "XK" | "LI" | "MK" | "MD" | "MC" | "ME" | "NO" | "RU" | "SM" | "RS" | "CH" | "TR" | "UA" | "GB" | "VA" | "US" | "AE" | "AF" | "AG" | "AI" | "AO" | "AQ" | "AR" | "AN" | "AS" | "AU" | "AW" | "AX" | "AZ" | "BB" | "BD" | "BF" | "BH" | "BI" | "BJ" | "BL" | "BM" | "BN" | "BO" | "BQ" | "BR" | "BS" | "BT" | "BV" | "BW" | "BZ" | "CA" | "CC" | "CD" | "CF" | "CG" | "CI" | "CK" | "CL" | "CM" | "CN" | "CO" | "CR" | "CU" | "CV" | "CW" | "CX" | "DJ" | "DM" | "DO" | "DZ" | "EC" | "EG" | "EH" | "ER" | "ET" | "FJ" | "FK" | "FM" | "FO" | "GA" | "GD" | "GF" | "GG" | "GH" | "GI" | "GL" | "GM" | "GN" | "GP" | "GQ" | "GS" | "GT" | "GU" | "GW" | "GY" | "HK" | "HM" | "HN" | "HT" | "ID" | "IL" | "IM" | "IN" | "IO" | "IQ" | "IR" | "JE" | "JM" | "JO" | "JP" | "KE" | "KG" | "KH" | "KI" | "KM" | "KN" | "KP" | "KR" | "KW" | "KY" | "KZ" | "LA" | "LB" | "LC" | "LK" | "LR" | "LS" | "LY" | "MA" | "MF" | "MG" | "MH" | "ML" | "MM" | "MN" | "MO" | "MP" | "MQ" | "MR" | "MS" | "MU" | "MV" | "MW" | "MX" | "MY" | "MZ" | "NA" | "NC" | "NE" | "NF" | "NG" | "NI" | "NP" | "NR" | "NU" | "NZ" | "OM" | "PA" | "PE" | "PF" | "PG" | "PH" | "PK" | "PM" | "PN" | "PR" | "PS" | "PW" | "PY" | "QA" | "RE" | "RW" | "SA" | "SB" | "SC" | "SD" | "SG" | "SH" | "SJ" | "SL" | "SN" | "SO" | "SR" | "SS" | "ST" | "SV" | "SX" | "SY" | "SZ" | "TC" | "TD" | "TF" | "TG" | "TH" | "TJ" | "TK" | "TL" | "TM" | "TN" | "TO" | "TT" | "TV" | "TW" | "TZ" | "UG" | "UM" | "UY" | "UZ" | "VC" | "VE" | "VG" | "VI" | "VN" | "VU" | "WF" | "WS" | "YE" | "YT" | "ZA" | "ZM" | "ZW" | "OTHER";
68683
68696
  /**
68684
68697
  * CitizensCoverageChoice
68685
68698
  * @description An enumeration.
68686
- * @enum {unknown}
68699
+ * @enum {string}
68687
68700
  */
68688
68701
  CitizensCoverageChoice: "LIABILITY_ESSENTIAL" | "LIABILITY_CASCO_ESSENTIAL" | "LIABILITY_CASCO_EXCLUSIVE";
68689
68702
  /**
68690
68703
  * CitizensInsuredAmountLiability
68691
68704
  * @description An enumeration.
68692
- * @enum {unknown}
68705
+ * @enum {string}
68693
68706
  */
68694
68707
  CitizensInsuredAmountLiability: "INSURED_AMOUNT_LIABILITY_150000" | "INSURED_AMOUNT_LIABILITY_200000" | "INSURED_AMOUNT_LIABILITY_250000";
68695
68708
  /** ConversationsOriginFilter */
@@ -69160,7 +69173,7 @@ interface components {
69160
69173
  /**
69161
69174
  * FLOW_MAIL_TYPE
69162
69175
  * @description An enumeration.
69163
- * @enum {unknown}
69176
+ * @enum {string}
69164
69177
  */
69165
69178
  FLOW_MAIL_TYPE: "REMINDER";
69166
69179
  /** CarReferenceQueryModel */
@@ -69386,31 +69399,31 @@ interface components {
69386
69399
  * Format: date
69387
69400
  * @description Commencement date of the offers
69388
69401
  */
69389
- commencement_date?: Record<string, never>;
69402
+ commencement_date?: string;
69390
69403
  /**
69391
69404
  * date
69392
69405
  * Format: date
69393
69406
  * @description Expiry date of the offers
69394
69407
  */
69395
- expiry_date?: Record<string, never>;
69408
+ expiry_date?: string;
69396
69409
  /**
69397
69410
  * date
69398
69411
  * Format: date
69399
69412
  * @description Deadline for receiving offers
69400
69413
  */
69401
- reception_date?: Record<string, never>;
69414
+ reception_date?: string;
69402
69415
  /**
69403
69416
  * date
69404
69417
  * Format: date
69405
69418
  * @description Start date for policy proposition validity interval
69406
69419
  */
69407
- valid_from?: Record<string, never>;
69420
+ valid_from?: string;
69408
69421
  /**
69409
69422
  * date
69410
69423
  * Format: date
69411
69424
  * @description End date for policy proposition validity interval
69412
69425
  */
69413
- valid_until?: Record<string, never>;
69426
+ valid_until?: string;
69414
69427
  };
69415
69428
  /** ChatSummaryDetailed */
69416
69429
  ChatSummaryDetailed: {