@fern-api/fdr-sdk 1.2.88-08d0bf2dd6 → 1.2.88-4d0ca2d2dd

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.
@@ -96,7 +96,6 @@ __export(orpc_client_exports, {
96
96
  DashboardDocsSiteSchema: () => DashboardDocsSiteSchema,
97
97
  DashboardFeedbackInputSchema: () => DashboardFeedbackInputSchema,
98
98
  DashboardGetSiteConfigInputSchema: () => DashboardGetSiteConfigInputSchema,
99
- DashboardListOrgDocDomainsInputSchema: () => DashboardListOrgDocDomainsInputSchema,
100
99
  DashboardListOrgMembersInputSchema: () => DashboardListOrgMembersInputSchema,
101
100
  DateTypeSchema: () => DateTypeSchema,
102
101
  DatetimeTypeSchema: () => DatetimeTypeSchema,
@@ -409,7 +408,6 @@ __export(orpc_client_exports, {
409
408
  ObjectTypeSchema: () => ObjectTypeSchema,
410
409
  OpenRpcProtocolSchema: () => OpenRpcProtocolSchema,
411
410
  OrgConfigResponseSchema: () => OrgConfigResponseSchema,
412
- OrgDocDomainsResponseSchema: () => OrgDocDomainsResponseSchema,
413
411
  OrgId: () => OrgId,
414
412
  OrgIdSchema: () => OrgIdSchema,
415
413
  OrgMembersResponseSchema: () => OrgMembersResponseSchema,
@@ -2859,9 +2857,6 @@ var DashboardFeedbackInputSchema = z10.object({
2859
2857
  feedbackType: z10.enum(["page", "code_block", "all"]).optional(),
2860
2858
  limit: z10.number().int().min(1).max(50).optional()
2861
2859
  });
2862
- var DashboardListOrgDocDomainsInputSchema = z10.object({
2863
- orgId: z10.string()
2864
- });
2865
2860
  var DashboardListOrgMembersInputSchema = z10.object({
2866
2861
  orgId: z10.string(),
2867
2862
  includeFernEmployees: z10.boolean().optional()
@@ -2932,9 +2927,6 @@ var RecentFeedbackResponseSchema = z10.object({
2932
2927
  ),
2933
2928
  hasMore: z10.boolean()
2934
2929
  });
2935
- var OrgDocDomainsResponseSchema = z10.object({
2936
- domains: z10.array(z10.string())
2937
- });
2938
2930
  var QueryAnalyticsResponseSchema = z10.object({
2939
2931
  resolvedDateRange: ResolvedDateRangeSchema,
2940
2932
  metric: AnalyticsMetricSchema,
@@ -3000,7 +2992,6 @@ var dashboardAgentContract = {
3000
2992
  getLlmBotTraffic: import_contract6.oc.route({ method: "POST", path: "/get-llm-bot-traffic" }).input(DashboardAnalyticsCommonInputSchema).output(LlmBotTrafficResponseSchema),
3001
2993
  getRecentFeedback: import_contract6.oc.route({ method: "POST", path: "/get-recent-feedback" }).input(DashboardFeedbackInputSchema).output(RecentFeedbackResponseSchema),
3002
2994
  queryAnalytics: import_contract6.oc.route({ method: "POST", path: "/query-analytics" }).input(QueryAnalyticsInputSchema).output(QueryAnalyticsResponseSchema),
3003
- listOrgDocDomains: import_contract6.oc.route({ method: "POST", path: "/list-org-doc-domains" }).input(DashboardListOrgDocDomainsInputSchema).output(OrgDocDomainsResponseSchema),
3004
2995
  listOrgMembers: import_contract6.oc.route({ method: "POST", path: "/list-org-members" }).input(DashboardListOrgMembersInputSchema).output(OrgMembersResponseSchema),
3005
2996
  getSiteConfig: import_contract6.oc.route({ method: "POST", path: "/get-site-config" }).input(DashboardGetSiteConfigInputSchema).output(SiteConfigResponseSchema),
3006
2997
  authorizeDocsEdit: import_contract6.oc.route({ method: "POST", path: "/authorize-docs-edit" }).input(DashboardGetSiteConfigInputSchema).output(AuthorizeDocsEditResponseSchema),
@@ -7107,7 +7098,6 @@ var UpsertThemeBodySchema = z37.object({
7107
7098
  DashboardDocsSiteSchema,
7108
7099
  DashboardFeedbackInputSchema,
7109
7100
  DashboardGetSiteConfigInputSchema,
7110
- DashboardListOrgDocDomainsInputSchema,
7111
7101
  DashboardListOrgMembersInputSchema,
7112
7102
  DateTypeSchema,
7113
7103
  DatetimeTypeSchema,
@@ -7420,7 +7410,6 @@ var UpsertThemeBodySchema = z37.object({
7420
7410
  ObjectTypeSchema,
7421
7411
  OpenRpcProtocolSchema,
7422
7412
  OrgConfigResponseSchema,
7423
- OrgDocDomainsResponseSchema,
7424
7413
  OrgId,
7425
7414
  OrgIdSchema,
7426
7415
  OrgMembersResponseSchema,