@seamapi/types 1.748.0 → 1.750.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.
@@ -30,8 +30,8 @@ declare const phone_provider_session: z.ZodObject<{
30
30
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
31
31
  is_issued: z.ZodOptional<z.ZodBoolean>;
32
32
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
33
- access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
34
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
33
+ access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
34
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
35
35
  external_type_display_name: z.ZodOptional<z.ZodString>;
36
36
  created_at: z.ZodString;
37
37
  workspace_id: z.ZodString;
@@ -536,7 +536,7 @@ declare const phone_provider_session: z.ZodObject<{
536
536
  is_managed: true;
537
537
  acs_system_id: string;
538
538
  acs_credential_id: string | null;
539
- access_method: "code" | "card" | "mobile_key";
539
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
540
540
  acs_entrances: {
541
541
  display_name: string;
542
542
  created_at: string;
@@ -634,7 +634,7 @@ declare const phone_provider_session: z.ZodObject<{
634
634
  issued_at?: string | null | undefined;
635
635
  is_issued?: boolean | undefined;
636
636
  acs_user_id?: string | undefined;
637
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
637
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
638
638
  external_type_display_name?: string | undefined;
639
639
  acs_credential_pool_id?: string | undefined;
640
640
  parent_acs_credential_id?: string | undefined;
@@ -679,7 +679,7 @@ declare const phone_provider_session: z.ZodObject<{
679
679
  is_managed: true;
680
680
  acs_system_id: string;
681
681
  acs_credential_id: string | null;
682
- access_method: "code" | "card" | "mobile_key";
682
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
683
683
  acs_entrances: {
684
684
  display_name: string;
685
685
  created_at: string;
@@ -777,7 +777,7 @@ declare const phone_provider_session: z.ZodObject<{
777
777
  issued_at?: string | null | undefined;
778
778
  is_issued?: boolean | undefined;
779
779
  acs_user_id?: string | undefined;
780
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
780
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
781
781
  external_type_display_name?: string | undefined;
782
782
  acs_credential_pool_id?: string | undefined;
783
783
  parent_acs_credential_id?: string | undefined;
@@ -824,7 +824,7 @@ declare const phone_provider_session: z.ZodObject<{
824
824
  is_managed: true;
825
825
  acs_system_id: string;
826
826
  acs_credential_id: string | null;
827
- access_method: "code" | "card" | "mobile_key";
827
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
828
828
  acs_entrances: {
829
829
  display_name: string;
830
830
  created_at: string;
@@ -922,7 +922,7 @@ declare const phone_provider_session: z.ZodObject<{
922
922
  issued_at?: string | null | undefined;
923
923
  is_issued?: boolean | undefined;
924
924
  acs_user_id?: string | undefined;
925
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
925
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
926
926
  external_type_display_name?: string | undefined;
927
927
  acs_credential_pool_id?: string | undefined;
928
928
  parent_acs_credential_id?: string | undefined;
@@ -975,7 +975,7 @@ declare const phone_provider_session: z.ZodObject<{
975
975
  is_managed: true;
976
976
  acs_system_id: string;
977
977
  acs_credential_id: string | null;
978
- access_method: "code" | "card" | "mobile_key";
978
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
979
979
  acs_entrances: {
980
980
  display_name: string;
981
981
  created_at: string;
@@ -1073,7 +1073,7 @@ declare const phone_provider_session: z.ZodObject<{
1073
1073
  issued_at?: string | null | undefined;
1074
1074
  is_issued?: boolean | undefined;
1075
1075
  acs_user_id?: string | undefined;
1076
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1076
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1077
1077
  external_type_display_name?: string | undefined;
1078
1078
  acs_credential_pool_id?: string | undefined;
1079
1079
  parent_acs_credential_id?: string | undefined;
@@ -1121,8 +1121,8 @@ export declare const phone_session: z.ZodObject<{
1121
1121
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1122
1122
  is_issued: z.ZodOptional<z.ZodBoolean>;
1123
1123
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1124
- access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
1125
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
1124
+ access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
1125
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
1126
1126
  external_type_display_name: z.ZodOptional<z.ZodString>;
1127
1127
  created_at: z.ZodString;
1128
1128
  workspace_id: z.ZodString;
@@ -1627,7 +1627,7 @@ export declare const phone_session: z.ZodObject<{
1627
1627
  is_managed: true;
1628
1628
  acs_system_id: string;
1629
1629
  acs_credential_id: string | null;
1630
- access_method: "code" | "card" | "mobile_key";
1630
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1631
1631
  acs_entrances: {
1632
1632
  display_name: string;
1633
1633
  created_at: string;
@@ -1725,7 +1725,7 @@ export declare const phone_session: z.ZodObject<{
1725
1725
  issued_at?: string | null | undefined;
1726
1726
  is_issued?: boolean | undefined;
1727
1727
  acs_user_id?: string | undefined;
1728
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1728
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1729
1729
  external_type_display_name?: string | undefined;
1730
1730
  acs_credential_pool_id?: string | undefined;
1731
1731
  parent_acs_credential_id?: string | undefined;
@@ -1770,7 +1770,7 @@ export declare const phone_session: z.ZodObject<{
1770
1770
  is_managed: true;
1771
1771
  acs_system_id: string;
1772
1772
  acs_credential_id: string | null;
1773
- access_method: "code" | "card" | "mobile_key";
1773
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1774
1774
  acs_entrances: {
1775
1775
  display_name: string;
1776
1776
  created_at: string;
@@ -1868,7 +1868,7 @@ export declare const phone_session: z.ZodObject<{
1868
1868
  issued_at?: string | null | undefined;
1869
1869
  is_issued?: boolean | undefined;
1870
1870
  acs_user_id?: string | undefined;
1871
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1871
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1872
1872
  external_type_display_name?: string | undefined;
1873
1873
  acs_credential_pool_id?: string | undefined;
1874
1874
  parent_acs_credential_id?: string | undefined;
@@ -1915,7 +1915,7 @@ export declare const phone_session: z.ZodObject<{
1915
1915
  is_managed: true;
1916
1916
  acs_system_id: string;
1917
1917
  acs_credential_id: string | null;
1918
- access_method: "code" | "card" | "mobile_key";
1918
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1919
1919
  acs_entrances: {
1920
1920
  display_name: string;
1921
1921
  created_at: string;
@@ -2013,7 +2013,7 @@ export declare const phone_session: z.ZodObject<{
2013
2013
  issued_at?: string | null | undefined;
2014
2014
  is_issued?: boolean | undefined;
2015
2015
  acs_user_id?: string | undefined;
2016
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2016
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2017
2017
  external_type_display_name?: string | undefined;
2018
2018
  acs_credential_pool_id?: string | undefined;
2019
2019
  parent_acs_credential_id?: string | undefined;
@@ -2066,7 +2066,7 @@ export declare const phone_session: z.ZodObject<{
2066
2066
  is_managed: true;
2067
2067
  acs_system_id: string;
2068
2068
  acs_credential_id: string | null;
2069
- access_method: "code" | "card" | "mobile_key";
2069
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
2070
2070
  acs_entrances: {
2071
2071
  display_name: string;
2072
2072
  created_at: string;
@@ -2164,7 +2164,7 @@ export declare const phone_session: z.ZodObject<{
2164
2164
  issued_at?: string | null | undefined;
2165
2165
  is_issued?: boolean | undefined;
2166
2166
  acs_user_id?: string | undefined;
2167
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2167
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2168
2168
  external_type_display_name?: string | undefined;
2169
2169
  acs_credential_pool_id?: string | undefined;
2170
2170
  parent_acs_credential_id?: string | undefined;
@@ -2332,7 +2332,7 @@ export declare const phone_session: z.ZodObject<{
2332
2332
  is_managed: true;
2333
2333
  acs_system_id: string;
2334
2334
  acs_credential_id: string | null;
2335
- access_method: "code" | "card" | "mobile_key";
2335
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
2336
2336
  acs_entrances: {
2337
2337
  display_name: string;
2338
2338
  created_at: string;
@@ -2430,7 +2430,7 @@ export declare const phone_session: z.ZodObject<{
2430
2430
  issued_at?: string | null | undefined;
2431
2431
  is_issued?: boolean | undefined;
2432
2432
  acs_user_id?: string | undefined;
2433
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2433
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2434
2434
  external_type_display_name?: string | undefined;
2435
2435
  acs_credential_pool_id?: string | undefined;
2436
2436
  parent_acs_credential_id?: string | undefined;
@@ -2514,7 +2514,7 @@ export declare const phone_session: z.ZodObject<{
2514
2514
  is_managed: true;
2515
2515
  acs_system_id: string;
2516
2516
  acs_credential_id: string | null;
2517
- access_method: "code" | "card" | "mobile_key";
2517
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
2518
2518
  acs_entrances: {
2519
2519
  display_name: string;
2520
2520
  created_at: string;
@@ -2612,7 +2612,7 @@ export declare const phone_session: z.ZodObject<{
2612
2612
  issued_at?: string | null | undefined;
2613
2613
  is_issued?: boolean | undefined;
2614
2614
  acs_user_id?: string | undefined;
2615
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2615
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2616
2616
  external_type_display_name?: string | undefined;
2617
2617
  acs_credential_pool_id?: string | undefined;
2618
2618
  parent_acs_credential_id?: string | undefined;
@@ -50263,6 +50263,14 @@ declare const _default: {
50263
50263
  get: {
50264
50264
  description: string;
50265
50265
  operationId: string;
50266
+ parameters: {
50267
+ in: string;
50268
+ name: string;
50269
+ schema: {
50270
+ description: string;
50271
+ type: string;
50272
+ };
50273
+ }[];
50266
50274
  responses: {
50267
50275
  200: {
50268
50276
  content: {
@@ -50532,15 +50540,9 @@ declare const _default: {
50532
50540
  security: ({
50533
50541
  console_session_with_workspace: never[];
50534
50542
  api_key?: never;
50535
- client_session_with_customer?: never;
50536
50543
  } | {
50537
50544
  api_key: never[];
50538
50545
  console_session_with_workspace?: never;
50539
- client_session_with_customer?: never;
50540
- } | {
50541
- client_session_with_customer: never[];
50542
- console_session_with_workspace?: never;
50543
- api_key?: never;
50544
50546
  })[];
50545
50547
  summary: string;
50546
50548
  tags: never[];
@@ -50553,6 +50555,21 @@ declare const _default: {
50553
50555
  post: {
50554
50556
  description: string;
50555
50557
  operationId: string;
50558
+ requestBody: {
50559
+ content: {
50560
+ 'application/json': {
50561
+ schema: {
50562
+ properties: {
50563
+ customer_key: {
50564
+ description: string;
50565
+ type: string;
50566
+ };
50567
+ };
50568
+ type: string;
50569
+ };
50570
+ };
50571
+ };
50572
+ };
50556
50573
  responses: {
50557
50574
  200: {
50558
50575
  content: {
@@ -50822,15 +50839,9 @@ declare const _default: {
50822
50839
  security: ({
50823
50840
  console_session_with_workspace: never[];
50824
50841
  api_key?: never;
50825
- client_session_with_customer?: never;
50826
50842
  } | {
50827
50843
  api_key: never[];
50828
50844
  console_session_with_workspace?: never;
50829
- client_session_with_customer?: never;
50830
- } | {
50831
- client_session_with_customer: never[];
50832
- console_session_with_workspace?: never;
50833
- api_key?: never;
50834
50845
  })[];
50835
50846
  summary: string;
50836
50847
  tags: never[];
@@ -51102,6 +51113,10 @@ declare const _default: {
51102
51113
  };
51103
51114
  type: string;
51104
51115
  };
51116
+ customer_key: {
51117
+ description: string;
51118
+ type: string;
51119
+ };
51105
51120
  };
51106
51121
  type: string;
51107
51122
  };
@@ -51407,6 +51422,10 @@ declare const _default: {
51407
51422
  };
51408
51423
  type: string;
51409
51424
  };
51425
+ customer_key: {
51426
+ description: string;
51427
+ type: string;
51428
+ };
51410
51429
  };
51411
51430
  type: string;
51412
51431
  };
@@ -52582,15 +52601,6 @@ declare const _default: {
52582
52601
  get: {
52583
52602
  description: string;
52584
52603
  operationId: string;
52585
- parameters: {
52586
- in: string;
52587
- name: string;
52588
- required: boolean;
52589
- schema: {
52590
- description: string;
52591
- type: string;
52592
- };
52593
- }[];
52594
52604
  responses: {
52595
52605
  200: {
52596
52606
  content: {
@@ -52862,19 +52872,9 @@ declare const _default: {
52862
52872
  description: string;
52863
52873
  };
52864
52874
  };
52865
- security: ({
52866
- pat_with_workspace: never[];
52867
- console_session_with_workspace?: never;
52868
- api_key?: never;
52869
- } | {
52870
- console_session_with_workspace: never[];
52871
- pat_with_workspace?: never;
52872
- api_key?: never;
52873
- } | {
52874
- api_key: never[];
52875
- pat_with_workspace?: never;
52876
- console_session_with_workspace?: never;
52877
- })[];
52875
+ security: {
52876
+ client_session_with_customer: never[];
52877
+ }[];
52878
52878
  summary: string;
52879
52879
  tags: never[];
52880
52880
  'x-fern-sdk-group-name': string[];
@@ -52886,22 +52886,6 @@ declare const _default: {
52886
52886
  post: {
52887
52887
  description: string;
52888
52888
  operationId: string;
52889
- requestBody: {
52890
- content: {
52891
- 'application/json': {
52892
- schema: {
52893
- properties: {
52894
- customer_key: {
52895
- description: string;
52896
- type: string;
52897
- };
52898
- };
52899
- required: string[];
52900
- type: string;
52901
- };
52902
- };
52903
- };
52904
- };
52905
52889
  responses: {
52906
52890
  200: {
52907
52891
  content: {
@@ -53173,19 +53157,9 @@ declare const _default: {
53173
53157
  description: string;
53174
53158
  };
53175
53159
  };
53176
- security: ({
53177
- pat_with_workspace: never[];
53178
- console_session_with_workspace?: never;
53179
- api_key?: never;
53180
- } | {
53181
- console_session_with_workspace: never[];
53182
- pat_with_workspace?: never;
53183
- api_key?: never;
53184
- } | {
53185
- api_key: never[];
53186
- pat_with_workspace?: never;
53187
- console_session_with_workspace?: never;
53188
- })[];
53160
+ security: {
53161
+ client_session_with_customer: never[];
53162
+ }[];
53189
53163
  summary: string;
53190
53164
  tags: never[];
53191
53165
  'x-fern-sdk-group-name': string[];