@salesforce/lds-adapters-platform-flow-builder 1.134.4 → 1.134.5

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.
@@ -751,7 +751,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
751
751
  function createResourceRequest(config) {
752
752
  const headers = {};
753
753
  return {
754
- baseUri: '/services/data/v58.0',
754
+ baseUri: '/services/data/v59.0',
755
755
  basePath: '/connect/interaction/builder/rules',
756
756
  method: 'get',
757
757
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-flow-builder",
3
- "version": "1.134.4",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "API related to flow builder",
6
6
  "main": "dist/es/es2018/platform-flow-builder.js",
package/sfdc/index.js CHANGED
@@ -761,7 +761,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
761
761
  function createResourceRequest(config) {
762
762
  const headers = {};
763
763
  return {
764
- baseUri: '/services/data/v58.0',
764
+ baseUri: '/services/data/v59.0',
765
765
  basePath: '/connect/interaction/builder/rules',
766
766
  method: 'get',
767
767
  body: null,
@@ -910,4 +910,4 @@ withDefaultLuvio((luvio) => {
910
910
  });
911
911
 
912
912
  export { getRules, getRules_imperative };
913
- // version: 1.134.4-a74ddaa33
913
+ // version: 1.134.5-a25b51598
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '56.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0