@seamapi/types 1.256.0 → 1.258.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.
@@ -49,6 +49,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
49
49
  guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
50
50
  common_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
51
51
  is_valid: z.ZodOptional<z.ZodBoolean>;
52
+ auto_join: z.ZodOptional<z.ZodBoolean>;
52
53
  card_id: z.ZodOptional<z.ZodString>;
53
54
  credential_id: z.ZodOptional<z.ZodString>;
54
55
  }, "strip", z.ZodTypeAny, {
@@ -57,6 +58,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
57
58
  guest_acs_entrance_ids?: string[] | undefined;
58
59
  common_acs_entrance_ids?: string[] | undefined;
59
60
  is_valid?: boolean | undefined;
61
+ auto_join?: boolean | undefined;
60
62
  card_id?: string | undefined;
61
63
  credential_id?: string | undefined;
62
64
  }, {
@@ -65,6 +67,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
65
67
  guest_acs_entrance_ids?: string[] | undefined;
66
68
  common_acs_entrance_ids?: string[] | undefined;
67
69
  is_valid?: boolean | undefined;
70
+ auto_join?: boolean | undefined;
68
71
  card_id?: string | undefined;
69
72
  credential_id?: string | undefined;
70
73
  }>>;
@@ -95,6 +98,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
95
98
  guest_acs_entrance_ids?: string[] | undefined;
96
99
  common_acs_entrance_ids?: string[] | undefined;
97
100
  is_valid?: boolean | undefined;
101
+ auto_join?: boolean | undefined;
98
102
  card_id?: string | undefined;
99
103
  credential_id?: string | undefined;
100
104
  } | undefined;
@@ -134,6 +138,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
134
138
  guest_acs_entrance_ids?: string[] | undefined;
135
139
  common_acs_entrance_ids?: string[] | undefined;
136
140
  is_valid?: boolean | undefined;
141
+ auto_join?: boolean | undefined;
137
142
  card_id?: string | undefined;
138
143
  credential_id?: string | undefined;
139
144
  } | undefined;
@@ -196,6 +201,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
196
201
  guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
197
202
  common_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
198
203
  is_valid: z.ZodOptional<z.ZodBoolean>;
204
+ auto_join: z.ZodOptional<z.ZodBoolean>;
199
205
  card_id: z.ZodOptional<z.ZodString>;
200
206
  credential_id: z.ZodOptional<z.ZodString>;
201
207
  }, "strip", z.ZodTypeAny, {
@@ -204,6 +210,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
204
210
  guest_acs_entrance_ids?: string[] | undefined;
205
211
  common_acs_entrance_ids?: string[] | undefined;
206
212
  is_valid?: boolean | undefined;
213
+ auto_join?: boolean | undefined;
207
214
  card_id?: string | undefined;
208
215
  credential_id?: string | undefined;
209
216
  }, {
@@ -212,6 +219,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
212
219
  guest_acs_entrance_ids?: string[] | undefined;
213
220
  common_acs_entrance_ids?: string[] | undefined;
214
221
  is_valid?: boolean | undefined;
222
+ auto_join?: boolean | undefined;
215
223
  card_id?: string | undefined;
216
224
  credential_id?: string | undefined;
217
225
  }>>;
@@ -242,6 +250,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
242
250
  guest_acs_entrance_ids?: string[] | undefined;
243
251
  common_acs_entrance_ids?: string[] | undefined;
244
252
  is_valid?: boolean | undefined;
253
+ auto_join?: boolean | undefined;
245
254
  card_id?: string | undefined;
246
255
  credential_id?: string | undefined;
247
256
  } | undefined;
@@ -281,6 +290,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
281
290
  guest_acs_entrance_ids?: string[] | undefined;
282
291
  common_acs_entrance_ids?: string[] | undefined;
283
292
  is_valid?: boolean | undefined;
293
+ auto_join?: boolean | undefined;
284
294
  card_id?: string | undefined;
285
295
  credential_id?: string | undefined;
286
296
  } | undefined;
@@ -33,6 +33,7 @@ export declare const acs_credential_visionline_metadata: z.ZodObject<{
33
33
  guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
34
34
  common_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
35
35
  is_valid: z.ZodOptional<z.ZodBoolean>;
36
+ auto_join: z.ZodOptional<z.ZodBoolean>;
36
37
  card_id: z.ZodOptional<z.ZodString>;
37
38
  credential_id: z.ZodOptional<z.ZodString>;
38
39
  }, "strip", z.ZodTypeAny, {
@@ -41,6 +42,7 @@ export declare const acs_credential_visionline_metadata: z.ZodObject<{
41
42
  guest_acs_entrance_ids?: string[] | undefined;
42
43
  common_acs_entrance_ids?: string[] | undefined;
43
44
  is_valid?: boolean | undefined;
45
+ auto_join?: boolean | undefined;
44
46
  card_id?: string | undefined;
45
47
  credential_id?: string | undefined;
46
48
  }, {
@@ -49,6 +51,7 @@ export declare const acs_credential_visionline_metadata: z.ZodObject<{
49
51
  guest_acs_entrance_ids?: string[] | undefined;
50
52
  common_acs_entrance_ids?: string[] | undefined;
51
53
  is_valid?: boolean | undefined;
54
+ auto_join?: boolean | undefined;
52
55
  card_id?: string | undefined;
53
56
  credential_id?: string | undefined;
54
57
  }>;
@@ -21,6 +21,7 @@ export const acs_credential_visionline_metadata = z.object({
21
21
  guest_acs_entrance_ids: z.array(z.string().uuid()).optional(),
22
22
  common_acs_entrance_ids: z.array(z.string().uuid()).optional(),
23
23
  is_valid: z.boolean().optional(),
24
+ auto_join: z.boolean().optional(),
24
25
  card_id: z.string().optional(),
25
26
  credential_id: z.string().optional(),
26
27
  });
@@ -1 +1 @@
1
- {"version":3,"file":"visionline.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/visionline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAAC,CAAC,MAAM,CAAC;IACvD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,aAAa,EAAE,CAAC,CAAC,IAAI,CAAC;QACpB,UAAU;QACV,OAAO;QACP,iBAAiB;QACjB,QAAQ;QACR,cAAc;KACf,CAAC;IACF,QAAQ,EAAE,CAAC;SACR,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;QACP,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE;QACtC,4BAA4B,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;KACrE,CAAC,CACH;SACA,QAAQ,EAAE;CACd,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IACzD,kBAAkB,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAC9C,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;IAC9D,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACrC,CAAC,CAAA"}
1
+ {"version":3,"file":"visionline.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/visionline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAAC,CAAC,MAAM,CAAC;IACvD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,aAAa,EAAE,CAAC,CAAC,IAAI,CAAC;QACpB,UAAU;QACV,OAAO;QACP,iBAAiB;QACjB,QAAQ;QACR,cAAc;KACf,CAAC;IACF,QAAQ,EAAE,CAAC;SACR,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;QACP,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE;QACtC,4BAA4B,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;KACrE,CAAC,CACH;SACA,QAAQ,EAAE;CACd,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IACzD,kBAAkB,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAC9C,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;IAC9D,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACjC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACrC,CAAC,CAAA"}
@@ -316,6 +316,9 @@ declare const _default: {
316
316
  };
317
317
  visionline_metadata: {
318
318
  properties: {
319
+ auto_join: {
320
+ type: string;
321
+ };
319
322
  card_function_type: {
320
323
  enum: string[];
321
324
  type: string;
@@ -6758,6 +6761,9 @@ declare const _default: {
6758
6761
  format: string;
6759
6762
  type: string;
6760
6763
  };
6764
+ auto_join: {
6765
+ type: string;
6766
+ };
6761
6767
  card_format: {
6762
6768
  enum: string[];
6763
6769
  type: string;
@@ -7428,6 +7434,9 @@ declare const _default: {
7428
7434
  };
7429
7435
  visionline_metadata: {
7430
7436
  properties: {
7437
+ auto_join: {
7438
+ type: string;
7439
+ };
7431
7440
  card_function_type: {
7432
7441
  enum: string[];
7433
7442
  type: string;
@@ -7687,6 +7696,9 @@ declare const _default: {
7687
7696
  };
7688
7697
  visionline_metadata: {
7689
7698
  properties: {
7699
+ auto_join: {
7700
+ type: string;
7701
+ };
7690
7702
  card_function_type: {
7691
7703
  enum: string[];
7692
7704
  type: string;
@@ -8013,6 +8025,128 @@ declare const _default: {
8013
8025
  'x-undocumented': string;
8014
8026
  };
8015
8027
  };
8028
+ '/acs/encoders/list': {
8029
+ post: {
8030
+ operationId: string;
8031
+ requestBody: {
8032
+ content: {
8033
+ 'application/json': {
8034
+ schema: {
8035
+ oneOf: ({
8036
+ properties: {
8037
+ acs_system_ids: {
8038
+ items: {
8039
+ format: string;
8040
+ type: string;
8041
+ };
8042
+ type: string;
8043
+ };
8044
+ device_ids: {
8045
+ items: {
8046
+ format: string;
8047
+ type: string;
8048
+ };
8049
+ type: string;
8050
+ };
8051
+ limit: {
8052
+ default: number;
8053
+ format: string;
8054
+ type: string;
8055
+ };
8056
+ };
8057
+ required: string[];
8058
+ type: string;
8059
+ } | {
8060
+ properties: {
8061
+ device_ids: {
8062
+ items: {
8063
+ format: string;
8064
+ type: string;
8065
+ };
8066
+ type: string;
8067
+ };
8068
+ limit: {
8069
+ default: number;
8070
+ format: string;
8071
+ type: string;
8072
+ };
8073
+ acs_system_ids?: never;
8074
+ };
8075
+ required: string[];
8076
+ type: string;
8077
+ } | {
8078
+ properties: {
8079
+ acs_system_ids: {
8080
+ items: {
8081
+ format: string;
8082
+ type: string;
8083
+ };
8084
+ type: string;
8085
+ };
8086
+ limit: {
8087
+ default: number;
8088
+ format: string;
8089
+ type: string;
8090
+ };
8091
+ device_ids?: never;
8092
+ };
8093
+ required: string[];
8094
+ type: string;
8095
+ })[];
8096
+ };
8097
+ };
8098
+ };
8099
+ };
8100
+ responses: {
8101
+ 200: {
8102
+ content: {
8103
+ 'application/json': {
8104
+ schema: {
8105
+ properties: {
8106
+ devices: {
8107
+ items: {
8108
+ $ref: string;
8109
+ };
8110
+ type: string;
8111
+ };
8112
+ ok: {
8113
+ type: string;
8114
+ };
8115
+ };
8116
+ required: string[];
8117
+ type: string;
8118
+ };
8119
+ };
8120
+ };
8121
+ description: string;
8122
+ };
8123
+ 400: {
8124
+ description: string;
8125
+ };
8126
+ 401: {
8127
+ description: string;
8128
+ };
8129
+ };
8130
+ security: ({
8131
+ pat_with_workspace: never[];
8132
+ console_session?: never;
8133
+ api_key?: never;
8134
+ } | {
8135
+ console_session: never[];
8136
+ pat_with_workspace?: never;
8137
+ api_key?: never;
8138
+ } | {
8139
+ api_key: never[];
8140
+ pat_with_workspace?: never;
8141
+ console_session?: never;
8142
+ })[];
8143
+ summary: string;
8144
+ tags: string[];
8145
+ 'x-fern-sdk-group-name': string[];
8146
+ 'x-fern-sdk-method-name': string;
8147
+ 'x-fern-sdk-return-value': string;
8148
+ };
8149
+ };
8016
8150
  '/acs/encoders/read_card': {
8017
8151
  post: {
8018
8152
  operationId: string;
@@ -269,6 +269,7 @@ export default {
269
269
  starts_at: { type: 'string' },
270
270
  visionline_metadata: {
271
271
  properties: {
272
+ auto_join: { type: 'boolean' },
272
273
  card_function_type: { enum: ['guest', 'staff'], type: 'string' },
273
274
  card_id: { type: 'string' },
274
275
  common_acs_entrance_ids: {
@@ -6506,6 +6507,7 @@ export default {
6506
6507
  format: 'uuid',
6507
6508
  type: 'string',
6508
6509
  },
6510
+ auto_join: { type: 'boolean' },
6509
6511
  card_format: {
6510
6512
  enum: ['TLCode', 'rfid48'],
6511
6513
  type: 'string',
@@ -6978,6 +6980,7 @@ export default {
6978
6980
  starts_at: { type: 'string' },
6979
6981
  visionline_metadata: {
6980
6982
  properties: {
6983
+ auto_join: { type: 'boolean' },
6981
6984
  card_function_type: {
6982
6985
  enum: ['guest', 'staff'],
6983
6986
  type: 'string',
@@ -7162,6 +7165,7 @@ export default {
7162
7165
  starts_at: { type: 'string' },
7163
7166
  visionline_metadata: {
7164
7167
  properties: {
7168
+ auto_join: { type: 'boolean' },
7165
7169
  card_function_type: {
7166
7170
  enum: ['guest', 'staff'],
7167
7171
  type: 'string',
@@ -7396,6 +7400,90 @@ export default {
7396
7400
  'x-undocumented': 'Encoding a card is currently unimplemented.',
7397
7401
  },
7398
7402
  },
7403
+ '/acs/encoders/list': {
7404
+ post: {
7405
+ operationId: 'acsEncodersListPost',
7406
+ requestBody: {
7407
+ content: {
7408
+ 'application/json': {
7409
+ schema: {
7410
+ oneOf: [
7411
+ {
7412
+ properties: {
7413
+ acs_system_ids: {
7414
+ items: { format: 'uuid', type: 'string' },
7415
+ type: 'array',
7416
+ },
7417
+ device_ids: {
7418
+ items: { format: 'uuid', type: 'string' },
7419
+ type: 'array',
7420
+ },
7421
+ limit: { default: 500, format: 'float', type: 'number' },
7422
+ },
7423
+ required: ['acs_system_ids', 'device_ids'],
7424
+ type: 'object',
7425
+ },
7426
+ {
7427
+ properties: {
7428
+ device_ids: {
7429
+ items: { format: 'uuid', type: 'string' },
7430
+ type: 'array',
7431
+ },
7432
+ limit: { default: 500, format: 'float', type: 'number' },
7433
+ },
7434
+ required: ['device_ids'],
7435
+ type: 'object',
7436
+ },
7437
+ {
7438
+ properties: {
7439
+ acs_system_ids: {
7440
+ items: { format: 'uuid', type: 'string' },
7441
+ type: 'array',
7442
+ },
7443
+ limit: { default: 500, format: 'float', type: 'number' },
7444
+ },
7445
+ required: ['acs_system_ids'],
7446
+ type: 'object',
7447
+ },
7448
+ ],
7449
+ },
7450
+ },
7451
+ },
7452
+ },
7453
+ responses: {
7454
+ 200: {
7455
+ content: {
7456
+ 'application/json': {
7457
+ schema: {
7458
+ properties: {
7459
+ devices: {
7460
+ items: { $ref: '#/components/schemas/device' },
7461
+ type: 'array',
7462
+ },
7463
+ ok: { type: 'boolean' },
7464
+ },
7465
+ required: ['devices', 'ok'],
7466
+ type: 'object',
7467
+ },
7468
+ },
7469
+ },
7470
+ description: 'OK',
7471
+ },
7472
+ 400: { description: 'Bad Request' },
7473
+ 401: { description: 'Unauthorized' },
7474
+ },
7475
+ security: [
7476
+ { pat_with_workspace: [] },
7477
+ { console_session: [] },
7478
+ { api_key: [] },
7479
+ ],
7480
+ summary: '/acs/encoders/list',
7481
+ tags: ['/acs'],
7482
+ 'x-fern-sdk-group-name': ['acs', 'encoders'],
7483
+ 'x-fern-sdk-method-name': 'list',
7484
+ 'x-fern-sdk-return-value': 'devices',
7485
+ },
7486
+ },
7399
7487
  '/acs/encoders/read_card': {
7400
7488
  post: {
7401
7489
  operationId: 'acsEncodersReadCardPost',