@seamapi/types 1.657.0 → 1.658.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 +141 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +436 -0
- package/dist/index.cjs +141 -9
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.js +7 -4
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +183 -0
- package/lib/seam/connect/openapi.js +127 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +253 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/batch.ts +35 -32
- package/src/lib/seam/connect/openapi.ts +127 -0
- package/src/lib/seam/connect/route-types.ts +253 -0
|
@@ -21,8 +21,7 @@ import { space } from './spaces/index.js';
|
|
|
21
21
|
import { thermostat_daily_program, thermostat_schedule, } from './thermostats/index.js';
|
|
22
22
|
import { user_identity } from './user-identities/index.js';
|
|
23
23
|
import { workspace } from './workspaces/index.js';
|
|
24
|
-
export const batch = z
|
|
25
|
-
.object({
|
|
24
|
+
export const batch = z.object({
|
|
26
25
|
user_identities: user_identity.array().optional(),
|
|
27
26
|
workspaces: workspace.array().optional(),
|
|
28
27
|
spaces: space.array().optional(),
|
|
@@ -51,6 +50,10 @@ export const batch = z
|
|
|
51
50
|
thermostat_schedules: thermostat_schedule.array().optional(),
|
|
52
51
|
noise_thresholds: noise_threshold.array().optional(),
|
|
53
52
|
customization_profiles: customization_profile.array().optional(),
|
|
54
|
-
})
|
|
55
|
-
|
|
53
|
+
}).describe(`
|
|
54
|
+
---
|
|
55
|
+
route_path: /workspaces
|
|
56
|
+
---
|
|
57
|
+
A batch of workspace resources.
|
|
58
|
+
`);
|
|
56
59
|
//# sourceMappingURL=batch.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"batch.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/models/batch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAA;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAA;AAChE,OAAO,EACL,gBAAgB,EAChB,0BAA0B,GAC3B,MAAM,2BAA2B,CAAA;AAClC,OAAO,EACL,cAAc,EACd,wBAAwB,GACzB,MAAM,yBAAyB,CAAA;AAChC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAClD,OAAO,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAA;AAC1E,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAA;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAA;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAA;AACzE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAA;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAA;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA;AACzC,OAAO,EACL,wBAAwB,EACxB,mBAAmB,GACpB,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAEjD,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC
|
|
1
|
+
{"version":3,"file":"batch.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/models/batch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAA;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAA;AAChE,OAAO,EACL,gBAAgB,EAChB,0BAA0B,GAC3B,MAAM,2BAA2B,CAAA;AAClC,OAAO,EACL,cAAc,EACd,wBAAwB,GACzB,MAAM,yBAAyB,CAAA;AAChC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAClD,OAAO,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAA;AAC1E,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAA;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAA;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAA;AACzE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAA;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAA;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA;AACzC,OAAO,EACL,wBAAwB,EACxB,mBAAmB,GACpB,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAEjD,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5B,eAAe,EAAE,aAAa,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACjD,UAAU,EAAE,SAAS,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACxC,MAAM,EAAE,KAAK,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAChC,OAAO,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAClC,kBAAkB,EAAE,iBAAiB,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACxD,aAAa,EAAE,YAAY,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC9C,WAAW,EAAE,UAAU,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC1C,SAAS,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACtC,iBAAiB,EAAE,gBAAgB,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACtD,YAAY,EAAE,WAAW,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5C,eAAe,EAAE,cAAc,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAClD,yBAAyB,EAAE,wBAAwB,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACtE,eAAe,EAAE,cAAc,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAClD,eAAe,EAAE,cAAc,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAClD,mBAAmB,EAAE,kBAAkB,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC1D,2BAA2B,EAAE,0BAA0B,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC1E,iBAAiB,EAAE,gBAAgB,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACtD,gBAAgB,EAAE,eAAe,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACpD,cAAc,EAAE,aAAa,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAChD,aAAa,EAAE,YAAY,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC9C,MAAM,EAAE,UAAU,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACrC,YAAY,EAAE,WAAW,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,WAAW,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5C,sBAAsB,EAAE,qBAAqB,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAChE,yBAAyB,EAAE,wBAAwB,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACtE,oBAAoB,EAAE,mBAAmB,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5D,gBAAgB,EAAE,eAAe,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACpD,sBAAsB,EAAE,qBAAqB,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;CACjE,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA"}
|
|
@@ -3737,6 +3737,181 @@ declare const _default: {
|
|
|
3737
3737
|
})[];
|
|
3738
3738
|
'x-route-path': string;
|
|
3739
3739
|
};
|
|
3740
|
+
batch: {
|
|
3741
|
+
description: string;
|
|
3742
|
+
properties: {
|
|
3743
|
+
access_codes: {
|
|
3744
|
+
items: {
|
|
3745
|
+
$ref: string;
|
|
3746
|
+
};
|
|
3747
|
+
type: string;
|
|
3748
|
+
};
|
|
3749
|
+
access_grants: {
|
|
3750
|
+
items: {
|
|
3751
|
+
$ref: string;
|
|
3752
|
+
};
|
|
3753
|
+
type: string;
|
|
3754
|
+
};
|
|
3755
|
+
access_methods: {
|
|
3756
|
+
items: {
|
|
3757
|
+
$ref: string;
|
|
3758
|
+
};
|
|
3759
|
+
type: string;
|
|
3760
|
+
};
|
|
3761
|
+
acs_access_groups: {
|
|
3762
|
+
items: {
|
|
3763
|
+
$ref: string;
|
|
3764
|
+
};
|
|
3765
|
+
type: string;
|
|
3766
|
+
};
|
|
3767
|
+
acs_credentials: {
|
|
3768
|
+
items: {
|
|
3769
|
+
$ref: string;
|
|
3770
|
+
};
|
|
3771
|
+
type: string;
|
|
3772
|
+
};
|
|
3773
|
+
acs_encoders: {
|
|
3774
|
+
items: {
|
|
3775
|
+
$ref: string;
|
|
3776
|
+
};
|
|
3777
|
+
type: string;
|
|
3778
|
+
};
|
|
3779
|
+
acs_entrances: {
|
|
3780
|
+
items: {
|
|
3781
|
+
$ref: string;
|
|
3782
|
+
};
|
|
3783
|
+
type: string;
|
|
3784
|
+
};
|
|
3785
|
+
acs_systems: {
|
|
3786
|
+
items: {
|
|
3787
|
+
$ref: string;
|
|
3788
|
+
};
|
|
3789
|
+
type: string;
|
|
3790
|
+
};
|
|
3791
|
+
acs_users: {
|
|
3792
|
+
items: {
|
|
3793
|
+
$ref: string;
|
|
3794
|
+
};
|
|
3795
|
+
type: string;
|
|
3796
|
+
};
|
|
3797
|
+
action_attempts: {
|
|
3798
|
+
items: {
|
|
3799
|
+
$ref: string;
|
|
3800
|
+
};
|
|
3801
|
+
type: string;
|
|
3802
|
+
};
|
|
3803
|
+
client_sessions: {
|
|
3804
|
+
items: {
|
|
3805
|
+
$ref: string;
|
|
3806
|
+
};
|
|
3807
|
+
type: string;
|
|
3808
|
+
};
|
|
3809
|
+
connect_webviews: {
|
|
3810
|
+
items: {
|
|
3811
|
+
$ref: string;
|
|
3812
|
+
};
|
|
3813
|
+
type: string;
|
|
3814
|
+
};
|
|
3815
|
+
connected_accounts: {
|
|
3816
|
+
items: {
|
|
3817
|
+
$ref: string;
|
|
3818
|
+
};
|
|
3819
|
+
type: string;
|
|
3820
|
+
};
|
|
3821
|
+
customization_profiles: {
|
|
3822
|
+
items: {
|
|
3823
|
+
$ref: string;
|
|
3824
|
+
};
|
|
3825
|
+
type: string;
|
|
3826
|
+
};
|
|
3827
|
+
devices: {
|
|
3828
|
+
items: {
|
|
3829
|
+
$ref: string;
|
|
3830
|
+
};
|
|
3831
|
+
type: string;
|
|
3832
|
+
};
|
|
3833
|
+
events: {
|
|
3834
|
+
items: {
|
|
3835
|
+
$ref: string;
|
|
3836
|
+
};
|
|
3837
|
+
type: string;
|
|
3838
|
+
};
|
|
3839
|
+
instant_keys: {
|
|
3840
|
+
items: {
|
|
3841
|
+
$ref: string;
|
|
3842
|
+
};
|
|
3843
|
+
type: string;
|
|
3844
|
+
};
|
|
3845
|
+
noise_thresholds: {
|
|
3846
|
+
items: {
|
|
3847
|
+
$ref: string;
|
|
3848
|
+
};
|
|
3849
|
+
type: string;
|
|
3850
|
+
};
|
|
3851
|
+
spaces: {
|
|
3852
|
+
items: {
|
|
3853
|
+
$ref: string;
|
|
3854
|
+
};
|
|
3855
|
+
type: string;
|
|
3856
|
+
};
|
|
3857
|
+
thermostat_daily_programs: {
|
|
3858
|
+
items: {
|
|
3859
|
+
$ref: string;
|
|
3860
|
+
};
|
|
3861
|
+
type: string;
|
|
3862
|
+
};
|
|
3863
|
+
thermostat_schedules: {
|
|
3864
|
+
items: {
|
|
3865
|
+
$ref: string;
|
|
3866
|
+
};
|
|
3867
|
+
type: string;
|
|
3868
|
+
};
|
|
3869
|
+
unmanaged_access_codes: {
|
|
3870
|
+
items: {
|
|
3871
|
+
$ref: string;
|
|
3872
|
+
};
|
|
3873
|
+
type: string;
|
|
3874
|
+
};
|
|
3875
|
+
unmanaged_acs_access_groups: {
|
|
3876
|
+
items: {
|
|
3877
|
+
$ref: string;
|
|
3878
|
+
};
|
|
3879
|
+
type: string;
|
|
3880
|
+
};
|
|
3881
|
+
unmanaged_acs_credentials: {
|
|
3882
|
+
items: {
|
|
3883
|
+
$ref: string;
|
|
3884
|
+
};
|
|
3885
|
+
type: string;
|
|
3886
|
+
};
|
|
3887
|
+
unmanaged_acs_users: {
|
|
3888
|
+
items: {
|
|
3889
|
+
$ref: string;
|
|
3890
|
+
};
|
|
3891
|
+
type: string;
|
|
3892
|
+
};
|
|
3893
|
+
unmanaged_devices: {
|
|
3894
|
+
items: {
|
|
3895
|
+
$ref: string;
|
|
3896
|
+
};
|
|
3897
|
+
type: string;
|
|
3898
|
+
};
|
|
3899
|
+
user_identities: {
|
|
3900
|
+
items: {
|
|
3901
|
+
$ref: string;
|
|
3902
|
+
};
|
|
3903
|
+
type: string;
|
|
3904
|
+
};
|
|
3905
|
+
workspaces: {
|
|
3906
|
+
items: {
|
|
3907
|
+
$ref: string;
|
|
3908
|
+
};
|
|
3909
|
+
type: string;
|
|
3910
|
+
};
|
|
3911
|
+
};
|
|
3912
|
+
type: string;
|
|
3913
|
+
'x-route-path': string;
|
|
3914
|
+
};
|
|
3740
3915
|
bridge_client_session: {
|
|
3741
3916
|
description: string;
|
|
3742
3917
|
properties: {
|
|
@@ -18600,6 +18775,7 @@ declare const _default: {
|
|
|
18600
18775
|
};
|
|
18601
18776
|
};
|
|
18602
18777
|
type: string;
|
|
18778
|
+
'x-route-path': string;
|
|
18603
18779
|
};
|
|
18604
18780
|
ok: {
|
|
18605
18781
|
type: string;
|
|
@@ -18732,6 +18908,7 @@ declare const _default: {
|
|
|
18732
18908
|
};
|
|
18733
18909
|
};
|
|
18734
18910
|
type: string;
|
|
18911
|
+
'x-route-path': string;
|
|
18735
18912
|
};
|
|
18736
18913
|
ok: {
|
|
18737
18914
|
type: string;
|
|
@@ -20759,6 +20936,7 @@ declare const _default: {
|
|
|
20759
20936
|
};
|
|
20760
20937
|
};
|
|
20761
20938
|
type: string;
|
|
20939
|
+
'x-route-path': string;
|
|
20762
20940
|
};
|
|
20763
20941
|
ok: {
|
|
20764
20942
|
type: string;
|
|
@@ -20905,6 +21083,7 @@ declare const _default: {
|
|
|
20905
21083
|
};
|
|
20906
21084
|
};
|
|
20907
21085
|
type: string;
|
|
21086
|
+
'x-route-path': string;
|
|
20908
21087
|
};
|
|
20909
21088
|
ok: {
|
|
20910
21089
|
type: string;
|
|
@@ -48668,6 +48847,7 @@ declare const _default: {
|
|
|
48668
48847
|
};
|
|
48669
48848
|
};
|
|
48670
48849
|
type: string;
|
|
48850
|
+
'x-route-path': string;
|
|
48671
48851
|
};
|
|
48672
48852
|
ok: {
|
|
48673
48853
|
type: string;
|
|
@@ -48802,6 +48982,7 @@ declare const _default: {
|
|
|
48802
48982
|
};
|
|
48803
48983
|
};
|
|
48804
48984
|
type: string;
|
|
48985
|
+
'x-route-path': string;
|
|
48805
48986
|
};
|
|
48806
48987
|
ok: {
|
|
48807
48988
|
type: string;
|
|
@@ -58717,6 +58898,7 @@ declare const _default: {
|
|
|
58717
58898
|
};
|
|
58718
58899
|
};
|
|
58719
58900
|
type: string;
|
|
58901
|
+
'x-route-path': string;
|
|
58720
58902
|
};
|
|
58721
58903
|
ok: {
|
|
58722
58904
|
type: string;
|
|
@@ -58957,6 +59139,7 @@ declare const _default: {
|
|
|
58957
59139
|
};
|
|
58958
59140
|
};
|
|
58959
59141
|
type: string;
|
|
59142
|
+
'x-route-path': string;
|
|
58960
59143
|
};
|
|
58961
59144
|
ok: {
|
|
58962
59145
|
type: string;
|
|
@@ -7489,6 +7489,125 @@ export default {
|
|
|
7489
7489
|
],
|
|
7490
7490
|
'x-route-path': '/action_attempts',
|
|
7491
7491
|
},
|
|
7492
|
+
batch: {
|
|
7493
|
+
description: 'A batch of workspace resources.',
|
|
7494
|
+
properties: {
|
|
7495
|
+
access_codes: {
|
|
7496
|
+
items: { $ref: '#/components/schemas/access_code' },
|
|
7497
|
+
type: 'array',
|
|
7498
|
+
},
|
|
7499
|
+
access_grants: {
|
|
7500
|
+
items: { $ref: '#/components/schemas/access_grant' },
|
|
7501
|
+
type: 'array',
|
|
7502
|
+
},
|
|
7503
|
+
access_methods: {
|
|
7504
|
+
items: { $ref: '#/components/schemas/access_method' },
|
|
7505
|
+
type: 'array',
|
|
7506
|
+
},
|
|
7507
|
+
acs_access_groups: {
|
|
7508
|
+
items: { $ref: '#/components/schemas/acs_access_group' },
|
|
7509
|
+
type: 'array',
|
|
7510
|
+
},
|
|
7511
|
+
acs_credentials: {
|
|
7512
|
+
items: { $ref: '#/components/schemas/acs_credential' },
|
|
7513
|
+
type: 'array',
|
|
7514
|
+
},
|
|
7515
|
+
acs_encoders: {
|
|
7516
|
+
items: { $ref: '#/components/schemas/acs_encoder' },
|
|
7517
|
+
type: 'array',
|
|
7518
|
+
},
|
|
7519
|
+
acs_entrances: {
|
|
7520
|
+
items: { $ref: '#/components/schemas/acs_entrance' },
|
|
7521
|
+
type: 'array',
|
|
7522
|
+
},
|
|
7523
|
+
acs_systems: {
|
|
7524
|
+
items: { $ref: '#/components/schemas/acs_system' },
|
|
7525
|
+
type: 'array',
|
|
7526
|
+
},
|
|
7527
|
+
acs_users: {
|
|
7528
|
+
items: { $ref: '#/components/schemas/acs_user' },
|
|
7529
|
+
type: 'array',
|
|
7530
|
+
},
|
|
7531
|
+
action_attempts: {
|
|
7532
|
+
items: { $ref: '#/components/schemas/action_attempt' },
|
|
7533
|
+
type: 'array',
|
|
7534
|
+
},
|
|
7535
|
+
client_sessions: {
|
|
7536
|
+
items: { $ref: '#/components/schemas/client_session' },
|
|
7537
|
+
type: 'array',
|
|
7538
|
+
},
|
|
7539
|
+
connect_webviews: {
|
|
7540
|
+
items: { $ref: '#/components/schemas/connect_webview' },
|
|
7541
|
+
type: 'array',
|
|
7542
|
+
},
|
|
7543
|
+
connected_accounts: {
|
|
7544
|
+
items: { $ref: '#/components/schemas/connected_account' },
|
|
7545
|
+
type: 'array',
|
|
7546
|
+
},
|
|
7547
|
+
customization_profiles: {
|
|
7548
|
+
items: { $ref: '#/components/schemas/customization_profile' },
|
|
7549
|
+
type: 'array',
|
|
7550
|
+
},
|
|
7551
|
+
devices: {
|
|
7552
|
+
items: { $ref: '#/components/schemas/device' },
|
|
7553
|
+
type: 'array',
|
|
7554
|
+
},
|
|
7555
|
+
events: {
|
|
7556
|
+
items: { $ref: '#/components/schemas/event' },
|
|
7557
|
+
type: 'array',
|
|
7558
|
+
},
|
|
7559
|
+
instant_keys: {
|
|
7560
|
+
items: { $ref: '#/components/schemas/instant_key' },
|
|
7561
|
+
type: 'array',
|
|
7562
|
+
},
|
|
7563
|
+
noise_thresholds: {
|
|
7564
|
+
items: { $ref: '#/components/schemas/noise_threshold' },
|
|
7565
|
+
type: 'array',
|
|
7566
|
+
},
|
|
7567
|
+
spaces: {
|
|
7568
|
+
items: { $ref: '#/components/schemas/space' },
|
|
7569
|
+
type: 'array',
|
|
7570
|
+
},
|
|
7571
|
+
thermostat_daily_programs: {
|
|
7572
|
+
items: { $ref: '#/components/schemas/thermostat_daily_program' },
|
|
7573
|
+
type: 'array',
|
|
7574
|
+
},
|
|
7575
|
+
thermostat_schedules: {
|
|
7576
|
+
items: { $ref: '#/components/schemas/thermostat_schedule' },
|
|
7577
|
+
type: 'array',
|
|
7578
|
+
},
|
|
7579
|
+
unmanaged_access_codes: {
|
|
7580
|
+
items: { $ref: '#/components/schemas/unmanaged_access_code' },
|
|
7581
|
+
type: 'array',
|
|
7582
|
+
},
|
|
7583
|
+
unmanaged_acs_access_groups: {
|
|
7584
|
+
items: { $ref: '#/components/schemas/unmanaged_acs_access_group' },
|
|
7585
|
+
type: 'array',
|
|
7586
|
+
},
|
|
7587
|
+
unmanaged_acs_credentials: {
|
|
7588
|
+
items: { $ref: '#/components/schemas/unmanaged_acs_credential' },
|
|
7589
|
+
type: 'array',
|
|
7590
|
+
},
|
|
7591
|
+
unmanaged_acs_users: {
|
|
7592
|
+
items: { $ref: '#/components/schemas/unmanaged_acs_user' },
|
|
7593
|
+
type: 'array',
|
|
7594
|
+
},
|
|
7595
|
+
unmanaged_devices: {
|
|
7596
|
+
items: { $ref: '#/components/schemas/unmanaged_device' },
|
|
7597
|
+
type: 'array',
|
|
7598
|
+
},
|
|
7599
|
+
user_identities: {
|
|
7600
|
+
items: { $ref: '#/components/schemas/user_identity' },
|
|
7601
|
+
type: 'array',
|
|
7602
|
+
},
|
|
7603
|
+
workspaces: {
|
|
7604
|
+
items: { $ref: '#/components/schemas/workspace' },
|
|
7605
|
+
type: 'array',
|
|
7606
|
+
},
|
|
7607
|
+
},
|
|
7608
|
+
type: 'object',
|
|
7609
|
+
'x-route-path': '/workspaces',
|
|
7610
|
+
},
|
|
7492
7611
|
bridge_client_session: {
|
|
7493
7612
|
description: 'Represents a [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge) client session.',
|
|
7494
7613
|
properties: {
|
|
@@ -26212,6 +26331,7 @@ export default {
|
|
|
26212
26331
|
},
|
|
26213
26332
|
},
|
|
26214
26333
|
type: 'object',
|
|
26334
|
+
'x-route-path': '/workspaces',
|
|
26215
26335
|
},
|
|
26216
26336
|
ok: { type: 'boolean' },
|
|
26217
26337
|
},
|
|
@@ -26341,6 +26461,7 @@ export default {
|
|
|
26341
26461
|
},
|
|
26342
26462
|
},
|
|
26343
26463
|
type: 'object',
|
|
26464
|
+
'x-route-path': '/workspaces',
|
|
26344
26465
|
},
|
|
26345
26466
|
ok: { type: 'boolean' },
|
|
26346
26467
|
},
|
|
@@ -28165,6 +28286,7 @@ export default {
|
|
|
28165
28286
|
},
|
|
28166
28287
|
},
|
|
28167
28288
|
type: 'object',
|
|
28289
|
+
'x-route-path': '/workspaces',
|
|
28168
28290
|
},
|
|
28169
28291
|
ok: { type: 'boolean' },
|
|
28170
28292
|
},
|
|
@@ -28302,6 +28424,7 @@ export default {
|
|
|
28302
28424
|
},
|
|
28303
28425
|
},
|
|
28304
28426
|
type: 'object',
|
|
28427
|
+
'x-route-path': '/workspaces',
|
|
28305
28428
|
},
|
|
28306
28429
|
ok: { type: 'boolean' },
|
|
28307
28430
|
},
|
|
@@ -52889,6 +53012,7 @@ export default {
|
|
|
52889
53012
|
},
|
|
52890
53013
|
},
|
|
52891
53014
|
type: 'object',
|
|
53015
|
+
'x-route-path': '/workspaces',
|
|
52892
53016
|
},
|
|
52893
53017
|
ok: { type: 'boolean' },
|
|
52894
53018
|
},
|
|
@@ -53007,6 +53131,7 @@ export default {
|
|
|
53007
53131
|
},
|
|
53008
53132
|
},
|
|
53009
53133
|
type: 'object',
|
|
53134
|
+
'x-route-path': '/workspaces',
|
|
53010
53135
|
},
|
|
53011
53136
|
ok: { type: 'boolean' },
|
|
53012
53137
|
},
|
|
@@ -61042,6 +61167,7 @@ export default {
|
|
|
61042
61167
|
},
|
|
61043
61168
|
},
|
|
61044
61169
|
type: 'object',
|
|
61170
|
+
'x-route-path': '/workspaces',
|
|
61045
61171
|
},
|
|
61046
61172
|
ok: { type: 'boolean' },
|
|
61047
61173
|
},
|
|
@@ -61266,6 +61392,7 @@ export default {
|
|
|
61266
61392
|
},
|
|
61267
61393
|
},
|
|
61268
61394
|
type: 'object',
|
|
61395
|
+
'x-route-path': '/workspaces',
|
|
61269
61396
|
},
|
|
61270
61397
|
ok: { type: 'boolean' },
|
|
61271
61398
|
},
|