@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
|
@@ -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 = "e1cecb08ea28a98097bb7ae0fe4a70e6";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextAttrContextHydrationDetailsInputRepresentation, existing: ContextAttrContextHydrationDetailsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttrContextHydrationDetailsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextAttrContextHydrationDetailsInputRepresentationNormalized, incoming: ContextAttrContextHydrationDetailsInputRepresentationNormalized): 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: ContextAttrContextHydrationDetailsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Attribute Context Hydration Detail
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextAttrContextHydrationDetailsInputRepresentationNormalized {
|
|
17
|
+
/** ID of this Hydration Detail - Required for Update */
|
|
18
|
+
contextAttrContextHydrationDetailId: string;
|
|
19
|
+
/** Id of (Parent) ContextAttributeMapping */
|
|
20
|
+
parentAttributeMappingId: string;
|
|
21
|
+
/** Query Attribute */
|
|
22
|
+
queryAttribute: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Input representation of Context Attribute Context Hydration Detail
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ContextAttrContextHydrationDetailsInputRepresentation {
|
|
31
|
+
contextAttrContextHydrationDetailId: string;
|
|
32
|
+
parentAttributeMappingId: string;
|
|
33
|
+
queryAttribute: string;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextAttrHydrationDetailInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
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 = "c28d234445ff5664717b4de873e22a85";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextAttrHydrationDetailInputRepresentation, existing: ContextAttrHydrationDetailInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttrHydrationDetailInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextAttrHydrationDetailInputRepresentationNormalized, incoming: ContextAttrHydrationDetailInputRepresentationNormalized): 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: ContextAttrHydrationDetailInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Attribute Hydration Detail
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextAttrHydrationDetailInputRepresentationNormalized {
|
|
17
|
+
/** Child Hydration Details */
|
|
18
|
+
childDetails?: Array<{}>;
|
|
19
|
+
/** Id of (Parent) ContextAttributeMapping */
|
|
20
|
+
parentAttributeMappingId?: string;
|
|
21
|
+
/** Id of (Parent) ContextAttributeHydrationDetail */
|
|
22
|
+
parentDetailId?: string;
|
|
23
|
+
/** Query Attribute */
|
|
24
|
+
queryAttribute: string;
|
|
25
|
+
/** SObject Domain */
|
|
26
|
+
sObjectDomain: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Input representation of Context Attribute Hydration Detail
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface ContextAttrHydrationDetailInputRepresentation {
|
|
35
|
+
childDetails?: Array<{}>;
|
|
36
|
+
parentAttributeMappingId?: string;
|
|
37
|
+
parentDetailId?: string;
|
|
38
|
+
queryAttribute: string;
|
|
39
|
+
sObjectDomain: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 = "c2b6f4ea2aa616b865d95c7d91f4e4d7";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextAttrHydrationDetailListInputRepresentation, existing: ContextAttrHydrationDetailListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttrHydrationDetailListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextAttrHydrationDetailListInputRepresentationNormalized, incoming: ContextAttrHydrationDetailListInputRepresentationNormalized): 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: ContextAttrHydrationDetailListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Attribute Hydration Details List
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextAttrHydrationDetailListInputRepresentationNormalized {
|
|
17
|
+
/** List of ContextAttributeContextHydrationDetail */
|
|
18
|
+
contextAttrContextHydrationDetails?: Array<{}>;
|
|
19
|
+
/** List of ContextAttributeHydrationDetail */
|
|
20
|
+
contextAttrHydrationDetails?: Array<{}>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation of Context Attribute Hydration Details List
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ContextAttrHydrationDetailListInputRepresentation {
|
|
29
|
+
contextAttrContextHydrationDetails?: Array<{}>;
|
|
30
|
+
contextAttrHydrationDetails?: Array<{}>;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextAttrHydrationDetailRepresentation.d.ts
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { MappedAttributeDataTypeInfoRepresentation as MappedAttributeDataTypeInfoRepresentation_MappedAttributeDataTypeInfoRepresentation } from './MappedAttributeDataTypeInfoRepresentation';
|
|
2
|
+
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 1000;
|
|
4
|
+
export declare const VERSION = "c80a3e493f49341d9f4ab684e28db7ba";
|
|
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 ContextAttrHydrationDetailRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialContextAttrHydrationDetailRepresentationNormalizedKeyMetadata = 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): ContextAttrHydrationDetailRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ContextAttrHydrationDetailRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ContextAttrHydrationDetailRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: ContextAttrHydrationDetailRepresentation, existing: ContextAttrHydrationDetailRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttrHydrationDetailRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
+
export declare function equals(existing: ContextAttrHydrationDetailRepresentationNormalized, incoming: ContextAttrHydrationDetailRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextAttrHydrationDetailRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Output representation of Context Attribute Hydration Detail
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string): contextAttrHydrationDetailId
|
|
26
|
+
*/
|
|
27
|
+
export interface ContextAttrHydrationDetailRepresentationNormalized {
|
|
28
|
+
/** Represents inherited ContextAttrHydrationDetail in this definition. */
|
|
29
|
+
baseReference?: string;
|
|
30
|
+
/** List of (Parent) ContextAttributeHydrationDetail */
|
|
31
|
+
childDetails?: Array<unknown>;
|
|
32
|
+
/** Id of this ContextAttrHydrationDetail */
|
|
33
|
+
contextAttrHydrationDetailId: string;
|
|
34
|
+
/** Success */
|
|
35
|
+
isSuccess?: boolean;
|
|
36
|
+
mappedAttributeDataTypeInfo?: MappedAttributeDataTypeInfoRepresentation_MappedAttributeDataTypeInfoRepresentation;
|
|
37
|
+
/** Id of (Parent) ContextAttributeMapping */
|
|
38
|
+
parentMappingAttributeId?: string;
|
|
39
|
+
/** Query Attribute */
|
|
40
|
+
queryAttribute?: string;
|
|
41
|
+
/** SObject Domain */
|
|
42
|
+
sObjectDomain?: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Output representation of Context Attribute Hydration Detail
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* id (string): contextAttrHydrationDetailId
|
|
49
|
+
*/
|
|
50
|
+
export interface ContextAttrHydrationDetailRepresentation {
|
|
51
|
+
baseReference?: string;
|
|
52
|
+
childDetails?: Array<unknown>;
|
|
53
|
+
contextAttrHydrationDetailId: string;
|
|
54
|
+
isSuccess?: boolean;
|
|
55
|
+
mappedAttributeDataTypeInfo?: MappedAttributeDataTypeInfoRepresentation_MappedAttributeDataTypeInfoRepresentation;
|
|
56
|
+
parentMappingAttributeId?: string;
|
|
57
|
+
queryAttribute?: string;
|
|
58
|
+
sObjectDomain?: string;
|
|
59
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextAttrHydrationDetailsInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
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 = "15b75958e28b53b4189967184515b717";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextAttrHydrationDetailsInputRepresentation, existing: ContextAttrHydrationDetailsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttrHydrationDetailsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextAttrHydrationDetailsInputRepresentationNormalized, incoming: ContextAttrHydrationDetailsInputRepresentationNormalized): 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: ContextAttrHydrationDetailsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Attribute Hydration Detail
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextAttrHydrationDetailsInputRepresentationNormalized {
|
|
17
|
+
/** Child Hydration Details */
|
|
18
|
+
childDetails?: Array<{}>;
|
|
19
|
+
/** ID of this Hydration Detail - Required for Update */
|
|
20
|
+
contextAttrHydrationDetailId?: string;
|
|
21
|
+
/** Id of (Parent) ContextAttributeMapping */
|
|
22
|
+
parentAttributeMappingId?: string;
|
|
23
|
+
/** Id of (Parent) ContextAttributeHydrationDetail */
|
|
24
|
+
parentDetailId?: string;
|
|
25
|
+
/** Query Attribute */
|
|
26
|
+
queryAttribute?: string;
|
|
27
|
+
/** SObject Domain */
|
|
28
|
+
sObjectDomain?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Input representation of Context Attribute Hydration Detail
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface ContextAttrHydrationDetailsInputRepresentation {
|
|
37
|
+
childDetails?: Array<{}>;
|
|
38
|
+
contextAttrHydrationDetailId?: string;
|
|
39
|
+
parentAttributeMappingId?: string;
|
|
40
|
+
parentDetailId?: string;
|
|
41
|
+
queryAttribute?: string;
|
|
42
|
+
sObjectDomain?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 = "90834bd61e068733a7ab3c3b1e0dc080";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextAttributeInputRepresentation, existing: ContextAttributeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextAttributeInputRepresentationNormalized, incoming: ContextAttributeInputRepresentationNormalized): 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: ContextAttributeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Attribute
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextAttributeInputRepresentationNormalized {
|
|
17
|
+
/** Attribute Tags */
|
|
18
|
+
attributeTags?: Array<{}>;
|
|
19
|
+
/** DataType */
|
|
20
|
+
dataType?: string;
|
|
21
|
+
/** Comma separated node names referenced by this attribute */
|
|
22
|
+
domainSet?: string;
|
|
23
|
+
/** Field Type */
|
|
24
|
+
fieldType?: string;
|
|
25
|
+
/** Is Custom Mapping Blocked? */
|
|
26
|
+
isCustomMappingAllowed?: boolean;
|
|
27
|
+
/** Is Key? */
|
|
28
|
+
isKey?: boolean;
|
|
29
|
+
/** Is Value? */
|
|
30
|
+
isValue?: boolean;
|
|
31
|
+
/** Name */
|
|
32
|
+
name?: string;
|
|
33
|
+
/** Id of (Parent) ContextNode */
|
|
34
|
+
parentNodeId?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Input representation of Context Attribute
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface ContextAttributeInputRepresentation {
|
|
43
|
+
attributeTags?: Array<{}>;
|
|
44
|
+
dataType?: string;
|
|
45
|
+
domainSet?: string;
|
|
46
|
+
fieldType?: string;
|
|
47
|
+
isCustomMappingAllowed?: boolean;
|
|
48
|
+
isKey?: boolean;
|
|
49
|
+
isValue?: boolean;
|
|
50
|
+
name?: string;
|
|
51
|
+
parentNodeId?: string;
|
|
52
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextAttributeInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextAttributeInputRepresentation as ContextAttributeInputRepresentation_ContextAttributeInputRepresentation } from './ContextAttributeInputRepresentation';
|
|
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 = "c704d56c0a512d3502a1bbfb693d1312";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextAttributeInputWrapperRepresentation, existing: ContextAttributeInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextAttributeInputWrapperRepresentationNormalized, incoming: ContextAttributeInputWrapperRepresentationNormalized): 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: ContextAttributeInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextAttributeInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextAttributeInputWrapperRepresentationNormalized {
|
|
18
|
+
contextAttributeInput: ContextAttributeInputRepresentation_ContextAttributeInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextAttributeInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextAttributeInputWrapperRepresentation {
|
|
27
|
+
contextAttributeInput: ContextAttributeInputRepresentation_ContextAttributeInputRepresentation;
|
|
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 = "cfef2bcb9aec6a001e06cd422b8d18a4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextAttributeListInputRepresentation, existing: ContextAttributeListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextAttributeListInputRepresentationNormalized, incoming: ContextAttributeListInputRepresentationNormalized): 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: ContextAttributeListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Attribute List
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextAttributeListInputRepresentationNormalized {
|
|
17
|
+
/** List of Attributes */
|
|
18
|
+
attributes: Array<{}>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input representation of Context Attribute List
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextAttributeListInputRepresentation {
|
|
27
|
+
attributes: Array<{}>;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextAttributeListInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextAttributeListInputRepresentation as ContextAttributeListInputRepresentation_ContextAttributeListInputRepresentation } from './ContextAttributeListInputRepresentation';
|
|
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 = "2f63aecb508ca6db01c89654bd6fed2d";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextAttributeListInputWrapperRepresentation, existing: ContextAttributeListInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeListInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextAttributeListInputWrapperRepresentationNormalized, incoming: ContextAttributeListInputWrapperRepresentationNormalized): 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: ContextAttributeListInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextAttributeListInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextAttributeListInputWrapperRepresentationNormalized {
|
|
18
|
+
contextAttributeListInput: ContextAttributeListInputRepresentation_ContextAttributeListInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextAttributeListInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextAttributeListInputWrapperRepresentation {
|
|
27
|
+
contextAttributeListInput: ContextAttributeListInputRepresentation_ContextAttributeListInputRepresentation;
|
|
28
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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 { ContextAttributeRepresentation as ContextAttributeRepresentation_ContextAttributeRepresentation } from './ContextAttributeRepresentation';
|
|
3
|
+
export declare const TTL = 1000;
|
|
4
|
+
export declare const VERSION = "51b165520073651fbdd692e7f94c3b24";
|
|
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 ContextAttributeListRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialContextAttributeListRepresentationNormalizedKeyMetadata = 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): ContextAttributeListRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ContextAttributeListRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ContextAttributeListRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: ContextAttributeListRepresentation, existing: ContextAttributeListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeListRepresentationNormalized;
|
|
17
|
+
export interface DynamicIngestParams {
|
|
18
|
+
attributes: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
}
|
|
20
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ContextAttributeListRepresentation, existing: ContextAttributeListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ContextAttributeListRepresentationNormalized;
|
|
21
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
22
|
+
export interface DynamicSelectParams {
|
|
23
|
+
attributes?: $64$luvio_engine_LinkSelection;
|
|
24
|
+
}
|
|
25
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
26
|
+
export declare function equals(existing: ContextAttributeListRepresentationNormalized, incoming: ContextAttributeListRepresentationNormalized): 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: ContextAttributeListRepresentation, 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 Attributes
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* id (string): contextAttributeListId
|
|
35
|
+
*/
|
|
36
|
+
export interface ContextAttributeListRepresentationNormalized {
|
|
37
|
+
/** List of Attributes */
|
|
38
|
+
attributes?: Array<$64$luvio_engine_StoreLink>;
|
|
39
|
+
/** Unique Id - Required for LDS */
|
|
40
|
+
contextAttributeListId: string;
|
|
41
|
+
/** Id of ContextNode */
|
|
42
|
+
contextNodeId: string;
|
|
43
|
+
/** Success */
|
|
44
|
+
isSuccess?: boolean;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Output representation of List of Context Attributes
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* id (string): contextAttributeListId
|
|
51
|
+
*/
|
|
52
|
+
export interface ContextAttributeListRepresentation {
|
|
53
|
+
attributes?: Array<ContextAttributeRepresentation_ContextAttributeRepresentation>;
|
|
54
|
+
contextAttributeListId: string;
|
|
55
|
+
contextNodeId: string;
|
|
56
|
+
isSuccess?: boolean;
|
|
57
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
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 = "7e38c9be993cda51a46cc471a09842c5";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextAttributeMappingInputRepresentation, existing: ContextAttributeMappingInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeMappingInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextAttributeMappingInputRepresentationNormalized, incoming: ContextAttributeMappingInputRepresentationNormalized): 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: ContextAttributeMappingInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Attribute Mapping
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextAttributeMappingInputRepresentationNormalized {
|
|
17
|
+
/** List of ContextAttributeHydrationDetail */
|
|
18
|
+
contextAttrHydrationDetailList?: Array<{}>;
|
|
19
|
+
/** Reference to ContextAttribute */
|
|
20
|
+
contextAttributeId: string;
|
|
21
|
+
/** Context Input Attribute Name */
|
|
22
|
+
contextInputAttributeName?: string;
|
|
23
|
+
/** flag to specify deletion of existing hydration detail */
|
|
24
|
+
deleteExistingHydrationDetail?: boolean;
|
|
25
|
+
/** Id of (Parent) ContextNodeMapping */
|
|
26
|
+
parentNodeMappingId?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Input representation of Context Attribute Mapping
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface ContextAttributeMappingInputRepresentation {
|
|
35
|
+
contextAttrHydrationDetailList?: Array<{}>;
|
|
36
|
+
contextAttributeId: string;
|
|
37
|
+
contextInputAttributeName?: string;
|
|
38
|
+
deleteExistingHydrationDetail?: boolean;
|
|
39
|
+
parentNodeMappingId?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextAttributeMappingInputRepresentation as ContextAttributeMappingInputRepresentation_ContextAttributeMappingInputRepresentation } from './ContextAttributeMappingInputRepresentation';
|
|
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 = "ea2b12370a2e07046f030b11ad806ce9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextAttributeMappingInputWrapperRepresentation, existing: ContextAttributeMappingInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeMappingInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextAttributeMappingInputWrapperRepresentationNormalized, incoming: ContextAttributeMappingInputWrapperRepresentationNormalized): 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: ContextAttributeMappingInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextAttributeMappingInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextAttributeMappingInputWrapperRepresentationNormalized {
|
|
18
|
+
contextAttributeMappingInput: ContextAttributeMappingInputRepresentation_ContextAttributeMappingInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextAttributeMappingInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextAttributeMappingInputWrapperRepresentation {
|
|
27
|
+
contextAttributeMappingInput: ContextAttributeMappingInputRepresentation_ContextAttributeMappingInputRepresentation;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
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 = "8affca2caea8a2990300432a468091d2";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextAttributeMappingListInputRepresentation, existing: ContextAttributeMappingListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeMappingListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextAttributeMappingListInputRepresentationNormalized, incoming: ContextAttributeMappingListInputRepresentationNormalized): 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: ContextAttributeMappingListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input/Update representation of Context Attribute Mapping List
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextAttributeMappingListInputRepresentationNormalized {
|
|
17
|
+
/** List of ContextAttributeMappings */
|
|
18
|
+
contextAttributeMappings?: Array<{}>;
|
|
19
|
+
/** flag to specify deletion of existing hydration detail */
|
|
20
|
+
deleteExistingHydrationDetails?: boolean;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input/Update representation of Context Attribute Mapping List
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ContextAttributeMappingListInputRepresentation {
|
|
29
|
+
contextAttributeMappings?: Array<{}>;
|
|
30
|
+
deleteExistingHydrationDetails?: boolean;
|
|
31
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextAttributeMappingListInputRepresentation as ContextAttributeMappingListInputRepresentation_ContextAttributeMappingListInputRepresentation } from './ContextAttributeMappingListInputRepresentation';
|
|
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 = "89012a2d7072d9a3261a2ef0bdeb3fc4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextAttributeMappingListInputWrapperRepresentation, existing: ContextAttributeMappingListInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeMappingListInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextAttributeMappingListInputWrapperRepresentationNormalized, incoming: ContextAttributeMappingListInputWrapperRepresentationNormalized): 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: ContextAttributeMappingListInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextAttributeMappingListInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextAttributeMappingListInputWrapperRepresentationNormalized {
|
|
18
|
+
contextAttributeMappingInput: ContextAttributeMappingListInputRepresentation_ContextAttributeMappingListInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextAttributeMappingListInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextAttributeMappingListInputWrapperRepresentation {
|
|
27
|
+
contextAttributeMappingInput: ContextAttributeMappingListInputRepresentation_ContextAttributeMappingListInputRepresentation;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListRepresentation.d.ts
ADDED
|
@@ -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 { ContextAttributeMappingRepresentation as ContextAttributeMappingRepresentation_ContextAttributeMappingRepresentation } from './ContextAttributeMappingRepresentation';
|
|
3
|
+
export declare const TTL = 1000;
|
|
4
|
+
export declare const VERSION = "3a626851b9ed7f9ad9c0b8ca04d2a3ba";
|
|
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 ContextAttributeMappingListRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialContextAttributeMappingListRepresentationNormalizedKeyMetadata = 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): ContextAttributeMappingListRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ContextAttributeMappingListRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ContextAttributeMappingListRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: ContextAttributeMappingListRepresentation, existing: ContextAttributeMappingListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeMappingListRepresentationNormalized;
|
|
17
|
+
export interface DynamicIngestParams {
|
|
18
|
+
contextAttributeMappings: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
}
|
|
20
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ContextAttributeMappingListRepresentation, existing: ContextAttributeMappingListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ContextAttributeMappingListRepresentationNormalized;
|
|
21
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
22
|
+
export interface DynamicSelectParams {
|
|
23
|
+
contextAttributeMappings?: $64$luvio_engine_LinkSelection;
|
|
24
|
+
}
|
|
25
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
26
|
+
export declare function equals(existing: ContextAttributeMappingListRepresentationNormalized, incoming: ContextAttributeMappingListRepresentationNormalized): 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: ContextAttributeMappingListRepresentation, 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 Attribute Mappings
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* id (string): contextAttributeMappingListId
|
|
35
|
+
*/
|
|
36
|
+
export interface ContextAttributeMappingListRepresentationNormalized {
|
|
37
|
+
/** Unique Id - Required for LDS */
|
|
38
|
+
contextAttributeMappingListId: string;
|
|
39
|
+
/** List of ContextNodeMappings */
|
|
40
|
+
contextAttributeMappings?: Array<$64$luvio_engine_StoreLink>;
|
|
41
|
+
/** Success */
|
|
42
|
+
isSuccess?: boolean;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Output representation of List of Context Attribute Mappings
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* id (string): contextAttributeMappingListId
|
|
49
|
+
*/
|
|
50
|
+
export interface ContextAttributeMappingListRepresentation {
|
|
51
|
+
contextAttributeMappingListId: string;
|
|
52
|
+
contextAttributeMappings?: Array<ContextAttributeMappingRepresentation_ContextAttributeMappingRepresentation>;
|
|
53
|
+
isSuccess?: boolean;
|
|
54
|
+
}
|