@@ -38,7 +38,7 @@ export class Types {
38
38
}
39
39
40
40
/**
41
- *
41
+ * More information: https://docs.gethyper.ai/types#string
42
42
* @param {string } query - The query to be processed
43
43
* @param {MethodParamsOptions } options - Optional parameters to be passed to the request, such as `contextId`
44
44
* @returns The result of the query as a string data type
@@ -60,7 +60,7 @@ export class Types {
60
60
}
61
61
62
62
/**
63
- *
63
+ * More information: https://docs.gethyper.ai/types#integer
64
64
* @param {string } query - The query to be processed
65
65
* @param {MethodParamsOptions } options - Optional parameters to be passed to the request, such as `contextId`
66
66
* @returns The result of the query as an integer data type
@@ -82,7 +82,7 @@ export class Types {
82
82
}
83
83
84
84
/**
85
- *
85
+ * More information: https://docs.gethyper.ai/types#float
86
86
* @param {string } query - The query to be processed
87
87
* @param {MethodParamsOptions } options - Optional parameters to be passed to the request, such as `contextId`
88
88
* @returns The result of the query as a float data type
@@ -104,7 +104,7 @@ export class Types {
104
104
}
105
105
106
106
/**
107
- *
107
+ * More information: https://docs.gethyper.ai/types#boolean
108
108
* @param {string } query - The query to be processed
109
109
* @param {MethodParamsOptions } options - Optional parameters to be passed to the request, such as `contextId`
110
110
* @returns The result of the query as a boolean data type
@@ -126,7 +126,7 @@ export class Types {
126
126
}
127
127
128
128
/**
129
- *
129
+ * More information: https://docs.gethyper.ai/types#datetime
130
130
* @param {string } query - The query to be processed
131
131
* @param {MethodParamsOptions } options - Optional parameters to be passed to the request, such as `contextId`
132
132
* @returns The result of the query as a datetime data type
@@ -148,7 +148,7 @@ export class Types {
148
148
}
149
149
150
150
/**
151
- *
151
+ * More information: https://docs.gethyper.ai/types#string-array
152
152
* @param {string } query - The query to be processed
153
153
* @param {MethodParamsOptions } options - Optional parameters to be passed to the request, such as `contextId`
154
154
* @returns The result of the query as a array of strings
@@ -170,7 +170,7 @@ export class Types {
170
170
}
171
171
172
172
/**
173
- *
173
+ * More information: https://docs.gethyper.ai/types#integer-array
174
174
* @param {string } query - The query to be processed
175
175
* @param {MethodParamsOptions } options - Optional parameters to be passed to the request, such as `contextId`
176
176
* @returns The result of the query as a array of integers
@@ -192,7 +192,7 @@ export class Types {
192
192
}
193
193
194
194
/**
195
- *
195
+ * More information: https://docs.gethyper.ai/types#float-array
196
196
* @param {string } query - The query to be processed
197
197
* @param {MethodParamsOptions } options - Optional parameters to be passed to the request, such as `contextId`
198
198
* @returns The result of the query as a array of floats
@@ -214,7 +214,7 @@ export class Types {
214
214
}
215
215
216
216
/**
217
- *
217
+ * More information: https://docs.gethyper.ai/types#boolean-array
218
218
* @param {string } query - The query to be processed
219
219
* @param {MethodParamsOptions } options - Optional parameters to be passed to the request, such as `contextId`
220
220
* @returns The result of the query as a array of booleans
@@ -236,7 +236,7 @@ export class Types {
236
236
}
237
237
238
238
/**
239
- *
239
+ * More information: https://docs.gethyper.ai/types#datetime-array
240
240
* @param {string } query - The query to be processed
241
241
* @param {MethodParamsOptions } options - Optional parameters to be passed to the request, such as `contextId`
242
242
* @returns The result of the query as a array of datetime strings
0 commit comments