@seamapi/types 1.87.0 → 1.88.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 +44 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +92 -0
- package/lib/seam/connect/openapi.d.ts +88 -0
- package/lib/seam/connect/openapi.js +44 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +44 -0
- package/src/lib/seam/connect/route-types.ts +4 -0
package/dist/connect.d.cts
CHANGED
|
@@ -10858,6 +10858,28 @@ declare const _default: {
|
|
|
10858
10858
|
nullable: boolean;
|
|
10859
10859
|
type: string;
|
|
10860
10860
|
};
|
|
10861
|
+
custom_metadata_has: {
|
|
10862
|
+
additionalProperties: {
|
|
10863
|
+
nullable: boolean;
|
|
10864
|
+
oneOf: ({
|
|
10865
|
+
maxLength: number;
|
|
10866
|
+
type: string;
|
|
10867
|
+
format?: never;
|
|
10868
|
+
nullable?: never;
|
|
10869
|
+
} | {
|
|
10870
|
+
type: string;
|
|
10871
|
+
maxLength?: never;
|
|
10872
|
+
format?: never;
|
|
10873
|
+
nullable?: never;
|
|
10874
|
+
} | {
|
|
10875
|
+
format: string;
|
|
10876
|
+
nullable: boolean;
|
|
10877
|
+
type: string;
|
|
10878
|
+
maxLength?: never;
|
|
10879
|
+
})[];
|
|
10880
|
+
};
|
|
10881
|
+
type: string;
|
|
10882
|
+
};
|
|
10861
10883
|
device_ids: {
|
|
10862
10884
|
items: {
|
|
10863
10885
|
format: string;
|
|
@@ -11122,6 +11144,28 @@ declare const _default: {
|
|
|
11122
11144
|
nullable: boolean;
|
|
11123
11145
|
type: string;
|
|
11124
11146
|
};
|
|
11147
|
+
custom_metadata_has: {
|
|
11148
|
+
additionalProperties: {
|
|
11149
|
+
nullable: boolean;
|
|
11150
|
+
oneOf: ({
|
|
11151
|
+
maxLength: number;
|
|
11152
|
+
type: string;
|
|
11153
|
+
format?: never;
|
|
11154
|
+
nullable?: never;
|
|
11155
|
+
} | {
|
|
11156
|
+
type: string;
|
|
11157
|
+
maxLength?: never;
|
|
11158
|
+
format?: never;
|
|
11159
|
+
nullable?: never;
|
|
11160
|
+
} | {
|
|
11161
|
+
format: string;
|
|
11162
|
+
nullable: boolean;
|
|
11163
|
+
type: string;
|
|
11164
|
+
maxLength?: never;
|
|
11165
|
+
})[];
|
|
11166
|
+
};
|
|
11167
|
+
type: string;
|
|
11168
|
+
};
|
|
11125
11169
|
device_ids: {
|
|
11126
11170
|
items: {
|
|
11127
11171
|
format: string;
|
|
@@ -12059,6 +12103,28 @@ declare const _default: {
|
|
|
12059
12103
|
nullable: boolean;
|
|
12060
12104
|
type: string;
|
|
12061
12105
|
};
|
|
12106
|
+
custom_metadata_has: {
|
|
12107
|
+
additionalProperties: {
|
|
12108
|
+
nullable: boolean;
|
|
12109
|
+
oneOf: ({
|
|
12110
|
+
maxLength: number;
|
|
12111
|
+
type: string;
|
|
12112
|
+
format?: never;
|
|
12113
|
+
nullable?: never;
|
|
12114
|
+
} | {
|
|
12115
|
+
type: string;
|
|
12116
|
+
maxLength?: never;
|
|
12117
|
+
format?: never;
|
|
12118
|
+
nullable?: never;
|
|
12119
|
+
} | {
|
|
12120
|
+
format: string;
|
|
12121
|
+
nullable: boolean;
|
|
12122
|
+
type: string;
|
|
12123
|
+
maxLength?: never;
|
|
12124
|
+
})[];
|
|
12125
|
+
};
|
|
12126
|
+
type: string;
|
|
12127
|
+
};
|
|
12062
12128
|
device_ids: {
|
|
12063
12129
|
items: {
|
|
12064
12130
|
format: string;
|
|
@@ -14337,6 +14403,28 @@ declare const _default: {
|
|
|
14337
14403
|
nullable: boolean;
|
|
14338
14404
|
type: string;
|
|
14339
14405
|
};
|
|
14406
|
+
custom_metadata_has: {
|
|
14407
|
+
additionalProperties: {
|
|
14408
|
+
nullable: boolean;
|
|
14409
|
+
oneOf: ({
|
|
14410
|
+
maxLength: number;
|
|
14411
|
+
type: string;
|
|
14412
|
+
format?: never;
|
|
14413
|
+
nullable?: never;
|
|
14414
|
+
} | {
|
|
14415
|
+
type: string;
|
|
14416
|
+
maxLength?: never;
|
|
14417
|
+
format?: never;
|
|
14418
|
+
nullable?: never;
|
|
14419
|
+
} | {
|
|
14420
|
+
format: string;
|
|
14421
|
+
nullable: boolean;
|
|
14422
|
+
type: string;
|
|
14423
|
+
maxLength?: never;
|
|
14424
|
+
})[];
|
|
14425
|
+
};
|
|
14426
|
+
type: string;
|
|
14427
|
+
};
|
|
14340
14428
|
device_ids: {
|
|
14341
14429
|
items: {
|
|
14342
14430
|
format: string;
|
|
@@ -19026,6 +19114,7 @@ interface Routes {
|
|
|
19026
19114
|
limit?: number;
|
|
19027
19115
|
created_before?: Date | undefined;
|
|
19028
19116
|
user_identifier_key?: string | undefined;
|
|
19117
|
+
custom_metadata_has?: Record<string, string | boolean | null> | undefined;
|
|
19029
19118
|
};
|
|
19030
19119
|
formData: {};
|
|
19031
19120
|
jsonResponse: {
|
|
@@ -19591,6 +19680,7 @@ interface Routes {
|
|
|
19591
19680
|
limit?: number;
|
|
19592
19681
|
created_before?: Date | undefined;
|
|
19593
19682
|
user_identifier_key?: string | undefined;
|
|
19683
|
+
custom_metadata_has?: Record<string, string | boolean | null> | undefined;
|
|
19594
19684
|
};
|
|
19595
19685
|
formData: {};
|
|
19596
19686
|
jsonResponse: {
|
|
@@ -20745,6 +20835,7 @@ interface Routes {
|
|
|
20745
20835
|
limit?: number;
|
|
20746
20836
|
created_before?: Date | undefined;
|
|
20747
20837
|
user_identifier_key?: string | undefined;
|
|
20838
|
+
custom_metadata_has?: Record<string, string | boolean | null> | undefined;
|
|
20748
20839
|
};
|
|
20749
20840
|
formData: {};
|
|
20750
20841
|
jsonResponse: {
|
|
@@ -23577,6 +23668,7 @@ interface Routes {
|
|
|
23577
23668
|
limit?: number;
|
|
23578
23669
|
created_before?: Date | undefined;
|
|
23579
23670
|
user_identifier_key?: string | undefined;
|
|
23671
|
+
custom_metadata_has?: Record<string, string | boolean | null> | undefined;
|
|
23580
23672
|
};
|
|
23581
23673
|
formData: {};
|
|
23582
23674
|
jsonResponse: {
|
|
@@ -10784,6 +10784,28 @@ declare const _default: {
|
|
|
10784
10784
|
nullable: boolean;
|
|
10785
10785
|
type: string;
|
|
10786
10786
|
};
|
|
10787
|
+
custom_metadata_has: {
|
|
10788
|
+
additionalProperties: {
|
|
10789
|
+
nullable: boolean;
|
|
10790
|
+
oneOf: ({
|
|
10791
|
+
maxLength: number;
|
|
10792
|
+
type: string;
|
|
10793
|
+
format?: never;
|
|
10794
|
+
nullable?: never;
|
|
10795
|
+
} | {
|
|
10796
|
+
type: string;
|
|
10797
|
+
maxLength?: never;
|
|
10798
|
+
format?: never;
|
|
10799
|
+
nullable?: never;
|
|
10800
|
+
} | {
|
|
10801
|
+
format: string;
|
|
10802
|
+
nullable: boolean;
|
|
10803
|
+
type: string;
|
|
10804
|
+
maxLength?: never;
|
|
10805
|
+
})[];
|
|
10806
|
+
};
|
|
10807
|
+
type: string;
|
|
10808
|
+
};
|
|
10787
10809
|
device_ids: {
|
|
10788
10810
|
items: {
|
|
10789
10811
|
format: string;
|
|
@@ -11048,6 +11070,28 @@ declare const _default: {
|
|
|
11048
11070
|
nullable: boolean;
|
|
11049
11071
|
type: string;
|
|
11050
11072
|
};
|
|
11073
|
+
custom_metadata_has: {
|
|
11074
|
+
additionalProperties: {
|
|
11075
|
+
nullable: boolean;
|
|
11076
|
+
oneOf: ({
|
|
11077
|
+
maxLength: number;
|
|
11078
|
+
type: string;
|
|
11079
|
+
format?: never;
|
|
11080
|
+
nullable?: never;
|
|
11081
|
+
} | {
|
|
11082
|
+
type: string;
|
|
11083
|
+
maxLength?: never;
|
|
11084
|
+
format?: never;
|
|
11085
|
+
nullable?: never;
|
|
11086
|
+
} | {
|
|
11087
|
+
format: string;
|
|
11088
|
+
nullable: boolean;
|
|
11089
|
+
type: string;
|
|
11090
|
+
maxLength?: never;
|
|
11091
|
+
})[];
|
|
11092
|
+
};
|
|
11093
|
+
type: string;
|
|
11094
|
+
};
|
|
11051
11095
|
device_ids: {
|
|
11052
11096
|
items: {
|
|
11053
11097
|
format: string;
|
|
@@ -11985,6 +12029,28 @@ declare const _default: {
|
|
|
11985
12029
|
nullable: boolean;
|
|
11986
12030
|
type: string;
|
|
11987
12031
|
};
|
|
12032
|
+
custom_metadata_has: {
|
|
12033
|
+
additionalProperties: {
|
|
12034
|
+
nullable: boolean;
|
|
12035
|
+
oneOf: ({
|
|
12036
|
+
maxLength: number;
|
|
12037
|
+
type: string;
|
|
12038
|
+
format?: never;
|
|
12039
|
+
nullable?: never;
|
|
12040
|
+
} | {
|
|
12041
|
+
type: string;
|
|
12042
|
+
maxLength?: never;
|
|
12043
|
+
format?: never;
|
|
12044
|
+
nullable?: never;
|
|
12045
|
+
} | {
|
|
12046
|
+
format: string;
|
|
12047
|
+
nullable: boolean;
|
|
12048
|
+
type: string;
|
|
12049
|
+
maxLength?: never;
|
|
12050
|
+
})[];
|
|
12051
|
+
};
|
|
12052
|
+
type: string;
|
|
12053
|
+
};
|
|
11988
12054
|
device_ids: {
|
|
11989
12055
|
items: {
|
|
11990
12056
|
format: string;
|
|
@@ -14263,6 +14329,28 @@ declare const _default: {
|
|
|
14263
14329
|
nullable: boolean;
|
|
14264
14330
|
type: string;
|
|
14265
14331
|
};
|
|
14332
|
+
custom_metadata_has: {
|
|
14333
|
+
additionalProperties: {
|
|
14334
|
+
nullable: boolean;
|
|
14335
|
+
oneOf: ({
|
|
14336
|
+
maxLength: number;
|
|
14337
|
+
type: string;
|
|
14338
|
+
format?: never;
|
|
14339
|
+
nullable?: never;
|
|
14340
|
+
} | {
|
|
14341
|
+
type: string;
|
|
14342
|
+
maxLength?: never;
|
|
14343
|
+
format?: never;
|
|
14344
|
+
nullable?: never;
|
|
14345
|
+
} | {
|
|
14346
|
+
format: string;
|
|
14347
|
+
nullable: boolean;
|
|
14348
|
+
type: string;
|
|
14349
|
+
maxLength?: never;
|
|
14350
|
+
})[];
|
|
14351
|
+
};
|
|
14352
|
+
type: string;
|
|
14353
|
+
};
|
|
14266
14354
|
device_ids: {
|
|
14267
14355
|
items: {
|
|
14268
14356
|
format: string;
|
|
@@ -7888,6 +7888,17 @@ export default {
|
|
|
7888
7888
|
nullable: true,
|
|
7889
7889
|
type: 'string',
|
|
7890
7890
|
},
|
|
7891
|
+
custom_metadata_has: {
|
|
7892
|
+
additionalProperties: {
|
|
7893
|
+
nullable: true,
|
|
7894
|
+
oneOf: [
|
|
7895
|
+
{ maxLength: 500, type: 'string' },
|
|
7896
|
+
{ type: 'boolean' },
|
|
7897
|
+
{ format: 'null', nullable: true, type: 'string' },
|
|
7898
|
+
],
|
|
7899
|
+
},
|
|
7900
|
+
type: 'object',
|
|
7901
|
+
},
|
|
7891
7902
|
device_ids: {
|
|
7892
7903
|
items: { format: 'uuid', type: 'string' },
|
|
7893
7904
|
type: 'array',
|
|
@@ -8185,6 +8196,17 @@ export default {
|
|
|
8185
8196
|
nullable: true,
|
|
8186
8197
|
type: 'string',
|
|
8187
8198
|
},
|
|
8199
|
+
custom_metadata_has: {
|
|
8200
|
+
additionalProperties: {
|
|
8201
|
+
nullable: true,
|
|
8202
|
+
oneOf: [
|
|
8203
|
+
{ maxLength: 500, type: 'string' },
|
|
8204
|
+
{ type: 'boolean' },
|
|
8205
|
+
{ format: 'null', nullable: true, type: 'string' },
|
|
8206
|
+
],
|
|
8207
|
+
},
|
|
8208
|
+
type: 'object',
|
|
8209
|
+
},
|
|
8188
8210
|
device_ids: {
|
|
8189
8211
|
items: { format: 'uuid', type: 'string' },
|
|
8190
8212
|
type: 'array',
|
|
@@ -9018,6 +9040,17 @@ export default {
|
|
|
9018
9040
|
nullable: true,
|
|
9019
9041
|
type: 'string',
|
|
9020
9042
|
},
|
|
9043
|
+
custom_metadata_has: {
|
|
9044
|
+
additionalProperties: {
|
|
9045
|
+
nullable: true,
|
|
9046
|
+
oneOf: [
|
|
9047
|
+
{ maxLength: 500, type: 'string' },
|
|
9048
|
+
{ type: 'boolean' },
|
|
9049
|
+
{ format: 'null', nullable: true, type: 'string' },
|
|
9050
|
+
],
|
|
9051
|
+
},
|
|
9052
|
+
type: 'object',
|
|
9053
|
+
},
|
|
9021
9054
|
device_ids: {
|
|
9022
9055
|
items: { format: 'uuid', type: 'string' },
|
|
9023
9056
|
type: 'array',
|
|
@@ -10637,6 +10670,17 @@ export default {
|
|
|
10637
10670
|
nullable: true,
|
|
10638
10671
|
type: 'string',
|
|
10639
10672
|
},
|
|
10673
|
+
custom_metadata_has: {
|
|
10674
|
+
additionalProperties: {
|
|
10675
|
+
nullable: true,
|
|
10676
|
+
oneOf: [
|
|
10677
|
+
{ maxLength: 500, type: 'string' },
|
|
10678
|
+
{ type: 'boolean' },
|
|
10679
|
+
{ format: 'null', nullable: true, type: 'string' },
|
|
10680
|
+
],
|
|
10681
|
+
},
|
|
10682
|
+
type: 'object',
|
|
10683
|
+
},
|
|
10640
10684
|
device_ids: {
|
|
10641
10685
|
items: { format: 'uuid', type: 'string' },
|
|
10642
10686
|
type: 'array',
|