Skip to content

Commit 087745c

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

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

config/stainless.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -75,31 +75,31 @@ resources:
7575
subresources:
7676
v1:
7777
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
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
9292

93-
custom_casings:
94-
qa:
95-
initialism: true
96-
ilgs:
97-
initialism: true
98-
v1:
99-
pascal: v1
100-
camel: v1
101-
capital: v1
102-
snake: v1
93+
# custom_casings:
94+
# qa:
95+
# initialism: true
96+
# ilgs:
97+
# initialism: true
98+
# v1:
99+
# pascal: v1
100+
# camel: v1
101+
# capital: v1
102+
# snake: v1
103103

104104
settings:
105105
disable_mock_tests: true

0 commit comments

Comments
 (0)