@salesforce/lds-adapters-industries-interesttagging 1.134.2 → 1.134.3
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-interesttagging",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.3",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Connect family for interest tags APIs",
|
|
6
6
|
"main": "dist/es/es2018/industries-interesttagging.js",
|
package/sfdc/index.js
CHANGED
|
@@ -1644,4 +1644,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1644
1644
|
});
|
|
1645
1645
|
|
|
1646
1646
|
export { createInterestTagEntityAssignment, getInterestTagEntityAssignments, getInterestTagEntityAssignments_imperative, getTagCategoriesByTagId, getTagCategoriesByTagId_imperative, getTagsByCategoryId, getTagsByCategoryId_imperative, getTagsByRecordId, getTagsByRecordId_imperative };
|
|
1647
|
-
// version: 1.134.
|
|
1647
|
+
// version: 1.134.3-ea1008c6e
|
package/src/raml/api.raml
CHANGED
|
@@ -444,20 +444,21 @@ types:
|
|
|
444
444
|
# TODO: Hand-rolled W-8334626 due to issue #22 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAxyxIv)
|
|
445
445
|
#required: false
|
|
446
446
|
(oas-body-name): updateInterestTagData
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
447
|
+
# TODO: Hand rolled
|
|
448
|
+
# post:
|
|
449
|
+
# description: API to create interest tag.
|
|
450
|
+
# responses:
|
|
451
|
+
# '200':
|
|
452
|
+
# description: Success
|
|
453
|
+
# body:
|
|
454
|
+
# application/json:
|
|
455
|
+
# type: InterestTagCreateCollectionOutputRepresentation
|
|
456
|
+
# body:
|
|
457
|
+
# application/json:
|
|
458
|
+
# type: InterestTagCreateInputListRepresentation
|
|
459
|
+
# # TODO: Hand-rolled W-8334626 due to issue #22 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAxyxIv)
|
|
460
|
+
# #required: false
|
|
461
|
+
# (oas-body-name): createInterestTagData
|
|
461
462
|
/tags/{tagId}:
|
|
462
463
|
delete:
|
|
463
464
|
description: API to delete interest tags by Ids.
|
|
@@ -509,20 +510,21 @@ types:
|
|
|
509
510
|
# TODO: Hand-rolled W-8334626 due to issue #22 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAxyxIv)
|
|
510
511
|
#required: false
|
|
511
512
|
(oas-body-name): updateInterestTagData
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
513
|
+
# TODO: Hand rolled
|
|
514
|
+
# post:
|
|
515
|
+
# description: API to create interest tag.
|
|
516
|
+
# responses:
|
|
517
|
+
# '200':
|
|
518
|
+
# description: Success
|
|
519
|
+
# body:
|
|
520
|
+
# application/json:
|
|
521
|
+
# type: InterestTagCreateCollectionOutputRepresentation
|
|
522
|
+
# body:
|
|
523
|
+
# application/json:
|
|
524
|
+
# type: InterestTagCreateInputListRepresentation
|
|
525
|
+
# # TODO: Hand-rolled W-8334626 due to issue #22 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAxyxIv)
|
|
526
|
+
# #required: false
|
|
527
|
+
# (oas-body-name): createInterestTagData
|
|
526
528
|
uriParameters:
|
|
527
529
|
tagId:
|
|
528
530
|
type: string
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
-
import { InterestTagCreateCollectionOutputRepresentation as types_InterestTagCreateCollectionOutputRepresentation_InterestTagCreateCollectionOutputRepresentation } from '../types/InterestTagCreateCollectionOutputRepresentation';
|
|
3
|
-
export interface ResourceRequestConfig {
|
|
4
|
-
body: {
|
|
5
|
-
interestTagList: Array<{}>;
|
|
6
|
-
};
|
|
7
|
-
}
|
|
8
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_InterestTagCreateCollectionOutputRepresentation_InterestTagCreateCollectionOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
10
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_InterestTagCreateCollectionOutputRepresentation_InterestTagCreateCollectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_InterestTagCreateCollectionOutputRepresentation_InterestTagCreateCollectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_InterestTagCreateCollectionOutputRepresentation_InterestTagCreateCollectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_InterestTagCreateCollectionOutputRepresentation_InterestTagCreateCollectionOutputRepresentation, any>;
|
|
11
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
-
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postConnectInterestTagsTagsByTagId.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
-
import { InterestTagCreateCollectionOutputRepresentation as types_InterestTagCreateCollectionOutputRepresentation_InterestTagCreateCollectionOutputRepresentation } from '../types/InterestTagCreateCollectionOutputRepresentation';
|
|
3
|
-
export interface ResourceRequestConfig {
|
|
4
|
-
urlParams: {
|
|
5
|
-
tagId: string;
|
|
6
|
-
};
|
|
7
|
-
body: {
|
|
8
|
-
interestTagList: Array<{}>;
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_InterestTagCreateCollectionOutputRepresentation_InterestTagCreateCollectionOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_InterestTagCreateCollectionOutputRepresentation_InterestTagCreateCollectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_InterestTagCreateCollectionOutputRepresentation_InterestTagCreateCollectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_InterestTagCreateCollectionOutputRepresentation_InterestTagCreateCollectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_InterestTagCreateCollectionOutputRepresentation_InterestTagCreateCollectionOutputRepresentation, any>;
|
|
14
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
-
export default createResourceRequest;
|