@salesforce/lds-adapters-uiapi 0.131.0

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