@parra/parra-js-sdk 0.3.413 → 0.3.414

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.
@@ -2172,6 +2172,7 @@ export interface CreateTicketRequestBody {
2172
2172
  export interface TeamMemberStub {
2173
2173
  id: string;
2174
2174
  tenant_id: string;
2175
+ user_id?: string | null;
2175
2176
  name: string;
2176
2177
  avatar?: ImageAssetStub | null;
2177
2178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.413",
3
+ "version": "0.3.414",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",