Skip to content

Commit

Permalink
cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
penginn-net committed Oct 22, 2024
1 parent 520ea4e commit 39ed0e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/cherrypick-js/src/autogen/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22157,6 +22157,11 @@ export type operations = {
* @enum {string|null}
*/
reactionAcceptance?: null | 'likeOnly' | 'likeOnlyForRemote' | 'nonSensitiveOnly' | 'nonSensitiveOnlyForLocalLikeOnlyForRemote';
/**
* @default public
* @enum {string|null}
*/
searchableBy?: 'public' | 'followersAndReacted' | 'reactedOnly' | 'private';
/** @default false */
disableRightClick?: boolean;
/** @default false */
Expand Down

0 comments on commit 39ed0e8

Please sign in to comment.