@bkper/bkper-api-types 5.4.0 → 5.5.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 +11 -7
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -441,14 +441,13 @@ declare namespace bkper {
441
441
  createdAt?: string;
442
442
  dateAddedMs?: string;
443
443
  email?: string;
444
- error?: string;
445
444
  id?: string;
446
445
  logo?: string;
447
446
  name?: string;
448
447
  properties?: {
449
448
  [name: string]: string;
450
449
  };
451
- status?: "CONNECTED" | "DISCONNECTED";
450
+ type?: "APP" | "BANK";
452
451
  userId?: string;
453
452
  uuid?: string;
454
453
  }
@@ -1011,6 +1010,11 @@ declare namespace Paths {
1011
1010
  export type $200 = bkper.Book;
1012
1011
  }
1013
1012
  }
1013
+ namespace BkperV5GetConnection {
1014
+ namespace Responses {
1015
+ export type $200 = bkper.Connection;
1016
+ }
1017
+ }
1014
1018
  namespace BkperV5GetFile {
1015
1019
  namespace Responses {
1016
1020
  export type $200 = bkper.File;
@@ -1031,11 +1035,6 @@ declare namespace Paths {
1031
1035
  export type $200 = bkper.User;
1032
1036
  }
1033
1037
  }
1034
- namespace BkperV5GetUserCredentials {
1035
- namespace Responses {
1036
- export type $200 = bkper.Connection;
1037
- }
1038
- }
1039
1038
  namespace BkperV5ListAccountGroups {
1040
1039
  namespace Responses {
1041
1040
  export type $200 = bkper.GroupList;
@@ -1061,6 +1060,11 @@ declare namespace Paths {
1061
1060
  export type $200 = bkper.BookList;
1062
1061
  }
1063
1062
  }
1063
+ namespace BkperV5ListConnectionIntegrations {
1064
+ namespace Responses {
1065
+ export type $200 = bkper.IntegrationList;
1066
+ }
1067
+ }
1064
1068
  namespace BkperV5ListConnections {
1065
1069
  namespace Responses {
1066
1070
  export type $200 = bkper.ConnectionList;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkper/bkper-api-types",
3
- "version": "5.4.0",
3
+ "version": "5.5.0",
4
4
  "description": "Typescript definitions for Bkper REST API",
5
5
  "homepage": "https://api.bkper.com",
6
6
  "repository": {