@seamapi/types 1.100.0 → 1.102.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 +128 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +205 -9
- package/lib/seam/connect/openapi.d.ts +177 -0
- package/lib/seam/connect/openapi.js +127 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +28 -9
- package/lib/seam/connect/unstable/models/acs/credential.d.ts +3 -0
- package/lib/seam/connect/unstable/models/acs/credential.js +1 -0
- package/lib/seam/connect/unstable/models/acs/credential.js.map +1 -1
- package/lib/seam/connect/unstable/models/capability-properties/access-code.d.ts +11 -11
- package/lib/seam/connect/unstable/models/capability-properties/access-code.js +2 -0
- package/lib/seam/connect/unstable/models/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/unstable/models/capability-properties/index.d.ts +5 -5
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +9 -9
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +127 -0
- package/src/lib/seam/connect/route-types.ts +37 -0
- package/src/lib/seam/connect/unstable/models/acs/credential.ts +1 -0
- package/src/lib/seam/connect/unstable/models/capability-properties/access-code.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -1212,7 +1212,9 @@ var openapi_default = {
|
|
|
1212
1212
|
"no_triple_consecutive_ints",
|
|
1213
1213
|
"cannot_specify_pin_code",
|
|
1214
1214
|
"pin_code_matches_existing_set",
|
|
1215
|
-
"start_date_in_future"
|
|
1215
|
+
"start_date_in_future",
|
|
1216
|
+
"no_ascending_or_descending_sequence",
|
|
1217
|
+
"at_least_three_unique_digits"
|
|
1216
1218
|
],
|
|
1217
1219
|
type: "string"
|
|
1218
1220
|
}
|
|
@@ -3872,6 +3874,10 @@ var openapi_default = {
|
|
|
3872
3874
|
},
|
|
3873
3875
|
external_type_display_name: { type: "string" },
|
|
3874
3876
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
3877
|
+
parent_credential_id: {
|
|
3878
|
+
format: "uuid",
|
|
3879
|
+
type: "string"
|
|
3880
|
+
},
|
|
3875
3881
|
starts_at: { type: "string" },
|
|
3876
3882
|
visionline_metadata: {
|
|
3877
3883
|
properties: {
|
|
@@ -3965,6 +3971,10 @@ var openapi_default = {
|
|
|
3965
3971
|
},
|
|
3966
3972
|
external_type_display_name: { type: "string" },
|
|
3967
3973
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
3974
|
+
parent_credential_id: {
|
|
3975
|
+
format: "uuid",
|
|
3976
|
+
type: "string"
|
|
3977
|
+
},
|
|
3968
3978
|
starts_at: { type: "string" },
|
|
3969
3979
|
visionline_metadata: {
|
|
3970
3980
|
properties: {
|
|
@@ -4095,6 +4105,10 @@ var openapi_default = {
|
|
|
4095
4105
|
},
|
|
4096
4106
|
external_type_display_name: { type: "string" },
|
|
4097
4107
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4108
|
+
parent_credential_id: {
|
|
4109
|
+
format: "uuid",
|
|
4110
|
+
type: "string"
|
|
4111
|
+
},
|
|
4098
4112
|
starts_at: { type: "string" },
|
|
4099
4113
|
visionline_metadata: {
|
|
4100
4114
|
properties: {
|
|
@@ -4233,6 +4247,10 @@ var openapi_default = {
|
|
|
4233
4247
|
},
|
|
4234
4248
|
external_type_display_name: { type: "string" },
|
|
4235
4249
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4250
|
+
parent_credential_id: {
|
|
4251
|
+
format: "uuid",
|
|
4252
|
+
type: "string"
|
|
4253
|
+
},
|
|
4236
4254
|
starts_at: { type: "string" },
|
|
4237
4255
|
visionline_metadata: {
|
|
4238
4256
|
properties: {
|
|
@@ -4355,6 +4373,10 @@ var openapi_default = {
|
|
|
4355
4373
|
},
|
|
4356
4374
|
external_type_display_name: { type: "string" },
|
|
4357
4375
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4376
|
+
parent_credential_id: {
|
|
4377
|
+
format: "uuid",
|
|
4378
|
+
type: "string"
|
|
4379
|
+
},
|
|
4358
4380
|
starts_at: { type: "string" },
|
|
4359
4381
|
visionline_metadata: {
|
|
4360
4382
|
properties: {
|
|
@@ -4454,6 +4476,10 @@ var openapi_default = {
|
|
|
4454
4476
|
},
|
|
4455
4477
|
external_type_display_name: { type: "string" },
|
|
4456
4478
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4479
|
+
parent_credential_id: {
|
|
4480
|
+
format: "uuid",
|
|
4481
|
+
type: "string"
|
|
4482
|
+
},
|
|
4457
4483
|
starts_at: { type: "string" },
|
|
4458
4484
|
visionline_metadata: {
|
|
4459
4485
|
properties: {
|
|
@@ -4547,6 +4573,10 @@ var openapi_default = {
|
|
|
4547
4573
|
},
|
|
4548
4574
|
external_type_display_name: { type: "string" },
|
|
4549
4575
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4576
|
+
parent_credential_id: {
|
|
4577
|
+
format: "uuid",
|
|
4578
|
+
type: "string"
|
|
4579
|
+
},
|
|
4550
4580
|
starts_at: { type: "string" },
|
|
4551
4581
|
visionline_metadata: {
|
|
4552
4582
|
properties: {
|
|
@@ -4643,6 +4673,10 @@ var openapi_default = {
|
|
|
4643
4673
|
},
|
|
4644
4674
|
external_type_display_name: { type: "string" },
|
|
4645
4675
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4676
|
+
parent_credential_id: {
|
|
4677
|
+
format: "uuid",
|
|
4678
|
+
type: "string"
|
|
4679
|
+
},
|
|
4646
4680
|
starts_at: { type: "string" },
|
|
4647
4681
|
visionline_metadata: {
|
|
4648
4682
|
properties: {
|
|
@@ -4736,6 +4770,10 @@ var openapi_default = {
|
|
|
4736
4770
|
},
|
|
4737
4771
|
external_type_display_name: { type: "string" },
|
|
4738
4772
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4773
|
+
parent_credential_id: {
|
|
4774
|
+
format: "uuid",
|
|
4775
|
+
type: "string"
|
|
4776
|
+
},
|
|
4739
4777
|
starts_at: { type: "string" },
|
|
4740
4778
|
visionline_metadata: {
|
|
4741
4779
|
properties: {
|
|
@@ -5065,6 +5103,10 @@ var openapi_default = {
|
|
|
5065
5103
|
},
|
|
5066
5104
|
external_type_display_name: { type: "string" },
|
|
5067
5105
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
5106
|
+
parent_credential_id: {
|
|
5107
|
+
format: "uuid",
|
|
5108
|
+
type: "string"
|
|
5109
|
+
},
|
|
5068
5110
|
starts_at: { type: "string" },
|
|
5069
5111
|
visionline_metadata: {
|
|
5070
5112
|
properties: {
|
|
@@ -11486,6 +11528,91 @@ var openapi_default = {
|
|
|
11486
11528
|
"x-fern-sdk-return-value": "webhooks"
|
|
11487
11529
|
}
|
|
11488
11530
|
},
|
|
11531
|
+
"/webhooks/update": {
|
|
11532
|
+
post: {
|
|
11533
|
+
operationId: "webhooksUpdatePost",
|
|
11534
|
+
requestBody: {
|
|
11535
|
+
content: {
|
|
11536
|
+
"application/json": {
|
|
11537
|
+
schema: {
|
|
11538
|
+
properties: {
|
|
11539
|
+
event_types: { items: { type: "string" }, type: "array" },
|
|
11540
|
+
webhook_id: { type: "string" }
|
|
11541
|
+
},
|
|
11542
|
+
required: ["webhook_id", "event_types"],
|
|
11543
|
+
type: "object"
|
|
11544
|
+
}
|
|
11545
|
+
}
|
|
11546
|
+
}
|
|
11547
|
+
},
|
|
11548
|
+
responses: {
|
|
11549
|
+
200: {
|
|
11550
|
+
content: {
|
|
11551
|
+
"application/json": {
|
|
11552
|
+
schema: {
|
|
11553
|
+
properties: { ok: { type: "boolean" } },
|
|
11554
|
+
required: ["ok"],
|
|
11555
|
+
type: "object"
|
|
11556
|
+
}
|
|
11557
|
+
}
|
|
11558
|
+
},
|
|
11559
|
+
description: "OK"
|
|
11560
|
+
},
|
|
11561
|
+
400: { description: "Bad Request" },
|
|
11562
|
+
401: { description: "Unauthorized" }
|
|
11563
|
+
},
|
|
11564
|
+
security: [
|
|
11565
|
+
{ access_token: [], seam_workspace: [] },
|
|
11566
|
+
{ seam_client_session_token: [] },
|
|
11567
|
+
{ client_session_token: [] }
|
|
11568
|
+
],
|
|
11569
|
+
summary: "/webhooks/update",
|
|
11570
|
+
tags: ["/webhooks"],
|
|
11571
|
+
"x-fern-sdk-group-name": ["webhooks"],
|
|
11572
|
+
"x-fern-sdk-method-name": "update"
|
|
11573
|
+
},
|
|
11574
|
+
put: {
|
|
11575
|
+
operationId: "webhooksUpdatePut",
|
|
11576
|
+
requestBody: {
|
|
11577
|
+
content: {
|
|
11578
|
+
"application/json": {
|
|
11579
|
+
schema: {
|
|
11580
|
+
properties: {
|
|
11581
|
+
event_types: { items: { type: "string" }, type: "array" },
|
|
11582
|
+
webhook_id: { type: "string" }
|
|
11583
|
+
},
|
|
11584
|
+
required: ["webhook_id", "event_types"],
|
|
11585
|
+
type: "object"
|
|
11586
|
+
}
|
|
11587
|
+
}
|
|
11588
|
+
}
|
|
11589
|
+
},
|
|
11590
|
+
responses: {
|
|
11591
|
+
200: {
|
|
11592
|
+
content: {
|
|
11593
|
+
"application/json": {
|
|
11594
|
+
schema: {
|
|
11595
|
+
properties: { ok: { type: "boolean" } },
|
|
11596
|
+
required: ["ok"],
|
|
11597
|
+
type: "object"
|
|
11598
|
+
}
|
|
11599
|
+
}
|
|
11600
|
+
},
|
|
11601
|
+
description: "OK"
|
|
11602
|
+
},
|
|
11603
|
+
400: { description: "Bad Request" },
|
|
11604
|
+
401: { description: "Unauthorized" }
|
|
11605
|
+
},
|
|
11606
|
+
security: [
|
|
11607
|
+
{ access_token: [], seam_workspace: [] },
|
|
11608
|
+
{ seam_client_session_token: [] },
|
|
11609
|
+
{ client_session_token: [] }
|
|
11610
|
+
],
|
|
11611
|
+
summary: "/webhooks/update",
|
|
11612
|
+
tags: ["/webhooks"],
|
|
11613
|
+
"x-fern-ignore": true
|
|
11614
|
+
}
|
|
11615
|
+
},
|
|
11489
11616
|
"/workspaces/create": {
|
|
11490
11617
|
post: {
|
|
11491
11618
|
operationId: "workspacesCreatePost",
|