@seamapi/types 1.1043.0 → 1.1044.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/lib/seam/connect/models/access-grants/access-grant.js +2 -2
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
- package/lib/seam/connect/openapi.js +1 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +9 -9
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +2 -2
- package/src/lib/seam/connect/openapi.ts +1 -1
- package/src/lib/seam/connect/route-types.ts +9 -9
|
@@ -11896,7 +11896,7 @@ export type Routes = {
|
|
|
11896
11896
|
starts_at: string;
|
|
11897
11897
|
/** Date and time at which the Access Grant ends. */
|
|
11898
11898
|
ends_at: string | null;
|
|
11899
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
11899
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
11900
11900
|
display_status: string;
|
|
11901
11901
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
11902
11902
|
warnings: ({
|
|
@@ -12108,7 +12108,7 @@ export type Routes = {
|
|
|
12108
12108
|
starts_at: string;
|
|
12109
12109
|
/** Date and time at which the Access Grant ends. */
|
|
12110
12110
|
ends_at: string | null;
|
|
12111
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
12111
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
12112
12112
|
display_status: string;
|
|
12113
12113
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
12114
12114
|
warnings: ({
|
|
@@ -14773,7 +14773,7 @@ export type Routes = {
|
|
|
14773
14773
|
starts_at: string;
|
|
14774
14774
|
/** Date and time at which the Access Grant ends. */
|
|
14775
14775
|
ends_at: string | null;
|
|
14776
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
14776
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
14777
14777
|
display_status: string;
|
|
14778
14778
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
14779
14779
|
warnings: ({
|
|
@@ -14987,7 +14987,7 @@ export type Routes = {
|
|
|
14987
14987
|
starts_at: string;
|
|
14988
14988
|
/** Date and time at which the Access Grant ends. */
|
|
14989
14989
|
ends_at: string | null;
|
|
14990
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
14990
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
14991
14991
|
display_status: string;
|
|
14992
14992
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
14993
14993
|
warnings: ({
|
|
@@ -21118,7 +21118,7 @@ export type Routes = {
|
|
|
21118
21118
|
starts_at: string;
|
|
21119
21119
|
/** Date and time at which the Access Grant ends. */
|
|
21120
21120
|
ends_at: string | null;
|
|
21121
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
21121
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
21122
21122
|
display_status: string;
|
|
21123
21123
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
21124
21124
|
warnings: ({
|
|
@@ -80101,7 +80101,7 @@ export type Routes = {
|
|
|
80101
80101
|
starts_at: string;
|
|
80102
80102
|
/** Date and time at which the Access Grant ends. */
|
|
80103
80103
|
ends_at: string | null;
|
|
80104
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
80104
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
80105
80105
|
display_status: string;
|
|
80106
80106
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
80107
80107
|
warnings: ({
|
|
@@ -86989,7 +86989,7 @@ export type Routes = {
|
|
|
86989
86989
|
starts_at: string;
|
|
86990
86990
|
/** Date and time at which the Access Grant ends. */
|
|
86991
86991
|
ends_at: string | null;
|
|
86992
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
86992
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
86993
86993
|
display_status: string;
|
|
86994
86994
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
86995
86995
|
warnings: ({
|
|
@@ -87492,7 +87492,7 @@ export type Routes = {
|
|
|
87492
87492
|
starts_at: string;
|
|
87493
87493
|
/** Date and time at which the Access Grant ends. */
|
|
87494
87494
|
ends_at: string | null;
|
|
87495
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
87495
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
87496
87496
|
display_status: string;
|
|
87497
87497
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
87498
87498
|
warnings: ({
|
|
@@ -122632,7 +122632,7 @@ export type Routes = {
|
|
|
122632
122632
|
starts_at: string;
|
|
122633
122633
|
/** Date and time at which the Access Grant ends. */
|
|
122634
122634
|
ends_at: string | null;
|
|
122635
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
122635
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
122636
122636
|
display_status: string;
|
|
122637
122637
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
122638
122638
|
warnings: ({
|
package/package.json
CHANGED
|
@@ -283,7 +283,7 @@ export const access_grant = z.object({
|
|
|
283
283
|
display_status: z
|
|
284
284
|
.string()
|
|
285
285
|
.describe(
|
|
286
|
-
"Human-readable sentence answering whether the user can currently get in, for example `
|
|
286
|
+
"Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields.",
|
|
287
287
|
),
|
|
288
288
|
warnings: z
|
|
289
289
|
.array(access_grant_warning)
|
|
@@ -326,7 +326,7 @@ export const unmanaged_access_grant = access_grant
|
|
|
326
326
|
access_grant_key: true,
|
|
327
327
|
user_identity_id: true,
|
|
328
328
|
// Seam does not provision these grants, so it has no basis for saying
|
|
329
|
-
// whether access works —
|
|
329
|
+
// whether access works — any verdict would be a claim about another system.
|
|
330
330
|
display_status: true,
|
|
331
331
|
})
|
|
332
332
|
.extend({
|
|
@@ -1821,7 +1821,7 @@ const openapi: OpenAPISpec = {
|
|
|
1821
1821
|
},
|
|
1822
1822
|
display_status: {
|
|
1823
1823
|
description:
|
|
1824
|
-
"Human-readable sentence answering whether the user can currently get in, for example `
|
|
1824
|
+
"Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields.",
|
|
1825
1825
|
type: 'string',
|
|
1826
1826
|
},
|
|
1827
1827
|
ends_at: {
|
|
@@ -13627,7 +13627,7 @@ export type Routes = {
|
|
|
13627
13627
|
starts_at: string
|
|
13628
13628
|
/** Date and time at which the Access Grant ends. */
|
|
13629
13629
|
ends_at: string | null
|
|
13630
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
13630
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
13631
13631
|
display_status: string
|
|
13632
13632
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
13633
13633
|
warnings: (
|
|
@@ -13857,7 +13857,7 @@ export type Routes = {
|
|
|
13857
13857
|
starts_at: string
|
|
13858
13858
|
/** Date and time at which the Access Grant ends. */
|
|
13859
13859
|
ends_at: string | null
|
|
13860
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
13860
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
13861
13861
|
display_status: string
|
|
13862
13862
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
13863
13863
|
warnings: (
|
|
@@ -17204,7 +17204,7 @@ export type Routes = {
|
|
|
17204
17204
|
starts_at: string
|
|
17205
17205
|
/** Date and time at which the Access Grant ends. */
|
|
17206
17206
|
ends_at: string | null
|
|
17207
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
17207
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
17208
17208
|
display_status: string
|
|
17209
17209
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
17210
17210
|
warnings: (
|
|
@@ -17434,7 +17434,7 @@ export type Routes = {
|
|
|
17434
17434
|
starts_at: string
|
|
17435
17435
|
/** Date and time at which the Access Grant ends. */
|
|
17436
17436
|
ends_at: string | null
|
|
17437
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
17437
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
17438
17438
|
display_status: string
|
|
17439
17439
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
17440
17440
|
warnings: (
|
|
@@ -24750,7 +24750,7 @@ export type Routes = {
|
|
|
24750
24750
|
starts_at: string
|
|
24751
24751
|
/** Date and time at which the Access Grant ends. */
|
|
24752
24752
|
ends_at: string | null
|
|
24753
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
24753
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
24754
24754
|
display_status: string
|
|
24755
24755
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
24756
24756
|
warnings: (
|
|
@@ -96226,7 +96226,7 @@ export type Routes = {
|
|
|
96226
96226
|
starts_at: string
|
|
96227
96227
|
/** Date and time at which the Access Grant ends. */
|
|
96228
96228
|
ends_at: string | null
|
|
96229
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
96229
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
96230
96230
|
display_status: string
|
|
96231
96231
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
96232
96232
|
warnings: (
|
|
@@ -104368,7 +104368,7 @@ export type Routes = {
|
|
|
104368
104368
|
starts_at: string
|
|
104369
104369
|
/** Date and time at which the Access Grant ends. */
|
|
104370
104370
|
ends_at: string | null
|
|
104371
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
104371
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
104372
104372
|
display_status: string
|
|
104373
104373
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
104374
104374
|
warnings: (
|
|
@@ -104927,7 +104927,7 @@ export type Routes = {
|
|
|
104927
104927
|
starts_at: string
|
|
104928
104928
|
/** Date and time at which the Access Grant ends. */
|
|
104929
104929
|
ends_at: string | null
|
|
104930
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
104930
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
104931
104931
|
display_status: string
|
|
104932
104932
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
104933
104933
|
warnings: (
|
|
@@ -146911,7 +146911,7 @@ export type Routes = {
|
|
|
146911
146911
|
starts_at: string
|
|
146912
146912
|
/** Date and time at which the Access Grant ends. */
|
|
146913
146913
|
ends_at: string | null
|
|
146914
|
-
/** Human-readable sentence answering whether the user can currently get in, for example `
|
|
146914
|
+
/** Human-readable sentence answering whether the user can currently get in, for example `Active`, `Awaiting issuance`, or `Upcoming`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `starts_at`, `ends_at`, `errors`, and the access methods' own fields. */
|
|
146915
146915
|
display_status: string
|
|
146916
146916
|
/** Warnings associated with the [access grant](https://docs.seam.co/use-cases/granting-access). */
|
|
146917
146917
|
warnings: (
|