@seamapi/types 1.637.0 → 1.638.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79104,6 +79104,7 @@ declare const _default: {
79104
79104
  items: {
79105
79105
  properties: {
79106
79106
  hotek_metadata: {
79107
+ description: string;
79107
79108
  properties: {
79108
79109
  encoder_number: {
79109
79110
  description: string;
@@ -138037,6 +138038,7 @@ type Routes = {
138037
138038
  acs_encoders?: {
138038
138039
  /** Whether the encoder is removed */
138039
138040
  is_removed?: boolean | undefined;
138041
+ /** Hotek-specific metadata associated with the entrance. */
138040
138042
  hotek_metadata: {
138041
138043
  /** The encoder number determined by the USB port connection. */
138042
138044
  encoder_number: string;
package/dist/index.cjs CHANGED
@@ -39270,6 +39270,7 @@ var openapi_default = {
39270
39270
  items: {
39271
39271
  properties: {
39272
39272
  hotek_metadata: {
39273
+ description: "Hotek-specific metadata associated with the entrance.",
39273
39274
  properties: {
39274
39275
  encoder_number: {
39275
39276
  description: "The encoder number determined by the USB port connection.",