@seamapi/types 1.59.1 → 1.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/connect.cjs CHANGED
@@ -793,6 +793,17 @@ var openapi_default = {
793
793
  properties: {
794
794
  check_in_time: { type: "string" },
795
795
  check_out_time: { type: "string" },
796
+ dormakaba_oracode_user_level_id: {
797
+ format: "uuid",
798
+ type: "string"
799
+ },
800
+ ext_dormakaba_oracode_user_level_prefix: {
801
+ type: "number"
802
+ },
803
+ is_24_hour: { type: "boolean" },
804
+ is_biweekly_mode: { type: "boolean" },
805
+ is_master: { type: "boolean" },
806
+ is_one_shot: { type: "boolean" },
796
807
  name: { type: "string" },
797
808
  prefix: { type: "number" }
798
809
  },
@@ -800,7 +811,13 @@ var openapi_default = {
800
811
  "name",
801
812
  "prefix",
802
813
  "check_in_time",
803
- "check_out_time"
814
+ "check_out_time",
815
+ "is_24_hour",
816
+ "is_biweekly_mode",
817
+ "is_one_shot",
818
+ "is_master",
819
+ "ext_dormakaba_oracode_user_level_prefix",
820
+ "dormakaba_oracode_user_level_id"
804
821
  ],
805
822
  type: "object"
806
823
  },