@jrojaspin/security-map-api-cli 1.9.0 → 2.1.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/package.json +6 -4
- package/src/apis/AccountApi.ts +58 -20
- package/src/apis/ArticleApi.ts +6 -6
- package/src/apis/ItemApi.ts +289 -71
- package/src/apis/JournalApi.ts +28 -28
- package/src/apis/LocationApi.ts +57 -14
- package/src/apis/LoginApi.ts +15 -15
- package/src/apis/MapApi.ts +46 -79
- package/src/apis/MultimediaApi.ts +6 -6
- package/src/apis/OrganizationApi.ts +41 -41
- package/src/apis/ReportApi.ts +37 -23
- package/src/apis/SearchApi.ts +9 -9
- package/src/apis/SourceApi.ts +17 -17
- package/src/apis/StateMachineApi.ts +6 -6
- package/src/apis/index.ts +0 -1
- package/src/models/{Def1.ts → AccountORM.ts} +15 -23
- package/src/models/AccountOutput.ts +74 -0
- package/src/models/AddUserToOrganizationDto.ts +74 -0
- package/src/models/{Def4.ts → ArticleORM.ts} +26 -31
- package/src/models/ArticlePresentationORM.ts +83 -0
- package/src/models/ArticleTypeORM.ts +74 -0
- package/src/models/AutoCompleteORM.ts +98 -0
- package/src/models/AvailableArticlesDto.ts +138 -0
- package/src/models/AvailableArticlesOutput.ts +74 -0
- package/src/models/AxisTitle.ts +75 -0
- package/src/models/ChartConfiguration.ts +99 -0
- package/src/models/ChartData.ts +74 -0
- package/src/models/ChartDataset.ts +131 -0
- package/src/models/ChartLegend.ts +79 -0
- package/src/models/ChartOptions.ts +99 -0
- package/src/models/ChartPlugins.ts +90 -0
- package/src/models/ChartScales.ts +90 -0
- package/src/models/ChartTitle.ts +75 -0
- package/src/models/DataPoint.ts +75 -0
- package/src/models/ItemLayerLinkInputDto.ts +66 -0
- package/src/models/ItemLinkToLayerOutput.ts +66 -0
- package/src/models/ItemTypeFormDto.ts +106 -0
- package/src/models/ItemTypeFormOutput.ts +74 -0
- package/src/models/{Def16.ts → ItemTypeORM.ts} +19 -38
- package/src/models/ItemTypeOutput.ts +74 -0
- package/src/models/ItemsOutput.ts +74 -0
- package/src/models/JournalBookORM.ts +84 -0
- package/src/models/JournalEntryArticleORM.ts +110 -0
- package/src/models/JournalEntryListOutput.ts +74 -0
- package/src/models/JournalEntryMultimediaInput.ts +66 -0
- package/src/models/JournalEntryMultimediaORM.ts +83 -0
- package/src/models/JournalEntryMultimediaOutput.ts +66 -0
- package/src/models/{Def57Data.ts → JournalEntryORM.ts} +25 -24
- package/src/models/JournalEntryOutput.ts +74 -0
- package/src/models/JournalEntryOutputDto.ts +75 -0
- package/src/models/LegendPosition.ts +55 -0
- package/src/models/LocationORM.ts +218 -0
- package/src/models/LocationOutput.ts +74 -0
- package/src/models/MagnitudeORM.ts +74 -0
- package/src/models/{Def44.ts → ManualLoginInput.ts} +13 -13
- package/src/models/{Def45.ts → ManualLoginPasswordUpdateInput.ts} +13 -13
- package/src/models/{Def43.ts → ManualRegisterInput.ts} +14 -14
- package/src/models/MapItemArticleInputDto.ts +109 -0
- package/src/models/MapItemArticleORM.ts +110 -0
- package/src/models/{Def14.ts → MapItemCustomFieldDefinitionORM.ts} +17 -36
- package/src/models/{Def15CustomFieldValue.ts → MapItemDynamicFieldInputDto.ts} +19 -21
- package/src/models/{Def13.ts → MapItemDynamicFieldORM.ts} +17 -18
- package/src/models/MapItemDynamicFieldWithDefinitionORM.ts +90 -0
- package/src/models/MapItemInput.ts +191 -0
- package/src/models/{Def11.ts → MapItemLinkORM.ts} +26 -23
- package/src/models/MapItemLinkOutput.ts +74 -0
- package/src/models/MapItemListOutput.ts +74 -0
- package/src/models/MapItemMultimediaORM.ts +83 -0
- package/src/models/MapItemMultimediaOutput.ts +74 -0
- package/src/models/MapItemNearByORM.ts +75 -0
- package/src/models/MapItemORM.ts +133 -0
- package/src/models/MapItemOutput.ts +74 -0
- package/src/models/MapItemOutputDto.ts +225 -0
- package/src/models/MapItemOutputDtoProps.ts +225 -0
- package/src/models/MapItemTypeDynamicFieldDefinitionOutput.ts +74 -0
- package/src/models/MapItemTypeDynamicFieldDefinitionValuesOutput.ts +66 -0
- package/src/models/MapItemTypeFormORM.ts +83 -0
- package/src/models/MapItemTypeFormSectionDto.ts +90 -0
- package/src/models/MapItemTypeFormSectionFieldORM.ts +101 -0
- package/src/models/MapItemTypeFormSectionORM.ts +92 -0
- package/src/models/{Def54Data.ts → MapItemTypeORM.ts} +43 -35
- package/src/models/MapItemTypeOutput.ts +74 -0
- package/src/models/MapLayerInput.ts +84 -0
- package/src/models/MapLayerItemListOutput.ts +74 -0
- package/src/models/MapLayerItemORM.ts +101 -0
- package/src/models/MapLayerItemOutput.ts +74 -0
- package/src/models/MapLayerListOutput.ts +74 -0
- package/src/models/{Def7.ts → MapLayerORM.ts} +27 -33
- package/src/models/MapLayerOutput.ts +74 -0
- package/src/models/MapLayerOutputDto.ts +118 -0
- package/src/models/MapListOutput.ts +74 -0
- package/src/models/{Def71Data.ts → MapORM.ts} +35 -32
- package/src/models/MapOutput.ts +74 -0
- package/src/models/MapZoneInput.ts +66 -0
- package/src/models/MapZoneORM.ts +83 -0
- package/src/models/MapZoneOutput.ts +74 -0
- package/src/models/MapZoneOutputDto.ts +100 -0
- package/src/models/MapZonePointORM.ts +83 -0
- package/src/models/MeasureUnitORM.ts +92 -0
- package/src/models/ModelRequestContext.ts +74 -0
- package/src/models/{Def18.ts → MultimediaORM.ts} +24 -31
- package/src/models/MultimediaOutput.ts +74 -0
- package/src/models/NominatimAddressORM.ts +147 -0
- package/src/models/NominatimORM.ts +192 -0
- package/src/models/{Def2.ts → OrganizationORM.ts} +16 -17
- package/src/models/{Def86.ts → ReportAvailableColumnDto.ts} +13 -13
- package/src/models/ReportAvailableColumnsListOutput.ts +74 -0
- package/src/models/ReportColumnFilterORM.ts +101 -0
- package/src/models/ReportColumnORM.ts +135 -0
- package/src/models/{Def83.ts → ReportConfigurationDto.ts} +13 -22
- package/src/models/ReportDataCSVDto.ts +66 -0
- package/src/models/ReportDataDto.ts +88 -0
- package/src/models/ReportDataJSONDto.ts +74 -0
- package/src/models/ReportDataORM.ts +74 -0
- package/src/models/ReportDataOutput.ts +74 -0
- package/src/models/{Def34RowsInner.ts → ReportDataRowORM.ts} +12 -12
- package/src/models/ReportDto.ts +75 -0
- package/src/models/ReportListOutput.ts +74 -0
- package/src/models/{Def58Data.ts → ReportORM.ts} +25 -32
- package/src/models/ReportOutput.ts +74 -0
- package/src/models/SearchORM.ts +84 -0
- package/src/models/SearchOutput.ts +74 -0
- package/src/models/SearchResultDto.ts +74 -0
- package/src/models/SearchResultSectionDto.ts +92 -0
- package/src/models/SearchResultSectionItem.ts +100 -0
- package/src/models/{Def86Data.ts → SourceDto.ts} +16 -15
- package/src/models/SourceListOutput.ts +74 -0
- package/src/models/SourceOutput.ts +74 -0
- package/src/models/StateMachineDefinitionListOutput.ts +74 -0
- package/src/models/StateMachineDefinitionOutputDto.ts +117 -0
- package/src/models/StateMachineORM.ts +82 -0
- package/src/models/{Def37.ts → StateMachineStateORM.ts} +20 -20
- package/src/models/StateMachineStateOutputDto.ts +84 -0
- package/src/models/{Def39.ts → StateMachineTransitionLogORM.ts} +20 -22
- package/src/models/{Def98TransitionsInner.ts → StateMachineTransitionORM.ts} +18 -19
- package/src/models/{Def38.ts → StateMachineTransitionOutputDto.ts} +15 -24
- package/src/models/UpdateUserInOrganizationPasswordDto.ts +66 -0
- package/src/models/UploadDto.ts +75 -0
- package/src/models/UploadOutput.ts +74 -0
- package/src/models/UserDto.ts +83 -0
- package/src/models/{Def49.ts → UserInOrganizationDto.ts} +23 -32
- package/src/models/UserInOrganizationOutput.ts +74 -0
- package/src/models/{Def3.ts → UserORM.ts} +36 -38
- package/src/models/XAxisOptions.ts +83 -0
- package/src/models/YAxisOptions.ts +83 -0
- package/src/models/index.ts +130 -155
- package/src/apis/DefaultApi.ts +0 -224
- package/src/models/Def0.ts +0 -74
- package/src/models/Def10.ts +0 -105
- package/src/models/Def100.ts +0 -73
- package/src/models/Def100Data.ts +0 -73
- package/src/models/Def101.ts +0 -74
- package/src/models/Def101Data.ts +0 -73
- package/src/models/Def12.ts +0 -81
- package/src/models/Def15.ts +0 -90
- package/src/models/Def15CustomFieldDefinition.ts +0 -111
- package/src/models/Def17.ts +0 -81
- package/src/models/Def19.ts +0 -81
- package/src/models/Def20.ts +0 -105
- package/src/models/Def21.ts +0 -81
- package/src/models/Def22.ts +0 -217
- package/src/models/Def23.ts +0 -97
- package/src/models/Def24.ts +0 -128
- package/src/models/Def25.ts +0 -81
- package/src/models/Def26.ts +0 -81
- package/src/models/Def27.ts +0 -105
- package/src/models/Def28.ts +0 -121
- package/src/models/Def29.ts +0 -97
- package/src/models/Def30.ts +0 -113
- package/src/models/Def31.ts +0 -116
- package/src/models/Def32.ts +0 -121
- package/src/models/Def33.ts +0 -66
- package/src/models/Def34.ts +0 -74
- package/src/models/Def35.ts +0 -98
- package/src/models/Def35LocationOrm.ts +0 -217
- package/src/models/Def35MapItemOrm.ts +0 -156
- package/src/models/Def36.ts +0 -84
- package/src/models/Def40.ts +0 -137
- package/src/models/Def41.ts +0 -187
- package/src/models/Def41Address.ts +0 -137
- package/src/models/Def42.ts +0 -74
- package/src/models/Def42Data.ts +0 -81
- package/src/models/Def46.ts +0 -90
- package/src/models/Def46OrganizationOrm.ts +0 -84
- package/src/models/Def46UserOrm.ts +0 -147
- package/src/models/Def47.ts +0 -74
- package/src/models/Def47UsersInner.ts +0 -75
- package/src/models/Def48.ts +0 -66
- package/src/models/Def5.ts +0 -89
- package/src/models/Def50.ts +0 -74
- package/src/models/Def50ArticlePresentationsInner.ts +0 -97
- package/src/models/Def50ArticleTypesInner.ts +0 -89
- package/src/models/Def50ArticlesInner.ts +0 -113
- package/src/models/Def50DataInner.ts +0 -138
- package/src/models/Def50MagnitudesInner.ts +0 -81
- package/src/models/Def50MeasureUnitsInner.ts +0 -97
- package/src/models/Def51.ts +0 -138
- package/src/models/Def51ArticlePresentationsInner.ts +0 -97
- package/src/models/Def51ArticleTypesInner.ts +0 -89
- package/src/models/Def51ArticlesInner.ts +0 -113
- package/src/models/Def51Data.ts +0 -138
- package/src/models/Def51MagnitudesInner.ts +0 -81
- package/src/models/Def51MeasureUnitsInner.ts +0 -97
- package/src/models/Def52.ts +0 -74
- package/src/models/Def52Data.ts +0 -138
- package/src/models/Def53.ts +0 -65
- package/src/models/Def53Data.ts +0 -127
- package/src/models/Def54.ts +0 -74
- package/src/models/Def54DataInner.ts +0 -246
- package/src/models/Def54DataInnerArticlesInner.ts +0 -105
- package/src/models/Def54DataInnerDynamicFieldsInner.ts +0 -90
- package/src/models/Def54DataInnerItemMultimediasInner.ts +0 -81
- package/src/models/Def54DataInnerLinkedItemsInner.ts +0 -105
- package/src/models/Def54DataInnerMapZoneDto.ts +0 -99
- package/src/models/Def54DataInnerMapZoneDtoLocationsInner.ts +0 -217
- package/src/models/Def55.ts +0 -74
- package/src/models/Def55DataInner.ts +0 -246
- package/src/models/Def55DataInnerArticlesInner.ts +0 -105
- package/src/models/Def55DataInnerDynamicFieldsInner.ts +0 -90
- package/src/models/Def55DataInnerItemMultimediasInner.ts +0 -81
- package/src/models/Def55DataInnerLinkedItemsInner.ts +0 -105
- package/src/models/Def55DataInnerMapZoneDto.ts +0 -99
- package/src/models/Def55DataInnerMapZoneDtoLocationsInner.ts +0 -217
- package/src/models/Def56.ts +0 -124
- package/src/models/Def57.ts +0 -66
- package/src/models/Def58.ts +0 -74
- package/src/models/Def58DataInner.ts +0 -124
- package/src/models/Def59.ts +0 -74
- package/src/models/Def59DataInner.ts +0 -124
- package/src/models/Def6.ts +0 -97
- package/src/models/Def60.ts +0 -66
- package/src/models/Def61.ts +0 -90
- package/src/models/Def61MapZoneInput.ts +0 -90
- package/src/models/Def62.ts +0 -223
- package/src/models/Def62MapZoneInput.ts +0 -90
- package/src/models/Def63.ts +0 -84
- package/src/models/Def63Data.ts +0 -121
- package/src/models/Def64.ts +0 -74
- package/src/models/Def64Data.ts +0 -121
- package/src/models/Def64DataInner.ts +0 -121
- package/src/models/Def65.ts +0 -74
- package/src/models/Def65DataInner.ts +0 -121
- package/src/models/Def66.ts +0 -246
- package/src/models/Def67.ts +0 -99
- package/src/models/Def68.ts +0 -74
- package/src/models/Def68DataInner.ts +0 -105
- package/src/models/Def69.ts +0 -74
- package/src/models/Def69DataInner.ts +0 -105
- package/src/models/Def70.ts +0 -74
- package/src/models/Def71.ts +0 -66
- package/src/models/Def72.ts +0 -74
- package/src/models/Def72Data.ts +0 -105
- package/src/models/Def73.ts +0 -74
- package/src/models/Def73Data.ts +0 -81
- package/src/models/Def73DataInner.ts +0 -128
- package/src/models/Def74.ts +0 -74
- package/src/models/Def74Data.ts +0 -128
- package/src/models/Def74DataInner.ts +0 -128
- package/src/models/Def75.ts +0 -74
- package/src/models/Def75Data.ts +0 -128
- package/src/models/Def76.ts +0 -74
- package/src/models/Def76Data.ts +0 -113
- package/src/models/Def77.ts +0 -74
- package/src/models/Def77Data.ts +0 -113
- package/src/models/Def77DataInner.ts +0 -113
- package/src/models/Def78.ts +0 -74
- package/src/models/Def78Data.ts +0 -246
- package/src/models/Def78DataInner.ts +0 -113
- package/src/models/Def79.ts +0 -74
- package/src/models/Def79Data.ts +0 -246
- package/src/models/Def8.ts +0 -156
- package/src/models/Def80.ts +0 -83
- package/src/models/Def80Data.ts +0 -83
- package/src/models/Def81.ts +0 -74
- package/src/models/Def81Data.ts +0 -83
- package/src/models/Def82.ts +0 -74
- package/src/models/Def82Data.ts +0 -113
- package/src/models/Def84.ts +0 -75
- package/src/models/Def85.ts +0 -73
- package/src/models/Def87.ts +0 -74
- package/src/models/Def87Data.ts +0 -73
- package/src/models/Def88.ts +0 -74
- package/src/models/Def88Data.ts +0 -75
- package/src/models/Def88DataInner.ts +0 -73
- package/src/models/Def89.ts +0 -74
- package/src/models/Def89DataInner.ts +0 -73
- package/src/models/Def9.ts +0 -113
- package/src/models/Def90.ts +0 -74
- package/src/models/Def90DataInner.ts +0 -75
- package/src/models/Def91.ts +0 -101
- package/src/models/Def91ItemsInner.ts +0 -101
- package/src/models/Def92.ts +0 -92
- package/src/models/Def92ItemsInner.ts +0 -101
- package/src/models/Def92SectionsInner.ts +0 -92
- package/src/models/Def93.ts +0 -74
- package/src/models/Def93Data.ts +0 -74
- package/src/models/Def93SectionsInner.ts +0 -92
- package/src/models/Def94.ts +0 -74
- package/src/models/Def94Data.ts +0 -74
- package/src/models/Def95.ts +0 -73
- package/src/models/Def95Data.ts +0 -73
- package/src/models/Def96.ts +0 -74
- package/src/models/Def96Data.ts +0 -73
- package/src/models/Def96DataInner.ts +0 -73
- package/src/models/Def97.ts +0 -74
- package/src/models/Def97DataInner.ts +0 -73
- package/src/models/Def97StatesInner.ts +0 -92
- package/src/models/Def97TransitionsInner.ts +0 -102
- package/src/models/Def98.ts +0 -116
- package/src/models/Def98DataInner.ts +0 -116
- package/src/models/Def98StatesInner.ts +0 -92
- package/src/models/Def99.ts +0 -74
- package/src/models/Def99DataInner.ts +0 -116
package/src/models/Def30.ts
DELETED
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Security Map API
|
|
5
|
-
* Security Map API
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
/**
|
|
17
|
-
* MultimediaORM
|
|
18
|
-
* @export
|
|
19
|
-
* @interface Def30
|
|
20
|
-
*/
|
|
21
|
-
export interface Def30 {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof Def30
|
|
26
|
-
*/
|
|
27
|
-
id?: number;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof Def30
|
|
32
|
-
*/
|
|
33
|
-
relativeURL?: string;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof Def30
|
|
38
|
-
*/
|
|
39
|
-
mediaType?: string;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof Def30
|
|
44
|
-
*/
|
|
45
|
-
createDate?: string;
|
|
46
|
-
/**
|
|
47
|
-
*
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof Def30
|
|
50
|
-
*/
|
|
51
|
-
deleteDate?: string;
|
|
52
|
-
/**
|
|
53
|
-
*
|
|
54
|
-
* @type {number}
|
|
55
|
-
* @memberof Def30
|
|
56
|
-
*/
|
|
57
|
-
organizationId?: number;
|
|
58
|
-
/**
|
|
59
|
-
*
|
|
60
|
-
* @type {number}
|
|
61
|
-
* @memberof Def30
|
|
62
|
-
*/
|
|
63
|
-
userId?: number;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* Check if a given object implements the Def30 interface.
|
|
68
|
-
*/
|
|
69
|
-
export function instanceOfDef30(value: object): value is Def30 {
|
|
70
|
-
return true;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
export function Def30FromJSON(json: any): Def30 {
|
|
74
|
-
return Def30FromJSONTyped(json, false);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
export function Def30FromJSONTyped(json: any, ignoreDiscriminator: boolean): Def30 {
|
|
78
|
-
if (json == null) {
|
|
79
|
-
return json;
|
|
80
|
-
}
|
|
81
|
-
return {
|
|
82
|
-
|
|
83
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
84
|
-
'relativeURL': json['relativeURL'] == null ? undefined : json['relativeURL'],
|
|
85
|
-
'mediaType': json['mediaType'] == null ? undefined : json['mediaType'],
|
|
86
|
-
'createDate': json['createDate'] == null ? undefined : json['createDate'],
|
|
87
|
-
'deleteDate': json['deleteDate'] == null ? undefined : json['deleteDate'],
|
|
88
|
-
'organizationId': json['organizationId'] == null ? undefined : json['organizationId'],
|
|
89
|
-
'userId': json['userId'] == null ? undefined : json['userId'],
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
export function Def30ToJSON(json: any): Def30 {
|
|
94
|
-
return Def30ToJSONTyped(json, false);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export function Def30ToJSONTyped(value?: Def30 | null, ignoreDiscriminator: boolean = false): any {
|
|
98
|
-
if (value == null) {
|
|
99
|
-
return value;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
return {
|
|
103
|
-
|
|
104
|
-
'id': value['id'],
|
|
105
|
-
'relativeURL': value['relativeURL'],
|
|
106
|
-
'mediaType': value['mediaType'],
|
|
107
|
-
'createDate': value['createDate'],
|
|
108
|
-
'deleteDate': value['deleteDate'],
|
|
109
|
-
'organizationId': value['organizationId'],
|
|
110
|
-
'userId': value['userId'],
|
|
111
|
-
};
|
|
112
|
-
}
|
|
113
|
-
|
package/src/models/Def31.ts
DELETED
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Security Map API
|
|
5
|
-
* Security Map API
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
/**
|
|
17
|
-
* ReportColumnORM
|
|
18
|
-
* @export
|
|
19
|
-
* @interface Def31
|
|
20
|
-
*/
|
|
21
|
-
export interface Def31 {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof Def31
|
|
26
|
-
*/
|
|
27
|
-
id?: number;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof Def31
|
|
32
|
-
*/
|
|
33
|
-
isDateColumn: number;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof Def31
|
|
38
|
-
*/
|
|
39
|
-
columnName?: string;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof Def31
|
|
44
|
-
*/
|
|
45
|
-
columnAlias?: string;
|
|
46
|
-
/**
|
|
47
|
-
*
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof Def31
|
|
50
|
-
*/
|
|
51
|
-
aggregation?: string;
|
|
52
|
-
/**
|
|
53
|
-
*
|
|
54
|
-
* @type {string}
|
|
55
|
-
* @memberof Def31
|
|
56
|
-
*/
|
|
57
|
-
createDate: string;
|
|
58
|
-
/**
|
|
59
|
-
*
|
|
60
|
-
* @type {string}
|
|
61
|
-
* @memberof Def31
|
|
62
|
-
*/
|
|
63
|
-
deleteDate: string;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* Check if a given object implements the Def31 interface.
|
|
68
|
-
*/
|
|
69
|
-
export function instanceOfDef31(value: object): value is Def31 {
|
|
70
|
-
if (!('isDateColumn' in value) || value['isDateColumn'] === undefined) return false;
|
|
71
|
-
if (!('createDate' in value) || value['createDate'] === undefined) return false;
|
|
72
|
-
if (!('deleteDate' in value) || value['deleteDate'] === undefined) return false;
|
|
73
|
-
return true;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
export function Def31FromJSON(json: any): Def31 {
|
|
77
|
-
return Def31FromJSONTyped(json, false);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
export function Def31FromJSONTyped(json: any, ignoreDiscriminator: boolean): Def31 {
|
|
81
|
-
if (json == null) {
|
|
82
|
-
return json;
|
|
83
|
-
}
|
|
84
|
-
return {
|
|
85
|
-
|
|
86
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
87
|
-
'isDateColumn': json['isDateColumn'],
|
|
88
|
-
'columnName': json['columnName'] == null ? undefined : json['columnName'],
|
|
89
|
-
'columnAlias': json['columnAlias'] == null ? undefined : json['columnAlias'],
|
|
90
|
-
'aggregation': json['aggregation'] == null ? undefined : json['aggregation'],
|
|
91
|
-
'createDate': json['createDate'],
|
|
92
|
-
'deleteDate': json['deleteDate'],
|
|
93
|
-
};
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export function Def31ToJSON(json: any): Def31 {
|
|
97
|
-
return Def31ToJSONTyped(json, false);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
export function Def31ToJSONTyped(value?: Def31 | null, ignoreDiscriminator: boolean = false): any {
|
|
101
|
-
if (value == null) {
|
|
102
|
-
return value;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
return {
|
|
106
|
-
|
|
107
|
-
'id': value['id'],
|
|
108
|
-
'isDateColumn': value['isDateColumn'],
|
|
109
|
-
'columnName': value['columnName'],
|
|
110
|
-
'columnAlias': value['columnAlias'],
|
|
111
|
-
'aggregation': value['aggregation'],
|
|
112
|
-
'createDate': value['createDate'],
|
|
113
|
-
'deleteDate': value['deleteDate'],
|
|
114
|
-
};
|
|
115
|
-
}
|
|
116
|
-
|
package/src/models/Def32.ts
DELETED
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Security Map API
|
|
5
|
-
* Security Map API
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
/**
|
|
17
|
-
* ReportORM
|
|
18
|
-
* @export
|
|
19
|
-
* @interface Def32
|
|
20
|
-
*/
|
|
21
|
-
export interface Def32 {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof Def32
|
|
26
|
-
*/
|
|
27
|
-
id?: number;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof Def32
|
|
32
|
-
*/
|
|
33
|
-
title?: string;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof Def32
|
|
38
|
-
*/
|
|
39
|
-
reportType?: string;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {number}
|
|
43
|
-
* @memberof Def32
|
|
44
|
-
*/
|
|
45
|
-
organizationId?: number;
|
|
46
|
-
/**
|
|
47
|
-
*
|
|
48
|
-
* @type {number}
|
|
49
|
-
* @memberof Def32
|
|
50
|
-
*/
|
|
51
|
-
differentiateBetweenItemTypes?: number;
|
|
52
|
-
/**
|
|
53
|
-
*
|
|
54
|
-
* @type {number}
|
|
55
|
-
* @memberof Def32
|
|
56
|
-
*/
|
|
57
|
-
userId?: number;
|
|
58
|
-
/**
|
|
59
|
-
*
|
|
60
|
-
* @type {string}
|
|
61
|
-
* @memberof Def32
|
|
62
|
-
*/
|
|
63
|
-
createDate?: string;
|
|
64
|
-
/**
|
|
65
|
-
*
|
|
66
|
-
* @type {string}
|
|
67
|
-
* @memberof Def32
|
|
68
|
-
*/
|
|
69
|
-
deleteDate?: string;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* Check if a given object implements the Def32 interface.
|
|
74
|
-
*/
|
|
75
|
-
export function instanceOfDef32(value: object): value is Def32 {
|
|
76
|
-
return true;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
export function Def32FromJSON(json: any): Def32 {
|
|
80
|
-
return Def32FromJSONTyped(json, false);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
export function Def32FromJSONTyped(json: any, ignoreDiscriminator: boolean): Def32 {
|
|
84
|
-
if (json == null) {
|
|
85
|
-
return json;
|
|
86
|
-
}
|
|
87
|
-
return {
|
|
88
|
-
|
|
89
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
90
|
-
'title': json['title'] == null ? undefined : json['title'],
|
|
91
|
-
'reportType': json['reportType'] == null ? undefined : json['reportType'],
|
|
92
|
-
'organizationId': json['organizationId'] == null ? undefined : json['organizationId'],
|
|
93
|
-
'differentiateBetweenItemTypes': json['differentiateBetweenItemTypes'] == null ? undefined : json['differentiateBetweenItemTypes'],
|
|
94
|
-
'userId': json['userId'] == null ? undefined : json['userId'],
|
|
95
|
-
'createDate': json['createDate'] == null ? undefined : json['createDate'],
|
|
96
|
-
'deleteDate': json['deleteDate'] == null ? undefined : json['deleteDate'],
|
|
97
|
-
};
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
export function Def32ToJSON(json: any): Def32 {
|
|
101
|
-
return Def32ToJSONTyped(json, false);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
export function Def32ToJSONTyped(value?: Def32 | null, ignoreDiscriminator: boolean = false): any {
|
|
105
|
-
if (value == null) {
|
|
106
|
-
return value;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
return {
|
|
110
|
-
|
|
111
|
-
'id': value['id'],
|
|
112
|
-
'title': value['title'],
|
|
113
|
-
'reportType': value['reportType'],
|
|
114
|
-
'organizationId': value['organizationId'],
|
|
115
|
-
'differentiateBetweenItemTypes': value['differentiateBetweenItemTypes'],
|
|
116
|
-
'userId': value['userId'],
|
|
117
|
-
'createDate': value['createDate'],
|
|
118
|
-
'deleteDate': value['deleteDate'],
|
|
119
|
-
};
|
|
120
|
-
}
|
|
121
|
-
|
package/src/models/Def33.ts
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Security Map API
|
|
5
|
-
* Security Map API
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
/**
|
|
17
|
-
* ReportDataRowORM
|
|
18
|
-
* @export
|
|
19
|
-
* @interface Def33
|
|
20
|
-
*/
|
|
21
|
-
export interface Def33 {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof Def33
|
|
26
|
-
*/
|
|
27
|
-
row: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Check if a given object implements the Def33 interface.
|
|
32
|
-
*/
|
|
33
|
-
export function instanceOfDef33(value: object): value is Def33 {
|
|
34
|
-
if (!('row' in value) || value['row'] === undefined) return false;
|
|
35
|
-
return true;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export function Def33FromJSON(json: any): Def33 {
|
|
39
|
-
return Def33FromJSONTyped(json, false);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export function Def33FromJSONTyped(json: any, ignoreDiscriminator: boolean): Def33 {
|
|
43
|
-
if (json == null) {
|
|
44
|
-
return json;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
|
|
48
|
-
'row': json['row'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export function Def33ToJSON(json: any): Def33 {
|
|
53
|
-
return Def33ToJSONTyped(json, false);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
export function Def33ToJSONTyped(value?: Def33 | null, ignoreDiscriminator: boolean = false): any {
|
|
57
|
-
if (value == null) {
|
|
58
|
-
return value;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
return {
|
|
62
|
-
|
|
63
|
-
'row': value['row'],
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
|
package/src/models/Def34.ts
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Security Map API
|
|
5
|
-
* Security Map API
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { Def34RowsInner } from './Def34RowsInner';
|
|
17
|
-
import {
|
|
18
|
-
Def34RowsInnerFromJSON,
|
|
19
|
-
Def34RowsInnerFromJSONTyped,
|
|
20
|
-
Def34RowsInnerToJSON,
|
|
21
|
-
Def34RowsInnerToJSONTyped,
|
|
22
|
-
} from './Def34RowsInner';
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* ReportDataORM
|
|
26
|
-
* @export
|
|
27
|
-
* @interface Def34
|
|
28
|
-
*/
|
|
29
|
-
export interface Def34 {
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {Array<Def34RowsInner>}
|
|
33
|
-
* @memberof Def34
|
|
34
|
-
*/
|
|
35
|
-
rows: Array<Def34RowsInner>;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Check if a given object implements the Def34 interface.
|
|
40
|
-
*/
|
|
41
|
-
export function instanceOfDef34(value: object): value is Def34 {
|
|
42
|
-
if (!('rows' in value) || value['rows'] === undefined) return false;
|
|
43
|
-
return true;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export function Def34FromJSON(json: any): Def34 {
|
|
47
|
-
return Def34FromJSONTyped(json, false);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
export function Def34FromJSONTyped(json: any, ignoreDiscriminator: boolean): Def34 {
|
|
51
|
-
if (json == null) {
|
|
52
|
-
return json;
|
|
53
|
-
}
|
|
54
|
-
return {
|
|
55
|
-
|
|
56
|
-
'rows': ((json['rows'] as Array<any>).map(Def34RowsInnerFromJSON)),
|
|
57
|
-
};
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
export function Def34ToJSON(json: any): Def34 {
|
|
61
|
-
return Def34ToJSONTyped(json, false);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export function Def34ToJSONTyped(value?: Def34 | null, ignoreDiscriminator: boolean = false): any {
|
|
65
|
-
if (value == null) {
|
|
66
|
-
return value;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
return {
|
|
70
|
-
|
|
71
|
-
'rows': ((value['rows'] as Array<any>).map(Def34RowsInnerToJSON)),
|
|
72
|
-
};
|
|
73
|
-
}
|
|
74
|
-
|
package/src/models/Def35.ts
DELETED
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Security Map API
|
|
5
|
-
* Security Map API
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { Def35LocationOrm } from './Def35LocationOrm';
|
|
17
|
-
import {
|
|
18
|
-
Def35LocationOrmFromJSON,
|
|
19
|
-
Def35LocationOrmFromJSONTyped,
|
|
20
|
-
Def35LocationOrmToJSON,
|
|
21
|
-
Def35LocationOrmToJSONTyped,
|
|
22
|
-
} from './Def35LocationOrm';
|
|
23
|
-
import type { Def35MapItemOrm } from './Def35MapItemOrm';
|
|
24
|
-
import {
|
|
25
|
-
Def35MapItemOrmFromJSON,
|
|
26
|
-
Def35MapItemOrmFromJSONTyped,
|
|
27
|
-
Def35MapItemOrmToJSON,
|
|
28
|
-
Def35MapItemOrmToJSONTyped,
|
|
29
|
-
} from './Def35MapItemOrm';
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* SearchORM
|
|
33
|
-
* @export
|
|
34
|
-
* @interface Def35
|
|
35
|
-
*/
|
|
36
|
-
export interface Def35 {
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {Def35MapItemOrm}
|
|
40
|
-
* @memberof Def35
|
|
41
|
-
*/
|
|
42
|
-
mapItemOrm: Def35MapItemOrm | null;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {Def35LocationOrm}
|
|
46
|
-
* @memberof Def35
|
|
47
|
-
*/
|
|
48
|
-
locationOrm: Def35LocationOrm | null;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {number}
|
|
52
|
-
* @memberof Def35
|
|
53
|
-
*/
|
|
54
|
-
relevance?: number;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Check if a given object implements the Def35 interface.
|
|
59
|
-
*/
|
|
60
|
-
export function instanceOfDef35(value: object): value is Def35 {
|
|
61
|
-
if (!('mapItemOrm' in value) || value['mapItemOrm'] === undefined) return false;
|
|
62
|
-
if (!('locationOrm' in value) || value['locationOrm'] === undefined) return false;
|
|
63
|
-
return true;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
export function Def35FromJSON(json: any): Def35 {
|
|
67
|
-
return Def35FromJSONTyped(json, false);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
export function Def35FromJSONTyped(json: any, ignoreDiscriminator: boolean): Def35 {
|
|
71
|
-
if (json == null) {
|
|
72
|
-
return json;
|
|
73
|
-
}
|
|
74
|
-
return {
|
|
75
|
-
|
|
76
|
-
'mapItemOrm': Def35MapItemOrmFromJSON(json['mapItemOrm']),
|
|
77
|
-
'locationOrm': Def35LocationOrmFromJSON(json['locationOrm']),
|
|
78
|
-
'relevance': json['relevance'] == null ? undefined : json['relevance'],
|
|
79
|
-
};
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
export function Def35ToJSON(json: any): Def35 {
|
|
83
|
-
return Def35ToJSONTyped(json, false);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
export function Def35ToJSONTyped(value?: Def35 | null, ignoreDiscriminator: boolean = false): any {
|
|
87
|
-
if (value == null) {
|
|
88
|
-
return value;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
return {
|
|
92
|
-
|
|
93
|
-
'mapItemOrm': Def35MapItemOrmToJSON(value['mapItemOrm']),
|
|
94
|
-
'locationOrm': Def35LocationOrmToJSON(value['locationOrm']),
|
|
95
|
-
'relevance': value['relevance'],
|
|
96
|
-
};
|
|
97
|
-
}
|
|
98
|
-
|