@bkper/bkper-api-types 5.24.0 → 5.25.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 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -438,6 +438,12 @@ declare namespace bkper {
438
438
  */
439
439
  updatedAt?: string;
440
440
  }
441
+ /**
442
+ * An ordered list of Collaborator
443
+ */
444
+ export interface CollaboratorPayloadCollection {
445
+ items?: Collaborator[];
446
+ }
441
447
  export interface Collection {
442
448
  /**
443
449
  * The id of agent that created the resource
@@ -1354,6 +1360,11 @@ declare namespace Paths {
1354
1360
  export type $200 = bkper.BookList;
1355
1361
  }
1356
1362
  }
1363
+ namespace BkperV5ListCollaborators {
1364
+ namespace Responses {
1365
+ export type $200 = /* An ordered list of Collaborator */ bkper.CollaboratorPayloadCollection;
1366
+ }
1367
+ }
1357
1368
  namespace BkperV5ListCollections {
1358
1369
  namespace Responses {
1359
1370
  export type $200 = bkper.CollectionList;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkper/bkper-api-types",
3
- "version": "5.24.0",
3
+ "version": "5.25.0",
4
4
  "description": "Typescript definitions for Bkper REST API",
5
5
  "homepage": "https://api.bkper.com",
6
6
  "repository": {