@seamapi/types 1.1031.0 → 1.1033.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.
@@ -34295,6 +34295,11 @@ const openapi = {
34295
34295
  scheme: 'bearer',
34296
34296
  type: 'http',
34297
34297
  },
34298
+ certified_client_optional: {
34299
+ bearerFormat: 'Certified Client (Optional)',
34300
+ scheme: 'bearer',
34301
+ type: 'http',
34302
+ },
34298
34303
  client_session: {
34299
34304
  bearerFormat: 'Client Session Token',
34300
34305
  scheme: 'bearer',
@@ -59161,7 +59166,7 @@ const openapi = {
59161
59166
  '400': { description: 'Bad Request' },
59162
59167
  '401': { description: 'Unauthorized' },
59163
59168
  },
59164
- security: [{ certified_client: [] }],
59169
+ security: [{}, { certified_client_optional: [] }],
59165
59170
  summary: '/seam/bridge/v1/bridge_client_sessions/create',
59166
59171
  tags: [],
59167
59172
  'x-fern-sdk-group-name': [
@@ -62267,23 +62272,18 @@ const openapi = {
62267
62272
  delete: {
62268
62273
  description: 'Deletes a site.',
62269
62274
  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
- },
62275
+ parameters: [
62276
+ {
62277
+ in: 'query',
62278
+ name: 'site_id',
62279
+ required: true,
62280
+ schema: {
62281
+ description: 'ID of the site that you want to delete.',
62282
+ format: 'uuid',
62283
+ type: 'string',
62284
62284
  },
62285
62285
  },
62286
- },
62286
+ ],
62287
62287
  responses: {
62288
62288
  '200': {
62289
62289
  content: {
@@ -73717,22 +73717,17 @@ const openapi = {
73717
73717
  '/seam/instant_key/v1/preview/get': {
73718
73718
  get: {
73719
73719
  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
- },
73720
+ parameters: [
73721
+ {
73722
+ in: 'query',
73723
+ name: 'instant_key_url',
73724
+ required: true,
73725
+ schema: {
73726
+ description: 'The short code of the instant key to preview.',
73727
+ type: 'string',
73733
73728
  },
73734
73729
  },
73735
- },
73730
+ ],
73736
73731
  responses: {
73737
73732
  '200': {
73738
73733
  content: {