@revxui/api-clients-ts 0.10.306 → 0.10.308

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 (92) hide show
  1. package/README.md +2 -2
  2. package/api/appSettingsController.service.d.ts +39 -0
  3. package/api/audienceController.service.d.ts +4 -33
  4. package/bundles/revxui-api-clients-ts.umd.js +122 -124
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  8. package/esm2015/api/adminController.service.js +2 -2
  9. package/esm2015/api/advertiserController.service.js +2 -2
  10. package/esm2015/api/appSettingsController.service.js +91 -2
  11. package/esm2015/api/audienceController.service.js +6 -77
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/bulkStrategyController.service.js +2 -2
  14. package/esm2015/api/cSSThemeController_.service.js +2 -2
  15. package/esm2015/api/campaignController.service.js +2 -2
  16. package/esm2015/api/catalogController.service.js +2 -2
  17. package/esm2015/api/clickDestinationController.service.js +2 -2
  18. package/esm2015/api/creativeController.service.js +2 -2
  19. package/esm2015/api/creativeSetsController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  23. package/esm2015/api/dashboardController.service.js +2 -2
  24. package/esm2015/api/notificationsController.service.js +2 -2
  25. package/esm2015/api/pixelController.service.js +2 -2
  26. package/esm2015/api/reportingController.service.js +2 -2
  27. package/esm2015/api/sliceXController.service.js +2 -2
  28. package/esm2015/api/strategyController.service.js +2 -2
  29. package/esm2015/api/uILoggerController.service.js +2 -2
  30. package/esm2015/api/userPreferenceController.service.js +2 -2
  31. package/esm2015/model/advertiserDynamicVideoConfig.js +1 -0
  32. package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +1 -0
  33. package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
  34. package/esm2015/model/audienceDTO.js +1 -1
  35. package/esm2015/model/dynamicVideoConfigDTO.js +12 -0
  36. package/esm2015/model/dynamicVideoDTO.js +1 -0
  37. package/esm2015/model/dynamicVideoTemplate.js +1 -0
  38. package/esm2015/model/models.js +1 -2
  39. package/esm5/api/adminController.service.js +2 -2
  40. package/esm5/api/advertiserController.service.js +2 -2
  41. package/esm5/api/appSettingsController.service.js +97 -2
  42. package/esm5/api/audienceController.service.js +6 -81
  43. package/esm5/api/auditController.service.js +2 -2
  44. package/esm5/api/bulkStrategyController.service.js +2 -2
  45. package/esm5/api/cSSThemeController_.service.js +2 -2
  46. package/esm5/api/campaignController.service.js +2 -2
  47. package/esm5/api/catalogController.service.js +2 -2
  48. package/esm5/api/clickDestinationController.service.js +2 -2
  49. package/esm5/api/creativeController.service.js +2 -2
  50. package/esm5/api/creativeSetsController.service.js +2 -2
  51. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  52. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  53. package/esm5/api/creativeTemplatesController.service.js +2 -2
  54. package/esm5/api/dashboardController.service.js +2 -2
  55. package/esm5/api/notificationsController.service.js +2 -2
  56. package/esm5/api/pixelController.service.js +2 -2
  57. package/esm5/api/reportingController.service.js +2 -2
  58. package/esm5/api/sliceXController.service.js +2 -2
  59. package/esm5/api/strategyController.service.js +2 -2
  60. package/esm5/api/uILoggerController.service.js +2 -2
  61. package/esm5/api/userPreferenceController.service.js +2 -2
  62. package/esm5/model/advertiserDynamicVideoConfig.js +1 -0
  63. package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +1 -0
  64. package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
  65. package/esm5/model/audienceDTO.js +1 -1
  66. package/esm5/model/dynamicVideoConfigDTO.js +12 -0
  67. package/esm5/model/dynamicVideoDTO.js +1 -0
  68. package/esm5/model/dynamicVideoTemplate.js +1 -0
  69. package/esm5/model/models.js +1 -2
  70. package/fesm2015/revxui-api-clients-ts.js +117 -121
  71. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  72. package/fesm5/revxui-api-clients-ts.js +123 -125
  73. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  74. package/model/advertiserDynamicVideoConfig.d.ts +16 -0
  75. package/model/{apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts → apiResponseObjectAdvertiserDynamicVideoConfig.d.ts} +3 -3
  76. package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +17 -0
  77. package/model/audienceDTO.d.ts +0 -1
  78. package/model/{audienceBackfillRequest.d.ts → dynamicVideoConfigDTO.d.ts} +4 -4
  79. package/model/dynamicVideoDTO.d.ts +16 -0
  80. package/model/{backfillAudienceQueryTemplateDTO.d.ts → dynamicVideoTemplate.d.ts} +4 -3
  81. package/model/models.d.ts +6 -4
  82. package/package.json +1 -1
  83. package/revxui-api-clients-ts.metadata.json +1 -1
  84. package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
  85. package/esm2015/model/audienceBackfillQueryTemplateRequest.js +0 -22
  86. package/esm2015/model/audienceBackfillRequest.js +0 -1
  87. package/esm2015/model/backfillAudienceQueryTemplateDTO.js +0 -12
  88. package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
  89. package/esm5/model/audienceBackfillQueryTemplateRequest.js +0 -22
  90. package/esm5/model/audienceBackfillRequest.js +0 -1
  91. package/esm5/model/backfillAudienceQueryTemplateDTO.js +0 -12
  92. package/model/audienceBackfillQueryTemplateRequest.d.ts +0 -26
@@ -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
+ import { DynamicVideoConfigDTO } from './dynamicVideoConfigDTO';
13
+ export interface AdvertiserDynamicVideoConfig {
14
+ configList?: Array<DynamicVideoConfigDTO>;
15
+ feedKeys?: Array<string>;
16
+ }
@@ -9,9 +9,9 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BackfillAudienceQueryTemplateDTO } from './backfillAudienceQueryTemplateDTO';
13
- export interface ApiResponseObjectListBackfillAudienceQueryTemplateDTO {
12
+ import { AdvertiserDynamicVideoConfig } from './advertiserDynamicVideoConfig';
13
+ export interface ApiResponseObjectAdvertiserDynamicVideoConfig {
14
14
  error?: Error;
15
15
  respId?: string;
16
- respObject?: Array<BackfillAudienceQueryTemplateDTO>;
16
+ respObject?: AdvertiserDynamicVideoConfig;
17
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 { DynamicVideoTemplate } from './dynamicVideoTemplate';
13
+ export interface ApiResponseObjectListDynamicVideoTemplate {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<DynamicVideoTemplate>;
17
+ }
@@ -18,7 +18,6 @@ export interface AudienceDTO {
18
18
  active?: boolean;
19
19
  advertiser?: BaseModel;
20
20
  audienceBackFilledStatsList?: Array<AudienceBackFilledStats>;
21
- audienceBackfillQuery?: string;
22
21
  audienceType?: AudienceDTO.AudienceTypeEnum;
23
22
  backfillRuleExpression?: RuleDTO;
24
23
  backfilled?: boolean;
@@ -9,8 +9,8 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AudienceDTO } from './audienceDTO';
13
- export interface AudienceBackfillRequest {
14
- audienceDTO?: AudienceDTO;
15
- backfillQuery?: string;
12
+ export interface DynamicVideoConfigDTO {
13
+ configKey?: string;
14
+ configValue?: string;
15
+ feedKey?: string;
16
16
  }
@@ -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
+ import { DynamicVideoConfigDTO } from './dynamicVideoConfigDTO';
13
+ export interface DynamicVideoDTO {
14
+ advertiserId?: number;
15
+ dynamicVideoConfigDTOList?: Array<DynamicVideoConfigDTO>;
16
+ }
@@ -9,9 +9,10 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- export interface BackfillAudienceQueryTemplateDTO {
13
- active?: boolean;
12
+ import { Size } from './size';
13
+ export interface DynamicVideoTemplate {
14
+ dimension?: Size;
14
15
  id?: number;
15
16
  name?: string;
16
- queryTemplate?: string;
17
+ template?: string;
17
18
  }
package/model/models.d.ts CHANGED
@@ -4,6 +4,7 @@ export * from './activityLogsCreativeSetsBulkUpdateDTO';
4
4
  export * from './activityLogsStrategyBulkUpdateDTO';
5
5
  export * from './advertiser';
6
6
  export * from './advertiserDynamicDetails';
7
+ export * from './advertiserDynamicVideoConfig';
7
8
  export * from './advertiserLayoutVariables';
8
9
  export * from './advertiserPojo';
9
10
  export * from './advertiserSettings';
@@ -24,6 +25,7 @@ export * from './apiListResponsePixel';
24
25
  export * from './apiListResponseVariablesMappingDTO';
25
26
  export * from './apiResponseObjectABTestDTO';
26
27
  export * from './apiResponseObjectAdvertiserDynamicDetails';
28
+ export * from './apiResponseObjectAdvertiserDynamicVideoConfig';
27
29
  export * from './apiResponseObjectAdvertiserPojo';
28
30
  export * from './apiResponseObjectAdvertiserSettings';
29
31
  export * from './apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
@@ -66,11 +68,11 @@ export * from './apiResponseObjectListAppSettingsDTO';
66
68
  export * from './apiResponseObjectListAudienceDTO';
67
69
  export * from './apiResponseObjectListAuditDetails';
68
70
  export * from './apiResponseObjectListAuditMarker';
69
- export * from './apiResponseObjectListBackfillAudienceQueryTemplateDTO';
70
71
  export * from './apiResponseObjectListBaseModel';
71
72
  export * from './apiResponseObjectListBulkstrategiesValidationResponse';
72
73
  export * from './apiResponseObjectListCampaignDTO';
73
74
  export * from './apiResponseObjectListCreativeFiles';
75
+ export * from './apiResponseObjectListDynamicVideoTemplate';
74
76
  export * from './apiResponseObjectListMenuCrubResponse';
75
77
  export * from './apiResponseObjectListTemplateThemeDTO';
76
78
  export * from './apiResponseObjectListTemplateVariablesDTO';
@@ -102,8 +104,6 @@ export * from './appSettingsPropertyDTO';
102
104
  export * from './auctionTypeEditField';
103
105
  export * from './audienceAccessDTO';
104
106
  export * from './audienceBackFilledStats';
105
- export * from './audienceBackfillQueryTemplateRequest';
106
- export * from './audienceBackfillRequest';
107
107
  export * from './audienceDTO';
108
108
  export * from './audienceESDTO';
109
109
  export * from './audiencePerformanceDTO';
@@ -113,7 +113,6 @@ export * from './auditChange';
113
113
  export * from './auditDetails';
114
114
  export * from './auditMarker';
115
115
  export * from './bIgIntegerEditFiled';
116
- export * from './backfillAudienceQueryTemplateDTO';
117
116
  export * from './bannerAdSuppDimensionsDTO';
118
117
  export * from './baseModel';
119
118
  export * from './baseModelEditField';
@@ -177,6 +176,9 @@ export * from './duplicateCreativeSetsRequestDTO';
177
176
  export * from './duplicateStrategyRequestDTO';
178
177
  export * from './duration';
179
178
  export * from './durationModel';
179
+ export * from './dynamicVideoConfigDTO';
180
+ export * from './dynamicVideoDTO';
181
+ export * from './dynamicVideoTemplate';
180
182
  export * from './eResponseobject';
181
183
  export * from './eligibleUsersRequest';
182
184
  export * from './eligibleUsersResponse';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.306",
3
+ "version": "0.10.308",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [