@bkper/bkper-api-types 5.28.0 → 5.29.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 +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -714,6 +714,7 @@ declare namespace bkper {
714
714
  id?: string;
715
715
  lastUpdateMs?: string;
716
716
  logo?: string;
717
+ logoDark?: string;
717
718
  name?: string;
718
719
  normalizedName?: string;
719
720
  properties?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkper/bkper-api-types",
3
- "version": "5.28.0",
3
+ "version": "5.29.0",
4
4
  "description": "Typescript definitions for Bkper REST API",
5
5
  "homepage": "https://api.bkper.com",
6
6
  "repository": {