@salesforce/lds-adapters-uiapi 1.100.2

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 (645) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/uiapi-records-service.js +52353 -0
  3. package/dist/komaci-mapping.json +360 -0
  4. package/dist/types/src/__mocks__/@salesforce/lds-instrumentation.d.ts +3 -0
  5. package/dist/types/src/__mocks__/force/ldsBindings.d.ts +9 -0
  6. package/dist/types/src/__mocks__/force/ldsEngine.d.ts +1 -0
  7. package/dist/types/src/__mocks__/force/ldsEngineCreator.d.ts +1 -0
  8. package/dist/types/src/__mocks__/force/ldsGraphqlParser.d.ts +1 -0
  9. package/dist/types/src/__mocks__/force/ldsInstrumentation.d.ts +3 -0
  10. package/dist/types/src/__mocks__/force/luvioEngine.d.ts +1 -0
  11. package/dist/types/src/__mocks__/instrumentation/service.d.ts +33 -0
  12. package/dist/types/src/__performance__/priming.spec.d.ts +1 -0
  13. package/dist/types/src/__performance__/utils/runMeasurement.d.ts +30 -0
  14. package/dist/types/src/__performance__/utils/sqliteDurableStore.d.ts +18 -0
  15. package/dist/types/src/__performance__/utils/utils.d.ts +6 -0
  16. package/dist/types/src/configuration.d.ts +59 -0
  17. package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
  18. package/dist/types/src/generated/adapters/createContentDocumentAndVersion.d.ts +15 -0
  19. package/dist/types/src/generated/adapters/createContentVersion.d.ts +16 -0
  20. package/dist/types/src/generated/adapters/createRecord.d.ts +21 -0
  21. package/dist/types/src/generated/adapters/deleteRecord.d.ts +14 -0
  22. package/dist/types/src/generated/adapters/getActionOverrides.d.ts +28 -0
  23. package/dist/types/src/generated/adapters/getAllApps.d.ts +28 -0
  24. package/dist/types/src/generated/adapters/getAppDetails.d.ts +31 -0
  25. package/dist/types/src/generated/adapters/getDuplicateConfiguration.d.ts +27 -0
  26. package/dist/types/src/generated/adapters/getDuplicates.d.ts +30 -0
  27. package/dist/types/src/generated/adapters/getGlobalActions.d.ts +31 -0
  28. package/dist/types/src/generated/adapters/getKeywordSearchResults.d.ts +33 -0
  29. package/dist/types/src/generated/adapters/getLayout.d.ts +32 -0
  30. package/dist/types/src/generated/adapters/getLayoutUserState.d.ts +32 -0
  31. package/dist/types/src/generated/adapters/getListInfoByName.d.ts +27 -0
  32. package/dist/types/src/generated/adapters/getListInfosByName.d.ts +27 -0
  33. package/dist/types/src/generated/adapters/getListUiByApiName.d.ts +34 -0
  34. package/dist/types/src/generated/adapters/getListUiByListViewId.d.ts +33 -0
  35. package/dist/types/src/generated/adapters/getListViewSummaryCollection.d.ts +33 -0
  36. package/dist/types/src/generated/adapters/getLookupActions.d.ts +30 -0
  37. package/dist/types/src/generated/adapters/getLookupMetadata.d.ts +28 -0
  38. package/dist/types/src/generated/adapters/getLookupRecords.d.ts +34 -0
  39. package/dist/types/src/generated/adapters/getMruListUi.d.ts +33 -0
  40. package/dist/types/src/generated/adapters/getNavItems.d.ts +30 -0
  41. package/dist/types/src/generated/adapters/getObjectCreateActions.d.ts +30 -0
  42. package/dist/types/src/generated/adapters/getObjectInfo.d.ts +29 -0
  43. package/dist/types/src/generated/adapters/getObjectInfos.d.ts +27 -0
  44. package/dist/types/src/generated/adapters/getPicklistValues.d.ts +29 -0
  45. package/dist/types/src/generated/adapters/getPicklistValuesByRecordType.d.ts +28 -0
  46. package/dist/types/src/generated/adapters/getQuickActionDefaults.d.ts +31 -0
  47. package/dist/types/src/generated/adapters/getRecord.d.ts +37 -0
  48. package/dist/types/src/generated/adapters/getRecordActions.d.ts +32 -0
  49. package/dist/types/src/generated/adapters/getRecordAvatars.d.ts +28 -0
  50. package/dist/types/src/generated/adapters/getRecordCreateDefaults.d.ts +30 -0
  51. package/dist/types/src/generated/adapters/getRecordEditActions.d.ts +30 -0
  52. package/dist/types/src/generated/adapters/getRecordTemplateClone.d.ts +29 -0
  53. package/dist/types/src/generated/adapters/getRecordTemplateCreate.d.ts +29 -0
  54. package/dist/types/src/generated/adapters/getRecordUi.d.ts +34 -0
  55. package/dist/types/src/generated/adapters/getRecords.d.ts +34 -0
  56. package/dist/types/src/generated/adapters/getRelatedListActions.d.ts +33 -0
  57. package/dist/types/src/generated/adapters/getRelatedListCount.d.ts +28 -0
  58. package/dist/types/src/generated/adapters/getRelatedListInfo.d.ts +32 -0
  59. package/dist/types/src/generated/adapters/getRelatedListInfoBatch.d.ts +29 -0
  60. package/dist/types/src/generated/adapters/getRelatedListPreferences.d.ts +27 -0
  61. package/dist/types/src/generated/adapters/getRelatedListPreferencesBatch.d.ts +26 -0
  62. package/dist/types/src/generated/adapters/getRelatedListRecordActions.d.ts +31 -0
  63. package/dist/types/src/generated/adapters/getRelatedListRecords.d.ts +35 -0
  64. package/dist/types/src/generated/adapters/getRelatedListRecordsBatch.d.ts +28 -0
  65. package/dist/types/src/generated/adapters/getRelatedListsActions.d.ts +29 -0
  66. package/dist/types/src/generated/adapters/getRelatedListsCount.d.ts +29 -0
  67. package/dist/types/src/generated/adapters/getRelatedListsInfo.d.ts +28 -0
  68. package/dist/types/src/generated/adapters/getSearchFilterMetadata.d.ts +27 -0
  69. package/dist/types/src/generated/adapters/getSearchFilterOptions.d.ts +28 -0
  70. package/dist/types/src/generated/adapters/getSearchResults.d.ts +29 -0
  71. package/dist/types/src/generated/adapters/getSelectedApp.d.ts +27 -0
  72. package/dist/types/src/generated/adapters/graphql.d.ts +31 -0
  73. package/dist/types/src/generated/adapters/performQuickAction.d.ts +20 -0
  74. package/dist/types/src/generated/adapters/performUpdateRecordQuickAction.d.ts +20 -0
  75. package/dist/types/src/generated/adapters/updateLayoutUserState.d.ts +21 -0
  76. package/dist/types/src/generated/adapters/updateRecord.d.ts +24 -0
  77. package/dist/types/src/generated/adapters/updateRecordAvatar.d.ts +19 -0
  78. package/dist/types/src/generated/adapters/updateRelatedListInfo.d.ts +21 -0
  79. package/dist/types/src/generated/adapters/updateRelatedListPreferences.d.ts +22 -0
  80. package/dist/types/src/generated/artifacts/main.d.ts +64 -0
  81. package/dist/types/src/generated/artifacts/sfdc_graphqlAdapters.d.ts +5 -0
  82. package/dist/types/src/generated/artifacts/sfdc_restAdapters.d.ts +101 -0
  83. package/dist/types/src/generated/fields/adapters/getQuickActionDefaults.d.ts +5 -0
  84. package/dist/types/src/generated/fields/adapters/getRecord.d.ts +5 -0
  85. package/dist/types/src/generated/fields/adapters/getRecordTemplateClone.d.ts +5 -0
  86. package/dist/types/src/generated/fields/adapters/getRecordTemplateCreate.d.ts +5 -0
  87. package/dist/types/src/generated/fields/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +12 -0
  88. package/dist/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +12 -0
  89. package/dist/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +12 -0
  90. package/dist/types/src/generated/fields/resources/getUiApiRecordsByRecordId.d.ts +12 -0
  91. package/dist/types/src/generated/fields/types/AggregateUiRepresentation.d.ts +12 -0
  92. package/dist/types/src/generated/fields/types/BatchResultRepresentation.d.ts +12 -0
  93. package/dist/types/src/generated/fields/types/ContentDocumentCompositeRepresentation.d.ts +12 -0
  94. package/dist/types/src/generated/fields/types/QuickActionDefaultsRepresentation.d.ts +12 -0
  95. package/dist/types/src/generated/fields/types/RecordCreateDefaultRecordRepresentation.d.ts +12 -0
  96. package/dist/types/src/generated/fields/types/RecordDefaultsRepresentation.d.ts +12 -0
  97. package/dist/types/src/generated/fields/types/RecordDefaultsTemplateCloneRepresentation.d.ts +12 -0
  98. package/dist/types/src/generated/fields/types/RecordDefaultsTemplateCreateRepresentation.d.ts +12 -0
  99. package/dist/types/src/generated/fields/types/RecordRepresentation.d.ts +12 -0
  100. package/dist/types/src/generated/fields/types/RecordTemplateCloneRepresentation.d.ts +12 -0
  101. package/dist/types/src/generated/fields/types/RecordTemplateCreateRepresentation.d.ts +12 -0
  102. package/dist/types/src/generated/fields/types/RecordUiRepresentation.d.ts +12 -0
  103. package/dist/types/src/generated/fields/types/SearchResultRepresentation.d.ts +12 -0
  104. package/dist/types/src/generated/graphql/directives/category.d.ts +5 -0
  105. package/dist/types/src/generated/graphql/directives/deprecated.d.ts +5 -0
  106. package/dist/types/src/generated/graphql/directives/directive-util.d.ts +4 -0
  107. package/dist/types/src/generated/graphql/directives/fieldCategory.d.ts +5 -0
  108. package/dist/types/src/generated/graphql/directives/generic.d.ts +5 -0
  109. package/dist/types/src/generated/graphql/directives/include.d.ts +5 -0
  110. package/dist/types/src/generated/graphql/directives/skip.d.ts +5 -0
  111. package/dist/types/src/generated/graphql/directives/specifiedBy.d.ts +5 -0
  112. package/dist/types/src/generated/graphql/types/Base64Value.d.ts +34 -0
  113. package/dist/types/src/generated/graphql/types/BooleanAggregate.d.ts +36 -0
  114. package/dist/types/src/generated/graphql/types/BooleanValue.d.ts +34 -0
  115. package/dist/types/src/generated/graphql/types/ChildRelationship.d.ts +39 -0
  116. package/dist/types/src/generated/graphql/types/CurrencyAggregate.d.ts +44 -0
  117. package/dist/types/src/generated/graphql/types/CurrencyValue.d.ts +35 -0
  118. package/dist/types/src/generated/graphql/types/DataType.d.ts +29 -0
  119. package/dist/types/src/generated/graphql/types/DateAggregate.d.ts +55 -0
  120. package/dist/types/src/generated/graphql/types/DateFunctionAggregation.d.ts +35 -0
  121. package/dist/types/src/generated/graphql/types/DateLiteral.d.ts +26 -0
  122. package/dist/types/src/generated/graphql/types/DateOnlyAggregation.d.ts +35 -0
  123. package/dist/types/src/generated/graphql/types/DateTimeAggregate.d.ts +56 -0
  124. package/dist/types/src/generated/graphql/types/DateTimeValue.d.ts +35 -0
  125. package/dist/types/src/generated/graphql/types/DateValue.d.ts +35 -0
  126. package/dist/types/src/generated/graphql/types/DependentField.d.ts +34 -0
  127. package/dist/types/src/generated/graphql/types/DoubleAggregate.d.ts +43 -0
  128. package/dist/types/src/generated/graphql/types/DoubleValue.d.ts +35 -0
  129. package/dist/types/src/generated/graphql/types/EmailAggregate.d.ts +42 -0
  130. package/dist/types/src/generated/graphql/types/EmailValue.d.ts +34 -0
  131. package/dist/types/src/generated/graphql/types/EncryptedStringValue.d.ts +34 -0
  132. package/dist/types/src/generated/graphql/types/Field.d.ts +65 -0
  133. package/dist/types/src/generated/graphql/types/FieldExtraTypeInfo.d.ts +10 -0
  134. package/dist/types/src/generated/graphql/types/FieldValue.d.ts +20 -0
  135. package/dist/types/src/generated/graphql/types/FilteredLookupInfo.d.ts +35 -0
  136. package/dist/types/src/generated/graphql/types/IDAggregate.d.ts +42 -0
  137. package/dist/types/src/generated/graphql/types/IDValue.d.ts +34 -0
  138. package/dist/types/src/generated/graphql/types/IntAggregate.d.ts +45 -0
  139. package/dist/types/src/generated/graphql/types/IntValue.d.ts +35 -0
  140. package/dist/types/src/generated/graphql/types/JSONValue.d.ts +34 -0
  141. package/dist/types/src/generated/graphql/types/LatitudeAggregate.d.ts +43 -0
  142. package/dist/types/src/generated/graphql/types/LatitudeValue.d.ts +34 -0
  143. package/dist/types/src/generated/graphql/types/ListColumn.d.ts +36 -0
  144. package/dist/types/src/generated/graphql/types/ListOrder.d.ts +35 -0
  145. package/dist/types/src/generated/graphql/types/LongAggregate.d.ts +45 -0
  146. package/dist/types/src/generated/graphql/types/LongTextAreaValue.d.ts +34 -0
  147. package/dist/types/src/generated/graphql/types/LongValue.d.ts +35 -0
  148. package/dist/types/src/generated/graphql/types/LongitudeAggregate.d.ts +43 -0
  149. package/dist/types/src/generated/graphql/types/LongitudeValue.d.ts +34 -0
  150. package/dist/types/src/generated/graphql/types/MultiPicklistValue.d.ts +35 -0
  151. package/dist/types/src/generated/graphql/types/NullOrder.d.ts +5 -0
  152. package/dist/types/src/generated/graphql/types/ObjectInfo.d.ts +58 -0
  153. package/dist/types/src/generated/graphql/types/PageInfo.d.ts +36 -0
  154. package/dist/types/src/generated/graphql/types/PercentAggregate.d.ts +44 -0
  155. package/dist/types/src/generated/graphql/types/PercentValue.d.ts +35 -0
  156. package/dist/types/src/generated/graphql/types/PhoneNumberAggregate.d.ts +42 -0
  157. package/dist/types/src/generated/graphql/types/PhoneNumberValue.d.ts +34 -0
  158. package/dist/types/src/generated/graphql/types/PicklistAggregate.d.ts +43 -0
  159. package/dist/types/src/generated/graphql/types/PicklistValue.d.ts +35 -0
  160. package/dist/types/src/generated/graphql/types/PolymorphicParentRelationship.d.ts +19 -0
  161. package/dist/types/src/generated/graphql/types/Query.d.ts +36 -0
  162. package/dist/types/src/generated/graphql/types/RateLimit.d.ts +36 -0
  163. package/dist/types/src/generated/graphql/types/Record.d.ts +32 -0
  164. package/dist/types/src/generated/graphql/types/RecordConnection.d.ts +39 -0
  165. package/dist/types/src/generated/graphql/types/RecordEdge.d.ts +35 -0
  166. package/dist/types/src/generated/graphql/types/RecordQuery.d.ts +34 -0
  167. package/dist/types/src/generated/graphql/types/RecordRepresentation.d.ts +118 -0
  168. package/dist/types/src/generated/graphql/types/RecordTypeInfo.d.ts +37 -0
  169. package/dist/types/src/generated/graphql/types/ReferenceToInfo.d.ts +36 -0
  170. package/dist/types/src/generated/graphql/types/RelatedListInfo.d.ts +42 -0
  171. package/dist/types/src/generated/graphql/types/ResultOrder.d.ts +5 -0
  172. package/dist/types/src/generated/graphql/types/RichTextAreaValue.d.ts +34 -0
  173. package/dist/types/src/generated/graphql/types/StringAggregate.d.ts +43 -0
  174. package/dist/types/src/generated/graphql/types/StringValue.d.ts +35 -0
  175. package/dist/types/src/generated/graphql/types/TextAreaAggregate.d.ts +42 -0
  176. package/dist/types/src/generated/graphql/types/TextAreaValue.d.ts +34 -0
  177. package/dist/types/src/generated/graphql/types/ThemeInfo.d.ts +34 -0
  178. package/dist/types/src/generated/graphql/types/TimeAggregate.d.ts +37 -0
  179. package/dist/types/src/generated/graphql/types/TimeValue.d.ts +35 -0
  180. package/dist/types/src/generated/graphql/types/UIAPI.d.ts +38 -0
  181. package/dist/types/src/generated/graphql/types/UrlAggregate.d.ts +42 -0
  182. package/dist/types/src/generated/graphql/types/UrlValue.d.ts +34 -0
  183. package/dist/types/src/generated/graphql/types/type-util.d.ts +95 -0
  184. package/dist/types/src/generated/pagination/cursor.d.ts +39 -0
  185. package/dist/types/src/generated/pagination/syntheticCursor.d.ts +31 -0
  186. package/dist/types/src/generated/resources/deleteUiApiFavoritesByFavoriteId.d.ts +11 -0
  187. package/dist/types/src/generated/resources/deleteUiApiRecordsByRecordId.d.ts +12 -0
  188. package/dist/types/src/generated/resources/deleteUiApiRelatedListPreferencesByPreferencesId.d.ts +11 -0
  189. package/dist/types/src/generated/resources/getConnectBriefcasePrimingRecords.d.ts +16 -0
  190. package/dist/types/src/generated/resources/getUiApiActionsFlexipageByFlexipageNames.d.ts +20 -0
  191. package/dist/types/src/generated/resources/getUiApiActionsGlobal.d.ts +19 -0
  192. package/dist/types/src/generated/resources/getUiApiActionsLayoutByActionApiName.d.ts +15 -0
  193. package/dist/types/src/generated/resources/getUiApiActionsListViewByListViewIds.d.ts +20 -0
  194. package/dist/types/src/generated/resources/getUiApiActionsListViewChartByObjectApiNames.d.ts +20 -0
  195. package/dist/types/src/generated/resources/getUiApiActionsListViewRecordByRecordIds.d.ts +20 -0
  196. package/dist/types/src/generated/resources/getUiApiActionsLookupByObjectApiNames.d.ts +20 -0
  197. package/dist/types/src/generated/resources/getUiApiActionsMruListByObjectApiNames.d.ts +20 -0
  198. package/dist/types/src/generated/resources/getUiApiActionsObjectRecordCreateByObjectApiName.d.ts +20 -0
  199. package/dist/types/src/generated/resources/getUiApiActionsOverridesByObjectApiName.d.ts +18 -0
  200. package/dist/types/src/generated/resources/getUiApiActionsPhotoByRecordIds.d.ts +20 -0
  201. package/dist/types/src/generated/resources/getUiApiActionsRecordByRecordIds.d.ts +22 -0
  202. package/dist/types/src/generated/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +20 -0
  203. package/dist/types/src/generated/resources/getUiApiActionsRecordRecordEditByRecordIds.d.ts +20 -0
  204. package/dist/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +30 -0
  205. package/dist/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +21 -0
  206. package/dist/types/src/generated/resources/getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds.d.ts +21 -0
  207. package/dist/types/src/generated/resources/getUiApiAggregateUi.d.ts +16 -0
  208. package/dist/types/src/generated/resources/getUiApiApps.d.ts +16 -0
  209. package/dist/types/src/generated/resources/getUiApiAppsByAppId.d.ts +20 -0
  210. package/dist/types/src/generated/resources/getUiApiAppsSelected.d.ts +16 -0
  211. package/dist/types/src/generated/resources/getUiApiAppsUserNavItemsByAppId.d.ts +18 -0
  212. package/dist/types/src/generated/resources/getUiApiDuplicatesByObjectApiName.d.ts +18 -0
  213. package/dist/types/src/generated/resources/getUiApiFavorites.d.ts +12 -0
  214. package/dist/types/src/generated/resources/getUiApiFavoritesByFavoriteId.d.ts +15 -0
  215. package/dist/types/src/generated/resources/getUiApiFormsByApiName.d.ts +15 -0
  216. package/dist/types/src/generated/resources/getUiApiLayoutByObjectApiName.d.ts +21 -0
  217. package/dist/types/src/generated/resources/getUiApiLayoutUserStateByObjectApiName.d.ts +21 -0
  218. package/dist/types/src/generated/resources/getUiApiListInfoBatch.d.ts +24 -0
  219. package/dist/types/src/generated/resources/getUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +16 -0
  220. package/dist/types/src/generated/resources/getUiApiListInfoByListViewId.d.ts +15 -0
  221. package/dist/types/src/generated/resources/getUiApiListRecordsByListViewApiNameAndObjectApiName.d.ts +23 -0
  222. package/dist/types/src/generated/resources/getUiApiListRecordsByListViewId.d.ts +22 -0
  223. package/dist/types/src/generated/resources/getUiApiListUiByListViewApiNameAndObjectApiName.d.ts +25 -0
  224. package/dist/types/src/generated/resources/getUiApiListUiByListViewId.d.ts +24 -0
  225. package/dist/types/src/generated/resources/getUiApiListUiByObjectApiName.d.ts +23 -0
  226. package/dist/types/src/generated/resources/getUiApiLookupsByFieldApiNameAndObjectApiName.d.ts +24 -0
  227. package/dist/types/src/generated/resources/getUiApiLookupsByFieldApiNameAndObjectApiNameAndTargetApiName.d.ts +25 -0
  228. package/dist/types/src/generated/resources/getUiApiMruListInfoByObjectApiName.d.ts +15 -0
  229. package/dist/types/src/generated/resources/getUiApiMruListRecordsByObjectApiName.d.ts +22 -0
  230. package/dist/types/src/generated/resources/getUiApiMruListUiByObjectApiName.d.ts +24 -0
  231. package/dist/types/src/generated/resources/getUiApiNavItems.d.ts +18 -0
  232. package/dist/types/src/generated/resources/getUiApiObjectInfo.d.ts +12 -0
  233. package/dist/types/src/generated/resources/getUiApiObjectInfoBatchByObjectApiNames.d.ts +23 -0
  234. package/dist/types/src/generated/resources/getUiApiObjectInfoByObjectApiName.d.ts +16 -0
  235. package/dist/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByFieldApiNameAndObjectApiNameAndRecordTypeId.d.ts +17 -0
  236. package/dist/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByObjectApiNameAndRecordTypeId.d.ts +16 -0
  237. package/dist/types/src/generated/resources/getUiApiObjectInfoValidationRulesInfoByObjectApiName.d.ts +15 -0
  238. package/dist/types/src/generated/resources/getUiApiPrimingRecords.d.ts +16 -0
  239. package/dist/types/src/generated/resources/getUiApiPrimingRoutes.d.ts +16 -0
  240. package/dist/types/src/generated/resources/getUiApiRecordAvatarsBatchByRecordIds.d.ts +18 -0
  241. package/dist/types/src/generated/resources/getUiApiRecordAvatarsByRecordId.d.ts +18 -0
  242. package/dist/types/src/generated/resources/getUiApiRecordDefaultsCloneByRecordId.d.ts +20 -0
  243. package/dist/types/src/generated/resources/getUiApiRecordDefaultsCreateByObjectApiName.d.ts +20 -0
  244. package/dist/types/src/generated/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +19 -0
  245. package/dist/types/src/generated/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +19 -0
  246. package/dist/types/src/generated/resources/getUiApiRecordUiByRecordIds.d.ts +24 -0
  247. package/dist/types/src/generated/resources/getUiApiRecordsBatchByRecordIds.d.ts +32 -0
  248. package/dist/types/src/generated/resources/getUiApiRecordsByRecordId.d.ts +26 -0
  249. package/dist/types/src/generated/resources/getUiApiRecordsChildRelationshipsByRecordIdAndRelationshipName.d.ts +23 -0
  250. package/dist/types/src/generated/resources/getUiApiRelatedListCountBatchByParentRecordIdAndRelatedListNames.d.ts +27 -0
  251. package/dist/types/src/generated/resources/getUiApiRelatedListCountByParentRecordIdAndRelatedListId.d.ts +19 -0
  252. package/dist/types/src/generated/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames.d.ts +27 -0
  253. package/dist/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiName.d.ts +18 -0
  254. package/dist/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
  255. package/dist/types/src/generated/resources/getUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
  256. package/dist/types/src/generated/resources/getUiApiRelatedListPreferencesBatchByPreferencesIds.d.ts +23 -0
  257. package/dist/types/src/generated/resources/getUiApiRelatedListPreferencesByPreferencesId.d.ts +16 -0
  258. package/dist/types/src/generated/resources/getUiApiRelatedListRecordsBatchByParentRecordId.d.ts +30 -0
  259. package/dist/types/src/generated/resources/getUiApiRelatedListRecordsBatchByParentRecordIdAndRelatedListIds.d.ts +23 -0
  260. package/dist/types/src/generated/resources/getUiApiSearchInfoFiltersByObjectApiName.d.ts +16 -0
  261. package/dist/types/src/generated/resources/getUiApiSearchInfoFiltersOptionsByFilterApiNameAndObjectApiName.d.ts +19 -0
  262. package/dist/types/src/generated/resources/getUiApiSearchInfoLookupByFieldApiNameAndObjectApiName.d.ts +17 -0
  263. package/dist/types/src/generated/resources/getUiApiThemesActive.d.ts +12 -0
  264. package/dist/types/src/generated/resources/patchUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
  265. package/dist/types/src/generated/resources/patchUiApiAppsByAppId.d.ts +16 -0
  266. package/dist/types/src/generated/resources/patchUiApiFavoritesByFavoriteId.d.ts +19 -0
  267. package/dist/types/src/generated/resources/patchUiApiFavoritesUsageByFavoriteId.d.ts +9 -0
  268. package/dist/types/src/generated/resources/patchUiApiLayoutUserStateByObjectApiName.d.ts +23 -0
  269. package/dist/types/src/generated/resources/patchUiApiRecordsByRecordId.d.ts +27 -0
  270. package/dist/types/src/generated/resources/patchUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
  271. package/dist/types/src/generated/resources/patchUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
  272. package/dist/types/src/generated/resources/patchUiApiRelatedListPreferencesByPreferencesId.d.ts +22 -0
  273. package/dist/types/src/generated/resources/postGraphql.d.ts +20 -0
  274. package/dist/types/src/generated/resources/postGraphqlBatch.d.ts +12 -0
  275. package/dist/types/src/generated/resources/postUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
  276. package/dist/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +27 -0
  277. package/dist/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +17 -0
  278. package/dist/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIds.d.ts +19 -0
  279. package/dist/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId.d.ts +23 -0
  280. package/dist/types/src/generated/resources/postUiApiAggregateUi.d.ts +12 -0
  281. package/dist/types/src/generated/resources/postUiApiFavorites.d.ts +21 -0
  282. package/dist/types/src/generated/resources/postUiApiPredupe.d.ts +19 -0
  283. package/dist/types/src/generated/resources/postUiApiRecordAvatarsAssociationByRecordId.d.ts +19 -0
  284. package/dist/types/src/generated/resources/postUiApiRecords.d.ts +21 -0
  285. package/dist/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersions.d.ts +13 -0
  286. package/dist/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersionsByContentDocumentId.d.ts +16 -0
  287. package/dist/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +27 -0
  288. package/dist/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordIdAndRelatedListIds.d.ts +17 -0
  289. package/dist/types/src/generated/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +26 -0
  290. package/dist/types/src/generated/resources/postUiApiSearchResults.d.ts +20 -0
  291. package/dist/types/src/generated/resources/postUiApiSearchResultsKeyword.d.ts +24 -0
  292. package/dist/types/src/generated/resources/putUiApiAppsUserNavItemsByAppId.d.ts +12 -0
  293. package/dist/types/src/generated/resources/putUiApiFavoritesBatch.d.ts +9 -0
  294. package/dist/types/src/generated/types/AbstractFormSubitemRepresentation.d.ts +35 -0
  295. package/dist/types/src/generated/types/AbstractPicklistValueAttributesRepresentation.d.ts +36 -0
  296. package/dist/types/src/generated/types/AbstractRecordAvatarBatchRepresentation.d.ts +39 -0
  297. package/dist/types/src/generated/types/AbstractRecordAvatarRepresentation.d.ts +47 -0
  298. package/dist/types/src/generated/types/AbstractRecordLayoutComponentRepresentation.d.ts +42 -0
  299. package/dist/types/src/generated/types/ActionBatchRepresentation.d.ts +39 -0
  300. package/dist/types/src/generated/types/ActionBatchResultRepresentation.d.ts +40 -0
  301. package/dist/types/src/generated/types/ActionInputRepresentation.d.ts +41 -0
  302. package/dist/types/src/generated/types/ActionOverrideRepresentation.d.ts +29 -0
  303. package/dist/types/src/generated/types/ActionRelatedListSingleBatchInputRepresentation.d.ts +44 -0
  304. package/dist/types/src/generated/types/ActionRelatedListsBatchInputRepresentation.d.ts +30 -0
  305. package/dist/types/src/generated/types/ActionRelatedListsCollectionBatchRepresentation.d.ts +39 -0
  306. package/dist/types/src/generated/types/ActionRepresentation.d.ts +50 -0
  307. package/dist/types/src/generated/types/AggregateInputRepresentation.d.ts +29 -0
  308. package/dist/types/src/generated/types/AggregateRepresentation.d.ts +30 -0
  309. package/dist/types/src/generated/types/AggregateUiRepresentation.d.ts +93 -0
  310. package/dist/types/src/generated/types/AppRepresentation.d.ts +102 -0
  311. package/dist/types/src/generated/types/AppsRepresentation.d.ts +43 -0
  312. package/dist/types/src/generated/types/AvatarAssociationInputRepresentation.d.ts +41 -0
  313. package/dist/types/src/generated/types/BatchRelatedListCountRepresentation.d.ts +39 -0
  314. package/dist/types/src/generated/types/BatchRepresentation.d.ts +39 -0
  315. package/dist/types/src/generated/types/BatchResultRepresentation.d.ts +46 -0
  316. package/dist/types/src/generated/types/CanvasLayoutComponentRepresentation.d.ts +43 -0
  317. package/dist/types/src/generated/types/CaseStatusPicklistValueAttributesRepresentation.d.ts +31 -0
  318. package/dist/types/src/generated/types/ChildRelationshipRepresentation.d.ts +41 -0
  319. package/dist/types/src/generated/types/CompositeActionRelatedListsCollectionResultRepresentation.d.ts +40 -0
  320. package/dist/types/src/generated/types/CompositeGraphQLResultRepresentation.d.ts +32 -0
  321. package/dist/types/src/generated/types/CompositeRelatedListRecordCollectionResultRepresentation.d.ts +40 -0
  322. package/dist/types/src/generated/types/ContentDocumentCompositeRepresentation.d.ts +56 -0
  323. package/dist/types/src/generated/types/ContentInputRepresentation.d.ts +32 -0
  324. package/dist/types/src/generated/types/CustomLinkLayoutComponentRepresentation.d.ts +37 -0
  325. package/dist/types/src/generated/types/DisplayLayoutAndMatchingInfoRepresentation.d.ts +32 -0
  326. package/dist/types/src/generated/types/DisplayLayoutRepresentation.d.ts +29 -0
  327. package/dist/types/src/generated/types/DuplicateRecordErrorRepresentation.d.ts +30 -0
  328. package/dist/types/src/generated/types/DuplicateResultInfoRepresentation.d.ts +35 -0
  329. package/dist/types/src/generated/types/DuplicateRuleFilterItemRepresentation.d.ts +42 -0
  330. package/dist/types/src/generated/types/DuplicateRuleFilterRepresentation.d.ts +40 -0
  331. package/dist/types/src/generated/types/DuplicateRuleRepresentation.d.ts +56 -0
  332. package/dist/types/src/generated/types/DuplicatesConfigurationRepresentation.d.ts +46 -0
  333. package/dist/types/src/generated/types/DuplicatesRepresentation.d.ts +40 -0
  334. package/dist/types/src/generated/types/EmptySpaceFormSubitemRepresentation.d.ts +27 -0
  335. package/dist/types/src/generated/types/EntityActionRepresentation.d.ts +54 -0
  336. package/dist/types/src/generated/types/ErrorBadRequestRecordAvatarBatchRepresentation.d.ts +32 -0
  337. package/dist/types/src/generated/types/ErrorMessageRepresentation.d.ts +32 -0
  338. package/dist/types/src/generated/types/ErrorRecordAvatarBatchRepresentation.d.ts +32 -0
  339. package/dist/types/src/generated/types/ErrorSingleRecordAvatarRepresentation.d.ts +30 -0
  340. package/dist/types/src/generated/types/FavoriteBatchCollectionInputRepresentation.d.ts +29 -0
  341. package/dist/types/src/generated/types/FavoriteBatchInputRepresentation.d.ts +32 -0
  342. package/dist/types/src/generated/types/FavoriteCollectionRepresentation.d.ts +30 -0
  343. package/dist/types/src/generated/types/FavoriteInputRepresentation.d.ts +38 -0
  344. package/dist/types/src/generated/types/FavoriteRepresentation.d.ts +59 -0
  345. package/dist/types/src/generated/types/FieldFormSubitemRepresentation.d.ts +31 -0
  346. package/dist/types/src/generated/types/FieldLayoutComponentRepresentation.d.ts +31 -0
  347. package/dist/types/src/generated/types/FieldRepresentation.d.ts +121 -0
  348. package/dist/types/src/generated/types/FieldValueRepresentation.d.ts +42 -0
  349. package/dist/types/src/generated/types/FilteredLookupInfoRepresentation.d.ts +35 -0
  350. package/dist/types/src/generated/types/FormItemRepresentation.d.ts +35 -0
  351. package/dist/types/src/generated/types/FormRepresentation.d.ts +39 -0
  352. package/dist/types/src/generated/types/FormRowRepresentation.d.ts +30 -0
  353. package/dist/types/src/generated/types/FormSectionRepresentation.d.ts +39 -0
  354. package/dist/types/src/generated/types/GraphQLBatchInputRepresentation.d.ts +29 -0
  355. package/dist/types/src/generated/types/GraphQLBatchRepresentation.d.ts +30 -0
  356. package/dist/types/src/generated/types/GraphQLErrorLocation.d.ts +32 -0
  357. package/dist/types/src/generated/types/GraphQLErrorRepresentation.d.ts +36 -0
  358. package/dist/types/src/generated/types/GraphQLInputRepresentation.d.ts +39 -0
  359. package/dist/types/src/generated/types/GraphQLRepresentation.d.ts +24 -0
  360. package/dist/types/src/generated/types/KeywordSearchRequestInputRepresentation.d.ts +39 -0
  361. package/dist/types/src/generated/types/KeywordSearchResultsRepresentation.d.ts +39 -0
  362. package/dist/types/src/generated/types/KeywordSearchResultsSummaryRepresentation.d.ts +51 -0
  363. package/dist/types/src/generated/types/LeadStatusPicklistValueAttributesRepresentation.d.ts +31 -0
  364. package/dist/types/src/generated/types/ListColumnRepresentation.d.ts +35 -0
  365. package/dist/types/src/generated/types/ListFilterByInfoRepresentation.d.ts +38 -0
  366. package/dist/types/src/generated/types/ListInfoBatchRepresentation.d.ts +39 -0
  367. package/dist/types/src/generated/types/ListInfoInputRepresentation.d.ts +33 -0
  368. package/dist/types/src/generated/types/ListInfoRepresentation.d.ts +90 -0
  369. package/dist/types/src/generated/types/ListOrderByInfoRepresentation.d.ts +35 -0
  370. package/dist/types/src/generated/types/ListOrderedByInfoInputRepresentation.d.ts +32 -0
  371. package/dist/types/src/generated/types/ListRecordCollectionRepresentation.d.ts +94 -0
  372. package/dist/types/src/generated/types/ListRecordCollectionRepresentation212.d.ts +26 -0
  373. package/dist/types/src/generated/types/ListReferenceRepresentation.d.ts +38 -0
  374. package/dist/types/src/generated/types/ListUiRepresentation.d.ts +67 -0
  375. package/dist/types/src/generated/types/ListUiRepresentation212.d.ts +29 -0
  376. package/dist/types/src/generated/types/ListUserPreferenceInputRepresentation.d.ts +40 -0
  377. package/dist/types/src/generated/types/ListUserPreferenceRepresentation.d.ts +40 -0
  378. package/dist/types/src/generated/types/ListViewSummaryCollectionRepresentation.d.ts +94 -0
  379. package/dist/types/src/generated/types/ListViewSummaryRepresentation.d.ts +47 -0
  380. package/dist/types/src/generated/types/LocationFieldRepresentation.d.ts +32 -0
  381. package/dist/types/src/generated/types/LookupMetadataRepresentation.d.ts +56 -0
  382. package/dist/types/src/generated/types/LookupMetadataTargetInfoRepresentation.d.ts +36 -0
  383. package/dist/types/src/generated/types/LookupValuesRepresentation.d.ts +53 -0
  384. package/dist/types/src/generated/types/MatchRepresentation.d.ts +40 -0
  385. package/dist/types/src/generated/types/MatchResultInfoRepresentation.d.ts +32 -0
  386. package/dist/types/src/generated/types/MatchResultRepresentation.d.ts +47 -0
  387. package/dist/types/src/generated/types/MatchRuleRepresentation.d.ts +42 -0
  388. package/dist/types/src/generated/types/MatchingInfoRepresentation.d.ts +29 -0
  389. package/dist/types/src/generated/types/NavItemInputRepresentation.d.ts +35 -0
  390. package/dist/types/src/generated/types/NavItemRepresentation.d.ts +91 -0
  391. package/dist/types/src/generated/types/NavItemsInputRepresentation.d.ts +29 -0
  392. package/dist/types/src/generated/types/NavItemsRepresentation.d.ts +49 -0
  393. package/dist/types/src/generated/types/ObjectInfoDirectoryEntryRepresentation.d.ts +44 -0
  394. package/dist/types/src/generated/types/ObjectInfoDirectoryRepresentation.d.ts +34 -0
  395. package/dist/types/src/generated/types/ObjectInfoRepresentation.d.ts +121 -0
  396. package/dist/types/src/generated/types/OperationInputRepresentation.d.ts +39 -0
  397. package/dist/types/src/generated/types/OperationResponseRepresentation.d.ts +45 -0
  398. package/dist/types/src/generated/types/OpportunityStagePicklistValueAttributesRepresentation.d.ts +40 -0
  399. package/dist/types/src/generated/types/PageReferenceInputRepresentation.d.ts +43 -0
  400. package/dist/types/src/generated/types/PageReferenceRepresentation.d.ts +43 -0
  401. package/dist/types/src/generated/types/PerformActionInputRepresentation.d.ts +42 -0
  402. package/dist/types/src/generated/types/PhotoMetadataRepresentation.d.ts +32 -0
  403. package/dist/types/src/generated/types/PhotoRecordAvatarRepresentation.d.ts +54 -0
  404. package/dist/types/src/generated/types/PicklistValueRepresentation.d.ts +42 -0
  405. package/dist/types/src/generated/types/PicklistValuesCollectionRepresentation.d.ts +47 -0
  406. package/dist/types/src/generated/types/PicklistValuesRepresentation.d.ts +62 -0
  407. package/dist/types/src/generated/types/PlatformActionRepresentation.d.ts +98 -0
  408. package/dist/types/src/generated/types/PrimingGeneratedModuleRepresentation.d.ts +32 -0
  409. package/dist/types/src/generated/types/PrimingRecordCollectionRepresentation.d.ts +48 -0
  410. package/dist/types/src/generated/types/PrimingRecordRepresentation.d.ts +32 -0
  411. package/dist/types/src/generated/types/PrimingRecordsStatsRepresentation.d.ts +38 -0
  412. package/dist/types/src/generated/types/PrimingRoutesCollectionRepresentation.d.ts +37 -0
  413. package/dist/types/src/generated/types/PrimingRuleErrorRepresentation.d.ts +29 -0
  414. package/dist/types/src/generated/types/QnASearchResultRepresentation.d.ts +41 -0
  415. package/dist/types/src/generated/types/QuickActionDefaultsRepresentation.d.ts +62 -0
  416. package/dist/types/src/generated/types/QuickActionExecutionRepresentation.d.ts +56 -0
  417. package/dist/types/src/generated/types/RecordAvatarBatchRepresentation.d.ts +42 -0
  418. package/dist/types/src/generated/types/RecordAvatarBulkMapRepresentation.d.ts +41 -0
  419. package/dist/types/src/generated/types/RecordAvatarBulkRepresentation.d.ts +43 -0
  420. package/dist/types/src/generated/types/RecordCollectionRepresentation.d.ts +61 -0
  421. package/dist/types/src/generated/types/RecordCreateDefaultRecordRepresentation.d.ts +81 -0
  422. package/dist/types/src/generated/types/RecordDefaultsRepresentation.d.ts +55 -0
  423. package/dist/types/src/generated/types/RecordDefaultsTemplateCloneRepresentation.d.ts +61 -0
  424. package/dist/types/src/generated/types/RecordDefaultsTemplateCreateRepresentation.d.ts +61 -0
  425. package/dist/types/src/generated/types/RecordExceptionErrorRepresentation.d.ts +45 -0
  426. package/dist/types/src/generated/types/RecordExceptionRepresentation.d.ts +37 -0
  427. package/dist/types/src/generated/types/RecordInputRepresentation.d.ts +39 -0
  428. package/dist/types/src/generated/types/RecordLayoutComponentRepresentation.d.ts +27 -0
  429. package/dist/types/src/generated/types/RecordLayoutItemRepresentation.d.ts +54 -0
  430. package/dist/types/src/generated/types/RecordLayoutRepresentation.d.ts +71 -0
  431. package/dist/types/src/generated/types/RecordLayoutRowRepresentation.d.ts +30 -0
  432. package/dist/types/src/generated/types/RecordLayoutSaveOptionRepresentation.d.ts +44 -0
  433. package/dist/types/src/generated/types/RecordLayoutSectionRepresentation.d.ts +48 -0
  434. package/dist/types/src/generated/types/RecordLayoutSectionUserStateInputRepresentation.d.ts +29 -0
  435. package/dist/types/src/generated/types/RecordLayoutSectionUserStateRepresentation.d.ts +32 -0
  436. package/dist/types/src/generated/types/RecordLayoutUserStateInputRepresentation.d.ts +33 -0
  437. package/dist/types/src/generated/types/RecordLayoutUserStateRepresentation.d.ts +66 -0
  438. package/dist/types/src/generated/types/RecordRepresentation.d.ts +92 -0
  439. package/dist/types/src/generated/types/RecordTemplateCloneRepresentation.d.ts +65 -0
  440. package/dist/types/src/generated/types/RecordTemplateCreateRepresentation.d.ts +62 -0
  441. package/dist/types/src/generated/types/RecordTypeInfoRepresentation.d.ts +41 -0
  442. package/dist/types/src/generated/types/RecordUiRepresentation.d.ts +89 -0
  443. package/dist/types/src/generated/types/ReferenceToInfoRepresentation.d.ts +32 -0
  444. package/dist/types/src/generated/types/RelatedListColumnRepresentation.d.ts +54 -0
  445. package/dist/types/src/generated/types/RelatedListInfoBatchRepresentation.d.ts +39 -0
  446. package/dist/types/src/generated/types/RelatedListInfoRepresentation.d.ts +115 -0
  447. package/dist/types/src/generated/types/RelatedListPreferencesBatchRepresentation.d.ts +39 -0
  448. package/dist/types/src/generated/types/RelatedListRecordCollectionBatchRepresentation.d.ts +39 -0
  449. package/dist/types/src/generated/types/RelatedListRecordCollectionRepresentation.d.ts +103 -0
  450. package/dist/types/src/generated/types/RelatedListRecordCountCollectionRepresentation.d.ts +48 -0
  451. package/dist/types/src/generated/types/RelatedListRecordCountRepresentation.d.ts +50 -0
  452. package/dist/types/src/generated/types/RelatedListRecordsBatchInputRepresentation.d.ts +30 -0
  453. package/dist/types/src/generated/types/RelatedListRecordsInputRepresentation.d.ts +44 -0
  454. package/dist/types/src/generated/types/RelatedListRecordsSingleBatchInputRepresentation.d.ts +44 -0
  455. package/dist/types/src/generated/types/RelatedListReferenceRepresentation.d.ts +50 -0
  456. package/dist/types/src/generated/types/RelatedListSummaryInfoCollectionRepresentation.d.ts +51 -0
  457. package/dist/types/src/generated/types/RelatedListSummaryInfoRepresentation.d.ts +60 -0
  458. package/dist/types/src/generated/types/RelatedListUserPreferencesInputRepresentation.d.ts +44 -0
  459. package/dist/types/src/generated/types/RelatedListUserPreferencesRepresentation.d.ts +57 -0
  460. package/dist/types/src/generated/types/ReportLayoutComponentRepresentation.d.ts +52 -0
  461. package/dist/types/src/generated/types/ResourceReferenceRepresentation.d.ts +42 -0
  462. package/dist/types/src/generated/types/SearchFilterAttributesRepresentation.d.ts +35 -0
  463. package/dist/types/src/generated/types/SearchFilterDefinitionRepresentation.d.ts +44 -0
  464. package/dist/types/src/generated/types/SearchFilterInputRepresentation.d.ts +38 -0
  465. package/dist/types/src/generated/types/SearchFilterMetadataCollectionRepresentation.d.ts +43 -0
  466. package/dist/types/src/generated/types/SearchFilterOptionCollectionRepresentation.d.ts +55 -0
  467. package/dist/types/src/generated/types/SearchFilterOptionRepresentation.d.ts +32 -0
  468. package/dist/types/src/generated/types/SearchFilterSelectAttributesRepresentation.d.ts +38 -0
  469. package/dist/types/src/generated/types/SearchFilterTextAttributesRepresentation.d.ts +31 -0
  470. package/dist/types/src/generated/types/SearchRecordHighlightRepresentation.d.ts +36 -0
  471. package/dist/types/src/generated/types/SearchRecordInfoRepresentation.d.ts +32 -0
  472. package/dist/types/src/generated/types/SearchRequestInputRepresentation.d.ts +32 -0
  473. package/dist/types/src/generated/types/SearchResultCollectionRepresentation.d.ts +65 -0
  474. package/dist/types/src/generated/types/SearchResultRepresentation.d.ts +47 -0
  475. package/dist/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +50 -0
  476. package/dist/types/src/generated/types/SimpleListInfoResultRepresentation.d.ts +48 -0
  477. package/dist/types/src/generated/types/SimpleRelatedListCountBatchRepresentation.d.ts +47 -0
  478. package/dist/types/src/generated/types/SimpleRelatedListInfoResultRepresentation.d.ts +47 -0
  479. package/dist/types/src/generated/types/SimpleRelatedListPreferencesResultRepresentation.d.ts +47 -0
  480. package/dist/types/src/generated/types/SimplifiedBatchRepresentation.d.ts +39 -0
  481. package/dist/types/src/generated/types/SimplifiedBatchResultRepresentation.d.ts +46 -0
  482. package/dist/types/src/generated/types/ThemeBannerRepresentation.d.ts +29 -0
  483. package/dist/types/src/generated/types/ThemeImageRepresentation.d.ts +35 -0
  484. package/dist/types/src/generated/types/ThemeInfoRepresentation.d.ts +32 -0
  485. package/dist/types/src/generated/types/ThemeRecordAvatarRepresentation.d.ts +41 -0
  486. package/dist/types/src/generated/types/ThemeRepresentation.d.ts +61 -0
  487. package/dist/types/src/generated/types/ValidationRuleRepresentation.d.ts +47 -0
  488. package/dist/types/src/generated/types/ValidationRulesRepresentation.d.ts +33 -0
  489. package/dist/types/src/generated/types/VisualforceLayoutComponentRepresentation.d.ts +43 -0
  490. package/dist/types/src/generated/types/WireDataRepresentation.d.ts +37 -0
  491. package/dist/types/src/generated/types/type-utils.d.ts +39 -0
  492. package/dist/types/src/generated/uiapi/record-collection/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
  493. package/dist/types/src/graphql-artifacts/types/RecordConnection/getTypeCacheKeys.d.ts +5 -0
  494. package/dist/types/src/graphql-artifacts/types/RecordQuery/getFieldType.d.ts +5 -0
  495. package/dist/types/src/graphql-artifacts/types/RecordRepresentation/attachMappedData.d.ts +4 -0
  496. package/dist/types/src/graphql-artifacts/types/RecordRepresentation/convertGraphQLToRaml.d.ts +11 -0
  497. package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getFieldData.d.ts +4 -0
  498. package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getFieldType.d.ts +5 -0
  499. package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getInContextFragmentType.d.ts +3 -0
  500. package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getMappedTypeCacheKeys.d.ts +5 -0
  501. package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getMinimumSelections.d.ts +2 -0
  502. package/dist/types/src/graphql-artifacts/types/RecordRepresentation/ingestMappedData.d.ts +5 -0
  503. package/dist/types/src/graphql-artifacts/types/RecordRepresentation/isMappedField.d.ts +2 -0
  504. package/dist/types/src/graphql-artifacts/types/RecordRepresentation/selectType.d.ts +4 -0
  505. package/dist/types/src/graphql-artifacts/types/shared/getMinimumSelections.d.ts +3 -0
  506. package/dist/types/src/helpers/FieldValueRepresentation/merge.d.ts +3 -0
  507. package/dist/types/src/helpers/FieldValueRepresentation/normalize.d.ts +5 -0
  508. package/dist/types/src/helpers/RecordAvatarBulkRepresentation/merge.d.ts +3 -0
  509. package/dist/types/src/helpers/RecordRepresentation/merge.d.ts +8 -0
  510. package/dist/types/src/helpers/RecordRepresentation/normalize.d.ts +10 -0
  511. package/dist/types/src/helpers/RecordRepresentation/resolveConflict.d.ts +11 -0
  512. package/dist/types/src/helpers/graphql/getDirectiveValue.d.ts +2 -0
  513. package/dist/types/src/helpers/graphql/getFieldNameOverride.d.ts +2 -0
  514. package/dist/types/src/helpers/resources/getRecordFulfill.d.ts +2 -0
  515. package/dist/types/src/instrumentation.d.ts +55 -0
  516. package/dist/types/src/main.d.ts +85 -0
  517. package/dist/types/src/overrides/resources/getUiApiListInfoBatch.d.ts +38 -0
  518. package/dist/types/src/overrides/resources/postGraphqlBatch.d.ts +36 -0
  519. package/dist/types/src/overrides/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +14 -0
  520. package/dist/types/src/overrides/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +14 -0
  521. package/dist/types/src/overrides/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
  522. package/dist/types/src/primitives/FieldId/coerce.d.ts +6 -0
  523. package/dist/types/src/primitives/FieldId/index.d.ts +14 -0
  524. package/dist/types/src/primitives/FieldIdArray/coerce.d.ts +6 -0
  525. package/dist/types/src/primitives/FormFactor/coerce.d.ts +2 -0
  526. package/dist/types/src/primitives/FormFactor/index.d.ts +5 -0
  527. package/dist/types/src/primitives/LayoutMode/coerce.d.ts +2 -0
  528. package/dist/types/src/primitives/LayoutMode/index.d.ts +5 -0
  529. package/dist/types/src/primitives/LayoutModeArray/coerce.d.ts +2 -0
  530. package/dist/types/src/primitives/LayoutType/coerce.d.ts +2 -0
  531. package/dist/types/src/primitives/LayoutType/index.d.ts +4 -0
  532. package/dist/types/src/primitives/LayoutTypeArray/coerce.d.ts +2 -0
  533. package/dist/types/src/primitives/ObjectId/coerce.d.ts +6 -0
  534. package/dist/types/src/primitives/ObjectId/index.d.ts +4 -0
  535. package/dist/types/src/primitives/ObjectIdArray/coerce.d.ts +6 -0
  536. package/dist/types/src/primitives/RecordId18/coerce.d.ts +6 -0
  537. package/dist/types/src/primitives/RecordId18Array/coerce.d.ts +6 -0
  538. package/dist/types/src/primitives/SortedObjectIdArray/coerce.d.ts +6 -0
  539. package/dist/types/src/primitives/SortedStringArray/coerce.d.ts +1 -0
  540. package/dist/types/src/primitives/SortedStringArrayAllowEmpty/coerce.d.ts +1 -0
  541. package/dist/types/src/query-evaluation/record-representation-query-evaluator.d.ts +19 -0
  542. package/dist/types/src/raml-artifacts/adapters/getLayout/buildCachedSnapshotCachePolicy.d.ts +4 -0
  543. package/dist/types/src/raml-artifacts/adapters/getLayout/onFetchResponseSuccess.d.ts +5 -0
  544. package/dist/types/src/raml-artifacts/adapters/getLayout/utils.d.ts +9 -0
  545. package/dist/types/src/raml-artifacts/adapters/getLayout/validateAdapterConfig.d.ts +3 -0
  546. package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshot.d.ts +4 -0
  547. package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshotCachePolicy.d.ts +9 -0
  548. package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/buildNetworkSnapshot.d.ts +4 -0
  549. package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserStateConfig.d.ts +2 -0
  550. package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserState_ConfigPropertyNames.d.ts +2 -0
  551. package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/validateAdapterConfig.d.ts +3 -0
  552. package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshot.d.ts +4 -0
  553. package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshotCachePolicy.d.ts +4 -0
  554. package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshot.d.ts +9 -0
  555. package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshotCachePolicy.d.ts +4 -0
  556. package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/utils.d.ts +13 -0
  557. package/dist/types/src/raml-artifacts/adapters/getRecords/GetRecordsConfig.d.ts +15 -0
  558. package/dist/types/src/raml-artifacts/adapters/getRecords/adapterFragment.d.ts +3 -0
  559. package/dist/types/src/raml-artifacts/adapters/getRecords/createChildResourceParams.d.ts +3 -0
  560. package/dist/types/src/raml-artifacts/adapters/getRecords/createResourceParams.d.ts +3 -0
  561. package/dist/types/src/raml-artifacts/adapters/getRecords/getRecords_ConfigPropertyNames.d.ts +2 -0
  562. package/dist/types/src/raml-artifacts/adapters/getRecords/onFetchResponseSuccess.d.ts +5 -0
  563. package/dist/types/src/raml-artifacts/adapters/getRecords/typeCheckConfig.d.ts +5 -0
  564. package/dist/types/src/raml-artifacts/adapters/getRecords/validateAdapterConfig.d.ts +6 -0
  565. package/dist/types/src/raml-artifacts/getPicklistValues/index.d.ts +17 -0
  566. package/dist/types/src/raml-artifacts/resources/getUiApiRecordAvatarsBatchByRecordIds/ingestSuccess.d.ts +12 -0
  567. package/dist/types/src/raml-artifacts/resources/getUiApiRecordDefaultsTemplateCloneByRecordId/select.d.ts +2 -0
  568. package/dist/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/ingestSuccessChildResourceParams.d.ts +17 -0
  569. package/dist/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/selectChildResourceParams.d.ts +4 -0
  570. package/dist/types/src/raml-artifacts/resources/getUiApiRecordsByRecordId/createResourceRequest.d.ts +2 -0
  571. package/dist/types/src/raml-artifacts/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames/createChildResourceParams.d.ts +3 -0
  572. package/dist/types/src/raml-artifacts/resources/postGraphql/createResourceRequest.d.ts +5 -0
  573. package/dist/types/src/raml-artifacts/types/FieldValueRepresentation/ingest.d.ts +4 -0
  574. package/dist/types/src/raml-artifacts/types/QuickActionDefaultsRepresentation/dynamicIngest.d.ts +2 -0
  575. package/dist/types/src/raml-artifacts/types/RecordAvatarBulkMapRepresentation/ingest.d.ts +2 -0
  576. package/dist/types/src/raml-artifacts/types/RecordRepresentation/getTypeCacheKeys.d.ts +2 -0
  577. package/dist/types/src/raml-artifacts/types/RecordRepresentation/ingest.d.ts +4 -0
  578. package/dist/types/src/raml-artifacts/types/RecordRepresentation/keyBuilderFromType.d.ts +2 -0
  579. package/dist/types/src/selectors/record.d.ts +15 -0
  580. package/dist/types/src/sfdc-util/throttle.d.ts +15 -0
  581. package/dist/types/src/sfdc_graphql.d.ts +13 -0
  582. package/dist/types/src/sfdc_rest.d.ts +20 -0
  583. package/dist/types/src/uiapi-static-functions.d.ts +7 -0
  584. package/dist/types/src/util/cache-policy.d.ts +10 -0
  585. package/dist/types/src/util/deep-freeze.d.ts +3 -0
  586. package/dist/types/src/util/fields.d.ts +31 -0
  587. package/dist/types/src/util/language.d.ts +42 -0
  588. package/dist/types/src/util/layout.d.ts +4 -0
  589. package/dist/types/src/util/layouts.d.ts +4 -0
  590. package/dist/types/src/util/lists.d.ts +69 -0
  591. package/dist/types/src/util/pagination.d.ts +26 -0
  592. package/dist/types/src/util/promise.d.ts +1 -0
  593. package/dist/types/src/util/record-ingest.d.ts +5 -0
  594. package/dist/types/src/util/record-ui.d.ts +4 -0
  595. package/dist/types/src/util/records.d.ts +117 -0
  596. package/dist/types/src/util/snapshot.d.ts +5 -0
  597. package/dist/types/src/util/supported-entities.d.ts +11 -0
  598. package/dist/types/src/validation/utils.d.ts +24 -0
  599. package/dist/types/src/wire/createContentDocumentAndVersion/AdapterConfig.d.ts +5 -0
  600. package/dist/types/src/wire/createContentDocumentAndVersion/ResourceRequestConfig.d.ts +4 -0
  601. package/dist/types/src/wire/createContentDocumentAndVersion/buildNetworkSnapshot.d.ts +8 -0
  602. package/dist/types/src/wire/createContentDocumentAndVersion/configurationTypes.d.ts +5 -0
  603. package/dist/types/src/wire/createContentDocumentAndVersion/index.d.ts +4 -0
  604. package/dist/types/src/wire/createContentDocumentAndVersion/validateAdapterConfig.d.ts +5 -0
  605. package/dist/types/src/wire/createContentVersion/AdapterConfig.d.ts +5 -0
  606. package/dist/types/src/wire/createContentVersion/ResourceRequestConfig.d.ts +7 -0
  607. package/dist/types/src/wire/createContentVersion/buildNetworkSnapshot.d.ts +9 -0
  608. package/dist/types/src/wire/createContentVersion/configurationTypes.d.ts +5 -0
  609. package/dist/types/src/wire/createContentVersion/index.d.ts +4 -0
  610. package/dist/types/src/wire/createContentVersion/validateAdapterConfig.d.ts +5 -0
  611. package/dist/types/src/wire/createRecord/configurationTypes.d.ts +5 -0
  612. package/dist/types/src/wire/createRecord/index.d.ts +5 -0
  613. package/dist/types/src/wire/deleteRecord/configurationTypes.d.ts +2 -0
  614. package/dist/types/src/wire/deleteRecord/index.d.ts +2 -0
  615. package/dist/types/src/wire/getListUi/index.d.ts +12 -0
  616. package/dist/types/src/wire/getLookupRecords/index.d.ts +5 -0
  617. package/dist/types/src/wire/getMruListUi/index.d.ts +7 -0
  618. package/dist/types/src/wire/getRecord/GetRecordFields.d.ts +14 -0
  619. package/dist/types/src/wire/getRecord/GetRecordLayoutType.d.ts +11 -0
  620. package/dist/types/src/wire/getRecord/index.d.ts +5 -0
  621. package/dist/types/src/wire/getRecordCreateDefaults/index.d.ts +8 -0
  622. package/dist/types/src/wire/getRecordTemplateClone/index.d.ts +4 -0
  623. package/dist/types/src/wire/getRecordTemplateCreate/index.d.ts +4 -0
  624. package/dist/types/src/wire/getRecordUi/index.d.ts +14 -0
  625. package/dist/types/src/wire/getRecordUi/selectors.d.ts +10 -0
  626. package/dist/types/src/wire/getRecords/GetRecordsFields.d.ts +4 -0
  627. package/dist/types/src/wire/graphql/index.d.ts +4 -0
  628. package/dist/types/src/wire/graphqlBatch/index.d.ts +27 -0
  629. package/dist/types/src/wire/performQuickAction/index.d.ts +3 -0
  630. package/dist/types/src/wire/performUpdateRecordQuickAction/index.d.ts +3 -0
  631. package/dist/types/src/wire/updateLayoutUserState/index.d.ts +5 -0
  632. package/dist/types/src/wire/updateRecord/configurationTypes.d.ts +5 -0
  633. package/dist/types/src/wire/updateRecord/index.d.ts +8 -0
  634. package/dist/types/src/wire/updateRecordAvatar/index.d.ts +3 -0
  635. package/dist/umd/es2018/uiapi-records-service.js +52467 -0
  636. package/dist/umd/es5/uiapi-records-service.js +52145 -0
  637. package/package.json +104 -0
  638. package/sfdc/graphqlAdapters.d.ts +1 -0
  639. package/sfdc/graphqlAdapters.js +17733 -0
  640. package/sfdc/index.d.ts +1 -0
  641. package/sfdc/index.js +35139 -0
  642. package/sfdc/uiapi-static-functions.js +327 -0
  643. package/src/raml/api.raml +7069 -0
  644. package/src/raml/luvio.raml +1696 -0
  645. package/src/raml/uiapi.graphql +1111 -0
@@ -0,0 +1,90 @@
1
+ import { ListColumnRepresentation as ListColumnRepresentation_ListColumnRepresentation } from './ListColumnRepresentation';
2
+ import { ListFilterByInfoRepresentation as ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from './ListFilterByInfoRepresentation';
3
+ import { ListReferenceRepresentation as ListReferenceRepresentation_ListReferenceRepresentation } from './ListReferenceRepresentation';
4
+ import { ListOrderByInfoRepresentation as ListOrderByInfoRepresentation_ListOrderByInfoRepresentation } from './ListOrderByInfoRepresentation';
5
+ import { ListUserPreferenceRepresentation as ListUserPreferenceRepresentation_ListUserPreferenceRepresentation } from './ListUserPreferenceRepresentation';
6
+ 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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
7
+ export declare const TTL = 900000;
8
+ export declare const VERSION = "ce51760eb46b65c484f42de806102162";
9
+ export declare function validate(obj: any, path?: string): TypeError | null;
10
+ export declare const RepresentationType: string;
11
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
12
+ listViewApiName: string | null;
13
+ objectApiName: string;
14
+ type: string;
15
+ }
16
+ export type ListInfoRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
17
+ export type PartialListInfoRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
18
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
19
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ListInfoRepresentationNormalizedKeyMetadata;
20
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ListInfoRepresentation): string;
21
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ListInfoRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
22
+ export declare function normalize(input: ListInfoRepresentation, existing: ListInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListInfoRepresentationNormalized;
23
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
24
+ export declare function equals(existing: ListInfoRepresentationNormalized, incoming: ListInfoRepresentationNormalized): boolean;
25
+ export declare function deepFreeze(input: ListInfoRepresentation): void;
26
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
27
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ListInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
28
+ /**
29
+ * ListInfoRepresentation
30
+ *
31
+ * Keys:
32
+ * listViewApiName (string | null): listReference.listViewApiName
33
+ * objectApiName (string): listReference.objectApiName
34
+ * type (string): listReference.type
35
+ */
36
+ export interface ListInfoRepresentationNormalized {
37
+ /** Indicates whether the listview can be cloned. */
38
+ cloneable: boolean;
39
+ /** Indicates whether a new listview for this listview's SObject can be created. */
40
+ createable: boolean;
41
+ /** Indicates whether the listview can be deleted. */
42
+ deletable: boolean;
43
+ /** All display columns for this list view. */
44
+ displayColumns: Array<ListColumnRepresentation_ListColumnRepresentation>;
45
+ /** ETag like field, readOnly, handy while caching. */
46
+ eTag: string;
47
+ /** This is the filter logic such as "(1 OR 2) and 3". Indexes are 1-based. */
48
+ filterLogicString: string | null;
49
+ /** Describes how the list view is filtered. */
50
+ filteredByInfo: Array<ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
51
+ /** The list view's display label. E.g. "All Accounts". */
52
+ label: string | null;
53
+ listReference: ListReferenceRepresentation_ListReferenceRepresentation;
54
+ /** The API name of any objects that are returned by this relatedList. */
55
+ objectApiNames: Array<string>;
56
+ /** Describes how records are ordered in this list view. */
57
+ orderedByInfo: Array<ListOrderByInfoRepresentation_ListOrderByInfoRepresentation>;
58
+ /** Indicates whether the listview can be updated. */
59
+ updateable: boolean;
60
+ userPreferences: ListUserPreferenceRepresentation_ListUserPreferenceRepresentation;
61
+ /** The list view's visibility. */
62
+ visibility: string;
63
+ /** Indicates whether the visibility of the listview can be edited. */
64
+ visibilityEditable: boolean;
65
+ }
66
+ /**
67
+ * ListInfoRepresentation
68
+ *
69
+ * Keys:
70
+ * listViewApiName (string | null): listReference.listViewApiName
71
+ * objectApiName (string): listReference.objectApiName
72
+ * type (string): listReference.type
73
+ */
74
+ export interface ListInfoRepresentation {
75
+ cloneable: boolean;
76
+ createable: boolean;
77
+ deletable: boolean;
78
+ displayColumns: Array<ListColumnRepresentation_ListColumnRepresentation>;
79
+ eTag: string;
80
+ filterLogicString: string | null;
81
+ filteredByInfo: Array<ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
82
+ label: string | null;
83
+ listReference: ListReferenceRepresentation_ListReferenceRepresentation;
84
+ objectApiNames: Array<string>;
85
+ orderedByInfo: Array<ListOrderByInfoRepresentation_ListOrderByInfoRepresentation>;
86
+ updateable: boolean;
87
+ userPreferences: ListUserPreferenceRepresentation_ListUserPreferenceRepresentation;
88
+ visibility: string;
89
+ visibilityEditable: boolean;
90
+ }
@@ -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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "32def9b631252c12b91a8209c1f49f5a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListOrderByInfoRepresentation, existing: ListOrderByInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListOrderByInfoRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListOrderByInfoRepresentationNormalized, incoming: ListOrderByInfoRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ListOrderByInfoRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ListOrderByInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * ListOrderByInfoRepresentation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ListOrderByInfoRepresentationNormalized {
18
+ /** API name for the field. */
19
+ fieldApiName: string;
20
+ /** Whether the list column is ascending or descending. */
21
+ isAscending: boolean;
22
+ /** Localized label of the field. */
23
+ label: string | null;
24
+ }
25
+ /**
26
+ * ListOrderByInfoRepresentation
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ListOrderByInfoRepresentation {
32
+ fieldApiName: string;
33
+ isAscending: boolean;
34
+ label: string | null;
35
+ }
@@ -0,0 +1,32 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "612c85e98ded25552314e0d5d869b3e4";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListOrderedByInfoInputRepresentation, existing: ListOrderedByInfoInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListOrderedByInfoInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListOrderedByInfoInputRepresentationNormalized, incoming: ListOrderedByInfoInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ListOrderedByInfoInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ListOrderedByInfoInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Representation of a orderedBy Info input.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ListOrderedByInfoInputRepresentationNormalized {
18
+ /** Field API name for orderedByInfo. */
19
+ fieldApiName: string;
20
+ /** Boolean describing if the orderBy should be ascending. */
21
+ isAscending: boolean;
22
+ }
23
+ /**
24
+ * Representation of a orderedBy Info input.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ListOrderedByInfoInputRepresentation {
30
+ fieldApiName: string;
31
+ isAscending: boolean;
32
+ }
@@ -0,0 +1,94 @@
1
+ import { ListReferenceRepresentation as ListReferenceRepresentation_ListReferenceRepresentation } from './ListReferenceRepresentation';
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, ResourceIngest as $64$luvio_engine_ResourceIngest, ReaderFragment as $64$luvio_engine_ReaderFragment, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ import { PaginationParams as pagination_cursor_PaginationParams, PaginationMetadata as pagination_cursor_PaginationMetadata, PageMetadata as pagination_cursor_PageMetadata } from '../pagination/cursor';
4
+ import { RecordRepresentation as RecordRepresentation_RecordRepresentation } from './RecordRepresentation';
5
+ export declare const VERSION = "7c380e05568c88f57081db3ca03df013";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
9
+ listViewId: string;
10
+ sortBy: Array<string> | null;
11
+ }
12
+ export type ListRecordCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export type PartialListRecordCollectionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
15
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ListRecordCollectionRepresentationNormalizedKeyMetadata;
16
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ListRecordCollectionRepresentation): string;
17
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ListRecordCollectionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
18
+ export declare function paginationKeyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
19
+ export declare function paginationKeyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): $64$luvio_engine_NormalizedKeyMetadata;
20
+ export declare function normalize(input: ListRecordCollectionRepresentation, existing: ListRecordCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListRecordCollectionRepresentationNormalized;
21
+ export interface DynamicIngestParams {
22
+ records: $64$luvio_engine_ResourceIngest;
23
+ }
24
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ListRecordCollectionRepresentation, existing: ListRecordCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ListRecordCollectionRepresentationNormalized;
25
+ export declare const select: (paginationParams?: pagination_cursor_PaginationParams) => $64$luvio_engine_ReaderFragment;
26
+ export declare function getPageMetadata(paginationMetadata: pagination_cursor_PaginationMetadata | undefined, paginationParams: pagination_cursor_PaginationParams): pagination_cursor_PageMetadata;
27
+ export interface DynamicSelectParams {
28
+ records?: $64$luvio_engine_LinkSelection;
29
+ }
30
+ export declare const dynamicSelect: (params: DynamicSelectParams, paginationParams?: pagination_cursor_PaginationParams) => $64$luvio_engine_ReaderFragment;
31
+ export declare function equals(existing: ListRecordCollectionRepresentationNormalized, incoming: ListRecordCollectionRepresentationNormalized): boolean;
32
+ export declare function deepFreeze(input: ListRecordCollectionRepresentation): void;
33
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
34
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ListRecordCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
35
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
36
+ /**
37
+ * ListRecordCollectionRepresentation
38
+ *
39
+ * Keys:
40
+ * listViewId (string): listInfoETag
41
+ * sortBy (Array<string> | null): sortBy
42
+ */
43
+ export interface ListRecordCollectionRepresentationNormalized {
44
+ /** The total count of records returned. */
45
+ count: number;
46
+ /** The token for the current page of records. */
47
+ currentPageToken: string;
48
+ /** The URL of the current page of records. */
49
+ currentPageUrl: string;
50
+ /** The list of fields requested when these records were fetched. */
51
+ fields: Array<string>;
52
+ /** ListInfo ETag. */
53
+ listInfoETag: string;
54
+ listReference: ListReferenceRepresentation_ListReferenceRepresentation;
55
+ /** The token for the next page of records. */
56
+ nextPageToken: string | null;
57
+ /** The URL of the next page of records */
58
+ nextPageUrl: string | null;
59
+ /** The list of optional fields requested when these records were fetched. */
60
+ optionalFields: Array<string>;
61
+ /** The page size requested when these records were fetched. */
62
+ pageSize: number;
63
+ /** The token for the previous page of records. */
64
+ previousPageToken: string | null;
65
+ /** The URL of the previous page of records. */
66
+ previousPageUrl: string | null;
67
+ /** List data. */
68
+ records: Array<$64$luvio_engine_StoreLink>;
69
+ /** The sortBy field requested when these records were fetched. */
70
+ sortBy: Array<string> | null;
71
+ }
72
+ /**
73
+ * ListRecordCollectionRepresentation
74
+ *
75
+ * Keys:
76
+ * listViewId (string): listInfoETag
77
+ * sortBy (Array<string> | null): sortBy
78
+ */
79
+ export interface ListRecordCollectionRepresentation {
80
+ count: number;
81
+ currentPageToken: string;
82
+ currentPageUrl: string;
83
+ fields: Array<string>;
84
+ listInfoETag: string;
85
+ listReference: ListReferenceRepresentation_ListReferenceRepresentation;
86
+ nextPageToken: string | null;
87
+ nextPageUrl: string | null;
88
+ optionalFields: Array<string>;
89
+ pageSize: number;
90
+ previousPageToken: string | null;
91
+ previousPageUrl: string | null;
92
+ records: Array<RecordRepresentation_RecordRepresentation>;
93
+ sortBy: Array<string> | null;
94
+ }
@@ -0,0 +1,26 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "306a1a18d95a686f86608ec549fe9ac6";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListRecordCollectionRepresentation212, existing: ListRecordCollectionRepresentation212Normalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListRecordCollectionRepresentation212Normalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListRecordCollectionRepresentation212Normalized, incoming: ListRecordCollectionRepresentation212Normalized): boolean;
8
+ export declare function deepFreeze(input: ListRecordCollectionRepresentation212): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ListRecordCollectionRepresentation212, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * ListRecordCollectionRepresentation212
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ListRecordCollectionRepresentation212Normalized {
18
+ }
19
+ /**
20
+ * ListRecordCollectionRepresentation212
21
+ *
22
+ * Keys:
23
+ * (none)
24
+ */
25
+ export interface ListRecordCollectionRepresentation212 {
26
+ }
@@ -0,0 +1,38 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "76042ff4af603b2ac0ec69fa0bd12046";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListReferenceRepresentation, existing: ListReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListReferenceRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListReferenceRepresentationNormalized, incoming: ListReferenceRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ListReferenceRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ListReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * ListReferenceRepresentation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ListReferenceRepresentationNormalized {
18
+ /** List view id. */
19
+ id: string | null;
20
+ /** The list view's api name. E.g. "AllAccounts". */
21
+ listViewApiName: string | null;
22
+ /** Entity API name for list view. */
23
+ objectApiName: string;
24
+ /** Type of the list view. */
25
+ type: string;
26
+ }
27
+ /**
28
+ * ListReferenceRepresentation
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ListReferenceRepresentation {
34
+ id: string | null;
35
+ listViewApiName: string | null;
36
+ objectApiName: string;
37
+ type: string;
38
+ }
@@ -0,0 +1,67 @@
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 { ListInfoRepresentation as ListInfoRepresentation_ListInfoRepresentation } from './ListInfoRepresentation';
3
+ import { ListRecordCollectionRepresentation as ListRecordCollectionRepresentation_ListRecordCollectionRepresentation } from './ListRecordCollectionRepresentation';
4
+ import { PaginationParams as pagination_cursor_PaginationParams } from '../pagination/cursor';
5
+ export declare const VERSION = "cf8d2eb042188974da26ffe6618cfd07";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
9
+ listViewApiName: string | null;
10
+ objectApiName: string;
11
+ type: string;
12
+ sortBy: Array<string> | null;
13
+ }
14
+ export type ListUiRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
15
+ export type PartialListUiRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
17
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ListUiRepresentationNormalizedKeyMetadata;
18
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ListUiRepresentation): string;
19
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ListUiRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
20
+ export declare function normalize(input: ListUiRepresentation, existing: ListUiRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListUiRepresentationNormalized;
21
+ export interface DynamicIngestParams {
22
+ info: $64$luvio_engine_ResourceIngest;
23
+ records: $64$luvio_engine_ResourceIngest;
24
+ }
25
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ListUiRepresentation, existing: ListUiRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ListUiRepresentationNormalized;
26
+ export declare const select: (paginationParams?: pagination_cursor_PaginationParams) => $64$luvio_engine_FragmentSelection;
27
+ export interface DynamicSelectParams {
28
+ info?: $64$luvio_engine_LinkSelection;
29
+ records?: $64$luvio_engine_LinkSelection;
30
+ }
31
+ export declare const dynamicSelect: (params: DynamicSelectParams, paginationParams?: pagination_cursor_PaginationParams) => $64$luvio_engine_FragmentSelection;
32
+ export declare function equals(existing: ListUiRepresentationNormalized, incoming: ListUiRepresentationNormalized): boolean;
33
+ export declare function deepFreeze(input: ListUiRepresentation): void;
34
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
35
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ListUiRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
36
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
37
+ /**
38
+ * ListUiRepresentation
39
+ *
40
+ * Keys:
41
+ * listViewApiName (string | null): info.listReference.listViewApiName
42
+ * objectApiName (string): info.listReference.objectApiName
43
+ * type (string): info.listReference.type
44
+ * sortBy (Array<string> | null): records.sortBy
45
+ */
46
+ export interface ListUiRepresentationNormalized {
47
+ /** ETag like field, readOnly, handy while caching. */
48
+ eTag: string;
49
+ /** List info. */
50
+ info: $64$luvio_engine_StoreLink;
51
+ /** List data. */
52
+ records: $64$luvio_engine_StoreLink;
53
+ }
54
+ /**
55
+ * ListUiRepresentation
56
+ *
57
+ * Keys:
58
+ * listViewApiName (string | null): info.listReference.listViewApiName
59
+ * objectApiName (string): info.listReference.objectApiName
60
+ * type (string): info.listReference.type
61
+ * sortBy (Array<string> | null): records.sortBy
62
+ */
63
+ export interface ListUiRepresentation {
64
+ eTag: string;
65
+ info: ListInfoRepresentation_ListInfoRepresentation;
66
+ records: ListRecordCollectionRepresentation_ListRecordCollectionRepresentation;
67
+ }
@@ -0,0 +1,29 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "4d5e3ab65df0d3e10c353844ea192742";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListUiRepresentation212, existing: ListUiRepresentation212Normalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListUiRepresentation212Normalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListUiRepresentation212Normalized, incoming: ListUiRepresentation212Normalized): boolean;
8
+ export declare function deepFreeze(input: ListUiRepresentation212): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ListUiRepresentation212, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * ListUiRepresentation212
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ListUiRepresentation212Normalized {
18
+ /** ETag like field, readOnly, handy while caching. */
19
+ eTag: string;
20
+ }
21
+ /**
22
+ * ListUiRepresentation212
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ListUiRepresentation212 {
28
+ eTag: string;
29
+ }
@@ -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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "39273e1d7c794c41e886bd17f9462f7e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListUserPreferenceInputRepresentation, existing: ListUserPreferenceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListUserPreferenceInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListUserPreferenceInputRepresentationNormalized, incoming: ListUserPreferenceInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ListUserPreferenceInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ListUserPreferenceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Representation of user preferences info for a List.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ListUserPreferenceInputRepresentationNormalized {
18
+ /** Column width preferences. -1 indicates default width. */
19
+ columnWidths: {
20
+ [key: string]: number;
21
+ };
22
+ /** Column wrapping preferences. True indicates text wrapping is enabled. */
23
+ columnWrap: {
24
+ [key: string]: boolean;
25
+ };
26
+ }
27
+ /**
28
+ * Representation of user preferences info for a List.
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ListUserPreferenceInputRepresentation {
34
+ columnWidths: {
35
+ [key: string]: number;
36
+ };
37
+ columnWrap: {
38
+ [key: string]: boolean;
39
+ };
40
+ }
@@ -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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "6506134f4d72fdfa349fe60ef1af2413";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListUserPreferenceRepresentation, existing: ListUserPreferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListUserPreferenceRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListUserPreferenceRepresentationNormalized, incoming: ListUserPreferenceRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ListUserPreferenceRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ListUserPreferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * ListUserPreferenceRepresentation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ListUserPreferenceRepresentationNormalized {
18
+ /** Column width preferences for the list view. */
19
+ columnWidths: {
20
+ [key: string]: number;
21
+ };
22
+ /** Column wrapping preferences for the list view. */
23
+ columnWrap: {
24
+ [key: string]: boolean;
25
+ };
26
+ }
27
+ /**
28
+ * ListUserPreferenceRepresentation
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ListUserPreferenceRepresentation {
34
+ columnWidths: {
35
+ [key: string]: number;
36
+ };
37
+ columnWrap: {
38
+ [key: string]: boolean;
39
+ };
40
+ }
@@ -0,0 +1,94 @@
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, ReaderFragment as $64$luvio_engine_ReaderFragment, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { ListViewSummaryRepresentation as ListViewSummaryRepresentation_ListViewSummaryRepresentation } from './ListViewSummaryRepresentation';
3
+ import { PaginationParams as pagination_cursor_PaginationParams, PaginationMetadata as pagination_cursor_PaginationMetadata, PageMetadata as pagination_cursor_PageMetadata } from '../pagination/cursor';
4
+ export declare const VERSION = "f4c79fe066da3558499d5ee88c72abcd";
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
+ objectApiName: string;
9
+ queryString: string | null;
10
+ recentListsOnly: boolean;
11
+ }
12
+ export type ListViewSummaryCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export type PartialListViewSummaryCollectionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
15
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ListViewSummaryCollectionRepresentationNormalizedKeyMetadata;
16
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ListViewSummaryCollectionRepresentation): string;
17
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ListViewSummaryCollectionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
18
+ export declare function paginationKeyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
19
+ export declare function paginationKeyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): $64$luvio_engine_NormalizedKeyMetadata;
20
+ export declare function normalize(input: ListViewSummaryCollectionRepresentation, existing: ListViewSummaryCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListViewSummaryCollectionRepresentationNormalized;
21
+ export interface DynamicIngestParams {
22
+ lists: $64$luvio_engine_ResourceIngest;
23
+ }
24
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ListViewSummaryCollectionRepresentation, existing: ListViewSummaryCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ListViewSummaryCollectionRepresentationNormalized;
25
+ export declare const select: (paginationParams?: pagination_cursor_PaginationParams) => $64$luvio_engine_ReaderFragment;
26
+ export declare function getPageMetadata(paginationMetadata: pagination_cursor_PaginationMetadata | undefined, paginationParams: pagination_cursor_PaginationParams): pagination_cursor_PageMetadata;
27
+ export interface DynamicSelectParams {
28
+ lists?: $64$luvio_engine_LinkSelection;
29
+ }
30
+ export declare const dynamicSelect: (params: DynamicSelectParams, paginationParams?: pagination_cursor_PaginationParams) => $64$luvio_engine_ReaderFragment;
31
+ export declare function equals(existing: ListViewSummaryCollectionRepresentationNormalized, incoming: ListViewSummaryCollectionRepresentationNormalized): boolean;
32
+ export declare function deepFreeze(input: ListViewSummaryCollectionRepresentation): void;
33
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
34
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ListViewSummaryCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
35
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
36
+ /**
37
+ * ListView Summary Collection Representation
38
+ *
39
+ * Keys:
40
+ * objectApiName (string): objectApiName
41
+ * queryString (string | null): queryString
42
+ * recentListsOnly (boolean): recentListsOnly
43
+ */
44
+ export interface ListViewSummaryCollectionRepresentationNormalized {
45
+ /** The total count of list views returned. */
46
+ count: number;
47
+ /** The pageToken of the current page of list views. */
48
+ currentPageToken: string;
49
+ /** The URL of the current page of list views. */
50
+ currentPageUrl: string;
51
+ /** ETag like field, readOnly, handy while caching. */
52
+ eTag: string;
53
+ /** Collection of ListViewSummaryRepresentations */
54
+ lists: Array<$64$luvio_engine_StoreLink>;
55
+ /** The pageToken of the next page of list views. */
56
+ nextPageToken: string | null;
57
+ /** The URL of the next page of list views */
58
+ nextPageUrl: string | null;
59
+ /** The objectApiName given in the URL. */
60
+ objectApiName: string;
61
+ /** The pageSize given in the query parameter. If no pageSize is provided, this contains the default value used. */
62
+ pageSize: number;
63
+ /** The pageToken of the previous page of list views. */
64
+ previousPageToken: string | null;
65
+ /** The URL of the previous page of list views. */
66
+ previousPageUrl: string | null;
67
+ /** The queryString given in the query parameter. If no queryString is provided, this returns null. */
68
+ queryString: string | null;
69
+ /** The recentListsOnly value from the query parameter. If recentListsOnly is not provided, this returns the default value used (false). */
70
+ recentListsOnly: boolean;
71
+ }
72
+ /**
73
+ * ListView Summary Collection Representation
74
+ *
75
+ * Keys:
76
+ * objectApiName (string): objectApiName
77
+ * queryString (string | null): queryString
78
+ * recentListsOnly (boolean): recentListsOnly
79
+ */
80
+ export interface ListViewSummaryCollectionRepresentation {
81
+ count: number;
82
+ currentPageToken: string;
83
+ currentPageUrl: string;
84
+ eTag: string;
85
+ lists: Array<ListViewSummaryRepresentation_ListViewSummaryRepresentation>;
86
+ nextPageToken: string | null;
87
+ nextPageUrl: string | null;
88
+ objectApiName: string;
89
+ pageSize: number;
90
+ previousPageToken: string | null;
91
+ previousPageUrl: string | null;
92
+ queryString: string | null;
93
+ recentListsOnly: boolean;
94
+ }
@@ -0,0 +1,47 @@
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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "c6347b2701bb8ffb0b6ca6c027011c57";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
6
+ id: string;
7
+ }
8
+ export type ListViewSummaryRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
9
+ export type PartialListViewSummaryRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ListViewSummaryRepresentationNormalizedKeyMetadata;
12
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ListViewSummaryRepresentation): string;
13
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ListViewSummaryRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function normalize(input: ListViewSummaryRepresentation, existing: ListViewSummaryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListViewSummaryRepresentationNormalized;
15
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: ListViewSummaryRepresentationNormalized, incoming: ListViewSummaryRepresentationNormalized): boolean;
17
+ export declare function deepFreeze(input: ListViewSummaryRepresentation): void;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ListViewSummaryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
20
+ /**
21
+ * List View Summary Representation
22
+ *
23
+ * Keys:
24
+ * id (string): id
25
+ */
26
+ export interface ListViewSummaryRepresentationNormalized {
27
+ /** The list view's object API name. */
28
+ apiName: string;
29
+ /** Id of the list view. */
30
+ id: string;
31
+ /** List view's label. */
32
+ label: string;
33
+ /** List view ui url. */
34
+ listUiUrl: string;
35
+ }
36
+ /**
37
+ * List View Summary Representation
38
+ *
39
+ * Keys:
40
+ * id (string): id
41
+ */
42
+ export interface ListViewSummaryRepresentation {
43
+ apiName: string;
44
+ id: string;
45
+ label: string;
46
+ listUiUrl: string;
47
+ }