@seamapi/types 1.451.0 → 1.453.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.
@@ -24,12 +24,14 @@ export declare const access_grant: z.ZodObject<{
24
24
  }>, "many">;
25
25
  access_method_ids: z.ZodArray<z.ZodString, "many">;
26
26
  client_session_token: z.ZodOptional<z.ZodString>;
27
+ name: z.ZodNullable<z.ZodString>;
27
28
  display_name: z.ZodString;
28
29
  instant_key_url: z.ZodOptional<z.ZodString>;
29
30
  created_at: z.ZodString;
30
31
  starts_at: z.ZodOptional<z.ZodString>;
31
32
  ends_at: z.ZodOptional<z.ZodString>;
32
33
  }, "strip", z.ZodTypeAny, {
34
+ name: string | null;
33
35
  display_name: string;
34
36
  workspace_id: string;
35
37
  created_at: string;
@@ -50,6 +52,7 @@ export declare const access_grant: z.ZodObject<{
50
52
  client_session_token?: string | undefined;
51
53
  instant_key_url?: string | undefined;
52
54
  }, {
55
+ name: string | null;
53
56
  display_name: string;
54
57
  workspace_id: string;
55
58
  created_at: string;
@@ -32,6 +32,10 @@ export const access_grant = z.object({
32
32
  .string()
33
33
  .optional()
34
34
  .describe('Client Session Token. Only returned if the Access Grant has a mobile_key access method.'),
35
+ name: z
36
+ .string()
37
+ .nullable()
38
+ .describe('Name of the Access Grant. If not provided, the display name will be computed.'),
35
39
  display_name: z.string().describe('Display name of the Access Grant.'),
36
40
  instant_key_url: z
37
41
  .string()
@@ -1 +1 @@
1
- {"version":3,"file":"access-grant.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/access-grant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AAEtE,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,4DAA4D,CAAC;IACzE,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IACtE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC;;;;GAIjD,CAAC;IACF,SAAS,EAAE,CAAC;SACT,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;SACxB,QAAQ,CAAC,2DAA2D,CAAC;IACxE,wBAAwB,EAAE,CAAC;SACxB,KAAK,CAAC,uBAAuB,CAAC;SAC9B,QAAQ,CAAC,8DAA8D,CAAC;IAC3E,iBAAiB,EAAE,CAAC;SACjB,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;SACxB,QAAQ,CAAC,yDAAyD,CAAC;IACtE,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,yFAAyF,CAC1F;IACH,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;IACtE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,GAAG,EAAE;SACL,QAAQ,EAAE;SACV,QAAQ,CACP,4FAA4F,CAC7F;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;IACnE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,+CAA+C,CAAC;CAC7D,CAAC,CAAC,QAAQ,CAAC;;;;;;GAMT,CAAC,CAAA"}
1
+ {"version":3,"file":"access-grant.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/access-grant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AAEtE,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,4DAA4D,CAAC;IACzE,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IACtE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC;;;;GAIjD,CAAC;IACF,SAAS,EAAE,CAAC;SACT,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;SACxB,QAAQ,CAAC,2DAA2D,CAAC;IACxE,wBAAwB,EAAE,CAAC;SACxB,KAAK,CAAC,uBAAuB,CAAC;SAC9B,QAAQ,CAAC,8DAA8D,CAAC;IAC3E,iBAAiB,EAAE,CAAC;SACjB,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;SACxB,QAAQ,CAAC,yDAAyD,CAAC;IACtE,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,yFAAyF,CAC1F;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,+EAA+E,CAChF;IACH,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;IACtE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,GAAG,EAAE;SACL,QAAQ,EAAE;SACV,QAAQ,CACP,4FAA4F,CAC7F;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;IACnE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,+CAA+C,CAAC;CAC7D,CAAC,CAAC,QAAQ,CAAC;;;;;;GAMT,CAAC,CAAA"}
@@ -424,6 +424,11 @@ declare const _default: {
424
424
  type: string;
425
425
  'x-deprecated': string;
426
426
  };
427
+ name: {
428
+ description: string;
429
+ nullable: boolean;
430
+ type: string;
431
+ };
427
432
  requested_access_methods: {
428
433
  description: string;
429
434
  items: {
@@ -15261,6 +15266,30 @@ declare const _default: {
15261
15266
  description: string;
15262
15267
  format: string;
15263
15268
  type: string;
15269
+ default?: never;
15270
+ nullable?: never;
15271
+ };
15272
+ } | {
15273
+ in: string;
15274
+ name: string;
15275
+ required: boolean;
15276
+ schema: {
15277
+ description: string;
15278
+ type: string;
15279
+ format?: never;
15280
+ default?: never;
15281
+ nullable?: never;
15282
+ };
15283
+ } | {
15284
+ in: string;
15285
+ name: string;
15286
+ required: boolean;
15287
+ schema: {
15288
+ default: number;
15289
+ description: string;
15290
+ format: string;
15291
+ type: string;
15292
+ nullable?: never;
15264
15293
  };
15265
15294
  } | {
15266
15295
  in: string;
@@ -15268,8 +15297,10 @@ declare const _default: {
15268
15297
  required: boolean;
15269
15298
  schema: {
15270
15299
  description: string;
15300
+ nullable: boolean;
15271
15301
  type: string;
15272
15302
  format?: never;
15303
+ default?: never;
15273
15304
  };
15274
15305
  })[];
15275
15306
  responses: {
@@ -15287,6 +15318,9 @@ declare const _default: {
15287
15318
  ok: {
15288
15319
  type: string;
15289
15320
  };
15321
+ pagination: {
15322
+ $ref: string;
15323
+ };
15290
15324
  };
15291
15325
  required: string[];
15292
15326
  type: string;
@@ -15344,6 +15378,17 @@ declare const _default: {
15344
15378
  format: string;
15345
15379
  type: string;
15346
15380
  };
15381
+ limit: {
15382
+ default: number;
15383
+ description: string;
15384
+ format: string;
15385
+ type: string;
15386
+ };
15387
+ page_cursor: {
15388
+ description: string;
15389
+ nullable: boolean;
15390
+ type: string;
15391
+ };
15347
15392
  user_identifier_key: {
15348
15393
  description: string;
15349
15394
  type: string;
@@ -15370,6 +15415,9 @@ declare const _default: {
15370
15415
  ok: {
15371
15416
  type: string;
15372
15417
  };
15418
+ pagination: {
15419
+ $ref: string;
15420
+ };
15373
15421
  };
15374
15422
  required: string[];
15375
15423
  type: string;
@@ -16384,6 +16432,11 @@ declare const _default: {
16384
16432
  type: string;
16385
16433
  'x-deprecated': string;
16386
16434
  };
16435
+ name: {
16436
+ description: string;
16437
+ nullable: boolean;
16438
+ type: string;
16439
+ };
16387
16440
  requested_access_methods: {
16388
16441
  items: {
16389
16442
  properties: {
@@ -16990,6 +17043,11 @@ declare const _default: {
16990
17043
  nullable: boolean;
16991
17044
  type: string;
16992
17045
  };
17046
+ name: {
17047
+ description: string;
17048
+ nullable: boolean;
17049
+ type: string;
17050
+ };
16993
17051
  starts_at: {
16994
17052
  description: string;
16995
17053
  format: string;
@@ -17075,6 +17133,11 @@ declare const _default: {
17075
17133
  nullable: boolean;
17076
17134
  type: string;
17077
17135
  };
17136
+ name: {
17137
+ description: string;
17138
+ nullable: boolean;
17139
+ type: string;
17140
+ };
17078
17141
  starts_at: {
17079
17142
  description: string;
17080
17143
  format: string;
@@ -21788,21 +21851,31 @@ declare const _default: {
21788
21851
  client_session?: never;
21789
21852
  pat_with_workspace?: never;
21790
21853
  console_session_with_workspace?: never;
21854
+ client_session_with_customer?: never;
21791
21855
  } | {
21792
21856
  client_session: never[];
21793
21857
  api_key?: never;
21794
21858
  pat_with_workspace?: never;
21795
21859
  console_session_with_workspace?: never;
21860
+ client_session_with_customer?: never;
21796
21861
  } | {
21797
21862
  pat_with_workspace: never[];
21798
21863
  api_key?: never;
21799
21864
  client_session?: never;
21800
21865
  console_session_with_workspace?: never;
21866
+ client_session_with_customer?: never;
21801
21867
  } | {
21802
21868
  console_session_with_workspace: never[];
21803
21869
  api_key?: never;
21804
21870
  client_session?: never;
21805
21871
  pat_with_workspace?: never;
21872
+ client_session_with_customer?: never;
21873
+ } | {
21874
+ client_session_with_customer: never[];
21875
+ api_key?: never;
21876
+ client_session?: never;
21877
+ pat_with_workspace?: never;
21878
+ console_session_with_workspace?: never;
21806
21879
  })[];
21807
21880
  summary: string;
21808
21881
  tags: string[];
@@ -21911,21 +21984,31 @@ declare const _default: {
21911
21984
  client_session?: never;
21912
21985
  pat_with_workspace?: never;
21913
21986
  console_session_with_workspace?: never;
21987
+ client_session_with_customer?: never;
21914
21988
  } | {
21915
21989
  client_session: never[];
21916
21990
  api_key?: never;
21917
21991
  pat_with_workspace?: never;
21918
21992
  console_session_with_workspace?: never;
21993
+ client_session_with_customer?: never;
21919
21994
  } | {
21920
21995
  pat_with_workspace: never[];
21921
21996
  api_key?: never;
21922
21997
  client_session?: never;
21923
21998
  console_session_with_workspace?: never;
21999
+ client_session_with_customer?: never;
21924
22000
  } | {
21925
22001
  console_session_with_workspace: never[];
21926
22002
  api_key?: never;
21927
22003
  client_session?: never;
21928
22004
  pat_with_workspace?: never;
22005
+ client_session_with_customer?: never;
22006
+ } | {
22007
+ client_session_with_customer: never[];
22008
+ api_key?: never;
22009
+ client_session?: never;
22010
+ pat_with_workspace?: never;
22011
+ console_session_with_workspace?: never;
21929
22012
  })[];
21930
22013
  summary: string;
21931
22014
  tags: string[];
@@ -38389,14 +38472,22 @@ declare const _default: {
38389
38472
  pat_with_workspace: never[];
38390
38473
  console_session_with_workspace?: never;
38391
38474
  api_key?: never;
38475
+ client_session_with_customer?: never;
38392
38476
  } | {
38393
38477
  console_session_with_workspace: never[];
38394
38478
  pat_with_workspace?: never;
38395
38479
  api_key?: never;
38480
+ client_session_with_customer?: never;
38396
38481
  } | {
38397
38482
  api_key: never[];
38398
38483
  pat_with_workspace?: never;
38399
38484
  console_session_with_workspace?: never;
38485
+ client_session_with_customer?: never;
38486
+ } | {
38487
+ client_session_with_customer: never[];
38488
+ pat_with_workspace?: never;
38489
+ console_session_with_workspace?: never;
38490
+ api_key?: never;
38400
38491
  })[];
38401
38492
  summary: string;
38402
38493
  tags: never[];
@@ -38462,14 +38553,22 @@ declare const _default: {
38462
38553
  pat_with_workspace: never[];
38463
38554
  console_session_with_workspace?: never;
38464
38555
  api_key?: never;
38556
+ client_session_with_customer?: never;
38465
38557
  } | {
38466
38558
  console_session_with_workspace: never[];
38467
38559
  pat_with_workspace?: never;
38468
38560
  api_key?: never;
38561
+ client_session_with_customer?: never;
38469
38562
  } | {
38470
38563
  api_key: never[];
38471
38564
  pat_with_workspace?: never;
38472
38565
  console_session_with_workspace?: never;
38566
+ client_session_with_customer?: never;
38567
+ } | {
38568
+ client_session_with_customer: never[];
38569
+ pat_with_workspace?: never;
38570
+ console_session_with_workspace?: never;
38571
+ api_key?: never;
38473
38572
  })[];
38474
38573
  summary: string;
38475
38574
  tags: never[];
@@ -38536,14 +38635,22 @@ declare const _default: {
38536
38635
  pat_with_workspace: never[];
38537
38636
  console_session_with_workspace?: never;
38538
38637
  api_key?: never;
38638
+ client_session_with_customer?: never;
38539
38639
  } | {
38540
38640
  console_session_with_workspace: never[];
38541
38641
  pat_with_workspace?: never;
38542
38642
  api_key?: never;
38643
+ client_session_with_customer?: never;
38543
38644
  } | {
38544
38645
  api_key: never[];
38545
38646
  pat_with_workspace?: never;
38546
38647
  console_session_with_workspace?: never;
38648
+ client_session_with_customer?: never;
38649
+ } | {
38650
+ client_session_with_customer: never[];
38651
+ pat_with_workspace?: never;
38652
+ console_session_with_workspace?: never;
38653
+ api_key?: never;
38547
38654
  })[];
38548
38655
  summary: string;
38549
38656
  tags: never[];
@@ -38609,14 +38716,22 @@ declare const _default: {
38609
38716
  pat_with_workspace: never[];
38610
38717
  console_session_with_workspace?: never;
38611
38718
  api_key?: never;
38719
+ client_session_with_customer?: never;
38612
38720
  } | {
38613
38721
  console_session_with_workspace: never[];
38614
38722
  pat_with_workspace?: never;
38615
38723
  api_key?: never;
38724
+ client_session_with_customer?: never;
38616
38725
  } | {
38617
38726
  api_key: never[];
38618
38727
  pat_with_workspace?: never;
38619
38728
  console_session_with_workspace?: never;
38729
+ client_session_with_customer?: never;
38730
+ } | {
38731
+ client_session_with_customer: never[];
38732
+ pat_with_workspace?: never;
38733
+ console_session_with_workspace?: never;
38734
+ api_key?: never;
38620
38735
  })[];
38621
38736
  summary: string;
38622
38737
  tags: never[];
@@ -38636,6 +38751,22 @@ declare const _default: {
38636
38751
  'application/json': {
38637
38752
  schema: {
38638
38753
  properties: {
38754
+ acs_entrance_ids: {
38755
+ description: string;
38756
+ items: {
38757
+ format: string;
38758
+ type: string;
38759
+ };
38760
+ type: string;
38761
+ };
38762
+ device_ids: {
38763
+ description: string;
38764
+ items: {
38765
+ format: string;
38766
+ type: string;
38767
+ };
38768
+ type: string;
38769
+ };
38639
38770
  name: {
38640
38771
  description: string;
38641
38772
  type: string;
@@ -38645,8 +38776,11 @@ declare const _default: {
38645
38776
  format: string;
38646
38777
  type: string;
38647
38778
  };
38779
+ space_key: {
38780
+ description: string;
38781
+ type: string;
38782
+ };
38648
38783
  };
38649
- required: string[];
38650
38784
  type: string;
38651
38785
  };
38652
38786
  };
@@ -38683,14 +38817,22 @@ declare const _default: {
38683
38817
  pat_with_workspace: never[];
38684
38818
  console_session_with_workspace?: never;
38685
38819
  api_key?: never;
38820
+ client_session_with_customer?: never;
38686
38821
  } | {
38687
38822
  console_session_with_workspace: never[];
38688
38823
  pat_with_workspace?: never;
38689
38824
  api_key?: never;
38825
+ client_session_with_customer?: never;
38690
38826
  } | {
38691
38827
  api_key: never[];
38692
38828
  pat_with_workspace?: never;
38693
38829
  console_session_with_workspace?: never;
38830
+ client_session_with_customer?: never;
38831
+ } | {
38832
+ client_session_with_customer: never[];
38833
+ pat_with_workspace?: never;
38834
+ console_session_with_workspace?: never;
38835
+ api_key?: never;
38694
38836
  })[];
38695
38837
  summary: string;
38696
38838
  tags: never[];
@@ -38709,6 +38851,22 @@ declare const _default: {
38709
38851
  'application/json': {
38710
38852
  schema: {
38711
38853
  properties: {
38854
+ acs_entrance_ids: {
38855
+ description: string;
38856
+ items: {
38857
+ format: string;
38858
+ type: string;
38859
+ };
38860
+ type: string;
38861
+ };
38862
+ device_ids: {
38863
+ description: string;
38864
+ items: {
38865
+ format: string;
38866
+ type: string;
38867
+ };
38868
+ type: string;
38869
+ };
38712
38870
  name: {
38713
38871
  description: string;
38714
38872
  type: string;
@@ -38718,8 +38876,11 @@ declare const _default: {
38718
38876
  format: string;
38719
38877
  type: string;
38720
38878
  };
38879
+ space_key: {
38880
+ description: string;
38881
+ type: string;
38882
+ };
38721
38883
  };
38722
- required: string[];
38723
38884
  type: string;
38724
38885
  };
38725
38886
  };
@@ -38756,14 +38917,22 @@ declare const _default: {
38756
38917
  pat_with_workspace: never[];
38757
38918
  console_session_with_workspace?: never;
38758
38919
  api_key?: never;
38920
+ client_session_with_customer?: never;
38759
38921
  } | {
38760
38922
  console_session_with_workspace: never[];
38761
38923
  pat_with_workspace?: never;
38762
38924
  api_key?: never;
38925
+ client_session_with_customer?: never;
38763
38926
  } | {
38764
38927
  api_key: never[];
38765
38928
  pat_with_workspace?: never;
38766
38929
  console_session_with_workspace?: never;
38930
+ client_session_with_customer?: never;
38931
+ } | {
38932
+ client_session_with_customer: never[];
38933
+ pat_with_workspace?: never;
38934
+ console_session_with_workspace?: never;
38935
+ api_key?: never;
38767
38936
  })[];
38768
38937
  summary: string;
38769
38938
  tags: never[];