@seamapi/types 1.509.0 → 1.510.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 +72 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +123 -87
- package/dist/index.cjs +72 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +111 -87
- package/lib/seam/connect/openapi.js +72 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +79 -0
- package/src/lib/seam/connect/route-types.ts +12 -0
|
@@ -27886,6 +27886,10 @@ declare const _default: {
|
|
|
27886
27886
|
description: string;
|
|
27887
27887
|
type: string;
|
|
27888
27888
|
};
|
|
27889
|
+
customer_key: {
|
|
27890
|
+
description: string;
|
|
27891
|
+
type: string;
|
|
27892
|
+
};
|
|
27889
27893
|
limit: {
|
|
27890
27894
|
default: number;
|
|
27891
27895
|
description: string;
|
|
@@ -30719,6 +30723,24 @@ declare const _default: {
|
|
|
30719
30723
|
'x-deprecated'?: never;
|
|
30720
30724
|
minLength?: never;
|
|
30721
30725
|
};
|
|
30726
|
+
} | {
|
|
30727
|
+
in: string;
|
|
30728
|
+
name: string;
|
|
30729
|
+
schema: {
|
|
30730
|
+
description: string;
|
|
30731
|
+
type: string;
|
|
30732
|
+
items?: never;
|
|
30733
|
+
format?: never;
|
|
30734
|
+
oneOf?: never;
|
|
30735
|
+
enum?: never;
|
|
30736
|
+
default?: never;
|
|
30737
|
+
additionalProperties?: never;
|
|
30738
|
+
nullable?: never;
|
|
30739
|
+
'x-undocumented'?: never;
|
|
30740
|
+
deprecated?: never;
|
|
30741
|
+
'x-deprecated'?: never;
|
|
30742
|
+
minLength?: never;
|
|
30743
|
+
};
|
|
30722
30744
|
} | {
|
|
30723
30745
|
in: string;
|
|
30724
30746
|
name: string;
|
|
@@ -30845,24 +30867,6 @@ declare const _default: {
|
|
|
30845
30867
|
'x-deprecated'?: never;
|
|
30846
30868
|
minLength?: never;
|
|
30847
30869
|
};
|
|
30848
|
-
} | {
|
|
30849
|
-
in: string;
|
|
30850
|
-
name: string;
|
|
30851
|
-
schema: {
|
|
30852
|
-
description: string;
|
|
30853
|
-
type: string;
|
|
30854
|
-
items?: never;
|
|
30855
|
-
format?: never;
|
|
30856
|
-
oneOf?: never;
|
|
30857
|
-
enum?: never;
|
|
30858
|
-
default?: never;
|
|
30859
|
-
additionalProperties?: never;
|
|
30860
|
-
nullable?: never;
|
|
30861
|
-
'x-undocumented'?: never;
|
|
30862
|
-
deprecated?: never;
|
|
30863
|
-
'x-deprecated'?: never;
|
|
30864
|
-
minLength?: never;
|
|
30865
|
-
};
|
|
30866
30870
|
} | {
|
|
30867
30871
|
in: string;
|
|
30868
30872
|
name: string;
|
|
@@ -31087,6 +31091,10 @@ declare const _default: {
|
|
|
31087
31091
|
};
|
|
31088
31092
|
type: string;
|
|
31089
31093
|
};
|
|
31094
|
+
customer_key: {
|
|
31095
|
+
description: string;
|
|
31096
|
+
type: string;
|
|
31097
|
+
};
|
|
31090
31098
|
device_ids: {
|
|
31091
31099
|
description: string;
|
|
31092
31100
|
items: {
|
|
@@ -31951,6 +31959,24 @@ declare const _default: {
|
|
|
31951
31959
|
'x-deprecated'?: never;
|
|
31952
31960
|
minLength?: never;
|
|
31953
31961
|
};
|
|
31962
|
+
} | {
|
|
31963
|
+
in: string;
|
|
31964
|
+
name: string;
|
|
31965
|
+
schema: {
|
|
31966
|
+
description: string;
|
|
31967
|
+
type: string;
|
|
31968
|
+
items?: never;
|
|
31969
|
+
format?: never;
|
|
31970
|
+
oneOf?: never;
|
|
31971
|
+
enum?: never;
|
|
31972
|
+
default?: never;
|
|
31973
|
+
additionalProperties?: never;
|
|
31974
|
+
nullable?: never;
|
|
31975
|
+
'x-undocumented'?: never;
|
|
31976
|
+
deprecated?: never;
|
|
31977
|
+
'x-deprecated'?: never;
|
|
31978
|
+
minLength?: never;
|
|
31979
|
+
};
|
|
31954
31980
|
} | {
|
|
31955
31981
|
in: string;
|
|
31956
31982
|
name: string;
|
|
@@ -32077,24 +32103,6 @@ declare const _default: {
|
|
|
32077
32103
|
'x-deprecated'?: never;
|
|
32078
32104
|
minLength?: never;
|
|
32079
32105
|
};
|
|
32080
|
-
} | {
|
|
32081
|
-
in: string;
|
|
32082
|
-
name: string;
|
|
32083
|
-
schema: {
|
|
32084
|
-
description: string;
|
|
32085
|
-
type: string;
|
|
32086
|
-
items?: never;
|
|
32087
|
-
format?: never;
|
|
32088
|
-
oneOf?: never;
|
|
32089
|
-
enum?: never;
|
|
32090
|
-
default?: never;
|
|
32091
|
-
additionalProperties?: never;
|
|
32092
|
-
nullable?: never;
|
|
32093
|
-
'x-undocumented'?: never;
|
|
32094
|
-
deprecated?: never;
|
|
32095
|
-
'x-deprecated'?: never;
|
|
32096
|
-
minLength?: never;
|
|
32097
|
-
};
|
|
32098
32106
|
} | {
|
|
32099
32107
|
in: string;
|
|
32100
32108
|
name: string;
|
|
@@ -32298,6 +32306,10 @@ declare const _default: {
|
|
|
32298
32306
|
};
|
|
32299
32307
|
type: string;
|
|
32300
32308
|
};
|
|
32309
|
+
customer_key: {
|
|
32310
|
+
description: string;
|
|
32311
|
+
type: string;
|
|
32312
|
+
};
|
|
32301
32313
|
device_ids: {
|
|
32302
32314
|
description: string;
|
|
32303
32315
|
items: {
|
|
@@ -33956,6 +33968,23 @@ declare const _default: {
|
|
|
33956
33968
|
'x-deprecated'?: never;
|
|
33957
33969
|
minLength?: never;
|
|
33958
33970
|
};
|
|
33971
|
+
} | {
|
|
33972
|
+
in: string;
|
|
33973
|
+
name: string;
|
|
33974
|
+
schema: {
|
|
33975
|
+
description: string;
|
|
33976
|
+
type: string;
|
|
33977
|
+
items?: never;
|
|
33978
|
+
format?: never;
|
|
33979
|
+
enum?: never;
|
|
33980
|
+
default?: never;
|
|
33981
|
+
additionalProperties?: never;
|
|
33982
|
+
nullable?: never;
|
|
33983
|
+
'x-undocumented'?: never;
|
|
33984
|
+
deprecated?: never;
|
|
33985
|
+
'x-deprecated'?: never;
|
|
33986
|
+
minLength?: never;
|
|
33987
|
+
};
|
|
33959
33988
|
} | {
|
|
33960
33989
|
in: string;
|
|
33961
33990
|
name: string;
|
|
@@ -34051,23 +34080,6 @@ declare const _default: {
|
|
|
34051
34080
|
'x-deprecated'?: never;
|
|
34052
34081
|
minLength?: never;
|
|
34053
34082
|
};
|
|
34054
|
-
} | {
|
|
34055
|
-
in: string;
|
|
34056
|
-
name: string;
|
|
34057
|
-
schema: {
|
|
34058
|
-
description: string;
|
|
34059
|
-
type: string;
|
|
34060
|
-
items?: never;
|
|
34061
|
-
format?: never;
|
|
34062
|
-
enum?: never;
|
|
34063
|
-
default?: never;
|
|
34064
|
-
additionalProperties?: never;
|
|
34065
|
-
nullable?: never;
|
|
34066
|
-
'x-undocumented'?: never;
|
|
34067
|
-
deprecated?: never;
|
|
34068
|
-
'x-deprecated'?: never;
|
|
34069
|
-
minLength?: never;
|
|
34070
|
-
};
|
|
34071
34083
|
} | {
|
|
34072
34084
|
in: string;
|
|
34073
34085
|
name: string;
|
|
@@ -34280,6 +34292,10 @@ declare const _default: {
|
|
|
34280
34292
|
};
|
|
34281
34293
|
type: string;
|
|
34282
34294
|
};
|
|
34295
|
+
customer_key: {
|
|
34296
|
+
description: string;
|
|
34297
|
+
type: string;
|
|
34298
|
+
};
|
|
34283
34299
|
device_ids: {
|
|
34284
34300
|
description: string;
|
|
34285
34301
|
items: {
|
|
@@ -34787,6 +34803,23 @@ declare const _default: {
|
|
|
34787
34803
|
'x-deprecated'?: never;
|
|
34788
34804
|
minLength?: never;
|
|
34789
34805
|
};
|
|
34806
|
+
} | {
|
|
34807
|
+
in: string;
|
|
34808
|
+
name: string;
|
|
34809
|
+
schema: {
|
|
34810
|
+
description: string;
|
|
34811
|
+
type: string;
|
|
34812
|
+
items?: never;
|
|
34813
|
+
format?: never;
|
|
34814
|
+
enum?: never;
|
|
34815
|
+
default?: never;
|
|
34816
|
+
additionalProperties?: never;
|
|
34817
|
+
nullable?: never;
|
|
34818
|
+
'x-undocumented'?: never;
|
|
34819
|
+
deprecated?: never;
|
|
34820
|
+
'x-deprecated'?: never;
|
|
34821
|
+
minLength?: never;
|
|
34822
|
+
};
|
|
34790
34823
|
} | {
|
|
34791
34824
|
in: string;
|
|
34792
34825
|
name: string;
|
|
@@ -34882,23 +34915,6 @@ declare const _default: {
|
|
|
34882
34915
|
'x-deprecated'?: never;
|
|
34883
34916
|
minLength?: never;
|
|
34884
34917
|
};
|
|
34885
|
-
} | {
|
|
34886
|
-
in: string;
|
|
34887
|
-
name: string;
|
|
34888
|
-
schema: {
|
|
34889
|
-
description: string;
|
|
34890
|
-
type: string;
|
|
34891
|
-
items?: never;
|
|
34892
|
-
format?: never;
|
|
34893
|
-
enum?: never;
|
|
34894
|
-
default?: never;
|
|
34895
|
-
additionalProperties?: never;
|
|
34896
|
-
nullable?: never;
|
|
34897
|
-
'x-undocumented'?: never;
|
|
34898
|
-
deprecated?: never;
|
|
34899
|
-
'x-deprecated'?: never;
|
|
34900
|
-
minLength?: never;
|
|
34901
|
-
};
|
|
34902
34918
|
} | {
|
|
34903
34919
|
in: string;
|
|
34904
34920
|
name: string;
|
|
@@ -35111,6 +35127,10 @@ declare const _default: {
|
|
|
35111
35127
|
};
|
|
35112
35128
|
type: string;
|
|
35113
35129
|
};
|
|
35130
|
+
customer_key: {
|
|
35131
|
+
description: string;
|
|
35132
|
+
type: string;
|
|
35133
|
+
};
|
|
35114
35134
|
device_ids: {
|
|
35115
35135
|
description: string;
|
|
35116
35136
|
items: {
|
|
@@ -42361,6 +42381,23 @@ declare const _default: {
|
|
|
42361
42381
|
'x-deprecated'?: never;
|
|
42362
42382
|
minLength?: never;
|
|
42363
42383
|
};
|
|
42384
|
+
} | {
|
|
42385
|
+
in: string;
|
|
42386
|
+
name: string;
|
|
42387
|
+
schema: {
|
|
42388
|
+
description: string;
|
|
42389
|
+
type: string;
|
|
42390
|
+
items?: never;
|
|
42391
|
+
format?: never;
|
|
42392
|
+
enum?: never;
|
|
42393
|
+
default?: never;
|
|
42394
|
+
additionalProperties?: never;
|
|
42395
|
+
nullable?: never;
|
|
42396
|
+
'x-undocumented'?: never;
|
|
42397
|
+
deprecated?: never;
|
|
42398
|
+
'x-deprecated'?: never;
|
|
42399
|
+
minLength?: never;
|
|
42400
|
+
};
|
|
42364
42401
|
} | {
|
|
42365
42402
|
in: string;
|
|
42366
42403
|
name: string;
|
|
@@ -42456,23 +42493,6 @@ declare const _default: {
|
|
|
42456
42493
|
'x-deprecated'?: never;
|
|
42457
42494
|
minLength?: never;
|
|
42458
42495
|
};
|
|
42459
|
-
} | {
|
|
42460
|
-
in: string;
|
|
42461
|
-
name: string;
|
|
42462
|
-
schema: {
|
|
42463
|
-
description: string;
|
|
42464
|
-
type: string;
|
|
42465
|
-
items?: never;
|
|
42466
|
-
format?: never;
|
|
42467
|
-
enum?: never;
|
|
42468
|
-
default?: never;
|
|
42469
|
-
additionalProperties?: never;
|
|
42470
|
-
nullable?: never;
|
|
42471
|
-
'x-undocumented'?: never;
|
|
42472
|
-
deprecated?: never;
|
|
42473
|
-
'x-deprecated'?: never;
|
|
42474
|
-
minLength?: never;
|
|
42475
|
-
};
|
|
42476
42496
|
} | {
|
|
42477
42497
|
in: string;
|
|
42478
42498
|
name: string;
|
|
@@ -42685,6 +42705,10 @@ declare const _default: {
|
|
|
42685
42705
|
};
|
|
42686
42706
|
type: string;
|
|
42687
42707
|
};
|
|
42708
|
+
customer_key: {
|
|
42709
|
+
description: string;
|
|
42710
|
+
type: string;
|
|
42711
|
+
};
|
|
42688
42712
|
device_ids: {
|
|
42689
42713
|
description: string;
|
|
42690
42714
|
items: {
|
|
@@ -34131,6 +34131,14 @@ export default {
|
|
|
34131
34131
|
description: 'Returns a list of all [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews).',
|
|
34132
34132
|
operationId: 'connectWebviewsListGet',
|
|
34133
34133
|
parameters: [
|
|
34134
|
+
{
|
|
34135
|
+
in: 'query',
|
|
34136
|
+
name: 'customer_key',
|
|
34137
|
+
schema: {
|
|
34138
|
+
description: 'Customer key for which you want to list connect webviews.',
|
|
34139
|
+
type: 'string',
|
|
34140
|
+
},
|
|
34141
|
+
},
|
|
34134
34142
|
{
|
|
34135
34143
|
in: 'query',
|
|
34136
34144
|
name: 'user_identifier_key',
|
|
@@ -34223,6 +34231,10 @@ export default {
|
|
|
34223
34231
|
description: 'Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs.',
|
|
34224
34232
|
type: 'object',
|
|
34225
34233
|
},
|
|
34234
|
+
customer_key: {
|
|
34235
|
+
description: 'Customer key for which you want to list connect webviews.',
|
|
34236
|
+
type: 'string',
|
|
34237
|
+
},
|
|
34226
34238
|
limit: {
|
|
34227
34239
|
default: 500,
|
|
34228
34240
|
description: 'Maximum number of records to return per page.',
|
|
@@ -36661,6 +36673,14 @@ export default {
|
|
|
36661
36673
|
type: 'array',
|
|
36662
36674
|
},
|
|
36663
36675
|
},
|
|
36676
|
+
{
|
|
36677
|
+
in: 'query',
|
|
36678
|
+
name: 'customer_key',
|
|
36679
|
+
schema: {
|
|
36680
|
+
description: 'Customer key for which you want to list devices.',
|
|
36681
|
+
type: 'string',
|
|
36682
|
+
},
|
|
36683
|
+
},
|
|
36664
36684
|
{
|
|
36665
36685
|
in: 'query',
|
|
36666
36686
|
name: 'connected_account_id',
|
|
@@ -37102,6 +37122,10 @@ export default {
|
|
|
37102
37122
|
items: { format: 'uuid', type: 'string' },
|
|
37103
37123
|
type: 'array',
|
|
37104
37124
|
},
|
|
37125
|
+
customer_key: {
|
|
37126
|
+
description: 'Customer key for which you want to list devices.',
|
|
37127
|
+
type: 'string',
|
|
37128
|
+
},
|
|
37105
37129
|
device_ids: {
|
|
37106
37130
|
description: 'Array of device IDs for which you want to list devices.',
|
|
37107
37131
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -37901,6 +37925,14 @@ export default {
|
|
|
37901
37925
|
type: 'array',
|
|
37902
37926
|
},
|
|
37903
37927
|
},
|
|
37928
|
+
{
|
|
37929
|
+
in: 'query',
|
|
37930
|
+
name: 'customer_key',
|
|
37931
|
+
schema: {
|
|
37932
|
+
description: 'Customer key for which you want to list devices.',
|
|
37933
|
+
type: 'string',
|
|
37934
|
+
},
|
|
37935
|
+
},
|
|
37904
37936
|
{
|
|
37905
37937
|
in: 'query',
|
|
37906
37938
|
name: 'connected_account_id',
|
|
@@ -38339,6 +38371,10 @@ export default {
|
|
|
38339
38371
|
items: { format: 'uuid', type: 'string' },
|
|
38340
38372
|
type: 'array',
|
|
38341
38373
|
},
|
|
38374
|
+
customer_key: {
|
|
38375
|
+
description: 'Customer key for which you want to list devices.',
|
|
38376
|
+
type: 'string',
|
|
38377
|
+
},
|
|
38342
38378
|
device_ids: {
|
|
38343
38379
|
description: 'Array of device IDs for which you want to list devices.',
|
|
38344
38380
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -40170,6 +40206,14 @@ export default {
|
|
|
40170
40206
|
type: 'array',
|
|
40171
40207
|
},
|
|
40172
40208
|
},
|
|
40209
|
+
{
|
|
40210
|
+
in: 'query',
|
|
40211
|
+
name: 'customer_key',
|
|
40212
|
+
schema: {
|
|
40213
|
+
description: 'Customer key for which you want to list devices.',
|
|
40214
|
+
type: 'string',
|
|
40215
|
+
},
|
|
40216
|
+
},
|
|
40173
40217
|
{
|
|
40174
40218
|
in: 'query',
|
|
40175
40219
|
name: 'connected_account_id',
|
|
@@ -40548,6 +40592,10 @@ export default {
|
|
|
40548
40592
|
items: { format: 'uuid', type: 'string' },
|
|
40549
40593
|
type: 'array',
|
|
40550
40594
|
},
|
|
40595
|
+
customer_key: {
|
|
40596
|
+
description: 'Customer key for which you want to list devices.',
|
|
40597
|
+
type: 'string',
|
|
40598
|
+
},
|
|
40551
40599
|
device_ids: {
|
|
40552
40600
|
description: 'Array of device IDs for which you want to list devices.',
|
|
40553
40601
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -41043,6 +41091,14 @@ export default {
|
|
|
41043
41091
|
type: 'array',
|
|
41044
41092
|
},
|
|
41045
41093
|
},
|
|
41094
|
+
{
|
|
41095
|
+
in: 'query',
|
|
41096
|
+
name: 'customer_key',
|
|
41097
|
+
schema: {
|
|
41098
|
+
description: 'Customer key for which you want to list devices.',
|
|
41099
|
+
type: 'string',
|
|
41100
|
+
},
|
|
41101
|
+
},
|
|
41046
41102
|
{
|
|
41047
41103
|
in: 'query',
|
|
41048
41104
|
name: 'connected_account_id',
|
|
@@ -41336,6 +41392,10 @@ export default {
|
|
|
41336
41392
|
items: { format: 'uuid', type: 'string' },
|
|
41337
41393
|
type: 'array',
|
|
41338
41394
|
},
|
|
41395
|
+
customer_key: {
|
|
41396
|
+
description: 'Customer key for which you want to list devices.',
|
|
41397
|
+
type: 'string',
|
|
41398
|
+
},
|
|
41339
41399
|
device_ids: {
|
|
41340
41400
|
description: 'Array of device IDs for which you want to list devices.',
|
|
41341
41401
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -47550,6 +47610,14 @@ export default {
|
|
|
47550
47610
|
type: 'array',
|
|
47551
47611
|
},
|
|
47552
47612
|
},
|
|
47613
|
+
{
|
|
47614
|
+
in: 'query',
|
|
47615
|
+
name: 'customer_key',
|
|
47616
|
+
schema: {
|
|
47617
|
+
description: 'Customer key for which you want to list devices.',
|
|
47618
|
+
type: 'string',
|
|
47619
|
+
},
|
|
47620
|
+
},
|
|
47553
47621
|
{
|
|
47554
47622
|
in: 'query',
|
|
47555
47623
|
name: 'connected_account_id',
|
|
@@ -47864,6 +47932,10 @@ export default {
|
|
|
47864
47932
|
items: { format: 'uuid', type: 'string' },
|
|
47865
47933
|
type: 'array',
|
|
47866
47934
|
},
|
|
47935
|
+
customer_key: {
|
|
47936
|
+
description: 'Customer key for which you want to list devices.',
|
|
47937
|
+
type: 'string',
|
|
47938
|
+
},
|
|
47867
47939
|
device_ids: {
|
|
47868
47940
|
description: 'Array of device IDs for which you want to list devices.',
|
|
47869
47941
|
items: { format: 'uuid', type: 'string' },
|