@seamapi/types 1.272.0 → 1.273.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 +180 -39
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +90 -0
- package/lib/seam/connect/models/acs/acs-access-group.js +23 -8
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +45 -0
- package/lib/seam/connect/openapi.js +160 -31
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +45 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +31 -8
- package/src/lib/seam/connect/openapi.ts +190 -31
- package/src/lib/seam/connect/route-types.ts +45 -0
|
@@ -173,6 +173,7 @@ declare const _default: {
|
|
|
173
173
|
type: string;
|
|
174
174
|
};
|
|
175
175
|
acs_access_group: {
|
|
176
|
+
description: string;
|
|
176
177
|
properties: {
|
|
177
178
|
access_group_type: {
|
|
178
179
|
deprecated: boolean;
|
|
@@ -186,14 +187,17 @@ declare const _default: {
|
|
|
186
187
|
'x-deprecated': string;
|
|
187
188
|
};
|
|
188
189
|
acs_access_group_id: {
|
|
190
|
+
description: string;
|
|
189
191
|
format: string;
|
|
190
192
|
type: string;
|
|
191
193
|
};
|
|
192
194
|
acs_system_id: {
|
|
195
|
+
description: string;
|
|
193
196
|
format: string;
|
|
194
197
|
type: string;
|
|
195
198
|
};
|
|
196
199
|
created_at: {
|
|
200
|
+
description: string;
|
|
197
201
|
format: string;
|
|
198
202
|
type: string;
|
|
199
203
|
};
|
|
@@ -201,10 +205,12 @@ declare const _default: {
|
|
|
201
205
|
type: string;
|
|
202
206
|
};
|
|
203
207
|
external_type: {
|
|
208
|
+
description: string;
|
|
204
209
|
enum: string[];
|
|
205
210
|
type: string;
|
|
206
211
|
};
|
|
207
212
|
external_type_display_name: {
|
|
213
|
+
description: string;
|
|
208
214
|
type: string;
|
|
209
215
|
};
|
|
210
216
|
is_managed: {
|
|
@@ -212,9 +218,11 @@ declare const _default: {
|
|
|
212
218
|
type: string;
|
|
213
219
|
};
|
|
214
220
|
name: {
|
|
221
|
+
description: string;
|
|
215
222
|
type: string;
|
|
216
223
|
};
|
|
217
224
|
workspace_id: {
|
|
225
|
+
description: string;
|
|
218
226
|
format: string;
|
|
219
227
|
type: string;
|
|
220
228
|
};
|
|
@@ -6474,6 +6482,7 @@ declare const _default: {
|
|
|
6474
6482
|
};
|
|
6475
6483
|
'/acs/access_groups/add_user': {
|
|
6476
6484
|
post: {
|
|
6485
|
+
description: string;
|
|
6477
6486
|
operationId: string;
|
|
6478
6487
|
requestBody: {
|
|
6479
6488
|
content: {
|
|
@@ -6481,10 +6490,12 @@ declare const _default: {
|
|
|
6481
6490
|
schema: {
|
|
6482
6491
|
properties: {
|
|
6483
6492
|
acs_access_group_id: {
|
|
6493
|
+
description: string;
|
|
6484
6494
|
format: string;
|
|
6485
6495
|
type: string;
|
|
6486
6496
|
};
|
|
6487
6497
|
acs_user_id: {
|
|
6498
|
+
description: string;
|
|
6488
6499
|
format: string;
|
|
6489
6500
|
type: string;
|
|
6490
6501
|
};
|
|
@@ -6539,6 +6550,7 @@ declare const _default: {
|
|
|
6539
6550
|
'x-response-key': null;
|
|
6540
6551
|
};
|
|
6541
6552
|
put: {
|
|
6553
|
+
description: string;
|
|
6542
6554
|
operationId: string;
|
|
6543
6555
|
requestBody: {
|
|
6544
6556
|
content: {
|
|
@@ -6546,10 +6558,12 @@ declare const _default: {
|
|
|
6546
6558
|
schema: {
|
|
6547
6559
|
properties: {
|
|
6548
6560
|
acs_access_group_id: {
|
|
6561
|
+
description: string;
|
|
6549
6562
|
format: string;
|
|
6550
6563
|
type: string;
|
|
6551
6564
|
};
|
|
6552
6565
|
acs_user_id: {
|
|
6566
|
+
description: string;
|
|
6553
6567
|
format: string;
|
|
6554
6568
|
type: string;
|
|
6555
6569
|
};
|
|
@@ -6605,6 +6619,7 @@ declare const _default: {
|
|
|
6605
6619
|
};
|
|
6606
6620
|
'/acs/access_groups/get': {
|
|
6607
6621
|
post: {
|
|
6622
|
+
description: string;
|
|
6608
6623
|
operationId: string;
|
|
6609
6624
|
requestBody: {
|
|
6610
6625
|
content: {
|
|
@@ -6612,6 +6627,7 @@ declare const _default: {
|
|
|
6612
6627
|
schema: {
|
|
6613
6628
|
properties: {
|
|
6614
6629
|
acs_access_group_id: {
|
|
6630
|
+
description: string;
|
|
6615
6631
|
format: string;
|
|
6616
6632
|
type: string;
|
|
6617
6633
|
};
|
|
@@ -6672,6 +6688,7 @@ declare const _default: {
|
|
|
6672
6688
|
};
|
|
6673
6689
|
'/acs/access_groups/list': {
|
|
6674
6690
|
post: {
|
|
6691
|
+
description: string;
|
|
6675
6692
|
operationId: string;
|
|
6676
6693
|
requestBody: {
|
|
6677
6694
|
content: {
|
|
@@ -6679,10 +6696,12 @@ declare const _default: {
|
|
|
6679
6696
|
schema: {
|
|
6680
6697
|
properties: {
|
|
6681
6698
|
acs_system_id: {
|
|
6699
|
+
description: string;
|
|
6682
6700
|
format: string;
|
|
6683
6701
|
type: string;
|
|
6684
6702
|
};
|
|
6685
6703
|
acs_user_id: {
|
|
6704
|
+
description: string;
|
|
6686
6705
|
format: string;
|
|
6687
6706
|
type: string;
|
|
6688
6707
|
};
|
|
@@ -6745,6 +6764,7 @@ declare const _default: {
|
|
|
6745
6764
|
};
|
|
6746
6765
|
'/acs/access_groups/list_accessible_entrances': {
|
|
6747
6766
|
post: {
|
|
6767
|
+
description: string;
|
|
6748
6768
|
operationId: string;
|
|
6749
6769
|
requestBody: {
|
|
6750
6770
|
content: {
|
|
@@ -6752,6 +6772,7 @@ declare const _default: {
|
|
|
6752
6772
|
schema: {
|
|
6753
6773
|
properties: {
|
|
6754
6774
|
acs_access_group_id: {
|
|
6775
|
+
description: string;
|
|
6755
6776
|
format: string;
|
|
6756
6777
|
type: string;
|
|
6757
6778
|
};
|
|
@@ -6815,6 +6836,7 @@ declare const _default: {
|
|
|
6815
6836
|
};
|
|
6816
6837
|
'/acs/access_groups/list_users': {
|
|
6817
6838
|
post: {
|
|
6839
|
+
description: string;
|
|
6818
6840
|
operationId: string;
|
|
6819
6841
|
requestBody: {
|
|
6820
6842
|
content: {
|
|
@@ -6822,6 +6844,7 @@ declare const _default: {
|
|
|
6822
6844
|
schema: {
|
|
6823
6845
|
properties: {
|
|
6824
6846
|
acs_access_group_id: {
|
|
6847
|
+
description: string;
|
|
6825
6848
|
format: string;
|
|
6826
6849
|
type: string;
|
|
6827
6850
|
};
|
|
@@ -6885,6 +6908,7 @@ declare const _default: {
|
|
|
6885
6908
|
};
|
|
6886
6909
|
'/acs/access_groups/remove_user': {
|
|
6887
6910
|
post: {
|
|
6911
|
+
description: string;
|
|
6888
6912
|
operationId: string;
|
|
6889
6913
|
requestBody: {
|
|
6890
6914
|
content: {
|
|
@@ -6892,10 +6916,12 @@ declare const _default: {
|
|
|
6892
6916
|
schema: {
|
|
6893
6917
|
properties: {
|
|
6894
6918
|
acs_access_group_id: {
|
|
6919
|
+
description: string;
|
|
6895
6920
|
format: string;
|
|
6896
6921
|
type: string;
|
|
6897
6922
|
};
|
|
6898
6923
|
acs_user_id: {
|
|
6924
|
+
description: string;
|
|
6899
6925
|
format: string;
|
|
6900
6926
|
type: string;
|
|
6901
6927
|
};
|
|
@@ -6952,6 +6978,7 @@ declare const _default: {
|
|
|
6952
6978
|
};
|
|
6953
6979
|
'/acs/access_groups/unmanaged/get': {
|
|
6954
6980
|
post: {
|
|
6981
|
+
description: string;
|
|
6955
6982
|
operationId: string;
|
|
6956
6983
|
requestBody: {
|
|
6957
6984
|
content: {
|
|
@@ -6959,6 +6986,7 @@ declare const _default: {
|
|
|
6959
6986
|
schema: {
|
|
6960
6987
|
properties: {
|
|
6961
6988
|
acs_access_group_id: {
|
|
6989
|
+
description: string;
|
|
6962
6990
|
format: string;
|
|
6963
6991
|
type: string;
|
|
6964
6992
|
};
|
|
@@ -6989,14 +7017,17 @@ declare const _default: {
|
|
|
6989
7017
|
'x-deprecated': string;
|
|
6990
7018
|
};
|
|
6991
7019
|
acs_access_group_id: {
|
|
7020
|
+
description: string;
|
|
6992
7021
|
format: string;
|
|
6993
7022
|
type: string;
|
|
6994
7023
|
};
|
|
6995
7024
|
acs_system_id: {
|
|
7025
|
+
description: string;
|
|
6996
7026
|
format: string;
|
|
6997
7027
|
type: string;
|
|
6998
7028
|
};
|
|
6999
7029
|
created_at: {
|
|
7030
|
+
description: string;
|
|
7000
7031
|
format: string;
|
|
7001
7032
|
type: string;
|
|
7002
7033
|
};
|
|
@@ -7004,10 +7035,12 @@ declare const _default: {
|
|
|
7004
7035
|
type: string;
|
|
7005
7036
|
};
|
|
7006
7037
|
external_type: {
|
|
7038
|
+
description: string;
|
|
7007
7039
|
enum: string[];
|
|
7008
7040
|
type: string;
|
|
7009
7041
|
};
|
|
7010
7042
|
external_type_display_name: {
|
|
7043
|
+
description: string;
|
|
7011
7044
|
type: string;
|
|
7012
7045
|
};
|
|
7013
7046
|
is_managed: {
|
|
@@ -7015,9 +7048,11 @@ declare const _default: {
|
|
|
7015
7048
|
type: string;
|
|
7016
7049
|
};
|
|
7017
7050
|
name: {
|
|
7051
|
+
description: string;
|
|
7018
7052
|
type: string;
|
|
7019
7053
|
};
|
|
7020
7054
|
workspace_id: {
|
|
7055
|
+
description: string;
|
|
7021
7056
|
format: string;
|
|
7022
7057
|
type: string;
|
|
7023
7058
|
};
|
|
@@ -7066,6 +7101,7 @@ declare const _default: {
|
|
|
7066
7101
|
};
|
|
7067
7102
|
'/acs/access_groups/unmanaged/list': {
|
|
7068
7103
|
post: {
|
|
7104
|
+
description: string;
|
|
7069
7105
|
operationId: string;
|
|
7070
7106
|
requestBody: {
|
|
7071
7107
|
content: {
|
|
@@ -7073,10 +7109,12 @@ declare const _default: {
|
|
|
7073
7109
|
schema: {
|
|
7074
7110
|
properties: {
|
|
7075
7111
|
acs_system_id: {
|
|
7112
|
+
description: string;
|
|
7076
7113
|
format: string;
|
|
7077
7114
|
type: string;
|
|
7078
7115
|
};
|
|
7079
7116
|
acs_user_id: {
|
|
7117
|
+
description: string;
|
|
7080
7118
|
format: string;
|
|
7081
7119
|
type: string;
|
|
7082
7120
|
};
|
|
@@ -7107,14 +7145,17 @@ declare const _default: {
|
|
|
7107
7145
|
'x-deprecated': string;
|
|
7108
7146
|
};
|
|
7109
7147
|
acs_access_group_id: {
|
|
7148
|
+
description: string;
|
|
7110
7149
|
format: string;
|
|
7111
7150
|
type: string;
|
|
7112
7151
|
};
|
|
7113
7152
|
acs_system_id: {
|
|
7153
|
+
description: string;
|
|
7114
7154
|
format: string;
|
|
7115
7155
|
type: string;
|
|
7116
7156
|
};
|
|
7117
7157
|
created_at: {
|
|
7158
|
+
description: string;
|
|
7118
7159
|
format: string;
|
|
7119
7160
|
type: string;
|
|
7120
7161
|
};
|
|
@@ -7122,10 +7163,12 @@ declare const _default: {
|
|
|
7122
7163
|
type: string;
|
|
7123
7164
|
};
|
|
7124
7165
|
external_type: {
|
|
7166
|
+
description: string;
|
|
7125
7167
|
enum: string[];
|
|
7126
7168
|
type: string;
|
|
7127
7169
|
};
|
|
7128
7170
|
external_type_display_name: {
|
|
7171
|
+
description: string;
|
|
7129
7172
|
type: string;
|
|
7130
7173
|
};
|
|
7131
7174
|
is_managed: {
|
|
@@ -7133,9 +7176,11 @@ declare const _default: {
|
|
|
7133
7176
|
type: string;
|
|
7134
7177
|
};
|
|
7135
7178
|
name: {
|
|
7179
|
+
description: string;
|
|
7136
7180
|
type: string;
|
|
7137
7181
|
};
|
|
7138
7182
|
workspace_id: {
|
|
7183
|
+
description: string;
|
|
7139
7184
|
format: string;
|
|
7140
7185
|
type: string;
|
|
7141
7186
|
};
|