@salesforce/lds-adapters-industries-mfgprogram 1.412.0 → 1.413.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.
|
@@ -302,7 +302,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
302
302
|
function createResourceRequest$1(config) {
|
|
303
303
|
const headers = {};
|
|
304
304
|
return {
|
|
305
|
-
baseUri: '/services/data/
|
|
305
|
+
baseUri: '/services/data/v67.0',
|
|
306
306
|
basePath: '/connect/entity/mfg-program-templates',
|
|
307
307
|
method: 'get',
|
|
308
308
|
body: null,
|
|
@@ -437,7 +437,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
437
437
|
function createResourceRequest(config) {
|
|
438
438
|
const headers = {};
|
|
439
439
|
return {
|
|
440
|
-
baseUri: '/services/data/
|
|
440
|
+
baseUri: '/services/data/v67.0',
|
|
441
441
|
basePath: '/connect/entity/mfg-program-templates/' + config.urlParams.id + '',
|
|
442
442
|
method: 'get',
|
|
443
443
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-mfgprogram",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.0",
|
|
4
4
|
"description": "Manufacturing Program",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-mfgprogram.js",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.413.0",
|
|
44
44
|
"node": "^21.6.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -232,7 +232,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
232
232
|
function createResourceRequest$1(config) {
|
|
233
233
|
const headers = {};
|
|
234
234
|
return {
|
|
235
|
-
baseUri: '/services/data/
|
|
235
|
+
baseUri: '/services/data/v67.0',
|
|
236
236
|
basePath: '/connect/entity/mfg-program-templates/' + config.urlParams.id + '',
|
|
237
237
|
method: 'get',
|
|
238
238
|
body: null,
|
|
@@ -450,7 +450,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
450
450
|
function createResourceRequest(config) {
|
|
451
451
|
const headers = {};
|
|
452
452
|
return {
|
|
453
|
-
baseUri: '/services/data/
|
|
453
|
+
baseUri: '/services/data/v67.0',
|
|
454
454
|
basePath: '/connect/entity/mfg-program-templates',
|
|
455
455
|
method: 'get',
|
|
456
456
|
body: null,
|
|
@@ -584,4 +584,4 @@ withDefaultLuvio((luvio) => {
|
|
|
584
584
|
});
|
|
585
585
|
|
|
586
586
|
export { getManufacturingProgramTemplateDetails, getManufacturingProgramTemplateDetails_imperative, getManufacturingProgramTemplatesList, getManufacturingProgramTemplatesList_imperative };
|
|
587
|
-
// version: 1.
|
|
587
|
+
// version: 1.413.0-8cd312301b
|