@salesforce/lds-adapters-uiapi 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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__/force/luvioGraphql.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 +36 -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 +154 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createContentDocumentAndVersion.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContentVersion.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createListInfo.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/createRecord.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteListInfo.d.ts +15 -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 +29 -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 +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDuplicateConfiguration.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDuplicates.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getFlexipageFormulaOverrides.d.ts +29 -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 +36 -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 +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getListInfosByName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getListInfosByObjectName.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getListObjectInfo.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getListPreferences.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getListRecordsByName.d.ts +37 -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 +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getLookupRecords.d.ts +39 -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/getObjectInfoDirectory.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getObjectInfos.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getPathLayout.d.ts +31 -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/getQuickActionInfo.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getQuickActionLayout.d.ts +30 -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 +35 -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 +29 -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 +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListPreferencesBatch.d.ts +27 -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 +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecordsBatch.d.ts +29 -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 +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSearchFilterOptions.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSearchResults.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getSelectedApp.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/graphql.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/performQuickAction.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/performUpdateRecordQuickAction.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/updateLayoutUserState.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/updateListInfoByName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/updateListPreferences.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecord.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecordAvatar.d.ts +20 -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 +23 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +78 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc_restAdapters.d.ts +122 -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/BatchRepresentation.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/CompositeRelatedListRecordCollectionResultRepresentation.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/KeywordSearchResultsRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/ListRecordCollectionRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/ListUiRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/LookupValuesRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/NLSResultsRepresentation.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/RecordCollectionRepresentation.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/RelatedListRecordCollectionBatchRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RelatedListRecordCollectionRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/SearchResultCollectionRepresentation.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/AggregateOrderByNumberFunction.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/graphql/types/AggregateOrderByStringFunction.d.ts +7 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__Analytics.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsBrowse.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentationInterface.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspace.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAsset.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAssetConnection.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAssetEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__DataspaceRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__MktDataConnector.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticDefinition.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModel.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModelRelatedModelConnection.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModelRelatedModelEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModelRelatedModelRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionConnection.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SortEnumType.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/AnyType.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Base64Value.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/BooleanAggregate.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/BooleanValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ChildRelationship.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/CompoundField.d.ts +81 -0
- package/dist/es/es2018/types/src/generated/graphql/types/CurrencyAggregate.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/graphql/types/CurrencyValue.d.ts +36 -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 +56 -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 +57 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateTimeValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DependentField.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DoubleAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DoubleValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/EmailAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/EmailValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/EncryptedStringValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Field.d.ts +66 -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 +21 -0
- package/dist/es/es2018/types/src/generated/graphql/types/FilteredLookupInfo.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/GroupByFunction.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/graphql/types/GroupByType.d.ts +6 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IDAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IDValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IntAggregate.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IntValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/JSONValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LatitudeAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LatitudeValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ListColumn.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ListOrder.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongAggregate.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongTextAreaValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongitudeAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongitudeValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/MultiPicklistValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/NullOrder.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/NullsOrder.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ObjectInfo.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PageInfo.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PercentAggregate.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PercentValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PhoneNumberAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PhoneNumberValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PicklistAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PicklistValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PolymorphicAggregateParentRelationship.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PolymorphicParentRelationship.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Query.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RateLimit.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Record.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregate.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregateConnection.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregateEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordConnection.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordCreatePayload.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordDeletePayload.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordQuery.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordQueryAggregate.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordRepresentation.d.ts +123 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordResult.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordTypeInfo.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordUpdatePayload.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ReferenceToInfo.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RelatedListInfo.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ResultOrder.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ResultsOrder.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RichTextAreaValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/SObject__Field.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/SObject__FieldType.d.ts +6 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__EntityRepresentation.d.ts +96 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListColumn.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListFilter.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListFilterOperator.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListOrder.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListScalarField.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListView.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewObjectInfo.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewRow.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewRowConnection.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewRowEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__Setup.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateConnection.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupConnection.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupPolymorphicAggregateParentRelationship.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupPolymorphicParentRelationship.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupQuery.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupQueryAggregate.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordAggregate.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordResult.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/StringAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/StringValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TextAreaAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TextAreaValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ThemeInfo.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TimeAggregate.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TimeValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UIAPI.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UIAPIMutations.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Unit.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UrlAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UrlValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/type-util.d.ts +81 -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/deleteUiApiFormsHealthCheckByApiName.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiListInfoByListViewId.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/getUiApiActionsFormulaActivationByActionFeature.d.ts +19 -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 +20 -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 +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsPhotoByRecordIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsQuickActionInfoByActionApiName.d.ts +19 -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 +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds.d.ts +21 -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 +19 -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/getUiApiFormsByApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiFormsHealthCheckByApiName.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/getUiApiListInfoByObjectApiName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListObjectInfoByObjectApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListPreferencesByListViewApiNameAndObjectApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListRecordsByListViewId.d.ts +24 -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/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/getUiApiPathLayoutByObjectApiName.d.ts +21 -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/getUiApiSearchInfoFiltersByObjectApiName.d.ts +19 -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/patchUiApiFormsHealthCheckByApiName.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/patchUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiListPreferencesByListViewApiNameAndObjectApiName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRecordsByRecordId.d.ts +28 -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/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/postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiListInfoByObjectApiName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiListRecordsByListViewApiNameAndObjectApiName.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiListRecordsByListViewId.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiLookupsByFieldApiNameAndObjectApiName.d.ts +31 -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 +23 -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/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiSearchResults.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiSearchResultsKeyword.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/putUiApiAppsUserNavItemsByAppId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/putUiApiFormsHealthCheckByApiName.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/types/AbstractFormSubitemRepresentation.d.ts +34 -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 +38 -0
- package/dist/es/es2018/types/src/generated/types/AbstractRecordAvatarRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/AbstractRecordLayoutComponentRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ActionBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ActionBatchResultRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ActionInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ActionOverrideRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ActionRelatedListSingleBatchInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ActionRelatedListsBatchInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionRelatedListsCollectionBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ActionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedLookupDisplayInfoFieldRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedLookupDisplayInfoRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedLookupInfoRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AggregateInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/AggregateRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AggregateUiRepresentation.d.ts +92 -0
- package/dist/es/es2018/types/src/generated/types/AppRepresentation.d.ts +104 -0
- package/dist/es/es2018/types/src/generated/types/AppliedSearchFilterOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AppsRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/AvatarAssociationInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/BatchInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/BatchOperationInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/BatchRelatedListCountRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/BatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/BatchResultRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/CanvasLayoutComponentRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/CaseStatusPicklistValueAttributesRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ChildRelationshipRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/CompositeActionRelatedListsCollectionResultRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/CompositeRelatedListRecordCollectionResultRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/ContentDocumentCompositeRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/ContentInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CopilotQuickActionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CopilotQuickActionParameterRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CustomLinkLayoutComponentRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/DisplayLayoutAndMatchingInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DisplayLayoutRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRecordErrorRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateResultInfoRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRuleFilterItemRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRuleFilterRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRuleRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DuplicatesConfigurationRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/DuplicatesRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/EmptySpaceFormSubitemRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/EntityActionRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/ErrorBadRequestRecordAvatarBatchRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ErrorMessageRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ErrorRecordAvatarBatchRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ErrorSingleRecordAvatarRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteBatchCollectionInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteBatchInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteCollectionRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/FieldFormSubitemRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/FieldLayoutComponentRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/FieldRepresentation.d.ts +126 -0
- package/dist/es/es2018/types/src/generated/types/FieldValueRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/FilteredLookupInfoRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FlexipageFormulaActivationRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/FormItemRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FormRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/FormRowRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FormSectionRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/FormulaOverridesInfoRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLBatchInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLErrorLocation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLErrorRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLRepresentation.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/types/HealthCheckRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchRequestInputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchResultsRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchResultsSummaryRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/LeadStatusPicklistValueAttributesRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ListColumnInlineEditAttributesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListColumnInlineEditAttributesRepresentationWrapper.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ListColumnRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ListFieldErrorRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListFilterByInfoInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ListFilterByInfoRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoErrorRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoPostInputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoRepresentation.d.ts +116 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoShareCategoryRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoShareRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoSummaryCollectionRepresentation.d.ts +94 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoSummaryRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ListInlineEditDetailsRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectColumnRepresentation.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectInfoRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectPicklistValueRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectQuickFilterOverridesRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectScopeAvailableEntityRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectScopeRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ListOrderByInfoRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ListOrderedByInfoInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListPreferencesInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ListPreferencesRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/ListRecordCollectionRepresentation.d.ts +110 -0
- package/dist/es/es2018/types/src/generated/types/ListRecordCollectionRepresentation212.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/types/ListRecordsInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ListReferenceRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ListScopeEntityRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListScopeInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ListScopeRelatedEntityRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ListScopeRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ListUiRepresentation.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/types/ListUiRepresentation212.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ListUserPreferenceInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ListUserPreferenceRepresentation.d.ts +39 -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 +46 -0
- package/dist/es/es2018/types/src/generated/types/LocationFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/LookupMetadataRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/LookupMetadataTargetInfoRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/LookupPOSTRequestBodyRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/LookupValuesRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/MatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/MatchResultInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/MatchResultRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/MatchRuleRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/MatchingInfoRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/NLSResultsRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/NavItemInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/NavItemRepresentation.d.ts +90 -0
- package/dist/es/es2018/types/src/generated/types/NavItemsInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/NavItemsRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoDirectoryEntryRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoDirectoryRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoRepresentation.d.ts +126 -0
- package/dist/es/es2018/types/src/generated/types/OperationInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/OperationResponseRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/OpportunityStagePicklistValueAttributesRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/PageReferenceInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/PageReferenceRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/PerformActionInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/PhotoMetadataRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PhotoRecordAvatarRepresentation.d.ts +53 -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 +46 -0
- package/dist/es/es2018/types/src/generated/types/PicklistValuesRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/PlatformActionRepresentation.d.ts +97 -0
- package/dist/es/es2018/types/src/generated/types/PrimingGeneratedModuleRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRecordCollectionRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRecordRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRecordsStatsRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRoutesCollectionRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRuleErrorRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/QnASearchResultRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionColorRepresentation.d.ts +37 -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 +55 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionIconRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionInfoRepresentation.d.ts +108 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionLayoutRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBatchRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBulkMapRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBulkRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/RecordCollectionRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/RecordCreateDefaultRecordRepresentation.d.ts +80 -0
- package/dist/es/es2018/types/src/generated/types/RecordDefaultsRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/RecordDefaultsTemplateCloneRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/RecordDefaultsTemplateCreateRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/RecordExceptionErrorRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/RecordExceptionRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/RecordIdRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/RecordInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutComponentRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutItemRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutRowRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSaveOptionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionUserStateInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionUserStateRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutUserStateInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutUserStateRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/RecordRepresentation.d.ts +91 -0
- package/dist/es/es2018/types/src/generated/types/RecordTemplateCloneRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/RecordTemplateCreateRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/RecordTypeInfoRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/RecordUiRepresentation.d.ts +88 -0
- package/dist/es/es2018/types/src/generated/types/ReferenceToInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListColumnRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoRepresentation.d.ts +114 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListPreferencesBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCollectionBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCollectionRepresentation.d.ts +105 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCountCollectionRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCountRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordsBatchInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordsInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordsSingleBatchInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListReferenceRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListSummaryInfoCollectionRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListSummaryInfoRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListUserPreferencesInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListUserPreferencesRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/ReportLayoutComponentRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/ResourceReferenceRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/SearchAnswersRecordRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SearchAnswersResultRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/SearchDataCategoryFilterDefinitionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SearchDataCategoryInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SearchDataCategoryOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SearchFieldFilterAttributesRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SearchFieldFilterDefinitionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/SearchFieldFilterSelectAttributesRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SearchFieldFilterTextAttributesRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterDefinitionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterMetadataCollectionRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterOptionCollectionRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterOptionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SearchIntentActionRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchIntentComponentRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchIntentOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SearchObjectOptionsOutputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SearchObjectOptionsRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SearchRecordHighlightRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchRecordInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SearchRequestInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultCollectionRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/SimpleListInfoResultRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/SimpleRelatedListCountBatchRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SimpleRelatedListInfoResultRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SimpleRelatedListPreferencesResultRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SimplifiedBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SimplifiedBatchResultRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/ThemeBannerRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ThemeImageRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ThemeInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ThemeRecordAvatarRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ThemeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/ValidationRuleRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ValidationRulesRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/VisualforceLayoutComponentRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/WireDataRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/WorkStepPicklistValueAttributeRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/uiapi/record-collection/resources/postUiApiListRecordsByListViewApiNameAndObjectApiName.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/AnyType/getMinimumSelections.d.ts +6 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/CompoundField/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/CompoundField/selectType.d.ts +4 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordAggregate/getFieldType.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/RecordQueryAggregate/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 +5 -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 +4 -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 +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/Setup__SetupQuery/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/Setup__SetupQueryAggregate/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/shared/RecordFields.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/shared/getMinimumSelections.d.ts +5 -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 +14 -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 +173 -0
- package/dist/es/es2018/types/src/overrides/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
- package/dist/es/es2018/types/src/predictive-loading/index.d.ts +1 -0
- package/dist/es/es2018/types/src/predictive-loading/registry.d.ts +9 -0
- package/dist/es/es2018/types/src/primitives/FieldId/coerce.d.ts +7 -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 +9 -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/primitives/SortedStringArrayTitleCase/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/adapters/updateRelatedListInfo/typeCheckConfig.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/getPicklistValues/index.d.ts +17 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiListInfoByListViewApiNameAndObjectApiName/keyBuilder.d.ts +3 -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/resources/postUiApiListRecordsByListViewApiNameAndObjectApiName/keyBuilder.d.ts +4 -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/ListInfoRepresentation/keyBuilderFromType.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/ListInfoRepresentation/notifyUpdateAvailableFactory.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/ListRecordCollectionRepresentation/keyBuilderFromType.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/PicklistValuesRepresentation/keyBuilderFromType.d.ts +2 -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 +11 -0
- package/dist/es/es2018/types/src/sfdc_graphqlAdapters.d.ts +11 -0
- package/dist/es/es2018/types/src/sfdc_rest.d.ts +31 -0
- package/dist/es/es2018/types/src/storewatch.d.ts +7 -0
- package/dist/es/es2018/types/src/test-utils.d.ts +7 -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/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 +8 -0
- package/dist/es/es2018/types/src/util/lists.d.ts +88 -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 +120 -0
- package/dist/es/es2018/types/src/util/snapshot.d.ts +5 -0
- package/dist/es/es2018/types/src/util/store-utils.d.ts +9 -0
- package/dist/es/es2018/types/src/util/supported-entities.d.ts +18 -0
- package/dist/es/es2018/types/src/validation/utils.d.ts +29 -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 +4 -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 +4 -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 +3 -0
- package/dist/es/es2018/types/src/wire/deleteRecord/index.d.ts +2 -0
- package/dist/es/es2018/types/src/wire/executeBatchRecordOperations/index.d.ts +17 -0
- package/dist/es/es2018/types/src/wire/executeBatchRecordOperations/postUiApiRecordsBatch.d.ts +43 -0
- package/dist/es/es2018/types/src/wire/getListInfosByName/createChildResourceParams.d.ts +4 -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 +24 -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 +18 -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/getRelatedListRecordsBatch/createChildResourceParams.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getRelatedListsActions/createChildResourceParams.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/graphql/configurationTypes.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/graphql/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/graphql/validateAdapterConfig.d.ts +3 -0
- package/dist/es/es2018/types/src/wire/graphqlBatch/configurationTypes.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/graphqlBatch/index.d.ts +26 -0
- package/dist/es/es2018/types/src/wire/graphqlBatch/postGraphqlBatch.d.ts +43 -0
- package/dist/es/es2018/types/src/wire/performQuickAction/configurationTypes.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/performQuickAction/index.d.ts +3 -0
- package/dist/es/es2018/types/src/wire/performUpdateRecordQuickAction/configurationTypes.d.ts +4 -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 +4 -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 +64219 -0
- package/dist/komaci-mapping.json +384 -0
- package/package.json +134 -0
- package/sfdc/graphqlAdapters.d.ts +1 -0
- package/sfdc/graphqlAdapters.js +26261 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +39033 -0
- package/sfdc/uiapi-static-functions.js +559 -0
- package/src/raml/api.raml +8729 -0
- package/src/raml/luvio.raml +2018 -0
- package/src/raml/uiapi.graphql +1933 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getUiApiRelatedListPreferencesByPreferencesId_ResourceRequestConfig } from '../resources/getUiApiRelatedListPreferencesByPreferencesId';
|
|
4
|
+
import { RelatedListUserPreferencesRepresentation as types_RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation, KeyParams as types_RelatedListUserPreferencesRepresentation_KeyParams } from '../types/RelatedListUserPreferencesRepresentation';
|
|
5
|
+
export declare const adapterName = "getRelatedListPreferences";
|
|
6
|
+
export declare const getRelatedListPreferences_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getRelatedListPreferences_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetRelatedListPreferencesConfig {
|
|
9
|
+
preferencesId: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GetRelatedListPreferencesConfig) => resources_getUiApiRelatedListPreferencesByPreferencesId_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetRelatedListPreferencesConfig>): adapter$45$utils_Untrusted<GetRelatedListPreferencesConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetRelatedListPreferencesConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesConfig): $64$luvio_engine_Snapshot<types_RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesConfig, resourceParams: resources_getUiApiRelatedListPreferencesByPreferencesId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesConfig, resourceParams: resources_getUiApiRelatedListPreferencesByPreferencesId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetRelatedListPreferencesConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation>): $64$luvio_engine_Snapshot<types_RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation, any>;
|
|
27
|
+
export declare const getRelatedListPreferencesAdapterFactory: $64$luvio_engine_AdapterFactory<GetRelatedListPreferencesConfig, types_RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation>;
|
|
28
|
+
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_RelatedListUserPreferencesRepresentation_KeyParams, any>[]) => void;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getUiApiRelatedListPreferencesBatchByPreferencesIds_ResourceRequestConfig } from '../resources/getUiApiRelatedListPreferencesBatchByPreferencesIds';
|
|
4
|
+
import { RelatedListPreferencesBatchRepresentation as types_RelatedListPreferencesBatchRepresentation_RelatedListPreferencesBatchRepresentation } from '../types/RelatedListPreferencesBatchRepresentation';
|
|
5
|
+
export declare const adapterName = "getRelatedListPreferencesBatch";
|
|
6
|
+
export declare const getRelatedListPreferencesBatch_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getRelatedListPreferencesBatch_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetRelatedListPreferencesBatchConfig {
|
|
9
|
+
preferencesIds: Array<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GetRelatedListPreferencesBatchConfig) => resources_getUiApiRelatedListPreferencesBatchByPreferencesIds_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesBatchConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesBatchConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetRelatedListPreferencesBatchConfig>): adapter$45$utils_Untrusted<GetRelatedListPreferencesBatchConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetRelatedListPreferencesBatchConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesBatchConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesBatchConfig): $64$luvio_engine_Snapshot<types_RelatedListPreferencesBatchRepresentation_RelatedListPreferencesBatchRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesBatchConfig, resourceParams: resources_getUiApiRelatedListPreferencesBatchByPreferencesIds_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RelatedListPreferencesBatchRepresentation_RelatedListPreferencesBatchRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_RelatedListPreferencesBatchRepresentation_RelatedListPreferencesBatchRepresentation, any> | import("@luvio/engine").StaleSnapshot<types_RelatedListPreferencesBatchRepresentation_RelatedListPreferencesBatchRepresentation, any> | import("@luvio/engine").PendingSnapshot<types_RelatedListPreferencesBatchRepresentation_RelatedListPreferencesBatchRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesBatchConfig, resourceParams: resources_getUiApiRelatedListPreferencesBatchByPreferencesIds_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListPreferencesBatchConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_RelatedListPreferencesBatchRepresentation_RelatedListPreferencesBatchRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetRelatedListPreferencesBatchConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_RelatedListPreferencesBatchRepresentation_RelatedListPreferencesBatchRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_RelatedListPreferencesBatchRepresentation_RelatedListPreferencesBatchRepresentation>): $64$luvio_engine_Snapshot<types_RelatedListPreferencesBatchRepresentation_RelatedListPreferencesBatchRepresentation, any>;
|
|
27
|
+
export declare const getRelatedListPreferencesBatchAdapterFactory: $64$luvio_engine_AdapterFactory<GetRelatedListPreferencesBatchConfig, types_RelatedListPreferencesBatchRepresentation_RelatedListPreferencesBatchRepresentation>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds_ResourceRequestConfig } from '../resources/getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds';
|
|
4
|
+
import { ActionRepresentation as types_ActionRepresentation_ActionRepresentation } from '../types/ActionRepresentation';
|
|
5
|
+
export declare const adapterName = "getRelatedListRecordActions";
|
|
6
|
+
export declare const getRelatedListRecordActions_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getRelatedListRecordActions_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetRelatedListRecordActionsConfig {
|
|
9
|
+
recordIds: Array<string>;
|
|
10
|
+
relatedListRecordIds: Array<string>;
|
|
11
|
+
actionTypes?: Array<string>;
|
|
12
|
+
formFactor?: string;
|
|
13
|
+
sections?: Array<string>;
|
|
14
|
+
}
|
|
15
|
+
export declare const createResourceParams: (config: GetRelatedListRecordActionsConfig) => resources_getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds_ResourceRequestConfig;
|
|
16
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordActionsConfig): string;
|
|
17
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordActionsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
18
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetRelatedListRecordActionsConfig>): adapter$45$utils_Untrusted<GetRelatedListRecordActionsConfig>;
|
|
19
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetRelatedListRecordActionsConfig | null;
|
|
20
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordActionsConfig): $64$luvio_engine_Fragment;
|
|
21
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordActionsConfig): $64$luvio_engine_Snapshot<types_ActionRepresentation_ActionRepresentation, any>;
|
|
22
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordActionsConfig, resourceParams: resources_getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds_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: GetRelatedListRecordActionsConfig, resourceParams: resources_getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
24
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordActionsConfig, 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: GetRelatedListRecordActionsConfig;
|
|
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 getRelatedListRecordActionsAdapterFactory: $64$luvio_engine_AdapterFactory<GetRelatedListRecordActionsConfig, types_ActionRepresentation_ActionRepresentation>;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_ResourceRequestConfig, createResourceRequest as resources_postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_createResourceRequest } from '../resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId';
|
|
4
|
+
import { RelatedListRecordCollectionRepresentation as types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation } from '../types/RelatedListRecordCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getRelatedListRecords";
|
|
6
|
+
export declare const getRelatedListRecords_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getRelatedListRecords_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetRelatedListRecordsConfig {
|
|
9
|
+
parentRecordId: string;
|
|
10
|
+
relatedListId: string;
|
|
11
|
+
fields?: Array<string>;
|
|
12
|
+
includeColumnLabels?: boolean;
|
|
13
|
+
optionalFields?: Array<string>;
|
|
14
|
+
pageSize?: number;
|
|
15
|
+
pageToken?: string;
|
|
16
|
+
sortBy?: Array<string>;
|
|
17
|
+
where?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare const createResourceParams: (config: GetRelatedListRecordsConfig) => resources_postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_ResourceRequestConfig;
|
|
20
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsConfig): string;
|
|
21
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
22
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetRelatedListRecordsConfig>): adapter$45$utils_Untrusted<GetRelatedListRecordsConfig>;
|
|
23
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetRelatedListRecordsConfig | null;
|
|
24
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsConfig): $64$luvio_engine_Fragment;
|
|
25
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsConfig): $64$luvio_engine_Snapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation, any>;
|
|
26
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsConfig, resourceParams: resources_postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation, any>>;
|
|
27
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsConfig, resourceParams: resources_postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
28
|
+
export declare function prepareRequest(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsConfig, resourceParams: resources_postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_ResourceRequestConfig, cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation>): ReturnType<typeof resources_postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_createResourceRequest>;
|
|
29
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext, cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation>): Promise<$64$luvio_engine_Snapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation, any>>;
|
|
30
|
+
export type BuildSnapshotContext = {
|
|
31
|
+
luvio: $64$luvio_engine_Luvio;
|
|
32
|
+
config: GetRelatedListRecordsConfig;
|
|
33
|
+
cacheSnapshot?: $64$luvio_engine_UnfulfilledSnapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation>;
|
|
34
|
+
};
|
|
35
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation, any>>;
|
|
36
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation>): $64$luvio_engine_Snapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation, any>;
|
|
37
|
+
export declare const getRelatedListRecordsAdapterFactory: $64$luvio_engine_AdapterFactory<GetRelatedListRecordsConfig, types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { RelatedListRecordsSingleBatchInputRepresentation as types_RelatedListRecordsSingleBatchInputRepresentation_RelatedListRecordsSingleBatchInputRepresentation } from '../types/RelatedListRecordsSingleBatchInputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_postUiApiRelatedListRecordsBatchByParentRecordId_ResourceRequestConfig } from '../resources/postUiApiRelatedListRecordsBatchByParentRecordId';
|
|
5
|
+
import { RelatedListRecordCollectionBatchRepresentation as types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation } from '../types/RelatedListRecordCollectionBatchRepresentation';
|
|
6
|
+
export declare const adapterName = "getRelatedListRecordsBatch";
|
|
7
|
+
export declare const getRelatedListRecordsBatch_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const getRelatedListRecordsBatch_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface GetRelatedListRecordsBatchConfig {
|
|
10
|
+
parentRecordId: string;
|
|
11
|
+
relatedListParameters: Array<types_RelatedListRecordsSingleBatchInputRepresentation_RelatedListRecordsSingleBatchInputRepresentation>;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: GetRelatedListRecordsBatchConfig) => resources_postUiApiRelatedListRecordsBatchByParentRecordId_ResourceRequestConfig;
|
|
14
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig): string;
|
|
15
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetRelatedListRecordsBatchConfig>): adapter$45$utils_Untrusted<GetRelatedListRecordsBatchConfig>;
|
|
17
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetRelatedListRecordsBatchConfig | null;
|
|
18
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig): $64$luvio_engine_Fragment;
|
|
19
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig): $64$luvio_engine_Snapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any>;
|
|
20
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig, resourceParams: resources_postUiApiRelatedListRecordsBatchByParentRecordId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any> | import("@luvio/engine").StaleSnapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any> | import("@luvio/engine").PendingSnapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any>>;
|
|
21
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig, resourceParams: resources_postUiApiRelatedListRecordsBatchByParentRecordId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
22
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any>>;
|
|
23
|
+
export type BuildSnapshotContext = {
|
|
24
|
+
luvio: $64$luvio_engine_Luvio;
|
|
25
|
+
config: GetRelatedListRecordsBatchConfig;
|
|
26
|
+
};
|
|
27
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any>>;
|
|
28
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation>): $64$luvio_engine_Snapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any>;
|
|
29
|
+
export declare const getRelatedListRecordsBatchAdapterFactory: $64$luvio_engine_AdapterFactory<GetRelatedListRecordsBatchConfig, types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ActionRelatedListSingleBatchInputRepresentation as types_ActionRelatedListSingleBatchInputRepresentation_ActionRelatedListSingleBatchInputRepresentation } from '../types/ActionRelatedListSingleBatchInputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_postUiApiActionsRecordRelatedListBatchByRecordIds_ResourceRequestConfig } from '../resources/postUiApiActionsRecordRelatedListBatchByRecordIds';
|
|
5
|
+
import { ActionRelatedListsCollectionBatchRepresentation as types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation } from '../types/ActionRelatedListsCollectionBatchRepresentation';
|
|
6
|
+
export declare const adapterName = "getRelatedListsActions";
|
|
7
|
+
export declare const getRelatedListsActions_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const getRelatedListsActions_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface GetRelatedListsActionsConfig {
|
|
10
|
+
recordIds: Array<string>;
|
|
11
|
+
relatedListsActionParameters: Array<types_ActionRelatedListSingleBatchInputRepresentation_ActionRelatedListSingleBatchInputRepresentation>;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: GetRelatedListsActionsConfig) => resources_postUiApiActionsRecordRelatedListBatchByRecordIds_ResourceRequestConfig;
|
|
14
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig): string;
|
|
15
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetRelatedListsActionsConfig>): adapter$45$utils_Untrusted<GetRelatedListsActionsConfig>;
|
|
17
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetRelatedListsActionsConfig | null;
|
|
18
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig): $64$luvio_engine_Fragment;
|
|
19
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig): $64$luvio_engine_Snapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any>;
|
|
20
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig, resourceParams: resources_postUiApiActionsRecordRelatedListBatchByRecordIds_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any> | import("@luvio/engine").StaleSnapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any> | import("@luvio/engine").PendingSnapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any>>;
|
|
21
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig, resourceParams: resources_postUiApiActionsRecordRelatedListBatchByRecordIds_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
22
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any>>;
|
|
23
|
+
export type BuildSnapshotContext = {
|
|
24
|
+
luvio: $64$luvio_engine_Luvio;
|
|
25
|
+
config: GetRelatedListsActionsConfig;
|
|
26
|
+
};
|
|
27
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any>>;
|
|
28
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation>): $64$luvio_engine_Snapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any>;
|
|
29
|
+
export declare const getRelatedListsActionsAdapterFactory: $64$luvio_engine_AdapterFactory<GetRelatedListsActionsConfig, types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getUiApiRelatedListCountBatchByParentRecordIdAndRelatedListNames_ResourceRequestConfig } from '../resources/getUiApiRelatedListCountBatchByParentRecordIdAndRelatedListNames';
|
|
4
|
+
import { BatchRelatedListCountRepresentation as types_BatchRelatedListCountRepresentation_BatchRelatedListCountRepresentation } from '../types/BatchRelatedListCountRepresentation';
|
|
5
|
+
export declare const adapterName = "getRelatedListsCount";
|
|
6
|
+
export declare const getRelatedListsCount_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getRelatedListsCount_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetRelatedListsCountConfig {
|
|
9
|
+
parentRecordId: string;
|
|
10
|
+
relatedListNames: Array<string>;
|
|
11
|
+
maxCount?: number;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: GetRelatedListsCountConfig) => resources_getUiApiRelatedListCountBatchByParentRecordIdAndRelatedListNames_ResourceRequestConfig;
|
|
14
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsCountConfig): string;
|
|
15
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsCountConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetRelatedListsCountConfig>): adapter$45$utils_Untrusted<GetRelatedListsCountConfig>;
|
|
17
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetRelatedListsCountConfig | null;
|
|
18
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsCountConfig): $64$luvio_engine_Fragment;
|
|
19
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsCountConfig): $64$luvio_engine_Snapshot<types_BatchRelatedListCountRepresentation_BatchRelatedListCountRepresentation, any>;
|
|
20
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsCountConfig, resourceParams: resources_getUiApiRelatedListCountBatchByParentRecordIdAndRelatedListNames_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_BatchRelatedListCountRepresentation_BatchRelatedListCountRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_BatchRelatedListCountRepresentation_BatchRelatedListCountRepresentation, any> | import("@luvio/engine").StaleSnapshot<types_BatchRelatedListCountRepresentation_BatchRelatedListCountRepresentation, any> | import("@luvio/engine").PendingSnapshot<types_BatchRelatedListCountRepresentation_BatchRelatedListCountRepresentation, any>>;
|
|
21
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsCountConfig, resourceParams: resources_getUiApiRelatedListCountBatchByParentRecordIdAndRelatedListNames_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
22
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsCountConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_BatchRelatedListCountRepresentation_BatchRelatedListCountRepresentation, any>>;
|
|
23
|
+
export type BuildSnapshotContext = {
|
|
24
|
+
luvio: $64$luvio_engine_Luvio;
|
|
25
|
+
config: GetRelatedListsCountConfig;
|
|
26
|
+
};
|
|
27
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_BatchRelatedListCountRepresentation_BatchRelatedListCountRepresentation, any>>;
|
|
28
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_BatchRelatedListCountRepresentation_BatchRelatedListCountRepresentation>): $64$luvio_engine_Snapshot<types_BatchRelatedListCountRepresentation_BatchRelatedListCountRepresentation, any>;
|
|
29
|
+
export declare const getRelatedListsCountAdapterFactory: $64$luvio_engine_AdapterFactory<GetRelatedListsCountConfig, types_BatchRelatedListCountRepresentation_BatchRelatedListCountRepresentation>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getUiApiRelatedListInfoByParentObjectApiName_ResourceRequestConfig } from '../resources/getUiApiRelatedListInfoByParentObjectApiName';
|
|
4
|
+
import { RelatedListSummaryInfoCollectionRepresentation as types_RelatedListSummaryInfoCollectionRepresentation_RelatedListSummaryInfoCollectionRepresentation } from '../types/RelatedListSummaryInfoCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getRelatedListsInfo";
|
|
6
|
+
export declare const getRelatedListsInfo_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getRelatedListsInfo_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetRelatedListsInfoConfig {
|
|
9
|
+
parentObjectApiName: string;
|
|
10
|
+
recordTypeId?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: GetRelatedListsInfoConfig) => resources_getUiApiRelatedListInfoByParentObjectApiName_ResourceRequestConfig;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsInfoConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsInfoConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetRelatedListsInfoConfig>): adapter$45$utils_Untrusted<GetRelatedListsInfoConfig>;
|
|
16
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetRelatedListsInfoConfig | null;
|
|
17
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsInfoConfig): $64$luvio_engine_Fragment;
|
|
18
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsInfoConfig): $64$luvio_engine_Snapshot<types_RelatedListSummaryInfoCollectionRepresentation_RelatedListSummaryInfoCollectionRepresentation, any>;
|
|
19
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsInfoConfig, resourceParams: resources_getUiApiRelatedListInfoByParentObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RelatedListSummaryInfoCollectionRepresentation_RelatedListSummaryInfoCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_RelatedListSummaryInfoCollectionRepresentation_RelatedListSummaryInfoCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_RelatedListSummaryInfoCollectionRepresentation_RelatedListSummaryInfoCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_RelatedListSummaryInfoCollectionRepresentation_RelatedListSummaryInfoCollectionRepresentation, any>>;
|
|
20
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsInfoConfig, resourceParams: resources_getUiApiRelatedListInfoByParentObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
21
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsInfoConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_RelatedListSummaryInfoCollectionRepresentation_RelatedListSummaryInfoCollectionRepresentation, any>>;
|
|
22
|
+
export type BuildSnapshotContext = {
|
|
23
|
+
luvio: $64$luvio_engine_Luvio;
|
|
24
|
+
config: GetRelatedListsInfoConfig;
|
|
25
|
+
};
|
|
26
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_RelatedListSummaryInfoCollectionRepresentation_RelatedListSummaryInfoCollectionRepresentation, any>>;
|
|
27
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_RelatedListSummaryInfoCollectionRepresentation_RelatedListSummaryInfoCollectionRepresentation>): $64$luvio_engine_Snapshot<types_RelatedListSummaryInfoCollectionRepresentation_RelatedListSummaryInfoCollectionRepresentation, any>;
|
|
28
|
+
export declare const getRelatedListsInfoAdapterFactory: $64$luvio_engine_AdapterFactory<GetRelatedListsInfoConfig, types_RelatedListSummaryInfoCollectionRepresentation_RelatedListSummaryInfoCollectionRepresentation>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getUiApiSearchInfoFiltersByObjectApiName_ResourceRequestConfig } from '../resources/getUiApiSearchInfoFiltersByObjectApiName';
|
|
4
|
+
import { SearchFilterMetadataCollectionRepresentation as types_SearchFilterMetadataCollectionRepresentation_SearchFilterMetadataCollectionRepresentation } from '../types/SearchFilterMetadataCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getSearchFilterMetadata";
|
|
6
|
+
export declare const getSearchFilterMetadata_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getSearchFilterMetadata_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetSearchFilterMetadataConfig {
|
|
9
|
+
objectApiName: string;
|
|
10
|
+
channel?: string;
|
|
11
|
+
configurationName?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: GetSearchFilterMetadataConfig) => resources_getUiApiSearchInfoFiltersByObjectApiName_ResourceRequestConfig;
|
|
14
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterMetadataConfig): string;
|
|
15
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterMetadataConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetSearchFilterMetadataConfig>): adapter$45$utils_Untrusted<GetSearchFilterMetadataConfig>;
|
|
17
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetSearchFilterMetadataConfig | null;
|
|
18
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterMetadataConfig): $64$luvio_engine_Fragment;
|
|
19
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterMetadataConfig): $64$luvio_engine_Snapshot<types_SearchFilterMetadataCollectionRepresentation_SearchFilterMetadataCollectionRepresentation, any>;
|
|
20
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterMetadataConfig, resourceParams: resources_getUiApiSearchInfoFiltersByObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SearchFilterMetadataCollectionRepresentation_SearchFilterMetadataCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SearchFilterMetadataCollectionRepresentation_SearchFilterMetadataCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SearchFilterMetadataCollectionRepresentation_SearchFilterMetadataCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SearchFilterMetadataCollectionRepresentation_SearchFilterMetadataCollectionRepresentation, any>>;
|
|
21
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterMetadataConfig, resourceParams: resources_getUiApiSearchInfoFiltersByObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
22
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterMetadataConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SearchFilterMetadataCollectionRepresentation_SearchFilterMetadataCollectionRepresentation, any>>;
|
|
23
|
+
export type BuildSnapshotContext = {
|
|
24
|
+
luvio: $64$luvio_engine_Luvio;
|
|
25
|
+
config: GetSearchFilterMetadataConfig;
|
|
26
|
+
};
|
|
27
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SearchFilterMetadataCollectionRepresentation_SearchFilterMetadataCollectionRepresentation, any>>;
|
|
28
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SearchFilterMetadataCollectionRepresentation_SearchFilterMetadataCollectionRepresentation>): $64$luvio_engine_Snapshot<types_SearchFilterMetadataCollectionRepresentation_SearchFilterMetadataCollectionRepresentation, any>;
|
|
29
|
+
export declare const getSearchFilterMetadataAdapterFactory: $64$luvio_engine_AdapterFactory<GetSearchFilterMetadataConfig, types_SearchFilterMetadataCollectionRepresentation_SearchFilterMetadataCollectionRepresentation>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getUiApiSearchInfoFiltersOptionsByFilterApiNameAndObjectApiName_ResourceRequestConfig } from '../resources/getUiApiSearchInfoFiltersOptionsByFilterApiNameAndObjectApiName';
|
|
4
|
+
import { SearchFilterOptionCollectionRepresentation as types_SearchFilterOptionCollectionRepresentation_SearchFilterOptionCollectionRepresentation } from '../types/SearchFilterOptionCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getSearchFilterOptions";
|
|
6
|
+
export declare const getSearchFilterOptions_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getSearchFilterOptions_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetSearchFilterOptionsConfig {
|
|
9
|
+
filterApiName: string;
|
|
10
|
+
objectApiName: string;
|
|
11
|
+
q?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: GetSearchFilterOptionsConfig) => resources_getUiApiSearchInfoFiltersOptionsByFilterApiNameAndObjectApiName_ResourceRequestConfig;
|
|
14
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterOptionsConfig): string;
|
|
15
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterOptionsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetSearchFilterOptionsConfig>): adapter$45$utils_Untrusted<GetSearchFilterOptionsConfig>;
|
|
17
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetSearchFilterOptionsConfig | null;
|
|
18
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterOptionsConfig): $64$luvio_engine_Fragment;
|
|
19
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterOptionsConfig): $64$luvio_engine_Snapshot<types_SearchFilterOptionCollectionRepresentation_SearchFilterOptionCollectionRepresentation, any>;
|
|
20
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterOptionsConfig, resourceParams: resources_getUiApiSearchInfoFiltersOptionsByFilterApiNameAndObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SearchFilterOptionCollectionRepresentation_SearchFilterOptionCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SearchFilterOptionCollectionRepresentation_SearchFilterOptionCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SearchFilterOptionCollectionRepresentation_SearchFilterOptionCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SearchFilterOptionCollectionRepresentation_SearchFilterOptionCollectionRepresentation, any>>;
|
|
21
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterOptionsConfig, resourceParams: resources_getUiApiSearchInfoFiltersOptionsByFilterApiNameAndObjectApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
22
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterOptionsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SearchFilterOptionCollectionRepresentation_SearchFilterOptionCollectionRepresentation, any>>;
|
|
23
|
+
export type BuildSnapshotContext = {
|
|
24
|
+
luvio: $64$luvio_engine_Luvio;
|
|
25
|
+
config: GetSearchFilterOptionsConfig;
|
|
26
|
+
};
|
|
27
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SearchFilterOptionCollectionRepresentation_SearchFilterOptionCollectionRepresentation, any>>;
|
|
28
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SearchFilterOptionCollectionRepresentation_SearchFilterOptionCollectionRepresentation>): $64$luvio_engine_Snapshot<types_SearchFilterOptionCollectionRepresentation_SearchFilterOptionCollectionRepresentation, any>;
|
|
29
|
+
export declare const getSearchFilterOptionsAdapterFactory: $64$luvio_engine_AdapterFactory<GetSearchFilterOptionsConfig, types_SearchFilterOptionCollectionRepresentation_SearchFilterOptionCollectionRepresentation>;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { SearchObjectOptionsRepresentation as types_SearchObjectOptionsRepresentation_SearchObjectOptionsRepresentation } from '../types/SearchObjectOptionsRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_postUiApiSearchResults_ResourceRequestConfig } from '../resources/postUiApiSearchResults';
|
|
5
|
+
import { SearchResultsSummaryRepresentation as types_SearchResultsSummaryRepresentation_SearchResultsSummaryRepresentation } from '../types/SearchResultsSummaryRepresentation';
|
|
6
|
+
export declare const adapterName = "getSearchResults";
|
|
7
|
+
export declare const getSearchResults_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const getSearchResults_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface GetSearchResultsConfig {
|
|
10
|
+
q: string;
|
|
11
|
+
answerTypes?: Array<string>;
|
|
12
|
+
configurationName?: string;
|
|
13
|
+
objectApiNames?: Array<string>;
|
|
14
|
+
searchObjectOptions?: {
|
|
15
|
+
[key: string]: types_SearchObjectOptionsRepresentation_SearchObjectOptionsRepresentation;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export declare const createResourceParams: (config: GetSearchResultsConfig) => resources_postUiApiSearchResults_ResourceRequestConfig;
|
|
19
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSearchResultsConfig): string;
|
|
20
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetSearchResultsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
21
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetSearchResultsConfig>): adapter$45$utils_Untrusted<GetSearchResultsConfig>;
|
|
22
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetSearchResultsConfig | null;
|
|
23
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetSearchResultsConfig): $64$luvio_engine_Fragment;
|
|
24
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSearchResultsConfig): $64$luvio_engine_Snapshot<types_SearchResultsSummaryRepresentation_SearchResultsSummaryRepresentation, any>;
|
|
25
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetSearchResultsConfig, resourceParams: resources_postUiApiSearchResults_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SearchResultsSummaryRepresentation_SearchResultsSummaryRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SearchResultsSummaryRepresentation_SearchResultsSummaryRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SearchResultsSummaryRepresentation_SearchResultsSummaryRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SearchResultsSummaryRepresentation_SearchResultsSummaryRepresentation, any>>;
|
|
26
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetSearchResultsConfig, resourceParams: resources_postUiApiSearchResults_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
27
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSearchResultsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SearchResultsSummaryRepresentation_SearchResultsSummaryRepresentation, any>>;
|
|
28
|
+
export type BuildSnapshotContext = {
|
|
29
|
+
luvio: $64$luvio_engine_Luvio;
|
|
30
|
+
config: GetSearchResultsConfig;
|
|
31
|
+
};
|
|
32
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SearchResultsSummaryRepresentation_SearchResultsSummaryRepresentation, any>>;
|
|
33
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SearchResultsSummaryRepresentation_SearchResultsSummaryRepresentation>): $64$luvio_engine_Snapshot<types_SearchResultsSummaryRepresentation_SearchResultsSummaryRepresentation, any>;
|
|
34
|
+
export declare const getSearchResultsAdapterFactory: $64$luvio_engine_AdapterFactory<GetSearchResultsConfig, types_SearchResultsSummaryRepresentation_SearchResultsSummaryRepresentation>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getUiApiAppsSelected_ResourceRequestConfig } from '../resources/getUiApiAppsSelected';
|
|
4
|
+
import { AppRepresentation as types_AppRepresentation_AppRepresentation } from '../types/AppRepresentation';
|
|
5
|
+
export declare const adapterName = "getSelectedApp";
|
|
6
|
+
export declare const getSelectedApp_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getSelectedApp_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetSelectedAppConfig {
|
|
9
|
+
formFactor?: string;
|
|
10
|
+
userCustomizations?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: GetSelectedAppConfig) => resources_getUiApiAppsSelected_ResourceRequestConfig;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSelectedAppConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetSelectedAppConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetSelectedAppConfig>): adapter$45$utils_Untrusted<GetSelectedAppConfig>;
|
|
16
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetSelectedAppConfig | null;
|
|
17
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetSelectedAppConfig): $64$luvio_engine_Fragment;
|
|
18
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSelectedAppConfig): $64$luvio_engine_Snapshot<types_AppRepresentation_AppRepresentation, any>;
|
|
19
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetSelectedAppConfig, resourceParams: resources_getUiApiAppsSelected_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_AppRepresentation_AppRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_AppRepresentation_AppRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_AppRepresentation_AppRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_AppRepresentation_AppRepresentation, any>>;
|
|
20
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetSelectedAppConfig, resourceParams: resources_getUiApiAppsSelected_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
21
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSelectedAppConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_AppRepresentation_AppRepresentation, any>>;
|
|
22
|
+
export type BuildSnapshotContext = {
|
|
23
|
+
luvio: $64$luvio_engine_Luvio;
|
|
24
|
+
config: GetSelectedAppConfig;
|
|
25
|
+
};
|
|
26
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_AppRepresentation_AppRepresentation, any>>;
|
|
27
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_AppRepresentation_AppRepresentation>): $64$luvio_engine_Snapshot<types_AppRepresentation_AppRepresentation, any>;
|
|
28
|
+
export declare const getSelectedAppAdapterFactory: $64$luvio_engine_AdapterFactory<GetSelectedAppConfig, types_AppRepresentation_AppRepresentation>;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { DocumentNode as $64$luvio_graphql$45$parser_DocumentNode } from '@luvio/graphql-parser';
|
|
4
|
+
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables } from '@luvio/graphql';
|
|
5
|
+
import { ResourceRequestConfig as resources_postGraphql_ResourceRequestConfig } from '../resources/postGraphql';
|
|
6
|
+
import { GraphQLRepresentation as types_GraphQLRepresentation_GraphQLRepresentation } from '../types/GraphQLRepresentation';
|
|
7
|
+
export declare const adapterName = "graphql";
|
|
8
|
+
export declare const graphql_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
9
|
+
export declare const graphql_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
10
|
+
export interface GraphqlConfig {
|
|
11
|
+
query: $64$luvio_graphql$45$parser_DocumentNode;
|
|
12
|
+
operationName?: string;
|
|
13
|
+
variables?: $64$luvio_graphql_GraphQLVariables;
|
|
14
|
+
}
|
|
15
|
+
export declare const createResourceParams: (config: GraphqlConfig) => resources_postGraphql_ResourceRequestConfig;
|
|
16
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GraphqlConfig): string;
|
|
17
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GraphqlConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
18
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GraphqlConfig>): adapter$45$utils_Untrusted<GraphqlConfig>;
|
|
19
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GraphqlConfig | null;
|
|
20
|
+
export declare function transformConfiguration(config: GraphqlConfig): GraphqlConfig;
|
|
21
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GraphqlConfig): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GraphqlConfig): $64$luvio_engine_Snapshot<types_GraphQLRepresentation_GraphQLRepresentation, any>;
|
|
23
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GraphqlConfig, resourceParams: resources_postGraphql_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GraphQLRepresentation_GraphQLRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_GraphQLRepresentation_GraphQLRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_GraphQLRepresentation_GraphQLRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_GraphQLRepresentation_GraphQLRepresentation, any>>;
|
|
24
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GraphqlConfig, resourceParams: resources_postGraphql_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
25
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GraphqlConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_GraphQLRepresentation_GraphQLRepresentation, any>>;
|
|
26
|
+
export type BuildSnapshotContext = {
|
|
27
|
+
luvio: $64$luvio_engine_Luvio;
|
|
28
|
+
config: GraphqlConfig;
|
|
29
|
+
};
|
|
30
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_GraphQLRepresentation_GraphQLRepresentation, any>>;
|
|
31
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_GraphQLRepresentation_GraphQLRepresentation>): $64$luvio_engine_Snapshot<types_GraphQLRepresentation_GraphQLRepresentation, any>;
|
|
32
|
+
export declare const graphqlAdapterFactory: $64$luvio_engine_AdapterFactory<GraphqlConfig, types_GraphQLRepresentation_GraphQLRepresentation>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_postUiApiActionsPerformQuickActionByActionApiName_ResourceRequestConfig } from '../resources/postUiApiActionsPerformQuickActionByActionApiName';
|
|
4
|
+
import { QuickActionExecutionRepresentation as types_QuickActionExecutionRepresentation_QuickActionExecutionRepresentation } from '../types/QuickActionExecutionRepresentation';
|
|
5
|
+
export declare const adapterName = "performQuickAction";
|
|
6
|
+
export declare const performQuickAction_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const performQuickAction_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface PerformQuickActionConfig {
|
|
9
|
+
actionApiName: string;
|
|
10
|
+
allowSaveOnDuplicate?: boolean;
|
|
11
|
+
apiName: string;
|
|
12
|
+
contextId?: string;
|
|
13
|
+
fields: {
|
|
14
|
+
[key: string]: string | number | null | boolean;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
export declare const createResourceParams: (config: PerformQuickActionConfig) => resources_postUiApiActionsPerformQuickActionByActionApiName_ResourceRequestConfig;
|
|
18
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<PerformQuickActionConfig>): adapter$45$utils_Untrusted<PerformQuickActionConfig>;
|
|
19
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): PerformQuickActionConfig | null;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: PerformQuickActionConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_QuickActionExecutionRepresentation_QuickActionExecutionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_QuickActionExecutionRepresentation_QuickActionExecutionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_QuickActionExecutionRepresentation_QuickActionExecutionRepresentation, any>>;
|
|
21
|
+
export declare const performQuickActionAdapterFactory: $64$luvio_engine_AdapterFactory<PerformQuickActionConfig, types_QuickActionExecutionRepresentation_QuickActionExecutionRepresentation>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_patchUiApiActionsPerformQuickActionByActionApiName_ResourceRequestConfig } from '../resources/patchUiApiActionsPerformQuickActionByActionApiName';
|
|
4
|
+
import { QuickActionExecutionRepresentation as types_QuickActionExecutionRepresentation_QuickActionExecutionRepresentation } from '../types/QuickActionExecutionRepresentation';
|
|
5
|
+
export declare const adapterName = "performUpdateRecordQuickAction";
|
|
6
|
+
export declare const performUpdateRecordQuickAction_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const performUpdateRecordQuickAction_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface PerformUpdateRecordQuickActionConfig {
|
|
9
|
+
actionApiName: string;
|
|
10
|
+
allowSaveOnDuplicate?: boolean;
|
|
11
|
+
apiName: string;
|
|
12
|
+
contextId?: string;
|
|
13
|
+
fields: {
|
|
14
|
+
[key: string]: string | number | null | boolean;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
export declare const createResourceParams: (config: PerformUpdateRecordQuickActionConfig) => resources_patchUiApiActionsPerformQuickActionByActionApiName_ResourceRequestConfig;
|
|
18
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<PerformUpdateRecordQuickActionConfig>): adapter$45$utils_Untrusted<PerformUpdateRecordQuickActionConfig>;
|
|
19
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): PerformUpdateRecordQuickActionConfig | null;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: PerformUpdateRecordQuickActionConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_QuickActionExecutionRepresentation_QuickActionExecutionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_QuickActionExecutionRepresentation_QuickActionExecutionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_QuickActionExecutionRepresentation_QuickActionExecutionRepresentation, any>>;
|
|
21
|
+
export declare const performUpdateRecordQuickActionAdapterFactory: $64$luvio_engine_AdapterFactory<PerformUpdateRecordQuickActionConfig, types_QuickActionExecutionRepresentation_QuickActionExecutionRepresentation>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_patchUiApiLayoutUserStateByObjectApiName_ResourceRequestConfig } from '../resources/patchUiApiLayoutUserStateByObjectApiName';
|
|
4
|
+
import { RecordLayoutUserStateRepresentation as types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation } from '../types/RecordLayoutUserStateRepresentation';
|
|
5
|
+
export declare const adapterName = "updateLayoutUserState";
|
|
6
|
+
export declare const updateLayoutUserState_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const updateLayoutUserState_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface UpdateLayoutUserStateConfig {
|
|
9
|
+
objectApiName: string;
|
|
10
|
+
formFactor?: string;
|
|
11
|
+
layoutType?: string;
|
|
12
|
+
mode?: string;
|
|
13
|
+
recordTypeId?: string;
|
|
14
|
+
sectionUserStates: {
|
|
15
|
+
[key: string]: {};
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export declare const createResourceParams: (config: UpdateLayoutUserStateConfig) => resources_patchUiApiLayoutUserStateByObjectApiName_ResourceRequestConfig;
|
|
19
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateLayoutUserStateConfig>): adapter$45$utils_Untrusted<UpdateLayoutUserStateConfig>;
|
|
20
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateLayoutUserStateConfig | null;
|
|
21
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateLayoutUserStateConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation, any>>;
|
|
22
|
+
export declare const updateLayoutUserStateAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateLayoutUserStateConfig, types_RecordLayoutUserStateRepresentation_RecordLayoutUserStateRepresentation>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ListFilterByInfoInputRepresentation as types_ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation } from '../types/ListFilterByInfoInputRepresentation';
|
|
4
|
+
import { ListScopeInputRepresentation as types_ListScopeInputRepresentation_ListScopeInputRepresentation } from '../types/ListScopeInputRepresentation';
|
|
5
|
+
import { ResourceRequestConfig as resources_patchUiApiListInfoByListViewApiNameAndObjectApiName_ResourceRequestConfig } from '../resources/patchUiApiListInfoByListViewApiNameAndObjectApiName';
|
|
6
|
+
import { ListInfoRepresentation as types_ListInfoRepresentation_ListInfoRepresentation } from '../types/ListInfoRepresentation';
|
|
7
|
+
export declare const adapterName = "updateListInfoByName";
|
|
8
|
+
export declare const updateListInfoByName_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
9
|
+
export declare const updateListInfoByName_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
10
|
+
export interface UpdateListInfoByNameConfig {
|
|
11
|
+
listViewApiName: string;
|
|
12
|
+
objectApiName: string;
|
|
13
|
+
displayColumns?: Array<string>;
|
|
14
|
+
filterLogicString?: string;
|
|
15
|
+
filteredByInfo?: Array<types_ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation>;
|
|
16
|
+
label?: string;
|
|
17
|
+
listShares?: Array<string>;
|
|
18
|
+
scope?: types_ListScopeInputRepresentation_ListScopeInputRepresentation;
|
|
19
|
+
visibility?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare const createResourceParams: (config: UpdateListInfoByNameConfig) => resources_patchUiApiListInfoByListViewApiNameAndObjectApiName_ResourceRequestConfig;
|
|
22
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateListInfoByNameConfig>): adapter$45$utils_Untrusted<UpdateListInfoByNameConfig>;
|
|
23
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateListInfoByNameConfig | null;
|
|
24
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateListInfoByNameConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ListInfoRepresentation_ListInfoRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ListInfoRepresentation_ListInfoRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ListInfoRepresentation_ListInfoRepresentation, any>>;
|
|
25
|
+
export declare const updateListInfoByNameAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateListInfoByNameConfig, types_ListInfoRepresentation_ListInfoRepresentation>;
|