@jrojaspin/security-map-api-cli 2.2.0 → 2.4.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/AccountApi.d.ts +18 -0
- package/dist/apis/AccountApi.js +82 -0
- package/dist/apis/AccountApi.js.map +1 -0
- package/dist/apis/ArticleApi.d.ts +6 -0
- package/dist/apis/ArticleApi.js +23 -0
- package/dist/apis/ArticleApi.js.map +1 -0
- package/dist/apis/HealthcheckApi.d.ts +5 -0
- package/dist/apis/HealthcheckApi.js +27 -0
- package/dist/apis/HealthcheckApi.js.map +1 -0
- package/dist/apis/ItemApi.d.ts +69 -0
- package/dist/apis/ItemApi.js +312 -0
- package/dist/apis/ItemApi.js.map +1 -0
- package/dist/apis/JournalApi.d.ts +22 -0
- package/dist/apis/JournalApi.js +75 -0
- package/dist/apis/JournalApi.js.map +1 -0
- package/dist/apis/LocationApi.d.ts +14 -0
- package/dist/apis/LocationApi.js +45 -0
- package/dist/apis/LocationApi.js.map +1 -0
- package/dist/apis/LoginApi.d.ts +29 -0
- package/dist/apis/LoginApi.js +178 -0
- package/dist/apis/LoginApi.js.map +1 -0
- package/dist/apis/MapApi.d.ts +39 -0
- package/dist/apis/MapApi.js +156 -0
- package/dist/apis/MapApi.js.map +1 -0
- package/dist/apis/MultimediaApi.d.ts +17 -0
- package/dist/apis/MultimediaApi.js +66 -0
- package/dist/apis/MultimediaApi.js.map +1 -0
- package/dist/apis/OrganizationApi.d.ts +32 -0
- package/dist/apis/OrganizationApi.js +127 -0
- package/dist/apis/OrganizationApi.js.map +1 -0
- package/dist/apis/ReportApi.d.ts +23 -0
- package/dist/apis/ReportApi.js +74 -0
- package/dist/apis/ReportApi.js.map +1 -0
- package/dist/apis/SearchApi.d.ts +12 -0
- package/dist/apis/SearchApi.js +50 -0
- package/dist/apis/SearchApi.js.map +1 -0
- package/dist/apis/SourceApi.d.ts +11 -0
- package/dist/apis/SourceApi.js +43 -0
- package/dist/apis/SourceApi.js.map +1 -0
- package/dist/apis/StateMachineApi.d.ts +6 -0
- package/dist/apis/StateMachineApi.js +23 -0
- package/dist/apis/StateMachineApi.js.map +1 -0
- package/{src/apis/index.ts → dist/apis/index.d.ts} +0 -2
- package/dist/apis/index.js +15 -0
- package/dist/apis/index.js.map +1 -0
- package/{src/index.ts → dist/index.d.ts} +0 -2
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +6209 -0
- package/dist/index.mjs.map +1 -0
- package/dist/models/AccountORM.d.ts +9 -0
- package/dist/models/AccountORM.js +28 -0
- package/dist/models/AccountORM.js.map +1 -0
- package/dist/models/AccountOutput.d.ts +9 -0
- package/dist/models/AccountOutput.js +29 -0
- package/dist/models/AccountOutput.js.map +1 -0
- package/dist/models/AddUserToOrganizationDto.d.ts +9 -0
- package/dist/models/AddUserToOrganizationDto.js +29 -0
- package/dist/models/AddUserToOrganizationDto.js.map +1 -0
- package/dist/models/ArticleORM.d.ts +13 -0
- package/dist/models/ArticleORM.js +42 -0
- package/dist/models/ArticleORM.js.map +1 -0
- package/dist/models/ArticlePresentationORM.d.ts +10 -0
- package/dist/models/ArticlePresentationORM.js +34 -0
- package/dist/models/ArticlePresentationORM.js.map +1 -0
- package/dist/models/ArticleTypeORM.d.ts +9 -0
- package/dist/models/ArticleTypeORM.js +30 -0
- package/dist/models/ArticleTypeORM.js.map +1 -0
- package/dist/models/AutoCompleteORM.d.ts +12 -0
- package/dist/models/AutoCompleteORM.js +36 -0
- package/dist/models/AutoCompleteORM.js.map +1 -0
- package/dist/models/AvailableArticlesDto.d.ts +17 -0
- package/dist/models/AvailableArticlesDto.js +49 -0
- package/dist/models/AvailableArticlesDto.js.map +1 -0
- package/dist/models/AvailableArticlesOutput.d.ts +9 -0
- package/dist/models/AvailableArticlesOutput.js +29 -0
- package/dist/models/AvailableArticlesOutput.js.map +1 -0
- package/dist/models/AxisTitle.d.ts +9 -0
- package/dist/models/AxisTitle.js +32 -0
- package/dist/models/AxisTitle.js.map +1 -0
- package/dist/models/ChartConfiguration.d.ts +12 -0
- package/dist/models/ChartConfiguration.js +38 -0
- package/dist/models/ChartConfiguration.js.map +1 -0
- package/dist/models/ChartData.d.ts +9 -0
- package/dist/models/ChartData.js +29 -0
- package/dist/models/ChartData.js.map +1 -0
- package/dist/models/ChartDataset.d.ts +16 -0
- package/dist/models/ChartDataset.js +45 -0
- package/dist/models/ChartDataset.js.map +1 -0
- package/dist/models/ChartLegend.d.ts +15 -0
- package/dist/models/ChartLegend.js +34 -0
- package/dist/models/ChartLegend.js.map +1 -0
- package/dist/models/ChartOptions.d.ts +12 -0
- package/dist/models/ChartOptions.js +38 -0
- package/dist/models/ChartOptions.js.map +1 -0
- package/dist/models/ChartPlugins.d.ts +11 -0
- package/dist/models/ChartPlugins.js +34 -0
- package/dist/models/ChartPlugins.js.map +1 -0
- package/dist/models/ChartScales.d.ts +11 -0
- package/dist/models/ChartScales.js +34 -0
- package/dist/models/ChartScales.js.map +1 -0
- package/dist/models/ChartTitle.d.ts +9 -0
- package/dist/models/ChartTitle.js +32 -0
- package/dist/models/ChartTitle.js.map +1 -0
- package/dist/models/DataPoint.d.ts +9 -0
- package/dist/models/DataPoint.js +32 -0
- package/dist/models/DataPoint.js.map +1 -0
- package/dist/models/ItemLayerLinkInputDto.d.ts +8 -0
- package/dist/models/ItemLayerLinkInputDto.js +28 -0
- package/dist/models/ItemLayerLinkInputDto.js.map +1 -0
- package/dist/models/ItemLinkToLayerOutput.d.ts +8 -0
- package/dist/models/ItemLinkToLayerOutput.js +28 -0
- package/dist/models/ItemLinkToLayerOutput.js.map +1 -0
- package/dist/models/ItemTypeFormDto.d.ts +13 -0
- package/dist/models/ItemTypeFormDto.js +39 -0
- package/dist/models/ItemTypeFormDto.js.map +1 -0
- package/dist/models/ItemTypeFormOutput.d.ts +9 -0
- package/dist/models/ItemTypeFormOutput.js +29 -0
- package/dist/models/ItemTypeFormOutput.js.map +1 -0
- package/dist/models/ItemTypeORM.d.ts +13 -0
- package/dist/models/ItemTypeORM.js +42 -0
- package/dist/models/ItemTypeORM.js.map +1 -0
- package/dist/models/ItemTypeOutput.d.ts +9 -0
- package/dist/models/ItemTypeOutput.js +29 -0
- package/dist/models/ItemTypeOutput.js.map +1 -0
- package/dist/models/ItemsOutput.d.ts +9 -0
- package/dist/models/ItemsOutput.js +29 -0
- package/dist/models/ItemsOutput.js.map +1 -0
- package/dist/models/JournalBookORM.d.ts +10 -0
- package/dist/models/JournalBookORM.js +36 -0
- package/dist/models/JournalBookORM.js.map +1 -0
- package/dist/models/JournalEntryArticleORM.d.ts +13 -0
- package/dist/models/JournalEntryArticleORM.js +46 -0
- package/dist/models/JournalEntryArticleORM.js.map +1 -0
- package/dist/models/JournalEntryListOutput.d.ts +9 -0
- package/dist/models/JournalEntryListOutput.js +29 -0
- package/dist/models/JournalEntryListOutput.js.map +1 -0
- package/dist/models/JournalEntryMultimediaInput.d.ts +8 -0
- package/dist/models/JournalEntryMultimediaInput.js +28 -0
- package/dist/models/JournalEntryMultimediaInput.js.map +1 -0
- package/dist/models/JournalEntryMultimediaORM.d.ts +10 -0
- package/dist/models/JournalEntryMultimediaORM.js +34 -0
- package/dist/models/JournalEntryMultimediaORM.js.map +1 -0
- package/dist/models/JournalEntryMultimediaOutput.d.ts +8 -0
- package/dist/models/JournalEntryMultimediaOutput.js +28 -0
- package/dist/models/JournalEntryMultimediaOutput.js.map +1 -0
- package/dist/models/JournalEntryORM.d.ts +13 -0
- package/dist/models/JournalEntryORM.js +40 -0
- package/dist/models/JournalEntryORM.js.map +1 -0
- package/dist/models/JournalEntryOutput.d.ts +9 -0
- package/dist/models/JournalEntryOutput.js +29 -0
- package/dist/models/JournalEntryOutput.js.map +1 -0
- package/dist/models/JournalEntryOutputDto.d.ts +9 -0
- package/dist/models/JournalEntryOutputDto.js +32 -0
- package/dist/models/JournalEntryOutputDto.js.map +1 -0
- package/dist/models/LegendPosition.d.ts +12 -0
- package/dist/models/LegendPosition.js +29 -0
- package/dist/models/LegendPosition.js.map +1 -0
- package/dist/models/LocationORM.d.ts +25 -0
- package/dist/models/LocationORM.js +94 -0
- package/dist/models/LocationORM.js.map +1 -0
- package/dist/models/LocationOutput.d.ts +9 -0
- package/dist/models/LocationOutput.js +29 -0
- package/dist/models/LocationOutput.js.map +1 -0
- package/dist/models/MagnitudeORM.d.ts +9 -0
- package/dist/models/MagnitudeORM.js +30 -0
- package/dist/models/MagnitudeORM.js.map +1 -0
- package/dist/models/ManualLoginInput.d.ts +9 -0
- package/dist/models/ManualLoginInput.js +32 -0
- package/dist/models/ManualLoginInput.js.map +1 -0
- package/dist/models/ManualLoginPasswordUpdateInput.d.ts +9 -0
- package/dist/models/ManualLoginPasswordUpdateInput.js +32 -0
- package/dist/models/ManualLoginPasswordUpdateInput.js.map +1 -0
- package/dist/models/ManualRegisterInput.d.ts +10 -0
- package/dist/models/ManualRegisterInput.js +36 -0
- package/dist/models/ManualRegisterInput.js.map +1 -0
- package/dist/models/MapItemArticleInputDto.d.ts +13 -0
- package/dist/models/MapItemArticleInputDto.js +44 -0
- package/dist/models/MapItemArticleInputDto.js.map +1 -0
- package/dist/models/MapItemArticleORM.d.ts +13 -0
- package/dist/models/MapItemArticleORM.js +46 -0
- package/dist/models/MapItemArticleORM.js.map +1 -0
- package/dist/models/MapItemCustomFieldDefinitionORM.d.ts +11 -0
- package/dist/models/MapItemCustomFieldDefinitionORM.js +38 -0
- package/dist/models/MapItemCustomFieldDefinitionORM.js.map +1 -0
- package/dist/models/MapItemDynamicFieldInputDto.d.ts +11 -0
- package/dist/models/MapItemDynamicFieldInputDto.js +36 -0
- package/dist/models/MapItemDynamicFieldInputDto.js.map +1 -0
- package/dist/models/MapItemDynamicFieldORM.d.ts +11 -0
- package/dist/models/MapItemDynamicFieldORM.js +38 -0
- package/dist/models/MapItemDynamicFieldORM.js.map +1 -0
- package/dist/models/MapItemDynamicFieldWithDefinitionORM.d.ts +11 -0
- package/dist/models/MapItemDynamicFieldWithDefinitionORM.js +34 -0
- package/dist/models/MapItemDynamicFieldWithDefinitionORM.js.map +1 -0
- package/dist/models/MapItemInput.d.ts +23 -0
- package/dist/models/MapItemInput.js +69 -0
- package/dist/models/MapItemInput.js.map +1 -0
- package/dist/models/MapItemLinkORM.d.ts +13 -0
- package/dist/models/MapItemLinkORM.js +42 -0
- package/dist/models/MapItemLinkORM.js.map +1 -0
- package/dist/models/MapItemLinkOutput.d.ts +9 -0
- package/dist/models/MapItemLinkOutput.js +29 -0
- package/dist/models/MapItemLinkOutput.js.map +1 -0
- package/dist/models/MapItemListOutput.d.ts +9 -0
- package/dist/models/MapItemListOutput.js +29 -0
- package/dist/models/MapItemListOutput.js.map +1 -0
- package/dist/models/MapItemMultimediaORM.d.ts +10 -0
- package/dist/models/MapItemMultimediaORM.js +34 -0
- package/dist/models/MapItemMultimediaORM.js.map +1 -0
- package/dist/models/MapItemMultimediaOutput.d.ts +9 -0
- package/dist/models/MapItemMultimediaOutput.js +29 -0
- package/dist/models/MapItemMultimediaOutput.js.map +1 -0
- package/dist/models/MapItemNearByORM.d.ts +9 -0
- package/dist/models/MapItemNearByORM.js +32 -0
- package/dist/models/MapItemNearByORM.js.map +1 -0
- package/dist/models/MapItemORM.d.ts +16 -0
- package/dist/models/MapItemORM.js +50 -0
- package/dist/models/MapItemORM.js.map +1 -0
- package/dist/models/MapItemOutput.d.ts +9 -0
- package/dist/models/MapItemOutput.js +29 -0
- package/dist/models/MapItemOutput.js.map +1 -0
- package/dist/models/MapItemOutputDto.d.ts +27 -0
- package/dist/models/MapItemOutputDto.js +84 -0
- package/dist/models/MapItemOutputDto.js.map +1 -0
- package/dist/models/MapItemOutputDtoProps.d.ts +27 -0
- package/dist/models/MapItemOutputDtoProps.js +84 -0
- package/dist/models/MapItemOutputDtoProps.js.map +1 -0
- package/dist/models/MapItemTypeDynamicFieldDefinitionOutput.d.ts +9 -0
- package/dist/models/MapItemTypeDynamicFieldDefinitionOutput.js +29 -0
- package/dist/models/MapItemTypeDynamicFieldDefinitionOutput.js.map +1 -0
- package/dist/models/MapItemTypeDynamicFieldDefinitionValuesOutput.d.ts +8 -0
- package/dist/models/MapItemTypeDynamicFieldDefinitionValuesOutput.js +28 -0
- package/dist/models/MapItemTypeDynamicFieldDefinitionValuesOutput.js.map +1 -0
- package/dist/models/MapItemTypeFormORM.d.ts +10 -0
- package/dist/models/MapItemTypeFormORM.js +34 -0
- package/dist/models/MapItemTypeFormORM.js.map +1 -0
- package/dist/models/MapItemTypeFormSectionDto.d.ts +11 -0
- package/dist/models/MapItemTypeFormSectionDto.js +34 -0
- package/dist/models/MapItemTypeFormSectionDto.js.map +1 -0
- package/dist/models/MapItemTypeFormSectionFieldORM.d.ts +12 -0
- package/dist/models/MapItemTypeFormSectionFieldORM.js +42 -0
- package/dist/models/MapItemTypeFormSectionFieldORM.js.map +1 -0
- package/dist/models/MapItemTypeFormSectionORM.d.ts +11 -0
- package/dist/models/MapItemTypeFormSectionORM.js +38 -0
- package/dist/models/MapItemTypeFormSectionORM.js.map +1 -0
- package/dist/models/MapItemTypeORM.d.ts +16 -0
- package/dist/models/MapItemTypeORM.js +54 -0
- package/dist/models/MapItemTypeORM.js.map +1 -0
- package/dist/models/MapItemTypeOutput.d.ts +9 -0
- package/dist/models/MapItemTypeOutput.js +29 -0
- package/dist/models/MapItemTypeOutput.js.map +1 -0
- package/dist/models/MapLayerInput.d.ts +10 -0
- package/dist/models/MapLayerInput.js +36 -0
- package/dist/models/MapLayerInput.js.map +1 -0
- package/dist/models/MapLayerItemListOutput.d.ts +9 -0
- package/dist/models/MapLayerItemListOutput.js +29 -0
- package/dist/models/MapLayerItemListOutput.js.map +1 -0
- package/dist/models/MapLayerItemORM.d.ts +12 -0
- package/dist/models/MapLayerItemORM.js +42 -0
- package/dist/models/MapLayerItemORM.js.map +1 -0
- package/dist/models/MapLayerItemOutput.d.ts +9 -0
- package/dist/models/MapLayerItemOutput.js +29 -0
- package/dist/models/MapLayerItemOutput.js.map +1 -0
- package/dist/models/MapLayerListOutput.d.ts +9 -0
- package/dist/models/MapLayerListOutput.js +29 -0
- package/dist/models/MapLayerListOutput.js.map +1 -0
- package/dist/models/MapLayerORM.d.ts +12 -0
- package/dist/models/MapLayerORM.js +38 -0
- package/dist/models/MapLayerORM.js.map +1 -0
- package/dist/models/MapLayerOutput.d.ts +9 -0
- package/dist/models/MapLayerOutput.js +29 -0
- package/dist/models/MapLayerOutput.js.map +1 -0
- package/dist/models/MapLayerOutputDto.d.ts +14 -0
- package/dist/models/MapLayerOutputDto.js +47 -0
- package/dist/models/MapLayerOutputDto.js.map +1 -0
- package/dist/models/MapListOutput.d.ts +9 -0
- package/dist/models/MapListOutput.js +29 -0
- package/dist/models/MapListOutput.js.map +1 -0
- package/dist/models/MapORM.d.ts +13 -0
- package/dist/models/MapORM.js +42 -0
- package/dist/models/MapORM.js.map +1 -0
- package/dist/models/MapOutput.d.ts +9 -0
- package/dist/models/MapOutput.js +29 -0
- package/dist/models/MapOutput.js.map +1 -0
- package/dist/models/MapZoneInput.d.ts +8 -0
- package/dist/models/MapZoneInput.js +28 -0
- package/dist/models/MapZoneInput.js.map +1 -0
- package/dist/models/MapZoneORM.d.ts +10 -0
- package/dist/models/MapZoneORM.js +34 -0
- package/dist/models/MapZoneORM.js.map +1 -0
- package/dist/models/MapZoneOutput.d.ts +9 -0
- package/dist/models/MapZoneOutput.js +29 -0
- package/dist/models/MapZoneOutput.js.map +1 -0
- package/dist/models/MapZoneOutputDto.d.ts +12 -0
- package/dist/models/MapZoneOutputDto.js +39 -0
- package/dist/models/MapZoneOutputDto.js.map +1 -0
- package/dist/models/MapZonePointORM.d.ts +10 -0
- package/dist/models/MapZonePointORM.js +34 -0
- package/dist/models/MapZonePointORM.js.map +1 -0
- package/dist/models/MeasureUnitORM.d.ts +11 -0
- package/dist/models/MeasureUnitORM.js +38 -0
- package/dist/models/MeasureUnitORM.js.map +1 -0
- package/dist/models/ModelRequestContext.d.ts +9 -0
- package/dist/models/ModelRequestContext.js +30 -0
- package/dist/models/ModelRequestContext.js.map +1 -0
- package/dist/models/MultimediaORM.d.ts +12 -0
- package/dist/models/MultimediaORM.js +38 -0
- package/dist/models/MultimediaORM.js.map +1 -0
- package/dist/models/MultimediaOutput.d.ts +9 -0
- package/dist/models/MultimediaOutput.js +29 -0
- package/dist/models/MultimediaOutput.js.map +1 -0
- package/dist/models/NominatimAddressORM.d.ts +17 -0
- package/dist/models/NominatimAddressORM.js +64 -0
- package/dist/models/NominatimAddressORM.js.map +1 -0
- package/dist/models/NominatimORM.d.ts +22 -0
- package/dist/models/NominatimORM.js +84 -0
- package/dist/models/NominatimORM.js.map +1 -0
- package/dist/models/OrganizationORM.d.ts +10 -0
- package/dist/models/OrganizationORM.js +34 -0
- package/dist/models/OrganizationORM.js.map +1 -0
- package/dist/models/ReportAvailableColumnDto.d.ts +9 -0
- package/dist/models/ReportAvailableColumnDto.js +32 -0
- package/dist/models/ReportAvailableColumnDto.js.map +1 -0
- package/dist/models/ReportAvailableColumnsListOutput.d.ts +9 -0
- package/dist/models/ReportAvailableColumnsListOutput.js +29 -0
- package/dist/models/ReportAvailableColumnsListOutput.js.map +1 -0
- package/dist/models/ReportColumnFilterORM.d.ts +12 -0
- package/dist/models/ReportColumnFilterORM.js +42 -0
- package/dist/models/ReportColumnFilterORM.js.map +1 -0
- package/dist/models/ReportColumnORM.d.ts +16 -0
- package/dist/models/ReportColumnORM.js +54 -0
- package/dist/models/ReportColumnORM.js.map +1 -0
- package/dist/models/ReportConfigurationDto.d.ts +9 -0
- package/dist/models/ReportConfigurationDto.js +32 -0
- package/dist/models/ReportConfigurationDto.js.map +1 -0
- package/dist/models/ReportDataCSVDto.d.ts +8 -0
- package/dist/models/ReportDataCSVDto.js +28 -0
- package/dist/models/ReportDataCSVDto.js.map +1 -0
- package/dist/models/ReportDataDto.d.ts +11 -0
- package/dist/models/ReportDataDto.js +30 -0
- package/dist/models/ReportDataDto.js.map +1 -0
- package/dist/models/ReportDataJSONDto.d.ts +9 -0
- package/dist/models/ReportDataJSONDto.js +29 -0
- package/dist/models/ReportDataJSONDto.js.map +1 -0
- package/dist/models/ReportDataORM.d.ts +9 -0
- package/dist/models/ReportDataORM.js +29 -0
- package/dist/models/ReportDataORM.js.map +1 -0
- package/dist/models/ReportDataOutput.d.ts +9 -0
- package/dist/models/ReportDataOutput.js +29 -0
- package/dist/models/ReportDataOutput.js.map +1 -0
- package/dist/models/ReportDataRowORM.d.ts +8 -0
- package/dist/models/ReportDataRowORM.js +28 -0
- package/dist/models/ReportDataRowORM.js.map +1 -0
- package/dist/models/ReportDto.d.ts +9 -0
- package/dist/models/ReportDto.js +32 -0
- package/dist/models/ReportDto.js.map +1 -0
- package/dist/models/ReportListOutput.d.ts +9 -0
- package/dist/models/ReportListOutput.js +29 -0
- package/dist/models/ReportListOutput.js.map +1 -0
- package/dist/models/ReportORM.d.ts +12 -0
- package/dist/models/ReportORM.js +38 -0
- package/dist/models/ReportORM.js.map +1 -0
- package/dist/models/ReportOutput.d.ts +9 -0
- package/dist/models/ReportOutput.js +29 -0
- package/dist/models/ReportOutput.js.map +1 -0
- package/dist/models/SearchORM.d.ts +10 -0
- package/dist/models/SearchORM.js +36 -0
- package/dist/models/SearchORM.js.map +1 -0
- package/dist/models/SearchOutput.d.ts +9 -0
- package/dist/models/SearchOutput.js +29 -0
- package/dist/models/SearchOutput.js.map +1 -0
- package/dist/models/SearchResultDto.d.ts +9 -0
- package/dist/models/SearchResultDto.js +29 -0
- package/dist/models/SearchResultDto.js.map +1 -0
- package/dist/models/SearchResultSectionDto.d.ts +11 -0
- package/dist/models/SearchResultSectionDto.js +37 -0
- package/dist/models/SearchResultSectionDto.js.map +1 -0
- package/dist/models/SearchResultSectionItem.d.ts +12 -0
- package/dist/models/SearchResultSectionItem.js +39 -0
- package/dist/models/SearchResultSectionItem.js.map +1 -0
- package/dist/models/SourceDto.d.ts +9 -0
- package/dist/models/SourceDto.js +30 -0
- package/dist/models/SourceDto.js.map +1 -0
- package/dist/models/SourceListOutput.d.ts +9 -0
- package/dist/models/SourceListOutput.js +29 -0
- package/dist/models/SourceListOutput.js.map +1 -0
- package/dist/models/SourceOutput.d.ts +9 -0
- package/dist/models/SourceOutput.js +29 -0
- package/dist/models/SourceOutput.js.map +1 -0
- package/dist/models/StateMachineDefinitionListOutput.d.ts +9 -0
- package/dist/models/StateMachineDefinitionListOutput.js +29 -0
- package/dist/models/StateMachineDefinitionListOutput.js.map +1 -0
- package/dist/models/StateMachineDefinitionOutputDto.d.ts +14 -0
- package/dist/models/StateMachineDefinitionOutputDto.js +46 -0
- package/dist/models/StateMachineDefinitionOutputDto.js.map +1 -0
- package/dist/models/StateMachineORM.d.ts +10 -0
- package/dist/models/StateMachineORM.js +32 -0
- package/dist/models/StateMachineORM.js.map +1 -0
- package/dist/models/StateMachineStateORM.d.ts +11 -0
- package/dist/models/StateMachineStateORM.js +38 -0
- package/dist/models/StateMachineStateORM.js.map +1 -0
- package/dist/models/StateMachineStateOutputDto.d.ts +10 -0
- package/dist/models/StateMachineStateOutputDto.js +36 -0
- package/dist/models/StateMachineStateOutputDto.js.map +1 -0
- package/dist/models/StateMachineTransitionLogORM.d.ts +12 -0
- package/dist/models/StateMachineTransitionLogORM.js +40 -0
- package/dist/models/StateMachineTransitionLogORM.js.map +1 -0
- package/dist/models/StateMachineTransitionORM.d.ts +12 -0
- package/dist/models/StateMachineTransitionORM.js +42 -0
- package/dist/models/StateMachineTransitionORM.js.map +1 -0
- package/dist/models/StateMachineTransitionOutputDto.d.ts +11 -0
- package/dist/models/StateMachineTransitionOutputDto.js +40 -0
- package/dist/models/StateMachineTransitionOutputDto.js.map +1 -0
- package/dist/models/UpdateUserInOrganizationPasswordDto.d.ts +8 -0
- package/dist/models/UpdateUserInOrganizationPasswordDto.js +28 -0
- package/dist/models/UpdateUserInOrganizationPasswordDto.js.map +1 -0
- package/dist/models/UploadDto.d.ts +9 -0
- package/dist/models/UploadDto.js +32 -0
- package/dist/models/UploadDto.js.map +1 -0
- package/dist/models/UploadOutput.d.ts +9 -0
- package/dist/models/UploadOutput.js +29 -0
- package/dist/models/UploadOutput.js.map +1 -0
- package/dist/models/UserDto.d.ts +10 -0
- package/dist/models/UserDto.js +33 -0
- package/dist/models/UserDto.js.map +1 -0
- package/dist/models/UserInOrganizationDto.d.ts +15 -0
- package/dist/models/UserInOrganizationDto.js +56 -0
- package/dist/models/UserInOrganizationDto.js.map +1 -0
- package/dist/models/UserInOrganizationOutput.d.ts +9 -0
- package/dist/models/UserInOrganizationOutput.js +29 -0
- package/dist/models/UserInOrganizationOutput.js.map +1 -0
- package/dist/models/UserORM.d.ts +17 -0
- package/dist/models/UserORM.js +60 -0
- package/dist/models/UserORM.js.map +1 -0
- package/dist/models/XAxisOptions.d.ts +10 -0
- package/dist/models/XAxisOptions.js +33 -0
- package/dist/models/XAxisOptions.js.map +1 -0
- package/dist/models/YAxisOptions.d.ts +10 -0
- package/dist/models/YAxisOptions.js +33 -0
- package/dist/models/YAxisOptions.js.map +1 -0
- package/{src/models/index.ts → dist/models/index.d.ts} +0 -2
- package/dist/models/index.js +131 -0
- package/dist/models/index.js.map +1 -0
- package/dist/runtime.d.ts +154 -0
- package/dist/runtime.js +286 -0
- package/dist/runtime.js.map +1 -0
- package/package.json +4 -1
- package/.env.template +0 -23
- package/src/apis/AccountApi.ts +0 -171
- package/src/apis/ArticleApi.ts +0 -62
- package/src/apis/HealthcheckApi.ts +0 -55
- package/src/apis/ItemApi.ts +0 -662
- package/src/apis/JournalApi.ts +0 -181
- package/src/apis/LocationApi.ts +0 -113
- package/src/apis/LoginApi.ts +0 -291
- package/src/apis/MapApi.ts +0 -340
- package/src/apis/MultimediaApi.ts +0 -152
- package/src/apis/OrganizationApi.ts +0 -269
- package/src/apis/ReportApi.ts +0 -171
- package/src/apis/SearchApi.ts +0 -110
- package/src/apis/SourceApi.ts +0 -103
- package/src/apis/StateMachineApi.ts +0 -62
- package/src/models/AccountORM.ts +0 -73
- package/src/models/AccountOutput.ts +0 -74
- package/src/models/AddUserToOrganizationDto.ts +0 -74
- package/src/models/ArticleORM.ts +0 -108
- package/src/models/ArticlePresentationORM.ts +0 -83
- package/src/models/ArticleTypeORM.ts +0 -74
- package/src/models/AutoCompleteORM.ts +0 -98
- package/src/models/AvailableArticlesDto.ts +0 -138
- package/src/models/AvailableArticlesOutput.ts +0 -74
- package/src/models/AxisTitle.ts +0 -75
- package/src/models/ChartConfiguration.ts +0 -99
- package/src/models/ChartData.ts +0 -74
- package/src/models/ChartDataset.ts +0 -131
- package/src/models/ChartLegend.ts +0 -79
- package/src/models/ChartOptions.ts +0 -99
- package/src/models/ChartPlugins.ts +0 -90
- package/src/models/ChartScales.ts +0 -90
- package/src/models/ChartTitle.ts +0 -75
- package/src/models/DataPoint.ts +0 -75
- package/src/models/ItemLayerLinkInputDto.ts +0 -66
- package/src/models/ItemLinkToLayerOutput.ts +0 -66
- package/src/models/ItemTypeFormDto.ts +0 -106
- package/src/models/ItemTypeFormOutput.ts +0 -74
- package/src/models/ItemTypeORM.ts +0 -108
- package/src/models/ItemTypeOutput.ts +0 -74
- package/src/models/ItemsOutput.ts +0 -74
- package/src/models/JournalBookORM.ts +0 -84
- package/src/models/JournalEntryArticleORM.ts +0 -110
- package/src/models/JournalEntryListOutput.ts +0 -74
- package/src/models/JournalEntryMultimediaInput.ts +0 -66
- package/src/models/JournalEntryMultimediaORM.ts +0 -83
- package/src/models/JournalEntryMultimediaOutput.ts +0 -66
- package/src/models/JournalEntryORM.ts +0 -107
- package/src/models/JournalEntryOutput.ts +0 -74
- package/src/models/JournalEntryOutputDto.ts +0 -75
- package/src/models/LegendPosition.ts +0 -55
- package/src/models/LocationORM.ts +0 -218
- package/src/models/LocationOutput.ts +0 -74
- package/src/models/MagnitudeORM.ts +0 -74
- package/src/models/ManualLoginInput.ts +0 -75
- package/src/models/ManualLoginPasswordUpdateInput.ts +0 -75
- package/src/models/ManualRegisterInput.ts +0 -84
- package/src/models/MapItemArticleInputDto.ts +0 -109
- package/src/models/MapItemArticleORM.ts +0 -110
- package/src/models/MapItemCustomFieldDefinitionORM.ts +0 -92
- package/src/models/MapItemDynamicFieldInputDto.ts +0 -91
- package/src/models/MapItemDynamicFieldORM.ts +0 -92
- package/src/models/MapItemDynamicFieldWithDefinitionORM.ts +0 -90
- package/src/models/MapItemInput.ts +0 -191
- package/src/models/MapItemLinkORM.ts +0 -108
- package/src/models/MapItemLinkOutput.ts +0 -74
- package/src/models/MapItemListOutput.ts +0 -74
- package/src/models/MapItemMultimediaORM.ts +0 -83
- package/src/models/MapItemMultimediaOutput.ts +0 -74
- package/src/models/MapItemNearByORM.ts +0 -75
- package/src/models/MapItemORM.ts +0 -133
- package/src/models/MapItemOutput.ts +0 -74
- package/src/models/MapItemOutputDto.ts +0 -225
- package/src/models/MapItemOutputDtoProps.ts +0 -225
- package/src/models/MapItemTypeDynamicFieldDefinitionOutput.ts +0 -74
- package/src/models/MapItemTypeDynamicFieldDefinitionValuesOutput.ts +0 -66
- package/src/models/MapItemTypeFormORM.ts +0 -83
- package/src/models/MapItemTypeFormSectionDto.ts +0 -90
- package/src/models/MapItemTypeFormSectionFieldORM.ts +0 -101
- package/src/models/MapItemTypeFormSectionORM.ts +0 -92
- package/src/models/MapItemTypeORM.ts +0 -135
- package/src/models/MapItemTypeOutput.ts +0 -74
- package/src/models/MapLayerInput.ts +0 -84
- package/src/models/MapLayerItemListOutput.ts +0 -74
- package/src/models/MapLayerItemORM.ts +0 -101
- package/src/models/MapLayerItemOutput.ts +0 -74
- package/src/models/MapLayerListOutput.ts +0 -74
- package/src/models/MapLayerORM.ts +0 -99
- package/src/models/MapLayerOutput.ts +0 -74
- package/src/models/MapLayerOutputDto.ts +0 -118
- package/src/models/MapListOutput.ts +0 -74
- package/src/models/MapORM.ts +0 -108
- package/src/models/MapOutput.ts +0 -74
- package/src/models/MapZoneInput.ts +0 -66
- package/src/models/MapZoneORM.ts +0 -83
- package/src/models/MapZoneOutput.ts +0 -74
- package/src/models/MapZoneOutputDto.ts +0 -100
- package/src/models/MapZonePointORM.ts +0 -83
- package/src/models/MeasureUnitORM.ts +0 -92
- package/src/models/ModelRequestContext.ts +0 -74
- package/src/models/MultimediaORM.ts +0 -99
- package/src/models/MultimediaOutput.ts +0 -74
- package/src/models/NominatimAddressORM.ts +0 -147
- package/src/models/NominatimORM.ts +0 -192
- package/src/models/OrganizationORM.ts +0 -83
- package/src/models/ReportAvailableColumnDto.ts +0 -75
- package/src/models/ReportAvailableColumnsListOutput.ts +0 -74
- package/src/models/ReportColumnFilterORM.ts +0 -101
- package/src/models/ReportColumnORM.ts +0 -135
- package/src/models/ReportConfigurationDto.ts +0 -75
- package/src/models/ReportDataCSVDto.ts +0 -66
- package/src/models/ReportDataDto.ts +0 -88
- package/src/models/ReportDataJSONDto.ts +0 -74
- package/src/models/ReportDataORM.ts +0 -74
- package/src/models/ReportDataOutput.ts +0 -74
- package/src/models/ReportDataRowORM.ts +0 -66
- package/src/models/ReportDto.ts +0 -75
- package/src/models/ReportListOutput.ts +0 -74
- package/src/models/ReportORM.ts +0 -99
- package/src/models/ReportOutput.ts +0 -74
- package/src/models/SearchORM.ts +0 -84
- package/src/models/SearchOutput.ts +0 -74
- package/src/models/SearchResultDto.ts +0 -74
- package/src/models/SearchResultSectionDto.ts +0 -92
- package/src/models/SearchResultSectionItem.ts +0 -100
- package/src/models/SourceDto.ts +0 -74
- package/src/models/SourceListOutput.ts +0 -74
- package/src/models/SourceOutput.ts +0 -74
- package/src/models/StateMachineDefinitionListOutput.ts +0 -74
- package/src/models/StateMachineDefinitionOutputDto.ts +0 -117
- package/src/models/StateMachineORM.ts +0 -82
- package/src/models/StateMachineStateORM.ts +0 -92
- package/src/models/StateMachineStateOutputDto.ts +0 -84
- package/src/models/StateMachineTransitionLogORM.ts +0 -100
- package/src/models/StateMachineTransitionORM.ts +0 -101
- package/src/models/StateMachineTransitionOutputDto.ts +0 -93
- package/src/models/UpdateUserInOrganizationPasswordDto.ts +0 -66
- package/src/models/UploadDto.ts +0 -75
- package/src/models/UploadOutput.ts +0 -74
- package/src/models/UserDto.ts +0 -83
- package/src/models/UserInOrganizationDto.ts +0 -129
- package/src/models/UserInOrganizationOutput.ts +0 -74
- package/src/models/UserORM.ts +0 -145
- package/src/models/XAxisOptions.ts +0 -83
- package/src/models/YAxisOptions.ts +0 -83
- package/src/runtime.ts +0 -431
- package/ts2js.sh +0 -1
- package/tsconfig.build.json +0 -15
- package/tsconfig.json +0 -82
package/src/apis/JournalApi.ts
DELETED
|
@@ -1,181 +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
|
-
|
|
16
|
-
import * as runtime from '../runtime';
|
|
17
|
-
import type {
|
|
18
|
-
JournalEntryListOutput,
|
|
19
|
-
JournalEntryMultimediaInput,
|
|
20
|
-
JournalEntryMultimediaOutput,
|
|
21
|
-
JournalEntryORM,
|
|
22
|
-
JournalEntryOutput,
|
|
23
|
-
} from '../models/index';
|
|
24
|
-
import {
|
|
25
|
-
JournalEntryListOutputFromJSON,
|
|
26
|
-
JournalEntryListOutputToJSON,
|
|
27
|
-
JournalEntryMultimediaInputFromJSON,
|
|
28
|
-
JournalEntryMultimediaInputToJSON,
|
|
29
|
-
JournalEntryMultimediaOutputFromJSON,
|
|
30
|
-
JournalEntryMultimediaOutputToJSON,
|
|
31
|
-
JournalEntryORMFromJSON,
|
|
32
|
-
JournalEntryORMToJSON,
|
|
33
|
-
JournalEntryOutputFromJSON,
|
|
34
|
-
JournalEntryOutputToJSON,
|
|
35
|
-
} from '../models/index';
|
|
36
|
-
|
|
37
|
-
export interface ApiV1JournalParentIdEntryJournalEntryIdMultimediaPostRequest {
|
|
38
|
-
parentId: string;
|
|
39
|
-
journalEntryId: string;
|
|
40
|
-
journalEntryMultimediaInput?: JournalEntryMultimediaInput;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export interface ApiV1JournalParentIdGetRequest {
|
|
44
|
-
parentId: string;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
export interface ApiV1JournalParentIdPostRequest {
|
|
48
|
-
parentId: string;
|
|
49
|
-
journalEntryORM?: JournalEntryORM;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
*
|
|
54
|
-
*/
|
|
55
|
-
export class JournalApi extends runtime.BaseAPI {
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Adds multiemedia to the log entry
|
|
59
|
-
*/
|
|
60
|
-
async apiV1JournalParentIdEntryJournalEntryIdMultimediaPostRaw(requestParameters: ApiV1JournalParentIdEntryJournalEntryIdMultimediaPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<JournalEntryMultimediaOutput>> {
|
|
61
|
-
if (requestParameters['parentId'] == null) {
|
|
62
|
-
throw new runtime.RequiredError(
|
|
63
|
-
'parentId',
|
|
64
|
-
'Required parameter "parentId" was null or undefined when calling apiV1JournalParentIdEntryJournalEntryIdMultimediaPost().'
|
|
65
|
-
);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
if (requestParameters['journalEntryId'] == null) {
|
|
69
|
-
throw new runtime.RequiredError(
|
|
70
|
-
'journalEntryId',
|
|
71
|
-
'Required parameter "journalEntryId" was null or undefined when calling apiV1JournalParentIdEntryJournalEntryIdMultimediaPost().'
|
|
72
|
-
);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
const queryParameters: any = {};
|
|
76
|
-
|
|
77
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
78
|
-
|
|
79
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
80
|
-
|
|
81
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
82
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
const response = await this.request({
|
|
86
|
-
path: `/api/v1/journal/{parentId}/entry/{journalEntryId}/multimedia`.replace(`{${"parentId"}}`, encodeURIComponent(String(requestParameters['parentId']))).replace(`{${"journalEntryId"}}`, encodeURIComponent(String(requestParameters['journalEntryId']))),
|
|
87
|
-
method: 'POST',
|
|
88
|
-
headers: headerParameters,
|
|
89
|
-
query: queryParameters,
|
|
90
|
-
body: JournalEntryMultimediaInputToJSON(requestParameters['journalEntryMultimediaInput']),
|
|
91
|
-
}, initOverrides);
|
|
92
|
-
|
|
93
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => JournalEntryMultimediaOutputFromJSON(jsonValue));
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* Adds multiemedia to the log entry
|
|
98
|
-
*/
|
|
99
|
-
async apiV1JournalParentIdEntryJournalEntryIdMultimediaPost(requestParameters: ApiV1JournalParentIdEntryJournalEntryIdMultimediaPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<JournalEntryMultimediaOutput> {
|
|
100
|
-
const response = await this.apiV1JournalParentIdEntryJournalEntryIdMultimediaPostRaw(requestParameters, initOverrides);
|
|
101
|
-
return await response.value();
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* List all journal entries
|
|
106
|
-
*/
|
|
107
|
-
async apiV1JournalParentIdGetRaw(requestParameters: ApiV1JournalParentIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<JournalEntryListOutput>> {
|
|
108
|
-
if (requestParameters['parentId'] == null) {
|
|
109
|
-
throw new runtime.RequiredError(
|
|
110
|
-
'parentId',
|
|
111
|
-
'Required parameter "parentId" was null or undefined when calling apiV1JournalParentIdGet().'
|
|
112
|
-
);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
const queryParameters: any = {};
|
|
116
|
-
|
|
117
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
118
|
-
|
|
119
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
120
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
const response = await this.request({
|
|
124
|
-
path: `/api/v1/journal/{parentId}`.replace(`{${"parentId"}}`, encodeURIComponent(String(requestParameters['parentId']))),
|
|
125
|
-
method: 'GET',
|
|
126
|
-
headers: headerParameters,
|
|
127
|
-
query: queryParameters,
|
|
128
|
-
}, initOverrides);
|
|
129
|
-
|
|
130
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => JournalEntryListOutputFromJSON(jsonValue));
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
/**
|
|
134
|
-
* List all journal entries
|
|
135
|
-
*/
|
|
136
|
-
async apiV1JournalParentIdGet(requestParameters: ApiV1JournalParentIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<JournalEntryListOutput> {
|
|
137
|
-
const response = await this.apiV1JournalParentIdGetRaw(requestParameters, initOverrides);
|
|
138
|
-
return await response.value();
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* Adds a journal entry to the parent object
|
|
143
|
-
*/
|
|
144
|
-
async apiV1JournalParentIdPostRaw(requestParameters: ApiV1JournalParentIdPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<JournalEntryOutput>> {
|
|
145
|
-
if (requestParameters['parentId'] == null) {
|
|
146
|
-
throw new runtime.RequiredError(
|
|
147
|
-
'parentId',
|
|
148
|
-
'Required parameter "parentId" was null or undefined when calling apiV1JournalParentIdPost().'
|
|
149
|
-
);
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
const queryParameters: any = {};
|
|
153
|
-
|
|
154
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
155
|
-
|
|
156
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
157
|
-
|
|
158
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
159
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
const response = await this.request({
|
|
163
|
-
path: `/api/v1/journal/{parentId}`.replace(`{${"parentId"}}`, encodeURIComponent(String(requestParameters['parentId']))),
|
|
164
|
-
method: 'POST',
|
|
165
|
-
headers: headerParameters,
|
|
166
|
-
query: queryParameters,
|
|
167
|
-
body: JournalEntryORMToJSON(requestParameters['journalEntryORM']),
|
|
168
|
-
}, initOverrides);
|
|
169
|
-
|
|
170
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => JournalEntryOutputFromJSON(jsonValue));
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* Adds a journal entry to the parent object
|
|
175
|
-
*/
|
|
176
|
-
async apiV1JournalParentIdPost(requestParameters: ApiV1JournalParentIdPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<JournalEntryOutput> {
|
|
177
|
-
const response = await this.apiV1JournalParentIdPostRaw(requestParameters, initOverrides);
|
|
178
|
-
return await response.value();
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
}
|
package/src/apis/LocationApi.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
|
-
|
|
16
|
-
import * as runtime from '../runtime';
|
|
17
|
-
import type {
|
|
18
|
-
LocationORM,
|
|
19
|
-
LocationOutput,
|
|
20
|
-
MapZoneInput,
|
|
21
|
-
MapZoneOutput,
|
|
22
|
-
} from '../models/index';
|
|
23
|
-
import {
|
|
24
|
-
LocationORMFromJSON,
|
|
25
|
-
LocationORMToJSON,
|
|
26
|
-
LocationOutputFromJSON,
|
|
27
|
-
LocationOutputToJSON,
|
|
28
|
-
MapZoneInputFromJSON,
|
|
29
|
-
MapZoneInputToJSON,
|
|
30
|
-
MapZoneOutputFromJSON,
|
|
31
|
-
MapZoneOutputToJSON,
|
|
32
|
-
} from '../models/index';
|
|
33
|
-
|
|
34
|
-
export interface ApiV1LocationPointPostRequest {
|
|
35
|
-
locationORM?: LocationORM;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export interface ApiV1LocationZonePostRequest {
|
|
39
|
-
mapZoneInput?: MapZoneInput;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
export class LocationApi extends runtime.BaseAPI {
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Adds a location to the system
|
|
49
|
-
*/
|
|
50
|
-
async apiV1LocationPointPostRaw(requestParameters: ApiV1LocationPointPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LocationOutput>> {
|
|
51
|
-
const queryParameters: any = {};
|
|
52
|
-
|
|
53
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
54
|
-
|
|
55
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
56
|
-
|
|
57
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
58
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
const response = await this.request({
|
|
62
|
-
path: `/api/v1/location/point`,
|
|
63
|
-
method: 'POST',
|
|
64
|
-
headers: headerParameters,
|
|
65
|
-
query: queryParameters,
|
|
66
|
-
body: LocationORMToJSON(requestParameters['locationORM']),
|
|
67
|
-
}, initOverrides);
|
|
68
|
-
|
|
69
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => LocationOutputFromJSON(jsonValue));
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* Adds a location to the system
|
|
74
|
-
*/
|
|
75
|
-
async apiV1LocationPointPost(requestParameters: ApiV1LocationPointPostRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LocationOutput> {
|
|
76
|
-
const response = await this.apiV1LocationPointPostRaw(requestParameters, initOverrides);
|
|
77
|
-
return await response.value();
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Adds a location to the system
|
|
82
|
-
*/
|
|
83
|
-
async apiV1LocationZonePostRaw(requestParameters: ApiV1LocationZonePostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MapZoneOutput>> {
|
|
84
|
-
const queryParameters: any = {};
|
|
85
|
-
|
|
86
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
87
|
-
|
|
88
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
89
|
-
|
|
90
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
91
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
const response = await this.request({
|
|
95
|
-
path: `/api/v1/location/zone`,
|
|
96
|
-
method: 'POST',
|
|
97
|
-
headers: headerParameters,
|
|
98
|
-
query: queryParameters,
|
|
99
|
-
body: MapZoneInputToJSON(requestParameters['mapZoneInput']),
|
|
100
|
-
}, initOverrides);
|
|
101
|
-
|
|
102
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => MapZoneOutputFromJSON(jsonValue));
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
/**
|
|
106
|
-
* Adds a location to the system
|
|
107
|
-
*/
|
|
108
|
-
async apiV1LocationZonePost(requestParameters: ApiV1LocationZonePostRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MapZoneOutput> {
|
|
109
|
-
const response = await this.apiV1LocationZonePostRaw(requestParameters, initOverrides);
|
|
110
|
-
return await response.value();
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
}
|
package/src/apis/LoginApi.ts
DELETED
|
@@ -1,291 +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
|
-
|
|
16
|
-
import * as runtime from '../runtime';
|
|
17
|
-
import type {
|
|
18
|
-
ManualLoginInput,
|
|
19
|
-
ManualLoginPasswordUpdateInput,
|
|
20
|
-
ManualRegisterInput,
|
|
21
|
-
} from '../models/index';
|
|
22
|
-
import {
|
|
23
|
-
ManualLoginInputFromJSON,
|
|
24
|
-
ManualLoginInputToJSON,
|
|
25
|
-
ManualLoginPasswordUpdateInputFromJSON,
|
|
26
|
-
ManualLoginPasswordUpdateInputToJSON,
|
|
27
|
-
ManualRegisterInputFromJSON,
|
|
28
|
-
ManualRegisterInputToJSON,
|
|
29
|
-
} from '../models/index';
|
|
30
|
-
|
|
31
|
-
export interface ApiV1AuthManualLoginPostRequest {
|
|
32
|
-
noRedirect?: number;
|
|
33
|
-
manualLoginInput?: ManualLoginInput;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export interface ApiV1AuthManualPasswordPutRequest {
|
|
37
|
-
manualLoginPasswordUpdateInput?: ManualLoginPasswordUpdateInput;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export interface ApiV1AuthManualRegisterPostRequest {
|
|
41
|
-
noRedirect?: number;
|
|
42
|
-
manualRegisterInput?: ManualRegisterInput;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
*/
|
|
48
|
-
export class LoginApi extends runtime.BaseAPI {
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
*/
|
|
52
|
-
async apiV1AuthGoogleCallbackGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>> {
|
|
53
|
-
const queryParameters: any = {};
|
|
54
|
-
|
|
55
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
56
|
-
|
|
57
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
58
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
const response = await this.request({
|
|
62
|
-
path: `/api/v1/auth/google/callback`,
|
|
63
|
-
method: 'GET',
|
|
64
|
-
headers: headerParameters,
|
|
65
|
-
query: queryParameters,
|
|
66
|
-
}, initOverrides);
|
|
67
|
-
|
|
68
|
-
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
69
|
-
return new runtime.JSONApiResponse<string>(response);
|
|
70
|
-
} else {
|
|
71
|
-
return new runtime.TextApiResponse(response) as any;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
*/
|
|
77
|
-
async apiV1AuthGoogleCallbackGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string> {
|
|
78
|
-
const response = await this.apiV1AuthGoogleCallbackGetRaw(initOverrides);
|
|
79
|
-
return await response.value();
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
*/
|
|
84
|
-
async apiV1AuthGoogleCallbackPostRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>> {
|
|
85
|
-
const queryParameters: any = {};
|
|
86
|
-
|
|
87
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
88
|
-
|
|
89
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
90
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
const response = await this.request({
|
|
94
|
-
path: `/api/v1/auth/google/callback`,
|
|
95
|
-
method: 'POST',
|
|
96
|
-
headers: headerParameters,
|
|
97
|
-
query: queryParameters,
|
|
98
|
-
}, initOverrides);
|
|
99
|
-
|
|
100
|
-
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
101
|
-
return new runtime.JSONApiResponse<string>(response);
|
|
102
|
-
} else {
|
|
103
|
-
return new runtime.TextApiResponse(response) as any;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
*/
|
|
109
|
-
async apiV1AuthGoogleCallbackPost(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string> {
|
|
110
|
-
const response = await this.apiV1AuthGoogleCallbackPostRaw(initOverrides);
|
|
111
|
-
return await response.value();
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
*/
|
|
116
|
-
async apiV1AuthGoogleLoginGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>> {
|
|
117
|
-
const queryParameters: any = {};
|
|
118
|
-
|
|
119
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
120
|
-
|
|
121
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
122
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
const response = await this.request({
|
|
126
|
-
path: `/api/v1/auth/google/login`,
|
|
127
|
-
method: 'GET',
|
|
128
|
-
headers: headerParameters,
|
|
129
|
-
query: queryParameters,
|
|
130
|
-
}, initOverrides);
|
|
131
|
-
|
|
132
|
-
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
133
|
-
return new runtime.JSONApiResponse<string>(response);
|
|
134
|
-
} else {
|
|
135
|
-
return new runtime.TextApiResponse(response) as any;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
/**
|
|
140
|
-
*/
|
|
141
|
-
async apiV1AuthGoogleLoginGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string> {
|
|
142
|
-
const response = await this.apiV1AuthGoogleLoginGetRaw(initOverrides);
|
|
143
|
-
return await response.value();
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
/**
|
|
147
|
-
*/
|
|
148
|
-
async apiV1AuthGoogleLoginPostRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>> {
|
|
149
|
-
const queryParameters: any = {};
|
|
150
|
-
|
|
151
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
152
|
-
|
|
153
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
154
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
const response = await this.request({
|
|
158
|
-
path: `/api/v1/auth/google/login`,
|
|
159
|
-
method: 'POST',
|
|
160
|
-
headers: headerParameters,
|
|
161
|
-
query: queryParameters,
|
|
162
|
-
}, initOverrides);
|
|
163
|
-
|
|
164
|
-
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
165
|
-
return new runtime.JSONApiResponse<string>(response);
|
|
166
|
-
} else {
|
|
167
|
-
return new runtime.TextApiResponse(response) as any;
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
*/
|
|
173
|
-
async apiV1AuthGoogleLoginPost(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string> {
|
|
174
|
-
const response = await this.apiV1AuthGoogleLoginPostRaw(initOverrides);
|
|
175
|
-
return await response.value();
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
/**
|
|
179
|
-
*/
|
|
180
|
-
async apiV1AuthManualLoginPostRaw(requestParameters: ApiV1AuthManualLoginPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>> {
|
|
181
|
-
const queryParameters: any = {};
|
|
182
|
-
|
|
183
|
-
if (requestParameters['noRedirect'] != null) {
|
|
184
|
-
queryParameters['noRedirect'] = requestParameters['noRedirect'];
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
188
|
-
|
|
189
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
190
|
-
|
|
191
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
192
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
const response = await this.request({
|
|
196
|
-
path: `/api/v1/auth/manual/login`,
|
|
197
|
-
method: 'POST',
|
|
198
|
-
headers: headerParameters,
|
|
199
|
-
query: queryParameters,
|
|
200
|
-
body: ManualLoginInputToJSON(requestParameters['manualLoginInput']),
|
|
201
|
-
}, initOverrides);
|
|
202
|
-
|
|
203
|
-
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
204
|
-
return new runtime.JSONApiResponse<string>(response);
|
|
205
|
-
} else {
|
|
206
|
-
return new runtime.TextApiResponse(response) as any;
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
/**
|
|
211
|
-
*/
|
|
212
|
-
async apiV1AuthManualLoginPost(requestParameters: ApiV1AuthManualLoginPostRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string> {
|
|
213
|
-
const response = await this.apiV1AuthManualLoginPostRaw(requestParameters, initOverrides);
|
|
214
|
-
return await response.value();
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
/**
|
|
218
|
-
*/
|
|
219
|
-
async apiV1AuthManualPasswordPutRaw(requestParameters: ApiV1AuthManualPasswordPutRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>> {
|
|
220
|
-
const queryParameters: any = {};
|
|
221
|
-
|
|
222
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
223
|
-
|
|
224
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
225
|
-
|
|
226
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
227
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
const response = await this.request({
|
|
231
|
-
path: `/api/v1/auth/manual/password`,
|
|
232
|
-
method: 'PUT',
|
|
233
|
-
headers: headerParameters,
|
|
234
|
-
query: queryParameters,
|
|
235
|
-
body: ManualLoginPasswordUpdateInputToJSON(requestParameters['manualLoginPasswordUpdateInput']),
|
|
236
|
-
}, initOverrides);
|
|
237
|
-
|
|
238
|
-
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
239
|
-
return new runtime.JSONApiResponse<string>(response);
|
|
240
|
-
} else {
|
|
241
|
-
return new runtime.TextApiResponse(response) as any;
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
/**
|
|
246
|
-
*/
|
|
247
|
-
async apiV1AuthManualPasswordPut(requestParameters: ApiV1AuthManualPasswordPutRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string> {
|
|
248
|
-
const response = await this.apiV1AuthManualPasswordPutRaw(requestParameters, initOverrides);
|
|
249
|
-
return await response.value();
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
/**
|
|
253
|
-
*/
|
|
254
|
-
async apiV1AuthManualRegisterPostRaw(requestParameters: ApiV1AuthManualRegisterPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>> {
|
|
255
|
-
const queryParameters: any = {};
|
|
256
|
-
|
|
257
|
-
if (requestParameters['noRedirect'] != null) {
|
|
258
|
-
queryParameters['noRedirect'] = requestParameters['noRedirect'];
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
262
|
-
|
|
263
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
264
|
-
|
|
265
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
266
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
const response = await this.request({
|
|
270
|
-
path: `/api/v1/auth/manual/register`,
|
|
271
|
-
method: 'POST',
|
|
272
|
-
headers: headerParameters,
|
|
273
|
-
query: queryParameters,
|
|
274
|
-
body: ManualRegisterInputToJSON(requestParameters['manualRegisterInput']),
|
|
275
|
-
}, initOverrides);
|
|
276
|
-
|
|
277
|
-
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
278
|
-
return new runtime.JSONApiResponse<string>(response);
|
|
279
|
-
} else {
|
|
280
|
-
return new runtime.TextApiResponse(response) as any;
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
/**
|
|
285
|
-
*/
|
|
286
|
-
async apiV1AuthManualRegisterPost(requestParameters: ApiV1AuthManualRegisterPostRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string> {
|
|
287
|
-
const response = await this.apiV1AuthManualRegisterPostRaw(requestParameters, initOverrides);
|
|
288
|
-
return await response.value();
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
}
|