@salesforce/lds-adapters-uiapi 1.100.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/uiapi-records-service.js +52353 -0
- package/dist/komaci-mapping.json +360 -0
- package/dist/types/src/__mocks__/@salesforce/lds-instrumentation.d.ts +3 -0
- package/dist/types/src/__mocks__/force/ldsBindings.d.ts +9 -0
- package/dist/types/src/__mocks__/force/ldsEngine.d.ts +1 -0
- package/dist/types/src/__mocks__/force/ldsEngineCreator.d.ts +1 -0
- package/dist/types/src/__mocks__/force/ldsGraphqlParser.d.ts +1 -0
- package/dist/types/src/__mocks__/force/ldsInstrumentation.d.ts +3 -0
- package/dist/types/src/__mocks__/force/luvioEngine.d.ts +1 -0
- package/dist/types/src/__mocks__/instrumentation/service.d.ts +33 -0
- package/dist/types/src/__performance__/priming.spec.d.ts +1 -0
- package/dist/types/src/__performance__/utils/runMeasurement.d.ts +30 -0
- package/dist/types/src/__performance__/utils/sqliteDurableStore.d.ts +18 -0
- package/dist/types/src/__performance__/utils/utils.d.ts +6 -0
- package/dist/types/src/configuration.d.ts +59 -0
- package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/types/src/generated/adapters/createContentDocumentAndVersion.d.ts +15 -0
- package/dist/types/src/generated/adapters/createContentVersion.d.ts +16 -0
- package/dist/types/src/generated/adapters/createRecord.d.ts +21 -0
- package/dist/types/src/generated/adapters/deleteRecord.d.ts +14 -0
- package/dist/types/src/generated/adapters/getActionOverrides.d.ts +28 -0
- package/dist/types/src/generated/adapters/getAllApps.d.ts +28 -0
- package/dist/types/src/generated/adapters/getAppDetails.d.ts +31 -0
- package/dist/types/src/generated/adapters/getDuplicateConfiguration.d.ts +27 -0
- package/dist/types/src/generated/adapters/getDuplicates.d.ts +30 -0
- package/dist/types/src/generated/adapters/getGlobalActions.d.ts +31 -0
- package/dist/types/src/generated/adapters/getKeywordSearchResults.d.ts +33 -0
- package/dist/types/src/generated/adapters/getLayout.d.ts +32 -0
- package/dist/types/src/generated/adapters/getLayoutUserState.d.ts +32 -0
- package/dist/types/src/generated/adapters/getListInfoByName.d.ts +27 -0
- package/dist/types/src/generated/adapters/getListInfosByName.d.ts +27 -0
- package/dist/types/src/generated/adapters/getListUiByApiName.d.ts +34 -0
- package/dist/types/src/generated/adapters/getListUiByListViewId.d.ts +33 -0
- package/dist/types/src/generated/adapters/getListViewSummaryCollection.d.ts +33 -0
- package/dist/types/src/generated/adapters/getLookupActions.d.ts +30 -0
- package/dist/types/src/generated/adapters/getLookupMetadata.d.ts +28 -0
- package/dist/types/src/generated/adapters/getLookupRecords.d.ts +34 -0
- package/dist/types/src/generated/adapters/getMruListUi.d.ts +33 -0
- package/dist/types/src/generated/adapters/getNavItems.d.ts +30 -0
- package/dist/types/src/generated/adapters/getObjectCreateActions.d.ts +30 -0
- package/dist/types/src/generated/adapters/getObjectInfo.d.ts +29 -0
- package/dist/types/src/generated/adapters/getObjectInfos.d.ts +27 -0
- package/dist/types/src/generated/adapters/getPicklistValues.d.ts +29 -0
- package/dist/types/src/generated/adapters/getPicklistValuesByRecordType.d.ts +28 -0
- package/dist/types/src/generated/adapters/getQuickActionDefaults.d.ts +31 -0
- package/dist/types/src/generated/adapters/getRecord.d.ts +37 -0
- package/dist/types/src/generated/adapters/getRecordActions.d.ts +32 -0
- package/dist/types/src/generated/adapters/getRecordAvatars.d.ts +28 -0
- package/dist/types/src/generated/adapters/getRecordCreateDefaults.d.ts +30 -0
- package/dist/types/src/generated/adapters/getRecordEditActions.d.ts +30 -0
- package/dist/types/src/generated/adapters/getRecordTemplateClone.d.ts +29 -0
- package/dist/types/src/generated/adapters/getRecordTemplateCreate.d.ts +29 -0
- package/dist/types/src/generated/adapters/getRecordUi.d.ts +34 -0
- package/dist/types/src/generated/adapters/getRecords.d.ts +34 -0
- package/dist/types/src/generated/adapters/getRelatedListActions.d.ts +33 -0
- package/dist/types/src/generated/adapters/getRelatedListCount.d.ts +28 -0
- package/dist/types/src/generated/adapters/getRelatedListInfo.d.ts +32 -0
- package/dist/types/src/generated/adapters/getRelatedListInfoBatch.d.ts +29 -0
- package/dist/types/src/generated/adapters/getRelatedListPreferences.d.ts +27 -0
- package/dist/types/src/generated/adapters/getRelatedListPreferencesBatch.d.ts +26 -0
- package/dist/types/src/generated/adapters/getRelatedListRecordActions.d.ts +31 -0
- package/dist/types/src/generated/adapters/getRelatedListRecords.d.ts +35 -0
- package/dist/types/src/generated/adapters/getRelatedListRecordsBatch.d.ts +28 -0
- package/dist/types/src/generated/adapters/getRelatedListsActions.d.ts +29 -0
- package/dist/types/src/generated/adapters/getRelatedListsCount.d.ts +29 -0
- package/dist/types/src/generated/adapters/getRelatedListsInfo.d.ts +28 -0
- package/dist/types/src/generated/adapters/getSearchFilterMetadata.d.ts +27 -0
- package/dist/types/src/generated/adapters/getSearchFilterOptions.d.ts +28 -0
- package/dist/types/src/generated/adapters/getSearchResults.d.ts +29 -0
- package/dist/types/src/generated/adapters/getSelectedApp.d.ts +27 -0
- package/dist/types/src/generated/adapters/graphql.d.ts +31 -0
- package/dist/types/src/generated/adapters/performQuickAction.d.ts +20 -0
- package/dist/types/src/generated/adapters/performUpdateRecordQuickAction.d.ts +20 -0
- package/dist/types/src/generated/adapters/updateLayoutUserState.d.ts +21 -0
- package/dist/types/src/generated/adapters/updateRecord.d.ts +24 -0
- package/dist/types/src/generated/adapters/updateRecordAvatar.d.ts +19 -0
- package/dist/types/src/generated/adapters/updateRelatedListInfo.d.ts +21 -0
- package/dist/types/src/generated/adapters/updateRelatedListPreferences.d.ts +22 -0
- package/dist/types/src/generated/artifacts/main.d.ts +64 -0
- package/dist/types/src/generated/artifacts/sfdc_graphqlAdapters.d.ts +5 -0
- package/dist/types/src/generated/artifacts/sfdc_restAdapters.d.ts +101 -0
- package/dist/types/src/generated/fields/adapters/getQuickActionDefaults.d.ts +5 -0
- package/dist/types/src/generated/fields/adapters/getRecord.d.ts +5 -0
- package/dist/types/src/generated/fields/adapters/getRecordTemplateClone.d.ts +5 -0
- package/dist/types/src/generated/fields/adapters/getRecordTemplateCreate.d.ts +5 -0
- package/dist/types/src/generated/fields/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +12 -0
- package/dist/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +12 -0
- package/dist/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +12 -0
- package/dist/types/src/generated/fields/resources/getUiApiRecordsByRecordId.d.ts +12 -0
- package/dist/types/src/generated/fields/types/AggregateUiRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/BatchResultRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/ContentDocumentCompositeRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/QuickActionDefaultsRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordCreateDefaultRecordRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordDefaultsRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordDefaultsTemplateCloneRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordDefaultsTemplateCreateRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordTemplateCloneRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordTemplateCreateRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/RecordUiRepresentation.d.ts +12 -0
- package/dist/types/src/generated/fields/types/SearchResultRepresentation.d.ts +12 -0
- package/dist/types/src/generated/graphql/directives/category.d.ts +5 -0
- package/dist/types/src/generated/graphql/directives/deprecated.d.ts +5 -0
- package/dist/types/src/generated/graphql/directives/directive-util.d.ts +4 -0
- package/dist/types/src/generated/graphql/directives/fieldCategory.d.ts +5 -0
- package/dist/types/src/generated/graphql/directives/generic.d.ts +5 -0
- package/dist/types/src/generated/graphql/directives/include.d.ts +5 -0
- package/dist/types/src/generated/graphql/directives/skip.d.ts +5 -0
- package/dist/types/src/generated/graphql/directives/specifiedBy.d.ts +5 -0
- package/dist/types/src/generated/graphql/types/Base64Value.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/BooleanAggregate.d.ts +36 -0
- package/dist/types/src/generated/graphql/types/BooleanValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/ChildRelationship.d.ts +39 -0
- package/dist/types/src/generated/graphql/types/CurrencyAggregate.d.ts +44 -0
- package/dist/types/src/generated/graphql/types/CurrencyValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/DataType.d.ts +29 -0
- package/dist/types/src/generated/graphql/types/DateAggregate.d.ts +55 -0
- package/dist/types/src/generated/graphql/types/DateFunctionAggregation.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/DateLiteral.d.ts +26 -0
- package/dist/types/src/generated/graphql/types/DateOnlyAggregation.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/DateTimeAggregate.d.ts +56 -0
- package/dist/types/src/generated/graphql/types/DateTimeValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/DateValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/DependentField.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/DoubleAggregate.d.ts +43 -0
- package/dist/types/src/generated/graphql/types/DoubleValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/EmailAggregate.d.ts +42 -0
- package/dist/types/src/generated/graphql/types/EmailValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/EncryptedStringValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/Field.d.ts +65 -0
- package/dist/types/src/generated/graphql/types/FieldExtraTypeInfo.d.ts +10 -0
- package/dist/types/src/generated/graphql/types/FieldValue.d.ts +20 -0
- package/dist/types/src/generated/graphql/types/FilteredLookupInfo.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/IDAggregate.d.ts +42 -0
- package/dist/types/src/generated/graphql/types/IDValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/IntAggregate.d.ts +45 -0
- package/dist/types/src/generated/graphql/types/IntValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/JSONValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/LatitudeAggregate.d.ts +43 -0
- package/dist/types/src/generated/graphql/types/LatitudeValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/ListColumn.d.ts +36 -0
- package/dist/types/src/generated/graphql/types/ListOrder.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/LongAggregate.d.ts +45 -0
- package/dist/types/src/generated/graphql/types/LongTextAreaValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/LongValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/LongitudeAggregate.d.ts +43 -0
- package/dist/types/src/generated/graphql/types/LongitudeValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/MultiPicklistValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/NullOrder.d.ts +5 -0
- package/dist/types/src/generated/graphql/types/ObjectInfo.d.ts +58 -0
- package/dist/types/src/generated/graphql/types/PageInfo.d.ts +36 -0
- package/dist/types/src/generated/graphql/types/PercentAggregate.d.ts +44 -0
- package/dist/types/src/generated/graphql/types/PercentValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/PhoneNumberAggregate.d.ts +42 -0
- package/dist/types/src/generated/graphql/types/PhoneNumberValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/PicklistAggregate.d.ts +43 -0
- package/dist/types/src/generated/graphql/types/PicklistValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/PolymorphicParentRelationship.d.ts +19 -0
- package/dist/types/src/generated/graphql/types/Query.d.ts +36 -0
- package/dist/types/src/generated/graphql/types/RateLimit.d.ts +36 -0
- package/dist/types/src/generated/graphql/types/Record.d.ts +32 -0
- package/dist/types/src/generated/graphql/types/RecordConnection.d.ts +39 -0
- package/dist/types/src/generated/graphql/types/RecordEdge.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/RecordQuery.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/RecordRepresentation.d.ts +118 -0
- package/dist/types/src/generated/graphql/types/RecordTypeInfo.d.ts +37 -0
- package/dist/types/src/generated/graphql/types/ReferenceToInfo.d.ts +36 -0
- package/dist/types/src/generated/graphql/types/RelatedListInfo.d.ts +42 -0
- package/dist/types/src/generated/graphql/types/ResultOrder.d.ts +5 -0
- package/dist/types/src/generated/graphql/types/RichTextAreaValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/StringAggregate.d.ts +43 -0
- package/dist/types/src/generated/graphql/types/StringValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/TextAreaAggregate.d.ts +42 -0
- package/dist/types/src/generated/graphql/types/TextAreaValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/ThemeInfo.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/TimeAggregate.d.ts +37 -0
- package/dist/types/src/generated/graphql/types/TimeValue.d.ts +35 -0
- package/dist/types/src/generated/graphql/types/UIAPI.d.ts +38 -0
- package/dist/types/src/generated/graphql/types/UrlAggregate.d.ts +42 -0
- package/dist/types/src/generated/graphql/types/UrlValue.d.ts +34 -0
- package/dist/types/src/generated/graphql/types/type-util.d.ts +95 -0
- package/dist/types/src/generated/pagination/cursor.d.ts +39 -0
- package/dist/types/src/generated/pagination/syntheticCursor.d.ts +31 -0
- package/dist/types/src/generated/resources/deleteUiApiFavoritesByFavoriteId.d.ts +11 -0
- package/dist/types/src/generated/resources/deleteUiApiRecordsByRecordId.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteUiApiRelatedListPreferencesByPreferencesId.d.ts +11 -0
- package/dist/types/src/generated/resources/getConnectBriefcasePrimingRecords.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiActionsFlexipageByFlexipageNames.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsGlobal.d.ts +19 -0
- package/dist/types/src/generated/resources/getUiApiActionsLayoutByActionApiName.d.ts +15 -0
- package/dist/types/src/generated/resources/getUiApiActionsListViewByListViewIds.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsListViewChartByObjectApiNames.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsListViewRecordByRecordIds.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsLookupByObjectApiNames.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsMruListByObjectApiNames.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsObjectRecordCreateByObjectApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsOverridesByObjectApiName.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiActionsPhotoByRecordIds.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsRecordByRecordIds.d.ts +22 -0
- package/dist/types/src/generated/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsRecordRecordEditByRecordIds.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +30 -0
- package/dist/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +21 -0
- package/dist/types/src/generated/resources/getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds.d.ts +21 -0
- package/dist/types/src/generated/resources/getUiApiAggregateUi.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiApps.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiAppsByAppId.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiAppsSelected.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiAppsUserNavItemsByAppId.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiDuplicatesByObjectApiName.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiFavorites.d.ts +12 -0
- package/dist/types/src/generated/resources/getUiApiFavoritesByFavoriteId.d.ts +15 -0
- package/dist/types/src/generated/resources/getUiApiFormsByApiName.d.ts +15 -0
- package/dist/types/src/generated/resources/getUiApiLayoutByObjectApiName.d.ts +21 -0
- package/dist/types/src/generated/resources/getUiApiLayoutUserStateByObjectApiName.d.ts +21 -0
- package/dist/types/src/generated/resources/getUiApiListInfoBatch.d.ts +24 -0
- package/dist/types/src/generated/resources/getUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiListInfoByListViewId.d.ts +15 -0
- package/dist/types/src/generated/resources/getUiApiListRecordsByListViewApiNameAndObjectApiName.d.ts +23 -0
- package/dist/types/src/generated/resources/getUiApiListRecordsByListViewId.d.ts +22 -0
- package/dist/types/src/generated/resources/getUiApiListUiByListViewApiNameAndObjectApiName.d.ts +25 -0
- package/dist/types/src/generated/resources/getUiApiListUiByListViewId.d.ts +24 -0
- package/dist/types/src/generated/resources/getUiApiListUiByObjectApiName.d.ts +23 -0
- package/dist/types/src/generated/resources/getUiApiLookupsByFieldApiNameAndObjectApiName.d.ts +24 -0
- package/dist/types/src/generated/resources/getUiApiLookupsByFieldApiNameAndObjectApiNameAndTargetApiName.d.ts +25 -0
- package/dist/types/src/generated/resources/getUiApiMruListInfoByObjectApiName.d.ts +15 -0
- package/dist/types/src/generated/resources/getUiApiMruListRecordsByObjectApiName.d.ts +22 -0
- package/dist/types/src/generated/resources/getUiApiMruListUiByObjectApiName.d.ts +24 -0
- package/dist/types/src/generated/resources/getUiApiNavItems.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiObjectInfo.d.ts +12 -0
- package/dist/types/src/generated/resources/getUiApiObjectInfoBatchByObjectApiNames.d.ts +23 -0
- package/dist/types/src/generated/resources/getUiApiObjectInfoByObjectApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByFieldApiNameAndObjectApiNameAndRecordTypeId.d.ts +17 -0
- package/dist/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByObjectApiNameAndRecordTypeId.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiObjectInfoValidationRulesInfoByObjectApiName.d.ts +15 -0
- package/dist/types/src/generated/resources/getUiApiPrimingRecords.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiPrimingRoutes.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiRecordAvatarsBatchByRecordIds.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiRecordAvatarsByRecordId.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiRecordDefaultsCloneByRecordId.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiRecordDefaultsCreateByObjectApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +19 -0
- package/dist/types/src/generated/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +19 -0
- package/dist/types/src/generated/resources/getUiApiRecordUiByRecordIds.d.ts +24 -0
- package/dist/types/src/generated/resources/getUiApiRecordsBatchByRecordIds.d.ts +32 -0
- package/dist/types/src/generated/resources/getUiApiRecordsByRecordId.d.ts +26 -0
- package/dist/types/src/generated/resources/getUiApiRecordsChildRelationshipsByRecordIdAndRelationshipName.d.ts +23 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListCountBatchByParentRecordIdAndRelatedListNames.d.ts +27 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListCountByParentRecordIdAndRelatedListId.d.ts +19 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames.d.ts +27 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiName.d.ts +18 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListPreferencesBatchByPreferencesIds.d.ts +23 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListPreferencesByPreferencesId.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListRecordsBatchByParentRecordId.d.ts +30 -0
- package/dist/types/src/generated/resources/getUiApiRelatedListRecordsBatchByParentRecordIdAndRelatedListIds.d.ts +23 -0
- package/dist/types/src/generated/resources/getUiApiSearchInfoFiltersByObjectApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/getUiApiSearchInfoFiltersOptionsByFilterApiNameAndObjectApiName.d.ts +19 -0
- package/dist/types/src/generated/resources/getUiApiSearchInfoLookupByFieldApiNameAndObjectApiName.d.ts +17 -0
- package/dist/types/src/generated/resources/getUiApiThemesActive.d.ts +12 -0
- package/dist/types/src/generated/resources/patchUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/patchUiApiAppsByAppId.d.ts +16 -0
- package/dist/types/src/generated/resources/patchUiApiFavoritesByFavoriteId.d.ts +19 -0
- package/dist/types/src/generated/resources/patchUiApiFavoritesUsageByFavoriteId.d.ts +9 -0
- package/dist/types/src/generated/resources/patchUiApiLayoutUserStateByObjectApiName.d.ts +23 -0
- package/dist/types/src/generated/resources/patchUiApiRecordsByRecordId.d.ts +27 -0
- package/dist/types/src/generated/resources/patchUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
- package/dist/types/src/generated/resources/patchUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
- package/dist/types/src/generated/resources/patchUiApiRelatedListPreferencesByPreferencesId.d.ts +22 -0
- package/dist/types/src/generated/resources/postGraphql.d.ts +20 -0
- package/dist/types/src/generated/resources/postGraphqlBatch.d.ts +12 -0
- package/dist/types/src/generated/resources/postUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +27 -0
- package/dist/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +17 -0
- package/dist/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIds.d.ts +19 -0
- package/dist/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId.d.ts +23 -0
- package/dist/types/src/generated/resources/postUiApiAggregateUi.d.ts +12 -0
- package/dist/types/src/generated/resources/postUiApiFavorites.d.ts +21 -0
- package/dist/types/src/generated/resources/postUiApiPredupe.d.ts +19 -0
- package/dist/types/src/generated/resources/postUiApiRecordAvatarsAssociationByRecordId.d.ts +19 -0
- package/dist/types/src/generated/resources/postUiApiRecords.d.ts +21 -0
- package/dist/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersions.d.ts +13 -0
- package/dist/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersionsByContentDocumentId.d.ts +16 -0
- package/dist/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +27 -0
- package/dist/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordIdAndRelatedListIds.d.ts +17 -0
- package/dist/types/src/generated/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +26 -0
- package/dist/types/src/generated/resources/postUiApiSearchResults.d.ts +20 -0
- package/dist/types/src/generated/resources/postUiApiSearchResultsKeyword.d.ts +24 -0
- package/dist/types/src/generated/resources/putUiApiAppsUserNavItemsByAppId.d.ts +12 -0
- package/dist/types/src/generated/resources/putUiApiFavoritesBatch.d.ts +9 -0
- package/dist/types/src/generated/types/AbstractFormSubitemRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/AbstractPicklistValueAttributesRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/AbstractRecordAvatarBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/AbstractRecordAvatarRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/AbstractRecordLayoutComponentRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/ActionBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/ActionBatchResultRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/ActionInputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/ActionOverrideRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ActionRelatedListSingleBatchInputRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/ActionRelatedListsBatchInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ActionRelatedListsCollectionBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/ActionRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/AggregateInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/AggregateRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/AggregateUiRepresentation.d.ts +93 -0
- package/dist/types/src/generated/types/AppRepresentation.d.ts +102 -0
- package/dist/types/src/generated/types/AppsRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/AvatarAssociationInputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/BatchRelatedListCountRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/BatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/BatchResultRepresentation.d.ts +46 -0
- package/dist/types/src/generated/types/CanvasLayoutComponentRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/CaseStatusPicklistValueAttributesRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/ChildRelationshipRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/CompositeActionRelatedListsCollectionResultRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/CompositeGraphQLResultRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/CompositeRelatedListRecordCollectionResultRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/ContentDocumentCompositeRepresentation.d.ts +56 -0
- package/dist/types/src/generated/types/ContentInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/CustomLinkLayoutComponentRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/DisplayLayoutAndMatchingInfoRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/DisplayLayoutRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/DuplicateRecordErrorRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/DuplicateResultInfoRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/DuplicateRuleFilterItemRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/DuplicateRuleFilterRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/DuplicateRuleRepresentation.d.ts +56 -0
- package/dist/types/src/generated/types/DuplicatesConfigurationRepresentation.d.ts +46 -0
- package/dist/types/src/generated/types/DuplicatesRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/EmptySpaceFormSubitemRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/EntityActionRepresentation.d.ts +54 -0
- package/dist/types/src/generated/types/ErrorBadRequestRecordAvatarBatchRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ErrorMessageRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ErrorRecordAvatarBatchRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ErrorSingleRecordAvatarRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FavoriteBatchCollectionInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/FavoriteBatchInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/FavoriteCollectionRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FavoriteInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/FavoriteRepresentation.d.ts +59 -0
- package/dist/types/src/generated/types/FieldFormSubitemRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/FieldLayoutComponentRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/FieldRepresentation.d.ts +121 -0
- package/dist/types/src/generated/types/FieldValueRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/FilteredLookupInfoRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormItemRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/FormRowRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FormSectionRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/GraphQLBatchInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/GraphQLBatchRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/GraphQLErrorLocation.d.ts +32 -0
- package/dist/types/src/generated/types/GraphQLErrorRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/GraphQLInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/GraphQLRepresentation.d.ts +24 -0
- package/dist/types/src/generated/types/KeywordSearchRequestInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/KeywordSearchResultsRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/KeywordSearchResultsSummaryRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/LeadStatusPicklistValueAttributesRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/ListColumnRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ListFilterByInfoRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/ListInfoBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/ListInfoInputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/ListInfoRepresentation.d.ts +90 -0
- package/dist/types/src/generated/types/ListOrderByInfoRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ListOrderedByInfoInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ListRecordCollectionRepresentation.d.ts +94 -0
- package/dist/types/src/generated/types/ListRecordCollectionRepresentation212.d.ts +26 -0
- package/dist/types/src/generated/types/ListReferenceRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/ListUiRepresentation.d.ts +67 -0
- package/dist/types/src/generated/types/ListUiRepresentation212.d.ts +29 -0
- package/dist/types/src/generated/types/ListUserPreferenceInputRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/ListUserPreferenceRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/ListViewSummaryCollectionRepresentation.d.ts +94 -0
- package/dist/types/src/generated/types/ListViewSummaryRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/LocationFieldRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/LookupMetadataRepresentation.d.ts +56 -0
- package/dist/types/src/generated/types/LookupMetadataTargetInfoRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/LookupValuesRepresentation.d.ts +53 -0
- package/dist/types/src/generated/types/MatchRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/MatchResultInfoRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/MatchResultRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/MatchRuleRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/MatchingInfoRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/NavItemInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/NavItemRepresentation.d.ts +91 -0
- package/dist/types/src/generated/types/NavItemsInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/NavItemsRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/ObjectInfoDirectoryEntryRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/ObjectInfoDirectoryRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/ObjectInfoRepresentation.d.ts +121 -0
- package/dist/types/src/generated/types/OperationInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/OperationResponseRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/OpportunityStagePicklistValueAttributesRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/PageReferenceInputRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/PageReferenceRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/PerformActionInputRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/PhotoMetadataRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/PhotoRecordAvatarRepresentation.d.ts +54 -0
- package/dist/types/src/generated/types/PicklistValueRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/PicklistValuesCollectionRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/PicklistValuesRepresentation.d.ts +62 -0
- package/dist/types/src/generated/types/PlatformActionRepresentation.d.ts +98 -0
- package/dist/types/src/generated/types/PrimingGeneratedModuleRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/PrimingRecordCollectionRepresentation.d.ts +48 -0
- package/dist/types/src/generated/types/PrimingRecordRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/PrimingRecordsStatsRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/PrimingRoutesCollectionRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/PrimingRuleErrorRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/QnASearchResultRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/QuickActionDefaultsRepresentation.d.ts +62 -0
- package/dist/types/src/generated/types/QuickActionExecutionRepresentation.d.ts +56 -0
- package/dist/types/src/generated/types/RecordAvatarBatchRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/RecordAvatarBulkMapRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/RecordAvatarBulkRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/RecordCollectionRepresentation.d.ts +61 -0
- package/dist/types/src/generated/types/RecordCreateDefaultRecordRepresentation.d.ts +81 -0
- package/dist/types/src/generated/types/RecordDefaultsRepresentation.d.ts +55 -0
- package/dist/types/src/generated/types/RecordDefaultsTemplateCloneRepresentation.d.ts +61 -0
- package/dist/types/src/generated/types/RecordDefaultsTemplateCreateRepresentation.d.ts +61 -0
- package/dist/types/src/generated/types/RecordExceptionErrorRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/RecordExceptionRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/RecordInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/RecordLayoutComponentRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/RecordLayoutItemRepresentation.d.ts +54 -0
- package/dist/types/src/generated/types/RecordLayoutRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/RecordLayoutRowRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/RecordLayoutSaveOptionRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/RecordLayoutSectionRepresentation.d.ts +48 -0
- package/dist/types/src/generated/types/RecordLayoutSectionUserStateInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/RecordLayoutSectionUserStateRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/RecordLayoutUserStateInputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/RecordLayoutUserStateRepresentation.d.ts +66 -0
- package/dist/types/src/generated/types/RecordRepresentation.d.ts +92 -0
- package/dist/types/src/generated/types/RecordTemplateCloneRepresentation.d.ts +65 -0
- package/dist/types/src/generated/types/RecordTemplateCreateRepresentation.d.ts +62 -0
- package/dist/types/src/generated/types/RecordTypeInfoRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/RecordUiRepresentation.d.ts +89 -0
- package/dist/types/src/generated/types/ReferenceToInfoRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/RelatedListColumnRepresentation.d.ts +54 -0
- package/dist/types/src/generated/types/RelatedListInfoBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/RelatedListInfoRepresentation.d.ts +115 -0
- package/dist/types/src/generated/types/RelatedListPreferencesBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/RelatedListRecordCollectionBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/RelatedListRecordCollectionRepresentation.d.ts +103 -0
- package/dist/types/src/generated/types/RelatedListRecordCountCollectionRepresentation.d.ts +48 -0
- package/dist/types/src/generated/types/RelatedListRecordCountRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/RelatedListRecordsBatchInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/RelatedListRecordsInputRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/RelatedListRecordsSingleBatchInputRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/RelatedListReferenceRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/RelatedListSummaryInfoCollectionRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/RelatedListSummaryInfoRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/RelatedListUserPreferencesInputRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/RelatedListUserPreferencesRepresentation.d.ts +57 -0
- package/dist/types/src/generated/types/ReportLayoutComponentRepresentation.d.ts +52 -0
- package/dist/types/src/generated/types/ResourceReferenceRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/SearchFilterAttributesRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SearchFilterDefinitionRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/SearchFilterInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/SearchFilterMetadataCollectionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/SearchFilterOptionCollectionRepresentation.d.ts +55 -0
- package/dist/types/src/generated/types/SearchFilterOptionRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SearchFilterSelectAttributesRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/SearchFilterTextAttributesRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/SearchRecordHighlightRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SearchRecordInfoRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SearchRequestInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SearchResultCollectionRepresentation.d.ts +65 -0
- package/dist/types/src/generated/types/SearchResultRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/SimpleListInfoResultRepresentation.d.ts +48 -0
- package/dist/types/src/generated/types/SimpleRelatedListCountBatchRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/SimpleRelatedListInfoResultRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/SimpleRelatedListPreferencesResultRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/SimplifiedBatchRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/SimplifiedBatchResultRepresentation.d.ts +46 -0
- package/dist/types/src/generated/types/ThemeBannerRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ThemeImageRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ThemeInfoRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ThemeRecordAvatarRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/ThemeRepresentation.d.ts +61 -0
- package/dist/types/src/generated/types/ValidationRuleRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/ValidationRulesRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/VisualforceLayoutComponentRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/WireDataRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/types/src/generated/uiapi/record-collection/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
- package/dist/types/src/graphql-artifacts/types/RecordConnection/getTypeCacheKeys.d.ts +5 -0
- package/dist/types/src/graphql-artifacts/types/RecordQuery/getFieldType.d.ts +5 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/attachMappedData.d.ts +4 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/convertGraphQLToRaml.d.ts +11 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getFieldData.d.ts +4 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getFieldType.d.ts +5 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getInContextFragmentType.d.ts +3 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getMappedTypeCacheKeys.d.ts +5 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getMinimumSelections.d.ts +2 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/ingestMappedData.d.ts +5 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/isMappedField.d.ts +2 -0
- package/dist/types/src/graphql-artifacts/types/RecordRepresentation/selectType.d.ts +4 -0
- package/dist/types/src/graphql-artifacts/types/shared/getMinimumSelections.d.ts +3 -0
- package/dist/types/src/helpers/FieldValueRepresentation/merge.d.ts +3 -0
- package/dist/types/src/helpers/FieldValueRepresentation/normalize.d.ts +5 -0
- package/dist/types/src/helpers/RecordAvatarBulkRepresentation/merge.d.ts +3 -0
- package/dist/types/src/helpers/RecordRepresentation/merge.d.ts +8 -0
- package/dist/types/src/helpers/RecordRepresentation/normalize.d.ts +10 -0
- package/dist/types/src/helpers/RecordRepresentation/resolveConflict.d.ts +11 -0
- package/dist/types/src/helpers/graphql/getDirectiveValue.d.ts +2 -0
- package/dist/types/src/helpers/graphql/getFieldNameOverride.d.ts +2 -0
- package/dist/types/src/helpers/resources/getRecordFulfill.d.ts +2 -0
- package/dist/types/src/instrumentation.d.ts +55 -0
- package/dist/types/src/main.d.ts +85 -0
- package/dist/types/src/overrides/resources/getUiApiListInfoBatch.d.ts +38 -0
- package/dist/types/src/overrides/resources/postGraphqlBatch.d.ts +36 -0
- package/dist/types/src/overrides/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +14 -0
- package/dist/types/src/overrides/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +14 -0
- package/dist/types/src/overrides/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
- package/dist/types/src/primitives/FieldId/coerce.d.ts +6 -0
- package/dist/types/src/primitives/FieldId/index.d.ts +14 -0
- package/dist/types/src/primitives/FieldIdArray/coerce.d.ts +6 -0
- package/dist/types/src/primitives/FormFactor/coerce.d.ts +2 -0
- package/dist/types/src/primitives/FormFactor/index.d.ts +5 -0
- package/dist/types/src/primitives/LayoutMode/coerce.d.ts +2 -0
- package/dist/types/src/primitives/LayoutMode/index.d.ts +5 -0
- package/dist/types/src/primitives/LayoutModeArray/coerce.d.ts +2 -0
- package/dist/types/src/primitives/LayoutType/coerce.d.ts +2 -0
- package/dist/types/src/primitives/LayoutType/index.d.ts +4 -0
- package/dist/types/src/primitives/LayoutTypeArray/coerce.d.ts +2 -0
- package/dist/types/src/primitives/ObjectId/coerce.d.ts +6 -0
- package/dist/types/src/primitives/ObjectId/index.d.ts +4 -0
- package/dist/types/src/primitives/ObjectIdArray/coerce.d.ts +6 -0
- package/dist/types/src/primitives/RecordId18/coerce.d.ts +6 -0
- package/dist/types/src/primitives/RecordId18Array/coerce.d.ts +6 -0
- package/dist/types/src/primitives/SortedObjectIdArray/coerce.d.ts +6 -0
- package/dist/types/src/primitives/SortedStringArray/coerce.d.ts +1 -0
- package/dist/types/src/primitives/SortedStringArrayAllowEmpty/coerce.d.ts +1 -0
- package/dist/types/src/query-evaluation/record-representation-query-evaluator.d.ts +19 -0
- package/dist/types/src/raml-artifacts/adapters/getLayout/buildCachedSnapshotCachePolicy.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getLayout/onFetchResponseSuccess.d.ts +5 -0
- package/dist/types/src/raml-artifacts/adapters/getLayout/utils.d.ts +9 -0
- package/dist/types/src/raml-artifacts/adapters/getLayout/validateAdapterConfig.d.ts +3 -0
- package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshot.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshotCachePolicy.d.ts +9 -0
- package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/buildNetworkSnapshot.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserStateConfig.d.ts +2 -0
- package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserState_ConfigPropertyNames.d.ts +2 -0
- package/dist/types/src/raml-artifacts/adapters/getLayoutUserState/validateAdapterConfig.d.ts +3 -0
- package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshot.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshotCachePolicy.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshot.d.ts +9 -0
- package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshotCachePolicy.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getRecordAvatars/utils.d.ts +13 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/GetRecordsConfig.d.ts +15 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/adapterFragment.d.ts +3 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/createChildResourceParams.d.ts +3 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/createResourceParams.d.ts +3 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/getRecords_ConfigPropertyNames.d.ts +2 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/onFetchResponseSuccess.d.ts +5 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/typeCheckConfig.d.ts +5 -0
- package/dist/types/src/raml-artifacts/adapters/getRecords/validateAdapterConfig.d.ts +6 -0
- package/dist/types/src/raml-artifacts/getPicklistValues/index.d.ts +17 -0
- package/dist/types/src/raml-artifacts/resources/getUiApiRecordAvatarsBatchByRecordIds/ingestSuccess.d.ts +12 -0
- package/dist/types/src/raml-artifacts/resources/getUiApiRecordDefaultsTemplateCloneByRecordId/select.d.ts +2 -0
- package/dist/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/ingestSuccessChildResourceParams.d.ts +17 -0
- package/dist/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/selectChildResourceParams.d.ts +4 -0
- package/dist/types/src/raml-artifacts/resources/getUiApiRecordsByRecordId/createResourceRequest.d.ts +2 -0
- package/dist/types/src/raml-artifacts/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames/createChildResourceParams.d.ts +3 -0
- package/dist/types/src/raml-artifacts/resources/postGraphql/createResourceRequest.d.ts +5 -0
- package/dist/types/src/raml-artifacts/types/FieldValueRepresentation/ingest.d.ts +4 -0
- package/dist/types/src/raml-artifacts/types/QuickActionDefaultsRepresentation/dynamicIngest.d.ts +2 -0
- package/dist/types/src/raml-artifacts/types/RecordAvatarBulkMapRepresentation/ingest.d.ts +2 -0
- package/dist/types/src/raml-artifacts/types/RecordRepresentation/getTypeCacheKeys.d.ts +2 -0
- package/dist/types/src/raml-artifacts/types/RecordRepresentation/ingest.d.ts +4 -0
- package/dist/types/src/raml-artifacts/types/RecordRepresentation/keyBuilderFromType.d.ts +2 -0
- package/dist/types/src/selectors/record.d.ts +15 -0
- package/dist/types/src/sfdc-util/throttle.d.ts +15 -0
- package/dist/types/src/sfdc_graphql.d.ts +13 -0
- package/dist/types/src/sfdc_rest.d.ts +20 -0
- package/dist/types/src/uiapi-static-functions.d.ts +7 -0
- package/dist/types/src/util/cache-policy.d.ts +10 -0
- package/dist/types/src/util/deep-freeze.d.ts +3 -0
- package/dist/types/src/util/fields.d.ts +31 -0
- package/dist/types/src/util/language.d.ts +42 -0
- package/dist/types/src/util/layout.d.ts +4 -0
- package/dist/types/src/util/layouts.d.ts +4 -0
- package/dist/types/src/util/lists.d.ts +69 -0
- package/dist/types/src/util/pagination.d.ts +26 -0
- package/dist/types/src/util/promise.d.ts +1 -0
- package/dist/types/src/util/record-ingest.d.ts +5 -0
- package/dist/types/src/util/record-ui.d.ts +4 -0
- package/dist/types/src/util/records.d.ts +117 -0
- package/dist/types/src/util/snapshot.d.ts +5 -0
- package/dist/types/src/util/supported-entities.d.ts +11 -0
- package/dist/types/src/validation/utils.d.ts +24 -0
- package/dist/types/src/wire/createContentDocumentAndVersion/AdapterConfig.d.ts +5 -0
- package/dist/types/src/wire/createContentDocumentAndVersion/ResourceRequestConfig.d.ts +4 -0
- package/dist/types/src/wire/createContentDocumentAndVersion/buildNetworkSnapshot.d.ts +8 -0
- package/dist/types/src/wire/createContentDocumentAndVersion/configurationTypes.d.ts +5 -0
- package/dist/types/src/wire/createContentDocumentAndVersion/index.d.ts +4 -0
- package/dist/types/src/wire/createContentDocumentAndVersion/validateAdapterConfig.d.ts +5 -0
- package/dist/types/src/wire/createContentVersion/AdapterConfig.d.ts +5 -0
- package/dist/types/src/wire/createContentVersion/ResourceRequestConfig.d.ts +7 -0
- package/dist/types/src/wire/createContentVersion/buildNetworkSnapshot.d.ts +9 -0
- package/dist/types/src/wire/createContentVersion/configurationTypes.d.ts +5 -0
- package/dist/types/src/wire/createContentVersion/index.d.ts +4 -0
- package/dist/types/src/wire/createContentVersion/validateAdapterConfig.d.ts +5 -0
- package/dist/types/src/wire/createRecord/configurationTypes.d.ts +5 -0
- package/dist/types/src/wire/createRecord/index.d.ts +5 -0
- package/dist/types/src/wire/deleteRecord/configurationTypes.d.ts +2 -0
- package/dist/types/src/wire/deleteRecord/index.d.ts +2 -0
- package/dist/types/src/wire/getListUi/index.d.ts +12 -0
- package/dist/types/src/wire/getLookupRecords/index.d.ts +5 -0
- package/dist/types/src/wire/getMruListUi/index.d.ts +7 -0
- package/dist/types/src/wire/getRecord/GetRecordFields.d.ts +14 -0
- package/dist/types/src/wire/getRecord/GetRecordLayoutType.d.ts +11 -0
- package/dist/types/src/wire/getRecord/index.d.ts +5 -0
- package/dist/types/src/wire/getRecordCreateDefaults/index.d.ts +8 -0
- package/dist/types/src/wire/getRecordTemplateClone/index.d.ts +4 -0
- package/dist/types/src/wire/getRecordTemplateCreate/index.d.ts +4 -0
- package/dist/types/src/wire/getRecordUi/index.d.ts +14 -0
- package/dist/types/src/wire/getRecordUi/selectors.d.ts +10 -0
- package/dist/types/src/wire/getRecords/GetRecordsFields.d.ts +4 -0
- package/dist/types/src/wire/graphql/index.d.ts +4 -0
- package/dist/types/src/wire/graphqlBatch/index.d.ts +27 -0
- package/dist/types/src/wire/performQuickAction/index.d.ts +3 -0
- package/dist/types/src/wire/performUpdateRecordQuickAction/index.d.ts +3 -0
- package/dist/types/src/wire/updateLayoutUserState/index.d.ts +5 -0
- package/dist/types/src/wire/updateRecord/configurationTypes.d.ts +5 -0
- package/dist/types/src/wire/updateRecord/index.d.ts +8 -0
- package/dist/types/src/wire/updateRecordAvatar/index.d.ts +3 -0
- package/dist/umd/es2018/uiapi-records-service.js +52467 -0
- package/dist/umd/es5/uiapi-records-service.js +52145 -0
- package/package.json +104 -0
- package/sfdc/graphqlAdapters.d.ts +1 -0
- package/sfdc/graphqlAdapters.js +17733 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +35139 -0
- package/sfdc/uiapi-static-functions.js +327 -0
- package/src/raml/api.raml +7069 -0
- package/src/raml/luvio.raml +1696 -0
- package/src/raml/uiapi.graphql +1111 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { RelatedListUserPreferencesRepresentation as RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation } from './RelatedListUserPreferencesRepresentation';
|
|
3
|
+
export declare const VERSION = "0b1b6909b7051beb867f5c3f1b2863d8";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SimpleRelatedListPreferencesResultRepresentation, existing: SimpleRelatedListPreferencesResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SimpleRelatedListPreferencesResultRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
result: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SimpleRelatedListPreferencesResultRepresentation, existing: SimpleRelatedListPreferencesResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SimpleRelatedListPreferencesResultRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
result?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: SimpleRelatedListPreferencesResultRepresentationNormalized, incoming: SimpleRelatedListPreferencesResultRepresentationNormalized): boolean;
|
|
17
|
+
export declare function deepFreeze(input: SimpleRelatedListPreferencesResultRepresentation): void;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SimpleRelatedListPreferencesResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface SimpleRelatedListPreferencesResultRepresentationNormalized {
|
|
28
|
+
result: $64$luvio_engine_StoreLink;
|
|
29
|
+
/** An HTTP status code indicating the status of this individual request in the batch. */
|
|
30
|
+
statusCode: number;
|
|
31
|
+
}
|
|
32
|
+
interface SimpleRelatedListPreferencesResultRepresentationUnknown {
|
|
33
|
+
statusCode: 100 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 226 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511;
|
|
34
|
+
result: unknown;
|
|
35
|
+
}
|
|
36
|
+
interface SimpleRelatedListPreferencesResultRepresentationRelatedListUserPreferencesRepresentation {
|
|
37
|
+
statusCode: 200;
|
|
38
|
+
result: RelatedListUserPreferencesRepresentation_RelatedListUserPreferencesRepresentation;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* (none)
|
|
45
|
+
*/
|
|
46
|
+
export type SimpleRelatedListPreferencesResultRepresentation = SimpleRelatedListPreferencesResultRepresentationUnknown | SimpleRelatedListPreferencesResultRepresentationRelatedListUserPreferencesRepresentation;
|
|
47
|
+
export {};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { SimplifiedBatchResultRepresentation as SimplifiedBatchResultRepresentation_SimplifiedBatchResultRepresentation } from './SimplifiedBatchResultRepresentation';
|
|
3
|
+
export declare const VERSION = "90cd58827baf13cc3966eb8bddacbadb";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SimplifiedBatchRepresentation, existing: SimplifiedBatchRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SimplifiedBatchRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
results: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SimplifiedBatchRepresentation, existing: SimplifiedBatchRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SimplifiedBatchRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
results?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: SimplifiedBatchRepresentationNormalized, incoming: SimplifiedBatchRepresentationNormalized): boolean;
|
|
17
|
+
export declare function deepFreeze(input: SimplifiedBatchRepresentation): void;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SimplifiedBatchRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
* Result of an entire batch request operation. Results are ordered in the same order in which the requests were given. Results may either be a successful result with a response body, a successful result without a response body, or an error result without a response body. Success and error are determined by the status code in each result.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface SimplifiedBatchRepresentationNormalized {
|
|
28
|
+
/** Collection of batch result items. One for each request input. */
|
|
29
|
+
results: Array<$64$luvio_engine_StoreLink>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Result of an entire batch request operation. Results are ordered in the same order in which the requests were given. Results may either be a successful result with a response body, a successful result without a response body, or an error result without a response body. Success and error are determined by the status code in each result.
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface SimplifiedBatchRepresentation {
|
|
38
|
+
results: Array<SimplifiedBatchResultRepresentation_SimplifiedBatchResultRepresentation>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { ObjectInfoRepresentation as ObjectInfoRepresentation_ObjectInfoRepresentation } from './ObjectInfoRepresentation';
|
|
3
|
+
export declare const VERSION = "4a7558434de3f8e9d2a3f7e677acac01";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SimplifiedBatchResultRepresentation, existing: SimplifiedBatchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SimplifiedBatchResultRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
result: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SimplifiedBatchResultRepresentation, existing: SimplifiedBatchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SimplifiedBatchResultRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
result?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: SimplifiedBatchResultRepresentationNormalized, incoming: SimplifiedBatchResultRepresentationNormalized): boolean;
|
|
17
|
+
export declare function deepFreeze(input: SimplifiedBatchResultRepresentation): void;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SimplifiedBatchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface SimplifiedBatchResultRepresentationNormalized {
|
|
28
|
+
result: $64$luvio_engine_StoreLink;
|
|
29
|
+
statusCode: number;
|
|
30
|
+
}
|
|
31
|
+
interface SimplifiedBatchResultRepresentationUnknown {
|
|
32
|
+
statusCode: 100 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 226 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511;
|
|
33
|
+
result: unknown;
|
|
34
|
+
}
|
|
35
|
+
interface SimplifiedBatchResultRepresentationObjectInfoRepresentation {
|
|
36
|
+
statusCode: 200;
|
|
37
|
+
result: ObjectInfoRepresentation_ObjectInfoRepresentation;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
* Keys:
|
|
43
|
+
* (none)
|
|
44
|
+
*/
|
|
45
|
+
export type SimplifiedBatchResultRepresentation = SimplifiedBatchResultRepresentationUnknown | SimplifiedBatchResultRepresentationObjectInfoRepresentation;
|
|
46
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "1f53cbb5f36f65c6f3bb80862b87978d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ThemeBannerRepresentation, existing: ThemeBannerRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ThemeBannerRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ThemeBannerRepresentationNormalized, incoming: ThemeBannerRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ThemeBannerRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ThemeBannerRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* A representation of a theme banner image.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ThemeBannerRepresentationNormalized {
|
|
18
|
+
/** The url of the banner image */
|
|
19
|
+
fullSizeUrl: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* A representation of a theme banner image.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ThemeBannerRepresentation {
|
|
28
|
+
fullSizeUrl: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 = "fc81a8168c011c8bbf758e18bb2cb5ed";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ThemeImageRepresentation, existing: ThemeImageRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ThemeImageRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ThemeImageRepresentationNormalized, incoming: ThemeImageRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ThemeImageRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ThemeImageRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* A representation of a theme image.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ThemeImageRepresentationNormalized {
|
|
18
|
+
/** The url of the large image. */
|
|
19
|
+
largeUrl: string;
|
|
20
|
+
/** The url of the medium image. */
|
|
21
|
+
mediumUrl: string;
|
|
22
|
+
/** The url of the small image. */
|
|
23
|
+
smallUrl: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* A representation of a theme image.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface ThemeImageRepresentation {
|
|
32
|
+
largeUrl: string;
|
|
33
|
+
mediumUrl: string;
|
|
34
|
+
smallUrl: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "2fd4bb345487199bb654769daae6d414";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ThemeInfoRepresentation, existing: ThemeInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ThemeInfoRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ThemeInfoRepresentationNormalized, incoming: ThemeInfoRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ThemeInfoRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ThemeInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Theme info.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ThemeInfoRepresentationNormalized {
|
|
18
|
+
/** Color. */
|
|
19
|
+
color: string;
|
|
20
|
+
/** Icon URL. */
|
|
21
|
+
iconUrl: string | null;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Theme info.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ThemeInfoRepresentation {
|
|
30
|
+
color: string;
|
|
31
|
+
iconUrl: string | null;
|
|
32
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { keyBuilder as AbstractRecordAvatarRepresentation_keyBuilder, AbstractRecordAvatarRepresentation as AbstractRecordAvatarRepresentation_AbstractRecordAvatarRepresentation } from './AbstractRecordAvatarRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof AbstractRecordAvatarRepresentation_keyBuilder>[1]): string;
|
|
7
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AbstractRecordAvatarRepresentation_AbstractRecordAvatarRepresentation): string;
|
|
8
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof AbstractRecordAvatarRepresentation_keyBuilder>[1]): $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AbstractRecordAvatarRepresentation_AbstractRecordAvatarRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function normalize(input: ThemeRecordAvatarRepresentation, existing: ThemeRecordAvatarRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ThemeRecordAvatarRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export declare function equals(existing: ThemeRecordAvatarRepresentationNormalized, incoming: ThemeRecordAvatarRepresentationNormalized): boolean;
|
|
13
|
+
export declare function deepFreeze(input: ThemeRecordAvatarRepresentation): void;
|
|
14
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
15
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ThemeRecordAvatarRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
16
|
+
/**
|
|
17
|
+
* Represents an avatar associated to a Record
|
|
18
|
+
*
|
|
19
|
+
* Keys:
|
|
20
|
+
* recordId (string): recordId
|
|
21
|
+
*/
|
|
22
|
+
export interface ThemeRecordAvatarRepresentationNormalized extends AbstractRecordAvatarRepresentation_AbstractRecordAvatarRepresentation {
|
|
23
|
+
/** Retrieve the background color for the theme as a six-letter hexidecimal value. */
|
|
24
|
+
backgroundColor: string | null;
|
|
25
|
+
/** ETag like field, readOnly, handy while caching. */
|
|
26
|
+
eTag: string;
|
|
27
|
+
/** The URL of the image for the icon. */
|
|
28
|
+
iconUrl: string | null;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Represents an avatar associated to a Record
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* recordId (string): recordId
|
|
35
|
+
*/
|
|
36
|
+
export interface ThemeRecordAvatarRepresentation extends AbstractRecordAvatarRepresentation_AbstractRecordAvatarRepresentation {
|
|
37
|
+
backgroundColor: string | null;
|
|
38
|
+
eTag: string;
|
|
39
|
+
iconUrl: string | null;
|
|
40
|
+
type: 'Theme';
|
|
41
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { ThemeImageRepresentation as ThemeImageRepresentation_ThemeImageRepresentation } from './ThemeImageRepresentation';
|
|
2
|
+
import { ThemeBannerRepresentation as ThemeBannerRepresentation_ThemeBannerRepresentation } from './ThemeBannerRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const VERSION = "c03005109b4958154aafa8bd47a0bfda";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ThemeRepresentation, existing: ThemeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ThemeRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ThemeRepresentationNormalized, incoming: ThemeRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: ThemeRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ThemeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* A representation of a theme.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ThemeRepresentationNormalized {
|
|
20
|
+
/** Brand color of the theme. */
|
|
21
|
+
brandColor: string;
|
|
22
|
+
/** Brand image of the theme. */
|
|
23
|
+
brandImage: ThemeImageRepresentation_ThemeImageRepresentation;
|
|
24
|
+
/** Default group banner of the theme. */
|
|
25
|
+
defaultGroupBanner: ThemeBannerRepresentation_ThemeBannerRepresentation;
|
|
26
|
+
/** Default group image of the theme. */
|
|
27
|
+
defaultGroupImage: ThemeImageRepresentation_ThemeImageRepresentation;
|
|
28
|
+
/** Default page banner of the theme. */
|
|
29
|
+
defaultPageBanner: ThemeBannerRepresentation_ThemeBannerRepresentation;
|
|
30
|
+
/** Default user banner of the theme. */
|
|
31
|
+
defaultUserBanner: ThemeBannerRepresentation_ThemeBannerRepresentation;
|
|
32
|
+
/** Default user image of the theme. */
|
|
33
|
+
defaultUserImage: ThemeImageRepresentation_ThemeImageRepresentation;
|
|
34
|
+
/** Current Density settings */
|
|
35
|
+
density: string;
|
|
36
|
+
/** Header color of the theme. */
|
|
37
|
+
headerColor: string;
|
|
38
|
+
/** Link color of the theme. */
|
|
39
|
+
linkColor: string;
|
|
40
|
+
/** Page color of the theme. */
|
|
41
|
+
pageColor: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* A representation of a theme.
|
|
45
|
+
*
|
|
46
|
+
* Keys:
|
|
47
|
+
* (none)
|
|
48
|
+
*/
|
|
49
|
+
export interface ThemeRepresentation {
|
|
50
|
+
brandColor: string;
|
|
51
|
+
brandImage: ThemeImageRepresentation_ThemeImageRepresentation;
|
|
52
|
+
defaultGroupBanner: ThemeBannerRepresentation_ThemeBannerRepresentation;
|
|
53
|
+
defaultGroupImage: ThemeImageRepresentation_ThemeImageRepresentation;
|
|
54
|
+
defaultPageBanner: ThemeBannerRepresentation_ThemeBannerRepresentation;
|
|
55
|
+
defaultUserBanner: ThemeBannerRepresentation_ThemeBannerRepresentation;
|
|
56
|
+
defaultUserImage: ThemeImageRepresentation_ThemeImageRepresentation;
|
|
57
|
+
density: string;
|
|
58
|
+
headerColor: string;
|
|
59
|
+
linkColor: string;
|
|
60
|
+
pageColor: string;
|
|
61
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 = "389c5f6a8d690cc77527335ca8da7004";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ValidationRuleRepresentation, existing: ValidationRuleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ValidationRuleRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ValidationRuleRepresentationNormalized, incoming: ValidationRuleRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ValidationRuleRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ValidationRuleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Validation rule metadata.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ValidationRuleRepresentationNormalized {
|
|
18
|
+
/** ETag like field, readOnly, handy while caching. */
|
|
19
|
+
eTag: string;
|
|
20
|
+
/** Field in which error message needs to be displayed */
|
|
21
|
+
errorDisplayField: string;
|
|
22
|
+
/** Message to be displayed when this validation rule fails */
|
|
23
|
+
errorMessage: string;
|
|
24
|
+
/** Javascript equivalent of the validation rule formula */
|
|
25
|
+
formulaJavascript: string;
|
|
26
|
+
/** List of api names of reference fields */
|
|
27
|
+
formulaReferences: Array<string>;
|
|
28
|
+
/** Id of the validation rule */
|
|
29
|
+
id: string;
|
|
30
|
+
/** Unique name of the rule */
|
|
31
|
+
name: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Validation rule metadata.
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface ValidationRuleRepresentation {
|
|
40
|
+
eTag: string;
|
|
41
|
+
errorDisplayField: string;
|
|
42
|
+
errorMessage: string;
|
|
43
|
+
formulaJavascript: string;
|
|
44
|
+
formulaReferences: Array<string>;
|
|
45
|
+
id: string;
|
|
46
|
+
name: string;
|
|
47
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ValidationRuleRepresentation as ValidationRuleRepresentation_ValidationRuleRepresentation } from './ValidationRuleRepresentation';
|
|
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 = "d89d24cee7972a36d3133d05c0051d55";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ValidationRulesRepresentation, existing: ValidationRulesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ValidationRulesRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ValidationRulesRepresentationNormalized, incoming: ValidationRulesRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ValidationRulesRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ValidationRulesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Validation rules metadata.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ValidationRulesRepresentationNormalized {
|
|
19
|
+
/** ETag like field, readOnly, handy while caching. */
|
|
20
|
+
eTag: string;
|
|
21
|
+
/** List of validation rules for an entity */
|
|
22
|
+
rules: Array<ValidationRuleRepresentation_ValidationRuleRepresentation>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Validation rules metadata.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ValidationRulesRepresentation {
|
|
31
|
+
eTag: string;
|
|
32
|
+
rules: Array<ValidationRuleRepresentation_ValidationRuleRepresentation>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 = "e2dd1c316486452be66eaf3104063f7d";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: VisualforceLayoutComponentRepresentation, existing: VisualforceLayoutComponentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VisualforceLayoutComponentRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: VisualforceLayoutComponentRepresentationNormalized, incoming: VisualforceLayoutComponentRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: VisualforceLayoutComponentRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: VisualforceLayoutComponentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Visualforce record layout component.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface VisualforceLayoutComponentRepresentationNormalized extends AbstractRecordLayoutComponentRepresentation_AbstractRecordLayoutComponentRepresentation {
|
|
19
|
+
/** Height */
|
|
20
|
+
height: string;
|
|
21
|
+
/** Indicates whether to show the section label with this VF component. */
|
|
22
|
+
showLabel: boolean;
|
|
23
|
+
/** Show scroll */
|
|
24
|
+
showScroll: boolean;
|
|
25
|
+
/** Visualforce URL. */
|
|
26
|
+
visualforceUrl: string;
|
|
27
|
+
/** Width */
|
|
28
|
+
width: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Visualforce record layout component.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface VisualforceLayoutComponentRepresentation extends AbstractRecordLayoutComponentRepresentation_AbstractRecordLayoutComponentRepresentation {
|
|
37
|
+
height: string;
|
|
38
|
+
showLabel: boolean;
|
|
39
|
+
showScroll: boolean;
|
|
40
|
+
visualforceUrl: string;
|
|
41
|
+
width: string;
|
|
42
|
+
componentType: 'VisualforcePage';
|
|
43
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { OperationResponseRepresentation as OperationResponseRepresentation_OperationResponseRepresentation } from './OperationResponseRepresentation';
|
|
2
|
+
import { ResourceReferenceRepresentation as ResourceReferenceRepresentation_ResourceReferenceRepresentation } from './ResourceReferenceRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const VERSION = "fa2f2ee022243b8ccc8c88315a8f223d";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: WireDataRepresentation, existing: WireDataRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WireDataRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: WireDataRepresentationNormalized, incoming: WireDataRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: WireDataRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WireDataRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* wire data representation for priming LDS
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface WireDataRepresentationNormalized {
|
|
20
|
+
/** wire data. */
|
|
21
|
+
operationResponseRepresentation: OperationResponseRepresentation_OperationResponseRepresentation;
|
|
22
|
+
/** inputs to the wire. */
|
|
23
|
+
resourceReference: ResourceReferenceRepresentation_ResourceReferenceRepresentation;
|
|
24
|
+
/** wire data value type. */
|
|
25
|
+
valueType: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* wire data representation for priming LDS
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface WireDataRepresentation {
|
|
34
|
+
operationResponseRepresentation: OperationResponseRepresentation_OperationResponseRepresentation;
|
|
35
|
+
resourceReference: ResourceReferenceRepresentation_ResourceReferenceRepresentation;
|
|
36
|
+
valueType: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const ObjectFreeze: {
|
|
3
|
+
<T extends Function>(f: T): T;
|
|
4
|
+
<T_1 extends {
|
|
5
|
+
[idx: string]: object | U | null | undefined;
|
|
6
|
+
}, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
|
|
7
|
+
<T_2>(o: T_2): Readonly<T_2>;
|
|
8
|
+
}, ObjectKeys: {
|
|
9
|
+
(o: object): string[];
|
|
10
|
+
(o: {}): string[];
|
|
11
|
+
}, ObjectCreate: {
|
|
12
|
+
(o: object | null): any;
|
|
13
|
+
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
14
|
+
}, ObjectAssign: {
|
|
15
|
+
<T extends {}, U>(target: T, source: U): T & U;
|
|
16
|
+
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
|
|
17
|
+
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
|
|
18
|
+
(target: object, ...sources: any[]): any;
|
|
19
|
+
};
|
|
20
|
+
export declare const ArrayIsArray: (arg: any) => arg is any[];
|
|
21
|
+
export declare const JSONStringify: {
|
|
22
|
+
(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
|
|
23
|
+
(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
|
|
24
|
+
};
|
|
25
|
+
type AllowedPrimitives = boolean | string | number | Date | null;
|
|
26
|
+
type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
|
|
27
|
+
export type RecursivePartial<T> = null | {
|
|
28
|
+
[P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
|
|
29
|
+
};
|
|
30
|
+
export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
|
|
31
|
+
export declare function equalsObject<U, V extends {
|
|
32
|
+
[key: string]: U;
|
|
33
|
+
}>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
|
|
34
|
+
export declare function deepFreeze(value: any): void;
|
|
35
|
+
export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
|
|
36
|
+
__ref: string;
|
|
37
|
+
};
|
|
38
|
+
export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
39
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot } from '@luvio/engine';
|
|
2
|
+
import { ResourceRequestConfig as resources_postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_ResourceRequestConfig } from '../../../resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId';
|
|
3
|
+
import { RelatedListRecordCollectionRepresentation as types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation } from '../../../types/RelatedListRecordCollectionRepresentation';
|
|
4
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: resources_postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
5
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: resources_postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation, any>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { GraphQLLuvioState } from '../../../generated/graphql/types/type-util';
|
|
2
|
+
import type { FieldNode } from '@luvio/graphql-parser';
|
|
3
|
+
import type { PartialInterface } from '../../../generated/graphql/types/RecordConnection';
|
|
4
|
+
import type { DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
5
|
+
export declare function getTypeCacheKeys(astNode: FieldNode, state: GraphQLLuvioState<PartialInterface>): DurableStoreKeyMetadataMap;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { Reader } from '@luvio/engine';
|
|
2
|
+
import type { RecordRepresentationNormalized } from '../../../generated/types/RecordRepresentation';
|
|
3
|
+
import type { NormalizedGraphQL } from '../../../generated/graphql/types/type-util';
|
|
4
|
+
export declare function attachMappedData(source: NormalizedGraphQL<RecordRepresentationNormalized>, reader: Reader<any>): NormalizedGraphQL<RecordRepresentationNormalized>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { FieldNode } from '@luvio/graphql-parser';
|
|
2
|
+
import type { RecordRepresentation } from '../../../generated/types/RecordRepresentation';
|
|
3
|
+
import type { GraphQLLuvioState } from '../../../generated/graphql/types/type-util';
|
|
4
|
+
import type { PartialInterface as GraphQLRecordRepresentation } from '../../../generated/graphql/types/RecordRepresentation';
|
|
5
|
+
import type { RecordFieldTrie } from '../../../util/records';
|
|
6
|
+
interface RecordRepresentationConversionResult {
|
|
7
|
+
recordRepresentation: RecordRepresentation;
|
|
8
|
+
fieldsTrie: RecordFieldTrie;
|
|
9
|
+
}
|
|
10
|
+
export declare function convertGraphQLToRaml(astNode: FieldNode, state: GraphQLLuvioState<GraphQLRecordRepresentation>): RecordRepresentationConversionResult;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { FieldNode } from '@luvio/graphql-parser';
|
|
2
|
+
import type { GraphQLVariables, NormalizedGraphQL } from '../../../generated/graphql/types/type-util';
|
|
3
|
+
import type { RecordRepresentationNormalized } from './../../../generated/types/RecordRepresentation';
|
|
4
|
+
export declare function getFieldData(source: NormalizedGraphQL<RecordRepresentationNormalized>, sel: FieldNode, variables: GraphQLVariables): any;
|
package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getInContextFragmentType.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { FragmentSpreadNode, InlineFragmentNode } from '@luvio/graphql-parser';
|
|
2
|
+
import type { GraphQLFragmentMap } from '../../../generated/graphql/types/type-util';
|
|
3
|
+
export declare function getInContextFragmentType(fragment: FragmentSpreadNode | InlineFragmentNode, fragmentMap: GraphQLFragmentMap): string | undefined;
|
package/dist/types/src/graphql-artifacts/types/RecordRepresentation/getMappedTypeCacheKeys.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { GraphQLLuvioState } from '../../../generated/graphql/types/type-util';
|
|
2
|
+
import type { PartialInterface } from '../../../generated/graphql/types/RecordRepresentation';
|
|
3
|
+
import type { DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
import type { FieldNode } from '@luvio/graphql-parser';
|
|
5
|
+
export declare function getMappedTypeCacheKeys(astNode: FieldNode, state: GraphQLLuvioState<PartialInterface>): DurableStoreKeyMetadataMap;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { FieldNode } from '@luvio/graphql-parser';
|
|
2
|
+
import type { StoreLink } from '@luvio/engine';
|
|
3
|
+
import type { GraphQLIngestState } from '../../../generated/graphql/types/type-util';
|
|
4
|
+
import type { PartialInterface } from '../../../generated/graphql/types/RecordRepresentation';
|
|
5
|
+
export declare function ingestMappedData(astNode: FieldNode, state: GraphQLIngestState<PartialInterface>): StoreLink;
|