@salesforce/lds-adapters-uiapi 1.100.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/uiapi-records-service.js +52353 -0
- package/dist/komaci-mapping.json +360 -0
- package/dist/types/src/__mocks__/@salesforce/lds-instrumentation.d.ts +3 -0
- package/dist/types/src/__mocks__/force/ldsBindings.d.ts +9 -0
- package/dist/types/src/__mocks__/force/ldsEngine.d.ts +1 -0
- package/dist/types/src/__mocks__/force/ldsEngineCreator.d.ts +1 -0
- package/dist/types/src/__mocks__/force/ldsGraphqlParser.d.ts +1 -0
- package/dist/types/src/__mocks__/force/ldsInstrumentation.d.ts +3 -0
- package/dist/types/src/__mocks__/force/luvioEngine.d.ts +1 -0
- package/dist/types/src/__mocks__/instrumentation/service.d.ts +33 -0
- package/dist/types/src/__performance__/priming.spec.d.ts +1 -0
- package/dist/types/src/__performance__/utils/runMeasurement.d.ts +30 -0
- package/dist/types/src/__performance__/utils/sqliteDurableStore.d.ts +18 -0
- package/dist/types/src/__performance__/utils/utils.d.ts +6 -0
- package/dist/types/src/configuration.d.ts +59 -0
- package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/types/src/generated/adapters/createContentDocumentAndVersion.d.ts +15 -0
- package/dist/types/src/generated/adapters/createContentVersion.d.ts +16 -0
- package/dist/types/src/generated/adapters/createRecord.d.ts +21 -0
- package/dist/types/src/generated/adapters/deleteRecord.d.ts +14 -0
- package/dist/types/src/generated/adapters/getActionOverrides.d.ts +28 -0
- package/dist/types/src/generated/adapters/getAllApps.d.ts +28 -0
- package/dist/types/src/generated/adapters/getAppDetails.d.ts +31 -0
- package/dist/types/src/generated/adapters/getDuplicateConfiguration.d.ts +27 -0
- package/dist/types/src/generated/adapters/getDuplicates.d.ts +30 -0
- package/dist/types/src/generated/adapters/getGlobalActions.d.ts +31 -0
- package/dist/types/src/generated/adapters/getKeywordSearchResults.d.ts +33 -0
- package/dist/types/src/generated/adapters/getLayout.d.ts +32 -0
- package/dist/types/src/generated/adapters/getLayoutUserState.d.ts +32 -0
- package/dist/types/src/generated/adapters/getListInfoByName.d.ts +27 -0
- package/dist/types/src/generated/adapters/getListInfosByName.d.ts +27 -0
- package/dist/types/src/generated/adapters/getListUiByApiName.d.ts +34 -0
- package/dist/types/src/generated/adapters/getListUiByListViewId.d.ts +33 -0
- package/dist/types/src/generated/adapters/getListViewSummaryCollection.d.ts +33 -0
- package/dist/types/src/generated/adapters/getLookupActions.d.ts +30 -0
- package/dist/types/src/generated/adapters/getLookupMetadata.d.ts +28 -0
- package/dist/types/src/generated/adapters/getLookupRecords.d.ts +34 -0
- package/dist/types/src/generated/adapters/getMruListUi.d.ts +33 -0
- package/dist/types/src/generated/adapters/getNavItems.d.ts +30 -0
- package/dist/types/src/generated/adapters/getObjectCreateActions.d.ts +30 -0
- package/dist/types/src/generated/adapters/getObjectInfo.d.ts +29 -0
- package/dist/types/src/generated/adapters/getObjectInfos.d.ts +27 -0
- package/dist/types/src/generated/adapters/getPicklistValues.d.ts +29 -0
- package/dist/types/src/generated/adapters/getPicklistValuesByRecordType.d.ts +28 -0
- package/dist/types/src/generated/adapters/getQuickActionDefaults.d.ts +31 -0
- package/dist/types/src/generated/adapters/getRecord.d.ts +37 -0
- package/dist/types/src/generated/adapters/getRecordActions.d.ts +32 -0
- package/dist/types/src/generated/adapters/getRecordAvatars.d.ts +28 -0
- package/dist/types/src/generated/adapters/getRecordCreateDefaults.d.ts +30 -0
- package/dist/types/src/generated/adapters/getRecordEditActions.d.ts +30 -0
- package/dist/types/src/generated/adapters/getRecordTemplateClone.d.ts +29 -0
- package/dist/types/src/generated/adapters/getRecordTemplateCreate.d.ts +29 -0
- package/dist/types/src/generated/adapters/getRecordUi.d.ts +34 -0
- package/dist/types/src/generated/adapters/getRecords.d.ts +34 -0
- package/dist/types/src/generated/adapters/getRelatedListActions.d.ts +33 -0
- package/dist/types/src/generated/adapters/getRelatedListCount.d.ts +28 -0
- package/dist/types/src/generated/adapters/getRelatedListInfo.d.ts +32 -0
- package/dist/types/src/generated/adapters/getRelatedListInfoBatch.d.ts +29 -0
- package/dist/types/src/generated/adapters/getRelatedListPreferences.d.ts +27 -0
- package/dist/types/src/generated/adapters/getRelatedListPreferencesBatch.d.ts +26 -0
- package/dist/types/src/generated/adapters/getRelatedListRecordActions.d.ts +31 -0
- package/dist/types/src/generated/adapters/getRelatedListRecords.d.ts +35 -0
- package/dist/types/src/generated/adapters/getRelatedListRecordsBatch.d.ts +28 -0
- package/dist/types/src/generated/adapters/getRelatedListsActions.d.ts +29 -0
- package/dist/types/src/generated/adapters/getRelatedListsCount.d.ts +29 -0
- package/dist/types/src/generated/adapters/getRelatedListsInfo.d.ts +28 -0
- package/dist/types/src/generated/adapters/getSearchFilterMetadata.d.ts +27 -0
- package/dist/types/src/generated/adapters/getSearchFilterOptions.d.ts +28 -0
- package/dist/types/src/generated/adapters/getSearchResults.d.ts +29 -0
- package/dist/types/src/generated/adapters/getSelectedApp.d.ts +27 -0
- package/dist/types/src/generated/adapters/graphql.d.ts +31 -0
- package/dist/types/src/generated/adapters/performQuickAction.d.ts +20 -0
- package/dist/types/src/generated/adapters/performUpdateRecordQuickAction.d.ts +20 -0
- package/dist/types/src/generated/adapters/updateLayoutUserState.d.ts +21 -0
- package/dist/types/src/generated/adapters/updateRecord.d.ts +24 -0
- package/dist/types/src/generated/adapters/updateRecordAvatar.d.ts +19 -0
- package/dist/types/src/generated/adapters/updateRelatedListInfo.d.ts +21 -0
- package/dist/types/src/generated/adapters/updateRelatedListPreferences.d.ts +22 -0
- package/dist/types/src/generated/artifacts/main.d.ts +64 -0
- package/dist/types/src/generated/artifacts/sfdc_graphqlAdapters.d.ts +5 -0
- package/dist/types/src/generated/artifacts/sfdc_restAdapters.d.ts +101 -0
- package/dist/types/src/generated/fields/adapters/getQuickActionDefaults.d.ts +5 -0
- package/dist/types/src/generated/fields/adapters/getRecord.d.ts +5 -0
- package/dist/types/src/generated/fields/adapters/getRecordTemplateClone.d.ts +5 -0
- package/dist/types/src/generated/fields/adapters/getRecordTemplateCreate.d.ts +5 -0
- package/dist/types/src/generated/fields/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +12 -0
- package/dist/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +12 -0
- package/dist/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +12 -0
- package/dist/types/src/generated/fields/resources/getUiApiRecordsByRecordId.d.ts +12 -0
- package/dist/types/src/generated/fields/types/AggregateUiRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/BatchResultRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/ContentDocumentCompositeRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/QuickActionDefaultsRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordCreateDefaultRecordRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordDefaultsRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordDefaultsTemplateCloneRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordDefaultsTemplateCreateRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordTemplateCloneRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordTemplateCreateRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordUiRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/SearchResultRepresentation.d.ts +12 -0
- package/dist/types/src/generated/graphql/directives/category.d.ts +5 -0
- package/dist/types/src/generated/graphql/directives/deprecated.d.ts +5 -0
- package/dist/types/src/generated/graphql/directives/directive-util.d.ts +4 -0
- package/dist/types/src/generated/graphql/directives/fieldCategory.d.ts +5 -0
- package/dist/types/src/generated/graphql/directives/generic.d.ts +5 -0
- package/dist/types/src/generated/graphql/directives/include.d.ts +5 -0
- package/dist/types/src/generated/graphql/directives/skip.d.ts +5 -0
- package/dist/types/src/generated/graphql/directives/specifiedBy.d.ts +5 -0
- package/dist/types/src/generated/graphql/types/Base64Value.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/BooleanAggregate.d.ts +36 -0
- package/dist/types/src/generated/graphql/types/BooleanValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/ChildRelationship.d.ts +39 -0
- package/dist/types/src/generated/graphql/types/CurrencyAggregate.d.ts +44 -0
- package/dist/types/src/generated/graphql/types/CurrencyValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/DataType.d.ts +29 -0
- package/dist/types/src/generated/graphql/types/DateAggregate.d.ts +55 -0
- package/dist/types/src/generated/graphql/types/DateFunctionAggregation.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/DateLiteral.d.ts +26 -0
- package/dist/types/src/generated/graphql/types/DateOnlyAggregation.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/DateTimeAggregate.d.ts +56 -0
- package/dist/types/src/generated/graphql/types/DateTimeValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/DateValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/DependentField.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/DoubleAggregate.d.ts +43 -0
- package/dist/types/src/generated/graphql/types/DoubleValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/EmailAggregate.d.ts +42 -0
- package/dist/types/src/generated/graphql/types/EmailValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/EncryptedStringValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/Field.d.ts +65 -0
- package/dist/types/src/generated/graphql/types/FieldExtraTypeInfo.d.ts +10 -0
- package/dist/types/src/generated/graphql/types/FieldValue.d.ts +20 -0
- package/dist/types/src/generated/graphql/types/FilteredLookupInfo.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/IDAggregate.d.ts +42 -0
- package/dist/types/src/generated/graphql/types/IDValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/IntAggregate.d.ts +45 -0
- package/dist/types/src/generated/graphql/types/IntValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/JSONValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/LatitudeAggregate.d.ts +43 -0
- package/dist/types/src/generated/graphql/types/LatitudeValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/ListColumn.d.ts +36 -0
- package/dist/types/src/generated/graphql/types/ListOrder.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/LongAggregate.d.ts +45 -0
- package/dist/types/src/generated/graphql/types/LongTextAreaValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/LongValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/LongitudeAggregate.d.ts +43 -0
- package/dist/types/src/generated/graphql/types/LongitudeValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/MultiPicklistValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/NullOrder.d.ts +5 -0
- package/dist/types/src/generated/graphql/types/ObjectInfo.d.ts +58 -0
- package/dist/types/src/generated/graphql/types/PageInfo.d.ts +36 -0
- package/dist/types/src/generated/graphql/types/PercentAggregate.d.ts +44 -0
- package/dist/types/src/generated/graphql/types/PercentValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/PhoneNumberAggregate.d.ts +42 -0
- package/dist/types/src/generated/graphql/types/PhoneNumberValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/PicklistAggregate.d.ts +43 -0
- package/dist/types/src/generated/graphql/types/PicklistValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/PolymorphicParentRelationship.d.ts +19 -0
- package/dist/types/src/generated/graphql/types/Query.d.ts +36 -0
- package/dist/types/src/generated/graphql/types/RateLimit.d.ts +36 -0
- package/dist/types/src/generated/graphql/types/Record.d.ts +32 -0
- package/dist/types/src/generated/graphql/types/RecordConnection.d.ts +39 -0
- package/dist/types/src/generated/graphql/types/RecordEdge.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/RecordQuery.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/RecordRepresentation.d.ts +118 -0
- package/dist/types/src/generated/graphql/types/RecordTypeInfo.d.ts +37 -0
- package/dist/types/src/generated/graphql/types/ReferenceToInfo.d.ts +36 -0
- package/dist/types/src/generated/graphql/types/RelatedListInfo.d.ts +42 -0
- package/dist/types/src/generated/graphql/types/ResultOrder.d.ts +5 -0
- package/dist/types/src/generated/graphql/types/RichTextAreaValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/StringAggregate.d.ts +43 -0
- package/dist/types/src/generated/graphql/types/StringValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/TextAreaAggregate.d.ts +42 -0
- package/dist/types/src/generated/graphql/types/TextAreaValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/ThemeInfo.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/TimeAggregate.d.ts +37 -0
- package/dist/types/src/generated/graphql/types/TimeValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/UIAPI.d.ts +38 -0
- package/dist/types/src/generated/graphql/types/UrlAggregate.d.ts +42 -0
- package/dist/types/src/generated/graphql/types/UrlValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/type-util.d.ts +95 -0
- package/dist/types/src/generated/pagination/cursor.d.ts +39 -0
- package/dist/types/src/generated/pagination/syntheticCursor.d.ts +31 -0
- package/dist/types/src/generated/resources/deleteUiApiFavoritesByFavoriteId.d.ts +11 -0
- package/dist/types/src/generated/resources/deleteUiApiRecordsByRecordId.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteUiApiRelatedListPreferencesByPreferencesId.d.ts +11 -0
- package/dist/types/src/generated/resources/getConnectBriefcasePrimingRecords.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiActionsFlexipageByFlexipageNames.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsGlobal.d.ts +19 -0
- package/dist/types/src/generated/resources/getUiApiActionsLayoutByActionApiName.d.ts +15 -0
- package/dist/types/src/generated/resources/getUiApiActionsListViewByListViewIds.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsListViewChartByObjectApiNames.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsListViewRecordByRecordIds.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsLookupByObjectApiNames.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsMruListByObjectApiNames.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsObjectRecordCreateByObjectApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsOverridesByObjectApiName.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiActionsPhotoByRecordIds.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsRecordByRecordIds.d.ts +22 -0
- package/dist/types/src/generated/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsRecordRecordEditByRecordIds.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +30 -0
- package/dist/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +21 -0
- package/dist/types/src/generated/resources/getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds.d.ts +21 -0
- package/dist/types/src/generated/resources/getUiApiAggregateUi.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiApps.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiAppsByAppId.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiAppsSelected.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiAppsUserNavItemsByAppId.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiDuplicatesByObjectApiName.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiFavorites.d.ts +12 -0
- package/dist/types/src/generated/resources/getUiApiFavoritesByFavoriteId.d.ts +15 -0
- package/dist/types/src/generated/resources/getUiApiFormsByApiName.d.ts +15 -0
- package/dist/types/src/generated/resources/getUiApiLayoutByObjectApiName.d.ts +21 -0
- package/dist/types/src/generated/resources/getUiApiLayoutUserStateByObjectApiName.d.ts +21 -0
- package/dist/types/src/generated/resources/getUiApiListInfoBatch.d.ts +24 -0
- package/dist/types/src/generated/resources/getUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiListInfoByListViewId.d.ts +15 -0
- package/dist/types/src/generated/resources/getUiApiListRecordsByListViewApiNameAndObjectApiName.d.ts +23 -0
- package/dist/types/src/generated/resources/getUiApiListRecordsByListViewId.d.ts +22 -0
- package/dist/types/src/generated/resources/getUiApiListUiByListViewApiNameAndObjectApiName.d.ts +25 -0
- package/dist/types/src/generated/resources/getUiApiListUiByListViewId.d.ts +24 -0
- package/dist/types/src/generated/resources/getUiApiListUiByObjectApiName.d.ts +23 -0
- package/dist/types/src/generated/resources/getUiApiLookupsByFieldApiNameAndObjectApiName.d.ts +24 -0
- package/dist/types/src/generated/resources/getUiApiLookupsByFieldApiNameAndObjectApiNameAndTargetApiName.d.ts +25 -0
- package/dist/types/src/generated/resources/getUiApiMruListInfoByObjectApiName.d.ts +15 -0
- package/dist/types/src/generated/resources/getUiApiMruListRecordsByObjectApiName.d.ts +22 -0
- package/dist/types/src/generated/resources/getUiApiMruListUiByObjectApiName.d.ts +24 -0
- package/dist/types/src/generated/resources/getUiApiNavItems.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiObjectInfo.d.ts +12 -0
- package/dist/types/src/generated/resources/getUiApiObjectInfoBatchByObjectApiNames.d.ts +23 -0
- package/dist/types/src/generated/resources/getUiApiObjectInfoByObjectApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByFieldApiNameAndObjectApiNameAndRecordTypeId.d.ts +17 -0
- package/dist/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByObjectApiNameAndRecordTypeId.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiObjectInfoValidationRulesInfoByObjectApiName.d.ts +15 -0
- package/dist/types/src/generated/resources/getUiApiPrimingRecords.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiPrimingRoutes.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiRecordAvatarsBatchByRecordIds.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiRecordAvatarsByRecordId.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiRecordDefaultsCloneByRecordId.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiRecordDefaultsCreateByObjectApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +19 -0
- package/dist/types/src/generated/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +19 -0
- package/dist/types/src/generated/resources/getUiApiRecordUiByRecordIds.d.ts +24 -0
- package/dist/types/src/generated/resources/getUiApiRecordsBatchByRecordIds.d.ts +32 -0
- package/dist/types/src/generated/resources/getUiApiRecordsByRecordId.d.ts +26 -0
- package/dist/types/src/generated/resources/getUiApiRecordsChildRelationshipsByRecordIdAndRelationshipName.d.ts +23 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListCountBatchByParentRecordIdAndRelatedListNames.d.ts +27 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListCountByParentRecordIdAndRelatedListId.d.ts +19 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames.d.ts +27 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiName.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListPreferencesBatchByPreferencesIds.d.ts +23 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListPreferencesByPreferencesId.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListRecordsBatchByParentRecordId.d.ts +30 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListRecordsBatchByParentRecordIdAndRelatedListIds.d.ts +23 -0
- package/dist/types/src/generated/resources/getUiApiSearchInfoFiltersByObjectApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiSearchInfoFiltersOptionsByFilterApiNameAndObjectApiName.d.ts +19 -0
- package/dist/types/src/generated/resources/getUiApiSearchInfoLookupByFieldApiNameAndObjectApiName.d.ts +17 -0
- package/dist/types/src/generated/resources/getUiApiThemesActive.d.ts +12 -0
- package/dist/types/src/generated/resources/patchUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/patchUiApiAppsByAppId.d.ts +16 -0
- package/dist/types/src/generated/resources/patchUiApiFavoritesByFavoriteId.d.ts +19 -0
- package/dist/types/src/generated/resources/patchUiApiFavoritesUsageByFavoriteId.d.ts +9 -0
- package/dist/types/src/generated/resources/patchUiApiLayoutUserStateByObjectApiName.d.ts +23 -0
- package/dist/types/src/generated/resources/patchUiApiRecordsByRecordId.d.ts +27 -0
- package/dist/types/src/generated/resources/patchUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
- package/dist/types/src/generated/resources/patchUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
- package/dist/types/src/generated/resources/patchUiApiRelatedListPreferencesByPreferencesId.d.ts +22 -0
- package/dist/types/src/generated/resources/postGraphql.d.ts +20 -0
- package/dist/types/src/generated/resources/postGraphqlBatch.d.ts +12 -0
- package/dist/types/src/generated/resources/postUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +27 -0
- package/dist/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +17 -0
- package/dist/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIds.d.ts +19 -0
- package/dist/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId.d.ts +23 -0
- package/dist/types/src/generated/resources/postUiApiAggregateUi.d.ts +12 -0
- package/dist/types/src/generated/resources/postUiApiFavorites.d.ts +21 -0
- package/dist/types/src/generated/resources/postUiApiPredupe.d.ts +19 -0
- package/dist/types/src/generated/resources/postUiApiRecordAvatarsAssociationByRecordId.d.ts +19 -0
- package/dist/types/src/generated/resources/postUiApiRecords.d.ts +21 -0
- package/dist/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersions.d.ts +13 -0
- package/dist/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersionsByContentDocumentId.d.ts +16 -0
- package/dist/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +27 -0
- package/dist/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordIdAndRelatedListIds.d.ts +17 -0
- package/dist/types/src/generated/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +26 -0
- package/dist/types/src/generated/resources/postUiApiSearchResults.d.ts +20 -0
- package/dist/types/src/generated/resources/postUiApiSearchResultsKeyword.d.ts +24 -0
- package/dist/types/src/generated/resources/putUiApiAppsUserNavItemsByAppId.d.ts +12 -0
- package/dist/types/src/generated/resources/putUiApiFavoritesBatch.d.ts +9 -0
- package/dist/types/src/generated/types/AbstractFormSubitemRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/AbstractPicklistValueAttributesRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/AbstractRecordAvatarBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/AbstractRecordAvatarRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/AbstractRecordLayoutComponentRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/ActionBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/ActionBatchResultRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/ActionInputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/ActionOverrideRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ActionRelatedListSingleBatchInputRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/ActionRelatedListsBatchInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ActionRelatedListsCollectionBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/ActionRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/AggregateInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/AggregateRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/AggregateUiRepresentation.d.ts +93 -0
- package/dist/types/src/generated/types/AppRepresentation.d.ts +102 -0
- package/dist/types/src/generated/types/AppsRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/AvatarAssociationInputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/BatchRelatedListCountRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/BatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/BatchResultRepresentation.d.ts +46 -0
- package/dist/types/src/generated/types/CanvasLayoutComponentRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/CaseStatusPicklistValueAttributesRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/ChildRelationshipRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/CompositeActionRelatedListsCollectionResultRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/CompositeGraphQLResultRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/CompositeRelatedListRecordCollectionResultRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/ContentDocumentCompositeRepresentation.d.ts +56 -0
- package/dist/types/src/generated/types/ContentInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/CustomLinkLayoutComponentRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/DisplayLayoutAndMatchingInfoRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/DisplayLayoutRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/DuplicateRecordErrorRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/DuplicateResultInfoRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/DuplicateRuleFilterItemRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/DuplicateRuleFilterRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/DuplicateRuleRepresentation.d.ts +56 -0
- package/dist/types/src/generated/types/DuplicatesConfigurationRepresentation.d.ts +46 -0
- package/dist/types/src/generated/types/DuplicatesRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/EmptySpaceFormSubitemRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/EntityActionRepresentation.d.ts +54 -0
- package/dist/types/src/generated/types/ErrorBadRequestRecordAvatarBatchRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ErrorMessageRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ErrorRecordAvatarBatchRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ErrorSingleRecordAvatarRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FavoriteBatchCollectionInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/FavoriteBatchInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/FavoriteCollectionRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FavoriteInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/FavoriteRepresentation.d.ts +59 -0
- package/dist/types/src/generated/types/FieldFormSubitemRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/FieldLayoutComponentRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/FieldRepresentation.d.ts +121 -0
- package/dist/types/src/generated/types/FieldValueRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/FilteredLookupInfoRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormItemRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/FormRowRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FormSectionRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/GraphQLBatchInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/GraphQLBatchRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/GraphQLErrorLocation.d.ts +32 -0
- package/dist/types/src/generated/types/GraphQLErrorRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/GraphQLInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/GraphQLRepresentation.d.ts +24 -0
- package/dist/types/src/generated/types/KeywordSearchRequestInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/KeywordSearchResultsRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/KeywordSearchResultsSummaryRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/LeadStatusPicklistValueAttributesRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/ListColumnRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ListFilterByInfoRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/ListInfoBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/ListInfoInputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/ListInfoRepresentation.d.ts +90 -0
- package/dist/types/src/generated/types/ListOrderByInfoRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ListOrderedByInfoInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ListRecordCollectionRepresentation.d.ts +94 -0
- package/dist/types/src/generated/types/ListRecordCollectionRepresentation212.d.ts +26 -0
- package/dist/types/src/generated/types/ListReferenceRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/ListUiRepresentation.d.ts +67 -0
- package/dist/types/src/generated/types/ListUiRepresentation212.d.ts +29 -0
- package/dist/types/src/generated/types/ListUserPreferenceInputRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/ListUserPreferenceRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/ListViewSummaryCollectionRepresentation.d.ts +94 -0
- package/dist/types/src/generated/types/ListViewSummaryRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/LocationFieldRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/LookupMetadataRepresentation.d.ts +56 -0
- package/dist/types/src/generated/types/LookupMetadataTargetInfoRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/LookupValuesRepresentation.d.ts +53 -0
- package/dist/types/src/generated/types/MatchRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/MatchResultInfoRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/MatchResultRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/MatchRuleRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/MatchingInfoRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/NavItemInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/NavItemRepresentation.d.ts +91 -0
- package/dist/types/src/generated/types/NavItemsInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/NavItemsRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/ObjectInfoDirectoryEntryRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/ObjectInfoDirectoryRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/ObjectInfoRepresentation.d.ts +121 -0
- package/dist/types/src/generated/types/OperationInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/OperationResponseRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/OpportunityStagePicklistValueAttributesRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/PageReferenceInputRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/PageReferenceRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/PerformActionInputRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/PhotoMetadataRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/PhotoRecordAvatarRepresentation.d.ts +54 -0
- package/dist/types/src/generated/types/PicklistValueRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/PicklistValuesCollectionRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/PicklistValuesRepresentation.d.ts +62 -0
- package/dist/types/src/generated/types/PlatformActionRepresentation.d.ts +98 -0
- package/dist/types/src/generated/types/PrimingGeneratedModuleRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/PrimingRecordCollectionRepresentation.d.ts +48 -0
- package/dist/types/src/generated/types/PrimingRecordRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/PrimingRecordsStatsRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/PrimingRoutesCollectionRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/PrimingRuleErrorRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/QnASearchResultRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/QuickActionDefaultsRepresentation.d.ts +62 -0
- package/dist/types/src/generated/types/QuickActionExecutionRepresentation.d.ts +56 -0
- package/dist/types/src/generated/types/RecordAvatarBatchRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/RecordAvatarBulkMapRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/RecordAvatarBulkRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/RecordCollectionRepresentation.d.ts +61 -0
- package/dist/types/src/generated/types/RecordCreateDefaultRecordRepresentation.d.ts +81 -0
- package/dist/types/src/generated/types/RecordDefaultsRepresentation.d.ts +55 -0
- package/dist/types/src/generated/types/RecordDefaultsTemplateCloneRepresentation.d.ts +61 -0
- package/dist/types/src/generated/types/RecordDefaultsTemplateCreateRepresentation.d.ts +61 -0
- package/dist/types/src/generated/types/RecordExceptionErrorRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/RecordExceptionRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/RecordInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/RecordLayoutComponentRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/RecordLayoutItemRepresentation.d.ts +54 -0
- package/dist/types/src/generated/types/RecordLayoutRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/RecordLayoutRowRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/RecordLayoutSaveOptionRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/RecordLayoutSectionRepresentation.d.ts +48 -0
- package/dist/types/src/generated/types/RecordLayoutSectionUserStateInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/RecordLayoutSectionUserStateRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/RecordLayoutUserStateInputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/RecordLayoutUserStateRepresentation.d.ts +66 -0
- package/dist/types/src/generated/types/RecordRepresentation.d.ts +92 -0
- package/dist/types/src/generated/types/RecordTemplateCloneRepresentation.d.ts +65 -0
- package/dist/types/src/generated/types/RecordTemplateCreateRepresentation.d.ts +62 -0
- package/dist/types/src/generated/types/RecordTypeInfoRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/RecordUiRepresentation.d.ts +89 -0
- package/dist/types/src/generated/types/ReferenceToInfoRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/RelatedListColumnRepresentation.d.ts +54 -0
- package/dist/types/src/generated/types/RelatedListInfoBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/RelatedListInfoRepresentation.d.ts +115 -0
- package/dist/types/src/generated/types/RelatedListPreferencesBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/RelatedListRecordCollectionBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/RelatedListRecordCollectionRepresentation.d.ts +103 -0
- package/dist/types/src/generated/types/RelatedListRecordCountCollectionRepresentation.d.ts +48 -0
- package/dist/types/src/generated/types/RelatedListRecordCountRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/RelatedListRecordsBatchInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/RelatedListRecordsInputRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/RelatedListRecordsSingleBatchInputRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/RelatedListReferenceRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/RelatedListSummaryInfoCollectionRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/RelatedListSummaryInfoRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/RelatedListUserPreferencesInputRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/RelatedListUserPreferencesRepresentation.d.ts +57 -0
- package/dist/types/src/generated/types/ReportLayoutComponentRepresentation.d.ts +52 -0
- package/dist/types/src/generated/types/ResourceReferenceRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/SearchFilterAttributesRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SearchFilterDefinitionRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/SearchFilterInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/SearchFilterMetadataCollectionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/SearchFilterOptionCollectionRepresentation.d.ts +55 -0
- package/dist/types/src/generated/types/SearchFilterOptionRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SearchFilterSelectAttributesRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/SearchFilterTextAttributesRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/SearchRecordHighlightRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SearchRecordInfoRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SearchRequestInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SearchResultCollectionRepresentation.d.ts +65 -0
- package/dist/types/src/generated/types/SearchResultRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/SimpleListInfoResultRepresentation.d.ts +48 -0
- package/dist/types/src/generated/types/SimpleRelatedListCountBatchRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/SimpleRelatedListInfoResultRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/SimpleRelatedListPreferencesResultRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/SimplifiedBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/SimplifiedBatchResultRepresentation.d.ts +46 -0
- package/dist/types/src/generated/types/ThemeBannerRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ThemeImageRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ThemeInfoRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ThemeRecordAvatarRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/ThemeRepresentation.d.ts +61 -0
- package/dist/types/src/generated/types/ValidationRuleRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/ValidationRulesRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/VisualforceLayoutComponentRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/WireDataRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/types/src/generated/uiapi/record-collection/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
- package/dist/types/src/graphql-artifacts/types/RecordConnection/getTypeCacheKeys.d.ts +5 -0
- package/dist/types/src/graphql-artifacts/types/RecordQuery/getFieldType.d.ts +5 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/attachMappedData.d.ts +4 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/convertGraphQLToRaml.d.ts +11 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getFieldData.d.ts +4 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getFieldType.d.ts +5 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getInContextFragmentType.d.ts +3 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getMappedTypeCacheKeys.d.ts +5 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getMinimumSelections.d.ts +2 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/ingestMappedData.d.ts +5 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/isMappedField.d.ts +2 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/selectType.d.ts +4 -0
- package/dist/types/src/graphql-artifacts/types/shared/getMinimumSelections.d.ts +3 -0
- package/dist/types/src/helpers/FieldValueRepresentation/merge.d.ts +3 -0
- package/dist/types/src/helpers/FieldValueRepresentation/normalize.d.ts +5 -0
- package/dist/types/src/helpers/RecordAvatarBulkRepresentation/merge.d.ts +3 -0
- package/dist/types/src/helpers/RecordRepresentation/merge.d.ts +8 -0
- package/dist/types/src/helpers/RecordRepresentation/normalize.d.ts +10 -0
- package/dist/types/src/helpers/RecordRepresentation/resolveConflict.d.ts +11 -0
- package/dist/types/src/helpers/graphql/getDirectiveValue.d.ts +2 -0
- package/dist/types/src/helpers/graphql/getFieldNameOverride.d.ts +2 -0
- package/dist/types/src/helpers/resources/getRecordFulfill.d.ts +2 -0
- package/dist/types/src/instrumentation.d.ts +55 -0
- package/dist/types/src/main.d.ts +85 -0
- package/dist/types/src/overrides/resources/getUiApiListInfoBatch.d.ts +38 -0
- package/dist/types/src/overrides/resources/postGraphqlBatch.d.ts +36 -0
- package/dist/types/src/overrides/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +14 -0
- package/dist/types/src/overrides/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +14 -0
- package/dist/types/src/overrides/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
- package/dist/types/src/primitives/FieldId/coerce.d.ts +6 -0
- package/dist/types/src/primitives/FieldId/index.d.ts +14 -0
- package/dist/types/src/primitives/FieldIdArray/coerce.d.ts +6 -0
- package/dist/types/src/primitives/FormFactor/coerce.d.ts +2 -0
- package/dist/types/src/primitives/FormFactor/index.d.ts +5 -0
- package/dist/types/src/primitives/LayoutMode/coerce.d.ts +2 -0
- package/dist/types/src/primitives/LayoutMode/index.d.ts +5 -0
- package/dist/types/src/primitives/LayoutModeArray/coerce.d.ts +2 -0
- package/dist/types/src/primitives/LayoutType/coerce.d.ts +2 -0
- package/dist/types/src/primitives/LayoutType/index.d.ts +4 -0
- package/dist/types/src/primitives/LayoutTypeArray/coerce.d.ts +2 -0
- package/dist/types/src/primitives/ObjectId/coerce.d.ts +6 -0
- package/dist/types/src/primitives/ObjectId/index.d.ts +4 -0
- package/dist/types/src/primitives/ObjectIdArray/coerce.d.ts +6 -0
- package/dist/types/src/primitives/RecordId18/coerce.d.ts +6 -0
- package/dist/types/src/primitives/RecordId18Array/coerce.d.ts +6 -0
- package/dist/types/src/primitives/SortedObjectIdArray/coerce.d.ts +6 -0
- package/dist/types/src/primitives/SortedStringArray/coerce.d.ts +1 -0
- package/dist/types/src/primitives/SortedStringArrayAllowEmpty/coerce.d.ts +1 -0
- package/dist/types/src/query-evaluation/record-representation-query-evaluator.d.ts +19 -0
- package/dist/types/src/raml-artifacts/adapters/getLayout/buildCachedSnapshotCachePolicy.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getLayout/onFetchResponseSuccess.d.ts +5 -0
- package/dist/types/src/raml-artifacts/adapters/getLayout/utils.d.ts +9 -0
- package/dist/types/src/raml-artifacts/adapters/getLayout/validateAdapterConfig.d.ts +3 -0
- package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshot.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshotCachePolicy.d.ts +9 -0
- package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/buildNetworkSnapshot.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserStateConfig.d.ts +2 -0
- package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserState_ConfigPropertyNames.d.ts +2 -0
- package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/validateAdapterConfig.d.ts +3 -0
- package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshot.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshotCachePolicy.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshot.d.ts +9 -0
- package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshotCachePolicy.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/utils.d.ts +13 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/GetRecordsConfig.d.ts +15 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/adapterFragment.d.ts +3 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/createChildResourceParams.d.ts +3 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/createResourceParams.d.ts +3 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/getRecords_ConfigPropertyNames.d.ts +2 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/onFetchResponseSuccess.d.ts +5 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/typeCheckConfig.d.ts +5 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/validateAdapterConfig.d.ts +6 -0
- package/dist/types/src/raml-artifacts/getPicklistValues/index.d.ts +17 -0
- package/dist/types/src/raml-artifacts/resources/getUiApiRecordAvatarsBatchByRecordIds/ingestSuccess.d.ts +12 -0
- package/dist/types/src/raml-artifacts/resources/getUiApiRecordDefaultsTemplateCloneByRecordId/select.d.ts +2 -0
- package/dist/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/ingestSuccessChildResourceParams.d.ts +17 -0
- package/dist/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/selectChildResourceParams.d.ts +4 -0
- package/dist/types/src/raml-artifacts/resources/getUiApiRecordsByRecordId/createResourceRequest.d.ts +2 -0
- package/dist/types/src/raml-artifacts/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames/createChildResourceParams.d.ts +3 -0
- package/dist/types/src/raml-artifacts/resources/postGraphql/createResourceRequest.d.ts +5 -0
- package/dist/types/src/raml-artifacts/types/FieldValueRepresentation/ingest.d.ts +4 -0
- package/dist/types/src/raml-artifacts/types/QuickActionDefaultsRepresentation/dynamicIngest.d.ts +2 -0
- package/dist/types/src/raml-artifacts/types/RecordAvatarBulkMapRepresentation/ingest.d.ts +2 -0
- package/dist/types/src/raml-artifacts/types/RecordRepresentation/getTypeCacheKeys.d.ts +2 -0
- package/dist/types/src/raml-artifacts/types/RecordRepresentation/ingest.d.ts +4 -0
- package/dist/types/src/raml-artifacts/types/RecordRepresentation/keyBuilderFromType.d.ts +2 -0
- package/dist/types/src/selectors/record.d.ts +15 -0
- package/dist/types/src/sfdc-util/throttle.d.ts +15 -0
- package/dist/types/src/sfdc_graphql.d.ts +13 -0
- package/dist/types/src/sfdc_rest.d.ts +20 -0
- package/dist/types/src/uiapi-static-functions.d.ts +7 -0
- package/dist/types/src/util/cache-policy.d.ts +10 -0
- package/dist/types/src/util/deep-freeze.d.ts +3 -0
- package/dist/types/src/util/fields.d.ts +31 -0
- package/dist/types/src/util/language.d.ts +42 -0
- package/dist/types/src/util/layout.d.ts +4 -0
- package/dist/types/src/util/layouts.d.ts +4 -0
- package/dist/types/src/util/lists.d.ts +69 -0
- package/dist/types/src/util/pagination.d.ts +26 -0
- package/dist/types/src/util/promise.d.ts +1 -0
- package/dist/types/src/util/record-ingest.d.ts +5 -0
- package/dist/types/src/util/record-ui.d.ts +4 -0
- package/dist/types/src/util/records.d.ts +117 -0
- package/dist/types/src/util/snapshot.d.ts +5 -0
- package/dist/types/src/util/supported-entities.d.ts +11 -0
- package/dist/types/src/validation/utils.d.ts +24 -0
- package/dist/types/src/wire/createContentDocumentAndVersion/AdapterConfig.d.ts +5 -0
- package/dist/types/src/wire/createContentDocumentAndVersion/ResourceRequestConfig.d.ts +4 -0
- package/dist/types/src/wire/createContentDocumentAndVersion/buildNetworkSnapshot.d.ts +8 -0
- package/dist/types/src/wire/createContentDocumentAndVersion/configurationTypes.d.ts +5 -0
- package/dist/types/src/wire/createContentDocumentAndVersion/index.d.ts +4 -0
- package/dist/types/src/wire/createContentDocumentAndVersion/validateAdapterConfig.d.ts +5 -0
- package/dist/types/src/wire/createContentVersion/AdapterConfig.d.ts +5 -0
- package/dist/types/src/wire/createContentVersion/ResourceRequestConfig.d.ts +7 -0
- package/dist/types/src/wire/createContentVersion/buildNetworkSnapshot.d.ts +9 -0
- package/dist/types/src/wire/createContentVersion/configurationTypes.d.ts +5 -0
- package/dist/types/src/wire/createContentVersion/index.d.ts +4 -0
- package/dist/types/src/wire/createContentVersion/validateAdapterConfig.d.ts +5 -0
- package/dist/types/src/wire/createRecord/configurationTypes.d.ts +5 -0
- package/dist/types/src/wire/createRecord/index.d.ts +5 -0
- package/dist/types/src/wire/deleteRecord/configurationTypes.d.ts +2 -0
- package/dist/types/src/wire/deleteRecord/index.d.ts +2 -0
- package/dist/types/src/wire/getListUi/index.d.ts +12 -0
- package/dist/types/src/wire/getLookupRecords/index.d.ts +5 -0
- package/dist/types/src/wire/getMruListUi/index.d.ts +7 -0
- package/dist/types/src/wire/getRecord/GetRecordFields.d.ts +14 -0
- package/dist/types/src/wire/getRecord/GetRecordLayoutType.d.ts +11 -0
- package/dist/types/src/wire/getRecord/index.d.ts +5 -0
- package/dist/types/src/wire/getRecordCreateDefaults/index.d.ts +8 -0
- package/dist/types/src/wire/getRecordTemplateClone/index.d.ts +4 -0
- package/dist/types/src/wire/getRecordTemplateCreate/index.d.ts +4 -0
- package/dist/types/src/wire/getRecordUi/index.d.ts +14 -0
- package/dist/types/src/wire/getRecordUi/selectors.d.ts +10 -0
- package/dist/types/src/wire/getRecords/GetRecordsFields.d.ts +4 -0
- package/dist/types/src/wire/graphql/index.d.ts +4 -0
- package/dist/types/src/wire/graphqlBatch/index.d.ts +27 -0
- package/dist/types/src/wire/performQuickAction/index.d.ts +3 -0
- package/dist/types/src/wire/performUpdateRecordQuickAction/index.d.ts +3 -0
- package/dist/types/src/wire/updateLayoutUserState/index.d.ts +5 -0
- package/dist/types/src/wire/updateRecord/configurationTypes.d.ts +5 -0
- package/dist/types/src/wire/updateRecord/index.d.ts +8 -0
- package/dist/types/src/wire/updateRecordAvatar/index.d.ts +3 -0
- package/dist/umd/es2018/uiapi-records-service.js +52467 -0
- package/dist/umd/es5/uiapi-records-service.js +52145 -0
- package/package.json +104 -0
- package/sfdc/graphqlAdapters.d.ts +1 -0
- package/sfdc/graphqlAdapters.js +17733 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +35139 -0
- package/sfdc/uiapi-static-functions.js +327 -0
- package/src/raml/api.raml +7069 -0
- package/src/raml/luvio.raml +1696 -0
- package/src/raml/uiapi.graphql +1111 -0
|
@@ -0,0 +1,1111 @@
|
|
|
1
|
+
scalar String
|
|
2
|
+
scalar DateTime
|
|
3
|
+
scalar Currency
|
|
4
|
+
scalar ID
|
|
5
|
+
scalar Boolean
|
|
6
|
+
scalar Longitude
|
|
7
|
+
scalar MultiPicklist
|
|
8
|
+
scalar Base64
|
|
9
|
+
scalar Url
|
|
10
|
+
scalar PhoneNumber
|
|
11
|
+
scalar Email
|
|
12
|
+
scalar TextArea
|
|
13
|
+
scalar Latitude
|
|
14
|
+
scalar Picklist
|
|
15
|
+
scalar RichTextArea
|
|
16
|
+
scalar EncryptedString
|
|
17
|
+
scalar Double
|
|
18
|
+
scalar Long
|
|
19
|
+
scalar JSON
|
|
20
|
+
scalar Time
|
|
21
|
+
scalar Int
|
|
22
|
+
scalar Percent
|
|
23
|
+
scalar LongTextArea
|
|
24
|
+
scalar Date
|
|
25
|
+
type PercentAggregate implements FieldValue {
|
|
26
|
+
value: Percent
|
|
27
|
+
displayValue: String
|
|
28
|
+
avg: DoubleValue
|
|
29
|
+
count: LongValue
|
|
30
|
+
countDistinct: LongValue
|
|
31
|
+
format: String
|
|
32
|
+
max: PercentValue
|
|
33
|
+
min: PercentValue
|
|
34
|
+
sum: PercentValue
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
type StringAggregate implements FieldValue {
|
|
38
|
+
value: String
|
|
39
|
+
displayValue: String
|
|
40
|
+
count: LongValue
|
|
41
|
+
countDistinct: LongValue
|
|
42
|
+
grouping: IntValue
|
|
43
|
+
label: String
|
|
44
|
+
max: StringValue
|
|
45
|
+
min: StringValue
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
type Query {
|
|
49
|
+
uiapi: UIAPI!
|
|
50
|
+
rateLimit: RateLimit
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
input EmailOperators {
|
|
54
|
+
eq: Email
|
|
55
|
+
ne: Email
|
|
56
|
+
like: Email
|
|
57
|
+
lt: Email
|
|
58
|
+
gt: Email
|
|
59
|
+
lte: Email
|
|
60
|
+
gte: Email
|
|
61
|
+
in: [Email]
|
|
62
|
+
nin: [Email]
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
input PolymorphicParentRelationshipRecordOrderBy @generic {
|
|
66
|
+
RecordOrderBy: RecordOrderBy @fieldCategory
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
input DoubleOperators {
|
|
70
|
+
eq: Double
|
|
71
|
+
ne: Double
|
|
72
|
+
lt: Double
|
|
73
|
+
gt: Double
|
|
74
|
+
lte: Double
|
|
75
|
+
gte: Double
|
|
76
|
+
in: [Double]
|
|
77
|
+
nin: [Double]
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
type DateOnlyAggregation {
|
|
81
|
+
value: Date
|
|
82
|
+
format: String
|
|
83
|
+
convertTimezone: Date
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
type DateAggregate implements FieldValue {
|
|
87
|
+
value: Date
|
|
88
|
+
displayValue: String
|
|
89
|
+
calendarMonth: DateFunctionAggregation
|
|
90
|
+
calendarQuarter: DateFunctionAggregation
|
|
91
|
+
calendarYear: DateFunctionAggregation
|
|
92
|
+
count: LongValue
|
|
93
|
+
countDistinct: LongValue
|
|
94
|
+
dayInMonth: DateFunctionAggregation
|
|
95
|
+
dayInWeek: DateFunctionAggregation
|
|
96
|
+
dayInYear: DateFunctionAggregation
|
|
97
|
+
fiscalMonth: DateFunctionAggregation
|
|
98
|
+
fiscalQuarter: DateFunctionAggregation
|
|
99
|
+
fiscalYear: DateFunctionAggregation
|
|
100
|
+
format: String
|
|
101
|
+
grouping: IntValue
|
|
102
|
+
max: DateValue
|
|
103
|
+
min: DateValue
|
|
104
|
+
weekInMonth: DateFunctionAggregation
|
|
105
|
+
weekInYear: DateFunctionAggregation
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
type RecordTypeInfo {
|
|
109
|
+
available: Boolean!
|
|
110
|
+
defaultRecordTypeMapping: Boolean!
|
|
111
|
+
master: Boolean!
|
|
112
|
+
name: String
|
|
113
|
+
recordTypeId: ID
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
type BooleanValue implements FieldValue {
|
|
117
|
+
value: Boolean
|
|
118
|
+
displayValue: String
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
type ReferenceToInfo {
|
|
122
|
+
ApiName: String!
|
|
123
|
+
nameFields: [String]!
|
|
124
|
+
objectInfo: ObjectInfo
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
interface FieldValue {
|
|
128
|
+
displayValue: String
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
type LongitudeValue implements FieldValue {
|
|
132
|
+
value: Longitude
|
|
133
|
+
displayValue: String
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
type StringValue implements FieldValue {
|
|
137
|
+
value: String
|
|
138
|
+
displayValue: String
|
|
139
|
+
label: String
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
type IntValue implements FieldValue {
|
|
143
|
+
value: Int
|
|
144
|
+
displayValue: String
|
|
145
|
+
format: String
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
type UrlValue implements FieldValue {
|
|
149
|
+
value: Url
|
|
150
|
+
displayValue: String
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
input IdOperators {
|
|
154
|
+
eq: ID
|
|
155
|
+
ne: ID
|
|
156
|
+
lt: ID
|
|
157
|
+
gt: ID
|
|
158
|
+
lte: ID
|
|
159
|
+
gte: ID
|
|
160
|
+
in: [ID]
|
|
161
|
+
nin: [ID]
|
|
162
|
+
inq: JoinInput
|
|
163
|
+
ninq: JoinInput
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
type LongAggregate implements FieldValue {
|
|
167
|
+
value: Long
|
|
168
|
+
displayValue: String
|
|
169
|
+
avg: DoubleValue
|
|
170
|
+
count: LongValue
|
|
171
|
+
countDistinct: LongValue
|
|
172
|
+
format: String
|
|
173
|
+
grouping: IntValue
|
|
174
|
+
max: LongValue
|
|
175
|
+
min: LongValue
|
|
176
|
+
sum: LongValue
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
type PhoneNumberAggregate implements FieldValue {
|
|
180
|
+
value: PhoneNumber
|
|
181
|
+
displayValue: String
|
|
182
|
+
count: LongValue
|
|
183
|
+
countDistinct: LongValue
|
|
184
|
+
grouping: IntValue
|
|
185
|
+
max: PhoneNumberValue
|
|
186
|
+
min: PhoneNumberValue
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
input TimeOperators {
|
|
190
|
+
eq: Time
|
|
191
|
+
ne: Time
|
|
192
|
+
lt: Time
|
|
193
|
+
gt: Time
|
|
194
|
+
lte: Time
|
|
195
|
+
gte: Time
|
|
196
|
+
in: [Time]
|
|
197
|
+
nin: [Time]
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
type PicklistValue implements FieldValue {
|
|
201
|
+
value: Picklist
|
|
202
|
+
displayValue: String
|
|
203
|
+
label: String
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
type CurrencyAggregate implements FieldValue {
|
|
207
|
+
value: Currency
|
|
208
|
+
displayValue: String
|
|
209
|
+
avg: DoubleValue
|
|
210
|
+
count: LongValue
|
|
211
|
+
countDistinct: LongValue
|
|
212
|
+
format: String
|
|
213
|
+
max: CurrencyValue
|
|
214
|
+
min: CurrencyValue
|
|
215
|
+
sum: CurrencyValue
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
type RelatedListInfo {
|
|
219
|
+
childApiName: String!
|
|
220
|
+
relatedListName: String!
|
|
221
|
+
label: String!
|
|
222
|
+
displayColumns: [ListColumn!]!
|
|
223
|
+
orderedByInfo: [ListOrder!]!
|
|
224
|
+
parentApiName: String!
|
|
225
|
+
fieldApiName: String!
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
input StringOperators {
|
|
229
|
+
eq: String
|
|
230
|
+
ne: String
|
|
231
|
+
like: String
|
|
232
|
+
lt: String
|
|
233
|
+
gt: String
|
|
234
|
+
lte: String
|
|
235
|
+
gte: String
|
|
236
|
+
in: [String]
|
|
237
|
+
nin: [String]
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
type UIAPI {
|
|
241
|
+
query: RecordQuery!
|
|
242
|
+
objectInfos(apiNames: [String]): [ObjectInfo]
|
|
243
|
+
relatedListByName(parentApiName: String!, relatedListName: String!): RelatedListInfo
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
input MultiPicklistOperators {
|
|
247
|
+
eq: MultiPicklist
|
|
248
|
+
ne: MultiPicklist
|
|
249
|
+
includes: [MultiPicklist]
|
|
250
|
+
excludes: [MultiPicklist]
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
type DateTimeAggregate implements FieldValue {
|
|
254
|
+
value: DateTime
|
|
255
|
+
displayValue: String
|
|
256
|
+
calendarMonth: DateFunctionAggregation
|
|
257
|
+
calendarQuarter: DateFunctionAggregation
|
|
258
|
+
calendarYear: DateFunctionAggregation
|
|
259
|
+
count: LongValue
|
|
260
|
+
countDistinct: LongValue
|
|
261
|
+
dayInMonth: DateFunctionAggregation
|
|
262
|
+
dayInWeek: DateFunctionAggregation
|
|
263
|
+
dayInYear: DateFunctionAggregation
|
|
264
|
+
dayOnly: DateOnlyAggregation
|
|
265
|
+
fiscalMonth: DateFunctionAggregation
|
|
266
|
+
fiscalQuarter: DateFunctionAggregation
|
|
267
|
+
fiscalYear: DateFunctionAggregation
|
|
268
|
+
format: String
|
|
269
|
+
hourInDay: DateFunctionAggregation
|
|
270
|
+
max: DateTimeValue
|
|
271
|
+
min: DateTimeValue
|
|
272
|
+
weekInMonth: DateFunctionAggregation
|
|
273
|
+
weekInYear: DateFunctionAggregation
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
input BooleanOperators {
|
|
277
|
+
eq: Boolean
|
|
278
|
+
ne: Boolean
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
type EmailAggregate implements FieldValue {
|
|
282
|
+
value: Email
|
|
283
|
+
displayValue: String
|
|
284
|
+
count: LongValue
|
|
285
|
+
countDistinct: LongValue
|
|
286
|
+
grouping: IntValue
|
|
287
|
+
max: EmailValue
|
|
288
|
+
min: EmailValue
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
type RichTextAreaValue implements FieldValue {
|
|
292
|
+
value: RichTextArea
|
|
293
|
+
displayValue: String
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
type MultiPicklistValue implements FieldValue {
|
|
297
|
+
value: MultiPicklist
|
|
298
|
+
displayValue: String
|
|
299
|
+
label: String
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
type TimeAggregate implements FieldValue {
|
|
303
|
+
value: Time
|
|
304
|
+
displayValue: String
|
|
305
|
+
format: String
|
|
306
|
+
hourInDay: DateFunctionAggregation
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
type __Type {
|
|
310
|
+
kind: __TypeKind!
|
|
311
|
+
name: String
|
|
312
|
+
description: String
|
|
313
|
+
fields(includeDeprecated: Boolean = false): [__Field!]
|
|
314
|
+
interfaces: [__Type!]
|
|
315
|
+
possibleTypes: [__Type!]
|
|
316
|
+
enumValues(includeDeprecated: Boolean = false): [__EnumValue!]
|
|
317
|
+
inputFields: [__InputValue!]
|
|
318
|
+
ofType: __Type
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
type ListColumn {
|
|
322
|
+
fieldApiName: String!
|
|
323
|
+
label: String!
|
|
324
|
+
lookupId: String
|
|
325
|
+
sortable: Boolean
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
type LatitudeAggregate implements FieldValue {
|
|
329
|
+
value: Latitude
|
|
330
|
+
displayValue: String
|
|
331
|
+
avg: DoubleValue
|
|
332
|
+
count: LongValue
|
|
333
|
+
countDistinct: LongValue
|
|
334
|
+
max: LatitudeValue
|
|
335
|
+
min: LatitudeValue
|
|
336
|
+
sum: DoubleValue
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
input CurrencyOperators {
|
|
340
|
+
eq: Currency
|
|
341
|
+
ne: Currency
|
|
342
|
+
lt: Currency
|
|
343
|
+
gt: Currency
|
|
344
|
+
lte: Currency
|
|
345
|
+
gte: Currency
|
|
346
|
+
in: [Currency]
|
|
347
|
+
nin: [Currency]
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
union PolymorphicParentRelationship @generic = RecordRepresentation
|
|
351
|
+
|
|
352
|
+
type LongTextAreaValue implements FieldValue {
|
|
353
|
+
value: LongTextArea
|
|
354
|
+
displayValue: String
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
type LatitudeValue implements FieldValue {
|
|
358
|
+
value: Latitude
|
|
359
|
+
displayValue: String
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
input OrderByClause {
|
|
363
|
+
order: ResultOrder
|
|
364
|
+
nulls: NullOrder
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
type LongitudeAggregate implements FieldValue {
|
|
368
|
+
value: Longitude
|
|
369
|
+
displayValue: String
|
|
370
|
+
avg: DoubleValue
|
|
371
|
+
count: LongValue
|
|
372
|
+
countDistinct: LongValue
|
|
373
|
+
max: LongitudeValue
|
|
374
|
+
min: LongitudeValue
|
|
375
|
+
sum: DoubleValue
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
type RecordEdge @generic {
|
|
379
|
+
node: RecordRepresentation
|
|
380
|
+
cursor: String!
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
type DateValue implements FieldValue {
|
|
384
|
+
value: Date
|
|
385
|
+
displayValue: String
|
|
386
|
+
format: String
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
input URLOperators {
|
|
390
|
+
eq: Url
|
|
391
|
+
ne: Url
|
|
392
|
+
like: Url
|
|
393
|
+
lt: Url
|
|
394
|
+
gt: Url
|
|
395
|
+
lte: Url
|
|
396
|
+
gte: Url
|
|
397
|
+
in: [Url]
|
|
398
|
+
nin: [Url]
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
input LongOperators {
|
|
402
|
+
eq: Long
|
|
403
|
+
ne: Long
|
|
404
|
+
lt: Long
|
|
405
|
+
gt: Long
|
|
406
|
+
lte: Long
|
|
407
|
+
gte: Long
|
|
408
|
+
in: [Long]
|
|
409
|
+
nin: [Long]
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
enum DataType {
|
|
413
|
+
STRING
|
|
414
|
+
TEXTAREA
|
|
415
|
+
PHONE
|
|
416
|
+
EMAIL
|
|
417
|
+
URL
|
|
418
|
+
ENCRYPTEDSTRING
|
|
419
|
+
BOOLEAN
|
|
420
|
+
CURRENCY
|
|
421
|
+
INT
|
|
422
|
+
LONG
|
|
423
|
+
DOUBLE
|
|
424
|
+
PERCENT
|
|
425
|
+
DATETIME
|
|
426
|
+
TIME
|
|
427
|
+
DATE
|
|
428
|
+
REFERENCE
|
|
429
|
+
PICKLIST
|
|
430
|
+
MULTIPICKLIST
|
|
431
|
+
ADDRESS
|
|
432
|
+
LOCATION
|
|
433
|
+
BASE64
|
|
434
|
+
COMPLEXVALUE
|
|
435
|
+
COMBOBOX
|
|
436
|
+
JSON
|
|
437
|
+
JUNCTIONIDLIST
|
|
438
|
+
ANYTYPE
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
enum NullOrder {
|
|
442
|
+
FIRST
|
|
443
|
+
LAST
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
type PhoneNumberValue implements FieldValue {
|
|
447
|
+
value: PhoneNumber
|
|
448
|
+
displayValue: String
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
# Cannot have empty enum
|
|
452
|
+
# enum RecordScope @generic {
|
|
453
|
+
# }
|
|
454
|
+
|
|
455
|
+
type DoubleAggregate implements FieldValue {
|
|
456
|
+
value: Double
|
|
457
|
+
displayValue: String
|
|
458
|
+
avg: DoubleValue
|
|
459
|
+
count: LongValue
|
|
460
|
+
countDistinct: LongValue
|
|
461
|
+
format: String
|
|
462
|
+
max: DoubleValue
|
|
463
|
+
min: DoubleValue
|
|
464
|
+
sum: DoubleValue
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
type __Field {
|
|
468
|
+
name: String!
|
|
469
|
+
description: String
|
|
470
|
+
args: [__InputValue!]!
|
|
471
|
+
type: __Type!
|
|
472
|
+
isDeprecated: Boolean!
|
|
473
|
+
deprecationReason: String
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
input DateOperators {
|
|
477
|
+
eq: DateInput
|
|
478
|
+
ne: DateInput
|
|
479
|
+
lt: DateInput
|
|
480
|
+
gt: DateInput
|
|
481
|
+
lte: DateInput
|
|
482
|
+
gte: DateInput
|
|
483
|
+
in: [DateInput]
|
|
484
|
+
nin: [DateInput]
|
|
485
|
+
DAY_IN_WEEK: DateFunctionInput
|
|
486
|
+
DAY_IN_MONTH: DateFunctionInput
|
|
487
|
+
DAY_IN_YEAR: DateFunctionInput
|
|
488
|
+
WEEK_IN_MONTH: DateFunctionInput
|
|
489
|
+
WEEK_IN_YEAR: DateFunctionInput
|
|
490
|
+
CALENDAR_MONTH: DateFunctionInput
|
|
491
|
+
CALENDAR_QUARTER: DateFunctionInput
|
|
492
|
+
CALENDAR_YEAR: DateFunctionInput
|
|
493
|
+
FISCAL_MONTH: DateFunctionInput
|
|
494
|
+
FISCAL_QUARTER: DateFunctionInput
|
|
495
|
+
FISCAL_YEAR: DateFunctionInput
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
input JoinInput {
|
|
499
|
+
Record: RecordFilter @fieldCategory
|
|
500
|
+
ApiName: String
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
input TextAreaOperators {
|
|
504
|
+
eq: TextArea
|
|
505
|
+
ne: TextArea
|
|
506
|
+
like: TextArea
|
|
507
|
+
lt: TextArea
|
|
508
|
+
gt: TextArea
|
|
509
|
+
lte: TextArea
|
|
510
|
+
gte: TextArea
|
|
511
|
+
in: [TextArea]
|
|
512
|
+
nin: [TextArea]
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
type TextAreaValue implements FieldValue {
|
|
516
|
+
value: TextArea
|
|
517
|
+
displayValue: String
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
input PercentOperators {
|
|
521
|
+
eq: Percent
|
|
522
|
+
ne: Percent
|
|
523
|
+
lt: Percent
|
|
524
|
+
gt: Percent
|
|
525
|
+
lte: Percent
|
|
526
|
+
gte: Percent
|
|
527
|
+
in: [Percent]
|
|
528
|
+
nin: [Percent]
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
type DoubleValue implements FieldValue {
|
|
532
|
+
value: Double
|
|
533
|
+
displayValue: String
|
|
534
|
+
format: String
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
type IDAggregate implements FieldValue {
|
|
538
|
+
value: ID
|
|
539
|
+
displayValue: String
|
|
540
|
+
count: LongValue
|
|
541
|
+
countDistinct: LongValue
|
|
542
|
+
grouping: IntValue
|
|
543
|
+
max: IDValue
|
|
544
|
+
min: IDValue
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
type __InputValue {
|
|
548
|
+
name: String!
|
|
549
|
+
description: String
|
|
550
|
+
type: __Type!
|
|
551
|
+
defaultValue: String
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
type __Directive {
|
|
555
|
+
name: String
|
|
556
|
+
description: String
|
|
557
|
+
locations: [__DirectiveLocation!]
|
|
558
|
+
args: [__InputValue!]!
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
type ThemeInfo {
|
|
562
|
+
color: String
|
|
563
|
+
iconUrl: String
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
type UrlAggregate implements FieldValue {
|
|
567
|
+
value: Url
|
|
568
|
+
displayValue: String
|
|
569
|
+
count: LongValue
|
|
570
|
+
countDistinct: LongValue
|
|
571
|
+
grouping: IntValue
|
|
572
|
+
max: UrlValue
|
|
573
|
+
min: UrlValue
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
enum DateLiteral {
|
|
577
|
+
LAST_90_DAYS
|
|
578
|
+
THIS_MONTH
|
|
579
|
+
NEXT_FISCAL_YEAR
|
|
580
|
+
LAST_FISCAL_YEAR
|
|
581
|
+
NEXT_90_DAYS
|
|
582
|
+
NEXT_FISCAL_QUARTER
|
|
583
|
+
THIS_YEAR
|
|
584
|
+
THIS_QUARTER
|
|
585
|
+
YESTERDAY
|
|
586
|
+
LAST_QUARTER
|
|
587
|
+
LAST_YEAR
|
|
588
|
+
THIS_FISCAL_YEAR
|
|
589
|
+
TOMORROW
|
|
590
|
+
LAST_MONTH
|
|
591
|
+
THIS_FISCAL_QUARTER
|
|
592
|
+
NEXT_YEAR
|
|
593
|
+
NEXT_QUARTER
|
|
594
|
+
THIS_WEEK
|
|
595
|
+
NEXT_WEEK
|
|
596
|
+
NEXT_MONTH
|
|
597
|
+
TODAY
|
|
598
|
+
LAST_WEEK
|
|
599
|
+
LAST_FISCAL_QUARTER
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
type __EnumValue {
|
|
603
|
+
name: String!
|
|
604
|
+
description: String
|
|
605
|
+
isDeprecated: Boolean!
|
|
606
|
+
deprecationReason: String
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
# syntax fix
|
|
610
|
+
type RecordRepresentation implements Record @generic {
|
|
611
|
+
Id: ID!
|
|
612
|
+
ApiName: String!
|
|
613
|
+
WeakEtag: Long!
|
|
614
|
+
DisplayValue: String
|
|
615
|
+
LastModifiedById: IDValue
|
|
616
|
+
LastModifiedDate: DateTimeValue
|
|
617
|
+
SystemModstamp: DateTimeValue
|
|
618
|
+
RecordTypeId(fallback: Boolean): IDValue
|
|
619
|
+
IntValue: IntValue @fieldCategory
|
|
620
|
+
StringValue: StringValue @fieldCategory
|
|
621
|
+
BooleanValue: BooleanValue @fieldCategory
|
|
622
|
+
IDValue: IDValue @fieldCategory
|
|
623
|
+
DateTimeValue: DateTimeValue @fieldCategory
|
|
624
|
+
TimeValue: TimeValue @fieldCategory
|
|
625
|
+
DateValue: DateValue @fieldCategory
|
|
626
|
+
TextAreaValue: TextAreaValue @fieldCategory
|
|
627
|
+
LongTextAreaValue: LongTextAreaValue @fieldCategory
|
|
628
|
+
RichTextAreaValue: RichTextAreaValue @fieldCategory
|
|
629
|
+
PhoneNumberValue: PhoneNumberValue @fieldCategory
|
|
630
|
+
EmailValue: EmailValue @fieldCategory
|
|
631
|
+
UrlValue: UrlValue @fieldCategory
|
|
632
|
+
EncryptedStringValue: EncryptedStringValue @fieldCategory
|
|
633
|
+
CurrencyValue: CurrencyValue @fieldCategory
|
|
634
|
+
LongitudeValue: LongitudeValue @fieldCategory
|
|
635
|
+
LatitudeValue: LatitudeValue @fieldCategory
|
|
636
|
+
PicklistValue: PicklistValue @fieldCategory
|
|
637
|
+
MultiPicklistValue: MultiPicklistValue @fieldCategory
|
|
638
|
+
LongValue: LongValue @fieldCategory
|
|
639
|
+
DoubleValue: DoubleValue @fieldCategory
|
|
640
|
+
PercentValue: PercentValue @fieldCategory
|
|
641
|
+
Base64Value: Base64Value @fieldCategory
|
|
642
|
+
JSONValue: JSONValue @fieldCategory
|
|
643
|
+
parentRelationship: RecordRepresentation @fieldCategory
|
|
644
|
+
polymorphicParentRelationship: PolymorphicParentRelationship @fieldCategory
|
|
645
|
+
childRelationship(first: Int, after: String, where: RecordFilter, orderBy: RecordOrderBy): RecordConnection @fieldCategory
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
type IDValue implements FieldValue {
|
|
649
|
+
value: ID
|
|
650
|
+
displayValue: String
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
type TextAreaAggregate implements FieldValue {
|
|
654
|
+
value: TextArea
|
|
655
|
+
displayValue: String
|
|
656
|
+
count: LongValue
|
|
657
|
+
countDistinct: LongValue
|
|
658
|
+
grouping: IntValue
|
|
659
|
+
max: TextAreaValue
|
|
660
|
+
min: TextAreaValue
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
enum ResultOrder {
|
|
664
|
+
DESC
|
|
665
|
+
ASC
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
input RecordOrderBy @generic {
|
|
669
|
+
orderableField: OrderByClause @fieldCategory
|
|
670
|
+
orderableParentRelationship: RecordOrderBy @fieldCategory
|
|
671
|
+
orderablePolymorphicParentRelationship: PolymorphicParentRelationshipRecordOrderBy @fieldCategory
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
input PicklistOperators {
|
|
675
|
+
eq: Picklist
|
|
676
|
+
ne: Picklist
|
|
677
|
+
in: [Picklist]
|
|
678
|
+
nin: [Picklist]
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
input RecordFilter @generic {
|
|
682
|
+
and: [RecordFilter]
|
|
683
|
+
or: [RecordFilter]
|
|
684
|
+
not: RecordFilter
|
|
685
|
+
parentRelationshipRecordFilter: RecordFilter @fieldCategory
|
|
686
|
+
polymorphicParentRelationshipRecordFilter: PolymorphicParentRelationshipRecordFilter @fieldCategory
|
|
687
|
+
IntegerOperator: IntegerOperators @fieldCategory
|
|
688
|
+
LongOperator: LongOperators @fieldCategory
|
|
689
|
+
StringOperator: StringOperators @fieldCategory
|
|
690
|
+
DoubleOperator: DoubleOperators @fieldCategory
|
|
691
|
+
PercentOperator: PercentOperators @fieldCategory
|
|
692
|
+
LongitudeOperator: LongitudeOperators @fieldCategory
|
|
693
|
+
LatitudeOperator: LatitudeOperators @fieldCategory
|
|
694
|
+
EmailOperator: EmailOperators @fieldCategory
|
|
695
|
+
TextAreaOperator: TextAreaOperators @fieldCategory
|
|
696
|
+
LongTextAreaOperator: LongTextAreaOperators @fieldCategory
|
|
697
|
+
URLOperator: URLOperators @fieldCategory
|
|
698
|
+
PhoneNumberOperator: PhoneNumberOperators @fieldCategory
|
|
699
|
+
BooleanOperator: BooleanOperators @fieldCategory
|
|
700
|
+
IdOperator: IdOperators @fieldCategory
|
|
701
|
+
CurrencyOperator: CurrencyOperators @fieldCategory
|
|
702
|
+
TimeOperator: TimeOperators @fieldCategory
|
|
703
|
+
DateOperator: DateOperators @fieldCategory
|
|
704
|
+
DateTimeOperator: DateTimeOperators @fieldCategory
|
|
705
|
+
PicklistOperator: PicklistOperators @fieldCategory
|
|
706
|
+
MultiPicklistOperator: MultiPicklistOperators @fieldCategory
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
type TimeValue implements FieldValue {
|
|
710
|
+
value: Time
|
|
711
|
+
displayValue: String
|
|
712
|
+
format: String
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
type PicklistAggregate implements FieldValue {
|
|
716
|
+
value: Picklist
|
|
717
|
+
displayValue: String
|
|
718
|
+
count: LongValue
|
|
719
|
+
countDistinct: LongValue
|
|
720
|
+
grouping: IntValue
|
|
721
|
+
label: String
|
|
722
|
+
max: PicklistValue
|
|
723
|
+
min: PicklistValue
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
input LatitudeOperators {
|
|
727
|
+
eq: Latitude
|
|
728
|
+
ne: Latitude
|
|
729
|
+
lt: Latitude
|
|
730
|
+
gt: Latitude
|
|
731
|
+
lte: Latitude
|
|
732
|
+
gte: Latitude
|
|
733
|
+
in: [Latitude]
|
|
734
|
+
nin: [Latitude]
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
type DateTimeValue implements FieldValue {
|
|
738
|
+
value: DateTime
|
|
739
|
+
displayValue: String
|
|
740
|
+
format: String
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
enum __DirectiveLocation {
|
|
744
|
+
QUERY
|
|
745
|
+
MUTATION
|
|
746
|
+
FIELD
|
|
747
|
+
FRAGMENT_DEFINITION
|
|
748
|
+
FRAGMENT_SPREAD
|
|
749
|
+
INLINE_FRAGMENT
|
|
750
|
+
SCHEMA
|
|
751
|
+
SCALAR
|
|
752
|
+
OBJECT
|
|
753
|
+
FIELD_DEFINITION
|
|
754
|
+
ARGUMENT_DEFINITION
|
|
755
|
+
INTERFACE
|
|
756
|
+
UNION
|
|
757
|
+
ENUM
|
|
758
|
+
ENUM_VALUE
|
|
759
|
+
INPUT_OBJECT
|
|
760
|
+
INPUT_FIELD_DEFINITION
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
type IntAggregate implements FieldValue {
|
|
764
|
+
value: Int
|
|
765
|
+
displayValue: String
|
|
766
|
+
avg: DoubleValue
|
|
767
|
+
count: LongValue
|
|
768
|
+
countDistinct: LongValue
|
|
769
|
+
format: String
|
|
770
|
+
grouping: IntValue
|
|
771
|
+
max: IntValue
|
|
772
|
+
min: IntValue
|
|
773
|
+
sum: LongValue
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
type ListOrder {
|
|
777
|
+
fieldApiName: String!
|
|
778
|
+
sortDirection: ResultOrder
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
type JSONValue implements FieldValue {
|
|
782
|
+
value: JSON
|
|
783
|
+
displayValue: String
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
type EmailValue implements FieldValue {
|
|
787
|
+
value: Email
|
|
788
|
+
displayValue: String
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
type LongValue implements FieldValue {
|
|
792
|
+
value: Long
|
|
793
|
+
displayValue: String
|
|
794
|
+
format: String
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
input DateFunctionInput {
|
|
798
|
+
value: LongOperators
|
|
799
|
+
convertTimezoneValue: LongOperators
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
type DependentField {
|
|
803
|
+
controllingField: String!
|
|
804
|
+
dependentFields: [String]!
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
input LongTextAreaOperators {
|
|
808
|
+
eq: LongTextArea
|
|
809
|
+
ne: LongTextArea
|
|
810
|
+
like: LongTextArea
|
|
811
|
+
lt: LongTextArea
|
|
812
|
+
gt: LongTextArea
|
|
813
|
+
lte: LongTextArea
|
|
814
|
+
gte: LongTextArea
|
|
815
|
+
in: [LongTextArea]
|
|
816
|
+
nin: [LongTextArea]
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
enum __TypeKind {
|
|
820
|
+
SCALAR
|
|
821
|
+
OBJECT
|
|
822
|
+
INTERFACE
|
|
823
|
+
UNION
|
|
824
|
+
ENUM
|
|
825
|
+
INPUT_OBJECT
|
|
826
|
+
LIST
|
|
827
|
+
NON_NULL
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
type PercentValue implements FieldValue {
|
|
831
|
+
value: Percent
|
|
832
|
+
displayValue: String
|
|
833
|
+
format: String
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
input DateTimeOperators {
|
|
837
|
+
eq: DateTimeInput
|
|
838
|
+
ne: DateTimeInput
|
|
839
|
+
lt: DateTimeInput
|
|
840
|
+
gt: DateTimeInput
|
|
841
|
+
lte: DateTimeInput
|
|
842
|
+
gte: DateTimeInput
|
|
843
|
+
in: [DateTimeInput]
|
|
844
|
+
nin: [DateTimeInput]
|
|
845
|
+
DAY_IN_WEEK: DateFunctionInput
|
|
846
|
+
DAY_IN_MONTH: DateFunctionInput
|
|
847
|
+
DAY_IN_YEAR: DateFunctionInput
|
|
848
|
+
WEEK_IN_MONTH: DateFunctionInput
|
|
849
|
+
WEEK_IN_YEAR: DateFunctionInput
|
|
850
|
+
CALENDAR_MONTH: DateFunctionInput
|
|
851
|
+
CALENDAR_QUARTER: DateFunctionInput
|
|
852
|
+
CALENDAR_YEAR: DateFunctionInput
|
|
853
|
+
FISCAL_MONTH: DateFunctionInput
|
|
854
|
+
FISCAL_QUARTER: DateFunctionInput
|
|
855
|
+
FISCAL_YEAR: DateFunctionInput
|
|
856
|
+
DAY_ONLY: DateTimeFunctionInput
|
|
857
|
+
HOUR_IN_DAY: DateFunctionInput
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
type BooleanAggregate implements FieldValue {
|
|
861
|
+
value: Boolean
|
|
862
|
+
displayValue: String
|
|
863
|
+
grouping: IntValue
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
type RecordConnection @generic {
|
|
867
|
+
edges: [RecordEdge]
|
|
868
|
+
pageInfo: PageInfo!
|
|
869
|
+
totalCount: Int!
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
type FilteredLookupInfo {
|
|
873
|
+
controllingFields: [String]!
|
|
874
|
+
dependent: Boolean!
|
|
875
|
+
optionalFilter: Boolean!
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
input PhoneNumberOperators {
|
|
879
|
+
eq: PhoneNumber
|
|
880
|
+
ne: PhoneNumber
|
|
881
|
+
like: PhoneNumber
|
|
882
|
+
lt: PhoneNumber
|
|
883
|
+
gt: PhoneNumber
|
|
884
|
+
lte: PhoneNumber
|
|
885
|
+
gte: PhoneNumber
|
|
886
|
+
in: [PhoneNumber]
|
|
887
|
+
nin: [PhoneNumber]
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
type ObjectInfo {
|
|
891
|
+
ApiName: String!
|
|
892
|
+
childRelationships: [ChildRelationship]!
|
|
893
|
+
createable: Boolean!
|
|
894
|
+
custom: Boolean!
|
|
895
|
+
defaultRecordTypeId: ID
|
|
896
|
+
deletable: Boolean!
|
|
897
|
+
dependentFields: [DependentField]!
|
|
898
|
+
feedEnabled: Boolean!
|
|
899
|
+
fields: [Field]!
|
|
900
|
+
keyPrefix: String
|
|
901
|
+
label: String
|
|
902
|
+
labelPlural: String
|
|
903
|
+
layoutable: Boolean!
|
|
904
|
+
mruEnabled: Boolean!
|
|
905
|
+
nameFields: [String]!
|
|
906
|
+
queryable: Boolean!
|
|
907
|
+
recordTypeInfos: [RecordTypeInfo]!
|
|
908
|
+
searchable: Boolean!
|
|
909
|
+
themeInfo: ThemeInfo
|
|
910
|
+
updateable: Boolean!
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
input LongitudeOperators {
|
|
914
|
+
eq: Longitude
|
|
915
|
+
ne: Longitude
|
|
916
|
+
lt: Longitude
|
|
917
|
+
gt: Longitude
|
|
918
|
+
lte: Longitude
|
|
919
|
+
gte: Longitude
|
|
920
|
+
in: [Longitude]
|
|
921
|
+
nin: [Longitude]
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
type Field {
|
|
925
|
+
ApiName: String!
|
|
926
|
+
calculated: Boolean!
|
|
927
|
+
compound: Boolean!
|
|
928
|
+
compoundComponentName: String
|
|
929
|
+
compoundFieldName: String
|
|
930
|
+
controllerName: String
|
|
931
|
+
controllingFields: [String]!
|
|
932
|
+
createable: Boolean!
|
|
933
|
+
custom: Boolean!
|
|
934
|
+
dataType: DataType
|
|
935
|
+
extraTypeInfo: FieldExtraTypeInfo
|
|
936
|
+
filterable: Boolean!
|
|
937
|
+
filteredLookupInfo: FilteredLookupInfo
|
|
938
|
+
highScaleNumber: Boolean!
|
|
939
|
+
htmlFormatted: Boolean!
|
|
940
|
+
inlineHelpText: String
|
|
941
|
+
label: String
|
|
942
|
+
nameField: Boolean!
|
|
943
|
+
polymorphicForeignKey: Boolean!
|
|
944
|
+
precision: Int
|
|
945
|
+
reference: Boolean!
|
|
946
|
+
referenceTargetField: String
|
|
947
|
+
referenceToInfos: [ReferenceToInfo]!
|
|
948
|
+
relationshipName: String
|
|
949
|
+
required: Boolean!
|
|
950
|
+
scale: Int
|
|
951
|
+
searchPrefilterable: Boolean
|
|
952
|
+
sortable: Boolean!
|
|
953
|
+
updateable: Boolean!
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
enum FieldExtraTypeInfo {
|
|
957
|
+
IMAGE_URL
|
|
958
|
+
EXTERNAL_LOOKUP
|
|
959
|
+
INDIRECT_LOOKUP
|
|
960
|
+
PERSONNAME
|
|
961
|
+
SWITCHABLE_PERSONNAME
|
|
962
|
+
PLAINTEXTAREA
|
|
963
|
+
RICHTEXTAREA
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
type RateLimit {
|
|
967
|
+
cost: Long
|
|
968
|
+
limit: Long
|
|
969
|
+
remaining: Long
|
|
970
|
+
resetAt: DateTime
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
input DateRange {
|
|
974
|
+
last_n_days: Int
|
|
975
|
+
next_n_days: Int
|
|
976
|
+
last_n_weeks: Int
|
|
977
|
+
next_n_weeks: Int
|
|
978
|
+
last_n_months: Int
|
|
979
|
+
next_n_months: Int
|
|
980
|
+
last_n_quarters: Int
|
|
981
|
+
next_n_quarters: Int
|
|
982
|
+
last_n_fiscal_quarters: Int
|
|
983
|
+
next_n_fiscal_quarters: Int
|
|
984
|
+
last_n_years: Int
|
|
985
|
+
next_n_years: Int
|
|
986
|
+
last_n_fiscal_years: Int
|
|
987
|
+
next_n_fiscal_years: Int
|
|
988
|
+
n_days_ago: Int
|
|
989
|
+
n_weeks_ago: Int
|
|
990
|
+
n_months_ago: Int
|
|
991
|
+
n_quarters_ago: Int
|
|
992
|
+
n_years_ago: Int
|
|
993
|
+
n_fiscal_quarters_ago: Int
|
|
994
|
+
n_fiscal_years_ago: Int
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
input DateTimeFunctionInput {
|
|
998
|
+
value: DateTimePrimitiveOperators
|
|
999
|
+
convertTimezoneValue: DateTimePrimitiveOperators
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
type Base64Value implements FieldValue {
|
|
1003
|
+
value: Base64
|
|
1004
|
+
displayValue: String
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
input IntegerOperators {
|
|
1008
|
+
eq: Int
|
|
1009
|
+
ne: Int
|
|
1010
|
+
lt: Int
|
|
1011
|
+
gt: Int
|
|
1012
|
+
lte: Int
|
|
1013
|
+
gte: Int
|
|
1014
|
+
in: [Int]
|
|
1015
|
+
nin: [Int]
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
type EncryptedStringValue implements FieldValue {
|
|
1019
|
+
value: EncryptedString
|
|
1020
|
+
displayValue: String
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
interface Record {
|
|
1024
|
+
Id: ID!
|
|
1025
|
+
ApiName: String!
|
|
1026
|
+
WeakEtag: Long!
|
|
1027
|
+
DisplayValue: String
|
|
1028
|
+
LastModifiedById: IDValue
|
|
1029
|
+
LastModifiedDate: DateTimeValue
|
|
1030
|
+
SystemModstamp: DateTimeValue
|
|
1031
|
+
RecordTypeId(fallback: Boolean): IDValue
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
input PolymorphicParentRelationshipRecordFilter @generic {
|
|
1035
|
+
RecordFilter: RecordFilter @fieldCategory
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
type __Schema {
|
|
1039
|
+
types: [__Type!]!
|
|
1040
|
+
queryType: __Type!
|
|
1041
|
+
mutationType: __Type
|
|
1042
|
+
directives: [__Directive!]!
|
|
1043
|
+
subscriptionType: __Type
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
input DateTimeInput {
|
|
1047
|
+
value: DateTime
|
|
1048
|
+
literal: DateLiteral
|
|
1049
|
+
range: DateRange
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
input DateTimePrimitiveOperators {
|
|
1053
|
+
eq: DateTime
|
|
1054
|
+
ne: DateTime
|
|
1055
|
+
lt: DateTime
|
|
1056
|
+
gt: DateTime
|
|
1057
|
+
lte: DateTime
|
|
1058
|
+
gte: DateTime
|
|
1059
|
+
in: [DateTime]
|
|
1060
|
+
nin: [DateTime]
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
type ChildRelationship {
|
|
1064
|
+
childObjectApiName: String!
|
|
1065
|
+
fieldName: String
|
|
1066
|
+
junctionIdListNames: [String]!
|
|
1067
|
+
junctionReferenceTo: [String]!
|
|
1068
|
+
relationshipName: String
|
|
1069
|
+
objectInfo: ObjectInfo
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
type PageInfo {
|
|
1073
|
+
hasNextPage: Boolean!
|
|
1074
|
+
hasPreviousPage: Boolean!
|
|
1075
|
+
startCursor: String
|
|
1076
|
+
endCursor: String
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
type CurrencyValue implements FieldValue {
|
|
1080
|
+
value: Currency
|
|
1081
|
+
displayValue: String
|
|
1082
|
+
format: String
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
input DateInput {
|
|
1086
|
+
value: Date
|
|
1087
|
+
literal: DateLiteral
|
|
1088
|
+
range: DateRange
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
type DateFunctionAggregation {
|
|
1092
|
+
value: Long
|
|
1093
|
+
format: String
|
|
1094
|
+
convertTimezone: Long
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
type RecordQuery {
|
|
1098
|
+
# scope should be type RecordScope but it cannot currently be used
|
|
1099
|
+
recordQuery(first: Int, after: String, where: RecordFilter, orderBy: RecordOrderBy, scope: String): RecordConnection @fieldCategory
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
directive @generic on OBJECT | INTERFACE | UNION | ENUM | INPUT_OBJECT
|
|
1103
|
+
directive @fieldCategory on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
|
|
1104
|
+
directive @category on FIELD
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
|