@salesforce/lds-adapters-platform-lightning-types 1.355.0 → 1.357.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.
@@ -650,7 +650,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
650
650
  function createResourceRequest$3(config) {
651
651
  const headers = {};
652
652
  return {
653
- baseUri: '/services/data/v64.0',
653
+ baseUri: '/services/data/v65.0',
654
654
  basePath: '/connect/lightning-types',
655
655
  method: 'get',
656
656
  body: null,
@@ -965,7 +965,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
965
965
  function createResourceRequest$2(config) {
966
966
  const headers = {};
967
967
  return {
968
- baseUri: '/services/data/v64.0',
968
+ baseUri: '/services/data/v65.0',
969
969
  basePath: '/connect/lightning-types/' + config.urlParams.fullyQualifiedName + '',
970
970
  method: 'get',
971
971
  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/v64.0',
1480
+ baseUri: '/services/data/v65.0',
1481
1481
  basePath: '/connect/lightning-model/types',
1482
1482
  method: 'post',
1483
1483
  body: config.body,
@@ -1777,7 +1777,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1777
1777
  function createResourceRequest(config) {
1778
1778
  const headers = {};
1779
1779
  return {
1780
- baseUri: '/services/data/v64.0',
1780
+ baseUri: '/services/data/v65.0',
1781
1781
  basePath: '/connect/lightning-model/validate',
1782
1782
  method: 'post',
1783
1783
  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.355.0",
3
+ "version": "1.357.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.355.0"
43
+ "@salesforce/lds-bindings": "^1.357.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.355.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.357.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/v64.0',
375
+ baseUri: '/services/data/v65.0',
376
376
  basePath: '/connect/lightning-types/' + config.urlParams.fullyQualifiedName + '',
377
377
  method: 'get',
378
378
  body: null,
@@ -974,7 +974,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
974
974
  function createResourceRequest$2(config) {
975
975
  const headers = {};
976
976
  return {
977
- baseUri: '/services/data/v64.0',
977
+ baseUri: '/services/data/v65.0',
978
978
  basePath: '/connect/lightning-types',
979
979
  method: 'get',
980
980
  body: null,
@@ -1487,7 +1487,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1487
1487
  function createResourceRequest$1(config) {
1488
1488
  const headers = {};
1489
1489
  return {
1490
- baseUri: '/services/data/v64.0',
1490
+ baseUri: '/services/data/v65.0',
1491
1491
  basePath: '/connect/lightning-model/types',
1492
1492
  method: 'post',
1493
1493
  body: config.body,
@@ -1786,7 +1786,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1786
1786
  function createResourceRequest(config) {
1787
1787
  const headers = {};
1788
1788
  return {
1789
- baseUri: '/services/data/v64.0',
1789
+ baseUri: '/services/data/v65.0',
1790
1790
  basePath: '/connect/lightning-model/validate',
1791
1791
  method: 'post',
1792
1792
  body: config.body,
@@ -1965,4 +1965,4 @@ withDefaultLuvio((luvio) => {
1965
1965
  });
1966
1966
 
1967
1967
  export { getLightningType, getLightningType_imperative, getLightningTypes, getLightningTypes_imperative, getTypes, getTypes_imperative, validateLightningModel, validateLightningModel_imperative };
1968
- // version: 1.355.0-df8576becd
1968
+ // version: 1.357.0-5a2425b0d8
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/v64.0
9
+ baseUri: /services/data/v65.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0