@revxui/api-clients-ts 1.1.310 → 1.1.311

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,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
+ }
package/model/models.d.ts CHANGED
@@ -63,6 +63,7 @@ export * from './apiResponseObjectBulkEditCreativeSetsResponse';
63
63
  export * from './apiResponseObjectBulkEditStrategiesResponse';
64
64
  export * from './apiResponseObjectBulkstrategiesUpdateResponse';
65
65
  export * from './apiResponseObjectCampaignDTO';
66
+ export * from './apiResponseObjectCampaignDTOList';
66
67
  export * from './apiResponseObjectCatalogFeed';
67
68
  export * from './apiResponseObjectChartDashboardResponse';
68
69
  export * from './apiResponseObjectClickDestination';
@@ -172,6 +173,7 @@ export * from './bulkstrategiesValidationResponse';
172
173
  export * from './cSSThemeEntity';
173
174
  export * from './cTVTargeting';
174
175
  export * from './campaignDTO';
176
+ export * from './campaignDTOList';
175
177
  export * from './campaignESDTO';
176
178
  export * from './catalogFeed';
177
179
  export * from './chartDashboardResponse';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.310",
3
+ "version": "1.1.311",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [