@jrojaspin/security-map-api-cli 9.6.0 → 9.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apis/ReportApi.d.ts +32 -1
- package/dist/apis/ReportApi.js +156 -1
- package/dist/apis/ReportApi.js.map +1 -1
- package/dist/index.cjs +1171 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +425 -9
- package/dist/index.mjs +1033 -10
- package/dist/index.mjs.map +1 -1
- package/dist/models/Def223.d.ts +8 -0
- package/dist/models/Def223.js +16 -0
- package/dist/models/{Def200.js.map → Def223.js.map} +1 -1
- package/dist/models/ReportAllItemsListOutput.d.ts +2 -2
- package/dist/models/ReportAllItemsListOutput.js +3 -3
- package/dist/models/ReportQueryCatalogField.d.ts +70 -0
- package/dist/models/ReportQueryCatalogField.js +108 -0
- package/dist/models/ReportQueryCatalogField.js.map +1 -0
- package/dist/models/ReportQueryCatalogOutput.d.ts +9 -0
- package/dist/models/ReportQueryCatalogOutput.js +29 -0
- package/dist/models/ReportQueryCatalogOutput.js.map +1 -0
- package/dist/models/ReportQueryChart.d.ts +13 -0
- package/dist/models/ReportQueryChart.js +30 -0
- package/dist/models/ReportQueryChart.js.map +1 -0
- package/dist/models/ReportQueryDataDto.d.ts +11 -0
- package/dist/models/ReportQueryDataDto.js +34 -0
- package/dist/models/ReportQueryDataDto.js.map +1 -0
- package/dist/models/ReportQueryDataOutput.d.ts +9 -0
- package/dist/models/ReportQueryDataOutput.js +29 -0
- package/dist/models/ReportQueryDataOutput.js.map +1 -0
- package/dist/models/ReportQueryDateBucket.d.ts +13 -0
- package/dist/models/ReportQueryDateBucket.js +30 -0
- package/dist/models/ReportQueryDateBucket.js.map +1 -0
- package/dist/models/ReportQueryDefinition.d.ts +33 -0
- package/dist/models/ReportQueryDefinition.js +67 -0
- package/dist/models/ReportQueryDefinition.js.map +1 -0
- package/dist/models/ReportQueryDimension.d.ts +25 -0
- package/dist/models/ReportQueryDimension.js +46 -0
- package/dist/models/ReportQueryDimension.js.map +1 -0
- package/dist/models/ReportQueryDto.d.ts +11 -0
- package/dist/models/ReportQueryDto.js +35 -0
- package/dist/models/ReportQueryDto.js.map +1 -0
- package/dist/models/ReportQueryFieldType.d.ts +13 -0
- package/dist/models/ReportQueryFieldType.js +30 -0
- package/dist/models/ReportQueryFieldType.js.map +1 -0
- package/dist/models/ReportQueryFilter.d.ts +25 -0
- package/dist/models/ReportQueryFilter.js +50 -0
- package/dist/models/ReportQueryFilter.js.map +1 -0
- package/dist/models/ReportQueryFilterOperator.d.ts +20 -0
- package/dist/models/ReportQueryFilterOperator.js +37 -0
- package/dist/models/ReportQueryFilterOperator.js.map +1 -0
- package/dist/models/ReportQueryInput.d.ts +10 -0
- package/dist/models/ReportQueryInput.js +33 -0
- package/dist/models/ReportQueryInput.js.map +1 -0
- package/dist/models/ReportQueryListOutput.d.ts +9 -0
- package/dist/models/ReportQueryListOutput.js +29 -0
- package/dist/models/ReportQueryListOutput.js.map +1 -0
- package/dist/models/ReportQueryMetric.d.ts +19 -0
- package/dist/models/ReportQueryMetric.js +40 -0
- package/dist/models/ReportQueryMetric.js.map +1 -0
- package/dist/models/ReportQueryMetricOperation.d.ts +14 -0
- package/dist/models/ReportQueryMetricOperation.js +31 -0
- package/dist/models/ReportQueryMetricOperation.js.map +1 -0
- package/dist/models/ReportQueryNormalize.d.ts +11 -0
- package/dist/models/ReportQueryNormalize.js +28 -0
- package/dist/models/ReportQueryNormalize.js.map +1 -0
- package/dist/models/ReportQueryOutput.d.ts +9 -0
- package/dist/models/ReportQueryOutput.js +29 -0
- package/dist/models/ReportQueryOutput.js.map +1 -0
- package/dist/models/ReportQueryPreviewInput.d.ts +11 -0
- package/dist/models/ReportQueryPreviewInput.js +37 -0
- package/dist/models/ReportQueryPreviewInput.js.map +1 -0
- package/dist/models/ReportQueryResult.d.ts +11 -0
- package/dist/models/ReportQueryResult.js +34 -0
- package/dist/models/ReportQueryResult.js.map +1 -0
- package/dist/models/ReportQueryResultColumn.d.ts +9 -0
- package/dist/models/ReportQueryResultColumn.js +32 -0
- package/dist/models/ReportQueryResultColumn.js.map +1 -0
- package/dist/models/ReportQueryResultRow.d.ts +10 -0
- package/dist/models/ReportQueryResultRow.js +36 -0
- package/dist/models/ReportQueryResultRow.js.map +1 -0
- package/dist/models/ReportQuerySource.d.ts +11 -0
- package/dist/models/ReportQuerySource.js +28 -0
- package/dist/models/ReportQuerySource.js.map +1 -0
- package/dist/models/index.d.ts +24 -1
- package/dist/models/index.js +24 -1
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/Def200.d.ts +0 -8
- package/dist/models/Def200.js +0 -16
package/dist/index.mjs
CHANGED
|
@@ -1281,19 +1281,19 @@ function ComputeRouteInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
1281
1281
|
};
|
|
1282
1282
|
}
|
|
1283
1283
|
|
|
1284
|
-
function
|
|
1284
|
+
function instanceOfDef223(value) {
|
|
1285
1285
|
return true;
|
|
1286
1286
|
}
|
|
1287
|
-
function
|
|
1288
|
-
return
|
|
1287
|
+
function Def223FromJSON(json) {
|
|
1288
|
+
return Def223FromJSONTyped(json);
|
|
1289
1289
|
}
|
|
1290
|
-
function
|
|
1290
|
+
function Def223FromJSONTyped(json, ignoreDiscriminator) {
|
|
1291
1291
|
return json;
|
|
1292
1292
|
}
|
|
1293
|
-
function
|
|
1294
|
-
return
|
|
1293
|
+
function Def223ToJSON(json) {
|
|
1294
|
+
return Def223ToJSONTyped(json, false);
|
|
1295
1295
|
}
|
|
1296
|
-
function
|
|
1296
|
+
function Def223ToJSONTyped(value, ignoreDiscriminator = false) {
|
|
1297
1297
|
return value;
|
|
1298
1298
|
}
|
|
1299
1299
|
|
|
@@ -5929,7 +5929,7 @@ function ReportAllItemsListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
5929
5929
|
return json;
|
|
5930
5930
|
}
|
|
5931
5931
|
return {
|
|
5932
|
-
'data': (json['data'].map(
|
|
5932
|
+
'data': (json['data'].map(Def223FromJSON)),
|
|
5933
5933
|
'pageInfo': PageInfoFromJSON(json['pageInfo']),
|
|
5934
5934
|
};
|
|
5935
5935
|
}
|
|
@@ -5941,7 +5941,7 @@ function ReportAllItemsListOutputToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
5941
5941
|
return value;
|
|
5942
5942
|
}
|
|
5943
5943
|
return {
|
|
5944
|
-
'data': (value['data'].map(
|
|
5944
|
+
'data': (value['data'].map(Def223ToJSON)),
|
|
5945
5945
|
'pageInfo': PageInfoToJSON(value['pageInfo']),
|
|
5946
5946
|
};
|
|
5947
5947
|
}
|
|
@@ -6574,6 +6574,874 @@ function ReportOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
6574
6574
|
};
|
|
6575
6575
|
}
|
|
6576
6576
|
|
|
6577
|
+
const ReportQueryCatalogFieldTypeEnum = {
|
|
6578
|
+
Number: 'number',
|
|
6579
|
+
Boolean: 'boolean',
|
|
6580
|
+
Category: 'category',
|
|
6581
|
+
Text: 'text',
|
|
6582
|
+
Date: 'date'
|
|
6583
|
+
};
|
|
6584
|
+
const ReportQueryCatalogFieldSourcesEnum = {
|
|
6585
|
+
Items: 'items',
|
|
6586
|
+
Articles: 'articles',
|
|
6587
|
+
StateHistory: 'state_history'
|
|
6588
|
+
};
|
|
6589
|
+
const ReportQueryCatalogFieldMetricOperationsEnum = {
|
|
6590
|
+
Count: 'count',
|
|
6591
|
+
CountDistinct: 'count_distinct',
|
|
6592
|
+
Sum: 'sum',
|
|
6593
|
+
Avg: 'avg',
|
|
6594
|
+
Min: 'min',
|
|
6595
|
+
Max: 'max'
|
|
6596
|
+
};
|
|
6597
|
+
const ReportQueryCatalogFieldFilterOperatorsEnum = {
|
|
6598
|
+
Contains: 'contains',
|
|
6599
|
+
NotContains: 'not_contains',
|
|
6600
|
+
Eq: 'eq',
|
|
6601
|
+
Neq: 'neq',
|
|
6602
|
+
In: 'in',
|
|
6603
|
+
NotIn: 'not_in',
|
|
6604
|
+
Gt: 'gt',
|
|
6605
|
+
Gte: 'gte',
|
|
6606
|
+
Lt: 'lt',
|
|
6607
|
+
Lte: 'lte',
|
|
6608
|
+
IsEmpty: 'is_empty',
|
|
6609
|
+
IsNotEmpty: 'is_not_empty'
|
|
6610
|
+
};
|
|
6611
|
+
const ReportQueryCatalogFieldBucketsEnum = {
|
|
6612
|
+
Day: 'day',
|
|
6613
|
+
Week: 'week',
|
|
6614
|
+
Month: 'month',
|
|
6615
|
+
Quarter: 'quarter',
|
|
6616
|
+
Year: 'year'
|
|
6617
|
+
};
|
|
6618
|
+
const ReportQueryCatalogFieldSuggestedNormalizeEnum = {
|
|
6619
|
+
None: 'none',
|
|
6620
|
+
TrimCase: 'trim_case',
|
|
6621
|
+
Ipp: 'ipp'
|
|
6622
|
+
};
|
|
6623
|
+
function instanceOfReportQueryCatalogField(value) {
|
|
6624
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
6625
|
+
return false;
|
|
6626
|
+
if (!('label' in value) || value['label'] === undefined)
|
|
6627
|
+
return false;
|
|
6628
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
6629
|
+
return false;
|
|
6630
|
+
if (!('group' in value) || value['group'] === undefined)
|
|
6631
|
+
return false;
|
|
6632
|
+
if (!('sources' in value) || value['sources'] === undefined)
|
|
6633
|
+
return false;
|
|
6634
|
+
if (!('canBeDimension' in value) || value['canBeDimension'] === undefined)
|
|
6635
|
+
return false;
|
|
6636
|
+
if (!('metricOperations' in value) || value['metricOperations'] === undefined)
|
|
6637
|
+
return false;
|
|
6638
|
+
if (!('filterOperators' in value) || value['filterOperators'] === undefined)
|
|
6639
|
+
return false;
|
|
6640
|
+
return true;
|
|
6641
|
+
}
|
|
6642
|
+
function ReportQueryCatalogFieldFromJSON(json) {
|
|
6643
|
+
return ReportQueryCatalogFieldFromJSONTyped(json);
|
|
6644
|
+
}
|
|
6645
|
+
function ReportQueryCatalogFieldFromJSONTyped(json, ignoreDiscriminator) {
|
|
6646
|
+
if (json == null) {
|
|
6647
|
+
return json;
|
|
6648
|
+
}
|
|
6649
|
+
return {
|
|
6650
|
+
'id': json['id'],
|
|
6651
|
+
'label': json['label'],
|
|
6652
|
+
'type': json['type'],
|
|
6653
|
+
'group': json['group'],
|
|
6654
|
+
'itemTypeId': json['itemTypeId'] == null ? undefined : json['itemTypeId'],
|
|
6655
|
+
'sources': json['sources'],
|
|
6656
|
+
'canBeDimension': json['canBeDimension'],
|
|
6657
|
+
'metricOperations': json['metricOperations'],
|
|
6658
|
+
'filterOperators': json['filterOperators'],
|
|
6659
|
+
'buckets': json['buckets'] == null ? undefined : json['buckets'],
|
|
6660
|
+
'suggestedNormalize': json['suggestedNormalize'] == null ? undefined : json['suggestedNormalize'],
|
|
6661
|
+
};
|
|
6662
|
+
}
|
|
6663
|
+
function ReportQueryCatalogFieldToJSON(json) {
|
|
6664
|
+
return ReportQueryCatalogFieldToJSONTyped(json, false);
|
|
6665
|
+
}
|
|
6666
|
+
function ReportQueryCatalogFieldToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6667
|
+
if (value == null) {
|
|
6668
|
+
return value;
|
|
6669
|
+
}
|
|
6670
|
+
return {
|
|
6671
|
+
'id': value['id'],
|
|
6672
|
+
'label': value['label'],
|
|
6673
|
+
'type': value['type'],
|
|
6674
|
+
'group': value['group'],
|
|
6675
|
+
'itemTypeId': value['itemTypeId'],
|
|
6676
|
+
'sources': value['sources'],
|
|
6677
|
+
'canBeDimension': value['canBeDimension'],
|
|
6678
|
+
'metricOperations': value['metricOperations'],
|
|
6679
|
+
'filterOperators': value['filterOperators'],
|
|
6680
|
+
'buckets': value['buckets'],
|
|
6681
|
+
'suggestedNormalize': value['suggestedNormalize'],
|
|
6682
|
+
};
|
|
6683
|
+
}
|
|
6684
|
+
|
|
6685
|
+
function instanceOfReportQueryCatalogOutput(value) {
|
|
6686
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6687
|
+
return false;
|
|
6688
|
+
return true;
|
|
6689
|
+
}
|
|
6690
|
+
function ReportQueryCatalogOutputFromJSON(json) {
|
|
6691
|
+
return ReportQueryCatalogOutputFromJSONTyped(json);
|
|
6692
|
+
}
|
|
6693
|
+
function ReportQueryCatalogOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6694
|
+
if (json == null) {
|
|
6695
|
+
return json;
|
|
6696
|
+
}
|
|
6697
|
+
return {
|
|
6698
|
+
'data': (json['data'].map(ReportQueryCatalogFieldFromJSON)),
|
|
6699
|
+
};
|
|
6700
|
+
}
|
|
6701
|
+
function ReportQueryCatalogOutputToJSON(json) {
|
|
6702
|
+
return ReportQueryCatalogOutputToJSONTyped(json, false);
|
|
6703
|
+
}
|
|
6704
|
+
function ReportQueryCatalogOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6705
|
+
if (value == null) {
|
|
6706
|
+
return value;
|
|
6707
|
+
}
|
|
6708
|
+
return {
|
|
6709
|
+
'data': (value['data'].map(ReportQueryCatalogFieldToJSON)),
|
|
6710
|
+
};
|
|
6711
|
+
}
|
|
6712
|
+
|
|
6713
|
+
const ReportQueryChart = {
|
|
6714
|
+
Bar: 'bar',
|
|
6715
|
+
Line: 'line',
|
|
6716
|
+
Pie: 'pie',
|
|
6717
|
+
StackedBar: 'stacked_bar',
|
|
6718
|
+
Table: 'table'
|
|
6719
|
+
};
|
|
6720
|
+
function instanceOfReportQueryChart(value) {
|
|
6721
|
+
for (const key in ReportQueryChart) {
|
|
6722
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryChart, key)) {
|
|
6723
|
+
if (ReportQueryChart[key] === value) {
|
|
6724
|
+
return true;
|
|
6725
|
+
}
|
|
6726
|
+
}
|
|
6727
|
+
}
|
|
6728
|
+
return false;
|
|
6729
|
+
}
|
|
6730
|
+
function ReportQueryChartFromJSON(json) {
|
|
6731
|
+
return ReportQueryChartFromJSONTyped(json);
|
|
6732
|
+
}
|
|
6733
|
+
function ReportQueryChartFromJSONTyped(json, ignoreDiscriminator) {
|
|
6734
|
+
return json;
|
|
6735
|
+
}
|
|
6736
|
+
function ReportQueryChartToJSON(value) {
|
|
6737
|
+
return value;
|
|
6738
|
+
}
|
|
6739
|
+
function ReportQueryChartToJSONTyped(value, ignoreDiscriminator) {
|
|
6740
|
+
return value;
|
|
6741
|
+
}
|
|
6742
|
+
|
|
6743
|
+
function instanceOfReportQueryResultRow(value) {
|
|
6744
|
+
if (!('keys' in value) || value['keys'] === undefined)
|
|
6745
|
+
return false;
|
|
6746
|
+
if (!('labels' in value) || value['labels'] === undefined)
|
|
6747
|
+
return false;
|
|
6748
|
+
if (!('values' in value) || value['values'] === undefined)
|
|
6749
|
+
return false;
|
|
6750
|
+
return true;
|
|
6751
|
+
}
|
|
6752
|
+
function ReportQueryResultRowFromJSON(json) {
|
|
6753
|
+
return ReportQueryResultRowFromJSONTyped(json);
|
|
6754
|
+
}
|
|
6755
|
+
function ReportQueryResultRowFromJSONTyped(json, ignoreDiscriminator) {
|
|
6756
|
+
if (json == null) {
|
|
6757
|
+
return json;
|
|
6758
|
+
}
|
|
6759
|
+
return {
|
|
6760
|
+
'keys': json['keys'],
|
|
6761
|
+
'labels': json['labels'],
|
|
6762
|
+
'values': json['values'],
|
|
6763
|
+
};
|
|
6764
|
+
}
|
|
6765
|
+
function ReportQueryResultRowToJSON(json) {
|
|
6766
|
+
return ReportQueryResultRowToJSONTyped(json, false);
|
|
6767
|
+
}
|
|
6768
|
+
function ReportQueryResultRowToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6769
|
+
if (value == null) {
|
|
6770
|
+
return value;
|
|
6771
|
+
}
|
|
6772
|
+
return {
|
|
6773
|
+
'keys': value['keys'],
|
|
6774
|
+
'labels': value['labels'],
|
|
6775
|
+
'values': value['values'],
|
|
6776
|
+
};
|
|
6777
|
+
}
|
|
6778
|
+
|
|
6779
|
+
function instanceOfReportQueryResultColumn(value) {
|
|
6780
|
+
if (!('label' in value) || value['label'] === undefined)
|
|
6781
|
+
return false;
|
|
6782
|
+
if (!('kind' in value) || value['kind'] === undefined)
|
|
6783
|
+
return false;
|
|
6784
|
+
return true;
|
|
6785
|
+
}
|
|
6786
|
+
function ReportQueryResultColumnFromJSON(json) {
|
|
6787
|
+
return ReportQueryResultColumnFromJSONTyped(json);
|
|
6788
|
+
}
|
|
6789
|
+
function ReportQueryResultColumnFromJSONTyped(json, ignoreDiscriminator) {
|
|
6790
|
+
if (json == null) {
|
|
6791
|
+
return json;
|
|
6792
|
+
}
|
|
6793
|
+
return {
|
|
6794
|
+
'label': json['label'],
|
|
6795
|
+
'kind': json['kind'],
|
|
6796
|
+
};
|
|
6797
|
+
}
|
|
6798
|
+
function ReportQueryResultColumnToJSON(json) {
|
|
6799
|
+
return ReportQueryResultColumnToJSONTyped(json, false);
|
|
6800
|
+
}
|
|
6801
|
+
function ReportQueryResultColumnToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6802
|
+
if (value == null) {
|
|
6803
|
+
return value;
|
|
6804
|
+
}
|
|
6805
|
+
return {
|
|
6806
|
+
'label': value['label'],
|
|
6807
|
+
'kind': value['kind'],
|
|
6808
|
+
};
|
|
6809
|
+
}
|
|
6810
|
+
|
|
6811
|
+
function instanceOfReportQueryResult(value) {
|
|
6812
|
+
if (!('columns' in value) || value['columns'] === undefined)
|
|
6813
|
+
return false;
|
|
6814
|
+
if (!('rows' in value) || value['rows'] === undefined)
|
|
6815
|
+
return false;
|
|
6816
|
+
return true;
|
|
6817
|
+
}
|
|
6818
|
+
function ReportQueryResultFromJSON(json) {
|
|
6819
|
+
return ReportQueryResultFromJSONTyped(json);
|
|
6820
|
+
}
|
|
6821
|
+
function ReportQueryResultFromJSONTyped(json, ignoreDiscriminator) {
|
|
6822
|
+
if (json == null) {
|
|
6823
|
+
return json;
|
|
6824
|
+
}
|
|
6825
|
+
return {
|
|
6826
|
+
'columns': (json['columns'].map(ReportQueryResultColumnFromJSON)),
|
|
6827
|
+
'rows': (json['rows'].map(ReportQueryResultRowFromJSON)),
|
|
6828
|
+
};
|
|
6829
|
+
}
|
|
6830
|
+
function ReportQueryResultToJSON(json) {
|
|
6831
|
+
return ReportQueryResultToJSONTyped(json, false);
|
|
6832
|
+
}
|
|
6833
|
+
function ReportQueryResultToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6834
|
+
if (value == null) {
|
|
6835
|
+
return value;
|
|
6836
|
+
}
|
|
6837
|
+
return {
|
|
6838
|
+
'columns': (value['columns'].map(ReportQueryResultColumnToJSON)),
|
|
6839
|
+
'rows': (value['rows'].map(ReportQueryResultRowToJSON)),
|
|
6840
|
+
};
|
|
6841
|
+
}
|
|
6842
|
+
|
|
6843
|
+
function instanceOfReportQueryDataDto(value) {
|
|
6844
|
+
if (!('table' in value) || value['table'] === undefined)
|
|
6845
|
+
return false;
|
|
6846
|
+
if (!('chart' in value) || value['chart'] === undefined)
|
|
6847
|
+
return false;
|
|
6848
|
+
return true;
|
|
6849
|
+
}
|
|
6850
|
+
function ReportQueryDataDtoFromJSON(json) {
|
|
6851
|
+
return ReportQueryDataDtoFromJSONTyped(json);
|
|
6852
|
+
}
|
|
6853
|
+
function ReportQueryDataDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
6854
|
+
if (json == null) {
|
|
6855
|
+
return json;
|
|
6856
|
+
}
|
|
6857
|
+
return {
|
|
6858
|
+
'table': ReportQueryResultFromJSON(json['table']),
|
|
6859
|
+
'chart': ReportDataJSONDtoFromJSON(json['chart']),
|
|
6860
|
+
};
|
|
6861
|
+
}
|
|
6862
|
+
function ReportQueryDataDtoToJSON(json) {
|
|
6863
|
+
return ReportQueryDataDtoToJSONTyped(json, false);
|
|
6864
|
+
}
|
|
6865
|
+
function ReportQueryDataDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6866
|
+
if (value == null) {
|
|
6867
|
+
return value;
|
|
6868
|
+
}
|
|
6869
|
+
return {
|
|
6870
|
+
'table': ReportQueryResultToJSON(value['table']),
|
|
6871
|
+
'chart': ReportDataJSONDtoToJSON(value['chart']),
|
|
6872
|
+
};
|
|
6873
|
+
}
|
|
6874
|
+
|
|
6875
|
+
function instanceOfReportQueryDataOutput(value) {
|
|
6876
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6877
|
+
return false;
|
|
6878
|
+
return true;
|
|
6879
|
+
}
|
|
6880
|
+
function ReportQueryDataOutputFromJSON(json) {
|
|
6881
|
+
return ReportQueryDataOutputFromJSONTyped(json);
|
|
6882
|
+
}
|
|
6883
|
+
function ReportQueryDataOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6884
|
+
if (json == null) {
|
|
6885
|
+
return json;
|
|
6886
|
+
}
|
|
6887
|
+
return {
|
|
6888
|
+
'data': ReportQueryDataDtoFromJSON(json['data']),
|
|
6889
|
+
};
|
|
6890
|
+
}
|
|
6891
|
+
function ReportQueryDataOutputToJSON(json) {
|
|
6892
|
+
return ReportQueryDataOutputToJSONTyped(json, false);
|
|
6893
|
+
}
|
|
6894
|
+
function ReportQueryDataOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6895
|
+
if (value == null) {
|
|
6896
|
+
return value;
|
|
6897
|
+
}
|
|
6898
|
+
return {
|
|
6899
|
+
'data': ReportQueryDataDtoToJSON(value['data']),
|
|
6900
|
+
};
|
|
6901
|
+
}
|
|
6902
|
+
|
|
6903
|
+
const ReportQueryDateBucket = {
|
|
6904
|
+
Day: 'day',
|
|
6905
|
+
Week: 'week',
|
|
6906
|
+
Month: 'month',
|
|
6907
|
+
Quarter: 'quarter',
|
|
6908
|
+
Year: 'year'
|
|
6909
|
+
};
|
|
6910
|
+
function instanceOfReportQueryDateBucket(value) {
|
|
6911
|
+
for (const key in ReportQueryDateBucket) {
|
|
6912
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryDateBucket, key)) {
|
|
6913
|
+
if (ReportQueryDateBucket[key] === value) {
|
|
6914
|
+
return true;
|
|
6915
|
+
}
|
|
6916
|
+
}
|
|
6917
|
+
}
|
|
6918
|
+
return false;
|
|
6919
|
+
}
|
|
6920
|
+
function ReportQueryDateBucketFromJSON(json) {
|
|
6921
|
+
return ReportQueryDateBucketFromJSONTyped(json);
|
|
6922
|
+
}
|
|
6923
|
+
function ReportQueryDateBucketFromJSONTyped(json, ignoreDiscriminator) {
|
|
6924
|
+
return json;
|
|
6925
|
+
}
|
|
6926
|
+
function ReportQueryDateBucketToJSON(value) {
|
|
6927
|
+
return value;
|
|
6928
|
+
}
|
|
6929
|
+
function ReportQueryDateBucketToJSONTyped(value, ignoreDiscriminator) {
|
|
6930
|
+
return value;
|
|
6931
|
+
}
|
|
6932
|
+
|
|
6933
|
+
const ReportQueryMetricOpEnum = {
|
|
6934
|
+
Count: 'count',
|
|
6935
|
+
CountDistinct: 'count_distinct',
|
|
6936
|
+
Sum: 'sum',
|
|
6937
|
+
Avg: 'avg',
|
|
6938
|
+
Min: 'min',
|
|
6939
|
+
Max: 'max'
|
|
6940
|
+
};
|
|
6941
|
+
function instanceOfReportQueryMetric(value) {
|
|
6942
|
+
if (!('op' in value) || value['op'] === undefined)
|
|
6943
|
+
return false;
|
|
6944
|
+
return true;
|
|
6945
|
+
}
|
|
6946
|
+
function ReportQueryMetricFromJSON(json) {
|
|
6947
|
+
return ReportQueryMetricFromJSONTyped(json);
|
|
6948
|
+
}
|
|
6949
|
+
function ReportQueryMetricFromJSONTyped(json, ignoreDiscriminator) {
|
|
6950
|
+
if (json == null) {
|
|
6951
|
+
return json;
|
|
6952
|
+
}
|
|
6953
|
+
return {
|
|
6954
|
+
'op': json['op'],
|
|
6955
|
+
'field': json['field'] == null ? undefined : json['field'],
|
|
6956
|
+
'label': json['label'] == null ? undefined : json['label'],
|
|
6957
|
+
};
|
|
6958
|
+
}
|
|
6959
|
+
function ReportQueryMetricToJSON(json) {
|
|
6960
|
+
return ReportQueryMetricToJSONTyped(json, false);
|
|
6961
|
+
}
|
|
6962
|
+
function ReportQueryMetricToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6963
|
+
if (value == null) {
|
|
6964
|
+
return value;
|
|
6965
|
+
}
|
|
6966
|
+
return {
|
|
6967
|
+
'op': value['op'],
|
|
6968
|
+
'field': value['field'],
|
|
6969
|
+
'label': value['label'],
|
|
6970
|
+
};
|
|
6971
|
+
}
|
|
6972
|
+
|
|
6973
|
+
const ReportQueryFilterOpEnum = {
|
|
6974
|
+
Contains: 'contains',
|
|
6975
|
+
NotContains: 'not_contains',
|
|
6976
|
+
Eq: 'eq',
|
|
6977
|
+
Neq: 'neq',
|
|
6978
|
+
In: 'in',
|
|
6979
|
+
NotIn: 'not_in',
|
|
6980
|
+
Gt: 'gt',
|
|
6981
|
+
Gte: 'gte',
|
|
6982
|
+
Lt: 'lt',
|
|
6983
|
+
Lte: 'lte',
|
|
6984
|
+
IsEmpty: 'is_empty',
|
|
6985
|
+
IsNotEmpty: 'is_not_empty'
|
|
6986
|
+
};
|
|
6987
|
+
function instanceOfReportQueryFilter(value) {
|
|
6988
|
+
if (!('field' in value) || value['field'] === undefined)
|
|
6989
|
+
return false;
|
|
6990
|
+
if (!('op' in value) || value['op'] === undefined)
|
|
6991
|
+
return false;
|
|
6992
|
+
if (!('values' in value) || value['values'] === undefined)
|
|
6993
|
+
return false;
|
|
6994
|
+
return true;
|
|
6995
|
+
}
|
|
6996
|
+
function ReportQueryFilterFromJSON(json) {
|
|
6997
|
+
return ReportQueryFilterFromJSONTyped(json);
|
|
6998
|
+
}
|
|
6999
|
+
function ReportQueryFilterFromJSONTyped(json, ignoreDiscriminator) {
|
|
7000
|
+
if (json == null) {
|
|
7001
|
+
return json;
|
|
7002
|
+
}
|
|
7003
|
+
return {
|
|
7004
|
+
'field': json['field'],
|
|
7005
|
+
'op': json['op'],
|
|
7006
|
+
'values': json['values'],
|
|
7007
|
+
};
|
|
7008
|
+
}
|
|
7009
|
+
function ReportQueryFilterToJSON(json) {
|
|
7010
|
+
return ReportQueryFilterToJSONTyped(json, false);
|
|
7011
|
+
}
|
|
7012
|
+
function ReportQueryFilterToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7013
|
+
if (value == null) {
|
|
7014
|
+
return value;
|
|
7015
|
+
}
|
|
7016
|
+
return {
|
|
7017
|
+
'field': value['field'],
|
|
7018
|
+
'op': value['op'],
|
|
7019
|
+
'values': value['values'],
|
|
7020
|
+
};
|
|
7021
|
+
}
|
|
7022
|
+
|
|
7023
|
+
const ReportQueryDimensionBucketEnum = {
|
|
7024
|
+
Day: 'day',
|
|
7025
|
+
Week: 'week',
|
|
7026
|
+
Month: 'month',
|
|
7027
|
+
Quarter: 'quarter',
|
|
7028
|
+
Year: 'year'
|
|
7029
|
+
};
|
|
7030
|
+
const ReportQueryDimensionNormalizeEnum = {
|
|
7031
|
+
None: 'none',
|
|
7032
|
+
TrimCase: 'trim_case',
|
|
7033
|
+
Ipp: 'ipp'
|
|
7034
|
+
};
|
|
7035
|
+
function instanceOfReportQueryDimension(value) {
|
|
7036
|
+
if (!('field' in value) || value['field'] === undefined)
|
|
7037
|
+
return false;
|
|
7038
|
+
return true;
|
|
7039
|
+
}
|
|
7040
|
+
function ReportQueryDimensionFromJSON(json) {
|
|
7041
|
+
return ReportQueryDimensionFromJSONTyped(json);
|
|
7042
|
+
}
|
|
7043
|
+
function ReportQueryDimensionFromJSONTyped(json, ignoreDiscriminator) {
|
|
7044
|
+
if (json == null) {
|
|
7045
|
+
return json;
|
|
7046
|
+
}
|
|
7047
|
+
return {
|
|
7048
|
+
'field': json['field'],
|
|
7049
|
+
'bucket': json['bucket'] == null ? undefined : json['bucket'],
|
|
7050
|
+
'normalize': json['normalize'] == null ? undefined : json['normalize'],
|
|
7051
|
+
'includeEmpty': json['includeEmpty'] == null ? undefined : json['includeEmpty'],
|
|
7052
|
+
};
|
|
7053
|
+
}
|
|
7054
|
+
function ReportQueryDimensionToJSON(json) {
|
|
7055
|
+
return ReportQueryDimensionToJSONTyped(json, false);
|
|
7056
|
+
}
|
|
7057
|
+
function ReportQueryDimensionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7058
|
+
if (value == null) {
|
|
7059
|
+
return value;
|
|
7060
|
+
}
|
|
7061
|
+
return {
|
|
7062
|
+
'field': value['field'],
|
|
7063
|
+
'bucket': value['bucket'],
|
|
7064
|
+
'normalize': value['normalize'],
|
|
7065
|
+
'includeEmpty': value['includeEmpty'],
|
|
7066
|
+
};
|
|
7067
|
+
}
|
|
7068
|
+
|
|
7069
|
+
const ReportQueryDefinitionSourceEnum = {
|
|
7070
|
+
Items: 'items',
|
|
7071
|
+
Articles: 'articles',
|
|
7072
|
+
StateHistory: 'state_history'
|
|
7073
|
+
};
|
|
7074
|
+
const ReportQueryDefinitionChartEnum = {
|
|
7075
|
+
Bar: 'bar',
|
|
7076
|
+
Line: 'line',
|
|
7077
|
+
Pie: 'pie',
|
|
7078
|
+
StackedBar: 'stacked_bar',
|
|
7079
|
+
Table: 'table'
|
|
7080
|
+
};
|
|
7081
|
+
function instanceOfReportQueryDefinition(value) {
|
|
7082
|
+
if (!('source' in value) || value['source'] === undefined)
|
|
7083
|
+
return false;
|
|
7084
|
+
if (!('itemTypeIds' in value) || value['itemTypeIds'] === undefined)
|
|
7085
|
+
return false;
|
|
7086
|
+
if (!('dimensions' in value) || value['dimensions'] === undefined)
|
|
7087
|
+
return false;
|
|
7088
|
+
if (!('metrics' in value) || value['metrics'] === undefined)
|
|
7089
|
+
return false;
|
|
7090
|
+
if (!('filters' in value) || value['filters'] === undefined)
|
|
7091
|
+
return false;
|
|
7092
|
+
return true;
|
|
7093
|
+
}
|
|
7094
|
+
function ReportQueryDefinitionFromJSON(json) {
|
|
7095
|
+
return ReportQueryDefinitionFromJSONTyped(json);
|
|
7096
|
+
}
|
|
7097
|
+
function ReportQueryDefinitionFromJSONTyped(json, ignoreDiscriminator) {
|
|
7098
|
+
if (json == null) {
|
|
7099
|
+
return json;
|
|
7100
|
+
}
|
|
7101
|
+
return {
|
|
7102
|
+
'version': json['version'] == null ? undefined : json['version'],
|
|
7103
|
+
'source': json['source'],
|
|
7104
|
+
'itemTypeIds': json['itemTypeIds'],
|
|
7105
|
+
'dimensions': (json['dimensions'].map(ReportQueryDimensionFromJSON)),
|
|
7106
|
+
'metrics': (json['metrics'].map(ReportQueryMetricFromJSON)),
|
|
7107
|
+
'filters': (json['filters'].map(ReportQueryFilterFromJSON)),
|
|
7108
|
+
'chart': json['chart'] == null ? undefined : json['chart'],
|
|
7109
|
+
'labelX': json['labelX'] == null ? undefined : json['labelX'],
|
|
7110
|
+
'labelY': json['labelY'] == null ? undefined : json['labelY'],
|
|
7111
|
+
};
|
|
7112
|
+
}
|
|
7113
|
+
function ReportQueryDefinitionToJSON(json) {
|
|
7114
|
+
return ReportQueryDefinitionToJSONTyped(json, false);
|
|
7115
|
+
}
|
|
7116
|
+
function ReportQueryDefinitionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7117
|
+
if (value == null) {
|
|
7118
|
+
return value;
|
|
7119
|
+
}
|
|
7120
|
+
return {
|
|
7121
|
+
'version': value['version'],
|
|
7122
|
+
'source': value['source'],
|
|
7123
|
+
'itemTypeIds': value['itemTypeIds'],
|
|
7124
|
+
'dimensions': (value['dimensions'].map(ReportQueryDimensionToJSON)),
|
|
7125
|
+
'metrics': (value['metrics'].map(ReportQueryMetricToJSON)),
|
|
7126
|
+
'filters': (value['filters'].map(ReportQueryFilterToJSON)),
|
|
7127
|
+
'chart': value['chart'],
|
|
7128
|
+
'labelX': value['labelX'],
|
|
7129
|
+
'labelY': value['labelY'],
|
|
7130
|
+
};
|
|
7131
|
+
}
|
|
7132
|
+
|
|
7133
|
+
function instanceOfReportQueryDto(value) {
|
|
7134
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
7135
|
+
return false;
|
|
7136
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
7137
|
+
return false;
|
|
7138
|
+
return true;
|
|
7139
|
+
}
|
|
7140
|
+
function ReportQueryDtoFromJSON(json) {
|
|
7141
|
+
return ReportQueryDtoFromJSONTyped(json);
|
|
7142
|
+
}
|
|
7143
|
+
function ReportQueryDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
7144
|
+
if (json == null) {
|
|
7145
|
+
return json;
|
|
7146
|
+
}
|
|
7147
|
+
return {
|
|
7148
|
+
'id': json['id'],
|
|
7149
|
+
'title': json['title'],
|
|
7150
|
+
'definition': json['definition'] == null ? undefined : ReportQueryDefinitionFromJSON(json['definition']),
|
|
7151
|
+
};
|
|
7152
|
+
}
|
|
7153
|
+
function ReportQueryDtoToJSON(json) {
|
|
7154
|
+
return ReportQueryDtoToJSONTyped(json, false);
|
|
7155
|
+
}
|
|
7156
|
+
function ReportQueryDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7157
|
+
if (value == null) {
|
|
7158
|
+
return value;
|
|
7159
|
+
}
|
|
7160
|
+
return {
|
|
7161
|
+
'id': value['id'],
|
|
7162
|
+
'title': value['title'],
|
|
7163
|
+
'definition': ReportQueryDefinitionToJSON(value['definition']),
|
|
7164
|
+
};
|
|
7165
|
+
}
|
|
7166
|
+
|
|
7167
|
+
const ReportQueryFieldType = {
|
|
7168
|
+
Number: 'number',
|
|
7169
|
+
Boolean: 'boolean',
|
|
7170
|
+
Category: 'category',
|
|
7171
|
+
Text: 'text',
|
|
7172
|
+
Date: 'date'
|
|
7173
|
+
};
|
|
7174
|
+
function instanceOfReportQueryFieldType(value) {
|
|
7175
|
+
for (const key in ReportQueryFieldType) {
|
|
7176
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryFieldType, key)) {
|
|
7177
|
+
if (ReportQueryFieldType[key] === value) {
|
|
7178
|
+
return true;
|
|
7179
|
+
}
|
|
7180
|
+
}
|
|
7181
|
+
}
|
|
7182
|
+
return false;
|
|
7183
|
+
}
|
|
7184
|
+
function ReportQueryFieldTypeFromJSON(json) {
|
|
7185
|
+
return ReportQueryFieldTypeFromJSONTyped(json);
|
|
7186
|
+
}
|
|
7187
|
+
function ReportQueryFieldTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
7188
|
+
return json;
|
|
7189
|
+
}
|
|
7190
|
+
function ReportQueryFieldTypeToJSON(value) {
|
|
7191
|
+
return value;
|
|
7192
|
+
}
|
|
7193
|
+
function ReportQueryFieldTypeToJSONTyped(value, ignoreDiscriminator) {
|
|
7194
|
+
return value;
|
|
7195
|
+
}
|
|
7196
|
+
|
|
7197
|
+
const ReportQueryFilterOperator = {
|
|
7198
|
+
Contains: 'contains',
|
|
7199
|
+
NotContains: 'not_contains',
|
|
7200
|
+
Eq: 'eq',
|
|
7201
|
+
Neq: 'neq',
|
|
7202
|
+
In: 'in',
|
|
7203
|
+
NotIn: 'not_in',
|
|
7204
|
+
Gt: 'gt',
|
|
7205
|
+
Gte: 'gte',
|
|
7206
|
+
Lt: 'lt',
|
|
7207
|
+
Lte: 'lte',
|
|
7208
|
+
IsEmpty: 'is_empty',
|
|
7209
|
+
IsNotEmpty: 'is_not_empty'
|
|
7210
|
+
};
|
|
7211
|
+
function instanceOfReportQueryFilterOperator(value) {
|
|
7212
|
+
for (const key in ReportQueryFilterOperator) {
|
|
7213
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryFilterOperator, key)) {
|
|
7214
|
+
if (ReportQueryFilterOperator[key] === value) {
|
|
7215
|
+
return true;
|
|
7216
|
+
}
|
|
7217
|
+
}
|
|
7218
|
+
}
|
|
7219
|
+
return false;
|
|
7220
|
+
}
|
|
7221
|
+
function ReportQueryFilterOperatorFromJSON(json) {
|
|
7222
|
+
return ReportQueryFilterOperatorFromJSONTyped(json);
|
|
7223
|
+
}
|
|
7224
|
+
function ReportQueryFilterOperatorFromJSONTyped(json, ignoreDiscriminator) {
|
|
7225
|
+
return json;
|
|
7226
|
+
}
|
|
7227
|
+
function ReportQueryFilterOperatorToJSON(value) {
|
|
7228
|
+
return value;
|
|
7229
|
+
}
|
|
7230
|
+
function ReportQueryFilterOperatorToJSONTyped(value, ignoreDiscriminator) {
|
|
7231
|
+
return value;
|
|
7232
|
+
}
|
|
7233
|
+
|
|
7234
|
+
function instanceOfReportQueryInput(value) {
|
|
7235
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
7236
|
+
return false;
|
|
7237
|
+
if (!('definition' in value) || value['definition'] === undefined)
|
|
7238
|
+
return false;
|
|
7239
|
+
return true;
|
|
7240
|
+
}
|
|
7241
|
+
function ReportQueryInputFromJSON(json) {
|
|
7242
|
+
return ReportQueryInputFromJSONTyped(json);
|
|
7243
|
+
}
|
|
7244
|
+
function ReportQueryInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
7245
|
+
if (json == null) {
|
|
7246
|
+
return json;
|
|
7247
|
+
}
|
|
7248
|
+
return {
|
|
7249
|
+
'title': json['title'],
|
|
7250
|
+
'definition': ReportQueryDefinitionFromJSON(json['definition']),
|
|
7251
|
+
};
|
|
7252
|
+
}
|
|
7253
|
+
function ReportQueryInputToJSON(json) {
|
|
7254
|
+
return ReportQueryInputToJSONTyped(json, false);
|
|
7255
|
+
}
|
|
7256
|
+
function ReportQueryInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7257
|
+
if (value == null) {
|
|
7258
|
+
return value;
|
|
7259
|
+
}
|
|
7260
|
+
return {
|
|
7261
|
+
'title': value['title'],
|
|
7262
|
+
'definition': ReportQueryDefinitionToJSON(value['definition']),
|
|
7263
|
+
};
|
|
7264
|
+
}
|
|
7265
|
+
|
|
7266
|
+
function instanceOfReportQueryListOutput(value) {
|
|
7267
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
7268
|
+
return false;
|
|
7269
|
+
return true;
|
|
7270
|
+
}
|
|
7271
|
+
function ReportQueryListOutputFromJSON(json) {
|
|
7272
|
+
return ReportQueryListOutputFromJSONTyped(json);
|
|
7273
|
+
}
|
|
7274
|
+
function ReportQueryListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
7275
|
+
if (json == null) {
|
|
7276
|
+
return json;
|
|
7277
|
+
}
|
|
7278
|
+
return {
|
|
7279
|
+
'data': (json['data'].map(ReportQueryDtoFromJSON)),
|
|
7280
|
+
};
|
|
7281
|
+
}
|
|
7282
|
+
function ReportQueryListOutputToJSON(json) {
|
|
7283
|
+
return ReportQueryListOutputToJSONTyped(json, false);
|
|
7284
|
+
}
|
|
7285
|
+
function ReportQueryListOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7286
|
+
if (value == null) {
|
|
7287
|
+
return value;
|
|
7288
|
+
}
|
|
7289
|
+
return {
|
|
7290
|
+
'data': (value['data'].map(ReportQueryDtoToJSON)),
|
|
7291
|
+
};
|
|
7292
|
+
}
|
|
7293
|
+
|
|
7294
|
+
const ReportQueryMetricOperation = {
|
|
7295
|
+
Count: 'count',
|
|
7296
|
+
CountDistinct: 'count_distinct',
|
|
7297
|
+
Sum: 'sum',
|
|
7298
|
+
Avg: 'avg',
|
|
7299
|
+
Min: 'min',
|
|
7300
|
+
Max: 'max'
|
|
7301
|
+
};
|
|
7302
|
+
function instanceOfReportQueryMetricOperation(value) {
|
|
7303
|
+
for (const key in ReportQueryMetricOperation) {
|
|
7304
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryMetricOperation, key)) {
|
|
7305
|
+
if (ReportQueryMetricOperation[key] === value) {
|
|
7306
|
+
return true;
|
|
7307
|
+
}
|
|
7308
|
+
}
|
|
7309
|
+
}
|
|
7310
|
+
return false;
|
|
7311
|
+
}
|
|
7312
|
+
function ReportQueryMetricOperationFromJSON(json) {
|
|
7313
|
+
return ReportQueryMetricOperationFromJSONTyped(json);
|
|
7314
|
+
}
|
|
7315
|
+
function ReportQueryMetricOperationFromJSONTyped(json, ignoreDiscriminator) {
|
|
7316
|
+
return json;
|
|
7317
|
+
}
|
|
7318
|
+
function ReportQueryMetricOperationToJSON(value) {
|
|
7319
|
+
return value;
|
|
7320
|
+
}
|
|
7321
|
+
function ReportQueryMetricOperationToJSONTyped(value, ignoreDiscriminator) {
|
|
7322
|
+
return value;
|
|
7323
|
+
}
|
|
7324
|
+
|
|
7325
|
+
const ReportQueryNormalize = {
|
|
7326
|
+
None: 'none',
|
|
7327
|
+
TrimCase: 'trim_case',
|
|
7328
|
+
Ipp: 'ipp'
|
|
7329
|
+
};
|
|
7330
|
+
function instanceOfReportQueryNormalize(value) {
|
|
7331
|
+
for (const key in ReportQueryNormalize) {
|
|
7332
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryNormalize, key)) {
|
|
7333
|
+
if (ReportQueryNormalize[key] === value) {
|
|
7334
|
+
return true;
|
|
7335
|
+
}
|
|
7336
|
+
}
|
|
7337
|
+
}
|
|
7338
|
+
return false;
|
|
7339
|
+
}
|
|
7340
|
+
function ReportQueryNormalizeFromJSON(json) {
|
|
7341
|
+
return ReportQueryNormalizeFromJSONTyped(json);
|
|
7342
|
+
}
|
|
7343
|
+
function ReportQueryNormalizeFromJSONTyped(json, ignoreDiscriminator) {
|
|
7344
|
+
return json;
|
|
7345
|
+
}
|
|
7346
|
+
function ReportQueryNormalizeToJSON(value) {
|
|
7347
|
+
return value;
|
|
7348
|
+
}
|
|
7349
|
+
function ReportQueryNormalizeToJSONTyped(value, ignoreDiscriminator) {
|
|
7350
|
+
return value;
|
|
7351
|
+
}
|
|
7352
|
+
|
|
7353
|
+
function instanceOfReportQueryOutput(value) {
|
|
7354
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
7355
|
+
return false;
|
|
7356
|
+
return true;
|
|
7357
|
+
}
|
|
7358
|
+
function ReportQueryOutputFromJSON(json) {
|
|
7359
|
+
return ReportQueryOutputFromJSONTyped(json);
|
|
7360
|
+
}
|
|
7361
|
+
function ReportQueryOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
7362
|
+
if (json == null) {
|
|
7363
|
+
return json;
|
|
7364
|
+
}
|
|
7365
|
+
return {
|
|
7366
|
+
'data': ReportQueryDtoFromJSON(json['data']),
|
|
7367
|
+
};
|
|
7368
|
+
}
|
|
7369
|
+
function ReportQueryOutputToJSON(json) {
|
|
7370
|
+
return ReportQueryOutputToJSONTyped(json, false);
|
|
7371
|
+
}
|
|
7372
|
+
function ReportQueryOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7373
|
+
if (value == null) {
|
|
7374
|
+
return value;
|
|
7375
|
+
}
|
|
7376
|
+
return {
|
|
7377
|
+
'data': ReportQueryDtoToJSON(value['data']),
|
|
7378
|
+
};
|
|
7379
|
+
}
|
|
7380
|
+
|
|
7381
|
+
function instanceOfReportQueryPreviewInput(value) {
|
|
7382
|
+
if (!('definition' in value) || value['definition'] === undefined)
|
|
7383
|
+
return false;
|
|
7384
|
+
if (!('startDate' in value) || value['startDate'] === undefined)
|
|
7385
|
+
return false;
|
|
7386
|
+
if (!('endDate' in value) || value['endDate'] === undefined)
|
|
7387
|
+
return false;
|
|
7388
|
+
return true;
|
|
7389
|
+
}
|
|
7390
|
+
function ReportQueryPreviewInputFromJSON(json) {
|
|
7391
|
+
return ReportQueryPreviewInputFromJSONTyped(json);
|
|
7392
|
+
}
|
|
7393
|
+
function ReportQueryPreviewInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
7394
|
+
if (json == null) {
|
|
7395
|
+
return json;
|
|
7396
|
+
}
|
|
7397
|
+
return {
|
|
7398
|
+
'definition': ReportQueryDefinitionFromJSON(json['definition']),
|
|
7399
|
+
'startDate': json['startDate'],
|
|
7400
|
+
'endDate': json['endDate'],
|
|
7401
|
+
};
|
|
7402
|
+
}
|
|
7403
|
+
function ReportQueryPreviewInputToJSON(json) {
|
|
7404
|
+
return ReportQueryPreviewInputToJSONTyped(json, false);
|
|
7405
|
+
}
|
|
7406
|
+
function ReportQueryPreviewInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7407
|
+
if (value == null) {
|
|
7408
|
+
return value;
|
|
7409
|
+
}
|
|
7410
|
+
return {
|
|
7411
|
+
'definition': ReportQueryDefinitionToJSON(value['definition']),
|
|
7412
|
+
'startDate': value['startDate'],
|
|
7413
|
+
'endDate': value['endDate'],
|
|
7414
|
+
};
|
|
7415
|
+
}
|
|
7416
|
+
|
|
7417
|
+
const ReportQuerySource = {
|
|
7418
|
+
Items: 'items',
|
|
7419
|
+
Articles: 'articles',
|
|
7420
|
+
StateHistory: 'state_history'
|
|
7421
|
+
};
|
|
7422
|
+
function instanceOfReportQuerySource(value) {
|
|
7423
|
+
for (const key in ReportQuerySource) {
|
|
7424
|
+
if (Object.prototype.hasOwnProperty.call(ReportQuerySource, key)) {
|
|
7425
|
+
if (ReportQuerySource[key] === value) {
|
|
7426
|
+
return true;
|
|
7427
|
+
}
|
|
7428
|
+
}
|
|
7429
|
+
}
|
|
7430
|
+
return false;
|
|
7431
|
+
}
|
|
7432
|
+
function ReportQuerySourceFromJSON(json) {
|
|
7433
|
+
return ReportQuerySourceFromJSONTyped(json);
|
|
7434
|
+
}
|
|
7435
|
+
function ReportQuerySourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
7436
|
+
return json;
|
|
7437
|
+
}
|
|
7438
|
+
function ReportQuerySourceToJSON(value) {
|
|
7439
|
+
return value;
|
|
7440
|
+
}
|
|
7441
|
+
function ReportQuerySourceToJSONTyped(value, ignoreDiscriminator) {
|
|
7442
|
+
return value;
|
|
7443
|
+
}
|
|
7444
|
+
|
|
6577
7445
|
function instanceOfReverseGeoCodingOutput(value) {
|
|
6578
7446
|
if (!('data' in value) || value['data'] === undefined)
|
|
6579
7447
|
return false;
|
|
@@ -10105,6 +10973,161 @@ class ReportApi extends BaseAPI {
|
|
|
10105
10973
|
const response = await this.apiV1ReportReportIdGetRaw(requestParameters, initOverrides);
|
|
10106
10974
|
return await response.value();
|
|
10107
10975
|
}
|
|
10976
|
+
async apiV2ReportCatalogGetRaw(initOverrides) {
|
|
10977
|
+
const queryParameters = {};
|
|
10978
|
+
const headerParameters = {};
|
|
10979
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
10980
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
10981
|
+
}
|
|
10982
|
+
const response = await this.request({
|
|
10983
|
+
path: `/api/v2/report/catalog`,
|
|
10984
|
+
method: 'GET',
|
|
10985
|
+
headers: headerParameters,
|
|
10986
|
+
query: queryParameters,
|
|
10987
|
+
}, initOverrides);
|
|
10988
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryCatalogOutputFromJSON(jsonValue));
|
|
10989
|
+
}
|
|
10990
|
+
async apiV2ReportCatalogGet(initOverrides) {
|
|
10991
|
+
const response = await this.apiV2ReportCatalogGetRaw(initOverrides);
|
|
10992
|
+
return await response.value();
|
|
10993
|
+
}
|
|
10994
|
+
async apiV2ReportGetRaw(initOverrides) {
|
|
10995
|
+
const queryParameters = {};
|
|
10996
|
+
const headerParameters = {};
|
|
10997
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
10998
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
10999
|
+
}
|
|
11000
|
+
const response = await this.request({
|
|
11001
|
+
path: `/api/v2/report`,
|
|
11002
|
+
method: 'GET',
|
|
11003
|
+
headers: headerParameters,
|
|
11004
|
+
query: queryParameters,
|
|
11005
|
+
}, initOverrides);
|
|
11006
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryListOutputFromJSON(jsonValue));
|
|
11007
|
+
}
|
|
11008
|
+
async apiV2ReportGet(initOverrides) {
|
|
11009
|
+
const response = await this.apiV2ReportGetRaw(initOverrides);
|
|
11010
|
+
return await response.value();
|
|
11011
|
+
}
|
|
11012
|
+
async apiV2ReportPostRaw(requestParameters, initOverrides) {
|
|
11013
|
+
if (requestParameters['reportQueryInput'] == null) {
|
|
11014
|
+
throw new RequiredError('reportQueryInput', 'Required parameter "reportQueryInput" was null or undefined when calling apiV2ReportPost().');
|
|
11015
|
+
}
|
|
11016
|
+
const queryParameters = {};
|
|
11017
|
+
const headerParameters = {};
|
|
11018
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
11019
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11020
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11021
|
+
}
|
|
11022
|
+
const response = await this.request({
|
|
11023
|
+
path: `/api/v2/report`,
|
|
11024
|
+
method: 'POST',
|
|
11025
|
+
headers: headerParameters,
|
|
11026
|
+
query: queryParameters,
|
|
11027
|
+
body: ReportQueryInputToJSON(requestParameters['reportQueryInput']),
|
|
11028
|
+
}, initOverrides);
|
|
11029
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryOutputFromJSON(jsonValue));
|
|
11030
|
+
}
|
|
11031
|
+
async apiV2ReportPost(requestParameters, initOverrides) {
|
|
11032
|
+
const response = await this.apiV2ReportPostRaw(requestParameters, initOverrides);
|
|
11033
|
+
return await response.value();
|
|
11034
|
+
}
|
|
11035
|
+
async apiV2ReportPreviewPostRaw(requestParameters, initOverrides) {
|
|
11036
|
+
if (requestParameters['reportQueryPreviewInput'] == null) {
|
|
11037
|
+
throw new RequiredError('reportQueryPreviewInput', 'Required parameter "reportQueryPreviewInput" was null or undefined when calling apiV2ReportPreviewPost().');
|
|
11038
|
+
}
|
|
11039
|
+
const queryParameters = {};
|
|
11040
|
+
const headerParameters = {};
|
|
11041
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
11042
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11043
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11044
|
+
}
|
|
11045
|
+
const response = await this.request({
|
|
11046
|
+
path: `/api/v2/report/preview`,
|
|
11047
|
+
method: 'POST',
|
|
11048
|
+
headers: headerParameters,
|
|
11049
|
+
query: queryParameters,
|
|
11050
|
+
body: ReportQueryPreviewInputToJSON(requestParameters['reportQueryPreviewInput']),
|
|
11051
|
+
}, initOverrides);
|
|
11052
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryDataOutputFromJSON(jsonValue));
|
|
11053
|
+
}
|
|
11054
|
+
async apiV2ReportPreviewPost(requestParameters, initOverrides) {
|
|
11055
|
+
const response = await this.apiV2ReportPreviewPostRaw(requestParameters, initOverrides);
|
|
11056
|
+
return await response.value();
|
|
11057
|
+
}
|
|
11058
|
+
async apiV2ReportReportIdDataPostRaw(requestParameters, initOverrides) {
|
|
11059
|
+
if (requestParameters['reportId'] == null) {
|
|
11060
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV2ReportReportIdDataPost().');
|
|
11061
|
+
}
|
|
11062
|
+
if (requestParameters['reportConfigurationDto'] == null) {
|
|
11063
|
+
throw new RequiredError('reportConfigurationDto', 'Required parameter "reportConfigurationDto" was null or undefined when calling apiV2ReportReportIdDataPost().');
|
|
11064
|
+
}
|
|
11065
|
+
const queryParameters = {};
|
|
11066
|
+
const headerParameters = {};
|
|
11067
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
11068
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11069
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11070
|
+
}
|
|
11071
|
+
const response = await this.request({
|
|
11072
|
+
path: `/api/v2/report/{reportId}/data`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
11073
|
+
method: 'POST',
|
|
11074
|
+
headers: headerParameters,
|
|
11075
|
+
query: queryParameters,
|
|
11076
|
+
body: ReportConfigurationDtoToJSON(requestParameters['reportConfigurationDto']),
|
|
11077
|
+
}, initOverrides);
|
|
11078
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryDataOutputFromJSON(jsonValue));
|
|
11079
|
+
}
|
|
11080
|
+
async apiV2ReportReportIdDataPost(requestParameters, initOverrides) {
|
|
11081
|
+
const response = await this.apiV2ReportReportIdDataPostRaw(requestParameters, initOverrides);
|
|
11082
|
+
return await response.value();
|
|
11083
|
+
}
|
|
11084
|
+
async apiV2ReportReportIdGetRaw(requestParameters, initOverrides) {
|
|
11085
|
+
if (requestParameters['reportId'] == null) {
|
|
11086
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV2ReportReportIdGet().');
|
|
11087
|
+
}
|
|
11088
|
+
const queryParameters = {};
|
|
11089
|
+
const headerParameters = {};
|
|
11090
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11091
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11092
|
+
}
|
|
11093
|
+
const response = await this.request({
|
|
11094
|
+
path: `/api/v2/report/{reportId}`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
11095
|
+
method: 'GET',
|
|
11096
|
+
headers: headerParameters,
|
|
11097
|
+
query: queryParameters,
|
|
11098
|
+
}, initOverrides);
|
|
11099
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryOutputFromJSON(jsonValue));
|
|
11100
|
+
}
|
|
11101
|
+
async apiV2ReportReportIdGet(requestParameters, initOverrides) {
|
|
11102
|
+
const response = await this.apiV2ReportReportIdGetRaw(requestParameters, initOverrides);
|
|
11103
|
+
return await response.value();
|
|
11104
|
+
}
|
|
11105
|
+
async apiV2ReportReportIdPutRaw(requestParameters, initOverrides) {
|
|
11106
|
+
if (requestParameters['reportId'] == null) {
|
|
11107
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV2ReportReportIdPut().');
|
|
11108
|
+
}
|
|
11109
|
+
if (requestParameters['reportQueryInput'] == null) {
|
|
11110
|
+
throw new RequiredError('reportQueryInput', 'Required parameter "reportQueryInput" was null or undefined when calling apiV2ReportReportIdPut().');
|
|
11111
|
+
}
|
|
11112
|
+
const queryParameters = {};
|
|
11113
|
+
const headerParameters = {};
|
|
11114
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
11115
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11116
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11117
|
+
}
|
|
11118
|
+
const response = await this.request({
|
|
11119
|
+
path: `/api/v2/report/{reportId}`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
11120
|
+
method: 'PUT',
|
|
11121
|
+
headers: headerParameters,
|
|
11122
|
+
query: queryParameters,
|
|
11123
|
+
body: ReportQueryInputToJSON(requestParameters['reportQueryInput']),
|
|
11124
|
+
}, initOverrides);
|
|
11125
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryOutputFromJSON(jsonValue));
|
|
11126
|
+
}
|
|
11127
|
+
async apiV2ReportReportIdPut(requestParameters, initOverrides) {
|
|
11128
|
+
const response = await this.apiV2ReportReportIdPutRaw(requestParameters, initOverrides);
|
|
11129
|
+
return await response.value();
|
|
11130
|
+
}
|
|
10108
11131
|
}
|
|
10109
11132
|
const ApiV1ReportItemGetQOperatorEnum = {
|
|
10110
11133
|
And: 'and',
|
|
@@ -10378,5 +11401,5 @@ class StateMachineApi extends BaseAPI {
|
|
|
10378
11401
|
}
|
|
10379
11402
|
}
|
|
10380
11403
|
|
|
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 };
|
|
11404
|
+
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, Def223FromJSON, Def223FromJSONTyped, Def223ToJSON, Def223ToJSONTyped, 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, 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, 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, instanceOfAxisTime, instanceOfAxisTitle, instanceOfCalculateTourInput, instanceOfCalculateTourOutput, instanceOfChartConfiguration, instanceOfChartData, instanceOfChartDataset, instanceOfChartLegend, instanceOfChartOptions, instanceOfChartPlugins, instanceOfChartScales, instanceOfChartTitle, instanceOfComputeRouteInput, instanceOfCoordDto, instanceOfDataPoint, instanceOfDef223, 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, instanceOfReportQueryCatalogField, instanceOfReportQueryCatalogOutput, instanceOfReportQueryChart, instanceOfReportQueryDataDto, instanceOfReportQueryDataOutput, instanceOfReportQueryDateBucket, instanceOfReportQueryDefinition, instanceOfReportQueryDimension, instanceOfReportQueryDto, instanceOfReportQueryFieldType, instanceOfReportQueryFilter, instanceOfReportQueryFilterOperator, instanceOfReportQueryInput, instanceOfReportQueryListOutput, instanceOfReportQueryMetric, instanceOfReportQueryMetricOperation, instanceOfReportQueryNormalize, instanceOfReportQueryOutput, instanceOfReportQueryPreviewInput, instanceOfReportQueryResult, instanceOfReportQueryResultColumn, instanceOfReportQueryResultRow, 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
11405
|
//# sourceMappingURL=index.mjs.map
|