@jrojaspin/security-map-api-cli 7.0.1 → 7.2.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/ItemTypeApi.d.ts +7 -1
- package/dist/apis/ItemTypeApi.js +55 -1
- package/dist/apis/ItemTypeApi.js.map +1 -1
- package/dist/apis/LayerApi.d.ts +52 -0
- package/dist/apis/LayerApi.js +183 -0
- package/dist/apis/LayerApi.js.map +1 -0
- package/dist/apis/ReportApi.d.ts +56 -1
- package/dist/apis/ReportApi.js +244 -1
- package/dist/apis/ReportApi.js.map +1 -1
- package/dist/apis/StateMachineApi.d.ts +13 -1
- package/dist/apis/StateMachineApi.js +61 -1
- package/dist/apis/StateMachineApi.js.map +1 -1
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/index.d.ts +328 -27
- package/dist/index.mjs +1158 -96
- package/dist/index.mjs.map +1 -1
- package/dist/models/Def173.d.ts +8 -0
- package/dist/models/Def173.js +16 -0
- package/dist/models/Def173.js.map +1 -0
- package/dist/models/Def174.d.ts +8 -0
- package/dist/models/Def174.js +16 -0
- package/dist/models/Def174.js.map +1 -0
- package/dist/models/LayerInputDto.d.ts +8 -0
- package/dist/models/LayerInputDto.js +28 -0
- package/dist/models/LayerInputDto.js.map +1 -0
- package/dist/models/MapClusterListOutputPaginated.d.ts +9 -0
- package/dist/models/MapClusterListOutputPaginated.js +29 -0
- package/dist/models/MapClusterListOutputPaginated.js.map +1 -0
- package/dist/models/MapClusterORM.d.ts +11 -0
- package/dist/models/MapClusterORM.js +40 -0
- package/dist/models/MapClusterORM.js.map +1 -0
- package/dist/models/MapItemInput.d.ts +1 -1
- package/dist/models/MapItemInput.js +1 -3
- package/dist/models/MapItemInput.js.map +1 -1
- package/dist/models/MapItemListOutputPaginated.d.ts +11 -0
- package/dist/models/MapItemListOutputPaginated.js +34 -0
- package/dist/models/MapItemListOutputPaginated.js.map +1 -0
- package/dist/models/MapItemTypeDynamicFieldDefinitionSingleOutput.d.ts +9 -0
- package/dist/models/MapItemTypeDynamicFieldDefinitionSingleOutput.js +29 -0
- package/dist/models/MapItemTypeDynamicFieldDefinitionSingleOutput.js.map +1 -0
- package/dist/models/MapItemTypeFormOutput.d.ts +9 -0
- package/dist/models/MapItemTypeFormOutput.js +29 -0
- package/dist/models/MapItemTypeFormOutput.js.map +1 -0
- package/dist/models/MapItemTypeSingleOutput.d.ts +9 -0
- package/dist/models/MapItemTypeSingleOutput.js +29 -0
- package/dist/models/MapItemTypeSingleOutput.js.map +1 -0
- package/dist/models/MapLayerOutputDto.d.ts +0 -2
- package/dist/models/MapLayerOutputDto.js +0 -5
- package/dist/models/MapLayerOutputDto.js.map +1 -1
- package/dist/models/PageInfo.d.ts +9 -0
- package/dist/models/PageInfo.js +32 -0
- package/dist/models/PageInfo.js.map +1 -0
- package/dist/models/ReportAllItemsListOutput.d.ts +2 -2
- package/dist/models/ReportAllItemsListOutput.js +3 -3
- package/dist/models/ReportAvailableColumnDto.d.ts +17 -2
- package/dist/models/ReportAvailableColumnDto.js +20 -3
- package/dist/models/ReportAvailableColumnDto.js.map +1 -1
- package/dist/models/ReportColumnFilterListOutput.d.ts +9 -0
- package/dist/models/ReportColumnFilterListOutput.js +29 -0
- package/dist/models/ReportColumnFilterListOutput.js.map +1 -0
- package/dist/models/ReportColumnFilterOutput.d.ts +9 -0
- package/dist/models/ReportColumnFilterOutput.js +29 -0
- package/dist/models/ReportColumnFilterOutput.js.map +1 -0
- package/dist/models/ReportColumnListOutput.d.ts +9 -0
- package/dist/models/ReportColumnListOutput.js +29 -0
- package/dist/models/ReportColumnListOutput.js.map +1 -0
- package/dist/models/ReportColumnOutput.d.ts +9 -0
- package/dist/models/ReportColumnOutput.js +29 -0
- package/dist/models/ReportColumnOutput.js.map +1 -0
- package/dist/models/ReportDto.d.ts +1 -0
- package/dist/models/ReportDto.js +4 -0
- package/dist/models/ReportDto.js.map +1 -1
- package/dist/models/StateMachineDefinitionOutput.d.ts +9 -0
- package/dist/models/StateMachineDefinitionOutput.js +29 -0
- package/dist/models/StateMachineDefinitionOutput.js.map +1 -0
- package/dist/models/StateMachineInput.d.ts +8 -0
- package/dist/models/StateMachineInput.js +28 -0
- package/dist/models/StateMachineInput.js.map +1 -0
- package/dist/models/StateMachineOutput.d.ts +9 -0
- package/dist/models/StateMachineOutput.js +29 -0
- package/dist/models/StateMachineOutput.js.map +1 -0
- package/dist/models/StateMachineStateInput.d.ts +9 -0
- package/dist/models/StateMachineStateInput.js +32 -0
- package/dist/models/StateMachineStateInput.js.map +1 -0
- package/dist/models/StateMachineTransitionInput.d.ts +10 -0
- package/dist/models/StateMachineTransitionInput.js +36 -0
- package/dist/models/StateMachineTransitionInput.js.map +1 -0
- package/dist/models/index.d.ts +18 -1
- package/dist/models/index.js +18 -1
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1211,19 +1211,19 @@ function ChartConfigurationToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
1211
1211
|
};
|
|
1212
1212
|
}
|
|
1213
1213
|
|
|
1214
|
-
function
|
|
1214
|
+
function instanceOfDef174(value) {
|
|
1215
1215
|
return true;
|
|
1216
1216
|
}
|
|
1217
|
-
function
|
|
1218
|
-
return
|
|
1217
|
+
function Def174FromJSON(json) {
|
|
1218
|
+
return Def174FromJSONTyped(json);
|
|
1219
1219
|
}
|
|
1220
|
-
function
|
|
1220
|
+
function Def174FromJSONTyped(json, ignoreDiscriminator) {
|
|
1221
1221
|
return json;
|
|
1222
1222
|
}
|
|
1223
|
-
function
|
|
1224
|
-
return
|
|
1223
|
+
function Def174ToJSON(json) {
|
|
1224
|
+
return Def174ToJSONTyped(json, false);
|
|
1225
1225
|
}
|
|
1226
|
-
function
|
|
1226
|
+
function Def174ToJSONTyped(value, ignoreDiscriminator = false) {
|
|
1227
1227
|
return value;
|
|
1228
1228
|
}
|
|
1229
1229
|
|
|
@@ -3059,6 +3059,34 @@ function JournalEntryOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
3059
3059
|
};
|
|
3060
3060
|
}
|
|
3061
3061
|
|
|
3062
|
+
function instanceOfLayerInputDto(value) {
|
|
3063
|
+
if (!('excludeItemIds' in value) || value['excludeItemIds'] === undefined)
|
|
3064
|
+
return false;
|
|
3065
|
+
return true;
|
|
3066
|
+
}
|
|
3067
|
+
function LayerInputDtoFromJSON(json) {
|
|
3068
|
+
return LayerInputDtoFromJSONTyped(json);
|
|
3069
|
+
}
|
|
3070
|
+
function LayerInputDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
3071
|
+
if (json == null) {
|
|
3072
|
+
return json;
|
|
3073
|
+
}
|
|
3074
|
+
return {
|
|
3075
|
+
'excludeItemIds': json['excludeItemIds'],
|
|
3076
|
+
};
|
|
3077
|
+
}
|
|
3078
|
+
function LayerInputDtoToJSON(json) {
|
|
3079
|
+
return LayerInputDtoToJSONTyped(json, false);
|
|
3080
|
+
}
|
|
3081
|
+
function LayerInputDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
3082
|
+
if (value == null) {
|
|
3083
|
+
return value;
|
|
3084
|
+
}
|
|
3085
|
+
return {
|
|
3086
|
+
'excludeItemIds': value['excludeItemIds'],
|
|
3087
|
+
};
|
|
3088
|
+
}
|
|
3089
|
+
|
|
3062
3090
|
const LegendPosition = {
|
|
3063
3091
|
Top: 'top',
|
|
3064
3092
|
Bottom: 'bottom',
|
|
@@ -3228,6 +3256,74 @@ function ManualRegisterInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
3228
3256
|
};
|
|
3229
3257
|
}
|
|
3230
3258
|
|
|
3259
|
+
function instanceOfMapClusterORM(value) {
|
|
3260
|
+
if (!('itemTypeId' in value) || value['itemTypeId'] === undefined)
|
|
3261
|
+
return false;
|
|
3262
|
+
if (!('count' in value) || value['count'] === undefined)
|
|
3263
|
+
return false;
|
|
3264
|
+
if (!('lat' in value) || value['lat'] === undefined)
|
|
3265
|
+
return false;
|
|
3266
|
+
if (!('lon' in value) || value['lon'] === undefined)
|
|
3267
|
+
return false;
|
|
3268
|
+
return true;
|
|
3269
|
+
}
|
|
3270
|
+
function MapClusterORMFromJSON(json) {
|
|
3271
|
+
return MapClusterORMFromJSONTyped(json);
|
|
3272
|
+
}
|
|
3273
|
+
function MapClusterORMFromJSONTyped(json, ignoreDiscriminator) {
|
|
3274
|
+
if (json == null) {
|
|
3275
|
+
return json;
|
|
3276
|
+
}
|
|
3277
|
+
return {
|
|
3278
|
+
'itemTypeId': json['itemTypeId'],
|
|
3279
|
+
'count': json['count'],
|
|
3280
|
+
'lat': json['lat'],
|
|
3281
|
+
'lon': json['lon'],
|
|
3282
|
+
};
|
|
3283
|
+
}
|
|
3284
|
+
function MapClusterORMToJSON(json) {
|
|
3285
|
+
return MapClusterORMToJSONTyped(json, false);
|
|
3286
|
+
}
|
|
3287
|
+
function MapClusterORMToJSONTyped(value, ignoreDiscriminator = false) {
|
|
3288
|
+
if (value == null) {
|
|
3289
|
+
return value;
|
|
3290
|
+
}
|
|
3291
|
+
return {
|
|
3292
|
+
'itemTypeId': value['itemTypeId'],
|
|
3293
|
+
'count': value['count'],
|
|
3294
|
+
'lat': value['lat'],
|
|
3295
|
+
'lon': value['lon'],
|
|
3296
|
+
};
|
|
3297
|
+
}
|
|
3298
|
+
|
|
3299
|
+
function instanceOfMapClusterListOutputPaginated(value) {
|
|
3300
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
3301
|
+
return false;
|
|
3302
|
+
return true;
|
|
3303
|
+
}
|
|
3304
|
+
function MapClusterListOutputPaginatedFromJSON(json) {
|
|
3305
|
+
return MapClusterListOutputPaginatedFromJSONTyped(json);
|
|
3306
|
+
}
|
|
3307
|
+
function MapClusterListOutputPaginatedFromJSONTyped(json, ignoreDiscriminator) {
|
|
3308
|
+
if (json == null) {
|
|
3309
|
+
return json;
|
|
3310
|
+
}
|
|
3311
|
+
return {
|
|
3312
|
+
'data': (json['data'].map(MapClusterORMFromJSON)),
|
|
3313
|
+
};
|
|
3314
|
+
}
|
|
3315
|
+
function MapClusterListOutputPaginatedToJSON(json) {
|
|
3316
|
+
return MapClusterListOutputPaginatedToJSONTyped(json, false);
|
|
3317
|
+
}
|
|
3318
|
+
function MapClusterListOutputPaginatedToJSONTyped(value, ignoreDiscriminator = false) {
|
|
3319
|
+
if (value == null) {
|
|
3320
|
+
return value;
|
|
3321
|
+
}
|
|
3322
|
+
return {
|
|
3323
|
+
'data': (value['data'].map(MapClusterORMToJSON)),
|
|
3324
|
+
};
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3231
3327
|
function instanceOfMapItemArticleInputDto(value) {
|
|
3232
3328
|
if (!('articleId' in value) || value['articleId'] === undefined)
|
|
3233
3329
|
return false;
|
|
@@ -3392,8 +3488,6 @@ function instanceOfMapItemInput(value) {
|
|
|
3392
3488
|
return false;
|
|
3393
3489
|
if (!('stateId' in value) || value['stateId'] === undefined)
|
|
3394
3490
|
return false;
|
|
3395
|
-
if (!('title' in value) || value['title'] === undefined)
|
|
3396
|
-
return false;
|
|
3397
3491
|
if (!('description' in value) || value['description'] === undefined)
|
|
3398
3492
|
return false;
|
|
3399
3493
|
if (!('mapItemTypeId' in value) || value['mapItemTypeId'] === undefined)
|
|
@@ -3413,7 +3507,7 @@ function MapItemInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
3413
3507
|
'dynamicFields': (json['dynamicFields'].map(MapItemDynamicFieldInputDtoFromJSON)),
|
|
3414
3508
|
'layerId': json['layerId'] == null ? undefined : json['layerId'],
|
|
3415
3509
|
'stateId': json['stateId'],
|
|
3416
|
-
'title': json['title'],
|
|
3510
|
+
'title': json['title'] == null ? undefined : json['title'],
|
|
3417
3511
|
'description': json['description'],
|
|
3418
3512
|
'mapItemTypeId': json['mapItemTypeId'],
|
|
3419
3513
|
'id': json['id'] == null ? undefined : json['id'],
|
|
@@ -3503,6 +3597,70 @@ function MapItemListOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
3503
3597
|
};
|
|
3504
3598
|
}
|
|
3505
3599
|
|
|
3600
|
+
function instanceOfPageInfo(value) {
|
|
3601
|
+
if (!('hasNextPage' in value) || value['hasNextPage'] === undefined)
|
|
3602
|
+
return false;
|
|
3603
|
+
if (!('nextCursor' in value) || value['nextCursor'] === undefined)
|
|
3604
|
+
return false;
|
|
3605
|
+
return true;
|
|
3606
|
+
}
|
|
3607
|
+
function PageInfoFromJSON(json) {
|
|
3608
|
+
return PageInfoFromJSONTyped(json);
|
|
3609
|
+
}
|
|
3610
|
+
function PageInfoFromJSONTyped(json, ignoreDiscriminator) {
|
|
3611
|
+
if (json == null) {
|
|
3612
|
+
return json;
|
|
3613
|
+
}
|
|
3614
|
+
return {
|
|
3615
|
+
'hasNextPage': json['hasNextPage'],
|
|
3616
|
+
'nextCursor': json['nextCursor'],
|
|
3617
|
+
};
|
|
3618
|
+
}
|
|
3619
|
+
function PageInfoToJSON(json) {
|
|
3620
|
+
return PageInfoToJSONTyped(json, false);
|
|
3621
|
+
}
|
|
3622
|
+
function PageInfoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
3623
|
+
if (value == null) {
|
|
3624
|
+
return value;
|
|
3625
|
+
}
|
|
3626
|
+
return {
|
|
3627
|
+
'hasNextPage': value['hasNextPage'],
|
|
3628
|
+
'nextCursor': value['nextCursor'],
|
|
3629
|
+
};
|
|
3630
|
+
}
|
|
3631
|
+
|
|
3632
|
+
function instanceOfMapItemListOutputPaginated(value) {
|
|
3633
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
3634
|
+
return false;
|
|
3635
|
+
if (!('pageInfo' in value) || value['pageInfo'] === undefined)
|
|
3636
|
+
return false;
|
|
3637
|
+
return true;
|
|
3638
|
+
}
|
|
3639
|
+
function MapItemListOutputPaginatedFromJSON(json) {
|
|
3640
|
+
return MapItemListOutputPaginatedFromJSONTyped(json);
|
|
3641
|
+
}
|
|
3642
|
+
function MapItemListOutputPaginatedFromJSONTyped(json, ignoreDiscriminator) {
|
|
3643
|
+
if (json == null) {
|
|
3644
|
+
return json;
|
|
3645
|
+
}
|
|
3646
|
+
return {
|
|
3647
|
+
'data': (json['data'].map(MapItemOutputDtoFromJSON)),
|
|
3648
|
+
'pageInfo': PageInfoFromJSON(json['pageInfo']),
|
|
3649
|
+
};
|
|
3650
|
+
}
|
|
3651
|
+
function MapItemListOutputPaginatedToJSON(json) {
|
|
3652
|
+
return MapItemListOutputPaginatedToJSONTyped(json, false);
|
|
3653
|
+
}
|
|
3654
|
+
function MapItemListOutputPaginatedToJSONTyped(value, ignoreDiscriminator = false) {
|
|
3655
|
+
if (value == null) {
|
|
3656
|
+
return value;
|
|
3657
|
+
}
|
|
3658
|
+
return {
|
|
3659
|
+
'data': (value['data'].map(MapItemOutputDtoToJSON)),
|
|
3660
|
+
'pageInfo': PageInfoToJSON(value['pageInfo']),
|
|
3661
|
+
};
|
|
3662
|
+
}
|
|
3663
|
+
|
|
3506
3664
|
function instanceOfMapItemMultimediaOutput(value) {
|
|
3507
3665
|
if (!('data' in value) || value['data'] === undefined)
|
|
3508
3666
|
return false;
|
|
@@ -3751,6 +3909,34 @@ function MapItemTypeDynamicFieldDefinitionOutputToJSONTyped(value, ignoreDiscrim
|
|
|
3751
3909
|
};
|
|
3752
3910
|
}
|
|
3753
3911
|
|
|
3912
|
+
function instanceOfMapItemTypeDynamicFieldDefinitionSingleOutput(value) {
|
|
3913
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
3914
|
+
return false;
|
|
3915
|
+
return true;
|
|
3916
|
+
}
|
|
3917
|
+
function MapItemTypeDynamicFieldDefinitionSingleOutputFromJSON(json) {
|
|
3918
|
+
return MapItemTypeDynamicFieldDefinitionSingleOutputFromJSONTyped(json);
|
|
3919
|
+
}
|
|
3920
|
+
function MapItemTypeDynamicFieldDefinitionSingleOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
3921
|
+
if (json == null) {
|
|
3922
|
+
return json;
|
|
3923
|
+
}
|
|
3924
|
+
return {
|
|
3925
|
+
'data': MapItemCustomFieldDefinitionORMFromJSON(json['data']),
|
|
3926
|
+
};
|
|
3927
|
+
}
|
|
3928
|
+
function MapItemTypeDynamicFieldDefinitionSingleOutputToJSON(json) {
|
|
3929
|
+
return MapItemTypeDynamicFieldDefinitionSingleOutputToJSONTyped(json, false);
|
|
3930
|
+
}
|
|
3931
|
+
function MapItemTypeDynamicFieldDefinitionSingleOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
3932
|
+
if (value == null) {
|
|
3933
|
+
return value;
|
|
3934
|
+
}
|
|
3935
|
+
return {
|
|
3936
|
+
'data': MapItemCustomFieldDefinitionORMToJSON(value['data']),
|
|
3937
|
+
};
|
|
3938
|
+
}
|
|
3939
|
+
|
|
3754
3940
|
function instanceOfSearchResultSectionItem(value) {
|
|
3755
3941
|
if (!('title' in value) || value['title'] === undefined)
|
|
3756
3942
|
return false;
|
|
@@ -3887,6 +4073,34 @@ function MapItemTypeFormActionToJSONTyped(value, ignoreDiscriminator) {
|
|
|
3887
4073
|
return value;
|
|
3888
4074
|
}
|
|
3889
4075
|
|
|
4076
|
+
function instanceOfMapItemTypeFormOutput(value) {
|
|
4077
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
4078
|
+
return false;
|
|
4079
|
+
return true;
|
|
4080
|
+
}
|
|
4081
|
+
function MapItemTypeFormOutputFromJSON(json) {
|
|
4082
|
+
return MapItemTypeFormOutputFromJSONTyped(json);
|
|
4083
|
+
}
|
|
4084
|
+
function MapItemTypeFormOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
4085
|
+
if (json == null) {
|
|
4086
|
+
return json;
|
|
4087
|
+
}
|
|
4088
|
+
return {
|
|
4089
|
+
'data': MapItemTypeFormORMFromJSON(json['data']),
|
|
4090
|
+
};
|
|
4091
|
+
}
|
|
4092
|
+
function MapItemTypeFormOutputToJSON(json) {
|
|
4093
|
+
return MapItemTypeFormOutputToJSONTyped(json, false);
|
|
4094
|
+
}
|
|
4095
|
+
function MapItemTypeFormOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
4096
|
+
if (value == null) {
|
|
4097
|
+
return value;
|
|
4098
|
+
}
|
|
4099
|
+
return {
|
|
4100
|
+
'data': MapItemTypeFormORMToJSON(value['data']),
|
|
4101
|
+
};
|
|
4102
|
+
}
|
|
4103
|
+
|
|
3890
4104
|
const MapItemTypeFormSectionBaseFieldId = {
|
|
3891
4105
|
Id: 'ID',
|
|
3892
4106
|
Title: 'TITLE',
|
|
@@ -3978,6 +4192,34 @@ function MapItemTypeOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
3978
4192
|
};
|
|
3979
4193
|
}
|
|
3980
4194
|
|
|
4195
|
+
function instanceOfMapItemTypeSingleOutput(value) {
|
|
4196
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
4197
|
+
return false;
|
|
4198
|
+
return true;
|
|
4199
|
+
}
|
|
4200
|
+
function MapItemTypeSingleOutputFromJSON(json) {
|
|
4201
|
+
return MapItemTypeSingleOutputFromJSONTyped(json);
|
|
4202
|
+
}
|
|
4203
|
+
function MapItemTypeSingleOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
4204
|
+
if (json == null) {
|
|
4205
|
+
return json;
|
|
4206
|
+
}
|
|
4207
|
+
return {
|
|
4208
|
+
'data': MapItemTypeORMFromJSON(json['data']),
|
|
4209
|
+
};
|
|
4210
|
+
}
|
|
4211
|
+
function MapItemTypeSingleOutputToJSON(json) {
|
|
4212
|
+
return MapItemTypeSingleOutputToJSONTyped(json, false);
|
|
4213
|
+
}
|
|
4214
|
+
function MapItemTypeSingleOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
4215
|
+
if (value == null) {
|
|
4216
|
+
return value;
|
|
4217
|
+
}
|
|
4218
|
+
return {
|
|
4219
|
+
'data': MapItemTypeORMToJSON(value['data']),
|
|
4220
|
+
};
|
|
4221
|
+
}
|
|
4222
|
+
|
|
3981
4223
|
function instanceOfMapLayerContourCoordORM(value) {
|
|
3982
4224
|
if (!('layerId' in value) || value['layerId'] === undefined)
|
|
3983
4225
|
return false;
|
|
@@ -4156,57 +4398,9 @@ function MapLayerItemORMToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
4156
4398
|
};
|
|
4157
4399
|
}
|
|
4158
4400
|
|
|
4159
|
-
function instanceOfMapORM(value) {
|
|
4160
|
-
if (!('title' in value) || value['title'] === undefined)
|
|
4161
|
-
return false;
|
|
4162
|
-
if (!('centerLat' in value) || value['centerLat'] === undefined)
|
|
4163
|
-
return false;
|
|
4164
|
-
if (!('centerLon' in value) || value['centerLon'] === undefined)
|
|
4165
|
-
return false;
|
|
4166
|
-
if (!('code' in value) || value['code'] === undefined)
|
|
4167
|
-
return false;
|
|
4168
|
-
return true;
|
|
4169
|
-
}
|
|
4170
|
-
function MapORMFromJSON(json) {
|
|
4171
|
-
return MapORMFromJSONTyped(json);
|
|
4172
|
-
}
|
|
4173
|
-
function MapORMFromJSONTyped(json, ignoreDiscriminator) {
|
|
4174
|
-
if (json == null) {
|
|
4175
|
-
return json;
|
|
4176
|
-
}
|
|
4177
|
-
return {
|
|
4178
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
4179
|
-
'title': json['title'],
|
|
4180
|
-
'centerLat': json['centerLat'],
|
|
4181
|
-
'centerLon': json['centerLon'],
|
|
4182
|
-
'code': json['code'],
|
|
4183
|
-
'createDate': json['createDate'] == null ? undefined : json['createDate'],
|
|
4184
|
-
'deleteDate': json['deleteDate'] == null ? undefined : json['deleteDate'],
|
|
4185
|
-
};
|
|
4186
|
-
}
|
|
4187
|
-
function MapORMToJSON(json) {
|
|
4188
|
-
return MapORMToJSONTyped(json, false);
|
|
4189
|
-
}
|
|
4190
|
-
function MapORMToJSONTyped(value, ignoreDiscriminator = false) {
|
|
4191
|
-
if (value == null) {
|
|
4192
|
-
return value;
|
|
4193
|
-
}
|
|
4194
|
-
return {
|
|
4195
|
-
'id': value['id'],
|
|
4196
|
-
'title': value['title'],
|
|
4197
|
-
'centerLat': value['centerLat'],
|
|
4198
|
-
'centerLon': value['centerLon'],
|
|
4199
|
-
'code': value['code'],
|
|
4200
|
-
'createDate': value['createDate'],
|
|
4201
|
-
'deleteDate': value['deleteDate'],
|
|
4202
|
-
};
|
|
4203
|
-
}
|
|
4204
|
-
|
|
4205
4401
|
function instanceOfMapLayerOutputDto(value) {
|
|
4206
4402
|
if (!('id' in value) || value['id'] === undefined)
|
|
4207
4403
|
return false;
|
|
4208
|
-
if (!('map' in value) || value['map'] === undefined)
|
|
4209
|
-
return false;
|
|
4210
4404
|
if (!('title' in value) || value['title'] === undefined)
|
|
4211
4405
|
return false;
|
|
4212
4406
|
if (!('itemTypeFilter' in value) || value['itemTypeFilter'] === undefined)
|
|
@@ -4234,7 +4428,6 @@ function MapLayerOutputDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
4234
4428
|
}
|
|
4235
4429
|
return {
|
|
4236
4430
|
'id': json['id'],
|
|
4237
|
-
'map': MapORMFromJSON(json['map']),
|
|
4238
4431
|
'title': json['title'],
|
|
4239
4432
|
'itemTypeFilter': json['itemTypeFilter'],
|
|
4240
4433
|
'contour': (json['contour'].map(CoordDtoFromJSON)),
|
|
@@ -4256,7 +4449,6 @@ function MapLayerOutputDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
4256
4449
|
}
|
|
4257
4450
|
return {
|
|
4258
4451
|
'id': value['id'],
|
|
4259
|
-
'map': MapORMToJSON(value['map']),
|
|
4260
4452
|
'title': value['title'],
|
|
4261
4453
|
'itemTypeFilter': value['itemTypeFilter'],
|
|
4262
4454
|
'contour': (value['contour'].map(CoordDtoToJSON)),
|
|
@@ -4380,41 +4572,87 @@ function MapLayerOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
4380
4572
|
};
|
|
4381
4573
|
}
|
|
4382
4574
|
|
|
4383
|
-
function
|
|
4384
|
-
if (!('
|
|
4575
|
+
function instanceOfMapORM(value) {
|
|
4576
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
4577
|
+
return false;
|
|
4578
|
+
if (!('centerLat' in value) || value['centerLat'] === undefined)
|
|
4579
|
+
return false;
|
|
4580
|
+
if (!('centerLon' in value) || value['centerLon'] === undefined)
|
|
4581
|
+
return false;
|
|
4582
|
+
if (!('code' in value) || value['code'] === undefined)
|
|
4385
4583
|
return false;
|
|
4386
4584
|
return true;
|
|
4387
4585
|
}
|
|
4388
|
-
function
|
|
4389
|
-
return
|
|
4586
|
+
function MapORMFromJSON(json) {
|
|
4587
|
+
return MapORMFromJSONTyped(json);
|
|
4390
4588
|
}
|
|
4391
|
-
function
|
|
4589
|
+
function MapORMFromJSONTyped(json, ignoreDiscriminator) {
|
|
4392
4590
|
if (json == null) {
|
|
4393
4591
|
return json;
|
|
4394
4592
|
}
|
|
4395
4593
|
return {
|
|
4396
|
-
'
|
|
4594
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
4595
|
+
'title': json['title'],
|
|
4596
|
+
'centerLat': json['centerLat'],
|
|
4597
|
+
'centerLon': json['centerLon'],
|
|
4598
|
+
'code': json['code'],
|
|
4599
|
+
'createDate': json['createDate'] == null ? undefined : json['createDate'],
|
|
4600
|
+
'deleteDate': json['deleteDate'] == null ? undefined : json['deleteDate'],
|
|
4397
4601
|
};
|
|
4398
4602
|
}
|
|
4399
|
-
function
|
|
4400
|
-
return
|
|
4603
|
+
function MapORMToJSON(json) {
|
|
4604
|
+
return MapORMToJSONTyped(json, false);
|
|
4401
4605
|
}
|
|
4402
|
-
function
|
|
4606
|
+
function MapORMToJSONTyped(value, ignoreDiscriminator = false) {
|
|
4403
4607
|
if (value == null) {
|
|
4404
4608
|
return value;
|
|
4405
4609
|
}
|
|
4406
4610
|
return {
|
|
4407
|
-
'
|
|
4611
|
+
'id': value['id'],
|
|
4612
|
+
'title': value['title'],
|
|
4613
|
+
'centerLat': value['centerLat'],
|
|
4614
|
+
'centerLon': value['centerLon'],
|
|
4615
|
+
'code': value['code'],
|
|
4616
|
+
'createDate': value['createDate'],
|
|
4617
|
+
'deleteDate': value['deleteDate'],
|
|
4408
4618
|
};
|
|
4409
4619
|
}
|
|
4410
4620
|
|
|
4411
|
-
function
|
|
4621
|
+
function instanceOfMapListOutput(value) {
|
|
4412
4622
|
if (!('data' in value) || value['data'] === undefined)
|
|
4413
4623
|
return false;
|
|
4414
4624
|
return true;
|
|
4415
4625
|
}
|
|
4416
|
-
function
|
|
4417
|
-
return
|
|
4626
|
+
function MapListOutputFromJSON(json) {
|
|
4627
|
+
return MapListOutputFromJSONTyped(json);
|
|
4628
|
+
}
|
|
4629
|
+
function MapListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
4630
|
+
if (json == null) {
|
|
4631
|
+
return json;
|
|
4632
|
+
}
|
|
4633
|
+
return {
|
|
4634
|
+
'data': (json['data'].map(MapORMFromJSON)),
|
|
4635
|
+
};
|
|
4636
|
+
}
|
|
4637
|
+
function MapListOutputToJSON(json) {
|
|
4638
|
+
return MapListOutputToJSONTyped(json, false);
|
|
4639
|
+
}
|
|
4640
|
+
function MapListOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
4641
|
+
if (value == null) {
|
|
4642
|
+
return value;
|
|
4643
|
+
}
|
|
4644
|
+
return {
|
|
4645
|
+
'data': (value['data'].map(MapORMToJSON)),
|
|
4646
|
+
};
|
|
4647
|
+
}
|
|
4648
|
+
|
|
4649
|
+
function instanceOfMapOutput(value) {
|
|
4650
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
4651
|
+
return false;
|
|
4652
|
+
return true;
|
|
4653
|
+
}
|
|
4654
|
+
function MapOutputFromJSON(json) {
|
|
4655
|
+
return MapOutputFromJSONTyped(json);
|
|
4418
4656
|
}
|
|
4419
4657
|
function MapOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
4420
4658
|
if (json == null) {
|
|
@@ -4855,7 +5093,7 @@ function ReportAllItemsListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
4855
5093
|
return json;
|
|
4856
5094
|
}
|
|
4857
5095
|
return {
|
|
4858
|
-
'data': (json['data'].map(
|
|
5096
|
+
'data': (json['data'].map(Def174FromJSON)),
|
|
4859
5097
|
};
|
|
4860
5098
|
}
|
|
4861
5099
|
function ReportAllItemsListOutputToJSON(json) {
|
|
@@ -4866,15 +5104,31 @@ function ReportAllItemsListOutputToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
4866
5104
|
return value;
|
|
4867
5105
|
}
|
|
4868
5106
|
return {
|
|
4869
|
-
'data': (value['data'].map(
|
|
5107
|
+
'data': (value['data'].map(Def174ToJSON)),
|
|
4870
5108
|
};
|
|
4871
5109
|
}
|
|
4872
5110
|
|
|
5111
|
+
const ReportAvailableColumnDtoColumnTypeEnum = {
|
|
5112
|
+
String: 'STRING',
|
|
5113
|
+
Number: 'NUMBER',
|
|
5114
|
+
Date: 'DATE',
|
|
5115
|
+
DateTime: 'DATE_TIME',
|
|
5116
|
+
Boolean: 'BOOLEAN',
|
|
5117
|
+
Select: 'SELECT',
|
|
5118
|
+
Multiselect: 'MULTISELECT',
|
|
5119
|
+
Textarea: 'TEXTAREA',
|
|
5120
|
+
Link: 'LINK',
|
|
5121
|
+
Image: 'IMAGE',
|
|
5122
|
+
File: 'FILE',
|
|
5123
|
+
MapZone: 'MAP_ZONE'
|
|
5124
|
+
};
|
|
4873
5125
|
function instanceOfReportAvailableColumnDto(value) {
|
|
4874
5126
|
if (!('name' in value) || value['name'] === undefined)
|
|
4875
5127
|
return false;
|
|
4876
5128
|
if (!('columnType' in value) || value['columnType'] === undefined)
|
|
4877
5129
|
return false;
|
|
5130
|
+
if (!('columnSource' in value) || value['columnSource'] === undefined)
|
|
5131
|
+
return false;
|
|
4878
5132
|
return true;
|
|
4879
5133
|
}
|
|
4880
5134
|
function ReportAvailableColumnDtoFromJSON(json) {
|
|
@@ -4886,7 +5140,8 @@ function ReportAvailableColumnDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
4886
5140
|
}
|
|
4887
5141
|
return {
|
|
4888
5142
|
'name': json['name'],
|
|
4889
|
-
'columnType':
|
|
5143
|
+
'columnType': json['columnType'],
|
|
5144
|
+
'columnSource': json['columnSource'],
|
|
4890
5145
|
};
|
|
4891
5146
|
}
|
|
4892
5147
|
function ReportAvailableColumnDtoToJSON(json) {
|
|
@@ -4898,7 +5153,8 @@ function ReportAvailableColumnDtoToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
4898
5153
|
}
|
|
4899
5154
|
return {
|
|
4900
5155
|
'name': value['name'],
|
|
4901
|
-
'columnType':
|
|
5156
|
+
'columnType': value['columnType'],
|
|
5157
|
+
'columnSource': value['columnSource'],
|
|
4902
5158
|
};
|
|
4903
5159
|
}
|
|
4904
5160
|
|
|
@@ -4972,6 +5228,62 @@ function ReportColumnFilterORMToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
4972
5228
|
};
|
|
4973
5229
|
}
|
|
4974
5230
|
|
|
5231
|
+
function instanceOfReportColumnFilterListOutput(value) {
|
|
5232
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
5233
|
+
return false;
|
|
5234
|
+
return true;
|
|
5235
|
+
}
|
|
5236
|
+
function ReportColumnFilterListOutputFromJSON(json) {
|
|
5237
|
+
return ReportColumnFilterListOutputFromJSONTyped(json);
|
|
5238
|
+
}
|
|
5239
|
+
function ReportColumnFilterListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
5240
|
+
if (json == null) {
|
|
5241
|
+
return json;
|
|
5242
|
+
}
|
|
5243
|
+
return {
|
|
5244
|
+
'data': (json['data'].map(ReportColumnFilterORMFromJSON)),
|
|
5245
|
+
};
|
|
5246
|
+
}
|
|
5247
|
+
function ReportColumnFilterListOutputToJSON(json) {
|
|
5248
|
+
return ReportColumnFilterListOutputToJSONTyped(json, false);
|
|
5249
|
+
}
|
|
5250
|
+
function ReportColumnFilterListOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
5251
|
+
if (value == null) {
|
|
5252
|
+
return value;
|
|
5253
|
+
}
|
|
5254
|
+
return {
|
|
5255
|
+
'data': (value['data'].map(ReportColumnFilterORMToJSON)),
|
|
5256
|
+
};
|
|
5257
|
+
}
|
|
5258
|
+
|
|
5259
|
+
function instanceOfReportColumnFilterOutput(value) {
|
|
5260
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
5261
|
+
return false;
|
|
5262
|
+
return true;
|
|
5263
|
+
}
|
|
5264
|
+
function ReportColumnFilterOutputFromJSON(json) {
|
|
5265
|
+
return ReportColumnFilterOutputFromJSONTyped(json);
|
|
5266
|
+
}
|
|
5267
|
+
function ReportColumnFilterOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
5268
|
+
if (json == null) {
|
|
5269
|
+
return json;
|
|
5270
|
+
}
|
|
5271
|
+
return {
|
|
5272
|
+
'data': ReportColumnFilterORMFromJSON(json['data']),
|
|
5273
|
+
};
|
|
5274
|
+
}
|
|
5275
|
+
function ReportColumnFilterOutputToJSON(json) {
|
|
5276
|
+
return ReportColumnFilterOutputToJSONTyped(json, false);
|
|
5277
|
+
}
|
|
5278
|
+
function ReportColumnFilterOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
5279
|
+
if (value == null) {
|
|
5280
|
+
return value;
|
|
5281
|
+
}
|
|
5282
|
+
return {
|
|
5283
|
+
'data': ReportColumnFilterORMToJSON(value['data']),
|
|
5284
|
+
};
|
|
5285
|
+
}
|
|
5286
|
+
|
|
4975
5287
|
function instanceOfReportColumnORM(value) {
|
|
4976
5288
|
if (!('reportId' in value) || value['reportId'] === undefined)
|
|
4977
5289
|
return false;
|
|
@@ -5038,6 +5350,62 @@ function ReportColumnORMToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
5038
5350
|
};
|
|
5039
5351
|
}
|
|
5040
5352
|
|
|
5353
|
+
function instanceOfReportColumnListOutput(value) {
|
|
5354
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
5355
|
+
return false;
|
|
5356
|
+
return true;
|
|
5357
|
+
}
|
|
5358
|
+
function ReportColumnListOutputFromJSON(json) {
|
|
5359
|
+
return ReportColumnListOutputFromJSONTyped(json);
|
|
5360
|
+
}
|
|
5361
|
+
function ReportColumnListOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
5362
|
+
if (json == null) {
|
|
5363
|
+
return json;
|
|
5364
|
+
}
|
|
5365
|
+
return {
|
|
5366
|
+
'data': (json['data'].map(ReportColumnORMFromJSON)),
|
|
5367
|
+
};
|
|
5368
|
+
}
|
|
5369
|
+
function ReportColumnListOutputToJSON(json) {
|
|
5370
|
+
return ReportColumnListOutputToJSONTyped(json, false);
|
|
5371
|
+
}
|
|
5372
|
+
function ReportColumnListOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
5373
|
+
if (value == null) {
|
|
5374
|
+
return value;
|
|
5375
|
+
}
|
|
5376
|
+
return {
|
|
5377
|
+
'data': (value['data'].map(ReportColumnORMToJSON)),
|
|
5378
|
+
};
|
|
5379
|
+
}
|
|
5380
|
+
|
|
5381
|
+
function instanceOfReportColumnOutput(value) {
|
|
5382
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
5383
|
+
return false;
|
|
5384
|
+
return true;
|
|
5385
|
+
}
|
|
5386
|
+
function ReportColumnOutputFromJSON(json) {
|
|
5387
|
+
return ReportColumnOutputFromJSONTyped(json);
|
|
5388
|
+
}
|
|
5389
|
+
function ReportColumnOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
5390
|
+
if (json == null) {
|
|
5391
|
+
return json;
|
|
5392
|
+
}
|
|
5393
|
+
return {
|
|
5394
|
+
'data': ReportColumnORMFromJSON(json['data']),
|
|
5395
|
+
};
|
|
5396
|
+
}
|
|
5397
|
+
function ReportColumnOutputToJSON(json) {
|
|
5398
|
+
return ReportColumnOutputToJSONTyped(json, false);
|
|
5399
|
+
}
|
|
5400
|
+
function ReportColumnOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
5401
|
+
if (value == null) {
|
|
5402
|
+
return value;
|
|
5403
|
+
}
|
|
5404
|
+
return {
|
|
5405
|
+
'data': ReportColumnORMToJSON(value['data']),
|
|
5406
|
+
};
|
|
5407
|
+
}
|
|
5408
|
+
|
|
5041
5409
|
function instanceOfReportConfigurationDto(value) {
|
|
5042
5410
|
if (!('startDate' in value) || value['startDate'] === undefined)
|
|
5043
5411
|
return false;
|
|
@@ -5243,6 +5611,8 @@ function instanceOfReportDto(value) {
|
|
|
5243
5611
|
return false;
|
|
5244
5612
|
if (!('name' in value) || value['name'] === undefined)
|
|
5245
5613
|
return false;
|
|
5614
|
+
if (!('reportType' in value) || value['reportType'] === undefined)
|
|
5615
|
+
return false;
|
|
5246
5616
|
return true;
|
|
5247
5617
|
}
|
|
5248
5618
|
function ReportDtoFromJSON(json) {
|
|
@@ -5255,6 +5625,7 @@ function ReportDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
5255
5625
|
return {
|
|
5256
5626
|
'id': json['id'],
|
|
5257
5627
|
'name': json['name'],
|
|
5628
|
+
'reportType': json['reportType'],
|
|
5258
5629
|
};
|
|
5259
5630
|
}
|
|
5260
5631
|
function ReportDtoToJSON(json) {
|
|
@@ -5267,6 +5638,7 @@ function ReportDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
5267
5638
|
return {
|
|
5268
5639
|
'id': value['id'],
|
|
5269
5640
|
'name': value['name'],
|
|
5641
|
+
'reportType': value['reportType'],
|
|
5270
5642
|
};
|
|
5271
5643
|
}
|
|
5272
5644
|
|
|
@@ -5627,6 +5999,62 @@ function StateMachineDefinitionListOutputToJSONTyped(value, ignoreDiscriminator
|
|
|
5627
5999
|
};
|
|
5628
6000
|
}
|
|
5629
6001
|
|
|
6002
|
+
function instanceOfStateMachineDefinitionOutput(value) {
|
|
6003
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6004
|
+
return false;
|
|
6005
|
+
return true;
|
|
6006
|
+
}
|
|
6007
|
+
function StateMachineDefinitionOutputFromJSON(json) {
|
|
6008
|
+
return StateMachineDefinitionOutputFromJSONTyped(json);
|
|
6009
|
+
}
|
|
6010
|
+
function StateMachineDefinitionOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6011
|
+
if (json == null) {
|
|
6012
|
+
return json;
|
|
6013
|
+
}
|
|
6014
|
+
return {
|
|
6015
|
+
'data': StateMachineDefinitionOutputDtoFromJSON(json['data']),
|
|
6016
|
+
};
|
|
6017
|
+
}
|
|
6018
|
+
function StateMachineDefinitionOutputToJSON(json) {
|
|
6019
|
+
return StateMachineDefinitionOutputToJSONTyped(json, false);
|
|
6020
|
+
}
|
|
6021
|
+
function StateMachineDefinitionOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6022
|
+
if (value == null) {
|
|
6023
|
+
return value;
|
|
6024
|
+
}
|
|
6025
|
+
return {
|
|
6026
|
+
'data': StateMachineDefinitionOutputDtoToJSON(value['data']),
|
|
6027
|
+
};
|
|
6028
|
+
}
|
|
6029
|
+
|
|
6030
|
+
function instanceOfStateMachineInput(value) {
|
|
6031
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
6032
|
+
return false;
|
|
6033
|
+
return true;
|
|
6034
|
+
}
|
|
6035
|
+
function StateMachineInputFromJSON(json) {
|
|
6036
|
+
return StateMachineInputFromJSONTyped(json);
|
|
6037
|
+
}
|
|
6038
|
+
function StateMachineInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6039
|
+
if (json == null) {
|
|
6040
|
+
return json;
|
|
6041
|
+
}
|
|
6042
|
+
return {
|
|
6043
|
+
'title': json['title'],
|
|
6044
|
+
};
|
|
6045
|
+
}
|
|
6046
|
+
function StateMachineInputToJSON(json) {
|
|
6047
|
+
return StateMachineInputToJSONTyped(json, false);
|
|
6048
|
+
}
|
|
6049
|
+
function StateMachineInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6050
|
+
if (value == null) {
|
|
6051
|
+
return value;
|
|
6052
|
+
}
|
|
6053
|
+
return {
|
|
6054
|
+
'title': value['title'],
|
|
6055
|
+
};
|
|
6056
|
+
}
|
|
6057
|
+
|
|
5630
6058
|
function instanceOfStateMachineORM(value) {
|
|
5631
6059
|
if (!('title' in value) || value['title'] === undefined)
|
|
5632
6060
|
return false;
|
|
@@ -5659,6 +6087,102 @@ function StateMachineORMToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
5659
6087
|
};
|
|
5660
6088
|
}
|
|
5661
6089
|
|
|
6090
|
+
function instanceOfStateMachineOutput(value) {
|
|
6091
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
6092
|
+
return false;
|
|
6093
|
+
return true;
|
|
6094
|
+
}
|
|
6095
|
+
function StateMachineOutputFromJSON(json) {
|
|
6096
|
+
return StateMachineOutputFromJSONTyped(json);
|
|
6097
|
+
}
|
|
6098
|
+
function StateMachineOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6099
|
+
if (json == null) {
|
|
6100
|
+
return json;
|
|
6101
|
+
}
|
|
6102
|
+
return {
|
|
6103
|
+
'data': StateMachineORMFromJSON(json['data']),
|
|
6104
|
+
};
|
|
6105
|
+
}
|
|
6106
|
+
function StateMachineOutputToJSON(json) {
|
|
6107
|
+
return StateMachineOutputToJSONTyped(json, false);
|
|
6108
|
+
}
|
|
6109
|
+
function StateMachineOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6110
|
+
if (value == null) {
|
|
6111
|
+
return value;
|
|
6112
|
+
}
|
|
6113
|
+
return {
|
|
6114
|
+
'data': StateMachineORMToJSON(value['data']),
|
|
6115
|
+
};
|
|
6116
|
+
}
|
|
6117
|
+
|
|
6118
|
+
function instanceOfStateMachineStateInput(value) {
|
|
6119
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
6120
|
+
return false;
|
|
6121
|
+
if (!('isInitState' in value) || value['isInitState'] === undefined)
|
|
6122
|
+
return false;
|
|
6123
|
+
return true;
|
|
6124
|
+
}
|
|
6125
|
+
function StateMachineStateInputFromJSON(json) {
|
|
6126
|
+
return StateMachineStateInputFromJSONTyped(json);
|
|
6127
|
+
}
|
|
6128
|
+
function StateMachineStateInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6129
|
+
if (json == null) {
|
|
6130
|
+
return json;
|
|
6131
|
+
}
|
|
6132
|
+
return {
|
|
6133
|
+
'title': json['title'],
|
|
6134
|
+
'isInitState': json['isInitState'],
|
|
6135
|
+
};
|
|
6136
|
+
}
|
|
6137
|
+
function StateMachineStateInputToJSON(json) {
|
|
6138
|
+
return StateMachineStateInputToJSONTyped(json, false);
|
|
6139
|
+
}
|
|
6140
|
+
function StateMachineStateInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6141
|
+
if (value == null) {
|
|
6142
|
+
return value;
|
|
6143
|
+
}
|
|
6144
|
+
return {
|
|
6145
|
+
'title': value['title'],
|
|
6146
|
+
'isInitState': value['isInitState'],
|
|
6147
|
+
};
|
|
6148
|
+
}
|
|
6149
|
+
|
|
6150
|
+
function instanceOfStateMachineTransitionInput(value) {
|
|
6151
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
6152
|
+
return false;
|
|
6153
|
+
if (!('stateFromId' in value) || value['stateFromId'] === undefined)
|
|
6154
|
+
return false;
|
|
6155
|
+
if (!('stateToId' in value) || value['stateToId'] === undefined)
|
|
6156
|
+
return false;
|
|
6157
|
+
return true;
|
|
6158
|
+
}
|
|
6159
|
+
function StateMachineTransitionInputFromJSON(json) {
|
|
6160
|
+
return StateMachineTransitionInputFromJSONTyped(json);
|
|
6161
|
+
}
|
|
6162
|
+
function StateMachineTransitionInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
6163
|
+
if (json == null) {
|
|
6164
|
+
return json;
|
|
6165
|
+
}
|
|
6166
|
+
return {
|
|
6167
|
+
'title': json['title'],
|
|
6168
|
+
'stateFromId': json['stateFromId'],
|
|
6169
|
+
'stateToId': json['stateToId'],
|
|
6170
|
+
};
|
|
6171
|
+
}
|
|
6172
|
+
function StateMachineTransitionInputToJSON(json) {
|
|
6173
|
+
return StateMachineTransitionInputToJSONTyped(json, false);
|
|
6174
|
+
}
|
|
6175
|
+
function StateMachineTransitionInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
6176
|
+
if (value == null) {
|
|
6177
|
+
return value;
|
|
6178
|
+
}
|
|
6179
|
+
return {
|
|
6180
|
+
'title': value['title'],
|
|
6181
|
+
'stateFromId': value['stateFromId'],
|
|
6182
|
+
'stateToId': value['stateToId'],
|
|
6183
|
+
};
|
|
6184
|
+
}
|
|
6185
|
+
|
|
5662
6186
|
function instanceOfStateMachineTransitionLogORM(value) {
|
|
5663
6187
|
if (!('itemId' in value) || value['itemId'] === undefined)
|
|
5664
6188
|
return false;
|
|
@@ -6463,42 +6987,78 @@ class ItemTypeApi extends BaseAPI {
|
|
|
6463
6987
|
const response = await this.apiV1ItemTypeDynamicfieldGetRaw(initOverrides);
|
|
6464
6988
|
return await response.value();
|
|
6465
6989
|
}
|
|
6466
|
-
async
|
|
6990
|
+
async apiV1ItemTypeFieldPostRaw(initOverrides) {
|
|
6467
6991
|
const queryParameters = {};
|
|
6468
6992
|
const headerParameters = {};
|
|
6469
6993
|
if (this.configuration && this.configuration.apiKey) {
|
|
6470
6994
|
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
6471
6995
|
}
|
|
6472
6996
|
const response = await this.request({
|
|
6473
|
-
path: `/api/v1/item/type`,
|
|
6474
|
-
method: '
|
|
6997
|
+
path: `/api/v1/item/type/field`,
|
|
6998
|
+
method: 'POST',
|
|
6475
6999
|
headers: headerParameters,
|
|
6476
7000
|
query: queryParameters,
|
|
6477
7001
|
}, initOverrides);
|
|
6478
|
-
return new JSONApiResponse(response, (jsonValue) =>
|
|
7002
|
+
return new JSONApiResponse(response, (jsonValue) => MapItemTypeDynamicFieldDefinitionSingleOutputFromJSON(jsonValue));
|
|
6479
7003
|
}
|
|
6480
|
-
async
|
|
6481
|
-
const response = await this.
|
|
7004
|
+
async apiV1ItemTypeFieldPost(initOverrides) {
|
|
7005
|
+
const response = await this.apiV1ItemTypeFieldPostRaw(initOverrides);
|
|
6482
7006
|
return await response.value();
|
|
6483
7007
|
}
|
|
6484
|
-
async
|
|
6485
|
-
if (requestParameters['action'] == null) {
|
|
6486
|
-
throw new RequiredError('action', 'Required parameter "action" was null or undefined when calling apiV1ItemTypeItemTypeIdFormGet().');
|
|
6487
|
-
}
|
|
6488
|
-
if (requestParameters['itemTypeId'] == null) {
|
|
6489
|
-
throw new RequiredError('itemTypeId', 'Required parameter "itemTypeId" was null or undefined when calling apiV1ItemTypeItemTypeIdFormGet().');
|
|
6490
|
-
}
|
|
7008
|
+
async apiV1ItemTypeFormPostRaw(initOverrides) {
|
|
6491
7009
|
const queryParameters = {};
|
|
6492
|
-
if (requestParameters['action'] != null) {
|
|
6493
|
-
queryParameters['action'] = requestParameters['action'];
|
|
6494
|
-
}
|
|
6495
7010
|
const headerParameters = {};
|
|
6496
7011
|
if (this.configuration && this.configuration.apiKey) {
|
|
6497
7012
|
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
6498
7013
|
}
|
|
6499
7014
|
const response = await this.request({
|
|
6500
|
-
path: `/api/v1/item/type/
|
|
6501
|
-
method: '
|
|
7015
|
+
path: `/api/v1/item/type/form`,
|
|
7016
|
+
method: 'POST',
|
|
7017
|
+
headers: headerParameters,
|
|
7018
|
+
query: queryParameters,
|
|
7019
|
+
}, initOverrides);
|
|
7020
|
+
return new JSONApiResponse(response, (jsonValue) => MapItemTypeFormOutputFromJSON(jsonValue));
|
|
7021
|
+
}
|
|
7022
|
+
async apiV1ItemTypeFormPost(initOverrides) {
|
|
7023
|
+
const response = await this.apiV1ItemTypeFormPostRaw(initOverrides);
|
|
7024
|
+
return await response.value();
|
|
7025
|
+
}
|
|
7026
|
+
async apiV1ItemTypeGetRaw(initOverrides) {
|
|
7027
|
+
const queryParameters = {};
|
|
7028
|
+
const headerParameters = {};
|
|
7029
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
7030
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
7031
|
+
}
|
|
7032
|
+
const response = await this.request({
|
|
7033
|
+
path: `/api/v1/item/type`,
|
|
7034
|
+
method: 'GET',
|
|
7035
|
+
headers: headerParameters,
|
|
7036
|
+
query: queryParameters,
|
|
7037
|
+
}, initOverrides);
|
|
7038
|
+
return new JSONApiResponse(response, (jsonValue) => MapItemTypeOutputFromJSON(jsonValue));
|
|
7039
|
+
}
|
|
7040
|
+
async apiV1ItemTypeGet(initOverrides) {
|
|
7041
|
+
const response = await this.apiV1ItemTypeGetRaw(initOverrides);
|
|
7042
|
+
return await response.value();
|
|
7043
|
+
}
|
|
7044
|
+
async apiV1ItemTypeItemTypeIdFormGetRaw(requestParameters, initOverrides) {
|
|
7045
|
+
if (requestParameters['action'] == null) {
|
|
7046
|
+
throw new RequiredError('action', 'Required parameter "action" was null or undefined when calling apiV1ItemTypeItemTypeIdFormGet().');
|
|
7047
|
+
}
|
|
7048
|
+
if (requestParameters['itemTypeId'] == null) {
|
|
7049
|
+
throw new RequiredError('itemTypeId', 'Required parameter "itemTypeId" was null or undefined when calling apiV1ItemTypeItemTypeIdFormGet().');
|
|
7050
|
+
}
|
|
7051
|
+
const queryParameters = {};
|
|
7052
|
+
if (requestParameters['action'] != null) {
|
|
7053
|
+
queryParameters['action'] = requestParameters['action'];
|
|
7054
|
+
}
|
|
7055
|
+
const headerParameters = {};
|
|
7056
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
7057
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
7058
|
+
}
|
|
7059
|
+
const response = await this.request({
|
|
7060
|
+
path: `/api/v1/item/type/{itemTypeId}/form`.replace(`{${"itemTypeId"}}`, encodeURIComponent(String(requestParameters['itemTypeId']))),
|
|
7061
|
+
method: 'GET',
|
|
6502
7062
|
headers: headerParameters,
|
|
6503
7063
|
query: queryParameters,
|
|
6504
7064
|
}, initOverrides);
|
|
@@ -6508,6 +7068,24 @@ class ItemTypeApi extends BaseAPI {
|
|
|
6508
7068
|
const response = await this.apiV1ItemTypeItemTypeIdFormGetRaw(requestParameters, initOverrides);
|
|
6509
7069
|
return await response.value();
|
|
6510
7070
|
}
|
|
7071
|
+
async apiV1ItemTypePostRaw(initOverrides) {
|
|
7072
|
+
const queryParameters = {};
|
|
7073
|
+
const headerParameters = {};
|
|
7074
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
7075
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
7076
|
+
}
|
|
7077
|
+
const response = await this.request({
|
|
7078
|
+
path: `/api/v1/item/type`,
|
|
7079
|
+
method: 'POST',
|
|
7080
|
+
headers: headerParameters,
|
|
7081
|
+
query: queryParameters,
|
|
7082
|
+
}, initOverrides);
|
|
7083
|
+
return new JSONApiResponse(response, (jsonValue) => MapItemTypeSingleOutputFromJSON(jsonValue));
|
|
7084
|
+
}
|
|
7085
|
+
async apiV1ItemTypePost(initOverrides) {
|
|
7086
|
+
const response = await this.apiV1ItemTypePostRaw(initOverrides);
|
|
7087
|
+
return await response.value();
|
|
7088
|
+
}
|
|
6511
7089
|
}
|
|
6512
7090
|
|
|
6513
7091
|
class JobApi extends BaseAPI {
|
|
@@ -6726,6 +7304,187 @@ class JournalApi extends BaseAPI {
|
|
|
6726
7304
|
}
|
|
6727
7305
|
}
|
|
6728
7306
|
|
|
7307
|
+
class LayerApi extends BaseAPI {
|
|
7308
|
+
async apiV1LayerLayerIdGetRaw(requestParameters, initOverrides) {
|
|
7309
|
+
if (requestParameters['layerId'] == null) {
|
|
7310
|
+
throw new RequiredError('layerId', 'Required parameter "layerId" was null or undefined when calling apiV1LayerLayerIdGet().');
|
|
7311
|
+
}
|
|
7312
|
+
const queryParameters = {};
|
|
7313
|
+
const headerParameters = {};
|
|
7314
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
7315
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
7316
|
+
}
|
|
7317
|
+
const response = await this.request({
|
|
7318
|
+
path: `/api/v1/layer/{layerId}`.replace(`{${"layerId"}}`, encodeURIComponent(String(requestParameters['layerId']))),
|
|
7319
|
+
method: 'GET',
|
|
7320
|
+
headers: headerParameters,
|
|
7321
|
+
query: queryParameters,
|
|
7322
|
+
}, initOverrides);
|
|
7323
|
+
return new JSONApiResponse(response, (jsonValue) => MapLayerOutputFromJSON(jsonValue));
|
|
7324
|
+
}
|
|
7325
|
+
async apiV1LayerLayerIdGet(requestParameters, initOverrides) {
|
|
7326
|
+
const response = await this.apiV1LayerLayerIdGetRaw(requestParameters, initOverrides);
|
|
7327
|
+
return await response.value();
|
|
7328
|
+
}
|
|
7329
|
+
async apiV1LayerLayerIdItemGetRaw(requestParameters, initOverrides) {
|
|
7330
|
+
if (requestParameters['layerId'] == null) {
|
|
7331
|
+
throw new RequiredError('layerId', 'Required parameter "layerId" was null or undefined when calling apiV1LayerLayerIdItemGet().');
|
|
7332
|
+
}
|
|
7333
|
+
const queryParameters = {};
|
|
7334
|
+
if (requestParameters['q'] != null) {
|
|
7335
|
+
queryParameters['q'] = requestParameters['q'];
|
|
7336
|
+
}
|
|
7337
|
+
if (requestParameters['paginationCursor'] != null) {
|
|
7338
|
+
queryParameters['paginationCursor'] = requestParameters['paginationCursor'];
|
|
7339
|
+
}
|
|
7340
|
+
if (requestParameters['limit'] != null) {
|
|
7341
|
+
queryParameters['limit'] = requestParameters['limit'];
|
|
7342
|
+
}
|
|
7343
|
+
if (requestParameters['createDateBefore'] != null) {
|
|
7344
|
+
queryParameters['createDateBefore'] = requestParameters['createDateBefore'];
|
|
7345
|
+
}
|
|
7346
|
+
if (requestParameters['createDateAfter'] != null) {
|
|
7347
|
+
queryParameters['createDateAfter'] = requestParameters['createDateAfter'];
|
|
7348
|
+
}
|
|
7349
|
+
const headerParameters = {};
|
|
7350
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
7351
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
7352
|
+
}
|
|
7353
|
+
const response = await this.request({
|
|
7354
|
+
path: `/api/v1/layer/{layerId}/item`.replace(`{${"layerId"}}`, encodeURIComponent(String(requestParameters['layerId']))),
|
|
7355
|
+
method: 'GET',
|
|
7356
|
+
headers: headerParameters,
|
|
7357
|
+
query: queryParameters,
|
|
7358
|
+
}, initOverrides);
|
|
7359
|
+
return new JSONApiResponse(response, (jsonValue) => MapItemListOutputPaginatedFromJSON(jsonValue));
|
|
7360
|
+
}
|
|
7361
|
+
async apiV1LayerLayerIdItemGet(requestParameters, initOverrides) {
|
|
7362
|
+
const response = await this.apiV1LayerLayerIdItemGetRaw(requestParameters, initOverrides);
|
|
7363
|
+
return await response.value();
|
|
7364
|
+
}
|
|
7365
|
+
async apiV1LayerLayerIdItemItemIdPostRaw(requestParameters, initOverrides) {
|
|
7366
|
+
if (requestParameters['layerId'] == null) {
|
|
7367
|
+
throw new RequiredError('layerId', 'Required parameter "layerId" was null or undefined when calling apiV1LayerLayerIdItemItemIdPost().');
|
|
7368
|
+
}
|
|
7369
|
+
if (requestParameters['itemId'] == null) {
|
|
7370
|
+
throw new RequiredError('itemId', 'Required parameter "itemId" was null or undefined when calling apiV1LayerLayerIdItemItemIdPost().');
|
|
7371
|
+
}
|
|
7372
|
+
const queryParameters = {};
|
|
7373
|
+
const headerParameters = {};
|
|
7374
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
7375
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
7376
|
+
}
|
|
7377
|
+
const response = await this.request({
|
|
7378
|
+
path: `/api/v1/layer/{layerId}/item/{itemId}`.replace(`{${"layerId"}}`, encodeURIComponent(String(requestParameters['layerId']))).replace(`{${"itemId"}}`, encodeURIComponent(String(requestParameters['itemId']))),
|
|
7379
|
+
method: 'POST',
|
|
7380
|
+
headers: headerParameters,
|
|
7381
|
+
query: queryParameters,
|
|
7382
|
+
}, initOverrides);
|
|
7383
|
+
return new VoidApiResponse(response);
|
|
7384
|
+
}
|
|
7385
|
+
async apiV1LayerLayerIdItemItemIdPost(requestParameters, initOverrides) {
|
|
7386
|
+
await this.apiV1LayerLayerIdItemItemIdPostRaw(requestParameters, initOverrides);
|
|
7387
|
+
}
|
|
7388
|
+
async apiV1LayerLayerIdPutRaw(requestParameters, initOverrides) {
|
|
7389
|
+
if (requestParameters['layerId'] == null) {
|
|
7390
|
+
throw new RequiredError('layerId', 'Required parameter "layerId" was null or undefined when calling apiV1LayerLayerIdPut().');
|
|
7391
|
+
}
|
|
7392
|
+
const queryParameters = {};
|
|
7393
|
+
const headerParameters = {};
|
|
7394
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
7395
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
7396
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
7397
|
+
}
|
|
7398
|
+
const response = await this.request({
|
|
7399
|
+
path: `/api/v1/layer/{layerId}`.replace(`{${"layerId"}}`, encodeURIComponent(String(requestParameters['layerId']))),
|
|
7400
|
+
method: 'PUT',
|
|
7401
|
+
headers: headerParameters,
|
|
7402
|
+
query: queryParameters,
|
|
7403
|
+
body: MapLayerInputToJSON(requestParameters['mapLayerInput']),
|
|
7404
|
+
}, initOverrides);
|
|
7405
|
+
return new JSONApiResponse(response, (jsonValue) => MapLayerOutputFromJSON(jsonValue));
|
|
7406
|
+
}
|
|
7407
|
+
async apiV1LayerLayerIdPut(requestParameters, initOverrides) {
|
|
7408
|
+
const response = await this.apiV1LayerLayerIdPutRaw(requestParameters, initOverrides);
|
|
7409
|
+
return await response.value();
|
|
7410
|
+
}
|
|
7411
|
+
async apiV1LayerLayerIdViewportClusterGetRaw(requestParameters, initOverrides) {
|
|
7412
|
+
if (requestParameters['layerId'] == null) {
|
|
7413
|
+
throw new RequiredError('layerId', 'Required parameter "layerId" was null or undefined when calling apiV1LayerLayerIdViewportClusterGet().');
|
|
7414
|
+
}
|
|
7415
|
+
const queryParameters = {};
|
|
7416
|
+
if (requestParameters['q'] != null) {
|
|
7417
|
+
queryParameters['q'] = requestParameters['q'];
|
|
7418
|
+
}
|
|
7419
|
+
if (requestParameters['createDateBefore'] != null) {
|
|
7420
|
+
queryParameters['createDateBefore'] = requestParameters['createDateBefore'];
|
|
7421
|
+
}
|
|
7422
|
+
if (requestParameters['createDateAfter'] != null) {
|
|
7423
|
+
queryParameters['createDateAfter'] = requestParameters['createDateAfter'];
|
|
7424
|
+
}
|
|
7425
|
+
const headerParameters = {};
|
|
7426
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
7427
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
7428
|
+
}
|
|
7429
|
+
const response = await this.request({
|
|
7430
|
+
path: `/api/v1/layer/{layerId}/viewport/cluster`.replace(`{${"layerId"}}`, encodeURIComponent(String(requestParameters['layerId']))),
|
|
7431
|
+
method: 'GET',
|
|
7432
|
+
headers: headerParameters,
|
|
7433
|
+
query: queryParameters,
|
|
7434
|
+
}, initOverrides);
|
|
7435
|
+
return new JSONApiResponse(response, (jsonValue) => MapClusterListOutputPaginatedFromJSON(jsonValue));
|
|
7436
|
+
}
|
|
7437
|
+
async apiV1LayerLayerIdViewportClusterGet(requestParameters, initOverrides) {
|
|
7438
|
+
const response = await this.apiV1LayerLayerIdViewportClusterGetRaw(requestParameters, initOverrides);
|
|
7439
|
+
return await response.value();
|
|
7440
|
+
}
|
|
7441
|
+
async apiV1LayerLayerIdViewportItemPostRaw(requestParameters, initOverrides) {
|
|
7442
|
+
if (requestParameters['layerId'] == null) {
|
|
7443
|
+
throw new RequiredError('layerId', 'Required parameter "layerId" was null or undefined when calling apiV1LayerLayerIdViewportItemPost().');
|
|
7444
|
+
}
|
|
7445
|
+
const queryParameters = {};
|
|
7446
|
+
if (requestParameters['q'] != null) {
|
|
7447
|
+
queryParameters['q'] = requestParameters['q'];
|
|
7448
|
+
}
|
|
7449
|
+
if (requestParameters['paginationCursor'] != null) {
|
|
7450
|
+
queryParameters['paginationCursor'] = requestParameters['paginationCursor'];
|
|
7451
|
+
}
|
|
7452
|
+
if (requestParameters['limit'] != null) {
|
|
7453
|
+
queryParameters['limit'] = requestParameters['limit'];
|
|
7454
|
+
}
|
|
7455
|
+
if (requestParameters['mapZoomLevel'] != null) {
|
|
7456
|
+
queryParameters['mapZoomLevel'] = requestParameters['mapZoomLevel'];
|
|
7457
|
+
}
|
|
7458
|
+
if (requestParameters['createDateBefore'] != null) {
|
|
7459
|
+
queryParameters['createDateBefore'] = requestParameters['createDateBefore'];
|
|
7460
|
+
}
|
|
7461
|
+
if (requestParameters['createDateAfter'] != null) {
|
|
7462
|
+
queryParameters['createDateAfter'] = requestParameters['createDateAfter'];
|
|
7463
|
+
}
|
|
7464
|
+
if (requestParameters['coordTopLeft'] != null) {
|
|
7465
|
+
queryParameters['coordTopLeft'] = requestParameters['coordTopLeft'];
|
|
7466
|
+
}
|
|
7467
|
+
if (requestParameters['coordBottomRight'] != null) {
|
|
7468
|
+
queryParameters['coordBottomRight'] = requestParameters['coordBottomRight'];
|
|
7469
|
+
}
|
|
7470
|
+
const headerParameters = {};
|
|
7471
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
7472
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
7473
|
+
}
|
|
7474
|
+
const response = await this.request({
|
|
7475
|
+
path: `/api/v1/layer/{layerId}/viewport/item`.replace(`{${"layerId"}}`, encodeURIComponent(String(requestParameters['layerId']))),
|
|
7476
|
+
method: 'POST',
|
|
7477
|
+
headers: headerParameters,
|
|
7478
|
+
query: queryParameters,
|
|
7479
|
+
}, initOverrides);
|
|
7480
|
+
return new JSONApiResponse(response, (jsonValue) => MapItemListOutputPaginatedFromJSON(jsonValue));
|
|
7481
|
+
}
|
|
7482
|
+
async apiV1LayerLayerIdViewportItemPost(requestParameters, initOverrides) {
|
|
7483
|
+
const response = await this.apiV1LayerLayerIdViewportItemPostRaw(requestParameters, initOverrides);
|
|
7484
|
+
return await response.value();
|
|
7485
|
+
}
|
|
7486
|
+
}
|
|
7487
|
+
|
|
6729
7488
|
class LocationApi extends BaseAPI {
|
|
6730
7489
|
async apiV1LocationPointPostRaw(requestParameters, initOverrides) {
|
|
6731
7490
|
const queryParameters = {};
|
|
@@ -7502,6 +8261,228 @@ class ReportApi extends BaseAPI {
|
|
|
7502
8261
|
const response = await this.apiV1ReportItemGetRaw(initOverrides);
|
|
7503
8262
|
return await response.value();
|
|
7504
8263
|
}
|
|
8264
|
+
async apiV1ReportPostRaw(initOverrides) {
|
|
8265
|
+
const queryParameters = {};
|
|
8266
|
+
const headerParameters = {};
|
|
8267
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8268
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8269
|
+
}
|
|
8270
|
+
const response = await this.request({
|
|
8271
|
+
path: `/api/v1/report`,
|
|
8272
|
+
method: 'POST',
|
|
8273
|
+
headers: headerParameters,
|
|
8274
|
+
query: queryParameters,
|
|
8275
|
+
}, initOverrides);
|
|
8276
|
+
return new JSONApiResponse(response, (jsonValue) => ReportDtoFromJSON(jsonValue));
|
|
8277
|
+
}
|
|
8278
|
+
async apiV1ReportPost(initOverrides) {
|
|
8279
|
+
const response = await this.apiV1ReportPostRaw(initOverrides);
|
|
8280
|
+
return await response.value();
|
|
8281
|
+
}
|
|
8282
|
+
async apiV1ReportPutRaw(initOverrides) {
|
|
8283
|
+
const queryParameters = {};
|
|
8284
|
+
const headerParameters = {};
|
|
8285
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8286
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8287
|
+
}
|
|
8288
|
+
const response = await this.request({
|
|
8289
|
+
path: `/api/v1/report`,
|
|
8290
|
+
method: 'PUT',
|
|
8291
|
+
headers: headerParameters,
|
|
8292
|
+
query: queryParameters,
|
|
8293
|
+
}, initOverrides);
|
|
8294
|
+
return new JSONApiResponse(response, (jsonValue) => ReportOutputFromJSON(jsonValue));
|
|
8295
|
+
}
|
|
8296
|
+
async apiV1ReportPut(initOverrides) {
|
|
8297
|
+
const response = await this.apiV1ReportPutRaw(initOverrides);
|
|
8298
|
+
return await response.value();
|
|
8299
|
+
}
|
|
8300
|
+
async apiV1ReportReportIdColumnColumnIdDeleteRaw(requestParameters, initOverrides) {
|
|
8301
|
+
if (requestParameters['reportId'] == null) {
|
|
8302
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdColumnColumnIdDelete().');
|
|
8303
|
+
}
|
|
8304
|
+
if (requestParameters['columnId'] == null) {
|
|
8305
|
+
throw new RequiredError('columnId', 'Required parameter "columnId" was null or undefined when calling apiV1ReportReportIdColumnColumnIdDelete().');
|
|
8306
|
+
}
|
|
8307
|
+
const queryParameters = {};
|
|
8308
|
+
const headerParameters = {};
|
|
8309
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8310
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8311
|
+
}
|
|
8312
|
+
const response = await this.request({
|
|
8313
|
+
path: `/api/v1/report/{reportId}/column/{columnId}`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))).replace(`{${"columnId"}}`, encodeURIComponent(String(requestParameters['columnId']))),
|
|
8314
|
+
method: 'DELETE',
|
|
8315
|
+
headers: headerParameters,
|
|
8316
|
+
query: queryParameters,
|
|
8317
|
+
}, initOverrides);
|
|
8318
|
+
return new JSONApiResponse(response, (jsonValue) => ReportColumnListOutputFromJSON(jsonValue));
|
|
8319
|
+
}
|
|
8320
|
+
async apiV1ReportReportIdColumnColumnIdDelete(requestParameters, initOverrides) {
|
|
8321
|
+
const response = await this.apiV1ReportReportIdColumnColumnIdDeleteRaw(requestParameters, initOverrides);
|
|
8322
|
+
return await response.value();
|
|
8323
|
+
}
|
|
8324
|
+
async apiV1ReportReportIdColumnColumnIdFilterFilterIdDeleteRaw(requestParameters, initOverrides) {
|
|
8325
|
+
if (requestParameters['reportId'] == null) {
|
|
8326
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdColumnColumnIdFilterFilterIdDelete().');
|
|
8327
|
+
}
|
|
8328
|
+
if (requestParameters['columnId'] == null) {
|
|
8329
|
+
throw new RequiredError('columnId', 'Required parameter "columnId" was null or undefined when calling apiV1ReportReportIdColumnColumnIdFilterFilterIdDelete().');
|
|
8330
|
+
}
|
|
8331
|
+
if (requestParameters['filterId'] == null) {
|
|
8332
|
+
throw new RequiredError('filterId', 'Required parameter "filterId" was null or undefined when calling apiV1ReportReportIdColumnColumnIdFilterFilterIdDelete().');
|
|
8333
|
+
}
|
|
8334
|
+
const queryParameters = {};
|
|
8335
|
+
const headerParameters = {};
|
|
8336
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8337
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8338
|
+
}
|
|
8339
|
+
const response = await this.request({
|
|
8340
|
+
path: `/api/v1/report/{reportId}/column/{columnId}/filter/{filterId}`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))).replace(`{${"columnId"}}`, encodeURIComponent(String(requestParameters['columnId']))).replace(`{${"filterId"}}`, encodeURIComponent(String(requestParameters['filterId']))),
|
|
8341
|
+
method: 'DELETE',
|
|
8342
|
+
headers: headerParameters,
|
|
8343
|
+
query: queryParameters,
|
|
8344
|
+
}, initOverrides);
|
|
8345
|
+
return new JSONApiResponse(response, (jsonValue) => ReportColumnOutputFromJSON(jsonValue));
|
|
8346
|
+
}
|
|
8347
|
+
async apiV1ReportReportIdColumnColumnIdFilterFilterIdDelete(requestParameters, initOverrides) {
|
|
8348
|
+
const response = await this.apiV1ReportReportIdColumnColumnIdFilterFilterIdDeleteRaw(requestParameters, initOverrides);
|
|
8349
|
+
return await response.value();
|
|
8350
|
+
}
|
|
8351
|
+
async apiV1ReportReportIdColumnColumnIdFilterGetRaw(requestParameters, initOverrides) {
|
|
8352
|
+
if (requestParameters['reportId'] == null) {
|
|
8353
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdColumnColumnIdFilterGet().');
|
|
8354
|
+
}
|
|
8355
|
+
if (requestParameters['columnId'] == null) {
|
|
8356
|
+
throw new RequiredError('columnId', 'Required parameter "columnId" was null or undefined when calling apiV1ReportReportIdColumnColumnIdFilterGet().');
|
|
8357
|
+
}
|
|
8358
|
+
const queryParameters = {};
|
|
8359
|
+
const headerParameters = {};
|
|
8360
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8361
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8362
|
+
}
|
|
8363
|
+
const response = await this.request({
|
|
8364
|
+
path: `/api/v1/report/{reportId}/column/{columnId}/filter`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))).replace(`{${"columnId"}}`, encodeURIComponent(String(requestParameters['columnId']))),
|
|
8365
|
+
method: 'GET',
|
|
8366
|
+
headers: headerParameters,
|
|
8367
|
+
query: queryParameters,
|
|
8368
|
+
}, initOverrides);
|
|
8369
|
+
return new JSONApiResponse(response, (jsonValue) => ReportColumnFilterListOutputFromJSON(jsonValue));
|
|
8370
|
+
}
|
|
8371
|
+
async apiV1ReportReportIdColumnColumnIdFilterGet(requestParameters, initOverrides) {
|
|
8372
|
+
const response = await this.apiV1ReportReportIdColumnColumnIdFilterGetRaw(requestParameters, initOverrides);
|
|
8373
|
+
return await response.value();
|
|
8374
|
+
}
|
|
8375
|
+
async apiV1ReportReportIdColumnColumnIdFilterPostRaw(requestParameters, initOverrides) {
|
|
8376
|
+
if (requestParameters['reportId'] == null) {
|
|
8377
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdColumnColumnIdFilterPost().');
|
|
8378
|
+
}
|
|
8379
|
+
if (requestParameters['columnId'] == null) {
|
|
8380
|
+
throw new RequiredError('columnId', 'Required parameter "columnId" was null or undefined when calling apiV1ReportReportIdColumnColumnIdFilterPost().');
|
|
8381
|
+
}
|
|
8382
|
+
const queryParameters = {};
|
|
8383
|
+
const headerParameters = {};
|
|
8384
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8385
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8386
|
+
}
|
|
8387
|
+
const response = await this.request({
|
|
8388
|
+
path: `/api/v1/report/{reportId}/column/{columnId}/filter`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))).replace(`{${"columnId"}}`, encodeURIComponent(String(requestParameters['columnId']))),
|
|
8389
|
+
method: 'POST',
|
|
8390
|
+
headers: headerParameters,
|
|
8391
|
+
query: queryParameters,
|
|
8392
|
+
}, initOverrides);
|
|
8393
|
+
return new JSONApiResponse(response, (jsonValue) => ReportColumnOutputFromJSON(jsonValue));
|
|
8394
|
+
}
|
|
8395
|
+
async apiV1ReportReportIdColumnColumnIdFilterPost(requestParameters, initOverrides) {
|
|
8396
|
+
const response = await this.apiV1ReportReportIdColumnColumnIdFilterPostRaw(requestParameters, initOverrides);
|
|
8397
|
+
return await response.value();
|
|
8398
|
+
}
|
|
8399
|
+
async apiV1ReportReportIdColumnColumnIdFilterPutRaw(requestParameters, initOverrides) {
|
|
8400
|
+
if (requestParameters['reportId'] == null) {
|
|
8401
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdColumnColumnIdFilterPut().');
|
|
8402
|
+
}
|
|
8403
|
+
if (requestParameters['columnId'] == null) {
|
|
8404
|
+
throw new RequiredError('columnId', 'Required parameter "columnId" was null or undefined when calling apiV1ReportReportIdColumnColumnIdFilterPut().');
|
|
8405
|
+
}
|
|
8406
|
+
const queryParameters = {};
|
|
8407
|
+
const headerParameters = {};
|
|
8408
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8409
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8410
|
+
}
|
|
8411
|
+
const response = await this.request({
|
|
8412
|
+
path: `/api/v1/report/{reportId}/column/{columnId}/filter`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))).replace(`{${"columnId"}}`, encodeURIComponent(String(requestParameters['columnId']))),
|
|
8413
|
+
method: 'PUT',
|
|
8414
|
+
headers: headerParameters,
|
|
8415
|
+
query: queryParameters,
|
|
8416
|
+
}, initOverrides);
|
|
8417
|
+
return new JSONApiResponse(response, (jsonValue) => ReportColumnOutputFromJSON(jsonValue));
|
|
8418
|
+
}
|
|
8419
|
+
async apiV1ReportReportIdColumnColumnIdFilterPut(requestParameters, initOverrides) {
|
|
8420
|
+
const response = await this.apiV1ReportReportIdColumnColumnIdFilterPutRaw(requestParameters, initOverrides);
|
|
8421
|
+
return await response.value();
|
|
8422
|
+
}
|
|
8423
|
+
async apiV1ReportReportIdColumnGetRaw(requestParameters, initOverrides) {
|
|
8424
|
+
if (requestParameters['reportId'] == null) {
|
|
8425
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdColumnGet().');
|
|
8426
|
+
}
|
|
8427
|
+
const queryParameters = {};
|
|
8428
|
+
const headerParameters = {};
|
|
8429
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8430
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8431
|
+
}
|
|
8432
|
+
const response = await this.request({
|
|
8433
|
+
path: `/api/v1/report/{reportId}/column`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
8434
|
+
method: 'GET',
|
|
8435
|
+
headers: headerParameters,
|
|
8436
|
+
query: queryParameters,
|
|
8437
|
+
}, initOverrides);
|
|
8438
|
+
return new JSONApiResponse(response, (jsonValue) => ReportColumnListOutputFromJSON(jsonValue));
|
|
8439
|
+
}
|
|
8440
|
+
async apiV1ReportReportIdColumnGet(requestParameters, initOverrides) {
|
|
8441
|
+
const response = await this.apiV1ReportReportIdColumnGetRaw(requestParameters, initOverrides);
|
|
8442
|
+
return await response.value();
|
|
8443
|
+
}
|
|
8444
|
+
async apiV1ReportReportIdColumnPostRaw(requestParameters, initOverrides) {
|
|
8445
|
+
if (requestParameters['reportId'] == null) {
|
|
8446
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdColumnPost().');
|
|
8447
|
+
}
|
|
8448
|
+
const queryParameters = {};
|
|
8449
|
+
const headerParameters = {};
|
|
8450
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8451
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8452
|
+
}
|
|
8453
|
+
const response = await this.request({
|
|
8454
|
+
path: `/api/v1/report/{reportId}/column`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
8455
|
+
method: 'POST',
|
|
8456
|
+
headers: headerParameters,
|
|
8457
|
+
query: queryParameters,
|
|
8458
|
+
}, initOverrides);
|
|
8459
|
+
return new JSONApiResponse(response, (jsonValue) => ReportColumnOutputFromJSON(jsonValue));
|
|
8460
|
+
}
|
|
8461
|
+
async apiV1ReportReportIdColumnPost(requestParameters, initOverrides) {
|
|
8462
|
+
const response = await this.apiV1ReportReportIdColumnPostRaw(requestParameters, initOverrides);
|
|
8463
|
+
return await response.value();
|
|
8464
|
+
}
|
|
8465
|
+
async apiV1ReportReportIdColumnPutRaw(requestParameters, initOverrides) {
|
|
8466
|
+
if (requestParameters['reportId'] == null) {
|
|
8467
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdColumnPut().');
|
|
8468
|
+
}
|
|
8469
|
+
const queryParameters = {};
|
|
8470
|
+
const headerParameters = {};
|
|
8471
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8472
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8473
|
+
}
|
|
8474
|
+
const response = await this.request({
|
|
8475
|
+
path: `/api/v1/report/{reportId}/column`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
8476
|
+
method: 'PUT',
|
|
8477
|
+
headers: headerParameters,
|
|
8478
|
+
query: queryParameters,
|
|
8479
|
+
}, initOverrides);
|
|
8480
|
+
return new JSONApiResponse(response, (jsonValue) => ReportColumnOutputFromJSON(jsonValue));
|
|
8481
|
+
}
|
|
8482
|
+
async apiV1ReportReportIdColumnPut(requestParameters, initOverrides) {
|
|
8483
|
+
const response = await this.apiV1ReportReportIdColumnPutRaw(requestParameters, initOverrides);
|
|
8484
|
+
return await response.value();
|
|
8485
|
+
}
|
|
7505
8486
|
async apiV1ReportReportIdDataPostRaw(requestParameters, initOverrides) {
|
|
7506
8487
|
if (requestParameters['reportId'] == null) {
|
|
7507
8488
|
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdDataPost().');
|
|
@@ -7528,6 +8509,27 @@ class ReportApi extends BaseAPI {
|
|
|
7528
8509
|
const response = await this.apiV1ReportReportIdDataPostRaw(requestParameters, initOverrides);
|
|
7529
8510
|
return await response.value();
|
|
7530
8511
|
}
|
|
8512
|
+
async apiV1ReportReportIdDeleteRaw(requestParameters, initOverrides) {
|
|
8513
|
+
if (requestParameters['reportId'] == null) {
|
|
8514
|
+
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdDelete().');
|
|
8515
|
+
}
|
|
8516
|
+
const queryParameters = {};
|
|
8517
|
+
const headerParameters = {};
|
|
8518
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8519
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8520
|
+
}
|
|
8521
|
+
const response = await this.request({
|
|
8522
|
+
path: `/api/v1/report/{reportId}`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
8523
|
+
method: 'DELETE',
|
|
8524
|
+
headers: headerParameters,
|
|
8525
|
+
query: queryParameters,
|
|
8526
|
+
}, initOverrides);
|
|
8527
|
+
return new JSONApiResponse(response, (jsonValue) => ReportColumnOutputFromJSON(jsonValue));
|
|
8528
|
+
}
|
|
8529
|
+
async apiV1ReportReportIdDelete(requestParameters, initOverrides) {
|
|
8530
|
+
const response = await this.apiV1ReportReportIdDeleteRaw(requestParameters, initOverrides);
|
|
8531
|
+
return await response.value();
|
|
8532
|
+
}
|
|
7531
8533
|
async apiV1ReportReportIdGetRaw(requestParameters, initOverrides) {
|
|
7532
8534
|
if (requestParameters['reportId'] == null) {
|
|
7533
8535
|
throw new RequiredError('reportId', 'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdGet().');
|
|
@@ -7723,7 +8725,67 @@ class StateMachineApi extends BaseAPI {
|
|
|
7723
8725
|
const response = await this.apiV1StatemachineGetRaw(initOverrides);
|
|
7724
8726
|
return await response.value();
|
|
7725
8727
|
}
|
|
8728
|
+
async apiV1StatemachinePostRaw(initOverrides) {
|
|
8729
|
+
const queryParameters = {};
|
|
8730
|
+
const headerParameters = {};
|
|
8731
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8732
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8733
|
+
}
|
|
8734
|
+
const response = await this.request({
|
|
8735
|
+
path: `/api/v1/statemachine`,
|
|
8736
|
+
method: 'POST',
|
|
8737
|
+
headers: headerParameters,
|
|
8738
|
+
query: queryParameters,
|
|
8739
|
+
}, initOverrides);
|
|
8740
|
+
return new JSONApiResponse(response, (jsonValue) => StateMachineOutputFromJSON(jsonValue));
|
|
8741
|
+
}
|
|
8742
|
+
async apiV1StatemachinePost(initOverrides) {
|
|
8743
|
+
const response = await this.apiV1StatemachinePostRaw(initOverrides);
|
|
8744
|
+
return await response.value();
|
|
8745
|
+
}
|
|
8746
|
+
async apiV1StatemachineStateMachineIdStatePostRaw(requestParameters, initOverrides) {
|
|
8747
|
+
if (requestParameters['stateMachineId'] == null) {
|
|
8748
|
+
throw new RequiredError('stateMachineId', 'Required parameter "stateMachineId" was null or undefined when calling apiV1StatemachineStateMachineIdStatePost().');
|
|
8749
|
+
}
|
|
8750
|
+
const queryParameters = {};
|
|
8751
|
+
const headerParameters = {};
|
|
8752
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8753
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8754
|
+
}
|
|
8755
|
+
const response = await this.request({
|
|
8756
|
+
path: `/api/v1/statemachine/{stateMachineId}/state`.replace(`{${"stateMachineId"}}`, encodeURIComponent(String(requestParameters['stateMachineId']))),
|
|
8757
|
+
method: 'POST',
|
|
8758
|
+
headers: headerParameters,
|
|
8759
|
+
query: queryParameters,
|
|
8760
|
+
}, initOverrides);
|
|
8761
|
+
return new JSONApiResponse(response, (jsonValue) => StateMachineDefinitionOutputFromJSON(jsonValue));
|
|
8762
|
+
}
|
|
8763
|
+
async apiV1StatemachineStateMachineIdStatePost(requestParameters, initOverrides) {
|
|
8764
|
+
const response = await this.apiV1StatemachineStateMachineIdStatePostRaw(requestParameters, initOverrides);
|
|
8765
|
+
return await response.value();
|
|
8766
|
+
}
|
|
8767
|
+
async apiV1StatemachineStateMachineIdTransitionPostRaw(requestParameters, initOverrides) {
|
|
8768
|
+
if (requestParameters['stateMachineId'] == null) {
|
|
8769
|
+
throw new RequiredError('stateMachineId', 'Required parameter "stateMachineId" was null or undefined when calling apiV1StatemachineStateMachineIdTransitionPost().');
|
|
8770
|
+
}
|
|
8771
|
+
const queryParameters = {};
|
|
8772
|
+
const headerParameters = {};
|
|
8773
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
8774
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
8775
|
+
}
|
|
8776
|
+
const response = await this.request({
|
|
8777
|
+
path: `/api/v1/statemachine/{stateMachineId}/transition`.replace(`{${"stateMachineId"}}`, encodeURIComponent(String(requestParameters['stateMachineId']))),
|
|
8778
|
+
method: 'POST',
|
|
8779
|
+
headers: headerParameters,
|
|
8780
|
+
query: queryParameters,
|
|
8781
|
+
}, initOverrides);
|
|
8782
|
+
return new JSONApiResponse(response, (jsonValue) => StateMachineDefinitionOutputFromJSON(jsonValue));
|
|
8783
|
+
}
|
|
8784
|
+
async apiV1StatemachineStateMachineIdTransitionPost(requestParameters, initOverrides) {
|
|
8785
|
+
const response = await this.apiV1StatemachineStateMachineIdTransitionPostRaw(requestParameters, initOverrides);
|
|
8786
|
+
return await response.value();
|
|
8787
|
+
}
|
|
7726
8788
|
}
|
|
7727
8789
|
|
|
7728
|
-
export { AccountApi, AccountORMFromJSON, AccountORMFromJSONTyped, AccountORMToJSON, AccountORMToJSONTyped, AccountOutputFromJSON, AccountOutputFromJSONTyped, AccountOutputToJSON, AccountOutputToJSONTyped, AddUserToOrganizationDtoFromJSON, AddUserToOrganizationDtoFromJSONTyped, AddUserToOrganizationDtoToJSON, AddUserToOrganizationDtoToJSONTyped, 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, Configuration, CoordDtoFromJSON, CoordDtoFromJSONTyped, CoordDtoToJSON, CoordDtoToJSONTyped, DataPointFromJSON, DataPointFromJSONTyped, DataPointToJSON, DataPointToJSONTyped, Def157FromJSON, Def157FromJSONTyped, Def157ToJSON, Def157ToJSONTyped, 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, 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, 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, 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, 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, MapItemStateTransitionLogDtoFromJSON, MapItemStateTransitionLogDtoFromJSONTyped, MapItemStateTransitionLogDtoToJSON, MapItemStateTransitionLogDtoToJSONTyped, MapItemTypeDynamicFieldDefinitionOutputFromJSON, MapItemTypeDynamicFieldDefinitionOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionOutputToJSON, MapItemTypeDynamicFieldDefinitionOutputToJSONTyped, MapItemTypeDynamicFieldDefinitionValuesOutputFromJSON, MapItemTypeDynamicFieldDefinitionValuesOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionValuesOutputToJSON, MapItemTypeDynamicFieldDefinitionValuesOutputToJSONTyped, MapItemTypeFormAction, MapItemTypeFormActionFromJSON, MapItemTypeFormActionFromJSONTyped, MapItemTypeFormActionToJSON, MapItemTypeFormActionToJSONTyped, MapItemTypeFormORMFromJSON, MapItemTypeFormORMFromJSONTyped, MapItemTypeFormORMTargetActionNameEnum, MapItemTypeFormORMToJSON, MapItemTypeFormORMToJSONTyped, MapItemTypeFormSectionBaseFieldId, MapItemTypeFormSectionBaseFieldIdFromJSON, MapItemTypeFormSectionBaseFieldIdFromJSONTyped, MapItemTypeFormSectionBaseFieldIdToJSON, MapItemTypeFormSectionBaseFieldIdToJSONTyped, MapItemTypeFormSectionDtoFromJSON, MapItemTypeFormSectionDtoFromJSONTyped, MapItemTypeFormSectionDtoToJSON, MapItemTypeFormSectionDtoToJSONTyped, MapItemTypeFormSectionFieldMetaType, MapItemTypeFormSectionFieldMetaTypeFromJSON, MapItemTypeFormSectionFieldMetaTypeFromJSONTyped, MapItemTypeFormSectionFieldMetaTypeToJSON, MapItemTypeFormSectionFieldMetaTypeToJSONTyped, MapItemTypeFormSectionFieldORMFieldMetaTypeEnum, MapItemTypeFormSectionFieldORMFieldTypeEnum, MapItemTypeFormSectionFieldORMFromJSON, MapItemTypeFormSectionFieldORMFromJSONTyped, MapItemTypeFormSectionFieldORMToJSON, MapItemTypeFormSectionFieldORMToJSONTyped, MapItemTypeFormSectionORMFromJSON, MapItemTypeFormSectionORMFromJSONTyped, MapItemTypeFormSectionORMToJSON, MapItemTypeFormSectionORMToJSONTyped, MapItemTypeInitialValueORMFromJSON, MapItemTypeInitialValueORMFromJSONTyped, MapItemTypeInitialValueORMToJSON, MapItemTypeInitialValueORMToJSONTyped, MapItemTypeORMFromJSON, MapItemTypeORMFromJSONTyped, MapItemTypeORMToJSON, MapItemTypeORMToJSONTyped, MapItemTypeOutputFromJSON, MapItemTypeOutputFromJSONTyped, MapItemTypeOutputToJSON, MapItemTypeOutputToJSONTyped, MapLayerContourCoordORMFromJSON, MapLayerContourCoordORMFromJSONTyped, MapLayerContourCoordORMToJSON, MapLayerContourCoordORMToJSONTyped, MapLayerInputFromJSON, MapLayerInputFromJSONTyped, MapLayerInputToJSON, MapLayerInputToJSONTyped, MapLayerItemDecorationORMFromJSON, MapLayerItemDecorationORMFromJSONTyped, MapLayerItemDecorationORMToJSON, MapLayerItemDecorationORMToJSONTyped, MapLayerItemORMFromJSON, MapLayerItemORMFromJSONTyped, MapLayerItemORMToJSON, MapLayerItemORMToJSONTyped, 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, MeasureUnitORMFromJSON, MeasureUnitORMFromJSONTyped, MeasureUnitORMToJSON, MeasureUnitORMToJSONTyped, ModelRequestContextFromJSON, ModelRequestContextFromJSONTyped, ModelRequestContextToJSON, ModelRequestContextToJSONTyped, MultimediaApi, MultimediaORMFromJSON, MultimediaORMFromJSONTyped, MultimediaORMToJSON, MultimediaORMToJSONTyped, MultimediaOutputFromJSON, MultimediaOutputFromJSONTyped, MultimediaOutputToJSON, MultimediaOutputToJSONTyped, MultipleMultimediaOutputFromJSON, MultipleMultimediaOutputFromJSONTyped, MultipleMultimediaOutputToJSON, MultipleMultimediaOutputToJSONTyped, NominatimAddressORMFromJSON, NominatimAddressORMFromJSONTyped, NominatimAddressORMToJSON, NominatimAddressORMToJSONTyped, NominatimORMFromJSON, NominatimORMFromJSONTyped, NominatimORMToJSON, NominatimORMToJSONTyped, OrganizationApi, OrganizationORMFromJSON, OrganizationORMFromJSONTyped, OrganizationORMToJSON, OrganizationORMToJSONTyped, ReportAllItemsListOutputFromJSON, ReportAllItemsListOutputFromJSONTyped, ReportAllItemsListOutputToJSON, ReportAllItemsListOutputToJSONTyped, ReportApi, ReportAvailableColumnDtoFromJSON, ReportAvailableColumnDtoFromJSONTyped, ReportAvailableColumnDtoToJSON, ReportAvailableColumnDtoToJSONTyped, ReportAvailableColumnsListOutputFromJSON, ReportAvailableColumnsListOutputFromJSONTyped, ReportAvailableColumnsListOutputToJSON, ReportAvailableColumnsListOutputToJSONTyped, ReportColumnFilterORMFromJSON, ReportColumnFilterORMFromJSONTyped, ReportColumnFilterORMToJSON, ReportColumnFilterORMToJSONTyped, ReportColumnORMFromJSON, ReportColumnORMFromJSONTyped, ReportColumnORMToJSON, ReportColumnORMToJSONTyped, 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, 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, StateMachineORMFromJSON, StateMachineORMFromJSONTyped, StateMachineORMToJSON, StateMachineORMToJSONTyped, StateMachineStateORMFromJSON, StateMachineStateORMFromJSONTyped, StateMachineStateORMToJSON, StateMachineStateORMToJSONTyped, StateMachineStateOutputDtoFromJSON, StateMachineStateOutputDtoFromJSONTyped, StateMachineStateOutputDtoToJSON, StateMachineStateOutputDtoToJSONTyped, 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, VoidApiResponse, XAxisOptionsFromJSON, XAxisOptionsFromJSONTyped, XAxisOptionsToJSON, XAxisOptionsToJSONTyped, YAxisOptionsFromJSON, YAxisOptionsFromJSONTyped, YAxisOptionsToJSON, YAxisOptionsToJSONTyped, canConsumeForm, exists, instanceOfAccountORM, instanceOfAccountOutput, instanceOfAddUserToOrganizationDto, instanceOfArticleORM, instanceOfArticlePresentationORM, instanceOfArticleTypeORM, instanceOfAutoCompleteORM, instanceOfAvailableArticlesDto, instanceOfAvailableArticlesOutput, instanceOfAxisTime, instanceOfAxisTitle, instanceOfCalculateTourInput, instanceOfCalculateTourOutput, instanceOfChartConfiguration, instanceOfChartData, instanceOfChartDataset, instanceOfChartLegend, instanceOfChartOptions, instanceOfChartPlugins, instanceOfChartScales, instanceOfChartTitle, instanceOfCoordDto, instanceOfDataPoint, instanceOfDef157, instanceOfHealthcheckStatusValue, instanceOfInternalMapItemSearchResultORM, instanceOfItemDecorationDto, instanceOfItemLayerLinkInputDto, instanceOfItemLinkToLayerOutput, instanceOfItemTypeFormDto, instanceOfItemTypeFormOutput, instanceOfItemTypeInitialValueInputDto, instanceOfItemTypeInitialValueOutput, instanceOfItemTypeOutput, instanceOfItemsOutput, instanceOfJobCatalogOutput, instanceOfJobDefinitionORM, instanceOfJobInstanceListOutput, instanceOfJobInstanceORM, instanceOfJobInstanceOutput, instanceOfJobRequestInput, instanceOfJobResultUpdateInput, instanceOfJournalBookORM, instanceOfJournalEntryArticleORM, instanceOfJournalEntryInput, instanceOfJournalEntryListOutput, instanceOfJournalEntryMultimediaInput, instanceOfJournalEntryMultimediaORM, instanceOfJournalEntryMultimediaOutput, instanceOfJournalEntryORM, instanceOfJournalEntryOutput, instanceOfJournalEntryOutputDto, instanceOfLegendPosition, instanceOfLocationForReportORM, instanceOfLocationORM, instanceOfLocationOutput, instanceOfMagnitudeORM, instanceOfManualLoginInput, instanceOfManualLoginPasswordUpdateInput, instanceOfManualRegisterInput, instanceOfMapItemArticleInputDto, instanceOfMapItemArticleORM, instanceOfMapItemCustomFieldDefinitionORM, instanceOfMapItemDynamicFieldInputDto, instanceOfMapItemDynamicFieldORM, instanceOfMapItemDynamicFieldWithDefinitionORM, instanceOfMapItemFieldType, instanceOfMapItemInput, instanceOfMapItemLinkORM, instanceOfMapItemLinkOutput, instanceOfMapItemListOutput, instanceOfMapItemMultimediaORM, instanceOfMapItemMultimediaOutput, instanceOfMapItemNearByORM, instanceOfMapItemORM, instanceOfMapItemOutput, instanceOfMapItemOutputDto, instanceOfMapItemOutputDtoProps, instanceOfMapItemStateTransitionLogDto, instanceOfMapItemTypeDynamicFieldDefinitionOutput, instanceOfMapItemTypeDynamicFieldDefinitionValuesOutput, instanceOfMapItemTypeFormAction, instanceOfMapItemTypeFormORM, instanceOfMapItemTypeFormSectionBaseFieldId, instanceOfMapItemTypeFormSectionDto, instanceOfMapItemTypeFormSectionFieldMetaType, instanceOfMapItemTypeFormSectionFieldORM, instanceOfMapItemTypeFormSectionORM, instanceOfMapItemTypeInitialValueORM, instanceOfMapItemTypeORM, instanceOfMapItemTypeOutput, instanceOfMapLayerContourCoordORM, instanceOfMapLayerInput, instanceOfMapLayerItemDecorationORM, instanceOfMapLayerItemORM, instanceOfMapLayerListOutput, instanceOfMapLayerORM, instanceOfMapLayerOutput, instanceOfMapLayerOutputDto, instanceOfMapListOutput, instanceOfMapORM, instanceOfMapOutput, instanceOfMapZoneInput, instanceOfMapZoneORM, instanceOfMapZoneOutput, instanceOfMapZoneOutputDto, instanceOfMapZonePointORM, instanceOfMeasureUnitORM, instanceOfModelRequestContext, instanceOfMultimediaORM, instanceOfMultimediaOutput, instanceOfMultipleMultimediaOutput, instanceOfNominatimAddressORM, instanceOfNominatimORM, instanceOfOrganizationORM, instanceOfReportAllItemsListOutput, instanceOfReportAvailableColumnDto, instanceOfReportAvailableColumnsListOutput, instanceOfReportColumnFilterORM, instanceOfReportColumnORM, instanceOfReportConfigurationDto, instanceOfReportDataCSVDto, instanceOfReportDataDto, instanceOfReportDataJSONDto, instanceOfReportDataORM, instanceOfReportDataOutput, instanceOfReportDataRowORM, instanceOfReportDto, instanceOfReportListOutput, instanceOfReportORM, instanceOfReportOutput, instanceOfReverseGeoCodingOutput, instanceOfSEARCHSECTIONS, instanceOfSearchORM, instanceOfSearchOutput, instanceOfSearchResultDto, instanceOfSearchResultSectionDto, instanceOfSearchResultSectionItem, instanceOfSourceDto, instanceOfSourceListOutput, instanceOfSourceOutput, instanceOfStateMachineDefinitionListOutput, instanceOfStateMachineDefinitionOutputDto, instanceOfStateMachineORM, instanceOfStateMachineStateORM, instanceOfStateMachineStateOutputDto, instanceOfStateMachineTransitionLogORM, instanceOfStateMachineTransitionORM, instanceOfStateMachineTransitionOutputDto, instanceOfUpdateUserInOrganizationPasswordDto, instanceOfUploadDto, instanceOfUploadOutput, instanceOfUserDto, instanceOfUserInOrganizationDto, instanceOfUserInOrganizationOutput, instanceOfUserORM, instanceOfXAxisOptions, instanceOfYAxisOptions, mapValues, querystring };
|
|
8790
|
+
export { AccountApi, AccountORMFromJSON, AccountORMFromJSONTyped, AccountORMToJSON, AccountORMToJSONTyped, AccountOutputFromJSON, AccountOutputFromJSONTyped, AccountOutputToJSON, AccountOutputToJSONTyped, AddUserToOrganizationDtoFromJSON, AddUserToOrganizationDtoFromJSONTyped, AddUserToOrganizationDtoToJSON, AddUserToOrganizationDtoToJSONTyped, 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, Configuration, CoordDtoFromJSON, CoordDtoFromJSONTyped, CoordDtoToJSON, CoordDtoToJSONTyped, DataPointFromJSON, DataPointFromJSONTyped, DataPointToJSON, DataPointToJSONTyped, Def174FromJSON, Def174FromJSONTyped, Def174ToJSON, Def174ToJSONTyped, 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, 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, LayerInputDtoFromJSON, LayerInputDtoFromJSONTyped, LayerInputDtoToJSON, LayerInputDtoToJSONTyped, 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, 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, MapItemTypeFormSectionORMFromJSON, MapItemTypeFormSectionORMFromJSONTyped, MapItemTypeFormSectionORMToJSON, MapItemTypeFormSectionORMToJSONTyped, 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, 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, MeasureUnitORMFromJSON, MeasureUnitORMFromJSONTyped, MeasureUnitORMToJSON, MeasureUnitORMToJSONTyped, ModelRequestContextFromJSON, ModelRequestContextFromJSONTyped, ModelRequestContextToJSON, ModelRequestContextToJSONTyped, MultimediaApi, MultimediaORMFromJSON, MultimediaORMFromJSONTyped, MultimediaORMToJSON, MultimediaORMToJSONTyped, MultimediaOutputFromJSON, MultimediaOutputFromJSONTyped, MultimediaOutputToJSON, MultimediaOutputToJSONTyped, MultipleMultimediaOutputFromJSON, MultipleMultimediaOutputFromJSONTyped, MultipleMultimediaOutputToJSON, MultipleMultimediaOutputToJSONTyped, NominatimAddressORMFromJSON, NominatimAddressORMFromJSONTyped, NominatimAddressORMToJSON, NominatimAddressORMToJSONTyped, NominatimORMFromJSON, NominatimORMFromJSONTyped, NominatimORMToJSON, NominatimORMToJSONTyped, OrganizationApi, OrganizationORMFromJSON, OrganizationORMFromJSONTyped, OrganizationORMToJSON, OrganizationORMToJSONTyped, PageInfoFromJSON, PageInfoFromJSONTyped, PageInfoToJSON, PageInfoToJSONTyped, 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, 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, VoidApiResponse, XAxisOptionsFromJSON, XAxisOptionsFromJSONTyped, XAxisOptionsToJSON, XAxisOptionsToJSONTyped, YAxisOptionsFromJSON, YAxisOptionsFromJSONTyped, YAxisOptionsToJSON, YAxisOptionsToJSONTyped, canConsumeForm, exists, instanceOfAccountORM, instanceOfAccountOutput, instanceOfAddUserToOrganizationDto, instanceOfArticleORM, instanceOfArticlePresentationORM, instanceOfArticleTypeORM, instanceOfAutoCompleteORM, instanceOfAvailableArticlesDto, instanceOfAvailableArticlesOutput, instanceOfAxisTime, instanceOfAxisTitle, instanceOfCalculateTourInput, instanceOfCalculateTourOutput, instanceOfChartConfiguration, instanceOfChartData, instanceOfChartDataset, instanceOfChartLegend, instanceOfChartOptions, instanceOfChartPlugins, instanceOfChartScales, instanceOfChartTitle, instanceOfCoordDto, instanceOfDataPoint, instanceOfDef174, instanceOfHealthcheckStatusValue, instanceOfInternalMapItemSearchResultORM, instanceOfItemDecorationDto, instanceOfItemLayerLinkInputDto, instanceOfItemLinkToLayerOutput, instanceOfItemTypeFormDto, instanceOfItemTypeFormOutput, instanceOfItemTypeInitialValueInputDto, instanceOfItemTypeInitialValueOutput, instanceOfItemTypeOutput, instanceOfItemsOutput, instanceOfJobCatalogOutput, instanceOfJobDefinitionORM, instanceOfJobInstanceListOutput, instanceOfJobInstanceORM, instanceOfJobInstanceOutput, instanceOfJobRequestInput, instanceOfJobResultUpdateInput, instanceOfJournalBookORM, instanceOfJournalEntryArticleORM, instanceOfJournalEntryInput, instanceOfJournalEntryListOutput, instanceOfJournalEntryMultimediaInput, instanceOfJournalEntryMultimediaORM, instanceOfJournalEntryMultimediaOutput, instanceOfJournalEntryORM, instanceOfJournalEntryOutput, instanceOfJournalEntryOutputDto, instanceOfLayerInputDto, 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, instanceOfMapItemStateTransitionLogDto, instanceOfMapItemTypeDynamicFieldDefinitionOutput, instanceOfMapItemTypeDynamicFieldDefinitionSingleOutput, instanceOfMapItemTypeDynamicFieldDefinitionValuesOutput, instanceOfMapItemTypeFormAction, instanceOfMapItemTypeFormORM, instanceOfMapItemTypeFormOutput, instanceOfMapItemTypeFormSectionBaseFieldId, instanceOfMapItemTypeFormSectionDto, instanceOfMapItemTypeFormSectionFieldMetaType, instanceOfMapItemTypeFormSectionFieldORM, instanceOfMapItemTypeFormSectionORM, instanceOfMapItemTypeInitialValueORM, instanceOfMapItemTypeORM, instanceOfMapItemTypeOutput, instanceOfMapItemTypeSingleOutput, instanceOfMapLayerContourCoordORM, instanceOfMapLayerInput, instanceOfMapLayerItemDecorationORM, instanceOfMapLayerItemORM, instanceOfMapLayerListOutput, instanceOfMapLayerORM, instanceOfMapLayerOutput, instanceOfMapLayerOutputDto, instanceOfMapListOutput, instanceOfMapORM, instanceOfMapOutput, instanceOfMapZoneInput, instanceOfMapZoneORM, instanceOfMapZoneOutput, instanceOfMapZoneOutputDto, instanceOfMapZonePointORM, instanceOfMeasureUnitORM, instanceOfModelRequestContext, instanceOfMultimediaORM, instanceOfMultimediaOutput, instanceOfMultipleMultimediaOutput, instanceOfNominatimAddressORM, instanceOfNominatimORM, instanceOfOrganizationORM, instanceOfPageInfo, instanceOfReportAllItemsListOutput, instanceOfReportAvailableColumnDto, instanceOfReportAvailableColumnsListOutput, instanceOfReportColumnFilterListOutput, instanceOfReportColumnFilterORM, instanceOfReportColumnFilterOutput, instanceOfReportColumnListOutput, instanceOfReportColumnORM, instanceOfReportColumnOutput, instanceOfReportConfigurationDto, instanceOfReportDataCSVDto, instanceOfReportDataDto, instanceOfReportDataJSONDto, instanceOfReportDataORM, instanceOfReportDataOutput, instanceOfReportDataRowORM, instanceOfReportDto, instanceOfReportListOutput, instanceOfReportORM, instanceOfReportOutput, instanceOfReverseGeoCodingOutput, 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, instanceOfXAxisOptions, instanceOfYAxisOptions, mapValues, querystring };
|
|
7729
8791
|
//# sourceMappingURL=index.mjs.map
|