@salesforce/lds-adapters-uiapi 0.131.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/types/src/__mocks__/@salesforce/lds-instrumentation.d.ts +3 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsBindings.d.ts +9 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsEngine.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsEngineCreator.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsGraphqlParser.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsInstrumentation.d.ts +3 -0
- package/dist/es/es2018/types/src/__mocks__/force/luvioEngine.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/instrumentation/service.d.ts +33 -0
- package/dist/es/es2018/types/src/__performance__/priming.spec.d.ts +1 -0
- package/dist/es/es2018/types/src/__performance__/utils/runMeasurement.d.ts +30 -0
- package/dist/es/es2018/types/src/__performance__/utils/sqliteDurableStore.d.ts +18 -0
- package/dist/es/es2018/types/src/__performance__/utils/utils.d.ts +6 -0
- package/dist/es/es2018/types/src/configuration.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/adapters/createContentDocumentAndVersion.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createContentVersion.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createRecord.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteRecord.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getActionOverrides.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllApps.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppDetails.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getDuplicateConfiguration.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDuplicates.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getGlobalActions.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getKeywordSearchResults.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getLayout.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getLayoutUserState.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getListInfoByName.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getListInfosByName.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getListRecordsByName.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getListUiByApiName.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getListUiByListViewId.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getListViewSummaryCollection.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getLookupActions.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getLookupMetadata.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getLookupRecords.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getMruListUi.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getNavItems.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getObjectCreateActions.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getObjectInfo.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getObjectInfos.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getPicklistValues.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getPicklistValuesByRecordType.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getQuickActionDefaults.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getQuickActionLayout.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecord.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordActions.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordAvatars.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordCreateDefaults.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordEditActions.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordTemplateClone.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordTemplateCreate.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordUi.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecords.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListActions.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListCount.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListInfo.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListInfoBatch.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListPreferences.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListPreferencesBatch.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecordActions.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecords.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecordsBatch.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListsActions.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListsCount.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListsInfo.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSearchFilterMetadata.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getSearchFilterOptions.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSearchResults.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSelectedApp.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/graphql.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/performQuickAction.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/performUpdateRecordQuickAction.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/updateLayoutUserState.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecord.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecordAvatar.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRelatedListInfo.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRelatedListPreferences.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc_graphqlAdapters.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc_restAdapters.d.ts +105 -0
- package/dist/es/es2018/types/src/generated/fields/adapters/getQuickActionDefaults.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/fields/adapters/getRecord.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/fields/adapters/getRecordTemplateClone.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/fields/adapters/getRecordTemplateCreate.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/fields/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/resources/getUiApiRecordsByRecordId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/AggregateUiRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/BatchResultRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/ContentDocumentCompositeRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/QuickActionDefaultsRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordCreateDefaultRecordRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordDefaultsRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordDefaultsTemplateCloneRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordDefaultsTemplateCreateRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordTemplateCloneRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordTemplateCreateRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordUiRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/SearchResultRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/category.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/deprecated.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/directive-util.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/fieldCategory.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/generic.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/include.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/skip.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/specifiedBy.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Base64Value.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/BooleanAggregate.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/BooleanValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ChildRelationship.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/CurrencyAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/CurrencyValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DataType.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateAggregate.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateFunctionAggregation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateLiteral.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateOnlyAggregation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateTimeAggregate.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateTimeValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DependentField.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DoubleAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DoubleValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/EmailAggregate.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/EmailValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/EncryptedStringValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Field.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/graphql/types/FieldExtraTypeInfo.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/graphql/types/FieldValue.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/graphql/types/FilteredLookupInfo.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IDAggregate.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IDValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IntAggregate.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IntValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/JSONValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LatitudeAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LatitudeValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ListColumn.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ListOrder.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongAggregate.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongTextAreaValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongitudeAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongitudeValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/MultiPicklistValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/NullOrder.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ObjectInfo.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PageInfo.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PercentAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PercentValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PhoneNumberAggregate.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PhoneNumberValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PicklistAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PicklistValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PolymorphicParentRelationship.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Query.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RateLimit.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Record.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordConnection.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordEdge.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordQuery.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordRepresentation.d.ts +118 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordTypeInfo.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ReferenceToInfo.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RelatedListInfo.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ResultOrder.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RichTextAreaValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/StringAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/StringValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TextAreaAggregate.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TextAreaValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ThemeInfo.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TimeAggregate.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TimeValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UIAPI.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UrlAggregate.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UrlValue.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/type-util.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/pagination/cursor.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/pagination/syntheticCursor.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiFavoritesByFavoriteId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiRecordsByRecordId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiRelatedListPreferencesByPreferencesId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectBriefcasePrimingRecords.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsFlexipageByFlexipageNames.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsGlobal.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsLayoutByActionApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsListViewByListViewIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsListViewChartByObjectApiNames.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsListViewRecordByRecordIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsLookupByObjectApiNames.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsMruListByObjectApiNames.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsObjectRecordCreateByObjectApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsOverridesByObjectApiName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsPhotoByRecordIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordByRecordIds.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRecordEditByRecordIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiAggregateUi.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiApps.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiAppsByAppId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiAppsSelected.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiAppsUserNavItemsByAppId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiDuplicatesByObjectApiName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiFavorites.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiFavoritesByFavoriteId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiFormsByApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiLayoutByObjectApiName.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiLayoutUserStateByObjectApiName.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoBatch.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoByListViewId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListRecordsByListViewApiNameAndObjectApiName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListRecordsByListViewId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListUiByListViewApiNameAndObjectApiName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListUiByListViewId.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListUiByObjectApiName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiLookupsByFieldApiNameAndObjectApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiLookupsByFieldApiNameAndObjectApiNameAndTargetApiName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiMruListInfoByObjectApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiMruListRecordsByObjectApiName.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiMruListUiByObjectApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiNavItems.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfo.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoBatchByObjectApiNames.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoByObjectApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByFieldApiNameAndObjectApiNameAndRecordTypeId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByObjectApiNameAndRecordTypeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoValidationRulesInfoByObjectApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiPrimingRecords.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiPrimingRoutes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordAvatarsBatchByRecordIds.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordAvatarsByRecordId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsCloneByRecordId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsCreateByObjectApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordUiByRecordIds.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordsBatchByRecordIds.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordsByRecordId.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordsChildRelationshipsByRecordIdAndRelationshipName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListCountBatchByParentRecordIdAndRelatedListNames.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListCountByParentRecordIdAndRelatedListId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListPreferencesBatchByPreferencesIds.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListPreferencesByPreferencesId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListRecordsBatchByParentRecordId.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListRecordsBatchByParentRecordIdAndRelatedListIds.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoFiltersByObjectApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoFiltersOptionsByFilterApiNameAndObjectApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoLookupByFieldApiNameAndObjectApiName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiThemesActive.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiAppsByAppId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiFavoritesByFavoriteId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiFavoritesUsageByFavoriteId.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiLayoutUserStateByObjectApiName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRecordsByRecordId.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRelatedListPreferencesByPreferencesId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/postGraphql.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postGraphqlBatch.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIds.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiAggregateUi.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiFavorites.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiPredupe.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecordAvatarsAssociationByRecordId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecords.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersions.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersionsByContentDocumentId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordIdAndRelatedListIds.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiSearchResults.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiSearchResultsKeyword.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/putUiApiAppsUserNavItemsByAppId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/putUiApiFavoritesBatch.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/types/AbstractFormSubitemRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/AbstractPicklistValueAttributesRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/AbstractRecordAvatarBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/AbstractRecordAvatarRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/AbstractRecordLayoutComponentRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ActionBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ActionBatchResultRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ActionInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ActionOverrideRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionRelatedListSingleBatchInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ActionRelatedListsBatchInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ActionRelatedListsCollectionBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ActionRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/AggregateInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AggregateRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/AggregateUiRepresentation.d.ts +93 -0
- package/dist/es/es2018/types/src/generated/types/AppRepresentation.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/types/AppsRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AvatarAssociationInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/BatchRelatedListCountRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/BatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/BatchResultRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/CanvasLayoutComponentRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/CaseStatusPicklistValueAttributesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ChildRelationshipRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/CompositeActionRelatedListsCollectionResultRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/CompositeGraphQLResultRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CompositeRelatedListRecordCollectionResultRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ContentDocumentCompositeRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/ContentInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CustomLinkLayoutComponentRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/DisplayLayoutAndMatchingInfoRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DisplayLayoutRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRecordErrorRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateResultInfoRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRuleFilterItemRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRuleFilterRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRuleRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/DuplicatesConfigurationRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/DuplicatesRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/EmptySpaceFormSubitemRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/EntityActionRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ErrorBadRequestRecordAvatarBatchRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ErrorMessageRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ErrorRecordAvatarBatchRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ErrorSingleRecordAvatarRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteBatchCollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteBatchInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/FieldFormSubitemRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FieldLayoutComponentRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FieldRepresentation.d.ts +121 -0
- package/dist/es/es2018/types/src/generated/types/FieldValueRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/FilteredLookupInfoRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/FormItemRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/FormRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/FormRowRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/FormSectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLBatchInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLBatchRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLErrorLocation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLErrorRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLRepresentation.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchRequestInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchResultsRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchResultsSummaryRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/LeadStatusPicklistValueAttributesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListColumnRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ListFilterByInfoRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoRepresentation.d.ts +87 -0
- package/dist/es/es2018/types/src/generated/types/ListOrderByInfoRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ListOrderedByInfoInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ListRecordCollectionRepresentation.d.ts +101 -0
- package/dist/es/es2018/types/src/generated/types/ListRecordCollectionRepresentation212.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/ListReferenceRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ListUiRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/ListUiRepresentation212.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ListUserPreferenceInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ListUserPreferenceRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ListViewSummaryCollectionRepresentation.d.ts +94 -0
- package/dist/es/es2018/types/src/generated/types/ListViewSummaryRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/LocationFieldRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/LookupMetadataRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/LookupMetadataTargetInfoRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/LookupValuesRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/MatchRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/MatchResultInfoRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/MatchResultRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/MatchRuleRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/MatchingInfoRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/NavItemInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/NavItemRepresentation.d.ts +91 -0
- package/dist/es/es2018/types/src/generated/types/NavItemsInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/NavItemsRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoDirectoryEntryRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoDirectoryRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoRepresentation.d.ts +121 -0
- package/dist/es/es2018/types/src/generated/types/OperationInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/OperationResponseRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/OpportunityStagePicklistValueAttributesRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/PageReferenceInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PageReferenceRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PerformActionInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/PhotoMetadataRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/PhotoRecordAvatarRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/PicklistValueRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/PicklistValuesCollectionRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/PicklistValuesRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/PlatformActionRepresentation.d.ts +98 -0
- package/dist/es/es2018/types/src/generated/types/PrimingGeneratedModuleRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRecordCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRecordRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRecordsStatsRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRoutesCollectionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRuleErrorRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/QnASearchResultRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionDefaultsRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionExecutionRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionLayoutRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBatchRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBulkMapRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBulkRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/RecordCollectionRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/RecordCreateDefaultRecordRepresentation.d.ts +81 -0
- package/dist/es/es2018/types/src/generated/types/RecordDefaultsRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/RecordDefaultsTemplateCloneRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/RecordDefaultsTemplateCreateRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/RecordExceptionErrorRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/RecordExceptionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/RecordInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutComponentRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutItemRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutRowRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSaveOptionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionUserStateInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionUserStateRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutUserStateInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutUserStateRepresentation.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/types/RecordRepresentation.d.ts +92 -0
- package/dist/es/es2018/types/src/generated/types/RecordTemplateCloneRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/RecordTemplateCreateRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/RecordTypeInfoRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/RecordUiRepresentation.d.ts +89 -0
- package/dist/es/es2018/types/src/generated/types/ReferenceToInfoRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListColumnRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoRepresentation.d.ts +115 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListPreferencesBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCollectionBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCollectionRepresentation.d.ts +103 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCountCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCountRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordsBatchInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordsInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordsSingleBatchInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListReferenceRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListSummaryInfoCollectionRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListSummaryInfoRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListUserPreferencesInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListUserPreferencesRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/ReportLayoutComponentRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/ResourceReferenceRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterAttributesRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterDefinitionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterMetadataCollectionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterOptionCollectionRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterOptionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterSelectAttributesRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterTextAttributesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SearchRecordHighlightRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/SearchRecordInfoRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SearchRequestInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultCollectionRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/SimpleListInfoResultRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SimpleRelatedListCountBatchRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/SimpleRelatedListInfoResultRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/SimpleRelatedListPreferencesResultRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/SimplifiedBatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/SimplifiedBatchResultRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ThemeBannerRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ThemeImageRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ThemeInfoRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ThemeRecordAvatarRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ThemeRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/ValidationRuleRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ValidationRulesRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/VisualforceLayoutComponentRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/WireDataRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/uiapi/record-collection/resources/getUiApiListRecordsByListViewApiNameAndObjectApiName.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/uiapi/record-collection/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordConnection/getTypeCacheKeys.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordQuery/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/attachMappedData.d.ts +4 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/convertGraphQLToRaml.d.ts +11 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getFieldData.d.ts +4 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getInContextFragmentType.d.ts +3 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getMappedTypeCacheKeys.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getMinimumSelections.d.ts +2 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/ingestMappedData.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/isMappedField.d.ts +2 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/selectType.d.ts +4 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/shared/getMinimumSelections.d.ts +3 -0
- package/dist/es/es2018/types/src/helpers/FieldValueRepresentation/merge.d.ts +3 -0
- package/dist/es/es2018/types/src/helpers/FieldValueRepresentation/normalize.d.ts +5 -0
- package/dist/es/es2018/types/src/helpers/RecordAvatarBulkRepresentation/merge.d.ts +3 -0
- package/dist/es/es2018/types/src/helpers/RecordRepresentation/merge.d.ts +8 -0
- package/dist/es/es2018/types/src/helpers/RecordRepresentation/normalize.d.ts +10 -0
- package/dist/es/es2018/types/src/helpers/RecordRepresentation/resolveConflict.d.ts +11 -0
- package/dist/es/es2018/types/src/helpers/graphql/getDirectiveValue.d.ts +2 -0
- package/dist/es/es2018/types/src/helpers/graphql/getFieldNameOverride.d.ts +2 -0
- package/dist/es/es2018/types/src/helpers/resources/getRecordFulfill.d.ts +2 -0
- package/dist/es/es2018/types/src/instrumentation.d.ts +55 -0
- package/dist/es/es2018/types/src/main.d.ts +89 -0
- package/dist/es/es2018/types/src/overrides/resources/getUiApiListInfoBatch.d.ts +38 -0
- package/dist/es/es2018/types/src/overrides/resources/postGraphqlBatch.d.ts +36 -0
- package/dist/es/es2018/types/src/overrides/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +14 -0
- package/dist/es/es2018/types/src/overrides/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +16 -0
- package/dist/es/es2018/types/src/overrides/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
- package/dist/es/es2018/types/src/primitives/FieldId/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/FieldId/index.d.ts +14 -0
- package/dist/es/es2018/types/src/primitives/FieldIdArray/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/FormFactor/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/FormFactor/index.d.ts +5 -0
- package/dist/es/es2018/types/src/primitives/LayoutMode/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/LayoutMode/index.d.ts +5 -0
- package/dist/es/es2018/types/src/primitives/LayoutModeArray/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/LayoutType/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/LayoutType/index.d.ts +4 -0
- package/dist/es/es2018/types/src/primitives/LayoutTypeArray/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/ObjectId/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/ObjectId/index.d.ts +4 -0
- package/dist/es/es2018/types/src/primitives/ObjectIdArray/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/RecordId18/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/RecordId18Array/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/SortedObjectIdArray/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/SortedStringArray/coerce.d.ts +1 -0
- package/dist/es/es2018/types/src/primitives/SortedStringArrayAllowEmpty/coerce.d.ts +1 -0
- package/dist/es/es2018/types/src/query-evaluation/record-representation-query-evaluator.d.ts +19 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/buildCachedSnapshotCachePolicy.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/utils.d.ts +9 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/validateAdapterConfig.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshot.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshotCachePolicy.d.ts +9 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/buildNetworkSnapshot.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserStateConfig.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserState_ConfigPropertyNames.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/validateAdapterConfig.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getListRecordsByName/buildNetworkSnapshot.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getListRecordsByName/onFetchResponseSuccess.d.ts +6 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshot.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshotCachePolicy.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshot.d.ts +9 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshotCachePolicy.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/utils.d.ts +13 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/GetRecordsConfig.d.ts +15 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/adapterFragment.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/createChildResourceParams.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/createResourceParams.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/getRecords_ConfigPropertyNames.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/typeCheckConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/validateAdapterConfig.d.ts +6 -0
- package/dist/es/es2018/types/src/raml-artifacts/getPicklistValues/index.d.ts +17 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiListRecordsByListViewApiNameAndObjectApiName/keyBuilder.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordAvatarsBatchByRecordIds/ingestSuccess.d.ts +12 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordDefaultsTemplateCloneByRecordId/select.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/ingestSuccessChildResourceParams.d.ts +17 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/selectChildResourceParams.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordsByRecordId/createResourceRequest.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames/createChildResourceParams.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/postGraphql/createResourceRequest.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/FieldValueRepresentation/ingest.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/QuickActionDefaultsRepresentation/dynamicIngest.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/RecordAvatarBulkMapRepresentation/ingest.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/RecordRepresentation/getTypeCacheKeys.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/RecordRepresentation/ingest.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/RecordRepresentation/keyBuilderFromType.d.ts +2 -0
- package/dist/es/es2018/types/src/selectors/record.d.ts +15 -0
- package/dist/es/es2018/types/src/sfdc-util/throttle.d.ts +15 -0
- package/dist/es/es2018/types/src/sfdc_graphql.d.ts +13 -0
- package/dist/es/es2018/types/src/sfdc_rest.d.ts +20 -0
- package/dist/es/es2018/types/src/uiapi-static-functions.d.ts +7 -0
- package/dist/es/es2018/types/src/util/cache-policy.d.ts +10 -0
- package/dist/es/es2018/types/src/util/deep-freeze.d.ts +3 -0
- package/dist/es/es2018/types/src/util/fields.d.ts +31 -0
- package/dist/es/es2018/types/src/util/language.d.ts +42 -0
- package/dist/es/es2018/types/src/util/layout.d.ts +4 -0
- package/dist/es/es2018/types/src/util/layouts.d.ts +4 -0
- package/dist/es/es2018/types/src/util/lists.d.ts +77 -0
- package/dist/es/es2018/types/src/util/pagination.d.ts +26 -0
- package/dist/es/es2018/types/src/util/promise.d.ts +1 -0
- package/dist/es/es2018/types/src/util/record-ingest.d.ts +5 -0
- package/dist/es/es2018/types/src/util/record-ui.d.ts +4 -0
- package/dist/es/es2018/types/src/util/records.d.ts +117 -0
- package/dist/es/es2018/types/src/util/snapshot.d.ts +5 -0
- package/dist/es/es2018/types/src/util/supported-entities.d.ts +11 -0
- package/dist/es/es2018/types/src/validation/utils.d.ts +24 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/AdapterConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/ResourceRequestConfig.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/buildNetworkSnapshot.d.ts +8 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/configurationTypes.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/validateAdapterConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/AdapterConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/ResourceRequestConfig.d.ts +7 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/buildNetworkSnapshot.d.ts +9 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/configurationTypes.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/validateAdapterConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createRecord/configurationTypes.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createRecord/index.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/deleteRecord/configurationTypes.d.ts +2 -0
- package/dist/es/es2018/types/src/wire/deleteRecord/index.d.ts +2 -0
- package/dist/es/es2018/types/src/wire/getListRecordsByName/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getListUi/index.d.ts +12 -0
- package/dist/es/es2018/types/src/wire/getLookupRecords/index.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/getMruListUi/index.d.ts +7 -0
- package/dist/es/es2018/types/src/wire/getRecord/GetRecordFields.d.ts +14 -0
- package/dist/es/es2018/types/src/wire/getRecord/GetRecordLayoutType.d.ts +11 -0
- package/dist/es/es2018/types/src/wire/getRecord/index.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/getRecordCreateDefaults/index.d.ts +8 -0
- package/dist/es/es2018/types/src/wire/getRecordTemplateClone/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getRecordTemplateCreate/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getRecordUi/index.d.ts +14 -0
- package/dist/es/es2018/types/src/wire/getRecordUi/selectors.d.ts +10 -0
- package/dist/es/es2018/types/src/wire/getRecords/GetRecordsFields.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/graphql/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/graphqlBatch/index.d.ts +27 -0
- package/dist/es/es2018/types/src/wire/performQuickAction/index.d.ts +3 -0
- package/dist/es/es2018/types/src/wire/performUpdateRecordQuickAction/index.d.ts +3 -0
- package/dist/es/es2018/types/src/wire/updateLayoutUserState/index.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/updateRecord/configurationTypes.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/updateRecord/index.d.ts +8 -0
- package/dist/es/es2018/types/src/wire/updateRecordAvatar/index.d.ts +3 -0
- package/dist/es/es2018/uiapi-records-service.js +49870 -0
- package/dist/komaci-mapping.json +366 -0
- package/package.json +112 -0
- package/sfdc/graphqlAdapters.d.ts +1 -0
- package/sfdc/graphqlAdapters.js +14393 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +36079 -0
- package/sfdc/uiapi-static-functions.js +327 -0
- package/src/raml/api.raml +7083 -0
- package/src/raml/luvio.raml +1739 -0
- package/src/raml/uiapi.graphql +1111 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { RelatedListReferenceRepresentation as RelatedListReferenceRepresentation_RelatedListReferenceRepresentation } from './RelatedListReferenceRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "836b875b519813e7499efc62f0f1d04b";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
parentRecordId: string | null;
|
|
8
|
+
relatedListId: string;
|
|
9
|
+
}
|
|
10
|
+
export type RelatedListRecordCountRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialRelatedListRecordCountRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): RelatedListRecordCountRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RelatedListRecordCountRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RelatedListRecordCountRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: RelatedListRecordCountRepresentation, existing: RelatedListRecordCountRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListRecordCountRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: RelatedListRecordCountRepresentationNormalized, incoming: RelatedListRecordCountRepresentationNormalized): boolean;
|
|
19
|
+
export declare function deepFreeze(input: RelatedListRecordCountRepresentation): void;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RelatedListRecordCountRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
22
|
+
/**
|
|
23
|
+
* RelatedListRecordCountRepresentation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* parentRecordId (string | null): listReference.inContextOfRecordId
|
|
27
|
+
* relatedListId (string): listReference.relatedListId
|
|
28
|
+
*/
|
|
29
|
+
export interface RelatedListRecordCountRepresentationNormalized {
|
|
30
|
+
/** How many items are in the given list. */
|
|
31
|
+
count: number | null;
|
|
32
|
+
/** ETag like field, readOnly, handy while caching. */
|
|
33
|
+
eTag: string;
|
|
34
|
+
/** Are there more items than the provided count in the given list. */
|
|
35
|
+
hasMore: boolean;
|
|
36
|
+
listReference: RelatedListReferenceRepresentation_RelatedListReferenceRepresentation;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* RelatedListRecordCountRepresentation
|
|
40
|
+
*
|
|
41
|
+
* Keys:
|
|
42
|
+
* parentRecordId (string | null): listReference.inContextOfRecordId
|
|
43
|
+
* relatedListId (string): listReference.relatedListId
|
|
44
|
+
*/
|
|
45
|
+
export interface RelatedListRecordCountRepresentation {
|
|
46
|
+
count: number | null;
|
|
47
|
+
eTag: string;
|
|
48
|
+
hasMore: boolean;
|
|
49
|
+
listReference: RelatedListReferenceRepresentation_RelatedListReferenceRepresentation;
|
|
50
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RelatedListRecordsBatchInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { RelatedListRecordsSingleBatchInputRepresentation as RelatedListRecordsSingleBatchInputRepresentation_RelatedListRecordsSingleBatchInputRepresentation } from './RelatedListRecordsSingleBatchInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "70f657d2f133a37bd62419111ffe5586";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: RelatedListRecordsBatchInputRepresentation, existing: RelatedListRecordsBatchInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListRecordsBatchInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: RelatedListRecordsBatchInputRepresentationNormalized, incoming: RelatedListRecordsBatchInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: RelatedListRecordsBatchInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RelatedListRecordsBatchInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Query (using POST) for records in multiple related lists.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface RelatedListRecordsBatchInputRepresentationNormalized {
|
|
19
|
+
/** Parameters for each of the related lists in this batch request. */
|
|
20
|
+
relatedListParameters: Array<RelatedListRecordsSingleBatchInputRepresentation_RelatedListRecordsSingleBatchInputRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Query (using POST) for records in multiple related lists.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface RelatedListRecordsBatchInputRepresentation {
|
|
29
|
+
relatedListParameters: Array<RelatedListRecordsSingleBatchInputRepresentation_RelatedListRecordsSingleBatchInputRepresentation>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "541567e0cd578bd356467b2690c7f65c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RelatedListRecordsInputRepresentation, existing: RelatedListRecordsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListRecordsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RelatedListRecordsInputRepresentationNormalized, incoming: RelatedListRecordsInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: RelatedListRecordsInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RelatedListRecordsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Query (using POST) for records in a related list.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface RelatedListRecordsInputRepresentationNormalized {
|
|
18
|
+
/** Additional fields queried for the records returned. If the field is not available to the user, an error occurs. */
|
|
19
|
+
fields?: Array<string>;
|
|
20
|
+
/** Additional fields queried for the records returned. If the field is not available to the user, no error occurs and the field isn’t included in the records. */
|
|
21
|
+
optionalFields?: Array<string>;
|
|
22
|
+
/** The number of list records viewed at one time. The default value is 50. Value can be 1–2000. */
|
|
23
|
+
pageSize?: number;
|
|
24
|
+
/** A token from a previous query that indicates the record where this query should begin. */
|
|
25
|
+
pageToken?: string;
|
|
26
|
+
/** The API name of the field the list view is sorted by. If the name is preceded with -, the sort order is descending. */
|
|
27
|
+
sortBy?: Array<string>;
|
|
28
|
+
/** Filter the records returned. The value is in GraphQL syntax. */
|
|
29
|
+
where?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Query (using POST) for records in a related list.
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface RelatedListRecordsInputRepresentation {
|
|
38
|
+
fields?: Array<string>;
|
|
39
|
+
optionalFields?: Array<string>;
|
|
40
|
+
pageSize?: number;
|
|
41
|
+
pageToken?: string;
|
|
42
|
+
sortBy?: Array<string>;
|
|
43
|
+
where?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "95b1f456aeb29e9be11ee2da32bb5e71";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RelatedListRecordsSingleBatchInputRepresentation, existing: RelatedListRecordsSingleBatchInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListRecordsSingleBatchInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RelatedListRecordsSingleBatchInputRepresentationNormalized, incoming: RelatedListRecordsSingleBatchInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: RelatedListRecordsSingleBatchInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RelatedListRecordsSingleBatchInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Query (using POST) for records in multiple related lists.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface RelatedListRecordsSingleBatchInputRepresentationNormalized {
|
|
18
|
+
/** Additional fields queried for the records returned. If the field is not available to the user, an error occurs. */
|
|
19
|
+
fields?: Array<string>;
|
|
20
|
+
/** Additional fields queried for the records returned. If the field is not available to the user, no error occurs and the field isn’t included in the records. */
|
|
21
|
+
optionalFields?: Array<string>;
|
|
22
|
+
/** The number of list records viewed at one time. The default value is 50. Value can be 1–2000. */
|
|
23
|
+
pageSize?: number;
|
|
24
|
+
/** The identifier for this related list. */
|
|
25
|
+
relatedListId: string;
|
|
26
|
+
/** The API name of the field the related list is sorted by. If the name is preceded with -, the sort order is descending. */
|
|
27
|
+
sortBy?: Array<string>;
|
|
28
|
+
/** Filter the records returned. The value is in GraphQL syntax. */
|
|
29
|
+
where?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Query (using POST) for records in multiple related lists.
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface RelatedListRecordsSingleBatchInputRepresentation {
|
|
38
|
+
fields?: Array<string>;
|
|
39
|
+
optionalFields?: Array<string>;
|
|
40
|
+
pageSize?: number;
|
|
41
|
+
relatedListId: string;
|
|
42
|
+
sortBy?: Array<string>;
|
|
43
|
+
where?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RelatedListReferenceRepresentation, existing: RelatedListReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListReferenceRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RelatedListReferenceRepresentationNormalized, incoming: RelatedListReferenceRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: RelatedListReferenceRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RelatedListReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* RelatedListReferenceRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface RelatedListReferenceRepresentationNormalized {
|
|
18
|
+
/** List view id. */
|
|
19
|
+
id: string | null;
|
|
20
|
+
/** The parent record for a related list. */
|
|
21
|
+
inContextOfRecordId: string | null;
|
|
22
|
+
/** The list view or related list api name. E.g. "AllAccounts" for a listview or "Contacts" for a related list. */
|
|
23
|
+
listViewApiName: string | null;
|
|
24
|
+
/** Entity API name for list view. */
|
|
25
|
+
objectApiName: string | null;
|
|
26
|
+
/** The object API name for the parent of a related list. */
|
|
27
|
+
parentObjectApiName: string;
|
|
28
|
+
/** The record type id for the parent of a related list. */
|
|
29
|
+
recordTypeId: string | null;
|
|
30
|
+
/** The id of the related list. */
|
|
31
|
+
relatedListId: string;
|
|
32
|
+
/** Type of the list view. */
|
|
33
|
+
type: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* RelatedListReferenceRepresentation
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* (none)
|
|
40
|
+
*/
|
|
41
|
+
export interface RelatedListReferenceRepresentation {
|
|
42
|
+
id: string | null;
|
|
43
|
+
inContextOfRecordId: string | null;
|
|
44
|
+
listViewApiName: string | null;
|
|
45
|
+
objectApiName: string | null;
|
|
46
|
+
parentObjectApiName: string;
|
|
47
|
+
recordTypeId: string | null;
|
|
48
|
+
relatedListId: string;
|
|
49
|
+
type: string;
|
|
50
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RelatedListSummaryInfoCollectionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { RelatedListSummaryInfoRepresentation as RelatedListSummaryInfoRepresentation_RelatedListSummaryInfoRepresentation } from './RelatedListSummaryInfoRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
parentObjectApiName: string;
|
|
8
|
+
recordTypeId: string | null;
|
|
9
|
+
}
|
|
10
|
+
export type RelatedListSummaryInfoCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialRelatedListSummaryInfoCollectionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): RelatedListSummaryInfoCollectionRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RelatedListSummaryInfoCollectionRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RelatedListSummaryInfoCollectionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: RelatedListSummaryInfoCollectionRepresentation, existing: RelatedListSummaryInfoCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListSummaryInfoCollectionRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
+
export declare function equals(existing: RelatedListSummaryInfoCollectionRepresentationNormalized, incoming: RelatedListSummaryInfoCollectionRepresentationNormalized): boolean;
|
|
19
|
+
export declare function deepFreeze(input: RelatedListSummaryInfoCollectionRepresentation): void;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RelatedListSummaryInfoCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
22
|
+
/**
|
|
23
|
+
* Information about a collection of related lists that all have the same parent type.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* parentObjectApiName (string): parentObjectApiName
|
|
27
|
+
* recordTypeId (string | null): parentRecordTypeId
|
|
28
|
+
*/
|
|
29
|
+
export interface RelatedListSummaryInfoCollectionRepresentationNormalized {
|
|
30
|
+
/** ETag like field, readOnly, handy while caching. */
|
|
31
|
+
eTag: string;
|
|
32
|
+
/** The API name of the parent object. */
|
|
33
|
+
parentObjectApiName: string;
|
|
34
|
+
/** The record type id of the parent. */
|
|
35
|
+
parentRecordTypeId: string | null;
|
|
36
|
+
/** Summary information about the related lists. */
|
|
37
|
+
relatedLists: Array<RelatedListSummaryInfoRepresentation_RelatedListSummaryInfoRepresentation>;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Information about a collection of related lists that all have the same parent type.
|
|
41
|
+
*
|
|
42
|
+
* Keys:
|
|
43
|
+
* parentObjectApiName (string): parentObjectApiName
|
|
44
|
+
* recordTypeId (string | null): parentRecordTypeId
|
|
45
|
+
*/
|
|
46
|
+
export interface RelatedListSummaryInfoCollectionRepresentation {
|
|
47
|
+
eTag: string;
|
|
48
|
+
parentObjectApiName: string;
|
|
49
|
+
parentRecordTypeId: string | null;
|
|
50
|
+
relatedLists: Array<RelatedListSummaryInfoRepresentation_RelatedListSummaryInfoRepresentation>;
|
|
51
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { ThemeInfoRepresentation as ThemeInfoRepresentation_ThemeInfoRepresentation } from './ThemeInfoRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "fe8b72b08a1f7d8af7adaba7904e4cb4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: RelatedListSummaryInfoRepresentation, existing: RelatedListSummaryInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListSummaryInfoRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: RelatedListSummaryInfoRepresentationNormalized, incoming: RelatedListSummaryInfoRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: RelatedListSummaryInfoRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RelatedListSummaryInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* RelatedListSummaryInfoRepresentation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface RelatedListSummaryInfoRepresentationNormalized {
|
|
19
|
+
/** The label for this related list's entity. */
|
|
20
|
+
entityLabel: string;
|
|
21
|
+
/** The plural label for this related list's entity. */
|
|
22
|
+
entityPluralLabel: string;
|
|
23
|
+
/** The API name of the field in the child entity that links to the parent entity. */
|
|
24
|
+
fieldApiName: string;
|
|
25
|
+
/** The key prefix for IDs of the object that populates the list. This can be null for some related lists. */
|
|
26
|
+
keyPrefix: string | null;
|
|
27
|
+
/** The label for the related list. */
|
|
28
|
+
label: string;
|
|
29
|
+
/** The API name of the this object. */
|
|
30
|
+
objectApiName: string;
|
|
31
|
+
/** Points to the parent’s field name that provides the id. */
|
|
32
|
+
parentFieldApiName: string;
|
|
33
|
+
/** The id of the related list. */
|
|
34
|
+
relatedListId: string;
|
|
35
|
+
/** The URL to fetch the metadata for the related list. */
|
|
36
|
+
relatedListInfoUrl: string | null;
|
|
37
|
+
/** The theme info for this related list's entity. */
|
|
38
|
+
themeInfo: ThemeInfoRepresentation_ThemeInfoRepresentation | null;
|
|
39
|
+
/** True if the elements in the layout are supported in UI API. This is a best effort calculation, and should not be relied upon to always be completely accurate. */
|
|
40
|
+
uiApiEnabledLayout: boolean;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* RelatedListSummaryInfoRepresentation
|
|
44
|
+
*
|
|
45
|
+
* Keys:
|
|
46
|
+
* (none)
|
|
47
|
+
*/
|
|
48
|
+
export interface RelatedListSummaryInfoRepresentation {
|
|
49
|
+
entityLabel: string;
|
|
50
|
+
entityPluralLabel: string;
|
|
51
|
+
fieldApiName: string;
|
|
52
|
+
keyPrefix: string | null;
|
|
53
|
+
label: string;
|
|
54
|
+
objectApiName: string;
|
|
55
|
+
parentFieldApiName: string;
|
|
56
|
+
relatedListId: string;
|
|
57
|
+
relatedListInfoUrl: string | null;
|
|
58
|
+
themeInfo: ThemeInfoRepresentation_ThemeInfoRepresentation | null;
|
|
59
|
+
uiApiEnabledLayout: boolean;
|
|
60
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RelatedListUserPreferencesInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ListOrderedByInfoInputRepresentation as ListOrderedByInfoInputRepresentation_ListOrderedByInfoInputRepresentation } from './ListOrderedByInfoInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "8e1b80bdaece2e516d7107dd063c786f";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: RelatedListUserPreferencesInputRepresentation, existing: RelatedListUserPreferencesInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListUserPreferencesInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: RelatedListUserPreferencesInputRepresentationNormalized, incoming: RelatedListUserPreferencesInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: RelatedListUserPreferencesInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RelatedListUserPreferencesInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of related list user preferences input.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface RelatedListUserPreferencesInputRepresentationNormalized {
|
|
19
|
+
/** Column width preferences. -1 indicates default width. */
|
|
20
|
+
columnWidths?: {
|
|
21
|
+
[key: string]: number;
|
|
22
|
+
};
|
|
23
|
+
/** Column wrapping preferences. True indicates text wrapping is enabled. */
|
|
24
|
+
columnWrap?: {
|
|
25
|
+
[key: string]: boolean;
|
|
26
|
+
};
|
|
27
|
+
/** Input representation for orderBy. */
|
|
28
|
+
orderedBy?: Array<ListOrderedByInfoInputRepresentation_ListOrderedByInfoInputRepresentation>;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Representation of related list user preferences input.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface RelatedListUserPreferencesInputRepresentation {
|
|
37
|
+
columnWidths?: {
|
|
38
|
+
[key: string]: number;
|
|
39
|
+
};
|
|
40
|
+
columnWrap?: {
|
|
41
|
+
[key: string]: boolean;
|
|
42
|
+
};
|
|
43
|
+
orderedBy?: Array<ListOrderedByInfoInputRepresentation_ListOrderedByInfoInputRepresentation>;
|
|
44
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RelatedListUserPreferencesRepresentation.d.ts
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { ListOrderByInfoRepresentation as ListOrderByInfoRepresentation_ListOrderByInfoRepresentation } from './ListOrderByInfoRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 900000;
|
|
4
|
+
export declare const VERSION = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
preferencesId: string;
|
|
9
|
+
}
|
|
10
|
+
export type RelatedListUserPreferencesRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialRelatedListUserPreferencesRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): RelatedListUserPreferencesRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RelatedListUserPreferencesRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RelatedListUserPreferencesRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: RelatedListUserPreferencesRepresentation, existing: RelatedListUserPreferencesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListUserPreferencesRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
+
export declare function equals(existing: RelatedListUserPreferencesRepresentationNormalized, incoming: RelatedListUserPreferencesRepresentationNormalized): boolean;
|
|
19
|
+
export declare function deepFreeze(input: RelatedListUserPreferencesRepresentation): void;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RelatedListUserPreferencesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
22
|
+
/**
|
|
23
|
+
* RelatedListUserPreferencesRepresentation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* preferencesId (string): preferencesId
|
|
27
|
+
*/
|
|
28
|
+
export interface RelatedListUserPreferencesRepresentationNormalized {
|
|
29
|
+
/** Column width preferences for the related list. */
|
|
30
|
+
columnWidths: {
|
|
31
|
+
[key: string]: number;
|
|
32
|
+
};
|
|
33
|
+
/** Column wrapping preferences for the related list. */
|
|
34
|
+
columnWrap: {
|
|
35
|
+
[key: string]: boolean;
|
|
36
|
+
};
|
|
37
|
+
/** Ordering preference for the related list. */
|
|
38
|
+
orderedBy: Array<ListOrderByInfoRepresentation_ListOrderByInfoRepresentation>;
|
|
39
|
+
/** Preference id for these preferences. */
|
|
40
|
+
preferencesId: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* RelatedListUserPreferencesRepresentation
|
|
44
|
+
*
|
|
45
|
+
* Keys:
|
|
46
|
+
* preferencesId (string): preferencesId
|
|
47
|
+
*/
|
|
48
|
+
export interface RelatedListUserPreferencesRepresentation {
|
|
49
|
+
columnWidths: {
|
|
50
|
+
[key: string]: number;
|
|
51
|
+
};
|
|
52
|
+
columnWrap: {
|
|
53
|
+
[key: string]: boolean;
|
|
54
|
+
};
|
|
55
|
+
orderedBy: Array<ListOrderByInfoRepresentation_ListOrderByInfoRepresentation>;
|
|
56
|
+
preferencesId: string;
|
|
57
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { AbstractRecordLayoutComponentRepresentation as AbstractRecordLayoutComponentRepresentation_AbstractRecordLayoutComponentRepresentation } from './AbstractRecordLayoutComponentRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "ea916ba00c634742ca361fa09cf324a9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ReportLayoutComponentRepresentation, existing: ReportLayoutComponentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ReportLayoutComponentRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ReportLayoutComponentRepresentationNormalized, incoming: ReportLayoutComponentRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ReportLayoutComponentRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ReportLayoutComponentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Report record layout component.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ReportLayoutComponentRepresentationNormalized extends AbstractRecordLayoutComponentRepresentation_AbstractRecordLayoutComponentRepresentation {
|
|
19
|
+
/** Cache data */
|
|
20
|
+
cacheData: boolean;
|
|
21
|
+
/** Error */
|
|
22
|
+
error: string;
|
|
23
|
+
/** Filter */
|
|
24
|
+
filter: string;
|
|
25
|
+
/** Hide on error */
|
|
26
|
+
hideOnError: boolean;
|
|
27
|
+
/** Placeholder */
|
|
28
|
+
placeholder: string;
|
|
29
|
+
/** Report ID */
|
|
30
|
+
reportId: string;
|
|
31
|
+
/** Show title */
|
|
32
|
+
showTitle: boolean;
|
|
33
|
+
/** Size */
|
|
34
|
+
size: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Report record layout component.
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface ReportLayoutComponentRepresentation extends AbstractRecordLayoutComponentRepresentation_AbstractRecordLayoutComponentRepresentation {
|
|
43
|
+
cacheData: boolean;
|
|
44
|
+
error: string;
|
|
45
|
+
filter: string;
|
|
46
|
+
hideOnError: boolean;
|
|
47
|
+
placeholder: string;
|
|
48
|
+
reportId: string;
|
|
49
|
+
showTitle: boolean;
|
|
50
|
+
size: string;
|
|
51
|
+
componentType: 'ReportChart';
|
|
52
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "536dd2c33be90106386bdc270d94a893";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ResourceReferenceRepresentation, existing: ResourceReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ResourceReferenceRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ResourceReferenceRepresentationNormalized, incoming: ResourceReferenceRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ResourceReferenceRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ResourceReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Resource reference.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ResourceReferenceRepresentationNormalized {
|
|
18
|
+
/** Resource reference category type. */
|
|
19
|
+
categoryType: string;
|
|
20
|
+
/** Config. */
|
|
21
|
+
config: {
|
|
22
|
+
[key: string]: {};
|
|
23
|
+
};
|
|
24
|
+
/** Group ID. */
|
|
25
|
+
groupId: string;
|
|
26
|
+
/** Name. */
|
|
27
|
+
name: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Resource reference.
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface ResourceReferenceRepresentation {
|
|
36
|
+
categoryType: string;
|
|
37
|
+
config: {
|
|
38
|
+
[key: string]: {};
|
|
39
|
+
};
|
|
40
|
+
groupId: string;
|
|
41
|
+
name: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare enum DiscriminatorValues {
|
|
3
|
+
Select = "Select",
|
|
4
|
+
Text = "Text"
|
|
5
|
+
}
|
|
6
|
+
export declare const VERSION = "ce65f5507177936e5b70ecf2a75b446f";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: SearchFilterAttributesRepresentation, existing: SearchFilterAttributesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchFilterAttributesRepresentationNormalized;
|
|
10
|
+
export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export declare function equals(existing: SearchFilterAttributesRepresentationNormalized, incoming: SearchFilterAttributesRepresentationNormalized): boolean;
|
|
13
|
+
export declare function deepFreeze(input: SearchFilterAttributesRepresentation): void;
|
|
14
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
15
|
+
export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
|
|
16
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SearchFilterAttributesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
17
|
+
/**
|
|
18
|
+
* Attributes of the different filters.
|
|
19
|
+
*
|
|
20
|
+
* Keys:
|
|
21
|
+
* (none)
|
|
22
|
+
*/
|
|
23
|
+
export interface SearchFilterAttributesRepresentationNormalized {
|
|
24
|
+
/** Target affordance for which properties will apply. */
|
|
25
|
+
affordance: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Attributes of the different filters.
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface SearchFilterAttributesRepresentation {
|
|
34
|
+
affordance: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { SearchFilterAttributesRepresentation as SearchFilterAttributesRepresentation_SearchFilterAttributesRepresentation } from './SearchFilterAttributesRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
import { SearchFilterSelectAttributesRepresentation as SearchFilterSelectAttributesRepresentation_SearchFilterSelectAttributesRepresentation } from './SearchFilterSelectAttributesRepresentation';
|
|
4
|
+
import { SearchFilterTextAttributesRepresentation as SearchFilterTextAttributesRepresentation_SearchFilterTextAttributesRepresentation } from './SearchFilterTextAttributesRepresentation';
|
|
5
|
+
export declare const VERSION = "8bccbceb2d8850c1388ea82df95ba2d8";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: SearchFilterDefinitionRepresentation, existing: SearchFilterDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchFilterDefinitionRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: SearchFilterDefinitionRepresentationNormalized, incoming: SearchFilterDefinitionRepresentationNormalized): boolean;
|
|
11
|
+
export declare function deepFreeze(input: SearchFilterDefinitionRepresentation): void;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SearchFilterDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
|
+
/**
|
|
15
|
+
* Individual metadata that represents a filter.
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface SearchFilterDefinitionRepresentationNormalized {
|
|
21
|
+
/** The affordance name that displays the filter */
|
|
22
|
+
affordance: string;
|
|
23
|
+
/** Api name of the object with filter field */
|
|
24
|
+
attributes: SearchFilterAttributesRepresentation_SearchFilterAttributesRepresentation;
|
|
25
|
+
/** An optional help message. */
|
|
26
|
+
helpMessage?: string | null;
|
|
27
|
+
/** The filter display label. */
|
|
28
|
+
label: string;
|
|
29
|
+
/** The field's path targeted by this filter. Examples: CaseNumber, Account.ParentId */
|
|
30
|
+
targetFieldPath: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Individual metadata that represents a filter.
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface SearchFilterDefinitionRepresentation {
|
|
39
|
+
affordance: string;
|
|
40
|
+
attributes: SearchFilterSelectAttributesRepresentation_SearchFilterSelectAttributesRepresentation | SearchFilterTextAttributesRepresentation_SearchFilterTextAttributesRepresentation;
|
|
41
|
+
helpMessage?: string | null;
|
|
42
|
+
label: string;
|
|
43
|
+
targetFieldPath: string;
|
|
44
|
+
}
|