@matter/types 0.11.9-alpha.0-20241203-06077d82e → 0.11.9-alpha.0-20241206-22f233334

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 (233) hide show
  1. package/dist/cjs/clusters/access-control.d.ts +4 -4
  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/bridged-device-basic-information.d.ts +58 -7
  5. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
  6. package/dist/cjs/clusters/bridged-device-basic-information.js +19 -2
  7. package/dist/cjs/clusters/bridged-device-basic-information.js.map +1 -1
  8. package/dist/cjs/clusters/channel.d.ts +15 -15
  9. package/dist/cjs/clusters/color-control.d.ts.map +1 -1
  10. package/dist/cjs/clusters/color-control.js +1 -5
  11. package/dist/cjs/clusters/color-control.js.map +1 -1
  12. package/dist/cjs/clusters/content-launcher.d.ts +10 -10
  13. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  14. package/dist/cjs/clusters/content-launcher.js +22 -22
  15. package/dist/cjs/clusters/content-launcher.js.map +2 -2
  16. package/dist/cjs/clusters/device-energy-management-mode.d.ts +411 -25
  17. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
  18. package/dist/cjs/clusters/device-energy-management-mode.js +90 -1
  19. package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
  20. package/dist/cjs/clusters/diagnostic-logs.d.ts +2 -2
  21. package/dist/cjs/clusters/dishwasher-alarm.d.ts +1253 -42
  22. package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -1
  23. package/dist/cjs/clusters/dishwasher-alarm.js +72 -9
  24. package/dist/cjs/clusters/dishwasher-alarm.js.map +1 -1
  25. package/dist/cjs/clusters/dishwasher-mode.d.ts +340 -17
  26. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
  27. package/dist/cjs/clusters/dishwasher-mode.js +91 -2
  28. package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
  29. package/dist/cjs/clusters/door-lock.d.ts +1344 -192
  30. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  31. package/dist/cjs/clusters/door-lock.js +199 -3
  32. package/dist/cjs/clusters/door-lock.js.map +1 -1
  33. package/dist/cjs/clusters/energy-evse-mode.d.ts +409 -25
  34. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
  35. package/dist/cjs/clusters/energy-evse-mode.js +90 -1
  36. package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
  37. package/dist/cjs/clusters/energy-evse.d.ts +5 -5
  38. package/dist/cjs/clusters/fan-control.d.ts +5 -0
  39. package/dist/cjs/clusters/fan-control.d.ts.map +1 -1
  40. package/dist/cjs/clusters/fan-control.js.map +1 -1
  41. package/dist/cjs/clusters/general-diagnostics.d.ts +26 -26
  42. package/dist/cjs/clusters/group-key-management.d.ts +21 -21
  43. package/dist/cjs/clusters/groups.d.ts +12 -0
  44. package/dist/cjs/clusters/groups.d.ts.map +1 -1
  45. package/dist/cjs/clusters/groups.js +7 -1
  46. package/dist/cjs/clusters/groups.js.map +1 -1
  47. package/dist/cjs/clusters/icd-management.d.ts +15 -15
  48. package/dist/cjs/clusters/laundry-washer-mode.d.ts +340 -17
  49. package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -1
  50. package/dist/cjs/clusters/laundry-washer-mode.js +91 -2
  51. package/dist/cjs/clusters/laundry-washer-mode.js.map +1 -1
  52. package/dist/cjs/clusters/media-playback.d.ts +4 -4
  53. package/dist/cjs/clusters/messages.d.ts +20 -20
  54. package/dist/cjs/clusters/microwave-oven-mode.d.ts +330 -13
  55. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
  56. package/dist/cjs/clusters/microwave-oven-mode.js +90 -2
  57. package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
  58. package/dist/cjs/clusters/mode-base.d.ts +68 -68
  59. package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
  60. package/dist/cjs/clusters/mode-base.js +16 -16
  61. package/dist/cjs/clusters/mode-base.js.map +2 -2
  62. package/dist/cjs/clusters/network-commissioning.d.ts +74 -74
  63. package/dist/cjs/clusters/operational-credentials.d.ts +33 -33
  64. package/dist/cjs/clusters/ota-software-update-provider.d.ts +10 -10
  65. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +2 -2
  66. package/dist/cjs/clusters/oven-mode.d.ts +409 -25
  67. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
  68. package/dist/cjs/clusters/oven-mode.js +90 -1
  69. package/dist/cjs/clusters/oven-mode.js.map +1 -1
  70. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +15 -0
  71. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
  72. package/dist/cjs/clusters/pump-configuration-and-control.js +6 -1
  73. package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
  74. package/dist/cjs/clusters/refrigerator-alarm.d.ts +364 -36
  75. package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -1
  76. package/dist/cjs/clusters/refrigerator-alarm.js +46 -8
  77. package/dist/cjs/clusters/refrigerator-alarm.js.map +1 -1
  78. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +340 -17
  79. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  80. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +91 -2
  81. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  82. package/dist/cjs/clusters/rvc-clean-mode.d.ts +374 -23
  83. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
  84. package/dist/cjs/clusters/rvc-clean-mode.js +99 -6
  85. package/dist/cjs/clusters/rvc-clean-mode.js.map +2 -2
  86. package/dist/cjs/clusters/rvc-operational-state.d.ts +248 -22
  87. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
  88. package/dist/cjs/clusters/rvc-operational-state.js +59 -10
  89. package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
  90. package/dist/cjs/clusters/rvc-run-mode.d.ts +401 -40
  91. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
  92. package/dist/cjs/clusters/rvc-run-mode.js +101 -8
  93. package/dist/cjs/clusters/rvc-run-mode.js.map +2 -2
  94. package/dist/cjs/clusters/software-diagnostics.d.ts +4 -4
  95. package/dist/cjs/clusters/target-navigator.d.ts +2 -2
  96. package/dist/cjs/clusters/thermostat.d.ts +262 -61
  97. package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
  98. package/dist/cjs/clusters/thermostat.js +72 -58
  99. package/dist/cjs/clusters/thermostat.js.map +1 -1
  100. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +6 -6
  101. package/dist/cjs/clusters/wake-on-lan.d.ts +1 -1
  102. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +3 -3
  103. package/dist/cjs/schema/BitmapSchema.d.ts +1 -1
  104. package/dist/cjs/schema/PairingCodeSchema.d.ts +2 -2
  105. package/dist/cjs/tlv/TlvSchema.d.ts +1 -1
  106. package/dist/esm/clusters/access-control.d.ts +4 -4
  107. package/dist/esm/clusters/administrator-commissioning.d.ts +8 -8
  108. package/dist/esm/clusters/application-launcher.d.ts +14 -14
  109. package/dist/esm/clusters/bridged-device-basic-information.d.ts +58 -7
  110. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
  111. package/dist/esm/clusters/bridged-device-basic-information.js +19 -2
  112. package/dist/esm/clusters/bridged-device-basic-information.js.map +1 -1
  113. package/dist/esm/clusters/channel.d.ts +15 -15
  114. package/dist/esm/clusters/color-control.d.ts.map +1 -1
  115. package/dist/esm/clusters/color-control.js +1 -5
  116. package/dist/esm/clusters/color-control.js.map +1 -1
  117. package/dist/esm/clusters/content-launcher.d.ts +10 -10
  118. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  119. package/dist/esm/clusters/content-launcher.js +22 -22
  120. package/dist/esm/clusters/content-launcher.js.map +2 -2
  121. package/dist/esm/clusters/device-energy-management-mode.d.ts +411 -25
  122. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
  123. package/dist/esm/clusters/device-energy-management-mode.js +91 -2
  124. package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
  125. package/dist/esm/clusters/diagnostic-logs.d.ts +2 -2
  126. package/dist/esm/clusters/dishwasher-alarm.d.ts +1253 -42
  127. package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -1
  128. package/dist/esm/clusters/dishwasher-alarm.js +72 -9
  129. package/dist/esm/clusters/dishwasher-alarm.js.map +1 -1
  130. package/dist/esm/clusters/dishwasher-mode.d.ts +340 -17
  131. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
  132. package/dist/esm/clusters/dishwasher-mode.js +91 -2
  133. package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
  134. package/dist/esm/clusters/door-lock.d.ts +1344 -192
  135. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  136. package/dist/esm/clusters/door-lock.js +199 -3
  137. package/dist/esm/clusters/door-lock.js.map +1 -1
  138. package/dist/esm/clusters/energy-evse-mode.d.ts +409 -25
  139. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
  140. package/dist/esm/clusters/energy-evse-mode.js +91 -2
  141. package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
  142. package/dist/esm/clusters/energy-evse.d.ts +5 -5
  143. package/dist/esm/clusters/fan-control.d.ts +5 -0
  144. package/dist/esm/clusters/fan-control.d.ts.map +1 -1
  145. package/dist/esm/clusters/fan-control.js.map +1 -1
  146. package/dist/esm/clusters/general-diagnostics.d.ts +26 -26
  147. package/dist/esm/clusters/group-key-management.d.ts +21 -21
  148. package/dist/esm/clusters/groups.d.ts +12 -0
  149. package/dist/esm/clusters/groups.d.ts.map +1 -1
  150. package/dist/esm/clusters/groups.js +7 -1
  151. package/dist/esm/clusters/groups.js.map +1 -1
  152. package/dist/esm/clusters/icd-management.d.ts +15 -15
  153. package/dist/esm/clusters/laundry-washer-mode.d.ts +340 -17
  154. package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -1
  155. package/dist/esm/clusters/laundry-washer-mode.js +91 -2
  156. package/dist/esm/clusters/laundry-washer-mode.js.map +1 -1
  157. package/dist/esm/clusters/media-playback.d.ts +4 -4
  158. package/dist/esm/clusters/messages.d.ts +20 -20
  159. package/dist/esm/clusters/microwave-oven-mode.d.ts +330 -13
  160. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
  161. package/dist/esm/clusters/microwave-oven-mode.js +91 -3
  162. package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
  163. package/dist/esm/clusters/mode-base.d.ts +68 -68
  164. package/dist/esm/clusters/mode-base.d.ts.map +1 -1
  165. package/dist/esm/clusters/mode-base.js +17 -17
  166. package/dist/esm/clusters/mode-base.js.map +2 -2
  167. package/dist/esm/clusters/network-commissioning.d.ts +74 -74
  168. package/dist/esm/clusters/operational-credentials.d.ts +33 -33
  169. package/dist/esm/clusters/ota-software-update-provider.d.ts +10 -10
  170. package/dist/esm/clusters/ota-software-update-requestor.d.ts +2 -2
  171. package/dist/esm/clusters/oven-mode.d.ts +409 -25
  172. package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
  173. package/dist/esm/clusters/oven-mode.js +91 -2
  174. package/dist/esm/clusters/oven-mode.js.map +1 -1
  175. package/dist/esm/clusters/pump-configuration-and-control.d.ts +15 -0
  176. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
  177. package/dist/esm/clusters/pump-configuration-and-control.js +6 -1
  178. package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
  179. package/dist/esm/clusters/refrigerator-alarm.d.ts +364 -36
  180. package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -1
  181. package/dist/esm/clusters/refrigerator-alarm.js +46 -8
  182. package/dist/esm/clusters/refrigerator-alarm.js.map +1 -1
  183. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +340 -17
  184. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  185. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +91 -2
  186. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  187. package/dist/esm/clusters/rvc-clean-mode.d.ts +374 -23
  188. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
  189. package/dist/esm/clusters/rvc-clean-mode.js +99 -6
  190. package/dist/esm/clusters/rvc-clean-mode.js.map +2 -2
  191. package/dist/esm/clusters/rvc-operational-state.d.ts +248 -22
  192. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
  193. package/dist/esm/clusters/rvc-operational-state.js +60 -11
  194. package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
  195. package/dist/esm/clusters/rvc-run-mode.d.ts +401 -40
  196. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
  197. package/dist/esm/clusters/rvc-run-mode.js +101 -8
  198. package/dist/esm/clusters/rvc-run-mode.js.map +2 -2
  199. package/dist/esm/clusters/software-diagnostics.d.ts +4 -4
  200. package/dist/esm/clusters/target-navigator.d.ts +2 -2
  201. package/dist/esm/clusters/thermostat.d.ts +262 -61
  202. package/dist/esm/clusters/thermostat.d.ts.map +1 -1
  203. package/dist/esm/clusters/thermostat.js +72 -58
  204. package/dist/esm/clusters/thermostat.js.map +1 -1
  205. package/dist/esm/clusters/thread-network-diagnostics.d.ts +6 -6
  206. package/dist/esm/clusters/wake-on-lan.d.ts +1 -1
  207. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +3 -3
  208. package/dist/esm/schema/BitmapSchema.d.ts +1 -1
  209. package/dist/esm/schema/PairingCodeSchema.d.ts +2 -2
  210. package/dist/esm/tlv/TlvSchema.d.ts +1 -1
  211. package/package.json +5 -5
  212. package/src/clusters/bridged-device-basic-information.ts +46 -2
  213. package/src/clusters/color-control.ts +1 -5
  214. package/src/clusters/content-launcher.ts +5 -5
  215. package/src/clusters/device-energy-management-mode.ts +184 -3
  216. package/src/clusters/dishwasher-alarm.ts +115 -9
  217. package/src/clusters/dishwasher-mode.ts +188 -3
  218. package/src/clusters/door-lock.ts +247 -3
  219. package/src/clusters/energy-evse-mode.ts +182 -3
  220. package/src/clusters/fan-control.ts +5 -0
  221. package/src/clusters/groups.ts +8 -1
  222. package/src/clusters/laundry-washer-mode.ts +188 -3
  223. package/src/clusters/microwave-oven-mode.ts +182 -4
  224. package/src/clusters/mode-base.ts +77 -77
  225. package/src/clusters/oven-mode.ts +182 -3
  226. package/src/clusters/pump-configuration-and-control.ts +7 -1
  227. package/src/clusters/refrigerator-alarm.ts +76 -8
  228. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +188 -3
  229. package/src/clusters/rvc-clean-mode.ts +227 -10
  230. package/src/clusters/rvc-operational-state.ts +112 -11
  231. package/src/clusters/rvc-run-mode.ts +253 -26
  232. package/src/clusters/thermostat.ts +80 -65
  233. package/src/globals/WildcardPathFlags.ts +1 -1
@@ -25,14 +25,14 @@ export declare namespace OperationalCredentials {
25
25
  *
26
26
  * @see {@link MatterSpecification.v13.Core} § 11.18.4.4.1
27
27
  */
28
- noc: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
28
+ noc: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
29
29
  /**
30
30
  * This field shall contain the ICAC or the struct’s associated fabric, encoded using Matter Certificate
31
31
  * Encoding. If no ICAC is present in the chain, this field shall be set to null.
32
32
  *
33
33
  * @see {@link MatterSpecification.v13.Core} § 11.18.4.4.2
34
34
  */
35
- icac: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
35
+ icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
36
36
  fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
37
37
  }>;
38
38
  /**
@@ -59,7 +59,7 @@ export declare namespace OperationalCredentials {
59
59
  *
60
60
  * @see {@link MatterSpecification.v13.Core} § 11.18.4.5.1
61
61
  */
62
- rootPublicKey: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
62
+ rootPublicKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
63
63
  /**
64
64
  * This field shall contain the value of AdminVendorID provided in the AddNOC command that led to the creation
65
65
  * of this FabricDescriptorStruct. The set of allowed values is defined in AdminVendorID.
@@ -108,7 +108,7 @@ export declare namespace OperationalCredentials {
108
108
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.1
109
109
  */
110
110
  const TlvAttestationRequest: import("../tlv/TlvObject.js").ObjectSchema<{
111
- attestationNonce: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
111
+ attestationNonce: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
112
112
  }>;
113
113
  /**
114
114
  * Input to the OperationalCredentials attestationRequest command
@@ -133,14 +133,14 @@ export declare namespace OperationalCredentials {
133
133
  *
134
134
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.2.1
135
135
  */
136
- attestationElements: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
136
+ attestationElements: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
137
137
  /**
138
138
  * This field shall contain the octet string of the necessary attestation_signature as described in Section
139
139
  * 11.18.4.7, “Attestation Information”.
140
140
  *
141
141
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.2.2
142
142
  */
143
- attestationSignature: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
143
+ attestationSignature: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
144
144
  }>;
145
145
  /**
146
146
  * This command shall be generated in response to an Attestation Request command.
@@ -197,7 +197,7 @@ export declare namespace OperationalCredentials {
197
197
  *
198
198
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.4.1
199
199
  */
200
- certificate: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
200
+ certificate: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
201
201
  }>;
202
202
  /**
203
203
  * This command shall be generated in response to a CertificateChainRequest command.
@@ -212,7 +212,7 @@ export declare namespace OperationalCredentials {
212
212
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.5
213
213
  */
214
214
  const TlvCsrRequest: import("../tlv/TlvObject.js").ObjectSchema<{
215
- csrNonce: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
215
+ csrNonce: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
216
216
  isForUpdateNoc: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
217
217
  }>;
218
218
  /**
@@ -238,14 +238,14 @@ export declare namespace OperationalCredentials {
238
238
  *
239
239
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.6.1
240
240
  */
241
- nocsrElements: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
241
+ nocsrElements: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
242
242
  /**
243
243
  * This field shall contain the octet string of the necessary attestation_signature as described in Section
244
244
  * 11.18.4.9, “NOCSR Information”.
245
245
  *
246
246
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.6.2
247
247
  */
248
- attestationSignature: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
248
+ attestationSignature: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
249
249
  }>;
250
250
  /**
251
251
  * This command shall be generated in response to a CSRRequest Command.
@@ -265,8 +265,8 @@ export declare namespace OperationalCredentials {
265
265
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.8
266
266
  */
267
267
  const TlvAddNocRequest: import("../tlv/TlvObject.js").ObjectSchema<{
268
- nocValue: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
269
- icacValue: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
268
+ nocValue: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
269
+ icacValue: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
270
270
  /**
271
271
  * This field shall contain the value of the Epoch Key for the Identity Protection Key (IPK) to set for the
272
272
  * Fabric which is to be added. This is needed to bootstrap a necessary configuration value for subsequent CASE
@@ -281,7 +281,7 @@ export declare namespace OperationalCredentials {
281
281
  *
282
282
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.8.1
283
283
  */
284
- ipkValue: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
284
+ ipkValue: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
285
285
  /**
286
286
  * If the AddNOC command succeeds according to the semantics of the following subsections, then the Access
287
287
  * Control SubjectID shall be used to atomically add an Access Control Entry enabling that Subject to
@@ -510,8 +510,8 @@ export declare namespace OperationalCredentials {
510
510
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.9
511
511
  */
512
512
  const TlvUpdateNocRequest: import("../tlv/TlvObject.js").ObjectSchema<{
513
- nocValue: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
514
- icacValue: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
513
+ nocValue: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
514
+ icacValue: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
515
515
  fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
516
516
  }>;
517
517
  /**
@@ -620,7 +620,7 @@ export declare namespace OperationalCredentials {
620
620
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.13
621
621
  */
622
622
  const TlvAddTrustedRootCertificateRequest: import("../tlv/TlvObject.js").ObjectSchema<{
623
- rootCaCertificate: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
623
+ rootCaCertificate: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
624
624
  }>;
625
625
  /**
626
626
  * Input to the OperationalCredentials addTrustedRootCertificate command
@@ -656,14 +656,14 @@ export declare namespace OperationalCredentials {
656
656
  *
657
657
  * @see {@link MatterSpecification.v13.Core} § 11.18.4.4.1
658
658
  */
659
- noc: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
659
+ noc: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
660
660
  /**
661
661
  * This field shall contain the ICAC or the struct’s associated fabric, encoded using Matter Certificate
662
662
  * Encoding. If no ICAC is present in the chain, this field shall be set to null.
663
663
  *
664
664
  * @see {@link MatterSpecification.v13.Core} § 11.18.4.4.2
665
665
  */
666
- icac: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
666
+ icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
667
667
  fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
668
668
  }>[], any>;
669
669
  /**
@@ -685,7 +685,7 @@ export declare namespace OperationalCredentials {
685
685
  *
686
686
  * @see {@link MatterSpecification.v13.Core} § 11.18.4.5.1
687
687
  */
688
- rootPublicKey: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
688
+ rootPublicKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
689
689
  /**
690
690
  * This field shall contain the value of AdminVendorID provided in the AddNOC command that led to the creation
691
691
  * of this FabricDescriptorStruct. The set of allowed values is defined in AdminVendorID.
@@ -758,7 +758,7 @@ export declare namespace OperationalCredentials {
758
758
  *
759
759
  * @see {@link MatterSpecification.v13.Core} § 11.18.5.5
760
760
  */
761
- readonly trustedRootCertificates: Attribute<Uint8Array[], any>;
761
+ readonly trustedRootCertificates: Attribute<Uint8Array<ArrayBufferLike>[], any>;
762
762
  /**
763
763
  * This attribute shall contain accessing fabric index.
764
764
  *
@@ -780,21 +780,21 @@ export declare namespace OperationalCredentials {
780
780
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.1
781
781
  */
782
782
  readonly attestationRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
783
- attestationNonce: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
783
+ attestationNonce: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
784
784
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
785
785
  /**
786
786
  * This field shall contain the octet string of the serialized attestation_elements_message.
787
787
  *
788
788
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.2.1
789
789
  */
790
- attestationElements: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
790
+ attestationElements: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
791
791
  /**
792
792
  * This field shall contain the octet string of the necessary attestation_signature as described in Section
793
793
  * 11.18.4.7, “Attestation Information”.
794
794
  *
795
795
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.2.2
796
796
  */
797
- attestationSignature: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
797
+ attestationSignature: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
798
798
  }>, any>;
799
799
  /**
800
800
  * If the CertificateType is not a valid value per CertificateChainTypeEnum then the command shall fail
@@ -811,7 +811,7 @@ export declare namespace OperationalCredentials {
811
811
  *
812
812
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.4.1
813
813
  */
814
- certificate: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
814
+ certificate: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
815
815
  }>, any>;
816
816
  /**
817
817
  * This command shall be generated to execute the Node Operational CSR Procedure and subsequently return
@@ -842,7 +842,7 @@ export declare namespace OperationalCredentials {
842
842
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.5
843
843
  */
844
844
  readonly csrRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
845
- csrNonce: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
845
+ csrNonce: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
846
846
  isForUpdateNoc: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
847
847
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
848
848
  /**
@@ -850,14 +850,14 @@ export declare namespace OperationalCredentials {
850
850
  *
851
851
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.6.1
852
852
  */
853
- nocsrElements: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
853
+ nocsrElements: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
854
854
  /**
855
855
  * This field shall contain the octet string of the necessary attestation_signature as described in Section
856
856
  * 11.18.4.9, “NOCSR Information”.
857
857
  *
858
858
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.6.2
859
859
  */
860
- attestationSignature: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
860
+ attestationSignature: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
861
861
  }>, any>;
862
862
  /**
863
863
  * This command shall add a new NOC chain to the device and commission a new Fabric association upon
@@ -873,8 +873,8 @@ export declare namespace OperationalCredentials {
873
873
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.8
874
874
  */
875
875
  readonly addNoc: Command<import("../tlv/TlvObject.js").TypeFromFields<{
876
- nocValue: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
877
- icacValue: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
876
+ nocValue: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
877
+ icacValue: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
878
878
  /**
879
879
  * This field shall contain the value of the Epoch Key for the Identity Protection Key (IPK) to set for the
880
880
  * Fabric which is to be added. This is needed to bootstrap a necessary configuration value for subsequent CASE
@@ -889,7 +889,7 @@ export declare namespace OperationalCredentials {
889
889
  *
890
890
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.8.1
891
891
  */
892
- ipkValue: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
892
+ ipkValue: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
893
893
  /**
894
894
  * If the AddNOC command succeeds according to the semantics of the following subsections, then the Access
895
895
  * Control SubjectID shall be used to atomically add an Access Control Entry enabling that Subject to
@@ -1083,8 +1083,8 @@ export declare namespace OperationalCredentials {
1083
1083
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.9
1084
1084
  */
1085
1085
  readonly updateNoc: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1086
- nocValue: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
1087
- icacValue: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
1086
+ nocValue: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1087
+ icacValue: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
1088
1088
  fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
1089
1089
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
1090
1090
  /**
@@ -1287,7 +1287,7 @@ export declare namespace OperationalCredentials {
1287
1287
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.13
1288
1288
  */
1289
1289
  readonly addTrustedRootCertificate: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1290
- rootCaCertificate: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
1290
+ rootCaCertificate: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1291
1291
  }>, void, any>;
1292
1292
  };
1293
1293
  }, []>;
@@ -136,7 +136,7 @@ export declare namespace OtaSoftwareUpdateProvider {
136
136
  *
137
137
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.1.8
138
138
  */
139
- metadataForProvider: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
139
+ metadataForProvider: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
140
140
  }>;
141
141
  /**
142
142
  * Input to the OtaSoftwareUpdateProvider queryImage command
@@ -327,7 +327,7 @@ export declare namespace OtaSoftwareUpdateProvider {
327
327
  *
328
328
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.2.6
329
329
  */
330
- updateToken: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
330
+ updateToken: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
331
331
  /**
332
332
  * This field, if present, shall only be interpreted if the OTA Requestor had previously indicated a value of
333
333
  * True in the RequestorCanConsent field of the QueryImageRequest. This field, when present and set to True,
@@ -354,7 +354,7 @@ export declare namespace OtaSoftwareUpdateProvider {
354
354
  *
355
355
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.2.8
356
356
  */
357
- metadataForRequestor: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
357
+ metadataForRequestor: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
358
358
  }>;
359
359
  /**
360
360
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.2
@@ -374,7 +374,7 @@ export declare namespace OtaSoftwareUpdateProvider {
374
374
  *
375
375
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.3.1
376
376
  */
377
- updateToken: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
377
+ updateToken: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
378
378
  /**
379
379
  * The NewVersion field included in the request payload shall provide the SoftwareVersion value of the new
380
380
  * Software Image which the OTA Requestor is ready to start applying. The OTA Provider may use this new version
@@ -470,7 +470,7 @@ export declare namespace OtaSoftwareUpdateProvider {
470
470
  *
471
471
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.5.1
472
472
  */
473
- updateToken: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
473
+ updateToken: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
474
474
  /**
475
475
  * The SoftwareVersion included in the request payload shall provide the same value as the SoftwareVersion
476
476
  * attribute in the invoking OTA Requestor’s Basic Information Cluster, and SHOULD be consistent with the value
@@ -623,7 +623,7 @@ export declare namespace OtaSoftwareUpdateProvider {
623
623
  *
624
624
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.1.8
625
625
  */
626
- metadataForProvider: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
626
+ metadataForProvider: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
627
627
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
628
628
  /**
629
629
  * This field shall contain the primary response regarding the availability of a Software Image.
@@ -780,7 +780,7 @@ export declare namespace OtaSoftwareUpdateProvider {
780
780
  *
781
781
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.2.6
782
782
  */
783
- updateToken: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
783
+ updateToken: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
784
784
  /**
785
785
  * This field, if present, shall only be interpreted if the OTA Requestor had previously indicated a value of
786
786
  * True in the RequestorCanConsent field of the QueryImageRequest. This field, when present and set to True,
@@ -807,7 +807,7 @@ export declare namespace OtaSoftwareUpdateProvider {
807
807
  *
808
808
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.2.8
809
809
  */
810
- metadataForRequestor: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
810
+ metadataForRequestor: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
811
811
  }>, any>;
812
812
  /**
813
813
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.3
@@ -820,7 +820,7 @@ export declare namespace OtaSoftwareUpdateProvider {
820
820
  *
821
821
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.3.1
822
822
  */
823
- updateToken: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
823
+ updateToken: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
824
824
  /**
825
825
  * The NewVersion field included in the request payload shall provide the SoftwareVersion value of the new
826
826
  * Software Image which the OTA Requestor is ready to start applying. The OTA Provider may use this new version
@@ -878,7 +878,7 @@ export declare namespace OtaSoftwareUpdateProvider {
878
878
  *
879
879
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.5.1
880
880
  */
881
- updateToken: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
881
+ updateToken: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
882
882
  /**
883
883
  * The SoftwareVersion included in the request payload shall provide the same value as the SoftwareVersion
884
884
  * attribute in the invoking OTA Requestor’s Basic Information Cluster, and SHOULD be consistent with the value
@@ -200,7 +200,7 @@ export declare namespace OtaSoftwareUpdateRequestor {
200
200
  *
201
201
  * @see {@link MatterSpecification.v13.Core} § 11.20.7.6.1.4
202
202
  */
203
- metadataForNode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
203
+ metadataForNode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
204
204
  /**
205
205
  * This field shall contain the endpoint number which has the OTA Provider device type and OTA Software Update
206
206
  * Provider cluster server on the ProviderNodeID. This is provided to avoid having to do discovery of the
@@ -530,7 +530,7 @@ export declare namespace OtaSoftwareUpdateRequestor {
530
530
  *
531
531
  * @see {@link MatterSpecification.v13.Core} § 11.20.7.6.1.4
532
532
  */
533
- metadataForNode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
533
+ metadataForNode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
534
534
  /**
535
535
  * This field shall contain the endpoint number which has the OTA Provider device type and OTA Software Update
536
536
  * Provider cluster server on the ProviderNodeID. This is provided to avoid having to do discovery of the