@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/_runtime/index.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, t as customPolling } from "../triggers-
|
|
5
|
+
import { n as platformPolling, t as customPolling } from "../triggers-DYQL-F5D.mjs";
|
|
6
6
|
import { t as users_exports } from "../platform/users.mjs";
|
|
7
7
|
import { t as jobs_exports$1 } from "../custom/jobs.mjs";
|
|
8
8
|
import { t as organizations_exports$1 } from "../custom/organizations.mjs";
|
package/dist/client.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as ZendeskPlatformCredentials, t as ZendeskCustomCredentials } from "./integration-
|
|
1
|
+
import { n as ZendeskPlatformCredentials, t as ZendeskCustomCredentials } from "./integration-CQfg4GuM.mjs";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
|
|
4
4
|
//#region src/client.d.ts
|
package/dist/client.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as ZendeskAsyncJobLimitError, r as ZendeskRateLimitError, t as ZendeskApiError } from "./errors-BPAyL8gM.mjs";
|
|
2
|
-
import { i as zendeskPlatform, t as zendeskCustom } from "./integration-
|
|
2
|
+
import { i as zendeskPlatform, t as zendeskCustom } from "./integration-C7oBvhtb.mjs";
|
|
3
3
|
import { CredentialRevokedError } from "@keystrokehq/core/errors";
|
|
4
4
|
|
|
5
5
|
//#region src/client.ts
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as zendeskCustomOfficialIntegration, i as zendeskCustomBundle, r as zendeskCustom, t as ZendeskCustomCredentials } from "../integration-
|
|
1
|
+
import { a as zendeskCustomOfficialIntegration, i as zendeskCustomBundle, r as zendeskCustom, t as ZendeskCustomCredentials } from "../integration-CQfg4GuM.mjs";
|
|
2
2
|
export { type ZendeskCustomCredentials, zendeskCustom, zendeskCustomBundle, zendeskCustomOfficialIntegration };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { n as zendeskCustomBundle, r as zendeskCustomOfficialIntegration, t as zendeskCustom } from "../integration-
|
|
1
|
+
import { n as zendeskCustomBundle, r as zendeskCustomOfficialIntegration, t as zendeskCustom } from "../integration-C7oBvhtb.mjs";
|
|
2
2
|
|
|
3
3
|
export { zendeskCustom, zendeskCustomBundle, zendeskCustomOfficialIntegration };
|
package/dist/custom/jobs.d.mts
CHANGED
package/dist/custom/jobs.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
|
|
2
|
-
import { t as customGetJobStatus } from "../jobs-
|
|
2
|
+
import { t as customGetJobStatus } from "../jobs-DQIapMfm.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/custom/jobs.ts
|
|
5
5
|
var jobs_exports = /* @__PURE__ */ __exportAll({ getJobStatus: () => customGetJobStatus });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
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-
|
|
1
|
+
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-CKAQNEHJ.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/custom/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 { 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-
|
|
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-DY_2cjq3.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/custom/organizations.ts
|
|
5
5
|
var organizations_exports = /* @__PURE__ */ __exportAll({
|
package/dist/custom/search.d.mts
CHANGED
package/dist/custom/search.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
|
|
2
|
-
import { n as customSearch, t as customCountSearchResults } from "../search-
|
|
2
|
+
import { n as customSearch, t as customCountSearchResults } from "../search-ijatwi9u.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-
|
|
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-BTRJSv_J.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/custom/tickets.d.ts
|
|
4
4
|
declare namespace tickets_d_exports {
|
package/dist/custom/tickets.mjs
CHANGED
|
@@ -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-
|
|
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-CGvxqnN4.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-
|
|
1
|
+
import { t as customPolling } from "../triggers-CwBF6DYN.mjs";
|
|
2
2
|
export { customPolling as polling };
|
package/dist/custom/triggers.mjs
CHANGED
package/dist/custom/users.d.mts
CHANGED
|
@@ -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-
|
|
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-BGysoDAw.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/custom/users.d.ts
|
|
4
4
|
declare namespace users_d_exports {
|
package/dist/custom/users.mjs
CHANGED
|
@@ -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-
|
|
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-BSWjHzET.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-
|
|
5
|
+
import { t as customPolling } from "./triggers-CwBF6DYN.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-
|
|
1
|
+
import { t as customPolling } from "./triggers-DYQL-F5D.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-
|
|
1
|
+
import { i as zendeskPlatform, t as zendeskCustom } from "./integration-C7oBvhtb.mjs";
|
|
2
2
|
import { createOfficialOperationFactory } from "@keystrokehq/integration-authoring/official";
|
|
3
3
|
|
|
4
4
|
//#region src/factory.ts
|
|
@@ -5,6 +5,7 @@ import { CredentialSet } from "@keystrokehq/core";
|
|
|
5
5
|
//#region src/_official/provider-app.ts
|
|
6
6
|
const zendeskPlatformAppCredentialSet = new CredentialSet({
|
|
7
7
|
id: officialCredentialSetId("zendesk-platform-app"),
|
|
8
|
+
credentialType: "manual",
|
|
8
9
|
exposure: "platform-only",
|
|
9
10
|
name: "Zendesk Platform App",
|
|
10
11
|
auth: z.object({
|
|
@@ -53,22 +54,14 @@ const zendeskPlatformOfficialIntegration = {
|
|
|
53
54
|
publicId: "zendesk",
|
|
54
55
|
name: "Zendesk Platform",
|
|
55
56
|
description: "Zendesk Support integration via Keystroke-managed OAuth for tickets, users, organizations, search, and triggers",
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
id: "oauth",
|
|
59
|
-
kind: "oauth",
|
|
60
|
-
tokenType: "refreshable",
|
|
61
|
-
authUrl: "https://{subdomain}.zendesk.com/oauth/authorizations/new",
|
|
62
|
-
tokenUrl: "https://{subdomain}.zendesk.com/oauth/tokens",
|
|
63
|
-
revokeUrl: "https://{subdomain}.zendesk.com/api/v2/oauth/tokens/current",
|
|
64
|
-
scopes: ["read", "write"],
|
|
65
|
-
vault: { accessToken: "ZENDESK_ACCESS_TOKEN" }
|
|
66
|
-
}]
|
|
57
|
+
credentialType: "oauth",
|
|
58
|
+
auth: zendeskPlatformAuthSchema
|
|
67
59
|
};
|
|
68
60
|
const zendeskCustomOfficialIntegration = {
|
|
69
61
|
id: "zendesk-custom",
|
|
70
62
|
name: "Zendesk Custom",
|
|
71
63
|
description: "Zendesk Support integration via bring-your-own API token for tickets, users, organizations, and search",
|
|
64
|
+
credentialType: "manual",
|
|
72
65
|
auth: zendeskCustomAuthSchema
|
|
73
66
|
};
|
|
74
67
|
const zendeskPlatformBundle = defineOfficialIntegration({
|
|
@@ -2,7 +2,6 @@ import * as _keystrokehq_integration_authoring_official0 from "@keystrokehq/inte
|
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
4
|
import { CredentialSet } from "@keystrokehq/core";
|
|
5
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
6
5
|
import { InferCredentialSetAuth } from "@keystrokehq/core/credential-set";
|
|
7
6
|
|
|
8
7
|
//#region src/_official/provider-app.d.ts
|
|
@@ -10,11 +9,7 @@ declare const zendeskPlatformAppCredentialSet: CredentialSet<"keystroke:zendesk-
|
|
|
10
9
|
clientId: z.ZodString;
|
|
11
10
|
clientSecret: z.ZodString;
|
|
12
11
|
webhookSigningSecret: z.ZodString;
|
|
13
|
-
}, z.core.$strip
|
|
14
|
-
clientId: z.ZodString;
|
|
15
|
-
clientSecret: z.ZodString;
|
|
16
|
-
webhookSigningSecret: z.ZodString;
|
|
17
|
-
}, z.core.$strip>>[] | undefined>;
|
|
12
|
+
}, z.core.$strip>>;
|
|
18
13
|
declare const zendeskOfficialProviderSeed: {
|
|
19
14
|
readonly provider: "zendesk";
|
|
20
15
|
readonly appRef: "zendesk-platform";
|
|
@@ -40,27 +35,17 @@ declare const zendeskPlatformOfficialIntegration: {
|
|
|
40
35
|
publicId: string;
|
|
41
36
|
name: string;
|
|
42
37
|
description: string;
|
|
38
|
+
credentialType: "oauth";
|
|
43
39
|
auth: z.ZodObject<{
|
|
44
40
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
45
41
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
46
42
|
}, z.core.$strip>;
|
|
47
|
-
connections: {
|
|
48
|
-
id: string;
|
|
49
|
-
kind: "oauth";
|
|
50
|
-
tokenType: "refreshable";
|
|
51
|
-
authUrl: string;
|
|
52
|
-
tokenUrl: string;
|
|
53
|
-
revokeUrl: string;
|
|
54
|
-
scopes: string[];
|
|
55
|
-
vault: {
|
|
56
|
-
accessToken: "ZENDESK_ACCESS_TOKEN";
|
|
57
|
-
};
|
|
58
|
-
}[];
|
|
59
43
|
};
|
|
60
44
|
declare const zendeskCustomOfficialIntegration: {
|
|
61
45
|
id: "zendesk-custom";
|
|
62
46
|
name: string;
|
|
63
47
|
description: string;
|
|
48
|
+
credentialType: "manual";
|
|
64
49
|
auth: z.ZodObject<{
|
|
65
50
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
66
51
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
@@ -79,19 +64,12 @@ declare const zendeskCustomBundle: _keystrokehq_integration_authoring_official0.
|
|
|
79
64
|
declare const zendeskPlatform: _keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
80
65
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
81
66
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
82
|
-
}, z.core.$strip
|
|
83
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
84
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
85
|
-
}, z.core.$strip>>[] | undefined>;
|
|
67
|
+
}, z.core.$strip>>;
|
|
86
68
|
declare const zendeskCustom: _keystrokehq_core0.CredentialSet<"keystroke:zendesk-custom", z.ZodObject<{
|
|
87
69
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
88
70
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
89
71
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
90
|
-
}, z.core.$strip
|
|
91
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
92
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
93
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
94
|
-
}, z.core.$strip>>[] | undefined>;
|
|
72
|
+
}, z.core.$strip>>;
|
|
95
73
|
type ZendeskPlatformCredentials = InferCredentialSetAuth<typeof zendeskPlatform>;
|
|
96
74
|
type ZendeskCustomCredentials = InferCredentialSetAuth<typeof zendeskCustom>;
|
|
97
75
|
//#endregion
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { zendeskJobStatusEnvelopeSchema, zendeskJobStatusSchema } 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/jobs.d.ts
|
|
6
5
|
declare const platformGetJobStatus: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -16,10 +15,7 @@ declare const platformGetJobStatus: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
16
15
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
17
16
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
18
17
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
19
|
-
}, z.core.$strip
|
|
20
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
21
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
22
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
18
|
+
}, z.core.$strip>>], undefined>;
|
|
23
19
|
declare const customGetJobStatus: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
24
20
|
id: z.ZodString;
|
|
25
21
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -34,10 +30,6 @@ declare const customGetJobStatus: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
34
30
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
35
31
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
36
32
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
37
|
-
}, z.core.$strip
|
|
38
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
39
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
40
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
41
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
33
|
+
}, z.core.$strip>>], undefined>;
|
|
42
34
|
//#endregion
|
|
43
35
|
export { platformGetJobStatus as n, customGetJobStatus as t };
|
|
@@ -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/organizations.d.ts
|
|
6
5
|
declare const platformCountOrganizations: _keystrokehq_core0.Operation<z.ZodObject<{}, z.core.$strip>, z.ZodObject<{
|
|
@@ -11,10 +10,7 @@ declare const platformCountOrganizations: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
11
10
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
12
11
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
13
12
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
14
|
-
}, z.core.$strip
|
|
15
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
16
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
17
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
13
|
+
}, z.core.$strip>>], undefined>;
|
|
18
14
|
declare const customCountOrganizations: _keystrokehq_core0.Operation<z.ZodObject<{}, z.core.$strip>, z.ZodObject<{
|
|
19
15
|
count: z.ZodObject<{
|
|
20
16
|
value: z.ZodOptional<z.ZodNullable<z.ZodCoercedNumber<unknown>>>;
|
|
@@ -24,11 +20,7 @@ declare const customCountOrganizations: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
24
20
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
25
21
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
26
22
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
27
|
-
}, z.core.$strip
|
|
28
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
29
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
30
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
31
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
23
|
+
}, z.core.$strip>>], undefined>;
|
|
32
24
|
declare const platformListOrganizations: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
33
25
|
page: z.ZodOptional<z.ZodNumber>;
|
|
34
26
|
perPage: z.ZodOptional<z.ZodNumber>;
|
|
@@ -50,10 +42,7 @@ declare const platformListOrganizations: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
50
42
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
51
43
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
52
44
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
53
|
-
}, z.core.$strip
|
|
54
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
55
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
56
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
45
|
+
}, z.core.$strip>>], undefined>;
|
|
57
46
|
declare const customListOrganizations: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
58
47
|
page: z.ZodOptional<z.ZodNumber>;
|
|
59
48
|
perPage: z.ZodOptional<z.ZodNumber>;
|
|
@@ -76,11 +65,7 @@ declare const customListOrganizations: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
76
65
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
77
66
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
78
67
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
79
|
-
}, z.core.$strip
|
|
80
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
81
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
82
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
83
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
68
|
+
}, z.core.$strip>>], undefined>;
|
|
84
69
|
declare const platformGetOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
85
70
|
id: z.ZodNumber;
|
|
86
71
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -96,10 +81,7 @@ declare const platformGetOrganization: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
96
81
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
97
82
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
98
83
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
99
|
-
}, z.core.$strip
|
|
100
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
101
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
102
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
84
|
+
}, z.core.$strip>>], undefined>;
|
|
103
85
|
declare const customGetOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
104
86
|
id: z.ZodNumber;
|
|
105
87
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -116,11 +98,7 @@ declare const customGetOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
116
98
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
117
99
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
118
100
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
119
|
-
}, z.core.$strip
|
|
120
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
121
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
122
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
123
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
101
|
+
}, z.core.$strip>>], undefined>;
|
|
124
102
|
declare const platformAutocompleteOrganizations: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
125
103
|
name: z.ZodString;
|
|
126
104
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -141,10 +119,7 @@ declare const platformAutocompleteOrganizations: _keystrokehq_core0.Operation<z.
|
|
|
141
119
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
142
120
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
143
121
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
144
|
-
}, z.core.$strip
|
|
145
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
146
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
147
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
122
|
+
}, z.core.$strip>>], undefined>;
|
|
148
123
|
declare const customAutocompleteOrganizations: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
149
124
|
name: z.ZodString;
|
|
150
125
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -166,11 +141,7 @@ declare const customAutocompleteOrganizations: _keystrokehq_core0.Operation<z.Zo
|
|
|
166
141
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
167
142
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
168
143
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
169
|
-
}, z.core.$strip
|
|
170
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
171
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
172
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
173
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
144
|
+
}, z.core.$strip>>], undefined>;
|
|
174
145
|
declare const platformCreateOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
175
146
|
name: z.ZodString;
|
|
176
147
|
externalId: z.ZodOptional<z.ZodString>;
|
|
@@ -191,10 +162,7 @@ declare const platformCreateOrganization: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
191
162
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
192
163
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
193
164
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
194
|
-
}, z.core.$strip
|
|
195
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
196
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
197
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
165
|
+
}, z.core.$strip>>], undefined>;
|
|
198
166
|
declare const customCreateOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
199
167
|
name: z.ZodString;
|
|
200
168
|
externalId: z.ZodOptional<z.ZodString>;
|
|
@@ -216,11 +184,7 @@ declare const customCreateOrganization: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
216
184
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
217
185
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
218
186
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
219
|
-
}, z.core.$strip
|
|
220
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
221
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
222
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
223
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
187
|
+
}, z.core.$strip>>], undefined>;
|
|
224
188
|
declare const platformUpdateOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
225
189
|
id: z.ZodNumber;
|
|
226
190
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -242,10 +206,7 @@ declare const platformUpdateOrganization: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
242
206
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
243
207
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
244
208
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
245
|
-
}, z.core.$strip
|
|
246
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
247
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
248
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
209
|
+
}, z.core.$strip>>], undefined>;
|
|
249
210
|
declare const customUpdateOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
250
211
|
id: z.ZodNumber;
|
|
251
212
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -268,11 +229,7 @@ declare const customUpdateOrganization: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
268
229
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
269
230
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
270
231
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
271
|
-
}, z.core.$strip
|
|
272
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
273
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
274
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
275
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
232
|
+
}, z.core.$strip>>], undefined>;
|
|
276
233
|
declare const platformDeleteOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
277
234
|
id: z.ZodNumber;
|
|
278
235
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -280,10 +237,7 @@ declare const platformDeleteOrganization: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
280
237
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
281
238
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
282
239
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
283
|
-
}, z.core.$strip
|
|
284
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
285
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
286
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
240
|
+
}, z.core.$strip>>], undefined>;
|
|
287
241
|
declare const customDeleteOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
288
242
|
id: z.ZodNumber;
|
|
289
243
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -292,11 +246,7 @@ declare const customDeleteOrganization: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
292
246
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
293
247
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
294
248
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
295
|
-
}, z.core.$strip
|
|
296
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
297
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
298
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
299
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
249
|
+
}, z.core.$strip>>], undefined>;
|
|
300
250
|
declare const platformCreateManyOrganizations: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
301
251
|
organizations: z.ZodArray<z.ZodObject<{
|
|
302
252
|
name: z.ZodString;
|
|
@@ -319,10 +269,7 @@ declare const platformCreateManyOrganizations: _keystrokehq_core0.Operation<z.Zo
|
|
|
319
269
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:zendesk-platform", z.ZodObject<{
|
|
320
270
|
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
321
271
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
322
|
-
}, z.core.$strip
|
|
323
|
-
ZENDESK_ACCESS_TOKEN: z.ZodString;
|
|
324
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
325
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
272
|
+
}, z.core.$strip>>], undefined>;
|
|
326
273
|
declare const customCreateManyOrganizations: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
327
274
|
organizations: z.ZodArray<z.ZodObject<{
|
|
328
275
|
name: z.ZodString;
|
|
@@ -346,10 +293,6 @@ declare const customCreateManyOrganizations: _keystrokehq_core0.Operation<z.ZodO
|
|
|
346
293
|
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
347
294
|
ZENDESK_EMAIL: z.ZodEmail;
|
|
348
295
|
ZENDESK_API_TOKEN: z.ZodString;
|
|
349
|
-
}, z.core.$strip
|
|
350
|
-
ZENDESK_SUBDOMAIN: z.ZodString;
|
|
351
|
-
ZENDESK_EMAIL: z.ZodEmail;
|
|
352
|
-
ZENDESK_API_TOKEN: z.ZodString;
|
|
353
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
296
|
+
}, z.core.$strip>>], undefined>;
|
|
354
297
|
//#endregion
|
|
355
298
|
export { customDeleteOrganization as a, customUpdateOrganization as c, platformCreateManyOrganizations as d, platformCreateOrganization as f, platformUpdateOrganization as g, platformListOrganizations as h, customCreateOrganization as i, platformAutocompleteOrganizations as l, platformGetOrganization as m, customCountOrganizations as n, customGetOrganization as o, platformDeleteOrganization as p, customCreateManyOrganizations as r, customListOrganizations as s, customAutocompleteOrganizations as t, platformCountOrganizations as u };
|
|
@@ -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-
|
|
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,2 +1,2 @@
|
|
|
1
|
-
import { c as zendeskPlatformOfficialIntegration, n as ZendeskPlatformCredentials, o as zendeskPlatform, s as zendeskPlatformBundle } from "../integration-
|
|
1
|
+
import { c as zendeskPlatformOfficialIntegration, n as ZendeskPlatformCredentials, o as zendeskPlatform, s as zendeskPlatformBundle } from "../integration-CQfg4GuM.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-
|
|
1
|
+
import { a as zendeskPlatformBundle, i as zendeskPlatform, o as zendeskPlatformOfficialIntegration } from "../integration-C7oBvhtb.mjs";
|
|
2
2
|
|
|
3
3
|
export { zendeskPlatform, zendeskPlatformBundle, zendeskPlatformOfficialIntegration };
|
package/dist/platform/jobs.d.mts
CHANGED
package/dist/platform/jobs.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
|
|
2
|
-
import { n as platformGetJobStatus } from "../jobs-
|
|
2
|
+
import { n as platformGetJobStatus } from "../jobs-DQIapMfm.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-
|
|
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-CKAQNEHJ.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-
|
|
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-DY_2cjq3.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/platform/organizations.ts
|
|
5
5
|
var organizations_exports = /* @__PURE__ */ __exportAll({
|
package/dist/platform/search.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __exportAll } from "../chunk-DQk6qfdC.mjs";
|
|
2
|
-
import { i as platformSearch, r as platformCountSearchResults } from "../search-
|
|
2
|
+
import { i as platformSearch, r as platformCountSearchResults } from "../search-ijatwi9u.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-
|
|
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-BTRJSv_J.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-
|
|
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-CGvxqnN4.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 } from "../triggers-
|
|
1
|
+
import { n as platformPolling } from "../triggers-CwBF6DYN.mjs";
|
|
2
2
|
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-
|
|
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-BGysoDAw.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/platform/users.d.ts
|
|
4
4
|
declare namespace users_d_exports {
|
package/dist/platform/users.mjs
CHANGED
|
@@ -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-
|
|
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-BSWjHzET.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/platform/users.ts
|
|
5
5
|
var users_exports = /* @__PURE__ */ __exportAll({
|
package/dist/platform.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as platformPolling } from "./triggers-
|
|
1
|
+
import { n as platformPolling } from "./triggers-CwBF6DYN.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";
|