@salesforce/lds-adapters-platform-cdp-machine-learning 1.355.0 → 1.357.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.
- package/dist/es/es2018/platform-cdp-machine-learning.js +13 -13
- package/package.json +3 -3
- package/sfdc/index.js +14 -14
- package/src/raml/api.raml +1 -1
|
@@ -1097,7 +1097,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
1097
1097
|
function createResourceRequest$c(config) {
|
|
1098
1098
|
const headers = {};
|
|
1099
1099
|
return {
|
|
1100
|
-
baseUri: '/services/data/
|
|
1100
|
+
baseUri: '/services/data/v65.0',
|
|
1101
1101
|
basePath: '/ssot/machine-learning/model-artifacts',
|
|
1102
1102
|
method: 'get',
|
|
1103
1103
|
body: null,
|
|
@@ -1238,7 +1238,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
1238
1238
|
function createResourceRequest$b(config) {
|
|
1239
1239
|
const headers = {};
|
|
1240
1240
|
return {
|
|
1241
|
-
baseUri: '/services/data/
|
|
1241
|
+
baseUri: '/services/data/v65.0',
|
|
1242
1242
|
basePath: '/ssot/machine-learning/model-artifacts/' + config.urlParams.modelArtifactIdOrName + '',
|
|
1243
1243
|
method: 'get',
|
|
1244
1244
|
body: null,
|
|
@@ -1850,7 +1850,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
1850
1850
|
function createResourceRequest$a(config) {
|
|
1851
1851
|
const headers = {};
|
|
1852
1852
|
return {
|
|
1853
|
-
baseUri: '/services/data/
|
|
1853
|
+
baseUri: '/services/data/v65.0',
|
|
1854
1854
|
basePath: '/ssot/machine-learning/configured-models',
|
|
1855
1855
|
method: 'get',
|
|
1856
1856
|
body: null,
|
|
@@ -2168,7 +2168,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
2168
2168
|
function createResourceRequest$9(config) {
|
|
2169
2169
|
const headers = {};
|
|
2170
2170
|
return {
|
|
2171
|
-
baseUri: '/services/data/
|
|
2171
|
+
baseUri: '/services/data/v65.0',
|
|
2172
2172
|
basePath: '/ssot/machine-learning/configured-models',
|
|
2173
2173
|
method: 'post',
|
|
2174
2174
|
body: config.body,
|
|
@@ -2309,7 +2309,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2309
2309
|
function createResourceRequest$8(config) {
|
|
2310
2310
|
const headers = {};
|
|
2311
2311
|
return {
|
|
2312
|
-
baseUri: '/services/data/
|
|
2312
|
+
baseUri: '/services/data/v65.0',
|
|
2313
2313
|
basePath: '/ssot/machine-learning/configured-models/' + config.urlParams.configuredModelIdOrName + '',
|
|
2314
2314
|
method: 'get',
|
|
2315
2315
|
body: null,
|
|
@@ -2433,7 +2433,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
2433
2433
|
function createResourceRequest$7(config) {
|
|
2434
2434
|
const headers = {};
|
|
2435
2435
|
return {
|
|
2436
|
-
baseUri: '/services/data/
|
|
2436
|
+
baseUri: '/services/data/v65.0',
|
|
2437
2437
|
basePath: '/ssot/machine-learning/configured-models/' + config.urlParams.configuredModelIdOrName + '',
|
|
2438
2438
|
method: 'patch',
|
|
2439
2439
|
body: config.body,
|
|
@@ -3362,7 +3362,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
3362
3362
|
function createResourceRequest$6(config) {
|
|
3363
3363
|
const headers = {};
|
|
3364
3364
|
return {
|
|
3365
|
-
baseUri: '/services/data/
|
|
3365
|
+
baseUri: '/services/data/v65.0',
|
|
3366
3366
|
basePath: '/ssot/machine-learning/workspaces',
|
|
3367
3367
|
method: 'get',
|
|
3368
3368
|
body: null,
|
|
@@ -4012,7 +4012,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
4012
4012
|
function createResourceRequest$5(config) {
|
|
4013
4013
|
const headers = {};
|
|
4014
4014
|
return {
|
|
4015
|
-
baseUri: '/services/data/
|
|
4015
|
+
baseUri: '/services/data/v65.0',
|
|
4016
4016
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '',
|
|
4017
4017
|
method: 'get',
|
|
4018
4018
|
body: null,
|
|
@@ -4721,7 +4721,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
4721
4721
|
function createResourceRequest$4(config) {
|
|
4722
4722
|
const headers = {};
|
|
4723
4723
|
return {
|
|
4724
|
-
baseUri: '/services/data/
|
|
4724
|
+
baseUri: '/services/data/v65.0',
|
|
4725
4725
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models',
|
|
4726
4726
|
method: 'get',
|
|
4727
4727
|
body: null,
|
|
@@ -4898,7 +4898,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
4898
4898
|
function createResourceRequest$3(config) {
|
|
4899
4899
|
const headers = {};
|
|
4900
4900
|
return {
|
|
4901
|
-
baseUri: '/services/data/
|
|
4901
|
+
baseUri: '/services/data/v65.0',
|
|
4902
4902
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models',
|
|
4903
4903
|
method: 'post',
|
|
4904
4904
|
body: config.body,
|
|
@@ -5078,7 +5078,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
5078
5078
|
function createResourceRequest$2(config) {
|
|
5079
5079
|
const headers = {};
|
|
5080
5080
|
return {
|
|
5081
|
-
baseUri: '/services/data/
|
|
5081
|
+
baseUri: '/services/data/v65.0',
|
|
5082
5082
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models/' + config.urlParams.modelIdOrName + '',
|
|
5083
5083
|
method: 'get',
|
|
5084
5084
|
body: null,
|
|
@@ -5202,7 +5202,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
5202
5202
|
function createResourceRequest$1(config) {
|
|
5203
5203
|
const headers = {};
|
|
5204
5204
|
return {
|
|
5205
|
-
baseUri: '/services/data/
|
|
5205
|
+
baseUri: '/services/data/v65.0',
|
|
5206
5206
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models/' + config.urlParams.modelIdOrName + '',
|
|
5207
5207
|
method: 'patch',
|
|
5208
5208
|
body: config.body,
|
|
@@ -5688,7 +5688,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
5688
5688
|
function createResourceRequest(config) {
|
|
5689
5689
|
const headers = {};
|
|
5690
5690
|
return {
|
|
5691
|
-
baseUri: '/services/data/
|
|
5691
|
+
baseUri: '/services/data/v65.0',
|
|
5692
5692
|
basePath: '/ssot/machine-learning/predict',
|
|
5693
5693
|
method: 'post',
|
|
5694
5694
|
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.
|
|
3
|
+
"version": "1.357.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.
|
|
44
|
+
"@salesforce/lds-bindings": "^1.357.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.357.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -1129,7 +1129,7 @@ function ingestSuccess$c(luvio, resourceParams, response) {
|
|
|
1129
1129
|
function createResourceRequest$c(config) {
|
|
1130
1130
|
const headers = {};
|
|
1131
1131
|
return {
|
|
1132
|
-
baseUri: '/services/data/
|
|
1132
|
+
baseUri: '/services/data/v65.0',
|
|
1133
1133
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models',
|
|
1134
1134
|
method: 'post',
|
|
1135
1135
|
body: config.body,
|
|
@@ -1614,7 +1614,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
|
|
|
1614
1614
|
function createResourceRequest$b(config) {
|
|
1615
1615
|
const headers = {};
|
|
1616
1616
|
return {
|
|
1617
|
-
baseUri: '/services/data/
|
|
1617
|
+
baseUri: '/services/data/v65.0',
|
|
1618
1618
|
basePath: '/ssot/machine-learning/predict',
|
|
1619
1619
|
method: 'post',
|
|
1620
1620
|
body: config.body,
|
|
@@ -2184,7 +2184,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
2184
2184
|
function createResourceRequest$a(config) {
|
|
2185
2185
|
const headers = {};
|
|
2186
2186
|
return {
|
|
2187
|
-
baseUri: '/services/data/
|
|
2187
|
+
baseUri: '/services/data/v65.0',
|
|
2188
2188
|
basePath: '/ssot/machine-learning/configured-models',
|
|
2189
2189
|
method: 'post',
|
|
2190
2190
|
body: config.body,
|
|
@@ -2325,7 +2325,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
2325
2325
|
function createResourceRequest$9(config) {
|
|
2326
2326
|
const headers = {};
|
|
2327
2327
|
return {
|
|
2328
|
-
baseUri: '/services/data/
|
|
2328
|
+
baseUri: '/services/data/v65.0',
|
|
2329
2329
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models/' + config.urlParams.modelIdOrName + '',
|
|
2330
2330
|
method: 'get',
|
|
2331
2331
|
body: null,
|
|
@@ -2541,7 +2541,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
2541
2541
|
function createResourceRequest$8(config) {
|
|
2542
2542
|
const headers = {};
|
|
2543
2543
|
return {
|
|
2544
|
-
baseUri: '/services/data/
|
|
2544
|
+
baseUri: '/services/data/v65.0',
|
|
2545
2545
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models',
|
|
2546
2546
|
method: 'get',
|
|
2547
2547
|
body: null,
|
|
@@ -3191,7 +3191,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
3191
3191
|
function createResourceRequest$7(config) {
|
|
3192
3192
|
const headers = {};
|
|
3193
3193
|
return {
|
|
3194
|
-
baseUri: '/services/data/
|
|
3194
|
+
baseUri: '/services/data/v65.0',
|
|
3195
3195
|
basePath: '/ssot/machine-learning/model-artifacts/' + config.urlParams.modelArtifactIdOrName + '',
|
|
3196
3196
|
method: 'get',
|
|
3197
3197
|
body: null,
|
|
@@ -3430,7 +3430,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
3430
3430
|
function createResourceRequest$6(config) {
|
|
3431
3431
|
const headers = {};
|
|
3432
3432
|
return {
|
|
3433
|
-
baseUri: '/services/data/
|
|
3433
|
+
baseUri: '/services/data/v65.0',
|
|
3434
3434
|
basePath: '/ssot/machine-learning/model-artifacts',
|
|
3435
3435
|
method: 'get',
|
|
3436
3436
|
body: null,
|
|
@@ -4337,7 +4337,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
4337
4337
|
function createResourceRequest$5(config) {
|
|
4338
4338
|
const headers = {};
|
|
4339
4339
|
return {
|
|
4340
|
-
baseUri: '/services/data/
|
|
4340
|
+
baseUri: '/services/data/v65.0',
|
|
4341
4341
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '',
|
|
4342
4342
|
method: 'get',
|
|
4343
4343
|
body: null,
|
|
@@ -5059,7 +5059,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
5059
5059
|
function createResourceRequest$4(config) {
|
|
5060
5060
|
const headers = {};
|
|
5061
5061
|
return {
|
|
5062
|
-
baseUri: '/services/data/
|
|
5062
|
+
baseUri: '/services/data/v65.0',
|
|
5063
5063
|
basePath: '/ssot/machine-learning/workspaces',
|
|
5064
5064
|
method: 'get',
|
|
5065
5065
|
body: null,
|
|
@@ -5206,7 +5206,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
5206
5206
|
function createResourceRequest$3(config) {
|
|
5207
5207
|
const headers = {};
|
|
5208
5208
|
return {
|
|
5209
|
-
baseUri: '/services/data/
|
|
5209
|
+
baseUri: '/services/data/v65.0',
|
|
5210
5210
|
basePath: '/ssot/machine-learning/configured-models/' + config.urlParams.configuredModelIdOrName + '',
|
|
5211
5211
|
method: 'get',
|
|
5212
5212
|
body: null,
|
|
@@ -5494,7 +5494,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
5494
5494
|
function createResourceRequest$2(config) {
|
|
5495
5495
|
const headers = {};
|
|
5496
5496
|
return {
|
|
5497
|
-
baseUri: '/services/data/
|
|
5497
|
+
baseUri: '/services/data/v65.0',
|
|
5498
5498
|
basePath: '/ssot/machine-learning/configured-models',
|
|
5499
5499
|
method: 'get',
|
|
5500
5500
|
body: null,
|
|
@@ -5626,7 +5626,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
5626
5626
|
function createResourceRequest$1(config) {
|
|
5627
5627
|
const headers = {};
|
|
5628
5628
|
return {
|
|
5629
|
-
baseUri: '/services/data/
|
|
5629
|
+
baseUri: '/services/data/v65.0',
|
|
5630
5630
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models/' + config.urlParams.modelIdOrName + '',
|
|
5631
5631
|
method: 'patch',
|
|
5632
5632
|
body: config.body,
|
|
@@ -5789,7 +5789,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
5789
5789
|
function createResourceRequest(config) {
|
|
5790
5790
|
const headers = {};
|
|
5791
5791
|
return {
|
|
5792
|
-
baseUri: '/services/data/
|
|
5792
|
+
baseUri: '/services/data/v65.0',
|
|
5793
5793
|
basePath: '/ssot/machine-learning/configured-models/' + config.urlParams.configuredModelIdOrName + '',
|
|
5794
5794
|
method: 'patch',
|
|
5795
5795
|
body: config.body,
|
|
@@ -6013,4 +6013,4 @@ withDefaultLuvio((luvio) => {
|
|
|
6013
6013
|
});
|
|
6014
6014
|
|
|
6015
6015
|
export { createCdpMlConfiguredModel, createCdpMlPredictResult, 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 };
|
|
6016
|
-
// version: 1.
|
|
6016
|
+
// version: 1.357.0-5a2425b0d8
|