Skip to content

Commit 0de16ab

Browse files
committed
feat(sdk): move ilgs structs around
1 parent e12141b commit 0de16ab

1 file changed

Lines changed: 16 additions & 20 deletions

File tree

config/stainless.yaml

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -70,26 +70,22 @@ resources:
7070
enrichment_response: EnrichmentResponse
7171
methods:
7272
create: post /enrichments
73-
ilgs:
74-
subresources:
75-
v1:
76-
subresources:
77-
v1:
78-
models:
79-
crossreference: ILGSv1 Crossreference
80-
date: ILGSv1 Date
81-
email: ILGSv1 Email
82-
external_document: ILGSv1 External Document
83-
id_number: ILGSv1 ID Number
84-
location: ILGSv1 Location
85-
person: ILGSv1 Person
86-
phone_number: ILGSv1 Phone Number
87-
quote: ILGSv1 Quote
88-
segment: ILGSv1 Segment
89-
span: ILGSv1 Span
90-
term: ILGSv1 Term
91-
website: ILGSv1 Website
92-
document: ILGSv1Document
73+
ilgs.v1:
74+
models:
75+
crossreference: ILGSv1 Crossreference
76+
date: ILGSv1 Date
77+
email: ILGSv1 Email
78+
external_document: ILGSv1 External Document
79+
id_number: ILGSv1 ID Number
80+
location: ILGSv1 Location
81+
person: ILGSv1 Person
82+
phone_number: ILGSv1 Phone Number
83+
quote: ILGSv1 Quote
84+
segment: ILGSv1 Segment
85+
span: ILGSv1 Span
86+
term: ILGSv1 Term
87+
website: ILGSv1 Website
88+
document: ILGSv1Document
9389

9490
custom_casings:
9591
qa:

0 commit comments

Comments
 (0)