@knocklabs/node 1.34.0 → 1.35.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.
- package/CHANGELOG.md +43 -0
- package/client.d.mts +6 -6
- package/client.d.mts.map +1 -1
- package/client.d.ts +6 -6
- package/client.d.ts.map +1 -1
- package/client.js.map +1 -1
- package/client.mjs.map +1 -1
- package/package.json +2 -2
- package/resources/audiences.d.mts +19 -39
- package/resources/audiences.d.mts.map +1 -1
- package/resources/audiences.d.ts +19 -39
- package/resources/audiences.d.ts.map +1 -1
- package/resources/index.d.mts +3 -3
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +3 -3
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/messages/batch.d.mts +15 -252
- package/resources/messages/batch.d.mts.map +1 -1
- package/resources/messages/batch.d.ts +15 -252
- package/resources/messages/batch.d.ts.map +1 -1
- package/resources/messages/batch.js +4 -3
- package/resources/messages/batch.js.map +1 -1
- package/resources/messages/batch.mjs +4 -3
- package/resources/messages/batch.mjs.map +1 -1
- package/resources/messages/index.d.mts +2 -2
- package/resources/messages/index.d.mts.map +1 -1
- package/resources/messages/index.d.ts +2 -2
- package/resources/messages/index.d.ts.map +1 -1
- package/resources/messages/index.js.map +1 -1
- package/resources/messages/index.mjs.map +1 -1
- package/resources/messages/messages.d.mts +215 -188
- package/resources/messages/messages.d.mts.map +1 -1
- package/resources/messages/messages.d.ts +215 -188
- package/resources/messages/messages.d.ts.map +1 -1
- package/resources/messages/messages.js +1 -1
- package/resources/messages/messages.js.map +1 -1
- package/resources/messages/messages.mjs +1 -1
- package/resources/messages/messages.mjs.map +1 -1
- package/resources/objects/objects.d.mts +5 -2
- package/resources/objects/objects.d.mts.map +1 -1
- package/resources/objects/objects.d.ts +5 -2
- package/resources/objects/objects.d.ts.map +1 -1
- package/resources/objects/objects.js.map +1 -1
- package/resources/objects/objects.mjs.map +1 -1
- package/resources/recipients/channel-data.d.mts +4 -0
- package/resources/recipients/channel-data.d.mts.map +1 -1
- package/resources/recipients/channel-data.d.ts +4 -0
- package/resources/recipients/channel-data.d.ts.map +1 -1
- package/resources/recipients/preferences.d.mts +9 -4
- package/resources/recipients/preferences.d.mts.map +1 -1
- package/resources/recipients/preferences.d.ts +9 -4
- package/resources/recipients/preferences.d.ts.map +1 -1
- package/resources/recipients/preferences.js.map +1 -1
- package/resources/recipients/preferences.mjs.map +1 -1
- package/resources/users/bulk.d.mts +4 -2
- package/resources/users/bulk.d.mts.map +1 -1
- package/resources/users/bulk.d.ts +4 -2
- package/resources/users/bulk.d.ts.map +1 -1
- package/resources/users/feeds.d.mts +1 -58
- package/resources/users/feeds.d.mts.map +1 -1
- package/resources/users/feeds.d.ts +1 -58
- package/resources/users/feeds.d.ts.map +1 -1
- package/resources/users/guides.d.mts +190 -108
- package/resources/users/guides.d.mts.map +1 -1
- package/resources/users/guides.d.ts +190 -108
- package/resources/users/guides.d.ts.map +1 -1
- package/resources/users/guides.js +55 -43
- package/resources/users/guides.js.map +1 -1
- package/resources/users/guides.mjs +55 -43
- package/resources/users/guides.mjs.map +1 -1
- package/resources/users/index.d.mts +3 -2
- package/resources/users/index.d.mts.map +1 -1
- package/resources/users/index.d.ts +3 -2
- package/resources/users/index.d.ts.map +1 -1
- package/resources/users/index.js +3 -1
- package/resources/users/index.js.map +1 -1
- package/resources/users/index.mjs +1 -0
- package/resources/users/index.mjs.map +1 -1
- package/resources/users/preference-center.d.mts +175 -0
- package/resources/users/preference-center.d.mts.map +1 -0
- package/resources/users/preference-center.d.ts +175 -0
- package/resources/users/preference-center.d.ts.map +1 -0
- package/resources/users/preference-center.js +41 -0
- package/resources/users/preference-center.js.map +1 -0
- package/resources/users/preference-center.mjs +37 -0
- package/resources/users/preference-center.mjs.map +1 -0
- package/resources/users/users.d.mts +47 -5
- package/resources/users/users.d.mts.map +1 -1
- package/resources/users/users.d.ts +47 -5
- package/resources/users/users.d.ts.map +1 -1
- package/resources/users/users.js +4 -0
- package/resources/users/users.js.map +1 -1
- package/resources/users/users.mjs +4 -0
- package/resources/users/users.mjs.map +1 -1
- package/src/client.ts +16 -2
- package/src/resources/audiences.ts +21 -42
- package/src/resources/index.ts +8 -1
- package/src/resources/messages/batch.ts +16 -294
- package/src/resources/messages/index.ts +5 -1
- package/src/resources/messages/messages.ts +252 -218
- package/src/resources/objects/objects.ts +5 -2
- package/src/resources/recipients/channel-data.ts +5 -0
- package/src/resources/recipients/preferences.ts +9 -4
- package/src/resources/users/bulk.ts +4 -2
- package/src/resources/users/feeds.ts +1 -70
- package/src/resources/users/guides.ts +228 -120
- package/src/resources/users/index.ts +15 -3
- package/src/resources/users/preference-center.ts +224 -0
- package/src/resources/users/users.ts +78 -8
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -23,10 +23,9 @@ export declare class Guides extends APIResource {
|
|
|
23
23
|
*
|
|
24
24
|
* @example
|
|
25
25
|
* ```ts
|
|
26
|
-
* const
|
|
26
|
+
* const guideActionResponse =
|
|
27
27
|
* await client.users.guides.markMessageAsArchived(
|
|
28
28
|
* 'user_id',
|
|
29
|
-
* 'message_id',
|
|
30
29
|
* {
|
|
31
30
|
* channel_id: '123e4567-e89b-12d3-a456-426614174000',
|
|
32
31
|
* guide_id: '7e9dc78c-b3b1-4127-a54e-71f1899b831a',
|
|
@@ -36,17 +35,16 @@ export declare class Guides extends APIResource {
|
|
|
36
35
|
* );
|
|
37
36
|
* ```
|
|
38
37
|
*/
|
|
39
|
-
markMessageAsArchived(userID: string,
|
|
38
|
+
markMessageAsArchived(userID: string, body: GuideMarkMessageAsArchivedParams, options?: RequestOptions): APIPromise<GuideActionResponse>;
|
|
40
39
|
/**
|
|
41
40
|
* Records that a user has interacted with a guide, triggering any associated
|
|
42
41
|
* interacted events.
|
|
43
42
|
*
|
|
44
43
|
* @example
|
|
45
44
|
* ```ts
|
|
46
|
-
* const
|
|
45
|
+
* const guideActionResponse =
|
|
47
46
|
* await client.users.guides.markMessageAsInteracted(
|
|
48
47
|
* 'user_id',
|
|
49
|
-
* 'message_id',
|
|
50
48
|
* {
|
|
51
49
|
* channel_id: '123e4567-e89b-12d3-a456-426614174000',
|
|
52
50
|
* guide_id: '7e9dc78c-b3b1-4127-a54e-71f1899b831a',
|
|
@@ -56,42 +54,172 @@ export declare class Guides extends APIResource {
|
|
|
56
54
|
* );
|
|
57
55
|
* ```
|
|
58
56
|
*/
|
|
59
|
-
markMessageAsInteracted(userID: string,
|
|
57
|
+
markMessageAsInteracted(userID: string, body: GuideMarkMessageAsInteractedParams, options?: RequestOptions): APIPromise<GuideActionResponse>;
|
|
60
58
|
/**
|
|
61
59
|
* Records that a guide has been seen by a user, triggering any associated seen
|
|
62
60
|
* events.
|
|
63
61
|
*
|
|
64
62
|
* @example
|
|
65
63
|
* ```ts
|
|
66
|
-
* const
|
|
67
|
-
* await client.users.guides.markMessageAsSeen(
|
|
68
|
-
* '
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
* next_time: '14:30',
|
|
81
|
-
* spots_left: 8,
|
|
82
|
-
* tour_id: 'dna_lab_tour',
|
|
83
|
-
* },
|
|
84
|
-
* metadata: {
|
|
85
|
-
* cta: 'Reserve Spot',
|
|
86
|
-
* theme: 'amber',
|
|
87
|
-
* type: 'banner',
|
|
88
|
-
* },
|
|
89
|
-
* tenant: 'ingen_isla_nublar',
|
|
64
|
+
* const guideActionResponse =
|
|
65
|
+
* await client.users.guides.markMessageAsSeen('user_id', {
|
|
66
|
+
* channel_id: '123e4567-e89b-12d3-a456-426614174000',
|
|
67
|
+
* content: {
|
|
68
|
+
* body: "Limited spots available for today's behind-the-scenes DNA extraction demonstration.",
|
|
69
|
+
* title: 'DNA Lab Tour Available',
|
|
70
|
+
* },
|
|
71
|
+
* guide_id: '7e9dc78c-b3b1-4127-a54e-71f1899b831a',
|
|
72
|
+
* guide_key: 'tour_notification',
|
|
73
|
+
* guide_step_ref: 'lab_tours',
|
|
74
|
+
* data: {
|
|
75
|
+
* next_time: '14:30',
|
|
76
|
+
* spots_left: 8,
|
|
77
|
+
* tour_id: 'dna_lab_tour',
|
|
90
78
|
* },
|
|
79
|
+
* tenant: 'ingen_isla_nublar',
|
|
80
|
+
* });
|
|
81
|
+
* ```
|
|
82
|
+
*/
|
|
83
|
+
markMessageAsSeen(userID: string, body: GuideMarkMessageAsSeenParams, options?: RequestOptions): APIPromise<GuideActionResponse>;
|
|
84
|
+
/**
|
|
85
|
+
* Resets the engagement state of a guide for a user, removing the guide's
|
|
86
|
+
* engagement log entry so the next interaction creates a fresh engagement.
|
|
87
|
+
*
|
|
88
|
+
* @example
|
|
89
|
+
* ```ts
|
|
90
|
+
* const guideActionResponse =
|
|
91
|
+
* await client.users.guides.resetGuideEngagements(
|
|
92
|
+
* 'user_id',
|
|
93
|
+
* { guide_key: 'tour_notification' },
|
|
91
94
|
* );
|
|
92
95
|
* ```
|
|
93
96
|
*/
|
|
94
|
-
|
|
97
|
+
resetGuideEngagements(userID: string, body: GuideResetGuideEngagementsParams, options?: RequestOptions): APIPromise<GuideActionResponse>;
|
|
98
|
+
/**
|
|
99
|
+
* Records that a guide has been unarchived, triggering any associated unarchived
|
|
100
|
+
* events.
|
|
101
|
+
*
|
|
102
|
+
* @example
|
|
103
|
+
* ```ts
|
|
104
|
+
* const guideActionResponse =
|
|
105
|
+
* await client.users.guides.unarchiveGuideMessage(
|
|
106
|
+
* 'user_id',
|
|
107
|
+
* { guide_key: 'tour_notification' },
|
|
108
|
+
* );
|
|
109
|
+
* ```
|
|
110
|
+
*/
|
|
111
|
+
unarchiveGuideMessage(userID: string, body: GuideUnarchiveGuideMessageParams, options?: RequestOptions): APIPromise<GuideActionResponse>;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* A response for a guide action.
|
|
115
|
+
*/
|
|
116
|
+
export interface GuideActionResponse {
|
|
117
|
+
/**
|
|
118
|
+
* The status of a guide's action.
|
|
119
|
+
*/
|
|
120
|
+
status: string;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* A request to mark a guide as archived.
|
|
124
|
+
*/
|
|
125
|
+
export interface GuideArchivedRequest {
|
|
126
|
+
/**
|
|
127
|
+
* The unique identifier for the channel.
|
|
128
|
+
*/
|
|
129
|
+
channel_id: string;
|
|
130
|
+
/**
|
|
131
|
+
* The unique identifier for the guide.
|
|
132
|
+
*/
|
|
133
|
+
guide_id: string;
|
|
134
|
+
/**
|
|
135
|
+
* The key of the guide.
|
|
136
|
+
*/
|
|
137
|
+
guide_key: string;
|
|
138
|
+
/**
|
|
139
|
+
* The step reference of the guide.
|
|
140
|
+
*/
|
|
141
|
+
guide_step_ref: string;
|
|
142
|
+
/**
|
|
143
|
+
* Whether the guide is final.
|
|
144
|
+
*/
|
|
145
|
+
is_final?: boolean;
|
|
146
|
+
/**
|
|
147
|
+
* The tenant ID of the guide.
|
|
148
|
+
*/
|
|
149
|
+
tenant?: string;
|
|
150
|
+
/**
|
|
151
|
+
* Whether the guide bypasses its guide group's throttle settings. When true,
|
|
152
|
+
* archiving the guide does not open a new throttle window.
|
|
153
|
+
*/
|
|
154
|
+
unthrottled?: boolean;
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* A request to mark a guide as interacted with.
|
|
158
|
+
*/
|
|
159
|
+
export interface GuideInteractedRequest {
|
|
160
|
+
/**
|
|
161
|
+
* The unique identifier for the channel.
|
|
162
|
+
*/
|
|
163
|
+
channel_id: string;
|
|
164
|
+
/**
|
|
165
|
+
* The unique identifier for the guide.
|
|
166
|
+
*/
|
|
167
|
+
guide_id: string;
|
|
168
|
+
/**
|
|
169
|
+
* The key of the guide.
|
|
170
|
+
*/
|
|
171
|
+
guide_key: string;
|
|
172
|
+
/**
|
|
173
|
+
* The step reference of the guide.
|
|
174
|
+
*/
|
|
175
|
+
guide_step_ref: string;
|
|
176
|
+
/**
|
|
177
|
+
* Metadata about the interaction.
|
|
178
|
+
*/
|
|
179
|
+
metadata?: {
|
|
180
|
+
[key: string]: unknown;
|
|
181
|
+
};
|
|
182
|
+
/**
|
|
183
|
+
* The tenant ID of the guide.
|
|
184
|
+
*/
|
|
185
|
+
tenant?: string;
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* A request to mark a guide as seen.
|
|
189
|
+
*/
|
|
190
|
+
export interface GuideSeenRequest {
|
|
191
|
+
/**
|
|
192
|
+
* The unique identifier for the channel.
|
|
193
|
+
*/
|
|
194
|
+
channel_id: string;
|
|
195
|
+
/**
|
|
196
|
+
* The content of the guide.
|
|
197
|
+
*/
|
|
198
|
+
content: {
|
|
199
|
+
[key: string]: unknown;
|
|
200
|
+
};
|
|
201
|
+
/**
|
|
202
|
+
* The unique identifier for the guide.
|
|
203
|
+
*/
|
|
204
|
+
guide_id: string;
|
|
205
|
+
/**
|
|
206
|
+
* The key of the guide.
|
|
207
|
+
*/
|
|
208
|
+
guide_key: string;
|
|
209
|
+
/**
|
|
210
|
+
* The step reference of the guide.
|
|
211
|
+
*/
|
|
212
|
+
guide_step_ref: string;
|
|
213
|
+
/**
|
|
214
|
+
* The data of the guide.
|
|
215
|
+
*/
|
|
216
|
+
data?: {
|
|
217
|
+
[key: string]: unknown;
|
|
218
|
+
};
|
|
219
|
+
/**
|
|
220
|
+
* The tenant ID of the guide.
|
|
221
|
+
*/
|
|
222
|
+
tenant?: string;
|
|
95
223
|
}
|
|
96
224
|
/**
|
|
97
225
|
* A response for a list of guides.
|
|
@@ -236,33 +364,6 @@ export declare namespace GuideGetChannelResponse {
|
|
|
236
364
|
reason: 'guide_not_active' | 'marked_as_archived' | 'target_conditions_not_met' | 'not_in_target_audience';
|
|
237
365
|
}
|
|
238
366
|
}
|
|
239
|
-
/**
|
|
240
|
-
* A response for a guide action.
|
|
241
|
-
*/
|
|
242
|
-
export interface GuideMarkMessageAsArchivedResponse {
|
|
243
|
-
/**
|
|
244
|
-
* The status of a guide's action.
|
|
245
|
-
*/
|
|
246
|
-
status: string;
|
|
247
|
-
}
|
|
248
|
-
/**
|
|
249
|
-
* A response for a guide action.
|
|
250
|
-
*/
|
|
251
|
-
export interface GuideMarkMessageAsInteractedResponse {
|
|
252
|
-
/**
|
|
253
|
-
* The status of a guide's action.
|
|
254
|
-
*/
|
|
255
|
-
status: string;
|
|
256
|
-
}
|
|
257
|
-
/**
|
|
258
|
-
* A response for a guide action.
|
|
259
|
-
*/
|
|
260
|
-
export interface GuideMarkMessageAsSeenResponse {
|
|
261
|
-
/**
|
|
262
|
-
* The status of a guide's action.
|
|
263
|
-
*/
|
|
264
|
-
status: string;
|
|
265
|
-
}
|
|
266
367
|
export interface GuideGetChannelParams {
|
|
267
368
|
/**
|
|
268
369
|
* The data (JSON encoded object) to use for targeting and rendering guides.
|
|
@@ -294,32 +395,19 @@ export interface GuideMarkMessageAsArchivedParams {
|
|
|
294
395
|
* The step reference of the guide.
|
|
295
396
|
*/
|
|
296
397
|
guide_step_ref: string;
|
|
297
|
-
/**
|
|
298
|
-
* The content of the guide.
|
|
299
|
-
*/
|
|
300
|
-
content?: {
|
|
301
|
-
[key: string]: unknown;
|
|
302
|
-
};
|
|
303
|
-
/**
|
|
304
|
-
* The data of the guide.
|
|
305
|
-
*/
|
|
306
|
-
data?: {
|
|
307
|
-
[key: string]: unknown;
|
|
308
|
-
};
|
|
309
398
|
/**
|
|
310
399
|
* Whether the guide is final.
|
|
311
400
|
*/
|
|
312
401
|
is_final?: boolean;
|
|
313
402
|
/**
|
|
314
|
-
* The
|
|
403
|
+
* The tenant ID of the guide.
|
|
315
404
|
*/
|
|
316
|
-
|
|
317
|
-
[key: string]: unknown;
|
|
318
|
-
};
|
|
405
|
+
tenant?: string;
|
|
319
406
|
/**
|
|
320
|
-
*
|
|
407
|
+
* Whether the guide bypasses its guide group's throttle settings. When true,
|
|
408
|
+
* archiving the guide does not open a new throttle window.
|
|
321
409
|
*/
|
|
322
|
-
|
|
410
|
+
unthrottled?: boolean;
|
|
323
411
|
}
|
|
324
412
|
export interface GuideMarkMessageAsInteractedParams {
|
|
325
413
|
/**
|
|
@@ -339,23 +427,7 @@ export interface GuideMarkMessageAsInteractedParams {
|
|
|
339
427
|
*/
|
|
340
428
|
guide_step_ref: string;
|
|
341
429
|
/**
|
|
342
|
-
*
|
|
343
|
-
*/
|
|
344
|
-
content?: {
|
|
345
|
-
[key: string]: unknown;
|
|
346
|
-
};
|
|
347
|
-
/**
|
|
348
|
-
* The data of the guide.
|
|
349
|
-
*/
|
|
350
|
-
data?: {
|
|
351
|
-
[key: string]: unknown;
|
|
352
|
-
};
|
|
353
|
-
/**
|
|
354
|
-
* Whether the guide is final.
|
|
355
|
-
*/
|
|
356
|
-
is_final?: boolean;
|
|
357
|
-
/**
|
|
358
|
-
* The metadata of the guide.
|
|
430
|
+
* Metadata about the interaction.
|
|
359
431
|
*/
|
|
360
432
|
metadata?: {
|
|
361
433
|
[key: string]: unknown;
|
|
@@ -363,13 +435,19 @@ export interface GuideMarkMessageAsInteractedParams {
|
|
|
363
435
|
/**
|
|
364
436
|
* The tenant ID of the guide.
|
|
365
437
|
*/
|
|
366
|
-
tenant?: string
|
|
438
|
+
tenant?: string;
|
|
367
439
|
}
|
|
368
440
|
export interface GuideMarkMessageAsSeenParams {
|
|
369
441
|
/**
|
|
370
442
|
* The unique identifier for the channel.
|
|
371
443
|
*/
|
|
372
444
|
channel_id: string;
|
|
445
|
+
/**
|
|
446
|
+
* The content of the guide.
|
|
447
|
+
*/
|
|
448
|
+
content: {
|
|
449
|
+
[key: string]: unknown;
|
|
450
|
+
};
|
|
373
451
|
/**
|
|
374
452
|
* The unique identifier for the guide.
|
|
375
453
|
*/
|
|
@@ -382,12 +460,6 @@ export interface GuideMarkMessageAsSeenParams {
|
|
|
382
460
|
* The step reference of the guide.
|
|
383
461
|
*/
|
|
384
462
|
guide_step_ref: string;
|
|
385
|
-
/**
|
|
386
|
-
* The content of the guide.
|
|
387
|
-
*/
|
|
388
|
-
content?: {
|
|
389
|
-
[key: string]: unknown;
|
|
390
|
-
};
|
|
391
463
|
/**
|
|
392
464
|
* The data of the guide.
|
|
393
465
|
*/
|
|
@@ -395,21 +467,31 @@ export interface GuideMarkMessageAsSeenParams {
|
|
|
395
467
|
[key: string]: unknown;
|
|
396
468
|
};
|
|
397
469
|
/**
|
|
398
|
-
*
|
|
470
|
+
* The tenant ID of the guide.
|
|
399
471
|
*/
|
|
400
|
-
|
|
472
|
+
tenant?: string;
|
|
473
|
+
}
|
|
474
|
+
export interface GuideResetGuideEngagementsParams {
|
|
401
475
|
/**
|
|
402
|
-
* The
|
|
476
|
+
* The key of the guide.
|
|
403
477
|
*/
|
|
404
|
-
|
|
405
|
-
[key: string]: unknown;
|
|
406
|
-
};
|
|
478
|
+
guide_key: string;
|
|
407
479
|
/**
|
|
408
480
|
* The tenant ID of the guide.
|
|
409
481
|
*/
|
|
410
|
-
tenant?: string
|
|
482
|
+
tenant?: string;
|
|
483
|
+
}
|
|
484
|
+
export interface GuideUnarchiveGuideMessageParams {
|
|
485
|
+
/**
|
|
486
|
+
* The key of the guide.
|
|
487
|
+
*/
|
|
488
|
+
guide_key: string;
|
|
489
|
+
/**
|
|
490
|
+
* The tenant ID of the guide.
|
|
491
|
+
*/
|
|
492
|
+
tenant?: string;
|
|
411
493
|
}
|
|
412
494
|
export declare namespace Guides {
|
|
413
|
-
export { type
|
|
495
|
+
export { type GuideActionResponse as GuideActionResponse, type GuideArchivedRequest as GuideArchivedRequest, type GuideInteractedRequest as GuideInteractedRequest, type GuideSeenRequest as GuideSeenRequest, type GuideGetChannelResponse as GuideGetChannelResponse, type GuideGetChannelParams as GuideGetChannelParams, type GuideMarkMessageAsArchivedParams as GuideMarkMessageAsArchivedParams, type GuideMarkMessageAsInteractedParams as GuideMarkMessageAsInteractedParams, type GuideMarkMessageAsSeenParams as GuideMarkMessageAsSeenParams, type GuideResetGuideEngagementsParams as GuideResetGuideEngagementsParams, type GuideUnarchiveGuideMessageParams as GuideUnarchiveGuideMessageParams, };
|
|
414
496
|
}
|
|
415
497
|
//# sourceMappingURL=guides.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"guides.d.mts","sourceRoot":"","sources":["../../src/resources/users/guides.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,mCAA+B;AACpD,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAGhE;;GAEG;AACH,qBAAa,MAAO,SAAQ,WAAW;IACrC;;;;;;;;;;OAUG;IACH,UAAU,CACR,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,MAAM,EACjB,KAAK,GAAE,qBAAqB,GAAG,IAAI,GAAG,SAAc,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,uBAAuB,CAAC;IAItC
|
|
1
|
+
{"version":3,"file":"guides.d.mts","sourceRoot":"","sources":["../../src/resources/users/guides.ts"],"names":[],"mappings":"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"}
|