@seamapi/types 1.406.2 → 1.406.3
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 +19 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +89 -0
- package/lib/seam/connect/openapi.d.ts +89 -0
- package/lib/seam/connect/openapi.js +11 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +11 -0
package/package.json
CHANGED
|
@@ -23466,6 +23466,7 @@ export default {
|
|
|
23466
23466
|
description:
|
|
23467
23467
|
"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).",
|
|
23468
23468
|
type: 'boolean',
|
|
23469
|
+
'x-undocumented': 'Not used. Will be deprecated.',
|
|
23469
23470
|
},
|
|
23470
23471
|
},
|
|
23471
23472
|
type: 'object',
|
|
@@ -27792,6 +27793,7 @@ export default {
|
|
|
27792
27793
|
},
|
|
27793
27794
|
security: [
|
|
27794
27795
|
{ client_session: [] },
|
|
27796
|
+
{ customer_client_session: [] },
|
|
27795
27797
|
{ pat_with_workspace: [] },
|
|
27796
27798
|
{ console_session_with_workspace: [] },
|
|
27797
27799
|
{ api_key: [] },
|
|
@@ -27928,6 +27930,7 @@ export default {
|
|
|
27928
27930
|
{ api_key: [] },
|
|
27929
27931
|
{ pat_with_workspace: [] },
|
|
27930
27932
|
{ console_session_with_workspace: [] },
|
|
27933
|
+
{ customer_client_session: [] },
|
|
27931
27934
|
],
|
|
27932
27935
|
summary: '/connected_accounts/delete',
|
|
27933
27936
|
tags: ['/connected_accounts'],
|
|
@@ -28086,6 +28089,7 @@ export default {
|
|
|
28086
28089
|
{ api_key: [] },
|
|
28087
28090
|
{ pat_with_workspace: [] },
|
|
28088
28091
|
{ console_session_with_workspace: [] },
|
|
28092
|
+
{ customer_client_session: [] },
|
|
28089
28093
|
],
|
|
28090
28094
|
summary: '/connected_accounts/list',
|
|
28091
28095
|
tags: ['/connected_accounts'],
|
|
@@ -28323,6 +28327,7 @@ export default {
|
|
|
28323
28327
|
},
|
|
28324
28328
|
security: [
|
|
28325
28329
|
{ client_session: [] },
|
|
28330
|
+
{ customer_client_session: [] },
|
|
28326
28331
|
{ pat_with_workspace: [] },
|
|
28327
28332
|
{ console_session_with_workspace: [] },
|
|
28328
28333
|
{ api_key: [] },
|
|
@@ -28659,6 +28664,7 @@ export default {
|
|
|
28659
28664
|
401: { description: 'Unauthorized' },
|
|
28660
28665
|
},
|
|
28661
28666
|
security: [
|
|
28667
|
+
{ customer_client_session: [] },
|
|
28662
28668
|
{ client_session: [] },
|
|
28663
28669
|
{ pat_with_workspace: [] },
|
|
28664
28670
|
{ console_session_with_workspace: [] },
|
|
@@ -29960,6 +29966,7 @@ export default {
|
|
|
29960
29966
|
{ api_key: [] },
|
|
29961
29967
|
{ pat_with_workspace: [] },
|
|
29962
29968
|
{ console_session_with_workspace: [] },
|
|
29969
|
+
{ customer_client_session: [] },
|
|
29963
29970
|
],
|
|
29964
29971
|
summary: '/events/list',
|
|
29965
29972
|
tags: ['/events'],
|
|
@@ -35742,6 +35749,7 @@ export default {
|
|
|
35742
35749
|
{ pat_with_workspace: [] },
|
|
35743
35750
|
{ console_session_with_workspace: [] },
|
|
35744
35751
|
{ api_key: [] },
|
|
35752
|
+
{ customer_client_session: [] },
|
|
35745
35753
|
],
|
|
35746
35754
|
summary: '/unstable_access_grants/create',
|
|
35747
35755
|
tags: [],
|
|
@@ -35794,6 +35802,7 @@ export default {
|
|
|
35794
35802
|
{ pat_with_workspace: [] },
|
|
35795
35803
|
{ console_session_with_workspace: [] },
|
|
35796
35804
|
{ api_key: [] },
|
|
35805
|
+
{ customer_client_session: [] },
|
|
35797
35806
|
],
|
|
35798
35807
|
summary: '/unstable_access_grants/delete',
|
|
35799
35808
|
tags: [],
|
|
@@ -35942,6 +35951,7 @@ export default {
|
|
|
35942
35951
|
{ pat_with_workspace: [] },
|
|
35943
35952
|
{ console_session_with_workspace: [] },
|
|
35944
35953
|
{ api_key: [] },
|
|
35954
|
+
{ customer_client_session: [] },
|
|
35945
35955
|
],
|
|
35946
35956
|
summary: '/unstable_access_grants/get',
|
|
35947
35957
|
tags: [],
|
|
@@ -36112,6 +36122,7 @@ export default {
|
|
|
36112
36122
|
{ pat_with_workspace: [] },
|
|
36113
36123
|
{ console_session_with_workspace: [] },
|
|
36114
36124
|
{ api_key: [] },
|
|
36125
|
+
{ customer_client_session: [] },
|
|
36115
36126
|
],
|
|
36116
36127
|
summary: '/unstable_access_grants/list',
|
|
36117
36128
|
tags: [],
|