@seamapi/types 1.486.0 → 1.488.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 +94 -24
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1583 -0
- package/dist/index.cjs +94 -24
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +1910 -0
- package/lib/seam/connect/models/batch.js +8 -0
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +26 -26
- package/lib/seam/connect/openapi.d.ts +72 -0
- package/lib/seam/connect/openapi.js +64 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +556 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/batch.ts +11 -0
- package/src/lib/seam/connect/openapi.ts +64 -0
- package/src/lib/seam/connect/route-types.ts +672 -0
|
@@ -2,6 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
import { access_grant } from './access-grants/access-grant.js';
|
|
3
3
|
import { access_method } from './access-grants/access-method.js';
|
|
4
4
|
import { acs_access_group, unmanaged_acs_access_group, } from './acs/acs-access-group.js';
|
|
5
|
+
import { acs_credential, unmanaged_acs_credential, } from './acs/acs-credential.js';
|
|
5
6
|
import { acs_encoder } from './acs/acs-encoder.js';
|
|
6
7
|
import { acs_user, unmanaged_acs_user } from './acs/acs-users/acs-user.js';
|
|
7
8
|
import { acs_entrance, acs_system } from './acs/index.js';
|
|
@@ -12,6 +13,7 @@ import { connected_account } from './connected-accounts/index.js';
|
|
|
12
13
|
import { device } from './devices/index.js';
|
|
13
14
|
import { unmanaged_device } from './devices/unmanaged-device.js';
|
|
14
15
|
import { seam_event } from './events/seam-event.js';
|
|
16
|
+
import { instant_key } from './instant-keys/instant-key.js';
|
|
15
17
|
import { space } from './spaces/index.js';
|
|
16
18
|
import { user_identity } from './user-identities/index.js';
|
|
17
19
|
import { workspace } from './workspaces/index.js';
|
|
@@ -52,6 +54,8 @@ export const workspaces_batch = z
|
|
|
52
54
|
acs_users: acs_user.array().optional(),
|
|
53
55
|
acs_access_groups: acs_access_group.array().optional(),
|
|
54
56
|
acs_encoders: acs_encoder.array().optional(),
|
|
57
|
+
acs_credentials: acs_credential.array().optional(),
|
|
58
|
+
unmanaged_acs_credentials: unmanaged_acs_credential.array().optional(),
|
|
55
59
|
action_attempts: action_attempt.array().optional(),
|
|
56
60
|
client_sessions: client_session.array().optional(),
|
|
57
61
|
unmanaged_acs_users: unmanaged_acs_user.array().optional(),
|
|
@@ -62,6 +66,7 @@ export const workspaces_batch = z
|
|
|
62
66
|
access_methods: access_method.array().optional(),
|
|
63
67
|
access_grants: access_grant.array().optional(),
|
|
64
68
|
events: seam_event.array().optional(),
|
|
69
|
+
instant_keys: instant_key.array().optional(),
|
|
65
70
|
})
|
|
66
71
|
.describe('A batch of workspace resources.');
|
|
67
72
|
export const batch = z
|
|
@@ -81,6 +86,8 @@ export const batch = z
|
|
|
81
86
|
acs_users: acs_user.array().optional(),
|
|
82
87
|
acs_access_groups: acs_access_group.array().optional(),
|
|
83
88
|
acs_encoders: acs_encoder.array().optional(),
|
|
89
|
+
acs_credentials: acs_credential.array().optional(),
|
|
90
|
+
unmanaged_acs_credentials: unmanaged_acs_credential.array().optional(),
|
|
84
91
|
action_attempts: action_attempt.array().optional(),
|
|
85
92
|
client_sessions: client_session.array().optional(),
|
|
86
93
|
unmanaged_acs_users: unmanaged_acs_user.array().optional(),
|
|
@@ -90,6 +97,7 @@ export const batch = z
|
|
|
90
97
|
access_methods: access_method.array().optional(),
|
|
91
98
|
access_grants: access_grant.array().optional(),
|
|
92
99
|
events: seam_event.array().optional(),
|
|
100
|
+
instant_keys: instant_key.array().optional(),
|
|
93
101
|
})
|
|
94
102
|
.describe('A batch of workspace resources.');
|
|
95
103
|
//# sourceMappingURL=batch.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"batch.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/models/batch.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"batch.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/models/batch.ts"],"names":[],"mappings":"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"}
|
|
@@ -711,12 +711,6 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
711
711
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
712
712
|
}>, "many">;
|
|
713
713
|
}, "strip", z.ZodTypeAny, {
|
|
714
|
-
phone_registration: {
|
|
715
|
-
phone_registration_id: string;
|
|
716
|
-
provider_name: string | null;
|
|
717
|
-
is_being_activated: boolean;
|
|
718
|
-
provider_state?: any;
|
|
719
|
-
};
|
|
720
714
|
acs_credentials: {
|
|
721
715
|
display_name: string;
|
|
722
716
|
workspace_id: string;
|
|
@@ -849,13 +843,13 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
849
843
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
850
844
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
851
845
|
}[];
|
|
852
|
-
}, {
|
|
853
846
|
phone_registration: {
|
|
854
847
|
phone_registration_id: string;
|
|
855
848
|
provider_name: string | null;
|
|
856
849
|
is_being_activated: boolean;
|
|
857
850
|
provider_state?: any;
|
|
858
851
|
};
|
|
852
|
+
}, {
|
|
859
853
|
acs_credentials: {
|
|
860
854
|
display_name: string;
|
|
861
855
|
workspace_id: string;
|
|
@@ -988,6 +982,12 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
988
982
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
989
983
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
990
984
|
}[];
|
|
985
|
+
phone_registration: {
|
|
986
|
+
phone_registration_id: string;
|
|
987
|
+
provider_name: string | null;
|
|
988
|
+
is_being_activated: boolean;
|
|
989
|
+
provider_state?: any;
|
|
990
|
+
};
|
|
991
991
|
}>;
|
|
992
992
|
export declare const phone_session: z.ZodObject<{
|
|
993
993
|
provider_sessions: z.ZodArray<z.ZodObject<{
|
|
@@ -1702,12 +1702,6 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1702
1702
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1703
1703
|
}>, "many">;
|
|
1704
1704
|
}, "strip", z.ZodTypeAny, {
|
|
1705
|
-
phone_registration: {
|
|
1706
|
-
phone_registration_id: string;
|
|
1707
|
-
provider_name: string | null;
|
|
1708
|
-
is_being_activated: boolean;
|
|
1709
|
-
provider_state?: any;
|
|
1710
|
-
};
|
|
1711
1705
|
acs_credentials: {
|
|
1712
1706
|
display_name: string;
|
|
1713
1707
|
workspace_id: string;
|
|
@@ -1840,13 +1834,13 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1840
1834
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1841
1835
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1842
1836
|
}[];
|
|
1843
|
-
}, {
|
|
1844
1837
|
phone_registration: {
|
|
1845
1838
|
phone_registration_id: string;
|
|
1846
1839
|
provider_name: string | null;
|
|
1847
1840
|
is_being_activated: boolean;
|
|
1848
1841
|
provider_state?: any;
|
|
1849
1842
|
};
|
|
1843
|
+
}, {
|
|
1850
1844
|
acs_credentials: {
|
|
1851
1845
|
display_name: string;
|
|
1852
1846
|
workspace_id: string;
|
|
@@ -1979,6 +1973,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1979
1973
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1980
1974
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1981
1975
|
}[];
|
|
1976
|
+
phone_registration: {
|
|
1977
|
+
phone_registration_id: string;
|
|
1978
|
+
provider_name: string | null;
|
|
1979
|
+
is_being_activated: boolean;
|
|
1980
|
+
provider_state?: any;
|
|
1981
|
+
};
|
|
1982
1982
|
}>, "many">;
|
|
1983
1983
|
user_identity: z.ZodObject<{
|
|
1984
1984
|
user_identity_id: z.ZodString;
|
|
@@ -2094,12 +2094,6 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2094
2094
|
}, "strip", z.ZodTypeAny, {
|
|
2095
2095
|
workspace_id: string;
|
|
2096
2096
|
provider_sessions: {
|
|
2097
|
-
phone_registration: {
|
|
2098
|
-
phone_registration_id: string;
|
|
2099
|
-
provider_name: string | null;
|
|
2100
|
-
is_being_activated: boolean;
|
|
2101
|
-
provider_state?: any;
|
|
2102
|
-
};
|
|
2103
2097
|
acs_credentials: {
|
|
2104
2098
|
display_name: string;
|
|
2105
2099
|
workspace_id: string;
|
|
@@ -2232,6 +2226,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2232
2226
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2233
2227
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
2234
2228
|
}[];
|
|
2229
|
+
phone_registration: {
|
|
2230
|
+
phone_registration_id: string;
|
|
2231
|
+
provider_name: string | null;
|
|
2232
|
+
is_being_activated: boolean;
|
|
2233
|
+
provider_state?: any;
|
|
2234
|
+
};
|
|
2235
2235
|
}[];
|
|
2236
2236
|
user_identity: {
|
|
2237
2237
|
display_name: string;
|
|
@@ -2263,12 +2263,6 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2263
2263
|
}, {
|
|
2264
2264
|
workspace_id: string;
|
|
2265
2265
|
provider_sessions: {
|
|
2266
|
-
phone_registration: {
|
|
2267
|
-
phone_registration_id: string;
|
|
2268
|
-
provider_name: string | null;
|
|
2269
|
-
is_being_activated: boolean;
|
|
2270
|
-
provider_state?: any;
|
|
2271
|
-
};
|
|
2272
2266
|
acs_credentials: {
|
|
2273
2267
|
display_name: string;
|
|
2274
2268
|
workspace_id: string;
|
|
@@ -2401,6 +2395,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2401
2395
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2402
2396
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
2403
2397
|
}[];
|
|
2398
|
+
phone_registration: {
|
|
2399
|
+
phone_registration_id: string;
|
|
2400
|
+
provider_name: string | null;
|
|
2401
|
+
is_being_activated: boolean;
|
|
2402
|
+
provider_state?: any;
|
|
2403
|
+
};
|
|
2404
2404
|
}[];
|
|
2405
2405
|
user_identity: {
|
|
2406
2406
|
display_name: string;
|
|
@@ -18121,6 +18121,12 @@ declare const _default: {
|
|
|
18121
18121
|
};
|
|
18122
18122
|
type: string;
|
|
18123
18123
|
};
|
|
18124
|
+
acs_credentials: {
|
|
18125
|
+
items: {
|
|
18126
|
+
$ref: string;
|
|
18127
|
+
};
|
|
18128
|
+
type: string;
|
|
18129
|
+
};
|
|
18124
18130
|
acs_encoders: {
|
|
18125
18131
|
items: {
|
|
18126
18132
|
$ref: string;
|
|
@@ -18179,6 +18185,12 @@ declare const _default: {
|
|
|
18179
18185
|
};
|
|
18180
18186
|
type: string;
|
|
18181
18187
|
};
|
|
18188
|
+
instant_keys: {
|
|
18189
|
+
items: {
|
|
18190
|
+
$ref: string;
|
|
18191
|
+
};
|
|
18192
|
+
type: string;
|
|
18193
|
+
};
|
|
18182
18194
|
spaces: {
|
|
18183
18195
|
items: {
|
|
18184
18196
|
$ref: string;
|
|
@@ -18191,6 +18203,12 @@ declare const _default: {
|
|
|
18191
18203
|
};
|
|
18192
18204
|
type: string;
|
|
18193
18205
|
};
|
|
18206
|
+
unmanaged_acs_credentials: {
|
|
18207
|
+
items: {
|
|
18208
|
+
$ref: string;
|
|
18209
|
+
};
|
|
18210
|
+
type: string;
|
|
18211
|
+
};
|
|
18194
18212
|
unmanaged_acs_users: {
|
|
18195
18213
|
items: {
|
|
18196
18214
|
$ref: string;
|
|
@@ -18324,6 +18342,12 @@ declare const _default: {
|
|
|
18324
18342
|
};
|
|
18325
18343
|
type: string;
|
|
18326
18344
|
};
|
|
18345
|
+
acs_credentials: {
|
|
18346
|
+
items: {
|
|
18347
|
+
$ref: string;
|
|
18348
|
+
};
|
|
18349
|
+
type: string;
|
|
18350
|
+
};
|
|
18327
18351
|
acs_encoders: {
|
|
18328
18352
|
items: {
|
|
18329
18353
|
$ref: string;
|
|
@@ -18382,6 +18406,12 @@ declare const _default: {
|
|
|
18382
18406
|
};
|
|
18383
18407
|
type: string;
|
|
18384
18408
|
};
|
|
18409
|
+
instant_keys: {
|
|
18410
|
+
items: {
|
|
18411
|
+
$ref: string;
|
|
18412
|
+
};
|
|
18413
|
+
type: string;
|
|
18414
|
+
};
|
|
18385
18415
|
spaces: {
|
|
18386
18416
|
items: {
|
|
18387
18417
|
$ref: string;
|
|
@@ -18394,6 +18424,12 @@ declare const _default: {
|
|
|
18394
18424
|
};
|
|
18395
18425
|
type: string;
|
|
18396
18426
|
};
|
|
18427
|
+
unmanaged_acs_credentials: {
|
|
18428
|
+
items: {
|
|
18429
|
+
$ref: string;
|
|
18430
|
+
};
|
|
18431
|
+
type: string;
|
|
18432
|
+
};
|
|
18397
18433
|
unmanaged_acs_users: {
|
|
18398
18434
|
items: {
|
|
18399
18435
|
$ref: string;
|
|
@@ -48566,6 +48602,12 @@ declare const _default: {
|
|
|
48566
48602
|
};
|
|
48567
48603
|
type: string;
|
|
48568
48604
|
};
|
|
48605
|
+
acs_credentials: {
|
|
48606
|
+
items: {
|
|
48607
|
+
$ref: string;
|
|
48608
|
+
};
|
|
48609
|
+
type: string;
|
|
48610
|
+
};
|
|
48569
48611
|
acs_encoders: {
|
|
48570
48612
|
items: {
|
|
48571
48613
|
$ref: string;
|
|
@@ -48624,6 +48666,12 @@ declare const _default: {
|
|
|
48624
48666
|
};
|
|
48625
48667
|
type: string;
|
|
48626
48668
|
};
|
|
48669
|
+
instant_keys: {
|
|
48670
|
+
items: {
|
|
48671
|
+
$ref: string;
|
|
48672
|
+
};
|
|
48673
|
+
type: string;
|
|
48674
|
+
};
|
|
48627
48675
|
spaces: {
|
|
48628
48676
|
items: {
|
|
48629
48677
|
$ref: string;
|
|
@@ -48636,6 +48684,12 @@ declare const _default: {
|
|
|
48636
48684
|
};
|
|
48637
48685
|
type: string;
|
|
48638
48686
|
};
|
|
48687
|
+
unmanaged_acs_credentials: {
|
|
48688
|
+
items: {
|
|
48689
|
+
$ref: string;
|
|
48690
|
+
};
|
|
48691
|
+
type: string;
|
|
48692
|
+
};
|
|
48639
48693
|
unmanaged_acs_users: {
|
|
48640
48694
|
items: {
|
|
48641
48695
|
$ref: string;
|
|
@@ -48744,6 +48798,12 @@ declare const _default: {
|
|
|
48744
48798
|
};
|
|
48745
48799
|
type: string;
|
|
48746
48800
|
};
|
|
48801
|
+
acs_credentials: {
|
|
48802
|
+
items: {
|
|
48803
|
+
$ref: string;
|
|
48804
|
+
};
|
|
48805
|
+
type: string;
|
|
48806
|
+
};
|
|
48747
48807
|
acs_encoders: {
|
|
48748
48808
|
items: {
|
|
48749
48809
|
$ref: string;
|
|
@@ -48802,6 +48862,12 @@ declare const _default: {
|
|
|
48802
48862
|
};
|
|
48803
48863
|
type: string;
|
|
48804
48864
|
};
|
|
48865
|
+
instant_keys: {
|
|
48866
|
+
items: {
|
|
48867
|
+
$ref: string;
|
|
48868
|
+
};
|
|
48869
|
+
type: string;
|
|
48870
|
+
};
|
|
48805
48871
|
spaces: {
|
|
48806
48872
|
items: {
|
|
48807
48873
|
$ref: string;
|
|
@@ -48814,6 +48880,12 @@ declare const _default: {
|
|
|
48814
48880
|
};
|
|
48815
48881
|
type: string;
|
|
48816
48882
|
};
|
|
48883
|
+
unmanaged_acs_credentials: {
|
|
48884
|
+
items: {
|
|
48885
|
+
$ref: string;
|
|
48886
|
+
};
|
|
48887
|
+
type: string;
|
|
48888
|
+
};
|
|
48817
48889
|
unmanaged_acs_users: {
|
|
48818
48890
|
items: {
|
|
48819
48891
|
$ref: string;
|
|
@@ -26281,6 +26281,12 @@ export default {
|
|
|
26281
26281
|
},
|
|
26282
26282
|
type: 'array',
|
|
26283
26283
|
},
|
|
26284
|
+
acs_credentials: {
|
|
26285
|
+
items: {
|
|
26286
|
+
$ref: '#/components/schemas/acs_credential',
|
|
26287
|
+
},
|
|
26288
|
+
type: 'array',
|
|
26289
|
+
},
|
|
26284
26290
|
acs_encoders: {
|
|
26285
26291
|
items: { $ref: '#/components/schemas/acs_encoder' },
|
|
26286
26292
|
type: 'array',
|
|
@@ -26332,6 +26338,10 @@ export default {
|
|
|
26332
26338
|
items: { $ref: '#/components/schemas/event' },
|
|
26333
26339
|
type: 'array',
|
|
26334
26340
|
},
|
|
26341
|
+
instant_keys: {
|
|
26342
|
+
items: { $ref: '#/components/schemas/instant_key' },
|
|
26343
|
+
type: 'array',
|
|
26344
|
+
},
|
|
26335
26345
|
spaces: {
|
|
26336
26346
|
items: { $ref: '#/components/schemas/space' },
|
|
26337
26347
|
type: 'array',
|
|
@@ -26342,6 +26352,12 @@ export default {
|
|
|
26342
26352
|
},
|
|
26343
26353
|
type: 'array',
|
|
26344
26354
|
},
|
|
26355
|
+
unmanaged_acs_credentials: {
|
|
26356
|
+
items: {
|
|
26357
|
+
$ref: '#/components/schemas/unmanaged_acs_credential',
|
|
26358
|
+
},
|
|
26359
|
+
type: 'array',
|
|
26360
|
+
},
|
|
26345
26361
|
unmanaged_acs_users: {
|
|
26346
26362
|
items: {
|
|
26347
26363
|
$ref: '#/components/schemas/unmanaged_acs_user',
|
|
@@ -26450,6 +26466,12 @@ export default {
|
|
|
26450
26466
|
},
|
|
26451
26467
|
type: 'array',
|
|
26452
26468
|
},
|
|
26469
|
+
acs_credentials: {
|
|
26470
|
+
items: {
|
|
26471
|
+
$ref: '#/components/schemas/acs_credential',
|
|
26472
|
+
},
|
|
26473
|
+
type: 'array',
|
|
26474
|
+
},
|
|
26453
26475
|
acs_encoders: {
|
|
26454
26476
|
items: { $ref: '#/components/schemas/acs_encoder' },
|
|
26455
26477
|
type: 'array',
|
|
@@ -26501,6 +26523,10 @@ export default {
|
|
|
26501
26523
|
items: { $ref: '#/components/schemas/event' },
|
|
26502
26524
|
type: 'array',
|
|
26503
26525
|
},
|
|
26526
|
+
instant_keys: {
|
|
26527
|
+
items: { $ref: '#/components/schemas/instant_key' },
|
|
26528
|
+
type: 'array',
|
|
26529
|
+
},
|
|
26504
26530
|
spaces: {
|
|
26505
26531
|
items: { $ref: '#/components/schemas/space' },
|
|
26506
26532
|
type: 'array',
|
|
@@ -26511,6 +26537,12 @@ export default {
|
|
|
26511
26537
|
},
|
|
26512
26538
|
type: 'array',
|
|
26513
26539
|
},
|
|
26540
|
+
unmanaged_acs_credentials: {
|
|
26541
|
+
items: {
|
|
26542
|
+
$ref: '#/components/schemas/unmanaged_acs_credential',
|
|
26543
|
+
},
|
|
26544
|
+
type: 'array',
|
|
26545
|
+
},
|
|
26514
26546
|
unmanaged_acs_users: {
|
|
26515
26547
|
items: {
|
|
26516
26548
|
$ref: '#/components/schemas/unmanaged_acs_user',
|
|
@@ -52349,6 +52381,12 @@ export default {
|
|
|
52349
52381
|
},
|
|
52350
52382
|
type: 'array',
|
|
52351
52383
|
},
|
|
52384
|
+
acs_credentials: {
|
|
52385
|
+
items: {
|
|
52386
|
+
$ref: '#/components/schemas/acs_credential',
|
|
52387
|
+
},
|
|
52388
|
+
type: 'array',
|
|
52389
|
+
},
|
|
52352
52390
|
acs_encoders: {
|
|
52353
52391
|
items: { $ref: '#/components/schemas/acs_encoder' },
|
|
52354
52392
|
type: 'array',
|
|
@@ -52400,6 +52438,10 @@ export default {
|
|
|
52400
52438
|
items: { $ref: '#/components/schemas/event' },
|
|
52401
52439
|
type: 'array',
|
|
52402
52440
|
},
|
|
52441
|
+
instant_keys: {
|
|
52442
|
+
items: { $ref: '#/components/schemas/instant_key' },
|
|
52443
|
+
type: 'array',
|
|
52444
|
+
},
|
|
52403
52445
|
spaces: {
|
|
52404
52446
|
items: { $ref: '#/components/schemas/space' },
|
|
52405
52447
|
type: 'array',
|
|
@@ -52410,6 +52452,12 @@ export default {
|
|
|
52410
52452
|
},
|
|
52411
52453
|
type: 'array',
|
|
52412
52454
|
},
|
|
52455
|
+
unmanaged_acs_credentials: {
|
|
52456
|
+
items: {
|
|
52457
|
+
$ref: '#/components/schemas/unmanaged_acs_credential',
|
|
52458
|
+
},
|
|
52459
|
+
type: 'array',
|
|
52460
|
+
},
|
|
52413
52461
|
unmanaged_acs_users: {
|
|
52414
52462
|
items: {
|
|
52415
52463
|
$ref: '#/components/schemas/unmanaged_acs_user',
|
|
@@ -52495,6 +52543,12 @@ export default {
|
|
|
52495
52543
|
},
|
|
52496
52544
|
type: 'array',
|
|
52497
52545
|
},
|
|
52546
|
+
acs_credentials: {
|
|
52547
|
+
items: {
|
|
52548
|
+
$ref: '#/components/schemas/acs_credential',
|
|
52549
|
+
},
|
|
52550
|
+
type: 'array',
|
|
52551
|
+
},
|
|
52498
52552
|
acs_encoders: {
|
|
52499
52553
|
items: { $ref: '#/components/schemas/acs_encoder' },
|
|
52500
52554
|
type: 'array',
|
|
@@ -52546,6 +52600,10 @@ export default {
|
|
|
52546
52600
|
items: { $ref: '#/components/schemas/event' },
|
|
52547
52601
|
type: 'array',
|
|
52548
52602
|
},
|
|
52603
|
+
instant_keys: {
|
|
52604
|
+
items: { $ref: '#/components/schemas/instant_key' },
|
|
52605
|
+
type: 'array',
|
|
52606
|
+
},
|
|
52549
52607
|
spaces: {
|
|
52550
52608
|
items: { $ref: '#/components/schemas/space' },
|
|
52551
52609
|
type: 'array',
|
|
@@ -52556,6 +52614,12 @@ export default {
|
|
|
52556
52614
|
},
|
|
52557
52615
|
type: 'array',
|
|
52558
52616
|
},
|
|
52617
|
+
unmanaged_acs_credentials: {
|
|
52618
|
+
items: {
|
|
52619
|
+
$ref: '#/components/schemas/unmanaged_acs_credential',
|
|
52620
|
+
},
|
|
52621
|
+
type: 'array',
|
|
52622
|
+
},
|
|
52559
52623
|
unmanaged_acs_users: {
|
|
52560
52624
|
items: {
|
|
52561
52625
|
$ref: '#/components/schemas/unmanaged_acs_user',
|