@jrojaspin/security-map-api-cli 9.0.0 → 9.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/PlaceApi.d.ts +10 -0
- package/dist/apis/PlaceApi.js +35 -0
- package/dist/apis/PlaceApi.js.map +1 -0
- 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 +159 -9
- package/dist/index.mjs +450 -10
- package/dist/index.mjs.map +1 -1
- package/dist/models/Def191.d.ts +8 -0
- package/dist/models/Def191.js +16 -0
- package/dist/models/{Def146.js.map → Def191.js.map} +1 -1
- package/dist/models/LayerFieldFilterOperator.d.ts +10 -0
- package/dist/models/LayerFieldFilterOperator.js +27 -0
- package/dist/models/LayerFieldFilterOperator.js.map +1 -0
- package/dist/models/LayerItemTypeFieldFilterDto.d.ts +16 -0
- package/dist/models/LayerItemTypeFieldFilterDto.js +44 -0
- package/dist/models/LayerItemTypeFieldFilterDto.js.map +1 -0
- package/dist/models/MapLayerInput.d.ts +2 -0
- package/dist/models/MapLayerInput.js +3 -0
- package/dist/models/MapLayerInput.js.map +1 -1
- package/dist/models/MapLayerItemTypeFieldFilterORM.d.ts +18 -0
- package/dist/models/MapLayerItemTypeFieldFilterORM.js +50 -0
- package/dist/models/MapLayerItemTypeFieldFilterORM.js.map +1 -0
- package/dist/models/MapLayerOutputDto.d.ts +2 -0
- package/dist/models/MapLayerOutputDto.js +5 -0
- package/dist/models/MapLayerOutputDto.js.map +1 -1
- package/dist/models/NearbyPlaceDto.d.ts +19 -0
- package/dist/models/NearbyPlaceDto.js +56 -0
- package/dist/models/NearbyPlaceDto.js.map +1 -0
- package/dist/models/OAuthClientORM.d.ts +13 -0
- package/dist/models/OAuthClientORM.js +48 -0
- package/dist/models/OAuthClientORM.js.map +1 -0
- package/dist/models/OAuthRefreshTokenORM.d.ts +14 -0
- package/dist/models/OAuthRefreshTokenORM.js +52 -0
- package/dist/models/OAuthRefreshTokenORM.js.map +1 -0
- package/dist/models/PlaceAddressDto.d.ts +20 -0
- package/dist/models/PlaceAddressDto.js +54 -0
- package/dist/models/PlaceAddressDto.js.map +1 -0
- package/dist/models/PlaceDetailsDto.d.ts +14 -0
- package/dist/models/PlaceDetailsDto.js +44 -0
- package/dist/models/PlaceDetailsDto.js.map +1 -0
- package/dist/models/PlaceDetailsOutput.d.ts +9 -0
- package/dist/models/PlaceDetailsOutput.js +29 -0
- package/dist/models/{MapLayerItemOutput.js.map → PlaceDetailsOutput.js.map} +1 -1
- package/dist/models/ReportAllItemsListOutput.d.ts +2 -2
- package/dist/models/ReportAllItemsListOutput.js +3 -3
- package/dist/models/ReportAllItemsListOutput.js.map +1 -1
- package/dist/models/index.d.ts +10 -1
- package/dist/models/index.js +10 -1
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/Def139.d.ts +0 -8
- package/dist/models/Def139.js +0 -16
- package/dist/models/Def139.js.map +0 -1
- package/dist/models/Def146.d.ts +0 -8
- package/dist/models/Def146.js +0 -16
- package/dist/models/Def148.d.ts +0 -8
- package/dist/models/Def148.js +0 -16
- package/dist/models/Def148.js.map +0 -1
- package/dist/models/Def149.d.ts +0 -8
- package/dist/models/Def149.js +0 -16
- package/dist/models/Def149.js.map +0 -1
- package/dist/models/Def153.d.ts +0 -8
- package/dist/models/Def153.js +0 -16
- package/dist/models/Def153.js.map +0 -1
- package/dist/models/Def155.d.ts +0 -8
- package/dist/models/Def155.js +0 -16
- package/dist/models/Def155.js.map +0 -1
- package/dist/models/Def157.d.ts +0 -8
- package/dist/models/Def157.js +0 -16
- package/dist/models/Def157.js.map +0 -1
- package/dist/models/Def173.d.ts +0 -8
- package/dist/models/Def173.js +0 -16
- package/dist/models/Def173.js.map +0 -1
- package/dist/models/Def174.d.ts +0 -8
- package/dist/models/Def174.js +0 -16
- package/dist/models/Def174.js.map +0 -1
- package/dist/models/Def175.d.ts +0 -8
- package/dist/models/Def175.js +0 -16
- package/dist/models/Def175.js.map +0 -1
- package/dist/models/Def180.d.ts +0 -8
- package/dist/models/Def180.js +0 -16
- package/dist/models/Def180.js.map +0 -1
- package/dist/models/Def182.d.ts +0 -8
- package/dist/models/Def182.js +0 -16
- package/dist/models/Def182.js.map +0 -1
- package/dist/models/ItemTypeORM.d.ts +0 -13
- package/dist/models/ItemTypeORM.js +0 -42
- package/dist/models/ItemTypeORM.js.map +0 -1
- package/dist/models/MapLayerItemListOutput.d.ts +0 -9
- package/dist/models/MapLayerItemListOutput.js +0 -29
- package/dist/models/MapLayerItemListOutput.js.map +0 -1
- package/dist/models/MapLayerItemOutput.d.ts +0 -9
- package/dist/models/MapLayerItemOutput.js +0 -29
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as runtime from '../runtime.js';
|
|
2
|
+
import type { PlaceDetailsOutput } from '../models/index.js';
|
|
3
|
+
export interface ApiV1PlaceDetailsGetRequest {
|
|
4
|
+
lat: number;
|
|
5
|
+
lon: number;
|
|
6
|
+
}
|
|
7
|
+
export declare class PlaceApi extends runtime.BaseAPI {
|
|
8
|
+
apiV1PlaceDetailsGetRaw(requestParameters: ApiV1PlaceDetailsGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PlaceDetailsOutput>>;
|
|
9
|
+
apiV1PlaceDetailsGet(requestParameters: ApiV1PlaceDetailsGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PlaceDetailsOutput>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as runtime from '../runtime.js';
|
|
2
|
+
import { PlaceDetailsOutputFromJSON, } from '../models/index.js';
|
|
3
|
+
export class PlaceApi extends runtime.BaseAPI {
|
|
4
|
+
async apiV1PlaceDetailsGetRaw(requestParameters, initOverrides) {
|
|
5
|
+
if (requestParameters['lat'] == null) {
|
|
6
|
+
throw new runtime.RequiredError('lat', 'Required parameter "lat" was null or undefined when calling apiV1PlaceDetailsGet().');
|
|
7
|
+
}
|
|
8
|
+
if (requestParameters['lon'] == null) {
|
|
9
|
+
throw new runtime.RequiredError('lon', 'Required parameter "lon" was null or undefined when calling apiV1PlaceDetailsGet().');
|
|
10
|
+
}
|
|
11
|
+
const queryParameters = {};
|
|
12
|
+
if (requestParameters['lat'] != null) {
|
|
13
|
+
queryParameters['lat'] = requestParameters['lat'];
|
|
14
|
+
}
|
|
15
|
+
if (requestParameters['lon'] != null) {
|
|
16
|
+
queryParameters['lon'] = requestParameters['lon'];
|
|
17
|
+
}
|
|
18
|
+
const headerParameters = {};
|
|
19
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
20
|
+
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey");
|
|
21
|
+
}
|
|
22
|
+
const response = await this.request({
|
|
23
|
+
path: `/api/v1/place/details`,
|
|
24
|
+
method: 'GET',
|
|
25
|
+
headers: headerParameters,
|
|
26
|
+
query: queryParameters,
|
|
27
|
+
}, initOverrides);
|
|
28
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PlaceDetailsOutputFromJSON(jsonValue));
|
|
29
|
+
}
|
|
30
|
+
async apiV1PlaceDetailsGet(requestParameters, initOverrides) {
|
|
31
|
+
const response = await this.apiV1PlaceDetailsGetRaw(requestParameters, initOverrides);
|
|
32
|
+
return await response.value();
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=PlaceApi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlaceApi.js","sourceRoot":"","sources":["../../src/apis/PlaceApi.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,OAAO,MAAM,eAAe,CAAC;AAIzC,OAAO,EACH,0BAA0B,GAE7B,MAAM,oBAAoB,CAAC;AAU5B,MAAM,OAAO,QAAS,SAAQ,OAAO,CAAC,OAAO;IAKzC,KAAK,CAAC,uBAAuB,CAAC,iBAA8C,EAAE,aAA0D;QACpI,IAAI,iBAAiB,CAAC,KAAK,CAAC,IAAI,IAAI,EAAE,CAAC;YACnC,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,KAAK,EACL,qFAAqF,CACxF,CAAC;QACN,CAAC;QAED,IAAI,iBAAiB,CAAC,KAAK,CAAC,IAAI,IAAI,EAAE,CAAC;YACnC,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,KAAK,EACL,qFAAqF,CACxF,CAAC;QACN,CAAC;QAED,MAAM,eAAe,GAAQ,EAAE,CAAC;QAEhC,IAAI,iBAAiB,CAAC,KAAK,CAAC,IAAI,IAAI,EAAE,CAAC;YACnC,eAAe,CAAC,KAAK,CAAC,GAAG,iBAAiB,CAAC,KAAK,CAAC,CAAC;QACtD,CAAC;QAED,IAAI,iBAAiB,CAAC,KAAK,CAAC,IAAI,IAAI,EAAE,CAAC;YACnC,eAAe,CAAC,KAAK,CAAC,GAAG,iBAAiB,CAAC,KAAK,CAAC,CAAC;QACtD,CAAC;QAED,MAAM,gBAAgB,GAAwB,EAAE,CAAC;QAEjD,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC;YAClD,gBAAgB,CAAC,QAAQ,CAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;QAC3E,CAAC;QAED,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC;YAChC,IAAI,EAAE,uBAAuB;YAC7B,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,gBAAgB;YACzB,KAAK,EAAE,eAAe;SACzB,EAAE,aAAa,CAAC,CAAC;QAElB,OAAO,IAAI,OAAO,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,SAAS,EAAE,EAAE,CAAC,0BAA0B,CAAC,SAAS,CAAC,CAAC,CAAC;IACvG,CAAC;IAKD,KAAK,CAAC,oBAAoB,CAAC,iBAA8C,EAAE,aAA0D;QACjI,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;QACtF,OAAO,MAAM,QAAQ,CAAC,KAAK,EAAE,CAAC;IAClC,CAAC;CAEJ"}
|
package/dist/apis/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export * from './McpApi.js';
|
|
|
15
15
|
export * from './MultimediaApi.js';
|
|
16
16
|
export * from './OAuthApi.js';
|
|
17
17
|
export * from './OrganizationApi.js';
|
|
18
|
+
export * from './PlaceApi.js';
|
|
18
19
|
export * from './ReportApi.js';
|
|
19
20
|
export * from './SearchApi.js';
|
|
20
21
|
export * from './SourceApi.js';
|
package/dist/apis/index.js
CHANGED
|
@@ -15,6 +15,7 @@ export * from './McpApi.js';
|
|
|
15
15
|
export * from './MultimediaApi.js';
|
|
16
16
|
export * from './OAuthApi.js';
|
|
17
17
|
export * from './OrganizationApi.js';
|
|
18
|
+
export * from './PlaceApi.js';
|
|
18
19
|
export * from './ReportApi.js';
|
|
19
20
|
export * from './SearchApi.js';
|
|
20
21
|
export * from './SourceApi.js';
|
package/dist/apis/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":"AAEA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":"AAEA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -466,14 +466,14 @@ declare function ChartConfigurationFromJSONTyped(json: any, ignoreDiscriminator:
|
|
|
466
466
|
declare function ChartConfigurationToJSON(json: any): ChartConfiguration;
|
|
467
467
|
declare function ChartConfigurationToJSONTyped(value?: ChartConfiguration | null, ignoreDiscriminator?: boolean): any;
|
|
468
468
|
|
|
469
|
-
interface
|
|
469
|
+
interface Def191 {
|
|
470
470
|
[key: string]: any;
|
|
471
471
|
}
|
|
472
|
-
declare function
|
|
473
|
-
declare function
|
|
474
|
-
declare function
|
|
475
|
-
declare function
|
|
476
|
-
declare function
|
|
472
|
+
declare function instanceOfDef191(value: object): value is Def191;
|
|
473
|
+
declare function Def191FromJSON(json: any): Def191;
|
|
474
|
+
declare function Def191FromJSONTyped(json: any, ignoreDiscriminator: boolean): Def191;
|
|
475
|
+
declare function Def191ToJSON(json: any): Def191;
|
|
476
|
+
declare function Def191ToJSONTyped(value?: Def191 | null, ignoreDiscriminator?: boolean): any;
|
|
477
477
|
|
|
478
478
|
declare const HealthcheckStatusValue: {
|
|
479
479
|
readonly Ok: "ok";
|
|
@@ -1136,6 +1136,17 @@ declare function JournalEntryOutputFromJSONTyped(json: any, ignoreDiscriminator:
|
|
|
1136
1136
|
declare function JournalEntryOutputToJSON(json: any): JournalEntryOutput;
|
|
1137
1137
|
declare function JournalEntryOutputToJSONTyped(value?: JournalEntryOutput | null, ignoreDiscriminator?: boolean): any;
|
|
1138
1138
|
|
|
1139
|
+
declare const LayerFieldFilterOperator: {
|
|
1140
|
+
readonly Includes: "includes";
|
|
1141
|
+
readonly Excludes: "excludes";
|
|
1142
|
+
};
|
|
1143
|
+
type LayerFieldFilterOperator = typeof LayerFieldFilterOperator[keyof typeof LayerFieldFilterOperator];
|
|
1144
|
+
declare function instanceOfLayerFieldFilterOperator(value: any): boolean;
|
|
1145
|
+
declare function LayerFieldFilterOperatorFromJSON(json: any): LayerFieldFilterOperator;
|
|
1146
|
+
declare function LayerFieldFilterOperatorFromJSONTyped(json: any, ignoreDiscriminator: boolean): LayerFieldFilterOperator;
|
|
1147
|
+
declare function LayerFieldFilterOperatorToJSON(value?: LayerFieldFilterOperator | null): any;
|
|
1148
|
+
declare function LayerFieldFilterOperatorToJSONTyped(value: any, ignoreDiscriminator: boolean): LayerFieldFilterOperator;
|
|
1149
|
+
|
|
1139
1150
|
interface LayerInputDto {
|
|
1140
1151
|
excludeItemIds: Array<number>;
|
|
1141
1152
|
}
|
|
@@ -1145,6 +1156,23 @@ declare function LayerInputDtoFromJSONTyped(json: any, ignoreDiscriminator: bool
|
|
|
1145
1156
|
declare function LayerInputDtoToJSON(json: any): LayerInputDto;
|
|
1146
1157
|
declare function LayerInputDtoToJSONTyped(value?: LayerInputDto | null, ignoreDiscriminator?: boolean): any;
|
|
1147
1158
|
|
|
1159
|
+
interface LayerItemTypeFieldFilterDto {
|
|
1160
|
+
itemTypeId: number;
|
|
1161
|
+
fieldDefinitionId: number;
|
|
1162
|
+
operator: LayerItemTypeFieldFilterDtoOperatorEnum;
|
|
1163
|
+
values: Array<string>;
|
|
1164
|
+
}
|
|
1165
|
+
declare const LayerItemTypeFieldFilterDtoOperatorEnum: {
|
|
1166
|
+
readonly Includes: "includes";
|
|
1167
|
+
readonly Excludes: "excludes";
|
|
1168
|
+
};
|
|
1169
|
+
type LayerItemTypeFieldFilterDtoOperatorEnum = typeof LayerItemTypeFieldFilterDtoOperatorEnum[keyof typeof LayerItemTypeFieldFilterDtoOperatorEnum];
|
|
1170
|
+
declare function instanceOfLayerItemTypeFieldFilterDto(value: object): value is LayerItemTypeFieldFilterDto;
|
|
1171
|
+
declare function LayerItemTypeFieldFilterDtoFromJSON(json: any): LayerItemTypeFieldFilterDto;
|
|
1172
|
+
declare function LayerItemTypeFieldFilterDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): LayerItemTypeFieldFilterDto;
|
|
1173
|
+
declare function LayerItemTypeFieldFilterDtoToJSON(json: any): LayerItemTypeFieldFilterDto;
|
|
1174
|
+
declare function LayerItemTypeFieldFilterDtoToJSONTyped(value?: LayerItemTypeFieldFilterDto | null, ignoreDiscriminator?: boolean): any;
|
|
1175
|
+
|
|
1148
1176
|
declare const LegendPosition: {
|
|
1149
1177
|
readonly Top: "top";
|
|
1150
1178
|
readonly Bottom: "bottom";
|
|
@@ -1590,6 +1618,7 @@ interface MapLayerInput {
|
|
|
1590
1618
|
contour: Array<CoordDto>;
|
|
1591
1619
|
manualItems: Array<MapItemORM>;
|
|
1592
1620
|
iconName?: string;
|
|
1621
|
+
itemTypeFieldFilters?: Array<LayerItemTypeFieldFilterDto>;
|
|
1593
1622
|
}
|
|
1594
1623
|
declare function instanceOfMapLayerInput(value: object): value is MapLayerInput;
|
|
1595
1624
|
declare function MapLayerInputFromJSON(json: any): MapLayerInput;
|
|
@@ -1622,6 +1651,25 @@ declare function MapLayerItemORMFromJSONTyped(json: any, ignoreDiscriminator: bo
|
|
|
1622
1651
|
declare function MapLayerItemORMToJSON(json: any): MapLayerItemORM;
|
|
1623
1652
|
declare function MapLayerItemORMToJSONTyped(value?: MapLayerItemORM | null, ignoreDiscriminator?: boolean): any;
|
|
1624
1653
|
|
|
1654
|
+
interface MapLayerItemTypeFieldFilterORM {
|
|
1655
|
+
id?: number;
|
|
1656
|
+
layerId: number;
|
|
1657
|
+
mapItemTypeId: number;
|
|
1658
|
+
fieldDefinitionId: number;
|
|
1659
|
+
operator: MapLayerItemTypeFieldFilterORMOperatorEnum;
|
|
1660
|
+
filterValues: Array<string>;
|
|
1661
|
+
}
|
|
1662
|
+
declare const MapLayerItemTypeFieldFilterORMOperatorEnum: {
|
|
1663
|
+
readonly Includes: "includes";
|
|
1664
|
+
readonly Excludes: "excludes";
|
|
1665
|
+
};
|
|
1666
|
+
type MapLayerItemTypeFieldFilterORMOperatorEnum = typeof MapLayerItemTypeFieldFilterORMOperatorEnum[keyof typeof MapLayerItemTypeFieldFilterORMOperatorEnum];
|
|
1667
|
+
declare function instanceOfMapLayerItemTypeFieldFilterORM(value: object): value is MapLayerItemTypeFieldFilterORM;
|
|
1668
|
+
declare function MapLayerItemTypeFieldFilterORMFromJSON(json: any): MapLayerItemTypeFieldFilterORM;
|
|
1669
|
+
declare function MapLayerItemTypeFieldFilterORMFromJSONTyped(json: any, ignoreDiscriminator: boolean): MapLayerItemTypeFieldFilterORM;
|
|
1670
|
+
declare function MapLayerItemTypeFieldFilterORMToJSON(json: any): MapLayerItemTypeFieldFilterORM;
|
|
1671
|
+
declare function MapLayerItemTypeFieldFilterORMToJSONTyped(value?: MapLayerItemTypeFieldFilterORM | null, ignoreDiscriminator?: boolean): any;
|
|
1672
|
+
|
|
1625
1673
|
interface MapLayerOutputDto {
|
|
1626
1674
|
id: number;
|
|
1627
1675
|
title: string;
|
|
@@ -1635,6 +1683,7 @@ interface MapLayerOutputDto {
|
|
|
1635
1683
|
deleteDate?: string;
|
|
1636
1684
|
code?: string;
|
|
1637
1685
|
manualItems: Array<MapItemORM>;
|
|
1686
|
+
itemTypeFieldFilters: Array<LayerItemTypeFieldFilterDto>;
|
|
1638
1687
|
}
|
|
1639
1688
|
declare function instanceOfMapLayerOutputDto(value: object): value is MapLayerOutputDto;
|
|
1640
1689
|
declare function MapLayerOutputDtoFromJSON(json: any): MapLayerOutputDto;
|
|
@@ -1785,6 +1834,26 @@ declare function MultipleMultimediaOutputFromJSONTyped(json: any, ignoreDiscrimi
|
|
|
1785
1834
|
declare function MultipleMultimediaOutputToJSON(json: any): MultipleMultimediaOutput;
|
|
1786
1835
|
declare function MultipleMultimediaOutputToJSONTyped(value?: MultipleMultimediaOutput | null, ignoreDiscriminator?: boolean): any;
|
|
1787
1836
|
|
|
1837
|
+
interface NearbyPlaceDto {
|
|
1838
|
+
id: string;
|
|
1839
|
+
name: string;
|
|
1840
|
+
types: Array<string>;
|
|
1841
|
+
openingHours: Array<string>;
|
|
1842
|
+
primaryType?: string;
|
|
1843
|
+
address?: string;
|
|
1844
|
+
phone?: string;
|
|
1845
|
+
website?: string;
|
|
1846
|
+
googleMapsUrl?: string;
|
|
1847
|
+
lat?: number;
|
|
1848
|
+
lon?: number;
|
|
1849
|
+
distanceMeters?: number;
|
|
1850
|
+
}
|
|
1851
|
+
declare function instanceOfNearbyPlaceDto(value: object): value is NearbyPlaceDto;
|
|
1852
|
+
declare function NearbyPlaceDtoFromJSON(json: any): NearbyPlaceDto;
|
|
1853
|
+
declare function NearbyPlaceDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): NearbyPlaceDto;
|
|
1854
|
+
declare function NearbyPlaceDtoToJSON(json: any): NearbyPlaceDto;
|
|
1855
|
+
declare function NearbyPlaceDtoToJSONTyped(value?: NearbyPlaceDto | null, ignoreDiscriminator?: boolean): any;
|
|
1856
|
+
|
|
1788
1857
|
interface NominatimAddressORM {
|
|
1789
1858
|
iso031662lvl4: string;
|
|
1790
1859
|
borough: string;
|
|
@@ -1826,6 +1895,35 @@ declare function NominatimORMFromJSONTyped(json: any, ignoreDiscriminator: boole
|
|
|
1826
1895
|
declare function NominatimORMToJSON(json: any): NominatimORM;
|
|
1827
1896
|
declare function NominatimORMToJSONTyped(value?: NominatimORM | null, ignoreDiscriminator?: boolean): any;
|
|
1828
1897
|
|
|
1898
|
+
interface OAuthClientORM {
|
|
1899
|
+
id: string;
|
|
1900
|
+
clientSecretHash: string;
|
|
1901
|
+
clientName: string;
|
|
1902
|
+
redirectUris: Array<string>;
|
|
1903
|
+
tokenEndpointAuthMethod: string;
|
|
1904
|
+
grantTypes: Array<string>;
|
|
1905
|
+
}
|
|
1906
|
+
declare function instanceOfOAuthClientORM(value: object): value is OAuthClientORM;
|
|
1907
|
+
declare function OAuthClientORMFromJSON(json: any): OAuthClientORM;
|
|
1908
|
+
declare function OAuthClientORMFromJSONTyped(json: any, ignoreDiscriminator: boolean): OAuthClientORM;
|
|
1909
|
+
declare function OAuthClientORMToJSON(json: any): OAuthClientORM;
|
|
1910
|
+
declare function OAuthClientORMToJSONTyped(value?: OAuthClientORM | null, ignoreDiscriminator?: boolean): any;
|
|
1911
|
+
|
|
1912
|
+
interface OAuthRefreshTokenORM {
|
|
1913
|
+
tokenHash: string;
|
|
1914
|
+
clientId: string;
|
|
1915
|
+
userId: number;
|
|
1916
|
+
organizationId: number;
|
|
1917
|
+
scope: string;
|
|
1918
|
+
expireDate: Date;
|
|
1919
|
+
revokeDate: Date;
|
|
1920
|
+
}
|
|
1921
|
+
declare function instanceOfOAuthRefreshTokenORM(value: object): value is OAuthRefreshTokenORM;
|
|
1922
|
+
declare function OAuthRefreshTokenORMFromJSON(json: any): OAuthRefreshTokenORM;
|
|
1923
|
+
declare function OAuthRefreshTokenORMFromJSONTyped(json: any, ignoreDiscriminator: boolean): OAuthRefreshTokenORM;
|
|
1924
|
+
declare function OAuthRefreshTokenORMToJSON(json: any): OAuthRefreshTokenORM;
|
|
1925
|
+
declare function OAuthRefreshTokenORMToJSONTyped(value?: OAuthRefreshTokenORM | null, ignoreDiscriminator?: boolean): any;
|
|
1926
|
+
|
|
1829
1927
|
interface OrganizationORM {
|
|
1830
1928
|
id?: number;
|
|
1831
1929
|
name: string;
|
|
@@ -1837,8 +1935,51 @@ declare function OrganizationORMFromJSONTyped(json: any, ignoreDiscriminator: bo
|
|
|
1837
1935
|
declare function OrganizationORMToJSON(json: any): OrganizationORM;
|
|
1838
1936
|
declare function OrganizationORMToJSONTyped(value?: OrganizationORM | null, ignoreDiscriminator?: boolean): any;
|
|
1839
1937
|
|
|
1938
|
+
interface PlaceAddressDto {
|
|
1939
|
+
formattedAddress: string;
|
|
1940
|
+
placeId: string;
|
|
1941
|
+
street?: string;
|
|
1942
|
+
streetNumber?: string;
|
|
1943
|
+
neighborhood?: string;
|
|
1944
|
+
locality?: string;
|
|
1945
|
+
department?: string;
|
|
1946
|
+
province?: string;
|
|
1947
|
+
postalCode?: string;
|
|
1948
|
+
country?: string;
|
|
1949
|
+
countryCode?: string;
|
|
1950
|
+
locationType?: string;
|
|
1951
|
+
plusCode?: string;
|
|
1952
|
+
}
|
|
1953
|
+
declare function instanceOfPlaceAddressDto(value: object): value is PlaceAddressDto;
|
|
1954
|
+
declare function PlaceAddressDtoFromJSON(json: any): PlaceAddressDto;
|
|
1955
|
+
declare function PlaceAddressDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlaceAddressDto;
|
|
1956
|
+
declare function PlaceAddressDtoToJSON(json: any): PlaceAddressDto;
|
|
1957
|
+
declare function PlaceAddressDtoToJSONTyped(value?: PlaceAddressDto | null, ignoreDiscriminator?: boolean): any;
|
|
1958
|
+
|
|
1959
|
+
interface PlaceDetailsDto {
|
|
1960
|
+
lat: number;
|
|
1961
|
+
lon: number;
|
|
1962
|
+
address?: PlaceAddressDto;
|
|
1963
|
+
places: Array<NearbyPlaceDto>;
|
|
1964
|
+
placesAvailable: boolean;
|
|
1965
|
+
}
|
|
1966
|
+
declare function instanceOfPlaceDetailsDto(value: object): value is PlaceDetailsDto;
|
|
1967
|
+
declare function PlaceDetailsDtoFromJSON(json: any): PlaceDetailsDto;
|
|
1968
|
+
declare function PlaceDetailsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlaceDetailsDto;
|
|
1969
|
+
declare function PlaceDetailsDtoToJSON(json: any): PlaceDetailsDto;
|
|
1970
|
+
declare function PlaceDetailsDtoToJSONTyped(value?: PlaceDetailsDto | null, ignoreDiscriminator?: boolean): any;
|
|
1971
|
+
|
|
1972
|
+
interface PlaceDetailsOutput {
|
|
1973
|
+
data: PlaceDetailsDto;
|
|
1974
|
+
}
|
|
1975
|
+
declare function instanceOfPlaceDetailsOutput(value: object): value is PlaceDetailsOutput;
|
|
1976
|
+
declare function PlaceDetailsOutputFromJSON(json: any): PlaceDetailsOutput;
|
|
1977
|
+
declare function PlaceDetailsOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlaceDetailsOutput;
|
|
1978
|
+
declare function PlaceDetailsOutputToJSON(json: any): PlaceDetailsOutput;
|
|
1979
|
+
declare function PlaceDetailsOutputToJSONTyped(value?: PlaceDetailsOutput | null, ignoreDiscriminator?: boolean): any;
|
|
1980
|
+
|
|
1840
1981
|
interface ReportAllItemsListOutput {
|
|
1841
|
-
data: Array<
|
|
1982
|
+
data: Array<Def191>;
|
|
1842
1983
|
pageInfo: PageInfo;
|
|
1843
1984
|
}
|
|
1844
1985
|
declare function instanceOfReportAllItemsListOutput(value: object): value is ReportAllItemsListOutput;
|
|
@@ -2764,6 +2905,15 @@ declare class OrganizationApi extends BaseAPI {
|
|
|
2764
2905
|
apiV1OrganizationUserUserIdPasswordPut(requestParameters: ApiV1OrganizationUserUserIdPasswordPutRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<AccountOutput>;
|
|
2765
2906
|
}
|
|
2766
2907
|
|
|
2908
|
+
interface ApiV1PlaceDetailsGetRequest {
|
|
2909
|
+
lat: number;
|
|
2910
|
+
lon: number;
|
|
2911
|
+
}
|
|
2912
|
+
declare class PlaceApi extends BaseAPI {
|
|
2913
|
+
apiV1PlaceDetailsGetRaw(requestParameters: ApiV1PlaceDetailsGetRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<PlaceDetailsOutput>>;
|
|
2914
|
+
apiV1PlaceDetailsGet(requestParameters: ApiV1PlaceDetailsGetRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<PlaceDetailsOutput>;
|
|
2915
|
+
}
|
|
2916
|
+
|
|
2767
2917
|
interface ApiV1ReportItemGetRequest {
|
|
2768
2918
|
itemTypes?: string;
|
|
2769
2919
|
q?: string;
|
|
@@ -2923,5 +3073,5 @@ declare class StateMachineApi extends BaseAPI {
|
|
|
2923
3073
|
apiV1StatemachineStateMachineIdTransitionPost(requestParameters: ApiV1StatemachineStateMachineIdTransitionPostRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<StateMachineDefinitionOutput>;
|
|
2924
3074
|
}
|
|
2925
3075
|
|
|
2926
|
-
export { AccountApi, AccountORMFromJSON, AccountORMFromJSONTyped, AccountORMToJSON, AccountORMToJSONTyped, AccountOutputFromJSON, AccountOutputFromJSONTyped, AccountOutputToJSON, AccountOutputToJSONTyped, AddUserToOrganizationDtoFromJSON, AddUserToOrganizationDtoFromJSONTyped, AddUserToOrganizationDtoToJSON, AddUserToOrganizationDtoToJSONTyped, ApiV1MapPost402ResponseFromJSON, ApiV1MapPost402ResponseFromJSONTyped, ApiV1MapPost402ResponseToJSON, ApiV1MapPost402ResponseToJSONTyped, ApiV1ReportItemGetOrderDirectionEnum, ApiV1ReportItemGetQOperatorEnum, ApiV1ReportReportIdDataPostFormatEnum, ArticleApi, ArticleORMFromJSON, ArticleORMFromJSONTyped, ArticleORMToJSON, ArticleORMToJSONTyped, ArticlePresentationORMFromJSON, ArticlePresentationORMFromJSONTyped, ArticlePresentationORMToJSON, ArticlePresentationORMToJSONTyped, ArticleTypeORMFromJSON, ArticleTypeORMFromJSONTyped, ArticleTypeORMToJSON, ArticleTypeORMToJSONTyped, AutoCompleteORMFromJSON, AutoCompleteORMFromJSONTyped, AutoCompleteORMToJSON, AutoCompleteORMToJSONTyped, AvailableArticlesDtoFromJSON, AvailableArticlesDtoFromJSONTyped, AvailableArticlesDtoToJSON, AvailableArticlesDtoToJSONTyped, AvailableArticlesOutputFromJSON, AvailableArticlesOutputFromJSONTyped, AvailableArticlesOutputToJSON, AvailableArticlesOutputToJSONTyped, AxisTimeFromJSON, AxisTimeFromJSONTyped, AxisTimeToJSON, AxisTimeToJSONTyped, AxisTitleFromJSON, AxisTitleFromJSONTyped, AxisTitleToJSON, AxisTitleToJSONTyped, BASE_PATH, BackofficeApi, BaseAPI, BlobApiResponse, COLLECTION_FORMATS, CalculateTourInputFromJSON, CalculateTourInputFromJSONTyped, CalculateTourInputToJSON, CalculateTourInputToJSONTyped, CalculateTourOutputFromJSON, CalculateTourOutputFromJSONTyped, CalculateTourOutputToJSON, CalculateTourOutputToJSONTyped, ChartConfigurationFromJSON, ChartConfigurationFromJSONTyped, ChartConfigurationToJSON, ChartConfigurationToJSONTyped, ChartDataFromJSON, ChartDataFromJSONTyped, ChartDataToJSON, ChartDataToJSONTyped, ChartDatasetFromJSON, ChartDatasetFromJSONTyped, ChartDatasetToJSON, ChartDatasetToJSONTyped, ChartLegendFromJSON, ChartLegendFromJSONTyped, ChartLegendPositionEnum, ChartLegendToJSON, ChartLegendToJSONTyped, ChartOptionsFromJSON, ChartOptionsFromJSONTyped, ChartOptionsToJSON, ChartOptionsToJSONTyped, ChartPluginsFromJSON, ChartPluginsFromJSONTyped, ChartPluginsToJSON, ChartPluginsToJSONTyped, ChartScalesFromJSON, ChartScalesFromJSONTyped, ChartScalesToJSON, ChartScalesToJSONTyped, ChartTitleFromJSON, ChartTitleFromJSONTyped, ChartTitleToJSON, ChartTitleToJSONTyped, Configuration, CoordDtoFromJSON, CoordDtoFromJSONTyped, CoordDtoToJSON, CoordDtoToJSONTyped, DataPointFromJSON, DataPointFromJSONTyped, DataPointToJSON, DataPointToJSONTyped, Def182FromJSON, Def182FromJSONTyped, Def182ToJSON, Def182ToJSONTyped, DefaultApi, DefaultConfig, FetchError, HealthcheckApi, HealthcheckStatusValue, HealthcheckStatusValueFromJSON, HealthcheckStatusValueFromJSONTyped, HealthcheckStatusValueToJSON, HealthcheckStatusValueToJSONTyped, InternalMapItemSearchResultORMFromJSON, InternalMapItemSearchResultORMFromJSONTyped, InternalMapItemSearchResultORMToJSON, InternalMapItemSearchResultORMToJSONTyped, ItemApi, ItemDecorationDtoFromJSON, ItemDecorationDtoFromJSONTyped, ItemDecorationDtoToJSON, ItemDecorationDtoToJSONTyped, ItemLayerLinkInputDtoFromJSON, ItemLayerLinkInputDtoFromJSONTyped, ItemLayerLinkInputDtoToJSON, ItemLayerLinkInputDtoToJSONTyped, ItemLinkToLayerOutputFromJSON, ItemLinkToLayerOutputFromJSONTyped, ItemLinkToLayerOutputToJSON, ItemLinkToLayerOutputToJSONTyped, ItemRenderOptionsInputFillTypeEnum, ItemRenderOptionsInputFromJSON, ItemRenderOptionsInputFromJSONTyped, ItemRenderOptionsInputToJSON, ItemRenderOptionsInputToJSONTyped, ItemRenderOptionsOutputFromJSON, ItemRenderOptionsOutputFromJSONTyped, ItemRenderOptionsOutputToJSON, ItemRenderOptionsOutputToJSONTyped, ItemTypeApi, ItemTypeFormDtoFromJSON, ItemTypeFormDtoFromJSONTyped, ItemTypeFormDtoToJSON, ItemTypeFormDtoToJSONTyped, ItemTypeFormOutputFromJSON, ItemTypeFormOutputFromJSONTyped, ItemTypeFormOutputToJSON, ItemTypeFormOutputToJSONTyped, ItemTypeInitialValueInputDtoFromJSON, ItemTypeInitialValueInputDtoFromJSONTyped, ItemTypeInitialValueInputDtoToJSON, ItemTypeInitialValueInputDtoToJSONTyped, ItemTypeInitialValueOutputFromJSON, ItemTypeInitialValueOutputFromJSONTyped, ItemTypeInitialValueOutputToJSON, ItemTypeInitialValueOutputToJSONTyped, ItemTypeOutputFromJSON, ItemTypeOutputFromJSONTyped, ItemTypeOutputToJSON, ItemTypeOutputToJSONTyped, ItemsOutputFromJSON, ItemsOutputFromJSONTyped, ItemsOutputToJSON, ItemsOutputToJSONTyped, JSONApiResponse, JobApi, JobCatalogOutputFromJSON, JobCatalogOutputFromJSONTyped, JobCatalogOutputToJSON, JobCatalogOutputToJSONTyped, JobDefinitionORMFromJSON, JobDefinitionORMFromJSONTyped, JobDefinitionORMToJSON, JobDefinitionORMToJSONTyped, JobInstanceListOutputFromJSON, JobInstanceListOutputFromJSONTyped, JobInstanceListOutputToJSON, JobInstanceListOutputToJSONTyped, JobInstanceORMFromJSON, JobInstanceORMFromJSONTyped, JobInstanceORMToJSON, JobInstanceORMToJSONTyped, JobInstanceOutputFromJSON, JobInstanceOutputFromJSONTyped, JobInstanceOutputToJSON, JobInstanceOutputToJSONTyped, JobRequestInputFromJSON, JobRequestInputFromJSONTyped, JobRequestInputToJSON, JobRequestInputToJSONTyped, JobResultUpdateInputFromJSON, JobResultUpdateInputFromJSONTyped, JobResultUpdateInputToJSON, JobResultUpdateInputToJSONTyped, JournalApi, JournalBookORMFromJSON, JournalBookORMFromJSONTyped, JournalBookORMToJSON, JournalBookORMToJSONTyped, JournalEntryArticleORMFromJSON, JournalEntryArticleORMFromJSONTyped, JournalEntryArticleORMToJSON, JournalEntryArticleORMToJSONTyped, JournalEntryInputFromJSON, JournalEntryInputFromJSONTyped, JournalEntryInputToJSON, JournalEntryInputToJSONTyped, JournalEntryListOutputFromJSON, JournalEntryListOutputFromJSONTyped, JournalEntryListOutputToJSON, JournalEntryListOutputToJSONTyped, JournalEntryMultimediaInputFromJSON, JournalEntryMultimediaInputFromJSONTyped, JournalEntryMultimediaInputToJSON, JournalEntryMultimediaInputToJSONTyped, JournalEntryMultimediaORMFromJSON, JournalEntryMultimediaORMFromJSONTyped, JournalEntryMultimediaORMToJSON, JournalEntryMultimediaORMToJSONTyped, JournalEntryMultimediaOutputFromJSON, JournalEntryMultimediaOutputFromJSONTyped, JournalEntryMultimediaOutputToJSON, JournalEntryMultimediaOutputToJSONTyped, JournalEntryORMFromJSON, JournalEntryORMFromJSONTyped, JournalEntryORMToJSON, JournalEntryORMToJSONTyped, JournalEntryOutputDtoFromJSON, JournalEntryOutputDtoFromJSONTyped, JournalEntryOutputDtoToJSON, JournalEntryOutputDtoToJSONTyped, JournalEntryOutputFromJSON, JournalEntryOutputFromJSONTyped, JournalEntryOutputToJSON, JournalEntryOutputToJSONTyped, LayerApi, 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, MapItemRenderFillOption, MapItemRenderFillOptionFromJSON, MapItemRenderFillOptionFromJSONTyped, MapItemRenderFillOptionToJSON, MapItemRenderFillOptionToJSONTyped, MapItemRenderOptionsORMFillTypeEnum, MapItemRenderOptionsORMFromJSON, MapItemRenderOptionsORMFromJSONTyped, MapItemRenderOptionsORMToJSON, MapItemRenderOptionsORMToJSONTyped, MapItemStateTransitionLogDtoFromJSON, MapItemStateTransitionLogDtoFromJSONTyped, MapItemStateTransitionLogDtoToJSON, MapItemStateTransitionLogDtoToJSONTyped, MapItemTypeDynamicFieldDefinitionOutputFromJSON, MapItemTypeDynamicFieldDefinitionOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionOutputToJSON, MapItemTypeDynamicFieldDefinitionOutputToJSONTyped, MapItemTypeDynamicFieldDefinitionSingleOutputFromJSON, MapItemTypeDynamicFieldDefinitionSingleOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionSingleOutputToJSON, MapItemTypeDynamicFieldDefinitionSingleOutputToJSONTyped, MapItemTypeDynamicFieldDefinitionValuesOutputFromJSON, MapItemTypeDynamicFieldDefinitionValuesOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionValuesOutputToJSON, MapItemTypeDynamicFieldDefinitionValuesOutputToJSONTyped, MapItemTypeFormAction, MapItemTypeFormActionFromJSON, MapItemTypeFormActionFromJSONTyped, MapItemTypeFormActionToJSON, MapItemTypeFormActionToJSONTyped, MapItemTypeFormORMFromJSON, MapItemTypeFormORMFromJSONTyped, MapItemTypeFormORMTargetActionNameEnum, MapItemTypeFormORMToJSON, MapItemTypeFormORMToJSONTyped, MapItemTypeFormOutputFromJSON, MapItemTypeFormOutputFromJSONTyped, MapItemTypeFormOutputToJSON, MapItemTypeFormOutputToJSONTyped, MapItemTypeFormSectionBaseFieldId, MapItemTypeFormSectionBaseFieldIdFromJSON, MapItemTypeFormSectionBaseFieldIdFromJSONTyped, MapItemTypeFormSectionBaseFieldIdToJSON, MapItemTypeFormSectionBaseFieldIdToJSONTyped, MapItemTypeFormSectionDtoFromJSON, MapItemTypeFormSectionDtoFromJSONTyped, MapItemTypeFormSectionDtoToJSON, MapItemTypeFormSectionDtoToJSONTyped, MapItemTypeFormSectionFieldMetaType, MapItemTypeFormSectionFieldMetaTypeFromJSON, MapItemTypeFormSectionFieldMetaTypeFromJSONTyped, MapItemTypeFormSectionFieldMetaTypeToJSON, MapItemTypeFormSectionFieldMetaTypeToJSONTyped, MapItemTypeFormSectionFieldORMFieldMetaTypeEnum, MapItemTypeFormSectionFieldORMFieldTypeEnum, MapItemTypeFormSectionFieldORMFromJSON, MapItemTypeFormSectionFieldORMFromJSONTyped, MapItemTypeFormSectionFieldORMToJSON, MapItemTypeFormSectionFieldORMToJSONTyped, MapItemTypeFormSectionFieldOutputFromJSON, MapItemTypeFormSectionFieldOutputFromJSONTyped, MapItemTypeFormSectionFieldOutputToJSON, MapItemTypeFormSectionFieldOutputToJSONTyped, MapItemTypeFormSectionORMFromJSON, MapItemTypeFormSectionORMFromJSONTyped, MapItemTypeFormSectionORMToJSON, MapItemTypeFormSectionORMToJSONTyped, MapItemTypeFormSectionOutputFromJSON, MapItemTypeFormSectionOutputFromJSONTyped, MapItemTypeFormSectionOutputToJSON, MapItemTypeFormSectionOutputToJSONTyped, MapItemTypeInitialValueORMFromJSON, MapItemTypeInitialValueORMFromJSONTyped, MapItemTypeInitialValueORMToJSON, MapItemTypeInitialValueORMToJSONTyped, MapItemTypeORMFromJSON, MapItemTypeORMFromJSONTyped, MapItemTypeORMToJSON, MapItemTypeORMToJSONTyped, MapItemTypeOutputFromJSON, MapItemTypeOutputFromJSONTyped, MapItemTypeOutputToJSON, MapItemTypeOutputToJSONTyped, MapItemTypeSingleOutputFromJSON, MapItemTypeSingleOutputFromJSONTyped, MapItemTypeSingleOutputToJSON, MapItemTypeSingleOutputToJSONTyped, MapLayerContourCoordORMFromJSON, MapLayerContourCoordORMFromJSONTyped, MapLayerContourCoordORMToJSON, MapLayerContourCoordORMToJSONTyped, MapLayerInputFromJSON, MapLayerInputFromJSONTyped, MapLayerInputToJSON, MapLayerInputToJSONTyped, MapLayerItemDecorationORMFromJSON, MapLayerItemDecorationORMFromJSONTyped, MapLayerItemDecorationORMToJSON, MapLayerItemDecorationORMToJSONTyped, MapLayerItemORMFromJSON, MapLayerItemORMFromJSONTyped, MapLayerItemORMToJSON, MapLayerItemORMToJSONTyped, MapLayerListOutputFromJSON, MapLayerListOutputFromJSONTyped, MapLayerListOutputToJSON, MapLayerListOutputToJSONTyped, MapLayerORMFromJSON, MapLayerORMFromJSONTyped, MapLayerORMToJSON, MapLayerORMToJSONTyped, MapLayerOutputDtoFromJSON, MapLayerOutputDtoFromJSONTyped, MapLayerOutputDtoToJSON, MapLayerOutputDtoToJSONTyped, MapLayerOutputFromJSON, MapLayerOutputFromJSONTyped, MapLayerOutputToJSON, MapLayerOutputToJSONTyped, MapListOutputFromJSON, MapListOutputFromJSONTyped, MapListOutputToJSON, MapListOutputToJSONTyped, MapORMFromJSON, MapORMFromJSONTyped, MapORMToJSON, MapORMToJSONTyped, MapOutputFromJSON, MapOutputFromJSONTyped, MapOutputToJSON, MapOutputToJSONTyped, MapZoneInputFromJSON, MapZoneInputFromJSONTyped, MapZoneInputToJSON, MapZoneInputToJSONTyped, MapZoneORMFromJSON, MapZoneORMFromJSONTyped, MapZoneORMToJSON, MapZoneORMToJSONTyped, MapZoneOutputDtoFromJSON, MapZoneOutputDtoFromJSONTyped, MapZoneOutputDtoToJSON, MapZoneOutputDtoToJSONTyped, MapZoneOutputFromJSON, MapZoneOutputFromJSONTyped, MapZoneOutputToJSON, MapZoneOutputToJSONTyped, MapZonePointORMFromJSON, MapZonePointORMFromJSONTyped, MapZonePointORMToJSON, MapZonePointORMToJSONTyped, McpApi, MeasureUnitORMFromJSON, MeasureUnitORMFromJSONTyped, MeasureUnitORMToJSON, MeasureUnitORMToJSONTyped, ModelRequestContextFromJSON, ModelRequestContextFromJSONTyped, ModelRequestContextToJSON, ModelRequestContextToJSONTyped, MultimediaApi, MultimediaORMFromJSON, MultimediaORMFromJSONTyped, MultimediaORMToJSON, MultimediaORMToJSONTyped, MultimediaOutputFromJSON, MultimediaOutputFromJSONTyped, MultimediaOutputToJSON, MultimediaOutputToJSONTyped, MultipleMultimediaOutputFromJSON, MultipleMultimediaOutputFromJSONTyped, MultipleMultimediaOutputToJSON, MultipleMultimediaOutputToJSONTyped, NominatimAddressORMFromJSON, NominatimAddressORMFromJSONTyped, NominatimAddressORMToJSON, NominatimAddressORMToJSONTyped, NominatimORMFromJSON, NominatimORMFromJSONTyped, NominatimORMToJSON, NominatimORMToJSONTyped, OAuthApi, 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, UserPaymentControlDtoFromJSON, UserPaymentControlDtoFromJSONTyped, UserPaymentControlDtoToJSON, UserPaymentControlDtoToJSONTyped, UserPaymentControlOutputFromJSON, UserPaymentControlOutputFromJSONTyped, UserPaymentControlOutputToJSON, UserPaymentControlOutputToJSONTyped, VoidApiResponse, XAxisOptionsFromJSON, XAxisOptionsFromJSONTyped, XAxisOptionsToJSON, XAxisOptionsToJSONTyped, YAxisOptionsFromJSON, YAxisOptionsFromJSONTyped, YAxisOptionsToJSON, YAxisOptionsToJSONTyped, canConsumeForm, exists, instanceOfAccountORM, instanceOfAccountOutput, instanceOfAddUserToOrganizationDto, instanceOfApiV1MapPost402Response, instanceOfArticleORM, instanceOfArticlePresentationORM, instanceOfArticleTypeORM, instanceOfAutoCompleteORM, instanceOfAvailableArticlesDto, instanceOfAvailableArticlesOutput, instanceOfAxisTime, instanceOfAxisTitle, instanceOfCalculateTourInput, instanceOfCalculateTourOutput, instanceOfChartConfiguration, instanceOfChartData, instanceOfChartDataset, instanceOfChartLegend, instanceOfChartOptions, instanceOfChartPlugins, instanceOfChartScales, instanceOfChartTitle, instanceOfCoordDto, instanceOfDataPoint, instanceOfDef182, instanceOfHealthcheckStatusValue, instanceOfInternalMapItemSearchResultORM, instanceOfItemDecorationDto, instanceOfItemLayerLinkInputDto, instanceOfItemLinkToLayerOutput, instanceOfItemRenderOptionsInput, instanceOfItemRenderOptionsOutput, instanceOfItemTypeFormDto, instanceOfItemTypeFormOutput, instanceOfItemTypeInitialValueInputDto, instanceOfItemTypeInitialValueOutput, instanceOfItemTypeOutput, instanceOfItemsOutput, instanceOfJobCatalogOutput, instanceOfJobDefinitionORM, instanceOfJobInstanceListOutput, instanceOfJobInstanceORM, instanceOfJobInstanceOutput, instanceOfJobRequestInput, instanceOfJobResultUpdateInput, instanceOfJournalBookORM, instanceOfJournalEntryArticleORM, instanceOfJournalEntryInput, instanceOfJournalEntryListOutput, instanceOfJournalEntryMultimediaInput, instanceOfJournalEntryMultimediaORM, instanceOfJournalEntryMultimediaOutput, instanceOfJournalEntryORM, instanceOfJournalEntryOutput, instanceOfJournalEntryOutputDto, 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, instanceOfMapItemRenderFillOption, instanceOfMapItemRenderOptionsORM, instanceOfMapItemStateTransitionLogDto, instanceOfMapItemTypeDynamicFieldDefinitionOutput, instanceOfMapItemTypeDynamicFieldDefinitionSingleOutput, instanceOfMapItemTypeDynamicFieldDefinitionValuesOutput, instanceOfMapItemTypeFormAction, instanceOfMapItemTypeFormORM, instanceOfMapItemTypeFormOutput, instanceOfMapItemTypeFormSectionBaseFieldId, instanceOfMapItemTypeFormSectionDto, instanceOfMapItemTypeFormSectionFieldMetaType, instanceOfMapItemTypeFormSectionFieldORM, instanceOfMapItemTypeFormSectionFieldOutput, instanceOfMapItemTypeFormSectionORM, instanceOfMapItemTypeFormSectionOutput, 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, instanceOfUserPaymentControlDto, instanceOfUserPaymentControlOutput, instanceOfXAxisOptions, instanceOfYAxisOptions, mapValues, querystring };
|
|
2927
|
-
export type { AccountORM, AccountOutput, AddUserToOrganizationDto, ApiResponse, ApiV1AccountPostRequest, ApiV1AccountSearchHistoryDeleteRequest, ApiV1AuthManualLoginPostRequest, ApiV1AuthManualPasswordPutRequest, ApiV1AuthManualRegisterPostRequest, ApiV1BackofficeSearchCacheDeleteRequest, ApiV1ItemGetRequest, ApiV1ItemItemIdDeleteRequest, ApiV1ItemItemIdGetRequest, ApiV1ItemItemIdLayerGetRequest, ApiV1ItemItemIdLinkPostRequest, ApiV1ItemItemIdMultimediaPostRequest, ApiV1ItemItemIdRenderPostRequest, ApiV1ItemNearbyGetRequest, ApiV1ItemPostRequest, ApiV1ItemPutRequest, ApiV1ItemTypeDynamicfieldFieldDefinitionIdAutocompleteGetRequest, ApiV1ItemTypeDynamicfieldFieldDefinitionIdInitialValueInitialValueIdDeleteRequest, ApiV1ItemTypeDynamicfieldFieldDefinitionIdInitialValuePostRequest, ApiV1ItemTypeFormSectionFieldFieldIdDeleteRequest, ApiV1ItemTypeItemTypeIdDeleteRequest, ApiV1ItemTypeItemTypeIdFormGetRequest, ApiV1ItemWithinGetRequest, ApiV1JobJobIdGetRequest, ApiV1JobJobIdPutRequest, ApiV1JobPostRequest, ApiV1JournalParentIdEntryJournalEntryIdMultimediaPostRequest, ApiV1JournalParentIdGetRequest, ApiV1JournalParentIdPostRequest, ApiV1JournalParentIdPutRequest, ApiV1LayerLayerIdDeleteRequest, ApiV1LayerLayerIdGetRequest, ApiV1LayerLayerIdItemGetRequest, ApiV1LayerLayerIdItemItemIdPostRequest, ApiV1LayerLayerIdPutRequest, ApiV1LayerLayerIdTourPostRequest, ApiV1LayerLayerIdViewportItemPostRequest, ApiV1LayerPostRequest, ApiV1LayerViewportTileMapZoomLevelTileXTileYGetRequest, ApiV1LocationPointPostRequest, ApiV1LocationZonePostRequest, ApiV1MapCodeMapCodeGetRequest, ApiV1MapMapIdGetRequest, ApiV1MapMapIdLayerGetRequest, ApiV1MapPost402Response, ApiV1MapPostRequest, ApiV1MultimediaHumanRelativeUrlGetRequest, ApiV1MultimediaMultimediaIdGetRequest, ApiV1MultimediaPostRequest, ApiV1MultimediaPptxPostRequest, ApiV1OrganizationPostRequest, ApiV1OrganizationPutRequest, ApiV1OrganizationUserPostRequest, ApiV1OrganizationUserUserIdDeleteRequest, ApiV1OrganizationUserUserIdPasswordPutRequest, ApiV1ReportItemGetRequest, ApiV1ReportReportIdColumnColumnIdDeleteRequest, ApiV1ReportReportIdColumnColumnIdFilterFilterIdDeleteRequest, ApiV1ReportReportIdColumnColumnIdFilterGetRequest, ApiV1ReportReportIdColumnColumnIdFilterPostRequest, ApiV1ReportReportIdColumnColumnIdFilterPutRequest, ApiV1ReportReportIdColumnGetRequest, ApiV1ReportReportIdColumnPostRequest, ApiV1ReportReportIdColumnPutRequest, ApiV1ReportReportIdDataPostRequest, ApiV1ReportReportIdDeleteRequest, ApiV1ReportReportIdGetRequest, ApiV1SearchAutocompletePostRequest, ApiV1SearchPostRequest, ApiV1SearchReverseGetRequest, ApiV1SourcePostRequest, ApiV1StatemachineStateMachineIdStatePostRequest, ApiV1StatemachineStateMachineIdTransitionPostRequest, ArticleORM, ArticlePresentationORM, ArticleTypeORM, AutoCompleteORM, AvailableArticlesDto, AvailableArticlesOutput, AxisTime, AxisTitle, CalculateTourInput, CalculateTourOutput, ChartConfiguration, ChartData, ChartDataset, ChartLegend, ChartOptions, ChartPlugins, ChartScales, ChartTitle, ConfigurationParameters, Consume, CoordDto, DataPoint,
|
|
3076
|
+
export { AccountApi, AccountORMFromJSON, AccountORMFromJSONTyped, AccountORMToJSON, AccountORMToJSONTyped, AccountOutputFromJSON, AccountOutputFromJSONTyped, AccountOutputToJSON, AccountOutputToJSONTyped, AddUserToOrganizationDtoFromJSON, AddUserToOrganizationDtoFromJSONTyped, AddUserToOrganizationDtoToJSON, AddUserToOrganizationDtoToJSONTyped, ApiV1MapPost402ResponseFromJSON, ApiV1MapPost402ResponseFromJSONTyped, ApiV1MapPost402ResponseToJSON, ApiV1MapPost402ResponseToJSONTyped, ApiV1ReportItemGetOrderDirectionEnum, ApiV1ReportItemGetQOperatorEnum, ApiV1ReportReportIdDataPostFormatEnum, ArticleApi, ArticleORMFromJSON, ArticleORMFromJSONTyped, ArticleORMToJSON, ArticleORMToJSONTyped, ArticlePresentationORMFromJSON, ArticlePresentationORMFromJSONTyped, ArticlePresentationORMToJSON, ArticlePresentationORMToJSONTyped, ArticleTypeORMFromJSON, ArticleTypeORMFromJSONTyped, ArticleTypeORMToJSON, ArticleTypeORMToJSONTyped, AutoCompleteORMFromJSON, AutoCompleteORMFromJSONTyped, AutoCompleteORMToJSON, AutoCompleteORMToJSONTyped, AvailableArticlesDtoFromJSON, AvailableArticlesDtoFromJSONTyped, AvailableArticlesDtoToJSON, AvailableArticlesDtoToJSONTyped, AvailableArticlesOutputFromJSON, AvailableArticlesOutputFromJSONTyped, AvailableArticlesOutputToJSON, AvailableArticlesOutputToJSONTyped, AxisTimeFromJSON, AxisTimeFromJSONTyped, AxisTimeToJSON, AxisTimeToJSONTyped, AxisTitleFromJSON, AxisTitleFromJSONTyped, AxisTitleToJSON, AxisTitleToJSONTyped, BASE_PATH, BackofficeApi, BaseAPI, BlobApiResponse, COLLECTION_FORMATS, CalculateTourInputFromJSON, CalculateTourInputFromJSONTyped, CalculateTourInputToJSON, CalculateTourInputToJSONTyped, CalculateTourOutputFromJSON, CalculateTourOutputFromJSONTyped, CalculateTourOutputToJSON, CalculateTourOutputToJSONTyped, ChartConfigurationFromJSON, ChartConfigurationFromJSONTyped, ChartConfigurationToJSON, ChartConfigurationToJSONTyped, ChartDataFromJSON, ChartDataFromJSONTyped, ChartDataToJSON, ChartDataToJSONTyped, ChartDatasetFromJSON, ChartDatasetFromJSONTyped, ChartDatasetToJSON, ChartDatasetToJSONTyped, ChartLegendFromJSON, ChartLegendFromJSONTyped, ChartLegendPositionEnum, ChartLegendToJSON, ChartLegendToJSONTyped, ChartOptionsFromJSON, ChartOptionsFromJSONTyped, ChartOptionsToJSON, ChartOptionsToJSONTyped, ChartPluginsFromJSON, ChartPluginsFromJSONTyped, ChartPluginsToJSON, ChartPluginsToJSONTyped, ChartScalesFromJSON, ChartScalesFromJSONTyped, ChartScalesToJSON, ChartScalesToJSONTyped, ChartTitleFromJSON, ChartTitleFromJSONTyped, ChartTitleToJSON, ChartTitleToJSONTyped, Configuration, CoordDtoFromJSON, CoordDtoFromJSONTyped, CoordDtoToJSON, CoordDtoToJSONTyped, DataPointFromJSON, DataPointFromJSONTyped, DataPointToJSON, DataPointToJSONTyped, Def191FromJSON, Def191FromJSONTyped, Def191ToJSON, Def191ToJSONTyped, DefaultApi, DefaultConfig, FetchError, HealthcheckApi, HealthcheckStatusValue, HealthcheckStatusValueFromJSON, HealthcheckStatusValueFromJSONTyped, HealthcheckStatusValueToJSON, HealthcheckStatusValueToJSONTyped, InternalMapItemSearchResultORMFromJSON, InternalMapItemSearchResultORMFromJSONTyped, InternalMapItemSearchResultORMToJSON, InternalMapItemSearchResultORMToJSONTyped, ItemApi, ItemDecorationDtoFromJSON, ItemDecorationDtoFromJSONTyped, ItemDecorationDtoToJSON, ItemDecorationDtoToJSONTyped, ItemLayerLinkInputDtoFromJSON, ItemLayerLinkInputDtoFromJSONTyped, ItemLayerLinkInputDtoToJSON, ItemLayerLinkInputDtoToJSONTyped, ItemLinkToLayerOutputFromJSON, ItemLinkToLayerOutputFromJSONTyped, ItemLinkToLayerOutputToJSON, ItemLinkToLayerOutputToJSONTyped, ItemRenderOptionsInputFillTypeEnum, ItemRenderOptionsInputFromJSON, ItemRenderOptionsInputFromJSONTyped, ItemRenderOptionsInputToJSON, ItemRenderOptionsInputToJSONTyped, ItemRenderOptionsOutputFromJSON, ItemRenderOptionsOutputFromJSONTyped, ItemRenderOptionsOutputToJSON, ItemRenderOptionsOutputToJSONTyped, ItemTypeApi, ItemTypeFormDtoFromJSON, ItemTypeFormDtoFromJSONTyped, ItemTypeFormDtoToJSON, ItemTypeFormDtoToJSONTyped, ItemTypeFormOutputFromJSON, ItemTypeFormOutputFromJSONTyped, ItemTypeFormOutputToJSON, ItemTypeFormOutputToJSONTyped, ItemTypeInitialValueInputDtoFromJSON, ItemTypeInitialValueInputDtoFromJSONTyped, ItemTypeInitialValueInputDtoToJSON, ItemTypeInitialValueInputDtoToJSONTyped, ItemTypeInitialValueOutputFromJSON, ItemTypeInitialValueOutputFromJSONTyped, ItemTypeInitialValueOutputToJSON, ItemTypeInitialValueOutputToJSONTyped, ItemTypeOutputFromJSON, ItemTypeOutputFromJSONTyped, ItemTypeOutputToJSON, ItemTypeOutputToJSONTyped, ItemsOutputFromJSON, ItemsOutputFromJSONTyped, ItemsOutputToJSON, ItemsOutputToJSONTyped, JSONApiResponse, JobApi, JobCatalogOutputFromJSON, JobCatalogOutputFromJSONTyped, JobCatalogOutputToJSON, JobCatalogOutputToJSONTyped, JobDefinitionORMFromJSON, JobDefinitionORMFromJSONTyped, JobDefinitionORMToJSON, JobDefinitionORMToJSONTyped, JobInstanceListOutputFromJSON, JobInstanceListOutputFromJSONTyped, JobInstanceListOutputToJSON, JobInstanceListOutputToJSONTyped, JobInstanceORMFromJSON, JobInstanceORMFromJSONTyped, JobInstanceORMToJSON, JobInstanceORMToJSONTyped, JobInstanceOutputFromJSON, JobInstanceOutputFromJSONTyped, JobInstanceOutputToJSON, JobInstanceOutputToJSONTyped, JobRequestInputFromJSON, JobRequestInputFromJSONTyped, JobRequestInputToJSON, JobRequestInputToJSONTyped, JobResultUpdateInputFromJSON, JobResultUpdateInputFromJSONTyped, JobResultUpdateInputToJSON, JobResultUpdateInputToJSONTyped, JournalApi, JournalBookORMFromJSON, JournalBookORMFromJSONTyped, JournalBookORMToJSON, JournalBookORMToJSONTyped, JournalEntryArticleORMFromJSON, JournalEntryArticleORMFromJSONTyped, JournalEntryArticleORMToJSON, JournalEntryArticleORMToJSONTyped, JournalEntryInputFromJSON, JournalEntryInputFromJSONTyped, JournalEntryInputToJSON, JournalEntryInputToJSONTyped, JournalEntryListOutputFromJSON, JournalEntryListOutputFromJSONTyped, JournalEntryListOutputToJSON, JournalEntryListOutputToJSONTyped, JournalEntryMultimediaInputFromJSON, JournalEntryMultimediaInputFromJSONTyped, JournalEntryMultimediaInputToJSON, JournalEntryMultimediaInputToJSONTyped, JournalEntryMultimediaORMFromJSON, JournalEntryMultimediaORMFromJSONTyped, JournalEntryMultimediaORMToJSON, JournalEntryMultimediaORMToJSONTyped, JournalEntryMultimediaOutputFromJSON, JournalEntryMultimediaOutputFromJSONTyped, JournalEntryMultimediaOutputToJSON, JournalEntryMultimediaOutputToJSONTyped, JournalEntryORMFromJSON, JournalEntryORMFromJSONTyped, JournalEntryORMToJSON, JournalEntryORMToJSONTyped, JournalEntryOutputDtoFromJSON, JournalEntryOutputDtoFromJSONTyped, JournalEntryOutputDtoToJSON, JournalEntryOutputDtoToJSONTyped, JournalEntryOutputFromJSON, JournalEntryOutputFromJSONTyped, JournalEntryOutputToJSON, JournalEntryOutputToJSONTyped, LayerApi, LayerFieldFilterOperator, LayerFieldFilterOperatorFromJSON, LayerFieldFilterOperatorFromJSONTyped, LayerFieldFilterOperatorToJSON, LayerFieldFilterOperatorToJSONTyped, LayerInputDtoFromJSON, LayerInputDtoFromJSONTyped, LayerInputDtoToJSON, LayerInputDtoToJSONTyped, LayerItemTypeFieldFilterDtoFromJSON, LayerItemTypeFieldFilterDtoFromJSONTyped, LayerItemTypeFieldFilterDtoOperatorEnum, LayerItemTypeFieldFilterDtoToJSON, LayerItemTypeFieldFilterDtoToJSONTyped, LegendPosition, LegendPositionFromJSON, LegendPositionFromJSONTyped, LegendPositionToJSON, LegendPositionToJSONTyped, LocationApi, LocationForReportORMFromJSON, LocationForReportORMFromJSONTyped, LocationForReportORMToJSON, LocationForReportORMToJSONTyped, LocationORMFromJSON, LocationORMFromJSONTyped, LocationORMToJSON, LocationORMToJSONTyped, LocationOutputFromJSON, LocationOutputFromJSONTyped, LocationOutputToJSON, LocationOutputToJSONTyped, LoginApi, MagnitudeORMFromJSON, MagnitudeORMFromJSONTyped, MagnitudeORMToJSON, MagnitudeORMToJSONTyped, ManualLoginInputFromJSON, ManualLoginInputFromJSONTyped, ManualLoginInputToJSON, ManualLoginInputToJSONTyped, ManualLoginPasswordUpdateInputFromJSON, ManualLoginPasswordUpdateInputFromJSONTyped, ManualLoginPasswordUpdateInputToJSON, ManualLoginPasswordUpdateInputToJSONTyped, ManualRegisterInputFromJSON, ManualRegisterInputFromJSONTyped, ManualRegisterInputToJSON, ManualRegisterInputToJSONTyped, MapApi, MapClusterListOutputPaginatedFromJSON, MapClusterListOutputPaginatedFromJSONTyped, MapClusterListOutputPaginatedToJSON, MapClusterListOutputPaginatedToJSONTyped, MapClusterORMFromJSON, MapClusterORMFromJSONTyped, MapClusterORMToJSON, MapClusterORMToJSONTyped, MapItemArticleInputDtoFromJSON, MapItemArticleInputDtoFromJSONTyped, MapItemArticleInputDtoToJSON, MapItemArticleInputDtoToJSONTyped, MapItemArticleORMFromJSON, MapItemArticleORMFromJSONTyped, MapItemArticleORMToJSON, MapItemArticleORMToJSONTyped, MapItemCustomFieldDefinitionORMFieldTypeEnum, MapItemCustomFieldDefinitionORMFromJSON, MapItemCustomFieldDefinitionORMFromJSONTyped, MapItemCustomFieldDefinitionORMToJSON, MapItemCustomFieldDefinitionORMToJSONTyped, MapItemDynamicFieldInputDtoFromJSON, MapItemDynamicFieldInputDtoFromJSONTyped, MapItemDynamicFieldInputDtoToJSON, MapItemDynamicFieldInputDtoToJSONTyped, MapItemDynamicFieldORMFromJSON, MapItemDynamicFieldORMFromJSONTyped, MapItemDynamicFieldORMToJSON, MapItemDynamicFieldORMToJSONTyped, MapItemDynamicFieldWithDefinitionORMFromJSON, MapItemDynamicFieldWithDefinitionORMFromJSONTyped, MapItemDynamicFieldWithDefinitionORMToJSON, MapItemDynamicFieldWithDefinitionORMToJSONTyped, MapItemFieldType, MapItemFieldTypeFromJSON, MapItemFieldTypeFromJSONTyped, MapItemFieldTypeToJSON, MapItemFieldTypeToJSONTyped, MapItemInputFromJSON, MapItemInputFromJSONTyped, MapItemInputToJSON, MapItemInputToJSONTyped, MapItemLinkORMFromJSON, MapItemLinkORMFromJSONTyped, MapItemLinkORMToJSON, MapItemLinkORMToJSONTyped, MapItemLinkOutputFromJSON, MapItemLinkOutputFromJSONTyped, MapItemLinkOutputToJSON, MapItemLinkOutputToJSONTyped, MapItemListOutputFromJSON, MapItemListOutputFromJSONTyped, MapItemListOutputPaginatedFromJSON, MapItemListOutputPaginatedFromJSONTyped, MapItemListOutputPaginatedToJSON, MapItemListOutputPaginatedToJSONTyped, MapItemListOutputToJSON, MapItemListOutputToJSONTyped, MapItemMultimediaORMFromJSON, MapItemMultimediaORMFromJSONTyped, MapItemMultimediaORMToJSON, MapItemMultimediaORMToJSONTyped, MapItemMultimediaOutputFromJSON, MapItemMultimediaOutputFromJSONTyped, MapItemMultimediaOutputToJSON, MapItemMultimediaOutputToJSONTyped, MapItemNearByORMFromJSON, MapItemNearByORMFromJSONTyped, MapItemNearByORMToJSON, MapItemNearByORMToJSONTyped, MapItemORMFromJSON, MapItemORMFromJSONTyped, MapItemORMToJSON, MapItemORMToJSONTyped, MapItemOutputDtoFromJSON, MapItemOutputDtoFromJSONTyped, MapItemOutputDtoPropsFromJSON, MapItemOutputDtoPropsFromJSONTyped, MapItemOutputDtoPropsToJSON, MapItemOutputDtoPropsToJSONTyped, MapItemOutputDtoToJSON, MapItemOutputDtoToJSONTyped, MapItemOutputFromJSON, MapItemOutputFromJSONTyped, MapItemOutputToJSON, MapItemOutputToJSONTyped, MapItemRenderFillOption, MapItemRenderFillOptionFromJSON, MapItemRenderFillOptionFromJSONTyped, MapItemRenderFillOptionToJSON, MapItemRenderFillOptionToJSONTyped, MapItemRenderOptionsORMFillTypeEnum, MapItemRenderOptionsORMFromJSON, MapItemRenderOptionsORMFromJSONTyped, MapItemRenderOptionsORMToJSON, MapItemRenderOptionsORMToJSONTyped, MapItemStateTransitionLogDtoFromJSON, MapItemStateTransitionLogDtoFromJSONTyped, MapItemStateTransitionLogDtoToJSON, MapItemStateTransitionLogDtoToJSONTyped, MapItemTypeDynamicFieldDefinitionOutputFromJSON, MapItemTypeDynamicFieldDefinitionOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionOutputToJSON, MapItemTypeDynamicFieldDefinitionOutputToJSONTyped, MapItemTypeDynamicFieldDefinitionSingleOutputFromJSON, MapItemTypeDynamicFieldDefinitionSingleOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionSingleOutputToJSON, MapItemTypeDynamicFieldDefinitionSingleOutputToJSONTyped, MapItemTypeDynamicFieldDefinitionValuesOutputFromJSON, MapItemTypeDynamicFieldDefinitionValuesOutputFromJSONTyped, MapItemTypeDynamicFieldDefinitionValuesOutputToJSON, MapItemTypeDynamicFieldDefinitionValuesOutputToJSONTyped, MapItemTypeFormAction, MapItemTypeFormActionFromJSON, MapItemTypeFormActionFromJSONTyped, MapItemTypeFormActionToJSON, MapItemTypeFormActionToJSONTyped, MapItemTypeFormORMFromJSON, MapItemTypeFormORMFromJSONTyped, MapItemTypeFormORMTargetActionNameEnum, MapItemTypeFormORMToJSON, MapItemTypeFormORMToJSONTyped, MapItemTypeFormOutputFromJSON, MapItemTypeFormOutputFromJSONTyped, MapItemTypeFormOutputToJSON, MapItemTypeFormOutputToJSONTyped, MapItemTypeFormSectionBaseFieldId, MapItemTypeFormSectionBaseFieldIdFromJSON, MapItemTypeFormSectionBaseFieldIdFromJSONTyped, MapItemTypeFormSectionBaseFieldIdToJSON, MapItemTypeFormSectionBaseFieldIdToJSONTyped, MapItemTypeFormSectionDtoFromJSON, MapItemTypeFormSectionDtoFromJSONTyped, MapItemTypeFormSectionDtoToJSON, MapItemTypeFormSectionDtoToJSONTyped, MapItemTypeFormSectionFieldMetaType, MapItemTypeFormSectionFieldMetaTypeFromJSON, MapItemTypeFormSectionFieldMetaTypeFromJSONTyped, MapItemTypeFormSectionFieldMetaTypeToJSON, MapItemTypeFormSectionFieldMetaTypeToJSONTyped, MapItemTypeFormSectionFieldORMFieldMetaTypeEnum, MapItemTypeFormSectionFieldORMFieldTypeEnum, MapItemTypeFormSectionFieldORMFromJSON, MapItemTypeFormSectionFieldORMFromJSONTyped, MapItemTypeFormSectionFieldORMToJSON, MapItemTypeFormSectionFieldORMToJSONTyped, MapItemTypeFormSectionFieldOutputFromJSON, MapItemTypeFormSectionFieldOutputFromJSONTyped, MapItemTypeFormSectionFieldOutputToJSON, MapItemTypeFormSectionFieldOutputToJSONTyped, MapItemTypeFormSectionORMFromJSON, MapItemTypeFormSectionORMFromJSONTyped, MapItemTypeFormSectionORMToJSON, MapItemTypeFormSectionORMToJSONTyped, MapItemTypeFormSectionOutputFromJSON, MapItemTypeFormSectionOutputFromJSONTyped, MapItemTypeFormSectionOutputToJSON, MapItemTypeFormSectionOutputToJSONTyped, MapItemTypeInitialValueORMFromJSON, MapItemTypeInitialValueORMFromJSONTyped, MapItemTypeInitialValueORMToJSON, MapItemTypeInitialValueORMToJSONTyped, MapItemTypeORMFromJSON, MapItemTypeORMFromJSONTyped, MapItemTypeORMToJSON, MapItemTypeORMToJSONTyped, MapItemTypeOutputFromJSON, MapItemTypeOutputFromJSONTyped, MapItemTypeOutputToJSON, MapItemTypeOutputToJSONTyped, MapItemTypeSingleOutputFromJSON, MapItemTypeSingleOutputFromJSONTyped, MapItemTypeSingleOutputToJSON, MapItemTypeSingleOutputToJSONTyped, MapLayerContourCoordORMFromJSON, MapLayerContourCoordORMFromJSONTyped, MapLayerContourCoordORMToJSON, MapLayerContourCoordORMToJSONTyped, MapLayerInputFromJSON, MapLayerInputFromJSONTyped, MapLayerInputToJSON, MapLayerInputToJSONTyped, MapLayerItemDecorationORMFromJSON, MapLayerItemDecorationORMFromJSONTyped, MapLayerItemDecorationORMToJSON, MapLayerItemDecorationORMToJSONTyped, MapLayerItemORMFromJSON, MapLayerItemORMFromJSONTyped, MapLayerItemORMToJSON, MapLayerItemORMToJSONTyped, MapLayerItemTypeFieldFilterORMFromJSON, MapLayerItemTypeFieldFilterORMFromJSONTyped, MapLayerItemTypeFieldFilterORMOperatorEnum, MapLayerItemTypeFieldFilterORMToJSON, MapLayerItemTypeFieldFilterORMToJSONTyped, MapLayerListOutputFromJSON, MapLayerListOutputFromJSONTyped, MapLayerListOutputToJSON, MapLayerListOutputToJSONTyped, MapLayerORMFromJSON, MapLayerORMFromJSONTyped, MapLayerORMToJSON, MapLayerORMToJSONTyped, MapLayerOutputDtoFromJSON, MapLayerOutputDtoFromJSONTyped, MapLayerOutputDtoToJSON, MapLayerOutputDtoToJSONTyped, MapLayerOutputFromJSON, MapLayerOutputFromJSONTyped, MapLayerOutputToJSON, MapLayerOutputToJSONTyped, MapListOutputFromJSON, MapListOutputFromJSONTyped, MapListOutputToJSON, MapListOutputToJSONTyped, MapORMFromJSON, MapORMFromJSONTyped, MapORMToJSON, MapORMToJSONTyped, MapOutputFromJSON, MapOutputFromJSONTyped, MapOutputToJSON, MapOutputToJSONTyped, MapZoneInputFromJSON, MapZoneInputFromJSONTyped, MapZoneInputToJSON, MapZoneInputToJSONTyped, MapZoneORMFromJSON, MapZoneORMFromJSONTyped, MapZoneORMToJSON, MapZoneORMToJSONTyped, MapZoneOutputDtoFromJSON, MapZoneOutputDtoFromJSONTyped, MapZoneOutputDtoToJSON, MapZoneOutputDtoToJSONTyped, MapZoneOutputFromJSON, MapZoneOutputFromJSONTyped, MapZoneOutputToJSON, MapZoneOutputToJSONTyped, MapZonePointORMFromJSON, MapZonePointORMFromJSONTyped, MapZonePointORMToJSON, MapZonePointORMToJSONTyped, McpApi, MeasureUnitORMFromJSON, MeasureUnitORMFromJSONTyped, MeasureUnitORMToJSON, MeasureUnitORMToJSONTyped, ModelRequestContextFromJSON, ModelRequestContextFromJSONTyped, ModelRequestContextToJSON, ModelRequestContextToJSONTyped, MultimediaApi, MultimediaORMFromJSON, MultimediaORMFromJSONTyped, MultimediaORMToJSON, MultimediaORMToJSONTyped, MultimediaOutputFromJSON, MultimediaOutputFromJSONTyped, MultimediaOutputToJSON, MultimediaOutputToJSONTyped, MultipleMultimediaOutputFromJSON, MultipleMultimediaOutputFromJSONTyped, MultipleMultimediaOutputToJSON, MultipleMultimediaOutputToJSONTyped, NearbyPlaceDtoFromJSON, NearbyPlaceDtoFromJSONTyped, NearbyPlaceDtoToJSON, NearbyPlaceDtoToJSONTyped, NominatimAddressORMFromJSON, NominatimAddressORMFromJSONTyped, NominatimAddressORMToJSON, NominatimAddressORMToJSONTyped, NominatimORMFromJSON, NominatimORMFromJSONTyped, NominatimORMToJSON, NominatimORMToJSONTyped, OAuthApi, OAuthClientORMFromJSON, OAuthClientORMFromJSONTyped, OAuthClientORMToJSON, OAuthClientORMToJSONTyped, OAuthRefreshTokenORMFromJSON, OAuthRefreshTokenORMFromJSONTyped, OAuthRefreshTokenORMToJSON, OAuthRefreshTokenORMToJSONTyped, OrganizationApi, OrganizationORMFromJSON, OrganizationORMFromJSONTyped, OrganizationORMToJSON, OrganizationORMToJSONTyped, PageInfoFromJSON, PageInfoFromJSONTyped, PageInfoToJSON, PageInfoToJSONTyped, PlaceAddressDtoFromJSON, PlaceAddressDtoFromJSONTyped, PlaceAddressDtoToJSON, PlaceAddressDtoToJSONTyped, PlaceApi, PlaceDetailsDtoFromJSON, PlaceDetailsDtoFromJSONTyped, PlaceDetailsDtoToJSON, PlaceDetailsDtoToJSONTyped, PlaceDetailsOutputFromJSON, PlaceDetailsOutputFromJSONTyped, PlaceDetailsOutputToJSON, PlaceDetailsOutputToJSONTyped, ReportAllItemsListOutputFromJSON, ReportAllItemsListOutputFromJSONTyped, ReportAllItemsListOutputToJSON, ReportAllItemsListOutputToJSONTyped, ReportApi, ReportAvailableColumnDtoColumnTypeEnum, ReportAvailableColumnDtoFromJSON, ReportAvailableColumnDtoFromJSONTyped, ReportAvailableColumnDtoToJSON, ReportAvailableColumnDtoToJSONTyped, ReportAvailableColumnsListOutputFromJSON, ReportAvailableColumnsListOutputFromJSONTyped, ReportAvailableColumnsListOutputToJSON, ReportAvailableColumnsListOutputToJSONTyped, ReportColumnFilterListOutputFromJSON, ReportColumnFilterListOutputFromJSONTyped, ReportColumnFilterListOutputToJSON, ReportColumnFilterListOutputToJSONTyped, ReportColumnFilterORMFromJSON, ReportColumnFilterORMFromJSONTyped, ReportColumnFilterORMToJSON, ReportColumnFilterORMToJSONTyped, ReportColumnFilterOutputFromJSON, ReportColumnFilterOutputFromJSONTyped, ReportColumnFilterOutputToJSON, ReportColumnFilterOutputToJSONTyped, ReportColumnListOutputFromJSON, ReportColumnListOutputFromJSONTyped, ReportColumnListOutputToJSON, ReportColumnListOutputToJSONTyped, ReportColumnORMFromJSON, ReportColumnORMFromJSONTyped, ReportColumnORMToJSON, ReportColumnORMToJSONTyped, ReportColumnOutputFromJSON, ReportColumnOutputFromJSONTyped, ReportColumnOutputToJSON, ReportColumnOutputToJSONTyped, ReportConfigurationDtoFromJSON, ReportConfigurationDtoFromJSONTyped, ReportConfigurationDtoToJSON, ReportConfigurationDtoToJSONTyped, ReportDataCSVDtoFromJSON, ReportDataCSVDtoFromJSONTyped, ReportDataCSVDtoToJSON, ReportDataCSVDtoToJSONTyped, ReportDataDtoFromJSON, ReportDataDtoFromJSONTyped, ReportDataDtoToJSON, ReportDataDtoToJSONTyped, ReportDataJSONDtoFromJSON, ReportDataJSONDtoFromJSONTyped, ReportDataJSONDtoToJSON, ReportDataJSONDtoToJSONTyped, ReportDataORMFromJSON, ReportDataORMFromJSONTyped, ReportDataORMToJSON, ReportDataORMToJSONTyped, ReportDataOutputFromJSON, ReportDataOutputFromJSONTyped, ReportDataOutputToJSON, ReportDataOutputToJSONTyped, ReportDataRowORMFromJSON, ReportDataRowORMFromJSONTyped, ReportDataRowORMToJSON, ReportDataRowORMToJSONTyped, ReportDtoFromJSON, ReportDtoFromJSONTyped, ReportDtoToJSON, ReportDtoToJSONTyped, ReportListOutputFromJSON, ReportListOutputFromJSONTyped, ReportListOutputToJSON, ReportListOutputToJSONTyped, ReportORMFromJSON, ReportORMFromJSONTyped, ReportORMToJSON, ReportORMToJSONTyped, ReportOutputFromJSON, ReportOutputFromJSONTyped, ReportOutputToJSON, ReportOutputToJSONTyped, RequiredError, ResponseError, ReverseGeoCodingOutputFromJSON, ReverseGeoCodingOutputFromJSONTyped, ReverseGeoCodingOutputToJSON, ReverseGeoCodingOutputToJSONTyped, SEARCHSECTIONS, SEARCHSECTIONSFromJSON, SEARCHSECTIONSFromJSONTyped, SEARCHSECTIONSToJSON, SEARCHSECTIONSToJSONTyped, SearchApi, SearchORMFromJSON, SearchORMFromJSONTyped, SearchORMToJSON, SearchORMToJSONTyped, SearchOutputFromJSON, SearchOutputFromJSONTyped, SearchOutputToJSON, SearchOutputToJSONTyped, SearchResultDtoFromJSON, SearchResultDtoFromJSONTyped, SearchResultDtoToJSON, SearchResultDtoToJSONTyped, SearchResultSectionDtoFromJSON, SearchResultSectionDtoFromJSONTyped, SearchResultSectionDtoToJSON, SearchResultSectionDtoToJSONTyped, SearchResultSectionItemFromJSON, SearchResultSectionItemFromJSONTyped, SearchResultSectionItemToJSON, SearchResultSectionItemToJSONTyped, SourceApi, SourceDtoFromJSON, SourceDtoFromJSONTyped, SourceDtoToJSON, SourceDtoToJSONTyped, SourceListOutputFromJSON, SourceListOutputFromJSONTyped, SourceListOutputToJSON, SourceListOutputToJSONTyped, SourceOutputFromJSON, SourceOutputFromJSONTyped, SourceOutputToJSON, SourceOutputToJSONTyped, StateMachineApi, StateMachineDefinitionListOutputFromJSON, StateMachineDefinitionListOutputFromJSONTyped, StateMachineDefinitionListOutputToJSON, StateMachineDefinitionListOutputToJSONTyped, StateMachineDefinitionOutputDtoFromJSON, StateMachineDefinitionOutputDtoFromJSONTyped, StateMachineDefinitionOutputDtoToJSON, StateMachineDefinitionOutputDtoToJSONTyped, StateMachineDefinitionOutputFromJSON, StateMachineDefinitionOutputFromJSONTyped, StateMachineDefinitionOutputToJSON, StateMachineDefinitionOutputToJSONTyped, StateMachineInputFromJSON, StateMachineInputFromJSONTyped, StateMachineInputToJSON, StateMachineInputToJSONTyped, StateMachineORMFromJSON, StateMachineORMFromJSONTyped, StateMachineORMToJSON, StateMachineORMToJSONTyped, StateMachineOutputFromJSON, StateMachineOutputFromJSONTyped, StateMachineOutputToJSON, StateMachineOutputToJSONTyped, StateMachineStateInputFromJSON, StateMachineStateInputFromJSONTyped, StateMachineStateInputToJSON, StateMachineStateInputToJSONTyped, StateMachineStateORMFromJSON, StateMachineStateORMFromJSONTyped, StateMachineStateORMToJSON, StateMachineStateORMToJSONTyped, StateMachineStateOutputDtoFromJSON, StateMachineStateOutputDtoFromJSONTyped, StateMachineStateOutputDtoToJSON, StateMachineStateOutputDtoToJSONTyped, StateMachineTransitionInputFromJSON, StateMachineTransitionInputFromJSONTyped, StateMachineTransitionInputToJSON, StateMachineTransitionInputToJSONTyped, StateMachineTransitionLogORMFromJSON, StateMachineTransitionLogORMFromJSONTyped, StateMachineTransitionLogORMToJSON, StateMachineTransitionLogORMToJSONTyped, StateMachineTransitionORMFromJSON, StateMachineTransitionORMFromJSONTyped, StateMachineTransitionORMToJSON, StateMachineTransitionORMToJSONTyped, StateMachineTransitionOutputDtoFromJSON, StateMachineTransitionOutputDtoFromJSONTyped, StateMachineTransitionOutputDtoToJSON, StateMachineTransitionOutputDtoToJSONTyped, TextApiResponse, UpdateUserInOrganizationPasswordDtoFromJSON, UpdateUserInOrganizationPasswordDtoFromJSONTyped, UpdateUserInOrganizationPasswordDtoToJSON, UpdateUserInOrganizationPasswordDtoToJSONTyped, UploadDtoFromJSON, UploadDtoFromJSONTyped, UploadDtoToJSON, UploadDtoToJSONTyped, UploadOutputFromJSON, UploadOutputFromJSONTyped, UploadOutputToJSON, UploadOutputToJSONTyped, UserDtoFromJSON, UserDtoFromJSONTyped, UserDtoToJSON, UserDtoToJSONTyped, UserInOrganizationDtoFromJSON, UserInOrganizationDtoFromJSONTyped, UserInOrganizationDtoToJSON, UserInOrganizationDtoToJSONTyped, UserInOrganizationOutputFromJSON, UserInOrganizationOutputFromJSONTyped, UserInOrganizationOutputToJSON, UserInOrganizationOutputToJSONTyped, UserORMFromJSON, UserORMFromJSONTyped, UserORMToJSON, UserORMToJSONTyped, UserPaymentControlDtoFromJSON, UserPaymentControlDtoFromJSONTyped, UserPaymentControlDtoToJSON, UserPaymentControlDtoToJSONTyped, UserPaymentControlOutputFromJSON, UserPaymentControlOutputFromJSONTyped, UserPaymentControlOutputToJSON, UserPaymentControlOutputToJSONTyped, VoidApiResponse, XAxisOptionsFromJSON, XAxisOptionsFromJSONTyped, XAxisOptionsToJSON, XAxisOptionsToJSONTyped, YAxisOptionsFromJSON, YAxisOptionsFromJSONTyped, YAxisOptionsToJSON, YAxisOptionsToJSONTyped, canConsumeForm, exists, instanceOfAccountORM, instanceOfAccountOutput, instanceOfAddUserToOrganizationDto, instanceOfApiV1MapPost402Response, instanceOfArticleORM, instanceOfArticlePresentationORM, instanceOfArticleTypeORM, instanceOfAutoCompleteORM, instanceOfAvailableArticlesDto, instanceOfAvailableArticlesOutput, instanceOfAxisTime, instanceOfAxisTitle, instanceOfCalculateTourInput, instanceOfCalculateTourOutput, instanceOfChartConfiguration, instanceOfChartData, instanceOfChartDataset, instanceOfChartLegend, instanceOfChartOptions, instanceOfChartPlugins, instanceOfChartScales, instanceOfChartTitle, instanceOfCoordDto, instanceOfDataPoint, instanceOfDef191, instanceOfHealthcheckStatusValue, instanceOfInternalMapItemSearchResultORM, instanceOfItemDecorationDto, instanceOfItemLayerLinkInputDto, instanceOfItemLinkToLayerOutput, instanceOfItemRenderOptionsInput, instanceOfItemRenderOptionsOutput, instanceOfItemTypeFormDto, instanceOfItemTypeFormOutput, instanceOfItemTypeInitialValueInputDto, instanceOfItemTypeInitialValueOutput, instanceOfItemTypeOutput, instanceOfItemsOutput, instanceOfJobCatalogOutput, instanceOfJobDefinitionORM, instanceOfJobInstanceListOutput, instanceOfJobInstanceORM, instanceOfJobInstanceOutput, instanceOfJobRequestInput, instanceOfJobResultUpdateInput, instanceOfJournalBookORM, instanceOfJournalEntryArticleORM, instanceOfJournalEntryInput, instanceOfJournalEntryListOutput, instanceOfJournalEntryMultimediaInput, instanceOfJournalEntryMultimediaORM, instanceOfJournalEntryMultimediaOutput, instanceOfJournalEntryORM, instanceOfJournalEntryOutput, instanceOfJournalEntryOutputDto, instanceOfLayerFieldFilterOperator, instanceOfLayerInputDto, instanceOfLayerItemTypeFieldFilterDto, instanceOfLegendPosition, instanceOfLocationForReportORM, instanceOfLocationORM, instanceOfLocationOutput, instanceOfMagnitudeORM, instanceOfManualLoginInput, instanceOfManualLoginPasswordUpdateInput, instanceOfManualRegisterInput, instanceOfMapClusterListOutputPaginated, instanceOfMapClusterORM, instanceOfMapItemArticleInputDto, instanceOfMapItemArticleORM, instanceOfMapItemCustomFieldDefinitionORM, instanceOfMapItemDynamicFieldInputDto, instanceOfMapItemDynamicFieldORM, instanceOfMapItemDynamicFieldWithDefinitionORM, instanceOfMapItemFieldType, instanceOfMapItemInput, instanceOfMapItemLinkORM, instanceOfMapItemLinkOutput, instanceOfMapItemListOutput, instanceOfMapItemListOutputPaginated, instanceOfMapItemMultimediaORM, instanceOfMapItemMultimediaOutput, instanceOfMapItemNearByORM, instanceOfMapItemORM, instanceOfMapItemOutput, instanceOfMapItemOutputDto, instanceOfMapItemOutputDtoProps, instanceOfMapItemRenderFillOption, instanceOfMapItemRenderOptionsORM, instanceOfMapItemStateTransitionLogDto, instanceOfMapItemTypeDynamicFieldDefinitionOutput, instanceOfMapItemTypeDynamicFieldDefinitionSingleOutput, instanceOfMapItemTypeDynamicFieldDefinitionValuesOutput, instanceOfMapItemTypeFormAction, instanceOfMapItemTypeFormORM, instanceOfMapItemTypeFormOutput, instanceOfMapItemTypeFormSectionBaseFieldId, instanceOfMapItemTypeFormSectionDto, instanceOfMapItemTypeFormSectionFieldMetaType, instanceOfMapItemTypeFormSectionFieldORM, instanceOfMapItemTypeFormSectionFieldOutput, instanceOfMapItemTypeFormSectionORM, instanceOfMapItemTypeFormSectionOutput, instanceOfMapItemTypeInitialValueORM, instanceOfMapItemTypeORM, instanceOfMapItemTypeOutput, instanceOfMapItemTypeSingleOutput, instanceOfMapLayerContourCoordORM, instanceOfMapLayerInput, instanceOfMapLayerItemDecorationORM, instanceOfMapLayerItemORM, instanceOfMapLayerItemTypeFieldFilterORM, instanceOfMapLayerListOutput, instanceOfMapLayerORM, instanceOfMapLayerOutput, instanceOfMapLayerOutputDto, instanceOfMapListOutput, instanceOfMapORM, instanceOfMapOutput, instanceOfMapZoneInput, instanceOfMapZoneORM, instanceOfMapZoneOutput, instanceOfMapZoneOutputDto, instanceOfMapZonePointORM, instanceOfMeasureUnitORM, instanceOfModelRequestContext, instanceOfMultimediaORM, instanceOfMultimediaOutput, instanceOfMultipleMultimediaOutput, instanceOfNearbyPlaceDto, instanceOfNominatimAddressORM, instanceOfNominatimORM, instanceOfOAuthClientORM, instanceOfOAuthRefreshTokenORM, instanceOfOrganizationORM, instanceOfPageInfo, instanceOfPlaceAddressDto, instanceOfPlaceDetailsDto, instanceOfPlaceDetailsOutput, instanceOfReportAllItemsListOutput, instanceOfReportAvailableColumnDto, instanceOfReportAvailableColumnsListOutput, instanceOfReportColumnFilterListOutput, instanceOfReportColumnFilterORM, instanceOfReportColumnFilterOutput, instanceOfReportColumnListOutput, instanceOfReportColumnORM, instanceOfReportColumnOutput, instanceOfReportConfigurationDto, instanceOfReportDataCSVDto, instanceOfReportDataDto, instanceOfReportDataJSONDto, instanceOfReportDataORM, instanceOfReportDataOutput, instanceOfReportDataRowORM, instanceOfReportDto, instanceOfReportListOutput, instanceOfReportORM, instanceOfReportOutput, instanceOfReverseGeoCodingOutput, instanceOfSEARCHSECTIONS, instanceOfSearchORM, instanceOfSearchOutput, instanceOfSearchResultDto, instanceOfSearchResultSectionDto, instanceOfSearchResultSectionItem, instanceOfSourceDto, instanceOfSourceListOutput, instanceOfSourceOutput, instanceOfStateMachineDefinitionListOutput, instanceOfStateMachineDefinitionOutput, instanceOfStateMachineDefinitionOutputDto, instanceOfStateMachineInput, instanceOfStateMachineORM, instanceOfStateMachineOutput, instanceOfStateMachineStateInput, instanceOfStateMachineStateORM, instanceOfStateMachineStateOutputDto, instanceOfStateMachineTransitionInput, instanceOfStateMachineTransitionLogORM, instanceOfStateMachineTransitionORM, instanceOfStateMachineTransitionOutputDto, instanceOfUpdateUserInOrganizationPasswordDto, instanceOfUploadDto, instanceOfUploadOutput, instanceOfUserDto, instanceOfUserInOrganizationDto, instanceOfUserInOrganizationOutput, instanceOfUserORM, instanceOfUserPaymentControlDto, instanceOfUserPaymentControlOutput, instanceOfXAxisOptions, instanceOfYAxisOptions, mapValues, querystring };
|
|
3077
|
+
export type { AccountORM, AccountOutput, AddUserToOrganizationDto, ApiResponse, ApiV1AccountPostRequest, ApiV1AccountSearchHistoryDeleteRequest, ApiV1AuthManualLoginPostRequest, ApiV1AuthManualPasswordPutRequest, ApiV1AuthManualRegisterPostRequest, ApiV1BackofficeSearchCacheDeleteRequest, ApiV1ItemGetRequest, ApiV1ItemItemIdDeleteRequest, ApiV1ItemItemIdGetRequest, ApiV1ItemItemIdLayerGetRequest, ApiV1ItemItemIdLinkPostRequest, ApiV1ItemItemIdMultimediaPostRequest, ApiV1ItemItemIdRenderPostRequest, ApiV1ItemNearbyGetRequest, ApiV1ItemPostRequest, ApiV1ItemPutRequest, ApiV1ItemTypeDynamicfieldFieldDefinitionIdAutocompleteGetRequest, ApiV1ItemTypeDynamicfieldFieldDefinitionIdInitialValueInitialValueIdDeleteRequest, ApiV1ItemTypeDynamicfieldFieldDefinitionIdInitialValuePostRequest, ApiV1ItemTypeFormSectionFieldFieldIdDeleteRequest, ApiV1ItemTypeItemTypeIdDeleteRequest, ApiV1ItemTypeItemTypeIdFormGetRequest, ApiV1ItemWithinGetRequest, ApiV1JobJobIdGetRequest, ApiV1JobJobIdPutRequest, ApiV1JobPostRequest, ApiV1JournalParentIdEntryJournalEntryIdMultimediaPostRequest, ApiV1JournalParentIdGetRequest, ApiV1JournalParentIdPostRequest, ApiV1JournalParentIdPutRequest, ApiV1LayerLayerIdDeleteRequest, ApiV1LayerLayerIdGetRequest, ApiV1LayerLayerIdItemGetRequest, ApiV1LayerLayerIdItemItemIdPostRequest, ApiV1LayerLayerIdPutRequest, ApiV1LayerLayerIdTourPostRequest, ApiV1LayerLayerIdViewportItemPostRequest, ApiV1LayerPostRequest, ApiV1LayerViewportTileMapZoomLevelTileXTileYGetRequest, ApiV1LocationPointPostRequest, ApiV1LocationZonePostRequest, ApiV1MapCodeMapCodeGetRequest, ApiV1MapMapIdGetRequest, ApiV1MapMapIdLayerGetRequest, ApiV1MapPost402Response, ApiV1MapPostRequest, ApiV1MultimediaHumanRelativeUrlGetRequest, ApiV1MultimediaMultimediaIdGetRequest, ApiV1MultimediaPostRequest, ApiV1MultimediaPptxPostRequest, ApiV1OrganizationPostRequest, ApiV1OrganizationPutRequest, ApiV1OrganizationUserPostRequest, ApiV1OrganizationUserUserIdDeleteRequest, ApiV1OrganizationUserUserIdPasswordPutRequest, ApiV1PlaceDetailsGetRequest, ApiV1ReportItemGetRequest, ApiV1ReportReportIdColumnColumnIdDeleteRequest, ApiV1ReportReportIdColumnColumnIdFilterFilterIdDeleteRequest, ApiV1ReportReportIdColumnColumnIdFilterGetRequest, ApiV1ReportReportIdColumnColumnIdFilterPostRequest, ApiV1ReportReportIdColumnColumnIdFilterPutRequest, ApiV1ReportReportIdColumnGetRequest, ApiV1ReportReportIdColumnPostRequest, ApiV1ReportReportIdColumnPutRequest, ApiV1ReportReportIdDataPostRequest, ApiV1ReportReportIdDeleteRequest, ApiV1ReportReportIdGetRequest, ApiV1SearchAutocompletePostRequest, ApiV1SearchPostRequest, ApiV1SearchReverseGetRequest, ApiV1SourcePostRequest, ApiV1StatemachineStateMachineIdStatePostRequest, ApiV1StatemachineStateMachineIdTransitionPostRequest, ArticleORM, ArticlePresentationORM, ArticleTypeORM, AutoCompleteORM, AvailableArticlesDto, AvailableArticlesOutput, AxisTime, AxisTitle, CalculateTourInput, CalculateTourOutput, ChartConfiguration, ChartData, ChartDataset, ChartLegend, ChartOptions, ChartPlugins, ChartScales, ChartTitle, ConfigurationParameters, Consume, CoordDto, DataPoint, Def191, ErrorContext, FetchAPI, FetchParams, HTTPBody, HTTPHeaders, HTTPMethod, HTTPQuery, HTTPRequestInit, InitOverrideFunction, InternalMapItemSearchResultORM, ItemDecorationDto, ItemLayerLinkInputDto, ItemLinkToLayerOutput, ItemRenderOptionsInput, ItemRenderOptionsOutput, ItemTypeFormDto, ItemTypeFormOutput, ItemTypeInitialValueInputDto, ItemTypeInitialValueOutput, ItemTypeOutput, ItemsOutput, JobCatalogOutput, JobDefinitionORM, JobInstanceListOutput, JobInstanceORM, JobInstanceOutput, JobRequestInput, JobResultUpdateInput, JournalBookORM, JournalEntryArticleORM, JournalEntryInput, JournalEntryListOutput, JournalEntryMultimediaInput, JournalEntryMultimediaORM, JournalEntryMultimediaOutput, JournalEntryORM, JournalEntryOutput, JournalEntryOutputDto, Json, LayerInputDto, LayerItemTypeFieldFilterDto, LocationForReportORM, LocationORM, LocationOutput, MagnitudeORM, ManualLoginInput, ManualLoginPasswordUpdateInput, ManualRegisterInput, MapClusterListOutputPaginated, MapClusterORM, MapItemArticleInputDto, MapItemArticleORM, MapItemCustomFieldDefinitionORM, MapItemDynamicFieldInputDto, MapItemDynamicFieldORM, MapItemDynamicFieldWithDefinitionORM, MapItemInput, MapItemLinkORM, MapItemLinkOutput, MapItemListOutput, MapItemListOutputPaginated, MapItemMultimediaORM, MapItemMultimediaOutput, MapItemNearByORM, MapItemORM, MapItemOutput, MapItemOutputDto, MapItemOutputDtoProps, MapItemRenderOptionsORM, MapItemStateTransitionLogDto, MapItemTypeDynamicFieldDefinitionOutput, MapItemTypeDynamicFieldDefinitionSingleOutput, MapItemTypeDynamicFieldDefinitionValuesOutput, MapItemTypeFormORM, MapItemTypeFormOutput, MapItemTypeFormSectionDto, MapItemTypeFormSectionFieldORM, MapItemTypeFormSectionFieldOutput, MapItemTypeFormSectionORM, MapItemTypeFormSectionOutput, MapItemTypeInitialValueORM, MapItemTypeORM, MapItemTypeOutput, MapItemTypeSingleOutput, MapLayerContourCoordORM, MapLayerInput, MapLayerItemDecorationORM, MapLayerItemORM, MapLayerItemTypeFieldFilterORM, MapLayerListOutput, MapLayerORM, MapLayerOutput, MapLayerOutputDto, MapListOutput, MapORM, MapOutput, MapZoneInput, MapZoneORM, MapZoneOutput, MapZoneOutputDto, MapZonePointORM, MeasureUnitORM, Middleware, ModelPropertyNaming, ModelRequestContext, MultimediaORM, MultimediaOutput, MultipleMultimediaOutput, NearbyPlaceDto, NominatimAddressORM, NominatimORM, OAuthClientORM, OAuthRefreshTokenORM, OrganizationORM, PageInfo, PlaceAddressDto, PlaceDetailsDto, PlaceDetailsOutput, ReportAllItemsListOutput, ReportAvailableColumnDto, ReportAvailableColumnsListOutput, ReportColumnFilterListOutput, ReportColumnFilterORM, ReportColumnFilterOutput, ReportColumnListOutput, ReportColumnORM, ReportColumnOutput, ReportConfigurationDto, ReportDataCSVDto, ReportDataDto, ReportDataJSONDto, ReportDataORM, ReportDataOutput, ReportDataRowORM, ReportDto, ReportListOutput, ReportORM, ReportOutput, RequestContext, RequestOpts, ResponseContext, ResponseTransformer, ReverseGeoCodingOutput, SearchORM, SearchOutput, SearchResultDto, SearchResultSectionDto, SearchResultSectionItem, SourceDto, SourceListOutput, SourceOutput, StateMachineDefinitionListOutput, StateMachineDefinitionOutput, StateMachineDefinitionOutputDto, StateMachineInput, StateMachineORM, StateMachineOutput, StateMachineStateInput, StateMachineStateORM, StateMachineStateOutputDto, StateMachineTransitionInput, StateMachineTransitionLogORM, StateMachineTransitionORM, StateMachineTransitionOutputDto, UpdateUserInOrganizationPasswordDto, UploadDto, UploadOutput, UserDto, UserInOrganizationDto, UserInOrganizationOutput, UserORM, UserPaymentControlDto, UserPaymentControlOutput, XAxisOptions, YAxisOptions };
|