wg-api-sdk 4.30.214 → 4.30.215
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 +31 -4
- package/dist/index.d.ts +31 -4
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -8786,7 +8786,7 @@ interface components {
|
|
|
8786
8786
|
* Timestamp
|
|
8787
8787
|
* Format: date-time
|
|
8788
8788
|
* @description Timestamp of when the error occured
|
|
8789
|
-
* @default 2025-12-
|
|
8789
|
+
* @default 2025-12-02T15:43:52.263881
|
|
8790
8790
|
*/
|
|
8791
8791
|
timestamp: string;
|
|
8792
8792
|
/**
|
|
@@ -17340,7 +17340,7 @@ interface components {
|
|
|
17340
17340
|
* @description An enumeration.
|
|
17341
17341
|
* @enum {unknown}
|
|
17342
17342
|
*/
|
|
17343
|
-
InsuranceCompanyTag: "ag" | "allianz" | "amlin" | "argenta" | "aedes" | "axa" | "baloise" | "belfius" | "bcover" | "corona" | "das" | "de_motoverzekering" | "lar" | "arces" | "ing" | "arag" | "ethias" | "euromex" | "federale" | "fidea" | "generali" | "athora" | "hdi" | "nn" | "kbc" | "optimco" | "partners" | "pv" | "pnp" | "touring" | "tvm" | "vivium" | "dvv" | "foyer" | "yuzzu" | "ardpre" | "alpha" | "amma" | "asco" | "cda" | "hagelunie" | "zurich" | "deltalloyd" | "mercator" | "ns" | "fortis" | "bnp" | "dela" | "dkv" | "europ" | "elitis" | "mobly" | "nomad" | "qover" | "patronale" | "santevet" | "vab" | "callant" | "pia" | "ibis" | "verzekerje" | "villasure" | "
|
|
17343
|
+
InsuranceCompanyTag: "ag" | "allianz" | "amlin" | "argenta" | "aedes" | "axa" | "baloise" | "belfius" | "bcover" | "corona" | "das" | "de_motoverzekering" | "lar" | "arces" | "ing" | "arag" | "ethias" | "euromex" | "federale" | "fidea" | "generali" | "athora" | "hdi" | "nn" | "kbc" | "optimco" | "partners" | "pv" | "pnp" | "touring" | "tvm" | "vivium" | "dvv" | "foyer" | "yuzzu" | "ardpre" | "alpha" | "amma" | "asco" | "cda" | "hagelunie" | "zurich" | "deltalloyd" | "mercator" | "ns" | "fortis" | "bnp" | "dela" | "dkv" | "europ" | "elitis" | "mobly" | "nomad" | "qover" | "patronale" | "santevet" | "vab" | "callant" | "pia" | "ibis" | "wegroup" | "verzekerje" | "villasure" | "dna_yachtinsurance" | "bikmo" | "belvilla" | "ex_amlin" | "yacht_and_co" | "asr" | "unigarant" | "aska" | "vdh" | "citizens_aw" | "citizens_cw" | "assudis";
|
|
17344
17344
|
/**
|
|
17345
17345
|
* _InsuranceType
|
|
17346
17346
|
* @description An enumeration.
|
|
@@ -24692,6 +24692,8 @@ interface components {
|
|
|
24692
24692
|
wants_to_insure_medicines?: boolean;
|
|
24693
24693
|
/** Wants To Insure Air Ambulance */
|
|
24694
24694
|
wants_to_insure_air_ambulance?: boolean;
|
|
24695
|
+
/** Wants To Insure Extra Air Ambulance */
|
|
24696
|
+
wants_to_insure_extra_air_ambulance?: boolean;
|
|
24695
24697
|
/** Wants To Insure Accidents */
|
|
24696
24698
|
wants_to_insure_accidents?: boolean;
|
|
24697
24699
|
/** Wants To Insure Special Sports */
|
|
@@ -28130,6 +28132,8 @@ interface components {
|
|
|
28130
28132
|
* @default OTHER
|
|
28131
28133
|
*/
|
|
28132
28134
|
type: components["schemas"]["PARTY_DOCUMENT_TYPE"];
|
|
28135
|
+
/** Hidden For Customer */
|
|
28136
|
+
hidden_for_customer?: boolean;
|
|
28133
28137
|
};
|
|
28134
28138
|
/** PartyLogoCmd */
|
|
28135
28139
|
PartyLogoCmd: {
|
|
@@ -28163,6 +28167,8 @@ interface components {
|
|
|
28163
28167
|
* @description type of uploaded document
|
|
28164
28168
|
*/
|
|
28165
28169
|
type?: unknown;
|
|
28170
|
+
/** Hidden For Customer */
|
|
28171
|
+
hidden_for_customer?: boolean;
|
|
28166
28172
|
};
|
|
28167
28173
|
/**
|
|
28168
28174
|
* COMPANY_PROSPECT_TYPE
|
|
@@ -32497,6 +32503,8 @@ interface components {
|
|
|
32497
32503
|
* @default INSURANCE_POLICY
|
|
32498
32504
|
*/
|
|
32499
32505
|
type: components["schemas"]["INSURANCE_POLICY_DOCUMENT_TYPE"];
|
|
32506
|
+
/** Hidden For Customer */
|
|
32507
|
+
hidden_for_customer?: boolean;
|
|
32500
32508
|
};
|
|
32501
32509
|
/**
|
|
32502
32510
|
* INSURANCE_POLICY_DOCUMENT_TYPE
|
|
@@ -39633,6 +39641,8 @@ interface components {
|
|
|
39633
39641
|
* @description description of document
|
|
39634
39642
|
*/
|
|
39635
39643
|
description?: string;
|
|
39644
|
+
/** Hidden For Customer */
|
|
39645
|
+
hidden_for_customer?: boolean;
|
|
39636
39646
|
};
|
|
39637
39647
|
/** update_document_by_party_id_params */
|
|
39638
39648
|
update_document_by_party_id_params: {
|
|
@@ -39676,6 +39686,8 @@ interface components {
|
|
|
39676
39686
|
* @description type of uploaded document
|
|
39677
39687
|
*/
|
|
39678
39688
|
type?: unknown;
|
|
39689
|
+
/** Hidden For Customer */
|
|
39690
|
+
hidden_for_customer?: boolean;
|
|
39679
39691
|
};
|
|
39680
39692
|
/** create_insurance_policy_for_party_params */
|
|
39681
39693
|
create_insurance_policy_for_party_params: {
|
|
@@ -48190,6 +48202,8 @@ interface components {
|
|
|
48190
48202
|
published_at?: string;
|
|
48191
48203
|
/** External Refs */
|
|
48192
48204
|
external_refs?: components["schemas"]["app__models__read__Document__ExternalRef"][];
|
|
48205
|
+
/** Hidden For Customer */
|
|
48206
|
+
hidden_for_customer?: boolean;
|
|
48193
48207
|
};
|
|
48194
48208
|
/** SignatureBox */
|
|
48195
48209
|
SignatureBox: {
|
|
@@ -48958,6 +48972,11 @@ interface components {
|
|
|
48958
48972
|
};
|
|
48959
48973
|
/** AdvisoryReportRevisionMailInquiryCmd */
|
|
48960
48974
|
AdvisoryReportRevisionMailInquiryCmd: {
|
|
48975
|
+
/**
|
|
48976
|
+
* Mail To
|
|
48977
|
+
* @description The primary mail to
|
|
48978
|
+
*/
|
|
48979
|
+
mail_to?: string;
|
|
48961
48980
|
/**
|
|
48962
48981
|
* Remark
|
|
48963
48982
|
* @description Custom text added by the broker and included in mail content.
|
|
@@ -48965,7 +48984,7 @@ interface components {
|
|
|
48965
48984
|
remark?: string;
|
|
48966
48985
|
/**
|
|
48967
48986
|
* Emails
|
|
48968
|
-
* @description Additional emails, apart from the party, that'll receive the mail as well.
|
|
48987
|
+
* @description Additional emails, apart from the party, that'll receive the mail as well (in mail to, not bcc).
|
|
48969
48988
|
* @default []
|
|
48970
48989
|
*/
|
|
48971
48990
|
emails: string[];
|
|
@@ -50717,6 +50736,8 @@ interface components {
|
|
|
50717
50736
|
* @description type of uploaded document
|
|
50718
50737
|
*/
|
|
50719
50738
|
type?: unknown;
|
|
50739
|
+
/** Hidden For Customer */
|
|
50740
|
+
hidden_for_customer?: boolean;
|
|
50720
50741
|
};
|
|
50721
50742
|
/** CreateCampaignLogoCmd */
|
|
50722
50743
|
CreateCampaignLogoCmd: {
|
|
@@ -50750,6 +50771,8 @@ interface components {
|
|
|
50750
50771
|
* @description type of uploaded document
|
|
50751
50772
|
*/
|
|
50752
50773
|
type?: unknown;
|
|
50774
|
+
/** Hidden For Customer */
|
|
50775
|
+
hidden_for_customer?: boolean;
|
|
50753
50776
|
};
|
|
50754
50777
|
/** CampaignSpecifications */
|
|
50755
50778
|
CampaignSpecifications: {
|
|
@@ -50899,6 +50922,8 @@ interface components {
|
|
|
50899
50922
|
* @description type of uploaded document
|
|
50900
50923
|
*/
|
|
50901
50924
|
type?: unknown;
|
|
50925
|
+
/** Hidden For Customer */
|
|
50926
|
+
hidden_for_customer?: boolean;
|
|
50902
50927
|
/**
|
|
50903
50928
|
* Location
|
|
50904
50929
|
* @description unique path to bucket as received in upload request
|
|
@@ -50932,6 +50957,8 @@ interface components {
|
|
|
50932
50957
|
* @description type of uploaded document
|
|
50933
50958
|
*/
|
|
50934
50959
|
type?: unknown;
|
|
50960
|
+
/** Hidden For Customer */
|
|
50961
|
+
hidden_for_customer?: boolean;
|
|
50935
50962
|
/**
|
|
50936
50963
|
* Location
|
|
50937
50964
|
* @description unique path to bucket as received in upload request
|
|
@@ -55794,7 +55821,7 @@ interface components {
|
|
|
55794
55821
|
* @description An enumeration.
|
|
55795
55822
|
* @enum {unknown}
|
|
55796
55823
|
*/
|
|
55797
|
-
PaymentMethod: "DIRECT_DEBIT" | "
|
|
55824
|
+
PaymentMethod: "TRANSFER" | "DIRECT_DEBIT" | "NONE";
|
|
55798
55825
|
/**
|
|
55799
55826
|
* ThirdPartyConstructionWorkInsuranceType
|
|
55800
55827
|
* @description An enumeration.
|
package/dist/index.d.ts
CHANGED
|
@@ -8786,7 +8786,7 @@ interface components {
|
|
|
8786
8786
|
* Timestamp
|
|
8787
8787
|
* Format: date-time
|
|
8788
8788
|
* @description Timestamp of when the error occured
|
|
8789
|
-
* @default 2025-12-
|
|
8789
|
+
* @default 2025-12-02T15:43:52.263881
|
|
8790
8790
|
*/
|
|
8791
8791
|
timestamp: string;
|
|
8792
8792
|
/**
|
|
@@ -17340,7 +17340,7 @@ interface components {
|
|
|
17340
17340
|
* @description An enumeration.
|
|
17341
17341
|
* @enum {unknown}
|
|
17342
17342
|
*/
|
|
17343
|
-
InsuranceCompanyTag: "ag" | "allianz" | "amlin" | "argenta" | "aedes" | "axa" | "baloise" | "belfius" | "bcover" | "corona" | "das" | "de_motoverzekering" | "lar" | "arces" | "ing" | "arag" | "ethias" | "euromex" | "federale" | "fidea" | "generali" | "athora" | "hdi" | "nn" | "kbc" | "optimco" | "partners" | "pv" | "pnp" | "touring" | "tvm" | "vivium" | "dvv" | "foyer" | "yuzzu" | "ardpre" | "alpha" | "amma" | "asco" | "cda" | "hagelunie" | "zurich" | "deltalloyd" | "mercator" | "ns" | "fortis" | "bnp" | "dela" | "dkv" | "europ" | "elitis" | "mobly" | "nomad" | "qover" | "patronale" | "santevet" | "vab" | "callant" | "pia" | "ibis" | "verzekerje" | "villasure" | "
|
|
17343
|
+
InsuranceCompanyTag: "ag" | "allianz" | "amlin" | "argenta" | "aedes" | "axa" | "baloise" | "belfius" | "bcover" | "corona" | "das" | "de_motoverzekering" | "lar" | "arces" | "ing" | "arag" | "ethias" | "euromex" | "federale" | "fidea" | "generali" | "athora" | "hdi" | "nn" | "kbc" | "optimco" | "partners" | "pv" | "pnp" | "touring" | "tvm" | "vivium" | "dvv" | "foyer" | "yuzzu" | "ardpre" | "alpha" | "amma" | "asco" | "cda" | "hagelunie" | "zurich" | "deltalloyd" | "mercator" | "ns" | "fortis" | "bnp" | "dela" | "dkv" | "europ" | "elitis" | "mobly" | "nomad" | "qover" | "patronale" | "santevet" | "vab" | "callant" | "pia" | "ibis" | "wegroup" | "verzekerje" | "villasure" | "dna_yachtinsurance" | "bikmo" | "belvilla" | "ex_amlin" | "yacht_and_co" | "asr" | "unigarant" | "aska" | "vdh" | "citizens_aw" | "citizens_cw" | "assudis";
|
|
17344
17344
|
/**
|
|
17345
17345
|
* _InsuranceType
|
|
17346
17346
|
* @description An enumeration.
|
|
@@ -24692,6 +24692,8 @@ interface components {
|
|
|
24692
24692
|
wants_to_insure_medicines?: boolean;
|
|
24693
24693
|
/** Wants To Insure Air Ambulance */
|
|
24694
24694
|
wants_to_insure_air_ambulance?: boolean;
|
|
24695
|
+
/** Wants To Insure Extra Air Ambulance */
|
|
24696
|
+
wants_to_insure_extra_air_ambulance?: boolean;
|
|
24695
24697
|
/** Wants To Insure Accidents */
|
|
24696
24698
|
wants_to_insure_accidents?: boolean;
|
|
24697
24699
|
/** Wants To Insure Special Sports */
|
|
@@ -28130,6 +28132,8 @@ interface components {
|
|
|
28130
28132
|
* @default OTHER
|
|
28131
28133
|
*/
|
|
28132
28134
|
type: components["schemas"]["PARTY_DOCUMENT_TYPE"];
|
|
28135
|
+
/** Hidden For Customer */
|
|
28136
|
+
hidden_for_customer?: boolean;
|
|
28133
28137
|
};
|
|
28134
28138
|
/** PartyLogoCmd */
|
|
28135
28139
|
PartyLogoCmd: {
|
|
@@ -28163,6 +28167,8 @@ interface components {
|
|
|
28163
28167
|
* @description type of uploaded document
|
|
28164
28168
|
*/
|
|
28165
28169
|
type?: unknown;
|
|
28170
|
+
/** Hidden For Customer */
|
|
28171
|
+
hidden_for_customer?: boolean;
|
|
28166
28172
|
};
|
|
28167
28173
|
/**
|
|
28168
28174
|
* COMPANY_PROSPECT_TYPE
|
|
@@ -32497,6 +32503,8 @@ interface components {
|
|
|
32497
32503
|
* @default INSURANCE_POLICY
|
|
32498
32504
|
*/
|
|
32499
32505
|
type: components["schemas"]["INSURANCE_POLICY_DOCUMENT_TYPE"];
|
|
32506
|
+
/** Hidden For Customer */
|
|
32507
|
+
hidden_for_customer?: boolean;
|
|
32500
32508
|
};
|
|
32501
32509
|
/**
|
|
32502
32510
|
* INSURANCE_POLICY_DOCUMENT_TYPE
|
|
@@ -39633,6 +39641,8 @@ interface components {
|
|
|
39633
39641
|
* @description description of document
|
|
39634
39642
|
*/
|
|
39635
39643
|
description?: string;
|
|
39644
|
+
/** Hidden For Customer */
|
|
39645
|
+
hidden_for_customer?: boolean;
|
|
39636
39646
|
};
|
|
39637
39647
|
/** update_document_by_party_id_params */
|
|
39638
39648
|
update_document_by_party_id_params: {
|
|
@@ -39676,6 +39686,8 @@ interface components {
|
|
|
39676
39686
|
* @description type of uploaded document
|
|
39677
39687
|
*/
|
|
39678
39688
|
type?: unknown;
|
|
39689
|
+
/** Hidden For Customer */
|
|
39690
|
+
hidden_for_customer?: boolean;
|
|
39679
39691
|
};
|
|
39680
39692
|
/** create_insurance_policy_for_party_params */
|
|
39681
39693
|
create_insurance_policy_for_party_params: {
|
|
@@ -48190,6 +48202,8 @@ interface components {
|
|
|
48190
48202
|
published_at?: string;
|
|
48191
48203
|
/** External Refs */
|
|
48192
48204
|
external_refs?: components["schemas"]["app__models__read__Document__ExternalRef"][];
|
|
48205
|
+
/** Hidden For Customer */
|
|
48206
|
+
hidden_for_customer?: boolean;
|
|
48193
48207
|
};
|
|
48194
48208
|
/** SignatureBox */
|
|
48195
48209
|
SignatureBox: {
|
|
@@ -48958,6 +48972,11 @@ interface components {
|
|
|
48958
48972
|
};
|
|
48959
48973
|
/** AdvisoryReportRevisionMailInquiryCmd */
|
|
48960
48974
|
AdvisoryReportRevisionMailInquiryCmd: {
|
|
48975
|
+
/**
|
|
48976
|
+
* Mail To
|
|
48977
|
+
* @description The primary mail to
|
|
48978
|
+
*/
|
|
48979
|
+
mail_to?: string;
|
|
48961
48980
|
/**
|
|
48962
48981
|
* Remark
|
|
48963
48982
|
* @description Custom text added by the broker and included in mail content.
|
|
@@ -48965,7 +48984,7 @@ interface components {
|
|
|
48965
48984
|
remark?: string;
|
|
48966
48985
|
/**
|
|
48967
48986
|
* Emails
|
|
48968
|
-
* @description Additional emails, apart from the party, that'll receive the mail as well.
|
|
48987
|
+
* @description Additional emails, apart from the party, that'll receive the mail as well (in mail to, not bcc).
|
|
48969
48988
|
* @default []
|
|
48970
48989
|
*/
|
|
48971
48990
|
emails: string[];
|
|
@@ -50717,6 +50736,8 @@ interface components {
|
|
|
50717
50736
|
* @description type of uploaded document
|
|
50718
50737
|
*/
|
|
50719
50738
|
type?: unknown;
|
|
50739
|
+
/** Hidden For Customer */
|
|
50740
|
+
hidden_for_customer?: boolean;
|
|
50720
50741
|
};
|
|
50721
50742
|
/** CreateCampaignLogoCmd */
|
|
50722
50743
|
CreateCampaignLogoCmd: {
|
|
@@ -50750,6 +50771,8 @@ interface components {
|
|
|
50750
50771
|
* @description type of uploaded document
|
|
50751
50772
|
*/
|
|
50752
50773
|
type?: unknown;
|
|
50774
|
+
/** Hidden For Customer */
|
|
50775
|
+
hidden_for_customer?: boolean;
|
|
50753
50776
|
};
|
|
50754
50777
|
/** CampaignSpecifications */
|
|
50755
50778
|
CampaignSpecifications: {
|
|
@@ -50899,6 +50922,8 @@ interface components {
|
|
|
50899
50922
|
* @description type of uploaded document
|
|
50900
50923
|
*/
|
|
50901
50924
|
type?: unknown;
|
|
50925
|
+
/** Hidden For Customer */
|
|
50926
|
+
hidden_for_customer?: boolean;
|
|
50902
50927
|
/**
|
|
50903
50928
|
* Location
|
|
50904
50929
|
* @description unique path to bucket as received in upload request
|
|
@@ -50932,6 +50957,8 @@ interface components {
|
|
|
50932
50957
|
* @description type of uploaded document
|
|
50933
50958
|
*/
|
|
50934
50959
|
type?: unknown;
|
|
50960
|
+
/** Hidden For Customer */
|
|
50961
|
+
hidden_for_customer?: boolean;
|
|
50935
50962
|
/**
|
|
50936
50963
|
* Location
|
|
50937
50964
|
* @description unique path to bucket as received in upload request
|
|
@@ -55794,7 +55821,7 @@ interface components {
|
|
|
55794
55821
|
* @description An enumeration.
|
|
55795
55822
|
* @enum {unknown}
|
|
55796
55823
|
*/
|
|
55797
|
-
PaymentMethod: "DIRECT_DEBIT" | "
|
|
55824
|
+
PaymentMethod: "TRANSFER" | "DIRECT_DEBIT" | "NONE";
|
|
55798
55825
|
/**
|
|
55799
55826
|
* ThirdPartyConstructionWorkInsuranceType
|
|
55800
55827
|
* @description An enumeration.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.30.
|
|
3
|
+
"version": "4.30.215",
|
|
4
4
|
"description": "An SDK that provides auto-generated fetch functions and types for interacting with WeGroup 's APIs, based on the OpenAPI specification file.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/esm/index.mjs",
|