@pagelines/sdk 1.0.721 → 1.0.723

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/contract.js CHANGED
@@ -5919,7 +5919,7 @@ var Ca = object({
5919
5919
  }), Ua = object({
5920
5920
  invitationId: string(),
5921
5921
  email: string(),
5922
- role: string(),
5922
+ role: _enum(["admin", "member"]),
5923
5923
  status: string(),
5924
5924
  expiresAt: string(),
5925
5925
  createdAt: string()
@@ -5947,13 +5947,9 @@ var Ca = object({
5947
5947
  memberCount: number().optional()
5948
5948
  }), Ga = object({
5949
5949
  email: string().email(),
5950
+ role: _enum(["admin", "member"]).optional(),
5950
5951
  message: string().max(500).optional()
5951
- }).strict(), Ka = object({ role: _enum([
5952
- "owner",
5953
- "admin",
5954
- "member",
5955
- "observer"
5956
- ]) }).strict(), qa = object({ token: string().min(1) }).strict(), Ja = _enum([
5952
+ }).strict(), Ka = object({ role: _enum(["admin", "member"]) }).strict(), qa = object({ token: string().min(1) }).strict(), Ja = _enum([
5957
5953
  "planLimit",
5958
5954
  "billingOverdue",
5959
5955
  "rebuilding",