@seamapi/types 1.837.0 → 1.839.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 +144 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +434 -0
- package/dist/index.cjs +144 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credentials/pending-mutations.d.ts +101 -0
- package/lib/seam/connect/models/acs/acs-credentials/pending-mutations.js +19 -1
- package/lib/seam/connect/models/acs/acs-credentials/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +118 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.d.ts +101 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +30 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +158 -0
- package/lib/seam/connect/openapi.js +126 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +158 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credentials/pending-mutations.ts +24 -1
- package/src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts +35 -0
- package/src/lib/seam/connect/openapi.ts +134 -0
- package/src/lib/seam/connect/route-types.ts +167 -0
package/dist/connect.d.cts
CHANGED
|
@@ -7424,6 +7424,45 @@ declare const acs_user: z.ZodObject<{
|
|
|
7424
7424
|
mutation_code: "deferring_group_membership_update";
|
|
7425
7425
|
variant: "removing" | "adding";
|
|
7426
7426
|
acs_access_group_id: string;
|
|
7427
|
+
}>, z.ZodObject<{
|
|
7428
|
+
created_at: z.ZodString;
|
|
7429
|
+
message: z.ZodString;
|
|
7430
|
+
} & {
|
|
7431
|
+
mutation_code: z.ZodLiteral<"updating_credential_assignment">;
|
|
7432
|
+
from: z.ZodObject<{
|
|
7433
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
7434
|
+
}, "strip", z.ZodTypeAny, {
|
|
7435
|
+
acs_credential_id: string | null;
|
|
7436
|
+
}, {
|
|
7437
|
+
acs_credential_id: string | null;
|
|
7438
|
+
}>;
|
|
7439
|
+
to: z.ZodObject<{
|
|
7440
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
7441
|
+
}, "strip", z.ZodTypeAny, {
|
|
7442
|
+
acs_credential_id: string | null;
|
|
7443
|
+
}, {
|
|
7444
|
+
acs_credential_id: string | null;
|
|
7445
|
+
}>;
|
|
7446
|
+
}, "strip", z.ZodTypeAny, {
|
|
7447
|
+
message: string;
|
|
7448
|
+
created_at: string;
|
|
7449
|
+
mutation_code: "updating_credential_assignment";
|
|
7450
|
+
from: {
|
|
7451
|
+
acs_credential_id: string | null;
|
|
7452
|
+
};
|
|
7453
|
+
to: {
|
|
7454
|
+
acs_credential_id: string | null;
|
|
7455
|
+
};
|
|
7456
|
+
}, {
|
|
7457
|
+
message: string;
|
|
7458
|
+
created_at: string;
|
|
7459
|
+
mutation_code: "updating_credential_assignment";
|
|
7460
|
+
from: {
|
|
7461
|
+
acs_credential_id: string | null;
|
|
7462
|
+
};
|
|
7463
|
+
to: {
|
|
7464
|
+
acs_credential_id: string | null;
|
|
7465
|
+
};
|
|
7427
7466
|
}>]>, "many">>;
|
|
7428
7467
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
7429
7468
|
connected_account_id: z.ZodString;
|
|
@@ -7561,6 +7600,16 @@ declare const acs_user: z.ZodObject<{
|
|
|
7561
7600
|
mutation_code: "deferring_group_membership_update";
|
|
7562
7601
|
variant: "removing" | "adding";
|
|
7563
7602
|
acs_access_group_id: string;
|
|
7603
|
+
} | {
|
|
7604
|
+
message: string;
|
|
7605
|
+
created_at: string;
|
|
7606
|
+
mutation_code: "updating_credential_assignment";
|
|
7607
|
+
from: {
|
|
7608
|
+
acs_credential_id: string | null;
|
|
7609
|
+
};
|
|
7610
|
+
to: {
|
|
7611
|
+
acs_credential_id: string | null;
|
|
7612
|
+
};
|
|
7564
7613
|
})[] | undefined;
|
|
7565
7614
|
user_identity_id?: string | undefined;
|
|
7566
7615
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
@@ -7698,6 +7747,16 @@ declare const acs_user: z.ZodObject<{
|
|
|
7698
7747
|
mutation_code: "deferring_group_membership_update";
|
|
7699
7748
|
variant: "removing" | "adding";
|
|
7700
7749
|
acs_access_group_id: string;
|
|
7750
|
+
} | {
|
|
7751
|
+
message: string;
|
|
7752
|
+
created_at: string;
|
|
7753
|
+
mutation_code: "updating_credential_assignment";
|
|
7754
|
+
from: {
|
|
7755
|
+
acs_credential_id: string | null;
|
|
7756
|
+
};
|
|
7757
|
+
to: {
|
|
7758
|
+
acs_credential_id: string | null;
|
|
7759
|
+
};
|
|
7701
7760
|
})[] | undefined;
|
|
7702
7761
|
user_identity_id?: string | undefined;
|
|
7703
7762
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
@@ -8122,6 +8181,45 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
8122
8181
|
mutation_code: "deferring_group_membership_update";
|
|
8123
8182
|
variant: "removing" | "adding";
|
|
8124
8183
|
acs_access_group_id: string;
|
|
8184
|
+
}>, z.ZodObject<{
|
|
8185
|
+
created_at: z.ZodString;
|
|
8186
|
+
message: z.ZodString;
|
|
8187
|
+
} & {
|
|
8188
|
+
mutation_code: z.ZodLiteral<"updating_credential_assignment">;
|
|
8189
|
+
from: z.ZodObject<{
|
|
8190
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
8191
|
+
}, "strip", z.ZodTypeAny, {
|
|
8192
|
+
acs_credential_id: string | null;
|
|
8193
|
+
}, {
|
|
8194
|
+
acs_credential_id: string | null;
|
|
8195
|
+
}>;
|
|
8196
|
+
to: z.ZodObject<{
|
|
8197
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
8198
|
+
}, "strip", z.ZodTypeAny, {
|
|
8199
|
+
acs_credential_id: string | null;
|
|
8200
|
+
}, {
|
|
8201
|
+
acs_credential_id: string | null;
|
|
8202
|
+
}>;
|
|
8203
|
+
}, "strip", z.ZodTypeAny, {
|
|
8204
|
+
message: string;
|
|
8205
|
+
created_at: string;
|
|
8206
|
+
mutation_code: "updating_credential_assignment";
|
|
8207
|
+
from: {
|
|
8208
|
+
acs_credential_id: string | null;
|
|
8209
|
+
};
|
|
8210
|
+
to: {
|
|
8211
|
+
acs_credential_id: string | null;
|
|
8212
|
+
};
|
|
8213
|
+
}, {
|
|
8214
|
+
message: string;
|
|
8215
|
+
created_at: string;
|
|
8216
|
+
mutation_code: "updating_credential_assignment";
|
|
8217
|
+
from: {
|
|
8218
|
+
acs_credential_id: string | null;
|
|
8219
|
+
};
|
|
8220
|
+
to: {
|
|
8221
|
+
acs_credential_id: string | null;
|
|
8222
|
+
};
|
|
8125
8223
|
}>]>, "many">>;
|
|
8126
8224
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
8127
8225
|
connected_account_id: z.ZodString;
|
|
@@ -8259,6 +8357,16 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
8259
8357
|
mutation_code: "deferring_group_membership_update";
|
|
8260
8358
|
variant: "removing" | "adding";
|
|
8261
8359
|
acs_access_group_id: string;
|
|
8360
|
+
} | {
|
|
8361
|
+
message: string;
|
|
8362
|
+
created_at: string;
|
|
8363
|
+
mutation_code: "updating_credential_assignment";
|
|
8364
|
+
from: {
|
|
8365
|
+
acs_credential_id: string | null;
|
|
8366
|
+
};
|
|
8367
|
+
to: {
|
|
8368
|
+
acs_credential_id: string | null;
|
|
8369
|
+
};
|
|
8262
8370
|
})[] | undefined;
|
|
8263
8371
|
user_identity_id?: string | undefined;
|
|
8264
8372
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
@@ -8396,6 +8504,16 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
8396
8504
|
mutation_code: "deferring_group_membership_update";
|
|
8397
8505
|
variant: "removing" | "adding";
|
|
8398
8506
|
acs_access_group_id: string;
|
|
8507
|
+
} | {
|
|
8508
|
+
message: string;
|
|
8509
|
+
created_at: string;
|
|
8510
|
+
mutation_code: "updating_credential_assignment";
|
|
8511
|
+
from: {
|
|
8512
|
+
acs_credential_id: string | null;
|
|
8513
|
+
};
|
|
8514
|
+
to: {
|
|
8515
|
+
acs_credential_id: string | null;
|
|
8516
|
+
};
|
|
8399
8517
|
})[] | undefined;
|
|
8400
8518
|
user_identity_id?: string | undefined;
|
|
8401
8519
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
@@ -18728,6 +18846,45 @@ declare const batch: z.ZodObject<{
|
|
|
18728
18846
|
mutation_code: "deferring_group_membership_update";
|
|
18729
18847
|
variant: "removing" | "adding";
|
|
18730
18848
|
acs_access_group_id: string;
|
|
18849
|
+
}>, z.ZodObject<{
|
|
18850
|
+
created_at: z.ZodString;
|
|
18851
|
+
message: z.ZodString;
|
|
18852
|
+
} & {
|
|
18853
|
+
mutation_code: z.ZodLiteral<"updating_credential_assignment">;
|
|
18854
|
+
from: z.ZodObject<{
|
|
18855
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
18856
|
+
}, "strip", z.ZodTypeAny, {
|
|
18857
|
+
acs_credential_id: string | null;
|
|
18858
|
+
}, {
|
|
18859
|
+
acs_credential_id: string | null;
|
|
18860
|
+
}>;
|
|
18861
|
+
to: z.ZodObject<{
|
|
18862
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
18863
|
+
}, "strip", z.ZodTypeAny, {
|
|
18864
|
+
acs_credential_id: string | null;
|
|
18865
|
+
}, {
|
|
18866
|
+
acs_credential_id: string | null;
|
|
18867
|
+
}>;
|
|
18868
|
+
}, "strip", z.ZodTypeAny, {
|
|
18869
|
+
message: string;
|
|
18870
|
+
created_at: string;
|
|
18871
|
+
mutation_code: "updating_credential_assignment";
|
|
18872
|
+
from: {
|
|
18873
|
+
acs_credential_id: string | null;
|
|
18874
|
+
};
|
|
18875
|
+
to: {
|
|
18876
|
+
acs_credential_id: string | null;
|
|
18877
|
+
};
|
|
18878
|
+
}, {
|
|
18879
|
+
message: string;
|
|
18880
|
+
created_at: string;
|
|
18881
|
+
mutation_code: "updating_credential_assignment";
|
|
18882
|
+
from: {
|
|
18883
|
+
acs_credential_id: string | null;
|
|
18884
|
+
};
|
|
18885
|
+
to: {
|
|
18886
|
+
acs_credential_id: string | null;
|
|
18887
|
+
};
|
|
18731
18888
|
}>]>, "many">>;
|
|
18732
18889
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
18733
18890
|
connected_account_id: z.ZodString;
|
|
@@ -18865,6 +19022,16 @@ declare const batch: z.ZodObject<{
|
|
|
18865
19022
|
mutation_code: "deferring_group_membership_update";
|
|
18866
19023
|
variant: "removing" | "adding";
|
|
18867
19024
|
acs_access_group_id: string;
|
|
19025
|
+
} | {
|
|
19026
|
+
message: string;
|
|
19027
|
+
created_at: string;
|
|
19028
|
+
mutation_code: "updating_credential_assignment";
|
|
19029
|
+
from: {
|
|
19030
|
+
acs_credential_id: string | null;
|
|
19031
|
+
};
|
|
19032
|
+
to: {
|
|
19033
|
+
acs_credential_id: string | null;
|
|
19034
|
+
};
|
|
18868
19035
|
})[] | undefined;
|
|
18869
19036
|
user_identity_id?: string | undefined;
|
|
18870
19037
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
@@ -19002,6 +19169,16 @@ declare const batch: z.ZodObject<{
|
|
|
19002
19169
|
mutation_code: "deferring_group_membership_update";
|
|
19003
19170
|
variant: "removing" | "adding";
|
|
19004
19171
|
acs_access_group_id: string;
|
|
19172
|
+
} | {
|
|
19173
|
+
message: string;
|
|
19174
|
+
created_at: string;
|
|
19175
|
+
mutation_code: "updating_credential_assignment";
|
|
19176
|
+
from: {
|
|
19177
|
+
acs_credential_id: string | null;
|
|
19178
|
+
};
|
|
19179
|
+
to: {
|
|
19180
|
+
acs_credential_id: string | null;
|
|
19181
|
+
};
|
|
19005
19182
|
})[] | undefined;
|
|
19006
19183
|
user_identity_id?: string | undefined;
|
|
19007
19184
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
@@ -24610,6 +24787,45 @@ declare const batch: z.ZodObject<{
|
|
|
24610
24787
|
mutation_code: "deferring_group_membership_update";
|
|
24611
24788
|
variant: "removing" | "adding";
|
|
24612
24789
|
acs_access_group_id: string;
|
|
24790
|
+
}>, z.ZodObject<{
|
|
24791
|
+
created_at: z.ZodString;
|
|
24792
|
+
message: z.ZodString;
|
|
24793
|
+
} & {
|
|
24794
|
+
mutation_code: z.ZodLiteral<"updating_credential_assignment">;
|
|
24795
|
+
from: z.ZodObject<{
|
|
24796
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
24797
|
+
}, "strip", z.ZodTypeAny, {
|
|
24798
|
+
acs_credential_id: string | null;
|
|
24799
|
+
}, {
|
|
24800
|
+
acs_credential_id: string | null;
|
|
24801
|
+
}>;
|
|
24802
|
+
to: z.ZodObject<{
|
|
24803
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
24804
|
+
}, "strip", z.ZodTypeAny, {
|
|
24805
|
+
acs_credential_id: string | null;
|
|
24806
|
+
}, {
|
|
24807
|
+
acs_credential_id: string | null;
|
|
24808
|
+
}>;
|
|
24809
|
+
}, "strip", z.ZodTypeAny, {
|
|
24810
|
+
message: string;
|
|
24811
|
+
created_at: string;
|
|
24812
|
+
mutation_code: "updating_credential_assignment";
|
|
24813
|
+
from: {
|
|
24814
|
+
acs_credential_id: string | null;
|
|
24815
|
+
};
|
|
24816
|
+
to: {
|
|
24817
|
+
acs_credential_id: string | null;
|
|
24818
|
+
};
|
|
24819
|
+
}, {
|
|
24820
|
+
message: string;
|
|
24821
|
+
created_at: string;
|
|
24822
|
+
mutation_code: "updating_credential_assignment";
|
|
24823
|
+
from: {
|
|
24824
|
+
acs_credential_id: string | null;
|
|
24825
|
+
};
|
|
24826
|
+
to: {
|
|
24827
|
+
acs_credential_id: string | null;
|
|
24828
|
+
};
|
|
24613
24829
|
}>]>, "many">>;
|
|
24614
24830
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
24615
24831
|
connected_account_id: z.ZodString;
|
|
@@ -24747,6 +24963,16 @@ declare const batch: z.ZodObject<{
|
|
|
24747
24963
|
mutation_code: "deferring_group_membership_update";
|
|
24748
24964
|
variant: "removing" | "adding";
|
|
24749
24965
|
acs_access_group_id: string;
|
|
24966
|
+
} | {
|
|
24967
|
+
message: string;
|
|
24968
|
+
created_at: string;
|
|
24969
|
+
mutation_code: "updating_credential_assignment";
|
|
24970
|
+
from: {
|
|
24971
|
+
acs_credential_id: string | null;
|
|
24972
|
+
};
|
|
24973
|
+
to: {
|
|
24974
|
+
acs_credential_id: string | null;
|
|
24975
|
+
};
|
|
24750
24976
|
})[] | undefined;
|
|
24751
24977
|
user_identity_id?: string | undefined;
|
|
24752
24978
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
@@ -24884,6 +25110,16 @@ declare const batch: z.ZodObject<{
|
|
|
24884
25110
|
mutation_code: "deferring_group_membership_update";
|
|
24885
25111
|
variant: "removing" | "adding";
|
|
24886
25112
|
acs_access_group_id: string;
|
|
25113
|
+
} | {
|
|
25114
|
+
message: string;
|
|
25115
|
+
created_at: string;
|
|
25116
|
+
mutation_code: "updating_credential_assignment";
|
|
25117
|
+
from: {
|
|
25118
|
+
acs_credential_id: string | null;
|
|
25119
|
+
};
|
|
25120
|
+
to: {
|
|
25121
|
+
acs_credential_id: string | null;
|
|
25122
|
+
};
|
|
24887
25123
|
})[] | undefined;
|
|
24888
25124
|
user_identity_id?: string | undefined;
|
|
24889
25125
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
@@ -39638,6 +39874,16 @@ declare const batch: z.ZodObject<{
|
|
|
39638
39874
|
mutation_code: "deferring_group_membership_update";
|
|
39639
39875
|
variant: "removing" | "adding";
|
|
39640
39876
|
acs_access_group_id: string;
|
|
39877
|
+
} | {
|
|
39878
|
+
message: string;
|
|
39879
|
+
created_at: string;
|
|
39880
|
+
mutation_code: "updating_credential_assignment";
|
|
39881
|
+
from: {
|
|
39882
|
+
acs_credential_id: string | null;
|
|
39883
|
+
};
|
|
39884
|
+
to: {
|
|
39885
|
+
acs_credential_id: string | null;
|
|
39886
|
+
};
|
|
39641
39887
|
})[] | undefined;
|
|
39642
39888
|
user_identity_id?: string | undefined;
|
|
39643
39889
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
@@ -40811,6 +41057,16 @@ declare const batch: z.ZodObject<{
|
|
|
40811
41057
|
mutation_code: "deferring_group_membership_update";
|
|
40812
41058
|
variant: "removing" | "adding";
|
|
40813
41059
|
acs_access_group_id: string;
|
|
41060
|
+
} | {
|
|
41061
|
+
message: string;
|
|
41062
|
+
created_at: string;
|
|
41063
|
+
mutation_code: "updating_credential_assignment";
|
|
41064
|
+
from: {
|
|
41065
|
+
acs_credential_id: string | null;
|
|
41066
|
+
};
|
|
41067
|
+
to: {
|
|
41068
|
+
acs_credential_id: string | null;
|
|
41069
|
+
};
|
|
40814
41070
|
})[] | undefined;
|
|
40815
41071
|
user_identity_id?: string | undefined;
|
|
40816
41072
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
@@ -44618,6 +44874,16 @@ declare const batch: z.ZodObject<{
|
|
|
44618
44874
|
mutation_code: "deferring_group_membership_update";
|
|
44619
44875
|
variant: "removing" | "adding";
|
|
44620
44876
|
acs_access_group_id: string;
|
|
44877
|
+
} | {
|
|
44878
|
+
message: string;
|
|
44879
|
+
created_at: string;
|
|
44880
|
+
mutation_code: "updating_credential_assignment";
|
|
44881
|
+
from: {
|
|
44882
|
+
acs_credential_id: string | null;
|
|
44883
|
+
};
|
|
44884
|
+
to: {
|
|
44885
|
+
acs_credential_id: string | null;
|
|
44886
|
+
};
|
|
44621
44887
|
})[] | undefined;
|
|
44622
44888
|
user_identity_id?: string | undefined;
|
|
44623
44889
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
@@ -45791,6 +46057,16 @@ declare const batch: z.ZodObject<{
|
|
|
45791
46057
|
mutation_code: "deferring_group_membership_update";
|
|
45792
46058
|
variant: "removing" | "adding";
|
|
45793
46059
|
acs_access_group_id: string;
|
|
46060
|
+
} | {
|
|
46061
|
+
message: string;
|
|
46062
|
+
created_at: string;
|
|
46063
|
+
mutation_code: "updating_credential_assignment";
|
|
46064
|
+
from: {
|
|
46065
|
+
acs_credential_id: string | null;
|
|
46066
|
+
};
|
|
46067
|
+
to: {
|
|
46068
|
+
acs_credential_id: string | null;
|
|
46069
|
+
};
|
|
45794
46070
|
})[] | undefined;
|
|
45795
46071
|
user_identity_id?: string | undefined;
|
|
45796
46072
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
@@ -83017,6 +83293,23 @@ type Routes = {
|
|
|
83017
83293
|
acs_access_group_id: string;
|
|
83018
83294
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
83019
83295
|
variant: 'adding' | 'removing';
|
|
83296
|
+
} | {
|
|
83297
|
+
/** Date and time at which the mutation was created. */
|
|
83298
|
+
created_at: string;
|
|
83299
|
+
/** Detailed description of the mutation. */
|
|
83300
|
+
message: string;
|
|
83301
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
83302
|
+
mutation_code: 'updating_credential_assignment';
|
|
83303
|
+
/** Previous credential assignment. */
|
|
83304
|
+
from: {
|
|
83305
|
+
/** Previous credential ID. */
|
|
83306
|
+
acs_credential_id: string | null;
|
|
83307
|
+
};
|
|
83308
|
+
/** New credential assignment. */
|
|
83309
|
+
to: {
|
|
83310
|
+
/** New credential ID. */
|
|
83311
|
+
acs_credential_id: string | null;
|
|
83312
|
+
};
|
|
83020
83313
|
})[] | undefined;
|
|
83021
83314
|
/** The last time an internal sync job completed for this access system user. */
|
|
83022
83315
|
last_successful_sync_at: string | null;
|
|
@@ -90542,6 +90835,23 @@ type Routes = {
|
|
|
90542
90835
|
acs_access_group_id: string;
|
|
90543
90836
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
90544
90837
|
variant: 'adding' | 'removing';
|
|
90838
|
+
} | {
|
|
90839
|
+
/** Date and time at which the mutation was created. */
|
|
90840
|
+
created_at: string;
|
|
90841
|
+
/** Detailed description of the mutation. */
|
|
90842
|
+
message: string;
|
|
90843
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
90844
|
+
mutation_code: 'updating_credential_assignment';
|
|
90845
|
+
/** Previous credential assignment. */
|
|
90846
|
+
from: {
|
|
90847
|
+
/** Previous credential ID. */
|
|
90848
|
+
acs_credential_id: string | null;
|
|
90849
|
+
};
|
|
90850
|
+
/** New credential assignment. */
|
|
90851
|
+
to: {
|
|
90852
|
+
/** New credential ID. */
|
|
90853
|
+
acs_credential_id: string | null;
|
|
90854
|
+
};
|
|
90545
90855
|
})[] | undefined;
|
|
90546
90856
|
/** The last time an internal sync job completed for this access system user. */
|
|
90547
90857
|
last_successful_sync_at: string | null;
|
|
@@ -90817,6 +91127,23 @@ type Routes = {
|
|
|
90817
91127
|
acs_access_group_id: string;
|
|
90818
91128
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
90819
91129
|
variant: 'adding' | 'removing';
|
|
91130
|
+
} | {
|
|
91131
|
+
/** Date and time at which the mutation was created. */
|
|
91132
|
+
created_at: string;
|
|
91133
|
+
/** Detailed description of the mutation. */
|
|
91134
|
+
message: string;
|
|
91135
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
91136
|
+
mutation_code: 'updating_credential_assignment';
|
|
91137
|
+
/** Previous credential assignment. */
|
|
91138
|
+
from: {
|
|
91139
|
+
/** Previous credential ID. */
|
|
91140
|
+
acs_credential_id: string | null;
|
|
91141
|
+
};
|
|
91142
|
+
/** New credential assignment. */
|
|
91143
|
+
to: {
|
|
91144
|
+
/** New credential ID. */
|
|
91145
|
+
acs_credential_id: string | null;
|
|
91146
|
+
};
|
|
90820
91147
|
})[] | undefined;
|
|
90821
91148
|
/** The last time an internal sync job completed for this access system user. */
|
|
90822
91149
|
last_successful_sync_at: string | null;
|
|
@@ -91080,6 +91407,23 @@ type Routes = {
|
|
|
91080
91407
|
acs_access_group_id: string;
|
|
91081
91408
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
91082
91409
|
variant: 'adding' | 'removing';
|
|
91410
|
+
} | {
|
|
91411
|
+
/** Date and time at which the mutation was created. */
|
|
91412
|
+
created_at: string;
|
|
91413
|
+
/** Detailed description of the mutation. */
|
|
91414
|
+
message: string;
|
|
91415
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
91416
|
+
mutation_code: 'updating_credential_assignment';
|
|
91417
|
+
/** Previous credential assignment. */
|
|
91418
|
+
from: {
|
|
91419
|
+
/** Previous credential ID. */
|
|
91420
|
+
acs_credential_id: string | null;
|
|
91421
|
+
};
|
|
91422
|
+
/** New credential assignment. */
|
|
91423
|
+
to: {
|
|
91424
|
+
/** New credential ID. */
|
|
91425
|
+
acs_credential_id: string | null;
|
|
91426
|
+
};
|
|
91083
91427
|
})[] | undefined;
|
|
91084
91428
|
/** The last time an internal sync job completed for this access system user. */
|
|
91085
91429
|
last_successful_sync_at: string | null;
|
|
@@ -91556,6 +91900,23 @@ type Routes = {
|
|
|
91556
91900
|
acs_access_group_id: string;
|
|
91557
91901
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
91558
91902
|
variant: 'adding' | 'removing';
|
|
91903
|
+
} | {
|
|
91904
|
+
/** Date and time at which the mutation was created. */
|
|
91905
|
+
created_at: string;
|
|
91906
|
+
/** Detailed description of the mutation. */
|
|
91907
|
+
message: string;
|
|
91908
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
91909
|
+
mutation_code: 'updating_credential_assignment';
|
|
91910
|
+
/** Previous credential assignment. */
|
|
91911
|
+
from: {
|
|
91912
|
+
/** Previous credential ID. */
|
|
91913
|
+
acs_credential_id: string | null;
|
|
91914
|
+
};
|
|
91915
|
+
/** New credential assignment. */
|
|
91916
|
+
to: {
|
|
91917
|
+
/** New credential ID. */
|
|
91918
|
+
acs_credential_id: string | null;
|
|
91919
|
+
};
|
|
91559
91920
|
})[] | undefined;
|
|
91560
91921
|
/** The last time an internal sync job completed for this access system user. */
|
|
91561
91922
|
last_successful_sync_at: string | null;
|
|
@@ -91815,6 +92176,23 @@ type Routes = {
|
|
|
91815
92176
|
acs_access_group_id: string;
|
|
91816
92177
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
91817
92178
|
variant: 'adding' | 'removing';
|
|
92179
|
+
} | {
|
|
92180
|
+
/** Date and time at which the mutation was created. */
|
|
92181
|
+
created_at: string;
|
|
92182
|
+
/** Detailed description of the mutation. */
|
|
92183
|
+
message: string;
|
|
92184
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
92185
|
+
mutation_code: 'updating_credential_assignment';
|
|
92186
|
+
/** Previous credential assignment. */
|
|
92187
|
+
from: {
|
|
92188
|
+
/** Previous credential ID. */
|
|
92189
|
+
acs_credential_id: string | null;
|
|
92190
|
+
};
|
|
92191
|
+
/** New credential assignment. */
|
|
92192
|
+
to: {
|
|
92193
|
+
/** New credential ID. */
|
|
92194
|
+
acs_credential_id: string | null;
|
|
92195
|
+
};
|
|
91818
92196
|
})[] | undefined;
|
|
91819
92197
|
/** The last time an internal sync job completed for this access system user. */
|
|
91820
92198
|
last_successful_sync_at: string | null;
|
|
@@ -131906,6 +132284,8 @@ type Routes = {
|
|
|
131906
132284
|
device_ids?: string[] | undefined;
|
|
131907
132285
|
/** IDs of the entrances that you want to add to the new space. */
|
|
131908
132286
|
acs_entrance_ids?: string[] | undefined;
|
|
132287
|
+
/** IDs of connected accounts (third-party accounts) to associate with the new space. Persisted on seam.location_third_party_account so the UI can show which provider account a space came from. */
|
|
132288
|
+
connected_account_ids?: string[] | undefined;
|
|
131909
132289
|
/** Space key of the parent space for this space. */
|
|
131910
132290
|
parent_space_key?: string | undefined;
|
|
131911
132291
|
/** Name of the parent space for this space. */
|
|
@@ -132985,6 +133365,7 @@ type Routes = {
|
|
|
132985
133365
|
needs_review?: boolean | undefined;
|
|
132986
133366
|
is_draft?: boolean | undefined;
|
|
132987
133367
|
is_common_area?: boolean | undefined;
|
|
133368
|
+
connected_account_ids: string[];
|
|
132988
133369
|
}[];
|
|
132989
133370
|
};
|
|
132990
133371
|
maxDuration: undefined;
|
|
@@ -133047,6 +133428,8 @@ type Routes = {
|
|
|
133047
133428
|
device_ids?: string[] | undefined;
|
|
133048
133429
|
/** IDs of the entrances that you want to add to the new space. */
|
|
133049
133430
|
acs_entrance_ids?: string[] | undefined;
|
|
133431
|
+
/** IDs of connected accounts to associate with the new space. Persisted on seam.location_third_party_account so the UI can show which provider account(s) a space came from. */
|
|
133432
|
+
connected_account_ids?: string[] | undefined;
|
|
133050
133433
|
/** Customer key for which you want to create the space. */
|
|
133051
133434
|
customer_key?: string | undefined;
|
|
133052
133435
|
/** Reservation/stay-related defaults for the space. */
|
|
@@ -155660,6 +156043,23 @@ type Routes = {
|
|
|
155660
156043
|
acs_access_group_id: string;
|
|
155661
156044
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
155662
156045
|
variant: 'adding' | 'removing';
|
|
156046
|
+
} | {
|
|
156047
|
+
/** Date and time at which the mutation was created. */
|
|
156048
|
+
created_at: string;
|
|
156049
|
+
/** Detailed description of the mutation. */
|
|
156050
|
+
message: string;
|
|
156051
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
156052
|
+
mutation_code: 'updating_credential_assignment';
|
|
156053
|
+
/** Previous credential assignment. */
|
|
156054
|
+
from: {
|
|
156055
|
+
/** Previous credential ID. */
|
|
156056
|
+
acs_credential_id: string | null;
|
|
156057
|
+
};
|
|
156058
|
+
/** New credential assignment. */
|
|
156059
|
+
to: {
|
|
156060
|
+
/** New credential ID. */
|
|
156061
|
+
acs_credential_id: string | null;
|
|
156062
|
+
};
|
|
155663
156063
|
})[] | undefined;
|
|
155664
156064
|
/** The last time an internal sync job completed for this access system user. */
|
|
155665
156065
|
last_successful_sync_at: string | null;
|
|
@@ -158093,6 +158493,23 @@ type Routes = {
|
|
|
158093
158493
|
acs_access_group_id: string;
|
|
158094
158494
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
158095
158495
|
variant: 'adding' | 'removing';
|
|
158496
|
+
} | {
|
|
158497
|
+
/** Date and time at which the mutation was created. */
|
|
158498
|
+
created_at: string;
|
|
158499
|
+
/** Detailed description of the mutation. */
|
|
158500
|
+
message: string;
|
|
158501
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
158502
|
+
mutation_code: 'updating_credential_assignment';
|
|
158503
|
+
/** Previous credential assignment. */
|
|
158504
|
+
from: {
|
|
158505
|
+
/** Previous credential ID. */
|
|
158506
|
+
acs_credential_id: string | null;
|
|
158507
|
+
};
|
|
158508
|
+
/** New credential assignment. */
|
|
158509
|
+
to: {
|
|
158510
|
+
/** New credential ID. */
|
|
158511
|
+
acs_credential_id: string | null;
|
|
158512
|
+
};
|
|
158096
158513
|
})[] | undefined;
|
|
158097
158514
|
/** The last time an internal sync job completed for this access system user. */
|
|
158098
158515
|
last_successful_sync_at: string | null;
|
|
@@ -159863,6 +160280,23 @@ type Routes = {
|
|
|
159863
160280
|
acs_access_group_id: string;
|
|
159864
160281
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
159865
160282
|
variant: 'adding' | 'removing';
|
|
160283
|
+
} | {
|
|
160284
|
+
/** Date and time at which the mutation was created. */
|
|
160285
|
+
created_at: string;
|
|
160286
|
+
/** Detailed description of the mutation. */
|
|
160287
|
+
message: string;
|
|
160288
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
160289
|
+
mutation_code: 'updating_credential_assignment';
|
|
160290
|
+
/** Previous credential assignment. */
|
|
160291
|
+
from: {
|
|
160292
|
+
/** Previous credential ID. */
|
|
160293
|
+
acs_credential_id: string | null;
|
|
160294
|
+
};
|
|
160295
|
+
/** New credential assignment. */
|
|
160296
|
+
to: {
|
|
160297
|
+
/** New credential ID. */
|
|
160298
|
+
acs_credential_id: string | null;
|
|
160299
|
+
};
|
|
159866
160300
|
})[] | undefined;
|
|
159867
160301
|
/** The last time an internal sync job completed for this access system user. */
|
|
159868
160302
|
last_successful_sync_at: string | null;
|