@seamapi/types 1.726.0 → 1.727.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 +20 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +113 -2
- package/dist/index.cjs +20 -6
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +14 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +101 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +14 -0
- package/src/lib/seam/connect/route-types.ts +110 -0
|
@@ -21901,6 +21901,12 @@ declare const _default: {
|
|
|
21901
21901
|
batch: {
|
|
21902
21902
|
description: string;
|
|
21903
21903
|
properties: {
|
|
21904
|
+
access_methods: {
|
|
21905
|
+
items: {
|
|
21906
|
+
$ref: string;
|
|
21907
|
+
};
|
|
21908
|
+
type: string;
|
|
21909
|
+
};
|
|
21904
21910
|
acs_access_groups: {
|
|
21905
21911
|
items: {
|
|
21906
21912
|
$ref: string;
|
|
@@ -22040,6 +22046,12 @@ declare const _default: {
|
|
|
22040
22046
|
batch: {
|
|
22041
22047
|
description: string;
|
|
22042
22048
|
properties: {
|
|
22049
|
+
access_methods: {
|
|
22050
|
+
items: {
|
|
22051
|
+
$ref: string;
|
|
22052
|
+
};
|
|
22053
|
+
type: string;
|
|
22054
|
+
};
|
|
22043
22055
|
acs_access_groups: {
|
|
22044
22056
|
items: {
|
|
22045
22057
|
$ref: string;
|
|
@@ -29687,6 +29687,7 @@ export default {
|
|
|
29687
29687
|
'acs_systems',
|
|
29688
29688
|
'user_identities',
|
|
29689
29689
|
'acs_access_groups',
|
|
29690
|
+
'access_methods',
|
|
29690
29691
|
],
|
|
29691
29692
|
type: 'string',
|
|
29692
29693
|
},
|
|
@@ -29706,6 +29707,7 @@ export default {
|
|
|
29706
29707
|
'acs_systems',
|
|
29707
29708
|
'user_identities',
|
|
29708
29709
|
'acs_access_groups',
|
|
29710
|
+
'access_methods',
|
|
29709
29711
|
],
|
|
29710
29712
|
type: 'string',
|
|
29711
29713
|
},
|
|
@@ -29722,6 +29724,10 @@ export default {
|
|
|
29722
29724
|
batch: {
|
|
29723
29725
|
description: 'A batch of workspace resources.',
|
|
29724
29726
|
properties: {
|
|
29727
|
+
access_methods: {
|
|
29728
|
+
items: { $ref: '#/components/schemas/access_method' },
|
|
29729
|
+
type: 'array',
|
|
29730
|
+
},
|
|
29725
29731
|
acs_access_groups: {
|
|
29726
29732
|
items: {
|
|
29727
29733
|
$ref: '#/components/schemas/acs_access_group',
|
|
@@ -29785,6 +29791,7 @@ export default {
|
|
|
29785
29791
|
'acs_systems',
|
|
29786
29792
|
'user_identities',
|
|
29787
29793
|
'acs_access_groups',
|
|
29794
|
+
'access_methods',
|
|
29788
29795
|
],
|
|
29789
29796
|
'x-draft': 'Early access.',
|
|
29790
29797
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
@@ -29821,6 +29828,7 @@ export default {
|
|
|
29821
29828
|
'acs_systems',
|
|
29822
29829
|
'user_identities',
|
|
29823
29830
|
'acs_access_groups',
|
|
29831
|
+
'access_methods',
|
|
29824
29832
|
],
|
|
29825
29833
|
type: 'string',
|
|
29826
29834
|
},
|
|
@@ -29836,6 +29844,7 @@ export default {
|
|
|
29836
29844
|
'acs_systems',
|
|
29837
29845
|
'user_identities',
|
|
29838
29846
|
'acs_access_groups',
|
|
29847
|
+
'access_methods',
|
|
29839
29848
|
],
|
|
29840
29849
|
type: 'string',
|
|
29841
29850
|
},
|
|
@@ -29856,6 +29865,10 @@ export default {
|
|
|
29856
29865
|
batch: {
|
|
29857
29866
|
description: 'A batch of workspace resources.',
|
|
29858
29867
|
properties: {
|
|
29868
|
+
access_methods: {
|
|
29869
|
+
items: { $ref: '#/components/schemas/access_method' },
|
|
29870
|
+
type: 'array',
|
|
29871
|
+
},
|
|
29859
29872
|
acs_access_groups: {
|
|
29860
29873
|
items: {
|
|
29861
29874
|
$ref: '#/components/schemas/acs_access_group',
|
|
@@ -29919,6 +29932,7 @@ export default {
|
|
|
29919
29932
|
'acs_systems',
|
|
29920
29933
|
'user_identities',
|
|
29921
29934
|
'acs_access_groups',
|
|
29935
|
+
'access_methods',
|
|
29922
29936
|
],
|
|
29923
29937
|
'x-draft': 'Early access.',
|
|
29924
29938
|
'x-fern-sdk-group-name': ['access_grants'],
|