@salesforce/lds-adapters-platform-mobilepublisher 1.384.0 → 1.385.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.
@@ -175,7 +175,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
175
175
  function createResourceRequest(config) {
176
176
  const headers = {};
177
177
  return {
178
- baseUri: '/services/data/v65.0',
178
+ baseUri: '/services/data/v66.0',
179
179
  basePath: '/connect/mobilepublisher/container/onetimeloginurl',
180
180
  method: 'get',
181
181
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-mobilepublisher",
3
- "version": "1.384.0",
3
+ "version": "1.385.0",
4
4
  "description": "Mobile Publisher API Family",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/platform-mobilepublisher.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.384.0"
43
+ "@salesforce/lds-bindings": "^1.385.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.384.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.385.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -185,7 +185,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
185
185
  function createResourceRequest(config) {
186
186
  const headers = {};
187
187
  return {
188
- baseUri: '/services/data/v65.0',
188
+ baseUri: '/services/data/v66.0',
189
189
  basePath: '/connect/mobilepublisher/container/onetimeloginurl',
190
190
  method: 'get',
191
191
  body: null,
@@ -310,4 +310,4 @@ withDefaultLuvio((luvio) => {
310
310
  });
311
311
 
312
312
  export { getMobilePublisherContainerOneTimeLoginUrl, getMobilePublisherContainerOneTimeLoginUrl_imperative };
313
- // version: 1.384.0-835fd13f44
313
+ // version: 1.385.0-c6070cc476
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '65.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0