@salesforce/lds-adapters-platform-devworkspace 1.412.0 → 1.413.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.
@@ -274,7 +274,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
274
274
  function createResourceRequest$3(config) {
275
275
  const headers = {};
276
276
  return {
277
- baseUri: '/services/data/v66.0',
277
+ baseUri: '/services/data/v67.0',
278
278
  basePath: '/connect/workspaces',
279
279
  method: 'get',
280
280
  body: null,
@@ -409,7 +409,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
409
409
  function createResourceRequest$2(config) {
410
410
  const headers = {};
411
411
  return {
412
- baseUri: '/services/data/v66.0',
412
+ baseUri: '/services/data/v67.0',
413
413
  basePath: '/connect/workspaces/' + config.urlParams.devWorkspaceId + '',
414
414
  method: 'get',
415
415
  body: null,
@@ -691,7 +691,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
691
691
  function createResourceRequest$1(config) {
692
692
  const headers = {};
693
693
  return {
694
- baseUri: '/services/data/v66.0',
694
+ baseUri: '/services/data/v67.0',
695
695
  basePath: '/connect/workspaces/' + config.urlParams.devWorkspaceId + '/metadata',
696
696
  method: 'get',
697
697
  body: null,
@@ -814,7 +814,7 @@ function ingestSuccess(luvio, resourceParams, response) {
814
814
  function createResourceRequest(config) {
815
815
  const headers = {};
816
816
  return {
817
- baseUri: '/services/data/v66.0',
817
+ baseUri: '/services/data/v67.0',
818
818
  basePath: '/connect/workspaces/' + config.urlParams.devWorkspaceId + '/metadata',
819
819
  method: 'patch',
820
820
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-devworkspace",
3
- "version": "1.412.0",
3
+ "version": "1.413.0",
4
4
  "description": "APIs exposed for operation on dev workspaces",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/platform-devworkspace.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.412.0"
43
+ "@salesforce/lds-bindings": "^1.413.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.412.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.413.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -214,7 +214,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
214
214
  function createResourceRequest$3(config) {
215
215
  const headers = {};
216
216
  return {
217
- baseUri: '/services/data/v66.0',
217
+ baseUri: '/services/data/v67.0',
218
218
  basePath: '/connect/workspaces/' + config.urlParams.devWorkspaceId + '',
219
219
  method: 'get',
220
220
  body: null,
@@ -496,7 +496,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
496
496
  function createResourceRequest$2(config) {
497
497
  const headers = {};
498
498
  return {
499
- baseUri: '/services/data/v66.0',
499
+ baseUri: '/services/data/v67.0',
500
500
  basePath: '/connect/workspaces/' + config.urlParams.devWorkspaceId + '/metadata',
501
501
  method: 'get',
502
502
  body: null,
@@ -745,7 +745,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
745
745
  function createResourceRequest$1(config) {
746
746
  const headers = {};
747
747
  return {
748
- baseUri: '/services/data/v66.0',
748
+ baseUri: '/services/data/v67.0',
749
749
  basePath: '/connect/workspaces',
750
750
  method: 'get',
751
751
  body: null,
@@ -865,7 +865,7 @@ function ingestSuccess(luvio, resourceParams, response) {
865
865
  function createResourceRequest(config) {
866
866
  const headers = {};
867
867
  return {
868
- baseUri: '/services/data/v66.0',
868
+ baseUri: '/services/data/v67.0',
869
869
  basePath: '/connect/workspaces/' + config.urlParams.devWorkspaceId + '/metadata',
870
870
  method: 'patch',
871
871
  body: config.body,
@@ -993,4 +993,4 @@ withDefaultLuvio((luvio) => {
993
993
  });
994
994
 
995
995
  export { getDevWorkspaceDetails, getDevWorkspaceDetails_imperative, getDevWorkspaceMetadata, getDevWorkspaceMetadataNotifyChange, getDevWorkspaceMetadata_imperative, getDevWorkspaces, getDevWorkspaces_imperative, updateDevWorkspaceMetadata };
996
- // version: 1.412.0-9006885059
996
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '64.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0