@salesforce/lds-adapters-platform-lightning-types 1.384.0 → 1.386.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/v65.0',
644
+ baseUri: '/services/data/v66.0',
645
645
  basePath: '/connect/lightning-types',
646
646
  method: 'get',
647
647
  body: null,
@@ -956,7 +956,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
956
956
  function createResourceRequest$2(config) {
957
957
  const headers = {};
958
958
  return {
959
- baseUri: '/services/data/v65.0',
959
+ baseUri: '/services/data/v66.0',
960
960
  basePath: '/connect/lightning-types/' + config.urlParams.fullyQualifiedName + '',
961
961
  method: 'get',
962
962
  body: null,
@@ -1464,7 +1464,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1464
1464
  function createResourceRequest$1(config) {
1465
1465
  const headers = {};
1466
1466
  return {
1467
- baseUri: '/services/data/v65.0',
1467
+ baseUri: '/services/data/v66.0',
1468
1468
  basePath: '/connect/lightning-model/types',
1469
1469
  method: 'post',
1470
1470
  body: config.body,
@@ -1764,7 +1764,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1764
1764
  function createResourceRequest(config) {
1765
1765
  const headers = {};
1766
1766
  return {
1767
- baseUri: '/services/data/v65.0',
1767
+ baseUri: '/services/data/v66.0',
1768
1768
  basePath: '/connect/lightning-model/validate',
1769
1769
  method: 'post',
1770
1770
  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.384.0",
3
+ "version": "1.386.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.384.0"
43
+ "@salesforce/lds-bindings": "^1.386.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.384.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.386.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/v65.0',
375
+ baseUri: '/services/data/v66.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/v65.0',
969
+ baseUri: '/services/data/v66.0',
970
970
  basePath: '/connect/lightning-types',
971
971
  method: 'get',
972
972
  body: null,
@@ -1474,7 +1474,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1474
1474
  function createResourceRequest$1(config) {
1475
1475
  const headers = {};
1476
1476
  return {
1477
- baseUri: '/services/data/v65.0',
1477
+ baseUri: '/services/data/v66.0',
1478
1478
  basePath: '/connect/lightning-model/types',
1479
1479
  method: 'post',
1480
1480
  body: config.body,
@@ -1773,7 +1773,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1773
1773
  function createResourceRequest(config) {
1774
1774
  const headers = {};
1775
1775
  return {
1776
- baseUri: '/services/data/v65.0',
1776
+ baseUri: '/services/data/v66.0',
1777
1777
  basePath: '/connect/lightning-model/validate',
1778
1778
  method: 'post',
1779
1779
  body: config.body,
@@ -1952,4 +1952,4 @@ withDefaultLuvio((luvio) => {
1952
1952
  });
1953
1953
 
1954
1954
  export { getLightningType, getLightningType_imperative, getLightningTypes, getLightningTypes_imperative, getTypes, getTypes_imperative, validateLightningModel, validateLightningModel_imperative };
1955
- // version: 1.384.0-835fd13f44
1955
+ // version: 1.386.0-521094e838
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/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0