@salesforce/lds-adapters-service-servicecatalogcategory 1.334.0 → 1.336.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.
@@ -392,7 +392,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
392
392
  function createResourceRequest(config) {
393
393
  const headers = {};
394
394
  return {
395
- baseUri: '/services/data/v63.0',
395
+ baseUri: '/services/data/v64.0',
396
396
  basePath: '/connect/service-automation/service-catalog/categories',
397
397
  method: 'get',
398
398
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-servicecatalogcategory",
3
- "version": "1.334.0",
3
+ "version": "1.336.0",
4
4
  "description": "Work with categories according to you Service Catalog categorization selection",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-servicecatalogcategory.js",
@@ -40,11 +40,11 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.334.0"
43
+ "@salesforce/lds-bindings": "^1.336.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.334.0",
47
- "@salesforce/lds-karma": "^1.334.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.336.0",
47
+ "@salesforce/lds-karma": "^1.336.0"
48
48
  },
49
49
  "nx": {
50
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -402,7 +402,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
402
402
  function createResourceRequest(config) {
403
403
  const headers = {};
404
404
  return {
405
- baseUri: '/services/data/v63.0',
405
+ baseUri: '/services/data/v64.0',
406
406
  basePath: '/connect/service-automation/service-catalog/categories',
407
407
  method: 'get',
408
408
  body: null,
@@ -517,4 +517,4 @@ withDefaultLuvio((luvio) => {
517
517
  });
518
518
 
519
519
  export { getCategories, getCategories_imperative };
520
- // version: 1.334.0-a801774b3d
520
+ // version: 1.336.0-1b35a3afd9
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '60.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v63.0
9
+ baseUri: /services/data/v64.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0