@c-rex/components 0.1.38 → 0.1.39

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