Skip to content

Commit

Permalink
Merge pull request #22 from integration-os/chore/enhance-transactions…
Browse files Browse the repository at this point in the history
…-model

chore: enhance transactions common model
  • Loading branch information
paulkr authored Oct 28, 2024
2 parents 004398a + 0995f38 commit b603e6c
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 141 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@integrationos/node",
"version": "4.1.12",
"version": "4.1.13",
"description": "Node SDK for the IntegrationOS Unified API",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/paginate.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ListFilter, PaginationHelperFetch } from "./types";
import { PaginationHelperFetch } from "./types";

export class PaginationHelper<T> {
private currentBatch: T[] = [];
Expand Down
Loading

0 comments on commit b603e6c

Please sign in to comment.