@seamapi/types 1.1066.0 → 1.1067.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.
@@ -89104,25 +89104,6 @@ export type Routes = {
89104
89104
  jsonResponse: {};
89105
89105
  maxDuration: undefined;
89106
89106
  };
89107
- '/seam/wizard/v1/events': {
89108
- route: '/seam/wizard/v1/events';
89109
- method: 'POST';
89110
- queryParams: {};
89111
- jsonBody: {
89112
- events: {
89113
- event: string;
89114
- distinct_id: string;
89115
- timestamp: string;
89116
- properties?: {
89117
- [x: string]: any;
89118
- };
89119
- }[];
89120
- };
89121
- commonParams: {};
89122
- formData: {};
89123
- jsonResponse: {};
89124
- maxDuration: undefined;
89125
- };
89126
89107
  '/seam/wizard/v1/session': {
89127
89108
  route: '/seam/wizard/v1/session';
89128
89109
  method: 'POST';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.1066.0",
3
+ "version": "1.1067.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -65031,70 +65031,6 @@ const openapi: OpenAPISpec = {
65031
65031
  'x-undocumented': 'Internal endpoint for inbound provider webhooks',
65032
65032
  },
65033
65033
  },
65034
- '/seam/wizard/v1/events': {
65035
- post: {
65036
- description:
65037
- "Records a batch of usage analytics events from the Seam Wizard CLI, which\nreports the screens a run reached and the choices made along the way, and\nforwards them to PostHog.\n\nUnauthenticated: the run's earliest events happen before the developer has\nconnected a Seam API key at all, so requiring a credential would blind the\ndrop-off this measures. Send a wizard session token as the bearer to have the\nworkspace attribution verified.",
65038
- operationId: 'seamWizardV1EventsPost',
65039
- requestBody: {
65040
- content: {
65041
- 'application/json': {
65042
- schema: {
65043
- properties: {
65044
- events: {
65045
- items: {
65046
- properties: {
65047
- distinct_id: { format: 'uuid', type: 'string' },
65048
- event: {
65049
- pattern: '^wizard_[a-z0-9_]{1,60}$',
65050
- type: 'string',
65051
- },
65052
- properties: {
65053
- additionalProperties: {},
65054
- default: {},
65055
- type: 'object',
65056
- },
65057
- timestamp: { format: 'date-time', type: 'string' },
65058
- },
65059
- required: ['event', 'distinct_id', 'timestamp'],
65060
- type: 'object',
65061
- },
65062
- maxItems: 200,
65063
- minItems: 1,
65064
- type: 'array',
65065
- },
65066
- },
65067
- required: ['events'],
65068
- type: 'object',
65069
- },
65070
- },
65071
- },
65072
- },
65073
- responses: {
65074
- '200': {
65075
- content: {
65076
- 'application/json': {
65077
- schema: {
65078
- properties: { ok: { type: 'boolean' } },
65079
- required: ['ok'],
65080
- type: 'object',
65081
- },
65082
- },
65083
- },
65084
- description: 'OK',
65085
- },
65086
- '400': { description: 'Bad Request' },
65087
- '401': { description: 'Unauthorized' },
65088
- },
65089
- summary: '/seam/wizard/v1/events',
65090
- tags: ['/events'],
65091
- 'x-fern-sdk-group-name': ['seam', 'wizard', 'v1'],
65092
- 'x-fern-sdk-method-name': 'events',
65093
- 'x-response-key': null,
65094
- 'x-title': 'Record Wizard Events',
65095
- 'x-undocumented': 'Seam Wizard CLI only.',
65096
- },
65097
- },
65098
65034
  '/seam/wizard/v1/session': {
65099
65035
  post: {
65100
65036
  description:
@@ -106848,25 +106848,6 @@ export type Routes = {
106848
106848
  jsonResponse: {}
106849
106849
  maxDuration: undefined
106850
106850
  }
106851
- '/seam/wizard/v1/events': {
106852
- route: '/seam/wizard/v1/events'
106853
- method: 'POST'
106854
- queryParams: {}
106855
- jsonBody: {
106856
- events: {
106857
- event: string
106858
- distinct_id: string
106859
- timestamp: string
106860
- properties?: {
106861
- [x: string]: any
106862
- }
106863
- }[]
106864
- }
106865
- commonParams: {}
106866
- formData: {}
106867
- jsonResponse: {}
106868
- maxDuration: undefined
106869
- }
106870
106851
  '/seam/wizard/v1/session': {
106871
106852
  route: '/seam/wizard/v1/session'
106872
106853
  method: 'POST'