Skip to content

Commit 96efc95

Browse files
committed
feat(sdk): move ilgs structs around
1 parent 40348f5 commit 96efc95

1 file changed

Lines changed: 18 additions & 21 deletions

File tree

config/stainless.yaml

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

74-
ilgsv1:
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
74+
ilgs:
75+
subresources:
76+
v1:
77+
models:
78+
ilgs_v1_crossreference: ILGSv1 Crossreference
79+
ilgs_v1_date: ILGSv1 Date
80+
ilgs_v1_email: ILGSv1 Email
81+
ilgs_v1_external_document: ILGSv1 External Document
82+
ilgs_v1_id_number: ILGSv1 ID Number
83+
ilgs_v1_location: ILGSv1 Location
84+
ilgs_v1_person: ILGSv1 Person
85+
ilgs_v1_phone_number: ILGSv1 Phone Number
86+
ilgs_v1_quote: ILGSv1 Quote
87+
ilgs_v1_segment: ILGSv1 Segment
88+
ilgs_v1_span: ILGSv1 Span
89+
ilgs_v1_term: ILGSv1 Term
90+
ilgs_v1_website: ILGSv1 Website
91+
ilgs_v1_document: ILGSv1Document
9092

9193
custom_casings:
92-
ilgsv1:
93-
pascal: ILGSv1
94-
camel: ilgsv1
95-
capital: ILGS_V1
96-
snake: ilgs_v1
9794
qa:
9895
initialism: true
9996
ilgs:

0 commit comments

Comments
 (0)