@bkper/bkper-api-types 5.23.1 → 5.24.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.
Files changed (2) hide show
  1. package/index.d.ts +6 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -632,6 +632,12 @@ declare namespace bkper {
632
632
  * The file name
633
633
  */
634
634
  name?: string;
635
+ /**
636
+ * The key/value custom properties of the File
637
+ */
638
+ properties?: {
639
+ [name: string]: string;
640
+ };
635
641
  /**
636
642
  * The file size in bytes
637
643
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkper/bkper-api-types",
3
- "version": "5.23.1",
3
+ "version": "5.24.0",
4
4
  "description": "Typescript definitions for Bkper REST API",
5
5
  "homepage": "https://api.bkper.com",
6
6
  "repository": {