wg-api-sdk 4.30.238 → 4.30.239
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 +4 -1
- package/dist/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -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-13T12:58:33.959120
|
|
8969
8969
|
*/
|
|
8970
8970
|
timestamp: string;
|
|
8971
8971
|
/**
|
|
@@ -32498,6 +32498,7 @@ interface components {
|
|
|
32498
32498
|
anva_collection_method_code?: number;
|
|
32499
32499
|
/** Anva Package Code */
|
|
32500
32500
|
anva_package_code?: string;
|
|
32501
|
+
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
32501
32502
|
/** Metadata */
|
|
32502
32503
|
metadata?: Record<string, never>;
|
|
32503
32504
|
/**
|
|
@@ -34757,6 +34758,7 @@ interface components {
|
|
|
34757
34758
|
anva_collection_method_code?: number;
|
|
34758
34759
|
/** Anva Package Code */
|
|
34759
34760
|
anva_package_code?: string;
|
|
34761
|
+
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
34760
34762
|
/**
|
|
34761
34763
|
* Insurance Policies
|
|
34762
34764
|
* @default []
|
|
@@ -50022,6 +50024,7 @@ interface components {
|
|
|
50022
50024
|
anva_collection_method_code?: number;
|
|
50023
50025
|
/** Anva Package Code */
|
|
50024
50026
|
anva_package_code?: string;
|
|
50027
|
+
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
50025
50028
|
/** Metadata */
|
|
50026
50029
|
metadata?: Record<string, never>;
|
|
50027
50030
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -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-13T12:58:33.959120
|
|
8969
8969
|
*/
|
|
8970
8970
|
timestamp: string;
|
|
8971
8971
|
/**
|
|
@@ -32498,6 +32498,7 @@ interface components {
|
|
|
32498
32498
|
anva_collection_method_code?: number;
|
|
32499
32499
|
/** Anva Package Code */
|
|
32500
32500
|
anva_package_code?: string;
|
|
32501
|
+
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
32501
32502
|
/** Metadata */
|
|
32502
32503
|
metadata?: Record<string, never>;
|
|
32503
32504
|
/**
|
|
@@ -34757,6 +34758,7 @@ interface components {
|
|
|
34757
34758
|
anva_collection_method_code?: number;
|
|
34758
34759
|
/** Anva Package Code */
|
|
34759
34760
|
anva_package_code?: string;
|
|
34761
|
+
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
34760
34762
|
/**
|
|
34761
34763
|
* Insurance Policies
|
|
34762
34764
|
* @default []
|
|
@@ -50022,6 +50024,7 @@ interface components {
|
|
|
50022
50024
|
anva_collection_method_code?: number;
|
|
50023
50025
|
/** Anva Package Code */
|
|
50024
50026
|
anva_package_code?: string;
|
|
50027
|
+
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
50025
50028
|
/** Metadata */
|
|
50026
50029
|
metadata?: Record<string, never>;
|
|
50027
50030
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.30.
|
|
3
|
+
"version": "4.30.239",
|
|
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",
|