@revxui/api-clients-ts 0.10.244 → 0.10.245

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 (90) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +0 -14
  3. package/bundles/revxui-api-clients-ts.umd.js +23 -59
  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 +2 -36
  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/creativeDTO.js +1 -1
  31. package/esm2015/model/creativeFileForSet.js +1 -1
  32. package/esm2015/model/creativeFiles.js +1 -1
  33. package/esm2015/model/creativeSetDetails.js +1 -1
  34. package/esm2015/model/creativeSetRequest.js +1 -1
  35. package/esm2015/model/endCards.js +12 -0
  36. package/esm2015/model/metaRuleDto.js +1 -1
  37. package/esm2015/model/models.js +1 -1
  38. package/esm5/api/adminController.service.js +2 -2
  39. package/esm5/api/advertiserController.service.js +2 -2
  40. package/esm5/api/appSettingsController.service.js +2 -2
  41. package/esm5/api/audienceController.service.js +2 -38
  42. package/esm5/api/auditController.service.js +2 -2
  43. package/esm5/api/bulkStrategyController.service.js +2 -2
  44. package/esm5/api/cSSThemeController_.service.js +2 -2
  45. package/esm5/api/campaignController.service.js +2 -2
  46. package/esm5/api/catalogController.service.js +2 -2
  47. package/esm5/api/clickDestinationController.service.js +2 -2
  48. package/esm5/api/creativeController.service.js +2 -2
  49. package/esm5/api/creativeSetsController.service.js +2 -2
  50. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  51. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  52. package/esm5/api/creativeTemplatesController.service.js +2 -2
  53. package/esm5/api/dashboardController.service.js +2 -2
  54. package/esm5/api/notificationsController.service.js +2 -2
  55. package/esm5/api/pixelController.service.js +2 -2
  56. package/esm5/api/reportingController.service.js +2 -2
  57. package/esm5/api/sliceXController.service.js +2 -2
  58. package/esm5/api/strategyController.service.js +2 -2
  59. package/esm5/api/uILoggerController.service.js +2 -2
  60. package/esm5/api/userPreferenceController.service.js +2 -2
  61. package/esm5/model/creativeDTO.js +1 -1
  62. package/esm5/model/creativeFileForSet.js +1 -1
  63. package/esm5/model/creativeFiles.js +1 -1
  64. package/esm5/model/creativeSetDetails.js +1 -1
  65. package/esm5/model/creativeSetRequest.js +1 -1
  66. package/esm5/model/endCards.js +12 -0
  67. package/esm5/model/metaRuleDto.js +1 -1
  68. package/esm5/model/models.js +1 -1
  69. package/fesm2015/revxui-api-clients-ts.js +23 -57
  70. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  71. package/fesm5/revxui-api-clients-ts.js +23 -59
  72. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  73. package/model/creativeDTO.d.ts +0 -2
  74. package/model/creativeFileForSet.d.ts +0 -2
  75. package/model/creativeFiles.d.ts +0 -2
  76. package/model/creativeSetDetails.d.ts +2 -0
  77. package/model/creativeSetRequest.d.ts +2 -0
  78. package/model/{eligibleUsersResponse.d.ts → endCards.d.ts} +4 -2
  79. package/model/metaRuleDto.d.ts +0 -1
  80. package/model/models.d.ts +1 -3
  81. package/package.json +1 -1
  82. package/revxui-api-clients-ts.metadata.json +1 -1
  83. package/esm2015/model/apiResponseObjectEligibleUsersResponse.js +0 -1
  84. package/esm2015/model/eligibleUsersRequest.js +0 -12
  85. package/esm2015/model/eligibleUsersResponse.js +0 -12
  86. package/esm5/model/apiResponseObjectEligibleUsersResponse.js +0 -1
  87. package/esm5/model/eligibleUsersRequest.js +0 -12
  88. package/esm5/model/eligibleUsersResponse.js +0 -12
  89. package/model/apiResponseObjectEligibleUsersResponse.d.ts +0 -17
  90. package/model/eligibleUsersRequest.d.ts +0 -24
@@ -21,7 +21,6 @@ export interface CreativeDTO {
21
21
  active?: boolean;
22
22
  advertiser?: BaseModel;
23
23
  advertiserId?: number;
24
- archived?: boolean;
25
24
  clickDestination?: ClickDestination;
26
25
  content?: string;
27
26
  contentType?: CreativeDTO.ContentTypeEnum;
@@ -43,7 +42,6 @@ export interface CreativeDTO {
43
42
  name?: string;
44
43
  nativeAd?: boolean;
45
44
  nativeAsset?: NativeAssetPojo;
46
- originalDimension?: Size;
47
45
  originalFileName?: string;
48
46
  performanceData?: CreativePerformanceData;
49
47
  previewUrl?: string;
@@ -12,7 +12,6 @@
12
12
  import { BannerAdSuppDimensionsDTO } from './bannerAdSuppDimensionsDTO';
13
13
  import { CreativeThirdPartyAdTag } from './creativeThirdPartyAdTag';
14
14
  import { NativeAssetPojo } from './nativeAssetPojo';
15
- import { Size } from './size';
16
15
  import { VideoProperties } from './videoProperties';
17
16
  export interface CreativeFileForSet {
18
17
  adTag?: CreativeThirdPartyAdTag;
@@ -27,7 +26,6 @@ export interface CreativeFileForSet {
27
26
  _native?: boolean;
28
27
  nativeAssetPojo?: NativeAssetPojo;
29
28
  noOfSlots?: number;
30
- originalDimension?: Size;
31
29
  size?: string;
32
30
  supportedDimensions?: Array<BannerAdSuppDimensionsDTO>;
33
31
  type?: CreativeFileForSet.TypeEnum;
@@ -10,7 +10,6 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { BannerAdSuppDimensionsDTO } from './bannerAdSuppDimensionsDTO';
13
- import { Size } from './size';
14
13
  import { VideoProperties } from './videoProperties';
15
14
  export interface CreativeFiles {
16
15
  contentType?: string;
@@ -22,7 +21,6 @@ export interface CreativeFiles {
22
21
  name?: string;
23
22
  _native?: boolean;
24
23
  noOfSlots?: number;
25
- originalDimension?: Size;
26
24
  size?: string;
27
25
  supportedDimensions?: Array<BannerAdSuppDimensionsDTO>;
28
26
  type?: CreativeFiles.TypeEnum;
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import { BaseModel } from './baseModel';
13
13
  import { CreativeDTO } from './creativeDTO';
14
+ import { EndCards } from './endCards';
14
15
  import { Macro } from './macro';
15
16
  import { NativeAssetPojo } from './nativeAssetPojo';
16
17
  import { Size } from './size';
@@ -23,6 +24,7 @@ export interface CreativeSetDetails {
23
24
  createdOn?: number;
24
25
  creativeDimensions?: Array<Size>;
25
26
  creativesList?: Array<CreativeDTO>;
27
+ endCardsList?: Array<EndCards>;
26
28
  endTime?: number;
27
29
  fallbackClickUrl?: string;
28
30
  id?: number;
@@ -12,6 +12,7 @@
12
12
  import { BaseModel } from './baseModel';
13
13
  import { CreativeFileForSet } from './creativeFileForSet';
14
14
  import { CreativeThirdPartyAdTag } from './creativeThirdPartyAdTag';
15
+ import { EndCards } from './endCards';
15
16
  import { NativeAssetPojo } from './nativeAssetPojo';
16
17
  export interface CreativeSetRequest {
17
18
  adTag?: CreativeThirdPartyAdTag;
@@ -24,6 +25,7 @@ export interface CreativeSetRequest {
24
25
  creativeSetType?: CreativeSetRequest.CreativeSetTypeEnum;
25
26
  creativesToDeLink?: Array<BaseModel>;
26
27
  dimensions?: Array<string>;
28
+ endCardsDeLinkList?: Array<EndCards>;
27
29
  endTime?: number;
28
30
  fallbackClickUrl?: string;
29
31
  id?: number;
@@ -9,6 +9,8 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- export interface EligibleUsersResponse {
13
- totalNoOfEligibleUsers?: number;
12
+ export interface EndCards {
13
+ height?: number;
14
+ link?: string;
15
+ width?: number;
14
16
  }
@@ -12,7 +12,6 @@
12
12
  import { RuleOperatorDto } from './ruleOperatorDto';
13
13
  import { RuleValueDto } from './ruleValueDto';
14
14
  export interface MetaRuleDto {
15
- active?: boolean;
16
15
  displayName?: string;
17
16
  fbxName?: string;
18
17
  filterType?: MetaRuleDto.FilterTypeEnum;
package/model/models.d.ts CHANGED
@@ -54,7 +54,6 @@ export * from './apiResponseObjectDashboardResponse';
54
54
  export * from './apiResponseObjectDictionaryResponse';
55
55
  export * from './apiResponseObjectDmpAudienceDTO';
56
56
  export * from './apiResponseObjectEResponseobject';
57
- export * from './apiResponseObjectEligibleUsersResponse';
58
57
  export * from './apiResponseObjectFileDownloadResponse';
59
58
  export * from './apiResponseObjectGeoListDTO';
60
59
  export * from './apiResponseObjectListAppSettingsDTO';
@@ -163,8 +162,7 @@ export * from './duplicateStrategyRequestDTO';
163
162
  export * from './duration';
164
163
  export * from './durationModel';
165
164
  export * from './eResponseobject';
166
- export * from './eligibleUsersRequest';
167
- export * from './eligibleUsersResponse';
165
+ export * from './endCards';
168
166
  export * from './extendedBaseModel';
169
167
  export * from './extendedTargetingObject';
170
168
  export * from './failedStrategyDTO';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.244",
3
+ "version": "0.10.245",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [