@salesforce/lds-runtime-mobile 1.134.4 → 1.134.5
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
|
@@ -39,7 +39,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
|
|
|
39
39
|
const { isArray: isArray$6 } = Array;
|
|
40
40
|
const { entries: entries$3, keys: keys$6 } = Object;
|
|
41
41
|
|
|
42
|
-
const UI_API_BASE_URI = '/services/data/
|
|
42
|
+
const UI_API_BASE_URI = '/services/data/v59.0/ui-api';
|
|
43
43
|
|
|
44
44
|
let instrumentation = {
|
|
45
45
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -13864,7 +13864,7 @@ function mergePageUrls(first, second) {
|
|
|
13864
13864
|
/**
|
|
13865
13865
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
13866
13866
|
* the paging url is like
|
|
13867
|
-
* /services/data/
|
|
13867
|
+
* /services/data/v59.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
13868
13868
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
13869
13869
|
* @param path1 url path and query parmeter without domain
|
|
13870
13870
|
* @param path2 url path and query parmeter without domain
|
|
@@ -15483,7 +15483,7 @@ function instrumentPrimingSession(session) {
|
|
|
15483
15483
|
// so eslint doesn't complain about nimbus
|
|
15484
15484
|
/* global __nimbus */
|
|
15485
15485
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
15486
|
-
const apiVersion = `
|
|
15486
|
+
const apiVersion = `v59.0`;
|
|
15487
15487
|
class NimbusPrimingNetworkAdapter {
|
|
15488
15488
|
postGraphQL(query, variables, abortController) {
|
|
15489
15489
|
return new Promise((resolve, reject) => {
|
|
@@ -15745,4 +15745,4 @@ register({
|
|
|
15745
15745
|
});
|
|
15746
15746
|
|
|
15747
15747
|
export { getRuntime, registerReportObserver, reportGraphqlQueryParseError };
|
|
15748
|
-
// version: 1.134.
|
|
15748
|
+
// version: 1.134.5-4b28c4f16
|
package/package.json
CHANGED
package/sfdc/main.js
CHANGED
|
@@ -39,7 +39,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
|
|
|
39
39
|
const { isArray: isArray$6 } = Array;
|
|
40
40
|
const { entries: entries$3, keys: keys$6 } = Object;
|
|
41
41
|
|
|
42
|
-
const UI_API_BASE_URI = '/services/data/
|
|
42
|
+
const UI_API_BASE_URI = '/services/data/v59.0/ui-api';
|
|
43
43
|
|
|
44
44
|
let instrumentation = {
|
|
45
45
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -13864,7 +13864,7 @@ function mergePageUrls(first, second) {
|
|
|
13864
13864
|
/**
|
|
13865
13865
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
13866
13866
|
* the paging url is like
|
|
13867
|
-
* /services/data/
|
|
13867
|
+
* /services/data/v59.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
13868
13868
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
13869
13869
|
* @param path1 url path and query parmeter without domain
|
|
13870
13870
|
* @param path2 url path and query parmeter without domain
|
|
@@ -15483,7 +15483,7 @@ function instrumentPrimingSession(session) {
|
|
|
15483
15483
|
// so eslint doesn't complain about nimbus
|
|
15484
15484
|
/* global __nimbus */
|
|
15485
15485
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
15486
|
-
const apiVersion = `
|
|
15486
|
+
const apiVersion = `v59.0`;
|
|
15487
15487
|
class NimbusPrimingNetworkAdapter {
|
|
15488
15488
|
postGraphQL(query, variables, abortController) {
|
|
15489
15489
|
return new Promise((resolve, reject) => {
|
|
@@ -15745,4 +15745,4 @@ register({
|
|
|
15745
15745
|
});
|
|
15746
15746
|
|
|
15747
15747
|
export { getRuntime, registerReportObserver, reportGraphqlQueryParseError };
|
|
15748
|
-
// version: 1.134.
|
|
15748
|
+
// version: 1.134.5-4b28c4f16
|