@seamapi/types 1.521.0 → 1.523.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 +65 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +266 -0
- package/dist/index.cjs +65 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +100 -0
- package/lib/seam/connect/models/customer/customer-delete-data.d.ts +2 -2
- package/lib/seam/connect/models/events/access-methods.d.ts +60 -0
- package/lib/seam/connect/models/events/access-methods.js +7 -0
- package/lib/seam/connect/models/events/access-methods.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +30 -0
- package/lib/seam/connect/openapi.d.ts +84 -0
- package/lib/seam/connect/openapi.js +60 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +102 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/access-methods.ts +9 -0
- package/src/lib/seam/connect/openapi.ts +71 -0
- package/src/lib/seam/connect/route-types.ts +102 -0
|
@@ -34712,6 +34712,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34712
34712
|
occurred_at: z.ZodString;
|
|
34713
34713
|
} & {
|
|
34714
34714
|
access_method_id: z.ZodString;
|
|
34715
|
+
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
34716
|
+
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
34715
34717
|
} & {
|
|
34716
34718
|
event_type: z.ZodLiteral<"access_method.issued">;
|
|
34717
34719
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34721,6 +34723,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34721
34723
|
event_id: string;
|
|
34722
34724
|
occurred_at: string;
|
|
34723
34725
|
event_type: "access_method.issued";
|
|
34726
|
+
access_grant_ids: string[];
|
|
34727
|
+
access_grant_keys?: string[] | undefined;
|
|
34724
34728
|
}, {
|
|
34725
34729
|
workspace_id: string;
|
|
34726
34730
|
created_at: string;
|
|
@@ -34728,6 +34732,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34728
34732
|
event_id: string;
|
|
34729
34733
|
occurred_at: string;
|
|
34730
34734
|
event_type: "access_method.issued";
|
|
34735
|
+
access_grant_ids: string[];
|
|
34736
|
+
access_grant_keys?: string[] | undefined;
|
|
34731
34737
|
}>, z.ZodObject<{
|
|
34732
34738
|
event_id: z.ZodString;
|
|
34733
34739
|
workspace_id: z.ZodString;
|
|
@@ -34735,6 +34741,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34735
34741
|
occurred_at: z.ZodString;
|
|
34736
34742
|
} & {
|
|
34737
34743
|
access_method_id: z.ZodString;
|
|
34744
|
+
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
34745
|
+
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
34738
34746
|
} & {
|
|
34739
34747
|
event_type: z.ZodLiteral<"access_method.revoked">;
|
|
34740
34748
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34744,6 +34752,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34744
34752
|
event_id: string;
|
|
34745
34753
|
occurred_at: string;
|
|
34746
34754
|
event_type: "access_method.revoked";
|
|
34755
|
+
access_grant_ids: string[];
|
|
34756
|
+
access_grant_keys?: string[] | undefined;
|
|
34747
34757
|
}, {
|
|
34748
34758
|
workspace_id: string;
|
|
34749
34759
|
created_at: string;
|
|
@@ -34751,6 +34761,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34751
34761
|
event_id: string;
|
|
34752
34762
|
occurred_at: string;
|
|
34753
34763
|
event_type: "access_method.revoked";
|
|
34764
|
+
access_grant_ids: string[];
|
|
34765
|
+
access_grant_keys?: string[] | undefined;
|
|
34754
34766
|
}>, z.ZodObject<{
|
|
34755
34767
|
event_id: z.ZodString;
|
|
34756
34768
|
workspace_id: z.ZodString;
|
|
@@ -34758,6 +34770,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34758
34770
|
occurred_at: z.ZodString;
|
|
34759
34771
|
} & {
|
|
34760
34772
|
access_method_id: z.ZodString;
|
|
34773
|
+
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
34774
|
+
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
34761
34775
|
} & {
|
|
34762
34776
|
event_type: z.ZodLiteral<"access_method.card_encoding_required">;
|
|
34763
34777
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34767,6 +34781,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34767
34781
|
event_id: string;
|
|
34768
34782
|
occurred_at: string;
|
|
34769
34783
|
event_type: "access_method.card_encoding_required";
|
|
34784
|
+
access_grant_ids: string[];
|
|
34785
|
+
access_grant_keys?: string[] | undefined;
|
|
34770
34786
|
}, {
|
|
34771
34787
|
workspace_id: string;
|
|
34772
34788
|
created_at: string;
|
|
@@ -34774,6 +34790,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34774
34790
|
event_id: string;
|
|
34775
34791
|
occurred_at: string;
|
|
34776
34792
|
event_type: "access_method.card_encoding_required";
|
|
34793
|
+
access_grant_ids: string[];
|
|
34794
|
+
access_grant_keys?: string[] | undefined;
|
|
34777
34795
|
}>, z.ZodObject<{
|
|
34778
34796
|
event_id: z.ZodString;
|
|
34779
34797
|
workspace_id: z.ZodString;
|
|
@@ -34781,6 +34799,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34781
34799
|
occurred_at: z.ZodString;
|
|
34782
34800
|
} & {
|
|
34783
34801
|
access_method_id: z.ZodString;
|
|
34802
|
+
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
34803
|
+
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
34784
34804
|
} & {
|
|
34785
34805
|
event_type: z.ZodLiteral<"access_method.deleted">;
|
|
34786
34806
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34790,6 +34810,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34790
34810
|
event_id: string;
|
|
34791
34811
|
occurred_at: string;
|
|
34792
34812
|
event_type: "access_method.deleted";
|
|
34813
|
+
access_grant_ids: string[];
|
|
34814
|
+
access_grant_keys?: string[] | undefined;
|
|
34793
34815
|
}, {
|
|
34794
34816
|
workspace_id: string;
|
|
34795
34817
|
created_at: string;
|
|
@@ -34797,6 +34819,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34797
34819
|
event_id: string;
|
|
34798
34820
|
occurred_at: string;
|
|
34799
34821
|
event_type: "access_method.deleted";
|
|
34822
|
+
access_grant_ids: string[];
|
|
34823
|
+
access_grant_keys?: string[] | undefined;
|
|
34800
34824
|
}>, z.ZodObject<{
|
|
34801
34825
|
event_id: z.ZodString;
|
|
34802
34826
|
workspace_id: z.ZodString;
|
|
@@ -34804,6 +34828,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34804
34828
|
occurred_at: z.ZodString;
|
|
34805
34829
|
} & {
|
|
34806
34830
|
access_method_id: z.ZodString;
|
|
34831
|
+
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
34832
|
+
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
34807
34833
|
} & {
|
|
34808
34834
|
event_type: z.ZodLiteral<"access_method.reissued">;
|
|
34809
34835
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34813,6 +34839,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34813
34839
|
event_id: string;
|
|
34814
34840
|
occurred_at: string;
|
|
34815
34841
|
event_type: "access_method.reissued";
|
|
34842
|
+
access_grant_ids: string[];
|
|
34843
|
+
access_grant_keys?: string[] | undefined;
|
|
34816
34844
|
}, {
|
|
34817
34845
|
workspace_id: string;
|
|
34818
34846
|
created_at: string;
|
|
@@ -34820,6 +34848,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34820
34848
|
event_id: string;
|
|
34821
34849
|
occurred_at: string;
|
|
34822
34850
|
event_type: "access_method.reissued";
|
|
34851
|
+
access_grant_ids: string[];
|
|
34852
|
+
access_grant_keys?: string[] | undefined;
|
|
34823
34853
|
}>, z.ZodObject<{
|
|
34824
34854
|
event_id: z.ZodString;
|
|
34825
34855
|
workspace_id: z.ZodString;
|
|
@@ -42716,6 +42746,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42716
42746
|
event_id: string;
|
|
42717
42747
|
occurred_at: string;
|
|
42718
42748
|
event_type: "access_method.issued";
|
|
42749
|
+
access_grant_ids: string[];
|
|
42750
|
+
access_grant_keys?: string[] | undefined;
|
|
42719
42751
|
} | {
|
|
42720
42752
|
workspace_id: string;
|
|
42721
42753
|
created_at: string;
|
|
@@ -42723,6 +42755,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42723
42755
|
event_id: string;
|
|
42724
42756
|
occurred_at: string;
|
|
42725
42757
|
event_type: "access_method.card_encoding_required";
|
|
42758
|
+
access_grant_ids: string[];
|
|
42759
|
+
access_grant_keys?: string[] | undefined;
|
|
42726
42760
|
} | {
|
|
42727
42761
|
workspace_id: string;
|
|
42728
42762
|
created_at: string;
|
|
@@ -42730,6 +42764,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42730
42764
|
event_id: string;
|
|
42731
42765
|
occurred_at: string;
|
|
42732
42766
|
event_type: "access_method.revoked";
|
|
42767
|
+
access_grant_ids: string[];
|
|
42768
|
+
access_grant_keys?: string[] | undefined;
|
|
42733
42769
|
} | {
|
|
42734
42770
|
workspace_id: string;
|
|
42735
42771
|
created_at: string;
|
|
@@ -42737,6 +42773,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42737
42773
|
event_id: string;
|
|
42738
42774
|
occurred_at: string;
|
|
42739
42775
|
event_type: "access_method.deleted";
|
|
42776
|
+
access_grant_ids: string[];
|
|
42777
|
+
access_grant_keys?: string[] | undefined;
|
|
42740
42778
|
} | {
|
|
42741
42779
|
workspace_id: string;
|
|
42742
42780
|
created_at: string;
|
|
@@ -42744,6 +42782,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42744
42782
|
event_id: string;
|
|
42745
42783
|
occurred_at: string;
|
|
42746
42784
|
event_type: "access_method.reissued";
|
|
42785
|
+
access_grant_ids: string[];
|
|
42786
|
+
access_grant_keys?: string[] | undefined;
|
|
42747
42787
|
} | {
|
|
42748
42788
|
workspace_id: string;
|
|
42749
42789
|
created_at: string;
|
|
@@ -46625,6 +46665,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46625
46665
|
event_id: string;
|
|
46626
46666
|
occurred_at: string;
|
|
46627
46667
|
event_type: "access_method.issued";
|
|
46668
|
+
access_grant_ids: string[];
|
|
46669
|
+
access_grant_keys?: string[] | undefined;
|
|
46628
46670
|
} | {
|
|
46629
46671
|
workspace_id: string;
|
|
46630
46672
|
created_at: string;
|
|
@@ -46632,6 +46674,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46632
46674
|
event_id: string;
|
|
46633
46675
|
occurred_at: string;
|
|
46634
46676
|
event_type: "access_method.card_encoding_required";
|
|
46677
|
+
access_grant_ids: string[];
|
|
46678
|
+
access_grant_keys?: string[] | undefined;
|
|
46635
46679
|
} | {
|
|
46636
46680
|
workspace_id: string;
|
|
46637
46681
|
created_at: string;
|
|
@@ -46639,6 +46683,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46639
46683
|
event_id: string;
|
|
46640
46684
|
occurred_at: string;
|
|
46641
46685
|
event_type: "access_method.revoked";
|
|
46686
|
+
access_grant_ids: string[];
|
|
46687
|
+
access_grant_keys?: string[] | undefined;
|
|
46642
46688
|
} | {
|
|
46643
46689
|
workspace_id: string;
|
|
46644
46690
|
created_at: string;
|
|
@@ -46646,6 +46692,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46646
46692
|
event_id: string;
|
|
46647
46693
|
occurred_at: string;
|
|
46648
46694
|
event_type: "access_method.deleted";
|
|
46695
|
+
access_grant_ids: string[];
|
|
46696
|
+
access_grant_keys?: string[] | undefined;
|
|
46649
46697
|
} | {
|
|
46650
46698
|
workspace_id: string;
|
|
46651
46699
|
created_at: string;
|
|
@@ -46653,6 +46701,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46653
46701
|
event_id: string;
|
|
46654
46702
|
occurred_at: string;
|
|
46655
46703
|
event_type: "access_method.reissued";
|
|
46704
|
+
access_grant_ids: string[];
|
|
46705
|
+
access_grant_keys?: string[] | undefined;
|
|
46656
46706
|
} | {
|
|
46657
46707
|
workspace_id: string;
|
|
46658
46708
|
created_at: string;
|
|
@@ -62864,6 +62914,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62864
62914
|
occurred_at: z.ZodString;
|
|
62865
62915
|
} & {
|
|
62866
62916
|
access_method_id: z.ZodString;
|
|
62917
|
+
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
62918
|
+
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
62867
62919
|
} & {
|
|
62868
62920
|
event_type: z.ZodLiteral<"access_method.issued">;
|
|
62869
62921
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -62873,6 +62925,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62873
62925
|
event_id: string;
|
|
62874
62926
|
occurred_at: string;
|
|
62875
62927
|
event_type: "access_method.issued";
|
|
62928
|
+
access_grant_ids: string[];
|
|
62929
|
+
access_grant_keys?: string[] | undefined;
|
|
62876
62930
|
}, {
|
|
62877
62931
|
workspace_id: string;
|
|
62878
62932
|
created_at: string;
|
|
@@ -62880,6 +62934,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62880
62934
|
event_id: string;
|
|
62881
62935
|
occurred_at: string;
|
|
62882
62936
|
event_type: "access_method.issued";
|
|
62937
|
+
access_grant_ids: string[];
|
|
62938
|
+
access_grant_keys?: string[] | undefined;
|
|
62883
62939
|
}>, z.ZodObject<{
|
|
62884
62940
|
event_id: z.ZodString;
|
|
62885
62941
|
workspace_id: z.ZodString;
|
|
@@ -62887,6 +62943,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62887
62943
|
occurred_at: z.ZodString;
|
|
62888
62944
|
} & {
|
|
62889
62945
|
access_method_id: z.ZodString;
|
|
62946
|
+
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
62947
|
+
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
62890
62948
|
} & {
|
|
62891
62949
|
event_type: z.ZodLiteral<"access_method.revoked">;
|
|
62892
62950
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -62896,6 +62954,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62896
62954
|
event_id: string;
|
|
62897
62955
|
occurred_at: string;
|
|
62898
62956
|
event_type: "access_method.revoked";
|
|
62957
|
+
access_grant_ids: string[];
|
|
62958
|
+
access_grant_keys?: string[] | undefined;
|
|
62899
62959
|
}, {
|
|
62900
62960
|
workspace_id: string;
|
|
62901
62961
|
created_at: string;
|
|
@@ -62903,6 +62963,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62903
62963
|
event_id: string;
|
|
62904
62964
|
occurred_at: string;
|
|
62905
62965
|
event_type: "access_method.revoked";
|
|
62966
|
+
access_grant_ids: string[];
|
|
62967
|
+
access_grant_keys?: string[] | undefined;
|
|
62906
62968
|
}>, z.ZodObject<{
|
|
62907
62969
|
event_id: z.ZodString;
|
|
62908
62970
|
workspace_id: z.ZodString;
|
|
@@ -62910,6 +62972,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62910
62972
|
occurred_at: z.ZodString;
|
|
62911
62973
|
} & {
|
|
62912
62974
|
access_method_id: z.ZodString;
|
|
62975
|
+
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
62976
|
+
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
62913
62977
|
} & {
|
|
62914
62978
|
event_type: z.ZodLiteral<"access_method.card_encoding_required">;
|
|
62915
62979
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -62919,6 +62983,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62919
62983
|
event_id: string;
|
|
62920
62984
|
occurred_at: string;
|
|
62921
62985
|
event_type: "access_method.card_encoding_required";
|
|
62986
|
+
access_grant_ids: string[];
|
|
62987
|
+
access_grant_keys?: string[] | undefined;
|
|
62922
62988
|
}, {
|
|
62923
62989
|
workspace_id: string;
|
|
62924
62990
|
created_at: string;
|
|
@@ -62926,6 +62992,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62926
62992
|
event_id: string;
|
|
62927
62993
|
occurred_at: string;
|
|
62928
62994
|
event_type: "access_method.card_encoding_required";
|
|
62995
|
+
access_grant_ids: string[];
|
|
62996
|
+
access_grant_keys?: string[] | undefined;
|
|
62929
62997
|
}>, z.ZodObject<{
|
|
62930
62998
|
event_id: z.ZodString;
|
|
62931
62999
|
workspace_id: z.ZodString;
|
|
@@ -62933,6 +63001,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62933
63001
|
occurred_at: z.ZodString;
|
|
62934
63002
|
} & {
|
|
62935
63003
|
access_method_id: z.ZodString;
|
|
63004
|
+
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
63005
|
+
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
62936
63006
|
} & {
|
|
62937
63007
|
event_type: z.ZodLiteral<"access_method.deleted">;
|
|
62938
63008
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -62942,6 +63012,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62942
63012
|
event_id: string;
|
|
62943
63013
|
occurred_at: string;
|
|
62944
63014
|
event_type: "access_method.deleted";
|
|
63015
|
+
access_grant_ids: string[];
|
|
63016
|
+
access_grant_keys?: string[] | undefined;
|
|
62945
63017
|
}, {
|
|
62946
63018
|
workspace_id: string;
|
|
62947
63019
|
created_at: string;
|
|
@@ -62949,6 +63021,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62949
63021
|
event_id: string;
|
|
62950
63022
|
occurred_at: string;
|
|
62951
63023
|
event_type: "access_method.deleted";
|
|
63024
|
+
access_grant_ids: string[];
|
|
63025
|
+
access_grant_keys?: string[] | undefined;
|
|
62952
63026
|
}>, z.ZodObject<{
|
|
62953
63027
|
event_id: z.ZodString;
|
|
62954
63028
|
workspace_id: z.ZodString;
|
|
@@ -62956,6 +63030,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62956
63030
|
occurred_at: z.ZodString;
|
|
62957
63031
|
} & {
|
|
62958
63032
|
access_method_id: z.ZodString;
|
|
63033
|
+
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
63034
|
+
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
62959
63035
|
} & {
|
|
62960
63036
|
event_type: z.ZodLiteral<"access_method.reissued">;
|
|
62961
63037
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -62965,6 +63041,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62965
63041
|
event_id: string;
|
|
62966
63042
|
occurred_at: string;
|
|
62967
63043
|
event_type: "access_method.reissued";
|
|
63044
|
+
access_grant_ids: string[];
|
|
63045
|
+
access_grant_keys?: string[] | undefined;
|
|
62968
63046
|
}, {
|
|
62969
63047
|
workspace_id: string;
|
|
62970
63048
|
created_at: string;
|
|
@@ -62972,6 +63050,8 @@ export declare const batch: z.ZodObject<{
|
|
|
62972
63050
|
event_id: string;
|
|
62973
63051
|
occurred_at: string;
|
|
62974
63052
|
event_type: "access_method.reissued";
|
|
63053
|
+
access_grant_ids: string[];
|
|
63054
|
+
access_grant_keys?: string[] | undefined;
|
|
62975
63055
|
}>, z.ZodObject<{
|
|
62976
63056
|
event_id: z.ZodString;
|
|
62977
63057
|
workspace_id: z.ZodString;
|
|
@@ -70797,6 +70877,8 @@ export declare const batch: z.ZodObject<{
|
|
|
70797
70877
|
event_id: string;
|
|
70798
70878
|
occurred_at: string;
|
|
70799
70879
|
event_type: "access_method.issued";
|
|
70880
|
+
access_grant_ids: string[];
|
|
70881
|
+
access_grant_keys?: string[] | undefined;
|
|
70800
70882
|
} | {
|
|
70801
70883
|
workspace_id: string;
|
|
70802
70884
|
created_at: string;
|
|
@@ -70804,6 +70886,8 @@ export declare const batch: z.ZodObject<{
|
|
|
70804
70886
|
event_id: string;
|
|
70805
70887
|
occurred_at: string;
|
|
70806
70888
|
event_type: "access_method.card_encoding_required";
|
|
70889
|
+
access_grant_ids: string[];
|
|
70890
|
+
access_grant_keys?: string[] | undefined;
|
|
70807
70891
|
} | {
|
|
70808
70892
|
workspace_id: string;
|
|
70809
70893
|
created_at: string;
|
|
@@ -70811,6 +70895,8 @@ export declare const batch: z.ZodObject<{
|
|
|
70811
70895
|
event_id: string;
|
|
70812
70896
|
occurred_at: string;
|
|
70813
70897
|
event_type: "access_method.revoked";
|
|
70898
|
+
access_grant_ids: string[];
|
|
70899
|
+
access_grant_keys?: string[] | undefined;
|
|
70814
70900
|
} | {
|
|
70815
70901
|
workspace_id: string;
|
|
70816
70902
|
created_at: string;
|
|
@@ -70818,6 +70904,8 @@ export declare const batch: z.ZodObject<{
|
|
|
70818
70904
|
event_id: string;
|
|
70819
70905
|
occurred_at: string;
|
|
70820
70906
|
event_type: "access_method.deleted";
|
|
70907
|
+
access_grant_ids: string[];
|
|
70908
|
+
access_grant_keys?: string[] | undefined;
|
|
70821
70909
|
} | {
|
|
70822
70910
|
workspace_id: string;
|
|
70823
70911
|
created_at: string;
|
|
@@ -70825,6 +70913,8 @@ export declare const batch: z.ZodObject<{
|
|
|
70825
70913
|
event_id: string;
|
|
70826
70914
|
occurred_at: string;
|
|
70827
70915
|
event_type: "access_method.reissued";
|
|
70916
|
+
access_grant_ids: string[];
|
|
70917
|
+
access_grant_keys?: string[] | undefined;
|
|
70828
70918
|
} | {
|
|
70829
70919
|
workspace_id: string;
|
|
70830
70920
|
created_at: string;
|
|
@@ -74635,6 +74725,8 @@ export declare const batch: z.ZodObject<{
|
|
|
74635
74725
|
event_id: string;
|
|
74636
74726
|
occurred_at: string;
|
|
74637
74727
|
event_type: "access_method.issued";
|
|
74728
|
+
access_grant_ids: string[];
|
|
74729
|
+
access_grant_keys?: string[] | undefined;
|
|
74638
74730
|
} | {
|
|
74639
74731
|
workspace_id: string;
|
|
74640
74732
|
created_at: string;
|
|
@@ -74642,6 +74734,8 @@ export declare const batch: z.ZodObject<{
|
|
|
74642
74734
|
event_id: string;
|
|
74643
74735
|
occurred_at: string;
|
|
74644
74736
|
event_type: "access_method.card_encoding_required";
|
|
74737
|
+
access_grant_ids: string[];
|
|
74738
|
+
access_grant_keys?: string[] | undefined;
|
|
74645
74739
|
} | {
|
|
74646
74740
|
workspace_id: string;
|
|
74647
74741
|
created_at: string;
|
|
@@ -74649,6 +74743,8 @@ export declare const batch: z.ZodObject<{
|
|
|
74649
74743
|
event_id: string;
|
|
74650
74744
|
occurred_at: string;
|
|
74651
74745
|
event_type: "access_method.revoked";
|
|
74746
|
+
access_grant_ids: string[];
|
|
74747
|
+
access_grant_keys?: string[] | undefined;
|
|
74652
74748
|
} | {
|
|
74653
74749
|
workspace_id: string;
|
|
74654
74750
|
created_at: string;
|
|
@@ -74656,6 +74752,8 @@ export declare const batch: z.ZodObject<{
|
|
|
74656
74752
|
event_id: string;
|
|
74657
74753
|
occurred_at: string;
|
|
74658
74754
|
event_type: "access_method.deleted";
|
|
74755
|
+
access_grant_ids: string[];
|
|
74756
|
+
access_grant_keys?: string[] | undefined;
|
|
74659
74757
|
} | {
|
|
74660
74758
|
workspace_id: string;
|
|
74661
74759
|
created_at: string;
|
|
@@ -74663,6 +74761,8 @@ export declare const batch: z.ZodObject<{
|
|
|
74663
74761
|
event_id: string;
|
|
74664
74762
|
occurred_at: string;
|
|
74665
74763
|
event_type: "access_method.reissued";
|
|
74764
|
+
access_grant_ids: string[];
|
|
74765
|
+
access_grant_keys?: string[] | undefined;
|
|
74666
74766
|
} | {
|
|
74667
74767
|
workspace_id: string;
|
|
74668
74768
|
created_at: string;
|
|
@@ -18,6 +18,7 @@ export declare const customer_delete_data: z.ZodObject<{
|
|
|
18
18
|
booking_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
19
19
|
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
|
+
access_grant_keys?: string[] | undefined;
|
|
21
22
|
space_keys?: string[] | undefined;
|
|
22
23
|
property_keys?: string[] | undefined;
|
|
23
24
|
room_keys?: string[] | undefined;
|
|
@@ -34,8 +35,8 @@ export declare const customer_delete_data: z.ZodObject<{
|
|
|
34
35
|
user_identity_keys?: string[] | undefined;
|
|
35
36
|
reservation_keys?: string[] | undefined;
|
|
36
37
|
booking_keys?: string[] | undefined;
|
|
37
|
-
access_grant_keys?: string[] | undefined;
|
|
38
38
|
}, {
|
|
39
|
+
access_grant_keys?: string[] | undefined;
|
|
39
40
|
space_keys?: string[] | undefined;
|
|
40
41
|
property_keys?: string[] | undefined;
|
|
41
42
|
room_keys?: string[] | undefined;
|
|
@@ -52,6 +53,5 @@ export declare const customer_delete_data: z.ZodObject<{
|
|
|
52
53
|
user_identity_keys?: string[] | undefined;
|
|
53
54
|
reservation_keys?: string[] | undefined;
|
|
54
55
|
booking_keys?: string[] | undefined;
|
|
55
|
-
access_grant_keys?: string[] | undefined;
|
|
56
56
|
}>;
|
|
57
57
|
export type CustomerDeleteData = z.infer<typeof customer_delete_data>;
|