@seamapi/types 1.650.0 → 1.651.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 +57 -38
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +55 -36
- package/dist/index.cjs +57 -38
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +47 -30
- package/lib/seam/connect/openapi.js +55 -36
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +8 -6
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +55 -36
- package/src/lib/seam/connect/route-types.ts +8 -6
package/dist/connect.d.cts
CHANGED
|
@@ -96164,23 +96164,29 @@ declare const _default: {
|
|
|
96164
96164
|
display_name: {
|
|
96165
96165
|
type: string;
|
|
96166
96166
|
};
|
|
96167
|
-
|
|
96168
|
-
|
|
96169
|
-
|
|
96170
|
-
|
|
96171
|
-
|
|
96172
|
-
|
|
96173
|
-
|
|
96174
|
-
|
|
96175
|
-
|
|
96176
|
-
|
|
96177
|
-
|
|
96178
|
-
|
|
96179
|
-
|
|
96180
|
-
|
|
96167
|
+
editable_fields: {
|
|
96168
|
+
items: {
|
|
96169
|
+
properties: {
|
|
96170
|
+
description: {
|
|
96171
|
+
type: string;
|
|
96172
|
+
};
|
|
96173
|
+
display_name: {
|
|
96174
|
+
type: string;
|
|
96175
|
+
};
|
|
96176
|
+
name: {
|
|
96177
|
+
type: string;
|
|
96178
|
+
};
|
|
96179
|
+
required: {
|
|
96180
|
+
type: string;
|
|
96181
|
+
};
|
|
96182
|
+
type: {
|
|
96183
|
+
enum: string[];
|
|
96184
|
+
type: string;
|
|
96185
|
+
};
|
|
96181
96186
|
};
|
|
96187
|
+
required: string[];
|
|
96188
|
+
type: string;
|
|
96182
96189
|
};
|
|
96183
|
-
required: string[];
|
|
96184
96190
|
type: string;
|
|
96185
96191
|
};
|
|
96186
96192
|
};
|
|
@@ -96250,23 +96256,29 @@ declare const _default: {
|
|
|
96250
96256
|
display_name: {
|
|
96251
96257
|
type: string;
|
|
96252
96258
|
};
|
|
96253
|
-
|
|
96254
|
-
|
|
96255
|
-
|
|
96256
|
-
|
|
96257
|
-
|
|
96258
|
-
|
|
96259
|
-
|
|
96260
|
-
|
|
96261
|
-
|
|
96262
|
-
|
|
96263
|
-
|
|
96264
|
-
|
|
96265
|
-
|
|
96266
|
-
|
|
96259
|
+
editable_fields: {
|
|
96260
|
+
items: {
|
|
96261
|
+
properties: {
|
|
96262
|
+
description: {
|
|
96263
|
+
type: string;
|
|
96264
|
+
};
|
|
96265
|
+
display_name: {
|
|
96266
|
+
type: string;
|
|
96267
|
+
};
|
|
96268
|
+
name: {
|
|
96269
|
+
type: string;
|
|
96270
|
+
};
|
|
96271
|
+
required: {
|
|
96272
|
+
type: string;
|
|
96273
|
+
};
|
|
96274
|
+
type: {
|
|
96275
|
+
enum: string[];
|
|
96276
|
+
type: string;
|
|
96277
|
+
};
|
|
96267
96278
|
};
|
|
96279
|
+
required: string[];
|
|
96280
|
+
type: string;
|
|
96268
96281
|
};
|
|
96269
|
-
required: string[];
|
|
96270
96282
|
type: string;
|
|
96271
96283
|
};
|
|
96272
96284
|
};
|
|
@@ -96776,6 +96788,7 @@ declare const _default: {
|
|
|
96776
96788
|
client_token?: never;
|
|
96777
96789
|
enterprise_id?: never;
|
|
96778
96790
|
enterprise_ids?: never;
|
|
96791
|
+
auth_token?: never;
|
|
96779
96792
|
client_id?: never;
|
|
96780
96793
|
client_password?: never;
|
|
96781
96794
|
property_id?: never;
|
|
@@ -96806,6 +96819,7 @@ declare const _default: {
|
|
|
96806
96819
|
};
|
|
96807
96820
|
type: string;
|
|
96808
96821
|
};
|
|
96822
|
+
auth_token?: never;
|
|
96809
96823
|
client_id?: never;
|
|
96810
96824
|
client_password?: never;
|
|
96811
96825
|
property_id?: never;
|
|
@@ -96814,6 +96828,9 @@ declare const _default: {
|
|
|
96814
96828
|
required?: never;
|
|
96815
96829
|
} | {
|
|
96816
96830
|
properties: {
|
|
96831
|
+
auth_token: {
|
|
96832
|
+
type: string;
|
|
96833
|
+
};
|
|
96817
96834
|
client_id: {
|
|
96818
96835
|
description: string;
|
|
96819
96836
|
minLength: number;
|
|
@@ -164050,12 +164067,13 @@ type Routes = {
|
|
|
164050
164067
|
connector_type: string;
|
|
164051
164068
|
display_name: string;
|
|
164052
164069
|
description?: string | undefined;
|
|
164053
|
-
|
|
164054
|
-
|
|
164055
|
-
|
|
164056
|
-
|
|
164057
|
-
|
|
164058
|
-
|
|
164070
|
+
editable_fields: {
|
|
164071
|
+
name: string;
|
|
164072
|
+
display_name: string;
|
|
164073
|
+
description: string;
|
|
164074
|
+
type: 'string' | 'string[]' | 'number' | 'boolean';
|
|
164075
|
+
required: boolean;
|
|
164076
|
+
}[];
|
|
164059
164077
|
}[];
|
|
164060
164078
|
};
|
|
164061
164079
|
};
|
|
@@ -164169,6 +164187,7 @@ type Routes = {
|
|
|
164169
164187
|
client_password: string;
|
|
164170
164188
|
/** Optional property ID for single-property connectors */
|
|
164171
164189
|
property_id?: (string | number) | undefined;
|
|
164190
|
+
auth_token?: string | undefined;
|
|
164172
164191
|
};
|
|
164173
164192
|
};
|
|
164174
164193
|
commonParams: {};
|
package/dist/index.cjs
CHANGED
|
@@ -54279,7 +54279,7 @@ var openapi_default = {
|
|
|
54279
54279
|
},
|
|
54280
54280
|
"/seam/customer/v1/connectors/connector_types": {
|
|
54281
54281
|
get: {
|
|
54282
|
-
description: "Lists all available connector types and their
|
|
54282
|
+
description: "Lists all available connector types and their editable fields for UI input.",
|
|
54283
54283
|
operationId: "seamCustomerV1ConnectorsConnectorTypesGet",
|
|
54284
54284
|
responses: {
|
|
54285
54285
|
200: {
|
|
@@ -54293,30 +54293,39 @@ var openapi_default = {
|
|
|
54293
54293
|
connector_type: { type: "string" },
|
|
54294
54294
|
description: { type: "string" },
|
|
54295
54295
|
display_name: { type: "string" },
|
|
54296
|
-
|
|
54297
|
-
|
|
54298
|
-
|
|
54299
|
-
|
|
54300
|
-
|
|
54301
|
-
|
|
54302
|
-
|
|
54303
|
-
|
|
54304
|
-
|
|
54305
|
-
|
|
54306
|
-
|
|
54296
|
+
editable_fields: {
|
|
54297
|
+
items: {
|
|
54298
|
+
properties: {
|
|
54299
|
+
description: { type: "string" },
|
|
54300
|
+
display_name: { type: "string" },
|
|
54301
|
+
name: { type: "string" },
|
|
54302
|
+
required: { type: "boolean" },
|
|
54303
|
+
type: {
|
|
54304
|
+
enum: [
|
|
54305
|
+
"string",
|
|
54306
|
+
"string[]",
|
|
54307
|
+
"number",
|
|
54308
|
+
"boolean"
|
|
54309
|
+
],
|
|
54310
|
+
type: "string"
|
|
54311
|
+
}
|
|
54312
|
+
},
|
|
54313
|
+
required: [
|
|
54314
|
+
"name",
|
|
54315
|
+
"display_name",
|
|
54316
|
+
"description",
|
|
54317
|
+
"type",
|
|
54318
|
+
"required"
|
|
54319
|
+
],
|
|
54320
|
+
type: "object"
|
|
54307
54321
|
},
|
|
54308
|
-
|
|
54309
|
-
"base_api_url",
|
|
54310
|
-
"polling_enabled",
|
|
54311
|
-
"polling_frequency_minutes"
|
|
54312
|
-
],
|
|
54313
|
-
type: "object"
|
|
54322
|
+
type: "array"
|
|
54314
54323
|
}
|
|
54315
54324
|
},
|
|
54316
54325
|
required: [
|
|
54317
54326
|
"connector_type",
|
|
54318
54327
|
"display_name",
|
|
54319
|
-
"
|
|
54328
|
+
"editable_fields"
|
|
54320
54329
|
],
|
|
54321
54330
|
type: "object"
|
|
54322
54331
|
},
|
|
@@ -54349,7 +54358,7 @@ var openapi_default = {
|
|
|
54349
54358
|
"x-undocumented": "Internal endpoint for Console."
|
|
54350
54359
|
},
|
|
54351
54360
|
post: {
|
|
54352
|
-
description: "Lists all available connector types and their
|
|
54361
|
+
description: "Lists all available connector types and their editable fields for UI input.",
|
|
54353
54362
|
operationId: "seamCustomerV1ConnectorsConnectorTypesPost",
|
|
54354
54363
|
responses: {
|
|
54355
54364
|
200: {
|
|
@@ -54363,30 +54372,39 @@ var openapi_default = {
|
|
|
54363
54372
|
connector_type: { type: "string" },
|
|
54364
54373
|
description: { type: "string" },
|
|
54365
54374
|
display_name: { type: "string" },
|
|
54366
|
-
|
|
54367
|
-
|
|
54368
|
-
|
|
54369
|
-
|
|
54370
|
-
|
|
54371
|
-
|
|
54372
|
-
|
|
54373
|
-
|
|
54374
|
-
|
|
54375
|
-
|
|
54376
|
-
|
|
54375
|
+
editable_fields: {
|
|
54376
|
+
items: {
|
|
54377
|
+
properties: {
|
|
54378
|
+
description: { type: "string" },
|
|
54379
|
+
display_name: { type: "string" },
|
|
54380
|
+
name: { type: "string" },
|
|
54381
|
+
required: { type: "boolean" },
|
|
54382
|
+
type: {
|
|
54383
|
+
enum: [
|
|
54384
|
+
"string",
|
|
54385
|
+
"string[]",
|
|
54386
|
+
"number",
|
|
54387
|
+
"boolean"
|
|
54388
|
+
],
|
|
54389
|
+
type: "string"
|
|
54390
|
+
}
|
|
54391
|
+
},
|
|
54392
|
+
required: [
|
|
54393
|
+
"name",
|
|
54394
|
+
"display_name",
|
|
54395
|
+
"description",
|
|
54396
|
+
"type",
|
|
54397
|
+
"required"
|
|
54398
|
+
],
|
|
54399
|
+
type: "object"
|
|
54377
54400
|
},
|
|
54378
|
-
|
|
54379
|
-
"base_api_url",
|
|
54380
|
-
"polling_enabled",
|
|
54381
|
-
"polling_frequency_minutes"
|
|
54382
|
-
],
|
|
54383
|
-
type: "object"
|
|
54401
|
+
type: "array"
|
|
54384
54402
|
}
|
|
54385
54403
|
},
|
|
54386
54404
|
required: [
|
|
54387
54405
|
"connector_type",
|
|
54388
54406
|
"display_name",
|
|
54389
|
-
"
|
|
54407
|
+
"editable_fields"
|
|
54390
54408
|
],
|
|
54391
54409
|
type: "object"
|
|
54392
54410
|
},
|
|
@@ -54803,6 +54821,7 @@ var openapi_default = {
|
|
|
54803
54821
|
},
|
|
54804
54822
|
{
|
|
54805
54823
|
properties: {
|
|
54824
|
+
auth_token: { type: "string" },
|
|
54806
54825
|
client_id: {
|
|
54807
54826
|
description: "RMS client ID for authentication",
|
|
54808
54827
|
minLength: 1,
|