@salesforce/lds-network-nimbus 1.231.0 → 1.233.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js
CHANGED
|
@@ -712,7 +712,7 @@ function mergePageUrls(first, second) {
|
|
|
712
712
|
/**
|
|
713
713
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
714
714
|
* the paging url is like
|
|
715
|
-
* /services/data/
|
|
715
|
+
* /services/data/v60.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
716
716
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
717
717
|
* @param path1 url path and query parmeter without domain
|
|
718
718
|
* @param path2 url path and query parmeter without domain
|
package/dist/types/network/record-field-batching/makeNetworkChunkFieldsGetRelatedListRecords.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare function makeNetworkChunkFieldsGetRelatedListRecords(networkAdapt
|
|
|
12
12
|
/**
|
|
13
13
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
14
14
|
* the paging url is like
|
|
15
|
-
* /services/data/
|
|
15
|
+
* /services/data/v60.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
16
16
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
17
17
|
* @param path1 url path and query parmeter without domain
|
|
18
18
|
* @param path2 url path and query parmeter without domain
|
package/package.json
CHANGED