randmar-api-client 1.227.0 → 1.229.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.
@@ -5879,6 +5879,7 @@ export type CreatePartnerAssistantJobInput = {
5879
5879
  OwnerEmail?: string | null;
5880
5880
  Files?: string[] | null;
5881
5881
  SopIds?: string[] | null;
5882
+ WithAwaitingApproval?: boolean;
5882
5883
  };
5883
5884
  export type ConvertToShortModel = {
5884
5885
  Title?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.227.0",
3
+ "version": "1.229.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",