@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,62 @@
|
|
|
1
|
+
import { PicklistValueRepresentation as PicklistValueRepresentation_PicklistValueRepresentation } from './PicklistValueRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 300000;
|
|
4
|
+
export declare const VERSION = "0a361a49370acb4c6a31721a2057649a";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export type PicklistValuesRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialPicklistValuesRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): PicklistValuesRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: PicklistValuesRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: PicklistValuesRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: PicklistValuesRepresentation, existing: PicklistValuesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PicklistValuesRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: PicklistValuesRepresentationNormalized, incoming: PicklistValuesRepresentationNormalized): boolean;
|
|
19
|
+
export declare function deepFreeze(input: PicklistValuesRepresentation): void;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PicklistValuesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
22
|
+
/**
|
|
23
|
+
* Picklist values for a field and scoped to a record type.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* id (string): url
|
|
27
|
+
*/
|
|
28
|
+
export interface PicklistValuesRepresentationNormalized {
|
|
29
|
+
/** If a picklist is an independent picklist, this map will be empty. If it is a dependent picklist, then this map will contain the following:
|
|
30
|
+
Controlling field is a picklist:
|
|
31
|
+
Picklist value -> value index
|
|
32
|
+
Controlling field is a boolean:
|
|
33
|
+
If the controlling field is a boolean, then 0 will indicate false and 1 will indicate true. Values in the map will be:
|
|
34
|
+
"false": 0
|
|
35
|
+
"true": 1. */
|
|
36
|
+
controllerValues: {
|
|
37
|
+
[key: string]: number;
|
|
38
|
+
};
|
|
39
|
+
/** The default value for the picklist, or null if there isn't one. */
|
|
40
|
+
defaultValue: PicklistValueRepresentation_PicklistValueRepresentation | null;
|
|
41
|
+
/** ETag like field, readOnly, handy while caching. */
|
|
42
|
+
eTag: string;
|
|
43
|
+
/** A self-reference URL back to the API that can be used to retrieve this payload. */
|
|
44
|
+
url: string;
|
|
45
|
+
/** A list of the applicable values for this object-record-type-field combination. */
|
|
46
|
+
values: Array<PicklistValueRepresentation_PicklistValueRepresentation>;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Picklist values for a field and scoped to a record type.
|
|
50
|
+
*
|
|
51
|
+
* Keys:
|
|
52
|
+
* id (string): url
|
|
53
|
+
*/
|
|
54
|
+
export interface PicklistValuesRepresentation {
|
|
55
|
+
controllerValues: {
|
|
56
|
+
[key: string]: number;
|
|
57
|
+
};
|
|
58
|
+
defaultValue: PicklistValueRepresentation_PicklistValueRepresentation | null;
|
|
59
|
+
eTag: string;
|
|
60
|
+
url: string;
|
|
61
|
+
values: Array<PicklistValueRepresentation_PicklistValueRepresentation>;
|
|
62
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "3f49d751896cf66e6e29788d8880e2cc";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
6
|
+
externalId: string;
|
|
7
|
+
relatedSourceObject: string | null;
|
|
8
|
+
relatedListRecordId: string | null;
|
|
9
|
+
}
|
|
10
|
+
export type PlatformActionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialPlatformActionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): PlatformActionRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: PlatformActionRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: PlatformActionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: PlatformActionRepresentation, existing: PlatformActionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PlatformActionRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: PlatformActionRepresentationNormalized, incoming: PlatformActionRepresentationNormalized): boolean;
|
|
19
|
+
export declare function deepFreeze(input: PlatformActionRepresentation): void;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PlatformActionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
22
|
+
/**
|
|
23
|
+
* Record.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* externalId (string): externalId
|
|
27
|
+
* relatedSourceObject (string | null): relatedSourceObject
|
|
28
|
+
* relatedListRecordId (string | null): relatedListRecordId
|
|
29
|
+
*/
|
|
30
|
+
export interface PlatformActionRepresentationNormalized {
|
|
31
|
+
/** PlatformActionContextEnum */
|
|
32
|
+
actionListContext: string;
|
|
33
|
+
/** The URL to invoke or describe the action when the action is invoked. If the action is a standard button overridden by a Visualforce page, the ActionTarget returns the URL of the Visualforce page, such as /apex/pagename. */
|
|
34
|
+
actionTarget: string | null;
|
|
35
|
+
/** The type of the target when this action is triggered. Valid values are:Describe -- applies to actions with a user interface, such as quick actionsInvoke -- applies to actions with no user interface, such as action links or invocable actionsVisualforce -- applies to standard buttons overridden by a Visualforce page */
|
|
36
|
+
actionTargetType: string | null;
|
|
37
|
+
/** The action's object API name. */
|
|
38
|
+
apiName: string;
|
|
39
|
+
/** The external Id contains the action assoicated info. For Quick Action, the format is: OrgId:SourceObject::Context:deviceFormat::QuickActionDefinitionId, i.e.:00Dxx0000001gGh:x01xx0000000007AAA::Record:Phone:09Dxx00000000B6For Standard Action,OrgId:SourceObject::Context:deviceFormat::StandardButton:ApiName */
|
|
40
|
+
externalId: string;
|
|
41
|
+
/** The URL of the action’s icon image. */
|
|
42
|
+
iconUrl: string | null;
|
|
43
|
+
/** The ID of this Platform Action Record. */
|
|
44
|
+
id: string;
|
|
45
|
+
/** Whether the action is massAction. */
|
|
46
|
+
isMassAction: string;
|
|
47
|
+
/** The label of the action. */
|
|
48
|
+
label: string;
|
|
49
|
+
/** The lwcComponent this action will render, if applicable. */
|
|
50
|
+
lwcComponent: string | null;
|
|
51
|
+
/** Hex Color Code, such as 7F8DE1 */
|
|
52
|
+
primaryColor: string | null;
|
|
53
|
+
/** Represents the ID of a record in an object’s related list. */
|
|
54
|
+
relatedListRecordId: string | null;
|
|
55
|
+
/** When the ActionListContext is RelatedList or RelatedListRecord, this field represents the API name of the related list to which the action belongs. */
|
|
56
|
+
relatedSourceObject: string | null;
|
|
57
|
+
/** Which section the action appears in a page. The value can be: Page, ActivityComposer, CollaborateComposer, SingleActionLinks */
|
|
58
|
+
section: string | null;
|
|
59
|
+
/** The object the action belongs to, either EntityApiName or recordId depending on the endpoints. */
|
|
60
|
+
sourceObject: string;
|
|
61
|
+
/** The subtype of the action. For quick actions, the subtype is QuickActionType Enum value. For custom buttons, the subtype is WebLinkTypeEnum. For action links, subtypes are Api, ApiAsync, Download, and Ui. Standard buttons and productivity actions have no subtype. */
|
|
62
|
+
subtype: string | null;
|
|
63
|
+
/** Target Object for the action */
|
|
64
|
+
targetObject: string | null;
|
|
65
|
+
/** Target URL for Custom Button Actions */
|
|
66
|
+
targetUrl: string | null;
|
|
67
|
+
/** The type of the action defined in PlatformActionTypeEnum */
|
|
68
|
+
type: string;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Record.
|
|
72
|
+
*
|
|
73
|
+
* Keys:
|
|
74
|
+
* externalId (string): externalId
|
|
75
|
+
* relatedSourceObject (string | null): relatedSourceObject
|
|
76
|
+
* relatedListRecordId (string | null): relatedListRecordId
|
|
77
|
+
*/
|
|
78
|
+
export interface PlatformActionRepresentation {
|
|
79
|
+
actionListContext: string;
|
|
80
|
+
actionTarget: string | null;
|
|
81
|
+
actionTargetType: string | null;
|
|
82
|
+
apiName: string;
|
|
83
|
+
externalId: string;
|
|
84
|
+
iconUrl: string | null;
|
|
85
|
+
id: string;
|
|
86
|
+
isMassAction: string;
|
|
87
|
+
label: string;
|
|
88
|
+
lwcComponent: string | null;
|
|
89
|
+
primaryColor: string | null;
|
|
90
|
+
relatedListRecordId: string | null;
|
|
91
|
+
relatedSourceObject: string | null;
|
|
92
|
+
section: string | null;
|
|
93
|
+
sourceObject: string;
|
|
94
|
+
subtype: string | null;
|
|
95
|
+
targetObject: string | null;
|
|
96
|
+
targetUrl: string | null;
|
|
97
|
+
type: string;
|
|
98
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "460d32c1bf113f10520b02d26fa49c59";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PrimingGeneratedModuleRepresentation, existing: PrimingGeneratedModuleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PrimingGeneratedModuleRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PrimingGeneratedModuleRepresentationNormalized, incoming: PrimingGeneratedModuleRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: PrimingGeneratedModuleRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PrimingGeneratedModuleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Priming generated module information.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PrimingGeneratedModuleRepresentationNormalized {
|
|
18
|
+
/** Abstract dependency graph for the generated module. */
|
|
19
|
+
adg: string;
|
|
20
|
+
/** Generated module descriptor. */
|
|
21
|
+
descriptor: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Priming generated module information.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface PrimingGeneratedModuleRepresentation {
|
|
30
|
+
adg: string;
|
|
31
|
+
descriptor: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { PrimingRecordRepresentation as PrimingRecordRepresentation_PrimingRecordRepresentation } from './PrimingRecordRepresentation';
|
|
2
|
+
import { PrimingRuleErrorRepresentation as PrimingRuleErrorRepresentation_PrimingRuleErrorRepresentation } from './PrimingRuleErrorRepresentation';
|
|
3
|
+
import { PrimingRecordsStatsRepresentation as PrimingRecordsStatsRepresentation_PrimingRecordsStatsRepresentation } from './PrimingRecordsStatsRepresentation';
|
|
4
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
5
|
+
export declare const VERSION = "fe471694509783e67619a6acf4288e3b";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: PrimingRecordCollectionRepresentation, existing: PrimingRecordCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PrimingRecordCollectionRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: PrimingRecordCollectionRepresentationNormalized, incoming: PrimingRecordCollectionRepresentationNormalized): boolean;
|
|
11
|
+
export declare function deepFreeze(input: PrimingRecordCollectionRepresentation): void;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PrimingRecordCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
|
+
/**
|
|
15
|
+
* Priming Record Collection Representation.
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface PrimingRecordCollectionRepresentationNormalized {
|
|
21
|
+
/** Collection of PrimingRecordRepresentations. Keyed on objectApiName and then record type ID. */
|
|
22
|
+
primingRecords: {
|
|
23
|
+
[key: string]: {
|
|
24
|
+
[key: string]: Array<PrimingRecordRepresentation_PrimingRecordRepresentation>;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
/** Relaytoken containing hashkey for continuing a 'relay' in subsequent requests. */
|
|
28
|
+
relayToken: string;
|
|
29
|
+
/** Collection of Errors. Key value pair representing errorcode and error message. */
|
|
30
|
+
ruleErrors: Array<PrimingRuleErrorRepresentation_PrimingRuleErrorRepresentation>;
|
|
31
|
+
stats: PrimingRecordsStatsRepresentation_PrimingRecordsStatsRepresentation;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Priming Record Collection Representation.
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface PrimingRecordCollectionRepresentation {
|
|
40
|
+
primingRecords: {
|
|
41
|
+
[key: string]: {
|
|
42
|
+
[key: string]: Array<PrimingRecordRepresentation_PrimingRecordRepresentation>;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
relayToken: string;
|
|
46
|
+
ruleErrors: Array<PrimingRuleErrorRepresentation_PrimingRuleErrorRepresentation>;
|
|
47
|
+
stats: PrimingRecordsStatsRepresentation_PrimingRecordsStatsRepresentation;
|
|
48
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "4b98b432b21a7b02218689d8b0becdbf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PrimingRecordRepresentation, existing: PrimingRecordRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PrimingRecordRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PrimingRecordRepresentationNormalized, incoming: PrimingRecordRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: PrimingRecordRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PrimingRecordRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Priming record information.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PrimingRecordRepresentationNormalized {
|
|
18
|
+
/** The ID of this record. */
|
|
19
|
+
id: string;
|
|
20
|
+
/** The systemModstamp of the record. */
|
|
21
|
+
systemModstamp: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Priming record information.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface PrimingRecordRepresentation {
|
|
30
|
+
id: string;
|
|
31
|
+
systemModstamp: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "9275dae51451c32d8c6b01e9f8d5cd68";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PrimingRecordsStatsRepresentation, existing: PrimingRecordsStatsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PrimingRecordsStatsRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PrimingRecordsStatsRepresentationNormalized, incoming: PrimingRecordsStatsRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: PrimingRecordsStatsRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PrimingRecordsStatsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Priming stats information.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PrimingRecordsStatsRepresentationNormalized {
|
|
18
|
+
/** Count of Records served in all the 'relay' requests */
|
|
19
|
+
recordCountServed: number;
|
|
20
|
+
/** Total number of records across briefcases */
|
|
21
|
+
recordCountTotal: number;
|
|
22
|
+
/** Count of Rule(s) served in all the 'relay' requests */
|
|
23
|
+
ruleCountServed: number;
|
|
24
|
+
/** Total number of rules across briefcases */
|
|
25
|
+
ruleCountTotal: number;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Priming stats information.
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface PrimingRecordsStatsRepresentation {
|
|
34
|
+
recordCountServed: number;
|
|
35
|
+
recordCountTotal: number;
|
|
36
|
+
ruleCountServed: number;
|
|
37
|
+
ruleCountTotal: number;
|
|
38
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "3cab7708fe6d5f25f9294fefceb4516c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PrimingRoutesCollectionRepresentation, existing: PrimingRoutesCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PrimingRoutesCollectionRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PrimingRoutesCollectionRepresentationNormalized, incoming: PrimingRoutesCollectionRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: PrimingRoutesCollectionRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PrimingRoutesCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Priming Routes Collection Representation.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PrimingRoutesCollectionRepresentationNormalized {
|
|
18
|
+
/** Collection of Routes. Keyed on objectApiName and then record type ID. */
|
|
19
|
+
flexipageRoutes: {
|
|
20
|
+
[key: string]: {
|
|
21
|
+
[key: string]: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Priming Routes Collection Representation.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface PrimingRoutesCollectionRepresentation {
|
|
32
|
+
flexipageRoutes: {
|
|
33
|
+
[key: string]: {
|
|
34
|
+
[key: string]: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "688b34413de24e84f7ecfc29f1cbebb2";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PrimingRuleErrorRepresentation, existing: PrimingRuleErrorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PrimingRuleErrorRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PrimingRuleErrorRepresentationNormalized, incoming: PrimingRuleErrorRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: PrimingRuleErrorRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PrimingRuleErrorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Priming rule specific error status.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PrimingRuleErrorRepresentationNormalized {
|
|
18
|
+
/** RuleId which encountered error during execution */
|
|
19
|
+
ruleId: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Priming rule specific error status.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface PrimingRuleErrorRepresentation {
|
|
28
|
+
ruleId: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "c29ebfac4b3c0bb310b2f4272ef6f723";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: QnASearchResultRepresentation, existing: QnASearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): QnASearchResultRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: QnASearchResultRepresentationNormalized, incoming: QnASearchResultRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: QnASearchResultRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: QnASearchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Question and Answer Response
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface QnASearchResultRepresentationNormalized {
|
|
18
|
+
/** The record’s object API label */
|
|
19
|
+
objectApiLabel: string;
|
|
20
|
+
/** The record’s object API name */
|
|
21
|
+
objectApiName: string;
|
|
22
|
+
/** The record’s snippet which includes the answer */
|
|
23
|
+
passage: string;
|
|
24
|
+
/** The ID of the record */
|
|
25
|
+
recordId: string;
|
|
26
|
+
/** The record’s title */
|
|
27
|
+
title: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Question and Answer Response
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface QnASearchResultRepresentation {
|
|
36
|
+
objectApiLabel: string;
|
|
37
|
+
objectApiName: string;
|
|
38
|
+
passage: string;
|
|
39
|
+
recordId: string;
|
|
40
|
+
title: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, PathSelection as $64$luvio_engine_PathSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { FieldValueRepresentation as FieldValueRepresentation_FieldValueRepresentation } from './FieldValueRepresentation';
|
|
3
|
+
export declare const TTL = 900000;
|
|
4
|
+
export declare const VERSION = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
actionApiName: string;
|
|
9
|
+
}
|
|
10
|
+
export type QuickActionDefaultsRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialQuickActionDefaultsRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): QuickActionDefaultsRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: QuickActionDefaultsRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: QuickActionDefaultsRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: QuickActionDefaultsRepresentation, existing: QuickActionDefaultsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): QuickActionDefaultsRepresentationNormalized;
|
|
17
|
+
export interface DynamicIngestParams {
|
|
18
|
+
fields: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
}
|
|
20
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: QuickActionDefaultsRepresentation, existing: QuickActionDefaultsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => QuickActionDefaultsRepresentationNormalized;
|
|
21
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
22
|
+
export interface DynamicSelectParams {
|
|
23
|
+
fields?: $64$luvio_engine_PathSelection;
|
|
24
|
+
}
|
|
25
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
26
|
+
export declare function equals(existing: QuickActionDefaultsRepresentationNormalized, incoming: QuickActionDefaultsRepresentationNormalized): boolean;
|
|
27
|
+
export declare function deepFreeze(input: QuickActionDefaultsRepresentation): void;
|
|
28
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
29
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: QuickActionDefaultsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
30
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
31
|
+
/**
|
|
32
|
+
* Quick action default values for a specific action api name
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* actionApiName (string): actionApiName
|
|
36
|
+
*/
|
|
37
|
+
export interface QuickActionDefaultsRepresentationNormalized {
|
|
38
|
+
/** quick action name */
|
|
39
|
+
actionApiName: string;
|
|
40
|
+
/** ETag like field, readOnly, handy while caching. */
|
|
41
|
+
eTag: string;
|
|
42
|
+
/** fields in the layout */
|
|
43
|
+
fields: {
|
|
44
|
+
[key: string]: $64$luvio_engine_StoreLink;
|
|
45
|
+
};
|
|
46
|
+
/** object name */
|
|
47
|
+
objectApiName: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Quick action default values for a specific action api name
|
|
51
|
+
*
|
|
52
|
+
* Keys:
|
|
53
|
+
* actionApiName (string): actionApiName
|
|
54
|
+
*/
|
|
55
|
+
export interface QuickActionDefaultsRepresentation {
|
|
56
|
+
actionApiName: string;
|
|
57
|
+
eTag: string;
|
|
58
|
+
fields: {
|
|
59
|
+
[key: string]: FieldValueRepresentation_FieldValueRepresentation;
|
|
60
|
+
};
|
|
61
|
+
objectApiName: string;
|
|
62
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
6
|
+
id: string;
|
|
7
|
+
}
|
|
8
|
+
export type QuickActionExecutionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export type PartialQuickActionExecutionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
11
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): QuickActionExecutionRepresentationNormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: QuickActionExecutionRepresentation): string;
|
|
13
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: QuickActionExecutionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function normalize(input: QuickActionExecutionRepresentation, existing: QuickActionExecutionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): QuickActionExecutionRepresentationNormalized;
|
|
15
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: QuickActionExecutionRepresentationNormalized, incoming: QuickActionExecutionRepresentationNormalized): boolean;
|
|
17
|
+
export declare function deepFreeze(input: QuickActionExecutionRepresentation): void;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: QuickActionExecutionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
20
|
+
/**
|
|
21
|
+
* Perform quick action response presentation.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string): id
|
|
25
|
+
*/
|
|
26
|
+
export interface QuickActionExecutionRepresentationNormalized {
|
|
27
|
+
/** The context ID */
|
|
28
|
+
contextId: string | null;
|
|
29
|
+
/** ETag like field, readOnly, handy while caching. */
|
|
30
|
+
eTag: string;
|
|
31
|
+
/** The ID of created feed item as string. */
|
|
32
|
+
feedItemId: string | null;
|
|
33
|
+
/** The ID of created or updated record as string. */
|
|
34
|
+
id: string;
|
|
35
|
+
/** Indicates if new records are created with the operation. */
|
|
36
|
+
isCreated: boolean;
|
|
37
|
+
/** Indicates if the operation is successful. */
|
|
38
|
+
isSuccess: boolean;
|
|
39
|
+
/** The success message of the operation. */
|
|
40
|
+
successMessage: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Perform quick action response presentation.
|
|
44
|
+
*
|
|
45
|
+
* Keys:
|
|
46
|
+
* id (string): id
|
|
47
|
+
*/
|
|
48
|
+
export interface QuickActionExecutionRepresentation {
|
|
49
|
+
contextId: string | null;
|
|
50
|
+
eTag: string;
|
|
51
|
+
feedItemId: string | null;
|
|
52
|
+
id: string;
|
|
53
|
+
isCreated: boolean;
|
|
54
|
+
isSuccess: boolean;
|
|
55
|
+
successMessage: string;
|
|
56
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { AbstractRecordAvatarBatchRepresentation as AbstractRecordAvatarBatchRepresentation_AbstractRecordAvatarBatchRepresentation } from './AbstractRecordAvatarBatchRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
import { PhotoRecordAvatarRepresentation as PhotoRecordAvatarRepresentation_PhotoRecordAvatarRepresentation } from './PhotoRecordAvatarRepresentation';
|
|
4
|
+
import { ThemeRecordAvatarRepresentation as ThemeRecordAvatarRepresentation_ThemeRecordAvatarRepresentation } from './ThemeRecordAvatarRepresentation';
|
|
5
|
+
export declare const TTL = 300000;
|
|
6
|
+
export declare const VERSION = "f531b44760afecfce89990fe5a5c5c29";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: RecordAvatarBatchRepresentation, existing: RecordAvatarBatchRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAvatarBatchRepresentationNormalized;
|
|
10
|
+
export interface DynamicIngestParams {
|
|
11
|
+
result: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
}
|
|
13
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: RecordAvatarBatchRepresentation, existing: RecordAvatarBatchRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => RecordAvatarBatchRepresentationNormalized;
|
|
14
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
15
|
+
export interface DynamicSelectParams {
|
|
16
|
+
result?: $64$luvio_engine_LinkSelection;
|
|
17
|
+
}
|
|
18
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
19
|
+
export declare function equals(existing: RecordAvatarBatchRepresentationNormalized, incoming: RecordAvatarBatchRepresentationNormalized): boolean;
|
|
20
|
+
export declare function deepFreeze(input: RecordAvatarBatchRepresentation): void;
|
|
21
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
22
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecordAvatarBatchRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
23
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface RecordAvatarBatchRepresentationNormalized extends AbstractRecordAvatarBatchRepresentation_AbstractRecordAvatarBatchRepresentation {
|
|
31
|
+
result: $64$luvio_engine_StoreLink;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface RecordAvatarBatchRepresentation extends AbstractRecordAvatarBatchRepresentation_AbstractRecordAvatarBatchRepresentation {
|
|
40
|
+
result: PhotoRecordAvatarRepresentation_PhotoRecordAvatarRepresentation | ThemeRecordAvatarRepresentation_ThemeRecordAvatarRepresentation;
|
|
41
|
+
statusCode: 200;
|
|
42
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { RecordAvatarBatchRepresentation as RecordAvatarBatchRepresentation_RecordAvatarBatchRepresentation } from './RecordAvatarBatchRepresentation';
|
|
3
|
+
import { ErrorBadRequestRecordAvatarBatchRepresentation as ErrorBadRequestRecordAvatarBatchRepresentation_ErrorBadRequestRecordAvatarBatchRepresentation } from './ErrorBadRequestRecordAvatarBatchRepresentation';
|
|
4
|
+
import { ErrorRecordAvatarBatchRepresentation as ErrorRecordAvatarBatchRepresentation_ErrorRecordAvatarBatchRepresentation } from './ErrorRecordAvatarBatchRepresentation';
|
|
5
|
+
export declare const TTL = 300000;
|
|
6
|
+
export declare const VERSION = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: RecordAvatarBulkMapRepresentation, existing: RecordAvatarBulkMapRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAvatarBulkMapRepresentationNormalized;
|
|
10
|
+
export interface DynamicIngestParams {
|
|
11
|
+
'//': $64$luvio_engine_ResourceIngest;
|
|
12
|
+
}
|
|
13
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: RecordAvatarBulkMapRepresentation, existing: RecordAvatarBulkMapRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => RecordAvatarBulkMapRepresentationNormalized;
|
|
14
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
15
|
+
export interface DynamicSelectParams {
|
|
16
|
+
'//'?: $64$luvio_engine_LinkSelection;
|
|
17
|
+
}
|
|
18
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
19
|
+
export declare function equals(existing: RecordAvatarBulkMapRepresentationNormalized, incoming: RecordAvatarBulkMapRepresentationNormalized): boolean;
|
|
20
|
+
export declare function deepFreeze(input: RecordAvatarBulkMapRepresentation): void;
|
|
21
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
22
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecordAvatarBulkMapRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
23
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface RecordAvatarBulkMapRepresentationNormalized {
|
|
31
|
+
[key: string]: $64$luvio_engine_StoreLink;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface RecordAvatarBulkMapRepresentation {
|
|
40
|
+
[key: string]: RecordAvatarBatchRepresentation_RecordAvatarBatchRepresentation | ErrorBadRequestRecordAvatarBatchRepresentation_ErrorBadRequestRecordAvatarBatchRepresentation | ErrorRecordAvatarBatchRepresentation_ErrorRecordAvatarBatchRepresentation;
|
|
41
|
+
}
|