@parra/parra-js-sdk 0.3.364 → 0.3.365
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ParraAPI.d.ts +2 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -1016,7 +1016,7 @@ export interface CreatorUpdateSender {
|
|
1016
1016
|
tenant_id: string;
|
1017
1017
|
name: string;
|
1018
1018
|
avatar?: ImageAssetStub | null;
|
1019
|
-
verified
|
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
|
1109
|
+
verified: boolean;
|
1110
1110
|
}
|
1111
1111
|
export interface CreatorUpdateAttachmentStub {
|
1112
1112
|
id: string;
|