@revxui/api-clients-ts 1.1.475 → 1.1.477

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 (132) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +3 -1
  3. package/api/dCOVideoSettingsController.service.d.ts +219 -0
  4. package/esm2020/api/adminController.service.mjs +2 -2
  5. package/esm2020/api/advertiserController.service.mjs +2 -2
  6. package/esm2020/api/api.mjs +4 -2
  7. package/esm2020/api/appSettingsController.service.mjs +2 -2
  8. package/esm2020/api/appsFlyerController.service.mjs +2 -2
  9. package/esm2020/api/audienceController.service.mjs +2 -2
  10. package/esm2020/api/auditController.service.mjs +2 -2
  11. package/esm2020/api/bidFunnelController.service.mjs +2 -2
  12. package/esm2020/api/bulkStrategyController.service.mjs +2 -2
  13. package/esm2020/api/cSSThemeController_.service.mjs +2 -2
  14. package/esm2020/api/campaignController.service.mjs +2 -2
  15. package/esm2020/api/catalogController.service.mjs +2 -2
  16. package/esm2020/api/clickDestinationController.service.mjs +2 -2
  17. package/esm2020/api/creativeController.service.mjs +2 -2
  18. package/esm2020/api/creativeSetsController.service.mjs +2 -2
  19. package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
  20. package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
  21. package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
  22. package/esm2020/api/customerReportingController.service.mjs +2 -2
  23. package/esm2020/api/dCOVideoSettingsController.service.mjs +574 -0
  24. package/esm2020/api/dashboardController.service.mjs +2 -2
  25. package/esm2020/api/experimentsController.service.mjs +2 -2
  26. package/esm2020/api/notificationsController.service.mjs +2 -2
  27. package/esm2020/api/pixelController.service.mjs +2 -2
  28. package/esm2020/api/reportController.service.mjs +2 -2
  29. package/esm2020/api/reportingController.service.mjs +2 -2
  30. package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
  31. package/esm2020/api/safeguardController.service.mjs +2 -2
  32. package/esm2020/api/sliceXController.service.mjs +2 -2
  33. package/esm2020/api/strategyController.service.mjs +2 -2
  34. package/esm2020/api/strategyTemplateController.service.mjs +2 -2
  35. package/esm2020/api/uILoggerController.service.mjs +2 -2
  36. package/esm2020/api/userPreferenceController.service.mjs +2 -2
  37. package/esm2020/api.module.mjs +4 -1
  38. package/esm2020/model/apiResponseObjectDcoVideoActivateResponse.mjs +2 -0
  39. package/esm2020/model/apiResponseObjectDcoVideoAssetUploadResponse.mjs +2 -0
  40. package/esm2020/model/apiResponseObjectDcoVideoDeleteResponse.mjs +2 -0
  41. package/esm2020/model/apiResponseObjectDcoVideoGenerateSampleResponse.mjs +2 -0
  42. package/esm2020/model/apiResponseObjectDcoVideoGeneratedCountResponse.mjs +2 -0
  43. package/esm2020/model/apiResponseObjectDcoVideoSamplesResponse.mjs +2 -0
  44. package/esm2020/model/apiResponseObjectDcoVideoSettingsDTO.mjs +2 -0
  45. package/esm2020/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.mjs +2 -0
  46. package/esm2020/model/apiResponseObjectListDcoVideoDimensionDTO.mjs +2 -0
  47. package/esm2020/model/apiResponseObjectListDcoVideoMusicTrackDTO.mjs +2 -0
  48. package/esm2020/model/apiResponseObjectListDcoVideoSettingsDTO.mjs +2 -0
  49. package/esm2020/model/apiResponseObjectListDcoVideoTemplateDTO.mjs +2 -0
  50. package/esm2020/model/apiResponseObjectListstring.mjs +13 -0
  51. package/esm2020/model/audienceBackfillQueryTemplateRequest.mjs +1 -1
  52. package/esm2020/model/dcoVideoActivateRequest.mjs +13 -0
  53. package/esm2020/model/dcoVideoActivateResponse.mjs +13 -0
  54. package/esm2020/model/dcoVideoAssetDTO.mjs +19 -0
  55. package/esm2020/model/dcoVideoAssetUploadResponse.mjs +2 -0
  56. package/esm2020/model/dcoVideoBrandGuidelineDTO.mjs +13 -0
  57. package/esm2020/model/dcoVideoCatalogItemDTO.mjs +13 -0
  58. package/esm2020/model/dcoVideoDeleteResponse.mjs +13 -0
  59. package/esm2020/model/dcoVideoDimensionDTO.mjs +13 -0
  60. package/esm2020/model/dcoVideoErrorDTO.mjs +13 -0
  61. package/esm2020/model/dcoVideoGenerateSampleRequest.mjs +2 -0
  62. package/esm2020/model/dcoVideoGenerateSampleResponse.mjs +2 -0
  63. package/esm2020/model/dcoVideoGeneratedCountResponse.mjs +13 -0
  64. package/esm2020/model/dcoVideoMusicTrackDTO.mjs +13 -0
  65. package/esm2020/model/dcoVideoPaginationDTO.mjs +13 -0
  66. package/esm2020/model/dcoVideoSampleDTO.mjs +2 -0
  67. package/esm2020/model/dcoVideoSamplesResponse.mjs +2 -0
  68. package/esm2020/model/dcoVideoSettingsCreateRequest.mjs +2 -0
  69. package/esm2020/model/dcoVideoSettingsDTO.mjs +2 -0
  70. package/esm2020/model/dcoVideoSettingsUpdateRequest.mjs +2 -0
  71. package/esm2020/model/dcoVideoTemplateDTO.mjs +2 -0
  72. package/esm2020/model/dcoVideoTemplateRequirementsDTO.mjs +13 -0
  73. package/esm2020/model/dcoVideoUploadedAssetDTO.mjs +13 -0
  74. package/esm2020/model/deviceTargetModel.mjs +1 -1
  75. package/esm2020/model/dynamicVideoTemplate.mjs +1 -1
  76. package/esm2020/model/inputStream.mjs +13 -0
  77. package/esm2020/model/modelFile.mjs +13 -0
  78. package/esm2020/model/models.mjs +42 -1
  79. package/esm2020/model/resource.mjs +2 -0
  80. package/esm2020/model/uRI.mjs +13 -0
  81. package/esm2020/model/uRL.mjs +2 -0
  82. package/esm2020/model/uRLStreamHandler.mjs +13 -0
  83. package/fesm2015/revxui-api-clients-ts.mjs +622 -33
  84. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  85. package/fesm2020/revxui-api-clients-ts.mjs +824 -33
  86. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  87. package/model/apiResponseObjectDcoVideoActivateResponse.d.ts +17 -0
  88. package/model/apiResponseObjectDcoVideoAssetUploadResponse.d.ts +17 -0
  89. package/model/apiResponseObjectDcoVideoDeleteResponse.d.ts +17 -0
  90. package/model/apiResponseObjectDcoVideoGenerateSampleResponse.d.ts +17 -0
  91. package/model/apiResponseObjectDcoVideoGeneratedCountResponse.d.ts +17 -0
  92. package/model/apiResponseObjectDcoVideoSamplesResponse.d.ts +17 -0
  93. package/model/apiResponseObjectDcoVideoSettingsDTO.d.ts +17 -0
  94. package/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.d.ts +17 -0
  95. package/model/apiResponseObjectListDcoVideoDimensionDTO.d.ts +17 -0
  96. package/model/apiResponseObjectListDcoVideoMusicTrackDTO.d.ts +17 -0
  97. package/model/apiResponseObjectListDcoVideoSettingsDTO.d.ts +17 -0
  98. package/model/apiResponseObjectListDcoVideoTemplateDTO.d.ts +17 -0
  99. package/model/apiResponseObjectListstring.d.ts +16 -0
  100. package/model/audienceBackfillQueryTemplateRequest.d.ts +0 -1
  101. package/model/dcoVideoActivateRequest.d.ts +15 -0
  102. package/model/dcoVideoActivateResponse.d.ts +18 -0
  103. package/model/dcoVideoAssetDTO.d.ts +32 -0
  104. package/model/dcoVideoAssetUploadResponse.d.ts +17 -0
  105. package/model/dcoVideoBrandGuidelineDTO.d.ts +16 -0
  106. package/model/dcoVideoCatalogItemDTO.d.ts +16 -0
  107. package/model/dcoVideoDeleteResponse.d.ts +17 -0
  108. package/model/dcoVideoDimensionDTO.d.ts +15 -0
  109. package/model/dcoVideoErrorDTO.d.ts +15 -0
  110. package/model/dcoVideoGenerateSampleRequest.d.ts +20 -0
  111. package/model/dcoVideoGenerateSampleResponse.d.ts +29 -0
  112. package/model/dcoVideoGeneratedCountResponse.d.ts +24 -0
  113. package/model/dcoVideoMusicTrackDTO.d.ts +21 -0
  114. package/model/dcoVideoPaginationDTO.d.ts +19 -0
  115. package/model/dcoVideoSampleDTO.d.ts +27 -0
  116. package/model/dcoVideoSamplesResponse.d.ts +18 -0
  117. package/model/dcoVideoSettingsCreateRequest.d.ts +20 -0
  118. package/model/dcoVideoSettingsDTO.d.ts +32 -0
  119. package/model/dcoVideoSettingsUpdateRequest.d.ts +19 -0
  120. package/model/dcoVideoTemplateDTO.d.ts +26 -0
  121. package/model/dcoVideoTemplateRequirementsDTO.d.ts +17 -0
  122. package/model/dcoVideoUploadedAssetDTO.d.ts +15 -0
  123. package/model/deviceTargetModel.d.ts +0 -3
  124. package/model/dynamicVideoTemplate.d.ts +4 -0
  125. package/model/inputStream.d.ts +13 -0
  126. package/model/modelFile.d.ts +32 -0
  127. package/model/models.d.ts +41 -0
  128. package/model/resource.d.ts +24 -0
  129. package/model/uRI.d.ts +30 -0
  130. package/model/uRL.d.ts +27 -0
  131. package/model/uRLStreamHandler.d.ts +13 -0
  132. package/package.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 { DcoVideoActivateResponse } from './dcoVideoActivateResponse';
13
+ export interface ApiResponseObjectDcoVideoActivateResponse {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: DcoVideoActivateResponse;
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 { DcoVideoAssetUploadResponse } from './dcoVideoAssetUploadResponse';
13
+ export interface ApiResponseObjectDcoVideoAssetUploadResponse {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: DcoVideoAssetUploadResponse;
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 { DcoVideoDeleteResponse } from './dcoVideoDeleteResponse';
13
+ export interface ApiResponseObjectDcoVideoDeleteResponse {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: DcoVideoDeleteResponse;
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 { DcoVideoGenerateSampleResponse } from './dcoVideoGenerateSampleResponse';
13
+ export interface ApiResponseObjectDcoVideoGenerateSampleResponse {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: DcoVideoGenerateSampleResponse;
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 { DcoVideoGeneratedCountResponse } from './dcoVideoGeneratedCountResponse';
13
+ export interface ApiResponseObjectDcoVideoGeneratedCountResponse {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: DcoVideoGeneratedCountResponse;
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 { DcoVideoSamplesResponse } from './dcoVideoSamplesResponse';
13
+ export interface ApiResponseObjectDcoVideoSamplesResponse {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: DcoVideoSamplesResponse;
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 { DcoVideoSettingsDTO } from './dcoVideoSettingsDTO';
13
+ export interface ApiResponseObjectDcoVideoSettingsDTO {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: DcoVideoSettingsDTO;
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 { DcoVideoBrandGuidelineDTO } from './dcoVideoBrandGuidelineDTO';
13
+ export interface ApiResponseObjectListDcoVideoBrandGuidelineDTO {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<DcoVideoBrandGuidelineDTO>;
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 { DcoVideoDimensionDTO } from './dcoVideoDimensionDTO';
13
+ export interface ApiResponseObjectListDcoVideoDimensionDTO {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<DcoVideoDimensionDTO>;
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 { DcoVideoMusicTrackDTO } from './dcoVideoMusicTrackDTO';
13
+ export interface ApiResponseObjectListDcoVideoMusicTrackDTO {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<DcoVideoMusicTrackDTO>;
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 { DcoVideoSettingsDTO } from './dcoVideoSettingsDTO';
13
+ export interface ApiResponseObjectListDcoVideoSettingsDTO {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<DcoVideoSettingsDTO>;
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 { DcoVideoTemplateDTO } from './dcoVideoTemplateDTO';
13
+ export interface ApiResponseObjectListDcoVideoTemplateDTO {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<DcoVideoTemplateDTO>;
17
+ }
@@ -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 ApiResponseObjectListstring {
13
+ error?: Error;
14
+ respId?: string;
15
+ respObject?: Array<string>;
16
+ }
@@ -13,7 +13,6 @@ export interface AudienceBackfillQueryTemplateRequest {
13
13
  advertiserId?: number;
14
14
  duration?: number;
15
15
  durationUnit?: AudienceBackfillQueryTemplateRequest.DurationUnitEnum;
16
- expiryDays?: number;
17
16
  }
18
17
  export declare namespace AudienceBackfillQueryTemplateRequest {
19
18
  type DurationUnitEnum = 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH';
@@ -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
+ export interface DcoVideoActivateRequest {
13
+ isActive?: boolean;
14
+ settingsId?: number;
15
+ }
@@ -0,0 +1,18 @@
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 DcoVideoActivateResponse {
13
+ activatedAt?: Date;
14
+ deactivatedAt?: Date;
15
+ isActive?: boolean;
16
+ message?: string;
17
+ settingsId?: number;
18
+ }
@@ -0,0 +1,32 @@
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 DcoVideoAssetDTO {
13
+ createdAt?: Date;
14
+ durationSecs?: number;
15
+ endCardType?: DcoVideoAssetDTO.EndCardTypeEnum;
16
+ fileName?: string;
17
+ fileSizeInBytes?: number;
18
+ height?: number;
19
+ id?: number;
20
+ modifiedAt?: Date;
21
+ musicLibraryTrackId?: number;
22
+ type?: string;
23
+ url?: string;
24
+ width?: number;
25
+ }
26
+ export declare namespace DcoVideoAssetDTO {
27
+ type EndCardTypeEnum = 'IMAGE' | 'HTML';
28
+ const EndCardTypeEnum: {
29
+ IMAGE: EndCardTypeEnum;
30
+ HTML: EndCardTypeEnum;
31
+ };
32
+ }
@@ -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 { DcoVideoUploadedAssetDTO } from './dcoVideoUploadedAssetDTO';
13
+ export interface DcoVideoAssetUploadResponse {
14
+ advertiserId?: number;
15
+ assets?: Array<DcoVideoUploadedAssetDTO>;
16
+ templateId?: number;
17
+ }
@@ -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 DcoVideoBrandGuidelineDTO {
13
+ configValue?: string;
14
+ id?: number;
15
+ name?: string;
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
+ export interface DcoVideoCatalogItemDTO {
13
+ productId?: string;
14
+ productImageUrl?: string;
15
+ productName?: string;
16
+ }
@@ -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 DcoVideoDeleteResponse {
13
+ archived?: boolean;
14
+ archivedAt?: Date;
15
+ message?: string;
16
+ settingsId?: number;
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
+ export interface DcoVideoDimensionDTO {
13
+ height?: number;
14
+ width?: number;
15
+ }
@@ -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
+ export interface DcoVideoErrorDTO {
13
+ code?: string;
14
+ message?: string;
15
+ }
@@ -0,0 +1,20 @@
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 { DcoVideoAssetDTO } from './dcoVideoAssetDTO';
13
+ export interface DcoVideoGenerateSampleRequest {
14
+ advertiserId?: number;
15
+ assets?: Array<DcoVideoAssetDTO>;
16
+ brandGuidelineId?: number;
17
+ feedKey?: string;
18
+ settingsId?: number;
19
+ templateId?: number;
20
+ }
@@ -0,0 +1,29 @@
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 { DcoVideoCatalogItemDTO } from './dcoVideoCatalogItemDTO';
13
+ export interface DcoVideoGenerateSampleResponse {
14
+ assets?: {
15
+ [key: string]: string;
16
+ };
17
+ brandGuidelineId?: number;
18
+ catalogItemsUsed?: Array<DcoVideoCatalogItemDTO>;
19
+ feedKey?: string;
20
+ generatedAt?: Date;
21
+ height?: number;
22
+ renderDurationMs?: number;
23
+ sampleVideoThumbnailUrl?: string;
24
+ sampleVideoUrl?: string;
25
+ settingsId?: number;
26
+ status?: string;
27
+ templateId?: number;
28
+ width?: number;
29
+ }
@@ -0,0 +1,24 @@
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 DcoVideoGeneratedCountResponse {
13
+ completedAt?: Date;
14
+ estimatedCompletionTime?: Date;
15
+ failedCount?: number;
16
+ generatedCount?: number;
17
+ lastUpdatedAt?: Date;
18
+ pendingCount?: number;
19
+ progressPercentage?: number;
20
+ settingsId?: number;
21
+ startedAt?: Date;
22
+ status?: string;
23
+ targetCount?: number;
24
+ }
@@ -0,0 +1,21 @@
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 DcoVideoMusicTrackDTO {
13
+ businessVertical?: string;
14
+ displayName?: string;
15
+ downloadSource?: string;
16
+ durationSecs?: number;
17
+ fileName?: string;
18
+ fileSizeInBytes?: number;
19
+ id?: number;
20
+ url?: string;
21
+ }
@@ -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
+ export interface DcoVideoPaginationDTO {
13
+ currentPage?: number;
14
+ hasNext?: boolean;
15
+ hasPrevious?: boolean;
16
+ pageSize?: number;
17
+ totalItems?: number;
18
+ totalPages?: number;
19
+ }
@@ -0,0 +1,27 @@
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 { DcoVideoCatalogItemDTO } from './dcoVideoCatalogItemDTO';
13
+ import { DcoVideoErrorDTO } from './dcoVideoErrorDTO';
14
+ export interface DcoVideoSampleDTO {
15
+ attemptedAt?: Date;
16
+ catalogItem?: DcoVideoCatalogItemDTO;
17
+ duration?: number;
18
+ error?: DcoVideoErrorDTO;
19
+ fileSize?: number;
20
+ generatedAt?: Date;
21
+ queuedAt?: Date;
22
+ resolution?: string;
23
+ status?: string;
24
+ thumbnailUrl?: string;
25
+ videoId?: string;
26
+ videoUrl?: string;
27
+ }
@@ -0,0 +1,18 @@
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 { DcoVideoPaginationDTO } from './dcoVideoPaginationDTO';
13
+ import { DcoVideoSampleDTO } from './dcoVideoSampleDTO';
14
+ export interface DcoVideoSamplesResponse {
15
+ pagination?: DcoVideoPaginationDTO;
16
+ settingsId?: number;
17
+ videos?: Array<DcoVideoSampleDTO>;
18
+ }
@@ -0,0 +1,20 @@
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 { DcoVideoAssetDTO } from './dcoVideoAssetDTO';
13
+ export interface DcoVideoSettingsCreateRequest {
14
+ advertiserId?: number;
15
+ assets?: Array<DcoVideoAssetDTO>;
16
+ brandGuidelineId?: number;
17
+ feedKey?: string;
18
+ sampleVideoUrl?: string;
19
+ templateId?: number;
20
+ }
@@ -0,0 +1,32 @@
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 { DcoVideoAssetDTO } from './dcoVideoAssetDTO';
13
+ import { DcoVideoTemplateDTO } from './dcoVideoTemplateDTO';
14
+ export interface DcoVideoSettingsDTO {
15
+ advertiserId?: number;
16
+ assets?: Array<DcoVideoAssetDTO>;
17
+ brandGuidelineId?: number;
18
+ createdAt?: Date;
19
+ createdBy?: number;
20
+ feedKey?: string;
21
+ id?: number;
22
+ isActive?: boolean;
23
+ isArchived?: boolean;
24
+ modifiedBy?: number;
25
+ sampleVideoGeneratedAt?: Date;
26
+ sampleVideoHeight?: number;
27
+ sampleVideoStatus?: string;
28
+ sampleVideoUrl?: string;
29
+ sampleVideoWidth?: number;
30
+ template?: DcoVideoTemplateDTO;
31
+ updatedAt?: Date;
32
+ }
@@ -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 { DcoVideoAssetDTO } from './dcoVideoAssetDTO';
13
+ export interface DcoVideoSettingsUpdateRequest {
14
+ assets?: Array<DcoVideoAssetDTO>;
15
+ brandGuidelineId?: number;
16
+ feedKey?: string;
17
+ sampleVideoUrl?: string;
18
+ templateId?: number;
19
+ }