rclone-openapi 1.0.8 → 1.0.10

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 (3) hide show
  1. package/openapi.json +774 -19
  2. package/package.json +1 -1
  3. package/types.d.ts +165 -7
package/openapi.json CHANGED
@@ -2512,9 +2512,52 @@
2512
2512
  "summary": "Set option values",
2513
2513
  "description": "Sets temporary option overrides for the running process by supplying key/value pairs grouped under option block names. Provide one or more query parameters whose names match the blocks you want to modify (for example `main`, `rc`, `http`). Each block parameter carries an object of option overrides.\n",
2514
2514
  "tags": [],
2515
+ "x-additionalQueryBlocksAllowed": true,
2515
2516
  "parameters": [
2516
2517
  {
2517
- "$ref": "#/components/parameters/Options_SetPostAdditionalParam"
2518
+ "$ref": "#/components/parameters/Options_SetPostDlnaParam"
2519
+ },
2520
+ {
2521
+ "$ref": "#/components/parameters/Options_SetPostFilterParam"
2522
+ },
2523
+ {
2524
+ "$ref": "#/components/parameters/Options_SetPostFtpParam"
2525
+ },
2526
+ {
2527
+ "$ref": "#/components/parameters/Options_SetPostMainParam"
2528
+ },
2529
+ {
2530
+ "$ref": "#/components/parameters/Options_SetPostHttpParam"
2531
+ },
2532
+ {
2533
+ "$ref": "#/components/parameters/Options_SetPostLogParam"
2534
+ },
2535
+ {
2536
+ "$ref": "#/components/parameters/Options_SetPostMountParam"
2537
+ },
2538
+ {
2539
+ "$ref": "#/components/parameters/Options_SetPostNfsParam"
2540
+ },
2541
+ {
2542
+ "$ref": "#/components/parameters/Options_SetPostProxyParam"
2543
+ },
2544
+ {
2545
+ "$ref": "#/components/parameters/Options_SetPostRcParam"
2546
+ },
2547
+ {
2548
+ "$ref": "#/components/parameters/Options_SetPostResticParam"
2549
+ },
2550
+ {
2551
+ "$ref": "#/components/parameters/Options_SetPostS3Param"
2552
+ },
2553
+ {
2554
+ "$ref": "#/components/parameters/Options_SetPostSftpParam"
2555
+ },
2556
+ {
2557
+ "$ref": "#/components/parameters/Options_SetPostVfsParam"
2558
+ },
2559
+ {
2560
+ "$ref": "#/components/parameters/Options_SetPostWebdavParam"
2518
2561
  },
2519
2562
  {
2520
2563
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -4436,18 +4479,494 @@
4436
4479
  "type": "string"
4437
4480
  }
4438
4481
  },
4439
- "Options_InfoPostBlocksParam": {
4440
- "name": "blocks",
4482
+ "Options_InfoPostBlocksParam": {
4483
+ "name": "blocks",
4484
+ "in": "query",
4485
+ "description": "Optional comma-separated list of option block names to describe.",
4486
+ "schema": {
4487
+ "type": "string"
4488
+ }
4489
+ },
4490
+ "Options_SetPostDlnaParam": {
4491
+ "name": "dlna",
4492
+ "in": "query",
4493
+ "description": "Overrides for the `dlna` option block.",
4494
+ "style": "deepObject",
4495
+ "explode": true,
4496
+ "schema": {
4497
+ "type": "object",
4498
+ "additionalProperties": {
4499
+ "oneOf": [
4500
+ {
4501
+ "type": "string"
4502
+ },
4503
+ {
4504
+ "type": "number"
4505
+ },
4506
+ {
4507
+ "type": "integer"
4508
+ },
4509
+ {
4510
+ "type": "boolean"
4511
+ },
4512
+ {
4513
+ "type": "array",
4514
+ "items": {}
4515
+ },
4516
+ {
4517
+ "type": "object",
4518
+ "additionalProperties": {}
4519
+ }
4520
+ ]
4521
+ }
4522
+ }
4523
+ },
4524
+ "Options_SetPostFilterParam": {
4525
+ "name": "filter",
4526
+ "in": "query",
4527
+ "description": "Overrides for the `filter` option block.",
4528
+ "style": "deepObject",
4529
+ "explode": true,
4530
+ "schema": {
4531
+ "type": "object",
4532
+ "additionalProperties": {
4533
+ "oneOf": [
4534
+ {
4535
+ "type": "string"
4536
+ },
4537
+ {
4538
+ "type": "number"
4539
+ },
4540
+ {
4541
+ "type": "integer"
4542
+ },
4543
+ {
4544
+ "type": "boolean"
4545
+ },
4546
+ {
4547
+ "type": "array",
4548
+ "items": {}
4549
+ },
4550
+ {
4551
+ "type": "object",
4552
+ "additionalProperties": {}
4553
+ }
4554
+ ]
4555
+ }
4556
+ }
4557
+ },
4558
+ "Options_SetPostFtpParam": {
4559
+ "name": "ftp",
4560
+ "in": "query",
4561
+ "description": "Overrides for the `ftp` option block.",
4562
+ "style": "deepObject",
4563
+ "explode": true,
4564
+ "schema": {
4565
+ "type": "object",
4566
+ "additionalProperties": {
4567
+ "oneOf": [
4568
+ {
4569
+ "type": "string"
4570
+ },
4571
+ {
4572
+ "type": "number"
4573
+ },
4574
+ {
4575
+ "type": "integer"
4576
+ },
4577
+ {
4578
+ "type": "boolean"
4579
+ },
4580
+ {
4581
+ "type": "array",
4582
+ "items": {}
4583
+ },
4584
+ {
4585
+ "type": "object",
4586
+ "additionalProperties": {}
4587
+ }
4588
+ ]
4589
+ }
4590
+ }
4591
+ },
4592
+ "Options_SetPostMainParam": {
4593
+ "name": "main",
4594
+ "in": "query",
4595
+ "description": "Overrides for the `main` option block.",
4596
+ "style": "deepObject",
4597
+ "explode": true,
4598
+ "schema": {
4599
+ "type": "object",
4600
+ "additionalProperties": {
4601
+ "oneOf": [
4602
+ {
4603
+ "type": "string"
4604
+ },
4605
+ {
4606
+ "type": "number"
4607
+ },
4608
+ {
4609
+ "type": "integer"
4610
+ },
4611
+ {
4612
+ "type": "boolean"
4613
+ },
4614
+ {
4615
+ "type": "array",
4616
+ "items": {}
4617
+ },
4618
+ {
4619
+ "type": "object",
4620
+ "additionalProperties": {}
4621
+ }
4622
+ ]
4623
+ }
4624
+ }
4625
+ },
4626
+ "Options_SetPostHttpParam": {
4627
+ "name": "http",
4628
+ "in": "query",
4629
+ "description": "Overrides for the `http` option block.",
4630
+ "style": "deepObject",
4631
+ "explode": true,
4632
+ "schema": {
4633
+ "type": "object",
4634
+ "additionalProperties": {
4635
+ "oneOf": [
4636
+ {
4637
+ "type": "string"
4638
+ },
4639
+ {
4640
+ "type": "number"
4641
+ },
4642
+ {
4643
+ "type": "integer"
4644
+ },
4645
+ {
4646
+ "type": "boolean"
4647
+ },
4648
+ {
4649
+ "type": "array",
4650
+ "items": {}
4651
+ },
4652
+ {
4653
+ "type": "object",
4654
+ "additionalProperties": {}
4655
+ }
4656
+ ]
4657
+ }
4658
+ }
4659
+ },
4660
+ "Options_SetPostLogParam": {
4661
+ "name": "log",
4662
+ "in": "query",
4663
+ "description": "Overrides for the `log` option block.",
4664
+ "style": "deepObject",
4665
+ "explode": true,
4666
+ "schema": {
4667
+ "type": "object",
4668
+ "additionalProperties": {
4669
+ "oneOf": [
4670
+ {
4671
+ "type": "string"
4672
+ },
4673
+ {
4674
+ "type": "number"
4675
+ },
4676
+ {
4677
+ "type": "integer"
4678
+ },
4679
+ {
4680
+ "type": "boolean"
4681
+ },
4682
+ {
4683
+ "type": "array",
4684
+ "items": {}
4685
+ },
4686
+ {
4687
+ "type": "object",
4688
+ "additionalProperties": {}
4689
+ }
4690
+ ]
4691
+ }
4692
+ }
4693
+ },
4694
+ "Options_SetPostMountParam": {
4695
+ "name": "mount",
4696
+ "in": "query",
4697
+ "description": "Overrides for the `mount` option block.",
4698
+ "style": "deepObject",
4699
+ "explode": true,
4700
+ "schema": {
4701
+ "type": "object",
4702
+ "additionalProperties": {
4703
+ "oneOf": [
4704
+ {
4705
+ "type": "string"
4706
+ },
4707
+ {
4708
+ "type": "number"
4709
+ },
4710
+ {
4711
+ "type": "integer"
4712
+ },
4713
+ {
4714
+ "type": "boolean"
4715
+ },
4716
+ {
4717
+ "type": "array",
4718
+ "items": {}
4719
+ },
4720
+ {
4721
+ "type": "object",
4722
+ "additionalProperties": {}
4723
+ }
4724
+ ]
4725
+ }
4726
+ }
4727
+ },
4728
+ "Options_SetPostNfsParam": {
4729
+ "name": "nfs",
4730
+ "in": "query",
4731
+ "description": "Overrides for the `nfs` option block.",
4732
+ "style": "deepObject",
4733
+ "explode": true,
4734
+ "schema": {
4735
+ "type": "object",
4736
+ "additionalProperties": {
4737
+ "oneOf": [
4738
+ {
4739
+ "type": "string"
4740
+ },
4741
+ {
4742
+ "type": "number"
4743
+ },
4744
+ {
4745
+ "type": "integer"
4746
+ },
4747
+ {
4748
+ "type": "boolean"
4749
+ },
4750
+ {
4751
+ "type": "array",
4752
+ "items": {}
4753
+ },
4754
+ {
4755
+ "type": "object",
4756
+ "additionalProperties": {}
4757
+ }
4758
+ ]
4759
+ }
4760
+ }
4761
+ },
4762
+ "Options_SetPostProxyParam": {
4763
+ "name": "proxy",
4764
+ "in": "query",
4765
+ "description": "Overrides for the `proxy` option block.",
4766
+ "style": "deepObject",
4767
+ "explode": true,
4768
+ "schema": {
4769
+ "type": "object",
4770
+ "additionalProperties": {
4771
+ "oneOf": [
4772
+ {
4773
+ "type": "string"
4774
+ },
4775
+ {
4776
+ "type": "number"
4777
+ },
4778
+ {
4779
+ "type": "integer"
4780
+ },
4781
+ {
4782
+ "type": "boolean"
4783
+ },
4784
+ {
4785
+ "type": "array",
4786
+ "items": {}
4787
+ },
4788
+ {
4789
+ "type": "object",
4790
+ "additionalProperties": {}
4791
+ }
4792
+ ]
4793
+ }
4794
+ }
4795
+ },
4796
+ "Options_SetPostRcParam": {
4797
+ "name": "rc",
4798
+ "in": "query",
4799
+ "description": "Overrides for the `rc` option block.",
4800
+ "style": "deepObject",
4801
+ "explode": true,
4802
+ "schema": {
4803
+ "type": "object",
4804
+ "additionalProperties": {
4805
+ "oneOf": [
4806
+ {
4807
+ "type": "string"
4808
+ },
4809
+ {
4810
+ "type": "number"
4811
+ },
4812
+ {
4813
+ "type": "integer"
4814
+ },
4815
+ {
4816
+ "type": "boolean"
4817
+ },
4818
+ {
4819
+ "type": "array",
4820
+ "items": {}
4821
+ },
4822
+ {
4823
+ "type": "object",
4824
+ "additionalProperties": {}
4825
+ }
4826
+ ]
4827
+ }
4828
+ }
4829
+ },
4830
+ "Options_SetPostResticParam": {
4831
+ "name": "restic",
4832
+ "in": "query",
4833
+ "description": "Overrides for the `restic` option block.",
4834
+ "style": "deepObject",
4835
+ "explode": true,
4836
+ "schema": {
4837
+ "type": "object",
4838
+ "additionalProperties": {
4839
+ "oneOf": [
4840
+ {
4841
+ "type": "string"
4842
+ },
4843
+ {
4844
+ "type": "number"
4845
+ },
4846
+ {
4847
+ "type": "integer"
4848
+ },
4849
+ {
4850
+ "type": "boolean"
4851
+ },
4852
+ {
4853
+ "type": "array",
4854
+ "items": {}
4855
+ },
4856
+ {
4857
+ "type": "object",
4858
+ "additionalProperties": {}
4859
+ }
4860
+ ]
4861
+ }
4862
+ }
4863
+ },
4864
+ "Options_SetPostS3Param": {
4865
+ "name": "s3",
4866
+ "in": "query",
4867
+ "description": "Overrides for the `s3` option block.",
4868
+ "style": "deepObject",
4869
+ "explode": true,
4870
+ "schema": {
4871
+ "type": "object",
4872
+ "additionalProperties": {
4873
+ "oneOf": [
4874
+ {
4875
+ "type": "string"
4876
+ },
4877
+ {
4878
+ "type": "number"
4879
+ },
4880
+ {
4881
+ "type": "integer"
4882
+ },
4883
+ {
4884
+ "type": "boolean"
4885
+ },
4886
+ {
4887
+ "type": "array",
4888
+ "items": {}
4889
+ },
4890
+ {
4891
+ "type": "object",
4892
+ "additionalProperties": {}
4893
+ }
4894
+ ]
4895
+ }
4896
+ }
4897
+ },
4898
+ "Options_SetPostSftpParam": {
4899
+ "name": "sftp",
4900
+ "in": "query",
4901
+ "description": "Overrides for the `sftp` option block.",
4902
+ "style": "deepObject",
4903
+ "explode": true,
4904
+ "schema": {
4905
+ "type": "object",
4906
+ "additionalProperties": {
4907
+ "oneOf": [
4908
+ {
4909
+ "type": "string"
4910
+ },
4911
+ {
4912
+ "type": "number"
4913
+ },
4914
+ {
4915
+ "type": "integer"
4916
+ },
4917
+ {
4918
+ "type": "boolean"
4919
+ },
4920
+ {
4921
+ "type": "array",
4922
+ "items": {}
4923
+ },
4924
+ {
4925
+ "type": "object",
4926
+ "additionalProperties": {}
4927
+ }
4928
+ ]
4929
+ }
4930
+ }
4931
+ },
4932
+ "Options_SetPostVfsParam": {
4933
+ "name": "vfs",
4441
4934
  "in": "query",
4442
- "description": "Optional comma-separated list of option block names to describe.",
4935
+ "description": "Overrides for the `vfs` option block.",
4936
+ "style": "deepObject",
4937
+ "explode": true,
4443
4938
  "schema": {
4444
- "type": "string"
4939
+ "type": "object",
4940
+ "additionalProperties": {
4941
+ "oneOf": [
4942
+ {
4943
+ "type": "string"
4944
+ },
4945
+ {
4946
+ "type": "number"
4947
+ },
4948
+ {
4949
+ "type": "integer"
4950
+ },
4951
+ {
4952
+ "type": "boolean"
4953
+ },
4954
+ {
4955
+ "type": "array",
4956
+ "items": {}
4957
+ },
4958
+ {
4959
+ "type": "object",
4960
+ "additionalProperties": {}
4961
+ }
4962
+ ]
4963
+ }
4445
4964
  }
4446
4965
  },
4447
- "Options_SetPostAdditionalParam": {
4448
- "name": "block",
4966
+ "Options_SetPostWebdavParam": {
4967
+ "name": "webdav",
4449
4968
  "in": "query",
4450
- "description": "Placeholder parameter representing any option block override. Replace `block` with the actual block name you wish to modify (for example `main`, `rc`, `http`, `s3`, `mount`). Supply one such query parameter per block. Encode the overrides for that block using deep-object syntax so each option name becomes a nested key. Example: `?main[HTTPProxy]=http://proxy.example&rc[NoAuth]=true`.\n",
4969
+ "description": "Overrides for the `webdav` option block.",
4451
4970
  "style": "deepObject",
4452
4971
  "explode": true,
4453
4972
  "schema": {
@@ -4476,15 +4995,6 @@
4476
4995
  }
4477
4996
  ]
4478
4997
  }
4479
- },
4480
- "examples": {
4481
- "setProxy": {
4482
- "summary": "Set HTTP proxy and disable RC auth",
4483
- "value": {
4484
- "HTTPProxy": "http://proxy.example",
4485
- "NoAuth": true
4486
- }
4487
- }
4488
4998
  }
4489
4999
  },
4490
5000
  "Serve_StartPostTypeParam": {
@@ -5976,11 +6486,119 @@
5976
6486
  "application/json": {
5977
6487
  "schema": {
5978
6488
  "type": "object",
6489
+ "required": [
6490
+ "dlna",
6491
+ "filter",
6492
+ "ftp",
6493
+ "http",
6494
+ "log",
6495
+ "main",
6496
+ "mount",
6497
+ "nfs",
6498
+ "proxy",
6499
+ "rc",
6500
+ "restic",
6501
+ "s3",
6502
+ "sftp",
6503
+ "vfs",
6504
+ "webdav"
6505
+ ],
6506
+ "properties": {
6507
+ "dlna": {
6508
+ "type": "array",
6509
+ "items": {
6510
+ "$ref": "#/components/schemas/OptionsInfoOption"
6511
+ }
6512
+ },
6513
+ "filter": {
6514
+ "type": "array",
6515
+ "items": {
6516
+ "$ref": "#/components/schemas/OptionsInfoOption"
6517
+ }
6518
+ },
6519
+ "ftp": {
6520
+ "type": "array",
6521
+ "items": {
6522
+ "$ref": "#/components/schemas/OptionsInfoOption"
6523
+ }
6524
+ },
6525
+ "http": {
6526
+ "type": "array",
6527
+ "items": {
6528
+ "$ref": "#/components/schemas/OptionsInfoOption"
6529
+ }
6530
+ },
6531
+ "log": {
6532
+ "type": "array",
6533
+ "items": {
6534
+ "$ref": "#/components/schemas/OptionsInfoOption"
6535
+ }
6536
+ },
6537
+ "main": {
6538
+ "type": "array",
6539
+ "items": {
6540
+ "$ref": "#/components/schemas/OptionsInfoOption"
6541
+ }
6542
+ },
6543
+ "mount": {
6544
+ "type": "array",
6545
+ "items": {
6546
+ "$ref": "#/components/schemas/OptionsInfoOption"
6547
+ }
6548
+ },
6549
+ "nfs": {
6550
+ "type": "array",
6551
+ "items": {
6552
+ "$ref": "#/components/schemas/OptionsInfoOption"
6553
+ }
6554
+ },
6555
+ "proxy": {
6556
+ "type": "array",
6557
+ "items": {
6558
+ "$ref": "#/components/schemas/OptionsInfoOption"
6559
+ }
6560
+ },
6561
+ "rc": {
6562
+ "type": "array",
6563
+ "items": {
6564
+ "$ref": "#/components/schemas/OptionsInfoOption"
6565
+ }
6566
+ },
6567
+ "restic": {
6568
+ "type": "array",
6569
+ "items": {
6570
+ "$ref": "#/components/schemas/OptionsInfoOption"
6571
+ }
6572
+ },
6573
+ "s3": {
6574
+ "type": "array",
6575
+ "items": {
6576
+ "$ref": "#/components/schemas/OptionsInfoOption"
6577
+ }
6578
+ },
6579
+ "sftp": {
6580
+ "type": "array",
6581
+ "items": {
6582
+ "$ref": "#/components/schemas/OptionsInfoOption"
6583
+ }
6584
+ },
6585
+ "vfs": {
6586
+ "type": "array",
6587
+ "items": {
6588
+ "$ref": "#/components/schemas/OptionsInfoOption"
6589
+ }
6590
+ },
6591
+ "webdav": {
6592
+ "type": "array",
6593
+ "items": {
6594
+ "$ref": "#/components/schemas/OptionsInfoOption"
6595
+ }
6596
+ }
6597
+ },
5979
6598
  "additionalProperties": {
5980
6599
  "type": "array",
5981
6600
  "items": {
5982
- "type": "object",
5983
- "additionalProperties": true
6601
+ "$ref": "#/components/schemas/OptionsInfoOption"
5984
6602
  }
5985
6603
  }
5986
6604
  }
@@ -7053,6 +7671,143 @@
7053
7671
  },
7054
7672
  "additionalProperties": true
7055
7673
  },
7674
+ "OptionsInfoOptionExample": {
7675
+ "type": "object",
7676
+ "properties": {
7677
+ "Value": {
7678
+ "type": "string"
7679
+ },
7680
+ "Help": {
7681
+ "type": "string"
7682
+ }
7683
+ },
7684
+ "required": [
7685
+ "Value",
7686
+ "Help"
7687
+ ],
7688
+ "additionalProperties": true
7689
+ },
7690
+ "OptionsInfoOption": {
7691
+ "type": "object",
7692
+ "properties": {
7693
+ "Name": {
7694
+ "type": "string"
7695
+ },
7696
+ "FieldName": {
7697
+ "type": "string"
7698
+ },
7699
+ "Help": {
7700
+ "type": "string"
7701
+ },
7702
+ "Default": {
7703
+ "description": "Default value for this option.",
7704
+ "anyOf": [
7705
+ {
7706
+ "type": "array",
7707
+ "items": {
7708
+ "type": "string"
7709
+ }
7710
+ },
7711
+ {
7712
+ "type": "boolean"
7713
+ },
7714
+ {
7715
+ "type": "number"
7716
+ },
7717
+ {
7718
+ "type": "string"
7719
+ },
7720
+ {
7721
+ "type": "object",
7722
+ "properties": {
7723
+ "Value": {
7724
+ "type": "boolean"
7725
+ },
7726
+ "Valid": {
7727
+ "type": "boolean"
7728
+ }
7729
+ },
7730
+ "required": [
7731
+ "Value",
7732
+ "Valid"
7733
+ ],
7734
+ "additionalProperties": false
7735
+ }
7736
+ ]
7737
+ },
7738
+ "Value": {
7739
+ "nullable": true,
7740
+ "anyOf": [
7741
+ {
7742
+ "type": "boolean"
7743
+ },
7744
+ {
7745
+ "type": "number"
7746
+ }
7747
+ ]
7748
+ },
7749
+ "Hide": {
7750
+ "type": "integer"
7751
+ },
7752
+ "Required": {
7753
+ "type": "boolean"
7754
+ },
7755
+ "IsPassword": {
7756
+ "type": "boolean"
7757
+ },
7758
+ "NoPrefix": {
7759
+ "type": "boolean"
7760
+ },
7761
+ "Advanced": {
7762
+ "type": "boolean"
7763
+ },
7764
+ "Exclusive": {
7765
+ "type": "boolean"
7766
+ },
7767
+ "Sensitive": {
7768
+ "type": "boolean"
7769
+ },
7770
+ "DefaultStr": {
7771
+ "type": "string"
7772
+ },
7773
+ "ValueStr": {
7774
+ "type": "string"
7775
+ },
7776
+ "Type": {
7777
+ "type": "string"
7778
+ },
7779
+ "Groups": {
7780
+ "type": "string"
7781
+ },
7782
+ "ShortOpt": {
7783
+ "type": "string"
7784
+ },
7785
+ "Examples": {
7786
+ "type": "array",
7787
+ "items": {
7788
+ "$ref": "#/components/schemas/OptionsInfoOptionExample"
7789
+ }
7790
+ }
7791
+ },
7792
+ "required": [
7793
+ "Name",
7794
+ "FieldName",
7795
+ "Help",
7796
+ "Default",
7797
+ "Value",
7798
+ "Hide",
7799
+ "Required",
7800
+ "IsPassword",
7801
+ "NoPrefix",
7802
+ "Advanced",
7803
+ "Exclusive",
7804
+ "Sensitive",
7805
+ "DefaultStr",
7806
+ "ValueStr",
7807
+ "Type"
7808
+ ],
7809
+ "additionalProperties": true
7810
+ },
7056
7811
  "ConfigProviderOption": {
7057
7812
  "type": "object",
7058
7813
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rclone-openapi",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "keywords": [
5
5
  "rclone",
6
6
  "openapi",
package/types.d.ts CHANGED
@@ -3223,8 +3223,36 @@ export interface paths {
3223
3223
  post: {
3224
3224
  parameters: {
3225
3225
  query?: {
3226
- /** @description Placeholder parameter representing any option block override. Replace `block` with the actual block name you wish to modify (for example `main`, `rc`, `http`, `s3`, `mount`). Supply one such query parameter per block. Encode the overrides for that block using deep-object syntax so each option name becomes a nested key. Example: `?main[HTTPProxy]=http://proxy.example&rc[NoAuth]=true`. */
3227
- block?: components["parameters"]["Options_SetPostAdditionalParam"];
3226
+ /** @description Overrides for the `dlna` option block. */
3227
+ dlna?: components["parameters"]["Options_SetPostDlnaParam"];
3228
+ /** @description Overrides for the `filter` option block. */
3229
+ filter?: components["parameters"]["Options_SetPostFilterParam"];
3230
+ /** @description Overrides for the `ftp` option block. */
3231
+ ftp?: components["parameters"]["Options_SetPostFtpParam"];
3232
+ /** @description Overrides for the `main` option block. */
3233
+ main?: components["parameters"]["Options_SetPostMainParam"];
3234
+ /** @description Overrides for the `http` option block. */
3235
+ http?: components["parameters"]["Options_SetPostHttpParam"];
3236
+ /** @description Overrides for the `log` option block. */
3237
+ log?: components["parameters"]["Options_SetPostLogParam"];
3238
+ /** @description Overrides for the `mount` option block. */
3239
+ mount?: components["parameters"]["Options_SetPostMountParam"];
3240
+ /** @description Overrides for the `nfs` option block. */
3241
+ nfs?: components["parameters"]["Options_SetPostNfsParam"];
3242
+ /** @description Overrides for the `proxy` option block. */
3243
+ proxy?: components["parameters"]["Options_SetPostProxyParam"];
3244
+ /** @description Overrides for the `rc` option block. */
3245
+ rc?: components["parameters"]["Options_SetPostRcParam"];
3246
+ /** @description Overrides for the `restic` option block. */
3247
+ restic?: components["parameters"]["Options_SetPostResticParam"];
3248
+ /** @description Overrides for the `s3` option block. */
3249
+ s3?: components["parameters"]["Options_SetPostS3Param"];
3250
+ /** @description Overrides for the `sftp` option block. */
3251
+ sftp?: components["parameters"]["Options_SetPostSftpParam"];
3252
+ /** @description Overrides for the `vfs` option block. */
3253
+ vfs?: components["parameters"]["Options_SetPostVfsParam"];
3254
+ /** @description Overrides for the `webdav` option block. */
3255
+ webdav?: components["parameters"]["Options_SetPostWebdavParam"];
3228
3256
  /** @description Assign the request to a custom stats group. */
3229
3257
  _group?: components["parameters"]["GlobalGroupParam"];
3230
3258
  /** @description Run the command asynchronously. Returns a job id immediately. */
@@ -4074,6 +4102,38 @@ export interface components {
4074
4102
  } & {
4075
4103
  [key: string]: unknown;
4076
4104
  };
4105
+ OptionsInfoOptionExample: {
4106
+ Value: string;
4107
+ Help: string;
4108
+ } & {
4109
+ [key: string]: unknown;
4110
+ };
4111
+ OptionsInfoOption: {
4112
+ Name: string;
4113
+ FieldName: string;
4114
+ Help: string;
4115
+ /** @description Default value for this option. */
4116
+ Default: string[] | boolean | number | string | {
4117
+ Value: boolean;
4118
+ Valid: boolean;
4119
+ };
4120
+ Value: (boolean | number) | null;
4121
+ Hide: number;
4122
+ Required: boolean;
4123
+ IsPassword: boolean;
4124
+ NoPrefix: boolean;
4125
+ Advanced: boolean;
4126
+ Exclusive: boolean;
4127
+ Sensitive: boolean;
4128
+ DefaultStr: string;
4129
+ ValueStr: string;
4130
+ Type: string;
4131
+ Groups?: string;
4132
+ ShortOpt?: string;
4133
+ Examples?: components["schemas"]["OptionsInfoOptionExample"][];
4134
+ } & {
4135
+ [key: string]: unknown;
4136
+ };
4077
4137
  ConfigProviderOption: {
4078
4138
  Advanced: boolean;
4079
4139
  Default: components["schemas"]["ConfigProviderOptionAny"];
@@ -4790,9 +4850,23 @@ export interface components {
4790
4850
  };
4791
4851
  content: {
4792
4852
  "application/json": {
4793
- [key: string]: {
4794
- [key: string]: unknown;
4795
- }[];
4853
+ dlna: components["schemas"]["OptionsInfoOption"][];
4854
+ filter: components["schemas"]["OptionsInfoOption"][];
4855
+ ftp: components["schemas"]["OptionsInfoOption"][];
4856
+ http: components["schemas"]["OptionsInfoOption"][];
4857
+ log: components["schemas"]["OptionsInfoOption"][];
4858
+ main: components["schemas"]["OptionsInfoOption"][];
4859
+ mount: components["schemas"]["OptionsInfoOption"][];
4860
+ nfs: components["schemas"]["OptionsInfoOption"][];
4861
+ proxy: components["schemas"]["OptionsInfoOption"][];
4862
+ rc: components["schemas"]["OptionsInfoOption"][];
4863
+ restic: components["schemas"]["OptionsInfoOption"][];
4864
+ s3: components["schemas"]["OptionsInfoOption"][];
4865
+ sftp: components["schemas"]["OptionsInfoOption"][];
4866
+ vfs: components["schemas"]["OptionsInfoOption"][];
4867
+ webdav: components["schemas"]["OptionsInfoOption"][];
4868
+ } & {
4869
+ [key: string]: components["schemas"]["OptionsInfoOption"][];
4796
4870
  };
4797
4871
  };
4798
4872
  };
@@ -5443,8 +5517,92 @@ export interface components {
5443
5517
  Options_GetPostBlocksParam: string;
5444
5518
  /** @description Optional comma-separated list of option block names to describe. */
5445
5519
  Options_InfoPostBlocksParam: string;
5446
- /** @description Placeholder parameter representing any option block override. Replace `block` with the actual block name you wish to modify (for example `main`, `rc`, `http`, `s3`, `mount`). Supply one such query parameter per block. Encode the overrides for that block using deep-object syntax so each option name becomes a nested key. Example: `?main[HTTPProxy]=http://proxy.example&rc[NoAuth]=true`. */
5447
- Options_SetPostAdditionalParam: {
5520
+ /** @description Overrides for the `dlna` option block. */
5521
+ Options_SetPostDlnaParam: {
5522
+ [key: string]: string | number | boolean | unknown[] | {
5523
+ [key: string]: unknown;
5524
+ };
5525
+ };
5526
+ /** @description Overrides for the `filter` option block. */
5527
+ Options_SetPostFilterParam: {
5528
+ [key: string]: string | number | boolean | unknown[] | {
5529
+ [key: string]: unknown;
5530
+ };
5531
+ };
5532
+ /** @description Overrides for the `ftp` option block. */
5533
+ Options_SetPostFtpParam: {
5534
+ [key: string]: string | number | boolean | unknown[] | {
5535
+ [key: string]: unknown;
5536
+ };
5537
+ };
5538
+ /** @description Overrides for the `main` option block. */
5539
+ Options_SetPostMainParam: {
5540
+ [key: string]: string | number | boolean | unknown[] | {
5541
+ [key: string]: unknown;
5542
+ };
5543
+ };
5544
+ /** @description Overrides for the `http` option block. */
5545
+ Options_SetPostHttpParam: {
5546
+ [key: string]: string | number | boolean | unknown[] | {
5547
+ [key: string]: unknown;
5548
+ };
5549
+ };
5550
+ /** @description Overrides for the `log` option block. */
5551
+ Options_SetPostLogParam: {
5552
+ [key: string]: string | number | boolean | unknown[] | {
5553
+ [key: string]: unknown;
5554
+ };
5555
+ };
5556
+ /** @description Overrides for the `mount` option block. */
5557
+ Options_SetPostMountParam: {
5558
+ [key: string]: string | number | boolean | unknown[] | {
5559
+ [key: string]: unknown;
5560
+ };
5561
+ };
5562
+ /** @description Overrides for the `nfs` option block. */
5563
+ Options_SetPostNfsParam: {
5564
+ [key: string]: string | number | boolean | unknown[] | {
5565
+ [key: string]: unknown;
5566
+ };
5567
+ };
5568
+ /** @description Overrides for the `proxy` option block. */
5569
+ Options_SetPostProxyParam: {
5570
+ [key: string]: string | number | boolean | unknown[] | {
5571
+ [key: string]: unknown;
5572
+ };
5573
+ };
5574
+ /** @description Overrides for the `rc` option block. */
5575
+ Options_SetPostRcParam: {
5576
+ [key: string]: string | number | boolean | unknown[] | {
5577
+ [key: string]: unknown;
5578
+ };
5579
+ };
5580
+ /** @description Overrides for the `restic` option block. */
5581
+ Options_SetPostResticParam: {
5582
+ [key: string]: string | number | boolean | unknown[] | {
5583
+ [key: string]: unknown;
5584
+ };
5585
+ };
5586
+ /** @description Overrides for the `s3` option block. */
5587
+ Options_SetPostS3Param: {
5588
+ [key: string]: string | number | boolean | unknown[] | {
5589
+ [key: string]: unknown;
5590
+ };
5591
+ };
5592
+ /** @description Overrides for the `sftp` option block. */
5593
+ Options_SetPostSftpParam: {
5594
+ [key: string]: string | number | boolean | unknown[] | {
5595
+ [key: string]: unknown;
5596
+ };
5597
+ };
5598
+ /** @description Overrides for the `vfs` option block. */
5599
+ Options_SetPostVfsParam: {
5600
+ [key: string]: string | number | boolean | unknown[] | {
5601
+ [key: string]: unknown;
5602
+ };
5603
+ };
5604
+ /** @description Overrides for the `webdav` option block. */
5605
+ Options_SetPostWebdavParam: {
5448
5606
  [key: string]: string | number | boolean | unknown[] | {
5449
5607
  [key: string]: unknown;
5450
5608
  };