@keystrokehq/freshservice 0.1.3 → 0.1.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.
- package/dist/actions/bulk-update-tickets.d.cts +15 -1
- package/dist/actions/bulk-update-tickets.d.cts.map +1 -1
- package/dist/actions/bulk-update-tickets.d.mts +15 -1
- package/dist/actions/bulk-update-tickets.d.mts.map +1 -1
- package/dist/actions/create-service-request.d.cts +15 -1
- package/dist/actions/create-service-request.d.cts.map +1 -1
- package/dist/actions/create-service-request.d.mts +15 -1
- package/dist/actions/create-service-request.d.mts.map +1 -1
- package/dist/actions/create-ticket.d.cts +15 -1
- package/dist/actions/create-ticket.d.mts +15 -1
- package/dist/actions/delete-release.d.cts +15 -1
- package/dist/actions/delete-release.d.mts +15 -1
- package/dist/actions/delete-solution-article.d.cts +15 -1
- package/dist/actions/delete-solution-article.d.mts +15 -1
- package/dist/actions/delete-solution-category.d.cts +15 -1
- package/dist/actions/delete-solution-category.d.mts +15 -1
- package/dist/actions/get-problem-form-fields-by-workspace.d.cts +15 -1
- package/dist/actions/get-problem-form-fields-by-workspace.d.mts +15 -1
- package/dist/actions/get-release-form-fields.d.cts +15 -1
- package/dist/actions/get-release-form-fields.d.mts +15 -1
- package/dist/actions/get-ticket.d.cts +15 -1
- package/dist/actions/get-ticket.d.mts +15 -1
- package/dist/actions/list-locations.d.cts +15 -1
- package/dist/actions/list-locations.d.mts +15 -1
- package/dist/actions/list-service-catalog-items.d.cts +15 -1
- package/dist/actions/list-service-catalog-items.d.mts +15 -1
- package/dist/actions/list-tickets.d.cts +15 -1
- package/dist/actions/list-tickets.d.mts +15 -1
- package/dist/app.cjs +8 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +10 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +10 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +6 -1
- package/dist/app.mjs.map +1 -1
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -16,7 +16,21 @@ declare const FreshserviceBulkUpdateTicketsOutput: z.ZodObject<{
|
|
|
16
16
|
declare const freshserviceBulkUpdateTickets: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
ids: number[];
|
|
18
18
|
update_fields: Record<string, unknown>;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
subdomain: z.ZodString;
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
subdomain: z.ZodString;
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
20
34
|
//#endregion
|
|
21
35
|
export { freshserviceBulkUpdateTickets };
|
|
22
36
|
//# sourceMappingURL=bulk-update-tickets.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-update-tickets.d.cts","names":[],"sources":["../../src/actions/bulk-update-tickets.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;cASlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;cAKnC,6BAAA,gCAA6B,wBAAA
|
|
1
|
+
{"version":3,"file":"bulk-update-tickets.d.cts","names":[],"sources":["../../src/actions/bulk-update-tickets.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;cASlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;cAKnC,6BAAA,gCAA6B,wBAAA"}
|
|
@@ -16,7 +16,21 @@ declare const FreshserviceBulkUpdateTicketsOutput: z.ZodObject<{
|
|
|
16
16
|
declare const freshserviceBulkUpdateTickets: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
ids: number[];
|
|
18
18
|
update_fields: Record<string, unknown>;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
subdomain: z.ZodString;
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
subdomain: z.ZodString;
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
20
34
|
//#endregion
|
|
21
35
|
export { freshserviceBulkUpdateTickets };
|
|
22
36
|
//# sourceMappingURL=bulk-update-tickets.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-update-tickets.d.mts","names":[],"sources":["../../src/actions/bulk-update-tickets.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;cASlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;cAKnC,6BAAA,gCAA6B,wBAAA
|
|
1
|
+
{"version":3,"file":"bulk-update-tickets.d.mts","names":[],"sources":["../../src/actions/bulk-update-tickets.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;cASlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;cAKnC,6BAAA,gCAA6B,wBAAA"}
|
|
@@ -78,7 +78,21 @@ declare const freshserviceCreateServiceRequest: import("@keystrokehq/action").Wo
|
|
|
78
78
|
quantity?: number | undefined;
|
|
79
79
|
custom_fields?: Record<string, unknown> | undefined;
|
|
80
80
|
parent_ticket_id?: number | undefined;
|
|
81
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
81
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
subdomain: z.ZodString;
|
|
87
|
+
generic_api_key: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
89
|
+
connectionId: z.ZodString;
|
|
90
|
+
entityId: z.ZodString;
|
|
91
|
+
instanceId: z.ZodString;
|
|
92
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
93
|
+
subdomain: z.ZodString;
|
|
94
|
+
generic_api_key: z.ZodString;
|
|
95
|
+
}, z.core.$strip>>]>;
|
|
82
96
|
//#endregion
|
|
83
97
|
export { freshserviceCreateServiceRequest };
|
|
84
98
|
//# sourceMappingURL=create-service-request.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-service-request.d.cts","names":[],"sources":["../../src/actions/create-service-request.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;cAwBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BtC,gCAAA,gCAAgC,wBAAA
|
|
1
|
+
{"version":3,"file":"create-service-request.d.cts","names":[],"sources":["../../src/actions/create-service-request.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;cAwBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BtC,gCAAA,gCAAgC,wBAAA"}
|
|
@@ -78,7 +78,21 @@ declare const freshserviceCreateServiceRequest: import("@keystrokehq/action").Wo
|
|
|
78
78
|
quantity?: number | undefined;
|
|
79
79
|
custom_fields?: Record<string, unknown> | undefined;
|
|
80
80
|
parent_ticket_id?: number | undefined;
|
|
81
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
81
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
subdomain: z.ZodString;
|
|
87
|
+
generic_api_key: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
89
|
+
connectionId: z.ZodString;
|
|
90
|
+
entityId: z.ZodString;
|
|
91
|
+
instanceId: z.ZodString;
|
|
92
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
93
|
+
subdomain: z.ZodString;
|
|
94
|
+
generic_api_key: z.ZodString;
|
|
95
|
+
}, z.core.$strip>>]>;
|
|
82
96
|
//#endregion
|
|
83
97
|
export { freshserviceCreateServiceRequest };
|
|
84
98
|
//# sourceMappingURL=create-service-request.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-service-request.d.mts","names":[],"sources":["../../src/actions/create-service-request.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;cAwBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BtC,gCAAA,gCAAgC,wBAAA
|
|
1
|
+
{"version":3,"file":"create-service-request.d.mts","names":[],"sources":["../../src/actions/create-service-request.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;cAwBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BtC,gCAAA,gCAAgC,wBAAA"}
|
|
@@ -129,7 +129,21 @@ declare const freshserviceCreateTicket: import("@keystrokehq/action").WorkflowAc
|
|
|
129
129
|
cc_emails?: string[] | undefined;
|
|
130
130
|
requester_id?: number | undefined;
|
|
131
131
|
email_config_id?: number | undefined;
|
|
132
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
132
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
133
|
+
connectionId: z.ZodString;
|
|
134
|
+
entityId: z.ZodString;
|
|
135
|
+
instanceId: z.ZodString;
|
|
136
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
137
|
+
subdomain: z.ZodString;
|
|
138
|
+
generic_api_key: z.ZodString;
|
|
139
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
140
|
+
connectionId: z.ZodString;
|
|
141
|
+
entityId: z.ZodString;
|
|
142
|
+
instanceId: z.ZodString;
|
|
143
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
144
|
+
subdomain: z.ZodString;
|
|
145
|
+
generic_api_key: z.ZodString;
|
|
146
|
+
}, z.core.$strip>>]>;
|
|
133
147
|
//#endregion
|
|
134
148
|
export { freshserviceCreateTicket };
|
|
135
149
|
//# sourceMappingURL=create-ticket.d.cts.map
|
|
@@ -129,7 +129,21 @@ declare const freshserviceCreateTicket: import("@keystrokehq/action").WorkflowAc
|
|
|
129
129
|
cc_emails?: string[] | undefined;
|
|
130
130
|
requester_id?: number | undefined;
|
|
131
131
|
email_config_id?: number | undefined;
|
|
132
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
132
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
133
|
+
connectionId: z.ZodString;
|
|
134
|
+
entityId: z.ZodString;
|
|
135
|
+
instanceId: z.ZodString;
|
|
136
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
137
|
+
subdomain: z.ZodString;
|
|
138
|
+
generic_api_key: z.ZodString;
|
|
139
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
140
|
+
connectionId: z.ZodString;
|
|
141
|
+
entityId: z.ZodString;
|
|
142
|
+
instanceId: z.ZodString;
|
|
143
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
144
|
+
subdomain: z.ZodString;
|
|
145
|
+
generic_api_key: z.ZodString;
|
|
146
|
+
}, z.core.$strip>>]>;
|
|
133
147
|
//#endregion
|
|
134
148
|
export { freshserviceCreateTicket };
|
|
135
149
|
//# sourceMappingURL=create-ticket.d.mts.map
|
|
@@ -9,7 +9,21 @@ declare const FreshserviceDeleteReleaseOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const freshserviceDeleteRelease: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
release_id: number;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
subdomain: z.ZodString;
|
|
18
|
+
generic_api_key: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
subdomain: z.ZodString;
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
13
27
|
//#endregion
|
|
14
28
|
export { freshserviceDeleteRelease };
|
|
15
29
|
//# sourceMappingURL=delete-release.d.cts.map
|
|
@@ -9,7 +9,21 @@ declare const FreshserviceDeleteReleaseOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const freshserviceDeleteRelease: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
release_id: number;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
subdomain: z.ZodString;
|
|
18
|
+
generic_api_key: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
subdomain: z.ZodString;
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
13
27
|
//#endregion
|
|
14
28
|
export { freshserviceDeleteRelease };
|
|
15
29
|
//# sourceMappingURL=delete-release.d.mts.map
|
|
@@ -10,7 +10,21 @@ declare const FreshserviceDeleteSolutionArticleOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const freshserviceDeleteSolutionArticle: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
article_id: number;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
subdomain: z.ZodString;
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
subdomain: z.ZodString;
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
14
28
|
//#endregion
|
|
15
29
|
export { freshserviceDeleteSolutionArticle };
|
|
16
30
|
//# sourceMappingURL=delete-solution-article.d.cts.map
|
|
@@ -10,7 +10,21 @@ declare const FreshserviceDeleteSolutionArticleOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const freshserviceDeleteSolutionArticle: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
article_id: number;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
subdomain: z.ZodString;
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
subdomain: z.ZodString;
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
14
28
|
//#endregion
|
|
15
29
|
export { freshserviceDeleteSolutionArticle };
|
|
16
30
|
//# sourceMappingURL=delete-solution-article.d.mts.map
|
|
@@ -10,7 +10,21 @@ declare const FreshserviceDeleteSolutionCategoryOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const freshserviceDeleteSolutionCategory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
category_id: number;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
subdomain: z.ZodString;
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
subdomain: z.ZodString;
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
14
28
|
//#endregion
|
|
15
29
|
export { freshserviceDeleteSolutionCategory };
|
|
16
30
|
//# sourceMappingURL=delete-solution-category.d.cts.map
|
|
@@ -10,7 +10,21 @@ declare const FreshserviceDeleteSolutionCategoryOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const freshserviceDeleteSolutionCategory: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
category_id: number;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
subdomain: z.ZodString;
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
subdomain: z.ZodString;
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
14
28
|
//#endregion
|
|
15
29
|
export { freshserviceDeleteSolutionCategory };
|
|
16
30
|
//# sourceMappingURL=delete-solution-category.d.mts.map
|
|
@@ -31,7 +31,21 @@ declare const FreshserviceGetProblemFormFieldsByWorkspaceOutput: z.ZodObject<{
|
|
|
31
31
|
}, z.core.$loose>;
|
|
32
32
|
declare const freshserviceGetProblemFormFieldsByWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
workspace_id?: number | undefined;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
subdomain: z.ZodString;
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
subdomain: z.ZodString;
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
35
49
|
//#endregion
|
|
36
50
|
export { freshserviceGetProblemFormFieldsByWorkspace };
|
|
37
51
|
//# sourceMappingURL=get-problem-form-fields-by-workspace.d.cts.map
|
|
@@ -31,7 +31,21 @@ declare const FreshserviceGetProblemFormFieldsByWorkspaceOutput: z.ZodObject<{
|
|
|
31
31
|
}, z.core.$loose>;
|
|
32
32
|
declare const freshserviceGetProblemFormFieldsByWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
workspace_id?: number | undefined;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
subdomain: z.ZodString;
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
subdomain: z.ZodString;
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
35
49
|
//#endregion
|
|
36
50
|
export { freshserviceGetProblemFormFieldsByWorkspace };
|
|
37
51
|
//# sourceMappingURL=get-problem-form-fields-by-workspace.d.mts.map
|
|
@@ -24,7 +24,21 @@ declare const FreshserviceGetReleaseFormFieldsOutput: z.ZodObject<{
|
|
|
24
24
|
}, z.core.$loose>;
|
|
25
25
|
declare const freshserviceGetReleaseFormFields: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
26
26
|
workspace_id?: number | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
subdomain: z.ZodString;
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
subdomain: z.ZodString;
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
28
42
|
//#endregion
|
|
29
43
|
export { freshserviceGetReleaseFormFields };
|
|
30
44
|
//# sourceMappingURL=get-release-form-fields.d.cts.map
|
|
@@ -24,7 +24,21 @@ declare const FreshserviceGetReleaseFormFieldsOutput: z.ZodObject<{
|
|
|
24
24
|
}, z.core.$loose>;
|
|
25
25
|
declare const freshserviceGetReleaseFormFields: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
26
26
|
workspace_id?: number | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
subdomain: z.ZodString;
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
subdomain: z.ZodString;
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
28
42
|
//#endregion
|
|
29
43
|
export { freshserviceGetReleaseFormFields };
|
|
30
44
|
//# sourceMappingURL=get-release-form-fields.d.mts.map
|
|
@@ -78,7 +78,21 @@ declare const FreshserviceGetTicketOutput: z.ZodObject<{
|
|
|
78
78
|
declare const freshserviceGetTicket: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
79
79
|
ticket_id: number;
|
|
80
80
|
include?: string | undefined;
|
|
81
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
81
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
subdomain: z.ZodString;
|
|
87
|
+
generic_api_key: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
89
|
+
connectionId: z.ZodString;
|
|
90
|
+
entityId: z.ZodString;
|
|
91
|
+
instanceId: z.ZodString;
|
|
92
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
93
|
+
subdomain: z.ZodString;
|
|
94
|
+
generic_api_key: z.ZodString;
|
|
95
|
+
}, z.core.$strip>>]>;
|
|
82
96
|
//#endregion
|
|
83
97
|
export { freshserviceGetTicket };
|
|
84
98
|
//# sourceMappingURL=get-ticket.d.cts.map
|
|
@@ -78,7 +78,21 @@ declare const FreshserviceGetTicketOutput: z.ZodObject<{
|
|
|
78
78
|
declare const freshserviceGetTicket: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
79
79
|
ticket_id: number;
|
|
80
80
|
include?: string | undefined;
|
|
81
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
81
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
subdomain: z.ZodString;
|
|
87
|
+
generic_api_key: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
89
|
+
connectionId: z.ZodString;
|
|
90
|
+
entityId: z.ZodString;
|
|
91
|
+
instanceId: z.ZodString;
|
|
92
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
93
|
+
subdomain: z.ZodString;
|
|
94
|
+
generic_api_key: z.ZodString;
|
|
95
|
+
}, z.core.$strip>>]>;
|
|
82
96
|
//#endregion
|
|
83
97
|
export { freshserviceGetTicket };
|
|
84
98
|
//# sourceMappingURL=get-ticket.d.mts.map
|
|
@@ -28,7 +28,21 @@ declare const FreshserviceListLocationsOutput: z.ZodObject<{
|
|
|
28
28
|
declare const freshserviceListLocations: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
page?: number | undefined;
|
|
30
30
|
per_page?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
subdomain: z.ZodString;
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
subdomain: z.ZodString;
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
32
46
|
//#endregion
|
|
33
47
|
export { freshserviceListLocations };
|
|
34
48
|
//# sourceMappingURL=list-locations.d.cts.map
|
|
@@ -28,7 +28,21 @@ declare const FreshserviceListLocationsOutput: z.ZodObject<{
|
|
|
28
28
|
declare const freshserviceListLocations: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
page?: number | undefined;
|
|
30
30
|
per_page?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
subdomain: z.ZodString;
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
subdomain: z.ZodString;
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
32
46
|
//#endregion
|
|
33
47
|
export { freshserviceListLocations };
|
|
34
48
|
//# sourceMappingURL=list-locations.d.mts.map
|
|
@@ -28,7 +28,21 @@ declare const FreshserviceListServiceCatalogItemsOutput: z.ZodObject<{
|
|
|
28
28
|
declare const freshserviceListServiceCatalogItems: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
page?: number | undefined;
|
|
30
30
|
per_page?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
subdomain: z.ZodString;
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
subdomain: z.ZodString;
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
32
46
|
//#endregion
|
|
33
47
|
export { freshserviceListServiceCatalogItems };
|
|
34
48
|
//# sourceMappingURL=list-service-catalog-items.d.cts.map
|
|
@@ -28,7 +28,21 @@ declare const FreshserviceListServiceCatalogItemsOutput: z.ZodObject<{
|
|
|
28
28
|
declare const freshserviceListServiceCatalogItems: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
page?: number | undefined;
|
|
30
30
|
per_page?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
subdomain: z.ZodString;
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
subdomain: z.ZodString;
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
32
46
|
//#endregion
|
|
33
47
|
export { freshserviceListServiceCatalogItems };
|
|
34
48
|
//# sourceMappingURL=list-service-catalog-items.d.mts.map
|
|
@@ -96,7 +96,21 @@ declare const freshserviceListTickets: import("@keystrokehq/action").WorkflowAct
|
|
|
96
96
|
per_page?: number | undefined;
|
|
97
97
|
order_type?: "asc" | "desc" | undefined;
|
|
98
98
|
updated_since?: string | undefined;
|
|
99
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
99
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
100
|
+
connectionId: z.ZodString;
|
|
101
|
+
entityId: z.ZodString;
|
|
102
|
+
instanceId: z.ZodString;
|
|
103
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
104
|
+
subdomain: z.ZodString;
|
|
105
|
+
generic_api_key: z.ZodString;
|
|
106
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
107
|
+
connectionId: z.ZodString;
|
|
108
|
+
entityId: z.ZodString;
|
|
109
|
+
instanceId: z.ZodString;
|
|
110
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
111
|
+
subdomain: z.ZodString;
|
|
112
|
+
generic_api_key: z.ZodString;
|
|
113
|
+
}, z.core.$strip>>]>;
|
|
100
114
|
//#endregion
|
|
101
115
|
export { freshserviceListTickets };
|
|
102
116
|
//# sourceMappingURL=list-tickets.d.cts.map
|
|
@@ -96,7 +96,21 @@ declare const freshserviceListTickets: import("@keystrokehq/action").WorkflowAct
|
|
|
96
96
|
per_page?: number | undefined;
|
|
97
97
|
order_type?: "asc" | "desc" | undefined;
|
|
98
98
|
updated_since?: string | undefined;
|
|
99
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
99
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
100
|
+
connectionId: z.ZodString;
|
|
101
|
+
entityId: z.ZodString;
|
|
102
|
+
instanceId: z.ZodString;
|
|
103
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
104
|
+
subdomain: z.ZodString;
|
|
105
|
+
generic_api_key: z.ZodString;
|
|
106
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
107
|
+
connectionId: z.ZodString;
|
|
108
|
+
entityId: z.ZodString;
|
|
109
|
+
instanceId: z.ZodString;
|
|
110
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
111
|
+
subdomain: z.ZodString;
|
|
112
|
+
generic_api_key: z.ZodString;
|
|
113
|
+
}, z.core.$strip>>]>;
|
|
100
114
|
//#endregion
|
|
101
115
|
export { freshserviceListTickets };
|
|
102
116
|
//# sourceMappingURL=list-tickets.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const freshservice = (0,
|
|
4
|
+
const freshservice = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "freshservice",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
subdomain: zod.z.string(),
|
|
9
|
+
generic_api_key: zod.z.string()
|
|
10
|
+
}
|
|
5
11
|
});
|
|
6
12
|
//#endregion
|
|
7
13
|
exports.freshservice = freshservice;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const freshservice = defineApp({\n slug: \"freshservice\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const freshservice = defineApp({\n slug: \"freshservice\",\n auth: \"keystroke\",\n credential: {\n subdomain: z.string(),\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,gBAAA,GAAA,2BAAA,UAAA,CAAyB;CACpC,MAAM;CACN,MAAM;CACN,YAAY;EACV,WAAWA,IAAAA,EAAE,OAAO;EACpB,iBAAiBA,IAAAA,EAAE,OAAO;CAC5B;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const freshservice: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const freshservice: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
subdomain: z.ZodString;
|
|
10
|
+
generic_api_key: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
3
12
|
//#endregion
|
|
4
13
|
export { freshservice };
|
|
5
14
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,YAAA,6BAAY,GAAA,+BAAA,UAAA,iBAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const freshservice: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const freshservice: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"freshservice", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
subdomain: z.ZodString;
|
|
10
|
+
generic_api_key: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
3
12
|
//#endregion
|
|
4
13
|
export { freshservice };
|
|
5
14
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,YAAA,6BAAY,GAAA,+BAAA,UAAA,iBAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const freshservice = defineApp({
|
|
4
5
|
slug: "freshservice",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
subdomain: z.string(),
|
|
9
|
+
generic_api_key: z.string()
|
|
10
|
+
}
|
|
6
11
|
});
|
|
7
12
|
//#endregion
|
|
8
13
|
export { freshservice };
|
package/dist/app.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const freshservice = defineApp({\n slug: \"freshservice\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const freshservice = defineApp({\n slug: \"freshservice\",\n auth: \"keystroke\",\n credential: {\n subdomain: z.string(),\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,eAAe,UAAU;CACpC,MAAM;CACN,MAAM;CACN,YAAY;EACV,WAAW,EAAE,OAAO;EACpB,iBAAiB,EAAE,OAAO;CAC5B;AACF,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -13,7 +13,7 @@ const freshserviceCatalog = {
|
|
|
13
13
|
"label": "Freshservice Account Subdomain",
|
|
14
14
|
"description": "Your Freshservice account subdomain, derived from your Freshservice account URL. For example, if your Freshservice account URL is 'https://your-company.freshservice.com', then the subdomain is 'your-company'."
|
|
15
15
|
},
|
|
16
|
-
"
|
|
16
|
+
"generic_api_key": {
|
|
17
17
|
"label": "API Key",
|
|
18
18
|
"secret": true,
|
|
19
19
|
"description": "Your Freshservice API Key. You can find this in your Profile Settings page, below the change password section."
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const freshserviceCatalog = {\n \"slug\": \"freshservice\",\n \"name\": \"Freshservice\",\n \"description\": \"Freshservice is a cloud-based IT service management (ITSM) solution with incident management, asset management, and IT service automation capabilities\",\n \"category\": \"Customer Support\",\n \"logo\": \"https://logos.composio.dev/api/freshservice\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"Freshservice Account Subdomain\",\n \"description\": \"Your Freshservice account subdomain, derived from your Freshservice account URL. For example, if your Freshservice account URL is 'https://your-company.freshservice.com', then the subdomain is 'your-company'.\"\n },\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const freshserviceCatalog = {\n \"slug\": \"freshservice\",\n \"name\": \"Freshservice\",\n \"description\": \"Freshservice is a cloud-based IT service management (ITSM) solution with incident management, asset management, and IT service automation capabilities\",\n \"category\": \"Customer Support\",\n \"logo\": \"https://logos.composio.dev/api/freshservice\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"Freshservice Account Subdomain\",\n \"description\": \"Your Freshservice account subdomain, derived from your Freshservice account URL. For example, if your Freshservice account URL is 'https://your-company.freshservice.com', then the subdomain is 'your-company'.\"\n },\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Freshservice API Key. You can find this in your Profile Settings page, below the change password section.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,aAAa;GACX,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -13,7 +13,7 @@ declare const freshserviceCatalog: {
|
|
|
13
13
|
readonly label: "Freshservice Account Subdomain";
|
|
14
14
|
readonly description: "Your Freshservice account subdomain, derived from your Freshservice account URL. For example, if your Freshservice account URL is 'https://your-company.freshservice.com', then the subdomain is 'your-company'.";
|
|
15
15
|
};
|
|
16
|
-
readonly
|
|
16
|
+
readonly generic_api_key: {
|
|
17
17
|
readonly label: "API Key";
|
|
18
18
|
readonly secret: true;
|
|
19
19
|
readonly description: "Your Freshservice API Key. You can find this in your Profile Settings page, below the change password section.";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -13,7 +13,7 @@ declare const freshserviceCatalog: {
|
|
|
13
13
|
readonly label: "Freshservice Account Subdomain";
|
|
14
14
|
readonly description: "Your Freshservice account subdomain, derived from your Freshservice account URL. For example, if your Freshservice account URL is 'https://your-company.freshservice.com', then the subdomain is 'your-company'.";
|
|
15
15
|
};
|
|
16
|
-
readonly
|
|
16
|
+
readonly generic_api_key: {
|
|
17
17
|
readonly label: "API Key";
|
|
18
18
|
readonly secret: true;
|
|
19
19
|
readonly description: "Your Freshservice API Key. You can find this in your Profile Settings page, below the change password section.";
|
package/dist/catalog.mjs
CHANGED
|
@@ -13,7 +13,7 @@ const freshserviceCatalog = {
|
|
|
13
13
|
"label": "Freshservice Account Subdomain",
|
|
14
14
|
"description": "Your Freshservice account subdomain, derived from your Freshservice account URL. For example, if your Freshservice account URL is 'https://your-company.freshservice.com', then the subdomain is 'your-company'."
|
|
15
15
|
},
|
|
16
|
-
"
|
|
16
|
+
"generic_api_key": {
|
|
17
17
|
"label": "API Key",
|
|
18
18
|
"secret": true,
|
|
19
19
|
"description": "Your Freshservice API Key. You can find this in your Profile Settings page, below the change password section."
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const freshserviceCatalog = {\n \"slug\": \"freshservice\",\n \"name\": \"Freshservice\",\n \"description\": \"Freshservice is a cloud-based IT service management (ITSM) solution with incident management, asset management, and IT service automation capabilities\",\n \"category\": \"Customer Support\",\n \"logo\": \"https://logos.composio.dev/api/freshservice\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"Freshservice Account Subdomain\",\n \"description\": \"Your Freshservice account subdomain, derived from your Freshservice account URL. For example, if your Freshservice account URL is 'https://your-company.freshservice.com', then the subdomain is 'your-company'.\"\n },\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const freshserviceCatalog = {\n \"slug\": \"freshservice\",\n \"name\": \"Freshservice\",\n \"description\": \"Freshservice is a cloud-based IT service management (ITSM) solution with incident management, asset management, and IT service automation capabilities\",\n \"category\": \"Customer Support\",\n \"logo\": \"https://logos.composio.dev/api/freshservice\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"Freshservice Account Subdomain\",\n \"description\": \"Your Freshservice account subdomain, derived from your Freshservice account URL. For example, if your Freshservice account URL is 'https://your-company.freshservice.com', then the subdomain is 'your-company'.\"\n },\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Freshservice API Key. You can find this in your Profile Settings page, below the change password section.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,aAAa;GACX,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
|