@revxui/api-clients-ts 0.10.299 → 0.10.300

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 (79) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +33 -4
  3. package/bundles/revxui-api-clients-ts.umd.js +124 -32
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +77 -6
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
  31. package/esm2015/model/audienceBackfillQueryTemplateRequest.js +22 -0
  32. package/esm2015/model/audienceBackfillRequest.js +1 -0
  33. package/esm2015/model/audienceDTO.js +1 -1
  34. package/esm2015/model/backfillAudienceQueryTemplateDTO.js +12 -0
  35. package/esm2015/model/models.js +2 -1
  36. package/esm2015/model/strategyDTO.js +1 -6
  37. package/esm5/api/adminController.service.js +2 -2
  38. package/esm5/api/advertiserController.service.js +2 -2
  39. package/esm5/api/appSettingsController.service.js +2 -2
  40. package/esm5/api/audienceController.service.js +81 -6
  41. package/esm5/api/auditController.service.js +2 -2
  42. package/esm5/api/bulkStrategyController.service.js +2 -2
  43. package/esm5/api/cSSThemeController_.service.js +2 -2
  44. package/esm5/api/campaignController.service.js +2 -2
  45. package/esm5/api/catalogController.service.js +2 -2
  46. package/esm5/api/clickDestinationController.service.js +2 -2
  47. package/esm5/api/creativeController.service.js +2 -2
  48. package/esm5/api/creativeSetsController.service.js +2 -2
  49. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  50. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  51. package/esm5/api/creativeTemplatesController.service.js +2 -2
  52. package/esm5/api/dashboardController.service.js +2 -2
  53. package/esm5/api/notificationsController.service.js +2 -2
  54. package/esm5/api/pixelController.service.js +2 -2
  55. package/esm5/api/reportingController.service.js +2 -2
  56. package/esm5/api/sliceXController.service.js +2 -2
  57. package/esm5/api/strategyController.service.js +2 -2
  58. package/esm5/api/uILoggerController.service.js +2 -2
  59. package/esm5/api/userPreferenceController.service.js +2 -2
  60. package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
  61. package/esm5/model/audienceBackfillQueryTemplateRequest.js +22 -0
  62. package/esm5/model/audienceBackfillRequest.js +1 -0
  63. package/esm5/model/audienceDTO.js +1 -1
  64. package/esm5/model/backfillAudienceQueryTemplateDTO.js +12 -0
  65. package/esm5/model/models.js +2 -1
  66. package/esm5/model/strategyDTO.js +1 -6
  67. package/fesm2015/revxui-api-clients-ts.js +121 -33
  68. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  69. package/fesm5/revxui-api-clients-ts.js +125 -33
  70. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  71. package/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts +17 -0
  72. package/model/audienceBackfillQueryTemplateRequest.d.ts +26 -0
  73. package/model/audienceBackfillRequest.d.ts +16 -0
  74. package/model/audienceDTO.d.ts +1 -0
  75. package/model/backfillAudienceQueryTemplateDTO.d.ts +17 -0
  76. package/model/models.d.ts +4 -0
  77. package/model/strategyDTO.d.ts +0 -7
  78. package/package.json +1 -1
  79. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -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 { BackfillAudienceQueryTemplateDTO } from './backfillAudienceQueryTemplateDTO';
13
+ export interface ApiResponseObjectListBackfillAudienceQueryTemplateDTO {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<BackfillAudienceQueryTemplateDTO>;
17
+ }
@@ -0,0 +1,26 @@
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 AudienceBackfillQueryTemplateRequest {
13
+ advertiserId?: number;
14
+ duration?: number;
15
+ durationUnit?: AudienceBackfillQueryTemplateRequest.DurationUnitEnum;
16
+ }
17
+ export declare namespace AudienceBackfillQueryTemplateRequest {
18
+ type DurationUnitEnum = 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH';
19
+ const DurationUnitEnum: {
20
+ MINUTE: import("./ruleDTO").RuleDTO.DurationUnitEnum;
21
+ HOUR: import("./ruleDTO").RuleDTO.DurationUnitEnum;
22
+ DAY: import("./ruleDTO").RuleDTO.DurationUnitEnum;
23
+ WEEK: import("./ruleDTO").RuleDTO.DurationUnitEnum;
24
+ MONTH: import("./ruleDTO").RuleDTO.DurationUnitEnum;
25
+ };
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 { AudienceDTO } from './audienceDTO';
13
+ export interface AudienceBackfillRequest {
14
+ audienceDTO?: AudienceDTO;
15
+ backfillQuery?: string;
16
+ }
@@ -18,6 +18,7 @@ export interface AudienceDTO {
18
18
  active?: boolean;
19
19
  advertiser?: BaseModel;
20
20
  audienceBackFilledStatsList?: Array<AudienceBackFilledStats>;
21
+ audienceBackfillQuery?: string;
21
22
  audienceType?: AudienceDTO.AudienceTypeEnum;
22
23
  backfillRuleExpression?: RuleDTO;
23
24
  backfilled?: boolean;
@@ -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 BackfillAudienceQueryTemplateDTO {
13
+ active?: boolean;
14
+ id?: number;
15
+ name?: string;
16
+ queryTemplate?: string;
17
+ }
package/model/models.d.ts CHANGED
@@ -66,6 +66,7 @@ export * from './apiResponseObjectListAppSettingsDTO';
66
66
  export * from './apiResponseObjectListAudienceDTO';
67
67
  export * from './apiResponseObjectListAuditDetails';
68
68
  export * from './apiResponseObjectListAuditMarker';
69
+ export * from './apiResponseObjectListBackfillAudienceQueryTemplateDTO';
69
70
  export * from './apiResponseObjectListBaseModel';
70
71
  export * from './apiResponseObjectListBulkstrategiesValidationResponse';
71
72
  export * from './apiResponseObjectListCampaignDTO';
@@ -101,6 +102,8 @@ export * from './appSettingsPropertyDTO';
101
102
  export * from './auctionTypeEditField';
102
103
  export * from './audienceAccessDTO';
103
104
  export * from './audienceBackFilledStats';
105
+ export * from './audienceBackfillQueryTemplateRequest';
106
+ export * from './audienceBackfillRequest';
104
107
  export * from './audienceDTO';
105
108
  export * from './audienceESDTO';
106
109
  export * from './audiencePerformanceDTO';
@@ -110,6 +113,7 @@ export * from './auditChange';
110
113
  export * from './auditDetails';
111
114
  export * from './auditMarker';
112
115
  export * from './bIgIntegerEditFiled';
116
+ export * from './backfillAudienceQueryTemplateDTO';
113
117
  export * from './bannerAdSuppDimensionsDTO';
114
118
  export * from './baseModel';
115
119
  export * from './baseModelEditField';
@@ -81,7 +81,6 @@ export interface StrategyDTO {
81
81
  pricingTypeId?: number;
82
82
  pricingValue?: number;
83
83
  productSelectionPolicy?: StrategyDTO.ProductSelectionPolicyEnum;
84
- publisherTypes?: Array<StrategyDTO.PublisherTypesEnum>;
85
84
  roiTargetType?: BaseModel;
86
85
  roiTargetValue?: number;
87
86
  rtbAggregators?: RTBAggregators;
@@ -139,10 +138,4 @@ export declare namespace StrategyDTO {
139
138
  DAYWEIGHTEDRANDOM: ProductSelectionPolicyEnum;
140
139
  ADVPRCONTENTTS: ProductSelectionPolicyEnum;
141
140
  };
142
- type PublisherTypesEnum = 'DIRECT' | 'RESELLER' | 'UNKNOWN';
143
- const PublisherTypesEnum: {
144
- DIRECT: PublisherTypesEnum;
145
- RESELLER: PublisherTypesEnum;
146
- UNKNOWN: PublisherTypesEnum;
147
- };
148
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.299",
3
+ "version": "0.10.300",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [