@seamapi/types 1.158.0 → 1.160.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 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +12 -0
- package/lib/seam/connect/models/acs/acs_system_capability_flags.d.ts +3 -0
- package/lib/seam/connect/models/acs/acs_system_capability_flags.js +1 -0
- package/lib/seam/connect/models/acs/acs_system_capability_flags.js.map +1 -1
- package/lib/seam/connect/models/acs/system.d.ts +3 -0
- package/lib/seam/connect/openapi.d.ts +7 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs_system_capability_flags.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +5 -0
package/dist/connect.cjs
CHANGED
|
@@ -427,6 +427,7 @@ var openapi_default = {
|
|
|
427
427
|
properties: {
|
|
428
428
|
acs_system_id: { format: "uuid", type: "string" },
|
|
429
429
|
can_automate_enrollment: { type: "boolean" },
|
|
430
|
+
can_create_acs_access_groups: { type: "boolean" },
|
|
430
431
|
connected_account_ids: { items: { type: "string" }, type: "array" },
|
|
431
432
|
created_at: { format: "date-time", type: "string" },
|
|
432
433
|
external_type: {
|
|
@@ -2091,6 +2092,7 @@ var openapi_default = {
|
|
|
2091
2092
|
},
|
|
2092
2093
|
event: {
|
|
2093
2094
|
properties: {
|
|
2095
|
+
action_attempt_id: { format: "uuid", type: "string" },
|
|
2094
2096
|
created_at: { format: "date-time", type: "string" },
|
|
2095
2097
|
device_id: { format: "uuid", type: "string" },
|
|
2096
2098
|
event_id: { format: "uuid", type: "string" },
|