@produce8/analytics-openapi-types 1.0.0-dev.20260105164314 → 1.0.0-dev.20260107143359

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/openapi-types.ts CHANGED
@@ -239,7 +239,7 @@ export interface components {
239
239
  * @description Field to sort by
240
240
  * @enum {string}
241
241
  */
242
- sortField?: "appName" | "appCreatedDate" | "appCategoryName" | "uniqueUsers" | "uniqueUsersDeviation" | "duration" | "durationDeviation" | "interactions" | "interactionsDeviation" | "cost" | "costDeviation";
242
+ sortField?: "uniqueUsers" | "uniqueUsersDeviation" | "duration" | "durationDeviation" | "interactions" | "interactionsDeviation" | "cost" | "costDeviation";
243
243
  /**
244
244
  * @description Sort direction
245
245
  * @enum {string}
@@ -316,7 +316,7 @@ export interface components {
316
316
  * @description Field to sort by
317
317
  * @enum {string}
318
318
  */
319
- sortField?: "appName" | "appCreatedDate" | "appCategoryName" | "uniqueUsers" | "uniqueUsersDeviation" | "duration" | "durationDeviation" | "interactions" | "interactionsDeviation" | "cost" | "costDeviation";
319
+ sortField?: "uniqueUsers" | "uniqueUsersDeviation" | "duration" | "durationDeviation" | "interactions" | "interactionsDeviation" | "cost" | "costDeviation";
320
320
  /**
321
321
  * @description Sort direction
322
322
  * @enum {string}
@@ -395,7 +395,7 @@ export interface components {
395
395
  * @description Field to sort by
396
396
  * @enum {string}
397
397
  */
398
- sortField?: "appName" | "appCreatedDate" | "appCategoryName" | "uniqueUsers" | "uniqueUsersDeviation" | "duration" | "durationDeviation" | "interactions" | "interactionsDeviation" | "cost" | "costDeviation";
398
+ sortField?: "uniqueUsers" | "uniqueUsersDeviation" | "duration" | "durationDeviation" | "interactions" | "interactionsDeviation" | "cost" | "costDeviation";
399
399
  /**
400
400
  * @description Sort direction
401
401
  * @enum {string}
@@ -688,7 +688,7 @@ export interface operations {
688
688
  /** @description Cursor for pagination */
689
689
  after?: number;
690
690
  /** @description Field to sort by */
691
- sortField?: "appName" | "appCreatedDate" | "appCategoryName" | "uniqueUsers" | "uniqueUsersDeviation" | "duration" | "durationDeviation" | "interactions" | "interactionsDeviation" | "cost" | "costDeviation";
691
+ sortField?: "uniqueUsers" | "uniqueUsersDeviation" | "duration" | "durationDeviation" | "interactions" | "interactionsDeviation" | "cost" | "costDeviation";
692
692
  /** @description Sort direction */
693
693
  sortDirection?: "ASC" | "DESC";
694
694
  /** @description Type of metric to retrieve */
@@ -745,7 +745,7 @@ export interface operations {
745
745
  /** @description Cursor for pagination */
746
746
  after?: number;
747
747
  /** @description Field to sort by */
748
- sortField?: "appName" | "appCreatedDate" | "appCategoryName" | "uniqueUsers" | "uniqueUsersDeviation" | "duration" | "durationDeviation" | "interactions" | "interactionsDeviation" | "cost" | "costDeviation";
748
+ sortField?: "uniqueUsers" | "uniqueUsersDeviation" | "duration" | "durationDeviation" | "interactions" | "interactionsDeviation" | "cost" | "costDeviation";
749
749
  /** @description Sort direction */
750
750
  sortDirection?: "ASC" | "DESC";
751
751
  /** @description Type of metric to retrieve */
@@ -804,7 +804,7 @@ export interface operations {
804
804
  /** @description Cursor for pagination */
805
805
  after?: number;
806
806
  /** @description Field to sort by */
807
- sortField?: "appName" | "appCreatedDate" | "appCategoryName" | "uniqueUsers" | "uniqueUsersDeviation" | "duration" | "durationDeviation" | "interactions" | "interactionsDeviation" | "cost" | "costDeviation";
807
+ sortField?: "uniqueUsers" | "uniqueUsersDeviation" | "duration" | "durationDeviation" | "interactions" | "interactionsDeviation" | "cost" | "costDeviation";
808
808
  /** @description Sort direction */
809
809
  sortDirection?: "ASC" | "DESC";
810
810
  /** @description Type of metric to retrieve */
package/openapi.json CHANGED
@@ -278,9 +278,6 @@
278
278
  "description": "Field to sort by",
279
279
  "schema": {
280
280
  "enum": [
281
- "appName",
282
- "appCreatedDate",
283
- "appCategoryName",
284
281
  "uniqueUsers",
285
282
  "uniqueUsersDeviation",
286
283
  "duration",
@@ -511,9 +508,6 @@
511
508
  "description": "Field to sort by",
512
509
  "schema": {
513
510
  "enum": [
514
- "appName",
515
- "appCreatedDate",
516
- "appCategoryName",
517
511
  "uniqueUsers",
518
512
  "uniqueUsersDeviation",
519
513
  "duration",
@@ -753,9 +747,6 @@
753
747
  "description": "Field to sort by",
754
748
  "schema": {
755
749
  "enum": [
756
- "appName",
757
- "appCreatedDate",
758
- "appCategoryName",
759
750
  "uniqueUsers",
760
751
  "uniqueUsersDeviation",
761
752
  "duration",
@@ -1063,9 +1054,6 @@
1063
1054
  "sortField": {
1064
1055
  "type": "string",
1065
1056
  "enum": [
1066
- "appName",
1067
- "appCreatedDate",
1068
- "appCategoryName",
1069
1057
  "uniqueUsers",
1070
1058
  "uniqueUsersDeviation",
1071
1059
  "duration",
@@ -1198,9 +1186,6 @@
1198
1186
  "sortField": {
1199
1187
  "type": "string",
1200
1188
  "enum": [
1201
- "appName",
1202
- "appCreatedDate",
1203
- "appCategoryName",
1204
1189
  "uniqueUsers",
1205
1190
  "uniqueUsersDeviation",
1206
1191
  "duration",
@@ -1339,9 +1324,6 @@
1339
1324
  "sortField": {
1340
1325
  "type": "string",
1341
1326
  "enum": [
1342
- "appName",
1343
- "appCreatedDate",
1344
- "appCategoryName",
1345
1327
  "uniqueUsers",
1346
1328
  "uniqueUsersDeviation",
1347
1329
  "duration",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@produce8/analytics-openapi-types",
3
- "version": "1.0.0-dev.20260105164314",
3
+ "version": "1.0.0-dev.20260107143359",
4
4
  "description": "TypeScript types generated from Analytics Service OpenAPI specification",
5
5
  "main": "openapi-types.ts",
6
6
  "types": "openapi-types.ts",