@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.
package/dist/connect.cjs CHANGED
@@ -7146,6 +7146,11 @@ var openapi_default = {
7146
7146
  type: "array",
7147
7147
  "x-deprecated": "Use `space_ids`."
7148
7148
  },
7149
+ name: {
7150
+ description: "Name of the Access Grant. If not provided, the display name will be computed.",
7151
+ nullable: true,
7152
+ type: "string"
7153
+ },
7149
7154
  requested_access_methods: {
7150
7155
  description: "Access methods that the user requested for the Access Grant.",
7151
7156
  items: {
@@ -7209,6 +7214,7 @@ var openapi_default = {
7209
7214
  "space_ids",
7210
7215
  "requested_access_methods",
7211
7216
  "access_method_ids",
7217
+ "name",
7212
7218
  "display_name",
7213
7219
  "created_at"
7214
7220
  ],
@@ -29473,6 +29479,27 @@ var openapi_default = {
29473
29479
  description: "Your user ID for the user by which to filter unmanaged access codes.",
29474
29480
  type: "string"
29475
29481
  }
29482
+ },
29483
+ {
29484
+ in: "query",
29485
+ name: "limit",
29486
+ required: false,
29487
+ schema: {
29488
+ default: 3e5,
29489
+ description: "Numerical limit on the number of unmanaged access codes to return.",
29490
+ format: "float",
29491
+ type: "number"
29492
+ }
29493
+ },
29494
+ {
29495
+ in: "query",
29496
+ name: "page_cursor",
29497
+ required: false,
29498
+ schema: {
29499
+ description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
29500
+ nullable: true,
29501
+ type: "string"
29502
+ }
29476
29503
  }
29477
29504
  ],
29478
29505
  responses: {
@@ -29487,9 +29514,10 @@ var openapi_default = {
29487
29514
  },
29488
29515
  type: "array"
29489
29516
  },
29490
- ok: { type: "boolean" }
29517
+ ok: { type: "boolean" },
29518
+ pagination: { $ref: "#/components/schemas/pagination" }
29491
29519
  },
29492
- required: ["access_codes", "ok"],
29520
+ required: ["access_codes", "pagination", "ok"],
29493
29521
  type: "object"
29494
29522
  }
29495
29523
  }
@@ -29526,6 +29554,17 @@ var openapi_default = {
29526
29554
  format: "uuid",
29527
29555
  type: "string"
29528
29556
  },
29557
+ limit: {
29558
+ default: 3e5,
29559
+ description: "Numerical limit on the number of unmanaged access codes to return.",
29560
+ format: "float",
29561
+ type: "number"
29562
+ },
29563
+ page_cursor: {
29564
+ description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
29565
+ nullable: true,
29566
+ type: "string"
29567
+ },
29529
29568
  user_identifier_key: {
29530
29569
  description: "Your user ID for the user by which to filter unmanaged access codes.",
29531
29570
  type: "string"
@@ -29549,9 +29588,10 @@ var openapi_default = {
29549
29588
  },
29550
29589
  type: "array"
29551
29590
  },
29552
- ok: { type: "boolean" }
29591
+ ok: { type: "boolean" },
29592
+ pagination: { $ref: "#/components/schemas/pagination" }
29553
29593
  },
29554
- required: ["access_codes", "ok"],
29594
+ required: ["access_codes", "pagination", "ok"],
29555
29595
  type: "object"
29556
29596
  }
29557
29597
  }
@@ -30344,6 +30384,11 @@ var openapi_default = {
30344
30384
  type: "array",
30345
30385
  "x-deprecated": "Use `space_ids`."
30346
30386
  },
30387
+ name: {
30388
+ description: "Name for the access grant.",
30389
+ nullable: true,
30390
+ type: "string"
30391
+ },
30347
30392
  requested_access_methods: {
30348
30393
  items: {
30349
30394
  properties: {
@@ -30814,6 +30859,11 @@ var openapi_default = {
30814
30859
  nullable: true,
30815
30860
  type: "string"
30816
30861
  },
30862
+ name: {
30863
+ description: "Display name for the access grant.",
30864
+ nullable: true,
30865
+ type: "string"
30866
+ },
30817
30867
  starts_at: {
30818
30868
  description: "Date and time at which the validity of the grant starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
30819
30869
  format: "date-time",
@@ -30876,6 +30926,11 @@ var openapi_default = {
30876
30926
  nullable: true,
30877
30927
  type: "string"
30878
30928
  },
30929
+ name: {
30930
+ description: "Display name for the access grant.",
30931
+ nullable: true,
30932
+ type: "string"
30933
+ },
30879
30934
  starts_at: {
30880
30935
  description: "Date and time at which the validity of the grant starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
30881
30936
  format: "date-time",
@@ -34769,7 +34824,8 @@ var openapi_default = {
34769
34824
  { api_key: [] },
34770
34825
  { client_session: [] },
34771
34826
  { pat_with_workspace: [] },
34772
- { console_session_with_workspace: [] }
34827
+ { console_session_with_workspace: [] },
34828
+ { client_session_with_customer: [] }
34773
34829
  ],
34774
34830
  summary: "/acs/entrances/list",
34775
34831
  tags: ["/acs"],
@@ -34866,7 +34922,8 @@ var openapi_default = {
34866
34922
  { api_key: [] },
34867
34923
  { client_session: [] },
34868
34924
  { pat_with_workspace: [] },
34869
- { console_session_with_workspace: [] }
34925
+ { console_session_with_workspace: [] },
34926
+ { client_session_with_customer: [] }
34870
34927
  ],
34871
34928
  summary: "/acs/entrances/list",
34872
34929
  tags: ["/acs"],
@@ -49402,7 +49459,8 @@ var openapi_default = {
49402
49459
  security: [
49403
49460
  { pat_with_workspace: [] },
49404
49461
  { console_session_with_workspace: [] },
49405
- { api_key: [] }
49462
+ { api_key: [] },
49463
+ { client_session_with_customer: [] }
49406
49464
  ],
49407
49465
  summary: "/spaces/remove_acs_entrances",
49408
49466
  tags: [],
@@ -49456,7 +49514,8 @@ var openapi_default = {
49456
49514
  security: [
49457
49515
  { pat_with_workspace: [] },
49458
49516
  { console_session_with_workspace: [] },
49459
- { api_key: [] }
49517
+ { api_key: [] },
49518
+ { client_session_with_customer: [] }
49460
49519
  ],
49461
49520
  summary: "/spaces/remove_acs_entrances",
49462
49521
  tags: [],
@@ -49512,7 +49571,8 @@ var openapi_default = {
49512
49571
  security: [
49513
49572
  { pat_with_workspace: [] },
49514
49573
  { console_session_with_workspace: [] },
49515
- { api_key: [] }
49574
+ { api_key: [] },
49575
+ { client_session_with_customer: [] }
49516
49576
  ],
49517
49577
  summary: "/spaces/remove_devices",
49518
49578
  tags: [],
@@ -49566,7 +49626,8 @@ var openapi_default = {
49566
49626
  security: [
49567
49627
  { pat_with_workspace: [] },
49568
49628
  { console_session_with_workspace: [] },
49569
- { api_key: [] }
49629
+ { api_key: [] },
49630
+ { client_session_with_customer: [] }
49570
49631
  ],
49571
49632
  summary: "/spaces/remove_devices",
49572
49633
  tags: [],
@@ -49586,14 +49647,27 @@ var openapi_default = {
49586
49647
  "application/json": {
49587
49648
  schema: {
49588
49649
  properties: {
49650
+ acs_entrance_ids: {
49651
+ description: "IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances.",
49652
+ items: { format: "uuid", type: "string" },
49653
+ type: "array"
49654
+ },
49655
+ device_ids: {
49656
+ description: "IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.",
49657
+ items: { format: "uuid", type: "string" },
49658
+ type: "array"
49659
+ },
49589
49660
  name: { description: "Name of the space.", type: "string" },
49590
49661
  space_id: {
49591
49662
  description: "ID of the space that you want to update.",
49592
49663
  format: "uuid",
49593
49664
  type: "string"
49665
+ },
49666
+ space_key: {
49667
+ description: "Unique key of the space that you want to update.",
49668
+ type: "string"
49594
49669
  }
49595
49670
  },
49596
- required: ["space_id"],
49597
49671
  type: "object"
49598
49672
  }
49599
49673
  }
@@ -49621,7 +49695,8 @@ var openapi_default = {
49621
49695
  security: [
49622
49696
  { pat_with_workspace: [] },
49623
49697
  { console_session_with_workspace: [] },
49624
- { api_key: [] }
49698
+ { api_key: [] },
49699
+ { client_session_with_customer: [] }
49625
49700
  ],
49626
49701
  summary: "/spaces/update",
49627
49702
  tags: [],
@@ -49640,14 +49715,27 @@ var openapi_default = {
49640
49715
  "application/json": {
49641
49716
  schema: {
49642
49717
  properties: {
49718
+ acs_entrance_ids: {
49719
+ description: "IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances.",
49720
+ items: { format: "uuid", type: "string" },
49721
+ type: "array"
49722
+ },
49723
+ device_ids: {
49724
+ description: "IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.",
49725
+ items: { format: "uuid", type: "string" },
49726
+ type: "array"
49727
+ },
49643
49728
  name: { description: "Name of the space.", type: "string" },
49644
49729
  space_id: {
49645
49730
  description: "ID of the space that you want to update.",
49646
49731
  format: "uuid",
49647
49732
  type: "string"
49733
+ },
49734
+ space_key: {
49735
+ description: "Unique key of the space that you want to update.",
49736
+ type: "string"
49648
49737
  }
49649
49738
  },
49650
- required: ["space_id"],
49651
49739
  type: "object"
49652
49740
  }
49653
49741
  }
@@ -49675,7 +49763,8 @@ var openapi_default = {
49675
49763
  security: [
49676
49764
  { pat_with_workspace: [] },
49677
49765
  { console_session_with_workspace: [] },
49678
- { api_key: [] }
49766
+ { api_key: [] },
49767
+ { client_session_with_customer: [] }
49679
49768
  ],
49680
49769
  summary: "/spaces/update",
49681
49770
  tags: [],