@seamapi/types 1.799.0 → 1.801.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/index.cjs CHANGED
@@ -1976,7 +1976,8 @@ var DEVICE_PROVIDERS = {
1976
1976
  KORELOCK: "korelock",
1977
1977
  DORMAKABA_AMBIANCE: "dormakaba_ambiance",
1978
1978
  ULTRALOQ: "ultraloq",
1979
- RING: "ring"
1979
+ RING: "ring",
1980
+ ICAL: "ical"
1980
1981
  };
1981
1982
  var ALL_DEVICE_PROVIDERS = Object.values(DEVICE_PROVIDERS);
1982
1983
  var PROVIDER_CATEGORY_MAP = {
@@ -2046,6 +2047,7 @@ var PROVIDER_CATEGORY_MAP = {
2046
2047
  "hotek"
2047
2048
  ],
2048
2049
  cameras: ["ring"],
2050
+ connectors: ["ical"],
2049
2051
  internal_beta: ALL_DEVICE_PROVIDERS
2050
2052
  };
2051
2053
  var PROVIDER_CATEGORIES = Object.keys(PROVIDER_CATEGORY_MAP);
@@ -20579,7 +20581,8 @@ var openapi_default = {
20579
20581
  "korelock",
20580
20582
  "dormakaba_ambiance",
20581
20583
  "ultraloq",
20582
- "ring"
20584
+ "ring",
20585
+ "ical"
20583
20586
  ],
20584
20587
  type: "string"
20585
20588
  },
@@ -20594,7 +20597,8 @@ var openapi_default = {
20594
20597
  "thermostats",
20595
20598
  "noise_sensors",
20596
20599
  "access_control_systems",
20597
- "cameras"
20600
+ "cameras",
20601
+ "connectors"
20598
20602
  ],
20599
20603
  type: "string"
20600
20604
  },
@@ -51291,6 +51295,7 @@ var openapi_default = {
51291
51295
  "dormakaba_ambiance",
51292
51296
  "ultraloq",
51293
51297
  "ring",
51298
+ "ical",
51294
51299
  "yale_access",
51295
51300
  "hid_cm",
51296
51301
  "google_nest"
@@ -51347,6 +51352,7 @@ var openapi_default = {
51347
51352
  "noise_sensors",
51348
51353
  "access_control_systems",
51349
51354
  "cameras",
51355
+ "connectors",
51350
51356
  "internal_beta"
51351
51357
  ],
51352
51358
  type: "string"
@@ -55234,7 +55240,8 @@ var openapi_default = {
55234
55240
  "smartthings",
55235
55241
  "tado",
55236
55242
  "ultraloq",
55237
- "ring"
55243
+ "ring",
55244
+ "ical"
55238
55245
  ],
55239
55246
  type: "string"
55240
55247
  }
@@ -55724,7 +55731,8 @@ var openapi_default = {
55724
55731
  "smartthings",
55725
55732
  "tado",
55726
55733
  "ultraloq",
55727
- "ring"
55734
+ "ring",
55735
+ "ical"
55728
55736
  ],
55729
55737
  type: "string"
55730
55738
  },
@@ -55816,7 +55824,8 @@ var openapi_default = {
55816
55824
  "thermostats",
55817
55825
  "noise_sensors",
55818
55826
  "access_control_systems",
55819
- "cameras"
55827
+ "cameras",
55828
+ "connectors"
55820
55829
  ],
55821
55830
  type: "string"
55822
55831
  }
@@ -55875,7 +55884,8 @@ var openapi_default = {
55875
55884
  "thermostats",
55876
55885
  "noise_sensors",
55877
55886
  "access_control_systems",
55878
- "cameras"
55887
+ "cameras",
55888
+ "connectors"
55879
55889
  ],
55880
55890
  type: "string"
55881
55891
  }
@@ -57521,7 +57531,8 @@ var openapi_default = {
57521
57531
  "smartthings",
57522
57532
  "tado",
57523
57533
  "ultraloq",
57524
- "ring"
57534
+ "ring",
57535
+ "ical"
57525
57536
  ],
57526
57537
  type: "string"
57527
57538
  }
@@ -58010,7 +58021,8 @@ var openapi_default = {
58010
58021
  "smartthings",
58011
58022
  "tado",
58012
58023
  "ultraloq",
58013
- "ring"
58024
+ "ring",
58025
+ "ical"
58014
58026
  ],
58015
58027
  type: "string"
58016
58028
  },
@@ -62890,6 +62902,182 @@ var openapi_default = {
62890
62902
  "x-undocumented": "Seam Bridge Client only."
62891
62903
  }
62892
62904
  },
62905
+ "/seam/connect_webview/v1/get_current_pane": {
62906
+ get: {
62907
+ description: "Returns the current render pane for a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews).",
62908
+ operationId: "seamConnectWebviewV1GetCurrentPaneGet",
62909
+ parameters: [
62910
+ {
62911
+ in: "query",
62912
+ name: "connect_webview_id",
62913
+ required: true,
62914
+ schema: { format: "uuid", type: "string" }
62915
+ }
62916
+ ],
62917
+ responses: {
62918
+ 200: {
62919
+ content: {
62920
+ "application/json": {
62921
+ schema: {
62922
+ properties: {
62923
+ ok: { type: "boolean" },
62924
+ pane: { $ref: "#/components/schemas/access_code" }
62925
+ },
62926
+ required: ["ok"],
62927
+ type: "object"
62928
+ }
62929
+ }
62930
+ },
62931
+ description: "OK"
62932
+ },
62933
+ 400: { description: "Bad Request" },
62934
+ 401: { description: "Unauthorized" }
62935
+ },
62936
+ security: [{ console_session_with_workspace: [] }],
62937
+ summary: "/seam/connect_webview/v1/get_current_pane",
62938
+ tags: [],
62939
+ "x-fern-sdk-group-name": ["seam", "connect_webview", "v1"],
62940
+ "x-fern-sdk-method-name": "get_current_pane",
62941
+ "x-fern-sdk-return-value": "pane",
62942
+ "x-response-key": "pane",
62943
+ "x-title": "Get Current Pane",
62944
+ "x-undocumented": "Internal endpoint for driving Connect Webview flows programmatically."
62945
+ },
62946
+ post: {
62947
+ description: "Returns the current render pane for a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews).",
62948
+ operationId: "seamConnectWebviewV1GetCurrentPanePost",
62949
+ requestBody: {
62950
+ content: {
62951
+ "application/json": {
62952
+ schema: {
62953
+ properties: {
62954
+ connect_webview_id: { format: "uuid", type: "string" }
62955
+ },
62956
+ required: ["connect_webview_id"],
62957
+ type: "object"
62958
+ }
62959
+ }
62960
+ }
62961
+ },
62962
+ responses: {
62963
+ 200: {
62964
+ content: {
62965
+ "application/json": {
62966
+ schema: {
62967
+ properties: {
62968
+ ok: { type: "boolean" },
62969
+ pane: { $ref: "#/components/schemas/access_code" }
62970
+ },
62971
+ required: ["ok"],
62972
+ type: "object"
62973
+ }
62974
+ }
62975
+ },
62976
+ description: "OK"
62977
+ },
62978
+ 400: { description: "Bad Request" },
62979
+ 401: { description: "Unauthorized" }
62980
+ },
62981
+ security: [{ console_session_with_workspace: [] }],
62982
+ summary: "/seam/connect_webview/v1/get_current_pane",
62983
+ tags: [],
62984
+ "x-fern-sdk-group-name": ["seam", "connect_webview", "v1"],
62985
+ "x-fern-sdk-method-name": "get_current_pane",
62986
+ "x-fern-sdk-return-value": "pane",
62987
+ "x-response-key": "pane",
62988
+ "x-title": "Get Current Pane",
62989
+ "x-undocumented": "Internal endpoint for driving Connect Webview flows programmatically."
62990
+ }
62991
+ },
62992
+ "/seam/connect_webview/v1/reset": {
62993
+ post: {
62994
+ description: "Resets an errored [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) so its login flow can be retried.",
62995
+ operationId: "seamConnectWebviewV1ResetPost",
62996
+ requestBody: {
62997
+ content: {
62998
+ "application/json": {
62999
+ schema: {
63000
+ properties: {
63001
+ connect_webview_id: { format: "uuid", type: "string" }
63002
+ },
63003
+ required: ["connect_webview_id"],
63004
+ type: "object"
63005
+ }
63006
+ }
63007
+ }
63008
+ },
63009
+ responses: {
63010
+ 200: {
63011
+ content: {
63012
+ "application/json": {
63013
+ schema: {
63014
+ properties: { ok: { type: "boolean" } },
63015
+ required: ["ok"],
63016
+ type: "object"
63017
+ }
63018
+ }
63019
+ },
63020
+ description: "OK"
63021
+ },
63022
+ 400: { description: "Bad Request" },
63023
+ 401: { description: "Unauthorized" }
63024
+ },
63025
+ security: [{ console_session_with_workspace: [] }],
63026
+ summary: "/seam/connect_webview/v1/reset",
63027
+ tags: [],
63028
+ "x-fern-sdk-group-name": ["seam", "connect_webview", "v1"],
63029
+ "x-fern-sdk-method-name": "reset",
63030
+ "x-fern-sdk-return-value": "ok",
63031
+ "x-response-key": "ok",
63032
+ "x-title": "Reset Connect Webview",
63033
+ "x-undocumented": "Internal endpoint for driving Connect Webview flows programmatically."
63034
+ }
63035
+ },
63036
+ "/seam/connect_webview/v1/submit": {
63037
+ post: {
63038
+ description: "Submits pane arguments to advance a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) login state machine.",
63039
+ operationId: "seamConnectWebviewV1SubmitPost",
63040
+ requestBody: {
63041
+ content: {
63042
+ "application/json": {
63043
+ schema: {
63044
+ properties: {
63045
+ connect_webview_id: { format: "uuid", type: "string" },
63046
+ submit_args: {}
63047
+ },
63048
+ required: ["connect_webview_id"],
63049
+ type: "object"
63050
+ }
63051
+ }
63052
+ }
63053
+ },
63054
+ responses: {
63055
+ 200: {
63056
+ content: {
63057
+ "application/json": {
63058
+ schema: {
63059
+ properties: { ok: { type: "boolean" } },
63060
+ required: ["ok"],
63061
+ type: "object"
63062
+ }
63063
+ }
63064
+ },
63065
+ description: "OK"
63066
+ },
63067
+ 400: { description: "Bad Request" },
63068
+ 401: { description: "Unauthorized" }
63069
+ },
63070
+ security: [{ console_session_with_workspace: [] }],
63071
+ summary: "/seam/connect_webview/v1/submit",
63072
+ tags: [],
63073
+ "x-fern-sdk-group-name": ["seam", "connect_webview", "v1"],
63074
+ "x-fern-sdk-method-name": "submit",
63075
+ "x-fern-sdk-return-value": "ok",
63076
+ "x-response-key": "ok",
63077
+ "x-title": "Submit Connect Webview Pane",
63078
+ "x-undocumented": "Internal endpoint for driving Connect Webview flows programmatically."
63079
+ }
63080
+ },
62893
63081
  "/seam/console/v1/get_resource_locator": {
62894
63082
  get: {
62895
63083
  description: "Returns the type and system information of a resource given its UUID.",