wg-api-sdk 4.31.25 → 4.31.26-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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9663,7 +9663,7 @@ interface components {
|
|
|
9663
9663
|
* Timestamp
|
|
9664
9664
|
* Format: date-time
|
|
9665
9665
|
* @description Timestamp of when the error occured
|
|
9666
|
-
* @default 2026-03-
|
|
9666
|
+
* @default 2026-03-25T20:48:21.643804
|
|
9667
9667
|
*/
|
|
9668
9668
|
timestamp: string;
|
|
9669
9669
|
/**
|
|
@@ -65870,7 +65870,7 @@ interface components {
|
|
|
65870
65870
|
coverages: components["schemas"]["flows__models__dias__DiasQuote__Coverage"][];
|
|
65871
65871
|
/** Total Premium */
|
|
65872
65872
|
total_premium: number;
|
|
65873
|
-
payment_interval
|
|
65873
|
+
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
65874
65874
|
/** @default [
|
|
65875
65875
|
* "MONTHLY",
|
|
65876
65876
|
* "QUARTERLY",
|
|
@@ -65882,7 +65882,7 @@ interface components {
|
|
|
65882
65882
|
* date
|
|
65883
65883
|
* Format: date
|
|
65884
65884
|
*/
|
|
65885
|
-
start_date
|
|
65885
|
+
start_date?: string;
|
|
65886
65886
|
/** Dias Collection Method Id */
|
|
65887
65887
|
dias_collection_method_id?: string;
|
|
65888
65888
|
/** Documents */
|
package/dist/index.d.ts
CHANGED
|
@@ -9663,7 +9663,7 @@ interface components {
|
|
|
9663
9663
|
* Timestamp
|
|
9664
9664
|
* Format: date-time
|
|
9665
9665
|
* @description Timestamp of when the error occured
|
|
9666
|
-
* @default 2026-03-
|
|
9666
|
+
* @default 2026-03-25T20:48:21.643804
|
|
9667
9667
|
*/
|
|
9668
9668
|
timestamp: string;
|
|
9669
9669
|
/**
|
|
@@ -65870,7 +65870,7 @@ interface components {
|
|
|
65870
65870
|
coverages: components["schemas"]["flows__models__dias__DiasQuote__Coverage"][];
|
|
65871
65871
|
/** Total Premium */
|
|
65872
65872
|
total_premium: number;
|
|
65873
|
-
payment_interval
|
|
65873
|
+
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
65874
65874
|
/** @default [
|
|
65875
65875
|
* "MONTHLY",
|
|
65876
65876
|
* "QUARTERLY",
|
|
@@ -65882,7 +65882,7 @@ interface components {
|
|
|
65882
65882
|
* date
|
|
65883
65883
|
* Format: date
|
|
65884
65884
|
*/
|
|
65885
|
-
start_date
|
|
65885
|
+
start_date?: string;
|
|
65886
65886
|
/** Dias Collection Method Id */
|
|
65887
65887
|
dias_collection_method_id?: string;
|
|
65888
65888
|
/** Documents */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.26-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",
|