@parra/parra-js-sdk 0.3.364 → 0.3.366
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.
- package/dist/ParraAPI.d.ts +4 -4
- 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;
|
|
@@ -1043,8 +1043,8 @@ export interface CreateCreatorUpdateTemplateRequestBody {
|
|
|
1043
1043
|
name: string;
|
|
1044
1044
|
description?: string | null;
|
|
1045
1045
|
sender_id: string;
|
|
1046
|
-
feed_view_id
|
|
1047
|
-
notification_template_id
|
|
1046
|
+
feed_view_id?: string;
|
|
1047
|
+
notification_template_id?: string;
|
|
1048
1048
|
entitlement_id?: string | null;
|
|
1049
1049
|
post_visibility?: CreatorUpdateVisibilityType;
|
|
1050
1050
|
attachment_visibility?: CreatorUpdateVisibilityType;
|
|
@@ -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;
|