@salesforce/lds-adapters-industries-interesttagging 1.134.2 → 1.134.4

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.2",
3
+ "version": "1.134.4",
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.2-29b530b89
1647
+ // version: 1.134.4-a74ddaa33
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
- post:
448
- description: API to create interest tag.
449
- responses:
450
- '200':
451
- description: Success
452
- body:
453
- application/json:
454
- type: InterestTagCreateCollectionOutputRepresentation
455
- body:
456
- application/json:
457
- type: InterestTagCreateInputListRepresentation
458
- # TODO: Hand-rolled W-8334626 due to issue #22 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAxyxIv)
459
- #required: false
460
- (oas-body-name): createInterestTagData
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
- post:
513
- description: API to create interest tag.
514
- responses:
515
- '200':
516
- description: Success
517
- body:
518
- application/json:
519
- type: InterestTagCreateCollectionOutputRepresentation
520
- body:
521
- application/json:
522
- type: InterestTagCreateInputListRepresentation
523
- # TODO: Hand-rolled W-8334626 due to issue #22 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAxyxIv)
524
- #required: false
525
- (oas-body-name): createInterestTagData
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;
@@ -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;