@salesforce/lds-adapters-uiapi 1.431.0 → 1.433.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,6 +36,7 @@ export type { RecordFieldTrie } from './util/records';
36
36
  export type { RecordRepresentation } from './generated/types/RecordRepresentation';
37
37
  export { RecordRepresentationNormalized, keyBuilder as keyBuilderRecord, KeyParams as KeyParamsRecord, RepresentationType as RecordRepresentationRepresentationType, VERSION as RecordRepresentationVersion, TTL as RecordRepresentationTTL, RepresentationType as RecordRepresentationType, } from './generated/types/RecordRepresentation';
38
38
  export { ingest as ingestRecord, createIngestRecordWithFields, } from './raml-artifacts/types/RecordRepresentation/ingest';
39
+ export { ingestSuccess as ingestRecordSuccess } from './wire/getRecord/GetRecordFields';
39
40
  export { getTypeCacheKeys as getTypeCacheKeysRecord } from './raml-artifacts/types/RecordRepresentation/getTypeCacheKeys';
40
41
  export { ObjectInfoRepresentation, keyBuilder as keyBuilderObjectInfo, ingest as ingestObjectInfo, RepresentationType as ObjectInfoRepresentationType, } from './generated/types/ObjectInfoRepresentation';
41
42
  export { ObjectInfoDirectoryRepresentation, RepresentationType as ObjectInfoDirectoryEntryRepresentationType, } from './generated/types/ObjectInfoDirectoryRepresentation';