@salesforce/lds-adapters-uiapi 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/types/src/__mocks__/@salesforce/lds-instrumentation.d.ts +3 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsBindings.d.ts +9 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsEngine.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsEngineCreator.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsGraphqlParser.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/force/ldsInstrumentation.d.ts +3 -0
- package/dist/es/es2018/types/src/__mocks__/force/luvioEngine.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/force/luvioGraphql.d.ts +1 -0
- package/dist/es/es2018/types/src/__mocks__/instrumentation/service.d.ts +33 -0
- package/dist/es/es2018/types/src/__performance__/priming.spec.d.ts +1 -0
- package/dist/es/es2018/types/src/__performance__/utils/runMeasurement.d.ts +36 -0
- package/dist/es/es2018/types/src/__performance__/utils/sqliteDurableStore.d.ts +18 -0
- package/dist/es/es2018/types/src/__performance__/utils/utils.d.ts +6 -0
- package/dist/es/es2018/types/src/configuration.d.ts +154 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createContentDocumentAndVersion.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContentVersion.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createListInfo.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/createRecord.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteListInfo.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteRecord.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getActionOverrides.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllApps.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppDetails.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDuplicateConfiguration.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDuplicates.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getFlexipageFormulaOverrides.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getGlobalActions.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getKeywordSearchResults.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/adapters/getLayout.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getLayoutUserState.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getListInfoByName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getListInfosByName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getListInfosByObjectName.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getListObjectInfo.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getListPreferences.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getListRecordsByName.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getListUiByApiName.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getListUiByListViewId.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getListViewSummaryCollection.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getLookupActions.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getLookupMetadata.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getLookupRecords.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/adapters/getMruListUi.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getNavItems.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getObjectCreateActions.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getObjectInfo.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getObjectInfoDirectory.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getObjectInfos.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getPathLayout.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getPicklistValues.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getPicklistValuesByRecordType.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getQuickActionDefaults.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getQuickActionInfo.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getQuickActionLayout.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecord.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordActions.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordAvatars.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordCreateDefaults.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordEditActions.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordTemplateClone.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordTemplateCreate.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordUi.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecords.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListActions.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListCount.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListInfo.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListInfoBatch.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListPreferences.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListPreferencesBatch.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecordActions.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecords.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecordsBatch.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListsActions.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListsCount.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRelatedListsInfo.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSearchFilterMetadata.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSearchFilterOptions.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSearchResults.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getSelectedApp.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/graphql.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/performQuickAction.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/performUpdateRecordQuickAction.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/updateLayoutUserState.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/updateListInfoByName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/updateListPreferences.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecord.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecordAvatar.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRelatedListInfo.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRelatedListPreferences.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +78 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc_restAdapters.d.ts +122 -0
- package/dist/es/es2018/types/src/generated/fields/adapters/getQuickActionDefaults.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/fields/adapters/getRecord.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/fields/adapters/getRecordTemplateClone.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/fields/adapters/getRecordTemplateCreate.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/fields/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/resources/getUiApiRecordsByRecordId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/AggregateUiRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/BatchRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/BatchResultRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/CompositeRelatedListRecordCollectionResultRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/ContentDocumentCompositeRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/KeywordSearchResultsRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/ListRecordCollectionRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/ListUiRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/LookupValuesRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/NLSResultsRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/QuickActionDefaultsRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordCollectionRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordCreateDefaultRecordRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordDefaultsRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordDefaultsTemplateCloneRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordDefaultsTemplateCreateRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordTemplateCloneRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordTemplateCreateRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RecordUiRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RelatedListRecordCollectionBatchRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/RelatedListRecordCollectionRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/SearchResultCollectionRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/fields/types/SearchResultRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/category.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/deprecated.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/directive-util.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/fieldCategory.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/generic.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/include.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/skip.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/directives/specifiedBy.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/AggregateOrderByNumberFunction.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/graphql/types/AggregateOrderByStringFunction.d.ts +7 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__Analytics.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsBrowse.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentationInterface.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspace.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAsset.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAssetConnection.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAssetEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__DataspaceRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__MktDataConnector.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticDefinition.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModel.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModelRelatedModelConnection.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModelRelatedModelEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModelRelatedModelRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionConnection.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SortEnumType.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/AnyType.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Base64Value.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/BooleanAggregate.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/BooleanValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ChildRelationship.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/CompoundField.d.ts +81 -0
- package/dist/es/es2018/types/src/generated/graphql/types/CurrencyAggregate.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/graphql/types/CurrencyValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DataType.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateAggregate.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateFunctionAggregation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateLiteral.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateOnlyAggregation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateTimeAggregate.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateTimeValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DateValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DependentField.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DoubleAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/DoubleValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/EmailAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/EmailValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/EncryptedStringValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Field.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/graphql/types/FieldExtraTypeInfo.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/graphql/types/FieldValue.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/graphql/types/FilteredLookupInfo.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/GroupByFunction.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/graphql/types/GroupByType.d.ts +6 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IDAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IDValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IntAggregate.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/graphql/types/IntValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/JSONValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LatitudeAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LatitudeValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ListColumn.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ListOrder.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongAggregate.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongTextAreaValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongitudeAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/LongitudeValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/MultiPicklistValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/NullOrder.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/NullsOrder.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ObjectInfo.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PageInfo.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PercentAggregate.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PercentValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PhoneNumberAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PhoneNumberValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PicklistAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PicklistValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PolymorphicAggregateParentRelationship.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/graphql/types/PolymorphicParentRelationship.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Query.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RateLimit.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Record.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregate.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregateConnection.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregateEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordConnection.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordCreatePayload.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordDeletePayload.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordQuery.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordQueryAggregate.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordRepresentation.d.ts +123 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordResult.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordTypeInfo.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RecordUpdatePayload.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ReferenceToInfo.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RelatedListInfo.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ResultOrder.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ResultsOrder.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/RichTextAreaValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/SObject__Field.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/SObject__FieldType.d.ts +6 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__EntityRepresentation.d.ts +96 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListColumn.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListFilter.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListFilterOperator.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListOrder.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListScalarField.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListView.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewObjectInfo.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewRow.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewRowConnection.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewRowEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__Setup.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateConnection.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupConnection.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupPolymorphicAggregateParentRelationship.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupPolymorphicParentRelationship.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupQuery.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupQueryAggregate.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordAggregate.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordResult.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/StringAggregate.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/graphql/types/StringValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TextAreaAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TextAreaValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/ThemeInfo.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TimeAggregate.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/graphql/types/TimeValue.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UIAPI.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UIAPIMutations.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Unit.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UrlAggregate.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/graphql/types/UrlValue.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/type-util.d.ts +81 -0
- package/dist/es/es2018/types/src/generated/pagination/cursor.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/pagination/syntheticCursor.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiFormsHealthCheckByApiName.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiListInfoByListViewId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiRecordsByRecordId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiRelatedListPreferencesByPreferencesId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectBriefcasePrimingRecords.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsFlexipageByFlexipageNames.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsFormulaActivationByActionFeature.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsGlobal.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsLayoutByActionApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsListViewByListViewIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsListViewChartByObjectApiNames.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsListViewRecordByRecordIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsLookupByObjectApiNames.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsMruListByObjectApiNames.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsObjectRecordCreateByObjectApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsOverridesByObjectApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsPhotoByRecordIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsQuickActionInfoByActionApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordByRecordIds.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordDefaultsByActionApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRecordEditByRecordIds.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListRecordByRecordIdsAndRelatedListRecordIds.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiApps.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiAppsByAppId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiAppsSelected.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiAppsUserNavItemsByAppId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiDuplicatesByObjectApiName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiFormsByApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiFormsHealthCheckByApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiLayoutByObjectApiName.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiLayoutUserStateByObjectApiName.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoBatch.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoByListViewId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListInfoByObjectApiName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListObjectInfoByObjectApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListPreferencesByListViewApiNameAndObjectApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListRecordsByListViewId.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListUiByListViewApiNameAndObjectApiName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListUiByListViewId.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiListUiByObjectApiName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiLookupsByFieldApiNameAndObjectApiNameAndTargetApiName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiMruListInfoByObjectApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiMruListRecordsByObjectApiName.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiMruListUiByObjectApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiNavItems.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfo.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoBatchByObjectApiNames.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoByObjectApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByFieldApiNameAndObjectApiNameAndRecordTypeId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoPicklistValuesByObjectApiNameAndRecordTypeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiObjectInfoValidationRulesInfoByObjectApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiPathLayoutByObjectApiName.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiPrimingRecords.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiPrimingRoutes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordAvatarsBatchByRecordIds.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordAvatarsByRecordId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsCloneByRecordId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsCreateByObjectApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsTemplateCloneByRecordId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordDefaultsTemplateCreateByObjectApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordUiByRecordIds.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordsBatchByRecordIds.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordsByRecordId.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRecordsChildRelationshipsByRecordIdAndRelationshipName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListCountBatchByParentRecordIdAndRelatedListNames.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListCountByParentRecordIdAndRelatedListId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListPreferencesBatchByPreferencesIds.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListPreferencesByPreferencesId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoFiltersByObjectApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoFiltersOptionsByFilterApiNameAndObjectApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoLookupByFieldApiNameAndObjectApiName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiThemesActive.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiAppsByAppId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiFormsHealthCheckByApiName.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiLayoutUserStateByObjectApiName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiListPreferencesByListViewApiNameAndObjectApiName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRecordsByRecordId.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiRelatedListPreferencesByPreferencesId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/postGraphql.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsPerformQuickActionByActionApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiListInfoByObjectApiName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiListRecordsByListViewApiNameAndObjectApiName.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiListRecordsByListViewId.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiLookupsByFieldApiNameAndObjectApiName.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiPredupe.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecordAvatarsAssociationByRecordId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecords.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersions.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecordsContentDocumentsContentVersionsByContentDocumentId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiSearchResults.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiSearchResultsKeyword.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/putUiApiAppsUserNavItemsByAppId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/putUiApiFormsHealthCheckByApiName.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/types/AbstractFormSubitemRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AbstractPicklistValueAttributesRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/AbstractRecordAvatarBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/AbstractRecordAvatarRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/AbstractRecordLayoutComponentRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ActionBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ActionBatchResultRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ActionInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ActionOverrideRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ActionRelatedListSingleBatchInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ActionRelatedListsBatchInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionRelatedListsCollectionBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ActionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedLookupDisplayInfoFieldRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedLookupDisplayInfoRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedLookupInfoRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AggregateInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/AggregateRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AggregateUiRepresentation.d.ts +92 -0
- package/dist/es/es2018/types/src/generated/types/AppRepresentation.d.ts +104 -0
- package/dist/es/es2018/types/src/generated/types/AppliedSearchFilterOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AppsRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/AvatarAssociationInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/BatchInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/BatchOperationInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/BatchRelatedListCountRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/BatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/BatchResultRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/CanvasLayoutComponentRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/CaseStatusPicklistValueAttributesRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ChildRelationshipRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/CompositeActionRelatedListsCollectionResultRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/CompositeRelatedListRecordCollectionResultRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/ContentDocumentCompositeRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/ContentInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CopilotQuickActionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CopilotQuickActionParameterRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CustomLinkLayoutComponentRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/DisplayLayoutAndMatchingInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DisplayLayoutRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRecordErrorRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateResultInfoRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRuleFilterItemRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRuleFilterRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/DuplicateRuleRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DuplicatesConfigurationRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/DuplicatesRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/EmptySpaceFormSubitemRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/EntityActionRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/ErrorBadRequestRecordAvatarBatchRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ErrorMessageRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ErrorRecordAvatarBatchRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ErrorSingleRecordAvatarRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteBatchCollectionInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteBatchInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteCollectionRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/FavoriteRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/FieldFormSubitemRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/FieldLayoutComponentRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/FieldRepresentation.d.ts +126 -0
- package/dist/es/es2018/types/src/generated/types/FieldValueRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/FilteredLookupInfoRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FlexipageFormulaActivationRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/FormItemRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FormRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/FormRowRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FormSectionRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/FormulaOverridesInfoRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLBatchInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLErrorLocation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLErrorRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLRepresentation.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/types/HealthCheckRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchRequestInputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchResultsRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchResultsSummaryRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/LeadStatusPicklistValueAttributesRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ListColumnInlineEditAttributesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListColumnInlineEditAttributesRepresentationWrapper.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ListColumnRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ListFieldErrorRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListFilterByInfoInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ListFilterByInfoRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoErrorRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoPostInputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoRepresentation.d.ts +116 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoShareCategoryRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoShareRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoSummaryCollectionRepresentation.d.ts +94 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoSummaryRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ListInlineEditDetailsRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectColumnRepresentation.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectInfoRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectPicklistValueRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectQuickFilterOverridesRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectScopeAvailableEntityRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectScopeRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ListOrderByInfoRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ListOrderedByInfoInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListPreferencesInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ListPreferencesRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/ListRecordCollectionRepresentation.d.ts +110 -0
- package/dist/es/es2018/types/src/generated/types/ListRecordCollectionRepresentation212.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/types/ListRecordsInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ListReferenceRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ListScopeEntityRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListScopeInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ListScopeRelatedEntityRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ListScopeRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ListUiRepresentation.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/types/ListUiRepresentation212.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ListUserPreferenceInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ListUserPreferenceRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ListViewSummaryCollectionRepresentation.d.ts +94 -0
- package/dist/es/es2018/types/src/generated/types/ListViewSummaryRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/LocationFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/LookupMetadataRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/LookupMetadataTargetInfoRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/LookupPOSTRequestBodyRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/LookupValuesRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/MatchRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/MatchResultInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/MatchResultRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/MatchRuleRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/MatchingInfoRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/NLSResultsRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/NavItemInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/NavItemRepresentation.d.ts +90 -0
- package/dist/es/es2018/types/src/generated/types/NavItemsInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/NavItemsRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoDirectoryEntryRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoDirectoryRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoRepresentation.d.ts +126 -0
- package/dist/es/es2018/types/src/generated/types/OperationInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/OperationResponseRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/OpportunityStagePicklistValueAttributesRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/PageReferenceInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/PageReferenceRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/PerformActionInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/PhotoMetadataRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PhotoRecordAvatarRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/PicklistValueRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/PicklistValuesCollectionRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/PicklistValuesRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/PlatformActionRepresentation.d.ts +97 -0
- package/dist/es/es2018/types/src/generated/types/PrimingGeneratedModuleRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRecordCollectionRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRecordRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRecordsStatsRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRoutesCollectionRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/PrimingRuleErrorRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/QnASearchResultRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionColorRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionDefaultsRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionExecutionRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionIconRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionInfoRepresentation.d.ts +108 -0
- package/dist/es/es2018/types/src/generated/types/QuickActionLayoutRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBatchRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBulkMapRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBulkRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/RecordCollectionRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/RecordCreateDefaultRecordRepresentation.d.ts +80 -0
- package/dist/es/es2018/types/src/generated/types/RecordDefaultsRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/RecordDefaultsTemplateCloneRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/RecordDefaultsTemplateCreateRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/RecordExceptionErrorRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/RecordExceptionRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/RecordIdRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/RecordInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutComponentRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutItemRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutRowRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSaveOptionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionUserStateInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutSectionUserStateRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutUserStateInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RecordLayoutUserStateRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/RecordRepresentation.d.ts +91 -0
- package/dist/es/es2018/types/src/generated/types/RecordTemplateCloneRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/RecordTemplateCreateRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/RecordTypeInfoRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/RecordUiRepresentation.d.ts +88 -0
- package/dist/es/es2018/types/src/generated/types/ReferenceToInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListColumnRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoRepresentation.d.ts +114 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListPreferencesBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCollectionBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCollectionRepresentation.d.ts +105 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCountCollectionRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordCountRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordsBatchInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordsInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListRecordsSingleBatchInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListReferenceRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListSummaryInfoCollectionRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListSummaryInfoRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListUserPreferencesInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListUserPreferencesRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/ReportLayoutComponentRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/ResourceReferenceRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/SearchAnswersRecordRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SearchAnswersResultRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/SearchDataCategoryFilterDefinitionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SearchDataCategoryInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SearchDataCategoryOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SearchFieldFilterAttributesRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SearchFieldFilterDefinitionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/SearchFieldFilterSelectAttributesRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SearchFieldFilterTextAttributesRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterDefinitionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterMetadataCollectionRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterOptionCollectionRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterOptionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SearchIntentActionRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchIntentComponentRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchIntentOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SearchObjectOptionsOutputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SearchObjectOptionsRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SearchRecordHighlightRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchRecordInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SearchRequestInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultCollectionRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/SimpleListInfoResultRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/SimpleRelatedListCountBatchRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SimpleRelatedListInfoResultRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SimpleRelatedListPreferencesResultRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SimplifiedBatchRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SimplifiedBatchResultRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/ThemeBannerRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ThemeImageRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ThemeInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ThemeRecordAvatarRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ThemeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/ValidationRuleRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ValidationRulesRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/VisualforceLayoutComponentRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/WireDataRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/WorkStepPicklistValueAttributeRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/uiapi/record-collection/resources/postUiApiListRecordsByListViewApiNameAndObjectApiName.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/uiapi/record-collection/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/AnyType/getMinimumSelections.d.ts +6 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/CompoundField/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/CompoundField/selectType.d.ts +4 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordAggregate/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordConnection/getTypeCacheKeys.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordQuery/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordQueryAggregate/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/attachMappedData.d.ts +4 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/convertGraphQLToRaml.d.ts +11 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getFieldData.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getInContextFragmentType.d.ts +3 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getMappedTypeCacheKeys.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/getMinimumSelections.d.ts +4 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/ingestMappedData.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/isMappedField.d.ts +2 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/RecordRepresentation/selectType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/Setup__SetupQuery/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/Setup__SetupQueryAggregate/getFieldType.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/shared/RecordFields.d.ts +5 -0
- package/dist/es/es2018/types/src/graphql-artifacts/types/shared/getMinimumSelections.d.ts +5 -0
- package/dist/es/es2018/types/src/helpers/FieldValueRepresentation/merge.d.ts +3 -0
- package/dist/es/es2018/types/src/helpers/FieldValueRepresentation/normalize.d.ts +5 -0
- package/dist/es/es2018/types/src/helpers/RecordAvatarBulkRepresentation/merge.d.ts +3 -0
- package/dist/es/es2018/types/src/helpers/RecordRepresentation/merge.d.ts +14 -0
- package/dist/es/es2018/types/src/helpers/RecordRepresentation/normalize.d.ts +10 -0
- package/dist/es/es2018/types/src/helpers/RecordRepresentation/resolveConflict.d.ts +11 -0
- package/dist/es/es2018/types/src/helpers/graphql/getDirectiveValue.d.ts +2 -0
- package/dist/es/es2018/types/src/helpers/graphql/getFieldNameOverride.d.ts +2 -0
- package/dist/es/es2018/types/src/helpers/resources/getRecordFulfill.d.ts +2 -0
- package/dist/es/es2018/types/src/instrumentation.d.ts +55 -0
- package/dist/es/es2018/types/src/main.d.ts +173 -0
- package/dist/es/es2018/types/src/overrides/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +5 -0
- package/dist/es/es2018/types/src/predictive-loading/index.d.ts +1 -0
- package/dist/es/es2018/types/src/predictive-loading/registry.d.ts +9 -0
- package/dist/es/es2018/types/src/primitives/FieldId/coerce.d.ts +7 -0
- package/dist/es/es2018/types/src/primitives/FieldId/index.d.ts +14 -0
- package/dist/es/es2018/types/src/primitives/FieldIdArray/coerce.d.ts +9 -0
- package/dist/es/es2018/types/src/primitives/FormFactor/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/FormFactor/index.d.ts +5 -0
- package/dist/es/es2018/types/src/primitives/LayoutMode/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/LayoutMode/index.d.ts +5 -0
- package/dist/es/es2018/types/src/primitives/LayoutModeArray/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/LayoutType/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/LayoutType/index.d.ts +4 -0
- package/dist/es/es2018/types/src/primitives/LayoutTypeArray/coerce.d.ts +2 -0
- package/dist/es/es2018/types/src/primitives/ObjectId/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/ObjectId/index.d.ts +4 -0
- package/dist/es/es2018/types/src/primitives/ObjectIdArray/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/RecordId18/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/RecordId18Array/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/SortedObjectIdArray/coerce.d.ts +6 -0
- package/dist/es/es2018/types/src/primitives/SortedStringArray/coerce.d.ts +1 -0
- package/dist/es/es2018/types/src/primitives/SortedStringArrayAllowEmpty/coerce.d.ts +1 -0
- package/dist/es/es2018/types/src/primitives/SortedStringArrayTitleCase/coerce.d.ts +1 -0
- package/dist/es/es2018/types/src/query-evaluation/record-representation-query-evaluator.d.ts +19 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/buildCachedSnapshotCachePolicy.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/utils.d.ts +9 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayout/validateAdapterConfig.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshot.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/buildCachedSnapshotCachePolicy.d.ts +9 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/buildNetworkSnapshot.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserStateConfig.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/getLayoutUserState_ConfigPropertyNames.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getLayoutUserState/validateAdapterConfig.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getListRecordsByName/buildNetworkSnapshot.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getListRecordsByName/onFetchResponseSuccess.d.ts +6 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshot.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildCachedSnapshotCachePolicy.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshot.d.ts +9 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/buildNetworkSnapshotCachePolicy.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecordAvatars/utils.d.ts +13 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/GetRecordsConfig.d.ts +15 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/adapterFragment.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/createChildResourceParams.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/createResourceParams.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/getRecords_ConfigPropertyNames.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/typeCheckConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getRecords/validateAdapterConfig.d.ts +6 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/updateRelatedListInfo/typeCheckConfig.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/getPicklistValues/index.d.ts +17 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiListInfoByListViewApiNameAndObjectApiName/keyBuilder.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordAvatarsBatchByRecordIds/ingestSuccess.d.ts +12 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordDefaultsTemplateCloneByRecordId/select.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/ingestSuccessChildResourceParams.d.ts +17 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordsBatchByRecordIds/selectChildResourceParams.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRecordsByRecordId/createResourceRequest.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getUiApiRelatedListInfoBatchByParentObjectApiNameAndRelatedListNames/createChildResourceParams.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/postGraphql/createResourceRequest.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/postUiApiListRecordsByListViewApiNameAndObjectApiName/keyBuilder.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/FieldValueRepresentation/ingest.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/ListInfoRepresentation/keyBuilderFromType.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/ListInfoRepresentation/notifyUpdateAvailableFactory.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/ListRecordCollectionRepresentation/keyBuilderFromType.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/PicklistValuesRepresentation/keyBuilderFromType.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/QuickActionDefaultsRepresentation/dynamicIngest.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/RecordAvatarBulkMapRepresentation/ingest.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/RecordRepresentation/getTypeCacheKeys.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/RecordRepresentation/ingest.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/RecordRepresentation/keyBuilderFromType.d.ts +2 -0
- package/dist/es/es2018/types/src/selectors/record.d.ts +15 -0
- package/dist/es/es2018/types/src/sfdc-util/throttle.d.ts +15 -0
- package/dist/es/es2018/types/src/sfdc_graphql.d.ts +11 -0
- package/dist/es/es2018/types/src/sfdc_graphqlAdapters.d.ts +11 -0
- package/dist/es/es2018/types/src/sfdc_rest.d.ts +31 -0
- package/dist/es/es2018/types/src/storewatch.d.ts +7 -0
- package/dist/es/es2018/types/src/test-utils.d.ts +7 -0
- package/dist/es/es2018/types/src/uiapi-static-functions.d.ts +7 -0
- package/dist/es/es2018/types/src/util/cache-policy.d.ts +10 -0
- package/dist/es/es2018/types/src/util/fields.d.ts +31 -0
- package/dist/es/es2018/types/src/util/language.d.ts +42 -0
- package/dist/es/es2018/types/src/util/layout.d.ts +4 -0
- package/dist/es/es2018/types/src/util/layouts.d.ts +8 -0
- package/dist/es/es2018/types/src/util/lists.d.ts +88 -0
- package/dist/es/es2018/types/src/util/pagination.d.ts +26 -0
- package/dist/es/es2018/types/src/util/promise.d.ts +1 -0
- package/dist/es/es2018/types/src/util/record-ingest.d.ts +5 -0
- package/dist/es/es2018/types/src/util/record-ui.d.ts +4 -0
- package/dist/es/es2018/types/src/util/records.d.ts +120 -0
- package/dist/es/es2018/types/src/util/snapshot.d.ts +5 -0
- package/dist/es/es2018/types/src/util/store-utils.d.ts +9 -0
- package/dist/es/es2018/types/src/util/supported-entities.d.ts +18 -0
- package/dist/es/es2018/types/src/validation/utils.d.ts +29 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/AdapterConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/ResourceRequestConfig.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/buildNetworkSnapshot.d.ts +8 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/configurationTypes.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/createContentDocumentAndVersion/validateAdapterConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/AdapterConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/ResourceRequestConfig.d.ts +7 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/buildNetworkSnapshot.d.ts +9 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/configurationTypes.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/createContentVersion/validateAdapterConfig.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/createRecord/configurationTypes.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/createRecord/index.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/deleteRecord/configurationTypes.d.ts +3 -0
- package/dist/es/es2018/types/src/wire/deleteRecord/index.d.ts +2 -0
- package/dist/es/es2018/types/src/wire/executeBatchRecordOperations/index.d.ts +17 -0
- package/dist/es/es2018/types/src/wire/executeBatchRecordOperations/postUiApiRecordsBatch.d.ts +43 -0
- package/dist/es/es2018/types/src/wire/getListInfosByName/createChildResourceParams.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getListRecordsByName/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getListUi/index.d.ts +12 -0
- package/dist/es/es2018/types/src/wire/getLookupRecords/index.d.ts +24 -0
- package/dist/es/es2018/types/src/wire/getMruListUi/index.d.ts +7 -0
- package/dist/es/es2018/types/src/wire/getRecord/GetRecordFields.d.ts +14 -0
- package/dist/es/es2018/types/src/wire/getRecord/GetRecordLayoutType.d.ts +18 -0
- package/dist/es/es2018/types/src/wire/getRecord/index.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/getRecordCreateDefaults/index.d.ts +8 -0
- package/dist/es/es2018/types/src/wire/getRecordTemplateClone/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getRecordTemplateCreate/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getRecordUi/index.d.ts +14 -0
- package/dist/es/es2018/types/src/wire/getRecordUi/selectors.d.ts +10 -0
- package/dist/es/es2018/types/src/wire/getRecords/GetRecordsFields.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getRelatedListRecordsBatch/createChildResourceParams.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/getRelatedListsActions/createChildResourceParams.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/graphql/configurationTypes.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/graphql/index.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/graphql/validateAdapterConfig.d.ts +3 -0
- package/dist/es/es2018/types/src/wire/graphqlBatch/configurationTypes.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/graphqlBatch/index.d.ts +26 -0
- package/dist/es/es2018/types/src/wire/graphqlBatch/postGraphqlBatch.d.ts +43 -0
- package/dist/es/es2018/types/src/wire/performQuickAction/configurationTypes.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/performQuickAction/index.d.ts +3 -0
- package/dist/es/es2018/types/src/wire/performUpdateRecordQuickAction/configurationTypes.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/performUpdateRecordQuickAction/index.d.ts +3 -0
- package/dist/es/es2018/types/src/wire/updateLayoutUserState/index.d.ts +5 -0
- package/dist/es/es2018/types/src/wire/updateRecord/configurationTypes.d.ts +4 -0
- package/dist/es/es2018/types/src/wire/updateRecord/index.d.ts +8 -0
- package/dist/es/es2018/types/src/wire/updateRecordAvatar/index.d.ts +3 -0
- package/dist/es/es2018/uiapi-records-service.js +64219 -0
- package/dist/komaci-mapping.json +384 -0
- package/package.json +134 -0
- package/sfdc/graphqlAdapters.d.ts +1 -0
- package/sfdc/graphqlAdapters.js +26261 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +39033 -0
- package/sfdc/uiapi-static-functions.js +559 -0
- package/src/raml/api.raml +8729 -0
- package/src/raml/luvio.raml +2018 -0
- package/src/raml/uiapi.graphql +1933 -0
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { RelatedListColumnRepresentation as RelatedListColumnRepresentation_RelatedListColumnRepresentation } from './RelatedListColumnRepresentation';
|
|
2
|
+
import { ListFilterByInfoRepresentation as ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from './ListFilterByInfoRepresentation';
|
|
3
|
+
import { RelatedListReferenceRepresentation as RelatedListReferenceRepresentation_RelatedListReferenceRepresentation } from './RelatedListReferenceRepresentation';
|
|
4
|
+
import { ListOrderByInfoRepresentation as ListOrderByInfoRepresentation_ListOrderByInfoRepresentation } from './ListOrderByInfoRepresentation';
|
|
5
|
+
import { ListUserPreferenceRepresentation as ListUserPreferenceRepresentation_ListUserPreferenceRepresentation } from './ListUserPreferenceRepresentation';
|
|
6
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
7
|
+
export declare const TTL = 900000;
|
|
8
|
+
export declare const VERSION = "c977d65d153a2b4e888ddd45fb083248";
|
|
9
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
10
|
+
export declare const RepresentationType: string;
|
|
11
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
12
|
+
relatedListId: string;
|
|
13
|
+
parentObjectApiName: string;
|
|
14
|
+
restrictColumnsToLayout: boolean;
|
|
15
|
+
recordTypeId: string | null;
|
|
16
|
+
optionalFields: Array<string>;
|
|
17
|
+
fields: Array<string>;
|
|
18
|
+
}
|
|
19
|
+
export type RelatedListInfoRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
20
|
+
export type PartialRelatedListInfoRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
21
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
22
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): RelatedListInfoRepresentationNormalizedKeyMetadata;
|
|
23
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RelatedListInfoRepresentation): string;
|
|
24
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RelatedListInfoRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
25
|
+
export declare function normalize(input: RelatedListInfoRepresentation, existing: RelatedListInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListInfoRepresentationNormalized;
|
|
26
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
27
|
+
export declare function equals(existing: RelatedListInfoRepresentationNormalized, incoming: RelatedListInfoRepresentationNormalized): boolean;
|
|
28
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
29
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RelatedListInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
30
|
+
/**
|
|
31
|
+
* RelatedListInfoRepresentation
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* relatedListId (string): listReference.relatedListId
|
|
35
|
+
* parentObjectApiName (string): listReference.parentObjectApiName
|
|
36
|
+
* restrictColumnsToLayout (boolean): restrictColumnsToLayout
|
|
37
|
+
* recordTypeId (string | null): listReference.recordTypeId
|
|
38
|
+
* optionalFields (Array<string>): optionalFields
|
|
39
|
+
* fields (Array<string>): fields
|
|
40
|
+
*/
|
|
41
|
+
export interface RelatedListInfoRepresentationNormalized {
|
|
42
|
+
/** Indicates whether the listview can be cloned. */
|
|
43
|
+
cloneable: boolean;
|
|
44
|
+
/** Indicates whether a new listview for this listview's SObject can be created. */
|
|
45
|
+
createable: boolean;
|
|
46
|
+
/** Indicates whether the listview can be deleted. */
|
|
47
|
+
deletable: boolean;
|
|
48
|
+
/** All display columns for this list view. */
|
|
49
|
+
displayColumns: Array<RelatedListColumnRepresentation_RelatedListColumnRepresentation>;
|
|
50
|
+
/** ETag like field, readOnly, handy while caching. */
|
|
51
|
+
eTag: string;
|
|
52
|
+
/** The API name of the field in the child entity that links to the parent entity. */
|
|
53
|
+
fieldApiName: string;
|
|
54
|
+
/** The list of fields requested when this metadata was fetched. */
|
|
55
|
+
fields: Array<string>;
|
|
56
|
+
/** This is the filter logic such as "(1 OR 2) and 3". Indexes are 1-based. */
|
|
57
|
+
filterLogicString: string;
|
|
58
|
+
/** The value to determine quickFilter support on layout based RelatedLists */
|
|
59
|
+
filterable: boolean;
|
|
60
|
+
/** Describes how the list view is filtered. */
|
|
61
|
+
filteredByInfo: Array<ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
|
|
62
|
+
/** The list view's display label. E.g. "All Accounts". */
|
|
63
|
+
label: string;
|
|
64
|
+
listReference: RelatedListReferenceRepresentation_RelatedListReferenceRepresentation;
|
|
65
|
+
/** The API name of any objects that are returned by this relatedList. */
|
|
66
|
+
objectApiNames: Array<string>;
|
|
67
|
+
/** The list of optional fields requested when this metadata was fetched. */
|
|
68
|
+
optionalFields: Array<string>;
|
|
69
|
+
/** Describes how records are ordered in this list view. */
|
|
70
|
+
orderedByInfo: Array<ListOrderByInfoRepresentation_ListOrderByInfoRepresentation>;
|
|
71
|
+
/** The value for getRestrictColumnsToLayout requested when this metadata was fetched. */
|
|
72
|
+
restrictColumnsToLayout: boolean;
|
|
73
|
+
/** Indicates whether the listview can be updated. */
|
|
74
|
+
updateable: boolean;
|
|
75
|
+
/** All user preferences for this list view. */
|
|
76
|
+
userPreferences: ListUserPreferenceRepresentation_ListUserPreferenceRepresentation;
|
|
77
|
+
/** The list view's visibility. */
|
|
78
|
+
visibility: string;
|
|
79
|
+
/** Indicates whether the visibility of the listview can be edited. */
|
|
80
|
+
visibilityEditable: boolean;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* RelatedListInfoRepresentation
|
|
84
|
+
*
|
|
85
|
+
* Keys:
|
|
86
|
+
* relatedListId (string): listReference.relatedListId
|
|
87
|
+
* parentObjectApiName (string): listReference.parentObjectApiName
|
|
88
|
+
* restrictColumnsToLayout (boolean): restrictColumnsToLayout
|
|
89
|
+
* recordTypeId (string | null): listReference.recordTypeId
|
|
90
|
+
* optionalFields (Array<string>): optionalFields
|
|
91
|
+
* fields (Array<string>): fields
|
|
92
|
+
*/
|
|
93
|
+
export interface RelatedListInfoRepresentation {
|
|
94
|
+
cloneable: boolean;
|
|
95
|
+
createable: boolean;
|
|
96
|
+
deletable: boolean;
|
|
97
|
+
displayColumns: Array<RelatedListColumnRepresentation_RelatedListColumnRepresentation>;
|
|
98
|
+
eTag: string;
|
|
99
|
+
fieldApiName: string;
|
|
100
|
+
fields: Array<string>;
|
|
101
|
+
filterLogicString: string;
|
|
102
|
+
filterable: boolean;
|
|
103
|
+
filteredByInfo: Array<ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
|
|
104
|
+
label: string;
|
|
105
|
+
listReference: RelatedListReferenceRepresentation_RelatedListReferenceRepresentation;
|
|
106
|
+
objectApiNames: Array<string>;
|
|
107
|
+
optionalFields: Array<string>;
|
|
108
|
+
orderedByInfo: Array<ListOrderByInfoRepresentation_ListOrderByInfoRepresentation>;
|
|
109
|
+
restrictColumnsToLayout: boolean;
|
|
110
|
+
updateable: boolean;
|
|
111
|
+
userPreferences: ListUserPreferenceRepresentation_ListUserPreferenceRepresentation;
|
|
112
|
+
visibility: string;
|
|
113
|
+
visibilityEditable: boolean;
|
|
114
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RelatedListPreferencesBatchRepresentation.d.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { SimpleRelatedListPreferencesResultRepresentation as SimpleRelatedListPreferencesResultRepresentation_SimpleRelatedListPreferencesResultRepresentation } from './SimpleRelatedListPreferencesResultRepresentation';
|
|
3
|
+
export declare const VERSION = "6797c30bb014ae6d305482ece7a18bc3";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: RelatedListPreferencesBatchRepresentation, existing: RelatedListPreferencesBatchRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListPreferencesBatchRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
results: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: RelatedListPreferencesBatchRepresentation, existing: RelatedListPreferencesBatchRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => RelatedListPreferencesBatchRepresentationNormalized;
|
|
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: RelatedListPreferencesBatchRepresentationNormalized, incoming: RelatedListPreferencesBatchRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RelatedListPreferencesBatchRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* RelatedListPreferencesBatchRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface RelatedListPreferencesBatchRepresentationNormalized {
|
|
27
|
+
/** Collection of batch result items. One for each request input. */
|
|
28
|
+
results: Array<$64$luvio_engine_StoreLink>;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* RelatedListPreferencesBatchRepresentation
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface RelatedListPreferencesBatchRepresentation {
|
|
37
|
+
results: Array<SimpleRelatedListPreferencesResultRepresentation_SimpleRelatedListPreferencesResultRepresentation>;
|
|
38
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RelatedListRecordCollectionBatchRepresentation.d.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { CompositeRelatedListRecordCollectionResultRepresentation as CompositeRelatedListRecordCollectionResultRepresentation_CompositeRelatedListRecordCollectionResultRepresentation } from './CompositeRelatedListRecordCollectionResultRepresentation';
|
|
3
|
+
export declare const VERSION = "0aab13978fc7007730c97f7b8ab6056b";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: RelatedListRecordCollectionBatchRepresentation, existing: RelatedListRecordCollectionBatchRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListRecordCollectionBatchRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
results: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: RelatedListRecordCollectionBatchRepresentation, existing: RelatedListRecordCollectionBatchRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => RelatedListRecordCollectionBatchRepresentationNormalized;
|
|
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: RelatedListRecordCollectionBatchRepresentationNormalized, incoming: RelatedListRecordCollectionBatchRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RelatedListRecordCollectionBatchRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* RelatedListRecordCollectionBatchRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface RelatedListRecordCollectionBatchRepresentationNormalized {
|
|
27
|
+
/** Collection of batch result items. One for each request input. */
|
|
28
|
+
results: Array<$64$luvio_engine_StoreLink>;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* RelatedListRecordCollectionBatchRepresentation
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface RelatedListRecordCollectionBatchRepresentation {
|
|
37
|
+
results: Array<CompositeRelatedListRecordCollectionResultRepresentation_CompositeRelatedListRecordCollectionResultRepresentation>;
|
|
38
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RelatedListRecordCollectionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { RelatedListReferenceRepresentation as RelatedListReferenceRepresentation_RelatedListReferenceRepresentation } from './RelatedListReferenceRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, ReaderFragment as $64$luvio_engine_ReaderFragment, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
import { PaginationParams as pagination_syntheticCursor_PaginationParams } from '../pagination/syntheticCursor';
|
|
4
|
+
import { RecordRepresentation as RecordRepresentation_RecordRepresentation } from './RecordRepresentation';
|
|
5
|
+
export declare const TTL = 30000;
|
|
6
|
+
export declare const VERSION = "ecedd058ac9cfc9b51de0f2c00276ce8";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
10
|
+
sortBy: Array<string>;
|
|
11
|
+
parentRecordId: string | null;
|
|
12
|
+
relatedListId: string;
|
|
13
|
+
where: string | null;
|
|
14
|
+
}
|
|
15
|
+
export type RelatedListRecordCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export type PartialRelatedListRecordCollectionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
18
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): RelatedListRecordCollectionRepresentationNormalizedKeyMetadata;
|
|
19
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RelatedListRecordCollectionRepresentation): string;
|
|
20
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RelatedListRecordCollectionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
21
|
+
export declare function paginationKeyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
22
|
+
export declare function paginationKeyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): $64$luvio_engine_NormalizedKeyMetadata;
|
|
23
|
+
export declare function normalize(input: RelatedListRecordCollectionRepresentation, existing: RelatedListRecordCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListRecordCollectionRepresentationNormalized;
|
|
24
|
+
export interface DynamicIngestParams {
|
|
25
|
+
records: $64$luvio_engine_ResourceIngest;
|
|
26
|
+
}
|
|
27
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: RelatedListRecordCollectionRepresentation, existing: RelatedListRecordCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => RelatedListRecordCollectionRepresentationNormalized;
|
|
28
|
+
export declare const select: (paginationParams?: pagination_syntheticCursor_PaginationParams) => $64$luvio_engine_ReaderFragment;
|
|
29
|
+
export interface DynamicSelectParams {
|
|
30
|
+
records?: $64$luvio_engine_LinkSelection;
|
|
31
|
+
}
|
|
32
|
+
export declare const dynamicSelect: (params: DynamicSelectParams, paginationParams?: pagination_syntheticCursor_PaginationParams) => $64$luvio_engine_ReaderFragment;
|
|
33
|
+
export declare function equals(existing: RelatedListRecordCollectionRepresentationNormalized, incoming: RelatedListRecordCollectionRepresentationNormalized): boolean;
|
|
34
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
35
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RelatedListRecordCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
36
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
37
|
+
/**
|
|
38
|
+
* RelatedListRecordCollectionRepresentation
|
|
39
|
+
*
|
|
40
|
+
* Keys:
|
|
41
|
+
* sortBy (Array<string>): sortBy
|
|
42
|
+
* parentRecordId (string | null): listReference.inContextOfRecordId
|
|
43
|
+
* relatedListId (string): listReference.relatedListId
|
|
44
|
+
* where (string | null): where
|
|
45
|
+
*/
|
|
46
|
+
export interface RelatedListRecordCollectionRepresentationNormalized {
|
|
47
|
+
/** A map of column API name to column label. */
|
|
48
|
+
columnLabels?: unknown;
|
|
49
|
+
/** The total count of records returned. */
|
|
50
|
+
count: number;
|
|
51
|
+
/** The token for the current page of records. */
|
|
52
|
+
currentPageToken: string;
|
|
53
|
+
/** The URL of the current page of records. */
|
|
54
|
+
currentPageUrl: string | null;
|
|
55
|
+
/** The list of fields requested when these records were fetched. */
|
|
56
|
+
fields: Array<string>;
|
|
57
|
+
/** RelatedListInfo ETag. */
|
|
58
|
+
listInfoETag: string | null;
|
|
59
|
+
listReference: RelatedListReferenceRepresentation_RelatedListReferenceRepresentation;
|
|
60
|
+
/** The token for the next page of records. */
|
|
61
|
+
nextPageToken: string | null;
|
|
62
|
+
/** The URL of the next page of records */
|
|
63
|
+
nextPageUrl: string | null;
|
|
64
|
+
/** The list of optional fields requested when these records were fetched. */
|
|
65
|
+
optionalFields: Array<string>;
|
|
66
|
+
/** The page size requested when these records were fetched. The default value is 50. */
|
|
67
|
+
pageSize: number;
|
|
68
|
+
/** The token for the previous page of records. */
|
|
69
|
+
previousPageToken: string | null;
|
|
70
|
+
/** The URL of the previous page of records. */
|
|
71
|
+
previousPageUrl: string | null;
|
|
72
|
+
/** Related list data. */
|
|
73
|
+
records: Array<$64$luvio_engine_StoreLink>;
|
|
74
|
+
/** The sortBy field requested when these records were fetched. */
|
|
75
|
+
sortBy: Array<string>;
|
|
76
|
+
/** The where condition requested when these records were fetched. */
|
|
77
|
+
where: string | null;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* RelatedListRecordCollectionRepresentation
|
|
81
|
+
*
|
|
82
|
+
* Keys:
|
|
83
|
+
* sortBy (Array<string>): sortBy
|
|
84
|
+
* parentRecordId (string | null): listReference.inContextOfRecordId
|
|
85
|
+
* relatedListId (string): listReference.relatedListId
|
|
86
|
+
* where (string | null): where
|
|
87
|
+
*/
|
|
88
|
+
export interface RelatedListRecordCollectionRepresentation {
|
|
89
|
+
columnLabels?: unknown;
|
|
90
|
+
count: number;
|
|
91
|
+
currentPageToken: string;
|
|
92
|
+
currentPageUrl: string | null;
|
|
93
|
+
fields: Array<string>;
|
|
94
|
+
listInfoETag: string | null;
|
|
95
|
+
listReference: RelatedListReferenceRepresentation_RelatedListReferenceRepresentation;
|
|
96
|
+
nextPageToken: string | null;
|
|
97
|
+
nextPageUrl: string | null;
|
|
98
|
+
optionalFields: Array<string>;
|
|
99
|
+
pageSize: number;
|
|
100
|
+
previousPageToken: string | null;
|
|
101
|
+
previousPageUrl: string | null;
|
|
102
|
+
records: Array<RecordRepresentation_RecordRepresentation>;
|
|
103
|
+
sortBy: Array<string>;
|
|
104
|
+
where: string | null;
|
|
105
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RelatedListRecordCountCollectionRepresentation.d.ts
ADDED
|
@@ -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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { RelatedListRecordCountRepresentation as RelatedListRecordCountRepresentation_RelatedListRecordCountRepresentation } from './RelatedListRecordCountRepresentation';
|
|
3
|
+
export declare const VERSION = "2e26a4ab0dedd9d0f3083aaba9bd2efc";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: RelatedListRecordCountCollectionRepresentation, existing: RelatedListRecordCountCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListRecordCountCollectionRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
results: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: RelatedListRecordCountCollectionRepresentation, existing: RelatedListRecordCountCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => RelatedListRecordCountCollectionRepresentationNormalized;
|
|
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: RelatedListRecordCountCollectionRepresentationNormalized, incoming: RelatedListRecordCountCollectionRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RelatedListRecordCountCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* RelatedListRecordCountCollectionRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface RelatedListRecordCountCollectionRepresentationNormalized {
|
|
27
|
+
/** ETag like field, readOnly, handy while caching. */
|
|
28
|
+
eTag: string;
|
|
29
|
+
/** The parent record id requested by the caller. */
|
|
30
|
+
parentRecordId: string;
|
|
31
|
+
/** The related list names requested by the caller. */
|
|
32
|
+
relatedListNames: string;
|
|
33
|
+
/** Collection of batch result items. One for each request input. */
|
|
34
|
+
results: Array<$64$luvio_engine_StoreLink>;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* RelatedListRecordCountCollectionRepresentation
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface RelatedListRecordCountCollectionRepresentation {
|
|
43
|
+
eTag: string;
|
|
44
|
+
parentRecordId: string;
|
|
45
|
+
relatedListNames: string;
|
|
46
|
+
results: Array<RelatedListRecordCountRepresentation_RelatedListRecordCountRepresentation>;
|
|
47
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { RelatedListReferenceRepresentation as RelatedListReferenceRepresentation_RelatedListReferenceRepresentation } from './RelatedListReferenceRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "836b875b519813e7499efc62f0f1d04b";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
parentRecordId: string | null;
|
|
8
|
+
relatedListId: string;
|
|
9
|
+
}
|
|
10
|
+
export type RelatedListRecordCountRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialRelatedListRecordCountRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): RelatedListRecordCountRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RelatedListRecordCountRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RelatedListRecordCountRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: RelatedListRecordCountRepresentation, existing: RelatedListRecordCountRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListRecordCountRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: RelatedListRecordCountRepresentationNormalized, incoming: RelatedListRecordCountRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RelatedListRecordCountRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* RelatedListRecordCountRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* parentRecordId (string | null): listReference.inContextOfRecordId
|
|
26
|
+
* relatedListId (string): listReference.relatedListId
|
|
27
|
+
*/
|
|
28
|
+
export interface RelatedListRecordCountRepresentationNormalized {
|
|
29
|
+
/** How many items are in the given list. */
|
|
30
|
+
count: number | null;
|
|
31
|
+
/** ETag like field, readOnly, handy while caching. */
|
|
32
|
+
eTag: string;
|
|
33
|
+
/** Are there more items than the provided count in the given list. */
|
|
34
|
+
hasMore: boolean;
|
|
35
|
+
listReference: RelatedListReferenceRepresentation_RelatedListReferenceRepresentation;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* RelatedListRecordCountRepresentation
|
|
39
|
+
*
|
|
40
|
+
* Keys:
|
|
41
|
+
* parentRecordId (string | null): listReference.inContextOfRecordId
|
|
42
|
+
* relatedListId (string): listReference.relatedListId
|
|
43
|
+
*/
|
|
44
|
+
export interface RelatedListRecordCountRepresentation {
|
|
45
|
+
count: number | null;
|
|
46
|
+
eTag: string;
|
|
47
|
+
hasMore: boolean;
|
|
48
|
+
listReference: RelatedListReferenceRepresentation_RelatedListReferenceRepresentation;
|
|
49
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RelatedListRecordsBatchInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { RelatedListRecordsSingleBatchInputRepresentation as RelatedListRecordsSingleBatchInputRepresentation_RelatedListRecordsSingleBatchInputRepresentation } from './RelatedListRecordsSingleBatchInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "70f657d2f133a37bd62419111ffe5586";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: RelatedListRecordsBatchInputRepresentation, existing: RelatedListRecordsBatchInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListRecordsBatchInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: RelatedListRecordsBatchInputRepresentationNormalized, incoming: RelatedListRecordsBatchInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RelatedListRecordsBatchInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Query (using POST) for records in multiple related lists.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface RelatedListRecordsBatchInputRepresentationNormalized {
|
|
18
|
+
/** Parameters for each of the related lists in this batch request. */
|
|
19
|
+
relatedListParameters: Array<RelatedListRecordsSingleBatchInputRepresentation_RelatedListRecordsSingleBatchInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Query (using POST) for records in multiple related lists.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface RelatedListRecordsBatchInputRepresentation {
|
|
28
|
+
relatedListParameters: Array<RelatedListRecordsSingleBatchInputRepresentation_RelatedListRecordsSingleBatchInputRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "42875a6869d6a0cd8ef21f16e6c6d9f4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RelatedListRecordsInputRepresentation, existing: RelatedListRecordsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListRecordsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RelatedListRecordsInputRepresentationNormalized, incoming: RelatedListRecordsInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RelatedListRecordsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Query (using POST) for records in a related list.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RelatedListRecordsInputRepresentationNormalized {
|
|
17
|
+
/** Additional fields queried for the records returned. If the field is not available to the user, an error occurs. */
|
|
18
|
+
fields?: Array<string>;
|
|
19
|
+
/** Flag to include includeColumnLabels for ease of localization. */
|
|
20
|
+
includeColumnLabels?: boolean;
|
|
21
|
+
/** Additional fields queried for the records returned. If the field is not available to the user, no error occurs and the field isn’t included in the records. */
|
|
22
|
+
optionalFields?: Array<string>;
|
|
23
|
+
/** The number of list records viewed at one time. The default value is 50. Value can be 1–2000. */
|
|
24
|
+
pageSize?: number;
|
|
25
|
+
/** A token from a previous query that indicates the record where this query should begin. */
|
|
26
|
+
pageToken?: string;
|
|
27
|
+
/** The API name of the field the list view is sorted by. If the name is preceded with -, the sort order is descending. */
|
|
28
|
+
sortBy?: Array<string>;
|
|
29
|
+
/** Filter the records returned. The value is in GraphQL syntax. */
|
|
30
|
+
where?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Query (using POST) for records in a related list.
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface RelatedListRecordsInputRepresentation {
|
|
39
|
+
fields?: Array<string>;
|
|
40
|
+
includeColumnLabels?: boolean;
|
|
41
|
+
optionalFields?: Array<string>;
|
|
42
|
+
pageSize?: number;
|
|
43
|
+
pageToken?: string;
|
|
44
|
+
sortBy?: Array<string>;
|
|
45
|
+
where?: string;
|
|
46
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "95b1f456aeb29e9be11ee2da32bb5e71";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RelatedListRecordsSingleBatchInputRepresentation, existing: RelatedListRecordsSingleBatchInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListRecordsSingleBatchInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RelatedListRecordsSingleBatchInputRepresentationNormalized, incoming: RelatedListRecordsSingleBatchInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RelatedListRecordsSingleBatchInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Query (using POST) for records in multiple related lists.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RelatedListRecordsSingleBatchInputRepresentationNormalized {
|
|
17
|
+
/** Additional fields queried for the records returned. If the field is not available to the user, an error occurs. */
|
|
18
|
+
fields?: Array<string>;
|
|
19
|
+
/** Additional fields queried for the records returned. If the field is not available to the user, no error occurs and the field isn’t included in the records. */
|
|
20
|
+
optionalFields?: Array<string>;
|
|
21
|
+
/** The number of list records viewed at one time. The default value is 50. Value can be 1–2000. */
|
|
22
|
+
pageSize?: number;
|
|
23
|
+
/** The identifier for this related list. */
|
|
24
|
+
relatedListId: string;
|
|
25
|
+
/** The API name of the field the related list is sorted by. If the name is preceded with -, the sort order is descending. */
|
|
26
|
+
sortBy?: Array<string>;
|
|
27
|
+
/** Filter the records returned. The value is in GraphQL syntax. */
|
|
28
|
+
where?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Query (using POST) for records in multiple related lists.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface RelatedListRecordsSingleBatchInputRepresentation {
|
|
37
|
+
fields?: Array<string>;
|
|
38
|
+
optionalFields?: Array<string>;
|
|
39
|
+
pageSize?: number;
|
|
40
|
+
relatedListId: string;
|
|
41
|
+
sortBy?: Array<string>;
|
|
42
|
+
where?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RelatedListReferenceRepresentation, existing: RelatedListReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListReferenceRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RelatedListReferenceRepresentationNormalized, incoming: RelatedListReferenceRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RelatedListReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* RelatedListReferenceRepresentation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RelatedListReferenceRepresentationNormalized {
|
|
17
|
+
/** List view id. */
|
|
18
|
+
id: string | null;
|
|
19
|
+
/** The parent record for a related list. */
|
|
20
|
+
inContextOfRecordId: string | null;
|
|
21
|
+
/** The list view or related list api name. E.g. "AllAccounts" for a listview or "Contacts" for a related list. */
|
|
22
|
+
listViewApiName: string | null;
|
|
23
|
+
/** Entity API name for list view. */
|
|
24
|
+
objectApiName: string | null;
|
|
25
|
+
/** The object API name for the parent of a related list. */
|
|
26
|
+
parentObjectApiName: string;
|
|
27
|
+
/** The record type id for the parent of a related list. */
|
|
28
|
+
recordTypeId: string | null;
|
|
29
|
+
/** The id of the related list. */
|
|
30
|
+
relatedListId: string;
|
|
31
|
+
/** Type of the list view. */
|
|
32
|
+
type: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* RelatedListReferenceRepresentation
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface RelatedListReferenceRepresentation {
|
|
41
|
+
id: string | null;
|
|
42
|
+
inContextOfRecordId: string | null;
|
|
43
|
+
listViewApiName: string | null;
|
|
44
|
+
objectApiName: string | null;
|
|
45
|
+
parentObjectApiName: string;
|
|
46
|
+
recordTypeId: string | null;
|
|
47
|
+
relatedListId: string;
|
|
48
|
+
type: string;
|
|
49
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RelatedListSummaryInfoCollectionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { RelatedListSummaryInfoRepresentation as RelatedListSummaryInfoRepresentation_RelatedListSummaryInfoRepresentation } from './RelatedListSummaryInfoRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
parentObjectApiName: string;
|
|
8
|
+
recordTypeId: string | null;
|
|
9
|
+
}
|
|
10
|
+
export type RelatedListSummaryInfoCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialRelatedListSummaryInfoCollectionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): RelatedListSummaryInfoCollectionRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RelatedListSummaryInfoCollectionRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RelatedListSummaryInfoCollectionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: RelatedListSummaryInfoCollectionRepresentation, existing: RelatedListSummaryInfoCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListSummaryInfoCollectionRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
+
export declare function equals(existing: RelatedListSummaryInfoCollectionRepresentationNormalized, incoming: RelatedListSummaryInfoCollectionRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RelatedListSummaryInfoCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Information about a collection of related lists that all have the same parent type.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* parentObjectApiName (string): parentObjectApiName
|
|
26
|
+
* recordTypeId (string | null): parentRecordTypeId
|
|
27
|
+
*/
|
|
28
|
+
export interface RelatedListSummaryInfoCollectionRepresentationNormalized {
|
|
29
|
+
/** ETag like field, readOnly, handy while caching. */
|
|
30
|
+
eTag: string;
|
|
31
|
+
/** The API name of the parent object. */
|
|
32
|
+
parentObjectApiName: string;
|
|
33
|
+
/** The record type id of the parent. */
|
|
34
|
+
parentRecordTypeId: string | null;
|
|
35
|
+
/** Summary information about the related lists. */
|
|
36
|
+
relatedLists: Array<RelatedListSummaryInfoRepresentation_RelatedListSummaryInfoRepresentation>;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Information about a collection of related lists that all have the same parent type.
|
|
40
|
+
*
|
|
41
|
+
* Keys:
|
|
42
|
+
* parentObjectApiName (string): parentObjectApiName
|
|
43
|
+
* recordTypeId (string | null): parentRecordTypeId
|
|
44
|
+
*/
|
|
45
|
+
export interface RelatedListSummaryInfoCollectionRepresentation {
|
|
46
|
+
eTag: string;
|
|
47
|
+
parentObjectApiName: string;
|
|
48
|
+
parentRecordTypeId: string | null;
|
|
49
|
+
relatedLists: Array<RelatedListSummaryInfoRepresentation_RelatedListSummaryInfoRepresentation>;
|
|
50
|
+
}
|