@keystrokehq/gagelist 0.1.0
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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-calibration-record.cjs +108 -0
- package/dist/actions/add-calibration-record.cjs.map +1 -0
- package/dist/actions/add-calibration-record.d.cts +9 -0
- package/dist/actions/add-calibration-record.d.cts.map +1 -0
- package/dist/actions/add-calibration-record.d.mts +9 -0
- package/dist/actions/add-calibration-record.d.mts.map +1 -0
- package/dist/actions/add-calibration-record.mjs +105 -0
- package/dist/actions/add-calibration-record.mjs.map +1 -0
- package/dist/actions/add-gage-record.cjs +74 -0
- package/dist/actions/add-gage-record.cjs.map +1 -0
- package/dist/actions/add-gage-record.d.cts +9 -0
- package/dist/actions/add-gage-record.d.cts.map +1 -0
- package/dist/actions/add-gage-record.d.mts +9 -0
- package/dist/actions/add-gage-record.d.mts.map +1 -0
- package/dist/actions/add-gage-record.mjs +71 -0
- package/dist/actions/add-gage-record.mjs.map +1 -0
- package/dist/actions/add-manufacturer.cjs +27 -0
- package/dist/actions/add-manufacturer.cjs.map +1 -0
- package/dist/actions/add-manufacturer.d.cts +9 -0
- package/dist/actions/add-manufacturer.d.cts.map +1 -0
- package/dist/actions/add-manufacturer.d.mts +9 -0
- package/dist/actions/add-manufacturer.d.mts.map +1 -0
- package/dist/actions/add-manufacturer.mjs +24 -0
- package/dist/actions/add-manufacturer.mjs.map +1 -0
- package/dist/actions/authenticate-with-gagelist.cjs +29 -0
- package/dist/actions/authenticate-with-gagelist.cjs.map +1 -0
- package/dist/actions/authenticate-with-gagelist.d.cts +9 -0
- package/dist/actions/authenticate-with-gagelist.d.cts.map +1 -0
- package/dist/actions/authenticate-with-gagelist.d.mts +9 -0
- package/dist/actions/authenticate-with-gagelist.d.mts.map +1 -0
- package/dist/actions/authenticate-with-gagelist.mjs +26 -0
- package/dist/actions/authenticate-with-gagelist.mjs.map +1 -0
- package/dist/actions/delete-calibration-record.cjs +20 -0
- package/dist/actions/delete-calibration-record.cjs.map +1 -0
- package/dist/actions/delete-calibration-record.d.cts +9 -0
- package/dist/actions/delete-calibration-record.d.cts.map +1 -0
- package/dist/actions/delete-calibration-record.d.mts +9 -0
- package/dist/actions/delete-calibration-record.d.mts.map +1 -0
- package/dist/actions/delete-calibration-record.mjs +17 -0
- package/dist/actions/delete-calibration-record.mjs.map +1 -0
- package/dist/actions/delete-gage-record.cjs +20 -0
- package/dist/actions/delete-gage-record.cjs.map +1 -0
- package/dist/actions/delete-gage-record.d.cts +9 -0
- package/dist/actions/delete-gage-record.d.cts.map +1 -0
- package/dist/actions/delete-gage-record.d.mts +9 -0
- package/dist/actions/delete-gage-record.d.mts.map +1 -0
- package/dist/actions/delete-gage-record.mjs +17 -0
- package/dist/actions/delete-gage-record.mjs.map +1 -0
- package/dist/actions/delete-manufacturer.cjs +20 -0
- package/dist/actions/delete-manufacturer.cjs.map +1 -0
- package/dist/actions/delete-manufacturer.d.cts +9 -0
- package/dist/actions/delete-manufacturer.d.cts.map +1 -0
- package/dist/actions/delete-manufacturer.d.mts +9 -0
- package/dist/actions/delete-manufacturer.d.mts.map +1 -0
- package/dist/actions/delete-manufacturer.mjs +17 -0
- package/dist/actions/delete-manufacturer.mjs.map +1 -0
- package/dist/actions/generate-calibration-certificate.cjs +21 -0
- package/dist/actions/generate-calibration-certificate.cjs.map +1 -0
- package/dist/actions/generate-calibration-certificate.d.cts +9 -0
- package/dist/actions/generate-calibration-certificate.d.cts.map +1 -0
- package/dist/actions/generate-calibration-certificate.d.mts +9 -0
- package/dist/actions/generate-calibration-certificate.d.mts.map +1 -0
- package/dist/actions/generate-calibration-certificate.mjs +20 -0
- package/dist/actions/generate-calibration-certificate.mjs.map +1 -0
- package/dist/actions/get-account-settings.cjs +53 -0
- package/dist/actions/get-account-settings.cjs.map +1 -0
- package/dist/actions/get-account-settings.d.cts +9 -0
- package/dist/actions/get-account-settings.d.cts.map +1 -0
- package/dist/actions/get-account-settings.d.mts +9 -0
- package/dist/actions/get-account-settings.d.mts.map +1 -0
- package/dist/actions/get-account-settings.mjs +52 -0
- package/dist/actions/get-account-settings.mjs.map +1 -0
- package/dist/actions/get-account-status.cjs +82 -0
- package/dist/actions/get-account-status.cjs.map +1 -0
- package/dist/actions/get-account-status.d.cts +9 -0
- package/dist/actions/get-account-status.d.cts.map +1 -0
- package/dist/actions/get-account-status.d.mts +9 -0
- package/dist/actions/get-account-status.d.mts.map +1 -0
- package/dist/actions/get-account-status.mjs +81 -0
- package/dist/actions/get-account-status.mjs.map +1 -0
- package/dist/actions/get-all-calibration-records.cjs +91 -0
- package/dist/actions/get-all-calibration-records.cjs.map +1 -0
- package/dist/actions/get-all-calibration-records.d.cts +9 -0
- package/dist/actions/get-all-calibration-records.d.cts.map +1 -0
- package/dist/actions/get-all-calibration-records.d.mts +9 -0
- package/dist/actions/get-all-calibration-records.d.mts.map +1 -0
- package/dist/actions/get-all-calibration-records.mjs +90 -0
- package/dist/actions/get-all-calibration-records.mjs.map +1 -0
- package/dist/actions/get-all-gage-records.cjs +70 -0
- package/dist/actions/get-all-gage-records.cjs.map +1 -0
- package/dist/actions/get-all-gage-records.d.cts +9 -0
- package/dist/actions/get-all-gage-records.d.cts.map +1 -0
- package/dist/actions/get-all-gage-records.d.mts +9 -0
- package/dist/actions/get-all-gage-records.d.mts.map +1 -0
- package/dist/actions/get-all-gage-records.mjs +69 -0
- package/dist/actions/get-all-gage-records.mjs.map +1 -0
- package/dist/actions/get-all-manufacturers.cjs +32 -0
- package/dist/actions/get-all-manufacturers.cjs.map +1 -0
- package/dist/actions/get-all-manufacturers.d.cts +9 -0
- package/dist/actions/get-all-manufacturers.d.cts.map +1 -0
- package/dist/actions/get-all-manufacturers.d.mts +9 -0
- package/dist/actions/get-all-manufacturers.d.mts.map +1 -0
- package/dist/actions/get-all-manufacturers.mjs +31 -0
- package/dist/actions/get-all-manufacturers.mjs.map +1 -0
- package/dist/actions/get-attachment.cjs +21 -0
- package/dist/actions/get-attachment.cjs.map +1 -0
- package/dist/actions/get-attachment.d.cts +9 -0
- package/dist/actions/get-attachment.d.cts.map +1 -0
- package/dist/actions/get-attachment.d.mts +9 -0
- package/dist/actions/get-attachment.d.mts.map +1 -0
- package/dist/actions/get-attachment.mjs +20 -0
- package/dist/actions/get-attachment.mjs.map +1 -0
- package/dist/actions/get-custom-fields.cjs +41 -0
- package/dist/actions/get-custom-fields.cjs.map +1 -0
- package/dist/actions/get-custom-fields.d.cts +9 -0
- package/dist/actions/get-custom-fields.d.cts.map +1 -0
- package/dist/actions/get-custom-fields.d.mts +9 -0
- package/dist/actions/get-custom-fields.d.mts.map +1 -0
- package/dist/actions/get-custom-fields.mjs +40 -0
- package/dist/actions/get-custom-fields.mjs.map +1 -0
- package/dist/actions/get-single-calibration-record.cjs +114 -0
- package/dist/actions/get-single-calibration-record.cjs.map +1 -0
- package/dist/actions/get-single-calibration-record.d.cts +9 -0
- package/dist/actions/get-single-calibration-record.d.cts.map +1 -0
- package/dist/actions/get-single-calibration-record.d.mts +9 -0
- package/dist/actions/get-single-calibration-record.d.mts.map +1 -0
- package/dist/actions/get-single-calibration-record.mjs +113 -0
- package/dist/actions/get-single-calibration-record.mjs.map +1 -0
- package/dist/actions/get-single-gage-record.cjs +77 -0
- package/dist/actions/get-single-gage-record.cjs.map +1 -0
- package/dist/actions/get-single-gage-record.d.cts +9 -0
- package/dist/actions/get-single-gage-record.d.cts.map +1 -0
- package/dist/actions/get-single-gage-record.d.mts +9 -0
- package/dist/actions/get-single-gage-record.d.mts.map +1 -0
- package/dist/actions/get-single-gage-record.mjs +76 -0
- package/dist/actions/get-single-gage-record.mjs.map +1 -0
- package/dist/actions/index.cjs +43 -0
- package/dist/actions/index.d.cts +22 -0
- package/dist/actions/index.d.mts +22 -0
- package/dist/actions/index.mjs +22 -0
- package/dist/actions/update-account-settings.cjs +51 -0
- package/dist/actions/update-account-settings.cjs.map +1 -0
- package/dist/actions/update-account-settings.d.cts +9 -0
- package/dist/actions/update-account-settings.d.cts.map +1 -0
- package/dist/actions/update-account-settings.d.mts +9 -0
- package/dist/actions/update-account-settings.d.mts.map +1 -0
- package/dist/actions/update-account-settings.mjs +48 -0
- package/dist/actions/update-account-settings.mjs.map +1 -0
- package/dist/actions/update-custom-field-values.cjs +27 -0
- package/dist/actions/update-custom-field-values.cjs.map +1 -0
- package/dist/actions/update-custom-field-values.d.cts +9 -0
- package/dist/actions/update-custom-field-values.d.cts.map +1 -0
- package/dist/actions/update-custom-field-values.d.mts +9 -0
- package/dist/actions/update-custom-field-values.d.mts.map +1 -0
- package/dist/actions/update-custom-field-values.mjs +24 -0
- package/dist/actions/update-custom-field-values.mjs.map +1 -0
- package/dist/actions/update-manufacturer.cjs +27 -0
- package/dist/actions/update-manufacturer.cjs.map +1 -0
- package/dist/actions/update-manufacturer.d.cts +9 -0
- package/dist/actions/update-manufacturer.d.cts.map +1 -0
- package/dist/actions/update-manufacturer.d.mts +9 -0
- package/dist/actions/update-manufacturer.d.mts.map +1 -0
- package/dist/actions/update-manufacturer.mjs +24 -0
- package/dist/actions/update-manufacturer.mjs.map +1 -0
- package/dist/actions/upload-attachment-to-gage-record.cjs +27 -0
- package/dist/actions/upload-attachment-to-gage-record.cjs.map +1 -0
- package/dist/actions/upload-attachment-to-gage-record.d.cts +9 -0
- package/dist/actions/upload-attachment-to-gage-record.d.cts.map +1 -0
- package/dist/actions/upload-attachment-to-gage-record.d.mts +9 -0
- package/dist/actions/upload-attachment-to-gage-record.d.mts.map +1 -0
- package/dist/actions/upload-attachment-to-gage-record.mjs +24 -0
- package/dist/actions/upload-attachment-to-gage-record.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +48 -0
- package/dist/index.d.cts +24 -0
- package/dist/index.d.mts +24 -0
- package/dist/index.mjs +25 -0
- package/package.json +49 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const gagelistUpdateManufacturer = action("GAGELIST_UPDATE_MANUFACTURER", {
|
|
4
|
+
slug: "gagelist-update-manufacturer",
|
|
5
|
+
name: "Update Manufacturer",
|
|
6
|
+
description: "Tool to update a manufacturer by its ID. Use after confirming the manufacturer exists.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
Id: z.number().int().describe("ID of the manufacturer to update (must be a positive integer)"),
|
|
9
|
+
Fax: z.string().describe("Fax number of the manufacturer.").optional(),
|
|
10
|
+
Name: z.string().describe("Name of the manufacturer.").optional(),
|
|
11
|
+
Phone: z.string().describe("Phone number of the manufacturer.").optional(),
|
|
12
|
+
Address: z.string().describe("Address of the manufacturer.").optional(),
|
|
13
|
+
Website: z.string().describe("Website URL of the manufacturer.").optional()
|
|
14
|
+
}).describe("Request model for updating a manufacturer."),
|
|
15
|
+
output: z.object({
|
|
16
|
+
data: z.number().int().describe("API-specific return code or ID of the updated manufacturer"),
|
|
17
|
+
message: z.string().describe("Informational message from the API"),
|
|
18
|
+
success: z.boolean().describe("Indicates whether the update succeeded")
|
|
19
|
+
}).describe("Response model for update manufacturer action.")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { gagelistUpdateManufacturer };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=update-manufacturer.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-manufacturer.mjs","names":[],"sources":["../../src/actions/update-manufacturer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistUpdateManufacturerInput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"ID of the manufacturer to update (must be a positive integer)\"),\n Fax: z.string().describe(\"Fax number of the manufacturer.\").optional(),\n Name: z.string().describe(\"Name of the manufacturer.\").optional(),\n Phone: z.string().describe(\"Phone number of the manufacturer.\").optional(),\n Address: z.string().describe(\"Address of the manufacturer.\").optional(),\n Website: z.string().describe(\"Website URL of the manufacturer.\").optional(),\n}).describe(\"Request model for updating a manufacturer.\");\nexport const GagelistUpdateManufacturerOutput: z.ZodTypeAny = z.object({\n data: z.number().int().describe(\"API-specific return code or ID of the updated manufacturer\"),\n message: z.string().describe(\"Informational message from the API\"),\n success: z.boolean().describe(\"Indicates whether the update succeeded\"),\n}).describe(\"Response model for update manufacturer action.\");\n\nexport const gagelistUpdateManufacturer = action(\"GAGELIST_UPDATE_MANUFACTURER\", {\n slug: \"gagelist-update-manufacturer\",\n name: \"Update Manufacturer\",\n description: \"Tool to update a manufacturer by its ID. Use after confirming the manufacturer exists.\",\n input: GagelistUpdateManufacturerInput,\n output: GagelistUpdateManufacturerOutput,\n});\n"],"mappings":";;AAkBA,MAAa,6BAA6B,OAAO,gCAAgC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D;EAC7F,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5E,CAAC,CAAC,CAAC,SAAS,4CAWH;CACP,QAX4D,EAAE,OAAO;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D;EAC5F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EACjE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;CACxE,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/upload-attachment-to-gage-record.ts
|
|
4
|
+
const GagelistUploadAttachmentToGageRecordInput = zod.z.object({
|
|
5
|
+
id: zod.z.number().int().describe("Identifier of the gage record to which the attachment will be added"),
|
|
6
|
+
file: zod.z.object({
|
|
7
|
+
name: zod.z.string().describe("The filename that will be used when uploading the file to the destination service"),
|
|
8
|
+
s3key: zod.z.string().describe("The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service."),
|
|
9
|
+
mimetype: zod.z.string().describe("The MIME type of the file")
|
|
10
|
+
}).describe("File to upload as an attachment.")
|
|
11
|
+
}).describe("Request model for uploading an attachment to a gage record.");
|
|
12
|
+
const GagelistUploadAttachmentToGageRecordOutput = zod.z.object({
|
|
13
|
+
data: zod.z.number().int().describe("Identifier of the uploaded attachment"),
|
|
14
|
+
message: zod.z.string().describe("Informational message returned by the API").nullable().optional(),
|
|
15
|
+
success: zod.z.boolean().describe("Flag indicating if the upload was successful")
|
|
16
|
+
}).describe("Response model after uploading an attachment to a gage record.");
|
|
17
|
+
const gagelistUploadAttachmentToGageRecord = require_action.action("GAGELIST_UPLOAD_ATTACHMENT_TO_GAGE_RECORD", {
|
|
18
|
+
slug: "gagelist-upload-attachment-to-gage-record",
|
|
19
|
+
name: "Upload Attachment To Gage Record",
|
|
20
|
+
description: "Tool to upload an attachment to a gage record. Use when adding files to an existing gage record.",
|
|
21
|
+
input: GagelistUploadAttachmentToGageRecordInput,
|
|
22
|
+
output: GagelistUploadAttachmentToGageRecordOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.gagelistUploadAttachmentToGageRecord = gagelistUploadAttachmentToGageRecord;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=upload-attachment-to-gage-record.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upload-attachment-to-gage-record.cjs","names":["z","action"],"sources":["../../src/actions/upload-attachment-to-gage-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistUploadAttachmentToGageRecordInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Identifier of the gage record to which the attachment will be added\"),\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"File to upload as an attachment.\"),\n}).describe(\"Request model for uploading an attachment to a gage record.\");\nexport const GagelistUploadAttachmentToGageRecordOutput: z.ZodTypeAny = z.object({\n data: z.number().int().describe(\"Identifier of the uploaded attachment\"),\n message: z.string().describe(\"Informational message returned by the API\").nullable().optional(),\n success: z.boolean().describe(\"Flag indicating if the upload was successful\"),\n}).describe(\"Response model after uploading an attachment to a gage record.\");\n\nexport const gagelistUploadAttachmentToGageRecord = action(\"GAGELIST_UPLOAD_ATTACHMENT_TO_GAGE_RECORD\", {\n slug: \"gagelist-upload-attachment-to-gage-record\",\n name: \"Upload Attachment To Gage Record\",\n description: \"Tool to upload an attachment to a gage record. Use when adding files to an existing gage record.\",\n input: GagelistUploadAttachmentToGageRecordInput,\n output: GagelistUploadAttachmentToGageRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE;CACnG,MAAMA,IAAAA,EAAE,OAAO;EACf,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;AAC9E,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,uCAAuCC,eAAAA,OAAO,6CAA6C;CACtG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/upload-attachment-to-gage-record.d.ts
|
|
4
|
+
declare const GagelistUploadAttachmentToGageRecordInput: z.ZodTypeAny;
|
|
5
|
+
declare const GagelistUploadAttachmentToGageRecordOutput: z.ZodTypeAny;
|
|
6
|
+
declare const gagelistUploadAttachmentToGageRecord: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { gagelistUploadAttachmentToGageRecord };
|
|
9
|
+
//# sourceMappingURL=upload-attachment-to-gage-record.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upload-attachment-to-gage-record.d.cts","names":[],"sources":["../../src/actions/upload-attachment-to-gage-record.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAOgB;AAAA,cAC7D,0CAAA,EAA4C,CAAA,CAAE,UAIkB;AAAA,cAEhE,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/upload-attachment-to-gage-record.d.ts
|
|
4
|
+
declare const GagelistUploadAttachmentToGageRecordInput: z.ZodTypeAny;
|
|
5
|
+
declare const GagelistUploadAttachmentToGageRecordOutput: z.ZodTypeAny;
|
|
6
|
+
declare const gagelistUploadAttachmentToGageRecord: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { gagelistUploadAttachmentToGageRecord };
|
|
9
|
+
//# sourceMappingURL=upload-attachment-to-gage-record.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upload-attachment-to-gage-record.d.mts","names":[],"sources":["../../src/actions/upload-attachment-to-gage-record.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAOgB;AAAA,cAC7D,0CAAA,EAA4C,CAAA,CAAE,UAIkB;AAAA,cAEhE,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const gagelistUploadAttachmentToGageRecord = action("GAGELIST_UPLOAD_ATTACHMENT_TO_GAGE_RECORD", {
|
|
4
|
+
slug: "gagelist-upload-attachment-to-gage-record",
|
|
5
|
+
name: "Upload Attachment To Gage Record",
|
|
6
|
+
description: "Tool to upload an attachment to a gage record. Use when adding files to an existing gage record.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.number().int().describe("Identifier of the gage record to which the attachment will be added"),
|
|
9
|
+
file: z.object({
|
|
10
|
+
name: z.string().describe("The filename that will be used when uploading the file to the destination service"),
|
|
11
|
+
s3key: z.string().describe("The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service."),
|
|
12
|
+
mimetype: z.string().describe("The MIME type of the file")
|
|
13
|
+
}).describe("File to upload as an attachment.")
|
|
14
|
+
}).describe("Request model for uploading an attachment to a gage record."),
|
|
15
|
+
output: z.object({
|
|
16
|
+
data: z.number().int().describe("Identifier of the uploaded attachment"),
|
|
17
|
+
message: z.string().describe("Informational message returned by the API").nullable().optional(),
|
|
18
|
+
success: z.boolean().describe("Flag indicating if the upload was successful")
|
|
19
|
+
}).describe("Response model after uploading an attachment to a gage record.")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { gagelistUploadAttachmentToGageRecord };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=upload-attachment-to-gage-record.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upload-attachment-to-gage-record.mjs","names":[],"sources":["../../src/actions/upload-attachment-to-gage-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistUploadAttachmentToGageRecordInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Identifier of the gage record to which the attachment will be added\"),\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"File to upload as an attachment.\"),\n}).describe(\"Request model for uploading an attachment to a gage record.\");\nexport const GagelistUploadAttachmentToGageRecordOutput: z.ZodTypeAny = z.object({\n data: z.number().int().describe(\"Identifier of the uploaded attachment\"),\n message: z.string().describe(\"Informational message returned by the API\").nullable().optional(),\n success: z.boolean().describe(\"Flag indicating if the upload was successful\"),\n}).describe(\"Response model after uploading an attachment to a gage record.\");\n\nexport const gagelistUploadAttachmentToGageRecord = action(\"GAGELIST_UPLOAD_ATTACHMENT_TO_GAGE_RECORD\", {\n slug: \"gagelist-upload-attachment-to-gage-record\",\n name: \"Upload Attachment To Gage Record\",\n description: \"Tool to upload an attachment to a gage record. Use when adding files to an existing gage record.\",\n input: GagelistUploadAttachmentToGageRecordInput,\n output: GagelistUploadAttachmentToGageRecordOutput,\n});\n"],"mappings":";;AAkBA,MAAa,uCAAuC,OAAO,6CAA6C;CACtG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBqE,EAAE,OAAO;EAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE;EACnG,MAAM,EAAE,OAAO;GACf,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;GAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;GACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC3D,CAAC,CAAC,CAAC,SAAS,kCAAkC;CAC9C,CAAC,CAAC,CAAC,SAAS,6DAWH;CACP,QAXsE,EAAE,OAAO;EAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;EACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;CAC9E,CAAC,CAAC,CAAC,SAAS,gEAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const gagelist = defineApp({\n slug: \"gagelist\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,YAAA,uCAAA,CAAA,CAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,QAAA,6BAAQ,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,QAAA,6BAAQ,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const gagelist = defineApp({\n slug: \"gagelist\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const gagelistCatalog = {
|
|
4
|
+
"slug": "gagelist",
|
|
5
|
+
"name": "Gagelist",
|
|
6
|
+
"description": "GageList is a user-friendly calibration management platform that simplifies the integration process with intuitive interfaces and straightforward APIs, enabling seamless connection with existing tools and workflows.",
|
|
7
|
+
"category": "Developer Tools",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/gagelist",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.gagelistCatalog = gagelistCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const gagelistCatalog = {\n \"slug\": \"gagelist\",\n \"name\": \"Gagelist\",\n \"description\": \"GageList is a user-friendly calibration management platform that simplifies the integration process with intuitive interfaces and straightforward APIs, enabling seamless connection with existing tools and workflows.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/gagelist\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const gagelistCatalog: {
|
|
4
|
+
readonly slug: "gagelist";
|
|
5
|
+
readonly name: "Gagelist";
|
|
6
|
+
readonly description: "GageList is a user-friendly calibration management platform that simplifies the integration process with intuitive interfaces and straightforward APIs, enabling seamless connection with existing tools and workflows.";
|
|
7
|
+
readonly category: "Developer Tools";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/gagelist";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { gagelistCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const gagelistCatalog: {
|
|
4
|
+
readonly slug: "gagelist";
|
|
5
|
+
readonly name: "Gagelist";
|
|
6
|
+
readonly description: "GageList is a user-friendly calibration management platform that simplifies the integration process with intuitive interfaces and straightforward APIs, enabling seamless connection with existing tools and workflows.";
|
|
7
|
+
readonly category: "Developer Tools";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/gagelist";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { gagelistCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const gagelistCatalog = {
|
|
4
|
+
"slug": "gagelist",
|
|
5
|
+
"name": "Gagelist",
|
|
6
|
+
"description": "GageList is a user-friendly calibration management platform that simplifies the integration process with intuitive interfaces and straightforward APIs, enabling seamless connection with existing tools and workflows.",
|
|
7
|
+
"category": "Developer Tools",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/gagelist",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { gagelistCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const gagelistCatalog = {\n \"slug\": \"gagelist\",\n \"name\": \"Gagelist\",\n \"description\": \"GageList is a user-friendly calibration management platform that simplifies the integration process with intuitive interfaces and straightforward APIs, enabling seamless connection with existing tools and workflows.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/gagelist\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "gagelist";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeGagelistTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeGagelistTool = executeGagelistTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"gagelist\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeGagelistTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "gagelist";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeGagelistTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeGagelistTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"gagelist\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeGagelistTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_add_calibration_record = require("./actions/add-calibration-record.cjs");
|
|
5
|
+
const require_add_gage_record = require("./actions/add-gage-record.cjs");
|
|
6
|
+
const require_add_manufacturer = require("./actions/add-manufacturer.cjs");
|
|
7
|
+
const require_authenticate_with_gagelist = require("./actions/authenticate-with-gagelist.cjs");
|
|
8
|
+
const require_delete_calibration_record = require("./actions/delete-calibration-record.cjs");
|
|
9
|
+
const require_delete_gage_record = require("./actions/delete-gage-record.cjs");
|
|
10
|
+
const require_delete_manufacturer = require("./actions/delete-manufacturer.cjs");
|
|
11
|
+
const require_generate_calibration_certificate = require("./actions/generate-calibration-certificate.cjs");
|
|
12
|
+
const require_get_account_settings = require("./actions/get-account-settings.cjs");
|
|
13
|
+
const require_get_account_status = require("./actions/get-account-status.cjs");
|
|
14
|
+
const require_get_all_calibration_records = require("./actions/get-all-calibration-records.cjs");
|
|
15
|
+
const require_get_all_gage_records = require("./actions/get-all-gage-records.cjs");
|
|
16
|
+
const require_get_all_manufacturers = require("./actions/get-all-manufacturers.cjs");
|
|
17
|
+
const require_get_attachment = require("./actions/get-attachment.cjs");
|
|
18
|
+
const require_get_custom_fields = require("./actions/get-custom-fields.cjs");
|
|
19
|
+
const require_get_single_calibration_record = require("./actions/get-single-calibration-record.cjs");
|
|
20
|
+
const require_get_single_gage_record = require("./actions/get-single-gage-record.cjs");
|
|
21
|
+
const require_update_account_settings = require("./actions/update-account-settings.cjs");
|
|
22
|
+
const require_update_custom_field_values = require("./actions/update-custom-field-values.cjs");
|
|
23
|
+
const require_update_manufacturer = require("./actions/update-manufacturer.cjs");
|
|
24
|
+
const require_upload_attachment_to_gage_record = require("./actions/upload-attachment-to-gage-record.cjs");
|
|
25
|
+
require("./actions/index.cjs");
|
|
26
|
+
exports.gagelist = require_app.gagelist;
|
|
27
|
+
exports.gagelistAddCalibrationRecord = require_add_calibration_record.gagelistAddCalibrationRecord;
|
|
28
|
+
exports.gagelistAddGageRecord = require_add_gage_record.gagelistAddGageRecord;
|
|
29
|
+
exports.gagelistAddManufacturer = require_add_manufacturer.gagelistAddManufacturer;
|
|
30
|
+
exports.gagelistAuthenticateWithGagelist = require_authenticate_with_gagelist.gagelistAuthenticateWithGagelist;
|
|
31
|
+
exports.gagelistCatalog = require_catalog.gagelistCatalog;
|
|
32
|
+
exports.gagelistDeleteCalibrationRecord = require_delete_calibration_record.gagelistDeleteCalibrationRecord;
|
|
33
|
+
exports.gagelistDeleteGageRecord = require_delete_gage_record.gagelistDeleteGageRecord;
|
|
34
|
+
exports.gagelistDeleteManufacturer = require_delete_manufacturer.gagelistDeleteManufacturer;
|
|
35
|
+
exports.gagelistGenerateCalibrationCertificate = require_generate_calibration_certificate.gagelistGenerateCalibrationCertificate;
|
|
36
|
+
exports.gagelistGetAccountSettings = require_get_account_settings.gagelistGetAccountSettings;
|
|
37
|
+
exports.gagelistGetAccountStatus = require_get_account_status.gagelistGetAccountStatus;
|
|
38
|
+
exports.gagelistGetAllCalibrationRecords = require_get_all_calibration_records.gagelistGetAllCalibrationRecords;
|
|
39
|
+
exports.gagelistGetAllGageRecords = require_get_all_gage_records.gagelistGetAllGageRecords;
|
|
40
|
+
exports.gagelistGetAllManufacturers = require_get_all_manufacturers.gagelistGetAllManufacturers;
|
|
41
|
+
exports.gagelistGetAttachment = require_get_attachment.gagelistGetAttachment;
|
|
42
|
+
exports.gagelistGetCustomFields = require_get_custom_fields.gagelistGetCustomFields;
|
|
43
|
+
exports.gagelistGetSingleCalibrationRecord = require_get_single_calibration_record.gagelistGetSingleCalibrationRecord;
|
|
44
|
+
exports.gagelistGetSingleGageRecord = require_get_single_gage_record.gagelistGetSingleGageRecord;
|
|
45
|
+
exports.gagelistUpdateAccountSettings = require_update_account_settings.gagelistUpdateAccountSettings;
|
|
46
|
+
exports.gagelistUpdateCustomFieldValues = require_update_custom_field_values.gagelistUpdateCustomFieldValues;
|
|
47
|
+
exports.gagelistUpdateManufacturer = require_update_manufacturer.gagelistUpdateManufacturer;
|
|
48
|
+
exports.gagelistUploadAttachmentToGageRecord = require_upload_attachment_to_gage_record.gagelistUploadAttachmentToGageRecord;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { gagelistAddCalibrationRecord } from "./actions/add-calibration-record.cjs";
|
|
2
|
+
import { gagelistAddGageRecord } from "./actions/add-gage-record.cjs";
|
|
3
|
+
import { gagelistAddManufacturer } from "./actions/add-manufacturer.cjs";
|
|
4
|
+
import { gagelistAuthenticateWithGagelist } from "./actions/authenticate-with-gagelist.cjs";
|
|
5
|
+
import { gagelistDeleteCalibrationRecord } from "./actions/delete-calibration-record.cjs";
|
|
6
|
+
import { gagelistDeleteGageRecord } from "./actions/delete-gage-record.cjs";
|
|
7
|
+
import { gagelistDeleteManufacturer } from "./actions/delete-manufacturer.cjs";
|
|
8
|
+
import { gagelistGenerateCalibrationCertificate } from "./actions/generate-calibration-certificate.cjs";
|
|
9
|
+
import { gagelistGetAccountSettings } from "./actions/get-account-settings.cjs";
|
|
10
|
+
import { gagelistGetAccountStatus } from "./actions/get-account-status.cjs";
|
|
11
|
+
import { gagelistGetAllCalibrationRecords } from "./actions/get-all-calibration-records.cjs";
|
|
12
|
+
import { gagelistGetAllGageRecords } from "./actions/get-all-gage-records.cjs";
|
|
13
|
+
import { gagelistGetAllManufacturers } from "./actions/get-all-manufacturers.cjs";
|
|
14
|
+
import { gagelistGetAttachment } from "./actions/get-attachment.cjs";
|
|
15
|
+
import { gagelistGetCustomFields } from "./actions/get-custom-fields.cjs";
|
|
16
|
+
import { gagelistGetSingleCalibrationRecord } from "./actions/get-single-calibration-record.cjs";
|
|
17
|
+
import { gagelistGetSingleGageRecord } from "./actions/get-single-gage-record.cjs";
|
|
18
|
+
import { gagelistUpdateAccountSettings } from "./actions/update-account-settings.cjs";
|
|
19
|
+
import { gagelistUpdateCustomFieldValues } from "./actions/update-custom-field-values.cjs";
|
|
20
|
+
import { gagelistUpdateManufacturer } from "./actions/update-manufacturer.cjs";
|
|
21
|
+
import { gagelistUploadAttachmentToGageRecord } from "./actions/upload-attachment-to-gage-record.cjs";
|
|
22
|
+
import { gagelist } from "./app.cjs";
|
|
23
|
+
import { gagelistCatalog } from "./catalog.cjs";
|
|
24
|
+
export { gagelist, gagelistAddCalibrationRecord, gagelistAddGageRecord, gagelistAddManufacturer, gagelistAuthenticateWithGagelist, gagelistCatalog, gagelistDeleteCalibrationRecord, gagelistDeleteGageRecord, gagelistDeleteManufacturer, gagelistGenerateCalibrationCertificate, gagelistGetAccountSettings, gagelistGetAccountStatus, gagelistGetAllCalibrationRecords, gagelistGetAllGageRecords, gagelistGetAllManufacturers, gagelistGetAttachment, gagelistGetCustomFields, gagelistGetSingleCalibrationRecord, gagelistGetSingleGageRecord, gagelistUpdateAccountSettings, gagelistUpdateCustomFieldValues, gagelistUpdateManufacturer, gagelistUploadAttachmentToGageRecord };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { gagelistAddCalibrationRecord } from "./actions/add-calibration-record.mjs";
|
|
2
|
+
import { gagelistAddGageRecord } from "./actions/add-gage-record.mjs";
|
|
3
|
+
import { gagelistAddManufacturer } from "./actions/add-manufacturer.mjs";
|
|
4
|
+
import { gagelistAuthenticateWithGagelist } from "./actions/authenticate-with-gagelist.mjs";
|
|
5
|
+
import { gagelistDeleteCalibrationRecord } from "./actions/delete-calibration-record.mjs";
|
|
6
|
+
import { gagelistDeleteGageRecord } from "./actions/delete-gage-record.mjs";
|
|
7
|
+
import { gagelistDeleteManufacturer } from "./actions/delete-manufacturer.mjs";
|
|
8
|
+
import { gagelistGenerateCalibrationCertificate } from "./actions/generate-calibration-certificate.mjs";
|
|
9
|
+
import { gagelistGetAccountSettings } from "./actions/get-account-settings.mjs";
|
|
10
|
+
import { gagelistGetAccountStatus } from "./actions/get-account-status.mjs";
|
|
11
|
+
import { gagelistGetAllCalibrationRecords } from "./actions/get-all-calibration-records.mjs";
|
|
12
|
+
import { gagelistGetAllGageRecords } from "./actions/get-all-gage-records.mjs";
|
|
13
|
+
import { gagelistGetAllManufacturers } from "./actions/get-all-manufacturers.mjs";
|
|
14
|
+
import { gagelistGetAttachment } from "./actions/get-attachment.mjs";
|
|
15
|
+
import { gagelistGetCustomFields } from "./actions/get-custom-fields.mjs";
|
|
16
|
+
import { gagelistGetSingleCalibrationRecord } from "./actions/get-single-calibration-record.mjs";
|
|
17
|
+
import { gagelistGetSingleGageRecord } from "./actions/get-single-gage-record.mjs";
|
|
18
|
+
import { gagelistUpdateAccountSettings } from "./actions/update-account-settings.mjs";
|
|
19
|
+
import { gagelistUpdateCustomFieldValues } from "./actions/update-custom-field-values.mjs";
|
|
20
|
+
import { gagelistUpdateManufacturer } from "./actions/update-manufacturer.mjs";
|
|
21
|
+
import { gagelistUploadAttachmentToGageRecord } from "./actions/upload-attachment-to-gage-record.mjs";
|
|
22
|
+
import { gagelist } from "./app.mjs";
|
|
23
|
+
import { gagelistCatalog } from "./catalog.mjs";
|
|
24
|
+
export { gagelist, gagelistAddCalibrationRecord, gagelistAddGageRecord, gagelistAddManufacturer, gagelistAuthenticateWithGagelist, gagelistCatalog, gagelistDeleteCalibrationRecord, gagelistDeleteGageRecord, gagelistDeleteManufacturer, gagelistGenerateCalibrationCertificate, gagelistGetAccountSettings, gagelistGetAccountStatus, gagelistGetAllCalibrationRecords, gagelistGetAllGageRecords, gagelistGetAllManufacturers, gagelistGetAttachment, gagelistGetCustomFields, gagelistGetSingleCalibrationRecord, gagelistGetSingleGageRecord, gagelistUpdateAccountSettings, gagelistUpdateCustomFieldValues, gagelistUpdateManufacturer, gagelistUploadAttachmentToGageRecord };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { gagelist } from "./app.mjs";
|
|
2
|
+
import { gagelistCatalog } from "./catalog.mjs";
|
|
3
|
+
import { gagelistAddCalibrationRecord } from "./actions/add-calibration-record.mjs";
|
|
4
|
+
import { gagelistAddGageRecord } from "./actions/add-gage-record.mjs";
|
|
5
|
+
import { gagelistAddManufacturer } from "./actions/add-manufacturer.mjs";
|
|
6
|
+
import { gagelistAuthenticateWithGagelist } from "./actions/authenticate-with-gagelist.mjs";
|
|
7
|
+
import { gagelistDeleteCalibrationRecord } from "./actions/delete-calibration-record.mjs";
|
|
8
|
+
import { gagelistDeleteGageRecord } from "./actions/delete-gage-record.mjs";
|
|
9
|
+
import { gagelistDeleteManufacturer } from "./actions/delete-manufacturer.mjs";
|
|
10
|
+
import { gagelistGenerateCalibrationCertificate } from "./actions/generate-calibration-certificate.mjs";
|
|
11
|
+
import { gagelistGetAccountSettings } from "./actions/get-account-settings.mjs";
|
|
12
|
+
import { gagelistGetAccountStatus } from "./actions/get-account-status.mjs";
|
|
13
|
+
import { gagelistGetAllCalibrationRecords } from "./actions/get-all-calibration-records.mjs";
|
|
14
|
+
import { gagelistGetAllGageRecords } from "./actions/get-all-gage-records.mjs";
|
|
15
|
+
import { gagelistGetAllManufacturers } from "./actions/get-all-manufacturers.mjs";
|
|
16
|
+
import { gagelistGetAttachment } from "./actions/get-attachment.mjs";
|
|
17
|
+
import { gagelistGetCustomFields } from "./actions/get-custom-fields.mjs";
|
|
18
|
+
import { gagelistGetSingleCalibrationRecord } from "./actions/get-single-calibration-record.mjs";
|
|
19
|
+
import { gagelistGetSingleGageRecord } from "./actions/get-single-gage-record.mjs";
|
|
20
|
+
import { gagelistUpdateAccountSettings } from "./actions/update-account-settings.mjs";
|
|
21
|
+
import { gagelistUpdateCustomFieldValues } from "./actions/update-custom-field-values.mjs";
|
|
22
|
+
import { gagelistUpdateManufacturer } from "./actions/update-manufacturer.mjs";
|
|
23
|
+
import { gagelistUploadAttachmentToGageRecord } from "./actions/upload-attachment-to-gage-record.mjs";
|
|
24
|
+
import "./actions/index.mjs";
|
|
25
|
+
export { gagelist, gagelistAddCalibrationRecord, gagelistAddGageRecord, gagelistAddManufacturer, gagelistAuthenticateWithGagelist, gagelistCatalog, gagelistDeleteCalibrationRecord, gagelistDeleteGageRecord, gagelistDeleteManufacturer, gagelistGenerateCalibrationCertificate, gagelistGetAccountSettings, gagelistGetAccountStatus, gagelistGetAllCalibrationRecords, gagelistGetAllGageRecords, gagelistGetAllManufacturers, gagelistGetAttachment, gagelistGetCustomFields, gagelistGetSingleCalibrationRecord, gagelistGetSingleGageRecord, gagelistUpdateAccountSettings, gagelistUpdateCustomFieldValues, gagelistUpdateManufacturer, gagelistUploadAttachmentToGageRecord };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/gagelist",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/gagelist"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|