Skip to content

Commit 79724d3

Browse files
committed
feat(sdk): move ilgs structs around
1 parent 087745c commit 79724d3

1 file changed

Lines changed: 16 additions & 18 deletions

File tree

config/stainless.yaml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -71,24 +71,22 @@ resources:
7171
methods:
7272
create: post /enrichments
7373

74-
ilgs:
75-
subresources:
76-
v1:
77-
models:
78-
crossreference: ILGSv1 Crossreference
79-
date: ILGSv1 Date
80-
email: ILGSv1 Email
81-
external_document: ILGSv1 External Document
82-
id_number: ILGSv1 ID Number
83-
location: ILGSv1 Location
84-
person: ILGSv1 Person
85-
phone_number: ILGSv1 Phone Number
86-
quote: ILGSv1 Quote
87-
segment: ILGSv1 Segment
88-
span: ILGSv1 Span
89-
term: ILGSv1 Term
90-
website: ILGSv1 Website
91-
document: ILGSv1Document
74+
ilgs_v1:
75+
models:
76+
crossreference: ILGSv1 Crossreference
77+
date: ILGSv1 Date
78+
email: ILGSv1 Email
79+
external_document: ILGSv1 External Document
80+
id_number: ILGSv1 ID Number
81+
location: ILGSv1 Location
82+
person: ILGSv1 Person
83+
phone_number: ILGSv1 Phone Number
84+
quote: ILGSv1 Quote
85+
segment: ILGSv1 Segment
86+
span: ILGSv1 Span
87+
term: ILGSv1 Term
88+
website: ILGSv1 Website
89+
document: ILGSv1Document
9290

9391
# custom_casings:
9492
# qa:

0 commit comments

Comments
 (0)