@salesforce/lds-adapters-cdp-byoc 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.
@@ -630,7 +630,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
630
630
  function createResourceRequest$7(config) {
631
631
  const headers = {};
632
632
  return {
633
- baseUri: '/services/data/v66.0',
633
+ baseUri: '/services/data/v67.0',
634
634
  basePath: '/ssot/data-custom-code',
635
635
  method: 'post',
636
636
  body: config.body,
@@ -903,7 +903,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
903
903
  function createResourceRequest$6(config) {
904
904
  const headers = {};
905
905
  return {
906
- baseUri: '/services/data/v66.0',
906
+ baseUri: '/services/data/v67.0',
907
907
  basePath: '/ssot/data-custom-code',
908
908
  method: 'get',
909
909
  body: null,
@@ -1025,7 +1025,7 @@ function evictSuccess(luvio, resourceParams) {
1025
1025
  function createResourceRequest$5(config) {
1026
1026
  const headers = {};
1027
1027
  return {
1028
- baseUri: '/services/data/v66.0',
1028
+ baseUri: '/services/data/v67.0',
1029
1029
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
1030
1030
  method: 'delete',
1031
1031
  body: null,
@@ -1126,7 +1126,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
1126
1126
  function createResourceRequest$4(config) {
1127
1127
  const headers = {};
1128
1128
  return {
1129
- baseUri: '/services/data/v66.0',
1129
+ baseUri: '/services/data/v67.0',
1130
1130
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
1131
1131
  method: 'get',
1132
1132
  body: null,
@@ -1249,7 +1249,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
1249
1249
  function createResourceRequest$3(config) {
1250
1250
  const headers = {};
1251
1251
  return {
1252
- baseUri: '/services/data/v66.0',
1252
+ baseUri: '/services/data/v67.0',
1253
1253
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
1254
1254
  method: 'patch',
1255
1255
  body: config.body,
@@ -1716,7 +1716,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
1716
1716
  function createResourceRequest$2(config) {
1717
1717
  const headers = {};
1718
1718
  return {
1719
- baseUri: '/services/data/v66.0',
1719
+ baseUri: '/services/data/v67.0',
1720
1720
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '/executions',
1721
1721
  method: 'get',
1722
1722
  body: null,
@@ -1850,7 +1850,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1850
1850
  function createResourceRequest$1(config) {
1851
1851
  const headers = {};
1852
1852
  return {
1853
- baseUri: '/services/data/v66.0',
1853
+ baseUri: '/services/data/v67.0',
1854
1854
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '/executions/' + config.urlParams.customCodeExecutionId + '',
1855
1855
  method: 'get',
1856
1856
  body: null,
@@ -2044,7 +2044,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
2044
2044
  function createResourceRequest(config) {
2045
2045
  const headers = {};
2046
2046
  return {
2047
- baseUri: '/services/data/v66.0',
2047
+ baseUri: '/services/data/v67.0',
2048
2048
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '/executions/' + config.urlParams.customCodeExecutionId + '/logs',
2049
2049
  method: 'get',
2050
2050
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-byoc",
3
- "version": "1.412.0",
3
+ "version": "1.413.0",
4
4
  "description": "Used to connect to the CDP BYOC service in core and off-core",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/cdp-byoc.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
@@ -640,7 +640,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
640
640
  function createResourceRequest$7(config) {
641
641
  const headers = {};
642
642
  return {
643
- baseUri: '/services/data/v66.0',
643
+ baseUri: '/services/data/v67.0',
644
644
  basePath: '/ssot/data-custom-code',
645
645
  method: 'post',
646
646
  body: config.body,
@@ -750,7 +750,7 @@ function evictSuccess(luvio, resourceParams) {
750
750
  function createResourceRequest$6(config) {
751
751
  const headers = {};
752
752
  return {
753
- baseUri: '/services/data/v66.0',
753
+ baseUri: '/services/data/v67.0',
754
754
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
755
755
  method: 'delete',
756
756
  body: null,
@@ -851,7 +851,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
851
851
  function createResourceRequest$5(config) {
852
852
  const headers = {};
853
853
  return {
854
- baseUri: '/services/data/v66.0',
854
+ baseUri: '/services/data/v67.0',
855
855
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
856
856
  method: 'get',
857
857
  body: null,
@@ -1167,7 +1167,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
1167
1167
  function createResourceRequest$4(config) {
1168
1168
  const headers = {};
1169
1169
  return {
1170
- baseUri: '/services/data/v66.0',
1170
+ baseUri: '/services/data/v67.0',
1171
1171
  basePath: '/ssot/data-custom-code',
1172
1172
  method: 'get',
1173
1173
  body: null,
@@ -1513,7 +1513,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
1513
1513
  function createResourceRequest$3(config) {
1514
1514
  const headers = {};
1515
1515
  return {
1516
- baseUri: '/services/data/v66.0',
1516
+ baseUri: '/services/data/v67.0',
1517
1517
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '/executions/' + config.urlParams.customCodeExecutionId + '',
1518
1518
  method: 'get',
1519
1519
  body: null,
@@ -1707,7 +1707,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1707
1707
  function createResourceRequest$2(config) {
1708
1708
  const headers = {};
1709
1709
  return {
1710
- baseUri: '/services/data/v66.0',
1710
+ baseUri: '/services/data/v67.0',
1711
1711
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '/executions/' + config.urlParams.customCodeExecutionId + '/logs',
1712
1712
  method: 'get',
1713
1713
  body: null,
@@ -1994,7 +1994,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1994
1994
  function createResourceRequest$1(config) {
1995
1995
  const headers = {};
1996
1996
  return {
1997
- baseUri: '/services/data/v66.0',
1997
+ baseUri: '/services/data/v67.0',
1998
1998
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '/executions',
1999
1999
  method: 'get',
2000
2000
  body: null,
@@ -2119,7 +2119,7 @@ function ingestSuccess(luvio, resourceParams, response) {
2119
2119
  function createResourceRequest(config) {
2120
2120
  const headers = {};
2121
2121
  return {
2122
- baseUri: '/services/data/v66.0',
2122
+ baseUri: '/services/data/v67.0',
2123
2123
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
2124
2124
  method: 'patch',
2125
2125
  body: config.body,
@@ -2262,4 +2262,4 @@ withDefaultLuvio((luvio) => {
2262
2262
  });
2263
2263
 
2264
2264
  export { createCustomCodeDeployment, deleteCustomCodeDeployment, getCustomCodeDeployment, getCustomCodeDeploymentNotifyChange, getCustomCodeDeployment_imperative, getCustomCodeDeployments, getCustomCodeDeployments_imperative, getCustomCodeExecution, getCustomCodeExecutionLogs, getCustomCodeExecutionLogs_imperative, getCustomCodeExecution_imperative, getCustomCodeExecutions, getCustomCodeExecutions_imperative, updateCustomCodeDeployment };
2265
- // version: 1.412.0-9006885059
2265
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '63.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