@seamapi/types 1.890.0 → 1.891.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.
@@ -69167,6 +69167,25 @@ const openapi = {
69167
69167
  type: 'string',
69168
69168
  },
69169
69169
  },
69170
+ {
69171
+ in: 'query',
69172
+ name: 'parent_space_id',
69173
+ schema: {
69174
+ description: 'Filter spaces to only include those whose parent space has the specified `parent_space_id`.',
69175
+ format: 'uuid',
69176
+ type: 'string',
69177
+ 'x-undocumented': 'Only used internally.',
69178
+ },
69179
+ },
69180
+ {
69181
+ in: 'query',
69182
+ name: 'parent_space_key',
69183
+ schema: {
69184
+ description: 'Filter spaces to only include those whose parent space has the specified `parent_space_key`.',
69185
+ type: 'string',
69186
+ 'x-undocumented': 'Only used internally.',
69187
+ },
69188
+ },
69170
69189
  ],
69171
69190
  responses: {
69172
69191
  200: {
@@ -69219,6 +69238,17 @@ const openapi = {
69219
69238
  'x-draft': 'Needs review.',
69220
69239
  'x-undocumented': 'Only used internally.',
69221
69240
  },
69241
+ parent_space_id: {
69242
+ description: 'Filter spaces to only include those whose parent space has the specified `parent_space_id`.',
69243
+ format: 'uuid',
69244
+ type: 'string',
69245
+ 'x-undocumented': 'Only used internally.',
69246
+ },
69247
+ parent_space_key: {
69248
+ description: 'Filter spaces to only include those whose parent space has the specified `parent_space_key`.',
69249
+ type: 'string',
69250
+ 'x-undocumented': 'Only used internally.',
69251
+ },
69222
69252
  search: {
69223
69253
  description: 'String for which to search. Filters returned spaces to include all records that satisfy a partial match using `name`.',
69224
69254
  minLength: 1,
@@ -71770,6 +71800,25 @@ const openapi = {
71770
71800
  type: 'string',
71771
71801
  },
71772
71802
  },
71803
+ {
71804
+ in: 'query',
71805
+ name: 'parent_space_id',
71806
+ schema: {
71807
+ description: 'Filter spaces to only include those whose parent space has the specified `parent_space_id`.',
71808
+ format: 'uuid',
71809
+ type: 'string',
71810
+ 'x-undocumented': 'Only used internally.',
71811
+ },
71812
+ },
71813
+ {
71814
+ in: 'query',
71815
+ name: 'parent_space_key',
71816
+ schema: {
71817
+ description: 'Filter spaces to only include those whose parent space has the specified `parent_space_key`.',
71818
+ type: 'string',
71819
+ 'x-undocumented': 'Only used internally.',
71820
+ },
71821
+ },
71773
71822
  {
71774
71823
  in: 'query',
71775
71824
  name: 'limit',
@@ -71857,6 +71906,17 @@ const openapi = {
71857
71906
  nullable: true,
71858
71907
  type: 'string',
71859
71908
  },
71909
+ parent_space_id: {
71910
+ description: 'Filter spaces to only include those whose parent space has the specified `parent_space_id`.',
71911
+ format: 'uuid',
71912
+ type: 'string',
71913
+ 'x-undocumented': 'Only used internally.',
71914
+ },
71915
+ parent_space_key: {
71916
+ description: 'Filter spaces to only include those whose parent space has the specified `parent_space_key`.',
71917
+ type: 'string',
71918
+ 'x-undocumented': 'Only used internally.',
71919
+ },
71860
71920
  search: {
71861
71921
  description: 'String for which to search. Filters returned spaces to include all records that satisfy a partial match using `name`, `space_key`, or `customer_key`.',
71862
71922
  minLength: 1,