@salesforce/lds-adapters-platform-lightning-types 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.
@@ -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/v67.0',
644
+ baseUri: '/services/data/v68.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/v67.0',
961
+ baseUri: '/services/data/v68.0',
962
962
  basePath: '/connect/lightning-types/' + config.urlParams.fullyQualifiedName + '',
963
963
  method: 'get',
964
964
  body: null,
@@ -1467,7 +1467,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1467
1467
  function createResourceRequest$1(config) {
1468
1468
  const headers = {};
1469
1469
  return {
1470
- baseUri: '/services/data/v67.0',
1470
+ baseUri: '/services/data/v68.0',
1471
1471
  basePath: '/connect/lightning-model/types',
1472
1472
  method: 'post',
1473
1473
  body: config.body,
@@ -1767,7 +1767,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1767
1767
  function createResourceRequest(config) {
1768
1768
  const headers = {};
1769
1769
  return {
1770
- baseUri: '/services/data/v67.0',
1770
+ baseUri: '/services/data/v68.0',
1771
1771
  basePath: '/connect/lightning-model/validate',
1772
1772
  method: 'post',
1773
1773
  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.431.0",
3
+ "version": "1.433.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.431.0"
43
+ "@salesforce/lds-bindings": "^1.433.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.431.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.433.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/v67.0',
375
+ baseUri: '/services/data/v68.0',
376
376
  basePath: '/connect/lightning-types/' + config.urlParams.fullyQualifiedName + '',
377
377
  method: 'get',
378
378
  body: null,
@@ -967,7 +967,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
967
967
  function createResourceRequest$2(config) {
968
968
  const headers = {};
969
969
  return {
970
- baseUri: '/services/data/v67.0',
970
+ baseUri: '/services/data/v68.0',
971
971
  basePath: '/connect/lightning-types',
972
972
  method: 'get',
973
973
  body: null,
@@ -1477,7 +1477,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1477
1477
  function createResourceRequest$1(config) {
1478
1478
  const headers = {};
1479
1479
  return {
1480
- baseUri: '/services/data/v67.0',
1480
+ baseUri: '/services/data/v68.0',
1481
1481
  basePath: '/connect/lightning-model/types',
1482
1482
  method: 'post',
1483
1483
  body: config.body,
@@ -1776,7 +1776,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1776
1776
  function createResourceRequest(config) {
1777
1777
  const headers = {};
1778
1778
  return {
1779
- baseUri: '/services/data/v67.0',
1779
+ baseUri: '/services/data/v68.0',
1780
1780
  basePath: '/connect/lightning-model/validate',
1781
1781
  method: 'post',
1782
1782
  body: config.body,
@@ -1955,4 +1955,4 @@ withDefaultLuvio((luvio) => {
1955
1955
  });
1956
1956
 
1957
1957
  export { getLightningType, getLightningType_imperative, getLightningTypes, getLightningTypes_imperative, getTypes, getTypes_imperative, validateLightningModel, validateLightningModel_imperative };
1958
- // version: 1.431.0-51a9c51ed3
1958
+ // version: 1.433.0-db129b48d2
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/v67.0
9
+ baseUri: /services/data/v68.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0