@parra/parra-js-sdk 0.3.364 → 0.3.365

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.
@@ -1016,7 +1016,7 @@ export interface CreatorUpdateSender {
1016
1016
  tenant_id: string;
1017
1017
  name: string;
1018
1018
  avatar?: ImageAssetStub | null;
1019
- verified?: boolean;
1019
+ verified: boolean;
1020
1020
  }
1021
1021
  export interface CreatorUpdateSenderCollectionResponse {
1022
1022
  page: number;
@@ -1106,7 +1106,7 @@ export interface CreatorUpdateSenderStub {
1106
1106
  id: string;
1107
1107
  name: string;
1108
1108
  avatar?: ImageAssetStub | null;
1109
- verified?: boolean;
1109
+ verified: boolean;
1110
1110
  }
1111
1111
  export interface CreatorUpdateAttachmentStub {
1112
1112
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.364",
3
+ "version": "0.3.365",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",