We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
workspaceId
1 parent 47da64c commit 67db4e6Copy full SHA for 67db4e6
apps/web/lib/zod/schemas/partner-profile.ts
@@ -100,7 +100,6 @@ export const PartnerProfileCustomerSchema = CustomerEnrichedSchema.pick({
100
});
101
102
export const partnerProfileAnalyticsQuerySchema = analyticsQuerySchema.omit({
103
- workspaceId: true,
104
externalId: true,
105
tenantId: true,
106
programId: true,
@@ -111,7 +110,6 @@ export const partnerProfileAnalyticsQuerySchema = analyticsQuerySchema.omit({
111
110
112
113
export const partnerProfileEventsQuerySchema = eventsQuerySchema.omit({
114
115
116
117
0 commit comments