Skip to content

Commit 97c1afb

Browse files
authored
Add missing internal imports (#538)
1 parent 45ab856 commit 97c1afb

File tree

111 files changed

+566
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+566
-4
lines changed

jest.config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"coverageThreshold": {
2727
"global": {
2828
"branches": 84.9,
29-
"functions": 30,
30-
"lines": 91,
31-
"statements": 92
29+
"functions": 25,
30+
"lines": 70,
31+
"statements": 75
3232
}
3333
},
3434
"globals": {

src/actions/adjust/By3dLutAction.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import {By3dLutAction} from "@cloudinary/transformation-builder-sdk/actions/adjust/By3dLutAction";
2+
3+
export {By3dLutAction};

src/actions/adjust/FillLightAction.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { FillLightAction } from "@cloudinary/transformation-builder-sdk/actions/adjust/FillLightAction";
2+
3+
export {FillLightAction};

src/actions/adjust/ImproveAction.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { ImproveAction } from "@cloudinary/transformation-builder-sdk/actions/adjust/ImproveAction";
2+
3+
export {ImproveAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { OpacityAdjustAction } from "@cloudinary/transformation-builder-sdk/actions/adjust/OpacityAdjustAction";
2+
3+
export {OpacityAdjustAction};

src/actions/adjust/RecolorAction.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { RecolorAction } from "@cloudinary/transformation-builder-sdk/actions/adjust/RecolorAction";
2+
3+
export {RecolorAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { ReplaceColorAction } from "@cloudinary/transformation-builder-sdk/actions/adjust/ReplaceColorAction";
2+
3+
export {ReplaceColorAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import {ViesusCorrectAdjustAction} from "@cloudinary/transformation-builder-sdk/actions/adjust/simple/ViesusCorrectAdjustAction";
2+
3+
export {ViesusCorrectAdjustAction};
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import CustomFunctionAction from "@cloudinary/transformation-builder-sdk/actions/customFunction/CustomFunctionAction";
2+
export default CustomFunctionAction;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import RemoteAction from "@cloudinary/transformation-builder-sdk/actions/customFunction/RemoteAction";
2+
export default RemoteAction;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { DeliveryAction } from "@cloudinary/transformation-builder-sdk/actions/delivery/DeliveryAction";
2+
3+
export {DeliveryAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { DeliveryColorSpaceAction } from "@cloudinary/transformation-builder-sdk/actions/delivery/DeliveryColorSpaceAction";
2+
3+
export {DeliveryColorSpaceAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { DeliveryColorSpaceFromICCAction } from "@cloudinary/transformation-builder-sdk/actions/delivery/DeliveryColorSpaceFromICCAction";
2+
3+
export {DeliveryColorSpaceFromICCAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { DeliveryDPRAction } from "@cloudinary/transformation-builder-sdk/actions/delivery/DeliveryDPRAction";
2+
3+
export {DeliveryDPRAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { DeliveryQualityAction } from "@cloudinary/transformation-builder-sdk/actions/delivery/DeliveryQualityAction";
2+
3+
export {DeliveryQualityAction};
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { AssistColorBlindEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/AssistColorBlind";
2+
3+
4+
export {AssistColorBlindEffectAction};
5+
6+

src/actions/effect/Cartoonify.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import { CartoonifyEffect } from "@cloudinary/transformation-builder-sdk/actions/effect/Cartoonify";
2+
export {CartoonifyEffect};

src/actions/effect/Colorize.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { ColorizeEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/Colorize";
2+
3+
export {ColorizeEffectAction};

src/actions/effect/Dither.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { DitherEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/Dither";
2+
3+
export {DitherEffectAction};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { EffectActionWithBlend } from "@cloudinary/transformation-builder-sdk/actions/effect/EffectActions/EffectActionWithBlend";
2+
3+
4+
export {EffectActionWithBlend};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { EffectActionWithLevel } from "@cloudinary/transformation-builder-sdk/actions/effect/EffectActions/EffectActionWithLevel";
2+
3+
export {EffectActionWithLevel};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { EffectActionWithStrength } from "@cloudinary/transformation-builder-sdk/actions/effect/EffectActions/EffectActionWithStrength";
2+
3+
4+
export {EffectActionWithStrength};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { LeveledEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/EffectActions/LeveledEffectAction";
2+
3+
export {LeveledEffectAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { SimpleEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/EffectActions/SimpleEffectAction";
2+
3+
export {SimpleEffectAction};

src/actions/effect/GradientFade.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { GradientFadeEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/GradientFade";
2+
3+
export {GradientFadeEffectAction};

src/actions/effect/Outline.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { EffectOutline } from "@cloudinary/transformation-builder-sdk/actions/effect/Outline";
2+
3+
export {EffectOutline};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { RemoveBackgroundAction } from "@cloudinary/transformation-builder-sdk/actions/effect/RemoveBackgroundAction";
2+
3+
export {RemoveBackgroundAction};

src/actions/effect/Shadow.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { ShadowEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/Shadow";
2+
3+
4+
export {ShadowEffectAction};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { SimulateColorBlindEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/SimulateColorBlind";
2+
3+
4+
export {SimulateColorBlindEffectAction};

src/actions/effect/StyleTransfer.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { StyleTransfer } from "@cloudinary/transformation-builder-sdk/actions/effect/StyleTransfer";
2+
3+
export {StyleTransfer};

src/actions/effect/Theme.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { ThemeEffect } from "@cloudinary/transformation-builder-sdk/actions/effect/Theme";
2+
3+
export {ThemeEffect};

src/actions/effect/Vectorize.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { VectorizeEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/Vectorize";
2+
3+
4+
5+
export {VectorizeEffectAction};

src/actions/effect/blur/Blur.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { BlurAction } from "@cloudinary/transformation-builder-sdk/actions/effect/blur/Blur";
2+
3+
4+
export {BlurAction};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { AccelerationEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/leveled/Accelerate";
2+
3+
4+
export {AccelerationEffectAction};
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { BlackwhiteEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/leveled/Blackwhite";
2+
3+
4+
5+
export {BlackwhiteEffectAction};

src/actions/effect/leveled/Deshake.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { DeshakeEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/leveled/Deshake";
2+
3+
export {DeshakeEffectAction};

src/actions/effect/leveled/FadeIn.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { FadeInEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/leveled/FadeIn";
2+
3+
4+
5+
export {FadeInEffectAction};

src/actions/effect/leveled/FadeOut.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { FadeOutEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/leveled/FadeOut";
2+
3+
4+
5+
export {FadeOutEffectAction};

src/actions/effect/leveled/Loop.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { LoopEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/leveled/Loop";
2+
3+
export {LoopEffectAction};
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { MakeTransparentEffectAction } from "@cloudinary/transformation-builder-sdk/actions/effect/leveled/MakeTransparent";
2+
3+
4+
5+
export {MakeTransparentEffectAction};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { Pixelate } from "@cloudinary/transformation-builder-sdk/actions/effect/pixelate/Pixelate";
2+
3+
4+
export {Pixelate};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { NamedTransformationAction } from "@cloudinary/transformation-builder-sdk/actions/namedTransformation/NamedTransformationAction";
2+
3+
export {NamedTransformationAction};

src/actions/reshape/CutByImage.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import CutByImage from "@cloudinary/transformation-builder-sdk/actions/reshape/CutByImage";
2+
3+
4+
export default CutByImage;

src/actions/reshape/Distort.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { DistortAction } from "@cloudinary/transformation-builder-sdk/actions/reshape/Distort";
2+
3+
4+
export {DistortAction};

src/actions/reshape/DistortArc.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { DistortArcAction } from "@cloudinary/transformation-builder-sdk/actions/reshape/DistortArc";
2+
3+
4+
5+
export {DistortArcAction};

src/actions/reshape/Shear.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { ShearAction } from "@cloudinary/transformation-builder-sdk/actions/reshape/Shear";
2+
3+
export {ShearAction};

src/actions/reshape/TrimAction.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import TrimAction from "@cloudinary/transformation-builder-sdk/actions/videoEdit/TrimAction";
2+
3+
export {TrimAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { ResizeAdvancedAction } from "@cloudinary/transformation-builder-sdk/actions/resize/ResizeAdvancedAction";
2+
3+
export {ResizeAdvancedAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { ResizeCropAction } from "@cloudinary/transformation-builder-sdk/actions/resize/ResizeCropAction";
2+
3+
export {ResizeCropAction};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { ResizeFillAction } from "@cloudinary/transformation-builder-sdk/actions/resize/ResizeFillAction";
2+
3+
4+
export {ResizeFillAction};

src/actions/resize/ResizeFitAction.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import {ResizeFitAction} from "@cloudinary/transformation-builder-sdk/actions/resize/ResizeFitAction";
2+
export {ResizeFitAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import {ResizeLimitFillAction} from "@cloudinary/transformation-builder-sdk/actions/resize/ResizeLimitFillAction";
2+
3+
export {ResizeLimitFillAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import {ResizeLimitFitAction} from "@cloudinary/transformation-builder-sdk/actions/resize/ResizeLimitFitAction";
2+
3+
export {ResizeLimitFitAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import {ResizeLimitPadAction} from "@cloudinary/transformation-builder-sdk/actions/resize/ResizeLimitPadAction";
2+
3+
export {ResizeLimitPadAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import {ResizeMinimumFitAction} from "@cloudinary/transformation-builder-sdk/actions/resize/ResizeMinimumFitAction";
2+
3+
export {ResizeMinimumFitAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import {ResizeMinimumPadAction} from "@cloudinary/transformation-builder-sdk/actions/resize/ResizeMinimumPadAction";
2+
3+
export {ResizeMinimumPadAction};

src/actions/resize/ResizePadAction.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import {ResizePadAction} from "@cloudinary/transformation-builder-sdk/actions/resize/ResizePadAction";
2+
3+
export {ResizePadAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import {ResizeScaleAction} from "@cloudinary/transformation-builder-sdk/actions/resize/ResizeScaleAction";
2+
3+
export {ResizeScaleAction};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import {ResizeSimpleAction} from "@cloudinary/transformation-builder-sdk/actions/resize/ResizeSimpleAction";
2+
3+
export {ResizeSimpleAction};

src/actions/resize/ThumbnailAction.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import {ThumbResizeAction} from "@cloudinary/transformation-builder-sdk/actions/resize/ThumbnailAction";
2+
3+
4+
export {ThumbResizeAction};

src/actions/rotate/RotateAction.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import RotateAction from "@cloudinary/transformation-builder-sdk/actions/rotate/RotateAction";
2+
3+
4+
export default RotateAction;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import RoundCornersAction from "@cloudinary/transformation-builder-sdk/actions/roundCorners/RoundCornersAction";
2+
3+
4+
export default RoundCornersAction;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import AudioCodecAction from "@cloudinary/transformation-builder-sdk/actions/transcode/AudioCodecAction";
2+
3+
export default AudioCodecAction;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import AudioFrequencyAction from "@cloudinary/transformation-builder-sdk/actions/transcode/AudioFrequencyAction";
2+
3+
export default AudioFrequencyAction;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import BitRateAction from "@cloudinary/transformation-builder-sdk/actions/transcode/BitRateAction";
2+
3+
4+
export default BitRateAction;

src/actions/transcode/FPSAction.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import FPSAction from "@cloudinary/transformation-builder-sdk/actions/transcode/FPSAction";
2+
3+
4+
export default FPSAction;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import FPSRangeAction from "@cloudinary/transformation-builder-sdk/actions/transcode/FPSRangeAction";
2+
3+
4+
export default FPSRangeAction;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import KeyframeIntervalsAction from "@cloudinary/transformation-builder-sdk/actions/transcode/KeyframeIntervalsAction";
2+
3+
4+
export default KeyframeIntervalsAction;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import StreamingProfileAction from "@cloudinary/transformation-builder-sdk/actions/transcode/StreamingProfile";
2+
3+
4+
export default StreamingProfileAction;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import ToAnimatedAction from "@cloudinary/transformation-builder-sdk/actions/transcode/ToAnimatedAction";
2+
3+
4+
export default ToAnimatedAction;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { VideoCodecAction } from "@cloudinary/transformation-builder-sdk/actions/transcode/VideoCodecAction";
2+
3+
export {VideoCodecAction};

src/actions/variable/SetAction.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import SetAction from "@cloudinary/transformation-builder-sdk/actions/variable/SetAction";
2+
3+
4+
export default SetAction;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import SetAssetReferenceAction from "@cloudinary/transformation-builder-sdk/actions/variable/SetAssetReferenceAction";
2+
3+
export default SetAssetReferenceAction;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import SetFromContextAction from "@cloudinary/transformation-builder-sdk/actions/variable/SetFromContextAction";
2+
3+
4+
export default SetFromContextAction;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import SetFromMetadataAction from "@cloudinary/transformation-builder-sdk/actions/variable/SetFromMetadataAction";
2+
3+
4+
export default SetFromMetadataAction;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import VariableAction from "@cloudinary/transformation-builder-sdk/actions/variable/VariableAction";
2+
3+
4+
export default VariableAction;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import ConcatenateAction from "@cloudinary/transformation-builder-sdk/actions/videoEdit/ConcatenateAction";
2+
3+
4+
export default ConcatenateAction;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { PreviewAction } from "@cloudinary/transformation-builder-sdk/actions/videoEdit/PreviewAction";
2+
3+
export {PreviewAction};

src/actions/videoEdit/TrimAction.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import {TrimAction} from "../reshape/TrimAction.js";
2+
3+
4+
export default TrimAction;

src/actions/videoEdit/VolumeAction.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import VolumeAction from "@cloudinary/transformation-builder-sdk/actions/videoEdit/VolumeAction";
2+
3+
4+
export default VolumeAction;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { AnimatedFormatQualifierValue } from "@cloudinary/transformation-builder-sdk/qualifiers/animatedFormat/AnimatedFormatQualifierValue";
2+
3+
4+
export {AnimatedFormatQualifierValue};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import {QualifierValue} from "../../internal/qualifier/QualifierValue.js";
2+
3+
/**
4+
* @memberOf Qualifiers.AspectRatio
5+
* @extends {SDK.QualifierValue}
6+
*/
7+
export class AspectRatioQualifierValue extends QualifierValue {
8+
// Used as a marker for types
9+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import BlurredBackgroundAction
2+
from "@cloudinary/transformation-builder-sdk/qualifiers/background/shared/BlurredBackgroundAction";
3+
4+
export default BlurredBackgroundAction;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { BackgroundAutoBorderQualifier } from "@cloudinary/transformation-builder-sdk/qualifiers/background/shared/auto/BackgroundAutoBorderQualifier";
2+
3+
export {BackgroundAutoBorderQualifier};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { BackgroundAutoPredominantQualifier } from "@cloudinary/transformation-builder-sdk/qualifiers/background/shared/auto/BackgroundAutoPredominantQualifier";
2+
3+
4+
export {BackgroundAutoPredominantQualifier};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { BackgroundQualifier } from "@cloudinary/transformation-builder-sdk/qualifiers/background/shared/base/BackgroundQualifier";
2+
3+
4+
export {BackgroundQualifier};

0 commit comments

Comments
 (0)