@seamapi/types 1.317.0 → 1.318.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 +19 -25
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +69 -27
- package/lib/seam/connect/models/acs/acs-encoder.d.ts +0 -10
- package/lib/seam/connect/models/acs/acs-encoder.js +0 -4
- package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +5 -0
- package/lib/seam/connect/models/acs/acs-system.d.ts +34 -0
- package/lib/seam/connect/models/acs/acs-system.js +4 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.d.ts +6 -6
- package/lib/seam/connect/models/acs/acs-user.js +1 -0
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +3 -0
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +1 -0
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +37 -7
- package/lib/seam/connect/openapi.js +8 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +16 -9
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +0 -6
- package/src/lib/seam/connect/models/acs/acs-system.ts +4 -0
- package/src/lib/seam/connect/models/acs/acs-user.ts +1 -0
- package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +8 -15
- package/src/lib/seam/connect/route-types.ts +16 -9
|
@@ -215,7 +215,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
215
215
|
display_name: z.ZodString;
|
|
216
216
|
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user"]>>;
|
|
217
217
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
218
|
-
is_suspended: z.ZodBoolean
|
|
218
|
+
is_suspended: z.ZodOptional<z.ZodBoolean>;
|
|
219
219
|
access_schedule: z.ZodOptional<z.ZodObject<{
|
|
220
220
|
starts_at: z.ZodString;
|
|
221
221
|
ends_at: z.ZodNullable<z.ZodString>;
|
|
@@ -369,7 +369,6 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
369
369
|
is_managed: true;
|
|
370
370
|
acs_system_id: string;
|
|
371
371
|
acs_user_id: string;
|
|
372
|
-
is_suspended: boolean;
|
|
373
372
|
email?: string | undefined;
|
|
374
373
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | undefined;
|
|
375
374
|
external_type_display_name?: string | undefined;
|
|
@@ -380,6 +379,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
380
379
|
email_address?: string | undefined;
|
|
381
380
|
phone_number?: string | undefined;
|
|
382
381
|
hid_acs_system_id?: string | undefined;
|
|
382
|
+
is_suspended?: boolean | undefined;
|
|
383
383
|
access_schedule?: {
|
|
384
384
|
starts_at: string;
|
|
385
385
|
ends_at: string | null;
|
|
@@ -424,7 +424,6 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
424
424
|
is_managed: true;
|
|
425
425
|
acs_system_id: string;
|
|
426
426
|
acs_user_id: string;
|
|
427
|
-
is_suspended: boolean;
|
|
428
427
|
email?: string | undefined;
|
|
429
428
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | undefined;
|
|
430
429
|
external_type_display_name?: string | undefined;
|
|
@@ -435,6 +434,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
435
434
|
email_address?: string | undefined;
|
|
436
435
|
phone_number?: string | undefined;
|
|
437
436
|
hid_acs_system_id?: string | undefined;
|
|
437
|
+
is_suspended?: boolean | undefined;
|
|
438
438
|
access_schedule?: {
|
|
439
439
|
starts_at: string;
|
|
440
440
|
ends_at: string | null;
|
|
@@ -452,7 +452,7 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
452
452
|
display_name: z.ZodString;
|
|
453
453
|
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user"]>>;
|
|
454
454
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
455
|
-
is_suspended: z.ZodBoolean
|
|
455
|
+
is_suspended: z.ZodOptional<z.ZodBoolean>;
|
|
456
456
|
access_schedule: z.ZodOptional<z.ZodObject<{
|
|
457
457
|
starts_at: z.ZodString;
|
|
458
458
|
ends_at: z.ZodNullable<z.ZodString>;
|
|
@@ -606,7 +606,6 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
606
606
|
is_managed: false;
|
|
607
607
|
acs_system_id: string;
|
|
608
608
|
acs_user_id: string;
|
|
609
|
-
is_suspended: boolean;
|
|
610
609
|
email?: string | undefined;
|
|
611
610
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | undefined;
|
|
612
611
|
external_type_display_name?: string | undefined;
|
|
@@ -617,6 +616,7 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
617
616
|
email_address?: string | undefined;
|
|
618
617
|
phone_number?: string | undefined;
|
|
619
618
|
hid_acs_system_id?: string | undefined;
|
|
619
|
+
is_suspended?: boolean | undefined;
|
|
620
620
|
access_schedule?: {
|
|
621
621
|
starts_at: string;
|
|
622
622
|
ends_at: string | null;
|
|
@@ -661,7 +661,6 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
661
661
|
is_managed: false;
|
|
662
662
|
acs_system_id: string;
|
|
663
663
|
acs_user_id: string;
|
|
664
|
-
is_suspended: boolean;
|
|
665
664
|
email?: string | undefined;
|
|
666
665
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | undefined;
|
|
667
666
|
external_type_display_name?: string | undefined;
|
|
@@ -672,6 +671,7 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
672
671
|
email_address?: string | undefined;
|
|
673
672
|
phone_number?: string | undefined;
|
|
674
673
|
hid_acs_system_id?: string | undefined;
|
|
674
|
+
is_suspended?: boolean | undefined;
|
|
675
675
|
access_schedule?: {
|
|
676
676
|
starts_at: string;
|
|
677
677
|
ends_at: string | null;
|
|
@@ -130,6 +130,7 @@ const common_acs_user = z
|
|
|
130
130
|
.describe('Display name that corresponds to the brand-specific terminology for the `acs_user` type.'),
|
|
131
131
|
is_suspended: z
|
|
132
132
|
.boolean()
|
|
133
|
+
.optional()
|
|
133
134
|
.describe('Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users).'),
|
|
134
135
|
access_schedule: schedule
|
|
135
136
|
.optional()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-user.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-user.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"acs-user.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-user.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,13 +3,16 @@ export declare const acs_entrance_dormakaba_community_metadata: z.ZodObject<{
|
|
|
3
3
|
access_point_name: z.ZodString;
|
|
4
4
|
common_area_number: z.ZodOptional<z.ZodNumber>;
|
|
5
5
|
inner_access_points_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6
|
+
lease_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6
7
|
}, "strip", z.ZodTypeAny, {
|
|
7
8
|
access_point_name: string;
|
|
8
9
|
common_area_number?: number | undefined;
|
|
9
10
|
inner_access_points_names?: string[] | undefined;
|
|
11
|
+
lease_ids?: string[] | undefined;
|
|
10
12
|
}, {
|
|
11
13
|
access_point_name: string;
|
|
12
14
|
common_area_number?: number | undefined;
|
|
13
15
|
inner_access_points_names?: string[] | undefined;
|
|
16
|
+
lease_ids?: string[] | undefined;
|
|
14
17
|
}>;
|
|
15
18
|
export type AcsEntranceDormakabaCommunityMetadata = z.infer<typeof acs_entrance_dormakaba_community_metadata>;
|
|
@@ -3,5 +3,6 @@ export const acs_entrance_dormakaba_community_metadata = z.object({
|
|
|
3
3
|
access_point_name: z.string(),
|
|
4
4
|
common_area_number: z.number().optional(),
|
|
5
5
|
inner_access_points_names: z.array(z.string()).optional(),
|
|
6
|
+
lease_ids: z.array(z.string()).optional(),
|
|
6
7
|
});
|
|
7
8
|
//# sourceMappingURL=dormakaba-community.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dormakaba-community.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yCAAyC,GAAG,CAAC,CAAC,MAAM,CAAC;IAChE,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC7B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,yBAAyB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;
|
|
1
|
+
{"version":3,"file":"dormakaba-community.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yCAAyC,GAAG,CAAC,CAAC,MAAM,CAAC;IAChE,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC7B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,yBAAyB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACzD,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAA"}
|
|
@@ -543,6 +543,12 @@ declare const _default: {
|
|
|
543
543
|
};
|
|
544
544
|
type: string;
|
|
545
545
|
};
|
|
546
|
+
lease_ids: {
|
|
547
|
+
items: {
|
|
548
|
+
type: string;
|
|
549
|
+
};
|
|
550
|
+
type: string;
|
|
551
|
+
};
|
|
546
552
|
};
|
|
547
553
|
required: string[];
|
|
548
554
|
type: string;
|
|
@@ -824,7 +830,7 @@ declare const _default: {
|
|
|
824
830
|
description: string;
|
|
825
831
|
items: {
|
|
826
832
|
description: string;
|
|
827
|
-
oneOf: {
|
|
833
|
+
oneOf: ({
|
|
828
834
|
properties: {
|
|
829
835
|
created_at: {
|
|
830
836
|
description: string;
|
|
@@ -840,10 +846,37 @@ declare const _default: {
|
|
|
840
846
|
enum: string[];
|
|
841
847
|
type: string;
|
|
842
848
|
};
|
|
849
|
+
misconfigured_acs_entrance_ids?: never;
|
|
843
850
|
};
|
|
844
851
|
required: string[];
|
|
845
852
|
type: string;
|
|
846
|
-
}
|
|
853
|
+
} | {
|
|
854
|
+
properties: {
|
|
855
|
+
created_at: {
|
|
856
|
+
description: string;
|
|
857
|
+
format: string;
|
|
858
|
+
type: string;
|
|
859
|
+
};
|
|
860
|
+
message: {
|
|
861
|
+
description: string;
|
|
862
|
+
type: string;
|
|
863
|
+
};
|
|
864
|
+
misconfigured_acs_entrance_ids: {
|
|
865
|
+
items: {
|
|
866
|
+
format: string;
|
|
867
|
+
type: string;
|
|
868
|
+
};
|
|
869
|
+
type: string;
|
|
870
|
+
};
|
|
871
|
+
warning_code: {
|
|
872
|
+
description: string;
|
|
873
|
+
enum: string[];
|
|
874
|
+
type: string;
|
|
875
|
+
};
|
|
876
|
+
};
|
|
877
|
+
required: string[];
|
|
878
|
+
type: string;
|
|
879
|
+
})[];
|
|
847
880
|
};
|
|
848
881
|
type: string;
|
|
849
882
|
};
|
|
@@ -11806,11 +11839,6 @@ declare const _default: {
|
|
|
11806
11839
|
items: {
|
|
11807
11840
|
description: string;
|
|
11808
11841
|
properties: {
|
|
11809
|
-
_event_id: {
|
|
11810
|
-
description: string;
|
|
11811
|
-
format: string;
|
|
11812
|
-
type: string;
|
|
11813
|
-
};
|
|
11814
11842
|
created_at: {
|
|
11815
11843
|
description: string;
|
|
11816
11844
|
format: string;
|
|
@@ -22437,6 +22465,7 @@ declare const _default: {
|
|
|
22437
22465
|
tags: string[];
|
|
22438
22466
|
'x-fern-ignore': boolean;
|
|
22439
22467
|
'x-response-key': null;
|
|
22468
|
+
'x-title': string;
|
|
22440
22469
|
};
|
|
22441
22470
|
post: {
|
|
22442
22471
|
operationId: string;
|
|
@@ -22521,6 +22550,7 @@ declare const _default: {
|
|
|
22521
22550
|
'x-fern-sdk-group-name': string[];
|
|
22522
22551
|
'x-fern-sdk-method-name': string;
|
|
22523
22552
|
'x-response-key': null;
|
|
22553
|
+
'x-title': string;
|
|
22524
22554
|
};
|
|
22525
22555
|
};
|
|
22526
22556
|
'/webhooks/create': {
|
|
@@ -584,6 +584,7 @@ export default {
|
|
|
584
584
|
items: { type: 'string' },
|
|
585
585
|
type: 'array',
|
|
586
586
|
},
|
|
587
|
+
lease_ids: { items: { type: 'string' }, type: 'array' },
|
|
587
588
|
},
|
|
588
589
|
required: ['access_point_name'],
|
|
589
590
|
type: 'object',
|
|
@@ -992,6 +993,10 @@ export default {
|
|
|
992
993
|
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
993
994
|
type: 'string',
|
|
994
995
|
},
|
|
996
|
+
misconfigured_acs_entrance_ids: {
|
|
997
|
+
items: { format: 'uuid', type: 'string' },
|
|
998
|
+
type: 'array',
|
|
999
|
+
},
|
|
995
1000
|
warning_code: {
|
|
996
1001
|
description: 'Indicates the ACS system time zone could not be determined because the reported physical location does not match the time zone configured on the physical ACS entrances.',
|
|
997
1002
|
enum: ['time_zone_does_not_match_location'],
|
|
@@ -1289,7 +1294,6 @@ export default {
|
|
|
1289
1294
|
'workspace_id',
|
|
1290
1295
|
'created_at',
|
|
1291
1296
|
'display_name',
|
|
1292
|
-
'is_suspended',
|
|
1293
1297
|
'warnings',
|
|
1294
1298
|
'errors',
|
|
1295
1299
|
'is_managed',
|
|
@@ -13858,11 +13862,6 @@ export default {
|
|
|
13858
13862
|
items: {
|
|
13859
13863
|
description: 'Error associated with the `acs_encoder`.',
|
|
13860
13864
|
properties: {
|
|
13861
|
-
_event_id: {
|
|
13862
|
-
description: 'ID of the event that was created when the `acs_encoder` was removed.',
|
|
13863
|
-
format: 'uuid',
|
|
13864
|
-
type: 'string',
|
|
13865
|
-
},
|
|
13866
13865
|
created_at: {
|
|
13867
13866
|
description: 'Date and time at which Seam created the error.',
|
|
13868
13867
|
format: 'date-time',
|
|
@@ -13878,12 +13877,7 @@ export default {
|
|
|
13878
13877
|
type: 'string',
|
|
13879
13878
|
},
|
|
13880
13879
|
},
|
|
13881
|
-
required: [
|
|
13882
|
-
'created_at',
|
|
13883
|
-
'message',
|
|
13884
|
-
'error_code',
|
|
13885
|
-
'_event_id',
|
|
13886
|
-
],
|
|
13880
|
+
required: ['created_at', 'message', 'error_code'],
|
|
13887
13881
|
type: 'object',
|
|
13888
13882
|
},
|
|
13889
13883
|
type: 'array',
|
|
@@ -15556,7 +15550,6 @@ export default {
|
|
|
15556
15550
|
'workspace_id',
|
|
15557
15551
|
'created_at',
|
|
15558
15552
|
'display_name',
|
|
15559
|
-
'is_suspended',
|
|
15560
15553
|
'warnings',
|
|
15561
15554
|
'errors',
|
|
15562
15555
|
'is_managed',
|
|
@@ -15916,7 +15909,6 @@ export default {
|
|
|
15916
15909
|
'workspace_id',
|
|
15917
15910
|
'created_at',
|
|
15918
15911
|
'display_name',
|
|
15919
|
-
'is_suspended',
|
|
15920
15912
|
'warnings',
|
|
15921
15913
|
'errors',
|
|
15922
15914
|
'is_managed',
|
|
@@ -23060,6 +23052,7 @@ export default {
|
|
|
23060
23052
|
tags: ['/user_identities'],
|
|
23061
23053
|
'x-fern-ignore': true,
|
|
23062
23054
|
'x-response-key': null,
|
|
23055
|
+
'x-title': 'Update a User Identity',
|
|
23063
23056
|
},
|
|
23064
23057
|
post: {
|
|
23065
23058
|
operationId: 'userIdentitiesUpdatePost',
|
|
@@ -23124,6 +23117,7 @@ export default {
|
|
|
23124
23117
|
'x-fern-sdk-group-name': ['user_identities'],
|
|
23125
23118
|
'x-fern-sdk-method-name': 'update',
|
|
23126
23119
|
'x-response-key': null,
|
|
23120
|
+
'x-title': 'Update a User Identity',
|
|
23127
23121
|
},
|
|
23128
23122
|
},
|
|
23129
23123
|
'/webhooks/create': {
|