@keystrokehq/zendesk 0.0.8 → 0.0.15
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/dist/_official/index.d.mts +1 -1
- package/dist/_official/index.mjs +1 -1
- package/dist/_runtime/index.d.mts +58 -262
- package/dist/_runtime/index.mjs +1 -1
- package/dist/client.d.mts +1 -1
- package/dist/client.mjs +1 -1
- package/dist/custom/connection.d.mts +1 -1
- package/dist/custom/connection.mjs +1 -1
- package/dist/custom/jobs.d.mts +1 -1
- package/dist/custom/jobs.mjs +1 -1
- package/dist/custom/organizations.d.mts +1 -1
- package/dist/custom/organizations.mjs +1 -1
- package/dist/custom/search.d.mts +1 -1
- package/dist/custom/search.mjs +1 -1
- package/dist/custom/tickets.d.mts +1 -1
- package/dist/custom/tickets.mjs +1 -1
- package/dist/custom/triggers.d.mts +1 -1
- package/dist/custom/triggers.mjs +1 -1
- package/dist/custom/users.d.mts +1 -1
- package/dist/custom/users.mjs +1 -1
- package/dist/custom.d.mts +1 -1
- package/dist/custom.mjs +1 -1
- package/dist/{factory-BkTVtxO3.mjs → factory-CCCKLvYC.mjs} +1 -1
- package/dist/{integration-Dl2aSMKz.mjs → integration-C7oBvhtb.mjs} +4 -11
- package/dist/{integration-CtcJn--7.d.mts → integration-CQfg4GuM.d.mts} +5 -27
- package/dist/{jobs-CK59oLh4.mjs → jobs-DQIapMfm.mjs} +1 -1
- package/dist/{jobs-b1iHVfk8.d.mts → jobs-UlSX6gEP.d.mts} +2 -10
- package/dist/{organizations-BhzeGbyt.d.mts → organizations-CKAQNEHJ.d.mts} +16 -73
- package/dist/{organizations-B6d9UFNE.mjs → organizations-DY_2cjq3.mjs} +1 -1
- package/dist/platform/connection.d.mts +1 -1
- package/dist/platform/connection.mjs +1 -1
- package/dist/platform/jobs.d.mts +1 -1
- package/dist/platform/jobs.mjs +1 -1
- package/dist/platform/organizations.d.mts +1 -1
- package/dist/platform/organizations.mjs +1 -1
- package/dist/platform/search.d.mts +1 -1
- package/dist/platform/search.mjs +1 -1
- package/dist/platform/tickets.d.mts +1 -1
- package/dist/platform/tickets.mjs +1 -1
- package/dist/platform/triggers.d.mts +1 -1
- package/dist/platform/triggers.mjs +1 -1
- package/dist/platform/users.d.mts +1 -1
- package/dist/platform/users.mjs +1 -1
- package/dist/platform.d.mts +1 -1
- package/dist/platform.mjs +1 -1
- package/dist/{search-BhDCvZbH.d.mts → search-Bo7Y9fWp.d.mts} +4 -19
- package/dist/{search-CtezRdYT.mjs → search-ijatwi9u.mjs} +1 -1
- package/dist/{tickets-PVnTF9mU.d.mts → tickets-BTRJSv_J.d.mts} +18 -82
- package/dist/{tickets-Cfm1FvkY.mjs → tickets-CGvxqnN4.mjs} +1 -1
- package/dist/{triggers-cLdYl78y.d.mts → triggers-CwBF6DYN.d.mts} +1 -1
- package/dist/{triggers-B-QDHWMY.mjs → triggers-DYQL-F5D.mjs} +1 -1
- package/dist/{users-wFde5fME.d.mts → users-BGysoDAw.d.mts} +18 -82
- package/dist/{users-BzkPok3V.mjs → users-BSWjHzET.mjs} +1 -1
- package/package.json +4 -4
package/dist/platform.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { t as jobs_exports } from "./platform/jobs.mjs";
|
|
|
2
2
|
import { t as organizations_exports } from "./platform/organizations.mjs";
|
|
3
3
|
import { t as search_exports } from "./platform/search.mjs";
|
|
4
4
|
import { t as tickets_exports } from "./platform/tickets.mjs";
|
|
5
|
-
import { n as platformPolling } from "./triggers-
|
|
5
|
+
import { n as platformPolling } from "./triggers-DYQL-F5D.mjs";
|
|
6
6
|
import { t as users_exports } from "./platform/users.mjs";
|
|
7
7
|
|
|
8
8
|
export { jobs_exports as jobs, organizations_exports as organizations, platformPolling as polling, search_exports as search, tickets_exports as tickets, users_exports as users };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
3
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
3
|
|
|
5
4
|
//#region src/search.d.ts
|
|
6
5
|
declare const platformSearch: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -24,10 +23,7 @@ declare const platformSearch: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
24
23
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
25
24
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
26
25
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
27
|
-
}, z.core.$strip
|
|
28
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
29
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
30
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
26
|
+
}, z.core.$strip>>], undefined>;
|
|
31
27
|
declare const customSearch: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
32
28
|
query: z.ZodString;
|
|
33
29
|
page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -50,11 +46,7 @@ declare const customSearch: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
50
46
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
51
47
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
52
48
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
53
|
-
}, z.core.$strip
|
|
54
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
55
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
56
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
57
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
49
|
+
}, z.core.$strip>>], undefined>;
|
|
58
50
|
declare const platformCountSearchResults: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
59
51
|
query: z.ZodString;
|
|
60
52
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -62,10 +54,7 @@ declare const platformCountSearchResults: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
62
54
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
63
55
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
64
56
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
65
|
-
}, z.core.$strip
|
|
66
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
67
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
68
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
57
|
+
}, z.core.$strip>>], undefined>;
|
|
69
58
|
declare const customCountSearchResults: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
70
59
|
query: z.ZodString;
|
|
71
60
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -74,10 +63,6 @@ declare const customCountSearchResults: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
74
63
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
75
64
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
76
65
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
77
|
-
}, z.core.$strip
|
|
78
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
79
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
80
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
81
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
66
|
+
}, z.core.$strip>>], undefined>;
|
|
82
67
|
//#endregion
|
|
83
68
|
export { platformSearch as i, customSearch as n, platformCountSearchResults as r, customCountSearchResults as t };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { zendeskSearchCountResponseSchema, zendeskSearchResponseSchema } from "./schemas.mjs";
|
|
2
|
-
import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-
|
|
2
|
+
import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-CCCKLvYC.mjs";
|
|
3
3
|
import { n as createPlatformZendeskClient, t as createCustomZendeskClient } from "./shared-BmxcJmfq.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
3
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
3
|
|
|
5
4
|
//#region src/tickets.d.ts
|
|
6
5
|
declare const platformGetTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -32,10 +31,7 @@ declare const platformGetTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
32
31
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
33
32
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
34
33
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
35
|
-
}, z.core.$strip
|
|
36
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
37
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
38
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
34
|
+
}, z.core.$strip>>], undefined>;
|
|
39
35
|
declare const customGetTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
40
36
|
id: z.ZodNumber;
|
|
41
37
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -66,11 +62,7 @@ declare const customGetTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
66
62
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
67
63
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
68
64
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
69
|
-
}, z.core.$strip
|
|
70
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
71
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
72
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
73
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
65
|
+
}, z.core.$strip>>], undefined>;
|
|
74
66
|
declare const platformListTickets: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
75
67
|
page: z.ZodOptional<z.ZodNumber>;
|
|
76
68
|
perPage: z.ZodOptional<z.ZodNumber>;
|
|
@@ -112,10 +104,7 @@ declare const platformListTickets: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
112
104
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
113
105
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
114
106
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
115
|
-
}, z.core.$strip
|
|
116
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
117
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
118
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
107
|
+
}, z.core.$strip>>], undefined>;
|
|
119
108
|
declare const customListTickets: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
120
109
|
page: z.ZodOptional<z.ZodNumber>;
|
|
121
110
|
perPage: z.ZodOptional<z.ZodNumber>;
|
|
@@ -158,11 +147,7 @@ declare const customListTickets: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
158
147
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
159
148
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
160
149
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
161
|
-
}, z.core.$strip
|
|
162
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
163
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
164
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
165
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
150
|
+
}, z.core.$strip>>], undefined>;
|
|
166
151
|
declare const platformCreateTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
167
152
|
subject: z.ZodString;
|
|
168
153
|
commentBody: z.ZodString;
|
|
@@ -203,10 +188,7 @@ declare const platformCreateTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
203
188
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
204
189
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
205
190
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
206
|
-
}, z.core.$strip
|
|
207
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
208
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
209
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
191
|
+
}, z.core.$strip>>], undefined>;
|
|
210
192
|
declare const customCreateTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
211
193
|
subject: z.ZodString;
|
|
212
194
|
commentBody: z.ZodString;
|
|
@@ -248,11 +230,7 @@ declare const customCreateTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
248
230
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
249
231
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
250
232
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
251
|
-
}, z.core.$strip
|
|
252
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
253
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
254
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
255
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
233
|
+
}, z.core.$strip>>], undefined>;
|
|
256
234
|
declare const platformUpdateTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
257
235
|
id: z.ZodNumber;
|
|
258
236
|
subject: z.ZodOptional<z.ZodString>;
|
|
@@ -294,10 +272,7 @@ declare const platformUpdateTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
294
272
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
295
273
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
296
274
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
297
|
-
}, z.core.$strip
|
|
298
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
299
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
300
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
275
|
+
}, z.core.$strip>>], undefined>;
|
|
301
276
|
declare const customUpdateTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
302
277
|
id: z.ZodNumber;
|
|
303
278
|
subject: z.ZodOptional<z.ZodString>;
|
|
@@ -340,11 +315,7 @@ declare const customUpdateTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
340
315
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
341
316
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
342
317
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
343
|
-
}, z.core.$strip
|
|
344
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
345
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
346
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
347
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
318
|
+
}, z.core.$strip>>], undefined>;
|
|
348
319
|
declare const platformDeleteTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
349
320
|
id: z.ZodNumber;
|
|
350
321
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -352,10 +323,7 @@ declare const platformDeleteTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
352
323
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
353
324
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
354
325
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
355
|
-
}, z.core.$strip
|
|
356
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
357
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
358
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
326
|
+
}, z.core.$strip>>], undefined>;
|
|
359
327
|
declare const customDeleteTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
360
328
|
id: z.ZodNumber;
|
|
361
329
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -364,11 +332,7 @@ declare const customDeleteTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
364
332
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
365
333
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
366
334
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
367
|
-
}, z.core.$strip
|
|
368
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
369
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
370
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
371
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
335
|
+
}, z.core.$strip>>], undefined>;
|
|
372
336
|
declare const platformReplyToTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
373
337
|
id: z.ZodNumber;
|
|
374
338
|
body: z.ZodString;
|
|
@@ -400,10 +364,7 @@ declare const platformReplyToTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
400
364
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
401
365
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
402
366
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
403
|
-
}, z.core.$strip
|
|
404
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
405
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
406
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
367
|
+
}, z.core.$strip>>], undefined>;
|
|
407
368
|
declare const customReplyToTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
408
369
|
id: z.ZodNumber;
|
|
409
370
|
body: z.ZodString;
|
|
@@ -436,11 +397,7 @@ declare const customReplyToTicket: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
436
397
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
437
398
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
438
399
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
439
|
-
}, z.core.$strip
|
|
440
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
441
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
442
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
443
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
400
|
+
}, z.core.$strip>>], undefined>;
|
|
444
401
|
declare const platformCreateManyTickets: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
445
402
|
tickets: z.ZodArray<z.ZodObject<{
|
|
446
403
|
subject: z.ZodString;
|
|
@@ -469,10 +426,7 @@ declare const platformCreateManyTickets: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
469
426
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
470
427
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
471
428
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
472
|
-
}, z.core.$strip
|
|
473
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
474
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
475
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
429
|
+
}, z.core.$strip>>], undefined>;
|
|
476
430
|
declare const customCreateManyTickets: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
477
431
|
tickets: z.ZodArray<z.ZodObject<{
|
|
478
432
|
subject: z.ZodString;
|
|
@@ -502,11 +456,7 @@ declare const customCreateManyTickets: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
502
456
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
503
457
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
504
458
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
505
|
-
}, z.core.$strip
|
|
506
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
507
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
508
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
509
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
459
|
+
}, z.core.$strip>>], undefined>;
|
|
510
460
|
declare const platformUpdateManyTickets: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
511
461
|
tickets: z.ZodArray<z.ZodObject<{
|
|
512
462
|
id: z.ZodNumber;
|
|
@@ -538,10 +488,7 @@ declare const platformUpdateManyTickets: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
538
488
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
539
489
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
540
490
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
541
|
-
}, z.core.$strip
|
|
542
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
543
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
544
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
491
|
+
}, z.core.$strip>>], undefined>;
|
|
545
492
|
declare const customUpdateManyTickets: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
546
493
|
tickets: z.ZodArray<z.ZodObject<{
|
|
547
494
|
id: z.ZodNumber;
|
|
@@ -574,11 +521,7 @@ declare const customUpdateManyTickets: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
574
521
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
575
522
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
576
523
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
577
|
-
}, z.core.$strip
|
|
578
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
579
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
580
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
581
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
524
|
+
}, z.core.$strip>>], undefined>;
|
|
582
525
|
declare const platformMergeTickets: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
583
526
|
targetTicketId: z.ZodNumber;
|
|
584
527
|
sourceTicketIds: z.ZodArray<z.ZodNumber>;
|
|
@@ -599,10 +542,7 @@ declare const platformMergeTickets: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
599
542
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
600
543
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
601
544
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
602
|
-
}, z.core.$strip
|
|
603
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
604
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
605
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
545
|
+
}, z.core.$strip>>], undefined>;
|
|
606
546
|
declare const customMergeTickets: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
607
547
|
targetTicketId: z.ZodNumber;
|
|
608
548
|
sourceTicketIds: z.ZodArray<z.ZodNumber>;
|
|
@@ -624,10 +564,6 @@ declare const customMergeTickets: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
624
564
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
625
565
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
626
566
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
627
|
-
}, z.core.$strip
|
|
628
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
629
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
630
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
631
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
567
|
+
}, z.core.$strip>>], undefined>;
|
|
632
568
|
//#endregion
|
|
633
569
|
export { platformUpdateManyTickets as _, customListTickets as a, customUpdateManyTickets as c, platformCreateTicket as d, platformDeleteTicket as f, platformReplyToTicket as g, platformMergeTickets as h, customGetTicket as i, customUpdateTicket as l, platformListTickets as m, customCreateTicket as n, customMergeTickets as o, platformGetTicket as p, customDeleteTicket as r, customReplyToTicket as s, customCreateManyTickets as t, platformCreateManyTickets as u, platformUpdateTicket as v };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { zendeskBulkJobResponseSchema, zendeskTicketEnvelopeSchema, zendeskTicketListResponseSchema, zendeskTicketSchema } from "./schemas.mjs";
|
|
2
|
-
import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-
|
|
2
|
+
import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-CCCKLvYC.mjs";
|
|
3
3
|
import { n as createPlatformZendeskClient, t as createCustomZendeskClient } from "./shared-BmxcJmfq.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as zendeskPlatform, r as zendeskCustom } from "./integration-
|
|
1
|
+
import { o as zendeskPlatform, r as zendeskCustom } from "./integration-CQfg4GuM.mjs";
|
|
2
2
|
import { zendeskTicketListResponseSchema } from "./schemas.mjs";
|
|
3
3
|
import { ZendeskRecentTicketsEvent } from "./events.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as zendeskPlatform, t as zendeskCustom } from "./integration-
|
|
1
|
+
import { i as zendeskPlatform, t as zendeskCustom } from "./integration-C7oBvhtb.mjs";
|
|
2
2
|
import { zendeskTicketListResponseSchema } from "./schemas.mjs";
|
|
3
3
|
import { mapZendeskRecentTicketsEvent } from "./events.mjs";
|
|
4
4
|
import { n as createPlatformZendeskClient, t as createCustomZendeskClient } from "./shared-BmxcJmfq.mjs";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
3
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
3
|
|
|
5
4
|
//#region src/users.d.ts
|
|
6
5
|
declare const platformListUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -24,10 +23,7 @@ declare const platformListUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
24
23
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
25
24
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
26
25
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
27
|
-
}, z.core.$strip
|
|
28
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
29
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
30
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
26
|
+
}, z.core.$strip>>], undefined>;
|
|
31
27
|
declare const customListUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
32
28
|
page: z.ZodOptional<z.ZodNumber>;
|
|
33
29
|
perPage: z.ZodOptional<z.ZodNumber>;
|
|
@@ -50,11 +46,7 @@ declare const customListUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
50
46
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
51
47
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
52
48
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
53
|
-
}, z.core.$strip
|
|
54
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
55
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
56
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
57
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
49
|
+
}, z.core.$strip>>], undefined>;
|
|
58
50
|
declare const platformGetUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
59
51
|
id: z.ZodNumber;
|
|
60
52
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -69,10 +61,7 @@ declare const platformGetUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
69
61
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
70
62
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
71
63
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
72
|
-
}, z.core.$strip
|
|
73
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
74
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
75
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
64
|
+
}, z.core.$strip>>], undefined>;
|
|
76
65
|
declare const customGetUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
77
66
|
id: z.ZodNumber;
|
|
78
67
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -88,11 +77,7 @@ declare const customGetUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
88
77
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
89
78
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
90
79
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
91
|
-
}, z.core.$strip
|
|
92
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
93
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
94
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
95
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
80
|
+
}, z.core.$strip>>], undefined>;
|
|
96
81
|
declare const platformGetCurrentUser: _keystrokehq_core0.Operation<z.ZodObject<{}, z.core.$strip>, z.ZodObject<{
|
|
97
82
|
id: z.ZodCoercedNumber<unknown>;
|
|
98
83
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -105,10 +90,7 @@ declare const platformGetCurrentUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
105
90
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
106
91
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
107
92
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
108
|
-
}, z.core.$strip
|
|
109
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
110
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
111
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
93
|
+
}, z.core.$strip>>], undefined>;
|
|
112
94
|
declare const customGetCurrentUser: _keystrokehq_core0.Operation<z.ZodObject<{}, z.core.$strip>, z.ZodObject<{
|
|
113
95
|
id: z.ZodCoercedNumber<unknown>;
|
|
114
96
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -122,11 +104,7 @@ declare const customGetCurrentUser: _keystrokehq_core0.Operation<z.ZodObject<{},
|
|
|
122
104
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
123
105
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
124
106
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
125
|
-
}, z.core.$strip
|
|
126
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
127
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
128
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
129
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
107
|
+
}, z.core.$strip>>], undefined>;
|
|
130
108
|
declare const platformSearchUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
131
109
|
query: z.ZodString;
|
|
132
110
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -146,10 +124,7 @@ declare const platformSearchUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
146
124
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
147
125
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
148
126
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
149
|
-
}, z.core.$strip
|
|
150
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
151
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
152
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
127
|
+
}, z.core.$strip>>], undefined>;
|
|
153
128
|
declare const customSearchUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
154
129
|
query: z.ZodString;
|
|
155
130
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -170,11 +145,7 @@ declare const customSearchUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
170
145
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
171
146
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
172
147
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
173
|
-
}, z.core.$strip
|
|
174
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
175
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
176
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
177
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
148
|
+
}, z.core.$strip>>], undefined>;
|
|
178
149
|
declare const platformCreateUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
179
150
|
name: z.ZodString;
|
|
180
151
|
email: z.ZodEmail;
|
|
@@ -195,10 +166,7 @@ declare const platformCreateUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
195
166
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
196
167
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
197
168
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
198
|
-
}, z.core.$strip
|
|
199
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
200
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
201
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
169
|
+
}, z.core.$strip>>], undefined>;
|
|
202
170
|
declare const customCreateUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
203
171
|
name: z.ZodString;
|
|
204
172
|
email: z.ZodEmail;
|
|
@@ -220,11 +188,7 @@ declare const customCreateUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
220
188
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
221
189
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
222
190
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
223
|
-
}, z.core.$strip
|
|
224
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
225
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
226
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
227
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
191
|
+
}, z.core.$strip>>], undefined>;
|
|
228
192
|
declare const platformUpdateUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
229
193
|
id: z.ZodNumber;
|
|
230
194
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -247,10 +211,7 @@ declare const platformUpdateUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
247
211
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
248
212
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
249
213
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
250
|
-
}, z.core.$strip
|
|
251
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
252
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
253
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
214
|
+
}, z.core.$strip>>], undefined>;
|
|
254
215
|
declare const customUpdateUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
255
216
|
id: z.ZodNumber;
|
|
256
217
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -274,11 +235,7 @@ declare const customUpdateUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
274
235
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
275
236
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
276
237
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
277
|
-
}, z.core.$strip
|
|
278
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
279
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
280
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
281
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
238
|
+
}, z.core.$strip>>], undefined>;
|
|
282
239
|
declare const platformDeleteUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
283
240
|
id: z.ZodNumber;
|
|
284
241
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -286,10 +243,7 @@ declare const platformDeleteUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
286
243
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
287
244
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
288
245
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
289
|
-
}, z.core.$strip
|
|
290
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
291
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
292
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
246
|
+
}, z.core.$strip>>], undefined>;
|
|
293
247
|
declare const customDeleteUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
294
248
|
id: z.ZodNumber;
|
|
295
249
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -298,11 +252,7 @@ declare const customDeleteUser: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
298
252
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
299
253
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
300
254
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
301
|
-
}, z.core.$strip
|
|
302
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
303
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
304
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
305
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
255
|
+
}, z.core.$strip>>], undefined>;
|
|
306
256
|
declare const platformCreateManyUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
307
257
|
users: z.ZodArray<z.ZodObject<{
|
|
308
258
|
name: z.ZodString;
|
|
@@ -326,10 +276,7 @@ declare const platformCreateManyUsers: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
326
276
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
327
277
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
328
278
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
329
|
-
}, z.core.$strip
|
|
330
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
331
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
332
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
279
|
+
}, z.core.$strip>>], undefined>;
|
|
333
280
|
declare const customCreateManyUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
334
281
|
users: z.ZodArray<z.ZodObject<{
|
|
335
282
|
name: z.ZodString;
|
|
@@ -354,11 +301,7 @@ declare const customCreateManyUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
354
301
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
355
302
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
356
303
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
357
|
-
}, z.core.$strip
|
|
358
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
359
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
360
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
361
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
304
|
+
}, z.core.$strip>>], undefined>;
|
|
362
305
|
declare const platformUpdateManyUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
363
306
|
users: z.ZodArray<z.ZodObject<{
|
|
364
307
|
id: z.ZodNumber;
|
|
@@ -384,10 +327,7 @@ declare const platformUpdateManyUsers: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
384
327
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
385
328
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
386
329
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
387
|
-
}, z.core.$strip
|
|
388
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
389
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
390
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
330
|
+
}, z.core.$strip>>], undefined>;
|
|
391
331
|
declare const customUpdateManyUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
392
332
|
users: z.ZodArray<z.ZodObject<{
|
|
393
333
|
id: z.ZodNumber;
|
|
@@ -414,10 +354,6 @@ declare const customUpdateManyUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
414
354
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
415
355
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
416
356
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
417
|
-
}, z.core.$strip
|
|
418
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
419
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
420
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
421
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
357
|
+
}, z.core.$strip>>], undefined>;
|
|
422
358
|
//#endregion
|
|
423
359
|
export { platformUpdateManyUsers as _, customGetUser as a, customUpdateManyUsers as c, platformCreateUser as d, platformDeleteUser as f, platformSearchUsers as g, platformListUsers as h, customGetCurrentUser as i, customUpdateUser as l, platformGetUser as m, customCreateUser as n, customListUsers as o, platformGetCurrentUser as p, customDeleteUser as r, customSearchUsers as s, customCreateManyUsers as t, platformCreateManyUsers as u, platformUpdateUser as v };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { zendeskBulkJobResponseSchema, zendeskUserEnvelopeSchema, zendeskUserListResponseSchema, zendeskUserSchema } from "./schemas.mjs";
|
|
2
|
-
import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-
|
|
2
|
+
import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-CCCKLvYC.mjs";
|
|
3
3
|
import { n as createPlatformZendeskClient, t as createCustomZendeskClient } from "./shared-BmxcJmfq.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/zendesk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -132,18 +132,18 @@
|
|
|
132
132
|
"LICENSE"
|
|
133
133
|
],
|
|
134
134
|
"dependencies": {
|
|
135
|
-
"@keystrokehq/integration-authoring": "^0.0.
|
|
135
|
+
"@keystrokehq/integration-authoring": "^0.0.9",
|
|
136
136
|
"zod": "^4.3.6"
|
|
137
137
|
},
|
|
138
138
|
"peerDependencies": {
|
|
139
|
-
"@keystrokehq/core": ">=0.0.
|
|
139
|
+
"@keystrokehq/core": ">=0.0.13 <0.1.0"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
142
|
"@types/node": "^22.19.11",
|
|
143
143
|
"tsdown": "^0.20.3",
|
|
144
144
|
"typescript": "^5.9.3",
|
|
145
145
|
"vitest": "^4.0.18",
|
|
146
|
-
"@keystrokehq/core": "^0.0.
|
|
146
|
+
"@keystrokehq/core": "^0.0.13",
|
|
147
147
|
"@keystrokehq/test-utils": "0.0.0",
|
|
148
148
|
"@keystrokehq/typescript-config": "0.0.0"
|
|
149
149
|
},
|