@seamapi/types 1.74.0 → 1.76.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
@@ -5134,6 +5134,7 @@ var openapi_default = {
5134
5134
  },
5135
5135
  card_format: { enum: ["TLCode", "rfid48"], type: "string" },
5136
5136
  code: { pattern: "^\\d+$", type: "string" },
5137
+ ends_at: { format: "date-time", type: "string" },
5137
5138
  external_type: {
5138
5139
  enum: [
5139
5140
  "pti_card",
@@ -5144,7 +5145,8 @@ var openapi_default = {
5144
5145
  type: "string"
5145
5146
  },
5146
5147
  is_multi_phone_sync_credential: { type: "boolean" },
5147
- is_override_key: { type: "boolean" }
5148
+ is_override_key: { type: "boolean" },
5149
+ starts_at: { format: "date-time", type: "string" }
5148
5150
  },
5149
5151
  required: ["acs_user_id", "access_method"],
5150
5152
  type: "object"
@@ -9770,12 +9772,21 @@ var openapi_default = {
9770
9772
  format: "uuid",
9771
9773
  type: "string"
9772
9774
  },
9773
- custom_sdk_installation_id: { type: "string" },
9774
- phone_metadata: {
9775
+ assa_abloy_metadata: {
9775
9776
  default: {},
9776
9777
  properties: {
9777
9778
  application_version: { default: "1.0.0", type: "string" },
9778
9779
  ble_capability: { default: true, type: "boolean" },
9780
+ hce_capability: { default: false, type: "boolean" },
9781
+ nfc_capability: { default: false, type: "boolean" },
9782
+ seos_applet_version: { default: "1.0.0", type: "string" }
9783
+ },
9784
+ type: "object"
9785
+ },
9786
+ custom_sdk_installation_id: { type: "string" },
9787
+ phone_metadata: {
9788
+ default: {},
9789
+ properties: {
9779
9790
  device_manufacturer: {
9780
9791
  default: "Samsung",
9781
9792
  type: "string"
@@ -9784,15 +9795,12 @@ var openapi_default = {
9784
9795
  default: "Samsung Galaxy S10",
9785
9796
  type: "string"
9786
9797
  },
9787
- hce_capability: { default: false, type: "boolean" },
9788
- nfc_capability: { default: false, type: "boolean" },
9789
9798
  operating_system: {
9790
9799
  default: "android",
9791
9800
  enum: ["android", "ios"],
9792
9801
  type: "string"
9793
9802
  },
9794
- os_version: { default: "10", type: "string" },
9795
- seos_applet_version: { default: "1.0.0", type: "string" }
9803
+ os_version: { default: "10", type: "string" }
9796
9804
  },
9797
9805
  type: "object"
9798
9806
  },