@salesforce/lds-adapters-service-network-data-category 1.355.0 → 1.357.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.
|
@@ -409,7 +409,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
409
409
|
function createResourceRequest$7(config) {
|
|
410
410
|
const headers = {};
|
|
411
411
|
return {
|
|
412
|
-
baseUri: '/services/data/
|
|
412
|
+
baseUri: '/services/data/v65.0',
|
|
413
413
|
basePath: '/connect/network-data-category/' + config.urlParams.networkDataCategoryId + '/catalog-item',
|
|
414
414
|
method: 'get',
|
|
415
415
|
body: null,
|
|
@@ -944,7 +944,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
944
944
|
function createResourceRequest$6(config) {
|
|
945
945
|
const headers = {};
|
|
946
946
|
return {
|
|
947
|
-
baseUri: '/services/data/
|
|
947
|
+
baseUri: '/services/data/v65.0',
|
|
948
948
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '',
|
|
949
949
|
method: 'patch',
|
|
950
950
|
body: null,
|
|
@@ -1274,7 +1274,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
1274
1274
|
function createResourceRequest$5(config) {
|
|
1275
1275
|
const headers = {};
|
|
1276
1276
|
return {
|
|
1277
|
-
baseUri: '/services/data/
|
|
1277
|
+
baseUri: '/services/data/v65.0',
|
|
1278
1278
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '/catalog-item',
|
|
1279
1279
|
method: 'get',
|
|
1280
1280
|
body: null,
|
|
@@ -1674,7 +1674,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1674
1674
|
function createResourceRequest$4(config) {
|
|
1675
1675
|
const headers = {};
|
|
1676
1676
|
return {
|
|
1677
|
-
baseUri: '/services/data/
|
|
1677
|
+
baseUri: '/services/data/v65.0',
|
|
1678
1678
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '/knowledge-article',
|
|
1679
1679
|
method: 'get',
|
|
1680
1680
|
body: null,
|
|
@@ -1953,7 +1953,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1953
1953
|
function createResourceRequest$3(config) {
|
|
1954
1954
|
const headers = {};
|
|
1955
1955
|
return {
|
|
1956
|
-
baseUri: '/services/data/
|
|
1956
|
+
baseUri: '/services/data/v65.0',
|
|
1957
1957
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '/parent-path',
|
|
1958
1958
|
method: 'get',
|
|
1959
1959
|
body: null,
|
|
@@ -2087,7 +2087,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2087
2087
|
function createResourceRequest$2(config) {
|
|
2088
2088
|
const headers = {};
|
|
2089
2089
|
return {
|
|
2090
|
-
baseUri: '/services/data/
|
|
2090
|
+
baseUri: '/services/data/v65.0',
|
|
2091
2091
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '/child-category',
|
|
2092
2092
|
method: 'get',
|
|
2093
2093
|
body: null,
|
|
@@ -2227,7 +2227,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2227
2227
|
function createResourceRequest$1(config) {
|
|
2228
2228
|
const headers = {};
|
|
2229
2229
|
return {
|
|
2230
|
-
baseUri: '/services/data/
|
|
2230
|
+
baseUri: '/services/data/v65.0',
|
|
2231
2231
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/data-category/network-data-category',
|
|
2232
2232
|
method: 'get',
|
|
2233
2233
|
body: null,
|
|
@@ -2416,7 +2416,7 @@ function getResponseCacheKeys(storeKeyMap, luvio, resourceParams, response) {
|
|
|
2416
2416
|
function createResourceRequest(config) {
|
|
2417
2417
|
const headers = {};
|
|
2418
2418
|
return {
|
|
2419
|
-
baseUri: '/services/data/
|
|
2419
|
+
baseUri: '/services/data/v65.0',
|
|
2420
2420
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/data-category/network-data-category',
|
|
2421
2421
|
method: 'put',
|
|
2422
2422
|
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.
|
|
3
|
+
"version": "1.357.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",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"test:unit": "jest --config=./jest.config.js"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
+
"@salesforce/lds-bindings": "^1.357.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.357.0",
|
|
49
|
+
"@salesforce/lds-karma": "^1.357.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -401,7 +401,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
401
401
|
function createResourceRequest$7(config) {
|
|
402
402
|
const headers = {};
|
|
403
403
|
return {
|
|
404
|
-
baseUri: '/services/data/
|
|
404
|
+
baseUri: '/services/data/v65.0',
|
|
405
405
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '/knowledge-article',
|
|
406
406
|
method: 'get',
|
|
407
407
|
body: null,
|
|
@@ -1088,7 +1088,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
1088
1088
|
function createResourceRequest$6(config) {
|
|
1089
1089
|
const headers = {};
|
|
1090
1090
|
return {
|
|
1091
|
-
baseUri: '/services/data/
|
|
1091
|
+
baseUri: '/services/data/v65.0',
|
|
1092
1092
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '/child-category',
|
|
1093
1093
|
method: 'get',
|
|
1094
1094
|
body: null,
|
|
@@ -1449,7 +1449,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1449
1449
|
function createResourceRequest$5(config) {
|
|
1450
1450
|
const headers = {};
|
|
1451
1451
|
return {
|
|
1452
|
-
baseUri: '/services/data/
|
|
1452
|
+
baseUri: '/services/data/v65.0',
|
|
1453
1453
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/data-category/network-data-category',
|
|
1454
1454
|
method: 'get',
|
|
1455
1455
|
body: null,
|
|
@@ -1617,7 +1617,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1617
1617
|
function createResourceRequest$4(config) {
|
|
1618
1618
|
const headers = {};
|
|
1619
1619
|
return {
|
|
1620
|
-
baseUri: '/services/data/
|
|
1620
|
+
baseUri: '/services/data/v65.0',
|
|
1621
1621
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '/parent-path',
|
|
1622
1622
|
method: 'get',
|
|
1623
1623
|
body: null,
|
|
@@ -2032,7 +2032,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2032
2032
|
function createResourceRequest$3(config) {
|
|
2033
2033
|
const headers = {};
|
|
2034
2034
|
return {
|
|
2035
|
-
baseUri: '/services/data/
|
|
2035
|
+
baseUri: '/services/data/v65.0',
|
|
2036
2036
|
basePath: '/connect/network-data-category/' + config.urlParams.networkDataCategoryId + '/catalog-item',
|
|
2037
2037
|
method: 'get',
|
|
2038
2038
|
body: null,
|
|
@@ -2168,7 +2168,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2168
2168
|
function createResourceRequest$2(config) {
|
|
2169
2169
|
const headers = {};
|
|
2170
2170
|
return {
|
|
2171
|
-
baseUri: '/services/data/
|
|
2171
|
+
baseUri: '/services/data/v65.0',
|
|
2172
2172
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '/catalog-item',
|
|
2173
2173
|
method: 'get',
|
|
2174
2174
|
body: null,
|
|
@@ -2362,7 +2362,7 @@ function getResponseCacheKeys$1(storeKeyMap, luvio, resourceParams, response) {
|
|
|
2362
2362
|
function createResourceRequest$1(config) {
|
|
2363
2363
|
const headers = {};
|
|
2364
2364
|
return {
|
|
2365
|
-
baseUri: '/services/data/
|
|
2365
|
+
baseUri: '/services/data/v65.0',
|
|
2366
2366
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/data-category/network-data-category',
|
|
2367
2367
|
method: 'put',
|
|
2368
2368
|
body: config.body,
|
|
@@ -2483,7 +2483,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2483
2483
|
function createResourceRequest(config) {
|
|
2484
2484
|
const headers = {};
|
|
2485
2485
|
return {
|
|
2486
|
-
baseUri: '/services/data/
|
|
2486
|
+
baseUri: '/services/data/v65.0',
|
|
2487
2487
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/network-data-category/' + config.urlParams.networkDataCategoryId + '',
|
|
2488
2488
|
method: 'patch',
|
|
2489
2489
|
body: null,
|
|
@@ -2652,4 +2652,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2652
2652
|
});
|
|
2653
2653
|
|
|
2654
2654
|
export { getArticlesForCategory, getArticlesForCategory_imperative, getChildCategories, getChildCategories_imperative, getNetworkDataCategories, getNetworkDataCategoriesNotifyChange, getNetworkDataCategories_imperative, getParentNetworkDataCategoryPath, getParentNetworkDataCategoryPath_imperative, getServiceCatalogItems, getServiceCatalogItemsForCommunity, getServiceCatalogItemsForCommunity_imperative, getServiceCatalogItems_imperative, notifyNetworkDataCategoryTreeRepresentationUpdateAvailable, updateNetworkDataCategories, updateNetworkDataCategory };
|
|
2655
|
-
// version: 1.
|
|
2655
|
+
// version: 1.357.0-5a2425b0d8
|