@seamapi/types 1.451.0 → 1.452.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 +65 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +155 -4
- package/dist/index.cjs +65 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +3 -0
- package/lib/seam/connect/models/access-grants/access-grant.js +4 -0
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +128 -2
- package/lib/seam/connect/openapi.js +57 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +24 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +64 -2
- package/src/lib/seam/connect/route-types.ts +24 -2
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
|
],
|
|
@@ -30344,6 +30350,11 @@ var openapi_default = {
|
|
|
30344
30350
|
type: "array",
|
|
30345
30351
|
"x-deprecated": "Use `space_ids`."
|
|
30346
30352
|
},
|
|
30353
|
+
name: {
|
|
30354
|
+
description: "Name for the access grant.",
|
|
30355
|
+
nullable: true,
|
|
30356
|
+
type: "string"
|
|
30357
|
+
},
|
|
30347
30358
|
requested_access_methods: {
|
|
30348
30359
|
items: {
|
|
30349
30360
|
properties: {
|
|
@@ -30814,6 +30825,11 @@ var openapi_default = {
|
|
|
30814
30825
|
nullable: true,
|
|
30815
30826
|
type: "string"
|
|
30816
30827
|
},
|
|
30828
|
+
name: {
|
|
30829
|
+
description: "Display name for the access grant.",
|
|
30830
|
+
nullable: true,
|
|
30831
|
+
type: "string"
|
|
30832
|
+
},
|
|
30817
30833
|
starts_at: {
|
|
30818
30834
|
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
30835
|
format: "date-time",
|
|
@@ -30876,6 +30892,11 @@ var openapi_default = {
|
|
|
30876
30892
|
nullable: true,
|
|
30877
30893
|
type: "string"
|
|
30878
30894
|
},
|
|
30895
|
+
name: {
|
|
30896
|
+
description: "Display name for the access grant.",
|
|
30897
|
+
nullable: true,
|
|
30898
|
+
type: "string"
|
|
30899
|
+
},
|
|
30879
30900
|
starts_at: {
|
|
30880
30901
|
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
30902
|
format: "date-time",
|
|
@@ -34769,7 +34790,8 @@ var openapi_default = {
|
|
|
34769
34790
|
{ api_key: [] },
|
|
34770
34791
|
{ client_session: [] },
|
|
34771
34792
|
{ pat_with_workspace: [] },
|
|
34772
|
-
{ console_session_with_workspace: [] }
|
|
34793
|
+
{ console_session_with_workspace: [] },
|
|
34794
|
+
{ client_session_with_customer: [] }
|
|
34773
34795
|
],
|
|
34774
34796
|
summary: "/acs/entrances/list",
|
|
34775
34797
|
tags: ["/acs"],
|
|
@@ -34866,7 +34888,8 @@ var openapi_default = {
|
|
|
34866
34888
|
{ api_key: [] },
|
|
34867
34889
|
{ client_session: [] },
|
|
34868
34890
|
{ pat_with_workspace: [] },
|
|
34869
|
-
{ console_session_with_workspace: [] }
|
|
34891
|
+
{ console_session_with_workspace: [] },
|
|
34892
|
+
{ client_session_with_customer: [] }
|
|
34870
34893
|
],
|
|
34871
34894
|
summary: "/acs/entrances/list",
|
|
34872
34895
|
tags: ["/acs"],
|
|
@@ -49402,7 +49425,8 @@ var openapi_default = {
|
|
|
49402
49425
|
security: [
|
|
49403
49426
|
{ pat_with_workspace: [] },
|
|
49404
49427
|
{ console_session_with_workspace: [] },
|
|
49405
|
-
{ api_key: [] }
|
|
49428
|
+
{ api_key: [] },
|
|
49429
|
+
{ client_session_with_customer: [] }
|
|
49406
49430
|
],
|
|
49407
49431
|
summary: "/spaces/remove_acs_entrances",
|
|
49408
49432
|
tags: [],
|
|
@@ -49456,7 +49480,8 @@ var openapi_default = {
|
|
|
49456
49480
|
security: [
|
|
49457
49481
|
{ pat_with_workspace: [] },
|
|
49458
49482
|
{ console_session_with_workspace: [] },
|
|
49459
|
-
{ api_key: [] }
|
|
49483
|
+
{ api_key: [] },
|
|
49484
|
+
{ client_session_with_customer: [] }
|
|
49460
49485
|
],
|
|
49461
49486
|
summary: "/spaces/remove_acs_entrances",
|
|
49462
49487
|
tags: [],
|
|
@@ -49512,7 +49537,8 @@ var openapi_default = {
|
|
|
49512
49537
|
security: [
|
|
49513
49538
|
{ pat_with_workspace: [] },
|
|
49514
49539
|
{ console_session_with_workspace: [] },
|
|
49515
|
-
{ api_key: [] }
|
|
49540
|
+
{ api_key: [] },
|
|
49541
|
+
{ client_session_with_customer: [] }
|
|
49516
49542
|
],
|
|
49517
49543
|
summary: "/spaces/remove_devices",
|
|
49518
49544
|
tags: [],
|
|
@@ -49566,7 +49592,8 @@ var openapi_default = {
|
|
|
49566
49592
|
security: [
|
|
49567
49593
|
{ pat_with_workspace: [] },
|
|
49568
49594
|
{ console_session_with_workspace: [] },
|
|
49569
|
-
{ api_key: [] }
|
|
49595
|
+
{ api_key: [] },
|
|
49596
|
+
{ client_session_with_customer: [] }
|
|
49570
49597
|
],
|
|
49571
49598
|
summary: "/spaces/remove_devices",
|
|
49572
49599
|
tags: [],
|
|
@@ -49586,14 +49613,27 @@ var openapi_default = {
|
|
|
49586
49613
|
"application/json": {
|
|
49587
49614
|
schema: {
|
|
49588
49615
|
properties: {
|
|
49616
|
+
acs_entrance_ids: {
|
|
49617
|
+
description: "IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances.",
|
|
49618
|
+
items: { format: "uuid", type: "string" },
|
|
49619
|
+
type: "array"
|
|
49620
|
+
},
|
|
49621
|
+
device_ids: {
|
|
49622
|
+
description: "IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.",
|
|
49623
|
+
items: { format: "uuid", type: "string" },
|
|
49624
|
+
type: "array"
|
|
49625
|
+
},
|
|
49589
49626
|
name: { description: "Name of the space.", type: "string" },
|
|
49590
49627
|
space_id: {
|
|
49591
49628
|
description: "ID of the space that you want to update.",
|
|
49592
49629
|
format: "uuid",
|
|
49593
49630
|
type: "string"
|
|
49631
|
+
},
|
|
49632
|
+
space_key: {
|
|
49633
|
+
description: "Unique key of the space that you want to update.",
|
|
49634
|
+
type: "string"
|
|
49594
49635
|
}
|
|
49595
49636
|
},
|
|
49596
|
-
required: ["space_id"],
|
|
49597
49637
|
type: "object"
|
|
49598
49638
|
}
|
|
49599
49639
|
}
|
|
@@ -49621,7 +49661,8 @@ var openapi_default = {
|
|
|
49621
49661
|
security: [
|
|
49622
49662
|
{ pat_with_workspace: [] },
|
|
49623
49663
|
{ console_session_with_workspace: [] },
|
|
49624
|
-
{ api_key: [] }
|
|
49664
|
+
{ api_key: [] },
|
|
49665
|
+
{ client_session_with_customer: [] }
|
|
49625
49666
|
],
|
|
49626
49667
|
summary: "/spaces/update",
|
|
49627
49668
|
tags: [],
|
|
@@ -49640,14 +49681,27 @@ var openapi_default = {
|
|
|
49640
49681
|
"application/json": {
|
|
49641
49682
|
schema: {
|
|
49642
49683
|
properties: {
|
|
49684
|
+
acs_entrance_ids: {
|
|
49685
|
+
description: "IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances.",
|
|
49686
|
+
items: { format: "uuid", type: "string" },
|
|
49687
|
+
type: "array"
|
|
49688
|
+
},
|
|
49689
|
+
device_ids: {
|
|
49690
|
+
description: "IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.",
|
|
49691
|
+
items: { format: "uuid", type: "string" },
|
|
49692
|
+
type: "array"
|
|
49693
|
+
},
|
|
49643
49694
|
name: { description: "Name of the space.", type: "string" },
|
|
49644
49695
|
space_id: {
|
|
49645
49696
|
description: "ID of the space that you want to update.",
|
|
49646
49697
|
format: "uuid",
|
|
49647
49698
|
type: "string"
|
|
49699
|
+
},
|
|
49700
|
+
space_key: {
|
|
49701
|
+
description: "Unique key of the space that you want to update.",
|
|
49702
|
+
type: "string"
|
|
49648
49703
|
}
|
|
49649
49704
|
},
|
|
49650
|
-
required: ["space_id"],
|
|
49651
49705
|
type: "object"
|
|
49652
49706
|
}
|
|
49653
49707
|
}
|
|
@@ -49675,7 +49729,8 @@ var openapi_default = {
|
|
|
49675
49729
|
security: [
|
|
49676
49730
|
{ pat_with_workspace: [] },
|
|
49677
49731
|
{ console_session_with_workspace: [] },
|
|
49678
|
-
{ api_key: [] }
|
|
49732
|
+
{ api_key: [] },
|
|
49733
|
+
{ client_session_with_customer: [] }
|
|
49679
49734
|
],
|
|
49680
49735
|
summary: "/spaces/update",
|
|
49681
49736
|
tags: [],
|