@seamapi/types 1.537.0 → 1.539.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 +5 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -1
- package/dist/index.cjs +5 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +3 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +3 -1
- package/src/lib/seam/connect/route-types.ts +1 -1
|
@@ -41643,14 +41643,22 @@ declare const _default: {
|
|
|
41643
41643
|
pat_with_workspace: never[];
|
|
41644
41644
|
console_session_with_workspace?: never;
|
|
41645
41645
|
api_key?: never;
|
|
41646
|
+
client_session_with_customer?: never;
|
|
41646
41647
|
} | {
|
|
41647
41648
|
console_session_with_workspace: never[];
|
|
41648
41649
|
pat_with_workspace?: never;
|
|
41649
41650
|
api_key?: never;
|
|
41651
|
+
client_session_with_customer?: never;
|
|
41650
41652
|
} | {
|
|
41651
41653
|
api_key: never[];
|
|
41652
41654
|
pat_with_workspace?: never;
|
|
41653
41655
|
console_session_with_workspace?: never;
|
|
41656
|
+
client_session_with_customer?: never;
|
|
41657
|
+
} | {
|
|
41658
|
+
client_session_with_customer: never[];
|
|
41659
|
+
pat_with_workspace?: never;
|
|
41660
|
+
console_session_with_workspace?: never;
|
|
41661
|
+
api_key?: never;
|
|
41654
41662
|
})[];
|
|
41655
41663
|
summary: string;
|
|
41656
41664
|
tags: never[];
|
|
@@ -41725,14 +41733,22 @@ declare const _default: {
|
|
|
41725
41733
|
pat_with_workspace: never[];
|
|
41726
41734
|
console_session_with_workspace?: never;
|
|
41727
41735
|
api_key?: never;
|
|
41736
|
+
client_session_with_customer?: never;
|
|
41728
41737
|
} | {
|
|
41729
41738
|
console_session_with_workspace: never[];
|
|
41730
41739
|
pat_with_workspace?: never;
|
|
41731
41740
|
api_key?: never;
|
|
41741
|
+
client_session_with_customer?: never;
|
|
41732
41742
|
} | {
|
|
41733
41743
|
api_key: never[];
|
|
41734
41744
|
pat_with_workspace?: never;
|
|
41735
41745
|
console_session_with_workspace?: never;
|
|
41746
|
+
client_session_with_customer?: never;
|
|
41747
|
+
} | {
|
|
41748
|
+
client_session_with_customer: never[];
|
|
41749
|
+
pat_with_workspace?: never;
|
|
41750
|
+
console_session_with_workspace?: never;
|
|
41751
|
+
api_key?: never;
|
|
41736
41752
|
})[];
|
|
41737
41753
|
summary: string;
|
|
41738
41754
|
tags: never[];
|
|
@@ -28759,7 +28759,7 @@ export default {
|
|
|
28759
28759
|
type: 'string',
|
|
28760
28760
|
},
|
|
28761
28761
|
search: {
|
|
28762
|
-
description: 'String for which to search. Filters returned credentials to include all records that satisfy a partial match using `code`, `card_number`, `acs_user_id` or `acs_credential_id`.',
|
|
28762
|
+
description: 'String for which to search. Filters returned credentials to include all records that satisfy a partial match using `display_name`, `code`, `card_number`, `acs_user_id` or `acs_credential_id`.',
|
|
28763
28763
|
minLength: 1,
|
|
28764
28764
|
type: 'string',
|
|
28765
28765
|
},
|
|
@@ -46924,6 +46924,7 @@ export default {
|
|
|
46924
46924
|
{ pat_with_workspace: [] },
|
|
46925
46925
|
{ console_session_with_workspace: [] },
|
|
46926
46926
|
{ api_key: [] },
|
|
46927
|
+
{ client_session_with_customer: [] },
|
|
46927
46928
|
],
|
|
46928
46929
|
summary: '/spaces/get',
|
|
46929
46930
|
tags: [],
|
|
@@ -46991,6 +46992,7 @@ export default {
|
|
|
46991
46992
|
{ pat_with_workspace: [] },
|
|
46992
46993
|
{ console_session_with_workspace: [] },
|
|
46993
46994
|
{ api_key: [] },
|
|
46995
|
+
{ client_session_with_customer: [] },
|
|
46994
46996
|
],
|
|
46995
46997
|
summary: '/spaces/get',
|
|
46996
46998
|
tags: [],
|