randmar-api-client 1.149.0 → 1.151.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.
@@ -3013,9 +3013,10 @@ export type PostV4ResellerByRouteResellerIdReturnAndReturnNumberCreditApiArg = {
3013
3013
  };
3014
3014
  export type PostV4ResellerByRouteResellerIdReturnAndReturnNumberDeclineApiResponse = unknown;
3015
3015
  export type PostV4ResellerByRouteResellerIdReturnAndReturnNumberDeclineApiArg = {
3016
+ /** The ID of the reseller initiating the return. This is taken from the route. */
3017
+ routeResellerId: string;
3016
3018
  /** The return number that is to be declined. */
3017
3019
  returnNumber: string;
3018
- routeResellerId: string;
3019
3020
  };
3020
3021
  export type PutV4ResellerByRouteResellerIdReturnAndReturnNumberAdminCreditApiResponse =
3021
3022
  /** status 200 Returns a result object indicating success. */ string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.149.0",
3
+ "version": "1.151.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",