@c-rex/constants 0.3.0-build.59 → 0.3.0-build.67
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 +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1418,6 +1418,14 @@ declare const CREX_TOKEN_HEADER_KEY = "crex-token";
|
|
|
1418
1418
|
/** Scopes that must both be present in the selected Bearer to use ChatMCP. */
|
|
1419
1419
|
declare const CHAT_MCP_REQUIRED_SCOPES: readonly ["crex.ids.chat.use", "crex.ids.mcp.use"];
|
|
1420
1420
|
declare const POST_LOGOUT_RETURN_TO_KEY = "crex-post-logout-return-to";
|
|
1421
|
+
/** OIDC Back-Channel Logout 1.0 — required `events` member on a valid `logout_token`. */
|
|
1422
|
+
declare const BACKCHANNEL_LOGOUT_EVENT_URI = "http://schemas.openid.net/event/backchannel-logout";
|
|
1423
|
+
/** Form field name Keycloak POSTs the signed logout_token under. */
|
|
1424
|
+
declare const LOGOUT_TOKEN_FORM_KEY = "logout_token";
|
|
1425
|
+
/** NextAuth JWT `error` value set when the SSO session was revoked via back-channel logout. */
|
|
1426
|
+
declare const SESSION_REVOKED_ERROR = "SessionRevoked";
|
|
1427
|
+
/** Renderer key registered for GMP start-page tile collections (html-enrichment). */
|
|
1428
|
+
declare const GMP_TILES_RENDERER = "GMPTilesRenderer";
|
|
1421
1429
|
/** Per-tab, user-scoped storage used by the GMP ChatMCP client. */
|
|
1422
1430
|
declare const GMP_CHAT_SESSION_STORAGE_KEY = "c-rex-gmp-chat-session-v1";
|
|
1423
1431
|
declare const GMP_CHAT_SESSION_SNAPSHOT_VERSION = 1;
|
|
@@ -1456,4 +1464,4 @@ declare const BREAKPOINTS: {
|
|
|
1456
1464
|
};
|
|
1457
1465
|
declare const MARKER_COLORS: string[];
|
|
1458
1466
|
|
|
1459
|
-
export { ALL, API, ARTICLE_PAGE_LAYOUT, AdministrativeMetadataModelFields, AdministrativeMetadataModelFieldsAll, AuditStateModelFields, AuditStateModelFieldsAll, AuthStateModelFields, AuthStateModelFieldsAll, BLOG_TYPE_AND_LINK, BREAKPOINTS, CHAT_MCP_REQUIRED_SCOPES, 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, GMP_CHAT_SESSION_SNAPSHOT_VERSION, GMP_CHAT_SESSION_STORAGE_KEY, 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, TOC_SCROLL_HISTORY_STATE_KEY, 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 };
|
|
1467
|
+
export { ALL, API, ARTICLE_PAGE_LAYOUT, AdministrativeMetadataModelFields, AdministrativeMetadataModelFieldsAll, AuditStateModelFields, AuditStateModelFieldsAll, AuthStateModelFields, AuthStateModelFieldsAll, BACKCHANNEL_LOGOUT_EVENT_URI, BLOG_TYPE_AND_LINK, BREAKPOINTS, CHAT_MCP_REQUIRED_SCOPES, 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, GMP_CHAT_SESSION_SNAPSHOT_VERSION, GMP_CHAT_SESSION_STORAGE_KEY, GMP_TILES_RENDERER, 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, LOGOUT_TOKEN_FORM_KEY, 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, SESSION_REVOKED_ERROR, SupplyConsumableModelFields, SupplyConsumableModelFieldsAll, SupplyHardwareToolModelFields, SupplyHardwareToolModelFieldsAll, SupplyLubricantModelFields, SupplyLubricantModelFieldsAll, SupplyModelFields, SupplyModelFieldsAll, SupplyOperatingModelFields, SupplyOperatingModelFieldsAll, SupplySparePartModelFields, SupplySparePartModelFieldsAll, TOC_SCROLL_HISTORY_STATE_KEY, 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
|
@@ -1418,6 +1418,14 @@ declare const CREX_TOKEN_HEADER_KEY = "crex-token";
|
|
|
1418
1418
|
/** Scopes that must both be present in the selected Bearer to use ChatMCP. */
|
|
1419
1419
|
declare const CHAT_MCP_REQUIRED_SCOPES: readonly ["crex.ids.chat.use", "crex.ids.mcp.use"];
|
|
1420
1420
|
declare const POST_LOGOUT_RETURN_TO_KEY = "crex-post-logout-return-to";
|
|
1421
|
+
/** OIDC Back-Channel Logout 1.0 — required `events` member on a valid `logout_token`. */
|
|
1422
|
+
declare const BACKCHANNEL_LOGOUT_EVENT_URI = "http://schemas.openid.net/event/backchannel-logout";
|
|
1423
|
+
/** Form field name Keycloak POSTs the signed logout_token under. */
|
|
1424
|
+
declare const LOGOUT_TOKEN_FORM_KEY = "logout_token";
|
|
1425
|
+
/** NextAuth JWT `error` value set when the SSO session was revoked via back-channel logout. */
|
|
1426
|
+
declare const SESSION_REVOKED_ERROR = "SessionRevoked";
|
|
1427
|
+
/** Renderer key registered for GMP start-page tile collections (html-enrichment). */
|
|
1428
|
+
declare const GMP_TILES_RENDERER = "GMPTilesRenderer";
|
|
1421
1429
|
/** Per-tab, user-scoped storage used by the GMP ChatMCP client. */
|
|
1422
1430
|
declare const GMP_CHAT_SESSION_STORAGE_KEY = "c-rex-gmp-chat-session-v1";
|
|
1423
1431
|
declare const GMP_CHAT_SESSION_SNAPSHOT_VERSION = 1;
|
|
@@ -1456,4 +1464,4 @@ declare const BREAKPOINTS: {
|
|
|
1456
1464
|
};
|
|
1457
1465
|
declare const MARKER_COLORS: string[];
|
|
1458
1466
|
|
|
1459
|
-
export { ALL, API, ARTICLE_PAGE_LAYOUT, AdministrativeMetadataModelFields, AdministrativeMetadataModelFieldsAll, AuditStateModelFields, AuditStateModelFieldsAll, AuthStateModelFields, AuthStateModelFieldsAll, BLOG_TYPE_AND_LINK, BREAKPOINTS, CHAT_MCP_REQUIRED_SCOPES, 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, GMP_CHAT_SESSION_SNAPSHOT_VERSION, GMP_CHAT_SESSION_STORAGE_KEY, 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, TOC_SCROLL_HISTORY_STATE_KEY, 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 };
|
|
1467
|
+
export { ALL, API, ARTICLE_PAGE_LAYOUT, AdministrativeMetadataModelFields, AdministrativeMetadataModelFieldsAll, AuditStateModelFields, AuditStateModelFieldsAll, AuthStateModelFields, AuthStateModelFieldsAll, BACKCHANNEL_LOGOUT_EVENT_URI, BLOG_TYPE_AND_LINK, BREAKPOINTS, CHAT_MCP_REQUIRED_SCOPES, 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, GMP_CHAT_SESSION_SNAPSHOT_VERSION, GMP_CHAT_SESSION_STORAGE_KEY, GMP_TILES_RENDERER, 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, LOGOUT_TOKEN_FORM_KEY, 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, SESSION_REVOKED_ERROR, SupplyConsumableModelFields, SupplyConsumableModelFieldsAll, SupplyHardwareToolModelFields, SupplyHardwareToolModelFieldsAll, SupplyLubricantModelFields, SupplyLubricantModelFieldsAll, SupplyModelFields, SupplyModelFieldsAll, SupplyOperatingModelFields, SupplyOperatingModelFieldsAll, SupplySparePartModelFields, SupplySparePartModelFieldsAll, TOC_SCROLL_HISTORY_STATE_KEY, 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
|
@@ -29,6 +29,7 @@ __export(index_exports, {
|
|
|
29
29
|
AuditStateModelFieldsAll: () => AuditStateModelFieldsAll,
|
|
30
30
|
AuthStateModelFields: () => AuthStateModelFields,
|
|
31
31
|
AuthStateModelFieldsAll: () => AuthStateModelFieldsAll,
|
|
32
|
+
BACKCHANNEL_LOGOUT_EVENT_URI: () => BACKCHANNEL_LOGOUT_EVENT_URI,
|
|
32
33
|
BLOG_TYPE_AND_LINK: () => BLOG_TYPE_AND_LINK,
|
|
33
34
|
BREAKPOINTS: () => BREAKPOINTS,
|
|
34
35
|
CHAT_MCP_REQUIRED_SCOPES: () => CHAT_MCP_REQUIRED_SCOPES,
|
|
@@ -78,6 +79,7 @@ __export(index_exports, {
|
|
|
78
79
|
FunctionalMetadataModelFieldsAll: () => FunctionalMetadataModelFieldsAll,
|
|
79
80
|
GMP_CHAT_SESSION_SNAPSHOT_VERSION: () => GMP_CHAT_SESSION_SNAPSHOT_VERSION,
|
|
80
81
|
GMP_CHAT_SESSION_STORAGE_KEY: () => GMP_CHAT_SESSION_STORAGE_KEY,
|
|
82
|
+
GMP_TILES_RENDERER: () => GMP_TILES_RENDERER,
|
|
81
83
|
ICONS_BY_FILE_EXTENSION: () => ICONS_BY_FILE_EXTENSION,
|
|
82
84
|
IdentityDomainModelFields: () => IdentityDomainModelFields,
|
|
83
85
|
IdentityDomainModelFieldsAll: () => IdentityDomainModelFieldsAll,
|
|
@@ -109,6 +111,7 @@ __export(index_exports, {
|
|
|
109
111
|
InformationTypeModelFieldsAll: () => InformationTypeModelFieldsAll,
|
|
110
112
|
InformationUnitModelFields: () => InformationUnitModelFields,
|
|
111
113
|
InformationUnitModelFieldsAll: () => InformationUnitModelFieldsAll,
|
|
114
|
+
LOGOUT_TOKEN_FORM_KEY: () => LOGOUT_TOKEN_FORM_KEY,
|
|
112
115
|
LOG_CATEGORIES: () => LOG_CATEGORIES,
|
|
113
116
|
LOG_LEVELS: () => LOG_LEVELS,
|
|
114
117
|
MARKER_COLORS: () => MARKER_COLORS,
|
|
@@ -168,6 +171,7 @@ __export(index_exports, {
|
|
|
168
171
|
RenditionSelectorModelFieldsAll: () => RenditionSelectorModelFieldsAll,
|
|
169
172
|
SDK_CONFIG_KEY: () => SDK_CONFIG_KEY,
|
|
170
173
|
SEARCH_SETTINGS_COOKIE_NAME: () => SEARCH_SETTINGS_COOKIE_NAME,
|
|
174
|
+
SESSION_REVOKED_ERROR: () => SESSION_REVOKED_ERROR,
|
|
171
175
|
SupplyConsumableModelFields: () => SupplyConsumableModelFields,
|
|
172
176
|
SupplyConsumableModelFieldsAll: () => SupplyConsumableModelFieldsAll,
|
|
173
177
|
SupplyHardwareToolModelFields: () => SupplyHardwareToolModelFields,
|
|
@@ -1651,6 +1655,10 @@ var CHAT_MCP_REQUIRED_SCOPES = [
|
|
|
1651
1655
|
"crex.ids.mcp.use"
|
|
1652
1656
|
];
|
|
1653
1657
|
var POST_LOGOUT_RETURN_TO_KEY = "crex-post-logout-return-to";
|
|
1658
|
+
var BACKCHANNEL_LOGOUT_EVENT_URI = "http://schemas.openid.net/event/backchannel-logout";
|
|
1659
|
+
var LOGOUT_TOKEN_FORM_KEY = "logout_token";
|
|
1660
|
+
var SESSION_REVOKED_ERROR = "SessionRevoked";
|
|
1661
|
+
var GMP_TILES_RENDERER = "GMPTilesRenderer";
|
|
1654
1662
|
var GMP_CHAT_SESSION_STORAGE_KEY = "c-rex-gmp-chat-session-v1";
|
|
1655
1663
|
var GMP_CHAT_SESSION_SNAPSHOT_VERSION = 1;
|
|
1656
1664
|
var TOC_SCROLL_HISTORY_STATE_KEY = "__crexTocScroll";
|
|
@@ -1712,6 +1720,7 @@ var MARKER_COLORS = [
|
|
|
1712
1720
|
AuditStateModelFieldsAll,
|
|
1713
1721
|
AuthStateModelFields,
|
|
1714
1722
|
AuthStateModelFieldsAll,
|
|
1723
|
+
BACKCHANNEL_LOGOUT_EVENT_URI,
|
|
1715
1724
|
BLOG_TYPE_AND_LINK,
|
|
1716
1725
|
BREAKPOINTS,
|
|
1717
1726
|
CHAT_MCP_REQUIRED_SCOPES,
|
|
@@ -1761,6 +1770,7 @@ var MARKER_COLORS = [
|
|
|
1761
1770
|
FunctionalMetadataModelFieldsAll,
|
|
1762
1771
|
GMP_CHAT_SESSION_SNAPSHOT_VERSION,
|
|
1763
1772
|
GMP_CHAT_SESSION_STORAGE_KEY,
|
|
1773
|
+
GMP_TILES_RENDERER,
|
|
1764
1774
|
ICONS_BY_FILE_EXTENSION,
|
|
1765
1775
|
IdentityDomainModelFields,
|
|
1766
1776
|
IdentityDomainModelFieldsAll,
|
|
@@ -1792,6 +1802,7 @@ var MARKER_COLORS = [
|
|
|
1792
1802
|
InformationTypeModelFieldsAll,
|
|
1793
1803
|
InformationUnitModelFields,
|
|
1794
1804
|
InformationUnitModelFieldsAll,
|
|
1805
|
+
LOGOUT_TOKEN_FORM_KEY,
|
|
1795
1806
|
LOG_CATEGORIES,
|
|
1796
1807
|
LOG_LEVELS,
|
|
1797
1808
|
MARKER_COLORS,
|
|
@@ -1851,6 +1862,7 @@ var MARKER_COLORS = [
|
|
|
1851
1862
|
RenditionSelectorModelFieldsAll,
|
|
1852
1863
|
SDK_CONFIG_KEY,
|
|
1853
1864
|
SEARCH_SETTINGS_COOKIE_NAME,
|
|
1865
|
+
SESSION_REVOKED_ERROR,
|
|
1854
1866
|
SupplyConsumableModelFields,
|
|
1855
1867
|
SupplyConsumableModelFieldsAll,
|
|
1856
1868
|
SupplyHardwareToolModelFields,
|
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\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\n/** Scopes that must both be present in the selected Bearer to use ChatMCP. */\r\nexport const CHAT_MCP_REQUIRED_SCOPES = [\r\n \"crex.ids.chat.use\",\r\n \"crex.ids.mcp.use\",\r\n] as const;\r\n\r\nexport const POST_LOGOUT_RETURN_TO_KEY = \"crex-post-logout-return-to\";\r\n\r\n/** Per-tab, user-scoped storage used by the GMP ChatMCP client. */\r\nexport const GMP_CHAT_SESSION_STORAGE_KEY = \"c-rex-gmp-chat-session-v1\";\r\nexport const GMP_CHAT_SESSION_SNAPSHOT_VERSION = 1;\r\n\r\n/** Custom History API state key used by same-HTML TOC navigation. */\r\nexport const TOC_SCROLL_HISTORY_STATE_KEY = \"__crexTocScroll\";\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":"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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\n/** Scopes that must both be present in the selected Bearer to use ChatMCP. */\r\nexport const CHAT_MCP_REQUIRED_SCOPES = [\r\n \"crex.ids.chat.use\",\r\n \"crex.ids.mcp.use\",\r\n] as const;\r\n\r\nexport const POST_LOGOUT_RETURN_TO_KEY = \"crex-post-logout-return-to\";\r\n\r\n/** OIDC Back-Channel Logout 1.0 — required `events` member on a valid `logout_token`. */\r\nexport const BACKCHANNEL_LOGOUT_EVENT_URI =\r\n \"http://schemas.openid.net/event/backchannel-logout\";\r\n\r\n/** Form field name Keycloak POSTs the signed logout_token under. */\r\nexport const LOGOUT_TOKEN_FORM_KEY = \"logout_token\";\r\n\r\n/** NextAuth JWT `error` value set when the SSO session was revoked via back-channel logout. */\r\nexport const SESSION_REVOKED_ERROR = \"SessionRevoked\";\r\n\r\n/** Renderer key registered for GMP start-page tile collections (html-enrichment). */\r\nexport const GMP_TILES_RENDERER = \"GMPTilesRenderer\";\r\n\r\n/** Per-tab, user-scoped storage used by the GMP ChatMCP client. */\r\nexport const GMP_CHAT_SESSION_STORAGE_KEY = \"c-rex-gmp-chat-session-v1\";\r\nexport const GMP_CHAT_SESSION_SNAPSHOT_VERSION = 1;\r\n\r\n/** Custom History API state key used by same-HTML TOC navigation. */\r\nexport const TOC_SCROLL_HISTORY_STATE_KEY = \"__crexTocScroll\";\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":"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","names":[]}
|
package/dist/index.mjs
CHANGED
|
@@ -1426,6 +1426,10 @@ var CHAT_MCP_REQUIRED_SCOPES = [
|
|
|
1426
1426
|
"crex.ids.mcp.use"
|
|
1427
1427
|
];
|
|
1428
1428
|
var POST_LOGOUT_RETURN_TO_KEY = "crex-post-logout-return-to";
|
|
1429
|
+
var BACKCHANNEL_LOGOUT_EVENT_URI = "http://schemas.openid.net/event/backchannel-logout";
|
|
1430
|
+
var LOGOUT_TOKEN_FORM_KEY = "logout_token";
|
|
1431
|
+
var SESSION_REVOKED_ERROR = "SessionRevoked";
|
|
1432
|
+
var GMP_TILES_RENDERER = "GMPTilesRenderer";
|
|
1429
1433
|
var GMP_CHAT_SESSION_STORAGE_KEY = "c-rex-gmp-chat-session-v1";
|
|
1430
1434
|
var GMP_CHAT_SESSION_SNAPSHOT_VERSION = 1;
|
|
1431
1435
|
var TOC_SCROLL_HISTORY_STATE_KEY = "__crexTocScroll";
|
|
@@ -1486,6 +1490,7 @@ export {
|
|
|
1486
1490
|
AuditStateModelFieldsAll,
|
|
1487
1491
|
AuthStateModelFields,
|
|
1488
1492
|
AuthStateModelFieldsAll,
|
|
1493
|
+
BACKCHANNEL_LOGOUT_EVENT_URI,
|
|
1489
1494
|
BLOG_TYPE_AND_LINK,
|
|
1490
1495
|
BREAKPOINTS,
|
|
1491
1496
|
CHAT_MCP_REQUIRED_SCOPES,
|
|
@@ -1535,6 +1540,7 @@ export {
|
|
|
1535
1540
|
FunctionalMetadataModelFieldsAll,
|
|
1536
1541
|
GMP_CHAT_SESSION_SNAPSHOT_VERSION,
|
|
1537
1542
|
GMP_CHAT_SESSION_STORAGE_KEY,
|
|
1543
|
+
GMP_TILES_RENDERER,
|
|
1538
1544
|
ICONS_BY_FILE_EXTENSION,
|
|
1539
1545
|
IdentityDomainModelFields,
|
|
1540
1546
|
IdentityDomainModelFieldsAll,
|
|
@@ -1566,6 +1572,7 @@ export {
|
|
|
1566
1572
|
InformationTypeModelFieldsAll,
|
|
1567
1573
|
InformationUnitModelFields,
|
|
1568
1574
|
InformationUnitModelFieldsAll,
|
|
1575
|
+
LOGOUT_TOKEN_FORM_KEY,
|
|
1569
1576
|
LOG_CATEGORIES,
|
|
1570
1577
|
LOG_LEVELS,
|
|
1571
1578
|
MARKER_COLORS,
|
|
@@ -1625,6 +1632,7 @@ export {
|
|
|
1625
1632
|
RenditionSelectorModelFieldsAll,
|
|
1626
1633
|
SDK_CONFIG_KEY,
|
|
1627
1634
|
SEARCH_SETTINGS_COOKIE_NAME,
|
|
1635
|
+
SESSION_REVOKED_ERROR,
|
|
1628
1636
|
SupplyConsumableModelFields,
|
|
1629
1637
|
SupplyConsumableModelFieldsAll,
|
|
1630
1638
|
SupplyHardwareToolModelFields,
|
package/dist/index.mjs.map
CHANGED
|
@@ -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\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\n/** Scopes that must both be present in the selected Bearer to use ChatMCP. */\r\nexport const CHAT_MCP_REQUIRED_SCOPES = [\r\n \"crex.ids.chat.use\",\r\n \"crex.ids.mcp.use\",\r\n] as const;\r\n\r\nexport const POST_LOGOUT_RETURN_TO_KEY = \"crex-post-logout-return-to\";\r\n\r\n/** Per-tab, user-scoped storage used by the GMP ChatMCP client. */\r\nexport const GMP_CHAT_SESSION_STORAGE_KEY = \"c-rex-gmp-chat-session-v1\";\r\nexport const GMP_CHAT_SESSION_SNAPSHOT_VERSION = 1;\r\n\r\n/** Custom History API state key used by same-HTML TOC navigation. */\r\nexport const TOC_SCROLL_HISTORY_STATE_KEY = \"__crexTocScroll\";\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":[]}
|
|
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\n/** Scopes that must both be present in the selected Bearer to use ChatMCP. */\r\nexport const CHAT_MCP_REQUIRED_SCOPES = [\r\n \"crex.ids.chat.use\",\r\n \"crex.ids.mcp.use\",\r\n] as const;\r\n\r\nexport const POST_LOGOUT_RETURN_TO_KEY = \"crex-post-logout-return-to\";\r\n\r\n/** OIDC Back-Channel Logout 1.0 — required `events` member on a valid `logout_token`. */\r\nexport const BACKCHANNEL_LOGOUT_EVENT_URI =\r\n \"http://schemas.openid.net/event/backchannel-logout\";\r\n\r\n/** Form field name Keycloak POSTs the signed logout_token under. */\r\nexport const LOGOUT_TOKEN_FORM_KEY = \"logout_token\";\r\n\r\n/** NextAuth JWT `error` value set when the SSO session was revoked via back-channel logout. */\r\nexport const SESSION_REVOKED_ERROR = \"SessionRevoked\";\r\n\r\n/** Renderer key registered for GMP start-page tile collections (html-enrichment). */\r\nexport const GMP_TILES_RENDERER = \"GMPTilesRenderer\";\r\n\r\n/** Per-tab, user-scoped storage used by the GMP ChatMCP client. */\r\nexport const GMP_CHAT_SESSION_STORAGE_KEY = \"c-rex-gmp-chat-session-v1\";\r\nexport const GMP_CHAT_SESSION_SNAPSHOT_VERSION = 1;\r\n\r\n/** Custom History API state key used by same-HTML TOC navigation. */\r\nexport const TOC_SCROLL_HISTORY_STATE_KEY = \"__crexTocScroll\";\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":[]}
|