randmar-api-client 1.137.0 → 1.139.0

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.
@@ -5747,6 +5747,7 @@ export type Job = {
5747
5747
  };
5748
5748
  export type CreatePartnerAssistantJobInput = {
5749
5749
  Prompt?: string | null;
5750
+ OwnerEmail?: string | null;
5750
5751
  Files?: string[] | null;
5751
5752
  SopIds?: string[] | null;
5752
5753
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.137.0",
3
+ "version": "1.139.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",