@revxui/api-clients-ts 1.1.456 → 1.1.457

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@1.1.456
1
+ ## @revxui/api-clients-ts@1.1.457
2
2
 
3
3
  ### Building
4
4
 
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
19
19
  _published:_
20
20
 
21
21
  ```
22
- npm install @revxui/api-clients-ts@1.1.456 --save
22
+ npm install @revxui/api-clients-ts@1.1.457 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -3,7 +3,6 @@ import { Observable } from 'rxjs';
3
3
  import { ApiResponseObjectDcoVideoActivateResponse } from '../model/apiResponseObjectDcoVideoActivateResponse';
4
4
  import { ApiResponseObjectDcoVideoGenerateSampleResponse } from '../model/apiResponseObjectDcoVideoGenerateSampleResponse';
5
5
  import { ApiResponseObjectDcoVideoGeneratedCountResponse } from '../model/apiResponseObjectDcoVideoGeneratedCountResponse';
6
- import { ApiResponseObjectDcoVideoSamplesResponse } from '../model/apiResponseObjectDcoVideoSamplesResponse';
7
6
  import { ApiResponseObjectDcoVideoSettingsDTO } from '../model/apiResponseObjectDcoVideoSettingsDTO';
8
7
  import { ApiResponseObjectListDcoVideoBrandGuidelineDTO } from '../model/apiResponseObjectListDcoVideoBrandGuidelineDTO';
9
8
  import { ApiResponseObjectListDcoVideoDimensionDTO } from '../model/apiResponseObjectListDcoVideoDimensionDTO';
@@ -11,7 +10,6 @@ import { ApiResponseObjectListDcoVideoSettingsDTO } from '../model/apiResponseOb
11
10
  import { ApiResponseObjectListDcoVideoTemplateDTO } from '../model/apiResponseObjectListDcoVideoTemplateDTO';
12
11
  import { ApiResponseObjectListstring } from '../model/apiResponseObjectListstring';
13
12
  import { DcoVideoActivateRequest } from '../model/dcoVideoActivateRequest';
14
- import { DcoVideoGenerateSampleRequest } from '../model/dcoVideoGenerateSampleRequest';
15
13
  import { Configuration } from '../configuration';
16
14
  import * as i0 from "@angular/core";
17
15
  export declare class DCOVideoSettingsControllerService {
@@ -39,11 +37,9 @@ export declare class DCOVideoSettingsControllerService {
39
37
  activateSettingsUsingPOST(request: DcoVideoActivateRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoActivateResponse>>;
40
38
  /**
41
39
  * Create a new DCO video settings configuration
42
- * Multipart endpoint. Send the JSON body in the &#x60;request&#x60; part. Optionally attach binary files in the &#x60;file_PROMO_VIDEO&#x60;, &#x60;file_PROMO_BANNER&#x60;, &#x60;file_BACKGROUND_IMAGE&#x60;, &#x60;file_END_CARD_IMAGE&#x60;, or &#x60;file_END_CARD_HTML&#x60; parts. End cards mirror the static-video creative-set behaviour: image (PNG/JPG/GIF) and HTML (raw .html or zipped bundle) end cards are both supported and may coexist on the same configuration. If both a CDN URL (in the JSON &#x60;assets[]&#x60;) and a file part are supplied for the same asset type, the file wins.
40
+ * Multipart endpoint. Send the JSON body in the &#x60;request&#x60; part. Optionally attach binary files in the &#x60;file_PROMO_VIDEO&#x60;, &#x60;file_PROMO_BANNER&#x60;, &#x60;file_BACKGROUND_IMAGE&#x60; parts. If both a CDN URL (in the JSON &#x60;assets[]&#x60;) and a file part are supplied for the same asset type, the file wins.
43
41
  * @param request DCO Video Settings creation request (JSON)
44
42
  * @param file_BACKGROUND_IMAGE Optional uploaded background image file
45
- * @param file_END_CARD_HTML Optional uploaded HTML end card (raw .html or zipped bundle)
46
- * @param file_END_CARD_IMAGE Optional uploaded image end card (PNG/JPG/GIF)
47
43
  * @param file_PROMO_BANNER Optional uploaded promo banner file
48
44
  * @param file_PROMO_VIDEO Optional uploaded promo video file
49
45
  * @param reqId request id
@@ -51,21 +47,24 @@ export declare class DCOVideoSettingsControllerService {
51
47
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
52
48
  * @param reportProgress flag to report request and response progress.
53
49
  */
54
- createSettingsUsingPOST(request: any, file_BACKGROUND_IMAGE?: Blob, file_END_CARD_HTML?: Blob, file_END_CARD_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoSettingsDTO>;
55
- createSettingsUsingPOST(request: any, file_BACKGROUND_IMAGE?: Blob, file_END_CARD_HTML?: Blob, file_END_CARD_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoSettingsDTO>>;
56
- createSettingsUsingPOST(request: any, file_BACKGROUND_IMAGE?: Blob, file_END_CARD_HTML?: Blob, file_END_CARD_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoSettingsDTO>>;
50
+ createSettingsUsingPOST(request: any, file_BACKGROUND_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoSettingsDTO>;
51
+ createSettingsUsingPOST(request: any, file_BACKGROUND_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoSettingsDTO>>;
52
+ createSettingsUsingPOST(request: any, file_BACKGROUND_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoSettingsDTO>>;
57
53
  /**
58
54
  * Generate a sample video for a DCO video settings configuration
59
55
  *
60
- * @param request Generate sample request
56
+ * @param request request
57
+ * @param file_BACKGROUND_IMAGE file_BACKGROUND_IMAGE
58
+ * @param file_PROMO_BANNER file_PROMO_BANNER
59
+ * @param file_PROMO_VIDEO file_PROMO_VIDEO
61
60
  * @param reqId request id
62
61
  * @param token Auth Token
63
62
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
64
63
  * @param reportProgress flag to report request and response progress.
65
64
  */
66
- generateSampleUsingPOST(request: DcoVideoGenerateSampleRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoGenerateSampleResponse>;
67
- generateSampleUsingPOST(request: DcoVideoGenerateSampleRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoGenerateSampleResponse>>;
68
- generateSampleUsingPOST(request: DcoVideoGenerateSampleRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoGenerateSampleResponse>>;
65
+ generateSampleUsingPOST(request: any, file_BACKGROUND_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoGenerateSampleResponse>;
66
+ generateSampleUsingPOST(request: any, file_BACKGROUND_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoGenerateSampleResponse>>;
67
+ generateSampleUsingPOST(request: any, file_BACKGROUND_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoGenerateSampleResponse>>;
69
68
  /**
70
69
  * Get all brand guidelines for a given advertiser
71
70
  *
@@ -105,7 +104,7 @@ export declare class DCOVideoSettingsControllerService {
105
104
  getFeedKeysUsingGET(advertiserId: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListstring>>;
106
105
  getFeedKeysUsingGET(advertiserId: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListstring>>;
107
106
  /**
108
- * Get generated video count and status for a DCO video settings configuration
107
+ * Get generated video count for a DCO video settings configuration
109
108
  *
110
109
  * @param id Settings configuration ID
111
110
  * @param reqId request id
@@ -116,21 +115,6 @@ export declare class DCOVideoSettingsControllerService {
116
115
  getGeneratedVideoCountUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoGeneratedCountResponse>;
117
116
  getGeneratedVideoCountUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoGeneratedCountResponse>>;
118
117
  getGeneratedVideoCountUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoGeneratedCountResponse>>;
119
- /**
120
- * Get generated video samples for a DCO video settings configuration
121
- *
122
- * @param id Settings configuration ID
123
- * @param page Page number (0-indexed)
124
- * @param reqId request id
125
- * @param size Number of items per page (max 100)
126
- * @param status Filter by status: COMPLETED, FAILED, PENDING, all
127
- * @param token Auth Token
128
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
129
- * @param reportProgress flag to report request and response progress.
130
- */
131
- getGeneratedVideoSamplesUsingGET(id: number, page?: number, reqId?: string, size?: number, status?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoSamplesResponse>;
132
- getGeneratedVideoSamplesUsingGET(id: number, page?: number, reqId?: string, size?: number, status?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoSamplesResponse>>;
133
- getGeneratedVideoSamplesUsingGET(id: number, page?: number, reqId?: string, size?: number, status?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoSamplesResponse>>;
134
118
  /**
135
119
  * Get all DCO video settings for an advertiser
136
120
  * Assets are always included in the response; rows with no associated assets return an empty &#x60;assets&#x60; array.
@@ -161,13 +145,11 @@ export declare class DCOVideoSettingsControllerService {
161
145
  getTemplatesUsingGET(advertiserId: number, hasBackgroundImage?: boolean, hasPromoBanner?: boolean, hasPromoVideo?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListDcoVideoTemplateDTO>>;
162
146
  /**
163
147
  * Update an existing DCO video settings configuration
164
- * Multipart endpoint. Send the JSON body in the &#x60;request&#x60; part. Optionally attach binary files in the &#x60;file_PROMO_VIDEO&#x60;, &#x60;file_PROMO_BANNER&#x60;, &#x60;file_BACKGROUND_IMAGE&#x60;, &#x60;file_END_CARD_IMAGE&#x60;, or &#x60;file_END_CARD_HTML&#x60; parts. End cards mirror the static-video creative-set behaviour: image (PNG/JPG/GIF) and HTML (raw .html or zipped bundle) end cards are both supported and may coexist on the same configuration. If both a CDN URL (in the JSON &#x60;assets[]&#x60;) and a file part are supplied for the same asset type, the file wins.
148
+ * Multipart endpoint. Send the JSON body in the &#x60;request&#x60; part. Optionally attach binary files in the &#x60;file_PROMO_VIDEO&#x60;, &#x60;file_PROMO_BANNER&#x60;, &#x60;file_BACKGROUND_IMAGE&#x60; parts. If both a CDN URL (in the JSON &#x60;assets[]&#x60;) and a file part are supplied for the same asset type, the file wins.
165
149
  * @param id Settings configuration ID
166
150
  * @param request DCO Video Settings update request (JSON)
167
151
  * @param async Run sample generation asynchronously
168
152
  * @param file_BACKGROUND_IMAGE Optional uploaded background image file
169
- * @param file_END_CARD_HTML Optional uploaded HTML end card (raw .html or zipped bundle)
170
- * @param file_END_CARD_IMAGE Optional uploaded image end card (PNG/JPG/GIF)
171
153
  * @param file_PROMO_BANNER Optional uploaded promo banner file
172
154
  * @param file_PROMO_VIDEO Optional uploaded promo video file
173
155
  * @param regenerateSample Whether to regenerate sample video after update
@@ -176,9 +158,9 @@ export declare class DCOVideoSettingsControllerService {
176
158
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
177
159
  * @param reportProgress flag to report request and response progress.
178
160
  */
179
- updateSettingsUsingPOST(id: number, request: any, async?: any, file_BACKGROUND_IMAGE?: Blob, file_END_CARD_HTML?: Blob, file_END_CARD_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, regenerateSample?: any, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoSettingsDTO>;
180
- updateSettingsUsingPOST(id: number, request: any, async?: any, file_BACKGROUND_IMAGE?: Blob, file_END_CARD_HTML?: Blob, file_END_CARD_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, regenerateSample?: any, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoSettingsDTO>>;
181
- updateSettingsUsingPOST(id: number, request: any, async?: any, file_BACKGROUND_IMAGE?: Blob, file_END_CARD_HTML?: Blob, file_END_CARD_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, regenerateSample?: any, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoSettingsDTO>>;
161
+ updateSettingsUsingPOST(id: number, request: any, async?: any, file_BACKGROUND_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, regenerateSample?: any, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDcoVideoSettingsDTO>;
162
+ updateSettingsUsingPOST(id: number, request: any, async?: any, file_BACKGROUND_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, regenerateSample?: any, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDcoVideoSettingsDTO>>;
163
+ updateSettingsUsingPOST(id: number, request: any, async?: any, file_BACKGROUND_IMAGE?: Blob, file_PROMO_BANNER?: Blob, file_PROMO_VIDEO?: Blob, regenerateSample?: any, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDcoVideoSettingsDTO>>;
182
164
  static ɵfac: i0.ɵɵFactoryDeclaration<DCOVideoSettingsControllerService, [null, { optional: true; }, { optional: true; }]>;
183
165
  static ɵprov: i0.ɵɵInjectableDeclaration<DCOVideoSettingsControllerService>;
184
166
  }