@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
@@ -831,7 +831,7 @@ export declare namespace DoorLock {
831
831
  *
832
832
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36.3
833
833
  */
834
- credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
834
+ credentialData: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
835
835
  /**
836
836
  * This field shall indicate the user index to the user record that corresponds to the credential being added or
837
837
  * modified. This shall be null if OperationType is add and a new credential and user is being added at the same
@@ -1034,7 +1034,7 @@ export declare namespace DoorLock {
1034
1034
  *
1035
1035
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.39.6
1036
1036
  */
1037
- credentialData: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
1037
+ credentialData: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | null>;
1038
1038
  }>;
1039
1039
  /**
1040
1040
  * Returns the status for the specified credential.
@@ -1881,7 +1881,7 @@ export declare namespace DoorLock {
1881
1881
  */
1882
1882
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
1883
1883
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
1884
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1884
+ pin: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1885
1885
  }>;
1886
1886
  /**
1887
1887
  * Input to the DoorLock setPinCode command
@@ -1929,7 +1929,7 @@ export declare namespace DoorLock {
1929
1929
  userId: import("../tlv/TlvObject.js").FieldType<number>;
1930
1930
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
1931
1931
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
1932
- pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
1932
+ pinCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
1933
1933
  }>;
1934
1934
  /**
1935
1935
  * Returns the PIN for the specified user ID.
@@ -1979,26 +1979,26 @@ export declare namespace DoorLock {
1979
1979
  *
1980
1980
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.1
1981
1981
  */
1982
- signingKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1982
+ signingKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1983
1983
  /**
1984
1984
  * This field shall indicate the verification key component of the Reader’s key pair. This shall be an
1985
1985
  * uncompressed elliptic curve public key as defined in section 2.3.3 of SEC 1.
1986
1986
  *
1987
1987
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.2
1988
1988
  */
1989
- verificationKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1989
+ verificationKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1990
1990
  /**
1991
1991
  * This field shall indicate the reader group identifier for the lock.
1992
1992
  *
1993
1993
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.3
1994
1994
  */
1995
- groupIdentifier: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1995
+ groupIdentifier: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1996
1996
  /**
1997
1997
  * This field shall indicate the group resolving key for the lock.
1998
1998
  *
1999
1999
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.4
2000
2000
  */
2001
- groupResolvingKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
2001
+ groupResolvingKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
2002
2002
  }>;
2003
2003
  /**
2004
2004
  * Input to the DoorLock setAliroReaderConfig command
@@ -2170,7 +2170,7 @@ export declare namespace DoorLock {
2170
2170
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.27.3
2171
2171
  */
2172
2172
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
2173
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2173
+ rfidCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
2174
2174
  }>;
2175
2175
  /**
2176
2176
  * Input to the DoorLock setRfidCode command
@@ -2220,7 +2220,7 @@ export declare namespace DoorLock {
2220
2220
  userId: import("../tlv/TlvObject.js").FieldType<number>;
2221
2221
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
2222
2222
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
2223
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
2223
+ rfidCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
2224
2224
  }>;
2225
2225
  /**
2226
2226
  * Returns the RFID code for the specified user ID.
@@ -2271,7 +2271,7 @@ export declare namespace DoorLock {
2271
2271
  *
2272
2272
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.41.1
2273
2273
  */
2274
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
2274
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
2275
2275
  }>;
2276
2276
  /**
2277
2277
  * Input to the DoorLock unboltDoor command
@@ -2603,7 +2603,7 @@ export declare namespace DoorLock {
2603
2603
  *
2604
2604
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.1.1
2605
2605
  */
2606
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
2606
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
2607
2607
  }>;
2608
2608
  /**
2609
2609
  * Input to the DoorLock lockDoor command
@@ -2623,7 +2623,7 @@ export declare namespace DoorLock {
2623
2623
  *
2624
2624
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.2.1
2625
2625
  */
2626
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
2626
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
2627
2627
  }>;
2628
2628
  /**
2629
2629
  * Input to the DoorLock unlockDoor command
@@ -2650,7 +2650,7 @@ export declare namespace DoorLock {
2650
2650
  *
2651
2651
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.3.2
2652
2652
  */
2653
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
2653
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
2654
2654
  }>;
2655
2655
  /**
2656
2656
  * Input to the DoorLock unlockWithTimeout command
@@ -3342,7 +3342,7 @@ export declare namespace DoorLock {
3342
3342
  *
3343
3343
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36.3
3344
3344
  */
3345
- credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3345
+ credentialData: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
3346
3346
  /**
3347
3347
  * This field shall indicate the user index to the user record that corresponds to the credential being added or
3348
3348
  * modified. This shall be null if OperationType is add and a new credential and user is being added at the same
@@ -3515,7 +3515,7 @@ export declare namespace DoorLock {
3515
3515
  *
3516
3516
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.39.6
3517
3517
  */
3518
- credentialData: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
3518
+ credentialData: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | null>;
3519
3519
  }>, any>;
3520
3520
  /**
3521
3521
  * Clear one, one type, or all credentials except ProgrammingPIN credential.
@@ -4222,7 +4222,7 @@ export declare namespace DoorLock {
4222
4222
  */
4223
4223
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
4224
4224
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
4225
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4225
+ pin: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
4226
4226
  }>, void, any>;
4227
4227
  /**
4228
4228
  * Retrieve a PIN Code.
@@ -4241,7 +4241,7 @@ export declare namespace DoorLock {
4241
4241
  userId: import("../tlv/TlvObject.js").FieldType<number>;
4242
4242
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
4243
4243
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
4244
- pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
4244
+ pinCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
4245
4245
  }>, any>;
4246
4246
  /**
4247
4247
  * Clear a PIN code or all PIN codes.
@@ -4302,7 +4302,7 @@ export declare namespace DoorLock {
4302
4302
  *
4303
4303
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.38
4304
4304
  */
4305
- readonly aliroReaderVerificationKey: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
4305
+ readonly aliroReaderVerificationKey: Attribute<AllowSharedBufferSource | null, any>;
4306
4306
  /**
4307
4307
  * Indicates the reader_group_identifier as defined in [Aliro].
4308
4308
  *
@@ -4310,19 +4310,19 @@ export declare namespace DoorLock {
4310
4310
  *
4311
4311
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.39
4312
4312
  */
4313
- readonly aliroReaderGroupIdentifier: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
4313
+ readonly aliroReaderGroupIdentifier: Attribute<AllowSharedBufferSource | null, any>;
4314
4314
  /**
4315
4315
  * Indicates the reader_group_sub_identifier as defined in [Aliro].
4316
4316
  *
4317
4317
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.40
4318
4318
  */
4319
- readonly aliroReaderGroupSubIdentifier: FixedAttribute<Uint8Array<ArrayBufferLike>, any>;
4319
+ readonly aliroReaderGroupSubIdentifier: FixedAttribute<AllowSharedBufferSource, any>;
4320
4320
  /**
4321
4321
  * Indicates the list of protocol versions supported for expedited transactions as defined in [Aliro].
4322
4322
  *
4323
4323
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.41
4324
4324
  */
4325
- readonly aliroExpeditedTransactionSupportedProtocolVersions: FixedAttribute<Uint8Array<ArrayBufferLike>[], any>;
4325
+ readonly aliroExpeditedTransactionSupportedProtocolVersions: FixedAttribute<AllowSharedBufferSource[], any>;
4326
4326
  /**
4327
4327
  * Indicates the maximum number of AliroCredentialIssuerKey credentials that can be stored on the lock.
4328
4328
  *
@@ -4358,26 +4358,26 @@ export declare namespace DoorLock {
4358
4358
  *
4359
4359
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.1
4360
4360
  */
4361
- signingKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4361
+ signingKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
4362
4362
  /**
4363
4363
  * This field shall indicate the verification key component of the Reader’s key pair. This shall be an
4364
4364
  * uncompressed elliptic curve public key as defined in section 2.3.3 of SEC 1.
4365
4365
  *
4366
4366
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.2
4367
4367
  */
4368
- verificationKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4368
+ verificationKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
4369
4369
  /**
4370
4370
  * This field shall indicate the reader group identifier for the lock.
4371
4371
  *
4372
4372
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.3
4373
4373
  */
4374
- groupIdentifier: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4374
+ groupIdentifier: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
4375
4375
  /**
4376
4376
  * This field shall indicate the group resolving key for the lock.
4377
4377
  *
4378
4378
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.4
4379
4379
  */
4380
- groupResolvingKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
4380
+ groupResolvingKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
4381
4381
  }>, void, any>;
4382
4382
  /**
4383
4383
  * This command allows clearing an existing Aliro Reader configuration for the lock. Administrators shall
@@ -4406,14 +4406,14 @@ export declare namespace DoorLock {
4406
4406
  *
4407
4407
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.42
4408
4408
  */
4409
- readonly aliroGroupResolvingKey: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
4409
+ readonly aliroGroupResolvingKey: Attribute<AllowSharedBufferSource | null, any>;
4410
4410
  /**
4411
4411
  * Indicates the list of protocol versions supported for the Bluetooth LE + UWB Access Control Flow as
4412
4412
  * defined in [Aliro].
4413
4413
  *
4414
4414
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.43
4415
4415
  */
4416
- readonly aliroSupportedBleuwbProtocolVersions: FixedAttribute<Uint8Array<ArrayBufferLike>[], any>;
4416
+ readonly aliroSupportedBleuwbProtocolVersions: FixedAttribute<AllowSharedBufferSource[], any>;
4417
4417
  /**
4418
4418
  * Indicates the version of the Bluetooth LE advertisement as defined in [Aliro].
4419
4419
  *
@@ -4554,7 +4554,7 @@ export declare namespace DoorLock {
4554
4554
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.27.3
4555
4555
  */
4556
4556
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
4557
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4557
+ rfidCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
4558
4558
  }>, void, any>;
4559
4559
  /**
4560
4560
  * Retrieve an RFID code.
@@ -4574,7 +4574,7 @@ export declare namespace DoorLock {
4574
4574
  userId: import("../tlv/TlvObject.js").FieldType<number>;
4575
4575
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
4576
4576
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
4577
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
4577
+ rfidCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
4578
4578
  }>, any>;
4579
4579
  /**
4580
4580
  * Clear an RFID code or all RFID codes.
@@ -4627,7 +4627,7 @@ export declare namespace DoorLock {
4627
4627
  *
4628
4628
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.41.1
4629
4629
  */
4630
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
4630
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
4631
4631
  }>, void, any>;
4632
4632
  };
4633
4633
  };
@@ -5106,7 +5106,7 @@ export declare namespace DoorLock {
5106
5106
  *
5107
5107
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.1.1
5108
5108
  */
5109
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
5109
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
5110
5110
  }>, void, any>;
5111
5111
  /**
5112
5112
  * This command causes the lock device to unlock the door. This command includes an optional code for the
@@ -5126,7 +5126,7 @@ export declare namespace DoorLock {
5126
5126
  *
5127
5127
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.2.1
5128
5128
  */
5129
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
5129
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
5130
5130
  }>, void, any>;
5131
5131
  /**
5132
5132
  * This command causes the lock device to unlock the door with a timeout parameter. After the time in
@@ -5150,7 +5150,7 @@ export declare namespace DoorLock {
5150
5150
  *
5151
5151
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.3.2
5152
5152
  */
5153
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
5153
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
5154
5154
  }>, void, any>;
5155
5155
  };
5156
5156
  readonly events: {
@@ -5709,7 +5709,7 @@ export declare namespace DoorLock {
5709
5709
  *
5710
5710
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36.3
5711
5711
  */
5712
- credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
5712
+ credentialData: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
5713
5713
  /**
5714
5714
  * This field shall indicate the user index to the user record that corresponds to the credential being added or
5715
5715
  * modified. This shall be null if OperationType is add and a new credential and user is being added at the same
@@ -5882,7 +5882,7 @@ export declare namespace DoorLock {
5882
5882
  *
5883
5883
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.39.6
5884
5884
  */
5885
- credentialData: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
5885
+ credentialData: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | null>;
5886
5886
  }>, any>;
5887
5887
  /**
5888
5888
  * Clear one, one type, or all credentials except ProgrammingPIN credential.
@@ -6628,7 +6628,7 @@ export declare namespace DoorLock {
6628
6628
  */
6629
6629
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
6630
6630
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
6631
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
6631
+ pin: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
6632
6632
  }>, void, any>;
6633
6633
  /**
6634
6634
  * Retrieve a PIN Code.
@@ -6647,7 +6647,7 @@ export declare namespace DoorLock {
6647
6647
  userId: import("../tlv/TlvObject.js").FieldType<number>;
6648
6648
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
6649
6649
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
6650
- pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
6650
+ pinCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
6651
6651
  }>, any>;
6652
6652
  /**
6653
6653
  * Clear a PIN code or all PIN codes.
@@ -6711,7 +6711,7 @@ export declare namespace DoorLock {
6711
6711
  *
6712
6712
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.38
6713
6713
  */
6714
- readonly aliroReaderVerificationKey: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
6714
+ readonly aliroReaderVerificationKey: Attribute<AllowSharedBufferSource | null, any>;
6715
6715
  /**
6716
6716
  * Indicates the reader_group_identifier as defined in [Aliro].
6717
6717
  *
@@ -6719,19 +6719,19 @@ export declare namespace DoorLock {
6719
6719
  *
6720
6720
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.39
6721
6721
  */
6722
- readonly aliroReaderGroupIdentifier: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
6722
+ readonly aliroReaderGroupIdentifier: Attribute<AllowSharedBufferSource | null, any>;
6723
6723
  /**
6724
6724
  * Indicates the reader_group_sub_identifier as defined in [Aliro].
6725
6725
  *
6726
6726
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.40
6727
6727
  */
6728
- readonly aliroReaderGroupSubIdentifier: FixedAttribute<Uint8Array<ArrayBufferLike>, any>;
6728
+ readonly aliroReaderGroupSubIdentifier: FixedAttribute<AllowSharedBufferSource, any>;
6729
6729
  /**
6730
6730
  * Indicates the list of protocol versions supported for expedited transactions as defined in [Aliro].
6731
6731
  *
6732
6732
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.41
6733
6733
  */
6734
- readonly aliroExpeditedTransactionSupportedProtocolVersions: FixedAttribute<Uint8Array<ArrayBufferLike>[], any>;
6734
+ readonly aliroExpeditedTransactionSupportedProtocolVersions: FixedAttribute<AllowSharedBufferSource[], any>;
6735
6735
  /**
6736
6736
  * Indicates the maximum number of AliroCredentialIssuerKey credentials that can be stored on the lock.
6737
6737
  *
@@ -6767,26 +6767,26 @@ export declare namespace DoorLock {
6767
6767
  *
6768
6768
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.1
6769
6769
  */
6770
- signingKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
6770
+ signingKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
6771
6771
  /**
6772
6772
  * This field shall indicate the verification key component of the Reader’s key pair. This shall be an
6773
6773
  * uncompressed elliptic curve public key as defined in section 2.3.3 of SEC 1.
6774
6774
  *
6775
6775
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.2
6776
6776
  */
6777
- verificationKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
6777
+ verificationKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
6778
6778
  /**
6779
6779
  * This field shall indicate the reader group identifier for the lock.
6780
6780
  *
6781
6781
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.3
6782
6782
  */
6783
- groupIdentifier: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
6783
+ groupIdentifier: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
6784
6784
  /**
6785
6785
  * This field shall indicate the group resolving key for the lock.
6786
6786
  *
6787
6787
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.4
6788
6788
  */
6789
- groupResolvingKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
6789
+ groupResolvingKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
6790
6790
  }>, void, any>;
6791
6791
  /**
6792
6792
  * This command allows clearing an existing Aliro Reader configuration for the lock. Administrators shall
@@ -6816,14 +6816,14 @@ export declare namespace DoorLock {
6816
6816
  *
6817
6817
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.42
6818
6818
  */
6819
- readonly aliroGroupResolvingKey: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
6819
+ readonly aliroGroupResolvingKey: Attribute<AllowSharedBufferSource | null, any>;
6820
6820
  /**
6821
6821
  * Indicates the list of protocol versions supported for the Bluetooth LE + UWB Access Control Flow as
6822
6822
  * defined in [Aliro].
6823
6823
  *
6824
6824
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.43
6825
6825
  */
6826
- readonly aliroSupportedBleuwbProtocolVersions: FixedAttribute<Uint8Array<ArrayBufferLike>[], any>;
6826
+ readonly aliroSupportedBleuwbProtocolVersions: FixedAttribute<AllowSharedBufferSource[], any>;
6827
6827
  /**
6828
6828
  * Indicates the version of the Bluetooth LE advertisement as defined in [Aliro].
6829
6829
  *
@@ -6969,7 +6969,7 @@ export declare namespace DoorLock {
6969
6969
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.27.3
6970
6970
  */
6971
6971
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
6972
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
6972
+ rfidCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
6973
6973
  }>, void, any>;
6974
6974
  /**
6975
6975
  * Retrieve an RFID code.
@@ -6989,7 +6989,7 @@ export declare namespace DoorLock {
6989
6989
  userId: import("../tlv/TlvObject.js").FieldType<number>;
6990
6990
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
6991
6991
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
6992
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
6992
+ rfidCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
6993
6993
  }>, any>;
6994
6994
  /**
6995
6995
  * Clear an RFID code or all RFID codes.
@@ -7043,7 +7043,7 @@ export declare namespace DoorLock {
7043
7043
  *
7044
7044
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.41.1
7045
7045
  */
7046
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
7046
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
7047
7047
  }>, void, any>;
7048
7048
  };
7049
7049
  };
@@ -7547,7 +7547,7 @@ export declare namespace DoorLock {
7547
7547
  *
7548
7548
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.1.1
7549
7549
  */
7550
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
7550
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
7551
7551
  }>, void, any>;
7552
7552
  /**
7553
7553
  * This command causes the lock device to unlock the door. This command includes an optional code for the
@@ -7567,7 +7567,7 @@ export declare namespace DoorLock {
7567
7567
  *
7568
7568
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.2.1
7569
7569
  */
7570
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
7570
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
7571
7571
  }>, void, any>;
7572
7572
  /**
7573
7573
  * This command causes the lock device to unlock the door with a timeout parameter. After the time in
@@ -7591,7 +7591,7 @@ export declare namespace DoorLock {
7591
7591
  *
7592
7592
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.3.2
7593
7593
  */
7594
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
7594
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
7595
7595
  }>, void, any>;
7596
7596
  };
7597
7597
  readonly events: {
@@ -8150,7 +8150,7 @@ export declare namespace DoorLock {
8150
8150
  *
8151
8151
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36.3
8152
8152
  */
8153
- credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
8153
+ credentialData: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
8154
8154
  /**
8155
8155
  * This field shall indicate the user index to the user record that corresponds to the credential being added or
8156
8156
  * modified. This shall be null if OperationType is add and a new credential and user is being added at the same
@@ -8323,7 +8323,7 @@ export declare namespace DoorLock {
8323
8323
  *
8324
8324
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.39.6
8325
8325
  */
8326
- credentialData: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
8326
+ credentialData: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | null>;
8327
8327
  }>, any>;
8328
8328
  /**
8329
8329
  * Clear one, one type, or all credentials except ProgrammingPIN credential.
@@ -9069,7 +9069,7 @@ export declare namespace DoorLock {
9069
9069
  */
9070
9070
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
9071
9071
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
9072
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
9072
+ pin: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
9073
9073
  }>, void, any>;
9074
9074
  /**
9075
9075
  * Retrieve a PIN Code.
@@ -9088,7 +9088,7 @@ export declare namespace DoorLock {
9088
9088
  userId: import("../tlv/TlvObject.js").FieldType<number>;
9089
9089
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
9090
9090
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
9091
- pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
9091
+ pinCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
9092
9092
  }>, any>;
9093
9093
  /**
9094
9094
  * Clear a PIN code or all PIN codes.
@@ -9152,7 +9152,7 @@ export declare namespace DoorLock {
9152
9152
  *
9153
9153
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.38
9154
9154
  */
9155
- readonly aliroReaderVerificationKey: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
9155
+ readonly aliroReaderVerificationKey: Attribute<AllowSharedBufferSource | null, any>;
9156
9156
  /**
9157
9157
  * Indicates the reader_group_identifier as defined in [Aliro].
9158
9158
  *
@@ -9160,19 +9160,19 @@ export declare namespace DoorLock {
9160
9160
  *
9161
9161
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.39
9162
9162
  */
9163
- readonly aliroReaderGroupIdentifier: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
9163
+ readonly aliroReaderGroupIdentifier: Attribute<AllowSharedBufferSource | null, any>;
9164
9164
  /**
9165
9165
  * Indicates the reader_group_sub_identifier as defined in [Aliro].
9166
9166
  *
9167
9167
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.40
9168
9168
  */
9169
- readonly aliroReaderGroupSubIdentifier: FixedAttribute<Uint8Array<ArrayBufferLike>, any>;
9169
+ readonly aliroReaderGroupSubIdentifier: FixedAttribute<AllowSharedBufferSource, any>;
9170
9170
  /**
9171
9171
  * Indicates the list of protocol versions supported for expedited transactions as defined in [Aliro].
9172
9172
  *
9173
9173
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.41
9174
9174
  */
9175
- readonly aliroExpeditedTransactionSupportedProtocolVersions: FixedAttribute<Uint8Array<ArrayBufferLike>[], any>;
9175
+ readonly aliroExpeditedTransactionSupportedProtocolVersions: FixedAttribute<AllowSharedBufferSource[], any>;
9176
9176
  /**
9177
9177
  * Indicates the maximum number of AliroCredentialIssuerKey credentials that can be stored on the lock.
9178
9178
  *
@@ -9208,26 +9208,26 @@ export declare namespace DoorLock {
9208
9208
  *
9209
9209
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.1
9210
9210
  */
9211
- signingKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
9211
+ signingKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
9212
9212
  /**
9213
9213
  * This field shall indicate the verification key component of the Reader’s key pair. This shall be an
9214
9214
  * uncompressed elliptic curve public key as defined in section 2.3.3 of SEC 1.
9215
9215
  *
9216
9216
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.2
9217
9217
  */
9218
- verificationKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
9218
+ verificationKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
9219
9219
  /**
9220
9220
  * This field shall indicate the reader group identifier for the lock.
9221
9221
  *
9222
9222
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.3
9223
9223
  */
9224
- groupIdentifier: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
9224
+ groupIdentifier: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
9225
9225
  /**
9226
9226
  * This field shall indicate the group resolving key for the lock.
9227
9227
  *
9228
9228
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.4
9229
9229
  */
9230
- groupResolvingKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
9230
+ groupResolvingKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
9231
9231
  }>, void, any>;
9232
9232
  /**
9233
9233
  * This command allows clearing an existing Aliro Reader configuration for the lock. Administrators shall
@@ -9257,14 +9257,14 @@ export declare namespace DoorLock {
9257
9257
  *
9258
9258
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.42
9259
9259
  */
9260
- readonly aliroGroupResolvingKey: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
9260
+ readonly aliroGroupResolvingKey: Attribute<AllowSharedBufferSource | null, any>;
9261
9261
  /**
9262
9262
  * Indicates the list of protocol versions supported for the Bluetooth LE + UWB Access Control Flow as
9263
9263
  * defined in [Aliro].
9264
9264
  *
9265
9265
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.43
9266
9266
  */
9267
- readonly aliroSupportedBleuwbProtocolVersions: FixedAttribute<Uint8Array<ArrayBufferLike>[], any>;
9267
+ readonly aliroSupportedBleuwbProtocolVersions: FixedAttribute<AllowSharedBufferSource[], any>;
9268
9268
  /**
9269
9269
  * Indicates the version of the Bluetooth LE advertisement as defined in [Aliro].
9270
9270
  *
@@ -9410,7 +9410,7 @@ export declare namespace DoorLock {
9410
9410
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.27.3
9411
9411
  */
9412
9412
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
9413
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
9413
+ rfidCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
9414
9414
  }>, void, any>;
9415
9415
  /**
9416
9416
  * Retrieve an RFID code.
@@ -9430,7 +9430,7 @@ export declare namespace DoorLock {
9430
9430
  userId: import("../tlv/TlvObject.js").FieldType<number>;
9431
9431
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
9432
9432
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
9433
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
9433
+ rfidCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
9434
9434
  }>, any>;
9435
9435
  /**
9436
9436
  * Clear an RFID code or all RFID codes.
@@ -9484,7 +9484,7 @@ export declare namespace DoorLock {
9484
9484
  *
9485
9485
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.41.1
9486
9486
  */
9487
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
9487
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
9488
9488
  }>, void, any>;
9489
9489
  };
9490
9490
  };
@@ -9983,7 +9983,7 @@ export declare namespace DoorLock {
9983
9983
  *
9984
9984
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.1.1
9985
9985
  */
9986
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
9986
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
9987
9987
  }>, void, any>;
9988
9988
  /**
9989
9989
  * This command causes the lock device to unlock the door. This command includes an optional code for the
@@ -10003,7 +10003,7 @@ export declare namespace DoorLock {
10003
10003
  *
10004
10004
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.2.1
10005
10005
  */
10006
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
10006
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
10007
10007
  }>, void, any>;
10008
10008
  /**
10009
10009
  * This command causes the lock device to unlock the door with a timeout parameter. After the time in
@@ -10027,7 +10027,7 @@ export declare namespace DoorLock {
10027
10027
  *
10028
10028
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.3.2
10029
10029
  */
10030
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
10030
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
10031
10031
  }>, void, any>;
10032
10032
  };
10033
10033
  readonly events: {
@@ -10586,7 +10586,7 @@ export declare namespace DoorLock {
10586
10586
  *
10587
10587
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36.3
10588
10588
  */
10589
- credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
10589
+ credentialData: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
10590
10590
  /**
10591
10591
  * This field shall indicate the user index to the user record that corresponds to the credential being added or
10592
10592
  * modified. This shall be null if OperationType is add and a new credential and user is being added at the same
@@ -10759,7 +10759,7 @@ export declare namespace DoorLock {
10759
10759
  *
10760
10760
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.39.6
10761
10761
  */
10762
- credentialData: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
10762
+ credentialData: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | null>;
10763
10763
  }>, any>;
10764
10764
  /**
10765
10765
  * Clear one, one type, or all credentials except ProgrammingPIN credential.
@@ -11505,7 +11505,7 @@ export declare namespace DoorLock {
11505
11505
  */
11506
11506
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
11507
11507
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
11508
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
11508
+ pin: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
11509
11509
  }>, void, any>;
11510
11510
  /**
11511
11511
  * Retrieve a PIN Code.
@@ -11524,7 +11524,7 @@ export declare namespace DoorLock {
11524
11524
  userId: import("../tlv/TlvObject.js").FieldType<number>;
11525
11525
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
11526
11526
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
11527
- pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
11527
+ pinCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
11528
11528
  }>, any>;
11529
11529
  /**
11530
11530
  * Clear a PIN code or all PIN codes.
@@ -11588,7 +11588,7 @@ export declare namespace DoorLock {
11588
11588
  *
11589
11589
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.38
11590
11590
  */
11591
- readonly aliroReaderVerificationKey: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
11591
+ readonly aliroReaderVerificationKey: Attribute<AllowSharedBufferSource | null, any>;
11592
11592
  /**
11593
11593
  * Indicates the reader_group_identifier as defined in [Aliro].
11594
11594
  *
@@ -11596,19 +11596,19 @@ export declare namespace DoorLock {
11596
11596
  *
11597
11597
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.39
11598
11598
  */
11599
- readonly aliroReaderGroupIdentifier: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
11599
+ readonly aliroReaderGroupIdentifier: Attribute<AllowSharedBufferSource | null, any>;
11600
11600
  /**
11601
11601
  * Indicates the reader_group_sub_identifier as defined in [Aliro].
11602
11602
  *
11603
11603
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.40
11604
11604
  */
11605
- readonly aliroReaderGroupSubIdentifier: FixedAttribute<Uint8Array<ArrayBufferLike>, any>;
11605
+ readonly aliroReaderGroupSubIdentifier: FixedAttribute<AllowSharedBufferSource, any>;
11606
11606
  /**
11607
11607
  * Indicates the list of protocol versions supported for expedited transactions as defined in [Aliro].
11608
11608
  *
11609
11609
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.41
11610
11610
  */
11611
- readonly aliroExpeditedTransactionSupportedProtocolVersions: FixedAttribute<Uint8Array<ArrayBufferLike>[], any>;
11611
+ readonly aliroExpeditedTransactionSupportedProtocolVersions: FixedAttribute<AllowSharedBufferSource[], any>;
11612
11612
  /**
11613
11613
  * Indicates the maximum number of AliroCredentialIssuerKey credentials that can be stored on the lock.
11614
11614
  *
@@ -11644,26 +11644,26 @@ export declare namespace DoorLock {
11644
11644
  *
11645
11645
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.1
11646
11646
  */
11647
- signingKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
11647
+ signingKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
11648
11648
  /**
11649
11649
  * This field shall indicate the verification key component of the Reader’s key pair. This shall be an
11650
11650
  * uncompressed elliptic curve public key as defined in section 2.3.3 of SEC 1.
11651
11651
  *
11652
11652
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.2
11653
11653
  */
11654
- verificationKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
11654
+ verificationKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
11655
11655
  /**
11656
11656
  * This field shall indicate the reader group identifier for the lock.
11657
11657
  *
11658
11658
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.3
11659
11659
  */
11660
- groupIdentifier: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
11660
+ groupIdentifier: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
11661
11661
  /**
11662
11662
  * This field shall indicate the group resolving key for the lock.
11663
11663
  *
11664
11664
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.4
11665
11665
  */
11666
- groupResolvingKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
11666
+ groupResolvingKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
11667
11667
  }>, void, any>;
11668
11668
  /**
11669
11669
  * This command allows clearing an existing Aliro Reader configuration for the lock. Administrators shall
@@ -11693,14 +11693,14 @@ export declare namespace DoorLock {
11693
11693
  *
11694
11694
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.42
11695
11695
  */
11696
- readonly aliroGroupResolvingKey: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
11696
+ readonly aliroGroupResolvingKey: Attribute<AllowSharedBufferSource | null, any>;
11697
11697
  /**
11698
11698
  * Indicates the list of protocol versions supported for the Bluetooth LE + UWB Access Control Flow as
11699
11699
  * defined in [Aliro].
11700
11700
  *
11701
11701
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.9.43
11702
11702
  */
11703
- readonly aliroSupportedBleuwbProtocolVersions: FixedAttribute<Uint8Array<ArrayBufferLike>[], any>;
11703
+ readonly aliroSupportedBleuwbProtocolVersions: FixedAttribute<AllowSharedBufferSource[], any>;
11704
11704
  /**
11705
11705
  * Indicates the version of the Bluetooth LE advertisement as defined in [Aliro].
11706
11706
  *
@@ -11846,7 +11846,7 @@ export declare namespace DoorLock {
11846
11846
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.27.3
11847
11847
  */
11848
11848
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
11849
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
11849
+ rfidCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
11850
11850
  }>, void, any>;
11851
11851
  /**
11852
11852
  * Retrieve an RFID code.
@@ -11866,7 +11866,7 @@ export declare namespace DoorLock {
11866
11866
  userId: import("../tlv/TlvObject.js").FieldType<number>;
11867
11867
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
11868
11868
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
11869
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
11869
+ rfidCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
11870
11870
  }>, any>;
11871
11871
  /**
11872
11872
  * Clear an RFID code or all RFID codes.
@@ -11920,7 +11920,7 @@ export declare namespace DoorLock {
11920
11920
  *
11921
11921
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.41.1
11922
11922
  */
11923
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
11923
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
11924
11924
  }>, void, any>;
11925
11925
  };
11926
11926
  };
@@ -12287,7 +12287,7 @@ export declare namespace DoorLock {
12287
12287
  }];
12288
12288
  readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
12289
12289
  };
12290
- readonly aliroReaderVerificationKey: Attribute<Uint8Array<ArrayBufferLike> | null, any> & {
12290
+ readonly aliroReaderVerificationKey: Attribute<AllowSharedBufferSource | null, any> & {
12291
12291
  readonly optional: true;
12292
12292
  readonly isConditional: true;
12293
12293
  readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
@@ -12295,7 +12295,7 @@ export declare namespace DoorLock {
12295
12295
  aliroProvisioning: boolean;
12296
12296
  }];
12297
12297
  };
12298
- readonly aliroReaderGroupIdentifier: Attribute<Uint8Array<ArrayBufferLike> | null, any> & {
12298
+ readonly aliroReaderGroupIdentifier: Attribute<AllowSharedBufferSource | null, any> & {
12299
12299
  readonly optional: true;
12300
12300
  readonly isConditional: true;
12301
12301
  readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
@@ -12303,7 +12303,7 @@ export declare namespace DoorLock {
12303
12303
  aliroProvisioning: boolean;
12304
12304
  }];
12305
12305
  };
12306
- readonly aliroReaderGroupSubIdentifier: FixedAttribute<Uint8Array<ArrayBufferLike>, any> & {
12306
+ readonly aliroReaderGroupSubIdentifier: FixedAttribute<AllowSharedBufferSource, any> & {
12307
12307
  readonly optional: true;
12308
12308
  readonly isConditional: true;
12309
12309
  readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
@@ -12311,7 +12311,7 @@ export declare namespace DoorLock {
12311
12311
  aliroProvisioning: boolean;
12312
12312
  }];
12313
12313
  };
12314
- readonly aliroExpeditedTransactionSupportedProtocolVersions: FixedAttribute<Uint8Array<ArrayBufferLike>[], any> & {
12314
+ readonly aliroExpeditedTransactionSupportedProtocolVersions: FixedAttribute<AllowSharedBufferSource[], any> & {
12315
12315
  readonly optional: true;
12316
12316
  readonly isConditional: true;
12317
12317
  readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
@@ -12319,7 +12319,7 @@ export declare namespace DoorLock {
12319
12319
  aliroProvisioning: boolean;
12320
12320
  }];
12321
12321
  };
12322
- readonly aliroGroupResolvingKey: Attribute<Uint8Array<ArrayBufferLike> | null, any> & {
12322
+ readonly aliroGroupResolvingKey: Attribute<AllowSharedBufferSource | null, any> & {
12323
12323
  readonly optional: true;
12324
12324
  readonly isConditional: true;
12325
12325
  readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
@@ -12327,7 +12327,7 @@ export declare namespace DoorLock {
12327
12327
  aliroBleuwb: boolean;
12328
12328
  }];
12329
12329
  };
12330
- readonly aliroSupportedBleuwbProtocolVersions: FixedAttribute<Uint8Array<ArrayBufferLike>[], any> & {
12330
+ readonly aliroSupportedBleuwbProtocolVersions: FixedAttribute<AllowSharedBufferSource[], any> & {
12331
12331
  readonly optional: true;
12332
12332
  readonly isConditional: true;
12333
12333
  readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
@@ -12701,7 +12701,7 @@ export declare namespace DoorLock {
12701
12701
  */
12702
12702
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
12703
12703
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
12704
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
12704
+ pin: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
12705
12705
  }>, void, any> & {
12706
12706
  readonly optional: true;
12707
12707
  readonly isConditional: true;
@@ -12723,7 +12723,7 @@ export declare namespace DoorLock {
12723
12723
  userId: import("../tlv/TlvObject.js").FieldType<number>;
12724
12724
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
12725
12725
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
12726
- pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
12726
+ pinCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
12727
12727
  }>, any> & {
12728
12728
  readonly optional: true;
12729
12729
  readonly isConditional: true;
@@ -13310,7 +13310,7 @@ export declare namespace DoorLock {
13310
13310
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.27.3
13311
13311
  */
13312
13312
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
13313
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
13313
+ rfidCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
13314
13314
  }>, void, any> & {
13315
13315
  readonly optional: true;
13316
13316
  readonly isConditional: true;
@@ -13333,7 +13333,7 @@ export declare namespace DoorLock {
13333
13333
  userId: import("../tlv/TlvObject.js").FieldType<number>;
13334
13334
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
13335
13335
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
13336
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
13336
+ rfidCode: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
13337
13337
  }>, any> & {
13338
13338
  readonly optional: true;
13339
13339
  readonly isConditional: true;
@@ -13615,7 +13615,7 @@ export declare namespace DoorLock {
13615
13615
  *
13616
13616
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36.3
13617
13617
  */
13618
- credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
13618
+ credentialData: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
13619
13619
  /**
13620
13620
  * This field shall indicate the user index to the user record that corresponds to the credential being added or
13621
13621
  * modified. This shall be null if OperationType is add and a new credential and user is being added at the same
@@ -13787,7 +13787,7 @@ export declare namespace DoorLock {
13787
13787
  *
13788
13788
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.39.6
13789
13789
  */
13790
- credentialData: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
13790
+ credentialData: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | null>;
13791
13791
  }>, any> & {
13792
13792
  readonly optional: true;
13793
13793
  readonly isConditional: true;
@@ -13834,7 +13834,7 @@ export declare namespace DoorLock {
13834
13834
  *
13835
13835
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.41.1
13836
13836
  */
13837
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
13837
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
13838
13838
  }>, void, any> & {
13839
13839
  readonly optional: true;
13840
13840
  readonly isConditional: true;
@@ -13849,26 +13849,26 @@ export declare namespace DoorLock {
13849
13849
  *
13850
13850
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.1
13851
13851
  */
13852
- signingKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
13852
+ signingKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
13853
13853
  /**
13854
13854
  * This field shall indicate the verification key component of the Reader’s key pair. This shall be an
13855
13855
  * uncompressed elliptic curve public key as defined in section 2.3.3 of SEC 1.
13856
13856
  *
13857
13857
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.2
13858
13858
  */
13859
- verificationKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
13859
+ verificationKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
13860
13860
  /**
13861
13861
  * This field shall indicate the reader group identifier for the lock.
13862
13862
  *
13863
13863
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.3
13864
13864
  */
13865
- groupIdentifier: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
13865
+ groupIdentifier: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
13866
13866
  /**
13867
13867
  * This field shall indicate the group resolving key for the lock.
13868
13868
  *
13869
13869
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.4
13870
13870
  */
13871
- groupResolvingKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
13871
+ groupResolvingKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
13872
13872
  }>, void, any> & {
13873
13873
  readonly optional: true;
13874
13874
  readonly isConditional: true;
@@ -13899,7 +13899,7 @@ export declare namespace DoorLock {
13899
13899
  *
13900
13900
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.1.1
13901
13901
  */
13902
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
13902
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
13903
13903
  }>, void, any>;
13904
13904
  readonly unlockDoor: Command<import("../tlv/TlvObject.js").TypeFromFields<{
13905
13905
  /**
@@ -13907,7 +13907,7 @@ export declare namespace DoorLock {
13907
13907
  *
13908
13908
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.2.1
13909
13909
  */
13910
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
13910
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
13911
13911
  }>, void, any>;
13912
13912
  readonly unlockWithTimeout: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
13913
13913
  /**
@@ -13922,7 +13922,7 @@ export declare namespace DoorLock {
13922
13922
  *
13923
13923
  * @see {@link MatterSpecification.v141.Cluster} § 5.2.10.3.2
13924
13924
  */
13925
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
13925
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
13926
13926
  }>, void, any>;
13927
13927
  };
13928
13928
  readonly events: {