@keystrokehq/plain 0.1.5 → 0.1.6
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/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/add-customer-to-group.cjs +1 -0
- package/dist/actions/add-customer-to-group.cjs.map +1 -1
- package/dist/actions/add-customer-to-group.d.cts +3 -21
- package/dist/actions/add-customer-to-group.d.cts.map +1 -1
- package/dist/actions/add-customer-to-group.d.mts +3 -21
- package/dist/actions/add-customer-to-group.d.mts.map +1 -1
- package/dist/actions/add-customer-to-group.mjs +1 -0
- package/dist/actions/add-customer-to-group.mjs.map +1 -1
- package/dist/actions/create-customer-group.cjs +1 -0
- package/dist/actions/create-customer-group.cjs.map +1 -1
- package/dist/actions/create-customer-group.d.cts +3 -18
- package/dist/actions/create-customer-group.d.cts.map +1 -1
- package/dist/actions/create-customer-group.d.mts +3 -18
- package/dist/actions/create-customer-group.d.mts.map +1 -1
- package/dist/actions/create-customer-group.mjs +1 -0
- package/dist/actions/create-customer-group.mjs.map +1 -1
- package/dist/actions/create-thread.cjs +1 -0
- package/dist/actions/create-thread.cjs.map +1 -1
- package/dist/actions/create-thread.d.cts +3 -30
- package/dist/actions/create-thread.d.cts.map +1 -1
- package/dist/actions/create-thread.d.mts +3 -30
- package/dist/actions/create-thread.d.mts.map +1 -1
- package/dist/actions/create-thread.mjs +1 -0
- package/dist/actions/create-thread.mjs.map +1 -1
- package/dist/actions/delete-customer.cjs +1 -0
- package/dist/actions/delete-customer.cjs.map +1 -1
- package/dist/actions/delete-customer.d.cts +3 -15
- package/dist/actions/delete-customer.d.cts.map +1 -1
- package/dist/actions/delete-customer.d.mts +3 -15
- package/dist/actions/delete-customer.d.mts.map +1 -1
- package/dist/actions/delete-customer.mjs +1 -0
- package/dist/actions/delete-customer.mjs.map +1 -1
- package/dist/actions/delete-user.cjs +1 -0
- package/dist/actions/delete-user.cjs.map +1 -1
- package/dist/actions/delete-user.d.cts +3 -15
- package/dist/actions/delete-user.d.cts.map +1 -1
- package/dist/actions/delete-user.d.mts +3 -15
- package/dist/actions/delete-user.d.mts.map +1 -1
- package/dist/actions/delete-user.mjs +1 -0
- package/dist/actions/delete-user.mjs.map +1 -1
- package/dist/actions/fetch-company.cjs +1 -0
- package/dist/actions/fetch-company.cjs.map +1 -1
- package/dist/actions/fetch-company.d.cts +3 -15
- package/dist/actions/fetch-company.d.cts.map +1 -1
- package/dist/actions/fetch-company.d.mts +3 -15
- package/dist/actions/fetch-company.d.mts.map +1 -1
- package/dist/actions/fetch-company.mjs +1 -0
- package/dist/actions/fetch-company.mjs.map +1 -1
- package/dist/actions/fetch-issues.cjs +1 -0
- package/dist/actions/fetch-issues.cjs.map +1 -1
- package/dist/actions/fetch-issues.d.cts +3 -17
- package/dist/actions/fetch-issues.d.cts.map +1 -1
- package/dist/actions/fetch-issues.d.mts +3 -17
- package/dist/actions/fetch-issues.d.mts.map +1 -1
- package/dist/actions/fetch-issues.mjs +1 -0
- package/dist/actions/fetch-issues.mjs.map +1 -1
- package/dist/actions/fetch-tier.cjs +1 -0
- package/dist/actions/fetch-tier.cjs.map +1 -1
- package/dist/actions/fetch-tier.d.cts +3 -15
- package/dist/actions/fetch-tier.d.cts.map +1 -1
- package/dist/actions/fetch-tier.d.mts +3 -15
- package/dist/actions/fetch-tier.d.mts.map +1 -1
- package/dist/actions/fetch-tier.mjs +1 -0
- package/dist/actions/fetch-tier.mjs.map +1 -1
- package/dist/actions/get-customer-by-email.cjs +1 -0
- package/dist/actions/get-customer-by-email.cjs.map +1 -1
- package/dist/actions/get-customer-by-email.d.cts +3 -15
- package/dist/actions/get-customer-by-email.d.cts.map +1 -1
- package/dist/actions/get-customer-by-email.d.mts +3 -15
- package/dist/actions/get-customer-by-email.d.mts.map +1 -1
- package/dist/actions/get-customer-by-email.mjs +1 -0
- package/dist/actions/get-customer-by-email.mjs.map +1 -1
- package/dist/actions/get-customer-by-id.cjs +1 -0
- package/dist/actions/get-customer-by-id.cjs.map +1 -1
- package/dist/actions/get-customer-by-id.d.cts +3 -15
- package/dist/actions/get-customer-by-id.d.cts.map +1 -1
- package/dist/actions/get-customer-by-id.d.mts +3 -15
- package/dist/actions/get-customer-by-id.d.mts.map +1 -1
- package/dist/actions/get-customer-by-id.mjs +1 -0
- package/dist/actions/get-customer-by-id.mjs.map +1 -1
- package/dist/actions/get-customers.cjs +1 -0
- package/dist/actions/get-customers.cjs.map +1 -1
- package/dist/actions/get-customers.d.cts +3 -27
- package/dist/actions/get-customers.d.cts.map +1 -1
- package/dist/actions/get-customers.d.mts +3 -27
- package/dist/actions/get-customers.d.mts.map +1 -1
- package/dist/actions/get-customers.mjs +1 -0
- package/dist/actions/get-customers.mjs.map +1 -1
- package/dist/actions/get-thread-by-id.cjs +1 -0
- package/dist/actions/get-thread-by-id.cjs.map +1 -1
- package/dist/actions/get-thread-by-id.d.cts +3 -15
- package/dist/actions/get-thread-by-id.d.cts.map +1 -1
- package/dist/actions/get-thread-by-id.d.mts +3 -15
- package/dist/actions/get-thread-by-id.d.mts.map +1 -1
- package/dist/actions/get-thread-by-id.mjs +1 -0
- package/dist/actions/get-thread-by-id.mjs.map +1 -1
- package/dist/actions/get-user-by-id.cjs +1 -0
- package/dist/actions/get-user-by-id.cjs.map +1 -1
- package/dist/actions/get-user-by-id.d.cts +3 -15
- package/dist/actions/get-user-by-id.d.cts.map +1 -1
- package/dist/actions/get-user-by-id.d.mts +3 -15
- package/dist/actions/get-user-by-id.d.mts.map +1 -1
- package/dist/actions/get-user-by-id.mjs +1 -0
- package/dist/actions/get-user-by-id.mjs.map +1 -1
- package/dist/actions/list-customer-groups.cjs +1 -0
- package/dist/actions/list-customer-groups.cjs.map +1 -1
- package/dist/actions/list-customer-groups.d.cts +3 -21
- package/dist/actions/list-customer-groups.d.cts.map +1 -1
- package/dist/actions/list-customer-groups.d.mts +3 -21
- package/dist/actions/list-customer-groups.d.mts.map +1 -1
- package/dist/actions/list-customer-groups.mjs +1 -0
- package/dist/actions/list-customer-groups.mjs.map +1 -1
- package/dist/actions/list-tiers.cjs +1 -0
- package/dist/actions/list-tiers.cjs.map +1 -1
- package/dist/actions/list-tiers.d.cts +3 -18
- package/dist/actions/list-tiers.d.cts.map +1 -1
- package/dist/actions/list-tiers.d.mts +3 -18
- package/dist/actions/list-tiers.d.mts.map +1 -1
- package/dist/actions/list-tiers.mjs +1 -0
- package/dist/actions/list-tiers.mjs.map +1 -1
- package/dist/actions/query-threads.cjs +1 -0
- package/dist/actions/query-threads.cjs.map +1 -1
- package/dist/actions/query-threads.d.cts +3 -16
- package/dist/actions/query-threads.d.cts.map +1 -1
- package/dist/actions/query-threads.d.mts +3 -16
- package/dist/actions/query-threads.d.mts.map +1 -1
- package/dist/actions/query-threads.mjs +1 -0
- package/dist/actions/query-threads.mjs.map +1 -1
- package/dist/actions/remove-customer-from-group.cjs +1 -0
- package/dist/actions/remove-customer-from-group.cjs.map +1 -1
- package/dist/actions/remove-customer-from-group.d.cts +3 -20
- package/dist/actions/remove-customer-from-group.d.cts.map +1 -1
- package/dist/actions/remove-customer-from-group.d.mts +3 -20
- package/dist/actions/remove-customer-from-group.d.mts.map +1 -1
- package/dist/actions/remove-customer-from-group.mjs +1 -0
- package/dist/actions/remove-customer-from-group.mjs.map +1 -1
- package/dist/actions/run-graphql-query.cjs +1 -0
- package/dist/actions/run-graphql-query.cjs.map +1 -1
- package/dist/actions/run-graphql-query.d.cts +3 -16
- package/dist/actions/run-graphql-query.d.cts.map +1 -1
- package/dist/actions/run-graphql-query.d.mts +3 -16
- package/dist/actions/run-graphql-query.d.mts.map +1 -1
- package/dist/actions/run-graphql-query.mjs +1 -0
- package/dist/actions/run-graphql-query.mjs.map +1 -1
- package/dist/actions/send-message.cjs +1 -0
- package/dist/actions/send-message.cjs.map +1 -1
- package/dist/actions/send-message.d.cts +3 -40
- package/dist/actions/send-message.d.cts.map +1 -1
- package/dist/actions/send-message.d.mts +3 -40
- package/dist/actions/send-message.d.mts.map +1 -1
- package/dist/actions/send-message.mjs +1 -0
- package/dist/actions/send-message.mjs.map +1 -1
- package/dist/actions/update-company.cjs +1 -0
- package/dist/actions/update-company.cjs.map +1 -1
- package/dist/actions/update-company.d.cts +3 -20
- package/dist/actions/update-company.d.cts.map +1 -1
- package/dist/actions/update-company.d.mts +3 -20
- package/dist/actions/update-company.d.mts.map +1 -1
- package/dist/actions/update-company.mjs +1 -0
- package/dist/actions/update-company.mjs.map +1 -1
- package/dist/actions/update-thread.cjs +1 -0
- package/dist/actions/update-thread.cjs.map +1 -1
- package/dist/actions/update-thread.d.cts +3 -16
- package/dist/actions/update-thread.d.cts.map +1 -1
- package/dist/actions/update-thread.d.mts +3 -16
- package/dist/actions/update-thread.d.mts.map +1 -1
- package/dist/actions/update-thread.mjs +1 -0
- package/dist/actions/update-thread.mjs.map +1 -1
- package/dist/actions/upsert-customer.cjs +1 -0
- package/dist/actions/upsert-customer.cjs.map +1 -1
- package/dist/actions/upsert-customer.d.cts +3 -54
- package/dist/actions/upsert-customer.d.cts.map +1 -1
- package/dist/actions/upsert-customer.d.mts +3 -54
- package/dist/actions/upsert-customer.d.mts.map +1 -1
- package/dist/actions/upsert-customer.mjs +1 -0
- package/dist/actions/upsert-customer.mjs.map +1 -1
- package/dist/app.cjs +2 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +4 -6
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +4 -6
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +0 -1
- package/dist/app.mjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-customer-groups.cjs","names":["z","action"],"sources":["../../src/actions/list-customer-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlainListCustomerGroupsInput = z.object({\n last: z.number().int().describe(\"Number of groups to fetch before the 'before' cursor. Must be ≥ 1.\").optional(),\n after: z.string().describe(\"Cursor for forward pagination. Use with 'first'.\").optional(),\n first: z.number().int().describe(\"Number of groups to fetch after the 'after' cursor. Must be ≥ 1.\").optional(),\n before: z.string().describe(\"Cursor for backward pagination. Use with 'last'.\").optional(),\n filters: z.object({\n externalIds: z.array(z.string()).describe(\"Only returns groups with these external IDs.\").optional(),\n}).describe(\"Filters to apply when fetching customer groups.\").optional(),\n}).describe(\"Request parameters for listing customer groups.\");\nconst PlainListCustomerGroups_CustomerGroupNodeSchema = z.object({\n id: z.string().describe(\"Unique identifier of the customer group.\").nullable(),\n key: z.string().describe(\"Key of the customer group.\").nullable(),\n name: z.string().describe(\"Name of the customer group.\").nullable(),\n color: z.string().describe(\"Hex color code assigned to the group.\").nullable(),\n createdAt: z.string().describe(\"ISO8601 timestamp when the group was created.\").nullable(),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the group was last updated.\").nullable(),\n externalId: z.string().describe(\"External ID of the group.\").nullable().optional(),\n}).passthrough();\nconst PlainListCustomerGroups_CustomerGroupEdgeSchema = z.object({\n node: PlainListCustomerGroups_CustomerGroupNodeSchema.nullable(),\n cursor: z.string().describe(\"Cursor for pagination.\").nullable(),\n}).passthrough();\nconst PlainListCustomerGroups_PageInfoSchema = z.object({\n endCursor: z.string().nullable().optional(),\n hasNextPage: z.boolean().nullable(),\n startCursor: z.string().nullable().optional(),\n hasPreviousPage: z.boolean().nullable(),\n}).passthrough();\nconst PlainListCustomerGroups_CustomerGroupsConnectionSchema = z.object({\n edges: z.array(PlainListCustomerGroups_CustomerGroupEdgeSchema),\n pageInfo: PlainListCustomerGroups_PageInfoSchema.nullable(),\n}).passthrough();\nexport const PlainListCustomerGroupsOutput = z.object({\n customerGroups: PlainListCustomerGroups_CustomerGroupsConnectionSchema.nullable(),\n}).passthrough();\n\nexport const plainListCustomerGroups = action(\"PLAIN_LIST_CUSTOMER_GROUPS\", {\n slug: \"plain-list-customer-groups\",\n name: \"List Customer Groups\",\n description: \"Tool to list all customer groups. Use when you need to retrieve group metadata with optional pagination or filters.\",\n input: PlainListCustomerGroupsInput,\n output: PlainListCustomerGroupsOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-customer-groups.cjs","names":["z","action"],"sources":["../../src/actions/list-customer-groups.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { plain } from \"../app\";\n\nexport const PlainListCustomerGroupsInput = z.object({\n last: z.number().int().describe(\"Number of groups to fetch before the 'before' cursor. Must be ≥ 1.\").optional(),\n after: z.string().describe(\"Cursor for forward pagination. Use with 'first'.\").optional(),\n first: z.number().int().describe(\"Number of groups to fetch after the 'after' cursor. Must be ≥ 1.\").optional(),\n before: z.string().describe(\"Cursor for backward pagination. Use with 'last'.\").optional(),\n filters: z.object({\n externalIds: z.array(z.string()).describe(\"Only returns groups with these external IDs.\").optional(),\n}).describe(\"Filters to apply when fetching customer groups.\").optional(),\n}).describe(\"Request parameters for listing customer groups.\");\nconst PlainListCustomerGroups_CustomerGroupNodeSchema = z.object({\n id: z.string().describe(\"Unique identifier of the customer group.\").nullable(),\n key: z.string().describe(\"Key of the customer group.\").nullable(),\n name: z.string().describe(\"Name of the customer group.\").nullable(),\n color: z.string().describe(\"Hex color code assigned to the group.\").nullable(),\n createdAt: z.string().describe(\"ISO8601 timestamp when the group was created.\").nullable(),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the group was last updated.\").nullable(),\n externalId: z.string().describe(\"External ID of the group.\").nullable().optional(),\n}).passthrough();\nconst PlainListCustomerGroups_CustomerGroupEdgeSchema = z.object({\n node: PlainListCustomerGroups_CustomerGroupNodeSchema.nullable(),\n cursor: z.string().describe(\"Cursor for pagination.\").nullable(),\n}).passthrough();\nconst PlainListCustomerGroups_PageInfoSchema = z.object({\n endCursor: z.string().nullable().optional(),\n hasNextPage: z.boolean().nullable(),\n startCursor: z.string().nullable().optional(),\n hasPreviousPage: z.boolean().nullable(),\n}).passthrough();\nconst PlainListCustomerGroups_CustomerGroupsConnectionSchema = z.object({\n edges: z.array(PlainListCustomerGroups_CustomerGroupEdgeSchema),\n pageInfo: PlainListCustomerGroups_PageInfoSchema.nullable(),\n}).passthrough();\nexport const PlainListCustomerGroupsOutput = z.object({\n customerGroups: PlainListCustomerGroups_CustomerGroupsConnectionSchema.nullable(),\n}).passthrough();\n\nexport const plainListCustomerGroups: AppAction<\n typeof PlainListCustomerGroupsInput,\n typeof PlainListCustomerGroupsOutput,\n typeof plain.credential\n> = action(\"PLAIN_LIST_CUSTOMER_GROUPS\", {\n slug: \"plain-list-customer-groups\",\n name: \"List Customer Groups\",\n description: \"Tool to list all customer groups. Use when you need to retrieve group metadata with optional pagination or filters.\",\n input: PlainListCustomerGroupsInput,\n output: PlainListCustomerGroupsOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAC/G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACxF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC9G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACzF,SAASA,IAAAA,EAAE,OAAO,EAClB,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,EACrG,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AACxE,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,kDAAkDA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC7E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACzF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,kDAAkDA,IAAAA,EAAE,OAAO;CAC/D,MAAM,gDAAgD,SAAS;CAC/D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACjE,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,yCAAyCA,IAAAA,EAAE,OAAO;CACtD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1C,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS;CAClC,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5C,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS;AACxC,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,yDAAyDA,IAAAA,EAAE,OAAO;CACtE,OAAOA,IAAAA,EAAE,MAAM,+CAA+C;CAC9D,UAAU,uCAAuC,SAAS;AAC5D,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,gBAAgB,uDAAuD,SAAS,EAClF,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,0BAITC,eAAAA,OAAO,8BAA8B;CACvC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { plain } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-customer-groups.d.ts
|
|
@@ -32,27 +34,7 @@ declare const PlainListCustomerGroupsOutput: z.ZodObject<{
|
|
|
32
34
|
}, z.core.$loose>>;
|
|
33
35
|
}, z.core.$loose>>;
|
|
34
36
|
}, z.core.$loose>;
|
|
35
|
-
declare const plainListCustomerGroups:
|
|
36
|
-
last?: number | undefined;
|
|
37
|
-
after?: string | undefined;
|
|
38
|
-
first?: number | undefined;
|
|
39
|
-
before?: string | undefined;
|
|
40
|
-
filters?: {
|
|
41
|
-
externalIds?: string[] | undefined;
|
|
42
|
-
} | undefined;
|
|
43
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
44
|
-
connectionId: z.ZodString;
|
|
45
|
-
entityId: z.ZodString;
|
|
46
|
-
instanceId: z.ZodString;
|
|
47
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
-
generic_api_key: z.ZodString;
|
|
49
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
50
|
-
connectionId: z.ZodString;
|
|
51
|
-
entityId: z.ZodString;
|
|
52
|
-
instanceId: z.ZodString;
|
|
53
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
-
generic_api_key: z.ZodString;
|
|
55
|
-
}, z.core.$strip>>]>;
|
|
37
|
+
declare const plainListCustomerGroups: AppAction<typeof PlainListCustomerGroupsInput, typeof PlainListCustomerGroupsOutput, typeof plain.credential>;
|
|
56
38
|
//#endregion
|
|
57
39
|
export { plainListCustomerGroups };
|
|
58
40
|
//# sourceMappingURL=list-customer-groups.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-customer-groups.d.cts","names":[],"sources":["../../src/actions/list-customer-groups.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-customer-groups.d.cts","names":[],"sources":["../../src/actions/list-customer-groups.ts"],"mappings":";;;;;cAMa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;cAgC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,EAAyB,SAAA,QAC7B,4BAAA,SACA,6BAAA,SACA,KAAA,CAAM,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { plain } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-customer-groups.d.ts
|
|
@@ -32,27 +34,7 @@ declare const PlainListCustomerGroupsOutput: z.ZodObject<{
|
|
|
32
34
|
}, z.core.$loose>>;
|
|
33
35
|
}, z.core.$loose>>;
|
|
34
36
|
}, z.core.$loose>;
|
|
35
|
-
declare const plainListCustomerGroups:
|
|
36
|
-
last?: number | undefined;
|
|
37
|
-
after?: string | undefined;
|
|
38
|
-
first?: number | undefined;
|
|
39
|
-
before?: string | undefined;
|
|
40
|
-
filters?: {
|
|
41
|
-
externalIds?: string[] | undefined;
|
|
42
|
-
} | undefined;
|
|
43
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
44
|
-
connectionId: z.ZodString;
|
|
45
|
-
entityId: z.ZodString;
|
|
46
|
-
instanceId: z.ZodString;
|
|
47
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
-
generic_api_key: z.ZodString;
|
|
49
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
50
|
-
connectionId: z.ZodString;
|
|
51
|
-
entityId: z.ZodString;
|
|
52
|
-
instanceId: z.ZodString;
|
|
53
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
-
generic_api_key: z.ZodString;
|
|
55
|
-
}, z.core.$strip>>]>;
|
|
37
|
+
declare const plainListCustomerGroups: AppAction<typeof PlainListCustomerGroupsInput, typeof PlainListCustomerGroupsOutput, typeof plain.credential>;
|
|
56
38
|
//#endregion
|
|
57
39
|
export { plainListCustomerGroups };
|
|
58
40
|
//# sourceMappingURL=list-customer-groups.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-customer-groups.d.mts","names":[],"sources":["../../src/actions/list-customer-groups.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-customer-groups.d.mts","names":[],"sources":["../../src/actions/list-customer-groups.ts"],"mappings":";;;;;cAMa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;cAgC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,EAAyB,SAAA,QAC7B,4BAAA,SACA,6BAAA,SACA,KAAA,CAAM,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-customer-groups.mjs","names":[],"sources":["../../src/actions/list-customer-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlainListCustomerGroupsInput = z.object({\n last: z.number().int().describe(\"Number of groups to fetch before the 'before' cursor. Must be ≥ 1.\").optional(),\n after: z.string().describe(\"Cursor for forward pagination. Use with 'first'.\").optional(),\n first: z.number().int().describe(\"Number of groups to fetch after the 'after' cursor. Must be ≥ 1.\").optional(),\n before: z.string().describe(\"Cursor for backward pagination. Use with 'last'.\").optional(),\n filters: z.object({\n externalIds: z.array(z.string()).describe(\"Only returns groups with these external IDs.\").optional(),\n}).describe(\"Filters to apply when fetching customer groups.\").optional(),\n}).describe(\"Request parameters for listing customer groups.\");\nconst PlainListCustomerGroups_CustomerGroupNodeSchema = z.object({\n id: z.string().describe(\"Unique identifier of the customer group.\").nullable(),\n key: z.string().describe(\"Key of the customer group.\").nullable(),\n name: z.string().describe(\"Name of the customer group.\").nullable(),\n color: z.string().describe(\"Hex color code assigned to the group.\").nullable(),\n createdAt: z.string().describe(\"ISO8601 timestamp when the group was created.\").nullable(),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the group was last updated.\").nullable(),\n externalId: z.string().describe(\"External ID of the group.\").nullable().optional(),\n}).passthrough();\nconst PlainListCustomerGroups_CustomerGroupEdgeSchema = z.object({\n node: PlainListCustomerGroups_CustomerGroupNodeSchema.nullable(),\n cursor: z.string().describe(\"Cursor for pagination.\").nullable(),\n}).passthrough();\nconst PlainListCustomerGroups_PageInfoSchema = z.object({\n endCursor: z.string().nullable().optional(),\n hasNextPage: z.boolean().nullable(),\n startCursor: z.string().nullable().optional(),\n hasPreviousPage: z.boolean().nullable(),\n}).passthrough();\nconst PlainListCustomerGroups_CustomerGroupsConnectionSchema = z.object({\n edges: z.array(PlainListCustomerGroups_CustomerGroupEdgeSchema),\n pageInfo: PlainListCustomerGroups_PageInfoSchema.nullable(),\n}).passthrough();\nexport const PlainListCustomerGroupsOutput = z.object({\n customerGroups: PlainListCustomerGroups_CustomerGroupsConnectionSchema.nullable(),\n}).passthrough();\n\nexport const plainListCustomerGroups = action(\"PLAIN_LIST_CUSTOMER_GROUPS\", {\n slug: \"plain-list-customer-groups\",\n name: \"List Customer Groups\",\n description: \"Tool to list all customer groups. Use when you need to retrieve group metadata with optional pagination or filters.\",\n input: PlainListCustomerGroupsInput,\n output: PlainListCustomerGroupsOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-customer-groups.mjs","names":[],"sources":["../../src/actions/list-customer-groups.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { plain } from \"../app\";\n\nexport const PlainListCustomerGroupsInput = z.object({\n last: z.number().int().describe(\"Number of groups to fetch before the 'before' cursor. Must be ≥ 1.\").optional(),\n after: z.string().describe(\"Cursor for forward pagination. Use with 'first'.\").optional(),\n first: z.number().int().describe(\"Number of groups to fetch after the 'after' cursor. Must be ≥ 1.\").optional(),\n before: z.string().describe(\"Cursor for backward pagination. Use with 'last'.\").optional(),\n filters: z.object({\n externalIds: z.array(z.string()).describe(\"Only returns groups with these external IDs.\").optional(),\n}).describe(\"Filters to apply when fetching customer groups.\").optional(),\n}).describe(\"Request parameters for listing customer groups.\");\nconst PlainListCustomerGroups_CustomerGroupNodeSchema = z.object({\n id: z.string().describe(\"Unique identifier of the customer group.\").nullable(),\n key: z.string().describe(\"Key of the customer group.\").nullable(),\n name: z.string().describe(\"Name of the customer group.\").nullable(),\n color: z.string().describe(\"Hex color code assigned to the group.\").nullable(),\n createdAt: z.string().describe(\"ISO8601 timestamp when the group was created.\").nullable(),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the group was last updated.\").nullable(),\n externalId: z.string().describe(\"External ID of the group.\").nullable().optional(),\n}).passthrough();\nconst PlainListCustomerGroups_CustomerGroupEdgeSchema = z.object({\n node: PlainListCustomerGroups_CustomerGroupNodeSchema.nullable(),\n cursor: z.string().describe(\"Cursor for pagination.\").nullable(),\n}).passthrough();\nconst PlainListCustomerGroups_PageInfoSchema = z.object({\n endCursor: z.string().nullable().optional(),\n hasNextPage: z.boolean().nullable(),\n startCursor: z.string().nullable().optional(),\n hasPreviousPage: z.boolean().nullable(),\n}).passthrough();\nconst PlainListCustomerGroups_CustomerGroupsConnectionSchema = z.object({\n edges: z.array(PlainListCustomerGroups_CustomerGroupEdgeSchema),\n pageInfo: PlainListCustomerGroups_PageInfoSchema.nullable(),\n}).passthrough();\nexport const PlainListCustomerGroupsOutput = z.object({\n customerGroups: PlainListCustomerGroups_CustomerGroupsConnectionSchema.nullable(),\n}).passthrough();\n\nexport const plainListCustomerGroups: AppAction<\n typeof PlainListCustomerGroupsInput,\n typeof PlainListCustomerGroupsOutput,\n typeof plain.credential\n> = action(\"PLAIN_LIST_CUSTOMER_GROUPS\", {\n slug: \"plain-list-customer-groups\",\n name: \"List Customer Groups\",\n description: \"Tool to list all customer groups. Use when you need to retrieve group metadata with optional pagination or filters.\",\n input: PlainListCustomerGroupsInput,\n output: PlainListCustomerGroupsOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,+BAA+B,EAAE,OAAO;CACnD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAC/G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACxF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC9G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACzF,SAAS,EAAE,OAAO,EAClB,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,EACrG,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AACxE,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,kDAAkD,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC7E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAClE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,kDAAkD,EAAE,OAAO;CAC/D,MAAM,gDAAgD,SAAS;CAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACjE,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,yCAAyC,EAAE,OAAO;CACtD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1C,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS;CAClC,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5C,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS;AACxC,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,yDAAyD,EAAE,OAAO;CACtE,OAAO,EAAE,MAAM,+CAA+C;CAC9D,UAAU,uCAAuC,SAAS;AAC5D,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,0BAIT,OAAO,8BAA8B;CACvC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb2C,EAAE,OAAO,EACpD,gBAAgB,uDAAuD,SAAS,EAClF,CAAC,CAAC,CAAC,YAWO;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-tiers.cjs","names":["z","action"],"sources":["../../src/actions/list-tiers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlainListTiersInput = z.object({\n last: z.number().int().describe(\"Number of items to fetch in backward pagination; must be ≥ 1.\").optional(),\n after: z.string().describe(\"Cursor for forward pagination, used together with 'first'.\").optional(),\n first: z.number().int().describe(\"Number of items to fetch in forward pagination; must be ≥ 1.\").optional(),\n before: z.string().describe(\"Cursor for backward pagination, used together with 'last'.\").optional(),\n}).describe(\"Request parameters for listing tiers. You must supply at least one of 'first' or 'last'\\nto paginate forward or backward through the result set.\");\nconst PlainListTiers_TierNodeSchema = z.object({\n id: z.string().describe(\"Unique identifier of the tier.\").nullable(),\n name: z.string().describe(\"Name of the tier.\").nullable().optional(),\n externalId: z.string().describe(\"External identifier for the tier, if any.\").nullable().optional(),\n defaultPriority: z.number().int().describe(\"Default priority level of the tier.\").nullable().optional(),\n}).passthrough();\nconst PlainListTiers_TierEdgeSchema = z.object({\n node: PlainListTiers_TierNodeSchema.nullable(),\n cursor: z.string().describe(\"Pagination cursor for this edge.\").nullable(),\n}).passthrough();\nconst PlainListTiers_PageInfoSchema = z.object({\n endCursor: z.string().describe(\"Cursor corresponding to the last result in the current page.\").nullable().optional(),\n hasNextPage: z.boolean().describe(\"Whether there is a next page of results.\").nullable(),\n startCursor: z.string().describe(\"Cursor corresponding to the first result in the current page.\").nullable().optional(),\n hasPreviousPage: z.boolean().describe(\"Whether there is a previous page of results.\").nullable(),\n}).passthrough();\nconst PlainListTiers_TiersConnectionSchema = z.object({\n edges: z.array(PlainListTiers_TierEdgeSchema).describe(\"List of tier edges for pagination.\"),\n pageInfo: PlainListTiers_PageInfoSchema.nullable(),\n}).passthrough();\nexport const PlainListTiersOutput = z.object({\n tiers: PlainListTiers_TiersConnectionSchema.nullable(),\n}).passthrough().describe(\"Response schema for listing tiers with pagination.\");\n\nexport const plainListTiers = action(\"PLAIN_LIST_TIERS\", {\n slug: \"plain-list-tiers\",\n name: \"List Tiers\",\n description: \"Tool to retrieve a list of tiers with pagination. Use when you need to browse available tiers after determining pagination cursors. Example: 'List tiers with first=25'.\",\n input: PlainListTiersInput,\n output: PlainListTiersOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-tiers.cjs","names":["z","action"],"sources":["../../src/actions/list-tiers.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { plain } from \"../app\";\n\nexport const PlainListTiersInput = z.object({\n last: z.number().int().describe(\"Number of items to fetch in backward pagination; must be ≥ 1.\").optional(),\n after: z.string().describe(\"Cursor for forward pagination, used together with 'first'.\").optional(),\n first: z.number().int().describe(\"Number of items to fetch in forward pagination; must be ≥ 1.\").optional(),\n before: z.string().describe(\"Cursor for backward pagination, used together with 'last'.\").optional(),\n}).describe(\"Request parameters for listing tiers. You must supply at least one of 'first' or 'last'\\nto paginate forward or backward through the result set.\");\nconst PlainListTiers_TierNodeSchema = z.object({\n id: z.string().describe(\"Unique identifier of the tier.\").nullable(),\n name: z.string().describe(\"Name of the tier.\").nullable().optional(),\n externalId: z.string().describe(\"External identifier for the tier, if any.\").nullable().optional(),\n defaultPriority: z.number().int().describe(\"Default priority level of the tier.\").nullable().optional(),\n}).passthrough();\nconst PlainListTiers_TierEdgeSchema = z.object({\n node: PlainListTiers_TierNodeSchema.nullable(),\n cursor: z.string().describe(\"Pagination cursor for this edge.\").nullable(),\n}).passthrough();\nconst PlainListTiers_PageInfoSchema = z.object({\n endCursor: z.string().describe(\"Cursor corresponding to the last result in the current page.\").nullable().optional(),\n hasNextPage: z.boolean().describe(\"Whether there is a next page of results.\").nullable(),\n startCursor: z.string().describe(\"Cursor corresponding to the first result in the current page.\").nullable().optional(),\n hasPreviousPage: z.boolean().describe(\"Whether there is a previous page of results.\").nullable(),\n}).passthrough();\nconst PlainListTiers_TiersConnectionSchema = z.object({\n edges: z.array(PlainListTiers_TierEdgeSchema).describe(\"List of tier edges for pagination.\"),\n pageInfo: PlainListTiers_PageInfoSchema.nullable(),\n}).passthrough();\nexport const PlainListTiersOutput = z.object({\n tiers: PlainListTiers_TiersConnectionSchema.nullable(),\n}).passthrough().describe(\"Response schema for listing tiers with pagination.\");\n\nexport const plainListTiers: AppAction<\n typeof PlainListTiersInput,\n typeof PlainListTiersOutput,\n typeof plain.credential\n> = action(\"PLAIN_LIST_TIERS\", {\n slug: \"plain-list-tiers\",\n name: \"List Tiers\",\n description: \"Tool to retrieve a list of tiers with pagination. Use when you need to browse available tiers after determining pagination cursors. Example: 'List tiers with first=25'.\",\n input: PlainListTiersInput,\n output: PlainListTiersOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,sBAAsBA,IAAAA,EAAE,OAAO;CAC1C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC1G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAClG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC1G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,kJAAkJ;AAC9J,MAAM,gCAAgCA,IAAAA,EAAE,OAAO;CAC7C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,gCAAgCA,IAAAA,EAAE,OAAO;CAC7C,MAAM,8BAA8B,SAAS;CAC7C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,gCAAgCA,IAAAA,EAAE,OAAO;CAC7C,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,uCAAuCA,IAAAA,EAAE,OAAO;CACpD,OAAOA,IAAAA,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,oCAAoC;CAC3F,UAAU,8BAA8B,SAAS;AACnD,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,uBAAuBA,IAAAA,EAAE,OAAO,EAC3C,OAAO,qCAAqC,SAAS,EACvD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAAoD;AAE9E,MAAa,iBAITC,eAAAA,OAAO,oBAAoB;CAC7B,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { plain } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-tiers.d.ts
|
|
@@ -26,24 +28,7 @@ declare const PlainListTiersOutput: z.ZodObject<{
|
|
|
26
28
|
}, z.core.$loose>>;
|
|
27
29
|
}, z.core.$loose>>;
|
|
28
30
|
}, z.core.$loose>;
|
|
29
|
-
declare const plainListTiers:
|
|
30
|
-
last?: number | undefined;
|
|
31
|
-
after?: string | undefined;
|
|
32
|
-
first?: number | undefined;
|
|
33
|
-
before?: string | undefined;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
35
|
-
connectionId: z.ZodString;
|
|
36
|
-
entityId: z.ZodString;
|
|
37
|
-
instanceId: z.ZodString;
|
|
38
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
-
generic_api_key: z.ZodString;
|
|
40
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
41
|
-
connectionId: z.ZodString;
|
|
42
|
-
entityId: z.ZodString;
|
|
43
|
-
instanceId: z.ZodString;
|
|
44
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
-
generic_api_key: z.ZodString;
|
|
46
|
-
}, z.core.$strip>>]>;
|
|
31
|
+
declare const plainListTiers: AppAction<typeof PlainListTiersInput, typeof PlainListTiersOutput, typeof plain.credential>;
|
|
47
32
|
//#endregion
|
|
48
33
|
export { plainListTiers };
|
|
49
34
|
//# sourceMappingURL=list-tiers.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-tiers.d.cts","names":[],"sources":["../../src/actions/list-tiers.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-tiers.d.cts","names":[],"sources":["../../src/actions/list-tiers.ts"],"mappings":";;;;;cAMa,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;cA0BnB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAIpB,cAAA,EAAgB,SAAA,QACpB,mBAAA,SACA,oBAAA,SACA,KAAA,CAAM,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { plain } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-tiers.d.ts
|
|
@@ -26,24 +28,7 @@ declare const PlainListTiersOutput: z.ZodObject<{
|
|
|
26
28
|
}, z.core.$loose>>;
|
|
27
29
|
}, z.core.$loose>>;
|
|
28
30
|
}, z.core.$loose>;
|
|
29
|
-
declare const plainListTiers:
|
|
30
|
-
last?: number | undefined;
|
|
31
|
-
after?: string | undefined;
|
|
32
|
-
first?: number | undefined;
|
|
33
|
-
before?: string | undefined;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
35
|
-
connectionId: z.ZodString;
|
|
36
|
-
entityId: z.ZodString;
|
|
37
|
-
instanceId: z.ZodString;
|
|
38
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
-
generic_api_key: z.ZodString;
|
|
40
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
41
|
-
connectionId: z.ZodString;
|
|
42
|
-
entityId: z.ZodString;
|
|
43
|
-
instanceId: z.ZodString;
|
|
44
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
-
generic_api_key: z.ZodString;
|
|
46
|
-
}, z.core.$strip>>]>;
|
|
31
|
+
declare const plainListTiers: AppAction<typeof PlainListTiersInput, typeof PlainListTiersOutput, typeof plain.credential>;
|
|
47
32
|
//#endregion
|
|
48
33
|
export { plainListTiers };
|
|
49
34
|
//# sourceMappingURL=list-tiers.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-tiers.d.mts","names":[],"sources":["../../src/actions/list-tiers.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-tiers.d.mts","names":[],"sources":["../../src/actions/list-tiers.ts"],"mappings":";;;;;cAMa,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;cA0BnB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAIpB,cAAA,EAAgB,SAAA,QACpB,mBAAA,SACA,oBAAA,SACA,KAAA,CAAM,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-tiers.mjs","names":[],"sources":["../../src/actions/list-tiers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlainListTiersInput = z.object({\n last: z.number().int().describe(\"Number of items to fetch in backward pagination; must be ≥ 1.\").optional(),\n after: z.string().describe(\"Cursor for forward pagination, used together with 'first'.\").optional(),\n first: z.number().int().describe(\"Number of items to fetch in forward pagination; must be ≥ 1.\").optional(),\n before: z.string().describe(\"Cursor for backward pagination, used together with 'last'.\").optional(),\n}).describe(\"Request parameters for listing tiers. You must supply at least one of 'first' or 'last'\\nto paginate forward or backward through the result set.\");\nconst PlainListTiers_TierNodeSchema = z.object({\n id: z.string().describe(\"Unique identifier of the tier.\").nullable(),\n name: z.string().describe(\"Name of the tier.\").nullable().optional(),\n externalId: z.string().describe(\"External identifier for the tier, if any.\").nullable().optional(),\n defaultPriority: z.number().int().describe(\"Default priority level of the tier.\").nullable().optional(),\n}).passthrough();\nconst PlainListTiers_TierEdgeSchema = z.object({\n node: PlainListTiers_TierNodeSchema.nullable(),\n cursor: z.string().describe(\"Pagination cursor for this edge.\").nullable(),\n}).passthrough();\nconst PlainListTiers_PageInfoSchema = z.object({\n endCursor: z.string().describe(\"Cursor corresponding to the last result in the current page.\").nullable().optional(),\n hasNextPage: z.boolean().describe(\"Whether there is a next page of results.\").nullable(),\n startCursor: z.string().describe(\"Cursor corresponding to the first result in the current page.\").nullable().optional(),\n hasPreviousPage: z.boolean().describe(\"Whether there is a previous page of results.\").nullable(),\n}).passthrough();\nconst PlainListTiers_TiersConnectionSchema = z.object({\n edges: z.array(PlainListTiers_TierEdgeSchema).describe(\"List of tier edges for pagination.\"),\n pageInfo: PlainListTiers_PageInfoSchema.nullable(),\n}).passthrough();\nexport const PlainListTiersOutput = z.object({\n tiers: PlainListTiers_TiersConnectionSchema.nullable(),\n}).passthrough().describe(\"Response schema for listing tiers with pagination.\");\n\nexport const plainListTiers = action(\"PLAIN_LIST_TIERS\", {\n slug: \"plain-list-tiers\",\n name: \"List Tiers\",\n description: \"Tool to retrieve a list of tiers with pagination. Use when you need to browse available tiers after determining pagination cursors. Example: 'List tiers with first=25'.\",\n input: PlainListTiersInput,\n output: PlainListTiersOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-tiers.mjs","names":[],"sources":["../../src/actions/list-tiers.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { plain } from \"../app\";\n\nexport const PlainListTiersInput = z.object({\n last: z.number().int().describe(\"Number of items to fetch in backward pagination; must be ≥ 1.\").optional(),\n after: z.string().describe(\"Cursor for forward pagination, used together with 'first'.\").optional(),\n first: z.number().int().describe(\"Number of items to fetch in forward pagination; must be ≥ 1.\").optional(),\n before: z.string().describe(\"Cursor for backward pagination, used together with 'last'.\").optional(),\n}).describe(\"Request parameters for listing tiers. You must supply at least one of 'first' or 'last'\\nto paginate forward or backward through the result set.\");\nconst PlainListTiers_TierNodeSchema = z.object({\n id: z.string().describe(\"Unique identifier of the tier.\").nullable(),\n name: z.string().describe(\"Name of the tier.\").nullable().optional(),\n externalId: z.string().describe(\"External identifier for the tier, if any.\").nullable().optional(),\n defaultPriority: z.number().int().describe(\"Default priority level of the tier.\").nullable().optional(),\n}).passthrough();\nconst PlainListTiers_TierEdgeSchema = z.object({\n node: PlainListTiers_TierNodeSchema.nullable(),\n cursor: z.string().describe(\"Pagination cursor for this edge.\").nullable(),\n}).passthrough();\nconst PlainListTiers_PageInfoSchema = z.object({\n endCursor: z.string().describe(\"Cursor corresponding to the last result in the current page.\").nullable().optional(),\n hasNextPage: z.boolean().describe(\"Whether there is a next page of results.\").nullable(),\n startCursor: z.string().describe(\"Cursor corresponding to the first result in the current page.\").nullable().optional(),\n hasPreviousPage: z.boolean().describe(\"Whether there is a previous page of results.\").nullable(),\n}).passthrough();\nconst PlainListTiers_TiersConnectionSchema = z.object({\n edges: z.array(PlainListTiers_TierEdgeSchema).describe(\"List of tier edges for pagination.\"),\n pageInfo: PlainListTiers_PageInfoSchema.nullable(),\n}).passthrough();\nexport const PlainListTiersOutput = z.object({\n tiers: PlainListTiers_TiersConnectionSchema.nullable(),\n}).passthrough().describe(\"Response schema for listing tiers with pagination.\");\n\nexport const plainListTiers: AppAction<\n typeof PlainListTiersInput,\n typeof PlainListTiersOutput,\n typeof plain.credential\n> = action(\"PLAIN_LIST_TIERS\", {\n slug: \"plain-list-tiers\",\n name: \"List Tiers\",\n description: \"Tool to retrieve a list of tiers with pagination. Use when you need to browse available tiers after determining pagination cursors. Example: 'List tiers with first=25'.\",\n input: PlainListTiersInput,\n output: PlainListTiersOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,sBAAsB,EAAE,OAAO;CAC1C,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC1G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAClG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC1G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,kJAAkJ;AAC9J,MAAM,gCAAgC,EAAE,OAAO;CAC7C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,gCAAgC,EAAE,OAAO;CAC7C,MAAM,8BAA8B,SAAS;CAC7C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,gCAAgC,EAAE,OAAO;CAC7C,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,uCAAuC,EAAE,OAAO;CACpD,OAAO,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,oCAAoC;CAC3F,UAAU,8BAA8B,SAAS;AACnD,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,iBAIT,OAAO,oBAAoB;CAC7B,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbkC,EAAE,OAAO,EAC3C,OAAO,qCAAqC,SAAS,EACvD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-threads.cjs","names":["z","action"],"sources":["../../src/actions/query-threads.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlainQueryThreadsInput = z.object({\n cursor: z.string().describe(\"Cursor for pagination returned by a previous call. Omit for first page. Use the cursor from each response to fetch the next page; omitting it resets to the first page.\").optional(),\n statuses: z.array(z.string()).describe(\"Filter threads by status. Supported values: TODO, SNOOZED, DONE.\").optional(),\n});\nconst PlainQueryThreads_ThreadNodeSchema = z.object({\n id: z.string().describe(\"Unique ID of the thread.\").nullable(),\n ref: z.string().describe(\"Human-readable reference of the thread.\").nullable(),\n title: z.string().describe(\"Title of the thread.\").nullable(),\n status: z.string().describe(\"Current status of the thread.\").nullable(),\n priority: z.number().int().describe(\"Priority level of the thread.\").nullable().optional(),\n createdAt: z.record(z.string(), z.unknown()).describe(\"Creation timestamp object with iso8601 field.\"),\n updatedAt: z.record(z.string(), z.unknown()).describe(\"Last update timestamp object with iso8601 field.\"),\n}).passthrough();\nconst PlainQueryThreads_ThreadEdgeSchema = z.object({\n node: PlainQueryThreads_ThreadNodeSchema.nullable(),\n cursor: z.string().describe(\"Cursor for this edge.\").nullable(),\n}).passthrough();\nconst PlainQueryThreads_PageInfoSchema = z.object({\n endCursor: z.string().describe(\"Cursor of the last item in this page.\").nullable().optional(),\n hasNextPage: z.boolean().describe(\"True if there's a next page.\").nullable(),\n startCursor: z.string().describe(\"Cursor of the first item in this page.\").nullable().optional(),\n hasPreviousPage: z.boolean().describe(\"True if there's a previous page.\").nullable(),\n}).passthrough();\nconst PlainQueryThreads_ThreadsSchema = z.object({\n edges: z.array(PlainQueryThreads_ThreadEdgeSchema).describe(\"List of thread edges.\"),\n pageInfo: PlainQueryThreads_PageInfoSchema.nullable(),\n totalCount: z.number().int().describe(\"Total number of threads.\").nullable(),\n}).passthrough();\nexport const PlainQueryThreadsOutput = z.object({\n threads: PlainQueryThreads_ThreadsSchema.nullable(),\n}).passthrough();\n\nexport const plainQueryThreads = action(\"PLAIN_QUERY_THREADS\", {\n slug: \"plain-query-threads\",\n name: \"List Threads\",\n description: \"Tool to retrieve a paginated list of threads. Use when you need to list threads with optional status filtering.\",\n input: PlainQueryThreadsInput,\n output: PlainQueryThreadsOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"query-threads.cjs","names":["z","action"],"sources":["../../src/actions/query-threads.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { plain } from \"../app\";\n\nexport const PlainQueryThreadsInput = z.object({\n cursor: z.string().describe(\"Cursor for pagination returned by a previous call. Omit for first page. Use the cursor from each response to fetch the next page; omitting it resets to the first page.\").optional(),\n statuses: z.array(z.string()).describe(\"Filter threads by status. Supported values: TODO, SNOOZED, DONE.\").optional(),\n});\nconst PlainQueryThreads_ThreadNodeSchema = z.object({\n id: z.string().describe(\"Unique ID of the thread.\").nullable(),\n ref: z.string().describe(\"Human-readable reference of the thread.\").nullable(),\n title: z.string().describe(\"Title of the thread.\").nullable(),\n status: z.string().describe(\"Current status of the thread.\").nullable(),\n priority: z.number().int().describe(\"Priority level of the thread.\").nullable().optional(),\n createdAt: z.record(z.string(), z.unknown()).describe(\"Creation timestamp object with iso8601 field.\"),\n updatedAt: z.record(z.string(), z.unknown()).describe(\"Last update timestamp object with iso8601 field.\"),\n}).passthrough();\nconst PlainQueryThreads_ThreadEdgeSchema = z.object({\n node: PlainQueryThreads_ThreadNodeSchema.nullable(),\n cursor: z.string().describe(\"Cursor for this edge.\").nullable(),\n}).passthrough();\nconst PlainQueryThreads_PageInfoSchema = z.object({\n endCursor: z.string().describe(\"Cursor of the last item in this page.\").nullable().optional(),\n hasNextPage: z.boolean().describe(\"True if there's a next page.\").nullable(),\n startCursor: z.string().describe(\"Cursor of the first item in this page.\").nullable().optional(),\n hasPreviousPage: z.boolean().describe(\"True if there's a previous page.\").nullable(),\n}).passthrough();\nconst PlainQueryThreads_ThreadsSchema = z.object({\n edges: z.array(PlainQueryThreads_ThreadEdgeSchema).describe(\"List of thread edges.\"),\n pageInfo: PlainQueryThreads_PageInfoSchema.nullable(),\n totalCount: z.number().int().describe(\"Total number of threads.\").nullable(),\n}).passthrough();\nexport const PlainQueryThreadsOutput = z.object({\n threads: PlainQueryThreads_ThreadsSchema.nullable(),\n}).passthrough();\n\nexport const plainQueryThreads: AppAction<\n typeof PlainQueryThreadsInput,\n typeof PlainQueryThreadsOutput,\n typeof plain.credential\n> = action(\"PLAIN_QUERY_THREADS\", {\n slug: \"plain-query-threads\",\n name: \"List Threads\",\n description: \"Tool to retrieve a paginated list of threads. Use when you need to list threads with optional status filtering.\",\n input: PlainQueryThreadsInput,\n output: PlainQueryThreadsOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yKAAyK,CAAC,CAAC,SAAS;CAChN,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AACtH,CAAC;AACD,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC7D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC5D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,WAAWA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C;CACrG,WAAWA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC1G,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,MAAM,mCAAmC,SAAS;CAClD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;AAChE,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,mCAAmCA,IAAAA,EAAE,OAAO;CAChD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC3E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,kCAAkCA,IAAAA,EAAE,OAAO;CAC/C,OAAOA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,uBAAuB;CACnF,UAAU,iCAAiC,SAAS;CACpD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,EAC9C,SAAS,gCAAgC,SAAS,EACpD,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,oBAITC,eAAAA,OAAO,uBAAuB;CAChC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { plain } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/query-threads.d.ts
|
|
@@ -28,22 +30,7 @@ declare const PlainQueryThreadsOutput: z.ZodObject<{
|
|
|
28
30
|
totalCount: z.ZodNullable<z.ZodNumber>;
|
|
29
31
|
}, z.core.$loose>>;
|
|
30
32
|
}, z.core.$loose>;
|
|
31
|
-
declare const plainQueryThreads:
|
|
32
|
-
cursor?: string | undefined;
|
|
33
|
-
statuses?: string[] | undefined;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
35
|
-
connectionId: z.ZodString;
|
|
36
|
-
entityId: z.ZodString;
|
|
37
|
-
instanceId: z.ZodString;
|
|
38
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
-
generic_api_key: z.ZodString;
|
|
40
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
41
|
-
connectionId: z.ZodString;
|
|
42
|
-
entityId: z.ZodString;
|
|
43
|
-
instanceId: z.ZodString;
|
|
44
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
-
generic_api_key: z.ZodString;
|
|
46
|
-
}, z.core.$strip>>]>;
|
|
33
|
+
declare const plainQueryThreads: AppAction<typeof PlainQueryThreadsInput, typeof PlainQueryThreadsOutput, typeof plain.credential>;
|
|
47
34
|
//#endregion
|
|
48
35
|
export { plainQueryThreads };
|
|
49
36
|
//# sourceMappingURL=query-threads.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-threads.d.cts","names":[],"sources":["../../src/actions/query-threads.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"query-threads.d.cts","names":[],"sources":["../../src/actions/query-threads.ts"],"mappings":";;;;;cAMa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;cA4BtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cAIvB,iBAAA,EAAmB,SAAA,QACvB,sBAAA,SACA,uBAAA,SACA,KAAA,CAAM,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { plain } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/query-threads.d.ts
|
|
@@ -28,22 +30,7 @@ declare const PlainQueryThreadsOutput: z.ZodObject<{
|
|
|
28
30
|
totalCount: z.ZodNullable<z.ZodNumber>;
|
|
29
31
|
}, z.core.$loose>>;
|
|
30
32
|
}, z.core.$loose>;
|
|
31
|
-
declare const plainQueryThreads:
|
|
32
|
-
cursor?: string | undefined;
|
|
33
|
-
statuses?: string[] | undefined;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
35
|
-
connectionId: z.ZodString;
|
|
36
|
-
entityId: z.ZodString;
|
|
37
|
-
instanceId: z.ZodString;
|
|
38
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
-
generic_api_key: z.ZodString;
|
|
40
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
41
|
-
connectionId: z.ZodString;
|
|
42
|
-
entityId: z.ZodString;
|
|
43
|
-
instanceId: z.ZodString;
|
|
44
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
-
generic_api_key: z.ZodString;
|
|
46
|
-
}, z.core.$strip>>]>;
|
|
33
|
+
declare const plainQueryThreads: AppAction<typeof PlainQueryThreadsInput, typeof PlainQueryThreadsOutput, typeof plain.credential>;
|
|
47
34
|
//#endregion
|
|
48
35
|
export { plainQueryThreads };
|
|
49
36
|
//# sourceMappingURL=query-threads.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-threads.d.mts","names":[],"sources":["../../src/actions/query-threads.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"query-threads.d.mts","names":[],"sources":["../../src/actions/query-threads.ts"],"mappings":";;;;;cAMa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;cA4BtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cAIvB,iBAAA,EAAmB,SAAA,QACvB,sBAAA,SACA,uBAAA,SACA,KAAA,CAAM,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-threads.mjs","names":[],"sources":["../../src/actions/query-threads.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlainQueryThreadsInput = z.object({\n cursor: z.string().describe(\"Cursor for pagination returned by a previous call. Omit for first page. Use the cursor from each response to fetch the next page; omitting it resets to the first page.\").optional(),\n statuses: z.array(z.string()).describe(\"Filter threads by status. Supported values: TODO, SNOOZED, DONE.\").optional(),\n});\nconst PlainQueryThreads_ThreadNodeSchema = z.object({\n id: z.string().describe(\"Unique ID of the thread.\").nullable(),\n ref: z.string().describe(\"Human-readable reference of the thread.\").nullable(),\n title: z.string().describe(\"Title of the thread.\").nullable(),\n status: z.string().describe(\"Current status of the thread.\").nullable(),\n priority: z.number().int().describe(\"Priority level of the thread.\").nullable().optional(),\n createdAt: z.record(z.string(), z.unknown()).describe(\"Creation timestamp object with iso8601 field.\"),\n updatedAt: z.record(z.string(), z.unknown()).describe(\"Last update timestamp object with iso8601 field.\"),\n}).passthrough();\nconst PlainQueryThreads_ThreadEdgeSchema = z.object({\n node: PlainQueryThreads_ThreadNodeSchema.nullable(),\n cursor: z.string().describe(\"Cursor for this edge.\").nullable(),\n}).passthrough();\nconst PlainQueryThreads_PageInfoSchema = z.object({\n endCursor: z.string().describe(\"Cursor of the last item in this page.\").nullable().optional(),\n hasNextPage: z.boolean().describe(\"True if there's a next page.\").nullable(),\n startCursor: z.string().describe(\"Cursor of the first item in this page.\").nullable().optional(),\n hasPreviousPage: z.boolean().describe(\"True if there's a previous page.\").nullable(),\n}).passthrough();\nconst PlainQueryThreads_ThreadsSchema = z.object({\n edges: z.array(PlainQueryThreads_ThreadEdgeSchema).describe(\"List of thread edges.\"),\n pageInfo: PlainQueryThreads_PageInfoSchema.nullable(),\n totalCount: z.number().int().describe(\"Total number of threads.\").nullable(),\n}).passthrough();\nexport const PlainQueryThreadsOutput = z.object({\n threads: PlainQueryThreads_ThreadsSchema.nullable(),\n}).passthrough();\n\nexport const plainQueryThreads = action(\"PLAIN_QUERY_THREADS\", {\n slug: \"plain-query-threads\",\n name: \"List Threads\",\n description: \"Tool to retrieve a paginated list of threads. Use when you need to list threads with optional status filtering.\",\n input: PlainQueryThreadsInput,\n output: PlainQueryThreadsOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"query-threads.mjs","names":[],"sources":["../../src/actions/query-threads.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { plain } from \"../app\";\n\nexport const PlainQueryThreadsInput = z.object({\n cursor: z.string().describe(\"Cursor for pagination returned by a previous call. Omit for first page. Use the cursor from each response to fetch the next page; omitting it resets to the first page.\").optional(),\n statuses: z.array(z.string()).describe(\"Filter threads by status. Supported values: TODO, SNOOZED, DONE.\").optional(),\n});\nconst PlainQueryThreads_ThreadNodeSchema = z.object({\n id: z.string().describe(\"Unique ID of the thread.\").nullable(),\n ref: z.string().describe(\"Human-readable reference of the thread.\").nullable(),\n title: z.string().describe(\"Title of the thread.\").nullable(),\n status: z.string().describe(\"Current status of the thread.\").nullable(),\n priority: z.number().int().describe(\"Priority level of the thread.\").nullable().optional(),\n createdAt: z.record(z.string(), z.unknown()).describe(\"Creation timestamp object with iso8601 field.\"),\n updatedAt: z.record(z.string(), z.unknown()).describe(\"Last update timestamp object with iso8601 field.\"),\n}).passthrough();\nconst PlainQueryThreads_ThreadEdgeSchema = z.object({\n node: PlainQueryThreads_ThreadNodeSchema.nullable(),\n cursor: z.string().describe(\"Cursor for this edge.\").nullable(),\n}).passthrough();\nconst PlainQueryThreads_PageInfoSchema = z.object({\n endCursor: z.string().describe(\"Cursor of the last item in this page.\").nullable().optional(),\n hasNextPage: z.boolean().describe(\"True if there's a next page.\").nullable(),\n startCursor: z.string().describe(\"Cursor of the first item in this page.\").nullable().optional(),\n hasPreviousPage: z.boolean().describe(\"True if there's a previous page.\").nullable(),\n}).passthrough();\nconst PlainQueryThreads_ThreadsSchema = z.object({\n edges: z.array(PlainQueryThreads_ThreadEdgeSchema).describe(\"List of thread edges.\"),\n pageInfo: PlainQueryThreads_PageInfoSchema.nullable(),\n totalCount: z.number().int().describe(\"Total number of threads.\").nullable(),\n}).passthrough();\nexport const PlainQueryThreadsOutput = z.object({\n threads: PlainQueryThreads_ThreadsSchema.nullable(),\n}).passthrough();\n\nexport const plainQueryThreads: AppAction<\n typeof PlainQueryThreadsInput,\n typeof PlainQueryThreadsOutput,\n typeof plain.credential\n> = action(\"PLAIN_QUERY_THREADS\", {\n slug: \"plain-query-threads\",\n name: \"List Threads\",\n description: \"Tool to retrieve a paginated list of threads. Use when you need to list threads with optional status filtering.\",\n input: PlainQueryThreadsInput,\n output: PlainQueryThreadsOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,yBAAyB,EAAE,OAAO;CAC7C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yKAAyK,CAAC,CAAC,SAAS;CAChN,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AACtH,CAAC;AACD,MAAM,qCAAqC,EAAE,OAAO;CAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC7D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC5D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,WAAW,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C;CACrG,WAAW,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC1G,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,qCAAqC,EAAE,OAAO;CAClD,MAAM,mCAAmC,SAAS;CAClD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;AAChE,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,mCAAmC,EAAE,OAAO;CAChD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC3E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,kCAAkC,EAAE,OAAO;CAC/C,OAAO,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,uBAAuB;CACnF,UAAU,iCAAiC,SAAS;CACpD,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,oBAIT,OAAO,uBAAuB;CAChC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbqC,EAAE,OAAO,EAC9C,SAAS,gCAAgC,SAAS,EACpD,CAAC,CAAC,CAAC,YAWO;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-customer-from-group.cjs","names":["z","action"],"sources":["../../src/actions/remove-customer-from-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlainRemoveCustomerFromGroupInput = z.object({\n customerId: z.string().describe(\"Plain customer ID (format: 'c_01ABC...') of the customer to remove from groups.\"),\n customerGroupIdentifiers: z.array(z.object({\n customerGroupId: z.string().describe(\"Plain internal ID of the customer group (e.g., 'cg_01ABC...').\").optional(),\n customerGroupKey: z.string().describe(\"Unique key of the customer group (e.g., 'premium_tier').\").optional(),\n}).passthrough()).describe(\"List of customer group identifiers to remove the customer from. Must contain at least one identifier. Each identifier must specify either customerGroupId or customerGroupKey.\"),\n});\nconst PlainRemoveCustomerFromGroup_MutationFieldErrorSchema = z.object({\n type: z.enum([\"VALIDATION\", \"REQUIRED\", \"NOT_FOUND\"]).describe(\"Type of field error.\").nullable(),\n field: z.string().describe(\"Name of the field where error occurred.\").nullable(),\n message: z.string().describe(\"Technical error message.\").nullable(),\n}).passthrough();\nconst PlainRemoveCustomerFromGroup_MutationErrorSchema = z.object({\n code: z.string().describe(\"Fixed error code from the API.\").nullable(),\n type: z.enum([\"VALIDATION\", \"FORBIDDEN\", \"INTERNAL\"]).describe(\"Type of error.\").nullable(),\n fields: z.array(PlainRemoveCustomerFromGroup_MutationFieldErrorSchema).describe(\"List of field-specific errors, if any.\").nullable().optional(),\n message: z.string().describe(\"Technical error message.\").nullable(),\n}).passthrough();\nexport const PlainRemoveCustomerFromGroupOutput = z.object({\n error: PlainRemoveCustomerFromGroup_MutationErrorSchema.nullable().optional(),\n}).passthrough();\n\nexport const plainRemoveCustomerFromGroup = action(\"PLAIN_REMOVE_CUSTOMER_FROM_GROUP\", {\n slug: \"plain-remove-customer-from-group\",\n name: \"Remove Customer From Group\",\n description: \"Removes a customer from one or more customer groups in Plain. Use this action to revoke customer group memberships. The customer must be a member of the specified group(s) - attempting to remove a customer from a group they're not in will result in an error. Groups can be identified by either their Plain internal ID (customerGroupId) or their unique key (customerGroupKey). Common use cases: - Downgrade customer tier (e.g., remove from premium_tier group) - Remove customer from beta access groups - Clean up group memberships after customer status changes\",\n input: PlainRemoveCustomerFromGroupInput,\n output: PlainRemoveCustomerFromGroupOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"remove-customer-from-group.cjs","names":["z","action"],"sources":["../../src/actions/remove-customer-from-group.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { plain } from \"../app\";\n\nexport const PlainRemoveCustomerFromGroupInput = z.object({\n customerId: z.string().describe(\"Plain customer ID (format: 'c_01ABC...') of the customer to remove from groups.\"),\n customerGroupIdentifiers: z.array(z.object({\n customerGroupId: z.string().describe(\"Plain internal ID of the customer group (e.g., 'cg_01ABC...').\").optional(),\n customerGroupKey: z.string().describe(\"Unique key of the customer group (e.g., 'premium_tier').\").optional(),\n}).passthrough()).describe(\"List of customer group identifiers to remove the customer from. Must contain at least one identifier. Each identifier must specify either customerGroupId or customerGroupKey.\"),\n});\nconst PlainRemoveCustomerFromGroup_MutationFieldErrorSchema = z.object({\n type: z.enum([\"VALIDATION\", \"REQUIRED\", \"NOT_FOUND\"]).describe(\"Type of field error.\").nullable(),\n field: z.string().describe(\"Name of the field where error occurred.\").nullable(),\n message: z.string().describe(\"Technical error message.\").nullable(),\n}).passthrough();\nconst PlainRemoveCustomerFromGroup_MutationErrorSchema = z.object({\n code: z.string().describe(\"Fixed error code from the API.\").nullable(),\n type: z.enum([\"VALIDATION\", \"FORBIDDEN\", \"INTERNAL\"]).describe(\"Type of error.\").nullable(),\n fields: z.array(PlainRemoveCustomerFromGroup_MutationFieldErrorSchema).describe(\"List of field-specific errors, if any.\").nullable().optional(),\n message: z.string().describe(\"Technical error message.\").nullable(),\n}).passthrough();\nexport const PlainRemoveCustomerFromGroupOutput = z.object({\n error: PlainRemoveCustomerFromGroup_MutationErrorSchema.nullable().optional(),\n}).passthrough();\n\nexport const plainRemoveCustomerFromGroup: AppAction<\n typeof PlainRemoveCustomerFromGroupInput,\n typeof PlainRemoveCustomerFromGroupOutput,\n typeof plain.credential\n> = action(\"PLAIN_REMOVE_CUSTOMER_FROM_GROUP\", {\n slug: \"plain-remove-customer-from-group\",\n name: \"Remove Customer From Group\",\n description: \"Removes a customer from one or more customer groups in Plain. Use this action to revoke customer group memberships. The customer must be a member of the specified group(s) - attempting to remove a customer from a group they're not in will result in an error. Groups can be identified by either their Plain internal ID (customerGroupId) or their unique key (customerGroupKey). Common use cases: - Downgrade customer tier (e.g., remove from premium_tier group) - Remove customer from beta access groups - Clean up group memberships after customer status changes\",\n input: PlainRemoveCustomerFromGroupInput,\n output: PlainRemoveCustomerFromGroupOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;CACjH,0BAA0BA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC3C,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EAChH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC7G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,gLAAgL;AAC3M,CAAC;AACD,MAAM,wDAAwDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAc;EAAY;CAAW,CAAC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAChG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;AACpE,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,mDAAmDA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACrE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAc;EAAa;CAAU,CAAC,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CAC1F,QAAQA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9I,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;AACpE,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,qCAAqCA,IAAAA,EAAE,OAAO,EACzD,OAAO,iDAAiD,SAAS,CAAC,CAAC,SAAS,EAC9E,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,+BAITC,eAAAA,OAAO,oCAAoC;CAC7C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { plain } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/remove-customer-from-group.d.ts
|
|
@@ -28,26 +30,7 @@ declare const PlainRemoveCustomerFromGroupOutput: z.ZodObject<{
|
|
|
28
30
|
message: z.ZodNullable<z.ZodString>;
|
|
29
31
|
}, z.core.$loose>>>;
|
|
30
32
|
}, z.core.$loose>;
|
|
31
|
-
declare const plainRemoveCustomerFromGroup:
|
|
32
|
-
customerId: string;
|
|
33
|
-
customerGroupIdentifiers: {
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
customerGroupId?: string | undefined;
|
|
36
|
-
customerGroupKey?: string | undefined;
|
|
37
|
-
}[];
|
|
38
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
39
|
-
connectionId: z.ZodString;
|
|
40
|
-
entityId: z.ZodString;
|
|
41
|
-
instanceId: z.ZodString;
|
|
42
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
-
generic_api_key: z.ZodString;
|
|
44
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
45
|
-
connectionId: z.ZodString;
|
|
46
|
-
entityId: z.ZodString;
|
|
47
|
-
instanceId: z.ZodString;
|
|
48
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
-
generic_api_key: z.ZodString;
|
|
50
|
-
}, z.core.$strip>>]>;
|
|
33
|
+
declare const plainRemoveCustomerFromGroup: AppAction<typeof PlainRemoveCustomerFromGroupInput, typeof PlainRemoveCustomerFromGroupOutput, typeof plain.credential>;
|
|
51
34
|
//#endregion
|
|
52
35
|
export { plainRemoveCustomerFromGroup };
|
|
53
36
|
//# sourceMappingURL=remove-customer-from-group.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-customer-from-group.d.cts","names":[],"sources":["../../src/actions/remove-customer-from-group.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"remove-customer-from-group.d.cts","names":[],"sources":["../../src/actions/remove-customer-from-group.ts"],"mappings":";;;;;cAMa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;cAkBjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAIlC,4BAAA,EAA8B,SAAA,QAClC,iCAAA,SACA,kCAAA,SACA,KAAA,CAAM,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { plain } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/remove-customer-from-group.d.ts
|
|
@@ -28,26 +30,7 @@ declare const PlainRemoveCustomerFromGroupOutput: z.ZodObject<{
|
|
|
28
30
|
message: z.ZodNullable<z.ZodString>;
|
|
29
31
|
}, z.core.$loose>>>;
|
|
30
32
|
}, z.core.$loose>;
|
|
31
|
-
declare const plainRemoveCustomerFromGroup:
|
|
32
|
-
customerId: string;
|
|
33
|
-
customerGroupIdentifiers: {
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
customerGroupId?: string | undefined;
|
|
36
|
-
customerGroupKey?: string | undefined;
|
|
37
|
-
}[];
|
|
38
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
39
|
-
connectionId: z.ZodString;
|
|
40
|
-
entityId: z.ZodString;
|
|
41
|
-
instanceId: z.ZodString;
|
|
42
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
-
generic_api_key: z.ZodString;
|
|
44
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plain", z.ZodObject<{
|
|
45
|
-
connectionId: z.ZodString;
|
|
46
|
-
entityId: z.ZodString;
|
|
47
|
-
instanceId: z.ZodString;
|
|
48
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
-
generic_api_key: z.ZodString;
|
|
50
|
-
}, z.core.$strip>>]>;
|
|
33
|
+
declare const plainRemoveCustomerFromGroup: AppAction<typeof PlainRemoveCustomerFromGroupInput, typeof PlainRemoveCustomerFromGroupOutput, typeof plain.credential>;
|
|
51
34
|
//#endregion
|
|
52
35
|
export { plainRemoveCustomerFromGroup };
|
|
53
36
|
//# sourceMappingURL=remove-customer-from-group.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-customer-from-group.d.mts","names":[],"sources":["../../src/actions/remove-customer-from-group.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"remove-customer-from-group.d.mts","names":[],"sources":["../../src/actions/remove-customer-from-group.ts"],"mappings":";;;;;cAMa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;cAkBjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAIlC,4BAAA,EAA8B,SAAA,QAClC,iCAAA,SACA,kCAAA,SACA,KAAA,CAAM,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-customer-from-group.mjs","names":[],"sources":["../../src/actions/remove-customer-from-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlainRemoveCustomerFromGroupInput = z.object({\n customerId: z.string().describe(\"Plain customer ID (format: 'c_01ABC...') of the customer to remove from groups.\"),\n customerGroupIdentifiers: z.array(z.object({\n customerGroupId: z.string().describe(\"Plain internal ID of the customer group (e.g., 'cg_01ABC...').\").optional(),\n customerGroupKey: z.string().describe(\"Unique key of the customer group (e.g., 'premium_tier').\").optional(),\n}).passthrough()).describe(\"List of customer group identifiers to remove the customer from. Must contain at least one identifier. Each identifier must specify either customerGroupId or customerGroupKey.\"),\n});\nconst PlainRemoveCustomerFromGroup_MutationFieldErrorSchema = z.object({\n type: z.enum([\"VALIDATION\", \"REQUIRED\", \"NOT_FOUND\"]).describe(\"Type of field error.\").nullable(),\n field: z.string().describe(\"Name of the field where error occurred.\").nullable(),\n message: z.string().describe(\"Technical error message.\").nullable(),\n}).passthrough();\nconst PlainRemoveCustomerFromGroup_MutationErrorSchema = z.object({\n code: z.string().describe(\"Fixed error code from the API.\").nullable(),\n type: z.enum([\"VALIDATION\", \"FORBIDDEN\", \"INTERNAL\"]).describe(\"Type of error.\").nullable(),\n fields: z.array(PlainRemoveCustomerFromGroup_MutationFieldErrorSchema).describe(\"List of field-specific errors, if any.\").nullable().optional(),\n message: z.string().describe(\"Technical error message.\").nullable(),\n}).passthrough();\nexport const PlainRemoveCustomerFromGroupOutput = z.object({\n error: PlainRemoveCustomerFromGroup_MutationErrorSchema.nullable().optional(),\n}).passthrough();\n\nexport const plainRemoveCustomerFromGroup = action(\"PLAIN_REMOVE_CUSTOMER_FROM_GROUP\", {\n slug: \"plain-remove-customer-from-group\",\n name: \"Remove Customer From Group\",\n description: \"Removes a customer from one or more customer groups in Plain. Use this action to revoke customer group memberships. The customer must be a member of the specified group(s) - attempting to remove a customer from a group they're not in will result in an error. Groups can be identified by either their Plain internal ID (customerGroupId) or their unique key (customerGroupKey). Common use cases: - Downgrade customer tier (e.g., remove from premium_tier group) - Remove customer from beta access groups - Clean up group memberships after customer status changes\",\n input: PlainRemoveCustomerFromGroupInput,\n output: PlainRemoveCustomerFromGroupOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"remove-customer-from-group.mjs","names":[],"sources":["../../src/actions/remove-customer-from-group.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { plain } from \"../app\";\n\nexport const PlainRemoveCustomerFromGroupInput = z.object({\n customerId: z.string().describe(\"Plain customer ID (format: 'c_01ABC...') of the customer to remove from groups.\"),\n customerGroupIdentifiers: z.array(z.object({\n customerGroupId: z.string().describe(\"Plain internal ID of the customer group (e.g., 'cg_01ABC...').\").optional(),\n customerGroupKey: z.string().describe(\"Unique key of the customer group (e.g., 'premium_tier').\").optional(),\n}).passthrough()).describe(\"List of customer group identifiers to remove the customer from. Must contain at least one identifier. Each identifier must specify either customerGroupId or customerGroupKey.\"),\n});\nconst PlainRemoveCustomerFromGroup_MutationFieldErrorSchema = z.object({\n type: z.enum([\"VALIDATION\", \"REQUIRED\", \"NOT_FOUND\"]).describe(\"Type of field error.\").nullable(),\n field: z.string().describe(\"Name of the field where error occurred.\").nullable(),\n message: z.string().describe(\"Technical error message.\").nullable(),\n}).passthrough();\nconst PlainRemoveCustomerFromGroup_MutationErrorSchema = z.object({\n code: z.string().describe(\"Fixed error code from the API.\").nullable(),\n type: z.enum([\"VALIDATION\", \"FORBIDDEN\", \"INTERNAL\"]).describe(\"Type of error.\").nullable(),\n fields: z.array(PlainRemoveCustomerFromGroup_MutationFieldErrorSchema).describe(\"List of field-specific errors, if any.\").nullable().optional(),\n message: z.string().describe(\"Technical error message.\").nullable(),\n}).passthrough();\nexport const PlainRemoveCustomerFromGroupOutput = z.object({\n error: PlainRemoveCustomerFromGroup_MutationErrorSchema.nullable().optional(),\n}).passthrough();\n\nexport const plainRemoveCustomerFromGroup: AppAction<\n typeof PlainRemoveCustomerFromGroupInput,\n typeof PlainRemoveCustomerFromGroupOutput,\n typeof plain.credential\n> = action(\"PLAIN_REMOVE_CUSTOMER_FROM_GROUP\", {\n slug: \"plain-remove-customer-from-group\",\n name: \"Remove Customer From Group\",\n description: \"Removes a customer from one or more customer groups in Plain. Use this action to revoke customer group memberships. The customer must be a member of the specified group(s) - attempting to remove a customer from a group they're not in will result in an error. Groups can be identified by either their Plain internal ID (customerGroupId) or their unique key (customerGroupKey). Common use cases: - Downgrade customer tier (e.g., remove from premium_tier group) - Remove customer from beta access groups - Clean up group memberships after customer status changes\",\n input: PlainRemoveCustomerFromGroupInput,\n output: PlainRemoveCustomerFromGroupOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,oCAAoC,EAAE,OAAO;CACxD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;CACjH,0BAA0B,EAAE,MAAM,EAAE,OAAO;EAC3C,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EAChH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC7G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,gLAAgL;AAC3M,CAAC;AACD,MAAM,wDAAwD,EAAE,OAAO;CACrE,MAAM,EAAE,KAAK;EAAC;EAAc;EAAY;CAAW,CAAC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAChG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC/E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;AACpE,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,mDAAmD,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACrE,MAAM,EAAE,KAAK;EAAC;EAAc;EAAa;CAAU,CAAC,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CAC1F,QAAQ,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9I,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;AACpE,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,+BAIT,OAAO,oCAAoC;CAC7C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbgD,EAAE,OAAO,EACzD,OAAO,iDAAiD,SAAS,CAAC,CAAC,SAAS,EAC9E,CAAC,CAAC,CAAC,YAWO;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run-graphql-query.cjs","names":["z","action"],"sources":["../../src/actions/run-graphql-query.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlainRunGraphqlQueryInput = z.object({\n query: z.string().describe(\"A valid GraphQL query or mutation string for Plain API. Use this for any operation not covered by specific actions. Supports queries, mutations, inline fragments, and variables. DateTime fields (e.g., createdAt, updatedAt) are objects requiring subfield selection: use createdAt { iso8601 } — omitting subfields causes GRAPHQL_VALIDATION_FAILED. For paginated connections, request pageInfo { hasNextPage endCursor } and pass endCursor as the cursor argument in subsequent queries.\"),\n variables: z.record(z.string(), z.unknown()).describe(\"Variables for the GraphQL operation. Keys must match variable names in the query (without '$'). Use empty dict {} if no variables needed. Date range filter values must be UTC-normalized; non-UTC timestamps in createdAt or updatedAt filters silently exclude boundary records.\").optional(),\n});\nconst PlainRunGraphqlQuery_GraphqlErrorLocationSchema = z.object({\n line: z.number().int().describe(\"The line number where the error occurred.\").nullable(),\n column: z.number().int().describe(\"The column number where the error occurred.\").nullable(),\n}).passthrough().describe(\"Indicates where in the GraphQL document the error occurred.\");\nconst PlainRunGraphqlQuery_GraphqlErrorExtensionsSchema = z.object({\n code: z.string().describe(\"Machine-readable error code (e.g., input_validation, forbidden, internal, not_found, customer_already_exists_with_email, attachment_file_size_too_large, insufficient_permissions, etc.). Plain documents 77+ specific error codes.\").nullable().optional(),\n}).passthrough().describe(\"Additional arbitrary information about the error.\");\nconst PlainRunGraphqlQuery_GraphqlErrorSchema = z.object({\n path: z.array(z.string()).describe(\"The path of the response field which experienced the error. This allows clients to identify which part of the requested data caused the error.\").nullable().optional(),\n message: z.string().describe(\"A human-readable description of the error that occurred.\").nullable(),\n locations: z.array(PlainRunGraphqlQuery_GraphqlErrorLocationSchema).describe(\"Indicates where in the GraphQL document the error occurred.\").nullable().optional(),\n extensions: PlainRunGraphqlQuery_GraphqlErrorExtensionsSchema.nullable().optional(),\n}).passthrough().describe(\"Information about an error that occurred during validation or execution.\");\nexport const PlainRunGraphqlQueryOutput = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"Contains the result of the executed GraphQL operation. The structure mirrors the shape of the query. May contain partial data if errors occurred during field resolver execution. This field is not present if errors occurred before execution could start.\").nullable().optional(),\n errors: z.array(PlainRunGraphqlQuery_GraphqlErrorSchema).describe(\"Contains information about any errors that occurred during validation or execution. This field is not present if no errors occurred. Each error contains message, locations, path, and extensions fields.\").nullable().optional(),\n extensions: z.record(z.string(), z.unknown()).describe(\"Optional field for additional metadata about the response. Content is at the discretion of the GraphQL implementation.\").nullable().optional(),\n}).passthrough().describe(\"Standard GraphQL response format containing data, errors, and optional extensions.\");\n\nexport const plainRunGraphqlQuery = action(\"PLAIN_RUN_GRAPHQL_QUERY\", {\n slug: \"plain-run-graphql-query\",\n name: \"Run GraphQL Query\",\n description: \"Execute any GraphQL query or mutation against Plain API. Use when no specific action exists or for complex operations like thread timelines, advanced filtering, and custom data retrieval. Supports queries, mutations, fragments, and variables.\",\n input: PlainRunGraphqlQueryInput,\n output: PlainRunGraphqlQueryOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"run-graphql-query.cjs","names":["z","action"],"sources":["../../src/actions/run-graphql-query.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { plain } from \"../app\";\n\nexport const PlainRunGraphqlQueryInput = z.object({\n query: z.string().describe(\"A valid GraphQL query or mutation string for Plain API. Use this for any operation not covered by specific actions. Supports queries, mutations, inline fragments, and variables. DateTime fields (e.g., createdAt, updatedAt) are objects requiring subfield selection: use createdAt { iso8601 } — omitting subfields causes GRAPHQL_VALIDATION_FAILED. For paginated connections, request pageInfo { hasNextPage endCursor } and pass endCursor as the cursor argument in subsequent queries.\"),\n variables: z.record(z.string(), z.unknown()).describe(\"Variables for the GraphQL operation. Keys must match variable names in the query (without '$'). Use empty dict {} if no variables needed. Date range filter values must be UTC-normalized; non-UTC timestamps in createdAt or updatedAt filters silently exclude boundary records.\").optional(),\n});\nconst PlainRunGraphqlQuery_GraphqlErrorLocationSchema = z.object({\n line: z.number().int().describe(\"The line number where the error occurred.\").nullable(),\n column: z.number().int().describe(\"The column number where the error occurred.\").nullable(),\n}).passthrough().describe(\"Indicates where in the GraphQL document the error occurred.\");\nconst PlainRunGraphqlQuery_GraphqlErrorExtensionsSchema = z.object({\n code: z.string().describe(\"Machine-readable error code (e.g., input_validation, forbidden, internal, not_found, customer_already_exists_with_email, attachment_file_size_too_large, insufficient_permissions, etc.). Plain documents 77+ specific error codes.\").nullable().optional(),\n}).passthrough().describe(\"Additional arbitrary information about the error.\");\nconst PlainRunGraphqlQuery_GraphqlErrorSchema = z.object({\n path: z.array(z.string()).describe(\"The path of the response field which experienced the error. This allows clients to identify which part of the requested data caused the error.\").nullable().optional(),\n message: z.string().describe(\"A human-readable description of the error that occurred.\").nullable(),\n locations: z.array(PlainRunGraphqlQuery_GraphqlErrorLocationSchema).describe(\"Indicates where in the GraphQL document the error occurred.\").nullable().optional(),\n extensions: PlainRunGraphqlQuery_GraphqlErrorExtensionsSchema.nullable().optional(),\n}).passthrough().describe(\"Information about an error that occurred during validation or execution.\");\nexport const PlainRunGraphqlQueryOutput = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"Contains the result of the executed GraphQL operation. The structure mirrors the shape of the query. May contain partial data if errors occurred during field resolver execution. This field is not present if errors occurred before execution could start.\").nullable().optional(),\n errors: z.array(PlainRunGraphqlQuery_GraphqlErrorSchema).describe(\"Contains information about any errors that occurred during validation or execution. This field is not present if no errors occurred. Each error contains message, locations, path, and extensions fields.\").nullable().optional(),\n extensions: z.record(z.string(), z.unknown()).describe(\"Optional field for additional metadata about the response. Content is at the discretion of the GraphQL implementation.\").nullable().optional(),\n}).passthrough().describe(\"Standard GraphQL response format containing data, errors, and optional extensions.\");\n\nexport const plainRunGraphqlQuery: AppAction<\n typeof PlainRunGraphqlQueryInput,\n typeof PlainRunGraphqlQueryOutput,\n typeof plain.credential\n> = action(\"PLAIN_RUN_GRAPHQL_QUERY\", {\n slug: \"plain-run-graphql-query\",\n name: \"Run GraphQL Query\",\n description: \"Execute any GraphQL query or mutation against Plain API. Use when no specific action exists or for complex operations like thread timelines, advanced filtering, and custom data retrieval. Supports queries, mutations, fragments, and variables.\",\n input: PlainRunGraphqlQueryInput,\n output: PlainRunGraphqlQueryOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,keAAke;CAC7f,WAAWA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oRAAoR,CAAC,CAAC,SAAS;AACvV,CAAC;AACD,MAAM,kDAAkDA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAA6D;AACvF,MAAM,oDAAoDA,IAAAA,EAAE,OAAO,EACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qOAAqO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvR,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAC7E,MAAM,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gJAAgJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzM,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAClG,WAAWA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChK,YAAY,kDAAkD,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0EAA0E;AACpG,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8PAA8P,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrU,QAAQA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,2MAA2M,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnS,YAAYA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvM,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oFAAoF;AAE9G,MAAa,uBAITC,eAAAA,OAAO,2BAA2B;CACpC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|