@seamapi/types 1.880.0 → 1.881.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 +3 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -1
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +2 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +3 -2
- package/src/lib/seam/connect/route-types.ts +2 -1
|
@@ -33205,7 +33205,7 @@ const openapi = {
|
|
|
33205
33205
|
type: 'string',
|
|
33206
33206
|
},
|
|
33207
33207
|
location: {
|
|
33208
|
-
|
|
33208
|
+
deprecated: true,
|
|
33209
33209
|
properties: {
|
|
33210
33210
|
acs_entrance_ids: {
|
|
33211
33211
|
default: [],
|
|
@@ -33227,6 +33227,7 @@ const openapi = {
|
|
|
33227
33227
|
},
|
|
33228
33228
|
},
|
|
33229
33229
|
type: 'object',
|
|
33230
|
+
'x-deprecated': 'Create a space first, then reference it using `space_ids`.',
|
|
33230
33231
|
},
|
|
33231
33232
|
location_ids: {
|
|
33232
33233
|
deprecated: true,
|