@salesforce/lds-network-nimbus 1.134.4 → 1.134.6
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
|
@@ -687,7 +687,7 @@ function mergePageUrls(first, second) {
|
|
|
687
687
|
/**
|
|
688
688
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
689
689
|
* the paging url is like
|
|
690
|
-
* /services/data/
|
|
690
|
+
* /services/data/v59.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
691
691
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
692
692
|
* @param path1 url path and query parmeter without domain
|
|
693
693
|
* @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/v59.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