@matter/types 0.16.0-alpha.0-20250812-285b75d83 → 0.16.0-alpha.0-20250815-ac9fd6eb0

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 (121) hide show
  1. package/dist/cjs/clusters/access-control.d.ts +10 -10
  2. package/dist/cjs/clusters/administrator-commissioning.d.ts +8 -8
  3. package/dist/cjs/clusters/application-launcher.d.ts +14 -14
  4. package/dist/cjs/clusters/channel.d.ts +15 -15
  5. package/dist/cjs/clusters/commissioner-control.d.ts +4 -4
  6. package/dist/cjs/clusters/diagnostic-logs.d.ts +2 -2
  7. package/dist/cjs/clusters/door-lock.d.ts +111 -111
  8. package/dist/cjs/clusters/energy-evse.d.ts +5 -5
  9. package/dist/cjs/clusters/general-diagnostics.d.ts +26 -26
  10. package/dist/cjs/clusters/group-key-management.d.ts +21 -21
  11. package/dist/cjs/clusters/icd-management.d.ts +15 -15
  12. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +7 -7
  13. package/dist/cjs/clusters/joint-fabric-pki.d.ts +4 -4
  14. package/dist/cjs/clusters/media-playback.d.ts +4 -4
  15. package/dist/cjs/clusters/messages.d.ts +20 -20
  16. package/dist/cjs/clusters/network-commissioning.d.ts +74 -74
  17. package/dist/cjs/clusters/operational-credentials.d.ts +33 -33
  18. package/dist/cjs/clusters/ota-software-update-provider.d.ts +10 -10
  19. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +2 -2
  20. package/dist/cjs/clusters/software-diagnostics.d.ts +4 -4
  21. package/dist/cjs/clusters/target-navigator.d.ts +2 -2
  22. package/dist/cjs/clusters/thermostat.d.ts +39 -39
  23. package/dist/cjs/clusters/thread-border-router-management.d.ts +19 -19
  24. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +6 -6
  25. package/dist/cjs/clusters/thread-network-directory.d.ts +11 -11
  26. package/dist/cjs/clusters/wake-on-lan.d.ts +1 -1
  27. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +3 -3
  28. package/dist/cjs/clusters/wi-fi-network-management.d.ts +3 -3
  29. package/dist/cjs/commissioning/CommissioningOptions.d.ts +1 -1
  30. package/dist/cjs/commissioning/CommissioningOptions.d.ts.map +1 -1
  31. package/dist/cjs/schema/Base38Schema.d.ts +4 -3
  32. package/dist/cjs/schema/Base38Schema.d.ts.map +1 -1
  33. package/dist/cjs/schema/Base38Schema.js +2 -1
  34. package/dist/cjs/schema/Base38Schema.js.map +1 -1
  35. package/dist/cjs/schema/BitmapSchema.d.ts +3 -3
  36. package/dist/cjs/schema/BitmapSchema.d.ts.map +1 -1
  37. package/dist/cjs/schema/BitmapSchema.js +2 -1
  38. package/dist/cjs/schema/BitmapSchema.js.map +1 -1
  39. package/dist/cjs/schema/PairingCodeSchema.d.ts +5 -4
  40. package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
  41. package/dist/cjs/schema/PairingCodeSchema.js +2 -2
  42. package/dist/cjs/schema/PairingCodeSchema.js.map +1 -1
  43. package/dist/cjs/tlv/TlvCodec.d.ts +2 -2
  44. package/dist/cjs/tlv/TlvCodec.d.ts.map +1 -1
  45. package/dist/cjs/tlv/TlvCodec.js +4 -4
  46. package/dist/cjs/tlv/TlvCodec.js.map +1 -1
  47. package/dist/cjs/tlv/TlvObject.d.ts +2 -2
  48. package/dist/cjs/tlv/TlvObject.d.ts.map +1 -1
  49. package/dist/cjs/tlv/TlvObject.js +2 -2
  50. package/dist/cjs/tlv/TlvObject.js.map +1 -1
  51. package/dist/cjs/tlv/TlvSchema.d.ts +6 -5
  52. package/dist/cjs/tlv/TlvSchema.d.ts.map +1 -1
  53. package/dist/cjs/tlv/TlvSchema.js.map +1 -1
  54. package/dist/cjs/tlv/TlvString.d.ts.map +1 -1
  55. package/dist/cjs/tlv/TlvString.js +9 -7
  56. package/dist/cjs/tlv/TlvString.js.map +1 -1
  57. package/dist/esm/clusters/access-control.d.ts +10 -10
  58. package/dist/esm/clusters/administrator-commissioning.d.ts +8 -8
  59. package/dist/esm/clusters/application-launcher.d.ts +14 -14
  60. package/dist/esm/clusters/channel.d.ts +15 -15
  61. package/dist/esm/clusters/commissioner-control.d.ts +4 -4
  62. package/dist/esm/clusters/diagnostic-logs.d.ts +2 -2
  63. package/dist/esm/clusters/door-lock.d.ts +111 -111
  64. package/dist/esm/clusters/energy-evse.d.ts +5 -5
  65. package/dist/esm/clusters/general-diagnostics.d.ts +26 -26
  66. package/dist/esm/clusters/group-key-management.d.ts +21 -21
  67. package/dist/esm/clusters/icd-management.d.ts +15 -15
  68. package/dist/esm/clusters/joint-fabric-datastore.d.ts +7 -7
  69. package/dist/esm/clusters/joint-fabric-pki.d.ts +4 -4
  70. package/dist/esm/clusters/media-playback.d.ts +4 -4
  71. package/dist/esm/clusters/messages.d.ts +20 -20
  72. package/dist/esm/clusters/network-commissioning.d.ts +74 -74
  73. package/dist/esm/clusters/operational-credentials.d.ts +33 -33
  74. package/dist/esm/clusters/ota-software-update-provider.d.ts +10 -10
  75. package/dist/esm/clusters/ota-software-update-requestor.d.ts +2 -2
  76. package/dist/esm/clusters/software-diagnostics.d.ts +4 -4
  77. package/dist/esm/clusters/target-navigator.d.ts +2 -2
  78. package/dist/esm/clusters/thermostat.d.ts +39 -39
  79. package/dist/esm/clusters/thread-border-router-management.d.ts +19 -19
  80. package/dist/esm/clusters/thread-network-diagnostics.d.ts +6 -6
  81. package/dist/esm/clusters/thread-network-directory.d.ts +11 -11
  82. package/dist/esm/clusters/wake-on-lan.d.ts +1 -1
  83. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +3 -3
  84. package/dist/esm/clusters/wi-fi-network-management.d.ts +3 -3
  85. package/dist/esm/commissioning/CommissioningOptions.d.ts +1 -1
  86. package/dist/esm/commissioning/CommissioningOptions.d.ts.map +1 -1
  87. package/dist/esm/schema/Base38Schema.d.ts +4 -3
  88. package/dist/esm/schema/Base38Schema.d.ts.map +1 -1
  89. package/dist/esm/schema/Base38Schema.js +3 -2
  90. package/dist/esm/schema/Base38Schema.js.map +1 -1
  91. package/dist/esm/schema/BitmapSchema.d.ts +3 -3
  92. package/dist/esm/schema/BitmapSchema.d.ts.map +1 -1
  93. package/dist/esm/schema/BitmapSchema.js +3 -2
  94. package/dist/esm/schema/BitmapSchema.js.map +1 -1
  95. package/dist/esm/schema/PairingCodeSchema.d.ts +5 -4
  96. package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
  97. package/dist/esm/schema/PairingCodeSchema.js +2 -2
  98. package/dist/esm/schema/PairingCodeSchema.js.map +1 -1
  99. package/dist/esm/tlv/TlvCodec.d.ts +2 -2
  100. package/dist/esm/tlv/TlvCodec.d.ts.map +1 -1
  101. package/dist/esm/tlv/TlvCodec.js +4 -4
  102. package/dist/esm/tlv/TlvCodec.js.map +1 -1
  103. package/dist/esm/tlv/TlvObject.d.ts +2 -2
  104. package/dist/esm/tlv/TlvObject.d.ts.map +1 -1
  105. package/dist/esm/tlv/TlvObject.js +2 -2
  106. package/dist/esm/tlv/TlvObject.js.map +1 -1
  107. package/dist/esm/tlv/TlvSchema.d.ts +6 -5
  108. package/dist/esm/tlv/TlvSchema.d.ts.map +1 -1
  109. package/dist/esm/tlv/TlvSchema.js.map +1 -1
  110. package/dist/esm/tlv/TlvString.d.ts.map +1 -1
  111. package/dist/esm/tlv/TlvString.js +10 -8
  112. package/dist/esm/tlv/TlvString.js.map +1 -1
  113. package/package.json +5 -5
  114. package/src/commissioning/CommissioningOptions.ts +1 -1
  115. package/src/schema/Base38Schema.ts +5 -4
  116. package/src/schema/BitmapSchema.ts +4 -3
  117. package/src/schema/PairingCodeSchema.ts +5 -5
  118. package/src/tlv/TlvCodec.ts +5 -5
  119. package/src/tlv/TlvObject.ts +4 -4
  120. package/src/tlv/TlvSchema.ts +5 -5
  121. package/src/tlv/TlvString.ts +10 -8
@@ -696,7 +696,7 @@ export declare namespace EnergyEvse {
696
696
  *
697
697
  * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6.1
698
698
  */
699
- uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
699
+ uid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
700
700
  }>;
701
701
  /**
702
702
  * Body of the EnergyEvse rfid event
@@ -1585,7 +1585,7 @@ export declare namespace EnergyEvse {
1585
1585
  *
1586
1586
  * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6.1
1587
1587
  */
1588
- uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1588
+ uid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1589
1589
  }>, any>;
1590
1590
  };
1591
1591
  };
@@ -2527,7 +2527,7 @@ export declare namespace EnergyEvse {
2527
2527
  *
2528
2528
  * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6.1
2529
2529
  */
2530
- uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2530
+ uid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
2531
2531
  }>, any>;
2532
2532
  };
2533
2533
  };
@@ -3476,7 +3476,7 @@ export declare namespace EnergyEvse {
3476
3476
  *
3477
3477
  * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6.1
3478
3478
  */
3479
- uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3479
+ uid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
3480
3480
  }>, any>;
3481
3481
  };
3482
3482
  };
@@ -4154,7 +4154,7 @@ export declare namespace EnergyEvse {
4154
4154
  *
4155
4155
  * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6.1
4156
4156
  */
4157
- uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4157
+ uid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
4158
4158
  }>, any> & {
4159
4159
  readonly optional: true;
4160
4160
  readonly isConditional: true;
@@ -40,7 +40,7 @@ export declare namespace GeneralDiagnostics {
40
40
  *
41
41
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.4.1
42
42
  */
43
- enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
43
+ enableKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
44
44
  /**
45
45
  * This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
46
46
  *
@@ -93,7 +93,7 @@ export declare namespace GeneralDiagnostics {
93
93
  *
94
94
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.5.1
95
95
  */
96
- payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
96
+ payload: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
97
97
  }>;
98
98
  /**
99
99
  * This command is sent by the server on receipt of the PayloadTestRequest command.
@@ -171,13 +171,13 @@ export declare namespace GeneralDiagnostics {
171
171
  *
172
172
  * @see {@link MatterSpecification.v141.Core} § 11.12.5.6.5
173
173
  */
174
- hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
174
+ hardwareAddress: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
175
175
  /**
176
176
  * This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
177
177
  *
178
178
  * @see {@link MatterSpecification.v141.Core} § 11.12.5.6.6
179
179
  */
180
- iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
180
+ iPv4Addresses: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource[]>;
181
181
  /**
182
182
  * This field shall provide a list of the unicast IPv6 addresses that are currently assigned to the network
183
183
  * interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
@@ -185,7 +185,7 @@ export declare namespace GeneralDiagnostics {
185
185
  *
186
186
  * @see {@link MatterSpecification.v141.Core} § 11.12.5.6.7
187
187
  */
188
- iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
188
+ iPv6Addresses: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource[]>;
189
189
  /**
190
190
  * This field shall indicate the type of the interface using the InterfaceTypeEnum.
191
191
  *
@@ -359,7 +359,7 @@ export declare namespace GeneralDiagnostics {
359
359
  *
360
360
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.1.1
361
361
  */
362
- enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
362
+ enableKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
363
363
  /**
364
364
  * This field shall indicate the test or test mode which the client wants to trigger.
365
365
  *
@@ -562,7 +562,7 @@ export declare namespace GeneralDiagnostics {
562
562
  *
563
563
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.4.1
564
564
  */
565
- enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
565
+ enableKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
566
566
  /**
567
567
  * This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
568
568
  *
@@ -602,7 +602,7 @@ export declare namespace GeneralDiagnostics {
602
602
  *
603
603
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.5.1
604
604
  */
605
- payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
605
+ payload: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
606
606
  }>, any>;
607
607
  };
608
608
  };
@@ -670,13 +670,13 @@ export declare namespace GeneralDiagnostics {
670
670
  *
671
671
  * @see {@link MatterSpecification.v141.Core} § 11.12.5.6.5
672
672
  */
673
- hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
673
+ hardwareAddress: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
674
674
  /**
675
675
  * This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
676
676
  *
677
677
  * @see {@link MatterSpecification.v141.Core} § 11.12.5.6.6
678
678
  */
679
- iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
679
+ iPv4Addresses: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource[]>;
680
680
  /**
681
681
  * This field shall provide a list of the unicast IPv6 addresses that are currently assigned to the network
682
682
  * interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
@@ -684,7 +684,7 @@ export declare namespace GeneralDiagnostics {
684
684
  *
685
685
  * @see {@link MatterSpecification.v141.Core} § 11.12.5.6.7
686
686
  */
687
- iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
687
+ iPv6Addresses: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource[]>;
688
688
  /**
689
689
  * This field shall indicate the type of the interface using the InterfaceTypeEnum.
690
690
  *
@@ -802,7 +802,7 @@ export declare namespace GeneralDiagnostics {
802
802
  *
803
803
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.1.1
804
804
  */
805
- enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
805
+ enableKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
806
806
  /**
807
807
  * This field shall indicate the test or test mode which the client wants to trigger.
808
808
  *
@@ -967,7 +967,7 @@ export declare namespace GeneralDiagnostics {
967
967
  *
968
968
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.4.1
969
969
  */
970
- enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
970
+ enableKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
971
971
  /**
972
972
  * This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
973
973
  *
@@ -1007,7 +1007,7 @@ export declare namespace GeneralDiagnostics {
1007
1007
  *
1008
1008
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.5.1
1009
1009
  */
1010
- payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1010
+ payload: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1011
1011
  }>, any>;
1012
1012
  };
1013
1013
  };
@@ -1077,13 +1077,13 @@ export declare namespace GeneralDiagnostics {
1077
1077
  *
1078
1078
  * @see {@link MatterSpecification.v141.Core} § 11.12.5.6.5
1079
1079
  */
1080
- hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1080
+ hardwareAddress: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1081
1081
  /**
1082
1082
  * This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
1083
1083
  *
1084
1084
  * @see {@link MatterSpecification.v141.Core} § 11.12.5.6.6
1085
1085
  */
1086
- iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
1086
+ iPv4Addresses: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource[]>;
1087
1087
  /**
1088
1088
  * This field shall provide a list of the unicast IPv6 addresses that are currently assigned to the network
1089
1089
  * interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
@@ -1091,7 +1091,7 @@ export declare namespace GeneralDiagnostics {
1091
1091
  *
1092
1092
  * @see {@link MatterSpecification.v141.Core} § 11.12.5.6.7
1093
1093
  */
1094
- iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
1094
+ iPv6Addresses: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource[]>;
1095
1095
  /**
1096
1096
  * This field shall indicate the type of the interface using the InterfaceTypeEnum.
1097
1097
  *
@@ -1209,7 +1209,7 @@ export declare namespace GeneralDiagnostics {
1209
1209
  *
1210
1210
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.1.1
1211
1211
  */
1212
- enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1212
+ enableKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1213
1213
  /**
1214
1214
  * This field shall indicate the test or test mode which the client wants to trigger.
1215
1215
  *
@@ -1374,7 +1374,7 @@ export declare namespace GeneralDiagnostics {
1374
1374
  *
1375
1375
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.4.1
1376
1376
  */
1377
- enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1377
+ enableKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1378
1378
  /**
1379
1379
  * This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
1380
1380
  *
@@ -1414,7 +1414,7 @@ export declare namespace GeneralDiagnostics {
1414
1414
  *
1415
1415
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.5.1
1416
1416
  */
1417
- payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1417
+ payload: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1418
1418
  }>, any>;
1419
1419
  };
1420
1420
  };
@@ -1498,13 +1498,13 @@ export declare namespace GeneralDiagnostics {
1498
1498
  *
1499
1499
  * @see {@link MatterSpecification.v141.Core} § 11.12.5.6.5
1500
1500
  */
1501
- hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1501
+ hardwareAddress: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1502
1502
  /**
1503
1503
  * This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
1504
1504
  *
1505
1505
  * @see {@link MatterSpecification.v141.Core} § 11.12.5.6.6
1506
1506
  */
1507
- iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
1507
+ iPv4Addresses: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource[]>;
1508
1508
  /**
1509
1509
  * This field shall provide a list of the unicast IPv6 addresses that are currently assigned to the network
1510
1510
  * interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
@@ -1512,7 +1512,7 @@ export declare namespace GeneralDiagnostics {
1512
1512
  *
1513
1513
  * @see {@link MatterSpecification.v141.Core} § 11.12.5.6.7
1514
1514
  */
1515
- iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
1515
+ iPv6Addresses: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource[]>;
1516
1516
  /**
1517
1517
  * This field shall indicate the type of the interface using the InterfaceTypeEnum.
1518
1518
  *
@@ -1620,7 +1620,7 @@ export declare namespace GeneralDiagnostics {
1620
1620
  *
1621
1621
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.4.1
1622
1622
  */
1623
- enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1623
+ enableKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1624
1624
  /**
1625
1625
  * This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
1626
1626
  *
@@ -1660,7 +1660,7 @@ export declare namespace GeneralDiagnostics {
1660
1660
  *
1661
1661
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.5.1
1662
1662
  */
1663
- payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1663
+ payload: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1664
1664
  }>, any> & {
1665
1665
  readonly optional: true;
1666
1666
  readonly isConditional: true;
@@ -1696,7 +1696,7 @@ export declare namespace GeneralDiagnostics {
1696
1696
  *
1697
1697
  * @see {@link MatterSpecification.v141.Core} § 11.12.7.1.1
1698
1698
  */
1699
- enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1699
+ enableKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1700
1700
  /**
1701
1701
  * This field shall indicate the test or test mode which the client wants to trigger.
1702
1702
  *
@@ -139,7 +139,7 @@ export declare namespace GroupKeyManagement {
139
139
  *
140
140
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.3
141
141
  */
142
- epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
142
+ epochKey0: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
143
143
  /**
144
144
  * This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.17.3, “Epoch
145
145
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -153,7 +153,7 @@ export declare namespace GroupKeyManagement {
153
153
  *
154
154
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.5
155
155
  */
156
- epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
156
+ epochKey1: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
157
157
  /**
158
158
  * This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.17.3, “Epoch
159
159
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -167,7 +167,7 @@ export declare namespace GroupKeyManagement {
167
167
  *
168
168
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.7
169
169
  */
170
- epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
170
+ epochKey2: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
171
171
  /**
172
172
  * This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.17.3, “Epoch
173
173
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -227,7 +227,7 @@ export declare namespace GroupKeyManagement {
227
227
  *
228
228
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.3
229
229
  */
230
- epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
230
+ epochKey0: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
231
231
  /**
232
232
  * This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.17.3, “Epoch
233
233
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -241,7 +241,7 @@ export declare namespace GroupKeyManagement {
241
241
  *
242
242
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.5
243
243
  */
244
- epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
244
+ epochKey1: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
245
245
  /**
246
246
  * This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.17.3, “Epoch
247
247
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -255,7 +255,7 @@ export declare namespace GroupKeyManagement {
255
255
  *
256
256
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.7
257
257
  */
258
- epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
258
+ epochKey2: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
259
259
  /**
260
260
  * This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.17.3, “Epoch
261
261
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -335,7 +335,7 @@ export declare namespace GroupKeyManagement {
335
335
  *
336
336
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.3
337
337
  */
338
- epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
338
+ epochKey0: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
339
339
  /**
340
340
  * This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.17.3, “Epoch
341
341
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -349,7 +349,7 @@ export declare namespace GroupKeyManagement {
349
349
  *
350
350
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.5
351
351
  */
352
- epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
352
+ epochKey1: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
353
353
  /**
354
354
  * This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.17.3, “Epoch
355
355
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -363,7 +363,7 @@ export declare namespace GroupKeyManagement {
363
363
  *
364
364
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.7
365
365
  */
366
- epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
366
+ epochKey2: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
367
367
  /**
368
368
  * This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.17.3, “Epoch
369
369
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -618,7 +618,7 @@ export declare namespace GroupKeyManagement {
618
618
  *
619
619
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.3
620
620
  */
621
- epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
621
+ epochKey0: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
622
622
  /**
623
623
  * This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.17.3, “Epoch
624
624
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -632,7 +632,7 @@ export declare namespace GroupKeyManagement {
632
632
  *
633
633
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.5
634
634
  */
635
- epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
635
+ epochKey1: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
636
636
  /**
637
637
  * This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.17.3, “Epoch
638
638
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -646,7 +646,7 @@ export declare namespace GroupKeyManagement {
646
646
  *
647
647
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.7
648
648
  */
649
- epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
649
+ epochKey2: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
650
650
  /**
651
651
  * This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.17.3, “Epoch
652
652
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -713,7 +713,7 @@ export declare namespace GroupKeyManagement {
713
713
  *
714
714
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.3
715
715
  */
716
- epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
716
+ epochKey0: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
717
717
  /**
718
718
  * This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.17.3, “Epoch
719
719
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -727,7 +727,7 @@ export declare namespace GroupKeyManagement {
727
727
  *
728
728
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.5
729
729
  */
730
- epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
730
+ epochKey1: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
731
731
  /**
732
732
  * This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.17.3, “Epoch
733
733
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -741,7 +741,7 @@ export declare namespace GroupKeyManagement {
741
741
  *
742
742
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.7
743
743
  */
744
- epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
744
+ epochKey2: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
745
745
  /**
746
746
  * This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.17.3, “Epoch
747
747
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -1002,7 +1002,7 @@ export declare namespace GroupKeyManagement {
1002
1002
  *
1003
1003
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.3
1004
1004
  */
1005
- epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
1005
+ epochKey0: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
1006
1006
  /**
1007
1007
  * This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.17.3, “Epoch
1008
1008
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -1016,7 +1016,7 @@ export declare namespace GroupKeyManagement {
1016
1016
  *
1017
1017
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.5
1018
1018
  */
1019
- epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
1019
+ epochKey1: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
1020
1020
  /**
1021
1021
  * This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.17.3, “Epoch
1022
1022
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -1030,7 +1030,7 @@ export declare namespace GroupKeyManagement {
1030
1030
  *
1031
1031
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.7
1032
1032
  */
1033
- epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
1033
+ epochKey2: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
1034
1034
  /**
1035
1035
  * This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.17.3, “Epoch
1036
1036
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -1097,7 +1097,7 @@ export declare namespace GroupKeyManagement {
1097
1097
  *
1098
1098
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.3
1099
1099
  */
1100
- epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
1100
+ epochKey0: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
1101
1101
  /**
1102
1102
  * This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.17.3, “Epoch
1103
1103
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -1111,7 +1111,7 @@ export declare namespace GroupKeyManagement {
1111
1111
  *
1112
1112
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.5
1113
1113
  */
1114
- epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
1114
+ epochKey1: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
1115
1115
  /**
1116
1116
  * This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.17.3, “Epoch
1117
1117
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -1125,7 +1125,7 @@ export declare namespace GroupKeyManagement {
1125
1125
  *
1126
1126
  * @see {@link MatterSpecification.v141.Core} § 11.2.5.4.7
1127
1127
  */
1128
- epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
1128
+ epochKey2: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
1129
1129
  /**
1130
1130
  * This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.17.3, “Epoch
1131
1131
  * Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
@@ -136,7 +136,7 @@ export declare namespace IcdManagement {
136
136
  *
137
137
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.1.3
138
138
  */
139
- key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
139
+ key: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
140
140
  /**
141
141
  * This field shall provide the verification key. The verification key represents the key already stored on the
142
142
  * server. The verification key provided in this field shall be used by the server to guarantee that a client
@@ -147,7 +147,7 @@ export declare namespace IcdManagement {
147
147
  *
148
148
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.1.4
149
149
  */
150
- verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
150
+ verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
151
151
  /**
152
152
  * This field shall provide the client type of the client registering.
153
153
  *
@@ -202,7 +202,7 @@ export declare namespace IcdManagement {
202
202
  *
203
203
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.3.2
204
204
  */
205
- verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
205
+ verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
206
206
  }>;
207
207
  /**
208
208
  * Input to the IcdManagement unregisterClient command
@@ -442,7 +442,7 @@ export declare namespace IcdManagement {
442
442
  *
443
443
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.1.3
444
444
  */
445
- key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
445
+ key: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
446
446
  /**
447
447
  * This field shall provide the verification key. The verification key represents the key already stored on the
448
448
  * server. The verification key provided in this field shall be used by the server to guarantee that a client
@@ -453,7 +453,7 @@ export declare namespace IcdManagement {
453
453
  *
454
454
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.1.4
455
455
  */
456
- verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
456
+ verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
457
457
  /**
458
458
  * This field shall provide the client type of the client registering.
459
459
  *
@@ -488,7 +488,7 @@ export declare namespace IcdManagement {
488
488
  *
489
489
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.3.2
490
490
  */
491
- verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
491
+ verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
492
492
  }>, void, any>;
493
493
  };
494
494
  };
@@ -850,7 +850,7 @@ export declare namespace IcdManagement {
850
850
  *
851
851
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.1.3
852
852
  */
853
- key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
853
+ key: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
854
854
  /**
855
855
  * This field shall provide the verification key. The verification key represents the key already stored on the
856
856
  * server. The verification key provided in this field shall be used by the server to guarantee that a client
@@ -861,7 +861,7 @@ export declare namespace IcdManagement {
861
861
  *
862
862
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.1.4
863
863
  */
864
- verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
864
+ verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
865
865
  /**
866
866
  * This field shall provide the client type of the client registering.
867
867
  *
@@ -896,7 +896,7 @@ export declare namespace IcdManagement {
896
896
  *
897
897
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.3.2
898
898
  */
899
- verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
899
+ verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
900
900
  }>, void, any>;
901
901
  };
902
902
  };
@@ -1280,7 +1280,7 @@ export declare namespace IcdManagement {
1280
1280
  *
1281
1281
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.1.3
1282
1282
  */
1283
- key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1283
+ key: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1284
1284
  /**
1285
1285
  * This field shall provide the verification key. The verification key represents the key already stored on the
1286
1286
  * server. The verification key provided in this field shall be used by the server to guarantee that a client
@@ -1291,7 +1291,7 @@ export declare namespace IcdManagement {
1291
1291
  *
1292
1292
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.1.4
1293
1293
  */
1294
- verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
1294
+ verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
1295
1295
  /**
1296
1296
  * This field shall provide the client type of the client registering.
1297
1297
  *
@@ -1326,7 +1326,7 @@ export declare namespace IcdManagement {
1326
1326
  *
1327
1327
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.3.2
1328
1328
  */
1329
- verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
1329
+ verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
1330
1330
  }>, void, any>;
1331
1331
  };
1332
1332
  };
@@ -1753,7 +1753,7 @@ export declare namespace IcdManagement {
1753
1753
  *
1754
1754
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.1.3
1755
1755
  */
1756
- key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1756
+ key: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1757
1757
  /**
1758
1758
  * This field shall provide the verification key. The verification key represents the key already stored on the
1759
1759
  * server. The verification key provided in this field shall be used by the server to guarantee that a client
@@ -1764,7 +1764,7 @@ export declare namespace IcdManagement {
1764
1764
  *
1765
1765
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.1.4
1766
1766
  */
1767
- verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
1767
+ verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
1768
1768
  /**
1769
1769
  * This field shall provide the client type of the client registering.
1770
1770
  *
@@ -1799,7 +1799,7 @@ export declare namespace IcdManagement {
1799
1799
  *
1800
1800
  * @see {@link MatterSpecification.v141.Core} § 9.17.7.3.2
1801
1801
  */
1802
- verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
1802
+ verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
1803
1803
  }>, void, any> & {
1804
1804
  readonly optional: true;
1805
1805
  readonly isConditional: true;
@@ -690,7 +690,7 @@ export declare namespace JointFabricDatastore {
690
690
  *
691
691
  * @see {@link MatterSpecification.v141.Core} § 11.24.5.9.4
692
692
  */
693
- icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
693
+ icac: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
694
694
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
695
695
  }>;
696
696
  /**
@@ -712,7 +712,7 @@ export declare namespace JointFabricDatastore {
712
712
  *
713
713
  * @see {@link MatterSpecification.v141.Core} § 11.24.6.1
714
714
  */
715
- readonly anchorRootCa: FabricScopedAttribute<Uint8Array<ArrayBufferLike>, any>;
715
+ readonly anchorRootCa: FabricScopedAttribute<AllowSharedBufferSource, any>;
716
716
  /**
717
717
  * This shall indicate the Node identifier of the Joint Fabric Anchor Root CA.
718
718
  *
@@ -741,11 +741,11 @@ export declare namespace JointFabricDatastore {
741
741
  readonly groupKeySetList: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
742
742
  groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
743
743
  groupKeySecurityPolicy: import("../tlv/TlvObject.js").FieldType<GroupKeyManagement.GroupKeySecurityPolicy>;
744
- epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
744
+ epochKey0: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
745
745
  epochStartTime0: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
746
- epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
746
+ epochKey1: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
747
747
  epochStartTime1: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
748
- epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
748
+ epochKey2: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
749
749
  epochStartTime2: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
750
750
  groupKeyMulticastPolicy: import("../tlv/TlvObject.js").OptionalFieldType<GroupKeyManagement.GroupKeyMulticastPolicy>;
751
751
  }>[], any>;
@@ -1085,7 +1085,7 @@ export declare namespace JointFabricDatastore {
1085
1085
  *
1086
1086
  * @see {@link MatterSpecification.v141.Core} § 11.24.5.9.4
1087
1087
  */
1088
- icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1088
+ icac: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1089
1089
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1090
1090
  }>[], any>;
1091
1091
  /**
@@ -1121,7 +1121,7 @@ export declare namespace JointFabricDatastore {
1121
1121
  *
1122
1122
  * @see {@link MatterSpecification.v141.Core} § 11.24.5.9.4
1123
1123
  */
1124
- icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1124
+ icac: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1125
1125
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1126
1126
  }>, any>;
1127
1127
  };