@seamapi/types 1.58.1 → 1.59.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 +52 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +52 -5
- package/lib/seam/connect/openapi.d.ts +40 -0
- package/lib/seam/connect/openapi.js +52 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -5
- package/lib/seam/connect/unstable/models/acs/credential.d.ts +4 -0
- package/lib/seam/connect/unstable/models/acs/credential.js +6 -0
- package/lib/seam/connect/unstable/models/acs/credential.js.map +1 -1
- package/lib/seam/connect/unstable/models/acs/system.d.ts +7 -7
- package/lib/seam/connect/unstable/models/acs/system.js +1 -1
- package/lib/seam/connect/unstable/models/acs/system.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +52 -3
- package/src/lib/seam/connect/route-types.ts +12 -5
- package/src/lib/seam/connect/unstable/models/acs/credential.ts +7 -0
- package/src/lib/seam/connect/unstable/models/acs/system.ts +1 -1
package/dist/connect.cjs
CHANGED
|
@@ -222,7 +222,7 @@ var openapi_default = {
|
|
|
222
222
|
"pti_site",
|
|
223
223
|
"alta_org",
|
|
224
224
|
"salto_site",
|
|
225
|
-
"
|
|
225
|
+
"brivo_account",
|
|
226
226
|
"hid_cm_org",
|
|
227
227
|
"visionline_system",
|
|
228
228
|
"assa_abloy_credential_service_user"
|
|
@@ -237,7 +237,7 @@ var openapi_default = {
|
|
|
237
237
|
"pti_site",
|
|
238
238
|
"alta_org",
|
|
239
239
|
"salto_site",
|
|
240
|
-
"
|
|
240
|
+
"brivo_account",
|
|
241
241
|
"hid_cm_org",
|
|
242
242
|
"visionline_system",
|
|
243
243
|
"assa_abloy_credential_service_user"
|
|
@@ -3480,6 +3480,10 @@ var openapi_default = {
|
|
|
3480
3480
|
properties: {
|
|
3481
3481
|
acs_credential: {
|
|
3482
3482
|
properties: {
|
|
3483
|
+
access_method: {
|
|
3484
|
+
enum: ["code", "card", "mobile_key"],
|
|
3485
|
+
type: "string"
|
|
3486
|
+
},
|
|
3483
3487
|
acs_credential_id: { format: "uuid", type: "string" },
|
|
3484
3488
|
acs_credential_pool_id: {
|
|
3485
3489
|
format: "uuid",
|
|
@@ -3505,6 +3509,7 @@ var openapi_default = {
|
|
|
3505
3509
|
"acs_credential_id",
|
|
3506
3510
|
"acs_system_id",
|
|
3507
3511
|
"display_name",
|
|
3512
|
+
"access_method",
|
|
3508
3513
|
"external_type",
|
|
3509
3514
|
"external_type_display_name",
|
|
3510
3515
|
"created_at",
|
|
@@ -3557,6 +3562,10 @@ var openapi_default = {
|
|
|
3557
3562
|
properties: {
|
|
3558
3563
|
acs_credential: {
|
|
3559
3564
|
properties: {
|
|
3565
|
+
access_method: {
|
|
3566
|
+
enum: ["code", "card", "mobile_key"],
|
|
3567
|
+
type: "string"
|
|
3568
|
+
},
|
|
3560
3569
|
acs_credential_id: { format: "uuid", type: "string" },
|
|
3561
3570
|
acs_credential_pool_id: {
|
|
3562
3571
|
format: "uuid",
|
|
@@ -3582,6 +3591,7 @@ var openapi_default = {
|
|
|
3582
3591
|
"acs_credential_id",
|
|
3583
3592
|
"acs_system_id",
|
|
3584
3593
|
"display_name",
|
|
3594
|
+
"access_method",
|
|
3585
3595
|
"external_type",
|
|
3586
3596
|
"external_type_display_name",
|
|
3587
3597
|
"created_at",
|
|
@@ -3620,10 +3630,14 @@ var openapi_default = {
|
|
|
3620
3630
|
"application/json": {
|
|
3621
3631
|
schema: {
|
|
3622
3632
|
properties: {
|
|
3633
|
+
access_method: {
|
|
3634
|
+
enum: ["code", "card", "mobile_key"],
|
|
3635
|
+
type: "string"
|
|
3636
|
+
},
|
|
3623
3637
|
acs_user_id: { format: "uuid", type: "string" },
|
|
3624
3638
|
code: { pattern: "^\\d+$", type: "string" }
|
|
3625
3639
|
},
|
|
3626
|
-
required: ["acs_user_id", "
|
|
3640
|
+
required: ["acs_user_id", "access_method"],
|
|
3627
3641
|
type: "object"
|
|
3628
3642
|
}
|
|
3629
3643
|
}
|
|
@@ -3637,6 +3651,10 @@ var openapi_default = {
|
|
|
3637
3651
|
properties: {
|
|
3638
3652
|
acs_credential: {
|
|
3639
3653
|
properties: {
|
|
3654
|
+
access_method: {
|
|
3655
|
+
enum: ["code", "card", "mobile_key"],
|
|
3656
|
+
type: "string"
|
|
3657
|
+
},
|
|
3640
3658
|
acs_credential_id: { format: "uuid", type: "string" },
|
|
3641
3659
|
acs_credential_pool_id: {
|
|
3642
3660
|
format: "uuid",
|
|
@@ -3662,6 +3680,7 @@ var openapi_default = {
|
|
|
3662
3680
|
"acs_credential_id",
|
|
3663
3681
|
"acs_system_id",
|
|
3664
3682
|
"display_name",
|
|
3683
|
+
"access_method",
|
|
3665
3684
|
"external_type",
|
|
3666
3685
|
"external_type_display_name",
|
|
3667
3686
|
"created_at",
|
|
@@ -3759,6 +3778,10 @@ var openapi_default = {
|
|
|
3759
3778
|
properties: {
|
|
3760
3779
|
acs_credential: {
|
|
3761
3780
|
properties: {
|
|
3781
|
+
access_method: {
|
|
3782
|
+
enum: ["code", "card", "mobile_key"],
|
|
3783
|
+
type: "string"
|
|
3784
|
+
},
|
|
3762
3785
|
acs_credential_id: { format: "uuid", type: "string" },
|
|
3763
3786
|
acs_credential_pool_id: {
|
|
3764
3787
|
format: "uuid",
|
|
@@ -3784,6 +3807,7 @@ var openapi_default = {
|
|
|
3784
3807
|
"acs_credential_id",
|
|
3785
3808
|
"acs_system_id",
|
|
3786
3809
|
"display_name",
|
|
3810
|
+
"access_method",
|
|
3787
3811
|
"external_type",
|
|
3788
3812
|
"external_type_display_name",
|
|
3789
3813
|
"created_at",
|
|
@@ -3858,6 +3882,10 @@ var openapi_default = {
|
|
|
3858
3882
|
acs_credentials: {
|
|
3859
3883
|
items: {
|
|
3860
3884
|
properties: {
|
|
3885
|
+
access_method: {
|
|
3886
|
+
enum: ["code", "card", "mobile_key"],
|
|
3887
|
+
type: "string"
|
|
3888
|
+
},
|
|
3861
3889
|
acs_credential_id: { format: "uuid", type: "string" },
|
|
3862
3890
|
acs_credential_pool_id: {
|
|
3863
3891
|
format: "uuid",
|
|
@@ -3883,6 +3911,7 @@ var openapi_default = {
|
|
|
3883
3911
|
"acs_credential_id",
|
|
3884
3912
|
"acs_system_id",
|
|
3885
3913
|
"display_name",
|
|
3914
|
+
"access_method",
|
|
3886
3915
|
"external_type",
|
|
3887
3916
|
"external_type_display_name",
|
|
3888
3917
|
"created_at",
|
|
@@ -3941,6 +3970,10 @@ var openapi_default = {
|
|
|
3941
3970
|
properties: {
|
|
3942
3971
|
acs_credential: {
|
|
3943
3972
|
properties: {
|
|
3973
|
+
access_method: {
|
|
3974
|
+
enum: ["code", "card", "mobile_key"],
|
|
3975
|
+
type: "string"
|
|
3976
|
+
},
|
|
3944
3977
|
acs_credential_id: { format: "uuid", type: "string" },
|
|
3945
3978
|
acs_credential_pool_id: {
|
|
3946
3979
|
format: "uuid",
|
|
@@ -3966,6 +3999,7 @@ var openapi_default = {
|
|
|
3966
3999
|
"acs_credential_id",
|
|
3967
4000
|
"acs_system_id",
|
|
3968
4001
|
"display_name",
|
|
4002
|
+
"access_method",
|
|
3969
4003
|
"external_type",
|
|
3970
4004
|
"external_type_display_name",
|
|
3971
4005
|
"created_at",
|
|
@@ -4018,6 +4052,10 @@ var openapi_default = {
|
|
|
4018
4052
|
properties: {
|
|
4019
4053
|
acs_credential: {
|
|
4020
4054
|
properties: {
|
|
4055
|
+
access_method: {
|
|
4056
|
+
enum: ["code", "card", "mobile_key"],
|
|
4057
|
+
type: "string"
|
|
4058
|
+
},
|
|
4021
4059
|
acs_credential_id: { format: "uuid", type: "string" },
|
|
4022
4060
|
acs_credential_pool_id: {
|
|
4023
4061
|
format: "uuid",
|
|
@@ -4043,6 +4081,7 @@ var openapi_default = {
|
|
|
4043
4081
|
"acs_credential_id",
|
|
4044
4082
|
"acs_system_id",
|
|
4045
4083
|
"display_name",
|
|
4084
|
+
"access_method",
|
|
4046
4085
|
"external_type",
|
|
4047
4086
|
"external_type_display_name",
|
|
4048
4087
|
"created_at",
|
|
@@ -4098,6 +4137,10 @@ var openapi_default = {
|
|
|
4098
4137
|
properties: {
|
|
4099
4138
|
acs_credential: {
|
|
4100
4139
|
properties: {
|
|
4140
|
+
access_method: {
|
|
4141
|
+
enum: ["code", "card", "mobile_key"],
|
|
4142
|
+
type: "string"
|
|
4143
|
+
},
|
|
4101
4144
|
acs_credential_id: { format: "uuid", type: "string" },
|
|
4102
4145
|
acs_credential_pool_id: {
|
|
4103
4146
|
format: "uuid",
|
|
@@ -4123,6 +4166,7 @@ var openapi_default = {
|
|
|
4123
4166
|
"acs_credential_id",
|
|
4124
4167
|
"acs_system_id",
|
|
4125
4168
|
"display_name",
|
|
4169
|
+
"access_method",
|
|
4126
4170
|
"external_type",
|
|
4127
4171
|
"external_type_display_name",
|
|
4128
4172
|
"created_at",
|
|
@@ -4175,6 +4219,10 @@ var openapi_default = {
|
|
|
4175
4219
|
properties: {
|
|
4176
4220
|
acs_credential: {
|
|
4177
4221
|
properties: {
|
|
4222
|
+
access_method: {
|
|
4223
|
+
enum: ["code", "card", "mobile_key"],
|
|
4224
|
+
type: "string"
|
|
4225
|
+
},
|
|
4178
4226
|
acs_credential_id: { format: "uuid", type: "string" },
|
|
4179
4227
|
acs_credential_pool_id: {
|
|
4180
4228
|
format: "uuid",
|
|
@@ -4200,6 +4248,7 @@ var openapi_default = {
|
|
|
4200
4248
|
"acs_credential_id",
|
|
4201
4249
|
"acs_system_id",
|
|
4202
4250
|
"display_name",
|
|
4251
|
+
"access_method",
|
|
4203
4252
|
"external_type",
|
|
4204
4253
|
"external_type_display_name",
|
|
4205
4254
|
"created_at",
|