@documenso/sdk-typescript 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/FUNCTIONS.md +3 -1
  2. package/README.md +76 -69
  3. package/docs/sdks/directlink/README.md +7 -7
  4. package/docs/sdks/documensofields/README.md +184 -96
  5. package/docs/sdks/documensorecipients/README.md +162 -54
  6. package/docs/sdks/documents/README.md +26 -22
  7. package/docs/sdks/fields/README.md +491 -10
  8. package/docs/sdks/recipients/README.md +461 -10
  9. package/docs/sdks/templates/README.md +31 -17
  10. package/funcs/documentsDelete.d.ts +1 -1
  11. package/funcs/documentsDelete.d.ts.map +1 -1
  12. package/funcs/documentsDelete.js +1 -2
  13. package/funcs/documentsDelete.js.map +1 -1
  14. package/funcs/documentsFieldsDelete.d.ts +1 -1
  15. package/funcs/documentsFieldsDelete.d.ts.map +1 -1
  16. package/funcs/documentsFieldsDelete.js +1 -2
  17. package/funcs/documentsFieldsDelete.js.map +1 -1
  18. package/funcs/{fieldsGet.d.ts → documentsFieldsGet.d.ts} +4 -4
  19. package/funcs/documentsFieldsGet.d.ts.map +1 -0
  20. package/funcs/{recipientsGet.js → documentsFieldsGet.js} +10 -10
  21. package/funcs/documentsFieldsGet.js.map +1 -0
  22. package/funcs/documentsRecipientsDelete.d.ts +1 -1
  23. package/funcs/documentsRecipientsDelete.d.ts.map +1 -1
  24. package/funcs/documentsRecipientsDelete.js +1 -2
  25. package/funcs/documentsRecipientsDelete.js.map +1 -1
  26. package/funcs/{recipientsGet.d.ts → documentsRecipientsGet.d.ts} +4 -4
  27. package/funcs/documentsRecipientsGet.d.ts.map +1 -0
  28. package/funcs/documentsRecipientsGet.js +116 -0
  29. package/funcs/documentsRecipientsGet.js.map +1 -0
  30. package/funcs/documentsRedistribute.d.ts +1 -1
  31. package/funcs/documentsRedistribute.d.ts.map +1 -1
  32. package/funcs/documentsRedistribute.js +1 -2
  33. package/funcs/documentsRedistribute.js.map +1 -1
  34. package/funcs/templatesDelete.d.ts +1 -1
  35. package/funcs/templatesDelete.d.ts.map +1 -1
  36. package/funcs/templatesDelete.js +1 -2
  37. package/funcs/templatesDelete.js.map +1 -1
  38. package/funcs/templatesDirectLinkDelete.d.ts +1 -1
  39. package/funcs/templatesDirectLinkDelete.d.ts.map +1 -1
  40. package/funcs/templatesDirectLinkDelete.js +1 -2
  41. package/funcs/templatesDirectLinkDelete.js.map +1 -1
  42. package/funcs/templatesFieldsDelete.d.ts +1 -1
  43. package/funcs/templatesFieldsDelete.d.ts.map +1 -1
  44. package/funcs/templatesFieldsDelete.js +1 -2
  45. package/funcs/templatesFieldsDelete.js.map +1 -1
  46. package/funcs/templatesFieldsGet.d.ts +16 -0
  47. package/funcs/templatesFieldsGet.d.ts.map +1 -0
  48. package/funcs/{fieldsGet.js → templatesFieldsGet.js} +9 -9
  49. package/funcs/templatesFieldsGet.js.map +1 -0
  50. package/funcs/templatesRecipientsDelete.d.ts +1 -1
  51. package/funcs/templatesRecipientsDelete.d.ts.map +1 -1
  52. package/funcs/templatesRecipientsDelete.js +1 -2
  53. package/funcs/templatesRecipientsDelete.js.map +1 -1
  54. package/funcs/templatesRecipientsGet.d.ts +16 -0
  55. package/funcs/templatesRecipientsGet.d.ts.map +1 -0
  56. package/funcs/templatesRecipientsGet.js +116 -0
  57. package/funcs/templatesRecipientsGet.js.map +1 -0
  58. package/jsr.json +1 -1
  59. package/lib/config.d.ts +4 -4
  60. package/lib/config.d.ts.map +1 -1
  61. package/lib/config.js +4 -4
  62. package/lib/config.js.map +1 -1
  63. package/lib/schemas.d.ts +1 -1
  64. package/lib/schemas.d.ts.map +1 -1
  65. package/lib/schemas.js +4 -1
  66. package/lib/schemas.js.map +1 -1
  67. package/models/operations/documentdeletedocument.d.ts +28 -0
  68. package/models/operations/documentdeletedocument.d.ts.map +1 -1
  69. package/models/operations/documentdeletedocument.js +28 -1
  70. package/models/operations/documentdeletedocument.js.map +1 -1
  71. package/models/operations/documentresenddocument.d.ts +28 -0
  72. package/models/operations/documentresenddocument.d.ts.map +1 -1
  73. package/models/operations/documentresenddocument.js +28 -1
  74. package/models/operations/documentresenddocument.js.map +1 -1
  75. package/models/operations/fielddeletedocumentfield.d.ts +28 -0
  76. package/models/operations/fielddeletedocumentfield.d.ts.map +1 -1
  77. package/models/operations/fielddeletedocumentfield.js +28 -1
  78. package/models/operations/fielddeletedocumentfield.js.map +1 -1
  79. package/models/operations/fielddeletetemplatefield.d.ts +28 -0
  80. package/models/operations/fielddeletetemplatefield.d.ts.map +1 -1
  81. package/models/operations/fielddeletetemplatefield.js +28 -1
  82. package/models/operations/fielddeletetemplatefield.js.map +1 -1
  83. package/models/operations/{fieldgetfield.d.ts → fieldgetdocumentfield.d.ts} +142 -142
  84. package/models/operations/fieldgetdocumentfield.d.ts.map +1 -0
  85. package/models/operations/fieldgetdocumentfield.js +817 -0
  86. package/models/operations/fieldgetdocumentfield.js.map +1 -0
  87. package/models/operations/fieldgettemplatefield.d.ts +774 -0
  88. package/models/operations/fieldgettemplatefield.d.ts.map +1 -0
  89. package/models/operations/fieldgettemplatefield.js +819 -0
  90. package/models/operations/fieldgettemplatefield.js.map +1 -0
  91. package/models/operations/index.d.ts +4 -2
  92. package/models/operations/index.d.ts.map +1 -1
  93. package/models/operations/index.js +4 -2
  94. package/models/operations/index.js.map +1 -1
  95. package/models/operations/recipientdeletedocumentrecipient.d.ts +28 -0
  96. package/models/operations/recipientdeletedocumentrecipient.d.ts.map +1 -1
  97. package/models/operations/recipientdeletedocumentrecipient.js +28 -1
  98. package/models/operations/recipientdeletedocumentrecipient.js.map +1 -1
  99. package/models/operations/recipientdeletetemplaterecipient.d.ts +28 -0
  100. package/models/operations/recipientdeletetemplaterecipient.d.ts.map +1 -1
  101. package/models/operations/recipientdeletetemplaterecipient.js +28 -1
  102. package/models/operations/recipientdeletetemplaterecipient.js.map +1 -1
  103. package/models/operations/recipientgetdocumentrecipient.d.ts +1041 -0
  104. package/models/operations/recipientgetdocumentrecipient.d.ts.map +1 -0
  105. package/models/operations/recipientgetdocumentrecipient.js +1038 -0
  106. package/models/operations/recipientgetdocumentrecipient.js.map +1 -0
  107. package/models/operations/recipientgettemplaterecipient.d.ts +1041 -0
  108. package/models/operations/recipientgettemplaterecipient.d.ts.map +1 -0
  109. package/models/operations/recipientgettemplaterecipient.js +1039 -0
  110. package/models/operations/recipientgettemplaterecipient.js.map +1 -0
  111. package/models/operations/templatedeletetemplate.d.ts +28 -0
  112. package/models/operations/templatedeletetemplate.d.ts.map +1 -1
  113. package/models/operations/templatedeletetemplate.js +28 -1
  114. package/models/operations/templatedeletetemplate.js.map +1 -1
  115. package/models/operations/templatedeletetemplatedirectlink.d.ts +28 -0
  116. package/models/operations/templatedeletetemplatedirectlink.d.ts.map +1 -1
  117. package/models/operations/templatedeletetemplatedirectlink.js +28 -1
  118. package/models/operations/templatedeletetemplatedirectlink.js.map +1 -1
  119. package/package.json +5 -1
  120. package/sdk/directlink.d.ts +1 -1
  121. package/sdk/directlink.d.ts.map +1 -1
  122. package/sdk/documensofields.d.ts +21 -14
  123. package/sdk/documensofields.d.ts.map +1 -1
  124. package/sdk/documensofields.js +29 -19
  125. package/sdk/documensofields.js.map +1 -1
  126. package/sdk/documensorecipients.d.ts +21 -14
  127. package/sdk/documensorecipients.d.ts.map +1 -1
  128. package/sdk/documensorecipients.js +29 -19
  129. package/sdk/documensorecipients.js.map +1 -1
  130. package/sdk/documents.d.ts +6 -6
  131. package/sdk/documents.d.ts.map +1 -1
  132. package/sdk/documents.js +4 -4
  133. package/sdk/documents.js.map +1 -1
  134. package/sdk/fields.d.ts +35 -3
  135. package/sdk/fields.d.ts.map +1 -1
  136. package/sdk/fields.js +51 -4
  137. package/sdk/fields.js.map +1 -1
  138. package/sdk/recipients.d.ts +35 -3
  139. package/sdk/recipients.d.ts.map +1 -1
  140. package/sdk/recipients.js +51 -4
  141. package/sdk/recipients.js.map +1 -1
  142. package/sdk/sdk.d.ts +0 -6
  143. package/sdk/sdk.d.ts.map +1 -1
  144. package/sdk/sdk.js +0 -8
  145. package/sdk/sdk.js.map +1 -1
  146. package/sdk/templates.d.ts +5 -5
  147. package/sdk/templates.d.ts.map +1 -1
  148. package/sdk/templates.js +4 -4
  149. package/sdk/templates.js.map +1 -1
  150. package/src/funcs/documentsDelete.ts +3 -4
  151. package/src/funcs/documentsFieldsDelete.ts +3 -4
  152. package/src/funcs/{fieldsGet.ts → documentsFieldsGet.ts} +11 -10
  153. package/src/funcs/documentsRecipientsDelete.ts +6 -4
  154. package/src/funcs/{recipientsGet.ts → documentsRecipientsGet.ts} +15 -10
  155. package/src/funcs/documentsRedistribute.ts +3 -4
  156. package/src/funcs/templatesDelete.ts +3 -4
  157. package/src/funcs/templatesDirectLinkDelete.ts +6 -4
  158. package/src/funcs/templatesFieldsDelete.ts +3 -4
  159. package/src/funcs/templatesFieldsGet.ts +147 -0
  160. package/src/funcs/templatesRecipientsDelete.ts +6 -4
  161. package/src/funcs/templatesRecipientsGet.ts +152 -0
  162. package/src/lib/config.ts +4 -4
  163. package/src/lib/schemas.ts +5 -0
  164. package/src/models/operations/documentdeletedocument.ts +65 -0
  165. package/src/models/operations/documentresenddocument.ts +65 -0
  166. package/src/models/operations/fielddeletedocumentfield.ts +66 -0
  167. package/src/models/operations/fielddeletetemplatefield.ts +66 -0
  168. package/src/models/operations/{fieldgetfield.ts → fieldgetdocumentfield.ts} +337 -282
  169. package/src/models/operations/fieldgettemplatefield.ts +1697 -0
  170. package/src/models/operations/index.ts +4 -2
  171. package/src/models/operations/recipientdeletedocumentrecipient.ts +74 -0
  172. package/src/models/operations/recipientdeletetemplaterecipient.ts +74 -0
  173. package/src/models/operations/recipientgetdocumentrecipient.ts +2235 -0
  174. package/src/models/operations/recipientgettemplaterecipient.ts +2251 -0
  175. package/src/models/operations/templatedeletetemplate.ts +65 -0
  176. package/src/models/operations/templatedeletetemplatedirectlink.ts +74 -0
  177. package/src/sdk/directlink.ts +1 -1
  178. package/src/sdk/documensofields.ts +47 -29
  179. package/src/sdk/documensorecipients.ts +47 -29
  180. package/src/sdk/documents.ts +10 -10
  181. package/src/sdk/fields.ts +93 -6
  182. package/src/sdk/recipients.ts +93 -6
  183. package/src/sdk/sdk.ts +0 -12
  184. package/src/sdk/templates.ts +9 -11
  185. package/.devcontainer/README.md +0 -30
  186. package/.devcontainer/devcontainer.json +0 -45
  187. package/docs/sdks/documensotemplatesfields/README.md +0 -456
  188. package/docs/sdks/documensotemplatesrecipients/README.md +0 -440
  189. package/funcs/fieldsGet.d.ts.map +0 -1
  190. package/funcs/fieldsGet.js.map +0 -1
  191. package/funcs/recipientsGet.d.ts.map +0 -1
  192. package/funcs/recipientsGet.js.map +0 -1
  193. package/local-openapi.json +0 -21024
  194. package/models/operations/fieldgetfield.d.ts.map +0 -1
  195. package/models/operations/fieldgetfield.js +0 -820
  196. package/models/operations/fieldgetfield.js.map +0 -1
  197. package/models/operations/recipientgetrecipient.d.ts +0 -1041
  198. package/models/operations/recipientgetrecipient.d.ts.map +0 -1
  199. package/models/operations/recipientgetrecipient.js +0 -1033
  200. package/models/operations/recipientgetrecipient.js.map +0 -1
  201. package/sdk/documensotemplatesfields.d.ts +0 -37
  202. package/sdk/documensotemplatesfields.d.ts.map +0 -1
  203. package/sdk/documensotemplatesfields.js +0 -59
  204. package/sdk/documensotemplatesfields.js.map +0 -1
  205. package/sdk/documensotemplatesrecipients.d.ts +0 -37
  206. package/sdk/documensotemplatesrecipients.d.ts.map +0 -1
  207. package/sdk/documensotemplatesrecipients.js +0 -59
  208. package/sdk/documensotemplatesrecipients.js.map +0 -1
  209. package/src/models/operations/recipientgetrecipient.ts +0 -2060
  210. package/src/sdk/documensotemplatesfields.ts +0 -96
  211. package/src/sdk/documensotemplatesrecipients.ts +0 -96
@@ -1,1033 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.RecipientGetRecipientFieldMeta9$inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponseValues$ = exports.RecipientGetRecipientFieldMetaRecipientsResponseValues$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponseValues$inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$ = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$inboundSchema = exports.RecipientGetRecipientType$ = exports.RecipientGetRecipientType$outboundSchema = exports.RecipientGetRecipientType$inboundSchema = exports.RecipientGetRecipientAuthOptions$ = exports.RecipientGetRecipientAuthOptions$outboundSchema = exports.RecipientGetRecipientAuthOptions$inboundSchema = exports.RecipientGetRecipientActionAuth$ = exports.RecipientGetRecipientActionAuth$outboundSchema = exports.RecipientGetRecipientActionAuth$inboundSchema = exports.RecipientGetRecipientAccessAuth$ = exports.RecipientGetRecipientAccessAuth$outboundSchema = exports.RecipientGetRecipientAccessAuth$inboundSchema = exports.SendStatus$ = exports.SendStatus$outboundSchema = exports.SendStatus$inboundSchema = exports.SigningStatus$ = exports.SigningStatus$outboundSchema = exports.SigningStatus$inboundSchema = exports.ReadStatus$ = exports.ReadStatus$outboundSchema = exports.ReadStatus$inboundSchema = exports.RecipientGetRecipientRole$ = exports.RecipientGetRecipientRole$outboundSchema = exports.RecipientGetRecipientRole$inboundSchema = exports.RecipientGetRecipientRequest$ = exports.RecipientGetRecipientRequest$outboundSchema = exports.RecipientGetRecipientRequest$inboundSchema = exports.RecipientGetRecipientFieldMetaType = exports.RecipientGetRecipientFieldMetaRecipientsType = exports.RecipientGetRecipientFieldMetaRecipientsResponseType = exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type = exports.RecipientGetRecipientType = exports.RecipientGetRecipientActionAuth = exports.RecipientGetRecipientAccessAuth = exports.SendStatus = exports.SigningStatus = exports.ReadStatus = exports.RecipientGetRecipientRole = void 0;
40
- exports.RecipientGetRecipientFieldMeta2$ = exports.RecipientGetRecipientFieldMeta2$outboundSchema = exports.RecipientGetRecipientFieldMeta2$inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsType$ = exports.RecipientGetRecipientFieldMetaRecipientsType$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsType$inboundSchema = exports.RecipientGetRecipientFieldMeta3$ = exports.RecipientGetRecipientFieldMeta3$outboundSchema = exports.RecipientGetRecipientFieldMeta3$inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponseType$ = exports.RecipientGetRecipientFieldMetaRecipientsResponseType$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponseType$inboundSchema = exports.RecipientGetRecipientFieldMeta4$ = exports.RecipientGetRecipientFieldMeta4$outboundSchema = exports.RecipientGetRecipientFieldMeta4$inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type$ = exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type$inboundSchema = exports.RecipientGetRecipientFieldMeta5$ = exports.RecipientGetRecipientFieldMeta5$outboundSchema = exports.RecipientGetRecipientFieldMeta5$inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$ = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$inboundSchema = exports.RecipientGetRecipientFieldMeta6$ = exports.RecipientGetRecipientFieldMeta6$outboundSchema = exports.RecipientGetRecipientFieldMeta6$inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$ = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$inboundSchema = exports.RecipientGetRecipientFieldMeta7$ = exports.RecipientGetRecipientFieldMeta7$outboundSchema = exports.RecipientGetRecipientFieldMeta7$inboundSchema = exports.RecipientGetRecipientFieldMetaValues$ = exports.RecipientGetRecipientFieldMetaValues$outboundSchema = exports.RecipientGetRecipientFieldMetaValues$inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$ = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$inboundSchema = exports.RecipientGetRecipientFieldMeta8$ = exports.RecipientGetRecipientFieldMeta8$outboundSchema = exports.RecipientGetRecipientFieldMeta8$inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsValues$ = exports.RecipientGetRecipientFieldMetaRecipientsValues$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsValues$inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$ = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$inboundSchema = exports.RecipientGetRecipientFieldMeta9$ = exports.RecipientGetRecipientFieldMeta9$outboundSchema = void 0;
41
- exports.RecipientGetRecipientResponseBody$ = exports.RecipientGetRecipientResponseBody$outboundSchema = exports.RecipientGetRecipientResponseBody$inboundSchema = exports.RecipientGetRecipientFields$ = exports.RecipientGetRecipientFields$outboundSchema = exports.RecipientGetRecipientFields$inboundSchema = exports.RecipientGetRecipientFieldMeta$ = exports.RecipientGetRecipientFieldMeta$outboundSchema = exports.RecipientGetRecipientFieldMeta$inboundSchema = exports.RecipientGetRecipientFieldMeta1$ = exports.RecipientGetRecipientFieldMeta1$outboundSchema = exports.RecipientGetRecipientFieldMeta1$inboundSchema = exports.RecipientGetRecipientFieldMetaType$ = exports.RecipientGetRecipientFieldMetaType$outboundSchema = exports.RecipientGetRecipientFieldMetaType$inboundSchema = void 0;
42
- exports.recipientGetRecipientRequestToJSON = recipientGetRecipientRequestToJSON;
43
- exports.recipientGetRecipientRequestFromJSON = recipientGetRecipientRequestFromJSON;
44
- exports.recipientGetRecipientAuthOptionsToJSON = recipientGetRecipientAuthOptionsToJSON;
45
- exports.recipientGetRecipientAuthOptionsFromJSON = recipientGetRecipientAuthOptionsFromJSON;
46
- exports.recipientGetRecipientFieldMetaRecipientsResponseValuesToJSON = recipientGetRecipientFieldMetaRecipientsResponseValuesToJSON;
47
- exports.recipientGetRecipientFieldMetaRecipientsResponseValuesFromJSON = recipientGetRecipientFieldMetaRecipientsResponseValuesFromJSON;
48
- exports.recipientGetRecipientFieldMeta9ToJSON = recipientGetRecipientFieldMeta9ToJSON;
49
- exports.recipientGetRecipientFieldMeta9FromJSON = recipientGetRecipientFieldMeta9FromJSON;
50
- exports.recipientGetRecipientFieldMetaRecipientsValuesToJSON = recipientGetRecipientFieldMetaRecipientsValuesToJSON;
51
- exports.recipientGetRecipientFieldMetaRecipientsValuesFromJSON = recipientGetRecipientFieldMetaRecipientsValuesFromJSON;
52
- exports.recipientGetRecipientFieldMeta8ToJSON = recipientGetRecipientFieldMeta8ToJSON;
53
- exports.recipientGetRecipientFieldMeta8FromJSON = recipientGetRecipientFieldMeta8FromJSON;
54
- exports.recipientGetRecipientFieldMetaValuesToJSON = recipientGetRecipientFieldMetaValuesToJSON;
55
- exports.recipientGetRecipientFieldMetaValuesFromJSON = recipientGetRecipientFieldMetaValuesFromJSON;
56
- exports.recipientGetRecipientFieldMeta7ToJSON = recipientGetRecipientFieldMeta7ToJSON;
57
- exports.recipientGetRecipientFieldMeta7FromJSON = recipientGetRecipientFieldMeta7FromJSON;
58
- exports.recipientGetRecipientFieldMeta6ToJSON = recipientGetRecipientFieldMeta6ToJSON;
59
- exports.recipientGetRecipientFieldMeta6FromJSON = recipientGetRecipientFieldMeta6FromJSON;
60
- exports.recipientGetRecipientFieldMeta5ToJSON = recipientGetRecipientFieldMeta5ToJSON;
61
- exports.recipientGetRecipientFieldMeta5FromJSON = recipientGetRecipientFieldMeta5FromJSON;
62
- exports.recipientGetRecipientFieldMeta4ToJSON = recipientGetRecipientFieldMeta4ToJSON;
63
- exports.recipientGetRecipientFieldMeta4FromJSON = recipientGetRecipientFieldMeta4FromJSON;
64
- exports.recipientGetRecipientFieldMeta3ToJSON = recipientGetRecipientFieldMeta3ToJSON;
65
- exports.recipientGetRecipientFieldMeta3FromJSON = recipientGetRecipientFieldMeta3FromJSON;
66
- exports.recipientGetRecipientFieldMeta2ToJSON = recipientGetRecipientFieldMeta2ToJSON;
67
- exports.recipientGetRecipientFieldMeta2FromJSON = recipientGetRecipientFieldMeta2FromJSON;
68
- exports.recipientGetRecipientFieldMeta1ToJSON = recipientGetRecipientFieldMeta1ToJSON;
69
- exports.recipientGetRecipientFieldMeta1FromJSON = recipientGetRecipientFieldMeta1FromJSON;
70
- exports.recipientGetRecipientFieldMetaToJSON = recipientGetRecipientFieldMetaToJSON;
71
- exports.recipientGetRecipientFieldMetaFromJSON = recipientGetRecipientFieldMetaFromJSON;
72
- exports.recipientGetRecipientFieldsToJSON = recipientGetRecipientFieldsToJSON;
73
- exports.recipientGetRecipientFieldsFromJSON = recipientGetRecipientFieldsFromJSON;
74
- exports.recipientGetRecipientResponseBodyToJSON = recipientGetRecipientResponseBodyToJSON;
75
- exports.recipientGetRecipientResponseBodyFromJSON = recipientGetRecipientResponseBodyFromJSON;
76
- const z = __importStar(require("zod"));
77
- const schemas_js_1 = require("../../lib/schemas.js");
78
- exports.RecipientGetRecipientRole = {
79
- Cc: "CC",
80
- Signer: "SIGNER",
81
- Viewer: "VIEWER",
82
- Approver: "APPROVER",
83
- };
84
- exports.ReadStatus = {
85
- NotOpened: "NOT_OPENED",
86
- Opened: "OPENED",
87
- };
88
- exports.SigningStatus = {
89
- NotSigned: "NOT_SIGNED",
90
- Signed: "SIGNED",
91
- Rejected: "REJECTED",
92
- };
93
- exports.SendStatus = {
94
- NotSent: "NOT_SENT",
95
- Sent: "SENT",
96
- };
97
- /**
98
- * The type of authentication required for the recipient to access the document.
99
- */
100
- exports.RecipientGetRecipientAccessAuth = {
101
- Account: "ACCOUNT",
102
- };
103
- /**
104
- * The type of authentication required for the recipient to sign the document.
105
- */
106
- exports.RecipientGetRecipientActionAuth = {
107
- Account: "ACCOUNT",
108
- Passkey: "PASSKEY",
109
- TwoFactorAuth: "TWO_FACTOR_AUTH",
110
- ExplicitNone: "EXPLICIT_NONE",
111
- };
112
- exports.RecipientGetRecipientType = {
113
- Signature: "SIGNATURE",
114
- FreeSignature: "FREE_SIGNATURE",
115
- Initials: "INITIALS",
116
- Name: "NAME",
117
- Email: "EMAIL",
118
- Date: "DATE",
119
- Text: "TEXT",
120
- Number: "NUMBER",
121
- Radio: "RADIO",
122
- Checkbox: "CHECKBOX",
123
- Dropdown: "DROPDOWN",
124
- };
125
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type = {
126
- Dropdown: "dropdown",
127
- };
128
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type = {
129
- Checkbox: "checkbox",
130
- };
131
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType = {
132
- Radio: "radio",
133
- };
134
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType = {
135
- Number: "number",
136
- };
137
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType = {
138
- Text: "text",
139
- };
140
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type = {
141
- Date: "date",
142
- };
143
- exports.RecipientGetRecipientFieldMetaRecipientsResponseType = {
144
- Email: "email",
145
- };
146
- exports.RecipientGetRecipientFieldMetaRecipientsType = {
147
- Name: "name",
148
- };
149
- exports.RecipientGetRecipientFieldMetaType = {
150
- Initials: "initials",
151
- };
152
- /** @internal */
153
- exports.RecipientGetRecipientRequest$inboundSchema = z.object({
154
- recipientId: z.number(),
155
- });
156
- /** @internal */
157
- exports.RecipientGetRecipientRequest$outboundSchema = z.object({
158
- recipientId: z.number(),
159
- });
160
- /**
161
- * @internal
162
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
163
- */
164
- var RecipientGetRecipientRequest$;
165
- (function (RecipientGetRecipientRequest$) {
166
- /** @deprecated use `RecipientGetRecipientRequest$inboundSchema` instead. */
167
- RecipientGetRecipientRequest$.inboundSchema = exports.RecipientGetRecipientRequest$inboundSchema;
168
- /** @deprecated use `RecipientGetRecipientRequest$outboundSchema` instead. */
169
- RecipientGetRecipientRequest$.outboundSchema = exports.RecipientGetRecipientRequest$outboundSchema;
170
- })(RecipientGetRecipientRequest$ || (exports.RecipientGetRecipientRequest$ = RecipientGetRecipientRequest$ = {}));
171
- function recipientGetRecipientRequestToJSON(recipientGetRecipientRequest) {
172
- return JSON.stringify(exports.RecipientGetRecipientRequest$outboundSchema.parse(recipientGetRecipientRequest));
173
- }
174
- function recipientGetRecipientRequestFromJSON(jsonString) {
175
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientRequest' from JSON`);
176
- }
177
- /** @internal */
178
- exports.RecipientGetRecipientRole$inboundSchema = z.nativeEnum(exports.RecipientGetRecipientRole);
179
- /** @internal */
180
- exports.RecipientGetRecipientRole$outboundSchema = exports.RecipientGetRecipientRole$inboundSchema;
181
- /**
182
- * @internal
183
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
184
- */
185
- var RecipientGetRecipientRole$;
186
- (function (RecipientGetRecipientRole$) {
187
- /** @deprecated use `RecipientGetRecipientRole$inboundSchema` instead. */
188
- RecipientGetRecipientRole$.inboundSchema = exports.RecipientGetRecipientRole$inboundSchema;
189
- /** @deprecated use `RecipientGetRecipientRole$outboundSchema` instead. */
190
- RecipientGetRecipientRole$.outboundSchema = exports.RecipientGetRecipientRole$outboundSchema;
191
- })(RecipientGetRecipientRole$ || (exports.RecipientGetRecipientRole$ = RecipientGetRecipientRole$ = {}));
192
- /** @internal */
193
- exports.ReadStatus$inboundSchema = z
194
- .nativeEnum(exports.ReadStatus);
195
- /** @internal */
196
- exports.ReadStatus$outboundSchema = exports.ReadStatus$inboundSchema;
197
- /**
198
- * @internal
199
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
200
- */
201
- var ReadStatus$;
202
- (function (ReadStatus$) {
203
- /** @deprecated use `ReadStatus$inboundSchema` instead. */
204
- ReadStatus$.inboundSchema = exports.ReadStatus$inboundSchema;
205
- /** @deprecated use `ReadStatus$outboundSchema` instead. */
206
- ReadStatus$.outboundSchema = exports.ReadStatus$outboundSchema;
207
- })(ReadStatus$ || (exports.ReadStatus$ = ReadStatus$ = {}));
208
- /** @internal */
209
- exports.SigningStatus$inboundSchema = z.nativeEnum(exports.SigningStatus);
210
- /** @internal */
211
- exports.SigningStatus$outboundSchema = exports.SigningStatus$inboundSchema;
212
- /**
213
- * @internal
214
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
215
- */
216
- var SigningStatus$;
217
- (function (SigningStatus$) {
218
- /** @deprecated use `SigningStatus$inboundSchema` instead. */
219
- SigningStatus$.inboundSchema = exports.SigningStatus$inboundSchema;
220
- /** @deprecated use `SigningStatus$outboundSchema` instead. */
221
- SigningStatus$.outboundSchema = exports.SigningStatus$outboundSchema;
222
- })(SigningStatus$ || (exports.SigningStatus$ = SigningStatus$ = {}));
223
- /** @internal */
224
- exports.SendStatus$inboundSchema = z
225
- .nativeEnum(exports.SendStatus);
226
- /** @internal */
227
- exports.SendStatus$outboundSchema = exports.SendStatus$inboundSchema;
228
- /**
229
- * @internal
230
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
231
- */
232
- var SendStatus$;
233
- (function (SendStatus$) {
234
- /** @deprecated use `SendStatus$inboundSchema` instead. */
235
- SendStatus$.inboundSchema = exports.SendStatus$inboundSchema;
236
- /** @deprecated use `SendStatus$outboundSchema` instead. */
237
- SendStatus$.outboundSchema = exports.SendStatus$outboundSchema;
238
- })(SendStatus$ || (exports.SendStatus$ = SendStatus$ = {}));
239
- /** @internal */
240
- exports.RecipientGetRecipientAccessAuth$inboundSchema = z.nativeEnum(exports.RecipientGetRecipientAccessAuth);
241
- /** @internal */
242
- exports.RecipientGetRecipientAccessAuth$outboundSchema = exports.RecipientGetRecipientAccessAuth$inboundSchema;
243
- /**
244
- * @internal
245
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
246
- */
247
- var RecipientGetRecipientAccessAuth$;
248
- (function (RecipientGetRecipientAccessAuth$) {
249
- /** @deprecated use `RecipientGetRecipientAccessAuth$inboundSchema` instead. */
250
- RecipientGetRecipientAccessAuth$.inboundSchema = exports.RecipientGetRecipientAccessAuth$inboundSchema;
251
- /** @deprecated use `RecipientGetRecipientAccessAuth$outboundSchema` instead. */
252
- RecipientGetRecipientAccessAuth$.outboundSchema = exports.RecipientGetRecipientAccessAuth$outboundSchema;
253
- })(RecipientGetRecipientAccessAuth$ || (exports.RecipientGetRecipientAccessAuth$ = RecipientGetRecipientAccessAuth$ = {}));
254
- /** @internal */
255
- exports.RecipientGetRecipientActionAuth$inboundSchema = z.nativeEnum(exports.RecipientGetRecipientActionAuth);
256
- /** @internal */
257
- exports.RecipientGetRecipientActionAuth$outboundSchema = exports.RecipientGetRecipientActionAuth$inboundSchema;
258
- /**
259
- * @internal
260
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
261
- */
262
- var RecipientGetRecipientActionAuth$;
263
- (function (RecipientGetRecipientActionAuth$) {
264
- /** @deprecated use `RecipientGetRecipientActionAuth$inboundSchema` instead. */
265
- RecipientGetRecipientActionAuth$.inboundSchema = exports.RecipientGetRecipientActionAuth$inboundSchema;
266
- /** @deprecated use `RecipientGetRecipientActionAuth$outboundSchema` instead. */
267
- RecipientGetRecipientActionAuth$.outboundSchema = exports.RecipientGetRecipientActionAuth$outboundSchema;
268
- })(RecipientGetRecipientActionAuth$ || (exports.RecipientGetRecipientActionAuth$ = RecipientGetRecipientActionAuth$ = {}));
269
- /** @internal */
270
- exports.RecipientGetRecipientAuthOptions$inboundSchema = z.object({
271
- accessAuth: z.nullable(exports.RecipientGetRecipientAccessAuth$inboundSchema),
272
- actionAuth: z.nullable(exports.RecipientGetRecipientActionAuth$inboundSchema),
273
- });
274
- /** @internal */
275
- exports.RecipientGetRecipientAuthOptions$outboundSchema = z.object({
276
- accessAuth: z.nullable(exports.RecipientGetRecipientAccessAuth$outboundSchema),
277
- actionAuth: z.nullable(exports.RecipientGetRecipientActionAuth$outboundSchema),
278
- });
279
- /**
280
- * @internal
281
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
282
- */
283
- var RecipientGetRecipientAuthOptions$;
284
- (function (RecipientGetRecipientAuthOptions$) {
285
- /** @deprecated use `RecipientGetRecipientAuthOptions$inboundSchema` instead. */
286
- RecipientGetRecipientAuthOptions$.inboundSchema = exports.RecipientGetRecipientAuthOptions$inboundSchema;
287
- /** @deprecated use `RecipientGetRecipientAuthOptions$outboundSchema` instead. */
288
- RecipientGetRecipientAuthOptions$.outboundSchema = exports.RecipientGetRecipientAuthOptions$outboundSchema;
289
- })(RecipientGetRecipientAuthOptions$ || (exports.RecipientGetRecipientAuthOptions$ = RecipientGetRecipientAuthOptions$ = {}));
290
- function recipientGetRecipientAuthOptionsToJSON(recipientGetRecipientAuthOptions) {
291
- return JSON.stringify(exports.RecipientGetRecipientAuthOptions$outboundSchema.parse(recipientGetRecipientAuthOptions));
292
- }
293
- function recipientGetRecipientAuthOptionsFromJSON(jsonString) {
294
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientAuthOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientAuthOptions' from JSON`);
295
- }
296
- /** @internal */
297
- exports.RecipientGetRecipientType$inboundSchema = z.nativeEnum(exports.RecipientGetRecipientType);
298
- /** @internal */
299
- exports.RecipientGetRecipientType$outboundSchema = exports.RecipientGetRecipientType$inboundSchema;
300
- /**
301
- * @internal
302
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
303
- */
304
- var RecipientGetRecipientType$;
305
- (function (RecipientGetRecipientType$) {
306
- /** @deprecated use `RecipientGetRecipientType$inboundSchema` instead. */
307
- RecipientGetRecipientType$.inboundSchema = exports.RecipientGetRecipientType$inboundSchema;
308
- /** @deprecated use `RecipientGetRecipientType$outboundSchema` instead. */
309
- RecipientGetRecipientType$.outboundSchema = exports.RecipientGetRecipientType$outboundSchema;
310
- })(RecipientGetRecipientType$ || (exports.RecipientGetRecipientType$ = RecipientGetRecipientType$ = {}));
311
- /** @internal */
312
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$inboundSchema = z.nativeEnum(exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type);
313
- /** @internal */
314
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$inboundSchema;
315
- /**
316
- * @internal
317
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
318
- */
319
- var RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$;
320
- (function (RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$) {
321
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$inboundSchema` instead. */
322
- RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$.inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$inboundSchema;
323
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$outboundSchema` instead. */
324
- RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$.outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$outboundSchema;
325
- })(RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$ || (exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$ = RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$ = {}));
326
- /** @internal */
327
- exports.RecipientGetRecipientFieldMetaRecipientsResponseValues$inboundSchema = z.object({
328
- value: z.string(),
329
- });
330
- /** @internal */
331
- exports.RecipientGetRecipientFieldMetaRecipientsResponseValues$outboundSchema = z.object({
332
- value: z.string(),
333
- });
334
- /**
335
- * @internal
336
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
337
- */
338
- var RecipientGetRecipientFieldMetaRecipientsResponseValues$;
339
- (function (RecipientGetRecipientFieldMetaRecipientsResponseValues$) {
340
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponseValues$inboundSchema` instead. */
341
- RecipientGetRecipientFieldMetaRecipientsResponseValues$.inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponseValues$inboundSchema;
342
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponseValues$outboundSchema` instead. */
343
- RecipientGetRecipientFieldMetaRecipientsResponseValues$.outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponseValues$outboundSchema;
344
- })(RecipientGetRecipientFieldMetaRecipientsResponseValues$ || (exports.RecipientGetRecipientFieldMetaRecipientsResponseValues$ = RecipientGetRecipientFieldMetaRecipientsResponseValues$ = {}));
345
- function recipientGetRecipientFieldMetaRecipientsResponseValuesToJSON(recipientGetRecipientFieldMetaRecipientsResponseValues) {
346
- return JSON.stringify(exports.RecipientGetRecipientFieldMetaRecipientsResponseValues$outboundSchema.parse(recipientGetRecipientFieldMetaRecipientsResponseValues));
347
- }
348
- function recipientGetRecipientFieldMetaRecipientsResponseValuesFromJSON(jsonString) {
349
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMetaRecipientsResponseValues$inboundSchema
350
- .parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMetaRecipientsResponseValues' from JSON`);
351
- }
352
- /** @internal */
353
- exports.RecipientGetRecipientFieldMeta9$inboundSchema = z.object({
354
- label: z.string().optional(),
355
- placeholder: z.string().optional(),
356
- required: z.boolean().optional(),
357
- readOnly: z.boolean().optional(),
358
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$inboundSchema,
359
- values: z.array(z.lazy(() => exports.RecipientGetRecipientFieldMetaRecipientsResponseValues$inboundSchema)).optional(),
360
- defaultValue: z.string().optional(),
361
- });
362
- /** @internal */
363
- exports.RecipientGetRecipientFieldMeta9$outboundSchema = z.object({
364
- label: z.string().optional(),
365
- placeholder: z.string().optional(),
366
- required: z.boolean().optional(),
367
- readOnly: z.boolean().optional(),
368
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields9Type$outboundSchema,
369
- values: z.array(z.lazy(() => exports.RecipientGetRecipientFieldMetaRecipientsResponseValues$outboundSchema)).optional(),
370
- defaultValue: z.string().optional(),
371
- });
372
- /**
373
- * @internal
374
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
375
- */
376
- var RecipientGetRecipientFieldMeta9$;
377
- (function (RecipientGetRecipientFieldMeta9$) {
378
- /** @deprecated use `RecipientGetRecipientFieldMeta9$inboundSchema` instead. */
379
- RecipientGetRecipientFieldMeta9$.inboundSchema = exports.RecipientGetRecipientFieldMeta9$inboundSchema;
380
- /** @deprecated use `RecipientGetRecipientFieldMeta9$outboundSchema` instead. */
381
- RecipientGetRecipientFieldMeta9$.outboundSchema = exports.RecipientGetRecipientFieldMeta9$outboundSchema;
382
- })(RecipientGetRecipientFieldMeta9$ || (exports.RecipientGetRecipientFieldMeta9$ = RecipientGetRecipientFieldMeta9$ = {}));
383
- function recipientGetRecipientFieldMeta9ToJSON(recipientGetRecipientFieldMeta9) {
384
- return JSON.stringify(exports.RecipientGetRecipientFieldMeta9$outboundSchema.parse(recipientGetRecipientFieldMeta9));
385
- }
386
- function recipientGetRecipientFieldMeta9FromJSON(jsonString) {
387
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMeta9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMeta9' from JSON`);
388
- }
389
- /** @internal */
390
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$inboundSchema = z.nativeEnum(exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type);
391
- /** @internal */
392
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$inboundSchema;
393
- /**
394
- * @internal
395
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
396
- */
397
- var RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$;
398
- (function (RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$) {
399
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$inboundSchema` instead. */
400
- RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$.inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$inboundSchema;
401
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$outboundSchema` instead. */
402
- RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$.outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$outboundSchema;
403
- })(RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$ || (exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$ = RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$ = {}));
404
- /** @internal */
405
- exports.RecipientGetRecipientFieldMetaRecipientsValues$inboundSchema = z.object({
406
- id: z.number(),
407
- checked: z.boolean(),
408
- value: z.string(),
409
- });
410
- /** @internal */
411
- exports.RecipientGetRecipientFieldMetaRecipientsValues$outboundSchema = z.object({
412
- id: z.number(),
413
- checked: z.boolean(),
414
- value: z.string(),
415
- });
416
- /**
417
- * @internal
418
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
419
- */
420
- var RecipientGetRecipientFieldMetaRecipientsValues$;
421
- (function (RecipientGetRecipientFieldMetaRecipientsValues$) {
422
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsValues$inboundSchema` instead. */
423
- RecipientGetRecipientFieldMetaRecipientsValues$.inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsValues$inboundSchema;
424
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsValues$outboundSchema` instead. */
425
- RecipientGetRecipientFieldMetaRecipientsValues$.outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsValues$outboundSchema;
426
- })(RecipientGetRecipientFieldMetaRecipientsValues$ || (exports.RecipientGetRecipientFieldMetaRecipientsValues$ = RecipientGetRecipientFieldMetaRecipientsValues$ = {}));
427
- function recipientGetRecipientFieldMetaRecipientsValuesToJSON(recipientGetRecipientFieldMetaRecipientsValues) {
428
- return JSON.stringify(exports.RecipientGetRecipientFieldMetaRecipientsValues$outboundSchema.parse(recipientGetRecipientFieldMetaRecipientsValues));
429
- }
430
- function recipientGetRecipientFieldMetaRecipientsValuesFromJSON(jsonString) {
431
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMetaRecipientsValues$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMetaRecipientsValues' from JSON`);
432
- }
433
- /** @internal */
434
- exports.RecipientGetRecipientFieldMeta8$inboundSchema = z.object({
435
- label: z.string().optional(),
436
- placeholder: z.string().optional(),
437
- required: z.boolean().optional(),
438
- readOnly: z.boolean().optional(),
439
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$inboundSchema,
440
- values: z.array(z.lazy(() => exports.RecipientGetRecipientFieldMetaRecipientsValues$inboundSchema)).optional(),
441
- validationRule: z.string().optional(),
442
- validationLength: z.number().optional(),
443
- });
444
- /** @internal */
445
- exports.RecipientGetRecipientFieldMeta8$outboundSchema = z.object({
446
- label: z.string().optional(),
447
- placeholder: z.string().optional(),
448
- required: z.boolean().optional(),
449
- readOnly: z.boolean().optional(),
450
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFields8Type$outboundSchema,
451
- values: z.array(z.lazy(() => exports.RecipientGetRecipientFieldMetaRecipientsValues$outboundSchema)).optional(),
452
- validationRule: z.string().optional(),
453
- validationLength: z.number().optional(),
454
- });
455
- /**
456
- * @internal
457
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
458
- */
459
- var RecipientGetRecipientFieldMeta8$;
460
- (function (RecipientGetRecipientFieldMeta8$) {
461
- /** @deprecated use `RecipientGetRecipientFieldMeta8$inboundSchema` instead. */
462
- RecipientGetRecipientFieldMeta8$.inboundSchema = exports.RecipientGetRecipientFieldMeta8$inboundSchema;
463
- /** @deprecated use `RecipientGetRecipientFieldMeta8$outboundSchema` instead. */
464
- RecipientGetRecipientFieldMeta8$.outboundSchema = exports.RecipientGetRecipientFieldMeta8$outboundSchema;
465
- })(RecipientGetRecipientFieldMeta8$ || (exports.RecipientGetRecipientFieldMeta8$ = RecipientGetRecipientFieldMeta8$ = {}));
466
- function recipientGetRecipientFieldMeta8ToJSON(recipientGetRecipientFieldMeta8) {
467
- return JSON.stringify(exports.RecipientGetRecipientFieldMeta8$outboundSchema.parse(recipientGetRecipientFieldMeta8));
468
- }
469
- function recipientGetRecipientFieldMeta8FromJSON(jsonString) {
470
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMeta8$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMeta8' from JSON`);
471
- }
472
- /** @internal */
473
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$inboundSchema = z.nativeEnum(exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType);
474
- /** @internal */
475
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$inboundSchema;
476
- /**
477
- * @internal
478
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
479
- */
480
- var RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$;
481
- (function (RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$) {
482
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$inboundSchema` instead. */
483
- RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$.inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$inboundSchema;
484
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$outboundSchema` instead. */
485
- RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$.outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$outboundSchema;
486
- })(RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$ || (exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$ = RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$ = {}));
487
- /** @internal */
488
- exports.RecipientGetRecipientFieldMetaValues$inboundSchema = z.object({
489
- id: z.number(),
490
- checked: z.boolean(),
491
- value: z.string(),
492
- });
493
- /** @internal */
494
- exports.RecipientGetRecipientFieldMetaValues$outboundSchema = z.object({
495
- id: z.number(),
496
- checked: z.boolean(),
497
- value: z.string(),
498
- });
499
- /**
500
- * @internal
501
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
502
- */
503
- var RecipientGetRecipientFieldMetaValues$;
504
- (function (RecipientGetRecipientFieldMetaValues$) {
505
- /** @deprecated use `RecipientGetRecipientFieldMetaValues$inboundSchema` instead. */
506
- RecipientGetRecipientFieldMetaValues$.inboundSchema = exports.RecipientGetRecipientFieldMetaValues$inboundSchema;
507
- /** @deprecated use `RecipientGetRecipientFieldMetaValues$outboundSchema` instead. */
508
- RecipientGetRecipientFieldMetaValues$.outboundSchema = exports.RecipientGetRecipientFieldMetaValues$outboundSchema;
509
- })(RecipientGetRecipientFieldMetaValues$ || (exports.RecipientGetRecipientFieldMetaValues$ = RecipientGetRecipientFieldMetaValues$ = {}));
510
- function recipientGetRecipientFieldMetaValuesToJSON(recipientGetRecipientFieldMetaValues) {
511
- return JSON.stringify(exports.RecipientGetRecipientFieldMetaValues$outboundSchema.parse(recipientGetRecipientFieldMetaValues));
512
- }
513
- function recipientGetRecipientFieldMetaValuesFromJSON(jsonString) {
514
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMetaValues$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMetaValues' from JSON`);
515
- }
516
- /** @internal */
517
- exports.RecipientGetRecipientFieldMeta7$inboundSchema = z.object({
518
- label: z.string().optional(),
519
- placeholder: z.string().optional(),
520
- required: z.boolean().optional(),
521
- readOnly: z.boolean().optional(),
522
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$inboundSchema,
523
- values: z.array(z.lazy(() => exports.RecipientGetRecipientFieldMetaValues$inboundSchema)).optional(),
524
- });
525
- /** @internal */
526
- exports.RecipientGetRecipientFieldMeta7$outboundSchema = z.object({
527
- label: z.string().optional(),
528
- placeholder: z.string().optional(),
529
- required: z.boolean().optional(),
530
- readOnly: z.boolean().optional(),
531
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyFieldsType$outboundSchema,
532
- values: z.array(z.lazy(() => exports.RecipientGetRecipientFieldMetaValues$outboundSchema)).optional(),
533
- });
534
- /**
535
- * @internal
536
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
537
- */
538
- var RecipientGetRecipientFieldMeta7$;
539
- (function (RecipientGetRecipientFieldMeta7$) {
540
- /** @deprecated use `RecipientGetRecipientFieldMeta7$inboundSchema` instead. */
541
- RecipientGetRecipientFieldMeta7$.inboundSchema = exports.RecipientGetRecipientFieldMeta7$inboundSchema;
542
- /** @deprecated use `RecipientGetRecipientFieldMeta7$outboundSchema` instead. */
543
- RecipientGetRecipientFieldMeta7$.outboundSchema = exports.RecipientGetRecipientFieldMeta7$outboundSchema;
544
- })(RecipientGetRecipientFieldMeta7$ || (exports.RecipientGetRecipientFieldMeta7$ = RecipientGetRecipientFieldMeta7$ = {}));
545
- function recipientGetRecipientFieldMeta7ToJSON(recipientGetRecipientFieldMeta7) {
546
- return JSON.stringify(exports.RecipientGetRecipientFieldMeta7$outboundSchema.parse(recipientGetRecipientFieldMeta7));
547
- }
548
- function recipientGetRecipientFieldMeta7FromJSON(jsonString) {
549
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMeta7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMeta7' from JSON`);
550
- }
551
- /** @internal */
552
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType);
553
- /** @internal */
554
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$inboundSchema;
555
- /**
556
- * @internal
557
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
558
- */
559
- var RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$;
560
- (function (RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$) {
561
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
562
- RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$.inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$inboundSchema;
563
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
564
- RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$.outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$outboundSchema;
565
- })(RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$ || (exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$ = RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$ = {}));
566
- /** @internal */
567
- exports.RecipientGetRecipientFieldMeta6$inboundSchema = z.object({
568
- label: z.string().optional(),
569
- placeholder: z.string().optional(),
570
- required: z.boolean().optional(),
571
- readOnly: z.boolean().optional(),
572
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$inboundSchema,
573
- numberFormat: z.string().optional(),
574
- value: z.string().optional(),
575
- minValue: z.number().optional(),
576
- maxValue: z.number().optional(),
577
- fontSize: z.number().optional(),
578
- });
579
- /** @internal */
580
- exports.RecipientGetRecipientFieldMeta6$outboundSchema = z.object({
581
- label: z.string().optional(),
582
- placeholder: z.string().optional(),
583
- required: z.boolean().optional(),
584
- readOnly: z.boolean().optional(),
585
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONResponseBodyType$outboundSchema,
586
- numberFormat: z.string().optional(),
587
- value: z.string().optional(),
588
- minValue: z.number().optional(),
589
- maxValue: z.number().optional(),
590
- fontSize: z.number().optional(),
591
- });
592
- /**
593
- * @internal
594
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
595
- */
596
- var RecipientGetRecipientFieldMeta6$;
597
- (function (RecipientGetRecipientFieldMeta6$) {
598
- /** @deprecated use `RecipientGetRecipientFieldMeta6$inboundSchema` instead. */
599
- RecipientGetRecipientFieldMeta6$.inboundSchema = exports.RecipientGetRecipientFieldMeta6$inboundSchema;
600
- /** @deprecated use `RecipientGetRecipientFieldMeta6$outboundSchema` instead. */
601
- RecipientGetRecipientFieldMeta6$.outboundSchema = exports.RecipientGetRecipientFieldMeta6$outboundSchema;
602
- })(RecipientGetRecipientFieldMeta6$ || (exports.RecipientGetRecipientFieldMeta6$ = RecipientGetRecipientFieldMeta6$ = {}));
603
- function recipientGetRecipientFieldMeta6ToJSON(recipientGetRecipientFieldMeta6) {
604
- return JSON.stringify(exports.RecipientGetRecipientFieldMeta6$outboundSchema.parse(recipientGetRecipientFieldMeta6));
605
- }
606
- function recipientGetRecipientFieldMeta6FromJSON(jsonString) {
607
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMeta6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMeta6' from JSON`);
608
- }
609
- /** @internal */
610
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType);
611
- /** @internal */
612
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$inboundSchema;
613
- /**
614
- * @internal
615
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
616
- */
617
- var RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$;
618
- (function (RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$) {
619
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$inboundSchema` instead. */
620
- RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$.inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$inboundSchema;
621
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$outboundSchema` instead. */
622
- RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$.outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$outboundSchema;
623
- })(RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$ || (exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$ = RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$ = {}));
624
- /** @internal */
625
- exports.RecipientGetRecipientFieldMeta5$inboundSchema = z.object({
626
- label: z.string().optional(),
627
- placeholder: z.string().optional(),
628
- required: z.boolean().optional(),
629
- readOnly: z.boolean().optional(),
630
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$inboundSchema,
631
- text: z.string().optional(),
632
- characterLimit: z.number().optional(),
633
- fontSize: z.number().optional(),
634
- });
635
- /** @internal */
636
- exports.RecipientGetRecipientFieldMeta5$outboundSchema = z.object({
637
- label: z.string().optional(),
638
- placeholder: z.string().optional(),
639
- required: z.boolean().optional(),
640
- readOnly: z.boolean().optional(),
641
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponse200ApplicationJSONType$outboundSchema,
642
- text: z.string().optional(),
643
- characterLimit: z.number().optional(),
644
- fontSize: z.number().optional(),
645
- });
646
- /**
647
- * @internal
648
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
649
- */
650
- var RecipientGetRecipientFieldMeta5$;
651
- (function (RecipientGetRecipientFieldMeta5$) {
652
- /** @deprecated use `RecipientGetRecipientFieldMeta5$inboundSchema` instead. */
653
- RecipientGetRecipientFieldMeta5$.inboundSchema = exports.RecipientGetRecipientFieldMeta5$inboundSchema;
654
- /** @deprecated use `RecipientGetRecipientFieldMeta5$outboundSchema` instead. */
655
- RecipientGetRecipientFieldMeta5$.outboundSchema = exports.RecipientGetRecipientFieldMeta5$outboundSchema;
656
- })(RecipientGetRecipientFieldMeta5$ || (exports.RecipientGetRecipientFieldMeta5$ = RecipientGetRecipientFieldMeta5$ = {}));
657
- function recipientGetRecipientFieldMeta5ToJSON(recipientGetRecipientFieldMeta5) {
658
- return JSON.stringify(exports.RecipientGetRecipientFieldMeta5$outboundSchema.parse(recipientGetRecipientFieldMeta5));
659
- }
660
- function recipientGetRecipientFieldMeta5FromJSON(jsonString) {
661
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMeta5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMeta5' from JSON`);
662
- }
663
- /** @internal */
664
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type$inboundSchema = z.nativeEnum(exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type);
665
- /** @internal */
666
- exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type$inboundSchema;
667
- /**
668
- * @internal
669
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
670
- */
671
- var RecipientGetRecipientFieldMetaRecipientsResponse200Type$;
672
- (function (RecipientGetRecipientFieldMetaRecipientsResponse200Type$) {
673
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponse200Type$inboundSchema` instead. */
674
- RecipientGetRecipientFieldMetaRecipientsResponse200Type$.inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type$inboundSchema;
675
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponse200Type$outboundSchema` instead. */
676
- RecipientGetRecipientFieldMetaRecipientsResponse200Type$.outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type$outboundSchema;
677
- })(RecipientGetRecipientFieldMetaRecipientsResponse200Type$ || (exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type$ = RecipientGetRecipientFieldMetaRecipientsResponse200Type$ = {}));
678
- /** @internal */
679
- exports.RecipientGetRecipientFieldMeta4$inboundSchema = z.object({
680
- label: z.string().optional(),
681
- placeholder: z.string().optional(),
682
- required: z.boolean().optional(),
683
- readOnly: z.boolean().optional(),
684
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type$inboundSchema,
685
- fontSize: z.number().optional(),
686
- });
687
- /** @internal */
688
- exports.RecipientGetRecipientFieldMeta4$outboundSchema = z.object({
689
- label: z.string().optional(),
690
- placeholder: z.string().optional(),
691
- required: z.boolean().optional(),
692
- readOnly: z.boolean().optional(),
693
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponse200Type$outboundSchema,
694
- fontSize: z.number().optional(),
695
- });
696
- /**
697
- * @internal
698
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
699
- */
700
- var RecipientGetRecipientFieldMeta4$;
701
- (function (RecipientGetRecipientFieldMeta4$) {
702
- /** @deprecated use `RecipientGetRecipientFieldMeta4$inboundSchema` instead. */
703
- RecipientGetRecipientFieldMeta4$.inboundSchema = exports.RecipientGetRecipientFieldMeta4$inboundSchema;
704
- /** @deprecated use `RecipientGetRecipientFieldMeta4$outboundSchema` instead. */
705
- RecipientGetRecipientFieldMeta4$.outboundSchema = exports.RecipientGetRecipientFieldMeta4$outboundSchema;
706
- })(RecipientGetRecipientFieldMeta4$ || (exports.RecipientGetRecipientFieldMeta4$ = RecipientGetRecipientFieldMeta4$ = {}));
707
- function recipientGetRecipientFieldMeta4ToJSON(recipientGetRecipientFieldMeta4) {
708
- return JSON.stringify(exports.RecipientGetRecipientFieldMeta4$outboundSchema.parse(recipientGetRecipientFieldMeta4));
709
- }
710
- function recipientGetRecipientFieldMeta4FromJSON(jsonString) {
711
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMeta4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMeta4' from JSON`);
712
- }
713
- /** @internal */
714
- exports.RecipientGetRecipientFieldMetaRecipientsResponseType$inboundSchema = z.nativeEnum(exports.RecipientGetRecipientFieldMetaRecipientsResponseType);
715
- /** @internal */
716
- exports.RecipientGetRecipientFieldMetaRecipientsResponseType$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponseType$inboundSchema;
717
- /**
718
- * @internal
719
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
720
- */
721
- var RecipientGetRecipientFieldMetaRecipientsResponseType$;
722
- (function (RecipientGetRecipientFieldMetaRecipientsResponseType$) {
723
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponseType$inboundSchema` instead. */
724
- RecipientGetRecipientFieldMetaRecipientsResponseType$.inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponseType$inboundSchema;
725
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsResponseType$outboundSchema` instead. */
726
- RecipientGetRecipientFieldMetaRecipientsResponseType$.outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsResponseType$outboundSchema;
727
- })(RecipientGetRecipientFieldMetaRecipientsResponseType$ || (exports.RecipientGetRecipientFieldMetaRecipientsResponseType$ = RecipientGetRecipientFieldMetaRecipientsResponseType$ = {}));
728
- /** @internal */
729
- exports.RecipientGetRecipientFieldMeta3$inboundSchema = z.object({
730
- label: z.string().optional(),
731
- placeholder: z.string().optional(),
732
- required: z.boolean().optional(),
733
- readOnly: z.boolean().optional(),
734
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponseType$inboundSchema,
735
- fontSize: z.number().optional(),
736
- });
737
- /** @internal */
738
- exports.RecipientGetRecipientFieldMeta3$outboundSchema = z.object({
739
- label: z.string().optional(),
740
- placeholder: z.string().optional(),
741
- required: z.boolean().optional(),
742
- readOnly: z.boolean().optional(),
743
- type: exports.RecipientGetRecipientFieldMetaRecipientsResponseType$outboundSchema,
744
- fontSize: z.number().optional(),
745
- });
746
- /**
747
- * @internal
748
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
749
- */
750
- var RecipientGetRecipientFieldMeta3$;
751
- (function (RecipientGetRecipientFieldMeta3$) {
752
- /** @deprecated use `RecipientGetRecipientFieldMeta3$inboundSchema` instead. */
753
- RecipientGetRecipientFieldMeta3$.inboundSchema = exports.RecipientGetRecipientFieldMeta3$inboundSchema;
754
- /** @deprecated use `RecipientGetRecipientFieldMeta3$outboundSchema` instead. */
755
- RecipientGetRecipientFieldMeta3$.outboundSchema = exports.RecipientGetRecipientFieldMeta3$outboundSchema;
756
- })(RecipientGetRecipientFieldMeta3$ || (exports.RecipientGetRecipientFieldMeta3$ = RecipientGetRecipientFieldMeta3$ = {}));
757
- function recipientGetRecipientFieldMeta3ToJSON(recipientGetRecipientFieldMeta3) {
758
- return JSON.stringify(exports.RecipientGetRecipientFieldMeta3$outboundSchema.parse(recipientGetRecipientFieldMeta3));
759
- }
760
- function recipientGetRecipientFieldMeta3FromJSON(jsonString) {
761
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMeta3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMeta3' from JSON`);
762
- }
763
- /** @internal */
764
- exports.RecipientGetRecipientFieldMetaRecipientsType$inboundSchema = z
765
- .nativeEnum(exports.RecipientGetRecipientFieldMetaRecipientsType);
766
- /** @internal */
767
- exports.RecipientGetRecipientFieldMetaRecipientsType$outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsType$inboundSchema;
768
- /**
769
- * @internal
770
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
771
- */
772
- var RecipientGetRecipientFieldMetaRecipientsType$;
773
- (function (RecipientGetRecipientFieldMetaRecipientsType$) {
774
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsType$inboundSchema` instead. */
775
- RecipientGetRecipientFieldMetaRecipientsType$.inboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsType$inboundSchema;
776
- /** @deprecated use `RecipientGetRecipientFieldMetaRecipientsType$outboundSchema` instead. */
777
- RecipientGetRecipientFieldMetaRecipientsType$.outboundSchema = exports.RecipientGetRecipientFieldMetaRecipientsType$outboundSchema;
778
- })(RecipientGetRecipientFieldMetaRecipientsType$ || (exports.RecipientGetRecipientFieldMetaRecipientsType$ = RecipientGetRecipientFieldMetaRecipientsType$ = {}));
779
- /** @internal */
780
- exports.RecipientGetRecipientFieldMeta2$inboundSchema = z.object({
781
- label: z.string().optional(),
782
- placeholder: z.string().optional(),
783
- required: z.boolean().optional(),
784
- readOnly: z.boolean().optional(),
785
- type: exports.RecipientGetRecipientFieldMetaRecipientsType$inboundSchema,
786
- fontSize: z.number().optional(),
787
- });
788
- /** @internal */
789
- exports.RecipientGetRecipientFieldMeta2$outboundSchema = z.object({
790
- label: z.string().optional(),
791
- placeholder: z.string().optional(),
792
- required: z.boolean().optional(),
793
- readOnly: z.boolean().optional(),
794
- type: exports.RecipientGetRecipientFieldMetaRecipientsType$outboundSchema,
795
- fontSize: z.number().optional(),
796
- });
797
- /**
798
- * @internal
799
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
800
- */
801
- var RecipientGetRecipientFieldMeta2$;
802
- (function (RecipientGetRecipientFieldMeta2$) {
803
- /** @deprecated use `RecipientGetRecipientFieldMeta2$inboundSchema` instead. */
804
- RecipientGetRecipientFieldMeta2$.inboundSchema = exports.RecipientGetRecipientFieldMeta2$inboundSchema;
805
- /** @deprecated use `RecipientGetRecipientFieldMeta2$outboundSchema` instead. */
806
- RecipientGetRecipientFieldMeta2$.outboundSchema = exports.RecipientGetRecipientFieldMeta2$outboundSchema;
807
- })(RecipientGetRecipientFieldMeta2$ || (exports.RecipientGetRecipientFieldMeta2$ = RecipientGetRecipientFieldMeta2$ = {}));
808
- function recipientGetRecipientFieldMeta2ToJSON(recipientGetRecipientFieldMeta2) {
809
- return JSON.stringify(exports.RecipientGetRecipientFieldMeta2$outboundSchema.parse(recipientGetRecipientFieldMeta2));
810
- }
811
- function recipientGetRecipientFieldMeta2FromJSON(jsonString) {
812
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMeta2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMeta2' from JSON`);
813
- }
814
- /** @internal */
815
- exports.RecipientGetRecipientFieldMetaType$inboundSchema = z.nativeEnum(exports.RecipientGetRecipientFieldMetaType);
816
- /** @internal */
817
- exports.RecipientGetRecipientFieldMetaType$outboundSchema = exports.RecipientGetRecipientFieldMetaType$inboundSchema;
818
- /**
819
- * @internal
820
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
821
- */
822
- var RecipientGetRecipientFieldMetaType$;
823
- (function (RecipientGetRecipientFieldMetaType$) {
824
- /** @deprecated use `RecipientGetRecipientFieldMetaType$inboundSchema` instead. */
825
- RecipientGetRecipientFieldMetaType$.inboundSchema = exports.RecipientGetRecipientFieldMetaType$inboundSchema;
826
- /** @deprecated use `RecipientGetRecipientFieldMetaType$outboundSchema` instead. */
827
- RecipientGetRecipientFieldMetaType$.outboundSchema = exports.RecipientGetRecipientFieldMetaType$outboundSchema;
828
- })(RecipientGetRecipientFieldMetaType$ || (exports.RecipientGetRecipientFieldMetaType$ = RecipientGetRecipientFieldMetaType$ = {}));
829
- /** @internal */
830
- exports.RecipientGetRecipientFieldMeta1$inboundSchema = z.object({
831
- label: z.string().optional(),
832
- placeholder: z.string().optional(),
833
- required: z.boolean().optional(),
834
- readOnly: z.boolean().optional(),
835
- type: exports.RecipientGetRecipientFieldMetaType$inboundSchema,
836
- fontSize: z.number().optional(),
837
- });
838
- /** @internal */
839
- exports.RecipientGetRecipientFieldMeta1$outboundSchema = z.object({
840
- label: z.string().optional(),
841
- placeholder: z.string().optional(),
842
- required: z.boolean().optional(),
843
- readOnly: z.boolean().optional(),
844
- type: exports.RecipientGetRecipientFieldMetaType$outboundSchema,
845
- fontSize: z.number().optional(),
846
- });
847
- /**
848
- * @internal
849
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
850
- */
851
- var RecipientGetRecipientFieldMeta1$;
852
- (function (RecipientGetRecipientFieldMeta1$) {
853
- /** @deprecated use `RecipientGetRecipientFieldMeta1$inboundSchema` instead. */
854
- RecipientGetRecipientFieldMeta1$.inboundSchema = exports.RecipientGetRecipientFieldMeta1$inboundSchema;
855
- /** @deprecated use `RecipientGetRecipientFieldMeta1$outboundSchema` instead. */
856
- RecipientGetRecipientFieldMeta1$.outboundSchema = exports.RecipientGetRecipientFieldMeta1$outboundSchema;
857
- })(RecipientGetRecipientFieldMeta1$ || (exports.RecipientGetRecipientFieldMeta1$ = RecipientGetRecipientFieldMeta1$ = {}));
858
- function recipientGetRecipientFieldMeta1ToJSON(recipientGetRecipientFieldMeta1) {
859
- return JSON.stringify(exports.RecipientGetRecipientFieldMeta1$outboundSchema.parse(recipientGetRecipientFieldMeta1));
860
- }
861
- function recipientGetRecipientFieldMeta1FromJSON(jsonString) {
862
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMeta1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMeta1' from JSON`);
863
- }
864
- /** @internal */
865
- exports.RecipientGetRecipientFieldMeta$inboundSchema = z.union([
866
- z.lazy(() => exports.RecipientGetRecipientFieldMeta1$inboundSchema),
867
- z.lazy(() => exports.RecipientGetRecipientFieldMeta2$inboundSchema),
868
- z.lazy(() => exports.RecipientGetRecipientFieldMeta3$inboundSchema),
869
- z.lazy(() => exports.RecipientGetRecipientFieldMeta4$inboundSchema),
870
- z.lazy(() => exports.RecipientGetRecipientFieldMeta7$inboundSchema),
871
- z.lazy(() => exports.RecipientGetRecipientFieldMeta9$inboundSchema),
872
- z.lazy(() => exports.RecipientGetRecipientFieldMeta5$inboundSchema),
873
- z.lazy(() => exports.RecipientGetRecipientFieldMeta8$inboundSchema),
874
- z.lazy(() => exports.RecipientGetRecipientFieldMeta6$inboundSchema),
875
- ]);
876
- /** @internal */
877
- exports.RecipientGetRecipientFieldMeta$outboundSchema = z.union([
878
- z.lazy(() => exports.RecipientGetRecipientFieldMeta1$outboundSchema),
879
- z.lazy(() => exports.RecipientGetRecipientFieldMeta2$outboundSchema),
880
- z.lazy(() => exports.RecipientGetRecipientFieldMeta3$outboundSchema),
881
- z.lazy(() => exports.RecipientGetRecipientFieldMeta4$outboundSchema),
882
- z.lazy(() => exports.RecipientGetRecipientFieldMeta7$outboundSchema),
883
- z.lazy(() => exports.RecipientGetRecipientFieldMeta9$outboundSchema),
884
- z.lazy(() => exports.RecipientGetRecipientFieldMeta5$outboundSchema),
885
- z.lazy(() => exports.RecipientGetRecipientFieldMeta8$outboundSchema),
886
- z.lazy(() => exports.RecipientGetRecipientFieldMeta6$outboundSchema),
887
- ]);
888
- /**
889
- * @internal
890
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
891
- */
892
- var RecipientGetRecipientFieldMeta$;
893
- (function (RecipientGetRecipientFieldMeta$) {
894
- /** @deprecated use `RecipientGetRecipientFieldMeta$inboundSchema` instead. */
895
- RecipientGetRecipientFieldMeta$.inboundSchema = exports.RecipientGetRecipientFieldMeta$inboundSchema;
896
- /** @deprecated use `RecipientGetRecipientFieldMeta$outboundSchema` instead. */
897
- RecipientGetRecipientFieldMeta$.outboundSchema = exports.RecipientGetRecipientFieldMeta$outboundSchema;
898
- })(RecipientGetRecipientFieldMeta$ || (exports.RecipientGetRecipientFieldMeta$ = RecipientGetRecipientFieldMeta$ = {}));
899
- function recipientGetRecipientFieldMetaToJSON(recipientGetRecipientFieldMeta) {
900
- return JSON.stringify(exports.RecipientGetRecipientFieldMeta$outboundSchema.parse(recipientGetRecipientFieldMeta));
901
- }
902
- function recipientGetRecipientFieldMetaFromJSON(jsonString) {
903
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFieldMeta$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFieldMeta' from JSON`);
904
- }
905
- /** @internal */
906
- exports.RecipientGetRecipientFields$inboundSchema = z.object({
907
- type: exports.RecipientGetRecipientType$inboundSchema,
908
- id: z.number().int(),
909
- secondaryId: z.string(),
910
- documentId: z.nullable(z.number().int()),
911
- templateId: z.nullable(z.number().int()),
912
- recipientId: z.number().int(),
913
- page: z.number(),
914
- positionX: z.any().optional(),
915
- positionY: z.any().optional(),
916
- width: z.any().optional(),
917
- height: z.any().optional(),
918
- customText: z.string(),
919
- inserted: z.boolean(),
920
- fieldMeta: z.nullable(z.union([
921
- z.lazy(() => exports.RecipientGetRecipientFieldMeta1$inboundSchema),
922
- z.lazy(() => exports.RecipientGetRecipientFieldMeta2$inboundSchema),
923
- z.lazy(() => exports.RecipientGetRecipientFieldMeta3$inboundSchema),
924
- z.lazy(() => exports.RecipientGetRecipientFieldMeta4$inboundSchema),
925
- z.lazy(() => exports.RecipientGetRecipientFieldMeta7$inboundSchema),
926
- z.lazy(() => exports.RecipientGetRecipientFieldMeta9$inboundSchema),
927
- z.lazy(() => exports.RecipientGetRecipientFieldMeta5$inboundSchema),
928
- z.lazy(() => exports.RecipientGetRecipientFieldMeta8$inboundSchema),
929
- z.lazy(() => exports.RecipientGetRecipientFieldMeta6$inboundSchema),
930
- ])),
931
- });
932
- /** @internal */
933
- exports.RecipientGetRecipientFields$outboundSchema = z.object({
934
- type: exports.RecipientGetRecipientType$outboundSchema,
935
- id: z.number().int(),
936
- secondaryId: z.string(),
937
- documentId: z.nullable(z.number().int()),
938
- templateId: z.nullable(z.number().int()),
939
- recipientId: z.number().int(),
940
- page: z.number(),
941
- positionX: z.any().optional(),
942
- positionY: z.any().optional(),
943
- width: z.any().optional(),
944
- height: z.any().optional(),
945
- customText: z.string(),
946
- inserted: z.boolean(),
947
- fieldMeta: z.nullable(z.union([
948
- z.lazy(() => exports.RecipientGetRecipientFieldMeta1$outboundSchema),
949
- z.lazy(() => exports.RecipientGetRecipientFieldMeta2$outboundSchema),
950
- z.lazy(() => exports.RecipientGetRecipientFieldMeta3$outboundSchema),
951
- z.lazy(() => exports.RecipientGetRecipientFieldMeta4$outboundSchema),
952
- z.lazy(() => exports.RecipientGetRecipientFieldMeta7$outboundSchema),
953
- z.lazy(() => exports.RecipientGetRecipientFieldMeta9$outboundSchema),
954
- z.lazy(() => exports.RecipientGetRecipientFieldMeta5$outboundSchema),
955
- z.lazy(() => exports.RecipientGetRecipientFieldMeta8$outboundSchema),
956
- z.lazy(() => exports.RecipientGetRecipientFieldMeta6$outboundSchema),
957
- ])),
958
- });
959
- /**
960
- * @internal
961
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
962
- */
963
- var RecipientGetRecipientFields$;
964
- (function (RecipientGetRecipientFields$) {
965
- /** @deprecated use `RecipientGetRecipientFields$inboundSchema` instead. */
966
- RecipientGetRecipientFields$.inboundSchema = exports.RecipientGetRecipientFields$inboundSchema;
967
- /** @deprecated use `RecipientGetRecipientFields$outboundSchema` instead. */
968
- RecipientGetRecipientFields$.outboundSchema = exports.RecipientGetRecipientFields$outboundSchema;
969
- })(RecipientGetRecipientFields$ || (exports.RecipientGetRecipientFields$ = RecipientGetRecipientFields$ = {}));
970
- function recipientGetRecipientFieldsToJSON(recipientGetRecipientFields) {
971
- return JSON.stringify(exports.RecipientGetRecipientFields$outboundSchema.parse(recipientGetRecipientFields));
972
- }
973
- function recipientGetRecipientFieldsFromJSON(jsonString) {
974
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientFields$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientFields' from JSON`);
975
- }
976
- /** @internal */
977
- exports.RecipientGetRecipientResponseBody$inboundSchema = z.object({
978
- role: exports.RecipientGetRecipientRole$inboundSchema,
979
- readStatus: exports.ReadStatus$inboundSchema,
980
- signingStatus: exports.SigningStatus$inboundSchema,
981
- sendStatus: exports.SendStatus$inboundSchema,
982
- id: z.number().int(),
983
- documentId: z.nullable(z.number().int()),
984
- templateId: z.nullable(z.number().int()),
985
- email: z.string(),
986
- name: z.string(),
987
- token: z.string(),
988
- documentDeletedAt: z.nullable(z.string()),
989
- expired: z.nullable(z.string()),
990
- signedAt: z.nullable(z.string()),
991
- authOptions: z.nullable(z.lazy(() => exports.RecipientGetRecipientAuthOptions$inboundSchema)),
992
- signingOrder: z.nullable(z.number()),
993
- rejectionReason: z.nullable(z.string()),
994
- fields: z.array(z.lazy(() => exports.RecipientGetRecipientFields$inboundSchema)),
995
- });
996
- /** @internal */
997
- exports.RecipientGetRecipientResponseBody$outboundSchema = z.object({
998
- role: exports.RecipientGetRecipientRole$outboundSchema,
999
- readStatus: exports.ReadStatus$outboundSchema,
1000
- signingStatus: exports.SigningStatus$outboundSchema,
1001
- sendStatus: exports.SendStatus$outboundSchema,
1002
- id: z.number().int(),
1003
- documentId: z.nullable(z.number().int()),
1004
- templateId: z.nullable(z.number().int()),
1005
- email: z.string(),
1006
- name: z.string(),
1007
- token: z.string(),
1008
- documentDeletedAt: z.nullable(z.string()),
1009
- expired: z.nullable(z.string()),
1010
- signedAt: z.nullable(z.string()),
1011
- authOptions: z.nullable(z.lazy(() => exports.RecipientGetRecipientAuthOptions$outboundSchema)),
1012
- signingOrder: z.nullable(z.number()),
1013
- rejectionReason: z.nullable(z.string()),
1014
- fields: z.array(z.lazy(() => exports.RecipientGetRecipientFields$outboundSchema)),
1015
- });
1016
- /**
1017
- * @internal
1018
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1019
- */
1020
- var RecipientGetRecipientResponseBody$;
1021
- (function (RecipientGetRecipientResponseBody$) {
1022
- /** @deprecated use `RecipientGetRecipientResponseBody$inboundSchema` instead. */
1023
- RecipientGetRecipientResponseBody$.inboundSchema = exports.RecipientGetRecipientResponseBody$inboundSchema;
1024
- /** @deprecated use `RecipientGetRecipientResponseBody$outboundSchema` instead. */
1025
- RecipientGetRecipientResponseBody$.outboundSchema = exports.RecipientGetRecipientResponseBody$outboundSchema;
1026
- })(RecipientGetRecipientResponseBody$ || (exports.RecipientGetRecipientResponseBody$ = RecipientGetRecipientResponseBody$ = {}));
1027
- function recipientGetRecipientResponseBodyToJSON(recipientGetRecipientResponseBody) {
1028
- return JSON.stringify(exports.RecipientGetRecipientResponseBody$outboundSchema.parse(recipientGetRecipientResponseBody));
1029
- }
1030
- function recipientGetRecipientResponseBodyFromJSON(jsonString) {
1031
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RecipientGetRecipientResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RecipientGetRecipientResponseBody' from JSON`);
1032
- }
1033
- //# sourceMappingURL=recipientgetrecipient.js.map