@parra/parra-js-sdk 0.3.553 → 0.3.555

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.
@@ -3195,7 +3195,6 @@ export interface CreateTicketRequestBody {
3195
3195
  export interface TeamMemberStub {
3196
3196
  id: string;
3197
3197
  tenant_id: string;
3198
- user_id?: string | null;
3199
3198
  name: string;
3200
3199
  avatar?: ImageAssetStub | null;
3201
3200
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.553",
3
+ "version": "0.3.555",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,6 +23,6 @@
23
23
  "typescript": "^5.7.3"
24
24
  },
25
25
  "dependencies": {
26
- "@parra/http-client": "0.7.1"
26
+ "@parra/http-client": "0.8.0"
27
27
  }
28
28
  }