@distinctagency/cms-client 1.10.0 → 1.11.0

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/index.d.mts CHANGED
@@ -47,7 +47,7 @@ interface Profile {
47
47
  id: string;
48
48
  tenant_id: string;
49
49
  full_name: string | null;
50
- role: "super_admin" | "account_manager" | "admin" | "editor";
50
+ role: "super_admin" | "account_manager" | "admin" | "editor" | "marketer";
51
51
  created_at: string;
52
52
  }
53
53
  interface ContentTypeSeoConfig {
@@ -159,7 +159,7 @@ interface TenantMembership {
159
159
  id: string;
160
160
  user_id: string;
161
161
  tenant_id: string;
162
- role: "admin" | "editor";
162
+ role: "admin" | "editor" | "marketer";
163
163
  created_at: string;
164
164
  tenant?: Tenant;
165
165
  }
package/dist/index.d.ts CHANGED
@@ -47,7 +47,7 @@ interface Profile {
47
47
  id: string;
48
48
  tenant_id: string;
49
49
  full_name: string | null;
50
- role: "super_admin" | "account_manager" | "admin" | "editor";
50
+ role: "super_admin" | "account_manager" | "admin" | "editor" | "marketer";
51
51
  created_at: string;
52
52
  }
53
53
  interface ContentTypeSeoConfig {
@@ -159,7 +159,7 @@ interface TenantMembership {
159
159
  id: string;
160
160
  user_id: string;
161
161
  tenant_id: string;
162
- role: "admin" | "editor";
162
+ role: "admin" | "editor" | "marketer";
163
163
  created_at: string;
164
164
  tenant?: Tenant;
165
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@distinctagency/cms-client",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "description": "Client library for Distinct CMS — query content, products, and manage orders",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",