@gleanwork/api-client 0.11.1 → 0.12.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.
Files changed (154) hide show
  1. package/README.md +0 -7
  2. package/dist/commonjs/__tests__/summarize.test.js +2 -4
  3. package/dist/commonjs/__tests__/summarize.test.js.map +1 -1
  4. package/dist/commonjs/lib/config.d.ts +3 -3
  5. package/dist/commonjs/lib/config.js +3 -3
  6. package/dist/commonjs/lib/config.js.map +1 -1
  7. package/dist/commonjs/models/components/agentsinsightsv2response.d.ts +60 -0
  8. package/dist/commonjs/models/components/agentsinsightsv2response.d.ts.map +1 -0
  9. package/dist/commonjs/models/components/agentsinsightsv2response.js +91 -0
  10. package/dist/commonjs/models/components/agentsinsightsv2response.js.map +1 -0
  11. package/dist/commonjs/models/components/agentsusagebydepartmentinsight.d.ts +57 -0
  12. package/dist/commonjs/models/components/agentsusagebydepartmentinsight.d.ts.map +1 -0
  13. package/dist/commonjs/models/components/agentsusagebydepartmentinsight.js +79 -0
  14. package/dist/commonjs/models/components/agentsusagebydepartmentinsight.js.map +1 -0
  15. package/dist/commonjs/models/components/agentusersinsight.d.ts +55 -0
  16. package/dist/commonjs/models/components/agentusersinsight.d.ts.map +1 -0
  17. package/dist/commonjs/models/components/agentusersinsight.js +80 -0
  18. package/dist/commonjs/models/components/agentusersinsight.js.map +1 -0
  19. package/dist/commonjs/models/components/assistantinsightsresponse.d.ts +69 -0
  20. package/dist/commonjs/models/components/assistantinsightsresponse.d.ts.map +1 -0
  21. package/dist/commonjs/models/components/assistantinsightsresponse.js +97 -0
  22. package/dist/commonjs/models/components/assistantinsightsresponse.js.map +1 -0
  23. package/dist/commonjs/models/components/currentactiveusers.d.ts +37 -0
  24. package/dist/commonjs/models/components/currentactiveusers.d.ts.map +1 -0
  25. package/dist/commonjs/models/components/currentactiveusers.js +71 -0
  26. package/dist/commonjs/models/components/currentactiveusers.js.map +1 -0
  27. package/dist/commonjs/models/components/feedrequest.d.ts +3 -0
  28. package/dist/commonjs/models/components/feedrequest.d.ts.map +1 -1
  29. package/dist/commonjs/models/components/feedrequest.js +1 -0
  30. package/dist/commonjs/models/components/feedrequest.js.map +1 -1
  31. package/dist/commonjs/models/components/feedresult.d.ts +3 -0
  32. package/dist/commonjs/models/components/feedresult.d.ts.map +1 -1
  33. package/dist/commonjs/models/components/feedresult.js +1 -0
  34. package/dist/commonjs/models/components/feedresult.js.map +1 -1
  35. package/dist/commonjs/models/components/index.d.ts +11 -0
  36. package/dist/commonjs/models/components/index.d.ts.map +1 -1
  37. package/dist/commonjs/models/components/index.js +11 -0
  38. package/dist/commonjs/models/components/index.js.map +1 -1
  39. package/dist/commonjs/models/components/insightschatsummary.d.ts +47 -0
  40. package/dist/commonjs/models/components/insightschatsummary.d.ts.map +1 -0
  41. package/dist/commonjs/models/components/insightschatsummary.js +75 -0
  42. package/dist/commonjs/models/components/insightschatsummary.js.map +1 -0
  43. package/dist/commonjs/models/components/insightsoverviewresponse.d.ts +149 -0
  44. package/dist/commonjs/models/components/insightsoverviewresponse.d.ts.map +1 -0
  45. package/dist/commonjs/models/components/insightsoverviewresponse.js +143 -0
  46. package/dist/commonjs/models/components/insightsoverviewresponse.js.map +1 -0
  47. package/dist/commonjs/models/components/insightsresponse.d.ts +13 -0
  48. package/dist/commonjs/models/components/insightsresponse.d.ts.map +1 -1
  49. package/dist/commonjs/models/components/insightsresponse.js +9 -0
  50. package/dist/commonjs/models/components/insightsresponse.js.map +1 -1
  51. package/dist/commonjs/models/components/insightssearchsummary.d.ts +47 -0
  52. package/dist/commonjs/models/components/insightssearchsummary.d.ts.map +1 -0
  53. package/dist/commonjs/models/components/insightssearchsummary.js +75 -0
  54. package/dist/commonjs/models/components/insightssearchsummary.js.map +1 -0
  55. package/dist/commonjs/models/components/peragentinsight.d.ts +47 -0
  56. package/dist/commonjs/models/components/peragentinsight.d.ts.map +1 -0
  57. package/dist/commonjs/models/components/peragentinsight.js +75 -0
  58. package/dist/commonjs/models/components/peragentinsight.js.map +1 -0
  59. package/dist/commonjs/models/components/peruserassistantinsight.d.ts +55 -0
  60. package/dist/commonjs/models/components/peruserassistantinsight.d.ts.map +1 -0
  61. package/dist/commonjs/models/components/peruserassistantinsight.js +80 -0
  62. package/dist/commonjs/models/components/peruserassistantinsight.js.map +1 -0
  63. package/dist/commonjs/models/components/peruserinsight.d.ts +40 -0
  64. package/dist/commonjs/models/components/peruserinsight.d.ts.map +1 -0
  65. package/dist/commonjs/models/components/peruserinsight.js +74 -0
  66. package/dist/commonjs/models/components/peruserinsight.js.map +1 -0
  67. package/dist/esm/__tests__/summarize.test.js +2 -4
  68. package/dist/esm/__tests__/summarize.test.js.map +1 -1
  69. package/dist/esm/lib/config.d.ts +3 -3
  70. package/dist/esm/lib/config.js +3 -3
  71. package/dist/esm/lib/config.js.map +1 -1
  72. package/dist/esm/models/components/agentsinsightsv2response.d.ts +60 -0
  73. package/dist/esm/models/components/agentsinsightsv2response.d.ts.map +1 -0
  74. package/dist/esm/models/components/agentsinsightsv2response.js +53 -0
  75. package/dist/esm/models/components/agentsinsightsv2response.js.map +1 -0
  76. package/dist/esm/models/components/agentsusagebydepartmentinsight.d.ts +57 -0
  77. package/dist/esm/models/components/agentsusagebydepartmentinsight.d.ts.map +1 -0
  78. package/dist/esm/models/components/agentsusagebydepartmentinsight.js +41 -0
  79. package/dist/esm/models/components/agentsusagebydepartmentinsight.js.map +1 -0
  80. package/dist/esm/models/components/agentusersinsight.d.ts +55 -0
  81. package/dist/esm/models/components/agentusersinsight.d.ts.map +1 -0
  82. package/dist/esm/models/components/agentusersinsight.js +42 -0
  83. package/dist/esm/models/components/agentusersinsight.js.map +1 -0
  84. package/dist/esm/models/components/assistantinsightsresponse.d.ts +69 -0
  85. package/dist/esm/models/components/assistantinsightsresponse.d.ts.map +1 -0
  86. package/dist/esm/models/components/assistantinsightsresponse.js +59 -0
  87. package/dist/esm/models/components/assistantinsightsresponse.js.map +1 -0
  88. package/dist/esm/models/components/currentactiveusers.d.ts +37 -0
  89. package/dist/esm/models/components/currentactiveusers.d.ts.map +1 -0
  90. package/dist/esm/models/components/currentactiveusers.js +33 -0
  91. package/dist/esm/models/components/currentactiveusers.js.map +1 -0
  92. package/dist/esm/models/components/feedrequest.d.ts +3 -0
  93. package/dist/esm/models/components/feedrequest.d.ts.map +1 -1
  94. package/dist/esm/models/components/feedrequest.js +1 -0
  95. package/dist/esm/models/components/feedrequest.js.map +1 -1
  96. package/dist/esm/models/components/feedresult.d.ts +3 -0
  97. package/dist/esm/models/components/feedresult.d.ts.map +1 -1
  98. package/dist/esm/models/components/feedresult.js +1 -0
  99. package/dist/esm/models/components/feedresult.js.map +1 -1
  100. package/dist/esm/models/components/index.d.ts +11 -0
  101. package/dist/esm/models/components/index.d.ts.map +1 -1
  102. package/dist/esm/models/components/index.js +11 -0
  103. package/dist/esm/models/components/index.js.map +1 -1
  104. package/dist/esm/models/components/insightschatsummary.d.ts +47 -0
  105. package/dist/esm/models/components/insightschatsummary.d.ts.map +1 -0
  106. package/dist/esm/models/components/insightschatsummary.js +37 -0
  107. package/dist/esm/models/components/insightschatsummary.js.map +1 -0
  108. package/dist/esm/models/components/insightsoverviewresponse.d.ts +149 -0
  109. package/dist/esm/models/components/insightsoverviewresponse.d.ts.map +1 -0
  110. package/dist/esm/models/components/insightsoverviewresponse.js +103 -0
  111. package/dist/esm/models/components/insightsoverviewresponse.js.map +1 -0
  112. package/dist/esm/models/components/insightsresponse.d.ts +13 -0
  113. package/dist/esm/models/components/insightsresponse.d.ts.map +1 -1
  114. package/dist/esm/models/components/insightsresponse.js +9 -0
  115. package/dist/esm/models/components/insightsresponse.js.map +1 -1
  116. package/dist/esm/models/components/insightssearchsummary.d.ts +47 -0
  117. package/dist/esm/models/components/insightssearchsummary.d.ts.map +1 -0
  118. package/dist/esm/models/components/insightssearchsummary.js +37 -0
  119. package/dist/esm/models/components/insightssearchsummary.js.map +1 -0
  120. package/dist/esm/models/components/peragentinsight.d.ts +47 -0
  121. package/dist/esm/models/components/peragentinsight.d.ts.map +1 -0
  122. package/dist/esm/models/components/peragentinsight.js +37 -0
  123. package/dist/esm/models/components/peragentinsight.js.map +1 -0
  124. package/dist/esm/models/components/peruserassistantinsight.d.ts +55 -0
  125. package/dist/esm/models/components/peruserassistantinsight.d.ts.map +1 -0
  126. package/dist/esm/models/components/peruserassistantinsight.js +42 -0
  127. package/dist/esm/models/components/peruserassistantinsight.js.map +1 -0
  128. package/dist/esm/models/components/peruserinsight.d.ts +40 -0
  129. package/dist/esm/models/components/peruserinsight.d.ts.map +1 -0
  130. package/dist/esm/models/components/peruserinsight.js +36 -0
  131. package/dist/esm/models/components/peruserinsight.js.map +1 -0
  132. package/examples/package-lock.json +1 -1
  133. package/jsr.json +1 -1
  134. package/package.json +1 -1
  135. package/src/__tests__/summarize.test.ts +2 -4
  136. package/src/lib/config.ts +3 -3
  137. package/src/models/components/agentsinsightsv2response.ts +143 -0
  138. package/src/models/components/agentsusagebydepartmentinsight.ts +106 -0
  139. package/src/models/components/agentusersinsight.ts +107 -0
  140. package/src/models/components/assistantinsightsresponse.ts +142 -0
  141. package/src/models/components/currentactiveusers.ts +76 -0
  142. package/src/models/components/feedrequest.ts +1 -0
  143. package/src/models/components/feedresult.ts +1 -0
  144. package/src/models/components/index.ts +11 -0
  145. package/src/models/components/insightschatsummary.ts +90 -0
  146. package/src/models/components/insightsoverviewresponse.ts +278 -0
  147. package/src/models/components/insightsresponse.ts +34 -0
  148. package/src/models/components/insightssearchsummary.ts +90 -0
  149. package/src/models/components/peragentinsight.ts +88 -0
  150. package/src/models/components/peruserassistantinsight.ts +107 -0
  151. package/src/models/components/peruserinsight.ts +82 -0
  152. package/docs/sdks/client/README.md +0 -6
  153. package/docs/sdks/glean/README.md +0 -23
  154. package/docs/sdks/indexing/README.md +0 -6
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.InsightsChatSummary$ = exports.InsightsChatSummary$outboundSchema = exports.InsightsChatSummary$inboundSchema = void 0;
40
+ exports.insightsChatSummaryToJSON = insightsChatSummaryToJSON;
41
+ exports.insightsChatSummaryFromJSON = insightsChatSummaryFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ /** @internal */
45
+ exports.InsightsChatSummary$inboundSchema = z.object({
46
+ monthlyActiveUsers: z.number().int().optional(),
47
+ weeklyActiveUsers: z.number().int().optional(),
48
+ numChats: z.number().int().optional(),
49
+ numChatUsers: z.number().int().optional(),
50
+ });
51
+ /** @internal */
52
+ exports.InsightsChatSummary$outboundSchema = z.object({
53
+ monthlyActiveUsers: z.number().int().optional(),
54
+ weeklyActiveUsers: z.number().int().optional(),
55
+ numChats: z.number().int().optional(),
56
+ numChatUsers: z.number().int().optional(),
57
+ });
58
+ /**
59
+ * @internal
60
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
61
+ */
62
+ var InsightsChatSummary$;
63
+ (function (InsightsChatSummary$) {
64
+ /** @deprecated use `InsightsChatSummary$inboundSchema` instead. */
65
+ InsightsChatSummary$.inboundSchema = exports.InsightsChatSummary$inboundSchema;
66
+ /** @deprecated use `InsightsChatSummary$outboundSchema` instead. */
67
+ InsightsChatSummary$.outboundSchema = exports.InsightsChatSummary$outboundSchema;
68
+ })(InsightsChatSummary$ || (exports.InsightsChatSummary$ = InsightsChatSummary$ = {}));
69
+ function insightsChatSummaryToJSON(insightsChatSummary) {
70
+ return JSON.stringify(exports.InsightsChatSummary$outboundSchema.parse(insightsChatSummary));
71
+ }
72
+ function insightsChatSummaryFromJSON(jsonString) {
73
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.InsightsChatSummary$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'InsightsChatSummary' from JSON`);
74
+ }
75
+ //# sourceMappingURL=insightschatsummary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insightschatsummary.js","sourceRoot":"","sources":["../../../../src/models/components/insightschatsummary.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuEH,8DAMC;AAED,kEAQC;AArFD,uCAAyB;AACzB,qDAAiD;AAuBjD,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC/C,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC9C,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACrC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC/C,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC9C,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACrC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,oBAAoB,CAOpC;AAPD,WAAiB,oBAAoB;IACnC,mEAAmE;IACtD,kCAAa,GAAG,yCAAiC,CAAC;IAC/D,oEAAoE;IACvD,mCAAc,GAAG,0CAAkC,CAAC;AAGnE,CAAC,EAPgB,oBAAoB,oCAApB,oBAAoB,QAOpC;AAED,SAAgB,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,0CAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC;AAED,SAAgB,2BAA2B,CACzC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,yCAAiC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC7D,iDAAiD,CAClD,CAAC;AACJ,CAAC"}
@@ -0,0 +1,149 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import { CurrentActiveUsers, CurrentActiveUsers$Outbound } from "./currentactiveusers.js";
5
+ import { InsightsChatSummary, InsightsChatSummary$Outbound } from "./insightschatsummary.js";
6
+ import { InsightsSearchSummary, InsightsSearchSummary$Outbound } from "./insightssearchsummary.js";
7
+ import { LabeledCountInfo, LabeledCountInfo$Outbound } from "./labeledcountinfo.js";
8
+ import { PerUserInsight, PerUserInsight$Outbound } from "./peruserinsight.js";
9
+ export type EngagementBreakdown = {
10
+ /**
11
+ * Number of non-user employees in the specified departments.
12
+ */
13
+ nonUsers?: number | undefined;
14
+ /**
15
+ * Number of currently dormant users in the specified departments.
16
+ */
17
+ dormantUsers?: number | undefined;
18
+ /**
19
+ * Number of currently regular users in the specified departments.
20
+ */
21
+ regularUsers?: number | undefined;
22
+ /**
23
+ * Number of currently power users in the specified departments.
24
+ */
25
+ powerUsers?: number | undefined;
26
+ };
27
+ export type InsightsOverviewResponse = {
28
+ /**
29
+ * Number of current Monthly Active Users, in the specified departments.
30
+ */
31
+ monthlyActiveUsers?: number | undefined;
32
+ /**
33
+ * Number of current Weekly Active Users, in the specified departments.
34
+ */
35
+ weeklyActiveUsers?: number | undefined;
36
+ /**
37
+ * Department name(s).
38
+ */
39
+ departments?: Array<string> | undefined;
40
+ /**
41
+ * Number of current employees in the specified departments, according to the Org Chart.
42
+ */
43
+ employeeCount?: number | undefined;
44
+ /**
45
+ * Number of current signed up employees in the specified departments, according to the Org Chart.
46
+ */
47
+ totalSignups?: number | undefined;
48
+ searchSummary?: InsightsSearchSummary | undefined;
49
+ chatSummary?: InsightsChatSummary | undefined;
50
+ extensionSummary?: CurrentActiveUsers | undefined;
51
+ ugcSummary?: CurrentActiveUsers | undefined;
52
+ /**
53
+ * Unix timestamp of the last update for the insights data in the response.
54
+ */
55
+ lastUpdatedTs?: number | undefined;
56
+ /**
57
+ * Search session satisfaction rate, over the specified time period in the specified departments.
58
+ */
59
+ searchSessionSatisfaction?: number | undefined;
60
+ monthlyActiveUserTimeseries?: LabeledCountInfo | undefined;
61
+ weeklyActiveUserTimeseries?: LabeledCountInfo | undefined;
62
+ dailyActiveUserTimeseries?: LabeledCountInfo | undefined;
63
+ /**
64
+ * Counts of search result clicks, by datasource, over the specified time period in the specified departments.
65
+ */
66
+ searchDatasourceCounts?: {
67
+ [k: string]: number;
68
+ } | undefined;
69
+ /**
70
+ * Counts of cited documents in chat, by datasource, over the specified time period in the specified departments.
71
+ */
72
+ chatDatasourceCounts?: {
73
+ [k: string]: number;
74
+ } | undefined;
75
+ /**
76
+ * Top power users, over the specified time period in the specified departments.
77
+ */
78
+ perUserInsights?: Array<PerUserInsight> | undefined;
79
+ engagementBreakdown?: EngagementBreakdown | undefined;
80
+ };
81
+ /** @internal */
82
+ export declare const EngagementBreakdown$inboundSchema: z.ZodType<EngagementBreakdown, z.ZodTypeDef, unknown>;
83
+ /** @internal */
84
+ export type EngagementBreakdown$Outbound = {
85
+ nonUsers?: number | undefined;
86
+ dormantUsers?: number | undefined;
87
+ regularUsers?: number | undefined;
88
+ powerUsers?: number | undefined;
89
+ };
90
+ /** @internal */
91
+ export declare const EngagementBreakdown$outboundSchema: z.ZodType<EngagementBreakdown$Outbound, z.ZodTypeDef, EngagementBreakdown>;
92
+ /**
93
+ * @internal
94
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
95
+ */
96
+ export declare namespace EngagementBreakdown$ {
97
+ /** @deprecated use `EngagementBreakdown$inboundSchema` instead. */
98
+ const inboundSchema: z.ZodType<EngagementBreakdown, z.ZodTypeDef, unknown>;
99
+ /** @deprecated use `EngagementBreakdown$outboundSchema` instead. */
100
+ const outboundSchema: z.ZodType<EngagementBreakdown$Outbound, z.ZodTypeDef, EngagementBreakdown>;
101
+ /** @deprecated use `EngagementBreakdown$Outbound` instead. */
102
+ type Outbound = EngagementBreakdown$Outbound;
103
+ }
104
+ export declare function engagementBreakdownToJSON(engagementBreakdown: EngagementBreakdown): string;
105
+ export declare function engagementBreakdownFromJSON(jsonString: string): SafeParseResult<EngagementBreakdown, SDKValidationError>;
106
+ /** @internal */
107
+ export declare const InsightsOverviewResponse$inboundSchema: z.ZodType<InsightsOverviewResponse, z.ZodTypeDef, unknown>;
108
+ /** @internal */
109
+ export type InsightsOverviewResponse$Outbound = {
110
+ monthlyActiveUsers?: number | undefined;
111
+ weeklyActiveUsers?: number | undefined;
112
+ departments?: Array<string> | undefined;
113
+ employeeCount?: number | undefined;
114
+ totalSignups?: number | undefined;
115
+ searchSummary?: InsightsSearchSummary$Outbound | undefined;
116
+ chatSummary?: InsightsChatSummary$Outbound | undefined;
117
+ extensionSummary?: CurrentActiveUsers$Outbound | undefined;
118
+ ugcSummary?: CurrentActiveUsers$Outbound | undefined;
119
+ lastUpdatedTs?: number | undefined;
120
+ searchSessionSatisfaction?: number | undefined;
121
+ monthlyActiveUserTimeseries?: LabeledCountInfo$Outbound | undefined;
122
+ weeklyActiveUserTimeseries?: LabeledCountInfo$Outbound | undefined;
123
+ dailyActiveUserTimeseries?: LabeledCountInfo$Outbound | undefined;
124
+ searchDatasourceCounts?: {
125
+ [k: string]: number;
126
+ } | undefined;
127
+ chatDatasourceCounts?: {
128
+ [k: string]: number;
129
+ } | undefined;
130
+ perUserInsights?: Array<PerUserInsight$Outbound> | undefined;
131
+ engagementBreakdown?: EngagementBreakdown$Outbound | undefined;
132
+ };
133
+ /** @internal */
134
+ export declare const InsightsOverviewResponse$outboundSchema: z.ZodType<InsightsOverviewResponse$Outbound, z.ZodTypeDef, InsightsOverviewResponse>;
135
+ /**
136
+ * @internal
137
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
138
+ */
139
+ export declare namespace InsightsOverviewResponse$ {
140
+ /** @deprecated use `InsightsOverviewResponse$inboundSchema` instead. */
141
+ const inboundSchema: z.ZodType<InsightsOverviewResponse, z.ZodTypeDef, unknown>;
142
+ /** @deprecated use `InsightsOverviewResponse$outboundSchema` instead. */
143
+ const outboundSchema: z.ZodType<InsightsOverviewResponse$Outbound, z.ZodTypeDef, InsightsOverviewResponse>;
144
+ /** @deprecated use `InsightsOverviewResponse$Outbound` instead. */
145
+ type Outbound = InsightsOverviewResponse$Outbound;
146
+ }
147
+ export declare function insightsOverviewResponseToJSON(insightsOverviewResponse: InsightsOverviewResponse): string;
148
+ export declare function insightsOverviewResponseFromJSON(jsonString: string): SafeParseResult<InsightsOverviewResponse, SDKValidationError>;
149
+ //# sourceMappingURL=insightsoverviewresponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insightsoverviewresponse.d.ts","sourceRoot":"","sources":["../../../../src/models/components/insightsoverviewresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,kBAAkB,EAElB,2BAA2B,EAE5B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,mBAAmB,EAEnB,4BAA4B,EAE7B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,qBAAqB,EAErB,8BAA8B,EAE/B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,gBAAgB,EAEhB,yBAAyB,EAE1B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,cAAc,EAEd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,aAAa,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAClD,WAAW,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;IAC9C,gBAAgB,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAClD,UAAU,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAC5C;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,yBAAyB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/C,2BAA2B,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAC3D,0BAA0B,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAC1D,yBAAyB,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACzD;;OAEG;IACH,sBAAsB,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7D;;OAEG;IACH,oBAAoB,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC3D;;OAEG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC;IACpD,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;CACvD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAMnB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,oBAAoB,CAAC;IACpC,mEAAmE;IAC5D,MAAM,aAAa,uDAAoC,CAAC;IAC/D,oEAAoE;IAC7D,MAAM,cAAc,4EAAqC,CAAC;IACjE,8DAA8D;IAC9D,KAAY,QAAQ,GAAG,4BAA4B,CAAC;CACrD;AAED,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR;AAED,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mBAAmB,EAAE,kBAAkB,CAAC,CAM1D;AAED,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CAqBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iCAAiC,GAAG;IAC9C,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACxC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,aAAa,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAC3D,WAAW,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IACvD,gBAAgB,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IAC3D,UAAU,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IACrD,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,yBAAyB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/C,2BAA2B,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACpE,0BAA0B,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACnE,yBAAyB,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAClE,sBAAsB,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7D,oBAAoB,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC3D,eAAe,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC;IAC7D,mBAAmB,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;CAChE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,wBAAwB,CAqBxB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,yBAAyB,CAAC;IACzC,wEAAwE;IACjE,MAAM,aAAa,4DAAyC,CAAC;IACpE,yEAAyE;IAClE,MAAM,cAAc,sFAA0C,CAAC;IACtE,mEAAmE;IACnE,KAAY,QAAQ,GAAG,iCAAiC,CAAC;CAC1D;AAED,wBAAgB,8BAA8B,CAC5C,wBAAwB,EAAE,wBAAwB,GACjD,MAAM,CAIR;AAED,wBAAgB,gCAAgC,CAC9C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,wBAAwB,EAAE,kBAAkB,CAAC,CAM/D"}
@@ -0,0 +1,143 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.InsightsOverviewResponse$ = exports.InsightsOverviewResponse$outboundSchema = exports.InsightsOverviewResponse$inboundSchema = exports.EngagementBreakdown$ = exports.EngagementBreakdown$outboundSchema = exports.EngagementBreakdown$inboundSchema = void 0;
40
+ exports.engagementBreakdownToJSON = engagementBreakdownToJSON;
41
+ exports.engagementBreakdownFromJSON = engagementBreakdownFromJSON;
42
+ exports.insightsOverviewResponseToJSON = insightsOverviewResponseToJSON;
43
+ exports.insightsOverviewResponseFromJSON = insightsOverviewResponseFromJSON;
44
+ const z = __importStar(require("zod"));
45
+ const schemas_js_1 = require("../../lib/schemas.js");
46
+ const currentactiveusers_js_1 = require("./currentactiveusers.js");
47
+ const insightschatsummary_js_1 = require("./insightschatsummary.js");
48
+ const insightssearchsummary_js_1 = require("./insightssearchsummary.js");
49
+ const labeledcountinfo_js_1 = require("./labeledcountinfo.js");
50
+ const peruserinsight_js_1 = require("./peruserinsight.js");
51
+ /** @internal */
52
+ exports.EngagementBreakdown$inboundSchema = z.object({
53
+ nonUsers: z.number().int().optional(),
54
+ dormantUsers: z.number().int().optional(),
55
+ regularUsers: z.number().int().optional(),
56
+ powerUsers: z.number().int().optional(),
57
+ });
58
+ /** @internal */
59
+ exports.EngagementBreakdown$outboundSchema = z.object({
60
+ nonUsers: z.number().int().optional(),
61
+ dormantUsers: z.number().int().optional(),
62
+ regularUsers: z.number().int().optional(),
63
+ powerUsers: z.number().int().optional(),
64
+ });
65
+ /**
66
+ * @internal
67
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
68
+ */
69
+ var EngagementBreakdown$;
70
+ (function (EngagementBreakdown$) {
71
+ /** @deprecated use `EngagementBreakdown$inboundSchema` instead. */
72
+ EngagementBreakdown$.inboundSchema = exports.EngagementBreakdown$inboundSchema;
73
+ /** @deprecated use `EngagementBreakdown$outboundSchema` instead. */
74
+ EngagementBreakdown$.outboundSchema = exports.EngagementBreakdown$outboundSchema;
75
+ })(EngagementBreakdown$ || (exports.EngagementBreakdown$ = EngagementBreakdown$ = {}));
76
+ function engagementBreakdownToJSON(engagementBreakdown) {
77
+ return JSON.stringify(exports.EngagementBreakdown$outboundSchema.parse(engagementBreakdown));
78
+ }
79
+ function engagementBreakdownFromJSON(jsonString) {
80
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EngagementBreakdown$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EngagementBreakdown' from JSON`);
81
+ }
82
+ /** @internal */
83
+ exports.InsightsOverviewResponse$inboundSchema = z.object({
84
+ monthlyActiveUsers: z.number().int().optional(),
85
+ weeklyActiveUsers: z.number().int().optional(),
86
+ departments: z.array(z.string()).optional(),
87
+ employeeCount: z.number().int().optional(),
88
+ totalSignups: z.number().int().optional(),
89
+ searchSummary: insightssearchsummary_js_1.InsightsSearchSummary$inboundSchema.optional(),
90
+ chatSummary: insightschatsummary_js_1.InsightsChatSummary$inboundSchema.optional(),
91
+ extensionSummary: currentactiveusers_js_1.CurrentActiveUsers$inboundSchema.optional(),
92
+ ugcSummary: currentactiveusers_js_1.CurrentActiveUsers$inboundSchema.optional(),
93
+ lastUpdatedTs: z.number().int().optional(),
94
+ searchSessionSatisfaction: z.number().optional(),
95
+ monthlyActiveUserTimeseries: labeledcountinfo_js_1.LabeledCountInfo$inboundSchema.optional(),
96
+ weeklyActiveUserTimeseries: labeledcountinfo_js_1.LabeledCountInfo$inboundSchema.optional(),
97
+ dailyActiveUserTimeseries: labeledcountinfo_js_1.LabeledCountInfo$inboundSchema.optional(),
98
+ searchDatasourceCounts: z.record(z.number().int()).optional(),
99
+ chatDatasourceCounts: z.record(z.number().int()).optional(),
100
+ perUserInsights: z.array(peruserinsight_js_1.PerUserInsight$inboundSchema).optional(),
101
+ engagementBreakdown: z.lazy(() => exports.EngagementBreakdown$inboundSchema)
102
+ .optional(),
103
+ });
104
+ /** @internal */
105
+ exports.InsightsOverviewResponse$outboundSchema = z.object({
106
+ monthlyActiveUsers: z.number().int().optional(),
107
+ weeklyActiveUsers: z.number().int().optional(),
108
+ departments: z.array(z.string()).optional(),
109
+ employeeCount: z.number().int().optional(),
110
+ totalSignups: z.number().int().optional(),
111
+ searchSummary: insightssearchsummary_js_1.InsightsSearchSummary$outboundSchema.optional(),
112
+ chatSummary: insightschatsummary_js_1.InsightsChatSummary$outboundSchema.optional(),
113
+ extensionSummary: currentactiveusers_js_1.CurrentActiveUsers$outboundSchema.optional(),
114
+ ugcSummary: currentactiveusers_js_1.CurrentActiveUsers$outboundSchema.optional(),
115
+ lastUpdatedTs: z.number().int().optional(),
116
+ searchSessionSatisfaction: z.number().optional(),
117
+ monthlyActiveUserTimeseries: labeledcountinfo_js_1.LabeledCountInfo$outboundSchema.optional(),
118
+ weeklyActiveUserTimeseries: labeledcountinfo_js_1.LabeledCountInfo$outboundSchema.optional(),
119
+ dailyActiveUserTimeseries: labeledcountinfo_js_1.LabeledCountInfo$outboundSchema.optional(),
120
+ searchDatasourceCounts: z.record(z.number().int()).optional(),
121
+ chatDatasourceCounts: z.record(z.number().int()).optional(),
122
+ perUserInsights: z.array(peruserinsight_js_1.PerUserInsight$outboundSchema).optional(),
123
+ engagementBreakdown: z.lazy(() => exports.EngagementBreakdown$outboundSchema)
124
+ .optional(),
125
+ });
126
+ /**
127
+ * @internal
128
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
129
+ */
130
+ var InsightsOverviewResponse$;
131
+ (function (InsightsOverviewResponse$) {
132
+ /** @deprecated use `InsightsOverviewResponse$inboundSchema` instead. */
133
+ InsightsOverviewResponse$.inboundSchema = exports.InsightsOverviewResponse$inboundSchema;
134
+ /** @deprecated use `InsightsOverviewResponse$outboundSchema` instead. */
135
+ InsightsOverviewResponse$.outboundSchema = exports.InsightsOverviewResponse$outboundSchema;
136
+ })(InsightsOverviewResponse$ || (exports.InsightsOverviewResponse$ = InsightsOverviewResponse$ = {}));
137
+ function insightsOverviewResponseToJSON(insightsOverviewResponse) {
138
+ return JSON.stringify(exports.InsightsOverviewResponse$outboundSchema.parse(insightsOverviewResponse));
139
+ }
140
+ function insightsOverviewResponseFromJSON(jsonString) {
141
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.InsightsOverviewResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'InsightsOverviewResponse' from JSON`);
142
+ }
143
+ //# sourceMappingURL=insightsoverviewresponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insightsoverviewresponse.js","sourceRoot":"","sources":["../../../../src/models/components/insightsoverviewresponse.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,13 @@
1
1
  import * as z from "zod";
2
2
  import { Result as SafeParseResult } from "../../types/fp.js";
3
3
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import { AgentsInsightsV2Response, AgentsInsightsV2Response$Outbound } from "./agentsinsightsv2response.js";
4
5
  import { AiAppsInsightsResponse, AiAppsInsightsResponse$Outbound } from "./aiappsinsightsresponse.js";
5
6
  import { AiInsightsResponse, AiInsightsResponse$Outbound } from "./aiinsightsresponse.js";
7
+ import { AssistantInsightsResponse, AssistantInsightsResponse$Outbound } from "./assistantinsightsresponse.js";
6
8
  import { ContentInsightsResponse, ContentInsightsResponse$Outbound } from "./contentinsightsresponse.js";
7
9
  import { GleanAssistInsightsResponse, GleanAssistInsightsResponse$Outbound } from "./gleanassistinsightsresponse.js";
10
+ import { InsightsOverviewResponse, InsightsOverviewResponse$Outbound } from "./insightsoverviewresponse.js";
8
11
  import { LabeledCountInfo, LabeledCountInfo$Outbound } from "./labeledcountinfo.js";
9
12
  import { QueryInsightsResponse, QueryInsightsResponse$Outbound } from "./queryinsightsresponse.js";
10
13
  import { ShortcutInsightsResponse, ShortcutInsightsResponse$Outbound } from "./shortcutinsightsresponse.js";
@@ -12,6 +15,8 @@ import { UserInsightsResponse, UserInsightsResponse$Outbound } from "./userinsig
12
15
  export type InsightsResponse = {
13
16
  /**
14
17
  * List of timeseries to make charts (if applicable).
18
+ *
19
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
15
20
  */
16
21
  timeseries?: Array<LabeledCountInfo> | undefined;
17
22
  users?: UserInsightsResponse | undefined;
@@ -27,8 +32,13 @@ export type InsightsResponse = {
27
32
  gleanAssist?: GleanAssistInsightsResponse | undefined;
28
33
  /**
29
34
  * list of all departments.
35
+ *
36
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
30
37
  */
31
38
  departments?: Array<string> | undefined;
39
+ overviewResponse?: InsightsOverviewResponse | undefined;
40
+ assistantResponse?: AssistantInsightsResponse | undefined;
41
+ agentsResponse?: AgentsInsightsV2Response | undefined;
32
42
  };
33
43
  /** @internal */
34
44
  export declare const InsightsResponse$inboundSchema: z.ZodType<InsightsResponse, z.ZodTypeDef, unknown>;
@@ -47,6 +57,9 @@ export type InsightsResponse$Outbound = {
47
57
  aiApps?: AiAppsInsightsResponse$Outbound | undefined;
48
58
  gleanAssist?: GleanAssistInsightsResponse$Outbound | undefined;
49
59
  departments?: Array<string> | undefined;
60
+ overviewResponse?: InsightsOverviewResponse$Outbound | undefined;
61
+ assistantResponse?: AssistantInsightsResponse$Outbound | undefined;
62
+ agentsResponse?: AgentsInsightsV2Response$Outbound | undefined;
50
63
  };
51
64
  /** @internal */
52
65
  export declare const InsightsResponse$outboundSchema: z.ZodType<InsightsResponse$Outbound, z.ZodTypeDef, InsightsResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"insightsresponse.d.ts","sourceRoot":"","sources":["../../../../src/models/components/insightsresponse.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"insightsresponse.d.ts","sourceRoot":"","sources":["../../../../src/models/components/insightsresponse.ts"],"names":[],"mappings":"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"}
@@ -41,10 +41,13 @@ exports.insightsResponseToJSON = insightsResponseToJSON;
41
41
  exports.insightsResponseFromJSON = insightsResponseFromJSON;
42
42
  const z = __importStar(require("zod"));
43
43
  const schemas_js_1 = require("../../lib/schemas.js");
44
+ const agentsinsightsv2response_js_1 = require("./agentsinsightsv2response.js");
44
45
  const aiappsinsightsresponse_js_1 = require("./aiappsinsightsresponse.js");
45
46
  const aiinsightsresponse_js_1 = require("./aiinsightsresponse.js");
47
+ const assistantinsightsresponse_js_1 = require("./assistantinsightsresponse.js");
46
48
  const contentinsightsresponse_js_1 = require("./contentinsightsresponse.js");
47
49
  const gleanassistinsightsresponse_js_1 = require("./gleanassistinsightsresponse.js");
50
+ const insightsoverviewresponse_js_1 = require("./insightsoverviewresponse.js");
48
51
  const labeledcountinfo_js_1 = require("./labeledcountinfo.js");
49
52
  const queryinsightsresponse_js_1 = require("./queryinsightsresponse.js");
50
53
  const shortcutinsightsresponse_js_1 = require("./shortcutinsightsresponse.js");
@@ -64,6 +67,9 @@ exports.InsightsResponse$inboundSchema = z.object({
64
67
  aiApps: aiappsinsightsresponse_js_1.AiAppsInsightsResponse$inboundSchema.optional(),
65
68
  gleanAssist: gleanassistinsightsresponse_js_1.GleanAssistInsightsResponse$inboundSchema.optional(),
66
69
  departments: z.array(z.string()).optional(),
70
+ overviewResponse: insightsoverviewresponse_js_1.InsightsOverviewResponse$inboundSchema.optional(),
71
+ assistantResponse: assistantinsightsresponse_js_1.AssistantInsightsResponse$inboundSchema.optional(),
72
+ agentsResponse: agentsinsightsv2response_js_1.AgentsInsightsV2Response$inboundSchema.optional(),
67
73
  });
68
74
  /** @internal */
69
75
  exports.InsightsResponse$outboundSchema = z.object({
@@ -80,6 +86,9 @@ exports.InsightsResponse$outboundSchema = z.object({
80
86
  aiApps: aiappsinsightsresponse_js_1.AiAppsInsightsResponse$outboundSchema.optional(),
81
87
  gleanAssist: gleanassistinsightsresponse_js_1.GleanAssistInsightsResponse$outboundSchema.optional(),
82
88
  departments: z.array(z.string()).optional(),
89
+ overviewResponse: insightsoverviewresponse_js_1.InsightsOverviewResponse$outboundSchema.optional(),
90
+ assistantResponse: assistantinsightsresponse_js_1.AssistantInsightsResponse$outboundSchema.optional(),
91
+ agentsResponse: agentsinsightsv2response_js_1.AgentsInsightsV2Response$outboundSchema.optional(),
83
92
  });
84
93
  /**
85
94
  * @internal
@@ -1 +1 @@
1
- {"version":3,"file":"insightsresponse.js","sourceRoot":"","sources":["../../../../src/models/components/insightsresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqJH,wDAMC;AAED,4DAQC;AAnKD,uCAAyB;AACzB,qDAAiD;AAGjD,2EAKqC;AACrC,mEAKiC;AACjC,6EAKsC;AACtC,qFAK0C;AAC1C,+DAK+B;AAC/B,yEAKoC;AACpC,+EAKuC;AACvC,uEAKmC;AAwBnC,gBAAgB;AACH,QAAA,8BAA8B,GAIvC,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,oDAA8B,CAAC,CAAC,QAAQ,EAAE;IAC9D,KAAK,EAAE,4DAAkC,CAAC,QAAQ,EAAE;IACpD,OAAO,EAAE,kEAAqC,CAAC,QAAQ,EAAE;IACzD,OAAO,EAAE,8DAAmC,CAAC,QAAQ,EAAE;IACvD,WAAW,EAAE,kEAAqC,CAAC,QAAQ,EAAE;IAC7D,aAAa,EAAE,kEAAqC,CAAC,QAAQ,EAAE;IAC/D,SAAS,EAAE,oEAAsC,CAAC,QAAQ,EAAE;IAC5D,aAAa,EAAE,kEAAqC,CAAC,QAAQ,EAAE;IAC/D,OAAO,EAAE,kEAAqC,CAAC,QAAQ,EAAE;IACzD,EAAE,EAAE,wDAAgC,CAAC,QAAQ,EAAE;IAC/C,MAAM,EAAE,gEAAoC,CAAC,QAAQ,EAAE;IACvD,WAAW,EAAE,0EAAyC,CAAC,QAAQ,EAAE;IACjE,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC;AAmBH,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,qDAA+B,CAAC,CAAC,QAAQ,EAAE;IAC/D,KAAK,EAAE,6DAAmC,CAAC,QAAQ,EAAE;IACrD,OAAO,EAAE,mEAAsC,CAAC,QAAQ,EAAE;IAC1D,OAAO,EAAE,+DAAoC,CAAC,QAAQ,EAAE;IACxD,WAAW,EAAE,mEAAsC,CAAC,QAAQ,EAAE;IAC9D,aAAa,EAAE,mEAAsC,CAAC,QAAQ,EAAE;IAChE,SAAS,EAAE,qEAAuC,CAAC,QAAQ,EAAE;IAC7D,aAAa,EAAE,mEAAsC,CAAC,QAAQ,EAAE;IAChE,OAAO,EAAE,mEAAsC,CAAC,QAAQ,EAAE;IAC1D,EAAE,EAAE,yDAAiC,CAAC,QAAQ,EAAE;IAChD,MAAM,EAAE,iEAAqC,CAAC,QAAQ,EAAE;IACxD,WAAW,EAAE,2EAA0C,CAAC,QAAQ,EAAE;IAClE,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,iBAAiB,CAOjC;AAPD,WAAiB,iBAAiB;IAChC,gEAAgE;IACnD,+BAAa,GAAG,sCAA8B,CAAC;IAC5D,iEAAiE;IACpD,gCAAc,GAAG,uCAA+B,CAAC;AAGhE,CAAC,EAPgB,iBAAiB,iCAAjB,iBAAiB,QAOjC;AAED,SAAgB,sBAAsB,CACpC,gBAAkC;IAElC,OAAO,IAAI,CAAC,SAAS,CACnB,uCAA+B,CAAC,KAAK,CAAC,gBAAgB,CAAC,CACxD,CAAC;AACJ,CAAC;AAED,SAAgB,wBAAwB,CACtC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sCAA8B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1D,8CAA8C,CAC/C,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"insightsresponse.js","sourceRoot":"","sources":["../../../../src/models/components/insightsresponse.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,47 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ export type InsightsSearchSummary = {
5
+ /**
6
+ * Number of current Monthly Active Users, in the specified departments.
7
+ */
8
+ monthlyActiveUsers?: number | undefined;
9
+ /**
10
+ * Number of current Weekly Active Users, in the specified departments.
11
+ */
12
+ weeklyActiveUsers?: number | undefined;
13
+ /**
14
+ * Total number of searches by users over the specified time period.
15
+ */
16
+ numSearches?: number | undefined;
17
+ /**
18
+ * Total number of distinct users who searched over the specified time period.
19
+ */
20
+ numSearchUsers?: number | undefined;
21
+ };
22
+ /** @internal */
23
+ export declare const InsightsSearchSummary$inboundSchema: z.ZodType<InsightsSearchSummary, z.ZodTypeDef, unknown>;
24
+ /** @internal */
25
+ export type InsightsSearchSummary$Outbound = {
26
+ monthlyActiveUsers?: number | undefined;
27
+ weeklyActiveUsers?: number | undefined;
28
+ numSearches?: number | undefined;
29
+ numSearchUsers?: number | undefined;
30
+ };
31
+ /** @internal */
32
+ export declare const InsightsSearchSummary$outboundSchema: z.ZodType<InsightsSearchSummary$Outbound, z.ZodTypeDef, InsightsSearchSummary>;
33
+ /**
34
+ * @internal
35
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
36
+ */
37
+ export declare namespace InsightsSearchSummary$ {
38
+ /** @deprecated use `InsightsSearchSummary$inboundSchema` instead. */
39
+ const inboundSchema: z.ZodType<InsightsSearchSummary, z.ZodTypeDef, unknown>;
40
+ /** @deprecated use `InsightsSearchSummary$outboundSchema` instead. */
41
+ const outboundSchema: z.ZodType<InsightsSearchSummary$Outbound, z.ZodTypeDef, InsightsSearchSummary>;
42
+ /** @deprecated use `InsightsSearchSummary$Outbound` instead. */
43
+ type Outbound = InsightsSearchSummary$Outbound;
44
+ }
45
+ export declare function insightsSearchSummaryToJSON(insightsSearchSummary: InsightsSearchSummary): string;
46
+ export declare function insightsSearchSummaryFromJSON(jsonString: string): SafeParseResult<InsightsSearchSummary, SDKValidationError>;
47
+ //# sourceMappingURL=insightssearchsummary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insightssearchsummary.d.ts","sourceRoot":"","sources":["../../../../src/models/components/insightssearchsummary.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GAAG;IAC3C,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAMrB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACtC,qEAAqE;IAC9D,MAAM,aAAa,yDAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc,gFAAuC,CAAC;IACnE,gEAAgE;IAChE,KAAY,QAAQ,GAAG,8BAA8B,CAAC;CACvD;AAED,wBAAgB,2BAA2B,CACzC,qBAAqB,EAAE,qBAAqB,GAC3C,MAAM,CAIR;AAED,wBAAgB,6BAA6B,CAC3C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qBAAqB,EAAE,kBAAkB,CAAC,CAM5D"}
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.InsightsSearchSummary$ = exports.InsightsSearchSummary$outboundSchema = exports.InsightsSearchSummary$inboundSchema = void 0;
40
+ exports.insightsSearchSummaryToJSON = insightsSearchSummaryToJSON;
41
+ exports.insightsSearchSummaryFromJSON = insightsSearchSummaryFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ /** @internal */
45
+ exports.InsightsSearchSummary$inboundSchema = z.object({
46
+ monthlyActiveUsers: z.number().int().optional(),
47
+ weeklyActiveUsers: z.number().int().optional(),
48
+ numSearches: z.number().int().optional(),
49
+ numSearchUsers: z.number().int().optional(),
50
+ });
51
+ /** @internal */
52
+ exports.InsightsSearchSummary$outboundSchema = z.object({
53
+ monthlyActiveUsers: z.number().int().optional(),
54
+ weeklyActiveUsers: z.number().int().optional(),
55
+ numSearches: z.number().int().optional(),
56
+ numSearchUsers: z.number().int().optional(),
57
+ });
58
+ /**
59
+ * @internal
60
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
61
+ */
62
+ var InsightsSearchSummary$;
63
+ (function (InsightsSearchSummary$) {
64
+ /** @deprecated use `InsightsSearchSummary$inboundSchema` instead. */
65
+ InsightsSearchSummary$.inboundSchema = exports.InsightsSearchSummary$inboundSchema;
66
+ /** @deprecated use `InsightsSearchSummary$outboundSchema` instead. */
67
+ InsightsSearchSummary$.outboundSchema = exports.InsightsSearchSummary$outboundSchema;
68
+ })(InsightsSearchSummary$ || (exports.InsightsSearchSummary$ = InsightsSearchSummary$ = {}));
69
+ function insightsSearchSummaryToJSON(insightsSearchSummary) {
70
+ return JSON.stringify(exports.InsightsSearchSummary$outboundSchema.parse(insightsSearchSummary));
71
+ }
72
+ function insightsSearchSummaryFromJSON(jsonString) {
73
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.InsightsSearchSummary$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'InsightsSearchSummary' from JSON`);
74
+ }
75
+ //# sourceMappingURL=insightssearchsummary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insightssearchsummary.js","sourceRoot":"","sources":["../../../../src/models/components/insightssearchsummary.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuEH,kEAMC;AAED,sEAQC;AArFD,uCAAyB;AACzB,qDAAiD;AAuBjD,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC/C,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC9C,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACxC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,oCAAoC,GAI7C,CAAC,CAAC,MAAM,CAAC;IACX,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC/C,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC9C,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACxC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sBAAsB,CAOtC;AAPD,WAAiB,sBAAsB;IACrC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AAGrE,CAAC,EAPgB,sBAAsB,sCAAtB,sBAAsB,QAOtC;AAED,SAAgB,2BAA2B,CACzC,qBAA4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,4CAAoC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAClE,CAAC;AACJ,CAAC;AAED,SAAgB,6BAA6B,CAC3C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,2CAAmC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC/D,mDAAmD,CACpD,CAAC;AACJ,CAAC"}