@seamapi/types 1.414.1 → 1.414.2
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 +1 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/models/phones/phone-session.js +1 -1
- package/lib/seam/connect/models/phones/phone-session.js.map +1 -1
- package/lib/seam/connect/openapi.js +1 -0
- 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/models/phones/phone-session.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -0
- package/src/lib/seam/connect/route-types.ts +1 -1
|
@@ -41989,7 +41989,7 @@ export interface Routes {
|
|
|
41989
41989
|
endpoint_id?: string | undefined;
|
|
41990
41990
|
} | undefined;
|
|
41991
41991
|
is_managed: true;
|
|
41992
|
-
acs_credential_id
|
|
41992
|
+
acs_credential_id: string | null;
|
|
41993
41993
|
acs_entrances: Array<{
|
|
41994
41994
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
41995
41995
|
acs_system_id: string;
|
package/package.json
CHANGED
|
@@ -17206,6 +17206,7 @@ export default {
|
|
|
17206
17206
|
'errors',
|
|
17207
17207
|
'warnings',
|
|
17208
17208
|
'is_managed',
|
|
17209
|
+
'acs_credential_id',
|
|
17209
17210
|
'acs_entrances',
|
|
17210
17211
|
],
|
|
17211
17212
|
type: 'object',
|
|
@@ -49465,7 +49465,7 @@ export interface Routes {
|
|
|
49465
49465
|
}
|
|
49466
49466
|
| undefined
|
|
49467
49467
|
is_managed: true
|
|
49468
|
-
acs_credential_id
|
|
49468
|
+
acs_credential_id: string | null
|
|
49469
49469
|
acs_entrances: Array<{
|
|
49470
49470
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
49471
49471
|
acs_system_id: string
|