@seamapi/types 1.261.0 → 1.261.1
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 +16 -16
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +48 -48
- package/lib/seam/connect/models/acs/acs-credential.d.ts +12 -12
- package/lib/seam/connect/models/acs/acs-credential.js +2 -2
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +18 -18
- package/lib/seam/connect/openapi.js +14 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +18 -18
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -2
- package/src/lib/seam/connect/openapi.ts +14 -14
- package/src/lib/seam/connect/route-types.ts +18 -18
package/dist/connect.d.cts
CHANGED
|
@@ -395,8 +395,8 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
395
395
|
display_name: z.ZodString;
|
|
396
396
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
397
397
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
398
|
-
|
|
399
|
-
|
|
398
|
+
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
399
|
+
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
400
400
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
401
401
|
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
402
402
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
@@ -492,8 +492,8 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
492
492
|
acs_credential_pool_id?: string | undefined;
|
|
493
493
|
parent_acs_credential_id?: string | undefined;
|
|
494
494
|
card_number?: string | null | undefined;
|
|
495
|
-
|
|
496
|
-
|
|
495
|
+
is_issued?: boolean | undefined;
|
|
496
|
+
issued_at?: string | null | undefined;
|
|
497
497
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
498
498
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
499
499
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
@@ -532,8 +532,8 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
532
532
|
acs_credential_pool_id?: string | undefined;
|
|
533
533
|
parent_acs_credential_id?: string | undefined;
|
|
534
534
|
card_number?: string | null | undefined;
|
|
535
|
-
|
|
536
|
-
|
|
535
|
+
is_issued?: boolean | undefined;
|
|
536
|
+
issued_at?: string | null | undefined;
|
|
537
537
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
538
538
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
539
539
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
@@ -547,8 +547,8 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
547
547
|
display_name: z.ZodString;
|
|
548
548
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
549
549
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
550
|
-
|
|
551
|
-
|
|
550
|
+
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
551
|
+
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
552
552
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
553
553
|
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
554
554
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
@@ -644,8 +644,8 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
644
644
|
acs_credential_pool_id?: string | undefined;
|
|
645
645
|
parent_acs_credential_id?: string | undefined;
|
|
646
646
|
card_number?: string | null | undefined;
|
|
647
|
-
|
|
648
|
-
|
|
647
|
+
is_issued?: boolean | undefined;
|
|
648
|
+
issued_at?: string | null | undefined;
|
|
649
649
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
650
650
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
651
651
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
@@ -684,8 +684,8 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
684
684
|
acs_credential_pool_id?: string | undefined;
|
|
685
685
|
parent_acs_credential_id?: string | undefined;
|
|
686
686
|
card_number?: string | null | undefined;
|
|
687
|
-
|
|
688
|
-
|
|
687
|
+
is_issued?: boolean | undefined;
|
|
688
|
+
issued_at?: string | null | undefined;
|
|
689
689
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
690
690
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
691
691
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
@@ -10005,11 +10005,6 @@ declare const _default: {
|
|
|
10005
10005
|
minLength: number;
|
|
10006
10006
|
type: string;
|
|
10007
10007
|
};
|
|
10008
|
-
encoded_at: {
|
|
10009
|
-
format: string;
|
|
10010
|
-
nullable: boolean;
|
|
10011
|
-
type: string;
|
|
10012
|
-
};
|
|
10013
10008
|
ends_at: {
|
|
10014
10009
|
type: string;
|
|
10015
10010
|
};
|
|
@@ -10035,7 +10030,7 @@ declare const _default: {
|
|
|
10035
10030
|
external_type_display_name: {
|
|
10036
10031
|
type: string;
|
|
10037
10032
|
};
|
|
10038
|
-
|
|
10033
|
+
is_issued: {
|
|
10039
10034
|
type: string;
|
|
10040
10035
|
};
|
|
10041
10036
|
is_latest_desired_state_synced_with_provider: {
|
|
@@ -10048,6 +10043,11 @@ declare const _default: {
|
|
|
10048
10043
|
is_multi_phone_sync_credential: {
|
|
10049
10044
|
type: string;
|
|
10050
10045
|
};
|
|
10046
|
+
issued_at: {
|
|
10047
|
+
format: string;
|
|
10048
|
+
nullable: boolean;
|
|
10049
|
+
type: string;
|
|
10050
|
+
};
|
|
10051
10051
|
latest_desired_state_synced_with_provider_at: {
|
|
10052
10052
|
format: string;
|
|
10053
10053
|
type: string;
|
|
@@ -17127,11 +17127,6 @@ declare const _default: {
|
|
|
17127
17127
|
minLength: number;
|
|
17128
17128
|
type: string;
|
|
17129
17129
|
};
|
|
17130
|
-
encoded_at: {
|
|
17131
|
-
format: string;
|
|
17132
|
-
nullable: boolean;
|
|
17133
|
-
type: string;
|
|
17134
|
-
};
|
|
17135
17130
|
ends_at: {
|
|
17136
17131
|
type: string;
|
|
17137
17132
|
};
|
|
@@ -17157,7 +17152,7 @@ declare const _default: {
|
|
|
17157
17152
|
external_type_display_name: {
|
|
17158
17153
|
type: string;
|
|
17159
17154
|
};
|
|
17160
|
-
|
|
17155
|
+
is_issued: {
|
|
17161
17156
|
type: string;
|
|
17162
17157
|
};
|
|
17163
17158
|
is_latest_desired_state_synced_with_provider: {
|
|
@@ -17170,6 +17165,11 @@ declare const _default: {
|
|
|
17170
17165
|
is_multi_phone_sync_credential: {
|
|
17171
17166
|
type: string;
|
|
17172
17167
|
};
|
|
17168
|
+
issued_at: {
|
|
17169
|
+
format: string;
|
|
17170
|
+
nullable: boolean;
|
|
17171
|
+
type: string;
|
|
17172
|
+
};
|
|
17173
17173
|
latest_desired_state_synced_with_provider_at: {
|
|
17174
17174
|
format: string;
|
|
17175
17175
|
type: string;
|
|
@@ -17389,11 +17389,6 @@ declare const _default: {
|
|
|
17389
17389
|
minLength: number;
|
|
17390
17390
|
type: string;
|
|
17391
17391
|
};
|
|
17392
|
-
encoded_at: {
|
|
17393
|
-
format: string;
|
|
17394
|
-
nullable: boolean;
|
|
17395
|
-
type: string;
|
|
17396
|
-
};
|
|
17397
17392
|
ends_at: {
|
|
17398
17393
|
type: string;
|
|
17399
17394
|
};
|
|
@@ -17419,7 +17414,7 @@ declare const _default: {
|
|
|
17419
17414
|
external_type_display_name: {
|
|
17420
17415
|
type: string;
|
|
17421
17416
|
};
|
|
17422
|
-
|
|
17417
|
+
is_issued: {
|
|
17423
17418
|
type: string;
|
|
17424
17419
|
};
|
|
17425
17420
|
is_latest_desired_state_synced_with_provider: {
|
|
@@ -17432,6 +17427,11 @@ declare const _default: {
|
|
|
17432
17427
|
is_multi_phone_sync_credential: {
|
|
17433
17428
|
type: string;
|
|
17434
17429
|
};
|
|
17430
|
+
issued_at: {
|
|
17431
|
+
format: string;
|
|
17432
|
+
nullable: boolean;
|
|
17433
|
+
type: string;
|
|
17434
|
+
};
|
|
17435
17435
|
latest_desired_state_synced_with_provider_at: {
|
|
17436
17436
|
format: string;
|
|
17437
17437
|
type: string;
|
|
@@ -31058,8 +31058,8 @@ interface Routes {
|
|
|
31058
31058
|
display_name: string;
|
|
31059
31059
|
code?: (string | undefined) | null;
|
|
31060
31060
|
card_number?: (string | undefined) | null;
|
|
31061
|
-
|
|
31062
|
-
|
|
31061
|
+
is_issued?: boolean | undefined;
|
|
31062
|
+
issued_at?: (string | undefined) | null;
|
|
31063
31063
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31064
31064
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31065
31065
|
external_type_display_name?: string | undefined;
|
|
@@ -31129,8 +31129,8 @@ interface Routes {
|
|
|
31129
31129
|
display_name: string;
|
|
31130
31130
|
code?: (string | undefined) | null;
|
|
31131
31131
|
card_number?: (string | undefined) | null;
|
|
31132
|
-
|
|
31133
|
-
|
|
31132
|
+
is_issued?: boolean | undefined;
|
|
31133
|
+
issued_at?: (string | undefined) | null;
|
|
31134
31134
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31135
31135
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31136
31136
|
external_type_display_name?: string | undefined;
|
|
@@ -31193,8 +31193,8 @@ interface Routes {
|
|
|
31193
31193
|
display_name: string;
|
|
31194
31194
|
code?: (string | undefined) | null;
|
|
31195
31195
|
card_number?: (string | undefined) | null;
|
|
31196
|
-
|
|
31197
|
-
|
|
31196
|
+
is_issued?: boolean | undefined;
|
|
31197
|
+
issued_at?: (string | undefined) | null;
|
|
31198
31198
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31199
31199
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31200
31200
|
external_type_display_name?: string | undefined;
|
|
@@ -31257,8 +31257,8 @@ interface Routes {
|
|
|
31257
31257
|
display_name: string;
|
|
31258
31258
|
code?: (string | undefined) | null;
|
|
31259
31259
|
card_number?: (string | undefined) | null;
|
|
31260
|
-
|
|
31261
|
-
|
|
31260
|
+
is_issued?: boolean | undefined;
|
|
31261
|
+
issued_at?: (string | undefined) | null;
|
|
31262
31262
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31263
31263
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31264
31264
|
external_type_display_name?: string | undefined;
|
|
@@ -31361,8 +31361,8 @@ interface Routes {
|
|
|
31361
31361
|
display_name: string;
|
|
31362
31362
|
code?: (string | undefined) | null;
|
|
31363
31363
|
card_number?: (string | undefined) | null;
|
|
31364
|
-
|
|
31365
|
-
|
|
31364
|
+
is_issued?: boolean | undefined;
|
|
31365
|
+
issued_at?: (string | undefined) | null;
|
|
31366
31366
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31367
31367
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31368
31368
|
external_type_display_name?: string | undefined;
|
|
@@ -31414,8 +31414,8 @@ interface Routes {
|
|
|
31414
31414
|
display_name: string;
|
|
31415
31415
|
code?: (string | undefined) | null;
|
|
31416
31416
|
card_number?: (string | undefined) | null;
|
|
31417
|
-
|
|
31418
|
-
|
|
31417
|
+
is_issued?: boolean | undefined;
|
|
31418
|
+
issued_at?: (string | undefined) | null;
|
|
31419
31419
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31420
31420
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31421
31421
|
external_type_display_name?: string | undefined;
|
|
@@ -31474,8 +31474,8 @@ interface Routes {
|
|
|
31474
31474
|
display_name: string;
|
|
31475
31475
|
code?: (string | undefined) | null;
|
|
31476
31476
|
card_number?: (string | undefined) | null;
|
|
31477
|
-
|
|
31478
|
-
|
|
31477
|
+
is_issued?: boolean | undefined;
|
|
31478
|
+
issued_at?: (string | undefined) | null;
|
|
31479
31479
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31480
31480
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31481
31481
|
external_type_display_name?: string | undefined;
|
|
@@ -31529,8 +31529,8 @@ interface Routes {
|
|
|
31529
31529
|
display_name: string;
|
|
31530
31530
|
code?: (string | undefined) | null;
|
|
31531
31531
|
card_number?: (string | undefined) | null;
|
|
31532
|
-
|
|
31533
|
-
|
|
31532
|
+
is_issued?: boolean | undefined;
|
|
31533
|
+
issued_at?: (string | undefined) | null;
|
|
31534
31534
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31535
31535
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31536
31536
|
external_type_display_name?: string | undefined;
|
|
@@ -33068,8 +33068,8 @@ interface Routes {
|
|
|
33068
33068
|
display_name: string;
|
|
33069
33069
|
code?: (string | undefined) | null;
|
|
33070
33070
|
card_number?: (string | undefined) | null;
|
|
33071
|
-
|
|
33072
|
-
|
|
33071
|
+
is_issued?: boolean | undefined;
|
|
33072
|
+
issued_at?: (string | undefined) | null;
|
|
33073
33073
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
33074
33074
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
33075
33075
|
external_type_display_name?: string | undefined;
|
|
@@ -11,8 +11,8 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11
11
|
display_name: z.ZodString;
|
|
12
12
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13
13
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
15
|
+
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
16
16
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
17
17
|
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
18
18
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
@@ -108,8 +108,8 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
108
108
|
acs_credential_pool_id?: string | undefined;
|
|
109
109
|
parent_acs_credential_id?: string | undefined;
|
|
110
110
|
card_number?: string | null | undefined;
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
is_issued?: boolean | undefined;
|
|
112
|
+
issued_at?: string | null | undefined;
|
|
113
113
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
114
114
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
115
115
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
@@ -148,8 +148,8 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
148
148
|
acs_credential_pool_id?: string | undefined;
|
|
149
149
|
parent_acs_credential_id?: string | undefined;
|
|
150
150
|
card_number?: string | null | undefined;
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
is_issued?: boolean | undefined;
|
|
152
|
+
issued_at?: string | null | undefined;
|
|
153
153
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
154
154
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
155
155
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
@@ -163,8 +163,8 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
163
163
|
display_name: z.ZodString;
|
|
164
164
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
165
165
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
166
|
-
|
|
167
|
-
|
|
166
|
+
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
167
|
+
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
168
168
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
169
169
|
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
170
170
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
@@ -260,8 +260,8 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
260
260
|
acs_credential_pool_id?: string | undefined;
|
|
261
261
|
parent_acs_credential_id?: string | undefined;
|
|
262
262
|
card_number?: string | null | undefined;
|
|
263
|
-
|
|
264
|
-
|
|
263
|
+
is_issued?: boolean | undefined;
|
|
264
|
+
issued_at?: string | null | undefined;
|
|
265
265
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
266
266
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
267
267
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
@@ -300,8 +300,8 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
300
300
|
acs_credential_pool_id?: string | undefined;
|
|
301
301
|
parent_acs_credential_id?: string | undefined;
|
|
302
302
|
card_number?: string | null | undefined;
|
|
303
|
-
|
|
304
|
-
|
|
303
|
+
is_issued?: boolean | undefined;
|
|
304
|
+
issued_at?: string | null | undefined;
|
|
305
305
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
306
306
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
307
307
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
@@ -22,8 +22,8 @@ const common_acs_credential = z.object({
|
|
|
22
22
|
display_name: z.string().min(1),
|
|
23
23
|
code: z.string().optional().nullable(),
|
|
24
24
|
card_number: z.string().optional().nullable(),
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
is_issued: z.boolean().optional(),
|
|
26
|
+
issued_at: z.string().datetime().optional().nullable(),
|
|
27
27
|
access_method: acs_credential_access_method_type,
|
|
28
28
|
external_type: acs_credential_external_type.optional(),
|
|
29
29
|
external_type_display_name: z.string().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,kCAAkC,EAAE,MAAM,qBAAqB,CAAA;AAExE,wEAAwE;AACxE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,IAAI,CAAC;IACjD,UAAU;IACV,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;IACjB,qBAAqB;CACtB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,IAAI,CAAC;IACtD,MAAM;IACN,MAAM;IACN,YAAY;CACb,CAAC,CAAA;AAMF,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACpC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACzC,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACpD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACtD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC7C,
|
|
1
|
+
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"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"}
|
|
@@ -260,11 +260,6 @@ declare const _default: {
|
|
|
260
260
|
minLength: number;
|
|
261
261
|
type: string;
|
|
262
262
|
};
|
|
263
|
-
encoded_at: {
|
|
264
|
-
format: string;
|
|
265
|
-
nullable: boolean;
|
|
266
|
-
type: string;
|
|
267
|
-
};
|
|
268
263
|
ends_at: {
|
|
269
264
|
type: string;
|
|
270
265
|
};
|
|
@@ -290,7 +285,7 @@ declare const _default: {
|
|
|
290
285
|
external_type_display_name: {
|
|
291
286
|
type: string;
|
|
292
287
|
};
|
|
293
|
-
|
|
288
|
+
is_issued: {
|
|
294
289
|
type: string;
|
|
295
290
|
};
|
|
296
291
|
is_latest_desired_state_synced_with_provider: {
|
|
@@ -303,6 +298,11 @@ declare const _default: {
|
|
|
303
298
|
is_multi_phone_sync_credential: {
|
|
304
299
|
type: string;
|
|
305
300
|
};
|
|
301
|
+
issued_at: {
|
|
302
|
+
format: string;
|
|
303
|
+
nullable: boolean;
|
|
304
|
+
type: string;
|
|
305
|
+
};
|
|
306
306
|
latest_desired_state_synced_with_provider_at: {
|
|
307
307
|
format: string;
|
|
308
308
|
type: string;
|
|
@@ -7382,11 +7382,6 @@ declare const _default: {
|
|
|
7382
7382
|
minLength: number;
|
|
7383
7383
|
type: string;
|
|
7384
7384
|
};
|
|
7385
|
-
encoded_at: {
|
|
7386
|
-
format: string;
|
|
7387
|
-
nullable: boolean;
|
|
7388
|
-
type: string;
|
|
7389
|
-
};
|
|
7390
7385
|
ends_at: {
|
|
7391
7386
|
type: string;
|
|
7392
7387
|
};
|
|
@@ -7412,7 +7407,7 @@ declare const _default: {
|
|
|
7412
7407
|
external_type_display_name: {
|
|
7413
7408
|
type: string;
|
|
7414
7409
|
};
|
|
7415
|
-
|
|
7410
|
+
is_issued: {
|
|
7416
7411
|
type: string;
|
|
7417
7412
|
};
|
|
7418
7413
|
is_latest_desired_state_synced_with_provider: {
|
|
@@ -7425,6 +7420,11 @@ declare const _default: {
|
|
|
7425
7420
|
is_multi_phone_sync_credential: {
|
|
7426
7421
|
type: string;
|
|
7427
7422
|
};
|
|
7423
|
+
issued_at: {
|
|
7424
|
+
format: string;
|
|
7425
|
+
nullable: boolean;
|
|
7426
|
+
type: string;
|
|
7427
|
+
};
|
|
7428
7428
|
latest_desired_state_synced_with_provider_at: {
|
|
7429
7429
|
format: string;
|
|
7430
7430
|
type: string;
|
|
@@ -7644,11 +7644,6 @@ declare const _default: {
|
|
|
7644
7644
|
minLength: number;
|
|
7645
7645
|
type: string;
|
|
7646
7646
|
};
|
|
7647
|
-
encoded_at: {
|
|
7648
|
-
format: string;
|
|
7649
|
-
nullable: boolean;
|
|
7650
|
-
type: string;
|
|
7651
|
-
};
|
|
7652
7647
|
ends_at: {
|
|
7653
7648
|
type: string;
|
|
7654
7649
|
};
|
|
@@ -7674,7 +7669,7 @@ declare const _default: {
|
|
|
7674
7669
|
external_type_display_name: {
|
|
7675
7670
|
type: string;
|
|
7676
7671
|
};
|
|
7677
|
-
|
|
7672
|
+
is_issued: {
|
|
7678
7673
|
type: string;
|
|
7679
7674
|
};
|
|
7680
7675
|
is_latest_desired_state_synced_with_provider: {
|
|
@@ -7687,6 +7682,11 @@ declare const _default: {
|
|
|
7687
7682
|
is_multi_phone_sync_credential: {
|
|
7688
7683
|
type: string;
|
|
7689
7684
|
};
|
|
7685
|
+
issued_at: {
|
|
7686
|
+
format: string;
|
|
7687
|
+
nullable: boolean;
|
|
7688
|
+
type: string;
|
|
7689
|
+
};
|
|
7690
7690
|
latest_desired_state_synced_with_provider_at: {
|
|
7691
7691
|
format: string;
|
|
7692
7692
|
type: string;
|
|
@@ -233,7 +233,6 @@ export default {
|
|
|
233
233
|
code: { nullable: true, type: 'string' },
|
|
234
234
|
created_at: { format: 'date-time', type: 'string' },
|
|
235
235
|
display_name: { minLength: 1, type: 'string' },
|
|
236
|
-
encoded_at: { format: 'date-time', nullable: true, type: 'string' },
|
|
237
236
|
ends_at: { type: 'string' },
|
|
238
237
|
errors: {
|
|
239
238
|
items: {
|
|
@@ -257,10 +256,11 @@ export default {
|
|
|
257
256
|
type: 'string',
|
|
258
257
|
},
|
|
259
258
|
external_type_display_name: { type: 'string' },
|
|
260
|
-
|
|
259
|
+
is_issued: { type: 'boolean' },
|
|
261
260
|
is_latest_desired_state_synced_with_provider: { type: 'boolean' },
|
|
262
261
|
is_managed: { enum: [true], type: 'boolean' },
|
|
263
262
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
263
|
+
issued_at: { format: 'date-time', nullable: true, type: 'string' },
|
|
264
264
|
latest_desired_state_synced_with_provider_at: {
|
|
265
265
|
format: 'date-time',
|
|
266
266
|
type: 'string',
|
|
@@ -6925,11 +6925,6 @@ export default {
|
|
|
6925
6925
|
code: { nullable: true, type: 'string' },
|
|
6926
6926
|
created_at: { format: 'date-time', type: 'string' },
|
|
6927
6927
|
display_name: { minLength: 1, type: 'string' },
|
|
6928
|
-
encoded_at: {
|
|
6929
|
-
format: 'date-time',
|
|
6930
|
-
nullable: true,
|
|
6931
|
-
type: 'string',
|
|
6932
|
-
},
|
|
6933
6928
|
ends_at: { type: 'string' },
|
|
6934
6929
|
errors: {
|
|
6935
6930
|
items: {
|
|
@@ -6953,12 +6948,17 @@ export default {
|
|
|
6953
6948
|
type: 'string',
|
|
6954
6949
|
},
|
|
6955
6950
|
external_type_display_name: { type: 'string' },
|
|
6956
|
-
|
|
6951
|
+
is_issued: { type: 'boolean' },
|
|
6957
6952
|
is_latest_desired_state_synced_with_provider: {
|
|
6958
6953
|
type: 'boolean',
|
|
6959
6954
|
},
|
|
6960
6955
|
is_managed: { enum: [false], type: 'boolean' },
|
|
6961
6956
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
6957
|
+
issued_at: {
|
|
6958
|
+
format: 'date-time',
|
|
6959
|
+
nullable: true,
|
|
6960
|
+
type: 'string',
|
|
6961
|
+
},
|
|
6962
6962
|
latest_desired_state_synced_with_provider_at: {
|
|
6963
6963
|
format: 'date-time',
|
|
6964
6964
|
type: 'string',
|
|
@@ -7110,11 +7110,6 @@ export default {
|
|
|
7110
7110
|
code: { nullable: true, type: 'string' },
|
|
7111
7111
|
created_at: { format: 'date-time', type: 'string' },
|
|
7112
7112
|
display_name: { minLength: 1, type: 'string' },
|
|
7113
|
-
encoded_at: {
|
|
7114
|
-
format: 'date-time',
|
|
7115
|
-
nullable: true,
|
|
7116
|
-
type: 'string',
|
|
7117
|
-
},
|
|
7118
7113
|
ends_at: { type: 'string' },
|
|
7119
7114
|
errors: {
|
|
7120
7115
|
items: {
|
|
@@ -7138,12 +7133,17 @@ export default {
|
|
|
7138
7133
|
type: 'string',
|
|
7139
7134
|
},
|
|
7140
7135
|
external_type_display_name: { type: 'string' },
|
|
7141
|
-
|
|
7136
|
+
is_issued: { type: 'boolean' },
|
|
7142
7137
|
is_latest_desired_state_synced_with_provider: {
|
|
7143
7138
|
type: 'boolean',
|
|
7144
7139
|
},
|
|
7145
7140
|
is_managed: { enum: [false], type: 'boolean' },
|
|
7146
7141
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
7142
|
+
issued_at: {
|
|
7143
|
+
format: 'date-time',
|
|
7144
|
+
nullable: true,
|
|
7145
|
+
type: 'string',
|
|
7146
|
+
},
|
|
7147
7147
|
latest_desired_state_synced_with_provider_at: {
|
|
7148
7148
|
format: 'date-time',
|
|
7149
7149
|
type: 'string',
|