@seamapi/types 1.158.0 → 1.160.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.
@@ -477,6 +477,9 @@ declare const _default: {
477
477
  can_automate_enrollment: {
478
478
  type: string;
479
479
  };
480
+ can_create_acs_access_groups: {
481
+ type: string;
482
+ };
480
483
  connected_account_ids: {
481
484
  items: {
482
485
  type: string;
@@ -2578,6 +2581,10 @@ declare const _default: {
2578
2581
  };
2579
2582
  event: {
2580
2583
  properties: {
2584
+ action_attempt_id: {
2585
+ format: string;
2586
+ type: string;
2587
+ };
2581
2588
  created_at: {
2582
2589
  format: string;
2583
2590
  type: string;
@@ -16988,6 +16995,7 @@ interface Routes {
16988
16995
  image_url: string;
16989
16996
  image_alt_text: string;
16990
16997
  can_automate_enrollment?: boolean | undefined;
16998
+ can_create_acs_access_groups?: boolean | undefined;
16991
16999
  };
16992
17000
  };
16993
17001
  };
@@ -17024,6 +17032,7 @@ interface Routes {
17024
17032
  image_url: string;
17025
17033
  image_alt_text: string;
17026
17034
  can_automate_enrollment?: boolean | undefined;
17035
+ can_create_acs_access_groups?: boolean | undefined;
17027
17036
  }>;
17028
17037
  };
17029
17038
  };
@@ -19113,6 +19122,7 @@ interface Routes {
19113
19122
  event?: {
19114
19123
  event_id: string;
19115
19124
  device_id?: string | undefined;
19125
+ action_attempt_id?: string | undefined;
19116
19126
  event_type: string;
19117
19127
  workspace_id: string;
19118
19128
  created_at: string;
@@ -19143,6 +19153,7 @@ interface Routes {
19143
19153
  events: Array<{
19144
19154
  event_id: string;
19145
19155
  device_id?: string | undefined;
19156
+ action_attempt_id?: string | undefined;
19146
19157
  event_type: string;
19147
19158
  workspace_id: string;
19148
19159
  created_at: string;
@@ -24342,6 +24353,7 @@ interface Routes {
24342
24353
  image_url: string;
24343
24354
  image_alt_text: string;
24344
24355
  can_automate_enrollment?: boolean | undefined;
24356
+ can_create_acs_access_groups?: boolean | undefined;
24345
24357
  }>;
24346
24358
  };
24347
24359
  };
@@ -1,8 +1,11 @@
1
1
  import { z } from 'zod';
2
2
  export declare const acs_system_capability_flags: z.ZodObject<{
3
3
  can_automate_enrollment: z.ZodOptional<z.ZodBoolean>;
4
+ can_create_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
4
5
  }, "strip", z.ZodTypeAny, {
5
6
  can_automate_enrollment?: boolean | undefined;
7
+ can_create_acs_access_groups?: boolean | undefined;
6
8
  }, {
7
9
  can_automate_enrollment?: boolean | undefined;
10
+ can_create_acs_access_groups?: boolean | undefined;
8
11
  }>;
@@ -1,5 +1,6 @@
1
1
  import { z } from 'zod';
2
2
  export const acs_system_capability_flags = z.object({
3
3
  can_automate_enrollment: z.boolean().optional(),
4
+ can_create_acs_access_groups: z.boolean().optional(),
4
5
  });
5
6
  //# sourceMappingURL=acs_system_capability_flags.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"acs_system_capability_flags.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs_system_capability_flags.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,uBAAuB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAChD,CAAC,CAAA"}
1
+ {"version":3,"file":"acs_system_capability_flags.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs_system_capability_flags.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,uBAAuB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/C,4BAA4B,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACrD,CAAC,CAAA"}
@@ -15,6 +15,7 @@ export declare const acs_system: z.ZodObject<{
15
15
  image_url: z.ZodString;
16
16
  image_alt_text: z.ZodString;
17
17
  can_automate_enrollment: z.ZodOptional<z.ZodBoolean>;
18
+ can_create_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
18
19
  }, "strip", z.ZodTypeAny, {
19
20
  name: string;
20
21
  created_at: string;
@@ -28,6 +29,7 @@ export declare const acs_system: z.ZodObject<{
28
29
  system_type?: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service" | "latch_building" | undefined;
29
30
  system_type_display_name?: string | undefined;
30
31
  can_automate_enrollment?: boolean | undefined;
32
+ can_create_acs_access_groups?: boolean | undefined;
31
33
  }, {
32
34
  name: string;
33
35
  created_at: string;
@@ -41,5 +43,6 @@ export declare const acs_system: z.ZodObject<{
41
43
  system_type?: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service" | "latch_building" | undefined;
42
44
  system_type_display_name?: string | undefined;
43
45
  can_automate_enrollment?: boolean | undefined;
46
+ can_create_acs_access_groups?: boolean | undefined;
44
47
  }>;
45
48
  export type AcsSystem = z.output<typeof acs_system>;
@@ -403,6 +403,9 @@ declare const _default: {
403
403
  can_automate_enrollment: {
404
404
  type: string;
405
405
  };
406
+ can_create_acs_access_groups: {
407
+ type: string;
408
+ };
406
409
  connected_account_ids: {
407
410
  items: {
408
411
  type: string;
@@ -2504,6 +2507,10 @@ declare const _default: {
2504
2507
  };
2505
2508
  event: {
2506
2509
  properties: {
2510
+ action_attempt_id: {
2511
+ format: string;
2512
+ type: string;
2513
+ };
2507
2514
  created_at: {
2508
2515
  format: string;
2509
2516
  type: string;
@@ -358,6 +358,7 @@ export default {
358
358
  properties: {
359
359
  acs_system_id: { format: 'uuid', type: 'string' },
360
360
  can_automate_enrollment: { type: 'boolean' },
361
+ can_create_acs_access_groups: { type: 'boolean' },
361
362
  connected_account_ids: { items: { type: 'string' }, type: 'array' },
362
363
  created_at: { format: 'date-time', type: 'string' },
363
364
  external_type: {
@@ -2022,6 +2023,7 @@ export default {
2022
2023
  },
2023
2024
  event: {
2024
2025
  properties: {
2026
+ action_attempt_id: { format: 'uuid', type: 'string' },
2025
2027
  created_at: { format: 'date-time', type: 'string' },
2026
2028
  device_id: { format: 'uuid', type: 'string' },
2027
2029
  event_id: { format: 'uuid', type: 'string' },