@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,34 @@
1
+ import { ObjectInfoDirectoryEntryRepresentation as ObjectInfoDirectoryEntryRepresentation_ObjectInfoDirectoryEntryRepresentation } from './ObjectInfoDirectoryEntryRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "c040e955efdc64a496f748f728dcbe5f";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ObjectInfoDirectoryRepresentation, existing: ObjectInfoDirectoryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ObjectInfoDirectoryRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ObjectInfoDirectoryRepresentationNormalized, incoming: ObjectInfoDirectoryRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ObjectInfoDirectoryRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ObjectInfoDirectoryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Directory of objects that can be used within UI API end-points.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ObjectInfoDirectoryRepresentationNormalized {
19
+ /** The object info entries corresponding to the objects that can be used within UI API. */
20
+ objects: {
21
+ [key: string]: ObjectInfoDirectoryEntryRepresentation_ObjectInfoDirectoryEntryRepresentation;
22
+ };
23
+ }
24
+ /**
25
+ * Directory of objects that can be used within UI API end-points.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ObjectInfoDirectoryRepresentation {
31
+ objects: {
32
+ [key: string]: ObjectInfoDirectoryEntryRepresentation_ObjectInfoDirectoryEntryRepresentation;
33
+ };
34
+ }
@@ -0,0 +1,121 @@
1
+ import { ChildRelationshipRepresentation as ChildRelationshipRepresentation_ChildRelationshipRepresentation } from './ChildRelationshipRepresentation';
2
+ import { FieldRepresentation as FieldRepresentation_FieldRepresentation } from './FieldRepresentation';
3
+ import { RecordTypeInfoRepresentation as RecordTypeInfoRepresentation_RecordTypeInfoRepresentation } from './RecordTypeInfoRepresentation';
4
+ import { ThemeInfoRepresentation as ThemeInfoRepresentation_ThemeInfoRepresentation } from './ThemeInfoRepresentation';
5
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
6
+ export declare const TTL = 900000;
7
+ export declare const VERSION = "ec9370a0cd56f4769fe9ec5cd942ff30";
8
+ export declare function validate(obj: any, path?: string): TypeError | null;
9
+ export declare const RepresentationType: string;
10
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
11
+ apiName: string;
12
+ }
13
+ export type ObjectInfoRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
14
+ export type PartialObjectInfoRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
16
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ObjectInfoRepresentationNormalizedKeyMetadata;
17
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ObjectInfoRepresentation): string;
18
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ObjectInfoRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
19
+ export declare function normalize(input: ObjectInfoRepresentation, existing: ObjectInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ObjectInfoRepresentationNormalized;
20
+ export declare const select: () => $64$luvio_engine_BaseFragment;
21
+ export declare function equals(existing: ObjectInfoRepresentationNormalized, incoming: ObjectInfoRepresentationNormalized): boolean;
22
+ export declare function deepFreeze(input: ObjectInfoRepresentation): void;
23
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
24
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ObjectInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
25
+ /**
26
+ * Object metadata.
27
+ *
28
+ * Keys:
29
+ * apiName (string): apiName
30
+ */
31
+ export interface ObjectInfoRepresentationNormalized {
32
+ /** The object API name. */
33
+ apiName: string;
34
+ /** If an associated entity type, the type of that association, otherwise null. */
35
+ associateEntityType: string | null;
36
+ /** If an associated entity type, the entity to which it is associated, otherwise null. */
37
+ associateParentEntity: string | null;
38
+ /** Child relationships for the object. */
39
+ childRelationships: Array<ChildRelationshipRepresentation_ChildRelationshipRepresentation>;
40
+ /** Indicates whether the object can be created. */
41
+ createable: boolean;
42
+ /** Indicates whether the object is custom. */
43
+ custom: boolean;
44
+ /** The ID for the default record type for this object, if any. Null if there is none, or only a master type. */
45
+ defaultRecordTypeId: string | null;
46
+ /** Indicates whether the object can be deleted. */
47
+ deletable: boolean;
48
+ /** This is a nested map of field and its dependents. Fields that neither have any controllers nor dependents are not a part of this map */
49
+ dependentFields: {
50
+ [key: string]: {};
51
+ };
52
+ /** ETag like field, readOnly, handy while caching. */
53
+ eTag: string;
54
+ /** Indicates whether the object may have feeds. */
55
+ feedEnabled: boolean;
56
+ /** A map of field API name to information about the field. This map only contains fields relevant to the requested layout and mode. */
57
+ fields: {
58
+ [key: string]: FieldRepresentation_FieldRepresentation;
59
+ };
60
+ /** The key prefix for IDs of this object. */
61
+ keyPrefix: string | null;
62
+ /** The object display label. */
63
+ label: string;
64
+ /** The plural form of the object display label. */
65
+ labelPlural: string;
66
+ /** Indicates whether the object can have a layout. */
67
+ layoutable: boolean;
68
+ /** Indicates whether the object may appear in Most Recently Used lists. */
69
+ mruEnabled: boolean;
70
+ /** List of the API names of the fields used to identify the name field for standard and custom objects. Typically there is one name field per object, except where FirstName and LastName fields are used. */
71
+ nameFields: Array<string>;
72
+ /** Indicates whether the object can be queried by the context user. */
73
+ queryable: boolean;
74
+ /** A map of record type IDs to information about the record type. The user need not have access to all the returned record types to see them here. */
75
+ recordTypeInfos: {
76
+ [key: string]: RecordTypeInfoRepresentation_RecordTypeInfoRepresentation;
77
+ };
78
+ /** Indicates whether the object can be searched. */
79
+ searchable: boolean;
80
+ /** Theme information for the object. */
81
+ themeInfo: ThemeInfoRepresentation_ThemeInfoRepresentation | null;
82
+ /** Indicates whether the object can be updated. */
83
+ updateable: boolean;
84
+ }
85
+ /**
86
+ * Object metadata.
87
+ *
88
+ * Keys:
89
+ * apiName (string): apiName
90
+ */
91
+ export interface ObjectInfoRepresentation {
92
+ apiName: string;
93
+ associateEntityType: string | null;
94
+ associateParentEntity: string | null;
95
+ childRelationships: Array<ChildRelationshipRepresentation_ChildRelationshipRepresentation>;
96
+ createable: boolean;
97
+ custom: boolean;
98
+ defaultRecordTypeId: string | null;
99
+ deletable: boolean;
100
+ dependentFields: {
101
+ [key: string]: {};
102
+ };
103
+ eTag: string;
104
+ feedEnabled: boolean;
105
+ fields: {
106
+ [key: string]: FieldRepresentation_FieldRepresentation;
107
+ };
108
+ keyPrefix: string | null;
109
+ label: string;
110
+ labelPlural: string;
111
+ layoutable: boolean;
112
+ mruEnabled: boolean;
113
+ nameFields: Array<string>;
114
+ queryable: boolean;
115
+ recordTypeInfos: {
116
+ [key: string]: RecordTypeInfoRepresentation_RecordTypeInfoRepresentation;
117
+ };
118
+ searchable: boolean;
119
+ themeInfo: ThemeInfoRepresentation_ThemeInfoRepresentation | null;
120
+ updateable: boolean;
121
+ }
@@ -0,0 +1,39 @@
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 = "11837b63202b2d0c9c67993438d2ed1e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: OperationInputRepresentation, existing: OperationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): OperationInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: OperationInputRepresentationNormalized, incoming: OperationInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: OperationInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: OperationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * An operation that can to be executed within aggregate
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface OperationInputRepresentationNormalized {
18
+ /** The HTTP headers of the operation to be executed */
19
+ httpHeaders: {
20
+ [key: string]: string;
21
+ };
22
+ /** The ID of the operation that can be used in references */
23
+ referenceId: string;
24
+ /** The URL of the operation to executed */
25
+ url: string;
26
+ }
27
+ /**
28
+ * An operation that can to be executed within aggregate
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface OperationInputRepresentation {
34
+ httpHeaders: {
35
+ [key: string]: string;
36
+ };
37
+ referenceId: string;
38
+ url: string;
39
+ }
@@ -0,0 +1,45 @@
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 = "d37896e71ed42a780936d197e23d7cf2";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: OperationResponseRepresentation, existing: OperationResponseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): OperationResponseRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: OperationResponseRepresentationNormalized, incoming: OperationResponseRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: OperationResponseRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: OperationResponseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * The output of an operation execution within aggregate.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface OperationResponseRepresentationNormalized {
18
+ /** The body of the operation */
19
+ body: {};
20
+ /** The HTTP headers of the operation */
21
+ httpHeaders: {
22
+ [key: string]: string;
23
+ };
24
+ /** The HTTP status code of the operation */
25
+ httpStatusCode: number;
26
+ /** The ID that was given for the operation */
27
+ referenceId: string;
28
+ /** The url for the operation */
29
+ url: string;
30
+ }
31
+ /**
32
+ * The output of an operation execution within aggregate.
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface OperationResponseRepresentation {
38
+ body: {};
39
+ httpHeaders: {
40
+ [key: string]: string;
41
+ };
42
+ httpStatusCode: number;
43
+ referenceId: string;
44
+ url: string;
45
+ }
@@ -0,0 +1,40 @@
1
+ import { AbstractPicklistValueAttributesRepresentation as AbstractPicklistValueAttributesRepresentation_AbstractPicklistValueAttributesRepresentation } from './AbstractPicklistValueAttributesRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "950a3a962acbd2b128f937d4c055a9d6";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: OpportunityStagePicklistValueAttributesRepresentation, existing: OpportunityStagePicklistValueAttributesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): OpportunityStagePicklistValueAttributesRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: OpportunityStagePicklistValueAttributesRepresentationNormalized, incoming: OpportunityStagePicklistValueAttributesRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: OpportunityStagePicklistValueAttributesRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: OpportunityStagePicklistValueAttributesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Additional picklist value attributes for opportunity stages.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface OpportunityStagePicklistValueAttributesRepresentationNormalized extends AbstractPicklistValueAttributesRepresentation_AbstractPicklistValueAttributesRepresentation {
19
+ /** Indicates whether this opportunity stage value represents a closed opportunity. Multiple opportunity stage values can represent a closed opportunity. For more info, see the doc for the OpportunityStage standard object. */
20
+ closed: boolean;
21
+ /** The default percentage estimate of the confidence in closing a specific opportunity for this opportunity stage value. May be null if forecasting is not enabled for the org. For more info, see the doc for the OpportunityStage standard object. */
22
+ defaultProbability: number;
23
+ /** The default forecast category value for this opportunity stage value. May be null if forecasting is not enabled for the org. For more info, see the doc for the OpportunityStage standard object. */
24
+ forecastCategoryName: string;
25
+ /** Indicates whether this opportunity stage value represents a won opportunity. Multiple opportunity stage values can represent a won opportunity. For more info, see the doc for the OpportunityStage standard object. */
26
+ won: boolean;
27
+ }
28
+ /**
29
+ * Additional picklist value attributes for opportunity stages.
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface OpportunityStagePicklistValueAttributesRepresentation extends AbstractPicklistValueAttributesRepresentation_AbstractPicklistValueAttributesRepresentation {
35
+ closed: boolean;
36
+ defaultProbability: number;
37
+ forecastCategoryName: string;
38
+ won: boolean;
39
+ picklistAtrributesValueType: 'OpportunityStage';
40
+ }
@@ -0,0 +1,43 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "a46012a5307f0a5fef78066970ed1a8a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PageReferenceInputRepresentation, existing: PageReferenceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PageReferenceInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PageReferenceInputRepresentationNormalized, incoming: PageReferenceInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: PageReferenceInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PageReferenceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * A page reference.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface PageReferenceInputRepresentationNormalized {
18
+ /** The page reference's attributes. */
19
+ attributes: {
20
+ [key: string]: {};
21
+ };
22
+ /** The page reference's state. */
23
+ state: {
24
+ [key: string]: {};
25
+ };
26
+ /** The page reference's type. */
27
+ type: string;
28
+ }
29
+ /**
30
+ * A page reference.
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface PageReferenceInputRepresentation {
36
+ attributes: {
37
+ [key: string]: {};
38
+ };
39
+ state: {
40
+ [key: string]: {};
41
+ };
42
+ type: string;
43
+ }
@@ -0,0 +1,43 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 = "a316b3bba367f54adc67d7552ed7d36d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PageReferenceRepresentation, existing: PageReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PageReferenceRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_BaseFragment;
7
+ export declare function equals(existing: PageReferenceRepresentationNormalized, incoming: PageReferenceRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: PageReferenceRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PageReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * A page reference.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface PageReferenceRepresentationNormalized {
18
+ /** Values for each attribute specified by the PageDefinition. */
19
+ attributes: {
20
+ [key: string]: unknown;
21
+ };
22
+ /** Optional additional parameters that are not integral to the resolution of the reference. */
23
+ state: {
24
+ [key: string]: {};
25
+ };
26
+ /** API name of the corresponding PageDefinition. */
27
+ type: string;
28
+ }
29
+ /**
30
+ * A page reference.
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface PageReferenceRepresentation {
36
+ attributes: {
37
+ [key: string]: unknown;
38
+ };
39
+ state: {
40
+ [key: string]: {};
41
+ };
42
+ type: string;
43
+ }
@@ -0,0 +1,42 @@
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 = "9177642b1a4eb130c32252f383f15dcd";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PerformActionInputRepresentation, existing: PerformActionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PerformActionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PerformActionInputRepresentationNormalized, incoming: PerformActionInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: PerformActionInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PerformActionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Description of an input for perform quick action.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface PerformActionInputRepresentationNormalized {
18
+ /** Set allowSaveOnDuplicate param */
19
+ allowSaveOnDuplicate?: boolean;
20
+ /** Object API name. */
21
+ apiName: string;
22
+ /** The Context Id */
23
+ contextId?: string;
24
+ /** Field values. */
25
+ fields: {
26
+ [key: string]: string | number | null | boolean;
27
+ };
28
+ }
29
+ /**
30
+ * Description of an input for perform quick action.
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface PerformActionInputRepresentation {
36
+ allowSaveOnDuplicate?: boolean;
37
+ apiName: string;
38
+ contextId?: string;
39
+ fields: {
40
+ [key: string]: string | number | null | boolean;
41
+ };
42
+ }
@@ -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 = "e84b9ffdeff97c411bd111f2a55cf6b6";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PhotoMetadataRepresentation, existing: PhotoMetadataRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PhotoMetadataRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PhotoMetadataRepresentationNormalized, incoming: PhotoMetadataRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: PhotoMetadataRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PhotoMetadataRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Represents an metadata of an avatar associated to a record.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface PhotoMetadataRepresentationNormalized {
18
+ /** The ID of the response that this avatar is associated to. */
19
+ companyBluemasterId: string | null;
20
+ /** The ID of the bluemasterID that this avatar is associated to. */
21
+ responseId: string | null;
22
+ }
23
+ /**
24
+ * Represents an metadata of an avatar associated to a record.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface PhotoMetadataRepresentation {
30
+ companyBluemasterId: string | null;
31
+ responseId: string | null;
32
+ }
@@ -0,0 +1,54 @@
1
+ import { keyBuilder as AbstractRecordAvatarRepresentation_keyBuilder, AbstractRecordAvatarRepresentation as AbstractRecordAvatarRepresentation_AbstractRecordAvatarRepresentation } from './AbstractRecordAvatarRepresentation';
2
+ import { PhotoMetadataRepresentation as PhotoMetadataRepresentation_PhotoMetadataRepresentation } from './PhotoMetadataRepresentation';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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';
4
+ export declare const VERSION = "34ffbf4219dfebb707bff609c2d5bf89";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof AbstractRecordAvatarRepresentation_keyBuilder>[1]): string;
8
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AbstractRecordAvatarRepresentation_AbstractRecordAvatarRepresentation): string;
9
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof AbstractRecordAvatarRepresentation_keyBuilder>[1]): $64$luvio_engine_NormalizedKeyMetadata;
10
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AbstractRecordAvatarRepresentation_AbstractRecordAvatarRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function normalize(input: PhotoRecordAvatarRepresentation, existing: PhotoRecordAvatarRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PhotoRecordAvatarRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export declare function equals(existing: PhotoRecordAvatarRepresentationNormalized, incoming: PhotoRecordAvatarRepresentationNormalized): boolean;
14
+ export declare function deepFreeze(input: PhotoRecordAvatarRepresentation): void;
15
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
16
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PhotoRecordAvatarRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
17
+ /**
18
+ * Represents an avatar associated to a Record
19
+ *
20
+ * Keys:
21
+ * recordId (string): recordId
22
+ */
23
+ export interface PhotoRecordAvatarRepresentationNormalized extends AbstractRecordAvatarRepresentation_AbstractRecordAvatarRepresentation {
24
+ /** Retrieve the background color for the photo, if known, otherwise this will be null. */
25
+ backgroundColor: string | null;
26
+ /** ETag like field, readOnly, handy while caching. */
27
+ eTag: string;
28
+ /** Retrieve the height of the photo in pixels, if known, otherwise this will be null. */
29
+ height: number | null;
30
+ /** The photo metadata for the image */
31
+ photoMetadata: PhotoMetadataRepresentation_PhotoMetadataRepresentation;
32
+ /** Retrieve the URL location of the photo. */
33
+ photoUrl: string;
34
+ /** The provider of the image */
35
+ provider: string | null;
36
+ /** Retrieve the width of the photo in pixels, if known, otherwise this will be null. */
37
+ width: number | null;
38
+ }
39
+ /**
40
+ * Represents an avatar associated to a Record
41
+ *
42
+ * Keys:
43
+ * recordId (string): recordId
44
+ */
45
+ export interface PhotoRecordAvatarRepresentation extends AbstractRecordAvatarRepresentation_AbstractRecordAvatarRepresentation {
46
+ backgroundColor: string | null;
47
+ eTag: string;
48
+ height: number | null;
49
+ photoMetadata: PhotoMetadataRepresentation_PhotoMetadataRepresentation;
50
+ photoUrl: string;
51
+ provider: string | null;
52
+ width: number | null;
53
+ type: 'Photo';
54
+ }
@@ -0,0 +1,42 @@
1
+ import { AbstractPicklistValueAttributesRepresentation as AbstractPicklistValueAttributesRepresentation_AbstractPicklistValueAttributesRepresentation } from './AbstractPicklistValueAttributesRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ import { LeadStatusPicklistValueAttributesRepresentation as LeadStatusPicklistValueAttributesRepresentation_LeadStatusPicklistValueAttributesRepresentation } from './LeadStatusPicklistValueAttributesRepresentation';
4
+ import { CaseStatusPicklistValueAttributesRepresentation as CaseStatusPicklistValueAttributesRepresentation_CaseStatusPicklistValueAttributesRepresentation } from './CaseStatusPicklistValueAttributesRepresentation';
5
+ import { OpportunityStagePicklistValueAttributesRepresentation as OpportunityStagePicklistValueAttributesRepresentation_OpportunityStagePicklistValueAttributesRepresentation } from './OpportunityStagePicklistValueAttributesRepresentation';
6
+ export declare const VERSION = "9e2a16a80378487f557124c771201cf9";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: PicklistValueRepresentation, existing: PicklistValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PicklistValueRepresentationNormalized;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: PicklistValueRepresentationNormalized, incoming: PicklistValueRepresentationNormalized): boolean;
12
+ export declare function deepFreeze(input: PicklistValueRepresentation): void;
13
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
14
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PicklistValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
15
+ /**
16
+ * A single picklist value.
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface PicklistValueRepresentationNormalized {
22
+ /** For picklist values representing the status of a lead or an opportunity's stage, this value will contain additional attributes to help consumers understand the meaning of the value. Depending on the PicklistValueType this could be populated with information about a LeadStatus or an OpportunityStage. For any other PicklistValueType this property will be null. */
23
+ attributes: AbstractPicklistValueAttributesRepresentation_AbstractPicklistValueAttributesRepresentation | null;
24
+ /** The displayable value of the picklist to use in a UI. */
25
+ label: string;
26
+ /** If this picklist is a dependent picklist, this will be the controlling value indexes for which this value is valid. If this is an independent picklist, this list will be empty. */
27
+ validFor: Array<number>;
28
+ /** The value of the picklist to use in the API. */
29
+ value: string;
30
+ }
31
+ /**
32
+ * A single picklist value.
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface PicklistValueRepresentation {
38
+ attributes: LeadStatusPicklistValueAttributesRepresentation_LeadStatusPicklistValueAttributesRepresentation | CaseStatusPicklistValueAttributesRepresentation_CaseStatusPicklistValueAttributesRepresentation | OpportunityStagePicklistValueAttributesRepresentation_OpportunityStagePicklistValueAttributesRepresentation | null;
39
+ label: string;
40
+ validFor: Array<number>;
41
+ value: string;
42
+ }
@@ -0,0 +1,47 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, PathSelection as $64$luvio_engine_PathSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { PicklistValuesRepresentation as PicklistValuesRepresentation_PicklistValuesRepresentation } from './PicklistValuesRepresentation';
3
+ export declare const TTL = 300000;
4
+ export declare const VERSION = "ec03b0f6da287c949d1ccaa904ddbfd3";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: PicklistValuesCollectionRepresentation, existing: PicklistValuesCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PicklistValuesCollectionRepresentationNormalized;
8
+ export interface DynamicIngestParams {
9
+ picklistFieldValues: $64$luvio_engine_ResourceIngest;
10
+ }
11
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: PicklistValuesCollectionRepresentation, existing: PicklistValuesCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => PicklistValuesCollectionRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export interface DynamicSelectParams {
14
+ picklistFieldValues?: $64$luvio_engine_PathSelection;
15
+ }
16
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: PicklistValuesCollectionRepresentationNormalized, incoming: PicklistValuesCollectionRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: PicklistValuesCollectionRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PicklistValuesCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
22
+ /**
23
+ * Picklist values for multiple picklist fields and scoped to a record type.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface PicklistValuesCollectionRepresentationNormalized {
29
+ /** ETag like field, readOnly, handy while caching. */
30
+ eTag: string;
31
+ /** This contains a map of fieldName to PicklistValuesRepresentation for all picklist fields. There would be no entry for non picklistFields in this map */
32
+ picklistFieldValues: {
33
+ [key: string]: $64$luvio_engine_StoreLink;
34
+ };
35
+ }
36
+ /**
37
+ * Picklist values for multiple picklist fields and scoped to a record type.
38
+ *
39
+ * Keys:
40
+ * (none)
41
+ */
42
+ export interface PicklistValuesCollectionRepresentation {
43
+ eTag: string;
44
+ picklistFieldValues: {
45
+ [key: string]: PicklistValuesRepresentation_PicklistValuesRepresentation;
46
+ };
47
+ }