@jrojaspin/security-map-api-cli 9.6.0 → 9.8.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.
- package/dist/apis/ReportApi.d.ts +32 -1
- package/dist/apis/ReportApi.js +156 -1
- package/dist/apis/ReportApi.js.map +1 -1
- package/dist/index.cjs +1482 -151
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +496 -9
- package/dist/index.mjs +1319 -147
- package/dist/index.mjs.map +1 -1
- package/dist/models/AxisGrid.d.ts +8 -0
- package/dist/models/AxisGrid.js +28 -0
- package/dist/models/AxisGrid.js.map +1 -0
- package/dist/models/ChartDataset.d.ts +1 -0
- package/dist/models/ChartDataset.js +2 -0
- package/dist/models/ChartDataset.js.map +1 -1
- package/dist/models/ChartScales.d.ts +1 -0
- package/dist/models/ChartScales.js +2 -0
- package/dist/models/ChartScales.js.map +1 -1
- package/dist/models/Def227.d.ts +8 -0
- package/dist/models/Def227.js +16 -0
- package/dist/models/{Def200.js.map → Def227.js.map} +1 -1
- package/dist/models/ReportAllItemsListOutput.d.ts +2 -2
- package/dist/models/ReportAllItemsListOutput.js +3 -3
- package/dist/models/ReportQueryAxis.d.ts +10 -0
- package/dist/models/ReportQueryAxis.js +27 -0
- package/dist/models/ReportQueryAxis.js.map +1 -0
- package/dist/models/ReportQueryCatalogField.d.ts +70 -0
- package/dist/models/ReportQueryCatalogField.js +108 -0
- package/dist/models/ReportQueryCatalogField.js.map +1 -0
- package/dist/models/ReportQueryCatalogOutput.d.ts +9 -0
- package/dist/models/ReportQueryCatalogOutput.js +29 -0
- package/dist/models/ReportQueryCatalogOutput.js.map +1 -0
- package/dist/models/ReportQueryChart.d.ts +13 -0
- package/dist/models/ReportQueryChart.js +30 -0
- package/dist/models/ReportQueryChart.js.map +1 -0
- package/dist/models/ReportQueryDataDto.d.ts +11 -0
- package/dist/models/ReportQueryDataDto.js +34 -0
- package/dist/models/ReportQueryDataDto.js.map +1 -0
- package/dist/models/ReportQueryDataOutput.d.ts +9 -0
- package/dist/models/ReportQueryDataOutput.js +29 -0
- package/dist/models/ReportQueryDataOutput.js.map +1 -0
- package/dist/models/ReportQueryDateBucket.d.ts +13 -0
- package/dist/models/ReportQueryDateBucket.js +30 -0
- package/dist/models/ReportQueryDateBucket.js.map +1 -0
- package/dist/models/ReportQueryDefinition.d.ts +37 -0
- package/dist/models/ReportQueryDefinition.js +64 -0
- package/dist/models/ReportQueryDefinition.js.map +1 -0
- package/dist/models/ReportQueryDimension.d.ts +25 -0
- package/dist/models/ReportQueryDimension.js +46 -0
- package/dist/models/ReportQueryDimension.js.map +1 -0
- package/dist/models/ReportQueryDto.d.ts +11 -0
- package/dist/models/ReportQueryDto.js +35 -0
- package/dist/models/ReportQueryDto.js.map +1 -0
- package/dist/models/ReportQueryFieldType.d.ts +13 -0
- package/dist/models/ReportQueryFieldType.js +30 -0
- package/dist/models/ReportQueryFieldType.js.map +1 -0
- package/dist/models/ReportQueryFilter.d.ts +25 -0
- package/dist/models/ReportQueryFilter.js +50 -0
- package/dist/models/ReportQueryFilter.js.map +1 -0
- package/dist/models/ReportQueryFilterOperator.d.ts +20 -0
- package/dist/models/ReportQueryFilterOperator.js +37 -0
- package/dist/models/ReportQueryFilterOperator.js.map +1 -0
- package/dist/models/ReportQueryInput.d.ts +10 -0
- package/dist/models/ReportQueryInput.js +33 -0
- package/dist/models/ReportQueryInput.js.map +1 -0
- package/dist/models/ReportQueryListOutput.d.ts +9 -0
- package/dist/models/ReportQueryListOutput.js +29 -0
- package/dist/models/ReportQueryListOutput.js.map +1 -0
- package/dist/models/ReportQueryMetric.d.ts +19 -0
- package/dist/models/ReportQueryMetric.js +40 -0
- package/dist/models/ReportQueryMetric.js.map +1 -0
- package/dist/models/ReportQueryMetricOperation.d.ts +14 -0
- package/dist/models/ReportQueryMetricOperation.js +31 -0
- package/dist/models/ReportQueryMetricOperation.js.map +1 -0
- package/dist/models/ReportQueryNormalize.d.ts +11 -0
- package/dist/models/ReportQueryNormalize.js +28 -0
- package/dist/models/ReportQueryNormalize.js.map +1 -0
- package/dist/models/ReportQueryOutput.d.ts +9 -0
- package/dist/models/ReportQueryOutput.js +29 -0
- package/dist/models/ReportQueryOutput.js.map +1 -0
- package/dist/models/ReportQueryPreviewInput.d.ts +11 -0
- package/dist/models/ReportQueryPreviewInput.js +37 -0
- package/dist/models/ReportQueryPreviewInput.js.map +1 -0
- package/dist/models/ReportQueryResult.d.ts +11 -0
- package/dist/models/ReportQueryResult.js +34 -0
- package/dist/models/ReportQueryResult.js.map +1 -0
- package/dist/models/ReportQueryResultColumn.d.ts +9 -0
- package/dist/models/ReportQueryResultColumn.js +32 -0
- package/dist/models/ReportQueryResultColumn.js.map +1 -0
- package/dist/models/ReportQueryResultRow.d.ts +10 -0
- package/dist/models/ReportQueryResultRow.js +36 -0
- package/dist/models/ReportQueryResultRow.js.map +1 -0
- package/dist/models/ReportQuerySeries.d.ts +35 -0
- package/dist/models/ReportQuerySeries.js +66 -0
- package/dist/models/ReportQuerySeries.js.map +1 -0
- package/dist/models/ReportQuerySeriesChart.d.ts +10 -0
- package/dist/models/ReportQuerySeriesChart.js +27 -0
- package/dist/models/ReportQuerySeriesChart.js.map +1 -0
- package/dist/models/ReportQuerySource.d.ts +11 -0
- package/dist/models/ReportQuerySource.js +28 -0
- package/dist/models/ReportQuerySource.js.map +1 -0
- package/dist/models/YAxisOptions.d.ts +3 -0
- package/dist/models/YAxisOptions.js +5 -0
- package/dist/models/YAxisOptions.js.map +1 -1
- package/dist/models/index.d.ts +28 -1
- package/dist/models/index.js +28 -1
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/Def200.d.ts +0 -8
- package/dist/models/Def200.js +0 -16
package/dist/index.cjs
CHANGED
|
@@ -713,6 +713,34 @@ function AvailableArticlesOutputToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
713
713
|
};
|
|
714
714
|
}
|
|
715
715
|
|
|
716
|
+
function instanceOfAxisGrid(value) {
|
|
717
|
+
if (!('drawOnChartArea' in value) || value['drawOnChartArea'] === undefined)
|
|
718
|
+
return false;
|
|
719
|
+
return true;
|
|
720
|
+
}
|
|
721
|
+
function AxisGridFromJSON(json) {
|
|
722
|
+
return AxisGridFromJSONTyped(json);
|
|
723
|
+
}
|
|
724
|
+
function AxisGridFromJSONTyped(json, ignoreDiscriminator) {
|
|
725
|
+
if (json == null) {
|
|
726
|
+
return json;
|
|
727
|
+
}
|
|
728
|
+
return {
|
|
729
|
+
'drawOnChartArea': json['drawOnChartArea'],
|
|
730
|
+
};
|
|
731
|
+
}
|
|
732
|
+
function AxisGridToJSON(json) {
|
|
733
|
+
return AxisGridToJSONTyped(json, false);
|
|
734
|
+
}
|
|
735
|
+
function AxisGridToJSONTyped(value, ignoreDiscriminator = false) {
|
|
736
|
+
if (value == null) {
|
|
737
|
+
return value;
|
|
738
|
+
}
|
|
739
|
+
return {
|
|
740
|
+
'drawOnChartArea': value['drawOnChartArea'],
|
|
741
|
+
};
|
|
742
|
+
}
|
|
743
|
+
|
|
716
744
|
function instanceOfAxisTime(value) {
|
|
717
745
|
if (!('unit' in value) || value['unit'] === undefined)
|
|
718
746
|
return false;
|
|
@@ -924,6 +952,7 @@ function ChartDatasetFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
924
952
|
'fill': json['fill'] == null ? undefined : json['fill'],
|
|
925
953
|
'tension': json['tension'] == null ? undefined : json['tension'],
|
|
926
954
|
'label': json['label'],
|
|
955
|
+
'yAxisID': json['yAxisID'] == null ? undefined : json['yAxisID'],
|
|
927
956
|
};
|
|
928
957
|
}
|
|
929
958
|
function ChartDatasetToJSON(json) {
|
|
@@ -942,6 +971,7 @@ function ChartDatasetToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
942
971
|
'fill': value['fill'],
|
|
943
972
|
'tension': value['tension'],
|
|
944
973
|
'label': value['label'],
|
|
974
|
+
'yAxisID': value['yAxisID'],
|
|
945
975
|
};
|
|
946
976
|
}
|
|
947
977
|
|
|
@@ -1122,6 +1152,8 @@ function YAxisOptionsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
1122
1152
|
return {
|
|
1123
1153
|
'beginAtZero': json['beginAtZero'],
|
|
1124
1154
|
'title': AxisTitleFromJSON(json['title']),
|
|
1155
|
+
'position': json['position'] == null ? undefined : json['position'],
|
|
1156
|
+
'grid': json['grid'] == null ? undefined : AxisGridFromJSON(json['grid']),
|
|
1125
1157
|
};
|
|
1126
1158
|
}
|
|
1127
1159
|
function YAxisOptionsToJSON(json) {
|
|
@@ -1134,6 +1166,8 @@ function YAxisOptionsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
1134
1166
|
return {
|
|
1135
1167
|
'beginAtZero': value['beginAtZero'],
|
|
1136
1168
|
'title': AxisTitleToJSON(value['title']),
|
|
1169
|
+
'position': value['position'],
|
|
1170
|
+
'grid': AxisGridToJSON(value['grid']),
|
|
1137
1171
|
};
|
|
1138
1172
|
}
|
|
1139
1173
|
|
|
@@ -1154,6 +1188,7 @@ function ChartScalesFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
1154
1188
|
return {
|
|
1155
1189
|
'y': YAxisOptionsFromJSON(json['y']),
|
|
1156
1190
|
'x': XAxisOptionsFromJSON(json['x']),
|
|
1191
|
+
'y2': json['y2'] == null ? undefined : YAxisOptionsFromJSON(json['y2']),
|
|
1157
1192
|
};
|
|
1158
1193
|
}
|
|
1159
1194
|
function ChartScalesToJSON(json) {
|
|
@@ -1166,6 +1201,7 @@ function ChartScalesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
1166
1201
|
return {
|
|
1167
1202
|
'y': YAxisOptionsToJSON(value['y']),
|
|
1168
1203
|
'x': XAxisOptionsToJSON(value['x']),
|
|
1204
|
+
'y2': YAxisOptionsToJSON(value['y2']),
|
|
1169
1205
|
};
|
|
1170
1206
|
}
|
|
1171
1207
|
|
|
@@ -1283,19 +1319,19 @@ function ComputeRouteInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
1283
1319
|
};
|
|
1284
1320
|
}
|
|
1285
1321
|
|
|
1286
|
-
function
|
|
1322
|
+
function instanceOfDef227(value) {
|
|
1287
1323
|
return true;
|
|
1288
1324
|
}
|
|
1289
|
-
function
|
|
1290
|
-
return
|
|
1325
|
+
function Def227FromJSON(json) {
|
|
1326
|
+
return Def227FromJSONTyped(json);
|
|
1291
1327
|
}
|
|
1292
|
-
function
|
|
1328
|
+
function Def227FromJSONTyped(json, ignoreDiscriminator) {
|
|
1293
1329
|
return json;
|
|
1294
1330
|
}
|
|
1295
|
-
function
|
|
1296
|
-
return
|
|
1331
|
+
function Def227ToJSON(json) {
|
|
1332
|
+
return Def227ToJSONTyped(json, false);
|
|
1297
1333
|
}
|
|
1298
|
-
function
|
|
1334
|
+
function Def227ToJSONTyped(value, ignoreDiscriminator = false) {
|
|
1299
1335
|
return value;
|
|
1300
1336
|
}
|
|
1301
1337
|
|
|
@@ -5931,7 +5967,7 @@ function ReportAllItemsListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
5931
5967
|
return json;
|
|
5932
5968
|
}
|
|
5933
5969
|
return {
|
|
5934
|
-
'data': (json['data'].map(
|
|
5970
|
+
'data': (json['data'].map(Def227FromJSON)),
|
|
5935
5971
|
'pageInfo': PageInfoFromJSON(json['pageInfo']),
|
|
5936
5972
|
};
|
|
5937
5973
|
}
|
|
@@ -5943,7 +5979,7 @@ function ReportAllItemsListOutputToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
5943
5979
|
return value;
|
|
5944
5980
|
}
|
|
5945
5981
|
return {
|
|
5946
|
-
'data': (value['data'].map(
|
|
5982
|
+
'data': (value['data'].map(Def227ToJSON)),
|
|
5947
5983
|
'pageInfo': PageInfoToJSON(value['pageInfo']),
|
|
5948
5984
|
};
|
|
5949
5985
|
}
|
|
@@ -6576,281 +6612,1262 @@ function ReportOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
6576
6612
|
};
|
|
6577
6613
|
}
|
|
6578
6614
|
|
|
6579
|
-
|
|
6580
|
-
|
|
6615
|
+
const ReportQueryAxis = {
|
|
6616
|
+
Y: 'y',
|
|
6617
|
+
Y2: 'y2'
|
|
6618
|
+
};
|
|
6619
|
+
function instanceOfReportQueryAxis(value) {
|
|
6620
|
+
for (const key in ReportQueryAxis) {
|
|
6621
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryAxis, key)) {
|
|
6622
|
+
if (ReportQueryAxis[key] === value) {
|
|
6623
|
+
return true;
|
|
6624
|
+
}
|
|
6625
|
+
}
|
|
6626
|
+
}
|
|
6627
|
+
return false;
|
|
6628
|
+
}
|
|
6629
|
+
function ReportQueryAxisFromJSON(json) {
|
|
6630
|
+
return ReportQueryAxisFromJSONTyped(json);
|
|
6631
|
+
}
|
|
6632
|
+
function ReportQueryAxisFromJSONTyped(json, ignoreDiscriminator) {
|
|
6633
|
+
return json;
|
|
6634
|
+
}
|
|
6635
|
+
function ReportQueryAxisToJSON(value) {
|
|
6636
|
+
return value;
|
|
6637
|
+
}
|
|
6638
|
+
function ReportQueryAxisToJSONTyped(value, ignoreDiscriminator) {
|
|
6639
|
+
return value;
|
|
6640
|
+
}
|
|
6641
|
+
|
|
6642
|
+
const ReportQueryCatalogFieldTypeEnum = {
|
|
6643
|
+
Number: 'number',
|
|
6644
|
+
Boolean: 'boolean',
|
|
6645
|
+
Category: 'category',
|
|
6646
|
+
Text: 'text',
|
|
6647
|
+
Date: 'date'
|
|
6648
|
+
};
|
|
6649
|
+
const ReportQueryCatalogFieldSourcesEnum = {
|
|
6650
|
+
Items: 'items',
|
|
6651
|
+
Articles: 'articles',
|
|
6652
|
+
StateHistory: 'state_history'
|
|
6653
|
+
};
|
|
6654
|
+
const ReportQueryCatalogFieldMetricOperationsEnum = {
|
|
6655
|
+
Count: 'count',
|
|
6656
|
+
CountDistinct: 'count_distinct',
|
|
6657
|
+
Sum: 'sum',
|
|
6658
|
+
Avg: 'avg',
|
|
6659
|
+
Min: 'min',
|
|
6660
|
+
Max: 'max'
|
|
6661
|
+
};
|
|
6662
|
+
const ReportQueryCatalogFieldFilterOperatorsEnum = {
|
|
6663
|
+
Contains: 'contains',
|
|
6664
|
+
NotContains: 'not_contains',
|
|
6665
|
+
Eq: 'eq',
|
|
6666
|
+
Neq: 'neq',
|
|
6667
|
+
In: 'in',
|
|
6668
|
+
NotIn: 'not_in',
|
|
6669
|
+
Gt: 'gt',
|
|
6670
|
+
Gte: 'gte',
|
|
6671
|
+
Lt: 'lt',
|
|
6672
|
+
Lte: 'lte',
|
|
6673
|
+
IsEmpty: 'is_empty',
|
|
6674
|
+
IsNotEmpty: 'is_not_empty'
|
|
6675
|
+
};
|
|
6676
|
+
const ReportQueryCatalogFieldBucketsEnum = {
|
|
6677
|
+
Day: 'day',
|
|
6678
|
+
Week: 'week',
|
|
6679
|
+
Month: 'month',
|
|
6680
|
+
Quarter: 'quarter',
|
|
6681
|
+
Year: 'year'
|
|
6682
|
+
};
|
|
6683
|
+
const ReportQueryCatalogFieldSuggestedNormalizeEnum = {
|
|
6684
|
+
None: 'none',
|
|
6685
|
+
TrimCase: 'trim_case',
|
|
6686
|
+
Ipp: 'ipp'
|
|
6687
|
+
};
|
|
6688
|
+
function instanceOfReportQueryCatalogField(value) {
|
|
6689
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
6690
|
+
return false;
|
|
6691
|
+
if (!('label' in value) || value['label'] === undefined)
|
|
6692
|
+
return false;
|
|
6693
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
6694
|
+
return false;
|
|
6695
|
+
if (!('group' in value) || value['group'] === undefined)
|
|
6696
|
+
return false;
|
|
6697
|
+
if (!('sources' in value) || value['sources'] === undefined)
|
|
6698
|
+
return false;
|
|
6699
|
+
if (!('canBeDimension' in value) || value['canBeDimension'] === undefined)
|
|
6700
|
+
return false;
|
|
6701
|
+
if (!('metricOperations' in value) || value['metricOperations'] === undefined)
|
|
6702
|
+
return false;
|
|
6703
|
+
if (!('filterOperators' in value) || value['filterOperators'] === undefined)
|
|
6581
6704
|
return false;
|
|
6582
6705
|
return true;
|
|
6583
6706
|
}
|
|
6584
|
-
function
|
|
6585
|
-
return
|
|
6707
|
+
function ReportQueryCatalogFieldFromJSON(json) {
|
|
6708
|
+
return ReportQueryCatalogFieldFromJSONTyped(json);
|
|
6586
6709
|
}
|
|
6587
|
-
function
|
|
6710
|
+
function ReportQueryCatalogFieldFromJSONTyped(json, ignoreDiscriminator) {
|
|
6588
6711
|
if (json == null) {
|
|
6589
6712
|
return json;
|
|
6590
6713
|
}
|
|
6591
6714
|
return {
|
|
6592
|
-
'
|
|
6715
|
+
'id': json['id'],
|
|
6716
|
+
'label': json['label'],
|
|
6717
|
+
'type': json['type'],
|
|
6718
|
+
'group': json['group'],
|
|
6719
|
+
'itemTypeId': json['itemTypeId'] == null ? undefined : json['itemTypeId'],
|
|
6720
|
+
'sources': json['sources'],
|
|
6721
|
+
'canBeDimension': json['canBeDimension'],
|
|
6722
|
+
'metricOperations': json['metricOperations'],
|
|
6723
|
+
'filterOperators': json['filterOperators'],
|
|
6724
|
+
'buckets': json['buckets'] == null ? undefined : json['buckets'],
|
|
6725
|
+
'suggestedNormalize': json['suggestedNormalize'] == null ? undefined : json['suggestedNormalize'],
|
|
6593
6726
|
};
|
|
6594
6727
|
}
|
|
6595
|
-
function
|
|
6596
|
-
return
|
|
6728
|
+
function ReportQueryCatalogFieldToJSON(json) {
|
|
6729
|
+
return ReportQueryCatalogFieldToJSONTyped(json, false);
|
|
6597
6730
|
}
|
|
6598
|
-
function
|
|
6731
|
+
function ReportQueryCatalogFieldToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6599
6732
|
if (value == null) {
|
|
6600
6733
|
return value;
|
|
6601
6734
|
}
|
|
6602
6735
|
return {
|
|
6603
|
-
'
|
|
6736
|
+
'id': value['id'],
|
|
6737
|
+
'label': value['label'],
|
|
6738
|
+
'type': value['type'],
|
|
6739
|
+
'group': value['group'],
|
|
6740
|
+
'itemTypeId': value['itemTypeId'],
|
|
6741
|
+
'sources': value['sources'],
|
|
6742
|
+
'canBeDimension': value['canBeDimension'],
|
|
6743
|
+
'metricOperations': value['metricOperations'],
|
|
6744
|
+
'filterOperators': value['filterOperators'],
|
|
6745
|
+
'buckets': value['buckets'],
|
|
6746
|
+
'suggestedNormalize': value['suggestedNormalize'],
|
|
6604
6747
|
};
|
|
6605
6748
|
}
|
|
6606
6749
|
|
|
6607
|
-
function
|
|
6608
|
-
if (!('
|
|
6609
|
-
return false;
|
|
6610
|
-
if (!('distanceMeters' in value) || value['distanceMeters'] === undefined)
|
|
6611
|
-
return false;
|
|
6612
|
-
if (!('durationSeconds' in value) || value['durationSeconds'] === undefined)
|
|
6750
|
+
function instanceOfReportQueryCatalogOutput(value) {
|
|
6751
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6613
6752
|
return false;
|
|
6614
6753
|
return true;
|
|
6615
6754
|
}
|
|
6616
|
-
function
|
|
6617
|
-
return
|
|
6755
|
+
function ReportQueryCatalogOutputFromJSON(json) {
|
|
6756
|
+
return ReportQueryCatalogOutputFromJSONTyped(json);
|
|
6618
6757
|
}
|
|
6619
|
-
function
|
|
6758
|
+
function ReportQueryCatalogOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6620
6759
|
if (json == null) {
|
|
6621
6760
|
return json;
|
|
6622
6761
|
}
|
|
6623
6762
|
return {
|
|
6624
|
-
'
|
|
6625
|
-
'distanceMeters': json['distanceMeters'],
|
|
6626
|
-
'durationSeconds': json['durationSeconds'],
|
|
6627
|
-
'maneuver': json['maneuver'] == null ? undefined : json['maneuver'],
|
|
6763
|
+
'data': (json['data'].map(ReportQueryCatalogFieldFromJSON)),
|
|
6628
6764
|
};
|
|
6629
6765
|
}
|
|
6630
|
-
function
|
|
6631
|
-
return
|
|
6766
|
+
function ReportQueryCatalogOutputToJSON(json) {
|
|
6767
|
+
return ReportQueryCatalogOutputToJSONTyped(json, false);
|
|
6632
6768
|
}
|
|
6633
|
-
function
|
|
6769
|
+
function ReportQueryCatalogOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6634
6770
|
if (value == null) {
|
|
6635
6771
|
return value;
|
|
6636
6772
|
}
|
|
6637
6773
|
return {
|
|
6638
|
-
'
|
|
6639
|
-
'distanceMeters': value['distanceMeters'],
|
|
6640
|
-
'durationSeconds': value['durationSeconds'],
|
|
6641
|
-
'maneuver': value['maneuver'],
|
|
6774
|
+
'data': (value['data'].map(ReportQueryCatalogFieldToJSON)),
|
|
6642
6775
|
};
|
|
6643
6776
|
}
|
|
6644
6777
|
|
|
6645
|
-
|
|
6646
|
-
|
|
6778
|
+
const ReportQueryChart = {
|
|
6779
|
+
Bar: 'bar',
|
|
6780
|
+
Line: 'line',
|
|
6781
|
+
Pie: 'pie',
|
|
6782
|
+
StackedBar: 'stacked_bar',
|
|
6783
|
+
Table: 'table'
|
|
6784
|
+
};
|
|
6785
|
+
function instanceOfReportQueryChart(value) {
|
|
6786
|
+
for (const key in ReportQueryChart) {
|
|
6787
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryChart, key)) {
|
|
6788
|
+
if (ReportQueryChart[key] === value) {
|
|
6789
|
+
return true;
|
|
6790
|
+
}
|
|
6791
|
+
}
|
|
6792
|
+
}
|
|
6793
|
+
return false;
|
|
6794
|
+
}
|
|
6795
|
+
function ReportQueryChartFromJSON(json) {
|
|
6796
|
+
return ReportQueryChartFromJSONTyped(json);
|
|
6797
|
+
}
|
|
6798
|
+
function ReportQueryChartFromJSONTyped(json, ignoreDiscriminator) {
|
|
6799
|
+
return json;
|
|
6800
|
+
}
|
|
6801
|
+
function ReportQueryChartToJSON(value) {
|
|
6802
|
+
return value;
|
|
6803
|
+
}
|
|
6804
|
+
function ReportQueryChartToJSONTyped(value, ignoreDiscriminator) {
|
|
6805
|
+
return value;
|
|
6806
|
+
}
|
|
6807
|
+
|
|
6808
|
+
function instanceOfReportQueryResultRow(value) {
|
|
6809
|
+
if (!('keys' in value) || value['keys'] === undefined)
|
|
6647
6810
|
return false;
|
|
6648
|
-
if (!('
|
|
6811
|
+
if (!('labels' in value) || value['labels'] === undefined)
|
|
6649
6812
|
return false;
|
|
6650
|
-
if (!('
|
|
6813
|
+
if (!('values' in value) || value['values'] === undefined)
|
|
6651
6814
|
return false;
|
|
6652
6815
|
return true;
|
|
6653
6816
|
}
|
|
6654
|
-
function
|
|
6655
|
-
return
|
|
6817
|
+
function ReportQueryResultRowFromJSON(json) {
|
|
6818
|
+
return ReportQueryResultRowFromJSONTyped(json);
|
|
6656
6819
|
}
|
|
6657
|
-
function
|
|
6820
|
+
function ReportQueryResultRowFromJSONTyped(json, ignoreDiscriminator) {
|
|
6658
6821
|
if (json == null) {
|
|
6659
6822
|
return json;
|
|
6660
6823
|
}
|
|
6661
6824
|
return {
|
|
6662
|
-
'
|
|
6663
|
-
'
|
|
6664
|
-
'
|
|
6825
|
+
'keys': json['keys'],
|
|
6826
|
+
'labels': json['labels'],
|
|
6827
|
+
'values': json['values'],
|
|
6665
6828
|
};
|
|
6666
6829
|
}
|
|
6667
|
-
function
|
|
6668
|
-
return
|
|
6830
|
+
function ReportQueryResultRowToJSON(json) {
|
|
6831
|
+
return ReportQueryResultRowToJSONTyped(json, false);
|
|
6669
6832
|
}
|
|
6670
|
-
function
|
|
6833
|
+
function ReportQueryResultRowToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6671
6834
|
if (value == null) {
|
|
6672
6835
|
return value;
|
|
6673
6836
|
}
|
|
6674
6837
|
return {
|
|
6675
|
-
'
|
|
6676
|
-
'
|
|
6677
|
-
'
|
|
6838
|
+
'keys': value['keys'],
|
|
6839
|
+
'labels': value['labels'],
|
|
6840
|
+
'values': value['values'],
|
|
6678
6841
|
};
|
|
6679
6842
|
}
|
|
6680
6843
|
|
|
6681
|
-
function
|
|
6682
|
-
if (!('
|
|
6683
|
-
return false;
|
|
6684
|
-
if (!('distanceMeters' in value) || value['distanceMeters'] === undefined)
|
|
6844
|
+
function instanceOfReportQueryResultColumn(value) {
|
|
6845
|
+
if (!('label' in value) || value['label'] === undefined)
|
|
6685
6846
|
return false;
|
|
6686
|
-
if (!('
|
|
6847
|
+
if (!('kind' in value) || value['kind'] === undefined)
|
|
6687
6848
|
return false;
|
|
6688
|
-
|
|
6849
|
+
return true;
|
|
6850
|
+
}
|
|
6851
|
+
function ReportQueryResultColumnFromJSON(json) {
|
|
6852
|
+
return ReportQueryResultColumnFromJSONTyped(json);
|
|
6853
|
+
}
|
|
6854
|
+
function ReportQueryResultColumnFromJSONTyped(json, ignoreDiscriminator) {
|
|
6855
|
+
if (json == null) {
|
|
6856
|
+
return json;
|
|
6857
|
+
}
|
|
6858
|
+
return {
|
|
6859
|
+
'label': json['label'],
|
|
6860
|
+
'kind': json['kind'],
|
|
6861
|
+
};
|
|
6862
|
+
}
|
|
6863
|
+
function ReportQueryResultColumnToJSON(json) {
|
|
6864
|
+
return ReportQueryResultColumnToJSONTyped(json, false);
|
|
6865
|
+
}
|
|
6866
|
+
function ReportQueryResultColumnToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6867
|
+
if (value == null) {
|
|
6868
|
+
return value;
|
|
6869
|
+
}
|
|
6870
|
+
return {
|
|
6871
|
+
'label': value['label'],
|
|
6872
|
+
'kind': value['kind'],
|
|
6873
|
+
};
|
|
6874
|
+
}
|
|
6875
|
+
|
|
6876
|
+
function instanceOfReportQueryResult(value) {
|
|
6877
|
+
if (!('columns' in value) || value['columns'] === undefined)
|
|
6689
6878
|
return false;
|
|
6690
|
-
if (!('
|
|
6879
|
+
if (!('rows' in value) || value['rows'] === undefined)
|
|
6691
6880
|
return false;
|
|
6692
6881
|
return true;
|
|
6693
6882
|
}
|
|
6694
|
-
function
|
|
6695
|
-
return
|
|
6883
|
+
function ReportQueryResultFromJSON(json) {
|
|
6884
|
+
return ReportQueryResultFromJSONTyped(json);
|
|
6696
6885
|
}
|
|
6697
|
-
function
|
|
6886
|
+
function ReportQueryResultFromJSONTyped(json, ignoreDiscriminator) {
|
|
6698
6887
|
if (json == null) {
|
|
6699
6888
|
return json;
|
|
6700
6889
|
}
|
|
6701
6890
|
return {
|
|
6702
|
-
'
|
|
6703
|
-
'
|
|
6704
|
-
'durationSeconds': json['durationSeconds'],
|
|
6705
|
-
'path': (json['path'].map(CoordDtoFromJSON)),
|
|
6706
|
-
'legs': (json['legs'].map(RouteLegDtoFromJSON)),
|
|
6891
|
+
'columns': (json['columns'].map(ReportQueryResultColumnFromJSON)),
|
|
6892
|
+
'rows': (json['rows'].map(ReportQueryResultRowFromJSON)),
|
|
6707
6893
|
};
|
|
6708
6894
|
}
|
|
6709
|
-
function
|
|
6710
|
-
return
|
|
6895
|
+
function ReportQueryResultToJSON(json) {
|
|
6896
|
+
return ReportQueryResultToJSONTyped(json, false);
|
|
6711
6897
|
}
|
|
6712
|
-
function
|
|
6898
|
+
function ReportQueryResultToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6713
6899
|
if (value == null) {
|
|
6714
6900
|
return value;
|
|
6715
6901
|
}
|
|
6716
6902
|
return {
|
|
6717
|
-
'
|
|
6718
|
-
'
|
|
6719
|
-
'durationSeconds': value['durationSeconds'],
|
|
6720
|
-
'path': (value['path'].map(CoordDtoToJSON)),
|
|
6721
|
-
'legs': (value['legs'].map(RouteLegDtoToJSON)),
|
|
6903
|
+
'columns': (value['columns'].map(ReportQueryResultColumnToJSON)),
|
|
6904
|
+
'rows': (value['rows'].map(ReportQueryResultRowToJSON)),
|
|
6722
6905
|
};
|
|
6723
6906
|
}
|
|
6724
6907
|
|
|
6725
|
-
function
|
|
6726
|
-
if (!('
|
|
6908
|
+
function instanceOfReportQueryDataDto(value) {
|
|
6909
|
+
if (!('table' in value) || value['table'] === undefined)
|
|
6910
|
+
return false;
|
|
6911
|
+
if (!('chart' in value) || value['chart'] === undefined)
|
|
6727
6912
|
return false;
|
|
6728
6913
|
return true;
|
|
6729
6914
|
}
|
|
6730
|
-
function
|
|
6731
|
-
return
|
|
6915
|
+
function ReportQueryDataDtoFromJSON(json) {
|
|
6916
|
+
return ReportQueryDataDtoFromJSONTyped(json);
|
|
6732
6917
|
}
|
|
6733
|
-
function
|
|
6918
|
+
function ReportQueryDataDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
6734
6919
|
if (json == null) {
|
|
6735
6920
|
return json;
|
|
6736
6921
|
}
|
|
6737
6922
|
return {
|
|
6738
|
-
'
|
|
6923
|
+
'table': ReportQueryResultFromJSON(json['table']),
|
|
6924
|
+
'chart': ReportDataJSONDtoFromJSON(json['chart']),
|
|
6739
6925
|
};
|
|
6740
6926
|
}
|
|
6741
|
-
function
|
|
6742
|
-
return
|
|
6927
|
+
function ReportQueryDataDtoToJSON(json) {
|
|
6928
|
+
return ReportQueryDataDtoToJSONTyped(json, false);
|
|
6743
6929
|
}
|
|
6744
|
-
function
|
|
6930
|
+
function ReportQueryDataDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6745
6931
|
if (value == null) {
|
|
6746
6932
|
return value;
|
|
6747
6933
|
}
|
|
6748
6934
|
return {
|
|
6749
|
-
'
|
|
6935
|
+
'table': ReportQueryResultToJSON(value['table']),
|
|
6936
|
+
'chart': ReportDataJSONDtoToJSON(value['chart']),
|
|
6750
6937
|
};
|
|
6751
6938
|
}
|
|
6752
6939
|
|
|
6753
|
-
|
|
6754
|
-
|
|
6755
|
-
|
|
6756
|
-
|
|
6757
|
-
function instanceOfRouteTravelMode(value) {
|
|
6758
|
-
for (const key in RouteTravelMode) {
|
|
6759
|
-
if (Object.prototype.hasOwnProperty.call(RouteTravelMode, key)) {
|
|
6760
|
-
if (RouteTravelMode[key] === value) {
|
|
6761
|
-
return true;
|
|
6762
|
-
}
|
|
6763
|
-
}
|
|
6764
|
-
}
|
|
6765
|
-
return false;
|
|
6940
|
+
function instanceOfReportQueryDataOutput(value) {
|
|
6941
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6942
|
+
return false;
|
|
6943
|
+
return true;
|
|
6766
6944
|
}
|
|
6767
|
-
function
|
|
6768
|
-
return
|
|
6945
|
+
function ReportQueryDataOutputFromJSON(json) {
|
|
6946
|
+
return ReportQueryDataOutputFromJSONTyped(json);
|
|
6769
6947
|
}
|
|
6770
|
-
function
|
|
6771
|
-
|
|
6948
|
+
function ReportQueryDataOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6949
|
+
if (json == null) {
|
|
6950
|
+
return json;
|
|
6951
|
+
}
|
|
6952
|
+
return {
|
|
6953
|
+
'data': ReportQueryDataDtoFromJSON(json['data']),
|
|
6954
|
+
};
|
|
6772
6955
|
}
|
|
6773
|
-
function
|
|
6774
|
-
return
|
|
6956
|
+
function ReportQueryDataOutputToJSON(json) {
|
|
6957
|
+
return ReportQueryDataOutputToJSONTyped(json, false);
|
|
6775
6958
|
}
|
|
6776
|
-
function
|
|
6777
|
-
|
|
6959
|
+
function ReportQueryDataOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6960
|
+
if (value == null) {
|
|
6961
|
+
return value;
|
|
6962
|
+
}
|
|
6963
|
+
return {
|
|
6964
|
+
'data': ReportQueryDataDtoToJSON(value['data']),
|
|
6965
|
+
};
|
|
6778
6966
|
}
|
|
6779
6967
|
|
|
6780
|
-
const
|
|
6781
|
-
|
|
6782
|
-
|
|
6783
|
-
|
|
6784
|
-
|
|
6968
|
+
const ReportQueryDateBucket = {
|
|
6969
|
+
Day: 'day',
|
|
6970
|
+
Week: 'week',
|
|
6971
|
+
Month: 'month',
|
|
6972
|
+
Quarter: 'quarter',
|
|
6973
|
+
Year: 'year'
|
|
6785
6974
|
};
|
|
6786
|
-
function
|
|
6787
|
-
for (const key in
|
|
6788
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
6789
|
-
if (
|
|
6975
|
+
function instanceOfReportQueryDateBucket(value) {
|
|
6976
|
+
for (const key in ReportQueryDateBucket) {
|
|
6977
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryDateBucket, key)) {
|
|
6978
|
+
if (ReportQueryDateBucket[key] === value) {
|
|
6790
6979
|
return true;
|
|
6791
6980
|
}
|
|
6792
6981
|
}
|
|
6793
6982
|
}
|
|
6794
6983
|
return false;
|
|
6795
6984
|
}
|
|
6796
|
-
function
|
|
6797
|
-
return
|
|
6985
|
+
function ReportQueryDateBucketFromJSON(json) {
|
|
6986
|
+
return ReportQueryDateBucketFromJSONTyped(json);
|
|
6798
6987
|
}
|
|
6799
|
-
function
|
|
6988
|
+
function ReportQueryDateBucketFromJSONTyped(json, ignoreDiscriminator) {
|
|
6800
6989
|
return json;
|
|
6801
6990
|
}
|
|
6802
|
-
function
|
|
6991
|
+
function ReportQueryDateBucketToJSON(value) {
|
|
6803
6992
|
return value;
|
|
6804
6993
|
}
|
|
6805
|
-
function
|
|
6994
|
+
function ReportQueryDateBucketToJSONTyped(value, ignoreDiscriminator) {
|
|
6806
6995
|
return value;
|
|
6807
6996
|
}
|
|
6808
6997
|
|
|
6809
|
-
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
|
|
6814
|
-
|
|
6998
|
+
const ReportQueryMetricOpEnum = {
|
|
6999
|
+
Count: 'count',
|
|
7000
|
+
CountDistinct: 'count_distinct',
|
|
7001
|
+
Sum: 'sum',
|
|
7002
|
+
Avg: 'avg',
|
|
7003
|
+
Min: 'min',
|
|
7004
|
+
Max: 'max'
|
|
7005
|
+
};
|
|
7006
|
+
function instanceOfReportQueryMetric(value) {
|
|
7007
|
+
if (!('op' in value) || value['op'] === undefined)
|
|
6815
7008
|
return false;
|
|
6816
7009
|
return true;
|
|
6817
7010
|
}
|
|
6818
|
-
function
|
|
6819
|
-
return
|
|
7011
|
+
function ReportQueryMetricFromJSON(json) {
|
|
7012
|
+
return ReportQueryMetricFromJSONTyped(json);
|
|
6820
7013
|
}
|
|
6821
|
-
function
|
|
7014
|
+
function ReportQueryMetricFromJSONTyped(json, ignoreDiscriminator) {
|
|
6822
7015
|
if (json == null) {
|
|
6823
7016
|
return json;
|
|
6824
7017
|
}
|
|
6825
7018
|
return {
|
|
6826
|
-
'
|
|
6827
|
-
'
|
|
6828
|
-
'
|
|
7019
|
+
'op': json['op'],
|
|
7020
|
+
'field': json['field'] == null ? undefined : json['field'],
|
|
7021
|
+
'label': json['label'] == null ? undefined : json['label'],
|
|
6829
7022
|
};
|
|
6830
7023
|
}
|
|
6831
|
-
function
|
|
6832
|
-
return
|
|
7024
|
+
function ReportQueryMetricToJSON(json) {
|
|
7025
|
+
return ReportQueryMetricToJSONTyped(json, false);
|
|
6833
7026
|
}
|
|
6834
|
-
function
|
|
7027
|
+
function ReportQueryMetricToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6835
7028
|
if (value == null) {
|
|
6836
7029
|
return value;
|
|
6837
7030
|
}
|
|
6838
7031
|
return {
|
|
6839
|
-
'
|
|
6840
|
-
'
|
|
6841
|
-
'
|
|
7032
|
+
'op': value['op'],
|
|
7033
|
+
'field': value['field'],
|
|
7034
|
+
'label': value['label'],
|
|
6842
7035
|
};
|
|
6843
7036
|
}
|
|
6844
7037
|
|
|
6845
|
-
|
|
6846
|
-
|
|
7038
|
+
const ReportQueryFilterOpEnum = {
|
|
7039
|
+
Contains: 'contains',
|
|
7040
|
+
NotContains: 'not_contains',
|
|
7041
|
+
Eq: 'eq',
|
|
7042
|
+
Neq: 'neq',
|
|
7043
|
+
In: 'in',
|
|
7044
|
+
NotIn: 'not_in',
|
|
7045
|
+
Gt: 'gt',
|
|
7046
|
+
Gte: 'gte',
|
|
7047
|
+
Lt: 'lt',
|
|
7048
|
+
Lte: 'lte',
|
|
7049
|
+
IsEmpty: 'is_empty',
|
|
7050
|
+
IsNotEmpty: 'is_not_empty'
|
|
7051
|
+
};
|
|
7052
|
+
function instanceOfReportQueryFilter(value) {
|
|
7053
|
+
if (!('field' in value) || value['field'] === undefined)
|
|
7054
|
+
return false;
|
|
7055
|
+
if (!('op' in value) || value['op'] === undefined)
|
|
7056
|
+
return false;
|
|
7057
|
+
if (!('values' in value) || value['values'] === undefined)
|
|
6847
7058
|
return false;
|
|
6848
7059
|
return true;
|
|
6849
7060
|
}
|
|
6850
|
-
function
|
|
6851
|
-
return
|
|
7061
|
+
function ReportQueryFilterFromJSON(json) {
|
|
7062
|
+
return ReportQueryFilterFromJSONTyped(json);
|
|
6852
7063
|
}
|
|
6853
|
-
function
|
|
7064
|
+
function ReportQueryFilterFromJSONTyped(json, ignoreDiscriminator) {
|
|
7065
|
+
if (json == null) {
|
|
7066
|
+
return json;
|
|
7067
|
+
}
|
|
7068
|
+
return {
|
|
7069
|
+
'field': json['field'],
|
|
7070
|
+
'op': json['op'],
|
|
7071
|
+
'values': json['values'],
|
|
7072
|
+
};
|
|
7073
|
+
}
|
|
7074
|
+
function ReportQueryFilterToJSON(json) {
|
|
7075
|
+
return ReportQueryFilterToJSONTyped(json, false);
|
|
7076
|
+
}
|
|
7077
|
+
function ReportQueryFilterToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7078
|
+
if (value == null) {
|
|
7079
|
+
return value;
|
|
7080
|
+
}
|
|
7081
|
+
return {
|
|
7082
|
+
'field': value['field'],
|
|
7083
|
+
'op': value['op'],
|
|
7084
|
+
'values': value['values'],
|
|
7085
|
+
};
|
|
7086
|
+
}
|
|
7087
|
+
|
|
7088
|
+
const ReportQueryDimensionBucketEnum = {
|
|
7089
|
+
Day: 'day',
|
|
7090
|
+
Week: 'week',
|
|
7091
|
+
Month: 'month',
|
|
7092
|
+
Quarter: 'quarter',
|
|
7093
|
+
Year: 'year'
|
|
7094
|
+
};
|
|
7095
|
+
const ReportQueryDimensionNormalizeEnum = {
|
|
7096
|
+
None: 'none',
|
|
7097
|
+
TrimCase: 'trim_case',
|
|
7098
|
+
Ipp: 'ipp'
|
|
7099
|
+
};
|
|
7100
|
+
function instanceOfReportQueryDimension(value) {
|
|
7101
|
+
if (!('field' in value) || value['field'] === undefined)
|
|
7102
|
+
return false;
|
|
7103
|
+
return true;
|
|
7104
|
+
}
|
|
7105
|
+
function ReportQueryDimensionFromJSON(json) {
|
|
7106
|
+
return ReportQueryDimensionFromJSONTyped(json);
|
|
7107
|
+
}
|
|
7108
|
+
function ReportQueryDimensionFromJSONTyped(json, ignoreDiscriminator) {
|
|
7109
|
+
if (json == null) {
|
|
7110
|
+
return json;
|
|
7111
|
+
}
|
|
7112
|
+
return {
|
|
7113
|
+
'field': json['field'],
|
|
7114
|
+
'bucket': json['bucket'] == null ? undefined : json['bucket'],
|
|
7115
|
+
'normalize': json['normalize'] == null ? undefined : json['normalize'],
|
|
7116
|
+
'includeEmpty': json['includeEmpty'] == null ? undefined : json['includeEmpty'],
|
|
7117
|
+
};
|
|
7118
|
+
}
|
|
7119
|
+
function ReportQueryDimensionToJSON(json) {
|
|
7120
|
+
return ReportQueryDimensionToJSONTyped(json, false);
|
|
7121
|
+
}
|
|
7122
|
+
function ReportQueryDimensionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7123
|
+
if (value == null) {
|
|
7124
|
+
return value;
|
|
7125
|
+
}
|
|
7126
|
+
return {
|
|
7127
|
+
'field': value['field'],
|
|
7128
|
+
'bucket': value['bucket'],
|
|
7129
|
+
'normalize': value['normalize'],
|
|
7130
|
+
'includeEmpty': value['includeEmpty'],
|
|
7131
|
+
};
|
|
7132
|
+
}
|
|
7133
|
+
|
|
7134
|
+
const ReportQuerySeriesSourceEnum = {
|
|
7135
|
+
Items: 'items',
|
|
7136
|
+
Articles: 'articles',
|
|
7137
|
+
StateHistory: 'state_history'
|
|
7138
|
+
};
|
|
7139
|
+
const ReportQuerySeriesChartEnum = {
|
|
7140
|
+
Bar: 'bar',
|
|
7141
|
+
Line: 'line'
|
|
7142
|
+
};
|
|
7143
|
+
const ReportQuerySeriesAxisEnum = {
|
|
7144
|
+
Y: 'y',
|
|
7145
|
+
Y2: 'y2'
|
|
7146
|
+
};
|
|
7147
|
+
function instanceOfReportQuerySeries(value) {
|
|
7148
|
+
if (!('source' in value) || value['source'] === undefined)
|
|
7149
|
+
return false;
|
|
7150
|
+
if (!('itemTypeIds' in value) || value['itemTypeIds'] === undefined)
|
|
7151
|
+
return false;
|
|
7152
|
+
if (!('filters' in value) || value['filters'] === undefined)
|
|
7153
|
+
return false;
|
|
7154
|
+
if (!('metric' in value) || value['metric'] === undefined)
|
|
7155
|
+
return false;
|
|
7156
|
+
return true;
|
|
7157
|
+
}
|
|
7158
|
+
function ReportQuerySeriesFromJSON(json) {
|
|
7159
|
+
return ReportQuerySeriesFromJSONTyped(json);
|
|
7160
|
+
}
|
|
7161
|
+
function ReportQuerySeriesFromJSONTyped(json, ignoreDiscriminator) {
|
|
7162
|
+
if (json == null) {
|
|
7163
|
+
return json;
|
|
7164
|
+
}
|
|
7165
|
+
return {
|
|
7166
|
+
'label': json['label'] == null ? undefined : json['label'],
|
|
7167
|
+
'source': json['source'],
|
|
7168
|
+
'itemTypeIds': json['itemTypeIds'],
|
|
7169
|
+
'filters': (json['filters'].map(ReportQueryFilterFromJSON)),
|
|
7170
|
+
'metric': ReportQueryMetricFromJSON(json['metric']),
|
|
7171
|
+
'splitBy': json['splitBy'] == null ? undefined : ReportQueryDimensionFromJSON(json['splitBy']),
|
|
7172
|
+
'chart': json['chart'] == null ? undefined : json['chart'],
|
|
7173
|
+
'color': json['color'] == null ? undefined : json['color'],
|
|
7174
|
+
'axis': json['axis'] == null ? undefined : json['axis'],
|
|
7175
|
+
};
|
|
7176
|
+
}
|
|
7177
|
+
function ReportQuerySeriesToJSON(json) {
|
|
7178
|
+
return ReportQuerySeriesToJSONTyped(json, false);
|
|
7179
|
+
}
|
|
7180
|
+
function ReportQuerySeriesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7181
|
+
if (value == null) {
|
|
7182
|
+
return value;
|
|
7183
|
+
}
|
|
7184
|
+
return {
|
|
7185
|
+
'label': value['label'],
|
|
7186
|
+
'source': value['source'],
|
|
7187
|
+
'itemTypeIds': value['itemTypeIds'],
|
|
7188
|
+
'filters': (value['filters'].map(ReportQueryFilterToJSON)),
|
|
7189
|
+
'metric': ReportQueryMetricToJSON(value['metric']),
|
|
7190
|
+
'splitBy': ReportQueryDimensionToJSON(value['splitBy']),
|
|
7191
|
+
'chart': value['chart'],
|
|
7192
|
+
'color': value['color'],
|
|
7193
|
+
'axis': value['axis'],
|
|
7194
|
+
};
|
|
7195
|
+
}
|
|
7196
|
+
|
|
7197
|
+
const ReportQueryDefinitionSourceEnum = {
|
|
7198
|
+
Items: 'items',
|
|
7199
|
+
Articles: 'articles',
|
|
7200
|
+
StateHistory: 'state_history'
|
|
7201
|
+
};
|
|
7202
|
+
const ReportQueryDefinitionChartEnum = {
|
|
7203
|
+
Bar: 'bar',
|
|
7204
|
+
Line: 'line',
|
|
7205
|
+
Pie: 'pie',
|
|
7206
|
+
StackedBar: 'stacked_bar',
|
|
7207
|
+
Table: 'table'
|
|
7208
|
+
};
|
|
7209
|
+
function instanceOfReportQueryDefinition(value) {
|
|
7210
|
+
return true;
|
|
7211
|
+
}
|
|
7212
|
+
function ReportQueryDefinitionFromJSON(json) {
|
|
7213
|
+
return ReportQueryDefinitionFromJSONTyped(json);
|
|
7214
|
+
}
|
|
7215
|
+
function ReportQueryDefinitionFromJSONTyped(json, ignoreDiscriminator) {
|
|
7216
|
+
if (json == null) {
|
|
7217
|
+
return json;
|
|
7218
|
+
}
|
|
7219
|
+
return {
|
|
7220
|
+
'version': json['version'] == null ? undefined : json['version'],
|
|
7221
|
+
'source': json['source'] == null ? undefined : json['source'],
|
|
7222
|
+
'itemTypeIds': json['itemTypeIds'] == null ? undefined : json['itemTypeIds'],
|
|
7223
|
+
'dimensions': json['dimensions'] == null ? undefined : (json['dimensions'].map(ReportQueryDimensionFromJSON)),
|
|
7224
|
+
'metrics': json['metrics'] == null ? undefined : (json['metrics'].map(ReportQueryMetricFromJSON)),
|
|
7225
|
+
'filters': json['filters'] == null ? undefined : (json['filters'].map(ReportQueryFilterFromJSON)),
|
|
7226
|
+
'x': json['x'] == null ? undefined : ReportQueryDimensionFromJSON(json['x']),
|
|
7227
|
+
'series': json['series'] == null ? undefined : (json['series'].map(ReportQuerySeriesFromJSON)),
|
|
7228
|
+
'chart': json['chart'] == null ? undefined : json['chart'],
|
|
7229
|
+
'labelX': json['labelX'] == null ? undefined : json['labelX'],
|
|
7230
|
+
'labelY': json['labelY'] == null ? undefined : json['labelY'],
|
|
7231
|
+
'labelY2': json['labelY2'] == null ? undefined : json['labelY2'],
|
|
7232
|
+
};
|
|
7233
|
+
}
|
|
7234
|
+
function ReportQueryDefinitionToJSON(json) {
|
|
7235
|
+
return ReportQueryDefinitionToJSONTyped(json, false);
|
|
7236
|
+
}
|
|
7237
|
+
function ReportQueryDefinitionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7238
|
+
if (value == null) {
|
|
7239
|
+
return value;
|
|
7240
|
+
}
|
|
7241
|
+
return {
|
|
7242
|
+
'version': value['version'],
|
|
7243
|
+
'source': value['source'],
|
|
7244
|
+
'itemTypeIds': value['itemTypeIds'],
|
|
7245
|
+
'dimensions': value['dimensions'] == null ? undefined : (value['dimensions'].map(ReportQueryDimensionToJSON)),
|
|
7246
|
+
'metrics': value['metrics'] == null ? undefined : (value['metrics'].map(ReportQueryMetricToJSON)),
|
|
7247
|
+
'filters': value['filters'] == null ? undefined : (value['filters'].map(ReportQueryFilterToJSON)),
|
|
7248
|
+
'x': ReportQueryDimensionToJSON(value['x']),
|
|
7249
|
+
'series': value['series'] == null ? undefined : (value['series'].map(ReportQuerySeriesToJSON)),
|
|
7250
|
+
'chart': value['chart'],
|
|
7251
|
+
'labelX': value['labelX'],
|
|
7252
|
+
'labelY': value['labelY'],
|
|
7253
|
+
'labelY2': value['labelY2'],
|
|
7254
|
+
};
|
|
7255
|
+
}
|
|
7256
|
+
|
|
7257
|
+
function instanceOfReportQueryDto(value) {
|
|
7258
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
7259
|
+
return false;
|
|
7260
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
7261
|
+
return false;
|
|
7262
|
+
return true;
|
|
7263
|
+
}
|
|
7264
|
+
function ReportQueryDtoFromJSON(json) {
|
|
7265
|
+
return ReportQueryDtoFromJSONTyped(json);
|
|
7266
|
+
}
|
|
7267
|
+
function ReportQueryDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
7268
|
+
if (json == null) {
|
|
7269
|
+
return json;
|
|
7270
|
+
}
|
|
7271
|
+
return {
|
|
7272
|
+
'id': json['id'],
|
|
7273
|
+
'title': json['title'],
|
|
7274
|
+
'definition': json['definition'] == null ? undefined : ReportQueryDefinitionFromJSON(json['definition']),
|
|
7275
|
+
};
|
|
7276
|
+
}
|
|
7277
|
+
function ReportQueryDtoToJSON(json) {
|
|
7278
|
+
return ReportQueryDtoToJSONTyped(json, false);
|
|
7279
|
+
}
|
|
7280
|
+
function ReportQueryDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7281
|
+
if (value == null) {
|
|
7282
|
+
return value;
|
|
7283
|
+
}
|
|
7284
|
+
return {
|
|
7285
|
+
'id': value['id'],
|
|
7286
|
+
'title': value['title'],
|
|
7287
|
+
'definition': ReportQueryDefinitionToJSON(value['definition']),
|
|
7288
|
+
};
|
|
7289
|
+
}
|
|
7290
|
+
|
|
7291
|
+
const ReportQueryFieldType = {
|
|
7292
|
+
Number: 'number',
|
|
7293
|
+
Boolean: 'boolean',
|
|
7294
|
+
Category: 'category',
|
|
7295
|
+
Text: 'text',
|
|
7296
|
+
Date: 'date'
|
|
7297
|
+
};
|
|
7298
|
+
function instanceOfReportQueryFieldType(value) {
|
|
7299
|
+
for (const key in ReportQueryFieldType) {
|
|
7300
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryFieldType, key)) {
|
|
7301
|
+
if (ReportQueryFieldType[key] === value) {
|
|
7302
|
+
return true;
|
|
7303
|
+
}
|
|
7304
|
+
}
|
|
7305
|
+
}
|
|
7306
|
+
return false;
|
|
7307
|
+
}
|
|
7308
|
+
function ReportQueryFieldTypeFromJSON(json) {
|
|
7309
|
+
return ReportQueryFieldTypeFromJSONTyped(json);
|
|
7310
|
+
}
|
|
7311
|
+
function ReportQueryFieldTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
7312
|
+
return json;
|
|
7313
|
+
}
|
|
7314
|
+
function ReportQueryFieldTypeToJSON(value) {
|
|
7315
|
+
return value;
|
|
7316
|
+
}
|
|
7317
|
+
function ReportQueryFieldTypeToJSONTyped(value, ignoreDiscriminator) {
|
|
7318
|
+
return value;
|
|
7319
|
+
}
|
|
7320
|
+
|
|
7321
|
+
const ReportQueryFilterOperator = {
|
|
7322
|
+
Contains: 'contains',
|
|
7323
|
+
NotContains: 'not_contains',
|
|
7324
|
+
Eq: 'eq',
|
|
7325
|
+
Neq: 'neq',
|
|
7326
|
+
In: 'in',
|
|
7327
|
+
NotIn: 'not_in',
|
|
7328
|
+
Gt: 'gt',
|
|
7329
|
+
Gte: 'gte',
|
|
7330
|
+
Lt: 'lt',
|
|
7331
|
+
Lte: 'lte',
|
|
7332
|
+
IsEmpty: 'is_empty',
|
|
7333
|
+
IsNotEmpty: 'is_not_empty'
|
|
7334
|
+
};
|
|
7335
|
+
function instanceOfReportQueryFilterOperator(value) {
|
|
7336
|
+
for (const key in ReportQueryFilterOperator) {
|
|
7337
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryFilterOperator, key)) {
|
|
7338
|
+
if (ReportQueryFilterOperator[key] === value) {
|
|
7339
|
+
return true;
|
|
7340
|
+
}
|
|
7341
|
+
}
|
|
7342
|
+
}
|
|
7343
|
+
return false;
|
|
7344
|
+
}
|
|
7345
|
+
function ReportQueryFilterOperatorFromJSON(json) {
|
|
7346
|
+
return ReportQueryFilterOperatorFromJSONTyped(json);
|
|
7347
|
+
}
|
|
7348
|
+
function ReportQueryFilterOperatorFromJSONTyped(json, ignoreDiscriminator) {
|
|
7349
|
+
return json;
|
|
7350
|
+
}
|
|
7351
|
+
function ReportQueryFilterOperatorToJSON(value) {
|
|
7352
|
+
return value;
|
|
7353
|
+
}
|
|
7354
|
+
function ReportQueryFilterOperatorToJSONTyped(value, ignoreDiscriminator) {
|
|
7355
|
+
return value;
|
|
7356
|
+
}
|
|
7357
|
+
|
|
7358
|
+
function instanceOfReportQueryInput(value) {
|
|
7359
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
7360
|
+
return false;
|
|
7361
|
+
if (!('definition' in value) || value['definition'] === undefined)
|
|
7362
|
+
return false;
|
|
7363
|
+
return true;
|
|
7364
|
+
}
|
|
7365
|
+
function ReportQueryInputFromJSON(json) {
|
|
7366
|
+
return ReportQueryInputFromJSONTyped(json);
|
|
7367
|
+
}
|
|
7368
|
+
function ReportQueryInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
7369
|
+
if (json == null) {
|
|
7370
|
+
return json;
|
|
7371
|
+
}
|
|
7372
|
+
return {
|
|
7373
|
+
'title': json['title'],
|
|
7374
|
+
'definition': ReportQueryDefinitionFromJSON(json['definition']),
|
|
7375
|
+
};
|
|
7376
|
+
}
|
|
7377
|
+
function ReportQueryInputToJSON(json) {
|
|
7378
|
+
return ReportQueryInputToJSONTyped(json, false);
|
|
7379
|
+
}
|
|
7380
|
+
function ReportQueryInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7381
|
+
if (value == null) {
|
|
7382
|
+
return value;
|
|
7383
|
+
}
|
|
7384
|
+
return {
|
|
7385
|
+
'title': value['title'],
|
|
7386
|
+
'definition': ReportQueryDefinitionToJSON(value['definition']),
|
|
7387
|
+
};
|
|
7388
|
+
}
|
|
7389
|
+
|
|
7390
|
+
function instanceOfReportQueryListOutput(value) {
|
|
7391
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
7392
|
+
return false;
|
|
7393
|
+
return true;
|
|
7394
|
+
}
|
|
7395
|
+
function ReportQueryListOutputFromJSON(json) {
|
|
7396
|
+
return ReportQueryListOutputFromJSONTyped(json);
|
|
7397
|
+
}
|
|
7398
|
+
function ReportQueryListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
7399
|
+
if (json == null) {
|
|
7400
|
+
return json;
|
|
7401
|
+
}
|
|
7402
|
+
return {
|
|
7403
|
+
'data': (json['data'].map(ReportQueryDtoFromJSON)),
|
|
7404
|
+
};
|
|
7405
|
+
}
|
|
7406
|
+
function ReportQueryListOutputToJSON(json) {
|
|
7407
|
+
return ReportQueryListOutputToJSONTyped(json, false);
|
|
7408
|
+
}
|
|
7409
|
+
function ReportQueryListOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7410
|
+
if (value == null) {
|
|
7411
|
+
return value;
|
|
7412
|
+
}
|
|
7413
|
+
return {
|
|
7414
|
+
'data': (value['data'].map(ReportQueryDtoToJSON)),
|
|
7415
|
+
};
|
|
7416
|
+
}
|
|
7417
|
+
|
|
7418
|
+
const ReportQueryMetricOperation = {
|
|
7419
|
+
Count: 'count',
|
|
7420
|
+
CountDistinct: 'count_distinct',
|
|
7421
|
+
Sum: 'sum',
|
|
7422
|
+
Avg: 'avg',
|
|
7423
|
+
Min: 'min',
|
|
7424
|
+
Max: 'max'
|
|
7425
|
+
};
|
|
7426
|
+
function instanceOfReportQueryMetricOperation(value) {
|
|
7427
|
+
for (const key in ReportQueryMetricOperation) {
|
|
7428
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryMetricOperation, key)) {
|
|
7429
|
+
if (ReportQueryMetricOperation[key] === value) {
|
|
7430
|
+
return true;
|
|
7431
|
+
}
|
|
7432
|
+
}
|
|
7433
|
+
}
|
|
7434
|
+
return false;
|
|
7435
|
+
}
|
|
7436
|
+
function ReportQueryMetricOperationFromJSON(json) {
|
|
7437
|
+
return ReportQueryMetricOperationFromJSONTyped(json);
|
|
7438
|
+
}
|
|
7439
|
+
function ReportQueryMetricOperationFromJSONTyped(json, ignoreDiscriminator) {
|
|
7440
|
+
return json;
|
|
7441
|
+
}
|
|
7442
|
+
function ReportQueryMetricOperationToJSON(value) {
|
|
7443
|
+
return value;
|
|
7444
|
+
}
|
|
7445
|
+
function ReportQueryMetricOperationToJSONTyped(value, ignoreDiscriminator) {
|
|
7446
|
+
return value;
|
|
7447
|
+
}
|
|
7448
|
+
|
|
7449
|
+
const ReportQueryNormalize = {
|
|
7450
|
+
None: 'none',
|
|
7451
|
+
TrimCase: 'trim_case',
|
|
7452
|
+
Ipp: 'ipp'
|
|
7453
|
+
};
|
|
7454
|
+
function instanceOfReportQueryNormalize(value) {
|
|
7455
|
+
for (const key in ReportQueryNormalize) {
|
|
7456
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryNormalize, key)) {
|
|
7457
|
+
if (ReportQueryNormalize[key] === value) {
|
|
7458
|
+
return true;
|
|
7459
|
+
}
|
|
7460
|
+
}
|
|
7461
|
+
}
|
|
7462
|
+
return false;
|
|
7463
|
+
}
|
|
7464
|
+
function ReportQueryNormalizeFromJSON(json) {
|
|
7465
|
+
return ReportQueryNormalizeFromJSONTyped(json);
|
|
7466
|
+
}
|
|
7467
|
+
function ReportQueryNormalizeFromJSONTyped(json, ignoreDiscriminator) {
|
|
7468
|
+
return json;
|
|
7469
|
+
}
|
|
7470
|
+
function ReportQueryNormalizeToJSON(value) {
|
|
7471
|
+
return value;
|
|
7472
|
+
}
|
|
7473
|
+
function ReportQueryNormalizeToJSONTyped(value, ignoreDiscriminator) {
|
|
7474
|
+
return value;
|
|
7475
|
+
}
|
|
7476
|
+
|
|
7477
|
+
function instanceOfReportQueryOutput(value) {
|
|
7478
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
7479
|
+
return false;
|
|
7480
|
+
return true;
|
|
7481
|
+
}
|
|
7482
|
+
function ReportQueryOutputFromJSON(json) {
|
|
7483
|
+
return ReportQueryOutputFromJSONTyped(json);
|
|
7484
|
+
}
|
|
7485
|
+
function ReportQueryOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
7486
|
+
if (json == null) {
|
|
7487
|
+
return json;
|
|
7488
|
+
}
|
|
7489
|
+
return {
|
|
7490
|
+
'data': ReportQueryDtoFromJSON(json['data']),
|
|
7491
|
+
};
|
|
7492
|
+
}
|
|
7493
|
+
function ReportQueryOutputToJSON(json) {
|
|
7494
|
+
return ReportQueryOutputToJSONTyped(json, false);
|
|
7495
|
+
}
|
|
7496
|
+
function ReportQueryOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7497
|
+
if (value == null) {
|
|
7498
|
+
return value;
|
|
7499
|
+
}
|
|
7500
|
+
return {
|
|
7501
|
+
'data': ReportQueryDtoToJSON(value['data']),
|
|
7502
|
+
};
|
|
7503
|
+
}
|
|
7504
|
+
|
|
7505
|
+
function instanceOfReportQueryPreviewInput(value) {
|
|
7506
|
+
if (!('definition' in value) || value['definition'] === undefined)
|
|
7507
|
+
return false;
|
|
7508
|
+
if (!('startDate' in value) || value['startDate'] === undefined)
|
|
7509
|
+
return false;
|
|
7510
|
+
if (!('endDate' in value) || value['endDate'] === undefined)
|
|
7511
|
+
return false;
|
|
7512
|
+
return true;
|
|
7513
|
+
}
|
|
7514
|
+
function ReportQueryPreviewInputFromJSON(json) {
|
|
7515
|
+
return ReportQueryPreviewInputFromJSONTyped(json);
|
|
7516
|
+
}
|
|
7517
|
+
function ReportQueryPreviewInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
7518
|
+
if (json == null) {
|
|
7519
|
+
return json;
|
|
7520
|
+
}
|
|
7521
|
+
return {
|
|
7522
|
+
'definition': ReportQueryDefinitionFromJSON(json['definition']),
|
|
7523
|
+
'startDate': json['startDate'],
|
|
7524
|
+
'endDate': json['endDate'],
|
|
7525
|
+
};
|
|
7526
|
+
}
|
|
7527
|
+
function ReportQueryPreviewInputToJSON(json) {
|
|
7528
|
+
return ReportQueryPreviewInputToJSONTyped(json, false);
|
|
7529
|
+
}
|
|
7530
|
+
function ReportQueryPreviewInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7531
|
+
if (value == null) {
|
|
7532
|
+
return value;
|
|
7533
|
+
}
|
|
7534
|
+
return {
|
|
7535
|
+
'definition': ReportQueryDefinitionToJSON(value['definition']),
|
|
7536
|
+
'startDate': value['startDate'],
|
|
7537
|
+
'endDate': value['endDate'],
|
|
7538
|
+
};
|
|
7539
|
+
}
|
|
7540
|
+
|
|
7541
|
+
const ReportQuerySeriesChart = {
|
|
7542
|
+
Bar: 'bar',
|
|
7543
|
+
Line: 'line'
|
|
7544
|
+
};
|
|
7545
|
+
function instanceOfReportQuerySeriesChart(value) {
|
|
7546
|
+
for (const key in ReportQuerySeriesChart) {
|
|
7547
|
+
if (Object.prototype.hasOwnProperty.call(ReportQuerySeriesChart, key)) {
|
|
7548
|
+
if (ReportQuerySeriesChart[key] === value) {
|
|
7549
|
+
return true;
|
|
7550
|
+
}
|
|
7551
|
+
}
|
|
7552
|
+
}
|
|
7553
|
+
return false;
|
|
7554
|
+
}
|
|
7555
|
+
function ReportQuerySeriesChartFromJSON(json) {
|
|
7556
|
+
return ReportQuerySeriesChartFromJSONTyped(json);
|
|
7557
|
+
}
|
|
7558
|
+
function ReportQuerySeriesChartFromJSONTyped(json, ignoreDiscriminator) {
|
|
7559
|
+
return json;
|
|
7560
|
+
}
|
|
7561
|
+
function ReportQuerySeriesChartToJSON(value) {
|
|
7562
|
+
return value;
|
|
7563
|
+
}
|
|
7564
|
+
function ReportQuerySeriesChartToJSONTyped(value, ignoreDiscriminator) {
|
|
7565
|
+
return value;
|
|
7566
|
+
}
|
|
7567
|
+
|
|
7568
|
+
const ReportQuerySource = {
|
|
7569
|
+
Items: 'items',
|
|
7570
|
+
Articles: 'articles',
|
|
7571
|
+
StateHistory: 'state_history'
|
|
7572
|
+
};
|
|
7573
|
+
function instanceOfReportQuerySource(value) {
|
|
7574
|
+
for (const key in ReportQuerySource) {
|
|
7575
|
+
if (Object.prototype.hasOwnProperty.call(ReportQuerySource, key)) {
|
|
7576
|
+
if (ReportQuerySource[key] === value) {
|
|
7577
|
+
return true;
|
|
7578
|
+
}
|
|
7579
|
+
}
|
|
7580
|
+
}
|
|
7581
|
+
return false;
|
|
7582
|
+
}
|
|
7583
|
+
function ReportQuerySourceFromJSON(json) {
|
|
7584
|
+
return ReportQuerySourceFromJSONTyped(json);
|
|
7585
|
+
}
|
|
7586
|
+
function ReportQuerySourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
7587
|
+
return json;
|
|
7588
|
+
}
|
|
7589
|
+
function ReportQuerySourceToJSON(value) {
|
|
7590
|
+
return value;
|
|
7591
|
+
}
|
|
7592
|
+
function ReportQuerySourceToJSONTyped(value, ignoreDiscriminator) {
|
|
7593
|
+
return value;
|
|
7594
|
+
}
|
|
7595
|
+
|
|
7596
|
+
function instanceOfReverseGeoCodingOutput(value) {
|
|
7597
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
7598
|
+
return false;
|
|
7599
|
+
return true;
|
|
7600
|
+
}
|
|
7601
|
+
function ReverseGeoCodingOutputFromJSON(json) {
|
|
7602
|
+
return ReverseGeoCodingOutputFromJSONTyped(json);
|
|
7603
|
+
}
|
|
7604
|
+
function ReverseGeoCodingOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
7605
|
+
if (json == null) {
|
|
7606
|
+
return json;
|
|
7607
|
+
}
|
|
7608
|
+
return {
|
|
7609
|
+
'data': json['data'],
|
|
7610
|
+
};
|
|
7611
|
+
}
|
|
7612
|
+
function ReverseGeoCodingOutputToJSON(json) {
|
|
7613
|
+
return ReverseGeoCodingOutputToJSONTyped(json, false);
|
|
7614
|
+
}
|
|
7615
|
+
function ReverseGeoCodingOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7616
|
+
if (value == null) {
|
|
7617
|
+
return value;
|
|
7618
|
+
}
|
|
7619
|
+
return {
|
|
7620
|
+
'data': value['data'],
|
|
7621
|
+
};
|
|
7622
|
+
}
|
|
7623
|
+
|
|
7624
|
+
function instanceOfRouteStepDto(value) {
|
|
7625
|
+
if (!('instruction' in value) || value['instruction'] === undefined)
|
|
7626
|
+
return false;
|
|
7627
|
+
if (!('distanceMeters' in value) || value['distanceMeters'] === undefined)
|
|
7628
|
+
return false;
|
|
7629
|
+
if (!('durationSeconds' in value) || value['durationSeconds'] === undefined)
|
|
7630
|
+
return false;
|
|
7631
|
+
return true;
|
|
7632
|
+
}
|
|
7633
|
+
function RouteStepDtoFromJSON(json) {
|
|
7634
|
+
return RouteStepDtoFromJSONTyped(json);
|
|
7635
|
+
}
|
|
7636
|
+
function RouteStepDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
7637
|
+
if (json == null) {
|
|
7638
|
+
return json;
|
|
7639
|
+
}
|
|
7640
|
+
return {
|
|
7641
|
+
'instruction': json['instruction'],
|
|
7642
|
+
'distanceMeters': json['distanceMeters'],
|
|
7643
|
+
'durationSeconds': json['durationSeconds'],
|
|
7644
|
+
'maneuver': json['maneuver'] == null ? undefined : json['maneuver'],
|
|
7645
|
+
};
|
|
7646
|
+
}
|
|
7647
|
+
function RouteStepDtoToJSON(json) {
|
|
7648
|
+
return RouteStepDtoToJSONTyped(json, false);
|
|
7649
|
+
}
|
|
7650
|
+
function RouteStepDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7651
|
+
if (value == null) {
|
|
7652
|
+
return value;
|
|
7653
|
+
}
|
|
7654
|
+
return {
|
|
7655
|
+
'instruction': value['instruction'],
|
|
7656
|
+
'distanceMeters': value['distanceMeters'],
|
|
7657
|
+
'durationSeconds': value['durationSeconds'],
|
|
7658
|
+
'maneuver': value['maneuver'],
|
|
7659
|
+
};
|
|
7660
|
+
}
|
|
7661
|
+
|
|
7662
|
+
function instanceOfRouteLegDto(value) {
|
|
7663
|
+
if (!('distanceMeters' in value) || value['distanceMeters'] === undefined)
|
|
7664
|
+
return false;
|
|
7665
|
+
if (!('durationSeconds' in value) || value['durationSeconds'] === undefined)
|
|
7666
|
+
return false;
|
|
7667
|
+
if (!('steps' in value) || value['steps'] === undefined)
|
|
7668
|
+
return false;
|
|
7669
|
+
return true;
|
|
7670
|
+
}
|
|
7671
|
+
function RouteLegDtoFromJSON(json) {
|
|
7672
|
+
return RouteLegDtoFromJSONTyped(json);
|
|
7673
|
+
}
|
|
7674
|
+
function RouteLegDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
7675
|
+
if (json == null) {
|
|
7676
|
+
return json;
|
|
7677
|
+
}
|
|
7678
|
+
return {
|
|
7679
|
+
'distanceMeters': json['distanceMeters'],
|
|
7680
|
+
'durationSeconds': json['durationSeconds'],
|
|
7681
|
+
'steps': (json['steps'].map(RouteStepDtoFromJSON)),
|
|
7682
|
+
};
|
|
7683
|
+
}
|
|
7684
|
+
function RouteLegDtoToJSON(json) {
|
|
7685
|
+
return RouteLegDtoToJSONTyped(json, false);
|
|
7686
|
+
}
|
|
7687
|
+
function RouteLegDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7688
|
+
if (value == null) {
|
|
7689
|
+
return value;
|
|
7690
|
+
}
|
|
7691
|
+
return {
|
|
7692
|
+
'distanceMeters': value['distanceMeters'],
|
|
7693
|
+
'durationSeconds': value['durationSeconds'],
|
|
7694
|
+
'steps': (value['steps'].map(RouteStepDtoToJSON)),
|
|
7695
|
+
};
|
|
7696
|
+
}
|
|
7697
|
+
|
|
7698
|
+
function instanceOfRouteDto(value) {
|
|
7699
|
+
if (!('travelMode' in value) || value['travelMode'] === undefined)
|
|
7700
|
+
return false;
|
|
7701
|
+
if (!('distanceMeters' in value) || value['distanceMeters'] === undefined)
|
|
7702
|
+
return false;
|
|
7703
|
+
if (!('durationSeconds' in value) || value['durationSeconds'] === undefined)
|
|
7704
|
+
return false;
|
|
7705
|
+
if (!('path' in value) || value['path'] === undefined)
|
|
7706
|
+
return false;
|
|
7707
|
+
if (!('legs' in value) || value['legs'] === undefined)
|
|
7708
|
+
return false;
|
|
7709
|
+
return true;
|
|
7710
|
+
}
|
|
7711
|
+
function RouteDtoFromJSON(json) {
|
|
7712
|
+
return RouteDtoFromJSONTyped(json);
|
|
7713
|
+
}
|
|
7714
|
+
function RouteDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
7715
|
+
if (json == null) {
|
|
7716
|
+
return json;
|
|
7717
|
+
}
|
|
7718
|
+
return {
|
|
7719
|
+
'travelMode': json['travelMode'],
|
|
7720
|
+
'distanceMeters': json['distanceMeters'],
|
|
7721
|
+
'durationSeconds': json['durationSeconds'],
|
|
7722
|
+
'path': (json['path'].map(CoordDtoFromJSON)),
|
|
7723
|
+
'legs': (json['legs'].map(RouteLegDtoFromJSON)),
|
|
7724
|
+
};
|
|
7725
|
+
}
|
|
7726
|
+
function RouteDtoToJSON(json) {
|
|
7727
|
+
return RouteDtoToJSONTyped(json, false);
|
|
7728
|
+
}
|
|
7729
|
+
function RouteDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7730
|
+
if (value == null) {
|
|
7731
|
+
return value;
|
|
7732
|
+
}
|
|
7733
|
+
return {
|
|
7734
|
+
'travelMode': value['travelMode'],
|
|
7735
|
+
'distanceMeters': value['distanceMeters'],
|
|
7736
|
+
'durationSeconds': value['durationSeconds'],
|
|
7737
|
+
'path': (value['path'].map(CoordDtoToJSON)),
|
|
7738
|
+
'legs': (value['legs'].map(RouteLegDtoToJSON)),
|
|
7739
|
+
};
|
|
7740
|
+
}
|
|
7741
|
+
|
|
7742
|
+
function instanceOfRouteOutput(value) {
|
|
7743
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
7744
|
+
return false;
|
|
7745
|
+
return true;
|
|
7746
|
+
}
|
|
7747
|
+
function RouteOutputFromJSON(json) {
|
|
7748
|
+
return RouteOutputFromJSONTyped(json);
|
|
7749
|
+
}
|
|
7750
|
+
function RouteOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
7751
|
+
if (json == null) {
|
|
7752
|
+
return json;
|
|
7753
|
+
}
|
|
7754
|
+
return {
|
|
7755
|
+
'data': RouteDtoFromJSON(json['data']),
|
|
7756
|
+
};
|
|
7757
|
+
}
|
|
7758
|
+
function RouteOutputToJSON(json) {
|
|
7759
|
+
return RouteOutputToJSONTyped(json, false);
|
|
7760
|
+
}
|
|
7761
|
+
function RouteOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7762
|
+
if (value == null) {
|
|
7763
|
+
return value;
|
|
7764
|
+
}
|
|
7765
|
+
return {
|
|
7766
|
+
'data': RouteDtoToJSON(value['data']),
|
|
7767
|
+
};
|
|
7768
|
+
}
|
|
7769
|
+
|
|
7770
|
+
const RouteTravelMode = {
|
|
7771
|
+
Walk: 'WALK',
|
|
7772
|
+
Drive: 'DRIVE'
|
|
7773
|
+
};
|
|
7774
|
+
function instanceOfRouteTravelMode(value) {
|
|
7775
|
+
for (const key in RouteTravelMode) {
|
|
7776
|
+
if (Object.prototype.hasOwnProperty.call(RouteTravelMode, key)) {
|
|
7777
|
+
if (RouteTravelMode[key] === value) {
|
|
7778
|
+
return true;
|
|
7779
|
+
}
|
|
7780
|
+
}
|
|
7781
|
+
}
|
|
7782
|
+
return false;
|
|
7783
|
+
}
|
|
7784
|
+
function RouteTravelModeFromJSON(json) {
|
|
7785
|
+
return RouteTravelModeFromJSONTyped(json);
|
|
7786
|
+
}
|
|
7787
|
+
function RouteTravelModeFromJSONTyped(json, ignoreDiscriminator) {
|
|
7788
|
+
return json;
|
|
7789
|
+
}
|
|
7790
|
+
function RouteTravelModeToJSON(value) {
|
|
7791
|
+
return value;
|
|
7792
|
+
}
|
|
7793
|
+
function RouteTravelModeToJSONTyped(value, ignoreDiscriminator) {
|
|
7794
|
+
return value;
|
|
7795
|
+
}
|
|
7796
|
+
|
|
7797
|
+
const SEARCHSECTIONS = {
|
|
7798
|
+
SearchHistory: 'searchHistory',
|
|
7799
|
+
MapItem: 'mapItem',
|
|
7800
|
+
Location: 'location',
|
|
7801
|
+
Street: 'street'
|
|
7802
|
+
};
|
|
7803
|
+
function instanceOfSEARCHSECTIONS(value) {
|
|
7804
|
+
for (const key in SEARCHSECTIONS) {
|
|
7805
|
+
if (Object.prototype.hasOwnProperty.call(SEARCHSECTIONS, key)) {
|
|
7806
|
+
if (SEARCHSECTIONS[key] === value) {
|
|
7807
|
+
return true;
|
|
7808
|
+
}
|
|
7809
|
+
}
|
|
7810
|
+
}
|
|
7811
|
+
return false;
|
|
7812
|
+
}
|
|
7813
|
+
function SEARCHSECTIONSFromJSON(json) {
|
|
7814
|
+
return SEARCHSECTIONSFromJSONTyped(json);
|
|
7815
|
+
}
|
|
7816
|
+
function SEARCHSECTIONSFromJSONTyped(json, ignoreDiscriminator) {
|
|
7817
|
+
return json;
|
|
7818
|
+
}
|
|
7819
|
+
function SEARCHSECTIONSToJSON(value) {
|
|
7820
|
+
return value;
|
|
7821
|
+
}
|
|
7822
|
+
function SEARCHSECTIONSToJSONTyped(value, ignoreDiscriminator) {
|
|
7823
|
+
return value;
|
|
7824
|
+
}
|
|
7825
|
+
|
|
7826
|
+
function instanceOfSearchORM(value) {
|
|
7827
|
+
if (!('mapItemOrm' in value) || value['mapItemOrm'] === undefined)
|
|
7828
|
+
return false;
|
|
7829
|
+
if (!('locationOrm' in value) || value['locationOrm'] === undefined)
|
|
7830
|
+
return false;
|
|
7831
|
+
if (!('relevance' in value) || value['relevance'] === undefined)
|
|
7832
|
+
return false;
|
|
7833
|
+
return true;
|
|
7834
|
+
}
|
|
7835
|
+
function SearchORMFromJSON(json) {
|
|
7836
|
+
return SearchORMFromJSONTyped(json);
|
|
7837
|
+
}
|
|
7838
|
+
function SearchORMFromJSONTyped(json, ignoreDiscriminator) {
|
|
7839
|
+
if (json == null) {
|
|
7840
|
+
return json;
|
|
7841
|
+
}
|
|
7842
|
+
return {
|
|
7843
|
+
'mapItemOrm': json['mapItemOrm'],
|
|
7844
|
+
'locationOrm': json['locationOrm'],
|
|
7845
|
+
'relevance': json['relevance'],
|
|
7846
|
+
};
|
|
7847
|
+
}
|
|
7848
|
+
function SearchORMToJSON(json) {
|
|
7849
|
+
return SearchORMToJSONTyped(json, false);
|
|
7850
|
+
}
|
|
7851
|
+
function SearchORMToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7852
|
+
if (value == null) {
|
|
7853
|
+
return value;
|
|
7854
|
+
}
|
|
7855
|
+
return {
|
|
7856
|
+
'mapItemOrm': value['mapItemOrm'],
|
|
7857
|
+
'locationOrm': value['locationOrm'],
|
|
7858
|
+
'relevance': value['relevance'],
|
|
7859
|
+
};
|
|
7860
|
+
}
|
|
7861
|
+
|
|
7862
|
+
function instanceOfSearchResultDto(value) {
|
|
7863
|
+
if (!('sections' in value) || value['sections'] === undefined)
|
|
7864
|
+
return false;
|
|
7865
|
+
return true;
|
|
7866
|
+
}
|
|
7867
|
+
function SearchResultDtoFromJSON(json) {
|
|
7868
|
+
return SearchResultDtoFromJSONTyped(json);
|
|
7869
|
+
}
|
|
7870
|
+
function SearchResultDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
6854
7871
|
if (json == null) {
|
|
6855
7872
|
return json;
|
|
6856
7873
|
}
|
|
@@ -10107,6 +11124,161 @@ class ReportApi extends BaseAPI {
|
|
|
10107
11124
|
const response = await this.apiV1ReportReportIdGetRaw(requestParameters, initOverrides);
|
|
10108
11125
|
return await response.value();
|
|
10109
11126
|
}
|
|
11127
|
+
async apiV2ReportCatalogGetRaw(initOverrides) {
|
|
11128
|
+
const queryParameters = {};
|
|
11129
|
+
const headerParameters = {};
|
|
11130
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11131
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11132
|
+
}
|
|
11133
|
+
const response = await this.request({
|
|
11134
|
+
path: `/api/v2/report/catalog`,
|
|
11135
|
+
method: 'GET',
|
|
11136
|
+
headers: headerParameters,
|
|
11137
|
+
query: queryParameters,
|
|
11138
|
+
}, initOverrides);
|
|
11139
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryCatalogOutputFromJSON(jsonValue));
|
|
11140
|
+
}
|
|
11141
|
+
async apiV2ReportCatalogGet(initOverrides) {
|
|
11142
|
+
const response = await this.apiV2ReportCatalogGetRaw(initOverrides);
|
|
11143
|
+
return await response.value();
|
|
11144
|
+
}
|
|
11145
|
+
async apiV2ReportGetRaw(initOverrides) {
|
|
11146
|
+
const queryParameters = {};
|
|
11147
|
+
const headerParameters = {};
|
|
11148
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11149
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11150
|
+
}
|
|
11151
|
+
const response = await this.request({
|
|
11152
|
+
path: `/api/v2/report`,
|
|
11153
|
+
method: 'GET',
|
|
11154
|
+
headers: headerParameters,
|
|
11155
|
+
query: queryParameters,
|
|
11156
|
+
}, initOverrides);
|
|
11157
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryListOutputFromJSON(jsonValue));
|
|
11158
|
+
}
|
|
11159
|
+
async apiV2ReportGet(initOverrides) {
|
|
11160
|
+
const response = await this.apiV2ReportGetRaw(initOverrides);
|
|
11161
|
+
return await response.value();
|
|
11162
|
+
}
|
|
11163
|
+
async apiV2ReportPostRaw(requestParameters, initOverrides) {
|
|
11164
|
+
if (requestParameters['reportQueryInput'] == null) {
|
|
11165
|
+
throw new RequiredError('reportQueryInput', 'Required parameter "reportQueryInput" was null or undefined when calling apiV2ReportPost().');
|
|
11166
|
+
}
|
|
11167
|
+
const queryParameters = {};
|
|
11168
|
+
const headerParameters = {};
|
|
11169
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
11170
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11171
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11172
|
+
}
|
|
11173
|
+
const response = await this.request({
|
|
11174
|
+
path: `/api/v2/report`,
|
|
11175
|
+
method: 'POST',
|
|
11176
|
+
headers: headerParameters,
|
|
11177
|
+
query: queryParameters,
|
|
11178
|
+
body: ReportQueryInputToJSON(requestParameters['reportQueryInput']),
|
|
11179
|
+
}, initOverrides);
|
|
11180
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryOutputFromJSON(jsonValue));
|
|
11181
|
+
}
|
|
11182
|
+
async apiV2ReportPost(requestParameters, initOverrides) {
|
|
11183
|
+
const response = await this.apiV2ReportPostRaw(requestParameters, initOverrides);
|
|
11184
|
+
return await response.value();
|
|
11185
|
+
}
|
|
11186
|
+
async apiV2ReportPreviewPostRaw(requestParameters, initOverrides) {
|
|
11187
|
+
if (requestParameters['reportQueryPreviewInput'] == null) {
|
|
11188
|
+
throw new RequiredError('reportQueryPreviewInput', 'Required parameter "reportQueryPreviewInput" was null or undefined when calling apiV2ReportPreviewPost().');
|
|
11189
|
+
}
|
|
11190
|
+
const queryParameters = {};
|
|
11191
|
+
const headerParameters = {};
|
|
11192
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
11193
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11194
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11195
|
+
}
|
|
11196
|
+
const response = await this.request({
|
|
11197
|
+
path: `/api/v2/report/preview`,
|
|
11198
|
+
method: 'POST',
|
|
11199
|
+
headers: headerParameters,
|
|
11200
|
+
query: queryParameters,
|
|
11201
|
+
body: ReportQueryPreviewInputToJSON(requestParameters['reportQueryPreviewInput']),
|
|
11202
|
+
}, initOverrides);
|
|
11203
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryDataOutputFromJSON(jsonValue));
|
|
11204
|
+
}
|
|
11205
|
+
async apiV2ReportPreviewPost(requestParameters, initOverrides) {
|
|
11206
|
+
const response = await this.apiV2ReportPreviewPostRaw(requestParameters, initOverrides);
|
|
11207
|
+
return await response.value();
|
|
11208
|
+
}
|
|
11209
|
+
async apiV2ReportReportIdDataPostRaw(requestParameters, initOverrides) {
|
|
11210
|
+
if (requestParameters['reportId'] == null) {
|
|
11211
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV2ReportReportIdDataPost().');
|
|
11212
|
+
}
|
|
11213
|
+
if (requestParameters['reportConfigurationDto'] == null) {
|
|
11214
|
+
throw new RequiredError('reportConfigurationDto', 'Required parameter "reportConfigurationDto" was null or undefined when calling apiV2ReportReportIdDataPost().');
|
|
11215
|
+
}
|
|
11216
|
+
const queryParameters = {};
|
|
11217
|
+
const headerParameters = {};
|
|
11218
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
11219
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11220
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11221
|
+
}
|
|
11222
|
+
const response = await this.request({
|
|
11223
|
+
path: `/api/v2/report/{reportId}/data`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
11224
|
+
method: 'POST',
|
|
11225
|
+
headers: headerParameters,
|
|
11226
|
+
query: queryParameters,
|
|
11227
|
+
body: ReportConfigurationDtoToJSON(requestParameters['reportConfigurationDto']),
|
|
11228
|
+
}, initOverrides);
|
|
11229
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryDataOutputFromJSON(jsonValue));
|
|
11230
|
+
}
|
|
11231
|
+
async apiV2ReportReportIdDataPost(requestParameters, initOverrides) {
|
|
11232
|
+
const response = await this.apiV2ReportReportIdDataPostRaw(requestParameters, initOverrides);
|
|
11233
|
+
return await response.value();
|
|
11234
|
+
}
|
|
11235
|
+
async apiV2ReportReportIdGetRaw(requestParameters, initOverrides) {
|
|
11236
|
+
if (requestParameters['reportId'] == null) {
|
|
11237
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV2ReportReportIdGet().');
|
|
11238
|
+
}
|
|
11239
|
+
const queryParameters = {};
|
|
11240
|
+
const headerParameters = {};
|
|
11241
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11242
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11243
|
+
}
|
|
11244
|
+
const response = await this.request({
|
|
11245
|
+
path: `/api/v2/report/{reportId}`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
11246
|
+
method: 'GET',
|
|
11247
|
+
headers: headerParameters,
|
|
11248
|
+
query: queryParameters,
|
|
11249
|
+
}, initOverrides);
|
|
11250
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryOutputFromJSON(jsonValue));
|
|
11251
|
+
}
|
|
11252
|
+
async apiV2ReportReportIdGet(requestParameters, initOverrides) {
|
|
11253
|
+
const response = await this.apiV2ReportReportIdGetRaw(requestParameters, initOverrides);
|
|
11254
|
+
return await response.value();
|
|
11255
|
+
}
|
|
11256
|
+
async apiV2ReportReportIdPutRaw(requestParameters, initOverrides) {
|
|
11257
|
+
if (requestParameters['reportId'] == null) {
|
|
11258
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV2ReportReportIdPut().');
|
|
11259
|
+
}
|
|
11260
|
+
if (requestParameters['reportQueryInput'] == null) {
|
|
11261
|
+
throw new RequiredError('reportQueryInput', 'Required parameter "reportQueryInput" was null or undefined when calling apiV2ReportReportIdPut().');
|
|
11262
|
+
}
|
|
11263
|
+
const queryParameters = {};
|
|
11264
|
+
const headerParameters = {};
|
|
11265
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
11266
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11267
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11268
|
+
}
|
|
11269
|
+
const response = await this.request({
|
|
11270
|
+
path: `/api/v2/report/{reportId}`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
11271
|
+
method: 'PUT',
|
|
11272
|
+
headers: headerParameters,
|
|
11273
|
+
query: queryParameters,
|
|
11274
|
+
body: ReportQueryInputToJSON(requestParameters['reportQueryInput']),
|
|
11275
|
+
}, initOverrides);
|
|
11276
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryOutputFromJSON(jsonValue));
|
|
11277
|
+
}
|
|
11278
|
+
async apiV2ReportReportIdPut(requestParameters, initOverrides) {
|
|
11279
|
+
const response = await this.apiV2ReportReportIdPutRaw(requestParameters, initOverrides);
|
|
11280
|
+
return await response.value();
|
|
11281
|
+
}
|
|
10110
11282
|
}
|
|
10111
11283
|
const ApiV1ReportItemGetQOperatorEnum = {
|
|
10112
11284
|
And: 'and',
|
|
@@ -10425,6 +11597,10 @@ exports.AvailableArticlesOutputFromJSON = AvailableArticlesOutputFromJSON;
|
|
|
10425
11597
|
exports.AvailableArticlesOutputFromJSONTyped = AvailableArticlesOutputFromJSONTyped;
|
|
10426
11598
|
exports.AvailableArticlesOutputToJSON = AvailableArticlesOutputToJSON;
|
|
10427
11599
|
exports.AvailableArticlesOutputToJSONTyped = AvailableArticlesOutputToJSONTyped;
|
|
11600
|
+
exports.AxisGridFromJSON = AxisGridFromJSON;
|
|
11601
|
+
exports.AxisGridFromJSONTyped = AxisGridFromJSONTyped;
|
|
11602
|
+
exports.AxisGridToJSON = AxisGridToJSON;
|
|
11603
|
+
exports.AxisGridToJSONTyped = AxisGridToJSONTyped;
|
|
10428
11604
|
exports.AxisTimeFromJSON = AxisTimeFromJSON;
|
|
10429
11605
|
exports.AxisTimeFromJSONTyped = AxisTimeFromJSONTyped;
|
|
10430
11606
|
exports.AxisTimeToJSON = AxisTimeToJSON;
|
|
@@ -10493,10 +11669,10 @@ exports.DataPointFromJSON = DataPointFromJSON;
|
|
|
10493
11669
|
exports.DataPointFromJSONTyped = DataPointFromJSONTyped;
|
|
10494
11670
|
exports.DataPointToJSON = DataPointToJSON;
|
|
10495
11671
|
exports.DataPointToJSONTyped = DataPointToJSONTyped;
|
|
10496
|
-
exports.
|
|
10497
|
-
exports.
|
|
10498
|
-
exports.
|
|
10499
|
-
exports.
|
|
11672
|
+
exports.Def227FromJSON = Def227FromJSON;
|
|
11673
|
+
exports.Def227FromJSONTyped = Def227FromJSONTyped;
|
|
11674
|
+
exports.Def227ToJSON = Def227ToJSON;
|
|
11675
|
+
exports.Def227ToJSONTyped = Def227ToJSONTyped;
|
|
10500
11676
|
exports.DefaultApi = DefaultApi;
|
|
10501
11677
|
exports.DefaultConfig = DefaultConfig;
|
|
10502
11678
|
exports.FetchError = FetchError;
|
|
@@ -11081,6 +12257,134 @@ exports.ReportOutputFromJSON = ReportOutputFromJSON;
|
|
|
11081
12257
|
exports.ReportOutputFromJSONTyped = ReportOutputFromJSONTyped;
|
|
11082
12258
|
exports.ReportOutputToJSON = ReportOutputToJSON;
|
|
11083
12259
|
exports.ReportOutputToJSONTyped = ReportOutputToJSONTyped;
|
|
12260
|
+
exports.ReportQueryAxis = ReportQueryAxis;
|
|
12261
|
+
exports.ReportQueryAxisFromJSON = ReportQueryAxisFromJSON;
|
|
12262
|
+
exports.ReportQueryAxisFromJSONTyped = ReportQueryAxisFromJSONTyped;
|
|
12263
|
+
exports.ReportQueryAxisToJSON = ReportQueryAxisToJSON;
|
|
12264
|
+
exports.ReportQueryAxisToJSONTyped = ReportQueryAxisToJSONTyped;
|
|
12265
|
+
exports.ReportQueryCatalogFieldBucketsEnum = ReportQueryCatalogFieldBucketsEnum;
|
|
12266
|
+
exports.ReportQueryCatalogFieldFilterOperatorsEnum = ReportQueryCatalogFieldFilterOperatorsEnum;
|
|
12267
|
+
exports.ReportQueryCatalogFieldFromJSON = ReportQueryCatalogFieldFromJSON;
|
|
12268
|
+
exports.ReportQueryCatalogFieldFromJSONTyped = ReportQueryCatalogFieldFromJSONTyped;
|
|
12269
|
+
exports.ReportQueryCatalogFieldMetricOperationsEnum = ReportQueryCatalogFieldMetricOperationsEnum;
|
|
12270
|
+
exports.ReportQueryCatalogFieldSourcesEnum = ReportQueryCatalogFieldSourcesEnum;
|
|
12271
|
+
exports.ReportQueryCatalogFieldSuggestedNormalizeEnum = ReportQueryCatalogFieldSuggestedNormalizeEnum;
|
|
12272
|
+
exports.ReportQueryCatalogFieldToJSON = ReportQueryCatalogFieldToJSON;
|
|
12273
|
+
exports.ReportQueryCatalogFieldToJSONTyped = ReportQueryCatalogFieldToJSONTyped;
|
|
12274
|
+
exports.ReportQueryCatalogFieldTypeEnum = ReportQueryCatalogFieldTypeEnum;
|
|
12275
|
+
exports.ReportQueryCatalogOutputFromJSON = ReportQueryCatalogOutputFromJSON;
|
|
12276
|
+
exports.ReportQueryCatalogOutputFromJSONTyped = ReportQueryCatalogOutputFromJSONTyped;
|
|
12277
|
+
exports.ReportQueryCatalogOutputToJSON = ReportQueryCatalogOutputToJSON;
|
|
12278
|
+
exports.ReportQueryCatalogOutputToJSONTyped = ReportQueryCatalogOutputToJSONTyped;
|
|
12279
|
+
exports.ReportQueryChart = ReportQueryChart;
|
|
12280
|
+
exports.ReportQueryChartFromJSON = ReportQueryChartFromJSON;
|
|
12281
|
+
exports.ReportQueryChartFromJSONTyped = ReportQueryChartFromJSONTyped;
|
|
12282
|
+
exports.ReportQueryChartToJSON = ReportQueryChartToJSON;
|
|
12283
|
+
exports.ReportQueryChartToJSONTyped = ReportQueryChartToJSONTyped;
|
|
12284
|
+
exports.ReportQueryDataDtoFromJSON = ReportQueryDataDtoFromJSON;
|
|
12285
|
+
exports.ReportQueryDataDtoFromJSONTyped = ReportQueryDataDtoFromJSONTyped;
|
|
12286
|
+
exports.ReportQueryDataDtoToJSON = ReportQueryDataDtoToJSON;
|
|
12287
|
+
exports.ReportQueryDataDtoToJSONTyped = ReportQueryDataDtoToJSONTyped;
|
|
12288
|
+
exports.ReportQueryDataOutputFromJSON = ReportQueryDataOutputFromJSON;
|
|
12289
|
+
exports.ReportQueryDataOutputFromJSONTyped = ReportQueryDataOutputFromJSONTyped;
|
|
12290
|
+
exports.ReportQueryDataOutputToJSON = ReportQueryDataOutputToJSON;
|
|
12291
|
+
exports.ReportQueryDataOutputToJSONTyped = ReportQueryDataOutputToJSONTyped;
|
|
12292
|
+
exports.ReportQueryDateBucket = ReportQueryDateBucket;
|
|
12293
|
+
exports.ReportQueryDateBucketFromJSON = ReportQueryDateBucketFromJSON;
|
|
12294
|
+
exports.ReportQueryDateBucketFromJSONTyped = ReportQueryDateBucketFromJSONTyped;
|
|
12295
|
+
exports.ReportQueryDateBucketToJSON = ReportQueryDateBucketToJSON;
|
|
12296
|
+
exports.ReportQueryDateBucketToJSONTyped = ReportQueryDateBucketToJSONTyped;
|
|
12297
|
+
exports.ReportQueryDefinitionChartEnum = ReportQueryDefinitionChartEnum;
|
|
12298
|
+
exports.ReportQueryDefinitionFromJSON = ReportQueryDefinitionFromJSON;
|
|
12299
|
+
exports.ReportQueryDefinitionFromJSONTyped = ReportQueryDefinitionFromJSONTyped;
|
|
12300
|
+
exports.ReportQueryDefinitionSourceEnum = ReportQueryDefinitionSourceEnum;
|
|
12301
|
+
exports.ReportQueryDefinitionToJSON = ReportQueryDefinitionToJSON;
|
|
12302
|
+
exports.ReportQueryDefinitionToJSONTyped = ReportQueryDefinitionToJSONTyped;
|
|
12303
|
+
exports.ReportQueryDimensionBucketEnum = ReportQueryDimensionBucketEnum;
|
|
12304
|
+
exports.ReportQueryDimensionFromJSON = ReportQueryDimensionFromJSON;
|
|
12305
|
+
exports.ReportQueryDimensionFromJSONTyped = ReportQueryDimensionFromJSONTyped;
|
|
12306
|
+
exports.ReportQueryDimensionNormalizeEnum = ReportQueryDimensionNormalizeEnum;
|
|
12307
|
+
exports.ReportQueryDimensionToJSON = ReportQueryDimensionToJSON;
|
|
12308
|
+
exports.ReportQueryDimensionToJSONTyped = ReportQueryDimensionToJSONTyped;
|
|
12309
|
+
exports.ReportQueryDtoFromJSON = ReportQueryDtoFromJSON;
|
|
12310
|
+
exports.ReportQueryDtoFromJSONTyped = ReportQueryDtoFromJSONTyped;
|
|
12311
|
+
exports.ReportQueryDtoToJSON = ReportQueryDtoToJSON;
|
|
12312
|
+
exports.ReportQueryDtoToJSONTyped = ReportQueryDtoToJSONTyped;
|
|
12313
|
+
exports.ReportQueryFieldType = ReportQueryFieldType;
|
|
12314
|
+
exports.ReportQueryFieldTypeFromJSON = ReportQueryFieldTypeFromJSON;
|
|
12315
|
+
exports.ReportQueryFieldTypeFromJSONTyped = ReportQueryFieldTypeFromJSONTyped;
|
|
12316
|
+
exports.ReportQueryFieldTypeToJSON = ReportQueryFieldTypeToJSON;
|
|
12317
|
+
exports.ReportQueryFieldTypeToJSONTyped = ReportQueryFieldTypeToJSONTyped;
|
|
12318
|
+
exports.ReportQueryFilterFromJSON = ReportQueryFilterFromJSON;
|
|
12319
|
+
exports.ReportQueryFilterFromJSONTyped = ReportQueryFilterFromJSONTyped;
|
|
12320
|
+
exports.ReportQueryFilterOpEnum = ReportQueryFilterOpEnum;
|
|
12321
|
+
exports.ReportQueryFilterOperator = ReportQueryFilterOperator;
|
|
12322
|
+
exports.ReportQueryFilterOperatorFromJSON = ReportQueryFilterOperatorFromJSON;
|
|
12323
|
+
exports.ReportQueryFilterOperatorFromJSONTyped = ReportQueryFilterOperatorFromJSONTyped;
|
|
12324
|
+
exports.ReportQueryFilterOperatorToJSON = ReportQueryFilterOperatorToJSON;
|
|
12325
|
+
exports.ReportQueryFilterOperatorToJSONTyped = ReportQueryFilterOperatorToJSONTyped;
|
|
12326
|
+
exports.ReportQueryFilterToJSON = ReportQueryFilterToJSON;
|
|
12327
|
+
exports.ReportQueryFilterToJSONTyped = ReportQueryFilterToJSONTyped;
|
|
12328
|
+
exports.ReportQueryInputFromJSON = ReportQueryInputFromJSON;
|
|
12329
|
+
exports.ReportQueryInputFromJSONTyped = ReportQueryInputFromJSONTyped;
|
|
12330
|
+
exports.ReportQueryInputToJSON = ReportQueryInputToJSON;
|
|
12331
|
+
exports.ReportQueryInputToJSONTyped = ReportQueryInputToJSONTyped;
|
|
12332
|
+
exports.ReportQueryListOutputFromJSON = ReportQueryListOutputFromJSON;
|
|
12333
|
+
exports.ReportQueryListOutputFromJSONTyped = ReportQueryListOutputFromJSONTyped;
|
|
12334
|
+
exports.ReportQueryListOutputToJSON = ReportQueryListOutputToJSON;
|
|
12335
|
+
exports.ReportQueryListOutputToJSONTyped = ReportQueryListOutputToJSONTyped;
|
|
12336
|
+
exports.ReportQueryMetricFromJSON = ReportQueryMetricFromJSON;
|
|
12337
|
+
exports.ReportQueryMetricFromJSONTyped = ReportQueryMetricFromJSONTyped;
|
|
12338
|
+
exports.ReportQueryMetricOpEnum = ReportQueryMetricOpEnum;
|
|
12339
|
+
exports.ReportQueryMetricOperation = ReportQueryMetricOperation;
|
|
12340
|
+
exports.ReportQueryMetricOperationFromJSON = ReportQueryMetricOperationFromJSON;
|
|
12341
|
+
exports.ReportQueryMetricOperationFromJSONTyped = ReportQueryMetricOperationFromJSONTyped;
|
|
12342
|
+
exports.ReportQueryMetricOperationToJSON = ReportQueryMetricOperationToJSON;
|
|
12343
|
+
exports.ReportQueryMetricOperationToJSONTyped = ReportQueryMetricOperationToJSONTyped;
|
|
12344
|
+
exports.ReportQueryMetricToJSON = ReportQueryMetricToJSON;
|
|
12345
|
+
exports.ReportQueryMetricToJSONTyped = ReportQueryMetricToJSONTyped;
|
|
12346
|
+
exports.ReportQueryNormalize = ReportQueryNormalize;
|
|
12347
|
+
exports.ReportQueryNormalizeFromJSON = ReportQueryNormalizeFromJSON;
|
|
12348
|
+
exports.ReportQueryNormalizeFromJSONTyped = ReportQueryNormalizeFromJSONTyped;
|
|
12349
|
+
exports.ReportQueryNormalizeToJSON = ReportQueryNormalizeToJSON;
|
|
12350
|
+
exports.ReportQueryNormalizeToJSONTyped = ReportQueryNormalizeToJSONTyped;
|
|
12351
|
+
exports.ReportQueryOutputFromJSON = ReportQueryOutputFromJSON;
|
|
12352
|
+
exports.ReportQueryOutputFromJSONTyped = ReportQueryOutputFromJSONTyped;
|
|
12353
|
+
exports.ReportQueryOutputToJSON = ReportQueryOutputToJSON;
|
|
12354
|
+
exports.ReportQueryOutputToJSONTyped = ReportQueryOutputToJSONTyped;
|
|
12355
|
+
exports.ReportQueryPreviewInputFromJSON = ReportQueryPreviewInputFromJSON;
|
|
12356
|
+
exports.ReportQueryPreviewInputFromJSONTyped = ReportQueryPreviewInputFromJSONTyped;
|
|
12357
|
+
exports.ReportQueryPreviewInputToJSON = ReportQueryPreviewInputToJSON;
|
|
12358
|
+
exports.ReportQueryPreviewInputToJSONTyped = ReportQueryPreviewInputToJSONTyped;
|
|
12359
|
+
exports.ReportQueryResultColumnFromJSON = ReportQueryResultColumnFromJSON;
|
|
12360
|
+
exports.ReportQueryResultColumnFromJSONTyped = ReportQueryResultColumnFromJSONTyped;
|
|
12361
|
+
exports.ReportQueryResultColumnToJSON = ReportQueryResultColumnToJSON;
|
|
12362
|
+
exports.ReportQueryResultColumnToJSONTyped = ReportQueryResultColumnToJSONTyped;
|
|
12363
|
+
exports.ReportQueryResultFromJSON = ReportQueryResultFromJSON;
|
|
12364
|
+
exports.ReportQueryResultFromJSONTyped = ReportQueryResultFromJSONTyped;
|
|
12365
|
+
exports.ReportQueryResultRowFromJSON = ReportQueryResultRowFromJSON;
|
|
12366
|
+
exports.ReportQueryResultRowFromJSONTyped = ReportQueryResultRowFromJSONTyped;
|
|
12367
|
+
exports.ReportQueryResultRowToJSON = ReportQueryResultRowToJSON;
|
|
12368
|
+
exports.ReportQueryResultRowToJSONTyped = ReportQueryResultRowToJSONTyped;
|
|
12369
|
+
exports.ReportQueryResultToJSON = ReportQueryResultToJSON;
|
|
12370
|
+
exports.ReportQueryResultToJSONTyped = ReportQueryResultToJSONTyped;
|
|
12371
|
+
exports.ReportQuerySeriesAxisEnum = ReportQuerySeriesAxisEnum;
|
|
12372
|
+
exports.ReportQuerySeriesChart = ReportQuerySeriesChart;
|
|
12373
|
+
exports.ReportQuerySeriesChartEnum = ReportQuerySeriesChartEnum;
|
|
12374
|
+
exports.ReportQuerySeriesChartFromJSON = ReportQuerySeriesChartFromJSON;
|
|
12375
|
+
exports.ReportQuerySeriesChartFromJSONTyped = ReportQuerySeriesChartFromJSONTyped;
|
|
12376
|
+
exports.ReportQuerySeriesChartToJSON = ReportQuerySeriesChartToJSON;
|
|
12377
|
+
exports.ReportQuerySeriesChartToJSONTyped = ReportQuerySeriesChartToJSONTyped;
|
|
12378
|
+
exports.ReportQuerySeriesFromJSON = ReportQuerySeriesFromJSON;
|
|
12379
|
+
exports.ReportQuerySeriesFromJSONTyped = ReportQuerySeriesFromJSONTyped;
|
|
12380
|
+
exports.ReportQuerySeriesSourceEnum = ReportQuerySeriesSourceEnum;
|
|
12381
|
+
exports.ReportQuerySeriesToJSON = ReportQuerySeriesToJSON;
|
|
12382
|
+
exports.ReportQuerySeriesToJSONTyped = ReportQuerySeriesToJSONTyped;
|
|
12383
|
+
exports.ReportQuerySource = ReportQuerySource;
|
|
12384
|
+
exports.ReportQuerySourceFromJSON = ReportQuerySourceFromJSON;
|
|
12385
|
+
exports.ReportQuerySourceFromJSONTyped = ReportQuerySourceFromJSONTyped;
|
|
12386
|
+
exports.ReportQuerySourceToJSON = ReportQuerySourceToJSON;
|
|
12387
|
+
exports.ReportQuerySourceToJSONTyped = ReportQuerySourceToJSONTyped;
|
|
11084
12388
|
exports.RequiredError = RequiredError;
|
|
11085
12389
|
exports.ResponseError = ResponseError;
|
|
11086
12390
|
exports.ReverseGeoCodingOutputFromJSON = ReverseGeoCodingOutputFromJSON;
|
|
@@ -11259,6 +12563,7 @@ exports.instanceOfArticleTypeORM = instanceOfArticleTypeORM;
|
|
|
11259
12563
|
exports.instanceOfAutoCompleteORM = instanceOfAutoCompleteORM;
|
|
11260
12564
|
exports.instanceOfAvailableArticlesDto = instanceOfAvailableArticlesDto;
|
|
11261
12565
|
exports.instanceOfAvailableArticlesOutput = instanceOfAvailableArticlesOutput;
|
|
12566
|
+
exports.instanceOfAxisGrid = instanceOfAxisGrid;
|
|
11262
12567
|
exports.instanceOfAxisTime = instanceOfAxisTime;
|
|
11263
12568
|
exports.instanceOfAxisTitle = instanceOfAxisTitle;
|
|
11264
12569
|
exports.instanceOfCalculateTourInput = instanceOfCalculateTourInput;
|
|
@@ -11274,7 +12579,7 @@ exports.instanceOfChartTitle = instanceOfChartTitle;
|
|
|
11274
12579
|
exports.instanceOfComputeRouteInput = instanceOfComputeRouteInput;
|
|
11275
12580
|
exports.instanceOfCoordDto = instanceOfCoordDto;
|
|
11276
12581
|
exports.instanceOfDataPoint = instanceOfDataPoint;
|
|
11277
|
-
exports.
|
|
12582
|
+
exports.instanceOfDef227 = instanceOfDef227;
|
|
11278
12583
|
exports.instanceOfHealthcheckStatusValue = instanceOfHealthcheckStatusValue;
|
|
11279
12584
|
exports.instanceOfInternalMapItemSearchResultORM = instanceOfInternalMapItemSearchResultORM;
|
|
11280
12585
|
exports.instanceOfItemDecorationDto = instanceOfItemDecorationDto;
|
|
@@ -11412,6 +12717,32 @@ exports.instanceOfReportDto = instanceOfReportDto;
|
|
|
11412
12717
|
exports.instanceOfReportListOutput = instanceOfReportListOutput;
|
|
11413
12718
|
exports.instanceOfReportORM = instanceOfReportORM;
|
|
11414
12719
|
exports.instanceOfReportOutput = instanceOfReportOutput;
|
|
12720
|
+
exports.instanceOfReportQueryAxis = instanceOfReportQueryAxis;
|
|
12721
|
+
exports.instanceOfReportQueryCatalogField = instanceOfReportQueryCatalogField;
|
|
12722
|
+
exports.instanceOfReportQueryCatalogOutput = instanceOfReportQueryCatalogOutput;
|
|
12723
|
+
exports.instanceOfReportQueryChart = instanceOfReportQueryChart;
|
|
12724
|
+
exports.instanceOfReportQueryDataDto = instanceOfReportQueryDataDto;
|
|
12725
|
+
exports.instanceOfReportQueryDataOutput = instanceOfReportQueryDataOutput;
|
|
12726
|
+
exports.instanceOfReportQueryDateBucket = instanceOfReportQueryDateBucket;
|
|
12727
|
+
exports.instanceOfReportQueryDefinition = instanceOfReportQueryDefinition;
|
|
12728
|
+
exports.instanceOfReportQueryDimension = instanceOfReportQueryDimension;
|
|
12729
|
+
exports.instanceOfReportQueryDto = instanceOfReportQueryDto;
|
|
12730
|
+
exports.instanceOfReportQueryFieldType = instanceOfReportQueryFieldType;
|
|
12731
|
+
exports.instanceOfReportQueryFilter = instanceOfReportQueryFilter;
|
|
12732
|
+
exports.instanceOfReportQueryFilterOperator = instanceOfReportQueryFilterOperator;
|
|
12733
|
+
exports.instanceOfReportQueryInput = instanceOfReportQueryInput;
|
|
12734
|
+
exports.instanceOfReportQueryListOutput = instanceOfReportQueryListOutput;
|
|
12735
|
+
exports.instanceOfReportQueryMetric = instanceOfReportQueryMetric;
|
|
12736
|
+
exports.instanceOfReportQueryMetricOperation = instanceOfReportQueryMetricOperation;
|
|
12737
|
+
exports.instanceOfReportQueryNormalize = instanceOfReportQueryNormalize;
|
|
12738
|
+
exports.instanceOfReportQueryOutput = instanceOfReportQueryOutput;
|
|
12739
|
+
exports.instanceOfReportQueryPreviewInput = instanceOfReportQueryPreviewInput;
|
|
12740
|
+
exports.instanceOfReportQueryResult = instanceOfReportQueryResult;
|
|
12741
|
+
exports.instanceOfReportQueryResultColumn = instanceOfReportQueryResultColumn;
|
|
12742
|
+
exports.instanceOfReportQueryResultRow = instanceOfReportQueryResultRow;
|
|
12743
|
+
exports.instanceOfReportQuerySeries = instanceOfReportQuerySeries;
|
|
12744
|
+
exports.instanceOfReportQuerySeriesChart = instanceOfReportQuerySeriesChart;
|
|
12745
|
+
exports.instanceOfReportQuerySource = instanceOfReportQuerySource;
|
|
11415
12746
|
exports.instanceOfReverseGeoCodingOutput = instanceOfReverseGeoCodingOutput;
|
|
11416
12747
|
exports.instanceOfRouteDto = instanceOfRouteDto;
|
|
11417
12748
|
exports.instanceOfRouteLegDto = instanceOfRouteLegDto;
|