@salesforce/lds-adapters-service-gis 1.412.1 → 1.414.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/v67.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/v67.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/v67.0',
|
|
724
724
|
basePath: '/gis/auth/GisExternalAuthIdentityProviders',
|
|
725
725
|
method: 'get',
|
|
726
726
|
body: null,
|
|
@@ -1186,7 +1186,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1186
1186
|
function createResourceRequest$1(config) {
|
|
1187
1187
|
const headers = {};
|
|
1188
1188
|
return {
|
|
1189
|
-
baseUri: '/services/data/
|
|
1189
|
+
baseUri: '/services/data/v67.0',
|
|
1190
1190
|
basePath: '/gis/config/GisExtlMapObjectConfig',
|
|
1191
1191
|
method: 'get',
|
|
1192
1192
|
body: null,
|
|
@@ -1618,7 +1618,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1618
1618
|
function createResourceRequest(config) {
|
|
1619
1619
|
const headers = {};
|
|
1620
1620
|
return {
|
|
1621
|
-
baseUri: '/services/data/
|
|
1621
|
+
baseUri: '/services/data/v67.0',
|
|
1622
1622
|
basePath: '/gis/config/GisRelatedObjectConfig',
|
|
1623
1623
|
method: 'get',
|
|
1624
1624
|
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.414.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.414.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.414.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/v67.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/v67.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/v67.0',
|
|
734
734
|
basePath: '/gis/auth/GisExternalAuthIdentityProviders',
|
|
735
735
|
method: 'get',
|
|
736
736
|
body: null,
|
|
@@ -1196,7 +1196,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1196
1196
|
function createResourceRequest$1(config) {
|
|
1197
1197
|
const headers = {};
|
|
1198
1198
|
return {
|
|
1199
|
-
baseUri: '/services/data/
|
|
1199
|
+
baseUri: '/services/data/v67.0',
|
|
1200
1200
|
basePath: '/gis/config/GisExtlMapObjectConfig',
|
|
1201
1201
|
method: 'get',
|
|
1202
1202
|
body: null,
|
|
@@ -1628,7 +1628,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1628
1628
|
function createResourceRequest(config) {
|
|
1629
1629
|
const headers = {};
|
|
1630
1630
|
return {
|
|
1631
|
-
baseUri: '/services/data/
|
|
1631
|
+
baseUri: '/services/data/v67.0',
|
|
1632
1632
|
basePath: '/gis/config/GisRelatedObjectConfig',
|
|
1633
1633
|
method: 'get',
|
|
1634
1634
|
body: null,
|
|
@@ -1796,4 +1796,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1796
1796
|
});
|
|
1797
1797
|
|
|
1798
1798
|
export { createGisExternalAuthIdentityProvider, getGisExternalAuthAccessToken, getGisExternalAuthAccessToken_imperative, getGisExternalAuthIdentityProviders, getGisExternalAuthIdentityProviders_imperative, getGisExtlMapObjectConfig, getGisExtlMapObjectConfig_imperative, getGisRelatedObjectConfig, getGisRelatedObjectConfig_imperative };
|
|
1799
|
-
// version: 1.
|
|
1799
|
+
// version: 1.414.0-3d95b40524
|