@seamapi/types 1.751.0 → 1.753.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 +76 -53
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +193 -149
- package/dist/index.cjs +76 -53
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-method.d.ts +6 -0
- package/lib/seam/connect/models/access-grants/access-method.js +4 -0
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +42 -42
- package/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.d.ts +37 -37
- package/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.js +9 -9
- package/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +63 -58
- package/lib/seam/connect/openapi.d.ts +20 -0
- package/lib/seam/connect/openapi.js +62 -42
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +65 -49
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-method.ts +6 -0
- package/src/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.ts +14 -14
- package/src/lib/seam/connect/openapi.ts +73 -48
- package/src/lib/seam/connect/route-types.ts +72 -56
|
@@ -6457,6 +6457,19 @@ export declare const batch: z.ZodObject<{
|
|
|
6457
6457
|
}>, z.ZodObject<{
|
|
6458
6458
|
created_at: z.ZodString;
|
|
6459
6459
|
message: z.ZodString;
|
|
6460
|
+
} & {
|
|
6461
|
+
mutation_code: z.ZodLiteral<"deferring_deletion">;
|
|
6462
|
+
}, "strip", z.ZodTypeAny, {
|
|
6463
|
+
message: string;
|
|
6464
|
+
created_at: string;
|
|
6465
|
+
mutation_code: "deferring_deletion";
|
|
6466
|
+
}, {
|
|
6467
|
+
message: string;
|
|
6468
|
+
created_at: string;
|
|
6469
|
+
mutation_code: "deferring_deletion";
|
|
6470
|
+
}>, z.ZodObject<{
|
|
6471
|
+
created_at: z.ZodString;
|
|
6472
|
+
message: z.ZodString;
|
|
6460
6473
|
} & {
|
|
6461
6474
|
mutation_code: z.ZodLiteral<"updating_group_information">;
|
|
6462
6475
|
from: z.ZodObject<{
|
|
@@ -6639,19 +6652,6 @@ export declare const batch: z.ZodObject<{
|
|
|
6639
6652
|
mutation_code: "deferring_user_membership_update";
|
|
6640
6653
|
acs_user_id: string;
|
|
6641
6654
|
variant: "removing" | "adding";
|
|
6642
|
-
}>, z.ZodObject<{
|
|
6643
|
-
created_at: z.ZodString;
|
|
6644
|
-
message: z.ZodString;
|
|
6645
|
-
} & {
|
|
6646
|
-
mutation_code: z.ZodLiteral<"deferring_deletion">;
|
|
6647
|
-
}, "strip", z.ZodTypeAny, {
|
|
6648
|
-
message: string;
|
|
6649
|
-
created_at: string;
|
|
6650
|
-
mutation_code: "deferring_deletion";
|
|
6651
|
-
}, {
|
|
6652
|
-
message: string;
|
|
6653
|
-
created_at: string;
|
|
6654
|
-
mutation_code: "deferring_deletion";
|
|
6655
6655
|
}>]>, "many">;
|
|
6656
6656
|
} & {
|
|
6657
6657
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -6724,13 +6724,13 @@ export declare const batch: z.ZodObject<{
|
|
|
6724
6724
|
} | {
|
|
6725
6725
|
message: string;
|
|
6726
6726
|
created_at: string;
|
|
6727
|
-
mutation_code: "
|
|
6728
|
-
acs_user_id: string;
|
|
6729
|
-
variant: "removing" | "adding";
|
|
6727
|
+
mutation_code: "deferring_deletion";
|
|
6730
6728
|
} | {
|
|
6731
6729
|
message: string;
|
|
6732
6730
|
created_at: string;
|
|
6733
|
-
mutation_code: "
|
|
6731
|
+
mutation_code: "deferring_user_membership_update";
|
|
6732
|
+
acs_user_id: string;
|
|
6733
|
+
variant: "removing" | "adding";
|
|
6734
6734
|
})[];
|
|
6735
6735
|
acs_access_group_id: string;
|
|
6736
6736
|
acs_system_id: string;
|
|
@@ -6811,13 +6811,13 @@ export declare const batch: z.ZodObject<{
|
|
|
6811
6811
|
} | {
|
|
6812
6812
|
message: string;
|
|
6813
6813
|
created_at: string;
|
|
6814
|
-
mutation_code: "
|
|
6815
|
-
acs_user_id: string;
|
|
6816
|
-
variant: "removing" | "adding";
|
|
6814
|
+
mutation_code: "deferring_deletion";
|
|
6817
6815
|
} | {
|
|
6818
6816
|
message: string;
|
|
6819
6817
|
created_at: string;
|
|
6820
|
-
mutation_code: "
|
|
6818
|
+
mutation_code: "deferring_user_membership_update";
|
|
6819
|
+
acs_user_id: string;
|
|
6820
|
+
variant: "removing" | "adding";
|
|
6821
6821
|
})[];
|
|
6822
6822
|
acs_access_group_id: string;
|
|
6823
6823
|
acs_system_id: string;
|
|
@@ -12150,6 +12150,19 @@ export declare const batch: z.ZodObject<{
|
|
|
12150
12150
|
}>, z.ZodObject<{
|
|
12151
12151
|
created_at: z.ZodString;
|
|
12152
12152
|
message: z.ZodString;
|
|
12153
|
+
} & {
|
|
12154
|
+
mutation_code: z.ZodLiteral<"deferring_deletion">;
|
|
12155
|
+
}, "strip", z.ZodTypeAny, {
|
|
12156
|
+
message: string;
|
|
12157
|
+
created_at: string;
|
|
12158
|
+
mutation_code: "deferring_deletion";
|
|
12159
|
+
}, {
|
|
12160
|
+
message: string;
|
|
12161
|
+
created_at: string;
|
|
12162
|
+
mutation_code: "deferring_deletion";
|
|
12163
|
+
}>, z.ZodObject<{
|
|
12164
|
+
created_at: z.ZodString;
|
|
12165
|
+
message: z.ZodString;
|
|
12153
12166
|
} & {
|
|
12154
12167
|
mutation_code: z.ZodLiteral<"updating_group_information">;
|
|
12155
12168
|
from: z.ZodObject<{
|
|
@@ -12332,19 +12345,6 @@ export declare const batch: z.ZodObject<{
|
|
|
12332
12345
|
mutation_code: "deferring_user_membership_update";
|
|
12333
12346
|
acs_user_id: string;
|
|
12334
12347
|
variant: "removing" | "adding";
|
|
12335
|
-
}>, z.ZodObject<{
|
|
12336
|
-
created_at: z.ZodString;
|
|
12337
|
-
message: z.ZodString;
|
|
12338
|
-
} & {
|
|
12339
|
-
mutation_code: z.ZodLiteral<"deferring_deletion">;
|
|
12340
|
-
}, "strip", z.ZodTypeAny, {
|
|
12341
|
-
message: string;
|
|
12342
|
-
created_at: string;
|
|
12343
|
-
mutation_code: "deferring_deletion";
|
|
12344
|
-
}, {
|
|
12345
|
-
message: string;
|
|
12346
|
-
created_at: string;
|
|
12347
|
-
mutation_code: "deferring_deletion";
|
|
12348
12348
|
}>]>, "many">;
|
|
12349
12349
|
} & {
|
|
12350
12350
|
is_managed: z.ZodLiteral<false>;
|
|
@@ -12417,13 +12417,13 @@ export declare const batch: z.ZodObject<{
|
|
|
12417
12417
|
} | {
|
|
12418
12418
|
message: string;
|
|
12419
12419
|
created_at: string;
|
|
12420
|
-
mutation_code: "
|
|
12421
|
-
acs_user_id: string;
|
|
12422
|
-
variant: "removing" | "adding";
|
|
12420
|
+
mutation_code: "deferring_deletion";
|
|
12423
12421
|
} | {
|
|
12424
12422
|
message: string;
|
|
12425
12423
|
created_at: string;
|
|
12426
|
-
mutation_code: "
|
|
12424
|
+
mutation_code: "deferring_user_membership_update";
|
|
12425
|
+
acs_user_id: string;
|
|
12426
|
+
variant: "removing" | "adding";
|
|
12427
12427
|
})[];
|
|
12428
12428
|
acs_access_group_id: string;
|
|
12429
12429
|
acs_system_id: string;
|
|
@@ -12504,13 +12504,13 @@ export declare const batch: z.ZodObject<{
|
|
|
12504
12504
|
} | {
|
|
12505
12505
|
message: string;
|
|
12506
12506
|
created_at: string;
|
|
12507
|
-
mutation_code: "
|
|
12508
|
-
acs_user_id: string;
|
|
12509
|
-
variant: "removing" | "adding";
|
|
12507
|
+
mutation_code: "deferring_deletion";
|
|
12510
12508
|
} | {
|
|
12511
12509
|
message: string;
|
|
12512
12510
|
created_at: string;
|
|
12513
|
-
mutation_code: "
|
|
12511
|
+
mutation_code: "deferring_user_membership_update";
|
|
12512
|
+
acs_user_id: string;
|
|
12513
|
+
variant: "removing" | "adding";
|
|
12514
12514
|
})[];
|
|
12515
12515
|
acs_access_group_id: string;
|
|
12516
12516
|
acs_system_id: string;
|
|
@@ -16298,6 +16298,7 @@ export declare const batch: z.ZodObject<{
|
|
|
16298
16298
|
instant_key_url: z.ZodOptional<z.ZodString>;
|
|
16299
16299
|
client_session_token: z.ZodOptional<z.ZodString>;
|
|
16300
16300
|
is_encoding_required: z.ZodOptional<z.ZodBoolean>;
|
|
16301
|
+
is_ready_for_encoding: z.ZodOptional<z.ZodBoolean>;
|
|
16301
16302
|
code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16302
16303
|
warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
|
|
16303
16304
|
created_at: z.ZodString;
|
|
@@ -16531,6 +16532,7 @@ export declare const batch: z.ZodObject<{
|
|
|
16531
16532
|
instant_key_url?: string | undefined;
|
|
16532
16533
|
customization_profile_id?: string | undefined;
|
|
16533
16534
|
is_encoding_required?: boolean | undefined;
|
|
16535
|
+
is_ready_for_encoding?: boolean | undefined;
|
|
16534
16536
|
}, {
|
|
16535
16537
|
display_name: string;
|
|
16536
16538
|
workspace_id: string;
|
|
@@ -16591,6 +16593,7 @@ export declare const batch: z.ZodObject<{
|
|
|
16591
16593
|
instant_key_url?: string | undefined;
|
|
16592
16594
|
customization_profile_id?: string | undefined;
|
|
16593
16595
|
is_encoding_required?: boolean | undefined;
|
|
16596
|
+
is_ready_for_encoding?: boolean | undefined;
|
|
16594
16597
|
}>, "many">>;
|
|
16595
16598
|
access_grants: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
16596
16599
|
workspace_id: z.ZodString;
|
|
@@ -26310,13 +26313,13 @@ export declare const batch: z.ZodObject<{
|
|
|
26310
26313
|
} | {
|
|
26311
26314
|
message: string;
|
|
26312
26315
|
created_at: string;
|
|
26313
|
-
mutation_code: "
|
|
26314
|
-
acs_user_id: string;
|
|
26315
|
-
variant: "removing" | "adding";
|
|
26316
|
+
mutation_code: "deferring_deletion";
|
|
26316
26317
|
} | {
|
|
26317
26318
|
message: string;
|
|
26318
26319
|
created_at: string;
|
|
26319
|
-
mutation_code: "
|
|
26320
|
+
mutation_code: "deferring_user_membership_update";
|
|
26321
|
+
acs_user_id: string;
|
|
26322
|
+
variant: "removing" | "adding";
|
|
26320
26323
|
})[];
|
|
26321
26324
|
acs_access_group_id: string;
|
|
26322
26325
|
acs_system_id: string;
|
|
@@ -27439,13 +27442,13 @@ export declare const batch: z.ZodObject<{
|
|
|
27439
27442
|
} | {
|
|
27440
27443
|
message: string;
|
|
27441
27444
|
created_at: string;
|
|
27442
|
-
mutation_code: "
|
|
27443
|
-
acs_user_id: string;
|
|
27444
|
-
variant: "removing" | "adding";
|
|
27445
|
+
mutation_code: "deferring_deletion";
|
|
27445
27446
|
} | {
|
|
27446
27447
|
message: string;
|
|
27447
27448
|
created_at: string;
|
|
27448
|
-
mutation_code: "
|
|
27449
|
+
mutation_code: "deferring_user_membership_update";
|
|
27450
|
+
acs_user_id: string;
|
|
27451
|
+
variant: "removing" | "adding";
|
|
27449
27452
|
})[];
|
|
27450
27453
|
acs_access_group_id: string;
|
|
27451
27454
|
acs_system_id: string;
|
|
@@ -27793,6 +27796,7 @@ export declare const batch: z.ZodObject<{
|
|
|
27793
27796
|
instant_key_url?: string | undefined;
|
|
27794
27797
|
customization_profile_id?: string | undefined;
|
|
27795
27798
|
is_encoding_required?: boolean | undefined;
|
|
27799
|
+
is_ready_for_encoding?: boolean | undefined;
|
|
27796
27800
|
}[] | undefined;
|
|
27797
27801
|
access_grants?: {
|
|
27798
27802
|
name: string | null;
|
|
@@ -31113,13 +31117,13 @@ export declare const batch: z.ZodObject<{
|
|
|
31113
31117
|
} | {
|
|
31114
31118
|
message: string;
|
|
31115
31119
|
created_at: string;
|
|
31116
|
-
mutation_code: "
|
|
31117
|
-
acs_user_id: string;
|
|
31118
|
-
variant: "removing" | "adding";
|
|
31120
|
+
mutation_code: "deferring_deletion";
|
|
31119
31121
|
} | {
|
|
31120
31122
|
message: string;
|
|
31121
31123
|
created_at: string;
|
|
31122
|
-
mutation_code: "
|
|
31124
|
+
mutation_code: "deferring_user_membership_update";
|
|
31125
|
+
acs_user_id: string;
|
|
31126
|
+
variant: "removing" | "adding";
|
|
31123
31127
|
})[];
|
|
31124
31128
|
acs_access_group_id: string;
|
|
31125
31129
|
acs_system_id: string;
|
|
@@ -32242,13 +32246,13 @@ export declare const batch: z.ZodObject<{
|
|
|
32242
32246
|
} | {
|
|
32243
32247
|
message: string;
|
|
32244
32248
|
created_at: string;
|
|
32245
|
-
mutation_code: "
|
|
32246
|
-
acs_user_id: string;
|
|
32247
|
-
variant: "removing" | "adding";
|
|
32249
|
+
mutation_code: "deferring_deletion";
|
|
32248
32250
|
} | {
|
|
32249
32251
|
message: string;
|
|
32250
32252
|
created_at: string;
|
|
32251
|
-
mutation_code: "
|
|
32253
|
+
mutation_code: "deferring_user_membership_update";
|
|
32254
|
+
acs_user_id: string;
|
|
32255
|
+
variant: "removing" | "adding";
|
|
32252
32256
|
})[];
|
|
32253
32257
|
acs_access_group_id: string;
|
|
32254
32258
|
acs_system_id: string;
|
|
@@ -32596,6 +32600,7 @@ export declare const batch: z.ZodObject<{
|
|
|
32596
32600
|
instant_key_url?: string | undefined;
|
|
32597
32601
|
customization_profile_id?: string | undefined;
|
|
32598
32602
|
is_encoding_required?: boolean | undefined;
|
|
32603
|
+
is_ready_for_encoding?: boolean | undefined;
|
|
32599
32604
|
}[] | undefined;
|
|
32600
32605
|
access_grants?: {
|
|
32601
32606
|
name: string | null;
|
|
@@ -899,6 +899,10 @@ declare const _default: {
|
|
|
899
899
|
description: string;
|
|
900
900
|
type: string;
|
|
901
901
|
};
|
|
902
|
+
is_ready_for_encoding: {
|
|
903
|
+
description: string;
|
|
904
|
+
type: string;
|
|
905
|
+
};
|
|
902
906
|
issued_at: {
|
|
903
907
|
description: string;
|
|
904
908
|
format: string;
|
|
@@ -27026,6 +27030,10 @@ declare const _default: {
|
|
|
27026
27030
|
description: string;
|
|
27027
27031
|
type: string;
|
|
27028
27032
|
};
|
|
27033
|
+
is_ready_for_encoding: {
|
|
27034
|
+
description: string;
|
|
27035
|
+
type: string;
|
|
27036
|
+
};
|
|
27029
27037
|
issued_at: {
|
|
27030
27038
|
description: string;
|
|
27031
27039
|
format: string;
|
|
@@ -27325,6 +27333,10 @@ declare const _default: {
|
|
|
27325
27333
|
description: string;
|
|
27326
27334
|
type: string;
|
|
27327
27335
|
};
|
|
27336
|
+
is_ready_for_encoding: {
|
|
27337
|
+
description: string;
|
|
27338
|
+
type: string;
|
|
27339
|
+
};
|
|
27328
27340
|
issued_at: {
|
|
27329
27341
|
description: string;
|
|
27330
27342
|
format: string;
|
|
@@ -27620,6 +27632,10 @@ declare const _default: {
|
|
|
27620
27632
|
description: string;
|
|
27621
27633
|
type: string;
|
|
27622
27634
|
};
|
|
27635
|
+
is_ready_for_encoding: {
|
|
27636
|
+
description: string;
|
|
27637
|
+
type: string;
|
|
27638
|
+
};
|
|
27623
27639
|
issued_at: {
|
|
27624
27640
|
description: string;
|
|
27625
27641
|
format: string;
|
|
@@ -27937,6 +27953,10 @@ declare const _default: {
|
|
|
27937
27953
|
description: string;
|
|
27938
27954
|
type: string;
|
|
27939
27955
|
};
|
|
27956
|
+
is_ready_for_encoding: {
|
|
27957
|
+
description: string;
|
|
27958
|
+
type: string;
|
|
27959
|
+
};
|
|
27940
27960
|
issued_at: {
|
|
27941
27961
|
description: string;
|
|
27942
27962
|
format: string;
|
|
@@ -2083,6 +2083,10 @@ export default {
|
|
|
2083
2083
|
description: 'Indicates whether the access method has been issued.',
|
|
2084
2084
|
type: 'boolean',
|
|
2085
2085
|
},
|
|
2086
|
+
is_ready_for_encoding: {
|
|
2087
|
+
description: 'Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.',
|
|
2088
|
+
type: 'boolean',
|
|
2089
|
+
},
|
|
2086
2090
|
issued_at: {
|
|
2087
2091
|
description: 'Date and time at which the access method was issued.',
|
|
2088
2092
|
format: 'date-time',
|
|
@@ -2496,6 +2500,27 @@ export default {
|
|
|
2496
2500
|
required: ['created_at', 'message', 'mutation_code'],
|
|
2497
2501
|
type: 'object',
|
|
2498
2502
|
},
|
|
2503
|
+
{
|
|
2504
|
+
description: 'This access group is scheduled for automatic deletion when its access window expires.',
|
|
2505
|
+
properties: {
|
|
2506
|
+
created_at: {
|
|
2507
|
+
description: 'Date and time at which the mutation was created.',
|
|
2508
|
+
format: 'date-time',
|
|
2509
|
+
type: 'string',
|
|
2510
|
+
},
|
|
2511
|
+
message: {
|
|
2512
|
+
description: 'Detailed description of the mutation.',
|
|
2513
|
+
type: 'string',
|
|
2514
|
+
},
|
|
2515
|
+
mutation_code: {
|
|
2516
|
+
description: 'Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires.',
|
|
2517
|
+
enum: ['deferring_deletion'],
|
|
2518
|
+
type: 'string',
|
|
2519
|
+
},
|
|
2520
|
+
},
|
|
2521
|
+
required: ['created_at', 'message', 'mutation_code'],
|
|
2522
|
+
type: 'object',
|
|
2523
|
+
},
|
|
2499
2524
|
{
|
|
2500
2525
|
description: 'Seam is in the process of pushing an access group information update to the integrated access system.',
|
|
2501
2526
|
properties: {
|
|
@@ -2753,27 +2778,6 @@ export default {
|
|
|
2753
2778
|
],
|
|
2754
2779
|
type: 'object',
|
|
2755
2780
|
},
|
|
2756
|
-
{
|
|
2757
|
-
description: 'This access group is scheduled for automatic deletion when its access window expires.',
|
|
2758
|
-
properties: {
|
|
2759
|
-
created_at: {
|
|
2760
|
-
description: 'Date and time at which the mutation was created.',
|
|
2761
|
-
format: 'date-time',
|
|
2762
|
-
type: 'string',
|
|
2763
|
-
},
|
|
2764
|
-
message: {
|
|
2765
|
-
description: 'Detailed description of the mutation.',
|
|
2766
|
-
type: 'string',
|
|
2767
|
-
},
|
|
2768
|
-
mutation_code: {
|
|
2769
|
-
description: 'Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes.',
|
|
2770
|
-
enum: ['deferring_deletion'],
|
|
2771
|
-
type: 'string',
|
|
2772
|
-
},
|
|
2773
|
-
},
|
|
2774
|
-
required: ['created_at', 'message', 'mutation_code'],
|
|
2775
|
-
type: 'object',
|
|
2776
|
-
},
|
|
2777
2781
|
],
|
|
2778
2782
|
},
|
|
2779
2783
|
type: 'array',
|
|
@@ -24431,6 +24435,27 @@ export default {
|
|
|
24431
24435
|
required: ['created_at', 'message', 'mutation_code'],
|
|
24432
24436
|
type: 'object',
|
|
24433
24437
|
},
|
|
24438
|
+
{
|
|
24439
|
+
description: 'This access group is scheduled for automatic deletion when its access window expires.',
|
|
24440
|
+
properties: {
|
|
24441
|
+
created_at: {
|
|
24442
|
+
description: 'Date and time at which the mutation was created.',
|
|
24443
|
+
format: 'date-time',
|
|
24444
|
+
type: 'string',
|
|
24445
|
+
},
|
|
24446
|
+
message: {
|
|
24447
|
+
description: 'Detailed description of the mutation.',
|
|
24448
|
+
type: 'string',
|
|
24449
|
+
},
|
|
24450
|
+
mutation_code: {
|
|
24451
|
+
description: 'Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires.',
|
|
24452
|
+
enum: ['deferring_deletion'],
|
|
24453
|
+
type: 'string',
|
|
24454
|
+
},
|
|
24455
|
+
},
|
|
24456
|
+
required: ['created_at', 'message', 'mutation_code'],
|
|
24457
|
+
type: 'object',
|
|
24458
|
+
},
|
|
24434
24459
|
{
|
|
24435
24460
|
description: 'Seam is in the process of pushing an access group information update to the integrated access system.',
|
|
24436
24461
|
properties: {
|
|
@@ -24688,27 +24713,6 @@ export default {
|
|
|
24688
24713
|
],
|
|
24689
24714
|
type: 'object',
|
|
24690
24715
|
},
|
|
24691
|
-
{
|
|
24692
|
-
description: 'This access group is scheduled for automatic deletion when its access window expires.',
|
|
24693
|
-
properties: {
|
|
24694
|
-
created_at: {
|
|
24695
|
-
description: 'Date and time at which the mutation was created.',
|
|
24696
|
-
format: 'date-time',
|
|
24697
|
-
type: 'string',
|
|
24698
|
-
},
|
|
24699
|
-
message: {
|
|
24700
|
-
description: 'Detailed description of the mutation.',
|
|
24701
|
-
type: 'string',
|
|
24702
|
-
},
|
|
24703
|
-
mutation_code: {
|
|
24704
|
-
description: 'Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes.',
|
|
24705
|
-
enum: ['deferring_deletion'],
|
|
24706
|
-
type: 'string',
|
|
24707
|
-
},
|
|
24708
|
-
},
|
|
24709
|
-
required: ['created_at', 'message', 'mutation_code'],
|
|
24710
|
-
type: 'object',
|
|
24711
|
-
},
|
|
24712
24716
|
],
|
|
24713
24717
|
},
|
|
24714
24718
|
type: 'array',
|
|
@@ -34592,6 +34596,10 @@ export default {
|
|
|
34592
34596
|
description: 'Indicates whether the access method has been issued.',
|
|
34593
34597
|
type: 'boolean',
|
|
34594
34598
|
},
|
|
34599
|
+
is_ready_for_encoding: {
|
|
34600
|
+
description: 'Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.',
|
|
34601
|
+
type: 'boolean',
|
|
34602
|
+
},
|
|
34595
34603
|
issued_at: {
|
|
34596
34604
|
description: 'Date and time at which the access method was issued.',
|
|
34597
34605
|
format: 'date-time',
|
|
@@ -34984,6 +34992,10 @@ export default {
|
|
|
34984
34992
|
description: 'Indicates whether the access method has been issued.',
|
|
34985
34993
|
type: 'boolean',
|
|
34986
34994
|
},
|
|
34995
|
+
is_ready_for_encoding: {
|
|
34996
|
+
description: 'Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.',
|
|
34997
|
+
type: 'boolean',
|
|
34998
|
+
},
|
|
34987
34999
|
issued_at: {
|
|
34988
35000
|
description: 'Date and time at which the access method was issued.',
|
|
34989
35001
|
format: 'date-time',
|
|
@@ -35404,6 +35416,10 @@ export default {
|
|
|
35404
35416
|
description: 'Indicates whether the access method has been issued.',
|
|
35405
35417
|
type: 'boolean',
|
|
35406
35418
|
},
|
|
35419
|
+
is_ready_for_encoding: {
|
|
35420
|
+
description: 'Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.',
|
|
35421
|
+
type: 'boolean',
|
|
35422
|
+
},
|
|
35407
35423
|
issued_at: {
|
|
35408
35424
|
description: 'Date and time at which the access method was issued.',
|
|
35409
35425
|
format: 'date-time',
|
|
@@ -35814,6 +35830,10 @@ export default {
|
|
|
35814
35830
|
description: 'Indicates whether the access method has been issued.',
|
|
35815
35831
|
type: 'boolean',
|
|
35816
35832
|
},
|
|
35833
|
+
is_ready_for_encoding: {
|
|
35834
|
+
description: 'Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.',
|
|
35835
|
+
type: 'boolean',
|
|
35836
|
+
},
|
|
35817
35837
|
issued_at: {
|
|
35818
35838
|
description: 'Date and time at which the access method was issued.',
|
|
35819
35839
|
format: 'date-time',
|