@salesforce/lds-adapters-service-gis 1.383.0 → 1.385.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/service-gis.js +5 -5
- package/package.json +3 -3
- package/sfdc/index.js +6 -6
- package/src/raml/api.raml +1 -1
|
@@ -222,7 +222,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
222
222
|
function createResourceRequest$4(config) {
|
|
223
223
|
const headers = {};
|
|
224
224
|
return {
|
|
225
|
-
baseUri: '/services/data/
|
|
225
|
+
baseUri: '/services/data/v66.0',
|
|
226
226
|
basePath: '/gis/auth/GisExternalAccessToken',
|
|
227
227
|
method: 'get',
|
|
228
228
|
body: null,
|
|
@@ -500,7 +500,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
500
500
|
function createResourceRequest$3(config) {
|
|
501
501
|
const headers = {};
|
|
502
502
|
return {
|
|
503
|
-
baseUri: '/services/data/
|
|
503
|
+
baseUri: '/services/data/v66.0',
|
|
504
504
|
basePath: '/gis/auth/GisExternalAuthIdentityProvider',
|
|
505
505
|
method: 'post',
|
|
506
506
|
body: config.body,
|
|
@@ -720,7 +720,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
720
720
|
function createResourceRequest$2(config) {
|
|
721
721
|
const headers = {};
|
|
722
722
|
return {
|
|
723
|
-
baseUri: '/services/data/
|
|
723
|
+
baseUri: '/services/data/v66.0',
|
|
724
724
|
basePath: '/gis/auth/GisExternalAuthIdentityProviders',
|
|
725
725
|
method: 'get',
|
|
726
726
|
body: null,
|
|
@@ -1137,7 +1137,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1137
1137
|
function createResourceRequest$1(config) {
|
|
1138
1138
|
const headers = {};
|
|
1139
1139
|
return {
|
|
1140
|
-
baseUri: '/services/data/
|
|
1140
|
+
baseUri: '/services/data/v66.0',
|
|
1141
1141
|
basePath: '/gis/config/GisExtlMapObjectConfig',
|
|
1142
1142
|
method: 'get',
|
|
1143
1143
|
body: null,
|
|
@@ -1569,7 +1569,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1569
1569
|
function createResourceRequest(config) {
|
|
1570
1570
|
const headers = {};
|
|
1571
1571
|
return {
|
|
1572
|
-
baseUri: '/services/data/
|
|
1572
|
+
baseUri: '/services/data/v66.0',
|
|
1573
1573
|
basePath: '/gis/config/GisRelatedObjectConfig',
|
|
1574
1574
|
method: 'get',
|
|
1575
1575
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-service-gis",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.385.0",
|
|
4
4
|
"description": "serves gis service",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/service-gis.js",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"test:unit": "jest"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
+
"@salesforce/lds-bindings": "^1.385.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.385.0"
|
|
49
49
|
},
|
|
50
50
|
"nx": {
|
|
51
51
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -282,7 +282,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
282
282
|
function createResourceRequest$4(config) {
|
|
283
283
|
const headers = {};
|
|
284
284
|
return {
|
|
285
|
-
baseUri: '/services/data/
|
|
285
|
+
baseUri: '/services/data/v66.0',
|
|
286
286
|
basePath: '/gis/auth/GisExternalAuthIdentityProvider',
|
|
287
287
|
method: 'post',
|
|
288
288
|
body: config.body,
|
|
@@ -482,7 +482,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
482
482
|
function createResourceRequest$3(config) {
|
|
483
483
|
const headers = {};
|
|
484
484
|
return {
|
|
485
|
-
baseUri: '/services/data/
|
|
485
|
+
baseUri: '/services/data/v66.0',
|
|
486
486
|
basePath: '/gis/auth/GisExternalAccessToken',
|
|
487
487
|
method: 'get',
|
|
488
488
|
body: null,
|
|
@@ -730,7 +730,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
730
730
|
function createResourceRequest$2(config) {
|
|
731
731
|
const headers = {};
|
|
732
732
|
return {
|
|
733
|
-
baseUri: '/services/data/
|
|
733
|
+
baseUri: '/services/data/v66.0',
|
|
734
734
|
basePath: '/gis/auth/GisExternalAuthIdentityProviders',
|
|
735
735
|
method: 'get',
|
|
736
736
|
body: null,
|
|
@@ -1147,7 +1147,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1147
1147
|
function createResourceRequest$1(config) {
|
|
1148
1148
|
const headers = {};
|
|
1149
1149
|
return {
|
|
1150
|
-
baseUri: '/services/data/
|
|
1150
|
+
baseUri: '/services/data/v66.0',
|
|
1151
1151
|
basePath: '/gis/config/GisExtlMapObjectConfig',
|
|
1152
1152
|
method: 'get',
|
|
1153
1153
|
body: null,
|
|
@@ -1579,7 +1579,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1579
1579
|
function createResourceRequest(config) {
|
|
1580
1580
|
const headers = {};
|
|
1581
1581
|
return {
|
|
1582
|
-
baseUri: '/services/data/
|
|
1582
|
+
baseUri: '/services/data/v66.0',
|
|
1583
1583
|
basePath: '/gis/config/GisRelatedObjectConfig',
|
|
1584
1584
|
method: 'get',
|
|
1585
1585
|
body: null,
|
|
@@ -1747,4 +1747,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1747
1747
|
});
|
|
1748
1748
|
|
|
1749
1749
|
export { createGisExternalAuthIdentityProvider, getGisExternalAuthAccessToken, getGisExternalAuthAccessToken_imperative, getGisExternalAuthIdentityProviders, getGisExternalAuthIdentityProviders_imperative, getGisExtlMapObjectConfig, getGisExtlMapObjectConfig_imperative, getGisRelatedObjectConfig, getGisRelatedObjectConfig_imperative };
|
|
1750
|
-
// version: 1.
|
|
1750
|
+
// version: 1.385.0-c6070cc476
|