@seamapi/types 1.102.1 → 1.104.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 +121 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +227 -0
- package/lib/seam/connect/openapi.d.ts +202 -0
- package/lib/seam/connect/openapi.js +121 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +25 -0
- package/lib/seam/connect/unstable/models/acs/credential.d.ts +16 -0
- package/lib/seam/connect/unstable/models/acs/credential.js +2 -0
- package/lib/seam/connect/unstable/models/acs/credential.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +121 -0
- package/src/lib/seam/connect/route-types.ts +25 -0
- package/src/lib/seam/connect/unstable/models/acs/credential.ts +2 -0
|
@@ -809,6 +809,8 @@ export interface Routes {
|
|
|
809
809
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
810
810
|
visionline_metadata?: {
|
|
811
811
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
812
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
813
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
812
814
|
} | undefined;
|
|
813
815
|
};
|
|
814
816
|
};
|
|
@@ -853,6 +855,8 @@ export interface Routes {
|
|
|
853
855
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
854
856
|
visionline_metadata?: {
|
|
855
857
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
858
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
859
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
856
860
|
} | undefined;
|
|
857
861
|
};
|
|
858
862
|
};
|
|
@@ -896,6 +900,8 @@ export interface Routes {
|
|
|
896
900
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
897
901
|
visionline_metadata?: {
|
|
898
902
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
903
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
904
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
899
905
|
} | undefined;
|
|
900
906
|
};
|
|
901
907
|
};
|
|
@@ -935,6 +941,8 @@ export interface Routes {
|
|
|
935
941
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
936
942
|
visionline_metadata?: {
|
|
937
943
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
944
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
945
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
938
946
|
} | undefined;
|
|
939
947
|
}>;
|
|
940
948
|
};
|
|
@@ -968,6 +976,8 @@ export interface Routes {
|
|
|
968
976
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
969
977
|
visionline_metadata?: {
|
|
970
978
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
979
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
980
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
971
981
|
} | undefined;
|
|
972
982
|
};
|
|
973
983
|
};
|
|
@@ -1001,6 +1011,8 @@ export interface Routes {
|
|
|
1001
1011
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1002
1012
|
visionline_metadata?: {
|
|
1003
1013
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
1014
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
1015
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
1004
1016
|
} | undefined;
|
|
1005
1017
|
};
|
|
1006
1018
|
};
|
|
@@ -1097,6 +1109,8 @@ export interface Routes {
|
|
|
1097
1109
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1098
1110
|
visionline_metadata?: {
|
|
1099
1111
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
1112
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
1113
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
1100
1114
|
} | undefined;
|
|
1101
1115
|
}>;
|
|
1102
1116
|
};
|
|
@@ -1330,6 +1344,17 @@ export interface Routes {
|
|
|
1330
1344
|
formData: {};
|
|
1331
1345
|
jsonResponse: {};
|
|
1332
1346
|
};
|
|
1347
|
+
'/acs/users/revoke_access_to_all_entrances': {
|
|
1348
|
+
route: '/acs/users/revoke_access_to_all_entrances';
|
|
1349
|
+
method: 'POST';
|
|
1350
|
+
queryParams: {};
|
|
1351
|
+
jsonBody: {
|
|
1352
|
+
acs_user_id: string;
|
|
1353
|
+
};
|
|
1354
|
+
commonParams: {};
|
|
1355
|
+
formData: {};
|
|
1356
|
+
jsonResponse: {};
|
|
1357
|
+
};
|
|
1333
1358
|
'/acs/users/suspend': {
|
|
1334
1359
|
route: '/acs/users/suspend';
|
|
1335
1360
|
method: 'POST';
|
|
@@ -4,10 +4,16 @@ export declare const acs_credential_access_method_type: z.ZodEnum<["code", "card
|
|
|
4
4
|
export type AcsCredentialExternalType = z.infer<typeof acs_credential_external_type>;
|
|
5
5
|
export declare const acs_credential_visionline_metadata: z.ZodObject<{
|
|
6
6
|
joiner_acs_credential_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7
|
+
guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8
|
+
common_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7
9
|
}, "strip", z.ZodTypeAny, {
|
|
8
10
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
11
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
12
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
9
13
|
}, {
|
|
10
14
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
15
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
16
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
11
17
|
}>;
|
|
12
18
|
export type AcsCredentialVisionlineMetadata = z.infer<typeof acs_credential_visionline_metadata>;
|
|
13
19
|
export declare const acs_credential: z.ZodObject<{
|
|
@@ -28,10 +34,16 @@ export declare const acs_credential: z.ZodObject<{
|
|
|
28
34
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
29
35
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
30
36
|
joiner_acs_credential_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
37
|
+
guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
38
|
+
common_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
31
39
|
}, "strip", z.ZodTypeAny, {
|
|
32
40
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
41
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
42
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
33
43
|
}, {
|
|
34
44
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
45
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
46
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
35
47
|
}>>;
|
|
36
48
|
}, "strip", z.ZodTypeAny, {
|
|
37
49
|
workspace_id: string;
|
|
@@ -51,6 +63,8 @@ export declare const acs_credential: z.ZodObject<{
|
|
|
51
63
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
52
64
|
visionline_metadata?: {
|
|
53
65
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
66
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
67
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
54
68
|
} | undefined;
|
|
55
69
|
}, {
|
|
56
70
|
workspace_id: string;
|
|
@@ -70,6 +84,8 @@ export declare const acs_credential: z.ZodObject<{
|
|
|
70
84
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
71
85
|
visionline_metadata?: {
|
|
72
86
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
87
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
88
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
73
89
|
} | undefined;
|
|
74
90
|
}>;
|
|
75
91
|
export type AcsCredential = z.output<typeof acs_credential>;
|
|
@@ -13,6 +13,8 @@ export const acs_credential_access_method_type = z.enum([
|
|
|
13
13
|
]);
|
|
14
14
|
export const acs_credential_visionline_metadata = z.object({
|
|
15
15
|
joiner_acs_credential_ids: z.array(z.string().uuid()).optional(),
|
|
16
|
+
guest_acs_entrance_ids: z.array(z.string().uuid()).optional(),
|
|
17
|
+
common_acs_entrance_ids: z.array(z.string().uuid()).optional(),
|
|
16
18
|
});
|
|
17
19
|
export const acs_credential = z.object({
|
|
18
20
|
acs_credential_id: z.string().uuid(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"credential.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/acs/credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,wEAAwE;AACxE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,IAAI,CAAC;IACjD,UAAU;IACV,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;CAClB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,IAAI,CAAC;IACtD,MAAM;IACN,MAAM;IACN,YAAY;CACb,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IACzD,yBAAyB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;
|
|
1
|
+
{"version":3,"file":"credential.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/acs/credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,wEAAwE;AACxE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,IAAI,CAAC;IACjD,UAAU;IACV,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;CAClB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,IAAI,CAAC;IACtD,MAAM;IACN,MAAM;IACN,YAAY;CACb,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IACzD,yBAAyB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChE,sBAAsB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7D,uBAAuB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,cAAc,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,QAAQ,EAAE;IACnC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtC,aAAa,EAAE,iCAAiC;IAChD,aAAa,EAAE,4BAA4B,CAAC,QAAQ,EAAE;IACtD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,8BAA8B,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACtD,mBAAmB,EAAE,kCAAkC,CAAC,QAAQ,EAAE;CACnE,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -3903,6 +3903,14 @@ export default {
|
|
|
3903
3903
|
starts_at: { type: 'string' },
|
|
3904
3904
|
visionline_metadata: {
|
|
3905
3905
|
properties: {
|
|
3906
|
+
common_acs_entrance_ids: {
|
|
3907
|
+
items: { format: 'uuid', type: 'string' },
|
|
3908
|
+
type: 'array',
|
|
3909
|
+
},
|
|
3910
|
+
guest_acs_entrance_ids: {
|
|
3911
|
+
items: { format: 'uuid', type: 'string' },
|
|
3912
|
+
type: 'array',
|
|
3913
|
+
},
|
|
3906
3914
|
joiner_acs_credential_ids: {
|
|
3907
3915
|
items: { format: 'uuid', type: 'string' },
|
|
3908
3916
|
type: 'array',
|
|
@@ -4000,6 +4008,14 @@ export default {
|
|
|
4000
4008
|
starts_at: { type: 'string' },
|
|
4001
4009
|
visionline_metadata: {
|
|
4002
4010
|
properties: {
|
|
4011
|
+
common_acs_entrance_ids: {
|
|
4012
|
+
items: { format: 'uuid', type: 'string' },
|
|
4013
|
+
type: 'array',
|
|
4014
|
+
},
|
|
4015
|
+
guest_acs_entrance_ids: {
|
|
4016
|
+
items: { format: 'uuid', type: 'string' },
|
|
4017
|
+
type: 'array',
|
|
4018
|
+
},
|
|
4003
4019
|
joiner_acs_credential_ids: {
|
|
4004
4020
|
items: { format: 'uuid', type: 'string' },
|
|
4005
4021
|
type: 'array',
|
|
@@ -4134,6 +4150,14 @@ export default {
|
|
|
4134
4150
|
starts_at: { type: 'string' },
|
|
4135
4151
|
visionline_metadata: {
|
|
4136
4152
|
properties: {
|
|
4153
|
+
common_acs_entrance_ids: {
|
|
4154
|
+
items: { format: 'uuid', type: 'string' },
|
|
4155
|
+
type: 'array',
|
|
4156
|
+
},
|
|
4157
|
+
guest_acs_entrance_ids: {
|
|
4158
|
+
items: { format: 'uuid', type: 'string' },
|
|
4159
|
+
type: 'array',
|
|
4160
|
+
},
|
|
4137
4161
|
joiner_acs_credential_ids: {
|
|
4138
4162
|
items: { format: 'uuid', type: 'string' },
|
|
4139
4163
|
type: 'array',
|
|
@@ -4276,6 +4300,14 @@ export default {
|
|
|
4276
4300
|
starts_at: { type: 'string' },
|
|
4277
4301
|
visionline_metadata: {
|
|
4278
4302
|
properties: {
|
|
4303
|
+
common_acs_entrance_ids: {
|
|
4304
|
+
items: { format: 'uuid', type: 'string' },
|
|
4305
|
+
type: 'array',
|
|
4306
|
+
},
|
|
4307
|
+
guest_acs_entrance_ids: {
|
|
4308
|
+
items: { format: 'uuid', type: 'string' },
|
|
4309
|
+
type: 'array',
|
|
4310
|
+
},
|
|
4279
4311
|
joiner_acs_credential_ids: {
|
|
4280
4312
|
items: { format: 'uuid', type: 'string' },
|
|
4281
4313
|
type: 'array',
|
|
@@ -4402,6 +4434,14 @@ export default {
|
|
|
4402
4434
|
starts_at: { type: 'string' },
|
|
4403
4435
|
visionline_metadata: {
|
|
4404
4436
|
properties: {
|
|
4437
|
+
common_acs_entrance_ids: {
|
|
4438
|
+
items: { format: 'uuid', type: 'string' },
|
|
4439
|
+
type: 'array',
|
|
4440
|
+
},
|
|
4441
|
+
guest_acs_entrance_ids: {
|
|
4442
|
+
items: { format: 'uuid', type: 'string' },
|
|
4443
|
+
type: 'array',
|
|
4444
|
+
},
|
|
4405
4445
|
joiner_acs_credential_ids: {
|
|
4406
4446
|
items: { format: 'uuid', type: 'string' },
|
|
4407
4447
|
type: 'array',
|
|
@@ -4505,6 +4545,14 @@ export default {
|
|
|
4505
4545
|
starts_at: { type: 'string' },
|
|
4506
4546
|
visionline_metadata: {
|
|
4507
4547
|
properties: {
|
|
4548
|
+
common_acs_entrance_ids: {
|
|
4549
|
+
items: { format: 'uuid', type: 'string' },
|
|
4550
|
+
type: 'array',
|
|
4551
|
+
},
|
|
4552
|
+
guest_acs_entrance_ids: {
|
|
4553
|
+
items: { format: 'uuid', type: 'string' },
|
|
4554
|
+
type: 'array',
|
|
4555
|
+
},
|
|
4508
4556
|
joiner_acs_credential_ids: {
|
|
4509
4557
|
items: { format: 'uuid', type: 'string' },
|
|
4510
4558
|
type: 'array',
|
|
@@ -4602,6 +4650,14 @@ export default {
|
|
|
4602
4650
|
starts_at: { type: 'string' },
|
|
4603
4651
|
visionline_metadata: {
|
|
4604
4652
|
properties: {
|
|
4653
|
+
common_acs_entrance_ids: {
|
|
4654
|
+
items: { format: 'uuid', type: 'string' },
|
|
4655
|
+
type: 'array',
|
|
4656
|
+
},
|
|
4657
|
+
guest_acs_entrance_ids: {
|
|
4658
|
+
items: { format: 'uuid', type: 'string' },
|
|
4659
|
+
type: 'array',
|
|
4660
|
+
},
|
|
4605
4661
|
joiner_acs_credential_ids: {
|
|
4606
4662
|
items: { format: 'uuid', type: 'string' },
|
|
4607
4663
|
type: 'array',
|
|
@@ -4702,6 +4758,14 @@ export default {
|
|
|
4702
4758
|
starts_at: { type: 'string' },
|
|
4703
4759
|
visionline_metadata: {
|
|
4704
4760
|
properties: {
|
|
4761
|
+
common_acs_entrance_ids: {
|
|
4762
|
+
items: { format: 'uuid', type: 'string' },
|
|
4763
|
+
type: 'array',
|
|
4764
|
+
},
|
|
4765
|
+
guest_acs_entrance_ids: {
|
|
4766
|
+
items: { format: 'uuid', type: 'string' },
|
|
4767
|
+
type: 'array',
|
|
4768
|
+
},
|
|
4705
4769
|
joiner_acs_credential_ids: {
|
|
4706
4770
|
items: { format: 'uuid', type: 'string' },
|
|
4707
4771
|
type: 'array',
|
|
@@ -4799,6 +4863,14 @@ export default {
|
|
|
4799
4863
|
starts_at: { type: 'string' },
|
|
4800
4864
|
visionline_metadata: {
|
|
4801
4865
|
properties: {
|
|
4866
|
+
common_acs_entrance_ids: {
|
|
4867
|
+
items: { format: 'uuid', type: 'string' },
|
|
4868
|
+
type: 'array',
|
|
4869
|
+
},
|
|
4870
|
+
guest_acs_entrance_ids: {
|
|
4871
|
+
items: { format: 'uuid', type: 'string' },
|
|
4872
|
+
type: 'array',
|
|
4873
|
+
},
|
|
4802
4874
|
joiner_acs_credential_ids: {
|
|
4803
4875
|
items: { format: 'uuid', type: 'string' },
|
|
4804
4876
|
type: 'array',
|
|
@@ -5132,6 +5204,14 @@ export default {
|
|
|
5132
5204
|
starts_at: { type: 'string' },
|
|
5133
5205
|
visionline_metadata: {
|
|
5134
5206
|
properties: {
|
|
5207
|
+
common_acs_entrance_ids: {
|
|
5208
|
+
items: { format: 'uuid', type: 'string' },
|
|
5209
|
+
type: 'array',
|
|
5210
|
+
},
|
|
5211
|
+
guest_acs_entrance_ids: {
|
|
5212
|
+
items: { format: 'uuid', type: 'string' },
|
|
5213
|
+
type: 'array',
|
|
5214
|
+
},
|
|
5135
5215
|
joiner_acs_credential_ids: {
|
|
5136
5216
|
items: { format: 'uuid', type: 'string' },
|
|
5137
5217
|
type: 'array',
|
|
@@ -5666,6 +5746,47 @@ export default {
|
|
|
5666
5746
|
'x-fern-sdk-method-name': 'remove_from_access_group',
|
|
5667
5747
|
},
|
|
5668
5748
|
},
|
|
5749
|
+
'/acs/users/revoke_access_to_all_entrances': {
|
|
5750
|
+
post: {
|
|
5751
|
+
operationId: 'acsUsersRevokeAccessToAllEntrancesPost',
|
|
5752
|
+
requestBody: {
|
|
5753
|
+
content: {
|
|
5754
|
+
'application/json': {
|
|
5755
|
+
schema: {
|
|
5756
|
+
properties: { acs_user_id: { format: 'uuid', type: 'string' } },
|
|
5757
|
+
required: ['acs_user_id'],
|
|
5758
|
+
type: 'object',
|
|
5759
|
+
},
|
|
5760
|
+
},
|
|
5761
|
+
},
|
|
5762
|
+
},
|
|
5763
|
+
responses: {
|
|
5764
|
+
200: {
|
|
5765
|
+
content: {
|
|
5766
|
+
'application/json': {
|
|
5767
|
+
schema: {
|
|
5768
|
+
properties: { ok: { type: 'boolean' } },
|
|
5769
|
+
required: ['ok'],
|
|
5770
|
+
type: 'object',
|
|
5771
|
+
},
|
|
5772
|
+
},
|
|
5773
|
+
},
|
|
5774
|
+
description: 'OK',
|
|
5775
|
+
},
|
|
5776
|
+
400: { description: 'Bad Request' },
|
|
5777
|
+
401: { description: 'Unauthorized' },
|
|
5778
|
+
},
|
|
5779
|
+
security: [
|
|
5780
|
+
{ api_key: [] },
|
|
5781
|
+
{ pat_with_workspace: [] },
|
|
5782
|
+
{ console_session: [] },
|
|
5783
|
+
],
|
|
5784
|
+
summary: '/acs/users/revoke_access_to_all_entrances',
|
|
5785
|
+
tags: ['/acs'],
|
|
5786
|
+
'x-fern-sdk-group-name': ['acs', 'users'],
|
|
5787
|
+
'x-fern-sdk-method-name': 'revoke_access_to_all_entrances',
|
|
5788
|
+
},
|
|
5789
|
+
},
|
|
5669
5790
|
'/acs/users/suspend': {
|
|
5670
5791
|
post: {
|
|
5671
5792
|
operationId: 'acsUsersSuspendPost',
|
|
@@ -854,6 +854,8 @@ export interface Routes {
|
|
|
854
854
|
visionline_metadata?:
|
|
855
855
|
| {
|
|
856
856
|
joiner_acs_credential_ids?: string[] | undefined
|
|
857
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
858
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
857
859
|
}
|
|
858
860
|
| undefined
|
|
859
861
|
}
|
|
@@ -918,6 +920,8 @@ export interface Routes {
|
|
|
918
920
|
visionline_metadata?:
|
|
919
921
|
| {
|
|
920
922
|
joiner_acs_credential_ids?: string[] | undefined
|
|
923
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
924
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
921
925
|
}
|
|
922
926
|
| undefined
|
|
923
927
|
}
|
|
@@ -970,6 +974,8 @@ export interface Routes {
|
|
|
970
974
|
visionline_metadata?:
|
|
971
975
|
| {
|
|
972
976
|
joiner_acs_credential_ids?: string[] | undefined
|
|
977
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
978
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
973
979
|
}
|
|
974
980
|
| undefined
|
|
975
981
|
}
|
|
@@ -1022,6 +1028,8 @@ export interface Routes {
|
|
|
1022
1028
|
visionline_metadata?:
|
|
1023
1029
|
| {
|
|
1024
1030
|
joiner_acs_credential_ids?: string[] | undefined
|
|
1031
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
1032
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
1025
1033
|
}
|
|
1026
1034
|
| undefined
|
|
1027
1035
|
}>
|
|
@@ -1064,6 +1072,8 @@ export interface Routes {
|
|
|
1064
1072
|
visionline_metadata?:
|
|
1065
1073
|
| {
|
|
1066
1074
|
joiner_acs_credential_ids?: string[] | undefined
|
|
1075
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
1076
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
1067
1077
|
}
|
|
1068
1078
|
| undefined
|
|
1069
1079
|
}
|
|
@@ -1106,6 +1116,8 @@ export interface Routes {
|
|
|
1106
1116
|
visionline_metadata?:
|
|
1107
1117
|
| {
|
|
1108
1118
|
joiner_acs_credential_ids?: string[] | undefined
|
|
1119
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
1120
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
1109
1121
|
}
|
|
1110
1122
|
| undefined
|
|
1111
1123
|
}
|
|
@@ -1215,6 +1227,8 @@ export interface Routes {
|
|
|
1215
1227
|
visionline_metadata?:
|
|
1216
1228
|
| {
|
|
1217
1229
|
joiner_acs_credential_ids?: string[] | undefined
|
|
1230
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
1231
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
1218
1232
|
}
|
|
1219
1233
|
| undefined
|
|
1220
1234
|
}>
|
|
@@ -1508,6 +1522,17 @@ export interface Routes {
|
|
|
1508
1522
|
formData: {}
|
|
1509
1523
|
jsonResponse: {}
|
|
1510
1524
|
}
|
|
1525
|
+
'/acs/users/revoke_access_to_all_entrances': {
|
|
1526
|
+
route: '/acs/users/revoke_access_to_all_entrances'
|
|
1527
|
+
method: 'POST'
|
|
1528
|
+
queryParams: {}
|
|
1529
|
+
jsonBody: {
|
|
1530
|
+
acs_user_id: string
|
|
1531
|
+
}
|
|
1532
|
+
commonParams: {}
|
|
1533
|
+
formData: {}
|
|
1534
|
+
jsonResponse: {}
|
|
1535
|
+
}
|
|
1511
1536
|
'/acs/users/suspend': {
|
|
1512
1537
|
route: '/acs/users/suspend'
|
|
1513
1538
|
method: 'POST'
|
|
@@ -20,6 +20,8 @@ export type AcsCredentialExternalType = z.infer<
|
|
|
20
20
|
|
|
21
21
|
export const acs_credential_visionline_metadata = z.object({
|
|
22
22
|
joiner_acs_credential_ids: z.array(z.string().uuid()).optional(),
|
|
23
|
+
guest_acs_entrance_ids: z.array(z.string().uuid()).optional(),
|
|
24
|
+
common_acs_entrance_ids: z.array(z.string().uuid()).optional(),
|
|
23
25
|
})
|
|
24
26
|
|
|
25
27
|
export type AcsCredentialVisionlineMetadata = z.infer<
|