@revxui/api-clients-ts 1.1.321 → 1.1.333

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.
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { CampaignDTOList } from './campaignDTOList';
13
+ export interface ApiResponseObjectCampaignDTOList {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: CampaignDTOList;
17
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Strategy } from './strategy';
13
+ export interface ApiResponseObjectListStrategy {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<Strategy>;
17
+ }
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BudgetCheckStrategy } from './budgetCheckStrategy';
13
+ export interface BudgetCapStrategyDTO {
14
+ campaignDailyAdvSpendBudget?: number;
15
+ campaignDailyMediaBudget?: number;
16
+ flowRate?: number;
17
+ newPricingId?: number;
18
+ oldPricingId?: number;
19
+ strategies?: Array<BudgetCheckStrategy>;
20
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface BudgetCheckStrategy {
13
+ id?: number;
14
+ updateAdvDailySpendBudget?: boolean;
15
+ updateMediaBudget?: boolean;
16
+ updatePacingType?: boolean;
17
+ }
@@ -24,6 +24,7 @@ export interface CampaignDTO {
24
24
  creationTime?: number;
25
25
  currency?: BaseModel;
26
26
  currencyCode?: string;
27
+ dailyAdvSpendBudget?: number;
27
28
  dailyBudget?: number;
28
29
  dailyDeliveryCap?: number;
29
30
  dailyUserFcap?: number;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { CampaignDTO } from './campaignDTO';
13
+ export interface CampaignDTOList {
14
+ campaigns?: Array<CampaignDTO>;
15
+ }
@@ -19,6 +19,7 @@ export interface CampaignESDTO {
19
19
  createdBy?: number;
20
20
  creationTime?: number;
21
21
  currencyCode?: string;
22
+ dailyAdvSpendBudget?: number;
22
23
  dailyBudget?: number;
23
24
  dailyUserFcap?: number;
24
25
  daysDuration?: number;
package/model/models.d.ts CHANGED
@@ -69,6 +69,7 @@ export * from './apiResponseObjectBulkEditCreativeSetsResponse';
69
69
  export * from './apiResponseObjectBulkEditStrategiesResponse';
70
70
  export * from './apiResponseObjectBulkstrategiesUpdateResponse';
71
71
  export * from './apiResponseObjectCampaignDTO';
72
+ export * from './apiResponseObjectCampaignDTOList';
72
73
  export * from './apiResponseObjectCatalogFeed';
73
74
  export * from './apiResponseObjectChartDashboardResponse';
74
75
  export * from './apiResponseObjectClickDestination';
@@ -105,6 +106,7 @@ export * from './apiResponseObjectListCreativeFiles';
105
106
  export * from './apiResponseObjectListDynamicVideoTemplate';
106
107
  export * from './apiResponseObjectListIncrementalityTestDetails';
107
108
  export * from './apiResponseObjectListMenuCrubResponse';
109
+ export * from './apiResponseObjectListStrategy';
108
110
  export * from './apiResponseObjectListStrategyCreativeSetsCloneDataResponse';
109
111
  export * from './apiResponseObjectListTemplateThemeDTO';
110
112
  export * from './apiResponseObjectListTemplateVariablesDTO';
@@ -166,6 +168,8 @@ export * from './bidToConversionFilterDTO';
166
168
  export * from './bidToConversionFilterMap';
167
169
  export * from './bigDecimalEditField';
168
170
  export * from './booleanEditField';
171
+ export * from './budgetCapStrategyDTO';
172
+ export * from './budgetCheckStrategy';
169
173
  export * from './bulkEditCreativeSetsDTO';
170
174
  export * from './bulkEditCreativeSetsListDTO';
171
175
  export * from './bulkEditCreativeSetsResponse';
@@ -179,6 +183,7 @@ export * from './bulkstrategiesValidationResponse';
179
183
  export * from './cSSThemeEntity';
180
184
  export * from './cTVTargeting';
181
185
  export * from './campaignDTO';
186
+ export * from './campaignDTOList';
182
187
  export * from './campaignESDTO';
183
188
  export * from './catalogFeed';
184
189
  export * from './chartDashboardResponse';
@@ -22,6 +22,7 @@ export interface Strategy {
22
22
  creationTime?: number;
23
23
  currency?: BaseModel;
24
24
  currencyCode?: string;
25
+ dailyAdvSpendBudget?: number;
25
26
  daysDuration?: number;
26
27
  daysElapsed?: number;
27
28
  endTime?: number;
@@ -61,6 +61,7 @@ export interface StrategyDTO {
61
61
  ctvTargeting?: CTVTargeting;
62
62
  currency?: BaseModel;
63
63
  currencyCode?: string;
64
+ dailyAdvSpendBudget?: number;
64
65
  daysDuration?: number;
65
66
  daysElapsed?: number;
66
67
  dealDTO?: Array<DealESDTO>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.321",
3
+ "version": "1.1.333",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [