wg-api-sdk 4.30.276 → 4.30.278
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 +6 -2
- package/dist/index.d.ts +6 -2
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9282,7 +9282,7 @@ interface components {
|
|
|
9282
9282
|
* Timestamp
|
|
9283
9283
|
* Format: date-time
|
|
9284
9284
|
* @description Timestamp of when the error occured
|
|
9285
|
-
* @default 2026-03-
|
|
9285
|
+
* @default 2026-03-04T13:18:30.662276
|
|
9286
9286
|
*/
|
|
9287
9287
|
timestamp: string;
|
|
9288
9288
|
/**
|
|
@@ -53859,7 +53859,7 @@ interface components {
|
|
|
53859
53859
|
/**
|
|
53860
53860
|
* Quote Specifications
|
|
53861
53861
|
* @default {
|
|
53862
|
-
* "contract_commencement_date": "2026-03-
|
|
53862
|
+
* "contract_commencement_date": "2026-03-04"
|
|
53863
53863
|
* }
|
|
53864
53864
|
*/
|
|
53865
53865
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -64943,6 +64943,8 @@ interface components {
|
|
|
64943
64943
|
* Format: date
|
|
64944
64944
|
*/
|
|
64945
64945
|
start_date: string;
|
|
64946
|
+
/** Dias Collection Method Id */
|
|
64947
|
+
dias_collection_method_id?: string;
|
|
64946
64948
|
/** Documents */
|
|
64947
64949
|
documents: components["schemas"]["flows__models__dias__Document"][];
|
|
64948
64950
|
/** Possible Packages */
|
|
@@ -66924,6 +66926,8 @@ interface components {
|
|
|
66924
66926
|
*/
|
|
66925
66927
|
start_date?: string;
|
|
66926
66928
|
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
66929
|
+
/** Dias Collection Method Id */
|
|
66930
|
+
dias_collection_method_id?: string;
|
|
66927
66931
|
};
|
|
66928
66932
|
/** handle_create_dias_party_params */
|
|
66929
66933
|
handle_create_dias_party_params: {
|
package/dist/index.d.ts
CHANGED
|
@@ -9282,7 +9282,7 @@ interface components {
|
|
|
9282
9282
|
* Timestamp
|
|
9283
9283
|
* Format: date-time
|
|
9284
9284
|
* @description Timestamp of when the error occured
|
|
9285
|
-
* @default 2026-03-
|
|
9285
|
+
* @default 2026-03-04T13:18:30.662276
|
|
9286
9286
|
*/
|
|
9287
9287
|
timestamp: string;
|
|
9288
9288
|
/**
|
|
@@ -53859,7 +53859,7 @@ interface components {
|
|
|
53859
53859
|
/**
|
|
53860
53860
|
* Quote Specifications
|
|
53861
53861
|
* @default {
|
|
53862
|
-
* "contract_commencement_date": "2026-03-
|
|
53862
|
+
* "contract_commencement_date": "2026-03-04"
|
|
53863
53863
|
* }
|
|
53864
53864
|
*/
|
|
53865
53865
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -64943,6 +64943,8 @@ interface components {
|
|
|
64943
64943
|
* Format: date
|
|
64944
64944
|
*/
|
|
64945
64945
|
start_date: string;
|
|
64946
|
+
/** Dias Collection Method Id */
|
|
64947
|
+
dias_collection_method_id?: string;
|
|
64946
64948
|
/** Documents */
|
|
64947
64949
|
documents: components["schemas"]["flows__models__dias__Document"][];
|
|
64948
64950
|
/** Possible Packages */
|
|
@@ -66924,6 +66926,8 @@ interface components {
|
|
|
66924
66926
|
*/
|
|
66925
66927
|
start_date?: string;
|
|
66926
66928
|
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
66929
|
+
/** Dias Collection Method Id */
|
|
66930
|
+
dias_collection_method_id?: string;
|
|
66927
66931
|
};
|
|
66928
66932
|
/** handle_create_dias_party_params */
|
|
66929
66933
|
handle_create_dias_party_params: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.30.
|
|
3
|
+
"version": "4.30.278",
|
|
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",
|