@ductape/sdk 0.0.4-v10 → 0.0.4-v11

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.
@@ -580,6 +580,17 @@ export interface IPaginationOptions {
580
580
  page: number;
581
581
  limit: number;
582
582
  }
583
+ export interface ISessionUser {
584
+ ductape_user_id: string;
585
+ product_tag: string;
586
+ session_tag: string;
587
+ identifier: string;
588
+ last_seen: Date;
589
+ env: string;
590
+ first_seen: Date;
591
+ createdAt: Date;
592
+ updatedAt: Date;
593
+ }
583
594
  export interface IFetchFilesPayload extends IPaginationOptions {
584
595
  product: string;
585
596
  event: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ductape/sdk",
3
- "version": "0.0.4v10",
3
+ "version": "0.0.4v11",
4
4
  "description": "sdk for building ductaped products",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",