@c-rex/constants 0.3.0-build.41 → 0.3.0-build.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1370,6 +1370,10 @@ declare const API: {
1370
1370
  };
1371
1371
  };
1372
1372
  declare const SDK_CONFIG_KEY = "crex-sdk-config";
1373
+ /** Cookie name for the persisted search-settings store (language, wildcard, operator, like). */
1374
+ declare const SEARCH_SETTINGS_COOKIE_NAME = "c-rex-search-settings";
1375
+ /** Cookie name for the persisted UI-preferences store (theme, font scale, exclude properties). */
1376
+ declare const UI_PREFERENCES_COOKIE_NAME = "c-rex-ui-preferences";
1373
1377
  declare const UI_LANG_KEY = "UI_LANG_KEY";
1374
1378
  declare const CONTENT_LANG_KEY = "CONTENT_LANG_KEY";
1375
1379
  declare const FLAGS_BY_LANG: {
@@ -1379,6 +1383,10 @@ declare const FLAGS_BY_LANG: {
1379
1383
  declare const DEFAULT_LANG = "en-US";
1380
1384
  declare const EN_LANG = "en";
1381
1385
  declare const UI_LANG_OPTIONS: string[];
1386
+ /** Env var name: single IDS Restrict selector appended to every request. */
1387
+ declare const CREX_GLOBAL_RESTRICTION_ENV = "CREX_GLOBAL_RESTRICTION";
1388
+ /** Env var name: default content language override. */
1389
+ declare const CREX_DEFAULT_LANGUAGE_ENV = "CREX_DEFAULT_LANGUAGE";
1382
1390
  declare const TOPICS_TYPE_AND_LINK = "topics";
1383
1391
  declare const BLOG_TYPE_AND_LINK = "blog";
1384
1392
  declare const DOCUMENTS_TYPE_AND_LINK = "documents";
@@ -1401,7 +1409,18 @@ declare const ICONS_BY_FILE_EXTENSION: {
1401
1409
  readonly "application/pdf": "FaFilePdf";
1402
1410
  };
1403
1411
  declare const DEFAULT_ICON = "file";
1412
+ /** Link rel values exposed on rendition resource links by the IDS API. */
1413
+ declare const RENDITION_LINK_RELS: {
1414
+ readonly VIEW: "view";
1415
+ readonly DOWNLOAD: "download";
1416
+ };
1404
1417
  declare const CREX_TOKEN_HEADER_KEY = "crex-token";
1418
+ declare const POST_LOGOUT_RETURN_TO_KEY = "crex-post-logout-return-to";
1419
+ /** Valid values for CREX_TOKEN_SOURCE — where the Bearer used by CrexApi comes from. */
1420
+ declare const TOKEN_SOURCES: {
1421
+ readonly CLIENT_CREDENTIALS: "client-credentials";
1422
+ readonly USER_LOGIN: "user-login";
1423
+ };
1405
1424
  declare const WILD_CARD_OPTIONS: {
1406
1425
  readonly BOTH: "BOTH";
1407
1426
  readonly END: "END";
@@ -1430,4 +1449,4 @@ declare const BREAKPOINTS: {
1430
1449
  };
1431
1450
  declare const MARKER_COLORS: string[];
1432
1451
 
1433
- export { ALL, API, ARTICLE_PAGE_LAYOUT, AdministrativeMetadataModelFields, AdministrativeMetadataModelFieldsAll, AuditStateModelFields, AuditStateModelFieldsAll, AuthStateModelFields, AuthStateModelFieldsAll, BLOG_TYPE_AND_LINK, BREAKPOINTS, CONTENT_LANG_KEY, CREX_TOKEN_HEADER_KEY, CategoryModelFields, CategoryModelFieldsAll, ComponentModelFields, ComponentModelFieldsAll, ContentLifeCycleStatusModelFields, ContentLifeCycleStatusModelFieldsAll, ContentLifeCycleStatusValueModelFields, ContentLifeCycleStatusValueModelFieldsAll, DEFAULT_COOKIE_LIMIT, DEFAULT_ICON, DEFAULT_LANG, DEVICE_OPTIONS, DOCUMENT, DOCUMENTS_TYPE_AND_LINK, DirectoryNodeModelFields, DirectoryNodeModelFieldsAll, DirectoryNodeTypeModelFields, DirectoryNodeTypeModelFieldsAll, DocumentModelFields, DocumentModelFieldsAll, DocumentTypeModelFields, DocumentTypeModelFieldsAll, DocumentationMetadataModelFields, DocumentationMetadataModelFieldsAll, DomainEntityModelFields, DomainEntityModelFieldsAll, EN_LANG, EventModelFields, EventModelFieldsAll, ExternalProductGraphicModelFields, ExternalProductGraphicModelFieldsAll, ExternalProductOntologyModelFields, ExternalProductOntologyModelFieldsAll, FILES_EXTENSIONS, FLAGS_BY_LANG, FRAGMENT, FragmentModelFields, FragmentModelFieldsAll, FunctionalMetadataModelFields, FunctionalMetadataModelFieldsAll, ICONS_BY_FILE_EXTENSION, IdentityDomainModelFields, IdentityDomainModelFieldsAll, IdentityModelFields, IdentityModelFieldsAll, InformationObjectModelFields, InformationObjectModelFieldsAll, InformationSubjectCollectionModelFields, InformationSubjectCollectionModelFieldsAll, InformationSubjectConformityModelFields, InformationSubjectConformityModelFieldsAll, InformationSubjectFormalityModelFields, InformationSubjectFormalityModelFieldsAll, InformationSubjectFunctionalityModelFields, InformationSubjectFunctionalityModelFieldsAll, InformationSubjectModelFields, InformationSubjectModelFieldsAll, InformationSubjectProcessModelFields, InformationSubjectProcessModelFieldsAll, InformationSubjectSafetyModelFields, InformationSubjectSafetyModelFieldsAll, InformationSubjectSafetyWarningMessageModelFields, InformationSubjectSafetyWarningMessageModelFieldsAll, InformationSubjectTechnicalDataModelFields, InformationSubjectTechnicalDataModelFieldsAll, InformationSubjectTechnicalOverviewModelFields, InformationSubjectTechnicalOverviewModelFieldsAll, InformationTypeModelFields, InformationTypeModelFieldsAll, InformationUnitModelFields, InformationUnitModelFieldsAll, LOG_CATEGORIES, LOG_LEVELS, MARKER_COLORS, OPERATOR_OPTIONS, OwlClassModelFields, OwlClassModelFieldsAll, PACKAGE, PackageModelFields, PackageModelFieldsAll, PartyModelFields, PartyModelFieldsAll, PartyRoleModelFields, PartyRoleModelFieldsAll, PlanningDownTimeModelFields, PlanningDownTimeModelFieldsAll, PlanningMaintenanceIntervalModelFields, PlanningMaintenanceIntervalModelFieldsAll, PlanningSetupTimeModelFields, PlanningSetupTimeModelFieldsAll, PlanningTimeModelFields, PlanningTimeModelFieldsAll, PlanningWorkingTimeModelFields, PlanningWorkingTimeModelFieldsAll, ProductFeatureModelFields, ProductFeatureModelFieldsAll, ProductFunctionModelFields, ProductFunctionModelFieldsAll, ProductLcpAfterUseModelFields, ProductLcpAfterUseModelFieldsAll, ProductLcpDesignAndRealizationModelFields, ProductLcpDesignAndRealizationModelFieldsAll, ProductLcpPuttingToUseModelFields, ProductLcpPuttingToUseModelFieldsAll, ProductLcpUseModelFields, ProductLcpUseModelFieldsAll, ProductLifeCyclePhaseModelFields, ProductLifeCyclePhaseModelFieldsAll, ProductMetadataModelFields, ProductMetadataModelFieldsAll, ProductPropertyModelFields, ProductPropertyModelFieldsAll, ProductVariantModelFields, ProductVariantModelFieldsAll, QualificationModelFields, QualificationModelFieldsAll, QualificationRoleModelFields, QualificationRoleModelFieldsAll, QualificationSkillLevelModelFields, QualificationSkillLevelModelFieldsAll, RESULT_TYPES, RESULT_VIEW_STYLES, RenditionModelFields, RenditionModelFieldsAll, RenditionSelectorModelFields, RenditionSelectorModelFieldsAll, SDK_CONFIG_KEY, SupplyConsumableModelFields, SupplyConsumableModelFieldsAll, SupplyHardwareToolModelFields, SupplyHardwareToolModelFieldsAll, SupplyLubricantModelFields, SupplyLubricantModelFieldsAll, SupplyModelFields, SupplyModelFieldsAll, SupplyOperatingModelFields, SupplyOperatingModelFieldsAll, SupplySparePartModelFields, SupplySparePartModelFieldsAll, TOPIC, TOPICS_TYPE_AND_LINK, TopicModelFields, TopicModelFieldsAll, TopicTypeConceptModelFields, TopicTypeConceptModelFieldsAll, TopicTypeFormModelFields, TopicTypeFormModelFieldsAll, TopicTypeLearningModelFields, TopicTypeLearningModelFieldsAll, TopicTypeModelFields, TopicTypeModelFieldsAll, TopicTypeReferenceModelFields, TopicTypeReferenceModelFieldsAll, TopicTypeTaskModelFields, TopicTypeTaskModelFieldsAll, TopicTypeTroubleShootingModelFields, TopicTypeTroubleShootingModelFieldsAll, UI_LANG_KEY, UI_LANG_OPTIONS, VCardCalendarModelFields, VCardCalendarModelFieldsAll, VCardGroupModelFields, VCardGroupModelFieldsAll, VCardImageModelFields, VCardImageModelFieldsAll, VCardIndividualModelFields, VCardIndividualModelFieldsAll, VCardInfoModelFields, VCardInfoModelFieldsAll, VCardLocationModelFields, VCardLocationModelFieldsAll, VCardModelFields, VCardModelFieldsAll, VCardOrganizationModelFields, VCardOrganizationModelFieldsAll, WILD_CARD_OPTIONS };
1452
+ export { ALL, API, ARTICLE_PAGE_LAYOUT, AdministrativeMetadataModelFields, AdministrativeMetadataModelFieldsAll, AuditStateModelFields, AuditStateModelFieldsAll, AuthStateModelFields, AuthStateModelFieldsAll, BLOG_TYPE_AND_LINK, BREAKPOINTS, CONTENT_LANG_KEY, CREX_DEFAULT_LANGUAGE_ENV, CREX_GLOBAL_RESTRICTION_ENV, CREX_TOKEN_HEADER_KEY, CategoryModelFields, CategoryModelFieldsAll, ComponentModelFields, ComponentModelFieldsAll, ContentLifeCycleStatusModelFields, ContentLifeCycleStatusModelFieldsAll, ContentLifeCycleStatusValueModelFields, ContentLifeCycleStatusValueModelFieldsAll, DEFAULT_COOKIE_LIMIT, DEFAULT_ICON, DEFAULT_LANG, DEVICE_OPTIONS, DOCUMENT, DOCUMENTS_TYPE_AND_LINK, DirectoryNodeModelFields, DirectoryNodeModelFieldsAll, DirectoryNodeTypeModelFields, DirectoryNodeTypeModelFieldsAll, DocumentModelFields, DocumentModelFieldsAll, DocumentTypeModelFields, DocumentTypeModelFieldsAll, DocumentationMetadataModelFields, DocumentationMetadataModelFieldsAll, DomainEntityModelFields, DomainEntityModelFieldsAll, EN_LANG, EventModelFields, EventModelFieldsAll, ExternalProductGraphicModelFields, ExternalProductGraphicModelFieldsAll, ExternalProductOntologyModelFields, ExternalProductOntologyModelFieldsAll, FILES_EXTENSIONS, FLAGS_BY_LANG, FRAGMENT, FragmentModelFields, FragmentModelFieldsAll, FunctionalMetadataModelFields, FunctionalMetadataModelFieldsAll, ICONS_BY_FILE_EXTENSION, IdentityDomainModelFields, IdentityDomainModelFieldsAll, IdentityModelFields, IdentityModelFieldsAll, InformationObjectModelFields, InformationObjectModelFieldsAll, InformationSubjectCollectionModelFields, InformationSubjectCollectionModelFieldsAll, InformationSubjectConformityModelFields, InformationSubjectConformityModelFieldsAll, InformationSubjectFormalityModelFields, InformationSubjectFormalityModelFieldsAll, InformationSubjectFunctionalityModelFields, InformationSubjectFunctionalityModelFieldsAll, InformationSubjectModelFields, InformationSubjectModelFieldsAll, InformationSubjectProcessModelFields, InformationSubjectProcessModelFieldsAll, InformationSubjectSafetyModelFields, InformationSubjectSafetyModelFieldsAll, InformationSubjectSafetyWarningMessageModelFields, InformationSubjectSafetyWarningMessageModelFieldsAll, InformationSubjectTechnicalDataModelFields, InformationSubjectTechnicalDataModelFieldsAll, InformationSubjectTechnicalOverviewModelFields, InformationSubjectTechnicalOverviewModelFieldsAll, InformationTypeModelFields, InformationTypeModelFieldsAll, InformationUnitModelFields, InformationUnitModelFieldsAll, LOG_CATEGORIES, LOG_LEVELS, MARKER_COLORS, OPERATOR_OPTIONS, OwlClassModelFields, OwlClassModelFieldsAll, PACKAGE, POST_LOGOUT_RETURN_TO_KEY, PackageModelFields, PackageModelFieldsAll, PartyModelFields, PartyModelFieldsAll, PartyRoleModelFields, PartyRoleModelFieldsAll, PlanningDownTimeModelFields, PlanningDownTimeModelFieldsAll, PlanningMaintenanceIntervalModelFields, PlanningMaintenanceIntervalModelFieldsAll, PlanningSetupTimeModelFields, PlanningSetupTimeModelFieldsAll, PlanningTimeModelFields, PlanningTimeModelFieldsAll, PlanningWorkingTimeModelFields, PlanningWorkingTimeModelFieldsAll, ProductFeatureModelFields, ProductFeatureModelFieldsAll, ProductFunctionModelFields, ProductFunctionModelFieldsAll, ProductLcpAfterUseModelFields, ProductLcpAfterUseModelFieldsAll, ProductLcpDesignAndRealizationModelFields, ProductLcpDesignAndRealizationModelFieldsAll, ProductLcpPuttingToUseModelFields, ProductLcpPuttingToUseModelFieldsAll, ProductLcpUseModelFields, ProductLcpUseModelFieldsAll, ProductLifeCyclePhaseModelFields, ProductLifeCyclePhaseModelFieldsAll, ProductMetadataModelFields, ProductMetadataModelFieldsAll, ProductPropertyModelFields, ProductPropertyModelFieldsAll, ProductVariantModelFields, ProductVariantModelFieldsAll, QualificationModelFields, QualificationModelFieldsAll, QualificationRoleModelFields, QualificationRoleModelFieldsAll, QualificationSkillLevelModelFields, QualificationSkillLevelModelFieldsAll, RENDITION_LINK_RELS, RESULT_TYPES, RESULT_VIEW_STYLES, RenditionModelFields, RenditionModelFieldsAll, RenditionSelectorModelFields, RenditionSelectorModelFieldsAll, SDK_CONFIG_KEY, SEARCH_SETTINGS_COOKIE_NAME, SupplyConsumableModelFields, SupplyConsumableModelFieldsAll, SupplyHardwareToolModelFields, SupplyHardwareToolModelFieldsAll, SupplyLubricantModelFields, SupplyLubricantModelFieldsAll, SupplyModelFields, SupplyModelFieldsAll, SupplyOperatingModelFields, SupplyOperatingModelFieldsAll, SupplySparePartModelFields, SupplySparePartModelFieldsAll, TOKEN_SOURCES, TOPIC, TOPICS_TYPE_AND_LINK, TopicModelFields, TopicModelFieldsAll, TopicTypeConceptModelFields, TopicTypeConceptModelFieldsAll, TopicTypeFormModelFields, TopicTypeFormModelFieldsAll, TopicTypeLearningModelFields, TopicTypeLearningModelFieldsAll, TopicTypeModelFields, TopicTypeModelFieldsAll, TopicTypeReferenceModelFields, TopicTypeReferenceModelFieldsAll, TopicTypeTaskModelFields, TopicTypeTaskModelFieldsAll, TopicTypeTroubleShootingModelFields, TopicTypeTroubleShootingModelFieldsAll, UI_LANG_KEY, UI_LANG_OPTIONS, UI_PREFERENCES_COOKIE_NAME, VCardCalendarModelFields, VCardCalendarModelFieldsAll, VCardGroupModelFields, VCardGroupModelFieldsAll, VCardImageModelFields, VCardImageModelFieldsAll, VCardIndividualModelFields, VCardIndividualModelFieldsAll, VCardInfoModelFields, VCardInfoModelFieldsAll, VCardLocationModelFields, VCardLocationModelFieldsAll, VCardModelFields, VCardModelFieldsAll, VCardOrganizationModelFields, VCardOrganizationModelFieldsAll, WILD_CARD_OPTIONS };
package/dist/index.d.ts CHANGED
@@ -1370,6 +1370,10 @@ declare const API: {
1370
1370
  };
1371
1371
  };
1372
1372
  declare const SDK_CONFIG_KEY = "crex-sdk-config";
1373
+ /** Cookie name for the persisted search-settings store (language, wildcard, operator, like). */
1374
+ declare const SEARCH_SETTINGS_COOKIE_NAME = "c-rex-search-settings";
1375
+ /** Cookie name for the persisted UI-preferences store (theme, font scale, exclude properties). */
1376
+ declare const UI_PREFERENCES_COOKIE_NAME = "c-rex-ui-preferences";
1373
1377
  declare const UI_LANG_KEY = "UI_LANG_KEY";
1374
1378
  declare const CONTENT_LANG_KEY = "CONTENT_LANG_KEY";
1375
1379
  declare const FLAGS_BY_LANG: {
@@ -1379,6 +1383,10 @@ declare const FLAGS_BY_LANG: {
1379
1383
  declare const DEFAULT_LANG = "en-US";
1380
1384
  declare const EN_LANG = "en";
1381
1385
  declare const UI_LANG_OPTIONS: string[];
1386
+ /** Env var name: single IDS Restrict selector appended to every request. */
1387
+ declare const CREX_GLOBAL_RESTRICTION_ENV = "CREX_GLOBAL_RESTRICTION";
1388
+ /** Env var name: default content language override. */
1389
+ declare const CREX_DEFAULT_LANGUAGE_ENV = "CREX_DEFAULT_LANGUAGE";
1382
1390
  declare const TOPICS_TYPE_AND_LINK = "topics";
1383
1391
  declare const BLOG_TYPE_AND_LINK = "blog";
1384
1392
  declare const DOCUMENTS_TYPE_AND_LINK = "documents";
@@ -1401,7 +1409,18 @@ declare const ICONS_BY_FILE_EXTENSION: {
1401
1409
  readonly "application/pdf": "FaFilePdf";
1402
1410
  };
1403
1411
  declare const DEFAULT_ICON = "file";
1412
+ /** Link rel values exposed on rendition resource links by the IDS API. */
1413
+ declare const RENDITION_LINK_RELS: {
1414
+ readonly VIEW: "view";
1415
+ readonly DOWNLOAD: "download";
1416
+ };
1404
1417
  declare const CREX_TOKEN_HEADER_KEY = "crex-token";
1418
+ declare const POST_LOGOUT_RETURN_TO_KEY = "crex-post-logout-return-to";
1419
+ /** Valid values for CREX_TOKEN_SOURCE — where the Bearer used by CrexApi comes from. */
1420
+ declare const TOKEN_SOURCES: {
1421
+ readonly CLIENT_CREDENTIALS: "client-credentials";
1422
+ readonly USER_LOGIN: "user-login";
1423
+ };
1405
1424
  declare const WILD_CARD_OPTIONS: {
1406
1425
  readonly BOTH: "BOTH";
1407
1426
  readonly END: "END";
@@ -1430,4 +1449,4 @@ declare const BREAKPOINTS: {
1430
1449
  };
1431
1450
  declare const MARKER_COLORS: string[];
1432
1451
 
1433
- export { ALL, API, ARTICLE_PAGE_LAYOUT, AdministrativeMetadataModelFields, AdministrativeMetadataModelFieldsAll, AuditStateModelFields, AuditStateModelFieldsAll, AuthStateModelFields, AuthStateModelFieldsAll, BLOG_TYPE_AND_LINK, BREAKPOINTS, CONTENT_LANG_KEY, CREX_TOKEN_HEADER_KEY, CategoryModelFields, CategoryModelFieldsAll, ComponentModelFields, ComponentModelFieldsAll, ContentLifeCycleStatusModelFields, ContentLifeCycleStatusModelFieldsAll, ContentLifeCycleStatusValueModelFields, ContentLifeCycleStatusValueModelFieldsAll, DEFAULT_COOKIE_LIMIT, DEFAULT_ICON, DEFAULT_LANG, DEVICE_OPTIONS, DOCUMENT, DOCUMENTS_TYPE_AND_LINK, DirectoryNodeModelFields, DirectoryNodeModelFieldsAll, DirectoryNodeTypeModelFields, DirectoryNodeTypeModelFieldsAll, DocumentModelFields, DocumentModelFieldsAll, DocumentTypeModelFields, DocumentTypeModelFieldsAll, DocumentationMetadataModelFields, DocumentationMetadataModelFieldsAll, DomainEntityModelFields, DomainEntityModelFieldsAll, EN_LANG, EventModelFields, EventModelFieldsAll, ExternalProductGraphicModelFields, ExternalProductGraphicModelFieldsAll, ExternalProductOntologyModelFields, ExternalProductOntologyModelFieldsAll, FILES_EXTENSIONS, FLAGS_BY_LANG, FRAGMENT, FragmentModelFields, FragmentModelFieldsAll, FunctionalMetadataModelFields, FunctionalMetadataModelFieldsAll, ICONS_BY_FILE_EXTENSION, IdentityDomainModelFields, IdentityDomainModelFieldsAll, IdentityModelFields, IdentityModelFieldsAll, InformationObjectModelFields, InformationObjectModelFieldsAll, InformationSubjectCollectionModelFields, InformationSubjectCollectionModelFieldsAll, InformationSubjectConformityModelFields, InformationSubjectConformityModelFieldsAll, InformationSubjectFormalityModelFields, InformationSubjectFormalityModelFieldsAll, InformationSubjectFunctionalityModelFields, InformationSubjectFunctionalityModelFieldsAll, InformationSubjectModelFields, InformationSubjectModelFieldsAll, InformationSubjectProcessModelFields, InformationSubjectProcessModelFieldsAll, InformationSubjectSafetyModelFields, InformationSubjectSafetyModelFieldsAll, InformationSubjectSafetyWarningMessageModelFields, InformationSubjectSafetyWarningMessageModelFieldsAll, InformationSubjectTechnicalDataModelFields, InformationSubjectTechnicalDataModelFieldsAll, InformationSubjectTechnicalOverviewModelFields, InformationSubjectTechnicalOverviewModelFieldsAll, InformationTypeModelFields, InformationTypeModelFieldsAll, InformationUnitModelFields, InformationUnitModelFieldsAll, LOG_CATEGORIES, LOG_LEVELS, MARKER_COLORS, OPERATOR_OPTIONS, OwlClassModelFields, OwlClassModelFieldsAll, PACKAGE, PackageModelFields, PackageModelFieldsAll, PartyModelFields, PartyModelFieldsAll, PartyRoleModelFields, PartyRoleModelFieldsAll, PlanningDownTimeModelFields, PlanningDownTimeModelFieldsAll, PlanningMaintenanceIntervalModelFields, PlanningMaintenanceIntervalModelFieldsAll, PlanningSetupTimeModelFields, PlanningSetupTimeModelFieldsAll, PlanningTimeModelFields, PlanningTimeModelFieldsAll, PlanningWorkingTimeModelFields, PlanningWorkingTimeModelFieldsAll, ProductFeatureModelFields, ProductFeatureModelFieldsAll, ProductFunctionModelFields, ProductFunctionModelFieldsAll, ProductLcpAfterUseModelFields, ProductLcpAfterUseModelFieldsAll, ProductLcpDesignAndRealizationModelFields, ProductLcpDesignAndRealizationModelFieldsAll, ProductLcpPuttingToUseModelFields, ProductLcpPuttingToUseModelFieldsAll, ProductLcpUseModelFields, ProductLcpUseModelFieldsAll, ProductLifeCyclePhaseModelFields, ProductLifeCyclePhaseModelFieldsAll, ProductMetadataModelFields, ProductMetadataModelFieldsAll, ProductPropertyModelFields, ProductPropertyModelFieldsAll, ProductVariantModelFields, ProductVariantModelFieldsAll, QualificationModelFields, QualificationModelFieldsAll, QualificationRoleModelFields, QualificationRoleModelFieldsAll, QualificationSkillLevelModelFields, QualificationSkillLevelModelFieldsAll, RESULT_TYPES, RESULT_VIEW_STYLES, RenditionModelFields, RenditionModelFieldsAll, RenditionSelectorModelFields, RenditionSelectorModelFieldsAll, SDK_CONFIG_KEY, SupplyConsumableModelFields, SupplyConsumableModelFieldsAll, SupplyHardwareToolModelFields, SupplyHardwareToolModelFieldsAll, SupplyLubricantModelFields, SupplyLubricantModelFieldsAll, SupplyModelFields, SupplyModelFieldsAll, SupplyOperatingModelFields, SupplyOperatingModelFieldsAll, SupplySparePartModelFields, SupplySparePartModelFieldsAll, TOPIC, TOPICS_TYPE_AND_LINK, TopicModelFields, TopicModelFieldsAll, TopicTypeConceptModelFields, TopicTypeConceptModelFieldsAll, TopicTypeFormModelFields, TopicTypeFormModelFieldsAll, TopicTypeLearningModelFields, TopicTypeLearningModelFieldsAll, TopicTypeModelFields, TopicTypeModelFieldsAll, TopicTypeReferenceModelFields, TopicTypeReferenceModelFieldsAll, TopicTypeTaskModelFields, TopicTypeTaskModelFieldsAll, TopicTypeTroubleShootingModelFields, TopicTypeTroubleShootingModelFieldsAll, UI_LANG_KEY, UI_LANG_OPTIONS, VCardCalendarModelFields, VCardCalendarModelFieldsAll, VCardGroupModelFields, VCardGroupModelFieldsAll, VCardImageModelFields, VCardImageModelFieldsAll, VCardIndividualModelFields, VCardIndividualModelFieldsAll, VCardInfoModelFields, VCardInfoModelFieldsAll, VCardLocationModelFields, VCardLocationModelFieldsAll, VCardModelFields, VCardModelFieldsAll, VCardOrganizationModelFields, VCardOrganizationModelFieldsAll, WILD_CARD_OPTIONS };
1452
+ export { ALL, API, ARTICLE_PAGE_LAYOUT, AdministrativeMetadataModelFields, AdministrativeMetadataModelFieldsAll, AuditStateModelFields, AuditStateModelFieldsAll, AuthStateModelFields, AuthStateModelFieldsAll, BLOG_TYPE_AND_LINK, BREAKPOINTS, CONTENT_LANG_KEY, CREX_DEFAULT_LANGUAGE_ENV, CREX_GLOBAL_RESTRICTION_ENV, CREX_TOKEN_HEADER_KEY, CategoryModelFields, CategoryModelFieldsAll, ComponentModelFields, ComponentModelFieldsAll, ContentLifeCycleStatusModelFields, ContentLifeCycleStatusModelFieldsAll, ContentLifeCycleStatusValueModelFields, ContentLifeCycleStatusValueModelFieldsAll, DEFAULT_COOKIE_LIMIT, DEFAULT_ICON, DEFAULT_LANG, DEVICE_OPTIONS, DOCUMENT, DOCUMENTS_TYPE_AND_LINK, DirectoryNodeModelFields, DirectoryNodeModelFieldsAll, DirectoryNodeTypeModelFields, DirectoryNodeTypeModelFieldsAll, DocumentModelFields, DocumentModelFieldsAll, DocumentTypeModelFields, DocumentTypeModelFieldsAll, DocumentationMetadataModelFields, DocumentationMetadataModelFieldsAll, DomainEntityModelFields, DomainEntityModelFieldsAll, EN_LANG, EventModelFields, EventModelFieldsAll, ExternalProductGraphicModelFields, ExternalProductGraphicModelFieldsAll, ExternalProductOntologyModelFields, ExternalProductOntologyModelFieldsAll, FILES_EXTENSIONS, FLAGS_BY_LANG, FRAGMENT, FragmentModelFields, FragmentModelFieldsAll, FunctionalMetadataModelFields, FunctionalMetadataModelFieldsAll, ICONS_BY_FILE_EXTENSION, IdentityDomainModelFields, IdentityDomainModelFieldsAll, IdentityModelFields, IdentityModelFieldsAll, InformationObjectModelFields, InformationObjectModelFieldsAll, InformationSubjectCollectionModelFields, InformationSubjectCollectionModelFieldsAll, InformationSubjectConformityModelFields, InformationSubjectConformityModelFieldsAll, InformationSubjectFormalityModelFields, InformationSubjectFormalityModelFieldsAll, InformationSubjectFunctionalityModelFields, InformationSubjectFunctionalityModelFieldsAll, InformationSubjectModelFields, InformationSubjectModelFieldsAll, InformationSubjectProcessModelFields, InformationSubjectProcessModelFieldsAll, InformationSubjectSafetyModelFields, InformationSubjectSafetyModelFieldsAll, InformationSubjectSafetyWarningMessageModelFields, InformationSubjectSafetyWarningMessageModelFieldsAll, InformationSubjectTechnicalDataModelFields, InformationSubjectTechnicalDataModelFieldsAll, InformationSubjectTechnicalOverviewModelFields, InformationSubjectTechnicalOverviewModelFieldsAll, InformationTypeModelFields, InformationTypeModelFieldsAll, InformationUnitModelFields, InformationUnitModelFieldsAll, LOG_CATEGORIES, LOG_LEVELS, MARKER_COLORS, OPERATOR_OPTIONS, OwlClassModelFields, OwlClassModelFieldsAll, PACKAGE, POST_LOGOUT_RETURN_TO_KEY, PackageModelFields, PackageModelFieldsAll, PartyModelFields, PartyModelFieldsAll, PartyRoleModelFields, PartyRoleModelFieldsAll, PlanningDownTimeModelFields, PlanningDownTimeModelFieldsAll, PlanningMaintenanceIntervalModelFields, PlanningMaintenanceIntervalModelFieldsAll, PlanningSetupTimeModelFields, PlanningSetupTimeModelFieldsAll, PlanningTimeModelFields, PlanningTimeModelFieldsAll, PlanningWorkingTimeModelFields, PlanningWorkingTimeModelFieldsAll, ProductFeatureModelFields, ProductFeatureModelFieldsAll, ProductFunctionModelFields, ProductFunctionModelFieldsAll, ProductLcpAfterUseModelFields, ProductLcpAfterUseModelFieldsAll, ProductLcpDesignAndRealizationModelFields, ProductLcpDesignAndRealizationModelFieldsAll, ProductLcpPuttingToUseModelFields, ProductLcpPuttingToUseModelFieldsAll, ProductLcpUseModelFields, ProductLcpUseModelFieldsAll, ProductLifeCyclePhaseModelFields, ProductLifeCyclePhaseModelFieldsAll, ProductMetadataModelFields, ProductMetadataModelFieldsAll, ProductPropertyModelFields, ProductPropertyModelFieldsAll, ProductVariantModelFields, ProductVariantModelFieldsAll, QualificationModelFields, QualificationModelFieldsAll, QualificationRoleModelFields, QualificationRoleModelFieldsAll, QualificationSkillLevelModelFields, QualificationSkillLevelModelFieldsAll, RENDITION_LINK_RELS, RESULT_TYPES, RESULT_VIEW_STYLES, RenditionModelFields, RenditionModelFieldsAll, RenditionSelectorModelFields, RenditionSelectorModelFieldsAll, SDK_CONFIG_KEY, SEARCH_SETTINGS_COOKIE_NAME, SupplyConsumableModelFields, SupplyConsumableModelFieldsAll, SupplyHardwareToolModelFields, SupplyHardwareToolModelFieldsAll, SupplyLubricantModelFields, SupplyLubricantModelFieldsAll, SupplyModelFields, SupplyModelFieldsAll, SupplyOperatingModelFields, SupplyOperatingModelFieldsAll, SupplySparePartModelFields, SupplySparePartModelFieldsAll, TOKEN_SOURCES, TOPIC, TOPICS_TYPE_AND_LINK, TopicModelFields, TopicModelFieldsAll, TopicTypeConceptModelFields, TopicTypeConceptModelFieldsAll, TopicTypeFormModelFields, TopicTypeFormModelFieldsAll, TopicTypeLearningModelFields, TopicTypeLearningModelFieldsAll, TopicTypeModelFields, TopicTypeModelFieldsAll, TopicTypeReferenceModelFields, TopicTypeReferenceModelFieldsAll, TopicTypeTaskModelFields, TopicTypeTaskModelFieldsAll, TopicTypeTroubleShootingModelFields, TopicTypeTroubleShootingModelFieldsAll, UI_LANG_KEY, UI_LANG_OPTIONS, UI_PREFERENCES_COOKIE_NAME, VCardCalendarModelFields, VCardCalendarModelFieldsAll, VCardGroupModelFields, VCardGroupModelFieldsAll, VCardImageModelFields, VCardImageModelFieldsAll, VCardIndividualModelFields, VCardIndividualModelFieldsAll, VCardInfoModelFields, VCardInfoModelFieldsAll, VCardLocationModelFields, VCardLocationModelFieldsAll, VCardModelFields, VCardModelFieldsAll, VCardOrganizationModelFields, VCardOrganizationModelFieldsAll, WILD_CARD_OPTIONS };
package/dist/index.js CHANGED
@@ -32,6 +32,8 @@ __export(index_exports, {
32
32
  BLOG_TYPE_AND_LINK: () => BLOG_TYPE_AND_LINK,
33
33
  BREAKPOINTS: () => BREAKPOINTS,
34
34
  CONTENT_LANG_KEY: () => CONTENT_LANG_KEY,
35
+ CREX_DEFAULT_LANGUAGE_ENV: () => CREX_DEFAULT_LANGUAGE_ENV,
36
+ CREX_GLOBAL_RESTRICTION_ENV: () => CREX_GLOBAL_RESTRICTION_ENV,
35
37
  CREX_TOKEN_HEADER_KEY: () => CREX_TOKEN_HEADER_KEY,
36
38
  CategoryModelFields: () => CategoryModelFields,
37
39
  CategoryModelFieldsAll: () => CategoryModelFieldsAll,
@@ -111,6 +113,7 @@ __export(index_exports, {
111
113
  OwlClassModelFields: () => OwlClassModelFields,
112
114
  OwlClassModelFieldsAll: () => OwlClassModelFieldsAll,
113
115
  PACKAGE: () => PACKAGE,
116
+ POST_LOGOUT_RETURN_TO_KEY: () => POST_LOGOUT_RETURN_TO_KEY,
114
117
  PackageModelFields: () => PackageModelFields,
115
118
  PackageModelFieldsAll: () => PackageModelFieldsAll,
116
119
  PartyModelFields: () => PartyModelFields,
@@ -153,6 +156,7 @@ __export(index_exports, {
153
156
  QualificationRoleModelFieldsAll: () => QualificationRoleModelFieldsAll,
154
157
  QualificationSkillLevelModelFields: () => QualificationSkillLevelModelFields,
155
158
  QualificationSkillLevelModelFieldsAll: () => QualificationSkillLevelModelFieldsAll,
159
+ RENDITION_LINK_RELS: () => RENDITION_LINK_RELS,
156
160
  RESULT_TYPES: () => RESULT_TYPES,
157
161
  RESULT_VIEW_STYLES: () => RESULT_VIEW_STYLES,
158
162
  RenditionModelFields: () => RenditionModelFields,
@@ -160,6 +164,7 @@ __export(index_exports, {
160
164
  RenditionSelectorModelFields: () => RenditionSelectorModelFields,
161
165
  RenditionSelectorModelFieldsAll: () => RenditionSelectorModelFieldsAll,
162
166
  SDK_CONFIG_KEY: () => SDK_CONFIG_KEY,
167
+ SEARCH_SETTINGS_COOKIE_NAME: () => SEARCH_SETTINGS_COOKIE_NAME,
163
168
  SupplyConsumableModelFields: () => SupplyConsumableModelFields,
164
169
  SupplyConsumableModelFieldsAll: () => SupplyConsumableModelFieldsAll,
165
170
  SupplyHardwareToolModelFields: () => SupplyHardwareToolModelFields,
@@ -172,6 +177,7 @@ __export(index_exports, {
172
177
  SupplyOperatingModelFieldsAll: () => SupplyOperatingModelFieldsAll,
173
178
  SupplySparePartModelFields: () => SupplySparePartModelFields,
174
179
  SupplySparePartModelFieldsAll: () => SupplySparePartModelFieldsAll,
180
+ TOKEN_SOURCES: () => TOKEN_SOURCES,
175
181
  TOPIC: () => TOPIC,
176
182
  TOPICS_TYPE_AND_LINK: () => TOPICS_TYPE_AND_LINK,
177
183
  TopicModelFields: () => TopicModelFields,
@@ -192,6 +198,7 @@ __export(index_exports, {
192
198
  TopicTypeTroubleShootingModelFieldsAll: () => TopicTypeTroubleShootingModelFieldsAll,
193
199
  UI_LANG_KEY: () => UI_LANG_KEY,
194
200
  UI_LANG_OPTIONS: () => UI_LANG_OPTIONS,
201
+ UI_PREFERENCES_COOKIE_NAME: () => UI_PREFERENCES_COOKIE_NAME,
195
202
  VCardCalendarModelFields: () => VCardCalendarModelFields,
196
203
  VCardCalendarModelFieldsAll: () => VCardCalendarModelFieldsAll,
197
204
  VCardGroupModelFields: () => VCardGroupModelFields,
@@ -1595,15 +1602,19 @@ var API = {
1595
1602
  }
1596
1603
  };
1597
1604
  var SDK_CONFIG_KEY = "crex-sdk-config";
1605
+ var SEARCH_SETTINGS_COOKIE_NAME = "c-rex-search-settings";
1606
+ var UI_PREFERENCES_COOKIE_NAME = "c-rex-ui-preferences";
1598
1607
  var UI_LANG_KEY = "UI_LANG_KEY";
1599
1608
  var CONTENT_LANG_KEY = "CONTENT_LANG_KEY";
1600
1609
  var FLAGS_BY_LANG = {
1601
- "en": "US",
1602
- "de": "DE"
1610
+ en: "US",
1611
+ de: "DE"
1603
1612
  };
1604
1613
  var DEFAULT_LANG = "en-US";
1605
1614
  var EN_LANG = "en";
1606
1615
  var UI_LANG_OPTIONS = ["en-us", "de-de"];
1616
+ var CREX_GLOBAL_RESTRICTION_ENV = "CREX_GLOBAL_RESTRICTION";
1617
+ var CREX_DEFAULT_LANGUAGE_ENV = "CREX_DEFAULT_LANGUAGE";
1607
1618
  var TOPICS_TYPE_AND_LINK = "topics";
1608
1619
  var BLOG_TYPE_AND_LINK = "blog";
1609
1620
  var DOCUMENTS_TYPE_AND_LINK = "documents";
@@ -1626,7 +1637,16 @@ var ICONS_BY_FILE_EXTENSION = {
1626
1637
  "application/pdf": "FaFilePdf"
1627
1638
  };
1628
1639
  var DEFAULT_ICON = "file";
1640
+ var RENDITION_LINK_RELS = {
1641
+ VIEW: "view",
1642
+ DOWNLOAD: "download"
1643
+ };
1629
1644
  var CREX_TOKEN_HEADER_KEY = "crex-token";
1645
+ var POST_LOGOUT_RETURN_TO_KEY = "crex-post-logout-return-to";
1646
+ var TOKEN_SOURCES = {
1647
+ CLIENT_CREDENTIALS: "client-credentials",
1648
+ USER_LOGIN: "user-login"
1649
+ };
1630
1650
  var WILD_CARD_OPTIONS = {
1631
1651
  BOTH: "BOTH",
1632
1652
  END: "END",
@@ -1684,6 +1704,8 @@ var MARKER_COLORS = [
1684
1704
  BLOG_TYPE_AND_LINK,
1685
1705
  BREAKPOINTS,
1686
1706
  CONTENT_LANG_KEY,
1707
+ CREX_DEFAULT_LANGUAGE_ENV,
1708
+ CREX_GLOBAL_RESTRICTION_ENV,
1687
1709
  CREX_TOKEN_HEADER_KEY,
1688
1710
  CategoryModelFields,
1689
1711
  CategoryModelFieldsAll,
@@ -1763,6 +1785,7 @@ var MARKER_COLORS = [
1763
1785
  OwlClassModelFields,
1764
1786
  OwlClassModelFieldsAll,
1765
1787
  PACKAGE,
1788
+ POST_LOGOUT_RETURN_TO_KEY,
1766
1789
  PackageModelFields,
1767
1790
  PackageModelFieldsAll,
1768
1791
  PartyModelFields,
@@ -1805,6 +1828,7 @@ var MARKER_COLORS = [
1805
1828
  QualificationRoleModelFieldsAll,
1806
1829
  QualificationSkillLevelModelFields,
1807
1830
  QualificationSkillLevelModelFieldsAll,
1831
+ RENDITION_LINK_RELS,
1808
1832
  RESULT_TYPES,
1809
1833
  RESULT_VIEW_STYLES,
1810
1834
  RenditionModelFields,
@@ -1812,6 +1836,7 @@ var MARKER_COLORS = [
1812
1836
  RenditionSelectorModelFields,
1813
1837
  RenditionSelectorModelFieldsAll,
1814
1838
  SDK_CONFIG_KEY,
1839
+ SEARCH_SETTINGS_COOKIE_NAME,
1815
1840
  SupplyConsumableModelFields,
1816
1841
  SupplyConsumableModelFieldsAll,
1817
1842
  SupplyHardwareToolModelFields,
@@ -1824,6 +1849,7 @@ var MARKER_COLORS = [
1824
1849
  SupplyOperatingModelFieldsAll,
1825
1850
  SupplySparePartModelFields,
1826
1851
  SupplySparePartModelFieldsAll,
1852
+ TOKEN_SOURCES,
1827
1853
  TOPIC,
1828
1854
  TOPICS_TYPE_AND_LINK,
1829
1855
  TopicModelFields,
@@ -1844,6 +1870,7 @@ var MARKER_COLORS = [
1844
1870
  TopicTypeTroubleShootingModelFieldsAll,
1845
1871
  UI_LANG_KEY,
1846
1872
  UI_LANG_OPTIONS,
1873
+ UI_PREFERENCES_COOKIE_NAME,
1847
1874
  VCardCalendarModelFields,
1848
1875
  VCardCalendarModelFieldsAll,
1849
1876
  VCardGroupModelFields,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts","../src/generated/model-fields.ts"],"sourcesContent":["export * from './generated/model-fields'\r\n\r\nexport const ALL = \"*\"\r\n\r\nexport const LOG_CATEGORIES = [\r\n \"NoLicense\",\r\n \"Scenario\",\r\n \"Favorites\",\r\n \"Subscription\",\r\n \"Share\",\r\n \"Document\",\r\n \"Search\",\r\n \"History\",\r\n \"Notification\",\r\n \"UserProfile\",\r\n] as const;\r\n\r\nexport const LOG_LEVELS = {\r\n critical: 2,\r\n error: 3,\r\n warning: 4,\r\n info: 6,\r\n debug: 7,\r\n} as const;\r\n\r\nexport const RESULT_VIEW_STYLES = [\r\n \"information-unit-search-results-cards\",\r\n \"information-unit-search-results-table\",\r\n \"information-unit-search-results-card-list\",\r\n] as const;\r\n\r\nexport const API = {\r\n MAX_RETRY: 3,\r\n API_TIMEOUT: 10000,\r\n RETRY_DELAY: 500,\r\n API_HEADERS: {\r\n \"content-Type\": \"application/json\",\r\n },\r\n};\r\n\r\nexport const SDK_CONFIG_KEY = \"crex-sdk-config\";\r\n\r\nexport const UI_LANG_KEY = \"UI_LANG_KEY\";\r\nexport const CONTENT_LANG_KEY = \"CONTENT_LANG_KEY\";\r\n\r\nexport const FLAGS_BY_LANG = {\r\n \"en\": \"US\",\r\n \"de\": \"DE\",\r\n};\r\n\r\nexport const DEFAULT_LANG = \"en-US\";\r\n\r\nexport const EN_LANG = \"en\";\r\n\r\nexport const UI_LANG_OPTIONS = [\"en-us\", \"de-de\"];\r\n\r\nexport const TOPICS_TYPE_AND_LINK = \"topics\";\r\nexport const BLOG_TYPE_AND_LINK = \"blog\";\r\nexport const DOCUMENTS_TYPE_AND_LINK = \"documents\";\r\n\r\nexport const TOPIC = \"TOPIC\";\r\nexport const DOCUMENT = \"DOCUMENT\";\r\nexport const PACKAGE = \"PACKAGE\";\r\nexport const FRAGMENT = \"FRAGMENT\";\r\n\r\nexport const RESULT_TYPES = {\r\n TOPIC: TOPIC,\r\n DOCUMENT: DOCUMENT,\r\n PACKAGE: PACKAGE,\r\n FRAGMENT: FRAGMENT\r\n} as const;\r\n\r\nexport const FILES_EXTENSIONS = {\r\n PDF: \"application/pdf\",\r\n HTML: \"text/html\",\r\n} as const;\r\n\r\nexport const DEFAULT_COOKIE_LIMIT = 30 * 24 * 60 * 60 * 1000; // 30 days in milliseconds\r\n\r\nexport const ICONS_BY_FILE_EXTENSION = {\r\n \"application/pdf\": \"FaFilePdf\",\r\n} as const;\r\n\r\nexport const DEFAULT_ICON = \"file\";\r\n\r\nexport const CREX_TOKEN_HEADER_KEY = \"crex-token\";\r\n\r\nexport const WILD_CARD_OPTIONS = {\r\n BOTH: \"BOTH\",\r\n END: \"END\",\r\n START: \"START\",\r\n NONE: \"NONE\",\r\n} as const;\r\n\r\nexport const OPERATOR_OPTIONS = {\r\n AND: \"AND\",\r\n OR: \"OR\",\r\n} as const;\r\n\r\nexport const ARTICLE_PAGE_LAYOUT = {\r\n BLOG: \"BLOG\",\r\n DOCUMENT: \"DOCUMENT\",\r\n} as const;\r\n\r\nexport const DEVICE_OPTIONS = {\r\n MOBILE: \"mobile\",\r\n TABLET: \"tablet\",\r\n DESKTOP: \"desktop\",\r\n}\r\nexport const BREAKPOINTS = {\r\n sm: 640,\r\n md: 768,\r\n lg: 1024,\r\n xl: 1280,\r\n \"2xl\": 1536,\r\n};\r\n\r\nexport const MARKER_COLORS = [\r\n \"red-500\",\r\n \"orange-500\",\r\n \"yellow-400\",\r\n \"green-500\",\r\n \"teal-500\",\r\n \"blue-500\",\r\n \"sky-500\",\r\n \"purple-500\",\r\n \"pink-500\",\r\n \"gray-500\",\r\n \"neutral-800\",\r\n \"cyan-500\",\r\n \"lime-500\",\r\n \"amber-500\",\r\n \"indigo-500\",\r\n];\r\n","/**\r\n * Auto-generated from OpenAPI spec\r\n * Source: https://staging.c-rex.net/ids/api/swagger/v1/swagger.json\r\n * Generated: 2026-02-28T18:07:46.988Z\r\n * Do not edit manually\r\n */\r\n\r\n// Field constants for compile-time validation of Fields query parameter\r\n\r\nexport const AdministrativeMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const AdministrativeMetadataModelFieldsAll = Object.values(AdministrativeMetadataModelFields);\r\n\r\nexport const AuditStateModelFields = {\r\n id: \"id\",\r\n state: \"state\",\r\n} as const;\r\n\r\nexport const AuditStateModelFieldsAll = Object.values(AuditStateModelFields);\r\n\r\nexport const AuthStateModelFields = {\r\n state: \"state\",\r\n licenses: \"licenses\",\r\n roles: \"roles\",\r\n} as const;\r\n\r\nexport const AuthStateModelFieldsAll = Object.values(AuthStateModelFields);\r\n\r\nexport const CategoryModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n parents: \"parents\",\r\n ancestors: \"ancestors\",\r\n ancestorsOrSelf: \"ancestorsOrSelf\",\r\n categories: \"categories\",\r\n} as const;\r\n\r\nexport const CategoryModelFieldsAll = Object.values(CategoryModelFields);\r\n\r\nexport const ComponentModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n productGraphic: \"productGraphic\",\r\n titles: \"titles\",\r\n parents: \"parents\",\r\n ancestors: \"ancestors\",\r\n ancestorsOrSelf: \"ancestorsOrSelf\",\r\n components: \"components\",\r\n identities: \"identities\",\r\n parties: \"parties\",\r\n informationUnits: \"informationUnits\",\r\n seeAlso: \"seeAlso\",\r\n} as const;\r\n\r\nexport const ComponentModelFieldsAll = Object.values(ComponentModelFields);\r\n\r\nexport const ContentLifeCycleStatusModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n dateOfEffect: \"dateOfEffect\",\r\n dateOfExpiry: \"dateOfExpiry\",\r\n dateOfStatus: \"dateOfStatus\",\r\n purpose: \"purpose\",\r\n value: \"value\",\r\n parties: \"parties\",\r\n} as const;\r\n\r\nexport const ContentLifeCycleStatusModelFieldsAll = Object.values(ContentLifeCycleStatusModelFields);\r\n\r\nexport const ContentLifeCycleStatusValueModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ContentLifeCycleStatusValueModelFieldsAll = Object.values(ContentLifeCycleStatusValueModelFields);\r\n\r\nexport const DirectoryNodeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n structureType: \"structureType\",\r\n parents: \"parents\",\r\n ancestors: \"ancestors\",\r\n ancestorsOrSelf: \"ancestorsOrSelf\",\r\n childNodes: \"childNodes\",\r\n informationUnits: \"informationUnits\",\r\n} as const;\r\n\r\nexport const DirectoryNodeModelFieldsAll = Object.values(DirectoryNodeModelFields);\r\n\r\nexport const DirectoryNodeTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const DirectoryNodeTypeModelFieldsAll = Object.values(DirectoryNodeTypeModelFields);\r\n\r\nexport const DocumentModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const DocumentModelFieldsAll = Object.values(DocumentModelFields);\r\n\r\nexport const DocumentTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const DocumentTypeModelFieldsAll = Object.values(DocumentTypeModelFields);\r\n\r\nexport const DocumentationMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const DocumentationMetadataModelFieldsAll = Object.values(DocumentationMetadataModelFields);\r\n\r\nexport const DomainEntityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n} as const;\r\n\r\nexport const DomainEntityModelFieldsAll = Object.values(DomainEntityModelFields);\r\n\r\nexport const EventModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n eventCode: \"eventCode\",\r\n eventType: \"eventType\",\r\n} as const;\r\n\r\nexport const EventModelFieldsAll = Object.values(EventModelFields);\r\n\r\nexport const ExternalProductGraphicModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const ExternalProductGraphicModelFieldsAll = Object.values(ExternalProductGraphicModelFields);\r\n\r\nexport const ExternalProductOntologyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n itemNumbers: \"itemNumbers\",\r\n productSeries: \"productSeries\",\r\n productModels: \"productModels\",\r\n productNames: \"productNames\",\r\n products: \"products\",\r\n} as const;\r\n\r\nexport const ExternalProductOntologyModelFieldsAll = Object.values(ExternalProductOntologyModelFields);\r\n\r\nexport const FragmentModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const FragmentModelFieldsAll = Object.values(FragmentModelFields);\r\n\r\nexport const FunctionalMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const FunctionalMetadataModelFieldsAll = Object.values(FunctionalMetadataModelFields);\r\n\r\nexport const IdentityDomainModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n parties: \"parties\",\r\n} as const;\r\n\r\nexport const IdentityDomainModelFieldsAll = Object.values(IdentityDomainModelFields);\r\n\r\nexport const IdentityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n identifier: \"identifier\",\r\n identityDomain: \"identityDomain\",\r\n} as const;\r\n\r\nexport const IdentityModelFieldsAll = Object.values(IdentityModelFields);\r\n\r\nexport const InformationObjectModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n identities: \"identities\",\r\n} as const;\r\n\r\nexport const InformationObjectModelFieldsAll = Object.values(InformationObjectModelFields);\r\n\r\nexport const InformationSubjectCollectionModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectCollectionModelFieldsAll = Object.values(InformationSubjectCollectionModelFields);\r\n\r\nexport const InformationSubjectConformityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectConformityModelFieldsAll = Object.values(InformationSubjectConformityModelFields);\r\n\r\nexport const InformationSubjectFormalityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectFormalityModelFieldsAll = Object.values(InformationSubjectFormalityModelFields);\r\n\r\nexport const InformationSubjectFunctionalityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectFunctionalityModelFieldsAll = Object.values(InformationSubjectFunctionalityModelFields);\r\n\r\nexport const InformationSubjectModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectModelFieldsAll = Object.values(InformationSubjectModelFields);\r\n\r\nexport const InformationSubjectProcessModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectProcessModelFieldsAll = Object.values(InformationSubjectProcessModelFields);\r\n\r\nexport const InformationSubjectSafetyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectSafetyModelFieldsAll = Object.values(InformationSubjectSafetyModelFields);\r\n\r\nexport const InformationSubjectSafetyWarningMessageModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectSafetyWarningMessageModelFieldsAll = Object.values(InformationSubjectSafetyWarningMessageModelFields);\r\n\r\nexport const InformationSubjectTechnicalDataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectTechnicalDataModelFieldsAll = Object.values(InformationSubjectTechnicalDataModelFields);\r\n\r\nexport const InformationSubjectTechnicalOverviewModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectTechnicalOverviewModelFieldsAll = Object.values(InformationSubjectTechnicalOverviewModelFields);\r\n\r\nexport const InformationTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationTypeModelFieldsAll = Object.values(InformationTypeModelFields);\r\n\r\nexport const InformationUnitModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const InformationUnitModelFieldsAll = Object.values(InformationUnitModelFields);\r\n\r\nexport const OwlClassModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n} as const;\r\n\r\nexport const OwlClassModelFieldsAll = Object.values(OwlClassModelFields);\r\n\r\nexport const PackageModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n iirdsVersion: \"iirdsVersion\",\r\n formatRestriction: \"formatRestriction\",\r\n directories: \"directories\",\r\n} as const;\r\n\r\nexport const PackageModelFieldsAll = Object.values(PackageModelFields);\r\n\r\nexport const PartyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n partyRole: \"partyRole\",\r\n vcard: \"vcard\",\r\n} as const;\r\n\r\nexport const PartyModelFieldsAll = Object.values(PartyModelFields);\r\n\r\nexport const PartyRoleModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const PartyRoleModelFieldsAll = Object.values(PartyRoleModelFields);\r\n\r\nexport const PlanningDownTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningDownTimeModelFieldsAll = Object.values(PlanningDownTimeModelFields);\r\n\r\nexport const PlanningMaintenanceIntervalModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n frequency: \"frequency\",\r\n} as const;\r\n\r\nexport const PlanningMaintenanceIntervalModelFieldsAll = Object.values(PlanningMaintenanceIntervalModelFields);\r\n\r\nexport const PlanningSetupTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningSetupTimeModelFieldsAll = Object.values(PlanningSetupTimeModelFields);\r\n\r\nexport const PlanningTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningTimeModelFieldsAll = Object.values(PlanningTimeModelFields);\r\n\r\nexport const PlanningWorkingTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningWorkingTimeModelFieldsAll = Object.values(PlanningWorkingTimeModelFields);\r\n\r\nexport const ProductFeatureModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductFeatureModelFieldsAll = Object.values(ProductFeatureModelFields);\r\n\r\nexport const ProductFunctionModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductFunctionModelFieldsAll = Object.values(ProductFunctionModelFields);\r\n\r\nexport const ProductLcpAfterUseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpAfterUseModelFieldsAll = Object.values(ProductLcpAfterUseModelFields);\r\n\r\nexport const ProductLcpDesignAndRealizationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpDesignAndRealizationModelFieldsAll = Object.values(ProductLcpDesignAndRealizationModelFields);\r\n\r\nexport const ProductLcpPuttingToUseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpPuttingToUseModelFieldsAll = Object.values(ProductLcpPuttingToUseModelFields);\r\n\r\nexport const ProductLcpUseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpUseModelFieldsAll = Object.values(ProductLcpUseModelFields);\r\n\r\nexport const ProductLifeCyclePhaseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLifeCyclePhaseModelFieldsAll = Object.values(ProductLifeCyclePhaseModelFields);\r\n\r\nexport const ProductMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductMetadataModelFieldsAll = Object.values(ProductMetadataModelFields);\r\n\r\nexport const ProductPropertyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductPropertyModelFieldsAll = Object.values(ProductPropertyModelFields);\r\n\r\nexport const ProductVariantModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n identities: \"identities\",\r\n parties: \"parties\",\r\n} as const;\r\n\r\nexport const ProductVariantModelFieldsAll = Object.values(ProductVariantModelFields);\r\n\r\nexport const QualificationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const QualificationModelFieldsAll = Object.values(QualificationModelFields);\r\n\r\nexport const QualificationRoleModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const QualificationRoleModelFieldsAll = Object.values(QualificationRoleModelFields);\r\n\r\nexport const QualificationSkillLevelModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const QualificationSkillLevelModelFieldsAll = Object.values(QualificationSkillLevelModelFields);\r\n\r\nexport const RenditionModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n source: \"source\",\r\n format: \"format\",\r\n identities: \"identities\",\r\n selectors: \"selectors\",\r\n informationUnits: \"informationUnits\",\r\n} as const;\r\n\r\nexport const RenditionModelFieldsAll = Object.values(RenditionModelFields);\r\n\r\nexport const RenditionSelectorModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n} as const;\r\n\r\nexport const RenditionSelectorModelFieldsAll = Object.values(RenditionSelectorModelFields);\r\n\r\nexport const SupplyConsumableModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyConsumableModelFieldsAll = Object.values(SupplyConsumableModelFields);\r\n\r\nexport const SupplyHardwareToolModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyHardwareToolModelFieldsAll = Object.values(SupplyHardwareToolModelFields);\r\n\r\nexport const SupplyLubricantModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyLubricantModelFieldsAll = Object.values(SupplyLubricantModelFields);\r\n\r\nexport const SupplyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyModelFieldsAll = Object.values(SupplyModelFields);\r\n\r\nexport const SupplyOperatingModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyOperatingModelFieldsAll = Object.values(SupplyOperatingModelFields);\r\n\r\nexport const SupplySparePartModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplySparePartModelFieldsAll = Object.values(SupplySparePartModelFields);\r\n\r\nexport const TopicModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const TopicModelFieldsAll = Object.values(TopicModelFields);\r\n\r\nexport const TopicTypeConceptModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeConceptModelFieldsAll = Object.values(TopicTypeConceptModelFields);\r\n\r\nexport const TopicTypeFormModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeFormModelFieldsAll = Object.values(TopicTypeFormModelFields);\r\n\r\nexport const TopicTypeLearningModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeLearningModelFieldsAll = Object.values(TopicTypeLearningModelFields);\r\n\r\nexport const TopicTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeModelFieldsAll = Object.values(TopicTypeModelFields);\r\n\r\nexport const TopicTypeReferenceModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeReferenceModelFieldsAll = Object.values(TopicTypeReferenceModelFields);\r\n\r\nexport const TopicTypeTaskModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeTaskModelFieldsAll = Object.values(TopicTypeTaskModelFields);\r\n\r\nexport const TopicTypeTroubleShootingModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeTroubleShootingModelFieldsAll = Object.values(TopicTypeTroubleShootingModelFields);\r\n\r\nexport const VCardCalendarModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n source: \"source\",\r\n} as const;\r\n\r\nexport const VCardCalendarModelFieldsAll = Object.values(VCardCalendarModelFields);\r\n\r\nexport const VCardGroupModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n members: \"members\",\r\n} as const;\r\n\r\nexport const VCardGroupModelFieldsAll = Object.values(VCardGroupModelFields);\r\n\r\nexport const VCardImageModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n classes: \"classes\",\r\n value: \"value\",\r\n source: \"source\",\r\n} as const;\r\n\r\nexport const VCardImageModelFieldsAll = Object.values(VCardImageModelFields);\r\n\r\nexport const VCardIndividualModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n title: \"title\",\r\n role: \"role\",\r\n gender: \"gender\",\r\n} as const;\r\n\r\nexport const VCardIndividualModelFieldsAll = Object.values(VCardIndividualModelFields);\r\n\r\nexport const VCardInfoModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n classes: \"classes\",\r\n types: \"types\",\r\n value: \"value\",\r\n countryName: \"countryName\",\r\n locality: \"locality\",\r\n postalCode: \"postalCode\",\r\n streetAddress: \"streetAddress\",\r\n} as const;\r\n\r\nexport const VCardInfoModelFieldsAll = Object.values(VCardInfoModelFields);\r\n\r\nexport const VCardLocationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n members: \"members\",\r\n} as const;\r\n\r\nexport const VCardLocationModelFieldsAll = Object.values(VCardLocationModelFields);\r\n\r\nexport const VCardModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n} as const;\r\n\r\nexport const VCardModelFieldsAll = Object.values(VCardModelFields);\r\n\r\nexport const VCardOrganizationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n organizationName: \"organizationName\",\r\n organizationUnit: \"organizationUnit\",\r\n members: \"members\",\r\n logos: \"logos\",\r\n} as const;\r\n\r\nexport const VCardOrganizationModelFieldsAll = Object.values(VCardOrganizationModelFields);\r\n"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../src/index.ts","../src/generated/model-fields.ts"],"sourcesContent":["export * from \"./generated/model-fields\";\r\n\r\nexport const ALL = \"*\";\r\n\r\nexport const LOG_CATEGORIES = [\r\n \"NoLicense\",\r\n \"Scenario\",\r\n \"Favorites\",\r\n \"Subscription\",\r\n \"Share\",\r\n \"Document\",\r\n \"Search\",\r\n \"History\",\r\n \"Notification\",\r\n \"UserProfile\",\r\n] as const;\r\n\r\nexport const LOG_LEVELS = {\r\n critical: 2,\r\n error: 3,\r\n warning: 4,\r\n info: 6,\r\n debug: 7,\r\n} as const;\r\n\r\nexport const RESULT_VIEW_STYLES = [\r\n \"information-unit-search-results-cards\",\r\n \"information-unit-search-results-table\",\r\n \"information-unit-search-results-card-list\",\r\n] as const;\r\n\r\nexport const API = {\r\n MAX_RETRY: 3,\r\n API_TIMEOUT: 10000,\r\n RETRY_DELAY: 500,\r\n API_HEADERS: {\r\n \"content-Type\": \"application/json\",\r\n },\r\n};\r\n\r\nexport const SDK_CONFIG_KEY = \"crex-sdk-config\";\r\n\r\n/** Cookie name for the persisted search-settings store (language, wildcard, operator, like). */\r\nexport const SEARCH_SETTINGS_COOKIE_NAME = \"c-rex-search-settings\";\r\n\r\n/** Cookie name for the persisted UI-preferences store (theme, font scale, exclude properties). */\r\nexport const UI_PREFERENCES_COOKIE_NAME = \"c-rex-ui-preferences\";\r\n\r\nexport const UI_LANG_KEY = \"UI_LANG_KEY\";\r\nexport const CONTENT_LANG_KEY = \"CONTENT_LANG_KEY\";\r\n\r\nexport const FLAGS_BY_LANG = {\r\n en: \"US\",\r\n de: \"DE\",\r\n};\r\n\r\nexport const DEFAULT_LANG = \"en-US\";\r\n\r\nexport const EN_LANG = \"en\";\r\n\r\nexport const UI_LANG_OPTIONS = [\"en-us\", \"de-de\"];\r\n\r\n/** Env var name: single IDS Restrict selector appended to every request. */\r\nexport const CREX_GLOBAL_RESTRICTION_ENV = \"CREX_GLOBAL_RESTRICTION\";\r\n\r\n/** Env var name: default content language override. */\r\nexport const CREX_DEFAULT_LANGUAGE_ENV = \"CREX_DEFAULT_LANGUAGE\";\r\n\r\nexport const TOPICS_TYPE_AND_LINK = \"topics\";\r\nexport const BLOG_TYPE_AND_LINK = \"blog\";\r\nexport const DOCUMENTS_TYPE_AND_LINK = \"documents\";\r\n\r\nexport const TOPIC = \"TOPIC\";\r\nexport const DOCUMENT = \"DOCUMENT\";\r\nexport const PACKAGE = \"PACKAGE\";\r\nexport const FRAGMENT = \"FRAGMENT\";\r\n\r\nexport const RESULT_TYPES = {\r\n TOPIC: TOPIC,\r\n DOCUMENT: DOCUMENT,\r\n PACKAGE: PACKAGE,\r\n FRAGMENT: FRAGMENT,\r\n} as const;\r\n\r\nexport const FILES_EXTENSIONS = {\r\n PDF: \"application/pdf\",\r\n HTML: \"text/html\",\r\n} as const;\r\n\r\nexport const DEFAULT_COOKIE_LIMIT = 30 * 24 * 60 * 60 * 1000; // 30 days in milliseconds\r\n\r\nexport const ICONS_BY_FILE_EXTENSION = {\r\n \"application/pdf\": \"FaFilePdf\",\r\n} as const;\r\n\r\nexport const DEFAULT_ICON = \"file\";\r\n\r\n/** Link rel values exposed on rendition resource links by the IDS API. */\r\nexport const RENDITION_LINK_RELS = {\r\n VIEW: \"view\",\r\n DOWNLOAD: \"download\",\r\n} as const;\r\n\r\nexport const CREX_TOKEN_HEADER_KEY = \"crex-token\";\r\n\r\nexport const POST_LOGOUT_RETURN_TO_KEY = \"crex-post-logout-return-to\";\r\n\r\n/** Valid values for CREX_TOKEN_SOURCE — where the Bearer used by CrexApi comes from. */\r\nexport const TOKEN_SOURCES = {\r\n CLIENT_CREDENTIALS: \"client-credentials\",\r\n USER_LOGIN: \"user-login\",\r\n} as const;\r\n\r\nexport const WILD_CARD_OPTIONS = {\r\n BOTH: \"BOTH\",\r\n END: \"END\",\r\n START: \"START\",\r\n NONE: \"NONE\",\r\n} as const;\r\n\r\nexport const OPERATOR_OPTIONS = {\r\n AND: \"AND\",\r\n OR: \"OR\",\r\n} as const;\r\n\r\nexport const ARTICLE_PAGE_LAYOUT = {\r\n BLOG: \"BLOG\",\r\n DOCUMENT: \"DOCUMENT\",\r\n} as const;\r\n\r\nexport const DEVICE_OPTIONS = {\r\n MOBILE: \"mobile\",\r\n TABLET: \"tablet\",\r\n DESKTOP: \"desktop\",\r\n};\r\nexport const BREAKPOINTS = {\r\n sm: 640,\r\n md: 768,\r\n lg: 1024,\r\n xl: 1280,\r\n \"2xl\": 1536,\r\n};\r\n\r\nexport const MARKER_COLORS = [\r\n \"red-500\",\r\n \"orange-500\",\r\n \"yellow-400\",\r\n \"green-500\",\r\n \"teal-500\",\r\n \"blue-500\",\r\n \"sky-500\",\r\n \"purple-500\",\r\n \"pink-500\",\r\n \"gray-500\",\r\n \"neutral-800\",\r\n \"cyan-500\",\r\n \"lime-500\",\r\n \"amber-500\",\r\n \"indigo-500\",\r\n];\r\n","/**\r\n * Auto-generated from OpenAPI spec\r\n * Source: https://staging.c-rex.net/ids/api/swagger/v1/swagger.json\r\n * Generated: 2026-02-28T18:07:46.988Z\r\n * Do not edit manually\r\n */\r\n\r\n// Field constants for compile-time validation of Fields query parameter\r\n\r\nexport const AdministrativeMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const AdministrativeMetadataModelFieldsAll = Object.values(AdministrativeMetadataModelFields);\r\n\r\nexport const AuditStateModelFields = {\r\n id: \"id\",\r\n state: \"state\",\r\n} as const;\r\n\r\nexport const AuditStateModelFieldsAll = Object.values(AuditStateModelFields);\r\n\r\nexport const AuthStateModelFields = {\r\n state: \"state\",\r\n licenses: \"licenses\",\r\n roles: \"roles\",\r\n} as const;\r\n\r\nexport const AuthStateModelFieldsAll = Object.values(AuthStateModelFields);\r\n\r\nexport const CategoryModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n parents: \"parents\",\r\n ancestors: \"ancestors\",\r\n ancestorsOrSelf: \"ancestorsOrSelf\",\r\n categories: \"categories\",\r\n} as const;\r\n\r\nexport const CategoryModelFieldsAll = Object.values(CategoryModelFields);\r\n\r\nexport const ComponentModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n productGraphic: \"productGraphic\",\r\n titles: \"titles\",\r\n parents: \"parents\",\r\n ancestors: \"ancestors\",\r\n ancestorsOrSelf: \"ancestorsOrSelf\",\r\n components: \"components\",\r\n identities: \"identities\",\r\n parties: \"parties\",\r\n informationUnits: \"informationUnits\",\r\n seeAlso: \"seeAlso\",\r\n} as const;\r\n\r\nexport const ComponentModelFieldsAll = Object.values(ComponentModelFields);\r\n\r\nexport const ContentLifeCycleStatusModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n dateOfEffect: \"dateOfEffect\",\r\n dateOfExpiry: \"dateOfExpiry\",\r\n dateOfStatus: \"dateOfStatus\",\r\n purpose: \"purpose\",\r\n value: \"value\",\r\n parties: \"parties\",\r\n} as const;\r\n\r\nexport const ContentLifeCycleStatusModelFieldsAll = Object.values(ContentLifeCycleStatusModelFields);\r\n\r\nexport const ContentLifeCycleStatusValueModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ContentLifeCycleStatusValueModelFieldsAll = Object.values(ContentLifeCycleStatusValueModelFields);\r\n\r\nexport const DirectoryNodeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n structureType: \"structureType\",\r\n parents: \"parents\",\r\n ancestors: \"ancestors\",\r\n ancestorsOrSelf: \"ancestorsOrSelf\",\r\n childNodes: \"childNodes\",\r\n informationUnits: \"informationUnits\",\r\n} as const;\r\n\r\nexport const DirectoryNodeModelFieldsAll = Object.values(DirectoryNodeModelFields);\r\n\r\nexport const DirectoryNodeTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const DirectoryNodeTypeModelFieldsAll = Object.values(DirectoryNodeTypeModelFields);\r\n\r\nexport const DocumentModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const DocumentModelFieldsAll = Object.values(DocumentModelFields);\r\n\r\nexport const DocumentTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const DocumentTypeModelFieldsAll = Object.values(DocumentTypeModelFields);\r\n\r\nexport const DocumentationMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const DocumentationMetadataModelFieldsAll = Object.values(DocumentationMetadataModelFields);\r\n\r\nexport const DomainEntityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n} as const;\r\n\r\nexport const DomainEntityModelFieldsAll = Object.values(DomainEntityModelFields);\r\n\r\nexport const EventModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n eventCode: \"eventCode\",\r\n eventType: \"eventType\",\r\n} as const;\r\n\r\nexport const EventModelFieldsAll = Object.values(EventModelFields);\r\n\r\nexport const ExternalProductGraphicModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const ExternalProductGraphicModelFieldsAll = Object.values(ExternalProductGraphicModelFields);\r\n\r\nexport const ExternalProductOntologyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n itemNumbers: \"itemNumbers\",\r\n productSeries: \"productSeries\",\r\n productModels: \"productModels\",\r\n productNames: \"productNames\",\r\n products: \"products\",\r\n} as const;\r\n\r\nexport const ExternalProductOntologyModelFieldsAll = Object.values(ExternalProductOntologyModelFields);\r\n\r\nexport const FragmentModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const FragmentModelFieldsAll = Object.values(FragmentModelFields);\r\n\r\nexport const FunctionalMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const FunctionalMetadataModelFieldsAll = Object.values(FunctionalMetadataModelFields);\r\n\r\nexport const IdentityDomainModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n parties: \"parties\",\r\n} as const;\r\n\r\nexport const IdentityDomainModelFieldsAll = Object.values(IdentityDomainModelFields);\r\n\r\nexport const IdentityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n identifier: \"identifier\",\r\n identityDomain: \"identityDomain\",\r\n} as const;\r\n\r\nexport const IdentityModelFieldsAll = Object.values(IdentityModelFields);\r\n\r\nexport const InformationObjectModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n identities: \"identities\",\r\n} as const;\r\n\r\nexport const InformationObjectModelFieldsAll = Object.values(InformationObjectModelFields);\r\n\r\nexport const InformationSubjectCollectionModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectCollectionModelFieldsAll = Object.values(InformationSubjectCollectionModelFields);\r\n\r\nexport const InformationSubjectConformityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectConformityModelFieldsAll = Object.values(InformationSubjectConformityModelFields);\r\n\r\nexport const InformationSubjectFormalityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectFormalityModelFieldsAll = Object.values(InformationSubjectFormalityModelFields);\r\n\r\nexport const InformationSubjectFunctionalityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectFunctionalityModelFieldsAll = Object.values(InformationSubjectFunctionalityModelFields);\r\n\r\nexport const InformationSubjectModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectModelFieldsAll = Object.values(InformationSubjectModelFields);\r\n\r\nexport const InformationSubjectProcessModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectProcessModelFieldsAll = Object.values(InformationSubjectProcessModelFields);\r\n\r\nexport const InformationSubjectSafetyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectSafetyModelFieldsAll = Object.values(InformationSubjectSafetyModelFields);\r\n\r\nexport const InformationSubjectSafetyWarningMessageModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectSafetyWarningMessageModelFieldsAll = Object.values(InformationSubjectSafetyWarningMessageModelFields);\r\n\r\nexport const InformationSubjectTechnicalDataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectTechnicalDataModelFieldsAll = Object.values(InformationSubjectTechnicalDataModelFields);\r\n\r\nexport const InformationSubjectTechnicalOverviewModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectTechnicalOverviewModelFieldsAll = Object.values(InformationSubjectTechnicalOverviewModelFields);\r\n\r\nexport const InformationTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationTypeModelFieldsAll = Object.values(InformationTypeModelFields);\r\n\r\nexport const InformationUnitModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const InformationUnitModelFieldsAll = Object.values(InformationUnitModelFields);\r\n\r\nexport const OwlClassModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n} as const;\r\n\r\nexport const OwlClassModelFieldsAll = Object.values(OwlClassModelFields);\r\n\r\nexport const PackageModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n iirdsVersion: \"iirdsVersion\",\r\n formatRestriction: \"formatRestriction\",\r\n directories: \"directories\",\r\n} as const;\r\n\r\nexport const PackageModelFieldsAll = Object.values(PackageModelFields);\r\n\r\nexport const PartyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n partyRole: \"partyRole\",\r\n vcard: \"vcard\",\r\n} as const;\r\n\r\nexport const PartyModelFieldsAll = Object.values(PartyModelFields);\r\n\r\nexport const PartyRoleModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const PartyRoleModelFieldsAll = Object.values(PartyRoleModelFields);\r\n\r\nexport const PlanningDownTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningDownTimeModelFieldsAll = Object.values(PlanningDownTimeModelFields);\r\n\r\nexport const PlanningMaintenanceIntervalModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n frequency: \"frequency\",\r\n} as const;\r\n\r\nexport const PlanningMaintenanceIntervalModelFieldsAll = Object.values(PlanningMaintenanceIntervalModelFields);\r\n\r\nexport const PlanningSetupTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningSetupTimeModelFieldsAll = Object.values(PlanningSetupTimeModelFields);\r\n\r\nexport const PlanningTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningTimeModelFieldsAll = Object.values(PlanningTimeModelFields);\r\n\r\nexport const PlanningWorkingTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningWorkingTimeModelFieldsAll = Object.values(PlanningWorkingTimeModelFields);\r\n\r\nexport const ProductFeatureModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductFeatureModelFieldsAll = Object.values(ProductFeatureModelFields);\r\n\r\nexport const ProductFunctionModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductFunctionModelFieldsAll = Object.values(ProductFunctionModelFields);\r\n\r\nexport const ProductLcpAfterUseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpAfterUseModelFieldsAll = Object.values(ProductLcpAfterUseModelFields);\r\n\r\nexport const ProductLcpDesignAndRealizationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpDesignAndRealizationModelFieldsAll = Object.values(ProductLcpDesignAndRealizationModelFields);\r\n\r\nexport const ProductLcpPuttingToUseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpPuttingToUseModelFieldsAll = Object.values(ProductLcpPuttingToUseModelFields);\r\n\r\nexport const ProductLcpUseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpUseModelFieldsAll = Object.values(ProductLcpUseModelFields);\r\n\r\nexport const ProductLifeCyclePhaseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLifeCyclePhaseModelFieldsAll = Object.values(ProductLifeCyclePhaseModelFields);\r\n\r\nexport const ProductMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductMetadataModelFieldsAll = Object.values(ProductMetadataModelFields);\r\n\r\nexport const ProductPropertyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductPropertyModelFieldsAll = Object.values(ProductPropertyModelFields);\r\n\r\nexport const ProductVariantModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n identities: \"identities\",\r\n parties: \"parties\",\r\n} as const;\r\n\r\nexport const ProductVariantModelFieldsAll = Object.values(ProductVariantModelFields);\r\n\r\nexport const QualificationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const QualificationModelFieldsAll = Object.values(QualificationModelFields);\r\n\r\nexport const QualificationRoleModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const QualificationRoleModelFieldsAll = Object.values(QualificationRoleModelFields);\r\n\r\nexport const QualificationSkillLevelModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const QualificationSkillLevelModelFieldsAll = Object.values(QualificationSkillLevelModelFields);\r\n\r\nexport const RenditionModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n source: \"source\",\r\n format: \"format\",\r\n identities: \"identities\",\r\n selectors: \"selectors\",\r\n informationUnits: \"informationUnits\",\r\n} as const;\r\n\r\nexport const RenditionModelFieldsAll = Object.values(RenditionModelFields);\r\n\r\nexport const RenditionSelectorModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n} as const;\r\n\r\nexport const RenditionSelectorModelFieldsAll = Object.values(RenditionSelectorModelFields);\r\n\r\nexport const SupplyConsumableModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyConsumableModelFieldsAll = Object.values(SupplyConsumableModelFields);\r\n\r\nexport const SupplyHardwareToolModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyHardwareToolModelFieldsAll = Object.values(SupplyHardwareToolModelFields);\r\n\r\nexport const SupplyLubricantModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyLubricantModelFieldsAll = Object.values(SupplyLubricantModelFields);\r\n\r\nexport const SupplyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyModelFieldsAll = Object.values(SupplyModelFields);\r\n\r\nexport const SupplyOperatingModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyOperatingModelFieldsAll = Object.values(SupplyOperatingModelFields);\r\n\r\nexport const SupplySparePartModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplySparePartModelFieldsAll = Object.values(SupplySparePartModelFields);\r\n\r\nexport const TopicModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const TopicModelFieldsAll = Object.values(TopicModelFields);\r\n\r\nexport const TopicTypeConceptModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeConceptModelFieldsAll = Object.values(TopicTypeConceptModelFields);\r\n\r\nexport const TopicTypeFormModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeFormModelFieldsAll = Object.values(TopicTypeFormModelFields);\r\n\r\nexport const TopicTypeLearningModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeLearningModelFieldsAll = Object.values(TopicTypeLearningModelFields);\r\n\r\nexport const TopicTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeModelFieldsAll = Object.values(TopicTypeModelFields);\r\n\r\nexport const TopicTypeReferenceModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeReferenceModelFieldsAll = Object.values(TopicTypeReferenceModelFields);\r\n\r\nexport const TopicTypeTaskModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeTaskModelFieldsAll = Object.values(TopicTypeTaskModelFields);\r\n\r\nexport const TopicTypeTroubleShootingModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeTroubleShootingModelFieldsAll = Object.values(TopicTypeTroubleShootingModelFields);\r\n\r\nexport const VCardCalendarModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n source: \"source\",\r\n} as const;\r\n\r\nexport const VCardCalendarModelFieldsAll = Object.values(VCardCalendarModelFields);\r\n\r\nexport const VCardGroupModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n members: \"members\",\r\n} as const;\r\n\r\nexport const VCardGroupModelFieldsAll = Object.values(VCardGroupModelFields);\r\n\r\nexport const VCardImageModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n classes: \"classes\",\r\n value: \"value\",\r\n source: \"source\",\r\n} as const;\r\n\r\nexport const VCardImageModelFieldsAll = Object.values(VCardImageModelFields);\r\n\r\nexport const VCardIndividualModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n title: \"title\",\r\n role: \"role\",\r\n gender: \"gender\",\r\n} as const;\r\n\r\nexport const VCardIndividualModelFieldsAll = Object.values(VCardIndividualModelFields);\r\n\r\nexport const VCardInfoModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n classes: \"classes\",\r\n types: \"types\",\r\n value: \"value\",\r\n countryName: \"countryName\",\r\n locality: \"locality\",\r\n postalCode: \"postalCode\",\r\n streetAddress: \"streetAddress\",\r\n} as const;\r\n\r\nexport const VCardInfoModelFieldsAll = Object.values(VCardInfoModelFields);\r\n\r\nexport const VCardLocationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n members: \"members\",\r\n} as const;\r\n\r\nexport const VCardLocationModelFieldsAll = Object.values(VCardLocationModelFields);\r\n\r\nexport const VCardModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n} as const;\r\n\r\nexport const VCardModelFieldsAll = Object.values(VCardModelFields);\r\n\r\nexport const VCardOrganizationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n organizationName: \"organizationName\",\r\n organizationUnit: \"organizationUnit\",\r\n members: \"members\",\r\n logos: \"logos\",\r\n} as const;\r\n\r\nexport const VCardOrganizationModelFieldsAll = Object.values(VCardOrganizationModelFields);\r\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACSO,IAAM,oCAAoC;AAAA,EAC7C,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,uCAAuC,OAAO,OAAO,iCAAiC;AAE5F,IAAM,wBAAwB;AAAA,EACjC,IAAI;AAAA,EACJ,OAAO;AACX;AAEO,IAAM,2BAA2B,OAAO,OAAO,qBAAqB;AAEpE,IAAM,uBAAuB;AAAA,EAChC,OAAO;AAAA,EACP,UAAU;AAAA,EACV,OAAO;AACX;AAEO,IAAM,0BAA0B,OAAO,OAAO,oBAAoB;AAElE,IAAM,sBAAsB;AAAA,EAC/B,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,SAAS;AAAA,EACT,WAAW;AAAA,EACX,iBAAiB;AAAA,EACjB,YAAY;AAChB;AAEO,IAAM,yBAAyB,OAAO,OAAO,mBAAmB;AAEhE,IAAM,uBAAuB;AAAA,EAChC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,gBAAgB;AAAA,EAChB,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AAAA,EACX,iBAAiB;AAAA,EACjB,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,SAAS;AAAA,EACT,kBAAkB;AAAA,EAClB,SAAS;AACb;AAEO,IAAM,0BAA0B,OAAO,OAAO,oBAAoB;AAElE,IAAM,oCAAoC;AAAA,EAC7C,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,cAAc;AAAA,EACd,cAAc;AAAA,EACd,cAAc;AAAA,EACd,SAAS;AAAA,EACT,OAAO;AAAA,EACP,SAAS;AACb;AAEO,IAAM,uCAAuC,OAAO,OAAO,iCAAiC;AAE5F,IAAM,yCAAyC;AAAA,EAClD,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,4CAA4C,OAAO,OAAO,sCAAsC;AAEtG,IAAM,2BAA2B;AAAA,EACpC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,eAAe;AAAA,EACf,SAAS;AAAA,EACT,WAAW;AAAA,EACX,iBAAiB;AAAA,EACjB,YAAY;AAAA,EACZ,kBAAkB;AACtB;AAEO,IAAM,8BAA8B,OAAO,OAAO,wBAAwB;AAE1E,IAAM,+BAA+B;AAAA,EACxC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,kCAAkC,OAAO,OAAO,4BAA4B;AAElF,IAAM,sBAAsB;AAAA,EAC/B,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AAAA,EACV,SAAS;AAAA,EACT,UAAU;AAAA,EACV,UAAU;AAAA,EACV,UAAU;AAAA,EACV,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,qBAAqB;AAAA,EACrB,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,wBAAwB;AAAA,EACxB,oBAAoB;AAAA,EACpB,eAAe;AAAA,EACf,QAAQ;AAAA,EACR,oBAAoB;AAAA,EACpB,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,wBAAwB;AAAA,EACxB,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,UAAU;AACd;AAEO,IAAM,yBAAyB,OAAO,OAAO,mBAAmB;AAEhE,IAAM,0BAA0B;AAAA,EACnC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,6BAA6B,OAAO,OAAO,uBAAuB;AAExE,IAAM,mCAAmC;AAAA,EAC5C,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,sCAAsC,OAAO,OAAO,gCAAgC;AAE1F,IAAM,0BAA0B;AAAA,EACnC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AACzB;AAEO,IAAM,6BAA6B,OAAO,OAAO,uBAAuB;AAExE,IAAM,mBAAmB;AAAA,EAC5B,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,WAAW;AAAA,EACX,WAAW;AACf;AAEO,IAAM,sBAAsB,OAAO,OAAO,gBAAgB;AAE1D,IAAM,oCAAoC;AAAA,EAC7C,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AAAA,EACV,SAAS;AAAA,EACT,UAAU;AAAA,EACV,UAAU;AAAA,EACV,UAAU;AAAA,EACV,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,qBAAqB;AAAA,EACrB,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,wBAAwB;AAAA,EACxB,oBAAoB;AAAA,EACpB,eAAe;AAAA,EACf,QAAQ;AAAA,EACR,oBAAoB;AAAA,EACpB,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,wBAAwB;AAAA,EACxB,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,UAAU;AACd;AAEO,IAAM,uCAAuC,OAAO,OAAO,iCAAiC;AAE5F,IAAM,qCAAqC;AAAA,EAC9C,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,aAAa;AAAA,EACb,eAAe;AAAA,EACf,eAAe;AAAA,EACf,cAAc;AAAA,EACd,UAAU;AACd;AAEO,IAAM,wCAAwC,OAAO,OAAO,kCAAkC;AAE9F,IAAM,sBAAsB;AAAA,EAC/B,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AAAA,EACV,SAAS;AAAA,EACT,UAAU;AAAA,EACV,UAAU;AAAA,EACV,UAAU;AAAA,EACV,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,qBAAqB;AAAA,EACrB,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,wBAAwB;AAAA,EACxB,oBAAoB;AAAA,EACpB,eAAe;AAAA,EACf,QAAQ;AAAA,EACR,oBAAoB;AAAA,EACpB,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,wBAAwB;AAAA,EACxB,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,UAAU;AACd;AAEO,IAAM,yBAAyB,OAAO,OAAO,mBAAmB;AAEhE,IAAM,gCAAgC;AAAA,EACzC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,mCAAmC,OAAO,OAAO,6BAA6B;AAEpF,IAAM,4BAA4B;AAAA,EACrC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,SAAS;AACb;AAEO,IAAM,+BAA+B,OAAO,OAAO,yBAAyB;AAE5E,IAAM,sBAAsB;AAAA,EAC/B,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,YAAY;AAAA,EACZ,gBAAgB;AACpB;AAEO,IAAM,yBAAyB,OAAO,OAAO,mBAAmB;AAEhE,IAAM,+BAA+B;AAAA,EACxC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,YAAY;AAChB;AAEO,IAAM,kCAAkC,OAAO,OAAO,4BAA4B;AAElF,IAAM,0CAA0C;AAAA,EACnD,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,6CAA6C,OAAO,OAAO,uCAAuC;AAExG,IAAM,0CAA0C;AAAA,EACnD,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,6CAA6C,OAAO,OAAO,uCAAuC;AAExG,IAAM,yCAAyC;AAAA,EAClD,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,4CAA4C,OAAO,OAAO,sCAAsC;AAEtG,IAAM,6CAA6C;AAAA,EACtD,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,gDAAgD,OAAO,OAAO,0CAA0C;AAE9G,IAAM,gCAAgC;AAAA,EACzC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,mCAAmC,OAAO,OAAO,6BAA6B;AAEpF,IAAM,uCAAuC;AAAA,EAChD,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,0CAA0C,OAAO,OAAO,oCAAoC;AAElG,IAAM,sCAAsC;AAAA,EAC/C,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,yCAAyC,OAAO,OAAO,mCAAmC;AAEhG,IAAM,oDAAoD;AAAA,EAC7D,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,uDAAuD,OAAO,OAAO,iDAAiD;AAE5H,IAAM,6CAA6C;AAAA,EACtD,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,gDAAgD,OAAO,OAAO,0CAA0C;AAE9G,IAAM,iDAAiD;AAAA,EAC1D,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,oDAAoD,OAAO,OAAO,8CAA8C;AAEtH,IAAM,6BAA6B;AAAA,EACtC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,gCAAgC,OAAO,OAAO,0BAA0B;AAE9E,IAAM,6BAA6B;AAAA,EACtC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AAAA,EACV,SAAS;AAAA,EACT,UAAU;AAAA,EACV,UAAU;AAAA,EACV,UAAU;AAAA,EACV,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,qBAAqB;AAAA,EACrB,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,wBAAwB;AAAA,EACxB,oBAAoB;AAAA,EACpB,eAAe;AAAA,EACf,QAAQ;AAAA,EACR,oBAAoB;AAAA,EACpB,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,wBAAwB;AAAA,EACxB,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,UAAU;AACd;AAEO,IAAM,gCAAgC,OAAO,OAAO,0BAA0B;AAE9E,IAAM,sBAAsB;AAAA,EAC/B,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AACzB;AAEO,IAAM,yBAAyB,OAAO,OAAO,mBAAmB;AAEhE,IAAM,qBAAqB;AAAA,EAC9B,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AAAA,EACV,SAAS;AAAA,EACT,UAAU;AAAA,EACV,UAAU;AAAA,EACV,UAAU;AAAA,EACV,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,qBAAqB;AAAA,EACrB,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,wBAAwB;AAAA,EACxB,oBAAoB;AAAA,EACpB,eAAe;AAAA,EACf,QAAQ;AAAA,EACR,oBAAoB;AAAA,EACpB,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,wBAAwB;AAAA,EACxB,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,UAAU;AAAA,EACV,cAAc;AAAA,EACd,mBAAmB;AAAA,EACnB,aAAa;AACjB;AAEO,IAAM,wBAAwB,OAAO,OAAO,kBAAkB;AAE9D,IAAM,mBAAmB;AAAA,EAC5B,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,WAAW;AAAA,EACX,OAAO;AACX;AAEO,IAAM,sBAAsB,OAAO,OAAO,gBAAgB;AAE1D,IAAM,uBAAuB;AAAA,EAChC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,0BAA0B,OAAO,OAAO,oBAAoB;AAElE,IAAM,8BAA8B;AAAA,EACvC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AACd;AAEO,IAAM,iCAAiC,OAAO,OAAO,2BAA2B;AAEhF,IAAM,yCAAyC;AAAA,EAClD,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AAAA,EACV,WAAW;AACf;AAEO,IAAM,4CAA4C,OAAO,OAAO,sCAAsC;AAEtG,IAAM,+BAA+B;AAAA,EACxC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AACd;AAEO,IAAM,kCAAkC,OAAO,OAAO,4BAA4B;AAElF,IAAM,0BAA0B;AAAA,EACnC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AACd;AAEO,IAAM,6BAA6B,OAAO,OAAO,uBAAuB;AAExE,IAAM,iCAAiC;AAAA,EAC1C,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AACd;AAEO,IAAM,oCAAoC,OAAO,OAAO,8BAA8B;AAEtF,IAAM,4BAA4B;AAAA,EACrC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,+BAA+B,OAAO,OAAO,yBAAyB;AAE5E,IAAM,6BAA6B;AAAA,EACtC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,gCAAgC,OAAO,OAAO,0BAA0B;AAE9E,IAAM,gCAAgC;AAAA,EACzC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,mCAAmC,OAAO,OAAO,6BAA6B;AAEpF,IAAM,4CAA4C;AAAA,EACrD,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,+CAA+C,OAAO,OAAO,yCAAyC;AAE5G,IAAM,oCAAoC;AAAA,EAC7C,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,uCAAuC,OAAO,OAAO,iCAAiC;AAE5F,IAAM,2BAA2B;AAAA,EACpC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,8BAA8B,OAAO,OAAO,wBAAwB;AAE1E,IAAM,mCAAmC;AAAA,EAC5C,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,sCAAsC,OAAO,OAAO,gCAAgC;AAE1F,IAAM,6BAA6B;AAAA,EACtC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,gCAAgC,OAAO,OAAO,0BAA0B;AAE9E,IAAM,6BAA6B;AAAA,EACtC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,gCAAgC,OAAO,OAAO,0BAA0B;AAE9E,IAAM,4BAA4B;AAAA,EACrC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,YAAY;AAAA,EACZ,SAAS;AACb;AAEO,IAAM,+BAA+B,OAAO,OAAO,yBAAyB;AAE5E,IAAM,2BAA2B;AAAA,EACpC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,8BAA8B,OAAO,OAAO,wBAAwB;AAE1E,IAAM,+BAA+B;AAAA,EACxC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,kCAAkC,OAAO,OAAO,4BAA4B;AAElF,IAAM,qCAAqC;AAAA,EAC9C,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,wCAAwC,OAAO,OAAO,kCAAkC;AAE9F,IAAM,uBAAuB;AAAA,EAChC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,kBAAkB;AACtB;AAEO,IAAM,0BAA0B,OAAO,OAAO,oBAAoB;AAElE,IAAM,+BAA+B;AAAA,EACxC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AACzB;AAEO,IAAM,kCAAkC,OAAO,OAAO,4BAA4B;AAElF,IAAM,8BAA8B;AAAA,EACvC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,iCAAiC,OAAO,OAAO,2BAA2B;AAEhF,IAAM,gCAAgC;AAAA,EACzC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,mCAAmC,OAAO,OAAO,6BAA6B;AAEpF,IAAM,6BAA6B;AAAA,EACtC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,gCAAgC,OAAO,OAAO,0BAA0B;AAE9E,IAAM,oBAAoB;AAAA,EAC7B,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,uBAAuB,OAAO,OAAO,iBAAiB;AAE5D,IAAM,6BAA6B;AAAA,EACtC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,gCAAgC,OAAO,OAAO,0BAA0B;AAE9E,IAAM,6BAA6B;AAAA,EACtC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,gCAAgC,OAAO,OAAO,0BAA0B;AAE9E,IAAM,mBAAmB;AAAA,EAC5B,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AAAA,EACV,SAAS;AAAA,EACT,UAAU;AAAA,EACV,UAAU;AAAA,EACV,UAAU;AAAA,EACV,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,qBAAqB;AAAA,EACrB,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,wBAAwB;AAAA,EACxB,oBAAoB;AAAA,EACpB,eAAe;AAAA,EACf,QAAQ;AAAA,EACR,oBAAoB;AAAA,EACpB,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,wBAAwB;AAAA,EACxB,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,UAAU;AACd;AAEO,IAAM,sBAAsB,OAAO,OAAO,gBAAgB;AAE1D,IAAM,8BAA8B;AAAA,EACvC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,iCAAiC,OAAO,OAAO,2BAA2B;AAEhF,IAAM,2BAA2B;AAAA,EACpC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,8BAA8B,OAAO,OAAO,wBAAwB;AAE1E,IAAM,+BAA+B;AAAA,EACxC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,kCAAkC,OAAO,OAAO,4BAA4B;AAElF,IAAM,uBAAuB;AAAA,EAChC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,0BAA0B,OAAO,OAAO,oBAAoB;AAElE,IAAM,gCAAgC;AAAA,EACzC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,mCAAmC,OAAO,OAAO,6BAA6B;AAEpF,IAAM,2BAA2B;AAAA,EACpC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,8BAA8B,OAAO,OAAO,wBAAwB;AAE1E,IAAM,sCAAsC;AAAA,EAC/C,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AACX;AAEO,IAAM,yCAAyC,OAAO,OAAO,mCAAmC;AAEhG,IAAM,2BAA2B;AAAA,EACpC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,QAAQ;AACZ;AAEO,IAAM,8BAA8B,OAAO,OAAO,wBAAwB;AAE1E,IAAM,wBAAwB;AAAA,EACjC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,WAAW;AAAA,EACX,MAAM;AAAA,EACN,SAAS;AACb;AAEO,IAAM,2BAA2B,OAAO,OAAO,qBAAqB;AAEpE,IAAM,wBAAwB;AAAA,EACjC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,SAAS;AAAA,EACT,OAAO;AAAA,EACP,QAAQ;AACZ;AAEO,IAAM,2BAA2B,OAAO,OAAO,qBAAqB;AAEpE,IAAM,6BAA6B;AAAA,EACtC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,WAAW;AAAA,EACX,MAAM;AAAA,EACN,OAAO;AAAA,EACP,MAAM;AAAA,EACN,QAAQ;AACZ;AAEO,IAAM,gCAAgC,OAAO,OAAO,0BAA0B;AAE9E,IAAM,uBAAuB;AAAA,EAChC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,aAAa;AAAA,EACb,UAAU;AAAA,EACV,YAAY;AAAA,EACZ,eAAe;AACnB;AAEO,IAAM,0BAA0B,OAAO,OAAO,oBAAoB;AAElE,IAAM,2BAA2B;AAAA,EACpC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,WAAW;AAAA,EACX,MAAM;AAAA,EACN,SAAS;AACb;AAEO,IAAM,8BAA8B,OAAO,OAAO,wBAAwB;AAE1E,IAAM,mBAAmB;AAAA,EAC5B,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,WAAW;AAAA,EACX,MAAM;AACV;AAEO,IAAM,sBAAsB,OAAO,OAAO,gBAAgB;AAE1D,IAAM,+BAA+B;AAAA,EACxC,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,qBAAqB;AAAA,EACrB,OAAO;AAAA,EACP,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,WAAW;AAAA,EACX,MAAM;AAAA,EACN,kBAAkB;AAAA,EAClB,kBAAkB;AAAA,EAClB,SAAS;AAAA,EACT,OAAO;AACX;AAEO,IAAM,kCAAkC,OAAO,OAAO,4BAA4B;;;ADr+ClF,IAAM,MAAM;AAEZ,IAAM,iBAAiB;AAAA,EAC5B;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;AAEO,IAAM,aAAa;AAAA,EACxB,UAAU;AAAA,EACV,OAAO;AAAA,EACP,SAAS;AAAA,EACT,MAAM;AAAA,EACN,OAAO;AACT;AAEO,IAAM,qBAAqB;AAAA,EAChC;AAAA,EACA;AAAA,EACA;AACF;AAEO,IAAM,MAAM;AAAA,EACjB,WAAW;AAAA,EACX,aAAa;AAAA,EACb,aAAa;AAAA,EACb,aAAa;AAAA,IACX,gBAAgB;AAAA,EAClB;AACF;AAEO,IAAM,iBAAiB;AAGvB,IAAM,8BAA8B;AAGpC,IAAM,6BAA6B;AAEnC,IAAM,cAAc;AACpB,IAAM,mBAAmB;AAEzB,IAAM,gBAAgB;AAAA,EAC3B,IAAI;AAAA,EACJ,IAAI;AACN;AAEO,IAAM,eAAe;AAErB,IAAM,UAAU;AAEhB,IAAM,kBAAkB,CAAC,SAAS,OAAO;AAGzC,IAAM,8BAA8B;AAGpC,IAAM,4BAA4B;AAElC,IAAM,uBAAuB;AAC7B,IAAM,qBAAqB;AAC3B,IAAM,0BAA0B;AAEhC,IAAM,QAAQ;AACd,IAAM,WAAW;AACjB,IAAM,UAAU;AAChB,IAAM,WAAW;AAEjB,IAAM,eAAe;AAAA,EAC1B;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;AAEO,IAAM,mBAAmB;AAAA,EAC9B,KAAK;AAAA,EACL,MAAM;AACR;AAEO,IAAM,uBAAuB,KAAK,KAAK,KAAK,KAAK;AAEjD,IAAM,0BAA0B;AAAA,EACrC,mBAAmB;AACrB;AAEO,IAAM,eAAe;AAGrB,IAAM,sBAAsB;AAAA,EACjC,MAAM;AAAA,EACN,UAAU;AACZ;AAEO,IAAM,wBAAwB;AAE9B,IAAM,4BAA4B;AAGlC,IAAM,gBAAgB;AAAA,EAC3B,oBAAoB;AAAA,EACpB,YAAY;AACd;AAEO,IAAM,oBAAoB;AAAA,EAC/B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,OAAO;AAAA,EACP,MAAM;AACR;AAEO,IAAM,mBAAmB;AAAA,EAC9B,KAAK;AAAA,EACL,IAAI;AACN;AAEO,IAAM,sBAAsB;AAAA,EACjC,MAAM;AAAA,EACN,UAAU;AACZ;AAEO,IAAM,iBAAiB;AAAA,EAC5B,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,SAAS;AACX;AACO,IAAM,cAAc;AAAA,EACzB,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,OAAO;AACT;AAEO,IAAM,gBAAgB;AAAA,EAC3B;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;","names":[]}
package/dist/index.mjs CHANGED
@@ -1381,15 +1381,19 @@ var API = {
1381
1381
  }
1382
1382
  };
1383
1383
  var SDK_CONFIG_KEY = "crex-sdk-config";
1384
+ var SEARCH_SETTINGS_COOKIE_NAME = "c-rex-search-settings";
1385
+ var UI_PREFERENCES_COOKIE_NAME = "c-rex-ui-preferences";
1384
1386
  var UI_LANG_KEY = "UI_LANG_KEY";
1385
1387
  var CONTENT_LANG_KEY = "CONTENT_LANG_KEY";
1386
1388
  var FLAGS_BY_LANG = {
1387
- "en": "US",
1388
- "de": "DE"
1389
+ en: "US",
1390
+ de: "DE"
1389
1391
  };
1390
1392
  var DEFAULT_LANG = "en-US";
1391
1393
  var EN_LANG = "en";
1392
1394
  var UI_LANG_OPTIONS = ["en-us", "de-de"];
1395
+ var CREX_GLOBAL_RESTRICTION_ENV = "CREX_GLOBAL_RESTRICTION";
1396
+ var CREX_DEFAULT_LANGUAGE_ENV = "CREX_DEFAULT_LANGUAGE";
1393
1397
  var TOPICS_TYPE_AND_LINK = "topics";
1394
1398
  var BLOG_TYPE_AND_LINK = "blog";
1395
1399
  var DOCUMENTS_TYPE_AND_LINK = "documents";
@@ -1412,7 +1416,16 @@ var ICONS_BY_FILE_EXTENSION = {
1412
1416
  "application/pdf": "FaFilePdf"
1413
1417
  };
1414
1418
  var DEFAULT_ICON = "file";
1419
+ var RENDITION_LINK_RELS = {
1420
+ VIEW: "view",
1421
+ DOWNLOAD: "download"
1422
+ };
1415
1423
  var CREX_TOKEN_HEADER_KEY = "crex-token";
1424
+ var POST_LOGOUT_RETURN_TO_KEY = "crex-post-logout-return-to";
1425
+ var TOKEN_SOURCES = {
1426
+ CLIENT_CREDENTIALS: "client-credentials",
1427
+ USER_LOGIN: "user-login"
1428
+ };
1416
1429
  var WILD_CARD_OPTIONS = {
1417
1430
  BOTH: "BOTH",
1418
1431
  END: "END",
@@ -1469,6 +1482,8 @@ export {
1469
1482
  BLOG_TYPE_AND_LINK,
1470
1483
  BREAKPOINTS,
1471
1484
  CONTENT_LANG_KEY,
1485
+ CREX_DEFAULT_LANGUAGE_ENV,
1486
+ CREX_GLOBAL_RESTRICTION_ENV,
1472
1487
  CREX_TOKEN_HEADER_KEY,
1473
1488
  CategoryModelFields,
1474
1489
  CategoryModelFieldsAll,
@@ -1548,6 +1563,7 @@ export {
1548
1563
  OwlClassModelFields,
1549
1564
  OwlClassModelFieldsAll,
1550
1565
  PACKAGE,
1566
+ POST_LOGOUT_RETURN_TO_KEY,
1551
1567
  PackageModelFields,
1552
1568
  PackageModelFieldsAll,
1553
1569
  PartyModelFields,
@@ -1590,6 +1606,7 @@ export {
1590
1606
  QualificationRoleModelFieldsAll,
1591
1607
  QualificationSkillLevelModelFields,
1592
1608
  QualificationSkillLevelModelFieldsAll,
1609
+ RENDITION_LINK_RELS,
1593
1610
  RESULT_TYPES,
1594
1611
  RESULT_VIEW_STYLES,
1595
1612
  RenditionModelFields,
@@ -1597,6 +1614,7 @@ export {
1597
1614
  RenditionSelectorModelFields,
1598
1615
  RenditionSelectorModelFieldsAll,
1599
1616
  SDK_CONFIG_KEY,
1617
+ SEARCH_SETTINGS_COOKIE_NAME,
1600
1618
  SupplyConsumableModelFields,
1601
1619
  SupplyConsumableModelFieldsAll,
1602
1620
  SupplyHardwareToolModelFields,
@@ -1609,6 +1627,7 @@ export {
1609
1627
  SupplyOperatingModelFieldsAll,
1610
1628
  SupplySparePartModelFields,
1611
1629
  SupplySparePartModelFieldsAll,
1630
+ TOKEN_SOURCES,
1612
1631
  TOPIC,
1613
1632
  TOPICS_TYPE_AND_LINK,
1614
1633
  TopicModelFields,
@@ -1629,6 +1648,7 @@ export {
1629
1648
  TopicTypeTroubleShootingModelFieldsAll,
1630
1649
  UI_LANG_KEY,
1631
1650
  UI_LANG_OPTIONS,
1651
+ UI_PREFERENCES_COOKIE_NAME,
1632
1652
  VCardCalendarModelFields,
1633
1653
  VCardCalendarModelFieldsAll,
1634
1654
  VCardGroupModelFields,
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/generated/model-fields.ts","../src/index.ts"],"sourcesContent":["/**\r\n * Auto-generated from OpenAPI spec\r\n * Source: https://staging.c-rex.net/ids/api/swagger/v1/swagger.json\r\n * Generated: 2026-02-28T18:07:46.988Z\r\n * Do not edit manually\r\n */\r\n\r\n// Field constants for compile-time validation of Fields query parameter\r\n\r\nexport const AdministrativeMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const AdministrativeMetadataModelFieldsAll = Object.values(AdministrativeMetadataModelFields);\r\n\r\nexport const AuditStateModelFields = {\r\n id: \"id\",\r\n state: \"state\",\r\n} as const;\r\n\r\nexport const AuditStateModelFieldsAll = Object.values(AuditStateModelFields);\r\n\r\nexport const AuthStateModelFields = {\r\n state: \"state\",\r\n licenses: \"licenses\",\r\n roles: \"roles\",\r\n} as const;\r\n\r\nexport const AuthStateModelFieldsAll = Object.values(AuthStateModelFields);\r\n\r\nexport const CategoryModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n parents: \"parents\",\r\n ancestors: \"ancestors\",\r\n ancestorsOrSelf: \"ancestorsOrSelf\",\r\n categories: \"categories\",\r\n} as const;\r\n\r\nexport const CategoryModelFieldsAll = Object.values(CategoryModelFields);\r\n\r\nexport const ComponentModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n productGraphic: \"productGraphic\",\r\n titles: \"titles\",\r\n parents: \"parents\",\r\n ancestors: \"ancestors\",\r\n ancestorsOrSelf: \"ancestorsOrSelf\",\r\n components: \"components\",\r\n identities: \"identities\",\r\n parties: \"parties\",\r\n informationUnits: \"informationUnits\",\r\n seeAlso: \"seeAlso\",\r\n} as const;\r\n\r\nexport const ComponentModelFieldsAll = Object.values(ComponentModelFields);\r\n\r\nexport const ContentLifeCycleStatusModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n dateOfEffect: \"dateOfEffect\",\r\n dateOfExpiry: \"dateOfExpiry\",\r\n dateOfStatus: \"dateOfStatus\",\r\n purpose: \"purpose\",\r\n value: \"value\",\r\n parties: \"parties\",\r\n} as const;\r\n\r\nexport const ContentLifeCycleStatusModelFieldsAll = Object.values(ContentLifeCycleStatusModelFields);\r\n\r\nexport const ContentLifeCycleStatusValueModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ContentLifeCycleStatusValueModelFieldsAll = Object.values(ContentLifeCycleStatusValueModelFields);\r\n\r\nexport const DirectoryNodeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n structureType: \"structureType\",\r\n parents: \"parents\",\r\n ancestors: \"ancestors\",\r\n ancestorsOrSelf: \"ancestorsOrSelf\",\r\n childNodes: \"childNodes\",\r\n informationUnits: \"informationUnits\",\r\n} as const;\r\n\r\nexport const DirectoryNodeModelFieldsAll = Object.values(DirectoryNodeModelFields);\r\n\r\nexport const DirectoryNodeTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const DirectoryNodeTypeModelFieldsAll = Object.values(DirectoryNodeTypeModelFields);\r\n\r\nexport const DocumentModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const DocumentModelFieldsAll = Object.values(DocumentModelFields);\r\n\r\nexport const DocumentTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const DocumentTypeModelFieldsAll = Object.values(DocumentTypeModelFields);\r\n\r\nexport const DocumentationMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const DocumentationMetadataModelFieldsAll = Object.values(DocumentationMetadataModelFields);\r\n\r\nexport const DomainEntityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n} as const;\r\n\r\nexport const DomainEntityModelFieldsAll = Object.values(DomainEntityModelFields);\r\n\r\nexport const EventModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n eventCode: \"eventCode\",\r\n eventType: \"eventType\",\r\n} as const;\r\n\r\nexport const EventModelFieldsAll = Object.values(EventModelFields);\r\n\r\nexport const ExternalProductGraphicModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const ExternalProductGraphicModelFieldsAll = Object.values(ExternalProductGraphicModelFields);\r\n\r\nexport const ExternalProductOntologyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n itemNumbers: \"itemNumbers\",\r\n productSeries: \"productSeries\",\r\n productModels: \"productModels\",\r\n productNames: \"productNames\",\r\n products: \"products\",\r\n} as const;\r\n\r\nexport const ExternalProductOntologyModelFieldsAll = Object.values(ExternalProductOntologyModelFields);\r\n\r\nexport const FragmentModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const FragmentModelFieldsAll = Object.values(FragmentModelFields);\r\n\r\nexport const FunctionalMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const FunctionalMetadataModelFieldsAll = Object.values(FunctionalMetadataModelFields);\r\n\r\nexport const IdentityDomainModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n parties: \"parties\",\r\n} as const;\r\n\r\nexport const IdentityDomainModelFieldsAll = Object.values(IdentityDomainModelFields);\r\n\r\nexport const IdentityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n identifier: \"identifier\",\r\n identityDomain: \"identityDomain\",\r\n} as const;\r\n\r\nexport const IdentityModelFieldsAll = Object.values(IdentityModelFields);\r\n\r\nexport const InformationObjectModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n identities: \"identities\",\r\n} as const;\r\n\r\nexport const InformationObjectModelFieldsAll = Object.values(InformationObjectModelFields);\r\n\r\nexport const InformationSubjectCollectionModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectCollectionModelFieldsAll = Object.values(InformationSubjectCollectionModelFields);\r\n\r\nexport const InformationSubjectConformityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectConformityModelFieldsAll = Object.values(InformationSubjectConformityModelFields);\r\n\r\nexport const InformationSubjectFormalityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectFormalityModelFieldsAll = Object.values(InformationSubjectFormalityModelFields);\r\n\r\nexport const InformationSubjectFunctionalityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectFunctionalityModelFieldsAll = Object.values(InformationSubjectFunctionalityModelFields);\r\n\r\nexport const InformationSubjectModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectModelFieldsAll = Object.values(InformationSubjectModelFields);\r\n\r\nexport const InformationSubjectProcessModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectProcessModelFieldsAll = Object.values(InformationSubjectProcessModelFields);\r\n\r\nexport const InformationSubjectSafetyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectSafetyModelFieldsAll = Object.values(InformationSubjectSafetyModelFields);\r\n\r\nexport const InformationSubjectSafetyWarningMessageModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectSafetyWarningMessageModelFieldsAll = Object.values(InformationSubjectSafetyWarningMessageModelFields);\r\n\r\nexport const InformationSubjectTechnicalDataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectTechnicalDataModelFieldsAll = Object.values(InformationSubjectTechnicalDataModelFields);\r\n\r\nexport const InformationSubjectTechnicalOverviewModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectTechnicalOverviewModelFieldsAll = Object.values(InformationSubjectTechnicalOverviewModelFields);\r\n\r\nexport const InformationTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationTypeModelFieldsAll = Object.values(InformationTypeModelFields);\r\n\r\nexport const InformationUnitModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const InformationUnitModelFieldsAll = Object.values(InformationUnitModelFields);\r\n\r\nexport const OwlClassModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n} as const;\r\n\r\nexport const OwlClassModelFieldsAll = Object.values(OwlClassModelFields);\r\n\r\nexport const PackageModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n iirdsVersion: \"iirdsVersion\",\r\n formatRestriction: \"formatRestriction\",\r\n directories: \"directories\",\r\n} as const;\r\n\r\nexport const PackageModelFieldsAll = Object.values(PackageModelFields);\r\n\r\nexport const PartyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n partyRole: \"partyRole\",\r\n vcard: \"vcard\",\r\n} as const;\r\n\r\nexport const PartyModelFieldsAll = Object.values(PartyModelFields);\r\n\r\nexport const PartyRoleModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const PartyRoleModelFieldsAll = Object.values(PartyRoleModelFields);\r\n\r\nexport const PlanningDownTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningDownTimeModelFieldsAll = Object.values(PlanningDownTimeModelFields);\r\n\r\nexport const PlanningMaintenanceIntervalModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n frequency: \"frequency\",\r\n} as const;\r\n\r\nexport const PlanningMaintenanceIntervalModelFieldsAll = Object.values(PlanningMaintenanceIntervalModelFields);\r\n\r\nexport const PlanningSetupTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningSetupTimeModelFieldsAll = Object.values(PlanningSetupTimeModelFields);\r\n\r\nexport const PlanningTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningTimeModelFieldsAll = Object.values(PlanningTimeModelFields);\r\n\r\nexport const PlanningWorkingTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningWorkingTimeModelFieldsAll = Object.values(PlanningWorkingTimeModelFields);\r\n\r\nexport const ProductFeatureModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductFeatureModelFieldsAll = Object.values(ProductFeatureModelFields);\r\n\r\nexport const ProductFunctionModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductFunctionModelFieldsAll = Object.values(ProductFunctionModelFields);\r\n\r\nexport const ProductLcpAfterUseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpAfterUseModelFieldsAll = Object.values(ProductLcpAfterUseModelFields);\r\n\r\nexport const ProductLcpDesignAndRealizationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpDesignAndRealizationModelFieldsAll = Object.values(ProductLcpDesignAndRealizationModelFields);\r\n\r\nexport const ProductLcpPuttingToUseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpPuttingToUseModelFieldsAll = Object.values(ProductLcpPuttingToUseModelFields);\r\n\r\nexport const ProductLcpUseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpUseModelFieldsAll = Object.values(ProductLcpUseModelFields);\r\n\r\nexport const ProductLifeCyclePhaseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLifeCyclePhaseModelFieldsAll = Object.values(ProductLifeCyclePhaseModelFields);\r\n\r\nexport const ProductMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductMetadataModelFieldsAll = Object.values(ProductMetadataModelFields);\r\n\r\nexport const ProductPropertyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductPropertyModelFieldsAll = Object.values(ProductPropertyModelFields);\r\n\r\nexport const ProductVariantModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n identities: \"identities\",\r\n parties: \"parties\",\r\n} as const;\r\n\r\nexport const ProductVariantModelFieldsAll = Object.values(ProductVariantModelFields);\r\n\r\nexport const QualificationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const QualificationModelFieldsAll = Object.values(QualificationModelFields);\r\n\r\nexport const QualificationRoleModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const QualificationRoleModelFieldsAll = Object.values(QualificationRoleModelFields);\r\n\r\nexport const QualificationSkillLevelModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const QualificationSkillLevelModelFieldsAll = Object.values(QualificationSkillLevelModelFields);\r\n\r\nexport const RenditionModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n source: \"source\",\r\n format: \"format\",\r\n identities: \"identities\",\r\n selectors: \"selectors\",\r\n informationUnits: \"informationUnits\",\r\n} as const;\r\n\r\nexport const RenditionModelFieldsAll = Object.values(RenditionModelFields);\r\n\r\nexport const RenditionSelectorModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n} as const;\r\n\r\nexport const RenditionSelectorModelFieldsAll = Object.values(RenditionSelectorModelFields);\r\n\r\nexport const SupplyConsumableModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyConsumableModelFieldsAll = Object.values(SupplyConsumableModelFields);\r\n\r\nexport const SupplyHardwareToolModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyHardwareToolModelFieldsAll = Object.values(SupplyHardwareToolModelFields);\r\n\r\nexport const SupplyLubricantModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyLubricantModelFieldsAll = Object.values(SupplyLubricantModelFields);\r\n\r\nexport const SupplyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyModelFieldsAll = Object.values(SupplyModelFields);\r\n\r\nexport const SupplyOperatingModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyOperatingModelFieldsAll = Object.values(SupplyOperatingModelFields);\r\n\r\nexport const SupplySparePartModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplySparePartModelFieldsAll = Object.values(SupplySparePartModelFields);\r\n\r\nexport const TopicModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const TopicModelFieldsAll = Object.values(TopicModelFields);\r\n\r\nexport const TopicTypeConceptModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeConceptModelFieldsAll = Object.values(TopicTypeConceptModelFields);\r\n\r\nexport const TopicTypeFormModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeFormModelFieldsAll = Object.values(TopicTypeFormModelFields);\r\n\r\nexport const TopicTypeLearningModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeLearningModelFieldsAll = Object.values(TopicTypeLearningModelFields);\r\n\r\nexport const TopicTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeModelFieldsAll = Object.values(TopicTypeModelFields);\r\n\r\nexport const TopicTypeReferenceModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeReferenceModelFieldsAll = Object.values(TopicTypeReferenceModelFields);\r\n\r\nexport const TopicTypeTaskModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeTaskModelFieldsAll = Object.values(TopicTypeTaskModelFields);\r\n\r\nexport const TopicTypeTroubleShootingModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeTroubleShootingModelFieldsAll = Object.values(TopicTypeTroubleShootingModelFields);\r\n\r\nexport const VCardCalendarModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n source: \"source\",\r\n} as const;\r\n\r\nexport const VCardCalendarModelFieldsAll = Object.values(VCardCalendarModelFields);\r\n\r\nexport const VCardGroupModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n members: \"members\",\r\n} as const;\r\n\r\nexport const VCardGroupModelFieldsAll = Object.values(VCardGroupModelFields);\r\n\r\nexport const VCardImageModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n classes: \"classes\",\r\n value: \"value\",\r\n source: \"source\",\r\n} as const;\r\n\r\nexport const VCardImageModelFieldsAll = Object.values(VCardImageModelFields);\r\n\r\nexport const VCardIndividualModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n title: \"title\",\r\n role: \"role\",\r\n gender: \"gender\",\r\n} as const;\r\n\r\nexport const VCardIndividualModelFieldsAll = Object.values(VCardIndividualModelFields);\r\n\r\nexport const VCardInfoModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n classes: \"classes\",\r\n types: \"types\",\r\n value: \"value\",\r\n countryName: \"countryName\",\r\n locality: \"locality\",\r\n postalCode: \"postalCode\",\r\n streetAddress: \"streetAddress\",\r\n} as const;\r\n\r\nexport const VCardInfoModelFieldsAll = Object.values(VCardInfoModelFields);\r\n\r\nexport const VCardLocationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n members: \"members\",\r\n} as const;\r\n\r\nexport const VCardLocationModelFieldsAll = Object.values(VCardLocationModelFields);\r\n\r\nexport const VCardModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n} as const;\r\n\r\nexport const VCardModelFieldsAll = Object.values(VCardModelFields);\r\n\r\nexport const VCardOrganizationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n organizationName: \"organizationName\",\r\n organizationUnit: \"organizationUnit\",\r\n members: \"members\",\r\n logos: \"logos\",\r\n} as const;\r\n\r\nexport const VCardOrganizationModelFieldsAll = Object.values(VCardOrganizationModelFields);\r\n","export * from './generated/model-fields'\r\n\r\nexport const ALL = \"*\"\r\n\r\nexport const LOG_CATEGORIES = [\r\n \"NoLicense\",\r\n \"Scenario\",\r\n \"Favorites\",\r\n \"Subscription\",\r\n \"Share\",\r\n \"Document\",\r\n \"Search\",\r\n \"History\",\r\n \"Notification\",\r\n \"UserProfile\",\r\n] as const;\r\n\r\nexport const LOG_LEVELS = {\r\n critical: 2,\r\n error: 3,\r\n warning: 4,\r\n info: 6,\r\n debug: 7,\r\n} as const;\r\n\r\nexport const RESULT_VIEW_STYLES = [\r\n \"information-unit-search-results-cards\",\r\n \"information-unit-search-results-table\",\r\n \"information-unit-search-results-card-list\",\r\n] as const;\r\n\r\nexport const API = {\r\n MAX_RETRY: 3,\r\n API_TIMEOUT: 10000,\r\n RETRY_DELAY: 500,\r\n API_HEADERS: {\r\n \"content-Type\": \"application/json\",\r\n },\r\n};\r\n\r\nexport const SDK_CONFIG_KEY = \"crex-sdk-config\";\r\n\r\nexport const UI_LANG_KEY = \"UI_LANG_KEY\";\r\nexport const CONTENT_LANG_KEY = \"CONTENT_LANG_KEY\";\r\n\r\nexport const FLAGS_BY_LANG = {\r\n \"en\": \"US\",\r\n \"de\": \"DE\",\r\n};\r\n\r\nexport const DEFAULT_LANG = \"en-US\";\r\n\r\nexport const EN_LANG = \"en\";\r\n\r\nexport const UI_LANG_OPTIONS = [\"en-us\", \"de-de\"];\r\n\r\nexport const TOPICS_TYPE_AND_LINK = \"topics\";\r\nexport const BLOG_TYPE_AND_LINK = \"blog\";\r\nexport const DOCUMENTS_TYPE_AND_LINK = \"documents\";\r\n\r\nexport const TOPIC = \"TOPIC\";\r\nexport const DOCUMENT = \"DOCUMENT\";\r\nexport const PACKAGE = \"PACKAGE\";\r\nexport const FRAGMENT = \"FRAGMENT\";\r\n\r\nexport const RESULT_TYPES = {\r\n TOPIC: TOPIC,\r\n DOCUMENT: DOCUMENT,\r\n PACKAGE: PACKAGE,\r\n FRAGMENT: FRAGMENT\r\n} as const;\r\n\r\nexport const FILES_EXTENSIONS = {\r\n PDF: \"application/pdf\",\r\n HTML: \"text/html\",\r\n} as const;\r\n\r\nexport const DEFAULT_COOKIE_LIMIT = 30 * 24 * 60 * 60 * 1000; // 30 days in milliseconds\r\n\r\nexport const ICONS_BY_FILE_EXTENSION = {\r\n \"application/pdf\": \"FaFilePdf\",\r\n} as const;\r\n\r\nexport const DEFAULT_ICON = \"file\";\r\n\r\nexport const CREX_TOKEN_HEADER_KEY = \"crex-token\";\r\n\r\nexport const WILD_CARD_OPTIONS = {\r\n BOTH: \"BOTH\",\r\n END: \"END\",\r\n START: \"START\",\r\n NONE: \"NONE\",\r\n} as const;\r\n\r\nexport const OPERATOR_OPTIONS = {\r\n AND: \"AND\",\r\n OR: \"OR\",\r\n} as const;\r\n\r\nexport const ARTICLE_PAGE_LAYOUT = {\r\n BLOG: \"BLOG\",\r\n DOCUMENT: \"DOCUMENT\",\r\n} as const;\r\n\r\nexport const DEVICE_OPTIONS = {\r\n MOBILE: \"mobile\",\r\n TABLET: \"tablet\",\r\n DESKTOP: \"desktop\",\r\n}\r\nexport const BREAKPOINTS = {\r\n sm: 640,\r\n md: 768,\r\n lg: 1024,\r\n xl: 1280,\r\n \"2xl\": 1536,\r\n};\r\n\r\nexport const MARKER_COLORS = [\r\n \"red-500\",\r\n \"orange-500\",\r\n \"yellow-400\",\r\n \"green-500\",\r\n \"teal-500\",\r\n \"blue-500\",\r\n \"sky-500\",\r\n \"purple-500\",\r\n \"pink-500\",\r\n \"gray-500\",\r\n \"neutral-800\",\r\n \"cyan-500\",\r\n \"lime-500\",\r\n \"amber-500\",\r\n \"indigo-500\",\r\n];\r\n"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../src/generated/model-fields.ts","../src/index.ts"],"sourcesContent":["/**\r\n * Auto-generated from OpenAPI spec\r\n * Source: https://staging.c-rex.net/ids/api/swagger/v1/swagger.json\r\n * Generated: 2026-02-28T18:07:46.988Z\r\n * Do not edit manually\r\n */\r\n\r\n// Field constants for compile-time validation of Fields query parameter\r\n\r\nexport const AdministrativeMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const AdministrativeMetadataModelFieldsAll = Object.values(AdministrativeMetadataModelFields);\r\n\r\nexport const AuditStateModelFields = {\r\n id: \"id\",\r\n state: \"state\",\r\n} as const;\r\n\r\nexport const AuditStateModelFieldsAll = Object.values(AuditStateModelFields);\r\n\r\nexport const AuthStateModelFields = {\r\n state: \"state\",\r\n licenses: \"licenses\",\r\n roles: \"roles\",\r\n} as const;\r\n\r\nexport const AuthStateModelFieldsAll = Object.values(AuthStateModelFields);\r\n\r\nexport const CategoryModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n parents: \"parents\",\r\n ancestors: \"ancestors\",\r\n ancestorsOrSelf: \"ancestorsOrSelf\",\r\n categories: \"categories\",\r\n} as const;\r\n\r\nexport const CategoryModelFieldsAll = Object.values(CategoryModelFields);\r\n\r\nexport const ComponentModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n productGraphic: \"productGraphic\",\r\n titles: \"titles\",\r\n parents: \"parents\",\r\n ancestors: \"ancestors\",\r\n ancestorsOrSelf: \"ancestorsOrSelf\",\r\n components: \"components\",\r\n identities: \"identities\",\r\n parties: \"parties\",\r\n informationUnits: \"informationUnits\",\r\n seeAlso: \"seeAlso\",\r\n} as const;\r\n\r\nexport const ComponentModelFieldsAll = Object.values(ComponentModelFields);\r\n\r\nexport const ContentLifeCycleStatusModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n dateOfEffect: \"dateOfEffect\",\r\n dateOfExpiry: \"dateOfExpiry\",\r\n dateOfStatus: \"dateOfStatus\",\r\n purpose: \"purpose\",\r\n value: \"value\",\r\n parties: \"parties\",\r\n} as const;\r\n\r\nexport const ContentLifeCycleStatusModelFieldsAll = Object.values(ContentLifeCycleStatusModelFields);\r\n\r\nexport const ContentLifeCycleStatusValueModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ContentLifeCycleStatusValueModelFieldsAll = Object.values(ContentLifeCycleStatusValueModelFields);\r\n\r\nexport const DirectoryNodeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n structureType: \"structureType\",\r\n parents: \"parents\",\r\n ancestors: \"ancestors\",\r\n ancestorsOrSelf: \"ancestorsOrSelf\",\r\n childNodes: \"childNodes\",\r\n informationUnits: \"informationUnits\",\r\n} as const;\r\n\r\nexport const DirectoryNodeModelFieldsAll = Object.values(DirectoryNodeModelFields);\r\n\r\nexport const DirectoryNodeTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const DirectoryNodeTypeModelFieldsAll = Object.values(DirectoryNodeTypeModelFields);\r\n\r\nexport const DocumentModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const DocumentModelFieldsAll = Object.values(DocumentModelFields);\r\n\r\nexport const DocumentTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const DocumentTypeModelFieldsAll = Object.values(DocumentTypeModelFields);\r\n\r\nexport const DocumentationMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const DocumentationMetadataModelFieldsAll = Object.values(DocumentationMetadataModelFields);\r\n\r\nexport const DomainEntityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n} as const;\r\n\r\nexport const DomainEntityModelFieldsAll = Object.values(DomainEntityModelFields);\r\n\r\nexport const EventModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n eventCode: \"eventCode\",\r\n eventType: \"eventType\",\r\n} as const;\r\n\r\nexport const EventModelFieldsAll = Object.values(EventModelFields);\r\n\r\nexport const ExternalProductGraphicModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const ExternalProductGraphicModelFieldsAll = Object.values(ExternalProductGraphicModelFields);\r\n\r\nexport const ExternalProductOntologyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n itemNumbers: \"itemNumbers\",\r\n productSeries: \"productSeries\",\r\n productModels: \"productModels\",\r\n productNames: \"productNames\",\r\n products: \"products\",\r\n} as const;\r\n\r\nexport const ExternalProductOntologyModelFieldsAll = Object.values(ExternalProductOntologyModelFields);\r\n\r\nexport const FragmentModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const FragmentModelFieldsAll = Object.values(FragmentModelFields);\r\n\r\nexport const FunctionalMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const FunctionalMetadataModelFieldsAll = Object.values(FunctionalMetadataModelFields);\r\n\r\nexport const IdentityDomainModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n parties: \"parties\",\r\n} as const;\r\n\r\nexport const IdentityDomainModelFieldsAll = Object.values(IdentityDomainModelFields);\r\n\r\nexport const IdentityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n identifier: \"identifier\",\r\n identityDomain: \"identityDomain\",\r\n} as const;\r\n\r\nexport const IdentityModelFieldsAll = Object.values(IdentityModelFields);\r\n\r\nexport const InformationObjectModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n identities: \"identities\",\r\n} as const;\r\n\r\nexport const InformationObjectModelFieldsAll = Object.values(InformationObjectModelFields);\r\n\r\nexport const InformationSubjectCollectionModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectCollectionModelFieldsAll = Object.values(InformationSubjectCollectionModelFields);\r\n\r\nexport const InformationSubjectConformityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectConformityModelFieldsAll = Object.values(InformationSubjectConformityModelFields);\r\n\r\nexport const InformationSubjectFormalityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectFormalityModelFieldsAll = Object.values(InformationSubjectFormalityModelFields);\r\n\r\nexport const InformationSubjectFunctionalityModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectFunctionalityModelFieldsAll = Object.values(InformationSubjectFunctionalityModelFields);\r\n\r\nexport const InformationSubjectModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectModelFieldsAll = Object.values(InformationSubjectModelFields);\r\n\r\nexport const InformationSubjectProcessModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectProcessModelFieldsAll = Object.values(InformationSubjectProcessModelFields);\r\n\r\nexport const InformationSubjectSafetyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectSafetyModelFieldsAll = Object.values(InformationSubjectSafetyModelFields);\r\n\r\nexport const InformationSubjectSafetyWarningMessageModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectSafetyWarningMessageModelFieldsAll = Object.values(InformationSubjectSafetyWarningMessageModelFields);\r\n\r\nexport const InformationSubjectTechnicalDataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectTechnicalDataModelFieldsAll = Object.values(InformationSubjectTechnicalDataModelFields);\r\n\r\nexport const InformationSubjectTechnicalOverviewModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationSubjectTechnicalOverviewModelFieldsAll = Object.values(InformationSubjectTechnicalOverviewModelFields);\r\n\r\nexport const InformationTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const InformationTypeModelFieldsAll = Object.values(InformationTypeModelFields);\r\n\r\nexport const InformationUnitModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const InformationUnitModelFieldsAll = Object.values(InformationUnitModelFields);\r\n\r\nexport const OwlClassModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n} as const;\r\n\r\nexport const OwlClassModelFieldsAll = Object.values(OwlClassModelFields);\r\n\r\nexport const PackageModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n iirdsVersion: \"iirdsVersion\",\r\n formatRestriction: \"formatRestriction\",\r\n directories: \"directories\",\r\n} as const;\r\n\r\nexport const PackageModelFieldsAll = Object.values(PackageModelFields);\r\n\r\nexport const PartyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n partyRole: \"partyRole\",\r\n vcard: \"vcard\",\r\n} as const;\r\n\r\nexport const PartyModelFieldsAll = Object.values(PartyModelFields);\r\n\r\nexport const PartyRoleModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const PartyRoleModelFieldsAll = Object.values(PartyRoleModelFields);\r\n\r\nexport const PlanningDownTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningDownTimeModelFieldsAll = Object.values(PlanningDownTimeModelFields);\r\n\r\nexport const PlanningMaintenanceIntervalModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n frequency: \"frequency\",\r\n} as const;\r\n\r\nexport const PlanningMaintenanceIntervalModelFieldsAll = Object.values(PlanningMaintenanceIntervalModelFields);\r\n\r\nexport const PlanningSetupTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningSetupTimeModelFieldsAll = Object.values(PlanningSetupTimeModelFields);\r\n\r\nexport const PlanningTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningTimeModelFieldsAll = Object.values(PlanningTimeModelFields);\r\n\r\nexport const PlanningWorkingTimeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n duration: \"duration\",\r\n} as const;\r\n\r\nexport const PlanningWorkingTimeModelFieldsAll = Object.values(PlanningWorkingTimeModelFields);\r\n\r\nexport const ProductFeatureModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductFeatureModelFieldsAll = Object.values(ProductFeatureModelFields);\r\n\r\nexport const ProductFunctionModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductFunctionModelFieldsAll = Object.values(ProductFunctionModelFields);\r\n\r\nexport const ProductLcpAfterUseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpAfterUseModelFieldsAll = Object.values(ProductLcpAfterUseModelFields);\r\n\r\nexport const ProductLcpDesignAndRealizationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpDesignAndRealizationModelFieldsAll = Object.values(ProductLcpDesignAndRealizationModelFields);\r\n\r\nexport const ProductLcpPuttingToUseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpPuttingToUseModelFieldsAll = Object.values(ProductLcpPuttingToUseModelFields);\r\n\r\nexport const ProductLcpUseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLcpUseModelFieldsAll = Object.values(ProductLcpUseModelFields);\r\n\r\nexport const ProductLifeCyclePhaseModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductLifeCyclePhaseModelFieldsAll = Object.values(ProductLifeCyclePhaseModelFields);\r\n\r\nexport const ProductMetadataModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductMetadataModelFieldsAll = Object.values(ProductMetadataModelFields);\r\n\r\nexport const ProductPropertyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const ProductPropertyModelFieldsAll = Object.values(ProductPropertyModelFields);\r\n\r\nexport const ProductVariantModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n identities: \"identities\",\r\n parties: \"parties\",\r\n} as const;\r\n\r\nexport const ProductVariantModelFieldsAll = Object.values(ProductVariantModelFields);\r\n\r\nexport const QualificationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const QualificationModelFieldsAll = Object.values(QualificationModelFields);\r\n\r\nexport const QualificationRoleModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const QualificationRoleModelFieldsAll = Object.values(QualificationRoleModelFields);\r\n\r\nexport const QualificationSkillLevelModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const QualificationSkillLevelModelFieldsAll = Object.values(QualificationSkillLevelModelFields);\r\n\r\nexport const RenditionModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n source: \"source\",\r\n format: \"format\",\r\n identities: \"identities\",\r\n selectors: \"selectors\",\r\n informationUnits: \"informationUnits\",\r\n} as const;\r\n\r\nexport const RenditionModelFieldsAll = Object.values(RenditionModelFields);\r\n\r\nexport const RenditionSelectorModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n} as const;\r\n\r\nexport const RenditionSelectorModelFieldsAll = Object.values(RenditionSelectorModelFields);\r\n\r\nexport const SupplyConsumableModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyConsumableModelFieldsAll = Object.values(SupplyConsumableModelFields);\r\n\r\nexport const SupplyHardwareToolModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyHardwareToolModelFieldsAll = Object.values(SupplyHardwareToolModelFields);\r\n\r\nexport const SupplyLubricantModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyLubricantModelFieldsAll = Object.values(SupplyLubricantModelFields);\r\n\r\nexport const SupplyModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyModelFieldsAll = Object.values(SupplyModelFields);\r\n\r\nexport const SupplyOperatingModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplyOperatingModelFieldsAll = Object.values(SupplyOperatingModelFields);\r\n\r\nexport const SupplySparePartModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const SupplySparePartModelFieldsAll = Object.values(SupplySparePartModelFields);\r\n\r\nexport const TopicModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n revision: \"revision\",\r\n created: \"created\",\r\n modified: \"modified\",\r\n abstract: \"abstract\",\r\n replaces: \"replaces\",\r\n versionOf: \"versionOf\",\r\n titles: \"titles\",\r\n languages: \"languages\",\r\n parties: \"parties\",\r\n renditions: \"renditions\",\r\n identities: \"identities\",\r\n components: \"components\",\r\n informationSubjects: \"informationSubjects\",\r\n topicTypes: \"topicTypes\",\r\n documentTypes: \"documentTypes\",\r\n directoryNodes: \"directoryNodes\",\r\n contentLifeCycleStatus: \"contentLifeCycleStatus\",\r\n applicableForTypes: \"applicableForTypes\",\r\n planningTimes: \"planningTimes\",\r\n events: \"events\",\r\n functionalMetadata: \"functionalMetadata\",\r\n informationUnits: \"informationUnits\",\r\n productFeatures: \"productFeatures\",\r\n productLifeCyclePhases: \"productLifeCyclePhases\",\r\n productMetadata: \"productMetadata\",\r\n productVariants: \"productVariants\",\r\n qualifications: \"qualifications\",\r\n supplies: \"supplies\",\r\n} as const;\r\n\r\nexport const TopicModelFieldsAll = Object.values(TopicModelFields);\r\n\r\nexport const TopicTypeConceptModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeConceptModelFieldsAll = Object.values(TopicTypeConceptModelFields);\r\n\r\nexport const TopicTypeFormModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeFormModelFieldsAll = Object.values(TopicTypeFormModelFields);\r\n\r\nexport const TopicTypeLearningModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeLearningModelFieldsAll = Object.values(TopicTypeLearningModelFields);\r\n\r\nexport const TopicTypeModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeModelFieldsAll = Object.values(TopicTypeModelFields);\r\n\r\nexport const TopicTypeReferenceModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeReferenceModelFieldsAll = Object.values(TopicTypeReferenceModelFields);\r\n\r\nexport const TopicTypeTaskModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeTaskModelFieldsAll = Object.values(TopicTypeTaskModelFields);\r\n\r\nexport const TopicTypeTroubleShootingModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n} as const;\r\n\r\nexport const TopicTypeTroubleShootingModelFieldsAll = Object.values(TopicTypeTroubleShootingModelFields);\r\n\r\nexport const VCardCalendarModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n source: \"source\",\r\n} as const;\r\n\r\nexport const VCardCalendarModelFieldsAll = Object.values(VCardCalendarModelFields);\r\n\r\nexport const VCardGroupModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n members: \"members\",\r\n} as const;\r\n\r\nexport const VCardGroupModelFieldsAll = Object.values(VCardGroupModelFields);\r\n\r\nexport const VCardImageModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n classes: \"classes\",\r\n value: \"value\",\r\n source: \"source\",\r\n} as const;\r\n\r\nexport const VCardImageModelFieldsAll = Object.values(VCardImageModelFields);\r\n\r\nexport const VCardIndividualModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n title: \"title\",\r\n role: \"role\",\r\n gender: \"gender\",\r\n} as const;\r\n\r\nexport const VCardIndividualModelFieldsAll = Object.values(VCardIndividualModelFields);\r\n\r\nexport const VCardInfoModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n classes: \"classes\",\r\n types: \"types\",\r\n value: \"value\",\r\n countryName: \"countryName\",\r\n locality: \"locality\",\r\n postalCode: \"postalCode\",\r\n streetAddress: \"streetAddress\",\r\n} as const;\r\n\r\nexport const VCardInfoModelFieldsAll = Object.values(VCardInfoModelFields);\r\n\r\nexport const VCardLocationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n members: \"members\",\r\n} as const;\r\n\r\nexport const VCardLocationModelFieldsAll = Object.values(VCardLocationModelFields);\r\n\r\nexport const VCardModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n} as const;\r\n\r\nexport const VCardModelFieldsAll = Object.values(VCardModelFields);\r\n\r\nexport const VCardOrganizationModelFields = {\r\n id: \"id\",\r\n shortId: \"shortId\",\r\n score: \"score\",\r\n class: \"class\",\r\n labels: \"labels\",\r\n comments: \"comments\",\r\n descriptions: \"descriptions\",\r\n synonyms: \"synonyms\",\r\n packages: \"packages\",\r\n hasInformationUnits: \"hasInformationUnits\",\r\n links: \"links\",\r\n fullName: \"fullName\",\r\n photos: \"photos\",\r\n emails: \"emails\",\r\n telephones: \"telephones\",\r\n addresses: \"addresses\",\r\n calendars: \"calendars\",\r\n urls: \"urls\",\r\n organizationName: \"organizationName\",\r\n organizationUnit: \"organizationUnit\",\r\n members: \"members\",\r\n logos: \"logos\",\r\n} as const;\r\n\r\nexport const VCardOrganizationModelFieldsAll = Object.values(VCardOrganizationModelFields);\r\n","export * from \"./generated/model-fields\";\r\n\r\nexport const ALL = \"*\";\r\n\r\nexport const LOG_CATEGORIES = [\r\n \"NoLicense\",\r\n \"Scenario\",\r\n \"Favorites\",\r\n \"Subscription\",\r\n \"Share\",\r\n \"Document\",\r\n \"Search\",\r\n \"History\",\r\n \"Notification\",\r\n \"UserProfile\",\r\n] as const;\r\n\r\nexport const LOG_LEVELS = {\r\n critical: 2,\r\n error: 3,\r\n warning: 4,\r\n info: 6,\r\n debug: 7,\r\n} as const;\r\n\r\nexport const RESULT_VIEW_STYLES = [\r\n \"information-unit-search-results-cards\",\r\n \"information-unit-search-results-table\",\r\n \"information-unit-search-results-card-list\",\r\n] as const;\r\n\r\nexport const API = {\r\n MAX_RETRY: 3,\r\n API_TIMEOUT: 10000,\r\n RETRY_DELAY: 500,\r\n API_HEADERS: {\r\n \"content-Type\": \"application/json\",\r\n },\r\n};\r\n\r\nexport const SDK_CONFIG_KEY = \"crex-sdk-config\";\r\n\r\n/** Cookie name for the persisted search-settings store (language, wildcard, operator, like). */\r\nexport const SEARCH_SETTINGS_COOKIE_NAME = \"c-rex-search-settings\";\r\n\r\n/** Cookie name for the persisted UI-preferences store (theme, font scale, exclude properties). */\r\nexport const UI_PREFERENCES_COOKIE_NAME = \"c-rex-ui-preferences\";\r\n\r\nexport const UI_LANG_KEY = \"UI_LANG_KEY\";\r\nexport const CONTENT_LANG_KEY = \"CONTENT_LANG_KEY\";\r\n\r\nexport const FLAGS_BY_LANG = {\r\n en: \"US\",\r\n de: \"DE\",\r\n};\r\n\r\nexport const DEFAULT_LANG = \"en-US\";\r\n\r\nexport const EN_LANG = \"en\";\r\n\r\nexport const UI_LANG_OPTIONS = [\"en-us\", \"de-de\"];\r\n\r\n/** Env var name: single IDS Restrict selector appended to every request. */\r\nexport const CREX_GLOBAL_RESTRICTION_ENV = \"CREX_GLOBAL_RESTRICTION\";\r\n\r\n/** Env var name: default content language override. */\r\nexport const CREX_DEFAULT_LANGUAGE_ENV = \"CREX_DEFAULT_LANGUAGE\";\r\n\r\nexport const TOPICS_TYPE_AND_LINK = \"topics\";\r\nexport const BLOG_TYPE_AND_LINK = \"blog\";\r\nexport const DOCUMENTS_TYPE_AND_LINK = \"documents\";\r\n\r\nexport const TOPIC = \"TOPIC\";\r\nexport const DOCUMENT = \"DOCUMENT\";\r\nexport const PACKAGE = \"PACKAGE\";\r\nexport const FRAGMENT = \"FRAGMENT\";\r\n\r\nexport const RESULT_TYPES = {\r\n TOPIC: TOPIC,\r\n DOCUMENT: DOCUMENT,\r\n PACKAGE: PACKAGE,\r\n FRAGMENT: FRAGMENT,\r\n} as const;\r\n\r\nexport const FILES_EXTENSIONS = {\r\n PDF: \"application/pdf\",\r\n HTML: \"text/html\",\r\n} as const;\r\n\r\nexport const DEFAULT_COOKIE_LIMIT = 30 * 24 * 60 * 60 * 1000; // 30 days in milliseconds\r\n\r\nexport const ICONS_BY_FILE_EXTENSION = {\r\n \"application/pdf\": \"FaFilePdf\",\r\n} as const;\r\n\r\nexport const DEFAULT_ICON = \"file\";\r\n\r\n/** Link rel values exposed on rendition resource links by the IDS API. */\r\nexport const RENDITION_LINK_RELS = {\r\n VIEW: \"view\",\r\n DOWNLOAD: \"download\",\r\n} as const;\r\n\r\nexport const CREX_TOKEN_HEADER_KEY = \"crex-token\";\r\n\r\nexport const POST_LOGOUT_RETURN_TO_KEY = \"crex-post-logout-return-to\";\r\n\r\n/** Valid values for CREX_TOKEN_SOURCE — where the Bearer used by CrexApi comes from. */\r\nexport const TOKEN_SOURCES = {\r\n CLIENT_CREDENTIALS: \"client-credentials\",\r\n USER_LOGIN: \"user-login\",\r\n} as const;\r\n\r\nexport const WILD_CARD_OPTIONS = {\r\n BOTH: \"BOTH\",\r\n END: \"END\",\r\n START: \"START\",\r\n NONE: \"NONE\",\r\n} as const;\r\n\r\nexport const OPERATOR_OPTIONS = {\r\n AND: \"AND\",\r\n OR: \"OR\",\r\n} as const;\r\n\r\nexport const ARTICLE_PAGE_LAYOUT = {\r\n BLOG: \"BLOG\",\r\n DOCUMENT: \"DOCUMENT\",\r\n} as const;\r\n\r\nexport const DEVICE_OPTIONS = {\r\n MOBILE: \"mobile\",\r\n TABLET: \"tablet\",\r\n DESKTOP: \"desktop\",\r\n};\r\nexport const BREAKPOINTS = {\r\n sm: 640,\r\n md: 768,\r\n lg: 1024,\r\n xl: 1280,\r\n \"2xl\": 1536,\r\n};\r\n\r\nexport const MARKER_COLORS = [\r\n \"red-500\",\r\n \"orange-500\",\r\n \"yellow-400\",\r\n \"green-500\",\r\n \"teal-500\",\r\n \"blue-500\",\r\n \"sky-500\",\r\n \"purple-500\",\r\n \"pink-500\",\r\n \"gray-500\",\r\n \"neutral-800\",\r\n \"cyan-500\",\r\n \"lime-500\",\r\n \"amber-500\",\r\n \"indigo-500\",\r\n];\r\n"],"mappings":"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","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c-rex/constants",
3
- "version": "0.3.0-build.41",
3
+ "version": "0.3.0-build.49",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "module": "./dist/index.mjs",
@@ -14,7 +14,12 @@
14
14
  "dev": "tsup --watch",
15
15
  "build": "tsup",
16
16
  "lint": "eslint .",
17
- "lint:fix": "eslint . --fix"
17
+ "lint:fix": "eslint . --fix",
18
+ "test": "jest",
19
+ "test:watch": "jest --watch",
20
+ "check-types": "tsc --noEmit",
21
+ "format:check": "prettier --check .",
22
+ "validate": "npm run lint \u0026\u0026 npm run check-types \u0026\u0026 npm run test \u0026\u0026 npm run build"
18
23
  },
19
24
  "devDependencies": {
20
25
  "@c-rex/eslint-config": "*",
@@ -23,7 +28,9 @@
23
28
  "@types/jest": "^29.5.14",
24
29
  "@types/node": "^22.13.10",
25
30
  "eslint": "^9.23.0",
31
+ "jest": "^29.7.0",
32
+ "ts-jest": "^29.3.2",
26
33
  "tsup": "^8.4.0",
27
- "typescript": "latest"
34
+ "typescript": "~5.8.3"
28
35
  }
29
36
  }