@revxui/api-clients-ts 0.10.272 → 0.10.273

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.
@@ -26,6 +26,7 @@ export interface CampaignESDTO {
26
26
  fcap?: number;
27
27
  flowRate?: number;
28
28
  id?: number;
29
+ incrementalityTest?: boolean;
29
30
  isArchived?: boolean;
30
31
  isPlacebo?: boolean;
31
32
  licenseeId?: number;
package/model/models.d.ts CHANGED
@@ -223,6 +223,7 @@ export * from './slicexData';
223
223
  export * from './slicexGridData';
224
224
  export * from './slicexListResponse';
225
225
  export * from './slicexRequest';
226
+ export * from './slicexRequestExtended';
226
227
  export * from './sortModel';
227
228
  export * from './statusBaseObject';
228
229
  export * from './strategy';
@@ -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 { DashboardFilters } from './dashboardFilters';
13
+ import { Duration } from './duration';
14
+ export interface SlicexRequestExtended {
15
+ compareToDuration?: Duration;
16
+ duration?: Duration;
17
+ entityList?: Array<number>;
18
+ filters?: Array<DashboardFilters>;
19
+ groupBy?: string;
20
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.272",
3
+ "version": "0.10.273",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [