@bkper/bkper-api-types 5.18.0 → 5.20.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 +35 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1221,6 +1221,11 @@ declare namespace Paths {
1221
1221
  export type $200 = bkper.Integration;
1222
1222
  }
1223
1223
  }
1224
+ namespace BkperV5DeleteQuery {
1225
+ namespace Responses {
1226
+ export type $200 = bkper.Query;
1227
+ }
1228
+ }
1224
1229
  namespace BkperV5GetAccount {
1225
1230
  namespace Responses {
1226
1231
  export type $200 = bkper.Account;
@@ -1434,6 +1439,17 @@ declare namespace Paths {
1434
1439
  export type $200 = bkper.TransactionOperation;
1435
1440
  }
1436
1441
  }
1442
+ namespace BkperV5SaveQuery {
1443
+ export interface BodyParameters {
1444
+ Query: Parameters.Query;
1445
+ }
1446
+ namespace Parameters {
1447
+ export type Query = bkper.Query;
1448
+ }
1449
+ namespace Responses {
1450
+ export type $200 = bkper.Query;
1451
+ }
1452
+ }
1437
1453
  namespace BkperV5StreamConversation {
1438
1454
  export interface BodyParameters {
1439
1455
  Message: Parameters.Message;
@@ -1494,6 +1510,14 @@ declare namespace Paths {
1494
1510
  export type $200 = bkper.TransactionOperation;
1495
1511
  }
1496
1512
  }
1513
+ namespace BkperV5UntrashTransactionsBatch {
1514
+ export interface BodyParameters {
1515
+ TransactionList: Parameters.TransactionList;
1516
+ }
1517
+ namespace Parameters {
1518
+ export type TransactionList = bkper.TransactionList;
1519
+ }
1520
+ }
1497
1521
  namespace BkperV5UpdateAccount {
1498
1522
  export interface BodyParameters {
1499
1523
  Account: Parameters.Account;
@@ -1582,6 +1606,17 @@ declare namespace Paths {
1582
1606
  export type $200 = bkper.Integration;
1583
1607
  }
1584
1608
  }
1609
+ namespace BkperV5UpdateQuery {
1610
+ export interface BodyParameters {
1611
+ Query: Parameters.Query;
1612
+ }
1613
+ namespace Parameters {
1614
+ export type Query = bkper.Query;
1615
+ }
1616
+ namespace Responses {
1617
+ export type $200 = bkper.Query;
1618
+ }
1619
+ }
1585
1620
  namespace BkperV5UpdateTransaction {
1586
1621
  export interface BodyParameters {
1587
1622
  Transaction: Parameters.Transaction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkper/bkper-api-types",
3
- "version": "5.18.0",
3
+ "version": "5.20.0",
4
4
  "description": "Typescript definitions for Bkper REST API",
5
5
  "homepage": "https://api.bkper.com",
6
6
  "repository": {