wg-api-sdk 4.31.14 → 4.31.15
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 +5 -11
- package/dist/index.d.ts +5 -11
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9629,7 +9629,7 @@ interface components {
|
|
|
9629
9629
|
* Timestamp
|
|
9630
9630
|
* Format: date-time
|
|
9631
9631
|
* @description Timestamp of when the error occured
|
|
9632
|
-
* @default 2026-03-
|
|
9632
|
+
* @default 2026-03-17T16:55:00.474405
|
|
9633
9633
|
*/
|
|
9634
9634
|
timestamp: string;
|
|
9635
9635
|
/**
|
|
@@ -41228,11 +41228,8 @@ interface components {
|
|
|
41228
41228
|
/** Show Acknowledgements */
|
|
41229
41229
|
show_acknowledgements?: boolean;
|
|
41230
41230
|
yellowhive_products?: components["schemas"]["CampaignYellowHiveProductsQueryModel"];
|
|
41231
|
-
/**
|
|
41232
|
-
|
|
41233
|
-
* @default false
|
|
41234
|
-
*/
|
|
41235
|
-
is_system: boolean;
|
|
41231
|
+
/** Is System */
|
|
41232
|
+
is_system?: boolean;
|
|
41236
41233
|
};
|
|
41237
41234
|
/**
|
|
41238
41235
|
* CAMPAIGN_AUDIENCE_TYPE
|
|
@@ -51839,11 +51836,8 @@ interface components {
|
|
|
51839
51836
|
/** Show Acknowledgements */
|
|
51840
51837
|
show_acknowledgements?: boolean;
|
|
51841
51838
|
yellowhive_products?: components["schemas"]["CampaignYellowHiveProductsQueryModel"];
|
|
51842
|
-
/**
|
|
51843
|
-
|
|
51844
|
-
* @default false
|
|
51845
|
-
*/
|
|
51846
|
-
is_system: boolean;
|
|
51839
|
+
/** Is System */
|
|
51840
|
+
is_system?: boolean;
|
|
51847
51841
|
/**
|
|
51848
51842
|
* Send Email If Prospect Created
|
|
51849
51843
|
* @default []
|
package/dist/index.d.ts
CHANGED
|
@@ -9629,7 +9629,7 @@ interface components {
|
|
|
9629
9629
|
* Timestamp
|
|
9630
9630
|
* Format: date-time
|
|
9631
9631
|
* @description Timestamp of when the error occured
|
|
9632
|
-
* @default 2026-03-
|
|
9632
|
+
* @default 2026-03-17T16:55:00.474405
|
|
9633
9633
|
*/
|
|
9634
9634
|
timestamp: string;
|
|
9635
9635
|
/**
|
|
@@ -41228,11 +41228,8 @@ interface components {
|
|
|
41228
41228
|
/** Show Acknowledgements */
|
|
41229
41229
|
show_acknowledgements?: boolean;
|
|
41230
41230
|
yellowhive_products?: components["schemas"]["CampaignYellowHiveProductsQueryModel"];
|
|
41231
|
-
/**
|
|
41232
|
-
|
|
41233
|
-
* @default false
|
|
41234
|
-
*/
|
|
41235
|
-
is_system: boolean;
|
|
41231
|
+
/** Is System */
|
|
41232
|
+
is_system?: boolean;
|
|
41236
41233
|
};
|
|
41237
41234
|
/**
|
|
41238
41235
|
* CAMPAIGN_AUDIENCE_TYPE
|
|
@@ -51839,11 +51836,8 @@ interface components {
|
|
|
51839
51836
|
/** Show Acknowledgements */
|
|
51840
51837
|
show_acknowledgements?: boolean;
|
|
51841
51838
|
yellowhive_products?: components["schemas"]["CampaignYellowHiveProductsQueryModel"];
|
|
51842
|
-
/**
|
|
51843
|
-
|
|
51844
|
-
* @default false
|
|
51845
|
-
*/
|
|
51846
|
-
is_system: boolean;
|
|
51839
|
+
/** Is System */
|
|
51840
|
+
is_system?: boolean;
|
|
51847
51841
|
/**
|
|
51848
51842
|
* Send Email If Prospect Created
|
|
51849
51843
|
* @default []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.15",
|
|
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",
|