@seamapi/types 1.408.0 → 1.409.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 +120 -246
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +240 -204
- package/lib/seam/connect/model-types.d.ts +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.js +2 -1
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
- package/lib/seam/connect/models/access-grants/access-method.js +2 -1
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
- package/lib/seam/connect/models/access-grants/requested-access-method.js +1 -5
- package/lib/seam/connect/models/access-grants/requested-access-method.js.map +1 -1
- package/lib/seam/connect/models/pagination.d.ts +1 -0
- package/lib/seam/connect/models/spaces/space.js +6 -1
- package/lib/seam/connect/models/spaces/space.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +97 -202
- package/lib/seam/connect/openapi.js +92 -239
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -0
- package/lib/seam/connect/schemas.d.ts +1 -1
- package/lib/seam/connect/schemas.js +1 -1
- package/lib/seam/connect/schemas.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/model-types.ts +6 -0
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +2 -1
- package/src/lib/seam/connect/models/access-grants/access-method.ts +2 -1
- package/src/lib/seam/connect/models/access-grants/requested-access-method.ts +1 -5
- package/src/lib/seam/connect/models/pagination.ts +2 -0
- package/src/lib/seam/connect/models/spaces/space.ts +6 -1
- package/src/lib/seam/connect/openapi.ts +93 -251
- package/src/lib/seam/connect/route-types.ts +3 -0
- package/src/lib/seam/connect/schemas.ts +2 -0
|
@@ -41992,6 +41992,7 @@ export interface Routes {
|
|
|
41992
41992
|
commonParams: {};
|
|
41993
41993
|
formData: {};
|
|
41994
41994
|
jsonResponse: {
|
|
41995
|
+
/** */
|
|
41995
41996
|
space: {
|
|
41996
41997
|
/** Unique identifier for the space. */
|
|
41997
41998
|
space_id: string;
|
|
@@ -42027,6 +42028,7 @@ export interface Routes {
|
|
|
42027
42028
|
};
|
|
42028
42029
|
formData: {};
|
|
42029
42030
|
jsonResponse: {
|
|
42031
|
+
/** */
|
|
42030
42032
|
space: {
|
|
42031
42033
|
/** Unique identifier for the space. */
|
|
42032
42034
|
space_id: string;
|
|
@@ -42098,6 +42100,7 @@ export interface Routes {
|
|
|
42098
42100
|
commonParams: {};
|
|
42099
42101
|
formData: {};
|
|
42100
42102
|
jsonResponse: {
|
|
42103
|
+
/** */
|
|
42101
42104
|
space: {
|
|
42102
42105
|
/** Unique identifier for the space. */
|
|
42103
42106
|
space_id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { access_code, acs_access_group, acs_credential, acs_encoder, acs_entrance, acs_system, acs_user, action_attempt, bridge, bridge_client_session, client_session, common_failed_action_attempt, common_pending_action_attempt, common_succeeded_action_attempt, connect_webview, connected_account, custom_metadata, device, device_provider, instant_key, noise_threshold, pagination, seam_event, thermostat_daily_program, thermostat_schedule, thermostat_weekly_program, unmanaged_access_code, unmanaged_acs_access_group, unmanaged_acs_credential, unmanaged_acs_user, unmanaged_device, user_identity, webhook, workspace, } from './models/index.js';
|
|
1
|
+
export { access_code, acs_access_group, acs_credential, acs_encoder, acs_entrance, acs_system, acs_user, action_attempt, bridge, bridge_client_session, building_block_type, client_session, common_failed_action_attempt, common_pending_action_attempt, common_succeeded_action_attempt, connect_webview, connected_account, custom_metadata, device, device_provider, instant_key, magic_link, noise_threshold, pagination, seam_event, thermostat_daily_program, thermostat_schedule, thermostat_weekly_program, unmanaged_access_code, unmanaged_acs_access_group, unmanaged_acs_credential, unmanaged_acs_user, unmanaged_device, user_identity, webhook, workspace, } from './models/index.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { access_code, acs_access_group, acs_credential, acs_encoder, acs_entrance, acs_system, acs_user, action_attempt, bridge, bridge_client_session, client_session, common_failed_action_attempt, common_pending_action_attempt, common_succeeded_action_attempt, connect_webview, connected_account, custom_metadata, device, device_provider, instant_key, noise_threshold, pagination, seam_event, thermostat_daily_program, thermostat_schedule, thermostat_weekly_program, unmanaged_access_code, unmanaged_acs_access_group, unmanaged_acs_credential, unmanaged_acs_user, unmanaged_device, user_identity, webhook, workspace, } from './models/index.js';
|
|
1
|
+
export { access_code, acs_access_group, acs_credential, acs_encoder, acs_entrance, acs_system, acs_user, action_attempt, bridge, bridge_client_session, building_block_type, client_session, common_failed_action_attempt, common_pending_action_attempt, common_succeeded_action_attempt, connect_webview, connected_account, custom_metadata, device, device_provider, instant_key, magic_link, noise_threshold, pagination, seam_event, thermostat_daily_program, thermostat_schedule, thermostat_weekly_program, unmanaged_access_code, unmanaged_acs_access_group, unmanaged_acs_credential, unmanaged_acs_user, unmanaged_device, user_identity, webhook, workspace, } from './models/index.js';
|
|
2
2
|
//# sourceMappingURL=schemas.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../src/lib/seam/connect/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,cAAc,EACd,WAAW,EACX,YAAY,EACZ,UAAU,EACV,QAAQ,EACR,cAAc,EACd,MAAM,EACN,qBAAqB,EACrB,cAAc,EACd,4BAA4B,EAC5B,6BAA6B,EAC7B,+BAA+B,EAC/B,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,MAAM,EACN,eAAe,EACf,WAAW,EACX,eAAe,EACf,UAAU,EACV,UAAU,EACV,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,qBAAqB,EACrB,0BAA0B,EAC1B,wBAAwB,EACxB,kBAAkB,EAClB,gBAAgB,EAChB,aAAa,EACb,OAAO,EACP,SAAS,GACV,MAAM,mBAAmB,CAAA"}
|
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../src/lib/seam/connect/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,cAAc,EACd,WAAW,EACX,YAAY,EACZ,UAAU,EACV,QAAQ,EACR,cAAc,EACd,MAAM,EACN,qBAAqB,EACrB,mBAAmB,EACnB,cAAc,EACd,4BAA4B,EAC5B,6BAA6B,EAC7B,+BAA+B,EAC/B,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,MAAM,EACN,eAAe,EACf,WAAW,EACX,UAAU,EACV,eAAe,EACf,UAAU,EACV,UAAU,EACV,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,qBAAqB,EACrB,0BAA0B,EAC1B,wBAAwB,EACxB,kBAAkB,EAClB,gBAAgB,EAChB,aAAa,EACb,OAAO,EACP,SAAS,GACV,MAAM,mBAAmB,CAAA"}
|
package/package.json
CHANGED
|
@@ -2,6 +2,8 @@ export type {
|
|
|
2
2
|
AccessCode,
|
|
3
3
|
AccessCodeError,
|
|
4
4
|
AccessCodeWarning,
|
|
5
|
+
AccessGrant,
|
|
6
|
+
AccessMethod,
|
|
5
7
|
AcsAccessGroup,
|
|
6
8
|
AcsCredential,
|
|
7
9
|
AcsEncoder,
|
|
@@ -10,6 +12,7 @@ export type {
|
|
|
10
12
|
AcsUser,
|
|
11
13
|
ActionAttempt,
|
|
12
14
|
Bridge,
|
|
15
|
+
BuildingBlockType,
|
|
13
16
|
ClientSession,
|
|
14
17
|
ConnectedAccount,
|
|
15
18
|
ConnectedAccountError,
|
|
@@ -21,9 +24,12 @@ export type {
|
|
|
21
24
|
DeviceProvider,
|
|
22
25
|
DeviceWarning,
|
|
23
26
|
InstantKey,
|
|
27
|
+
MagicLink,
|
|
24
28
|
NoiseThreshold,
|
|
29
|
+
Pagination,
|
|
25
30
|
SeamEvent,
|
|
26
31
|
SeamEventType,
|
|
32
|
+
Space,
|
|
27
33
|
ThermostatSchedule,
|
|
28
34
|
UnmanagedAccessCode,
|
|
29
35
|
UnmanagedDevice,
|
|
@@ -18,10 +18,6 @@ export const requested_access_method = z.object({
|
|
|
18
18
|
.describe(
|
|
19
19
|
'IDs of the access methods that were created for this requested access method.',
|
|
20
20
|
),
|
|
21
|
-
})
|
|
22
|
-
---
|
|
23
|
-
undocumented: Unreleased.
|
|
24
|
-
---
|
|
25
|
-
`)
|
|
21
|
+
})
|
|
26
22
|
|
|
27
23
|
export type RequestedAccessMethod = z.infer<typeof requested_access_method>
|
|
@@ -14,6 +14,11 @@ export const space = z.object({
|
|
|
14
14
|
.string()
|
|
15
15
|
.datetime()
|
|
16
16
|
.describe('Date and time at which the space object was created.'),
|
|
17
|
-
})
|
|
17
|
+
}).describe(`
|
|
18
|
+
---
|
|
19
|
+
draft: Early access.
|
|
20
|
+
route_path: /spaces
|
|
21
|
+
---
|
|
22
|
+
`)
|
|
18
23
|
|
|
19
24
|
export type Space = z.infer<typeof space>
|
|
@@ -15979,17 +15979,6 @@ export default {
|
|
|
15979
15979
|
'x-route-path': '/unstable_partner/building_blocks',
|
|
15980
15980
|
'x-undocumented': 'Unreleased.',
|
|
15981
15981
|
},
|
|
15982
|
-
network: {
|
|
15983
|
-
properties: {
|
|
15984
|
-
created_at: { format: 'date-time', type: 'string' },
|
|
15985
|
-
display_name: { type: 'string' },
|
|
15986
|
-
network_id: { format: 'uuid', type: 'string' },
|
|
15987
|
-
workspace_id: { format: 'uuid', type: 'string' },
|
|
15988
|
-
},
|
|
15989
|
-
required: ['network_id', 'workspace_id', 'display_name', 'created_at'],
|
|
15990
|
-
type: 'object',
|
|
15991
|
-
'x-route-path': '/networks',
|
|
15992
|
-
},
|
|
15993
15982
|
noise_threshold: {
|
|
15994
15983
|
description:
|
|
15995
15984
|
'Represents a [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors/configure-noise-threshold-settings) for a [noise sensor](https://docs.seam.co/latest/capability-guides/noise-sensors). Thresholds represent the limits of noise tolerated at a property, which can be customized for each hour of the day. Each device has its own default thresholds, but you can use the Seam API to modify them.',
|
|
@@ -16826,6 +16815,41 @@ export default {
|
|
|
16826
16815
|
'x-route-path': '/seam/mobile_sdk/v1/phone_sessions',
|
|
16827
16816
|
'x-undocumented': 'Seam Mobile SDK only.',
|
|
16828
16817
|
},
|
|
16818
|
+
space: {
|
|
16819
|
+
properties: {
|
|
16820
|
+
created_at: {
|
|
16821
|
+
description: 'Date and time at which the space object was created.',
|
|
16822
|
+
format: 'date-time',
|
|
16823
|
+
type: 'string',
|
|
16824
|
+
},
|
|
16825
|
+
display_name: {
|
|
16826
|
+
description: 'Display name of the space.',
|
|
16827
|
+
type: 'string',
|
|
16828
|
+
},
|
|
16829
|
+
name: { description: 'Name of the space.', type: 'string' },
|
|
16830
|
+
space_id: {
|
|
16831
|
+
description: 'Unique identifier for the space.',
|
|
16832
|
+
format: 'uuid',
|
|
16833
|
+
type: 'string',
|
|
16834
|
+
},
|
|
16835
|
+
workspace_id: {
|
|
16836
|
+
description:
|
|
16837
|
+
'Unique identifier for the Seam workspace associated with the space.',
|
|
16838
|
+
format: 'uuid',
|
|
16839
|
+
type: 'string',
|
|
16840
|
+
},
|
|
16841
|
+
},
|
|
16842
|
+
required: [
|
|
16843
|
+
'space_id',
|
|
16844
|
+
'workspace_id',
|
|
16845
|
+
'name',
|
|
16846
|
+
'display_name',
|
|
16847
|
+
'created_at',
|
|
16848
|
+
],
|
|
16849
|
+
type: 'object',
|
|
16850
|
+
'x-draft': 'Early access.',
|
|
16851
|
+
'x-route-path': '/spaces',
|
|
16852
|
+
},
|
|
16829
16853
|
thermostat_schedule: {
|
|
16830
16854
|
description:
|
|
16831
16855
|
'Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time.',
|
|
@@ -22875,7 +22899,6 @@ export default {
|
|
|
22875
22899
|
'created_access_method_ids',
|
|
22876
22900
|
],
|
|
22877
22901
|
type: 'object',
|
|
22878
|
-
'x-undocumented': 'Unreleased.',
|
|
22879
22902
|
},
|
|
22880
22903
|
type: 'array',
|
|
22881
22904
|
},
|
|
@@ -22910,7 +22933,8 @@ export default {
|
|
|
22910
22933
|
'created_at',
|
|
22911
22934
|
],
|
|
22912
22935
|
type: 'object',
|
|
22913
|
-
'x-
|
|
22936
|
+
'x-draft': 'Early access.',
|
|
22937
|
+
'x-route-path': '/access_grants',
|
|
22914
22938
|
},
|
|
22915
22939
|
ok: { type: 'boolean' },
|
|
22916
22940
|
},
|
|
@@ -23084,7 +23108,6 @@ export default {
|
|
|
23084
23108
|
'created_access_method_ids',
|
|
23085
23109
|
],
|
|
23086
23110
|
type: 'object',
|
|
23087
|
-
'x-undocumented': 'Unreleased.',
|
|
23088
23111
|
},
|
|
23089
23112
|
type: 'array',
|
|
23090
23113
|
},
|
|
@@ -23119,7 +23142,8 @@ export default {
|
|
|
23119
23142
|
'created_at',
|
|
23120
23143
|
],
|
|
23121
23144
|
type: 'object',
|
|
23122
|
-
'x-
|
|
23145
|
+
'x-draft': 'Early access.',
|
|
23146
|
+
'x-route-path': '/access_grants',
|
|
23123
23147
|
},
|
|
23124
23148
|
ok: { type: 'boolean' },
|
|
23125
23149
|
},
|
|
@@ -23266,7 +23290,6 @@ export default {
|
|
|
23266
23290
|
'created_access_method_ids',
|
|
23267
23291
|
],
|
|
23268
23292
|
type: 'object',
|
|
23269
|
-
'x-undocumented': 'Unreleased.',
|
|
23270
23293
|
},
|
|
23271
23294
|
type: 'array',
|
|
23272
23295
|
},
|
|
@@ -23301,7 +23324,8 @@ export default {
|
|
|
23301
23324
|
'created_at',
|
|
23302
23325
|
],
|
|
23303
23326
|
type: 'object',
|
|
23304
|
-
'x-
|
|
23327
|
+
'x-draft': 'Early access.',
|
|
23328
|
+
'x-route-path': '/access_grants',
|
|
23305
23329
|
},
|
|
23306
23330
|
type: 'array',
|
|
23307
23331
|
},
|
|
@@ -23465,7 +23489,8 @@ export default {
|
|
|
23465
23489
|
'created_at',
|
|
23466
23490
|
],
|
|
23467
23491
|
type: 'object',
|
|
23468
|
-
'x-
|
|
23492
|
+
'x-draft': 'Early access.',
|
|
23493
|
+
'x-route-path': '/access_methods',
|
|
23469
23494
|
},
|
|
23470
23495
|
ok: { type: 'boolean' },
|
|
23471
23496
|
},
|
|
@@ -23578,7 +23603,8 @@ export default {
|
|
|
23578
23603
|
'created_at',
|
|
23579
23604
|
],
|
|
23580
23605
|
type: 'object',
|
|
23581
|
-
'x-
|
|
23606
|
+
'x-draft': 'Early access.',
|
|
23607
|
+
'x-route-path': '/access_methods',
|
|
23582
23608
|
},
|
|
23583
23609
|
type: 'array',
|
|
23584
23610
|
},
|
|
@@ -31680,7 +31706,22 @@ export default {
|
|
|
31680
31706
|
'application/json': {
|
|
31681
31707
|
schema: {
|
|
31682
31708
|
properties: {
|
|
31683
|
-
network: {
|
|
31709
|
+
network: {
|
|
31710
|
+
properties: {
|
|
31711
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
31712
|
+
display_name: { type: 'string' },
|
|
31713
|
+
network_id: { format: 'uuid', type: 'string' },
|
|
31714
|
+
workspace_id: { format: 'uuid', type: 'string' },
|
|
31715
|
+
},
|
|
31716
|
+
required: [
|
|
31717
|
+
'network_id',
|
|
31718
|
+
'workspace_id',
|
|
31719
|
+
'display_name',
|
|
31720
|
+
'created_at',
|
|
31721
|
+
],
|
|
31722
|
+
type: 'object',
|
|
31723
|
+
'x-route-path': '/networks',
|
|
31724
|
+
},
|
|
31684
31725
|
ok: { type: 'boolean' },
|
|
31685
31726
|
},
|
|
31686
31727
|
required: ['network', 'ok'],
|
|
@@ -31723,7 +31764,22 @@ export default {
|
|
|
31723
31764
|
schema: {
|
|
31724
31765
|
properties: {
|
|
31725
31766
|
networks: {
|
|
31726
|
-
items: {
|
|
31767
|
+
items: {
|
|
31768
|
+
properties: {
|
|
31769
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
31770
|
+
display_name: { type: 'string' },
|
|
31771
|
+
network_id: { format: 'uuid', type: 'string' },
|
|
31772
|
+
workspace_id: { format: 'uuid', type: 'string' },
|
|
31773
|
+
},
|
|
31774
|
+
required: [
|
|
31775
|
+
'network_id',
|
|
31776
|
+
'workspace_id',
|
|
31777
|
+
'display_name',
|
|
31778
|
+
'created_at',
|
|
31779
|
+
],
|
|
31780
|
+
type: 'object',
|
|
31781
|
+
'x-route-path': '/networks',
|
|
31782
|
+
},
|
|
31727
31783
|
type: 'array',
|
|
31728
31784
|
},
|
|
31729
31785
|
ok: { type: 'boolean' },
|
|
@@ -34562,43 +34618,7 @@ export default {
|
|
|
34562
34618
|
schema: {
|
|
34563
34619
|
properties: {
|
|
34564
34620
|
ok: { type: 'boolean' },
|
|
34565
|
-
space: {
|
|
34566
|
-
properties: {
|
|
34567
|
-
created_at: {
|
|
34568
|
-
description:
|
|
34569
|
-
'Date and time at which the space object was created.',
|
|
34570
|
-
format: 'date-time',
|
|
34571
|
-
type: 'string',
|
|
34572
|
-
},
|
|
34573
|
-
display_name: {
|
|
34574
|
-
description: 'Display name of the space.',
|
|
34575
|
-
type: 'string',
|
|
34576
|
-
},
|
|
34577
|
-
name: {
|
|
34578
|
-
description: 'Name of the space.',
|
|
34579
|
-
type: 'string',
|
|
34580
|
-
},
|
|
34581
|
-
space_id: {
|
|
34582
|
-
description: 'Unique identifier for the space.',
|
|
34583
|
-
format: 'uuid',
|
|
34584
|
-
type: 'string',
|
|
34585
|
-
},
|
|
34586
|
-
workspace_id: {
|
|
34587
|
-
description:
|
|
34588
|
-
'Unique identifier for the Seam workspace associated with the space.',
|
|
34589
|
-
format: 'uuid',
|
|
34590
|
-
type: 'string',
|
|
34591
|
-
},
|
|
34592
|
-
},
|
|
34593
|
-
required: [
|
|
34594
|
-
'space_id',
|
|
34595
|
-
'workspace_id',
|
|
34596
|
-
'name',
|
|
34597
|
-
'display_name',
|
|
34598
|
-
'created_at',
|
|
34599
|
-
],
|
|
34600
|
-
type: 'object',
|
|
34601
|
-
},
|
|
34621
|
+
space: { $ref: '#/components/schemas/space' },
|
|
34602
34622
|
},
|
|
34603
34623
|
required: ['space', 'ok'],
|
|
34604
34624
|
type: 'object',
|
|
@@ -34690,43 +34710,7 @@ export default {
|
|
|
34690
34710
|
schema: {
|
|
34691
34711
|
properties: {
|
|
34692
34712
|
ok: { type: 'boolean' },
|
|
34693
|
-
space: {
|
|
34694
|
-
properties: {
|
|
34695
|
-
created_at: {
|
|
34696
|
-
description:
|
|
34697
|
-
'Date and time at which the space object was created.',
|
|
34698
|
-
format: 'date-time',
|
|
34699
|
-
type: 'string',
|
|
34700
|
-
},
|
|
34701
|
-
display_name: {
|
|
34702
|
-
description: 'Display name of the space.',
|
|
34703
|
-
type: 'string',
|
|
34704
|
-
},
|
|
34705
|
-
name: {
|
|
34706
|
-
description: 'Name of the space.',
|
|
34707
|
-
type: 'string',
|
|
34708
|
-
},
|
|
34709
|
-
space_id: {
|
|
34710
|
-
description: 'Unique identifier for the space.',
|
|
34711
|
-
format: 'uuid',
|
|
34712
|
-
type: 'string',
|
|
34713
|
-
},
|
|
34714
|
-
workspace_id: {
|
|
34715
|
-
description:
|
|
34716
|
-
'Unique identifier for the Seam workspace associated with the space.',
|
|
34717
|
-
format: 'uuid',
|
|
34718
|
-
type: 'string',
|
|
34719
|
-
},
|
|
34720
|
-
},
|
|
34721
|
-
required: [
|
|
34722
|
-
'space_id',
|
|
34723
|
-
'workspace_id',
|
|
34724
|
-
'name',
|
|
34725
|
-
'display_name',
|
|
34726
|
-
'created_at',
|
|
34727
|
-
],
|
|
34728
|
-
type: 'object',
|
|
34729
|
-
},
|
|
34713
|
+
space: { $ref: '#/components/schemas/space' },
|
|
34730
34714
|
},
|
|
34731
34715
|
required: ['space', 'ok'],
|
|
34732
34716
|
type: 'object',
|
|
@@ -34764,43 +34748,7 @@ export default {
|
|
|
34764
34748
|
properties: {
|
|
34765
34749
|
ok: { type: 'boolean' },
|
|
34766
34750
|
spaces: {
|
|
34767
|
-
items: {
|
|
34768
|
-
properties: {
|
|
34769
|
-
created_at: {
|
|
34770
|
-
description:
|
|
34771
|
-
'Date and time at which the space object was created.',
|
|
34772
|
-
format: 'date-time',
|
|
34773
|
-
type: 'string',
|
|
34774
|
-
},
|
|
34775
|
-
display_name: {
|
|
34776
|
-
description: 'Display name of the space.',
|
|
34777
|
-
type: 'string',
|
|
34778
|
-
},
|
|
34779
|
-
name: {
|
|
34780
|
-
description: 'Name of the space.',
|
|
34781
|
-
type: 'string',
|
|
34782
|
-
},
|
|
34783
|
-
space_id: {
|
|
34784
|
-
description: 'Unique identifier for the space.',
|
|
34785
|
-
format: 'uuid',
|
|
34786
|
-
type: 'string',
|
|
34787
|
-
},
|
|
34788
|
-
workspace_id: {
|
|
34789
|
-
description:
|
|
34790
|
-
'Unique identifier for the Seam workspace associated with the space.',
|
|
34791
|
-
format: 'uuid',
|
|
34792
|
-
type: 'string',
|
|
34793
|
-
},
|
|
34794
|
-
},
|
|
34795
|
-
required: [
|
|
34796
|
-
'space_id',
|
|
34797
|
-
'workspace_id',
|
|
34798
|
-
'name',
|
|
34799
|
-
'display_name',
|
|
34800
|
-
'created_at',
|
|
34801
|
-
],
|
|
34802
|
-
type: 'object',
|
|
34803
|
-
},
|
|
34751
|
+
items: { $ref: '#/components/schemas/space' },
|
|
34804
34752
|
type: 'array',
|
|
34805
34753
|
},
|
|
34806
34754
|
},
|
|
@@ -34836,43 +34784,7 @@ export default {
|
|
|
34836
34784
|
properties: {
|
|
34837
34785
|
ok: { type: 'boolean' },
|
|
34838
34786
|
spaces: {
|
|
34839
|
-
items: {
|
|
34840
|
-
properties: {
|
|
34841
|
-
created_at: {
|
|
34842
|
-
description:
|
|
34843
|
-
'Date and time at which the space object was created.',
|
|
34844
|
-
format: 'date-time',
|
|
34845
|
-
type: 'string',
|
|
34846
|
-
},
|
|
34847
|
-
display_name: {
|
|
34848
|
-
description: 'Display name of the space.',
|
|
34849
|
-
type: 'string',
|
|
34850
|
-
},
|
|
34851
|
-
name: {
|
|
34852
|
-
description: 'Name of the space.',
|
|
34853
|
-
type: 'string',
|
|
34854
|
-
},
|
|
34855
|
-
space_id: {
|
|
34856
|
-
description: 'Unique identifier for the space.',
|
|
34857
|
-
format: 'uuid',
|
|
34858
|
-
type: 'string',
|
|
34859
|
-
},
|
|
34860
|
-
workspace_id: {
|
|
34861
|
-
description:
|
|
34862
|
-
'Unique identifier for the Seam workspace associated with the space.',
|
|
34863
|
-
format: 'uuid',
|
|
34864
|
-
type: 'string',
|
|
34865
|
-
},
|
|
34866
|
-
},
|
|
34867
|
-
required: [
|
|
34868
|
-
'space_id',
|
|
34869
|
-
'workspace_id',
|
|
34870
|
-
'name',
|
|
34871
|
-
'display_name',
|
|
34872
|
-
'created_at',
|
|
34873
|
-
],
|
|
34874
|
-
type: 'object',
|
|
34875
|
-
},
|
|
34787
|
+
items: { $ref: '#/components/schemas/space' },
|
|
34876
34788
|
type: 'array',
|
|
34877
34789
|
},
|
|
34878
34790
|
},
|
|
@@ -35025,43 +34937,7 @@ export default {
|
|
|
35025
34937
|
schema: {
|
|
35026
34938
|
properties: {
|
|
35027
34939
|
ok: { type: 'boolean' },
|
|
35028
|
-
space: {
|
|
35029
|
-
properties: {
|
|
35030
|
-
created_at: {
|
|
35031
|
-
description:
|
|
35032
|
-
'Date and time at which the space object was created.',
|
|
35033
|
-
format: 'date-time',
|
|
35034
|
-
type: 'string',
|
|
35035
|
-
},
|
|
35036
|
-
display_name: {
|
|
35037
|
-
description: 'Display name of the space.',
|
|
35038
|
-
type: 'string',
|
|
35039
|
-
},
|
|
35040
|
-
name: {
|
|
35041
|
-
description: 'Name of the space.',
|
|
35042
|
-
type: 'string',
|
|
35043
|
-
},
|
|
35044
|
-
space_id: {
|
|
35045
|
-
description: 'Unique identifier for the space.',
|
|
35046
|
-
format: 'uuid',
|
|
35047
|
-
type: 'string',
|
|
35048
|
-
},
|
|
35049
|
-
workspace_id: {
|
|
35050
|
-
description:
|
|
35051
|
-
'Unique identifier for the Seam workspace associated with the space.',
|
|
35052
|
-
format: 'uuid',
|
|
35053
|
-
type: 'string',
|
|
35054
|
-
},
|
|
35055
|
-
},
|
|
35056
|
-
required: [
|
|
35057
|
-
'space_id',
|
|
35058
|
-
'workspace_id',
|
|
35059
|
-
'name',
|
|
35060
|
-
'display_name',
|
|
35061
|
-
'created_at',
|
|
35062
|
-
],
|
|
35063
|
-
type: 'object',
|
|
35064
|
-
},
|
|
34940
|
+
space: { $ref: '#/components/schemas/space' },
|
|
35065
34941
|
},
|
|
35066
34942
|
required: ['space', 'ok'],
|
|
35067
34943
|
type: 'object',
|
|
@@ -35108,43 +34984,7 @@ export default {
|
|
|
35108
34984
|
schema: {
|
|
35109
34985
|
properties: {
|
|
35110
34986
|
ok: { type: 'boolean' },
|
|
35111
|
-
space: {
|
|
35112
|
-
properties: {
|
|
35113
|
-
created_at: {
|
|
35114
|
-
description:
|
|
35115
|
-
'Date and time at which the space object was created.',
|
|
35116
|
-
format: 'date-time',
|
|
35117
|
-
type: 'string',
|
|
35118
|
-
},
|
|
35119
|
-
display_name: {
|
|
35120
|
-
description: 'Display name of the space.',
|
|
35121
|
-
type: 'string',
|
|
35122
|
-
},
|
|
35123
|
-
name: {
|
|
35124
|
-
description: 'Name of the space.',
|
|
35125
|
-
type: 'string',
|
|
35126
|
-
},
|
|
35127
|
-
space_id: {
|
|
35128
|
-
description: 'Unique identifier for the space.',
|
|
35129
|
-
format: 'uuid',
|
|
35130
|
-
type: 'string',
|
|
35131
|
-
},
|
|
35132
|
-
workspace_id: {
|
|
35133
|
-
description:
|
|
35134
|
-
'Unique identifier for the Seam workspace associated with the space.',
|
|
35135
|
-
format: 'uuid',
|
|
35136
|
-
type: 'string',
|
|
35137
|
-
},
|
|
35138
|
-
},
|
|
35139
|
-
required: [
|
|
35140
|
-
'space_id',
|
|
35141
|
-
'workspace_id',
|
|
35142
|
-
'name',
|
|
35143
|
-
'display_name',
|
|
35144
|
-
'created_at',
|
|
35145
|
-
],
|
|
35146
|
-
type: 'object',
|
|
35147
|
-
},
|
|
34987
|
+
space: { $ref: '#/components/schemas/space' },
|
|
35148
34988
|
},
|
|
35149
34989
|
required: ['space', 'ok'],
|
|
35150
34990
|
type: 'object',
|
|
@@ -38033,7 +37873,6 @@ export default {
|
|
|
38033
37873
|
'created_access_method_ids',
|
|
38034
37874
|
],
|
|
38035
37875
|
type: 'object',
|
|
38036
|
-
'x-undocumented': 'Unreleased.',
|
|
38037
37876
|
},
|
|
38038
37877
|
type: 'array',
|
|
38039
37878
|
},
|
|
@@ -38068,7 +37907,8 @@ export default {
|
|
|
38068
37907
|
'created_at',
|
|
38069
37908
|
],
|
|
38070
37909
|
type: 'object',
|
|
38071
|
-
'x-
|
|
37910
|
+
'x-draft': 'Early access.',
|
|
37911
|
+
'x-route-path': '/access_grants',
|
|
38072
37912
|
},
|
|
38073
37913
|
ok: { type: 'boolean' },
|
|
38074
37914
|
},
|
|
@@ -38242,7 +38082,6 @@ export default {
|
|
|
38242
38082
|
'created_access_method_ids',
|
|
38243
38083
|
],
|
|
38244
38084
|
type: 'object',
|
|
38245
|
-
'x-undocumented': 'Unreleased.',
|
|
38246
38085
|
},
|
|
38247
38086
|
type: 'array',
|
|
38248
38087
|
},
|
|
@@ -38277,7 +38116,8 @@ export default {
|
|
|
38277
38116
|
'created_at',
|
|
38278
38117
|
],
|
|
38279
38118
|
type: 'object',
|
|
38280
|
-
'x-
|
|
38119
|
+
'x-draft': 'Early access.',
|
|
38120
|
+
'x-route-path': '/access_grants',
|
|
38281
38121
|
},
|
|
38282
38122
|
ok: { type: 'boolean' },
|
|
38283
38123
|
},
|
|
@@ -38424,7 +38264,6 @@ export default {
|
|
|
38424
38264
|
'created_access_method_ids',
|
|
38425
38265
|
],
|
|
38426
38266
|
type: 'object',
|
|
38427
|
-
'x-undocumented': 'Unreleased.',
|
|
38428
38267
|
},
|
|
38429
38268
|
type: 'array',
|
|
38430
38269
|
},
|
|
@@ -38459,7 +38298,8 @@ export default {
|
|
|
38459
38298
|
'created_at',
|
|
38460
38299
|
],
|
|
38461
38300
|
type: 'object',
|
|
38462
|
-
'x-
|
|
38301
|
+
'x-draft': 'Early access.',
|
|
38302
|
+
'x-route-path': '/access_grants',
|
|
38463
38303
|
},
|
|
38464
38304
|
type: 'array',
|
|
38465
38305
|
},
|
|
@@ -38623,7 +38463,8 @@ export default {
|
|
|
38623
38463
|
'created_at',
|
|
38624
38464
|
],
|
|
38625
38465
|
type: 'object',
|
|
38626
|
-
'x-
|
|
38466
|
+
'x-draft': 'Early access.',
|
|
38467
|
+
'x-route-path': '/access_methods',
|
|
38627
38468
|
},
|
|
38628
38469
|
ok: { type: 'boolean' },
|
|
38629
38470
|
},
|
|
@@ -38736,7 +38577,8 @@ export default {
|
|
|
38736
38577
|
'created_at',
|
|
38737
38578
|
],
|
|
38738
38579
|
type: 'object',
|
|
38739
|
-
'x-
|
|
38580
|
+
'x-draft': 'Early access.',
|
|
38581
|
+
'x-route-path': '/access_methods',
|
|
38740
38582
|
},
|
|
38741
38583
|
type: 'array',
|
|
38742
38584
|
},
|