@salesforce/lds-adapters-industries-reminder 1.431.0 → 1.433.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.
|
@@ -522,7 +522,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
522
522
|
function createResourceRequest$1(config) {
|
|
523
523
|
const headers = {};
|
|
524
524
|
return {
|
|
525
|
-
baseUri: '/services/data/
|
|
525
|
+
baseUri: '/services/data/v68.0',
|
|
526
526
|
basePath: '/connect/reminder/reminder-definition',
|
|
527
527
|
method: 'patch',
|
|
528
528
|
body: config.body,
|
|
@@ -725,7 +725,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
725
725
|
function createResourceRequest(config) {
|
|
726
726
|
const headers = {};
|
|
727
727
|
return {
|
|
728
|
-
baseUri: '/services/data/
|
|
728
|
+
baseUri: '/services/data/v68.0',
|
|
729
729
|
basePath: '/connect/reminder/reminder-definition',
|
|
730
730
|
method: 'post',
|
|
731
731
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-reminder",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.433.0",
|
|
4
4
|
"description": "Create/Update reminder definition",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-reminder.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.433.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
-
"@salesforce/lds-karma": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.433.0",
|
|
47
|
+
"@salesforce/lds-karma": "^1.433.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -512,7 +512,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
512
512
|
function createResourceRequest$1(config) {
|
|
513
513
|
const headers = {};
|
|
514
514
|
return {
|
|
515
|
-
baseUri: '/services/data/
|
|
515
|
+
baseUri: '/services/data/v68.0',
|
|
516
516
|
basePath: '/connect/reminder/reminder-definition',
|
|
517
517
|
method: 'post',
|
|
518
518
|
body: config.body,
|
|
@@ -734,7 +734,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
734
734
|
function createResourceRequest(config) {
|
|
735
735
|
const headers = {};
|
|
736
736
|
return {
|
|
737
|
-
baseUri: '/services/data/
|
|
737
|
+
baseUri: '/services/data/v68.0',
|
|
738
738
|
basePath: '/connect/reminder/reminder-definition',
|
|
739
739
|
method: 'patch',
|
|
740
740
|
body: config.body,
|
|
@@ -823,4 +823,4 @@ withDefaultLuvio((luvio) => {
|
|
|
823
823
|
});
|
|
824
824
|
|
|
825
825
|
export { createReminderDefinition, updateReminderDefinition };
|
|
826
|
-
// version: 1.
|
|
826
|
+
// version: 1.433.0-db129b48d2
|