rclone-openapi 1.74.0 → 1.74.1

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/openapi.json CHANGED
@@ -2797,9 +2797,7 @@
2797
2797
  "description": "Multipart form payload containing one or more files to upload.",
2798
2798
  "content": {
2799
2799
  "multipart/form-data": {
2800
- "schema": {
2801
- "nullable": true
2802
- }
2800
+ "schema": {}
2803
2801
  }
2804
2802
  }
2805
2803
  },
@@ -6041,9 +6039,7 @@
6041
6039
  "application/json": {
6042
6040
  "schema": {
6043
6041
  "type": "object",
6044
- "additionalProperties": {
6045
- "nullable": true
6046
- }
6042
+ "additionalProperties": {}
6047
6043
  }
6048
6044
  }
6049
6045
  }
@@ -6068,8 +6064,10 @@
6068
6064
  }
6069
6065
  },
6070
6066
  "MetadataInfo": {
6071
- "type": "object",
6072
- "nullable": true,
6067
+ "type": [
6068
+ "object",
6069
+ "null"
6070
+ ],
6073
6071
  "additionalProperties": true
6074
6072
  },
6075
6073
  "Name": {
@@ -6232,12 +6230,16 @@
6232
6230
  "type": "boolean"
6233
6231
  },
6234
6232
  "result": {
6235
- "type": "string",
6236
- "nullable": true
6233
+ "type": [
6234
+ "string",
6235
+ "null"
6236
+ ]
6237
6237
  },
6238
6238
  "returnType": {
6239
- "type": "string",
6240
- "nullable": true
6239
+ "type": [
6240
+ "string",
6241
+ "null"
6242
+ ]
6241
6243
  }
6242
6244
  },
6243
6245
  "required": [
@@ -6579,7 +6581,6 @@
6579
6581
  "type": "object",
6580
6582
  "properties": {
6581
6583
  "result": {
6582
- "nullable": true,
6583
6584
  "description": "Backend command result payload"
6584
6585
  }
6585
6586
  },
@@ -6794,8 +6795,10 @@
6794
6795
  "type": "number"
6795
6796
  },
6796
6797
  "eta": {
6797
- "type": "number",
6798
- "nullable": true
6798
+ "type": [
6799
+ "number",
6800
+ "null"
6801
+ ]
6799
6802
  },
6800
6803
  "fatalError": {
6801
6804
  "type": "boolean"
@@ -6961,12 +6964,10 @@
6961
6964
  "description": "True if the job completed successfully."
6962
6965
  },
6963
6966
  "output": {
6964
- "description": "Synchronous-style output payload when available.",
6965
- "nullable": true
6967
+ "description": "Synchronous-style output payload when available."
6966
6968
  },
6967
6969
  "progress": {
6968
- "description": "Progress measurements supplied by the underlying command.",
6969
- "nullable": true
6970
+ "description": "Progress measurements supplied by the underlying command."
6970
6971
  }
6971
6972
  },
6972
6973
  "required": [
@@ -7162,9 +7163,7 @@
7162
7163
  },
7163
7164
  "Metadata": {
7164
7165
  "type": "object",
7165
- "additionalProperties": {
7166
- "nullable": true
7167
- },
7166
+ "additionalProperties": {},
7168
7167
  "description": "Backend-provided metadata map."
7169
7168
  }
7170
7169
  }
@@ -7186,8 +7185,10 @@
7186
7185
  "type": "object",
7187
7186
  "properties": {
7188
7187
  "item": {
7189
- "type": "object",
7190
- "nullable": true,
7188
+ "type": [
7189
+ "object",
7190
+ "null"
7191
+ ],
7191
7192
  "properties": {
7192
7193
  "Path": {
7193
7194
  "type": "string",
@@ -7246,9 +7247,7 @@
7246
7247
  },
7247
7248
  "Metadata": {
7248
7249
  "type": "object",
7249
- "additionalProperties": {
7250
- "nullable": true
7251
- },
7250
+ "additionalProperties": {},
7252
7251
  "description": "Backend-provided metadata map."
7253
7252
  }
7254
7253
  },
@@ -7588,9 +7587,10 @@
7588
7587
  "type": "number"
7589
7588
  },
7590
7589
  "DisableFeatures": {
7591
- "type": "string",
7592
- "format": "null",
7593
- "nullable": true
7590
+ "type": [
7591
+ "string",
7592
+ "null"
7593
+ ]
7594
7594
  },
7595
7595
  "DisableHTTP2": {
7596
7596
  "type": "boolean"
@@ -7599,9 +7599,10 @@
7599
7599
  "type": "boolean"
7600
7600
  },
7601
7601
  "DownloadHeaders": {
7602
- "type": "string",
7603
- "format": "null",
7604
- "nullable": true
7602
+ "type": [
7603
+ "string",
7604
+ "null"
7605
+ ]
7605
7606
  },
7606
7607
  "DryRun": {
7607
7608
  "type": "boolean"
@@ -7625,9 +7626,10 @@
7625
7626
  "type": "number"
7626
7627
  },
7627
7628
  "Headers": {
7628
- "type": "string",
7629
- "format": "null",
7630
- "nullable": true
7629
+ "type": [
7630
+ "string",
7631
+ "null"
7632
+ ]
7631
7633
  },
7632
7634
  "HumanReadable": {
7633
7635
  "type": "boolean"
@@ -7702,14 +7704,16 @@
7702
7704
  "type": "boolean"
7703
7705
  },
7704
7706
  "MetadataMapper": {
7705
- "type": "string",
7706
- "format": "null",
7707
- "nullable": true
7707
+ "type": [
7708
+ "string",
7709
+ "null"
7710
+ ]
7708
7711
  },
7709
7712
  "MetadataSet": {
7710
- "type": "string",
7711
- "format": "null",
7712
- "nullable": true
7713
+ "type": [
7714
+ "string",
7715
+ "null"
7716
+ ]
7713
7717
  },
7714
7718
  "ModifyWindow": {
7715
7719
  "type": "number"
@@ -7757,9 +7761,10 @@
7757
7761
  "type": "string"
7758
7762
  },
7759
7763
  "PasswordCommand": {
7760
- "type": "string",
7761
- "format": "null",
7762
- "nullable": true
7764
+ "type": [
7765
+ "string",
7766
+ "null"
7767
+ ]
7763
7768
  },
7764
7769
  "Progress": {
7765
7770
  "type": "boolean"
@@ -7834,9 +7839,10 @@
7834
7839
  "type": "boolean"
7835
7840
  },
7836
7841
  "UploadHeaders": {
7837
- "type": "string",
7838
- "format": "null",
7839
- "nullable": true
7842
+ "type": [
7843
+ "string",
7844
+ "null"
7845
+ ]
7840
7846
  },
7841
7847
  "UseJSONLog": {
7842
7848
  "type": "boolean"
@@ -8318,8 +8324,10 @@
8318
8324
  "description": "Number of active references to the VFS."
8319
8325
  },
8320
8326
  "diskCache": {
8321
- "type": "object",
8322
- "nullable": true,
8327
+ "type": [
8328
+ "object",
8329
+ "null"
8330
+ ],
8323
8331
  "additionalProperties": true,
8324
8332
  "description": "Disk cache metrics when caching is enabled."
8325
8333
  },
@@ -8484,11 +8492,11 @@
8484
8492
  "type": "string"
8485
8493
  },
8486
8494
  "input": {
8487
- "type": "object",
8488
- "nullable": true,
8489
- "additionalProperties": {
8490
- "nullable": true
8491
- },
8495
+ "type": [
8496
+ "object",
8497
+ "null"
8498
+ ],
8499
+ "additionalProperties": {},
8492
8500
  "description": "Original request parameters echoed for debugging."
8493
8501
  }
8494
8502
  }
@@ -8497,15 +8505,19 @@
8497
8505
  "type": "object",
8498
8506
  "properties": {
8499
8507
  "Aliases": {
8500
- "type": "array",
8501
- "nullable": true,
8508
+ "type": [
8509
+ "array",
8510
+ "null"
8511
+ ],
8502
8512
  "items": {
8503
8513
  "type": "string"
8504
8514
  }
8505
8515
  },
8506
8516
  "CommandHelp": {
8507
- "type": "array",
8508
- "nullable": true,
8517
+ "type": [
8518
+ "array",
8519
+ "null"
8520
+ ],
8509
8521
  "items": {
8510
8522
  "$ref": "#/components/schemas/ConfigProviderCommandHelp"
8511
8523
  }
@@ -8557,8 +8569,10 @@
8557
8569
  "type": "string"
8558
8570
  },
8559
8571
  "Opts": {
8560
- "type": "object",
8561
- "nullable": true,
8572
+ "type": [
8573
+ "object",
8574
+ "null"
8575
+ ],
8562
8576
  "additionalProperties": true
8563
8577
  },
8564
8578
  "Short": {
@@ -8574,8 +8588,10 @@
8574
8588
  "type": "string"
8575
8589
  },
8576
8590
  "System": {
8577
- "type": "object",
8578
- "nullable": true,
8591
+ "type": [
8592
+ "object",
8593
+ "null"
8594
+ ],
8579
8595
  "additionalProperties": {
8580
8596
  "$ref": "#/components/schemas/ConfigProviderMetadataSystemEntry"
8581
8597
  }
@@ -8666,13 +8682,15 @@
8666
8682
  ]
8667
8683
  },
8668
8684
  "Value": {
8669
- "nullable": true,
8670
8685
  "anyOf": [
8671
8686
  {
8672
8687
  "type": "boolean"
8673
8688
  },
8674
8689
  {
8675
8690
  "type": "number"
8691
+ },
8692
+ {
8693
+ "type": "null"
8676
8694
  }
8677
8695
  ]
8678
8696
  },
@@ -8889,8 +8907,10 @@
8889
8907
  "description": "Bytes transferred so far for this object."
8890
8908
  },
8891
8909
  "eta": {
8892
- "type": "number",
8893
- "nullable": true,
8910
+ "type": [
8911
+ "number",
8912
+ "null"
8913
+ ],
8894
8914
  "description": "Estimated seconds remaining, when available."
8895
8915
  },
8896
8916
  "group": {
package/openapi.yaml CHANGED
@@ -1549,8 +1549,7 @@ paths:
1549
1549
  description: Multipart form payload containing one or more files to upload.
1550
1550
  content:
1551
1551
  multipart/form-data:
1552
- schema:
1553
- nullable: true
1552
+ schema: {}
1554
1553
  responses:
1555
1554
  "200":
1556
1555
  $ref: "#/components/responses/EmptyObjectResponse"
@@ -3320,7 +3319,7 @@ components:
3320
3319
  description: Overrides for the `dlna` option block.
3321
3320
  style: deepObject
3322
3321
  explode: true
3323
- schema: &a1
3322
+ schema:
3324
3323
  type: object
3325
3324
  additionalProperties: true
3326
3325
  Options_SetPostFilterParam:
@@ -3329,98 +3328,126 @@ components:
3329
3328
  description: Overrides for the `filter` option block.
3330
3329
  style: deepObject
3331
3330
  explode: true
3332
- schema: *a1
3331
+ schema:
3332
+ type: object
3333
+ additionalProperties: true
3333
3334
  Options_SetPostFtpParam:
3334
3335
  name: ftp
3335
3336
  in: query
3336
3337
  description: Overrides for the `ftp` option block.
3337
3338
  style: deepObject
3338
3339
  explode: true
3339
- schema: *a1
3340
+ schema:
3341
+ type: object
3342
+ additionalProperties: true
3340
3343
  Options_SetPostMainParam:
3341
3344
  name: main
3342
3345
  in: query
3343
3346
  description: Overrides for the `main` option block.
3344
3347
  style: deepObject
3345
3348
  explode: true
3346
- schema: *a1
3349
+ schema:
3350
+ type: object
3351
+ additionalProperties: true
3347
3352
  Options_SetPostHttpParam:
3348
3353
  name: http
3349
3354
  in: query
3350
3355
  description: Overrides for the `http` option block.
3351
3356
  style: deepObject
3352
3357
  explode: true
3353
- schema: *a1
3358
+ schema:
3359
+ type: object
3360
+ additionalProperties: true
3354
3361
  Options_SetPostLogParam:
3355
3362
  name: log
3356
3363
  in: query
3357
3364
  description: Overrides for the `log` option block.
3358
3365
  style: deepObject
3359
3366
  explode: true
3360
- schema: *a1
3367
+ schema:
3368
+ type: object
3369
+ additionalProperties: true
3361
3370
  Options_SetPostMountParam:
3362
3371
  name: mount
3363
3372
  in: query
3364
3373
  description: Overrides for the `mount` option block.
3365
3374
  style: deepObject
3366
3375
  explode: true
3367
- schema: *a1
3376
+ schema:
3377
+ type: object
3378
+ additionalProperties: true
3368
3379
  Options_SetPostNfsParam:
3369
3380
  name: nfs
3370
3381
  in: query
3371
3382
  description: Overrides for the `nfs` option block.
3372
3383
  style: deepObject
3373
3384
  explode: true
3374
- schema: *a1
3385
+ schema:
3386
+ type: object
3387
+ additionalProperties: true
3375
3388
  Options_SetPostProxyParam:
3376
3389
  name: proxy
3377
3390
  in: query
3378
3391
  description: Overrides for the `proxy` option block.
3379
3392
  style: deepObject
3380
3393
  explode: true
3381
- schema: *a1
3394
+ schema:
3395
+ type: object
3396
+ additionalProperties: true
3382
3397
  Options_SetPostRcParam:
3383
3398
  name: rc
3384
3399
  in: query
3385
3400
  description: Overrides for the `rc` option block.
3386
3401
  style: deepObject
3387
3402
  explode: true
3388
- schema: *a1
3403
+ schema:
3404
+ type: object
3405
+ additionalProperties: true
3389
3406
  Options_SetPostResticParam:
3390
3407
  name: restic
3391
3408
  in: query
3392
3409
  description: Overrides for the `restic` option block.
3393
3410
  style: deepObject
3394
3411
  explode: true
3395
- schema: *a1
3412
+ schema:
3413
+ type: object
3414
+ additionalProperties: true
3396
3415
  Options_SetPostS3Param:
3397
3416
  name: s3
3398
3417
  in: query
3399
3418
  description: Overrides for the `s3` option block.
3400
3419
  style: deepObject
3401
3420
  explode: true
3402
- schema: *a1
3421
+ schema:
3422
+ type: object
3423
+ additionalProperties: true
3403
3424
  Options_SetPostSftpParam:
3404
3425
  name: sftp
3405
3426
  in: query
3406
3427
  description: Overrides for the `sftp` option block.
3407
3428
  style: deepObject
3408
3429
  explode: true
3409
- schema: *a1
3430
+ schema:
3431
+ type: object
3432
+ additionalProperties: true
3410
3433
  Options_SetPostVfsParam:
3411
3434
  name: vfs
3412
3435
  in: query
3413
3436
  description: Overrides for the `vfs` option block.
3414
3437
  style: deepObject
3415
3438
  explode: true
3416
- schema: *a1
3439
+ schema:
3440
+ type: object
3441
+ additionalProperties: true
3417
3442
  Options_SetPostWebdavParam:
3418
3443
  name: webdav
3419
3444
  in: query
3420
3445
  description: Overrides for the `webdav` option block.
3421
3446
  style: deepObject
3422
3447
  explode: true
3423
- schema: *a1
3448
+ schema:
3449
+ type: object
3450
+ additionalProperties: true
3424
3451
  Serve_StartPostTypeParam:
3425
3452
  name: type
3426
3453
  in: query
@@ -3645,8 +3672,7 @@ components:
3645
3672
  application/json:
3646
3673
  schema:
3647
3674
  type: object
3648
- additionalProperties:
3649
- nullable: true
3675
+ additionalProperties: {}
3650
3676
  OperationsFsinfoResponse:
3651
3677
  description: Capabilities, supported hashes, and metadata for the specified remote.
3652
3678
  content:
@@ -3663,8 +3689,9 @@ components:
3663
3689
  items:
3664
3690
  type: string
3665
3691
  MetadataInfo:
3666
- type: object
3667
- nullable: true
3692
+ type:
3693
+ - object
3694
+ - "null"
3668
3695
  additionalProperties: true
3669
3696
  Name:
3670
3697
  type: string
@@ -3772,11 +3799,13 @@ components:
3772
3799
  error:
3773
3800
  type: boolean
3774
3801
  result:
3775
- type: string
3776
- nullable: true
3802
+ type:
3803
+ - string
3804
+ - "null"
3777
3805
  returnType:
3778
- type: string
3779
- nullable: true
3806
+ type:
3807
+ - string
3808
+ - "null"
3780
3809
  required:
3781
3810
  - error
3782
3811
  CoreDisksResponse:
@@ -4000,7 +4029,6 @@ components:
4000
4029
  type: object
4001
4030
  properties:
4002
4031
  result:
4003
- nullable: true
4004
4032
  description: Backend command result payload
4005
4033
  additionalProperties: true
4006
4034
  ConfigDumpResponse:
@@ -4145,8 +4173,9 @@ components:
4145
4173
  errors:
4146
4174
  type: number
4147
4175
  eta:
4148
- type: number
4149
- nullable: true
4176
+ type:
4177
+ - number
4178
+ - "null"
4150
4179
  fatalError:
4151
4180
  type: boolean
4152
4181
  lastError:
@@ -4267,10 +4296,8 @@ components:
4267
4296
  description: True if the job completed successfully.
4268
4297
  output:
4269
4298
  description: Synchronous-style output payload when available.
4270
- nullable: true
4271
4299
  progress:
4272
4300
  description: Progress measurements supplied by the underlying command.
4273
- nullable: true
4274
4301
  required:
4275
4302
  - finished
4276
4303
  - duration
@@ -4411,8 +4438,7 @@ components:
4411
4438
  description: Encrypted path when using crypt remotes.
4412
4439
  Metadata:
4413
4440
  type: object
4414
- additionalProperties:
4415
- nullable: true
4441
+ additionalProperties: {}
4416
4442
  description: Backend-provided metadata map.
4417
4443
  required:
4418
4444
  - list
@@ -4424,8 +4450,9 @@ components:
4424
4450
  type: object
4425
4451
  properties:
4426
4452
  item:
4427
- type: object
4428
- nullable: true
4453
+ type:
4454
+ - object
4455
+ - "null"
4429
4456
  properties:
4430
4457
  Path:
4431
4458
  type: string
@@ -4470,8 +4497,7 @@ components:
4470
4497
  description: Encrypted path when using crypt remotes.
4471
4498
  Metadata:
4472
4499
  type: object
4473
- additionalProperties:
4474
- nullable: true
4500
+ additionalProperties: {}
4475
4501
  description: Backend-provided metadata map.
4476
4502
  required:
4477
4503
  - Path
@@ -4587,25 +4613,70 @@ components:
4587
4613
  - vfs
4588
4614
  - webdav
4589
4615
  properties:
4590
- dlna: &a2
4616
+ dlna:
4617
+ type: array
4618
+ items:
4619
+ $ref: "#/components/schemas/OptionsInfoOption"
4620
+ filter:
4621
+ type: array
4622
+ items:
4623
+ $ref: "#/components/schemas/OptionsInfoOption"
4624
+ ftp:
4591
4625
  type: array
4592
4626
  items:
4593
4627
  $ref: "#/components/schemas/OptionsInfoOption"
4594
- filter: *a2
4595
- ftp: *a2
4596
- http: *a2
4597
- log: *a2
4598
- main: *a2
4599
- mount: *a2
4600
- nfs: *a2
4601
- proxy: *a2
4602
- rc: *a2
4603
- restic: *a2
4604
- s3: *a2
4605
- sftp: *a2
4606
- vfs: *a2
4607
- webdav: *a2
4608
- additionalProperties: *a2
4628
+ http:
4629
+ type: array
4630
+ items:
4631
+ $ref: "#/components/schemas/OptionsInfoOption"
4632
+ log:
4633
+ type: array
4634
+ items:
4635
+ $ref: "#/components/schemas/OptionsInfoOption"
4636
+ main:
4637
+ type: array
4638
+ items:
4639
+ $ref: "#/components/schemas/OptionsInfoOption"
4640
+ mount:
4641
+ type: array
4642
+ items:
4643
+ $ref: "#/components/schemas/OptionsInfoOption"
4644
+ nfs:
4645
+ type: array
4646
+ items:
4647
+ $ref: "#/components/schemas/OptionsInfoOption"
4648
+ proxy:
4649
+ type: array
4650
+ items:
4651
+ $ref: "#/components/schemas/OptionsInfoOption"
4652
+ rc:
4653
+ type: array
4654
+ items:
4655
+ $ref: "#/components/schemas/OptionsInfoOption"
4656
+ restic:
4657
+ type: array
4658
+ items:
4659
+ $ref: "#/components/schemas/OptionsInfoOption"
4660
+ s3:
4661
+ type: array
4662
+ items:
4663
+ $ref: "#/components/schemas/OptionsInfoOption"
4664
+ sftp:
4665
+ type: array
4666
+ items:
4667
+ $ref: "#/components/schemas/OptionsInfoOption"
4668
+ vfs:
4669
+ type: array
4670
+ items:
4671
+ $ref: "#/components/schemas/OptionsInfoOption"
4672
+ webdav:
4673
+ type: array
4674
+ items:
4675
+ $ref: "#/components/schemas/OptionsInfoOption"
4676
+ additionalProperties:
4677
+ type: array
4678
+ items:
4679
+ $ref: "#/components/schemas/OptionsInfoOption"
4609
4680
  OptionsLocalResponse:
4610
4681
  description: Effective option values for the current request, separated into config and filter sections.
4611
4682
  content:
@@ -4665,17 +4736,17 @@ components:
4665
4736
  DeleteMode:
4666
4737
  type: number
4667
4738
  DisableFeatures:
4668
- type: string
4669
- format: "null"
4670
- nullable: true
4739
+ type:
4740
+ - string
4741
+ - "null"
4671
4742
  DisableHTTP2:
4672
4743
  type: boolean
4673
4744
  DisableHTTPKeepAlives:
4674
4745
  type: boolean
4675
4746
  DownloadHeaders:
4676
- type: string
4677
- format: "null"
4678
- nullable: true
4747
+ type:
4748
+ - string
4749
+ - "null"
4679
4750
  DryRun:
4680
4751
  type: boolean
4681
4752
  Dump:
@@ -4691,9 +4762,9 @@ components:
4691
4762
  FsCacheExpireInterval:
4692
4763
  type: number
4693
4764
  Headers:
4694
- type: string
4695
- format: "null"
4696
- nullable: true
4765
+ type:
4766
+ - string
4767
+ - "null"
4697
4768
  HumanReadable:
4698
4769
  type: boolean
4699
4770
  IgnoreCaseSync:
@@ -4743,13 +4814,13 @@ components:
4743
4814
  Metadata:
4744
4815
  type: boolean
4745
4816
  MetadataMapper:
4746
- type: string
4747
- format: "null"
4748
- nullable: true
4817
+ type:
4818
+ - string
4819
+ - "null"
4749
4820
  MetadataSet:
4750
- type: string
4751
- format: "null"
4752
- nullable: true
4821
+ type:
4822
+ - string
4823
+ - "null"
4753
4824
  ModifyWindow:
4754
4825
  type: number
4755
4826
  MultiThreadChunkSize:
@@ -4781,9 +4852,9 @@ components:
4781
4852
  PartialSuffix:
4782
4853
  type: string
4783
4854
  PasswordCommand:
4784
- type: string
4785
- format: "null"
4786
- nullable: true
4855
+ type:
4856
+ - string
4857
+ - "null"
4787
4858
  Progress:
4788
4859
  type: boolean
4789
4860
  ProgressTerminalTitle:
@@ -4833,9 +4904,9 @@ components:
4833
4904
  UpdateOlder:
4834
4905
  type: boolean
4835
4906
  UploadHeaders:
4836
- type: string
4837
- format: "null"
4838
- nullable: true
4907
+ type:
4908
+ - string
4909
+ - "null"
4839
4910
  UseJSONLog:
4840
4911
  type: boolean
4841
4912
  UseListR:
@@ -5195,8 +5266,9 @@ components:
5195
5266
  type: integer
5196
5267
  description: Number of active references to the VFS.
5197
5268
  diskCache:
5198
- type: object
5199
- nullable: true
5269
+ type:
5270
+ - object
5271
+ - "null"
5200
5272
  additionalProperties: true
5201
5273
  description: Disk cache metrics when caching is enabled.
5202
5274
  metadataCache:
@@ -5309,22 +5381,24 @@ components:
5309
5381
  path:
5310
5382
  type: string
5311
5383
  input:
5312
- type: object
5313
- nullable: true
5314
- additionalProperties:
5315
- nullable: true
5384
+ type:
5385
+ - object
5386
+ - "null"
5387
+ additionalProperties: {}
5316
5388
  description: Original request parameters echoed for debugging.
5317
5389
  ConfigProvider:
5318
5390
  type: object
5319
5391
  properties:
5320
5392
  Aliases:
5321
- type: array
5322
- nullable: true
5393
+ type:
5394
+ - array
5395
+ - "null"
5323
5396
  items:
5324
5397
  type: string
5325
5398
  CommandHelp:
5326
- type: array
5327
- nullable: true
5399
+ type:
5400
+ - array
5401
+ - "null"
5328
5402
  items:
5329
5403
  $ref: "#/components/schemas/ConfigProviderCommandHelp"
5330
5404
  Description:
@@ -5357,8 +5431,9 @@ components:
5357
5431
  Name:
5358
5432
  type: string
5359
5433
  Opts:
5360
- type: object
5361
- nullable: true
5434
+ type:
5435
+ - object
5436
+ - "null"
5362
5437
  additionalProperties: true
5363
5438
  Short:
5364
5439
  type: string
@@ -5369,8 +5444,9 @@ components:
5369
5444
  Help:
5370
5445
  type: string
5371
5446
  System:
5372
- type: object
5373
- nullable: true
5447
+ type:
5448
+ - object
5449
+ - "null"
5374
5450
  additionalProperties:
5375
5451
  $ref: "#/components/schemas/ConfigProviderMetadataSystemEntry"
5376
5452
  additionalProperties: true
@@ -5426,10 +5502,10 @@ components:
5426
5502
  - Valid
5427
5503
  additionalProperties: false
5428
5504
  Value:
5429
- nullable: true
5430
5505
  anyOf:
5431
5506
  - type: boolean
5432
5507
  - type: number
5508
+ - type: "null"
5433
5509
  Hide:
5434
5510
  type: integer
5435
5511
  Required:
@@ -5581,8 +5657,9 @@ components:
5581
5657
  type: number
5582
5658
  description: Bytes transferred so far for this object.
5583
5659
  eta:
5584
- type: number
5585
- nullable: true
5660
+ type:
5661
+ - number
5662
+ - "null"
5586
5663
  description: Estimated seconds remaining, when available.
5587
5664
  group:
5588
5665
  type: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rclone-openapi",
3
- "version": "1.74.0",
3
+ "version": "1.74.1",
4
4
  "keywords": [
5
5
  "rclone",
6
6
  "openapi",
package/types.d.ts CHANGED
@@ -2019,7 +2019,7 @@ export interface components {
2019
2019
  Value: boolean;
2020
2020
  Valid: boolean;
2021
2021
  };
2022
- Value: (boolean | number) | null;
2022
+ Value: boolean | number | null;
2023
2023
  Hide: number;
2024
2024
  Required: boolean;
2025
2025
  IsPassword: boolean;
@@ -3914,11 +3914,9 @@ export interface components {
3914
3914
  DataRateUnit: string;
3915
3915
  DefaultTime: string;
3916
3916
  DeleteMode: number;
3917
- /** Format: null */
3918
3917
  DisableFeatures: string | null;
3919
3918
  DisableHTTP2: boolean;
3920
3919
  DisableHTTPKeepAlives: boolean;
3921
- /** Format: null */
3922
3920
  DownloadHeaders: string | null;
3923
3921
  DryRun: boolean;
3924
3922
  Dump: string;
@@ -3927,7 +3925,6 @@ export interface components {
3927
3925
  FixCase: boolean;
3928
3926
  FsCacheExpireDuration: number;
3929
3927
  FsCacheExpireInterval: number;
3930
- /** Format: null */
3931
3928
  Headers: string | null;
3932
3929
  HumanReadable: boolean;
3933
3930
  IgnoreCaseSync: boolean;
@@ -3953,9 +3950,7 @@ export interface components {
3953
3950
  MaxStatsGroups: number;
3954
3951
  MaxTransfer: number;
3955
3952
  Metadata: boolean;
3956
- /** Format: null */
3957
3953
  MetadataMapper: string | null;
3958
- /** Format: null */
3959
3954
  MetadataSet: string | null;
3960
3955
  ModifyWindow: number;
3961
3956
  MultiThreadChunkSize: number;
@@ -3972,7 +3967,6 @@ export interface components {
3972
3967
  NoUpdateModTime: boolean;
3973
3968
  OrderBy: string;
3974
3969
  PartialSuffix: string;
3975
- /** Format: null */
3976
3970
  PasswordCommand: string | null;
3977
3971
  Progress: boolean;
3978
3972
  ProgressTerminalTitle: boolean;
@@ -3998,7 +3992,6 @@ export interface components {
3998
3992
  TrafficClass: number;
3999
3993
  Transfers: number;
4000
3994
  UpdateOlder: boolean;
4001
- /** Format: null */
4002
3995
  UploadHeaders: string | null;
4003
3996
  UseJSONLog: boolean;
4004
3997
  UseListR: boolean;