@keystrokehq/zendesk 0.0.1 → 0.0.5

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 (56) hide show
  1. package/LICENSE +21 -0
  2. package/dist/_official/index.d.mts +1 -1
  3. package/dist/_official/index.mjs +1 -1
  4. package/dist/_runtime/index.d.mts +58 -61
  5. package/dist/_runtime/index.mjs +2 -5
  6. package/dist/client.d.mts +1 -1
  7. package/dist/client.mjs +1 -1
  8. package/dist/custom/connection.d.mts +1 -1
  9. package/dist/custom/connection.mjs +1 -1
  10. package/dist/custom/jobs.d.mts +1 -1
  11. package/dist/custom/jobs.mjs +1 -1
  12. package/dist/custom/organizations.d.mts +1 -1
  13. package/dist/custom/organizations.mjs +1 -1
  14. package/dist/custom/search.d.mts +1 -1
  15. package/dist/custom/search.mjs +1 -1
  16. package/dist/custom/tickets.d.mts +1 -1
  17. package/dist/custom/tickets.mjs +1 -1
  18. package/dist/custom/triggers.d.mts +1 -1
  19. package/dist/custom/triggers.mjs +1 -1
  20. package/dist/custom/users.d.mts +1 -1
  21. package/dist/custom/users.mjs +1 -1
  22. package/dist/custom.d.mts +1 -1
  23. package/dist/custom.mjs +1 -1
  24. package/dist/{factory-BOeuadDj.mjs → factory-WTOw2H-8.mjs} +1 -1
  25. package/dist/{integration-BYDT8ccc.d.mts → integration-D1C2E4Le.d.mts} +3 -3
  26. package/dist/{integration-BGHdDCMn.mjs → integration-D4AfP9bV.mjs} +2 -2
  27. package/dist/{jobs-9tdPkCE1.d.mts → jobs-b1iHVfk8.d.mts} +2 -2
  28. package/dist/{jobs-BjDRvbsd.mjs → jobs-l78KJLUt.mjs} +1 -1
  29. package/dist/{organizations-Ct_354Ea.d.mts → organizations-BhzeGbyt.d.mts} +16 -16
  30. package/dist/{organizations-BHCFYHgM.mjs → organizations-BlZQExWH.mjs} +1 -1
  31. package/dist/platform/connection.d.mts +1 -1
  32. package/dist/platform/connection.mjs +1 -1
  33. package/dist/platform/jobs.d.mts +1 -1
  34. package/dist/platform/jobs.mjs +1 -1
  35. package/dist/platform/organizations.d.mts +1 -1
  36. package/dist/platform/organizations.mjs +1 -1
  37. package/dist/platform/search.d.mts +1 -1
  38. package/dist/platform/search.mjs +1 -1
  39. package/dist/platform/tickets.d.mts +1 -1
  40. package/dist/platform/tickets.mjs +1 -1
  41. package/dist/platform/triggers.d.mts +2 -2
  42. package/dist/platform/triggers.mjs +2 -2
  43. package/dist/platform/users.d.mts +1 -1
  44. package/dist/platform/users.mjs +1 -1
  45. package/dist/platform.d.mts +2 -2
  46. package/dist/platform.mjs +2 -2
  47. package/dist/{search-BpPJ9ccR.mjs → search-BNNAbuXu.mjs} +1 -1
  48. package/dist/{search-CpISWBay.d.mts → search-BhDCvZbH.d.mts} +4 -4
  49. package/dist/{tickets-BnTr_JO7.mjs → tickets-BYUexHsH.mjs} +1 -1
  50. package/dist/{tickets-DWxLBQOd.d.mts → tickets-PVnTF9mU.d.mts} +18 -18
  51. package/dist/triggers-ByPfOIUz.mjs +64 -0
  52. package/dist/{triggers-BIrYDGYF.d.mts → triggers-CtCKFMeu.d.mts} +6 -17
  53. package/dist/{users-BDj0GBC8.mjs → users-Cb1b4hze.mjs} +1 -1
  54. package/dist/{users-4ecCBdGw.d.mts → users-wFde5fME.d.mts} +18 -18
  55. package/package.json +21 -19
  56. package/dist/triggers-ELU-gyey.mjs +0 -107
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
2
- import { a as customDeleteOrganization, c as customUpdateOrganization, i as customCreateOrganization, n as customCountOrganizations, o as customGetOrganization, r as customCreateManyOrganizations, s as customListOrganizations, t as customAutocompleteOrganizations } from "../organizations-BHCFYHgM.mjs";
2
+ import { a as customDeleteOrganization, c as customUpdateOrganization, i as customCreateOrganization, n as customCountOrganizations, o as customGetOrganization, r as customCreateManyOrganizations, s as customListOrganizations, t as customAutocompleteOrganizations } from "../organizations-BlZQExWH.mjs";
3
3
 
4
4
  //#region src/custom/organizations.ts
5
5
  var organizations_exports = /* @__PURE__ */ __exportAll({
@@ -1,4 +1,4 @@
1
- import { n as customSearch, t as customCountSearchResults } from "../search-CpISWBay.mjs";
1
+ import { n as customSearch, t as customCountSearchResults } from "../search-BhDCvZbH.mjs";
2
2
 
3
3
  //#region src/custom/search.d.ts
4
4
  declare namespace search_d_exports {
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
2
- import { n as customSearch, t as customCountSearchResults } from "../search-BpPJ9ccR.mjs";
2
+ import { n as customSearch, t as customCountSearchResults } from "../search-BNNAbuXu.mjs";
3
3
 
4
4
  //#region src/custom/search.ts
5
5
  var search_exports = /* @__PURE__ */ __exportAll({
@@ -1,4 +1,4 @@
1
- import { a as customListTickets, c as customUpdateManyTickets, i as customGetTicket, l as customUpdateTicket, n as customCreateTicket, o as customMergeTickets, r as customDeleteTicket, s as customReplyToTicket, t as customCreateManyTickets } from "../tickets-DWxLBQOd.mjs";
1
+ import { a as customListTickets, c as customUpdateManyTickets, i as customGetTicket, l as customUpdateTicket, n as customCreateTicket, o as customMergeTickets, r as customDeleteTicket, s as customReplyToTicket, t as customCreateManyTickets } from "../tickets-PVnTF9mU.mjs";
2
2
 
3
3
  //#region src/custom/tickets.d.ts
4
4
  declare namespace tickets_d_exports {
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
2
- import { a as customListTickets, c as customUpdateManyTickets, i as customGetTicket, l as customUpdateTicket, n as customCreateTicket, o as customMergeTickets, r as customDeleteTicket, s as customReplyToTicket, t as customCreateManyTickets } from "../tickets-BnTr_JO7.mjs";
2
+ import { a as customListTickets, c as customUpdateManyTickets, i as customGetTicket, l as customUpdateTicket, n as customCreateTicket, o as customMergeTickets, r as customDeleteTicket, s as customReplyToTicket, t as customCreateManyTickets } from "../tickets-BYUexHsH.mjs";
3
3
 
4
4
  //#region src/custom/tickets.ts
5
5
  var tickets_exports = /* @__PURE__ */ __exportAll({
@@ -1,2 +1,2 @@
1
- import { t as customPolling } from "../triggers-BIrYDGYF.mjs";
1
+ import { t as customPolling } from "../triggers-CtCKFMeu.mjs";
2
2
  export { customPolling as polling };
@@ -1,3 +1,3 @@
1
- import { t as customPolling } from "../triggers-ELU-gyey.mjs";
1
+ import { t as customPolling } from "../triggers-ByPfOIUz.mjs";
2
2
 
3
3
  export { customPolling as polling };
@@ -1,4 +1,4 @@
1
- import { a as customGetUser, c as customUpdateManyUsers, i as customGetCurrentUser, l as customUpdateUser, n as customCreateUser, o as customListUsers, r as customDeleteUser, s as customSearchUsers, t as customCreateManyUsers } from "../users-4ecCBdGw.mjs";
1
+ import { a as customGetUser, c as customUpdateManyUsers, i as customGetCurrentUser, l as customUpdateUser, n as customCreateUser, o as customListUsers, r as customDeleteUser, s as customSearchUsers, t as customCreateManyUsers } from "../users-wFde5fME.mjs";
2
2
 
3
3
  //#region src/custom/users.d.ts
4
4
  declare namespace users_d_exports {
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
2
- import { a as customGetUser, c as customUpdateManyUsers, i as customGetCurrentUser, l as customUpdateUser, n as customCreateUser, o as customListUsers, r as customDeleteUser, s as customSearchUsers, t as customCreateManyUsers } from "../users-BDj0GBC8.mjs";
2
+ import { a as customGetUser, c as customUpdateManyUsers, i as customGetCurrentUser, l as customUpdateUser, n as customCreateUser, o as customListUsers, r as customDeleteUser, s as customSearchUsers, t as customCreateManyUsers } from "../users-Cb1b4hze.mjs";
3
3
 
4
4
  //#region src/custom/users.ts
5
5
  var users_exports = /* @__PURE__ */ __exportAll({
package/dist/custom.d.mts CHANGED
@@ -2,6 +2,6 @@ import { t as jobs_d_exports } from "./custom/jobs.mjs";
2
2
  import { t as organizations_d_exports } from "./custom/organizations.mjs";
3
3
  import { t as search_d_exports } from "./custom/search.mjs";
4
4
  import { t as tickets_d_exports } from "./custom/tickets.mjs";
5
- import { t as customPolling } from "./triggers-BIrYDGYF.mjs";
5
+ import { t as customPolling } from "./triggers-CtCKFMeu.mjs";
6
6
  import { t as users_d_exports } from "./custom/users.mjs";
7
7
  export { jobs_d_exports as jobs, organizations_d_exports as organizations, customPolling as polling, search_d_exports as search, tickets_d_exports as tickets, users_d_exports as users };
package/dist/custom.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as customPolling } from "./triggers-ELU-gyey.mjs";
1
+ import { t as customPolling } from "./triggers-ByPfOIUz.mjs";
2
2
  import { t as jobs_exports } from "./custom/jobs.mjs";
3
3
  import { t as organizations_exports } from "./custom/organizations.mjs";
4
4
  import { t as search_exports } from "./custom/search.mjs";
@@ -1,4 +1,4 @@
1
- import { i as zendeskPlatform, t as zendeskCustom } from "./integration-BGHdDCMn.mjs";
1
+ import { i as zendeskPlatform, t as zendeskCustom } from "./integration-D4AfP9bV.mjs";
2
2
  import { createOfficialOperationFactory } from "@keystrokehq/integration-authoring/official";
3
3
 
4
4
  //#region src/factory.ts
@@ -6,7 +6,7 @@ import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential
6
6
  import { InferCredentialSetAuth } from "@keystrokehq/core/credential-set";
7
7
 
8
8
  //#region src/_official/provider-app.d.ts
9
- declare const zendeskPlatformAppCredentialSet: CredentialSet<"zendesk-platform-app", z.ZodObject<{
9
+ declare const zendeskPlatformAppCredentialSet: CredentialSet<"keystroke:zendesk-platform-app", z.ZodObject<{
10
10
  clientId: z.ZodString;
11
11
  clientSecret: z.ZodString;
12
12
  webhookSigningSecret: z.ZodString;
@@ -76,14 +76,14 @@ declare const zendeskCustomBundle: _keystrokehq_integration_authoring_official0.
76
76
  ZENDESK_EMAIL: z.ZodEmail;
77
77
  ZENDESK_API_TOKEN: z.ZodString;
78
78
  }, z.core.$strip>>;
79
- declare const zendeskPlatform: _keystrokehq_core0.CredentialSet<"zendesk-platform", z.ZodObject<{
79
+ declare const zendeskPlatform: _keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
80
80
  ZENDESK_ACCESS_TOKEN: z.ZodString;
81
81
  ZENDESK_SUBDOMAIN: z.ZodString;
82
82
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
83
83
  ZENDESK_ACCESS_TOKEN: z.ZodString;
84
84
  ZENDESK_SUBDOMAIN: z.ZodString;
85
85
  }, z.core.$strip>>[] | undefined>;
86
- declare const zendeskCustom: _keystrokehq_core0.CredentialSet<"zendesk-custom", z.ZodObject<{
86
+ declare const zendeskCustom: _keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
87
87
  ZENDESK_SUBDOMAIN: z.ZodString;
88
88
  ZENDESK_EMAIL: z.ZodEmail;
89
89
  ZENDESK_API_TOKEN: z.ZodString;
@@ -1,10 +1,10 @@
1
- import { defineOfficialIntegration } from "@keystrokehq/integration-authoring/official";
1
+ import { defineOfficialIntegration, officialCredentialSetId } from "@keystrokehq/integration-authoring/official";
2
2
  import { z } from "zod";
3
3
  import { CredentialSet } from "@keystrokehq/core";
4
4
 
5
5
  //#region src/_official/provider-app.ts
6
6
  const zendeskPlatformAppCredentialSet = new CredentialSet({
7
- id: "zendesk-platform-app",
7
+ id: officialCredentialSetId("zendesk-platform-app"),
8
8
  exposure: "platform-only",
9
9
  name: "Zendesk Platform App",
10
10
  auth: z.object({
@@ -13,7 +13,7 @@ declare const platformGetJobStatus: _keystrokehq_core0.Operation<z.ZodObject<{
13
13
  total: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
14
14
  url: z.ZodOptional<z.ZodString>;
15
15
  results: z.ZodOptional<z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>]>>;
16
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-platform", z.ZodObject<{
16
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
17
17
  ZENDESK_ACCESS_TOKEN: z.ZodString;
18
18
  ZENDESK_SUBDOMAIN: z.ZodString;
19
19
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
@@ -30,7 +30,7 @@ declare const customGetJobStatus: _keystrokehq_core0.Operation<z.ZodObject<{
30
30
  total: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
31
31
  url: z.ZodOptional<z.ZodString>;
32
32
  results: z.ZodOptional<z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>]>>;
33
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-custom", z.ZodObject<{
33
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
34
34
  ZENDESK_SUBDOMAIN: z.ZodString;
35
35
  ZENDESK_EMAIL: z.ZodEmail;
36
36
  ZENDESK_API_TOKEN: z.ZodString;
@@ -1,5 +1,5 @@
1
1
  import { zendeskJobStatusEnvelopeSchema, zendeskJobStatusSchema } from "./schemas.mjs";
2
- import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-BOeuadDj.mjs";
2
+ import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-WTOw2H-8.mjs";
3
3
  import { n as createPlatformZendeskClient, t as createCustomZendeskClient } from "./shared-BmxcJmfq.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -8,7 +8,7 @@ declare const platformCountOrganizations: _keystrokehq_core0.Operation<z.ZodObje
8
8
  value: z.ZodOptional<z.ZodNullable<z.ZodCoercedNumber<unknown>>>;
9
9
  refreshed_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
10
  }, z.core.$strip>;
11
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-platform", z.ZodObject<{
11
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
12
12
  ZENDESK_ACCESS_TOKEN: z.ZodString;
13
13
  ZENDESK_SUBDOMAIN: z.ZodString;
14
14
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
@@ -20,7 +20,7 @@ declare const customCountOrganizations: _keystrokehq_core0.Operation<z.ZodObject
20
20
  value: z.ZodOptional<z.ZodNullable<z.ZodCoercedNumber<unknown>>>;
21
21
  refreshed_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
22
  }, z.core.$strip>;
23
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-custom", z.ZodObject<{
23
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
24
24
  ZENDESK_SUBDOMAIN: z.ZodString;
25
25
  ZENDESK_EMAIL: z.ZodEmail;
26
26
  ZENDESK_API_TOKEN: z.ZodString;
@@ -47,7 +47,7 @@ declare const platformListOrganizations: _keystrokehq_core0.Operation<z.ZodObjec
47
47
  created_at: z.ZodOptional<z.ZodString>;
48
48
  updated_at: z.ZodOptional<z.ZodString>;
49
49
  }, z.core.$strip>>;
50
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-platform", z.ZodObject<{
50
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
51
51
  ZENDESK_ACCESS_TOKEN: z.ZodString;
52
52
  ZENDESK_SUBDOMAIN: z.ZodString;
53
53
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
@@ -72,7 +72,7 @@ declare const customListOrganizations: _keystrokehq_core0.Operation<z.ZodObject<
72
72
  created_at: z.ZodOptional<z.ZodString>;
73
73
  updated_at: z.ZodOptional<z.ZodString>;
74
74
  }, z.core.$strip>>;
75
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-custom", z.ZodObject<{
75
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
76
76
  ZENDESK_SUBDOMAIN: z.ZodString;
77
77
  ZENDESK_EMAIL: z.ZodEmail;
78
78
  ZENDESK_API_TOKEN: z.ZodString;
@@ -93,7 +93,7 @@ declare const platformGetOrganization: _keystrokehq_core0.Operation<z.ZodObject<
93
93
  notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
94
94
  created_at: z.ZodOptional<z.ZodString>;
95
95
  updated_at: z.ZodOptional<z.ZodString>;
96
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-platform", z.ZodObject<{
96
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
97
97
  ZENDESK_ACCESS_TOKEN: z.ZodString;
98
98
  ZENDESK_SUBDOMAIN: z.ZodString;
99
99
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
@@ -112,7 +112,7 @@ declare const customGetOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
112
112
  notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
113
113
  created_at: z.ZodOptional<z.ZodString>;
114
114
  updated_at: z.ZodOptional<z.ZodString>;
115
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-custom", z.ZodObject<{
115
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
116
116
  ZENDESK_SUBDOMAIN: z.ZodString;
117
117
  ZENDESK_EMAIL: z.ZodEmail;
118
118
  ZENDESK_API_TOKEN: z.ZodString;
@@ -138,7 +138,7 @@ declare const platformAutocompleteOrganizations: _keystrokehq_core0.Operation<z.
138
138
  created_at: z.ZodOptional<z.ZodString>;
139
139
  updated_at: z.ZodOptional<z.ZodString>;
140
140
  }, z.core.$strip>>;
141
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-platform", z.ZodObject<{
141
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
142
142
  ZENDESK_ACCESS_TOKEN: z.ZodString;
143
143
  ZENDESK_SUBDOMAIN: z.ZodString;
144
144
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
@@ -162,7 +162,7 @@ declare const customAutocompleteOrganizations: _keystrokehq_core0.Operation<z.Zo
162
162
  created_at: z.ZodOptional<z.ZodString>;
163
163
  updated_at: z.ZodOptional<z.ZodString>;
164
164
  }, z.core.$strip>>;
165
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-custom", z.ZodObject<{
165
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
166
166
  ZENDESK_SUBDOMAIN: z.ZodString;
167
167
  ZENDESK_EMAIL: z.ZodEmail;
168
168
  ZENDESK_API_TOKEN: z.ZodString;
@@ -188,7 +188,7 @@ declare const platformCreateOrganization: _keystrokehq_core0.Operation<z.ZodObje
188
188
  notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
189
189
  created_at: z.ZodOptional<z.ZodString>;
190
190
  updated_at: z.ZodOptional<z.ZodString>;
191
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-platform", z.ZodObject<{
191
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
192
192
  ZENDESK_ACCESS_TOKEN: z.ZodString;
193
193
  ZENDESK_SUBDOMAIN: z.ZodString;
194
194
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
@@ -212,7 +212,7 @@ declare const customCreateOrganization: _keystrokehq_core0.Operation<z.ZodObject
212
212
  notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
213
213
  created_at: z.ZodOptional<z.ZodString>;
214
214
  updated_at: z.ZodOptional<z.ZodString>;
215
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-custom", z.ZodObject<{
215
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
216
216
  ZENDESK_SUBDOMAIN: z.ZodString;
217
217
  ZENDESK_EMAIL: z.ZodEmail;
218
218
  ZENDESK_API_TOKEN: z.ZodString;
@@ -239,7 +239,7 @@ declare const platformUpdateOrganization: _keystrokehq_core0.Operation<z.ZodObje
239
239
  notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
240
240
  created_at: z.ZodOptional<z.ZodString>;
241
241
  updated_at: z.ZodOptional<z.ZodString>;
242
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-platform", z.ZodObject<{
242
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
243
243
  ZENDESK_ACCESS_TOKEN: z.ZodString;
244
244
  ZENDESK_SUBDOMAIN: z.ZodString;
245
245
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
@@ -264,7 +264,7 @@ declare const customUpdateOrganization: _keystrokehq_core0.Operation<z.ZodObject
264
264
  notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
265
265
  created_at: z.ZodOptional<z.ZodString>;
266
266
  updated_at: z.ZodOptional<z.ZodString>;
267
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-custom", z.ZodObject<{
267
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
268
268
  ZENDESK_SUBDOMAIN: z.ZodString;
269
269
  ZENDESK_EMAIL: z.ZodEmail;
270
270
  ZENDESK_API_TOKEN: z.ZodString;
@@ -277,7 +277,7 @@ declare const platformDeleteOrganization: _keystrokehq_core0.Operation<z.ZodObje
277
277
  id: z.ZodNumber;
278
278
  }, z.core.$strip>, z.ZodObject<{
279
279
  success: z.ZodBoolean;
280
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-platform", z.ZodObject<{
280
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
281
281
  ZENDESK_ACCESS_TOKEN: z.ZodString;
282
282
  ZENDESK_SUBDOMAIN: z.ZodString;
283
283
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
@@ -288,7 +288,7 @@ declare const customDeleteOrganization: _keystrokehq_core0.Operation<z.ZodObject
288
288
  id: z.ZodNumber;
289
289
  }, z.core.$strip>, z.ZodObject<{
290
290
  success: z.ZodBoolean;
291
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-custom", z.ZodObject<{
291
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
292
292
  ZENDESK_SUBDOMAIN: z.ZodString;
293
293
  ZENDESK_EMAIL: z.ZodEmail;
294
294
  ZENDESK_API_TOKEN: z.ZodString;
@@ -316,7 +316,7 @@ declare const platformCreateManyOrganizations: _keystrokehq_core0.Operation<z.Zo
316
316
  url: z.ZodOptional<z.ZodString>;
317
317
  results: z.ZodOptional<z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>]>>;
318
318
  }, z.core.$strip>;
319
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-platform", z.ZodObject<{
319
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
320
320
  ZENDESK_ACCESS_TOKEN: z.ZodString;
321
321
  ZENDESK_SUBDOMAIN: z.ZodString;
322
322
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
@@ -342,7 +342,7 @@ declare const customCreateManyOrganizations: _keystrokehq_core0.Operation<z.ZodO
342
342
  url: z.ZodOptional<z.ZodString>;
343
343
  results: z.ZodOptional<z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>]>>;
344
344
  }, z.core.$strip>;
345
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-custom", z.ZodObject<{
345
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
346
346
  ZENDESK_SUBDOMAIN: z.ZodString;
347
347
  ZENDESK_EMAIL: z.ZodEmail;
348
348
  ZENDESK_API_TOKEN: z.ZodString;
@@ -1,5 +1,5 @@
1
1
  import { zendeskBulkJobResponseSchema, zendeskOrganizationCountSchema, zendeskOrganizationEnvelopeSchema, zendeskOrganizationListResponseSchema, zendeskOrganizationSchema } from "./schemas.mjs";
2
- import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-BOeuadDj.mjs";
2
+ import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-WTOw2H-8.mjs";
3
3
  import { n as createPlatformZendeskClient, t as createCustomZendeskClient } from "./shared-BmxcJmfq.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -1,2 +1,2 @@
1
- import { c as zendeskPlatformOfficialIntegration, n as ZendeskPlatformCredentials, o as zendeskPlatform, s as zendeskPlatformBundle } from "../integration-BYDT8ccc.mjs";
1
+ import { c as zendeskPlatformOfficialIntegration, n as ZendeskPlatformCredentials, o as zendeskPlatform, s as zendeskPlatformBundle } from "../integration-D1C2E4Le.mjs";
2
2
  export { type ZendeskPlatformCredentials, zendeskPlatform, zendeskPlatformBundle, zendeskPlatformOfficialIntegration };
@@ -1,3 +1,3 @@
1
- import { a as zendeskPlatformBundle, i as zendeskPlatform, o as zendeskPlatformOfficialIntegration } from "../integration-BGHdDCMn.mjs";
1
+ import { a as zendeskPlatformBundle, i as zendeskPlatform, o as zendeskPlatformOfficialIntegration } from "../integration-D4AfP9bV.mjs";
2
2
 
3
3
  export { zendeskPlatform, zendeskPlatformBundle, zendeskPlatformOfficialIntegration };
@@ -1,4 +1,4 @@
1
- import { n as platformGetJobStatus } from "../jobs-9tdPkCE1.mjs";
1
+ import { n as platformGetJobStatus } from "../jobs-b1iHVfk8.mjs";
2
2
 
3
3
  //#region src/platform/jobs.d.ts
4
4
  declare namespace jobs_d_exports {
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
2
- import { n as platformGetJobStatus } from "../jobs-BjDRvbsd.mjs";
2
+ import { n as platformGetJobStatus } from "../jobs-l78KJLUt.mjs";
3
3
 
4
4
  //#region src/platform/jobs.ts
5
5
  var jobs_exports = /* @__PURE__ */ __exportAll({ getJobStatus: () => platformGetJobStatus });
@@ -1,4 +1,4 @@
1
- import { d as platformCreateManyOrganizations, f as platformCreateOrganization, g as platformUpdateOrganization, h as platformListOrganizations, l as platformAutocompleteOrganizations, m as platformGetOrganization, p as platformDeleteOrganization, u as platformCountOrganizations } from "../organizations-Ct_354Ea.mjs";
1
+ import { d as platformCreateManyOrganizations, f as platformCreateOrganization, g as platformUpdateOrganization, h as platformListOrganizations, l as platformAutocompleteOrganizations, m as platformGetOrganization, p as platformDeleteOrganization, u as platformCountOrganizations } from "../organizations-BhzeGbyt.mjs";
2
2
 
3
3
  //#region src/platform/organizations.d.ts
4
4
  declare namespace organizations_d_exports {
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
2
- import { d as platformCreateManyOrganizations, f as platformCreateOrganization, g as platformUpdateOrganization, h as platformListOrganizations, l as platformAutocompleteOrganizations, m as platformGetOrganization, p as platformDeleteOrganization, u as platformCountOrganizations } from "../organizations-BHCFYHgM.mjs";
2
+ import { d as platformCreateManyOrganizations, f as platformCreateOrganization, g as platformUpdateOrganization, h as platformListOrganizations, l as platformAutocompleteOrganizations, m as platformGetOrganization, p as platformDeleteOrganization, u as platformCountOrganizations } from "../organizations-BlZQExWH.mjs";
3
3
 
4
4
  //#region src/platform/organizations.ts
5
5
  var organizations_exports = /* @__PURE__ */ __exportAll({
@@ -1,4 +1,4 @@
1
- import { i as platformSearch, r as platformCountSearchResults } from "../search-CpISWBay.mjs";
1
+ import { i as platformSearch, r as platformCountSearchResults } from "../search-BhDCvZbH.mjs";
2
2
 
3
3
  //#region src/platform/search.d.ts
4
4
  declare namespace search_d_exports {
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
2
- import { i as platformSearch, r as platformCountSearchResults } from "../search-BpPJ9ccR.mjs";
2
+ import { i as platformSearch, r as platformCountSearchResults } from "../search-BNNAbuXu.mjs";
3
3
 
4
4
  //#region src/platform/search.ts
5
5
  var search_exports = /* @__PURE__ */ __exportAll({
@@ -1,4 +1,4 @@
1
- import { _ as platformUpdateManyTickets, d as platformCreateTicket, f as platformDeleteTicket, g as platformReplyToTicket, h as platformMergeTickets, m as platformListTickets, p as platformGetTicket, u as platformCreateManyTickets, v as platformUpdateTicket } from "../tickets-DWxLBQOd.mjs";
1
+ import { _ as platformUpdateManyTickets, d as platformCreateTicket, f as platformDeleteTicket, g as platformReplyToTicket, h as platformMergeTickets, m as platformListTickets, p as platformGetTicket, u as platformCreateManyTickets, v as platformUpdateTicket } from "../tickets-PVnTF9mU.mjs";
2
2
 
3
3
  //#region src/platform/tickets.d.ts
4
4
  declare namespace tickets_d_exports {
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
2
- import { _ as platformUpdateManyTickets, d as platformCreateTicket, f as platformDeleteTicket, g as platformReplyToTicket, h as platformMergeTickets, m as platformListTickets, p as platformGetTicket, u as platformCreateManyTickets, v as platformUpdateTicket } from "../tickets-BnTr_JO7.mjs";
2
+ import { _ as platformUpdateManyTickets, d as platformCreateTicket, f as platformDeleteTicket, g as platformReplyToTicket, h as platformMergeTickets, m as platformListTickets, p as platformGetTicket, u as platformCreateManyTickets, v as platformUpdateTicket } from "../tickets-BYUexHsH.mjs";
3
3
 
4
4
  //#region src/platform/tickets.ts
5
5
  var tickets_exports = /* @__PURE__ */ __exportAll({
@@ -1,2 +1,2 @@
1
- import { n as platformPolling, r as platformWebhooks } from "../triggers-BIrYDGYF.mjs";
2
- export { platformPolling as polling, platformWebhooks as webhooks };
1
+ import { n as platformPolling } from "../triggers-CtCKFMeu.mjs";
2
+ export { platformPolling as polling };
@@ -1,3 +1,3 @@
1
- import { n as platformPolling, r as platformWebhooks } from "../triggers-ELU-gyey.mjs";
1
+ import { n as platformPolling } from "../triggers-ByPfOIUz.mjs";
2
2
 
3
- export { platformPolling as polling, platformWebhooks as webhooks };
3
+ export { platformPolling as polling };
@@ -1,4 +1,4 @@
1
- import { _ as platformUpdateManyUsers, d as platformCreateUser, f as platformDeleteUser, g as platformSearchUsers, h as platformListUsers, m as platformGetUser, p as platformGetCurrentUser, u as platformCreateManyUsers, v as platformUpdateUser } from "../users-4ecCBdGw.mjs";
1
+ import { _ as platformUpdateManyUsers, d as platformCreateUser, f as platformDeleteUser, g as platformSearchUsers, h as platformListUsers, m as platformGetUser, p as platformGetCurrentUser, u as platformCreateManyUsers, v as platformUpdateUser } from "../users-wFde5fME.mjs";
2
2
 
3
3
  //#region src/platform/users.d.ts
4
4
  declare namespace users_d_exports {
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
2
- import { _ as platformUpdateManyUsers, d as platformCreateUser, f as platformDeleteUser, g as platformSearchUsers, h as platformListUsers, m as platformGetUser, p as platformGetCurrentUser, u as platformCreateManyUsers, v as platformUpdateUser } from "../users-BDj0GBC8.mjs";
2
+ import { _ as platformUpdateManyUsers, d as platformCreateUser, f as platformDeleteUser, g as platformSearchUsers, h as platformListUsers, m as platformGetUser, p as platformGetCurrentUser, u as platformCreateManyUsers, v as platformUpdateUser } from "../users-Cb1b4hze.mjs";
3
3
 
4
4
  //#region src/platform/users.ts
5
5
  var users_exports = /* @__PURE__ */ __exportAll({
@@ -1,7 +1,7 @@
1
- import { n as platformPolling, r as platformWebhooks } from "./triggers-BIrYDGYF.mjs";
1
+ import { n as platformPolling } from "./triggers-CtCKFMeu.mjs";
2
2
  import { t as jobs_d_exports } from "./platform/jobs.mjs";
3
3
  import { t as organizations_d_exports } from "./platform/organizations.mjs";
4
4
  import { t as search_d_exports } from "./platform/search.mjs";
5
5
  import { t as tickets_d_exports } from "./platform/tickets.mjs";
6
6
  import { t as users_d_exports } from "./platform/users.mjs";
7
- export { jobs_d_exports as jobs, organizations_d_exports as organizations, platformPolling as polling, search_d_exports as search, tickets_d_exports as tickets, users_d_exports as users, platformWebhooks as webhooks };
7
+ export { jobs_d_exports as jobs, organizations_d_exports as organizations, platformPolling as polling, search_d_exports as search, tickets_d_exports as tickets, users_d_exports as users };
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, r as platformWebhooks } from "./triggers-ELU-gyey.mjs";
5
+ import { n as platformPolling } from "./triggers-ByPfOIUz.mjs";
6
6
  import { t as users_exports } from "./platform/users.mjs";
7
7
 
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, platformWebhooks as webhooks };
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,5 +1,5 @@
1
1
  import { zendeskSearchCountResponseSchema, zendeskSearchResponseSchema } from "./schemas.mjs";
2
- import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-BOeuadDj.mjs";
2
+ import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-WTOw2H-8.mjs";
3
3
  import { n as createPlatformZendeskClient, t as createCustomZendeskClient } from "./shared-BmxcJmfq.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -21,7 +21,7 @@ declare const platformSearch: _keystrokehq_core0.Operation<z.ZodObject<{
21
21
  result_type: z.ZodOptional<z.ZodString>;
22
22
  url: z.ZodOptional<z.ZodString>;
23
23
  }, z.core.$strip>>;
24
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-platform", z.ZodObject<{
24
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
25
25
  ZENDESK_ACCESS_TOKEN: z.ZodString;
26
26
  ZENDESK_SUBDOMAIN: z.ZodString;
27
27
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
@@ -46,7 +46,7 @@ declare const customSearch: _keystrokehq_core0.Operation<z.ZodObject<{
46
46
  result_type: z.ZodOptional<z.ZodString>;
47
47
  url: z.ZodOptional<z.ZodString>;
48
48
  }, z.core.$strip>>;
49
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-custom", z.ZodObject<{
49
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
50
50
  ZENDESK_SUBDOMAIN: z.ZodString;
51
51
  ZENDESK_EMAIL: z.ZodEmail;
52
52
  ZENDESK_API_TOKEN: z.ZodString;
@@ -59,7 +59,7 @@ declare const platformCountSearchResults: _keystrokehq_core0.Operation<z.ZodObje
59
59
  query: z.ZodString;
60
60
  }, z.core.$strip>, z.ZodObject<{
61
61
  count: z.ZodCoercedNumber<unknown>;
62
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-platform", z.ZodObject<{
62
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
63
63
  ZENDESK_ACCESS_TOKEN: z.ZodString;
64
64
  ZENDESK_SUBDOMAIN: z.ZodString;
65
65
  }, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
@@ -70,7 +70,7 @@ declare const customCountSearchResults: _keystrokehq_core0.Operation<z.ZodObject
70
70
  query: z.ZodString;
71
71
  }, z.core.$strip>, z.ZodObject<{
72
72
  count: z.ZodCoercedNumber<unknown>;
73
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"zendesk-custom", z.ZodObject<{
73
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
74
74
  ZENDESK_SUBDOMAIN: z.ZodString;
75
75
  ZENDESK_EMAIL: z.ZodEmail;
76
76
  ZENDESK_API_TOKEN: z.ZodString;
@@ -1,5 +1,5 @@
1
1
  import { zendeskBulkJobResponseSchema, zendeskTicketEnvelopeSchema, zendeskTicketListResponseSchema, zendeskTicketSchema } from "./schemas.mjs";
2
- import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-BOeuadDj.mjs";
2
+ import { n as zendeskPlatformOperation, t as zendeskCustomOperation } from "./factory-WTOw2H-8.mjs";
3
3
  import { n as createPlatformZendeskClient, t as createCustomZendeskClient } from "./shared-BmxcJmfq.mjs";
4
4
  import { z } from "zod";
5
5