api.fluff4.me 1.0.1112 → 1.0.1114

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/index.d.ts CHANGED
@@ -74,8 +74,8 @@ export interface AuthorSelf {
74
74
  works?: WorkMetadata[] | null
75
75
  settings?: string | null
76
76
  roles?: Role[] | null
77
- privileges?: ("PrivilegeGrant" | "PrivilegeRevoke" | "RoleCreate" | "RoleEdit" | "RoleDelete" | "RoleReorder" | "RoleGrant" | "RoleRevoke" | "WorkViewPrivate" | "PrivilegeViewAuthor" | "RoleViewAll" | "TagGlobalCreate" | "TagGlobalDelete" | "TagGlobalUpdate" | "TagCategoryCreate" | "TagCategoryUpdate" | "TagCategoryDelete" | "TagCustomCreate" | "TagCustomUpdate" | "TagCustomDelete" | "TagPromote" | "TagDemote" | "TagAliasAdd" | "TagAliasRemove" | "TagRelationshipAdd" | "TagRelationshipRemove" | "ChangelogModify" | "ModerationLock" | "ModerationCensor" | "ModerationDelete" | "ModerationViewReport" | "ModerationGrantSupporter" | "Admin" | "FundraiserManage" | "ModerationViewPatronOnly" | "TagSuggestionManage" | "WorkCreate" | "ChapterCreate" | "CommentAdd" | "WorkRecommend" | "ReportCreate" | "TagSuggest" | "CustomTagCreate" | "ModerationAuthorTag" | "ModerationViewComments" | "ModerationManageDefaultShelves")[] | null
78
- revoked_privileges?: ("PrivilegeGrant" | "PrivilegeRevoke" | "RoleCreate" | "RoleEdit" | "RoleDelete" | "RoleReorder" | "RoleGrant" | "RoleRevoke" | "WorkViewPrivate" | "PrivilegeViewAuthor" | "RoleViewAll" | "TagGlobalCreate" | "TagGlobalDelete" | "TagGlobalUpdate" | "TagCategoryCreate" | "TagCategoryUpdate" | "TagCategoryDelete" | "TagCustomCreate" | "TagCustomUpdate" | "TagCustomDelete" | "TagPromote" | "TagDemote" | "TagAliasAdd" | "TagAliasRemove" | "TagRelationshipAdd" | "TagRelationshipRemove" | "ChangelogModify" | "ModerationLock" | "ModerationCensor" | "ModerationDelete" | "ModerationViewReport" | "ModerationGrantSupporter" | "Admin" | "FundraiserManage" | "ModerationViewPatronOnly" | "TagSuggestionManage" | "WorkCreate" | "ChapterCreate" | "CommentAdd" | "WorkRecommend" | "ReportCreate" | "TagSuggest" | "CustomTagCreate" | "ModerationAuthorTag" | "ModerationViewComments" | "ModerationManageDefaultShelves")[] | null
77
+ privileges?: ("PrivilegeGrant" | "PrivilegeRevoke" | "RoleCreate" | "RoleEdit" | "RoleDelete" | "RoleReorder" | "RoleGrant" | "RoleRevoke" | "WorkViewPrivate" | "PrivilegeViewAuthor" | "RoleViewAll" | "TagGlobalCreate" | "TagGlobalDelete" | "TagGlobalUpdate" | "TagCategoryCreate" | "TagCategoryUpdate" | "TagCategoryDelete" | "TagCustomCreate" | "TagCustomUpdate" | "TagCustomDelete" | "TagPromote" | "TagDemote" | "TagAliasAdd" | "TagAliasRemove" | "TagRelationshipAdd" | "TagRelationshipRemove" | "ChangelogModify" | "ModerationLock" | "ModerationCensor" | "ModerationDelete" | "ModerationViewReport" | "ModerationGrantSupporter" | "Admin" | "FundraiserManage" | "ModerationViewPatronOnly" | "TagSuggestionManage" | "WorkCreate" | "ChapterCreate" | "CommentAdd" | "WorkRecommend" | "ReportCreate" | "TagSuggest" | "CustomTagCreate" | "ModerationAuthorTag" | "ModerationViewComments" | "ModerationManageDefaultShelves" | "ModerationViewStatistics")[] | null
78
+ revoked_privileges?: ("PrivilegeGrant" | "PrivilegeRevoke" | "RoleCreate" | "RoleEdit" | "RoleDelete" | "RoleReorder" | "RoleGrant" | "RoleRevoke" | "WorkViewPrivate" | "PrivilegeViewAuthor" | "RoleViewAll" | "TagGlobalCreate" | "TagGlobalDelete" | "TagGlobalUpdate" | "TagCategoryCreate" | "TagCategoryUpdate" | "TagCategoryDelete" | "TagCustomCreate" | "TagCustomUpdate" | "TagCustomDelete" | "TagPromote" | "TagDemote" | "TagAliasAdd" | "TagAliasRemove" | "TagRelationshipAdd" | "TagRelationshipRemove" | "ChangelogModify" | "ModerationLock" | "ModerationCensor" | "ModerationDelete" | "ModerationViewReport" | "ModerationGrantSupporter" | "Admin" | "FundraiserManage" | "ModerationViewPatronOnly" | "TagSuggestionManage" | "WorkCreate" | "ChapterCreate" | "CommentAdd" | "WorkRecommend" | "ReportCreate" | "TagSuggest" | "CustomTagCreate" | "ModerationAuthorTag" | "ModerationViewComments" | "ModerationManageDefaultShelves" | "ModerationViewStatistics")[] | null
79
79
  totp_state?: ("enabled" | "disabled") | null
80
80
  auth_services_required?: number | null
81
81
  age: "sixteen_plus" | "eighteen_plus"
@@ -170,7 +170,7 @@ export interface Role {
170
170
  privileges?: Privilege[] | null
171
171
  }
172
172
 
173
- export type Privilege = "PrivilegeGrant" | "PrivilegeRevoke" | "RoleCreate" | "RoleEdit" | "RoleDelete" | "RoleReorder" | "RoleGrant" | "RoleRevoke" | "WorkViewPrivate" | "PrivilegeViewAuthor" | "RoleViewAll" | "TagGlobalCreate" | "TagGlobalDelete" | "TagGlobalUpdate" | "TagCategoryCreate" | "TagCategoryUpdate" | "TagCategoryDelete" | "TagCustomCreate" | "TagCustomUpdate" | "TagCustomDelete" | "TagPromote" | "TagDemote" | "TagAliasAdd" | "TagAliasRemove" | "TagRelationshipAdd" | "TagRelationshipRemove" | "ChangelogModify" | "ModerationLock" | "ModerationCensor" | "ModerationDelete" | "ModerationViewReport" | "ModerationGrantSupporter" | "Admin" | "FundraiserManage" | "ModerationViewPatronOnly" | "TagSuggestionManage" | "WorkCreate" | "ChapterCreate" | "CommentAdd" | "WorkRecommend" | "ReportCreate" | "TagSuggest" | "CustomTagCreate" | "ModerationAuthorTag" | "ModerationViewComments" | "ModerationManageDefaultShelves"
173
+ export type Privilege = "PrivilegeGrant" | "PrivilegeRevoke" | "RoleCreate" | "RoleEdit" | "RoleDelete" | "RoleReorder" | "RoleGrant" | "RoleRevoke" | "WorkViewPrivate" | "PrivilegeViewAuthor" | "RoleViewAll" | "TagGlobalCreate" | "TagGlobalDelete" | "TagGlobalUpdate" | "TagCategoryCreate" | "TagCategoryUpdate" | "TagCategoryDelete" | "TagCustomCreate" | "TagCustomUpdate" | "TagCustomDelete" | "TagPromote" | "TagDemote" | "TagAliasAdd" | "TagAliasRemove" | "TagRelationshipAdd" | "TagRelationshipRemove" | "ChangelogModify" | "ModerationLock" | "ModerationCensor" | "ModerationDelete" | "ModerationViewReport" | "ModerationGrantSupporter" | "Admin" | "FundraiserManage" | "ModerationViewPatronOnly" | "TagSuggestionManage" | "WorkCreate" | "ChapterCreate" | "CommentAdd" | "WorkRecommend" | "ReportCreate" | "TagSuggest" | "CustomTagCreate" | "ModerationAuthorTag" | "ModerationViewComments" | "ModerationManageDefaultShelves" | "ModerationViewStatistics"
174
174
 
175
175
  export interface AuthDeleteBody {
176
176
  id: string
package/openapi.json CHANGED
@@ -424,7 +424,8 @@
424
424
  "CustomTagCreate",
425
425
  "ModerationAuthorTag",
426
426
  "ModerationViewComments",
427
- "ModerationManageDefaultShelves"
427
+ "ModerationManageDefaultShelves",
428
+ "ModerationViewStatistics"
428
429
  ]
429
430
  }
430
431
  },
@@ -485,7 +486,8 @@
485
486
  "CustomTagCreate",
486
487
  "ModerationAuthorTag",
487
488
  "ModerationViewComments",
488
- "ModerationManageDefaultShelves"
489
+ "ModerationManageDefaultShelves",
490
+ "ModerationViewStatistics"
489
491
  ]
490
492
  }
491
493
  },
@@ -1077,7 +1079,8 @@
1077
1079
  "CustomTagCreate",
1078
1080
  "ModerationAuthorTag",
1079
1081
  "ModerationViewComments",
1080
- "ModerationManageDefaultShelves"
1082
+ "ModerationManageDefaultShelves",
1083
+ "ModerationViewStatistics"
1081
1084
  ]
1082
1085
  },
1083
1086
  "AuthDeleteBody": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.1112",
3
+ "version": "1.0.1114",
4
4
  "types": "index.d.ts"
5
5
  }