@use-stall/types 0.1.1 → 0.1.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@use-stall/types",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Type declarations for Stall SDKs",
5
5
  "types": "index.d.ts",
6
6
  "type": "module",
@@ -25,7 +25,7 @@ export interface OrganizationType {
25
25
  fulfillments: boolean;
26
26
  fiscalizations: boolean;
27
27
  };
28
- email: string[]; // Other email addresses with access, the primary one is the one with matching the owner uid
28
+ emails: string[]; // Other email addresses with access, the primary one is the one with matching the owner uid
29
29
  created_at: number;
30
30
  updated_at: number;
31
31
  }