@subnoto/api-client 2.0.0 → 2.0.1

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@subnoto/api-client",
3
3
  "private": false,
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "description": "TypeScript SDK for Subnoto Public API",
6
6
  "author": "Subnoto",
7
7
  "homepage": "https://subnoto.com",
@@ -3240,6 +3240,10 @@ export interface paths {
3240
3240
  /** @description The number of approvals required on the envelope. */
3241
3241
  approvalRequiredCount: number;
3242
3242
  };
3243
+ /** @description Whether signature order is enabled for this envelope. */
3244
+ signatureOrder: boolean;
3245
+ /** @description Custom message to include in invitation emails. */
3246
+ customMessage: string | null;
3243
3247
  };
3244
3248
  };
3245
3249
  };