anchor-sdk 0.1.44 → 0.1.45-beta.1

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.
@@ -38,6 +38,8 @@ export interface BadgeCategoryVO {
38
38
  level?: string;
39
39
  /** badge gateway logo */
40
40
  logo?: string;
41
+ /** max level in category token list */
42
+ maxLevel?: string;
41
43
  /**
42
44
  * minted Count
43
45
  * @format int64
@@ -335,11 +337,21 @@ export interface DocPaginationRowsInner {
335
337
  * @format int32
336
338
  */
337
339
  honorScore?: number;
340
+ /**
341
+ * 最大成员数量
342
+ * @format int32
343
+ */
344
+ maxMembers?: number;
338
345
  /**
339
346
  * 成员数量
340
347
  * @format int32
341
348
  */
342
349
  memberCount?: number;
350
+ /**
351
+ * 团队排名
352
+ * @format int32
353
+ */
354
+ rank?: number;
343
355
  /** 团队状态 */
344
356
  status?: string;
345
357
  /** 团队id */
@@ -751,10 +763,10 @@ export interface TeamApplicationItem {
751
763
  /** 社媒信息(申请人的社媒信息,用于审核时参考) */
752
764
  socialMediaInfo?: TeamApplicationItemSocialMediaInfo;
753
765
  /**
754
- * 申请状态:PENDING(待审核)/APPROVED(已通过)/DENIED(已拒绝)/CANCELLED(已取消)/EXPIRED(已过期)
766
+ * 申请状态:PENDING(待审核)/APPROVED(已通过)/DENIED(已拒绝)/CANCELLED(已取消)/EXPIRED(已过期)/TEAM_DISBANDED(战队解散)
755
767
  * @example "PENDING"
756
768
  */
757
- status?: "PENDING" | "APPROVED" | "DENIED" | "CANCELLED" | "EXPIRED";
769
+ status?: "PENDING" | "APPROVED" | "DENIED" | "CANCELLED" | "EXPIRED" | "TEAM_DISBANDED";
758
770
  /**
759
771
  * 战队ID
760
772
  * @example "team_1234567890"