@salesforce/lds-adapters-cdp-byoc 1.431.0 → 1.433.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.
@@ -691,7 +691,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
691
691
  function createResourceRequest$7(config) {
692
692
  const headers = {};
693
693
  return {
694
- baseUri: '/services/data/v67.0',
694
+ baseUri: '/services/data/v68.0',
695
695
  basePath: '/ssot/data-custom-code',
696
696
  method: 'post',
697
697
  body: config.body,
@@ -964,7 +964,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
964
964
  function createResourceRequest$6(config) {
965
965
  const headers = {};
966
966
  return {
967
- baseUri: '/services/data/v67.0',
967
+ baseUri: '/services/data/v68.0',
968
968
  basePath: '/ssot/data-custom-code',
969
969
  method: 'get',
970
970
  body: null,
@@ -1086,7 +1086,7 @@ function evictSuccess(luvio, resourceParams) {
1086
1086
  function createResourceRequest$5(config) {
1087
1087
  const headers = {};
1088
1088
  return {
1089
- baseUri: '/services/data/v67.0',
1089
+ baseUri: '/services/data/v68.0',
1090
1090
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
1091
1091
  method: 'delete',
1092
1092
  body: null,
@@ -1187,7 +1187,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
1187
1187
  function createResourceRequest$4(config) {
1188
1188
  const headers = {};
1189
1189
  return {
1190
- baseUri: '/services/data/v67.0',
1190
+ baseUri: '/services/data/v68.0',
1191
1191
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
1192
1192
  method: 'get',
1193
1193
  body: null,
@@ -1310,7 +1310,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
1310
1310
  function createResourceRequest$3(config) {
1311
1311
  const headers = {};
1312
1312
  return {
1313
- baseUri: '/services/data/v67.0',
1313
+ baseUri: '/services/data/v68.0',
1314
1314
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
1315
1315
  method: 'patch',
1316
1316
  body: config.body,
@@ -1802,7 +1802,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
1802
1802
  function createResourceRequest$2(config) {
1803
1803
  const headers = {};
1804
1804
  return {
1805
- baseUri: '/services/data/v67.0',
1805
+ baseUri: '/services/data/v68.0',
1806
1806
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '/executions',
1807
1807
  method: 'get',
1808
1808
  body: null,
@@ -1936,7 +1936,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1936
1936
  function createResourceRequest$1(config) {
1937
1937
  const headers = {};
1938
1938
  return {
1939
- baseUri: '/services/data/v67.0',
1939
+ baseUri: '/services/data/v68.0',
1940
1940
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '/executions/' + config.urlParams.customCodeExecutionId + '',
1941
1941
  method: 'get',
1942
1942
  body: null,
@@ -2130,7 +2130,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
2130
2130
  function createResourceRequest(config) {
2131
2131
  const headers = {};
2132
2132
  return {
2133
- baseUri: '/services/data/v67.0',
2133
+ baseUri: '/services/data/v68.0',
2134
2134
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '/executions/' + config.urlParams.customCodeExecutionId + '/logs',
2135
2135
  method: 'get',
2136
2136
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-byoc",
3
- "version": "1.431.0",
3
+ "version": "1.433.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.431.0"
43
+ "@salesforce/lds-bindings": "^1.433.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.431.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.433.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -701,7 +701,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
701
701
  function createResourceRequest$7(config) {
702
702
  const headers = {};
703
703
  return {
704
- baseUri: '/services/data/v67.0',
704
+ baseUri: '/services/data/v68.0',
705
705
  basePath: '/ssot/data-custom-code',
706
706
  method: 'post',
707
707
  body: config.body,
@@ -811,7 +811,7 @@ function evictSuccess(luvio, resourceParams) {
811
811
  function createResourceRequest$6(config) {
812
812
  const headers = {};
813
813
  return {
814
- baseUri: '/services/data/v67.0',
814
+ baseUri: '/services/data/v68.0',
815
815
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
816
816
  method: 'delete',
817
817
  body: null,
@@ -912,7 +912,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
912
912
  function createResourceRequest$5(config) {
913
913
  const headers = {};
914
914
  return {
915
- baseUri: '/services/data/v67.0',
915
+ baseUri: '/services/data/v68.0',
916
916
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
917
917
  method: 'get',
918
918
  body: null,
@@ -1228,7 +1228,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
1228
1228
  function createResourceRequest$4(config) {
1229
1229
  const headers = {};
1230
1230
  return {
1231
- baseUri: '/services/data/v67.0',
1231
+ baseUri: '/services/data/v68.0',
1232
1232
  basePath: '/ssot/data-custom-code',
1233
1233
  method: 'get',
1234
1234
  body: null,
@@ -1599,7 +1599,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
1599
1599
  function createResourceRequest$3(config) {
1600
1600
  const headers = {};
1601
1601
  return {
1602
- baseUri: '/services/data/v67.0',
1602
+ baseUri: '/services/data/v68.0',
1603
1603
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '/executions/' + config.urlParams.customCodeExecutionId + '',
1604
1604
  method: 'get',
1605
1605
  body: null,
@@ -1793,7 +1793,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1793
1793
  function createResourceRequest$2(config) {
1794
1794
  const headers = {};
1795
1795
  return {
1796
- baseUri: '/services/data/v67.0',
1796
+ baseUri: '/services/data/v68.0',
1797
1797
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '/executions/' + config.urlParams.customCodeExecutionId + '/logs',
1798
1798
  method: 'get',
1799
1799
  body: null,
@@ -2080,7 +2080,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
2080
2080
  function createResourceRequest$1(config) {
2081
2081
  const headers = {};
2082
2082
  return {
2083
- baseUri: '/services/data/v67.0',
2083
+ baseUri: '/services/data/v68.0',
2084
2084
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '/executions',
2085
2085
  method: 'get',
2086
2086
  body: null,
@@ -2205,7 +2205,7 @@ function ingestSuccess(luvio, resourceParams, response) {
2205
2205
  function createResourceRequest(config) {
2206
2206
  const headers = {};
2207
2207
  return {
2208
- baseUri: '/services/data/v67.0',
2208
+ baseUri: '/services/data/v68.0',
2209
2209
  basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
2210
2210
  method: 'patch',
2211
2211
  body: config.body,
@@ -2348,4 +2348,4 @@ withDefaultLuvio((luvio) => {
2348
2348
  });
2349
2349
 
2350
2350
  export { createCustomCodeDeployment, deleteCustomCodeDeployment, getCustomCodeDeployment, getCustomCodeDeploymentNotifyChange, getCustomCodeDeployment_imperative, getCustomCodeDeployments, getCustomCodeDeployments_imperative, getCustomCodeExecution, getCustomCodeExecutionLogs, getCustomCodeExecutionLogs_imperative, getCustomCodeExecution_imperative, getCustomCodeExecutions, getCustomCodeExecutions_imperative, updateCustomCodeDeployment };
2351
- // version: 1.431.0-51a9c51ed3
2351
+ // version: 1.433.0-db129b48d2
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/v67.0
9
+ baseUri: /services/data/v68.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0