@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/v59.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
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
@@ -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/v59.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-nimbus",
3
- "version": "1.231.0",
3
+ "version": "1.233.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",