@seamapi/types 1.296.0 → 1.297.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 CHANGED
@@ -1020,7 +1020,9 @@ var PROVIDER_CATEGORY_MAP = {
1020
1020
  "visionline",
1021
1021
  "assa_abloy_credential_service",
1022
1022
  "latch",
1023
- "salto_ks"
1023
+ "salto_ks",
1024
+ "assa_abloy_vostio",
1025
+ "assa_abloy_vostio_credential_service"
1024
1026
  ],
1025
1027
  internal_beta: ALL_DEVICE_PROVIDERS
1026
1028
  };
@@ -15947,9 +15949,11 @@ var openapi_default = {
15947
15949
  ],
15948
15950
  summary: "/devices/delete",
15949
15951
  tags: ["/devices"],
15952
+ "x-deprecated": "Deleting a device is no longer supported and will be removed.",
15950
15953
  "x-fern-sdk-group-name": ["devices"],
15951
15954
  "x-fern-sdk-method-name": "delete",
15952
- "x-response-key": null
15955
+ "x-response-key": null,
15956
+ "x-undocumented": "Deleting a device is no longer supported and will be removed."
15953
15957
  }
15954
15958
  },
15955
15959
  "/devices/get": {