randmar-api-client 1.344.0 → 1.346.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.
@@ -1472,9 +1472,10 @@ export type GetV4PartnerByRouteApplicationIdJobsApiArg = {
1472
1472
  };
1473
1473
  export type GetV4PartnerByRouteApplicationIdJobsCompletedOrCancelApiResponse = unknown;
1474
1474
  export type GetV4PartnerByRouteApplicationIdJobsCompletedOrCancelApiArg = {
1475
+ /** The application ID of the partner. */
1476
+ routeApplicationId: string;
1475
1477
  /** The maximum number of jobs to return (defaults to 100). */
1476
1478
  max?: number;
1477
- routeApplicationId: string;
1478
1479
  };
1479
1480
  export type PutV4PartnerByRouteApplicationIdJobsAssistantTaskApiResponse =
1480
1481
  /** status 200 The assistant task was queued successfully. */ boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.344.0",
3
+ "version": "1.346.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",