@seamapi/types 1.80.1 → 1.81.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 CHANGED
@@ -11653,6 +11653,56 @@ var openapi_default = {
11653
11653
  "x-fern-sdk-method-name": "list_accessible_devices"
11654
11654
  }
11655
11655
  },
11656
+ "/user_identities/list_acs_systems": {
11657
+ post: {
11658
+ operationId: "userIdentitiesListAcsSystemsPost",
11659
+ requestBody: {
11660
+ content: {
11661
+ "application/json": {
11662
+ schema: {
11663
+ properties: {
11664
+ user_identity_id: { format: "uuid", type: "string" }
11665
+ },
11666
+ required: ["user_identity_id"],
11667
+ type: "object"
11668
+ }
11669
+ }
11670
+ }
11671
+ },
11672
+ responses: {
11673
+ 200: {
11674
+ content: {
11675
+ "application/json": {
11676
+ schema: {
11677
+ properties: {
11678
+ acs_systems: {
11679
+ items: { $ref: "#/components/schemas/acs_system" },
11680
+ type: "array"
11681
+ },
11682
+ ok: { type: "boolean" }
11683
+ },
11684
+ required: ["acs_systems", "ok"],
11685
+ type: "object"
11686
+ }
11687
+ }
11688
+ },
11689
+ description: "OK"
11690
+ },
11691
+ 400: { description: "Bad Request" },
11692
+ 401: { description: "Unauthorized" }
11693
+ },
11694
+ security: [
11695
+ { client_session: [] },
11696
+ { pat_with_workspace: [] },
11697
+ { console_session: [] },
11698
+ { api_key: [] }
11699
+ ],
11700
+ summary: "/user_identities/list_acs_systems",
11701
+ tags: [],
11702
+ "x-fern-sdk-group-name": ["user_identities"],
11703
+ "x-fern-sdk-method-name": "list_acs_systems"
11704
+ }
11705
+ },
11656
11706
  "/user_identities/list_acs_users": {
11657
11707
  post: {
11658
11708
  operationId: "userIdentitiesListAcsUsersPost",