@revxui/api-clients-ts 1.1.445 → 1.1.447

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.
Files changed (56) hide show
  1. package/README.md +2 -2
  2. package/api/strategyController.service.d.ts +13 -0
  3. package/esm2020/api/adminController.service.mjs +2 -2
  4. package/esm2020/api/advertiserController.service.mjs +2 -2
  5. package/esm2020/api/appSettingsController.service.mjs +2 -2
  6. package/esm2020/api/appsFlyerController.service.mjs +2 -2
  7. package/esm2020/api/audienceController.service.mjs +2 -2
  8. package/esm2020/api/auditController.service.mjs +2 -2
  9. package/esm2020/api/bidFunnelController.service.mjs +2 -2
  10. package/esm2020/api/bulkStrategyController.service.mjs +2 -2
  11. package/esm2020/api/cSSThemeController_.service.mjs +2 -2
  12. package/esm2020/api/campaignController.service.mjs +2 -2
  13. package/esm2020/api/catalogController.service.mjs +2 -2
  14. package/esm2020/api/clickDestinationController.service.mjs +2 -2
  15. package/esm2020/api/creativeController.service.mjs +2 -2
  16. package/esm2020/api/creativeSetsController.service.mjs +2 -2
  17. package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
  18. package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
  19. package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
  20. package/esm2020/api/customerReportingController.service.mjs +2 -2
  21. package/esm2020/api/dashboardController.service.mjs +2 -2
  22. package/esm2020/api/experimentsController.service.mjs +2 -2
  23. package/esm2020/api/notificationsController.service.mjs +2 -2
  24. package/esm2020/api/pixelController.service.mjs +2 -2
  25. package/esm2020/api/reportController.service.mjs +2 -2
  26. package/esm2020/api/reportingController.service.mjs +2 -2
  27. package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
  28. package/esm2020/api/safeguardController.service.mjs +2 -2
  29. package/esm2020/api/sliceXController.service.mjs +2 -2
  30. package/esm2020/api/strategyController.service.mjs +36 -2
  31. package/esm2020/api/strategyTemplateController.service.mjs +2 -2
  32. package/esm2020/api/uILoggerController.service.mjs +2 -2
  33. package/esm2020/api/userPreferenceController.service.mjs +2 -2
  34. package/esm2020/model/adFormatCount.mjs +13 -0
  35. package/esm2020/model/adoDTO.mjs +1 -1
  36. package/esm2020/model/advertiserDynamicDetails.mjs +1 -1
  37. package/esm2020/model/apiResponseObjectMaplongAdFormatCount.mjs +2 -0
  38. package/esm2020/model/creativeDTO.mjs +1 -1
  39. package/esm2020/model/maplongAdFormatCount.mjs +2 -0
  40. package/esm2020/model/models.mjs +4 -1
  41. package/esm2020/model/strategy.mjs +1 -1
  42. package/esm2020/model/strategyDTO.mjs +1 -1
  43. package/fesm2015/revxui-api-clients-ts.mjs +65 -31
  44. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  45. package/fesm2020/revxui-api-clients-ts.mjs +77 -31
  46. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  47. package/model/adFormatCount.d.ts +16 -0
  48. package/model/adoDTO.d.ts +1 -0
  49. package/model/advertiserDynamicDetails.d.ts +1 -0
  50. package/model/apiResponseObjectMaplongAdFormatCount.d.ts +19 -0
  51. package/model/creativeDTO.d.ts +1 -0
  52. package/model/maplongAdFormatCount.d.ts +15 -0
  53. package/model/models.d.ts +3 -0
  54. package/model/strategy.d.ts +2 -0
  55. package/model/strategyDTO.d.ts +2 -0
  56. package/package.json +1 -1
@@ -0,0 +1,16 @@
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 AdFormatCount {
13
+ bannerCount?: number;
14
+ nativeCount?: number;
15
+ videoCount?: number;
16
+ }
package/model/adoDTO.d.ts CHANGED
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import { BaseModel } from './baseModel';
13
13
  export interface AdoDTO {
14
+ adoExtManaged?: boolean;
14
15
  advertiserMapper?: BaseModel;
15
16
  erId?: string;
16
17
  kktuCode?: string;
@@ -13,6 +13,7 @@ import { AdvertiserLayoutVariables } from './advertiserLayoutVariables';
13
13
  import { BaseModel } from './baseModel';
14
14
  export interface AdvertiserDynamicDetails {
15
15
  ado?: boolean;
16
+ adoExtManaged?: boolean;
16
17
  adoPersons?: Array<BaseModel>;
17
18
  advTimezone?: BaseModel;
18
19
  advertiserId?: number;
@@ -0,0 +1,19 @@
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 { AdFormatCount } from './adFormatCount';
13
+ export interface ApiResponseObjectMaplongAdFormatCount {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: {
17
+ [key: string]: AdFormatCount;
18
+ };
19
+ }
@@ -34,6 +34,7 @@ export interface CreativeDTO {
34
34
  dcoAttributes?: DcoAttributesDTO;
35
35
  dynamicItemList?: string;
36
36
  endTime?: number;
37
+ erId?: string;
37
38
  errorMsg?: string;
38
39
  hybridImageAsset?: NativeAssetPojo;
39
40
  id?: 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 { AdFormatCount } from './adFormatCount';
13
+ export interface MaplongAdFormatCount {
14
+ [key: string]: AdFormatCount;
15
+ }
package/model/models.d.ts CHANGED
@@ -7,6 +7,7 @@ export * from './activityLog';
7
7
  export * from './activityLogsCreativeSetsBulkUpdateDTO';
8
8
  export * from './activityLogsStrategyBulkUpdateDTO';
9
9
  export * from './adBreak';
10
+ export * from './adFormatCount';
10
11
  export * from './adPod';
11
12
  export * from './adoDTO';
12
13
  export * from './advertiser';
@@ -133,6 +134,7 @@ export * from './apiResponseObjectListTemplateThemeDTO';
133
134
  export * from './apiResponseObjectListTemplateVariablesDTO';
134
135
  export * from './apiResponseObjectListUserPreferenceDTO';
135
136
  export * from './apiResponseObjectMapintResponseMessage';
137
+ export * from './apiResponseObjectMaplongAdFormatCount';
136
138
  export * from './apiResponseObjectMaplongResponseMessage';
137
139
  export * from './apiResponseObjectMaplongstring';
138
140
  export * from './apiResponseObjectMapstringlong';
@@ -320,6 +322,7 @@ export * from './jsonNode';
320
322
  export * from './lookAlikeAudienceConfigDTO';
321
323
  export * from './macro';
322
324
  export * from './mapintResponseMessage';
325
+ export * from './maplongAdFormatCount';
323
326
  export * from './maplongResponseMessage';
324
327
  export * from './maplongstring';
325
328
  export * from './mapstringlong';
@@ -9,9 +9,11 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { AdFormatCount } from './adFormatCount';
12
13
  import { BaseModel } from './baseModel';
13
14
  export interface Strategy {
14
15
  active?: boolean;
16
+ adFormatCount?: AdFormatCount;
15
17
  advertiser?: BaseModel;
16
18
  advertiserId?: number;
17
19
  bidCapMax?: number;
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { AbandonedSessionUserTargeting } from './abandonedSessionUserTargeting';
13
+ import { AdFormatCount } from './adFormatCount';
13
14
  import { AgeGroup } from './ageGroup';
14
15
  import { AudienceStrDeviceDTO } from './audienceStrDeviceDTO';
15
16
  import { BaseModel } from './baseModel';
@@ -37,6 +38,7 @@ export interface StrategyDTO {
37
38
  abandonedSessionUserTargeting?: AbandonedSessionUserTargeting;
38
39
  abtestBidAndBudgetAdjustment?: boolean;
39
40
  active?: boolean;
41
+ adFormatCount?: AdFormatCount;
40
42
  adGroupCount?: number;
41
43
  advertiser?: BaseModel;
42
44
  advertiserId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.445",
3
+ "version": "1.1.447",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [