@seamapi/types 1.1031.0 → 1.1032.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.
@@ -62267,23 +62267,18 @@ const openapi = {
62267
62267
  delete: {
62268
62268
  description: 'Deletes a site.',
62269
62269
  operationId: 'seamConsoleV1SitesDeleteDelete',
62270
- requestBody: {
62271
- content: {
62272
- 'application/json': {
62273
- schema: {
62274
- properties: {
62275
- site_id: {
62276
- description: 'ID of the site that you want to delete.',
62277
- format: 'uuid',
62278
- type: 'string',
62279
- },
62280
- },
62281
- required: ['site_id'],
62282
- type: 'object',
62283
- },
62270
+ parameters: [
62271
+ {
62272
+ in: 'query',
62273
+ name: 'site_id',
62274
+ required: true,
62275
+ schema: {
62276
+ description: 'ID of the site that you want to delete.',
62277
+ format: 'uuid',
62278
+ type: 'string',
62284
62279
  },
62285
62280
  },
62286
- },
62281
+ ],
62287
62282
  responses: {
62288
62283
  '200': {
62289
62284
  content: {
@@ -73717,22 +73712,17 @@ const openapi = {
73717
73712
  '/seam/instant_key/v1/preview/get': {
73718
73713
  get: {
73719
73714
  operationId: 'seamInstantKeyV1PreviewGetGet',
73720
- requestBody: {
73721
- content: {
73722
- 'application/json': {
73723
- schema: {
73724
- properties: {
73725
- instant_key_url: {
73726
- description: 'The short code of the instant key to preview.',
73727
- type: 'string',
73728
- },
73729
- },
73730
- required: ['instant_key_url'],
73731
- type: 'object',
73732
- },
73715
+ parameters: [
73716
+ {
73717
+ in: 'query',
73718
+ name: 'instant_key_url',
73719
+ required: true,
73720
+ schema: {
73721
+ description: 'The short code of the instant key to preview.',
73722
+ type: 'string',
73733
73723
  },
73734
73724
  },
73735
- },
73725
+ ],
73736
73726
  responses: {
73737
73727
  '200': {
73738
73728
  content: {