@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.cjs
CHANGED
|
@@ -1283,19 +1283,19 @@ function ComputeRouteInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
1283
1283
|
};
|
|
1284
1284
|
}
|
|
1285
1285
|
|
|
1286
|
-
function
|
|
1286
|
+
function instanceOfDef223(value) {
|
|
1287
1287
|
return true;
|
|
1288
1288
|
}
|
|
1289
|
-
function
|
|
1290
|
-
return
|
|
1289
|
+
function Def223FromJSON(json) {
|
|
1290
|
+
return Def223FromJSONTyped(json);
|
|
1291
1291
|
}
|
|
1292
|
-
function
|
|
1292
|
+
function Def223FromJSONTyped(json, ignoreDiscriminator) {
|
|
1293
1293
|
return json;
|
|
1294
1294
|
}
|
|
1295
|
-
function
|
|
1296
|
-
return
|
|
1295
|
+
function Def223ToJSON(json) {
|
|
1296
|
+
return Def223ToJSONTyped(json, false);
|
|
1297
1297
|
}
|
|
1298
|
-
function
|
|
1298
|
+
function Def223ToJSONTyped(value, ignoreDiscriminator = false) {
|
|
1299
1299
|
return value;
|
|
1300
1300
|
}
|
|
1301
1301
|
|
|
@@ -4582,6 +4582,124 @@ function MapItemTypeSingleOutputToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
4582
4582
|
};
|
|
4583
4583
|
}
|
|
4584
4584
|
|
|
4585
|
+
function instanceOfMapZonePointInput(value) {
|
|
4586
|
+
if (!('lat' in value) || value['lat'] === undefined)
|
|
4587
|
+
return false;
|
|
4588
|
+
if (!('lon' in value) || value['lon'] === undefined)
|
|
4589
|
+
return false;
|
|
4590
|
+
return true;
|
|
4591
|
+
}
|
|
4592
|
+
function MapZonePointInputFromJSON(json) {
|
|
4593
|
+
return MapZonePointInputFromJSONTyped(json);
|
|
4594
|
+
}
|
|
4595
|
+
function MapZonePointInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
4596
|
+
if (json == null) {
|
|
4597
|
+
return json;
|
|
4598
|
+
}
|
|
4599
|
+
return {
|
|
4600
|
+
'lat': json['lat'],
|
|
4601
|
+
'lon': json['lon'],
|
|
4602
|
+
};
|
|
4603
|
+
}
|
|
4604
|
+
function MapZonePointInputToJSON(json) {
|
|
4605
|
+
return MapZonePointInputToJSONTyped(json, false);
|
|
4606
|
+
}
|
|
4607
|
+
function MapZonePointInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
4608
|
+
if (value == null) {
|
|
4609
|
+
return value;
|
|
4610
|
+
}
|
|
4611
|
+
return {
|
|
4612
|
+
'lat': value['lat'],
|
|
4613
|
+
'lon': value['lon'],
|
|
4614
|
+
};
|
|
4615
|
+
}
|
|
4616
|
+
|
|
4617
|
+
function instanceOfMapZoneWithPointsInput(value) {
|
|
4618
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
4619
|
+
return false;
|
|
4620
|
+
if (!('isCloseZone' in value) || value['isCloseZone'] === undefined)
|
|
4621
|
+
return false;
|
|
4622
|
+
if (!('points' in value) || value['points'] === undefined)
|
|
4623
|
+
return false;
|
|
4624
|
+
return true;
|
|
4625
|
+
}
|
|
4626
|
+
function MapZoneWithPointsInputFromJSON(json) {
|
|
4627
|
+
return MapZoneWithPointsInputFromJSONTyped(json);
|
|
4628
|
+
}
|
|
4629
|
+
function MapZoneWithPointsInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
4630
|
+
if (json == null) {
|
|
4631
|
+
return json;
|
|
4632
|
+
}
|
|
4633
|
+
return {
|
|
4634
|
+
'title': json['title'],
|
|
4635
|
+
'isCloseZone': json['isCloseZone'],
|
|
4636
|
+
'points': (json['points'].map(MapZonePointInputFromJSON)),
|
|
4637
|
+
};
|
|
4638
|
+
}
|
|
4639
|
+
function MapZoneWithPointsInputToJSON(json) {
|
|
4640
|
+
return MapZoneWithPointsInputToJSONTyped(json, false);
|
|
4641
|
+
}
|
|
4642
|
+
function MapZoneWithPointsInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
4643
|
+
if (value == null) {
|
|
4644
|
+
return value;
|
|
4645
|
+
}
|
|
4646
|
+
return {
|
|
4647
|
+
'title': value['title'],
|
|
4648
|
+
'isCloseZone': value['isCloseZone'],
|
|
4649
|
+
'points': (value['points'].map(MapZonePointInputToJSON)),
|
|
4650
|
+
};
|
|
4651
|
+
}
|
|
4652
|
+
|
|
4653
|
+
function instanceOfMapItemWithPointsInput(value) {
|
|
4654
|
+
if (!('articles' in value) || value['articles'] === undefined)
|
|
4655
|
+
return false;
|
|
4656
|
+
if (!('mapZoneInput' in value) || value['mapZoneInput'] === undefined)
|
|
4657
|
+
return false;
|
|
4658
|
+
if (!('dynamicFields' in value) || value['dynamicFields'] === undefined)
|
|
4659
|
+
return false;
|
|
4660
|
+
if (!('stateId' in value) || value['stateId'] === undefined)
|
|
4661
|
+
return false;
|
|
4662
|
+
if (!('mapItemTypeId' in value) || value['mapItemTypeId'] === undefined)
|
|
4663
|
+
return false;
|
|
4664
|
+
return true;
|
|
4665
|
+
}
|
|
4666
|
+
function MapItemWithPointsInputFromJSON(json) {
|
|
4667
|
+
return MapItemWithPointsInputFromJSONTyped(json);
|
|
4668
|
+
}
|
|
4669
|
+
function MapItemWithPointsInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
4670
|
+
if (json == null) {
|
|
4671
|
+
return json;
|
|
4672
|
+
}
|
|
4673
|
+
return {
|
|
4674
|
+
'articles': (json['articles'].map(MapItemArticleInputDtoFromJSON)),
|
|
4675
|
+
'mapZoneInput': MapZoneWithPointsInputFromJSON(json['mapZoneInput']),
|
|
4676
|
+
'dynamicFields': (json['dynamicFields'].map(MapItemDynamicFieldInputDtoFromJSON)),
|
|
4677
|
+
'stateId': json['stateId'],
|
|
4678
|
+
'title': json['title'] == null ? undefined : json['title'],
|
|
4679
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
4680
|
+
'mapItemTypeId': json['mapItemTypeId'],
|
|
4681
|
+
'createDate': json['createDate'] == null ? undefined : json['createDate'],
|
|
4682
|
+
};
|
|
4683
|
+
}
|
|
4684
|
+
function MapItemWithPointsInputToJSON(json) {
|
|
4685
|
+
return MapItemWithPointsInputToJSONTyped(json, false);
|
|
4686
|
+
}
|
|
4687
|
+
function MapItemWithPointsInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
4688
|
+
if (value == null) {
|
|
4689
|
+
return value;
|
|
4690
|
+
}
|
|
4691
|
+
return {
|
|
4692
|
+
'articles': (value['articles'].map(MapItemArticleInputDtoToJSON)),
|
|
4693
|
+
'mapZoneInput': MapZoneWithPointsInputToJSON(value['mapZoneInput']),
|
|
4694
|
+
'dynamicFields': (value['dynamicFields'].map(MapItemDynamicFieldInputDtoToJSON)),
|
|
4695
|
+
'stateId': value['stateId'],
|
|
4696
|
+
'title': value['title'],
|
|
4697
|
+
'description': value['description'],
|
|
4698
|
+
'mapItemTypeId': value['mapItemTypeId'],
|
|
4699
|
+
'createDate': value['createDate'],
|
|
4700
|
+
};
|
|
4701
|
+
}
|
|
4702
|
+
|
|
4585
4703
|
function instanceOfMapLayerContourCoordORM(value) {
|
|
4586
4704
|
if (!('layerId' in value) || value['layerId'] === undefined)
|
|
4587
4705
|
return false;
|
|
@@ -5813,7 +5931,7 @@ function ReportAllItemsListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
5813
5931
|
return json;
|
|
5814
5932
|
}
|
|
5815
5933
|
return {
|
|
5816
|
-
'data': (json['data'].map(
|
|
5934
|
+
'data': (json['data'].map(Def223FromJSON)),
|
|
5817
5935
|
'pageInfo': PageInfoFromJSON(json['pageInfo']),
|
|
5818
5936
|
};
|
|
5819
5937
|
}
|
|
@@ -5825,7 +5943,7 @@ function ReportAllItemsListOutputToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
5825
5943
|
return value;
|
|
5826
5944
|
}
|
|
5827
5945
|
return {
|
|
5828
|
-
'data': (value['data'].map(
|
|
5946
|
+
'data': (value['data'].map(Def223ToJSON)),
|
|
5829
5947
|
'pageInfo': PageInfoToJSON(value['pageInfo']),
|
|
5830
5948
|
};
|
|
5831
5949
|
}
|
|
@@ -6300,162 +6418,1030 @@ function ReportDataORMToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
6300
6418
|
};
|
|
6301
6419
|
}
|
|
6302
6420
|
|
|
6303
|
-
function instanceOfReportDataOutput(value) {
|
|
6304
|
-
if (!('data' in value) || value['data'] === undefined)
|
|
6421
|
+
function instanceOfReportDataOutput(value) {
|
|
6422
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6423
|
+
return false;
|
|
6424
|
+
return true;
|
|
6425
|
+
}
|
|
6426
|
+
function ReportDataOutputFromJSON(json) {
|
|
6427
|
+
return ReportDataOutputFromJSONTyped(json);
|
|
6428
|
+
}
|
|
6429
|
+
function ReportDataOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6430
|
+
if (json == null) {
|
|
6431
|
+
return json;
|
|
6432
|
+
}
|
|
6433
|
+
return {
|
|
6434
|
+
'data': ReportDataJSONDtoFromJSON(json['data']),
|
|
6435
|
+
};
|
|
6436
|
+
}
|
|
6437
|
+
function ReportDataOutputToJSON(json) {
|
|
6438
|
+
return ReportDataOutputToJSONTyped(json, false);
|
|
6439
|
+
}
|
|
6440
|
+
function ReportDataOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6441
|
+
if (value == null) {
|
|
6442
|
+
return value;
|
|
6443
|
+
}
|
|
6444
|
+
return {
|
|
6445
|
+
'data': ReportDataJSONDtoToJSON(value['data']),
|
|
6446
|
+
};
|
|
6447
|
+
}
|
|
6448
|
+
|
|
6449
|
+
function instanceOfReportDto(value) {
|
|
6450
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
6451
|
+
return false;
|
|
6452
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
6453
|
+
return false;
|
|
6454
|
+
if (!('reportType' in value) || value['reportType'] === undefined)
|
|
6455
|
+
return false;
|
|
6456
|
+
return true;
|
|
6457
|
+
}
|
|
6458
|
+
function ReportDtoFromJSON(json) {
|
|
6459
|
+
return ReportDtoFromJSONTyped(json);
|
|
6460
|
+
}
|
|
6461
|
+
function ReportDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
6462
|
+
if (json == null) {
|
|
6463
|
+
return json;
|
|
6464
|
+
}
|
|
6465
|
+
return {
|
|
6466
|
+
'id': json['id'],
|
|
6467
|
+
'name': json['name'],
|
|
6468
|
+
'reportType': json['reportType'],
|
|
6469
|
+
};
|
|
6470
|
+
}
|
|
6471
|
+
function ReportDtoToJSON(json) {
|
|
6472
|
+
return ReportDtoToJSONTyped(json, false);
|
|
6473
|
+
}
|
|
6474
|
+
function ReportDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6475
|
+
if (value == null) {
|
|
6476
|
+
return value;
|
|
6477
|
+
}
|
|
6478
|
+
return {
|
|
6479
|
+
'id': value['id'],
|
|
6480
|
+
'name': value['name'],
|
|
6481
|
+
'reportType': value['reportType'],
|
|
6482
|
+
};
|
|
6483
|
+
}
|
|
6484
|
+
|
|
6485
|
+
function instanceOfReportListOutput(value) {
|
|
6486
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6487
|
+
return false;
|
|
6488
|
+
return true;
|
|
6489
|
+
}
|
|
6490
|
+
function ReportListOutputFromJSON(json) {
|
|
6491
|
+
return ReportListOutputFromJSONTyped(json);
|
|
6492
|
+
}
|
|
6493
|
+
function ReportListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6494
|
+
if (json == null) {
|
|
6495
|
+
return json;
|
|
6496
|
+
}
|
|
6497
|
+
return {
|
|
6498
|
+
'data': (json['data'].map(ReportDtoFromJSON)),
|
|
6499
|
+
};
|
|
6500
|
+
}
|
|
6501
|
+
function ReportListOutputToJSON(json) {
|
|
6502
|
+
return ReportListOutputToJSONTyped(json, false);
|
|
6503
|
+
}
|
|
6504
|
+
function ReportListOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6505
|
+
if (value == null) {
|
|
6506
|
+
return value;
|
|
6507
|
+
}
|
|
6508
|
+
return {
|
|
6509
|
+
'data': (value['data'].map(ReportDtoToJSON)),
|
|
6510
|
+
};
|
|
6511
|
+
}
|
|
6512
|
+
|
|
6513
|
+
function instanceOfReportORM(value) {
|
|
6514
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
6515
|
+
return false;
|
|
6516
|
+
if (!('reportType' in value) || value['reportType'] === undefined)
|
|
6517
|
+
return false;
|
|
6518
|
+
return true;
|
|
6519
|
+
}
|
|
6520
|
+
function ReportORMFromJSON(json) {
|
|
6521
|
+
return ReportORMFromJSONTyped(json);
|
|
6522
|
+
}
|
|
6523
|
+
function ReportORMFromJSONTyped(json, ignoreDiscriminator) {
|
|
6524
|
+
if (json == null) {
|
|
6525
|
+
return json;
|
|
6526
|
+
}
|
|
6527
|
+
return {
|
|
6528
|
+
'title': json['title'],
|
|
6529
|
+
'reportType': json['reportType'],
|
|
6530
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
6531
|
+
'createDate': json['createDate'] == null ? undefined : json['createDate'],
|
|
6532
|
+
'deleteDate': json['deleteDate'] == null ? undefined : json['deleteDate'],
|
|
6533
|
+
};
|
|
6534
|
+
}
|
|
6535
|
+
function ReportORMToJSON(json) {
|
|
6536
|
+
return ReportORMToJSONTyped(json, false);
|
|
6537
|
+
}
|
|
6538
|
+
function ReportORMToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6539
|
+
if (value == null) {
|
|
6540
|
+
return value;
|
|
6541
|
+
}
|
|
6542
|
+
return {
|
|
6543
|
+
'title': value['title'],
|
|
6544
|
+
'reportType': value['reportType'],
|
|
6545
|
+
'id': value['id'],
|
|
6546
|
+
'createDate': value['createDate'],
|
|
6547
|
+
'deleteDate': value['deleteDate'],
|
|
6548
|
+
};
|
|
6549
|
+
}
|
|
6550
|
+
|
|
6551
|
+
function instanceOfReportOutput(value) {
|
|
6552
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6553
|
+
return false;
|
|
6554
|
+
return true;
|
|
6555
|
+
}
|
|
6556
|
+
function ReportOutputFromJSON(json) {
|
|
6557
|
+
return ReportOutputFromJSONTyped(json);
|
|
6558
|
+
}
|
|
6559
|
+
function ReportOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6560
|
+
if (json == null) {
|
|
6561
|
+
return json;
|
|
6562
|
+
}
|
|
6563
|
+
return {
|
|
6564
|
+
'data': ReportDtoFromJSON(json['data']),
|
|
6565
|
+
};
|
|
6566
|
+
}
|
|
6567
|
+
function ReportOutputToJSON(json) {
|
|
6568
|
+
return ReportOutputToJSONTyped(json, false);
|
|
6569
|
+
}
|
|
6570
|
+
function ReportOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6571
|
+
if (value == null) {
|
|
6572
|
+
return value;
|
|
6573
|
+
}
|
|
6574
|
+
return {
|
|
6575
|
+
'data': ReportDtoToJSON(value['data']),
|
|
6576
|
+
};
|
|
6577
|
+
}
|
|
6578
|
+
|
|
6579
|
+
const ReportQueryCatalogFieldTypeEnum = {
|
|
6580
|
+
Number: 'number',
|
|
6581
|
+
Boolean: 'boolean',
|
|
6582
|
+
Category: 'category',
|
|
6583
|
+
Text: 'text',
|
|
6584
|
+
Date: 'date'
|
|
6585
|
+
};
|
|
6586
|
+
const ReportQueryCatalogFieldSourcesEnum = {
|
|
6587
|
+
Items: 'items',
|
|
6588
|
+
Articles: 'articles',
|
|
6589
|
+
StateHistory: 'state_history'
|
|
6590
|
+
};
|
|
6591
|
+
const ReportQueryCatalogFieldMetricOperationsEnum = {
|
|
6592
|
+
Count: 'count',
|
|
6593
|
+
CountDistinct: 'count_distinct',
|
|
6594
|
+
Sum: 'sum',
|
|
6595
|
+
Avg: 'avg',
|
|
6596
|
+
Min: 'min',
|
|
6597
|
+
Max: 'max'
|
|
6598
|
+
};
|
|
6599
|
+
const ReportQueryCatalogFieldFilterOperatorsEnum = {
|
|
6600
|
+
Contains: 'contains',
|
|
6601
|
+
NotContains: 'not_contains',
|
|
6602
|
+
Eq: 'eq',
|
|
6603
|
+
Neq: 'neq',
|
|
6604
|
+
In: 'in',
|
|
6605
|
+
NotIn: 'not_in',
|
|
6606
|
+
Gt: 'gt',
|
|
6607
|
+
Gte: 'gte',
|
|
6608
|
+
Lt: 'lt',
|
|
6609
|
+
Lte: 'lte',
|
|
6610
|
+
IsEmpty: 'is_empty',
|
|
6611
|
+
IsNotEmpty: 'is_not_empty'
|
|
6612
|
+
};
|
|
6613
|
+
const ReportQueryCatalogFieldBucketsEnum = {
|
|
6614
|
+
Day: 'day',
|
|
6615
|
+
Week: 'week',
|
|
6616
|
+
Month: 'month',
|
|
6617
|
+
Quarter: 'quarter',
|
|
6618
|
+
Year: 'year'
|
|
6619
|
+
};
|
|
6620
|
+
const ReportQueryCatalogFieldSuggestedNormalizeEnum = {
|
|
6621
|
+
None: 'none',
|
|
6622
|
+
TrimCase: 'trim_case',
|
|
6623
|
+
Ipp: 'ipp'
|
|
6624
|
+
};
|
|
6625
|
+
function instanceOfReportQueryCatalogField(value) {
|
|
6626
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
6627
|
+
return false;
|
|
6628
|
+
if (!('label' in value) || value['label'] === undefined)
|
|
6629
|
+
return false;
|
|
6630
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
6631
|
+
return false;
|
|
6632
|
+
if (!('group' in value) || value['group'] === undefined)
|
|
6633
|
+
return false;
|
|
6634
|
+
if (!('sources' in value) || value['sources'] === undefined)
|
|
6635
|
+
return false;
|
|
6636
|
+
if (!('canBeDimension' in value) || value['canBeDimension'] === undefined)
|
|
6637
|
+
return false;
|
|
6638
|
+
if (!('metricOperations' in value) || value['metricOperations'] === undefined)
|
|
6639
|
+
return false;
|
|
6640
|
+
if (!('filterOperators' in value) || value['filterOperators'] === undefined)
|
|
6641
|
+
return false;
|
|
6642
|
+
return true;
|
|
6643
|
+
}
|
|
6644
|
+
function ReportQueryCatalogFieldFromJSON(json) {
|
|
6645
|
+
return ReportQueryCatalogFieldFromJSONTyped(json);
|
|
6646
|
+
}
|
|
6647
|
+
function ReportQueryCatalogFieldFromJSONTyped(json, ignoreDiscriminator) {
|
|
6648
|
+
if (json == null) {
|
|
6649
|
+
return json;
|
|
6650
|
+
}
|
|
6651
|
+
return {
|
|
6652
|
+
'id': json['id'],
|
|
6653
|
+
'label': json['label'],
|
|
6654
|
+
'type': json['type'],
|
|
6655
|
+
'group': json['group'],
|
|
6656
|
+
'itemTypeId': json['itemTypeId'] == null ? undefined : json['itemTypeId'],
|
|
6657
|
+
'sources': json['sources'],
|
|
6658
|
+
'canBeDimension': json['canBeDimension'],
|
|
6659
|
+
'metricOperations': json['metricOperations'],
|
|
6660
|
+
'filterOperators': json['filterOperators'],
|
|
6661
|
+
'buckets': json['buckets'] == null ? undefined : json['buckets'],
|
|
6662
|
+
'suggestedNormalize': json['suggestedNormalize'] == null ? undefined : json['suggestedNormalize'],
|
|
6663
|
+
};
|
|
6664
|
+
}
|
|
6665
|
+
function ReportQueryCatalogFieldToJSON(json) {
|
|
6666
|
+
return ReportQueryCatalogFieldToJSONTyped(json, false);
|
|
6667
|
+
}
|
|
6668
|
+
function ReportQueryCatalogFieldToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6669
|
+
if (value == null) {
|
|
6670
|
+
return value;
|
|
6671
|
+
}
|
|
6672
|
+
return {
|
|
6673
|
+
'id': value['id'],
|
|
6674
|
+
'label': value['label'],
|
|
6675
|
+
'type': value['type'],
|
|
6676
|
+
'group': value['group'],
|
|
6677
|
+
'itemTypeId': value['itemTypeId'],
|
|
6678
|
+
'sources': value['sources'],
|
|
6679
|
+
'canBeDimension': value['canBeDimension'],
|
|
6680
|
+
'metricOperations': value['metricOperations'],
|
|
6681
|
+
'filterOperators': value['filterOperators'],
|
|
6682
|
+
'buckets': value['buckets'],
|
|
6683
|
+
'suggestedNormalize': value['suggestedNormalize'],
|
|
6684
|
+
};
|
|
6685
|
+
}
|
|
6686
|
+
|
|
6687
|
+
function instanceOfReportQueryCatalogOutput(value) {
|
|
6688
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6689
|
+
return false;
|
|
6690
|
+
return true;
|
|
6691
|
+
}
|
|
6692
|
+
function ReportQueryCatalogOutputFromJSON(json) {
|
|
6693
|
+
return ReportQueryCatalogOutputFromJSONTyped(json);
|
|
6694
|
+
}
|
|
6695
|
+
function ReportQueryCatalogOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6696
|
+
if (json == null) {
|
|
6697
|
+
return json;
|
|
6698
|
+
}
|
|
6699
|
+
return {
|
|
6700
|
+
'data': (json['data'].map(ReportQueryCatalogFieldFromJSON)),
|
|
6701
|
+
};
|
|
6702
|
+
}
|
|
6703
|
+
function ReportQueryCatalogOutputToJSON(json) {
|
|
6704
|
+
return ReportQueryCatalogOutputToJSONTyped(json, false);
|
|
6705
|
+
}
|
|
6706
|
+
function ReportQueryCatalogOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6707
|
+
if (value == null) {
|
|
6708
|
+
return value;
|
|
6709
|
+
}
|
|
6710
|
+
return {
|
|
6711
|
+
'data': (value['data'].map(ReportQueryCatalogFieldToJSON)),
|
|
6712
|
+
};
|
|
6713
|
+
}
|
|
6714
|
+
|
|
6715
|
+
const ReportQueryChart = {
|
|
6716
|
+
Bar: 'bar',
|
|
6717
|
+
Line: 'line',
|
|
6718
|
+
Pie: 'pie',
|
|
6719
|
+
StackedBar: 'stacked_bar',
|
|
6720
|
+
Table: 'table'
|
|
6721
|
+
};
|
|
6722
|
+
function instanceOfReportQueryChart(value) {
|
|
6723
|
+
for (const key in ReportQueryChart) {
|
|
6724
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryChart, key)) {
|
|
6725
|
+
if (ReportQueryChart[key] === value) {
|
|
6726
|
+
return true;
|
|
6727
|
+
}
|
|
6728
|
+
}
|
|
6729
|
+
}
|
|
6730
|
+
return false;
|
|
6731
|
+
}
|
|
6732
|
+
function ReportQueryChartFromJSON(json) {
|
|
6733
|
+
return ReportQueryChartFromJSONTyped(json);
|
|
6734
|
+
}
|
|
6735
|
+
function ReportQueryChartFromJSONTyped(json, ignoreDiscriminator) {
|
|
6736
|
+
return json;
|
|
6737
|
+
}
|
|
6738
|
+
function ReportQueryChartToJSON(value) {
|
|
6739
|
+
return value;
|
|
6740
|
+
}
|
|
6741
|
+
function ReportQueryChartToJSONTyped(value, ignoreDiscriminator) {
|
|
6742
|
+
return value;
|
|
6743
|
+
}
|
|
6744
|
+
|
|
6745
|
+
function instanceOfReportQueryResultRow(value) {
|
|
6746
|
+
if (!('keys' in value) || value['keys'] === undefined)
|
|
6747
|
+
return false;
|
|
6748
|
+
if (!('labels' in value) || value['labels'] === undefined)
|
|
6749
|
+
return false;
|
|
6750
|
+
if (!('values' in value) || value['values'] === undefined)
|
|
6751
|
+
return false;
|
|
6752
|
+
return true;
|
|
6753
|
+
}
|
|
6754
|
+
function ReportQueryResultRowFromJSON(json) {
|
|
6755
|
+
return ReportQueryResultRowFromJSONTyped(json);
|
|
6756
|
+
}
|
|
6757
|
+
function ReportQueryResultRowFromJSONTyped(json, ignoreDiscriminator) {
|
|
6758
|
+
if (json == null) {
|
|
6759
|
+
return json;
|
|
6760
|
+
}
|
|
6761
|
+
return {
|
|
6762
|
+
'keys': json['keys'],
|
|
6763
|
+
'labels': json['labels'],
|
|
6764
|
+
'values': json['values'],
|
|
6765
|
+
};
|
|
6766
|
+
}
|
|
6767
|
+
function ReportQueryResultRowToJSON(json) {
|
|
6768
|
+
return ReportQueryResultRowToJSONTyped(json, false);
|
|
6769
|
+
}
|
|
6770
|
+
function ReportQueryResultRowToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6771
|
+
if (value == null) {
|
|
6772
|
+
return value;
|
|
6773
|
+
}
|
|
6774
|
+
return {
|
|
6775
|
+
'keys': value['keys'],
|
|
6776
|
+
'labels': value['labels'],
|
|
6777
|
+
'values': value['values'],
|
|
6778
|
+
};
|
|
6779
|
+
}
|
|
6780
|
+
|
|
6781
|
+
function instanceOfReportQueryResultColumn(value) {
|
|
6782
|
+
if (!('label' in value) || value['label'] === undefined)
|
|
6783
|
+
return false;
|
|
6784
|
+
if (!('kind' in value) || value['kind'] === undefined)
|
|
6785
|
+
return false;
|
|
6786
|
+
return true;
|
|
6787
|
+
}
|
|
6788
|
+
function ReportQueryResultColumnFromJSON(json) {
|
|
6789
|
+
return ReportQueryResultColumnFromJSONTyped(json);
|
|
6790
|
+
}
|
|
6791
|
+
function ReportQueryResultColumnFromJSONTyped(json, ignoreDiscriminator) {
|
|
6792
|
+
if (json == null) {
|
|
6793
|
+
return json;
|
|
6794
|
+
}
|
|
6795
|
+
return {
|
|
6796
|
+
'label': json['label'],
|
|
6797
|
+
'kind': json['kind'],
|
|
6798
|
+
};
|
|
6799
|
+
}
|
|
6800
|
+
function ReportQueryResultColumnToJSON(json) {
|
|
6801
|
+
return ReportQueryResultColumnToJSONTyped(json, false);
|
|
6802
|
+
}
|
|
6803
|
+
function ReportQueryResultColumnToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6804
|
+
if (value == null) {
|
|
6805
|
+
return value;
|
|
6806
|
+
}
|
|
6807
|
+
return {
|
|
6808
|
+
'label': value['label'],
|
|
6809
|
+
'kind': value['kind'],
|
|
6810
|
+
};
|
|
6811
|
+
}
|
|
6812
|
+
|
|
6813
|
+
function instanceOfReportQueryResult(value) {
|
|
6814
|
+
if (!('columns' in value) || value['columns'] === undefined)
|
|
6815
|
+
return false;
|
|
6816
|
+
if (!('rows' in value) || value['rows'] === undefined)
|
|
6817
|
+
return false;
|
|
6818
|
+
return true;
|
|
6819
|
+
}
|
|
6820
|
+
function ReportQueryResultFromJSON(json) {
|
|
6821
|
+
return ReportQueryResultFromJSONTyped(json);
|
|
6822
|
+
}
|
|
6823
|
+
function ReportQueryResultFromJSONTyped(json, ignoreDiscriminator) {
|
|
6824
|
+
if (json == null) {
|
|
6825
|
+
return json;
|
|
6826
|
+
}
|
|
6827
|
+
return {
|
|
6828
|
+
'columns': (json['columns'].map(ReportQueryResultColumnFromJSON)),
|
|
6829
|
+
'rows': (json['rows'].map(ReportQueryResultRowFromJSON)),
|
|
6830
|
+
};
|
|
6831
|
+
}
|
|
6832
|
+
function ReportQueryResultToJSON(json) {
|
|
6833
|
+
return ReportQueryResultToJSONTyped(json, false);
|
|
6834
|
+
}
|
|
6835
|
+
function ReportQueryResultToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6836
|
+
if (value == null) {
|
|
6837
|
+
return value;
|
|
6838
|
+
}
|
|
6839
|
+
return {
|
|
6840
|
+
'columns': (value['columns'].map(ReportQueryResultColumnToJSON)),
|
|
6841
|
+
'rows': (value['rows'].map(ReportQueryResultRowToJSON)),
|
|
6842
|
+
};
|
|
6843
|
+
}
|
|
6844
|
+
|
|
6845
|
+
function instanceOfReportQueryDataDto(value) {
|
|
6846
|
+
if (!('table' in value) || value['table'] === undefined)
|
|
6847
|
+
return false;
|
|
6848
|
+
if (!('chart' in value) || value['chart'] === undefined)
|
|
6849
|
+
return false;
|
|
6850
|
+
return true;
|
|
6851
|
+
}
|
|
6852
|
+
function ReportQueryDataDtoFromJSON(json) {
|
|
6853
|
+
return ReportQueryDataDtoFromJSONTyped(json);
|
|
6854
|
+
}
|
|
6855
|
+
function ReportQueryDataDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
6856
|
+
if (json == null) {
|
|
6857
|
+
return json;
|
|
6858
|
+
}
|
|
6859
|
+
return {
|
|
6860
|
+
'table': ReportQueryResultFromJSON(json['table']),
|
|
6861
|
+
'chart': ReportDataJSONDtoFromJSON(json['chart']),
|
|
6862
|
+
};
|
|
6863
|
+
}
|
|
6864
|
+
function ReportQueryDataDtoToJSON(json) {
|
|
6865
|
+
return ReportQueryDataDtoToJSONTyped(json, false);
|
|
6866
|
+
}
|
|
6867
|
+
function ReportQueryDataDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6868
|
+
if (value == null) {
|
|
6869
|
+
return value;
|
|
6870
|
+
}
|
|
6871
|
+
return {
|
|
6872
|
+
'table': ReportQueryResultToJSON(value['table']),
|
|
6873
|
+
'chart': ReportDataJSONDtoToJSON(value['chart']),
|
|
6874
|
+
};
|
|
6875
|
+
}
|
|
6876
|
+
|
|
6877
|
+
function instanceOfReportQueryDataOutput(value) {
|
|
6878
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6879
|
+
return false;
|
|
6880
|
+
return true;
|
|
6881
|
+
}
|
|
6882
|
+
function ReportQueryDataOutputFromJSON(json) {
|
|
6883
|
+
return ReportQueryDataOutputFromJSONTyped(json);
|
|
6884
|
+
}
|
|
6885
|
+
function ReportQueryDataOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6886
|
+
if (json == null) {
|
|
6887
|
+
return json;
|
|
6888
|
+
}
|
|
6889
|
+
return {
|
|
6890
|
+
'data': ReportQueryDataDtoFromJSON(json['data']),
|
|
6891
|
+
};
|
|
6892
|
+
}
|
|
6893
|
+
function ReportQueryDataOutputToJSON(json) {
|
|
6894
|
+
return ReportQueryDataOutputToJSONTyped(json, false);
|
|
6895
|
+
}
|
|
6896
|
+
function ReportQueryDataOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6897
|
+
if (value == null) {
|
|
6898
|
+
return value;
|
|
6899
|
+
}
|
|
6900
|
+
return {
|
|
6901
|
+
'data': ReportQueryDataDtoToJSON(value['data']),
|
|
6902
|
+
};
|
|
6903
|
+
}
|
|
6904
|
+
|
|
6905
|
+
const ReportQueryDateBucket = {
|
|
6906
|
+
Day: 'day',
|
|
6907
|
+
Week: 'week',
|
|
6908
|
+
Month: 'month',
|
|
6909
|
+
Quarter: 'quarter',
|
|
6910
|
+
Year: 'year'
|
|
6911
|
+
};
|
|
6912
|
+
function instanceOfReportQueryDateBucket(value) {
|
|
6913
|
+
for (const key in ReportQueryDateBucket) {
|
|
6914
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryDateBucket, key)) {
|
|
6915
|
+
if (ReportQueryDateBucket[key] === value) {
|
|
6916
|
+
return true;
|
|
6917
|
+
}
|
|
6918
|
+
}
|
|
6919
|
+
}
|
|
6920
|
+
return false;
|
|
6921
|
+
}
|
|
6922
|
+
function ReportQueryDateBucketFromJSON(json) {
|
|
6923
|
+
return ReportQueryDateBucketFromJSONTyped(json);
|
|
6924
|
+
}
|
|
6925
|
+
function ReportQueryDateBucketFromJSONTyped(json, ignoreDiscriminator) {
|
|
6926
|
+
return json;
|
|
6927
|
+
}
|
|
6928
|
+
function ReportQueryDateBucketToJSON(value) {
|
|
6929
|
+
return value;
|
|
6930
|
+
}
|
|
6931
|
+
function ReportQueryDateBucketToJSONTyped(value, ignoreDiscriminator) {
|
|
6932
|
+
return value;
|
|
6933
|
+
}
|
|
6934
|
+
|
|
6935
|
+
const ReportQueryMetricOpEnum = {
|
|
6936
|
+
Count: 'count',
|
|
6937
|
+
CountDistinct: 'count_distinct',
|
|
6938
|
+
Sum: 'sum',
|
|
6939
|
+
Avg: 'avg',
|
|
6940
|
+
Min: 'min',
|
|
6941
|
+
Max: 'max'
|
|
6942
|
+
};
|
|
6943
|
+
function instanceOfReportQueryMetric(value) {
|
|
6944
|
+
if (!('op' in value) || value['op'] === undefined)
|
|
6945
|
+
return false;
|
|
6946
|
+
return true;
|
|
6947
|
+
}
|
|
6948
|
+
function ReportQueryMetricFromJSON(json) {
|
|
6949
|
+
return ReportQueryMetricFromJSONTyped(json);
|
|
6950
|
+
}
|
|
6951
|
+
function ReportQueryMetricFromJSONTyped(json, ignoreDiscriminator) {
|
|
6952
|
+
if (json == null) {
|
|
6953
|
+
return json;
|
|
6954
|
+
}
|
|
6955
|
+
return {
|
|
6956
|
+
'op': json['op'],
|
|
6957
|
+
'field': json['field'] == null ? undefined : json['field'],
|
|
6958
|
+
'label': json['label'] == null ? undefined : json['label'],
|
|
6959
|
+
};
|
|
6960
|
+
}
|
|
6961
|
+
function ReportQueryMetricToJSON(json) {
|
|
6962
|
+
return ReportQueryMetricToJSONTyped(json, false);
|
|
6963
|
+
}
|
|
6964
|
+
function ReportQueryMetricToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6965
|
+
if (value == null) {
|
|
6966
|
+
return value;
|
|
6967
|
+
}
|
|
6968
|
+
return {
|
|
6969
|
+
'op': value['op'],
|
|
6970
|
+
'field': value['field'],
|
|
6971
|
+
'label': value['label'],
|
|
6972
|
+
};
|
|
6973
|
+
}
|
|
6974
|
+
|
|
6975
|
+
const ReportQueryFilterOpEnum = {
|
|
6976
|
+
Contains: 'contains',
|
|
6977
|
+
NotContains: 'not_contains',
|
|
6978
|
+
Eq: 'eq',
|
|
6979
|
+
Neq: 'neq',
|
|
6980
|
+
In: 'in',
|
|
6981
|
+
NotIn: 'not_in',
|
|
6982
|
+
Gt: 'gt',
|
|
6983
|
+
Gte: 'gte',
|
|
6984
|
+
Lt: 'lt',
|
|
6985
|
+
Lte: 'lte',
|
|
6986
|
+
IsEmpty: 'is_empty',
|
|
6987
|
+
IsNotEmpty: 'is_not_empty'
|
|
6988
|
+
};
|
|
6989
|
+
function instanceOfReportQueryFilter(value) {
|
|
6990
|
+
if (!('field' in value) || value['field'] === undefined)
|
|
6991
|
+
return false;
|
|
6992
|
+
if (!('op' in value) || value['op'] === undefined)
|
|
6993
|
+
return false;
|
|
6994
|
+
if (!('values' in value) || value['values'] === undefined)
|
|
6995
|
+
return false;
|
|
6996
|
+
return true;
|
|
6997
|
+
}
|
|
6998
|
+
function ReportQueryFilterFromJSON(json) {
|
|
6999
|
+
return ReportQueryFilterFromJSONTyped(json);
|
|
7000
|
+
}
|
|
7001
|
+
function ReportQueryFilterFromJSONTyped(json, ignoreDiscriminator) {
|
|
7002
|
+
if (json == null) {
|
|
7003
|
+
return json;
|
|
7004
|
+
}
|
|
7005
|
+
return {
|
|
7006
|
+
'field': json['field'],
|
|
7007
|
+
'op': json['op'],
|
|
7008
|
+
'values': json['values'],
|
|
7009
|
+
};
|
|
7010
|
+
}
|
|
7011
|
+
function ReportQueryFilterToJSON(json) {
|
|
7012
|
+
return ReportQueryFilterToJSONTyped(json, false);
|
|
7013
|
+
}
|
|
7014
|
+
function ReportQueryFilterToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7015
|
+
if (value == null) {
|
|
7016
|
+
return value;
|
|
7017
|
+
}
|
|
7018
|
+
return {
|
|
7019
|
+
'field': value['field'],
|
|
7020
|
+
'op': value['op'],
|
|
7021
|
+
'values': value['values'],
|
|
7022
|
+
};
|
|
7023
|
+
}
|
|
7024
|
+
|
|
7025
|
+
const ReportQueryDimensionBucketEnum = {
|
|
7026
|
+
Day: 'day',
|
|
7027
|
+
Week: 'week',
|
|
7028
|
+
Month: 'month',
|
|
7029
|
+
Quarter: 'quarter',
|
|
7030
|
+
Year: 'year'
|
|
7031
|
+
};
|
|
7032
|
+
const ReportQueryDimensionNormalizeEnum = {
|
|
7033
|
+
None: 'none',
|
|
7034
|
+
TrimCase: 'trim_case',
|
|
7035
|
+
Ipp: 'ipp'
|
|
7036
|
+
};
|
|
7037
|
+
function instanceOfReportQueryDimension(value) {
|
|
7038
|
+
if (!('field' in value) || value['field'] === undefined)
|
|
7039
|
+
return false;
|
|
7040
|
+
return true;
|
|
7041
|
+
}
|
|
7042
|
+
function ReportQueryDimensionFromJSON(json) {
|
|
7043
|
+
return ReportQueryDimensionFromJSONTyped(json);
|
|
7044
|
+
}
|
|
7045
|
+
function ReportQueryDimensionFromJSONTyped(json, ignoreDiscriminator) {
|
|
7046
|
+
if (json == null) {
|
|
7047
|
+
return json;
|
|
7048
|
+
}
|
|
7049
|
+
return {
|
|
7050
|
+
'field': json['field'],
|
|
7051
|
+
'bucket': json['bucket'] == null ? undefined : json['bucket'],
|
|
7052
|
+
'normalize': json['normalize'] == null ? undefined : json['normalize'],
|
|
7053
|
+
'includeEmpty': json['includeEmpty'] == null ? undefined : json['includeEmpty'],
|
|
7054
|
+
};
|
|
7055
|
+
}
|
|
7056
|
+
function ReportQueryDimensionToJSON(json) {
|
|
7057
|
+
return ReportQueryDimensionToJSONTyped(json, false);
|
|
7058
|
+
}
|
|
7059
|
+
function ReportQueryDimensionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7060
|
+
if (value == null) {
|
|
7061
|
+
return value;
|
|
7062
|
+
}
|
|
7063
|
+
return {
|
|
7064
|
+
'field': value['field'],
|
|
7065
|
+
'bucket': value['bucket'],
|
|
7066
|
+
'normalize': value['normalize'],
|
|
7067
|
+
'includeEmpty': value['includeEmpty'],
|
|
7068
|
+
};
|
|
7069
|
+
}
|
|
7070
|
+
|
|
7071
|
+
const ReportQueryDefinitionSourceEnum = {
|
|
7072
|
+
Items: 'items',
|
|
7073
|
+
Articles: 'articles',
|
|
7074
|
+
StateHistory: 'state_history'
|
|
7075
|
+
};
|
|
7076
|
+
const ReportQueryDefinitionChartEnum = {
|
|
7077
|
+
Bar: 'bar',
|
|
7078
|
+
Line: 'line',
|
|
7079
|
+
Pie: 'pie',
|
|
7080
|
+
StackedBar: 'stacked_bar',
|
|
7081
|
+
Table: 'table'
|
|
7082
|
+
};
|
|
7083
|
+
function instanceOfReportQueryDefinition(value) {
|
|
7084
|
+
if (!('source' in value) || value['source'] === undefined)
|
|
7085
|
+
return false;
|
|
7086
|
+
if (!('itemTypeIds' in value) || value['itemTypeIds'] === undefined)
|
|
7087
|
+
return false;
|
|
7088
|
+
if (!('dimensions' in value) || value['dimensions'] === undefined)
|
|
7089
|
+
return false;
|
|
7090
|
+
if (!('metrics' in value) || value['metrics'] === undefined)
|
|
7091
|
+
return false;
|
|
7092
|
+
if (!('filters' in value) || value['filters'] === undefined)
|
|
7093
|
+
return false;
|
|
7094
|
+
return true;
|
|
7095
|
+
}
|
|
7096
|
+
function ReportQueryDefinitionFromJSON(json) {
|
|
7097
|
+
return ReportQueryDefinitionFromJSONTyped(json);
|
|
7098
|
+
}
|
|
7099
|
+
function ReportQueryDefinitionFromJSONTyped(json, ignoreDiscriminator) {
|
|
7100
|
+
if (json == null) {
|
|
7101
|
+
return json;
|
|
7102
|
+
}
|
|
7103
|
+
return {
|
|
7104
|
+
'version': json['version'] == null ? undefined : json['version'],
|
|
7105
|
+
'source': json['source'],
|
|
7106
|
+
'itemTypeIds': json['itemTypeIds'],
|
|
7107
|
+
'dimensions': (json['dimensions'].map(ReportQueryDimensionFromJSON)),
|
|
7108
|
+
'metrics': (json['metrics'].map(ReportQueryMetricFromJSON)),
|
|
7109
|
+
'filters': (json['filters'].map(ReportQueryFilterFromJSON)),
|
|
7110
|
+
'chart': json['chart'] == null ? undefined : json['chart'],
|
|
7111
|
+
'labelX': json['labelX'] == null ? undefined : json['labelX'],
|
|
7112
|
+
'labelY': json['labelY'] == null ? undefined : json['labelY'],
|
|
7113
|
+
};
|
|
7114
|
+
}
|
|
7115
|
+
function ReportQueryDefinitionToJSON(json) {
|
|
7116
|
+
return ReportQueryDefinitionToJSONTyped(json, false);
|
|
7117
|
+
}
|
|
7118
|
+
function ReportQueryDefinitionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7119
|
+
if (value == null) {
|
|
7120
|
+
return value;
|
|
7121
|
+
}
|
|
7122
|
+
return {
|
|
7123
|
+
'version': value['version'],
|
|
7124
|
+
'source': value['source'],
|
|
7125
|
+
'itemTypeIds': value['itemTypeIds'],
|
|
7126
|
+
'dimensions': (value['dimensions'].map(ReportQueryDimensionToJSON)),
|
|
7127
|
+
'metrics': (value['metrics'].map(ReportQueryMetricToJSON)),
|
|
7128
|
+
'filters': (value['filters'].map(ReportQueryFilterToJSON)),
|
|
7129
|
+
'chart': value['chart'],
|
|
7130
|
+
'labelX': value['labelX'],
|
|
7131
|
+
'labelY': value['labelY'],
|
|
7132
|
+
};
|
|
7133
|
+
}
|
|
7134
|
+
|
|
7135
|
+
function instanceOfReportQueryDto(value) {
|
|
7136
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
7137
|
+
return false;
|
|
7138
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
7139
|
+
return false;
|
|
7140
|
+
return true;
|
|
7141
|
+
}
|
|
7142
|
+
function ReportQueryDtoFromJSON(json) {
|
|
7143
|
+
return ReportQueryDtoFromJSONTyped(json);
|
|
7144
|
+
}
|
|
7145
|
+
function ReportQueryDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
7146
|
+
if (json == null) {
|
|
7147
|
+
return json;
|
|
7148
|
+
}
|
|
7149
|
+
return {
|
|
7150
|
+
'id': json['id'],
|
|
7151
|
+
'title': json['title'],
|
|
7152
|
+
'definition': json['definition'] == null ? undefined : ReportQueryDefinitionFromJSON(json['definition']),
|
|
7153
|
+
};
|
|
7154
|
+
}
|
|
7155
|
+
function ReportQueryDtoToJSON(json) {
|
|
7156
|
+
return ReportQueryDtoToJSONTyped(json, false);
|
|
7157
|
+
}
|
|
7158
|
+
function ReportQueryDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
7159
|
+
if (value == null) {
|
|
7160
|
+
return value;
|
|
7161
|
+
}
|
|
7162
|
+
return {
|
|
7163
|
+
'id': value['id'],
|
|
7164
|
+
'title': value['title'],
|
|
7165
|
+
'definition': ReportQueryDefinitionToJSON(value['definition']),
|
|
7166
|
+
};
|
|
7167
|
+
}
|
|
7168
|
+
|
|
7169
|
+
const ReportQueryFieldType = {
|
|
7170
|
+
Number: 'number',
|
|
7171
|
+
Boolean: 'boolean',
|
|
7172
|
+
Category: 'category',
|
|
7173
|
+
Text: 'text',
|
|
7174
|
+
Date: 'date'
|
|
7175
|
+
};
|
|
7176
|
+
function instanceOfReportQueryFieldType(value) {
|
|
7177
|
+
for (const key in ReportQueryFieldType) {
|
|
7178
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryFieldType, key)) {
|
|
7179
|
+
if (ReportQueryFieldType[key] === value) {
|
|
7180
|
+
return true;
|
|
7181
|
+
}
|
|
7182
|
+
}
|
|
7183
|
+
}
|
|
7184
|
+
return false;
|
|
7185
|
+
}
|
|
7186
|
+
function ReportQueryFieldTypeFromJSON(json) {
|
|
7187
|
+
return ReportQueryFieldTypeFromJSONTyped(json);
|
|
7188
|
+
}
|
|
7189
|
+
function ReportQueryFieldTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
7190
|
+
return json;
|
|
7191
|
+
}
|
|
7192
|
+
function ReportQueryFieldTypeToJSON(value) {
|
|
7193
|
+
return value;
|
|
7194
|
+
}
|
|
7195
|
+
function ReportQueryFieldTypeToJSONTyped(value, ignoreDiscriminator) {
|
|
7196
|
+
return value;
|
|
7197
|
+
}
|
|
7198
|
+
|
|
7199
|
+
const ReportQueryFilterOperator = {
|
|
7200
|
+
Contains: 'contains',
|
|
7201
|
+
NotContains: 'not_contains',
|
|
7202
|
+
Eq: 'eq',
|
|
7203
|
+
Neq: 'neq',
|
|
7204
|
+
In: 'in',
|
|
7205
|
+
NotIn: 'not_in',
|
|
7206
|
+
Gt: 'gt',
|
|
7207
|
+
Gte: 'gte',
|
|
7208
|
+
Lt: 'lt',
|
|
7209
|
+
Lte: 'lte',
|
|
7210
|
+
IsEmpty: 'is_empty',
|
|
7211
|
+
IsNotEmpty: 'is_not_empty'
|
|
7212
|
+
};
|
|
7213
|
+
function instanceOfReportQueryFilterOperator(value) {
|
|
7214
|
+
for (const key in ReportQueryFilterOperator) {
|
|
7215
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryFilterOperator, key)) {
|
|
7216
|
+
if (ReportQueryFilterOperator[key] === value) {
|
|
7217
|
+
return true;
|
|
7218
|
+
}
|
|
7219
|
+
}
|
|
7220
|
+
}
|
|
7221
|
+
return false;
|
|
7222
|
+
}
|
|
7223
|
+
function ReportQueryFilterOperatorFromJSON(json) {
|
|
7224
|
+
return ReportQueryFilterOperatorFromJSONTyped(json);
|
|
7225
|
+
}
|
|
7226
|
+
function ReportQueryFilterOperatorFromJSONTyped(json, ignoreDiscriminator) {
|
|
7227
|
+
return json;
|
|
7228
|
+
}
|
|
7229
|
+
function ReportQueryFilterOperatorToJSON(value) {
|
|
7230
|
+
return value;
|
|
7231
|
+
}
|
|
7232
|
+
function ReportQueryFilterOperatorToJSONTyped(value, ignoreDiscriminator) {
|
|
7233
|
+
return value;
|
|
7234
|
+
}
|
|
7235
|
+
|
|
7236
|
+
function instanceOfReportQueryInput(value) {
|
|
7237
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
7238
|
+
return false;
|
|
7239
|
+
if (!('definition' in value) || value['definition'] === undefined)
|
|
6305
7240
|
return false;
|
|
6306
7241
|
return true;
|
|
6307
7242
|
}
|
|
6308
|
-
function
|
|
6309
|
-
return
|
|
7243
|
+
function ReportQueryInputFromJSON(json) {
|
|
7244
|
+
return ReportQueryInputFromJSONTyped(json);
|
|
6310
7245
|
}
|
|
6311
|
-
function
|
|
7246
|
+
function ReportQueryInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6312
7247
|
if (json == null) {
|
|
6313
7248
|
return json;
|
|
6314
7249
|
}
|
|
6315
7250
|
return {
|
|
6316
|
-
'
|
|
7251
|
+
'title': json['title'],
|
|
7252
|
+
'definition': ReportQueryDefinitionFromJSON(json['definition']),
|
|
6317
7253
|
};
|
|
6318
7254
|
}
|
|
6319
|
-
function
|
|
6320
|
-
return
|
|
7255
|
+
function ReportQueryInputToJSON(json) {
|
|
7256
|
+
return ReportQueryInputToJSONTyped(json, false);
|
|
6321
7257
|
}
|
|
6322
|
-
function
|
|
7258
|
+
function ReportQueryInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6323
7259
|
if (value == null) {
|
|
6324
7260
|
return value;
|
|
6325
7261
|
}
|
|
6326
7262
|
return {
|
|
6327
|
-
'
|
|
7263
|
+
'title': value['title'],
|
|
7264
|
+
'definition': ReportQueryDefinitionToJSON(value['definition']),
|
|
6328
7265
|
};
|
|
6329
7266
|
}
|
|
6330
7267
|
|
|
6331
|
-
function
|
|
6332
|
-
if (!('
|
|
6333
|
-
return false;
|
|
6334
|
-
if (!('name' in value) || value['name'] === undefined)
|
|
6335
|
-
return false;
|
|
6336
|
-
if (!('reportType' in value) || value['reportType'] === undefined)
|
|
7268
|
+
function instanceOfReportQueryListOutput(value) {
|
|
7269
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6337
7270
|
return false;
|
|
6338
7271
|
return true;
|
|
6339
7272
|
}
|
|
6340
|
-
function
|
|
6341
|
-
return
|
|
7273
|
+
function ReportQueryListOutputFromJSON(json) {
|
|
7274
|
+
return ReportQueryListOutputFromJSONTyped(json);
|
|
6342
7275
|
}
|
|
6343
|
-
function
|
|
7276
|
+
function ReportQueryListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6344
7277
|
if (json == null) {
|
|
6345
7278
|
return json;
|
|
6346
7279
|
}
|
|
6347
7280
|
return {
|
|
6348
|
-
'
|
|
6349
|
-
'name': json['name'],
|
|
6350
|
-
'reportType': json['reportType'],
|
|
7281
|
+
'data': (json['data'].map(ReportQueryDtoFromJSON)),
|
|
6351
7282
|
};
|
|
6352
7283
|
}
|
|
6353
|
-
function
|
|
6354
|
-
return
|
|
7284
|
+
function ReportQueryListOutputToJSON(json) {
|
|
7285
|
+
return ReportQueryListOutputToJSONTyped(json, false);
|
|
6355
7286
|
}
|
|
6356
|
-
function
|
|
7287
|
+
function ReportQueryListOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6357
7288
|
if (value == null) {
|
|
6358
7289
|
return value;
|
|
6359
7290
|
}
|
|
6360
7291
|
return {
|
|
6361
|
-
'
|
|
6362
|
-
'name': value['name'],
|
|
6363
|
-
'reportType': value['reportType'],
|
|
7292
|
+
'data': (value['data'].map(ReportQueryDtoToJSON)),
|
|
6364
7293
|
};
|
|
6365
7294
|
}
|
|
6366
7295
|
|
|
6367
|
-
|
|
7296
|
+
const ReportQueryMetricOperation = {
|
|
7297
|
+
Count: 'count',
|
|
7298
|
+
CountDistinct: 'count_distinct',
|
|
7299
|
+
Sum: 'sum',
|
|
7300
|
+
Avg: 'avg',
|
|
7301
|
+
Min: 'min',
|
|
7302
|
+
Max: 'max'
|
|
7303
|
+
};
|
|
7304
|
+
function instanceOfReportQueryMetricOperation(value) {
|
|
7305
|
+
for (const key in ReportQueryMetricOperation) {
|
|
7306
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryMetricOperation, key)) {
|
|
7307
|
+
if (ReportQueryMetricOperation[key] === value) {
|
|
7308
|
+
return true;
|
|
7309
|
+
}
|
|
7310
|
+
}
|
|
7311
|
+
}
|
|
7312
|
+
return false;
|
|
7313
|
+
}
|
|
7314
|
+
function ReportQueryMetricOperationFromJSON(json) {
|
|
7315
|
+
return ReportQueryMetricOperationFromJSONTyped(json);
|
|
7316
|
+
}
|
|
7317
|
+
function ReportQueryMetricOperationFromJSONTyped(json, ignoreDiscriminator) {
|
|
7318
|
+
return json;
|
|
7319
|
+
}
|
|
7320
|
+
function ReportQueryMetricOperationToJSON(value) {
|
|
7321
|
+
return value;
|
|
7322
|
+
}
|
|
7323
|
+
function ReportQueryMetricOperationToJSONTyped(value, ignoreDiscriminator) {
|
|
7324
|
+
return value;
|
|
7325
|
+
}
|
|
7326
|
+
|
|
7327
|
+
const ReportQueryNormalize = {
|
|
7328
|
+
None: 'none',
|
|
7329
|
+
TrimCase: 'trim_case',
|
|
7330
|
+
Ipp: 'ipp'
|
|
7331
|
+
};
|
|
7332
|
+
function instanceOfReportQueryNormalize(value) {
|
|
7333
|
+
for (const key in ReportQueryNormalize) {
|
|
7334
|
+
if (Object.prototype.hasOwnProperty.call(ReportQueryNormalize, key)) {
|
|
7335
|
+
if (ReportQueryNormalize[key] === value) {
|
|
7336
|
+
return true;
|
|
7337
|
+
}
|
|
7338
|
+
}
|
|
7339
|
+
}
|
|
7340
|
+
return false;
|
|
7341
|
+
}
|
|
7342
|
+
function ReportQueryNormalizeFromJSON(json) {
|
|
7343
|
+
return ReportQueryNormalizeFromJSONTyped(json);
|
|
7344
|
+
}
|
|
7345
|
+
function ReportQueryNormalizeFromJSONTyped(json, ignoreDiscriminator) {
|
|
7346
|
+
return json;
|
|
7347
|
+
}
|
|
7348
|
+
function ReportQueryNormalizeToJSON(value) {
|
|
7349
|
+
return value;
|
|
7350
|
+
}
|
|
7351
|
+
function ReportQueryNormalizeToJSONTyped(value, ignoreDiscriminator) {
|
|
7352
|
+
return value;
|
|
7353
|
+
}
|
|
7354
|
+
|
|
7355
|
+
function instanceOfReportQueryOutput(value) {
|
|
6368
7356
|
if (!('data' in value) || value['data'] === undefined)
|
|
6369
7357
|
return false;
|
|
6370
7358
|
return true;
|
|
6371
7359
|
}
|
|
6372
|
-
function
|
|
6373
|
-
return
|
|
7360
|
+
function ReportQueryOutputFromJSON(json) {
|
|
7361
|
+
return ReportQueryOutputFromJSONTyped(json);
|
|
6374
7362
|
}
|
|
6375
|
-
function
|
|
7363
|
+
function ReportQueryOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6376
7364
|
if (json == null) {
|
|
6377
7365
|
return json;
|
|
6378
7366
|
}
|
|
6379
7367
|
return {
|
|
6380
|
-
'data': (json['data']
|
|
7368
|
+
'data': ReportQueryDtoFromJSON(json['data']),
|
|
6381
7369
|
};
|
|
6382
7370
|
}
|
|
6383
|
-
function
|
|
6384
|
-
return
|
|
7371
|
+
function ReportQueryOutputToJSON(json) {
|
|
7372
|
+
return ReportQueryOutputToJSONTyped(json, false);
|
|
6385
7373
|
}
|
|
6386
|
-
function
|
|
7374
|
+
function ReportQueryOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6387
7375
|
if (value == null) {
|
|
6388
7376
|
return value;
|
|
6389
7377
|
}
|
|
6390
7378
|
return {
|
|
6391
|
-
'data': (value['data']
|
|
7379
|
+
'data': ReportQueryDtoToJSON(value['data']),
|
|
6392
7380
|
};
|
|
6393
7381
|
}
|
|
6394
7382
|
|
|
6395
|
-
function
|
|
6396
|
-
if (!('
|
|
7383
|
+
function instanceOfReportQueryPreviewInput(value) {
|
|
7384
|
+
if (!('definition' in value) || value['definition'] === undefined)
|
|
6397
7385
|
return false;
|
|
6398
|
-
if (!('
|
|
7386
|
+
if (!('startDate' in value) || value['startDate'] === undefined)
|
|
7387
|
+
return false;
|
|
7388
|
+
if (!('endDate' in value) || value['endDate'] === undefined)
|
|
6399
7389
|
return false;
|
|
6400
7390
|
return true;
|
|
6401
7391
|
}
|
|
6402
|
-
function
|
|
6403
|
-
return
|
|
7392
|
+
function ReportQueryPreviewInputFromJSON(json) {
|
|
7393
|
+
return ReportQueryPreviewInputFromJSONTyped(json);
|
|
6404
7394
|
}
|
|
6405
|
-
function
|
|
7395
|
+
function ReportQueryPreviewInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6406
7396
|
if (json == null) {
|
|
6407
7397
|
return json;
|
|
6408
7398
|
}
|
|
6409
7399
|
return {
|
|
6410
|
-
'
|
|
6411
|
-
'
|
|
6412
|
-
'
|
|
6413
|
-
'createDate': json['createDate'] == null ? undefined : json['createDate'],
|
|
6414
|
-
'deleteDate': json['deleteDate'] == null ? undefined : json['deleteDate'],
|
|
7400
|
+
'definition': ReportQueryDefinitionFromJSON(json['definition']),
|
|
7401
|
+
'startDate': json['startDate'],
|
|
7402
|
+
'endDate': json['endDate'],
|
|
6415
7403
|
};
|
|
6416
7404
|
}
|
|
6417
|
-
function
|
|
6418
|
-
return
|
|
7405
|
+
function ReportQueryPreviewInputToJSON(json) {
|
|
7406
|
+
return ReportQueryPreviewInputToJSONTyped(json, false);
|
|
6419
7407
|
}
|
|
6420
|
-
function
|
|
7408
|
+
function ReportQueryPreviewInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6421
7409
|
if (value == null) {
|
|
6422
7410
|
return value;
|
|
6423
7411
|
}
|
|
6424
7412
|
return {
|
|
6425
|
-
'
|
|
6426
|
-
'
|
|
6427
|
-
'
|
|
6428
|
-
'createDate': value['createDate'],
|
|
6429
|
-
'deleteDate': value['deleteDate'],
|
|
7413
|
+
'definition': ReportQueryDefinitionToJSON(value['definition']),
|
|
7414
|
+
'startDate': value['startDate'],
|
|
7415
|
+
'endDate': value['endDate'],
|
|
6430
7416
|
};
|
|
6431
7417
|
}
|
|
6432
7418
|
|
|
6433
|
-
|
|
6434
|
-
|
|
6435
|
-
|
|
6436
|
-
|
|
7419
|
+
const ReportQuerySource = {
|
|
7420
|
+
Items: 'items',
|
|
7421
|
+
Articles: 'articles',
|
|
7422
|
+
StateHistory: 'state_history'
|
|
7423
|
+
};
|
|
7424
|
+
function instanceOfReportQuerySource(value) {
|
|
7425
|
+
for (const key in ReportQuerySource) {
|
|
7426
|
+
if (Object.prototype.hasOwnProperty.call(ReportQuerySource, key)) {
|
|
7427
|
+
if (ReportQuerySource[key] === value) {
|
|
7428
|
+
return true;
|
|
7429
|
+
}
|
|
7430
|
+
}
|
|
7431
|
+
}
|
|
7432
|
+
return false;
|
|
6437
7433
|
}
|
|
6438
|
-
function
|
|
6439
|
-
return
|
|
7434
|
+
function ReportQuerySourceFromJSON(json) {
|
|
7435
|
+
return ReportQuerySourceFromJSONTyped(json);
|
|
6440
7436
|
}
|
|
6441
|
-
function
|
|
6442
|
-
|
|
6443
|
-
return json;
|
|
6444
|
-
}
|
|
6445
|
-
return {
|
|
6446
|
-
'data': ReportDtoFromJSON(json['data']),
|
|
6447
|
-
};
|
|
7437
|
+
function ReportQuerySourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
7438
|
+
return json;
|
|
6448
7439
|
}
|
|
6449
|
-
function
|
|
6450
|
-
return
|
|
7440
|
+
function ReportQuerySourceToJSON(value) {
|
|
7441
|
+
return value;
|
|
6451
7442
|
}
|
|
6452
|
-
function
|
|
6453
|
-
|
|
6454
|
-
return value;
|
|
6455
|
-
}
|
|
6456
|
-
return {
|
|
6457
|
-
'data': ReportDtoToJSON(value['data']),
|
|
6458
|
-
};
|
|
7443
|
+
function ReportQuerySourceToJSONTyped(value, ignoreDiscriminator) {
|
|
7444
|
+
return value;
|
|
6459
7445
|
}
|
|
6460
7446
|
|
|
6461
7447
|
function instanceOfReverseGeoCodingOutput(value) {
|
|
@@ -7975,6 +8961,29 @@ class ItemApi extends BaseAPI {
|
|
|
7975
8961
|
const response = await this.apiV1ItemWithinGetRaw(requestParameters, initOverrides);
|
|
7976
8962
|
return await response.value();
|
|
7977
8963
|
}
|
|
8964
|
+
async apiV2ItemPostRaw(requestParameters, initOverrides) {
|
|
8965
|
+
if (requestParameters['mapItemWithPointsInput'] == null) {
|
|
8966
|
+
throw new RequiredError('mapItemWithPointsInput', 'Required parameter "mapItemWithPointsInput" was null or undefined when calling apiV2ItemPost().');
|
|
8967
|
+
}
|
|
8968
|
+
const queryParameters = {};
|
|
8969
|
+
const headerParameters = {};
|
|
8970
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
8971
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8972
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8973
|
+
}
|
|
8974
|
+
const response = await this.request({
|
|
8975
|
+
path: `/api/v2/item`,
|
|
8976
|
+
method: 'POST',
|
|
8977
|
+
headers: headerParameters,
|
|
8978
|
+
query: queryParameters,
|
|
8979
|
+
body: MapItemWithPointsInputToJSON(requestParameters['mapItemWithPointsInput']),
|
|
8980
|
+
}, initOverrides);
|
|
8981
|
+
return new JSONApiResponse(response, (jsonValue) => MapItemOutputFromJSON(jsonValue));
|
|
8982
|
+
}
|
|
8983
|
+
async apiV2ItemPost(requestParameters, initOverrides) {
|
|
8984
|
+
const response = await this.apiV2ItemPostRaw(requestParameters, initOverrides);
|
|
8985
|
+
return await response.value();
|
|
8986
|
+
}
|
|
7978
8987
|
}
|
|
7979
8988
|
|
|
7980
8989
|
class ItemTypeApi extends BaseAPI {
|
|
@@ -9966,6 +10975,161 @@ class ReportApi extends BaseAPI {
|
|
|
9966
10975
|
const response = await this.apiV1ReportReportIdGetRaw(requestParameters, initOverrides);
|
|
9967
10976
|
return await response.value();
|
|
9968
10977
|
}
|
|
10978
|
+
async apiV2ReportCatalogGetRaw(initOverrides) {
|
|
10979
|
+
const queryParameters = {};
|
|
10980
|
+
const headerParameters = {};
|
|
10981
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
10982
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
10983
|
+
}
|
|
10984
|
+
const response = await this.request({
|
|
10985
|
+
path: `/api/v2/report/catalog`,
|
|
10986
|
+
method: 'GET',
|
|
10987
|
+
headers: headerParameters,
|
|
10988
|
+
query: queryParameters,
|
|
10989
|
+
}, initOverrides);
|
|
10990
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryCatalogOutputFromJSON(jsonValue));
|
|
10991
|
+
}
|
|
10992
|
+
async apiV2ReportCatalogGet(initOverrides) {
|
|
10993
|
+
const response = await this.apiV2ReportCatalogGetRaw(initOverrides);
|
|
10994
|
+
return await response.value();
|
|
10995
|
+
}
|
|
10996
|
+
async apiV2ReportGetRaw(initOverrides) {
|
|
10997
|
+
const queryParameters = {};
|
|
10998
|
+
const headerParameters = {};
|
|
10999
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11000
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11001
|
+
}
|
|
11002
|
+
const response = await this.request({
|
|
11003
|
+
path: `/api/v2/report`,
|
|
11004
|
+
method: 'GET',
|
|
11005
|
+
headers: headerParameters,
|
|
11006
|
+
query: queryParameters,
|
|
11007
|
+
}, initOverrides);
|
|
11008
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryListOutputFromJSON(jsonValue));
|
|
11009
|
+
}
|
|
11010
|
+
async apiV2ReportGet(initOverrides) {
|
|
11011
|
+
const response = await this.apiV2ReportGetRaw(initOverrides);
|
|
11012
|
+
return await response.value();
|
|
11013
|
+
}
|
|
11014
|
+
async apiV2ReportPostRaw(requestParameters, initOverrides) {
|
|
11015
|
+
if (requestParameters['reportQueryInput'] == null) {
|
|
11016
|
+
throw new RequiredError('reportQueryInput', 'Required parameter "reportQueryInput" was null or undefined when calling apiV2ReportPost().');
|
|
11017
|
+
}
|
|
11018
|
+
const queryParameters = {};
|
|
11019
|
+
const headerParameters = {};
|
|
11020
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
11021
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11022
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11023
|
+
}
|
|
11024
|
+
const response = await this.request({
|
|
11025
|
+
path: `/api/v2/report`,
|
|
11026
|
+
method: 'POST',
|
|
11027
|
+
headers: headerParameters,
|
|
11028
|
+
query: queryParameters,
|
|
11029
|
+
body: ReportQueryInputToJSON(requestParameters['reportQueryInput']),
|
|
11030
|
+
}, initOverrides);
|
|
11031
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryOutputFromJSON(jsonValue));
|
|
11032
|
+
}
|
|
11033
|
+
async apiV2ReportPost(requestParameters, initOverrides) {
|
|
11034
|
+
const response = await this.apiV2ReportPostRaw(requestParameters, initOverrides);
|
|
11035
|
+
return await response.value();
|
|
11036
|
+
}
|
|
11037
|
+
async apiV2ReportPreviewPostRaw(requestParameters, initOverrides) {
|
|
11038
|
+
if (requestParameters['reportQueryPreviewInput'] == null) {
|
|
11039
|
+
throw new RequiredError('reportQueryPreviewInput', 'Required parameter "reportQueryPreviewInput" was null or undefined when calling apiV2ReportPreviewPost().');
|
|
11040
|
+
}
|
|
11041
|
+
const queryParameters = {};
|
|
11042
|
+
const headerParameters = {};
|
|
11043
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
11044
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11045
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11046
|
+
}
|
|
11047
|
+
const response = await this.request({
|
|
11048
|
+
path: `/api/v2/report/preview`,
|
|
11049
|
+
method: 'POST',
|
|
11050
|
+
headers: headerParameters,
|
|
11051
|
+
query: queryParameters,
|
|
11052
|
+
body: ReportQueryPreviewInputToJSON(requestParameters['reportQueryPreviewInput']),
|
|
11053
|
+
}, initOverrides);
|
|
11054
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryDataOutputFromJSON(jsonValue));
|
|
11055
|
+
}
|
|
11056
|
+
async apiV2ReportPreviewPost(requestParameters, initOverrides) {
|
|
11057
|
+
const response = await this.apiV2ReportPreviewPostRaw(requestParameters, initOverrides);
|
|
11058
|
+
return await response.value();
|
|
11059
|
+
}
|
|
11060
|
+
async apiV2ReportReportIdDataPostRaw(requestParameters, initOverrides) {
|
|
11061
|
+
if (requestParameters['reportId'] == null) {
|
|
11062
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV2ReportReportIdDataPost().');
|
|
11063
|
+
}
|
|
11064
|
+
if (requestParameters['reportConfigurationDto'] == null) {
|
|
11065
|
+
throw new RequiredError('reportConfigurationDto', 'Required parameter "reportConfigurationDto" was null or undefined when calling apiV2ReportReportIdDataPost().');
|
|
11066
|
+
}
|
|
11067
|
+
const queryParameters = {};
|
|
11068
|
+
const headerParameters = {};
|
|
11069
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
11070
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11071
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11072
|
+
}
|
|
11073
|
+
const response = await this.request({
|
|
11074
|
+
path: `/api/v2/report/{reportId}/data`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
11075
|
+
method: 'POST',
|
|
11076
|
+
headers: headerParameters,
|
|
11077
|
+
query: queryParameters,
|
|
11078
|
+
body: ReportConfigurationDtoToJSON(requestParameters['reportConfigurationDto']),
|
|
11079
|
+
}, initOverrides);
|
|
11080
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryDataOutputFromJSON(jsonValue));
|
|
11081
|
+
}
|
|
11082
|
+
async apiV2ReportReportIdDataPost(requestParameters, initOverrides) {
|
|
11083
|
+
const response = await this.apiV2ReportReportIdDataPostRaw(requestParameters, initOverrides);
|
|
11084
|
+
return await response.value();
|
|
11085
|
+
}
|
|
11086
|
+
async apiV2ReportReportIdGetRaw(requestParameters, initOverrides) {
|
|
11087
|
+
if (requestParameters['reportId'] == null) {
|
|
11088
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV2ReportReportIdGet().');
|
|
11089
|
+
}
|
|
11090
|
+
const queryParameters = {};
|
|
11091
|
+
const headerParameters = {};
|
|
11092
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11093
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11094
|
+
}
|
|
11095
|
+
const response = await this.request({
|
|
11096
|
+
path: `/api/v2/report/{reportId}`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
11097
|
+
method: 'GET',
|
|
11098
|
+
headers: headerParameters,
|
|
11099
|
+
query: queryParameters,
|
|
11100
|
+
}, initOverrides);
|
|
11101
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryOutputFromJSON(jsonValue));
|
|
11102
|
+
}
|
|
11103
|
+
async apiV2ReportReportIdGet(requestParameters, initOverrides) {
|
|
11104
|
+
const response = await this.apiV2ReportReportIdGetRaw(requestParameters, initOverrides);
|
|
11105
|
+
return await response.value();
|
|
11106
|
+
}
|
|
11107
|
+
async apiV2ReportReportIdPutRaw(requestParameters, initOverrides) {
|
|
11108
|
+
if (requestParameters['reportId'] == null) {
|
|
11109
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV2ReportReportIdPut().');
|
|
11110
|
+
}
|
|
11111
|
+
if (requestParameters['reportQueryInput'] == null) {
|
|
11112
|
+
throw new RequiredError('reportQueryInput', 'Required parameter "reportQueryInput" was null or undefined when calling apiV2ReportReportIdPut().');
|
|
11113
|
+
}
|
|
11114
|
+
const queryParameters = {};
|
|
11115
|
+
const headerParameters = {};
|
|
11116
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
11117
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
11118
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
11119
|
+
}
|
|
11120
|
+
const response = await this.request({
|
|
11121
|
+
path: `/api/v2/report/{reportId}`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
11122
|
+
method: 'PUT',
|
|
11123
|
+
headers: headerParameters,
|
|
11124
|
+
query: queryParameters,
|
|
11125
|
+
body: ReportQueryInputToJSON(requestParameters['reportQueryInput']),
|
|
11126
|
+
}, initOverrides);
|
|
11127
|
+
return new JSONApiResponse(response, (jsonValue) => ReportQueryOutputFromJSON(jsonValue));
|
|
11128
|
+
}
|
|
11129
|
+
async apiV2ReportReportIdPut(requestParameters, initOverrides) {
|
|
11130
|
+
const response = await this.apiV2ReportReportIdPutRaw(requestParameters, initOverrides);
|
|
11131
|
+
return await response.value();
|
|
11132
|
+
}
|
|
9969
11133
|
}
|
|
9970
11134
|
const ApiV1ReportItemGetQOperatorEnum = {
|
|
9971
11135
|
And: 'and',
|
|
@@ -10352,10 +11516,10 @@ exports.DataPointFromJSON = DataPointFromJSON;
|
|
|
10352
11516
|
exports.DataPointFromJSONTyped = DataPointFromJSONTyped;
|
|
10353
11517
|
exports.DataPointToJSON = DataPointToJSON;
|
|
10354
11518
|
exports.DataPointToJSONTyped = DataPointToJSONTyped;
|
|
10355
|
-
exports.
|
|
10356
|
-
exports.
|
|
10357
|
-
exports.
|
|
10358
|
-
exports.
|
|
11519
|
+
exports.Def223FromJSON = Def223FromJSON;
|
|
11520
|
+
exports.Def223FromJSONTyped = Def223FromJSONTyped;
|
|
11521
|
+
exports.Def223ToJSON = Def223ToJSON;
|
|
11522
|
+
exports.Def223ToJSONTyped = Def223ToJSONTyped;
|
|
10359
11523
|
exports.DefaultApi = DefaultApi;
|
|
10360
11524
|
exports.DefaultConfig = DefaultConfig;
|
|
10361
11525
|
exports.FetchError = FetchError;
|
|
@@ -10712,6 +11876,10 @@ exports.MapItemTypeSingleOutputFromJSON = MapItemTypeSingleOutputFromJSON;
|
|
|
10712
11876
|
exports.MapItemTypeSingleOutputFromJSONTyped = MapItemTypeSingleOutputFromJSONTyped;
|
|
10713
11877
|
exports.MapItemTypeSingleOutputToJSON = MapItemTypeSingleOutputToJSON;
|
|
10714
11878
|
exports.MapItemTypeSingleOutputToJSONTyped = MapItemTypeSingleOutputToJSONTyped;
|
|
11879
|
+
exports.MapItemWithPointsInputFromJSON = MapItemWithPointsInputFromJSON;
|
|
11880
|
+
exports.MapItemWithPointsInputFromJSONTyped = MapItemWithPointsInputFromJSONTyped;
|
|
11881
|
+
exports.MapItemWithPointsInputToJSON = MapItemWithPointsInputToJSON;
|
|
11882
|
+
exports.MapItemWithPointsInputToJSONTyped = MapItemWithPointsInputToJSONTyped;
|
|
10715
11883
|
exports.MapLayerContourCoordORMFromJSON = MapLayerContourCoordORMFromJSON;
|
|
10716
11884
|
exports.MapLayerContourCoordORMFromJSONTyped = MapLayerContourCoordORMFromJSONTyped;
|
|
10717
11885
|
exports.MapLayerContourCoordORMToJSON = MapLayerContourCoordORMToJSON;
|
|
@@ -10777,10 +11945,18 @@ exports.MapZoneOutputFromJSON = MapZoneOutputFromJSON;
|
|
|
10777
11945
|
exports.MapZoneOutputFromJSONTyped = MapZoneOutputFromJSONTyped;
|
|
10778
11946
|
exports.MapZoneOutputToJSON = MapZoneOutputToJSON;
|
|
10779
11947
|
exports.MapZoneOutputToJSONTyped = MapZoneOutputToJSONTyped;
|
|
11948
|
+
exports.MapZonePointInputFromJSON = MapZonePointInputFromJSON;
|
|
11949
|
+
exports.MapZonePointInputFromJSONTyped = MapZonePointInputFromJSONTyped;
|
|
11950
|
+
exports.MapZonePointInputToJSON = MapZonePointInputToJSON;
|
|
11951
|
+
exports.MapZonePointInputToJSONTyped = MapZonePointInputToJSONTyped;
|
|
10780
11952
|
exports.MapZonePointORMFromJSON = MapZonePointORMFromJSON;
|
|
10781
11953
|
exports.MapZonePointORMFromJSONTyped = MapZonePointORMFromJSONTyped;
|
|
10782
11954
|
exports.MapZonePointORMToJSON = MapZonePointORMToJSON;
|
|
10783
11955
|
exports.MapZonePointORMToJSONTyped = MapZonePointORMToJSONTyped;
|
|
11956
|
+
exports.MapZoneWithPointsInputFromJSON = MapZoneWithPointsInputFromJSON;
|
|
11957
|
+
exports.MapZoneWithPointsInputFromJSONTyped = MapZoneWithPointsInputFromJSONTyped;
|
|
11958
|
+
exports.MapZoneWithPointsInputToJSON = MapZoneWithPointsInputToJSON;
|
|
11959
|
+
exports.MapZoneWithPointsInputToJSONTyped = MapZoneWithPointsInputToJSONTyped;
|
|
10784
11960
|
exports.McpApi = McpApi;
|
|
10785
11961
|
exports.MeasureUnitORMFromJSON = MeasureUnitORMFromJSON;
|
|
10786
11962
|
exports.MeasureUnitORMFromJSONTyped = MeasureUnitORMFromJSONTyped;
|
|
@@ -10928,6 +12104,117 @@ exports.ReportOutputFromJSON = ReportOutputFromJSON;
|
|
|
10928
12104
|
exports.ReportOutputFromJSONTyped = ReportOutputFromJSONTyped;
|
|
10929
12105
|
exports.ReportOutputToJSON = ReportOutputToJSON;
|
|
10930
12106
|
exports.ReportOutputToJSONTyped = ReportOutputToJSONTyped;
|
|
12107
|
+
exports.ReportQueryCatalogFieldBucketsEnum = ReportQueryCatalogFieldBucketsEnum;
|
|
12108
|
+
exports.ReportQueryCatalogFieldFilterOperatorsEnum = ReportQueryCatalogFieldFilterOperatorsEnum;
|
|
12109
|
+
exports.ReportQueryCatalogFieldFromJSON = ReportQueryCatalogFieldFromJSON;
|
|
12110
|
+
exports.ReportQueryCatalogFieldFromJSONTyped = ReportQueryCatalogFieldFromJSONTyped;
|
|
12111
|
+
exports.ReportQueryCatalogFieldMetricOperationsEnum = ReportQueryCatalogFieldMetricOperationsEnum;
|
|
12112
|
+
exports.ReportQueryCatalogFieldSourcesEnum = ReportQueryCatalogFieldSourcesEnum;
|
|
12113
|
+
exports.ReportQueryCatalogFieldSuggestedNormalizeEnum = ReportQueryCatalogFieldSuggestedNormalizeEnum;
|
|
12114
|
+
exports.ReportQueryCatalogFieldToJSON = ReportQueryCatalogFieldToJSON;
|
|
12115
|
+
exports.ReportQueryCatalogFieldToJSONTyped = ReportQueryCatalogFieldToJSONTyped;
|
|
12116
|
+
exports.ReportQueryCatalogFieldTypeEnum = ReportQueryCatalogFieldTypeEnum;
|
|
12117
|
+
exports.ReportQueryCatalogOutputFromJSON = ReportQueryCatalogOutputFromJSON;
|
|
12118
|
+
exports.ReportQueryCatalogOutputFromJSONTyped = ReportQueryCatalogOutputFromJSONTyped;
|
|
12119
|
+
exports.ReportQueryCatalogOutputToJSON = ReportQueryCatalogOutputToJSON;
|
|
12120
|
+
exports.ReportQueryCatalogOutputToJSONTyped = ReportQueryCatalogOutputToJSONTyped;
|
|
12121
|
+
exports.ReportQueryChart = ReportQueryChart;
|
|
12122
|
+
exports.ReportQueryChartFromJSON = ReportQueryChartFromJSON;
|
|
12123
|
+
exports.ReportQueryChartFromJSONTyped = ReportQueryChartFromJSONTyped;
|
|
12124
|
+
exports.ReportQueryChartToJSON = ReportQueryChartToJSON;
|
|
12125
|
+
exports.ReportQueryChartToJSONTyped = ReportQueryChartToJSONTyped;
|
|
12126
|
+
exports.ReportQueryDataDtoFromJSON = ReportQueryDataDtoFromJSON;
|
|
12127
|
+
exports.ReportQueryDataDtoFromJSONTyped = ReportQueryDataDtoFromJSONTyped;
|
|
12128
|
+
exports.ReportQueryDataDtoToJSON = ReportQueryDataDtoToJSON;
|
|
12129
|
+
exports.ReportQueryDataDtoToJSONTyped = ReportQueryDataDtoToJSONTyped;
|
|
12130
|
+
exports.ReportQueryDataOutputFromJSON = ReportQueryDataOutputFromJSON;
|
|
12131
|
+
exports.ReportQueryDataOutputFromJSONTyped = ReportQueryDataOutputFromJSONTyped;
|
|
12132
|
+
exports.ReportQueryDataOutputToJSON = ReportQueryDataOutputToJSON;
|
|
12133
|
+
exports.ReportQueryDataOutputToJSONTyped = ReportQueryDataOutputToJSONTyped;
|
|
12134
|
+
exports.ReportQueryDateBucket = ReportQueryDateBucket;
|
|
12135
|
+
exports.ReportQueryDateBucketFromJSON = ReportQueryDateBucketFromJSON;
|
|
12136
|
+
exports.ReportQueryDateBucketFromJSONTyped = ReportQueryDateBucketFromJSONTyped;
|
|
12137
|
+
exports.ReportQueryDateBucketToJSON = ReportQueryDateBucketToJSON;
|
|
12138
|
+
exports.ReportQueryDateBucketToJSONTyped = ReportQueryDateBucketToJSONTyped;
|
|
12139
|
+
exports.ReportQueryDefinitionChartEnum = ReportQueryDefinitionChartEnum;
|
|
12140
|
+
exports.ReportQueryDefinitionFromJSON = ReportQueryDefinitionFromJSON;
|
|
12141
|
+
exports.ReportQueryDefinitionFromJSONTyped = ReportQueryDefinitionFromJSONTyped;
|
|
12142
|
+
exports.ReportQueryDefinitionSourceEnum = ReportQueryDefinitionSourceEnum;
|
|
12143
|
+
exports.ReportQueryDefinitionToJSON = ReportQueryDefinitionToJSON;
|
|
12144
|
+
exports.ReportQueryDefinitionToJSONTyped = ReportQueryDefinitionToJSONTyped;
|
|
12145
|
+
exports.ReportQueryDimensionBucketEnum = ReportQueryDimensionBucketEnum;
|
|
12146
|
+
exports.ReportQueryDimensionFromJSON = ReportQueryDimensionFromJSON;
|
|
12147
|
+
exports.ReportQueryDimensionFromJSONTyped = ReportQueryDimensionFromJSONTyped;
|
|
12148
|
+
exports.ReportQueryDimensionNormalizeEnum = ReportQueryDimensionNormalizeEnum;
|
|
12149
|
+
exports.ReportQueryDimensionToJSON = ReportQueryDimensionToJSON;
|
|
12150
|
+
exports.ReportQueryDimensionToJSONTyped = ReportQueryDimensionToJSONTyped;
|
|
12151
|
+
exports.ReportQueryDtoFromJSON = ReportQueryDtoFromJSON;
|
|
12152
|
+
exports.ReportQueryDtoFromJSONTyped = ReportQueryDtoFromJSONTyped;
|
|
12153
|
+
exports.ReportQueryDtoToJSON = ReportQueryDtoToJSON;
|
|
12154
|
+
exports.ReportQueryDtoToJSONTyped = ReportQueryDtoToJSONTyped;
|
|
12155
|
+
exports.ReportQueryFieldType = ReportQueryFieldType;
|
|
12156
|
+
exports.ReportQueryFieldTypeFromJSON = ReportQueryFieldTypeFromJSON;
|
|
12157
|
+
exports.ReportQueryFieldTypeFromJSONTyped = ReportQueryFieldTypeFromJSONTyped;
|
|
12158
|
+
exports.ReportQueryFieldTypeToJSON = ReportQueryFieldTypeToJSON;
|
|
12159
|
+
exports.ReportQueryFieldTypeToJSONTyped = ReportQueryFieldTypeToJSONTyped;
|
|
12160
|
+
exports.ReportQueryFilterFromJSON = ReportQueryFilterFromJSON;
|
|
12161
|
+
exports.ReportQueryFilterFromJSONTyped = ReportQueryFilterFromJSONTyped;
|
|
12162
|
+
exports.ReportQueryFilterOpEnum = ReportQueryFilterOpEnum;
|
|
12163
|
+
exports.ReportQueryFilterOperator = ReportQueryFilterOperator;
|
|
12164
|
+
exports.ReportQueryFilterOperatorFromJSON = ReportQueryFilterOperatorFromJSON;
|
|
12165
|
+
exports.ReportQueryFilterOperatorFromJSONTyped = ReportQueryFilterOperatorFromJSONTyped;
|
|
12166
|
+
exports.ReportQueryFilterOperatorToJSON = ReportQueryFilterOperatorToJSON;
|
|
12167
|
+
exports.ReportQueryFilterOperatorToJSONTyped = ReportQueryFilterOperatorToJSONTyped;
|
|
12168
|
+
exports.ReportQueryFilterToJSON = ReportQueryFilterToJSON;
|
|
12169
|
+
exports.ReportQueryFilterToJSONTyped = ReportQueryFilterToJSONTyped;
|
|
12170
|
+
exports.ReportQueryInputFromJSON = ReportQueryInputFromJSON;
|
|
12171
|
+
exports.ReportQueryInputFromJSONTyped = ReportQueryInputFromJSONTyped;
|
|
12172
|
+
exports.ReportQueryInputToJSON = ReportQueryInputToJSON;
|
|
12173
|
+
exports.ReportQueryInputToJSONTyped = ReportQueryInputToJSONTyped;
|
|
12174
|
+
exports.ReportQueryListOutputFromJSON = ReportQueryListOutputFromJSON;
|
|
12175
|
+
exports.ReportQueryListOutputFromJSONTyped = ReportQueryListOutputFromJSONTyped;
|
|
12176
|
+
exports.ReportQueryListOutputToJSON = ReportQueryListOutputToJSON;
|
|
12177
|
+
exports.ReportQueryListOutputToJSONTyped = ReportQueryListOutputToJSONTyped;
|
|
12178
|
+
exports.ReportQueryMetricFromJSON = ReportQueryMetricFromJSON;
|
|
12179
|
+
exports.ReportQueryMetricFromJSONTyped = ReportQueryMetricFromJSONTyped;
|
|
12180
|
+
exports.ReportQueryMetricOpEnum = ReportQueryMetricOpEnum;
|
|
12181
|
+
exports.ReportQueryMetricOperation = ReportQueryMetricOperation;
|
|
12182
|
+
exports.ReportQueryMetricOperationFromJSON = ReportQueryMetricOperationFromJSON;
|
|
12183
|
+
exports.ReportQueryMetricOperationFromJSONTyped = ReportQueryMetricOperationFromJSONTyped;
|
|
12184
|
+
exports.ReportQueryMetricOperationToJSON = ReportQueryMetricOperationToJSON;
|
|
12185
|
+
exports.ReportQueryMetricOperationToJSONTyped = ReportQueryMetricOperationToJSONTyped;
|
|
12186
|
+
exports.ReportQueryMetricToJSON = ReportQueryMetricToJSON;
|
|
12187
|
+
exports.ReportQueryMetricToJSONTyped = ReportQueryMetricToJSONTyped;
|
|
12188
|
+
exports.ReportQueryNormalize = ReportQueryNormalize;
|
|
12189
|
+
exports.ReportQueryNormalizeFromJSON = ReportQueryNormalizeFromJSON;
|
|
12190
|
+
exports.ReportQueryNormalizeFromJSONTyped = ReportQueryNormalizeFromJSONTyped;
|
|
12191
|
+
exports.ReportQueryNormalizeToJSON = ReportQueryNormalizeToJSON;
|
|
12192
|
+
exports.ReportQueryNormalizeToJSONTyped = ReportQueryNormalizeToJSONTyped;
|
|
12193
|
+
exports.ReportQueryOutputFromJSON = ReportQueryOutputFromJSON;
|
|
12194
|
+
exports.ReportQueryOutputFromJSONTyped = ReportQueryOutputFromJSONTyped;
|
|
12195
|
+
exports.ReportQueryOutputToJSON = ReportQueryOutputToJSON;
|
|
12196
|
+
exports.ReportQueryOutputToJSONTyped = ReportQueryOutputToJSONTyped;
|
|
12197
|
+
exports.ReportQueryPreviewInputFromJSON = ReportQueryPreviewInputFromJSON;
|
|
12198
|
+
exports.ReportQueryPreviewInputFromJSONTyped = ReportQueryPreviewInputFromJSONTyped;
|
|
12199
|
+
exports.ReportQueryPreviewInputToJSON = ReportQueryPreviewInputToJSON;
|
|
12200
|
+
exports.ReportQueryPreviewInputToJSONTyped = ReportQueryPreviewInputToJSONTyped;
|
|
12201
|
+
exports.ReportQueryResultColumnFromJSON = ReportQueryResultColumnFromJSON;
|
|
12202
|
+
exports.ReportQueryResultColumnFromJSONTyped = ReportQueryResultColumnFromJSONTyped;
|
|
12203
|
+
exports.ReportQueryResultColumnToJSON = ReportQueryResultColumnToJSON;
|
|
12204
|
+
exports.ReportQueryResultColumnToJSONTyped = ReportQueryResultColumnToJSONTyped;
|
|
12205
|
+
exports.ReportQueryResultFromJSON = ReportQueryResultFromJSON;
|
|
12206
|
+
exports.ReportQueryResultFromJSONTyped = ReportQueryResultFromJSONTyped;
|
|
12207
|
+
exports.ReportQueryResultRowFromJSON = ReportQueryResultRowFromJSON;
|
|
12208
|
+
exports.ReportQueryResultRowFromJSONTyped = ReportQueryResultRowFromJSONTyped;
|
|
12209
|
+
exports.ReportQueryResultRowToJSON = ReportQueryResultRowToJSON;
|
|
12210
|
+
exports.ReportQueryResultRowToJSONTyped = ReportQueryResultRowToJSONTyped;
|
|
12211
|
+
exports.ReportQueryResultToJSON = ReportQueryResultToJSON;
|
|
12212
|
+
exports.ReportQueryResultToJSONTyped = ReportQueryResultToJSONTyped;
|
|
12213
|
+
exports.ReportQuerySource = ReportQuerySource;
|
|
12214
|
+
exports.ReportQuerySourceFromJSON = ReportQuerySourceFromJSON;
|
|
12215
|
+
exports.ReportQuerySourceFromJSONTyped = ReportQuerySourceFromJSONTyped;
|
|
12216
|
+
exports.ReportQuerySourceToJSON = ReportQuerySourceToJSON;
|
|
12217
|
+
exports.ReportQuerySourceToJSONTyped = ReportQuerySourceToJSONTyped;
|
|
10931
12218
|
exports.RequiredError = RequiredError;
|
|
10932
12219
|
exports.ResponseError = ResponseError;
|
|
10933
12220
|
exports.ReverseGeoCodingOutputFromJSON = ReverseGeoCodingOutputFromJSON;
|
|
@@ -11121,7 +12408,7 @@ exports.instanceOfChartTitle = instanceOfChartTitle;
|
|
|
11121
12408
|
exports.instanceOfComputeRouteInput = instanceOfComputeRouteInput;
|
|
11122
12409
|
exports.instanceOfCoordDto = instanceOfCoordDto;
|
|
11123
12410
|
exports.instanceOfDataPoint = instanceOfDataPoint;
|
|
11124
|
-
exports.
|
|
12411
|
+
exports.instanceOfDef223 = instanceOfDef223;
|
|
11125
12412
|
exports.instanceOfHealthcheckStatusValue = instanceOfHealthcheckStatusValue;
|
|
11126
12413
|
exports.instanceOfInternalMapItemSearchResultORM = instanceOfInternalMapItemSearchResultORM;
|
|
11127
12414
|
exports.instanceOfItemDecorationDto = instanceOfItemDecorationDto;
|
|
@@ -11204,6 +12491,7 @@ exports.instanceOfMapItemTypeInitialValueORM = instanceOfMapItemTypeInitialValue
|
|
|
11204
12491
|
exports.instanceOfMapItemTypeORM = instanceOfMapItemTypeORM;
|
|
11205
12492
|
exports.instanceOfMapItemTypeOutput = instanceOfMapItemTypeOutput;
|
|
11206
12493
|
exports.instanceOfMapItemTypeSingleOutput = instanceOfMapItemTypeSingleOutput;
|
|
12494
|
+
exports.instanceOfMapItemWithPointsInput = instanceOfMapItemWithPointsInput;
|
|
11207
12495
|
exports.instanceOfMapLayerContourCoordORM = instanceOfMapLayerContourCoordORM;
|
|
11208
12496
|
exports.instanceOfMapLayerInput = instanceOfMapLayerInput;
|
|
11209
12497
|
exports.instanceOfMapLayerItemDecorationORM = instanceOfMapLayerItemDecorationORM;
|
|
@@ -11220,7 +12508,9 @@ exports.instanceOfMapZoneInput = instanceOfMapZoneInput;
|
|
|
11220
12508
|
exports.instanceOfMapZoneORM = instanceOfMapZoneORM;
|
|
11221
12509
|
exports.instanceOfMapZoneOutput = instanceOfMapZoneOutput;
|
|
11222
12510
|
exports.instanceOfMapZoneOutputDto = instanceOfMapZoneOutputDto;
|
|
12511
|
+
exports.instanceOfMapZonePointInput = instanceOfMapZonePointInput;
|
|
11223
12512
|
exports.instanceOfMapZonePointORM = instanceOfMapZonePointORM;
|
|
12513
|
+
exports.instanceOfMapZoneWithPointsInput = instanceOfMapZoneWithPointsInput;
|
|
11224
12514
|
exports.instanceOfMeasureUnitORM = instanceOfMeasureUnitORM;
|
|
11225
12515
|
exports.instanceOfModelRequestContext = instanceOfModelRequestContext;
|
|
11226
12516
|
exports.instanceOfMultimediaORM = instanceOfMultimediaORM;
|
|
@@ -11256,6 +12546,29 @@ exports.instanceOfReportDto = instanceOfReportDto;
|
|
|
11256
12546
|
exports.instanceOfReportListOutput = instanceOfReportListOutput;
|
|
11257
12547
|
exports.instanceOfReportORM = instanceOfReportORM;
|
|
11258
12548
|
exports.instanceOfReportOutput = instanceOfReportOutput;
|
|
12549
|
+
exports.instanceOfReportQueryCatalogField = instanceOfReportQueryCatalogField;
|
|
12550
|
+
exports.instanceOfReportQueryCatalogOutput = instanceOfReportQueryCatalogOutput;
|
|
12551
|
+
exports.instanceOfReportQueryChart = instanceOfReportQueryChart;
|
|
12552
|
+
exports.instanceOfReportQueryDataDto = instanceOfReportQueryDataDto;
|
|
12553
|
+
exports.instanceOfReportQueryDataOutput = instanceOfReportQueryDataOutput;
|
|
12554
|
+
exports.instanceOfReportQueryDateBucket = instanceOfReportQueryDateBucket;
|
|
12555
|
+
exports.instanceOfReportQueryDefinition = instanceOfReportQueryDefinition;
|
|
12556
|
+
exports.instanceOfReportQueryDimension = instanceOfReportQueryDimension;
|
|
12557
|
+
exports.instanceOfReportQueryDto = instanceOfReportQueryDto;
|
|
12558
|
+
exports.instanceOfReportQueryFieldType = instanceOfReportQueryFieldType;
|
|
12559
|
+
exports.instanceOfReportQueryFilter = instanceOfReportQueryFilter;
|
|
12560
|
+
exports.instanceOfReportQueryFilterOperator = instanceOfReportQueryFilterOperator;
|
|
12561
|
+
exports.instanceOfReportQueryInput = instanceOfReportQueryInput;
|
|
12562
|
+
exports.instanceOfReportQueryListOutput = instanceOfReportQueryListOutput;
|
|
12563
|
+
exports.instanceOfReportQueryMetric = instanceOfReportQueryMetric;
|
|
12564
|
+
exports.instanceOfReportQueryMetricOperation = instanceOfReportQueryMetricOperation;
|
|
12565
|
+
exports.instanceOfReportQueryNormalize = instanceOfReportQueryNormalize;
|
|
12566
|
+
exports.instanceOfReportQueryOutput = instanceOfReportQueryOutput;
|
|
12567
|
+
exports.instanceOfReportQueryPreviewInput = instanceOfReportQueryPreviewInput;
|
|
12568
|
+
exports.instanceOfReportQueryResult = instanceOfReportQueryResult;
|
|
12569
|
+
exports.instanceOfReportQueryResultColumn = instanceOfReportQueryResultColumn;
|
|
12570
|
+
exports.instanceOfReportQueryResultRow = instanceOfReportQueryResultRow;
|
|
12571
|
+
exports.instanceOfReportQuerySource = instanceOfReportQuerySource;
|
|
11259
12572
|
exports.instanceOfReverseGeoCodingOutput = instanceOfReverseGeoCodingOutput;
|
|
11260
12573
|
exports.instanceOfRouteDto = instanceOfRouteDto;
|
|
11261
12574
|
exports.instanceOfRouteLegDto = instanceOfRouteLegDto;
|