@seamapi/types 1.150.0 → 1.151.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 +2 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -17
- package/lib/seam/connect/models/acs/system.d.ts +14 -13
- package/lib/seam/connect/models/acs/system.js +8 -5
- package/lib/seam/connect/models/acs/system.js.map +1 -1
- package/lib/seam/connect/models/acs/user.d.ts +4 -4
- package/lib/seam/connect/models/acs/user.js +1 -0
- package/lib/seam/connect/models/acs/user.js.map +1 -1
- 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 +17 -17
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/system.ts +9 -5
- package/src/lib/seam/connect/models/acs/user.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +1 -4
- package/src/lib/seam/connect/route-types.ts +83 -60
package/dist/connect.cjs
CHANGED
|
@@ -268,10 +268,6 @@ var openapi_default = {
|
|
|
268
268
|
},
|
|
269
269
|
required: [
|
|
270
270
|
"acs_system_id",
|
|
271
|
-
"external_type",
|
|
272
|
-
"external_type_display_name",
|
|
273
|
-
"system_type",
|
|
274
|
-
"system_type_display_name",
|
|
275
271
|
"name",
|
|
276
272
|
"created_at",
|
|
277
273
|
"workspace_id",
|
|
@@ -306,7 +302,8 @@ var openapi_default = {
|
|
|
306
302
|
"pti_user",
|
|
307
303
|
"brivo_user",
|
|
308
304
|
"hid_credential_manager_user",
|
|
309
|
-
"salto_site_user"
|
|
305
|
+
"salto_site_user",
|
|
306
|
+
"latch_user"
|
|
310
307
|
],
|
|
311
308
|
type: "string"
|
|
312
309
|
},
|