Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Jul 4, 2023
1 parent 0eed83e commit 9981996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/reviews/api/core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2703,6 +2703,7 @@ type VoiModifiedEventDetail = {
volumeId?: string;
VOILUTFunction?: VOILUTFunctionType;
invert?: boolean;
invertStateChanged?: boolean;
};

// @public (undocumented)
Expand Down
1 change: 1 addition & 0 deletions common/reviews/api/streaming-image-volume-loader.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1600,6 +1600,7 @@ type VoiModifiedEventDetail = {
volumeId?: string;
VOILUTFunction?: VOILUTFunctionType;
invert?: boolean;
invertStateChanged?: boolean;
};

// @public (undocumented)
Expand Down
1 change: 1 addition & 0 deletions common/reviews/api/tools.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5466,6 +5466,7 @@ type VoiModifiedEventDetail = {
volumeId?: string;
VOILUTFunction?: VOILUTFunctionType;
invert?: boolean;
invertStateChanged?: boolean;
};

// @public (undocumented)
Expand Down

0 comments on commit 9981996

Please sign in to comment.