@jrojaspin/security-map-api-cli 9.6.0 → 9.7.0

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.
Files changed (88) hide show
  1. package/dist/apis/ReportApi.d.ts +32 -1
  2. package/dist/apis/ReportApi.js +156 -1
  3. package/dist/apis/ReportApi.js.map +1 -1
  4. package/dist/index.cjs +1171 -14
  5. package/dist/index.cjs.map +1 -1
  6. package/dist/index.d.ts +425 -9
  7. package/dist/index.mjs +1033 -10
  8. package/dist/index.mjs.map +1 -1
  9. package/dist/models/Def223.d.ts +8 -0
  10. package/dist/models/Def223.js +16 -0
  11. package/dist/models/{Def200.js.map → Def223.js.map} +1 -1
  12. package/dist/models/ReportAllItemsListOutput.d.ts +2 -2
  13. package/dist/models/ReportAllItemsListOutput.js +3 -3
  14. package/dist/models/ReportQueryCatalogField.d.ts +70 -0
  15. package/dist/models/ReportQueryCatalogField.js +108 -0
  16. package/dist/models/ReportQueryCatalogField.js.map +1 -0
  17. package/dist/models/ReportQueryCatalogOutput.d.ts +9 -0
  18. package/dist/models/ReportQueryCatalogOutput.js +29 -0
  19. package/dist/models/ReportQueryCatalogOutput.js.map +1 -0
  20. package/dist/models/ReportQueryChart.d.ts +13 -0
  21. package/dist/models/ReportQueryChart.js +30 -0
  22. package/dist/models/ReportQueryChart.js.map +1 -0
  23. package/dist/models/ReportQueryDataDto.d.ts +11 -0
  24. package/dist/models/ReportQueryDataDto.js +34 -0
  25. package/dist/models/ReportQueryDataDto.js.map +1 -0
  26. package/dist/models/ReportQueryDataOutput.d.ts +9 -0
  27. package/dist/models/ReportQueryDataOutput.js +29 -0
  28. package/dist/models/ReportQueryDataOutput.js.map +1 -0
  29. package/dist/models/ReportQueryDateBucket.d.ts +13 -0
  30. package/dist/models/ReportQueryDateBucket.js +30 -0
  31. package/dist/models/ReportQueryDateBucket.js.map +1 -0
  32. package/dist/models/ReportQueryDefinition.d.ts +33 -0
  33. package/dist/models/ReportQueryDefinition.js +67 -0
  34. package/dist/models/ReportQueryDefinition.js.map +1 -0
  35. package/dist/models/ReportQueryDimension.d.ts +25 -0
  36. package/dist/models/ReportQueryDimension.js +46 -0
  37. package/dist/models/ReportQueryDimension.js.map +1 -0
  38. package/dist/models/ReportQueryDto.d.ts +11 -0
  39. package/dist/models/ReportQueryDto.js +35 -0
  40. package/dist/models/ReportQueryDto.js.map +1 -0
  41. package/dist/models/ReportQueryFieldType.d.ts +13 -0
  42. package/dist/models/ReportQueryFieldType.js +30 -0
  43. package/dist/models/ReportQueryFieldType.js.map +1 -0
  44. package/dist/models/ReportQueryFilter.d.ts +25 -0
  45. package/dist/models/ReportQueryFilter.js +50 -0
  46. package/dist/models/ReportQueryFilter.js.map +1 -0
  47. package/dist/models/ReportQueryFilterOperator.d.ts +20 -0
  48. package/dist/models/ReportQueryFilterOperator.js +37 -0
  49. package/dist/models/ReportQueryFilterOperator.js.map +1 -0
  50. package/dist/models/ReportQueryInput.d.ts +10 -0
  51. package/dist/models/ReportQueryInput.js +33 -0
  52. package/dist/models/ReportQueryInput.js.map +1 -0
  53. package/dist/models/ReportQueryListOutput.d.ts +9 -0
  54. package/dist/models/ReportQueryListOutput.js +29 -0
  55. package/dist/models/ReportQueryListOutput.js.map +1 -0
  56. package/dist/models/ReportQueryMetric.d.ts +19 -0
  57. package/dist/models/ReportQueryMetric.js +40 -0
  58. package/dist/models/ReportQueryMetric.js.map +1 -0
  59. package/dist/models/ReportQueryMetricOperation.d.ts +14 -0
  60. package/dist/models/ReportQueryMetricOperation.js +31 -0
  61. package/dist/models/ReportQueryMetricOperation.js.map +1 -0
  62. package/dist/models/ReportQueryNormalize.d.ts +11 -0
  63. package/dist/models/ReportQueryNormalize.js +28 -0
  64. package/dist/models/ReportQueryNormalize.js.map +1 -0
  65. package/dist/models/ReportQueryOutput.d.ts +9 -0
  66. package/dist/models/ReportQueryOutput.js +29 -0
  67. package/dist/models/ReportQueryOutput.js.map +1 -0
  68. package/dist/models/ReportQueryPreviewInput.d.ts +11 -0
  69. package/dist/models/ReportQueryPreviewInput.js +37 -0
  70. package/dist/models/ReportQueryPreviewInput.js.map +1 -0
  71. package/dist/models/ReportQueryResult.d.ts +11 -0
  72. package/dist/models/ReportQueryResult.js +34 -0
  73. package/dist/models/ReportQueryResult.js.map +1 -0
  74. package/dist/models/ReportQueryResultColumn.d.ts +9 -0
  75. package/dist/models/ReportQueryResultColumn.js +32 -0
  76. package/dist/models/ReportQueryResultColumn.js.map +1 -0
  77. package/dist/models/ReportQueryResultRow.d.ts +10 -0
  78. package/dist/models/ReportQueryResultRow.js +36 -0
  79. package/dist/models/ReportQueryResultRow.js.map +1 -0
  80. package/dist/models/ReportQuerySource.d.ts +11 -0
  81. package/dist/models/ReportQuerySource.js +28 -0
  82. package/dist/models/ReportQuerySource.js.map +1 -0
  83. package/dist/models/index.d.ts +24 -1
  84. package/dist/models/index.js +24 -1
  85. package/dist/models/index.js.map +1 -1
  86. package/package.json +1 -1
  87. package/dist/models/Def200.d.ts +0 -8
  88. package/dist/models/Def200.js +0 -16
@@ -0,0 +1,46 @@
1
+ export const ReportQueryDimensionBucketEnum = {
2
+ Day: 'day',
3
+ Week: 'week',
4
+ Month: 'month',
5
+ Quarter: 'quarter',
6
+ Year: 'year'
7
+ };
8
+ export const ReportQueryDimensionNormalizeEnum = {
9
+ None: 'none',
10
+ TrimCase: 'trim_case',
11
+ Ipp: 'ipp'
12
+ };
13
+ export function instanceOfReportQueryDimension(value) {
14
+ if (!('field' in value) || value['field'] === undefined)
15
+ return false;
16
+ return true;
17
+ }
18
+ export function ReportQueryDimensionFromJSON(json) {
19
+ return ReportQueryDimensionFromJSONTyped(json, false);
20
+ }
21
+ export function ReportQueryDimensionFromJSONTyped(json, ignoreDiscriminator) {
22
+ if (json == null) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'field': json['field'],
27
+ 'bucket': json['bucket'] == null ? undefined : json['bucket'],
28
+ 'normalize': json['normalize'] == null ? undefined : json['normalize'],
29
+ 'includeEmpty': json['includeEmpty'] == null ? undefined : json['includeEmpty'],
30
+ };
31
+ }
32
+ export function ReportQueryDimensionToJSON(json) {
33
+ return ReportQueryDimensionToJSONTyped(json, false);
34
+ }
35
+ export function ReportQueryDimensionToJSONTyped(value, ignoreDiscriminator = false) {
36
+ if (value == null) {
37
+ return value;
38
+ }
39
+ return {
40
+ 'field': value['field'],
41
+ 'bucket': value['bucket'],
42
+ 'normalize': value['normalize'],
43
+ 'includeEmpty': value['includeEmpty'],
44
+ };
45
+ }
46
+ //# sourceMappingURL=ReportQueryDimension.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportQueryDimension.js","sourceRoot":"","sources":["../../src/models/ReportQueryDimension.ts"],"names":[],"mappings":"AAmDA,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC1C,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;CACN,CAAC;AAMX,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC7C,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,WAAW;IACrB,GAAG,EAAE,KAAK;CACJ,CAAC;AAOX,MAAM,UAAU,8BAA8B,CAAC,KAAa;IACxD,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;KAClF,CAAC;AACN,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,KAAmC,EAAE,sBAA+B,KAAK;IACrH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;KACxC,CAAC;AACN,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { ReportQueryDefinition } from './ReportQueryDefinition.js';
2
+ export interface ReportQueryDto {
3
+ id: number;
4
+ title: string;
5
+ definition?: ReportQueryDefinition;
6
+ }
7
+ export declare function instanceOfReportQueryDto(value: object): value is ReportQueryDto;
8
+ export declare function ReportQueryDtoFromJSON(json: any): ReportQueryDto;
9
+ export declare function ReportQueryDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportQueryDto;
10
+ export declare function ReportQueryDtoToJSON(json: any): ReportQueryDto;
11
+ export declare function ReportQueryDtoToJSONTyped(value?: ReportQueryDto | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,35 @@
1
+ import { ReportQueryDefinitionFromJSON, ReportQueryDefinitionToJSON, } from './ReportQueryDefinition.js';
2
+ export function instanceOfReportQueryDto(value) {
3
+ if (!('id' in value) || value['id'] === undefined)
4
+ return false;
5
+ if (!('title' in value) || value['title'] === undefined)
6
+ return false;
7
+ return true;
8
+ }
9
+ export function ReportQueryDtoFromJSON(json) {
10
+ return ReportQueryDtoFromJSONTyped(json, false);
11
+ }
12
+ export function ReportQueryDtoFromJSONTyped(json, ignoreDiscriminator) {
13
+ if (json == null) {
14
+ return json;
15
+ }
16
+ return {
17
+ 'id': json['id'],
18
+ 'title': json['title'],
19
+ 'definition': json['definition'] == null ? undefined : ReportQueryDefinitionFromJSON(json['definition']),
20
+ };
21
+ }
22
+ export function ReportQueryDtoToJSON(json) {
23
+ return ReportQueryDtoToJSONTyped(json, false);
24
+ }
25
+ export function ReportQueryDtoToJSONTyped(value, ignoreDiscriminator = false) {
26
+ if (value == null) {
27
+ return value;
28
+ }
29
+ return {
30
+ 'id': value['id'],
31
+ 'title': value['title'],
32
+ 'definition': ReportQueryDefinitionToJSON(value['definition']),
33
+ };
34
+ }
35
+ //# sourceMappingURL=ReportQueryDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportQueryDto.js","sourceRoot":"","sources":["../../src/models/ReportQueryDto.ts"],"names":[],"mappings":"AAgBA,OAAO,EACH,6BAA6B,EAE7B,2BAA2B,GAE9B,MAAM,4BAA4B,CAAC;AA+BpC,MAAM,UAAU,wBAAwB,CAAC,KAAa;IAClD,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS,EAAE,mBAA4B;IAC/E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC3G,CAAC;AACN,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,KAA6B,EAAE,sBAA+B,KAAK;IACzG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,YAAY,EAAE,2BAA2B,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACjE,CAAC;AACN,CAAC"}
@@ -0,0 +1,13 @@
1
+ export declare const ReportQueryFieldType: {
2
+ readonly Number: "number";
3
+ readonly Boolean: "boolean";
4
+ readonly Category: "category";
5
+ readonly Text: "text";
6
+ readonly Date: "date";
7
+ };
8
+ export type ReportQueryFieldType = typeof ReportQueryFieldType[keyof typeof ReportQueryFieldType];
9
+ export declare function instanceOfReportQueryFieldType(value: any): boolean;
10
+ export declare function ReportQueryFieldTypeFromJSON(json: any): ReportQueryFieldType;
11
+ export declare function ReportQueryFieldTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportQueryFieldType;
12
+ export declare function ReportQueryFieldTypeToJSON(value?: ReportQueryFieldType | null): any;
13
+ export declare function ReportQueryFieldTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): ReportQueryFieldType;
@@ -0,0 +1,30 @@
1
+ export const ReportQueryFieldType = {
2
+ Number: 'number',
3
+ Boolean: 'boolean',
4
+ Category: 'category',
5
+ Text: 'text',
6
+ Date: 'date'
7
+ };
8
+ export function instanceOfReportQueryFieldType(value) {
9
+ for (const key in ReportQueryFieldType) {
10
+ if (Object.prototype.hasOwnProperty.call(ReportQueryFieldType, key)) {
11
+ if (ReportQueryFieldType[key] === value) {
12
+ return true;
13
+ }
14
+ }
15
+ }
16
+ return false;
17
+ }
18
+ export function ReportQueryFieldTypeFromJSON(json) {
19
+ return ReportQueryFieldTypeFromJSONTyped(json, false);
20
+ }
21
+ export function ReportQueryFieldTypeFromJSONTyped(json, ignoreDiscriminator) {
22
+ return json;
23
+ }
24
+ export function ReportQueryFieldTypeToJSON(value) {
25
+ return value;
26
+ }
27
+ export function ReportQueryFieldTypeToJSONTyped(value, ignoreDiscriminator) {
28
+ return value;
29
+ }
30
+ //# sourceMappingURL=ReportQueryFieldType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportQueryFieldType.js","sourceRoot":"","sources":["../../src/models/ReportQueryFieldType.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAChC,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC;AAIX,MAAM,UAAU,8BAA8B,CAAC,KAAU;IACrD,KAAK,MAAM,GAAG,IAAI,oBAAoB,EAAE,CAAC;QACrC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,oBAAoB,EAAE,GAAG,CAAC,EAAE,CAAC;YAClE,IAAI,oBAAoB,CAAC,GAAwC,CAAC,KAAK,KAAK,EAAE,CAAC;gBAC3E,OAAO,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,OAAO,IAA4B,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,KAAmC;IAC1E,OAAO,KAAY,CAAC;AACxB,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,KAAU,EAAE,mBAA4B;IACpF,OAAO,KAA6B,CAAC;AACzC,CAAC"}
@@ -0,0 +1,25 @@
1
+ export interface ReportQueryFilter {
2
+ field: string;
3
+ op: ReportQueryFilterOpEnum;
4
+ values: Array<string>;
5
+ }
6
+ export declare const ReportQueryFilterOpEnum: {
7
+ readonly Contains: "contains";
8
+ readonly NotContains: "not_contains";
9
+ readonly Eq: "eq";
10
+ readonly Neq: "neq";
11
+ readonly In: "in";
12
+ readonly NotIn: "not_in";
13
+ readonly Gt: "gt";
14
+ readonly Gte: "gte";
15
+ readonly Lt: "lt";
16
+ readonly Lte: "lte";
17
+ readonly IsEmpty: "is_empty";
18
+ readonly IsNotEmpty: "is_not_empty";
19
+ };
20
+ export type ReportQueryFilterOpEnum = typeof ReportQueryFilterOpEnum[keyof typeof ReportQueryFilterOpEnum];
21
+ export declare function instanceOfReportQueryFilter(value: object): value is ReportQueryFilter;
22
+ export declare function ReportQueryFilterFromJSON(json: any): ReportQueryFilter;
23
+ export declare function ReportQueryFilterFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportQueryFilter;
24
+ export declare function ReportQueryFilterToJSON(json: any): ReportQueryFilter;
25
+ export declare function ReportQueryFilterToJSONTyped(value?: ReportQueryFilter | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,50 @@
1
+ export const ReportQueryFilterOpEnum = {
2
+ Contains: 'contains',
3
+ NotContains: 'not_contains',
4
+ Eq: 'eq',
5
+ Neq: 'neq',
6
+ In: 'in',
7
+ NotIn: 'not_in',
8
+ Gt: 'gt',
9
+ Gte: 'gte',
10
+ Lt: 'lt',
11
+ Lte: 'lte',
12
+ IsEmpty: 'is_empty',
13
+ IsNotEmpty: 'is_not_empty'
14
+ };
15
+ export function instanceOfReportQueryFilter(value) {
16
+ if (!('field' in value) || value['field'] === undefined)
17
+ return false;
18
+ if (!('op' in value) || value['op'] === undefined)
19
+ return false;
20
+ if (!('values' in value) || value['values'] === undefined)
21
+ return false;
22
+ return true;
23
+ }
24
+ export function ReportQueryFilterFromJSON(json) {
25
+ return ReportQueryFilterFromJSONTyped(json, false);
26
+ }
27
+ export function ReportQueryFilterFromJSONTyped(json, ignoreDiscriminator) {
28
+ if (json == null) {
29
+ return json;
30
+ }
31
+ return {
32
+ 'field': json['field'],
33
+ 'op': json['op'],
34
+ 'values': json['values'],
35
+ };
36
+ }
37
+ export function ReportQueryFilterToJSON(json) {
38
+ return ReportQueryFilterToJSONTyped(json, false);
39
+ }
40
+ export function ReportQueryFilterToJSONTyped(value, ignoreDiscriminator = false) {
41
+ if (value == null) {
42
+ return value;
43
+ }
44
+ return {
45
+ 'field': value['field'],
46
+ 'op': value['op'],
47
+ 'values': value['values'],
48
+ };
49
+ }
50
+ //# sourceMappingURL=ReportQueryFilter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportQueryFilter.js","sourceRoot":"","sources":["../../src/models/ReportQueryFilter.ts"],"names":[],"mappings":"AA6CA,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACnC,QAAQ,EAAE,UAAU;IACpB,WAAW,EAAE,cAAc;IAC3B,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,KAAK;IACV,EAAE,EAAE,IAAI;IACR,KAAK,EAAE,QAAQ;IACf,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,KAAK;IACV,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,KAAK;IACV,OAAO,EAAE,UAAU;IACnB,UAAU,EAAE,cAAc;CACpB,CAAC;AAOX,MAAM,UAAU,2BAA2B,CAAC,KAAa;IACrD,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,QAAQ,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS,EAAE,mBAA4B;IAClF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;KAC3B,CAAC;AACN,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,KAAgC,EAAE,sBAA+B,KAAK;IAC/G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;KAC5B,CAAC;AACN,CAAC"}
@@ -0,0 +1,20 @@
1
+ export declare const ReportQueryFilterOperator: {
2
+ readonly Contains: "contains";
3
+ readonly NotContains: "not_contains";
4
+ readonly Eq: "eq";
5
+ readonly Neq: "neq";
6
+ readonly In: "in";
7
+ readonly NotIn: "not_in";
8
+ readonly Gt: "gt";
9
+ readonly Gte: "gte";
10
+ readonly Lt: "lt";
11
+ readonly Lte: "lte";
12
+ readonly IsEmpty: "is_empty";
13
+ readonly IsNotEmpty: "is_not_empty";
14
+ };
15
+ export type ReportQueryFilterOperator = typeof ReportQueryFilterOperator[keyof typeof ReportQueryFilterOperator];
16
+ export declare function instanceOfReportQueryFilterOperator(value: any): boolean;
17
+ export declare function ReportQueryFilterOperatorFromJSON(json: any): ReportQueryFilterOperator;
18
+ export declare function ReportQueryFilterOperatorFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportQueryFilterOperator;
19
+ export declare function ReportQueryFilterOperatorToJSON(value?: ReportQueryFilterOperator | null): any;
20
+ export declare function ReportQueryFilterOperatorToJSONTyped(value: any, ignoreDiscriminator: boolean): ReportQueryFilterOperator;
@@ -0,0 +1,37 @@
1
+ export const ReportQueryFilterOperator = {
2
+ Contains: 'contains',
3
+ NotContains: 'not_contains',
4
+ Eq: 'eq',
5
+ Neq: 'neq',
6
+ In: 'in',
7
+ NotIn: 'not_in',
8
+ Gt: 'gt',
9
+ Gte: 'gte',
10
+ Lt: 'lt',
11
+ Lte: 'lte',
12
+ IsEmpty: 'is_empty',
13
+ IsNotEmpty: 'is_not_empty'
14
+ };
15
+ export function instanceOfReportQueryFilterOperator(value) {
16
+ for (const key in ReportQueryFilterOperator) {
17
+ if (Object.prototype.hasOwnProperty.call(ReportQueryFilterOperator, key)) {
18
+ if (ReportQueryFilterOperator[key] === value) {
19
+ return true;
20
+ }
21
+ }
22
+ }
23
+ return false;
24
+ }
25
+ export function ReportQueryFilterOperatorFromJSON(json) {
26
+ return ReportQueryFilterOperatorFromJSONTyped(json, false);
27
+ }
28
+ export function ReportQueryFilterOperatorFromJSONTyped(json, ignoreDiscriminator) {
29
+ return json;
30
+ }
31
+ export function ReportQueryFilterOperatorToJSON(value) {
32
+ return value;
33
+ }
34
+ export function ReportQueryFilterOperatorToJSONTyped(value, ignoreDiscriminator) {
35
+ return value;
36
+ }
37
+ //# sourceMappingURL=ReportQueryFilterOperator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportQueryFilterOperator.js","sourceRoot":"","sources":["../../src/models/ReportQueryFilterOperator.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACrC,QAAQ,EAAE,UAAU;IACpB,WAAW,EAAE,cAAc;IAC3B,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,KAAK;IACV,EAAE,EAAE,IAAI;IACR,KAAK,EAAE,QAAQ;IACf,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,KAAK;IACV,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,KAAK;IACV,OAAO,EAAE,UAAU;IACnB,UAAU,EAAE,cAAc;CACpB,CAAC;AAIX,MAAM,UAAU,mCAAmC,CAAC,KAAU;IAC1D,KAAK,MAAM,GAAG,IAAI,yBAAyB,EAAE,CAAC;QAC1C,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,yBAAyB,EAAE,GAAG,CAAC,EAAE,CAAC;YACvE,IAAI,yBAAyB,CAAC,GAA6C,CAAC,KAAK,KAAK,EAAE,CAAC;gBACrF,OAAO,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS,EAAE,mBAA4B;IAC1F,OAAO,IAAiC,CAAC;AAC7C,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,KAAwC;IACpF,OAAO,KAAY,CAAC;AACxB,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,KAAU,EAAE,mBAA4B;IACzF,OAAO,KAAkC,CAAC;AAC9C,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { ReportQueryDefinition } from './ReportQueryDefinition.js';
2
+ export interface ReportQueryInput {
3
+ title: string;
4
+ definition: ReportQueryDefinition;
5
+ }
6
+ export declare function instanceOfReportQueryInput(value: object): value is ReportQueryInput;
7
+ export declare function ReportQueryInputFromJSON(json: any): ReportQueryInput;
8
+ export declare function ReportQueryInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportQueryInput;
9
+ export declare function ReportQueryInputToJSON(json: any): ReportQueryInput;
10
+ export declare function ReportQueryInputToJSONTyped(value?: ReportQueryInput | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,33 @@
1
+ import { ReportQueryDefinitionFromJSON, ReportQueryDefinitionToJSON, } from './ReportQueryDefinition.js';
2
+ export function instanceOfReportQueryInput(value) {
3
+ if (!('title' in value) || value['title'] === undefined)
4
+ return false;
5
+ if (!('definition' in value) || value['definition'] === undefined)
6
+ return false;
7
+ return true;
8
+ }
9
+ export function ReportQueryInputFromJSON(json) {
10
+ return ReportQueryInputFromJSONTyped(json, false);
11
+ }
12
+ export function ReportQueryInputFromJSONTyped(json, ignoreDiscriminator) {
13
+ if (json == null) {
14
+ return json;
15
+ }
16
+ return {
17
+ 'title': json['title'],
18
+ 'definition': ReportQueryDefinitionFromJSON(json['definition']),
19
+ };
20
+ }
21
+ export function ReportQueryInputToJSON(json) {
22
+ return ReportQueryInputToJSONTyped(json, false);
23
+ }
24
+ export function ReportQueryInputToJSONTyped(value, ignoreDiscriminator = false) {
25
+ if (value == null) {
26
+ return value;
27
+ }
28
+ return {
29
+ 'title': value['title'],
30
+ 'definition': ReportQueryDefinitionToJSON(value['definition']),
31
+ };
32
+ }
33
+ //# sourceMappingURL=ReportQueryInput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportQueryInput.js","sourceRoot":"","sources":["../../src/models/ReportQueryInput.ts"],"names":[],"mappings":"AAgBA,OAAO,EACH,6BAA6B,EAE7B,2BAA2B,GAE9B,MAAM,4BAA4B,CAAC;AAyBpC,MAAM,UAAU,0BAA0B,CAAC,KAAa;IACpD,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAC9C,OAAO,6BAA6B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtD,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS,EAAE,mBAA4B;IACjF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,YAAY,EAAE,6BAA6B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAClE,CAAC;AACN,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,KAA+B,EAAE,sBAA+B,KAAK;IAC7G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,YAAY,EAAE,2BAA2B,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACjE,CAAC;AACN,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { ReportQueryDto } from './ReportQueryDto.js';
2
+ export interface ReportQueryListOutput {
3
+ data: Array<ReportQueryDto>;
4
+ }
5
+ export declare function instanceOfReportQueryListOutput(value: object): value is ReportQueryListOutput;
6
+ export declare function ReportQueryListOutputFromJSON(json: any): ReportQueryListOutput;
7
+ export declare function ReportQueryListOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportQueryListOutput;
8
+ export declare function ReportQueryListOutputToJSON(json: any): ReportQueryListOutput;
9
+ export declare function ReportQueryListOutputToJSONTyped(value?: ReportQueryListOutput | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,29 @@
1
+ import { ReportQueryDtoFromJSON, ReportQueryDtoToJSON, } from './ReportQueryDto.js';
2
+ export function instanceOfReportQueryListOutput(value) {
3
+ if (!('data' in value) || value['data'] === undefined)
4
+ return false;
5
+ return true;
6
+ }
7
+ export function ReportQueryListOutputFromJSON(json) {
8
+ return ReportQueryListOutputFromJSONTyped(json, false);
9
+ }
10
+ export function ReportQueryListOutputFromJSONTyped(json, ignoreDiscriminator) {
11
+ if (json == null) {
12
+ return json;
13
+ }
14
+ return {
15
+ 'data': (json['data'].map(ReportQueryDtoFromJSON)),
16
+ };
17
+ }
18
+ export function ReportQueryListOutputToJSON(json) {
19
+ return ReportQueryListOutputToJSONTyped(json, false);
20
+ }
21
+ export function ReportQueryListOutputToJSONTyped(value, ignoreDiscriminator = false) {
22
+ if (value == null) {
23
+ return value;
24
+ }
25
+ return {
26
+ 'data': (value['data'].map(ReportQueryDtoToJSON)),
27
+ };
28
+ }
29
+ //# sourceMappingURL=ReportQueryListOutput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportQueryListOutput.js","sourceRoot":"","sources":["../../src/models/ReportQueryListOutput.ts"],"names":[],"mappings":"AAgBA,OAAO,EACH,sBAAsB,EAEtB,oBAAoB,GAEvB,MAAM,qBAAqB,CAAC;AAmB7B,MAAM,UAAU,+BAA+B,CAAC,KAAa;IACzD,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS,EAAE,mBAA4B;IACtF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;KACrE,CAAC;AACN,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,KAAoC,EAAE,sBAA+B,KAAK;IACvH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;KACpE,CAAC;AACN,CAAC"}
@@ -0,0 +1,19 @@
1
+ export interface ReportQueryMetric {
2
+ op: ReportQueryMetricOpEnum;
3
+ field?: string;
4
+ label?: string;
5
+ }
6
+ export declare const ReportQueryMetricOpEnum: {
7
+ readonly Count: "count";
8
+ readonly CountDistinct: "count_distinct";
9
+ readonly Sum: "sum";
10
+ readonly Avg: "avg";
11
+ readonly Min: "min";
12
+ readonly Max: "max";
13
+ };
14
+ export type ReportQueryMetricOpEnum = typeof ReportQueryMetricOpEnum[keyof typeof ReportQueryMetricOpEnum];
15
+ export declare function instanceOfReportQueryMetric(value: object): value is ReportQueryMetric;
16
+ export declare function ReportQueryMetricFromJSON(json: any): ReportQueryMetric;
17
+ export declare function ReportQueryMetricFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportQueryMetric;
18
+ export declare function ReportQueryMetricToJSON(json: any): ReportQueryMetric;
19
+ export declare function ReportQueryMetricToJSONTyped(value?: ReportQueryMetric | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,40 @@
1
+ export const ReportQueryMetricOpEnum = {
2
+ Count: 'count',
3
+ CountDistinct: 'count_distinct',
4
+ Sum: 'sum',
5
+ Avg: 'avg',
6
+ Min: 'min',
7
+ Max: 'max'
8
+ };
9
+ export function instanceOfReportQueryMetric(value) {
10
+ if (!('op' in value) || value['op'] === undefined)
11
+ return false;
12
+ return true;
13
+ }
14
+ export function ReportQueryMetricFromJSON(json) {
15
+ return ReportQueryMetricFromJSONTyped(json, false);
16
+ }
17
+ export function ReportQueryMetricFromJSONTyped(json, ignoreDiscriminator) {
18
+ if (json == null) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'op': json['op'],
23
+ 'field': json['field'] == null ? undefined : json['field'],
24
+ 'label': json['label'] == null ? undefined : json['label'],
25
+ };
26
+ }
27
+ export function ReportQueryMetricToJSON(json) {
28
+ return ReportQueryMetricToJSONTyped(json, false);
29
+ }
30
+ export function ReportQueryMetricToJSONTyped(value, ignoreDiscriminator = false) {
31
+ if (value == null) {
32
+ return value;
33
+ }
34
+ return {
35
+ 'op': value['op'],
36
+ 'field': value['field'],
37
+ 'label': value['label'],
38
+ };
39
+ }
40
+ //# sourceMappingURL=ReportQueryMetric.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportQueryMetric.js","sourceRoot":"","sources":["../../src/models/ReportQueryMetric.ts"],"names":[],"mappings":"AA6CA,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACnC,KAAK,EAAE,OAAO;IACd,aAAa,EAAE,gBAAgB;IAC/B,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACJ,CAAC;AAOX,MAAM,UAAU,2BAA2B,CAAC,KAAa;IACrD,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS,EAAE,mBAA4B;IAClF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;KAC7D,CAAC;AACN,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,KAAgC,EAAE,sBAA+B,KAAK;IAC/G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;KAC1B,CAAC;AACN,CAAC"}
@@ -0,0 +1,14 @@
1
+ export declare const ReportQueryMetricOperation: {
2
+ readonly Count: "count";
3
+ readonly CountDistinct: "count_distinct";
4
+ readonly Sum: "sum";
5
+ readonly Avg: "avg";
6
+ readonly Min: "min";
7
+ readonly Max: "max";
8
+ };
9
+ export type ReportQueryMetricOperation = typeof ReportQueryMetricOperation[keyof typeof ReportQueryMetricOperation];
10
+ export declare function instanceOfReportQueryMetricOperation(value: any): boolean;
11
+ export declare function ReportQueryMetricOperationFromJSON(json: any): ReportQueryMetricOperation;
12
+ export declare function ReportQueryMetricOperationFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportQueryMetricOperation;
13
+ export declare function ReportQueryMetricOperationToJSON(value?: ReportQueryMetricOperation | null): any;
14
+ export declare function ReportQueryMetricOperationToJSONTyped(value: any, ignoreDiscriminator: boolean): ReportQueryMetricOperation;
@@ -0,0 +1,31 @@
1
+ export const ReportQueryMetricOperation = {
2
+ Count: 'count',
3
+ CountDistinct: 'count_distinct',
4
+ Sum: 'sum',
5
+ Avg: 'avg',
6
+ Min: 'min',
7
+ Max: 'max'
8
+ };
9
+ export function instanceOfReportQueryMetricOperation(value) {
10
+ for (const key in ReportQueryMetricOperation) {
11
+ if (Object.prototype.hasOwnProperty.call(ReportQueryMetricOperation, key)) {
12
+ if (ReportQueryMetricOperation[key] === value) {
13
+ return true;
14
+ }
15
+ }
16
+ }
17
+ return false;
18
+ }
19
+ export function ReportQueryMetricOperationFromJSON(json) {
20
+ return ReportQueryMetricOperationFromJSONTyped(json, false);
21
+ }
22
+ export function ReportQueryMetricOperationFromJSONTyped(json, ignoreDiscriminator) {
23
+ return json;
24
+ }
25
+ export function ReportQueryMetricOperationToJSON(value) {
26
+ return value;
27
+ }
28
+ export function ReportQueryMetricOperationToJSONTyped(value, ignoreDiscriminator) {
29
+ return value;
30
+ }
31
+ //# sourceMappingURL=ReportQueryMetricOperation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportQueryMetricOperation.js","sourceRoot":"","sources":["../../src/models/ReportQueryMetricOperation.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACtC,KAAK,EAAE,OAAO;IACd,aAAa,EAAE,gBAAgB;IAC/B,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACJ,CAAC;AAIX,MAAM,UAAU,oCAAoC,CAAC,KAAU;IAC3D,KAAK,MAAM,GAAG,IAAI,0BAA0B,EAAE,CAAC;QAC3C,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,0BAA0B,EAAE,GAAG,CAAC,EAAE,CAAC;YACxE,IAAI,0BAA0B,CAAC,GAA8C,CAAC,KAAK,KAAK,EAAE,CAAC;gBACvF,OAAO,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS,EAAE,mBAA4B;IAC3F,OAAO,IAAkC,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,KAAyC;IACtF,OAAO,KAAY,CAAC;AACxB,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,KAAU,EAAE,mBAA4B;IAC1F,OAAO,KAAmC,CAAC;AAC/C,CAAC"}
@@ -0,0 +1,11 @@
1
+ export declare const ReportQueryNormalize: {
2
+ readonly None: "none";
3
+ readonly TrimCase: "trim_case";
4
+ readonly Ipp: "ipp";
5
+ };
6
+ export type ReportQueryNormalize = typeof ReportQueryNormalize[keyof typeof ReportQueryNormalize];
7
+ export declare function instanceOfReportQueryNormalize(value: any): boolean;
8
+ export declare function ReportQueryNormalizeFromJSON(json: any): ReportQueryNormalize;
9
+ export declare function ReportQueryNormalizeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportQueryNormalize;
10
+ export declare function ReportQueryNormalizeToJSON(value?: ReportQueryNormalize | null): any;
11
+ export declare function ReportQueryNormalizeToJSONTyped(value: any, ignoreDiscriminator: boolean): ReportQueryNormalize;
@@ -0,0 +1,28 @@
1
+ export const ReportQueryNormalize = {
2
+ None: 'none',
3
+ TrimCase: 'trim_case',
4
+ Ipp: 'ipp'
5
+ };
6
+ export function instanceOfReportQueryNormalize(value) {
7
+ for (const key in ReportQueryNormalize) {
8
+ if (Object.prototype.hasOwnProperty.call(ReportQueryNormalize, key)) {
9
+ if (ReportQueryNormalize[key] === value) {
10
+ return true;
11
+ }
12
+ }
13
+ }
14
+ return false;
15
+ }
16
+ export function ReportQueryNormalizeFromJSON(json) {
17
+ return ReportQueryNormalizeFromJSONTyped(json, false);
18
+ }
19
+ export function ReportQueryNormalizeFromJSONTyped(json, ignoreDiscriminator) {
20
+ return json;
21
+ }
22
+ export function ReportQueryNormalizeToJSON(value) {
23
+ return value;
24
+ }
25
+ export function ReportQueryNormalizeToJSONTyped(value, ignoreDiscriminator) {
26
+ return value;
27
+ }
28
+ //# sourceMappingURL=ReportQueryNormalize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportQueryNormalize.js","sourceRoot":"","sources":["../../src/models/ReportQueryNormalize.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAChC,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,WAAW;IACrB,GAAG,EAAE,KAAK;CACJ,CAAC;AAIX,MAAM,UAAU,8BAA8B,CAAC,KAAU;IACrD,KAAK,MAAM,GAAG,IAAI,oBAAoB,EAAE,CAAC;QACrC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,oBAAoB,EAAE,GAAG,CAAC,EAAE,CAAC;YAClE,IAAI,oBAAoB,CAAC,GAAwC,CAAC,KAAK,KAAK,EAAE,CAAC;gBAC3E,OAAO,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,OAAO,IAA4B,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,KAAmC;IAC1E,OAAO,KAAY,CAAC;AACxB,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,KAAU,EAAE,mBAA4B;IACpF,OAAO,KAA6B,CAAC;AACzC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { ReportQueryDto } from './ReportQueryDto.js';
2
+ export interface ReportQueryOutput {
3
+ data: ReportQueryDto;
4
+ }
5
+ export declare function instanceOfReportQueryOutput(value: object): value is ReportQueryOutput;
6
+ export declare function ReportQueryOutputFromJSON(json: any): ReportQueryOutput;
7
+ export declare function ReportQueryOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportQueryOutput;
8
+ export declare function ReportQueryOutputToJSON(json: any): ReportQueryOutput;
9
+ export declare function ReportQueryOutputToJSONTyped(value?: ReportQueryOutput | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,29 @@
1
+ import { ReportQueryDtoFromJSON, ReportQueryDtoToJSON, } from './ReportQueryDto.js';
2
+ export function instanceOfReportQueryOutput(value) {
3
+ if (!('data' in value) || value['data'] === undefined)
4
+ return false;
5
+ return true;
6
+ }
7
+ export function ReportQueryOutputFromJSON(json) {
8
+ return ReportQueryOutputFromJSONTyped(json, false);
9
+ }
10
+ export function ReportQueryOutputFromJSONTyped(json, ignoreDiscriminator) {
11
+ if (json == null) {
12
+ return json;
13
+ }
14
+ return {
15
+ 'data': ReportQueryDtoFromJSON(json['data']),
16
+ };
17
+ }
18
+ export function ReportQueryOutputToJSON(json) {
19
+ return ReportQueryOutputToJSONTyped(json, false);
20
+ }
21
+ export function ReportQueryOutputToJSONTyped(value, ignoreDiscriminator = false) {
22
+ if (value == null) {
23
+ return value;
24
+ }
25
+ return {
26
+ 'data': ReportQueryDtoToJSON(value['data']),
27
+ };
28
+ }
29
+ //# sourceMappingURL=ReportQueryOutput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportQueryOutput.js","sourceRoot":"","sources":["../../src/models/ReportQueryOutput.ts"],"names":[],"mappings":"AAgBA,OAAO,EACH,sBAAsB,EAEtB,oBAAoB,GAEvB,MAAM,qBAAqB,CAAC;AAmB7B,MAAM,UAAU,2BAA2B,CAAC,KAAa;IACrD,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS,EAAE,mBAA4B;IAClF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,sBAAsB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC/C,CAAC;AACN,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,KAAgC,EAAE,sBAA+B,KAAK;IAC/G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,oBAAoB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC9C,CAAC;AACN,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { ReportQueryDefinition } from './ReportQueryDefinition.js';
2
+ export interface ReportQueryPreviewInput {
3
+ definition: ReportQueryDefinition;
4
+ startDate: string;
5
+ endDate: string;
6
+ }
7
+ export declare function instanceOfReportQueryPreviewInput(value: object): value is ReportQueryPreviewInput;
8
+ export declare function ReportQueryPreviewInputFromJSON(json: any): ReportQueryPreviewInput;
9
+ export declare function ReportQueryPreviewInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportQueryPreviewInput;
10
+ export declare function ReportQueryPreviewInputToJSON(json: any): ReportQueryPreviewInput;
11
+ export declare function ReportQueryPreviewInputToJSONTyped(value?: ReportQueryPreviewInput | null, ignoreDiscriminator?: boolean): any;