Skip to content

chore: 🐝 Update SDK - Generate 0.2.1 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jul 2, 2025

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

SDK Changes Detected:

  • documenso.documents.recipients.update():
    • request.recipient Changed Breaking ⚠️
    • response.auth_options Changed Breaking ⚠️
  • documenso.documents.create_v0():
    • request Changed Breaking ⚠️
    • response.document Changed Breaking ⚠️
  • documenso.templates.recipients.update_many():
    • request.recipients.[] Changed Breaking ⚠️
    • response.recipients.[].auth_options Changed Breaking ⚠️
  • documenso.templates.recipients.update():
    • request.recipient Changed Breaking ⚠️
    • response.auth_options Changed Breaking ⚠️
  • documenso.documents.find():
    • request.folder_id Added
    • response.data.[] Changed Breaking ⚠️
  • documenso.documents.get():
    • request.folder_id Added
    • response Changed Breaking ⚠️
  • documenso.documents.recipients.create_many():
    • request.recipients.[] Changed Breaking ⚠️
    • response.recipients.[].auth_options Changed Breaking ⚠️
  • documenso.documents.update():
    • request.data Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • documenso.documents.distribute(): response Changed Breaking ⚠️
  • documenso.documents.recipients.get(): response.auth_options Changed Breaking ⚠️
  • documenso.templates.recipients.create_many():
    • request.recipients.[] Changed Breaking ⚠️
    • response.recipients.[].auth_options Changed Breaking ⚠️
  • documenso.documents.recipients.create():
    • request.recipient Changed Breaking ⚠️
    • response.auth_options Changed Breaking ⚠️
  • documenso.templates.update():
    • request.data Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • documenso.documents.recipients.update_many():
    • request.recipients.[] Changed Breaking ⚠️
    • response.recipients.[].auth_options Changed Breaking ⚠️
  • documenso.templates.find():
    • request.folder_id Added
    • response.data.[] Changed Breaking ⚠️
  • documenso.templates.get(): response Changed Breaking ⚠️
  • documenso.templates.recipients.create():
    • request.recipient Changed Breaking ⚠️
    • response.auth_options Changed Breaking ⚠️
  • documenso.templates.duplicate(): response Changed Breaking ⚠️
  • documenso.templates.use():
    • request.prefill_fields.[].[class] Added
    • response Changed Breaking ⚠️
  • documenso.templates.recipients.get(): response.auth_options Changed Breaking ⚠️
  • documenso.embedding.embedding_presign-create_embedding_presign_token(): Added
  • documenso.embedding.embedding_presign-verify_embedding_presign_token(): Added
  • documenso.templates.move_to_team(): Deleted Breaking ⚠️
  • documenso.documents.move_to_team(): Deleted Breaking ⚠️
OpenAPI Change Summary
└─┬Paths
  ├──[-] path (1:51078)❌ 
  ├──[-] path (1:291308)❌ 
  ├──[+] path (1:293223)
  ├──[+] path (1:294803)
  ├─┬/document/recipient/create-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬recipients
  │   │         └─┬Schema
  │   │           └─┬authOptions
  │   │             ├─┬actionAuth
  │   │             │ ├──[-] enum (1:185063)❌ 
  │   │             │ ├──[-] enum (1:185080)❌ 
  │   │             │ ├──[-] enum (1:185022)❌ 
  │   │             │ ├──[-] enum (1:185033)❌ 
  │   │             │ ├──[-] enum (1:185044)❌ 
  │   │             │ ├──[+] items (1:184231)❌ 
  │   │             │ ├──[🔀] type (1:184213)❌ 
  │   │             │ ├──[-] description (1:185102)
  │   │             │ └──[-] nullable (1:185007)❌ 
  │   │             └─┬accessAuth
  │   │               ├──[-] enum (1:184858)❌ 
  │   │               ├──[-] enum (1:184847)❌ 
  │   │               ├──[+] items (1:184052)❌ 
  │   │               ├──[🔀] type (1:184034)❌ 
  │   │               ├──[-] description (1:184880)
  │   │               └──[-] nullable (1:184832)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipients
  │           └─┬Schema
  │             ├─┬accessAuth
  │             │ ├──[-] enum (1:183406)❌ 
  │             │ ├──[-] enum (1:183417)❌ 
  │             │ ├──[+] items (1:182561)❌ 
  │             │ ├──[🔀] type (1:182543)❌ 
  │             │ ├──[-] description (1:183439)
  │             │ ├──[+] default (1:182709)❌ 
  │             │ └──[-] nullable (1:183391)❌ 
  │             └─┬actionAuth
  │               ├──[-] enum (1:183581)❌ 
  │               ├──[-] enum (1:183592)❌ 
  │               ├──[-] enum (1:183603)❌ 
  │               ├──[-] enum (1:183622)❌ 
  │               ├──[-] enum (1:183639)❌ 
  │               ├──[+] items (1:182755)❌ 
  │               ├──[🔀] type (1:182737)❌ 
  │               ├──[-] description (1:183661)
  │               ├──[+] default (1:182960)❌ 
  │               └──[-] nullable (1:183566)❌ 
  ├─┬/template/{templateId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1:261374)❌ 
  │           ├──[+] required (1:261276)❌ 
  │           ├──[+] properties (1:260497)
  │           ├──[+] properties (1:250745)
  │           ├─┬visibility
  │           │ ├──[+] required (1:254136)❌ 
  │           │ ├──[+] required (1:254142)❌ 
  │           │ ├──[+] required (1:254150)❌ 
  │           │ ├──[-] enum (1:249721)❌ 
  │           │ ├──[-] enum (1:249733)❌ 
  │           │ ├──[-] enum (1:249754)❌ 
  │           │ ├──[🔀] type (1:253996)❌ 
  │           │ ├──[+] properties (1:254093)
  │           │ ├──[+] properties (1:254021)
  │           │ └──[+] properties (1:254047)
  │           ├─┬publicTitle
  │           │ └──[🔀] type (1:249816)❌ 
  │           ├─┬templateDocumentData
  │           │ ├──[-] required (1:250938)❌ 
  │           │ ├──[-] required (1:250946)❌ 
  │           │ ├──[-] required (1:250952)❌ 
  │           │ ├──[-] required (1:250960)❌ 
  │           │ ├──[+] items (1:254202)❌ 
  │           │ ├──[🔀] type (1:254184)❌ 
  │           │ ├──[-] properties (1:250861)❌ 
  │           │ ├──[-] properties (1:250835)❌ 
  │           │ ├──[-] properties (1:250889)❌ 
  │           │ └──[-] properties (1:250765)❌ 
  │           ├─┬publicDescription
  │           │ └──[+] nullable (1:250788)❌ 
  │           ├─┬recipients
  │           │ └─┬Schema
  │           │   └─┬authOptions
  │           │     ├─┬actionAuth
  │           │     │ ├──[-] enum (1:255186)❌ 
  │           │     │ ├──[-] enum (1:255128)❌ 
  │           │     │ ├──[-] enum (1:255139)❌ 
  │           │     │ ├──[-] enum (1:255150)❌ 
  │           │     │ ├──[-] enum (1:255169)❌ 
  │           │     │ ├──[+] items (1:255201)❌ 
  │           │     │ ├──[🔀] type (1:255183)❌ 
  │           │     │ ├──[-] description (1:255208)
  │           │     │ └──[-] nullable (1:255113)❌ 
  │           │     └─┬accessAuth
  │           │       ├──[-] enum (1:254953)❌ 
  │           │       ├──[-] enum (1:254964)❌ 
  │           │       ├──[+] items (1:255022)❌ 
  │           │       ├──[🔀] type (1:255004)❌ 
  │           │       ├──[-] description (1:254986)
  │           │       └──[-] nullable (1:254938)❌ 
  │           ├─┬user
  │           │ ├──[-] required (1:254048)❌ 
  │           │ ├──[-] required (1:254054)❌ 
  │           │ ├──[-] required (1:254062)❌ 
  │           │ ├──[+] enum (1:249702)
  │           │ ├──[+] enum (1:249692)
  │           │ ├──[🔀] type (1:249673)❌ 
  │           │ ├──[-] properties (1:254005)❌ 
  │           │ ├──[-] properties (1:253933)❌ 
  │           │ └──[-] properties (1:253959)❌ 
  │           ├─┬templateDocumentDataId
  │           │ └──[🔀] type (1:249957)❌ 
  │           ├─┬type
  │           │ ├──[+] required (1:253454)❌ 
  │           │ ├──[+] required (1:253504)❌ 
  │           │ ├──[+] required (1:253552)❌ 
  │           │ ├──[+] required (1:253566)❌ 
  │           │ ├──[+] required (1:253593)❌ 
  │           │ ├──[+] required (1:253581)❌ 
  │           │ ├──[+] required (1:253359)❌ 
  │           │ ├──[+] required (1:253376)❌ 
  │           │ ├──[+] required (1:253429)❌ 
  │           │ ├──[+] required (1:253480)❌ 
  │           │ ├──[+] required (1:253365)❌ 
  │           │ ├──[+] required (1:253399)❌ 
  │           │ ├──[+] required (1:253413)❌ 
  │           │ ├──[+] required (1:253530)❌ 
  │           │ ├──[+] required (1:253387)❌ 
  │           │ ├──[-] enum (1:249656)❌ 
  │           │ ├──[-] enum (1:249666)❌ 
  │           │ ├──[🔀] type (1:251090)❌ 
  │           │ ├──[+] nullable (1:251112)❌ 
  │           │ ├──[+] properties (1:251593)
  │           │ ├──[+] properties (1:251307)
  │           │ ├──[+] properties (1:251640)
  │           │ ├──[+] properties (1:251548)
  │           │ ├──[+] properties (1:251828)
  │           │ ├──[+] properties (1:251133)
  │           │ ├──[+] properties (1:251796)
  │           │ ├──[+] properties (1:251208)
  │           │ ├──[+] properties (1:251743)
  │           │ ├──[+] properties (1:251359)
  │           │ ├──[+] properties (1:251159)
  │           │ ├──[+] properties (1:251709)
  │           │ ├──[+] properties (1:251257)
  │           │ ├──[+] properties (1:251455)
  │           │ └──[+] properties (1:251501)
  │           ├─┬userId
  │           │ └──[🔀] type (1:250658)❌ 
  │           ├─┬id
  │           │ ├──[+] required (1:261018)❌ 
  │           │ ├──[+] required (1:261028)❌ 
  │           │ ├──[+] required (1:261004)❌ 
  │           │ ├──[+] required (1:261038)❌ 
  │           │ ├──[+] required (1:261048)❌ 
  │           │ ├──[+] required (1:261060)❌ 
  │           │ ├──[+] required (1:261073)❌ 
  │           │ ├──[+] required (1:260982)❌ 
  │           │ ├──[+] required (1:260988)❌ 
  │           │ ├──[+] required (1:260996)❌ 
  │           │ ├──[🔀] type (1:260516)❌ 
  │           │ ├──[+] nullable (1:260538)❌ 
  │           │ ├──[+] properties (1:260902)
  │           │ ├──[+] properties (1:260559)
  │           │ ├──[+] properties (1:260585)
  │           │ ├──[+] properties (1:260852)
  │           │ ├──[+] properties (1:260821)
  │           │ ├──[+] properties (1:260791)
  │           │ ├──[+] properties (1:260613)
  │           │ ├──[+] properties (1:260935)
  │           │ ├──[+] properties (1:260761)
  │           │ └──[+] properties (1:260675)
  │           ├─┬teamId
  │           │ └──[-] nullable (1:249943)❌ 
  │           ├─┬authOptions
  │           │ ├─┬globalAccessAuth
  │           │ │ ├──[-] enum (1:250083)❌ 
  │           │ │ ├──[-] enum (1:250094)❌ 
  │           │ │ ├──[+] items (1:250082)❌ 
  │           │ │ ├──[🔀] type (1:250064)❌ 
  │           │ │ ├──[-] description (1:250116)
  │           │ │ └──[-] nullable (1:250068)❌ 
  │           │ └─┬globalActionAuth
  │           │   ├──[-] enum (1:250305)❌ 
  │           │   ├──[-] enum (1:250264)❌ 
  │           │   ├──[-] enum (1:250275)❌ 
  │           │   ├──[-] enum (1:250286)❌ 
  │           │   ├──[+] items (1:250267)❌ 
  │           │   ├──[🔀] type (1:250249)❌ 
  │           │   ├──[-] description (1:250327)
  │           │   └──[-] nullable (1:250249)❌ 
  │           └─┬templateMeta
  │             ├──[+] required (1:251040)❌ 
  │             ├──[+] required (1:251048)❌ 
  │             ├──[+] required (1:251026)❌ 
  │             ├──[-] required (1:253277)❌ 
  │             ├──[-] required (1:253311)❌ 
  │             ├──[-] required (1:253366)❌ 
  │             ├──[-] required (1:253392)❌ 
  │             ├──[-] required (1:253288)❌ 
  │             ├──[-] required (1:253505)❌ 
  │             ├──[-] required (1:253464)❌ 
  │             ├──[-] required (1:253299)❌ 
  │             ├──[-] required (1:253325)❌ 
  │             ├──[-] required (1:253341)❌ 
  │             ├──[-] required (1:253442)❌ 
  │             ├──[-] required (1:253478)❌ 
  │             ├──[-] required (1:253416)❌ 
  │             ├──[-] required (1:253493)❌ 
  │             ├──[-] nullable (1:251024)❌ 
  │             ├──[-] properties (1:251505)❌ 
  │             ├──[-] properties (1:251219)❌ 
  │             ├──[-] properties (1:251552)❌ 
  │             ├──[-] properties (1:251460)❌ 
  │             ├──[-] properties (1:251740)❌ 
  │             ├──[-] properties (1:251708)❌ 
  │             ├──[-] properties (1:251120)❌ 
  │             ├──[-] properties (1:251655)❌ 
  │             ├──[-] properties (1:251271)❌ 
  │             ├──[-] properties (1:251071)❌ 
  │             ├──[-] properties (1:251621)❌ 
  │             ├──[-] properties (1:251169)❌ 
  │             ├──[-] properties (1:251367)❌ 
  │             ├──[-] properties (1:251413)❌ 
  │             ├──[+] properties (1:250949)
  │             ├──[+] properties (1:250977)
  │             └──[+] properties (1:250853)
  ├─┬/document
  │ └─┬GET
  │   ├──[+] parameters (1:8757)❌ 
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├──[+] required (1:13266)❌ 
  │               ├──[+] required (1:13278)❌ 
  │               ├──[+] properties (1:10884)
  │               ├──[+] properties (1:10934)
  │               ├─┬team
  │               │ ├──[-] required (1:5662)❌ 
  │               │ ├──[-] required (1:5656)❌ 
  │               │ ├──[+] enum (1:9441)
  │               │ ├──[+] enum (1:9450)
  │               │ ├──[+] enum (1:9461)
  │               │ ├──[+] enum (1:9474)
  │               │ ├──[🔀] type (1:9422)❌ 
  │               │ ├──[-] nullable (1:5568)❌ 
  │               │ ├──[-] properties (1:5589)❌ 
  │               │ └──[-] properties (1:5615)❌ 
  │               ├─┬teamId
  │               │ └──[-] nullable (1:3560)❌ 
  │               ├─┬user
  │               │ ├──[-] required (1:3776)❌ 
  │               │ ├──[-] required (1:3782)❌ 
  │               │ ├──[-] required (1:3790)❌ 
  │               │ ├──[🔀] type (1:10687)❌ 
  │               │ ├──[-] properties (1:3733)❌ 
  │               │ ├──[-] properties (1:3661)❌ 
  │               │ └──[-] properties (1:3687)❌ 
  │               ├─┬authOptions
  │               │ ├─┬globalActionAuth
  │               │ │ ├──[-] enum (1:2877)❌ 
  │               │ │ ├──[-] enum (1:2888)❌ 
  │               │ │ ├──[-] enum (1:2899)❌ 
  │               │ │ ├──[-] enum (1:2918)❌ 
  │               │ │ ├──[+] items (1:10125)❌ 
  │               │ │ ├──[🔀] type (1:10107)❌ 
  │               │ │ ├──[-] description (1:2940)
  │               │ │ └──[-] nullable (1:2862)❌ 
  │               │ └─┬globalAccessAuth
  │               │   ├──[-] enum (1:2696)❌ 
  │               │   ├──[-] enum (1:2707)❌ 
  │               │   ├──[+] items (1:9940)❌ 
  │               │   ├──[🔀] type (1:9922)❌ 
  │               │   ├──[-] description (1:2729)
  │               │   └──[-] nullable (1:2681)❌ 
  │               ├─┬formValues
  │               │ ├──[-] additionalProperties (1:3207)❌ 
  │               │ └──[🔀] type (1:10905)❌ 
  │               ├─┬templateId
  │               │ └──[-] nullable (1:3612)❌ 
  │               ├─┬recipients
  │               │ └─┬Schema
  │               │   └─┬authOptions
  │               │     ├─┬accessAuth
  │               │     │ ├──[-] enum (1:4681)❌ 
  │               │     │ ├──[-] enum (1:4692)❌ 
  │               │     │ ├──[+] items (1:12025)❌ 
  │               │     │ ├──[🔀] type (1:12007)❌ 
  │               │     │ ├──[-] description (1:4714)
  │               │     │ └──[-] nullable (1:4666)❌ 
  │               │     └─┬actionAuth
  │               │       ├──[-] enum (1:4867)❌ 
  │               │       ├──[-] enum (1:4878)❌ 
  │               │       ├──[-] enum (1:4897)❌ 
  │               │       ├──[-] enum (1:4914)❌ 
  │               │       ├──[-] enum (1:4856)❌ 
  │               │       ├──[+] items (1:12204)❌ 
  │               │       ├──[🔀] type (1:12186)❌ 
  │               │       ├──[-] description (1:4936)
  │               │       └──[-] nullable (1:4841)❌ 
  │               ├─┬userId
  │               │ ├──[🔀] type (1:10970)❌ 
  │               │ └──[-] description (1:2512)
  │               ├─┬title
  │               │ ├──[🔀] type (1:10855)❌ 
  │               │ └──[+] nullable (1:10877)❌ 
  │               ├─┬id
  │               │ ├──[+] additionalProperties (1:10490)❌ 
  │               │ ├──[🔀] type (1:10438)❌ 
  │               │ └──[+] nullable (1:10460)❌ 
  │               ├─┬status
  │               │ ├──[+] enum (1:9526)
  │               │ ├──[+] enum (1:9538)
  │               │ ├──[+] enum (1:9550)
  │               │ ├──[-] enum (1:2178)❌ 
  │               │ ├──[-] enum (1:2187)❌ 
  │               │ ├──[-] enum (1:2198)❌ 
  │               │ └──[-] enum (1:2211)❌ 
  │               ├─┬source
  │               │ ├──[-] enum (1:2263)❌ 
  │               │ ├──[-] enum (1:2275)❌ 
  │               │ ├──[-] enum (1:2287)❌ 
  │               │ ├──[+] items (1:11205)❌ 
  │               │ └──[🔀] type (1:11187)❌ 
  │               └─┬visibility
  │                 ├──[+] required (1:11153)❌ 
  │                 ├──[+] required (1:11139)❌ 
  │                 ├──[+] required (1:11145)❌ 
  │                 ├──[-] enum (1:2096)❌ 
  │                 ├──[-] enum (1:2108)❌ 
  │                 ├──[-] enum (1:2129)❌ 
  │                 ├──[🔀] type (1:10999)❌ 
  │                 ├──[+] properties (1:11096)
  │                 ├──[+] properties (1:11024)
  │                 └──[+] properties (1:11050)
  ├─┬/document/create/beta
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬document
  │   │         ├──[+] required (1:50925)❌ 
  │   │         ├──[+] required (1:50969)❌ 
  │   │         ├──[+] properties (1:43786)
  │   │         ├──[+] properties (1:40889)
  │   │         ├─┬authOptions
  │   │         │ ├─┬globalActionAuth
  │   │         │ │ ├──[-] enum (1:31757)❌ 
  │   │         │ │ ├──[-] enum (1:31768)❌ 
  │   │         │ │ ├──[-] enum (1:31779)❌ 
  │   │         │ │ ├──[-] enum (1:31798)❌ 
  │   │         │ │ ├──[+] items (1:40130)❌ 
  │   │         │ │ ├──[🔀] type (1:40112)❌ 
  │   │         │ │ ├──[-] description (1:31820)
  │   │         │ │ └──[-] nullable (1:31742)❌ 
  │   │         │ └─┬globalAccessAuth
  │   │         │   ├──[-] enum (1:31576)❌ 
  │   │         │   ├──[-] enum (1:31587)❌ 
  │   │         │   ├──[+] items (1:39945)❌ 
  │   │         │   ├──[🔀] type (1:39927)❌ 
  │   │         │   ├──[-] description (1:31609)
  │   │         │   └──[-] nullable (1:31561)❌ 
  │   │         ├─┬userId
  │   │         │ ├──[🔀] type (1:40588)❌ 
  │   │         │ └──[-] description (1:31392)
  │   │         ├─┬formValues
  │   │         │ ├──[-] additionalProperties (1:32087)❌ 
  │   │         │ ├──[+] required (1:44307)❌ 
  │   │         │ ├──[+] required (1:44317)❌ 
  │   │         │ ├──[+] required (1:44337)❌ 
  │   │         │ ├──[+] required (1:44349)❌ 
  │   │         │ ├──[+] required (1:44362)❌ 
  │   │         │ ├──[+] required (1:44271)❌ 
  │   │         │ ├──[+] required (1:44327)❌ 
  │   │         │ ├──[+] required (1:44277)❌ 
  │   │         │ ├──[+] required (1:44285)❌ 
  │   │         │ ├──[+] required (1:44293)❌ 
  │   │         │ ├──[+] properties (1:44191)
  │   │         │ ├──[+] properties (1:43848)
  │   │         │ ├──[+] properties (1:43874)
  │   │         │ ├──[+] properties (1:44141)
  │   │         │ ├──[+] properties (1:44110)
  │   │         │ ├──[+] properties (1:44080)
  │   │         │ ├──[+] properties (1:43902)
  │   │         │ ├──[+] properties (1:44224)
  │   │         │ ├──[+] properties (1:44050)
  │   │         │ └──[+] properties (1:43964)
  │   │         ├─┬id
  │   │         │ ├──[🔀] type (1:40910)❌ 
  │   │         │ └──[+] nullable (1:40932)❌ 
  │   │         ├─┬title
  │   │         │ └──[🔀] type (1:40826)❌ 
  │   │         ├─┬visibility
  │   │         │ ├──[-] enum (1:30976)❌ 
  │   │         │ ├──[-] enum (1:30988)❌ 
  │   │         │ └──[-] enum (1:31009)❌ 
  │   │         ├─┬updatedAt
  │   │         │ ├──[🔀] type (1:40860)❌ 
  │   │         │ └──[+] nullable (1:40882)❌ 
  │   │         ├─┬teamId
  │   │         │ ├──[+] enum (1:39531)
  │   │         │ ├──[+] enum (1:39543)
  │   │         │ ├──[+] enum (1:39555)
  │   │         │ ├──[🔀] type (1:39512)❌ 
  │   │         │ └──[-] nullable (1:32440)❌ 
  │   │         ├─┬templateId
  │   │         │ ├──[+] enum (1:39446)
  │   │         │ ├──[+] enum (1:39455)
  │   │         │ ├──[+] enum (1:39466)
  │   │         │ ├──[+] enum (1:39479)
  │   │         │ ├──[🔀] type (1:39427)❌ 
  │   │         │ └──[-] nullable (1:32492)❌ 
  │   │         ├─┬source
  │   │         │ ├──[-] enum (1:31143)❌ 
  │   │         │ ├──[-] enum (1:31155)❌ 
  │   │         │ ├──[-] enum (1:31167)❌ 
  │   │         │ └──[🔀] type (1:39596)❌ 
  │   │         ├─┬status
  │   │         │ ├──[-] enum (1:31058)❌ 
  │   │         │ ├──[-] enum (1:31067)❌ 
  │   │         │ ├──[-] enum (1:31078)❌ 
  │   │         │ ├──[-] enum (1:31091)❌ 
  │   │         │ ├──[+] items (1:44418)❌ 
  │   │         │ └──[🔀] type (1:44400)❌ 
  │   │         └─┬recipients
  │   │           └─┬Schema
  │   │             └─┬authOptions
  │   │               ├─┬actionAuth
  │   │               │ ├──[-] enum (1:36401)❌ 
  │   │               │ ├──[-] enum (1:36412)❌ 
  │   │               │ ├──[-] enum (1:36423)❌ 
  │   │               │ ├──[-] enum (1:36442)❌ 
  │   │               │ ├──[-] enum (1:36459)❌ 
  │   │               │ ├──[+] items (1:45417)❌ 
  │   │               │ ├──[🔀] type (1:45399)❌ 
  │   │               │ ├──[-] description (1:36481)
  │   │               │ └──[-] nullable (1:36386)❌ 
  │   │               └─┬accessAuth
  │   │                 ├──[-] enum (1:36226)❌ 
  │   │                 ├──[-] enum (1:36237)❌ 
  │   │                 ├──[+] items (1:45238)❌ 
  │   │                 ├──[🔀] type (1:45220)❌ 
  │   │                 ├──[-] description (1:36259)
  │   │                 └──[-] nullable (1:36211)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├─┬recipients
  │         │ └─┬Schema
  │         │   ├─┬accessAuth
  │         │   │ ├──[-] enum (1:21631)❌ 
  │         │   │ ├──[-] enum (1:21642)❌ 
  │         │   │ ├──[+] items (1:29950)❌ 
  │         │   │ ├──[🔀] type (1:29932)❌ 
  │         │   │ ├──[-] description (1:21664)
  │         │   │ ├──[+] default (1:30098)❌ 
  │         │   │ └──[-] nullable (1:21616)❌ 
  │         │   └─┬actionAuth
  │         │     ├──[-] enum (1:21828)❌ 
  │         │     ├──[-] enum (1:21847)❌ 
  │         │     ├──[-] enum (1:21864)❌ 
  │         │     ├──[-] enum (1:21806)❌ 
  │         │     ├──[-] enum (1:21817)❌ 
  │         │     ├──[+] items (1:30144)❌ 
  │         │     ├──[🔀] type (1:30126)❌ 
  │         │     ├──[-] description (1:21886)
  │         │     ├──[+] default (1:30349)❌ 
  │         │     └──[-] nullable (1:21791)❌ 
  │         ├─┬globalActionAuth
  │         │ ├──[-] enum (1:20965)❌ 
  │         │ ├──[-] enum (1:20976)❌ 
  │         │ ├──[-] enum (1:20954)❌ 
  │         │ ├──[+] items (1:29251)❌ 
  │         │ ├──[🔀] type (1:29233)❌ 
  │         │ └──[-] description (1:21011)
  │         └─┬globalAccessAuth
  │           ├──[-] enum (1:20797)❌ 
  │           ├──[+] items (1:29066)❌ 
  │           ├──[🔀] type (1:29048)❌ 
  │           └──[-] description (1:20824)
  ├─┬/template
  │ └─┬GET
  │   ├──[+] parameters (1:238993)❌ 
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├──[+] required (1:247672)❌ 
  │               ├──[+] required (1:247684)❌ 
  │               ├──[+] properties (1:240458)
  │               ├──[+] properties (1:240508)
  │               ├─┬type
  │               │ ├──[-] enum (1:239528)❌ 
  │               │ └──[-] enum (1:239538)❌ 
  │               ├─┬recipients
  │               │ └─┬Schema
  │               │   └─┬authOptions
  │               │     ├─┬actionAuth
  │               │     │ ├──[-] enum (1:246405)❌ 
  │               │     │ ├──[-] enum (1:246422)❌ 
  │               │     │ ├──[-] enum (1:246364)❌ 
  │               │     │ ├──[-] enum (1:246375)❌ 
  │               │     │ ├──[-] enum (1:246386)❌ 
  │               │     │ ├──[+] items (1:246326)❌ 
  │               │     │ ├──[🔀] type (1:246308)❌ 
  │               │     │ ├──[-] description (1:246444)
  │               │     │ └──[-] nullable (1:246349)❌ 
  │               │     └─┬accessAuth
  │               │       ├──[-] enum (1:246189)❌ 
  │               │       ├──[-] enum (1:246200)❌ 
  │               │       ├──[+] items (1:246147)❌ 
  │               │       ├──[🔀] type (1:246129)❌ 
  │               │       ├──[-] description (1:246222)
  │               │       └──[-] nullable (1:246174)❌ 
  │               ├─┬teamId
  │               │ ├──[+] required (1:240689)❌ 
  │               │ ├──[+] required (1:240683)❌ 
  │               │ ├──[🔀] type (1:240573)❌ 
  │               │ ├──[+] properties (1:240616)
  │               │ └──[+] properties (1:240642)
  │               ├─┬title
  │               │ ├──[+] required (1:247281)❌ 
  │               │ ├──[+] required (1:247297)❌ 
  │               │ ├──[🔀] type (1:247059)❌ 
  │               │ ├──[+] nullable (1:247081)❌ 
  │               │ ├──[+] properties (1:247198)
  │               │ └──[+] properties (1:247102)
  │               ├─┬publicDescription
  │               │ └──[🔀] type (1:239529)❌ 
  │               ├─┬templateMeta
  │               │ ├──[-] required (1:247284)❌ 
  │               │ ├──[-] required (1:247300)❌ 
  │               │ ├──[🔀] type (1:240305)❌ 
  │               │ ├──[-] nullable (1:247084)❌ 
  │               │ ├──[-] properties (1:247201)❌ 
  │               │ └──[-] properties (1:247105)❌ 
  │               ├─┬updatedAt
  │               │ ├──[+] enum (1:239415)
  │               │ └──[+] enum (1:239405)
  │               ├─┬visibility
  │               │ ├──[-] enum (1:239593)❌ 
  │               │ ├──[-] enum (1:239605)❌ 
  │               │ ├──[-] enum (1:239626)❌ 
  │               │ └──[🔀] type (1:240544)❌ 
  │               ├─┬userId
  │               │ └──[🔀] type (1:240371)❌ 
  │               ├─┬team
  │               │ ├──[-] required (1:240706)❌ 
  │               │ ├──[-] required (1:240712)❌ 
  │               │ ├──[+] items (1:245327)❌ 
  │               │ ├──[🔀] type (1:245309)❌ 
  │               │ ├──[-] nullable (1:240618)❌ 
  │               │ ├──[-] properties (1:240639)❌ 
  │               │ └──[-] properties (1:240665)❌ 
  │               ├─┬templateDocumentDataId
  │               │ └──[🔀] type (1:239670)❌ 
  │               ├─┬id
  │               │ ├──[🔀] type (1:240479)❌ 
  │               │ └──[+] nullable (1:240501)❌ 
  │               └─┬authOptions
  │                 ├─┬globalActionAuth
  │                 │ ├──[-] enum (1:240136)❌ 
  │                 │ ├──[-] enum (1:240147)❌ 
  │                 │ ├──[-] enum (1:240158)❌ 
  │                 │ ├──[-] enum (1:240177)❌ 
  │                 │ ├──[+] items (1:239980)❌ 
  │                 │ ├──[🔀] type (1:239962)❌ 
  │                 │ ├──[-] description (1:240199)
  │                 │ └──[-] nullable (1:240121)❌ 
  │                 └─┬globalAccessAuth
  │                   ├──[-] enum (1:239955)❌ 
  │                   ├──[-] enum (1:239966)❌ 
  │                   ├──[+] items (1:239795)❌ 
  │                   ├──[🔀] type (1:239777)❌ 
  │                   ├──[-] description (1:239988)
  │                   └──[-] nullable (1:239940)❌ 
  ├─┬/template/recipient/create-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬recipients
  │   │         └─┬Schema
  │   │           └─┬authOptions
  │   │             ├─┬accessAuth
  │   │             │ ├──[-] enum (1:218514)❌ 
  │   │             │ ├──[-] enum (1:218525)❌ 
  │   │             │ ├──[+] items (1:218019)❌ 
  │   │             │ ├──[🔀] type (1:218001)❌ 
  │   │             │ ├──[-] description (1:218547)
  │   │             │ └──[-] nullable (1:218499)❌ 
  │   │             └─┬actionAuth
  │   │               ├──[-] enum (1:218711)❌ 
  │   │               ├──[-] enum (1:218730)❌ 
  │   │               ├──[-] enum (1:218747)❌ 
  │   │               ├──[-] enum (1:218689)❌ 
  │   │               ├──[-] enum (1:218700)❌ 
  │   │               ├──[+] items (1:218198)❌ 
  │   │               ├──[🔀] type (1:218180)❌ 
  │   │               ├──[-] description (1:218769)
  │   │               └──[-] nullable (1:218674)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipients
  │           └─┬Schema
  │             ├─┬accessAuth
  │             │ ├──[-] enum (1:217073)❌ 
  │             │ ├──[-] enum (1:217084)❌ 
  │             │ ├──[+] items (1:216528)❌ 
  │             │ ├──[🔀] type (1:216510)❌ 
  │             │ ├──[-] description (1:217106)
  │             │ ├──[+] default (1:216676)❌ 
  │             │ └──[-] nullable (1:217058)❌ 
  │             └─┬actionAuth
  │               ├──[-] enum (1:217248)❌ 
  │               ├──[-] enum (1:217259)❌ 
  │               ├──[-] enum (1:217270)❌ 
  │               ├──[-] enum (1:217289)❌ 
  │               ├──[-] enum (1:217306)❌ 
  │               ├──[+] items (1:216722)❌ 
  │               ├──[🔀] type (1:216704)❌ 
  │               ├──[-] description (1:217328)
  │               ├──[+] default (1:216927)❌ 
  │               └──[-] nullable (1:217233)❌ 
  ├─┬/template/recipient/create
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬authOptions
  │   │         ├─┬actionAuth
  │   │         │ ├──[-] enum (1:214880)❌ 
  │   │         │ ├──[-] enum (1:214891)❌ 
  │   │         │ ├──[-] enum (1:214902)❌ 
  │   │         │ ├──[-] enum (1:214921)❌ 
  │   │         │ ├──[-] enum (1:214938)❌ 
  │   │         │ ├──[+] items (1:214319)❌ 
  │   │         │ ├──[🔀] type (1:214301)❌ 
  │   │         │ ├──[-] description (1:214960)
  │   │         │ └──[-] nullable (1:214865)❌ 
  │   │         └─┬accessAuth
  │   │           ├──[-] enum (1:214705)❌ 
  │   │           ├──[-] enum (1:214716)❌ 
  │   │           ├──[+] items (1:214140)❌ 
  │   │           ├──[🔀] type (1:214122)❌ 
  │   │           ├──[-] description (1:214738)
  │   │           └──[-] nullable (1:214690)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           ├─┬actionAuth
  │           │ ├──[-] enum (1:213516)❌ 
  │           │ ├──[-] enum (1:213527)❌ 
  │           │ ├──[-] enum (1:213538)❌ 
  │           │ ├──[-] enum (1:213557)❌ 
  │           │ ├──[-] enum (1:213574)❌ 
  │           │ ├──[+] items (1:212920)❌ 
  │           │ ├──[🔀] type (1:212902)❌ 
  │           │ ├──[-] description (1:213596)
  │           │ ├──[+] default (1:213125)❌ 
  │           │ └──[-] nullable (1:213501)❌ 
  │           └─┬accessAuth
  │             ├──[-] enum (1:213341)❌ 
  │             ├──[-] enum (1:213352)❌ 
  │             ├──[+] items (1:212726)❌ 
  │             ├──[🔀] type (1:212708)❌ 
  │             ├──[-] description (1:213374)
  │             ├──[+] default (1:212874)❌ 
  │             └──[-] nullable (1:213326)❌ 
  ├─┬/document/{documentId}
  │ └─┬GET
  │   ├──[+] parameters (1:15164)❌ 
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1:27088)❌ 
  │           ├──[+] required (1:27044)❌ 
  │           ├──[+] properties (1:19905)
  │           ├──[+] properties (1:17008)
  │           ├─┬title
  │           │ └──[🔀] type (1:16945)❌ 
  │           ├─┬userId
  │           │ ├──[🔀] type (1:16707)❌ 
  │           │ └──[-] description (1:8314)
  │           ├─┬templateId
  │           │ ├──[+] enum (1:15565)
  │           │ ├──[+] enum (1:15574)
  │           │ ├──[+] enum (1:15585)
  │           │ ├──[+] enum (1:15598)
  │           │ ├──[🔀] type (1:15546)❌ 
  │           │ └──[-] nullable (1:9414)❌ 
  │           ├─┬visibility
  │           │ ├──[-] enum (1:7898)❌ 
  │           │ ├──[-] enum (1:7910)❌ 
  │           │ └──[-] enum (1:7931)❌ 
  │           ├─┬id
  │           │ ├──[🔀] type (1:17029)❌ 
  │           │ └──[+] nullable (1:17051)❌ 
  │           ├─┬teamId
  │           │ ├──[+] enum (1:15674)
  │           │ ├──[+] enum (1:15650)
  │           │ ├──[+] enum (1:15662)
  │           │ ├──[🔀] type (1:15631)❌ 
  │           │ └──[-] nullable (1:9362)❌ 
  │           ├─┬source
  │           │ ├──[-] enum (1:8065)❌ 
  │           │ ├──[-] enum (1:8077)❌ 
  │           │ ├──[-] enum (1:8089)❌ 
  │           │ └──[🔀] type (1:15715)❌ 
  │           ├─┬recipients
  │           │ └─┬Schema
  │           │   └─┬authOptions
  │           │     ├─┬accessAuth
  │           │     │ ├──[-] enum (1:13148)❌ 
  │           │     │ ├──[-] enum (1:13159)❌ 
  │           │     │ ├──[+] items (1:21357)❌ 
  │           │     │ ├──[🔀] type (1:21339)❌ 
  │           │     │ ├──[-] description (1:13181)
  │           │     │ └──[-] nullable (1:13133)❌ 
  │           │     └─┬actionAuth
  │           │       ├──[-] enum (1:13334)❌ 
  │           │       ├──[-] enum (1:13345)❌ 
  │           │       ├──[-] enum (1:13364)❌ 
  │           │       ├──[-] enum (1:13381)❌ 
  │           │       ├──[-] enum (1:13323)❌ 
  │           │       ├──[+] items (1:21536)❌ 
  │           │       ├──[🔀] type (1:21518)❌ 
  │           │       ├──[-] description (1:13403)
  │           │       └──[-] nullable (1:13308)❌ 
  │           ├─┬updatedAt
  │           │ ├──[🔀] type (1:16979)❌ 
  │           │ └──[+] nullable (1:17001)❌ 
  │           ├─┬status
  │           │ ├──[-] enum (1:7980)❌ 
  │           │ ├──[-] enum (1:7989)❌ 
  │           │ ├──[-] enum (1:8000)❌ 
  │           │ ├──[-] enum (1:8013)❌ 
  │           │ ├──[+] items (1:20537)❌ 
  │           │ └──[🔀] type (1:20519)❌ 
  │           ├─┬formValues
  │           │ ├──[-] additionalProperties (1:9009)❌ 
  │           │ ├──[+] required (1:20481)❌ 
  │           │ ├──[+] required (1:20404)❌ 
  │           │ ├──[+] required (1:20412)❌ 
  │           │ ├──[+] required (1:20446)❌ 
  │           │ ├──[+] required (1:20468)❌ 
  │           │ ├──[+] required (1:20390)❌ 
  │           │ ├──[+] required (1:20396)❌ 
  │           │ ├──[+] required (1:20426)❌ 
  │           │ ├──[+] required (1:20436)❌ 
  │           │ ├──[+] required (1:20456)❌ 
  │           │ ├──[+] properties (1:20310)
  │           │ ├──[+] properties (1:19967)
  │           │ ├──[+] properties (1:19993)
  │           │ ├──[+] properties (1:20260)
  │           │ ├──[+] properties (1:20229)
  │           │ ├──[+] properties (1:20199)
  │           │ ├──[+] properties (1:20021)
  │           │ ├──[+] properties (1:20343)
  │           │ ├──[+] properties (1:20169)
  │           │ └──[+] properties (1:20083)
  │           └─┬authOptions
  │             ├─┬globalAccessAuth
  │             │ ├──[-] enum (1:8498)❌ 
  │             │ ├──[-] enum (1:8509)❌ 
  │             │ ├──[+] items (1:16064)❌ 
  │             │ ├──[🔀] type (1:16046)❌ 
  │             │ ├──[-] description (1:8531)
  │             │ └──[-] nullable (1:8483)❌ 
  │             └─┬globalActionAuth
  │               ├──[-] enum (1:8679)❌ 
  │               ├──[-] enum (1:8690)❌ 
  │               ├──[-] enum (1:8701)❌ 
  │               ├──[-] enum (1:8720)❌ 
  │               ├──[+] items (1:16249)❌ 
  │               ├──[🔀] type (1:16231)❌ 
  │               ├──[-] description (1:8742)
  │               └──[-] nullable (1:8664)❌ 
  ├─┬/document/recipient/{recipientId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬authOptions
  │             ├─┬accessAuth
  │             │ ├──[-] enum (1:172407)❌ 
  │             │ ├──[-] enum (1:172418)❌ 
  │             │ ├──[+] items (1:171472)❌ 
  │             │ ├──[🔀] type (1:171454)❌ 
  │             │ ├──[-] description (1:172440)
  │             │ └──[-] nullable (1:172392)❌ 
  │             └─┬actionAuth
  │               ├──[-] enum (1:172623)❌ 
  │               ├──[-] enum (1:172640)❌ 
  │               ├──[-] enum (1:172582)❌ 
  │               ├──[-] enum (1:172593)❌ 
  │               ├──[-] enum (1:172604)❌ 
  │               ├──[+] items (1:171651)❌ 
  │               ├──[🔀] type (1:171633)❌ 
  │               ├──[-] description (1:172662)
  │               └──[-] nullable (1:172567)❌ 
  ├─┬/template/duplicate
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1:271238)❌ 
  │           ├──[+] required (1:271250)❌ 
  │           ├──[+] properties (1:270952)
  │           ├──[+] properties (1:271002)
  │           ├─┬type
  │           │ ├──[-] enum (1:268941)❌ 
  │           │ └──[-] enum (1:268951)❌ 
  │           ├─┬id
  │           │ ├──[🔀] type (1:270973)❌ 
  │           │ └──[+] nullable (1:270995)❌ 
  │           ├─┬authOptions
  │           │ ├─┬globalAccessAuth
  │           │ │ ├──[-] enum (1:269368)❌ 
  │           │ │ ├──[-] enum (1:269379)❌ 
  │           │ │ ├──[+] items (1:270289)❌ 
  │           │ │ ├──[🔀] type (1:270271)❌ 
  │           │ │ ├──[-] description (1:269401)
  │           │ │ └──[-] nullable (1:269353)❌ 
  │           │ └─┬globalActionAuth
  │           │   ├──[-] enum (1:269549)❌ 
  │           │   ├──[-] enum (1:269560)❌ 
  │           │   ├──[-] enum (1:269571)❌ 
  │           │   ├──[-] enum (1:269590)❌ 
  │           │   ├──[+] items (1:270474)❌ 
  │           │   ├──[🔀] type (1:270456)❌ 
  │           │   ├──[-] description (1:269612)
  │           │   └──[-] nullable (1:269534)❌ 
  │           ├─┬userId
  │           │ └──[🔀] type (1:270865)❌ 
  │           ├─┬templateDocumentDataId
  │           │ └──[🔀] type (1:270164)❌ 
  │           ├─┬teamId
  │           │ ├──[🔀] type (1:270900)❌ 
  │           │ └──[-] nullable (1:269228)❌ 
  │           ├─┬publicDescription
  │           │ └──[🔀] type (1:270023)❌ 
  │           ├─┬updatedAt
  │           │ ├──[+] enum (1:269909)
  │           │ └──[+] enum (1:269899)
  │           └─┬visibility
  │             ├──[-] enum (1:269006)❌ 
  │             ├──[-] enum (1:269018)❌ 
  │             ├──[-] enum (1:269039)❌ 
  │             └──[🔀] type (1:271038)❌ 
  ├─┬/template/recipient/update
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬authOptions
  │   │         ├─┬actionAuth
  │   │         │ ├──[-] enum (1:222480)❌ 
  │   │         │ ├──[-] enum (1:222491)❌ 
  │   │         │ ├──[-] enum (1:222502)❌ 
  │   │         │ ├──[-] enum (1:222521)❌ 
  │   │         │ ├──[-] enum (1:222538)❌ 
  │   │         │ ├──[+] items (1:222059)❌ 
  │   │         │ ├──[🔀] type (1:222041)❌ 
  │   │         │ ├──[-] description (1:222560)
  │   │         │ └──[-] nullable (1:222465)❌ 
  │   │         └─┬accessAuth
  │   │           ├──[-] enum (1:222305)❌ 
  │   │           ├──[-] enum (1:222316)❌ 
  │   │           ├──[+] items (1:221880)❌ 
  │   │           ├──[🔀] type (1:221862)❌ 
  │   │           ├──[-] description (1:222338)
  │   │           └──[-] nullable (1:222290)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           ├─┬actionAuth
  │           │ ├──[-] enum (1:221193)❌ 
  │           │ ├──[-] enum (1:221135)❌ 
  │           │ ├──[-] enum (1:221146)❌ 
  │           │ ├──[-] enum (1:221157)❌ 
  │           │ ├──[-] enum (1:221176)❌ 
  │           │ ├──[+] items (1:220679)❌ 
  │           │ ├──[🔀] type (1:220661)❌ 
  │           │ ├──[-] description (1:221215)
  │           │ ├──[+] default (1:220884)❌ 
  │           │ └──[-] nullable (1:221120)❌ 
  │           └─┬accessAuth
  │             ├──[-] enum (1:220960)❌ 
  │             ├──[-] enum (1:220971)❌ 
  │             ├──[+] items (1:220485)❌ 
  │             ├──[🔀] type (1:220467)❌ 
  │             ├──[-] description (1:220993)
  │             ├──[+] default (1:220633)❌ 
  │             └──[-] nullable (1:220945)❌ 
  ├─┬/document/recipient/create
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬authOptions
  │   │         ├─┬actionAuth
  │   │         │ ├──[-] enum (1:181235)❌ 
  │   │         │ ├──[-] enum (1:181254)❌ 
  │   │         │ ├──[-] enum (1:181271)❌ 
  │   │         │ ├──[-] enum (1:181213)❌ 
  │   │         │ ├──[-] enum (1:181224)❌ 
  │   │         │ ├──[+] items (1:180352)❌ 
  │   │         │ ├──[🔀] type (1:180334)❌ 
  │   │         │ ├──[-] description (1:181293)
  │   │         │ └──[-] nullable (1:181198)❌ 
  │   │         └─┬accessAuth
  │   │           ├──[-] enum (1:181049)❌ 
  │   │           ├──[-] enum (1:181038)❌ 
  │   │           ├──[+] items (1:180173)❌ 
  │   │           ├──[🔀] type (1:180155)❌ 
  │   │           ├──[-] description (1:181071)
  │   │           └──[-] nullable (1:181023)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           ├─┬actionAuth
  │           │ ├──[-] enum (1:179849)❌ 
  │           │ ├──[-] enum (1:179860)❌ 
  │           │ ├──[-] enum (1:179871)❌ 
  │           │ ├──[-] enum (1:179890)❌ 
  │           │ ├──[-] enum (1:179907)❌ 
  │           │ ├──[+] items (1:178953)❌ 
  │           │ ├──[🔀] type (1:178935)❌ 
  │           │ ├──[-] description (1:179929)
  │           │ ├──[+] default (1:179158)❌ 
  │           │ └──[-] nullable (1:179834)❌ 
  │           └─┬accessAuth
  │             ├──[-] enum (1:179674)❌ 
  │             ├──[-] enum (1:179685)❌ 
  │             ├──[+] items (1:178759)❌ 
  │             ├──[🔀] type (1:178741)❌ 
  │             ├──[-] description (1:179707)
  │             ├──[+] default (1:178907)❌ 
  │             └──[-] nullable (1:179659)❌ 
  ├─┬/template/recipient/{recipientId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬authOptions
  │             ├─┬actionAuth
  │             │ ├──[-] enum (1:206249)❌ 
  │             │ ├──[-] enum (1:206260)❌ 
  │             │ ├──[-] enum (1:206271)❌ 
  │             │ ├──[-] enum (1:206290)❌ 
  │             │ ├──[-] enum (1:206307)❌ 
  │             │ ├──[+] items (1:205618)❌ 
  │             │ ├──[🔀] type (1:205600)❌ 
  │             │ ├──[-] description (1:206329)
  │             │ └──[-] nullable (1:206234)❌ 
  │             └─┬accessAuth
  │               ├──[-] enum (1:206074)❌ 
  │               ├──[-] enum (1:206085)❌ 
  │               ├──[+] items (1:205439)❌ 
  │               ├──[🔀] type (1:205421)❌ 
  │               ├──[-] description (1:206107)
  │               └──[-] nullable (1:206059)❌ 
  ├─┬/document/update
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       ├──[+] required (1:6512)❌ 
  │   │       ├──[+] required (1:6524)❌ 
  │   │       ├──[+] properties (1:6202)
  │   │       ├──[+] properties (1:6252)
  │   │       ├─┬title
  │   │       │ ├──[🔀] type (1:6173)❌ 
  │   │       │ └──[+] nullable (1:6195)❌ 
  │   │       ├─┬teamId
  │   │       │ ├──[+] enum (1:4759)
  │   │       │ ├──[+] enum (1:4768)
  │   │       │ ├──[+] enum (1:4779)
  │   │       │ ├──[+] enum (1:4792)
  │   │       │ ├──[🔀] type (1:4740)❌ 
  │   │       │ └──[-] nullable (1:48731)❌ 
  │   │       ├─┬source
  │   │       │ ├──[-] enum (1:47458)❌ 
  │   │       │ ├──[-] enum (1:47434)❌ 
  │   │       │ ├──[-] enum (1:47446)❌ 
  │   │       │ └──[🔀] type (1:4909)❌ 
  │   │       ├─┬templateId
  │   │       │ └──[-] nullable (1:48783)❌ 
  │   │       ├─┬formValues
  │   │       │ ├──[-] additionalProperties (1:48378)❌ 
  │   │       │ └──[🔀] type (1:6223)❌ 
  │   │       ├─┬visibility
  │   │       │ ├──[-] enum (1:47267)❌ 
  │   │       │ ├──[-] enum (1:47279)❌ 
  │   │       │ ├──[-] enum (1:47300)❌ 
  │   │       │ └──[🔀] type (1:6288)❌ 
  │   │       ├─┬id
  │   │       │ ├──[+] additionalProperties (1:5808)❌ 
  │   │       │ ├──[🔀] type (1:5756)❌ 
  │   │       │ └──[+] nullable (1:5778)❌ 
  │   │       ├─┬status
  │   │       │ ├──[+] enum (1:4844)
  │   │       │ ├──[+] enum (1:4856)
  │   │       │ ├──[+] enum (1:4868)
  │   │       │ ├──[-] enum (1:47349)❌ 
  │   │       │ ├──[-] enum (1:47358)❌ 
  │   │       │ ├──[-] enum (1:47369)❌ 
  │   │       │ └──[-] enum (1:47382)❌ 
  │   │       ├─┬authOptions
  │   │       │ ├─┬globalAccessAuth
  │   │       │ │ ├──[-] enum (1:47867)❌ 
  │   │       │ │ ├──[-] enum (1:47878)❌ 
  │   │       │ │ ├──[+] items (1:5258)❌ 
  │   │       │ │ ├──[🔀] type (1:5240)❌ 
  │   │       │ │ ├──[-] description (1:47900)
  │   │       │ │ └──[-] nullable (1:47852)❌ 
  │   │       │ └─┬globalActionAuth
  │   │       │   ├──[-] enum (1:48048)❌ 
  │   │       │   ├──[-] enum (1:48059)❌ 
  │   │       │   ├──[-] enum (1:48070)❌ 
  │   │       │   ├──[-] enum (1:48089)❌ 
  │   │       │   ├──[+] items (1:5443)❌ 
  │   │       │   ├──[🔀] type (1:5425)❌ 
  │   │       │   ├──[-] description (1:48111)
  │   │       │   └──[-] nullable (1:48033)❌ 
  │   │       └─┬userId
  │   │         ├──[🔀] type (1:6005)❌ 
  │   │         └──[-] description (1:47683)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           ├──[+] properties (1:1357)
  │           ├─┬globalAccessAuth
  │           │ ├──[-] enum (1:43615)❌ 
  │           │ ├──[-] enum (1:43626)❌ 
  │           │ ├──[+] items (1:938)❌ 
  │           │ ├──[🔀] type (1:920)❌ 
  │           │ ├──[-] description (1:43648)
  │           │ └──[-] nullable (1:43600)❌ 
  │           ├─┬globalActionAuth
  │           │ ├──[-] enum (1:43807)❌ 
  │           │ ├──[-] enum (1:43818)❌ 
  │           │ ├──[-] enum (1:43837)❌ 
  │           │ ├──[-] enum (1:43796)❌ 
  │           │ ├──[+] items (1:1123)❌ 
  │           │ ├──[🔀] type (1:1105)❌ 
  │           │ ├──[-] description (1:43859)
  │           │ └──[-] nullable (1:43781)❌ 
  │           └─┬visibility
  │             ├──[-] enum (1:43488)❌ 
  │             ├──[-] enum (1:43455)❌ 
  │             ├──[-] enum (1:43467)❌ 
  │             ├──[🔀] type (1:1393)❌ 
  │             └──[-] description (1:43513)
  ├─┬/document/recipient/update
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬authOptions
  │   │         ├─┬actionAuth
  │   │         │ ├──[-] enum (1:188813)❌ 
  │   │         │ ├──[-] enum (1:188824)❌ 
  │   │         │ ├──[-] enum (1:188835)❌ 
  │   │         │ ├──[-] enum (1:188854)❌ 
  │   │         │ ├──[-] enum (1:188871)❌ 
  │   │         │ ├──[+] items (1:188092)❌ 
  │   │         │ ├──[🔀] type (1:188074)❌ 
  │   │         │ ├──[-] description (1:188893)
  │   │         │ └──[-] nullable (1:188798)❌ 
  │   │         └─┬accessAuth
  │   │           ├──[-] enum (1:188638)❌ 
  │   │           ├──[-] enum (1:188649)❌ 
  │   │           ├──[+] items (1:187913)❌ 
  │   │           ├──[🔀] type (1:187895)❌ 
  │   │           ├──[-] description (1:188671)
  │   │           └──[-] nullable (1:188623)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           ├─┬actionAuth
  │           │ ├──[-] enum (1:187468)❌ 
  │           │ ├──[-] enum (1:187479)❌ 
  │           │ ├──[-] enum (1:187490)❌ 
  │           │ ├──[-] enum (1:187509)❌ 
  │           │ ├──[-] enum (1:187526)❌ 
  │           │ ├──[+] items (1:186712)❌ 
  │           │ ├──[🔀] type (1:186694)❌ 
  │           │ ├──[-] description (1:187548)
  │           │ ├──[+] default (1:186917)❌ 
  │           │ └──[-] nullable (1:187453)❌ 
  │           └─┬accessAuth
  │             ├──[-] enum (1:187293)❌ 
  │             ├──[-] enum (1:187304)❌ 
  │             ├──[+] items (1:186518)❌ 
  │             ├──[🔀] type (1:186500)❌ 
  │             ├──[-] description (1:187326)
  │             ├──[+] default (1:186666)❌ 
  │             └──[-] nullable (1:187278)❌ 
  ├─┬/document/recipient/update-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬recipients
  │   │         └─┬Schema
  │   │           └─┬authOptions
  │   │             ├─┬accessAuth
  │   │             │ ├──[-] enum (1:197105)❌ 
  │   │             │ ├──[-] enum (1:197116)❌ 
  │   │             │ ├──[+] items (1:196450)❌ 
  │   │             │ ├──[🔀] type (1:196432)❌ 
  │   │             │ ├──[-] description (1:197138)
  │   │             │ └──[-] nullable (1:197090)❌ 
  │   │             └─┬actionAuth
  │   │               ├──[-] enum (1:197280)❌ 
  │   │               ├──[-] enum (1:197291)❌ 
  │   │               ├──[-] enum (1:197302)❌ 
  │   │               ├──[-] enum (1:197321)❌ 
  │   │               ├──[-] enum (1:197338)❌ 
  │   │               ├──[+] items (1:196629)❌ 
  │   │               ├──[🔀] type (1:196611)❌ 
  │   │               ├──[-] description (1:197360)
  │   │               └──[-] nullable (1:197265)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipients
  │           └─┬Schema
  │             ├─┬accessAuth
  │             │ ├──[-] enum (1:195683)❌ 
  │             │ ├──[-] enum (1:195694)❌ 
  │             │ ├──[+] items (1:194978)❌ 
  │             │ ├──[🔀] type (1:194960)❌ 
  │             │ ├──[-] description (1:195716)
  │             │ ├──[+] default (1:195126)❌ 
  │             │ └──[-] nullable (1:195668)❌ 
  │             └─┬actionAuth
  │               ├──[-] enum (1:195858)❌ 
  │               ├──[-] enum (1:195869)❌ 
  │               ├──[-] enum (1:195880)❌ 
  │               ├──[-] enum (1:195899)❌ 
  │               ├──[-] enum (1:195916)❌ 
  │               ├──[+] items (1:195172)❌ 
  │               ├──[🔀] type (1:195154)❌ 
  │               ├──[-] description (1:195938)
  │               ├──[+] default (1:195377)❌ 
  │               └──[-] nullable (1:195843)❌ 
  ├─┬/template/recipient/update-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬recipients
  │   │         └─┬Schema
  │   │           └─┬authOptions
  │   │             ├─┬accessAuth
  │   │             │ ├──[-] enum (1:230772)❌ 
  │   │             │ ├──[-] enum (1:230783)❌ 
  │   │             │ ├──[+] items (1:230417)❌ 
  │   │             │ ├──[🔀] type (1:230399)❌ 
  │   │             │ ├──[-] description (1:230805)
  │   │             │ └──[-] nullable (1:230757)❌ 
  │   │             └─┬actionAuth
  │   │               ├──[-] enum (1:230988)❌ 
  │   │               ├──[-] enum (1:231005)❌ 
  │   │               ├──[-] enum (1:230947)❌ 
  │   │               ├──[-] enum (1:230958)❌ 
  │   │               ├──[-] enum (1:230969)❌ 
  │   │               ├──[+] items (1:230596)❌ 
  │   │               ├──[🔀] type (1:230578)❌ 
  │   │               ├──[-] description (1:231027)
  │   │               └──[-] nullable (1:230932)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipients
  │           └─┬Schema
  │             ├─┬accessAuth
  │             │ ├──[-] enum (1:229350)❌ 
  │             │ ├──[-] enum (1:229361)❌ 
  │             │ ├──[+] items (1:228945)❌ 
  │             │ ├──[🔀] type (1:228927)❌ 
  │       ...

@github-actions github-actions bot added the patch Patch version bump label Jul 2, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1751415201 branch 8 times, most recently from 3884ac3 to 16d7e13 Compare July 10, 2025 00:14
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1751415201 branch 7 times, most recently from 1fa97cc to 4ff25ef Compare July 17, 2025 00:15
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1751415201 branch 7 times, most recently from 2b13512 to 65530ea Compare July 24, 2025 00:15
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1751415201 branch 7 times, most recently from 9795e27 to c218f3a Compare July 31, 2025 00:15
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1751415201 branch 8 times, most recently from 81303f2 to dad1a8b Compare August 8, 2025 00:15
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1751415201 branch 8 times, most recently from 97ed623 to 91f16af Compare August 16, 2025 00:14
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1751415201 branch 8 times, most recently from a08346a to 09c51f3 Compare August 24, 2025 00:15
* `documenso.documents.recipients.update()`: 
  *  `request.recipient` **Changed** **Breaking** ⚠️
  *  `response.auth_options` **Changed** **Breaking** ⚠️
* `documenso.documents.create_v0()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.document` **Changed** **Breaking** ⚠️
* `documenso.templates.recipients.update_many()`: 
  *  `request.recipients.[]` **Changed** **Breaking** ⚠️
  *  `response.recipients.[].auth_options` **Changed** **Breaking** ⚠️
* `documenso.templates.recipients.update()`: 
  *  `request.recipient` **Changed** **Breaking** ⚠️
  *  `response.auth_options` **Changed** **Breaking** ⚠️
* `documenso.documents.find()`: 
  *  `request.folder_id` **Added**
  *  `response.data.[]` **Changed** **Breaking** ⚠️
* `documenso.documents.get()`: 
  *  `request.folder_id` **Added**
  *  `response` **Changed** **Breaking** ⚠️
* `documenso.documents.recipients.create_many()`: 
  *  `request.recipients.[]` **Changed** **Breaking** ⚠️
  *  `response.recipients.[].auth_options` **Changed** **Breaking** ⚠️
* `documenso.documents.update()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `documenso.documents.distribute()`:  `response` **Changed** **Breaking** ⚠️
* `documenso.documents.recipients.get()`:  `response.auth_options` **Changed** **Breaking** ⚠️
* `documenso.templates.recipients.create_many()`: 
  *  `request.recipients.[]` **Changed** **Breaking** ⚠️
  *  `response.recipients.[].auth_options` **Changed** **Breaking** ⚠️
* `documenso.documents.recipients.create()`: 
  *  `request.recipient` **Changed** **Breaking** ⚠️
  *  `response.auth_options` **Changed** **Breaking** ⚠️
* `documenso.templates.update()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `documenso.documents.recipients.update_many()`: 
  *  `request.recipients.[]` **Changed** **Breaking** ⚠️
  *  `response.recipients.[].auth_options` **Changed** **Breaking** ⚠️
* `documenso.templates.find()`: 
  *  `request.folder_id` **Added**
  *  `response.data.[]` **Changed** **Breaking** ⚠️
* `documenso.templates.get()`:  `response` **Changed** **Breaking** ⚠️
* `documenso.templates.recipients.create()`: 
  *  `request.recipient` **Changed** **Breaking** ⚠️
  *  `response.auth_options` **Changed** **Breaking** ⚠️
* `documenso.templates.duplicate()`:  `response` **Changed** **Breaking** ⚠️
* `documenso.templates.use()`: 
  *  `request.prefill_fields.[].[class]` **Added**
  *  `response` **Changed** **Breaking** ⚠️
* `documenso.templates.recipients.get()`:  `response.auth_options` **Changed** **Breaking** ⚠️
* `documenso.embedding.embedding_presign-create_embedding_presign_token()`: **Added**
* `documenso.embedding.embedding_presign-verify_embedding_presign_token()`: **Added**
* `documenso.templates.move_to_team()`: **Deleted** **Breaking** ⚠️
* `documenso.documents.move_to_team()`: **Deleted** **Breaking** ⚠️
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1751415201 branch from aeda7cb to 529c660 Compare August 25, 2025 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant