@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,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 { ContextAttributeTagRepresentation as ContextAttributeTagRepresentation_ContextAttributeTagRepresentation } from './ContextAttributeTagRepresentation';
|
|
3
|
+
export declare const TTL = 1000;
|
|
4
|
+
export declare const VERSION = "77e1968b7de548cadef229fa37b7730d";
|
|
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 ContextTagListRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialContextTagListRepresentationNormalizedKeyMetadata = 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): ContextTagListRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ContextTagListRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ContextTagListRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: ContextTagListRepresentation, existing: ContextTagListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextTagListRepresentationNormalized;
|
|
17
|
+
export interface DynamicIngestParams {
|
|
18
|
+
contextTags: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
}
|
|
20
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ContextTagListRepresentation, existing: ContextTagListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ContextTagListRepresentationNormalized;
|
|
21
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
22
|
+
export interface DynamicSelectParams {
|
|
23
|
+
contextTags?: $64$luvio_engine_LinkSelection;
|
|
24
|
+
}
|
|
25
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
26
|
+
export declare function equals(existing: ContextTagListRepresentationNormalized, incoming: ContextTagListRepresentationNormalized): 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: ContextTagListRepresentation, 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 Tags
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* id (string): contextDefinitionId
|
|
35
|
+
*/
|
|
36
|
+
export interface ContextTagListRepresentationNormalized {
|
|
37
|
+
/** Context Definition Id */
|
|
38
|
+
contextDefinitionId: string;
|
|
39
|
+
/** Unique Id - Required for LDS */
|
|
40
|
+
contextTagListId: string;
|
|
41
|
+
/** List of ContextTags */
|
|
42
|
+
contextTags?: Array<$64$luvio_engine_StoreLink>;
|
|
43
|
+
/** Success */
|
|
44
|
+
isSuccess?: boolean;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Output representation of List of Context Tags
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* id (string): contextDefinitionId
|
|
51
|
+
*/
|
|
52
|
+
export interface ContextTagListRepresentation {
|
|
53
|
+
contextDefinitionId: string;
|
|
54
|
+
contextTagListId: string;
|
|
55
|
+
contextTags?: Array<ContextAttributeTagRepresentation_ContextAttributeTagRepresentation>;
|
|
56
|
+
isSuccess?: boolean;
|
|
57
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextTranslationServiceRecordRepresentation.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ObjectGraphResponseRepresentation as ObjectGraphResponseRepresentation_ObjectGraphResponseRepresentation } from './ObjectGraphResponseRepresentation';
|
|
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 TTL = 1000;
|
|
4
|
+
export declare const VERSION = "97713a8b9ff8603628adc975e5c6bbe4";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ContextTranslationServiceRecordRepresentation, existing: ContextTranslationServiceRecordRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextTranslationServiceRecordRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ContextTranslationServiceRecordRepresentationNormalized, incoming: ContextTranslationServiceRecordRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextTranslationServiceRecordRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Context Translation Service Output Representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ContextTranslationServiceRecordRepresentationNormalized {
|
|
19
|
+
/** Representation of graph with referenceId and record */
|
|
20
|
+
graph: ObjectGraphResponseRepresentation_ObjectGraphResponseRepresentation;
|
|
21
|
+
/** Success */
|
|
22
|
+
isSuccess: boolean;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Context Translation Service Output Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ContextTranslationServiceRecordRepresentation {
|
|
31
|
+
graph: ObjectGraphResponseRepresentation_ObjectGraphResponseRepresentation;
|
|
32
|
+
isSuccess: boolean;
|
|
33
|
+
}
|
|
@@ -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 = "ea5284608566b359673ac56a703bc4b5";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DmoToTargetDataSpaceInputRepresentation, existing: DmoToTargetDataSpaceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DmoToTargetDataSpaceInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DmoToTargetDataSpaceInputRepresentationNormalized, incoming: DmoToTargetDataSpaceInputRepresentationNormalized): 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: DmoToTargetDataSpaceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of DMO to Target Data Space mapping
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DmoToTargetDataSpaceInputRepresentationNormalized {
|
|
17
|
+
/** DMO API Name */
|
|
18
|
+
dmoAPIName: string;
|
|
19
|
+
/** Target Data Space */
|
|
20
|
+
targetDataSpace: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation of DMO to Target Data Space mapping
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface DmoToTargetDataSpaceInputRepresentation {
|
|
29
|
+
dmoAPIName: string;
|
|
30
|
+
targetDataSpace: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DmoToTargetDataSpaceListInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DmoToTargetDataSpaceInputRepresentation as DmoToTargetDataSpaceInputRepresentation_DmoToTargetDataSpaceInputRepresentation } from './DmoToTargetDataSpaceInputRepresentation';
|
|
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 = "115a93f8048b8bcf63589fd01e6c902b";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DmoToTargetDataSpaceListInputRepresentation, existing: DmoToTargetDataSpaceListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DmoToTargetDataSpaceListInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DmoToTargetDataSpaceListInputRepresentationNormalized, incoming: DmoToTargetDataSpaceListInputRepresentationNormalized): 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: DmoToTargetDataSpaceListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation of DMO to Target Data Space List
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DmoToTargetDataSpaceListInputRepresentationNormalized {
|
|
18
|
+
/** List of DMO to Target Data Space mappings */
|
|
19
|
+
dmoToTargetDataSpaceList: Array<DmoToTargetDataSpaceInputRepresentation_DmoToTargetDataSpaceInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation of DMO to Target Data Space List
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DmoToTargetDataSpaceListInputRepresentation {
|
|
28
|
+
dmoToTargetDataSpaceList: Array<DmoToTargetDataSpaceInputRepresentation_DmoToTargetDataSpaceInputRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { DynamicAttributeByNodeSearchResultRepresentation as DynamicAttributeByNodeSearchResultRepresentation_DynamicAttributeByNodeSearchResultRepresentation } from './DynamicAttributeByNodeSearchResultRepresentation';
|
|
3
|
+
export declare const VERSION = "f481df563d73ee379020a8f181180b5b";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DynamicAttributeByMappingSearchResultRepresentation, existing: DynamicAttributeByMappingSearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DynamicAttributeByMappingSearchResultRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
dynamicAttributeByNodeSearchResults: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: DynamicAttributeByMappingSearchResultRepresentation, existing: DynamicAttributeByMappingSearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => DynamicAttributeByMappingSearchResultRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
dynamicAttributeByNodeSearchResults?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: DynamicAttributeByMappingSearchResultRepresentationNormalized, incoming: DynamicAttributeByMappingSearchResultRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DynamicAttributeByMappingSearchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* Output representation of DynamicAttributeByMappingSearchResult
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DynamicAttributeByMappingSearchResultRepresentationNormalized {
|
|
27
|
+
/** DynamicAttributeByNodeSearchResults */
|
|
28
|
+
dynamicAttributeByNodeSearchResults: Array<$64$luvio_engine_StoreLink>;
|
|
29
|
+
/** MappingIdOrName */
|
|
30
|
+
mappingIdOrName: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Output representation of DynamicAttributeByMappingSearchResult
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface DynamicAttributeByMappingSearchResultRepresentation {
|
|
39
|
+
dynamicAttributeByNodeSearchResults: Array<DynamicAttributeByNodeSearchResultRepresentation_DynamicAttributeByNodeSearchResultRepresentation>;
|
|
40
|
+
mappingIdOrName: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { ContextAttributeRepresentation as ContextAttributeRepresentation_ContextAttributeRepresentation } from './ContextAttributeRepresentation';
|
|
3
|
+
export declare const VERSION = "6b02738fb793fef48f1ebf9412aba59c";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DynamicAttributeByNodeSearchResultRepresentation, existing: DynamicAttributeByNodeSearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DynamicAttributeByNodeSearchResultRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
dynamicContextAttributes: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: DynamicAttributeByNodeSearchResultRepresentation, existing: DynamicAttributeByNodeSearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => DynamicAttributeByNodeSearchResultRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
dynamicContextAttributes?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: DynamicAttributeByNodeSearchResultRepresentationNormalized, incoming: DynamicAttributeByNodeSearchResultRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DynamicAttributeByNodeSearchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* Output representation of dynamicAttributeByNodeSearchResult
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DynamicAttributeByNodeSearchResultRepresentationNormalized {
|
|
27
|
+
/** DynamicContextAttributes */
|
|
28
|
+
dynamicContextAttributes: Array<$64$luvio_engine_StoreLink>;
|
|
29
|
+
/** NodeName */
|
|
30
|
+
nodeName: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Output representation of dynamicAttributeByNodeSearchResult
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface DynamicAttributeByNodeSearchResultRepresentation {
|
|
39
|
+
dynamicContextAttributes: Array<ContextAttributeRepresentation_ContextAttributeRepresentation>;
|
|
40
|
+
nodeName: string;
|
|
41
|
+
}
|
|
@@ -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 = "fd2f602114dbf6ef58337830ad5f1fd8";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DynamicAttributeSearchResultInputRepresentation, existing: DynamicAttributeSearchResultInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DynamicAttributeSearchResultInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DynamicAttributeSearchResultInputRepresentationNormalized, incoming: DynamicAttributeSearchResultInputRepresentationNormalized): 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: DynamicAttributeSearchResultInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of DynamicAttributeSearchRequest
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DynamicAttributeSearchResultInputRepresentationNormalized {
|
|
17
|
+
/** contextDefinitionId */
|
|
18
|
+
contextDefinitionId: string;
|
|
19
|
+
/** Keyword */
|
|
20
|
+
keyword: string;
|
|
21
|
+
/** limit */
|
|
22
|
+
limit: number;
|
|
23
|
+
/** mappingIdOrName */
|
|
24
|
+
mappingIdOrName: string;
|
|
25
|
+
/** nodeName */
|
|
26
|
+
nodeName: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Input representation of DynamicAttributeSearchRequest
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface DynamicAttributeSearchResultInputRepresentation {
|
|
35
|
+
contextDefinitionId: string;
|
|
36
|
+
keyword: string;
|
|
37
|
+
limit: number;
|
|
38
|
+
mappingIdOrName: string;
|
|
39
|
+
nodeName: string;
|
|
40
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DynamicAttributeSearchResultRepresentation.d.ts
ADDED
|
@@ -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 { DynamicAttributeByMappingSearchResultRepresentation as DynamicAttributeByMappingSearchResultRepresentation_DynamicAttributeByMappingSearchResultRepresentation } from './DynamicAttributeByMappingSearchResultRepresentation';
|
|
3
|
+
export declare const TTL = 100;
|
|
4
|
+
export declare const VERSION = "e51ab88fcee2a0fe63212268fc4ce730";
|
|
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 DynamicAttributeSearchResultRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialDynamicAttributeSearchResultRepresentationNormalizedKeyMetadata = 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): DynamicAttributeSearchResultRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DynamicAttributeSearchResultRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DynamicAttributeSearchResultRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: DynamicAttributeSearchResultRepresentation, existing: DynamicAttributeSearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DynamicAttributeSearchResultRepresentationNormalized;
|
|
17
|
+
export interface DynamicIngestParams {
|
|
18
|
+
dynAttributeByMappingSearchResults: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
}
|
|
20
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: DynamicAttributeSearchResultRepresentation, existing: DynamicAttributeSearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => DynamicAttributeSearchResultRepresentationNormalized;
|
|
21
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
22
|
+
export interface DynamicSelectParams {
|
|
23
|
+
dynAttributeByMappingSearchResults?: $64$luvio_engine_LinkSelection;
|
|
24
|
+
}
|
|
25
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
26
|
+
export declare function equals(existing: DynamicAttributeSearchResultRepresentationNormalized, incoming: DynamicAttributeSearchResultRepresentationNormalized): 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: DynamicAttributeSearchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
29
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
30
|
+
/**
|
|
31
|
+
* Output representation of DynamicAttributeSearchResult
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* id (string): dynamicAttributeSearchResultId
|
|
35
|
+
*/
|
|
36
|
+
export interface DynamicAttributeSearchResultRepresentationNormalized {
|
|
37
|
+
/** dynAttributeByMappingSearchResults */
|
|
38
|
+
dynAttributeByMappingSearchResults: Array<$64$luvio_engine_StoreLink>;
|
|
39
|
+
/** dynamicAttributeSearchResultId */
|
|
40
|
+
dynamicAttributeSearchResultId: string;
|
|
41
|
+
/** result count */
|
|
42
|
+
resultCount: number;
|
|
43
|
+
/** total match count */
|
|
44
|
+
totalMatchCount: number;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Output representation of DynamicAttributeSearchResult
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* id (string): dynamicAttributeSearchResultId
|
|
51
|
+
*/
|
|
52
|
+
export interface DynamicAttributeSearchResultRepresentation {
|
|
53
|
+
dynAttributeByMappingSearchResults: Array<DynamicAttributeByMappingSearchResultRepresentation_DynamicAttributeByMappingSearchResultRepresentation>;
|
|
54
|
+
dynamicAttributeSearchResultId: string;
|
|
55
|
+
resultCount: number;
|
|
56
|
+
totalMatchCount: number;
|
|
57
|
+
}
|
|
@@ -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 = "50fc58da7ce19c2b2f05eec7e5e354aa";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ErrorResponseRepresentation, existing: ErrorResponseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ErrorResponseRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ErrorResponseRepresentationNormalized, incoming: ErrorResponseRepresentationNormalized): 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: ErrorResponseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* The error in the graph response.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ErrorResponseRepresentationNormalized {
|
|
17
|
+
/** Error Code */
|
|
18
|
+
errorCode: string;
|
|
19
|
+
/** Message stating the reason for error, if any */
|
|
20
|
+
message: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* The error in the graph response.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ErrorResponseRepresentation {
|
|
29
|
+
errorCode: string;
|
|
30
|
+
message: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/MappedAttributeDataTypeInfoRepresentation.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 = "387dbd30655f3311e21385d97ad4e876";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: MappedAttributeDataTypeInfoRepresentation, existing: MappedAttributeDataTypeInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MappedAttributeDataTypeInfoRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: MappedAttributeDataTypeInfoRepresentationNormalized, incoming: MappedAttributeDataTypeInfoRepresentationNormalized): 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: MappedAttributeDataTypeInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation of Context Attribute Mapping DataType Info
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface MappedAttributeDataTypeInfoRepresentationNormalized {
|
|
17
|
+
/** Datatype of Attribute Mapped Field */
|
|
18
|
+
dataType?: string;
|
|
19
|
+
/** Supported picklist values of Attribute Mapped Field */
|
|
20
|
+
supportedPicklistValues?: Array<string>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output representation of Context Attribute Mapping DataType Info
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface MappedAttributeDataTypeInfoRepresentation {
|
|
29
|
+
dataType?: string;
|
|
30
|
+
supportedPicklistValues?: Array<string>;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/NodePathAndAttributesInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
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 = "13636aef4b6d81a744ab418ffe031e83";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: NodePathAndAttributesInputRepresentation, existing: NodePathAndAttributesInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NodePathAndAttributesInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: NodePathAndAttributesInputRepresentationNormalized, incoming: NodePathAndAttributesInputRepresentationNormalized): 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: NodePathAndAttributesInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for NodePath and Attributes
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface NodePathAndAttributesInputRepresentationNormalized {
|
|
17
|
+
/** Map of Attributes */
|
|
18
|
+
attributes: {
|
|
19
|
+
[key: string]: {};
|
|
20
|
+
};
|
|
21
|
+
/** Node Path */
|
|
22
|
+
nodePath: Array<string>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Input representation for NodePath and Attributes
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface NodePathAndAttributesInputRepresentation {
|
|
31
|
+
attributes: {
|
|
32
|
+
[key: string]: {};
|
|
33
|
+
};
|
|
34
|
+
nodePath: Array<string>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 = "3399a745ee914ae9ba69bfd5784c10b9";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ObjectGraphResponseRepresentation, existing: ObjectGraphResponseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ObjectGraphResponseRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ObjectGraphResponseRepresentationNormalized, incoming: ObjectGraphResponseRepresentationNormalized): 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: ObjectGraphResponseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* The result of the graph request.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ObjectGraphResponseRepresentationNormalized {
|
|
17
|
+
/** Graph Id. */
|
|
18
|
+
graphId: string;
|
|
19
|
+
records: Array<unknown>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* The result of the graph request.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ObjectGraphResponseRepresentation {
|
|
28
|
+
graphId: string;
|
|
29
|
+
records: Array<unknown>;
|
|
30
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ObjectWithReferenceResponseRepresentation.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ErrorResponseRepresentation as ErrorResponseRepresentation_ErrorResponseRepresentation } from './ErrorResponseRepresentation';
|
|
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 = "0727fcf7a198f762d317d28862e56c96";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ObjectWithReferenceResponseRepresentation, existing: ObjectWithReferenceResponseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ObjectWithReferenceResponseRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ObjectWithReferenceResponseRepresentationNormalized, incoming: ObjectWithReferenceResponseRepresentationNormalized): 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: ObjectWithReferenceResponseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* The result of the graph request response.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ObjectWithReferenceResponseRepresentationNormalized {
|
|
18
|
+
error: ErrorResponseRepresentation_ErrorResponseRepresentation;
|
|
19
|
+
record: {
|
|
20
|
+
[key: string]: {};
|
|
21
|
+
};
|
|
22
|
+
/** Graph reference Id. */
|
|
23
|
+
referenceId: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* The result of the graph request response.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface ObjectWithReferenceResponseRepresentation {
|
|
32
|
+
error: ErrorResponseRepresentation_ErrorResponseRepresentation;
|
|
33
|
+
record: {
|
|
34
|
+
[key: string]: {};
|
|
35
|
+
};
|
|
36
|
+
referenceId: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 = "f9e1683bb6be8d7ff85ba19b9d9f6bcf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: QueryContextInputRepresentation, existing: QueryContextInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): QueryContextInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: QueryContextInputRepresentationNormalized, incoming: QueryContextInputRepresentationNormalized): 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: QueryContextInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Query Context
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface QueryContextInputRepresentationNormalized {
|
|
17
|
+
/** List of Attributes */
|
|
18
|
+
attributes: Array<string>;
|
|
19
|
+
/** Business Object Type Filter */
|
|
20
|
+
businessObjectTypeFilter: string;
|
|
21
|
+
/** Filters */
|
|
22
|
+
filters: {
|
|
23
|
+
[key: string]: Array<string>;
|
|
24
|
+
};
|
|
25
|
+
/** List of Tags */
|
|
26
|
+
tags: Array<string>;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Input representation of Query Context
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface QueryContextInputRepresentation {
|
|
35
|
+
attributes: Array<string>;
|
|
36
|
+
businessObjectTypeFilter: string;
|
|
37
|
+
filters: {
|
|
38
|
+
[key: string]: Array<string>;
|
|
39
|
+
};
|
|
40
|
+
tags: Array<string>;
|
|
41
|
+
}
|
|
@@ -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 = "85c16a30fb8cc08c66dc8b317cd9afcf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: QueryContextRecordInputRepresentation, existing: QueryContextRecordInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): QueryContextRecordInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: QueryContextRecordInputRepresentationNormalized, incoming: QueryContextRecordInputRepresentationNormalized): 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: QueryContextRecordInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Query ContextRecord
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface QueryContextRecordInputRepresentationNormalized {
|
|
17
|
+
/** List of Attributes */
|
|
18
|
+
attributes?: Array<string>;
|
|
19
|
+
/** Business Object Type Filter */
|
|
20
|
+
businessObjectTypeFilter?: string;
|
|
21
|
+
/** Context Id */
|
|
22
|
+
contextId: string;
|
|
23
|
+
/** Path to the Parent Node */
|
|
24
|
+
queryPath?: Array<string>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input representation of Query ContextRecord
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface QueryContextRecordInputRepresentation {
|
|
33
|
+
attributes?: Array<string>;
|
|
34
|
+
businessObjectTypeFilter?: string;
|
|
35
|
+
contextId: string;
|
|
36
|
+
queryPath?: Array<string>;
|
|
37
|
+
}
|
package/dist/es/es2018/types/src/generated/types/QueryContextRecordInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { QueryContextRecordInputRepresentation as QueryContextRecordInputRepresentation_QueryContextRecordInputRepresentation } from './QueryContextRecordInputRepresentation';
|
|
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 = "35ec04a1e3dd6ba7b1cf281d0a77d0b9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: QueryContextRecordInputWrapperRepresentation, existing: QueryContextRecordInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): QueryContextRecordInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: QueryContextRecordInputWrapperRepresentationNormalized, incoming: QueryContextRecordInputWrapperRepresentationNormalized): 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: QueryContextRecordInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for QueryContextRecordInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface QueryContextRecordInputWrapperRepresentationNormalized {
|
|
18
|
+
queryContextRecordInput: QueryContextRecordInputRepresentation_QueryContextRecordInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for QueryContextRecordInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface QueryContextRecordInputWrapperRepresentation {
|
|
27
|
+
queryContextRecordInput: QueryContextRecordInputRepresentation_QueryContextRecordInputRepresentation;
|
|
28
|
+
}
|