@seamapi/types 1.404.1 → 1.404.3
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 +416 -138
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +448 -122
- package/lib/seam/connect/models/access-codes/managed-access-code.js +2 -8
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js +121 -41
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +0 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +125 -9
- package/lib/seam/connect/openapi.js +328 -90
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +323 -113
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +2 -8
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +172 -44
- package/src/lib/seam/connect/models/devices/device-provider.ts +0 -1
- package/src/lib/seam/connect/openapi.ts +404 -90
- package/src/lib/seam/connect/route-types.ts +330 -113
|
@@ -85,6 +85,7 @@ declare const _default: {
|
|
|
85
85
|
is_connected_account_error: {
|
|
86
86
|
enum: boolean[];
|
|
87
87
|
type: string;
|
|
88
|
+
description?: never;
|
|
88
89
|
};
|
|
89
90
|
is_device_error: {
|
|
90
91
|
enum: boolean[];
|
|
@@ -140,15 +141,17 @@ declare const _default: {
|
|
|
140
141
|
type: string;
|
|
141
142
|
};
|
|
142
143
|
is_bridge_error: {
|
|
144
|
+
description: string;
|
|
143
145
|
type: string;
|
|
144
146
|
};
|
|
145
147
|
is_connected_account_error: {
|
|
148
|
+
description: string;
|
|
146
149
|
type: string;
|
|
147
150
|
enum?: never;
|
|
148
151
|
};
|
|
149
152
|
message: {
|
|
153
|
+
description: string;
|
|
150
154
|
type: string;
|
|
151
|
-
description?: never;
|
|
152
155
|
};
|
|
153
156
|
is_access_code_error?: never;
|
|
154
157
|
is_device_error?: never;
|
|
@@ -3029,19 +3032,24 @@ declare const _default: {
|
|
|
3029
3032
|
description: string;
|
|
3030
3033
|
properties: {
|
|
3031
3034
|
account_type: {
|
|
3035
|
+
description: string;
|
|
3032
3036
|
type: string;
|
|
3033
3037
|
};
|
|
3034
3038
|
account_type_display_name: {
|
|
3039
|
+
description: string;
|
|
3035
3040
|
type: string;
|
|
3036
3041
|
};
|
|
3037
3042
|
automatically_manage_new_devices: {
|
|
3043
|
+
description: string;
|
|
3038
3044
|
type: string;
|
|
3039
3045
|
};
|
|
3040
3046
|
connected_account_id: {
|
|
3047
|
+
description: string;
|
|
3041
3048
|
format: string;
|
|
3042
3049
|
type: string;
|
|
3043
3050
|
};
|
|
3044
3051
|
created_at: {
|
|
3052
|
+
description: string;
|
|
3045
3053
|
format: string;
|
|
3046
3054
|
type: string;
|
|
3047
3055
|
};
|
|
@@ -3055,6 +3063,7 @@ declare const _default: {
|
|
|
3055
3063
|
type: string;
|
|
3056
3064
|
};
|
|
3057
3065
|
errors: {
|
|
3066
|
+
description: string;
|
|
3058
3067
|
items: {
|
|
3059
3068
|
discriminator: {
|
|
3060
3069
|
propertyName: string;
|
|
@@ -3073,12 +3082,15 @@ declare const _default: {
|
|
|
3073
3082
|
type: string;
|
|
3074
3083
|
};
|
|
3075
3084
|
is_bridge_error: {
|
|
3085
|
+
description: string;
|
|
3076
3086
|
type: string;
|
|
3077
3087
|
};
|
|
3078
3088
|
is_connected_account_error: {
|
|
3089
|
+
description: string;
|
|
3079
3090
|
type: string;
|
|
3080
3091
|
};
|
|
3081
3092
|
message: {
|
|
3093
|
+
description: string;
|
|
3082
3094
|
type: string;
|
|
3083
3095
|
};
|
|
3084
3096
|
salto_ks_metadata?: never;
|
|
@@ -3099,30 +3111,40 @@ declare const _default: {
|
|
|
3099
3111
|
type: string;
|
|
3100
3112
|
};
|
|
3101
3113
|
is_bridge_error: {
|
|
3114
|
+
description: string;
|
|
3102
3115
|
type: string;
|
|
3103
3116
|
};
|
|
3104
3117
|
is_connected_account_error: {
|
|
3118
|
+
description: string;
|
|
3105
3119
|
type: string;
|
|
3106
3120
|
};
|
|
3107
3121
|
message: {
|
|
3122
|
+
description: string;
|
|
3108
3123
|
type: string;
|
|
3109
3124
|
};
|
|
3110
3125
|
salto_ks_metadata: {
|
|
3126
|
+
description: string;
|
|
3111
3127
|
properties: {
|
|
3112
3128
|
sites: {
|
|
3129
|
+
description: string;
|
|
3113
3130
|
items: {
|
|
3131
|
+
description: string;
|
|
3114
3132
|
properties: {
|
|
3115
3133
|
site_id: {
|
|
3134
|
+
description: string;
|
|
3116
3135
|
type: string;
|
|
3117
3136
|
};
|
|
3118
3137
|
site_name: {
|
|
3138
|
+
description: string;
|
|
3119
3139
|
type: string;
|
|
3120
3140
|
};
|
|
3121
3141
|
site_user_subscription_limit: {
|
|
3142
|
+
description: string;
|
|
3122
3143
|
minimum: number;
|
|
3123
3144
|
type: string;
|
|
3124
3145
|
};
|
|
3125
3146
|
subscribed_site_user_count: {
|
|
3147
|
+
description: string;
|
|
3126
3148
|
minimum: number;
|
|
3127
3149
|
type: string;
|
|
3128
3150
|
};
|
|
@@ -3144,26 +3166,33 @@ declare const _default: {
|
|
|
3144
3166
|
type: string;
|
|
3145
3167
|
};
|
|
3146
3168
|
user_identifier: {
|
|
3169
|
+
description: string;
|
|
3147
3170
|
properties: {
|
|
3148
3171
|
api_url: {
|
|
3172
|
+
description: string;
|
|
3149
3173
|
type: string;
|
|
3150
3174
|
};
|
|
3151
3175
|
email: {
|
|
3176
|
+
description: string;
|
|
3152
3177
|
type: string;
|
|
3153
3178
|
};
|
|
3154
3179
|
exclusive: {
|
|
3180
|
+
description: string;
|
|
3155
3181
|
type: string;
|
|
3156
3182
|
};
|
|
3157
3183
|
phone: {
|
|
3184
|
+
description: string;
|
|
3158
3185
|
type: string;
|
|
3159
3186
|
};
|
|
3160
3187
|
username: {
|
|
3188
|
+
description: string;
|
|
3161
3189
|
type: string;
|
|
3162
3190
|
};
|
|
3163
3191
|
};
|
|
3164
3192
|
type: string;
|
|
3165
3193
|
};
|
|
3166
3194
|
warnings: {
|
|
3195
|
+
description: string;
|
|
3167
3196
|
items: {
|
|
3168
3197
|
description: string;
|
|
3169
3198
|
discriminator: {
|
|
@@ -3178,6 +3207,7 @@ declare const _default: {
|
|
|
3178
3207
|
type: string;
|
|
3179
3208
|
};
|
|
3180
3209
|
message: {
|
|
3210
|
+
description: string;
|
|
3181
3211
|
type: string;
|
|
3182
3212
|
};
|
|
3183
3213
|
warning_code: {
|
|
@@ -3198,24 +3228,32 @@ declare const _default: {
|
|
|
3198
3228
|
type: string;
|
|
3199
3229
|
};
|
|
3200
3230
|
message: {
|
|
3231
|
+
description: string;
|
|
3201
3232
|
type: string;
|
|
3202
3233
|
};
|
|
3203
3234
|
salto_ks_metadata: {
|
|
3235
|
+
description: string;
|
|
3204
3236
|
properties: {
|
|
3205
3237
|
sites: {
|
|
3238
|
+
description: string;
|
|
3206
3239
|
items: {
|
|
3240
|
+
description: string;
|
|
3207
3241
|
properties: {
|
|
3208
3242
|
site_id: {
|
|
3243
|
+
description: string;
|
|
3209
3244
|
type: string;
|
|
3210
3245
|
};
|
|
3211
3246
|
site_name: {
|
|
3247
|
+
description: string;
|
|
3212
3248
|
type: string;
|
|
3213
3249
|
};
|
|
3214
3250
|
site_user_subscription_limit: {
|
|
3251
|
+
description: string;
|
|
3215
3252
|
minimum: number;
|
|
3216
3253
|
type: string;
|
|
3217
3254
|
};
|
|
3218
3255
|
subscribed_site_user_count: {
|
|
3256
|
+
description: string;
|
|
3219
3257
|
minimum: number;
|
|
3220
3258
|
type: string;
|
|
3221
3259
|
};
|
|
@@ -3352,6 +3390,7 @@ declare const _default: {
|
|
|
3352
3390
|
is_connected_account_error: {
|
|
3353
3391
|
enum: boolean[];
|
|
3354
3392
|
type: string;
|
|
3393
|
+
description?: never;
|
|
3355
3394
|
};
|
|
3356
3395
|
is_device_error: {
|
|
3357
3396
|
enum: boolean[];
|
|
@@ -3359,6 +3398,7 @@ declare const _default: {
|
|
|
3359
3398
|
};
|
|
3360
3399
|
message: {
|
|
3361
3400
|
type: string;
|
|
3401
|
+
description?: never;
|
|
3362
3402
|
};
|
|
3363
3403
|
is_bridge_error?: never;
|
|
3364
3404
|
};
|
|
@@ -3383,6 +3423,7 @@ declare const _default: {
|
|
|
3383
3423
|
};
|
|
3384
3424
|
message: {
|
|
3385
3425
|
type: string;
|
|
3426
|
+
description?: never;
|
|
3386
3427
|
};
|
|
3387
3428
|
is_connected_account_error?: never;
|
|
3388
3429
|
is_bridge_error?: never;
|
|
@@ -3403,13 +3444,16 @@ declare const _default: {
|
|
|
3403
3444
|
type: string;
|
|
3404
3445
|
};
|
|
3405
3446
|
is_bridge_error: {
|
|
3447
|
+
description: string;
|
|
3406
3448
|
type: string;
|
|
3407
3449
|
};
|
|
3408
3450
|
is_connected_account_error: {
|
|
3451
|
+
description: string;
|
|
3409
3452
|
type: string;
|
|
3410
3453
|
enum?: never;
|
|
3411
3454
|
};
|
|
3412
3455
|
message: {
|
|
3456
|
+
description: string;
|
|
3413
3457
|
type: string;
|
|
3414
3458
|
};
|
|
3415
3459
|
is_device_error?: never;
|
|
@@ -9121,6 +9165,7 @@ declare const _default: {
|
|
|
9121
9165
|
is_connected_account_error: {
|
|
9122
9166
|
enum: boolean[];
|
|
9123
9167
|
type: string;
|
|
9168
|
+
description?: never;
|
|
9124
9169
|
};
|
|
9125
9170
|
is_device_error: {
|
|
9126
9171
|
enum: boolean[];
|
|
@@ -9176,15 +9221,17 @@ declare const _default: {
|
|
|
9176
9221
|
type: string;
|
|
9177
9222
|
};
|
|
9178
9223
|
is_bridge_error: {
|
|
9224
|
+
description: string;
|
|
9179
9225
|
type: string;
|
|
9180
9226
|
};
|
|
9181
9227
|
is_connected_account_error: {
|
|
9228
|
+
description: string;
|
|
9182
9229
|
type: string;
|
|
9183
9230
|
enum?: never;
|
|
9184
9231
|
};
|
|
9185
9232
|
message: {
|
|
9233
|
+
description: string;
|
|
9186
9234
|
type: string;
|
|
9187
|
-
description?: never;
|
|
9188
9235
|
};
|
|
9189
9236
|
is_access_code_error?: never;
|
|
9190
9237
|
is_device_error?: never;
|
|
@@ -10112,6 +10159,7 @@ declare const _default: {
|
|
|
10112
10159
|
is_connected_account_error: {
|
|
10113
10160
|
enum: boolean[];
|
|
10114
10161
|
type: string;
|
|
10162
|
+
description?: never;
|
|
10115
10163
|
};
|
|
10116
10164
|
is_device_error: {
|
|
10117
10165
|
enum: boolean[];
|
|
@@ -10119,6 +10167,7 @@ declare const _default: {
|
|
|
10119
10167
|
};
|
|
10120
10168
|
message: {
|
|
10121
10169
|
type: string;
|
|
10170
|
+
description?: never;
|
|
10122
10171
|
};
|
|
10123
10172
|
is_bridge_error?: never;
|
|
10124
10173
|
};
|
|
@@ -10143,6 +10192,7 @@ declare const _default: {
|
|
|
10143
10192
|
};
|
|
10144
10193
|
message: {
|
|
10145
10194
|
type: string;
|
|
10195
|
+
description?: never;
|
|
10146
10196
|
};
|
|
10147
10197
|
is_connected_account_error?: never;
|
|
10148
10198
|
is_bridge_error?: never;
|
|
@@ -10163,13 +10213,16 @@ declare const _default: {
|
|
|
10163
10213
|
type: string;
|
|
10164
10214
|
};
|
|
10165
10215
|
is_bridge_error: {
|
|
10216
|
+
description: string;
|
|
10166
10217
|
type: string;
|
|
10167
10218
|
};
|
|
10168
10219
|
is_connected_account_error: {
|
|
10220
|
+
description: string;
|
|
10169
10221
|
type: string;
|
|
10170
10222
|
enum?: never;
|
|
10171
10223
|
};
|
|
10172
10224
|
message: {
|
|
10225
|
+
description: string;
|
|
10173
10226
|
type: string;
|
|
10174
10227
|
};
|
|
10175
10228
|
is_device_error?: never;
|
|
@@ -16629,13 +16682,22 @@ declare const _default: {
|
|
|
16629
16682
|
'application/json': {
|
|
16630
16683
|
schema: {
|
|
16631
16684
|
properties: {
|
|
16685
|
+
acs_system_id: {
|
|
16686
|
+
description: string;
|
|
16687
|
+
format: string;
|
|
16688
|
+
type: string;
|
|
16689
|
+
};
|
|
16632
16690
|
acs_user_id: {
|
|
16633
16691
|
description: string;
|
|
16634
16692
|
format: string;
|
|
16635
16693
|
type: string;
|
|
16636
16694
|
};
|
|
16695
|
+
user_identity_id: {
|
|
16696
|
+
description: string;
|
|
16697
|
+
format: string;
|
|
16698
|
+
type: string;
|
|
16699
|
+
};
|
|
16637
16700
|
};
|
|
16638
|
-
required: string[];
|
|
16639
16701
|
type: string;
|
|
16640
16702
|
};
|
|
16641
16703
|
};
|
|
@@ -16695,13 +16757,22 @@ declare const _default: {
|
|
|
16695
16757
|
'application/json': {
|
|
16696
16758
|
schema: {
|
|
16697
16759
|
properties: {
|
|
16760
|
+
acs_system_id: {
|
|
16761
|
+
description: string;
|
|
16762
|
+
format: string;
|
|
16763
|
+
type: string;
|
|
16764
|
+
};
|
|
16698
16765
|
acs_user_id: {
|
|
16699
16766
|
description: string;
|
|
16700
16767
|
format: string;
|
|
16701
16768
|
type: string;
|
|
16702
16769
|
};
|
|
16770
|
+
user_identity_id: {
|
|
16771
|
+
description: string;
|
|
16772
|
+
format: string;
|
|
16773
|
+
type: string;
|
|
16774
|
+
};
|
|
16703
16775
|
};
|
|
16704
|
-
required: string[];
|
|
16705
16776
|
type: string;
|
|
16706
16777
|
};
|
|
16707
16778
|
};
|
|
@@ -17049,13 +17120,22 @@ declare const _default: {
|
|
|
17049
17120
|
'application/json': {
|
|
17050
17121
|
schema: {
|
|
17051
17122
|
properties: {
|
|
17123
|
+
acs_system_id: {
|
|
17124
|
+
description: string;
|
|
17125
|
+
format: string;
|
|
17126
|
+
type: string;
|
|
17127
|
+
};
|
|
17052
17128
|
acs_user_id: {
|
|
17053
17129
|
description: string;
|
|
17054
17130
|
format: string;
|
|
17055
17131
|
type: string;
|
|
17056
17132
|
};
|
|
17133
|
+
user_identity_id: {
|
|
17134
|
+
description: string;
|
|
17135
|
+
format: string;
|
|
17136
|
+
type: string;
|
|
17137
|
+
};
|
|
17057
17138
|
};
|
|
17058
|
-
required: string[];
|
|
17059
17139
|
type: string;
|
|
17060
17140
|
};
|
|
17061
17141
|
};
|
|
@@ -17115,13 +17195,22 @@ declare const _default: {
|
|
|
17115
17195
|
'application/json': {
|
|
17116
17196
|
schema: {
|
|
17117
17197
|
properties: {
|
|
17198
|
+
acs_system_id: {
|
|
17199
|
+
description: string;
|
|
17200
|
+
format: string;
|
|
17201
|
+
type: string;
|
|
17202
|
+
};
|
|
17118
17203
|
acs_user_id: {
|
|
17119
17204
|
description: string;
|
|
17120
17205
|
format: string;
|
|
17121
17206
|
type: string;
|
|
17122
17207
|
};
|
|
17208
|
+
user_identity_id: {
|
|
17209
|
+
description: string;
|
|
17210
|
+
format: string;
|
|
17211
|
+
type: string;
|
|
17212
|
+
};
|
|
17123
17213
|
};
|
|
17124
|
-
required: string[];
|
|
17125
17214
|
type: string;
|
|
17126
17215
|
};
|
|
17127
17216
|
};
|
|
@@ -17344,13 +17433,22 @@ declare const _default: {
|
|
|
17344
17433
|
'application/json': {
|
|
17345
17434
|
schema: {
|
|
17346
17435
|
properties: {
|
|
17436
|
+
acs_system_id: {
|
|
17437
|
+
description: string;
|
|
17438
|
+
format: string;
|
|
17439
|
+
type: string;
|
|
17440
|
+
};
|
|
17347
17441
|
acs_user_id: {
|
|
17348
17442
|
description: string;
|
|
17349
17443
|
format: string;
|
|
17350
17444
|
type: string;
|
|
17351
17445
|
};
|
|
17446
|
+
user_identity_id: {
|
|
17447
|
+
description: string;
|
|
17448
|
+
format: string;
|
|
17449
|
+
type: string;
|
|
17450
|
+
};
|
|
17352
17451
|
};
|
|
17353
|
-
required: string[];
|
|
17354
17452
|
type: string;
|
|
17355
17453
|
};
|
|
17356
17454
|
};
|
|
@@ -17428,6 +17526,11 @@ declare const _default: {
|
|
|
17428
17526
|
required: string[];
|
|
17429
17527
|
type: string;
|
|
17430
17528
|
};
|
|
17529
|
+
acs_system_id: {
|
|
17530
|
+
description: string;
|
|
17531
|
+
format: string;
|
|
17532
|
+
type: string;
|
|
17533
|
+
};
|
|
17431
17534
|
acs_user_id: {
|
|
17432
17535
|
description: string;
|
|
17433
17536
|
format: string;
|
|
@@ -17457,8 +17560,12 @@ declare const _default: {
|
|
|
17457
17560
|
description: string;
|
|
17458
17561
|
type: string;
|
|
17459
17562
|
};
|
|
17563
|
+
user_identity_id: {
|
|
17564
|
+
description: string;
|
|
17565
|
+
format: string;
|
|
17566
|
+
type: string;
|
|
17567
|
+
};
|
|
17460
17568
|
};
|
|
17461
|
-
required: string[];
|
|
17462
17569
|
type: string;
|
|
17463
17570
|
};
|
|
17464
17571
|
};
|
|
@@ -17533,6 +17640,11 @@ declare const _default: {
|
|
|
17533
17640
|
required: string[];
|
|
17534
17641
|
type: string;
|
|
17535
17642
|
};
|
|
17643
|
+
acs_system_id: {
|
|
17644
|
+
description: string;
|
|
17645
|
+
format: string;
|
|
17646
|
+
type: string;
|
|
17647
|
+
};
|
|
17536
17648
|
acs_user_id: {
|
|
17537
17649
|
description: string;
|
|
17538
17650
|
format: string;
|
|
@@ -17562,8 +17674,12 @@ declare const _default: {
|
|
|
17562
17674
|
description: string;
|
|
17563
17675
|
type: string;
|
|
17564
17676
|
};
|
|
17677
|
+
user_identity_id: {
|
|
17678
|
+
description: string;
|
|
17679
|
+
format: string;
|
|
17680
|
+
type: string;
|
|
17681
|
+
};
|
|
17565
17682
|
};
|
|
17566
|
-
required: string[];
|
|
17567
17683
|
type: string;
|
|
17568
17684
|
};
|
|
17569
17685
|
};
|