@salesforce/lds-adapters-uiapi 0.1.0-dev1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (817) 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__/force/luvioGraphql.d.ts +1 -0
  10. package/dist/es/es2018/types/src/__mocks__/instrumentation/service.d.ts +33 -0
  11. package/dist/es/es2018/types/src/__performance__/priming.spec.d.ts +1 -0
  12. package/dist/es/es2018/types/src/__performance__/utils/runMeasurement.d.ts +36 -0
  13. package/dist/es/es2018/types/src/__performance__/utils/sqliteDurableStore.d.ts +18 -0
  14. package/dist/es/es2018/types/src/__performance__/utils/utils.d.ts +6 -0
  15. package/dist/es/es2018/types/src/configuration.d.ts +154 -0
  16. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  17. package/dist/es/es2018/types/src/generated/adapters/createContentDocumentAndVersion.d.ts +16 -0
  18. package/dist/es/es2018/types/src/generated/adapters/createContentVersion.d.ts +17 -0
  19. package/dist/es/es2018/types/src/generated/adapters/createListInfo.d.ts +26 -0
  20. package/dist/es/es2018/types/src/generated/adapters/createRecord.d.ts +24 -0
  21. package/dist/es/es2018/types/src/generated/adapters/deleteListInfo.d.ts +15 -0
  22. package/dist/es/es2018/types/src/generated/adapters/deleteRecord.d.ts +14 -0
  23. package/dist/es/es2018/types/src/generated/adapters/getActionOverrides.d.ts +29 -0
  24. package/dist/es/es2018/types/src/generated/adapters/getAllApps.d.ts +28 -0
  25. package/dist/es/es2018/types/src/generated/adapters/getAppDetails.d.ts +29 -0
  26. package/dist/es/es2018/types/src/generated/adapters/getDuplicateConfiguration.d.ts +28 -0
  27. package/dist/es/es2018/types/src/generated/adapters/getDuplicates.d.ts +31 -0
  28. package/dist/es/es2018/types/src/generated/adapters/getFlexipageFormulaOverrides.d.ts +29 -0
  29. package/dist/es/es2018/types/src/generated/adapters/getGlobalActions.d.ts +31 -0
  30. package/dist/es/es2018/types/src/generated/adapters/getKeywordSearchResults.d.ts +36 -0
  31. package/dist/es/es2018/types/src/generated/adapters/getLayout.d.ts +32 -0
  32. package/dist/es/es2018/types/src/generated/adapters/getLayoutUserState.d.ts +32 -0
  33. package/dist/es/es2018/types/src/generated/adapters/getListInfoByName.d.ts +28 -0
  34. package/dist/es/es2018/types/src/generated/adapters/getListInfosByName.d.ts +28 -0
  35. package/dist/es/es2018/types/src/generated/adapters/getListInfosByObjectName.d.ts +33 -0
  36. package/dist/es/es2018/types/src/generated/adapters/getListObjectInfo.d.ts +29 -0
  37. package/dist/es/es2018/types/src/generated/adapters/getListPreferences.d.ts +28 -0
  38. package/dist/es/es2018/types/src/generated/adapters/getListRecordsByName.d.ts +37 -0
  39. package/dist/es/es2018/types/src/generated/adapters/getListUiByApiName.d.ts +34 -0
  40. package/dist/es/es2018/types/src/generated/adapters/getListUiByListViewId.d.ts +33 -0
  41. package/dist/es/es2018/types/src/generated/adapters/getListViewSummaryCollection.d.ts +33 -0
  42. package/dist/es/es2018/types/src/generated/adapters/getLookupActions.d.ts +30 -0
  43. package/dist/es/es2018/types/src/generated/adapters/getLookupMetadata.d.ts +29 -0
  44. package/dist/es/es2018/types/src/generated/adapters/getLookupRecords.d.ts +39 -0
  45. package/dist/es/es2018/types/src/generated/adapters/getMruListUi.d.ts +33 -0
  46. package/dist/es/es2018/types/src/generated/adapters/getNavItems.d.ts +30 -0
  47. package/dist/es/es2018/types/src/generated/adapters/getObjectCreateActions.d.ts +30 -0
  48. package/dist/es/es2018/types/src/generated/adapters/getObjectInfo.d.ts +29 -0
  49. package/dist/es/es2018/types/src/generated/adapters/getObjectInfoDirectory.d.ts +26 -0
  50. package/dist/es/es2018/types/src/generated/adapters/getObjectInfos.d.ts +27 -0
  51. package/dist/es/es2018/types/src/generated/adapters/getPathLayout.d.ts +31 -0
  52. package/dist/es/es2018/types/src/generated/adapters/getPicklistValues.d.ts +29 -0
  53. package/dist/es/es2018/types/src/generated/adapters/getPicklistValuesByRecordType.d.ts +28 -0
  54. package/dist/es/es2018/types/src/generated/adapters/getQuickActionDefaults.d.ts +31 -0
  55. package/dist/es/es2018/types/src/generated/adapters/getQuickActionInfo.d.ts +30 -0
  56. package/dist/es/es2018/types/src/generated/adapters/getQuickActionLayout.d.ts +30 -0
  57. package/dist/es/es2018/types/src/generated/adapters/getRecord.d.ts +37 -0
  58. package/dist/es/es2018/types/src/generated/adapters/getRecordActions.d.ts +32 -0
  59. package/dist/es/es2018/types/src/generated/adapters/getRecordAvatars.d.ts +28 -0
  60. package/dist/es/es2018/types/src/generated/adapters/getRecordCreateDefaults.d.ts +30 -0
  61. package/dist/es/es2018/types/src/generated/adapters/getRecordEditActions.d.ts +30 -0
  62. package/dist/es/es2018/types/src/generated/adapters/getRecordTemplateClone.d.ts +29 -0
  63. package/dist/es/es2018/types/src/generated/adapters/getRecordTemplateCreate.d.ts +29 -0
  64. package/dist/es/es2018/types/src/generated/adapters/getRecordUi.d.ts +34 -0
  65. package/dist/es/es2018/types/src/generated/adapters/getRecords.d.ts +35 -0
  66. package/dist/es/es2018/types/src/generated/adapters/getRelatedListActions.d.ts +33 -0
  67. package/dist/es/es2018/types/src/generated/adapters/getRelatedListCount.d.ts +29 -0
  68. package/dist/es/es2018/types/src/generated/adapters/getRelatedListInfo.d.ts +32 -0
  69. package/dist/es/es2018/types/src/generated/adapters/getRelatedListInfoBatch.d.ts +29 -0
  70. package/dist/es/es2018/types/src/generated/adapters/getRelatedListPreferences.d.ts +28 -0
  71. package/dist/es/es2018/types/src/generated/adapters/getRelatedListPreferencesBatch.d.ts +27 -0
  72. package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecordActions.d.ts +31 -0
  73. package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecords.d.ts +37 -0
  74. package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecordsBatch.d.ts +29 -0
  75. package/dist/es/es2018/types/src/generated/adapters/getRelatedListsActions.d.ts +29 -0
  76. package/dist/es/es2018/types/src/generated/adapters/getRelatedListsCount.d.ts +29 -0
  77. package/dist/es/es2018/types/src/generated/adapters/getRelatedListsInfo.d.ts +28 -0
  78. package/dist/es/es2018/types/src/generated/adapters/getSearchFilterMetadata.d.ts +29 -0
  79. package/dist/es/es2018/types/src/generated/adapters/getSearchFilterOptions.d.ts +29 -0
  80. package/dist/es/es2018/types/src/generated/adapters/getSearchResults.d.ts +34 -0
  81. package/dist/es/es2018/types/src/generated/adapters/getSelectedApp.d.ts +28 -0
  82. package/dist/es/es2018/types/src/generated/adapters/graphql.d.ts +32 -0
  83. package/dist/es/es2018/types/src/generated/adapters/performQuickAction.d.ts +21 -0
  84. package/dist/es/es2018/types/src/generated/adapters/performUpdateRecordQuickAction.d.ts +21 -0
  85. package/dist/es/es2018/types/src/generated/adapters/updateLayoutUserState.d.ts +22 -0
  86. package/dist/es/es2018/types/src/generated/adapters/updateListInfoByName.d.ts +25 -0
  87. package/dist/es/es2018/types/src/generated/adapters/updateListPreferences.d.ts +24 -0
  88. package/dist/es/es2018/types/src/generated/adapters/updateRecord.d.ts +25 -0
  89. package/dist/es/es2018/types/src/generated/adapters/updateRecordAvatar.d.ts +20 -0
  90. package/dist/es/es2018/types/src/generated/adapters/updateRelatedListInfo.d.ts +21 -0
  91. package/dist/es/es2018/types/src/generated/adapters/updateRelatedListPreferences.d.ts +23 -0
  92. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +78 -0
  93. package/dist/es/es2018/types/src/generated/artifacts/sfdc_restAdapters.d.ts +122 -0
  94. package/dist/es/es2018/types/src/generated/fields/adapters/getQuickActionDefaults.d.ts +5 -0
  95. package/dist/es/es2018/types/src/generated/fields/adapters/getRecord.d.ts +5 -0
  96. package/dist/es/es2018/types/src/generated/fields/adapters/getRecordTemplateClone.d.ts +5 -0
  97. package/dist/es/es2018/types/src/generated/fields/adapters/getRecordTemplateCreate.d.ts +5 -0
  98. package/dist/es/es2018/types/src/generated/fields/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +12 -0
  99. package/dist/es/es2018/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +12 -0
  100. package/dist/es/es2018/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +12 -0
  101. package/dist/es/es2018/types/src/generated/fields/resources/getUiApiRecordsByRecordId.d.ts +12 -0
  102. package/dist/es/es2018/types/src/generated/fields/types/AggregateUiRepresentation.d.ts +12 -0
  103. package/dist/es/es2018/types/src/generated/fields/types/BatchRepresentation.d.ts +12 -0
  104. package/dist/es/es2018/types/src/generated/fields/types/BatchResultRepresentation.d.ts +12 -0
  105. package/dist/es/es2018/types/src/generated/fields/types/CompositeRelatedListRecordCollectionResultRepresentation.d.ts +12 -0
  106. package/dist/es/es2018/types/src/generated/fields/types/ContentDocumentCompositeRepresentation.d.ts +12 -0
  107. package/dist/es/es2018/types/src/generated/fields/types/KeywordSearchResultsRepresentation.d.ts +12 -0
  108. package/dist/es/es2018/types/src/generated/fields/types/ListRecordCollectionRepresentation.d.ts +12 -0
  109. package/dist/es/es2018/types/src/generated/fields/types/ListUiRepresentation.d.ts +12 -0
  110. package/dist/es/es2018/types/src/generated/fields/types/LookupValuesRepresentation.d.ts +12 -0
  111. package/dist/es/es2018/types/src/generated/fields/types/NLSResultsRepresentation.d.ts +12 -0
  112. package/dist/es/es2018/types/src/generated/fields/types/QuickActionDefaultsRepresentation.d.ts +12 -0
  113. package/dist/es/es2018/types/src/generated/fields/types/RecordCollectionRepresentation.d.ts +12 -0
  114. package/dist/es/es2018/types/src/generated/fields/types/RecordCreateDefaultRecordRepresentation.d.ts +12 -0
  115. package/dist/es/es2018/types/src/generated/fields/types/RecordDefaultsRepresentation.d.ts +12 -0
  116. package/dist/es/es2018/types/src/generated/fields/types/RecordDefaultsTemplateCloneRepresentation.d.ts +12 -0
  117. package/dist/es/es2018/types/src/generated/fields/types/RecordDefaultsTemplateCreateRepresentation.d.ts +12 -0
  118. package/dist/es/es2018/types/src/generated/fields/types/RecordRepresentation.d.ts +12 -0
  119. package/dist/es/es2018/types/src/generated/fields/types/RecordTemplateCloneRepresentation.d.ts +12 -0
  120. package/dist/es/es2018/types/src/generated/fields/types/RecordTemplateCreateRepresentation.d.ts +12 -0
  121. package/dist/es/es2018/types/src/generated/fields/types/RecordUiRepresentation.d.ts +12 -0
  122. package/dist/es/es2018/types/src/generated/fields/types/RelatedListRecordCollectionBatchRepresentation.d.ts +12 -0
  123. package/dist/es/es2018/types/src/generated/fields/types/RelatedListRecordCollectionRepresentation.d.ts +12 -0
  124. package/dist/es/es2018/types/src/generated/fields/types/SearchResultCollectionRepresentation.d.ts +12 -0
  125. package/dist/es/es2018/types/src/generated/fields/types/SearchResultRepresentation.d.ts +12 -0
  126. package/dist/es/es2018/types/src/generated/graphql/directives/category.d.ts +5 -0
  127. package/dist/es/es2018/types/src/generated/graphql/directives/deprecated.d.ts +5 -0
  128. package/dist/es/es2018/types/src/generated/graphql/directives/directive-util.d.ts +4 -0
  129. package/dist/es/es2018/types/src/generated/graphql/directives/fieldCategory.d.ts +5 -0
  130. package/dist/es/es2018/types/src/generated/graphql/directives/generic.d.ts +5 -0
  131. package/dist/es/es2018/types/src/generated/graphql/directives/include.d.ts +5 -0
  132. package/dist/es/es2018/types/src/generated/graphql/directives/skip.d.ts +5 -0
  133. package/dist/es/es2018/types/src/generated/graphql/directives/specifiedBy.d.ts +5 -0
  134. package/dist/es/es2018/types/src/generated/graphql/types/AggregateOrderByNumberFunction.d.ts +9 -0
  135. package/dist/es/es2018/types/src/generated/graphql/types/AggregateOrderByStringFunction.d.ts +7 -0
  136. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__Analytics.d.ts +35 -0
  137. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsBrowse.d.ts +39 -0
  138. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsEdge.d.ts +36 -0
  139. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts +53 -0
  140. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentationInterface.d.ts +41 -0
  141. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspace.d.ts +46 -0
  142. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAsset.d.ts +40 -0
  143. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAssetConnection.d.ts +40 -0
  144. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAssetEdge.d.ts +36 -0
  145. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__DataspaceRepresentation.d.ts +39 -0
  146. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__MktDataConnector.d.ts +54 -0
  147. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticDefinition.d.ts +57 -0
  148. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModel.d.ts +55 -0
  149. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModelRelatedModelConnection.d.ts +40 -0
  150. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModelRelatedModelEdge.d.ts +36 -0
  151. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModelRelatedModelRepresentation.d.ts +41 -0
  152. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionConnection.d.ts +40 -0
  153. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionEdge.d.ts +36 -0
  154. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionRepresentation.d.ts +37 -0
  155. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SortEnumType.d.ts +5 -0
  156. package/dist/es/es2018/types/src/generated/graphql/types/AnyType.d.ts +24 -0
  157. package/dist/es/es2018/types/src/generated/graphql/types/Base64Value.d.ts +35 -0
  158. package/dist/es/es2018/types/src/generated/graphql/types/BooleanAggregate.d.ts +37 -0
  159. package/dist/es/es2018/types/src/generated/graphql/types/BooleanValue.d.ts +35 -0
  160. package/dist/es/es2018/types/src/generated/graphql/types/ChildRelationship.d.ts +40 -0
  161. package/dist/es/es2018/types/src/generated/graphql/types/CompoundField.d.ts +81 -0
  162. package/dist/es/es2018/types/src/generated/graphql/types/CurrencyAggregate.d.ts +45 -0
  163. package/dist/es/es2018/types/src/generated/graphql/types/CurrencyValue.d.ts +36 -0
  164. package/dist/es/es2018/types/src/generated/graphql/types/DataType.d.ts +29 -0
  165. package/dist/es/es2018/types/src/generated/graphql/types/DateAggregate.d.ts +56 -0
  166. package/dist/es/es2018/types/src/generated/graphql/types/DateFunctionAggregation.d.ts +35 -0
  167. package/dist/es/es2018/types/src/generated/graphql/types/DateLiteral.d.ts +26 -0
  168. package/dist/es/es2018/types/src/generated/graphql/types/DateOnlyAggregation.d.ts +35 -0
  169. package/dist/es/es2018/types/src/generated/graphql/types/DateTimeAggregate.d.ts +57 -0
  170. package/dist/es/es2018/types/src/generated/graphql/types/DateTimeValue.d.ts +36 -0
  171. package/dist/es/es2018/types/src/generated/graphql/types/DateValue.d.ts +36 -0
  172. package/dist/es/es2018/types/src/generated/graphql/types/DependentField.d.ts +35 -0
  173. package/dist/es/es2018/types/src/generated/graphql/types/DoubleAggregate.d.ts +44 -0
  174. package/dist/es/es2018/types/src/generated/graphql/types/DoubleValue.d.ts +36 -0
  175. package/dist/es/es2018/types/src/generated/graphql/types/EmailAggregate.d.ts +43 -0
  176. package/dist/es/es2018/types/src/generated/graphql/types/EmailValue.d.ts +35 -0
  177. package/dist/es/es2018/types/src/generated/graphql/types/EncryptedStringValue.d.ts +35 -0
  178. package/dist/es/es2018/types/src/generated/graphql/types/Field.d.ts +66 -0
  179. package/dist/es/es2018/types/src/generated/graphql/types/FieldExtraTypeInfo.d.ts +10 -0
  180. package/dist/es/es2018/types/src/generated/graphql/types/FieldValue.d.ts +21 -0
  181. package/dist/es/es2018/types/src/generated/graphql/types/FilteredLookupInfo.d.ts +36 -0
  182. package/dist/es/es2018/types/src/generated/graphql/types/GroupByFunction.d.ts +16 -0
  183. package/dist/es/es2018/types/src/generated/graphql/types/GroupByType.d.ts +6 -0
  184. package/dist/es/es2018/types/src/generated/graphql/types/IDAggregate.d.ts +43 -0
  185. package/dist/es/es2018/types/src/generated/graphql/types/IDValue.d.ts +35 -0
  186. package/dist/es/es2018/types/src/generated/graphql/types/IntAggregate.d.ts +46 -0
  187. package/dist/es/es2018/types/src/generated/graphql/types/IntValue.d.ts +36 -0
  188. package/dist/es/es2018/types/src/generated/graphql/types/JSONValue.d.ts +35 -0
  189. package/dist/es/es2018/types/src/generated/graphql/types/LatitudeAggregate.d.ts +44 -0
  190. package/dist/es/es2018/types/src/generated/graphql/types/LatitudeValue.d.ts +35 -0
  191. package/dist/es/es2018/types/src/generated/graphql/types/ListColumn.d.ts +37 -0
  192. package/dist/es/es2018/types/src/generated/graphql/types/ListOrder.d.ts +36 -0
  193. package/dist/es/es2018/types/src/generated/graphql/types/LongAggregate.d.ts +46 -0
  194. package/dist/es/es2018/types/src/generated/graphql/types/LongTextAreaValue.d.ts +35 -0
  195. package/dist/es/es2018/types/src/generated/graphql/types/LongValue.d.ts +36 -0
  196. package/dist/es/es2018/types/src/generated/graphql/types/LongitudeAggregate.d.ts +44 -0
  197. package/dist/es/es2018/types/src/generated/graphql/types/LongitudeValue.d.ts +35 -0
  198. package/dist/es/es2018/types/src/generated/graphql/types/MultiPicklistValue.d.ts +36 -0
  199. package/dist/es/es2018/types/src/generated/graphql/types/NullOrder.d.ts +5 -0
  200. package/dist/es/es2018/types/src/generated/graphql/types/NullsOrder.d.ts +5 -0
  201. package/dist/es/es2018/types/src/generated/graphql/types/ObjectInfo.d.ts +60 -0
  202. package/dist/es/es2018/types/src/generated/graphql/types/PageInfo.d.ts +37 -0
  203. package/dist/es/es2018/types/src/generated/graphql/types/PercentAggregate.d.ts +45 -0
  204. package/dist/es/es2018/types/src/generated/graphql/types/PercentValue.d.ts +36 -0
  205. package/dist/es/es2018/types/src/generated/graphql/types/PhoneNumberAggregate.d.ts +43 -0
  206. package/dist/es/es2018/types/src/generated/graphql/types/PhoneNumberValue.d.ts +35 -0
  207. package/dist/es/es2018/types/src/generated/graphql/types/PicklistAggregate.d.ts +44 -0
  208. package/dist/es/es2018/types/src/generated/graphql/types/PicklistValue.d.ts +36 -0
  209. package/dist/es/es2018/types/src/generated/graphql/types/PolymorphicAggregateParentRelationship.d.ts +20 -0
  210. package/dist/es/es2018/types/src/generated/graphql/types/PolymorphicParentRelationship.d.ts +20 -0
  211. package/dist/es/es2018/types/src/generated/graphql/types/Query.d.ts +40 -0
  212. package/dist/es/es2018/types/src/generated/graphql/types/RateLimit.d.ts +37 -0
  213. package/dist/es/es2018/types/src/generated/graphql/types/Record.d.ts +33 -0
  214. package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregate.d.ts +71 -0
  215. package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregateConnection.d.ts +39 -0
  216. package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregateEdge.d.ts +36 -0
  217. package/dist/es/es2018/types/src/generated/graphql/types/RecordConnection.d.ts +41 -0
  218. package/dist/es/es2018/types/src/generated/graphql/types/RecordCreatePayload.d.ts +35 -0
  219. package/dist/es/es2018/types/src/generated/graphql/types/RecordDeletePayload.d.ts +34 -0
  220. package/dist/es/es2018/types/src/generated/graphql/types/RecordEdge.d.ts +36 -0
  221. package/dist/es/es2018/types/src/generated/graphql/types/RecordQuery.d.ts +35 -0
  222. package/dist/es/es2018/types/src/generated/graphql/types/RecordQueryAggregate.d.ts +35 -0
  223. package/dist/es/es2018/types/src/generated/graphql/types/RecordRepresentation.d.ts +123 -0
  224. package/dist/es/es2018/types/src/generated/graphql/types/RecordResult.d.ts +35 -0
  225. package/dist/es/es2018/types/src/generated/graphql/types/RecordTypeInfo.d.ts +38 -0
  226. package/dist/es/es2018/types/src/generated/graphql/types/RecordUpdatePayload.d.ts +34 -0
  227. package/dist/es/es2018/types/src/generated/graphql/types/ReferenceToInfo.d.ts +37 -0
  228. package/dist/es/es2018/types/src/generated/graphql/types/RelatedListInfo.d.ts +43 -0
  229. package/dist/es/es2018/types/src/generated/graphql/types/ResultOrder.d.ts +5 -0
  230. package/dist/es/es2018/types/src/generated/graphql/types/ResultsOrder.d.ts +5 -0
  231. package/dist/es/es2018/types/src/generated/graphql/types/RichTextAreaValue.d.ts +35 -0
  232. package/dist/es/es2018/types/src/generated/graphql/types/SObject__Field.d.ts +35 -0
  233. package/dist/es/es2018/types/src/generated/graphql/types/SObject__FieldType.d.ts +6 -0
  234. package/dist/es/es2018/types/src/generated/graphql/types/Setup__EntityRepresentation.d.ts +96 -0
  235. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListColumn.d.ts +44 -0
  236. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListFilter.d.ts +37 -0
  237. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListFilterOperator.d.ts +15 -0
  238. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListOrder.d.ts +36 -0
  239. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListScalarField.d.ts +40 -0
  240. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListView.d.ts +44 -0
  241. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewObjectInfo.d.ts +35 -0
  242. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewRow.d.ts +38 -0
  243. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewRowConnection.d.ts +39 -0
  244. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewRowEdge.d.ts +36 -0
  245. package/dist/es/es2018/types/src/generated/graphql/types/Setup__Setup.d.ts +42 -0
  246. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateConnection.d.ts +39 -0
  247. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateEdge.d.ts +36 -0
  248. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupConnection.d.ts +40 -0
  249. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupEdge.d.ts +36 -0
  250. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupPolymorphicAggregateParentRelationship.d.ts +20 -0
  251. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupPolymorphicParentRelationship.d.ts +20 -0
  252. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupQuery.d.ts +35 -0
  253. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupQueryAggregate.d.ts +35 -0
  254. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordAggregate.d.ts +71 -0
  255. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordResult.d.ts +35 -0
  256. package/dist/es/es2018/types/src/generated/graphql/types/StringAggregate.d.ts +44 -0
  257. package/dist/es/es2018/types/src/generated/graphql/types/StringValue.d.ts +36 -0
  258. package/dist/es/es2018/types/src/generated/graphql/types/TextAreaAggregate.d.ts +43 -0
  259. package/dist/es/es2018/types/src/generated/graphql/types/TextAreaValue.d.ts +35 -0
  260. package/dist/es/es2018/types/src/generated/graphql/types/ThemeInfo.d.ts +35 -0
  261. package/dist/es/es2018/types/src/generated/graphql/types/TimeAggregate.d.ts +38 -0
  262. package/dist/es/es2018/types/src/generated/graphql/types/TimeValue.d.ts +36 -0
  263. package/dist/es/es2018/types/src/generated/graphql/types/UIAPI.d.ts +41 -0
  264. package/dist/es/es2018/types/src/generated/graphql/types/UIAPIMutations.d.ts +39 -0
  265. package/dist/es/es2018/types/src/generated/graphql/types/Unit.d.ts +5 -0
  266. package/dist/es/es2018/types/src/generated/graphql/types/UrlAggregate.d.ts +43 -0
  267. package/dist/es/es2018/types/src/generated/graphql/types/UrlValue.d.ts +35 -0
  268. package/dist/es/es2018/types/src/generated/graphql/types/type-util.d.ts +81 -0
  269. package/dist/es/es2018/types/src/generated/pagination/cursor.d.ts +41 -0
  270. package/dist/es/es2018/types/src/generated/pagination/syntheticCursor.d.ts +31 -0
  271. package/dist/es/es2018/types/src/generated/resources/deleteUiApiFormsHealthCheckByApiName.d.ts +11 -0
  272. package/dist/es/es2018/types/src/generated/resources/deleteUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +13 -0
  273. package/dist/es/es2018/types/src/generated/resources/deleteUiApiListInfoByListViewId.d.ts +11 -0
  274. package/dist/es/es2018/types/src/generated/resources/deleteUiApiRecordsByRecordId.d.ts +12 -0
  275. package/dist/es/es2018/types/src/generated/resources/deleteUiApiRelatedListPreferencesByPreferencesId.d.ts +11 -0
  276. package/dist/es/es2018/types/src/generated/resources/getConnectBriefcasePrimingRecords.d.ts +16 -0
  277. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsFlexipageByFlexipageNames.d.ts +20 -0
  278. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsFormulaActivationByActionFeature.d.ts +19 -0
  279. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsGlobal.d.ts +19 -0
  280. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsLayoutByActionApiName.d.ts +20 -0
  281. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsListViewByListViewIds.d.ts +20 -0
  282. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsListViewChartByObjectApiNames.d.ts +20 -0
  283. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsListViewRecordByRecordIds.d.ts +20 -0
  284. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsLookupByObjectApiNames.d.ts +20 -0
  285. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsMruListByObjectApiNames.d.ts +20 -0
  286. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsObjectRecordCreateByObjectApiName.d.ts +20 -0
  287. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsOverridesByObjectApiName.d.ts +19 -0
  288. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsPhotoByRecordIds.d.ts +20 -0
  289. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsQuickActionInfoByActionApiName.d.ts +19 -0
  290. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordByRecordIds.d.ts +22 -0
  291. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +20 -0
  292. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRecordEditByRecordIds.d.ts +20 -0
  293. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +23 -0
  294. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds.d.ts +21 -0
  295. package/dist/es/es2018/types/src/generated/resources/getUiApiApps.d.ts +16 -0
  296. package/dist/es/es2018/types/src/generated/resources/getUiApiAppsByAppId.d.ts +19 -0
  297. package/dist/es/es2018/types/src/generated/resources/getUiApiAppsSelected.d.ts +16 -0
  298. package/dist/es/es2018/types/src/generated/resources/getUiApiAppsUserNavItemsByAppId.d.ts +18 -0
  299. package/dist/es/es2018/types/src/generated/resources/getUiApiDuplicatesByObjectApiName.d.ts +18 -0
  300. package/dist/es/es2018/types/src/generated/resources/getUiApiFormsByApiName.d.ts +15 -0
  301. package/dist/es/es2018/types/src/generated/resources/getUiApiFormsHealthCheckByApiName.d.ts +15 -0
  302. package/dist/es/es2018/types/src/generated/resources/getUiApiLayoutByObjectApiName.d.ts +21 -0
  303. package/dist/es/es2018/types/src/generated/resources/getUiApiLayoutUserStateByObjectApiName.d.ts +21 -0
  304. package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoBatch.d.ts +24 -0
  305. package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +16 -0
  306. package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoByListViewId.d.ts +15 -0
  307. package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoByObjectApiName.d.ts +23 -0
  308. package/dist/es/es2018/types/src/generated/resources/getUiApiListObjectInfoByObjectApiName.d.ts +16 -0
  309. package/dist/es/es2018/types/src/generated/resources/getUiApiListPreferencesByListViewApiNameAndObjectApiName.d.ts +16 -0
  310. package/dist/es/es2018/types/src/generated/resources/getUiApiListRecordsByListViewId.d.ts +24 -0
  311. package/dist/es/es2018/types/src/generated/resources/getUiApiListUiByListViewApiNameAndObjectApiName.d.ts +25 -0
  312. package/dist/es/es2018/types/src/generated/resources/getUiApiListUiByListViewId.d.ts +24 -0
  313. package/dist/es/es2018/types/src/generated/resources/getUiApiListUiByObjectApiName.d.ts +23 -0
  314. package/dist/es/es2018/types/src/generated/resources/getUiApiLookupsByFieldApiNameAndObjectApiNameAndTargetApiName.d.ts +25 -0
  315. package/dist/es/es2018/types/src/generated/resources/getUiApiMruListInfoByObjectApiName.d.ts +15 -0
  316. package/dist/es/es2018/types/src/generated/resources/getUiApiMruListRecordsByObjectApiName.d.ts +22 -0
  317. package/dist/es/es2018/types/src/generated/resources/getUiApiMruListUiByObjectApiName.d.ts +24 -0
  318. package/dist/es/es2018/types/src/generated/resources/getUiApiNavItems.d.ts +18 -0
  319. package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfo.d.ts +12 -0
  320. package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoBatchByObjectApiNames.d.ts +23 -0
  321. package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoByObjectApiName.d.ts +16 -0
  322. package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByFieldApiNameAndObjectApiNameAndRecordTypeId.d.ts +17 -0
  323. package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByObjectApiNameAndRecordTypeId.d.ts +16 -0
  324. package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoValidationRulesInfoByObjectApiName.d.ts +15 -0
  325. package/dist/es/es2018/types/src/generated/resources/getUiApiPathLayoutByObjectApiName.d.ts +21 -0
  326. package/dist/es/es2018/types/src/generated/resources/getUiApiPrimingRecords.d.ts +16 -0
  327. package/dist/es/es2018/types/src/generated/resources/getUiApiPrimingRoutes.d.ts +16 -0
  328. package/dist/es/es2018/types/src/generated/resources/getUiApiRecordAvatarsBatchByRecordIds.d.ts +18 -0
  329. package/dist/es/es2018/types/src/generated/resources/getUiApiRecordAvatarsByRecordId.d.ts +18 -0
  330. package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsCloneByRecordId.d.ts +20 -0
  331. package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsCreateByObjectApiName.d.ts +20 -0
  332. package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +19 -0
  333. package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +19 -0
  334. package/dist/es/es2018/types/src/generated/resources/getUiApiRecordUiByRecordIds.d.ts +24 -0
  335. package/dist/es/es2018/types/src/generated/resources/getUiApiRecordsBatchByRecordIds.d.ts +32 -0
  336. package/dist/es/es2018/types/src/generated/resources/getUiApiRecordsByRecordId.d.ts +26 -0
  337. package/dist/es/es2018/types/src/generated/resources/getUiApiRecordsChildRelationshipsByRecordIdAndRelationshipName.d.ts +23 -0
  338. package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListCountBatchByParentRecordIdAndRelatedListNames.d.ts +27 -0
  339. package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListCountByParentRecordIdAndRelatedListId.d.ts +19 -0
  340. package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames.d.ts +27 -0
  341. package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiName.d.ts +18 -0
  342. package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
  343. package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
  344. package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListPreferencesBatchByPreferencesIds.d.ts +23 -0
  345. package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListPreferencesByPreferencesId.d.ts +16 -0
  346. package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoFiltersByObjectApiName.d.ts +19 -0
  347. package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoFiltersOptionsByFilterApiNameAndObjectApiName.d.ts +19 -0
  348. package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoLookupByFieldApiNameAndObjectApiName.d.ts +17 -0
  349. package/dist/es/es2018/types/src/generated/resources/getUiApiThemesActive.d.ts +12 -0
  350. package/dist/es/es2018/types/src/generated/resources/patchUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
  351. package/dist/es/es2018/types/src/generated/resources/patchUiApiAppsByAppId.d.ts +16 -0
  352. package/dist/es/es2018/types/src/generated/resources/patchUiApiFormsHealthCheckByApiName.d.ts +9 -0
  353. package/dist/es/es2018/types/src/generated/resources/patchUiApiLayoutUserStateByObjectApiName.d.ts +23 -0
  354. package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +24 -0
  355. package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewId.d.ts +23 -0
  356. package/dist/es/es2018/types/src/generated/resources/patchUiApiListPreferencesByListViewApiNameAndObjectApiName.d.ts +23 -0
  357. package/dist/es/es2018/types/src/generated/resources/patchUiApiRecordsByRecordId.d.ts +28 -0
  358. package/dist/es/es2018/types/src/generated/resources/patchUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
  359. package/dist/es/es2018/types/src/generated/resources/patchUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
  360. package/dist/es/es2018/types/src/generated/resources/patchUiApiRelatedListPreferencesByPreferencesId.d.ts +22 -0
  361. package/dist/es/es2018/types/src/generated/resources/postGraphql.d.ts +20 -0
  362. package/dist/es/es2018/types/src/generated/resources/postUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
  363. package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +27 -0
  364. package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId.d.ts +23 -0
  365. package/dist/es/es2018/types/src/generated/resources/postUiApiListInfoByObjectApiName.d.ts +25 -0
  366. package/dist/es/es2018/types/src/generated/resources/postUiApiListRecordsByListViewApiNameAndObjectApiName.d.ts +27 -0
  367. package/dist/es/es2018/types/src/generated/resources/postUiApiListRecordsByListViewId.d.ts +24 -0
  368. package/dist/es/es2018/types/src/generated/resources/postUiApiLookupsByFieldApiNameAndObjectApiName.d.ts +31 -0
  369. package/dist/es/es2018/types/src/generated/resources/postUiApiPredupe.d.ts +19 -0
  370. package/dist/es/es2018/types/src/generated/resources/postUiApiRecordAvatarsAssociationByRecordId.d.ts +19 -0
  371. package/dist/es/es2018/types/src/generated/resources/postUiApiRecords.d.ts +23 -0
  372. package/dist/es/es2018/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersions.d.ts +13 -0
  373. package/dist/es/es2018/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersionsByContentDocumentId.d.ts +16 -0
  374. package/dist/es/es2018/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +27 -0
  375. package/dist/es/es2018/types/src/generated/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +27 -0
  376. package/dist/es/es2018/types/src/generated/resources/postUiApiSearchResults.d.ts +24 -0
  377. package/dist/es/es2018/types/src/generated/resources/postUiApiSearchResultsKeyword.d.ts +26 -0
  378. package/dist/es/es2018/types/src/generated/resources/putUiApiAppsUserNavItemsByAppId.d.ts +12 -0
  379. package/dist/es/es2018/types/src/generated/resources/putUiApiFormsHealthCheckByApiName.d.ts +9 -0
  380. package/dist/es/es2018/types/src/generated/types/AbstractFormSubitemRepresentation.d.ts +34 -0
  381. package/dist/es/es2018/types/src/generated/types/AbstractPicklistValueAttributesRepresentation.d.ts +36 -0
  382. package/dist/es/es2018/types/src/generated/types/AbstractRecordAvatarBatchRepresentation.d.ts +38 -0
  383. package/dist/es/es2018/types/src/generated/types/AbstractRecordAvatarRepresentation.d.ts +46 -0
  384. package/dist/es/es2018/types/src/generated/types/AbstractRecordLayoutComponentRepresentation.d.ts +41 -0
  385. package/dist/es/es2018/types/src/generated/types/ActionBatchRepresentation.d.ts +38 -0
  386. package/dist/es/es2018/types/src/generated/types/ActionBatchResultRepresentation.d.ts +39 -0
  387. package/dist/es/es2018/types/src/generated/types/ActionInputRepresentation.d.ts +40 -0
  388. package/dist/es/es2018/types/src/generated/types/ActionOverrideRepresentation.d.ts +28 -0
  389. package/dist/es/es2018/types/src/generated/types/ActionRelatedListSingleBatchInputRepresentation.d.ts +43 -0
  390. package/dist/es/es2018/types/src/generated/types/ActionRelatedListsBatchInputRepresentation.d.ts +29 -0
  391. package/dist/es/es2018/types/src/generated/types/ActionRelatedListsCollectionBatchRepresentation.d.ts +38 -0
  392. package/dist/es/es2018/types/src/generated/types/ActionRepresentation.d.ts +49 -0
  393. package/dist/es/es2018/types/src/generated/types/AdvancedLookupDisplayInfoFieldRepresentation.d.ts +34 -0
  394. package/dist/es/es2018/types/src/generated/types/AdvancedLookupDisplayInfoRepresentation.d.ts +29 -0
  395. package/dist/es/es2018/types/src/generated/types/AdvancedLookupInfoRepresentation.d.ts +29 -0
  396. package/dist/es/es2018/types/src/generated/types/AggregateInputRepresentation.d.ts +28 -0
  397. package/dist/es/es2018/types/src/generated/types/AggregateRepresentation.d.ts +29 -0
  398. package/dist/es/es2018/types/src/generated/types/AggregateUiRepresentation.d.ts +92 -0
  399. package/dist/es/es2018/types/src/generated/types/AppRepresentation.d.ts +104 -0
  400. package/dist/es/es2018/types/src/generated/types/AppliedSearchFilterOutputRepresentation.d.ts +37 -0
  401. package/dist/es/es2018/types/src/generated/types/AppsRepresentation.d.ts +42 -0
  402. package/dist/es/es2018/types/src/generated/types/AvatarAssociationInputRepresentation.d.ts +40 -0
  403. package/dist/es/es2018/types/src/generated/types/BatchInputRepresentation.d.ts +32 -0
  404. package/dist/es/es2018/types/src/generated/types/BatchOperationInputRepresentation.d.ts +32 -0
  405. package/dist/es/es2018/types/src/generated/types/BatchRelatedListCountRepresentation.d.ts +38 -0
  406. package/dist/es/es2018/types/src/generated/types/BatchRepresentation.d.ts +38 -0
  407. package/dist/es/es2018/types/src/generated/types/BatchResultRepresentation.d.ts +45 -0
  408. package/dist/es/es2018/types/src/generated/types/CanvasLayoutComponentRepresentation.d.ts +42 -0
  409. package/dist/es/es2018/types/src/generated/types/CaseStatusPicklistValueAttributesRepresentation.d.ts +30 -0
  410. package/dist/es/es2018/types/src/generated/types/ChildRelationshipRepresentation.d.ts +40 -0
  411. package/dist/es/es2018/types/src/generated/types/CompositeActionRelatedListsCollectionResultRepresentation.d.ts +45 -0
  412. package/dist/es/es2018/types/src/generated/types/CompositeRelatedListRecordCollectionResultRepresentation.d.ts +45 -0
  413. package/dist/es/es2018/types/src/generated/types/ContentDocumentCompositeRepresentation.d.ts +55 -0
  414. package/dist/es/es2018/types/src/generated/types/ContentInputRepresentation.d.ts +31 -0
  415. package/dist/es/es2018/types/src/generated/types/CopilotQuickActionInputRepresentation.d.ts +34 -0
  416. package/dist/es/es2018/types/src/generated/types/CopilotQuickActionParameterRepresentation.d.ts +34 -0
  417. package/dist/es/es2018/types/src/generated/types/CustomLinkLayoutComponentRepresentation.d.ts +36 -0
  418. package/dist/es/es2018/types/src/generated/types/DisplayLayoutAndMatchingInfoRepresentation.d.ts +31 -0
  419. package/dist/es/es2018/types/src/generated/types/DisplayLayoutRepresentation.d.ts +28 -0
  420. package/dist/es/es2018/types/src/generated/types/DuplicateRecordErrorRepresentation.d.ts +29 -0
  421. package/dist/es/es2018/types/src/generated/types/DuplicateResultInfoRepresentation.d.ts +34 -0
  422. package/dist/es/es2018/types/src/generated/types/DuplicateRuleFilterItemRepresentation.d.ts +41 -0
  423. package/dist/es/es2018/types/src/generated/types/DuplicateRuleFilterRepresentation.d.ts +39 -0
  424. package/dist/es/es2018/types/src/generated/types/DuplicateRuleRepresentation.d.ts +55 -0
  425. package/dist/es/es2018/types/src/generated/types/DuplicatesConfigurationRepresentation.d.ts +45 -0
  426. package/dist/es/es2018/types/src/generated/types/DuplicatesRepresentation.d.ts +39 -0
  427. package/dist/es/es2018/types/src/generated/types/EmptySpaceFormSubitemRepresentation.d.ts +26 -0
  428. package/dist/es/es2018/types/src/generated/types/EntityActionRepresentation.d.ts +53 -0
  429. package/dist/es/es2018/types/src/generated/types/ErrorBadRequestRecordAvatarBatchRepresentation.d.ts +31 -0
  430. package/dist/es/es2018/types/src/generated/types/ErrorMessageRepresentation.d.ts +31 -0
  431. package/dist/es/es2018/types/src/generated/types/ErrorRecordAvatarBatchRepresentation.d.ts +31 -0
  432. package/dist/es/es2018/types/src/generated/types/ErrorSingleRecordAvatarRepresentation.d.ts +29 -0
  433. package/dist/es/es2018/types/src/generated/types/FavoriteBatchCollectionInputRepresentation.d.ts +28 -0
  434. package/dist/es/es2018/types/src/generated/types/FavoriteBatchInputRepresentation.d.ts +31 -0
  435. package/dist/es/es2018/types/src/generated/types/FavoriteCollectionRepresentation.d.ts +29 -0
  436. package/dist/es/es2018/types/src/generated/types/FavoriteInputRepresentation.d.ts +37 -0
  437. package/dist/es/es2018/types/src/generated/types/FavoriteRepresentation.d.ts +58 -0
  438. package/dist/es/es2018/types/src/generated/types/FieldFormSubitemRepresentation.d.ts +30 -0
  439. package/dist/es/es2018/types/src/generated/types/FieldLayoutComponentRepresentation.d.ts +30 -0
  440. package/dist/es/es2018/types/src/generated/types/FieldRepresentation.d.ts +126 -0
  441. package/dist/es/es2018/types/src/generated/types/FieldValueRepresentation.d.ts +41 -0
  442. package/dist/es/es2018/types/src/generated/types/FilteredLookupInfoRepresentation.d.ts +34 -0
  443. package/dist/es/es2018/types/src/generated/types/FlexipageFormulaActivationRepresentation.d.ts +37 -0
  444. package/dist/es/es2018/types/src/generated/types/FormItemRepresentation.d.ts +34 -0
  445. package/dist/es/es2018/types/src/generated/types/FormRepresentation.d.ts +38 -0
  446. package/dist/es/es2018/types/src/generated/types/FormRowRepresentation.d.ts +29 -0
  447. package/dist/es/es2018/types/src/generated/types/FormSectionRepresentation.d.ts +38 -0
  448. package/dist/es/es2018/types/src/generated/types/FormulaOverridesInfoRepresentation.d.ts +38 -0
  449. package/dist/es/es2018/types/src/generated/types/GraphQLBatchInputRepresentation.d.ts +28 -0
  450. package/dist/es/es2018/types/src/generated/types/GraphQLErrorLocation.d.ts +31 -0
  451. package/dist/es/es2018/types/src/generated/types/GraphQLErrorRepresentation.d.ts +42 -0
  452. package/dist/es/es2018/types/src/generated/types/GraphQLInputRepresentation.d.ts +38 -0
  453. package/dist/es/es2018/types/src/generated/types/GraphQLRepresentation.d.ts +21 -0
  454. package/dist/es/es2018/types/src/generated/types/HealthCheckRepresentation.d.ts +28 -0
  455. package/dist/es/es2018/types/src/generated/types/KeywordSearchRequestInputRepresentation.d.ts +45 -0
  456. package/dist/es/es2018/types/src/generated/types/KeywordSearchResultsRepresentation.d.ts +38 -0
  457. package/dist/es/es2018/types/src/generated/types/KeywordSearchResultsSummaryRepresentation.d.ts +56 -0
  458. package/dist/es/es2018/types/src/generated/types/LeadStatusPicklistValueAttributesRepresentation.d.ts +30 -0
  459. package/dist/es/es2018/types/src/generated/types/ListColumnInlineEditAttributesRepresentation.d.ts +31 -0
  460. package/dist/es/es2018/types/src/generated/types/ListColumnInlineEditAttributesRepresentationWrapper.d.ts +28 -0
  461. package/dist/es/es2018/types/src/generated/types/ListColumnRepresentation.d.ts +44 -0
  462. package/dist/es/es2018/types/src/generated/types/ListFieldErrorRepresentation.d.ts +31 -0
  463. package/dist/es/es2018/types/src/generated/types/ListFilterByInfoInputRepresentation.d.ts +34 -0
  464. package/dist/es/es2018/types/src/generated/types/ListFilterByInfoRepresentation.d.ts +37 -0
  465. package/dist/es/es2018/types/src/generated/types/ListInfoBatchRepresentation.d.ts +38 -0
  466. package/dist/es/es2018/types/src/generated/types/ListInfoErrorRepresentation.d.ts +29 -0
  467. package/dist/es/es2018/types/src/generated/types/ListInfoInputRepresentation.d.ts +47 -0
  468. package/dist/es/es2018/types/src/generated/types/ListInfoPostInputRepresentation.d.ts +53 -0
  469. package/dist/es/es2018/types/src/generated/types/ListInfoRepresentation.d.ts +116 -0
  470. package/dist/es/es2018/types/src/generated/types/ListInfoShareCategoryRepresentation.d.ts +32 -0
  471. package/dist/es/es2018/types/src/generated/types/ListInfoShareRepresentation.d.ts +31 -0
  472. package/dist/es/es2018/types/src/generated/types/ListInfoSummaryCollectionRepresentation.d.ts +94 -0
  473. package/dist/es/es2018/types/src/generated/types/ListInfoSummaryRepresentation.d.ts +46 -0
  474. package/dist/es/es2018/types/src/generated/types/ListInlineEditDetailsRepresentation.d.ts +31 -0
  475. package/dist/es/es2018/types/src/generated/types/ListObjectColumnRepresentation.d.ts +66 -0
  476. package/dist/es/es2018/types/src/generated/types/ListObjectInfoRepresentation.d.ts +55 -0
  477. package/dist/es/es2018/types/src/generated/types/ListObjectPicklistValueRepresentation.d.ts +31 -0
  478. package/dist/es/es2018/types/src/generated/types/ListObjectQuickFilterOverridesRepresentation.d.ts +35 -0
  479. package/dist/es/es2018/types/src/generated/types/ListObjectScopeAvailableEntityRepresentation.d.ts +31 -0
  480. package/dist/es/es2018/types/src/generated/types/ListObjectScopeRepresentation.d.ts +35 -0
  481. package/dist/es/es2018/types/src/generated/types/ListOrderByInfoRepresentation.d.ts +34 -0
  482. package/dist/es/es2018/types/src/generated/types/ListOrderedByInfoInputRepresentation.d.ts +31 -0
  483. package/dist/es/es2018/types/src/generated/types/ListPreferencesInputRepresentation.d.ts +43 -0
  484. package/dist/es/es2018/types/src/generated/types/ListPreferencesRepresentation.d.ts +59 -0
  485. package/dist/es/es2018/types/src/generated/types/ListRecordCollectionRepresentation.d.ts +110 -0
  486. package/dist/es/es2018/types/src/generated/types/ListRecordCollectionRepresentation212.d.ts +25 -0
  487. package/dist/es/es2018/types/src/generated/types/ListRecordsInputRepresentation.d.ts +46 -0
  488. package/dist/es/es2018/types/src/generated/types/ListReferenceRepresentation.d.ts +37 -0
  489. package/dist/es/es2018/types/src/generated/types/ListScopeEntityRepresentation.d.ts +31 -0
  490. package/dist/es/es2018/types/src/generated/types/ListScopeInputRepresentation.d.ts +34 -0
  491. package/dist/es/es2018/types/src/generated/types/ListScopeRelatedEntityRepresentation.d.ts +34 -0
  492. package/dist/es/es2018/types/src/generated/types/ListScopeRepresentation.d.ts +39 -0
  493. package/dist/es/es2018/types/src/generated/types/ListUiRepresentation.d.ts +66 -0
  494. package/dist/es/es2018/types/src/generated/types/ListUiRepresentation212.d.ts +28 -0
  495. package/dist/es/es2018/types/src/generated/types/ListUserPreferenceInputRepresentation.d.ts +39 -0
  496. package/dist/es/es2018/types/src/generated/types/ListUserPreferenceRepresentation.d.ts +39 -0
  497. package/dist/es/es2018/types/src/generated/types/ListViewSummaryCollectionRepresentation.d.ts +94 -0
  498. package/dist/es/es2018/types/src/generated/types/ListViewSummaryRepresentation.d.ts +46 -0
  499. package/dist/es/es2018/types/src/generated/types/LocationFieldRepresentation.d.ts +31 -0
  500. package/dist/es/es2018/types/src/generated/types/LookupMetadataRepresentation.d.ts +55 -0
  501. package/dist/es/es2018/types/src/generated/types/LookupMetadataTargetInfoRepresentation.d.ts +36 -0
  502. package/dist/es/es2018/types/src/generated/types/LookupPOSTRequestBodyRepresentation.d.ts +32 -0
  503. package/dist/es/es2018/types/src/generated/types/LookupValuesRepresentation.d.ts +55 -0
  504. package/dist/es/es2018/types/src/generated/types/MatchRepresentation.d.ts +39 -0
  505. package/dist/es/es2018/types/src/generated/types/MatchResultInfoRepresentation.d.ts +31 -0
  506. package/dist/es/es2018/types/src/generated/types/MatchResultRepresentation.d.ts +46 -0
  507. package/dist/es/es2018/types/src/generated/types/MatchRuleRepresentation.d.ts +41 -0
  508. package/dist/es/es2018/types/src/generated/types/MatchingInfoRepresentation.d.ts +28 -0
  509. package/dist/es/es2018/types/src/generated/types/NLSResultsRepresentation.d.ts +40 -0
  510. package/dist/es/es2018/types/src/generated/types/NavItemInputRepresentation.d.ts +34 -0
  511. package/dist/es/es2018/types/src/generated/types/NavItemRepresentation.d.ts +90 -0
  512. package/dist/es/es2018/types/src/generated/types/NavItemsInputRepresentation.d.ts +28 -0
  513. package/dist/es/es2018/types/src/generated/types/NavItemsRepresentation.d.ts +48 -0
  514. package/dist/es/es2018/types/src/generated/types/ObjectInfoDirectoryEntryRepresentation.d.ts +52 -0
  515. package/dist/es/es2018/types/src/generated/types/ObjectInfoDirectoryRepresentation.d.ts +42 -0
  516. package/dist/es/es2018/types/src/generated/types/ObjectInfoRepresentation.d.ts +126 -0
  517. package/dist/es/es2018/types/src/generated/types/OperationInputRepresentation.d.ts +38 -0
  518. package/dist/es/es2018/types/src/generated/types/OperationResponseRepresentation.d.ts +44 -0
  519. package/dist/es/es2018/types/src/generated/types/OpportunityStagePicklistValueAttributesRepresentation.d.ts +39 -0
  520. package/dist/es/es2018/types/src/generated/types/PageReferenceInputRepresentation.d.ts +42 -0
  521. package/dist/es/es2018/types/src/generated/types/PageReferenceRepresentation.d.ts +42 -0
  522. package/dist/es/es2018/types/src/generated/types/PerformActionInputRepresentation.d.ts +41 -0
  523. package/dist/es/es2018/types/src/generated/types/PhotoMetadataRepresentation.d.ts +31 -0
  524. package/dist/es/es2018/types/src/generated/types/PhotoRecordAvatarRepresentation.d.ts +53 -0
  525. package/dist/es/es2018/types/src/generated/types/PicklistValueRepresentation.d.ts +42 -0
  526. package/dist/es/es2018/types/src/generated/types/PicklistValuesCollectionRepresentation.d.ts +46 -0
  527. package/dist/es/es2018/types/src/generated/types/PicklistValuesRepresentation.d.ts +61 -0
  528. package/dist/es/es2018/types/src/generated/types/PlatformActionRepresentation.d.ts +97 -0
  529. package/dist/es/es2018/types/src/generated/types/PrimingGeneratedModuleRepresentation.d.ts +31 -0
  530. package/dist/es/es2018/types/src/generated/types/PrimingRecordCollectionRepresentation.d.ts +47 -0
  531. package/dist/es/es2018/types/src/generated/types/PrimingRecordRepresentation.d.ts +31 -0
  532. package/dist/es/es2018/types/src/generated/types/PrimingRecordsStatsRepresentation.d.ts +37 -0
  533. package/dist/es/es2018/types/src/generated/types/PrimingRoutesCollectionRepresentation.d.ts +36 -0
  534. package/dist/es/es2018/types/src/generated/types/PrimingRuleErrorRepresentation.d.ts +28 -0
  535. package/dist/es/es2018/types/src/generated/types/QnASearchResultRepresentation.d.ts +40 -0
  536. package/dist/es/es2018/types/src/generated/types/QuickActionColorRepresentation.d.ts +37 -0
  537. package/dist/es/es2018/types/src/generated/types/QuickActionDefaultsRepresentation.d.ts +62 -0
  538. package/dist/es/es2018/types/src/generated/types/QuickActionExecutionRepresentation.d.ts +55 -0
  539. package/dist/es/es2018/types/src/generated/types/QuickActionIconRepresentation.d.ts +43 -0
  540. package/dist/es/es2018/types/src/generated/types/QuickActionInfoRepresentation.d.ts +108 -0
  541. package/dist/es/es2018/types/src/generated/types/QuickActionLayoutRepresentation.d.ts +44 -0
  542. package/dist/es/es2018/types/src/generated/types/RecordAvatarBatchRepresentation.d.ts +41 -0
  543. package/dist/es/es2018/types/src/generated/types/RecordAvatarBulkMapRepresentation.d.ts +40 -0
  544. package/dist/es/es2018/types/src/generated/types/RecordAvatarBulkRepresentation.d.ts +42 -0
  545. package/dist/es/es2018/types/src/generated/types/RecordCollectionRepresentation.d.ts +60 -0
  546. package/dist/es/es2018/types/src/generated/types/RecordCreateDefaultRecordRepresentation.d.ts +80 -0
  547. package/dist/es/es2018/types/src/generated/types/RecordDefaultsRepresentation.d.ts +54 -0
  548. package/dist/es/es2018/types/src/generated/types/RecordDefaultsTemplateCloneRepresentation.d.ts +60 -0
  549. package/dist/es/es2018/types/src/generated/types/RecordDefaultsTemplateCreateRepresentation.d.ts +60 -0
  550. package/dist/es/es2018/types/src/generated/types/RecordExceptionErrorRepresentation.d.ts +44 -0
  551. package/dist/es/es2018/types/src/generated/types/RecordExceptionRepresentation.d.ts +36 -0
  552. package/dist/es/es2018/types/src/generated/types/RecordIdRepresentation.d.ts +28 -0
  553. package/dist/es/es2018/types/src/generated/types/RecordInputRepresentation.d.ts +38 -0
  554. package/dist/es/es2018/types/src/generated/types/RecordLayoutComponentRepresentation.d.ts +26 -0
  555. package/dist/es/es2018/types/src/generated/types/RecordLayoutItemRepresentation.d.ts +53 -0
  556. package/dist/es/es2018/types/src/generated/types/RecordLayoutRepresentation.d.ts +70 -0
  557. package/dist/es/es2018/types/src/generated/types/RecordLayoutRowRepresentation.d.ts +29 -0
  558. package/dist/es/es2018/types/src/generated/types/RecordLayoutSaveOptionRepresentation.d.ts +43 -0
  559. package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionRepresentation.d.ts +47 -0
  560. package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionUserStateInputRepresentation.d.ts +28 -0
  561. package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionUserStateRepresentation.d.ts +31 -0
  562. package/dist/es/es2018/types/src/generated/types/RecordLayoutUserStateInputRepresentation.d.ts +32 -0
  563. package/dist/es/es2018/types/src/generated/types/RecordLayoutUserStateRepresentation.d.ts +65 -0
  564. package/dist/es/es2018/types/src/generated/types/RecordRepresentation.d.ts +91 -0
  565. package/dist/es/es2018/types/src/generated/types/RecordTemplateCloneRepresentation.d.ts +64 -0
  566. package/dist/es/es2018/types/src/generated/types/RecordTemplateCreateRepresentation.d.ts +61 -0
  567. package/dist/es/es2018/types/src/generated/types/RecordTypeInfoRepresentation.d.ts +40 -0
  568. package/dist/es/es2018/types/src/generated/types/RecordUiRepresentation.d.ts +88 -0
  569. package/dist/es/es2018/types/src/generated/types/ReferenceToInfoRepresentation.d.ts +31 -0
  570. package/dist/es/es2018/types/src/generated/types/RelatedListColumnRepresentation.d.ts +53 -0
  571. package/dist/es/es2018/types/src/generated/types/RelatedListInfoBatchRepresentation.d.ts +38 -0
  572. package/dist/es/es2018/types/src/generated/types/RelatedListInfoInputRepresentation.d.ts +33 -0
  573. package/dist/es/es2018/types/src/generated/types/RelatedListInfoRepresentation.d.ts +114 -0
  574. package/dist/es/es2018/types/src/generated/types/RelatedListPreferencesBatchRepresentation.d.ts +38 -0
  575. package/dist/es/es2018/types/src/generated/types/RelatedListRecordCollectionBatchRepresentation.d.ts +38 -0
  576. package/dist/es/es2018/types/src/generated/types/RelatedListRecordCollectionRepresentation.d.ts +105 -0
  577. package/dist/es/es2018/types/src/generated/types/RelatedListRecordCountCollectionRepresentation.d.ts +47 -0
  578. package/dist/es/es2018/types/src/generated/types/RelatedListRecordCountRepresentation.d.ts +49 -0
  579. package/dist/es/es2018/types/src/generated/types/RelatedListRecordsBatchInputRepresentation.d.ts +29 -0
  580. package/dist/es/es2018/types/src/generated/types/RelatedListRecordsInputRepresentation.d.ts +46 -0
  581. package/dist/es/es2018/types/src/generated/types/RelatedListRecordsSingleBatchInputRepresentation.d.ts +43 -0
  582. package/dist/es/es2018/types/src/generated/types/RelatedListReferenceRepresentation.d.ts +49 -0
  583. package/dist/es/es2018/types/src/generated/types/RelatedListSummaryInfoCollectionRepresentation.d.ts +50 -0
  584. package/dist/es/es2018/types/src/generated/types/RelatedListSummaryInfoRepresentation.d.ts +59 -0
  585. package/dist/es/es2018/types/src/generated/types/RelatedListUserPreferencesInputRepresentation.d.ts +43 -0
  586. package/dist/es/es2018/types/src/generated/types/RelatedListUserPreferencesRepresentation.d.ts +56 -0
  587. package/dist/es/es2018/types/src/generated/types/ReportLayoutComponentRepresentation.d.ts +51 -0
  588. package/dist/es/es2018/types/src/generated/types/ResourceReferenceRepresentation.d.ts +41 -0
  589. package/dist/es/es2018/types/src/generated/types/SearchAnswersRecordRepresentation.d.ts +37 -0
  590. package/dist/es/es2018/types/src/generated/types/SearchAnswersResultRepresentation.d.ts +42 -0
  591. package/dist/es/es2018/types/src/generated/types/SearchDataCategoryFilterDefinitionRepresentation.d.ts +34 -0
  592. package/dist/es/es2018/types/src/generated/types/SearchDataCategoryInputRepresentation.d.ts +34 -0
  593. package/dist/es/es2018/types/src/generated/types/SearchDataCategoryOutputRepresentation.d.ts +34 -0
  594. package/dist/es/es2018/types/src/generated/types/SearchFieldFilterAttributesRepresentation.d.ts +34 -0
  595. package/dist/es/es2018/types/src/generated/types/SearchFieldFilterDefinitionRepresentation.d.ts +39 -0
  596. package/dist/es/es2018/types/src/generated/types/SearchFieldFilterSelectAttributesRepresentation.d.ts +40 -0
  597. package/dist/es/es2018/types/src/generated/types/SearchFieldFilterTextAttributesRepresentation.d.ts +30 -0
  598. package/dist/es/es2018/types/src/generated/types/SearchFilterDefinitionRepresentation.d.ts +43 -0
  599. package/dist/es/es2018/types/src/generated/types/SearchFilterInputRepresentation.d.ts +37 -0
  600. package/dist/es/es2018/types/src/generated/types/SearchFilterMetadataCollectionRepresentation.d.ts +56 -0
  601. package/dist/es/es2018/types/src/generated/types/SearchFilterOptionCollectionRepresentation.d.ts +54 -0
  602. package/dist/es/es2018/types/src/generated/types/SearchFilterOptionRepresentation.d.ts +31 -0
  603. package/dist/es/es2018/types/src/generated/types/SearchFilterOutputRepresentation.d.ts +34 -0
  604. package/dist/es/es2018/types/src/generated/types/SearchIntentActionRepresentation.d.ts +35 -0
  605. package/dist/es/es2018/types/src/generated/types/SearchIntentComponentRepresentation.d.ts +35 -0
  606. package/dist/es/es2018/types/src/generated/types/SearchIntentOutputRepresentation.d.ts +29 -0
  607. package/dist/es/es2018/types/src/generated/types/SearchObjectOptionsOutputRepresentation.d.ts +33 -0
  608. package/dist/es/es2018/types/src/generated/types/SearchObjectOptionsRepresentation.d.ts +33 -0
  609. package/dist/es/es2018/types/src/generated/types/SearchRecordHighlightRepresentation.d.ts +35 -0
  610. package/dist/es/es2018/types/src/generated/types/SearchRecordInfoRepresentation.d.ts +31 -0
  611. package/dist/es/es2018/types/src/generated/types/SearchRequestInputRepresentation.d.ts +42 -0
  612. package/dist/es/es2018/types/src/generated/types/SearchResultCollectionRepresentation.d.ts +64 -0
  613. package/dist/es/es2018/types/src/generated/types/SearchResultRepresentation.d.ts +46 -0
  614. package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +67 -0
  615. package/dist/es/es2018/types/src/generated/types/SimpleListInfoResultRepresentation.d.ts +47 -0
  616. package/dist/es/es2018/types/src/generated/types/SimpleRelatedListCountBatchRepresentation.d.ts +46 -0
  617. package/dist/es/es2018/types/src/generated/types/SimpleRelatedListInfoResultRepresentation.d.ts +46 -0
  618. package/dist/es/es2018/types/src/generated/types/SimpleRelatedListPreferencesResultRepresentation.d.ts +46 -0
  619. package/dist/es/es2018/types/src/generated/types/SimplifiedBatchRepresentation.d.ts +38 -0
  620. package/dist/es/es2018/types/src/generated/types/SimplifiedBatchResultRepresentation.d.ts +45 -0
  621. package/dist/es/es2018/types/src/generated/types/ThemeBannerRepresentation.d.ts +28 -0
  622. package/dist/es/es2018/types/src/generated/types/ThemeImageRepresentation.d.ts +34 -0
  623. package/dist/es/es2018/types/src/generated/types/ThemeInfoRepresentation.d.ts +31 -0
  624. package/dist/es/es2018/types/src/generated/types/ThemeRecordAvatarRepresentation.d.ts +40 -0
  625. package/dist/es/es2018/types/src/generated/types/ThemeRepresentation.d.ts +60 -0
  626. package/dist/es/es2018/types/src/generated/types/ValidationRuleRepresentation.d.ts +46 -0
  627. package/dist/es/es2018/types/src/generated/types/ValidationRulesRepresentation.d.ts +32 -0
  628. package/dist/es/es2018/types/src/generated/types/VisualforceLayoutComponentRepresentation.d.ts +42 -0
  629. package/dist/es/es2018/types/src/generated/types/WireDataRepresentation.d.ts +36 -0
  630. package/dist/es/es2018/types/src/generated/types/WorkStepPicklistValueAttributeRepresentation.d.ts +33 -0
  631. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  632. package/dist/es/es2018/types/src/generated/uiapi/record-collection/resources/postUiApiListRecordsByListViewApiNameAndObjectApiName.d.ts +5 -0
  633. package/dist/es/es2018/types/src/generated/uiapi/record-collection/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
  634. package/dist/es/es2018/types/src/graphql-artifacts/types/AnyType/getMinimumSelections.d.ts +6 -0
  635. package/dist/es/es2018/types/src/graphql-artifacts/types/CompoundField/getFieldType.d.ts +5 -0
  636. package/dist/es/es2018/types/src/graphql-artifacts/types/CompoundField/selectType.d.ts +4 -0
  637. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordAggregate/getFieldType.d.ts +5 -0
  638. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordConnection/getTypeCacheKeys.d.ts +5 -0
  639. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordQuery/getFieldType.d.ts +5 -0
  640. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordQueryAggregate/getFieldType.d.ts +5 -0
  641. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/attachMappedData.d.ts +4 -0
  642. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/convertGraphQLToRaml.d.ts +11 -0
  643. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getFieldData.d.ts +5 -0
  644. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getFieldType.d.ts +5 -0
  645. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getInContextFragmentType.d.ts +3 -0
  646. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getMappedTypeCacheKeys.d.ts +5 -0
  647. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getMinimumSelections.d.ts +4 -0
  648. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/ingestMappedData.d.ts +5 -0
  649. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/isMappedField.d.ts +2 -0
  650. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/selectType.d.ts +5 -0
  651. package/dist/es/es2018/types/src/graphql-artifacts/types/Setup__SetupQuery/getFieldType.d.ts +5 -0
  652. package/dist/es/es2018/types/src/graphql-artifacts/types/Setup__SetupQueryAggregate/getFieldType.d.ts +5 -0
  653. package/dist/es/es2018/types/src/graphql-artifacts/types/shared/RecordFields.d.ts +5 -0
  654. package/dist/es/es2018/types/src/graphql-artifacts/types/shared/getMinimumSelections.d.ts +5 -0
  655. package/dist/es/es2018/types/src/helpers/FieldValueRepresentation/merge.d.ts +3 -0
  656. package/dist/es/es2018/types/src/helpers/FieldValueRepresentation/normalize.d.ts +5 -0
  657. package/dist/es/es2018/types/src/helpers/RecordAvatarBulkRepresentation/merge.d.ts +3 -0
  658. package/dist/es/es2018/types/src/helpers/RecordRepresentation/merge.d.ts +14 -0
  659. package/dist/es/es2018/types/src/helpers/RecordRepresentation/normalize.d.ts +10 -0
  660. package/dist/es/es2018/types/src/helpers/RecordRepresentation/resolveConflict.d.ts +11 -0
  661. package/dist/es/es2018/types/src/helpers/graphql/getDirectiveValue.d.ts +2 -0
  662. package/dist/es/es2018/types/src/helpers/graphql/getFieldNameOverride.d.ts +2 -0
  663. package/dist/es/es2018/types/src/helpers/resources/getRecordFulfill.d.ts +2 -0
  664. package/dist/es/es2018/types/src/instrumentation.d.ts +55 -0
  665. package/dist/es/es2018/types/src/main.d.ts +173 -0
  666. package/dist/es/es2018/types/src/overrides/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
  667. package/dist/es/es2018/types/src/predictive-loading/index.d.ts +1 -0
  668. package/dist/es/es2018/types/src/predictive-loading/registry.d.ts +9 -0
  669. package/dist/es/es2018/types/src/primitives/FieldId/coerce.d.ts +7 -0
  670. package/dist/es/es2018/types/src/primitives/FieldId/index.d.ts +14 -0
  671. package/dist/es/es2018/types/src/primitives/FieldIdArray/coerce.d.ts +9 -0
  672. package/dist/es/es2018/types/src/primitives/FormFactor/coerce.d.ts +2 -0
  673. package/dist/es/es2018/types/src/primitives/FormFactor/index.d.ts +5 -0
  674. package/dist/es/es2018/types/src/primitives/LayoutMode/coerce.d.ts +2 -0
  675. package/dist/es/es2018/types/src/primitives/LayoutMode/index.d.ts +5 -0
  676. package/dist/es/es2018/types/src/primitives/LayoutModeArray/coerce.d.ts +2 -0
  677. package/dist/es/es2018/types/src/primitives/LayoutType/coerce.d.ts +2 -0
  678. package/dist/es/es2018/types/src/primitives/LayoutType/index.d.ts +4 -0
  679. package/dist/es/es2018/types/src/primitives/LayoutTypeArray/coerce.d.ts +2 -0
  680. package/dist/es/es2018/types/src/primitives/ObjectId/coerce.d.ts +6 -0
  681. package/dist/es/es2018/types/src/primitives/ObjectId/index.d.ts +4 -0
  682. package/dist/es/es2018/types/src/primitives/ObjectIdArray/coerce.d.ts +6 -0
  683. package/dist/es/es2018/types/src/primitives/RecordId18/coerce.d.ts +6 -0
  684. package/dist/es/es2018/types/src/primitives/RecordId18Array/coerce.d.ts +6 -0
  685. package/dist/es/es2018/types/src/primitives/SortedObjectIdArray/coerce.d.ts +6 -0
  686. package/dist/es/es2018/types/src/primitives/SortedStringArray/coerce.d.ts +1 -0
  687. package/dist/es/es2018/types/src/primitives/SortedStringArrayAllowEmpty/coerce.d.ts +1 -0
  688. package/dist/es/es2018/types/src/primitives/SortedStringArrayTitleCase/coerce.d.ts +1 -0
  689. package/dist/es/es2018/types/src/query-evaluation/record-representation-query-evaluator.d.ts +19 -0
  690. package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/buildCachedSnapshotCachePolicy.d.ts +4 -0
  691. package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/onFetchResponseSuccess.d.ts +5 -0
  692. package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/utils.d.ts +9 -0
  693. package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/validateAdapterConfig.d.ts +3 -0
  694. package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshot.d.ts +4 -0
  695. package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshotCachePolicy.d.ts +9 -0
  696. package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/buildNetworkSnapshot.d.ts +4 -0
  697. package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserStateConfig.d.ts +2 -0
  698. package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserState_ConfigPropertyNames.d.ts +2 -0
  699. package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/validateAdapterConfig.d.ts +3 -0
  700. package/dist/es/es2018/types/src/raml-artifacts/adapters/getListRecordsByName/buildNetworkSnapshot.d.ts +4 -0
  701. package/dist/es/es2018/types/src/raml-artifacts/adapters/getListRecordsByName/onFetchResponseSuccess.d.ts +6 -0
  702. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshot.d.ts +4 -0
  703. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshotCachePolicy.d.ts +4 -0
  704. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshot.d.ts +9 -0
  705. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshotCachePolicy.d.ts +4 -0
  706. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/utils.d.ts +13 -0
  707. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/GetRecordsConfig.d.ts +15 -0
  708. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/adapterFragment.d.ts +3 -0
  709. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/createChildResourceParams.d.ts +3 -0
  710. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/createResourceParams.d.ts +3 -0
  711. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/getRecords_ConfigPropertyNames.d.ts +2 -0
  712. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/onFetchResponseSuccess.d.ts +5 -0
  713. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/typeCheckConfig.d.ts +5 -0
  714. package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/validateAdapterConfig.d.ts +6 -0
  715. package/dist/es/es2018/types/src/raml-artifacts/adapters/updateRelatedListInfo/typeCheckConfig.d.ts +3 -0
  716. package/dist/es/es2018/types/src/raml-artifacts/getPicklistValues/index.d.ts +17 -0
  717. package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiListInfoByListViewApiNameAndObjectApiName/keyBuilder.d.ts +3 -0
  718. package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordAvatarsBatchByRecordIds/ingestSuccess.d.ts +12 -0
  719. package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordDefaultsTemplateCloneByRecordId/select.d.ts +2 -0
  720. package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/ingestSuccessChildResourceParams.d.ts +17 -0
  721. package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/selectChildResourceParams.d.ts +4 -0
  722. package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordsByRecordId/createResourceRequest.d.ts +2 -0
  723. package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames/createChildResourceParams.d.ts +3 -0
  724. package/dist/es/es2018/types/src/raml-artifacts/resources/postGraphql/createResourceRequest.d.ts +5 -0
  725. package/dist/es/es2018/types/src/raml-artifacts/resources/postUiApiListRecordsByListViewApiNameAndObjectApiName/keyBuilder.d.ts +4 -0
  726. package/dist/es/es2018/types/src/raml-artifacts/types/FieldValueRepresentation/ingest.d.ts +4 -0
  727. package/dist/es/es2018/types/src/raml-artifacts/types/ListInfoRepresentation/keyBuilderFromType.d.ts +2 -0
  728. package/dist/es/es2018/types/src/raml-artifacts/types/ListInfoRepresentation/notifyUpdateAvailableFactory.d.ts +3 -0
  729. package/dist/es/es2018/types/src/raml-artifacts/types/ListRecordCollectionRepresentation/keyBuilderFromType.d.ts +2 -0
  730. package/dist/es/es2018/types/src/raml-artifacts/types/PicklistValuesRepresentation/keyBuilderFromType.d.ts +2 -0
  731. package/dist/es/es2018/types/src/raml-artifacts/types/QuickActionDefaultsRepresentation/dynamicIngest.d.ts +2 -0
  732. package/dist/es/es2018/types/src/raml-artifacts/types/RecordAvatarBulkMapRepresentation/ingest.d.ts +2 -0
  733. package/dist/es/es2018/types/src/raml-artifacts/types/RecordRepresentation/getTypeCacheKeys.d.ts +2 -0
  734. package/dist/es/es2018/types/src/raml-artifacts/types/RecordRepresentation/ingest.d.ts +4 -0
  735. package/dist/es/es2018/types/src/raml-artifacts/types/RecordRepresentation/keyBuilderFromType.d.ts +2 -0
  736. package/dist/es/es2018/types/src/selectors/record.d.ts +15 -0
  737. package/dist/es/es2018/types/src/sfdc-util/throttle.d.ts +15 -0
  738. package/dist/es/es2018/types/src/sfdc_graphql.d.ts +11 -0
  739. package/dist/es/es2018/types/src/sfdc_graphqlAdapters.d.ts +11 -0
  740. package/dist/es/es2018/types/src/sfdc_rest.d.ts +31 -0
  741. package/dist/es/es2018/types/src/storewatch.d.ts +7 -0
  742. package/dist/es/es2018/types/src/test-utils.d.ts +7 -0
  743. package/dist/es/es2018/types/src/uiapi-static-functions.d.ts +7 -0
  744. package/dist/es/es2018/types/src/util/cache-policy.d.ts +10 -0
  745. package/dist/es/es2018/types/src/util/fields.d.ts +31 -0
  746. package/dist/es/es2018/types/src/util/language.d.ts +42 -0
  747. package/dist/es/es2018/types/src/util/layout.d.ts +4 -0
  748. package/dist/es/es2018/types/src/util/layouts.d.ts +8 -0
  749. package/dist/es/es2018/types/src/util/lists.d.ts +88 -0
  750. package/dist/es/es2018/types/src/util/pagination.d.ts +26 -0
  751. package/dist/es/es2018/types/src/util/promise.d.ts +1 -0
  752. package/dist/es/es2018/types/src/util/record-ingest.d.ts +5 -0
  753. package/dist/es/es2018/types/src/util/record-ui.d.ts +4 -0
  754. package/dist/es/es2018/types/src/util/records.d.ts +120 -0
  755. package/dist/es/es2018/types/src/util/snapshot.d.ts +5 -0
  756. package/dist/es/es2018/types/src/util/store-utils.d.ts +9 -0
  757. package/dist/es/es2018/types/src/util/supported-entities.d.ts +18 -0
  758. package/dist/es/es2018/types/src/validation/utils.d.ts +29 -0
  759. package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/AdapterConfig.d.ts +5 -0
  760. package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/ResourceRequestConfig.d.ts +4 -0
  761. package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/buildNetworkSnapshot.d.ts +8 -0
  762. package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/configurationTypes.d.ts +4 -0
  763. package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/index.d.ts +4 -0
  764. package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/validateAdapterConfig.d.ts +5 -0
  765. package/dist/es/es2018/types/src/wire/createContentVersion/AdapterConfig.d.ts +5 -0
  766. package/dist/es/es2018/types/src/wire/createContentVersion/ResourceRequestConfig.d.ts +7 -0
  767. package/dist/es/es2018/types/src/wire/createContentVersion/buildNetworkSnapshot.d.ts +9 -0
  768. package/dist/es/es2018/types/src/wire/createContentVersion/configurationTypes.d.ts +5 -0
  769. package/dist/es/es2018/types/src/wire/createContentVersion/index.d.ts +4 -0
  770. package/dist/es/es2018/types/src/wire/createContentVersion/validateAdapterConfig.d.ts +5 -0
  771. package/dist/es/es2018/types/src/wire/createRecord/configurationTypes.d.ts +4 -0
  772. package/dist/es/es2018/types/src/wire/createRecord/index.d.ts +5 -0
  773. package/dist/es/es2018/types/src/wire/deleteRecord/configurationTypes.d.ts +3 -0
  774. package/dist/es/es2018/types/src/wire/deleteRecord/index.d.ts +2 -0
  775. package/dist/es/es2018/types/src/wire/executeBatchRecordOperations/index.d.ts +17 -0
  776. package/dist/es/es2018/types/src/wire/executeBatchRecordOperations/postUiApiRecordsBatch.d.ts +43 -0
  777. package/dist/es/es2018/types/src/wire/getListInfosByName/createChildResourceParams.d.ts +4 -0
  778. package/dist/es/es2018/types/src/wire/getListRecordsByName/index.d.ts +4 -0
  779. package/dist/es/es2018/types/src/wire/getListUi/index.d.ts +12 -0
  780. package/dist/es/es2018/types/src/wire/getLookupRecords/index.d.ts +24 -0
  781. package/dist/es/es2018/types/src/wire/getMruListUi/index.d.ts +7 -0
  782. package/dist/es/es2018/types/src/wire/getRecord/GetRecordFields.d.ts +14 -0
  783. package/dist/es/es2018/types/src/wire/getRecord/GetRecordLayoutType.d.ts +18 -0
  784. package/dist/es/es2018/types/src/wire/getRecord/index.d.ts +5 -0
  785. package/dist/es/es2018/types/src/wire/getRecordCreateDefaults/index.d.ts +8 -0
  786. package/dist/es/es2018/types/src/wire/getRecordTemplateClone/index.d.ts +4 -0
  787. package/dist/es/es2018/types/src/wire/getRecordTemplateCreate/index.d.ts +4 -0
  788. package/dist/es/es2018/types/src/wire/getRecordUi/index.d.ts +14 -0
  789. package/dist/es/es2018/types/src/wire/getRecordUi/selectors.d.ts +10 -0
  790. package/dist/es/es2018/types/src/wire/getRecords/GetRecordsFields.d.ts +4 -0
  791. package/dist/es/es2018/types/src/wire/getRelatedListRecordsBatch/createChildResourceParams.d.ts +4 -0
  792. package/dist/es/es2018/types/src/wire/getRelatedListsActions/createChildResourceParams.d.ts +4 -0
  793. package/dist/es/es2018/types/src/wire/graphql/configurationTypes.d.ts +4 -0
  794. package/dist/es/es2018/types/src/wire/graphql/index.d.ts +4 -0
  795. package/dist/es/es2018/types/src/wire/graphql/validateAdapterConfig.d.ts +3 -0
  796. package/dist/es/es2018/types/src/wire/graphqlBatch/configurationTypes.d.ts +4 -0
  797. package/dist/es/es2018/types/src/wire/graphqlBatch/index.d.ts +26 -0
  798. package/dist/es/es2018/types/src/wire/graphqlBatch/postGraphqlBatch.d.ts +43 -0
  799. package/dist/es/es2018/types/src/wire/performQuickAction/configurationTypes.d.ts +4 -0
  800. package/dist/es/es2018/types/src/wire/performQuickAction/index.d.ts +3 -0
  801. package/dist/es/es2018/types/src/wire/performUpdateRecordQuickAction/configurationTypes.d.ts +4 -0
  802. package/dist/es/es2018/types/src/wire/performUpdateRecordQuickAction/index.d.ts +3 -0
  803. package/dist/es/es2018/types/src/wire/updateLayoutUserState/index.d.ts +5 -0
  804. package/dist/es/es2018/types/src/wire/updateRecord/configurationTypes.d.ts +4 -0
  805. package/dist/es/es2018/types/src/wire/updateRecord/index.d.ts +8 -0
  806. package/dist/es/es2018/types/src/wire/updateRecordAvatar/index.d.ts +3 -0
  807. package/dist/es/es2018/uiapi-records-service.js +64219 -0
  808. package/dist/komaci-mapping.json +384 -0
  809. package/package.json +134 -0
  810. package/sfdc/graphqlAdapters.d.ts +1 -0
  811. package/sfdc/graphqlAdapters.js +26261 -0
  812. package/sfdc/index.d.ts +1 -0
  813. package/sfdc/index.js +39033 -0
  814. package/sfdc/uiapi-static-functions.js +559 -0
  815. package/src/raml/api.raml +8729 -0
  816. package/src/raml/luvio.raml +2018 -0
  817. package/src/raml/uiapi.graphql +1933 -0
@@ -0,0 +1,104 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { NavItemRepresentation as NavItemRepresentation_NavItemRepresentation } from './NavItemRepresentation';
3
+ export declare const TTL = 300000;
4
+ export declare const VERSION = "0cd492fdd6c713c206ef53dc02175f71";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
8
+ appId: string | null;
9
+ }
10
+ export type AppRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialAppRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): AppRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AppRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AppRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: AppRepresentation, existing: AppRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppRepresentationNormalized;
17
+ export interface DynamicIngestParams {
18
+ navItems: $64$luvio_engine_ResourceIngest;
19
+ userNavItems: $64$luvio_engine_ResourceIngest;
20
+ }
21
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: AppRepresentation, existing: AppRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => AppRepresentationNormalized;
22
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
23
+ export interface DynamicSelectParams {
24
+ navItems?: $64$luvio_engine_LinkSelection;
25
+ userNavItems?: $64$luvio_engine_LinkSelection;
26
+ }
27
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
28
+ export declare function equals(existing: AppRepresentationNormalized, incoming: AppRepresentationNormalized): boolean;
29
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
30
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
31
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
32
+ /**
33
+ * Metadata for an app
34
+ *
35
+ * Keys:
36
+ * appId (string | null): appId
37
+ */
38
+ export interface AppRepresentationNormalized {
39
+ /** Reference to App Definition */
40
+ appId: string | null;
41
+ /** Description for the app */
42
+ description: string | null;
43
+ /** Unique developer name of the app */
44
+ developerName: string;
45
+ /** ETag like field, readOnly, handy while caching. */
46
+ eTag: string;
47
+ /** Device form factors in which this app is supported */
48
+ formFactors: Array<string>;
49
+ /** Primary color selected by admin for this app. Ex: #0070D2 */
50
+ headerColor: string | null;
51
+ /** Icon URL of the App */
52
+ iconUrl: string | null;
53
+ /** Nav automatically create temporary tabs setting */
54
+ isNavAutoTempTabsDisabled: boolean;
55
+ /** Nav personalization setting */
56
+ isNavPersonalizationDisabled: boolean;
57
+ /** Indicates if the Lightning Console App should persist a user's workspace tabs */
58
+ isNavTabPersistenceDisabled: boolean;
59
+ /** Indicates if the Lightning App should contain the Omni-Channel pinned view */
60
+ isOmniPinnedViewEnabled: boolean;
61
+ /** Label of the app */
62
+ label: string;
63
+ /** URL of the logo uploaded by Admin for this app */
64
+ logoUrl: string;
65
+ /** Mobile specific launch url for this app */
66
+ mobileStartUrl: string | null;
67
+ /** tabs/nav items for the app */
68
+ navItems: Array<$64$luvio_engine_StoreLink>;
69
+ /** Flag to specify if this app is the default app for the user */
70
+ selected: boolean;
71
+ /** Launch URL for this app */
72
+ startUrl: string;
73
+ /** Type of the app - Classic/Lightning/Community/Connected */
74
+ type: string;
75
+ /** User's nav items for the app, if applicable and requested. */
76
+ userNavItems: Array<$64$luvio_engine_StoreLink>;
77
+ }
78
+ /**
79
+ * Metadata for an app
80
+ *
81
+ * Keys:
82
+ * appId (string | null): appId
83
+ */
84
+ export interface AppRepresentation {
85
+ appId: string | null;
86
+ description: string | null;
87
+ developerName: string;
88
+ eTag: string;
89
+ formFactors: Array<string>;
90
+ headerColor: string | null;
91
+ iconUrl: string | null;
92
+ isNavAutoTempTabsDisabled: boolean;
93
+ isNavPersonalizationDisabled: boolean;
94
+ isNavTabPersistenceDisabled: boolean;
95
+ isOmniPinnedViewEnabled: boolean;
96
+ label: string;
97
+ logoUrl: string;
98
+ mobileStartUrl: string | null;
99
+ navItems: Array<NavItemRepresentation_NavItemRepresentation>;
100
+ selected: boolean;
101
+ startUrl: string;
102
+ type: string;
103
+ userNavItems: Array<NavItemRepresentation_NavItemRepresentation>;
104
+ }
@@ -0,0 +1,37 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "e9718ddbcfd32e221236fd8fa53883c2";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AppliedSearchFilterOutputRepresentation, existing: AppliedSearchFilterOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppliedSearchFilterOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AppliedSearchFilterOutputRepresentationNormalized, incoming: AppliedSearchFilterOutputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppliedSearchFilterOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Applied filter output response.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AppliedSearchFilterOutputRepresentationNormalized {
17
+ /** Field path where we should apply the filter */
18
+ fieldPath: string;
19
+ /** Label for the applied filter */
20
+ label: string;
21
+ /** Operator for the filter */
22
+ operator: string;
23
+ /** Values applied for the filter */
24
+ values: Array<string>;
25
+ }
26
+ /**
27
+ * Applied filter output response.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface AppliedSearchFilterOutputRepresentation {
33
+ fieldPath: string;
34
+ label: string;
35
+ operator: string;
36
+ values: Array<string>;
37
+ }
@@ -0,0 +1,42 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ import { AppRepresentation as AppRepresentation_AppRepresentation } from './AppRepresentation';
3
+ export declare const TTL = 300000;
4
+ export declare const VERSION = "a254babf0b6414315db7808a157fd9fc";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: AppsRepresentation, existing: AppsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppsRepresentationNormalized;
8
+ export interface DynamicIngestParams {
9
+ apps: $64$luvio_engine_ResourceIngest;
10
+ }
11
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: AppsRepresentation, existing: AppsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => AppsRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export interface DynamicSelectParams {
14
+ apps?: $64$luvio_engine_LinkSelection;
15
+ }
16
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: AppsRepresentationNormalized, incoming: AppsRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
21
+ /**
22
+ * A list of apps accessible for current user.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface AppsRepresentationNormalized {
28
+ /** apps list */
29
+ apps: Array<$64$luvio_engine_StoreLink>;
30
+ /** ETag like field, readOnly, handy while caching. */
31
+ eTag: string;
32
+ }
33
+ /**
34
+ * A list of apps accessible for current user.
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface AppsRepresentation {
40
+ apps: Array<AppRepresentation_AppRepresentation>;
41
+ eTag: string;
42
+ }
@@ -0,0 +1,40 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "e6e85e002008cb24b5aedacd909c507c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AvatarAssociationInputRepresentation, existing: AvatarAssociationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AvatarAssociationInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AvatarAssociationInputRepresentationNormalized, incoming: AvatarAssociationInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AvatarAssociationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Description of a Avatar Association input.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AvatarAssociationInputRepresentationNormalized {
17
+ /** Association action type */
18
+ actionType: string;
19
+ /** The BlueMaster Id */
20
+ blueMasterId?: string;
21
+ /** The External Id */
22
+ externalId?: string;
23
+ /** The Photo url. */
24
+ photoUrl?: string;
25
+ /** The Profile Name */
26
+ profileName?: string;
27
+ }
28
+ /**
29
+ * Description of a Avatar Association input.
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface AvatarAssociationInputRepresentation {
35
+ actionType: string;
36
+ blueMasterId?: string;
37
+ externalId?: string;
38
+ photoUrl?: string;
39
+ profileName?: string;
40
+ }
@@ -0,0 +1,32 @@
1
+ import { BatchOperationInputRepresentation as BatchOperationInputRepresentation_BatchOperationInputRepresentation } from './BatchOperationInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "d988c61e77c163f6d6c7a5bf6598ef27";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: BatchInputRepresentation, existing: BatchInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BatchInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: BatchInputRepresentationNormalized, incoming: BatchInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: BatchInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Batch Operations on Records.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface BatchInputRepresentationNormalized {
18
+ /** Set allOrNone param */
19
+ allOrNone: boolean;
20
+ /** Set operations */
21
+ operations: Array<BatchOperationInputRepresentation_BatchOperationInputRepresentation>;
22
+ }
23
+ /**
24
+ * Batch Operations on Records.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface BatchInputRepresentation {
30
+ allOrNone: boolean;
31
+ operations: Array<BatchOperationInputRepresentation_BatchOperationInputRepresentation>;
32
+ }
@@ -0,0 +1,32 @@
1
+ import { RecordInputRepresentation as RecordInputRepresentation_RecordInputRepresentation } from './RecordInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "07421ba238ba58a3c116de475fecd625";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: BatchOperationInputRepresentation, existing: BatchOperationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BatchOperationInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: BatchOperationInputRepresentationNormalized, incoming: BatchOperationInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: BatchOperationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Batch operation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface BatchOperationInputRepresentationNormalized {
18
+ /** Set records param */
19
+ records: Array<RecordInputRepresentation_RecordInputRepresentation>;
20
+ /** Set records param */
21
+ type: string;
22
+ }
23
+ /**
24
+ * Batch operation.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface BatchOperationInputRepresentation {
30
+ records: Array<RecordInputRepresentation_RecordInputRepresentation>;
31
+ type: string;
32
+ }
@@ -0,0 +1,38 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ import { SimpleRelatedListCountBatchRepresentation as SimpleRelatedListCountBatchRepresentation_SimpleRelatedListCountBatchRepresentation } from './SimpleRelatedListCountBatchRepresentation';
3
+ export declare const VERSION = "f5f2567c1cece2abf5aac9578c112eb5";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: BatchRelatedListCountRepresentation, existing: BatchRelatedListCountRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BatchRelatedListCountRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ results: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: BatchRelatedListCountRepresentation, existing: BatchRelatedListCountRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => BatchRelatedListCountRepresentationNormalized;
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: BatchRelatedListCountRepresentationNormalized, incoming: BatchRelatedListCountRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: BatchRelatedListCountRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * BatchRelatedListCountRepresentation
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface BatchRelatedListCountRepresentationNormalized {
27
+ /** Collection of batch result items. One for each request input. */
28
+ results: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * BatchRelatedListCountRepresentation
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface BatchRelatedListCountRepresentation {
37
+ results: Array<SimpleRelatedListCountBatchRepresentation_SimpleRelatedListCountBatchRepresentation>;
38
+ }
@@ -0,0 +1,38 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ import { BatchResultRepresentation as BatchResultRepresentation_BatchResultRepresentation } from './BatchResultRepresentation';
3
+ export declare const VERSION = "5501b932159a364f00498cf8d279e0a4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: BatchRepresentation, existing: BatchRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BatchRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ results: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: BatchRepresentation, existing: BatchRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => BatchRepresentationNormalized;
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: BatchRepresentationNormalized, incoming: BatchRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: BatchRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * added by hand, was intended to be hidden and internal, connect-gen modeling is ignoring that and referencing it in two places above. both appear to be referencing abstract datatypes as the Batch Type, could be it.?
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface BatchRepresentationNormalized {
27
+ /** Collection of batch result items. One for each request input. */
28
+ results: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * added by hand, was intended to be hidden and internal, connect-gen modeling is ignoring that and referencing it in two places above. both appear to be referencing abstract datatypes as the Batch Type, could be it.?
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface BatchRepresentation {
37
+ results: Array<BatchResultRepresentation_BatchResultRepresentation>;
38
+ }
@@ -0,0 +1,45 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ import { RecordRepresentation as RecordRepresentation_RecordRepresentation } from './RecordRepresentation';
3
+ export declare const VERSION = "98cce53b8d13b1883d001bbdaab24383";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: BatchResultRepresentation, existing: BatchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BatchResultRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ result: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: BatchResultRepresentation, existing: BatchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => BatchResultRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ result?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: BatchResultRepresentationNormalized, incoming: BatchResultRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: BatchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * object for each result containing record and status code
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface BatchResultRepresentationNormalized {
27
+ result: $64$luvio_engine_StoreLink;
28
+ statusCode: number;
29
+ }
30
+ interface BatchResultRepresentationUnknown {
31
+ statusCode: 100 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 226 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511;
32
+ result: unknown;
33
+ }
34
+ interface BatchResultRepresentationRecordRepresentation {
35
+ statusCode: 200;
36
+ result: RecordRepresentation_RecordRepresentation;
37
+ }
38
+ /**
39
+ * object for each result containing record and status code
40
+ *
41
+ * Keys:
42
+ * (none)
43
+ */
44
+ export type BatchResultRepresentation = BatchResultRepresentationUnknown | BatchResultRepresentationRecordRepresentation;
45
+ export {};
@@ -0,0 +1,42 @@
1
+ import { AbstractRecordLayoutComponentRepresentation as AbstractRecordLayoutComponentRepresentation_AbstractRecordLayoutComponentRepresentation } from './AbstractRecordLayoutComponentRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "6b894cb0517033fffef72088f730d863";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CanvasLayoutComponentRepresentation, existing: CanvasLayoutComponentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CanvasLayoutComponentRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: CanvasLayoutComponentRepresentationNormalized, incoming: CanvasLayoutComponentRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CanvasLayoutComponentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Canvas record layout component.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CanvasLayoutComponentRepresentationNormalized extends AbstractRecordLayoutComponentRepresentation_AbstractRecordLayoutComponentRepresentation {
18
+ /** Display location */
19
+ displayLocation: string;
20
+ /** Height */
21
+ height: string;
22
+ /** Reference ID */
23
+ referenceId: string;
24
+ /** Show scroll */
25
+ showScroll: boolean;
26
+ /** Width */
27
+ width: string;
28
+ }
29
+ /**
30
+ * Canvas record layout component.
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface CanvasLayoutComponentRepresentation extends AbstractRecordLayoutComponentRepresentation_AbstractRecordLayoutComponentRepresentation {
36
+ displayLocation: string;
37
+ height: string;
38
+ referenceId: string;
39
+ showScroll: boolean;
40
+ width: string;
41
+ componentType: 'Canvas';
42
+ }
@@ -0,0 +1,30 @@
1
+ import { AbstractPicklistValueAttributesRepresentation as AbstractPicklistValueAttributesRepresentation_AbstractPicklistValueAttributesRepresentation } from './AbstractPicklistValueAttributesRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "4818ec07c499784571c1012ead048c88";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CaseStatusPicklistValueAttributesRepresentation, existing: CaseStatusPicklistValueAttributesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CaseStatusPicklistValueAttributesRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: CaseStatusPicklistValueAttributesRepresentationNormalized, incoming: CaseStatusPicklistValueAttributesRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CaseStatusPicklistValueAttributesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Additional picklist value attributes for case statuses.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CaseStatusPicklistValueAttributesRepresentationNormalized extends AbstractPicklistValueAttributesRepresentation_AbstractPicklistValueAttributesRepresentation {
18
+ /** True if this status is a closed status, otherwise false. For more info, see the doc for the CaseStatus standard object. */
19
+ closed: boolean;
20
+ }
21
+ /**
22
+ * Additional picklist value attributes for case statuses.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface CaseStatusPicklistValueAttributesRepresentation extends AbstractPicklistValueAttributesRepresentation_AbstractPicklistValueAttributesRepresentation {
28
+ closed: boolean;
29
+ picklistAtrributesValueType: 'CaseStatus';
30
+ }
@@ -0,0 +1,40 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "ab058806479cbfb0c26b83ded8117ad8";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ChildRelationshipRepresentation, existing: ChildRelationshipRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ChildRelationshipRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ChildRelationshipRepresentationNormalized, incoming: ChildRelationshipRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ChildRelationshipRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Child Relationship.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ChildRelationshipRepresentationNormalized {
17
+ /** The token of the child Object on which there is a foreign key back to the parent Object. */
18
+ childObjectApiName: string;
19
+ /** The token of the field that has a foreign key back to the parent Object. */
20
+ fieldName: string;
21
+ /** If this relationship uses a junction ID list, this contains a list of potentially polymorphic types to which the IDs in this relationship's junction ID list can resolve. */
22
+ junctionIdListNames: Array<string>;
23
+ /** A list of zero or more query-able junction ID list names this relationship may use. These names can be queried like field. */
24
+ junctionReferenceTo: Array<string>;
25
+ /** The name of the relationship. */
26
+ relationshipName: string;
27
+ }
28
+ /**
29
+ * Child Relationship.
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface ChildRelationshipRepresentation {
35
+ childObjectApiName: string;
36
+ fieldName: string;
37
+ junctionIdListNames: Array<string>;
38
+ junctionReferenceTo: Array<string>;
39
+ relationshipName: string;
40
+ }
@@ -0,0 +1,45 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ import { ActionRepresentation as ActionRepresentation_ActionRepresentation } from './ActionRepresentation';
3
+ export declare const VERSION = "264f2e4140e7ebe308946498a2c381b4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CompositeActionRelatedListsCollectionResultRepresentation, existing: CompositeActionRelatedListsCollectionResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CompositeActionRelatedListsCollectionResultRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ result: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: CompositeActionRelatedListsCollectionResultRepresentation, existing: CompositeActionRelatedListsCollectionResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => CompositeActionRelatedListsCollectionResultRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ result?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: CompositeActionRelatedListsCollectionResultRepresentationNormalized, incoming: CompositeActionRelatedListsCollectionResultRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CompositeActionRelatedListsCollectionResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ *
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface CompositeActionRelatedListsCollectionResultRepresentationNormalized {
27
+ result: $64$luvio_engine_StoreLink;
28
+ statusCode: number;
29
+ }
30
+ interface CompositeActionRelatedListsCollectionResultRepresentationUnknown {
31
+ statusCode: 100 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 226 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511;
32
+ result: unknown;
33
+ }
34
+ interface CompositeActionRelatedListsCollectionResultRepresentationActionRepresentation {
35
+ statusCode: 200;
36
+ result: ActionRepresentation_ActionRepresentation;
37
+ }
38
+ /**
39
+ *
40
+ *
41
+ * Keys:
42
+ * (none)
43
+ */
44
+ export type CompositeActionRelatedListsCollectionResultRepresentation = CompositeActionRelatedListsCollectionResultRepresentationUnknown | CompositeActionRelatedListsCollectionResultRepresentationActionRepresentation;
45
+ export {};
@@ -0,0 +1,45 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ import { RelatedListRecordCollectionRepresentation as RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation } from './RelatedListRecordCollectionRepresentation';
3
+ export declare const VERSION = "f8c453eff2fc60fe7c449ce772d0fa16";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CompositeRelatedListRecordCollectionResultRepresentation, existing: CompositeRelatedListRecordCollectionResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CompositeRelatedListRecordCollectionResultRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ result: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: CompositeRelatedListRecordCollectionResultRepresentation, existing: CompositeRelatedListRecordCollectionResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => CompositeRelatedListRecordCollectionResultRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ result?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: CompositeRelatedListRecordCollectionResultRepresentationNormalized, incoming: CompositeRelatedListRecordCollectionResultRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CompositeRelatedListRecordCollectionResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ *
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface CompositeRelatedListRecordCollectionResultRepresentationNormalized {
27
+ result: $64$luvio_engine_StoreLink;
28
+ statusCode: number;
29
+ }
30
+ interface CompositeRelatedListRecordCollectionResultRepresentationUnknown {
31
+ statusCode: 100 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 226 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511;
32
+ result: unknown;
33
+ }
34
+ interface CompositeRelatedListRecordCollectionResultRepresentationRelatedListRecordCollectionRepresentation {
35
+ statusCode: 200;
36
+ result: RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation;
37
+ }
38
+ /**
39
+ *
40
+ *
41
+ * Keys:
42
+ * (none)
43
+ */
44
+ export type CompositeRelatedListRecordCollectionResultRepresentation = CompositeRelatedListRecordCollectionResultRepresentationUnknown | CompositeRelatedListRecordCollectionResultRepresentationRelatedListRecordCollectionRepresentation;
45
+ export {};