wg-api-sdk 4.31.81 → 4.31.82-alpha.1
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 +7 -11
- package/dist/index.d.ts +7 -11
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9853,7 +9853,7 @@ interface components {
|
|
|
9853
9853
|
* Timestamp
|
|
9854
9854
|
* Format: date-time
|
|
9855
9855
|
* @description Timestamp of when the error occured
|
|
9856
|
-
* @default 2026-07-
|
|
9856
|
+
* @default 2026-07-13T17:25:47.740304
|
|
9857
9857
|
*/
|
|
9858
9858
|
timestamp: string;
|
|
9859
9859
|
/**
|
|
@@ -65460,6 +65460,11 @@ interface components {
|
|
|
65460
65460
|
name: string;
|
|
65461
65461
|
/** Documents */
|
|
65462
65462
|
documents: components["schemas"]["AnvaOfferDocument"][];
|
|
65463
|
+
/**
|
|
65464
|
+
* Insurance Policies
|
|
65465
|
+
* @default []
|
|
65466
|
+
*/
|
|
65467
|
+
insurance_policies: components["schemas"]["AnvaSendOfferInsurancePolicy"][];
|
|
65463
65468
|
/** Package Nr */
|
|
65464
65469
|
package_nr?: string;
|
|
65465
65470
|
};
|
|
@@ -65589,13 +65594,6 @@ interface components {
|
|
|
65589
65594
|
icon_key?: string;
|
|
65590
65595
|
title?: components["schemas"]["Localization"];
|
|
65591
65596
|
description?: components["schemas"]["Localization"];
|
|
65592
|
-
/**
|
|
65593
|
-
* Indexed Descriptions
|
|
65594
|
-
* @description Per duplicate-index group descriptions (e.g. Gezinswagen car label per car)
|
|
65595
|
-
*/
|
|
65596
|
-
indexed_descriptions?: {
|
|
65597
|
-
[key: string]: components["schemas"]["Localization"];
|
|
65598
|
-
};
|
|
65599
65597
|
conditions?: components["schemas"]["Conditions"];
|
|
65600
65598
|
role_filter?: components["schemas"]["RoleFilter"];
|
|
65601
65599
|
/** Duplicate Questions */
|
|
@@ -65668,7 +65666,7 @@ interface components {
|
|
|
65668
65666
|
* @description An enumeration.
|
|
65669
65667
|
* @enum {string}
|
|
65670
65668
|
*/
|
|
65671
|
-
ENTITY_KEY: "COMPANY" | "CUSTOMER" | "ASSOCIATED_CUSTOMER" | "ASSOCIATED_COMPANY" | "ESTABLISHMENT" | "MANAGEMENT_ENTITY" | "BALANCE" | "SHAREHOLDER" | "INVENTORY" | "GOODS" | "ACTIVITY" | "INSURANCE_POLICY" | "EMPLOYEE" | "BUILDING" | "ANNEX" | "VEHICLE" | "DRIVER" | "CAR" | "OLDTIMER" | "LIGHT_TRUCK" | "TWO_WHEELER" | "MOTORCYCLE" | "MOPED" | "TRAILER" | "SEMI_TRAILER" | "TRUCK" | "CAMPER" | "CARAVAN" | "BICYCLE" | "DRONE" | "ELECTRONICS" | "AGRICULTURAL" | "CLAIM" | "BOAT" | "FAMILY" | "PARTY_GROUP" | "PARTY" | "LEGAL" | "MACHINERY" | "HOVERBOARD" | "SEGWAY" | "
|
|
65669
|
+
ENTITY_KEY: "COMPANY" | "CUSTOMER" | "ASSOCIATED_CUSTOMER" | "ASSOCIATED_COMPANY" | "ESTABLISHMENT" | "MANAGEMENT_ENTITY" | "BALANCE" | "SHAREHOLDER" | "INVENTORY" | "GOODS" | "ACTIVITY" | "INSURANCE_POLICY" | "EMPLOYEE" | "BUILDING" | "ANNEX" | "VEHICLE" | "DRIVER" | "CAR" | "OLDTIMER" | "LIGHT_TRUCK" | "TWO_WHEELER" | "MOTORCYCLE" | "MOPED" | "TRAILER" | "SEMI_TRAILER" | "TRUCK" | "CAMPER" | "CARAVAN" | "BICYCLE" | "DRONE" | "ELECTRONICS" | "AGRICULTURAL" | "CLAIM" | "BOAT" | "FAMILY" | "PARTY_GROUP" | "PARTY" | "LEGAL" | "MACHINERY" | "HOVERBOARD" | "SEGWAY" | "FLEET";
|
|
65672
65670
|
/** Question */
|
|
65673
65671
|
Question: {
|
|
65674
65672
|
/** Id */
|
|
@@ -65839,8 +65837,6 @@ interface components {
|
|
|
65839
65837
|
display_collapsed?: boolean;
|
|
65840
65838
|
/** Include In Conversation Report */
|
|
65841
65839
|
include_in_conversation_report?: boolean;
|
|
65842
|
-
/** Increments Amount Question Id */
|
|
65843
|
-
increments_amount_question_id?: string;
|
|
65844
65840
|
};
|
|
65845
65841
|
/**
|
|
65846
65842
|
* MIME_TYPE
|
package/dist/index.d.ts
CHANGED
|
@@ -9853,7 +9853,7 @@ interface components {
|
|
|
9853
9853
|
* Timestamp
|
|
9854
9854
|
* Format: date-time
|
|
9855
9855
|
* @description Timestamp of when the error occured
|
|
9856
|
-
* @default 2026-07-
|
|
9856
|
+
* @default 2026-07-13T17:25:47.740304
|
|
9857
9857
|
*/
|
|
9858
9858
|
timestamp: string;
|
|
9859
9859
|
/**
|
|
@@ -65460,6 +65460,11 @@ interface components {
|
|
|
65460
65460
|
name: string;
|
|
65461
65461
|
/** Documents */
|
|
65462
65462
|
documents: components["schemas"]["AnvaOfferDocument"][];
|
|
65463
|
+
/**
|
|
65464
|
+
* Insurance Policies
|
|
65465
|
+
* @default []
|
|
65466
|
+
*/
|
|
65467
|
+
insurance_policies: components["schemas"]["AnvaSendOfferInsurancePolicy"][];
|
|
65463
65468
|
/** Package Nr */
|
|
65464
65469
|
package_nr?: string;
|
|
65465
65470
|
};
|
|
@@ -65589,13 +65594,6 @@ interface components {
|
|
|
65589
65594
|
icon_key?: string;
|
|
65590
65595
|
title?: components["schemas"]["Localization"];
|
|
65591
65596
|
description?: components["schemas"]["Localization"];
|
|
65592
|
-
/**
|
|
65593
|
-
* Indexed Descriptions
|
|
65594
|
-
* @description Per duplicate-index group descriptions (e.g. Gezinswagen car label per car)
|
|
65595
|
-
*/
|
|
65596
|
-
indexed_descriptions?: {
|
|
65597
|
-
[key: string]: components["schemas"]["Localization"];
|
|
65598
|
-
};
|
|
65599
65597
|
conditions?: components["schemas"]["Conditions"];
|
|
65600
65598
|
role_filter?: components["schemas"]["RoleFilter"];
|
|
65601
65599
|
/** Duplicate Questions */
|
|
@@ -65668,7 +65666,7 @@ interface components {
|
|
|
65668
65666
|
* @description An enumeration.
|
|
65669
65667
|
* @enum {string}
|
|
65670
65668
|
*/
|
|
65671
|
-
ENTITY_KEY: "COMPANY" | "CUSTOMER" | "ASSOCIATED_CUSTOMER" | "ASSOCIATED_COMPANY" | "ESTABLISHMENT" | "MANAGEMENT_ENTITY" | "BALANCE" | "SHAREHOLDER" | "INVENTORY" | "GOODS" | "ACTIVITY" | "INSURANCE_POLICY" | "EMPLOYEE" | "BUILDING" | "ANNEX" | "VEHICLE" | "DRIVER" | "CAR" | "OLDTIMER" | "LIGHT_TRUCK" | "TWO_WHEELER" | "MOTORCYCLE" | "MOPED" | "TRAILER" | "SEMI_TRAILER" | "TRUCK" | "CAMPER" | "CARAVAN" | "BICYCLE" | "DRONE" | "ELECTRONICS" | "AGRICULTURAL" | "CLAIM" | "BOAT" | "FAMILY" | "PARTY_GROUP" | "PARTY" | "LEGAL" | "MACHINERY" | "HOVERBOARD" | "SEGWAY" | "
|
|
65669
|
+
ENTITY_KEY: "COMPANY" | "CUSTOMER" | "ASSOCIATED_CUSTOMER" | "ASSOCIATED_COMPANY" | "ESTABLISHMENT" | "MANAGEMENT_ENTITY" | "BALANCE" | "SHAREHOLDER" | "INVENTORY" | "GOODS" | "ACTIVITY" | "INSURANCE_POLICY" | "EMPLOYEE" | "BUILDING" | "ANNEX" | "VEHICLE" | "DRIVER" | "CAR" | "OLDTIMER" | "LIGHT_TRUCK" | "TWO_WHEELER" | "MOTORCYCLE" | "MOPED" | "TRAILER" | "SEMI_TRAILER" | "TRUCK" | "CAMPER" | "CARAVAN" | "BICYCLE" | "DRONE" | "ELECTRONICS" | "AGRICULTURAL" | "CLAIM" | "BOAT" | "FAMILY" | "PARTY_GROUP" | "PARTY" | "LEGAL" | "MACHINERY" | "HOVERBOARD" | "SEGWAY" | "FLEET";
|
|
65672
65670
|
/** Question */
|
|
65673
65671
|
Question: {
|
|
65674
65672
|
/** Id */
|
|
@@ -65839,8 +65837,6 @@ interface components {
|
|
|
65839
65837
|
display_collapsed?: boolean;
|
|
65840
65838
|
/** Include In Conversation Report */
|
|
65841
65839
|
include_in_conversation_report?: boolean;
|
|
65842
|
-
/** Increments Amount Question Id */
|
|
65843
|
-
increments_amount_question_id?: string;
|
|
65844
65840
|
};
|
|
65845
65841
|
/**
|
|
65846
65842
|
* MIME_TYPE
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.82-alpha.1",
|
|
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",
|