Skip to content

Commit e12141b

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

1 file changed

Lines changed: 30 additions & 27 deletions

File tree

config/stainless.yaml

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -70,34 +70,37 @@ 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
7393

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
90-
91-
# custom_casings:
92-
# qa:
93-
# initialism: true
94-
# ilgs:
95-
# initialism: true
96-
# v1:
97-
# pascal: v1
98-
# camel: v1
99-
# capital: v1
100-
# snake: v1
94+
custom_casings:
95+
qa:
96+
initialism: true
97+
ilgs:
98+
initialism: true
99+
v1:
100+
pascal: v1
101+
camel: v1
102+
capital: V1
103+
snake: v1
101104

102105
settings:
103106
disable_mock_tests: true

0 commit comments

Comments
 (0)