@revxui/api-clients-ts 1.1.261 → 1.1.263

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.
@@ -11,13 +11,14 @@
11
11
  */
12
12
  import { BaseModel } from './baseModel';
13
13
  import { CreativeDTO } from './creativeDTO';
14
+ import { CurrencyModel } from './currencyModel';
14
15
  import { EndCards } from './endCards';
15
16
  import { Macro } from './macro';
16
17
  import { NativeAssetPojo } from './nativeAssetPojo';
17
18
  import { Size } from './size';
18
19
  export interface CreativeSetDetails {
19
20
  active?: boolean;
20
- advertiser?: BaseModel;
21
+ advertiser?: CurrencyModel;
21
22
  archived?: boolean;
22
23
  budgetDaily?: number;
23
24
  clickDestination?: BaseModel;
@@ -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 CurrencyModel {
13
+ currencyCode?: string;
14
+ id?: number;
15
+ name?: string;
16
+ }
package/model/models.d.ts CHANGED
@@ -186,6 +186,7 @@ export * from './creativeStrategyAssociationStatus';
186
186
  export * from './creativeTemplateDTO';
187
187
  export * from './creativeTemplatesMetadataDTO';
188
188
  export * from './creativeThirdPartyAdTag';
189
+ export * from './currencyModel';
189
190
  export * from './customerReportingData';
190
191
  export * from './customerReportingDataListResponse';
191
192
  export * from './customerReportingRequest';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.261",
3
+ "version": "1.1.263",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [