@salesforce/lds-adapters-industries-guardrail 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.
@@ -428,7 +428,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
428
428
  function createResourceRequest$2(config) {
429
429
  const headers = {};
430
430
  return {
431
- baseUri: '/services/data/v65.0',
431
+ baseUri: '/services/data/v66.0',
432
432
  basePath: '/connect/industries/guardrail',
433
433
  method: 'get',
434
434
  body: null,
@@ -668,7 +668,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
668
668
  function createResourceRequest$1(config) {
669
669
  const headers = {};
670
670
  return {
671
- baseUri: '/services/data/v65.0',
671
+ baseUri: '/services/data/v66.0',
672
672
  basePath: '/connect/industries/guardrail/validate',
673
673
  method: 'post',
674
674
  body: config.body,
@@ -856,7 +856,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
856
856
  function createResourceRequest(config) {
857
857
  const headers = {};
858
858
  return {
859
- baseUri: '/services/data/v65.0',
859
+ baseUri: '/services/data/v66.0',
860
860
  basePath: '/connect/industries/guardrails',
861
861
  method: 'get',
862
862
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-guardrail",
3
- "version": "1.384.0",
3
+ "version": "1.386.0",
4
4
  "description": "Guardrail resource family to fetch and validate industries guardrails",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-guardrail.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
@@ -438,7 +438,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
438
438
  function createResourceRequest$2(config) {
439
439
  const headers = {};
440
440
  return {
441
- baseUri: '/services/data/v65.0',
441
+ baseUri: '/services/data/v66.0',
442
442
  basePath: '/connect/industries/guardrail',
443
443
  method: 'get',
444
444
  body: null,
@@ -658,7 +658,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
658
658
  function createResourceRequest$1(config) {
659
659
  const headers = {};
660
660
  return {
661
- baseUri: '/services/data/v65.0',
661
+ baseUri: '/services/data/v66.0',
662
662
  basePath: '/connect/industries/guardrails',
663
663
  method: 'get',
664
664
  body: null,
@@ -897,7 +897,7 @@ function ingestSuccess(luvio, resourceParams, response) {
897
897
  function createResourceRequest(config) {
898
898
  const headers = {};
899
899
  return {
900
- baseUri: '/services/data/v65.0',
900
+ baseUri: '/services/data/v66.0',
901
901
  basePath: '/connect/industries/guardrail/validate',
902
902
  method: 'post',
903
903
  body: config.body,
@@ -1011,4 +1011,4 @@ withDefaultLuvio((luvio) => {
1011
1011
  });
1012
1012
 
1013
1013
  export { getIndustriesGuardrail, getIndustriesGuardrail_imperative, getIndustriesGuardrails, getIndustriesGuardrails_imperative, postValidateGuardrail };
1014
- // version: 1.384.0-835fd13f44
1014
+ // 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