@revxui/api-clients-ts 1.1.485 → 1.1.487

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.
@@ -9,10 +9,17 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { EndCardSelectionDTO } from './endCardSelectionDTO';
13
12
  import { SelectedTargetDTO } from './selectedTargetDTO';
14
13
  export interface AssetSelectionDTO {
15
- endCard?: EndCardSelectionDTO;
14
+ endCardType?: AssetSelectionDTO.EndCardTypeEnum;
15
+ isEndCard?: boolean;
16
16
  selectedTargets?: Array<SelectedTargetDTO>;
17
17
  uploadId?: number;
18
18
  }
19
+ export declare namespace AssetSelectionDTO {
20
+ type EndCardTypeEnum = 'IMAGE' | 'HTML';
21
+ const EndCardTypeEnum: {
22
+ IMAGE: EndCardTypeEnum;
23
+ HTML: EndCardTypeEnum;
24
+ };
25
+ }
package/model/models.d.ts CHANGED
@@ -330,7 +330,6 @@ export * from './dynamicVideoTemplate';
330
330
  export * from './eResponseobject';
331
331
  export * from './eligibleUsersRequest';
332
332
  export * from './eligibleUsersResponse';
333
- export * from './endCardSelectionDTO';
334
333
  export * from './endCards';
335
334
  export * from './experimentsEntity';
336
335
  export * from './extendedBaseModel';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.485",
3
+ "version": "1.1.487",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [
@@ -1,19 +0,0 @@
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 var EndCardSelectionDTO;
13
- (function (EndCardSelectionDTO) {
14
- EndCardSelectionDTO.EndCardTypeEnum = {
15
- IMAGE: 'IMAGE',
16
- HTML: 'HTML'
17
- };
18
- })(EndCardSelectionDTO || (EndCardSelectionDTO = {}));
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW5kQ2FyZFNlbGVjdGlvbkRUTy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL2VuZENhcmRTZWxlY3Rpb25EVE8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7R0FVRztBQU9ILE1BQU0sS0FBVyxtQkFBbUIsQ0FNbkM7QUFORCxXQUFpQixtQkFBbUI7SUFFbkIsbUNBQWUsR0FBRztRQUMzQixLQUFLLEVBQUUsT0FBMEI7UUFDakMsSUFBSSxFQUFFLE1BQXlCO0tBQ2xDLENBQUM7QUFDTixDQUFDLEVBTmdCLG1CQUFtQixLQUFuQixtQkFBbUIsUUFNbkMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEFwaSBEb2N1bWVudGF0aW9uXG4gKiBBcGkgRG9jdW1lbnRhdGlvblxuICpcbiAqIE9wZW5BUEkgc3BlYyB2ZXJzaW9uOiAxLjBcbiAqIFxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgdGhlIHN3YWdnZXIgY29kZSBnZW5lcmF0b3IgcHJvZ3JhbS5cbiAqIGh0dHBzOi8vZ2l0aHViLmNvbS9zd2FnZ2VyLWFwaS9zd2FnZ2VyLWNvZGVnZW4uZ2l0XG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuXG5leHBvcnQgaW50ZXJmYWNlIEVuZENhcmRTZWxlY3Rpb25EVE8geyBcbiAgICBlbmRDYXJkVHlwZT86IEVuZENhcmRTZWxlY3Rpb25EVE8uRW5kQ2FyZFR5cGVFbnVtO1xuICAgIHVwbG9hZElkPzogbnVtYmVyO1xufVxuZXhwb3J0IG5hbWVzcGFjZSBFbmRDYXJkU2VsZWN0aW9uRFRPIHtcbiAgICBleHBvcnQgdHlwZSBFbmRDYXJkVHlwZUVudW0gPSAnSU1BR0UnIHwgJ0hUTUwnO1xuICAgIGV4cG9ydCBjb25zdCBFbmRDYXJkVHlwZUVudW0gPSB7XG4gICAgICAgIElNQUdFOiAnSU1BR0UnIGFzIEVuZENhcmRUeXBlRW51bSxcbiAgICAgICAgSFRNTDogJ0hUTUwnIGFzIEVuZENhcmRUeXBlRW51bVxuICAgIH07XG59XG4iXX0=
@@ -1,22 +0,0 @@
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 EndCardSelectionDTO {
13
- endCardType?: EndCardSelectionDTO.EndCardTypeEnum;
14
- uploadId?: number;
15
- }
16
- export declare namespace EndCardSelectionDTO {
17
- type EndCardTypeEnum = 'IMAGE' | 'HTML';
18
- const EndCardTypeEnum: {
19
- IMAGE: EndCardTypeEnum;
20
- HTML: EndCardTypeEnum;
21
- };
22
- }