@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.
Files changed (109) 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 +1482 -151
  5. package/dist/index.cjs.map +1 -1
  6. package/dist/index.d.ts +496 -9
  7. package/dist/index.mjs +1319 -147
  8. package/dist/index.mjs.map +1 -1
  9. package/dist/models/AxisGrid.d.ts +8 -0
  10. package/dist/models/AxisGrid.js +28 -0
  11. package/dist/models/AxisGrid.js.map +1 -0
  12. package/dist/models/ChartDataset.d.ts +1 -0
  13. package/dist/models/ChartDataset.js +2 -0
  14. package/dist/models/ChartDataset.js.map +1 -1
  15. package/dist/models/ChartScales.d.ts +1 -0
  16. package/dist/models/ChartScales.js +2 -0
  17. package/dist/models/ChartScales.js.map +1 -1
  18. package/dist/models/Def227.d.ts +8 -0
  19. package/dist/models/Def227.js +16 -0
  20. package/dist/models/{Def200.js.map → Def227.js.map} +1 -1
  21. package/dist/models/ReportAllItemsListOutput.d.ts +2 -2
  22. package/dist/models/ReportAllItemsListOutput.js +3 -3
  23. package/dist/models/ReportQueryAxis.d.ts +10 -0
  24. package/dist/models/ReportQueryAxis.js +27 -0
  25. package/dist/models/ReportQueryAxis.js.map +1 -0
  26. package/dist/models/ReportQueryCatalogField.d.ts +70 -0
  27. package/dist/models/ReportQueryCatalogField.js +108 -0
  28. package/dist/models/ReportQueryCatalogField.js.map +1 -0
  29. package/dist/models/ReportQueryCatalogOutput.d.ts +9 -0
  30. package/dist/models/ReportQueryCatalogOutput.js +29 -0
  31. package/dist/models/ReportQueryCatalogOutput.js.map +1 -0
  32. package/dist/models/ReportQueryChart.d.ts +13 -0
  33. package/dist/models/ReportQueryChart.js +30 -0
  34. package/dist/models/ReportQueryChart.js.map +1 -0
  35. package/dist/models/ReportQueryDataDto.d.ts +11 -0
  36. package/dist/models/ReportQueryDataDto.js +34 -0
  37. package/dist/models/ReportQueryDataDto.js.map +1 -0
  38. package/dist/models/ReportQueryDataOutput.d.ts +9 -0
  39. package/dist/models/ReportQueryDataOutput.js +29 -0
  40. package/dist/models/ReportQueryDataOutput.js.map +1 -0
  41. package/dist/models/ReportQueryDateBucket.d.ts +13 -0
  42. package/dist/models/ReportQueryDateBucket.js +30 -0
  43. package/dist/models/ReportQueryDateBucket.js.map +1 -0
  44. package/dist/models/ReportQueryDefinition.d.ts +37 -0
  45. package/dist/models/ReportQueryDefinition.js +64 -0
  46. package/dist/models/ReportQueryDefinition.js.map +1 -0
  47. package/dist/models/ReportQueryDimension.d.ts +25 -0
  48. package/dist/models/ReportQueryDimension.js +46 -0
  49. package/dist/models/ReportQueryDimension.js.map +1 -0
  50. package/dist/models/ReportQueryDto.d.ts +11 -0
  51. package/dist/models/ReportQueryDto.js +35 -0
  52. package/dist/models/ReportQueryDto.js.map +1 -0
  53. package/dist/models/ReportQueryFieldType.d.ts +13 -0
  54. package/dist/models/ReportQueryFieldType.js +30 -0
  55. package/dist/models/ReportQueryFieldType.js.map +1 -0
  56. package/dist/models/ReportQueryFilter.d.ts +25 -0
  57. package/dist/models/ReportQueryFilter.js +50 -0
  58. package/dist/models/ReportQueryFilter.js.map +1 -0
  59. package/dist/models/ReportQueryFilterOperator.d.ts +20 -0
  60. package/dist/models/ReportQueryFilterOperator.js +37 -0
  61. package/dist/models/ReportQueryFilterOperator.js.map +1 -0
  62. package/dist/models/ReportQueryInput.d.ts +10 -0
  63. package/dist/models/ReportQueryInput.js +33 -0
  64. package/dist/models/ReportQueryInput.js.map +1 -0
  65. package/dist/models/ReportQueryListOutput.d.ts +9 -0
  66. package/dist/models/ReportQueryListOutput.js +29 -0
  67. package/dist/models/ReportQueryListOutput.js.map +1 -0
  68. package/dist/models/ReportQueryMetric.d.ts +19 -0
  69. package/dist/models/ReportQueryMetric.js +40 -0
  70. package/dist/models/ReportQueryMetric.js.map +1 -0
  71. package/dist/models/ReportQueryMetricOperation.d.ts +14 -0
  72. package/dist/models/ReportQueryMetricOperation.js +31 -0
  73. package/dist/models/ReportQueryMetricOperation.js.map +1 -0
  74. package/dist/models/ReportQueryNormalize.d.ts +11 -0
  75. package/dist/models/ReportQueryNormalize.js +28 -0
  76. package/dist/models/ReportQueryNormalize.js.map +1 -0
  77. package/dist/models/ReportQueryOutput.d.ts +9 -0
  78. package/dist/models/ReportQueryOutput.js +29 -0
  79. package/dist/models/ReportQueryOutput.js.map +1 -0
  80. package/dist/models/ReportQueryPreviewInput.d.ts +11 -0
  81. package/dist/models/ReportQueryPreviewInput.js +37 -0
  82. package/dist/models/ReportQueryPreviewInput.js.map +1 -0
  83. package/dist/models/ReportQueryResult.d.ts +11 -0
  84. package/dist/models/ReportQueryResult.js +34 -0
  85. package/dist/models/ReportQueryResult.js.map +1 -0
  86. package/dist/models/ReportQueryResultColumn.d.ts +9 -0
  87. package/dist/models/ReportQueryResultColumn.js +32 -0
  88. package/dist/models/ReportQueryResultColumn.js.map +1 -0
  89. package/dist/models/ReportQueryResultRow.d.ts +10 -0
  90. package/dist/models/ReportQueryResultRow.js +36 -0
  91. package/dist/models/ReportQueryResultRow.js.map +1 -0
  92. package/dist/models/ReportQuerySeries.d.ts +35 -0
  93. package/dist/models/ReportQuerySeries.js +66 -0
  94. package/dist/models/ReportQuerySeries.js.map +1 -0
  95. package/dist/models/ReportQuerySeriesChart.d.ts +10 -0
  96. package/dist/models/ReportQuerySeriesChart.js +27 -0
  97. package/dist/models/ReportQuerySeriesChart.js.map +1 -0
  98. package/dist/models/ReportQuerySource.d.ts +11 -0
  99. package/dist/models/ReportQuerySource.js +28 -0
  100. package/dist/models/ReportQuerySource.js.map +1 -0
  101. package/dist/models/YAxisOptions.d.ts +3 -0
  102. package/dist/models/YAxisOptions.js +5 -0
  103. package/dist/models/YAxisOptions.js.map +1 -1
  104. package/dist/models/index.d.ts +28 -1
  105. package/dist/models/index.js +28 -1
  106. package/dist/models/index.js.map +1 -1
  107. package/package.json +1 -1
  108. package/dist/models/Def200.d.ts +0 -8
  109. package/dist/models/Def200.js +0 -16
package/dist/index.mjs CHANGED
@@ -711,6 +711,34 @@ function AvailableArticlesOutputToJSONTyped(value, ignoreDiscriminator = false)
711
711
  };
712
712
  }
713
713
 
714
+ function instanceOfAxisGrid(value) {
715
+ if (!('drawOnChartArea' in value) || value['drawOnChartArea'] === undefined)
716
+ return false;
717
+ return true;
718
+ }
719
+ function AxisGridFromJSON(json) {
720
+ return AxisGridFromJSONTyped(json);
721
+ }
722
+ function AxisGridFromJSONTyped(json, ignoreDiscriminator) {
723
+ if (json == null) {
724
+ return json;
725
+ }
726
+ return {
727
+ 'drawOnChartArea': json['drawOnChartArea'],
728
+ };
729
+ }
730
+ function AxisGridToJSON(json) {
731
+ return AxisGridToJSONTyped(json, false);
732
+ }
733
+ function AxisGridToJSONTyped(value, ignoreDiscriminator = false) {
734
+ if (value == null) {
735
+ return value;
736
+ }
737
+ return {
738
+ 'drawOnChartArea': value['drawOnChartArea'],
739
+ };
740
+ }
741
+
714
742
  function instanceOfAxisTime(value) {
715
743
  if (!('unit' in value) || value['unit'] === undefined)
716
744
  return false;
@@ -922,6 +950,7 @@ function ChartDatasetFromJSONTyped(json, ignoreDiscriminator) {
922
950
  'fill': json['fill'] == null ? undefined : json['fill'],
923
951
  'tension': json['tension'] == null ? undefined : json['tension'],
924
952
  'label': json['label'],
953
+ 'yAxisID': json['yAxisID'] == null ? undefined : json['yAxisID'],
925
954
  };
926
955
  }
927
956
  function ChartDatasetToJSON(json) {
@@ -940,6 +969,7 @@ function ChartDatasetToJSONTyped(value, ignoreDiscriminator = false) {
940
969
  'fill': value['fill'],
941
970
  'tension': value['tension'],
942
971
  'label': value['label'],
972
+ 'yAxisID': value['yAxisID'],
943
973
  };
944
974
  }
945
975
 
@@ -1120,6 +1150,8 @@ function YAxisOptionsFromJSONTyped(json, ignoreDiscriminator) {
1120
1150
  return {
1121
1151
  'beginAtZero': json['beginAtZero'],
1122
1152
  'title': AxisTitleFromJSON(json['title']),
1153
+ 'position': json['position'] == null ? undefined : json['position'],
1154
+ 'grid': json['grid'] == null ? undefined : AxisGridFromJSON(json['grid']),
1123
1155
  };
1124
1156
  }
1125
1157
  function YAxisOptionsToJSON(json) {
@@ -1132,6 +1164,8 @@ function YAxisOptionsToJSONTyped(value, ignoreDiscriminator = false) {
1132
1164
  return {
1133
1165
  'beginAtZero': value['beginAtZero'],
1134
1166
  'title': AxisTitleToJSON(value['title']),
1167
+ 'position': value['position'],
1168
+ 'grid': AxisGridToJSON(value['grid']),
1135
1169
  };
1136
1170
  }
1137
1171
 
@@ -1152,6 +1186,7 @@ function ChartScalesFromJSONTyped(json, ignoreDiscriminator) {
1152
1186
  return {
1153
1187
  'y': YAxisOptionsFromJSON(json['y']),
1154
1188
  'x': XAxisOptionsFromJSON(json['x']),
1189
+ 'y2': json['y2'] == null ? undefined : YAxisOptionsFromJSON(json['y2']),
1155
1190
  };
1156
1191
  }
1157
1192
  function ChartScalesToJSON(json) {
@@ -1164,6 +1199,7 @@ function ChartScalesToJSONTyped(value, ignoreDiscriminator = false) {
1164
1199
  return {
1165
1200
  'y': YAxisOptionsToJSON(value['y']),
1166
1201
  'x': XAxisOptionsToJSON(value['x']),
1202
+ 'y2': YAxisOptionsToJSON(value['y2']),
1167
1203
  };
1168
1204
  }
1169
1205
 
@@ -1281,19 +1317,19 @@ function ComputeRouteInputToJSONTyped(value, ignoreDiscriminator = false) {
1281
1317
  };
1282
1318
  }
1283
1319
 
1284
- function instanceOfDef200(value) {
1320
+ function instanceOfDef227(value) {
1285
1321
  return true;
1286
1322
  }
1287
- function Def200FromJSON(json) {
1288
- return Def200FromJSONTyped(json);
1323
+ function Def227FromJSON(json) {
1324
+ return Def227FromJSONTyped(json);
1289
1325
  }
1290
- function Def200FromJSONTyped(json, ignoreDiscriminator) {
1326
+ function Def227FromJSONTyped(json, ignoreDiscriminator) {
1291
1327
  return json;
1292
1328
  }
1293
- function Def200ToJSON(json) {
1294
- return Def200ToJSONTyped(json, false);
1329
+ function Def227ToJSON(json) {
1330
+ return Def227ToJSONTyped(json, false);
1295
1331
  }
1296
- function Def200ToJSONTyped(value, ignoreDiscriminator = false) {
1332
+ function Def227ToJSONTyped(value, ignoreDiscriminator = false) {
1297
1333
  return value;
1298
1334
  }
1299
1335
 
@@ -5929,7 +5965,7 @@ function ReportAllItemsListOutputFromJSONTyped(json, ignoreDiscriminator) {
5929
5965
  return json;
5930
5966
  }
5931
5967
  return {
5932
- 'data': (json['data'].map(Def200FromJSON)),
5968
+ 'data': (json['data'].map(Def227FromJSON)),
5933
5969
  'pageInfo': PageInfoFromJSON(json['pageInfo']),
5934
5970
  };
5935
5971
  }
@@ -5941,7 +5977,7 @@ function ReportAllItemsListOutputToJSONTyped(value, ignoreDiscriminator = false)
5941
5977
  return value;
5942
5978
  }
5943
5979
  return {
5944
- 'data': (value['data'].map(Def200ToJSON)),
5980
+ 'data': (value['data'].map(Def227ToJSON)),
5945
5981
  'pageInfo': PageInfoToJSON(value['pageInfo']),
5946
5982
  };
5947
5983
  }
@@ -6574,281 +6610,1262 @@ function ReportOutputToJSONTyped(value, ignoreDiscriminator = false) {
6574
6610
  };
6575
6611
  }
6576
6612
 
6577
- function instanceOfReverseGeoCodingOutput(value) {
6578
- if (!('data' in value) || value['data'] === undefined)
6613
+ const ReportQueryAxis = {
6614
+ Y: 'y',
6615
+ Y2: 'y2'
6616
+ };
6617
+ function instanceOfReportQueryAxis(value) {
6618
+ for (const key in ReportQueryAxis) {
6619
+ if (Object.prototype.hasOwnProperty.call(ReportQueryAxis, key)) {
6620
+ if (ReportQueryAxis[key] === value) {
6621
+ return true;
6622
+ }
6623
+ }
6624
+ }
6625
+ return false;
6626
+ }
6627
+ function ReportQueryAxisFromJSON(json) {
6628
+ return ReportQueryAxisFromJSONTyped(json);
6629
+ }
6630
+ function ReportQueryAxisFromJSONTyped(json, ignoreDiscriminator) {
6631
+ return json;
6632
+ }
6633
+ function ReportQueryAxisToJSON(value) {
6634
+ return value;
6635
+ }
6636
+ function ReportQueryAxisToJSONTyped(value, ignoreDiscriminator) {
6637
+ return value;
6638
+ }
6639
+
6640
+ const ReportQueryCatalogFieldTypeEnum = {
6641
+ Number: 'number',
6642
+ Boolean: 'boolean',
6643
+ Category: 'category',
6644
+ Text: 'text',
6645
+ Date: 'date'
6646
+ };
6647
+ const ReportQueryCatalogFieldSourcesEnum = {
6648
+ Items: 'items',
6649
+ Articles: 'articles',
6650
+ StateHistory: 'state_history'
6651
+ };
6652
+ const ReportQueryCatalogFieldMetricOperationsEnum = {
6653
+ Count: 'count',
6654
+ CountDistinct: 'count_distinct',
6655
+ Sum: 'sum',
6656
+ Avg: 'avg',
6657
+ Min: 'min',
6658
+ Max: 'max'
6659
+ };
6660
+ const ReportQueryCatalogFieldFilterOperatorsEnum = {
6661
+ Contains: 'contains',
6662
+ NotContains: 'not_contains',
6663
+ Eq: 'eq',
6664
+ Neq: 'neq',
6665
+ In: 'in',
6666
+ NotIn: 'not_in',
6667
+ Gt: 'gt',
6668
+ Gte: 'gte',
6669
+ Lt: 'lt',
6670
+ Lte: 'lte',
6671
+ IsEmpty: 'is_empty',
6672
+ IsNotEmpty: 'is_not_empty'
6673
+ };
6674
+ const ReportQueryCatalogFieldBucketsEnum = {
6675
+ Day: 'day',
6676
+ Week: 'week',
6677
+ Month: 'month',
6678
+ Quarter: 'quarter',
6679
+ Year: 'year'
6680
+ };
6681
+ const ReportQueryCatalogFieldSuggestedNormalizeEnum = {
6682
+ None: 'none',
6683
+ TrimCase: 'trim_case',
6684
+ Ipp: 'ipp'
6685
+ };
6686
+ function instanceOfReportQueryCatalogField(value) {
6687
+ if (!('id' in value) || value['id'] === undefined)
6688
+ return false;
6689
+ if (!('label' in value) || value['label'] === undefined)
6690
+ return false;
6691
+ if (!('type' in value) || value['type'] === undefined)
6692
+ return false;
6693
+ if (!('group' in value) || value['group'] === undefined)
6694
+ return false;
6695
+ if (!('sources' in value) || value['sources'] === undefined)
6696
+ return false;
6697
+ if (!('canBeDimension' in value) || value['canBeDimension'] === undefined)
6698
+ return false;
6699
+ if (!('metricOperations' in value) || value['metricOperations'] === undefined)
6700
+ return false;
6701
+ if (!('filterOperators' in value) || value['filterOperators'] === undefined)
6579
6702
  return false;
6580
6703
  return true;
6581
6704
  }
6582
- function ReverseGeoCodingOutputFromJSON(json) {
6583
- return ReverseGeoCodingOutputFromJSONTyped(json);
6705
+ function ReportQueryCatalogFieldFromJSON(json) {
6706
+ return ReportQueryCatalogFieldFromJSONTyped(json);
6584
6707
  }
6585
- function ReverseGeoCodingOutputFromJSONTyped(json, ignoreDiscriminator) {
6708
+ function ReportQueryCatalogFieldFromJSONTyped(json, ignoreDiscriminator) {
6586
6709
  if (json == null) {
6587
6710
  return json;
6588
6711
  }
6589
6712
  return {
6590
- 'data': json['data'],
6713
+ 'id': json['id'],
6714
+ 'label': json['label'],
6715
+ 'type': json['type'],
6716
+ 'group': json['group'],
6717
+ 'itemTypeId': json['itemTypeId'] == null ? undefined : json['itemTypeId'],
6718
+ 'sources': json['sources'],
6719
+ 'canBeDimension': json['canBeDimension'],
6720
+ 'metricOperations': json['metricOperations'],
6721
+ 'filterOperators': json['filterOperators'],
6722
+ 'buckets': json['buckets'] == null ? undefined : json['buckets'],
6723
+ 'suggestedNormalize': json['suggestedNormalize'] == null ? undefined : json['suggestedNormalize'],
6591
6724
  };
6592
6725
  }
6593
- function ReverseGeoCodingOutputToJSON(json) {
6594
- return ReverseGeoCodingOutputToJSONTyped(json, false);
6726
+ function ReportQueryCatalogFieldToJSON(json) {
6727
+ return ReportQueryCatalogFieldToJSONTyped(json, false);
6595
6728
  }
6596
- function ReverseGeoCodingOutputToJSONTyped(value, ignoreDiscriminator = false) {
6729
+ function ReportQueryCatalogFieldToJSONTyped(value, ignoreDiscriminator = false) {
6597
6730
  if (value == null) {
6598
6731
  return value;
6599
6732
  }
6600
6733
  return {
6601
- 'data': value['data'],
6734
+ 'id': value['id'],
6735
+ 'label': value['label'],
6736
+ 'type': value['type'],
6737
+ 'group': value['group'],
6738
+ 'itemTypeId': value['itemTypeId'],
6739
+ 'sources': value['sources'],
6740
+ 'canBeDimension': value['canBeDimension'],
6741
+ 'metricOperations': value['metricOperations'],
6742
+ 'filterOperators': value['filterOperators'],
6743
+ 'buckets': value['buckets'],
6744
+ 'suggestedNormalize': value['suggestedNormalize'],
6602
6745
  };
6603
6746
  }
6604
6747
 
6605
- function instanceOfRouteStepDto(value) {
6606
- if (!('instruction' in value) || value['instruction'] === undefined)
6607
- return false;
6608
- if (!('distanceMeters' in value) || value['distanceMeters'] === undefined)
6609
- return false;
6610
- if (!('durationSeconds' in value) || value['durationSeconds'] === undefined)
6748
+ function instanceOfReportQueryCatalogOutput(value) {
6749
+ if (!('data' in value) || value['data'] === undefined)
6611
6750
  return false;
6612
6751
  return true;
6613
6752
  }
6614
- function RouteStepDtoFromJSON(json) {
6615
- return RouteStepDtoFromJSONTyped(json);
6753
+ function ReportQueryCatalogOutputFromJSON(json) {
6754
+ return ReportQueryCatalogOutputFromJSONTyped(json);
6616
6755
  }
6617
- function RouteStepDtoFromJSONTyped(json, ignoreDiscriminator) {
6756
+ function ReportQueryCatalogOutputFromJSONTyped(json, ignoreDiscriminator) {
6618
6757
  if (json == null) {
6619
6758
  return json;
6620
6759
  }
6621
6760
  return {
6622
- 'instruction': json['instruction'],
6623
- 'distanceMeters': json['distanceMeters'],
6624
- 'durationSeconds': json['durationSeconds'],
6625
- 'maneuver': json['maneuver'] == null ? undefined : json['maneuver'],
6761
+ 'data': (json['data'].map(ReportQueryCatalogFieldFromJSON)),
6626
6762
  };
6627
6763
  }
6628
- function RouteStepDtoToJSON(json) {
6629
- return RouteStepDtoToJSONTyped(json, false);
6764
+ function ReportQueryCatalogOutputToJSON(json) {
6765
+ return ReportQueryCatalogOutputToJSONTyped(json, false);
6630
6766
  }
6631
- function RouteStepDtoToJSONTyped(value, ignoreDiscriminator = false) {
6767
+ function ReportQueryCatalogOutputToJSONTyped(value, ignoreDiscriminator = false) {
6632
6768
  if (value == null) {
6633
6769
  return value;
6634
6770
  }
6635
6771
  return {
6636
- 'instruction': value['instruction'],
6637
- 'distanceMeters': value['distanceMeters'],
6638
- 'durationSeconds': value['durationSeconds'],
6639
- 'maneuver': value['maneuver'],
6772
+ 'data': (value['data'].map(ReportQueryCatalogFieldToJSON)),
6640
6773
  };
6641
6774
  }
6642
6775
 
6643
- function instanceOfRouteLegDto(value) {
6644
- if (!('distanceMeters' in value) || value['distanceMeters'] === undefined)
6776
+ const ReportQueryChart = {
6777
+ Bar: 'bar',
6778
+ Line: 'line',
6779
+ Pie: 'pie',
6780
+ StackedBar: 'stacked_bar',
6781
+ Table: 'table'
6782
+ };
6783
+ function instanceOfReportQueryChart(value) {
6784
+ for (const key in ReportQueryChart) {
6785
+ if (Object.prototype.hasOwnProperty.call(ReportQueryChart, key)) {
6786
+ if (ReportQueryChart[key] === value) {
6787
+ return true;
6788
+ }
6789
+ }
6790
+ }
6791
+ return false;
6792
+ }
6793
+ function ReportQueryChartFromJSON(json) {
6794
+ return ReportQueryChartFromJSONTyped(json);
6795
+ }
6796
+ function ReportQueryChartFromJSONTyped(json, ignoreDiscriminator) {
6797
+ return json;
6798
+ }
6799
+ function ReportQueryChartToJSON(value) {
6800
+ return value;
6801
+ }
6802
+ function ReportQueryChartToJSONTyped(value, ignoreDiscriminator) {
6803
+ return value;
6804
+ }
6805
+
6806
+ function instanceOfReportQueryResultRow(value) {
6807
+ if (!('keys' in value) || value['keys'] === undefined)
6645
6808
  return false;
6646
- if (!('durationSeconds' in value) || value['durationSeconds'] === undefined)
6809
+ if (!('labels' in value) || value['labels'] === undefined)
6647
6810
  return false;
6648
- if (!('steps' in value) || value['steps'] === undefined)
6811
+ if (!('values' in value) || value['values'] === undefined)
6649
6812
  return false;
6650
6813
  return true;
6651
6814
  }
6652
- function RouteLegDtoFromJSON(json) {
6653
- return RouteLegDtoFromJSONTyped(json);
6815
+ function ReportQueryResultRowFromJSON(json) {
6816
+ return ReportQueryResultRowFromJSONTyped(json);
6654
6817
  }
6655
- function RouteLegDtoFromJSONTyped(json, ignoreDiscriminator) {
6818
+ function ReportQueryResultRowFromJSONTyped(json, ignoreDiscriminator) {
6656
6819
  if (json == null) {
6657
6820
  return json;
6658
6821
  }
6659
6822
  return {
6660
- 'distanceMeters': json['distanceMeters'],
6661
- 'durationSeconds': json['durationSeconds'],
6662
- 'steps': (json['steps'].map(RouteStepDtoFromJSON)),
6823
+ 'keys': json['keys'],
6824
+ 'labels': json['labels'],
6825
+ 'values': json['values'],
6663
6826
  };
6664
6827
  }
6665
- function RouteLegDtoToJSON(json) {
6666
- return RouteLegDtoToJSONTyped(json, false);
6828
+ function ReportQueryResultRowToJSON(json) {
6829
+ return ReportQueryResultRowToJSONTyped(json, false);
6667
6830
  }
6668
- function RouteLegDtoToJSONTyped(value, ignoreDiscriminator = false) {
6831
+ function ReportQueryResultRowToJSONTyped(value, ignoreDiscriminator = false) {
6669
6832
  if (value == null) {
6670
6833
  return value;
6671
6834
  }
6672
6835
  return {
6673
- 'distanceMeters': value['distanceMeters'],
6674
- 'durationSeconds': value['durationSeconds'],
6675
- 'steps': (value['steps'].map(RouteStepDtoToJSON)),
6836
+ 'keys': value['keys'],
6837
+ 'labels': value['labels'],
6838
+ 'values': value['values'],
6676
6839
  };
6677
6840
  }
6678
6841
 
6679
- function instanceOfRouteDto(value) {
6680
- if (!('travelMode' in value) || value['travelMode'] === undefined)
6681
- return false;
6682
- if (!('distanceMeters' in value) || value['distanceMeters'] === undefined)
6842
+ function instanceOfReportQueryResultColumn(value) {
6843
+ if (!('label' in value) || value['label'] === undefined)
6683
6844
  return false;
6684
- if (!('durationSeconds' in value) || value['durationSeconds'] === undefined)
6845
+ if (!('kind' in value) || value['kind'] === undefined)
6685
6846
  return false;
6686
- if (!('path' in value) || value['path'] === undefined)
6847
+ return true;
6848
+ }
6849
+ function ReportQueryResultColumnFromJSON(json) {
6850
+ return ReportQueryResultColumnFromJSONTyped(json);
6851
+ }
6852
+ function ReportQueryResultColumnFromJSONTyped(json, ignoreDiscriminator) {
6853
+ if (json == null) {
6854
+ return json;
6855
+ }
6856
+ return {
6857
+ 'label': json['label'],
6858
+ 'kind': json['kind'],
6859
+ };
6860
+ }
6861
+ function ReportQueryResultColumnToJSON(json) {
6862
+ return ReportQueryResultColumnToJSONTyped(json, false);
6863
+ }
6864
+ function ReportQueryResultColumnToJSONTyped(value, ignoreDiscriminator = false) {
6865
+ if (value == null) {
6866
+ return value;
6867
+ }
6868
+ return {
6869
+ 'label': value['label'],
6870
+ 'kind': value['kind'],
6871
+ };
6872
+ }
6873
+
6874
+ function instanceOfReportQueryResult(value) {
6875
+ if (!('columns' in value) || value['columns'] === undefined)
6687
6876
  return false;
6688
- if (!('legs' in value) || value['legs'] === undefined)
6877
+ if (!('rows' in value) || value['rows'] === undefined)
6689
6878
  return false;
6690
6879
  return true;
6691
6880
  }
6692
- function RouteDtoFromJSON(json) {
6693
- return RouteDtoFromJSONTyped(json);
6881
+ function ReportQueryResultFromJSON(json) {
6882
+ return ReportQueryResultFromJSONTyped(json);
6694
6883
  }
6695
- function RouteDtoFromJSONTyped(json, ignoreDiscriminator) {
6884
+ function ReportQueryResultFromJSONTyped(json, ignoreDiscriminator) {
6696
6885
  if (json == null) {
6697
6886
  return json;
6698
6887
  }
6699
6888
  return {
6700
- 'travelMode': json['travelMode'],
6701
- 'distanceMeters': json['distanceMeters'],
6702
- 'durationSeconds': json['durationSeconds'],
6703
- 'path': (json['path'].map(CoordDtoFromJSON)),
6704
- 'legs': (json['legs'].map(RouteLegDtoFromJSON)),
6889
+ 'columns': (json['columns'].map(ReportQueryResultColumnFromJSON)),
6890
+ 'rows': (json['rows'].map(ReportQueryResultRowFromJSON)),
6705
6891
  };
6706
6892
  }
6707
- function RouteDtoToJSON(json) {
6708
- return RouteDtoToJSONTyped(json, false);
6893
+ function ReportQueryResultToJSON(json) {
6894
+ return ReportQueryResultToJSONTyped(json, false);
6709
6895
  }
6710
- function RouteDtoToJSONTyped(value, ignoreDiscriminator = false) {
6896
+ function ReportQueryResultToJSONTyped(value, ignoreDiscriminator = false) {
6711
6897
  if (value == null) {
6712
6898
  return value;
6713
6899
  }
6714
6900
  return {
6715
- 'travelMode': value['travelMode'],
6716
- 'distanceMeters': value['distanceMeters'],
6717
- 'durationSeconds': value['durationSeconds'],
6718
- 'path': (value['path'].map(CoordDtoToJSON)),
6719
- 'legs': (value['legs'].map(RouteLegDtoToJSON)),
6901
+ 'columns': (value['columns'].map(ReportQueryResultColumnToJSON)),
6902
+ 'rows': (value['rows'].map(ReportQueryResultRowToJSON)),
6720
6903
  };
6721
6904
  }
6722
6905
 
6723
- function instanceOfRouteOutput(value) {
6724
- if (!('data' in value) || value['data'] === undefined)
6906
+ function instanceOfReportQueryDataDto(value) {
6907
+ if (!('table' in value) || value['table'] === undefined)
6908
+ return false;
6909
+ if (!('chart' in value) || value['chart'] === undefined)
6725
6910
  return false;
6726
6911
  return true;
6727
6912
  }
6728
- function RouteOutputFromJSON(json) {
6729
- return RouteOutputFromJSONTyped(json);
6913
+ function ReportQueryDataDtoFromJSON(json) {
6914
+ return ReportQueryDataDtoFromJSONTyped(json);
6730
6915
  }
6731
- function RouteOutputFromJSONTyped(json, ignoreDiscriminator) {
6916
+ function ReportQueryDataDtoFromJSONTyped(json, ignoreDiscriminator) {
6732
6917
  if (json == null) {
6733
6918
  return json;
6734
6919
  }
6735
6920
  return {
6736
- 'data': RouteDtoFromJSON(json['data']),
6921
+ 'table': ReportQueryResultFromJSON(json['table']),
6922
+ 'chart': ReportDataJSONDtoFromJSON(json['chart']),
6737
6923
  };
6738
6924
  }
6739
- function RouteOutputToJSON(json) {
6740
- return RouteOutputToJSONTyped(json, false);
6925
+ function ReportQueryDataDtoToJSON(json) {
6926
+ return ReportQueryDataDtoToJSONTyped(json, false);
6741
6927
  }
6742
- function RouteOutputToJSONTyped(value, ignoreDiscriminator = false) {
6928
+ function ReportQueryDataDtoToJSONTyped(value, ignoreDiscriminator = false) {
6743
6929
  if (value == null) {
6744
6930
  return value;
6745
6931
  }
6746
6932
  return {
6747
- 'data': RouteDtoToJSON(value['data']),
6933
+ 'table': ReportQueryResultToJSON(value['table']),
6934
+ 'chart': ReportDataJSONDtoToJSON(value['chart']),
6748
6935
  };
6749
6936
  }
6750
6937
 
6751
- const RouteTravelMode = {
6752
- Walk: 'WALK',
6753
- Drive: 'DRIVE'
6754
- };
6755
- function instanceOfRouteTravelMode(value) {
6756
- for (const key in RouteTravelMode) {
6757
- if (Object.prototype.hasOwnProperty.call(RouteTravelMode, key)) {
6758
- if (RouteTravelMode[key] === value) {
6759
- return true;
6760
- }
6761
- }
6762
- }
6763
- return false;
6938
+ function instanceOfReportQueryDataOutput(value) {
6939
+ if (!('data' in value) || value['data'] === undefined)
6940
+ return false;
6941
+ return true;
6764
6942
  }
6765
- function RouteTravelModeFromJSON(json) {
6766
- return RouteTravelModeFromJSONTyped(json);
6943
+ function ReportQueryDataOutputFromJSON(json) {
6944
+ return ReportQueryDataOutputFromJSONTyped(json);
6767
6945
  }
6768
- function RouteTravelModeFromJSONTyped(json, ignoreDiscriminator) {
6769
- return json;
6946
+ function ReportQueryDataOutputFromJSONTyped(json, ignoreDiscriminator) {
6947
+ if (json == null) {
6948
+ return json;
6949
+ }
6950
+ return {
6951
+ 'data': ReportQueryDataDtoFromJSON(json['data']),
6952
+ };
6770
6953
  }
6771
- function RouteTravelModeToJSON(value) {
6772
- return value;
6954
+ function ReportQueryDataOutputToJSON(json) {
6955
+ return ReportQueryDataOutputToJSONTyped(json, false);
6773
6956
  }
6774
- function RouteTravelModeToJSONTyped(value, ignoreDiscriminator) {
6775
- return value;
6957
+ function ReportQueryDataOutputToJSONTyped(value, ignoreDiscriminator = false) {
6958
+ if (value == null) {
6959
+ return value;
6960
+ }
6961
+ return {
6962
+ 'data': ReportQueryDataDtoToJSON(value['data']),
6963
+ };
6776
6964
  }
6777
6965
 
6778
- const SEARCHSECTIONS = {
6779
- SearchHistory: 'searchHistory',
6780
- MapItem: 'mapItem',
6781
- Location: 'location',
6782
- Street: 'street'
6966
+ const ReportQueryDateBucket = {
6967
+ Day: 'day',
6968
+ Week: 'week',
6969
+ Month: 'month',
6970
+ Quarter: 'quarter',
6971
+ Year: 'year'
6783
6972
  };
6784
- function instanceOfSEARCHSECTIONS(value) {
6785
- for (const key in SEARCHSECTIONS) {
6786
- if (Object.prototype.hasOwnProperty.call(SEARCHSECTIONS, key)) {
6787
- if (SEARCHSECTIONS[key] === value) {
6973
+ function instanceOfReportQueryDateBucket(value) {
6974
+ for (const key in ReportQueryDateBucket) {
6975
+ if (Object.prototype.hasOwnProperty.call(ReportQueryDateBucket, key)) {
6976
+ if (ReportQueryDateBucket[key] === value) {
6788
6977
  return true;
6789
6978
  }
6790
6979
  }
6791
6980
  }
6792
6981
  return false;
6793
6982
  }
6794
- function SEARCHSECTIONSFromJSON(json) {
6795
- return SEARCHSECTIONSFromJSONTyped(json);
6983
+ function ReportQueryDateBucketFromJSON(json) {
6984
+ return ReportQueryDateBucketFromJSONTyped(json);
6796
6985
  }
6797
- function SEARCHSECTIONSFromJSONTyped(json, ignoreDiscriminator) {
6986
+ function ReportQueryDateBucketFromJSONTyped(json, ignoreDiscriminator) {
6798
6987
  return json;
6799
6988
  }
6800
- function SEARCHSECTIONSToJSON(value) {
6989
+ function ReportQueryDateBucketToJSON(value) {
6801
6990
  return value;
6802
6991
  }
6803
- function SEARCHSECTIONSToJSONTyped(value, ignoreDiscriminator) {
6992
+ function ReportQueryDateBucketToJSONTyped(value, ignoreDiscriminator) {
6804
6993
  return value;
6805
6994
  }
6806
6995
 
6807
- function instanceOfSearchORM(value) {
6808
- if (!('mapItemOrm' in value) || value['mapItemOrm'] === undefined)
6809
- return false;
6810
- if (!('locationOrm' in value) || value['locationOrm'] === undefined)
6811
- return false;
6812
- if (!('relevance' in value) || value['relevance'] === undefined)
6996
+ const ReportQueryMetricOpEnum = {
6997
+ Count: 'count',
6998
+ CountDistinct: 'count_distinct',
6999
+ Sum: 'sum',
7000
+ Avg: 'avg',
7001
+ Min: 'min',
7002
+ Max: 'max'
7003
+ };
7004
+ function instanceOfReportQueryMetric(value) {
7005
+ if (!('op' in value) || value['op'] === undefined)
6813
7006
  return false;
6814
7007
  return true;
6815
7008
  }
6816
- function SearchORMFromJSON(json) {
6817
- return SearchORMFromJSONTyped(json);
7009
+ function ReportQueryMetricFromJSON(json) {
7010
+ return ReportQueryMetricFromJSONTyped(json);
6818
7011
  }
6819
- function SearchORMFromJSONTyped(json, ignoreDiscriminator) {
7012
+ function ReportQueryMetricFromJSONTyped(json, ignoreDiscriminator) {
6820
7013
  if (json == null) {
6821
7014
  return json;
6822
7015
  }
6823
7016
  return {
6824
- 'mapItemOrm': json['mapItemOrm'],
6825
- 'locationOrm': json['locationOrm'],
6826
- 'relevance': json['relevance'],
7017
+ 'op': json['op'],
7018
+ 'field': json['field'] == null ? undefined : json['field'],
7019
+ 'label': json['label'] == null ? undefined : json['label'],
6827
7020
  };
6828
7021
  }
6829
- function SearchORMToJSON(json) {
6830
- return SearchORMToJSONTyped(json, false);
7022
+ function ReportQueryMetricToJSON(json) {
7023
+ return ReportQueryMetricToJSONTyped(json, false);
6831
7024
  }
6832
- function SearchORMToJSONTyped(value, ignoreDiscriminator = false) {
7025
+ function ReportQueryMetricToJSONTyped(value, ignoreDiscriminator = false) {
6833
7026
  if (value == null) {
6834
7027
  return value;
6835
7028
  }
6836
7029
  return {
6837
- 'mapItemOrm': value['mapItemOrm'],
6838
- 'locationOrm': value['locationOrm'],
6839
- 'relevance': value['relevance'],
7030
+ 'op': value['op'],
7031
+ 'field': value['field'],
7032
+ 'label': value['label'],
6840
7033
  };
6841
7034
  }
6842
7035
 
6843
- function instanceOfSearchResultDto(value) {
6844
- if (!('sections' in value) || value['sections'] === undefined)
7036
+ const ReportQueryFilterOpEnum = {
7037
+ Contains: 'contains',
7038
+ NotContains: 'not_contains',
7039
+ Eq: 'eq',
7040
+ Neq: 'neq',
7041
+ In: 'in',
7042
+ NotIn: 'not_in',
7043
+ Gt: 'gt',
7044
+ Gte: 'gte',
7045
+ Lt: 'lt',
7046
+ Lte: 'lte',
7047
+ IsEmpty: 'is_empty',
7048
+ IsNotEmpty: 'is_not_empty'
7049
+ };
7050
+ function instanceOfReportQueryFilter(value) {
7051
+ if (!('field' in value) || value['field'] === undefined)
7052
+ return false;
7053
+ if (!('op' in value) || value['op'] === undefined)
7054
+ return false;
7055
+ if (!('values' in value) || value['values'] === undefined)
6845
7056
  return false;
6846
7057
  return true;
6847
7058
  }
6848
- function SearchResultDtoFromJSON(json) {
6849
- return SearchResultDtoFromJSONTyped(json);
7059
+ function ReportQueryFilterFromJSON(json) {
7060
+ return ReportQueryFilterFromJSONTyped(json);
6850
7061
  }
6851
- function SearchResultDtoFromJSONTyped(json, ignoreDiscriminator) {
7062
+ function ReportQueryFilterFromJSONTyped(json, ignoreDiscriminator) {
7063
+ if (json == null) {
7064
+ return json;
7065
+ }
7066
+ return {
7067
+ 'field': json['field'],
7068
+ 'op': json['op'],
7069
+ 'values': json['values'],
7070
+ };
7071
+ }
7072
+ function ReportQueryFilterToJSON(json) {
7073
+ return ReportQueryFilterToJSONTyped(json, false);
7074
+ }
7075
+ function ReportQueryFilterToJSONTyped(value, ignoreDiscriminator = false) {
7076
+ if (value == null) {
7077
+ return value;
7078
+ }
7079
+ return {
7080
+ 'field': value['field'],
7081
+ 'op': value['op'],
7082
+ 'values': value['values'],
7083
+ };
7084
+ }
7085
+
7086
+ const ReportQueryDimensionBucketEnum = {
7087
+ Day: 'day',
7088
+ Week: 'week',
7089
+ Month: 'month',
7090
+ Quarter: 'quarter',
7091
+ Year: 'year'
7092
+ };
7093
+ const ReportQueryDimensionNormalizeEnum = {
7094
+ None: 'none',
7095
+ TrimCase: 'trim_case',
7096
+ Ipp: 'ipp'
7097
+ };
7098
+ function instanceOfReportQueryDimension(value) {
7099
+ if (!('field' in value) || value['field'] === undefined)
7100
+ return false;
7101
+ return true;
7102
+ }
7103
+ function ReportQueryDimensionFromJSON(json) {
7104
+ return ReportQueryDimensionFromJSONTyped(json);
7105
+ }
7106
+ function ReportQueryDimensionFromJSONTyped(json, ignoreDiscriminator) {
7107
+ if (json == null) {
7108
+ return json;
7109
+ }
7110
+ return {
7111
+ 'field': json['field'],
7112
+ 'bucket': json['bucket'] == null ? undefined : json['bucket'],
7113
+ 'normalize': json['normalize'] == null ? undefined : json['normalize'],
7114
+ 'includeEmpty': json['includeEmpty'] == null ? undefined : json['includeEmpty'],
7115
+ };
7116
+ }
7117
+ function ReportQueryDimensionToJSON(json) {
7118
+ return ReportQueryDimensionToJSONTyped(json, false);
7119
+ }
7120
+ function ReportQueryDimensionToJSONTyped(value, ignoreDiscriminator = false) {
7121
+ if (value == null) {
7122
+ return value;
7123
+ }
7124
+ return {
7125
+ 'field': value['field'],
7126
+ 'bucket': value['bucket'],
7127
+ 'normalize': value['normalize'],
7128
+ 'includeEmpty': value['includeEmpty'],
7129
+ };
7130
+ }
7131
+
7132
+ const ReportQuerySeriesSourceEnum = {
7133
+ Items: 'items',
7134
+ Articles: 'articles',
7135
+ StateHistory: 'state_history'
7136
+ };
7137
+ const ReportQuerySeriesChartEnum = {
7138
+ Bar: 'bar',
7139
+ Line: 'line'
7140
+ };
7141
+ const ReportQuerySeriesAxisEnum = {
7142
+ Y: 'y',
7143
+ Y2: 'y2'
7144
+ };
7145
+ function instanceOfReportQuerySeries(value) {
7146
+ if (!('source' in value) || value['source'] === undefined)
7147
+ return false;
7148
+ if (!('itemTypeIds' in value) || value['itemTypeIds'] === undefined)
7149
+ return false;
7150
+ if (!('filters' in value) || value['filters'] === undefined)
7151
+ return false;
7152
+ if (!('metric' in value) || value['metric'] === undefined)
7153
+ return false;
7154
+ return true;
7155
+ }
7156
+ function ReportQuerySeriesFromJSON(json) {
7157
+ return ReportQuerySeriesFromJSONTyped(json);
7158
+ }
7159
+ function ReportQuerySeriesFromJSONTyped(json, ignoreDiscriminator) {
7160
+ if (json == null) {
7161
+ return json;
7162
+ }
7163
+ return {
7164
+ 'label': json['label'] == null ? undefined : json['label'],
7165
+ 'source': json['source'],
7166
+ 'itemTypeIds': json['itemTypeIds'],
7167
+ 'filters': (json['filters'].map(ReportQueryFilterFromJSON)),
7168
+ 'metric': ReportQueryMetricFromJSON(json['metric']),
7169
+ 'splitBy': json['splitBy'] == null ? undefined : ReportQueryDimensionFromJSON(json['splitBy']),
7170
+ 'chart': json['chart'] == null ? undefined : json['chart'],
7171
+ 'color': json['color'] == null ? undefined : json['color'],
7172
+ 'axis': json['axis'] == null ? undefined : json['axis'],
7173
+ };
7174
+ }
7175
+ function ReportQuerySeriesToJSON(json) {
7176
+ return ReportQuerySeriesToJSONTyped(json, false);
7177
+ }
7178
+ function ReportQuerySeriesToJSONTyped(value, ignoreDiscriminator = false) {
7179
+ if (value == null) {
7180
+ return value;
7181
+ }
7182
+ return {
7183
+ 'label': value['label'],
7184
+ 'source': value['source'],
7185
+ 'itemTypeIds': value['itemTypeIds'],
7186
+ 'filters': (value['filters'].map(ReportQueryFilterToJSON)),
7187
+ 'metric': ReportQueryMetricToJSON(value['metric']),
7188
+ 'splitBy': ReportQueryDimensionToJSON(value['splitBy']),
7189
+ 'chart': value['chart'],
7190
+ 'color': value['color'],
7191
+ 'axis': value['axis'],
7192
+ };
7193
+ }
7194
+
7195
+ const ReportQueryDefinitionSourceEnum = {
7196
+ Items: 'items',
7197
+ Articles: 'articles',
7198
+ StateHistory: 'state_history'
7199
+ };
7200
+ const ReportQueryDefinitionChartEnum = {
7201
+ Bar: 'bar',
7202
+ Line: 'line',
7203
+ Pie: 'pie',
7204
+ StackedBar: 'stacked_bar',
7205
+ Table: 'table'
7206
+ };
7207
+ function instanceOfReportQueryDefinition(value) {
7208
+ return true;
7209
+ }
7210
+ function ReportQueryDefinitionFromJSON(json) {
7211
+ return ReportQueryDefinitionFromJSONTyped(json);
7212
+ }
7213
+ function ReportQueryDefinitionFromJSONTyped(json, ignoreDiscriminator) {
7214
+ if (json == null) {
7215
+ return json;
7216
+ }
7217
+ return {
7218
+ 'version': json['version'] == null ? undefined : json['version'],
7219
+ 'source': json['source'] == null ? undefined : json['source'],
7220
+ 'itemTypeIds': json['itemTypeIds'] == null ? undefined : json['itemTypeIds'],
7221
+ 'dimensions': json['dimensions'] == null ? undefined : (json['dimensions'].map(ReportQueryDimensionFromJSON)),
7222
+ 'metrics': json['metrics'] == null ? undefined : (json['metrics'].map(ReportQueryMetricFromJSON)),
7223
+ 'filters': json['filters'] == null ? undefined : (json['filters'].map(ReportQueryFilterFromJSON)),
7224
+ 'x': json['x'] == null ? undefined : ReportQueryDimensionFromJSON(json['x']),
7225
+ 'series': json['series'] == null ? undefined : (json['series'].map(ReportQuerySeriesFromJSON)),
7226
+ 'chart': json['chart'] == null ? undefined : json['chart'],
7227
+ 'labelX': json['labelX'] == null ? undefined : json['labelX'],
7228
+ 'labelY': json['labelY'] == null ? undefined : json['labelY'],
7229
+ 'labelY2': json['labelY2'] == null ? undefined : json['labelY2'],
7230
+ };
7231
+ }
7232
+ function ReportQueryDefinitionToJSON(json) {
7233
+ return ReportQueryDefinitionToJSONTyped(json, false);
7234
+ }
7235
+ function ReportQueryDefinitionToJSONTyped(value, ignoreDiscriminator = false) {
7236
+ if (value == null) {
7237
+ return value;
7238
+ }
7239
+ return {
7240
+ 'version': value['version'],
7241
+ 'source': value['source'],
7242
+ 'itemTypeIds': value['itemTypeIds'],
7243
+ 'dimensions': value['dimensions'] == null ? undefined : (value['dimensions'].map(ReportQueryDimensionToJSON)),
7244
+ 'metrics': value['metrics'] == null ? undefined : (value['metrics'].map(ReportQueryMetricToJSON)),
7245
+ 'filters': value['filters'] == null ? undefined : (value['filters'].map(ReportQueryFilterToJSON)),
7246
+ 'x': ReportQueryDimensionToJSON(value['x']),
7247
+ 'series': value['series'] == null ? undefined : (value['series'].map(ReportQuerySeriesToJSON)),
7248
+ 'chart': value['chart'],
7249
+ 'labelX': value['labelX'],
7250
+ 'labelY': value['labelY'],
7251
+ 'labelY2': value['labelY2'],
7252
+ };
7253
+ }
7254
+
7255
+ function instanceOfReportQueryDto(value) {
7256
+ if (!('id' in value) || value['id'] === undefined)
7257
+ return false;
7258
+ if (!('title' in value) || value['title'] === undefined)
7259
+ return false;
7260
+ return true;
7261
+ }
7262
+ function ReportQueryDtoFromJSON(json) {
7263
+ return ReportQueryDtoFromJSONTyped(json);
7264
+ }
7265
+ function ReportQueryDtoFromJSONTyped(json, ignoreDiscriminator) {
7266
+ if (json == null) {
7267
+ return json;
7268
+ }
7269
+ return {
7270
+ 'id': json['id'],
7271
+ 'title': json['title'],
7272
+ 'definition': json['definition'] == null ? undefined : ReportQueryDefinitionFromJSON(json['definition']),
7273
+ };
7274
+ }
7275
+ function ReportQueryDtoToJSON(json) {
7276
+ return ReportQueryDtoToJSONTyped(json, false);
7277
+ }
7278
+ function ReportQueryDtoToJSONTyped(value, ignoreDiscriminator = false) {
7279
+ if (value == null) {
7280
+ return value;
7281
+ }
7282
+ return {
7283
+ 'id': value['id'],
7284
+ 'title': value['title'],
7285
+ 'definition': ReportQueryDefinitionToJSON(value['definition']),
7286
+ };
7287
+ }
7288
+
7289
+ const ReportQueryFieldType = {
7290
+ Number: 'number',
7291
+ Boolean: 'boolean',
7292
+ Category: 'category',
7293
+ Text: 'text',
7294
+ Date: 'date'
7295
+ };
7296
+ function instanceOfReportQueryFieldType(value) {
7297
+ for (const key in ReportQueryFieldType) {
7298
+ if (Object.prototype.hasOwnProperty.call(ReportQueryFieldType, key)) {
7299
+ if (ReportQueryFieldType[key] === value) {
7300
+ return true;
7301
+ }
7302
+ }
7303
+ }
7304
+ return false;
7305
+ }
7306
+ function ReportQueryFieldTypeFromJSON(json) {
7307
+ return ReportQueryFieldTypeFromJSONTyped(json);
7308
+ }
7309
+ function ReportQueryFieldTypeFromJSONTyped(json, ignoreDiscriminator) {
7310
+ return json;
7311
+ }
7312
+ function ReportQueryFieldTypeToJSON(value) {
7313
+ return value;
7314
+ }
7315
+ function ReportQueryFieldTypeToJSONTyped(value, ignoreDiscriminator) {
7316
+ return value;
7317
+ }
7318
+
7319
+ const ReportQueryFilterOperator = {
7320
+ Contains: 'contains',
7321
+ NotContains: 'not_contains',
7322
+ Eq: 'eq',
7323
+ Neq: 'neq',
7324
+ In: 'in',
7325
+ NotIn: 'not_in',
7326
+ Gt: 'gt',
7327
+ Gte: 'gte',
7328
+ Lt: 'lt',
7329
+ Lte: 'lte',
7330
+ IsEmpty: 'is_empty',
7331
+ IsNotEmpty: 'is_not_empty'
7332
+ };
7333
+ function instanceOfReportQueryFilterOperator(value) {
7334
+ for (const key in ReportQueryFilterOperator) {
7335
+ if (Object.prototype.hasOwnProperty.call(ReportQueryFilterOperator, key)) {
7336
+ if (ReportQueryFilterOperator[key] === value) {
7337
+ return true;
7338
+ }
7339
+ }
7340
+ }
7341
+ return false;
7342
+ }
7343
+ function ReportQueryFilterOperatorFromJSON(json) {
7344
+ return ReportQueryFilterOperatorFromJSONTyped(json);
7345
+ }
7346
+ function ReportQueryFilterOperatorFromJSONTyped(json, ignoreDiscriminator) {
7347
+ return json;
7348
+ }
7349
+ function ReportQueryFilterOperatorToJSON(value) {
7350
+ return value;
7351
+ }
7352
+ function ReportQueryFilterOperatorToJSONTyped(value, ignoreDiscriminator) {
7353
+ return value;
7354
+ }
7355
+
7356
+ function instanceOfReportQueryInput(value) {
7357
+ if (!('title' in value) || value['title'] === undefined)
7358
+ return false;
7359
+ if (!('definition' in value) || value['definition'] === undefined)
7360
+ return false;
7361
+ return true;
7362
+ }
7363
+ function ReportQueryInputFromJSON(json) {
7364
+ return ReportQueryInputFromJSONTyped(json);
7365
+ }
7366
+ function ReportQueryInputFromJSONTyped(json, ignoreDiscriminator) {
7367
+ if (json == null) {
7368
+ return json;
7369
+ }
7370
+ return {
7371
+ 'title': json['title'],
7372
+ 'definition': ReportQueryDefinitionFromJSON(json['definition']),
7373
+ };
7374
+ }
7375
+ function ReportQueryInputToJSON(json) {
7376
+ return ReportQueryInputToJSONTyped(json, false);
7377
+ }
7378
+ function ReportQueryInputToJSONTyped(value, ignoreDiscriminator = false) {
7379
+ if (value == null) {
7380
+ return value;
7381
+ }
7382
+ return {
7383
+ 'title': value['title'],
7384
+ 'definition': ReportQueryDefinitionToJSON(value['definition']),
7385
+ };
7386
+ }
7387
+
7388
+ function instanceOfReportQueryListOutput(value) {
7389
+ if (!('data' in value) || value['data'] === undefined)
7390
+ return false;
7391
+ return true;
7392
+ }
7393
+ function ReportQueryListOutputFromJSON(json) {
7394
+ return ReportQueryListOutputFromJSONTyped(json);
7395
+ }
7396
+ function ReportQueryListOutputFromJSONTyped(json, ignoreDiscriminator) {
7397
+ if (json == null) {
7398
+ return json;
7399
+ }
7400
+ return {
7401
+ 'data': (json['data'].map(ReportQueryDtoFromJSON)),
7402
+ };
7403
+ }
7404
+ function ReportQueryListOutputToJSON(json) {
7405
+ return ReportQueryListOutputToJSONTyped(json, false);
7406
+ }
7407
+ function ReportQueryListOutputToJSONTyped(value, ignoreDiscriminator = false) {
7408
+ if (value == null) {
7409
+ return value;
7410
+ }
7411
+ return {
7412
+ 'data': (value['data'].map(ReportQueryDtoToJSON)),
7413
+ };
7414
+ }
7415
+
7416
+ const ReportQueryMetricOperation = {
7417
+ Count: 'count',
7418
+ CountDistinct: 'count_distinct',
7419
+ Sum: 'sum',
7420
+ Avg: 'avg',
7421
+ Min: 'min',
7422
+ Max: 'max'
7423
+ };
7424
+ function instanceOfReportQueryMetricOperation(value) {
7425
+ for (const key in ReportQueryMetricOperation) {
7426
+ if (Object.prototype.hasOwnProperty.call(ReportQueryMetricOperation, key)) {
7427
+ if (ReportQueryMetricOperation[key] === value) {
7428
+ return true;
7429
+ }
7430
+ }
7431
+ }
7432
+ return false;
7433
+ }
7434
+ function ReportQueryMetricOperationFromJSON(json) {
7435
+ return ReportQueryMetricOperationFromJSONTyped(json);
7436
+ }
7437
+ function ReportQueryMetricOperationFromJSONTyped(json, ignoreDiscriminator) {
7438
+ return json;
7439
+ }
7440
+ function ReportQueryMetricOperationToJSON(value) {
7441
+ return value;
7442
+ }
7443
+ function ReportQueryMetricOperationToJSONTyped(value, ignoreDiscriminator) {
7444
+ return value;
7445
+ }
7446
+
7447
+ const ReportQueryNormalize = {
7448
+ None: 'none',
7449
+ TrimCase: 'trim_case',
7450
+ Ipp: 'ipp'
7451
+ };
7452
+ function instanceOfReportQueryNormalize(value) {
7453
+ for (const key in ReportQueryNormalize) {
7454
+ if (Object.prototype.hasOwnProperty.call(ReportQueryNormalize, key)) {
7455
+ if (ReportQueryNormalize[key] === value) {
7456
+ return true;
7457
+ }
7458
+ }
7459
+ }
7460
+ return false;
7461
+ }
7462
+ function ReportQueryNormalizeFromJSON(json) {
7463
+ return ReportQueryNormalizeFromJSONTyped(json);
7464
+ }
7465
+ function ReportQueryNormalizeFromJSONTyped(json, ignoreDiscriminator) {
7466
+ return json;
7467
+ }
7468
+ function ReportQueryNormalizeToJSON(value) {
7469
+ return value;
7470
+ }
7471
+ function ReportQueryNormalizeToJSONTyped(value, ignoreDiscriminator) {
7472
+ return value;
7473
+ }
7474
+
7475
+ function instanceOfReportQueryOutput(value) {
7476
+ if (!('data' in value) || value['data'] === undefined)
7477
+ return false;
7478
+ return true;
7479
+ }
7480
+ function ReportQueryOutputFromJSON(json) {
7481
+ return ReportQueryOutputFromJSONTyped(json);
7482
+ }
7483
+ function ReportQueryOutputFromJSONTyped(json, ignoreDiscriminator) {
7484
+ if (json == null) {
7485
+ return json;
7486
+ }
7487
+ return {
7488
+ 'data': ReportQueryDtoFromJSON(json['data']),
7489
+ };
7490
+ }
7491
+ function ReportQueryOutputToJSON(json) {
7492
+ return ReportQueryOutputToJSONTyped(json, false);
7493
+ }
7494
+ function ReportQueryOutputToJSONTyped(value, ignoreDiscriminator = false) {
7495
+ if (value == null) {
7496
+ return value;
7497
+ }
7498
+ return {
7499
+ 'data': ReportQueryDtoToJSON(value['data']),
7500
+ };
7501
+ }
7502
+
7503
+ function instanceOfReportQueryPreviewInput(value) {
7504
+ if (!('definition' in value) || value['definition'] === undefined)
7505
+ return false;
7506
+ if (!('startDate' in value) || value['startDate'] === undefined)
7507
+ return false;
7508
+ if (!('endDate' in value) || value['endDate'] === undefined)
7509
+ return false;
7510
+ return true;
7511
+ }
7512
+ function ReportQueryPreviewInputFromJSON(json) {
7513
+ return ReportQueryPreviewInputFromJSONTyped(json);
7514
+ }
7515
+ function ReportQueryPreviewInputFromJSONTyped(json, ignoreDiscriminator) {
7516
+ if (json == null) {
7517
+ return json;
7518
+ }
7519
+ return {
7520
+ 'definition': ReportQueryDefinitionFromJSON(json['definition']),
7521
+ 'startDate': json['startDate'],
7522
+ 'endDate': json['endDate'],
7523
+ };
7524
+ }
7525
+ function ReportQueryPreviewInputToJSON(json) {
7526
+ return ReportQueryPreviewInputToJSONTyped(json, false);
7527
+ }
7528
+ function ReportQueryPreviewInputToJSONTyped(value, ignoreDiscriminator = false) {
7529
+ if (value == null) {
7530
+ return value;
7531
+ }
7532
+ return {
7533
+ 'definition': ReportQueryDefinitionToJSON(value['definition']),
7534
+ 'startDate': value['startDate'],
7535
+ 'endDate': value['endDate'],
7536
+ };
7537
+ }
7538
+
7539
+ const ReportQuerySeriesChart = {
7540
+ Bar: 'bar',
7541
+ Line: 'line'
7542
+ };
7543
+ function instanceOfReportQuerySeriesChart(value) {
7544
+ for (const key in ReportQuerySeriesChart) {
7545
+ if (Object.prototype.hasOwnProperty.call(ReportQuerySeriesChart, key)) {
7546
+ if (ReportQuerySeriesChart[key] === value) {
7547
+ return true;
7548
+ }
7549
+ }
7550
+ }
7551
+ return false;
7552
+ }
7553
+ function ReportQuerySeriesChartFromJSON(json) {
7554
+ return ReportQuerySeriesChartFromJSONTyped(json);
7555
+ }
7556
+ function ReportQuerySeriesChartFromJSONTyped(json, ignoreDiscriminator) {
7557
+ return json;
7558
+ }
7559
+ function ReportQuerySeriesChartToJSON(value) {
7560
+ return value;
7561
+ }
7562
+ function ReportQuerySeriesChartToJSONTyped(value, ignoreDiscriminator) {
7563
+ return value;
7564
+ }
7565
+
7566
+ const ReportQuerySource = {
7567
+ Items: 'items',
7568
+ Articles: 'articles',
7569
+ StateHistory: 'state_history'
7570
+ };
7571
+ function instanceOfReportQuerySource(value) {
7572
+ for (const key in ReportQuerySource) {
7573
+ if (Object.prototype.hasOwnProperty.call(ReportQuerySource, key)) {
7574
+ if (ReportQuerySource[key] === value) {
7575
+ return true;
7576
+ }
7577
+ }
7578
+ }
7579
+ return false;
7580
+ }
7581
+ function ReportQuerySourceFromJSON(json) {
7582
+ return ReportQuerySourceFromJSONTyped(json);
7583
+ }
7584
+ function ReportQuerySourceFromJSONTyped(json, ignoreDiscriminator) {
7585
+ return json;
7586
+ }
7587
+ function ReportQuerySourceToJSON(value) {
7588
+ return value;
7589
+ }
7590
+ function ReportQuerySourceToJSONTyped(value, ignoreDiscriminator) {
7591
+ return value;
7592
+ }
7593
+
7594
+ function instanceOfReverseGeoCodingOutput(value) {
7595
+ if (!('data' in value) || value['data'] === undefined)
7596
+ return false;
7597
+ return true;
7598
+ }
7599
+ function ReverseGeoCodingOutputFromJSON(json) {
7600
+ return ReverseGeoCodingOutputFromJSONTyped(json);
7601
+ }
7602
+ function ReverseGeoCodingOutputFromJSONTyped(json, ignoreDiscriminator) {
7603
+ if (json == null) {
7604
+ return json;
7605
+ }
7606
+ return {
7607
+ 'data': json['data'],
7608
+ };
7609
+ }
7610
+ function ReverseGeoCodingOutputToJSON(json) {
7611
+ return ReverseGeoCodingOutputToJSONTyped(json, false);
7612
+ }
7613
+ function ReverseGeoCodingOutputToJSONTyped(value, ignoreDiscriminator = false) {
7614
+ if (value == null) {
7615
+ return value;
7616
+ }
7617
+ return {
7618
+ 'data': value['data'],
7619
+ };
7620
+ }
7621
+
7622
+ function instanceOfRouteStepDto(value) {
7623
+ if (!('instruction' in value) || value['instruction'] === undefined)
7624
+ return false;
7625
+ if (!('distanceMeters' in value) || value['distanceMeters'] === undefined)
7626
+ return false;
7627
+ if (!('durationSeconds' in value) || value['durationSeconds'] === undefined)
7628
+ return false;
7629
+ return true;
7630
+ }
7631
+ function RouteStepDtoFromJSON(json) {
7632
+ return RouteStepDtoFromJSONTyped(json);
7633
+ }
7634
+ function RouteStepDtoFromJSONTyped(json, ignoreDiscriminator) {
7635
+ if (json == null) {
7636
+ return json;
7637
+ }
7638
+ return {
7639
+ 'instruction': json['instruction'],
7640
+ 'distanceMeters': json['distanceMeters'],
7641
+ 'durationSeconds': json['durationSeconds'],
7642
+ 'maneuver': json['maneuver'] == null ? undefined : json['maneuver'],
7643
+ };
7644
+ }
7645
+ function RouteStepDtoToJSON(json) {
7646
+ return RouteStepDtoToJSONTyped(json, false);
7647
+ }
7648
+ function RouteStepDtoToJSONTyped(value, ignoreDiscriminator = false) {
7649
+ if (value == null) {
7650
+ return value;
7651
+ }
7652
+ return {
7653
+ 'instruction': value['instruction'],
7654
+ 'distanceMeters': value['distanceMeters'],
7655
+ 'durationSeconds': value['durationSeconds'],
7656
+ 'maneuver': value['maneuver'],
7657
+ };
7658
+ }
7659
+
7660
+ function instanceOfRouteLegDto(value) {
7661
+ if (!('distanceMeters' in value) || value['distanceMeters'] === undefined)
7662
+ return false;
7663
+ if (!('durationSeconds' in value) || value['durationSeconds'] === undefined)
7664
+ return false;
7665
+ if (!('steps' in value) || value['steps'] === undefined)
7666
+ return false;
7667
+ return true;
7668
+ }
7669
+ function RouteLegDtoFromJSON(json) {
7670
+ return RouteLegDtoFromJSONTyped(json);
7671
+ }
7672
+ function RouteLegDtoFromJSONTyped(json, ignoreDiscriminator) {
7673
+ if (json == null) {
7674
+ return json;
7675
+ }
7676
+ return {
7677
+ 'distanceMeters': json['distanceMeters'],
7678
+ 'durationSeconds': json['durationSeconds'],
7679
+ 'steps': (json['steps'].map(RouteStepDtoFromJSON)),
7680
+ };
7681
+ }
7682
+ function RouteLegDtoToJSON(json) {
7683
+ return RouteLegDtoToJSONTyped(json, false);
7684
+ }
7685
+ function RouteLegDtoToJSONTyped(value, ignoreDiscriminator = false) {
7686
+ if (value == null) {
7687
+ return value;
7688
+ }
7689
+ return {
7690
+ 'distanceMeters': value['distanceMeters'],
7691
+ 'durationSeconds': value['durationSeconds'],
7692
+ 'steps': (value['steps'].map(RouteStepDtoToJSON)),
7693
+ };
7694
+ }
7695
+
7696
+ function instanceOfRouteDto(value) {
7697
+ if (!('travelMode' in value) || value['travelMode'] === undefined)
7698
+ return false;
7699
+ if (!('distanceMeters' in value) || value['distanceMeters'] === undefined)
7700
+ return false;
7701
+ if (!('durationSeconds' in value) || value['durationSeconds'] === undefined)
7702
+ return false;
7703
+ if (!('path' in value) || value['path'] === undefined)
7704
+ return false;
7705
+ if (!('legs' in value) || value['legs'] === undefined)
7706
+ return false;
7707
+ return true;
7708
+ }
7709
+ function RouteDtoFromJSON(json) {
7710
+ return RouteDtoFromJSONTyped(json);
7711
+ }
7712
+ function RouteDtoFromJSONTyped(json, ignoreDiscriminator) {
7713
+ if (json == null) {
7714
+ return json;
7715
+ }
7716
+ return {
7717
+ 'travelMode': json['travelMode'],
7718
+ 'distanceMeters': json['distanceMeters'],
7719
+ 'durationSeconds': json['durationSeconds'],
7720
+ 'path': (json['path'].map(CoordDtoFromJSON)),
7721
+ 'legs': (json['legs'].map(RouteLegDtoFromJSON)),
7722
+ };
7723
+ }
7724
+ function RouteDtoToJSON(json) {
7725
+ return RouteDtoToJSONTyped(json, false);
7726
+ }
7727
+ function RouteDtoToJSONTyped(value, ignoreDiscriminator = false) {
7728
+ if (value == null) {
7729
+ return value;
7730
+ }
7731
+ return {
7732
+ 'travelMode': value['travelMode'],
7733
+ 'distanceMeters': value['distanceMeters'],
7734
+ 'durationSeconds': value['durationSeconds'],
7735
+ 'path': (value['path'].map(CoordDtoToJSON)),
7736
+ 'legs': (value['legs'].map(RouteLegDtoToJSON)),
7737
+ };
7738
+ }
7739
+
7740
+ function instanceOfRouteOutput(value) {
7741
+ if (!('data' in value) || value['data'] === undefined)
7742
+ return false;
7743
+ return true;
7744
+ }
7745
+ function RouteOutputFromJSON(json) {
7746
+ return RouteOutputFromJSONTyped(json);
7747
+ }
7748
+ function RouteOutputFromJSONTyped(json, ignoreDiscriminator) {
7749
+ if (json == null) {
7750
+ return json;
7751
+ }
7752
+ return {
7753
+ 'data': RouteDtoFromJSON(json['data']),
7754
+ };
7755
+ }
7756
+ function RouteOutputToJSON(json) {
7757
+ return RouteOutputToJSONTyped(json, false);
7758
+ }
7759
+ function RouteOutputToJSONTyped(value, ignoreDiscriminator = false) {
7760
+ if (value == null) {
7761
+ return value;
7762
+ }
7763
+ return {
7764
+ 'data': RouteDtoToJSON(value['data']),
7765
+ };
7766
+ }
7767
+
7768
+ const RouteTravelMode = {
7769
+ Walk: 'WALK',
7770
+ Drive: 'DRIVE'
7771
+ };
7772
+ function instanceOfRouteTravelMode(value) {
7773
+ for (const key in RouteTravelMode) {
7774
+ if (Object.prototype.hasOwnProperty.call(RouteTravelMode, key)) {
7775
+ if (RouteTravelMode[key] === value) {
7776
+ return true;
7777
+ }
7778
+ }
7779
+ }
7780
+ return false;
7781
+ }
7782
+ function RouteTravelModeFromJSON(json) {
7783
+ return RouteTravelModeFromJSONTyped(json);
7784
+ }
7785
+ function RouteTravelModeFromJSONTyped(json, ignoreDiscriminator) {
7786
+ return json;
7787
+ }
7788
+ function RouteTravelModeToJSON(value) {
7789
+ return value;
7790
+ }
7791
+ function RouteTravelModeToJSONTyped(value, ignoreDiscriminator) {
7792
+ return value;
7793
+ }
7794
+
7795
+ const SEARCHSECTIONS = {
7796
+ SearchHistory: 'searchHistory',
7797
+ MapItem: 'mapItem',
7798
+ Location: 'location',
7799
+ Street: 'street'
7800
+ };
7801
+ function instanceOfSEARCHSECTIONS(value) {
7802
+ for (const key in SEARCHSECTIONS) {
7803
+ if (Object.prototype.hasOwnProperty.call(SEARCHSECTIONS, key)) {
7804
+ if (SEARCHSECTIONS[key] === value) {
7805
+ return true;
7806
+ }
7807
+ }
7808
+ }
7809
+ return false;
7810
+ }
7811
+ function SEARCHSECTIONSFromJSON(json) {
7812
+ return SEARCHSECTIONSFromJSONTyped(json);
7813
+ }
7814
+ function SEARCHSECTIONSFromJSONTyped(json, ignoreDiscriminator) {
7815
+ return json;
7816
+ }
7817
+ function SEARCHSECTIONSToJSON(value) {
7818
+ return value;
7819
+ }
7820
+ function SEARCHSECTIONSToJSONTyped(value, ignoreDiscriminator) {
7821
+ return value;
7822
+ }
7823
+
7824
+ function instanceOfSearchORM(value) {
7825
+ if (!('mapItemOrm' in value) || value['mapItemOrm'] === undefined)
7826
+ return false;
7827
+ if (!('locationOrm' in value) || value['locationOrm'] === undefined)
7828
+ return false;
7829
+ if (!('relevance' in value) || value['relevance'] === undefined)
7830
+ return false;
7831
+ return true;
7832
+ }
7833
+ function SearchORMFromJSON(json) {
7834
+ return SearchORMFromJSONTyped(json);
7835
+ }
7836
+ function SearchORMFromJSONTyped(json, ignoreDiscriminator) {
7837
+ if (json == null) {
7838
+ return json;
7839
+ }
7840
+ return {
7841
+ 'mapItemOrm': json['mapItemOrm'],
7842
+ 'locationOrm': json['locationOrm'],
7843
+ 'relevance': json['relevance'],
7844
+ };
7845
+ }
7846
+ function SearchORMToJSON(json) {
7847
+ return SearchORMToJSONTyped(json, false);
7848
+ }
7849
+ function SearchORMToJSONTyped(value, ignoreDiscriminator = false) {
7850
+ if (value == null) {
7851
+ return value;
7852
+ }
7853
+ return {
7854
+ 'mapItemOrm': value['mapItemOrm'],
7855
+ 'locationOrm': value['locationOrm'],
7856
+ 'relevance': value['relevance'],
7857
+ };
7858
+ }
7859
+
7860
+ function instanceOfSearchResultDto(value) {
7861
+ if (!('sections' in value) || value['sections'] === undefined)
7862
+ return false;
7863
+ return true;
7864
+ }
7865
+ function SearchResultDtoFromJSON(json) {
7866
+ return SearchResultDtoFromJSONTyped(json);
7867
+ }
7868
+ function SearchResultDtoFromJSONTyped(json, ignoreDiscriminator) {
6852
7869
  if (json == null) {
6853
7870
  return json;
6854
7871
  }
@@ -10105,6 +11122,161 @@ class ReportApi extends BaseAPI {
10105
11122
  const response = await this.apiV1ReportReportIdGetRaw(requestParameters, initOverrides);
10106
11123
  return await response.value();
10107
11124
  }
11125
+ async apiV2ReportCatalogGetRaw(initOverrides) {
11126
+ const queryParameters = {};
11127
+ const headerParameters = {};
11128
+ if (this.configuration && this.configuration.apiKey) {
11129
+ headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
11130
+ }
11131
+ const response = await this.request({
11132
+ path: `/api/v2/report/catalog`,
11133
+ method: 'GET',
11134
+ headers: headerParameters,
11135
+ query: queryParameters,
11136
+ }, initOverrides);
11137
+ return new JSONApiResponse(response, (jsonValue) => ReportQueryCatalogOutputFromJSON(jsonValue));
11138
+ }
11139
+ async apiV2ReportCatalogGet(initOverrides) {
11140
+ const response = await this.apiV2ReportCatalogGetRaw(initOverrides);
11141
+ return await response.value();
11142
+ }
11143
+ async apiV2ReportGetRaw(initOverrides) {
11144
+ const queryParameters = {};
11145
+ const headerParameters = {};
11146
+ if (this.configuration && this.configuration.apiKey) {
11147
+ headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
11148
+ }
11149
+ const response = await this.request({
11150
+ path: `/api/v2/report`,
11151
+ method: 'GET',
11152
+ headers: headerParameters,
11153
+ query: queryParameters,
11154
+ }, initOverrides);
11155
+ return new JSONApiResponse(response, (jsonValue) => ReportQueryListOutputFromJSON(jsonValue));
11156
+ }
11157
+ async apiV2ReportGet(initOverrides) {
11158
+ const response = await this.apiV2ReportGetRaw(initOverrides);
11159
+ return await response.value();
11160
+ }
11161
+ async apiV2ReportPostRaw(requestParameters, initOverrides) {
11162
+ if (requestParameters['reportQueryInput'] == null) {
11163
+ throw new RequiredError('reportQueryInput', 'Required parameter "reportQueryInput" was null or undefined when calling apiV2ReportPost().');
11164
+ }
11165
+ const queryParameters = {};
11166
+ const headerParameters = {};
11167
+ headerParameters['Content-Type'] = 'application/json';
11168
+ if (this.configuration && this.configuration.apiKey) {
11169
+ headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
11170
+ }
11171
+ const response = await this.request({
11172
+ path: `/api/v2/report`,
11173
+ method: 'POST',
11174
+ headers: headerParameters,
11175
+ query: queryParameters,
11176
+ body: ReportQueryInputToJSON(requestParameters['reportQueryInput']),
11177
+ }, initOverrides);
11178
+ return new JSONApiResponse(response, (jsonValue) => ReportQueryOutputFromJSON(jsonValue));
11179
+ }
11180
+ async apiV2ReportPost(requestParameters, initOverrides) {
11181
+ const response = await this.apiV2ReportPostRaw(requestParameters, initOverrides);
11182
+ return await response.value();
11183
+ }
11184
+ async apiV2ReportPreviewPostRaw(requestParameters, initOverrides) {
11185
+ if (requestParameters['reportQueryPreviewInput'] == null) {
11186
+ throw new RequiredError('reportQueryPreviewInput', 'Required parameter "reportQueryPreviewInput" was null or undefined when calling apiV2ReportPreviewPost().');
11187
+ }
11188
+ const queryParameters = {};
11189
+ const headerParameters = {};
11190
+ headerParameters['Content-Type'] = 'application/json';
11191
+ if (this.configuration && this.configuration.apiKey) {
11192
+ headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
11193
+ }
11194
+ const response = await this.request({
11195
+ path: `/api/v2/report/preview`,
11196
+ method: 'POST',
11197
+ headers: headerParameters,
11198
+ query: queryParameters,
11199
+ body: ReportQueryPreviewInputToJSON(requestParameters['reportQueryPreviewInput']),
11200
+ }, initOverrides);
11201
+ return new JSONApiResponse(response, (jsonValue) => ReportQueryDataOutputFromJSON(jsonValue));
11202
+ }
11203
+ async apiV2ReportPreviewPost(requestParameters, initOverrides) {
11204
+ const response = await this.apiV2ReportPreviewPostRaw(requestParameters, initOverrides);
11205
+ return await response.value();
11206
+ }
11207
+ async apiV2ReportReportIdDataPostRaw(requestParameters, initOverrides) {
11208
+ if (requestParameters['reportId'] == null) {
11209
+ throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV2ReportReportIdDataPost().');
11210
+ }
11211
+ if (requestParameters['reportConfigurationDto'] == null) {
11212
+ throw new RequiredError('reportConfigurationDto', 'Required parameter "reportConfigurationDto" was null or undefined when calling apiV2ReportReportIdDataPost().');
11213
+ }
11214
+ const queryParameters = {};
11215
+ const headerParameters = {};
11216
+ headerParameters['Content-Type'] = 'application/json';
11217
+ if (this.configuration && this.configuration.apiKey) {
11218
+ headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
11219
+ }
11220
+ const response = await this.request({
11221
+ path: `/api/v2/report/{reportId}/data`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
11222
+ method: 'POST',
11223
+ headers: headerParameters,
11224
+ query: queryParameters,
11225
+ body: ReportConfigurationDtoToJSON(requestParameters['reportConfigurationDto']),
11226
+ }, initOverrides);
11227
+ return new JSONApiResponse(response, (jsonValue) => ReportQueryDataOutputFromJSON(jsonValue));
11228
+ }
11229
+ async apiV2ReportReportIdDataPost(requestParameters, initOverrides) {
11230
+ const response = await this.apiV2ReportReportIdDataPostRaw(requestParameters, initOverrides);
11231
+ return await response.value();
11232
+ }
11233
+ async apiV2ReportReportIdGetRaw(requestParameters, initOverrides) {
11234
+ if (requestParameters['reportId'] == null) {
11235
+ throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV2ReportReportIdGet().');
11236
+ }
11237
+ const queryParameters = {};
11238
+ const headerParameters = {};
11239
+ if (this.configuration && this.configuration.apiKey) {
11240
+ headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
11241
+ }
11242
+ const response = await this.request({
11243
+ path: `/api/v2/report/{reportId}`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
11244
+ method: 'GET',
11245
+ headers: headerParameters,
11246
+ query: queryParameters,
11247
+ }, initOverrides);
11248
+ return new JSONApiResponse(response, (jsonValue) => ReportQueryOutputFromJSON(jsonValue));
11249
+ }
11250
+ async apiV2ReportReportIdGet(requestParameters, initOverrides) {
11251
+ const response = await this.apiV2ReportReportIdGetRaw(requestParameters, initOverrides);
11252
+ return await response.value();
11253
+ }
11254
+ async apiV2ReportReportIdPutRaw(requestParameters, initOverrides) {
11255
+ if (requestParameters['reportId'] == null) {
11256
+ throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV2ReportReportIdPut().');
11257
+ }
11258
+ if (requestParameters['reportQueryInput'] == null) {
11259
+ throw new RequiredError('reportQueryInput', 'Required parameter "reportQueryInput" was null or undefined when calling apiV2ReportReportIdPut().');
11260
+ }
11261
+ const queryParameters = {};
11262
+ const headerParameters = {};
11263
+ headerParameters['Content-Type'] = 'application/json';
11264
+ if (this.configuration && this.configuration.apiKey) {
11265
+ headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
11266
+ }
11267
+ const response = await this.request({
11268
+ path: `/api/v2/report/{reportId}`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
11269
+ method: 'PUT',
11270
+ headers: headerParameters,
11271
+ query: queryParameters,
11272
+ body: ReportQueryInputToJSON(requestParameters['reportQueryInput']),
11273
+ }, initOverrides);
11274
+ return new JSONApiResponse(response, (jsonValue) => ReportQueryOutputFromJSON(jsonValue));
11275
+ }
11276
+ async apiV2ReportReportIdPut(requestParameters, initOverrides) {
11277
+ const response = await this.apiV2ReportReportIdPutRaw(requestParameters, initOverrides);
11278
+ return await response.value();
11279
+ }
10108
11280
  }
10109
11281
  const ApiV1ReportItemGetQOperatorEnum = {
10110
11282
  And: 'and',
@@ -10378,5 +11550,5 @@ class StateMachineApi extends BaseAPI {
10378
11550
  }
10379
11551
  }
10380
11552
 
10381
- export { AccountApi, AccountORMFromJSON, AccountORMFromJSONTyped, AccountORMToJSON, AccountORMToJSONTyped, AccountOutputFromJSON, AccountOutputFromJSONTyped, AccountOutputToJSON, AccountOutputToJSONTyped, AddUserToOrganizationDtoFromJSON, AddUserToOrganizationDtoFromJSONTyped, AddUserToOrganizationDtoToJSON, AddUserToOrganizationDtoToJSONTyped, ApiV1MapPost402ResponseFromJSON, ApiV1MapPost402ResponseFromJSONTyped, ApiV1MapPost402ResponseToJSON, ApiV1MapPost402ResponseToJSONTyped, ApiV1ReportItemGetOrderDirectionEnum, ApiV1ReportItemGetQOperatorEnum, ApiV1ReportReportIdDataPostFormatEnum, ArticleApi, ArticleORMFromJSON, ArticleORMFromJSONTyped, ArticleORMToJSON, ArticleORMToJSONTyped, ArticlePresentationORMFromJSON, ArticlePresentationORMFromJSONTyped, ArticlePresentationORMToJSON, ArticlePresentationORMToJSONTyped, ArticleTypeORMFromJSON, ArticleTypeORMFromJSONTyped, ArticleTypeORMToJSON, ArticleTypeORMToJSONTyped, AutoCompleteORMFromJSON, AutoCompleteORMFromJSONTyped, AutoCompleteORMToJSON, AutoCompleteORMToJSONTyped, AvailableArticlesDtoFromJSON, AvailableArticlesDtoFromJSONTyped, AvailableArticlesDtoToJSON, AvailableArticlesDtoToJSONTyped, AvailableArticlesOutputFromJSON, AvailableArticlesOutputFromJSONTyped, AvailableArticlesOutputToJSON, AvailableArticlesOutputToJSONTyped, AxisTimeFromJSON, AxisTimeFromJSONTyped, AxisTimeToJSON, AxisTimeToJSONTyped, AxisTitleFromJSON, AxisTitleFromJSONTyped, AxisTitleToJSON, AxisTitleToJSONTyped, BASE_PATH, BackofficeApi, BaseAPI, BlobApiResponse, COLLECTION_FORMATS, CalculateTourInputFromJSON, CalculateTourInputFromJSONTyped, CalculateTourInputToJSON, CalculateTourInputToJSONTyped, CalculateTourOutputFromJSON, CalculateTourOutputFromJSONTyped, CalculateTourOutputToJSON, CalculateTourOutputToJSONTyped, ChartConfigurationFromJSON, ChartConfigurationFromJSONTyped, ChartConfigurationToJSON, ChartConfigurationToJSONTyped, ChartDataFromJSON, ChartDataFromJSONTyped, ChartDataToJSON, ChartDataToJSONTyped, ChartDatasetFromJSON, ChartDatasetFromJSONTyped, ChartDatasetToJSON, ChartDatasetToJSONTyped, ChartLegendFromJSON, ChartLegendFromJSONTyped, ChartLegendPositionEnum, ChartLegendToJSON, ChartLegendToJSONTyped, ChartOptionsFromJSON, ChartOptionsFromJSONTyped, ChartOptionsToJSON, ChartOptionsToJSONTyped, ChartPluginsFromJSON, ChartPluginsFromJSONTyped, ChartPluginsToJSON, ChartPluginsToJSONTyped, ChartScalesFromJSON, ChartScalesFromJSONTyped, ChartScalesToJSON, ChartScalesToJSONTyped, ChartTitleFromJSON, ChartTitleFromJSONTyped, ChartTitleToJSON, ChartTitleToJSONTyped, ComputeRouteInputFromJSON, ComputeRouteInputFromJSONTyped, ComputeRouteInputToJSON, ComputeRouteInputToJSONTyped, ComputeRouteInputTravelModeEnum, Configuration, CoordDtoFromJSON, CoordDtoFromJSONTyped, CoordDtoToJSON, CoordDtoToJSONTyped, DataPointFromJSON, DataPointFromJSONTyped, DataPointToJSON, DataPointToJSONTyped, Def200FromJSON, Def200FromJSONTyped, Def200ToJSON, Def200ToJSONTyped, DefaultApi, DefaultConfig, FetchError, HealthcheckApi, HealthcheckStatusValue, HealthcheckStatusValueFromJSON, HealthcheckStatusValueFromJSONTyped, HealthcheckStatusValueToJSON, HealthcheckStatusValueToJSONTyped, InternalMapItemSearchResultORMFromJSON, InternalMapItemSearchResultORMFromJSONTyped, InternalMapItemSearchResultORMToJSON, InternalMapItemSearchResultORMToJSONTyped, ItemApi, ItemDecorationDtoFromJSON, ItemDecorationDtoFromJSONTyped, ItemDecorationDtoToJSON, ItemDecorationDtoToJSONTyped, ItemLayerLinkInputDtoFromJSON, ItemLayerLinkInputDtoFromJSONTyped, ItemLayerLinkInputDtoToJSON, ItemLayerLinkInputDtoToJSONTyped, ItemLinkToLayerOutputFromJSON, ItemLinkToLayerOutputFromJSONTyped, ItemLinkToLayerOutputToJSON, ItemLinkToLayerOutputToJSONTyped, ItemRenderOptionsInputFillTypeEnum, ItemRenderOptionsInputFromJSON, ItemRenderOptionsInputFromJSONTyped, ItemRenderOptionsInputToJSON, ItemRenderOptionsInputToJSONTyped, ItemRenderOptionsOutputFromJSON, ItemRenderOptionsOutputFromJSONTyped, ItemRenderOptionsOutputToJSON, ItemRenderOptionsOutputToJSONTyped, ItemTypeApi, ItemTypeFormDtoFromJSON, ItemTypeFormDtoFromJSONTyped, ItemTypeFormDtoToJSON, ItemTypeFormDtoToJSONTyped, ItemTypeFormOutputFromJSON, ItemTypeFormOutputFromJSONTyped, ItemTypeFormOutputToJSON, ItemTypeFormOutputToJSONTyped, ItemTypeInitialValueInputDtoFromJSON, ItemTypeInitialValueInputDtoFromJSONTyped, ItemTypeInitialValueInputDtoToJSON, ItemTypeInitialValueInputDtoToJSONTyped, ItemTypeInitialValueOutputFromJSON, ItemTypeInitialValueOutputFromJSONTyped, ItemTypeInitialValueOutputToJSON, ItemTypeInitialValueOutputToJSONTyped, ItemTypeOutputFromJSON, ItemTypeOutputFromJSONTyped, ItemTypeOutputToJSON, ItemTypeOutputToJSONTyped, ItemsOutputFromJSON, ItemsOutputFromJSONTyped, ItemsOutputToJSON, ItemsOutputToJSONTyped, JSONApiResponse, JobApi, JobCatalogOutputFromJSON, JobCatalogOutputFromJSONTyped, JobCatalogOutputToJSON, JobCatalogOutputToJSONTyped, JobDefinitionORMFromJSON, JobDefinitionORMFromJSONTyped, JobDefinitionORMToJSON, JobDefinitionORMToJSONTyped, JobInstanceListOutputFromJSON, JobInstanceListOutputFromJSONTyped, JobInstanceListOutputToJSON, JobInstanceListOutputToJSONTyped, JobInstanceORMFromJSON, JobInstanceORMFromJSONTyped, JobInstanceORMToJSON, JobInstanceORMToJSONTyped, JobInstanceOutputFromJSON, JobInstanceOutputFromJSONTyped, JobInstanceOutputToJSON, JobInstanceOutputToJSONTyped, JobRequestInputFromJSON, JobRequestInputFromJSONTyped, JobRequestInputToJSON, JobRequestInputToJSONTyped, JobResultUpdateInputFromJSON, JobResultUpdateInputFromJSONTyped, JobResultUpdateInputToJSON, JobResultUpdateInputToJSONTyped, JournalApi, JournalBookORMFromJSON, JournalBookORMFromJSONTyped, JournalBookORMToJSON, JournalBookORMToJSONTyped, JournalEntryArticleORMFromJSON, JournalEntryArticleORMFromJSONTyped, JournalEntryArticleORMToJSON, JournalEntryArticleORMToJSONTyped, JournalEntryInputFromJSON, JournalEntryInputFromJSONTyped, JournalEntryInputToJSON, JournalEntryInputToJSONTyped, JournalEntryListOutputFromJSON, JournalEntryListOutputFromJSONTyped, JournalEntryListOutputToJSON, JournalEntryListOutputToJSONTyped, JournalEntryMultimediaInputFromJSON, JournalEntryMultimediaInputFromJSONTyped, JournalEntryMultimediaInputToJSON, JournalEntryMultimediaInputToJSONTyped, JournalEntryMultimediaORMFromJSON, JournalEntryMultimediaORMFromJSONTyped, JournalEntryMultimediaORMToJSON, JournalEntryMultimediaORMToJSONTyped, JournalEntryMultimediaOutputFromJSON, JournalEntryMultimediaOutputFromJSONTyped, JournalEntryMultimediaOutputToJSON, JournalEntryMultimediaOutputToJSONTyped, JournalEntryORMFromJSON, JournalEntryORMFromJSONTyped, JournalEntryORMToJSON, JournalEntryORMToJSONTyped, JournalEntryOutputDtoFromJSON, JournalEntryOutputDtoFromJSONTyped, JournalEntryOutputDtoToJSON, JournalEntryOutputDtoToJSONTyped, JournalEntryOutputFromJSON, JournalEntryOutputFromJSONTyped, JournalEntryOutputToJSON, JournalEntryOutputToJSONTyped, LayerApi, LayerFieldFilterOperator, LayerFieldFilterOperatorFromJSON, LayerFieldFilterOperatorFromJSONTyped, LayerFieldFilterOperatorToJSON, LayerFieldFilterOperatorToJSONTyped, LayerInputDtoFromJSON, LayerInputDtoFromJSONTyped, LayerInputDtoToJSON, LayerInputDtoToJSONTyped, LayerItemTypeFieldFilterDtoFromJSON, LayerItemTypeFieldFilterDtoFromJSONTyped, LayerItemTypeFieldFilterDtoOperatorEnum, LayerItemTypeFieldFilterDtoToJSON, LayerItemTypeFieldFilterDtoToJSONTyped, LegendPosition, LegendPositionFromJSON, LegendPositionFromJSONTyped, LegendPositionToJSON, LegendPositionToJSONTyped, LocationApi, LocationForReportORMFromJSON, LocationForReportORMFromJSONTyped, LocationForReportORMToJSON, LocationForReportORMToJSONTyped, LocationORMFromJSON, LocationORMFromJSONTyped, LocationORMToJSON, LocationORMToJSONTyped, LocationOutputFromJSON, LocationOutputFromJSONTyped, LocationOutputToJSON, LocationOutputToJSONTyped, LoginApi, MagnitudeORMFromJSON, MagnitudeORMFromJSONTyped, MagnitudeORMToJSON, MagnitudeORMToJSONTyped, ManualLoginInputFromJSON, ManualLoginInputFromJSONTyped, ManualLoginInputToJSON, ManualLoginInputToJSONTyped, ManualLoginPasswordUpdateInputFromJSON, ManualLoginPasswordUpdateInputFromJSONTyped, ManualLoginPasswordUpdateInputToJSON, ManualLoginPasswordUpdateInputToJSONTyped, ManualRegisterInputFromJSON, ManualRegisterInputFromJSONTyped, ManualRegisterInputToJSON, ManualRegisterInputToJSONTyped, MapApi, MapClusterListOutputPaginatedFromJSON, MapClusterListOutputPaginatedFromJSONTyped, MapClusterListOutputPaginatedToJSON, MapClusterListOutputPaginatedToJSONTyped, MapClusterORMFromJSON, MapClusterORMFromJSONTyped, MapClusterORMToJSON, MapClusterORMToJSONTyped, MapItemArticleInputDtoFromJSON, MapItemArticleInputDtoFromJSONTyped, MapItemArticleInputDtoToJSON, MapItemArticleInputDtoToJSONTyped, MapItemArticleORMFromJSON, MapItemArticleORMFromJSONTyped, MapItemArticleORMToJSON, MapItemArticleORMToJSONTyped, MapItemCustomFieldDefinitionORMFieldTypeEnum, MapItemCustomFieldDefinitionORMFromJSON, MapItemCustomFieldDefinitionORMFromJSONTyped, MapItemCustomFieldDefinitionORMToJSON, MapItemCustomFieldDefinitionORMToJSONTyped, MapItemDynamicFieldInputDtoFromJSON, MapItemDynamicFieldInputDtoFromJSONTyped, MapItemDynamicFieldInputDtoToJSON, MapItemDynamicFieldInputDtoToJSONTyped, MapItemDynamicFieldORMFromJSON, MapItemDynamicFieldORMFromJSONTyped, MapItemDynamicFieldORMToJSON, MapItemDynamicFieldORMToJSONTyped, MapItemDynamicFieldWithDefinitionORMFromJSON, MapItemDynamicFieldWithDefinitionORMFromJSONTyped, MapItemDynamicFieldWithDefinitionORMToJSON, MapItemDynamicFieldWithDefinitionORMToJSONTyped, MapItemFieldType, MapItemFieldTypeFromJSON, MapItemFieldTypeFromJSONTyped, MapItemFieldTypeToJSON, MapItemFieldTypeToJSONTyped, MapItemInputFromJSON, MapItemInputFromJSONTyped, MapItemInputToJSON, MapItemInputToJSONTyped, MapItemLinkORMFromJSON, MapItemLinkORMFromJSONTyped, MapItemLinkORMToJSON, MapItemLinkORMToJSONTyped, MapItemLinkOutputFromJSON, MapItemLinkOutputFromJSONTyped, MapItemLinkOutputToJSON, MapItemLinkOutputToJSONTyped, MapItemListOutputFromJSON, MapItemListOutputFromJSONTyped, MapItemListOutputPaginatedFromJSON, MapItemListOutputPaginatedFromJSONTyped, MapItemListOutputPaginatedToJSON, MapItemListOutputPaginatedToJSONTyped, MapItemListOutputToJSON, MapItemListOutputToJSONTyped, MapItemMultimediaORMFromJSON, MapItemMultimediaORMFromJSONTyped, MapItemMultimediaORMToJSON, MapItemMultimediaORMToJSONTyped, MapItemMultimediaOutputFromJSON, MapItemMultimediaOutputFromJSONTyped, MapItemMultimediaOutputToJSON, MapItemMultimediaOutputToJSONTyped, MapItemNearByORMFromJSON, MapItemNearByORMFromJSONTyped, MapItemNearByORMToJSON, MapItemNearByORMToJSONTyped, MapItemORMFromJSON, MapItemORMFromJSONTyped, MapItemORMToJSON, MapItemORMToJSONTyped, MapItemOutputDtoFromJSON, MapItemOutputDtoFromJSONTyped, MapItemOutputDtoPropsFromJSON, MapItemOutputDtoPropsFromJSONTyped, MapItemOutputDtoPropsToJSON, MapItemOutputDtoPropsToJSONTyped, MapItemOutputDtoToJSON, MapItemOutputDtoToJSONTyped, MapItemOutputFromJSON, MapItemOutputFromJSONTyped, MapItemOutputToJSON, MapItemOutputToJSONTyped, MapItemRenderFillOption, MapItemRenderFillOptionFromJSON, MapItemRenderFillOptionFromJSONTyped, MapItemRenderFillOptionToJSON, MapItemRenderFillOptionToJSONTyped, MapItemRenderOptionsORMFillTypeEnum, MapItemRenderOptionsORMFromJSON, MapItemRenderOptionsORMFromJSONTyped, MapItemRenderOptionsORMToJSON, MapItemRenderOptionsORMToJSONTyped, MapItemStateTransitionLogDtoFromJSON, MapItemStateTransitionLogDtoFromJSONTyped, MapItemStateTransitionLogDtoToJSON, MapItemStateTransitionLogDtoToJSONTyped, MapItemTypeDynamicFieldDefinitionOutputFromJSON, MapItemTypeDynamicFieldDefinitionOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionOutputToJSON, MapItemTypeDynamicFieldDefinitionOutputToJSONTyped, MapItemTypeDynamicFieldDefinitionSingleOutputFromJSON, MapItemTypeDynamicFieldDefinitionSingleOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionSingleOutputToJSON, MapItemTypeDynamicFieldDefinitionSingleOutputToJSONTyped, MapItemTypeDynamicFieldDefinitionValuesOutputFromJSON, MapItemTypeDynamicFieldDefinitionValuesOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionValuesOutputToJSON, MapItemTypeDynamicFieldDefinitionValuesOutputToJSONTyped, MapItemTypeFormAction, MapItemTypeFormActionFromJSON, MapItemTypeFormActionFromJSONTyped, MapItemTypeFormActionToJSON, MapItemTypeFormActionToJSONTyped, MapItemTypeFormORMFromJSON, MapItemTypeFormORMFromJSONTyped, MapItemTypeFormORMTargetActionNameEnum, MapItemTypeFormORMToJSON, MapItemTypeFormORMToJSONTyped, MapItemTypeFormOutputFromJSON, MapItemTypeFormOutputFromJSONTyped, MapItemTypeFormOutputToJSON, MapItemTypeFormOutputToJSONTyped, MapItemTypeFormSectionBaseFieldId, MapItemTypeFormSectionBaseFieldIdFromJSON, MapItemTypeFormSectionBaseFieldIdFromJSONTyped, MapItemTypeFormSectionBaseFieldIdToJSON, MapItemTypeFormSectionBaseFieldIdToJSONTyped, MapItemTypeFormSectionDtoFromJSON, MapItemTypeFormSectionDtoFromJSONTyped, MapItemTypeFormSectionDtoToJSON, MapItemTypeFormSectionDtoToJSONTyped, MapItemTypeFormSectionFieldMetaType, MapItemTypeFormSectionFieldMetaTypeFromJSON, MapItemTypeFormSectionFieldMetaTypeFromJSONTyped, MapItemTypeFormSectionFieldMetaTypeToJSON, MapItemTypeFormSectionFieldMetaTypeToJSONTyped, MapItemTypeFormSectionFieldORMFieldMetaTypeEnum, MapItemTypeFormSectionFieldORMFieldTypeEnum, MapItemTypeFormSectionFieldORMFromJSON, MapItemTypeFormSectionFieldORMFromJSONTyped, MapItemTypeFormSectionFieldORMToJSON, MapItemTypeFormSectionFieldORMToJSONTyped, MapItemTypeFormSectionFieldOutputFromJSON, MapItemTypeFormSectionFieldOutputFromJSONTyped, MapItemTypeFormSectionFieldOutputToJSON, MapItemTypeFormSectionFieldOutputToJSONTyped, MapItemTypeFormSectionORMFromJSON, MapItemTypeFormSectionORMFromJSONTyped, MapItemTypeFormSectionORMToJSON, MapItemTypeFormSectionORMToJSONTyped, MapItemTypeFormSectionOutputFromJSON, MapItemTypeFormSectionOutputFromJSONTyped, MapItemTypeFormSectionOutputToJSON, MapItemTypeFormSectionOutputToJSONTyped, MapItemTypeInitialValueORMFromJSON, MapItemTypeInitialValueORMFromJSONTyped, MapItemTypeInitialValueORMToJSON, MapItemTypeInitialValueORMToJSONTyped, MapItemTypeORMFromJSON, MapItemTypeORMFromJSONTyped, MapItemTypeORMToJSON, MapItemTypeORMToJSONTyped, MapItemTypeOutputFromJSON, MapItemTypeOutputFromJSONTyped, MapItemTypeOutputToJSON, MapItemTypeOutputToJSONTyped, MapItemTypeSingleOutputFromJSON, MapItemTypeSingleOutputFromJSONTyped, MapItemTypeSingleOutputToJSON, MapItemTypeSingleOutputToJSONTyped, MapItemWithPointsInputFromJSON, MapItemWithPointsInputFromJSONTyped, MapItemWithPointsInputToJSON, MapItemWithPointsInputToJSONTyped, MapLayerContourCoordORMFromJSON, MapLayerContourCoordORMFromJSONTyped, MapLayerContourCoordORMToJSON, MapLayerContourCoordORMToJSONTyped, MapLayerInputFromJSON, MapLayerInputFromJSONTyped, MapLayerInputToJSON, MapLayerInputToJSONTyped, MapLayerItemDecorationORMFromJSON, MapLayerItemDecorationORMFromJSONTyped, MapLayerItemDecorationORMToJSON, MapLayerItemDecorationORMToJSONTyped, MapLayerItemORMFromJSON, MapLayerItemORMFromJSONTyped, MapLayerItemORMToJSON, MapLayerItemORMToJSONTyped, MapLayerItemTypeFieldFilterORMFromJSON, MapLayerItemTypeFieldFilterORMFromJSONTyped, MapLayerItemTypeFieldFilterORMOperatorEnum, MapLayerItemTypeFieldFilterORMToJSON, MapLayerItemTypeFieldFilterORMToJSONTyped, MapLayerListOutputFromJSON, MapLayerListOutputFromJSONTyped, MapLayerListOutputToJSON, MapLayerListOutputToJSONTyped, MapLayerORMFromJSON, MapLayerORMFromJSONTyped, MapLayerORMToJSON, MapLayerORMToJSONTyped, MapLayerOutputDtoFromJSON, MapLayerOutputDtoFromJSONTyped, MapLayerOutputDtoToJSON, MapLayerOutputDtoToJSONTyped, MapLayerOutputFromJSON, MapLayerOutputFromJSONTyped, MapLayerOutputToJSON, MapLayerOutputToJSONTyped, MapListOutputFromJSON, MapListOutputFromJSONTyped, MapListOutputToJSON, MapListOutputToJSONTyped, MapORMFromJSON, MapORMFromJSONTyped, MapORMToJSON, MapORMToJSONTyped, MapOutputFromJSON, MapOutputFromJSONTyped, MapOutputToJSON, MapOutputToJSONTyped, MapZoneInputFromJSON, MapZoneInputFromJSONTyped, MapZoneInputToJSON, MapZoneInputToJSONTyped, MapZoneORMFromJSON, MapZoneORMFromJSONTyped, MapZoneORMToJSON, MapZoneORMToJSONTyped, MapZoneOutputDtoFromJSON, MapZoneOutputDtoFromJSONTyped, MapZoneOutputDtoToJSON, MapZoneOutputDtoToJSONTyped, MapZoneOutputFromJSON, MapZoneOutputFromJSONTyped, MapZoneOutputToJSON, MapZoneOutputToJSONTyped, MapZonePointInputFromJSON, MapZonePointInputFromJSONTyped, MapZonePointInputToJSON, MapZonePointInputToJSONTyped, MapZonePointORMFromJSON, MapZonePointORMFromJSONTyped, MapZonePointORMToJSON, MapZonePointORMToJSONTyped, MapZoneWithPointsInputFromJSON, MapZoneWithPointsInputFromJSONTyped, MapZoneWithPointsInputToJSON, MapZoneWithPointsInputToJSONTyped, McpApi, MeasureUnitORMFromJSON, MeasureUnitORMFromJSONTyped, MeasureUnitORMToJSON, MeasureUnitORMToJSONTyped, ModelRequestContextFromJSON, ModelRequestContextFromJSONTyped, ModelRequestContextToJSON, ModelRequestContextToJSONTyped, MultimediaApi, MultimediaORMFromJSON, MultimediaORMFromJSONTyped, MultimediaORMToJSON, MultimediaORMToJSONTyped, MultimediaOutputFromJSON, MultimediaOutputFromJSONTyped, MultimediaOutputToJSON, MultimediaOutputToJSONTyped, MultipleMultimediaOutputFromJSON, MultipleMultimediaOutputFromJSONTyped, MultipleMultimediaOutputToJSON, MultipleMultimediaOutputToJSONTyped, NearbyPlaceDtoFromJSON, NearbyPlaceDtoFromJSONTyped, NearbyPlaceDtoToJSON, NearbyPlaceDtoToJSONTyped, NominatimAddressORMFromJSON, NominatimAddressORMFromJSONTyped, NominatimAddressORMToJSON, NominatimAddressORMToJSONTyped, NominatimORMFromJSON, NominatimORMFromJSONTyped, NominatimORMToJSON, NominatimORMToJSONTyped, OAuthApi, OAuthClientORMFromJSON, OAuthClientORMFromJSONTyped, OAuthClientORMToJSON, OAuthClientORMToJSONTyped, OAuthRefreshTokenORMFromJSON, OAuthRefreshTokenORMFromJSONTyped, OAuthRefreshTokenORMToJSON, OAuthRefreshTokenORMToJSONTyped, OrganizationApi, OrganizationORMFromJSON, OrganizationORMFromJSONTyped, OrganizationORMToJSON, OrganizationORMToJSONTyped, PageInfoFromJSON, PageInfoFromJSONTyped, PageInfoToJSON, PageInfoToJSONTyped, PlaceAddressDtoFromJSON, PlaceAddressDtoFromJSONTyped, PlaceAddressDtoToJSON, PlaceAddressDtoToJSONTyped, PlaceApi, PlaceDetailsDtoFromJSON, PlaceDetailsDtoFromJSONTyped, PlaceDetailsDtoToJSON, PlaceDetailsDtoToJSONTyped, PlaceDetailsOutputFromJSON, PlaceDetailsOutputFromJSONTyped, PlaceDetailsOutputToJSON, PlaceDetailsOutputToJSONTyped, ReportAllItemsListOutputFromJSON, ReportAllItemsListOutputFromJSONTyped, ReportAllItemsListOutputToJSON, ReportAllItemsListOutputToJSONTyped, ReportApi, ReportAvailableColumnDtoColumnTypeEnum, ReportAvailableColumnDtoFromJSON, ReportAvailableColumnDtoFromJSONTyped, ReportAvailableColumnDtoToJSON, ReportAvailableColumnDtoToJSONTyped, ReportAvailableColumnsListOutputFromJSON, ReportAvailableColumnsListOutputFromJSONTyped, ReportAvailableColumnsListOutputToJSON, ReportAvailableColumnsListOutputToJSONTyped, ReportColumnFilterListOutputFromJSON, ReportColumnFilterListOutputFromJSONTyped, ReportColumnFilterListOutputToJSON, ReportColumnFilterListOutputToJSONTyped, ReportColumnFilterORMFromJSON, ReportColumnFilterORMFromJSONTyped, ReportColumnFilterORMToJSON, ReportColumnFilterORMToJSONTyped, ReportColumnFilterOutputFromJSON, ReportColumnFilterOutputFromJSONTyped, ReportColumnFilterOutputToJSON, ReportColumnFilterOutputToJSONTyped, ReportColumnListOutputFromJSON, ReportColumnListOutputFromJSONTyped, ReportColumnListOutputToJSON, ReportColumnListOutputToJSONTyped, ReportColumnORMFromJSON, ReportColumnORMFromJSONTyped, ReportColumnORMToJSON, ReportColumnORMToJSONTyped, ReportColumnOutputFromJSON, ReportColumnOutputFromJSONTyped, ReportColumnOutputToJSON, ReportColumnOutputToJSONTyped, ReportConfigurationDtoFromJSON, ReportConfigurationDtoFromJSONTyped, ReportConfigurationDtoToJSON, ReportConfigurationDtoToJSONTyped, ReportDataCSVDtoFromJSON, ReportDataCSVDtoFromJSONTyped, ReportDataCSVDtoToJSON, ReportDataCSVDtoToJSONTyped, ReportDataDtoFromJSON, ReportDataDtoFromJSONTyped, ReportDataDtoToJSON, ReportDataDtoToJSONTyped, ReportDataJSONDtoFromJSON, ReportDataJSONDtoFromJSONTyped, ReportDataJSONDtoToJSON, ReportDataJSONDtoToJSONTyped, ReportDataORMFromJSON, ReportDataORMFromJSONTyped, ReportDataORMToJSON, ReportDataORMToJSONTyped, ReportDataOutputFromJSON, ReportDataOutputFromJSONTyped, ReportDataOutputToJSON, ReportDataOutputToJSONTyped, ReportDataRowORMFromJSON, ReportDataRowORMFromJSONTyped, ReportDataRowORMToJSON, ReportDataRowORMToJSONTyped, ReportDtoFromJSON, ReportDtoFromJSONTyped, ReportDtoToJSON, ReportDtoToJSONTyped, ReportListOutputFromJSON, ReportListOutputFromJSONTyped, ReportListOutputToJSON, ReportListOutputToJSONTyped, ReportORMFromJSON, ReportORMFromJSONTyped, ReportORMToJSON, ReportORMToJSONTyped, ReportOutputFromJSON, ReportOutputFromJSONTyped, ReportOutputToJSON, ReportOutputToJSONTyped, RequiredError, ResponseError, ReverseGeoCodingOutputFromJSON, ReverseGeoCodingOutputFromJSONTyped, ReverseGeoCodingOutputToJSON, ReverseGeoCodingOutputToJSONTyped, RouteApi, RouteDtoFromJSON, RouteDtoFromJSONTyped, RouteDtoToJSON, RouteDtoToJSONTyped, RouteLegDtoFromJSON, RouteLegDtoFromJSONTyped, RouteLegDtoToJSON, RouteLegDtoToJSONTyped, RouteOutputFromJSON, RouteOutputFromJSONTyped, RouteOutputToJSON, RouteOutputToJSONTyped, RouteStepDtoFromJSON, RouteStepDtoFromJSONTyped, RouteStepDtoToJSON, RouteStepDtoToJSONTyped, RouteTravelMode, RouteTravelModeFromJSON, RouteTravelModeFromJSONTyped, RouteTravelModeToJSON, RouteTravelModeToJSONTyped, SEARCHSECTIONS, SEARCHSECTIONSFromJSON, SEARCHSECTIONSFromJSONTyped, SEARCHSECTIONSToJSON, SEARCHSECTIONSToJSONTyped, SearchApi, SearchORMFromJSON, SearchORMFromJSONTyped, SearchORMToJSON, SearchORMToJSONTyped, SearchOutputFromJSON, SearchOutputFromJSONTyped, SearchOutputToJSON, SearchOutputToJSONTyped, SearchResultDtoFromJSON, SearchResultDtoFromJSONTyped, SearchResultDtoToJSON, SearchResultDtoToJSONTyped, SearchResultSectionDtoFromJSON, SearchResultSectionDtoFromJSONTyped, SearchResultSectionDtoToJSON, SearchResultSectionDtoToJSONTyped, SearchResultSectionItemFromJSON, SearchResultSectionItemFromJSONTyped, SearchResultSectionItemToJSON, SearchResultSectionItemToJSONTyped, SourceApi, SourceDtoFromJSON, SourceDtoFromJSONTyped, SourceDtoToJSON, SourceDtoToJSONTyped, SourceListOutputFromJSON, SourceListOutputFromJSONTyped, SourceListOutputToJSON, SourceListOutputToJSONTyped, SourceOutputFromJSON, SourceOutputFromJSONTyped, SourceOutputToJSON, SourceOutputToJSONTyped, StateMachineApi, StateMachineDefinitionListOutputFromJSON, StateMachineDefinitionListOutputFromJSONTyped, StateMachineDefinitionListOutputToJSON, StateMachineDefinitionListOutputToJSONTyped, StateMachineDefinitionOutputDtoFromJSON, StateMachineDefinitionOutputDtoFromJSONTyped, StateMachineDefinitionOutputDtoToJSON, StateMachineDefinitionOutputDtoToJSONTyped, StateMachineDefinitionOutputFromJSON, StateMachineDefinitionOutputFromJSONTyped, StateMachineDefinitionOutputToJSON, StateMachineDefinitionOutputToJSONTyped, StateMachineInputFromJSON, StateMachineInputFromJSONTyped, StateMachineInputToJSON, StateMachineInputToJSONTyped, StateMachineORMFromJSON, StateMachineORMFromJSONTyped, StateMachineORMToJSON, StateMachineORMToJSONTyped, StateMachineOutputFromJSON, StateMachineOutputFromJSONTyped, StateMachineOutputToJSON, StateMachineOutputToJSONTyped, StateMachineStateInputFromJSON, StateMachineStateInputFromJSONTyped, StateMachineStateInputToJSON, StateMachineStateInputToJSONTyped, StateMachineStateORMFromJSON, StateMachineStateORMFromJSONTyped, StateMachineStateORMToJSON, StateMachineStateORMToJSONTyped, StateMachineStateOutputDtoFromJSON, StateMachineStateOutputDtoFromJSONTyped, StateMachineStateOutputDtoToJSON, StateMachineStateOutputDtoToJSONTyped, StateMachineTransitionInputFromJSON, StateMachineTransitionInputFromJSONTyped, StateMachineTransitionInputToJSON, StateMachineTransitionInputToJSONTyped, StateMachineTransitionLogORMFromJSON, StateMachineTransitionLogORMFromJSONTyped, StateMachineTransitionLogORMToJSON, StateMachineTransitionLogORMToJSONTyped, StateMachineTransitionORMFromJSON, StateMachineTransitionORMFromJSONTyped, StateMachineTransitionORMToJSON, StateMachineTransitionORMToJSONTyped, StateMachineTransitionOutputDtoFromJSON, StateMachineTransitionOutputDtoFromJSONTyped, StateMachineTransitionOutputDtoToJSON, StateMachineTransitionOutputDtoToJSONTyped, TextApiResponse, UpdateUserInOrganizationPasswordDtoFromJSON, UpdateUserInOrganizationPasswordDtoFromJSONTyped, UpdateUserInOrganizationPasswordDtoToJSON, UpdateUserInOrganizationPasswordDtoToJSONTyped, UploadDtoFromJSON, UploadDtoFromJSONTyped, UploadDtoToJSON, UploadDtoToJSONTyped, UploadOutputFromJSON, UploadOutputFromJSONTyped, UploadOutputToJSON, UploadOutputToJSONTyped, UserDtoFromJSON, UserDtoFromJSONTyped, UserDtoToJSON, UserDtoToJSONTyped, UserInOrganizationDtoFromJSON, UserInOrganizationDtoFromJSONTyped, UserInOrganizationDtoToJSON, UserInOrganizationDtoToJSONTyped, UserInOrganizationOutputFromJSON, UserInOrganizationOutputFromJSONTyped, UserInOrganizationOutputToJSON, UserInOrganizationOutputToJSONTyped, UserORMFromJSON, UserORMFromJSONTyped, UserORMToJSON, UserORMToJSONTyped, UserPaymentControlDtoFromJSON, UserPaymentControlDtoFromJSONTyped, UserPaymentControlDtoToJSON, UserPaymentControlDtoToJSONTyped, UserPaymentControlOutputFromJSON, UserPaymentControlOutputFromJSONTyped, UserPaymentControlOutputToJSON, UserPaymentControlOutputToJSONTyped, VoidApiResponse, XAxisOptionsFromJSON, XAxisOptionsFromJSONTyped, XAxisOptionsToJSON, XAxisOptionsToJSONTyped, YAxisOptionsFromJSON, YAxisOptionsFromJSONTyped, YAxisOptionsToJSON, YAxisOptionsToJSONTyped, canConsumeForm, exists, instanceOfAccountORM, instanceOfAccountOutput, instanceOfAddUserToOrganizationDto, instanceOfApiV1MapPost402Response, instanceOfArticleORM, instanceOfArticlePresentationORM, instanceOfArticleTypeORM, instanceOfAutoCompleteORM, instanceOfAvailableArticlesDto, instanceOfAvailableArticlesOutput, instanceOfAxisTime, instanceOfAxisTitle, instanceOfCalculateTourInput, instanceOfCalculateTourOutput, instanceOfChartConfiguration, instanceOfChartData, instanceOfChartDataset, instanceOfChartLegend, instanceOfChartOptions, instanceOfChartPlugins, instanceOfChartScales, instanceOfChartTitle, instanceOfComputeRouteInput, instanceOfCoordDto, instanceOfDataPoint, instanceOfDef200, instanceOfHealthcheckStatusValue, instanceOfInternalMapItemSearchResultORM, instanceOfItemDecorationDto, instanceOfItemLayerLinkInputDto, instanceOfItemLinkToLayerOutput, instanceOfItemRenderOptionsInput, instanceOfItemRenderOptionsOutput, instanceOfItemTypeFormDto, instanceOfItemTypeFormOutput, instanceOfItemTypeInitialValueInputDto, instanceOfItemTypeInitialValueOutput, instanceOfItemTypeOutput, instanceOfItemsOutput, instanceOfJobCatalogOutput, instanceOfJobDefinitionORM, instanceOfJobInstanceListOutput, instanceOfJobInstanceORM, instanceOfJobInstanceOutput, instanceOfJobRequestInput, instanceOfJobResultUpdateInput, instanceOfJournalBookORM, instanceOfJournalEntryArticleORM, instanceOfJournalEntryInput, instanceOfJournalEntryListOutput, instanceOfJournalEntryMultimediaInput, instanceOfJournalEntryMultimediaORM, instanceOfJournalEntryMultimediaOutput, instanceOfJournalEntryORM, instanceOfJournalEntryOutput, instanceOfJournalEntryOutputDto, instanceOfLayerFieldFilterOperator, instanceOfLayerInputDto, instanceOfLayerItemTypeFieldFilterDto, instanceOfLegendPosition, instanceOfLocationForReportORM, instanceOfLocationORM, instanceOfLocationOutput, instanceOfMagnitudeORM, instanceOfManualLoginInput, instanceOfManualLoginPasswordUpdateInput, instanceOfManualRegisterInput, instanceOfMapClusterListOutputPaginated, instanceOfMapClusterORM, instanceOfMapItemArticleInputDto, instanceOfMapItemArticleORM, instanceOfMapItemCustomFieldDefinitionORM, instanceOfMapItemDynamicFieldInputDto, instanceOfMapItemDynamicFieldORM, instanceOfMapItemDynamicFieldWithDefinitionORM, instanceOfMapItemFieldType, instanceOfMapItemInput, instanceOfMapItemLinkORM, instanceOfMapItemLinkOutput, instanceOfMapItemListOutput, instanceOfMapItemListOutputPaginated, instanceOfMapItemMultimediaORM, instanceOfMapItemMultimediaOutput, instanceOfMapItemNearByORM, instanceOfMapItemORM, instanceOfMapItemOutput, instanceOfMapItemOutputDto, instanceOfMapItemOutputDtoProps, instanceOfMapItemRenderFillOption, instanceOfMapItemRenderOptionsORM, instanceOfMapItemStateTransitionLogDto, instanceOfMapItemTypeDynamicFieldDefinitionOutput, instanceOfMapItemTypeDynamicFieldDefinitionSingleOutput, instanceOfMapItemTypeDynamicFieldDefinitionValuesOutput, instanceOfMapItemTypeFormAction, instanceOfMapItemTypeFormORM, instanceOfMapItemTypeFormOutput, instanceOfMapItemTypeFormSectionBaseFieldId, instanceOfMapItemTypeFormSectionDto, instanceOfMapItemTypeFormSectionFieldMetaType, instanceOfMapItemTypeFormSectionFieldORM, instanceOfMapItemTypeFormSectionFieldOutput, instanceOfMapItemTypeFormSectionORM, instanceOfMapItemTypeFormSectionOutput, instanceOfMapItemTypeInitialValueORM, instanceOfMapItemTypeORM, instanceOfMapItemTypeOutput, instanceOfMapItemTypeSingleOutput, instanceOfMapItemWithPointsInput, instanceOfMapLayerContourCoordORM, instanceOfMapLayerInput, instanceOfMapLayerItemDecorationORM, instanceOfMapLayerItemORM, instanceOfMapLayerItemTypeFieldFilterORM, instanceOfMapLayerListOutput, instanceOfMapLayerORM, instanceOfMapLayerOutput, instanceOfMapLayerOutputDto, instanceOfMapListOutput, instanceOfMapORM, instanceOfMapOutput, instanceOfMapZoneInput, instanceOfMapZoneORM, instanceOfMapZoneOutput, instanceOfMapZoneOutputDto, instanceOfMapZonePointInput, instanceOfMapZonePointORM, instanceOfMapZoneWithPointsInput, instanceOfMeasureUnitORM, instanceOfModelRequestContext, instanceOfMultimediaORM, instanceOfMultimediaOutput, instanceOfMultipleMultimediaOutput, instanceOfNearbyPlaceDto, instanceOfNominatimAddressORM, instanceOfNominatimORM, instanceOfOAuthClientORM, instanceOfOAuthRefreshTokenORM, instanceOfOrganizationORM, instanceOfPageInfo, instanceOfPlaceAddressDto, instanceOfPlaceDetailsDto, instanceOfPlaceDetailsOutput, instanceOfReportAllItemsListOutput, instanceOfReportAvailableColumnDto, instanceOfReportAvailableColumnsListOutput, instanceOfReportColumnFilterListOutput, instanceOfReportColumnFilterORM, instanceOfReportColumnFilterOutput, instanceOfReportColumnListOutput, instanceOfReportColumnORM, instanceOfReportColumnOutput, instanceOfReportConfigurationDto, instanceOfReportDataCSVDto, instanceOfReportDataDto, instanceOfReportDataJSONDto, instanceOfReportDataORM, instanceOfReportDataOutput, instanceOfReportDataRowORM, instanceOfReportDto, instanceOfReportListOutput, instanceOfReportORM, instanceOfReportOutput, instanceOfReverseGeoCodingOutput, instanceOfRouteDto, instanceOfRouteLegDto, instanceOfRouteOutput, instanceOfRouteStepDto, instanceOfRouteTravelMode, instanceOfSEARCHSECTIONS, instanceOfSearchORM, instanceOfSearchOutput, instanceOfSearchResultDto, instanceOfSearchResultSectionDto, instanceOfSearchResultSectionItem, instanceOfSourceDto, instanceOfSourceListOutput, instanceOfSourceOutput, instanceOfStateMachineDefinitionListOutput, instanceOfStateMachineDefinitionOutput, instanceOfStateMachineDefinitionOutputDto, instanceOfStateMachineInput, instanceOfStateMachineORM, instanceOfStateMachineOutput, instanceOfStateMachineStateInput, instanceOfStateMachineStateORM, instanceOfStateMachineStateOutputDto, instanceOfStateMachineTransitionInput, instanceOfStateMachineTransitionLogORM, instanceOfStateMachineTransitionORM, instanceOfStateMachineTransitionOutputDto, instanceOfUpdateUserInOrganizationPasswordDto, instanceOfUploadDto, instanceOfUploadOutput, instanceOfUserDto, instanceOfUserInOrganizationDto, instanceOfUserInOrganizationOutput, instanceOfUserORM, instanceOfUserPaymentControlDto, instanceOfUserPaymentControlOutput, instanceOfXAxisOptions, instanceOfYAxisOptions, mapValues, querystring };
11553
+ export { AccountApi, AccountORMFromJSON, AccountORMFromJSONTyped, AccountORMToJSON, AccountORMToJSONTyped, AccountOutputFromJSON, AccountOutputFromJSONTyped, AccountOutputToJSON, AccountOutputToJSONTyped, AddUserToOrganizationDtoFromJSON, AddUserToOrganizationDtoFromJSONTyped, AddUserToOrganizationDtoToJSON, AddUserToOrganizationDtoToJSONTyped, ApiV1MapPost402ResponseFromJSON, ApiV1MapPost402ResponseFromJSONTyped, ApiV1MapPost402ResponseToJSON, ApiV1MapPost402ResponseToJSONTyped, ApiV1ReportItemGetOrderDirectionEnum, ApiV1ReportItemGetQOperatorEnum, ApiV1ReportReportIdDataPostFormatEnum, ArticleApi, ArticleORMFromJSON, ArticleORMFromJSONTyped, ArticleORMToJSON, ArticleORMToJSONTyped, ArticlePresentationORMFromJSON, ArticlePresentationORMFromJSONTyped, ArticlePresentationORMToJSON, ArticlePresentationORMToJSONTyped, ArticleTypeORMFromJSON, ArticleTypeORMFromJSONTyped, ArticleTypeORMToJSON, ArticleTypeORMToJSONTyped, AutoCompleteORMFromJSON, AutoCompleteORMFromJSONTyped, AutoCompleteORMToJSON, AutoCompleteORMToJSONTyped, AvailableArticlesDtoFromJSON, AvailableArticlesDtoFromJSONTyped, AvailableArticlesDtoToJSON, AvailableArticlesDtoToJSONTyped, AvailableArticlesOutputFromJSON, AvailableArticlesOutputFromJSONTyped, AvailableArticlesOutputToJSON, AvailableArticlesOutputToJSONTyped, AxisGridFromJSON, AxisGridFromJSONTyped, AxisGridToJSON, AxisGridToJSONTyped, AxisTimeFromJSON, AxisTimeFromJSONTyped, AxisTimeToJSON, AxisTimeToJSONTyped, AxisTitleFromJSON, AxisTitleFromJSONTyped, AxisTitleToJSON, AxisTitleToJSONTyped, BASE_PATH, BackofficeApi, BaseAPI, BlobApiResponse, COLLECTION_FORMATS, CalculateTourInputFromJSON, CalculateTourInputFromJSONTyped, CalculateTourInputToJSON, CalculateTourInputToJSONTyped, CalculateTourOutputFromJSON, CalculateTourOutputFromJSONTyped, CalculateTourOutputToJSON, CalculateTourOutputToJSONTyped, ChartConfigurationFromJSON, ChartConfigurationFromJSONTyped, ChartConfigurationToJSON, ChartConfigurationToJSONTyped, ChartDataFromJSON, ChartDataFromJSONTyped, ChartDataToJSON, ChartDataToJSONTyped, ChartDatasetFromJSON, ChartDatasetFromJSONTyped, ChartDatasetToJSON, ChartDatasetToJSONTyped, ChartLegendFromJSON, ChartLegendFromJSONTyped, ChartLegendPositionEnum, ChartLegendToJSON, ChartLegendToJSONTyped, ChartOptionsFromJSON, ChartOptionsFromJSONTyped, ChartOptionsToJSON, ChartOptionsToJSONTyped, ChartPluginsFromJSON, ChartPluginsFromJSONTyped, ChartPluginsToJSON, ChartPluginsToJSONTyped, ChartScalesFromJSON, ChartScalesFromJSONTyped, ChartScalesToJSON, ChartScalesToJSONTyped, ChartTitleFromJSON, ChartTitleFromJSONTyped, ChartTitleToJSON, ChartTitleToJSONTyped, ComputeRouteInputFromJSON, ComputeRouteInputFromJSONTyped, ComputeRouteInputToJSON, ComputeRouteInputToJSONTyped, ComputeRouteInputTravelModeEnum, Configuration, CoordDtoFromJSON, CoordDtoFromJSONTyped, CoordDtoToJSON, CoordDtoToJSONTyped, DataPointFromJSON, DataPointFromJSONTyped, DataPointToJSON, DataPointToJSONTyped, Def227FromJSON, Def227FromJSONTyped, Def227ToJSON, Def227ToJSONTyped, DefaultApi, DefaultConfig, FetchError, HealthcheckApi, HealthcheckStatusValue, HealthcheckStatusValueFromJSON, HealthcheckStatusValueFromJSONTyped, HealthcheckStatusValueToJSON, HealthcheckStatusValueToJSONTyped, InternalMapItemSearchResultORMFromJSON, InternalMapItemSearchResultORMFromJSONTyped, InternalMapItemSearchResultORMToJSON, InternalMapItemSearchResultORMToJSONTyped, ItemApi, ItemDecorationDtoFromJSON, ItemDecorationDtoFromJSONTyped, ItemDecorationDtoToJSON, ItemDecorationDtoToJSONTyped, ItemLayerLinkInputDtoFromJSON, ItemLayerLinkInputDtoFromJSONTyped, ItemLayerLinkInputDtoToJSON, ItemLayerLinkInputDtoToJSONTyped, ItemLinkToLayerOutputFromJSON, ItemLinkToLayerOutputFromJSONTyped, ItemLinkToLayerOutputToJSON, ItemLinkToLayerOutputToJSONTyped, ItemRenderOptionsInputFillTypeEnum, ItemRenderOptionsInputFromJSON, ItemRenderOptionsInputFromJSONTyped, ItemRenderOptionsInputToJSON, ItemRenderOptionsInputToJSONTyped, ItemRenderOptionsOutputFromJSON, ItemRenderOptionsOutputFromJSONTyped, ItemRenderOptionsOutputToJSON, ItemRenderOptionsOutputToJSONTyped, ItemTypeApi, ItemTypeFormDtoFromJSON, ItemTypeFormDtoFromJSONTyped, ItemTypeFormDtoToJSON, ItemTypeFormDtoToJSONTyped, ItemTypeFormOutputFromJSON, ItemTypeFormOutputFromJSONTyped, ItemTypeFormOutputToJSON, ItemTypeFormOutputToJSONTyped, ItemTypeInitialValueInputDtoFromJSON, ItemTypeInitialValueInputDtoFromJSONTyped, ItemTypeInitialValueInputDtoToJSON, ItemTypeInitialValueInputDtoToJSONTyped, ItemTypeInitialValueOutputFromJSON, ItemTypeInitialValueOutputFromJSONTyped, ItemTypeInitialValueOutputToJSON, ItemTypeInitialValueOutputToJSONTyped, ItemTypeOutputFromJSON, ItemTypeOutputFromJSONTyped, ItemTypeOutputToJSON, ItemTypeOutputToJSONTyped, ItemsOutputFromJSON, ItemsOutputFromJSONTyped, ItemsOutputToJSON, ItemsOutputToJSONTyped, JSONApiResponse, JobApi, JobCatalogOutputFromJSON, JobCatalogOutputFromJSONTyped, JobCatalogOutputToJSON, JobCatalogOutputToJSONTyped, JobDefinitionORMFromJSON, JobDefinitionORMFromJSONTyped, JobDefinitionORMToJSON, JobDefinitionORMToJSONTyped, JobInstanceListOutputFromJSON, JobInstanceListOutputFromJSONTyped, JobInstanceListOutputToJSON, JobInstanceListOutputToJSONTyped, JobInstanceORMFromJSON, JobInstanceORMFromJSONTyped, JobInstanceORMToJSON, JobInstanceORMToJSONTyped, JobInstanceOutputFromJSON, JobInstanceOutputFromJSONTyped, JobInstanceOutputToJSON, JobInstanceOutputToJSONTyped, JobRequestInputFromJSON, JobRequestInputFromJSONTyped, JobRequestInputToJSON, JobRequestInputToJSONTyped, JobResultUpdateInputFromJSON, JobResultUpdateInputFromJSONTyped, JobResultUpdateInputToJSON, JobResultUpdateInputToJSONTyped, JournalApi, JournalBookORMFromJSON, JournalBookORMFromJSONTyped, JournalBookORMToJSON, JournalBookORMToJSONTyped, JournalEntryArticleORMFromJSON, JournalEntryArticleORMFromJSONTyped, JournalEntryArticleORMToJSON, JournalEntryArticleORMToJSONTyped, JournalEntryInputFromJSON, JournalEntryInputFromJSONTyped, JournalEntryInputToJSON, JournalEntryInputToJSONTyped, JournalEntryListOutputFromJSON, JournalEntryListOutputFromJSONTyped, JournalEntryListOutputToJSON, JournalEntryListOutputToJSONTyped, JournalEntryMultimediaInputFromJSON, JournalEntryMultimediaInputFromJSONTyped, JournalEntryMultimediaInputToJSON, JournalEntryMultimediaInputToJSONTyped, JournalEntryMultimediaORMFromJSON, JournalEntryMultimediaORMFromJSONTyped, JournalEntryMultimediaORMToJSON, JournalEntryMultimediaORMToJSONTyped, JournalEntryMultimediaOutputFromJSON, JournalEntryMultimediaOutputFromJSONTyped, JournalEntryMultimediaOutputToJSON, JournalEntryMultimediaOutputToJSONTyped, JournalEntryORMFromJSON, JournalEntryORMFromJSONTyped, JournalEntryORMToJSON, JournalEntryORMToJSONTyped, JournalEntryOutputDtoFromJSON, JournalEntryOutputDtoFromJSONTyped, JournalEntryOutputDtoToJSON, JournalEntryOutputDtoToJSONTyped, JournalEntryOutputFromJSON, JournalEntryOutputFromJSONTyped, JournalEntryOutputToJSON, JournalEntryOutputToJSONTyped, LayerApi, LayerFieldFilterOperator, LayerFieldFilterOperatorFromJSON, LayerFieldFilterOperatorFromJSONTyped, LayerFieldFilterOperatorToJSON, LayerFieldFilterOperatorToJSONTyped, LayerInputDtoFromJSON, LayerInputDtoFromJSONTyped, LayerInputDtoToJSON, LayerInputDtoToJSONTyped, LayerItemTypeFieldFilterDtoFromJSON, LayerItemTypeFieldFilterDtoFromJSONTyped, LayerItemTypeFieldFilterDtoOperatorEnum, LayerItemTypeFieldFilterDtoToJSON, LayerItemTypeFieldFilterDtoToJSONTyped, LegendPosition, LegendPositionFromJSON, LegendPositionFromJSONTyped, LegendPositionToJSON, LegendPositionToJSONTyped, LocationApi, LocationForReportORMFromJSON, LocationForReportORMFromJSONTyped, LocationForReportORMToJSON, LocationForReportORMToJSONTyped, LocationORMFromJSON, LocationORMFromJSONTyped, LocationORMToJSON, LocationORMToJSONTyped, LocationOutputFromJSON, LocationOutputFromJSONTyped, LocationOutputToJSON, LocationOutputToJSONTyped, LoginApi, MagnitudeORMFromJSON, MagnitudeORMFromJSONTyped, MagnitudeORMToJSON, MagnitudeORMToJSONTyped, ManualLoginInputFromJSON, ManualLoginInputFromJSONTyped, ManualLoginInputToJSON, ManualLoginInputToJSONTyped, ManualLoginPasswordUpdateInputFromJSON, ManualLoginPasswordUpdateInputFromJSONTyped, ManualLoginPasswordUpdateInputToJSON, ManualLoginPasswordUpdateInputToJSONTyped, ManualRegisterInputFromJSON, ManualRegisterInputFromJSONTyped, ManualRegisterInputToJSON, ManualRegisterInputToJSONTyped, MapApi, MapClusterListOutputPaginatedFromJSON, MapClusterListOutputPaginatedFromJSONTyped, MapClusterListOutputPaginatedToJSON, MapClusterListOutputPaginatedToJSONTyped, MapClusterORMFromJSON, MapClusterORMFromJSONTyped, MapClusterORMToJSON, MapClusterORMToJSONTyped, MapItemArticleInputDtoFromJSON, MapItemArticleInputDtoFromJSONTyped, MapItemArticleInputDtoToJSON, MapItemArticleInputDtoToJSONTyped, MapItemArticleORMFromJSON, MapItemArticleORMFromJSONTyped, MapItemArticleORMToJSON, MapItemArticleORMToJSONTyped, MapItemCustomFieldDefinitionORMFieldTypeEnum, MapItemCustomFieldDefinitionORMFromJSON, MapItemCustomFieldDefinitionORMFromJSONTyped, MapItemCustomFieldDefinitionORMToJSON, MapItemCustomFieldDefinitionORMToJSONTyped, MapItemDynamicFieldInputDtoFromJSON, MapItemDynamicFieldInputDtoFromJSONTyped, MapItemDynamicFieldInputDtoToJSON, MapItemDynamicFieldInputDtoToJSONTyped, MapItemDynamicFieldORMFromJSON, MapItemDynamicFieldORMFromJSONTyped, MapItemDynamicFieldORMToJSON, MapItemDynamicFieldORMToJSONTyped, MapItemDynamicFieldWithDefinitionORMFromJSON, MapItemDynamicFieldWithDefinitionORMFromJSONTyped, MapItemDynamicFieldWithDefinitionORMToJSON, MapItemDynamicFieldWithDefinitionORMToJSONTyped, MapItemFieldType, MapItemFieldTypeFromJSON, MapItemFieldTypeFromJSONTyped, MapItemFieldTypeToJSON, MapItemFieldTypeToJSONTyped, MapItemInputFromJSON, MapItemInputFromJSONTyped, MapItemInputToJSON, MapItemInputToJSONTyped, MapItemLinkORMFromJSON, MapItemLinkORMFromJSONTyped, MapItemLinkORMToJSON, MapItemLinkORMToJSONTyped, MapItemLinkOutputFromJSON, MapItemLinkOutputFromJSONTyped, MapItemLinkOutputToJSON, MapItemLinkOutputToJSONTyped, MapItemListOutputFromJSON, MapItemListOutputFromJSONTyped, MapItemListOutputPaginatedFromJSON, MapItemListOutputPaginatedFromJSONTyped, MapItemListOutputPaginatedToJSON, MapItemListOutputPaginatedToJSONTyped, MapItemListOutputToJSON, MapItemListOutputToJSONTyped, MapItemMultimediaORMFromJSON, MapItemMultimediaORMFromJSONTyped, MapItemMultimediaORMToJSON, MapItemMultimediaORMToJSONTyped, MapItemMultimediaOutputFromJSON, MapItemMultimediaOutputFromJSONTyped, MapItemMultimediaOutputToJSON, MapItemMultimediaOutputToJSONTyped, MapItemNearByORMFromJSON, MapItemNearByORMFromJSONTyped, MapItemNearByORMToJSON, MapItemNearByORMToJSONTyped, MapItemORMFromJSON, MapItemORMFromJSONTyped, MapItemORMToJSON, MapItemORMToJSONTyped, MapItemOutputDtoFromJSON, MapItemOutputDtoFromJSONTyped, MapItemOutputDtoPropsFromJSON, MapItemOutputDtoPropsFromJSONTyped, MapItemOutputDtoPropsToJSON, MapItemOutputDtoPropsToJSONTyped, MapItemOutputDtoToJSON, MapItemOutputDtoToJSONTyped, MapItemOutputFromJSON, MapItemOutputFromJSONTyped, MapItemOutputToJSON, MapItemOutputToJSONTyped, MapItemRenderFillOption, MapItemRenderFillOptionFromJSON, MapItemRenderFillOptionFromJSONTyped, MapItemRenderFillOptionToJSON, MapItemRenderFillOptionToJSONTyped, MapItemRenderOptionsORMFillTypeEnum, MapItemRenderOptionsORMFromJSON, MapItemRenderOptionsORMFromJSONTyped, MapItemRenderOptionsORMToJSON, MapItemRenderOptionsORMToJSONTyped, MapItemStateTransitionLogDtoFromJSON, MapItemStateTransitionLogDtoFromJSONTyped, MapItemStateTransitionLogDtoToJSON, MapItemStateTransitionLogDtoToJSONTyped, MapItemTypeDynamicFieldDefinitionOutputFromJSON, MapItemTypeDynamicFieldDefinitionOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionOutputToJSON, MapItemTypeDynamicFieldDefinitionOutputToJSONTyped, MapItemTypeDynamicFieldDefinitionSingleOutputFromJSON, MapItemTypeDynamicFieldDefinitionSingleOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionSingleOutputToJSON, MapItemTypeDynamicFieldDefinitionSingleOutputToJSONTyped, MapItemTypeDynamicFieldDefinitionValuesOutputFromJSON, MapItemTypeDynamicFieldDefinitionValuesOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionValuesOutputToJSON, MapItemTypeDynamicFieldDefinitionValuesOutputToJSONTyped, MapItemTypeFormAction, MapItemTypeFormActionFromJSON, MapItemTypeFormActionFromJSONTyped, MapItemTypeFormActionToJSON, MapItemTypeFormActionToJSONTyped, MapItemTypeFormORMFromJSON, MapItemTypeFormORMFromJSONTyped, MapItemTypeFormORMTargetActionNameEnum, MapItemTypeFormORMToJSON, MapItemTypeFormORMToJSONTyped, MapItemTypeFormOutputFromJSON, MapItemTypeFormOutputFromJSONTyped, MapItemTypeFormOutputToJSON, MapItemTypeFormOutputToJSONTyped, MapItemTypeFormSectionBaseFieldId, MapItemTypeFormSectionBaseFieldIdFromJSON, MapItemTypeFormSectionBaseFieldIdFromJSONTyped, MapItemTypeFormSectionBaseFieldIdToJSON, MapItemTypeFormSectionBaseFieldIdToJSONTyped, MapItemTypeFormSectionDtoFromJSON, MapItemTypeFormSectionDtoFromJSONTyped, MapItemTypeFormSectionDtoToJSON, MapItemTypeFormSectionDtoToJSONTyped, MapItemTypeFormSectionFieldMetaType, MapItemTypeFormSectionFieldMetaTypeFromJSON, MapItemTypeFormSectionFieldMetaTypeFromJSONTyped, MapItemTypeFormSectionFieldMetaTypeToJSON, MapItemTypeFormSectionFieldMetaTypeToJSONTyped, MapItemTypeFormSectionFieldORMFieldMetaTypeEnum, MapItemTypeFormSectionFieldORMFieldTypeEnum, MapItemTypeFormSectionFieldORMFromJSON, MapItemTypeFormSectionFieldORMFromJSONTyped, MapItemTypeFormSectionFieldORMToJSON, MapItemTypeFormSectionFieldORMToJSONTyped, MapItemTypeFormSectionFieldOutputFromJSON, MapItemTypeFormSectionFieldOutputFromJSONTyped, MapItemTypeFormSectionFieldOutputToJSON, MapItemTypeFormSectionFieldOutputToJSONTyped, MapItemTypeFormSectionORMFromJSON, MapItemTypeFormSectionORMFromJSONTyped, MapItemTypeFormSectionORMToJSON, MapItemTypeFormSectionORMToJSONTyped, MapItemTypeFormSectionOutputFromJSON, MapItemTypeFormSectionOutputFromJSONTyped, MapItemTypeFormSectionOutputToJSON, MapItemTypeFormSectionOutputToJSONTyped, MapItemTypeInitialValueORMFromJSON, MapItemTypeInitialValueORMFromJSONTyped, MapItemTypeInitialValueORMToJSON, MapItemTypeInitialValueORMToJSONTyped, MapItemTypeORMFromJSON, MapItemTypeORMFromJSONTyped, MapItemTypeORMToJSON, MapItemTypeORMToJSONTyped, MapItemTypeOutputFromJSON, MapItemTypeOutputFromJSONTyped, MapItemTypeOutputToJSON, MapItemTypeOutputToJSONTyped, MapItemTypeSingleOutputFromJSON, MapItemTypeSingleOutputFromJSONTyped, MapItemTypeSingleOutputToJSON, MapItemTypeSingleOutputToJSONTyped, MapItemWithPointsInputFromJSON, MapItemWithPointsInputFromJSONTyped, MapItemWithPointsInputToJSON, MapItemWithPointsInputToJSONTyped, MapLayerContourCoordORMFromJSON, MapLayerContourCoordORMFromJSONTyped, MapLayerContourCoordORMToJSON, MapLayerContourCoordORMToJSONTyped, MapLayerInputFromJSON, MapLayerInputFromJSONTyped, MapLayerInputToJSON, MapLayerInputToJSONTyped, MapLayerItemDecorationORMFromJSON, MapLayerItemDecorationORMFromJSONTyped, MapLayerItemDecorationORMToJSON, MapLayerItemDecorationORMToJSONTyped, MapLayerItemORMFromJSON, MapLayerItemORMFromJSONTyped, MapLayerItemORMToJSON, MapLayerItemORMToJSONTyped, MapLayerItemTypeFieldFilterORMFromJSON, MapLayerItemTypeFieldFilterORMFromJSONTyped, MapLayerItemTypeFieldFilterORMOperatorEnum, MapLayerItemTypeFieldFilterORMToJSON, MapLayerItemTypeFieldFilterORMToJSONTyped, MapLayerListOutputFromJSON, MapLayerListOutputFromJSONTyped, MapLayerListOutputToJSON, MapLayerListOutputToJSONTyped, MapLayerORMFromJSON, MapLayerORMFromJSONTyped, MapLayerORMToJSON, MapLayerORMToJSONTyped, MapLayerOutputDtoFromJSON, MapLayerOutputDtoFromJSONTyped, MapLayerOutputDtoToJSON, MapLayerOutputDtoToJSONTyped, MapLayerOutputFromJSON, MapLayerOutputFromJSONTyped, MapLayerOutputToJSON, MapLayerOutputToJSONTyped, MapListOutputFromJSON, MapListOutputFromJSONTyped, MapListOutputToJSON, MapListOutputToJSONTyped, MapORMFromJSON, MapORMFromJSONTyped, MapORMToJSON, MapORMToJSONTyped, MapOutputFromJSON, MapOutputFromJSONTyped, MapOutputToJSON, MapOutputToJSONTyped, MapZoneInputFromJSON, MapZoneInputFromJSONTyped, MapZoneInputToJSON, MapZoneInputToJSONTyped, MapZoneORMFromJSON, MapZoneORMFromJSONTyped, MapZoneORMToJSON, MapZoneORMToJSONTyped, MapZoneOutputDtoFromJSON, MapZoneOutputDtoFromJSONTyped, MapZoneOutputDtoToJSON, MapZoneOutputDtoToJSONTyped, MapZoneOutputFromJSON, MapZoneOutputFromJSONTyped, MapZoneOutputToJSON, MapZoneOutputToJSONTyped, MapZonePointInputFromJSON, MapZonePointInputFromJSONTyped, MapZonePointInputToJSON, MapZonePointInputToJSONTyped, MapZonePointORMFromJSON, MapZonePointORMFromJSONTyped, MapZonePointORMToJSON, MapZonePointORMToJSONTyped, MapZoneWithPointsInputFromJSON, MapZoneWithPointsInputFromJSONTyped, MapZoneWithPointsInputToJSON, MapZoneWithPointsInputToJSONTyped, McpApi, MeasureUnitORMFromJSON, MeasureUnitORMFromJSONTyped, MeasureUnitORMToJSON, MeasureUnitORMToJSONTyped, ModelRequestContextFromJSON, ModelRequestContextFromJSONTyped, ModelRequestContextToJSON, ModelRequestContextToJSONTyped, MultimediaApi, MultimediaORMFromJSON, MultimediaORMFromJSONTyped, MultimediaORMToJSON, MultimediaORMToJSONTyped, MultimediaOutputFromJSON, MultimediaOutputFromJSONTyped, MultimediaOutputToJSON, MultimediaOutputToJSONTyped, MultipleMultimediaOutputFromJSON, MultipleMultimediaOutputFromJSONTyped, MultipleMultimediaOutputToJSON, MultipleMultimediaOutputToJSONTyped, NearbyPlaceDtoFromJSON, NearbyPlaceDtoFromJSONTyped, NearbyPlaceDtoToJSON, NearbyPlaceDtoToJSONTyped, NominatimAddressORMFromJSON, NominatimAddressORMFromJSONTyped, NominatimAddressORMToJSON, NominatimAddressORMToJSONTyped, NominatimORMFromJSON, NominatimORMFromJSONTyped, NominatimORMToJSON, NominatimORMToJSONTyped, OAuthApi, OAuthClientORMFromJSON, OAuthClientORMFromJSONTyped, OAuthClientORMToJSON, OAuthClientORMToJSONTyped, OAuthRefreshTokenORMFromJSON, OAuthRefreshTokenORMFromJSONTyped, OAuthRefreshTokenORMToJSON, OAuthRefreshTokenORMToJSONTyped, OrganizationApi, OrganizationORMFromJSON, OrganizationORMFromJSONTyped, OrganizationORMToJSON, OrganizationORMToJSONTyped, PageInfoFromJSON, PageInfoFromJSONTyped, PageInfoToJSON, PageInfoToJSONTyped, PlaceAddressDtoFromJSON, PlaceAddressDtoFromJSONTyped, PlaceAddressDtoToJSON, PlaceAddressDtoToJSONTyped, PlaceApi, PlaceDetailsDtoFromJSON, PlaceDetailsDtoFromJSONTyped, PlaceDetailsDtoToJSON, PlaceDetailsDtoToJSONTyped, PlaceDetailsOutputFromJSON, PlaceDetailsOutputFromJSONTyped, PlaceDetailsOutputToJSON, PlaceDetailsOutputToJSONTyped, ReportAllItemsListOutputFromJSON, ReportAllItemsListOutputFromJSONTyped, ReportAllItemsListOutputToJSON, ReportAllItemsListOutputToJSONTyped, ReportApi, ReportAvailableColumnDtoColumnTypeEnum, ReportAvailableColumnDtoFromJSON, ReportAvailableColumnDtoFromJSONTyped, ReportAvailableColumnDtoToJSON, ReportAvailableColumnDtoToJSONTyped, ReportAvailableColumnsListOutputFromJSON, ReportAvailableColumnsListOutputFromJSONTyped, ReportAvailableColumnsListOutputToJSON, ReportAvailableColumnsListOutputToJSONTyped, ReportColumnFilterListOutputFromJSON, ReportColumnFilterListOutputFromJSONTyped, ReportColumnFilterListOutputToJSON, ReportColumnFilterListOutputToJSONTyped, ReportColumnFilterORMFromJSON, ReportColumnFilterORMFromJSONTyped, ReportColumnFilterORMToJSON, ReportColumnFilterORMToJSONTyped, ReportColumnFilterOutputFromJSON, ReportColumnFilterOutputFromJSONTyped, ReportColumnFilterOutputToJSON, ReportColumnFilterOutputToJSONTyped, ReportColumnListOutputFromJSON, ReportColumnListOutputFromJSONTyped, ReportColumnListOutputToJSON, ReportColumnListOutputToJSONTyped, ReportColumnORMFromJSON, ReportColumnORMFromJSONTyped, ReportColumnORMToJSON, ReportColumnORMToJSONTyped, ReportColumnOutputFromJSON, ReportColumnOutputFromJSONTyped, ReportColumnOutputToJSON, ReportColumnOutputToJSONTyped, ReportConfigurationDtoFromJSON, ReportConfigurationDtoFromJSONTyped, ReportConfigurationDtoToJSON, ReportConfigurationDtoToJSONTyped, ReportDataCSVDtoFromJSON, ReportDataCSVDtoFromJSONTyped, ReportDataCSVDtoToJSON, ReportDataCSVDtoToJSONTyped, ReportDataDtoFromJSON, ReportDataDtoFromJSONTyped, ReportDataDtoToJSON, ReportDataDtoToJSONTyped, ReportDataJSONDtoFromJSON, ReportDataJSONDtoFromJSONTyped, ReportDataJSONDtoToJSON, ReportDataJSONDtoToJSONTyped, ReportDataORMFromJSON, ReportDataORMFromJSONTyped, ReportDataORMToJSON, ReportDataORMToJSONTyped, ReportDataOutputFromJSON, ReportDataOutputFromJSONTyped, ReportDataOutputToJSON, ReportDataOutputToJSONTyped, ReportDataRowORMFromJSON, ReportDataRowORMFromJSONTyped, ReportDataRowORMToJSON, ReportDataRowORMToJSONTyped, ReportDtoFromJSON, ReportDtoFromJSONTyped, ReportDtoToJSON, ReportDtoToJSONTyped, ReportListOutputFromJSON, ReportListOutputFromJSONTyped, ReportListOutputToJSON, ReportListOutputToJSONTyped, ReportORMFromJSON, ReportORMFromJSONTyped, ReportORMToJSON, ReportORMToJSONTyped, ReportOutputFromJSON, ReportOutputFromJSONTyped, ReportOutputToJSON, ReportOutputToJSONTyped, ReportQueryAxis, ReportQueryAxisFromJSON, ReportQueryAxisFromJSONTyped, ReportQueryAxisToJSON, ReportQueryAxisToJSONTyped, ReportQueryCatalogFieldBucketsEnum, ReportQueryCatalogFieldFilterOperatorsEnum, ReportQueryCatalogFieldFromJSON, ReportQueryCatalogFieldFromJSONTyped, ReportQueryCatalogFieldMetricOperationsEnum, ReportQueryCatalogFieldSourcesEnum, ReportQueryCatalogFieldSuggestedNormalizeEnum, ReportQueryCatalogFieldToJSON, ReportQueryCatalogFieldToJSONTyped, ReportQueryCatalogFieldTypeEnum, ReportQueryCatalogOutputFromJSON, ReportQueryCatalogOutputFromJSONTyped, ReportQueryCatalogOutputToJSON, ReportQueryCatalogOutputToJSONTyped, ReportQueryChart, ReportQueryChartFromJSON, ReportQueryChartFromJSONTyped, ReportQueryChartToJSON, ReportQueryChartToJSONTyped, ReportQueryDataDtoFromJSON, ReportQueryDataDtoFromJSONTyped, ReportQueryDataDtoToJSON, ReportQueryDataDtoToJSONTyped, ReportQueryDataOutputFromJSON, ReportQueryDataOutputFromJSONTyped, ReportQueryDataOutputToJSON, ReportQueryDataOutputToJSONTyped, ReportQueryDateBucket, ReportQueryDateBucketFromJSON, ReportQueryDateBucketFromJSONTyped, ReportQueryDateBucketToJSON, ReportQueryDateBucketToJSONTyped, ReportQueryDefinitionChartEnum, ReportQueryDefinitionFromJSON, ReportQueryDefinitionFromJSONTyped, ReportQueryDefinitionSourceEnum, ReportQueryDefinitionToJSON, ReportQueryDefinitionToJSONTyped, ReportQueryDimensionBucketEnum, ReportQueryDimensionFromJSON, ReportQueryDimensionFromJSONTyped, ReportQueryDimensionNormalizeEnum, ReportQueryDimensionToJSON, ReportQueryDimensionToJSONTyped, ReportQueryDtoFromJSON, ReportQueryDtoFromJSONTyped, ReportQueryDtoToJSON, ReportQueryDtoToJSONTyped, ReportQueryFieldType, ReportQueryFieldTypeFromJSON, ReportQueryFieldTypeFromJSONTyped, ReportQueryFieldTypeToJSON, ReportQueryFieldTypeToJSONTyped, ReportQueryFilterFromJSON, ReportQueryFilterFromJSONTyped, ReportQueryFilterOpEnum, ReportQueryFilterOperator, ReportQueryFilterOperatorFromJSON, ReportQueryFilterOperatorFromJSONTyped, ReportQueryFilterOperatorToJSON, ReportQueryFilterOperatorToJSONTyped, ReportQueryFilterToJSON, ReportQueryFilterToJSONTyped, ReportQueryInputFromJSON, ReportQueryInputFromJSONTyped, ReportQueryInputToJSON, ReportQueryInputToJSONTyped, ReportQueryListOutputFromJSON, ReportQueryListOutputFromJSONTyped, ReportQueryListOutputToJSON, ReportQueryListOutputToJSONTyped, ReportQueryMetricFromJSON, ReportQueryMetricFromJSONTyped, ReportQueryMetricOpEnum, ReportQueryMetricOperation, ReportQueryMetricOperationFromJSON, ReportQueryMetricOperationFromJSONTyped, ReportQueryMetricOperationToJSON, ReportQueryMetricOperationToJSONTyped, ReportQueryMetricToJSON, ReportQueryMetricToJSONTyped, ReportQueryNormalize, ReportQueryNormalizeFromJSON, ReportQueryNormalizeFromJSONTyped, ReportQueryNormalizeToJSON, ReportQueryNormalizeToJSONTyped, ReportQueryOutputFromJSON, ReportQueryOutputFromJSONTyped, ReportQueryOutputToJSON, ReportQueryOutputToJSONTyped, ReportQueryPreviewInputFromJSON, ReportQueryPreviewInputFromJSONTyped, ReportQueryPreviewInputToJSON, ReportQueryPreviewInputToJSONTyped, ReportQueryResultColumnFromJSON, ReportQueryResultColumnFromJSONTyped, ReportQueryResultColumnToJSON, ReportQueryResultColumnToJSONTyped, ReportQueryResultFromJSON, ReportQueryResultFromJSONTyped, ReportQueryResultRowFromJSON, ReportQueryResultRowFromJSONTyped, ReportQueryResultRowToJSON, ReportQueryResultRowToJSONTyped, ReportQueryResultToJSON, ReportQueryResultToJSONTyped, ReportQuerySeriesAxisEnum, ReportQuerySeriesChart, ReportQuerySeriesChartEnum, ReportQuerySeriesChartFromJSON, ReportQuerySeriesChartFromJSONTyped, ReportQuerySeriesChartToJSON, ReportQuerySeriesChartToJSONTyped, ReportQuerySeriesFromJSON, ReportQuerySeriesFromJSONTyped, ReportQuerySeriesSourceEnum, ReportQuerySeriesToJSON, ReportQuerySeriesToJSONTyped, ReportQuerySource, ReportQuerySourceFromJSON, ReportQuerySourceFromJSONTyped, ReportQuerySourceToJSON, ReportQuerySourceToJSONTyped, RequiredError, ResponseError, ReverseGeoCodingOutputFromJSON, ReverseGeoCodingOutputFromJSONTyped, ReverseGeoCodingOutputToJSON, ReverseGeoCodingOutputToJSONTyped, RouteApi, RouteDtoFromJSON, RouteDtoFromJSONTyped, RouteDtoToJSON, RouteDtoToJSONTyped, RouteLegDtoFromJSON, RouteLegDtoFromJSONTyped, RouteLegDtoToJSON, RouteLegDtoToJSONTyped, RouteOutputFromJSON, RouteOutputFromJSONTyped, RouteOutputToJSON, RouteOutputToJSONTyped, RouteStepDtoFromJSON, RouteStepDtoFromJSONTyped, RouteStepDtoToJSON, RouteStepDtoToJSONTyped, RouteTravelMode, RouteTravelModeFromJSON, RouteTravelModeFromJSONTyped, RouteTravelModeToJSON, RouteTravelModeToJSONTyped, SEARCHSECTIONS, SEARCHSECTIONSFromJSON, SEARCHSECTIONSFromJSONTyped, SEARCHSECTIONSToJSON, SEARCHSECTIONSToJSONTyped, SearchApi, SearchORMFromJSON, SearchORMFromJSONTyped, SearchORMToJSON, SearchORMToJSONTyped, SearchOutputFromJSON, SearchOutputFromJSONTyped, SearchOutputToJSON, SearchOutputToJSONTyped, SearchResultDtoFromJSON, SearchResultDtoFromJSONTyped, SearchResultDtoToJSON, SearchResultDtoToJSONTyped, SearchResultSectionDtoFromJSON, SearchResultSectionDtoFromJSONTyped, SearchResultSectionDtoToJSON, SearchResultSectionDtoToJSONTyped, SearchResultSectionItemFromJSON, SearchResultSectionItemFromJSONTyped, SearchResultSectionItemToJSON, SearchResultSectionItemToJSONTyped, SourceApi, SourceDtoFromJSON, SourceDtoFromJSONTyped, SourceDtoToJSON, SourceDtoToJSONTyped, SourceListOutputFromJSON, SourceListOutputFromJSONTyped, SourceListOutputToJSON, SourceListOutputToJSONTyped, SourceOutputFromJSON, SourceOutputFromJSONTyped, SourceOutputToJSON, SourceOutputToJSONTyped, StateMachineApi, StateMachineDefinitionListOutputFromJSON, StateMachineDefinitionListOutputFromJSONTyped, StateMachineDefinitionListOutputToJSON, StateMachineDefinitionListOutputToJSONTyped, StateMachineDefinitionOutputDtoFromJSON, StateMachineDefinitionOutputDtoFromJSONTyped, StateMachineDefinitionOutputDtoToJSON, StateMachineDefinitionOutputDtoToJSONTyped, StateMachineDefinitionOutputFromJSON, StateMachineDefinitionOutputFromJSONTyped, StateMachineDefinitionOutputToJSON, StateMachineDefinitionOutputToJSONTyped, StateMachineInputFromJSON, StateMachineInputFromJSONTyped, StateMachineInputToJSON, StateMachineInputToJSONTyped, StateMachineORMFromJSON, StateMachineORMFromJSONTyped, StateMachineORMToJSON, StateMachineORMToJSONTyped, StateMachineOutputFromJSON, StateMachineOutputFromJSONTyped, StateMachineOutputToJSON, StateMachineOutputToJSONTyped, StateMachineStateInputFromJSON, StateMachineStateInputFromJSONTyped, StateMachineStateInputToJSON, StateMachineStateInputToJSONTyped, StateMachineStateORMFromJSON, StateMachineStateORMFromJSONTyped, StateMachineStateORMToJSON, StateMachineStateORMToJSONTyped, StateMachineStateOutputDtoFromJSON, StateMachineStateOutputDtoFromJSONTyped, StateMachineStateOutputDtoToJSON, StateMachineStateOutputDtoToJSONTyped, StateMachineTransitionInputFromJSON, StateMachineTransitionInputFromJSONTyped, StateMachineTransitionInputToJSON, StateMachineTransitionInputToJSONTyped, StateMachineTransitionLogORMFromJSON, StateMachineTransitionLogORMFromJSONTyped, StateMachineTransitionLogORMToJSON, StateMachineTransitionLogORMToJSONTyped, StateMachineTransitionORMFromJSON, StateMachineTransitionORMFromJSONTyped, StateMachineTransitionORMToJSON, StateMachineTransitionORMToJSONTyped, StateMachineTransitionOutputDtoFromJSON, StateMachineTransitionOutputDtoFromJSONTyped, StateMachineTransitionOutputDtoToJSON, StateMachineTransitionOutputDtoToJSONTyped, TextApiResponse, UpdateUserInOrganizationPasswordDtoFromJSON, UpdateUserInOrganizationPasswordDtoFromJSONTyped, UpdateUserInOrganizationPasswordDtoToJSON, UpdateUserInOrganizationPasswordDtoToJSONTyped, UploadDtoFromJSON, UploadDtoFromJSONTyped, UploadDtoToJSON, UploadDtoToJSONTyped, UploadOutputFromJSON, UploadOutputFromJSONTyped, UploadOutputToJSON, UploadOutputToJSONTyped, UserDtoFromJSON, UserDtoFromJSONTyped, UserDtoToJSON, UserDtoToJSONTyped, UserInOrganizationDtoFromJSON, UserInOrganizationDtoFromJSONTyped, UserInOrganizationDtoToJSON, UserInOrganizationDtoToJSONTyped, UserInOrganizationOutputFromJSON, UserInOrganizationOutputFromJSONTyped, UserInOrganizationOutputToJSON, UserInOrganizationOutputToJSONTyped, UserORMFromJSON, UserORMFromJSONTyped, UserORMToJSON, UserORMToJSONTyped, UserPaymentControlDtoFromJSON, UserPaymentControlDtoFromJSONTyped, UserPaymentControlDtoToJSON, UserPaymentControlDtoToJSONTyped, UserPaymentControlOutputFromJSON, UserPaymentControlOutputFromJSONTyped, UserPaymentControlOutputToJSON, UserPaymentControlOutputToJSONTyped, VoidApiResponse, XAxisOptionsFromJSON, XAxisOptionsFromJSONTyped, XAxisOptionsToJSON, XAxisOptionsToJSONTyped, YAxisOptionsFromJSON, YAxisOptionsFromJSONTyped, YAxisOptionsToJSON, YAxisOptionsToJSONTyped, canConsumeForm, exists, instanceOfAccountORM, instanceOfAccountOutput, instanceOfAddUserToOrganizationDto, instanceOfApiV1MapPost402Response, instanceOfArticleORM, instanceOfArticlePresentationORM, instanceOfArticleTypeORM, instanceOfAutoCompleteORM, instanceOfAvailableArticlesDto, instanceOfAvailableArticlesOutput, instanceOfAxisGrid, instanceOfAxisTime, instanceOfAxisTitle, instanceOfCalculateTourInput, instanceOfCalculateTourOutput, instanceOfChartConfiguration, instanceOfChartData, instanceOfChartDataset, instanceOfChartLegend, instanceOfChartOptions, instanceOfChartPlugins, instanceOfChartScales, instanceOfChartTitle, instanceOfComputeRouteInput, instanceOfCoordDto, instanceOfDataPoint, instanceOfDef227, instanceOfHealthcheckStatusValue, instanceOfInternalMapItemSearchResultORM, instanceOfItemDecorationDto, instanceOfItemLayerLinkInputDto, instanceOfItemLinkToLayerOutput, instanceOfItemRenderOptionsInput, instanceOfItemRenderOptionsOutput, instanceOfItemTypeFormDto, instanceOfItemTypeFormOutput, instanceOfItemTypeInitialValueInputDto, instanceOfItemTypeInitialValueOutput, instanceOfItemTypeOutput, instanceOfItemsOutput, instanceOfJobCatalogOutput, instanceOfJobDefinitionORM, instanceOfJobInstanceListOutput, instanceOfJobInstanceORM, instanceOfJobInstanceOutput, instanceOfJobRequestInput, instanceOfJobResultUpdateInput, instanceOfJournalBookORM, instanceOfJournalEntryArticleORM, instanceOfJournalEntryInput, instanceOfJournalEntryListOutput, instanceOfJournalEntryMultimediaInput, instanceOfJournalEntryMultimediaORM, instanceOfJournalEntryMultimediaOutput, instanceOfJournalEntryORM, instanceOfJournalEntryOutput, instanceOfJournalEntryOutputDto, instanceOfLayerFieldFilterOperator, instanceOfLayerInputDto, instanceOfLayerItemTypeFieldFilterDto, instanceOfLegendPosition, instanceOfLocationForReportORM, instanceOfLocationORM, instanceOfLocationOutput, instanceOfMagnitudeORM, instanceOfManualLoginInput, instanceOfManualLoginPasswordUpdateInput, instanceOfManualRegisterInput, instanceOfMapClusterListOutputPaginated, instanceOfMapClusterORM, instanceOfMapItemArticleInputDto, instanceOfMapItemArticleORM, instanceOfMapItemCustomFieldDefinitionORM, instanceOfMapItemDynamicFieldInputDto, instanceOfMapItemDynamicFieldORM, instanceOfMapItemDynamicFieldWithDefinitionORM, instanceOfMapItemFieldType, instanceOfMapItemInput, instanceOfMapItemLinkORM, instanceOfMapItemLinkOutput, instanceOfMapItemListOutput, instanceOfMapItemListOutputPaginated, instanceOfMapItemMultimediaORM, instanceOfMapItemMultimediaOutput, instanceOfMapItemNearByORM, instanceOfMapItemORM, instanceOfMapItemOutput, instanceOfMapItemOutputDto, instanceOfMapItemOutputDtoProps, instanceOfMapItemRenderFillOption, instanceOfMapItemRenderOptionsORM, instanceOfMapItemStateTransitionLogDto, instanceOfMapItemTypeDynamicFieldDefinitionOutput, instanceOfMapItemTypeDynamicFieldDefinitionSingleOutput, instanceOfMapItemTypeDynamicFieldDefinitionValuesOutput, instanceOfMapItemTypeFormAction, instanceOfMapItemTypeFormORM, instanceOfMapItemTypeFormOutput, instanceOfMapItemTypeFormSectionBaseFieldId, instanceOfMapItemTypeFormSectionDto, instanceOfMapItemTypeFormSectionFieldMetaType, instanceOfMapItemTypeFormSectionFieldORM, instanceOfMapItemTypeFormSectionFieldOutput, instanceOfMapItemTypeFormSectionORM, instanceOfMapItemTypeFormSectionOutput, instanceOfMapItemTypeInitialValueORM, instanceOfMapItemTypeORM, instanceOfMapItemTypeOutput, instanceOfMapItemTypeSingleOutput, instanceOfMapItemWithPointsInput, instanceOfMapLayerContourCoordORM, instanceOfMapLayerInput, instanceOfMapLayerItemDecorationORM, instanceOfMapLayerItemORM, instanceOfMapLayerItemTypeFieldFilterORM, instanceOfMapLayerListOutput, instanceOfMapLayerORM, instanceOfMapLayerOutput, instanceOfMapLayerOutputDto, instanceOfMapListOutput, instanceOfMapORM, instanceOfMapOutput, instanceOfMapZoneInput, instanceOfMapZoneORM, instanceOfMapZoneOutput, instanceOfMapZoneOutputDto, instanceOfMapZonePointInput, instanceOfMapZonePointORM, instanceOfMapZoneWithPointsInput, instanceOfMeasureUnitORM, instanceOfModelRequestContext, instanceOfMultimediaORM, instanceOfMultimediaOutput, instanceOfMultipleMultimediaOutput, instanceOfNearbyPlaceDto, instanceOfNominatimAddressORM, instanceOfNominatimORM, instanceOfOAuthClientORM, instanceOfOAuthRefreshTokenORM, instanceOfOrganizationORM, instanceOfPageInfo, instanceOfPlaceAddressDto, instanceOfPlaceDetailsDto, instanceOfPlaceDetailsOutput, instanceOfReportAllItemsListOutput, instanceOfReportAvailableColumnDto, instanceOfReportAvailableColumnsListOutput, instanceOfReportColumnFilterListOutput, instanceOfReportColumnFilterORM, instanceOfReportColumnFilterOutput, instanceOfReportColumnListOutput, instanceOfReportColumnORM, instanceOfReportColumnOutput, instanceOfReportConfigurationDto, instanceOfReportDataCSVDto, instanceOfReportDataDto, instanceOfReportDataJSONDto, instanceOfReportDataORM, instanceOfReportDataOutput, instanceOfReportDataRowORM, instanceOfReportDto, instanceOfReportListOutput, instanceOfReportORM, instanceOfReportOutput, instanceOfReportQueryAxis, instanceOfReportQueryCatalogField, instanceOfReportQueryCatalogOutput, instanceOfReportQueryChart, instanceOfReportQueryDataDto, instanceOfReportQueryDataOutput, instanceOfReportQueryDateBucket, instanceOfReportQueryDefinition, instanceOfReportQueryDimension, instanceOfReportQueryDto, instanceOfReportQueryFieldType, instanceOfReportQueryFilter, instanceOfReportQueryFilterOperator, instanceOfReportQueryInput, instanceOfReportQueryListOutput, instanceOfReportQueryMetric, instanceOfReportQueryMetricOperation, instanceOfReportQueryNormalize, instanceOfReportQueryOutput, instanceOfReportQueryPreviewInput, instanceOfReportQueryResult, instanceOfReportQueryResultColumn, instanceOfReportQueryResultRow, instanceOfReportQuerySeries, instanceOfReportQuerySeriesChart, instanceOfReportQuerySource, instanceOfReverseGeoCodingOutput, instanceOfRouteDto, instanceOfRouteLegDto, instanceOfRouteOutput, instanceOfRouteStepDto, instanceOfRouteTravelMode, instanceOfSEARCHSECTIONS, instanceOfSearchORM, instanceOfSearchOutput, instanceOfSearchResultDto, instanceOfSearchResultSectionDto, instanceOfSearchResultSectionItem, instanceOfSourceDto, instanceOfSourceListOutput, instanceOfSourceOutput, instanceOfStateMachineDefinitionListOutput, instanceOfStateMachineDefinitionOutput, instanceOfStateMachineDefinitionOutputDto, instanceOfStateMachineInput, instanceOfStateMachineORM, instanceOfStateMachineOutput, instanceOfStateMachineStateInput, instanceOfStateMachineStateORM, instanceOfStateMachineStateOutputDto, instanceOfStateMachineTransitionInput, instanceOfStateMachineTransitionLogORM, instanceOfStateMachineTransitionORM, instanceOfStateMachineTransitionOutputDto, instanceOfUpdateUserInOrganizationPasswordDto, instanceOfUploadDto, instanceOfUploadOutput, instanceOfUserDto, instanceOfUserInOrganizationDto, instanceOfUserInOrganizationOutput, instanceOfUserORM, instanceOfUserPaymentControlDto, instanceOfUserPaymentControlOutput, instanceOfXAxisOptions, instanceOfYAxisOptions, mapValues, querystring };
10382
11554
  //# sourceMappingURL=index.mjs.map