Skip to content

Commit 0c593a9

Browse files
authored
Fix fan-club notifications and isMembersOnly (#753)
1 parent 9a926df commit 0c593a9

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

api/swagger/swagger-v1.yaml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14885,6 +14885,8 @@ components:
1488514885
type: boolean
1488614886
is_tombstone:
1488714887
type: boolean
14888+
is_members_only:
14889+
type: boolean
1488814890
is_muted:
1488914891
type: boolean
1489014892
created_at:
@@ -16488,6 +16490,7 @@ components:
1648816490
- $ref: "#/components/schemas/artist_remix_contest_ending_soon_notification"
1648916491
- $ref: "#/components/schemas/artist_remix_contest_submissions_notification"
1649016492
- $ref: "#/components/schemas/fan_remix_contest_winners_selected_notification"
16493+
- $ref: "#/components/schemas/fan_club_text_post_notification"
1649116494
discriminator:
1649216495
propertyName: type
1649316496
mapping:
@@ -16532,6 +16535,7 @@ components:
1653216535
artist_remix_contest_ending_soon: "#/components/schemas/artist_remix_contest_ending_soon_notification"
1653316536
artist_remix_contest_submissions: "#/components/schemas/artist_remix_contest_submissions_notification"
1653416537
fan_remix_contest_winners_selected: "#/components/schemas/fan_remix_contest_winners_selected_notification"
16538+
fan_club_text_post: "#/components/schemas/fan_club_text_post_notification"
1653516539
save_notification:
1653616540
required:
1653716541
- actions
@@ -17377,6 +17381,26 @@ components:
1737717381
type: array
1737817382
items:
1737917383
$ref: "#/components/schemas/supporter_rank_up_notification_action"
17384+
fan_club_text_post_notification:
17385+
required:
17386+
- actions
17387+
- group_id
17388+
- is_seen
17389+
- type
17390+
type: object
17391+
properties:
17392+
type:
17393+
type: string
17394+
group_id:
17395+
type: string
17396+
is_seen:
17397+
type: boolean
17398+
seen_at:
17399+
type: integer
17400+
actions:
17401+
type: array
17402+
items:
17403+
$ref: "#/components/schemas/fan_club_text_post_notification_action"
1738017404
fan_remix_contest_started_notification:
1738117405
required:
1738217406
- actions
@@ -18643,6 +18667,22 @@ components:
1864318667
type: integer
1864418668
data:
1864518669
$ref: "#/components/schemas/track_added_to_playlist_notification_action_data"
18670+
fan_club_text_post_notification_action:
18671+
required:
18672+
- data
18673+
- specifier
18674+
- timestamp
18675+
- type
18676+
type: object
18677+
properties:
18678+
specifier:
18679+
type: string
18680+
type:
18681+
type: string
18682+
timestamp:
18683+
type: integer
18684+
data:
18685+
$ref: "#/components/schemas/fan_club_text_post_notification_action_data"
1864618686
fan_remix_contest_started_notification_action:
1864718687
required:
1864818688
- data
@@ -18696,6 +18736,16 @@ components:
1869618736
type: string
1869718737
entity_id:
1869818738
type: string
18739+
fan_club_text_post_notification_action_data:
18740+
required:
18741+
- entity_user_id
18742+
- comment_id
18743+
type: object
18744+
properties:
18745+
entity_user_id:
18746+
type: string
18747+
comment_id:
18748+
type: string
1869918749
fan_remix_contest_started_notification_action_data:
1870018750
required:
1870118751
- entity_id

0 commit comments

Comments
 (0)