@seamapi/types 1.792.0 → 1.794.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 +337 -40
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1351 -90
- package/dist/index.cjs +337 -40
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +236 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js +4 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/pending-mutations.d.ts +48 -0
- package/lib/seam/connect/models/access-codes/pending-mutations.js +20 -3
- package/lib/seam/connect/models/access-codes/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +46 -46
- package/lib/seam/connect/models/access-grants/access-method.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +4 -4
- package/lib/seam/connect/models/batch.d.ts +378 -60
- package/lib/seam/connect/openapi.d.ts +210 -0
- package/lib/seam/connect/openapi.js +223 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +497 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +6 -0
- package/src/lib/seam/connect/models/access-codes/pending-mutations.ts +21 -3
- package/src/lib/seam/connect/openapi.ts +240 -2
- package/src/lib/seam/connect/route-types.ts +539 -0
|
@@ -647,7 +647,6 @@ export declare const access_method: z.ZodObject<{
|
|
|
647
647
|
warning_code: "pulled_backup_access_code";
|
|
648
648
|
original_access_method_id?: string | undefined;
|
|
649
649
|
})[];
|
|
650
|
-
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
651
650
|
pending_mutations: ({
|
|
652
651
|
message: string;
|
|
653
652
|
created_at: string;
|
|
@@ -681,6 +680,7 @@ export declare const access_method: z.ZodObject<{
|
|
|
681
680
|
ends_at: string | null;
|
|
682
681
|
};
|
|
683
682
|
})[];
|
|
683
|
+
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
684
684
|
access_method_id: string;
|
|
685
685
|
issued_at: string | null;
|
|
686
686
|
is_issued: boolean;
|
|
@@ -708,7 +708,6 @@ export declare const access_method: z.ZodObject<{
|
|
|
708
708
|
warning_code: "pulled_backup_access_code";
|
|
709
709
|
original_access_method_id?: string | undefined;
|
|
710
710
|
})[];
|
|
711
|
-
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
712
711
|
pending_mutations: ({
|
|
713
712
|
message: string;
|
|
714
713
|
created_at: string;
|
|
@@ -742,6 +741,7 @@ export declare const access_method: z.ZodObject<{
|
|
|
742
741
|
ends_at: string | null;
|
|
743
742
|
};
|
|
744
743
|
})[];
|
|
744
|
+
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
745
745
|
access_method_id: string;
|
|
746
746
|
issued_at: string | null;
|
|
747
747
|
is_issued: boolean;
|
|
@@ -956,7 +956,6 @@ export declare const unmanaged_access_method: z.ZodObject<Omit<{
|
|
|
956
956
|
warning_code: "pulled_backup_access_code";
|
|
957
957
|
original_access_method_id?: string | undefined;
|
|
958
958
|
})[];
|
|
959
|
-
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
960
959
|
pending_mutations: ({
|
|
961
960
|
message: string;
|
|
962
961
|
created_at: string;
|
|
@@ -990,6 +989,7 @@ export declare const unmanaged_access_method: z.ZodObject<Omit<{
|
|
|
990
989
|
ends_at: string | null;
|
|
991
990
|
};
|
|
992
991
|
})[];
|
|
992
|
+
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
993
993
|
access_method_id: string;
|
|
994
994
|
issued_at: string | null;
|
|
995
995
|
is_issued: boolean;
|
|
@@ -1014,7 +1014,6 @@ export declare const unmanaged_access_method: z.ZodObject<Omit<{
|
|
|
1014
1014
|
warning_code: "pulled_backup_access_code";
|
|
1015
1015
|
original_access_method_id?: string | undefined;
|
|
1016
1016
|
})[];
|
|
1017
|
-
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
1018
1017
|
pending_mutations: ({
|
|
1019
1018
|
message: string;
|
|
1020
1019
|
created_at: string;
|
|
@@ -1048,6 +1047,7 @@ export declare const unmanaged_access_method: z.ZodObject<Omit<{
|
|
|
1048
1047
|
ends_at: string | null;
|
|
1049
1048
|
};
|
|
1050
1049
|
})[];
|
|
1050
|
+
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
1051
1051
|
access_method_id: string;
|
|
1052
1052
|
issued_at: string | null;
|
|
1053
1053
|
is_issued: boolean;
|
|
@@ -807,7 +807,6 @@ export declare const acs_user: z.ZodObject<{
|
|
|
807
807
|
acs_system_id: string;
|
|
808
808
|
last_successful_sync_at: string | null;
|
|
809
809
|
email?: string | undefined;
|
|
810
|
-
user_identity_id?: string | undefined;
|
|
811
810
|
pending_mutations?: ({
|
|
812
811
|
message: string;
|
|
813
812
|
created_at: string;
|
|
@@ -874,6 +873,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
874
873
|
variant: "removing" | "adding";
|
|
875
874
|
acs_access_group_id: string;
|
|
876
875
|
})[] | undefined;
|
|
876
|
+
user_identity_id?: string | undefined;
|
|
877
877
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
878
878
|
external_type_display_name?: string | undefined;
|
|
879
879
|
access_schedule?: {
|
|
@@ -944,7 +944,6 @@ export declare const acs_user: z.ZodObject<{
|
|
|
944
944
|
acs_system_id: string;
|
|
945
945
|
last_successful_sync_at: string | null;
|
|
946
946
|
email?: string | undefined;
|
|
947
|
-
user_identity_id?: string | undefined;
|
|
948
947
|
pending_mutations?: ({
|
|
949
948
|
message: string;
|
|
950
949
|
created_at: string;
|
|
@@ -1011,6 +1010,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
1011
1010
|
variant: "removing" | "adding";
|
|
1012
1011
|
acs_access_group_id: string;
|
|
1013
1012
|
})[] | undefined;
|
|
1013
|
+
user_identity_id?: string | undefined;
|
|
1014
1014
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
1015
1015
|
external_type_display_name?: string | undefined;
|
|
1016
1016
|
access_schedule?: {
|
|
@@ -1505,7 +1505,6 @@ export declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
1505
1505
|
acs_system_id: string;
|
|
1506
1506
|
last_successful_sync_at: string | null;
|
|
1507
1507
|
email?: string | undefined;
|
|
1508
|
-
user_identity_id?: string | undefined;
|
|
1509
1508
|
pending_mutations?: ({
|
|
1510
1509
|
message: string;
|
|
1511
1510
|
created_at: string;
|
|
@@ -1572,6 +1571,7 @@ export declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
1572
1571
|
variant: "removing" | "adding";
|
|
1573
1572
|
acs_access_group_id: string;
|
|
1574
1573
|
})[] | undefined;
|
|
1574
|
+
user_identity_id?: string | undefined;
|
|
1575
1575
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
1576
1576
|
external_type_display_name?: string | undefined;
|
|
1577
1577
|
access_schedule?: {
|
|
@@ -1642,7 +1642,6 @@ export declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
1642
1642
|
acs_system_id: string;
|
|
1643
1643
|
last_successful_sync_at: string | null;
|
|
1644
1644
|
email?: string | undefined;
|
|
1645
|
-
user_identity_id?: string | undefined;
|
|
1646
1645
|
pending_mutations?: ({
|
|
1647
1646
|
message: string;
|
|
1648
1647
|
created_at: string;
|
|
@@ -1709,6 +1708,7 @@ export declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
1709
1708
|
variant: "removing" | "adding";
|
|
1710
1709
|
acs_access_group_id: string;
|
|
1711
1710
|
})[] | undefined;
|
|
1711
|
+
user_identity_id?: string | undefined;
|
|
1712
1712
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
1713
1713
|
external_type_display_name?: string | undefined;
|
|
1714
1714
|
access_schedule?: {
|