@seamapi/types 1.286.2 → 1.287.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
@@ -667,6 +667,7 @@ var device_metadata = zod.z.object({
667
667
  akiles_metadata: zod.z.object({
668
668
  gadget_name: zod.z.string(),
669
669
  gadget_id: zod.z.string(),
670
+ product_name: zod.z.string(),
670
671
  /**
671
672
  * Group ID to add users to for this device
672
673
  */
@@ -6518,9 +6519,10 @@ var openapi_default = {
6518
6519
  properties: {
6519
6520
  _member_group_id: { type: "string" },
6520
6521
  gadget_id: { type: "string" },
6521
- gadget_name: { type: "string" }
6522
+ gadget_name: { type: "string" },
6523
+ product_name: { type: "string" }
6522
6524
  },
6523
- required: ["gadget_name", "gadget_id"],
6525
+ required: ["gadget_name", "gadget_id", "product_name"],
6524
6526
  type: "object"
6525
6527
  },
6526
6528
  assa_abloy_vostio_metadata: {
@@ -9624,7 +9626,8 @@ var openapi_default = {
9624
9626
  tags: ["/acs"],
9625
9627
  "x-fern-sdk-group-name": ["acs", "access_groups"],
9626
9628
  "x-fern-sdk-method-name": "add_user",
9627
- "x-response-key": null
9629
+ "x-response-key": null,
9630
+ "x-title": "Add an ACS User to an Access Group"
9628
9631
  },
9629
9632
  put: {
9630
9633
  description: "Adds a specified [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups).",
@@ -9675,7 +9678,8 @@ var openapi_default = {
9675
9678
  summary: "/acs/access_groups/add_user",
9676
9679
  tags: ["/acs"],
9677
9680
  "x-fern-ignore": true,
9678
- "x-response-key": null
9681
+ "x-response-key": null,
9682
+ "x-title": "Add an ACS User to an Access Group"
9679
9683
  }
9680
9684
  },
9681
9685
  "/acs/access_groups/get": {
@@ -9730,7 +9734,8 @@ var openapi_default = {
9730
9734
  "x-fern-sdk-group-name": ["acs", "access_groups"],
9731
9735
  "x-fern-sdk-method-name": "get",
9732
9736
  "x-fern-sdk-return-value": "acs_access_group",
9733
- "x-response-key": "acs_access_group"
9737
+ "x-response-key": "acs_access_group",
9738
+ "x-title": "Get an Access Group"
9734
9739
  }
9735
9740
  },
9736
9741
  "/acs/access_groups/list": {
@@ -9790,7 +9795,8 @@ var openapi_default = {
9790
9795
  "x-fern-sdk-group-name": ["acs", "access_groups"],
9791
9796
  "x-fern-sdk-method-name": "list",
9792
9797
  "x-fern-sdk-return-value": "acs_access_groups",
9793
- "x-response-key": "acs_access_groups"
9798
+ "x-response-key": "acs_access_groups",
9799
+ "x-title": "List Access Groups"
9794
9800
  }
9795
9801
  },
9796
9802
  "/acs/access_groups/list_accessible_entrances": {
@@ -9846,7 +9852,8 @@ var openapi_default = {
9846
9852
  "x-fern-sdk-group-name": ["acs", "access_groups"],
9847
9853
  "x-fern-sdk-method-name": "list_accessible_entrances",
9848
9854
  "x-fern-sdk-return-value": "acs_entrances",
9849
- "x-response-key": "acs_entrances"
9855
+ "x-response-key": "acs_entrances",
9856
+ "x-title": "List Entrances Accessible to an Access Group"
9850
9857
  }
9851
9858
  },
9852
9859
  "/acs/access_groups/list_users": {
@@ -9902,7 +9909,8 @@ var openapi_default = {
9902
9909
  "x-fern-sdk-group-name": ["acs", "access_groups"],
9903
9910
  "x-fern-sdk-method-name": "list_users",
9904
9911
  "x-fern-sdk-return-value": "acs_users",
9905
- "x-response-key": "acs_users"
9912
+ "x-response-key": "acs_users",
9913
+ "x-title": "List ACS Users in an Access Group"
9906
9914
  }
9907
9915
  },
9908
9916
  "/acs/access_groups/remove_user": {
@@ -9956,7 +9964,8 @@ var openapi_default = {
9956
9964
  tags: ["/acs"],
9957
9965
  "x-fern-sdk-group-name": ["acs", "access_groups"],
9958
9966
  "x-fern-sdk-method-name": "remove_user",
9959
- "x-response-key": null
9967
+ "x-response-key": null,
9968
+ "x-title": "Remove an ACS User from an Access Group"
9960
9969
  }
9961
9970
  },
9962
9971
  "/acs/access_groups/unmanaged/get": {
@@ -11879,7 +11888,8 @@ var openapi_default = {
11879
11888
  tags: ["/acs"],
11880
11889
  "x-fern-sdk-group-name": ["acs", "entrances"],
11881
11890
  "x-fern-sdk-method-name": "grant_access",
11882
- "x-response-key": null
11891
+ "x-response-key": null,
11892
+ "x-title": "Grant an ACS User Access to an Entrance"
11883
11893
  }
11884
11894
  },
11885
11895
  "/acs/entrances/list": {