@salesforce/lds-runtime-mobile 1.230.0 → 1.232.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 +4 -4
- package/package.json +1 -1
- package/sfdc/main.js +4 -4
package/dist/main.js
CHANGED
|
@@ -45,7 +45,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
|
|
|
45
45
|
const { isArray: isArray$5 } = Array;
|
|
46
46
|
const { entries: entries$4, keys: keys$8 } = Object;
|
|
47
47
|
|
|
48
|
-
const UI_API_BASE_URI = '/services/data/
|
|
48
|
+
const UI_API_BASE_URI = '/services/data/v60.0/ui-api';
|
|
49
49
|
|
|
50
50
|
let instrumentation = {
|
|
51
51
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -14250,7 +14250,7 @@ function mergePageUrls(first, second) {
|
|
|
14250
14250
|
/**
|
|
14251
14251
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
14252
14252
|
* the paging url is like
|
|
14253
|
-
* /services/data/
|
|
14253
|
+
* /services/data/v60.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
14254
14254
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
14255
14255
|
* @param path1 url path and query parmeter without domain
|
|
14256
14256
|
* @param path2 url path and query parmeter without domain
|
|
@@ -16332,7 +16332,7 @@ function instrumentPrimingSession(session) {
|
|
|
16332
16332
|
// so eslint doesn't complain about nimbus
|
|
16333
16333
|
/* global __nimbus */
|
|
16334
16334
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
16335
|
-
const apiVersion = `
|
|
16335
|
+
const apiVersion = `v60.0`;
|
|
16336
16336
|
const batchEndPointPath = `/services/data/${apiVersion}/graphql/batch`;
|
|
16337
16337
|
const endPointPath = `/services/data/${apiVersion}/graphql`;
|
|
16338
16338
|
class NimbusPrimingNetworkAdapter {
|
|
@@ -16731,4 +16731,4 @@ register({
|
|
|
16731
16731
|
});
|
|
16732
16732
|
|
|
16733
16733
|
export { getRuntime, registerReportObserver, reportGraphqlQueryParseError };
|
|
16734
|
-
// version: 1.
|
|
16734
|
+
// version: 1.232.0-968cf099f
|
package/package.json
CHANGED
package/sfdc/main.js
CHANGED
|
@@ -45,7 +45,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
|
|
|
45
45
|
const { isArray: isArray$5 } = Array;
|
|
46
46
|
const { entries: entries$4, keys: keys$8 } = Object;
|
|
47
47
|
|
|
48
|
-
const UI_API_BASE_URI = '/services/data/
|
|
48
|
+
const UI_API_BASE_URI = '/services/data/v60.0/ui-api';
|
|
49
49
|
|
|
50
50
|
let instrumentation = {
|
|
51
51
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -14250,7 +14250,7 @@ function mergePageUrls(first, second) {
|
|
|
14250
14250
|
/**
|
|
14251
14251
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
14252
14252
|
* the paging url is like
|
|
14253
|
-
* /services/data/
|
|
14253
|
+
* /services/data/v60.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
14254
14254
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
14255
14255
|
* @param path1 url path and query parmeter without domain
|
|
14256
14256
|
* @param path2 url path and query parmeter without domain
|
|
@@ -16332,7 +16332,7 @@ function instrumentPrimingSession(session) {
|
|
|
16332
16332
|
// so eslint doesn't complain about nimbus
|
|
16333
16333
|
/* global __nimbus */
|
|
16334
16334
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
16335
|
-
const apiVersion = `
|
|
16335
|
+
const apiVersion = `v60.0`;
|
|
16336
16336
|
const batchEndPointPath = `/services/data/${apiVersion}/graphql/batch`;
|
|
16337
16337
|
const endPointPath = `/services/data/${apiVersion}/graphql`;
|
|
16338
16338
|
class NimbusPrimingNetworkAdapter {
|
|
@@ -16731,4 +16731,4 @@ register({
|
|
|
16731
16731
|
});
|
|
16732
16732
|
|
|
16733
16733
|
export { getRuntime, registerReportObserver, reportGraphqlQueryParseError };
|
|
16734
|
-
// version: 1.
|
|
16734
|
+
// version: 1.232.0-968cf099f
|