Commit 16331137 by Finley Ge Committed by GitHub

fix(wecom): track purchased license capacity (#7292)

parent eb378e06
......@@ -60,7 +60,8 @@ export const TeamMetaSchema = z.object({
wecom: z
.object({
permanentCode: z.string(),
corpId: z.string()
corpId: z.string(),
licenseCapacity: z.int().min(0).default(0)
})
.optional()
});
......
Subproject commit 2900ffe15207cea0755c6d60dd5752ee41c261e6
Subproject commit 5f90c283f1e89ccfb40d17707f9f7603e0a1928e
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment