@revxui/api-clients-ts 0.10.308 → 0.10.310

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.
@@ -10,7 +10,9 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { DynamicVideoConfigDTO } from './dynamicVideoConfigDTO';
13
+ import { NameAndTitleModel } from './nameAndTitleModel';
13
14
  export interface AdvertiserDynamicVideoConfig {
14
15
  configList?: Array<DynamicVideoConfigDTO>;
15
16
  feedKeys?: Array<string>;
17
+ propList?: Array<NameAndTitleModel>;
16
18
  }
@@ -10,7 +10,23 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface DynamicVideoConfigDTO {
13
- configKey?: string;
13
+ configKey?: DynamicVideoConfigDTO.ConfigKeyEnum;
14
14
  configValue?: string;
15
15
  feedKey?: string;
16
16
  }
17
+ export declare namespace DynamicVideoConfigDTO {
18
+ type ConfigKeyEnum = 'TEMPLATE_ID' | 'LOGO' | 'SALE_PRICE_PREFIX' | 'ORIGINAL_PRICE_PREFIX' | 'CTA' | 'TITLE_LENGTH' | 'DISCOUNT_SUFFIX' | 'FONT' | 'ROUND_PRICE' | 'MUSIC_FILE' | 'VIDEO_FILE';
19
+ const ConfigKeyEnum: {
20
+ TEMPLATEID: ConfigKeyEnum;
21
+ LOGO: ConfigKeyEnum;
22
+ SALEPRICEPREFIX: ConfigKeyEnum;
23
+ ORIGINALPRICEPREFIX: ConfigKeyEnum;
24
+ CTA: ConfigKeyEnum;
25
+ TITLELENGTH: ConfigKeyEnum;
26
+ DISCOUNTSUFFIX: ConfigKeyEnum;
27
+ FONT: ConfigKeyEnum;
28
+ ROUNDPRICE: ConfigKeyEnum;
29
+ MUSICFILE: ConfigKeyEnum;
30
+ VIDEOFILE: ConfigKeyEnum;
31
+ };
32
+ }
package/model/models.d.ts CHANGED
@@ -205,6 +205,7 @@ export * from './menuCrubResponse';
205
205
  export * from './metaRuleDto';
206
206
  export * from './metaRulesDto';
207
207
  export * from './modelError';
208
+ export * from './nameAndTitleModel';
208
209
  export * from './nativeAssetPojo';
209
210
  export * from './notificationListResponseNotificationResponse';
210
211
  export * from './notificationResponse';
@@ -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 NameAndTitleModel {
13
+ name?: string;
14
+ title?: string;
15
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.308",
3
+ "version": "0.10.310",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [