@salesforce/lds-adapters-uiapi 0.131.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/types/src/__mocks__/@salesforce/lds-instrumentation.d.ts +3 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsBindings.d.ts +9 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsEngine.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsEngineCreator.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsGraphqlParser.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsInstrumentation.d.ts +3 -0
- package/dist/es/es2018/types/src/__mocks__/force/luvioEngine.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/instrumentation/service.d.ts +33 -0
- package/dist/es/es2018/types/src/__performance__/priming.spec.d.ts +1 -0
- package/dist/es/es2018/types/src/__performance__/utils/runMeasurement.d.ts +30 -0
- package/dist/es/es2018/types/src/__performance__/utils/sqliteDurableStore.d.ts +18 -0
- package/dist/es/es2018/types/src/__performance__/utils/utils.d.ts +6 -0
- package/dist/es/es2018/types/src/configuration.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/adapters/createContentDocumentAndVersion.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createContentVersion.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createRecord.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteRecord.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getActionOverrides.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllApps.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppDetails.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getDuplicateConfiguration.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDuplicates.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getGlobalActions.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getKeywordSearchResults.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getLayout.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getLayoutUserState.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getListInfoByName.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getListInfosByName.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getListRecordsByName.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getListUiByApiName.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getListUiByListViewId.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getListViewSummaryCollection.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getLookupActions.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getLookupMetadata.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getLookupRecords.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getMruListUi.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getNavItems.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getObjectCreateActions.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getObjectInfo.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getObjectInfos.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getPicklistValues.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getPicklistValuesByRecordType.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getQuickActionDefaults.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getQuickActionLayout.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecord.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordActions.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordAvatars.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordCreateDefaults.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordEditActions.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordTemplateClone.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordTemplateCreate.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordUi.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecords.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListActions.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListCount.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListInfo.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListInfoBatch.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListPreferences.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListPreferencesBatch.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecordActions.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecords.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecordsBatch.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListsActions.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListsCount.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListsInfo.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSearchFilterMetadata.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getSearchFilterOptions.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSearchResults.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSelectedApp.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/graphql.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/performQuickAction.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/performUpdateRecordQuickAction.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/updateLayoutUserState.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecord.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecordAvatar.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRelatedListInfo.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRelatedListPreferences.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc_graphqlAdapters.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc_restAdapters.d.ts +105 -0
- package/dist/es/es2018/types/src/generated/fields/adapters/getQuickActionDefaults.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/fields/adapters/getRecord.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/fields/adapters/getRecordTemplateClone.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/fields/adapters/getRecordTemplateCreate.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/fields/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/resources/getUiApiRecordsByRecordId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/AggregateUiRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/BatchResultRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/ContentDocumentCompositeRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/QuickActionDefaultsRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordCreateDefaultRecordRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordDefaultsRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordDefaultsTemplateCloneRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordDefaultsTemplateCreateRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordTemplateCloneRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordTemplateCreateRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordUiRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/SearchResultRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/category.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/deprecated.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/directive-util.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/fieldCategory.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/generic.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/include.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/skip.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/specifiedBy.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Base64Value.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/BooleanAggregate.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/BooleanValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ChildRelationship.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/CurrencyAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/CurrencyValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DataType.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateAggregate.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateFunctionAggregation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateLiteral.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateOnlyAggregation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateTimeAggregate.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateTimeValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DependentField.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DoubleAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DoubleValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/EmailAggregate.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/EmailValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/EncryptedStringValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Field.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/graphql/types/FieldExtraTypeInfo.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/graphql/types/FieldValue.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/graphql/types/FilteredLookupInfo.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IDAggregate.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IDValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IntAggregate.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IntValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/JSONValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LatitudeAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LatitudeValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ListColumn.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ListOrder.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongAggregate.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongTextAreaValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongitudeAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongitudeValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/MultiPicklistValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/NullOrder.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ObjectInfo.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PageInfo.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PercentAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PercentValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PhoneNumberAggregate.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PhoneNumberValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PicklistAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PicklistValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PolymorphicParentRelationship.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Query.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RateLimit.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Record.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordConnection.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordEdge.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordQuery.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordRepresentation.d.ts +118 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordTypeInfo.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ReferenceToInfo.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RelatedListInfo.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ResultOrder.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RichTextAreaValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/StringAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/StringValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TextAreaAggregate.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TextAreaValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ThemeInfo.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TimeAggregate.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TimeValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UIAPI.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UrlAggregate.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UrlValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/type-util.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/pagination/cursor.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/pagination/syntheticCursor.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiFavoritesByFavoriteId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiRecordsByRecordId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiRelatedListPreferencesByPreferencesId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectBriefcasePrimingRecords.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsFlexipageByFlexipageNames.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsGlobal.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsLayoutByActionApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsListViewByListViewIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsListViewChartByObjectApiNames.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsListViewRecordByRecordIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsLookupByObjectApiNames.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsMruListByObjectApiNames.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsObjectRecordCreateByObjectApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsOverridesByObjectApiName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsPhotoByRecordIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordByRecordIds.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRecordEditByRecordIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiAggregateUi.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiApps.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiAppsByAppId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiAppsSelected.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiAppsUserNavItemsByAppId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiDuplicatesByObjectApiName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiFavorites.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiFavoritesByFavoriteId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiFormsByApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiLayoutByObjectApiName.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiLayoutUserStateByObjectApiName.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoBatch.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoByListViewId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListRecordsByListViewApiNameAndObjectApiName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListRecordsByListViewId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListUiByListViewApiNameAndObjectApiName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListUiByListViewId.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListUiByObjectApiName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiLookupsByFieldApiNameAndObjectApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiLookupsByFieldApiNameAndObjectApiNameAndTargetApiName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiMruListInfoByObjectApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiMruListRecordsByObjectApiName.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiMruListUiByObjectApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiNavItems.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfo.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoBatchByObjectApiNames.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoByObjectApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByFieldApiNameAndObjectApiNameAndRecordTypeId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByObjectApiNameAndRecordTypeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoValidationRulesInfoByObjectApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiPrimingRecords.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiPrimingRoutes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordAvatarsBatchByRecordIds.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordAvatarsByRecordId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsCloneByRecordId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsCreateByObjectApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordUiByRecordIds.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordsBatchByRecordIds.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordsByRecordId.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordsChildRelationshipsByRecordIdAndRelationshipName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListCountBatchByParentRecordIdAndRelatedListNames.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListCountByParentRecordIdAndRelatedListId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListPreferencesBatchByPreferencesIds.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListPreferencesByPreferencesId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListRecordsBatchByParentRecordId.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListRecordsBatchByParentRecordIdAndRelatedListIds.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoFiltersByObjectApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoFiltersOptionsByFilterApiNameAndObjectApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoLookupByFieldApiNameAndObjectApiName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiThemesActive.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiAppsByAppId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiFavoritesByFavoriteId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiFavoritesUsageByFavoriteId.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiLayoutUserStateByObjectApiName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRecordsByRecordId.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRelatedListPreferencesByPreferencesId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/postGraphql.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postGraphqlBatch.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIds.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiAggregateUi.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiFavorites.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiPredupe.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecordAvatarsAssociationByRecordId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecords.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersions.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersionsByContentDocumentId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordIdAndRelatedListIds.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiSearchResults.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiSearchResultsKeyword.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/putUiApiAppsUserNavItemsByAppId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/putUiApiFavoritesBatch.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/types/AbstractFormSubitemRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/AbstractPicklistValueAttributesRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/AbstractRecordAvatarBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/AbstractRecordAvatarRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/AbstractRecordLayoutComponentRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ActionBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ActionBatchResultRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ActionInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ActionOverrideRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionRelatedListSingleBatchInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ActionRelatedListsBatchInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ActionRelatedListsCollectionBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ActionRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/AggregateInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AggregateRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/AggregateUiRepresentation.d.ts +93 -0
- package/dist/es/es2018/types/src/generated/types/AppRepresentation.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/types/AppsRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AvatarAssociationInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/BatchRelatedListCountRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/BatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/BatchResultRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/CanvasLayoutComponentRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/CaseStatusPicklistValueAttributesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ChildRelationshipRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/CompositeActionRelatedListsCollectionResultRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/CompositeGraphQLResultRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CompositeRelatedListRecordCollectionResultRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ContentDocumentCompositeRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/ContentInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CustomLinkLayoutComponentRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/DisplayLayoutAndMatchingInfoRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DisplayLayoutRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRecordErrorRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateResultInfoRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRuleFilterItemRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRuleFilterRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRuleRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/DuplicatesConfigurationRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/DuplicatesRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/EmptySpaceFormSubitemRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/EntityActionRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ErrorBadRequestRecordAvatarBatchRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ErrorMessageRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ErrorRecordAvatarBatchRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ErrorSingleRecordAvatarRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteBatchCollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteBatchInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/FieldFormSubitemRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FieldLayoutComponentRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FieldRepresentation.d.ts +121 -0
- package/dist/es/es2018/types/src/generated/types/FieldValueRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/FilteredLookupInfoRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/FormItemRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/FormRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/FormRowRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/FormSectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLBatchInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLBatchRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLErrorLocation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLErrorRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLRepresentation.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchRequestInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchResultsRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchResultsSummaryRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/LeadStatusPicklistValueAttributesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListColumnRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ListFilterByInfoRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoRepresentation.d.ts +87 -0
- package/dist/es/es2018/types/src/generated/types/ListOrderByInfoRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ListOrderedByInfoInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ListRecordCollectionRepresentation.d.ts +101 -0
- package/dist/es/es2018/types/src/generated/types/ListRecordCollectionRepresentation212.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/ListReferenceRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ListUiRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/ListUiRepresentation212.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ListUserPreferenceInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ListUserPreferenceRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ListViewSummaryCollectionRepresentation.d.ts +94 -0
- package/dist/es/es2018/types/src/generated/types/ListViewSummaryRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/LocationFieldRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/LookupMetadataRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/LookupMetadataTargetInfoRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/LookupValuesRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/MatchRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/MatchResultInfoRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/MatchResultRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/MatchRuleRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/MatchingInfoRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/NavItemInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/NavItemRepresentation.d.ts +91 -0
- package/dist/es/es2018/types/src/generated/types/NavItemsInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/NavItemsRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoDirectoryEntryRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoDirectoryRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoRepresentation.d.ts +121 -0
- package/dist/es/es2018/types/src/generated/types/OperationInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/OperationResponseRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/OpportunityStagePicklistValueAttributesRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/PageReferenceInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PageReferenceRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PerformActionInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/PhotoMetadataRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/PhotoRecordAvatarRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/PicklistValueRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/PicklistValuesCollectionRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/PicklistValuesRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/PlatformActionRepresentation.d.ts +98 -0
- package/dist/es/es2018/types/src/generated/types/PrimingGeneratedModuleRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRecordCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRecordRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRecordsStatsRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRoutesCollectionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRuleErrorRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/QnASearchResultRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionDefaultsRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionExecutionRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionLayoutRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBatchRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBulkMapRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBulkRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/RecordCollectionRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/RecordCreateDefaultRecordRepresentation.d.ts +81 -0
- package/dist/es/es2018/types/src/generated/types/RecordDefaultsRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/RecordDefaultsTemplateCloneRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/RecordDefaultsTemplateCreateRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/RecordExceptionErrorRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/RecordExceptionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/RecordInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutComponentRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutItemRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutRowRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSaveOptionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionUserStateInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionUserStateRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutUserStateInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutUserStateRepresentation.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/types/RecordRepresentation.d.ts +92 -0
- package/dist/es/es2018/types/src/generated/types/RecordTemplateCloneRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/RecordTemplateCreateRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/RecordTypeInfoRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/RecordUiRepresentation.d.ts +89 -0
- package/dist/es/es2018/types/src/generated/types/ReferenceToInfoRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListColumnRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoRepresentation.d.ts +115 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListPreferencesBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCollectionBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCollectionRepresentation.d.ts +103 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCountCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCountRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordsBatchInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordsInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordsSingleBatchInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListReferenceRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListSummaryInfoCollectionRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListSummaryInfoRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListUserPreferencesInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListUserPreferencesRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/ReportLayoutComponentRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/ResourceReferenceRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterAttributesRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterDefinitionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterMetadataCollectionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterOptionCollectionRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterOptionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterSelectAttributesRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterTextAttributesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SearchRecordHighlightRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/SearchRecordInfoRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SearchRequestInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultCollectionRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/SimpleListInfoResultRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SimpleRelatedListCountBatchRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/SimpleRelatedListInfoResultRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/SimpleRelatedListPreferencesResultRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/SimplifiedBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/SimplifiedBatchResultRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ThemeBannerRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ThemeImageRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ThemeInfoRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ThemeRecordAvatarRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ThemeRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/ValidationRuleRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ValidationRulesRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/VisualforceLayoutComponentRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/WireDataRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/uiapi/record-collection/resources/getUiApiListRecordsByListViewApiNameAndObjectApiName.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/uiapi/record-collection/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordConnection/getTypeCacheKeys.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordQuery/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/attachMappedData.d.ts +4 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/convertGraphQLToRaml.d.ts +11 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getFieldData.d.ts +4 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getInContextFragmentType.d.ts +3 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getMappedTypeCacheKeys.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getMinimumSelections.d.ts +2 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/ingestMappedData.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/isMappedField.d.ts +2 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/selectType.d.ts +4 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/shared/getMinimumSelections.d.ts +3 -0
- package/dist/es/es2018/types/src/helpers/FieldValueRepresentation/merge.d.ts +3 -0
- package/dist/es/es2018/types/src/helpers/FieldValueRepresentation/normalize.d.ts +5 -0
- package/dist/es/es2018/types/src/helpers/RecordAvatarBulkRepresentation/merge.d.ts +3 -0
- package/dist/es/es2018/types/src/helpers/RecordRepresentation/merge.d.ts +8 -0
- package/dist/es/es2018/types/src/helpers/RecordRepresentation/normalize.d.ts +10 -0
- package/dist/es/es2018/types/src/helpers/RecordRepresentation/resolveConflict.d.ts +11 -0
- package/dist/es/es2018/types/src/helpers/graphql/getDirectiveValue.d.ts +2 -0
- package/dist/es/es2018/types/src/helpers/graphql/getFieldNameOverride.d.ts +2 -0
- package/dist/es/es2018/types/src/helpers/resources/getRecordFulfill.d.ts +2 -0
- package/dist/es/es2018/types/src/instrumentation.d.ts +55 -0
- package/dist/es/es2018/types/src/main.d.ts +89 -0
- package/dist/es/es2018/types/src/overrides/resources/getUiApiListInfoBatch.d.ts +38 -0
- package/dist/es/es2018/types/src/overrides/resources/postGraphqlBatch.d.ts +36 -0
- package/dist/es/es2018/types/src/overrides/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +14 -0
- package/dist/es/es2018/types/src/overrides/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +16 -0
- package/dist/es/es2018/types/src/overrides/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
- package/dist/es/es2018/types/src/primitives/FieldId/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/FieldId/index.d.ts +14 -0
- package/dist/es/es2018/types/src/primitives/FieldIdArray/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/FormFactor/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/FormFactor/index.d.ts +5 -0
- package/dist/es/es2018/types/src/primitives/LayoutMode/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/LayoutMode/index.d.ts +5 -0
- package/dist/es/es2018/types/src/primitives/LayoutModeArray/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/LayoutType/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/LayoutType/index.d.ts +4 -0
- package/dist/es/es2018/types/src/primitives/LayoutTypeArray/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/ObjectId/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/ObjectId/index.d.ts +4 -0
- package/dist/es/es2018/types/src/primitives/ObjectIdArray/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/RecordId18/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/RecordId18Array/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/SortedObjectIdArray/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/SortedStringArray/coerce.d.ts +1 -0
- package/dist/es/es2018/types/src/primitives/SortedStringArrayAllowEmpty/coerce.d.ts +1 -0
- package/dist/es/es2018/types/src/query-evaluation/record-representation-query-evaluator.d.ts +19 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/buildCachedSnapshotCachePolicy.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/utils.d.ts +9 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/validateAdapterConfig.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshot.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshotCachePolicy.d.ts +9 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/buildNetworkSnapshot.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserStateConfig.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserState_ConfigPropertyNames.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/validateAdapterConfig.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getListRecordsByName/buildNetworkSnapshot.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getListRecordsByName/onFetchResponseSuccess.d.ts +6 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshot.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshotCachePolicy.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshot.d.ts +9 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshotCachePolicy.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/utils.d.ts +13 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/GetRecordsConfig.d.ts +15 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/adapterFragment.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/createChildResourceParams.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/createResourceParams.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/getRecords_ConfigPropertyNames.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/typeCheckConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/validateAdapterConfig.d.ts +6 -0
- package/dist/es/es2018/types/src/raml-artifacts/getPicklistValues/index.d.ts +17 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiListRecordsByListViewApiNameAndObjectApiName/keyBuilder.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordAvatarsBatchByRecordIds/ingestSuccess.d.ts +12 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordDefaultsTemplateCloneByRecordId/select.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/ingestSuccessChildResourceParams.d.ts +17 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/selectChildResourceParams.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordsByRecordId/createResourceRequest.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames/createChildResourceParams.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/postGraphql/createResourceRequest.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/FieldValueRepresentation/ingest.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/QuickActionDefaultsRepresentation/dynamicIngest.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/RecordAvatarBulkMapRepresentation/ingest.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/RecordRepresentation/getTypeCacheKeys.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/RecordRepresentation/ingest.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/RecordRepresentation/keyBuilderFromType.d.ts +2 -0
- package/dist/es/es2018/types/src/selectors/record.d.ts +15 -0
- package/dist/es/es2018/types/src/sfdc-util/throttle.d.ts +15 -0
- package/dist/es/es2018/types/src/sfdc_graphql.d.ts +13 -0
- package/dist/es/es2018/types/src/sfdc_rest.d.ts +20 -0
- package/dist/es/es2018/types/src/uiapi-static-functions.d.ts +7 -0
- package/dist/es/es2018/types/src/util/cache-policy.d.ts +10 -0
- package/dist/es/es2018/types/src/util/deep-freeze.d.ts +3 -0
- package/dist/es/es2018/types/src/util/fields.d.ts +31 -0
- package/dist/es/es2018/types/src/util/language.d.ts +42 -0
- package/dist/es/es2018/types/src/util/layout.d.ts +4 -0
- package/dist/es/es2018/types/src/util/layouts.d.ts +4 -0
- package/dist/es/es2018/types/src/util/lists.d.ts +77 -0
- package/dist/es/es2018/types/src/util/pagination.d.ts +26 -0
- package/dist/es/es2018/types/src/util/promise.d.ts +1 -0
- package/dist/es/es2018/types/src/util/record-ingest.d.ts +5 -0
- package/dist/es/es2018/types/src/util/record-ui.d.ts +4 -0
- package/dist/es/es2018/types/src/util/records.d.ts +117 -0
- package/dist/es/es2018/types/src/util/snapshot.d.ts +5 -0
- package/dist/es/es2018/types/src/util/supported-entities.d.ts +11 -0
- package/dist/es/es2018/types/src/validation/utils.d.ts +24 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/AdapterConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/ResourceRequestConfig.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/buildNetworkSnapshot.d.ts +8 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/configurationTypes.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/validateAdapterConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/AdapterConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/ResourceRequestConfig.d.ts +7 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/buildNetworkSnapshot.d.ts +9 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/configurationTypes.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/validateAdapterConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createRecord/configurationTypes.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createRecord/index.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/deleteRecord/configurationTypes.d.ts +2 -0
- package/dist/es/es2018/types/src/wire/deleteRecord/index.d.ts +2 -0
- package/dist/es/es2018/types/src/wire/getListRecordsByName/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getListUi/index.d.ts +12 -0
- package/dist/es/es2018/types/src/wire/getLookupRecords/index.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/getMruListUi/index.d.ts +7 -0
- package/dist/es/es2018/types/src/wire/getRecord/GetRecordFields.d.ts +14 -0
- package/dist/es/es2018/types/src/wire/getRecord/GetRecordLayoutType.d.ts +11 -0
- package/dist/es/es2018/types/src/wire/getRecord/index.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/getRecordCreateDefaults/index.d.ts +8 -0
- package/dist/es/es2018/types/src/wire/getRecordTemplateClone/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getRecordTemplateCreate/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getRecordUi/index.d.ts +14 -0
- package/dist/es/es2018/types/src/wire/getRecordUi/selectors.d.ts +10 -0
- package/dist/es/es2018/types/src/wire/getRecords/GetRecordsFields.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/graphql/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/graphqlBatch/index.d.ts +27 -0
- package/dist/es/es2018/types/src/wire/performQuickAction/index.d.ts +3 -0
- package/dist/es/es2018/types/src/wire/performUpdateRecordQuickAction/index.d.ts +3 -0
- package/dist/es/es2018/types/src/wire/updateLayoutUserState/index.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/updateRecord/configurationTypes.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/updateRecord/index.d.ts +8 -0
- package/dist/es/es2018/types/src/wire/updateRecordAvatar/index.d.ts +3 -0
- package/dist/es/es2018/uiapi-records-service.js +49870 -0
- package/dist/komaci-mapping.json +366 -0
- package/package.json +112 -0
- package/sfdc/graphqlAdapters.d.ts +1 -0
- package/sfdc/graphqlAdapters.js +14393 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +36079 -0
- package/sfdc/uiapi-static-functions.js +327 -0
- package/src/raml/api.raml +7083 -0
- package/src/raml/luvio.raml +1739 -0
- package/src/raml/uiapi.graphql +1111 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiActionsGlobal_ResourceRequestConfig } from '../resources/getUiApiActionsGlobal';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { ActionRepresentation as types_ActionRepresentation_ActionRepresentation } from '../types/ActionRepresentation';
|
|
5
|
+
export declare const adapterName = "getGlobalActions";
|
|
6
|
+
export declare const getGlobalActions_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetGlobalActionsConfig {
|
|
8
|
+
actionTypes?: Array<string>;
|
|
9
|
+
apiNames?: Array<string>;
|
|
10
|
+
formFactor?: string;
|
|
11
|
+
retrievalMode?: string;
|
|
12
|
+
sections?: Array<string>;
|
|
13
|
+
}
|
|
14
|
+
export declare function createResourceParams(config: GetGlobalActionsConfig): resources_getUiApiActionsGlobal_ResourceRequestConfig;
|
|
15
|
+
export declare function coerceConfig(config: adapter$45$utils_UncoercedConfiguration<GetGlobalActionsConfig, any>): adapter$45$utils_Untrusted<GetGlobalActionsConfig>;
|
|
16
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetGlobalActionsConfig): string;
|
|
17
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetGlobalActionsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
18
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetGlobalActionsConfig>): adapter$45$utils_Untrusted<GetGlobalActionsConfig>;
|
|
19
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetGlobalActionsConfig | null;
|
|
20
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetGlobalActionsConfig): $64$luvio_engine_Fragment;
|
|
21
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetGlobalActionsConfig): $64$luvio_engine_Snapshot<types_ActionRepresentation_ActionRepresentation, any>;
|
|
22
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetGlobalActionsConfig, resourceParams: resources_getUiApiActionsGlobal_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionRepresentation_ActionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ActionRepresentation_ActionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ActionRepresentation_ActionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ActionRepresentation_ActionRepresentation, any>>;
|
|
23
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetGlobalActionsConfig, resourceParams: resources_getUiApiActionsGlobal_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
24
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetGlobalActionsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionRepresentation_ActionRepresentation, any>>;
|
|
25
|
+
export type BuildSnapshotContext = {
|
|
26
|
+
luvio: $64$luvio_engine_Luvio;
|
|
27
|
+
config: GetGlobalActionsConfig;
|
|
28
|
+
};
|
|
29
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionRepresentation_ActionRepresentation, any>>;
|
|
30
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ActionRepresentation_ActionRepresentation>): $64$luvio_engine_Snapshot<types_ActionRepresentation_ActionRepresentation, any>;
|
|
31
|
+
export declare const getGlobalActionsAdapterFactory: $64$luvio_engine_AdapterFactory<GetGlobalActionsConfig, types_ActionRepresentation_ActionRepresentation>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
|
|
2
|
+
import { SearchFilterInputRepresentation as types_SearchFilterInputRepresentation_SearchFilterInputRepresentation } from '../types/SearchFilterInputRepresentation';
|
|
3
|
+
import { ResourceRequestConfig as resources_postUiApiSearchResultsKeyword_ResourceRequestConfig } from '../resources/postUiApiSearchResultsKeyword';
|
|
4
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
5
|
+
import { KeywordSearchResultsSummaryRepresentation as types_KeywordSearchResultsSummaryRepresentation_KeywordSearchResultsSummaryRepresentation, KeyParams as types_KeywordSearchResultsSummaryRepresentation_KeyParams } from '../types/KeywordSearchResultsSummaryRepresentation';
|
|
6
|
+
export declare const adapterName = "getKeywordSearchResults";
|
|
7
|
+
export declare const getKeywordSearchResults_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetKeywordSearchResultsConfig {
|
|
9
|
+
objectApiName: string;
|
|
10
|
+
q: string;
|
|
11
|
+
filters?: Array<types_SearchFilterInputRepresentation_SearchFilterInputRepresentation>;
|
|
12
|
+
pageSize?: number;
|
|
13
|
+
pageToken?: string;
|
|
14
|
+
sortBy?: string;
|
|
15
|
+
}
|
|
16
|
+
export declare function createResourceParams(config: GetKeywordSearchResultsConfig): resources_postUiApiSearchResultsKeyword_ResourceRequestConfig;
|
|
17
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetKeywordSearchResultsConfig): string;
|
|
18
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetKeywordSearchResultsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
19
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetKeywordSearchResultsConfig>): adapter$45$utils_Untrusted<GetKeywordSearchResultsConfig>;
|
|
20
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetKeywordSearchResultsConfig | null;
|
|
21
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetKeywordSearchResultsConfig): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetKeywordSearchResultsConfig): $64$luvio_engine_Snapshot<types_KeywordSearchResultsSummaryRepresentation_KeywordSearchResultsSummaryRepresentation, any>;
|
|
23
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetKeywordSearchResultsConfig, resourceParams: resources_postUiApiSearchResultsKeyword_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_KeywordSearchResultsSummaryRepresentation_KeywordSearchResultsSummaryRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_KeywordSearchResultsSummaryRepresentation_KeywordSearchResultsSummaryRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_KeywordSearchResultsSummaryRepresentation_KeywordSearchResultsSummaryRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_KeywordSearchResultsSummaryRepresentation_KeywordSearchResultsSummaryRepresentation, any>>;
|
|
24
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetKeywordSearchResultsConfig, resourceParams: resources_postUiApiSearchResultsKeyword_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
25
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetKeywordSearchResultsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_KeywordSearchResultsSummaryRepresentation_KeywordSearchResultsSummaryRepresentation, any>>;
|
|
26
|
+
export type BuildSnapshotContext = {
|
|
27
|
+
luvio: $64$luvio_engine_Luvio;
|
|
28
|
+
config: GetKeywordSearchResultsConfig;
|
|
29
|
+
};
|
|
30
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_KeywordSearchResultsSummaryRepresentation_KeywordSearchResultsSummaryRepresentation, any>>;
|
|
31
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_KeywordSearchResultsSummaryRepresentation_KeywordSearchResultsSummaryRepresentation>): $64$luvio_engine_Snapshot<types_KeywordSearchResultsSummaryRepresentation_KeywordSearchResultsSummaryRepresentation, any>;
|
|
32
|
+
export declare const getKeywordSearchResultsAdapterFactory: $64$luvio_engine_AdapterFactory<GetKeywordSearchResultsConfig, types_KeywordSearchResultsSummaryRepresentation_KeywordSearchResultsSummaryRepresentation>;
|
|
33
|
+
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_KeywordSearchResultsSummaryRepresentation_KeyParams, any>[]) => void;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiLayoutByObjectApiName_ResourceRequestConfig } from '../resources/getUiApiLayoutByObjectApiName';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { GetLayoutConfigWithDefaults as raml$45$artifacts_adapters_getLayout_utils_GetLayoutConfigWithDefaults } from '../../raml-artifacts/adapters/getLayout/utils';
|
|
5
|
+
import { RecordLayoutRepresentation as types_RecordLayoutRepresentation_RecordLayoutRepresentation } from '../types/RecordLayoutRepresentation';
|
|
6
|
+
export declare const adapterName = "getLayout";
|
|
7
|
+
export declare const getLayout_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetLayoutConfig {
|
|
9
|
+
objectApiName: string;
|
|
10
|
+
formFactor?: string;
|
|
11
|
+
layoutType?: string;
|
|
12
|
+
mode?: string;
|
|
13
|
+
recordTypeId?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare function createResourceParams(config: GetLayoutConfig): resources_getUiApiLayoutByObjectApiName_ResourceRequestConfig;
|
|
16
|
+
export declare function coerceConfig(config: adapter$45$utils_UncoercedConfiguration<GetLayoutConfig, any>): adapter$45$utils_Untrusted<GetLayoutConfig>;
|
|
17
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayout_utils_GetLayoutConfigWithDefaults): string;
|
|
18
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayout_utils_GetLayoutConfigWithDefaults): $64$luvio_engine_NormalizedKeyMetadata;
|
|
19
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLayoutConfig>): adapter$45$utils_Untrusted<GetLayoutConfig>;
|
|
20
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): raml$45$artifacts_adapters_getLayout_utils_GetLayoutConfigWithDefaults | null;
|
|
21
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayout_utils_GetLayoutConfigWithDefaults): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayout_utils_GetLayoutConfigWithDefaults): $64$luvio_engine_Snapshot<types_RecordLayoutRepresentation_RecordLayoutRepresentation, any>;
|
|
23
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayout_utils_GetLayoutConfigWithDefaults, resourceParams: resources_getUiApiLayoutByObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RecordLayoutRepresentation_RecordLayoutRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_RecordLayoutRepresentation_RecordLayoutRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_RecordLayoutRepresentation_RecordLayoutRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_RecordLayoutRepresentation_RecordLayoutRepresentation, any>>;
|
|
24
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayout_utils_GetLayoutConfigWithDefaults, resourceParams: resources_getUiApiLayoutByObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
25
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayout_utils_GetLayoutConfigWithDefaults, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_RecordLayoutRepresentation_RecordLayoutRepresentation, any>>;
|
|
26
|
+
export type BuildSnapshotContext = {
|
|
27
|
+
luvio: $64$luvio_engine_Luvio;
|
|
28
|
+
config: raml$45$artifacts_adapters_getLayout_utils_GetLayoutConfigWithDefaults;
|
|
29
|
+
};
|
|
30
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_RecordLayoutRepresentation_RecordLayoutRepresentation, any>>;
|
|
31
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_RecordLayoutRepresentation_RecordLayoutRepresentation>): $64$luvio_engine_Snapshot<types_RecordLayoutRepresentation_RecordLayoutRepresentation, any>;
|
|
32
|
+
export declare const getLayoutAdapterFactory: $64$luvio_engine_AdapterFactory<raml$45$artifacts_adapters_getLayout_utils_GetLayoutConfigWithDefaults, types_RecordLayoutRepresentation_RecordLayoutRepresentation>;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiLayoutUserStateByObjectApiName_ResourceRequestConfig } from '../resources/getUiApiLayoutUserStateByObjectApiName';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { GetLayoutUserStateConfig as raml$45$artifacts_adapters_getLayoutUserState_getLayoutUserStateConfig_GetLayoutUserStateConfig } from '../../raml-artifacts/adapters/getLayoutUserState/getLayoutUserStateConfig';
|
|
5
|
+
import { RecordLayoutUserStateRepresentation as types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation } from '../types/RecordLayoutUserStateRepresentation';
|
|
6
|
+
export declare const adapterName = "getLayoutUserState";
|
|
7
|
+
export declare const getLayoutUserState_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetLayoutUserStateConfig {
|
|
9
|
+
objectApiName: string;
|
|
10
|
+
formFactor?: string;
|
|
11
|
+
layoutType?: string;
|
|
12
|
+
mode?: string;
|
|
13
|
+
recordTypeId?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare function createResourceParams(config: GetLayoutUserStateConfig): resources_getUiApiLayoutUserStateByObjectApiName_ResourceRequestConfig;
|
|
16
|
+
export declare function coerceConfig(config: adapter$45$utils_UncoercedConfiguration<GetLayoutUserStateConfig, any>): adapter$45$utils_Untrusted<GetLayoutUserStateConfig>;
|
|
17
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayoutUserState_getLayoutUserStateConfig_GetLayoutUserStateConfig): string;
|
|
18
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayoutUserState_getLayoutUserStateConfig_GetLayoutUserStateConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
19
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLayoutUserStateConfig>): adapter$45$utils_Untrusted<GetLayoutUserStateConfig>;
|
|
20
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): raml$45$artifacts_adapters_getLayoutUserState_getLayoutUserStateConfig_GetLayoutUserStateConfig | null;
|
|
21
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayoutUserState_getLayoutUserStateConfig_GetLayoutUserStateConfig): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayoutUserState_getLayoutUserStateConfig_GetLayoutUserStateConfig): $64$luvio_engine_Snapshot<types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation, any>;
|
|
23
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayoutUserState_getLayoutUserStateConfig_GetLayoutUserStateConfig, resourceParams: resources_getUiApiLayoutUserStateByObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation, any>>;
|
|
24
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayoutUserState_getLayoutUserStateConfig_GetLayoutUserStateConfig, resourceParams: resources_getUiApiLayoutUserStateByObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
25
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: raml$45$artifacts_adapters_getLayoutUserState_getLayoutUserStateConfig_GetLayoutUserStateConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation, any>>;
|
|
26
|
+
export type BuildSnapshotContext = {
|
|
27
|
+
luvio: $64$luvio_engine_Luvio;
|
|
28
|
+
config: raml$45$artifacts_adapters_getLayoutUserState_getLayoutUserStateConfig_GetLayoutUserStateConfig;
|
|
29
|
+
};
|
|
30
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation, any>>;
|
|
31
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation>): $64$luvio_engine_Snapshot<types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation, any>;
|
|
32
|
+
export declare const getLayoutUserStateAdapterFactory: $64$luvio_engine_AdapterFactory<raml$45$artifacts_adapters_getLayoutUserState_getLayoutUserStateConfig_GetLayoutUserStateConfig, types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiListInfoByListViewApiNameAndObjectApiName_ResourceRequestConfig } from '../resources/getUiApiListInfoByListViewApiNameAndObjectApiName';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { ListInfoRepresentation as types_ListInfoRepresentation_ListInfoRepresentation } from '../types/ListInfoRepresentation';
|
|
5
|
+
export declare const adapterName = "getListInfoByName";
|
|
6
|
+
export declare const getListInfoByName_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetListInfoByNameConfig {
|
|
8
|
+
listViewApiName: string;
|
|
9
|
+
objectApiName: string;
|
|
10
|
+
}
|
|
11
|
+
export declare function createResourceParams(config: GetListInfoByNameConfig): resources_getUiApiListInfoByListViewApiNameAndObjectApiName_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetListInfoByNameConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetListInfoByNameConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetListInfoByNameConfig>): adapter$45$utils_Untrusted<GetListInfoByNameConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetListInfoByNameConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetListInfoByNameConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListInfoByNameConfig): $64$luvio_engine_Snapshot<types_ListInfoRepresentation_ListInfoRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetListInfoByNameConfig, resourceParams: resources_getUiApiListInfoByListViewApiNameAndObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ListInfoRepresentation_ListInfoRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ListInfoRepresentation_ListInfoRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ListInfoRepresentation_ListInfoRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ListInfoRepresentation_ListInfoRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetListInfoByNameConfig, resourceParams: resources_getUiApiListInfoByListViewApiNameAndObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListInfoByNameConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_ListInfoRepresentation_ListInfoRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetListInfoByNameConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ListInfoRepresentation_ListInfoRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ListInfoRepresentation_ListInfoRepresentation>): $64$luvio_engine_Snapshot<types_ListInfoRepresentation_ListInfoRepresentation, any>;
|
|
27
|
+
export declare const getListInfoByNameAdapterFactory: $64$luvio_engine_AdapterFactory<GetListInfoByNameConfig, types_ListInfoRepresentation_ListInfoRepresentation>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiListInfoBatch_ResourceRequestConfig } from '../resources/getUiApiListInfoBatch';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { ListInfoBatchRepresentation as types_ListInfoBatchRepresentation_ListInfoBatchRepresentation } from '../types/ListInfoBatchRepresentation';
|
|
5
|
+
export declare const adapterName = "getListInfosByName";
|
|
6
|
+
export declare const getListInfosByName_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetListInfosByNameConfig {
|
|
8
|
+
ids?: Array<string>;
|
|
9
|
+
names?: Array<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare function createResourceParams(config: GetListInfosByNameConfig): resources_getUiApiListInfoBatch_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetListInfosByNameConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetListInfosByNameConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetListInfosByNameConfig>): adapter$45$utils_Untrusted<GetListInfosByNameConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetListInfosByNameConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetListInfosByNameConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListInfosByNameConfig): $64$luvio_engine_Snapshot<types_ListInfoBatchRepresentation_ListInfoBatchRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetListInfosByNameConfig, resourceParams: resources_getUiApiListInfoBatch_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ListInfoBatchRepresentation_ListInfoBatchRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ListInfoBatchRepresentation_ListInfoBatchRepresentation, any> | import("@luvio/engine").StaleSnapshot<types_ListInfoBatchRepresentation_ListInfoBatchRepresentation, any> | import("@luvio/engine").PendingSnapshot<types_ListInfoBatchRepresentation_ListInfoBatchRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetListInfosByNameConfig, resourceParams: resources_getUiApiListInfoBatch_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListInfosByNameConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_ListInfoBatchRepresentation_ListInfoBatchRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetListInfosByNameConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ListInfoBatchRepresentation_ListInfoBatchRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ListInfoBatchRepresentation_ListInfoBatchRepresentation>): $64$luvio_engine_Snapshot<types_ListInfoBatchRepresentation_ListInfoBatchRepresentation, any>;
|
|
27
|
+
export declare const getListInfosByNameAdapterFactory: $64$luvio_engine_AdapterFactory<GetListInfosByNameConfig, types_ListInfoBatchRepresentation_ListInfoBatchRepresentation>;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiListRecordsByListViewApiNameAndObjectApiName_ResourceRequestConfig, createResourceRequest as resources_getUiApiListRecordsByListViewApiNameAndObjectApiName_createResourceRequest } from '../resources/getUiApiListRecordsByListViewApiNameAndObjectApiName';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { ListRecordCollectionRepresentation as types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation } from '../types/ListRecordCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getListRecordsByName";
|
|
6
|
+
export declare const getListRecordsByName_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetListRecordsByNameConfig {
|
|
8
|
+
listViewApiName: string;
|
|
9
|
+
objectApiName: string;
|
|
10
|
+
fields?: Array<string>;
|
|
11
|
+
optionalFields?: Array<string>;
|
|
12
|
+
pageSize?: number;
|
|
13
|
+
pageToken?: string;
|
|
14
|
+
sortBy?: Array<string>;
|
|
15
|
+
}
|
|
16
|
+
export declare function createResourceParams(config: GetListRecordsByNameConfig): resources_getUiApiListRecordsByListViewApiNameAndObjectApiName_ResourceRequestConfig;
|
|
17
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetListRecordsByNameConfig): string;
|
|
18
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetListRecordsByNameConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
19
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetListRecordsByNameConfig>): adapter$45$utils_Untrusted<GetListRecordsByNameConfig>;
|
|
20
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetListRecordsByNameConfig | null;
|
|
21
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetListRecordsByNameConfig): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListRecordsByNameConfig): $64$luvio_engine_Snapshot<types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation, any>;
|
|
23
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetListRecordsByNameConfig, resourceParams: resources_getUiApiListRecordsByListViewApiNameAndObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation, any>>;
|
|
24
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetListRecordsByNameConfig, resourceParams: resources_getUiApiListRecordsByListViewApiNameAndObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
25
|
+
export declare function prepareRequest(luvio: $64$luvio_engine_Luvio, config: GetListRecordsByNameConfig, resourceParams: resources_getUiApiListRecordsByListViewApiNameAndObjectApiName_ResourceRequestConfig, cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation>): ReturnType<typeof resources_getUiApiListRecordsByListViewApiNameAndObjectApiName_createResourceRequest>;
|
|
26
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListRecordsByNameConfig, options?: $64$luvio_engine_DispatchResourceRequestContext, cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation>): Promise<$64$luvio_engine_Snapshot<types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation, any>>;
|
|
27
|
+
export type BuildSnapshotContext = {
|
|
28
|
+
luvio: $64$luvio_engine_Luvio;
|
|
29
|
+
config: GetListRecordsByNameConfig;
|
|
30
|
+
cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation>;
|
|
31
|
+
};
|
|
32
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation, any>>;
|
|
33
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation>): $64$luvio_engine_Snapshot<types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation, any>;
|
|
34
|
+
export declare const getListRecordsByNameAdapterFactory: $64$luvio_engine_AdapterFactory<GetListRecordsByNameConfig, types_ListRecordCollectionRepresentation_ListRecordCollectionRepresentation>;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiListUiByListViewApiNameAndObjectApiName_ResourceRequestConfig } from '../resources/getUiApiListUiByListViewApiNameAndObjectApiName';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { ListUiRepresentation as types_ListUiRepresentation_ListUiRepresentation } from '../types/ListUiRepresentation';
|
|
5
|
+
export declare const adapterName = "getListUiByApiName";
|
|
6
|
+
export declare const getListUiByApiName_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetListUiByApiNameConfig {
|
|
8
|
+
listViewApiName: string;
|
|
9
|
+
objectApiName: string;
|
|
10
|
+
fields?: Array<string>;
|
|
11
|
+
optionalFields?: Array<string>;
|
|
12
|
+
pageSize?: number;
|
|
13
|
+
pageToken?: string;
|
|
14
|
+
sortBy?: Array<string>;
|
|
15
|
+
}
|
|
16
|
+
export declare function createResourceParams(config: GetListUiByApiNameConfig): resources_getUiApiListUiByListViewApiNameAndObjectApiName_ResourceRequestConfig;
|
|
17
|
+
export declare function coerceConfig(config: adapter$45$utils_UncoercedConfiguration<GetListUiByApiNameConfig, any>): adapter$45$utils_Untrusted<GetListUiByApiNameConfig>;
|
|
18
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetListUiByApiNameConfig): string;
|
|
19
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetListUiByApiNameConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
20
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetListUiByApiNameConfig>): adapter$45$utils_Untrusted<GetListUiByApiNameConfig>;
|
|
21
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetListUiByApiNameConfig | null;
|
|
22
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetListUiByApiNameConfig): $64$luvio_engine_Fragment;
|
|
23
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListUiByApiNameConfig): $64$luvio_engine_Snapshot<types_ListUiRepresentation_ListUiRepresentation, any>;
|
|
24
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetListUiByApiNameConfig, resourceParams: resources_getUiApiListUiByListViewApiNameAndObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ListUiRepresentation_ListUiRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ListUiRepresentation_ListUiRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ListUiRepresentation_ListUiRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ListUiRepresentation_ListUiRepresentation, any>>;
|
|
25
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetListUiByApiNameConfig, resourceParams: resources_getUiApiListUiByListViewApiNameAndObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
26
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListUiByApiNameConfig, options?: $64$luvio_engine_DispatchResourceRequestContext, cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_ListUiRepresentation_ListUiRepresentation>): Promise<$64$luvio_engine_Snapshot<types_ListUiRepresentation_ListUiRepresentation, any>>;
|
|
27
|
+
export type BuildSnapshotContext = {
|
|
28
|
+
luvio: $64$luvio_engine_Luvio;
|
|
29
|
+
config: GetListUiByApiNameConfig;
|
|
30
|
+
cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_ListUiRepresentation_ListUiRepresentation>;
|
|
31
|
+
};
|
|
32
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ListUiRepresentation_ListUiRepresentation, any>>;
|
|
33
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ListUiRepresentation_ListUiRepresentation>): $64$luvio_engine_Snapshot<types_ListUiRepresentation_ListUiRepresentation, any>;
|
|
34
|
+
export declare const getListUiByApiNameAdapterFactory: $64$luvio_engine_AdapterFactory<GetListUiByApiNameConfig, types_ListUiRepresentation_ListUiRepresentation>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiListUiByListViewId_ResourceRequestConfig } from '../resources/getUiApiListUiByListViewId';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { ListUiRepresentation as types_ListUiRepresentation_ListUiRepresentation } from '../types/ListUiRepresentation';
|
|
5
|
+
export declare const adapterName = "getListUiByListViewId";
|
|
6
|
+
export declare const getListUiByListViewId_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetListUiByListViewIdConfig {
|
|
8
|
+
listViewId: string;
|
|
9
|
+
fields?: Array<string>;
|
|
10
|
+
optionalFields?: Array<string>;
|
|
11
|
+
pageSize?: number;
|
|
12
|
+
pageToken?: string;
|
|
13
|
+
sortBy?: Array<string>;
|
|
14
|
+
}
|
|
15
|
+
export declare function createResourceParams(config: GetListUiByListViewIdConfig): resources_getUiApiListUiByListViewId_ResourceRequestConfig;
|
|
16
|
+
export declare function coerceConfig(config: adapter$45$utils_UncoercedConfiguration<GetListUiByListViewIdConfig, any>): adapter$45$utils_Untrusted<GetListUiByListViewIdConfig>;
|
|
17
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetListUiByListViewIdConfig): string;
|
|
18
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetListUiByListViewIdConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
19
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetListUiByListViewIdConfig>): adapter$45$utils_Untrusted<GetListUiByListViewIdConfig>;
|
|
20
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetListUiByListViewIdConfig | null;
|
|
21
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetListUiByListViewIdConfig): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListUiByListViewIdConfig): $64$luvio_engine_Snapshot<types_ListUiRepresentation_ListUiRepresentation, any>;
|
|
23
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetListUiByListViewIdConfig, resourceParams: resources_getUiApiListUiByListViewId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ListUiRepresentation_ListUiRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ListUiRepresentation_ListUiRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ListUiRepresentation_ListUiRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ListUiRepresentation_ListUiRepresentation, any>>;
|
|
24
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetListUiByListViewIdConfig, resourceParams: resources_getUiApiListUiByListViewId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
25
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListUiByListViewIdConfig, options?: $64$luvio_engine_DispatchResourceRequestContext, cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_ListUiRepresentation_ListUiRepresentation>): Promise<$64$luvio_engine_Snapshot<types_ListUiRepresentation_ListUiRepresentation, any>>;
|
|
26
|
+
export type BuildSnapshotContext = {
|
|
27
|
+
luvio: $64$luvio_engine_Luvio;
|
|
28
|
+
config: GetListUiByListViewIdConfig;
|
|
29
|
+
cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_ListUiRepresentation_ListUiRepresentation>;
|
|
30
|
+
};
|
|
31
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ListUiRepresentation_ListUiRepresentation, any>>;
|
|
32
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ListUiRepresentation_ListUiRepresentation>): $64$luvio_engine_Snapshot<types_ListUiRepresentation_ListUiRepresentation, any>;
|
|
33
|
+
export declare const getListUiByListViewIdAdapterFactory: $64$luvio_engine_AdapterFactory<GetListUiByListViewIdConfig, types_ListUiRepresentation_ListUiRepresentation>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiListUiByObjectApiName_ResourceRequestConfig, createResourceRequest as resources_getUiApiListUiByObjectApiName_createResourceRequest } from '../resources/getUiApiListUiByObjectApiName';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { ListViewSummaryCollectionRepresentation as types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation } from '../types/ListViewSummaryCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getListViewSummaryCollection";
|
|
6
|
+
export declare const getListViewSummaryCollection_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetListViewSummaryCollectionConfig {
|
|
8
|
+
objectApiName: string;
|
|
9
|
+
pageSize?: number;
|
|
10
|
+
pageToken?: string;
|
|
11
|
+
q?: string;
|
|
12
|
+
recentListsOnly?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare function createResourceParams(config: GetListViewSummaryCollectionConfig): resources_getUiApiListUiByObjectApiName_ResourceRequestConfig;
|
|
15
|
+
export declare function coerceConfig(config: adapter$45$utils_UncoercedConfiguration<GetListViewSummaryCollectionConfig, any>): adapter$45$utils_Untrusted<GetListViewSummaryCollectionConfig>;
|
|
16
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetListViewSummaryCollectionConfig): string;
|
|
17
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetListViewSummaryCollectionConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
18
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetListViewSummaryCollectionConfig>): adapter$45$utils_Untrusted<GetListViewSummaryCollectionConfig>;
|
|
19
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetListViewSummaryCollectionConfig | null;
|
|
20
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetListViewSummaryCollectionConfig): $64$luvio_engine_Fragment;
|
|
21
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListViewSummaryCollectionConfig): $64$luvio_engine_Snapshot<types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation, any>;
|
|
22
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetListViewSummaryCollectionConfig, resourceParams: resources_getUiApiListUiByObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation, any>>;
|
|
23
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetListViewSummaryCollectionConfig, resourceParams: resources_getUiApiListUiByObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
24
|
+
export declare function prepareRequest(luvio: $64$luvio_engine_Luvio, config: GetListViewSummaryCollectionConfig, resourceParams: resources_getUiApiListUiByObjectApiName_ResourceRequestConfig, cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation>): ReturnType<typeof resources_getUiApiListUiByObjectApiName_createResourceRequest>;
|
|
25
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListViewSummaryCollectionConfig, options?: $64$luvio_engine_DispatchResourceRequestContext, cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation>): Promise<$64$luvio_engine_Snapshot<types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation, any>>;
|
|
26
|
+
export type BuildSnapshotContext = {
|
|
27
|
+
luvio: $64$luvio_engine_Luvio;
|
|
28
|
+
config: GetListViewSummaryCollectionConfig;
|
|
29
|
+
cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation>;
|
|
30
|
+
};
|
|
31
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation, any>>;
|
|
32
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation>): $64$luvio_engine_Snapshot<types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation, any>;
|
|
33
|
+
export declare const getListViewSummaryCollectionAdapterFactory: $64$luvio_engine_AdapterFactory<GetListViewSummaryCollectionConfig, types_ListViewSummaryCollectionRepresentation_ListViewSummaryCollectionRepresentation>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiActionsLookupByObjectApiNames_ResourceRequestConfig } from '../resources/getUiApiActionsLookupByObjectApiNames';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { ActionRepresentation as types_ActionRepresentation_ActionRepresentation } from '../types/ActionRepresentation';
|
|
5
|
+
export declare const adapterName = "getLookupActions";
|
|
6
|
+
export declare const getLookupActions_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetLookupActionsConfig {
|
|
8
|
+
objectApiNames: Array<string>;
|
|
9
|
+
actionTypes?: Array<string>;
|
|
10
|
+
formFactor?: string;
|
|
11
|
+
sections?: Array<string>;
|
|
12
|
+
}
|
|
13
|
+
export declare function createResourceParams(config: GetLookupActionsConfig): resources_getUiApiActionsLookupByObjectApiNames_ResourceRequestConfig;
|
|
14
|
+
export declare function coerceConfig(config: adapter$45$utils_UncoercedConfiguration<GetLookupActionsConfig, any>): adapter$45$utils_Untrusted<GetLookupActionsConfig>;
|
|
15
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLookupActionsConfig): string;
|
|
16
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLookupActionsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLookupActionsConfig>): adapter$45$utils_Untrusted<GetLookupActionsConfig>;
|
|
18
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLookupActionsConfig | null;
|
|
19
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLookupActionsConfig): $64$luvio_engine_Fragment;
|
|
20
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLookupActionsConfig): $64$luvio_engine_Snapshot<types_ActionRepresentation_ActionRepresentation, any>;
|
|
21
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetLookupActionsConfig, resourceParams: resources_getUiApiActionsLookupByObjectApiNames_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionRepresentation_ActionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ActionRepresentation_ActionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ActionRepresentation_ActionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ActionRepresentation_ActionRepresentation, any>>;
|
|
22
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetLookupActionsConfig, resourceParams: resources_getUiApiActionsLookupByObjectApiNames_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
23
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLookupActionsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionRepresentation_ActionRepresentation, any>>;
|
|
24
|
+
export type BuildSnapshotContext = {
|
|
25
|
+
luvio: $64$luvio_engine_Luvio;
|
|
26
|
+
config: GetLookupActionsConfig;
|
|
27
|
+
};
|
|
28
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionRepresentation_ActionRepresentation, any>>;
|
|
29
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ActionRepresentation_ActionRepresentation>): $64$luvio_engine_Snapshot<types_ActionRepresentation_ActionRepresentation, any>;
|
|
30
|
+
export declare const getLookupActionsAdapterFactory: $64$luvio_engine_AdapterFactory<GetLookupActionsConfig, types_ActionRepresentation_ActionRepresentation>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiSearchInfoLookupByFieldApiNameAndObjectApiName_ResourceRequestConfig } from '../resources/getUiApiSearchInfoLookupByFieldApiNameAndObjectApiName';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { LookupMetadataRepresentation as types_LookupMetadataRepresentation_LookupMetadataRepresentation, KeyParams as types_LookupMetadataRepresentation_KeyParams } from '../types/LookupMetadataRepresentation';
|
|
5
|
+
export declare const adapterName = "getLookupMetadata";
|
|
6
|
+
export declare const getLookupMetadata_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetLookupMetadataConfig {
|
|
8
|
+
fieldApiName: string;
|
|
9
|
+
objectApiName: string;
|
|
10
|
+
}
|
|
11
|
+
export declare function createResourceParams(config: GetLookupMetadataConfig): resources_getUiApiSearchInfoLookupByFieldApiNameAndObjectApiName_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLookupMetadataConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLookupMetadataConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLookupMetadataConfig>): adapter$45$utils_Untrusted<GetLookupMetadataConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLookupMetadataConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLookupMetadataConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLookupMetadataConfig): $64$luvio_engine_Snapshot<types_LookupMetadataRepresentation_LookupMetadataRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetLookupMetadataConfig, resourceParams: resources_getUiApiSearchInfoLookupByFieldApiNameAndObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LookupMetadataRepresentation_LookupMetadataRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_LookupMetadataRepresentation_LookupMetadataRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_LookupMetadataRepresentation_LookupMetadataRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_LookupMetadataRepresentation_LookupMetadataRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetLookupMetadataConfig, resourceParams: resources_getUiApiSearchInfoLookupByFieldApiNameAndObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLookupMetadataConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_LookupMetadataRepresentation_LookupMetadataRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetLookupMetadataConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LookupMetadataRepresentation_LookupMetadataRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LookupMetadataRepresentation_LookupMetadataRepresentation>): $64$luvio_engine_Snapshot<types_LookupMetadataRepresentation_LookupMetadataRepresentation, any>;
|
|
27
|
+
export declare const getLookupMetadataAdapterFactory: $64$luvio_engine_AdapterFactory<GetLookupMetadataConfig, types_LookupMetadataRepresentation_LookupMetadataRepresentation>;
|
|
28
|
+
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_LookupMetadataRepresentation_KeyParams, any>[]) => void;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiLookupsByFieldApiNameAndObjectApiName_ResourceRequestConfig } from '../resources/getUiApiLookupsByFieldApiNameAndObjectApiName';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { LookupValuesRepresentation as types_LookupValuesRepresentation_LookupValuesRepresentation } from '../types/LookupValuesRepresentation';
|
|
5
|
+
export declare const adapterName = "getLookupRecords";
|
|
6
|
+
export declare const getLookupRecords_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetLookupRecordsConfig {
|
|
8
|
+
fieldApiName: string;
|
|
9
|
+
objectApiName: string;
|
|
10
|
+
dependentFieldBindings?: Array<string>;
|
|
11
|
+
page?: number;
|
|
12
|
+
pageSize?: number;
|
|
13
|
+
q?: string;
|
|
14
|
+
searchType?: string;
|
|
15
|
+
sourceRecordId?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare function createResourceParams(config: GetLookupRecordsConfig): resources_getUiApiLookupsByFieldApiNameAndObjectApiName_ResourceRequestConfig;
|
|
18
|
+
export declare function coerceConfig(config: adapter$45$utils_UncoercedConfiguration<GetLookupRecordsConfig, any>): adapter$45$utils_Untrusted<GetLookupRecordsConfig>;
|
|
19
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLookupRecordsConfig): string;
|
|
20
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLookupRecordsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
21
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLookupRecordsConfig>): adapter$45$utils_Untrusted<GetLookupRecordsConfig>;
|
|
22
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLookupRecordsConfig | null;
|
|
23
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLookupRecordsConfig): $64$luvio_engine_Fragment;
|
|
24
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLookupRecordsConfig): $64$luvio_engine_Snapshot<types_LookupValuesRepresentation_LookupValuesRepresentation, any>;
|
|
25
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetLookupRecordsConfig, resourceParams: resources_getUiApiLookupsByFieldApiNameAndObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LookupValuesRepresentation_LookupValuesRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_LookupValuesRepresentation_LookupValuesRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_LookupValuesRepresentation_LookupValuesRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_LookupValuesRepresentation_LookupValuesRepresentation, any>>;
|
|
26
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetLookupRecordsConfig, resourceParams: resources_getUiApiLookupsByFieldApiNameAndObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
27
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLookupRecordsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_LookupValuesRepresentation_LookupValuesRepresentation, any>>;
|
|
28
|
+
export type BuildSnapshotContext = {
|
|
29
|
+
luvio: $64$luvio_engine_Luvio;
|
|
30
|
+
config: GetLookupRecordsConfig;
|
|
31
|
+
};
|
|
32
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LookupValuesRepresentation_LookupValuesRepresentation, any>>;
|
|
33
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LookupValuesRepresentation_LookupValuesRepresentation>): $64$luvio_engine_Snapshot<types_LookupValuesRepresentation_LookupValuesRepresentation, any>;
|
|
34
|
+
export declare const getLookupRecordsAdapterFactory: $64$luvio_engine_AdapterFactory<GetLookupRecordsConfig, types_LookupValuesRepresentation_LookupValuesRepresentation>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiMruListUiByObjectApiName_ResourceRequestConfig } from '../resources/getUiApiMruListUiByObjectApiName';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { ListUiRepresentation as types_ListUiRepresentation_ListUiRepresentation } from '../types/ListUiRepresentation';
|
|
5
|
+
export declare const adapterName = "getMruListUi";
|
|
6
|
+
export declare const getMruListUi_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetMruListUiConfig {
|
|
8
|
+
objectApiName: string;
|
|
9
|
+
fields?: Array<string>;
|
|
10
|
+
optionalFields?: Array<string>;
|
|
11
|
+
pageSize?: number;
|
|
12
|
+
pageToken?: string;
|
|
13
|
+
sortBy?: Array<string>;
|
|
14
|
+
}
|
|
15
|
+
export declare function createResourceParams(config: GetMruListUiConfig): resources_getUiApiMruListUiByObjectApiName_ResourceRequestConfig;
|
|
16
|
+
export declare function coerceConfig(config: adapter$45$utils_UncoercedConfiguration<GetMruListUiConfig, any>): adapter$45$utils_Untrusted<GetMruListUiConfig>;
|
|
17
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetMruListUiConfig): string;
|
|
18
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetMruListUiConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
19
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetMruListUiConfig>): adapter$45$utils_Untrusted<GetMruListUiConfig>;
|
|
20
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetMruListUiConfig | null;
|
|
21
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetMruListUiConfig): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetMruListUiConfig): $64$luvio_engine_Snapshot<types_ListUiRepresentation_ListUiRepresentation, any>;
|
|
23
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetMruListUiConfig, resourceParams: resources_getUiApiMruListUiByObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ListUiRepresentation_ListUiRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ListUiRepresentation_ListUiRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ListUiRepresentation_ListUiRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ListUiRepresentation_ListUiRepresentation, any>>;
|
|
24
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetMruListUiConfig, resourceParams: resources_getUiApiMruListUiByObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
25
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetMruListUiConfig, options?: $64$luvio_engine_DispatchResourceRequestContext, cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_ListUiRepresentation_ListUiRepresentation>): Promise<$64$luvio_engine_Snapshot<types_ListUiRepresentation_ListUiRepresentation, any>>;
|
|
26
|
+
export type BuildSnapshotContext = {
|
|
27
|
+
luvio: $64$luvio_engine_Luvio;
|
|
28
|
+
config: GetMruListUiConfig;
|
|
29
|
+
cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_ListUiRepresentation_ListUiRepresentation>;
|
|
30
|
+
};
|
|
31
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ListUiRepresentation_ListUiRepresentation, any>>;
|
|
32
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ListUiRepresentation_ListUiRepresentation>): $64$luvio_engine_Snapshot<types_ListUiRepresentation_ListUiRepresentation, any>;
|
|
33
|
+
export declare const getMruListUiAdapterFactory: $64$luvio_engine_AdapterFactory<GetMruListUiConfig, types_ListUiRepresentation_ListUiRepresentation>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getUiApiNavItems_ResourceRequestConfig } from '../resources/getUiApiNavItems';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { NavItemsRepresentation as types_NavItemsRepresentation_NavItemsRepresentation } from '../types/NavItemsRepresentation';
|
|
5
|
+
export declare const adapterName = "getNavItems";
|
|
6
|
+
export declare const getNavItems_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetNavItemsConfig {
|
|
8
|
+
formFactor?: string;
|
|
9
|
+
navItemNames?: Array<string>;
|
|
10
|
+
page?: number;
|
|
11
|
+
pageSize?: number;
|
|
12
|
+
}
|
|
13
|
+
export declare function createResourceParams(config: GetNavItemsConfig): resources_getUiApiNavItems_ResourceRequestConfig;
|
|
14
|
+
export declare function coerceConfig(config: adapter$45$utils_UncoercedConfiguration<GetNavItemsConfig, any>): adapter$45$utils_Untrusted<GetNavItemsConfig>;
|
|
15
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetNavItemsConfig): string;
|
|
16
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetNavItemsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetNavItemsConfig>): adapter$45$utils_Untrusted<GetNavItemsConfig>;
|
|
18
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetNavItemsConfig | null;
|
|
19
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetNavItemsConfig): $64$luvio_engine_Fragment;
|
|
20
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetNavItemsConfig): $64$luvio_engine_Snapshot<types_NavItemsRepresentation_NavItemsRepresentation, any>;
|
|
21
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetNavItemsConfig, resourceParams: resources_getUiApiNavItems_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_NavItemsRepresentation_NavItemsRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_NavItemsRepresentation_NavItemsRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_NavItemsRepresentation_NavItemsRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_NavItemsRepresentation_NavItemsRepresentation, any>>;
|
|
22
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetNavItemsConfig, resourceParams: resources_getUiApiNavItems_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
23
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetNavItemsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_NavItemsRepresentation_NavItemsRepresentation, any>>;
|
|
24
|
+
export type BuildSnapshotContext = {
|
|
25
|
+
luvio: $64$luvio_engine_Luvio;
|
|
26
|
+
config: GetNavItemsConfig;
|
|
27
|
+
};
|
|
28
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_NavItemsRepresentation_NavItemsRepresentation, any>>;
|
|
29
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_NavItemsRepresentation_NavItemsRepresentation>): $64$luvio_engine_Snapshot<types_NavItemsRepresentation_NavItemsRepresentation, any>;
|
|
30
|
+
export declare const getNavItemsAdapterFactory: $64$luvio_engine_AdapterFactory<GetNavItemsConfig, types_NavItemsRepresentation_NavItemsRepresentation>;
|