randmar-api-client 1.343.0 → 1.345.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;
@@ -4298,6 +4299,7 @@ export type Manufacturer = {
4298
4299
  Status?: string | null;
4299
4300
  AmazonStrategy?: string | null;
4300
4301
  TransactionalWebsite?: boolean;
4302
+ CompanyVision?: boolean;
4301
4303
  };
4302
4304
  export type Statement = {
4303
4305
  Over0?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.343.0",
3
+ "version": "1.345.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",