@seamapi/types 1.406.2 → 1.406.4
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 +21 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +90 -0
- package/lib/seam/connect/openapi.d.ts +90 -0
- package/lib/seam/connect/openapi.js +12 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +12 -0
package/dist/connect.cjs
CHANGED
|
@@ -26514,7 +26514,8 @@ var openapi_default = {
|
|
|
26514
26514
|
},
|
|
26515
26515
|
update_current_key: {
|
|
26516
26516
|
description: "Indicates whether to update the user's existing card. See also [Programming Salto Space Card-based Credentials](https://docs.seam.co/latest/device-and-system-integration-guides/salto-proaccess-space-access-system/programming-salto-space-card-based-credentials).",
|
|
26517
|
-
type: "boolean"
|
|
26517
|
+
type: "boolean",
|
|
26518
|
+
"x-undocumented": "Not used. Will be deprecated."
|
|
26518
26519
|
}
|
|
26519
26520
|
},
|
|
26520
26521
|
type: "object"
|
|
@@ -30603,6 +30604,7 @@ var openapi_default = {
|
|
|
30603
30604
|
},
|
|
30604
30605
|
security: [
|
|
30605
30606
|
{ client_session: [] },
|
|
30607
|
+
{ customer_client_session: [] },
|
|
30606
30608
|
{ pat_with_workspace: [] },
|
|
30607
30609
|
{ console_session_with_workspace: [] },
|
|
30608
30610
|
{ api_key: [] }
|
|
@@ -30732,7 +30734,8 @@ var openapi_default = {
|
|
|
30732
30734
|
security: [
|
|
30733
30735
|
{ api_key: [] },
|
|
30734
30736
|
{ pat_with_workspace: [] },
|
|
30735
|
-
{ console_session_with_workspace: [] }
|
|
30737
|
+
{ console_session_with_workspace: [] },
|
|
30738
|
+
{ customer_client_session: [] }
|
|
30736
30739
|
],
|
|
30737
30740
|
summary: "/connected_accounts/delete",
|
|
30738
30741
|
tags: ["/connected_accounts"],
|
|
@@ -30882,7 +30885,8 @@ var openapi_default = {
|
|
|
30882
30885
|
security: [
|
|
30883
30886
|
{ api_key: [] },
|
|
30884
30887
|
{ pat_with_workspace: [] },
|
|
30885
|
-
{ console_session_with_workspace: [] }
|
|
30888
|
+
{ console_session_with_workspace: [] },
|
|
30889
|
+
{ customer_client_session: [] }
|
|
30886
30890
|
],
|
|
30887
30891
|
summary: "/connected_accounts/list",
|
|
30888
30892
|
tags: ["/connected_accounts"],
|
|
@@ -31110,6 +31114,7 @@ var openapi_default = {
|
|
|
31110
31114
|
},
|
|
31111
31115
|
security: [
|
|
31112
31116
|
{ client_session: [] },
|
|
31117
|
+
{ customer_client_session: [] },
|
|
31113
31118
|
{ pat_with_workspace: [] },
|
|
31114
31119
|
{ console_session_with_workspace: [] },
|
|
31115
31120
|
{ api_key: [] }
|
|
@@ -31428,6 +31433,7 @@ var openapi_default = {
|
|
|
31428
31433
|
401: { description: "Unauthorized" }
|
|
31429
31434
|
},
|
|
31430
31435
|
security: [
|
|
31436
|
+
{ customer_client_session: [] },
|
|
31431
31437
|
{ client_session: [] },
|
|
31432
31438
|
{ pat_with_workspace: [] },
|
|
31433
31439
|
{ console_session_with_workspace: [] },
|
|
@@ -32671,7 +32677,8 @@ var openapi_default = {
|
|
|
32671
32677
|
{ client_session: [] },
|
|
32672
32678
|
{ api_key: [] },
|
|
32673
32679
|
{ pat_with_workspace: [] },
|
|
32674
|
-
{ console_session_with_workspace: [] }
|
|
32680
|
+
{ console_session_with_workspace: [] },
|
|
32681
|
+
{ customer_client_session: [] }
|
|
32675
32682
|
],
|
|
32676
32683
|
summary: "/events/list",
|
|
32677
32684
|
tags: ["/events"],
|
|
@@ -38139,7 +38146,8 @@ var openapi_default = {
|
|
|
38139
38146
|
security: [
|
|
38140
38147
|
{ pat_with_workspace: [] },
|
|
38141
38148
|
{ console_session_with_workspace: [] },
|
|
38142
|
-
{ api_key: [] }
|
|
38149
|
+
{ api_key: [] },
|
|
38150
|
+
{ customer_client_session: [] }
|
|
38143
38151
|
],
|
|
38144
38152
|
summary: "/unstable_access_grants/create",
|
|
38145
38153
|
tags: [],
|
|
@@ -38191,7 +38199,8 @@ var openapi_default = {
|
|
|
38191
38199
|
security: [
|
|
38192
38200
|
{ pat_with_workspace: [] },
|
|
38193
38201
|
{ console_session_with_workspace: [] },
|
|
38194
|
-
{ api_key: [] }
|
|
38202
|
+
{ api_key: [] },
|
|
38203
|
+
{ customer_client_session: [] }
|
|
38195
38204
|
],
|
|
38196
38205
|
summary: "/unstable_access_grants/delete",
|
|
38197
38206
|
tags: [],
|
|
@@ -38329,7 +38338,8 @@ var openapi_default = {
|
|
|
38329
38338
|
security: [
|
|
38330
38339
|
{ pat_with_workspace: [] },
|
|
38331
38340
|
{ console_session_with_workspace: [] },
|
|
38332
|
-
{ api_key: [] }
|
|
38341
|
+
{ api_key: [] },
|
|
38342
|
+
{ customer_client_session: [] }
|
|
38333
38343
|
],
|
|
38334
38344
|
summary: "/unstable_access_grants/get",
|
|
38335
38345
|
tags: [],
|
|
@@ -38485,7 +38495,8 @@ var openapi_default = {
|
|
|
38485
38495
|
security: [
|
|
38486
38496
|
{ pat_with_workspace: [] },
|
|
38487
38497
|
{ console_session_with_workspace: [] },
|
|
38488
|
-
{ api_key: [] }
|
|
38498
|
+
{ api_key: [] },
|
|
38499
|
+
{ customer_client_session: [] }
|
|
38489
38500
|
],
|
|
38490
38501
|
summary: "/unstable_access_grants/list",
|
|
38491
38502
|
tags: [],
|
|
@@ -39884,7 +39895,8 @@ var openapi_default = {
|
|
|
39884
39895
|
"x-fern-sdk-method-name": "generate_link",
|
|
39885
39896
|
"x-fern-sdk-return-value": "bridge_client_session",
|
|
39886
39897
|
"x-response-key": "bridge_client_session",
|
|
39887
|
-
"x-title": "Generate a building block magic link"
|
|
39898
|
+
"x-title": "Generate a building block magic link",
|
|
39899
|
+
"x-undocumented": "Experimental partner building blocks."
|
|
39888
39900
|
}
|
|
39889
39901
|
},
|
|
39890
39902
|
"/unstable_partner/resources/push": {
|