@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 +6 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -0
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +2 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +4 -0
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": {
|