@salesforce/lds-adapters-platform-cdp-machine-learning 1.289.0 → 1.291.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.
@@ -977,7 +977,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
977
977
  function createResourceRequest$b(config) {
978
978
  const headers = {};
979
979
  return {
980
- baseUri: '/services/data/v61.0',
980
+ baseUri: '/services/data/v62.0',
981
981
  basePath: '/ssot/machine-learning/model-artifacts',
982
982
  method: 'get',
983
983
  body: null,
@@ -1118,7 +1118,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
1118
1118
  function createResourceRequest$a(config) {
1119
1119
  const headers = {};
1120
1120
  return {
1121
- baseUri: '/services/data/v61.0',
1121
+ baseUri: '/services/data/v62.0',
1122
1122
  basePath: '/ssot/machine-learning/model-artifacts/' + config.urlParams.modelArtifactIdOrName + '',
1123
1123
  method: 'get',
1124
1124
  body: null,
@@ -1706,7 +1706,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
1706
1706
  function createResourceRequest$9(config) {
1707
1707
  const headers = {};
1708
1708
  return {
1709
- baseUri: '/services/data/v61.0',
1709
+ baseUri: '/services/data/v62.0',
1710
1710
  basePath: '/ssot/machine-learning/configured-models',
1711
1711
  method: 'get',
1712
1712
  body: null,
@@ -2024,7 +2024,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
2024
2024
  function createResourceRequest$8(config) {
2025
2025
  const headers = {};
2026
2026
  return {
2027
- baseUri: '/services/data/v61.0',
2027
+ baseUri: '/services/data/v62.0',
2028
2028
  basePath: '/ssot/machine-learning/configured-models',
2029
2029
  method: 'post',
2030
2030
  body: config.body,
@@ -2164,7 +2164,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
2164
2164
  function createResourceRequest$7(config) {
2165
2165
  const headers = {};
2166
2166
  return {
2167
- baseUri: '/services/data/v61.0',
2167
+ baseUri: '/services/data/v62.0',
2168
2168
  basePath: '/ssot/machine-learning/configured-models/' + config.urlParams.configuredModelIdOrName + '',
2169
2169
  method: 'get',
2170
2170
  body: null,
@@ -2288,7 +2288,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
2288
2288
  function createResourceRequest$6(config) {
2289
2289
  const headers = {};
2290
2290
  return {
2291
- baseUri: '/services/data/v61.0',
2291
+ baseUri: '/services/data/v62.0',
2292
2292
  basePath: '/ssot/machine-learning/configured-models/' + config.urlParams.configuredModelIdOrName + '',
2293
2293
  method: 'patch',
2294
2294
  body: config.body,
@@ -3216,7 +3216,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
3216
3216
  function createResourceRequest$5(config) {
3217
3217
  const headers = {};
3218
3218
  return {
3219
- baseUri: '/services/data/v61.0',
3219
+ baseUri: '/services/data/v62.0',
3220
3220
  basePath: '/ssot/machine-learning/workspaces',
3221
3221
  method: 'get',
3222
3222
  body: null,
@@ -3866,7 +3866,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
3866
3866
  function createResourceRequest$4(config) {
3867
3867
  const headers = {};
3868
3868
  return {
3869
- baseUri: '/services/data/v61.0',
3869
+ baseUri: '/services/data/v62.0',
3870
3870
  basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '',
3871
3871
  method: 'get',
3872
3872
  body: null,
@@ -4575,7 +4575,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
4575
4575
  function createResourceRequest$3(config) {
4576
4576
  const headers = {};
4577
4577
  return {
4578
- baseUri: '/services/data/v61.0',
4578
+ baseUri: '/services/data/v62.0',
4579
4579
  basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models',
4580
4580
  method: 'get',
4581
4581
  body: null,
@@ -4752,7 +4752,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
4752
4752
  function createResourceRequest$2(config) {
4753
4753
  const headers = {};
4754
4754
  return {
4755
- baseUri: '/services/data/v61.0',
4755
+ baseUri: '/services/data/v62.0',
4756
4756
  basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models',
4757
4757
  method: 'post',
4758
4758
  body: config.body,
@@ -4932,7 +4932,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
4932
4932
  function createResourceRequest$1(config) {
4933
4933
  const headers = {};
4934
4934
  return {
4935
- baseUri: '/services/data/v61.0',
4935
+ baseUri: '/services/data/v62.0',
4936
4936
  basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models/' + config.urlParams.modelIdOrName + '',
4937
4937
  method: 'get',
4938
4938
  body: null,
@@ -5056,7 +5056,7 @@ function ingestSuccess(luvio, resourceParams, response) {
5056
5056
  function createResourceRequest(config) {
5057
5057
  const headers = {};
5058
5058
  return {
5059
- baseUri: '/services/data/v61.0',
5059
+ baseUri: '/services/data/v62.0',
5060
5060
  basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models/' + config.urlParams.modelIdOrName + '',
5061
5061
  method: 'patch',
5062
5062
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-cdp-machine-learning",
3
- "version": "1.289.0",
3
+ "version": "1.291.0",
4
4
  "description": "machine learning for data cloud",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/platform-cdp-machine-learning.js",
@@ -41,10 +41,10 @@
41
41
  "test:unit:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand"
42
42
  },
43
43
  "dependencies": {
44
- "@salesforce/lds-bindings": "^1.289.0"
44
+ "@salesforce/lds-bindings": "^1.291.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@salesforce/lds-compiler-plugins": "^1.289.0"
47
+ "@salesforce/lds-compiler-plugins": "^1.291.0"
48
48
  },
49
49
  "nx": {
50
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -1129,7 +1129,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
1129
1129
  function createResourceRequest$b(config) {
1130
1130
  const headers = {};
1131
1131
  return {
1132
- baseUri: '/services/data/v61.0',
1132
+ baseUri: '/services/data/v62.0',
1133
1133
  basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models',
1134
1134
  method: 'post',
1135
1135
  body: config.body,
@@ -1618,7 +1618,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
1618
1618
  function createResourceRequest$a(config) {
1619
1619
  const headers = {};
1620
1620
  return {
1621
- baseUri: '/services/data/v61.0',
1621
+ baseUri: '/services/data/v62.0',
1622
1622
  basePath: '/ssot/machine-learning/configured-models',
1623
1623
  method: 'post',
1624
1624
  body: config.body,
@@ -1758,7 +1758,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
1758
1758
  function createResourceRequest$9(config) {
1759
1759
  const headers = {};
1760
1760
  return {
1761
- baseUri: '/services/data/v61.0',
1761
+ baseUri: '/services/data/v62.0',
1762
1762
  basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models/' + config.urlParams.modelIdOrName + '',
1763
1763
  method: 'get',
1764
1764
  body: null,
@@ -1974,7 +1974,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
1974
1974
  function createResourceRequest$8(config) {
1975
1975
  const headers = {};
1976
1976
  return {
1977
- baseUri: '/services/data/v61.0',
1977
+ baseUri: '/services/data/v62.0',
1978
1978
  basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models',
1979
1979
  method: 'get',
1980
1980
  body: null,
@@ -2607,7 +2607,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
2607
2607
  function createResourceRequest$7(config) {
2608
2608
  const headers = {};
2609
2609
  return {
2610
- baseUri: '/services/data/v61.0',
2610
+ baseUri: '/services/data/v62.0',
2611
2611
  basePath: '/ssot/machine-learning/model-artifacts/' + config.urlParams.modelArtifactIdOrName + '',
2612
2612
  method: 'get',
2613
2613
  body: null,
@@ -2846,7 +2846,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
2846
2846
  function createResourceRequest$6(config) {
2847
2847
  const headers = {};
2848
2848
  return {
2849
- baseUri: '/services/data/v61.0',
2849
+ baseUri: '/services/data/v62.0',
2850
2850
  basePath: '/ssot/machine-learning/model-artifacts',
2851
2851
  method: 'get',
2852
2852
  body: null,
@@ -3753,7 +3753,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
3753
3753
  function createResourceRequest$5(config) {
3754
3754
  const headers = {};
3755
3755
  return {
3756
- baseUri: '/services/data/v61.0',
3756
+ baseUri: '/services/data/v62.0',
3757
3757
  basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '',
3758
3758
  method: 'get',
3759
3759
  body: null,
@@ -4475,7 +4475,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
4475
4475
  function createResourceRequest$4(config) {
4476
4476
  const headers = {};
4477
4477
  return {
4478
- baseUri: '/services/data/v61.0',
4478
+ baseUri: '/services/data/v62.0',
4479
4479
  basePath: '/ssot/machine-learning/workspaces',
4480
4480
  method: 'get',
4481
4481
  body: null,
@@ -4622,7 +4622,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
4622
4622
  function createResourceRequest$3(config) {
4623
4623
  const headers = {};
4624
4624
  return {
4625
- baseUri: '/services/data/v61.0',
4625
+ baseUri: '/services/data/v62.0',
4626
4626
  basePath: '/ssot/machine-learning/configured-models/' + config.urlParams.configuredModelIdOrName + '',
4627
4627
  method: 'get',
4628
4628
  body: null,
@@ -4910,7 +4910,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
4910
4910
  function createResourceRequest$2(config) {
4911
4911
  const headers = {};
4912
4912
  return {
4913
- baseUri: '/services/data/v61.0',
4913
+ baseUri: '/services/data/v62.0',
4914
4914
  basePath: '/ssot/machine-learning/configured-models',
4915
4915
  method: 'get',
4916
4916
  body: null,
@@ -5042,7 +5042,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
5042
5042
  function createResourceRequest$1(config) {
5043
5043
  const headers = {};
5044
5044
  return {
5045
- baseUri: '/services/data/v61.0',
5045
+ baseUri: '/services/data/v62.0',
5046
5046
  basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models/' + config.urlParams.modelIdOrName + '',
5047
5047
  method: 'patch',
5048
5048
  body: config.body,
@@ -5205,7 +5205,7 @@ function ingestSuccess(luvio, resourceParams, response) {
5205
5205
  function createResourceRequest(config) {
5206
5206
  const headers = {};
5207
5207
  return {
5208
- baseUri: '/services/data/v61.0',
5208
+ baseUri: '/services/data/v62.0',
5209
5209
  basePath: '/ssot/machine-learning/configured-models/' + config.urlParams.configuredModelIdOrName + '',
5210
5210
  method: 'patch',
5211
5211
  body: config.body,
@@ -5425,4 +5425,4 @@ withDefaultLuvio((luvio) => {
5425
5425
  });
5426
5426
 
5427
5427
  export { createCdpMlConfiguredModel, createMlConfiguredModel, getCdpMlConfiguredModel, getCdpMlConfiguredModelCollection, getCdpMlConfiguredModelCollection_imperative, getCdpMlConfiguredModel_imperative, getCdpMlModelArtifact, getCdpMlModelArtifactCollection, getCdpMlModelArtifactCollection_imperative, getCdpMlModelArtifact_imperative, getCdpMlWorkspace, getCdpMlWorkspaceCollection, getCdpMlWorkspaceCollection_imperative, getCdpMlWorkspaceNotifyChange, getCdpMlWorkspace_imperative, getMlConfiguredModel, getMlConfiguredModelCollection, getMlConfiguredModelCollection_imperative, getMlConfiguredModelNotifyChange, getMlConfiguredModel_imperative, updateCdpMlConfiguredModel, updateMlConfiguredModel };
5428
- // version: 1.289.0-72256e363
5428
+ // version: 1.291.0-79b8ea231
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '61.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v61.0
9
+ baseUri: /services/data/v62.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0