@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.
Files changed (273) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-context.js +13943 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/cloneContextMappings.d.ts +16 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createContextAttributeMapping.d.ts +16 -0
  6. package/dist/es/es2018/types/src/generated/adapters/createContextAttributeMappings.d.ts +17 -0
  7. package/dist/es/es2018/types/src/generated/adapters/createContextAttributes.d.ts +17 -0
  8. package/dist/es/es2018/types/src/generated/adapters/createContextFilters.d.ts +17 -0
  9. package/dist/es/es2018/types/src/generated/adapters/createContextMapping.d.ts +16 -0
  10. package/dist/es/es2018/types/src/generated/adapters/createContextMappings.d.ts +17 -0
  11. package/dist/es/es2018/types/src/generated/adapters/createContextNodeMapping.d.ts +16 -0
  12. package/dist/es/es2018/types/src/generated/adapters/createContextNodeMappings.d.ts +17 -0
  13. package/dist/es/es2018/types/src/generated/adapters/createContextNodes.d.ts +17 -0
  14. package/dist/es/es2018/types/src/generated/adapters/createContextQueryRecords.d.ts +16 -0
  15. package/dist/es/es2018/types/src/generated/adapters/createContextServiceDefinition.d.ts +16 -0
  16. package/dist/es/es2018/types/src/generated/adapters/createContextTags.d.ts +17 -0
  17. package/dist/es/es2018/types/src/generated/adapters/deleteContext.d.ts +14 -0
  18. package/dist/es/es2018/types/src/generated/adapters/deleteContextAttributeMapping.d.ts +14 -0
  19. package/dist/es/es2018/types/src/generated/adapters/deleteContextFilter.d.ts +15 -0
  20. package/dist/es/es2018/types/src/generated/adapters/deleteContextMapping.d.ts +14 -0
  21. package/dist/es/es2018/types/src/generated/adapters/deleteContextNodeMapping.d.ts +14 -0
  22. package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceAttribute.d.ts +15 -0
  23. package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceAttributeMapping.d.ts +15 -0
  24. package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceDefinition.d.ts +14 -0
  25. package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceMapping.d.ts +15 -0
  26. package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceNode.d.ts +15 -0
  27. package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceNodeMapping.d.ts +15 -0
  28. package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceTag.d.ts +15 -0
  29. package/dist/es/es2018/types/src/generated/adapters/getContext.d.ts +28 -0
  30. package/dist/es/es2018/types/src/generated/adapters/getContextAttributeMapping.d.ts +28 -0
  31. package/dist/es/es2018/types/src/generated/adapters/getContextDefinitions.d.ts +28 -0
  32. package/dist/es/es2018/types/src/generated/adapters/getContextFilter.d.ts +29 -0
  33. package/dist/es/es2018/types/src/generated/adapters/getContextFilters.d.ts +28 -0
  34. package/dist/es/es2018/types/src/generated/adapters/getContextInfo.d.ts +28 -0
  35. package/dist/es/es2018/types/src/generated/adapters/getContextMapping.d.ts +28 -0
  36. package/dist/es/es2018/types/src/generated/adapters/getContextNodeMapping.d.ts +28 -0
  37. package/dist/es/es2018/types/src/generated/adapters/getContextServiceAccess.d.ts +29 -0
  38. package/dist/es/es2018/types/src/generated/adapters/getContextServiceAttribute.d.ts +29 -0
  39. package/dist/es/es2018/types/src/generated/adapters/getContextServiceAttributeMapping.d.ts +29 -0
  40. package/dist/es/es2018/types/src/generated/adapters/getContextServiceDefinition.d.ts +30 -0
  41. package/dist/es/es2018/types/src/generated/adapters/getContextServiceDefinitionInfo.d.ts +28 -0
  42. package/dist/es/es2018/types/src/generated/adapters/getContextServiceMapping.d.ts +29 -0
  43. package/dist/es/es2018/types/src/generated/adapters/getContextServiceNode.d.ts +29 -0
  44. package/dist/es/es2018/types/src/generated/adapters/getContextServiceNodeMapping.d.ts +29 -0
  45. package/dist/es/es2018/types/src/generated/adapters/getContextServiceTag.d.ts +29 -0
  46. package/dist/es/es2018/types/src/generated/adapters/getContextTags.d.ts +29 -0
  47. package/dist/es/es2018/types/src/generated/adapters/getContextTranslation.d.ts +31 -0
  48. package/dist/es/es2018/types/src/generated/adapters/getDynamicAttributes.d.ts +32 -0
  49. package/dist/es/es2018/types/src/generated/adapters/putContextServiceAccess.d.ts +18 -0
  50. package/dist/es/es2018/types/src/generated/adapters/queryContextRecordAndChildren.d.ts +17 -0
  51. package/dist/es/es2018/types/src/generated/adapters/updateContextAttributeMapping.d.ts +17 -0
  52. package/dist/es/es2018/types/src/generated/adapters/updateContextAttributeMappings.d.ts +17 -0
  53. package/dist/es/es2018/types/src/generated/adapters/updateContextAttributes.d.ts +17 -0
  54. package/dist/es/es2018/types/src/generated/adapters/updateContextFilter.d.ts +22 -0
  55. package/dist/es/es2018/types/src/generated/adapters/updateContextMapping.d.ts +17 -0
  56. package/dist/es/es2018/types/src/generated/adapters/updateContextMappings.d.ts +17 -0
  57. package/dist/es/es2018/types/src/generated/adapters/updateContextNodeMapping.d.ts +17 -0
  58. package/dist/es/es2018/types/src/generated/adapters/updateContextNodeMappings.d.ts +17 -0
  59. package/dist/es/es2018/types/src/generated/adapters/updateContextNodes.d.ts +17 -0
  60. package/dist/es/es2018/types/src/generated/adapters/updateContextServiceDefinition.d.ts +17 -0
  61. package/dist/es/es2018/types/src/generated/adapters/updateContextTags.d.ts +17 -0
  62. package/dist/es/es2018/types/src/generated/adapters/upgradeContextServiceDefinition.d.ts +16 -0
  63. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +59 -0
  64. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +98 -0
  65. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextByContextId.d.ts +11 -0
  66. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsByContextDefinitionId.d.ts +12 -0
  67. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextFiltersByContextDefinitionFilterIdAndContextDefinitionId.d.ts +13 -0
  68. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextMappingsByContextDefinitionIdAndContextMappingId.d.ts +13 -0
  69. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextNodesByContextDefinitionIdAndContextNodeId.d.ts +13 -0
  70. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextTagsByContextDefinitionIdAndContextTagId.d.ts +13 -0
  71. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextMappingsContextNodeMappingsByContextNodeMappingIdAndContextMappingId.d.ts +13 -0
  72. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextNodeMappingsContextAttributeMappingsByContextAttributeMappingIdAndContextNodeMappingId.d.ts +13 -0
  73. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextNodesContextAttributesByContextAttributeIdAndContextNodeId.d.ts +13 -0
  74. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextdefinitionAttributenodeByContextAttributeId.d.ts +11 -0
  75. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextdefinitionAttributetagByContextAttributeTagId.d.ts +11 -0
  76. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextdefinitionByContextDefinitionId.d.ts +11 -0
  77. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextdefinitionNodeByContextNodeId.d.ts +11 -0
  78. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextdefinitionVersionByContextDefinitionVersionId.d.ts +11 -0
  79. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextmappingAttributenodeByContextAttributeMappingId.d.ts +12 -0
  80. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextmappingByContextMappingId.d.ts +12 -0
  81. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextmappingHydrationdetailByContextAttrHydrationDetailId.d.ts +11 -0
  82. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextmappingNodeByContextNodeMappingId.d.ts +12 -0
  83. package/dist/es/es2018/types/src/generated/resources/deleteConnectContextsByContextId.d.ts +12 -0
  84. package/dist/es/es2018/types/src/generated/resources/getConnectContextByContextId.d.ts +16 -0
  85. package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitions.d.ts +16 -0
  86. package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsByContextDefinitionId.d.ts +20 -0
  87. package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextFiltersByContextDefinitionFilterIdAndContextDefinitionId.d.ts +17 -0
  88. package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextFiltersByContextDefinitionId.d.ts +16 -0
  89. package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextMappingsByContextDefinitionIdAndContextMappingId.d.ts +17 -0
  90. package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextNodesByContextDefinitionIdAndContextNodeId.d.ts +17 -0
  91. package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextTagsByContextDefinitionId.d.ts +19 -0
  92. package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextTagsByContextDefinitionIdAndContextTagId.d.ts +17 -0
  93. package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsDynamicAttributesByContextDefinitionId.d.ts +22 -0
  94. package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsInfoByContextDefinitionId.d.ts +16 -0
  95. package/dist/es/es2018/types/src/generated/resources/getConnectContextMappingsContextNodeMappingsByContextNodeMappingIdAndContextMappingId.d.ts +17 -0
  96. package/dist/es/es2018/types/src/generated/resources/getConnectContextNodeMappingsContextAttributeMappingsByContextAttributeMappingIdAndContextNodeMappingId.d.ts +17 -0
  97. package/dist/es/es2018/types/src/generated/resources/getConnectContextNodesContextAttributesByContextAttributeIdAndContextNodeId.d.ts +17 -0
  98. package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinition.d.ts +15 -0
  99. package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionAttributenodeByContextAttributeId.d.ts +15 -0
  100. package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionAttributenodeTagsByContextAttributeId.d.ts +15 -0
  101. package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionAttributetagByContextAttributeTagId.d.ts +15 -0
  102. package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionByContextDefinitionId.d.ts +15 -0
  103. package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionInfoByContextDefinitionId.d.ts +15 -0
  104. package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionNodeByContextNodeId.d.ts +15 -0
  105. package/dist/es/es2018/types/src/generated/resources/getConnectContextdefinitionVersionByContextDefinitionVersionId.d.ts +15 -0
  106. package/dist/es/es2018/types/src/generated/resources/getConnectContextmappingAttributenodeByContextAttributeMappingId.d.ts +16 -0
  107. package/dist/es/es2018/types/src/generated/resources/getConnectContextmappingByContextMappingId.d.ts +16 -0
  108. package/dist/es/es2018/types/src/generated/resources/getConnectContextmappingHydrationdetailByContextAttrHydrationDetailId.d.ts +15 -0
  109. package/dist/es/es2018/types/src/generated/resources/getConnectContextmappingNodeByContextNodeMappingId.d.ts +16 -0
  110. package/dist/es/es2018/types/src/generated/resources/getConnectContextsByContextId.d.ts +16 -0
  111. package/dist/es/es2018/types/src/generated/resources/getConnectContextsContextMappingsTranslateByContextIdAndContextMappingId.d.ts +21 -0
  112. package/dist/es/es2018/types/src/generated/resources/getConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier.d.ts +17 -0
  113. package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsByContextDefinitionId.d.ts +16 -0
  114. package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextFiltersByContextDefinitionFilterIdAndContextDefinitionId.d.ts +21 -0
  115. package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextMappingsByContextDefinitionId.d.ts +16 -0
  116. package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextMappingsByContextDefinitionIdAndContextMappingId.d.ts +17 -0
  117. package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextNodesByContextDefinitionId.d.ts +16 -0
  118. package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextTagsByContextDefinitionId.d.ts +16 -0
  119. package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsUpgrades.d.ts +13 -0
  120. package/dist/es/es2018/types/src/generated/resources/patchConnectContextMappingsContextNodeMappingsByContextMappingId.d.ts +16 -0
  121. package/dist/es/es2018/types/src/generated/resources/patchConnectContextNodeMappingsContextAttributeMappingsByContextNodeMappingId.d.ts +16 -0
  122. package/dist/es/es2018/types/src/generated/resources/patchConnectContextNodesContextAttributesByContextNodeId.d.ts +16 -0
  123. package/dist/es/es2018/types/src/generated/resources/patchConnectContextdefinitionAttributenodeByContextAttributeId.d.ts +16 -0
  124. package/dist/es/es2018/types/src/generated/resources/patchConnectContextdefinitionAttributetagByContextAttributeTagId.d.ts +16 -0
  125. package/dist/es/es2018/types/src/generated/resources/patchConnectContextdefinitionByContextDefinitionId.d.ts +16 -0
  126. package/dist/es/es2018/types/src/generated/resources/patchConnectContextdefinitionNodeByContextNodeId.d.ts +16 -0
  127. package/dist/es/es2018/types/src/generated/resources/patchConnectContextdefinitionVersionByContextDefinitionVersionId.d.ts +16 -0
  128. package/dist/es/es2018/types/src/generated/resources/patchConnectContextmappingAttributenodeByContextAttributeMappingId.d.ts +16 -0
  129. package/dist/es/es2018/types/src/generated/resources/patchConnectContextmappingByContextMappingId.d.ts +16 -0
  130. package/dist/es/es2018/types/src/generated/resources/patchConnectContextmappingNodeByContextNodeMappingId.d.ts +16 -0
  131. package/dist/es/es2018/types/src/generated/resources/postConnectContext.d.ts +13 -0
  132. package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitions.d.ts +13 -0
  133. package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextFiltersByContextDefinitionId.d.ts +16 -0
  134. package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextMappingsByContextDefinitionId.d.ts +16 -0
  135. package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextNodesByContextDefinitionId.d.ts +16 -0
  136. package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextTagsByContextDefinitionId.d.ts +16 -0
  137. package/dist/es/es2018/types/src/generated/resources/postConnectContextMappingsClone.d.ts +13 -0
  138. package/dist/es/es2018/types/src/generated/resources/postConnectContextMappingsContextNodeMappingsByContextMappingId.d.ts +16 -0
  139. package/dist/es/es2018/types/src/generated/resources/postConnectContextNodeMappingsContextAttributeMappingsByContextNodeMappingId.d.ts +16 -0
  140. package/dist/es/es2018/types/src/generated/resources/postConnectContextNodesContextAttributesByContextNodeId.d.ts +16 -0
  141. package/dist/es/es2018/types/src/generated/resources/postConnectContextQueryrecord.d.ts +16 -0
  142. package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinition.d.ts +13 -0
  143. package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionActionClone.d.ts +13 -0
  144. package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionAttributenode.d.ts +13 -0
  145. package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionAttributetag.d.ts +13 -0
  146. package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionNode.d.ts +13 -0
  147. package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionNodeAttributesByContextNodeId.d.ts +16 -0
  148. package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionVersion.d.ts +13 -0
  149. package/dist/es/es2018/types/src/generated/resources/postConnectContextmapping.d.ts +13 -0
  150. package/dist/es/es2018/types/src/generated/resources/postConnectContextmappingAttributenode.d.ts +13 -0
  151. package/dist/es/es2018/types/src/generated/resources/postConnectContextmappingHydrationdetail.d.ts +16 -0
  152. package/dist/es/es2018/types/src/generated/resources/postConnectContextmappingNode.d.ts +13 -0
  153. package/dist/es/es2018/types/src/generated/resources/postConnectContextsQueryRecords.d.ts +13 -0
  154. package/dist/es/es2018/types/src/generated/resources/putConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier.d.ts +17 -0
  155. package/dist/es/es2018/types/src/generated/types/CloneContextDefinitionInputRepresentation.d.ts +34 -0
  156. package/dist/es/es2018/types/src/generated/types/CloneContextDefinitionInputWrapperRepresentation.d.ts +28 -0
  157. package/dist/es/es2018/types/src/generated/types/ContextAttrContextHydrationDetailRepresentation.d.ts +37 -0
  158. package/dist/es/es2018/types/src/generated/types/ContextAttrContextHydrationDetailsInputRepresentation.d.ts +34 -0
  159. package/dist/es/es2018/types/src/generated/types/ContextAttrHydrationDetailInputRepresentation.d.ts +40 -0
  160. package/dist/es/es2018/types/src/generated/types/ContextAttrHydrationDetailListInputRepresentation.d.ts +31 -0
  161. package/dist/es/es2018/types/src/generated/types/ContextAttrHydrationDetailRepresentation.d.ts +59 -0
  162. package/dist/es/es2018/types/src/generated/types/ContextAttrHydrationDetailsInputRepresentation.d.ts +43 -0
  163. package/dist/es/es2018/types/src/generated/types/ContextAttributeInputRepresentation.d.ts +52 -0
  164. package/dist/es/es2018/types/src/generated/types/ContextAttributeInputWrapperRepresentation.d.ts +28 -0
  165. package/dist/es/es2018/types/src/generated/types/ContextAttributeListInputRepresentation.d.ts +28 -0
  166. package/dist/es/es2018/types/src/generated/types/ContextAttributeListInputWrapperRepresentation.d.ts +28 -0
  167. package/dist/es/es2018/types/src/generated/types/ContextAttributeListRepresentation.d.ts +57 -0
  168. package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingInputRepresentation.d.ts +40 -0
  169. package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingInputWrapperRepresentation.d.ts +28 -0
  170. package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListInputRepresentation.d.ts +31 -0
  171. package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListInputWrapperRepresentation.d.ts +28 -0
  172. package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListRepresentation.d.ts +54 -0
  173. package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingRepresentation.d.ts +76 -0
  174. package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingsInputRepresentation.d.ts +43 -0
  175. package/dist/es/es2018/types/src/generated/types/ContextAttributeRepresentation.d.ts +96 -0
  176. package/dist/es/es2018/types/src/generated/types/ContextAttributeTagInputRepresentation.d.ts +34 -0
  177. package/dist/es/es2018/types/src/generated/types/ContextAttributeTagInputWrapperRepresentation.d.ts +28 -0
  178. package/dist/es/es2018/types/src/generated/types/ContextAttributeTagListRepresentation.d.ts +33 -0
  179. package/dist/es/es2018/types/src/generated/types/ContextAttributeTagRepresentation.d.ts +53 -0
  180. package/dist/es/es2018/types/src/generated/types/ContextAttributesInputRepresentation.d.ts +70 -0
  181. package/dist/es/es2018/types/src/generated/types/ContextAttributesListInputRepresentation.d.ts +28 -0
  182. package/dist/es/es2018/types/src/generated/types/ContextAttributesListInputWrapperRepresentation.d.ts +28 -0
  183. package/dist/es/es2018/types/src/generated/types/ContextDataPathInputRepresentation.d.ts +28 -0
  184. package/dist/es/es2018/types/src/generated/types/ContextDataRecordRepresentation.d.ts +62 -0
  185. package/dist/es/es2018/types/src/generated/types/ContextDefinitionFilterInputRepresentation.d.ts +43 -0
  186. package/dist/es/es2018/types/src/generated/types/ContextDefinitionFilterListInputRepresentation.d.ts +29 -0
  187. package/dist/es/es2018/types/src/generated/types/ContextDefinitionFilterListRepresentation.d.ts +57 -0
  188. package/dist/es/es2018/types/src/generated/types/ContextDefinitionFilterRepresentation.d.ts +59 -0
  189. package/dist/es/es2018/types/src/generated/types/ContextDefinitionInfoRepresentation.d.ts +108 -0
  190. package/dist/es/es2018/types/src/generated/types/ContextDefinitionInputRepresentation.d.ts +46 -0
  191. package/dist/es/es2018/types/src/generated/types/ContextDefinitionInputWrapperRepresentation.d.ts +28 -0
  192. package/dist/es/es2018/types/src/generated/types/ContextDefinitionListRepresentation.d.ts +45 -0
  193. package/dist/es/es2018/types/src/generated/types/ContextDefinitionReferenceInputRepresentation.d.ts +37 -0
  194. package/dist/es/es2018/types/src/generated/types/ContextDefinitionReferenceListInputRepresentation.d.ts +29 -0
  195. package/dist/es/es2018/types/src/generated/types/ContextDefinitionReferenceRepresentation.d.ts +40 -0
  196. package/dist/es/es2018/types/src/generated/types/ContextDefinitionRepresentation.d.ts +94 -0
  197. package/dist/es/es2018/types/src/generated/types/ContextDefinitionUpgradeListInputRepresentation.d.ts +28 -0
  198. package/dist/es/es2018/types/src/generated/types/ContextDefinitionUpgradeListInputWrapperRepresentation.d.ts +28 -0
  199. package/dist/es/es2018/types/src/generated/types/ContextDefinitionUpgradeListRepresentation.d.ts +54 -0
  200. package/dist/es/es2018/types/src/generated/types/ContextDefinitionUpgradesInputRepresentation.d.ts +31 -0
  201. package/dist/es/es2018/types/src/generated/types/ContextDefinitionVersionInputRepresentation.d.ts +43 -0
  202. package/dist/es/es2018/types/src/generated/types/ContextDefinitionVersionInputWrapperRepresentation.d.ts +28 -0
  203. package/dist/es/es2018/types/src/generated/types/ContextDefinitionVersionRepresentation.d.ts +67 -0
  204. package/dist/es/es2018/types/src/generated/types/ContextDefinitionsInputRepresentation.d.ts +68 -0
  205. package/dist/es/es2018/types/src/generated/types/ContextDefinitionsInputWrapperRepresentation.d.ts +28 -0
  206. package/dist/es/es2018/types/src/generated/types/ContextInfoRepresentation.d.ts +50 -0
  207. package/dist/es/es2018/types/src/generated/types/ContextInputRepresentation.d.ts +31 -0
  208. package/dist/es/es2018/types/src/generated/types/ContextMappingCloneInputRepresentation.d.ts +34 -0
  209. package/dist/es/es2018/types/src/generated/types/ContextMappingCloneInputWrapperRepresentation.d.ts +29 -0
  210. package/dist/es/es2018/types/src/generated/types/ContextMappingCloneListInputRepresentation.d.ts +29 -0
  211. package/dist/es/es2018/types/src/generated/types/ContextMappingCloneListInputWrapperRepresentation.d.ts +29 -0
  212. package/dist/es/es2018/types/src/generated/types/ContextMappingInputRepresentation.d.ts +46 -0
  213. package/dist/es/es2018/types/src/generated/types/ContextMappingInputWrapperRepresentation.d.ts +28 -0
  214. package/dist/es/es2018/types/src/generated/types/ContextMappingListInputRepresentation.d.ts +34 -0
  215. package/dist/es/es2018/types/src/generated/types/ContextMappingListInputWrapperRepresentation.d.ts +28 -0
  216. package/dist/es/es2018/types/src/generated/types/ContextMappingListRepresentation.d.ts +54 -0
  217. package/dist/es/es2018/types/src/generated/types/ContextMappingRepresentation.d.ts +78 -0
  218. package/dist/es/es2018/types/src/generated/types/ContextMappingsInputRepresentation.d.ts +46 -0
  219. package/dist/es/es2018/types/src/generated/types/ContextMetaDataInputRepresentation.d.ts +37 -0
  220. package/dist/es/es2018/types/src/generated/types/ContextNodeInputRepresentation.d.ts +46 -0
  221. package/dist/es/es2018/types/src/generated/types/ContextNodeInputWrapperRepresentation.d.ts +28 -0
  222. package/dist/es/es2018/types/src/generated/types/ContextNodeListInputRepresentation.d.ts +28 -0
  223. package/dist/es/es2018/types/src/generated/types/ContextNodeListInputWrapperRepresentation.d.ts +28 -0
  224. package/dist/es/es2018/types/src/generated/types/ContextNodeListRepresentation.d.ts +54 -0
  225. package/dist/es/es2018/types/src/generated/types/ContextNodeMappingInputRepresentation.d.ts +37 -0
  226. package/dist/es/es2018/types/src/generated/types/ContextNodeMappingInputWrapperRepresentation.d.ts +28 -0
  227. package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListInputRepresentation.d.ts +28 -0
  228. package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListInputWrapperRepresentation.d.ts +28 -0
  229. package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListRepresentation.d.ts +54 -0
  230. package/dist/es/es2018/types/src/generated/types/ContextNodeMappingRepresentation.d.ts +69 -0
  231. package/dist/es/es2018/types/src/generated/types/ContextNodeMappingsInputRepresentation.d.ts +43 -0
  232. package/dist/es/es2018/types/src/generated/types/ContextNodeRepresentation.d.ts +70 -0
  233. package/dist/es/es2018/types/src/generated/types/ContextNodesInputRepresentation.d.ts +49 -0
  234. package/dist/es/es2018/types/src/generated/types/ContextOutputRepresentation.d.ts +28 -0
  235. package/dist/es/es2018/types/src/generated/types/ContextQueryRecordRepresentation.d.ts +32 -0
  236. package/dist/es/es2018/types/src/generated/types/ContextQueryResultRepresentation.d.ts +35 -0
  237. package/dist/es/es2018/types/src/generated/types/ContextServiceAccessInputRepresentation.d.ts +28 -0
  238. package/dist/es/es2018/types/src/generated/types/ContextServiceAccessInputWrapperRepresentation.d.ts +28 -0
  239. package/dist/es/es2018/types/src/generated/types/ContextServiceAccessRepresentation.d.ts +41 -0
  240. package/dist/es/es2018/types/src/generated/types/ContextTagInputRepresentation.d.ts +37 -0
  241. package/dist/es/es2018/types/src/generated/types/ContextTagListInputRepresentation.d.ts +28 -0
  242. package/dist/es/es2018/types/src/generated/types/ContextTagListInputWrapperRepresentation.d.ts +28 -0
  243. package/dist/es/es2018/types/src/generated/types/ContextTagListRepresentation.d.ts +57 -0
  244. package/dist/es/es2018/types/src/generated/types/ContextTranslationServiceRecordRepresentation.d.ts +33 -0
  245. package/dist/es/es2018/types/src/generated/types/DmoToTargetDataSpaceInputRepresentation.d.ts +31 -0
  246. package/dist/es/es2018/types/src/generated/types/DmoToTargetDataSpaceListInputRepresentation.d.ts +29 -0
  247. package/dist/es/es2018/types/src/generated/types/DynamicAttributeByMappingSearchResultRepresentation.d.ts +41 -0
  248. package/dist/es/es2018/types/src/generated/types/DynamicAttributeByNodeSearchResultRepresentation.d.ts +41 -0
  249. package/dist/es/es2018/types/src/generated/types/DynamicAttributeSearchResultInputRepresentation.d.ts +40 -0
  250. package/dist/es/es2018/types/src/generated/types/DynamicAttributeSearchResultRepresentation.d.ts +57 -0
  251. package/dist/es/es2018/types/src/generated/types/ErrorResponseRepresentation.d.ts +31 -0
  252. package/dist/es/es2018/types/src/generated/types/MappedAttributeDataTypeInfoRepresentation.d.ts +31 -0
  253. package/dist/es/es2018/types/src/generated/types/NodePathAndAttributesInputRepresentation.d.ts +35 -0
  254. package/dist/es/es2018/types/src/generated/types/ObjectGraphResponseRepresentation.d.ts +30 -0
  255. package/dist/es/es2018/types/src/generated/types/ObjectWithReferenceResponseRepresentation.d.ts +37 -0
  256. package/dist/es/es2018/types/src/generated/types/QueryContextInputRepresentation.d.ts +41 -0
  257. package/dist/es/es2018/types/src/generated/types/QueryContextRecordInputRepresentation.d.ts +37 -0
  258. package/dist/es/es2018/types/src/generated/types/QueryContextRecordInputWrapperRepresentation.d.ts +28 -0
  259. package/dist/es/es2018/types/src/generated/types/QueryContextRecordListInputRepresentation.d.ts +31 -0
  260. package/dist/es/es2018/types/src/generated/types/QueryContextRecordListResultRepresentation.d.ts +29 -0
  261. package/dist/es/es2018/types/src/generated/types/QueryContextRecordResultDataRepresentation.d.ts +31 -0
  262. package/dist/es/es2018/types/src/generated/types/QueryContextRecordResultRepresentation.d.ts +48 -0
  263. package/dist/es/es2018/types/src/generated/types/QueryRecordInputRepresentation.d.ts +37 -0
  264. package/dist/es/es2018/types/src/generated/types/QueryRecordsInputRepresentation.d.ts +34 -0
  265. package/dist/es/es2018/types/src/generated/types/QueryRecordsInputWrapperRepresentation.d.ts +28 -0
  266. package/dist/es/es2018/types/src/generated/types/QueryRecordsResultRepresentation.d.ts +45 -0
  267. package/dist/es/es2018/types/src/generated/types/UpdateContextAttributesInputRepresentation.d.ts +35 -0
  268. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  269. package/package.json +76 -0
  270. package/sfdc/index.d.ts +1 -0
  271. package/sfdc/index.js +15120 -0
  272. package/src/raml/api.raml +3580 -0
  273. 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
+ }
@@ -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
+ }
@@ -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
+ }
@@ -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
+ }
@@ -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
+ }
@@ -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
+ }
@@ -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
+ }
@@ -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
+ }
@@ -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
+ }