democut 0.6.35 → 0.6.36

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.
Files changed (2) hide show
  1. package/dist/cli.js +1443 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -6916,7 +6916,7 @@ import { realpathSync } from "fs";
6916
6916
  import { fileURLToPath } from "url";
6917
6917
 
6918
6918
  // src/version.ts
6919
- var VERSION = "0.6.35";
6919
+ var VERSION = "0.6.36";
6920
6920
 
6921
6921
  // src/device-flow.ts
6922
6922
  var DeviceFlowError = class extends Error {
@@ -29410,6 +29410,1427 @@ var GENERATED_TOOLS = [
29410
29410
  "openWorldHint": false
29411
29411
  }
29412
29412
  },
29413
+ {
29414
+ "name": "democut_list_cuts",
29415
+ "description": "\uD504\uB85C\uC81D\uD2B8\uC758 \uCEF7 \uBAA9\uB85D(\uD30C\uC0DD \uC0C1\uD0DC \uD3EC\uD568).",
29416
+ "inputSchema": {
29417
+ "type": "object",
29418
+ "properties": {
29419
+ "slug": {
29420
+ "type": "string",
29421
+ "description": "\uD504\uB85C\uC81D\uD2B8 \uC2AC\uB7EC\uADF8(list_projects)"
29422
+ }
29423
+ },
29424
+ "required": [
29425
+ "slug"
29426
+ ],
29427
+ "additionalProperties": false
29428
+ },
29429
+ "outputSchema": {
29430
+ "$defs": {
29431
+ "AiVideoSpec": {
29432
+ "additionalProperties": false,
29433
+ "properties": {
29434
+ "dialogue": {
29435
+ "items": {
29436
+ "$ref": "#/$defs/DialogueLine"
29437
+ },
29438
+ "title": "Dialogue",
29439
+ "type": "array"
29440
+ },
29441
+ "narration_asset_id": {
29442
+ "anyOf": [
29443
+ {
29444
+ "minLength": 1,
29445
+ "type": "string"
29446
+ },
29447
+ {
29448
+ "type": "null"
29449
+ }
29450
+ ],
29451
+ "default": null,
29452
+ "description": "BYO: \uCEF7 \uC804\uCCB4 \uB098\uB808\uC774\uC158 wav \uD55C \uAC1C(\uB300\uC0AC\uAC00 \uC788\uC5B4\uC57C \uD55C\uB2E4 \u2014 \uC790\uB9C9\xB7\uD0C0\uC774\uBC0D\uC758 \uADFC\uAC70). \uC904\uBCC4 audio_asset_id \uC640 \uB3D9\uC2DC \uC9C0\uC815 422",
29453
+ "title": "Narration Asset Id"
29454
+ },
29455
+ "subtitles": {
29456
+ "default": false,
29457
+ "title": "Subtitles",
29458
+ "type": "boolean"
29459
+ },
29460
+ "host": {
29461
+ "anyOf": [
29462
+ {
29463
+ "type": "string"
29464
+ },
29465
+ {
29466
+ "type": "null"
29467
+ }
29468
+ ],
29469
+ "default": null,
29470
+ "description": "\uC9C4\uD589 \u2014 \uD5C8\uC6A9 \uC9D1\uD569\uC740 \uCE74\uD0C8\uB85C\uADF8(\uBC29\uC2DD\uBCC4). \uBAA8\uC158\uADF8\uB798\uD53D\uC740 \uD544\uC218",
29471
+ "title": "Host"
29472
+ },
29473
+ "voice_id": {
29474
+ "anyOf": [
29475
+ {
29476
+ "minLength": 1,
29477
+ "type": "string"
29478
+ },
29479
+ {
29480
+ "type": "null"
29481
+ }
29482
+ ],
29483
+ "default": null,
29484
+ "description": "host\u2208{voice,avatar} \uC774\uACE0 BYO \uC624\uB514\uC624\uAC00 \uC5C6\uC744 \uB54C \uD544\uC218",
29485
+ "title": "Voice Id"
29486
+ },
29487
+ "pip": {
29488
+ "anyOf": [
29489
+ {
29490
+ "$ref": "#/$defs/PipSpec"
29491
+ },
29492
+ {
29493
+ "type": "null"
29494
+ }
29495
+ ],
29496
+ "default": null,
29497
+ "description": "host=avatar \uC77C \uB54C \uD544\uC218"
29498
+ },
29499
+ "image_asset_id": {
29500
+ "anyOf": [
29501
+ {
29502
+ "minLength": 1,
29503
+ "type": "string"
29504
+ },
29505
+ {
29506
+ "type": "null"
29507
+ }
29508
+ ],
29509
+ "default": null,
29510
+ "description": "\uCEF7 \uC774\uBBF8\uC9C0\uB97C spec \uC5D0\uC11C \uC9C1\uC811 \uC9C0\uC815(\uC5D0\uC774\uC804\uD2B8 \uC6D0\uC0F7\uC6A9)",
29511
+ "title": "Image Asset Id"
29512
+ },
29513
+ "duration_s": {
29514
+ "default": 5,
29515
+ "maximum": 15,
29516
+ "minimum": 4,
29517
+ "title": "Duration S",
29518
+ "type": "number"
29519
+ },
29520
+ "mode": {
29521
+ "const": "ai_video",
29522
+ "default": "ai_video",
29523
+ "title": "Mode",
29524
+ "type": "string"
29525
+ },
29526
+ "image_prompt": {
29527
+ "maxLength": 4e3,
29528
+ "minLength": 1,
29529
+ "title": "Image Prompt",
29530
+ "type": "string"
29531
+ },
29532
+ "provider": {
29533
+ "anyOf": [
29534
+ {
29535
+ "maxLength": 32,
29536
+ "minLength": 1,
29537
+ "type": "string"
29538
+ },
29539
+ {
29540
+ "type": "null"
29541
+ }
29542
+ ],
29543
+ "default": null,
29544
+ "description": "\uC601\uC0C1 \uC0DD\uC131 \uACF5\uAE09\uC790(\uC608: minimax). \uBE44\uC6B0\uBA74 \uC11C\uBC84 \uAE30\uBCF8\uAC12 \u2014 \uC4F8 \uC218 \uC788\uB294 \uBAA9\uB85D\uC740 GET \u2026/options \uC758 videogen_providers",
29545
+ "title": "Provider"
29546
+ },
29547
+ "seed": {
29548
+ "anyOf": [
29549
+ {
29550
+ "minimum": 0,
29551
+ "type": "integer"
29552
+ },
29553
+ {
29554
+ "type": "null"
29555
+ }
29556
+ ],
29557
+ "default": null,
29558
+ "title": "Seed"
29559
+ },
29560
+ "image": {
29561
+ "anyOf": [
29562
+ {
29563
+ "discriminator": {
29564
+ "mapping": {
29565
+ "asset": "#/$defs/AssetImageRef",
29566
+ "from_cut": "#/$defs/FromCutImageRef",
29567
+ "from_version": "#/$defs/FromVersionImageRef"
29568
+ },
29569
+ "propertyName": "kind"
29570
+ },
29571
+ "oneOf": [
29572
+ {
29573
+ "$ref": "#/$defs/AssetImageRef"
29574
+ },
29575
+ {
29576
+ "$ref": "#/$defs/FromCutImageRef"
29577
+ },
29578
+ {
29579
+ "$ref": "#/$defs/FromVersionImageRef"
29580
+ }
29581
+ ]
29582
+ },
29583
+ {
29584
+ "type": "null"
29585
+ }
29586
+ ],
29587
+ "default": null,
29588
+ "description": "\uCCAB \uD504\uB808\uC784. \uC5C6\uC73C\uBA74 image_asset_id \u2192 \uADF8\uAC83\uB3C4 \uC5C6\uC73C\uBA74 t2v(\uD14D\uC2A4\uD2B8\uB9CC) \u2014 \uACAC\uC801\uC774 notes \uB85C \uC54C\uB824\uC900\uB2E4",
29589
+ "title": "Image"
29590
+ },
29591
+ "end_image": {
29592
+ "anyOf": [
29593
+ {
29594
+ "discriminator": {
29595
+ "mapping": {
29596
+ "asset": "#/$defs/AssetImageRef",
29597
+ "from_cut": "#/$defs/FromCutImageRef",
29598
+ "from_version": "#/$defs/FromVersionImageRef"
29599
+ },
29600
+ "propertyName": "kind"
29601
+ },
29602
+ "oneOf": [
29603
+ {
29604
+ "$ref": "#/$defs/AssetImageRef"
29605
+ },
29606
+ {
29607
+ "$ref": "#/$defs/FromCutImageRef"
29608
+ },
29609
+ {
29610
+ "$ref": "#/$defs/FromVersionImageRef"
29611
+ }
29612
+ ]
29613
+ },
29614
+ {
29615
+ "type": "null"
29616
+ }
29617
+ ],
29618
+ "default": null,
29619
+ "title": "End Image"
29620
+ }
29621
+ },
29622
+ "required": [
29623
+ "image_prompt"
29624
+ ],
29625
+ "title": "AiVideoSpec",
29626
+ "type": "object"
29627
+ },
29628
+ "AssetImageRef": {
29629
+ "additionalProperties": false,
29630
+ "properties": {
29631
+ "kind": {
29632
+ "const": "asset",
29633
+ "default": "asset",
29634
+ "title": "Kind",
29635
+ "type": "string"
29636
+ },
29637
+ "asset_id": {
29638
+ "minLength": 1,
29639
+ "title": "Asset Id",
29640
+ "type": "string"
29641
+ }
29642
+ },
29643
+ "required": [
29644
+ "asset_id"
29645
+ ],
29646
+ "title": "AssetImageRef",
29647
+ "type": "object"
29648
+ },
29649
+ "CanvasPos": {
29650
+ "additionalProperties": false,
29651
+ "properties": {
29652
+ "x": {
29653
+ "default": 0,
29654
+ "title": "X",
29655
+ "type": "number"
29656
+ },
29657
+ "y": {
29658
+ "default": 0,
29659
+ "title": "Y",
29660
+ "type": "number"
29661
+ }
29662
+ },
29663
+ "title": "CanvasPos",
29664
+ "type": "object"
29665
+ },
29666
+ "CutEdit": {
29667
+ "additionalProperties": false,
29668
+ "properties": {
29669
+ "trim_in_ms": {
29670
+ "default": 0,
29671
+ "minimum": 0,
29672
+ "title": "Trim In Ms",
29673
+ "type": "integer"
29674
+ },
29675
+ "trim_out_ms": {
29676
+ "anyOf": [
29677
+ {
29678
+ "minimum": 1,
29679
+ "type": "integer"
29680
+ },
29681
+ {
29682
+ "type": "null"
29683
+ }
29684
+ ],
29685
+ "default": null,
29686
+ "title": "Trim Out Ms"
29687
+ },
29688
+ "silence_removal": {
29689
+ "default": false,
29690
+ "title": "Silence Removal",
29691
+ "type": "boolean"
29692
+ },
29693
+ "silence_threshold_ms": {
29694
+ "default": 800,
29695
+ "maximum": 5e3,
29696
+ "minimum": 100,
29697
+ "title": "Silence Threshold Ms",
29698
+ "type": "integer"
29699
+ }
29700
+ },
29701
+ "title": "CutEdit",
29702
+ "type": "object"
29703
+ },
29704
+ "CutImageView": {
29705
+ "additionalProperties": false,
29706
+ "properties": {
29707
+ "id": {
29708
+ "title": "Id",
29709
+ "type": "string"
29710
+ },
29711
+ "seq": {
29712
+ "title": "Seq",
29713
+ "type": "integer"
29714
+ },
29715
+ "asset_id": {
29716
+ "title": "Asset Id",
29717
+ "type": "string"
29718
+ },
29719
+ "source": {
29720
+ "enum": [
29721
+ "upload",
29722
+ "image_gen",
29723
+ "from_video"
29724
+ ],
29725
+ "title": "Source",
29726
+ "type": "string"
29727
+ },
29728
+ "from_version": {
29729
+ "anyOf": [
29730
+ {
29731
+ "type": "integer"
29732
+ },
29733
+ {
29734
+ "type": "null"
29735
+ }
29736
+ ],
29737
+ "default": null,
29738
+ "title": "From Version"
29739
+ },
29740
+ "url": {
29741
+ "anyOf": [
29742
+ {
29743
+ "type": "string"
29744
+ },
29745
+ {
29746
+ "type": "null"
29747
+ }
29748
+ ],
29749
+ "default": null,
29750
+ "description": "\uC11C\uBA85 URL",
29751
+ "title": "Url"
29752
+ }
29753
+ },
29754
+ "required": [
29755
+ "id",
29756
+ "seq",
29757
+ "asset_id",
29758
+ "source"
29759
+ ],
29760
+ "title": "CutImageView",
29761
+ "type": "object"
29762
+ },
29763
+ "CutVersionView": {
29764
+ "additionalProperties": false,
29765
+ "properties": {
29766
+ "version": {
29767
+ "minimum": 1,
29768
+ "title": "Version",
29769
+ "type": "integer"
29770
+ },
29771
+ "origin": {
29772
+ "enum": [
29773
+ "render",
29774
+ "import"
29775
+ ],
29776
+ "title": "Origin",
29777
+ "type": "string"
29778
+ },
29779
+ "spec": {
29780
+ "additionalProperties": true,
29781
+ "description": "\uBC15\uC81C\uB41C spec(\uD574\uC11D\uB41C asset_id \uD3EC\uD568). origin=render \uBA74 \uC2A4\uD0A4\uB9C8\uB294 CutSpec, origin=import \uBA74 **\uBE48 \uAC1D\uCCB4**\uB2E4 \u2014 \uADF8 \uC601\uC0C1\uC740 \uC6B0\uB9AC\uAC00 \uB9CC\uB4E4\uC9C0 \uC54A\uC558\uC73C\uBBC0\uB85C \uB9CC\uB4E0 \uBC29\uBC95\uC774 \uC5C6\uB2E4. \uBC29\uC2DD\uC744 \uC54C\uC544\uC57C \uD558\uBA74 origin \uC744 \uBCF4\uB77C(mode \uC5D0 import \uAC12\uC740 \uC5C6\uB2E4).",
29782
+ "title": "Spec",
29783
+ "type": "object"
29784
+ },
29785
+ "based_on": {
29786
+ "anyOf": [
29787
+ {
29788
+ "type": "integer"
29789
+ },
29790
+ {
29791
+ "type": "null"
29792
+ }
29793
+ ],
29794
+ "default": null,
29795
+ "title": "Based On"
29796
+ },
29797
+ "note": {
29798
+ "anyOf": [
29799
+ {
29800
+ "type": "string"
29801
+ },
29802
+ {
29803
+ "type": "null"
29804
+ }
29805
+ ],
29806
+ "default": null,
29807
+ "title": "Note"
29808
+ },
29809
+ "job_id": {
29810
+ "title": "Job Id",
29811
+ "type": "string"
29812
+ },
29813
+ "duration_ms": {
29814
+ "minimum": 0,
29815
+ "title": "Duration Ms",
29816
+ "type": "integer"
29817
+ },
29818
+ "width": {
29819
+ "title": "Width",
29820
+ "type": "integer"
29821
+ },
29822
+ "height": {
29823
+ "title": "Height",
29824
+ "type": "integer"
29825
+ },
29826
+ "fps": {
29827
+ "title": "Fps",
29828
+ "type": "number"
29829
+ },
29830
+ "timing": {
29831
+ "$ref": "#/$defs/Timing"
29832
+ },
29833
+ "quote": {
29834
+ "$ref": "#/$defs/Quote"
29835
+ },
29836
+ "mock": {
29837
+ "default": false,
29838
+ "title": "Mock",
29839
+ "type": "boolean"
29840
+ },
29841
+ "created_by": {
29842
+ "title": "Created By",
29843
+ "type": "string"
29844
+ },
29845
+ "created_at": {
29846
+ "title": "Created At",
29847
+ "type": "string"
29848
+ },
29849
+ "download": {
29850
+ "$ref": "#/$defs/DownloadUrls"
29851
+ }
29852
+ },
29853
+ "required": [
29854
+ "version",
29855
+ "origin",
29856
+ "spec",
29857
+ "job_id",
29858
+ "duration_ms",
29859
+ "width",
29860
+ "height",
29861
+ "fps",
29862
+ "timing",
29863
+ "quote",
29864
+ "created_by",
29865
+ "created_at",
29866
+ "download"
29867
+ ],
29868
+ "title": "CutVersionView",
29869
+ "type": "object"
29870
+ },
29871
+ "CutView": {
29872
+ "additionalProperties": false,
29873
+ "properties": {
29874
+ "id": {
29875
+ "title": "Id",
29876
+ "type": "string"
29877
+ },
29878
+ "project_slug": {
29879
+ "title": "Project Slug",
29880
+ "type": "string"
29881
+ },
29882
+ "mode": {
29883
+ "enum": [
29884
+ "motion_graphic",
29885
+ "ai_video",
29886
+ "youtube_clip"
29887
+ ],
29888
+ "title": "Mode",
29889
+ "type": "string"
29890
+ },
29891
+ "title": {
29892
+ "default": "",
29893
+ "title": "Title",
29894
+ "type": "string"
29895
+ },
29896
+ "position": {
29897
+ "anyOf": [
29898
+ {
29899
+ "type": "number"
29900
+ },
29901
+ {
29902
+ "type": "null"
29903
+ }
29904
+ ],
29905
+ "default": null,
29906
+ "description": "\uC5F0\uACB0 \uC21C\uC11C. None = \uCE94\uBC84\uC2A4\uC5D0\uC11C \uB5BC\uC5B4 \uB454 \uCEF7",
29907
+ "title": "Position"
29908
+ },
29909
+ "canvas": {
29910
+ "$ref": "#/$defs/CanvasPos"
29911
+ },
29912
+ "draft_spec": {
29913
+ "discriminator": {
29914
+ "mapping": {
29915
+ "ai_video": "#/$defs/AiVideoSpec",
29916
+ "motion_graphic": "#/$defs/MotionGraphicSpec",
29917
+ "youtube_clip": "#/$defs/YoutubeClipSpec"
29918
+ },
29919
+ "propertyName": "mode"
29920
+ },
29921
+ "oneOf": [
29922
+ {
29923
+ "$ref": "#/$defs/MotionGraphicSpec"
29924
+ },
29925
+ {
29926
+ "$ref": "#/$defs/AiVideoSpec"
29927
+ },
29928
+ {
29929
+ "$ref": "#/$defs/YoutubeClipSpec"
29930
+ }
29931
+ ],
29932
+ "title": "Draft Spec"
29933
+ },
29934
+ "edit": {
29935
+ "$ref": "#/$defs/CutEdit"
29936
+ },
29937
+ "current_version": {
29938
+ "anyOf": [
29939
+ {
29940
+ "type": "integer"
29941
+ },
29942
+ {
29943
+ "type": "null"
29944
+ }
29945
+ ],
29946
+ "default": null,
29947
+ "description": "None = \uACC4\uD68D \uCEF7(R11)",
29948
+ "title": "Current Version"
29949
+ },
29950
+ "current_image_id": {
29951
+ "anyOf": [
29952
+ {
29953
+ "type": "string"
29954
+ },
29955
+ {
29956
+ "type": "null"
29957
+ }
29958
+ ],
29959
+ "default": null,
29960
+ "title": "Current Image Id"
29961
+ },
29962
+ "images": {
29963
+ "items": {
29964
+ "$ref": "#/$defs/CutImageView"
29965
+ },
29966
+ "title": "Images",
29967
+ "type": "array"
29968
+ },
29969
+ "versions": {
29970
+ "description": "\uC0C1\uC138 \uC870\uD68C\uC5D0\uC11C\uB9CC \uCC44\uC6B4\uB2E4",
29971
+ "items": {
29972
+ "$ref": "#/$defs/CutVersionView"
29973
+ },
29974
+ "title": "Versions",
29975
+ "type": "array"
29976
+ },
29977
+ "state": {
29978
+ "enum": [
29979
+ "planned",
29980
+ "image_generating",
29981
+ "rendering",
29982
+ "ready",
29983
+ "dirty",
29984
+ "failed"
29985
+ ],
29986
+ "title": "State",
29987
+ "type": "string"
29988
+ },
29989
+ "dirty_fields": {
29990
+ "items": {
29991
+ "type": "string"
29992
+ },
29993
+ "title": "Dirty Fields",
29994
+ "type": "array"
29995
+ },
29996
+ "estimated_cost_krw": {
29997
+ "anyOf": [
29998
+ {
29999
+ "type": "integer"
30000
+ },
30001
+ {
30002
+ "type": "null"
30003
+ }
30004
+ ],
30005
+ "default": null,
30006
+ "title": "Estimated Cost Krw"
30007
+ },
30008
+ "rows": {
30009
+ "items": {
30010
+ "$ref": "#/$defs/QuoteRow"
30011
+ },
30012
+ "title": "Rows",
30013
+ "type": "array"
30014
+ },
30015
+ "blocked_reason": {
30016
+ "anyOf": [
30017
+ {
30018
+ "type": "string"
30019
+ },
30020
+ {
30021
+ "type": "null"
30022
+ }
30023
+ ],
30024
+ "default": null,
30025
+ "title": "Blocked Reason"
30026
+ },
30027
+ "edit_adjusted": {
30028
+ "default": false,
30029
+ "title": "Edit Adjusted",
30030
+ "type": "boolean"
30031
+ },
30032
+ "active_job_id": {
30033
+ "anyOf": [
30034
+ {
30035
+ "type": "string"
30036
+ },
30037
+ {
30038
+ "type": "null"
30039
+ }
30040
+ ],
30041
+ "default": null,
30042
+ "title": "Active Job Id"
30043
+ },
30044
+ "next_calls": {
30045
+ "items": {
30046
+ "type": "string"
30047
+ },
30048
+ "title": "Next Calls",
30049
+ "type": "array"
30050
+ },
30051
+ "created_at": {
30052
+ "title": "Created At",
30053
+ "type": "string"
30054
+ },
30055
+ "updated_at": {
30056
+ "title": "Updated At",
30057
+ "type": "string"
30058
+ }
30059
+ },
30060
+ "required": [
30061
+ "id",
30062
+ "project_slug",
30063
+ "mode",
30064
+ "draft_spec",
30065
+ "state",
30066
+ "created_at",
30067
+ "updated_at"
30068
+ ],
30069
+ "title": "CutView",
30070
+ "type": "object"
30071
+ },
30072
+ "DialogueLine": {
30073
+ "additionalProperties": false,
30074
+ "properties": {
30075
+ "id": {
30076
+ "description": "\uC904 id ln_<6> \u2014 \uC81C\uC548 diff \uC758 \uB300\uC870 \uD0A4",
30077
+ "pattern": "^ln_[a-z0-9]{6}$",
30078
+ "title": "Id",
30079
+ "type": "string",
30080
+ "x-diff": "ignore"
30081
+ },
30082
+ "text": {
30083
+ "description": "\uBC1C\uD654 \uD14D\uC2A4\uD2B8(\uC22B\uC790\uB294 \uC11C\uBC84\uAC00 \uC77D\uB294 \uBC95\uC744 \uC815\uD55C\uB2E4 \u2014 \uD480\uC5B4\uC4F0\uC9C0 \uC54A\uB294\uB2E4)",
30084
+ "maxLength": 2e3,
30085
+ "minLength": 1,
30086
+ "title": "Text",
30087
+ "type": "string"
30088
+ },
30089
+ "subtitle_text": {
30090
+ "anyOf": [
30091
+ {
30092
+ "maxLength": 2e3,
30093
+ "type": "string"
30094
+ },
30095
+ {
30096
+ "type": "null"
30097
+ }
30098
+ ],
30099
+ "default": null,
30100
+ "description": "\uC790\uB9C9 \uD45C\uAE30(\uC6D0\uBB38 \uD45C\uAE30). \uC5C6\uC73C\uBA74 text",
30101
+ "title": "Subtitle Text"
30102
+ },
30103
+ "audio_asset_id": {
30104
+ "anyOf": [
30105
+ {
30106
+ "minLength": 1,
30107
+ "type": "string"
30108
+ },
30109
+ {
30110
+ "type": "null"
30111
+ }
30112
+ ],
30113
+ "default": null,
30114
+ "description": "BYO: \uC774 \uC904\uC758 \uB098\uB808\uC774\uC158 \uC624\uB514\uC624 \uC790\uC0B0 \u2014 TTS \uD589 0\uC6D0, \uC815\uB82C \uD589\uB9CC",
30115
+ "title": "Audio Asset Id"
30116
+ }
30117
+ },
30118
+ "required": [
30119
+ "id",
30120
+ "text"
30121
+ ],
30122
+ "title": "DialogueLine",
30123
+ "type": "object"
30124
+ },
30125
+ "DialogueTiming": {
30126
+ "additionalProperties": false,
30127
+ "properties": {
30128
+ "id": {
30129
+ "title": "Id",
30130
+ "type": "string"
30131
+ },
30132
+ "start_ms": {
30133
+ "minimum": 0,
30134
+ "title": "Start Ms",
30135
+ "type": "integer"
30136
+ },
30137
+ "end_ms": {
30138
+ "minimum": 0,
30139
+ "title": "End Ms",
30140
+ "type": "integer"
30141
+ }
30142
+ },
30143
+ "required": [
30144
+ "id",
30145
+ "start_ms",
30146
+ "end_ms"
30147
+ ],
30148
+ "title": "DialogueTiming",
30149
+ "type": "object"
30150
+ },
30151
+ "DownloadUrls": {
30152
+ "additionalProperties": false,
30153
+ "description": "\uBC84\uC804\uC758 \uC5ED\uD560\uBCC4 \uC0B0\uCD9C\uBB3C \uC11C\uBA85 URL. \uC5C6\uB294 \uC5ED\uD560\uC740 ``None``.\n\n``timing`` \uC740 **\uD56D\uC0C1 None** \uC774\uB2E4 \u2014 \uC790\uC0B0\uC774 \uC544\uB2C8\uB77C \uD589 \uC548\uC758 JSON \uC774\uB77C \uC11C\uBA85\uD560 blob \uC774 \uC5C6\uB2E4. \uC2E4\uC81C \uAC12\uC740 \uAC19\uC740 \uC751\uB2F5\uC758\n``CutVersionView.timing`` \uC5D0 \uC778\uB77C\uC778\uC73C\uB85C \uC2E4\uB9B0\uB2E4. \uD544\uB4DC\uB97C \uC9C0\uC6B0\uC9C0 \uC54A\uB294 \uAC83\uC740 \uC5ED\uD560 \uD45C\uB97C \uD55C\uC790\uB9AC\uC5D0 \uBCF4\uC774\uAC8C \uB450\uAE30 \uC704\uD568\uC774\uB2E4.",
30154
+ "properties": {
30155
+ "video": {
30156
+ "anyOf": [
30157
+ {
30158
+ "type": "string"
30159
+ },
30160
+ {
30161
+ "type": "null"
30162
+ }
30163
+ ],
30164
+ "default": null,
30165
+ "title": "Video"
30166
+ },
30167
+ "audio": {
30168
+ "anyOf": [
30169
+ {
30170
+ "type": "string"
30171
+ },
30172
+ {
30173
+ "type": "null"
30174
+ }
30175
+ ],
30176
+ "default": null,
30177
+ "title": "Audio"
30178
+ },
30179
+ "subtitle": {
30180
+ "anyOf": [
30181
+ {
30182
+ "type": "string"
30183
+ },
30184
+ {
30185
+ "type": "null"
30186
+ }
30187
+ ],
30188
+ "default": null,
30189
+ "title": "Subtitle"
30190
+ },
30191
+ "still": {
30192
+ "anyOf": [
30193
+ {
30194
+ "type": "string"
30195
+ },
30196
+ {
30197
+ "type": "null"
30198
+ }
30199
+ ],
30200
+ "default": null,
30201
+ "title": "Still"
30202
+ },
30203
+ "timing": {
30204
+ "anyOf": [
30205
+ {
30206
+ "type": "string"
30207
+ },
30208
+ {
30209
+ "type": "null"
30210
+ }
30211
+ ],
30212
+ "default": null,
30213
+ "title": "Timing"
30214
+ }
30215
+ },
30216
+ "title": "DownloadUrls",
30217
+ "type": "object"
30218
+ },
30219
+ "FromCutImageRef": {
30220
+ "additionalProperties": false,
30221
+ "properties": {
30222
+ "kind": {
30223
+ "const": "from_cut",
30224
+ "default": "from_cut",
30225
+ "title": "Kind",
30226
+ "type": "string"
30227
+ },
30228
+ "from_cut": {
30229
+ "description": "\uB2E4\uB978 \uCEF7\uC758 \uB300\uD45C \uBC84\uC804 \uD504\uB808\uC784(\uC5F0\uC18D\uC131 \uB3C4\uC6B0\uBBF8)",
30230
+ "minLength": 1,
30231
+ "title": "From Cut",
30232
+ "type": "string"
30233
+ },
30234
+ "frame": {
30235
+ "default": "last",
30236
+ "enum": [
30237
+ "first",
30238
+ "last"
30239
+ ],
30240
+ "title": "Frame",
30241
+ "type": "string"
30242
+ }
30243
+ },
30244
+ "required": [
30245
+ "from_cut"
30246
+ ],
30247
+ "title": "FromCutImageRef",
30248
+ "type": "object"
30249
+ },
30250
+ "FromVersionImageRef": {
30251
+ "additionalProperties": false,
30252
+ "properties": {
30253
+ "kind": {
30254
+ "const": "from_version",
30255
+ "default": "from_version",
30256
+ "title": "Kind",
30257
+ "type": "string"
30258
+ },
30259
+ "from_version": {
30260
+ "description": "\uC774 \uCEF7\uC758 \uD2B9\uC815 \uBC84\uC804 \uD504\uB808\uC784",
30261
+ "minimum": 1,
30262
+ "title": "From Version",
30263
+ "type": "integer"
30264
+ },
30265
+ "frame": {
30266
+ "default": "last",
30267
+ "enum": [
30268
+ "first",
30269
+ "last"
30270
+ ],
30271
+ "title": "Frame",
30272
+ "type": "string"
30273
+ }
30274
+ },
30275
+ "required": [
30276
+ "from_version"
30277
+ ],
30278
+ "title": "FromVersionImageRef",
30279
+ "type": "object"
30280
+ },
30281
+ "MotionGraphicSpec": {
30282
+ "additionalProperties": false,
30283
+ "properties": {
30284
+ "dialogue": {
30285
+ "items": {
30286
+ "$ref": "#/$defs/DialogueLine"
30287
+ },
30288
+ "title": "Dialogue",
30289
+ "type": "array"
30290
+ },
30291
+ "narration_asset_id": {
30292
+ "anyOf": [
30293
+ {
30294
+ "minLength": 1,
30295
+ "type": "string"
30296
+ },
30297
+ {
30298
+ "type": "null"
30299
+ }
30300
+ ],
30301
+ "default": null,
30302
+ "description": "BYO: \uCEF7 \uC804\uCCB4 \uB098\uB808\uC774\uC158 wav \uD55C \uAC1C(\uB300\uC0AC\uAC00 \uC788\uC5B4\uC57C \uD55C\uB2E4 \u2014 \uC790\uB9C9\xB7\uD0C0\uC774\uBC0D\uC758 \uADFC\uAC70). \uC904\uBCC4 audio_asset_id \uC640 \uB3D9\uC2DC \uC9C0\uC815 422",
30303
+ "title": "Narration Asset Id"
30304
+ },
30305
+ "subtitles": {
30306
+ "default": false,
30307
+ "title": "Subtitles",
30308
+ "type": "boolean"
30309
+ },
30310
+ "host": {
30311
+ "anyOf": [
30312
+ {
30313
+ "type": "string"
30314
+ },
30315
+ {
30316
+ "type": "null"
30317
+ }
30318
+ ],
30319
+ "default": null,
30320
+ "description": "\uC9C4\uD589 \u2014 \uD5C8\uC6A9 \uC9D1\uD569\uC740 \uCE74\uD0C8\uB85C\uADF8(\uBC29\uC2DD\uBCC4). \uBAA8\uC158\uADF8\uB798\uD53D\uC740 \uD544\uC218",
30321
+ "title": "Host"
30322
+ },
30323
+ "voice_id": {
30324
+ "anyOf": [
30325
+ {
30326
+ "minLength": 1,
30327
+ "type": "string"
30328
+ },
30329
+ {
30330
+ "type": "null"
30331
+ }
30332
+ ],
30333
+ "default": null,
30334
+ "description": "host\u2208{voice,avatar} \uC774\uACE0 BYO \uC624\uB514\uC624\uAC00 \uC5C6\uC744 \uB54C \uD544\uC218",
30335
+ "title": "Voice Id"
30336
+ },
30337
+ "pip": {
30338
+ "anyOf": [
30339
+ {
30340
+ "$ref": "#/$defs/PipSpec"
30341
+ },
30342
+ {
30343
+ "type": "null"
30344
+ }
30345
+ ],
30346
+ "default": null,
30347
+ "description": "host=avatar \uC77C \uB54C \uD544\uC218"
30348
+ },
30349
+ "image_asset_id": {
30350
+ "anyOf": [
30351
+ {
30352
+ "minLength": 1,
30353
+ "type": "string"
30354
+ },
30355
+ {
30356
+ "type": "null"
30357
+ }
30358
+ ],
30359
+ "default": null,
30360
+ "description": "\uCEF7 \uC774\uBBF8\uC9C0\uB97C spec \uC5D0\uC11C \uC9C1\uC811 \uC9C0\uC815(\uC5D0\uC774\uC804\uD2B8 \uC6D0\uC0F7\uC6A9)",
30361
+ "title": "Image Asset Id"
30362
+ },
30363
+ "duration_s": {
30364
+ "anyOf": [
30365
+ {
30366
+ "exclusiveMinimum": 0,
30367
+ "maximum": 600,
30368
+ "type": "number"
30369
+ },
30370
+ {
30371
+ "type": "null"
30372
+ }
30373
+ ],
30374
+ "default": null,
30375
+ "title": "Duration S"
30376
+ },
30377
+ "mode": {
30378
+ "const": "motion_graphic",
30379
+ "default": "motion_graphic",
30380
+ "title": "Mode",
30381
+ "type": "string"
30382
+ },
30383
+ "motion_prompt": {
30384
+ "anyOf": [
30385
+ {
30386
+ "maxLength": 4e3,
30387
+ "type": "string"
30388
+ },
30389
+ {
30390
+ "type": "null"
30391
+ }
30392
+ ],
30393
+ "default": null,
30394
+ "title": "Motion Prompt"
30395
+ },
30396
+ "tsx": {
30397
+ "anyOf": [
30398
+ {
30399
+ "maxLength": 2e5,
30400
+ "type": "string"
30401
+ },
30402
+ {
30403
+ "type": "null"
30404
+ }
30405
+ ],
30406
+ "default": null,
30407
+ "description": "BYO Remotion \uCF54\uB4DC(UTF-8 \u2264 200KB) \u2014 codegen \uD589 0\uC6D0, \uAC8C\uC774\uD2B8\uB294 codegen \uACFC \uB3D9\uAE09",
30408
+ "title": "Tsx"
30409
+ },
30410
+ "brand_override": {
30411
+ "anyOf": [
30412
+ {
30413
+ "additionalProperties": true,
30414
+ "type": "object"
30415
+ },
30416
+ {
30417
+ "type": "null"
30418
+ }
30419
+ ],
30420
+ "default": null,
30421
+ "title": "Brand Override"
30422
+ }
30423
+ },
30424
+ "title": "MotionGraphicSpec",
30425
+ "type": "object"
30426
+ },
30427
+ "PipSpec": {
30428
+ "additionalProperties": false,
30429
+ "properties": {
30430
+ "avatar_id": {
30431
+ "minLength": 1,
30432
+ "title": "Avatar Id",
30433
+ "type": "string"
30434
+ },
30435
+ "background_asset_id": {
30436
+ "description": "\uBC30\uACBD\uC740 \uC5B8\uC81C\uB098 \uC790\uC0B0(origin=background \uCE74\uD0C8\uB85C\uADF8 \uB610\uB294 \uC62C\uB9B0 \uC774\uBBF8\uC9C0)",
30437
+ "minLength": 1,
30438
+ "title": "Background Asset Id",
30439
+ "type": "string"
30440
+ },
30441
+ "position": {
30442
+ "default": "br",
30443
+ "enum": [
30444
+ "tl",
30445
+ "tr",
30446
+ "bl",
30447
+ "br"
30448
+ ],
30449
+ "title": "Position",
30450
+ "type": "string"
30451
+ },
30452
+ "size": {
30453
+ "default": "m",
30454
+ "enum": [
30455
+ "s",
30456
+ "m",
30457
+ "l"
30458
+ ],
30459
+ "title": "Size",
30460
+ "type": "string"
30461
+ }
30462
+ },
30463
+ "required": [
30464
+ "avatar_id",
30465
+ "background_asset_id"
30466
+ ],
30467
+ "title": "PipSpec",
30468
+ "type": "object"
30469
+ },
30470
+ "Quote": {
30471
+ "additionalProperties": false,
30472
+ "properties": {
30473
+ "rows": {
30474
+ "items": {
30475
+ "$ref": "#/$defs/QuoteRow"
30476
+ },
30477
+ "title": "Rows",
30478
+ "type": "array"
30479
+ },
30480
+ "total_krw": {
30481
+ "minimum": 0,
30482
+ "title": "Total Krw",
30483
+ "type": "integer"
30484
+ },
30485
+ "rate_version": {
30486
+ "description": "pricing_config.version \u2014 make \uAC00 \uAC19\uC740 \uAC12\uC744 \uC694\uAD6C\uD55C\uB2E4",
30487
+ "minimum": 1,
30488
+ "title": "Rate Version",
30489
+ "type": "integer"
30490
+ },
30491
+ "mock": {
30492
+ "default": false,
30493
+ "title": "Mock",
30494
+ "type": "boolean"
30495
+ },
30496
+ "provisional": {
30497
+ "default": false,
30498
+ "description": "\uD589 \uC911 \uD558\uB098\uB77C\uB3C4 \uC784\uC2DC \uB2E8\uAC00\uBA74 True",
30499
+ "title": "Provisional",
30500
+ "type": "boolean"
30501
+ }
30502
+ },
30503
+ "required": [
30504
+ "total_krw",
30505
+ "rate_version"
30506
+ ],
30507
+ "title": "Quote",
30508
+ "type": "object"
30509
+ },
30510
+ "QuoteRow": {
30511
+ "additionalProperties": false,
30512
+ "properties": {
30513
+ "key": {
30514
+ "description": "\uC7A1 \uC548\uC5D0\uC11C \uC720\uC77C\uD55C \uD589 \uD0A4 \u2014 tts:<line_id> \xB7 videogen:i2v \xB7 lipsync \xB7 render:\u2026",
30515
+ "title": "Key",
30516
+ "type": "string"
30517
+ },
30518
+ "ref_type": {
30519
+ "description": "\uC6D0\uAC00\uD45C \uD0A4(credits/pricing.BASE_PRICES)",
30520
+ "title": "Ref Type",
30521
+ "type": "string"
30522
+ },
30523
+ "units": {
30524
+ "pattern": "^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$",
30525
+ "title": "Units",
30526
+ "type": "string"
30527
+ },
30528
+ "unit_kind": {
30529
+ "title": "Unit Kind",
30530
+ "type": "string"
30531
+ },
30532
+ "display_name": {
30533
+ "title": "Display Name",
30534
+ "type": "string"
30535
+ },
30536
+ "krw": {
30537
+ "minimum": 0,
30538
+ "title": "Krw",
30539
+ "type": "integer"
30540
+ },
30541
+ "provisional": {
30542
+ "default": false,
30543
+ "title": "Provisional",
30544
+ "type": "boolean"
30545
+ }
30546
+ },
30547
+ "required": [
30548
+ "key",
30549
+ "ref_type",
30550
+ "units",
30551
+ "unit_kind",
30552
+ "display_name",
30553
+ "krw"
30554
+ ],
30555
+ "title": "QuoteRow",
30556
+ "type": "object"
30557
+ },
30558
+ "Timing": {
30559
+ "additionalProperties": false,
30560
+ "properties": {
30561
+ "dialogue": {
30562
+ "items": {
30563
+ "$ref": "#/$defs/DialogueTiming"
30564
+ },
30565
+ "title": "Dialogue",
30566
+ "type": "array"
30567
+ },
30568
+ "audible_ranges": {
30569
+ "items": {
30570
+ "maxItems": 2,
30571
+ "minItems": 2,
30572
+ "prefixItems": [
30573
+ {
30574
+ "type": "integer"
30575
+ },
30576
+ {
30577
+ "type": "integer"
30578
+ }
30579
+ ],
30580
+ "type": "array"
30581
+ },
30582
+ "title": "Audible Ranges",
30583
+ "type": "array"
30584
+ },
30585
+ "tts_reused_from": {
30586
+ "anyOf": [
30587
+ {
30588
+ "type": "integer"
30589
+ },
30590
+ {
30591
+ "type": "null"
30592
+ }
30593
+ ],
30594
+ "default": null,
30595
+ "title": "Tts Reused From"
30596
+ }
30597
+ },
30598
+ "title": "Timing",
30599
+ "type": "object"
30600
+ },
30601
+ "YoutubeAssetSource": {
30602
+ "additionalProperties": false,
30603
+ "properties": {
30604
+ "kind": {
30605
+ "const": "asset",
30606
+ "default": "asset",
30607
+ "title": "Kind",
30608
+ "type": "string"
30609
+ },
30610
+ "asset_id": {
30611
+ "description": "BYO: \uC62C\uB9B0 \uC6D0\uBCF8 \uC601\uC0C1 \u2014 \uB0B4\uB824\uBC1B\uAE30 \uD589 0\uC6D0",
30612
+ "minLength": 1,
30613
+ "title": "Asset Id",
30614
+ "type": "string"
30615
+ },
30616
+ "start_s": {
30617
+ "anyOf": [
30618
+ {
30619
+ "minimum": 0,
30620
+ "type": "number"
30621
+ },
30622
+ {
30623
+ "type": "null"
30624
+ }
30625
+ ],
30626
+ "default": null,
30627
+ "title": "Start S"
30628
+ },
30629
+ "end_s": {
30630
+ "anyOf": [
30631
+ {
30632
+ "exclusiveMinimum": 0,
30633
+ "type": "number"
30634
+ },
30635
+ {
30636
+ "type": "null"
30637
+ }
30638
+ ],
30639
+ "default": null,
30640
+ "title": "End S"
30641
+ }
30642
+ },
30643
+ "required": [
30644
+ "asset_id"
30645
+ ],
30646
+ "title": "YoutubeAssetSource",
30647
+ "type": "object"
30648
+ },
30649
+ "YoutubeClipSpec": {
30650
+ "additionalProperties": false,
30651
+ "properties": {
30652
+ "dialogue": {
30653
+ "items": {
30654
+ "$ref": "#/$defs/DialogueLine"
30655
+ },
30656
+ "title": "Dialogue",
30657
+ "type": "array"
30658
+ },
30659
+ "narration_asset_id": {
30660
+ "anyOf": [
30661
+ {
30662
+ "minLength": 1,
30663
+ "type": "string"
30664
+ },
30665
+ {
30666
+ "type": "null"
30667
+ }
30668
+ ],
30669
+ "default": null,
30670
+ "description": "BYO: \uCEF7 \uC804\uCCB4 \uB098\uB808\uC774\uC158 wav \uD55C \uAC1C(\uB300\uC0AC\uAC00 \uC788\uC5B4\uC57C \uD55C\uB2E4 \u2014 \uC790\uB9C9\xB7\uD0C0\uC774\uBC0D\uC758 \uADFC\uAC70). \uC904\uBCC4 audio_asset_id \uC640 \uB3D9\uC2DC \uC9C0\uC815 422",
30671
+ "title": "Narration Asset Id"
30672
+ },
30673
+ "subtitles": {
30674
+ "default": false,
30675
+ "title": "Subtitles",
30676
+ "type": "boolean"
30677
+ },
30678
+ "host": {
30679
+ "anyOf": [
30680
+ {
30681
+ "type": "string"
30682
+ },
30683
+ {
30684
+ "type": "null"
30685
+ }
30686
+ ],
30687
+ "default": null,
30688
+ "description": "\uC9C4\uD589 \u2014 \uD5C8\uC6A9 \uC9D1\uD569\uC740 \uCE74\uD0C8\uB85C\uADF8(\uBC29\uC2DD\uBCC4). \uBAA8\uC158\uADF8\uB798\uD53D\uC740 \uD544\uC218",
30689
+ "title": "Host"
30690
+ },
30691
+ "voice_id": {
30692
+ "anyOf": [
30693
+ {
30694
+ "minLength": 1,
30695
+ "type": "string"
30696
+ },
30697
+ {
30698
+ "type": "null"
30699
+ }
30700
+ ],
30701
+ "default": null,
30702
+ "description": "host\u2208{voice,avatar} \uC774\uACE0 BYO \uC624\uB514\uC624\uAC00 \uC5C6\uC744 \uB54C \uD544\uC218",
30703
+ "title": "Voice Id"
30704
+ },
30705
+ "pip": {
30706
+ "anyOf": [
30707
+ {
30708
+ "$ref": "#/$defs/PipSpec"
30709
+ },
30710
+ {
30711
+ "type": "null"
30712
+ }
30713
+ ],
30714
+ "default": null,
30715
+ "description": "host=avatar \uC77C \uB54C \uD544\uC218"
30716
+ },
30717
+ "image_asset_id": {
30718
+ "anyOf": [
30719
+ {
30720
+ "minLength": 1,
30721
+ "type": "string"
30722
+ },
30723
+ {
30724
+ "type": "null"
30725
+ }
30726
+ ],
30727
+ "default": null,
30728
+ "description": "\uCEF7 \uC774\uBBF8\uC9C0\uB97C spec \uC5D0\uC11C \uC9C1\uC811 \uC9C0\uC815(\uC5D0\uC774\uC804\uD2B8 \uC6D0\uC0F7\uC6A9)",
30729
+ "title": "Image Asset Id"
30730
+ },
30731
+ "duration_s": {
30732
+ "anyOf": [
30733
+ {
30734
+ "exclusiveMinimum": 0,
30735
+ "maximum": 600,
30736
+ "type": "number"
30737
+ },
30738
+ {
30739
+ "type": "null"
30740
+ }
30741
+ ],
30742
+ "default": null,
30743
+ "title": "Duration S"
30744
+ },
30745
+ "mode": {
30746
+ "const": "youtube_clip",
30747
+ "default": "youtube_clip",
30748
+ "title": "Mode",
30749
+ "type": "string"
30750
+ },
30751
+ "source": {
30752
+ "discriminator": {
30753
+ "mapping": {
30754
+ "asset": "#/$defs/YoutubeAssetSource",
30755
+ "url": "#/$defs/YoutubeUrlSource"
30756
+ },
30757
+ "propertyName": "kind"
30758
+ },
30759
+ "oneOf": [
30760
+ {
30761
+ "$ref": "#/$defs/YoutubeUrlSource"
30762
+ },
30763
+ {
30764
+ "$ref": "#/$defs/YoutubeAssetSource"
30765
+ }
30766
+ ],
30767
+ "title": "Source"
30768
+ }
30769
+ },
30770
+ "required": [
30771
+ "source"
30772
+ ],
30773
+ "title": "YoutubeClipSpec",
30774
+ "type": "object"
30775
+ },
30776
+ "YoutubeUrlSource": {
30777
+ "additionalProperties": false,
30778
+ "properties": {
30779
+ "kind": {
30780
+ "const": "url",
30781
+ "default": "url",
30782
+ "title": "Kind",
30783
+ "type": "string"
30784
+ },
30785
+ "url": {
30786
+ "description": "https://youtube.com|youtu.be \uACF5\uAC1C \uC8FC\uC18C\uB9CC",
30787
+ "minLength": 1,
30788
+ "title": "Url",
30789
+ "type": "string"
30790
+ },
30791
+ "start_s": {
30792
+ "minimum": 0,
30793
+ "title": "Start S",
30794
+ "type": "number"
30795
+ },
30796
+ "end_s": {
30797
+ "exclusiveMinimum": 0,
30798
+ "title": "End S",
30799
+ "type": "number"
30800
+ }
30801
+ },
30802
+ "required": [
30803
+ "url",
30804
+ "start_s",
30805
+ "end_s"
30806
+ ],
30807
+ "title": "YoutubeUrlSource",
30808
+ "type": "object"
30809
+ }
30810
+ },
30811
+ "additionalProperties": false,
30812
+ "properties": {
30813
+ "cuts": {
30814
+ "items": {
30815
+ "$ref": "#/$defs/CutView"
30816
+ },
30817
+ "title": "Cuts",
30818
+ "type": "array"
30819
+ }
30820
+ },
30821
+ "required": [
30822
+ "cuts"
30823
+ ],
30824
+ "title": "CutListResponse",
30825
+ "type": "object"
30826
+ },
30827
+ "annotations": {
30828
+ "readOnlyHint": true,
30829
+ "destructiveHint": false,
30830
+ "idempotentHint": true,
30831
+ "openWorldHint": false
30832
+ }
30833
+ },
29413
30834
  {
29414
30835
  "name": "democut_add_cut",
29415
30836
  "description": "\uCEF7\uC744 \uD558\uB098 \uCD94\uAC00\uD55C\uB2E4(0\uC6D0, \uB80C\uB354\uD558\uC9C0 \uC54A\uB294\uB2E4). after \uAC00 \uC5C6\uC73C\uBA74 \uB05D\uC5D0 \uC5F0\uACB0. draft_spec \uC744 \uC8FC\uBA74 \uBC14\uB85C \uACAC\uC801\uC744 \uB0BC \uC218 \uC788\uACE0, \uC8FC\uC9C0 \uC54A\uC73C\uBA74 \uC790\uB9AC \uD45C\uC2DC \uCD08\uC548\uC774 \uB4E4\uC5B4\uAC00 \uB0B4\uC6A9\uC744 \uC815\uD558\uAE30 \uC804\uAE4C\uC9C0 \uACAC\uC801\xB7\uC81C\uCD9C\uC774 \uB9C9\uD78C\uB2E4 \u2014 \uB2E4\uC74C \uD589\uB3D9\uC740 \uC751\uB2F5\uC758 next_calls \uB97C \uB530\uB974\uB77C.",
@@ -39617,6 +41038,25 @@ function getCut(a = {}, deps = {}) {
39617
41038
  return { text: lines.join("\n"), structured: callableStructured(cut) };
39618
41039
  });
39619
41040
  }
41041
+ function listCuts(a = {}, deps = {}) {
41042
+ return guarded(READ_ONLY, async () => {
41043
+ const slug = needSlug(a);
41044
+ if (typeof slug !== "string") return slug;
41045
+ const base = resolveBaseUrl(deps.baseUrl);
41046
+ const out2 = await apiRequest(base, projectPath(slug, "/cuts"), {}, deps);
41047
+ const cuts = out2.cuts ?? [];
41048
+ if (cuts.length === 0) {
41049
+ return {
41050
+ text: callableToolNames("\uC774 \uD504\uB85C\uC81D\uD2B8\uC5D0\uB294 \uC544\uC9C1 \uCEF7\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uB9CC\uB4E4\uB824\uBA74 estimate_cuts \u2192 make_cuts, \uC644\uC131 \uC601\uC0C1\uC744 \uC62C\uB9AC\uB824\uBA74 import_cut."),
41051
+ structured: callableStructured(out2)
41052
+ };
41053
+ }
41054
+ const lines = [`\uCEF7 ${cuts.length}\uAC1C (\uC5F0\uACB0 \uC21C\uC11C) \u2014 id [\uC0C1\uD0DC] \uBC29\uC2DD \xB7 \uC81C\uBAA9 \xB7 \uB300\uD45C \uBC84\uC804 \xB7 \uB9C9\uD78C \uC774\uC720`];
41055
+ lines.push(...listing(cuts.map(cutLine)));
41056
+ lines.push(callableToolNames("\uC0C1\uC138\xB7\uBC84\uC804\xB7\uB0B4\uB824\uBC1B\uAE30 \uC8FC\uC18C\uB294 get_cut, \uC21C\uC11C\xB7rev \uB294 get_storyboard."));
41057
+ return { text: lines.join("\n"), structured: callableStructured(out2) };
41058
+ });
41059
+ }
39620
41060
  function mb(v) {
39621
41061
  if (v < 1024) return `${v}B`;
39622
41062
  if (v < 1024 * 1024) return `${Math.round(v / 1024)}KB`;
@@ -40211,6 +41651,8 @@ function dispatch(name, args, deps = {}) {
40211
41651
  return deleteCutImage(args, deps);
40212
41652
  case "democut_get_cut":
40213
41653
  return getCut(args, deps);
41654
+ case "democut_list_cuts":
41655
+ return listCuts(args, deps);
40214
41656
  case "democut_get_storyboard":
40215
41657
  return getStoryboard(args, deps);
40216
41658
  case "democut_add_cut":