Skip to content

Commit 591ec85

Browse files
authored
fix: updating stainless.yml for latest changes (#311)
1 parent 6d7ed05 commit 591ec85

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

.stainless/stainless.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,32 @@ resources:
294294
$shared:
295295
models:
296296
bulk_customer_import_error_entry: "#/components/schemas/BulkCustomerImportErrorEntry"
297+
crypto:
298+
methods:
299+
estimate_withdrawal_fee: post /crypto/estimate-withdrawal-fee
300+
beneficial_owners:
301+
methods:
302+
create: post /beneficial-owners
303+
list: get /beneficial-owners
304+
retrieve: get /beneficial-owners/{beneficialOwnerId}
305+
update: patch /beneficial-owners/{beneficialOwnerId}
306+
documents:
307+
methods:
308+
upload: post /documents
309+
list: get /documents
310+
retrieve: get /documents/{documentId}
311+
replace: put /documents/{documentId}
312+
delete: delete /documents/{documentId}
313+
verifications:
314+
methods:
315+
submit: post /verifications
316+
list: get /verifications
317+
retrieve: get /verifications/{verificationId}
318+
discoveries:
319+
methods:
320+
list:
321+
endpoint: get /discoveries
322+
paginated: false
297323

298324
settings:
299325
# All generated integration tests that hit the prism mock http server are marked
@@ -401,7 +427,7 @@ pagination:
401427

402428
openapi:
403429
code_samples: mintlify
404-
transformations:
430+
transforms:
405431
# # ── customerType: IndividualCustomerFields / BusinessCustomerFields ──
406432
# - command: remove
407433
# reason: >-

0 commit comments

Comments
 (0)