@seamapi/types 1.349.0 → 1.349.1

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
@@ -25800,11 +25800,15 @@ var openapi_default = {
25800
25800
  "application/json": {
25801
25801
  schema: {
25802
25802
  properties: {
25803
- machine_identifier_key: { type: "string" },
25804
- name: { type: "string" },
25805
- time_zone: { type: "string" }
25803
+ bridge_client_machine_identifier_key: { type: "string" },
25804
+ bridge_client_name: { type: "string" },
25805
+ bridge_client_time_zone: { type: "string" }
25806
25806
  },
25807
- required: ["name", "time_zone", "machine_identifier_key"],
25807
+ required: [
25808
+ "bridge_client_name",
25809
+ "bridge_client_time_zone",
25810
+ "bridge_client_machine_identifier_key"
25811
+ ],
25808
25812
  type: "object"
25809
25813
  }
25810
25814
  }
@@ -25827,7 +25831,6 @@ var openapi_default = {
25827
25831
  type: "string"
25828
25832
  },
25829
25833
  bridge_client_session_token: { type: "string" },
25830
- bridge_client_tailscale_hostname: { type: "string" },
25831
25834
  bridge_client_time_zone: { type: "string" },
25832
25835
  created_at: { format: "date-time", type: "string" },
25833
25836
  pairing_code: {
@@ -25839,19 +25842,20 @@ var openapi_default = {
25839
25842
  format: "date-time",
25840
25843
  type: "string"
25841
25844
  },
25842
- tailscale_auth_key: { nullable: true, type: "string" }
25845
+ tailscale_auth_key: { nullable: true, type: "string" },
25846
+ tailscale_hostname: { type: "string" }
25843
25847
  },
25844
25848
  required: [
25845
25849
  "created_at",
25846
25850
  "bridge_client_session_id",
25847
25851
  "bridge_client_session_token",
25848
- "bridge_client_name",
25849
- "bridge_client_time_zone",
25850
- "bridge_client_machine_identifier_key",
25851
- "bridge_client_tailscale_hostname",
25852
25852
  "pairing_code",
25853
25853
  "pairing_code_expires_at",
25854
- "tailscale_auth_key"
25854
+ "tailscale_hostname",
25855
+ "tailscale_auth_key",
25856
+ "bridge_client_name",
25857
+ "bridge_client_time_zone",
25858
+ "bridge_client_machine_identifier_key"
25855
25859
  ],
25856
25860
  type: "object",
25857
25861
  "x-route-path": "/seam/bridge/v1/bridge_client_sessions"
@@ -25904,7 +25908,6 @@ var openapi_default = {
25904
25908
  type: "string"
25905
25909
  },
25906
25910
  bridge_client_session_token: { type: "string" },
25907
- bridge_client_tailscale_hostname: { type: "string" },
25908
25911
  bridge_client_time_zone: { type: "string" },
25909
25912
  created_at: { format: "date-time", type: "string" },
25910
25913
  pairing_code: {
@@ -25916,19 +25919,20 @@ var openapi_default = {
25916
25919
  format: "date-time",
25917
25920
  type: "string"
25918
25921
  },
25919
- tailscale_auth_key: { nullable: true, type: "string" }
25922
+ tailscale_auth_key: { nullable: true, type: "string" },
25923
+ tailscale_hostname: { type: "string" }
25920
25924
  },
25921
25925
  required: [
25922
25926
  "created_at",
25923
25927
  "bridge_client_session_id",
25924
25928
  "bridge_client_session_token",
25925
- "bridge_client_name",
25926
- "bridge_client_time_zone",
25927
- "bridge_client_machine_identifier_key",
25928
- "bridge_client_tailscale_hostname",
25929
25929
  "pairing_code",
25930
25930
  "pairing_code_expires_at",
25931
- "tailscale_auth_key"
25931
+ "tailscale_hostname",
25932
+ "tailscale_auth_key",
25933
+ "bridge_client_name",
25934
+ "bridge_client_time_zone",
25935
+ "bridge_client_machine_identifier_key"
25932
25936
  ],
25933
25937
  type: "object",
25934
25938
  "x-route-path": "/seam/bridge/v1/bridge_client_sessions"
@@ -25972,7 +25976,6 @@ var openapi_default = {
25972
25976
  type: "string"
25973
25977
  },
25974
25978
  bridge_client_session_token: { type: "string" },
25975
- bridge_client_tailscale_hostname: { type: "string" },
25976
25979
  bridge_client_time_zone: { type: "string" },
25977
25980
  created_at: { format: "date-time", type: "string" },
25978
25981
  pairing_code: {
@@ -25984,19 +25987,20 @@ var openapi_default = {
25984
25987
  format: "date-time",
25985
25988
  type: "string"
25986
25989
  },
25987
- tailscale_auth_key: { nullable: true, type: "string" }
25990
+ tailscale_auth_key: { nullable: true, type: "string" },
25991
+ tailscale_hostname: { type: "string" }
25988
25992
  },
25989
25993
  required: [
25990
25994
  "created_at",
25991
25995
  "bridge_client_session_id",
25992
25996
  "bridge_client_session_token",
25993
- "bridge_client_name",
25994
- "bridge_client_time_zone",
25995
- "bridge_client_machine_identifier_key",
25996
- "bridge_client_tailscale_hostname",
25997
25997
  "pairing_code",
25998
25998
  "pairing_code_expires_at",
25999
- "tailscale_auth_key"
25999
+ "tailscale_hostname",
26000
+ "tailscale_auth_key",
26001
+ "bridge_client_name",
26002
+ "bridge_client_time_zone",
26003
+ "bridge_client_machine_identifier_key"
26000
26004
  ],
26001
26005
  type: "object",
26002
26006
  "x-route-path": "/seam/bridge/v1/bridge_client_sessions"