increase 0.342.0 → 0.344.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.
@@ -286,6 +286,23 @@ export namespace CardAuthorizationCreateParams {
286
286
  | 'quasi_cash'
287
287
  | 'refund'
288
288
  | 'cash_disbursement';
289
+
290
+ /**
291
+ * Details related to refund authorizations.
292
+ */
293
+ refund?: ProcessingCategory.Refund;
294
+ }
295
+
296
+ export namespace ProcessingCategory {
297
+ /**
298
+ * Details related to refund authorizations.
299
+ */
300
+ export interface Refund {
301
+ /**
302
+ * The card payment to link this refund to.
303
+ */
304
+ original_card_payment_id?: string;
305
+ }
289
306
  }
290
307
  }
291
308
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.342.0'; // x-release-please-version
1
+ export const VERSION = '0.344.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.342.0";
1
+ export declare const VERSION = "0.344.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.342.0'; // x-release-please-version
4
+ exports.VERSION = '0.344.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.342.0'; // x-release-please-version
1
+ export const VERSION = '0.344.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map