@salesforce/lds-adapters-cdp-metadata 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.
@@ -175,7 +175,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
175
175
  function createResourceRequest$1(config) {
176
176
  const headers = {};
177
177
  return {
178
- baseUri: '/services/data/v66.0',
178
+ baseUri: '/services/data/v67.0',
179
179
  basePath: '/ssot/metadata',
180
180
  method: 'get',
181
181
  body: null,
@@ -784,7 +784,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
784
784
  function createResourceRequest(config) {
785
785
  const headers = {};
786
786
  return {
787
- baseUri: '/services/data/v66.0',
787
+ baseUri: '/services/data/v67.0',
788
788
  basePath: '/ssot/data-graphs/metadata',
789
789
  method: 'get',
790
790
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-metadata",
3
- "version": "1.412.0",
3
+ "version": "1.413.0",
4
4
  "description": "CDP metadata",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/cdp-metadata.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
@@ -185,7 +185,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
185
185
  function createResourceRequest$1(config) {
186
186
  const headers = {};
187
187
  return {
188
- baseUri: '/services/data/v66.0',
188
+ baseUri: '/services/data/v67.0',
189
189
  basePath: '/ssot/metadata',
190
190
  method: 'get',
191
191
  body: null,
@@ -794,7 +794,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
794
794
  function createResourceRequest(config) {
795
795
  const headers = {};
796
796
  return {
797
- baseUri: '/services/data/v66.0',
797
+ baseUri: '/services/data/v67.0',
798
798
  basePath: '/ssot/data-graphs/metadata',
799
799
  method: 'get',
800
800
  body: null,
@@ -924,4 +924,4 @@ withDefaultLuvio((luvio) => {
924
924
  });
925
925
 
926
926
  export { getAllMetadata, getAllMetadata_imperative, getDataGraphMetadata, getDataGraphMetadata_imperative };
927
- // version: 1.412.0-9006885059
927
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '62.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