@seamapi/types 1.628.0 → 1.630.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 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +298 -2
- package/dist/index.cjs +180 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +245 -2
- package/lib/seam/connect/openapi.js +180 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +53 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +183 -1
- package/src/lib/seam/connect/route-types.ts +57 -0
package/dist/connect.d.cts
CHANGED
|
@@ -95388,6 +95388,90 @@ declare const _default: {
|
|
|
95388
95388
|
'x-undocumented': string;
|
|
95389
95389
|
};
|
|
95390
95390
|
};
|
|
95391
|
+
'/seam/customer/v1/connectors/delete': {
|
|
95392
|
+
post: {
|
|
95393
|
+
description: string;
|
|
95394
|
+
operationId: string;
|
|
95395
|
+
requestBody: {
|
|
95396
|
+
content: {
|
|
95397
|
+
'application/json': {
|
|
95398
|
+
schema: {
|
|
95399
|
+
properties: {
|
|
95400
|
+
connector_id: {
|
|
95401
|
+
description: string;
|
|
95402
|
+
minLength: number;
|
|
95403
|
+
type: string;
|
|
95404
|
+
};
|
|
95405
|
+
};
|
|
95406
|
+
required: string[];
|
|
95407
|
+
type: string;
|
|
95408
|
+
};
|
|
95409
|
+
};
|
|
95410
|
+
};
|
|
95411
|
+
};
|
|
95412
|
+
responses: {
|
|
95413
|
+
200: {
|
|
95414
|
+
content: {
|
|
95415
|
+
'application/json': {
|
|
95416
|
+
schema: {
|
|
95417
|
+
properties: {
|
|
95418
|
+
connector: {
|
|
95419
|
+
properties: {
|
|
95420
|
+
connector_id: {
|
|
95421
|
+
type: string;
|
|
95422
|
+
};
|
|
95423
|
+
connector_type: {
|
|
95424
|
+
type: string;
|
|
95425
|
+
};
|
|
95426
|
+
status: {
|
|
95427
|
+
enum: string[];
|
|
95428
|
+
type: string;
|
|
95429
|
+
};
|
|
95430
|
+
};
|
|
95431
|
+
required: string[];
|
|
95432
|
+
type: string;
|
|
95433
|
+
};
|
|
95434
|
+
ok: {
|
|
95435
|
+
type: string;
|
|
95436
|
+
};
|
|
95437
|
+
};
|
|
95438
|
+
required: string[];
|
|
95439
|
+
type: string;
|
|
95440
|
+
};
|
|
95441
|
+
};
|
|
95442
|
+
};
|
|
95443
|
+
description: string;
|
|
95444
|
+
};
|
|
95445
|
+
400: {
|
|
95446
|
+
description: string;
|
|
95447
|
+
};
|
|
95448
|
+
401: {
|
|
95449
|
+
description: string;
|
|
95450
|
+
};
|
|
95451
|
+
};
|
|
95452
|
+
security: ({
|
|
95453
|
+
api_key: never[];
|
|
95454
|
+
client_session_with_customer?: never;
|
|
95455
|
+
console_session_with_workspace?: never;
|
|
95456
|
+
} | {
|
|
95457
|
+
client_session_with_customer: never[];
|
|
95458
|
+
api_key?: never;
|
|
95459
|
+
console_session_with_workspace?: never;
|
|
95460
|
+
} | {
|
|
95461
|
+
console_session_with_workspace: never[];
|
|
95462
|
+
api_key?: never;
|
|
95463
|
+
client_session_with_customer?: never;
|
|
95464
|
+
})[];
|
|
95465
|
+
summary: string;
|
|
95466
|
+
tags: never[];
|
|
95467
|
+
'x-fern-sdk-group-name': string[];
|
|
95468
|
+
'x-fern-sdk-method-name': string;
|
|
95469
|
+
'x-fern-sdk-return-value': string;
|
|
95470
|
+
'x-response-key': string;
|
|
95471
|
+
'x-title': string;
|
|
95472
|
+
'x-undocumented': string;
|
|
95473
|
+
};
|
|
95474
|
+
};
|
|
95391
95475
|
'/seam/customer/v1/connectors/list': {
|
|
95392
95476
|
get: {
|
|
95393
95477
|
description: string;
|
|
@@ -95610,9 +95694,168 @@ declare const _default: {
|
|
|
95610
95694
|
description: string;
|
|
95611
95695
|
};
|
|
95612
95696
|
};
|
|
95613
|
-
security: {
|
|
95697
|
+
security: ({
|
|
95614
95698
|
api_key: never[];
|
|
95615
|
-
|
|
95699
|
+
console_session_with_workspace?: never;
|
|
95700
|
+
} | {
|
|
95701
|
+
console_session_with_workspace: never[];
|
|
95702
|
+
api_key?: never;
|
|
95703
|
+
})[];
|
|
95704
|
+
summary: string;
|
|
95705
|
+
tags: never[];
|
|
95706
|
+
'x-fern-sdk-group-name': string[];
|
|
95707
|
+
'x-fern-sdk-method-name': string;
|
|
95708
|
+
'x-fern-sdk-return-value': string;
|
|
95709
|
+
'x-response-key': string;
|
|
95710
|
+
'x-title': string;
|
|
95711
|
+
'x-undocumented': string;
|
|
95712
|
+
};
|
|
95713
|
+
};
|
|
95714
|
+
'/seam/customer/v1/connectors/update': {
|
|
95715
|
+
post: {
|
|
95716
|
+
description: string;
|
|
95717
|
+
operationId: string;
|
|
95718
|
+
requestBody: {
|
|
95719
|
+
content: {
|
|
95720
|
+
'application/json': {
|
|
95721
|
+
schema: {
|
|
95722
|
+
properties: {
|
|
95723
|
+
config: {
|
|
95724
|
+
description: string;
|
|
95725
|
+
oneOf: ({
|
|
95726
|
+
properties: {
|
|
95727
|
+
access_token: {
|
|
95728
|
+
minLength: number;
|
|
95729
|
+
type: string;
|
|
95730
|
+
};
|
|
95731
|
+
client: {
|
|
95732
|
+
default: string;
|
|
95733
|
+
minLength: number;
|
|
95734
|
+
type: string;
|
|
95735
|
+
};
|
|
95736
|
+
client_token: {
|
|
95737
|
+
minLength: number;
|
|
95738
|
+
type: string;
|
|
95739
|
+
};
|
|
95740
|
+
enterprise_id: {
|
|
95741
|
+
format: string;
|
|
95742
|
+
type: string;
|
|
95743
|
+
};
|
|
95744
|
+
enterprise_ids: {
|
|
95745
|
+
items: {
|
|
95746
|
+
format: string;
|
|
95747
|
+
type: string;
|
|
95748
|
+
};
|
|
95749
|
+
type: string;
|
|
95750
|
+
};
|
|
95751
|
+
};
|
|
95752
|
+
type: string;
|
|
95753
|
+
} | {
|
|
95754
|
+
properties: {
|
|
95755
|
+
access_token?: never;
|
|
95756
|
+
client?: never;
|
|
95757
|
+
client_token?: never;
|
|
95758
|
+
enterprise_id?: never;
|
|
95759
|
+
enterprise_ids?: never;
|
|
95760
|
+
};
|
|
95761
|
+
type: string;
|
|
95762
|
+
})[];
|
|
95763
|
+
};
|
|
95764
|
+
connector_id: {
|
|
95765
|
+
description: string;
|
|
95766
|
+
minLength: number;
|
|
95767
|
+
type: string;
|
|
95768
|
+
};
|
|
95769
|
+
customer_key: {
|
|
95770
|
+
description: string;
|
|
95771
|
+
minLength: number;
|
|
95772
|
+
type: string;
|
|
95773
|
+
};
|
|
95774
|
+
};
|
|
95775
|
+
required: string[];
|
|
95776
|
+
type: string;
|
|
95777
|
+
};
|
|
95778
|
+
};
|
|
95779
|
+
};
|
|
95780
|
+
};
|
|
95781
|
+
responses: {
|
|
95782
|
+
200: {
|
|
95783
|
+
content: {
|
|
95784
|
+
'application/json': {
|
|
95785
|
+
schema: {
|
|
95786
|
+
properties: {
|
|
95787
|
+
connector: {
|
|
95788
|
+
properties: {
|
|
95789
|
+
connector_id: {
|
|
95790
|
+
type: string;
|
|
95791
|
+
};
|
|
95792
|
+
connector_type: {
|
|
95793
|
+
type: string;
|
|
95794
|
+
};
|
|
95795
|
+
error: {
|
|
95796
|
+
type: string;
|
|
95797
|
+
};
|
|
95798
|
+
status: {
|
|
95799
|
+
enum: string[];
|
|
95800
|
+
type: string;
|
|
95801
|
+
};
|
|
95802
|
+
webhook_subscription: {
|
|
95803
|
+
properties: {
|
|
95804
|
+
events: {
|
|
95805
|
+
items: {
|
|
95806
|
+
type: string;
|
|
95807
|
+
};
|
|
95808
|
+
type: string;
|
|
95809
|
+
};
|
|
95810
|
+
status: {
|
|
95811
|
+
enum: string[];
|
|
95812
|
+
type: string;
|
|
95813
|
+
};
|
|
95814
|
+
subscription_id: {
|
|
95815
|
+
type: string;
|
|
95816
|
+
};
|
|
95817
|
+
webhook_url: {
|
|
95818
|
+
type: string;
|
|
95819
|
+
};
|
|
95820
|
+
};
|
|
95821
|
+
required: string[];
|
|
95822
|
+
type: string;
|
|
95823
|
+
};
|
|
95824
|
+
};
|
|
95825
|
+
required: string[];
|
|
95826
|
+
type: string;
|
|
95827
|
+
};
|
|
95828
|
+
ok: {
|
|
95829
|
+
type: string;
|
|
95830
|
+
};
|
|
95831
|
+
};
|
|
95832
|
+
required: string[];
|
|
95833
|
+
type: string;
|
|
95834
|
+
};
|
|
95835
|
+
};
|
|
95836
|
+
};
|
|
95837
|
+
description: string;
|
|
95838
|
+
};
|
|
95839
|
+
400: {
|
|
95840
|
+
description: string;
|
|
95841
|
+
};
|
|
95842
|
+
401: {
|
|
95843
|
+
description: string;
|
|
95844
|
+
};
|
|
95845
|
+
};
|
|
95846
|
+
security: ({
|
|
95847
|
+
api_key: never[];
|
|
95848
|
+
client_session_with_customer?: never;
|
|
95849
|
+
console_session_with_workspace?: never;
|
|
95850
|
+
} | {
|
|
95851
|
+
client_session_with_customer: never[];
|
|
95852
|
+
api_key?: never;
|
|
95853
|
+
console_session_with_workspace?: never;
|
|
95854
|
+
} | {
|
|
95855
|
+
console_session_with_workspace: never[];
|
|
95856
|
+
api_key?: never;
|
|
95857
|
+
client_session_with_customer?: never;
|
|
95858
|
+
})[];
|
|
95616
95859
|
summary: string;
|
|
95617
95860
|
tags: never[];
|
|
95618
95861
|
'x-fern-sdk-group-name': string[];
|
|
@@ -167895,6 +168138,24 @@ type Routes = {
|
|
|
167895
168138
|
};
|
|
167896
168139
|
};
|
|
167897
168140
|
};
|
|
168141
|
+
'/seam/customer/v1/connectors/delete': {
|
|
168142
|
+
route: '/seam/customer/v1/connectors/delete';
|
|
168143
|
+
method: 'POST';
|
|
168144
|
+
queryParams: {};
|
|
168145
|
+
jsonBody: {
|
|
168146
|
+
/** ID of the connector to delete */
|
|
168147
|
+
connector_id: string;
|
|
168148
|
+
};
|
|
168149
|
+
commonParams: {};
|
|
168150
|
+
formData: {};
|
|
168151
|
+
jsonResponse: {
|
|
168152
|
+
connector: {
|
|
168153
|
+
connector_id: string;
|
|
168154
|
+
connector_type: string;
|
|
168155
|
+
status: 'deleted';
|
|
168156
|
+
};
|
|
168157
|
+
};
|
|
168158
|
+
};
|
|
167898
168159
|
'/seam/customer/v1/connectors/list': {
|
|
167899
168160
|
route: '/seam/customer/v1/connectors/list';
|
|
167900
168161
|
method: 'GET' | 'POST';
|
|
@@ -167933,6 +168194,41 @@ type Routes = {
|
|
|
167933
168194
|
};
|
|
167934
168195
|
};
|
|
167935
168196
|
};
|
|
168197
|
+
'/seam/customer/v1/connectors/update': {
|
|
168198
|
+
route: '/seam/customer/v1/connectors/update';
|
|
168199
|
+
method: 'POST';
|
|
168200
|
+
queryParams: {};
|
|
168201
|
+
jsonBody: {
|
|
168202
|
+
/** ID of the connector to update */
|
|
168203
|
+
connector_id: string;
|
|
168204
|
+
/** Key identifying the customer */
|
|
168205
|
+
customer_key?: string | undefined;
|
|
168206
|
+
/** Instance-specific configuration for the connector */
|
|
168207
|
+
config: {
|
|
168208
|
+
client_token?: string | undefined;
|
|
168209
|
+
access_token?: string | undefined;
|
|
168210
|
+
client?: string;
|
|
168211
|
+
enterprise_ids?: string[] | undefined;
|
|
168212
|
+
enterprise_id?: string | undefined;
|
|
168213
|
+
} | {};
|
|
168214
|
+
};
|
|
168215
|
+
commonParams: {};
|
|
168216
|
+
formData: {};
|
|
168217
|
+
jsonResponse: {
|
|
168218
|
+
connector: {
|
|
168219
|
+
connector_id: string;
|
|
168220
|
+
connector_type: string;
|
|
168221
|
+
status: 'active' | 'inactive' | 'error';
|
|
168222
|
+
webhook_subscription?: {
|
|
168223
|
+
subscription_id: string;
|
|
168224
|
+
webhook_url: string;
|
|
168225
|
+
events: string[];
|
|
168226
|
+
status: 'active' | 'inactive' | 'error';
|
|
168227
|
+
} | undefined;
|
|
168228
|
+
error?: string | undefined;
|
|
168229
|
+
};
|
|
168230
|
+
};
|
|
168231
|
+
};
|
|
167936
168232
|
'/seam/customer/v1/events/list': {
|
|
167937
168233
|
route: '/seam/customer/v1/events/list';
|
|
167938
168234
|
method: 'GET' | 'POST';
|
package/dist/index.cjs
CHANGED
|
@@ -54247,6 +54247,69 @@ var openapi_default = {
|
|
|
54247
54247
|
"x-undocumented": "Internal endpoint for Console."
|
|
54248
54248
|
}
|
|
54249
54249
|
},
|
|
54250
|
+
"/seam/customer/v1/connectors/delete": {
|
|
54251
|
+
post: {
|
|
54252
|
+
description: "Deletes a connector from a workspace. The connector must already be assigned to a workspace.\nThis will remove the connector row from the database and deactivate any active connections.",
|
|
54253
|
+
operationId: "seamCustomerV1ConnectorsDeletePost",
|
|
54254
|
+
requestBody: {
|
|
54255
|
+
content: {
|
|
54256
|
+
"application/json": {
|
|
54257
|
+
schema: {
|
|
54258
|
+
properties: {
|
|
54259
|
+
connector_id: {
|
|
54260
|
+
description: "ID of the connector to delete",
|
|
54261
|
+
minLength: 1,
|
|
54262
|
+
type: "string"
|
|
54263
|
+
}
|
|
54264
|
+
},
|
|
54265
|
+
required: ["connector_id"],
|
|
54266
|
+
type: "object"
|
|
54267
|
+
}
|
|
54268
|
+
}
|
|
54269
|
+
}
|
|
54270
|
+
},
|
|
54271
|
+
responses: {
|
|
54272
|
+
200: {
|
|
54273
|
+
content: {
|
|
54274
|
+
"application/json": {
|
|
54275
|
+
schema: {
|
|
54276
|
+
properties: {
|
|
54277
|
+
connector: {
|
|
54278
|
+
properties: {
|
|
54279
|
+
connector_id: { type: "string" },
|
|
54280
|
+
connector_type: { type: "string" },
|
|
54281
|
+
status: { enum: ["deleted"], type: "string" }
|
|
54282
|
+
},
|
|
54283
|
+
required: ["connector_id", "connector_type", "status"],
|
|
54284
|
+
type: "object"
|
|
54285
|
+
},
|
|
54286
|
+
ok: { type: "boolean" }
|
|
54287
|
+
},
|
|
54288
|
+
required: ["connector", "ok"],
|
|
54289
|
+
type: "object"
|
|
54290
|
+
}
|
|
54291
|
+
}
|
|
54292
|
+
},
|
|
54293
|
+
description: "OK"
|
|
54294
|
+
},
|
|
54295
|
+
400: { description: "Bad Request" },
|
|
54296
|
+
401: { description: "Unauthorized" }
|
|
54297
|
+
},
|
|
54298
|
+
security: [
|
|
54299
|
+
{ api_key: [] },
|
|
54300
|
+
{ client_session_with_customer: [] },
|
|
54301
|
+
{ console_session_with_workspace: [] }
|
|
54302
|
+
],
|
|
54303
|
+
summary: "/seam/customer/v1/connectors/delete",
|
|
54304
|
+
tags: [],
|
|
54305
|
+
"x-fern-sdk-group-name": ["seam", "customer", "v1", "connectors"],
|
|
54306
|
+
"x-fern-sdk-method-name": "delete",
|
|
54307
|
+
"x-fern-sdk-return-value": "connector",
|
|
54308
|
+
"x-response-key": "connector",
|
|
54309
|
+
"x-title": "Delete Connector",
|
|
54310
|
+
"x-undocumented": "Internal endpoint for Console."
|
|
54311
|
+
}
|
|
54312
|
+
},
|
|
54250
54313
|
"/seam/customer/v1/connectors/list": {
|
|
54251
54314
|
get: {
|
|
54252
54315
|
description: "Lists connectors for a workspace (API key auth) or for a specific customer (customer client session auth).",
|
|
@@ -54427,7 +54490,7 @@ var openapi_default = {
|
|
|
54427
54490
|
400: { description: "Bad Request" },
|
|
54428
54491
|
401: { description: "Unauthorized" }
|
|
54429
54492
|
},
|
|
54430
|
-
security: [{ api_key: [] }],
|
|
54493
|
+
security: [{ api_key: [] }, { console_session_with_workspace: [] }],
|
|
54431
54494
|
summary: "/seam/customer/v1/connectors/sync",
|
|
54432
54495
|
tags: [],
|
|
54433
54496
|
"x-fern-sdk-group-name": ["seam", "customer", "v1", "connectors"],
|
|
@@ -54438,6 +54501,122 @@ var openapi_default = {
|
|
|
54438
54501
|
"x-undocumented": "Only used internally."
|
|
54439
54502
|
}
|
|
54440
54503
|
},
|
|
54504
|
+
"/seam/customer/v1/connectors/update": {
|
|
54505
|
+
post: {
|
|
54506
|
+
description: "Updates an existing connector in a workspace. The connector must already be assigned to a workspace.\nThe connector will be reactivated with the new configuration.",
|
|
54507
|
+
operationId: "seamCustomerV1ConnectorsUpdatePost",
|
|
54508
|
+
requestBody: {
|
|
54509
|
+
content: {
|
|
54510
|
+
"application/json": {
|
|
54511
|
+
schema: {
|
|
54512
|
+
properties: {
|
|
54513
|
+
config: {
|
|
54514
|
+
description: "Instance-specific configuration for the connector",
|
|
54515
|
+
oneOf: [
|
|
54516
|
+
{
|
|
54517
|
+
properties: {
|
|
54518
|
+
access_token: { minLength: 1, type: "string" },
|
|
54519
|
+
client: {
|
|
54520
|
+
default: "seam",
|
|
54521
|
+
minLength: 1,
|
|
54522
|
+
type: "string"
|
|
54523
|
+
},
|
|
54524
|
+
client_token: { minLength: 1, type: "string" },
|
|
54525
|
+
enterprise_id: { format: "uuid", type: "string" },
|
|
54526
|
+
enterprise_ids: {
|
|
54527
|
+
items: { format: "uuid", type: "string" },
|
|
54528
|
+
type: "array"
|
|
54529
|
+
}
|
|
54530
|
+
},
|
|
54531
|
+
type: "object"
|
|
54532
|
+
},
|
|
54533
|
+
{ properties: {}, type: "object" }
|
|
54534
|
+
]
|
|
54535
|
+
},
|
|
54536
|
+
connector_id: {
|
|
54537
|
+
description: "ID of the connector to update",
|
|
54538
|
+
minLength: 1,
|
|
54539
|
+
type: "string"
|
|
54540
|
+
},
|
|
54541
|
+
customer_key: {
|
|
54542
|
+
description: "Key identifying the customer",
|
|
54543
|
+
minLength: 1,
|
|
54544
|
+
type: "string"
|
|
54545
|
+
}
|
|
54546
|
+
},
|
|
54547
|
+
required: ["connector_id", "config"],
|
|
54548
|
+
type: "object"
|
|
54549
|
+
}
|
|
54550
|
+
}
|
|
54551
|
+
}
|
|
54552
|
+
},
|
|
54553
|
+
responses: {
|
|
54554
|
+
200: {
|
|
54555
|
+
content: {
|
|
54556
|
+
"application/json": {
|
|
54557
|
+
schema: {
|
|
54558
|
+
properties: {
|
|
54559
|
+
connector: {
|
|
54560
|
+
properties: {
|
|
54561
|
+
connector_id: { type: "string" },
|
|
54562
|
+
connector_type: { type: "string" },
|
|
54563
|
+
error: { type: "string" },
|
|
54564
|
+
status: {
|
|
54565
|
+
enum: ["active", "inactive", "error"],
|
|
54566
|
+
type: "string"
|
|
54567
|
+
},
|
|
54568
|
+
webhook_subscription: {
|
|
54569
|
+
properties: {
|
|
54570
|
+
events: {
|
|
54571
|
+
items: { type: "string" },
|
|
54572
|
+
type: "array"
|
|
54573
|
+
},
|
|
54574
|
+
status: {
|
|
54575
|
+
enum: ["active", "inactive", "error"],
|
|
54576
|
+
type: "string"
|
|
54577
|
+
},
|
|
54578
|
+
subscription_id: { type: "string" },
|
|
54579
|
+
webhook_url: { type: "string" }
|
|
54580
|
+
},
|
|
54581
|
+
required: [
|
|
54582
|
+
"subscription_id",
|
|
54583
|
+
"webhook_url",
|
|
54584
|
+
"events",
|
|
54585
|
+
"status"
|
|
54586
|
+
],
|
|
54587
|
+
type: "object"
|
|
54588
|
+
}
|
|
54589
|
+
},
|
|
54590
|
+
required: ["connector_id", "connector_type", "status"],
|
|
54591
|
+
type: "object"
|
|
54592
|
+
},
|
|
54593
|
+
ok: { type: "boolean" }
|
|
54594
|
+
},
|
|
54595
|
+
required: ["connector", "ok"],
|
|
54596
|
+
type: "object"
|
|
54597
|
+
}
|
|
54598
|
+
}
|
|
54599
|
+
},
|
|
54600
|
+
description: "OK"
|
|
54601
|
+
},
|
|
54602
|
+
400: { description: "Bad Request" },
|
|
54603
|
+
401: { description: "Unauthorized" }
|
|
54604
|
+
},
|
|
54605
|
+
security: [
|
|
54606
|
+
{ api_key: [] },
|
|
54607
|
+
{ client_session_with_customer: [] },
|
|
54608
|
+
{ console_session_with_workspace: [] }
|
|
54609
|
+
],
|
|
54610
|
+
summary: "/seam/customer/v1/connectors/update",
|
|
54611
|
+
tags: [],
|
|
54612
|
+
"x-fern-sdk-group-name": ["seam", "customer", "v1", "connectors"],
|
|
54613
|
+
"x-fern-sdk-method-name": "update",
|
|
54614
|
+
"x-fern-sdk-return-value": "connector",
|
|
54615
|
+
"x-response-key": "connector",
|
|
54616
|
+
"x-title": "Update Connector",
|
|
54617
|
+
"x-undocumented": "Internal endpoint for Console."
|
|
54618
|
+
}
|
|
54619
|
+
},
|
|
54441
54620
|
"/seam/customer/v1/events/list": {
|
|
54442
54621
|
get: {
|
|
54443
54622
|
description: "Returns a list of events for devices in a specific space. This endpoint is designed for customer portals and only supports filtering by space_id.",
|