@truenas/api-client 3.0.7 → 4.0.0

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.js CHANGED
@@ -378,6 +378,7 @@ __export(v25_10_0_exports, {
378
378
  Algorithm: () => Algorithm,
379
379
  AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
380
380
  Atime: () => Atime,
381
+ AuthMeSource: () => AuthMeSource,
381
382
  Authenticator: () => Authenticator,
382
383
  Authmethod: () => Authmethod,
383
384
  Autotrim: () => Autotrim,
@@ -388,6 +389,7 @@ __export(v25_10_0_exports, {
388
389
  CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
389
390
  CloudSyncCreateDirection: () => CloudSyncCreateDirection,
390
391
  CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
392
+ CloudTaskAttributesEncryption: () => CloudTaskAttributesEncryption,
391
393
  CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
392
394
  Code: () => Code,
393
395
  Compression: () => Compression,
@@ -398,7 +400,6 @@ __export(v25_10_0_exports, {
398
400
  DiskWipeModeInput: () => DiskWipeModeInput,
399
401
  DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
400
402
  Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput,
401
- Encryption: () => Encryption,
402
403
  Endpoint: () => Endpoint,
403
404
  Exec: () => Exec,
404
405
  Feature: () => Feature,
@@ -432,9 +433,11 @@ __export(v25_10_0_exports, {
432
433
  PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
433
434
  PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
434
435
  PoolScanStateInput: () => PoolScanStateInput,
436
+ PoolSnapshotEntryPropertyFieldsSource: () => PoolSnapshotEntryPropertyFieldsSource,
435
437
  Protocol: () => Protocol,
436
438
  Purpose: () => Purpose,
437
439
  Readonly: () => Readonly,
440
+ ReplicationCountEligibleManualSnapshotsTransport: () => ReplicationCountEligibleManualSnapshotsTransport,
438
441
  ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
439
442
  ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
440
443
  Resolution: () => Resolution,
@@ -443,23 +446,26 @@ __export(v25_10_0_exports, {
443
446
  RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
444
447
  RsyncTaskCreateMode: () => RsyncTaskCreateMode,
445
448
  RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
449
+ SMBEntryEncryption: () => SMBEntryEncryption,
446
450
  SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
447
451
  STIGType: () => STIGType,
448
452
  Schema: () => Schema,
449
453
  Security: () => Security,
450
454
  Serialspeed: () => Serialspeed,
455
+ Service: () => Service,
451
456
  ServiceControlVerb: () => ServiceControlVerb,
452
457
  SharingSMBEntryPurposeInput: () => SharingSMBEntryPurposeInput,
453
458
  SharingSMBEntryPurposeInput2: () => SharingSMBEntryPurposeInput2,
454
459
  Shutdown: () => Shutdown,
455
460
  Snapdev: () => Snapdev,
456
461
  Snapdir: () => Snapdir,
457
- Source: () => Source,
458
462
  SourceInput: () => SourceInput,
463
+ SourceValueType: () => SourceValueType,
459
464
  State: () => State,
460
465
  Status: () => Status,
461
466
  SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
462
467
  Sync: () => Sync,
468
+ SyslogServerTransport: () => SyslogServerTransport,
463
469
  SyslogServerTransportInput: () => SyslogServerTransportInput,
464
470
  Sysloglevel: () => Sysloglevel,
465
471
  SystemProductTypeResult: () => SystemProductTypeResult,
@@ -467,7 +473,6 @@ __export(v25_10_0_exports, {
467
473
  Tag: () => Tag,
468
474
  Target: () => Target,
469
475
  Time: () => Time,
470
- Transport: () => Transport,
471
476
  TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
472
477
  TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
473
478
  TunableCreateType: () => TunableCreateType,
@@ -539,6 +544,11 @@ var Authenticator = {
539
544
  Level1: "LEVEL_1",
540
545
  Level2: "LEVEL_2"
541
546
  };
547
+ var AuthMeSource = {
548
+ Local: "LOCAL",
549
+ Activedirectory: "ACTIVEDIRECTORY",
550
+ Ldap: "LDAP"
551
+ };
542
552
  var Authmethod = {
543
553
  None: "NONE",
544
554
  Chap: "CHAP",
@@ -579,6 +589,10 @@ var CloudSyncCreateDirectionInput = {
579
589
  Push: "PUSH",
580
590
  Pull: "PULL"
581
591
  };
592
+ var CloudTaskAttributesEncryption = {
593
+ Null: null,
594
+ Aes256: "AES256"
595
+ };
582
596
  var CloudTaskAttributesEncryptionInput = {
583
597
  Null: null,
584
598
  Aes256: "AES256"
@@ -684,12 +698,6 @@ var Enclosure2SetSlotStatusStatusInput = {
684
698
  On: "ON",
685
699
  Off: "OFF"
686
700
  };
687
- var Encryption = {
688
- Default: "DEFAULT",
689
- Negotiate: "NEGOTIATE",
690
- Desired: "DESIRED",
691
- Required: "REQUIRED"
692
- };
693
701
  var Endpoint = {
694
702
  OvhEu: "ovh-eu",
695
703
  OvhCa: "ovh-ca",
@@ -894,6 +902,14 @@ var PoolScanStateInput = {
894
902
  Finished: "FINISHED",
895
903
  Canceled: "CANCELED"
896
904
  };
905
+ var PoolSnapshotEntryPropertyFieldsSource = {
906
+ None: "NONE",
907
+ Default: "DEFAULT",
908
+ Local: "LOCAL",
909
+ Temporary: "TEMPORARY",
910
+ Inherited: "INHERITED",
911
+ Received: "RECEIVED"
912
+ };
897
913
  var Protocol = {
898
914
  Http: "HTTP",
899
915
  Https: "HTTPS"
@@ -913,6 +929,11 @@ var Readonly = {
913
929
  Require: "REQUIRE",
914
930
  Ignore: "IGNORE"
915
931
  };
932
+ var ReplicationCountEligibleManualSnapshotsTransport = {
933
+ Ssh: "SSH",
934
+ SshNetcat: "SSH+NETCAT",
935
+ Local: "LOCAL"
936
+ };
916
937
  var ReplicationCountEligibleManualSnapshotsTransportInput = {
917
938
  Ssh: "SSH",
918
939
  SshNetcat: "SSH+NETCAT",
@@ -975,6 +996,12 @@ var Serialspeed = {
975
996
  "57600": "57600",
976
997
  "115200": "115200"
977
998
  };
999
+ var Service = {
1000
+ Middleware: "MIDDLEWARE",
1001
+ Smb: "SMB",
1002
+ Sudo: "SUDO",
1003
+ System: "SYSTEM"
1004
+ };
978
1005
  var ServiceControlVerb = {
979
1006
  Start: "START",
980
1007
  Stop: "STOP",
@@ -1006,6 +1033,12 @@ var Shutdown = {
1006
1033
  Lowbatt: "LOWBATT",
1007
1034
  Batt: "BATT"
1008
1035
  };
1036
+ var SMBEntryEncryption = {
1037
+ Default: "DEFAULT",
1038
+ Negotiate: "NEGOTIATE",
1039
+ Desired: "DESIRED",
1040
+ Required: "REQUIRED"
1041
+ };
1009
1042
  var SMBEntryEncryptionInput = {
1010
1043
  Default: "DEFAULT",
1011
1044
  Negotiate: "NEGOTIATE",
@@ -1023,11 +1056,6 @@ var Snapdir = {
1023
1056
  Hidden: "HIDDEN",
1024
1057
  Inherit: "INHERIT"
1025
1058
  };
1026
- var Source = {
1027
- Local: "LOCAL",
1028
- Activedirectory: "ACTIVEDIRECTORY",
1029
- Ldap: "LDAP"
1030
- };
1031
1059
  var SourceInput = {
1032
1060
  None: "NONE",
1033
1061
  Default: "DEFAULT",
@@ -1036,6 +1064,14 @@ var SourceInput = {
1036
1064
  Inherited: "INHERITED",
1037
1065
  Received: "RECEIVED"
1038
1066
  };
1067
+ var SourceValueType = {
1068
+ None: "NONE",
1069
+ Default: "DEFAULT",
1070
+ Temporary: "TEMPORARY",
1071
+ Local: "LOCAL",
1072
+ Inherited: "INHERITED",
1073
+ Received: "RECEIVED"
1074
+ };
1039
1075
  var State = {
1040
1076
  Crashed: "crashed",
1041
1077
  Created: "created",
@@ -1076,6 +1112,11 @@ var Sysloglevel = {
1076
1112
  FInfo: "F_INFO",
1077
1113
  FDebug: "F_DEBUG"
1078
1114
  };
1115
+ var SyslogServerTransport = {
1116
+ Udp: "UDP",
1117
+ Tcp: "TCP",
1118
+ Tls: "TLS"
1119
+ };
1079
1120
  var SyslogServerTransportInput = {
1080
1121
  Udp: "UDP",
1081
1122
  Tcp: "TCP",
@@ -1106,11 +1147,6 @@ var Time = {
1106
1147
  Local: "LOCAL",
1107
1148
  Utc: "UTC"
1108
1149
  };
1109
- var Transport = {
1110
- Ssh: "SSH",
1111
- SshNetcat: "SSH+NETCAT",
1112
- Local: "LOCAL"
1113
- };
1114
1150
  var TruecommandConfigChangedEventFieldsStatus = {
1115
1151
  Connected: "CONNECTED",
1116
1152
  Connecting: "CONNECTING",
@@ -1295,6 +1331,7 @@ __export(v25_10_1_exports, {
1295
1331
  Algorithm: () => Algorithm,
1296
1332
  AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
1297
1333
  Atime: () => Atime,
1334
+ AuthMeSource: () => AuthMeSource,
1298
1335
  Authenticator: () => Authenticator,
1299
1336
  Authmethod: () => Authmethod,
1300
1337
  Autotrim: () => Autotrim,
@@ -1305,6 +1342,7 @@ __export(v25_10_1_exports, {
1305
1342
  CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
1306
1343
  CloudSyncCreateDirection: () => CloudSyncCreateDirection,
1307
1344
  CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
1345
+ CloudTaskAttributesEncryption: () => CloudTaskAttributesEncryption,
1308
1346
  CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
1309
1347
  Code: () => Code,
1310
1348
  Compression: () => Compression,
@@ -1316,7 +1354,6 @@ __export(v25_10_1_exports, {
1316
1354
  DockerStatusInfoStatus: () => DockerStatusInfoStatus,
1317
1355
  DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
1318
1356
  Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput,
1319
- Encryption: () => Encryption,
1320
1357
  Endpoint: () => Endpoint,
1321
1358
  Exec: () => Exec,
1322
1359
  Feature: () => Feature,
@@ -1350,9 +1387,11 @@ __export(v25_10_1_exports, {
1350
1387
  PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
1351
1388
  PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
1352
1389
  PoolScanStateInput: () => PoolScanStateInput,
1390
+ PoolSnapshotEntryPropertyFieldsSource: () => PoolSnapshotEntryPropertyFieldsSource,
1353
1391
  Protocol: () => Protocol,
1354
1392
  Purpose: () => Purpose2,
1355
1393
  Readonly: () => Readonly,
1394
+ ReplicationCountEligibleManualSnapshotsTransport: () => ReplicationCountEligibleManualSnapshotsTransport,
1356
1395
  ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
1357
1396
  ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
1358
1397
  Resolution: () => Resolution,
@@ -1361,20 +1400,23 @@ __export(v25_10_1_exports, {
1361
1400
  RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
1362
1401
  RsyncTaskCreateMode: () => RsyncTaskCreateMode,
1363
1402
  RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
1403
+ SMBEntryEncryption: () => SMBEntryEncryption,
1364
1404
  SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
1365
1405
  STIGType: () => STIGType,
1366
1406
  Schema: () => Schema,
1367
1407
  Security: () => Security,
1368
1408
  Serialspeed: () => Serialspeed,
1409
+ Service: () => Service,
1369
1410
  ServiceControlVerb: () => ServiceControlVerb,
1370
1411
  Shutdown: () => Shutdown,
1371
1412
  Snapdev: () => Snapdev,
1372
1413
  Snapdir: () => Snapdir,
1373
- Source: () => Source,
1374
1414
  SourceInput: () => SourceInput,
1415
+ SourceValueType: () => SourceValueType,
1375
1416
  State: () => State,
1376
1417
  SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
1377
1418
  Sync: () => Sync,
1419
+ SyslogServerTransport: () => SyslogServerTransport,
1378
1420
  SyslogServerTransportInput: () => SyslogServerTransportInput,
1379
1421
  Sysloglevel: () => Sysloglevel,
1380
1422
  SystemProductTypeResult: () => SystemProductTypeResult,
@@ -1382,7 +1424,6 @@ __export(v25_10_1_exports, {
1382
1424
  Tag: () => Tag,
1383
1425
  Target: () => Target,
1384
1426
  Time: () => Time,
1385
- Transport: () => Transport,
1386
1427
  TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
1387
1428
  TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
1388
1429
  TunableCreateType: () => TunableCreateType,
@@ -1436,6 +1477,7 @@ __export(v25_10_2_exports, {
1436
1477
  Algorithm: () => Algorithm,
1437
1478
  AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
1438
1479
  Atime: () => Atime,
1480
+ AuthMeSource: () => AuthMeSource,
1439
1481
  Authenticator: () => Authenticator,
1440
1482
  Authmethod: () => Authmethod,
1441
1483
  Autotrim: () => Autotrim,
@@ -1446,6 +1488,7 @@ __export(v25_10_2_exports, {
1446
1488
  CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
1447
1489
  CloudSyncCreateDirection: () => CloudSyncCreateDirection,
1448
1490
  CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
1491
+ CloudTaskAttributesEncryption: () => CloudTaskAttributesEncryption,
1449
1492
  CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
1450
1493
  Code: () => Code,
1451
1494
  Compression: () => Compression,
@@ -1457,7 +1500,6 @@ __export(v25_10_2_exports, {
1457
1500
  DockerStatusInfoStatus: () => DockerStatusInfoStatus,
1458
1501
  DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
1459
1502
  Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput,
1460
- Encryption: () => Encryption,
1461
1503
  Endpoint: () => Endpoint,
1462
1504
  Exec: () => Exec,
1463
1505
  Feature: () => Feature,
@@ -1491,9 +1533,11 @@ __export(v25_10_2_exports, {
1491
1533
  PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
1492
1534
  PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
1493
1535
  PoolScanStateInput: () => PoolScanStateInput,
1536
+ PoolSnapshotEntryPropertyFieldsSource: () => PoolSnapshotEntryPropertyFieldsSource,
1494
1537
  Protocol: () => Protocol,
1495
1538
  Purpose: () => Purpose2,
1496
1539
  Readonly: () => Readonly,
1540
+ ReplicationCountEligibleManualSnapshotsTransport: () => ReplicationCountEligibleManualSnapshotsTransport,
1497
1541
  ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
1498
1542
  ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
1499
1543
  Resolution: () => Resolution,
@@ -1502,20 +1546,23 @@ __export(v25_10_2_exports, {
1502
1546
  RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
1503
1547
  RsyncTaskCreateMode: () => RsyncTaskCreateMode,
1504
1548
  RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
1549
+ SMBEntryEncryption: () => SMBEntryEncryption,
1505
1550
  SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
1506
1551
  STIGType: () => STIGType,
1507
1552
  Schema: () => Schema,
1508
1553
  Security: () => Security,
1509
1554
  Serialspeed: () => Serialspeed,
1555
+ Service: () => Service,
1510
1556
  ServiceControlVerb: () => ServiceControlVerb,
1511
1557
  Shutdown: () => Shutdown,
1512
1558
  Snapdev: () => Snapdev,
1513
1559
  Snapdir: () => Snapdir,
1514
- Source: () => Source,
1515
1560
  SourceInput: () => SourceInput,
1561
+ SourceValueType: () => SourceValueType,
1516
1562
  State: () => State,
1517
1563
  SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
1518
1564
  Sync: () => Sync,
1565
+ SyslogServerTransport: () => SyslogServerTransport,
1519
1566
  SyslogServerTransportInput: () => SyslogServerTransportInput,
1520
1567
  Sysloglevel: () => Sysloglevel,
1521
1568
  SystemProductTypeResult: () => SystemProductTypeResult,
@@ -1523,7 +1570,6 @@ __export(v25_10_2_exports, {
1523
1570
  Tag: () => Tag,
1524
1571
  Target: () => Target,
1525
1572
  Time: () => Time,
1526
- Transport: () => Transport,
1527
1573
  TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
1528
1574
  TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
1529
1575
  TunableCreateType: () => TunableCreateType,
@@ -1559,6 +1605,7 @@ __export(v25_10_3_exports, {
1559
1605
  Algorithm: () => Algorithm,
1560
1606
  AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
1561
1607
  Atime: () => Atime,
1608
+ AuthMeSource: () => AuthMeSource,
1562
1609
  Authenticator: () => Authenticator,
1563
1610
  Authmethod: () => Authmethod,
1564
1611
  Autotrim: () => Autotrim,
@@ -1569,6 +1616,7 @@ __export(v25_10_3_exports, {
1569
1616
  CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
1570
1617
  CloudSyncCreateDirection: () => CloudSyncCreateDirection,
1571
1618
  CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
1619
+ CloudTaskAttributesEncryption: () => CloudTaskAttributesEncryption,
1572
1620
  CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
1573
1621
  Code: () => Code,
1574
1622
  Compression: () => Compression,
@@ -1580,7 +1628,6 @@ __export(v25_10_3_exports, {
1580
1628
  DockerStatusInfoStatus: () => DockerStatusInfoStatus,
1581
1629
  DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
1582
1630
  Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput,
1583
- Encryption: () => Encryption,
1584
1631
  Endpoint: () => Endpoint,
1585
1632
  Exec: () => Exec,
1586
1633
  Feature: () => Feature,
@@ -1614,9 +1661,11 @@ __export(v25_10_3_exports, {
1614
1661
  PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
1615
1662
  PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
1616
1663
  PoolScanStateInput: () => PoolScanStateInput,
1664
+ PoolSnapshotEntryPropertyFieldsSource: () => PoolSnapshotEntryPropertyFieldsSource,
1617
1665
  Protocol: () => Protocol,
1618
1666
  Purpose: () => Purpose2,
1619
1667
  Readonly: () => Readonly,
1668
+ ReplicationCountEligibleManualSnapshotsTransport: () => ReplicationCountEligibleManualSnapshotsTransport,
1620
1669
  ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
1621
1670
  ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
1622
1671
  Resolution: () => Resolution,
@@ -1625,20 +1674,23 @@ __export(v25_10_3_exports, {
1625
1674
  RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
1626
1675
  RsyncTaskCreateMode: () => RsyncTaskCreateMode,
1627
1676
  RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
1677
+ SMBEntryEncryption: () => SMBEntryEncryption,
1628
1678
  SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
1629
1679
  STIGType: () => STIGType,
1630
1680
  Schema: () => Schema,
1631
1681
  Security: () => Security,
1632
1682
  Serialspeed: () => Serialspeed,
1683
+ Service: () => Service,
1633
1684
  ServiceControlVerb: () => ServiceControlVerb,
1634
1685
  Shutdown: () => Shutdown,
1635
1686
  Snapdev: () => Snapdev,
1636
1687
  Snapdir: () => Snapdir,
1637
- Source: () => Source,
1638
1688
  SourceInput: () => SourceInput,
1689
+ SourceValueType: () => SourceValueType,
1639
1690
  State: () => State,
1640
1691
  SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
1641
1692
  Sync: () => Sync,
1693
+ SyslogServerTransport: () => SyslogServerTransport,
1642
1694
  SyslogServerTransportInput: () => SyslogServerTransportInput,
1643
1695
  Sysloglevel: () => Sysloglevel,
1644
1696
  SystemProductTypeResult: () => SystemProductTypeResult,
@@ -1646,7 +1698,6 @@ __export(v25_10_3_exports, {
1646
1698
  Tag: () => Tag,
1647
1699
  Target: () => Target,
1648
1700
  Time: () => Time,
1649
- Transport: () => Transport,
1650
1701
  TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
1651
1702
  TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
1652
1703
  TunableCreateType: () => TunableCreateType,
@@ -1676,6 +1727,7 @@ __export(v25_10_4_exports, {
1676
1727
  Algorithm: () => Algorithm,
1677
1728
  AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
1678
1729
  Atime: () => Atime,
1730
+ AuthMeSource: () => AuthMeSource,
1679
1731
  Authenticator: () => Authenticator,
1680
1732
  Authmethod: () => Authmethod,
1681
1733
  Autotrim: () => Autotrim,
@@ -1686,6 +1738,7 @@ __export(v25_10_4_exports, {
1686
1738
  CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
1687
1739
  CloudSyncCreateDirection: () => CloudSyncCreateDirection,
1688
1740
  CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
1741
+ CloudTaskAttributesEncryption: () => CloudTaskAttributesEncryption,
1689
1742
  CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
1690
1743
  Code: () => Code,
1691
1744
  Compression: () => Compression,
@@ -1697,7 +1750,6 @@ __export(v25_10_4_exports, {
1697
1750
  DockerStatusInfoStatus: () => DockerStatusInfoStatus,
1698
1751
  DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
1699
1752
  Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput,
1700
- Encryption: () => Encryption,
1701
1753
  Endpoint: () => Endpoint,
1702
1754
  Exec: () => Exec,
1703
1755
  Feature: () => Feature,
@@ -1731,9 +1783,11 @@ __export(v25_10_4_exports, {
1731
1783
  PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
1732
1784
  PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
1733
1785
  PoolScanStateInput: () => PoolScanStateInput,
1786
+ PoolSnapshotEntryPropertyFieldsSource: () => PoolSnapshotEntryPropertyFieldsSource,
1734
1787
  Protocol: () => Protocol,
1735
1788
  Purpose: () => Purpose2,
1736
1789
  Readonly: () => Readonly,
1790
+ ReplicationCountEligibleManualSnapshotsTransport: () => ReplicationCountEligibleManualSnapshotsTransport,
1737
1791
  ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
1738
1792
  ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
1739
1793
  Resolution: () => Resolution,
@@ -1742,20 +1796,23 @@ __export(v25_10_4_exports, {
1742
1796
  RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
1743
1797
  RsyncTaskCreateMode: () => RsyncTaskCreateMode,
1744
1798
  RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
1799
+ SMBEntryEncryption: () => SMBEntryEncryption,
1745
1800
  SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
1746
1801
  STIGType: () => STIGType,
1747
1802
  Schema: () => Schema,
1748
1803
  Security: () => Security,
1749
1804
  Serialspeed: () => Serialspeed,
1805
+ Service: () => Service,
1750
1806
  ServiceControlVerb: () => ServiceControlVerb,
1751
1807
  Shutdown: () => Shutdown,
1752
1808
  Snapdev: () => Snapdev,
1753
1809
  Snapdir: () => Snapdir,
1754
- Source: () => Source,
1755
1810
  SourceInput: () => SourceInput,
1811
+ SourceValueType: () => SourceValueType,
1756
1812
  State: () => State,
1757
1813
  SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
1758
1814
  Sync: () => Sync,
1815
+ SyslogServerTransport: () => SyslogServerTransport,
1759
1816
  SyslogServerTransportInput: () => SyslogServerTransportInput,
1760
1817
  Sysloglevel: () => Sysloglevel,
1761
1818
  SystemProductTypeResult: () => SystemProductTypeResult,
@@ -1763,7 +1820,6 @@ __export(v25_10_4_exports, {
1763
1820
  Tag: () => Tag,
1764
1821
  Target: () => Target,
1765
1822
  Time: () => Time,
1766
- Transport: () => Transport,
1767
1823
  TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
1768
1824
  TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
1769
1825
  TunableCreateType: () => TunableCreateType,
@@ -1793,6 +1849,7 @@ __export(v25_10_5_exports, {
1793
1849
  Algorithm: () => Algorithm,
1794
1850
  AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
1795
1851
  Atime: () => Atime,
1852
+ AuthMeSource: () => AuthMeSource,
1796
1853
  Authenticator: () => Authenticator,
1797
1854
  Authmethod: () => Authmethod,
1798
1855
  Autotrim: () => Autotrim,
@@ -1803,6 +1860,7 @@ __export(v25_10_5_exports, {
1803
1860
  CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
1804
1861
  CloudSyncCreateDirection: () => CloudSyncCreateDirection,
1805
1862
  CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
1863
+ CloudTaskAttributesEncryption: () => CloudTaskAttributesEncryption,
1806
1864
  CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
1807
1865
  Code: () => Code,
1808
1866
  Compression: () => Compression,
@@ -1814,7 +1872,6 @@ __export(v25_10_5_exports, {
1814
1872
  DockerStatusInfoStatus: () => DockerStatusInfoStatus,
1815
1873
  DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
1816
1874
  Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput,
1817
- Encryption: () => Encryption,
1818
1875
  Endpoint: () => Endpoint,
1819
1876
  Exec: () => Exec,
1820
1877
  Feature: () => Feature,
@@ -1848,9 +1905,11 @@ __export(v25_10_5_exports, {
1848
1905
  PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
1849
1906
  PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
1850
1907
  PoolScanStateInput: () => PoolScanStateInput,
1908
+ PoolSnapshotEntryPropertyFieldsSource: () => PoolSnapshotEntryPropertyFieldsSource,
1851
1909
  Protocol: () => Protocol,
1852
1910
  Purpose: () => Purpose2,
1853
1911
  Readonly: () => Readonly,
1912
+ ReplicationCountEligibleManualSnapshotsTransport: () => ReplicationCountEligibleManualSnapshotsTransport,
1854
1913
  ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
1855
1914
  ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
1856
1915
  Resolution: () => Resolution,
@@ -1859,20 +1918,23 @@ __export(v25_10_5_exports, {
1859
1918
  RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
1860
1919
  RsyncTaskCreateMode: () => RsyncTaskCreateMode,
1861
1920
  RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
1921
+ SMBEntryEncryption: () => SMBEntryEncryption,
1862
1922
  SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
1863
1923
  STIGType: () => STIGType,
1864
1924
  Schema: () => Schema,
1865
1925
  Security: () => Security,
1866
1926
  Serialspeed: () => Serialspeed,
1927
+ Service: () => Service,
1867
1928
  ServiceControlVerb: () => ServiceControlVerb,
1868
1929
  Shutdown: () => Shutdown,
1869
1930
  Snapdev: () => Snapdev,
1870
1931
  Snapdir: () => Snapdir,
1871
- Source: () => Source,
1872
1932
  SourceInput: () => SourceInput,
1933
+ SourceValueType: () => SourceValueType,
1873
1934
  State: () => State,
1874
1935
  SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
1875
1936
  Sync: () => Sync,
1937
+ SyslogServerTransport: () => SyslogServerTransport,
1876
1938
  SyslogServerTransportInput: () => SyslogServerTransportInput,
1877
1939
  Sysloglevel: () => Sysloglevel,
1878
1940
  SystemProductTypeResult: () => SystemProductTypeResult,
@@ -1880,7 +1942,6 @@ __export(v25_10_5_exports, {
1880
1942
  Tag: () => Tag,
1881
1943
  Target: () => Target,
1882
1944
  Time: () => Time,
1883
- Transport: () => Transport,
1884
1945
  TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
1885
1946
  TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
1886
1947
  TunableCreateType: () => TunableCreateType,
@@ -1909,6 +1970,7 @@ __export(v26_0_0_exports, {
1909
1970
  AppContainerDetailsState: () => AppContainerDetailsState,
1910
1971
  AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
1911
1972
  Atime: () => Atime,
1973
+ AuthMeSource: () => AuthMeSource,
1912
1974
  Authenticator: () => Authenticator,
1913
1975
  Authmethod: () => Authmethod,
1914
1976
  Autotrim: () => Autotrim,
@@ -1919,6 +1981,7 @@ __export(v26_0_0_exports, {
1919
1981
  CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
1920
1982
  CloudSyncCreateDirection: () => CloudSyncCreateDirection,
1921
1983
  CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
1984
+ CloudTaskAttributesEncryption: () => CloudTaskAttributesEncryption,
1922
1985
  CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
1923
1986
  Code: () => Code,
1924
1987
  Compression: () => Compression,
@@ -1934,7 +1997,6 @@ __export(v26_0_0_exports, {
1934
1997
  DockerStatusInfoStatus: () => DockerStatusInfoStatus,
1935
1998
  DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
1936
1999
  Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput,
1937
- Encryption: () => Encryption,
1938
2000
  Endpoint: () => Endpoint,
1939
2001
  Exec: () => Exec,
1940
2002
  Feature: () => Feature2,
@@ -1972,9 +2034,11 @@ __export(v26_0_0_exports, {
1972
2034
  PoolScanState: () => PoolScanState,
1973
2035
  PoolScanStateInput: () => PoolScanStateInput,
1974
2036
  PoolScrubAction: () => PoolScrubAction,
2037
+ PoolSnapshotEntryPropertyFieldsSource: () => PoolSnapshotEntryPropertyFieldsSource,
1975
2038
  Protocol: () => Protocol,
1976
2039
  Purpose: () => Purpose2,
1977
2040
  Readonly: () => Readonly,
2041
+ ReplicationCountEligibleManualSnapshotsTransport: () => ReplicationCountEligibleManualSnapshotsTransport,
1978
2042
  ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
1979
2043
  ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
1980
2044
  Resolution: () => Resolution,
@@ -1983,6 +2047,7 @@ __export(v26_0_0_exports, {
1983
2047
  RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
1984
2048
  RsyncTaskCreateMode: () => RsyncTaskCreateMode,
1985
2049
  RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
2050
+ SMBEntryEncryption: () => SMBEntryEncryption,
1986
2051
  SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
1987
2052
  STIGType: () => STIGType,
1988
2053
  Schema: () => Schema,
@@ -1993,10 +2058,11 @@ __export(v26_0_0_exports, {
1993
2058
  Shutdown: () => Shutdown,
1994
2059
  Snapdev: () => Snapdev,
1995
2060
  Snapdir: () => Snapdir,
1996
- Source: () => Source,
1997
2061
  SourceInput: () => SourceInput,
2062
+ SourceValueType: () => SourceValueType,
1998
2063
  SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
1999
2064
  Sync: () => Sync,
2065
+ SyslogServerTransport: () => SyslogServerTransport,
2000
2066
  SyslogServerTransportInput: () => SyslogServerTransportInput,
2001
2067
  Sysloglevel: () => Sysloglevel,
2002
2068
  SystemProductTypeResult: () => SystemProductTypeResult,
@@ -2004,7 +2070,6 @@ __export(v26_0_0_exports, {
2004
2070
  Tag: () => Tag,
2005
2071
  Target: () => Target,
2006
2072
  Time: () => Time,
2007
- Transport: () => Transport,
2008
2073
  TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
2009
2074
  TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
2010
2075
  TunableCreateType: () => TunableCreateType,
@@ -2015,6 +2080,7 @@ __export(v26_0_0_exports, {
2015
2080
  Username: () => Username,
2016
2081
  VMDiskDeviceType: () => VMDiskDeviceType,
2017
2082
  VMDiskDeviceTypeInput: () => VMDiskDeviceTypeInput,
2083
+ VMWareEntryStateState: () => VMWareEntryStateState,
2018
2084
  VMWareEntryStateStateInput: () => VMWareEntryStateStateInput,
2019
2085
  VMWareMatchDatastoresWithDatasetsResultFilesystemType: () => VMWareMatchDatastoresWithDatasetsResultFilesystemType,
2020
2086
  Vendor: () => Vendor,
@@ -2102,11 +2168,11 @@ var PoolScrubAction = {
2102
2168
  Stop: "STOP",
2103
2169
  Pause: "PAUSE"
2104
2170
  };
2105
- var Service = {
2106
- Middleware: "MIDDLEWARE",
2107
- Smb: "SMB",
2108
- Sudo: "SUDO",
2109
- System: "SYSTEM"
2171
+ var VMWareEntryStateState = {
2172
+ Pending: "PENDING",
2173
+ Success: "SUCCESS",
2174
+ Error: "ERROR",
2175
+ Blocked: "BLOCKED"
2110
2176
  };
2111
2177
  var ZfsTierRewriteJobEntryStatus = {
2112
2178
  Complete: "COMPLETE",
@@ -2132,6 +2198,7 @@ __export(v27_0_0_exports, {
2132
2198
  AppContainerDetailsState: () => AppContainerDetailsState,
2133
2199
  AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
2134
2200
  Atime: () => Atime,
2201
+ AuthMeSource: () => AuthMeSource,
2135
2202
  Authenticator: () => Authenticator,
2136
2203
  Authmethod: () => Authmethod,
2137
2204
  Autotrim: () => Autotrim,
@@ -2142,6 +2209,7 @@ __export(v27_0_0_exports, {
2142
2209
  CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
2143
2210
  CloudSyncCreateDirection: () => CloudSyncCreateDirection,
2144
2211
  CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
2212
+ CloudTaskAttributesEncryption: () => CloudTaskAttributesEncryption,
2145
2213
  CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
2146
2214
  Code: () => Code,
2147
2215
  Compression: () => Compression,
@@ -2157,7 +2225,6 @@ __export(v27_0_0_exports, {
2157
2225
  DockerStatusInfoStatus: () => DockerStatusInfoStatus,
2158
2226
  DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
2159
2227
  Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput,
2160
- Encryption: () => Encryption,
2161
2228
  Endpoint: () => Endpoint,
2162
2229
  Exec: () => Exec,
2163
2230
  Feature: () => Feature2,
@@ -2195,9 +2262,11 @@ __export(v27_0_0_exports, {
2195
2262
  PoolScanState: () => PoolScanState,
2196
2263
  PoolScanStateInput: () => PoolScanStateInput,
2197
2264
  PoolScrubAction: () => PoolScrubAction,
2265
+ PoolSnapshotEntryPropertyFieldsSource: () => PoolSnapshotEntryPropertyFieldsSource,
2198
2266
  Protocol: () => Protocol,
2199
2267
  Purpose: () => Purpose2,
2200
2268
  Readonly: () => Readonly,
2269
+ ReplicationCountEligibleManualSnapshotsTransport: () => ReplicationCountEligibleManualSnapshotsTransport,
2201
2270
  ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
2202
2271
  ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
2203
2272
  Resolution: () => Resolution,
@@ -2206,20 +2275,22 @@ __export(v27_0_0_exports, {
2206
2275
  RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
2207
2276
  RsyncTaskCreateMode: () => RsyncTaskCreateMode,
2208
2277
  RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
2278
+ SMBEntryEncryption: () => SMBEntryEncryption,
2209
2279
  SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
2210
2280
  STIGType: () => STIGType,
2211
2281
  Schema: () => Schema,
2212
2282
  Security: () => Security,
2213
2283
  Serialspeed: () => Serialspeed,
2214
- Service: () => Service,
2284
+ Service: () => Service2,
2215
2285
  ServiceControlVerb: () => ServiceControlVerb,
2216
2286
  Shutdown: () => Shutdown,
2217
2287
  Snapdev: () => Snapdev,
2218
2288
  Snapdir: () => Snapdir,
2219
- Source: () => Source,
2220
2289
  SourceInput: () => SourceInput,
2290
+ SourceValueType: () => SourceValueType,
2221
2291
  SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
2222
2292
  Sync: () => Sync,
2293
+ SyslogServerTransport: () => SyslogServerTransport,
2223
2294
  SyslogServerTransportInput: () => SyslogServerTransportInput,
2224
2295
  Sysloglevel: () => Sysloglevel,
2225
2296
  SystemProductTypeResult: () => SystemProductTypeResult,
@@ -2227,7 +2298,6 @@ __export(v27_0_0_exports, {
2227
2298
  Tag: () => Tag,
2228
2299
  Target: () => Target,
2229
2300
  Time: () => Time,
2230
- Transport: () => Transport,
2231
2301
  TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
2232
2302
  TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
2233
2303
  TunableCreateType: () => TunableCreateType,
@@ -2238,6 +2308,7 @@ __export(v27_0_0_exports, {
2238
2308
  Username: () => Username,
2239
2309
  VMDiskDeviceType: () => VMDiskDeviceType,
2240
2310
  VMDiskDeviceTypeInput: () => VMDiskDeviceTypeInput,
2311
+ VMWareEntryStateState: () => VMWareEntryStateState,
2241
2312
  VMWareEntryStateStateInput: () => VMWareEntryStateStateInput,
2242
2313
  VMWareMatchDatastoresWithDatasetsResultFilesystemType: () => VMWareMatchDatastoresWithDatasetsResultFilesystemType,
2243
2314
  Vendor: () => Vendor,
@@ -2248,6 +2319,15 @@ __export(v27_0_0_exports, {
2248
2319
  ZpoolScrubRunAction: () => ZpoolScrubRunAction
2249
2320
  });
2250
2321
 
2322
+ // src/generated/v27_0_0/api-types.ts
2323
+ var Service2 = {
2324
+ Middleware: "MIDDLEWARE",
2325
+ S3: "S3",
2326
+ Smb: "SMB",
2327
+ Sudo: "SUDO",
2328
+ System: "SYSTEM"
2329
+ };
2330
+
2251
2331
  // src/generated/index.ts
2252
2332
  var SUPPORTED_API_VERSIONS = [
2253
2333
  "v25.10.0",