@jrojaspin/security-map-api-cli 9.5.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/ItemApi.d.ts +6 -1
- package/dist/apis/ItemApi.js +24 -1
- package/dist/apis/ItemApi.js.map +1 -1
- 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 +1405 -92
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +467 -9
- package/dist/index.mjs +1252 -88
- 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/{Def197.js.map → Def223.js.map} +1 -1
- package/dist/models/MapItemWithPointsInput.d.ts +18 -0
- package/dist/models/MapItemWithPointsInput.js +53 -0
- package/dist/models/MapItemWithPointsInput.js.map +1 -0
- package/dist/models/MapZonePointInput.d.ts +9 -0
- package/dist/models/MapZonePointInput.js +32 -0
- package/dist/models/MapZonePointInput.js.map +1 -0
- package/dist/models/MapZoneWithPointsInput.d.ts +11 -0
- package/dist/models/MapZoneWithPointsInput.js +37 -0
- package/dist/models/MapZoneWithPointsInput.js.map +1 -0
- 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 +27 -1
- package/dist/models/index.js +27 -1
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/Def197.d.ts +0 -8
- package/dist/models/Def197.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
|
|
|
@@ -4580,6 +4580,124 @@ function MapItemTypeSingleOutputToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
4580
4580
|
};
|
|
4581
4581
|
}
|
|
4582
4582
|
|
|
4583
|
+
function instanceOfMapZonePointInput(value) {
|
|
4584
|
+
if (!('lat' in value) || value['lat'] === undefined)
|
|
4585
|
+
return false;
|
|
4586
|
+
if (!('lon' in value) || value['lon'] === undefined)
|
|
4587
|
+
return false;
|
|
4588
|
+
return true;
|
|
4589
|
+
}
|
|
4590
|
+
function MapZonePointInputFromJSON(json) {
|
|
4591
|
+
return MapZonePointInputFromJSONTyped(json);
|
|
4592
|
+
}
|
|
4593
|
+
function MapZonePointInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
4594
|
+
if (json == null) {
|
|
4595
|
+
return json;
|
|
4596
|
+
}
|
|
4597
|
+
return {
|
|
4598
|
+
'lat': json['lat'],
|
|
4599
|
+
'lon': json['lon'],
|
|
4600
|
+
};
|
|
4601
|
+
}
|
|
4602
|
+
function MapZonePointInputToJSON(json) {
|
|
4603
|
+
return MapZonePointInputToJSONTyped(json, false);
|
|
4604
|
+
}
|
|
4605
|
+
function MapZonePointInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
4606
|
+
if (value == null) {
|
|
4607
|
+
return value;
|
|
4608
|
+
}
|
|
4609
|
+
return {
|
|
4610
|
+
'lat': value['lat'],
|
|
4611
|
+
'lon': value['lon'],
|
|
4612
|
+
};
|
|
4613
|
+
}
|
|
4614
|
+
|
|
4615
|
+
function instanceOfMapZoneWithPointsInput(value) {
|
|
4616
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
4617
|
+
return false;
|
|
4618
|
+
if (!('isCloseZone' in value) || value['isCloseZone'] === undefined)
|
|
4619
|
+
return false;
|
|
4620
|
+
if (!('points' in value) || value['points'] === undefined)
|
|
4621
|
+
return false;
|
|
4622
|
+
return true;
|
|
4623
|
+
}
|
|
4624
|
+
function MapZoneWithPointsInputFromJSON(json) {
|
|
4625
|
+
return MapZoneWithPointsInputFromJSONTyped(json);
|
|
4626
|
+
}
|
|
4627
|
+
function MapZoneWithPointsInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
4628
|
+
if (json == null) {
|
|
4629
|
+
return json;
|
|
4630
|
+
}
|
|
4631
|
+
return {
|
|
4632
|
+
'title': json['title'],
|
|
4633
|
+
'isCloseZone': json['isCloseZone'],
|
|
4634
|
+
'points': (json['points'].map(MapZonePointInputFromJSON)),
|
|
4635
|
+
};
|
|
4636
|
+
}
|
|
4637
|
+
function MapZoneWithPointsInputToJSON(json) {
|
|
4638
|
+
return MapZoneWithPointsInputToJSONTyped(json, false);
|
|
4639
|
+
}
|
|
4640
|
+
function MapZoneWithPointsInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
4641
|
+
if (value == null) {
|
|
4642
|
+
return value;
|
|
4643
|
+
}
|
|
4644
|
+
return {
|
|
4645
|
+
'title': value['title'],
|
|
4646
|
+
'isCloseZone': value['isCloseZone'],
|
|
4647
|
+
'points': (value['points'].map(MapZonePointInputToJSON)),
|
|
4648
|
+
};
|
|
4649
|
+
}
|
|
4650
|
+
|
|
4651
|
+
function instanceOfMapItemWithPointsInput(value) {
|
|
4652
|
+
if (!('articles' in value) || value['articles'] === undefined)
|
|
4653
|
+
return false;
|
|
4654
|
+
if (!('mapZoneInput' in value) || value['mapZoneInput'] === undefined)
|
|
4655
|
+
return false;
|
|
4656
|
+
if (!('dynamicFields' in value) || value['dynamicFields'] === undefined)
|
|
4657
|
+
return false;
|
|
4658
|
+
if (!('stateId' in value) || value['stateId'] === undefined)
|
|
4659
|
+
return false;
|
|
4660
|
+
if (!('mapItemTypeId' in value) || value['mapItemTypeId'] === undefined)
|
|
4661
|
+
return false;
|
|
4662
|
+
return true;
|
|
4663
|
+
}
|
|
4664
|
+
function MapItemWithPointsInputFromJSON(json) {
|
|
4665
|
+
return MapItemWithPointsInputFromJSONTyped(json);
|
|
4666
|
+
}
|
|
4667
|
+
function MapItemWithPointsInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
4668
|
+
if (json == null) {
|
|
4669
|
+
return json;
|
|
4670
|
+
}
|
|
4671
|
+
return {
|
|
4672
|
+
'articles': (json['articles'].map(MapItemArticleInputDtoFromJSON)),
|
|
4673
|
+
'mapZoneInput': MapZoneWithPointsInputFromJSON(json['mapZoneInput']),
|
|
4674
|
+
'dynamicFields': (json['dynamicFields'].map(MapItemDynamicFieldInputDtoFromJSON)),
|
|
4675
|
+
'stateId': json['stateId'],
|
|
4676
|
+
'title': json['title'] == null ? undefined : json['title'],
|
|
4677
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
4678
|
+
'mapItemTypeId': json['mapItemTypeId'],
|
|
4679
|
+
'createDate': json['createDate'] == null ? undefined : json['createDate'],
|
|
4680
|
+
};
|
|
4681
|
+
}
|
|
4682
|
+
function MapItemWithPointsInputToJSON(json) {
|
|
4683
|
+
return MapItemWithPointsInputToJSONTyped(json, false);
|
|
4684
|
+
}
|
|
4685
|
+
function MapItemWithPointsInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
4686
|
+
if (value == null) {
|
|
4687
|
+
return value;
|
|
4688
|
+
}
|
|
4689
|
+
return {
|
|
4690
|
+
'articles': (value['articles'].map(MapItemArticleInputDtoToJSON)),
|
|
4691
|
+
'mapZoneInput': MapZoneWithPointsInputToJSON(value['mapZoneInput']),
|
|
4692
|
+
'dynamicFields': (value['dynamicFields'].map(MapItemDynamicFieldInputDtoToJSON)),
|
|
4693
|
+
'stateId': value['stateId'],
|
|
4694
|
+
'title': value['title'],
|
|
4695
|
+
'description': value['description'],
|
|
4696
|
+
'mapItemTypeId': value['mapItemTypeId'],
|
|
4697
|
+
'createDate': value['createDate'],
|
|
4698
|
+
};
|
|
4699
|
+
}
|
|
4700
|
+
|
|
4583
4701
|
function instanceOfMapLayerContourCoordORM(value) {
|
|
4584
4702
|
if (!('layerId' in value) || value['layerId'] === undefined)
|
|
4585
4703
|
return false;
|
|
@@ -5811,7 +5929,7 @@ function ReportAllItemsListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
5811
5929
|
return json;
|
|
5812
5930
|
}
|
|
5813
5931
|
return {
|
|
5814
|
-
'data': (json['data'].map(
|
|
5932
|
+
'data': (json['data'].map(Def223FromJSON)),
|
|
5815
5933
|
'pageInfo': PageInfoFromJSON(json['pageInfo']),
|
|
5816
5934
|
};
|
|
5817
5935
|
}
|
|
@@ -5823,7 +5941,7 @@ function ReportAllItemsListOutputToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
5823
5941
|
return value;
|
|
5824
5942
|
}
|
|
5825
5943
|
return {
|
|
5826
|
-
'data': (value['data'].map(
|
|
5944
|
+
'data': (value['data'].map(Def223ToJSON)),
|
|
5827
5945
|
'pageInfo': PageInfoToJSON(value['pageInfo']),
|
|
5828
5946
|
};
|
|
5829
5947
|
}
|
|
@@ -6298,162 +6416,1030 @@ function ReportDataORMToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
6298
6416
|
};
|
|
6299
6417
|
}
|
|
6300
6418
|
|
|
6301
|
-
function instanceOfReportDataOutput(value) {
|
|
6302
|
-
if (!('data' in value) || value['data'] === undefined)
|
|
6419
|
+
function instanceOfReportDataOutput(value) {
|
|
6420
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6421
|
+
return false;
|
|
6422
|
+
return true;
|
|
6423
|
+
}
|
|
6424
|
+
function ReportDataOutputFromJSON(json) {
|
|
6425
|
+
return ReportDataOutputFromJSONTyped(json);
|
|
6426
|
+
}
|
|
6427
|
+
function ReportDataOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6428
|
+
if (json == null) {
|
|
6429
|
+
return json;
|
|
6430
|
+
}
|
|
6431
|
+
return {
|
|
6432
|
+
'data': ReportDataJSONDtoFromJSON(json['data']),
|
|
6433
|
+
};
|
|
6434
|
+
}
|
|
6435
|
+
function ReportDataOutputToJSON(json) {
|
|
6436
|
+
return ReportDataOutputToJSONTyped(json, false);
|
|
6437
|
+
}
|
|
6438
|
+
function ReportDataOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6439
|
+
if (value == null) {
|
|
6440
|
+
return value;
|
|
6441
|
+
}
|
|
6442
|
+
return {
|
|
6443
|
+
'data': ReportDataJSONDtoToJSON(value['data']),
|
|
6444
|
+
};
|
|
6445
|
+
}
|
|
6446
|
+
|
|
6447
|
+
function instanceOfReportDto(value) {
|
|
6448
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
6449
|
+
return false;
|
|
6450
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
6451
|
+
return false;
|
|
6452
|
+
if (!('reportType' in value) || value['reportType'] === undefined)
|
|
6453
|
+
return false;
|
|
6454
|
+
return true;
|
|
6455
|
+
}
|
|
6456
|
+
function ReportDtoFromJSON(json) {
|
|
6457
|
+
return ReportDtoFromJSONTyped(json);
|
|
6458
|
+
}
|
|
6459
|
+
function ReportDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
6460
|
+
if (json == null) {
|
|
6461
|
+
return json;
|
|
6462
|
+
}
|
|
6463
|
+
return {
|
|
6464
|
+
'id': json['id'],
|
|
6465
|
+
'name': json['name'],
|
|
6466
|
+
'reportType': json['reportType'],
|
|
6467
|
+
};
|
|
6468
|
+
}
|
|
6469
|
+
function ReportDtoToJSON(json) {
|
|
6470
|
+
return ReportDtoToJSONTyped(json, false);
|
|
6471
|
+
}
|
|
6472
|
+
function ReportDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6473
|
+
if (value == null) {
|
|
6474
|
+
return value;
|
|
6475
|
+
}
|
|
6476
|
+
return {
|
|
6477
|
+
'id': value['id'],
|
|
6478
|
+
'name': value['name'],
|
|
6479
|
+
'reportType': value['reportType'],
|
|
6480
|
+
};
|
|
6481
|
+
}
|
|
6482
|
+
|
|
6483
|
+
function instanceOfReportListOutput(value) {
|
|
6484
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6485
|
+
return false;
|
|
6486
|
+
return true;
|
|
6487
|
+
}
|
|
6488
|
+
function ReportListOutputFromJSON(json) {
|
|
6489
|
+
return ReportListOutputFromJSONTyped(json);
|
|
6490
|
+
}
|
|
6491
|
+
function ReportListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6492
|
+
if (json == null) {
|
|
6493
|
+
return json;
|
|
6494
|
+
}
|
|
6495
|
+
return {
|
|
6496
|
+
'data': (json['data'].map(ReportDtoFromJSON)),
|
|
6497
|
+
};
|
|
6498
|
+
}
|
|
6499
|
+
function ReportListOutputToJSON(json) {
|
|
6500
|
+
return ReportListOutputToJSONTyped(json, false);
|
|
6501
|
+
}
|
|
6502
|
+
function ReportListOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6503
|
+
if (value == null) {
|
|
6504
|
+
return value;
|
|
6505
|
+
}
|
|
6506
|
+
return {
|
|
6507
|
+
'data': (value['data'].map(ReportDtoToJSON)),
|
|
6508
|
+
};
|
|
6509
|
+
}
|
|
6510
|
+
|
|
6511
|
+
function instanceOfReportORM(value) {
|
|
6512
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
6513
|
+
return false;
|
|
6514
|
+
if (!('reportType' in value) || value['reportType'] === undefined)
|
|
6515
|
+
return false;
|
|
6516
|
+
return true;
|
|
6517
|
+
}
|
|
6518
|
+
function ReportORMFromJSON(json) {
|
|
6519
|
+
return ReportORMFromJSONTyped(json);
|
|
6520
|
+
}
|
|
6521
|
+
function ReportORMFromJSONTyped(json, ignoreDiscriminator) {
|
|
6522
|
+
if (json == null) {
|
|
6523
|
+
return json;
|
|
6524
|
+
}
|
|
6525
|
+
return {
|
|
6526
|
+
'title': json['title'],
|
|
6527
|
+
'reportType': json['reportType'],
|
|
6528
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
6529
|
+
'createDate': json['createDate'] == null ? undefined : json['createDate'],
|
|
6530
|
+
'deleteDate': json['deleteDate'] == null ? undefined : json['deleteDate'],
|
|
6531
|
+
};
|
|
6532
|
+
}
|
|
6533
|
+
function ReportORMToJSON(json) {
|
|
6534
|
+
return ReportORMToJSONTyped(json, false);
|
|
6535
|
+
}
|
|
6536
|
+
function ReportORMToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6537
|
+
if (value == null) {
|
|
6538
|
+
return value;
|
|
6539
|
+
}
|
|
6540
|
+
return {
|
|
6541
|
+
'title': value['title'],
|
|
6542
|
+
'reportType': value['reportType'],
|
|
6543
|
+
'id': value['id'],
|
|
6544
|
+
'createDate': value['createDate'],
|
|
6545
|
+
'deleteDate': value['deleteDate'],
|
|
6546
|
+
};
|
|
6547
|
+
}
|
|
6548
|
+
|
|
6549
|
+
function instanceOfReportOutput(value) {
|
|
6550
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6551
|
+
return false;
|
|
6552
|
+
return true;
|
|
6553
|
+
}
|
|
6554
|
+
function ReportOutputFromJSON(json) {
|
|
6555
|
+
return ReportOutputFromJSONTyped(json);
|
|
6556
|
+
}
|
|
6557
|
+
function ReportOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6558
|
+
if (json == null) {
|
|
6559
|
+
return json;
|
|
6560
|
+
}
|
|
6561
|
+
return {
|
|
6562
|
+
'data': ReportDtoFromJSON(json['data']),
|
|
6563
|
+
};
|
|
6564
|
+
}
|
|
6565
|
+
function ReportOutputToJSON(json) {
|
|
6566
|
+
return ReportOutputToJSONTyped(json, false);
|
|
6567
|
+
}
|
|
6568
|
+
function ReportOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6569
|
+
if (value == null) {
|
|
6570
|
+
return value;
|
|
6571
|
+
}
|
|
6572
|
+
return {
|
|
6573
|
+
'data': ReportDtoToJSON(value['data']),
|
|
6574
|
+
};
|
|
6575
|
+
}
|
|
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)
|
|
6303
7238
|
return false;
|
|
6304
7239
|
return true;
|
|
6305
7240
|
}
|
|
6306
|
-
function
|
|
6307
|
-
return
|
|
7241
|
+
function ReportQueryInputFromJSON(json) {
|
|
7242
|
+
return ReportQueryInputFromJSONTyped(json);
|
|
6308
7243
|
}
|
|
6309
|
-
function
|
|
7244
|
+
function ReportQueryInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6310
7245
|
if (json == null) {
|
|
6311
7246
|
return json;
|
|
6312
7247
|
}
|
|
6313
7248
|
return {
|
|
6314
|
-
'
|
|
7249
|
+
'title': json['title'],
|
|
7250
|
+
'definition': ReportQueryDefinitionFromJSON(json['definition']),
|
|
6315
7251
|
};
|
|
6316
7252
|
}
|
|
6317
|
-
function
|
|
6318
|
-
return
|
|
7253
|
+
function ReportQueryInputToJSON(json) {
|
|
7254
|
+
return ReportQueryInputToJSONTyped(json, false);
|
|
6319
7255
|
}
|
|
6320
|
-
function
|
|
7256
|
+
function ReportQueryInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6321
7257
|
if (value == null) {
|
|
6322
7258
|
return value;
|
|
6323
7259
|
}
|
|
6324
7260
|
return {
|
|
6325
|
-
'
|
|
7261
|
+
'title': value['title'],
|
|
7262
|
+
'definition': ReportQueryDefinitionToJSON(value['definition']),
|
|
6326
7263
|
};
|
|
6327
7264
|
}
|
|
6328
7265
|
|
|
6329
|
-
function
|
|
6330
|
-
if (!('
|
|
6331
|
-
return false;
|
|
6332
|
-
if (!('name' in value) || value['name'] === undefined)
|
|
6333
|
-
return false;
|
|
6334
|
-
if (!('reportType' in value) || value['reportType'] === undefined)
|
|
7266
|
+
function instanceOfReportQueryListOutput(value) {
|
|
7267
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6335
7268
|
return false;
|
|
6336
7269
|
return true;
|
|
6337
7270
|
}
|
|
6338
|
-
function
|
|
6339
|
-
return
|
|
7271
|
+
function ReportQueryListOutputFromJSON(json) {
|
|
7272
|
+
return ReportQueryListOutputFromJSONTyped(json);
|
|
6340
7273
|
}
|
|
6341
|
-
function
|
|
7274
|
+
function ReportQueryListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6342
7275
|
if (json == null) {
|
|
6343
7276
|
return json;
|
|
6344
7277
|
}
|
|
6345
7278
|
return {
|
|
6346
|
-
'
|
|
6347
|
-
'name': json['name'],
|
|
6348
|
-
'reportType': json['reportType'],
|
|
7279
|
+
'data': (json['data'].map(ReportQueryDtoFromJSON)),
|
|
6349
7280
|
};
|
|
6350
7281
|
}
|
|
6351
|
-
function
|
|
6352
|
-
return
|
|
7282
|
+
function ReportQueryListOutputToJSON(json) {
|
|
7283
|
+
return ReportQueryListOutputToJSONTyped(json, false);
|
|
6353
7284
|
}
|
|
6354
|
-
function
|
|
7285
|
+
function ReportQueryListOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6355
7286
|
if (value == null) {
|
|
6356
7287
|
return value;
|
|
6357
7288
|
}
|
|
6358
7289
|
return {
|
|
6359
|
-
'
|
|
6360
|
-
'name': value['name'],
|
|
6361
|
-
'reportType': value['reportType'],
|
|
7290
|
+
'data': (value['data'].map(ReportQueryDtoToJSON)),
|
|
6362
7291
|
};
|
|
6363
7292
|
}
|
|
6364
7293
|
|
|
6365
|
-
|
|
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) {
|
|
6366
7354
|
if (!('data' in value) || value['data'] === undefined)
|
|
6367
7355
|
return false;
|
|
6368
7356
|
return true;
|
|
6369
7357
|
}
|
|
6370
|
-
function
|
|
6371
|
-
return
|
|
7358
|
+
function ReportQueryOutputFromJSON(json) {
|
|
7359
|
+
return ReportQueryOutputFromJSONTyped(json);
|
|
6372
7360
|
}
|
|
6373
|
-
function
|
|
7361
|
+
function ReportQueryOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6374
7362
|
if (json == null) {
|
|
6375
7363
|
return json;
|
|
6376
7364
|
}
|
|
6377
7365
|
return {
|
|
6378
|
-
'data': (json['data']
|
|
7366
|
+
'data': ReportQueryDtoFromJSON(json['data']),
|
|
6379
7367
|
};
|
|
6380
7368
|
}
|
|
6381
|
-
function
|
|
6382
|
-
return
|
|
7369
|
+
function ReportQueryOutputToJSON(json) {
|
|
7370
|
+
return ReportQueryOutputToJSONTyped(json, false);
|
|
6383
7371
|
}
|
|
6384
|
-
function
|
|
7372
|
+
function ReportQueryOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6385
7373
|
if (value == null) {
|
|
6386
7374
|
return value;
|
|
6387
7375
|
}
|
|
6388
7376
|
return {
|
|
6389
|
-
'data': (value['data']
|
|
7377
|
+
'data': ReportQueryDtoToJSON(value['data']),
|
|
6390
7378
|
};
|
|
6391
7379
|
}
|
|
6392
7380
|
|
|
6393
|
-
function
|
|
6394
|
-
if (!('
|
|
7381
|
+
function instanceOfReportQueryPreviewInput(value) {
|
|
7382
|
+
if (!('definition' in value) || value['definition'] === undefined)
|
|
6395
7383
|
return false;
|
|
6396
|
-
if (!('
|
|
7384
|
+
if (!('startDate' in value) || value['startDate'] === undefined)
|
|
7385
|
+
return false;
|
|
7386
|
+
if (!('endDate' in value) || value['endDate'] === undefined)
|
|
6397
7387
|
return false;
|
|
6398
7388
|
return true;
|
|
6399
7389
|
}
|
|
6400
|
-
function
|
|
6401
|
-
return
|
|
7390
|
+
function ReportQueryPreviewInputFromJSON(json) {
|
|
7391
|
+
return ReportQueryPreviewInputFromJSONTyped(json);
|
|
6402
7392
|
}
|
|
6403
|
-
function
|
|
7393
|
+
function ReportQueryPreviewInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6404
7394
|
if (json == null) {
|
|
6405
7395
|
return json;
|
|
6406
7396
|
}
|
|
6407
7397
|
return {
|
|
6408
|
-
'
|
|
6409
|
-
'
|
|
6410
|
-
'
|
|
6411
|
-
'createDate': json['createDate'] == null ? undefined : json['createDate'],
|
|
6412
|
-
'deleteDate': json['deleteDate'] == null ? undefined : json['deleteDate'],
|
|
7398
|
+
'definition': ReportQueryDefinitionFromJSON(json['definition']),
|
|
7399
|
+
'startDate': json['startDate'],
|
|
7400
|
+
'endDate': json['endDate'],
|
|
6413
7401
|
};
|
|
6414
7402
|
}
|
|
6415
|
-
function
|
|
6416
|
-
return
|
|
7403
|
+
function ReportQueryPreviewInputToJSON(json) {
|
|
7404
|
+
return ReportQueryPreviewInputToJSONTyped(json, false);
|
|
6417
7405
|
}
|
|
6418
|
-
function
|
|
7406
|
+
function ReportQueryPreviewInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6419
7407
|
if (value == null) {
|
|
6420
7408
|
return value;
|
|
6421
7409
|
}
|
|
6422
7410
|
return {
|
|
6423
|
-
'
|
|
6424
|
-
'
|
|
6425
|
-
'
|
|
6426
|
-
'createDate': value['createDate'],
|
|
6427
|
-
'deleteDate': value['deleteDate'],
|
|
7411
|
+
'definition': ReportQueryDefinitionToJSON(value['definition']),
|
|
7412
|
+
'startDate': value['startDate'],
|
|
7413
|
+
'endDate': value['endDate'],
|
|
6428
7414
|
};
|
|
6429
7415
|
}
|
|
6430
7416
|
|
|
6431
|
-
|
|
6432
|
-
|
|
6433
|
-
|
|
6434
|
-
|
|
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;
|
|
6435
7431
|
}
|
|
6436
|
-
function
|
|
6437
|
-
return
|
|
7432
|
+
function ReportQuerySourceFromJSON(json) {
|
|
7433
|
+
return ReportQuerySourceFromJSONTyped(json);
|
|
6438
7434
|
}
|
|
6439
|
-
function
|
|
6440
|
-
|
|
6441
|
-
return json;
|
|
6442
|
-
}
|
|
6443
|
-
return {
|
|
6444
|
-
'data': ReportDtoFromJSON(json['data']),
|
|
6445
|
-
};
|
|
7435
|
+
function ReportQuerySourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
7436
|
+
return json;
|
|
6446
7437
|
}
|
|
6447
|
-
function
|
|
6448
|
-
return
|
|
7438
|
+
function ReportQuerySourceToJSON(value) {
|
|
7439
|
+
return value;
|
|
6449
7440
|
}
|
|
6450
|
-
function
|
|
6451
|
-
|
|
6452
|
-
return value;
|
|
6453
|
-
}
|
|
6454
|
-
return {
|
|
6455
|
-
'data': ReportDtoToJSON(value['data']),
|
|
6456
|
-
};
|
|
7441
|
+
function ReportQuerySourceToJSONTyped(value, ignoreDiscriminator) {
|
|
7442
|
+
return value;
|
|
6457
7443
|
}
|
|
6458
7444
|
|
|
6459
7445
|
function instanceOfReverseGeoCodingOutput(value) {
|
|
@@ -7973,6 +8959,29 @@ class ItemApi extends BaseAPI {
|
|
|
7973
8959
|
const response = await this.apiV1ItemWithinGetRaw(requestParameters, initOverrides);
|
|
7974
8960
|
return await response.value();
|
|
7975
8961
|
}
|
|
8962
|
+
async apiV2ItemPostRaw(requestParameters, initOverrides) {
|
|
8963
|
+
if (requestParameters['mapItemWithPointsInput'] == null) {
|
|
8964
|
+
throw new RequiredError('mapItemWithPointsInput', 'Required parameter "mapItemWithPointsInput" was null or undefined when calling apiV2ItemPost().');
|
|
8965
|
+
}
|
|
8966
|
+
const queryParameters = {};
|
|
8967
|
+
const headerParameters = {};
|
|
8968
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
8969
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8970
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8971
|
+
}
|
|
8972
|
+
const response = await this.request({
|
|
8973
|
+
path: `/api/v2/item`,
|
|
8974
|
+
method: 'POST',
|
|
8975
|
+
headers: headerParameters,
|
|
8976
|
+
query: queryParameters,
|
|
8977
|
+
body: MapItemWithPointsInputToJSON(requestParameters['mapItemWithPointsInput']),
|
|
8978
|
+
}, initOverrides);
|
|
8979
|
+
return new JSONApiResponse(response, (jsonValue) => MapItemOutputFromJSON(jsonValue));
|
|
8980
|
+
}
|
|
8981
|
+
async apiV2ItemPost(requestParameters, initOverrides) {
|
|
8982
|
+
const response = await this.apiV2ItemPostRaw(requestParameters, initOverrides);
|
|
8983
|
+
return await response.value();
|
|
8984
|
+
}
|
|
7976
8985
|
}
|
|
7977
8986
|
|
|
7978
8987
|
class ItemTypeApi extends BaseAPI {
|
|
@@ -9964,6 +10973,161 @@ class ReportApi extends BaseAPI {
|
|
|
9964
10973
|
const response = await this.apiV1ReportReportIdGetRaw(requestParameters, initOverrides);
|
|
9965
10974
|
return await response.value();
|
|
9966
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
|
+
}
|
|
9967
11131
|
}
|
|
9968
11132
|
const ApiV1ReportItemGetQOperatorEnum = {
|
|
9969
11133
|
And: 'and',
|
|
@@ -10237,5 +11401,5 @@ class StateMachineApi extends BaseAPI {
|
|
|
10237
11401
|
}
|
|
10238
11402
|
}
|
|
10239
11403
|
|
|
10240
|
-
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, Def197FromJSON, Def197FromJSONTyped, Def197ToJSON, Def197ToJSONTyped, 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, 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, MapZonePointORMFromJSON, MapZonePointORMFromJSONTyped, MapZonePointORMToJSON, MapZonePointORMToJSONTyped, 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, instanceOfDef197, 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, instanceOfMapLayerContourCoordORM, instanceOfMapLayerInput, instanceOfMapLayerItemDecorationORM, instanceOfMapLayerItemORM, instanceOfMapLayerItemTypeFieldFilterORM, instanceOfMapLayerListOutput, instanceOfMapLayerORM, instanceOfMapLayerOutput, instanceOfMapLayerOutputDto, instanceOfMapListOutput, instanceOfMapORM, instanceOfMapOutput, instanceOfMapZoneInput, instanceOfMapZoneORM, instanceOfMapZoneOutput, instanceOfMapZoneOutputDto, instanceOfMapZonePointORM, 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 };
|
|
10241
11405
|
//# sourceMappingURL=index.mjs.map
|