@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,1933 @@
1
+ scalar String
2
+ scalar DateTime
3
+ scalar Currency
4
+ scalar ID
5
+ scalar Boolean
6
+ scalar Longitude
7
+ scalar Float
8
+ scalar MultiPicklist
9
+ scalar Base64
10
+ scalar Url
11
+ scalar PhoneNumber
12
+ scalar Email
13
+ scalar TextArea
14
+ scalar Latitude
15
+ scalar Picklist
16
+ scalar RichTextArea
17
+ scalar EncryptedString
18
+ scalar Double
19
+ scalar Long
20
+ scalar JSON
21
+ scalar Time
22
+ scalar Int
23
+ scalar Percent
24
+ scalar LongTextArea
25
+ scalar IdOrRef
26
+ scalar Date
27
+ type PercentAggregate implements FieldValue {
28
+ value: Percent
29
+ displayValue: String
30
+ avg: DoubleValue
31
+ count: LongValue
32
+ countDistinct: LongValue
33
+ format: String
34
+ max: PercentValue
35
+ min: PercentValue
36
+ sum: PercentValue
37
+ }
38
+
39
+ type StringAggregate implements FieldValue {
40
+ value: String
41
+ displayValue: String
42
+ count: LongValue
43
+ countDistinct: LongValue
44
+ grouping: IntValue
45
+ label: String
46
+ max: StringValue
47
+ min: StringValue
48
+ }
49
+
50
+ type Query {
51
+ uiapi: UIAPI!
52
+ analytics: Analytics__Analytics! @fieldCategory
53
+ setup: Setup__Setup! @fieldCategory
54
+ }
55
+
56
+ input EmailOperators {
57
+ eq: Email
58
+ ne: Email
59
+ like: Email
60
+ lt: Email
61
+ gt: Email
62
+ lte: Email
63
+ gte: Email
64
+ in: [Email]
65
+ nin: [Email]
66
+ }
67
+
68
+ input PolymorphicParentRelationshipRecordOrderBy @generic {
69
+ RecordOrderBy: RecordOrderBy @fieldCategory
70
+ }
71
+
72
+ input DoubleOperators {
73
+ eq: Double
74
+ ne: Double
75
+ lt: Double
76
+ gt: Double
77
+ lte: Double
78
+ gte: Double
79
+ in: [Double]
80
+ nin: [Double]
81
+ }
82
+
83
+ type DateOnlyAggregation {
84
+ value: Date
85
+ format: String
86
+ }
87
+
88
+ type RecordCreatePayload @generic {
89
+ Record: RecordRepresentation
90
+ }
91
+
92
+ type DateAggregate implements FieldValue {
93
+ value: Date
94
+ displayValue: String
95
+ calendarMonth: DateFunctionAggregation
96
+ calendarQuarter: DateFunctionAggregation
97
+ calendarYear: DateFunctionAggregation
98
+ count: LongValue
99
+ countDistinct: LongValue
100
+ dayInMonth: DateFunctionAggregation
101
+ dayInWeek: DateFunctionAggregation
102
+ dayInYear: DateFunctionAggregation
103
+ fiscalMonth: DateFunctionAggregation
104
+ fiscalQuarter: DateFunctionAggregation
105
+ fiscalYear: DateFunctionAggregation
106
+ format: String
107
+ grouping: IntValue
108
+ max: DateValue
109
+ min: DateValue
110
+ weekInMonth: DateFunctionAggregation
111
+ weekInYear: DateFunctionAggregation
112
+ }
113
+
114
+ input PolymorphicParentRelationshipGroupBy @generic {
115
+ RecordGroupBy: RecordGroupBy @fieldCategory
116
+ }
117
+
118
+ enum GroupByFunction {
119
+ DAY_IN_WEEK
120
+ DAY_IN_MONTH
121
+ DAY_IN_YEAR
122
+ WEEK_IN_MONTH
123
+ WEEK_IN_YEAR
124
+ CALENDAR_MONTH
125
+ CALENDAR_QUARTER
126
+ CALENDAR_YEAR
127
+ FISCAL_MONTH
128
+ FISCAL_QUARTER
129
+ FISCAL_YEAR
130
+ DAY_ONLY
131
+ HOUR_IN_DAY
132
+ }
133
+
134
+ type RecordTypeInfo {
135
+ available: Boolean!
136
+ defaultRecordTypeMapping: Boolean!
137
+ master: Boolean!
138
+ name: String
139
+ recordTypeId: ID
140
+ }
141
+
142
+ input UIAPIMutationsInput {
143
+ allOrNone: Boolean = true
144
+ }
145
+
146
+ type BooleanValue implements FieldValue {
147
+ value: Boolean
148
+ displayValue: String
149
+ }
150
+
151
+ type ReferenceToInfo {
152
+ ApiName: String!
153
+ nameFields: [String]!
154
+ objectInfo: ObjectInfo
155
+ }
156
+
157
+ interface FieldValue {
158
+ displayValue: String
159
+ }
160
+
161
+ type LongitudeValue implements FieldValue {
162
+ value: Longitude
163
+ displayValue: String
164
+ }
165
+
166
+ type StringValue implements FieldValue {
167
+ value: String
168
+ displayValue: String
169
+ label: String
170
+ }
171
+
172
+ type IntValue implements FieldValue {
173
+ value: Int
174
+ displayValue: String
175
+ format: String
176
+ }
177
+
178
+ type UrlValue implements FieldValue {
179
+ value: Url
180
+ displayValue: String
181
+ }
182
+
183
+ input IdOperators {
184
+ eq: ID
185
+ ne: ID
186
+ lt: ID
187
+ gt: ID
188
+ lte: ID
189
+ gte: ID
190
+ in: [ID]
191
+ nin: [ID]
192
+ inq: JoinInput
193
+ ninq: JoinInput
194
+ }
195
+
196
+ input Setup__SetupOrderBy @generic {
197
+ orderableField: OrderByClause @fieldCategory
198
+ orderableGeolocationField: OrderByGeolocationClause @fieldCategory
199
+ orderableParentRelationship: Setup__SetupOrderBy @fieldCategory
200
+ orderablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipRecordOrderBy @fieldCategory
201
+ }
202
+
203
+ type LongAggregate implements FieldValue {
204
+ value: Long
205
+ displayValue: String
206
+ avg: DoubleValue
207
+ count: LongValue
208
+ countDistinct: LongValue
209
+ format: String
210
+ grouping: IntValue
211
+ max: LongValue
212
+ min: LongValue
213
+ sum: LongValue
214
+ }
215
+
216
+ type PhoneNumberAggregate implements FieldValue {
217
+ value: PhoneNumber
218
+ displayValue: String
219
+ count: LongValue
220
+ countDistinct: LongValue
221
+ grouping: IntValue
222
+ max: PhoneNumberValue
223
+ min: PhoneNumberValue
224
+ }
225
+
226
+ input TimeOperators {
227
+ eq: Time
228
+ ne: Time
229
+ lt: Time
230
+ gt: Time
231
+ lte: Time
232
+ gte: Time
233
+ in: [Time]
234
+ nin: [Time]
235
+ }
236
+
237
+ type PicklistValue implements FieldValue {
238
+ value: Picklist
239
+ displayValue: String
240
+ label: String
241
+ }
242
+
243
+ type CurrencyAggregate implements FieldValue {
244
+ value: Currency
245
+ displayValue: String
246
+ avg: DoubleValue
247
+ count: LongValue
248
+ countDistinct: LongValue
249
+ format: String
250
+ max: CurrencyValue
251
+ min: CurrencyValue
252
+ sum: CurrencyValue
253
+ }
254
+
255
+ type RelatedListInfo {
256
+ childApiName: String!
257
+ relatedListName: String!
258
+ label: String!
259
+ displayColumns: [ListColumn!]!
260
+ orderedByInfo: [ListOrder!]!
261
+ parentApiName: String!
262
+ fieldApiName: String!
263
+ }
264
+
265
+ input StringOperators {
266
+ eq: String
267
+ ne: String
268
+ like: String
269
+ lt: String
270
+ gt: String
271
+ lte: String
272
+ gte: String
273
+ in: [String]
274
+ nin: [String]
275
+ }
276
+
277
+ type UIAPI {
278
+ query: RecordQuery!
279
+ aggregate: RecordQueryAggregate!
280
+ objectInfos(apiNames: [String], locale: String): [ObjectInfo]
281
+ relatedListByName(parentApiName: String!, relatedListName: String!): RelatedListInfo
282
+ }
283
+
284
+ input MultiPicklistOperators {
285
+ eq: MultiPicklist
286
+ ne: MultiPicklist
287
+ includes: [MultiPicklist]
288
+ excludes: [MultiPicklist]
289
+ }
290
+
291
+ type DateTimeAggregate implements FieldValue {
292
+ value: DateTime
293
+ displayValue: String
294
+ calendarMonth: DateFunctionAggregation
295
+ calendarQuarter: DateFunctionAggregation
296
+ calendarYear: DateFunctionAggregation
297
+ count: LongValue
298
+ countDistinct: LongValue
299
+ dayInMonth: DateFunctionAggregation
300
+ dayInWeek: DateFunctionAggregation
301
+ dayInYear: DateFunctionAggregation
302
+ dayOnly: DateOnlyAggregation
303
+ fiscalMonth: DateFunctionAggregation
304
+ fiscalQuarter: DateFunctionAggregation
305
+ fiscalYear: DateFunctionAggregation
306
+ format: String
307
+ hourInDay: DateFunctionAggregation
308
+ max: DateTimeValue
309
+ min: DateTimeValue
310
+ weekInMonth: DateFunctionAggregation
311
+ weekInYear: DateFunctionAggregation
312
+ }
313
+
314
+ input BooleanOperators {
315
+ eq: Boolean
316
+ ne: Boolean
317
+ }
318
+
319
+ type EmailAggregate implements FieldValue {
320
+ value: Email
321
+ displayValue: String
322
+ count: LongValue
323
+ countDistinct: LongValue
324
+ grouping: IntValue
325
+ max: EmailValue
326
+ min: EmailValue
327
+ }
328
+
329
+ #enum OrderByType {
330
+ #}
331
+
332
+ input GroupByDateFunction {
333
+ function: GroupByFunction
334
+ }
335
+
336
+ type RichTextAreaValue implements FieldValue {
337
+ value: RichTextArea
338
+ displayValue: String
339
+ }
340
+
341
+ type MultiPicklistValue implements FieldValue {
342
+ value: MultiPicklist
343
+ displayValue: String
344
+ label: String
345
+ }
346
+
347
+ type Setup__SetupEdge @generic {
348
+ node: Setup__EntityRepresentation
349
+ cursor: String!
350
+ }
351
+
352
+ input DatePrimitiveOperators {
353
+ eq: Date
354
+ ne: Date
355
+ lt: Date
356
+ gt: Date
357
+ lte: Date
358
+ gte: Date
359
+ in: [Date]
360
+ nin: [Date]
361
+ }
362
+
363
+ type TimeAggregate implements FieldValue {
364
+ value: Time
365
+ displayValue: String
366
+ format: String
367
+ hourInDay: DateFunctionAggregation
368
+ }
369
+
370
+ type __Type {
371
+ kind: __TypeKind!
372
+ name: String
373
+ description: String
374
+ fields(includeDeprecated: Boolean = false): [__Field!]
375
+ interfaces: [__Type!]
376
+ possibleTypes: [__Type!]
377
+ enumValues(includeDeprecated: Boolean = false): [__EnumValue!]
378
+ inputFields: [__InputValue!]
379
+ ofType: __Type
380
+ }
381
+
382
+ type ListColumn {
383
+ fieldApiName: String!
384
+ label: String!
385
+ lookupId: String
386
+ sortable: Boolean
387
+ }
388
+
389
+ type Setup__SetupQuery {
390
+ # scope should be RecordScope, but it is an empty enum
391
+ recordQuery(after: String, first: Int, orderBy: Setup__SetupOrderBy, scope: String @fieldCategory, upperBound: Int, where: Setup__SetupFilter): Setup__SetupConnection @fieldCategory
392
+ }
393
+
394
+ type Setup__SetupQueryAggregate {
395
+ recordQueryAggregate(after: String, first: Int, groupBy: Setup__SetupGroupBy, orderBy: Setup__SetupAggregateOrderBy, scope: String @fieldCategory, upperBound: Int, where: Setup__SetupFilter): Setup__SetupAggregateConnection @fieldCategory
396
+ }
397
+
398
+ type Setup__SetupRecordAggregate @generic {
399
+ ApiName: String!
400
+ BooleanAggregate: BooleanAggregate @fieldCategory
401
+ CurrencyAggregate: CurrencyAggregate @fieldCategory
402
+ DateAggregate: DateAggregate @fieldCategory
403
+ DoubleAggregate: DoubleAggregate @fieldCategory
404
+ EmailAggregate: EmailAggregate @fieldCategory
405
+ IDAggregate: IDAggregate @fieldCategory
406
+ IntAggregate: IntAggregate @fieldCategory
407
+ LatitudeAggregate: LatitudeAggregate @fieldCategory
408
+ LongAggregate: LongAggregate @fieldCategory
409
+ LongitudeAggregate: LongitudeAggregate @fieldCategory
410
+ PercentAggregate: PercentAggregate @fieldCategory
411
+ PhoneNumberAggregate: PhoneNumberAggregate @fieldCategory
412
+ PicklistAggregate: PicklistAggregate @fieldCategory
413
+ StringAggregate: StringAggregate @fieldCategory
414
+ TextAreaAggregate: TextAreaAggregate @fieldCategory
415
+ TimeAggregate: TimeAggregate @fieldCategory
416
+ UrlAggregate: UrlAggregate @fieldCategory
417
+ parentRelationship: Setup__SetupRecordAggregate @fieldCategory
418
+ polymorphicParentRelationship: Setup__SetupPolymorphicAggregateParentRelationship @fieldCategory
419
+ }
420
+
421
+ type Setup__SetupRecordResult @generic {
422
+ aggregate: Setup__SetupRecordAggregate
423
+ }
424
+
425
+ type SObject__Field {
426
+ name: String!
427
+ value: String
428
+ }
429
+
430
+ enum SObject__FieldType {
431
+ ALL
432
+ CUSTOM
433
+ STANDARD
434
+ }
435
+
436
+ type Setup__EntityRepresentation @generic {
437
+ Id: ID!
438
+ ApiName: String!
439
+ IntValue: IntValue @fieldCategory
440
+ StringValue: StringValue @fieldCategory
441
+ BooleanValue: BooleanValue @fieldCategory
442
+ IDValue: IDValue @fieldCategory
443
+ DateTimeValue: DateTimeValue @fieldCategory
444
+ TimeValue: TimeValue @fieldCategory
445
+ DateValue: DateValue @fieldCategory
446
+ TextAreaValue: TextAreaValue @fieldCategory
447
+ LongTextAreaValue: LongTextAreaValue @fieldCategory
448
+ RichTextAreaValue: RichTextAreaValue @fieldCategory
449
+ PhoneNumberValue: PhoneNumberValue @fieldCategory
450
+ EmailValue: EmailValue @fieldCategory
451
+ UrlValue: UrlValue @fieldCategory
452
+ EncryptedStringValue: EncryptedStringValue @fieldCategory
453
+ Entity__fields(type: SObject__FieldType): [SObject__Field]!
454
+ CurrencyValue: CurrencyValue @fieldCategory
455
+ LongitudeValue: LongitudeValue @fieldCategory
456
+ LatitudeValue: LatitudeValue @fieldCategory
457
+ PicklistValue: PicklistValue @fieldCategory
458
+ MultiPicklistValue: MultiPicklistValue @fieldCategory
459
+ LongValue: LongValue @fieldCategory
460
+ DoubleValue: DoubleValue @fieldCategory
461
+ PercentValue: PercentValue @fieldCategory
462
+ Base64Value: Base64Value @fieldCategory
463
+ JSONValue: JSONValue @fieldCategory
464
+ parentRelationship: Setup__EntityRepresentation @fieldCategory
465
+ polymorphicParentRelationship: Setup__SetupPolymorphicParentRelationship @fieldCategory
466
+ childRelationship(first: Int, after: String, where: Setup__SetupFilter, orderBy: Setup__SetupOrderBy, upperBound: Int): Setup__SetupConnection @fieldCategory
467
+ CompoundField: CompoundField @fieldCategory
468
+ AnyType: AnyType @fieldCategory
469
+ }
470
+
471
+ type LatitudeAggregate implements FieldValue {
472
+ value: Latitude
473
+ displayValue: String
474
+ avg: DoubleValue
475
+ count: LongValue
476
+ countDistinct: LongValue
477
+ max: LatitudeValue
478
+ min: LatitudeValue
479
+ sum: DoubleValue
480
+ }
481
+
482
+ input CurrencyOperators {
483
+ eq: Currency
484
+ ne: Currency
485
+ lt: Currency
486
+ gt: Currency
487
+ lte: Currency
488
+ gte: Currency
489
+ in: [Currency]
490
+ nin: [Currency]
491
+ }
492
+
493
+ input DistanceInput {
494
+ latitude: Latitude!
495
+ longitude: Longitude!
496
+ }
497
+
498
+ union PolymorphicAggregateParentRelationship @generic = RecordAggregate
499
+
500
+ union PolymorphicParentRelationship @generic = RecordRepresentation
501
+
502
+ enum AggregateOrderByNumberFunction {
503
+ AVG
504
+ COUNT
505
+ COUNT_DISTINCT
506
+ MAX
507
+ MIN
508
+ SUM
509
+ }
510
+
511
+ type LongTextAreaValue implements FieldValue {
512
+ value: LongTextArea
513
+ displayValue: String
514
+ }
515
+
516
+ type LatitudeValue implements FieldValue {
517
+ value: Latitude
518
+ displayValue: String
519
+ }
520
+
521
+ input OrderByClause {
522
+ order: ResultOrder
523
+ nulls: NullOrder
524
+ }
525
+
526
+ input GroupByClause {
527
+ group: Boolean
528
+ }
529
+
530
+ type RecordAggregateConnection @generic {
531
+ edges: [RecordAggregateEdge]
532
+ pageInfo: PageInfo!
533
+ totalCount: Int!
534
+ }
535
+
536
+ type LongitudeAggregate implements FieldValue {
537
+ value: Longitude
538
+ displayValue: String
539
+ avg: DoubleValue
540
+ count: LongValue
541
+ countDistinct: LongValue
542
+ max: LongitudeValue
543
+ min: LongitudeValue
544
+ sum: DoubleValue
545
+ }
546
+
547
+ type RecordEdge @generic {
548
+ node: RecordRepresentation
549
+ cursor: String!
550
+ }
551
+
552
+ union Setup__SetupPolymorphicParentRelationship @generic = Setup__EntityRepresentation
553
+
554
+ type DateValue implements FieldValue {
555
+ value: Date
556
+ displayValue: String
557
+ format: String
558
+ }
559
+
560
+ input URLOperators {
561
+ eq: Url
562
+ ne: Url
563
+ like: Url
564
+ lt: Url
565
+ gt: Url
566
+ lte: Url
567
+ gte: Url
568
+ in: [Url]
569
+ nin: [Url]
570
+ }
571
+
572
+ input LongOperators {
573
+ eq: Long
574
+ ne: Long
575
+ lt: Long
576
+ gt: Long
577
+ lte: Long
578
+ gte: Long
579
+ in: [Long]
580
+ nin: [Long]
581
+ }
582
+
583
+ enum DataType {
584
+ STRING
585
+ TEXTAREA
586
+ PHONE
587
+ EMAIL
588
+ URL
589
+ ENCRYPTEDSTRING
590
+ BOOLEAN
591
+ CURRENCY
592
+ INT
593
+ LONG
594
+ DOUBLE
595
+ PERCENT
596
+ DATETIME
597
+ TIME
598
+ DATE
599
+ REFERENCE
600
+ PICKLIST
601
+ MULTIPICKLIST
602
+ ADDRESS
603
+ LOCATION
604
+ BASE64
605
+ COMPLEXVALUE
606
+ COMBOBOX
607
+ JSON
608
+ JUNCTIONIDLIST
609
+ ANYTYPE
610
+ }
611
+
612
+ enum NullOrder {
613
+ FIRST
614
+ LAST
615
+ }
616
+
617
+ type PhoneNumberValue implements FieldValue {
618
+ value: PhoneNumber
619
+ displayValue: String
620
+ }
621
+
622
+ # Cannot have empty enum
623
+ # enum RecordScope @generic {
624
+ # }
625
+
626
+ input Setup__SetupFilter @generic {
627
+ and: [Setup__SetupFilter]
628
+ or: [Setup__SetupFilter]
629
+ not: Setup__SetupFilter
630
+ parentRelationshipRecordFilter: Setup__SetupFilter @fieldCategory
631
+ polymorphicParentRelationshipRecordFilter: Setup__SetupPolymorphicParentRelationshipRecordFilter @fieldCategory
632
+ IntegerOperator: IntegerOperators @fieldCategory
633
+ LongOperator: LongOperators @fieldCategory
634
+ StringOperator: StringOperators @fieldCategory
635
+ DoubleOperator: DoubleOperators @fieldCategory
636
+ PercentOperator: PercentOperators @fieldCategory
637
+ LongitudeOperator: LongitudeOperators @fieldCategory
638
+ LatitudeOperator: LatitudeOperators @fieldCategory
639
+ EmailOperator: EmailOperators @fieldCategory
640
+ TextAreaOperator: TextAreaOperators @fieldCategory
641
+ LongTextAreaOperator: LongTextAreaOperators @fieldCategory
642
+ URLOperator: URLOperators @fieldCategory
643
+ PhoneNumberOperator: PhoneNumberOperators @fieldCategory
644
+ BooleanOperator: BooleanOperators @fieldCategory
645
+ Setup__IdOperator: Setup__IdOperators @fieldCategory
646
+ CurrencyOperator: CurrencyOperators @fieldCategory
647
+ TimeOperator: TimeOperators @fieldCategory
648
+ DateOperator: DateOperators @fieldCategory
649
+ DateTimeOperator: DateTimeOperators @fieldCategory
650
+ PicklistOperator: PicklistOperators @fieldCategory
651
+ MultiPicklistOperator: MultiPicklistOperators @fieldCategory
652
+ GeolocationOperator: GeolocationOperators @fieldCategory
653
+ }
654
+
655
+ type DoubleAggregate implements FieldValue {
656
+ value: Double
657
+ displayValue: String
658
+ avg: DoubleValue
659
+ count: LongValue
660
+ countDistinct: LongValue
661
+ format: String
662
+ max: DoubleValue
663
+ min: DoubleValue
664
+ sum: DoubleValue
665
+ }
666
+
667
+ type __Field {
668
+ name: String!
669
+ description: String
670
+ args: [__InputValue!]!
671
+ type: __Type!
672
+ isDeprecated: Boolean!
673
+ deprecationReason: String
674
+ }
675
+
676
+ input DateOperators {
677
+ eq: DateInput
678
+ ne: DateInput
679
+ lt: DateInput
680
+ gt: DateInput
681
+ lte: DateInput
682
+ gte: DateInput
683
+ in: [DateInput]
684
+ nin: [DateInput]
685
+ DAY_IN_WEEK: DateFunctionInput
686
+ DAY_IN_MONTH: DateFunctionInput
687
+ DAY_IN_YEAR: DateFunctionInput
688
+ WEEK_IN_MONTH: DateFunctionInput
689
+ WEEK_IN_YEAR: DateFunctionInput
690
+ CALENDAR_MONTH: DateFunctionInput
691
+ CALENDAR_QUARTER: DateFunctionInput
692
+ CALENDAR_YEAR: DateFunctionInput
693
+ FISCAL_MONTH: DateFunctionInput
694
+ FISCAL_QUARTER: DateFunctionInput
695
+ FISCAL_YEAR: DateFunctionInput
696
+ }
697
+
698
+ input GeolocationInput {
699
+ latitude: Latitude!
700
+ longitude: Longitude!
701
+ radius: Float!
702
+ unit: Unit!
703
+ }
704
+
705
+ input JoinInput {
706
+ Record: RecordFilter @fieldCategory
707
+ ApiName: String
708
+ }
709
+
710
+ input TextAreaOperators {
711
+ eq: TextArea
712
+ ne: TextArea
713
+ like: TextArea
714
+ lt: TextArea
715
+ gt: TextArea
716
+ lte: TextArea
717
+ gte: TextArea
718
+ in: [TextArea]
719
+ nin: [TextArea]
720
+ }
721
+
722
+ type TextAreaValue implements FieldValue {
723
+ value: TextArea
724
+ displayValue: String
725
+ }
726
+
727
+ type RecordUpdatePayload @generic {
728
+ success: Boolean
729
+ }
730
+
731
+ input PercentOperators {
732
+ eq: Percent
733
+ ne: Percent
734
+ lt: Percent
735
+ gt: Percent
736
+ lte: Percent
737
+ gte: Percent
738
+ in: [Percent]
739
+ nin: [Percent]
740
+ }
741
+
742
+ input Setup__SetupPolymorphicParentRelationshipRecordOrderBy @generic {
743
+ Setup__SetupOrderBy: Setup__SetupOrderBy @fieldCategory
744
+ }
745
+
746
+ type DoubleValue implements FieldValue {
747
+ value: Double
748
+ displayValue: String
749
+ format: String
750
+ }
751
+
752
+ type IDAggregate implements FieldValue {
753
+ value: ID
754
+ displayValue: String
755
+ count: LongValue
756
+ countDistinct: LongValue
757
+ grouping: IntValue
758
+ max: IDValue
759
+ min: IDValue
760
+ }
761
+
762
+ type __InputValue {
763
+ name: String!
764
+ description: String
765
+ type: __Type!
766
+ defaultValue: String
767
+ }
768
+
769
+ type RecordAggregateEdge @generic {
770
+ node: RecordResult
771
+ cursor: String!
772
+ }
773
+
774
+ type __Directive {
775
+ name: String
776
+ description: String
777
+ locations: [__DirectiveLocation!]
778
+ args: [__InputValue!]!
779
+ }
780
+
781
+ input RecordCreateInput @generic {
782
+ record: RecordCreateRepresentation! @fieldCategory
783
+ }
784
+
785
+ type ThemeInfo {
786
+ color: String
787
+ iconUrl: String
788
+ }
789
+
790
+ input AggregateOrderByStringClause {
791
+ function: AggregateOrderByStringFunction
792
+ order: ResultsOrder
793
+ nulls: NullsOrder
794
+ }
795
+
796
+ type RecordDeletePayload {
797
+ Id: ID
798
+ }
799
+
800
+ type UrlAggregate implements FieldValue {
801
+ value: Url
802
+ displayValue: String
803
+ count: LongValue
804
+ countDistinct: LongValue
805
+ grouping: IntValue
806
+ max: UrlValue
807
+ min: UrlValue
808
+ }
809
+
810
+ enum DateLiteral {
811
+ LAST_YEAR
812
+ LAST_WEEK
813
+ THIS_QUARTER
814
+ NEXT_FISCAL_YEAR
815
+ LAST_QUARTER
816
+ TOMORROW
817
+ NEXT_FISCAL_QUARTER
818
+ YESTERDAY
819
+ NEXT_QUARTER
820
+ THIS_FISCAL_QUARTER
821
+ THIS_WEEK
822
+ LAST_MONTH
823
+ LAST_90_DAYS
824
+ NEXT_90_DAYS
825
+ THIS_FISCAL_YEAR
826
+ NEXT_WEEK
827
+ TODAY
828
+ NEXT_YEAR
829
+ NEXT_MONTH
830
+ LAST_FISCAL_QUARTER
831
+ THIS_MONTH
832
+ LAST_FISCAL_YEAR
833
+ THIS_YEAR
834
+ }
835
+
836
+ type __EnumValue {
837
+ name: String!
838
+ description: String
839
+ isDeprecated: Boolean!
840
+ deprecationReason: String
841
+ }
842
+
843
+ type RecordRepresentation implements Record @generic {
844
+ Id: ID!
845
+ ApiName: String!
846
+ WeakEtag: Long!
847
+ DisplayValue: String
848
+ LastModifiedById: IDValue
849
+ LastModifiedDate: DateTimeValue
850
+ SystemModstamp: DateTimeValue
851
+ RecordTypeId(fallback: Boolean): IDValue
852
+ IntValue: IntValue @fieldCategory
853
+ StringValue: StringValue @fieldCategory
854
+ BooleanValue: BooleanValue @fieldCategory
855
+ IDValue: IDValue @fieldCategory
856
+ DateTimeValue: DateTimeValue @fieldCategory
857
+ TimeValue: TimeValue @fieldCategory
858
+ DateValue: DateValue @fieldCategory
859
+ TextAreaValue: TextAreaValue @fieldCategory
860
+ LongTextAreaValue: LongTextAreaValue @fieldCategory
861
+ RichTextAreaValue: RichTextAreaValue @fieldCategory
862
+ PhoneNumberValue: PhoneNumberValue @fieldCategory
863
+ EmailValue: EmailValue @fieldCategory
864
+ UrlValue: UrlValue @fieldCategory
865
+ EncryptedStringValue: EncryptedStringValue @fieldCategory
866
+ CurrencyValue: CurrencyValue @fieldCategory
867
+ LongitudeValue: LongitudeValue @fieldCategory
868
+ LatitudeValue: LatitudeValue @fieldCategory
869
+ PicklistValue: PicklistValue @fieldCategory
870
+ MultiPicklistValue: MultiPicklistValue @fieldCategory
871
+ LongValue: LongValue @fieldCategory
872
+ DoubleValue: DoubleValue @fieldCategory
873
+ PercentValue: PercentValue @fieldCategory
874
+ Base64Value: Base64Value @fieldCategory
875
+ JSONValue: JSONValue @fieldCategory
876
+ parentRelationship: RecordRepresentation @fieldCategory
877
+ polymorphicParentRelationship: PolymorphicParentRelationship @fieldCategory
878
+ childRelationship(first: Int, after: String, where: RecordFilter, orderBy: RecordOrderBy, upperBound: Int): RecordConnection @fieldCategory
879
+ CompoundField: CompoundField @fieldCategory
880
+ AnyType: AnyType @fieldCategory
881
+ }
882
+
883
+ union AnyType = BooleanValue | DateValue | DateTimeValue | DoubleValue | StringValue
884
+
885
+ type IDValue implements FieldValue {
886
+ value: ID
887
+ displayValue: String
888
+ }
889
+
890
+ enum Unit {
891
+ MI
892
+ KM
893
+ }
894
+
895
+ input PolymorphicParentRelationshipOrderBy @generic {
896
+ RecordAggregateOrderBy: RecordAggregateOrderBy @fieldCategory
897
+ }
898
+
899
+ input OrderByGeolocationClause {
900
+ distance: DistanceInput
901
+ order: ResultOrder
902
+ nulls: NullOrder
903
+ }
904
+
905
+ input Setup__IdOperators {
906
+ eq: ID
907
+ ne: ID
908
+ lt: ID
909
+ gt: ID
910
+ lte: ID
911
+ gte: ID
912
+ in: [ID]
913
+ nin: [ID]
914
+ inq: Setup__JoinInput
915
+ ninq: Setup__JoinInput
916
+ }
917
+
918
+ enum NullsOrder {
919
+ FIRST
920
+ LAST
921
+ }
922
+
923
+ type TextAreaAggregate implements FieldValue {
924
+ value: TextArea
925
+ displayValue: String
926
+ count: LongValue
927
+ countDistinct: LongValue
928
+ grouping: IntValue
929
+ max: TextAreaValue
930
+ min: TextAreaValue
931
+ }
932
+
933
+ enum GroupByType {
934
+ GROUP_BY
935
+ ROLLUP
936
+ CUBE
937
+ }
938
+
939
+ enum ResultOrder {
940
+ ASC
941
+ DESC
942
+ }
943
+
944
+ input RecordOrderBy @generic {
945
+ orderableField: OrderByClause @fieldCategory
946
+ orderableGeolocationField: OrderByGeolocationClause @fieldCategory
947
+ orderableParentRelationship: RecordOrderBy @fieldCategory
948
+ orderablePolymorphicParentRelationship: PolymorphicParentRelationshipRecordOrderBy @fieldCategory
949
+ }
950
+
951
+ input Setup__JoinInput {
952
+ Record: Setup__SetupFilter @fieldCategory
953
+ ApiName: String
954
+ }
955
+
956
+ input PicklistOperators {
957
+ eq: Picklist
958
+ ne: Picklist
959
+ in: [Picklist]
960
+ nin: [Picklist]
961
+ like: Picklist
962
+ lt: Picklist
963
+ gt: Picklist
964
+ lte: Picklist
965
+ gte: Picklist
966
+ }
967
+
968
+ enum ResultsOrder {
969
+ ASC
970
+ DESC
971
+ }
972
+
973
+ input RecordFilter @generic {
974
+ and: [RecordFilter]
975
+ or: [RecordFilter]
976
+ not: RecordFilter
977
+ parentRelationshipRecordFilter: RecordFilter @fieldCategory
978
+ polymorphicParentRelationshipRecordFilter: PolymorphicParentRelationshipRecordFilter @fieldCategory
979
+ IntegerOperator: IntegerOperators @fieldCategory
980
+ LongOperator: LongOperators @fieldCategory
981
+ StringOperator: StringOperators @fieldCategory
982
+ DoubleOperator: DoubleOperators @fieldCategory
983
+ PercentOperator: PercentOperators @fieldCategory
984
+ LongitudeOperator: LongitudeOperators @fieldCategory
985
+ LatitudeOperator: LatitudeOperators @fieldCategory
986
+ EmailOperator: EmailOperators @fieldCategory
987
+ TextAreaOperator: TextAreaOperators @fieldCategory
988
+ LongTextAreaOperator: LongTextAreaOperators @fieldCategory
989
+ URLOperator: URLOperators @fieldCategory
990
+ PhoneNumberOperator: PhoneNumberOperators @fieldCategory
991
+ BooleanOperator: BooleanOperators @fieldCategory
992
+ IdOperator: IdOperators @fieldCategory
993
+ CurrencyOperator: CurrencyOperators @fieldCategory
994
+ TimeOperator: TimeOperators @fieldCategory
995
+ DateOperator: DateOperators @fieldCategory
996
+ DateTimeOperator: DateTimeOperators @fieldCategory
997
+ PicklistOperator: PicklistOperators @fieldCategory
998
+ MultiPicklistOperator: MultiPicklistOperators @fieldCategory
999
+ GeolocationOperator: GeolocationOperators @fieldCategory
1000
+ }
1001
+
1002
+ type TimeValue implements FieldValue {
1003
+ value: Time
1004
+ displayValue: String
1005
+ format: String
1006
+ }
1007
+
1008
+ input GeolocationOperators {
1009
+ lt: GeolocationInput
1010
+ gt: GeolocationInput
1011
+ }
1012
+
1013
+ type PicklistAggregate implements FieldValue {
1014
+ value: Picklist
1015
+ displayValue: String
1016
+ count: LongValue
1017
+ countDistinct: LongValue
1018
+ grouping: IntValue
1019
+ label: String
1020
+ max: PicklistValue
1021
+ min: PicklistValue
1022
+ }
1023
+
1024
+ input LatitudeOperators {
1025
+ eq: Latitude
1026
+ ne: Latitude
1027
+ lt: Latitude
1028
+ gt: Latitude
1029
+ lte: Latitude
1030
+ gte: Latitude
1031
+ in: [Latitude]
1032
+ nin: [Latitude]
1033
+ }
1034
+
1035
+ input RecordUpdateRepresentation @generic {
1036
+ Int: Int @fieldCategory
1037
+ String: String @fieldCategory
1038
+ Boolean: Boolean @fieldCategory
1039
+ ID: IdOrRef @fieldCategory
1040
+ DateTime: DateTime @fieldCategory
1041
+ Time: Time @fieldCategory
1042
+ Date: Date @fieldCategory
1043
+ TextArea: TextArea @fieldCategory
1044
+ LongTextArea: LongTextArea @fieldCategory
1045
+ RichTextArea: RichTextArea @fieldCategory
1046
+ PhoneNumber: PhoneNumber @fieldCategory
1047
+ Email: Email @fieldCategory
1048
+ Url: Url @fieldCategory
1049
+ EncryptedString: EncryptedString @fieldCategory
1050
+ Currency: Currency @fieldCategory
1051
+ Longitude: Longitude @fieldCategory
1052
+ Latitude: Latitude @fieldCategory
1053
+ Picklist: Picklist @fieldCategory
1054
+ MultiPicklist: MultiPicklist @fieldCategory
1055
+ Long: Long @fieldCategory
1056
+ Double: Double @fieldCategory
1057
+ Percent: Percent @fieldCategory
1058
+ Base64: Base64 @fieldCategory
1059
+ JSON: JSON @fieldCategory
1060
+ }
1061
+
1062
+ type DateTimeValue implements FieldValue {
1063
+ value: DateTime
1064
+ displayValue: String
1065
+ format: String
1066
+ }
1067
+
1068
+ input RecordDeleteInput {
1069
+ Id: IdOrRef!
1070
+ }
1071
+
1072
+ enum __DirectiveLocation {
1073
+ QUERY
1074
+ MUTATION
1075
+ FIELD
1076
+ FRAGMENT_DEFINITION
1077
+ FRAGMENT_SPREAD
1078
+ INLINE_FRAGMENT
1079
+ SCHEMA
1080
+ SCALAR
1081
+ OBJECT
1082
+ FIELD_DEFINITION
1083
+ ARGUMENT_DEFINITION
1084
+ INTERFACE
1085
+ UNION
1086
+ ENUM
1087
+ ENUM_VALUE
1088
+ INPUT_OBJECT
1089
+ INPUT_FIELD_DEFINITION
1090
+ }
1091
+
1092
+ type IntAggregate implements FieldValue {
1093
+ value: Int
1094
+ displayValue: String
1095
+ avg: DoubleValue
1096
+ count: LongValue
1097
+ countDistinct: LongValue
1098
+ format: String
1099
+ grouping: IntValue
1100
+ max: IntValue
1101
+ min: IntValue
1102
+ sum: LongValue
1103
+ }
1104
+
1105
+ type ListOrder {
1106
+ fieldApiName: String!
1107
+ sortDirection: ResultOrder
1108
+ }
1109
+
1110
+ type RecordAggregate @generic {
1111
+ ApiName: String!
1112
+ BooleanAggregate: BooleanAggregate @fieldCategory
1113
+ CurrencyAggregate: CurrencyAggregate @fieldCategory
1114
+ DateAggregate: DateAggregate @fieldCategory
1115
+ DoubleAggregate: DoubleAggregate @fieldCategory
1116
+ EmailAggregate: EmailAggregate @fieldCategory
1117
+ IDAggregate: IDAggregate @fieldCategory
1118
+ IntAggregate: IntAggregate @fieldCategory
1119
+ LatitudeAggregate: LatitudeAggregate @fieldCategory
1120
+ LongitudeAggregate: LongitudeAggregate @fieldCategory
1121
+ LongAggregate: LongAggregate @fieldCategory
1122
+ PercentAggregate: PercentAggregate @fieldCategory
1123
+ PhoneNumberAggregate: PhoneNumberAggregate @fieldCategory
1124
+ PicklistAggregate: PicklistAggregate @fieldCategory
1125
+ StringAggregate: StringAggregate @fieldCategory
1126
+ TextAreaAggregate: TextAreaAggregate @fieldCategory
1127
+ TimeAggregate: TimeAggregate @fieldCategory
1128
+ UrlAggregate: UrlAggregate @fieldCategory
1129
+ parentRelationship: RecordAggregate @fieldCategory
1130
+ polymorphicParentRelationship: PolymorphicAggregateParentRelationship @fieldCategory
1131
+ }
1132
+
1133
+ type JSONValue implements FieldValue {
1134
+ value: JSON
1135
+ displayValue: String
1136
+ }
1137
+
1138
+ type EmailValue implements FieldValue {
1139
+ value: Email
1140
+ displayValue: String
1141
+ }
1142
+
1143
+ type Setup__Setup {
1144
+ query: Setup__SetupQuery!
1145
+ aggregate: Setup__SetupQueryAggregate!
1146
+ ListView(
1147
+ listViewType: String!,
1148
+ label: String,
1149
+ displayColumns: [String!],
1150
+ filters: [Setup__ListFilterInput!],
1151
+ filterLogic: String,
1152
+ orderedByInfo: [Setup__ListOrderInput!]!
1153
+ ): Setup__ListView!
1154
+ ListViewObjectInfo(listViewType: String!): Setup__ListViewObjectInfo!
1155
+ }
1156
+
1157
+ type Setup__SetupAggregateConnection @generic {
1158
+ edges: [Setup__SetupAggregateEdge]
1159
+ pageInfo: PageInfo!
1160
+ totalCount: Int!
1161
+ }
1162
+
1163
+ input Setup__SetupGroupBy @generic {
1164
+ groupableDateField: GroupByDateFunction @fieldCategory
1165
+ groupableField: GroupByClause @fieldCategory
1166
+ groupableParentRelationship: Setup__SetupGroupBy @fieldCategory
1167
+ groupablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipGroupBy @fieldCategory
1168
+ type: GroupByType = GROUP_BY
1169
+ }
1170
+
1171
+ type Setup__SetupAggregateEdge @generic {
1172
+ cursor: String!
1173
+ node: Setup__SetupRecordResult
1174
+ }
1175
+
1176
+ input Setup__SetupAggregateOrderBy @generic {
1177
+ orderableField: NoFunctionAggregateOrderByClause @fieldCategory
1178
+ orderableGeolocationField: OrderByGeolocationClause @fieldCategory
1179
+ orderableNumberField: AggregateOrderByNumberClause @fieldCategory
1180
+ orderableParentRelationship: Setup__SetupAggregateOrderBy @fieldCategory
1181
+ orderablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipOrderBy @fieldCategory
1182
+ orderableStringField: AggregateOrderByStringClause @fieldCategory
1183
+ type: String
1184
+ }
1185
+
1186
+
1187
+ enum AggregateOrderByStringFunction {
1188
+ COUNT
1189
+ COUNT_DISTINCT
1190
+ MAX
1191
+ MIN
1192
+ }
1193
+
1194
+ type LongValue implements FieldValue {
1195
+ value: Long
1196
+ displayValue: String
1197
+ format: String
1198
+ }
1199
+
1200
+ input DateFunctionInput {
1201
+ value: LongOperators
1202
+ convertTimezoneValue: LongOperators
1203
+ }
1204
+
1205
+ # Mutations aren't supported yet.
1206
+ #type Mutation {
1207
+ # uiapi(input: UIAPIMutationsInput): UIAPIMutations!
1208
+ #}
1209
+
1210
+ type DependentField {
1211
+ controllingField: String!
1212
+ dependentFields: [String]!
1213
+ }
1214
+
1215
+ input LongTextAreaOperators {
1216
+ eq: LongTextArea
1217
+ ne: LongTextArea
1218
+ like: LongTextArea
1219
+ lt: LongTextArea
1220
+ gt: LongTextArea
1221
+ lte: LongTextArea
1222
+ gte: LongTextArea
1223
+ in: [LongTextArea]
1224
+ nin: [LongTextArea]
1225
+ }
1226
+
1227
+ enum __TypeKind {
1228
+ SCALAR
1229
+ OBJECT
1230
+ INTERFACE
1231
+ UNION
1232
+ ENUM
1233
+ INPUT_OBJECT
1234
+ LIST
1235
+ NON_NULL
1236
+ }
1237
+
1238
+ type Setup__SetupConnection @generic {
1239
+ edges: [Setup__SetupEdge]
1240
+ pageInfo: PageInfo!
1241
+ totalCount: Int!
1242
+ pageResultCount: Int!
1243
+ }
1244
+
1245
+ type PercentValue implements FieldValue {
1246
+ value: Percent
1247
+ displayValue: String
1248
+ format: String
1249
+ }
1250
+
1251
+ input DateTimeOperators {
1252
+ eq: DateTimeInput
1253
+ ne: DateTimeInput
1254
+ lt: DateTimeInput
1255
+ gt: DateTimeInput
1256
+ lte: DateTimeInput
1257
+ gte: DateTimeInput
1258
+ in: [DateTimeInput]
1259
+ nin: [DateTimeInput]
1260
+ DAY_IN_WEEK: DateFunctionInput
1261
+ DAY_IN_MONTH: DateFunctionInput
1262
+ DAY_IN_YEAR: DateFunctionInput
1263
+ WEEK_IN_MONTH: DateFunctionInput
1264
+ WEEK_IN_YEAR: DateFunctionInput
1265
+ CALENDAR_MONTH: DateFunctionInput
1266
+ CALENDAR_QUARTER: DateFunctionInput
1267
+ CALENDAR_YEAR: DateFunctionInput
1268
+ FISCAL_MONTH: DateFunctionInput
1269
+ FISCAL_QUARTER: DateFunctionInput
1270
+ FISCAL_YEAR: DateFunctionInput
1271
+ DAY_ONLY: DateTimeFunctionInput
1272
+ HOUR_IN_DAY: DateFunctionInput
1273
+ }
1274
+
1275
+ input NoFunctionAggregateOrderByClause {
1276
+ order: ResultsOrder
1277
+ nulls: NullsOrder
1278
+ }
1279
+
1280
+ type BooleanAggregate implements FieldValue {
1281
+ value: Boolean
1282
+ displayValue: String
1283
+ grouping: IntValue
1284
+ }
1285
+
1286
+ type RecordQueryAggregate {
1287
+ # RecordScope is replaced with String
1288
+ recordQueryAggregate(after: String, first: Int, groupBy: RecordGroupBy, orderBy: RecordAggregateOrderBy, scope: String @fieldCategory, upperBound: Int, where: RecordFilter): RecordAggregateConnection @fieldCategory
1289
+ }
1290
+
1291
+ input RecordAggregateOrderBy @generic {
1292
+ orderableField: NoFunctionAggregateOrderByClause @fieldCategory
1293
+ orderableGeolocationField: OrderByGeolocationClause @fieldCategory
1294
+ orderableNumberField: AggregateOrderByNumberClause @fieldCategory
1295
+ orderableParentRelationship: RecordAggregateOrderBy @fieldCategory
1296
+ orderablePolymorphicParentRelationship: PolymorphicParentRelationshipOrderBy @fieldCategory
1297
+ orderableStringField: AggregateOrderByStringClause @fieldCategory
1298
+ type: String
1299
+ }
1300
+
1301
+ type RecordConnection @generic {
1302
+ edges: [RecordEdge]
1303
+ pageInfo: PageInfo!
1304
+ totalCount: Int!
1305
+ pageResultCount: Int!
1306
+ }
1307
+
1308
+ type FilteredLookupInfo {
1309
+ controllingFields: [String]!
1310
+ dependent: Boolean!
1311
+ optionalFilter: Boolean!
1312
+ }
1313
+
1314
+ input PhoneNumberOperators {
1315
+ eq: PhoneNumber
1316
+ ne: PhoneNumber
1317
+ like: PhoneNumber
1318
+ lt: PhoneNumber
1319
+ gt: PhoneNumber
1320
+ lte: PhoneNumber
1321
+ gte: PhoneNumber
1322
+ in: [PhoneNumber]
1323
+ nin: [PhoneNumber]
1324
+ }
1325
+
1326
+ type ObjectInfo {
1327
+ ApiName: String!
1328
+ childRelationships: [ChildRelationship]!
1329
+ createable: Boolean!
1330
+ custom: Boolean!
1331
+ defaultRecordTypeId: ID
1332
+ deletable: Boolean!
1333
+ dependentFields: [DependentField]!
1334
+ feedEnabled: Boolean!
1335
+ fields: [Field]!
1336
+ keyPrefix: String
1337
+ label: String
1338
+ labelPlural: String
1339
+ layoutable: Boolean!
1340
+ mruEnabled: Boolean!
1341
+ nameFields: [String]!
1342
+ queryable: Boolean!
1343
+ recordTypeInfos: [RecordTypeInfo]!
1344
+ searchable: Boolean!
1345
+ themeInfo: ThemeInfo
1346
+ updateable: Boolean!
1347
+ locale: String
1348
+ }
1349
+
1350
+ input LongitudeOperators {
1351
+ eq: Longitude
1352
+ ne: Longitude
1353
+ lt: Longitude
1354
+ gt: Longitude
1355
+ lte: Longitude
1356
+ gte: Longitude
1357
+ in: [Longitude]
1358
+ nin: [Longitude]
1359
+ }
1360
+
1361
+ input RecordCreateRepresentation @generic {
1362
+ Int: Int @fieldCategory
1363
+ String: String @fieldCategory
1364
+ Boolean: Boolean @fieldCategory
1365
+ ID: IdOrRef @fieldCategory
1366
+ DateTime: DateTime @fieldCategory
1367
+ Time: Time @fieldCategory
1368
+ Date: Date @fieldCategory
1369
+ TextArea: TextArea @fieldCategory
1370
+ LongTextArea: LongTextArea @fieldCategory
1371
+ RichTextArea: RichTextArea @fieldCategory
1372
+ PhoneNumber: PhoneNumber @fieldCategory
1373
+ Email: Email @fieldCategory
1374
+ Url: Url @fieldCategory
1375
+ EncryptedString: EncryptedString @fieldCategory
1376
+ Currency: Currency @fieldCategory
1377
+ Longitude: Longitude @fieldCategory
1378
+ Latitude: Latitude @fieldCategory
1379
+ Picklist: Picklist @fieldCategory
1380
+ MultiPicklist: MultiPicklist @fieldCategory
1381
+ Long: Long @fieldCategory
1382
+ Double: Double @fieldCategory
1383
+ Percent: Percent @fieldCategory
1384
+ Base64: Base64 @fieldCategory
1385
+ JSON: JSON @fieldCategory
1386
+ }
1387
+
1388
+ type Field {
1389
+ ApiName: String!
1390
+ calculated: Boolean!
1391
+ compound: Boolean!
1392
+ compoundComponentName: String
1393
+ compoundFieldName: String
1394
+ controllerName: String
1395
+ controllingFields: [String]!
1396
+ createable: Boolean!
1397
+ custom: Boolean!
1398
+ dataType: DataType
1399
+ extraTypeInfo: FieldExtraTypeInfo
1400
+ filterable: Boolean!
1401
+ filteredLookupInfo: FilteredLookupInfo
1402
+ highScaleNumber: Boolean!
1403
+ htmlFormatted: Boolean!
1404
+ inlineHelpText: String
1405
+ label: String
1406
+ nameField: Boolean!
1407
+ polymorphicForeignKey: Boolean!
1408
+ precision: Int
1409
+ reference: Boolean!
1410
+ referenceTargetField: String
1411
+ referenceToInfos: [ReferenceToInfo]!
1412
+ relationshipName: String
1413
+ required: Boolean!
1414
+ scale: Int
1415
+ searchPrefilterable: Boolean
1416
+ sortable: Boolean!
1417
+ updateable: Boolean!
1418
+ }
1419
+
1420
+ enum FieldExtraTypeInfo {
1421
+ IMAGE_URL
1422
+ EXTERNAL_LOOKUP
1423
+ INDIRECT_LOOKUP
1424
+ PERSONNAME
1425
+ SWITCHABLE_PERSONNAME
1426
+ PLAINTEXTAREA
1427
+ RICHTEXTAREA
1428
+ }
1429
+
1430
+ type RateLimit {
1431
+ cost: Long
1432
+ limit: Long
1433
+ remaining: Long
1434
+ resetAt: DateTime
1435
+ }
1436
+
1437
+ input DateRange {
1438
+ last_n_days: Int
1439
+ next_n_days: Int
1440
+ last_n_weeks: Int
1441
+ next_n_weeks: Int
1442
+ last_n_months: Int
1443
+ next_n_months: Int
1444
+ last_n_quarters: Int
1445
+ next_n_quarters: Int
1446
+ last_n_fiscal_quarters: Int
1447
+ next_n_fiscal_quarters: Int
1448
+ last_n_years: Int
1449
+ next_n_years: Int
1450
+ last_n_fiscal_years: Int
1451
+ next_n_fiscal_years: Int
1452
+ n_days_ago: Int
1453
+ n_weeks_ago: Int
1454
+ n_months_ago: Int
1455
+ n_quarters_ago: Int
1456
+ n_years_ago: Int
1457
+ n_fiscal_quarters_ago: Int
1458
+ n_fiscal_years_ago: Int
1459
+ }
1460
+
1461
+ type UIAPIMutations {
1462
+ recordCreate(input: RecordCreateInput!): RecordCreatePayload @fieldCategory
1463
+ recordDelete(input: RecordDeleteInput!): RecordDeletePayload @fieldCategory
1464
+ recordUpdate(input: RecordUpdateInput!): RecordUpdatePayload @fieldCategory
1465
+ }
1466
+
1467
+ input DateTimeFunctionInput {
1468
+ value: DatePrimitiveOperators
1469
+ convertTimezoneValue: DatePrimitiveOperators
1470
+ }
1471
+
1472
+ type Base64Value implements FieldValue {
1473
+ value: Base64
1474
+ displayValue: String
1475
+ }
1476
+
1477
+ input IntegerOperators {
1478
+ eq: Int
1479
+ ne: Int
1480
+ lt: Int
1481
+ gt: Int
1482
+ lte: Int
1483
+ gte: Int
1484
+ in: [Int]
1485
+ nin: [Int]
1486
+ }
1487
+
1488
+ type EncryptedStringValue implements FieldValue {
1489
+ value: EncryptedString
1490
+ displayValue: String
1491
+ }
1492
+
1493
+ interface Record {
1494
+ Id: ID!
1495
+ ApiName: String!
1496
+ WeakEtag: Long!
1497
+ DisplayValue: String
1498
+ LastModifiedById: IDValue
1499
+ LastModifiedDate: DateTimeValue
1500
+ SystemModstamp: DateTimeValue
1501
+ RecordTypeId(fallback: Boolean): IDValue
1502
+ }
1503
+
1504
+ input PolymorphicParentRelationshipRecordFilter @generic {
1505
+ RecordFilter: RecordFilter @fieldCategory
1506
+ }
1507
+
1508
+ input AggregateOrderByNumberClause {
1509
+ function: AggregateOrderByNumberFunction
1510
+ order: ResultsOrder
1511
+ nulls: NullsOrder
1512
+ }
1513
+
1514
+ type __Schema {
1515
+ types: [__Type!]!
1516
+ queryType: __Type!
1517
+ mutationType: __Type
1518
+ directives: [__Directive!]!
1519
+ subscriptionType: __Type
1520
+ }
1521
+
1522
+ input Setup__SetupPolymorphicParentRelationshipRecordFilter @generic {
1523
+ Setup__SetupFilter: Setup__SetupFilter @fieldCategory
1524
+ }
1525
+
1526
+ union Setup__SetupPolymorphicAggregateParentRelationship @generic = Setup__SetupRecordAggregate
1527
+
1528
+ input Setup__SetupPolymorphicParentRelationshipGroupBy @generic {
1529
+ Setup__SetupGroupBy: Setup__SetupGroupBy @fieldCategory
1530
+ }
1531
+
1532
+ input Setup__SetupPolymorphicParentRelationshipOrderBy @generic {
1533
+ Setup__SetupAggregateOrderBy: Setup__SetupAggregateOrderBy @fieldCategory
1534
+ }
1535
+
1536
+ type CompoundField @generic {
1537
+ IntValue: IntValue @fieldCategory
1538
+ StringValue: StringValue @fieldCategory
1539
+ BooleanValue: BooleanValue @fieldCategory
1540
+ IDValue: IDValue @fieldCategory
1541
+ DateTimeValue: DateTimeValue @fieldCategory
1542
+ TimeValue: TimeValue @fieldCategory
1543
+ DateValue: DateValue @fieldCategory
1544
+ TextAreaValue: TextAreaValue @fieldCategory
1545
+ LongTextAreaValue: LongTextAreaValue @fieldCategory
1546
+ RichTextAreaValue: RichTextAreaValue @fieldCategory
1547
+ PhoneNumberValue: PhoneNumberValue @fieldCategory
1548
+ EmailValue: EmailValue @fieldCategory
1549
+ UrlValue: UrlValue @fieldCategory
1550
+ EncryptedStringValue: EncryptedStringValue @fieldCategory
1551
+ CurrencyValue: CurrencyValue @fieldCategory
1552
+ LongitudeValue: LongitudeValue @fieldCategory
1553
+ LatitudeValue: LatitudeValue @fieldCategory
1554
+ PicklistValue: PicklistValue @fieldCategory
1555
+ MultiPicklistValue: MultiPicklistValue @fieldCategory
1556
+ LongValue: LongValue @fieldCategory
1557
+ DoubleValue: DoubleValue @fieldCategory
1558
+ PercentValue: PercentValue @fieldCategory
1559
+ Base64Value: Base64Value @fieldCategory
1560
+ JSONValue: JSONValue @fieldCategory
1561
+ }
1562
+
1563
+ input RecordUpdateInput @generic {
1564
+ Id: IdOrRef!
1565
+ record: RecordUpdateRepresentation! @fieldCategory
1566
+ }
1567
+
1568
+ input DateTimeInput {
1569
+ value: DateTime
1570
+ literal: DateLiteral
1571
+ range: DateRange
1572
+ }
1573
+
1574
+ type ChildRelationship {
1575
+ childObjectApiName: String!
1576
+ fieldName: String
1577
+ junctionIdListNames: [String]!
1578
+ junctionReferenceTo: [String]!
1579
+ relationshipName: String
1580
+ objectInfo: ObjectInfo
1581
+ }
1582
+
1583
+ type RecordResult @generic {
1584
+ aggregate: RecordAggregate
1585
+ }
1586
+
1587
+ type PageInfo {
1588
+ hasNextPage: Boolean!
1589
+ hasPreviousPage: Boolean!
1590
+ startCursor: String
1591
+ endCursor: String
1592
+ }
1593
+
1594
+ type CurrencyValue implements FieldValue {
1595
+ value: Currency
1596
+ displayValue: String
1597
+ format: String
1598
+ }
1599
+
1600
+ input DateInput {
1601
+ value: Date
1602
+ literal: DateLiteral
1603
+ range: DateRange
1604
+ }
1605
+
1606
+ input RecordGroupBy @generic {
1607
+ groupableField: GroupByClause @fieldCategory
1608
+ groupableDateField: GroupByDateFunction @fieldCategory
1609
+ groupableParentRelationship: RecordGroupBy @fieldCategory
1610
+ groupablePolymorphicParentRelationship: PolymorphicParentRelationshipGroupBy @fieldCategory
1611
+ type: GroupByType = GROUP_BY
1612
+ }
1613
+
1614
+ type DateFunctionAggregation {
1615
+ value: Long
1616
+ format: String
1617
+ }
1618
+
1619
+ type RecordQuery {
1620
+ recordQuery(after: String, first: Int, orderBy: RecordOrderBy, scope: String @fieldCategory, upperBound: Int, where: RecordFilter): RecordConnection @fieldCategory
1621
+ }
1622
+
1623
+ # add browse family schema
1624
+ type Analytics__Analytics {
1625
+ # assetTypes: [AnalyticsAssetType], but AnalyticsAssetType is an empty enum
1626
+ browse(after: String, assetTypes: [String], first: Int, orderBy: Analytics__AnalyticsOrderBy, where: Analytics__AnalyticsFilter): Analytics__AnalyticsBrowse!
1627
+ # Add other fields here if needed
1628
+ }
1629
+
1630
+ # enum AnalyticsAssetType @generic {
1631
+ # }
1632
+
1633
+ type Analytics__AnalyticsBrowse {
1634
+ edges: [Analytics__AnalyticsEdge]
1635
+ totalCount: Int!
1636
+ pageResultCount: Int!
1637
+ pageInfo: PageInfo!
1638
+ }
1639
+
1640
+ type Analytics__AnalyticsEdge {
1641
+ node: Analytics__AnalyticsRepresentation
1642
+ cursor: String!
1643
+ }
1644
+
1645
+ interface Analytics__AnalyticsRepresentationInterface {
1646
+ MasterLabel: StringValue
1647
+ DeveloperName: StringValue
1648
+ CreatedById: IDValue
1649
+ LastModifiedById: IDValue
1650
+ LastModifiedDate: DateTimeValue
1651
+ CreatedDate: DateTimeValue
1652
+ Id: ID!
1653
+ ApiName: String!
1654
+ NamespacePrefix: StringValue
1655
+ AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1656
+ Dataspaces: [Analytics__DataspaceRepresentation]
1657
+ RecordOperations: [String]
1658
+ AssetApiName: String
1659
+ }
1660
+
1661
+ type Analytics__DataspaceRepresentation {
1662
+ Id: ID!
1663
+ ApiName: String!
1664
+ MasterLabel: String
1665
+ DeveloperName: String
1666
+ }
1667
+
1668
+ type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresentationInterface {
1669
+ MasterLabel: StringValue
1670
+ DeveloperName: StringValue
1671
+ CreatedById: IDValue
1672
+ LastModifiedById: IDValue
1673
+ LastModifiedDate: DateTimeValue
1674
+ CreatedDate: DateTimeValue
1675
+ Id: ID!
1676
+ ApiName: String!
1677
+ NamespacePrefix: StringValue
1678
+ RecordOperations: [String]
1679
+ AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1680
+ Dataspaces: [Analytics__DataspaceRepresentation]
1681
+ AssetApiName: String
1682
+ }
1683
+
1684
+ type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentationInterface {
1685
+ MasterLabel: StringValue
1686
+ DeveloperName: StringValue
1687
+ CreatedById: IDValue
1688
+ LastModifiedById: IDValue
1689
+ LastModifiedDate: DateTimeValue
1690
+ CreatedDate: DateTimeValue
1691
+ Id: ID!
1692
+ ApiName: String!
1693
+ NamespacePrefix: StringValue
1694
+ SemanticModel: Analytics__SemanticModel
1695
+ AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1696
+ SubMetrics: Analytics__SemanticSubMetricDefinitionConnection
1697
+ Dataspaces: [Analytics__DataspaceRepresentation]
1698
+ RecordOperations: [String]
1699
+ AssetApiName: String
1700
+ }
1701
+
1702
+ type Analytics__MktDataConnector implements Analytics__AnalyticsRepresentationInterface {
1703
+ MasterLabel: StringValue
1704
+ DeveloperName: StringValue
1705
+ CreatedById: IDValue
1706
+ LastModifiedById: IDValue
1707
+ LastModifiedDate: DateTimeValue
1708
+ CreatedDate: DateTimeValue
1709
+ Id: ID!
1710
+ ApiName: String!
1711
+ NamespacePrefix: StringValue
1712
+ AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1713
+ Dataspaces: [Analytics__DataspaceRepresentation]
1714
+ RecordOperations: [String]
1715
+ DataConnectorType: StringValue
1716
+ AssetApiName: String
1717
+ }
1718
+
1719
+ input Analytics__AnalyticsOrderBy {
1720
+ MasterLabel: Analytics__OrderByInput
1721
+ Id: Analytics__OrderByInput
1722
+ ApiName: Analytics__OrderByInput
1723
+ CreatedById: Analytics__OrderByInput
1724
+ CreatedDate: Analytics__OrderByInput
1725
+ LastModifiedDate: Analytics__OrderByInput
1726
+ LastModifiedById: Analytics__OrderByInput
1727
+ }
1728
+
1729
+ input Analytics__OrderByInput {
1730
+ order: Analytics__SortEnumType
1731
+ }
1732
+
1733
+ enum Analytics__SortEnumType {
1734
+ ASC
1735
+ DESC
1736
+ }
1737
+
1738
+ input Analytics__AnalyticsFilter {
1739
+ Id: Setup__IdOperators
1740
+ MasterLabel: StringOperators
1741
+ DeveloperName: StringOperators
1742
+ NamespacePrefix: StringOperators
1743
+ AssetApiName: StringOperators
1744
+ DataConnectorType: StringOperators
1745
+ CreatedById: Setup__IdOperators
1746
+ CreatedDate: DateTimeOperators
1747
+ LastModifiedById: Setup__IdOperators
1748
+ LastModifiedDate: DateTimeOperators
1749
+ SemanticModel: Analytics__SemanticModelFilter
1750
+ and: [Analytics__AnalyticsFilter]
1751
+ or: [Analytics__AnalyticsFilter]
1752
+ not: Analytics__AnalyticsFilter
1753
+ }
1754
+
1755
+ input Analytics__SemanticModelFilter {
1756
+ DeveloperName: StringOperators
1757
+ MasterLabel: StringOperators
1758
+ }
1759
+
1760
+ type Analytics__AnalyticsWorkspaceAssetConnection {
1761
+ edges: [Analytics__AnalyticsWorkspaceAssetEdge]
1762
+ totalCount: Int!
1763
+ pageResultCount: Int!
1764
+ pageInfo: PageInfo!
1765
+ }
1766
+
1767
+ type Analytics__AnalyticsWorkspaceAssetEdge {
1768
+ node: Analytics__AnalyticsWorkspaceAsset
1769
+ cursor: String!
1770
+ }
1771
+
1772
+ type Analytics__AnalyticsWorkspaceAsset {
1773
+ AnalyticsWorkspace: Analytics__AnalyticsWorkspace
1774
+ AssetUsageType: PicklistValue
1775
+ ActivePromotionRequestId: IDValue
1776
+ MetadataSourceType: PicklistValue
1777
+ }
1778
+
1779
+ type Analytics__AnalyticsWorkspace {
1780
+ MasterLabel: StringValue
1781
+ DeveloperName: StringValue
1782
+ CreatedById: IDValue
1783
+ LastModifiedById: IDValue
1784
+ LastModifiedDate: DateTimeValue
1785
+ CreatedDate: DateTimeValue
1786
+ Id: ID!
1787
+ ApiName: String!
1788
+ }
1789
+
1790
+ type Analytics__SemanticSubMetricDefinitionConnection {
1791
+ edges: [Analytics__SemanticSubMetricDefinitionEdge]
1792
+ totalCount: Int!
1793
+ pageResultCount: Int!
1794
+ pageInfo: PageInfo!
1795
+ }
1796
+
1797
+ type Analytics__SemanticSubMetricDefinitionEdge {
1798
+ node: Analytics__SemanticSubMetricDefinitionRepresentation
1799
+ cursor: String!
1800
+ }
1801
+
1802
+ type Analytics__SemanticSubMetricDefinitionRepresentation {
1803
+ Id: ID!
1804
+ ApiName: String!
1805
+ }
1806
+
1807
+ type Analytics__SemanticModel {
1808
+ MasterLabel: StringValue
1809
+ DeveloperName: StringValue
1810
+ CreatedById: IDValue
1811
+ LastModifiedById: IDValue
1812
+ LastModifiedDate: DateTimeValue
1813
+ CreatedDate: DateTimeValue
1814
+ Id: ID!
1815
+ ApiName: String!
1816
+ AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1817
+ NamespacePrefix: StringValue
1818
+ RelatedModel: Analytics__SemanticModelRelatedModelConnection
1819
+ Dataspaces: [Analytics__DataspaceRepresentation]
1820
+ RecordOperations: [String]
1821
+ AssetApiName: String
1822
+ }
1823
+
1824
+ type Analytics__SemanticModelRelatedModelConnection {
1825
+ edges: [Analytics__SemanticModelRelatedModelEdge]
1826
+ totalCount: Int!
1827
+ pageResultCount: Int!
1828
+ pageInfo: PageInfo!
1829
+ }
1830
+
1831
+ type Analytics__SemanticModelRelatedModelEdge {
1832
+ node: Analytics__SemanticModelRelatedModelRepresentation
1833
+ cursor: String!
1834
+ }
1835
+
1836
+ type Analytics__SemanticModelRelatedModelRepresentation {
1837
+ Id: ID!
1838
+ ApiName: String!
1839
+ SemanticModelId: IDValue
1840
+ RelatedSemanticModel: Analytics__SemanticModel
1841
+ }
1842
+
1843
+ input Setup__ListOrderInput {
1844
+ apiName: String!
1845
+ order: ResultsOrder
1846
+ }
1847
+
1848
+ type Setup__ListViewRow {
1849
+ id: ID!
1850
+ columns(apiNames: [String!]): [Setup__ListScalarField]!
1851
+ }
1852
+
1853
+ type Setup__ListView {
1854
+ listViewType: String!
1855
+ label: String
1856
+ displayColumns: [Setup__ListColumn!]!
1857
+ filters: [Setup__ListFilter!]
1858
+ filterLogic: String
1859
+ orderedByInfo: [Setup__ListOrder!]!
1860
+ rows(first: Int, after: String, upperBound: Int, orderBy: Setup__ListOrderInput): Setup__ListViewRowConnection
1861
+ }
1862
+
1863
+ type Setup__ListFilter {
1864
+ apiName: String!
1865
+ operator: Setup__ListFilterOperator!
1866
+ operand: [String!]!
1867
+ }
1868
+
1869
+ enum Setup__ListFilterOperator {
1870
+ EQUALS
1871
+ NOT_EQUAL
1872
+ LESS_THAN
1873
+ GREATER_THAN
1874
+ LESS_OR_EQUAL
1875
+ GREATER_OR_EQUAL
1876
+ CONTAINS
1877
+ NOT_CONTAIN
1878
+ STARTS_WITH
1879
+ INCLUDES
1880
+ EXCLUDES
1881
+ WITHIN
1882
+ }
1883
+
1884
+ type Setup__ListViewRowConnection {
1885
+ edges: [Setup__ListViewRowEdge]
1886
+ pageInfo: PageInfo!
1887
+ totalCount: Int!
1888
+ }
1889
+
1890
+ input Setup__ListFilterInput {
1891
+ apiName: String!
1892
+ operator: Setup__ListFilterOperator!
1893
+ operand: [String!]!
1894
+ }
1895
+
1896
+ type Setup__ListOrder {
1897
+ apiName: String!
1898
+ order: ResultsOrder
1899
+ }
1900
+
1901
+ type Setup__ListScalarField {
1902
+ apiName: String!
1903
+ value: String
1904
+ dataType: DataType
1905
+ displayValue: String
1906
+ format: String
1907
+ label: String
1908
+ }
1909
+
1910
+ type Setup__ListViewRowEdge {
1911
+ cursor: String!
1912
+ node: Setup__ListViewRow
1913
+ }
1914
+
1915
+ type Setup__ListViewObjectInfo {
1916
+ columns(apiNames: [String!], displayable: Boolean, filterable: Boolean) : [Setup__ListColumn!]!
1917
+ }
1918
+
1919
+ type Setup__ListColumn {
1920
+ apiName: String!
1921
+ label: String!
1922
+ type: DataType!
1923
+ displayable: Boolean!
1924
+ filterable: Boolean!
1925
+ defaultOperator: Setup__ListFilterOperator
1926
+ allowedOperators: [Setup__ListFilterOperator!]
1927
+ sortable: Boolean
1928
+ lookupIdColumn: String
1929
+ }
1930
+
1931
+ directive @generic on OBJECT | INTERFACE | UNION | ENUM | INPUT_OBJECT
1932
+ directive @fieldCategory on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
1933
+ directive @category(name: String!) on FIELD