@seamapi/types 1.476.0 → 1.478.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.
@@ -26266,6 +26266,10 @@ export default {
26266
26266
  batch: {
26267
26267
  description: 'A batch of workspace resources.',
26268
26268
  properties: {
26269
+ access_grants: {
26270
+ items: { $ref: '#/components/schemas/access_grant' },
26271
+ type: 'array',
26272
+ },
26269
26273
  access_methods: {
26270
26274
  items: { $ref: '#/components/schemas/access_method' },
26271
26275
  type: 'array',
@@ -26427,6 +26431,10 @@ export default {
26427
26431
  batch: {
26428
26432
  description: 'A batch of workspace resources.',
26429
26433
  properties: {
26434
+ access_grants: {
26435
+ items: { $ref: '#/components/schemas/access_grant' },
26436
+ type: 'array',
26437
+ },
26430
26438
  access_methods: {
26431
26439
  items: { $ref: '#/components/schemas/access_method' },
26432
26440
  type: 'array',
@@ -51809,18 +51817,27 @@ export default {
51809
51817
  schema: {
51810
51818
  properties: {
51811
51819
  customization_profile: {
51820
+ description: 'A customization profile.',
51812
51821
  properties: {
51822
+ created_at: { format: 'date-time', type: 'string' },
51813
51823
  customization_profile_id: {
51814
51824
  format: 'uuid',
51815
51825
  type: 'string',
51816
51826
  },
51817
- logo_url: { type: 'string' },
51827
+ logo_url: { format: 'uri', type: 'string' },
51818
51828
  primary_color: { type: 'string' },
51819
51829
  secondary_color: { type: 'string' },
51820
51830
  workspace_id: { format: 'uuid', type: 'string' },
51821
51831
  },
51822
- required: ['workspace_id', 'customization_profile_id'],
51832
+ required: [
51833
+ 'customization_profile_id',
51834
+ 'workspace_id',
51835
+ 'created_at',
51836
+ ],
51823
51837
  type: 'object',
51838
+ 'x-route-path': '/workspaces/customization_profiles',
51839
+ 'x-title': 'Customization Profile',
51840
+ 'x-undocumented': 'Unreleased.',
51824
51841
  },
51825
51842
  ok: { type: 'boolean' },
51826
51843
  },
@@ -51842,6 +51859,7 @@ export default {
51842
51859
  'x-fern-sdk-return-value': 'customization_profile',
51843
51860
  'x-response-key': 'customization_profile',
51844
51861
  'x-title': 'Update Customization Profile',
51862
+ 'x-undocumented': 'Unreleased.',
51845
51863
  },
51846
51864
  },
51847
51865
  '/workspaces/customization_profiles/get': {
@@ -51863,18 +51881,27 @@ export default {
51863
51881
  schema: {
51864
51882
  properties: {
51865
51883
  customization_profile: {
51884
+ description: 'A customization profile.',
51866
51885
  properties: {
51886
+ created_at: { format: 'date-time', type: 'string' },
51867
51887
  customization_profile_id: {
51868
51888
  format: 'uuid',
51869
51889
  type: 'string',
51870
51890
  },
51871
- logo_url: { type: 'string' },
51891
+ logo_url: { format: 'uri', type: 'string' },
51872
51892
  primary_color: { type: 'string' },
51873
51893
  secondary_color: { type: 'string' },
51874
51894
  workspace_id: { format: 'uuid', type: 'string' },
51875
51895
  },
51876
- required: ['workspace_id', 'customization_profile_id'],
51896
+ required: [
51897
+ 'customization_profile_id',
51898
+ 'workspace_id',
51899
+ 'created_at',
51900
+ ],
51877
51901
  type: 'object',
51902
+ 'x-route-path': '/workspaces/customization_profiles',
51903
+ 'x-title': 'Customization Profile',
51904
+ 'x-undocumented': 'Unreleased.',
51878
51905
  },
51879
51906
  ok: { type: 'boolean' },
51880
51907
  },
@@ -51896,6 +51923,7 @@ export default {
51896
51923
  'x-fern-sdk-return-value': 'customization_profile',
51897
51924
  'x-response-key': 'customization_profile',
51898
51925
  'x-title': 'Get Customization Profile',
51926
+ 'x-undocumented': 'Unreleased.',
51899
51927
  },
51900
51928
  post: {
51901
51929
  description: 'Retrieves the customization profile for the workspace.',
@@ -51920,18 +51948,27 @@ export default {
51920
51948
  schema: {
51921
51949
  properties: {
51922
51950
  customization_profile: {
51951
+ description: 'A customization profile.',
51923
51952
  properties: {
51953
+ created_at: { format: 'date-time', type: 'string' },
51924
51954
  customization_profile_id: {
51925
51955
  format: 'uuid',
51926
51956
  type: 'string',
51927
51957
  },
51928
- logo_url: { type: 'string' },
51958
+ logo_url: { format: 'uri', type: 'string' },
51929
51959
  primary_color: { type: 'string' },
51930
51960
  secondary_color: { type: 'string' },
51931
51961
  workspace_id: { format: 'uuid', type: 'string' },
51932
51962
  },
51933
- required: ['workspace_id', 'customization_profile_id'],
51963
+ required: [
51964
+ 'customization_profile_id',
51965
+ 'workspace_id',
51966
+ 'created_at',
51967
+ ],
51934
51968
  type: 'object',
51969
+ 'x-route-path': '/workspaces/customization_profiles',
51970
+ 'x-title': 'Customization Profile',
51971
+ 'x-undocumented': 'Unreleased.',
51935
51972
  },
51936
51973
  ok: { type: 'boolean' },
51937
51974
  },
@@ -51953,6 +51990,7 @@ export default {
51953
51990
  'x-fern-sdk-return-value': 'customization_profile',
51954
51991
  'x-response-key': 'customization_profile',
51955
51992
  'x-title': 'Get Customization Profile',
51993
+ 'x-undocumented': 'Unreleased.',
51956
51994
  },
51957
51995
  },
51958
51996
  '/workspaces/customization_profiles/list': {
@@ -51967,18 +52005,27 @@ export default {
51967
52005
  properties: {
51968
52006
  customization_profiles: {
51969
52007
  items: {
52008
+ description: 'A customization profile.',
51970
52009
  properties: {
52010
+ created_at: { format: 'date-time', type: 'string' },
51971
52011
  customization_profile_id: {
51972
52012
  format: 'uuid',
51973
52013
  type: 'string',
51974
52014
  },
51975
- logo_url: { type: 'string' },
52015
+ logo_url: { format: 'uri', type: 'string' },
51976
52016
  primary_color: { type: 'string' },
51977
52017
  secondary_color: { type: 'string' },
51978
52018
  workspace_id: { format: 'uuid', type: 'string' },
51979
52019
  },
51980
- required: ['workspace_id', 'customization_profile_id'],
52020
+ required: [
52021
+ 'customization_profile_id',
52022
+ 'workspace_id',
52023
+ 'created_at',
52024
+ ],
51981
52025
  type: 'object',
52026
+ 'x-route-path': '/workspaces/customization_profiles',
52027
+ 'x-title': 'Customization Profile',
52028
+ 'x-undocumented': 'Unreleased.',
51982
52029
  },
51983
52030
  type: 'array',
51984
52031
  },
@@ -52002,6 +52049,7 @@ export default {
52002
52049
  'x-fern-sdk-return-value': 'customization_profiles',
52003
52050
  'x-response-key': 'customization_profiles',
52004
52051
  'x-title': 'Get Customization Profile',
52052
+ 'x-undocumented': 'Unreleased.',
52005
52053
  },
52006
52054
  post: {
52007
52055
  description: 'Retrieves the customization profile for the workspace.',
@@ -52014,18 +52062,27 @@ export default {
52014
52062
  properties: {
52015
52063
  customization_profiles: {
52016
52064
  items: {
52065
+ description: 'A customization profile.',
52017
52066
  properties: {
52067
+ created_at: { format: 'date-time', type: 'string' },
52018
52068
  customization_profile_id: {
52019
52069
  format: 'uuid',
52020
52070
  type: 'string',
52021
52071
  },
52022
- logo_url: { type: 'string' },
52072
+ logo_url: { format: 'uri', type: 'string' },
52023
52073
  primary_color: { type: 'string' },
52024
52074
  secondary_color: { type: 'string' },
52025
52075
  workspace_id: { format: 'uuid', type: 'string' },
52026
52076
  },
52027
- required: ['workspace_id', 'customization_profile_id'],
52077
+ required: [
52078
+ 'customization_profile_id',
52079
+ 'workspace_id',
52080
+ 'created_at',
52081
+ ],
52028
52082
  type: 'object',
52083
+ 'x-route-path': '/workspaces/customization_profiles',
52084
+ 'x-title': 'Customization Profile',
52085
+ 'x-undocumented': 'Unreleased.',
52029
52086
  },
52030
52087
  type: 'array',
52031
52088
  },
@@ -52049,6 +52106,7 @@ export default {
52049
52106
  'x-fern-sdk-return-value': 'customization_profiles',
52050
52107
  'x-response-key': 'customization_profiles',
52051
52108
  'x-title': 'Get Customization Profile',
52109
+ 'x-undocumented': 'Unreleased.',
52052
52110
  },
52053
52111
  },
52054
52112
  '/workspaces/customization_profiles/update': {
@@ -52093,6 +52151,7 @@ export default {
52093
52151
  'x-fern-sdk-method-name': 'update',
52094
52152
  'x-response-key': null,
52095
52153
  'x-title': 'Update Customization Profile',
52154
+ 'x-undocumented': 'Unreleased.',
52096
52155
  },
52097
52156
  post: {
52098
52157
  description: 'Updates the customization profile for the workspace.',
@@ -52135,6 +52194,7 @@ export default {
52135
52194
  'x-fern-sdk-method-name': 'update',
52136
52195
  'x-response-key': null,
52137
52196
  'x-title': 'Update Customization Profile',
52197
+ 'x-undocumented': 'Unreleased.',
52138
52198
  },
52139
52199
  },
52140
52200
  '/workspaces/customization_profiles/upload_images': {
@@ -52164,7 +52224,7 @@ export default {
52164
52224
  'x-fern-sdk-method-name': 'upload_images',
52165
52225
  'x-response-key': null,
52166
52226
  'x-title': 'Upload Customization Profile Logo',
52167
- 'x-undocumented': 'Internal endpoint for customer portals.',
52227
+ 'x-undocumented': 'Internal form-data endpoint for Console and Customer Portal.',
52168
52228
  },
52169
52229
  },
52170
52230
  '/workspaces/find_resources': {
@@ -52188,6 +52248,10 @@ export default {
52188
52248
  batch: {
52189
52249
  description: 'A batch of workspace resources.',
52190
52250
  properties: {
52251
+ access_grants: {
52252
+ items: { $ref: '#/components/schemas/access_grant' },
52253
+ type: 'array',
52254
+ },
52191
52255
  access_methods: {
52192
52256
  items: { $ref: '#/components/schemas/access_method' },
52193
52257
  type: 'array',
@@ -52326,6 +52390,10 @@ export default {
52326
52390
  batch: {
52327
52391
  description: 'A batch of workspace resources.',
52328
52392
  properties: {
52393
+ access_grants: {
52394
+ items: { $ref: '#/components/schemas/access_grant' },
52395
+ type: 'array',
52396
+ },
52329
52397
  access_methods: {
52330
52398
  items: { $ref: '#/components/schemas/access_method' },
52331
52399
  type: 'array',