@salesforce/lds-adapters-platform-lightning-types 1.412.1 → 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.
@@ -641,7 +641,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
641
641
  function createResourceRequest$3(config) {
642
642
  const headers = {};
643
643
  return {
644
- baseUri: '/services/data/v66.0',
644
+ baseUri: '/services/data/v67.0',
645
645
  basePath: '/connect/lightning-types',
646
646
  method: 'get',
647
647
  body: null,
@@ -958,7 +958,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
958
958
  function createResourceRequest$2(config) {
959
959
  const headers = {};
960
960
  return {
961
- baseUri: '/services/data/v66.0',
961
+ baseUri: '/services/data/v67.0',
962
962
  basePath: '/connect/lightning-types/' + config.urlParams.fullyQualifiedName + '',
963
963
  method: 'get',
964
964
  body: null,
@@ -1466,7 +1466,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1466
1466
  function createResourceRequest$1(config) {
1467
1467
  const headers = {};
1468
1468
  return {
1469
- baseUri: '/services/data/v66.0',
1469
+ baseUri: '/services/data/v67.0',
1470
1470
  basePath: '/connect/lightning-model/types',
1471
1471
  method: 'post',
1472
1472
  body: config.body,
@@ -1766,7 +1766,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1766
1766
  function createResourceRequest(config) {
1767
1767
  const headers = {};
1768
1768
  return {
1769
- baseUri: '/services/data/v66.0',
1769
+ baseUri: '/services/data/v67.0',
1770
1770
  basePath: '/connect/lightning-model/validate',
1771
1771
  method: 'post',
1772
1772
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-lightning-types",
3
- "version": "1.412.1",
3
+ "version": "1.413.0",
4
4
  "description": "wire adapter for lightning types",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/platform-lightning-types.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.412.1"
43
+ "@salesforce/lds-bindings": "^1.413.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.412.1"
46
+ "@salesforce/lds-compiler-plugins": "^1.413.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -372,7 +372,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
372
372
  function createResourceRequest$3(config) {
373
373
  const headers = {};
374
374
  return {
375
- baseUri: '/services/data/v66.0',
375
+ baseUri: '/services/data/v67.0',
376
376
  basePath: '/connect/lightning-types/' + config.urlParams.fullyQualifiedName + '',
377
377
  method: 'get',
378
378
  body: null,
@@ -966,7 +966,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
966
966
  function createResourceRequest$2(config) {
967
967
  const headers = {};
968
968
  return {
969
- baseUri: '/services/data/v66.0',
969
+ baseUri: '/services/data/v67.0',
970
970
  basePath: '/connect/lightning-types',
971
971
  method: 'get',
972
972
  body: null,
@@ -1476,7 +1476,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1476
1476
  function createResourceRequest$1(config) {
1477
1477
  const headers = {};
1478
1478
  return {
1479
- baseUri: '/services/data/v66.0',
1479
+ baseUri: '/services/data/v67.0',
1480
1480
  basePath: '/connect/lightning-model/types',
1481
1481
  method: 'post',
1482
1482
  body: config.body,
@@ -1775,7 +1775,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1775
1775
  function createResourceRequest(config) {
1776
1776
  const headers = {};
1777
1777
  return {
1778
- baseUri: '/services/data/v66.0',
1778
+ baseUri: '/services/data/v67.0',
1779
1779
  basePath: '/connect/lightning-model/validate',
1780
1780
  method: 'post',
1781
1781
  body: config.body,
@@ -1954,4 +1954,4 @@ withDefaultLuvio((luvio) => {
1954
1954
  });
1955
1955
 
1956
1956
  export { getLightningType, getLightningType_imperative, getLightningTypes, getLightningTypes_imperative, getTypes, getTypes_imperative, validateLightningModel, validateLightningModel_imperative };
1957
- // version: 1.412.1-944b7de7af
1957
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '63.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0