@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
package/dist/connect.d.cts
CHANGED
|
@@ -42491,7 +42491,8 @@ type Routes = {
|
|
|
42491
42491
|
space_ids?: string[] | undefined;
|
|
42492
42492
|
/** Set of keys of existing spaces to which access is being granted. */
|
|
42493
42493
|
space_keys?: string[] | undefined;
|
|
42494
|
-
/**
|
|
42494
|
+
/**
|
|
42495
|
+
* @deprecated Create a space first, then reference it using `space_ids`.*/
|
|
42495
42496
|
location?: {
|
|
42496
42497
|
/** Name of the location. */
|
|
42497
42498
|
name?: string | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -40495,7 +40495,7 @@ var openapi = {
|
|
|
40495
40495
|
type: "string"
|
|
40496
40496
|
},
|
|
40497
40497
|
location: {
|
|
40498
|
-
|
|
40498
|
+
deprecated: true,
|
|
40499
40499
|
properties: {
|
|
40500
40500
|
acs_entrance_ids: {
|
|
40501
40501
|
default: [],
|
|
@@ -40516,7 +40516,8 @@ var openapi = {
|
|
|
40516
40516
|
type: "string"
|
|
40517
40517
|
}
|
|
40518
40518
|
},
|
|
40519
|
-
type: "object"
|
|
40519
|
+
type: "object",
|
|
40520
|
+
"x-deprecated": "Create a space first, then reference it using `space_ids`."
|
|
40520
40521
|
},
|
|
40521
40522
|
location_ids: {
|
|
40522
40523
|
deprecated: true,
|