@salesforce/lds-adapters-platform-cdp-machine-learning 1.268.0 → 1.269.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.
|
@@ -535,7 +535,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
535
535
|
function createResourceRequest$7(config) {
|
|
536
536
|
const headers = {};
|
|
537
537
|
return {
|
|
538
|
-
baseUri: '/services/data/
|
|
538
|
+
baseUri: '/services/data/v61.0',
|
|
539
539
|
basePath: '/ssot/machine-learning/model-artifacts',
|
|
540
540
|
method: 'get',
|
|
541
541
|
body: null,
|
|
@@ -676,7 +676,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
676
676
|
function createResourceRequest$6(config) {
|
|
677
677
|
const headers = {};
|
|
678
678
|
return {
|
|
679
|
-
baseUri: '/services/data/
|
|
679
|
+
baseUri: '/services/data/v61.0',
|
|
680
680
|
basePath: '/ssot/machine-learning/model-artifacts/' + config.urlParams.modelArtifactIdOrName + '',
|
|
681
681
|
method: 'get',
|
|
682
682
|
body: null,
|
|
@@ -1232,7 +1232,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1232
1232
|
function createResourceRequest$5(config) {
|
|
1233
1233
|
const headers = {};
|
|
1234
1234
|
return {
|
|
1235
|
-
baseUri: '/services/data/
|
|
1235
|
+
baseUri: '/services/data/v61.0',
|
|
1236
1236
|
basePath: '/ssot/machine-learning/workspaces',
|
|
1237
1237
|
method: 'get',
|
|
1238
1238
|
body: null,
|
|
@@ -1590,7 +1590,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1590
1590
|
function createResourceRequest$4(config) {
|
|
1591
1591
|
const headers = {};
|
|
1592
1592
|
return {
|
|
1593
|
-
baseUri: '/services/data/
|
|
1593
|
+
baseUri: '/services/data/v61.0',
|
|
1594
1594
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '',
|
|
1595
1595
|
method: 'get',
|
|
1596
1596
|
body: null,
|
|
@@ -2167,7 +2167,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2167
2167
|
function createResourceRequest$3(config) {
|
|
2168
2168
|
const headers = {};
|
|
2169
2169
|
return {
|
|
2170
|
-
baseUri: '/services/data/
|
|
2170
|
+
baseUri: '/services/data/v61.0',
|
|
2171
2171
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models',
|
|
2172
2172
|
method: 'get',
|
|
2173
2173
|
body: null,
|
|
@@ -2290,7 +2290,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
2290
2290
|
function createResourceRequest$2(config) {
|
|
2291
2291
|
const headers = {};
|
|
2292
2292
|
return {
|
|
2293
|
-
baseUri: '/services/data/
|
|
2293
|
+
baseUri: '/services/data/v61.0',
|
|
2294
2294
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models',
|
|
2295
2295
|
method: 'post',
|
|
2296
2296
|
body: config.body,
|
|
@@ -2464,7 +2464,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2464
2464
|
function createResourceRequest$1(config) {
|
|
2465
2465
|
const headers = {};
|
|
2466
2466
|
return {
|
|
2467
|
-
baseUri: '/services/data/
|
|
2467
|
+
baseUri: '/services/data/v61.0',
|
|
2468
2468
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models/' + config.urlParams.modelId + '',
|
|
2469
2469
|
method: 'get',
|
|
2470
2470
|
body: null,
|
|
@@ -2588,7 +2588,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2588
2588
|
function createResourceRequest(config) {
|
|
2589
2589
|
const headers = {};
|
|
2590
2590
|
return {
|
|
2591
|
-
baseUri: '/services/data/
|
|
2591
|
+
baseUri: '/services/data/v61.0',
|
|
2592
2592
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models/' + config.urlParams.modelId + '',
|
|
2593
2593
|
method: 'patch',
|
|
2594
2594
|
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.269.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",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.269.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.269.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -597,7 +597,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
597
597
|
function createResourceRequest$7(config) {
|
|
598
598
|
const headers = {};
|
|
599
599
|
return {
|
|
600
|
-
baseUri: '/services/data/
|
|
600
|
+
baseUri: '/services/data/v61.0',
|
|
601
601
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models',
|
|
602
602
|
method: 'post',
|
|
603
603
|
body: config.body,
|
|
@@ -771,7 +771,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
771
771
|
function createResourceRequest$6(config) {
|
|
772
772
|
const headers = {};
|
|
773
773
|
return {
|
|
774
|
-
baseUri: '/services/data/
|
|
774
|
+
baseUri: '/services/data/v61.0',
|
|
775
775
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models/' + config.urlParams.modelId + '',
|
|
776
776
|
method: 'get',
|
|
777
777
|
body: null,
|
|
@@ -985,7 +985,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
985
985
|
function createResourceRequest$5(config) {
|
|
986
986
|
const headers = {};
|
|
987
987
|
return {
|
|
988
|
-
baseUri: '/services/data/
|
|
988
|
+
baseUri: '/services/data/v61.0',
|
|
989
989
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models',
|
|
990
990
|
method: 'get',
|
|
991
991
|
body: null,
|
|
@@ -1340,7 +1340,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1340
1340
|
function createResourceRequest$4(config) {
|
|
1341
1341
|
const headers = {};
|
|
1342
1342
|
return {
|
|
1343
|
-
baseUri: '/services/data/
|
|
1343
|
+
baseUri: '/services/data/v61.0',
|
|
1344
1344
|
basePath: '/ssot/machine-learning/model-artifacts/' + config.urlParams.modelArtifactIdOrName + '',
|
|
1345
1345
|
method: 'get',
|
|
1346
1346
|
body: null,
|
|
@@ -1558,7 +1558,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1558
1558
|
function createResourceRequest$3(config) {
|
|
1559
1559
|
const headers = {};
|
|
1560
1560
|
return {
|
|
1561
|
-
baseUri: '/services/data/
|
|
1561
|
+
baseUri: '/services/data/v61.0',
|
|
1562
1562
|
basePath: '/ssot/machine-learning/model-artifacts',
|
|
1563
1563
|
method: 'get',
|
|
1564
1564
|
body: null,
|
|
@@ -2101,7 +2101,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2101
2101
|
function createResourceRequest$2(config) {
|
|
2102
2102
|
const headers = {};
|
|
2103
2103
|
return {
|
|
2104
|
-
baseUri: '/services/data/
|
|
2104
|
+
baseUri: '/services/data/v61.0',
|
|
2105
2105
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '',
|
|
2106
2106
|
method: 'get',
|
|
2107
2107
|
body: null,
|
|
@@ -2510,7 +2510,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2510
2510
|
function createResourceRequest$1(config) {
|
|
2511
2511
|
const headers = {};
|
|
2512
2512
|
return {
|
|
2513
|
-
baseUri: '/services/data/
|
|
2513
|
+
baseUri: '/services/data/v61.0',
|
|
2514
2514
|
basePath: '/ssot/machine-learning/workspaces',
|
|
2515
2515
|
method: 'get',
|
|
2516
2516
|
body: null,
|
|
@@ -2639,7 +2639,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2639
2639
|
function createResourceRequest(config) {
|
|
2640
2640
|
const headers = {};
|
|
2641
2641
|
return {
|
|
2642
|
-
baseUri: '/services/data/
|
|
2642
|
+
baseUri: '/services/data/v61.0',
|
|
2643
2643
|
basePath: '/ssot/machine-learning/workspaces/' + config.urlParams.workspaceIdOrName + '/models/' + config.urlParams.modelId + '',
|
|
2644
2644
|
method: 'patch',
|
|
2645
2645
|
body: config.body,
|
|
@@ -2870,4 +2870,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2870
2870
|
});
|
|
2871
2871
|
|
|
2872
2872
|
export { createCdpMlConfiguredModelCollection, getCdpMlConfiguredModel, getCdpMlConfiguredModelCollection, getCdpMlConfiguredModelCollection_imperative, getCdpMlConfiguredModel_imperative, getCdpMlModelArtifact, getCdpMlModelArtifactCollection, getCdpMlModelArtifactCollection_imperative, getCdpMlModelArtifact_imperative, getCdpMlWorkspace, getCdpMlWorkspaceCollection, getCdpMlWorkspaceCollection_imperative, getCdpMlWorkspaceNotifyChange, getCdpMlWorkspace_imperative, updateCdpMlConfiguredModel };
|
|
2873
|
-
// version: 1.
|
|
2873
|
+
// version: 1.269.0-37c0722c7
|