@seamapi/types 1.37.0 → 1.38.1
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 +1 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -5
- package/lib/seam/connect/openapi.d.ts +0 -4
- package/lib/seam/connect/openapi.js +1 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -4
- package/src/lib/seam/connect/route-types.ts +1 -0
package/dist/connect.cjs
CHANGED
|
@@ -4525,6 +4525,7 @@ var openapi_default = {
|
|
|
4525
4525
|
"dormakaba_oracode",
|
|
4526
4526
|
"pti",
|
|
4527
4527
|
"wyze",
|
|
4528
|
+
"seam_passport",
|
|
4528
4529
|
"yale_access"
|
|
4529
4530
|
],
|
|
4530
4531
|
type: "string"
|
|
@@ -5037,7 +5038,6 @@ var openapi_default = {
|
|
|
5037
5038
|
},
|
|
5038
5039
|
connected_account_ids: {
|
|
5039
5040
|
items: { format: "uuid", type: "string" },
|
|
5040
|
-
minItems: 1,
|
|
5041
5041
|
type: "array"
|
|
5042
5042
|
},
|
|
5043
5043
|
created_before: { format: "date-time", type: "string" },
|
|
@@ -5346,7 +5346,6 @@ var openapi_default = {
|
|
|
5346
5346
|
},
|
|
5347
5347
|
connected_account_ids: {
|
|
5348
5348
|
items: { format: "uuid", type: "string" },
|
|
5349
|
-
minItems: 1,
|
|
5350
5349
|
type: "array"
|
|
5351
5350
|
},
|
|
5352
5351
|
created_before: { format: "date-time", type: "string" },
|
|
@@ -6147,7 +6146,6 @@ var openapi_default = {
|
|
|
6147
6146
|
},
|
|
6148
6147
|
connected_account_ids: {
|
|
6149
6148
|
items: { format: "uuid", type: "string" },
|
|
6150
|
-
minItems: 1,
|
|
6151
6149
|
type: "array"
|
|
6152
6150
|
},
|
|
6153
6151
|
created_before: { format: "date-time", type: "string" },
|
|
@@ -7497,7 +7495,6 @@ var openapi_default = {
|
|
|
7497
7495
|
},
|
|
7498
7496
|
connected_account_ids: {
|
|
7499
7497
|
items: { format: "uuid", type: "string" },
|
|
7500
|
-
minItems: 1,
|
|
7501
7498
|
type: "array"
|
|
7502
7499
|
},
|
|
7503
7500
|
created_before: { format: "date-time", type: "string" },
|