wg-api-sdk 1.0.62 → 1.0.63
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -8488,7 +8488,7 @@ interface components {
|
|
|
8488
8488
|
* Timestamp
|
|
8489
8489
|
* Format: date-time
|
|
8490
8490
|
* @description Timestamp of when the error occured
|
|
8491
|
-
* @default 2025-09-
|
|
8491
|
+
* @default 2025-09-20T09:35:26.386818
|
|
8492
8492
|
*/
|
|
8493
8493
|
timestamp: string;
|
|
8494
8494
|
/**
|
|
@@ -54803,7 +54803,7 @@ interface components {
|
|
|
54803
54803
|
* @description An enumeration.
|
|
54804
54804
|
* @enum {unknown}
|
|
54805
54805
|
*/
|
|
54806
|
-
PaymentMethod: "DIRECT_DEBIT" | "
|
|
54806
|
+
PaymentMethod: "TRANSFER" | "DIRECT_DEBIT" | "NONE";
|
|
54807
54807
|
/**
|
|
54808
54808
|
* ThirdPartyConstructionWorkInsuranceType
|
|
54809
54809
|
* @description An enumeration.
|
package/dist/index.d.ts
CHANGED
|
@@ -8488,7 +8488,7 @@ interface components {
|
|
|
8488
8488
|
* Timestamp
|
|
8489
8489
|
* Format: date-time
|
|
8490
8490
|
* @description Timestamp of when the error occured
|
|
8491
|
-
* @default 2025-09-
|
|
8491
|
+
* @default 2025-09-20T09:35:26.386818
|
|
8492
8492
|
*/
|
|
8493
8493
|
timestamp: string;
|
|
8494
8494
|
/**
|
|
@@ -54803,7 +54803,7 @@ interface components {
|
|
|
54803
54803
|
* @description An enumeration.
|
|
54804
54804
|
* @enum {unknown}
|
|
54805
54805
|
*/
|
|
54806
|
-
PaymentMethod: "DIRECT_DEBIT" | "
|
|
54806
|
+
PaymentMethod: "TRANSFER" | "DIRECT_DEBIT" | "NONE";
|
|
54807
54807
|
/**
|
|
54808
54808
|
* ThirdPartyConstructionWorkInsuranceType
|
|
54809
54809
|
* @description An enumeration.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.63",
|
|
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",
|