cribl-control-plane 0.5.0-beta.13 → 0.5.0-beta.14

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 (247) hide show
  1. package/dist/commonjs/lib/config.d.ts +3 -3
  2. package/dist/commonjs/lib/config.js +3 -3
  3. package/dist/commonjs/models/azureblobcollectorconf.d.ts +444 -0
  4. package/dist/commonjs/models/azureblobcollectorconf.d.ts.map +1 -0
  5. package/dist/commonjs/models/azureblobcollectorconf.js +324 -0
  6. package/dist/commonjs/models/azureblobcollectorconf.js.map +1 -0
  7. package/dist/commonjs/models/collector.d.ts +26 -0
  8. package/dist/commonjs/models/collector.d.ts.map +1 -0
  9. package/dist/commonjs/models/{collectorconf.js → collector.js} +22 -22
  10. package/dist/commonjs/models/collector.js.map +1 -0
  11. package/dist/commonjs/models/collectorazureblob.d.ts +10 -722
  12. package/dist/commonjs/models/collectorazureblob.d.ts.map +1 -1
  13. package/dist/commonjs/models/collectorazureblob.js +8 -478
  14. package/dist/commonjs/models/collectorazureblob.js.map +1 -1
  15. package/dist/commonjs/models/collectorcribllake.d.ts +7 -6
  16. package/dist/commonjs/models/collectorcribllake.d.ts.map +1 -1
  17. package/dist/commonjs/models/collectorcribllake.js +3 -2
  18. package/dist/commonjs/models/collectorcribllake.js.map +1 -1
  19. package/dist/commonjs/models/collectordatabase.d.ts +7 -58
  20. package/dist/commonjs/models/collectordatabase.d.ts.map +1 -1
  21. package/dist/commonjs/models/collectordatabase.js +4 -57
  22. package/dist/commonjs/models/collectordatabase.js.map +1 -1
  23. package/dist/commonjs/models/collectorfilesystem.d.ts +7 -47
  24. package/dist/commonjs/models/collectorfilesystem.d.ts.map +1 -1
  25. package/dist/commonjs/models/collectorfilesystem.js +4 -31
  26. package/dist/commonjs/models/collectorfilesystem.js.map +1 -1
  27. package/dist/commonjs/models/collectorgooglecloudstorage.d.ts +10 -394
  28. package/dist/commonjs/models/collectorgooglecloudstorage.d.ts.map +1 -1
  29. package/dist/commonjs/models/collectorgooglecloudstorage.js +8 -262
  30. package/dist/commonjs/models/collectorgooglecloudstorage.js.map +1 -1
  31. package/dist/commonjs/models/collectorhealthcheck.d.ts +12 -3790
  32. package/dist/commonjs/models/collectorhealthcheck.d.ts.map +1 -1
  33. package/dist/commonjs/models/collectorhealthcheck.js +8 -2890
  34. package/dist/commonjs/models/collectorhealthcheck.js.map +1 -1
  35. package/dist/commonjs/models/collectorrest.d.ts +12 -6524
  36. package/dist/commonjs/models/collectorrest.d.ts.map +1 -1
  37. package/dist/commonjs/models/collectorrest.js +8 -5311
  38. package/dist/commonjs/models/collectorrest.js.map +1 -1
  39. package/dist/commonjs/models/collectors3.d.ts +10 -1158
  40. package/dist/commonjs/models/collectors3.d.ts.map +1 -1
  41. package/dist/commonjs/models/collectors3.js +8 -740
  42. package/dist/commonjs/models/collectors3.js.map +1 -1
  43. package/dist/commonjs/models/collectorscript.d.ts +7 -42
  44. package/dist/commonjs/models/collectorscript.d.ts.map +1 -1
  45. package/dist/commonjs/models/collectorscript.js +4 -28
  46. package/dist/commonjs/models/collectorscript.js.map +1 -1
  47. package/dist/commonjs/models/collectorsplunk.d.ts +10 -1937
  48. package/dist/commonjs/models/collectorsplunk.d.ts.map +1 -1
  49. package/dist/commonjs/models/collectorsplunk.js +8 -1434
  50. package/dist/commonjs/models/collectorsplunk.js.map +1 -1
  51. package/dist/commonjs/models/cribllakecollectorconf.d.ts +20 -0
  52. package/dist/commonjs/models/cribllakecollectorconf.d.ts.map +1 -0
  53. package/dist/commonjs/models/{criblevent.js → cribllakecollectorconf.js} +17 -8
  54. package/dist/commonjs/models/cribllakecollectorconf.js.map +1 -0
  55. package/dist/commonjs/models/databasecollectorconf.d.ts +72 -0
  56. package/dist/commonjs/models/databasecollectorconf.d.ts.map +1 -0
  57. package/dist/commonjs/models/databasecollectorconf.js +112 -0
  58. package/dist/commonjs/models/databasecollectorconf.js.map +1 -0
  59. package/dist/commonjs/models/filesystemcollectorconf.d.ts +61 -0
  60. package/dist/commonjs/models/filesystemcollectorconf.d.ts.map +1 -0
  61. package/dist/commonjs/models/filesystemcollectorconf.js +84 -0
  62. package/dist/commonjs/models/filesystemcollectorconf.js.map +1 -0
  63. package/dist/commonjs/models/googlecloudstoragecollectorconf.d.ts +284 -0
  64. package/dist/commonjs/models/googlecloudstoragecollectorconf.d.ts.map +1 -0
  65. package/dist/commonjs/models/googlecloudstoragecollectorconf.js +228 -0
  66. package/dist/commonjs/models/googlecloudstoragecollectorconf.js.map +1 -0
  67. package/dist/commonjs/models/healthcheckcollectorconf.d.ts +2460 -0
  68. package/dist/commonjs/models/healthcheckcollectorconf.d.ts.map +1 -0
  69. package/dist/commonjs/models/healthcheckcollectorconf.js +2097 -0
  70. package/dist/commonjs/models/healthcheckcollectorconf.js.map +1 -0
  71. package/dist/commonjs/models/index.d.ts +11 -2
  72. package/dist/commonjs/models/index.d.ts.map +1 -1
  73. package/dist/commonjs/models/index.js +11 -2
  74. package/dist/commonjs/models/index.js.map +1 -1
  75. package/dist/commonjs/models/outputtestrequest.d.ts +6 -3
  76. package/dist/commonjs/models/outputtestrequest.d.ts.map +1 -1
  77. package/dist/commonjs/models/outputtestrequest.js +1 -2
  78. package/dist/commonjs/models/outputtestrequest.js.map +1 -1
  79. package/dist/commonjs/models/restcollectorconf.d.ts +5150 -0
  80. package/dist/commonjs/models/restcollectorconf.d.ts.map +1 -0
  81. package/dist/commonjs/models/restcollectorconf.js +4771 -0
  82. package/dist/commonjs/models/restcollectorconf.js.map +1 -0
  83. package/dist/commonjs/models/runnablejobcollection.d.ts +5 -23
  84. package/dist/commonjs/models/runnablejobcollection.d.ts.map +1 -1
  85. package/dist/commonjs/models/runnablejobcollection.js +3 -14
  86. package/dist/commonjs/models/runnablejobcollection.js.map +1 -1
  87. package/dist/commonjs/models/s3collectorconf.d.ts +929 -0
  88. package/dist/commonjs/models/s3collectorconf.d.ts.map +1 -0
  89. package/dist/commonjs/models/s3collectorconf.js +632 -0
  90. package/dist/commonjs/models/s3collectorconf.js.map +1 -0
  91. package/dist/commonjs/models/savedjobcollection.d.ts +6 -34
  92. package/dist/commonjs/models/savedjobcollection.d.ts.map +1 -1
  93. package/dist/commonjs/models/savedjobcollection.js +4 -26
  94. package/dist/commonjs/models/savedjobcollection.js.map +1 -1
  95. package/dist/commonjs/models/scriptcollectorconf.d.ts +56 -0
  96. package/dist/commonjs/models/scriptcollectorconf.d.ts.map +1 -0
  97. package/dist/commonjs/models/scriptcollectorconf.js +83 -0
  98. package/dist/commonjs/models/scriptcollectorconf.js.map +1 -0
  99. package/dist/commonjs/models/splunkcollectorconf.d.ts +1639 -0
  100. package/dist/commonjs/models/splunkcollectorconf.d.ts.map +1 -0
  101. package/dist/commonjs/models/splunkcollectorconf.js +1319 -0
  102. package/dist/commonjs/models/splunkcollectorconf.js.map +1 -0
  103. package/dist/esm/lib/config.d.ts +3 -3
  104. package/dist/esm/lib/config.js +3 -3
  105. package/dist/esm/models/azureblobcollectorconf.d.ts +444 -0
  106. package/dist/esm/models/azureblobcollectorconf.d.ts.map +1 -0
  107. package/dist/esm/models/azureblobcollectorconf.js +268 -0
  108. package/dist/esm/models/azureblobcollectorconf.js.map +1 -0
  109. package/dist/esm/models/collector.d.ts +26 -0
  110. package/dist/esm/models/collector.d.ts.map +1 -0
  111. package/dist/esm/models/{collectorconf.js → collector.js} +19 -19
  112. package/dist/esm/models/collector.js.map +1 -0
  113. package/dist/esm/models/collectorazureblob.d.ts +10 -722
  114. package/dist/esm/models/collectorazureblob.d.ts.map +1 -1
  115. package/dist/esm/models/collectorazureblob.js +7 -453
  116. package/dist/esm/models/collectorazureblob.js.map +1 -1
  117. package/dist/esm/models/collectorcribllake.d.ts +7 -6
  118. package/dist/esm/models/collectorcribllake.d.ts.map +1 -1
  119. package/dist/esm/models/collectorcribllake.js +3 -2
  120. package/dist/esm/models/collectorcribllake.js.map +1 -1
  121. package/dist/esm/models/collectordatabase.d.ts +7 -58
  122. package/dist/esm/models/collectordatabase.d.ts.map +1 -1
  123. package/dist/esm/models/collectordatabase.js +3 -52
  124. package/dist/esm/models/collectordatabase.js.map +1 -1
  125. package/dist/esm/models/collectorfilesystem.d.ts +7 -47
  126. package/dist/esm/models/collectorfilesystem.d.ts.map +1 -1
  127. package/dist/esm/models/collectorfilesystem.js +3 -28
  128. package/dist/esm/models/collectorfilesystem.js.map +1 -1
  129. package/dist/esm/models/collectorgooglecloudstorage.d.ts +10 -394
  130. package/dist/esm/models/collectorgooglecloudstorage.d.ts.map +1 -1
  131. package/dist/esm/models/collectorgooglecloudstorage.js +7 -249
  132. package/dist/esm/models/collectorgooglecloudstorage.js.map +1 -1
  133. package/dist/esm/models/collectorhealthcheck.d.ts +12 -3790
  134. package/dist/esm/models/collectorhealthcheck.d.ts.map +1 -1
  135. package/dist/esm/models/collectorhealthcheck.js +7 -2743
  136. package/dist/esm/models/collectorhealthcheck.js.map +1 -1
  137. package/dist/esm/models/collectorrest.d.ts +12 -6524
  138. package/dist/esm/models/collectorrest.d.ts.map +1 -1
  139. package/dist/esm/models/collectorrest.js +7 -5020
  140. package/dist/esm/models/collectorrest.js.map +1 -1
  141. package/dist/esm/models/collectors3.d.ts +10 -1158
  142. package/dist/esm/models/collectors3.d.ts.map +1 -1
  143. package/dist/esm/models/collectors3.js +7 -718
  144. package/dist/esm/models/collectors3.js.map +1 -1
  145. package/dist/esm/models/collectorscript.d.ts +7 -42
  146. package/dist/esm/models/collectorscript.d.ts.map +1 -1
  147. package/dist/esm/models/collectorscript.js +3 -25
  148. package/dist/esm/models/collectorscript.js.map +1 -1
  149. package/dist/esm/models/collectorsplunk.d.ts +10 -1937
  150. package/dist/esm/models/collectorsplunk.d.ts.map +1 -1
  151. package/dist/esm/models/collectorsplunk.js +7 -1375
  152. package/dist/esm/models/collectorsplunk.js.map +1 -1
  153. package/dist/esm/models/cribllakecollectorconf.d.ts +20 -0
  154. package/dist/esm/models/cribllakecollectorconf.d.ts.map +1 -0
  155. package/dist/esm/models/cribllakecollectorconf.js +20 -0
  156. package/dist/esm/models/cribllakecollectorconf.js.map +1 -0
  157. package/dist/esm/models/databasecollectorconf.d.ts +72 -0
  158. package/dist/esm/models/databasecollectorconf.d.ts.map +1 -0
  159. package/dist/esm/models/databasecollectorconf.js +70 -0
  160. package/dist/esm/models/databasecollectorconf.js.map +1 -0
  161. package/dist/esm/models/filesystemcollectorconf.d.ts +61 -0
  162. package/dist/esm/models/filesystemcollectorconf.d.ts.map +1 -0
  163. package/dist/esm/models/filesystemcollectorconf.js +44 -0
  164. package/dist/esm/models/filesystemcollectorconf.js.map +1 -0
  165. package/dist/esm/models/googlecloudstoragecollectorconf.d.ts +284 -0
  166. package/dist/esm/models/googlecloudstoragecollectorconf.d.ts.map +1 -0
  167. package/dist/esm/models/googlecloudstoragecollectorconf.js +178 -0
  168. package/dist/esm/models/googlecloudstoragecollectorconf.js.map +1 -0
  169. package/dist/esm/models/healthcheckcollectorconf.d.ts +2460 -0
  170. package/dist/esm/models/healthcheckcollectorconf.d.ts.map +1 -0
  171. package/dist/esm/models/healthcheckcollectorconf.js +1963 -0
  172. package/dist/esm/models/healthcheckcollectorconf.js.map +1 -0
  173. package/dist/esm/models/index.d.ts +11 -2
  174. package/dist/esm/models/index.d.ts.map +1 -1
  175. package/dist/esm/models/index.js +11 -2
  176. package/dist/esm/models/index.js.map +1 -1
  177. package/dist/esm/models/outputtestrequest.d.ts +6 -3
  178. package/dist/esm/models/outputtestrequest.d.ts.map +1 -1
  179. package/dist/esm/models/outputtestrequest.js +1 -2
  180. package/dist/esm/models/outputtestrequest.js.map +1 -1
  181. package/dist/esm/models/restcollectorconf.d.ts +5150 -0
  182. package/dist/esm/models/restcollectorconf.d.ts.map +1 -0
  183. package/dist/esm/models/restcollectorconf.js +4480 -0
  184. package/dist/esm/models/restcollectorconf.js.map +1 -0
  185. package/dist/esm/models/runnablejobcollection.d.ts +5 -23
  186. package/dist/esm/models/runnablejobcollection.d.ts.map +1 -1
  187. package/dist/esm/models/runnablejobcollection.js +2 -12
  188. package/dist/esm/models/runnablejobcollection.js.map +1 -1
  189. package/dist/esm/models/s3collectorconf.d.ts +929 -0
  190. package/dist/esm/models/s3collectorconf.d.ts.map +1 -0
  191. package/dist/esm/models/s3collectorconf.js +573 -0
  192. package/dist/esm/models/s3collectorconf.js.map +1 -0
  193. package/dist/esm/models/savedjobcollection.d.ts +6 -34
  194. package/dist/esm/models/savedjobcollection.d.ts.map +1 -1
  195. package/dist/esm/models/savedjobcollection.js +3 -23
  196. package/dist/esm/models/savedjobcollection.js.map +1 -1
  197. package/dist/esm/models/scriptcollectorconf.d.ts +56 -0
  198. package/dist/esm/models/scriptcollectorconf.d.ts.map +1 -0
  199. package/dist/esm/models/scriptcollectorconf.js +43 -0
  200. package/dist/esm/models/scriptcollectorconf.js.map +1 -0
  201. package/dist/esm/models/splunkcollectorconf.d.ts +1639 -0
  202. package/dist/esm/models/splunkcollectorconf.d.ts.map +1 -0
  203. package/dist/esm/models/splunkcollectorconf.js +1223 -0
  204. package/dist/esm/models/splunkcollectorconf.js.map +1 -0
  205. package/examples/package-lock.json +1 -1
  206. package/jsr.json +1 -1
  207. package/package.json +1 -1
  208. package/src/lib/config.ts +3 -3
  209. package/src/models/azureblobcollectorconf.ts +919 -0
  210. package/src/models/{collectorconf.ts → collector.ts} +37 -49
  211. package/src/models/collectorazureblob.ts +23 -1405
  212. package/src/models/collectorcribllake.ts +14 -8
  213. package/src/models/collectordatabase.ts +14 -151
  214. package/src/models/collectorfilesystem.ts +14 -93
  215. package/src/models/collectorgooglecloudstorage.ts +22 -812
  216. package/src/models/collectorhealthcheck.ts +24 -8024
  217. package/src/models/collectorrest.ts +24 -13558
  218. package/src/models/collectors3.ts +22 -1932
  219. package/src/models/collectorscript.ts +14 -75
  220. package/src/models/collectorsplunk.ts +22 -3754
  221. package/src/models/cribllakecollectorconf.ts +54 -0
  222. package/src/models/databasecollectorconf.ts +194 -0
  223. package/src/models/filesystemcollectorconf.ts +141 -0
  224. package/src/models/googlecloudstoragecollectorconf.ts +633 -0
  225. package/src/models/healthcheckcollectorconf.ts +5757 -0
  226. package/src/models/index.ts +11 -2
  227. package/src/models/outputtestrequest.ts +3 -8
  228. package/src/models/restcollectorconf.ts +12631 -0
  229. package/src/models/runnablejobcollection.ts +6 -44
  230. package/src/models/s3collectorconf.ts +1760 -0
  231. package/src/models/savedjobcollection.ts +12 -78
  232. package/src/models/scriptcollectorconf.ts +121 -0
  233. package/src/models/splunkcollectorconf.ts +3561 -0
  234. package/dist/commonjs/models/collectorconf.d.ts +0 -50
  235. package/dist/commonjs/models/collectorconf.d.ts.map +0 -1
  236. package/dist/commonjs/models/collectorconf.js.map +0 -1
  237. package/dist/commonjs/models/criblevent.d.ts +0 -14
  238. package/dist/commonjs/models/criblevent.d.ts.map +0 -1
  239. package/dist/commonjs/models/criblevent.js.map +0 -1
  240. package/dist/esm/models/collectorconf.d.ts +0 -50
  241. package/dist/esm/models/collectorconf.d.ts.map +0 -1
  242. package/dist/esm/models/collectorconf.js.map +0 -1
  243. package/dist/esm/models/criblevent.d.ts +0 -14
  244. package/dist/esm/models/criblevent.d.ts.map +0 -1
  245. package/dist/esm/models/criblevent.js +0 -12
  246. package/dist/esm/models/criblevent.js.map +0 -1
  247. package/src/models/criblevent.ts +0 -29
@@ -0,0 +1,284 @@
1
+ import * as z from "zod/v3";
2
+ import { Result as SafeParseResult } from "../types/fp.js";
3
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
4
+ export type GoogleCloudStorageAuthTypeSecretExtractor = {
5
+ /**
6
+ * A token from the template path, such as epoch
7
+ */
8
+ key: string;
9
+ /**
10
+ * JavaScript expression that receives token under "value" variable, and evaluates to populate event fields, such as {date: new Date(+value*1000)}
11
+ */
12
+ expression: string;
13
+ };
14
+ export type GoogleCloudStorageAuthTypeSecret = {
15
+ /**
16
+ * Enter account credentials manually, select a secret that references your credentials, or use Google Application Default Credentials
17
+ */
18
+ authType: "secret";
19
+ /**
20
+ * Select or create a stored text secret that references your credentials
21
+ */
22
+ textSecret: string;
23
+ /**
24
+ * Name of the predefined Destination that will be used to auto-populate Collector settings
25
+ */
26
+ outputName?: string | undefined;
27
+ /**
28
+ * Name of the bucket to collect from. This value can be a constant or a JavaScript expression that can only be evaluated at init time. Example referencing a Global Variable: `myBucket-${C.vars.myVar}`.
29
+ */
30
+ bucket: string;
31
+ /**
32
+ * The directory from which to collect data. Templating is supported, such as myDir/${datacenter}/${host}/${app}/. Time-based tokens are also supported, such as myOtherDir/${_time:%Y}/${_time:%m}/${_time:%d}/.
33
+ */
34
+ path?: string | undefined;
35
+ /**
36
+ * Allows using template tokens as context for expressions that enrich discovery results. For example, given a template /path/${epoch}, an extractor under key "epoch" with an expression {date: new Date(+value*1000)}, will enrich discovery results with a human readable "date" field.
37
+ */
38
+ extractors?: Array<GoogleCloudStorageAuthTypeSecretExtractor> | undefined;
39
+ /**
40
+ * Google Cloud Storage service endpoint. If empty, the endpoint will default to https://storage.googleapis.com.
41
+ */
42
+ endpoint?: string | undefined;
43
+ /**
44
+ * Used to disable Collector event time filtering when a date range is specified
45
+ */
46
+ disableTimeFilter?: boolean | undefined;
47
+ /**
48
+ * Recurse through subdirectories
49
+ */
50
+ recurse?: boolean | undefined;
51
+ /**
52
+ * Maximum number of metadata objects to batch before recording as results
53
+ */
54
+ maxBatchSize?: number | undefined;
55
+ /**
56
+ * Maximum file size for each Parquet chunk
57
+ */
58
+ parquetChunkSizeMB?: number | undefined;
59
+ /**
60
+ * The maximum time allowed for downloading a Parquet chunk. Processing will abort if a chunk cannot be downloaded within the time specified.
61
+ */
62
+ parquetChunkDownloadTimeout?: number | undefined;
63
+ };
64
+ export type GoogleCloudStorageAuthTypeManualExtractor = {
65
+ /**
66
+ * A token from the template path, such as epoch
67
+ */
68
+ key: string;
69
+ /**
70
+ * JavaScript expression that receives token under "value" variable, and evaluates to populate event fields, such as {date: new Date(+value*1000)}
71
+ */
72
+ expression: string;
73
+ };
74
+ export type GoogleCloudStorageAuthTypeManual = {
75
+ /**
76
+ * Enter account credentials manually, select a secret that references your credentials, or use Google Application Default Credentials
77
+ */
78
+ authType: "manual";
79
+ /**
80
+ * Contents of Google Cloud service account credentials (JSON keys) file. To upload a file, click the upload button at this field's upper right.
81
+ */
82
+ serviceAccountCredentials: string;
83
+ /**
84
+ * Name of the predefined Destination that will be used to auto-populate Collector settings
85
+ */
86
+ outputName?: string | undefined;
87
+ /**
88
+ * Name of the bucket to collect from. This value can be a constant or a JavaScript expression that can only be evaluated at init time. Example referencing a Global Variable: `myBucket-${C.vars.myVar}`.
89
+ */
90
+ bucket: string;
91
+ /**
92
+ * The directory from which to collect data. Templating is supported, such as myDir/${datacenter}/${host}/${app}/. Time-based tokens are also supported, such as myOtherDir/${_time:%Y}/${_time:%m}/${_time:%d}/.
93
+ */
94
+ path?: string | undefined;
95
+ /**
96
+ * Allows using template tokens as context for expressions that enrich discovery results. For example, given a template /path/${epoch}, an extractor under key "epoch" with an expression {date: new Date(+value*1000)}, will enrich discovery results with a human readable "date" field.
97
+ */
98
+ extractors?: Array<GoogleCloudStorageAuthTypeManualExtractor> | undefined;
99
+ /**
100
+ * Google Cloud Storage service endpoint. If empty, the endpoint will default to https://storage.googleapis.com.
101
+ */
102
+ endpoint?: string | undefined;
103
+ /**
104
+ * Used to disable Collector event time filtering when a date range is specified
105
+ */
106
+ disableTimeFilter?: boolean | undefined;
107
+ /**
108
+ * Recurse through subdirectories
109
+ */
110
+ recurse?: boolean | undefined;
111
+ /**
112
+ * Maximum number of metadata objects to batch before recording as results
113
+ */
114
+ maxBatchSize?: number | undefined;
115
+ /**
116
+ * Maximum file size for each Parquet chunk
117
+ */
118
+ parquetChunkSizeMB?: number | undefined;
119
+ /**
120
+ * The maximum time allowed for downloading a Parquet chunk. Processing will abort if a chunk cannot be downloaded within the time specified.
121
+ */
122
+ parquetChunkDownloadTimeout?: number | undefined;
123
+ };
124
+ export type GoogleCloudStorageAuthTypeAutoExtractor = {
125
+ /**
126
+ * A token from the template path, such as epoch
127
+ */
128
+ key: string;
129
+ /**
130
+ * JavaScript expression that receives token under "value" variable, and evaluates to populate event fields, such as {date: new Date(+value*1000)}
131
+ */
132
+ expression: string;
133
+ };
134
+ export type GoogleCloudStorageAuthTypeAuto = {
135
+ /**
136
+ * Enter account credentials manually, select a secret that references your credentials, or use Google Application Default Credentials
137
+ */
138
+ authType: "auto";
139
+ /**
140
+ * Name of the predefined Destination that will be used to auto-populate Collector settings
141
+ */
142
+ outputName?: string | undefined;
143
+ /**
144
+ * Name of the bucket to collect from. This value can be a constant or a JavaScript expression that can only be evaluated at init time. Example referencing a Global Variable: `myBucket-${C.vars.myVar}`.
145
+ */
146
+ bucket: string;
147
+ /**
148
+ * The directory from which to collect data. Templating is supported, such as myDir/${datacenter}/${host}/${app}/. Time-based tokens are also supported, such as myOtherDir/${_time:%Y}/${_time:%m}/${_time:%d}/.
149
+ */
150
+ path?: string | undefined;
151
+ /**
152
+ * Allows using template tokens as context for expressions that enrich discovery results. For example, given a template /path/${epoch}, an extractor under key "epoch" with an expression {date: new Date(+value*1000)}, will enrich discovery results with a human readable "date" field.
153
+ */
154
+ extractors?: Array<GoogleCloudStorageAuthTypeAutoExtractor> | undefined;
155
+ /**
156
+ * Google Cloud Storage service endpoint. If empty, the endpoint will default to https://storage.googleapis.com.
157
+ */
158
+ endpoint?: string | undefined;
159
+ /**
160
+ * Used to disable Collector event time filtering when a date range is specified
161
+ */
162
+ disableTimeFilter?: boolean | undefined;
163
+ /**
164
+ * Recurse through subdirectories
165
+ */
166
+ recurse?: boolean | undefined;
167
+ /**
168
+ * Maximum number of metadata objects to batch before recording as results
169
+ */
170
+ maxBatchSize?: number | undefined;
171
+ /**
172
+ * Maximum file size for each Parquet chunk
173
+ */
174
+ parquetChunkSizeMB?: number | undefined;
175
+ /**
176
+ * The maximum time allowed for downloading a Parquet chunk. Processing will abort if a chunk cannot be downloaded within the time specified.
177
+ */
178
+ parquetChunkDownloadTimeout?: number | undefined;
179
+ };
180
+ export type GoogleCloudStorageCollectorConf = GoogleCloudStorageAuthTypeAuto | GoogleCloudStorageAuthTypeManual | GoogleCloudStorageAuthTypeSecret;
181
+ /** @internal */
182
+ export declare const GoogleCloudStorageAuthTypeSecretExtractor$inboundSchema: z.ZodType<GoogleCloudStorageAuthTypeSecretExtractor, z.ZodTypeDef, unknown>;
183
+ /** @internal */
184
+ export type GoogleCloudStorageAuthTypeSecretExtractor$Outbound = {
185
+ key: string;
186
+ expression: string;
187
+ };
188
+ /** @internal */
189
+ export declare const GoogleCloudStorageAuthTypeSecretExtractor$outboundSchema: z.ZodType<GoogleCloudStorageAuthTypeSecretExtractor$Outbound, z.ZodTypeDef, GoogleCloudStorageAuthTypeSecretExtractor>;
190
+ export declare function googleCloudStorageAuthTypeSecretExtractorToJSON(googleCloudStorageAuthTypeSecretExtractor: GoogleCloudStorageAuthTypeSecretExtractor): string;
191
+ export declare function googleCloudStorageAuthTypeSecretExtractorFromJSON(jsonString: string): SafeParseResult<GoogleCloudStorageAuthTypeSecretExtractor, SDKValidationError>;
192
+ /** @internal */
193
+ export declare const GoogleCloudStorageAuthTypeSecret$inboundSchema: z.ZodType<GoogleCloudStorageAuthTypeSecret, z.ZodTypeDef, unknown>;
194
+ /** @internal */
195
+ export type GoogleCloudStorageAuthTypeSecret$Outbound = {
196
+ authType: "secret";
197
+ textSecret: string;
198
+ outputName?: string | undefined;
199
+ bucket: string;
200
+ path?: string | undefined;
201
+ extractors?: Array<GoogleCloudStorageAuthTypeSecretExtractor$Outbound> | undefined;
202
+ endpoint?: string | undefined;
203
+ disableTimeFilter: boolean;
204
+ recurse: boolean;
205
+ maxBatchSize: number;
206
+ parquetChunkSizeMB: number;
207
+ parquetChunkDownloadTimeout: number;
208
+ };
209
+ /** @internal */
210
+ export declare const GoogleCloudStorageAuthTypeSecret$outboundSchema: z.ZodType<GoogleCloudStorageAuthTypeSecret$Outbound, z.ZodTypeDef, GoogleCloudStorageAuthTypeSecret>;
211
+ export declare function googleCloudStorageAuthTypeSecretToJSON(googleCloudStorageAuthTypeSecret: GoogleCloudStorageAuthTypeSecret): string;
212
+ export declare function googleCloudStorageAuthTypeSecretFromJSON(jsonString: string): SafeParseResult<GoogleCloudStorageAuthTypeSecret, SDKValidationError>;
213
+ /** @internal */
214
+ export declare const GoogleCloudStorageAuthTypeManualExtractor$inboundSchema: z.ZodType<GoogleCloudStorageAuthTypeManualExtractor, z.ZodTypeDef, unknown>;
215
+ /** @internal */
216
+ export type GoogleCloudStorageAuthTypeManualExtractor$Outbound = {
217
+ key: string;
218
+ expression: string;
219
+ };
220
+ /** @internal */
221
+ export declare const GoogleCloudStorageAuthTypeManualExtractor$outboundSchema: z.ZodType<GoogleCloudStorageAuthTypeManualExtractor$Outbound, z.ZodTypeDef, GoogleCloudStorageAuthTypeManualExtractor>;
222
+ export declare function googleCloudStorageAuthTypeManualExtractorToJSON(googleCloudStorageAuthTypeManualExtractor: GoogleCloudStorageAuthTypeManualExtractor): string;
223
+ export declare function googleCloudStorageAuthTypeManualExtractorFromJSON(jsonString: string): SafeParseResult<GoogleCloudStorageAuthTypeManualExtractor, SDKValidationError>;
224
+ /** @internal */
225
+ export declare const GoogleCloudStorageAuthTypeManual$inboundSchema: z.ZodType<GoogleCloudStorageAuthTypeManual, z.ZodTypeDef, unknown>;
226
+ /** @internal */
227
+ export type GoogleCloudStorageAuthTypeManual$Outbound = {
228
+ authType: "manual";
229
+ serviceAccountCredentials: string;
230
+ outputName?: string | undefined;
231
+ bucket: string;
232
+ path?: string | undefined;
233
+ extractors?: Array<GoogleCloudStorageAuthTypeManualExtractor$Outbound> | undefined;
234
+ endpoint?: string | undefined;
235
+ disableTimeFilter: boolean;
236
+ recurse: boolean;
237
+ maxBatchSize: number;
238
+ parquetChunkSizeMB: number;
239
+ parquetChunkDownloadTimeout: number;
240
+ };
241
+ /** @internal */
242
+ export declare const GoogleCloudStorageAuthTypeManual$outboundSchema: z.ZodType<GoogleCloudStorageAuthTypeManual$Outbound, z.ZodTypeDef, GoogleCloudStorageAuthTypeManual>;
243
+ export declare function googleCloudStorageAuthTypeManualToJSON(googleCloudStorageAuthTypeManual: GoogleCloudStorageAuthTypeManual): string;
244
+ export declare function googleCloudStorageAuthTypeManualFromJSON(jsonString: string): SafeParseResult<GoogleCloudStorageAuthTypeManual, SDKValidationError>;
245
+ /** @internal */
246
+ export declare const GoogleCloudStorageAuthTypeAutoExtractor$inboundSchema: z.ZodType<GoogleCloudStorageAuthTypeAutoExtractor, z.ZodTypeDef, unknown>;
247
+ /** @internal */
248
+ export type GoogleCloudStorageAuthTypeAutoExtractor$Outbound = {
249
+ key: string;
250
+ expression: string;
251
+ };
252
+ /** @internal */
253
+ export declare const GoogleCloudStorageAuthTypeAutoExtractor$outboundSchema: z.ZodType<GoogleCloudStorageAuthTypeAutoExtractor$Outbound, z.ZodTypeDef, GoogleCloudStorageAuthTypeAutoExtractor>;
254
+ export declare function googleCloudStorageAuthTypeAutoExtractorToJSON(googleCloudStorageAuthTypeAutoExtractor: GoogleCloudStorageAuthTypeAutoExtractor): string;
255
+ export declare function googleCloudStorageAuthTypeAutoExtractorFromJSON(jsonString: string): SafeParseResult<GoogleCloudStorageAuthTypeAutoExtractor, SDKValidationError>;
256
+ /** @internal */
257
+ export declare const GoogleCloudStorageAuthTypeAuto$inboundSchema: z.ZodType<GoogleCloudStorageAuthTypeAuto, z.ZodTypeDef, unknown>;
258
+ /** @internal */
259
+ export type GoogleCloudStorageAuthTypeAuto$Outbound = {
260
+ authType: "auto";
261
+ outputName?: string | undefined;
262
+ bucket: string;
263
+ path?: string | undefined;
264
+ extractors?: Array<GoogleCloudStorageAuthTypeAutoExtractor$Outbound> | undefined;
265
+ endpoint?: string | undefined;
266
+ disableTimeFilter: boolean;
267
+ recurse: boolean;
268
+ maxBatchSize: number;
269
+ parquetChunkSizeMB: number;
270
+ parquetChunkDownloadTimeout: number;
271
+ };
272
+ /** @internal */
273
+ export declare const GoogleCloudStorageAuthTypeAuto$outboundSchema: z.ZodType<GoogleCloudStorageAuthTypeAuto$Outbound, z.ZodTypeDef, GoogleCloudStorageAuthTypeAuto>;
274
+ export declare function googleCloudStorageAuthTypeAutoToJSON(googleCloudStorageAuthTypeAuto: GoogleCloudStorageAuthTypeAuto): string;
275
+ export declare function googleCloudStorageAuthTypeAutoFromJSON(jsonString: string): SafeParseResult<GoogleCloudStorageAuthTypeAuto, SDKValidationError>;
276
+ /** @internal */
277
+ export declare const GoogleCloudStorageCollectorConf$inboundSchema: z.ZodType<GoogleCloudStorageCollectorConf, z.ZodTypeDef, unknown>;
278
+ /** @internal */
279
+ export type GoogleCloudStorageCollectorConf$Outbound = GoogleCloudStorageAuthTypeAuto$Outbound | GoogleCloudStorageAuthTypeManual$Outbound | GoogleCloudStorageAuthTypeSecret$Outbound;
280
+ /** @internal */
281
+ export declare const GoogleCloudStorageCollectorConf$outboundSchema: z.ZodType<GoogleCloudStorageCollectorConf$Outbound, z.ZodTypeDef, GoogleCloudStorageCollectorConf>;
282
+ export declare function googleCloudStorageCollectorConfToJSON(googleCloudStorageCollectorConf: GoogleCloudStorageCollectorConf): string;
283
+ export declare function googleCloudStorageCollectorConfFromJSON(jsonString: string): SafeParseResult<GoogleCloudStorageCollectorConf, SDKValidationError>;
284
+ //# sourceMappingURL=googlecloudstoragecollectorconf.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"googlecloudstoragecollectorconf.d.ts","sourceRoot":"","sources":["../../../src/models/googlecloudstoragecollectorconf.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,178 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v3";
5
+ import { safeParse } from "../lib/schemas.js";
6
+ /** @internal */
7
+ export const GoogleCloudStorageAuthTypeSecretExtractor$inboundSchema = z.object({
8
+ key: z.string(),
9
+ expression: z.string(),
10
+ });
11
+ /** @internal */
12
+ export const GoogleCloudStorageAuthTypeSecretExtractor$outboundSchema = z.object({
13
+ key: z.string(),
14
+ expression: z.string(),
15
+ });
16
+ export function googleCloudStorageAuthTypeSecretExtractorToJSON(googleCloudStorageAuthTypeSecretExtractor) {
17
+ return JSON.stringify(GoogleCloudStorageAuthTypeSecretExtractor$outboundSchema.parse(googleCloudStorageAuthTypeSecretExtractor));
18
+ }
19
+ export function googleCloudStorageAuthTypeSecretExtractorFromJSON(jsonString) {
20
+ return safeParse(jsonString, (x) => GoogleCloudStorageAuthTypeSecretExtractor$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GoogleCloudStorageAuthTypeSecretExtractor' from JSON`);
21
+ }
22
+ /** @internal */
23
+ export const GoogleCloudStorageAuthTypeSecret$inboundSchema = z.object({
24
+ authType: z.literal("secret"),
25
+ textSecret: z.string(),
26
+ outputName: z.string().optional(),
27
+ bucket: z.string(),
28
+ path: z.string().optional(),
29
+ extractors: z.array(z.lazy(() => GoogleCloudStorageAuthTypeSecretExtractor$inboundSchema)).optional(),
30
+ endpoint: z.string().optional(),
31
+ disableTimeFilter: z.boolean().default(false),
32
+ recurse: z.boolean().default(true),
33
+ maxBatchSize: z.number().default(10),
34
+ parquetChunkSizeMB: z.number().default(5),
35
+ parquetChunkDownloadTimeout: z.number().default(600),
36
+ });
37
+ /** @internal */
38
+ export const GoogleCloudStorageAuthTypeSecret$outboundSchema = z.object({
39
+ authType: z.literal("secret"),
40
+ textSecret: z.string(),
41
+ outputName: z.string().optional(),
42
+ bucket: z.string(),
43
+ path: z.string().optional(),
44
+ extractors: z.array(z.lazy(() => GoogleCloudStorageAuthTypeSecretExtractor$outboundSchema)).optional(),
45
+ endpoint: z.string().optional(),
46
+ disableTimeFilter: z.boolean().default(false),
47
+ recurse: z.boolean().default(true),
48
+ maxBatchSize: z.number().default(10),
49
+ parquetChunkSizeMB: z.number().default(5),
50
+ parquetChunkDownloadTimeout: z.number().default(600),
51
+ });
52
+ export function googleCloudStorageAuthTypeSecretToJSON(googleCloudStorageAuthTypeSecret) {
53
+ return JSON.stringify(GoogleCloudStorageAuthTypeSecret$outboundSchema.parse(googleCloudStorageAuthTypeSecret));
54
+ }
55
+ export function googleCloudStorageAuthTypeSecretFromJSON(jsonString) {
56
+ return safeParse(jsonString, (x) => GoogleCloudStorageAuthTypeSecret$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GoogleCloudStorageAuthTypeSecret' from JSON`);
57
+ }
58
+ /** @internal */
59
+ export const GoogleCloudStorageAuthTypeManualExtractor$inboundSchema = z.object({
60
+ key: z.string(),
61
+ expression: z.string(),
62
+ });
63
+ /** @internal */
64
+ export const GoogleCloudStorageAuthTypeManualExtractor$outboundSchema = z.object({
65
+ key: z.string(),
66
+ expression: z.string(),
67
+ });
68
+ export function googleCloudStorageAuthTypeManualExtractorToJSON(googleCloudStorageAuthTypeManualExtractor) {
69
+ return JSON.stringify(GoogleCloudStorageAuthTypeManualExtractor$outboundSchema.parse(googleCloudStorageAuthTypeManualExtractor));
70
+ }
71
+ export function googleCloudStorageAuthTypeManualExtractorFromJSON(jsonString) {
72
+ return safeParse(jsonString, (x) => GoogleCloudStorageAuthTypeManualExtractor$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GoogleCloudStorageAuthTypeManualExtractor' from JSON`);
73
+ }
74
+ /** @internal */
75
+ export const GoogleCloudStorageAuthTypeManual$inboundSchema = z.object({
76
+ authType: z.literal("manual"),
77
+ serviceAccountCredentials: z.string(),
78
+ outputName: z.string().optional(),
79
+ bucket: z.string(),
80
+ path: z.string().optional(),
81
+ extractors: z.array(z.lazy(() => GoogleCloudStorageAuthTypeManualExtractor$inboundSchema)).optional(),
82
+ endpoint: z.string().optional(),
83
+ disableTimeFilter: z.boolean().default(false),
84
+ recurse: z.boolean().default(true),
85
+ maxBatchSize: z.number().default(10),
86
+ parquetChunkSizeMB: z.number().default(5),
87
+ parquetChunkDownloadTimeout: z.number().default(600),
88
+ });
89
+ /** @internal */
90
+ export const GoogleCloudStorageAuthTypeManual$outboundSchema = z.object({
91
+ authType: z.literal("manual"),
92
+ serviceAccountCredentials: z.string(),
93
+ outputName: z.string().optional(),
94
+ bucket: z.string(),
95
+ path: z.string().optional(),
96
+ extractors: z.array(z.lazy(() => GoogleCloudStorageAuthTypeManualExtractor$outboundSchema)).optional(),
97
+ endpoint: z.string().optional(),
98
+ disableTimeFilter: z.boolean().default(false),
99
+ recurse: z.boolean().default(true),
100
+ maxBatchSize: z.number().default(10),
101
+ parquetChunkSizeMB: z.number().default(5),
102
+ parquetChunkDownloadTimeout: z.number().default(600),
103
+ });
104
+ export function googleCloudStorageAuthTypeManualToJSON(googleCloudStorageAuthTypeManual) {
105
+ return JSON.stringify(GoogleCloudStorageAuthTypeManual$outboundSchema.parse(googleCloudStorageAuthTypeManual));
106
+ }
107
+ export function googleCloudStorageAuthTypeManualFromJSON(jsonString) {
108
+ return safeParse(jsonString, (x) => GoogleCloudStorageAuthTypeManual$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GoogleCloudStorageAuthTypeManual' from JSON`);
109
+ }
110
+ /** @internal */
111
+ export const GoogleCloudStorageAuthTypeAutoExtractor$inboundSchema = z.object({
112
+ key: z.string(),
113
+ expression: z.string(),
114
+ });
115
+ /** @internal */
116
+ export const GoogleCloudStorageAuthTypeAutoExtractor$outboundSchema = z.object({
117
+ key: z.string(),
118
+ expression: z.string(),
119
+ });
120
+ export function googleCloudStorageAuthTypeAutoExtractorToJSON(googleCloudStorageAuthTypeAutoExtractor) {
121
+ return JSON.stringify(GoogleCloudStorageAuthTypeAutoExtractor$outboundSchema.parse(googleCloudStorageAuthTypeAutoExtractor));
122
+ }
123
+ export function googleCloudStorageAuthTypeAutoExtractorFromJSON(jsonString) {
124
+ return safeParse(jsonString, (x) => GoogleCloudStorageAuthTypeAutoExtractor$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GoogleCloudStorageAuthTypeAutoExtractor' from JSON`);
125
+ }
126
+ /** @internal */
127
+ export const GoogleCloudStorageAuthTypeAuto$inboundSchema = z.object({
128
+ authType: z.literal("auto"),
129
+ outputName: z.string().optional(),
130
+ bucket: z.string(),
131
+ path: z.string().optional(),
132
+ extractors: z.array(z.lazy(() => GoogleCloudStorageAuthTypeAutoExtractor$inboundSchema)).optional(),
133
+ endpoint: z.string().optional(),
134
+ disableTimeFilter: z.boolean().default(false),
135
+ recurse: z.boolean().default(true),
136
+ maxBatchSize: z.number().default(10),
137
+ parquetChunkSizeMB: z.number().default(5),
138
+ parquetChunkDownloadTimeout: z.number().default(600),
139
+ });
140
+ /** @internal */
141
+ export const GoogleCloudStorageAuthTypeAuto$outboundSchema = z.object({
142
+ authType: z.literal("auto"),
143
+ outputName: z.string().optional(),
144
+ bucket: z.string(),
145
+ path: z.string().optional(),
146
+ extractors: z.array(z.lazy(() => GoogleCloudStorageAuthTypeAutoExtractor$outboundSchema)).optional(),
147
+ endpoint: z.string().optional(),
148
+ disableTimeFilter: z.boolean().default(false),
149
+ recurse: z.boolean().default(true),
150
+ maxBatchSize: z.number().default(10),
151
+ parquetChunkSizeMB: z.number().default(5),
152
+ parquetChunkDownloadTimeout: z.number().default(600),
153
+ });
154
+ export function googleCloudStorageAuthTypeAutoToJSON(googleCloudStorageAuthTypeAuto) {
155
+ return JSON.stringify(GoogleCloudStorageAuthTypeAuto$outboundSchema.parse(googleCloudStorageAuthTypeAuto));
156
+ }
157
+ export function googleCloudStorageAuthTypeAutoFromJSON(jsonString) {
158
+ return safeParse(jsonString, (x) => GoogleCloudStorageAuthTypeAuto$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GoogleCloudStorageAuthTypeAuto' from JSON`);
159
+ }
160
+ /** @internal */
161
+ export const GoogleCloudStorageCollectorConf$inboundSchema = z.union([
162
+ z.lazy(() => GoogleCloudStorageAuthTypeAuto$inboundSchema),
163
+ z.lazy(() => GoogleCloudStorageAuthTypeManual$inboundSchema),
164
+ z.lazy(() => GoogleCloudStorageAuthTypeSecret$inboundSchema),
165
+ ]);
166
+ /** @internal */
167
+ export const GoogleCloudStorageCollectorConf$outboundSchema = z.union([
168
+ z.lazy(() => GoogleCloudStorageAuthTypeAuto$outboundSchema),
169
+ z.lazy(() => GoogleCloudStorageAuthTypeManual$outboundSchema),
170
+ z.lazy(() => GoogleCloudStorageAuthTypeSecret$outboundSchema),
171
+ ]);
172
+ export function googleCloudStorageCollectorConfToJSON(googleCloudStorageCollectorConf) {
173
+ return JSON.stringify(GoogleCloudStorageCollectorConf$outboundSchema.parse(googleCloudStorageCollectorConf));
174
+ }
175
+ export function googleCloudStorageCollectorConfFromJSON(jsonString) {
176
+ return safeParse(jsonString, (x) => GoogleCloudStorageCollectorConf$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GoogleCloudStorageCollectorConf' from JSON`);
177
+ }
178
+ //# sourceMappingURL=googlecloudstoragecollectorconf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"googlecloudstoragecollectorconf.js","sourceRoot":"","sources":["../../../src/models/googlecloudstoragecollectorconf.ts"],"names":[],"mappings":"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"}