@seamapi/types 1.726.0 → 1.728.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 +73 -18
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +334 -50
- package/dist/index.cjs +73 -18
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +36 -0
- package/lib/seam/connect/models/acs/acs-access-group.js +4 -0
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +16 -16
- package/lib/seam/connect/models/batch.d.ts +84 -32
- package/lib/seam/connect/openapi.d.ts +48 -0
- package/lib/seam/connect/openapi.js +50 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +150 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +7 -0
- package/src/lib/seam/connect/openapi.ts +56 -0
- package/src/lib/seam/connect/route-types.ts +173 -0
|
@@ -2365,6 +2365,24 @@ export default {
|
|
|
2365
2365
|
type: 'string',
|
|
2366
2366
|
'x-deprecated': 'Use `external_type_display_name`.',
|
|
2367
2367
|
},
|
|
2368
|
+
access_schedule: {
|
|
2369
|
+
description: "`starts_at` and `ends_at` timestamps for the access group's access.",
|
|
2370
|
+
properties: {
|
|
2371
|
+
ends_at: {
|
|
2372
|
+
description: "Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
|
|
2373
|
+
format: 'date-time',
|
|
2374
|
+
nullable: true,
|
|
2375
|
+
type: 'string',
|
|
2376
|
+
},
|
|
2377
|
+
starts_at: {
|
|
2378
|
+
description: "Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
|
|
2379
|
+
format: 'date-time',
|
|
2380
|
+
type: 'string',
|
|
2381
|
+
},
|
|
2382
|
+
},
|
|
2383
|
+
required: ['starts_at', 'ends_at'],
|
|
2384
|
+
type: 'object',
|
|
2385
|
+
},
|
|
2368
2386
|
acs_access_group_id: {
|
|
2369
2387
|
description: 'ID of the access group.',
|
|
2370
2388
|
format: 'uuid',
|
|
@@ -23662,6 +23680,24 @@ export default {
|
|
|
23662
23680
|
type: 'string',
|
|
23663
23681
|
'x-deprecated': 'Use `external_type_display_name`.',
|
|
23664
23682
|
},
|
|
23683
|
+
access_schedule: {
|
|
23684
|
+
description: "`starts_at` and `ends_at` timestamps for the access group's access.",
|
|
23685
|
+
properties: {
|
|
23686
|
+
ends_at: {
|
|
23687
|
+
description: "Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
|
|
23688
|
+
format: 'date-time',
|
|
23689
|
+
nullable: true,
|
|
23690
|
+
type: 'string',
|
|
23691
|
+
},
|
|
23692
|
+
starts_at: {
|
|
23693
|
+
description: "Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
|
|
23694
|
+
format: 'date-time',
|
|
23695
|
+
type: 'string',
|
|
23696
|
+
},
|
|
23697
|
+
},
|
|
23698
|
+
required: ['starts_at', 'ends_at'],
|
|
23699
|
+
type: 'object',
|
|
23700
|
+
},
|
|
23665
23701
|
acs_access_group_id: {
|
|
23666
23702
|
description: 'ID of the access group.',
|
|
23667
23703
|
format: 'uuid',
|
|
@@ -29687,6 +29723,7 @@ export default {
|
|
|
29687
29723
|
'acs_systems',
|
|
29688
29724
|
'user_identities',
|
|
29689
29725
|
'acs_access_groups',
|
|
29726
|
+
'access_methods',
|
|
29690
29727
|
],
|
|
29691
29728
|
type: 'string',
|
|
29692
29729
|
},
|
|
@@ -29706,6 +29743,7 @@ export default {
|
|
|
29706
29743
|
'acs_systems',
|
|
29707
29744
|
'user_identities',
|
|
29708
29745
|
'acs_access_groups',
|
|
29746
|
+
'access_methods',
|
|
29709
29747
|
],
|
|
29710
29748
|
type: 'string',
|
|
29711
29749
|
},
|
|
@@ -29722,6 +29760,10 @@ export default {
|
|
|
29722
29760
|
batch: {
|
|
29723
29761
|
description: 'A batch of workspace resources.',
|
|
29724
29762
|
properties: {
|
|
29763
|
+
access_methods: {
|
|
29764
|
+
items: { $ref: '#/components/schemas/access_method' },
|
|
29765
|
+
type: 'array',
|
|
29766
|
+
},
|
|
29725
29767
|
acs_access_groups: {
|
|
29726
29768
|
items: {
|
|
29727
29769
|
$ref: '#/components/schemas/acs_access_group',
|
|
@@ -29785,6 +29827,7 @@ export default {
|
|
|
29785
29827
|
'acs_systems',
|
|
29786
29828
|
'user_identities',
|
|
29787
29829
|
'acs_access_groups',
|
|
29830
|
+
'access_methods',
|
|
29788
29831
|
],
|
|
29789
29832
|
'x-draft': 'Early access.',
|
|
29790
29833
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
@@ -29821,6 +29864,7 @@ export default {
|
|
|
29821
29864
|
'acs_systems',
|
|
29822
29865
|
'user_identities',
|
|
29823
29866
|
'acs_access_groups',
|
|
29867
|
+
'access_methods',
|
|
29824
29868
|
],
|
|
29825
29869
|
type: 'string',
|
|
29826
29870
|
},
|
|
@@ -29836,6 +29880,7 @@ export default {
|
|
|
29836
29880
|
'acs_systems',
|
|
29837
29881
|
'user_identities',
|
|
29838
29882
|
'acs_access_groups',
|
|
29883
|
+
'access_methods',
|
|
29839
29884
|
],
|
|
29840
29885
|
type: 'string',
|
|
29841
29886
|
},
|
|
@@ -29856,6 +29901,10 @@ export default {
|
|
|
29856
29901
|
batch: {
|
|
29857
29902
|
description: 'A batch of workspace resources.',
|
|
29858
29903
|
properties: {
|
|
29904
|
+
access_methods: {
|
|
29905
|
+
items: { $ref: '#/components/schemas/access_method' },
|
|
29906
|
+
type: 'array',
|
|
29907
|
+
},
|
|
29859
29908
|
acs_access_groups: {
|
|
29860
29909
|
items: {
|
|
29861
29910
|
$ref: '#/components/schemas/acs_access_group',
|
|
@@ -29919,6 +29968,7 @@ export default {
|
|
|
29919
29968
|
'acs_systems',
|
|
29920
29969
|
'user_identities',
|
|
29921
29970
|
'acs_access_groups',
|
|
29971
|
+
'access_methods',
|
|
29922
29972
|
],
|
|
29923
29973
|
'x-draft': 'Early access.',
|
|
29924
29974
|
'x-fern-sdk-group-name': ['access_grants'],
|