@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
|
@@ -1,269 +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
|
-
AccountOutput,
|
|
19
|
-
AddUserToOrganizationDto,
|
|
20
|
-
OrganizationORM,
|
|
21
|
-
UpdateUserInOrganizationPasswordDto,
|
|
22
|
-
UserInOrganizationOutput,
|
|
23
|
-
} from '../models/index';
|
|
24
|
-
import {
|
|
25
|
-
AccountOutputFromJSON,
|
|
26
|
-
AccountOutputToJSON,
|
|
27
|
-
AddUserToOrganizationDtoFromJSON,
|
|
28
|
-
AddUserToOrganizationDtoToJSON,
|
|
29
|
-
OrganizationORMFromJSON,
|
|
30
|
-
OrganizationORMToJSON,
|
|
31
|
-
UpdateUserInOrganizationPasswordDtoFromJSON,
|
|
32
|
-
UpdateUserInOrganizationPasswordDtoToJSON,
|
|
33
|
-
UserInOrganizationOutputFromJSON,
|
|
34
|
-
UserInOrganizationOutputToJSON,
|
|
35
|
-
} from '../models/index';
|
|
36
|
-
|
|
37
|
-
export interface ApiV1OrganizationPostRequest {
|
|
38
|
-
organizationORM?: OrganizationORM;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export interface ApiV1OrganizationPutRequest {
|
|
42
|
-
organizationORM?: OrganizationORM;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export interface ApiV1OrganizationUserPostRequest {
|
|
46
|
-
addUserToOrganizationDto?: AddUserToOrganizationDto;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export interface ApiV1OrganizationUserUserIdDeleteRequest {
|
|
50
|
-
userId: string;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export interface ApiV1OrganizationUserUserIdPasswordPutRequest {
|
|
54
|
-
userId: string;
|
|
55
|
-
updateUserInOrganizationPasswordDto?: UpdateUserInOrganizationPasswordDto;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
*
|
|
60
|
-
*/
|
|
61
|
-
export class OrganizationApi extends runtime.BaseAPI {
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* Adds account organization
|
|
65
|
-
*/
|
|
66
|
-
async apiV1OrganizationPostRaw(requestParameters: ApiV1OrganizationPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AccountOutput>> {
|
|
67
|
-
const queryParameters: any = {};
|
|
68
|
-
|
|
69
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
70
|
-
|
|
71
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
72
|
-
|
|
73
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
74
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
const response = await this.request({
|
|
78
|
-
path: `/api/v1/organization`,
|
|
79
|
-
method: 'POST',
|
|
80
|
-
headers: headerParameters,
|
|
81
|
-
query: queryParameters,
|
|
82
|
-
body: OrganizationORMToJSON(requestParameters['organizationORM']),
|
|
83
|
-
}, initOverrides);
|
|
84
|
-
|
|
85
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => AccountOutputFromJSON(jsonValue));
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* Adds account organization
|
|
90
|
-
*/
|
|
91
|
-
async apiV1OrganizationPost(requestParameters: ApiV1OrganizationPostRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AccountOutput> {
|
|
92
|
-
const response = await this.apiV1OrganizationPostRaw(requestParameters, initOverrides);
|
|
93
|
-
return await response.value();
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* updates account organization
|
|
98
|
-
*/
|
|
99
|
-
async apiV1OrganizationPutRaw(requestParameters: ApiV1OrganizationPutRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AccountOutput>> {
|
|
100
|
-
const queryParameters: any = {};
|
|
101
|
-
|
|
102
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
103
|
-
|
|
104
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
105
|
-
|
|
106
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
107
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
const response = await this.request({
|
|
111
|
-
path: `/api/v1/organization`,
|
|
112
|
-
method: 'PUT',
|
|
113
|
-
headers: headerParameters,
|
|
114
|
-
query: queryParameters,
|
|
115
|
-
body: OrganizationORMToJSON(requestParameters['organizationORM']),
|
|
116
|
-
}, initOverrides);
|
|
117
|
-
|
|
118
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => AccountOutputFromJSON(jsonValue));
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
/**
|
|
122
|
-
* updates account organization
|
|
123
|
-
*/
|
|
124
|
-
async apiV1OrganizationPut(requestParameters: ApiV1OrganizationPutRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AccountOutput> {
|
|
125
|
-
const response = await this.apiV1OrganizationPutRaw(requestParameters, initOverrides);
|
|
126
|
-
return await response.value();
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
* list all users in organization
|
|
131
|
-
*/
|
|
132
|
-
async apiV1OrganizationUserGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserInOrganizationOutput>> {
|
|
133
|
-
const queryParameters: any = {};
|
|
134
|
-
|
|
135
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
136
|
-
|
|
137
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
138
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
const response = await this.request({
|
|
142
|
-
path: `/api/v1/organization/user`,
|
|
143
|
-
method: 'GET',
|
|
144
|
-
headers: headerParameters,
|
|
145
|
-
query: queryParameters,
|
|
146
|
-
}, initOverrides);
|
|
147
|
-
|
|
148
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => UserInOrganizationOutputFromJSON(jsonValue));
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* list all users in organization
|
|
153
|
-
*/
|
|
154
|
-
async apiV1OrganizationUserGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserInOrganizationOutput> {
|
|
155
|
-
const response = await this.apiV1OrganizationUserGetRaw(initOverrides);
|
|
156
|
-
return await response.value();
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* updates account organization
|
|
161
|
-
*/
|
|
162
|
-
async apiV1OrganizationUserPostRaw(requestParameters: ApiV1OrganizationUserPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AccountOutput>> {
|
|
163
|
-
const queryParameters: any = {};
|
|
164
|
-
|
|
165
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
166
|
-
|
|
167
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
168
|
-
|
|
169
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
170
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
const response = await this.request({
|
|
174
|
-
path: `/api/v1/organization/user`,
|
|
175
|
-
method: 'POST',
|
|
176
|
-
headers: headerParameters,
|
|
177
|
-
query: queryParameters,
|
|
178
|
-
body: AddUserToOrganizationDtoToJSON(requestParameters['addUserToOrganizationDto']),
|
|
179
|
-
}, initOverrides);
|
|
180
|
-
|
|
181
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => AccountOutputFromJSON(jsonValue));
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
/**
|
|
185
|
-
* updates account organization
|
|
186
|
-
*/
|
|
187
|
-
async apiV1OrganizationUserPost(requestParameters: ApiV1OrganizationUserPostRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AccountOutput> {
|
|
188
|
-
const response = await this.apiV1OrganizationUserPostRaw(requestParameters, initOverrides);
|
|
189
|
-
return await response.value();
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
/**
|
|
193
|
-
* delete user from organization (and forever)
|
|
194
|
-
*/
|
|
195
|
-
async apiV1OrganizationUserUserIdDeleteRaw(requestParameters: ApiV1OrganizationUserUserIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AccountOutput>> {
|
|
196
|
-
if (requestParameters['userId'] == null) {
|
|
197
|
-
throw new runtime.RequiredError(
|
|
198
|
-
'userId',
|
|
199
|
-
'Required parameter "userId" was null or undefined when calling apiV1OrganizationUserUserIdDelete().'
|
|
200
|
-
);
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
const queryParameters: any = {};
|
|
204
|
-
|
|
205
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
206
|
-
|
|
207
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
208
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
const response = await this.request({
|
|
212
|
-
path: `/api/v1/organization/user/{userId}`.replace(`{${"userId"}}`, encodeURIComponent(String(requestParameters['userId']))),
|
|
213
|
-
method: 'DELETE',
|
|
214
|
-
headers: headerParameters,
|
|
215
|
-
query: queryParameters,
|
|
216
|
-
}, initOverrides);
|
|
217
|
-
|
|
218
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => AccountOutputFromJSON(jsonValue));
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/**
|
|
222
|
-
* delete user from organization (and forever)
|
|
223
|
-
*/
|
|
224
|
-
async apiV1OrganizationUserUserIdDelete(requestParameters: ApiV1OrganizationUserUserIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AccountOutput> {
|
|
225
|
-
const response = await this.apiV1OrganizationUserUserIdDeleteRaw(requestParameters, initOverrides);
|
|
226
|
-
return await response.value();
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
/**
|
|
230
|
-
* updates account organization
|
|
231
|
-
*/
|
|
232
|
-
async apiV1OrganizationUserUserIdPasswordPutRaw(requestParameters: ApiV1OrganizationUserUserIdPasswordPutRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AccountOutput>> {
|
|
233
|
-
if (requestParameters['userId'] == null) {
|
|
234
|
-
throw new runtime.RequiredError(
|
|
235
|
-
'userId',
|
|
236
|
-
'Required parameter "userId" was null or undefined when calling apiV1OrganizationUserUserIdPasswordPut().'
|
|
237
|
-
);
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
const queryParameters: any = {};
|
|
241
|
-
|
|
242
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
243
|
-
|
|
244
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
245
|
-
|
|
246
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
247
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
const response = await this.request({
|
|
251
|
-
path: `/api/v1/organization/user/{userId}/password`.replace(`{${"userId"}}`, encodeURIComponent(String(requestParameters['userId']))),
|
|
252
|
-
method: 'PUT',
|
|
253
|
-
headers: headerParameters,
|
|
254
|
-
query: queryParameters,
|
|
255
|
-
body: UpdateUserInOrganizationPasswordDtoToJSON(requestParameters['updateUserInOrganizationPasswordDto']),
|
|
256
|
-
}, initOverrides);
|
|
257
|
-
|
|
258
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => AccountOutputFromJSON(jsonValue));
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
/**
|
|
262
|
-
* updates account organization
|
|
263
|
-
*/
|
|
264
|
-
async apiV1OrganizationUserUserIdPasswordPut(requestParameters: ApiV1OrganizationUserUserIdPasswordPutRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AccountOutput> {
|
|
265
|
-
const response = await this.apiV1OrganizationUserUserIdPasswordPutRaw(requestParameters, initOverrides);
|
|
266
|
-
return await response.value();
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
}
|
package/src/apis/ReportApi.ts
DELETED
|
@@ -1,171 +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
|
-
ReportConfigurationDto,
|
|
19
|
-
ReportDataOutput,
|
|
20
|
-
ReportListOutput,
|
|
21
|
-
ReportOutput,
|
|
22
|
-
} from '../models/index';
|
|
23
|
-
import {
|
|
24
|
-
ReportConfigurationDtoFromJSON,
|
|
25
|
-
ReportConfigurationDtoToJSON,
|
|
26
|
-
ReportDataOutputFromJSON,
|
|
27
|
-
ReportDataOutputToJSON,
|
|
28
|
-
ReportListOutputFromJSON,
|
|
29
|
-
ReportListOutputToJSON,
|
|
30
|
-
ReportOutputFromJSON,
|
|
31
|
-
ReportOutputToJSON,
|
|
32
|
-
} from '../models/index';
|
|
33
|
-
|
|
34
|
-
export interface ApiV1ReportReportIdDataPostRequest {
|
|
35
|
-
reportId: string;
|
|
36
|
-
format?: ApiV1ReportReportIdDataPostFormatEnum;
|
|
37
|
-
reportConfigurationDto?: ReportConfigurationDto;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export interface ApiV1ReportReportIdGetRequest {
|
|
41
|
-
reportId: string;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
*/
|
|
47
|
-
export class ReportApi extends runtime.BaseAPI {
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Lists all reports
|
|
51
|
-
*/
|
|
52
|
-
async apiV1ReportGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ReportListOutput>> {
|
|
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/report`,
|
|
63
|
-
method: 'GET',
|
|
64
|
-
headers: headerParameters,
|
|
65
|
-
query: queryParameters,
|
|
66
|
-
}, initOverrides);
|
|
67
|
-
|
|
68
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => ReportListOutputFromJSON(jsonValue));
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* Lists all reports
|
|
73
|
-
*/
|
|
74
|
-
async apiV1ReportGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportListOutput> {
|
|
75
|
-
const response = await this.apiV1ReportGetRaw(initOverrides);
|
|
76
|
-
return await response.value();
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* Downloads report data
|
|
81
|
-
*/
|
|
82
|
-
async apiV1ReportReportIdDataPostRaw(requestParameters: ApiV1ReportReportIdDataPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ReportDataOutput>> {
|
|
83
|
-
if (requestParameters['reportId'] == null) {
|
|
84
|
-
throw new runtime.RequiredError(
|
|
85
|
-
'reportId',
|
|
86
|
-
'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdDataPost().'
|
|
87
|
-
);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
const queryParameters: any = {};
|
|
91
|
-
|
|
92
|
-
if (requestParameters['format'] != null) {
|
|
93
|
-
queryParameters['format'] = requestParameters['format'];
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
97
|
-
|
|
98
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
99
|
-
|
|
100
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
101
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
const response = await this.request({
|
|
105
|
-
path: `/api/v1/report/{reportId}/data`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
106
|
-
method: 'POST',
|
|
107
|
-
headers: headerParameters,
|
|
108
|
-
query: queryParameters,
|
|
109
|
-
body: ReportConfigurationDtoToJSON(requestParameters['reportConfigurationDto']),
|
|
110
|
-
}, initOverrides);
|
|
111
|
-
|
|
112
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => ReportDataOutputFromJSON(jsonValue));
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* Downloads report data
|
|
117
|
-
*/
|
|
118
|
-
async apiV1ReportReportIdDataPost(requestParameters: ApiV1ReportReportIdDataPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportDataOutput> {
|
|
119
|
-
const response = await this.apiV1ReportReportIdDataPostRaw(requestParameters, initOverrides);
|
|
120
|
-
return await response.value();
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* Loads report metadata by id
|
|
125
|
-
* This does not download report data, you need to download that using the /data endpoint
|
|
126
|
-
*/
|
|
127
|
-
async apiV1ReportReportIdGetRaw(requestParameters: ApiV1ReportReportIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ReportOutput>> {
|
|
128
|
-
if (requestParameters['reportId'] == null) {
|
|
129
|
-
throw new runtime.RequiredError(
|
|
130
|
-
'reportId',
|
|
131
|
-
'Required parameter "reportId" was null or undefined when calling apiV1ReportReportIdGet().'
|
|
132
|
-
);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
const queryParameters: any = {};
|
|
136
|
-
|
|
137
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
138
|
-
|
|
139
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
140
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
const response = await this.request({
|
|
144
|
-
path: `/api/v1/report/{reportId}`.replace(`{${"reportId"}}`, encodeURIComponent(String(requestParameters['reportId']))),
|
|
145
|
-
method: 'GET',
|
|
146
|
-
headers: headerParameters,
|
|
147
|
-
query: queryParameters,
|
|
148
|
-
}, initOverrides);
|
|
149
|
-
|
|
150
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => ReportOutputFromJSON(jsonValue));
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
/**
|
|
154
|
-
* Loads report metadata by id
|
|
155
|
-
* This does not download report data, you need to download that using the /data endpoint
|
|
156
|
-
*/
|
|
157
|
-
async apiV1ReportReportIdGet(requestParameters: ApiV1ReportReportIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportOutput> {
|
|
158
|
-
const response = await this.apiV1ReportReportIdGetRaw(requestParameters, initOverrides);
|
|
159
|
-
return await response.value();
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
/**
|
|
165
|
-
* @export
|
|
166
|
-
*/
|
|
167
|
-
export const ApiV1ReportReportIdDataPostFormatEnum = {
|
|
168
|
-
Json: 'json',
|
|
169
|
-
Csv: 'csv'
|
|
170
|
-
} as const;
|
|
171
|
-
export type ApiV1ReportReportIdDataPostFormatEnum = typeof ApiV1ReportReportIdDataPostFormatEnum[keyof typeof ApiV1ReportReportIdDataPostFormatEnum];
|
package/src/apis/SearchApi.ts
DELETED
|
@@ -1,110 +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
|
-
SearchOutput,
|
|
19
|
-
} from '../models/index';
|
|
20
|
-
import {
|
|
21
|
-
SearchOutputFromJSON,
|
|
22
|
-
SearchOutputToJSON,
|
|
23
|
-
} from '../models/index';
|
|
24
|
-
|
|
25
|
-
export interface ApiV1SearchPostRequest {
|
|
26
|
-
q: string;
|
|
27
|
-
itemTypes?: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
export class SearchApi extends runtime.BaseAPI {
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Searches for items in the database
|
|
37
|
-
*/
|
|
38
|
-
async apiV1SearchAutocompletePostRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SearchOutput>> {
|
|
39
|
-
const queryParameters: any = {};
|
|
40
|
-
|
|
41
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
42
|
-
|
|
43
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
44
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
const response = await this.request({
|
|
48
|
-
path: `/api/v1/search/autocomplete`,
|
|
49
|
-
method: 'POST',
|
|
50
|
-
headers: headerParameters,
|
|
51
|
-
query: queryParameters,
|
|
52
|
-
}, initOverrides);
|
|
53
|
-
|
|
54
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => SearchOutputFromJSON(jsonValue));
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Searches for items in the database
|
|
59
|
-
*/
|
|
60
|
-
async apiV1SearchAutocompletePost(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SearchOutput> {
|
|
61
|
-
const response = await this.apiV1SearchAutocompletePostRaw(initOverrides);
|
|
62
|
-
return await response.value();
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* Searches for items in the database
|
|
67
|
-
*/
|
|
68
|
-
async apiV1SearchPostRaw(requestParameters: ApiV1SearchPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SearchOutput>> {
|
|
69
|
-
if (requestParameters['q'] == null) {
|
|
70
|
-
throw new runtime.RequiredError(
|
|
71
|
-
'q',
|
|
72
|
-
'Required parameter "q" was null or undefined when calling apiV1SearchPost().'
|
|
73
|
-
);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
const queryParameters: any = {};
|
|
77
|
-
|
|
78
|
-
if (requestParameters['q'] != null) {
|
|
79
|
-
queryParameters['q'] = requestParameters['q'];
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
if (requestParameters['itemTypes'] != null) {
|
|
83
|
-
queryParameters['itemTypes'] = requestParameters['itemTypes'];
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
87
|
-
|
|
88
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
89
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
const response = await this.request({
|
|
93
|
-
path: `/api/v1/search`,
|
|
94
|
-
method: 'POST',
|
|
95
|
-
headers: headerParameters,
|
|
96
|
-
query: queryParameters,
|
|
97
|
-
}, initOverrides);
|
|
98
|
-
|
|
99
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => SearchOutputFromJSON(jsonValue));
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* Searches for items in the database
|
|
104
|
-
*/
|
|
105
|
-
async apiV1SearchPost(requestParameters: ApiV1SearchPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SearchOutput> {
|
|
106
|
-
const response = await this.apiV1SearchPostRaw(requestParameters, initOverrides);
|
|
107
|
-
return await response.value();
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
}
|
package/src/apis/SourceApi.ts
DELETED
|
@@ -1,103 +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
|
-
SourceDto,
|
|
19
|
-
SourceListOutput,
|
|
20
|
-
SourceOutput,
|
|
21
|
-
} from '../models/index';
|
|
22
|
-
import {
|
|
23
|
-
SourceDtoFromJSON,
|
|
24
|
-
SourceDtoToJSON,
|
|
25
|
-
SourceListOutputFromJSON,
|
|
26
|
-
SourceListOutputToJSON,
|
|
27
|
-
SourceOutputFromJSON,
|
|
28
|
-
SourceOutputToJSON,
|
|
29
|
-
} from '../models/index';
|
|
30
|
-
|
|
31
|
-
export interface ApiV1SourcePostRequest {
|
|
32
|
-
sourceDto?: SourceDto;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
38
|
-
export class SourceApi extends runtime.BaseAPI {
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* List of all source
|
|
42
|
-
*/
|
|
43
|
-
async apiV1SourceGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SourceListOutput>> {
|
|
44
|
-
const queryParameters: any = {};
|
|
45
|
-
|
|
46
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
47
|
-
|
|
48
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
49
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
const response = await this.request({
|
|
53
|
-
path: `/api/v1/source`,
|
|
54
|
-
method: 'GET',
|
|
55
|
-
headers: headerParameters,
|
|
56
|
-
query: queryParameters,
|
|
57
|
-
}, initOverrides);
|
|
58
|
-
|
|
59
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => SourceListOutputFromJSON(jsonValue));
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* List of all source
|
|
64
|
-
*/
|
|
65
|
-
async apiV1SourceGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SourceListOutput> {
|
|
66
|
-
const response = await this.apiV1SourceGetRaw(initOverrides);
|
|
67
|
-
return await response.value();
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* Adds source
|
|
72
|
-
*/
|
|
73
|
-
async apiV1SourcePostRaw(requestParameters: ApiV1SourcePostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SourceOutput>> {
|
|
74
|
-
const queryParameters: any = {};
|
|
75
|
-
|
|
76
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
77
|
-
|
|
78
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
79
|
-
|
|
80
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
81
|
-
headerParameters["apiKey"] = await this.configuration.apiKey("apiKey"); // apiKey authentication
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
const response = await this.request({
|
|
85
|
-
path: `/api/v1/source`,
|
|
86
|
-
method: 'POST',
|
|
87
|
-
headers: headerParameters,
|
|
88
|
-
query: queryParameters,
|
|
89
|
-
body: SourceDtoToJSON(requestParameters['sourceDto']),
|
|
90
|
-
}, initOverrides);
|
|
91
|
-
|
|
92
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => SourceOutputFromJSON(jsonValue));
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* Adds source
|
|
97
|
-
*/
|
|
98
|
-
async apiV1SourcePost(requestParameters: ApiV1SourcePostRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SourceOutput> {
|
|
99
|
-
const response = await this.apiV1SourcePostRaw(requestParameters, initOverrides);
|
|
100
|
-
return await response.value();
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
}
|