Skip to content

Commit 9bb6daf

Browse files
committed
feat(sdk): move ilgs models under ilgs_v1
1 parent bcf9722 commit 9bb6daf

1 file changed

Lines changed: 17 additions & 20 deletions

File tree

config/stainless.yaml

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -68,28 +68,25 @@ resources:
6868
enrichments:
6969
models:
7070
enrichment_response: EnrichmentResponse
71-
7271
methods:
7372
create: post /enrichments
74-
75-
ilgs:
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+
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
9390

9491
custom_casings:
9592
qa:

0 commit comments

Comments
 (0)