@seamapi/types 1.488.0 → 1.490.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.
@@ -12086,6 +12086,71 @@ export declare const access_grants_batch: z.ZodObject<{
12086
12086
  system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
12087
12087
  system_type_display_name?: string | undefined;
12088
12088
  }>, "many">>;
12089
+ acs_access_groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
12090
+ acs_access_group_id: z.ZodString;
12091
+ acs_system_id: z.ZodString;
12092
+ workspace_id: z.ZodString;
12093
+ connected_account_id: z.ZodString;
12094
+ name: z.ZodString;
12095
+ access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group"]>;
12096
+ access_group_type_display_name: z.ZodString;
12097
+ display_name: z.ZodString;
12098
+ external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group"]>;
12099
+ external_type_display_name: z.ZodString;
12100
+ created_at: z.ZodString;
12101
+ warnings: z.ZodArray<z.ZodObject<{
12102
+ created_at: z.ZodString;
12103
+ message: z.ZodString;
12104
+ } & {
12105
+ warning_code: z.ZodLiteral<"unknown_issue_with_acs_access_group">;
12106
+ }, "strip", z.ZodTypeAny, {
12107
+ message: string;
12108
+ created_at: string;
12109
+ warning_code: "unknown_issue_with_acs_access_group";
12110
+ }, {
12111
+ message: string;
12112
+ created_at: string;
12113
+ warning_code: "unknown_issue_with_acs_access_group";
12114
+ }>, "many">;
12115
+ } & {
12116
+ is_managed: z.ZodLiteral<true>;
12117
+ }, "strip", z.ZodTypeAny, {
12118
+ name: string;
12119
+ display_name: string;
12120
+ workspace_id: string;
12121
+ created_at: string;
12122
+ connected_account_id: string;
12123
+ warnings: {
12124
+ message: string;
12125
+ created_at: string;
12126
+ warning_code: "unknown_issue_with_acs_access_group";
12127
+ }[];
12128
+ is_managed: true;
12129
+ acs_access_group_id: string;
12130
+ acs_system_id: string;
12131
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
12132
+ access_group_type_display_name: string;
12133
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
12134
+ external_type_display_name: string;
12135
+ }, {
12136
+ name: string;
12137
+ display_name: string;
12138
+ workspace_id: string;
12139
+ created_at: string;
12140
+ connected_account_id: string;
12141
+ warnings: {
12142
+ message: string;
12143
+ created_at: string;
12144
+ warning_code: "unknown_issue_with_acs_access_group";
12145
+ }[];
12146
+ is_managed: true;
12147
+ acs_access_group_id: string;
12148
+ acs_system_id: string;
12149
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
12150
+ access_group_type_display_name: string;
12151
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
12152
+ external_type_display_name: string;
12153
+ }>, "many">>;
12089
12154
  }, "strip", z.ZodTypeAny, {
12090
12155
  batch_type: "access_grants";
12091
12156
  spaces?: {
@@ -12978,6 +13043,25 @@ export declare const access_grants_batch: z.ZodObject<{
12978
13043
  user_identity_key: string | null;
12979
13044
  acs_user_ids: string[];
12980
13045
  }[] | undefined;
13046
+ acs_access_groups?: {
13047
+ name: string;
13048
+ display_name: string;
13049
+ workspace_id: string;
13050
+ created_at: string;
13051
+ connected_account_id: string;
13052
+ warnings: {
13053
+ message: string;
13054
+ created_at: string;
13055
+ warning_code: "unknown_issue_with_acs_access_group";
13056
+ }[];
13057
+ is_managed: true;
13058
+ acs_access_group_id: string;
13059
+ acs_system_id: string;
13060
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
13061
+ access_group_type_display_name: string;
13062
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
13063
+ external_type_display_name: string;
13064
+ }[] | undefined;
12981
13065
  }, {
12982
13066
  batch_type: "access_grants";
12983
13067
  spaces?: {
@@ -13870,6 +13954,25 @@ export declare const access_grants_batch: z.ZodObject<{
13870
13954
  user_identity_key: string | null;
13871
13955
  acs_user_ids: string[];
13872
13956
  }[] | undefined;
13957
+ acs_access_groups?: {
13958
+ name: string;
13959
+ display_name: string;
13960
+ workspace_id: string;
13961
+ created_at: string;
13962
+ connected_account_id: string;
13963
+ warnings: {
13964
+ message: string;
13965
+ created_at: string;
13966
+ warning_code: "unknown_issue_with_acs_access_group";
13967
+ }[];
13968
+ is_managed: true;
13969
+ acs_access_group_id: string;
13970
+ acs_system_id: string;
13971
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
13972
+ access_group_type_display_name: string;
13973
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
13974
+ external_type_display_name: string;
13975
+ }[] | undefined;
13873
13976
  }>;
13874
13977
  export declare const access_methods_batch: z.ZodObject<{
13875
13978
  batch_type: z.ZodLiteral<"access_methods">;
@@ -38401,6 +38504,25 @@ export declare const workspaces_batch: z.ZodObject<{
38401
38504
  user_identity_key: string | null;
38402
38505
  acs_user_ids: string[];
38403
38506
  }[] | undefined;
38507
+ acs_access_groups?: {
38508
+ name: string;
38509
+ display_name: string;
38510
+ workspace_id: string;
38511
+ created_at: string;
38512
+ connected_account_id: string;
38513
+ warnings: {
38514
+ message: string;
38515
+ created_at: string;
38516
+ warning_code: "unknown_issue_with_acs_access_group";
38517
+ }[];
38518
+ is_managed: true;
38519
+ acs_access_group_id: string;
38520
+ acs_system_id: string;
38521
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
38522
+ access_group_type_display_name: string;
38523
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
38524
+ external_type_display_name: string;
38525
+ }[] | undefined;
38404
38526
  access_methods?: {
38405
38527
  display_name: string;
38406
38528
  workspace_id: string;
@@ -38552,25 +38674,6 @@ export declare const workspaces_batch: z.ZodObject<{
38552
38674
  };
38553
38675
  })[] | undefined;
38554
38676
  }[] | undefined;
38555
- acs_access_groups?: {
38556
- name: string;
38557
- display_name: string;
38558
- workspace_id: string;
38559
- created_at: string;
38560
- connected_account_id: string;
38561
- warnings: {
38562
- message: string;
38563
- created_at: string;
38564
- warning_code: "unknown_issue_with_acs_access_group";
38565
- }[];
38566
- is_managed: true;
38567
- acs_access_group_id: string;
38568
- acs_system_id: string;
38569
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
38570
- access_group_type_display_name: string;
38571
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
38572
- external_type_display_name: string;
38573
- }[] | undefined;
38574
38677
  acs_encoders?: {
38575
38678
  display_name: string;
38576
38679
  workspace_id: string;
@@ -41678,6 +41781,25 @@ export declare const workspaces_batch: z.ZodObject<{
41678
41781
  user_identity_key: string | null;
41679
41782
  acs_user_ids: string[];
41680
41783
  }[] | undefined;
41784
+ acs_access_groups?: {
41785
+ name: string;
41786
+ display_name: string;
41787
+ workspace_id: string;
41788
+ created_at: string;
41789
+ connected_account_id: string;
41790
+ warnings: {
41791
+ message: string;
41792
+ created_at: string;
41793
+ warning_code: "unknown_issue_with_acs_access_group";
41794
+ }[];
41795
+ is_managed: true;
41796
+ acs_access_group_id: string;
41797
+ acs_system_id: string;
41798
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
41799
+ access_group_type_display_name: string;
41800
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
41801
+ external_type_display_name: string;
41802
+ }[] | undefined;
41681
41803
  access_methods?: {
41682
41804
  display_name: string;
41683
41805
  workspace_id: string;
@@ -41829,25 +41951,6 @@ export declare const workspaces_batch: z.ZodObject<{
41829
41951
  };
41830
41952
  })[] | undefined;
41831
41953
  }[] | undefined;
41832
- acs_access_groups?: {
41833
- name: string;
41834
- display_name: string;
41835
- workspace_id: string;
41836
- created_at: string;
41837
- connected_account_id: string;
41838
- warnings: {
41839
- message: string;
41840
- created_at: string;
41841
- warning_code: "unknown_issue_with_acs_access_group";
41842
- }[];
41843
- is_managed: true;
41844
- acs_access_group_id: string;
41845
- acs_system_id: string;
41846
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
41847
- access_group_type_display_name: string;
41848
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
41849
- external_type_display_name: string;
41850
- }[] | undefined;
41851
41954
  acs_encoders?: {
41852
41955
  display_name: string;
41853
41956
  workspace_id: string;
@@ -62214,6 +62317,25 @@ export declare const batch: z.ZodObject<{
62214
62317
  user_identity_key: string | null;
62215
62318
  acs_user_ids: string[];
62216
62319
  }[] | undefined;
62320
+ acs_access_groups?: {
62321
+ name: string;
62322
+ display_name: string;
62323
+ workspace_id: string;
62324
+ created_at: string;
62325
+ connected_account_id: string;
62326
+ warnings: {
62327
+ message: string;
62328
+ created_at: string;
62329
+ warning_code: "unknown_issue_with_acs_access_group";
62330
+ }[];
62331
+ is_managed: true;
62332
+ acs_access_group_id: string;
62333
+ acs_system_id: string;
62334
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
62335
+ access_group_type_display_name: string;
62336
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
62337
+ external_type_display_name: string;
62338
+ }[] | undefined;
62217
62339
  access_methods?: {
62218
62340
  display_name: string;
62219
62341
  workspace_id: string;
@@ -62365,25 +62487,6 @@ export declare const batch: z.ZodObject<{
62365
62487
  };
62366
62488
  })[] | undefined;
62367
62489
  }[] | undefined;
62368
- acs_access_groups?: {
62369
- name: string;
62370
- display_name: string;
62371
- workspace_id: string;
62372
- created_at: string;
62373
- connected_account_id: string;
62374
- warnings: {
62375
- message: string;
62376
- created_at: string;
62377
- warning_code: "unknown_issue_with_acs_access_group";
62378
- }[];
62379
- is_managed: true;
62380
- acs_access_group_id: string;
62381
- acs_system_id: string;
62382
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
62383
- access_group_type_display_name: string;
62384
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
62385
- external_type_display_name: string;
62386
- }[] | undefined;
62387
62490
  acs_encoders?: {
62388
62491
  display_name: string;
62389
62492
  workspace_id: string;
@@ -65420,6 +65523,25 @@ export declare const batch: z.ZodObject<{
65420
65523
  user_identity_key: string | null;
65421
65524
  acs_user_ids: string[];
65422
65525
  }[] | undefined;
65526
+ acs_access_groups?: {
65527
+ name: string;
65528
+ display_name: string;
65529
+ workspace_id: string;
65530
+ created_at: string;
65531
+ connected_account_id: string;
65532
+ warnings: {
65533
+ message: string;
65534
+ created_at: string;
65535
+ warning_code: "unknown_issue_with_acs_access_group";
65536
+ }[];
65537
+ is_managed: true;
65538
+ acs_access_group_id: string;
65539
+ acs_system_id: string;
65540
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
65541
+ access_group_type_display_name: string;
65542
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
65543
+ external_type_display_name: string;
65544
+ }[] | undefined;
65423
65545
  access_methods?: {
65424
65546
  display_name: string;
65425
65547
  workspace_id: string;
@@ -65571,25 +65693,6 @@ export declare const batch: z.ZodObject<{
65571
65693
  };
65572
65694
  })[] | undefined;
65573
65695
  }[] | undefined;
65574
- acs_access_groups?: {
65575
- name: string;
65576
- display_name: string;
65577
- workspace_id: string;
65578
- created_at: string;
65579
- connected_account_id: string;
65580
- warnings: {
65581
- message: string;
65582
- created_at: string;
65583
- warning_code: "unknown_issue_with_acs_access_group";
65584
- }[];
65585
- is_managed: true;
65586
- acs_access_group_id: string;
65587
- acs_system_id: string;
65588
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
65589
- access_group_type_display_name: string;
65590
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
65591
- external_type_display_name: string;
65592
- }[] | undefined;
65593
65696
  acs_encoders?: {
65594
65697
  display_name: string;
65595
65698
  workspace_id: string;
@@ -35,6 +35,7 @@ export const access_grants_batch = z.object({
35
35
  user_identities: user_identity.array().optional(),
36
36
  connected_accounts: connected_account.array().optional(),
37
37
  acs_systems: acs_system.array().optional(),
38
+ acs_access_groups: acs_access_group.array().optional(),
38
39
  });
39
40
  export const access_methods_batch = z.object({
40
41
  batch_type: z.literal('access_methods'),
@@ -1 +1 @@
1
- {"version":3,"file":"batch.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/models/batch.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"batch.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/models/batch.ts"],"names":[],"mappings":"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"}
@@ -17133,6 +17133,12 @@ declare const _default: {
17133
17133
  properties: {
17134
17134
  batch: {
17135
17135
  properties: {
17136
+ acs_access_groups: {
17137
+ items: {
17138
+ $ref: string;
17139
+ };
17140
+ type: string;
17141
+ };
17136
17142
  acs_entrances: {
17137
17143
  items: {
17138
17144
  $ref: string;
@@ -17263,6 +17269,12 @@ declare const _default: {
17263
17269
  properties: {
17264
17270
  batch: {
17265
17271
  properties: {
17272
+ acs_access_groups: {
17273
+ items: {
17274
+ $ref: string;
17275
+ };
17276
+ type: string;
17277
+ };
17266
17278
  acs_entrances: {
17267
17279
  items: {
17268
17280
  $ref: string;
@@ -48562,7 +48574,7 @@ declare const _default: {
48562
48574
  'x-undocumented': string;
48563
48575
  };
48564
48576
  };
48565
- '/workspaces/find_resources': {
48577
+ '/workspaces/find_anything': {
48566
48578
  get: {
48567
48579
  description: string;
48568
48580
  operationId: string;
@@ -25434,6 +25434,7 @@ export default {
25434
25434
  'connected_accounts',
25435
25435
  'acs_systems',
25436
25436
  'user_identity',
25437
+ 'acs_access_groups',
25437
25438
  ],
25438
25439
  type: 'string',
25439
25440
  },
@@ -25453,6 +25454,7 @@ export default {
25453
25454
  'connected_accounts',
25454
25455
  'acs_systems',
25455
25456
  'user_identity',
25457
+ 'acs_access_groups',
25456
25458
  ],
25457
25459
  type: 'string',
25458
25460
  },
@@ -25468,6 +25470,12 @@ export default {
25468
25470
  properties: {
25469
25471
  batch: {
25470
25472
  properties: {
25473
+ acs_access_groups: {
25474
+ items: {
25475
+ $ref: '#/components/schemas/acs_access_group',
25476
+ },
25477
+ type: 'array',
25478
+ },
25471
25479
  acs_entrances: {
25472
25480
  items: { $ref: '#/components/schemas/acs_entrance' },
25473
25481
  type: 'array',
@@ -25548,6 +25556,7 @@ export default {
25548
25556
  'connected_accounts',
25549
25557
  'acs_systems',
25550
25558
  'user_identity',
25559
+ 'acs_access_groups',
25551
25560
  ],
25552
25561
  type: 'string',
25553
25562
  },
@@ -25562,6 +25571,7 @@ export default {
25562
25571
  'connected_accounts',
25563
25572
  'acs_systems',
25564
25573
  'user_identity',
25574
+ 'acs_access_groups',
25565
25575
  ],
25566
25576
  type: 'string',
25567
25577
  },
@@ -25582,6 +25592,12 @@ export default {
25582
25592
  properties: {
25583
25593
  batch: {
25584
25594
  properties: {
25595
+ acs_access_groups: {
25596
+ items: {
25597
+ $ref: '#/components/schemas/acs_access_group',
25598
+ },
25599
+ type: 'array',
25600
+ },
25585
25601
  acs_entrances: {
25586
25602
  items: { $ref: '#/components/schemas/acs_entrance' },
25587
25603
  type: 'array',
@@ -52346,10 +52362,10 @@ export default {
52346
52362
  'x-undocumented': 'Internal form-data endpoint for Console and Customer Portal.',
52347
52363
  },
52348
52364
  },
52349
- '/workspaces/find_resources': {
52365
+ '/workspaces/find_anything': {
52350
52366
  get: {
52351
52367
  description: 'Search for resources inside a workspace.',
52352
- operationId: 'workspacesFindResourcesGet',
52368
+ operationId: 'workspacesFindAnythingGet',
52353
52369
  parameters: [
52354
52370
  {
52355
52371
  in: 'query',
@@ -52499,11 +52515,11 @@ export default {
52499
52515
  { console_session_with_workspace: [] },
52500
52516
  { api_key: [] },
52501
52517
  ],
52502
- summary: '/workspaces/find_resources',
52518
+ summary: '/workspaces/find_anything',
52503
52519
  tags: ['/workspaces'],
52504
52520
  'x-batch-type': 'workspaces',
52505
52521
  'x-fern-sdk-group-name': ['workspaces'],
52506
- 'x-fern-sdk-method-name': 'find_resources',
52522
+ 'x-fern-sdk-method-name': 'find_anything',
52507
52523
  'x-fern-sdk-return-value': 'batch',
52508
52524
  'x-response-key': 'batch',
52509
52525
  'x-title': 'Find Resources',
@@ -52511,7 +52527,7 @@ export default {
52511
52527
  },
52512
52528
  post: {
52513
52529
  description: 'Search for resources inside a workspace.',
52514
- operationId: 'workspacesFindResourcesPost',
52530
+ operationId: 'workspacesFindAnythingPost',
52515
52531
  parameters: [
52516
52532
  {
52517
52533
  in: 'query',
@@ -52661,11 +52677,11 @@ export default {
52661
52677
  { console_session_with_workspace: [] },
52662
52678
  { api_key: [] },
52663
52679
  ],
52664
- summary: '/workspaces/find_resources',
52680
+ summary: '/workspaces/find_anything',
52665
52681
  tags: ['/workspaces'],
52666
52682
  'x-batch-type': 'workspaces',
52667
52683
  'x-fern-sdk-group-name': ['workspaces'],
52668
- 'x-fern-sdk-method-name': 'find_resources',
52684
+ 'x-fern-sdk-method-name': 'find_anything',
52669
52685
  'x-fern-sdk-return-value': 'batch',
52670
52686
  'x-response-key': 'batch',
52671
52687
  'x-title': 'Find Resources',