@hautechai/sdk 2.3.3 → 2.3.5

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/dist/index.mjs CHANGED
@@ -11425,6 +11425,12 @@ var useOperationsApi = () => {
11425
11425
  },
11426
11426
  creatomate: {
11427
11427
  v1: hautechApi.operationsControllerRunAnimateCreatomateV1V1
11428
+ },
11429
+ veo3: {
11430
+ v1: hautechApi.operationsControllerRunVeo3V1V1,
11431
+ fast: {
11432
+ v1: hautechApi.operationsControllerRunVeo3FastV1V1
11433
+ }
11428
11434
  }
11429
11435
  },
11430
11436
  edit: {
@@ -11464,10 +11470,27 @@ var useOperationsApi = () => {
11464
11470
  imagine: {
11465
11471
  kate: {
11466
11472
  v1: hautechApi.operationsControllerRunImagineKateV1V1
11473
+ },
11474
+ flux_1_1_pro_ultra: {
11475
+ v1: hautechApi.operationsControllerRunImagineFlux11ProUltraV1V1
11476
+ },
11477
+ luma: {
11478
+ photon: {
11479
+ v1: hautechApi.operationsControllerRunLumaPhotonV1V1
11480
+ }
11481
+ },
11482
+ imagen4: {
11483
+ v1: hautechApi.operationsControllerRunImagen4V1V1
11484
+ },
11485
+ seedream3: {
11486
+ v1: hautechApi.operationsControllerRunSeedream3V1V1
11467
11487
  }
11468
11488
  },
11469
11489
  upscale: {
11470
- v1: hautechApi.operationsControllerRunUpscaleV1V1
11490
+ v1: hautechApi.operationsControllerRunUpscaleV1V1,
11491
+ topaz: {
11492
+ v1: hautechApi.operationsControllerRunTopazUpscaleV1V1
11493
+ }
11471
11494
  },
11472
11495
  objectDetection: {
11473
11496
  v1: hautechApi.operationsControllerRunObjectDetectionV1V1
@@ -12379,6 +12402,113 @@ var GPTV3MessageContentDtoType = {
12379
12402
  message: "message"
12380
12403
  };
12381
12404
 
12405
+ // src/autogenerated/schemas/gPTV3OutputKind.ts
12406
+ var GPTV3OutputKind = {
12407
+ json: "json"
12408
+ };
12409
+
12410
+ // src/autogenerated/schemas/gPTV3ResponseCodeInterpreterToolCallDtoStatus.ts
12411
+ var GPTV3ResponseCodeInterpreterToolCallDtoStatus = {
12412
+ in_progress: "in_progress",
12413
+ completed: "completed",
12414
+ incomplete: "incomplete",
12415
+ interpreting: "interpreting",
12416
+ failed: "failed"
12417
+ };
12418
+
12419
+ // src/autogenerated/schemas/gPTV3ResponseCodeInterpreterToolCallDtoType.ts
12420
+ var GPTV3ResponseCodeInterpreterToolCallDtoType = {
12421
+ code_interpreter_call: "code_interpreter_call"
12422
+ };
12423
+
12424
+ // src/autogenerated/schemas/gPTV3ResponseCodeInterpreterToolCallImageDtoType.ts
12425
+ var GPTV3ResponseCodeInterpreterToolCallImageDtoType = {
12426
+ image: "image"
12427
+ };
12428
+
12429
+ // src/autogenerated/schemas/gPTV3ResponseCodeInterpreterToolCallLogsDtoType.ts
12430
+ var GPTV3ResponseCodeInterpreterToolCallLogsDtoType = {
12431
+ logs: "logs"
12432
+ };
12433
+
12434
+ // src/autogenerated/schemas/gPTV3ResponseComputerToolCallClickDtoButton.ts
12435
+ var GPTV3ResponseComputerToolCallClickDtoButton = {
12436
+ left: "left",
12437
+ right: "right",
12438
+ wheel: "wheel",
12439
+ back: "back",
12440
+ forward: "forward"
12441
+ };
12442
+
12443
+ // src/autogenerated/schemas/gPTV3ResponseComputerToolCallClickDtoType.ts
12444
+ var GPTV3ResponseComputerToolCallClickDtoType = {
12445
+ click: "click"
12446
+ };
12447
+
12448
+ // src/autogenerated/schemas/gPTV3ResponseComputerToolCallDoubleClickDtoType.ts
12449
+ var GPTV3ResponseComputerToolCallDoubleClickDtoType = {
12450
+ double_click: "double_click"
12451
+ };
12452
+
12453
+ // src/autogenerated/schemas/gPTV3ResponseComputerToolCallDragDtoType.ts
12454
+ var GPTV3ResponseComputerToolCallDragDtoType = {
12455
+ drag: "drag"
12456
+ };
12457
+
12458
+ // src/autogenerated/schemas/gPTV3ResponseComputerToolCallDtoStatus.ts
12459
+ var GPTV3ResponseComputerToolCallDtoStatus = {
12460
+ in_progress: "in_progress",
12461
+ completed: "completed",
12462
+ incomplete: "incomplete"
12463
+ };
12464
+
12465
+ // src/autogenerated/schemas/gPTV3ResponseComputerToolCallDtoType.ts
12466
+ var GPTV3ResponseComputerToolCallDtoType = {
12467
+ computer_call: "computer_call"
12468
+ };
12469
+
12470
+ // src/autogenerated/schemas/gPTV3ResponseComputerToolCallKeypressDtoType.ts
12471
+ var GPTV3ResponseComputerToolCallKeypressDtoType = {
12472
+ keypress: "keypress"
12473
+ };
12474
+
12475
+ // src/autogenerated/schemas/gPTV3ResponseComputerToolCallMoveDtoType.ts
12476
+ var GPTV3ResponseComputerToolCallMoveDtoType = {
12477
+ move: "move"
12478
+ };
12479
+
12480
+ // src/autogenerated/schemas/gPTV3ResponseComputerToolCallScreenshotDtoType.ts
12481
+ var GPTV3ResponseComputerToolCallScreenshotDtoType = {
12482
+ screenshot: "screenshot"
12483
+ };
12484
+
12485
+ // src/autogenerated/schemas/gPTV3ResponseComputerToolCallScrollDtoType.ts
12486
+ var GPTV3ResponseComputerToolCallScrollDtoType = {
12487
+ scroll: "scroll"
12488
+ };
12489
+
12490
+ // src/autogenerated/schemas/gPTV3ResponseComputerToolCallTypeDtoType.ts
12491
+ var GPTV3ResponseComputerToolCallTypeDtoType = {
12492
+ type: "type"
12493
+ };
12494
+
12495
+ // src/autogenerated/schemas/gPTV3ResponseComputerToolCallWaitDtoType.ts
12496
+ var GPTV3ResponseComputerToolCallWaitDtoType = {
12497
+ wait: "wait"
12498
+ };
12499
+
12500
+ // src/autogenerated/schemas/gPTV3ResponseCustomToolCallDtoStatus.ts
12501
+ var GPTV3ResponseCustomToolCallDtoStatus = {
12502
+ in_progress: "in_progress",
12503
+ completed: "completed",
12504
+ incomplete: "incomplete"
12505
+ };
12506
+
12507
+ // src/autogenerated/schemas/gPTV3ResponseCustomToolCallDtoType.ts
12508
+ var GPTV3ResponseCustomToolCallDtoType = {
12509
+ custom_tool_call: "custom_tool_call"
12510
+ };
12511
+
12382
12512
  // src/autogenerated/schemas/gPTV3ResponseDtoFinishReason.ts
12383
12513
  var GPTV3ResponseDtoFinishReason = {
12384
12514
  stop: "stop",
@@ -12390,6 +12520,20 @@ var GPTV3ResponseDtoRole = {
12390
12520
  assistant: "assistant"
12391
12521
  };
12392
12522
 
12523
+ // src/autogenerated/schemas/gPTV3ResponseFileSearchToolCallDtoStatus.ts
12524
+ var GPTV3ResponseFileSearchToolCallDtoStatus = {
12525
+ in_progress: "in_progress",
12526
+ searching: "searching",
12527
+ completed: "completed",
12528
+ incomplete: "incomplete",
12529
+ failed: "failed"
12530
+ };
12531
+
12532
+ // src/autogenerated/schemas/gPTV3ResponseFileSearchToolCallDtoType.ts
12533
+ var GPTV3ResponseFileSearchToolCallDtoType = {
12534
+ file_search_call: "file_search_call"
12535
+ };
12536
+
12393
12537
  // src/autogenerated/schemas/gPTV3ResponseFormatJsonSchemaDtoType.ts
12394
12538
  var GPTV3ResponseFormatJsonSchemaDtoType = {
12395
12539
  json_schema: "json_schema"
@@ -12400,6 +12544,133 @@ var GPTV3ResponseFormatTextDtoType = {
12400
12544
  text: "text"
12401
12545
  };
12402
12546
 
12547
+ // src/autogenerated/schemas/gPTV3ResponseFunctionToolCallDtoStatus.ts
12548
+ var GPTV3ResponseFunctionToolCallDtoStatus = {
12549
+ in_progress: "in_progress",
12550
+ completed: "completed",
12551
+ incomplete: "incomplete"
12552
+ };
12553
+
12554
+ // src/autogenerated/schemas/gPTV3ResponseFunctionToolCallDtoType.ts
12555
+ var GPTV3ResponseFunctionToolCallDtoType = {
12556
+ function_call: "function_call"
12557
+ };
12558
+
12559
+ // src/autogenerated/schemas/gPTV3ResponseFunctionWebSearchDtoStatus.ts
12560
+ var GPTV3ResponseFunctionWebSearchDtoStatus = {
12561
+ in_progress: "in_progress",
12562
+ searching: "searching",
12563
+ completed: "completed",
12564
+ failed: "failed"
12565
+ };
12566
+
12567
+ // src/autogenerated/schemas/gPTV3ResponseFunctionWebSearchDtoType.ts
12568
+ var GPTV3ResponseFunctionWebSearchDtoType = {
12569
+ web_search_call: "web_search_call"
12570
+ };
12571
+
12572
+ // src/autogenerated/schemas/gPTV3ResponseLocalShellCallActionDtoType.ts
12573
+ var GPTV3ResponseLocalShellCallActionDtoType = {
12574
+ exec: "exec"
12575
+ };
12576
+
12577
+ // src/autogenerated/schemas/gPTV3ResponseLocalShellCallDtoStatus.ts
12578
+ var GPTV3ResponseLocalShellCallDtoStatus = {
12579
+ in_progress: "in_progress",
12580
+ completed: "completed",
12581
+ incomplete: "incomplete"
12582
+ };
12583
+
12584
+ // src/autogenerated/schemas/gPTV3ResponseLocalShellCallDtoType.ts
12585
+ var GPTV3ResponseLocalShellCallDtoType = {
12586
+ local_shell_call: "local_shell_call"
12587
+ };
12588
+
12589
+ // src/autogenerated/schemas/gPTV3ResponseMcpApprovalRequestDtoType.ts
12590
+ var GPTV3ResponseMcpApprovalRequestDtoType = {
12591
+ mcp_approval_request: "mcp_approval_request"
12592
+ };
12593
+
12594
+ // src/autogenerated/schemas/gPTV3ResponseMcpCallDtoType.ts
12595
+ var GPTV3ResponseMcpCallDtoType = {
12596
+ mcp_call: "mcp_call"
12597
+ };
12598
+
12599
+ // src/autogenerated/schemas/gPTV3ResponseMcpListToolsDtoType.ts
12600
+ var GPTV3ResponseMcpListToolsDtoType = {
12601
+ mcp_list_tools: "mcp_list_tools"
12602
+ };
12603
+
12604
+ // src/autogenerated/schemas/gPTV3ResponseOutputItemImageGenerationCallDtoStatus.ts
12605
+ var GPTV3ResponseOutputItemImageGenerationCallDtoStatus = {
12606
+ in_progress: "in_progress",
12607
+ completed: "completed",
12608
+ generating: "generating",
12609
+ failed: "failed"
12610
+ };
12611
+
12612
+ // src/autogenerated/schemas/gPTV3ResponseOutputItemImageGenerationCallDtoType.ts
12613
+ var GPTV3ResponseOutputItemImageGenerationCallDtoType = {
12614
+ image_generation_call: "image_generation_call"
12615
+ };
12616
+
12617
+ // src/autogenerated/schemas/gPTV3ResponseOutputMessageDtoRole.ts
12618
+ var GPTV3ResponseOutputMessageDtoRole = {
12619
+ assistant: "assistant"
12620
+ };
12621
+
12622
+ // src/autogenerated/schemas/gPTV3ResponseOutputMessageDtoType.ts
12623
+ var GPTV3ResponseOutputMessageDtoType = {
12624
+ message: "message"
12625
+ };
12626
+
12627
+ // src/autogenerated/schemas/gPTV3ResponseOutputRefusalDtoType.ts
12628
+ var GPTV3ResponseOutputRefusalDtoType = {
12629
+ refusal: "refusal"
12630
+ };
12631
+
12632
+ // src/autogenerated/schemas/gPTV3ResponseOutputTextContainerFileCitationDtoType.ts
12633
+ var GPTV3ResponseOutputTextContainerFileCitationDtoType = {
12634
+ container_file_citation: "container_file_citation"
12635
+ };
12636
+
12637
+ // src/autogenerated/schemas/gPTV3ResponseOutputTextDtoType.ts
12638
+ var GPTV3ResponseOutputTextDtoType = {
12639
+ output_text: "output_text"
12640
+ };
12641
+
12642
+ // src/autogenerated/schemas/gPTV3ResponseOutputTextFileCitationDtoType.ts
12643
+ var GPTV3ResponseOutputTextFileCitationDtoType = {
12644
+ file_citation: "file_citation"
12645
+ };
12646
+
12647
+ // src/autogenerated/schemas/gPTV3ResponseOutputTextFilePathDtoType.ts
12648
+ var GPTV3ResponseOutputTextFilePathDtoType = {
12649
+ file_path: "file_path"
12650
+ };
12651
+
12652
+ // src/autogenerated/schemas/gPTV3ResponseOutputTextURLCitationDtoType.ts
12653
+ var GPTV3ResponseOutputTextURLCitationDtoType = {
12654
+ url_citation: "url_citation"
12655
+ };
12656
+
12657
+ // src/autogenerated/schemas/gPTV3ResponseReasoningItemDtoStatus.ts
12658
+ var GPTV3ResponseReasoningItemDtoStatus = {
12659
+ in_progress: "in_progress",
12660
+ completed: "completed",
12661
+ incomplete: "incomplete"
12662
+ };
12663
+
12664
+ // src/autogenerated/schemas/gPTV3ResponseReasoningItemDtoType.ts
12665
+ var GPTV3ResponseReasoningItemDtoType = {
12666
+ reasoning: "reasoning"
12667
+ };
12668
+
12669
+ // src/autogenerated/schemas/gPTV3ResponseReasoningItemSummaryDtoType.ts
12670
+ var GPTV3ResponseReasoningItemSummaryDtoType = {
12671
+ summary_text: "summary_text"
12672
+ };
12673
+
12403
12674
  // src/autogenerated/schemas/gPTV3SystemMessageDtoRole.ts
12404
12675
  var GPTV3SystemMessageDtoRole = {
12405
12676
  system: "system"
@@ -12470,7 +12741,8 @@ var GPTV3WebSearchToolDtoSearchContextSize = {
12470
12741
 
12471
12742
  // src/autogenerated/schemas/gPTV3WebSearchToolDtoType.ts
12472
12743
  var GPTV3WebSearchToolDtoType = {
12473
- web_search_preview: "web_search_preview"
12744
+ web_search_preview: "web_search_preview",
12745
+ web_search_preview_2025_03_11: "web_search_preview_2025_03_11"
12474
12746
  };
12475
12747
 
12476
12748
  // src/autogenerated/schemas/getImageRepresentationParamsDtoType.ts
@@ -14783,10 +15055,54 @@ export {
14783
15055
  GPTV3InputModel,
14784
15056
  GPTV3MessageContentDtoRole,
14785
15057
  GPTV3MessageContentDtoType,
15058
+ GPTV3OutputKind,
15059
+ GPTV3ResponseCodeInterpreterToolCallDtoStatus,
15060
+ GPTV3ResponseCodeInterpreterToolCallDtoType,
15061
+ GPTV3ResponseCodeInterpreterToolCallImageDtoType,
15062
+ GPTV3ResponseCodeInterpreterToolCallLogsDtoType,
15063
+ GPTV3ResponseComputerToolCallClickDtoButton,
15064
+ GPTV3ResponseComputerToolCallClickDtoType,
15065
+ GPTV3ResponseComputerToolCallDoubleClickDtoType,
15066
+ GPTV3ResponseComputerToolCallDragDtoType,
15067
+ GPTV3ResponseComputerToolCallDtoStatus,
15068
+ GPTV3ResponseComputerToolCallDtoType,
15069
+ GPTV3ResponseComputerToolCallKeypressDtoType,
15070
+ GPTV3ResponseComputerToolCallMoveDtoType,
15071
+ GPTV3ResponseComputerToolCallScreenshotDtoType,
15072
+ GPTV3ResponseComputerToolCallScrollDtoType,
15073
+ GPTV3ResponseComputerToolCallTypeDtoType,
15074
+ GPTV3ResponseComputerToolCallWaitDtoType,
15075
+ GPTV3ResponseCustomToolCallDtoStatus,
15076
+ GPTV3ResponseCustomToolCallDtoType,
14786
15077
  GPTV3ResponseDtoFinishReason,
14787
15078
  GPTV3ResponseDtoRole,
15079
+ GPTV3ResponseFileSearchToolCallDtoStatus,
15080
+ GPTV3ResponseFileSearchToolCallDtoType,
14788
15081
  GPTV3ResponseFormatJsonSchemaDtoType,
14789
15082
  GPTV3ResponseFormatTextDtoType,
15083
+ GPTV3ResponseFunctionToolCallDtoStatus,
15084
+ GPTV3ResponseFunctionToolCallDtoType,
15085
+ GPTV3ResponseFunctionWebSearchDtoStatus,
15086
+ GPTV3ResponseFunctionWebSearchDtoType,
15087
+ GPTV3ResponseLocalShellCallActionDtoType,
15088
+ GPTV3ResponseLocalShellCallDtoStatus,
15089
+ GPTV3ResponseLocalShellCallDtoType,
15090
+ GPTV3ResponseMcpApprovalRequestDtoType,
15091
+ GPTV3ResponseMcpCallDtoType,
15092
+ GPTV3ResponseMcpListToolsDtoType,
15093
+ GPTV3ResponseOutputItemImageGenerationCallDtoStatus,
15094
+ GPTV3ResponseOutputItemImageGenerationCallDtoType,
15095
+ GPTV3ResponseOutputMessageDtoRole,
15096
+ GPTV3ResponseOutputMessageDtoType,
15097
+ GPTV3ResponseOutputRefusalDtoType,
15098
+ GPTV3ResponseOutputTextContainerFileCitationDtoType,
15099
+ GPTV3ResponseOutputTextDtoType,
15100
+ GPTV3ResponseOutputTextFileCitationDtoType,
15101
+ GPTV3ResponseOutputTextFilePathDtoType,
15102
+ GPTV3ResponseOutputTextURLCitationDtoType,
15103
+ GPTV3ResponseReasoningItemDtoStatus,
15104
+ GPTV3ResponseReasoningItemDtoType,
15105
+ GPTV3ResponseReasoningItemSummaryDtoType,
14790
15106
  GPTV3SystemMessageDtoRole,
14791
15107
  GPTV3SystemMessageDtoType,
14792
15108
  GPTV3TextInputDtoType,