@salesforce/lds-adapters-service-data-category 1.356.0 → 1.358.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.
@@ -520,7 +520,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
520
520
  function createResourceRequest(config) {
521
521
  const headers = {};
522
522
  return {
523
- baseUri: '/services/data/v64.0',
523
+ baseUri: '/services/data/v65.0',
524
524
  basePath: '/connect/data-category/category-group',
525
525
  method: 'get',
526
526
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-data-category",
3
- "version": "1.356.0",
3
+ "version": "1.358.0",
4
4
  "description": "Contains APIs that return information pertaining to data categories",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-data-category.js",
@@ -42,11 +42,11 @@
42
42
  "test": "nx build:karma && karma start --single-run"
43
43
  },
44
44
  "dependencies": {
45
- "@salesforce/lds-bindings": "^1.356.0"
45
+ "@salesforce/lds-bindings": "^1.358.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.356.0",
49
- "@salesforce/lds-karma": "^1.356.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.358.0",
49
+ "@salesforce/lds-karma": "^1.358.0"
50
50
  },
51
51
  "nx": {
52
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -530,7 +530,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
530
530
  function createResourceRequest(config) {
531
531
  const headers = {};
532
532
  return {
533
- baseUri: '/services/data/v64.0',
533
+ baseUri: '/services/data/v65.0',
534
534
  basePath: '/connect/data-category/category-group',
535
535
  method: 'get',
536
536
  body: null,
@@ -645,4 +645,4 @@ withDefaultLuvio((luvio) => {
645
645
  });
646
646
 
647
647
  export { getCategoryGroups, getCategoryGroups_imperative };
648
- // version: 1.356.0-d412b8de3d
648
+ // version: 1.358.0-abc73971a1
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '59.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