@bizmap/sdk 0.0.78 → 0.0.79

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/dist/main.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/main.d.ts CHANGED
@@ -777,6 +777,7 @@ declare const CompanyUserSession: z.ZodObject<{
777
777
  lastModified: z.ZodNullable<z.ZodInt>;
778
778
  expiresAfter: z.ZodDate;
779
779
  }, z.core.$strip>;
780
+ type CompanyUserSession = z.infer<typeof CompanyUserSession>;
780
781
  declare const MiniCompanyUser: z.ZodObject<{
781
782
  lastActive: z.ZodNullable<z.ZodInt>;
782
783
  inviteSent: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizmap/sdk",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "main": "./dist/main.js",
5
5
  "types": "./dist/main.d.ts",
6
6
  "type": "module",