@parra/parra-js-sdk 0.2.56 → 0.2.57

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.
@@ -180,7 +180,6 @@ export interface ApiKeyCollectionResponse {
180
180
  data: Array<ApiKey>;
181
181
  }
182
182
  export interface InviteTeamMemberRequestBody {
183
- id?: string;
184
183
  name: string;
185
184
  email: string;
186
185
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.56",
3
+ "version": "0.2.57",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",