@formbricks/hub 0.2.0 → 0.4.1

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 (96) hide show
  1. package/CHANGELOG.md +72 -0
  2. package/README.md +2 -2
  3. package/client.d.mts +15 -3
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +15 -3
  6. package/client.d.ts.map +1 -1
  7. package/client.js +28 -18
  8. package/client.js.map +1 -1
  9. package/client.mjs +28 -18
  10. package/client.mjs.map +1 -1
  11. package/internal/tslib.js +17 -17
  12. package/internal/utils/query.d.mts +5 -0
  13. package/internal/utils/query.d.mts.map +1 -0
  14. package/internal/utils/query.d.ts +5 -0
  15. package/internal/utils/query.d.ts.map +1 -0
  16. package/internal/utils/query.js +23 -0
  17. package/internal/utils/query.js.map +1 -0
  18. package/internal/utils/query.mjs +20 -0
  19. package/internal/utils/query.mjs.map +1 -0
  20. package/internal/utils.d.mts +1 -0
  21. package/internal/utils.d.ts +1 -0
  22. package/internal/utils.js +1 -0
  23. package/internal/utils.js.map +1 -1
  24. package/internal/utils.mjs +1 -0
  25. package/package.json +7 -1
  26. package/resources/feedback-records/feedback-records.d.mts +473 -0
  27. package/resources/feedback-records/feedback-records.d.mts.map +1 -0
  28. package/resources/feedback-records/feedback-records.d.ts +473 -0
  29. package/resources/feedback-records/feedback-records.d.ts.map +1 -0
  30. package/resources/feedback-records/feedback-records.js +139 -0
  31. package/resources/feedback-records/feedback-records.js.map +1 -0
  32. package/resources/feedback-records/feedback-records.mjs +134 -0
  33. package/resources/feedback-records/feedback-records.mjs.map +1 -0
  34. package/resources/feedback-records/index.d.mts +3 -0
  35. package/resources/feedback-records/index.d.mts.map +1 -0
  36. package/resources/feedback-records/index.d.ts +3 -0
  37. package/resources/feedback-records/index.d.ts.map +1 -0
  38. package/resources/feedback-records/index.js +9 -0
  39. package/resources/feedback-records/index.js.map +1 -0
  40. package/resources/feedback-records/index.mjs +4 -0
  41. package/resources/feedback-records/index.mjs.map +1 -0
  42. package/resources/feedback-records/search.d.mts +98 -0
  43. package/resources/feedback-records/search.d.mts.map +1 -0
  44. package/resources/feedback-records/search.d.ts +98 -0
  45. package/resources/feedback-records/search.d.ts.map +1 -0
  46. package/resources/feedback-records/search.js +38 -0
  47. package/resources/feedback-records/search.js.map +1 -0
  48. package/resources/feedback-records/search.mjs +34 -0
  49. package/resources/feedback-records/search.mjs.map +1 -0
  50. package/resources/feedback-records.d.mts +1 -369
  51. package/resources/feedback-records.d.mts.map +1 -1
  52. package/resources/feedback-records.d.ts +1 -369
  53. package/resources/feedback-records.d.ts.map +1 -1
  54. package/resources/feedback-records.js +2 -102
  55. package/resources/feedback-records.js.map +1 -1
  56. package/resources/feedback-records.mjs +1 -100
  57. package/resources/feedback-records.mjs.map +1 -1
  58. package/resources/health.d.mts +3 -0
  59. package/resources/health.d.mts.map +1 -1
  60. package/resources/health.d.ts +3 -0
  61. package/resources/health.d.ts.map +1 -1
  62. package/resources/health.js +3 -0
  63. package/resources/health.js.map +1 -1
  64. package/resources/health.mjs +3 -0
  65. package/resources/health.mjs.map +1 -1
  66. package/resources/index.d.mts +2 -1
  67. package/resources/index.d.mts.map +1 -1
  68. package/resources/index.d.ts +2 -1
  69. package/resources/index.d.ts.map +1 -1
  70. package/resources/index.js +4 -2
  71. package/resources/index.js.map +1 -1
  72. package/resources/index.mjs +2 -1
  73. package/resources/index.mjs.map +1 -1
  74. package/resources/webhooks.d.mts +338 -0
  75. package/resources/webhooks.d.mts.map +1 -0
  76. package/resources/webhooks.d.ts +338 -0
  77. package/resources/webhooks.d.ts.map +1 -0
  78. package/resources/webhooks.js +91 -0
  79. package/resources/webhooks.js.map +1 -0
  80. package/resources/webhooks.mjs +87 -0
  81. package/resources/webhooks.mjs.map +1 -0
  82. package/src/client.ts +56 -23
  83. package/src/internal/utils/query.ts +23 -0
  84. package/src/internal/utils.ts +1 -0
  85. package/src/resources/feedback-records/feedback-records.ts +601 -0
  86. package/src/resources/feedback-records/index.ts +19 -0
  87. package/src/resources/feedback-records/search.ts +126 -0
  88. package/src/resources/feedback-records.ts +1 -469
  89. package/src/resources/health.ts +3 -0
  90. package/src/resources/index.ts +13 -1
  91. package/src/resources/webhooks.ts +469 -0
  92. package/src/version.ts +1 -1
  93. package/version.d.mts +1 -1
  94. package/version.d.ts +1 -1
  95. package/version.js +1 -1
  96. package/version.mjs +1 -1
@@ -1,370 +1,2 @@
1
- import { APIResource } from "../core/resource.mjs";
2
- import { APIPromise } from "../core/api-promise.mjs";
3
- import { RequestOptions } from "../internal/request-options.mjs";
4
- export declare class FeedbackRecords extends APIResource {
5
- /**
6
- * Creates a new feedback record data point
7
- *
8
- * @example
9
- * ```ts
10
- * const feedbackRecordData =
11
- * await client.feedbackRecords.create({
12
- * field_id: 'q1',
13
- * field_type: 'rating',
14
- * source_type: 'survey',
15
- * field_label: 'How satisfied are you?',
16
- * language: 'en',
17
- * source_id: 'survey-123',
18
- * source_name: 'Q1 NPS Survey',
19
- * tenant_id: 'org-123',
20
- * user_identifier: 'user-abc-123',
21
- * value_number: 9,
22
- * });
23
- * ```
24
- */
25
- create(body: FeedbackRecordCreateParams, options?: RequestOptions): APIPromise<FeedbackRecordData>;
26
- /**
27
- * Retrieves a single feedback record data point by its UUID
28
- *
29
- * @example
30
- * ```ts
31
- * const feedbackRecordData =
32
- * await client.feedbackRecords.retrieve(
33
- * '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
34
- * );
35
- * ```
36
- */
37
- retrieve(id: string, options?: RequestOptions): APIPromise<FeedbackRecordData>;
38
- /**
39
- * Updates specific fields of a feedback record data point
40
- *
41
- * @example
42
- * ```ts
43
- * const feedbackRecordData =
44
- * await client.feedbackRecords.update(
45
- * '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
46
- * { value_text: 'Updated feedback text' },
47
- * );
48
- * ```
49
- */
50
- update(id: string, body: FeedbackRecordUpdateParams, options?: RequestOptions): APIPromise<FeedbackRecordData>;
51
- /**
52
- * Lists feedback records with optional filters and pagination
53
- *
54
- * @example
55
- * ```ts
56
- * const feedbackRecords = await client.feedbackRecords.list();
57
- * ```
58
- */
59
- list(query?: FeedbackRecordListParams | null | undefined, options?: RequestOptions): APIPromise<FeedbackRecordListResponse>;
60
- /**
61
- * Permanently deletes a feedback record data point
62
- *
63
- * @example
64
- * ```ts
65
- * await client.feedbackRecords.delete(
66
- * '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
67
- * );
68
- * ```
69
- */
70
- delete(id: string, options?: RequestOptions): APIPromise<void>;
71
- /**
72
- * Permanently deletes all feedback record data points matching the specified
73
- * user_identifier. This endpoint supports GDPR Article 17 (Right to Erasure)
74
- * requests.
75
- *
76
- * @example
77
- * ```ts
78
- * const response = await client.feedbackRecords.bulkDelete({
79
- * user_identifier: 'user_identifier',
80
- * });
81
- * ```
82
- */
83
- bulkDelete(params: FeedbackRecordBulkDeleteParams, options?: RequestOptions): APIPromise<FeedbackRecordBulkDeleteResponse>;
84
- }
85
- export interface FeedbackRecordData {
86
- /**
87
- * UUIDv7 primary key
88
- */
89
- id: string;
90
- /**
91
- * When the feedback was collected
92
- */
93
- collected_at: string;
94
- /**
95
- * When this record was created
96
- */
97
- created_at: string;
98
- /**
99
- * Identifier for the question/field
100
- */
101
- field_id: string;
102
- /**
103
- * Type of field
104
- */
105
- field_type: string;
106
- /**
107
- * Type of feedback source
108
- */
109
- source_type: string;
110
- /**
111
- * When this record was last updated
112
- */
113
- updated_at: string;
114
- /**
115
- * Stable identifier grouping related fields (for ranking, matrix, grid questions)
116
- */
117
- field_group_id?: string;
118
- /**
119
- * Human-readable question text for the group
120
- */
121
- field_group_label?: string;
122
- /**
123
- * The actual question text
124
- */
125
- field_label?: string;
126
- /**
127
- * ISO language code. NULL bytes not allowed.
128
- */
129
- language?: string;
130
- /**
131
- * Additional context
132
- */
133
- metadata?: {
134
- [key: string]: unknown;
135
- };
136
- /**
137
- * Reference to survey/form/ticket ID
138
- */
139
- source_id?: string;
140
- /**
141
- * Human-readable name
142
- */
143
- source_name?: string;
144
- /**
145
- * Tenant/organization identifier. NULL bytes not allowed.
146
- */
147
- tenant_id?: string;
148
- /**
149
- * User identifier
150
- */
151
- user_identifier?: string;
152
- /**
153
- * Boolean response
154
- */
155
- value_boolean?: boolean;
156
- /**
157
- * Date response
158
- */
159
- value_date?: string;
160
- /**
161
- * Numeric response
162
- */
163
- value_number?: number;
164
- /**
165
- * Text response. NULL bytes not allowed.
166
- */
167
- value_text?: string;
168
- }
169
- export interface FeedbackRecordListResponse {
170
- /**
171
- * List of feedback records
172
- */
173
- data: Array<FeedbackRecordData>;
174
- /**
175
- * Limit used in query
176
- */
177
- limit: number;
178
- /**
179
- * Offset used in query
180
- */
181
- offset: number;
182
- /**
183
- * Total count of feedback records matching filters
184
- */
185
- total: number;
186
- }
187
- export interface FeedbackRecordBulkDeleteResponse {
188
- /**
189
- * Number of records deleted
190
- */
191
- deleted_count: number;
192
- /**
193
- * Human-readable status message
194
- */
195
- message: string;
196
- }
197
- export interface FeedbackRecordCreateParams {
198
- /**
199
- * Identifier for the question/field. NULL bytes not allowed.
200
- */
201
- field_id: string;
202
- /**
203
- * Field type: text (enrichable), categorical, nps, csat, ces, rating, number,
204
- * boolean, date
205
- */
206
- field_type: 'text' | 'categorical' | 'nps' | 'csat' | 'ces' | 'rating' | 'number' | 'boolean' | 'date';
207
- /**
208
- * Type of feedback source (e.g., survey, review, feedback_form). NULL bytes not
209
- * allowed.
210
- */
211
- source_type: string;
212
- /**
213
- * When the feedback was collected (defaults to now). Must be between 1970-01-01
214
- * and 2080-12-31.
215
- */
216
- collected_at?: string;
217
- /**
218
- * Stable identifier grouping related fields (for ranking, matrix, grid questions).
219
- * NULL bytes not allowed.
220
- */
221
- field_group_id?: string;
222
- /**
223
- * Human-readable question text for the group
224
- */
225
- field_group_label?: string;
226
- /**
227
- * The actual question text
228
- */
229
- field_label?: string;
230
- /**
231
- * ISO language code. NULL bytes not allowed.
232
- */
233
- language?: string;
234
- /**
235
- * User agent, device, location, referrer, tags, etc. NULL bytes (\x00 or \u0000)
236
- * are not allowed in JSON keys or values.
237
- */
238
- metadata?: {
239
- [key: string]: unknown;
240
- };
241
- /**
242
- * Reference to survey/form/ticket ID
243
- */
244
- source_id?: string;
245
- /**
246
- * Human-readable name
247
- */
248
- source_name?: string;
249
- /**
250
- * Tenant/organization identifier for multi-tenancy. NULL bytes not allowed.
251
- */
252
- tenant_id?: string;
253
- /**
254
- * Anonymous ID or email hash
255
- */
256
- user_identifier?: string;
257
- /**
258
- * For yes/no questions
259
- */
260
- value_boolean?: boolean;
261
- /**
262
- * For date responses. Must be between 1970-01-01 and 2080-12-31.
263
- */
264
- value_date?: string;
265
- /**
266
- * For ratings, NPS scores, numeric responses. Must be between -1e15 and +1e15.
267
- */
268
- value_number?: number;
269
- /**
270
- * For open-ended text responses. NULL bytes not allowed.
271
- */
272
- value_text?: string;
273
- }
274
- export interface FeedbackRecordUpdateParams {
275
- /**
276
- * Update language. NULL bytes not allowed.
277
- */
278
- language?: string;
279
- /**
280
- * Update metadata. NULL bytes (\x00 or \u0000) are not allowed in JSON keys or
281
- * values.
282
- */
283
- metadata?: {
284
- [key: string]: unknown;
285
- };
286
- /**
287
- * Update user identifier
288
- */
289
- user_identifier?: string;
290
- /**
291
- * Update boolean response
292
- */
293
- value_boolean?: boolean;
294
- /**
295
- * Update date response. Must be between 1970-01-01 and 2080-12-31.
296
- */
297
- value_date?: string;
298
- /**
299
- * Update numeric response. Must be between -1e15 and +1e15.
300
- */
301
- value_number?: number;
302
- /**
303
- * Update text response. NULL bytes not allowed.
304
- */
305
- value_text?: string;
306
- }
307
- export interface FeedbackRecordListParams {
308
- /**
309
- * Filter by field group ID (for ranking/matrix questions). NULL bytes not allowed.
310
- */
311
- field_group_id?: string;
312
- /**
313
- * Filter by field ID. NULL bytes not allowed.
314
- */
315
- field_id?: string;
316
- /**
317
- * Filter by field type. NULL bytes not allowed.
318
- */
319
- field_type?: string;
320
- /**
321
- * Number of results to return (max 1000)
322
- */
323
- limit?: number;
324
- /**
325
- * Number of results to skip
326
- */
327
- offset?: number;
328
- /**
329
- * Filter by collected_at >= since (ISO 8601 format). Must be between 1970-01-01
330
- * and 2080-12-31.
331
- */
332
- since?: string;
333
- /**
334
- * Filter by source ID (NULL bytes not allowed)
335
- */
336
- source_id?: string;
337
- /**
338
- * Filter by source type. NULL bytes not allowed.
339
- */
340
- source_type?: string;
341
- /**
342
- * Filter by tenant ID (for multi-tenant deployments). NULL bytes not allowed.
343
- */
344
- tenant_id?: string;
345
- /**
346
- * Filter by collected_at <= until (ISO 8601 format). Must be between 1970-01-01
347
- * and 2080-12-31.
348
- */
349
- until?: string;
350
- /**
351
- * Filter by user identifier. NULL bytes not allowed.
352
- */
353
- user_identifier?: string;
354
- }
355
- export interface FeedbackRecordBulkDeleteParams {
356
- /**
357
- * Delete all records matching this user identifier (required). NULL bytes not
358
- * allowed.
359
- */
360
- user_identifier: string;
361
- /**
362
- * Filter by tenant ID (optional, for multi-tenant deployments). NULL bytes not
363
- * allowed.
364
- */
365
- tenant_id?: string;
366
- }
367
- export declare namespace FeedbackRecords {
368
- export { type FeedbackRecordData as FeedbackRecordData, type FeedbackRecordListResponse as FeedbackRecordListResponse, type FeedbackRecordBulkDeleteResponse as FeedbackRecordBulkDeleteResponse, type FeedbackRecordCreateParams as FeedbackRecordCreateParams, type FeedbackRecordUpdateParams as FeedbackRecordUpdateParams, type FeedbackRecordListParams as FeedbackRecordListParams, type FeedbackRecordBulkDeleteParams as FeedbackRecordBulkDeleteParams, };
369
- }
1
+ export * from "./feedback-records/index.mjs";
370
2
  //# sourceMappingURL=feedback-records.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"feedback-records.d.mts","sourceRoot":"","sources":["../src/resources/feedback-records.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"feedback-records.d.mts","sourceRoot":"","sources":["../src/resources/feedback-records.ts"],"names":[],"mappings":""}