@seamapi/types 1.337.0 → 1.338.1
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 +3798 -4561
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +807 -1132
- package/lib/seam/connect/models/acs/acs-access-group.js +5 -1
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +14 -8
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-encoder.js +5 -1
- package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.js +12 -9
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +37 -0
- package/lib/seam/connect/models/devices/device.js +9 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.d.ts +16 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +16 -0
- package/lib/seam/connect/openapi.d.ts +844 -1280
- package/lib/seam/connect/openapi.js +3157 -3947
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +69 -0
- package/package.json +2 -2
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +20 -14
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-user.ts +15 -14
- package/src/lib/seam/connect/models/devices/device.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +4757 -5651
- package/src/lib/seam/connect/route-types.ts +86 -0
|
@@ -7441,6 +7441,7 @@ export interface Routes {
|
|
|
7441
7441
|
}
|
|
7442
7442
|
formData: {}
|
|
7443
7443
|
jsonResponse: {
|
|
7444
|
+
/** */
|
|
7444
7445
|
acs_access_group: {
|
|
7445
7446
|
/** ID of the access group. */
|
|
7446
7447
|
acs_access_group_id: string
|
|
@@ -16573,6 +16574,11 @@ export interface Routes {
|
|
|
16573
16574
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16574
16575
|
warning_code: 'salto_privacy_mode'
|
|
16575
16576
|
}
|
|
16577
|
+
| {
|
|
16578
|
+
message: string
|
|
16579
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16580
|
+
warning_code: 'unknown_issue_with_phone'
|
|
16581
|
+
}
|
|
16576
16582
|
>
|
|
16577
16583
|
/** Date and time at which the device object was created. */
|
|
16578
16584
|
created_at: string
|
|
@@ -17619,6 +17625,11 @@ export interface Routes {
|
|
|
17619
17625
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17620
17626
|
warning_code: 'salto_privacy_mode'
|
|
17621
17627
|
}
|
|
17628
|
+
| {
|
|
17629
|
+
message: string
|
|
17630
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17631
|
+
warning_code: 'unknown_issue_with_phone'
|
|
17632
|
+
}
|
|
17622
17633
|
>
|
|
17623
17634
|
/** Date and time at which the device object was created. */
|
|
17624
17635
|
created_at: string
|
|
@@ -18008,6 +18019,11 @@ export interface Routes {
|
|
|
18008
18019
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18009
18020
|
warning_code: 'salto_privacy_mode'
|
|
18010
18021
|
}
|
|
18022
|
+
| {
|
|
18023
|
+
message: string
|
|
18024
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18025
|
+
warning_code: 'unknown_issue_with_phone'
|
|
18026
|
+
}
|
|
18011
18027
|
>
|
|
18012
18028
|
/** Date and time at which the device object was created. */
|
|
18013
18029
|
created_at: string
|
|
@@ -18500,6 +18516,11 @@ export interface Routes {
|
|
|
18500
18516
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18501
18517
|
warning_code: 'salto_privacy_mode'
|
|
18502
18518
|
}
|
|
18519
|
+
| {
|
|
18520
|
+
message: string
|
|
18521
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18522
|
+
warning_code: 'unknown_issue_with_phone'
|
|
18523
|
+
}
|
|
18503
18524
|
>
|
|
18504
18525
|
/** Date and time at which the device object was created. */
|
|
18505
18526
|
created_at: string
|
|
@@ -22172,6 +22193,11 @@ export interface Routes {
|
|
|
22172
22193
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22173
22194
|
warning_code: 'salto_privacy_mode'
|
|
22174
22195
|
}
|
|
22196
|
+
| {
|
|
22197
|
+
message: string
|
|
22198
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22199
|
+
warning_code: 'unknown_issue_with_phone'
|
|
22200
|
+
}
|
|
22175
22201
|
>
|
|
22176
22202
|
/** Date and time at which the device object was created. */
|
|
22177
22203
|
created_at: string
|
|
@@ -23035,6 +23061,11 @@ export interface Routes {
|
|
|
23035
23061
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23036
23062
|
warning_code: 'salto_privacy_mode'
|
|
23037
23063
|
}
|
|
23064
|
+
| {
|
|
23065
|
+
message: string
|
|
23066
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23067
|
+
warning_code: 'unknown_issue_with_phone'
|
|
23068
|
+
}
|
|
23038
23069
|
>
|
|
23039
23070
|
/** Date and time at which the device object was created. */
|
|
23040
23071
|
created_at: string
|
|
@@ -24081,6 +24112,11 @@ export interface Routes {
|
|
|
24081
24112
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24082
24113
|
warning_code: 'salto_privacy_mode'
|
|
24083
24114
|
}
|
|
24115
|
+
| {
|
|
24116
|
+
message: string
|
|
24117
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24118
|
+
warning_code: 'unknown_issue_with_phone'
|
|
24119
|
+
}
|
|
24084
24120
|
>
|
|
24085
24121
|
/** Date and time at which the device object was created. */
|
|
24086
24122
|
created_at: string
|
|
@@ -24943,6 +24979,11 @@ export interface Routes {
|
|
|
24943
24979
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24944
24980
|
warning_code: 'salto_privacy_mode'
|
|
24945
24981
|
}
|
|
24982
|
+
| {
|
|
24983
|
+
message: string
|
|
24984
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24985
|
+
warning_code: 'unknown_issue_with_phone'
|
|
24986
|
+
}
|
|
24946
24987
|
>
|
|
24947
24988
|
/** Date and time at which the device object was created. */
|
|
24948
24989
|
created_at: string
|
|
@@ -28098,6 +28139,11 @@ export interface Routes {
|
|
|
28098
28139
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28099
28140
|
warning_code: 'salto_privacy_mode'
|
|
28100
28141
|
}
|
|
28142
|
+
| {
|
|
28143
|
+
message: string
|
|
28144
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28145
|
+
warning_code: 'unknown_issue_with_phone'
|
|
28146
|
+
}
|
|
28101
28147
|
>
|
|
28102
28148
|
/** Date and time at which the device object was created. */
|
|
28103
28149
|
created_at: string
|
|
@@ -28960,6 +29006,11 @@ export interface Routes {
|
|
|
28960
29006
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28961
29007
|
warning_code: 'salto_privacy_mode'
|
|
28962
29008
|
}
|
|
29009
|
+
| {
|
|
29010
|
+
message: string
|
|
29011
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29012
|
+
warning_code: 'unknown_issue_with_phone'
|
|
29013
|
+
}
|
|
28963
29014
|
>
|
|
28964
29015
|
/** Date and time at which the device object was created. */
|
|
28965
29016
|
created_at: string
|
|
@@ -32401,6 +32452,11 @@ export interface Routes {
|
|
|
32401
32452
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32402
32453
|
warning_code: 'salto_privacy_mode'
|
|
32403
32454
|
}
|
|
32455
|
+
| {
|
|
32456
|
+
message: string
|
|
32457
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32458
|
+
warning_code: 'unknown_issue_with_phone'
|
|
32459
|
+
}
|
|
32404
32460
|
>
|
|
32405
32461
|
/** Date and time at which the device object was created. */
|
|
32406
32462
|
created_at: string
|
|
@@ -32658,6 +32714,11 @@ export interface Routes {
|
|
|
32658
32714
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32659
32715
|
warning_code: 'salto_privacy_mode'
|
|
32660
32716
|
}
|
|
32717
|
+
| {
|
|
32718
|
+
message: string
|
|
32719
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32720
|
+
warning_code: 'unknown_issue_with_phone'
|
|
32721
|
+
}
|
|
32661
32722
|
>
|
|
32662
32723
|
/** Date and time at which the device object was created. */
|
|
32663
32724
|
created_at: string
|
|
@@ -35663,6 +35724,11 @@ export interface Routes {
|
|
|
35663
35724
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35664
35725
|
warning_code: 'salto_privacy_mode'
|
|
35665
35726
|
}
|
|
35727
|
+
| {
|
|
35728
|
+
message: string
|
|
35729
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35730
|
+
warning_code: 'unknown_issue_with_phone'
|
|
35731
|
+
}
|
|
35666
35732
|
>
|
|
35667
35733
|
/** Date and time at which the device object was created. */
|
|
35668
35734
|
created_at: string
|
|
@@ -38799,6 +38865,11 @@ export interface Routes {
|
|
|
38799
38865
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38800
38866
|
warning_code: 'salto_privacy_mode'
|
|
38801
38867
|
}
|
|
38868
|
+
| {
|
|
38869
|
+
message: string
|
|
38870
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38871
|
+
warning_code: 'unknown_issue_with_phone'
|
|
38872
|
+
}
|
|
38802
38873
|
>
|
|
38803
38874
|
/** Date and time at which the device object was created. */
|
|
38804
38875
|
created_at: string
|
|
@@ -39661,6 +39732,11 @@ export interface Routes {
|
|
|
39661
39732
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39662
39733
|
warning_code: 'salto_privacy_mode'
|
|
39663
39734
|
}
|
|
39735
|
+
| {
|
|
39736
|
+
message: string
|
|
39737
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39738
|
+
warning_code: 'unknown_issue_with_phone'
|
|
39739
|
+
}
|
|
39664
39740
|
>
|
|
39665
39741
|
/** Date and time at which the device object was created. */
|
|
39666
39742
|
created_at: string
|
|
@@ -44149,6 +44225,11 @@ export interface Routes {
|
|
|
44149
44225
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44150
44226
|
warning_code: 'salto_privacy_mode'
|
|
44151
44227
|
}
|
|
44228
|
+
| {
|
|
44229
|
+
message: string
|
|
44230
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44231
|
+
warning_code: 'unknown_issue_with_phone'
|
|
44232
|
+
}
|
|
44152
44233
|
>
|
|
44153
44234
|
/** Date and time at which the device object was created. */
|
|
44154
44235
|
created_at: string
|
|
@@ -45013,6 +45094,11 @@ export interface Routes {
|
|
|
45013
45094
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45014
45095
|
warning_code: 'salto_privacy_mode'
|
|
45015
45096
|
}
|
|
45097
|
+
| {
|
|
45098
|
+
message: string
|
|
45099
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45100
|
+
warning_code: 'unknown_issue_with_phone'
|
|
45101
|
+
}
|
|
45016
45102
|
>
|
|
45017
45103
|
/** Date and time at which the device object was created. */
|
|
45018
45104
|
created_at: string
|