@salesforce/lds-adapters-industries-epc 1.289.0 → 1.290.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/industries-epc.js +7 -7
- package/package.json +4 -4
- package/sfdc/index.js +8 -8
- package/src/raml/api.raml +1 -1
|
@@ -261,7 +261,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
261
261
|
function createResourceRequest$6(config) {
|
|
262
262
|
const headers = {};
|
|
263
263
|
return {
|
|
264
|
-
baseUri: '/services/data/
|
|
264
|
+
baseUri: '/services/data/v62.0',
|
|
265
265
|
basePath: '/connect/pcm/actions/deactivate',
|
|
266
266
|
method: 'patch',
|
|
267
267
|
body: config.body,
|
|
@@ -478,7 +478,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
478
478
|
function createResourceRequest$5(config) {
|
|
479
479
|
const headers = {};
|
|
480
480
|
return {
|
|
481
|
-
baseUri: '/services/data/
|
|
481
|
+
baseUri: '/services/data/v62.0',
|
|
482
482
|
basePath: '/connect/pcm/product-attribute-definition',
|
|
483
483
|
method: 'post',
|
|
484
484
|
body: config.body,
|
|
@@ -752,7 +752,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
752
752
|
function createResourceRequest$4(config) {
|
|
753
753
|
const headers = {};
|
|
754
754
|
return {
|
|
755
|
-
baseUri: '/services/data/
|
|
755
|
+
baseUri: '/services/data/v62.0',
|
|
756
756
|
basePath: '/connect/pcm/products/' + config.urlParams.productId + '/flow',
|
|
757
757
|
method: 'get',
|
|
758
758
|
body: null,
|
|
@@ -1685,7 +1685,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1685
1685
|
function createResourceRequest$3(config) {
|
|
1686
1686
|
const headers = {};
|
|
1687
1687
|
return {
|
|
1688
|
-
baseUri: '/services/data/
|
|
1688
|
+
baseUri: '/services/data/v62.0',
|
|
1689
1689
|
basePath: '/connect/pcm/product/' + config.urlParams.productId + '/attributes',
|
|
1690
1690
|
method: 'get',
|
|
1691
1691
|
body: null,
|
|
@@ -2009,7 +2009,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
2009
2009
|
function createResourceRequest$2(config) {
|
|
2010
2010
|
const headers = {};
|
|
2011
2011
|
return {
|
|
2012
|
-
baseUri: '/services/data/
|
|
2012
|
+
baseUri: '/services/data/v62.0',
|
|
2013
2013
|
basePath: '/connect/pcm/products/' + config.urlParams.productId + '',
|
|
2014
2014
|
method: 'get',
|
|
2015
2015
|
body: null,
|
|
@@ -2395,7 +2395,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2395
2395
|
function createResourceRequest$1(config) {
|
|
2396
2396
|
const headers = {};
|
|
2397
2397
|
return {
|
|
2398
|
-
baseUri: '/services/data/
|
|
2398
|
+
baseUri: '/services/data/v62.0',
|
|
2399
2399
|
basePath: '/connect/pcm/configurationRule/context-definition/' + config.urlParams.contextDefinitionId + '',
|
|
2400
2400
|
method: 'get',
|
|
2401
2401
|
body: null,
|
|
@@ -2682,7 +2682,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2682
2682
|
function createResourceRequest(config) {
|
|
2683
2683
|
const headers = {};
|
|
2684
2684
|
return {
|
|
2685
|
-
baseUri: '/services/data/
|
|
2685
|
+
baseUri: '/services/data/v62.0',
|
|
2686
2686
|
basePath: '/connect/pcm/configurationRule/config-rule-metadata/' + config.urlParams.usageType + '/' + config.urlParams.usageSubType + '',
|
|
2687
2687
|
method: 'get',
|
|
2688
2688
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-epc",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.290.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "APIs for EPCNext project",
|
|
6
6
|
"main": "dist/es/es2018/industries-epc.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"test:unit": "jest --config=./jest.config.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.
|
|
47
|
+
"@salesforce/lds-bindings": "^1.290.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.290.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.290.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -251,7 +251,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
251
251
|
function createResourceRequest$6(config) {
|
|
252
252
|
const headers = {};
|
|
253
253
|
return {
|
|
254
|
-
baseUri: '/services/data/
|
|
254
|
+
baseUri: '/services/data/v62.0',
|
|
255
255
|
basePath: '/connect/pcm/product-attribute-definition',
|
|
256
256
|
method: 'post',
|
|
257
257
|
body: config.body,
|
|
@@ -488,7 +488,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
488
488
|
function createResourceRequest$5(config) {
|
|
489
489
|
const headers = {};
|
|
490
490
|
return {
|
|
491
|
-
baseUri: '/services/data/
|
|
491
|
+
baseUri: '/services/data/v62.0',
|
|
492
492
|
basePath: '/connect/pcm/actions/deactivate',
|
|
493
493
|
method: 'patch',
|
|
494
494
|
body: config.body,
|
|
@@ -973,7 +973,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
973
973
|
function createResourceRequest$4(config) {
|
|
974
974
|
const headers = {};
|
|
975
975
|
return {
|
|
976
|
-
baseUri: '/services/data/
|
|
976
|
+
baseUri: '/services/data/v62.0',
|
|
977
977
|
basePath: '/connect/pcm/configurationRule/config-rule-metadata/' + config.urlParams.usageType + '/' + config.urlParams.usageSubType + '',
|
|
978
978
|
method: 'get',
|
|
979
979
|
body: null,
|
|
@@ -1204,7 +1204,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1204
1204
|
function createResourceRequest$3(config) {
|
|
1205
1205
|
const headers = {};
|
|
1206
1206
|
return {
|
|
1207
|
-
baseUri: '/services/data/
|
|
1207
|
+
baseUri: '/services/data/v62.0',
|
|
1208
1208
|
basePath: '/connect/pcm/configurationRule/context-definition/' + config.urlParams.contextDefinitionId + '',
|
|
1209
1209
|
method: 'get',
|
|
1210
1210
|
body: null,
|
|
@@ -2137,7 +2137,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
2137
2137
|
function createResourceRequest$2(config) {
|
|
2138
2138
|
const headers = {};
|
|
2139
2139
|
return {
|
|
2140
|
-
baseUri: '/services/data/
|
|
2140
|
+
baseUri: '/services/data/v62.0',
|
|
2141
2141
|
basePath: '/connect/pcm/product/' + config.urlParams.productId + '/attributes',
|
|
2142
2142
|
method: 'get',
|
|
2143
2143
|
body: null,
|
|
@@ -2461,7 +2461,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2461
2461
|
function createResourceRequest$1(config) {
|
|
2462
2462
|
const headers = {};
|
|
2463
2463
|
return {
|
|
2464
|
-
baseUri: '/services/data/
|
|
2464
|
+
baseUri: '/services/data/v62.0',
|
|
2465
2465
|
basePath: '/connect/pcm/products/' + config.urlParams.productId + '',
|
|
2466
2466
|
method: 'get',
|
|
2467
2467
|
body: null,
|
|
@@ -2693,7 +2693,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2693
2693
|
function createResourceRequest(config) {
|
|
2694
2694
|
const headers = {};
|
|
2695
2695
|
return {
|
|
2696
|
-
baseUri: '/services/data/
|
|
2696
|
+
baseUri: '/services/data/v62.0',
|
|
2697
2697
|
basePath: '/connect/pcm/products/' + config.urlParams.productId + '/flow',
|
|
2698
2698
|
method: 'get',
|
|
2699
2699
|
body: null,
|
|
@@ -2872,4 +2872,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2872
2872
|
});
|
|
2873
2873
|
|
|
2874
2874
|
export { createProductAttributeDefinition, deactivate, getConfigRuleMetadata, getConfigRuleMetadata_imperative, getContextDefinitionInfoById, getContextDefinitionInfoById_imperative, getProductAttributesByProductId, getProductAttributesByProductId_imperative, getProductById, getProductById_imperative, getProductFlowByProductId, getProductFlowByProductId_imperative };
|
|
2875
|
-
// version: 1.
|
|
2875
|
+
// version: 1.290.0-e2ccd0161
|