@jrojaspin/security-map-api-cli 2.1.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
- package/src/apis/AccountApi.ts +3 -3
- package/src/apis/ArticleApi.ts +3 -3
- package/src/apis/HealthcheckApi.ts +1 -1
- package/src/apis/ItemApi.ts +3 -3
- package/src/apis/JournalApi.ts +3 -3
- package/src/apis/LocationApi.ts +3 -3
- package/src/apis/LoginApi.ts +3 -3
- package/src/apis/MapApi.ts +3 -3
- package/src/apis/MultimediaApi.ts +3 -3
- package/src/apis/OrganizationApi.ts +3 -3
- package/src/apis/ReportApi.ts +3 -3
- package/src/apis/SearchApi.ts +3 -3
- package/src/apis/SourceApi.ts +3 -3
- package/src/apis/StateMachineApi.ts +3 -3
- package/src/apis/index.ts +14 -14
- package/src/index.ts +3 -3
- package/src/models/AccountORM.ts +1 -1
- package/src/models/AccountOutput.ts +3 -3
- package/src/models/AddUserToOrganizationDto.ts +3 -3
- package/src/models/ArticleORM.ts +1 -1
- package/src/models/ArticlePresentationORM.ts +1 -1
- package/src/models/ArticleTypeORM.ts +1 -1
- package/src/models/AutoCompleteORM.ts +1 -1
- package/src/models/AvailableArticlesDto.ts +11 -11
- package/src/models/AvailableArticlesOutput.ts +3 -3
- package/src/models/AxisTitle.ts +1 -1
- package/src/models/ChartConfiguration.ts +5 -5
- package/src/models/ChartData.ts +3 -3
- package/src/models/ChartDataset.ts +3 -3
- package/src/models/ChartLegend.ts +1 -1
- package/src/models/ChartOptions.ts +5 -5
- package/src/models/ChartPlugins.ts +5 -5
- package/src/models/ChartScales.ts +5 -5
- package/src/models/ChartTitle.ts +1 -1
- package/src/models/DataPoint.ts +1 -1
- package/src/models/ItemLayerLinkInputDto.ts +1 -1
- package/src/models/ItemLinkToLayerOutput.ts +1 -1
- package/src/models/ItemTypeFormDto.ts +7 -7
- package/src/models/ItemTypeFormOutput.ts +3 -3
- package/src/models/ItemTypeORM.ts +1 -1
- package/src/models/ItemTypeOutput.ts +3 -3
- package/src/models/ItemsOutput.ts +3 -3
- package/src/models/JournalBookORM.ts +1 -1
- package/src/models/JournalEntryArticleORM.ts +1 -1
- package/src/models/JournalEntryListOutput.ts +3 -3
- package/src/models/JournalEntryMultimediaInput.ts +1 -1
- package/src/models/JournalEntryMultimediaORM.ts +1 -1
- package/src/models/JournalEntryMultimediaOutput.ts +1 -1
- package/src/models/JournalEntryORM.ts +1 -1
- package/src/models/JournalEntryOutput.ts +3 -3
- package/src/models/JournalEntryOutputDto.ts +1 -1
- package/src/models/LocationORM.ts +1 -1
- package/src/models/LocationOutput.ts +3 -3
- package/src/models/MagnitudeORM.ts +1 -1
- package/src/models/ManualLoginInput.ts +1 -1
- package/src/models/ManualLoginPasswordUpdateInput.ts +1 -1
- package/src/models/ManualRegisterInput.ts +1 -1
- package/src/models/MapItemArticleInputDto.ts +1 -1
- package/src/models/MapItemArticleORM.ts +1 -1
- package/src/models/MapItemCustomFieldDefinitionORM.ts +1 -1
- package/src/models/MapItemDynamicFieldInputDto.ts +1 -1
- package/src/models/MapItemDynamicFieldORM.ts +1 -1
- package/src/models/MapItemDynamicFieldWithDefinitionORM.ts +5 -5
- package/src/models/MapItemInput.ts +7 -7
- package/src/models/MapItemLinkORM.ts +1 -1
- package/src/models/MapItemLinkOutput.ts +3 -3
- package/src/models/MapItemListOutput.ts +3 -3
- package/src/models/MapItemMultimediaORM.ts +1 -1
- package/src/models/MapItemMultimediaOutput.ts +3 -3
- package/src/models/MapItemNearByORM.ts +1 -1
- package/src/models/MapItemORM.ts +1 -1
- package/src/models/MapItemOutput.ts +3 -3
- package/src/models/MapItemOutputDto.ts +13 -13
- package/src/models/MapItemOutputDtoProps.ts +13 -13
- package/src/models/MapItemTypeDynamicFieldDefinitionOutput.ts +3 -3
- package/src/models/MapItemTypeDynamicFieldDefinitionValuesOutput.ts +1 -1
- package/src/models/MapItemTypeFormORM.ts +1 -1
- package/src/models/MapItemTypeFormSectionDto.ts +5 -5
- package/src/models/MapItemTypeFormSectionFieldORM.ts +1 -1
- package/src/models/MapItemTypeFormSectionORM.ts +1 -1
- package/src/models/MapItemTypeORM.ts +1 -1
- package/src/models/MapItemTypeOutput.ts +3 -3
- package/src/models/MapLayerInput.ts +1 -1
- package/src/models/MapLayerItemListOutput.ts +3 -3
- package/src/models/MapLayerItemORM.ts +1 -1
- package/src/models/MapLayerItemOutput.ts +3 -3
- package/src/models/MapLayerListOutput.ts +3 -3
- package/src/models/MapLayerORM.ts +1 -1
- package/src/models/MapLayerOutput.ts +3 -3
- package/src/models/MapLayerOutputDto.ts +3 -3
- package/src/models/MapListOutput.ts +3 -3
- package/src/models/MapORM.ts +1 -1
- package/src/models/MapOutput.ts +3 -3
- package/src/models/MapZoneInput.ts +1 -1
- package/src/models/MapZoneORM.ts +1 -1
- package/src/models/MapZoneOutput.ts +3 -3
- package/src/models/MapZoneOutputDto.ts +3 -3
- package/src/models/MapZonePointORM.ts +1 -1
- package/src/models/MeasureUnitORM.ts +1 -1
- package/src/models/ModelRequestContext.ts +1 -1
- package/src/models/MultimediaORM.ts +1 -1
- package/src/models/MultimediaOutput.ts +3 -3
- package/src/models/NominatimAddressORM.ts +1 -1
- package/src/models/NominatimORM.ts +1 -1
- package/src/models/OrganizationORM.ts +1 -1
- package/src/models/ReportAvailableColumnDto.ts +1 -1
- package/src/models/ReportAvailableColumnsListOutput.ts +3 -3
- package/src/models/ReportColumnFilterORM.ts +1 -1
- package/src/models/ReportColumnORM.ts +1 -1
- package/src/models/ReportConfigurationDto.ts +1 -1
- package/src/models/ReportDataCSVDto.ts +1 -1
- package/src/models/ReportDataDto.ts +5 -5
- package/src/models/ReportDataJSONDto.ts +3 -3
- package/src/models/ReportDataORM.ts +3 -3
- package/src/models/ReportDataOutput.ts +3 -3
- package/src/models/ReportDataRowORM.ts +1 -1
- package/src/models/ReportDto.ts +1 -1
- package/src/models/ReportListOutput.ts +3 -3
- package/src/models/ReportORM.ts +1 -1
- package/src/models/ReportOutput.ts +3 -3
- package/src/models/SearchORM.ts +1 -1
- package/src/models/SearchOutput.ts +3 -3
- package/src/models/SearchResultDto.ts +3 -3
- package/src/models/SearchResultSectionDto.ts +3 -3
- package/src/models/SearchResultSectionItem.ts +3 -3
- package/src/models/SourceDto.ts +1 -1
- package/src/models/SourceListOutput.ts +3 -3
- package/src/models/SourceOutput.ts +3 -3
- package/src/models/StateMachineDefinitionListOutput.ts +3 -3
- package/src/models/StateMachineDefinitionOutputDto.ts +5 -5
- package/src/models/StateMachineORM.ts +1 -1
- package/src/models/StateMachineStateORM.ts +1 -1
- package/src/models/StateMachineStateOutputDto.ts +1 -1
- package/src/models/StateMachineTransitionLogORM.ts +1 -1
- package/src/models/StateMachineTransitionORM.ts +1 -1
- package/src/models/StateMachineTransitionOutputDto.ts +1 -1
- package/src/models/UpdateUserInOrganizationPasswordDto.ts +1 -1
- package/src/models/UploadDto.ts +1 -1
- package/src/models/UploadOutput.ts +3 -3
- package/src/models/UserDto.ts +3 -3
- package/src/models/UserInOrganizationDto.ts +1 -1
- package/src/models/UserInOrganizationOutput.ts +3 -3
- package/src/models/UserORM.ts +1 -1
- package/src/models/XAxisOptions.ts +3 -3
- package/src/models/YAxisOptions.ts +3 -3
- package/src/models/index.ts +130 -130
- package/tsconfig.build.json +10 -12
package/src/models/index.ts
CHANGED
|
@@ -1,132 +1,132 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
export * from './AccountORM';
|
|
4
|
-
export * from './AccountOutput';
|
|
5
|
-
export * from './AddUserToOrganizationDto';
|
|
6
|
-
export * from './ArticleORM';
|
|
7
|
-
export * from './ArticlePresentationORM';
|
|
8
|
-
export * from './ArticleTypeORM';
|
|
9
|
-
export * from './AutoCompleteORM';
|
|
10
|
-
export * from './AvailableArticlesDto';
|
|
11
|
-
export * from './AvailableArticlesOutput';
|
|
12
|
-
export * from './AxisTitle';
|
|
13
|
-
export * from './ChartConfiguration';
|
|
14
|
-
export * from './ChartData';
|
|
15
|
-
export * from './ChartDataset';
|
|
16
|
-
export * from './ChartLegend';
|
|
17
|
-
export * from './ChartOptions';
|
|
18
|
-
export * from './ChartPlugins';
|
|
19
|
-
export * from './ChartScales';
|
|
20
|
-
export * from './ChartTitle';
|
|
21
|
-
export * from './DataPoint';
|
|
22
|
-
export * from './ItemLayerLinkInputDto';
|
|
23
|
-
export * from './ItemLinkToLayerOutput';
|
|
24
|
-
export * from './ItemTypeFormDto';
|
|
25
|
-
export * from './ItemTypeFormOutput';
|
|
26
|
-
export * from './ItemTypeORM';
|
|
27
|
-
export * from './ItemTypeOutput';
|
|
28
|
-
export * from './ItemsOutput';
|
|
29
|
-
export * from './JournalBookORM';
|
|
30
|
-
export * from './JournalEntryArticleORM';
|
|
31
|
-
export * from './JournalEntryListOutput';
|
|
32
|
-
export * from './JournalEntryMultimediaInput';
|
|
33
|
-
export * from './JournalEntryMultimediaORM';
|
|
34
|
-
export * from './JournalEntryMultimediaOutput';
|
|
35
|
-
export * from './JournalEntryORM';
|
|
36
|
-
export * from './JournalEntryOutput';
|
|
37
|
-
export * from './JournalEntryOutputDto';
|
|
38
|
-
export * from './LegendPosition';
|
|
39
|
-
export * from './LocationORM';
|
|
40
|
-
export * from './LocationOutput';
|
|
41
|
-
export * from './MagnitudeORM';
|
|
42
|
-
export * from './ManualLoginInput';
|
|
43
|
-
export * from './ManualLoginPasswordUpdateInput';
|
|
44
|
-
export * from './ManualRegisterInput';
|
|
45
|
-
export * from './MapItemArticleInputDto';
|
|
46
|
-
export * from './MapItemArticleORM';
|
|
47
|
-
export * from './MapItemCustomFieldDefinitionORM';
|
|
48
|
-
export * from './MapItemDynamicFieldInputDto';
|
|
49
|
-
export * from './MapItemDynamicFieldORM';
|
|
50
|
-
export * from './MapItemDynamicFieldWithDefinitionORM';
|
|
51
|
-
export * from './MapItemInput';
|
|
52
|
-
export * from './MapItemLinkORM';
|
|
53
|
-
export * from './MapItemLinkOutput';
|
|
54
|
-
export * from './MapItemListOutput';
|
|
55
|
-
export * from './MapItemMultimediaORM';
|
|
56
|
-
export * from './MapItemMultimediaOutput';
|
|
57
|
-
export * from './MapItemNearByORM';
|
|
58
|
-
export * from './MapItemORM';
|
|
59
|
-
export * from './MapItemOutput';
|
|
60
|
-
export * from './MapItemOutputDto';
|
|
61
|
-
export * from './MapItemOutputDtoProps';
|
|
62
|
-
export * from './MapItemTypeDynamicFieldDefinitionOutput';
|
|
63
|
-
export * from './MapItemTypeDynamicFieldDefinitionValuesOutput';
|
|
64
|
-
export * from './MapItemTypeFormORM';
|
|
65
|
-
export * from './MapItemTypeFormSectionDto';
|
|
66
|
-
export * from './MapItemTypeFormSectionFieldORM';
|
|
67
|
-
export * from './MapItemTypeFormSectionORM';
|
|
68
|
-
export * from './MapItemTypeORM';
|
|
69
|
-
export * from './MapItemTypeOutput';
|
|
70
|
-
export * from './MapLayerInput';
|
|
71
|
-
export * from './MapLayerItemListOutput';
|
|
72
|
-
export * from './MapLayerItemORM';
|
|
73
|
-
export * from './MapLayerItemOutput';
|
|
74
|
-
export * from './MapLayerListOutput';
|
|
75
|
-
export * from './MapLayerORM';
|
|
76
|
-
export * from './MapLayerOutput';
|
|
77
|
-
export * from './MapLayerOutputDto';
|
|
78
|
-
export * from './MapListOutput';
|
|
79
|
-
export * from './MapORM';
|
|
80
|
-
export * from './MapOutput';
|
|
81
|
-
export * from './MapZoneInput';
|
|
82
|
-
export * from './MapZoneORM';
|
|
83
|
-
export * from './MapZoneOutput';
|
|
84
|
-
export * from './MapZoneOutputDto';
|
|
85
|
-
export * from './MapZonePointORM';
|
|
86
|
-
export * from './MeasureUnitORM';
|
|
87
|
-
export * from './ModelRequestContext';
|
|
88
|
-
export * from './MultimediaORM';
|
|
89
|
-
export * from './MultimediaOutput';
|
|
90
|
-
export * from './NominatimAddressORM';
|
|
91
|
-
export * from './NominatimORM';
|
|
92
|
-
export * from './OrganizationORM';
|
|
93
|
-
export * from './ReportAvailableColumnDto';
|
|
94
|
-
export * from './ReportAvailableColumnsListOutput';
|
|
95
|
-
export * from './ReportColumnFilterORM';
|
|
96
|
-
export * from './ReportColumnORM';
|
|
97
|
-
export * from './ReportConfigurationDto';
|
|
98
|
-
export * from './ReportDataCSVDto';
|
|
99
|
-
export * from './ReportDataDto';
|
|
100
|
-
export * from './ReportDataJSONDto';
|
|
101
|
-
export * from './ReportDataORM';
|
|
102
|
-
export * from './ReportDataOutput';
|
|
103
|
-
export * from './ReportDataRowORM';
|
|
104
|
-
export * from './ReportDto';
|
|
105
|
-
export * from './ReportListOutput';
|
|
106
|
-
export * from './ReportORM';
|
|
107
|
-
export * from './ReportOutput';
|
|
108
|
-
export * from './SearchORM';
|
|
109
|
-
export * from './SearchOutput';
|
|
110
|
-
export * from './SearchResultDto';
|
|
111
|
-
export * from './SearchResultSectionDto';
|
|
112
|
-
export * from './SearchResultSectionItem';
|
|
113
|
-
export * from './SourceDto';
|
|
114
|
-
export * from './SourceListOutput';
|
|
115
|
-
export * from './SourceOutput';
|
|
116
|
-
export * from './StateMachineDefinitionListOutput';
|
|
117
|
-
export * from './StateMachineDefinitionOutputDto';
|
|
118
|
-
export * from './StateMachineORM';
|
|
119
|
-
export * from './StateMachineStateORM';
|
|
120
|
-
export * from './StateMachineStateOutputDto';
|
|
121
|
-
export * from './StateMachineTransitionLogORM';
|
|
122
|
-
export * from './StateMachineTransitionORM';
|
|
123
|
-
export * from './StateMachineTransitionOutputDto';
|
|
124
|
-
export * from './UpdateUserInOrganizationPasswordDto';
|
|
125
|
-
export * from './UploadDto';
|
|
126
|
-
export * from './UploadOutput';
|
|
127
|
-
export * from './UserDto';
|
|
128
|
-
export * from './UserInOrganizationDto';
|
|
129
|
-
export * from './UserInOrganizationOutput';
|
|
130
|
-
export * from './UserORM';
|
|
131
|
-
export * from './XAxisOptions';
|
|
132
|
-
export * from './YAxisOptions';
|
|
3
|
+
export * from './AccountORM.js';
|
|
4
|
+
export * from './AccountOutput.js';
|
|
5
|
+
export * from './AddUserToOrganizationDto.js';
|
|
6
|
+
export * from './ArticleORM.js';
|
|
7
|
+
export * from './ArticlePresentationORM.js';
|
|
8
|
+
export * from './ArticleTypeORM.js';
|
|
9
|
+
export * from './AutoCompleteORM.js';
|
|
10
|
+
export * from './AvailableArticlesDto.js';
|
|
11
|
+
export * from './AvailableArticlesOutput.js';
|
|
12
|
+
export * from './AxisTitle.js';
|
|
13
|
+
export * from './ChartConfiguration.js';
|
|
14
|
+
export * from './ChartData.js';
|
|
15
|
+
export * from './ChartDataset.js';
|
|
16
|
+
export * from './ChartLegend.js';
|
|
17
|
+
export * from './ChartOptions.js';
|
|
18
|
+
export * from './ChartPlugins.js';
|
|
19
|
+
export * from './ChartScales.js';
|
|
20
|
+
export * from './ChartTitle.js';
|
|
21
|
+
export * from './DataPoint.js';
|
|
22
|
+
export * from './ItemLayerLinkInputDto.js';
|
|
23
|
+
export * from './ItemLinkToLayerOutput.js';
|
|
24
|
+
export * from './ItemTypeFormDto.js';
|
|
25
|
+
export * from './ItemTypeFormOutput.js';
|
|
26
|
+
export * from './ItemTypeORM.js';
|
|
27
|
+
export * from './ItemTypeOutput.js';
|
|
28
|
+
export * from './ItemsOutput.js';
|
|
29
|
+
export * from './JournalBookORM.js';
|
|
30
|
+
export * from './JournalEntryArticleORM.js';
|
|
31
|
+
export * from './JournalEntryListOutput.js';
|
|
32
|
+
export * from './JournalEntryMultimediaInput.js';
|
|
33
|
+
export * from './JournalEntryMultimediaORM.js';
|
|
34
|
+
export * from './JournalEntryMultimediaOutput.js';
|
|
35
|
+
export * from './JournalEntryORM.js';
|
|
36
|
+
export * from './JournalEntryOutput.js';
|
|
37
|
+
export * from './JournalEntryOutputDto.js';
|
|
38
|
+
export * from './LegendPosition.js';
|
|
39
|
+
export * from './LocationORM.js';
|
|
40
|
+
export * from './LocationOutput.js';
|
|
41
|
+
export * from './MagnitudeORM.js';
|
|
42
|
+
export * from './ManualLoginInput.js';
|
|
43
|
+
export * from './ManualLoginPasswordUpdateInput.js';
|
|
44
|
+
export * from './ManualRegisterInput.js';
|
|
45
|
+
export * from './MapItemArticleInputDto.js';
|
|
46
|
+
export * from './MapItemArticleORM.js';
|
|
47
|
+
export * from './MapItemCustomFieldDefinitionORM.js';
|
|
48
|
+
export * from './MapItemDynamicFieldInputDto.js';
|
|
49
|
+
export * from './MapItemDynamicFieldORM.js';
|
|
50
|
+
export * from './MapItemDynamicFieldWithDefinitionORM.js';
|
|
51
|
+
export * from './MapItemInput.js';
|
|
52
|
+
export * from './MapItemLinkORM.js';
|
|
53
|
+
export * from './MapItemLinkOutput.js';
|
|
54
|
+
export * from './MapItemListOutput.js';
|
|
55
|
+
export * from './MapItemMultimediaORM.js';
|
|
56
|
+
export * from './MapItemMultimediaOutput.js';
|
|
57
|
+
export * from './MapItemNearByORM.js';
|
|
58
|
+
export * from './MapItemORM.js';
|
|
59
|
+
export * from './MapItemOutput.js';
|
|
60
|
+
export * from './MapItemOutputDto.js';
|
|
61
|
+
export * from './MapItemOutputDtoProps.js';
|
|
62
|
+
export * from './MapItemTypeDynamicFieldDefinitionOutput.js';
|
|
63
|
+
export * from './MapItemTypeDynamicFieldDefinitionValuesOutput.js';
|
|
64
|
+
export * from './MapItemTypeFormORM.js';
|
|
65
|
+
export * from './MapItemTypeFormSectionDto.js';
|
|
66
|
+
export * from './MapItemTypeFormSectionFieldORM.js';
|
|
67
|
+
export * from './MapItemTypeFormSectionORM.js';
|
|
68
|
+
export * from './MapItemTypeORM.js';
|
|
69
|
+
export * from './MapItemTypeOutput.js';
|
|
70
|
+
export * from './MapLayerInput.js';
|
|
71
|
+
export * from './MapLayerItemListOutput.js';
|
|
72
|
+
export * from './MapLayerItemORM.js';
|
|
73
|
+
export * from './MapLayerItemOutput.js';
|
|
74
|
+
export * from './MapLayerListOutput.js';
|
|
75
|
+
export * from './MapLayerORM.js';
|
|
76
|
+
export * from './MapLayerOutput.js';
|
|
77
|
+
export * from './MapLayerOutputDto.js';
|
|
78
|
+
export * from './MapListOutput.js';
|
|
79
|
+
export * from './MapORM.js';
|
|
80
|
+
export * from './MapOutput.js';
|
|
81
|
+
export * from './MapZoneInput.js';
|
|
82
|
+
export * from './MapZoneORM.js';
|
|
83
|
+
export * from './MapZoneOutput.js';
|
|
84
|
+
export * from './MapZoneOutputDto.js';
|
|
85
|
+
export * from './MapZonePointORM.js';
|
|
86
|
+
export * from './MeasureUnitORM.js';
|
|
87
|
+
export * from './ModelRequestContext.js';
|
|
88
|
+
export * from './MultimediaORM.js';
|
|
89
|
+
export * from './MultimediaOutput.js';
|
|
90
|
+
export * from './NominatimAddressORM.js';
|
|
91
|
+
export * from './NominatimORM.js';
|
|
92
|
+
export * from './OrganizationORM.js';
|
|
93
|
+
export * from './ReportAvailableColumnDto.js';
|
|
94
|
+
export * from './ReportAvailableColumnsListOutput.js';
|
|
95
|
+
export * from './ReportColumnFilterORM.js';
|
|
96
|
+
export * from './ReportColumnORM.js';
|
|
97
|
+
export * from './ReportConfigurationDto.js';
|
|
98
|
+
export * from './ReportDataCSVDto.js';
|
|
99
|
+
export * from './ReportDataDto.js';
|
|
100
|
+
export * from './ReportDataJSONDto.js';
|
|
101
|
+
export * from './ReportDataORM.js';
|
|
102
|
+
export * from './ReportDataOutput.js';
|
|
103
|
+
export * from './ReportDataRowORM.js';
|
|
104
|
+
export * from './ReportDto.js';
|
|
105
|
+
export * from './ReportListOutput.js';
|
|
106
|
+
export * from './ReportORM.js';
|
|
107
|
+
export * from './ReportOutput.js';
|
|
108
|
+
export * from './SearchORM.js';
|
|
109
|
+
export * from './SearchOutput.js';
|
|
110
|
+
export * from './SearchResultDto.js';
|
|
111
|
+
export * from './SearchResultSectionDto.js';
|
|
112
|
+
export * from './SearchResultSectionItem.js';
|
|
113
|
+
export * from './SourceDto.js';
|
|
114
|
+
export * from './SourceListOutput.js';
|
|
115
|
+
export * from './SourceOutput.js';
|
|
116
|
+
export * from './StateMachineDefinitionListOutput.js';
|
|
117
|
+
export * from './StateMachineDefinitionOutputDto.js';
|
|
118
|
+
export * from './StateMachineORM.js';
|
|
119
|
+
export * from './StateMachineStateORM.js';
|
|
120
|
+
export * from './StateMachineStateOutputDto.js';
|
|
121
|
+
export * from './StateMachineTransitionLogORM.js';
|
|
122
|
+
export * from './StateMachineTransitionORM.js';
|
|
123
|
+
export * from './StateMachineTransitionOutputDto.js';
|
|
124
|
+
export * from './UpdateUserInOrganizationPasswordDto.js';
|
|
125
|
+
export * from './UploadDto.js';
|
|
126
|
+
export * from './UploadOutput.js';
|
|
127
|
+
export * from './UserDto.js';
|
|
128
|
+
export * from './UserInOrganizationDto.js';
|
|
129
|
+
export * from './UserInOrganizationOutput.js';
|
|
130
|
+
export * from './UserORM.js';
|
|
131
|
+
export * from './XAxisOptions.js';
|
|
132
|
+
export * from './YAxisOptions.js';
|
package/tsconfig.build.json
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"extends": "./tsconfig.json",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"**/*spec.ts"
|
|
14
|
-
]
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"declaration": true,
|
|
5
|
+
"declarationDir": "./dist",
|
|
6
|
+
"emitDeclarationOnly": false,
|
|
7
|
+
"outDir": "./dist",
|
|
8
|
+
"module": "NodeNext", // ✅ cambia esto
|
|
9
|
+
"moduleResolution": "NodeNext", // ✅ ya lo tenías
|
|
10
|
+
"target": "ES2020"
|
|
11
|
+
},
|
|
12
|
+
"include": ["src"]
|
|
15
13
|
}
|