wg-api-sdk 4.30.240 → 4.30.241
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.d.mts +304 -296
- package/dist/index.d.ts +304 -296
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -8566,13 +8566,13 @@ interface components {
|
|
|
8566
8566
|
/**
|
|
8567
8567
|
* ANVA_CLAIM_STATUS
|
|
8568
8568
|
* @description An enumeration.
|
|
8569
|
-
* @enum {
|
|
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 {
|
|
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 {
|
|
8587
|
+
* @enum {string}
|
|
8588
8588
|
*/
|
|
8589
8589
|
CAMPAIGN_TYPE: "EMAIL" | "WEBSITE";
|
|
8590
8590
|
/**
|
|
@@ -8875,7 +8875,7 @@ interface components {
|
|
|
8875
8875
|
/**
|
|
8876
8876
|
* FAQ_TYPE
|
|
8877
8877
|
* @description An enumeration.
|
|
8878
|
-
* @enum {
|
|
8878
|
+
* @enum {string}
|
|
8879
8879
|
*/
|
|
8880
8880
|
FAQ_TYPE: "INVOICE" | "CLAIM" | "POLICY_PACKAGE" | "INSURANCE_POLICY";
|
|
8881
8881
|
/**
|
|
@@ -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-
|
|
8968
|
+
* @default 2026-01-14T16:38:10.546661
|
|
8969
8969
|
*/
|
|
8970
8970
|
timestamp: string;
|
|
8971
8971
|
/**
|
|
@@ -9141,7 +9141,7 @@ interface components {
|
|
|
9141
9141
|
/**
|
|
9142
9142
|
* REPORT_REVISION_STATUS
|
|
9143
9143
|
* @description An enumeration.
|
|
9144
|
-
* @enum {
|
|
9144
|
+
* @enum {string}
|
|
9145
9145
|
*/
|
|
9146
9146
|
REPORT_REVISION_STATUS: "NEW" | "DRAFT" | "INQUIRED" | "ACCEPTED" | "REJECTED" | "EXPIRED" | "CLOSED" | "UPDATE_REQUESTED";
|
|
9147
9147
|
/**
|
|
@@ -10012,7 +10012,7 @@ interface components {
|
|
|
10012
10012
|
* date
|
|
10013
10013
|
* Format: date
|
|
10014
10014
|
*/
|
|
10015
|
-
machines_last_inspection?:
|
|
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 {
|
|
10591
|
+
* @enum {string}
|
|
10592
10592
|
*/
|
|
10593
10593
|
RIZIV_CONVENTION_STATUS: "CONVENTIONED" | "PARTIALLY_CONVENTIONED" | "NOT_CONVENTIONED";
|
|
10594
10594
|
/** EstablishmentQueryModel */
|
|
@@ -15153,7 +15153,7 @@ interface components {
|
|
|
15153
15153
|
/**
|
|
15154
15154
|
* CLAIM_FREE_YEARS
|
|
15155
15155
|
* @description An enumeration.
|
|
15156
|
-
* @enum {
|
|
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 {
|
|
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 {
|
|
16550
|
+
* @enum {string}
|
|
16551
16551
|
*/
|
|
16552
16552
|
FSMA_STATUTE: "A" | "A-cB" | "A-B" | "A-R";
|
|
16553
16553
|
/**
|
|
@@ -16991,12 +16991,12 @@ interface components {
|
|
|
16991
16991
|
* Format: date
|
|
16992
16992
|
* @description The optional user expiration date.
|
|
16993
16993
|
*/
|
|
16994
|
-
expiration_date?:
|
|
16994
|
+
expiration_date?: string;
|
|
16995
16995
|
};
|
|
16996
16996
|
/**
|
|
16997
16997
|
* LANGUAGE_CODES
|
|
16998
16998
|
* @description An enumeration.
|
|
16999
|
-
* @enum {
|
|
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 {
|
|
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 {
|
|
17381
|
+
* @enum {string}
|
|
17382
17382
|
*/
|
|
17383
17383
|
ALL_GUARANTEES_SETTING: "ON" | "OFF" | "NORMAL";
|
|
17384
17384
|
/** BrokerMembershipsCreateCmd */
|
|
@@ -17531,7 +17531,7 @@ interface components {
|
|
|
17531
17531
|
/**
|
|
17532
17532
|
* AFFILIATION_STATUS
|
|
17533
17533
|
* @description An enumeration.
|
|
17534
|
-
* @enum {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
19077
|
+
driver_license_expiration_date?: string;
|
|
19078
19078
|
/**
|
|
19079
19079
|
* date
|
|
19080
19080
|
* Format: date
|
|
19081
19081
|
*/
|
|
19082
|
-
issue_license_date?:
|
|
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 {
|
|
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 {
|
|
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?:
|
|
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?:
|
|
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 {
|
|
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 {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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:
|
|
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?:
|
|
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?:
|
|
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 {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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 {
|
|
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 {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
22265
|
+
driver_license_expiration_date?: string;
|
|
22266
22266
|
/**
|
|
22267
22267
|
* date
|
|
22268
22268
|
* Format: date
|
|
22269
22269
|
*/
|
|
22270
|
-
issue_license_date?:
|
|
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 {
|
|
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?:
|
|
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?:
|
|
22749
|
+
registration_first?: string;
|
|
22750
22750
|
/**
|
|
22751
22751
|
* date
|
|
22752
22752
|
* Format: date
|
|
22753
22753
|
*/
|
|
22754
|
-
registration_last?:
|
|
22754
|
+
registration_last?: string;
|
|
22755
22755
|
/**
|
|
22756
22756
|
* date
|
|
22757
22757
|
* Format: date
|
|
22758
22758
|
*/
|
|
22759
|
-
purchase_date?:
|
|
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 {
|
|
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?:
|
|
22844
|
+
registration_first?: string;
|
|
22845
22845
|
/**
|
|
22846
22846
|
* date
|
|
22847
22847
|
* Format: date
|
|
22848
22848
|
*/
|
|
22849
|
-
registration_last?:
|
|
22849
|
+
registration_last?: string;
|
|
22850
22850
|
/**
|
|
22851
22851
|
* date
|
|
22852
22852
|
* Format: date
|
|
22853
22853
|
*/
|
|
22854
|
-
purchase_date?:
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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:
|
|
23063
|
+
start_date: string;
|
|
23064
23064
|
/**
|
|
23065
23065
|
* date
|
|
23066
23066
|
* Format: date
|
|
23067
23067
|
*/
|
|
23068
|
-
end_date:
|
|
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 {
|
|
23078
|
+
* @enum {string}
|
|
23079
23079
|
*/
|
|
23080
23080
|
OFFER_STATUS: "PENDING" | "SEND" | "SIGNED" | "ACCEPTED" | "REJECTED" | "CANCELLED" | "EXPIRED";
|
|
23081
23081
|
/** AmountOfRiskObjects */
|
|
@@ -25043,7 +25043,7 @@ interface components {
|
|
|
25043
25043
|
* date
|
|
25044
25044
|
* Format: date
|
|
25045
25045
|
*/
|
|
25046
|
-
birth?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
26048
|
+
stopped_smoking_since?: string;
|
|
26049
26049
|
/**
|
|
26050
26050
|
* Height In Cm
|
|
26051
26051
|
* @description Height of the natural person in centimeters
|
|
@@ -26595,7 +26595,7 @@ interface components {
|
|
|
26595
26595
|
/**
|
|
26596
26596
|
* CURRENCY
|
|
26597
26597
|
* @description An enumeration.
|
|
26598
|
-
* @enum {
|
|
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 {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
27994
|
+
identity_card_issue_date?: string;
|
|
27995
27995
|
/**
|
|
27996
27996
|
* date
|
|
27997
27997
|
* Format: date
|
|
27998
27998
|
*/
|
|
27999
|
-
last_physical_conversation?:
|
|
27999
|
+
last_physical_conversation?: string;
|
|
28000
28000
|
/**
|
|
28001
28001
|
* date
|
|
28002
28002
|
* Format: date
|
|
28003
28003
|
*/
|
|
28004
|
-
last_phone_or_digital_conversation?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
29364
|
+
multi_year_maintenance_plan_date?: string;
|
|
29365
29365
|
/**
|
|
29366
29366
|
* date
|
|
29367
29367
|
* Format: date
|
|
29368
29368
|
*/
|
|
29369
|
-
last_major_maintenance_date?:
|
|
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?:
|
|
29384
|
+
estimation_date?: string;
|
|
29385
29385
|
/**
|
|
29386
29386
|
* date
|
|
29387
29387
|
* Format: date
|
|
29388
29388
|
*/
|
|
29389
|
-
taxation_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
29768
|
+
last_fire_extinguishers_maintenance?: string;
|
|
29769
29769
|
/**
|
|
29770
29770
|
* date
|
|
29771
29771
|
* Format: date
|
|
29772
29772
|
*/
|
|
29773
|
-
last_fire_hoses_maintenance?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
31370
|
+
identity_card_issue_date?: string;
|
|
31371
31371
|
/**
|
|
31372
31372
|
* date
|
|
31373
31373
|
* Format: date
|
|
31374
31374
|
*/
|
|
31375
|
-
last_physical_conversation?:
|
|
31375
|
+
last_physical_conversation?: string;
|
|
31376
31376
|
/**
|
|
31377
31377
|
* date
|
|
31378
31378
|
* Format: date
|
|
31379
31379
|
*/
|
|
31380
|
-
last_phone_or_digital_conversation?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
31542
|
+
driver_license_expiration_date?: string;
|
|
31543
31543
|
/**
|
|
31544
31544
|
* date
|
|
31545
31545
|
* Format: date
|
|
31546
31546
|
*/
|
|
31547
|
-
issue_license_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
32088
|
+
registration_last?: string;
|
|
32089
32089
|
/**
|
|
32090
32090
|
* date
|
|
32091
32091
|
* Format: date
|
|
32092
32092
|
*/
|
|
32093
|
-
purchase_date?:
|
|
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?:
|
|
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?:
|
|
32208
|
+
registration_last?: string;
|
|
32209
32209
|
/**
|
|
32210
32210
|
* date
|
|
32211
32211
|
* Format: date
|
|
32212
32212
|
*/
|
|
32213
|
-
purchase_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
32491
|
+
due_date?: string;
|
|
32492
32492
|
/**
|
|
32493
32493
|
* date
|
|
32494
32494
|
* Format: date
|
|
32495
32495
|
*/
|
|
32496
|
-
start_date?:
|
|
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?:
|
|
32559
|
+
due_date?: string;
|
|
32560
32560
|
/**
|
|
32561
32561
|
* date
|
|
32562
32562
|
* Format: date
|
|
32563
32563
|
*/
|
|
32564
|
-
start_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
33987
|
+
identity_card_issue_date?: string;
|
|
33988
33988
|
/**
|
|
33989
33989
|
* date
|
|
33990
33990
|
* Format: date
|
|
33991
33991
|
*/
|
|
33992
|
-
last_physical_conversation?:
|
|
33992
|
+
last_physical_conversation?: string;
|
|
33993
33993
|
/**
|
|
33994
33994
|
* date
|
|
33995
33995
|
* Format: date
|
|
33996
33996
|
*/
|
|
33997
|
-
last_phone_or_digital_conversation?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
34157
|
+
driver_license_expiration_date?: string;
|
|
34158
34158
|
/**
|
|
34159
34159
|
* date
|
|
34160
34160
|
* Format: date
|
|
34161
34161
|
*/
|
|
34162
|
-
issue_license_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
36069
|
+
identity_card_issue_date?: string;
|
|
36070
36070
|
/**
|
|
36071
36071
|
* date
|
|
36072
36072
|
* Format: date
|
|
36073
36073
|
*/
|
|
36074
|
-
last_physical_conversation?:
|
|
36074
|
+
last_physical_conversation?: string;
|
|
36075
36075
|
/**
|
|
36076
36076
|
* date
|
|
36077
36077
|
* Format: date
|
|
36078
36078
|
*/
|
|
36079
|
-
last_phone_or_digital_conversation?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
36241
|
+
driver_license_expiration_date?: string;
|
|
36242
36242
|
/**
|
|
36243
36243
|
* date
|
|
36244
36244
|
* Format: date
|
|
36245
36245
|
*/
|
|
36246
|
-
issue_license_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
37711
|
+
multi_year_maintenance_plan_date?: string;
|
|
37712
37712
|
/**
|
|
37713
37713
|
* date
|
|
37714
37714
|
* Format: date
|
|
37715
37715
|
*/
|
|
37716
|
-
last_major_maintenance_date?:
|
|
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?:
|
|
37731
|
+
estimation_date?: string;
|
|
37732
37732
|
/**
|
|
37733
37733
|
* date
|
|
37734
37734
|
* Format: date
|
|
37735
37735
|
*/
|
|
37736
|
-
taxation_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
38262
|
+
registration_last?: string;
|
|
38263
38263
|
/**
|
|
38264
38264
|
* date
|
|
38265
38265
|
* Format: date
|
|
38266
38266
|
*/
|
|
38267
|
-
purchase_date?:
|
|
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?:
|
|
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?:
|
|
38392
|
+
registration_last?: string;
|
|
38393
38393
|
/**
|
|
38394
38394
|
* date
|
|
38395
38395
|
* Format: date
|
|
38396
38396
|
*/
|
|
38397
|
-
purchase_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
39063
|
+
driver_license_expiration_date?: string;
|
|
39064
39064
|
/**
|
|
39065
39065
|
* date
|
|
39066
39066
|
* Format: date
|
|
39067
39067
|
*/
|
|
39068
|
-
issue_license_date?:
|
|
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?:
|
|
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?:
|
|
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:
|
|
39502
|
+
start_date: string;
|
|
39503
39503
|
/**
|
|
39504
39504
|
* date
|
|
39505
39505
|
* Format: date
|
|
39506
39506
|
* @description End date.
|
|
39507
39507
|
*/
|
|
39508
|
-
end_date?:
|
|
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?:
|
|
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?:
|
|
39983
|
+
due_date?: string;
|
|
39984
39984
|
/**
|
|
39985
39985
|
* date
|
|
39986
39986
|
* Format: date
|
|
39987
39987
|
*/
|
|
39988
|
-
start_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
41403
|
+
multi_year_maintenance_plan_date?: string;
|
|
41404
41404
|
/**
|
|
41405
41405
|
* date
|
|
41406
41406
|
* Format: date
|
|
41407
41407
|
*/
|
|
41408
|
-
last_major_maintenance_date?:
|
|
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?:
|
|
41423
|
+
estimation_date?: string;
|
|
41424
41424
|
/**
|
|
41425
41425
|
* date
|
|
41426
41426
|
* Format: date
|
|
41427
41427
|
*/
|
|
41428
|
-
taxation_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
43137
|
+
identity_card_issue_date?: string;
|
|
43138
43138
|
/**
|
|
43139
43139
|
* date
|
|
43140
43140
|
* Format: date
|
|
43141
43141
|
*/
|
|
43142
|
-
last_physical_conversation?:
|
|
43142
|
+
last_physical_conversation?: string;
|
|
43143
43143
|
/**
|
|
43144
43144
|
* date
|
|
43145
43145
|
* Format: date
|
|
43146
43146
|
*/
|
|
43147
|
-
last_phone_or_digital_conversation?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
43309
|
+
driver_license_expiration_date?: string;
|
|
43310
43310
|
/**
|
|
43311
43311
|
* date
|
|
43312
43312
|
* Format: date
|
|
43313
43313
|
*/
|
|
43314
|
-
issue_license_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
43825
|
+
registration_first?: string;
|
|
43826
43826
|
/**
|
|
43827
43827
|
* date
|
|
43828
43828
|
* Format: date
|
|
43829
43829
|
*/
|
|
43830
|
-
registration_last?:
|
|
43830
|
+
registration_last?: string;
|
|
43831
43831
|
/**
|
|
43832
43832
|
* date
|
|
43833
43833
|
* Format: date
|
|
43834
43834
|
*/
|
|
43835
|
-
purchase_date?:
|
|
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?:
|
|
43936
|
+
registration_first?: string;
|
|
43937
43937
|
/**
|
|
43938
43938
|
* date
|
|
43939
43939
|
* Format: date
|
|
43940
43940
|
*/
|
|
43941
|
-
registration_last?:
|
|
43941
|
+
registration_last?: string;
|
|
43942
43942
|
/**
|
|
43943
43943
|
* date
|
|
43944
43944
|
* Format: date
|
|
43945
43945
|
*/
|
|
43946
|
-
purchase_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
45623
|
+
identity_card_issue_date?: string;
|
|
45624
45624
|
/**
|
|
45625
45625
|
* date
|
|
45626
45626
|
* Format: date
|
|
45627
45627
|
*/
|
|
45628
|
-
last_physical_conversation?:
|
|
45628
|
+
last_physical_conversation?: string;
|
|
45629
45629
|
/**
|
|
45630
45630
|
* date
|
|
45631
45631
|
* Format: date
|
|
45632
45632
|
*/
|
|
45633
|
-
last_phone_or_digital_conversation?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
45795
|
+
driver_license_expiration_date?: string;
|
|
45796
45796
|
/**
|
|
45797
45797
|
* date
|
|
45798
45798
|
* Format: date
|
|
45799
45799
|
*/
|
|
45800
|
-
issue_license_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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 {
|
|
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 {
|
|
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:
|
|
47540
|
+
start_date: string;
|
|
47541
47541
|
/**
|
|
47542
47542
|
* date
|
|
47543
47543
|
* Format: date
|
|
47544
47544
|
*/
|
|
47545
|
-
end_date:
|
|
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?:
|
|
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?:
|
|
47709
|
+
commencement_date?: string;
|
|
47710
47710
|
/**
|
|
47711
47711
|
* date
|
|
47712
47712
|
* Format: date
|
|
47713
47713
|
*/
|
|
47714
|
-
end_date?:
|
|
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 {
|
|
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 {
|
|
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:
|
|
48088
|
+
start_date: string;
|
|
48089
48089
|
/**
|
|
48090
48090
|
* date
|
|
48091
48091
|
* Format: date
|
|
48092
48092
|
*/
|
|
48093
|
-
end_date:
|
|
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?:
|
|
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:
|
|
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?:
|
|
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?:
|
|
49561
|
+
due_date?: string;
|
|
49562
49562
|
/**
|
|
49563
49563
|
* date
|
|
49564
49564
|
* Format: date
|
|
49565
49565
|
*/
|
|
49566
|
-
start_date?:
|
|
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 {
|
|
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?:
|
|
50037
|
+
due_date?: string;
|
|
50038
50038
|
/**
|
|
50039
50039
|
* date
|
|
50040
50040
|
* Format: date
|
|
50041
50041
|
*/
|
|
50042
|
-
start_date?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
50425
|
+
end_date?: string;
|
|
50418
50426
|
/**
|
|
50419
50427
|
* date
|
|
50420
50428
|
* Format: date
|
|
50421
50429
|
*/
|
|
50422
|
-
start_date?:
|
|
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?:
|
|
50713
|
+
end_date?: string;
|
|
50706
50714
|
/**
|
|
50707
50715
|
* date
|
|
50708
50716
|
* Format: date
|
|
50709
50717
|
*/
|
|
50710
|
-
start_date?:
|
|
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?:
|
|
50873
|
+
start_date?: string;
|
|
50866
50874
|
/**
|
|
50867
50875
|
* date
|
|
50868
50876
|
* Format: date
|
|
50869
50877
|
*/
|
|
50870
|
-
end_date?:
|
|
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?:
|
|
51112
|
+
end_date?: string;
|
|
51105
51113
|
/**
|
|
51106
51114
|
* date
|
|
51107
51115
|
* Format: date
|
|
51108
51116
|
*/
|
|
51109
|
-
start_date?:
|
|
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 {
|
|
51590
|
+
* @enum {string}
|
|
51583
51591
|
*/
|
|
51584
51592
|
DOCUMENT_STATUS: "CREATED" | "GENERATED" | "SIGNED" | "REJECTED";
|
|
51585
51593
|
/**
|