@c-rex/components 0.1.21 → 0.1.23
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 +78 -62
- package/src/article/article-action-bar.tsx +89 -0
- package/src/article/article-content.tsx +55 -0
- package/src/autocomplete.tsx +55 -50
- package/src/breadcrumb.tsx +3 -1
- package/src/directoryNodes/tree-of-content.tsx +49 -0
- package/src/{bookmark-button.tsx → favorites/bookmark-button.tsx} +12 -3
- package/src/{favorite-button.tsx → favorites/favorite-button.tsx} +1 -1
- package/src/generated/client-components.tsx +1350 -0
- package/src/generated/create-client-request.tsx +105 -0
- package/src/generated/create-server-request.tsx +61 -0
- package/src/generated/create-suggestions-request.tsx +56 -0
- package/src/generated/server-components.tsx +1056 -0
- package/src/generated/suggestions.tsx +299 -0
- package/src/info/bookmark.tsx +51 -0
- package/src/info/info-table.tsx +127 -60
- package/src/info/shared.tsx +1 -1
- package/src/navbar/language-switcher/shared.tsx +1 -1
- package/src/navbar/navbar.tsx +1 -1
- package/src/{stories → navbar/stories}/navbar.stories.tsx +1 -1
- package/src/page-wrapper.tsx +1 -1
- package/src/renditions/file-download.tsx +84 -0
- package/src/renditions/html.tsx +55 -0
- package/src/renditions/image/container.tsx +52 -0
- package/src/renditions/image/rendition.tsx +61 -0
- package/src/{dialog-filter.tsx → results/dialog-filter.tsx} +22 -23
- package/src/results/filter-navbar.tsx +241 -0
- package/src/results/filter-sidebar/index.tsx +125 -0
- package/src/results/filter-sidebar/utils.ts +164 -0
- package/src/{pagination.tsx → results/pagination.tsx} +12 -10
- package/src/results/result-container.tsx +70 -0
- package/src/{stories/blog-view.stories.tsx → results/stories/cards.stories.tsx} +1 -1
- package/src/{stories/table-view.stories.tsx → results/stories/table.stories.tsx} +1 -1
- package/src/results/table-with-images.tsx +140 -0
- package/src/{result-view → results}/table.tsx +1 -2
- package/src/results/utils.ts +67 -0
- package/src/{navbar/search-input.tsx → search-input.tsx} +9 -6
- package/src/share-button.tsx +49 -0
- package/src/stores/search-settings-store.ts +1 -1
- package/src/blur-image.tsx +0 -23
- package/src/left-sidebar.tsx +0 -90
- package/src/result-list.tsx +0 -43
- package/src/result-view/table-with-images.tsx +0 -199
- package/src/right-sidebar.tsx +0 -70
- package/src/search-modal.tsx +0 -140
- package/src/stories/blur-image.stories.tsx +0 -51
- package/src/stories/sidebar.stories.tsx +0 -94
- /package/src/{file-icon.tsx → icons/file-icon.tsx} +0 -0
- /package/src/{flag.tsx → icons/flag-icon.tsx} +0 -0
- /package/src/{loading.tsx → icons/loading.tsx} +0 -0
- /package/src/{result-view/blog.tsx → results/cards.tsx} +0 -0
- /package/src/{empty.tsx → results/empty.tsx} +0 -0
- /package/src/{stories → results/stories}/empty.stories.tsx +0 -0
|
@@ -0,0 +1,1350 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated from OpenAPI spec (Client-Side)
|
|
3
|
+
* Source: https://staging.c-rex.net/ids/api/swagger/v1/swagger.json
|
|
4
|
+
* Generated: 2025-12-11T16:23:03.639Z
|
|
5
|
+
* Do not edit manually
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
"use client";
|
|
9
|
+
|
|
10
|
+
import { createClientDataRequestComponent } from './create-client-request';
|
|
11
|
+
import type {
|
|
12
|
+
AdministrativeMetadataGetAllQueryParams,
|
|
13
|
+
AdministrativeMetadataGetByIdPathParams,
|
|
14
|
+
AdministrativeMetadataGetByIdQueryParams,
|
|
15
|
+
AdministrativeMetadataModel,
|
|
16
|
+
AfterUsesGetAllQueryParams,
|
|
17
|
+
AfterUsesGetByIdPathParams,
|
|
18
|
+
AfterUsesGetByIdQueryParams,
|
|
19
|
+
CollectionsGetAllQueryParams,
|
|
20
|
+
CollectionsGetByIdPathParams,
|
|
21
|
+
CollectionsGetByIdQueryParams,
|
|
22
|
+
ComponentModel,
|
|
23
|
+
ComponentsGetAllQueryParams,
|
|
24
|
+
ComponentsGetByIdPathParams,
|
|
25
|
+
ComponentsGetByIdQueryParams,
|
|
26
|
+
ConceptsGetAllQueryParams,
|
|
27
|
+
ConceptsGetByIdPathParams,
|
|
28
|
+
ConceptsGetByIdQueryParams,
|
|
29
|
+
ConformitiesGetAllQueryParams,
|
|
30
|
+
ConformitiesGetByIdPathParams,
|
|
31
|
+
ConformitiesGetByIdQueryParams,
|
|
32
|
+
ConsumablesGetAllQueryParams,
|
|
33
|
+
ConsumablesGetByIdPathParams,
|
|
34
|
+
ConsumablesGetByIdQueryParams,
|
|
35
|
+
ContentLifeCycleStatusGetAllQueryParams,
|
|
36
|
+
ContentLifeCycleStatusGetByIdPathParams,
|
|
37
|
+
ContentLifeCycleStatusGetByIdQueryParams,
|
|
38
|
+
ContentLifeCycleStatusModel,
|
|
39
|
+
DesignAndRealizationsGetAllQueryParams,
|
|
40
|
+
DesignAndRealizationsGetByIdPathParams,
|
|
41
|
+
DesignAndRealizationsGetByIdQueryParams,
|
|
42
|
+
DirectoryNodeModel,
|
|
43
|
+
DirectoryNodeTypeModel,
|
|
44
|
+
DirectoryNodeTypesGetAllQueryParams,
|
|
45
|
+
DirectoryNodeTypesGetByIdPathParams,
|
|
46
|
+
DirectoryNodeTypesGetByIdQueryParams,
|
|
47
|
+
DirectoryNodesGetAllQueryParams,
|
|
48
|
+
DirectoryNodesGetByIdPathParams,
|
|
49
|
+
DirectoryNodesGetByIdQueryParams,
|
|
50
|
+
DocumentModel,
|
|
51
|
+
DocumentTypeModel,
|
|
52
|
+
DocumentTypesGetAllQueryParams,
|
|
53
|
+
DocumentTypesGetByIdPathParams,
|
|
54
|
+
DocumentTypesGetByIdQueryParams,
|
|
55
|
+
DocumentationMetadataGetAllQueryParams,
|
|
56
|
+
DocumentationMetadataGetByIdPathParams,
|
|
57
|
+
DocumentationMetadataGetByIdQueryParams,
|
|
58
|
+
DocumentationMetadataModel,
|
|
59
|
+
DocumentsGetAllQueryParams,
|
|
60
|
+
DocumentsGetByIdPathParams,
|
|
61
|
+
DocumentsGetByIdQueryParams,
|
|
62
|
+
DocumentsLanguagesQueryParams,
|
|
63
|
+
DomainEntitiesGetAllQueryParams,
|
|
64
|
+
DomainEntitiesGetByIdPathParams,
|
|
65
|
+
DomainEntitiesGetByIdQueryParams,
|
|
66
|
+
DomainEntityModel,
|
|
67
|
+
DownTimesGetAllQueryParams,
|
|
68
|
+
DownTimesGetByIdPathParams,
|
|
69
|
+
DownTimesGetByIdQueryParams,
|
|
70
|
+
EmptyPathParams,
|
|
71
|
+
EventModel,
|
|
72
|
+
EventsGetAllQueryParams,
|
|
73
|
+
EventsGetByIdPathParams,
|
|
74
|
+
EventsGetByIdQueryParams,
|
|
75
|
+
FormalitiesGetAllQueryParams,
|
|
76
|
+
FormalitiesGetByIdPathParams,
|
|
77
|
+
FormalitiesGetByIdQueryParams,
|
|
78
|
+
FormsGetAllQueryParams,
|
|
79
|
+
FormsGetByIdPathParams,
|
|
80
|
+
FormsGetByIdQueryParams,
|
|
81
|
+
FragmentModel,
|
|
82
|
+
FragmentsGetAllQueryParams,
|
|
83
|
+
FragmentsGetByIdPathParams,
|
|
84
|
+
FragmentsGetByIdQueryParams,
|
|
85
|
+
FragmentsLanguagesQueryParams,
|
|
86
|
+
FunctionalMetadataModel,
|
|
87
|
+
FunctionalMetadatasGetAllQueryParams,
|
|
88
|
+
FunctionalMetadatasGetByIdPathParams,
|
|
89
|
+
FunctionalMetadatasGetByIdQueryParams,
|
|
90
|
+
FunctionalitiesGetAllQueryParams,
|
|
91
|
+
FunctionalitiesGetByIdPathParams,
|
|
92
|
+
FunctionalitiesGetByIdQueryParams,
|
|
93
|
+
GroupsGetAllQueryParams,
|
|
94
|
+
GroupsGetByIdPathParams,
|
|
95
|
+
GroupsGetByIdQueryParams,
|
|
96
|
+
HardwareToolsGetAllQueryParams,
|
|
97
|
+
HardwareToolsGetByIdPathParams,
|
|
98
|
+
HardwareToolsGetByIdQueryParams,
|
|
99
|
+
IdentitiesGetAllQueryParams,
|
|
100
|
+
IdentitiesGetByIdPathParams,
|
|
101
|
+
IdentitiesGetByIdQueryParams,
|
|
102
|
+
IdentityDomainModel,
|
|
103
|
+
IdentityDomainsGetAllQueryParams,
|
|
104
|
+
IdentityDomainsGetByIdPathParams,
|
|
105
|
+
IdentityDomainsGetByIdQueryParams,
|
|
106
|
+
IdentityModel,
|
|
107
|
+
IndividualsGetAllQueryParams,
|
|
108
|
+
IndividualsGetByIdPathParams,
|
|
109
|
+
IndividualsGetByIdQueryParams,
|
|
110
|
+
InformationObjectModel,
|
|
111
|
+
InformationObjectsGetAllQueryParams,
|
|
112
|
+
InformationObjectsGetByIdPathParams,
|
|
113
|
+
InformationObjectsGetByIdQueryParams,
|
|
114
|
+
InformationSubjectCollectionModel,
|
|
115
|
+
InformationSubjectConformityModel,
|
|
116
|
+
InformationSubjectFormalityModel,
|
|
117
|
+
InformationSubjectFunctionalityModel,
|
|
118
|
+
InformationSubjectModel,
|
|
119
|
+
InformationSubjectProcessModel,
|
|
120
|
+
InformationSubjectSafetyModel,
|
|
121
|
+
InformationSubjectSafetyWarningMessageModel,
|
|
122
|
+
InformationSubjectTechnicalDataModel,
|
|
123
|
+
InformationSubjectTechnicalOverviewModel,
|
|
124
|
+
InformationSubjectsGetAllQueryParams,
|
|
125
|
+
InformationSubjectsGetByIdPathParams,
|
|
126
|
+
InformationSubjectsGetByIdQueryParams,
|
|
127
|
+
InformationTypeModel,
|
|
128
|
+
InformationTypesGetAllQueryParams,
|
|
129
|
+
InformationTypesGetByIdPathParams,
|
|
130
|
+
InformationTypesGetByIdQueryParams,
|
|
131
|
+
InformationUnitModel,
|
|
132
|
+
InformationUnitsGetAllQueryParams,
|
|
133
|
+
InformationUnitsGetByIdPathParams,
|
|
134
|
+
InformationUnitsGetByIdQueryParams,
|
|
135
|
+
InformationUnitsLanguagesQueryParams,
|
|
136
|
+
LearningsGetAllQueryParams,
|
|
137
|
+
LearningsGetByIdPathParams,
|
|
138
|
+
LearningsGetByIdQueryParams,
|
|
139
|
+
LocationsGetAllQueryParams,
|
|
140
|
+
LocationsGetByIdPathParams,
|
|
141
|
+
LocationsGetByIdQueryParams,
|
|
142
|
+
LubricantsGetAllQueryParams,
|
|
143
|
+
LubricantsGetByIdPathParams,
|
|
144
|
+
LubricantsGetByIdQueryParams,
|
|
145
|
+
MaintenanceIntervalsGetAllQueryParams,
|
|
146
|
+
MaintenanceIntervalsGetByIdPathParams,
|
|
147
|
+
MaintenanceIntervalsGetByIdQueryParams,
|
|
148
|
+
OperatingSuppliesGetAllQueryParams,
|
|
149
|
+
OperatingSuppliesGetByIdPathParams,
|
|
150
|
+
OperatingSuppliesGetByIdQueryParams,
|
|
151
|
+
OrganizationsGetAllQueryParams,
|
|
152
|
+
OrganizationsGetByIdPathParams,
|
|
153
|
+
OrganizationsGetByIdQueryParams,
|
|
154
|
+
PackageModel,
|
|
155
|
+
PackagesCreateClientAppQueryParams,
|
|
156
|
+
PackagesGetAllQueryParams,
|
|
157
|
+
PackagesGetByIdPathParams,
|
|
158
|
+
PackagesGetByIdQueryParams,
|
|
159
|
+
PackagesLanguagesQueryParams,
|
|
160
|
+
PartiesGetAllQueryParams,
|
|
161
|
+
PartiesGetByIdPathParams,
|
|
162
|
+
PartiesGetByIdQueryParams,
|
|
163
|
+
PartyModel,
|
|
164
|
+
PlanningDownTimeModel,
|
|
165
|
+
PlanningMaintenanceIntervalModel,
|
|
166
|
+
PlanningSetupTimeModel,
|
|
167
|
+
PlanningTimeModel,
|
|
168
|
+
PlanningTimesGetAllQueryParams,
|
|
169
|
+
PlanningTimesGetByIdPathParams,
|
|
170
|
+
PlanningTimesGetByIdQueryParams,
|
|
171
|
+
PlanningWorkingTimeModel,
|
|
172
|
+
ProcessesGetAllQueryParams,
|
|
173
|
+
ProcessesGetByIdPathParams,
|
|
174
|
+
ProcessesGetByIdQueryParams,
|
|
175
|
+
ProductFeatureModel,
|
|
176
|
+
ProductFeaturesGetAllQueryParams,
|
|
177
|
+
ProductFeaturesGetByIdPathParams,
|
|
178
|
+
ProductFeaturesGetByIdQueryParams,
|
|
179
|
+
ProductFunctionModel,
|
|
180
|
+
ProductFunctionsGetAllQueryParams,
|
|
181
|
+
ProductFunctionsGetByIdPathParams,
|
|
182
|
+
ProductFunctionsGetByIdQueryParams,
|
|
183
|
+
ProductLcpAfterUseModel,
|
|
184
|
+
ProductLcpDesignAndRealizationModel,
|
|
185
|
+
ProductLcpPuttingToUseModel,
|
|
186
|
+
ProductLcpUseModel,
|
|
187
|
+
ProductLifeCyclePhaseModel,
|
|
188
|
+
ProductLifeCyclePhasesGetAllQueryParams,
|
|
189
|
+
ProductLifeCyclePhasesGetByIdPathParams,
|
|
190
|
+
ProductLifeCyclePhasesGetByIdQueryParams,
|
|
191
|
+
ProductMetadataGetAllQueryParams,
|
|
192
|
+
ProductMetadataGetByIdPathParams,
|
|
193
|
+
ProductMetadataGetByIdQueryParams,
|
|
194
|
+
ProductMetadataModel,
|
|
195
|
+
ProductPropertiesGetAllQueryParams,
|
|
196
|
+
ProductPropertiesGetByIdPathParams,
|
|
197
|
+
ProductPropertiesGetByIdQueryParams,
|
|
198
|
+
ProductPropertyModel,
|
|
199
|
+
ProductVariantModel,
|
|
200
|
+
ProductVariantsGetAllQueryParams,
|
|
201
|
+
ProductVariantsGetByIdPathParams,
|
|
202
|
+
ProductVariantsGetByIdQueryParams,
|
|
203
|
+
PuttingToUsesGetAllQueryParams,
|
|
204
|
+
PuttingToUsesGetByIdPathParams,
|
|
205
|
+
PuttingToUsesGetByIdQueryParams,
|
|
206
|
+
QualificationModel,
|
|
207
|
+
QualificationRoleModel,
|
|
208
|
+
QualificationSkillLevelModel,
|
|
209
|
+
QualificationsGetAllQueryParams,
|
|
210
|
+
QualificationsGetByIdPathParams,
|
|
211
|
+
QualificationsGetByIdQueryParams,
|
|
212
|
+
ReferencesGetAllQueryParams,
|
|
213
|
+
ReferencesGetByIdPathParams,
|
|
214
|
+
ReferencesGetByIdQueryParams,
|
|
215
|
+
RenditionModel,
|
|
216
|
+
RenditionsGetAllQueryParams,
|
|
217
|
+
RenditionsGetByIdPathParams,
|
|
218
|
+
RenditionsGetByIdQueryParams,
|
|
219
|
+
RenditionsGetWithBinaryWithBinaryPathPathParams,
|
|
220
|
+
RenditionsGetWithBinaryWithBinaryPathQueryParams,
|
|
221
|
+
ResourcesDownloadResourcePathParams,
|
|
222
|
+
ResourcesDownloadResourceQueryParams,
|
|
223
|
+
ResourcesDownloadResourceWithBinaryPathPathParams,
|
|
224
|
+
ResourcesDownloadResourceWithBinaryPathQueryParams,
|
|
225
|
+
ResourcesGetPackagePathParams,
|
|
226
|
+
ResourcesGetPackageQueryParams,
|
|
227
|
+
ResourcesGetSubjectFromPackagePathParams,
|
|
228
|
+
ResourcesGetSubjectFromPackageQueryParams,
|
|
229
|
+
ResourcesViewResourcePathParams,
|
|
230
|
+
ResourcesViewResourceQueryParams,
|
|
231
|
+
ResourcesViewResourceWithBinaryPathPathParams,
|
|
232
|
+
ResourcesViewResourceWithBinaryPathQueryParams,
|
|
233
|
+
ResultContainerModel,
|
|
234
|
+
RolesGetAllQueryParams,
|
|
235
|
+
RolesGetByIdPathParams,
|
|
236
|
+
RolesGetByIdQueryParams,
|
|
237
|
+
SafetiesGetAllQueryParams,
|
|
238
|
+
SafetiesGetByIdPathParams,
|
|
239
|
+
SafetiesGetByIdQueryParams,
|
|
240
|
+
SearchGetAllQueryParams,
|
|
241
|
+
SetupTimesGetAllQueryParams,
|
|
242
|
+
SetupTimesGetByIdPathParams,
|
|
243
|
+
SetupTimesGetByIdQueryParams,
|
|
244
|
+
SkillLevelsGetAllQueryParams,
|
|
245
|
+
SkillLevelsGetByIdPathParams,
|
|
246
|
+
SkillLevelsGetByIdQueryParams,
|
|
247
|
+
SparQLExecuteSparQlPathParams,
|
|
248
|
+
SparQLExecuteSparQlQueryParams,
|
|
249
|
+
SparePartsGetAllQueryParams,
|
|
250
|
+
SparePartsGetByIdPathParams,
|
|
251
|
+
SparePartsGetByIdQueryParams,
|
|
252
|
+
SuppliesGetAllQueryParams,
|
|
253
|
+
SuppliesGetByIdPathParams,
|
|
254
|
+
SuppliesGetByIdQueryParams,
|
|
255
|
+
SupplyConsumableModel,
|
|
256
|
+
SupplyHardwareToolModel,
|
|
257
|
+
SupplyLubricantModel,
|
|
258
|
+
SupplyModel,
|
|
259
|
+
SupplyOperatingModel,
|
|
260
|
+
SupplySparePartModel,
|
|
261
|
+
TasksGetAllQueryParams,
|
|
262
|
+
TasksGetByIdPathParams,
|
|
263
|
+
TasksGetByIdQueryParams,
|
|
264
|
+
TechnicalDataGetAllQueryParams,
|
|
265
|
+
TechnicalDataGetByIdPathParams,
|
|
266
|
+
TechnicalDataGetByIdQueryParams,
|
|
267
|
+
TechnicalOverviewsGetAllQueryParams,
|
|
268
|
+
TechnicalOverviewsGetByIdPathParams,
|
|
269
|
+
TechnicalOverviewsGetByIdQueryParams,
|
|
270
|
+
TopicModel,
|
|
271
|
+
TopicTypeConceptModel,
|
|
272
|
+
TopicTypeFormModel,
|
|
273
|
+
TopicTypeLearningModel,
|
|
274
|
+
TopicTypeModel,
|
|
275
|
+
TopicTypeReferenceModel,
|
|
276
|
+
TopicTypeTaskModel,
|
|
277
|
+
TopicTypeTroubleShootingModel,
|
|
278
|
+
TopicTypesGetAllQueryParams,
|
|
279
|
+
TopicTypesGetByIdPathParams,
|
|
280
|
+
TopicTypesGetByIdQueryParams,
|
|
281
|
+
TopicsGetAllQueryParams,
|
|
282
|
+
TopicsGetByIdPathParams,
|
|
283
|
+
TopicsGetByIdQueryParams,
|
|
284
|
+
TopicsLanguagesQueryParams,
|
|
285
|
+
TroubleShootingsGetAllQueryParams,
|
|
286
|
+
TroubleShootingsGetByIdPathParams,
|
|
287
|
+
TroubleShootingsGetByIdQueryParams,
|
|
288
|
+
UsesGetAllQueryParams,
|
|
289
|
+
UsesGetByIdPathParams,
|
|
290
|
+
UsesGetByIdQueryParams,
|
|
291
|
+
VCardGroupModel,
|
|
292
|
+
VCardIndividualModel,
|
|
293
|
+
VCardLocationModel,
|
|
294
|
+
VCardModel,
|
|
295
|
+
VCardOrganizationModel,
|
|
296
|
+
VCardsGetAllQueryParams,
|
|
297
|
+
VCardsGetByIdPathParams,
|
|
298
|
+
VCardsGetByIdQueryParams,
|
|
299
|
+
WarningMessagesGetAllQueryParams,
|
|
300
|
+
WarningMessagesGetByIdPathParams,
|
|
301
|
+
WarningMessagesGetByIdQueryParams,
|
|
302
|
+
WorkingTimesGetAllQueryParams,
|
|
303
|
+
WorkingTimesGetByIdPathParams,
|
|
304
|
+
WorkingTimesGetByIdQueryParams
|
|
305
|
+
} from '@c-rex/interfaces';
|
|
306
|
+
|
|
307
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
308
|
+
export const AdministrativeMetadataGetAllClient = createClientDataRequestComponent<
|
|
309
|
+
ResultContainerModel<AdministrativeMetadataModel>,
|
|
310
|
+
EmptyPathParams,
|
|
311
|
+
AdministrativeMetadataGetAllQueryParams
|
|
312
|
+
>('AdministrativeMetadata');
|
|
313
|
+
|
|
314
|
+
/** Get an entity by its id (Client-Side) */
|
|
315
|
+
export const AdministrativeMetadataGetByIdClient = createClientDataRequestComponent<
|
|
316
|
+
AdministrativeMetadataModel,
|
|
317
|
+
AdministrativeMetadataGetByIdPathParams,
|
|
318
|
+
AdministrativeMetadataGetByIdQueryParams
|
|
319
|
+
>('AdministrativeMetadata/{id}');
|
|
320
|
+
|
|
321
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
322
|
+
export const AfterUsesGetAllClient = createClientDataRequestComponent<
|
|
323
|
+
ResultContainerModel<ProductLcpAfterUseModel>,
|
|
324
|
+
EmptyPathParams,
|
|
325
|
+
AfterUsesGetAllQueryParams
|
|
326
|
+
>('AfterUses');
|
|
327
|
+
|
|
328
|
+
/** Get an entity by its id (Client-Side) */
|
|
329
|
+
export const AfterUsesGetByIdClient = createClientDataRequestComponent<
|
|
330
|
+
ProductLcpAfterUseModel,
|
|
331
|
+
AfterUsesGetByIdPathParams,
|
|
332
|
+
AfterUsesGetByIdQueryParams
|
|
333
|
+
>('AfterUses/{id}');
|
|
334
|
+
|
|
335
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
336
|
+
export const CollectionsGetAllClient = createClientDataRequestComponent<
|
|
337
|
+
ResultContainerModel<InformationSubjectCollectionModel>,
|
|
338
|
+
EmptyPathParams,
|
|
339
|
+
CollectionsGetAllQueryParams
|
|
340
|
+
>('Collections');
|
|
341
|
+
|
|
342
|
+
/** Get an entity by its id (Client-Side) */
|
|
343
|
+
export const CollectionsGetByIdClient = createClientDataRequestComponent<
|
|
344
|
+
InformationSubjectCollectionModel,
|
|
345
|
+
CollectionsGetByIdPathParams,
|
|
346
|
+
CollectionsGetByIdQueryParams
|
|
347
|
+
>('Collections/{id}');
|
|
348
|
+
|
|
349
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
350
|
+
export const ComponentsGetAllClient = createClientDataRequestComponent<
|
|
351
|
+
ResultContainerModel<ComponentModel>,
|
|
352
|
+
EmptyPathParams,
|
|
353
|
+
ComponentsGetAllQueryParams
|
|
354
|
+
>('Components');
|
|
355
|
+
|
|
356
|
+
/** Get an entity by its id (Client-Side) */
|
|
357
|
+
export const ComponentsGetByIdClient = createClientDataRequestComponent<
|
|
358
|
+
ComponentModel,
|
|
359
|
+
ComponentsGetByIdPathParams,
|
|
360
|
+
ComponentsGetByIdQueryParams
|
|
361
|
+
>('Components/{id}');
|
|
362
|
+
|
|
363
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
364
|
+
export const ConceptsGetAllClient = createClientDataRequestComponent<
|
|
365
|
+
ResultContainerModel<TopicTypeConceptModel>,
|
|
366
|
+
EmptyPathParams,
|
|
367
|
+
ConceptsGetAllQueryParams
|
|
368
|
+
>('Concepts');
|
|
369
|
+
|
|
370
|
+
/** Get an entity by its id (Client-Side) */
|
|
371
|
+
export const ConceptsGetByIdClient = createClientDataRequestComponent<
|
|
372
|
+
TopicTypeConceptModel,
|
|
373
|
+
ConceptsGetByIdPathParams,
|
|
374
|
+
ConceptsGetByIdQueryParams
|
|
375
|
+
>('Concepts/{id}');
|
|
376
|
+
|
|
377
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
378
|
+
export const ConformitiesGetAllClient = createClientDataRequestComponent<
|
|
379
|
+
ResultContainerModel<InformationSubjectConformityModel>,
|
|
380
|
+
EmptyPathParams,
|
|
381
|
+
ConformitiesGetAllQueryParams
|
|
382
|
+
>('Conformities');
|
|
383
|
+
|
|
384
|
+
/** Get an entity by its id (Client-Side) */
|
|
385
|
+
export const ConformitiesGetByIdClient = createClientDataRequestComponent<
|
|
386
|
+
InformationSubjectConformityModel,
|
|
387
|
+
ConformitiesGetByIdPathParams,
|
|
388
|
+
ConformitiesGetByIdQueryParams
|
|
389
|
+
>('Conformities/{id}');
|
|
390
|
+
|
|
391
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
392
|
+
export const ConsumablesGetAllClient = createClientDataRequestComponent<
|
|
393
|
+
ResultContainerModel<SupplyConsumableModel>,
|
|
394
|
+
EmptyPathParams,
|
|
395
|
+
ConsumablesGetAllQueryParams
|
|
396
|
+
>('iirdsMch/v1/Consumables');
|
|
397
|
+
|
|
398
|
+
/** Get an entity by its id (Client-Side) */
|
|
399
|
+
export const ConsumablesGetByIdClient = createClientDataRequestComponent<
|
|
400
|
+
SupplyConsumableModel,
|
|
401
|
+
ConsumablesGetByIdPathParams,
|
|
402
|
+
ConsumablesGetByIdQueryParams
|
|
403
|
+
>('iirdsMch/v1/Consumables/{id}');
|
|
404
|
+
|
|
405
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
406
|
+
export const ContentLifeCycleStatusGetAllClient = createClientDataRequestComponent<
|
|
407
|
+
ResultContainerModel<ContentLifeCycleStatusModel>,
|
|
408
|
+
EmptyPathParams,
|
|
409
|
+
ContentLifeCycleStatusGetAllQueryParams
|
|
410
|
+
>('ContentLifeCycleStatus');
|
|
411
|
+
|
|
412
|
+
/** Get an entity by its id (Client-Side) */
|
|
413
|
+
export const ContentLifeCycleStatusGetByIdClient = createClientDataRequestComponent<
|
|
414
|
+
ContentLifeCycleStatusModel,
|
|
415
|
+
ContentLifeCycleStatusGetByIdPathParams,
|
|
416
|
+
ContentLifeCycleStatusGetByIdQueryParams
|
|
417
|
+
>('ContentLifeCycleStatus/{id}');
|
|
418
|
+
|
|
419
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
420
|
+
export const DesignAndRealizationsGetAllClient = createClientDataRequestComponent<
|
|
421
|
+
ResultContainerModel<ProductLcpDesignAndRealizationModel>,
|
|
422
|
+
EmptyPathParams,
|
|
423
|
+
DesignAndRealizationsGetAllQueryParams
|
|
424
|
+
>('DesignAndRealizations');
|
|
425
|
+
|
|
426
|
+
/** Get an entity by its id (Client-Side) */
|
|
427
|
+
export const DesignAndRealizationsGetByIdClient = createClientDataRequestComponent<
|
|
428
|
+
ProductLcpDesignAndRealizationModel,
|
|
429
|
+
DesignAndRealizationsGetByIdPathParams,
|
|
430
|
+
DesignAndRealizationsGetByIdQueryParams
|
|
431
|
+
>('DesignAndRealizations/{id}');
|
|
432
|
+
|
|
433
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
434
|
+
export const DirectoryNodesGetAllClient = createClientDataRequestComponent<
|
|
435
|
+
ResultContainerModel<DirectoryNodeModel>,
|
|
436
|
+
EmptyPathParams,
|
|
437
|
+
DirectoryNodesGetAllQueryParams
|
|
438
|
+
>('DirectoryNodes');
|
|
439
|
+
|
|
440
|
+
/** Get an entity by its id (Client-Side) */
|
|
441
|
+
export const DirectoryNodesGetByIdClient = createClientDataRequestComponent<
|
|
442
|
+
DirectoryNodeModel,
|
|
443
|
+
DirectoryNodesGetByIdPathParams,
|
|
444
|
+
DirectoryNodesGetByIdQueryParams
|
|
445
|
+
>('DirectoryNodes/{id}');
|
|
446
|
+
|
|
447
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
448
|
+
export const DirectoryNodeTypesGetAllClient = createClientDataRequestComponent<
|
|
449
|
+
ResultContainerModel<DirectoryNodeTypeModel>,
|
|
450
|
+
EmptyPathParams,
|
|
451
|
+
DirectoryNodeTypesGetAllQueryParams
|
|
452
|
+
>('DirectoryNodeTypes');
|
|
453
|
+
|
|
454
|
+
/** Get an entity by its id (Client-Side) */
|
|
455
|
+
export const DirectoryNodeTypesGetByIdClient = createClientDataRequestComponent<
|
|
456
|
+
DirectoryNodeTypeModel,
|
|
457
|
+
DirectoryNodeTypesGetByIdPathParams,
|
|
458
|
+
DirectoryNodeTypesGetByIdQueryParams
|
|
459
|
+
>('DirectoryNodeTypes/{id}');
|
|
460
|
+
|
|
461
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
462
|
+
export const DocumentationMetadataGetAllClient = createClientDataRequestComponent<
|
|
463
|
+
ResultContainerModel<DocumentationMetadataModel>,
|
|
464
|
+
EmptyPathParams,
|
|
465
|
+
DocumentationMetadataGetAllQueryParams
|
|
466
|
+
>('DocumentationMetadata');
|
|
467
|
+
|
|
468
|
+
/** Get an entity by its id (Client-Side) */
|
|
469
|
+
export const DocumentationMetadataGetByIdClient = createClientDataRequestComponent<
|
|
470
|
+
DocumentationMetadataModel,
|
|
471
|
+
DocumentationMetadataGetByIdPathParams,
|
|
472
|
+
DocumentationMetadataGetByIdQueryParams
|
|
473
|
+
>('DocumentationMetadata/{id}');
|
|
474
|
+
|
|
475
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
476
|
+
export const DocumentsGetAllClient = createClientDataRequestComponent<
|
|
477
|
+
ResultContainerModel<DocumentModel>,
|
|
478
|
+
EmptyPathParams,
|
|
479
|
+
DocumentsGetAllQueryParams
|
|
480
|
+
>('Documents');
|
|
481
|
+
|
|
482
|
+
/** Get an entity by its id (Client-Side) */
|
|
483
|
+
export const DocumentsGetByIdClient = createClientDataRequestComponent<
|
|
484
|
+
DocumentModel,
|
|
485
|
+
DocumentsGetByIdPathParams,
|
|
486
|
+
DocumentsGetByIdQueryParams
|
|
487
|
+
>('Documents/{id}');
|
|
488
|
+
|
|
489
|
+
/** Languages used by indexed terms (Client-Side) */
|
|
490
|
+
export const DocumentsLanguagesClient = createClientDataRequestComponent<
|
|
491
|
+
unknown,
|
|
492
|
+
EmptyPathParams,
|
|
493
|
+
DocumentsLanguagesQueryParams
|
|
494
|
+
>('Documents/Languages');
|
|
495
|
+
|
|
496
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
497
|
+
export const DocumentTypesGetAllClient = createClientDataRequestComponent<
|
|
498
|
+
ResultContainerModel<DocumentTypeModel>,
|
|
499
|
+
EmptyPathParams,
|
|
500
|
+
DocumentTypesGetAllQueryParams
|
|
501
|
+
>('DocumentTypes');
|
|
502
|
+
|
|
503
|
+
/** Get an entity by its id (Client-Side) */
|
|
504
|
+
export const DocumentTypesGetByIdClient = createClientDataRequestComponent<
|
|
505
|
+
DocumentTypeModel,
|
|
506
|
+
DocumentTypesGetByIdPathParams,
|
|
507
|
+
DocumentTypesGetByIdQueryParams
|
|
508
|
+
>('DocumentTypes/{id}');
|
|
509
|
+
|
|
510
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
511
|
+
export const DomainEntitiesGetAllClient = createClientDataRequestComponent<
|
|
512
|
+
ResultContainerModel<DomainEntityModel>,
|
|
513
|
+
EmptyPathParams,
|
|
514
|
+
DomainEntitiesGetAllQueryParams
|
|
515
|
+
>('DomainEntities');
|
|
516
|
+
|
|
517
|
+
/** Get an entity by its id (Client-Side) */
|
|
518
|
+
export const DomainEntitiesGetByIdClient = createClientDataRequestComponent<
|
|
519
|
+
DomainEntityModel,
|
|
520
|
+
DomainEntitiesGetByIdPathParams,
|
|
521
|
+
DomainEntitiesGetByIdQueryParams
|
|
522
|
+
>('DomainEntities/{id}');
|
|
523
|
+
|
|
524
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
525
|
+
export const DownTimesGetAllClient = createClientDataRequestComponent<
|
|
526
|
+
ResultContainerModel<PlanningDownTimeModel>,
|
|
527
|
+
EmptyPathParams,
|
|
528
|
+
DownTimesGetAllQueryParams
|
|
529
|
+
>('DownTimes');
|
|
530
|
+
|
|
531
|
+
/** Get an entity by its id (Client-Side) */
|
|
532
|
+
export const DownTimesGetByIdClient = createClientDataRequestComponent<
|
|
533
|
+
PlanningDownTimeModel,
|
|
534
|
+
DownTimesGetByIdPathParams,
|
|
535
|
+
DownTimesGetByIdQueryParams
|
|
536
|
+
>('DownTimes/{id}');
|
|
537
|
+
|
|
538
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
539
|
+
export const EventsGetAllClient = createClientDataRequestComponent<
|
|
540
|
+
ResultContainerModel<EventModel>,
|
|
541
|
+
EmptyPathParams,
|
|
542
|
+
EventsGetAllQueryParams
|
|
543
|
+
>('Events');
|
|
544
|
+
|
|
545
|
+
/** Get an entity by its id (Client-Side) */
|
|
546
|
+
export const EventsGetByIdClient = createClientDataRequestComponent<
|
|
547
|
+
EventModel,
|
|
548
|
+
EventsGetByIdPathParams,
|
|
549
|
+
EventsGetByIdQueryParams
|
|
550
|
+
>('Events/{id}');
|
|
551
|
+
|
|
552
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
553
|
+
export const FormalitiesGetAllClient = createClientDataRequestComponent<
|
|
554
|
+
ResultContainerModel<InformationSubjectFormalityModel>,
|
|
555
|
+
EmptyPathParams,
|
|
556
|
+
FormalitiesGetAllQueryParams
|
|
557
|
+
>('Formalities');
|
|
558
|
+
|
|
559
|
+
/** Get an entity by its id (Client-Side) */
|
|
560
|
+
export const FormalitiesGetByIdClient = createClientDataRequestComponent<
|
|
561
|
+
InformationSubjectFormalityModel,
|
|
562
|
+
FormalitiesGetByIdPathParams,
|
|
563
|
+
FormalitiesGetByIdQueryParams
|
|
564
|
+
>('Formalities/{id}');
|
|
565
|
+
|
|
566
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
567
|
+
export const FormsGetAllClient = createClientDataRequestComponent<
|
|
568
|
+
ResultContainerModel<TopicTypeFormModel>,
|
|
569
|
+
EmptyPathParams,
|
|
570
|
+
FormsGetAllQueryParams
|
|
571
|
+
>('Forms');
|
|
572
|
+
|
|
573
|
+
/** Get an entity by its id (Client-Side) */
|
|
574
|
+
export const FormsGetByIdClient = createClientDataRequestComponent<
|
|
575
|
+
TopicTypeFormModel,
|
|
576
|
+
FormsGetByIdPathParams,
|
|
577
|
+
FormsGetByIdQueryParams
|
|
578
|
+
>('Forms/{id}');
|
|
579
|
+
|
|
580
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
581
|
+
export const FragmentsGetAllClient = createClientDataRequestComponent<
|
|
582
|
+
ResultContainerModel<FragmentModel>,
|
|
583
|
+
EmptyPathParams,
|
|
584
|
+
FragmentsGetAllQueryParams
|
|
585
|
+
>('Fragments');
|
|
586
|
+
|
|
587
|
+
/** Get an entity by its id (Client-Side) */
|
|
588
|
+
export const FragmentsGetByIdClient = createClientDataRequestComponent<
|
|
589
|
+
FragmentModel,
|
|
590
|
+
FragmentsGetByIdPathParams,
|
|
591
|
+
FragmentsGetByIdQueryParams
|
|
592
|
+
>('Fragments/{id}');
|
|
593
|
+
|
|
594
|
+
/** Languages used by indexed terms (Client-Side) */
|
|
595
|
+
export const FragmentsLanguagesClient = createClientDataRequestComponent<
|
|
596
|
+
unknown,
|
|
597
|
+
EmptyPathParams,
|
|
598
|
+
FragmentsLanguagesQueryParams
|
|
599
|
+
>('Fragments/Languages');
|
|
600
|
+
|
|
601
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
602
|
+
export const FunctionalitiesGetAllClient = createClientDataRequestComponent<
|
|
603
|
+
ResultContainerModel<InformationSubjectFunctionalityModel>,
|
|
604
|
+
EmptyPathParams,
|
|
605
|
+
FunctionalitiesGetAllQueryParams
|
|
606
|
+
>('Functionalities');
|
|
607
|
+
|
|
608
|
+
/** Get an entity by its id (Client-Side) */
|
|
609
|
+
export const FunctionalitiesGetByIdClient = createClientDataRequestComponent<
|
|
610
|
+
InformationSubjectFunctionalityModel,
|
|
611
|
+
FunctionalitiesGetByIdPathParams,
|
|
612
|
+
FunctionalitiesGetByIdQueryParams
|
|
613
|
+
>('Functionalities/{id}');
|
|
614
|
+
|
|
615
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
616
|
+
export const FunctionalMetadatasGetAllClient = createClientDataRequestComponent<
|
|
617
|
+
ResultContainerModel<FunctionalMetadataModel>,
|
|
618
|
+
EmptyPathParams,
|
|
619
|
+
FunctionalMetadatasGetAllQueryParams
|
|
620
|
+
>('FunctionalMetadatas');
|
|
621
|
+
|
|
622
|
+
/** Get an entity by its id (Client-Side) */
|
|
623
|
+
export const FunctionalMetadatasGetByIdClient = createClientDataRequestComponent<
|
|
624
|
+
FunctionalMetadataModel,
|
|
625
|
+
FunctionalMetadatasGetByIdPathParams,
|
|
626
|
+
FunctionalMetadatasGetByIdQueryParams
|
|
627
|
+
>('FunctionalMetadatas/{id}');
|
|
628
|
+
|
|
629
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
630
|
+
export const GroupsGetAllClient = createClientDataRequestComponent<
|
|
631
|
+
ResultContainerModel<VCardGroupModel>,
|
|
632
|
+
EmptyPathParams,
|
|
633
|
+
GroupsGetAllQueryParams
|
|
634
|
+
>('vcard/v1/Groups');
|
|
635
|
+
|
|
636
|
+
/** Get an entity by its id (Client-Side) */
|
|
637
|
+
export const GroupsGetByIdClient = createClientDataRequestComponent<
|
|
638
|
+
VCardGroupModel,
|
|
639
|
+
GroupsGetByIdPathParams,
|
|
640
|
+
GroupsGetByIdQueryParams
|
|
641
|
+
>('vcard/v1/Groups/{id}');
|
|
642
|
+
|
|
643
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
644
|
+
export const HardwareToolsGetAllClient = createClientDataRequestComponent<
|
|
645
|
+
ResultContainerModel<SupplyHardwareToolModel>,
|
|
646
|
+
EmptyPathParams,
|
|
647
|
+
HardwareToolsGetAllQueryParams
|
|
648
|
+
>('iirdsMch/v1/HardwareTools');
|
|
649
|
+
|
|
650
|
+
/** Get an entity by its id (Client-Side) */
|
|
651
|
+
export const HardwareToolsGetByIdClient = createClientDataRequestComponent<
|
|
652
|
+
SupplyHardwareToolModel,
|
|
653
|
+
HardwareToolsGetByIdPathParams,
|
|
654
|
+
HardwareToolsGetByIdQueryParams
|
|
655
|
+
>('iirdsMch/v1/HardwareTools/{id}');
|
|
656
|
+
|
|
657
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
658
|
+
export const IdentitiesGetAllClient = createClientDataRequestComponent<
|
|
659
|
+
ResultContainerModel<IdentityModel>,
|
|
660
|
+
EmptyPathParams,
|
|
661
|
+
IdentitiesGetAllQueryParams
|
|
662
|
+
>('Identities');
|
|
663
|
+
|
|
664
|
+
/** Get an entity by its id (Client-Side) */
|
|
665
|
+
export const IdentitiesGetByIdClient = createClientDataRequestComponent<
|
|
666
|
+
IdentityModel,
|
|
667
|
+
IdentitiesGetByIdPathParams,
|
|
668
|
+
IdentitiesGetByIdQueryParams
|
|
669
|
+
>('Identities/{id}');
|
|
670
|
+
|
|
671
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
672
|
+
export const IdentityDomainsGetAllClient = createClientDataRequestComponent<
|
|
673
|
+
ResultContainerModel<IdentityDomainModel>,
|
|
674
|
+
EmptyPathParams,
|
|
675
|
+
IdentityDomainsGetAllQueryParams
|
|
676
|
+
>('IdentityDomains');
|
|
677
|
+
|
|
678
|
+
/** Get an entity by its id (Client-Side) */
|
|
679
|
+
export const IdentityDomainsGetByIdClient = createClientDataRequestComponent<
|
|
680
|
+
IdentityDomainModel,
|
|
681
|
+
IdentityDomainsGetByIdPathParams,
|
|
682
|
+
IdentityDomainsGetByIdQueryParams
|
|
683
|
+
>('IdentityDomains/{id}');
|
|
684
|
+
|
|
685
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
686
|
+
export const IndividualsGetAllClient = createClientDataRequestComponent<
|
|
687
|
+
ResultContainerModel<VCardIndividualModel>,
|
|
688
|
+
EmptyPathParams,
|
|
689
|
+
IndividualsGetAllQueryParams
|
|
690
|
+
>('vcard/v1/Individuals');
|
|
691
|
+
|
|
692
|
+
/** Get an entity by its id (Client-Side) */
|
|
693
|
+
export const IndividualsGetByIdClient = createClientDataRequestComponent<
|
|
694
|
+
VCardIndividualModel,
|
|
695
|
+
IndividualsGetByIdPathParams,
|
|
696
|
+
IndividualsGetByIdQueryParams
|
|
697
|
+
>('vcard/v1/Individuals/{id}');
|
|
698
|
+
|
|
699
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
700
|
+
export const InformationObjectsGetAllClient = createClientDataRequestComponent<
|
|
701
|
+
ResultContainerModel<InformationObjectModel>,
|
|
702
|
+
EmptyPathParams,
|
|
703
|
+
InformationObjectsGetAllQueryParams
|
|
704
|
+
>('InformationObjects');
|
|
705
|
+
|
|
706
|
+
/** Get an entity by its id (Client-Side) */
|
|
707
|
+
export const InformationObjectsGetByIdClient = createClientDataRequestComponent<
|
|
708
|
+
InformationObjectModel,
|
|
709
|
+
InformationObjectsGetByIdPathParams,
|
|
710
|
+
InformationObjectsGetByIdQueryParams
|
|
711
|
+
>('InformationObjects/{id}');
|
|
712
|
+
|
|
713
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
714
|
+
export const InformationSubjectsGetAllClient = createClientDataRequestComponent<
|
|
715
|
+
ResultContainerModel<InformationSubjectModel>,
|
|
716
|
+
EmptyPathParams,
|
|
717
|
+
InformationSubjectsGetAllQueryParams
|
|
718
|
+
>('InformationSubjects');
|
|
719
|
+
|
|
720
|
+
/** Get an entity by its id (Client-Side) */
|
|
721
|
+
export const InformationSubjectsGetByIdClient = createClientDataRequestComponent<
|
|
722
|
+
InformationSubjectModel,
|
|
723
|
+
InformationSubjectsGetByIdPathParams,
|
|
724
|
+
InformationSubjectsGetByIdQueryParams
|
|
725
|
+
>('InformationSubjects/{id}');
|
|
726
|
+
|
|
727
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
728
|
+
export const InformationTypesGetAllClient = createClientDataRequestComponent<
|
|
729
|
+
ResultContainerModel<InformationTypeModel>,
|
|
730
|
+
EmptyPathParams,
|
|
731
|
+
InformationTypesGetAllQueryParams
|
|
732
|
+
>('InformationTypes');
|
|
733
|
+
|
|
734
|
+
/** Get an entity by its id (Client-Side) */
|
|
735
|
+
export const InformationTypesGetByIdClient = createClientDataRequestComponent<
|
|
736
|
+
InformationTypeModel,
|
|
737
|
+
InformationTypesGetByIdPathParams,
|
|
738
|
+
InformationTypesGetByIdQueryParams
|
|
739
|
+
>('InformationTypes/{id}');
|
|
740
|
+
|
|
741
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
742
|
+
export const InformationUnitsGetAllClient = createClientDataRequestComponent<
|
|
743
|
+
ResultContainerModel<InformationUnitModel>,
|
|
744
|
+
EmptyPathParams,
|
|
745
|
+
InformationUnitsGetAllQueryParams
|
|
746
|
+
>('InformationUnits');
|
|
747
|
+
|
|
748
|
+
/** Get an entity by its id (Client-Side) */
|
|
749
|
+
export const InformationUnitsGetByIdClient = createClientDataRequestComponent<
|
|
750
|
+
InformationUnitModel,
|
|
751
|
+
InformationUnitsGetByIdPathParams,
|
|
752
|
+
InformationUnitsGetByIdQueryParams
|
|
753
|
+
>('InformationUnits/{id}');
|
|
754
|
+
|
|
755
|
+
/** Languages used by indexed terms (Client-Side) */
|
|
756
|
+
export const InformationUnitsLanguagesClient = createClientDataRequestComponent<
|
|
757
|
+
unknown,
|
|
758
|
+
EmptyPathParams,
|
|
759
|
+
InformationUnitsLanguagesQueryParams
|
|
760
|
+
>('InformationUnits/Languages');
|
|
761
|
+
|
|
762
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
763
|
+
export const LearningsGetAllClient = createClientDataRequestComponent<
|
|
764
|
+
ResultContainerModel<TopicTypeLearningModel>,
|
|
765
|
+
EmptyPathParams,
|
|
766
|
+
LearningsGetAllQueryParams
|
|
767
|
+
>('Learnings');
|
|
768
|
+
|
|
769
|
+
/** Get an entity by its id (Client-Side) */
|
|
770
|
+
export const LearningsGetByIdClient = createClientDataRequestComponent<
|
|
771
|
+
TopicTypeLearningModel,
|
|
772
|
+
LearningsGetByIdPathParams,
|
|
773
|
+
LearningsGetByIdQueryParams
|
|
774
|
+
>('Learnings/{id}');
|
|
775
|
+
|
|
776
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
777
|
+
export const LocationsGetAllClient = createClientDataRequestComponent<
|
|
778
|
+
ResultContainerModel<VCardLocationModel>,
|
|
779
|
+
EmptyPathParams,
|
|
780
|
+
LocationsGetAllQueryParams
|
|
781
|
+
>('vcard/v1/Locations');
|
|
782
|
+
|
|
783
|
+
/** Get an entity by its id (Client-Side) */
|
|
784
|
+
export const LocationsGetByIdClient = createClientDataRequestComponent<
|
|
785
|
+
VCardLocationModel,
|
|
786
|
+
LocationsGetByIdPathParams,
|
|
787
|
+
LocationsGetByIdQueryParams
|
|
788
|
+
>('vcard/v1/Locations/{id}');
|
|
789
|
+
|
|
790
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
791
|
+
export const LubricantsGetAllClient = createClientDataRequestComponent<
|
|
792
|
+
ResultContainerModel<SupplyLubricantModel>,
|
|
793
|
+
EmptyPathParams,
|
|
794
|
+
LubricantsGetAllQueryParams
|
|
795
|
+
>('iirdsMch/v1/Lubricants');
|
|
796
|
+
|
|
797
|
+
/** Get an entity by its id (Client-Side) */
|
|
798
|
+
export const LubricantsGetByIdClient = createClientDataRequestComponent<
|
|
799
|
+
SupplyLubricantModel,
|
|
800
|
+
LubricantsGetByIdPathParams,
|
|
801
|
+
LubricantsGetByIdQueryParams
|
|
802
|
+
>('iirdsMch/v1/Lubricants/{id}');
|
|
803
|
+
|
|
804
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
805
|
+
export const MaintenanceIntervalsGetAllClient = createClientDataRequestComponent<
|
|
806
|
+
ResultContainerModel<PlanningMaintenanceIntervalModel>,
|
|
807
|
+
EmptyPathParams,
|
|
808
|
+
MaintenanceIntervalsGetAllQueryParams
|
|
809
|
+
>('MaintenanceIntervals');
|
|
810
|
+
|
|
811
|
+
/** Get an entity by its id (Client-Side) */
|
|
812
|
+
export const MaintenanceIntervalsGetByIdClient = createClientDataRequestComponent<
|
|
813
|
+
PlanningMaintenanceIntervalModel,
|
|
814
|
+
MaintenanceIntervalsGetByIdPathParams,
|
|
815
|
+
MaintenanceIntervalsGetByIdQueryParams
|
|
816
|
+
>('MaintenanceIntervals/{id}');
|
|
817
|
+
|
|
818
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
819
|
+
export const OperatingSuppliesGetAllClient = createClientDataRequestComponent<
|
|
820
|
+
ResultContainerModel<SupplyOperatingModel>,
|
|
821
|
+
EmptyPathParams,
|
|
822
|
+
OperatingSuppliesGetAllQueryParams
|
|
823
|
+
>('iirdsMch/v1/OperatingSupplies');
|
|
824
|
+
|
|
825
|
+
/** Get an entity by its id (Client-Side) */
|
|
826
|
+
export const OperatingSuppliesGetByIdClient = createClientDataRequestComponent<
|
|
827
|
+
SupplyOperatingModel,
|
|
828
|
+
OperatingSuppliesGetByIdPathParams,
|
|
829
|
+
OperatingSuppliesGetByIdQueryParams
|
|
830
|
+
>('iirdsMch/v1/OperatingSupplies/{id}');
|
|
831
|
+
|
|
832
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
833
|
+
export const OrganizationsGetAllClient = createClientDataRequestComponent<
|
|
834
|
+
ResultContainerModel<VCardOrganizationModel>,
|
|
835
|
+
EmptyPathParams,
|
|
836
|
+
OrganizationsGetAllQueryParams
|
|
837
|
+
>('vcard/v1/Organizations');
|
|
838
|
+
|
|
839
|
+
/** Get an entity by its id (Client-Side) */
|
|
840
|
+
export const OrganizationsGetByIdClient = createClientDataRequestComponent<
|
|
841
|
+
VCardOrganizationModel,
|
|
842
|
+
OrganizationsGetByIdPathParams,
|
|
843
|
+
OrganizationsGetByIdQueryParams
|
|
844
|
+
>('vcard/v1/Organizations/{id}');
|
|
845
|
+
|
|
846
|
+
/** Create an Offline Client App from the given Repositories (Client-Side) */
|
|
847
|
+
export const PackagesCreateClientAppClient = createClientDataRequestComponent<
|
|
848
|
+
unknown,
|
|
849
|
+
EmptyPathParams,
|
|
850
|
+
PackagesCreateClientAppQueryParams
|
|
851
|
+
>('ids/v1/Packages/CreateClientApp');
|
|
852
|
+
|
|
853
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
854
|
+
export const PackagesGetAllClient = createClientDataRequestComponent<
|
|
855
|
+
ResultContainerModel<PackageModel>,
|
|
856
|
+
EmptyPathParams,
|
|
857
|
+
PackagesGetAllQueryParams
|
|
858
|
+
>('Packages');
|
|
859
|
+
|
|
860
|
+
/** Get an entity by its id (Client-Side) */
|
|
861
|
+
export const PackagesGetByIdClient = createClientDataRequestComponent<
|
|
862
|
+
PackageModel,
|
|
863
|
+
PackagesGetByIdPathParams,
|
|
864
|
+
PackagesGetByIdQueryParams
|
|
865
|
+
>('Packages/{id}');
|
|
866
|
+
|
|
867
|
+
/** Languages used by indexed terms (Client-Side) */
|
|
868
|
+
export const PackagesLanguagesClient = createClientDataRequestComponent<
|
|
869
|
+
unknown,
|
|
870
|
+
EmptyPathParams,
|
|
871
|
+
PackagesLanguagesQueryParams
|
|
872
|
+
>('Packages/Languages');
|
|
873
|
+
|
|
874
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
875
|
+
export const PartiesGetAllClient = createClientDataRequestComponent<
|
|
876
|
+
ResultContainerModel<PartyModel>,
|
|
877
|
+
EmptyPathParams,
|
|
878
|
+
PartiesGetAllQueryParams
|
|
879
|
+
>('Parties');
|
|
880
|
+
|
|
881
|
+
/** Get an entity by its id (Client-Side) */
|
|
882
|
+
export const PartiesGetByIdClient = createClientDataRequestComponent<
|
|
883
|
+
PartyModel,
|
|
884
|
+
PartiesGetByIdPathParams,
|
|
885
|
+
PartiesGetByIdQueryParams
|
|
886
|
+
>('Parties/{id}');
|
|
887
|
+
|
|
888
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
889
|
+
export const PlanningTimesGetAllClient = createClientDataRequestComponent<
|
|
890
|
+
ResultContainerModel<PlanningTimeModel>,
|
|
891
|
+
EmptyPathParams,
|
|
892
|
+
PlanningTimesGetAllQueryParams
|
|
893
|
+
>('PlanningTimes');
|
|
894
|
+
|
|
895
|
+
/** Get an entity by its id (Client-Side) */
|
|
896
|
+
export const PlanningTimesGetByIdClient = createClientDataRequestComponent<
|
|
897
|
+
PlanningTimeModel,
|
|
898
|
+
PlanningTimesGetByIdPathParams,
|
|
899
|
+
PlanningTimesGetByIdQueryParams
|
|
900
|
+
>('PlanningTimes/{id}');
|
|
901
|
+
|
|
902
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
903
|
+
export const ProcessesGetAllClient = createClientDataRequestComponent<
|
|
904
|
+
ResultContainerModel<InformationSubjectProcessModel>,
|
|
905
|
+
EmptyPathParams,
|
|
906
|
+
ProcessesGetAllQueryParams
|
|
907
|
+
>('Processes');
|
|
908
|
+
|
|
909
|
+
/** Get an entity by its id (Client-Side) */
|
|
910
|
+
export const ProcessesGetByIdClient = createClientDataRequestComponent<
|
|
911
|
+
InformationSubjectProcessModel,
|
|
912
|
+
ProcessesGetByIdPathParams,
|
|
913
|
+
ProcessesGetByIdQueryParams
|
|
914
|
+
>('Processes/{id}');
|
|
915
|
+
|
|
916
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
917
|
+
export const ProductFeaturesGetAllClient = createClientDataRequestComponent<
|
|
918
|
+
ResultContainerModel<ProductFeatureModel>,
|
|
919
|
+
EmptyPathParams,
|
|
920
|
+
ProductFeaturesGetAllQueryParams
|
|
921
|
+
>('ProductFeatures');
|
|
922
|
+
|
|
923
|
+
/** Get an entity by its id (Client-Side) */
|
|
924
|
+
export const ProductFeaturesGetByIdClient = createClientDataRequestComponent<
|
|
925
|
+
ProductFeatureModel,
|
|
926
|
+
ProductFeaturesGetByIdPathParams,
|
|
927
|
+
ProductFeaturesGetByIdQueryParams
|
|
928
|
+
>('ProductFeatures/{id}');
|
|
929
|
+
|
|
930
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
931
|
+
export const ProductFunctionsGetAllClient = createClientDataRequestComponent<
|
|
932
|
+
ResultContainerModel<ProductFunctionModel>,
|
|
933
|
+
EmptyPathParams,
|
|
934
|
+
ProductFunctionsGetAllQueryParams
|
|
935
|
+
>('ProductFunctions');
|
|
936
|
+
|
|
937
|
+
/** Get an entity by its id (Client-Side) */
|
|
938
|
+
export const ProductFunctionsGetByIdClient = createClientDataRequestComponent<
|
|
939
|
+
ProductFunctionModel,
|
|
940
|
+
ProductFunctionsGetByIdPathParams,
|
|
941
|
+
ProductFunctionsGetByIdQueryParams
|
|
942
|
+
>('ProductFunctions/{id}');
|
|
943
|
+
|
|
944
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
945
|
+
export const ProductLifeCyclePhasesGetAllClient = createClientDataRequestComponent<
|
|
946
|
+
ResultContainerModel<ProductLifeCyclePhaseModel>,
|
|
947
|
+
EmptyPathParams,
|
|
948
|
+
ProductLifeCyclePhasesGetAllQueryParams
|
|
949
|
+
>('ProductLifeCyclePhases');
|
|
950
|
+
|
|
951
|
+
/** Get an entity by its id (Client-Side) */
|
|
952
|
+
export const ProductLifeCyclePhasesGetByIdClient = createClientDataRequestComponent<
|
|
953
|
+
ProductLifeCyclePhaseModel,
|
|
954
|
+
ProductLifeCyclePhasesGetByIdPathParams,
|
|
955
|
+
ProductLifeCyclePhasesGetByIdQueryParams
|
|
956
|
+
>('ProductLifeCyclePhases/{id}');
|
|
957
|
+
|
|
958
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
959
|
+
export const ProductMetadataGetAllClient = createClientDataRequestComponent<
|
|
960
|
+
ResultContainerModel<ProductMetadataModel>,
|
|
961
|
+
EmptyPathParams,
|
|
962
|
+
ProductMetadataGetAllQueryParams
|
|
963
|
+
>('ProductMetadata');
|
|
964
|
+
|
|
965
|
+
/** Get an entity by its id (Client-Side) */
|
|
966
|
+
export const ProductMetadataGetByIdClient = createClientDataRequestComponent<
|
|
967
|
+
ProductMetadataModel,
|
|
968
|
+
ProductMetadataGetByIdPathParams,
|
|
969
|
+
ProductMetadataGetByIdQueryParams
|
|
970
|
+
>('ProductMetadata/{id}');
|
|
971
|
+
|
|
972
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
973
|
+
export const ProductPropertiesGetAllClient = createClientDataRequestComponent<
|
|
974
|
+
ResultContainerModel<ProductPropertyModel>,
|
|
975
|
+
EmptyPathParams,
|
|
976
|
+
ProductPropertiesGetAllQueryParams
|
|
977
|
+
>('ProductProperties');
|
|
978
|
+
|
|
979
|
+
/** Get an entity by its id (Client-Side) */
|
|
980
|
+
export const ProductPropertiesGetByIdClient = createClientDataRequestComponent<
|
|
981
|
+
ProductPropertyModel,
|
|
982
|
+
ProductPropertiesGetByIdPathParams,
|
|
983
|
+
ProductPropertiesGetByIdQueryParams
|
|
984
|
+
>('ProductProperties/{id}');
|
|
985
|
+
|
|
986
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
987
|
+
export const ProductVariantsGetAllClient = createClientDataRequestComponent<
|
|
988
|
+
ResultContainerModel<ProductVariantModel>,
|
|
989
|
+
EmptyPathParams,
|
|
990
|
+
ProductVariantsGetAllQueryParams
|
|
991
|
+
>('ProductVariants');
|
|
992
|
+
|
|
993
|
+
/** Get an entity by its id (Client-Side) */
|
|
994
|
+
export const ProductVariantsGetByIdClient = createClientDataRequestComponent<
|
|
995
|
+
ProductVariantModel,
|
|
996
|
+
ProductVariantsGetByIdPathParams,
|
|
997
|
+
ProductVariantsGetByIdQueryParams
|
|
998
|
+
>('ProductVariants/{id}');
|
|
999
|
+
|
|
1000
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1001
|
+
export const PuttingToUsesGetAllClient = createClientDataRequestComponent<
|
|
1002
|
+
ResultContainerModel<ProductLcpPuttingToUseModel>,
|
|
1003
|
+
EmptyPathParams,
|
|
1004
|
+
PuttingToUsesGetAllQueryParams
|
|
1005
|
+
>('PuttingToUses');
|
|
1006
|
+
|
|
1007
|
+
/** Get an entity by its id (Client-Side) */
|
|
1008
|
+
export const PuttingToUsesGetByIdClient = createClientDataRequestComponent<
|
|
1009
|
+
ProductLcpPuttingToUseModel,
|
|
1010
|
+
PuttingToUsesGetByIdPathParams,
|
|
1011
|
+
PuttingToUsesGetByIdQueryParams
|
|
1012
|
+
>('PuttingToUses/{id}');
|
|
1013
|
+
|
|
1014
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1015
|
+
export const QualificationsGetAllClient = createClientDataRequestComponent<
|
|
1016
|
+
ResultContainerModel<QualificationModel>,
|
|
1017
|
+
EmptyPathParams,
|
|
1018
|
+
QualificationsGetAllQueryParams
|
|
1019
|
+
>('Qualifications');
|
|
1020
|
+
|
|
1021
|
+
/** Get an entity by its id (Client-Side) */
|
|
1022
|
+
export const QualificationsGetByIdClient = createClientDataRequestComponent<
|
|
1023
|
+
QualificationModel,
|
|
1024
|
+
QualificationsGetByIdPathParams,
|
|
1025
|
+
QualificationsGetByIdQueryParams
|
|
1026
|
+
>('Qualifications/{id}');
|
|
1027
|
+
|
|
1028
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1029
|
+
export const ReferencesGetAllClient = createClientDataRequestComponent<
|
|
1030
|
+
ResultContainerModel<TopicTypeReferenceModel>,
|
|
1031
|
+
EmptyPathParams,
|
|
1032
|
+
ReferencesGetAllQueryParams
|
|
1033
|
+
>('References');
|
|
1034
|
+
|
|
1035
|
+
/** Get an entity by its id (Client-Side) */
|
|
1036
|
+
export const ReferencesGetByIdClient = createClientDataRequestComponent<
|
|
1037
|
+
TopicTypeReferenceModel,
|
|
1038
|
+
ReferencesGetByIdPathParams,
|
|
1039
|
+
ReferencesGetByIdQueryParams
|
|
1040
|
+
>('References/{id}');
|
|
1041
|
+
|
|
1042
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1043
|
+
export const RenditionsGetAllClient = createClientDataRequestComponent<
|
|
1044
|
+
ResultContainerModel<RenditionModel>,
|
|
1045
|
+
EmptyPathParams,
|
|
1046
|
+
RenditionsGetAllQueryParams
|
|
1047
|
+
>('Renditions');
|
|
1048
|
+
|
|
1049
|
+
/** Get an entity by its id (Client-Side) */
|
|
1050
|
+
export const RenditionsGetByIdClient = createClientDataRequestComponent<
|
|
1051
|
+
RenditionModel,
|
|
1052
|
+
RenditionsGetByIdPathParams,
|
|
1053
|
+
RenditionsGetByIdQueryParams
|
|
1054
|
+
>('Renditions/{id}');
|
|
1055
|
+
|
|
1056
|
+
/** Get the rendition for the given url (Client-Side) */
|
|
1057
|
+
export const RenditionsGetWithBinaryWithBinaryPathClient = createClientDataRequestComponent<
|
|
1058
|
+
RenditionModel,
|
|
1059
|
+
RenditionsGetWithBinaryWithBinaryPathPathParams,
|
|
1060
|
+
RenditionsGetWithBinaryWithBinaryPathQueryParams
|
|
1061
|
+
>('Renditions/{id}/{binaryPath}');
|
|
1062
|
+
|
|
1063
|
+
/** Get the binary stream (Client-Side) */
|
|
1064
|
+
export const ResourcesDownloadResourceClient = createClientDataRequestComponent<
|
|
1065
|
+
unknown,
|
|
1066
|
+
ResourcesDownloadResourcePathParams,
|
|
1067
|
+
ResourcesDownloadResourceQueryParams
|
|
1068
|
+
>('ids/v1/Resources/{renditionId}');
|
|
1069
|
+
|
|
1070
|
+
/** Get the binary stream (Client-Side) */
|
|
1071
|
+
export const ResourcesDownloadResourceWithBinaryPathClient = createClientDataRequestComponent<
|
|
1072
|
+
unknown,
|
|
1073
|
+
ResourcesDownloadResourceWithBinaryPathPathParams,
|
|
1074
|
+
ResourcesDownloadResourceWithBinaryPathQueryParams
|
|
1075
|
+
>('ids/v1/Resources/{renditionId}/{binaryPath}');
|
|
1076
|
+
|
|
1077
|
+
/** Query package with id
|
|
1078
|
+
default mediatypes application/json
|
|
1079
|
+
change mediatype by Adding accept-Header (like application/rdf+xml application/rdf+json, and more) (Client-Side) */
|
|
1080
|
+
export const ResourcesGetPackageClient = createClientDataRequestComponent<
|
|
1081
|
+
unknown,
|
|
1082
|
+
ResourcesGetPackagePathParams,
|
|
1083
|
+
ResourcesGetPackageQueryParams
|
|
1084
|
+
>('rdf/v1/Resources/packages/{id}');
|
|
1085
|
+
|
|
1086
|
+
/** Request any resource in tiple store from packages (Client-Side) */
|
|
1087
|
+
export const ResourcesGetSubjectFromPackageClient = createClientDataRequestComponent<
|
|
1088
|
+
unknown,
|
|
1089
|
+
ResourcesGetSubjectFromPackagePathParams,
|
|
1090
|
+
ResourcesGetSubjectFromPackageQueryParams
|
|
1091
|
+
>('rdf/v1/Resources/subjects/{id}');
|
|
1092
|
+
|
|
1093
|
+
/** Get the binary stream (Client-Side) */
|
|
1094
|
+
export const ResourcesViewResourceClient = createClientDataRequestComponent<
|
|
1095
|
+
unknown,
|
|
1096
|
+
ResourcesViewResourcePathParams,
|
|
1097
|
+
ResourcesViewResourceQueryParams
|
|
1098
|
+
>('ids/v1/Resources/view/{renditionId}');
|
|
1099
|
+
|
|
1100
|
+
/** Get the binary stream (Client-Side) */
|
|
1101
|
+
export const ResourcesViewResourceWithBinaryPathClient = createClientDataRequestComponent<
|
|
1102
|
+
unknown,
|
|
1103
|
+
ResourcesViewResourceWithBinaryPathPathParams,
|
|
1104
|
+
ResourcesViewResourceWithBinaryPathQueryParams
|
|
1105
|
+
>('ids/v1/Resources/view/{renditionId}/{binaryPath}');
|
|
1106
|
+
|
|
1107
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1108
|
+
export const RolesGetAllClient = createClientDataRequestComponent<
|
|
1109
|
+
ResultContainerModel<QualificationRoleModel>,
|
|
1110
|
+
EmptyPathParams,
|
|
1111
|
+
RolesGetAllQueryParams
|
|
1112
|
+
>('Roles');
|
|
1113
|
+
|
|
1114
|
+
/** Get an entity by its id (Client-Side) */
|
|
1115
|
+
export const RolesGetByIdClient = createClientDataRequestComponent<
|
|
1116
|
+
QualificationRoleModel,
|
|
1117
|
+
RolesGetByIdPathParams,
|
|
1118
|
+
RolesGetByIdQueryParams
|
|
1119
|
+
>('Roles/{id}');
|
|
1120
|
+
|
|
1121
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1122
|
+
export const SafetiesGetAllClient = createClientDataRequestComponent<
|
|
1123
|
+
ResultContainerModel<InformationSubjectSafetyModel>,
|
|
1124
|
+
EmptyPathParams,
|
|
1125
|
+
SafetiesGetAllQueryParams
|
|
1126
|
+
>('Safeties');
|
|
1127
|
+
|
|
1128
|
+
/** Get an entity by its id (Client-Side) */
|
|
1129
|
+
export const SafetiesGetByIdClient = createClientDataRequestComponent<
|
|
1130
|
+
InformationSubjectSafetyModel,
|
|
1131
|
+
SafetiesGetByIdPathParams,
|
|
1132
|
+
SafetiesGetByIdQueryParams
|
|
1133
|
+
>('Safeties/{id}');
|
|
1134
|
+
|
|
1135
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1136
|
+
export const SearchGetAllClient = createClientDataRequestComponent<
|
|
1137
|
+
ResultContainerModel<any>,
|
|
1138
|
+
EmptyPathParams,
|
|
1139
|
+
SearchGetAllQueryParams
|
|
1140
|
+
>('ids/v1/Search/Facets');
|
|
1141
|
+
|
|
1142
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1143
|
+
export const SetupTimesGetAllClient = createClientDataRequestComponent<
|
|
1144
|
+
ResultContainerModel<PlanningSetupTimeModel>,
|
|
1145
|
+
EmptyPathParams,
|
|
1146
|
+
SetupTimesGetAllQueryParams
|
|
1147
|
+
>('iirdsMch/v1/SetupTimes');
|
|
1148
|
+
|
|
1149
|
+
/** Get an entity by its id (Client-Side) */
|
|
1150
|
+
export const SetupTimesGetByIdClient = createClientDataRequestComponent<
|
|
1151
|
+
PlanningSetupTimeModel,
|
|
1152
|
+
SetupTimesGetByIdPathParams,
|
|
1153
|
+
SetupTimesGetByIdQueryParams
|
|
1154
|
+
>('iirdsMch/v1/SetupTimes/{id}');
|
|
1155
|
+
|
|
1156
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1157
|
+
export const SkillLevelsGetAllClient = createClientDataRequestComponent<
|
|
1158
|
+
ResultContainerModel<QualificationSkillLevelModel>,
|
|
1159
|
+
EmptyPathParams,
|
|
1160
|
+
SkillLevelsGetAllQueryParams
|
|
1161
|
+
>('SkillLevels');
|
|
1162
|
+
|
|
1163
|
+
/** Get an entity by its id (Client-Side) */
|
|
1164
|
+
export const SkillLevelsGetByIdClient = createClientDataRequestComponent<
|
|
1165
|
+
QualificationSkillLevelModel,
|
|
1166
|
+
SkillLevelsGetByIdPathParams,
|
|
1167
|
+
SkillLevelsGetByIdQueryParams
|
|
1168
|
+
>('SkillLevels/{id}');
|
|
1169
|
+
|
|
1170
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1171
|
+
export const SparePartsGetAllClient = createClientDataRequestComponent<
|
|
1172
|
+
ResultContainerModel<SupplySparePartModel>,
|
|
1173
|
+
EmptyPathParams,
|
|
1174
|
+
SparePartsGetAllQueryParams
|
|
1175
|
+
>('iirdsMch/v1/SpareParts');
|
|
1176
|
+
|
|
1177
|
+
/** Get an entity by its id (Client-Side) */
|
|
1178
|
+
export const SparePartsGetByIdClient = createClientDataRequestComponent<
|
|
1179
|
+
SupplySparePartModel,
|
|
1180
|
+
SparePartsGetByIdPathParams,
|
|
1181
|
+
SparePartsGetByIdQueryParams
|
|
1182
|
+
>('iirdsMch/v1/SpareParts/{id}');
|
|
1183
|
+
|
|
1184
|
+
/** Query Iirds storage by SparQL (Client-Side) */
|
|
1185
|
+
export const SparQLExecuteSparQlClient = createClientDataRequestComponent<
|
|
1186
|
+
Record<string, string>[],
|
|
1187
|
+
SparQLExecuteSparQlPathParams,
|
|
1188
|
+
SparQLExecuteSparQlQueryParams
|
|
1189
|
+
>('rdf/v1/SparQL/{query}');
|
|
1190
|
+
|
|
1191
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1192
|
+
export const SuppliesGetAllClient = createClientDataRequestComponent<
|
|
1193
|
+
ResultContainerModel<SupplyModel>,
|
|
1194
|
+
EmptyPathParams,
|
|
1195
|
+
SuppliesGetAllQueryParams
|
|
1196
|
+
>('Supplies');
|
|
1197
|
+
|
|
1198
|
+
/** Get an entity by its id (Client-Side) */
|
|
1199
|
+
export const SuppliesGetByIdClient = createClientDataRequestComponent<
|
|
1200
|
+
SupplyModel,
|
|
1201
|
+
SuppliesGetByIdPathParams,
|
|
1202
|
+
SuppliesGetByIdQueryParams
|
|
1203
|
+
>('Supplies/{id}');
|
|
1204
|
+
|
|
1205
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1206
|
+
export const TasksGetAllClient = createClientDataRequestComponent<
|
|
1207
|
+
ResultContainerModel<TopicTypeTaskModel>,
|
|
1208
|
+
EmptyPathParams,
|
|
1209
|
+
TasksGetAllQueryParams
|
|
1210
|
+
>('Tasks');
|
|
1211
|
+
|
|
1212
|
+
/** Get an entity by its id (Client-Side) */
|
|
1213
|
+
export const TasksGetByIdClient = createClientDataRequestComponent<
|
|
1214
|
+
TopicTypeTaskModel,
|
|
1215
|
+
TasksGetByIdPathParams,
|
|
1216
|
+
TasksGetByIdQueryParams
|
|
1217
|
+
>('Tasks/{id}');
|
|
1218
|
+
|
|
1219
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1220
|
+
export const TechnicalDataGetAllClient = createClientDataRequestComponent<
|
|
1221
|
+
ResultContainerModel<InformationSubjectTechnicalDataModel>,
|
|
1222
|
+
EmptyPathParams,
|
|
1223
|
+
TechnicalDataGetAllQueryParams
|
|
1224
|
+
>('TechnicalData');
|
|
1225
|
+
|
|
1226
|
+
/** Get an entity by its id (Client-Side) */
|
|
1227
|
+
export const TechnicalDataGetByIdClient = createClientDataRequestComponent<
|
|
1228
|
+
InformationSubjectTechnicalDataModel,
|
|
1229
|
+
TechnicalDataGetByIdPathParams,
|
|
1230
|
+
TechnicalDataGetByIdQueryParams
|
|
1231
|
+
>('TechnicalData/{id}');
|
|
1232
|
+
|
|
1233
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1234
|
+
export const TechnicalOverviewsGetAllClient = createClientDataRequestComponent<
|
|
1235
|
+
ResultContainerModel<InformationSubjectTechnicalOverviewModel>,
|
|
1236
|
+
EmptyPathParams,
|
|
1237
|
+
TechnicalOverviewsGetAllQueryParams
|
|
1238
|
+
>('TechnicalOverviews');
|
|
1239
|
+
|
|
1240
|
+
/** Get an entity by its id (Client-Side) */
|
|
1241
|
+
export const TechnicalOverviewsGetByIdClient = createClientDataRequestComponent<
|
|
1242
|
+
InformationSubjectTechnicalOverviewModel,
|
|
1243
|
+
TechnicalOverviewsGetByIdPathParams,
|
|
1244
|
+
TechnicalOverviewsGetByIdQueryParams
|
|
1245
|
+
>('TechnicalOverviews/{id}');
|
|
1246
|
+
|
|
1247
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1248
|
+
export const TopicsGetAllClient = createClientDataRequestComponent<
|
|
1249
|
+
ResultContainerModel<TopicModel>,
|
|
1250
|
+
EmptyPathParams,
|
|
1251
|
+
TopicsGetAllQueryParams
|
|
1252
|
+
>('Topics');
|
|
1253
|
+
|
|
1254
|
+
/** Get an entity by its id (Client-Side) */
|
|
1255
|
+
export const TopicsGetByIdClient = createClientDataRequestComponent<
|
|
1256
|
+
TopicModel,
|
|
1257
|
+
TopicsGetByIdPathParams,
|
|
1258
|
+
TopicsGetByIdQueryParams
|
|
1259
|
+
>('Topics/{id}');
|
|
1260
|
+
|
|
1261
|
+
/** Languages used by indexed terms (Client-Side) */
|
|
1262
|
+
export const TopicsLanguagesClient = createClientDataRequestComponent<
|
|
1263
|
+
unknown,
|
|
1264
|
+
EmptyPathParams,
|
|
1265
|
+
TopicsLanguagesQueryParams
|
|
1266
|
+
>('Topics/Languages');
|
|
1267
|
+
|
|
1268
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1269
|
+
export const TopicTypesGetAllClient = createClientDataRequestComponent<
|
|
1270
|
+
ResultContainerModel<TopicTypeModel>,
|
|
1271
|
+
EmptyPathParams,
|
|
1272
|
+
TopicTypesGetAllQueryParams
|
|
1273
|
+
>('TopicTypes');
|
|
1274
|
+
|
|
1275
|
+
/** Get an entity by its id (Client-Side) */
|
|
1276
|
+
export const TopicTypesGetByIdClient = createClientDataRequestComponent<
|
|
1277
|
+
TopicTypeModel,
|
|
1278
|
+
TopicTypesGetByIdPathParams,
|
|
1279
|
+
TopicTypesGetByIdQueryParams
|
|
1280
|
+
>('TopicTypes/{id}');
|
|
1281
|
+
|
|
1282
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1283
|
+
export const TroubleShootingsGetAllClient = createClientDataRequestComponent<
|
|
1284
|
+
ResultContainerModel<TopicTypeTroubleShootingModel>,
|
|
1285
|
+
EmptyPathParams,
|
|
1286
|
+
TroubleShootingsGetAllQueryParams
|
|
1287
|
+
>('TroubleShootings');
|
|
1288
|
+
|
|
1289
|
+
/** Get an entity by its id (Client-Side) */
|
|
1290
|
+
export const TroubleShootingsGetByIdClient = createClientDataRequestComponent<
|
|
1291
|
+
TopicTypeTroubleShootingModel,
|
|
1292
|
+
TroubleShootingsGetByIdPathParams,
|
|
1293
|
+
TroubleShootingsGetByIdQueryParams
|
|
1294
|
+
>('TroubleShootings/{id}');
|
|
1295
|
+
|
|
1296
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1297
|
+
export const UsesGetAllClient = createClientDataRequestComponent<
|
|
1298
|
+
ResultContainerModel<ProductLcpUseModel>,
|
|
1299
|
+
EmptyPathParams,
|
|
1300
|
+
UsesGetAllQueryParams
|
|
1301
|
+
>('Uses');
|
|
1302
|
+
|
|
1303
|
+
/** Get an entity by its id (Client-Side) */
|
|
1304
|
+
export const UsesGetByIdClient = createClientDataRequestComponent<
|
|
1305
|
+
ProductLcpUseModel,
|
|
1306
|
+
UsesGetByIdPathParams,
|
|
1307
|
+
UsesGetByIdQueryParams
|
|
1308
|
+
>('Uses/{id}');
|
|
1309
|
+
|
|
1310
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1311
|
+
export const VCardsGetAllClient = createClientDataRequestComponent<
|
|
1312
|
+
ResultContainerModel<VCardModel>,
|
|
1313
|
+
EmptyPathParams,
|
|
1314
|
+
VCardsGetAllQueryParams
|
|
1315
|
+
>('vcard/v1/VCards');
|
|
1316
|
+
|
|
1317
|
+
/** Get an entity by its id (Client-Side) */
|
|
1318
|
+
export const VCardsGetByIdClient = createClientDataRequestComponent<
|
|
1319
|
+
VCardModel,
|
|
1320
|
+
VCardsGetByIdPathParams,
|
|
1321
|
+
VCardsGetByIdQueryParams
|
|
1322
|
+
>('vcard/v1/VCards/{id}');
|
|
1323
|
+
|
|
1324
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1325
|
+
export const WarningMessagesGetAllClient = createClientDataRequestComponent<
|
|
1326
|
+
ResultContainerModel<InformationSubjectSafetyWarningMessageModel>,
|
|
1327
|
+
EmptyPathParams,
|
|
1328
|
+
WarningMessagesGetAllQueryParams
|
|
1329
|
+
>('WarningMessages');
|
|
1330
|
+
|
|
1331
|
+
/** Get an entity by its id (Client-Side) */
|
|
1332
|
+
export const WarningMessagesGetByIdClient = createClientDataRequestComponent<
|
|
1333
|
+
InformationSubjectSafetyWarningMessageModel,
|
|
1334
|
+
WarningMessagesGetByIdPathParams,
|
|
1335
|
+
WarningMessagesGetByIdQueryParams
|
|
1336
|
+
>('WarningMessages/{id}');
|
|
1337
|
+
|
|
1338
|
+
/** Get all entities by given criteria (Client-Side) */
|
|
1339
|
+
export const WorkingTimesGetAllClient = createClientDataRequestComponent<
|
|
1340
|
+
ResultContainerModel<PlanningWorkingTimeModel>,
|
|
1341
|
+
EmptyPathParams,
|
|
1342
|
+
WorkingTimesGetAllQueryParams
|
|
1343
|
+
>('WorkingTimes');
|
|
1344
|
+
|
|
1345
|
+
/** Get an entity by its id (Client-Side) */
|
|
1346
|
+
export const WorkingTimesGetByIdClient = createClientDataRequestComponent<
|
|
1347
|
+
PlanningWorkingTimeModel,
|
|
1348
|
+
WorkingTimesGetByIdPathParams,
|
|
1349
|
+
WorkingTimesGetByIdQueryParams
|
|
1350
|
+
>('WorkingTimes/{id}');
|