@salesforce/lds-adapters-service-network-data-category 1.231.0 → 1.233.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.
@@ -363,7 +363,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
363
363
  function createResourceRequest$4(config) {
364
364
  const headers = {};
365
365
  return {
366
- baseUri: '/services/data/v59.0',
366
+ baseUri: '/services/data/v60.0',
367
367
  basePath: '/connect/network-data-category/' + config.urlParams.networkDataCategoryId + '/catalog-item',
368
368
  method: 'get',
369
369
  body: null,
@@ -499,7 +499,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
499
499
  function createResourceRequest$3(config) {
500
500
  const headers = {};
501
501
  return {
502
- baseUri: '/services/data/v59.0',
502
+ baseUri: '/services/data/v60.0',
503
503
  basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '/catalog-item',
504
504
  method: 'get',
505
505
  body: null,
@@ -821,7 +821,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
821
821
  function createResourceRequest$2(config) {
822
822
  const headers = {};
823
823
  return {
824
- baseUri: '/services/data/v59.0',
824
+ baseUri: '/services/data/v60.0',
825
825
  basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '/knowledge-article',
826
826
  method: 'get',
827
827
  body: null,
@@ -1383,7 +1383,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1383
1383
  function createResourceRequest$1(config) {
1384
1384
  const headers = {};
1385
1385
  return {
1386
- baseUri: '/services/data/v59.0',
1386
+ baseUri: '/services/data/v60.0',
1387
1387
  basePath: '/connect/communities/' + config.urlParams.communityId + '/data-category/network-data-category',
1388
1388
  method: 'get',
1389
1389
  body: null,
@@ -1572,7 +1572,7 @@ function getResponseCacheKeys(storeKeyMap, luvio, resourceParams, response) {
1572
1572
  function createResourceRequest(config) {
1573
1573
  const headers = {};
1574
1574
  return {
1575
- baseUri: '/services/data/v59.0',
1575
+ baseUri: '/services/data/v60.0',
1576
1576
  basePath: '/connect/communities/' + config.urlParams.communityId + '/data-category/network-data-category',
1577
1577
  method: 'put',
1578
1578
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-network-data-category",
3
- "version": "1.231.0",
3
+ "version": "1.233.0",
4
4
  "description": "Family that contains APIs pertaining to the NetworkDataCategory object",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-network-data-category.js",
package/sfdc/index.js CHANGED
@@ -323,7 +323,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
323
323
  function createResourceRequest$4(config) {
324
324
  const headers = {};
325
325
  return {
326
- baseUri: '/services/data/v59.0',
326
+ baseUri: '/services/data/v60.0',
327
327
  basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '/knowledge-article',
328
328
  method: 'get',
329
329
  body: null,
@@ -885,7 +885,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
885
885
  function createResourceRequest$3(config) {
886
886
  const headers = {};
887
887
  return {
888
- baseUri: '/services/data/v59.0',
888
+ baseUri: '/services/data/v60.0',
889
889
  basePath: '/connect/communities/' + config.urlParams.communityId + '/data-category/network-data-category',
890
890
  method: 'get',
891
891
  body: null,
@@ -1288,7 +1288,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1288
1288
  function createResourceRequest$2(config) {
1289
1289
  const headers = {};
1290
1290
  return {
1291
- baseUri: '/services/data/v59.0',
1291
+ baseUri: '/services/data/v60.0',
1292
1292
  basePath: '/connect/network-data-category/' + config.urlParams.networkDataCategoryId + '/catalog-item',
1293
1293
  method: 'get',
1294
1294
  body: null,
@@ -1424,7 +1424,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1424
1424
  function createResourceRequest$1(config) {
1425
1425
  const headers = {};
1426
1426
  return {
1427
- baseUri: '/services/data/v59.0',
1427
+ baseUri: '/services/data/v60.0',
1428
1428
  basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '/catalog-item',
1429
1429
  method: 'get',
1430
1430
  body: null,
@@ -1618,7 +1618,7 @@ function getResponseCacheKeys(storeKeyMap, luvio, resourceParams, response) {
1618
1618
  function createResourceRequest(config) {
1619
1619
  const headers = {};
1620
1620
  return {
1621
- baseUri: '/services/data/v59.0',
1621
+ baseUri: '/services/data/v60.0',
1622
1622
  basePath: '/connect/communities/' + config.urlParams.communityId + '/data-category/network-data-category',
1623
1623
  method: 'put',
1624
1624
  body: config.body,
@@ -1769,4 +1769,4 @@ withDefaultLuvio((luvio) => {
1769
1769
  });
1770
1770
 
1771
1771
  export { getArticlesForCategory, getArticlesForCategory_imperative, getNetworkDataCategories, getNetworkDataCategoriesNotifyChange, getNetworkDataCategories_imperative, getServiceCatalogItems, getServiceCatalogItemsForCommunity, getServiceCatalogItemsForCommunity_imperative, getServiceCatalogItems_imperative, updateNetworkDataCategories };
1772
- // version: 1.231.0-2b4244fb5
1772
+ // version: 1.233.0-e0ba7cc7b
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/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0