@salesforce/lds-adapters-industries-context 0.1.0-dev1
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/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-context.js +13943 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/cloneContextMappings.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextAttributeMapping.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextAttributeMappings.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextAttributes.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextFilters.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextMapping.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextMappings.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextNodeMapping.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextNodeMappings.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextNodes.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextQueryRecords.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextServiceDefinition.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextTags.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContext.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextAttributeMapping.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextFilter.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextMapping.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextNodeMapping.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceAttribute.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceAttributeMapping.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceDefinition.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceMapping.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceNode.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceNodeMapping.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceTag.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/getContext.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextAttributeMapping.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextDefinitions.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextFilter.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextFilters.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextInfo.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextMapping.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextNodeMapping.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceAccess.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceAttribute.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceAttributeMapping.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceDefinition.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceDefinitionInfo.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceMapping.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceNode.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceNodeMapping.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceTag.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextTags.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextTranslation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getDynamicAttributes.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/putContextServiceAccess.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/queryContextRecordAndChildren.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextAttributeMapping.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextAttributeMappings.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextAttributes.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextFilter.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextMapping.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextMappings.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextNodeMapping.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextNodeMappings.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextNodes.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextServiceDefinition.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextTags.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/upgradeContextServiceDefinition.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +98 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextByContextId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsByContextDefinitionId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextFiltersByContextDefinitionFilterIdAndContextDefinitionId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextMappingsByContextDefinitionIdAndContextMappingId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextNodesByContextDefinitionIdAndContextNodeId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextTagsByContextDefinitionIdAndContextTagId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextMappingsContextNodeMappingsByContextNodeMappingIdAndContextMappingId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextNodeMappingsContextAttributeMappingsByContextAttributeMappingIdAndContextNodeMappingId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextNodesContextAttributesByContextAttributeIdAndContextNodeId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextdefinitionAttributenodeByContextAttributeId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextdefinitionAttributetagByContextAttributeTagId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextdefinitionByContextDefinitionId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextdefinitionNodeByContextNodeId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextdefinitionVersionByContextDefinitionVersionId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextmappingAttributenodeByContextAttributeMappingId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextmappingByContextMappingId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextmappingHydrationdetailByContextAttrHydrationDetailId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextmappingNodeByContextNodeMappingId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextsByContextId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextByContextId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitions.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsByContextDefinitionId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextFiltersByContextDefinitionFilterIdAndContextDefinitionId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextFiltersByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextMappingsByContextDefinitionIdAndContextMappingId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextNodesByContextDefinitionIdAndContextNodeId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextTagsByContextDefinitionId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextTagsByContextDefinitionIdAndContextTagId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsDynamicAttributesByContextDefinitionId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsInfoByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextMappingsContextNodeMappingsByContextNodeMappingIdAndContextMappingId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextNodeMappingsContextAttributeMappingsByContextAttributeMappingIdAndContextNodeMappingId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextNodesContextAttributesByContextAttributeIdAndContextNodeId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinition.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionAttributenodeByContextAttributeId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionAttributenodeTagsByContextAttributeId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionAttributetagByContextAttributeTagId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionByContextDefinitionId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionInfoByContextDefinitionId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionNodeByContextNodeId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionVersionByContextDefinitionVersionId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextmappingAttributenodeByContextAttributeMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextmappingByContextMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextmappingHydrationdetailByContextAttrHydrationDetailId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextmappingNodeByContextNodeMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextsByContextId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextsContextMappingsTranslateByContextIdAndContextMappingId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextFiltersByContextDefinitionFilterIdAndContextDefinitionId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextMappingsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextMappingsByContextDefinitionIdAndContextMappingId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextNodesByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextTagsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsUpgrades.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextMappingsContextNodeMappingsByContextMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextNodeMappingsContextAttributeMappingsByContextNodeMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextNodesContextAttributesByContextNodeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextdefinitionAttributenodeByContextAttributeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextdefinitionAttributetagByContextAttributeTagId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextdefinitionByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextdefinitionNodeByContextNodeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextdefinitionVersionByContextDefinitionVersionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextmappingAttributenodeByContextAttributeMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextmappingByContextMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextmappingNodeByContextNodeMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContext.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitions.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextFiltersByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextMappingsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextNodesByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextTagsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextMappingsClone.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextMappingsContextNodeMappingsByContextMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextNodeMappingsContextAttributeMappingsByContextNodeMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextNodesContextAttributesByContextNodeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextQueryrecord.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinition.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionActionClone.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionAttributenode.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionAttributetag.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionNode.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionNodeAttributesByContextNodeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionVersion.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextmapping.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextmappingAttributenode.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextmappingHydrationdetail.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextmappingNode.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextsQueryRecords.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/types/CloneContextDefinitionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CloneContextDefinitionInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttrContextHydrationDetailRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttrContextHydrationDetailsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttrHydrationDetailInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttrHydrationDetailListInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttrHydrationDetailRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttrHydrationDetailsInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeListRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingRepresentation.d.ts +76 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingsInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeRepresentation.d.ts +96 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeTagInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeTagInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeTagListRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeTagRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributesInputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributesListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributesListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextDataPathInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextDataRecordRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionFilterInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionFilterListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionFilterListRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionFilterRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionInfoRepresentation.d.ts +108 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionListRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionReferenceInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionReferenceListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionReferenceRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionRepresentation.d.ts +94 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionUpgradeListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionUpgradeListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionUpgradeListRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionUpgradesInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionVersionInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionVersionInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionVersionRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionsInputRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionsInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextInfoRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/ContextInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingCloneInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingCloneInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingCloneListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingCloneListInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingListInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingListRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingRepresentation.d.ts +78 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingsInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ContextMetaDataInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeListRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingRepresentation.d.ts +69 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingsInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodesInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ContextOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextQueryRecordRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ContextQueryResultRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ContextServiceAccessInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextServiceAccessInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextServiceAccessRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ContextTagInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ContextTagListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextTagListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextTagListRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/ContextTranslationServiceRecordRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DmoToTargetDataSpaceInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DmoToTargetDataSpaceListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DynamicAttributeByMappingSearchResultRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/DynamicAttributeByNodeSearchResultRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/DynamicAttributeSearchResultInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/DynamicAttributeSearchResultRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/ErrorResponseRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/MappedAttributeDataTypeInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/NodePathAndAttributesInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ObjectGraphResponseRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ObjectWithReferenceResponseRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/QueryContextInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/QueryContextRecordInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/QueryContextRecordInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/QueryContextRecordListInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/QueryContextRecordListResultRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/QueryContextRecordResultDataRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/QueryContextRecordResultRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/QueryRecordInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/QueryRecordsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/QueryRecordsInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/QueryRecordsResultRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/UpdateContextAttributesInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +76 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +15120 -0
- package/src/raml/api.raml +3580 -0
- package/src/raml/luvio.raml +505 -0
package/dist/es/es2018/types/src/generated/types/ContextMappingInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextMappingInputRepresentation as ContextMappingInputRepresentation_ContextMappingInputRepresentation } from './ContextMappingInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "ffcb5ee5363319b19d58108c9c42dfd9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextMappingInputWrapperRepresentation, existing: ContextMappingInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMappingInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextMappingInputWrapperRepresentationNormalized, incoming: ContextMappingInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextMappingInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextMappingInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextMappingInputWrapperRepresentationNormalized {
|
|
18
|
+
contextMappingInput: ContextMappingInputRepresentation_ContextMappingInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextMappingInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextMappingInputWrapperRepresentation {
|
|
27
|
+
contextMappingInput: ContextMappingInputRepresentation_ContextMappingInputRepresentation;
|
|
28
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "fbc326f0a76fee3248c7ccc3034ed8bb";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextMappingListInputRepresentation, existing: ContextMappingListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMappingListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextMappingListInputRepresentationNormalized, incoming: ContextMappingListInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextMappingListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Mapping List
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextMappingListInputRepresentationNormalized {
|
|
17
|
+
/** List of ContextMappings */
|
|
18
|
+
contextMappings: Array<{}>;
|
|
19
|
+
/** Generate Default Input Mappings. */
|
|
20
|
+
generateInputMappings?: boolean;
|
|
21
|
+
/** Generate Default SObject Mappings. */
|
|
22
|
+
generateSObjectMappings?: boolean;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Input representation of Context Mapping List
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ContextMappingListInputRepresentation {
|
|
31
|
+
contextMappings: Array<{}>;
|
|
32
|
+
generateInputMappings?: boolean;
|
|
33
|
+
generateSObjectMappings?: boolean;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextMappingListInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextMappingListInputRepresentation as ContextMappingListInputRepresentation_ContextMappingListInputRepresentation } from './ContextMappingListInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "87f9542bc4aa603d5b89035e61e58756";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextMappingListInputWrapperRepresentation, existing: ContextMappingListInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMappingListInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextMappingListInputWrapperRepresentationNormalized, incoming: ContextMappingListInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextMappingListInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextMappingListInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextMappingListInputWrapperRepresentationNormalized {
|
|
18
|
+
contextMappingInput: ContextMappingListInputRepresentation_ContextMappingListInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextMappingListInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextMappingListInputWrapperRepresentation {
|
|
27
|
+
contextMappingInput: ContextMappingListInputRepresentation_ContextMappingListInputRepresentation;
|
|
28
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { ContextMappingRepresentation as ContextMappingRepresentation_ContextMappingRepresentation } from './ContextMappingRepresentation';
|
|
3
|
+
export declare const TTL = 1000;
|
|
4
|
+
export declare const VERSION = "d7c8141e7fbfa6da28615ba495c4b07e";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export type ContextMappingListRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialContextMappingListRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ContextMappingListRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ContextMappingListRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ContextMappingListRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: ContextMappingListRepresentation, existing: ContextMappingListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMappingListRepresentationNormalized;
|
|
17
|
+
export interface DynamicIngestParams {
|
|
18
|
+
contextMappings: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
}
|
|
20
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ContextMappingListRepresentation, existing: ContextMappingListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ContextMappingListRepresentationNormalized;
|
|
21
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
22
|
+
export interface DynamicSelectParams {
|
|
23
|
+
contextMappings?: $64$luvio_engine_LinkSelection;
|
|
24
|
+
}
|
|
25
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
26
|
+
export declare function equals(existing: ContextMappingListRepresentationNormalized, incoming: ContextMappingListRepresentationNormalized): boolean;
|
|
27
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
28
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextMappingListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
29
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
30
|
+
/**
|
|
31
|
+
* Output representation of List of Context Mappings
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* id (string): contextMappingListId
|
|
35
|
+
*/
|
|
36
|
+
export interface ContextMappingListRepresentationNormalized {
|
|
37
|
+
/** Unique Id - Required for LDS */
|
|
38
|
+
contextMappingListId: string;
|
|
39
|
+
/** List of ContextMappings */
|
|
40
|
+
contextMappings?: Array<$64$luvio_engine_StoreLink>;
|
|
41
|
+
/** Success */
|
|
42
|
+
isSuccess?: boolean;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Output representation of List of Context Mappings
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* id (string): contextMappingListId
|
|
49
|
+
*/
|
|
50
|
+
export interface ContextMappingListRepresentation {
|
|
51
|
+
contextMappingListId: string;
|
|
52
|
+
contextMappings?: Array<ContextMappingRepresentation_ContextMappingRepresentation>;
|
|
53
|
+
isSuccess?: boolean;
|
|
54
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { ContextNodeMappingRepresentation as ContextNodeMappingRepresentation_ContextNodeMappingRepresentation } from './ContextNodeMappingRepresentation';
|
|
3
|
+
export declare const TTL = 1000;
|
|
4
|
+
export declare const VERSION = "6625536779234428522beec438ddd863";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export type ContextMappingRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialContextMappingRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ContextMappingRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ContextMappingRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ContextMappingRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: ContextMappingRepresentation, existing: ContextMappingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMappingRepresentationNormalized;
|
|
17
|
+
export interface DynamicIngestParams {
|
|
18
|
+
contextNodeMappings: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
}
|
|
20
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ContextMappingRepresentation, existing: ContextMappingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ContextMappingRepresentationNormalized;
|
|
21
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
22
|
+
export interface DynamicSelectParams {
|
|
23
|
+
contextNodeMappings?: $64$luvio_engine_LinkSelection;
|
|
24
|
+
}
|
|
25
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
26
|
+
export declare function equals(existing: ContextMappingRepresentationNormalized, incoming: ContextMappingRepresentationNormalized): boolean;
|
|
27
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
28
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextMappingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
29
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
30
|
+
/**
|
|
31
|
+
* Output representation of Context Mapping
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* id (string): contextMappingId
|
|
35
|
+
*/
|
|
36
|
+
export interface ContextMappingRepresentationNormalized {
|
|
37
|
+
/** Represents inherited ContextMapping in this definition. */
|
|
38
|
+
baseReference?: string;
|
|
39
|
+
/** Id of ContextDefinitionVersion */
|
|
40
|
+
contextDefinitionVersionId?: string;
|
|
41
|
+
/** Id of ContextMapping */
|
|
42
|
+
contextMappingId: string;
|
|
43
|
+
/** List of ContextNodeMappings */
|
|
44
|
+
contextNodeMappings: Array<$64$luvio_engine_StoreLink>;
|
|
45
|
+
/** Description of ContextMapping */
|
|
46
|
+
description?: string;
|
|
47
|
+
/** Intents for this definition. */
|
|
48
|
+
intents?: Array<string>;
|
|
49
|
+
/** Success */
|
|
50
|
+
isDefault?: boolean;
|
|
51
|
+
/** is input mapped */
|
|
52
|
+
isInputMapped?: boolean;
|
|
53
|
+
/** Success */
|
|
54
|
+
isSuccess?: boolean;
|
|
55
|
+
/** Mapped Context definition ID */
|
|
56
|
+
mappedContextDefinitionName?: string;
|
|
57
|
+
/** Name of ContextMapping */
|
|
58
|
+
name?: string;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Output representation of Context Mapping
|
|
62
|
+
*
|
|
63
|
+
* Keys:
|
|
64
|
+
* id (string): contextMappingId
|
|
65
|
+
*/
|
|
66
|
+
export interface ContextMappingRepresentation {
|
|
67
|
+
baseReference?: string;
|
|
68
|
+
contextDefinitionVersionId?: string;
|
|
69
|
+
contextMappingId: string;
|
|
70
|
+
contextNodeMappings: Array<ContextNodeMappingRepresentation_ContextNodeMappingRepresentation>;
|
|
71
|
+
description?: string;
|
|
72
|
+
intents?: Array<string>;
|
|
73
|
+
isDefault?: boolean;
|
|
74
|
+
isInputMapped?: boolean;
|
|
75
|
+
isSuccess?: boolean;
|
|
76
|
+
mappedContextDefinitionName?: string;
|
|
77
|
+
name?: string;
|
|
78
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "2740f15d3021cd3cda92abc5fa136297";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextMappingsInputRepresentation, existing: ContextMappingsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMappingsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextMappingsInputRepresentationNormalized, incoming: ContextMappingsInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextMappingsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Mapping
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextMappingsInputRepresentationNormalized {
|
|
17
|
+
/** ID of this Context Mapping - Required for Update */
|
|
18
|
+
contextMappingId?: string;
|
|
19
|
+
/** List of ContextNodeMappings */
|
|
20
|
+
contextNodeMappings?: Array<{}>;
|
|
21
|
+
/** Description of ContextMapping */
|
|
22
|
+
description?: string;
|
|
23
|
+
/** Intent for this mapping */
|
|
24
|
+
intents?: Array<string>;
|
|
25
|
+
/** Is Default */
|
|
26
|
+
isDefault?: boolean;
|
|
27
|
+
/** Mapped Context Definition Id */
|
|
28
|
+
mappedContextDefinitionName?: string;
|
|
29
|
+
/** Name of ContextMapping */
|
|
30
|
+
name: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Input representation of Context Mapping
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface ContextMappingsInputRepresentation {
|
|
39
|
+
contextMappingId?: string;
|
|
40
|
+
contextNodeMappings?: Array<{}>;
|
|
41
|
+
description?: string;
|
|
42
|
+
intents?: Array<string>;
|
|
43
|
+
isDefault?: boolean;
|
|
44
|
+
mappedContextDefinitionName?: string;
|
|
45
|
+
name: string;
|
|
46
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "8203442f67dd6fdcb1759f0c4299f3f3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextMetaDataInputRepresentation, existing: ContextMetaDataInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMetaDataInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextMetaDataInputRepresentationNormalized, incoming: ContextMetaDataInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextMetaDataInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Metadata
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextMetaDataInputRepresentationNormalized {
|
|
17
|
+
/** List of BusinessObjectType Structures */
|
|
18
|
+
boStructure: Array<{}>;
|
|
19
|
+
/** Context Definition Id */
|
|
20
|
+
contextDefinitionId: string;
|
|
21
|
+
/** Context Lifecycle Customizer */
|
|
22
|
+
contextLifecycleCustomizer: string;
|
|
23
|
+
/** Context Mapping Id */
|
|
24
|
+
mappingId: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input representation of Context Metadata
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface ContextMetaDataInputRepresentation {
|
|
33
|
+
boStructure: Array<{}>;
|
|
34
|
+
contextDefinitionId: string;
|
|
35
|
+
contextLifecycleCustomizer: string;
|
|
36
|
+
mappingId: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "eb55be029ec619befc776299526fff5f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextNodeInputRepresentation, existing: ContextNodeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextNodeInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextNodeInputRepresentationNormalized, incoming: ContextNodeInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextNodeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Node
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextNodeInputRepresentationNormalized {
|
|
17
|
+
/** List of Attributes */
|
|
18
|
+
attributes?: Array<{}>;
|
|
19
|
+
/** List of Child ContextNodes */
|
|
20
|
+
childNodes?: Array<{}>;
|
|
21
|
+
/** Id of ContextDefinitionVersion */
|
|
22
|
+
contextDefinitionVersionId: string;
|
|
23
|
+
/** Is Transposable ? */
|
|
24
|
+
isTransposable?: boolean;
|
|
25
|
+
/** Name */
|
|
26
|
+
name: string;
|
|
27
|
+
/** Id of (Parent) Context Node */
|
|
28
|
+
parentNodeId?: string;
|
|
29
|
+
/** Tags */
|
|
30
|
+
tags?: Array<{}>;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Input representation of Context Node
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface ContextNodeInputRepresentation {
|
|
39
|
+
attributes?: Array<{}>;
|
|
40
|
+
childNodes?: Array<{}>;
|
|
41
|
+
contextDefinitionVersionId: string;
|
|
42
|
+
isTransposable?: boolean;
|
|
43
|
+
name: string;
|
|
44
|
+
parentNodeId?: string;
|
|
45
|
+
tags?: Array<{}>;
|
|
46
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextNodeInputRepresentation as ContextNodeInputRepresentation_ContextNodeInputRepresentation } from './ContextNodeInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "5cfd21e402a837c5d7342a2c89f2ce3a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextNodeInputWrapperRepresentation, existing: ContextNodeInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextNodeInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextNodeInputWrapperRepresentationNormalized, incoming: ContextNodeInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextNodeInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextNodeInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextNodeInputWrapperRepresentationNormalized {
|
|
18
|
+
contextNodeInput: ContextNodeInputRepresentation_ContextNodeInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextNodeInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextNodeInputWrapperRepresentation {
|
|
27
|
+
contextNodeInput: ContextNodeInputRepresentation_ContextNodeInputRepresentation;
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "552a248194a1216b6deeefc6f24d36c1";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextNodeListInputRepresentation, existing: ContextNodeListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextNodeListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextNodeListInputRepresentationNormalized, incoming: ContextNodeListInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextNodeListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Node List
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextNodeListInputRepresentationNormalized {
|
|
17
|
+
/** List of ContextNodes */
|
|
18
|
+
contextNodes?: Array<{}>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input representation of Context Node List
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextNodeListInputRepresentation {
|
|
27
|
+
contextNodes?: Array<{}>;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextNodeListInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextNodeListInputRepresentation as ContextNodeListInputRepresentation_ContextNodeListInputRepresentation } from './ContextNodeListInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "468f891d0fb449dc4b8debf682bd1b64";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextNodeListInputWrapperRepresentation, existing: ContextNodeListInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextNodeListInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextNodeListInputWrapperRepresentationNormalized, incoming: ContextNodeListInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextNodeListInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextNodeMappingInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextNodeListInputWrapperRepresentationNormalized {
|
|
18
|
+
contextNodeInput: ContextNodeListInputRepresentation_ContextNodeListInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextNodeMappingInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextNodeListInputWrapperRepresentation {
|
|
27
|
+
contextNodeInput: ContextNodeListInputRepresentation_ContextNodeListInputRepresentation;
|
|
28
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { ContextNodeRepresentation as ContextNodeRepresentation_ContextNodeRepresentation } from './ContextNodeRepresentation';
|
|
3
|
+
export declare const TTL = 1000;
|
|
4
|
+
export declare const VERSION = "2846b17386c4627d73c9b82f1333605f";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export type ContextNodeListRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialContextNodeListRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ContextNodeListRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ContextNodeListRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ContextNodeListRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: ContextNodeListRepresentation, existing: ContextNodeListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextNodeListRepresentationNormalized;
|
|
17
|
+
export interface DynamicIngestParams {
|
|
18
|
+
contextNodes: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
}
|
|
20
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ContextNodeListRepresentation, existing: ContextNodeListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ContextNodeListRepresentationNormalized;
|
|
21
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
22
|
+
export interface DynamicSelectParams {
|
|
23
|
+
contextNodes?: $64$luvio_engine_LinkSelection;
|
|
24
|
+
}
|
|
25
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
26
|
+
export declare function equals(existing: ContextNodeListRepresentationNormalized, incoming: ContextNodeListRepresentationNormalized): boolean;
|
|
27
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
28
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextNodeListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
29
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
30
|
+
/**
|
|
31
|
+
* Output representation of List of Context Nodes
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* id (string): contextNodeListId
|
|
35
|
+
*/
|
|
36
|
+
export interface ContextNodeListRepresentationNormalized {
|
|
37
|
+
/** Unique Id - Required for LDS */
|
|
38
|
+
contextNodeListId: string;
|
|
39
|
+
/** List of ContextNodes */
|
|
40
|
+
contextNodes?: Array<$64$luvio_engine_StoreLink>;
|
|
41
|
+
/** Success */
|
|
42
|
+
isSuccess?: boolean;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Output representation of List of Context Nodes
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* id (string): contextNodeListId
|
|
49
|
+
*/
|
|
50
|
+
export interface ContextNodeListRepresentation {
|
|
51
|
+
contextNodeListId: string;
|
|
52
|
+
contextNodes?: Array<ContextNodeRepresentation_ContextNodeRepresentation>;
|
|
53
|
+
isSuccess?: boolean;
|
|
54
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "184d5fe21ab9c5369e810fcec1c9580c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextNodeMappingInputRepresentation, existing: ContextNodeMappingInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextNodeMappingInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextNodeMappingInputRepresentationNormalized, incoming: ContextNodeMappingInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextNodeMappingInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Node Mapping
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextNodeMappingInputRepresentationNormalized {
|
|
17
|
+
/** List of ContextAttributeMappings */
|
|
18
|
+
attributeMappings: Array<{}>;
|
|
19
|
+
/** Id of (Parent) ContextMapping */
|
|
20
|
+
contextMappingId: string;
|
|
21
|
+
/** Reference to ContextNode */
|
|
22
|
+
contextNodeId: string;
|
|
23
|
+
/** SObject Name */
|
|
24
|
+
sObjectName: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input representation of Context Node Mapping
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface ContextNodeMappingInputRepresentation {
|
|
33
|
+
attributeMappings: Array<{}>;
|
|
34
|
+
contextMappingId: string;
|
|
35
|
+
contextNodeId: string;
|
|
36
|
+
sObjectName: string;
|
|
37
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextNodeMappingInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextNodeMappingInputRepresentation as ContextNodeMappingInputRepresentation_ContextNodeMappingInputRepresentation } from './ContextNodeMappingInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "42636f59e889fb581be776917f76a997";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextNodeMappingInputWrapperRepresentation, existing: ContextNodeMappingInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextNodeMappingInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextNodeMappingInputWrapperRepresentationNormalized, incoming: ContextNodeMappingInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextNodeMappingInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextNodeMappingInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextNodeMappingInputWrapperRepresentationNormalized {
|
|
18
|
+
contextNodeMappingInput: ContextNodeMappingInputRepresentation_ContextNodeMappingInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextNodeMappingInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextNodeMappingInputWrapperRepresentation {
|
|
27
|
+
contextNodeMappingInput: ContextNodeMappingInputRepresentation_ContextNodeMappingInputRepresentation;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "53300af0687fac0823fd5b1fc8604369";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextNodeMappingListInputRepresentation, existing: ContextNodeMappingListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextNodeMappingListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextNodeMappingListInputRepresentationNormalized, incoming: ContextNodeMappingListInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextNodeMappingListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Node Mapping List
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextNodeMappingListInputRepresentationNormalized {
|
|
17
|
+
/** List of ContextNodeMappings */
|
|
18
|
+
contextNodeMappings: Array<{}>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input representation of Context Node Mapping List
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextNodeMappingListInputRepresentation {
|
|
27
|
+
contextNodeMappings: Array<{}>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextNodeMappingListInputRepresentation as ContextNodeMappingListInputRepresentation_ContextNodeMappingListInputRepresentation } from './ContextNodeMappingListInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "3d8a888c0665fead6cf9a9aa503bff37";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextNodeMappingListInputWrapperRepresentation, existing: ContextNodeMappingListInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextNodeMappingListInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextNodeMappingListInputWrapperRepresentationNormalized, incoming: ContextNodeMappingListInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextNodeMappingListInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextNodeMappingListInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextNodeMappingListInputWrapperRepresentationNormalized {
|
|
18
|
+
contextNodeMappingInput: ContextNodeMappingListInputRepresentation_ContextNodeMappingListInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextNodeMappingListInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextNodeMappingListInputWrapperRepresentation {
|
|
27
|
+
contextNodeMappingInput: ContextNodeMappingListInputRepresentation_ContextNodeMappingListInputRepresentation;
|
|
28
|
+
}
|