Skip to content

Commit 7c296d6

Browse files
chore(api): update type names
1 parent 1219f09 commit 7c296d6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 111
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-04213ea42074f52b8e7e60e101ed7d7ae47b8abcc233c7e8eae310bba544454d.yml
3-
openapi_spec_hash: 5fb148608764103ba3700cd6bda4f22e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-0205acb1015d29b2312a48526734c0399f93026d4fe2dff5c7768f566e333fd2.yml
3+
openapi_spec_hash: 1772cc9056c2f6dfb2a4e9cb77ee6343
44
config_hash: ed1e6b3c5f93d12b80d31167f55c557c

src/resources/beta/realtime/realtime.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,7 +2203,7 @@ export namespace SessionUpdateEvent {
22032203
* `auto` will create a trace for the session with default values for the workflow
22042204
* name, group id, and metadata.
22052205
*/
2206-
tracing?: 'auto' | Session.UnionMember1;
2206+
tracing?: 'auto' | Session.TracingConfiguration;
22072207

22082208
/**
22092209
* Configuration for turn detection, ether Server VAD or Semantic VAD. This can be
@@ -2346,7 +2346,7 @@ export namespace SessionUpdateEvent {
23462346
/**
23472347
* Granular configuration for tracing.
23482348
*/
2349-
export interface UnionMember1 {
2349+
export interface TracingConfiguration {
23502350
/**
23512351
* The group id to attach to this trace to enable filtering and grouping in the
23522352
* traces dashboard.

src/resources/beta/realtime/sessions.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export interface Session {
143143
* `auto` will create a trace for the session with default values for the workflow
144144
* name, group id, and metadata.
145145
*/
146-
tracing?: 'auto' | Session.UnionMember1;
146+
tracing?: 'auto' | Session.TracingConfiguration;
147147

148148
/**
149149
* Configuration for turn detection, ether Server VAD or Semantic VAD. This can be
@@ -257,7 +257,7 @@ export namespace Session {
257257
/**
258258
* Granular configuration for tracing.
259259
*/
260-
export interface UnionMember1 {
260+
export interface TracingConfiguration {
261261
/**
262262
* The group id to attach to this trace to enable filtering and grouping in the
263263
* traces dashboard.
@@ -424,7 +424,7 @@ export interface SessionCreateResponse {
424424
* `auto` will create a trace for the session with default values for the workflow
425425
* name, group id, and metadata.
426426
*/
427-
tracing?: 'auto' | SessionCreateResponse.UnionMember1;
427+
tracing?: 'auto' | SessionCreateResponse.TracingConfiguration;
428428

429429
/**
430430
* Configuration for turn detection. Can be set to `null` to turn off. Server VAD
@@ -513,7 +513,7 @@ export namespace SessionCreateResponse {
513513
/**
514514
* Granular configuration for tracing.
515515
*/
516-
export interface UnionMember1 {
516+
export interface TracingConfiguration {
517517
/**
518518
* The group id to attach to this trace to enable filtering and grouping in the
519519
* traces dashboard.
@@ -676,7 +676,7 @@ export interface SessionCreateParams {
676676
* `auto` will create a trace for the session with default values for the workflow
677677
* name, group id, and metadata.
678678
*/
679-
tracing?: 'auto' | SessionCreateParams.UnionMember1;
679+
tracing?: 'auto' | SessionCreateParams.TracingConfiguration;
680680

681681
/**
682682
* Configuration for turn detection, ether Server VAD or Semantic VAD. This can be
@@ -819,7 +819,7 @@ export namespace SessionCreateParams {
819819
/**
820820
* Granular configuration for tracing.
821821
*/
822-
export interface UnionMember1 {
822+
export interface TracingConfiguration {
823823
/**
824824
* The group id to attach to this trace to enable filtering and grouping in the
825825
* traces dashboard.

0 commit comments

Comments
 (0)