@salesforce/lds-adapters-cdp-data-transform-experience 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.
@@ -220,7 +220,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
220
220
  function createResourceRequest(config) {
221
221
  const headers = {};
222
222
  return {
223
- baseUri: '/services/data/v66.0',
223
+ baseUri: '/services/data/v67.0',
224
224
  basePath: '/ssot/data-transforms-experience/configurations',
225
225
  method: 'get',
226
226
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-data-transform-experience",
3
- "version": "1.412.0",
3
+ "version": "1.413.0",
4
4
  "description": "Data Transforms related API calls",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/cdp-data-transform-experience.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
@@ -230,7 +230,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
230
230
  function createResourceRequest(config) {
231
231
  const headers = {};
232
232
  return {
233
- baseUri: '/services/data/v66.0',
233
+ baseUri: '/services/data/v67.0',
234
234
  basePath: '/ssot/data-transforms-experience/configurations',
235
235
  method: 'get',
236
236
  body: null,
@@ -351,4 +351,4 @@ withDefaultLuvio((luvio) => {
351
351
  });
352
352
 
353
353
  export { getDataTransformsExperienceConfiguration, getDataTransformsExperienceConfiguration_imperative };
354
- // version: 1.412.0-9006885059
354
+ // 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