@salesforce/lds-network-nimbus 1.314.0 → 1.315.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.
@@ -1,5 +1,5 @@
1
1
  import type { NetworkAdapter, FetchResponse } from '@luvio/engine';
2
- import type { RecordRepresentation } from '@salesforce/lds-adapters-uiapi-mobile';
2
+ import type { RecordRepresentation } from '@salesforce/lds-adapters-uiapi';
3
3
  import type { AggregateResponse, InstrumentationSink, UiApiErrorResponse } from './utils';
4
4
  export type GetRecordResult = RecordRepresentation | UiApiErrorResponse;
5
5
  export type GetRecordAggregateResponse = AggregateResponse<GetRecordResult>;
@@ -1,5 +1,5 @@
1
1
  import type { FetchResponse, NetworkAdapter } from '@luvio/engine';
2
- import type { BatchRepresentation } from '@salesforce/lds-adapters-uiapi-mobile';
2
+ import type { BatchRepresentation } from '@salesforce/lds-adapters-uiapi';
3
3
  import type { AggregateResponse, InstrumentationSink } from './utils';
4
4
  export declare const RECORDS_BATCH_ENDPOINT_REGEX: RegExp;
5
5
  export type GetRecordsBatchAggregateResponse = AggregateResponse<BatchRepresentation>;
@@ -1,6 +1,6 @@
1
1
  import type { NetworkAdapter } from '@luvio/engine';
2
2
  import type { AggregateResponse, InstrumentationSink } from './utils';
3
- import type { RelatedListRecordCollectionRepresentation } from '@salesforce/lds-adapters-uiapi-mobile';
3
+ import type { RelatedListRecordCollectionRepresentation } from '@salesforce/lds-adapters-uiapi';
4
4
  export type RelatedListAggregateResponse = AggregateResponse<RelatedListRecordCollectionRepresentation>;
5
5
  /**
6
6
  * Merge the second related list record collection into first one and return it.
@@ -1,6 +1,6 @@
1
1
  import type { FetchResponse, NetworkAdapter } from '@luvio/engine';
2
2
  import type { AggregateResponse, InstrumentationSink } from './utils';
3
- import type { RelatedListRecordCollectionBatchRepresentation } from '@salesforce/lds-adapters-uiapi-mobile';
3
+ import type { RelatedListRecordCollectionBatchRepresentation } from '@salesforce/lds-adapters-uiapi';
4
4
  export type RelatedListBatchAggregateResponse = AggregateResponse<RelatedListRecordCollectionBatchRepresentation>;
5
5
  export type RelatedListBatchResponse = FetchResponse<RelatedListRecordCollectionBatchRepresentation>;
6
6
  export declare function makeNetworkChunkFieldsGetRelatedListRecordsBatch(networkAdapter: NetworkAdapter, instrumentationSink: InstrumentationSink): NetworkAdapter;
@@ -1,6 +1,6 @@
1
1
  import type { ResourceRequest, FetchResponse } from '@luvio/engine';
2
2
  import { HttpStatusCode } from '@luvio/engine';
3
- import type { RecordRepresentation, BatchRepresentation, RelatedListRecordCollectionRepresentation, RelatedListRecordCollectionBatchRepresentation } from '@salesforce/lds-adapters-uiapi-mobile';
3
+ import type { RecordRepresentation, BatchRepresentation, RelatedListRecordCollectionRepresentation, RelatedListRecordCollectionBatchRepresentation } from '@salesforce/lds-adapters-uiapi';
4
4
  import type { GetRecordResult } from './makeNetworkChunkFieldsGetRecord';
5
5
  import { ScopedFieldsCollection } from './ScopedFields';
6
6
  export declare const MAX_STRING_LENGTH_PER_CHUNK = 10000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-nimbus",
3
- "version": "1.314.0",
3
+ "version": "1.315.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "A nimbus-plugin-based implementation of the Luvio NetworkAdapter.",
6
6
  "main": "dist/main.js",
@@ -26,12 +26,12 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@luvio/engine": "0.156.4",
29
- "@salesforce/lds-instrumentation": "^1.314.0",
29
+ "@salesforce/lds-instrumentation": "^1.315.0",
30
30
  "o11y": "250.7.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@salesforce/lds-adapters-uiapi-mobile": "^1.314.0",
34
- "@salesforce/nimbus-plugin-lds": "^1.314.0"
33
+ "@salesforce/lds-adapters-uiapi": "^1.315.0",
34
+ "@salesforce/nimbus-plugin-lds": "^1.315.0"
35
35
  },
36
36
  "luvioBundlesize": [
37
37
  {