@keystrokehq/modelry 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.
Files changed (146) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/create-workspace.cjs +26 -0
  7. package/dist/actions/create-workspace.cjs.map +1 -0
  8. package/dist/actions/create-workspace.d.cts +9 -0
  9. package/dist/actions/create-workspace.d.cts.map +1 -0
  10. package/dist/actions/create-workspace.d.mts +9 -0
  11. package/dist/actions/create-workspace.d.mts.map +1 -0
  12. package/dist/actions/create-workspace.mjs +23 -0
  13. package/dist/actions/create-workspace.mjs.map +1 -0
  14. package/dist/actions/delete-embed.cjs +19 -0
  15. package/dist/actions/delete-embed.cjs.map +1 -0
  16. package/dist/actions/delete-embed.d.cts +9 -0
  17. package/dist/actions/delete-embed.d.cts.map +1 -0
  18. package/dist/actions/delete-embed.d.mts +9 -0
  19. package/dist/actions/delete-embed.d.mts.map +1 -0
  20. package/dist/actions/delete-embed.mjs +16 -0
  21. package/dist/actions/delete-embed.mjs.map +1 -0
  22. package/dist/actions/delete-product-repository.cjs +19 -0
  23. package/dist/actions/delete-product-repository.cjs.map +1 -0
  24. package/dist/actions/delete-product-repository.d.cts +9 -0
  25. package/dist/actions/delete-product-repository.d.cts.map +1 -0
  26. package/dist/actions/delete-product-repository.d.mts +9 -0
  27. package/dist/actions/delete-product-repository.d.mts.map +1 -0
  28. package/dist/actions/delete-product-repository.mjs +16 -0
  29. package/dist/actions/delete-product-repository.mjs.map +1 -0
  30. package/dist/actions/delete-product.cjs +19 -0
  31. package/dist/actions/delete-product.cjs.map +1 -0
  32. package/dist/actions/delete-product.d.cts +9 -0
  33. package/dist/actions/delete-product.d.cts.map +1 -0
  34. package/dist/actions/delete-product.d.mts +9 -0
  35. package/dist/actions/delete-product.d.mts.map +1 -0
  36. package/dist/actions/delete-product.mjs +16 -0
  37. package/dist/actions/delete-product.mjs.map +1 -0
  38. package/dist/actions/delete-workspace.cjs +19 -0
  39. package/dist/actions/delete-workspace.cjs.map +1 -0
  40. package/dist/actions/delete-workspace.d.cts +9 -0
  41. package/dist/actions/delete-workspace.d.cts.map +1 -0
  42. package/dist/actions/delete-workspace.d.mts +9 -0
  43. package/dist/actions/delete-workspace.d.mts.map +1 -0
  44. package/dist/actions/delete-workspace.mjs +16 -0
  45. package/dist/actions/delete-workspace.mjs.map +1 -0
  46. package/dist/actions/get-embed.cjs +26 -0
  47. package/dist/actions/get-embed.cjs.map +1 -0
  48. package/dist/actions/get-embed.d.cts +9 -0
  49. package/dist/actions/get-embed.d.cts.map +1 -0
  50. package/dist/actions/get-embed.d.mts +9 -0
  51. package/dist/actions/get-embed.d.mts.map +1 -0
  52. package/dist/actions/get-embed.mjs +23 -0
  53. package/dist/actions/get-embed.mjs.map +1 -0
  54. package/dist/actions/get-workspace.cjs +23 -0
  55. package/dist/actions/get-workspace.cjs.map +1 -0
  56. package/dist/actions/get-workspace.d.cts +9 -0
  57. package/dist/actions/get-workspace.d.cts.map +1 -0
  58. package/dist/actions/get-workspace.d.mts +9 -0
  59. package/dist/actions/get-workspace.d.mts.map +1 -0
  60. package/dist/actions/get-workspace.mjs +20 -0
  61. package/dist/actions/get-workspace.mjs.map +1 -0
  62. package/dist/actions/index.cjs +29 -0
  63. package/dist/actions/index.d.cts +15 -0
  64. package/dist/actions/index.d.mts +15 -0
  65. package/dist/actions/index.mjs +15 -0
  66. package/dist/actions/list-embeds.cjs +35 -0
  67. package/dist/actions/list-embeds.cjs.map +1 -0
  68. package/dist/actions/list-embeds.d.cts +9 -0
  69. package/dist/actions/list-embeds.d.cts.map +1 -0
  70. package/dist/actions/list-embeds.d.mts +9 -0
  71. package/dist/actions/list-embeds.d.mts.map +1 -0
  72. package/dist/actions/list-embeds.mjs +34 -0
  73. package/dist/actions/list-embeds.mjs.map +1 -0
  74. package/dist/actions/list-modeling-requests.cjs +34 -0
  75. package/dist/actions/list-modeling-requests.cjs.map +1 -0
  76. package/dist/actions/list-modeling-requests.d.cts +9 -0
  77. package/dist/actions/list-modeling-requests.d.cts.map +1 -0
  78. package/dist/actions/list-modeling-requests.d.mts +9 -0
  79. package/dist/actions/list-modeling-requests.d.mts.map +1 -0
  80. package/dist/actions/list-modeling-requests.mjs +33 -0
  81. package/dist/actions/list-modeling-requests.mjs.map +1 -0
  82. package/dist/actions/list-product-repositories.cjs +32 -0
  83. package/dist/actions/list-product-repositories.cjs.map +1 -0
  84. package/dist/actions/list-product-repositories.d.cts +9 -0
  85. package/dist/actions/list-product-repositories.d.cts.map +1 -0
  86. package/dist/actions/list-product-repositories.d.mts +9 -0
  87. package/dist/actions/list-product-repositories.d.mts.map +1 -0
  88. package/dist/actions/list-product-repositories.mjs +31 -0
  89. package/dist/actions/list-product-repositories.mjs.map +1 -0
  90. package/dist/actions/list-products.cjs +34 -0
  91. package/dist/actions/list-products.cjs.map +1 -0
  92. package/dist/actions/list-products.d.cts +9 -0
  93. package/dist/actions/list-products.d.cts.map +1 -0
  94. package/dist/actions/list-products.d.mts +9 -0
  95. package/dist/actions/list-products.d.mts.map +1 -0
  96. package/dist/actions/list-products.mjs +33 -0
  97. package/dist/actions/list-products.mjs.map +1 -0
  98. package/dist/actions/list-workspaces.cjs +32 -0
  99. package/dist/actions/list-workspaces.cjs.map +1 -0
  100. package/dist/actions/list-workspaces.d.cts +9 -0
  101. package/dist/actions/list-workspaces.d.cts.map +1 -0
  102. package/dist/actions/list-workspaces.d.mts +9 -0
  103. package/dist/actions/list-workspaces.d.mts.map +1 -0
  104. package/dist/actions/list-workspaces.mjs +31 -0
  105. package/dist/actions/list-workspaces.mjs.map +1 -0
  106. package/dist/actions/order-modeling-service.cjs +35 -0
  107. package/dist/actions/order-modeling-service.cjs.map +1 -0
  108. package/dist/actions/order-modeling-service.d.cts +9 -0
  109. package/dist/actions/order-modeling-service.d.cts.map +1 -0
  110. package/dist/actions/order-modeling-service.d.mts +9 -0
  111. package/dist/actions/order-modeling-service.d.mts.map +1 -0
  112. package/dist/actions/order-modeling-service.mjs +32 -0
  113. package/dist/actions/order-modeling-service.mjs.map +1 -0
  114. package/dist/actions/track-modeling-progress.cjs +28 -0
  115. package/dist/actions/track-modeling-progress.cjs.map +1 -0
  116. package/dist/actions/track-modeling-progress.d.cts +9 -0
  117. package/dist/actions/track-modeling-progress.d.cts.map +1 -0
  118. package/dist/actions/track-modeling-progress.d.mts +9 -0
  119. package/dist/actions/track-modeling-progress.d.mts.map +1 -0
  120. package/dist/actions/track-modeling-progress.mjs +25 -0
  121. package/dist/actions/track-modeling-progress.mjs.map +1 -0
  122. package/dist/app.cjs +9 -0
  123. package/dist/app.cjs.map +1 -0
  124. package/dist/app.d.cts +5 -0
  125. package/dist/app.d.cts.map +1 -0
  126. package/dist/app.d.mts +5 -0
  127. package/dist/app.d.mts.map +1 -0
  128. package/dist/app.mjs +10 -0
  129. package/dist/app.mjs.map +1 -0
  130. package/dist/catalog.cjs +15 -0
  131. package/dist/catalog.cjs.map +1 -0
  132. package/dist/catalog.d.cts +14 -0
  133. package/dist/catalog.d.cts.map +1 -0
  134. package/dist/catalog.d.mts +14 -0
  135. package/dist/catalog.d.mts.map +1 -0
  136. package/dist/catalog.mjs +15 -0
  137. package/dist/catalog.mjs.map +1 -0
  138. package/dist/execute.cjs +18 -0
  139. package/dist/execute.cjs.map +1 -0
  140. package/dist/execute.mjs +18 -0
  141. package/dist/execute.mjs.map +1 -0
  142. package/dist/index.cjs +34 -0
  143. package/dist/index.d.cts +17 -0
  144. package/dist/index.d.mts +17 -0
  145. package/dist/index.mjs +18 -0
  146. package/package.json +49 -0
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-products.ts
4
+ const ModelryListProductsInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number for pagination, must be >= 1").optional(),
6
+ per_page: zod.z.number().int().describe("Number of items per page for pagination, between 1 and 100").optional(),
7
+ workspace_id: zod.z.string().describe("Workspace ID to scope the products listing. If provided, only products in this workspace are returned.").optional()
8
+ }).describe("Parameters for listing products in Modelry.");
9
+ const ModelryListProducts_ListProductsResponseProductSchema = zod.z.object({
10
+ id: zod.z.string().describe("Unique identifier of the product"),
11
+ name: zod.z.string().describe("Display name of the product").nullable().optional(),
12
+ type: zod.z.string().describe("Type or category of the product").nullable().optional(),
13
+ status: zod.z.string().describe("Current status of the product (e.g., active, draft, archived)").nullable().optional(),
14
+ createdAt: zod.z.string().describe("ISO 8601 timestamp when the product was created").nullable().optional(),
15
+ updatedAt: zod.z.string().describe("ISO 8601 timestamp when the product was last updated").nullable().optional(),
16
+ description: zod.z.string().describe("Detailed description of the product").nullable().optional()
17
+ }).describe("Product item in the Modelry products list.");
18
+ const ModelryListProductsOutput = zod.z.object({
19
+ page: zod.z.number().int().describe("Current page number returned").nullable().optional(),
20
+ total: zod.z.number().int().describe("Total number of products available").nullable().optional(),
21
+ per_page: zod.z.number().int().describe("Number of items per page returned").nullable().optional(),
22
+ products: zod.z.array(ModelryListProducts_ListProductsResponseProductSchema).describe("List of products returned by Modelry")
23
+ }).describe("Response schema for listing products.");
24
+ const modelryListProducts = require_action.action("MODELRY_LIST_PRODUCTS", {
25
+ slug: "modelry-list-products",
26
+ name: "List Modelry Products",
27
+ description: "List all products in Modelry. Returns paginated product data including IDs, names, and metadata. Use this to retrieve product IDs needed for other product-related actions like delete or get details. Optionally scope to a specific workspace using workspace_id parameter.",
28
+ input: ModelryListProductsInput,
29
+ output: ModelryListProductsOutput
30
+ });
31
+ //#endregion
32
+ exports.modelryListProducts = modelryListProducts;
33
+
34
+ //# sourceMappingURL=list-products.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-products.cjs","names":["z","action"],"sources":["../../src/actions/list-products.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryListProductsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination, must be >= 1\").optional(),\n per_page: z.number().int().describe(\"Number of items per page for pagination, between 1 and 100\").optional(),\n workspace_id: z.string().describe(\"Workspace ID to scope the products listing. If provided, only products in this workspace are returned.\").optional(),\n}).describe(\"Parameters for listing products in Modelry.\");\nconst ModelryListProducts_ListProductsResponseProductSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the product\"),\n name: z.string().describe(\"Display name of the product\").nullable().optional(),\n type: z.string().describe(\"Type or category of the product\").nullable().optional(),\n status: z.string().describe(\"Current status of the product (e.g., active, draft, archived)\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the product was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the product was last updated\").nullable().optional(),\n description: z.string().describe(\"Detailed description of the product\").nullable().optional(),\n}).describe(\"Product item in the Modelry products list.\");\nexport const ModelryListProductsOutput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number returned\").nullable().optional(),\n total: z.number().int().describe(\"Total number of products available\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of items per page returned\").nullable().optional(),\n products: z.array(ModelryListProducts_ListProductsResponseProductSchema).describe(\"List of products returned by Modelry\"),\n}).describe(\"Response schema for listing products.\");\n\nexport const modelryListProducts = action(\"MODELRY_LIST_PRODUCTS\", {\n slug: \"modelry-list-products\",\n name: \"List Modelry Products\",\n description: \"List all products in Modelry. Returns paginated product data including IDs, names, and metadata. Use this to retrieve product IDs needed for other product-related actions like delete or get details. Optionally scope to a specific workspace using workspace_id parameter.\",\n input: ModelryListProductsInput,\n output: ModelryListProductsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAC3G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,UAAUA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,sCAAsC;AAC1H,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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/list-products.d.ts
4
+ declare const ModelryListProductsInput: z.ZodTypeAny;
5
+ declare const ModelryListProductsOutput: z.ZodTypeAny;
6
+ declare const modelryListProducts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryListProducts };
9
+ //# sourceMappingURL=list-products.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-products.d.cts","names":[],"sources":["../../src/actions/list-products.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAIiB;AAAA,cAU7C,yBAAA,EAA2B,CAAA,CAAE,UAKU;AAAA,cAEvC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-products.d.ts
4
+ declare const ModelryListProductsInput: z.ZodTypeAny;
5
+ declare const ModelryListProductsOutput: z.ZodTypeAny;
6
+ declare const modelryListProducts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryListProducts };
9
+ //# sourceMappingURL=list-products.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-products.d.mts","names":[],"sources":["../../src/actions/list-products.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAIiB;AAAA,cAU7C,yBAAA,EAA2B,CAAA,CAAE,UAKU;AAAA,cAEvC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,33 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-products.ts
4
+ const ModelryListProductsInput = z.object({
5
+ page: z.number().int().describe("Page number for pagination, must be >= 1").optional(),
6
+ per_page: z.number().int().describe("Number of items per page for pagination, between 1 and 100").optional(),
7
+ workspace_id: z.string().describe("Workspace ID to scope the products listing. If provided, only products in this workspace are returned.").optional()
8
+ }).describe("Parameters for listing products in Modelry.");
9
+ const ModelryListProducts_ListProductsResponseProductSchema = z.object({
10
+ id: z.string().describe("Unique identifier of the product"),
11
+ name: z.string().describe("Display name of the product").nullable().optional(),
12
+ type: z.string().describe("Type or category of the product").nullable().optional(),
13
+ status: z.string().describe("Current status of the product (e.g., active, draft, archived)").nullable().optional(),
14
+ createdAt: z.string().describe("ISO 8601 timestamp when the product was created").nullable().optional(),
15
+ updatedAt: z.string().describe("ISO 8601 timestamp when the product was last updated").nullable().optional(),
16
+ description: z.string().describe("Detailed description of the product").nullable().optional()
17
+ }).describe("Product item in the Modelry products list.");
18
+ const modelryListProducts = action("MODELRY_LIST_PRODUCTS", {
19
+ slug: "modelry-list-products",
20
+ name: "List Modelry Products",
21
+ description: "List all products in Modelry. Returns paginated product data including IDs, names, and metadata. Use this to retrieve product IDs needed for other product-related actions like delete or get details. Optionally scope to a specific workspace using workspace_id parameter.",
22
+ input: ModelryListProductsInput,
23
+ output: z.object({
24
+ page: z.number().int().describe("Current page number returned").nullable().optional(),
25
+ total: z.number().int().describe("Total number of products available").nullable().optional(),
26
+ per_page: z.number().int().describe("Number of items per page returned").nullable().optional(),
27
+ products: z.array(ModelryListProducts_ListProductsResponseProductSchema).describe("List of products returned by Modelry")
28
+ }).describe("Response schema for listing products.")
29
+ });
30
+ //#endregion
31
+ export { modelryListProducts };
32
+
33
+ //# sourceMappingURL=list-products.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-products.mjs","names":[],"sources":["../../src/actions/list-products.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryListProductsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination, must be >= 1\").optional(),\n per_page: z.number().int().describe(\"Number of items per page for pagination, between 1 and 100\").optional(),\n workspace_id: z.string().describe(\"Workspace ID to scope the products listing. If provided, only products in this workspace are returned.\").optional(),\n}).describe(\"Parameters for listing products in Modelry.\");\nconst ModelryListProducts_ListProductsResponseProductSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the product\"),\n name: z.string().describe(\"Display name of the product\").nullable().optional(),\n type: z.string().describe(\"Type or category of the product\").nullable().optional(),\n status: z.string().describe(\"Current status of the product (e.g., active, draft, archived)\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the product was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the product was last updated\").nullable().optional(),\n description: z.string().describe(\"Detailed description of the product\").nullable().optional(),\n}).describe(\"Product item in the Modelry products list.\");\nexport const ModelryListProductsOutput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number returned\").nullable().optional(),\n total: z.number().int().describe(\"Total number of products available\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of items per page returned\").nullable().optional(),\n products: z.array(ModelryListProducts_ListProductsResponseProductSchema).describe(\"List of products returned by Modelry\"),\n}).describe(\"Response schema for listing products.\");\n\nexport const modelryListProducts = action(\"MODELRY_LIST_PRODUCTS\", {\n slug: \"modelry-list-products\",\n name: \"List Modelry Products\",\n description: \"List all products in Modelry. Returns paginated product data including IDs, names, and metadata. Use this to retrieve product IDs needed for other product-related actions like delete or get details. Optionally scope to a specific workspace using workspace_id parameter.\",\n input: ModelryListProductsInput,\n output: ModelryListProductsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAC3G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,wDAAsE,EAAE,OAAO;CACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAQxD,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZqD,EAAE,OAAO;EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,UAAU,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,sCAAsC;CAC1H,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-workspaces.ts
4
+ const ModelryListWorkspacesInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number for pagination, must be >= 1").optional(),
6
+ per_page: zod.z.number().int().describe("Number of items per page for pagination, between 1 and 100").optional()
7
+ }).describe("Parameters for listing workspaces.");
8
+ const ModelryListWorkspaces_ListWorkspacesResponseWorkspaceSchema = zod.z.object({
9
+ id: zod.z.string().describe("Workspace unique identifier"),
10
+ name: zod.z.string().describe("Workspace name"),
11
+ slug: zod.z.string().describe("Workspace slug, URL-friendly identifier").nullable().optional(),
12
+ type: zod.z.string().describe("Resource type, typically 'workspace'").nullable().optional(),
13
+ created_at: zod.z.string().describe("ISO timestamp when the workspace was created").nullable().optional(),
14
+ updated_at: zod.z.string().describe("ISO timestamp when the workspace was last updated").nullable().optional()
15
+ }).describe("Workspace item in the Modelry workspaces list.");
16
+ const ModelryListWorkspacesOutput = zod.z.object({
17
+ page: zod.z.number().int().describe("Current page number returned").nullable().optional(),
18
+ total: zod.z.number().int().describe("Total number of workspaces available").nullable().optional(),
19
+ per_page: zod.z.number().int().describe("Number of items per page returned").nullable().optional(),
20
+ workspaces: zod.z.array(ModelryListWorkspaces_ListWorkspacesResponseWorkspaceSchema).describe("List of workspaces returned by Modelry")
21
+ }).describe("Response schema for listing workspaces.");
22
+ const modelryListWorkspaces = require_action.action("MODELRY_LIST_WORKSPACES", {
23
+ slug: "modelry-list-workspaces",
24
+ name: "List Modelry Workspaces",
25
+ description: "Tool to list all workspaces in Modelry. Use when you need to retrieve available workspaces after authenticating.",
26
+ input: ModelryListWorkspacesInput,
27
+ output: ModelryListWorkspacesOutput
28
+ });
29
+ //#endregion
30
+ exports.modelryListWorkspaces = modelryListWorkspaces;
31
+
32
+ //# sourceMappingURL=list-workspaces.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-workspaces.cjs","names":["z","action"],"sources":["../../src/actions/list-workspaces.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryListWorkspacesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination, must be >= 1\").optional(),\n per_page: z.number().int().describe(\"Number of items per page for pagination, between 1 and 100\").optional(),\n}).describe(\"Parameters for listing workspaces.\");\nconst ModelryListWorkspaces_ListWorkspacesResponseWorkspaceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Workspace unique identifier\"),\n name: z.string().describe(\"Workspace name\"),\n slug: z.string().describe(\"Workspace slug, URL-friendly identifier\").nullable().optional(),\n type: z.string().describe(\"Resource type, typically 'workspace'\").nullable().optional(),\n created_at: z.string().describe(\"ISO timestamp when the workspace was created\").nullable().optional(),\n updated_at: z.string().describe(\"ISO timestamp when the workspace was last updated\").nullable().optional(),\n}).describe(\"Workspace item in the Modelry workspaces list.\");\nexport const ModelryListWorkspacesOutput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number returned\").nullable().optional(),\n total: z.number().int().describe(\"Total number of workspaces available\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of items per page returned\").nullable().optional(),\n workspaces: z.array(ModelryListWorkspaces_ListWorkspacesResponseWorkspaceSchema).describe(\"List of workspaces returned by Modelry\"),\n}).describe(\"Response schema for listing workspaces.\");\n\nexport const modelryListWorkspaces = action(\"MODELRY_LIST_WORKSPACES\", {\n slug: \"modelry-list-workspaces\",\n name: \"List Modelry Workspaces\",\n description: \"Tool to list all workspaces in Modelry. Use when you need to retrieve available workspaces after authenticating.\",\n input: ModelryListWorkspacesInput,\n output: ModelryListWorkspacesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,8DAA4EA,IAAAA,EAAE,OAAO;CACzF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC1C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,YAAYA,IAAAA,EAAE,MAAM,2DAA2D,CAAC,CAAC,SAAS,wCAAwC;AACpI,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,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/list-workspaces.d.ts
4
+ declare const ModelryListWorkspacesInput: z.ZodTypeAny;
5
+ declare const ModelryListWorkspacesOutput: z.ZodTypeAny;
6
+ declare const modelryListWorkspaces: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryListWorkspaces };
9
+ //# sourceMappingURL=list-workspaces.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-workspaces.d.cts","names":[],"sources":["../../src/actions/list-workspaces.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGM;AAAA,cASpC,2BAAA,EAA6B,CAAA,CAAE,UAKU;AAAA,cAEzC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-workspaces.d.ts
4
+ declare const ModelryListWorkspacesInput: z.ZodTypeAny;
5
+ declare const ModelryListWorkspacesOutput: z.ZodTypeAny;
6
+ declare const modelryListWorkspaces: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryListWorkspaces };
9
+ //# sourceMappingURL=list-workspaces.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-workspaces.d.mts","names":[],"sources":["../../src/actions/list-workspaces.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGM;AAAA,cASpC,2BAAA,EAA6B,CAAA,CAAE,UAKU;AAAA,cAEzC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-workspaces.ts
4
+ const ModelryListWorkspacesInput = z.object({
5
+ page: z.number().int().describe("Page number for pagination, must be >= 1").optional(),
6
+ per_page: z.number().int().describe("Number of items per page for pagination, between 1 and 100").optional()
7
+ }).describe("Parameters for listing workspaces.");
8
+ const ModelryListWorkspaces_ListWorkspacesResponseWorkspaceSchema = z.object({
9
+ id: z.string().describe("Workspace unique identifier"),
10
+ name: z.string().describe("Workspace name"),
11
+ slug: z.string().describe("Workspace slug, URL-friendly identifier").nullable().optional(),
12
+ type: z.string().describe("Resource type, typically 'workspace'").nullable().optional(),
13
+ created_at: z.string().describe("ISO timestamp when the workspace was created").nullable().optional(),
14
+ updated_at: z.string().describe("ISO timestamp when the workspace was last updated").nullable().optional()
15
+ }).describe("Workspace item in the Modelry workspaces list.");
16
+ const modelryListWorkspaces = action("MODELRY_LIST_WORKSPACES", {
17
+ slug: "modelry-list-workspaces",
18
+ name: "List Modelry Workspaces",
19
+ description: "Tool to list all workspaces in Modelry. Use when you need to retrieve available workspaces after authenticating.",
20
+ input: ModelryListWorkspacesInput,
21
+ output: z.object({
22
+ page: z.number().int().describe("Current page number returned").nullable().optional(),
23
+ total: z.number().int().describe("Total number of workspaces available").nullable().optional(),
24
+ per_page: z.number().int().describe("Number of items per page returned").nullable().optional(),
25
+ workspaces: z.array(ModelryListWorkspaces_ListWorkspacesResponseWorkspaceSchema).describe("List of workspaces returned by Modelry")
26
+ }).describe("Response schema for listing workspaces.")
27
+ });
28
+ //#endregion
29
+ export { modelryListWorkspaces };
30
+
31
+ //# sourceMappingURL=list-workspaces.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-workspaces.mjs","names":[],"sources":["../../src/actions/list-workspaces.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryListWorkspacesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination, must be >= 1\").optional(),\n per_page: z.number().int().describe(\"Number of items per page for pagination, between 1 and 100\").optional(),\n}).describe(\"Parameters for listing workspaces.\");\nconst ModelryListWorkspaces_ListWorkspacesResponseWorkspaceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Workspace unique identifier\"),\n name: z.string().describe(\"Workspace name\"),\n slug: z.string().describe(\"Workspace slug, URL-friendly identifier\").nullable().optional(),\n type: z.string().describe(\"Resource type, typically 'workspace'\").nullable().optional(),\n created_at: z.string().describe(\"ISO timestamp when the workspace was created\").nullable().optional(),\n updated_at: z.string().describe(\"ISO timestamp when the workspace was last updated\").nullable().optional(),\n}).describe(\"Workspace item in the Modelry workspaces list.\");\nexport const ModelryListWorkspacesOutput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number returned\").nullable().optional(),\n total: z.number().int().describe(\"Total number of workspaces available\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of items per page returned\").nullable().optional(),\n workspaces: z.array(ModelryListWorkspaces_ListWorkspacesResponseWorkspaceSchema).describe(\"List of workspaces returned by Modelry\"),\n}).describe(\"Response schema for listing workspaces.\");\n\nexport const modelryListWorkspaces = action(\"MODELRY_LIST_WORKSPACES\", {\n slug: \"modelry-list-workspaces\",\n name: \"List Modelry Workspaces\",\n description: \"Tool to list all workspaces in Modelry. Use when you need to retrieve available workspaces after authenticating.\",\n input: ModelryListWorkspacesInput,\n output: ModelryListWorkspacesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,8DAA4E,EAAE,OAAO;CACzF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC1C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAQ5D,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZuD,EAAE,OAAO;EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,YAAY,EAAE,MAAM,2DAA2D,CAAC,CAAC,SAAS,wCAAwC;CACpI,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/order-modeling-service.ts
4
+ const ModelryOrderModelingServiceInput = zod.z.object({
5
+ notes: zod.z.string().describe("Additional instructions or comments for the modeler").optional(),
6
+ due_date: zod.z.string().describe("Requested delivery date in ISO 8601 format; if omitted, standard turnaround applies").optional(),
7
+ priority: zod.z.enum(["standard", "rush"]).default("standard").describe("Turnaround priority; 'rush' may incur extra fees").optional(),
8
+ product_id: zod.z.string().describe("Identifier of the product to be modeled"),
9
+ service_type: zod.z.enum([
10
+ "basic",
11
+ "advanced",
12
+ "photo-realistic"
13
+ ]).describe("Level of modeling detail required"),
14
+ workspace_id: zod.z.string().describe("Unique identifier of the workspace where the order is placed"),
15
+ reference_images: zod.z.array(zod.z.string()).describe("List of URLs pointing to reference images for the modeler").optional()
16
+ }).describe("Parameters to place a 3D modeling service order.");
17
+ const ModelryOrderModelingServiceOutput = zod.z.object({
18
+ id: zod.z.string().describe("Unique identifier of the created order"),
19
+ price: zod.z.number().describe("Total cost for the order").nullable().optional(),
20
+ status: zod.z.string().describe("Current status of the order (e.g., pending, in_progress, completed)").nullable().optional(),
21
+ currency: zod.z.string().describe("Currency code of the order price, e.g., 'USD'").nullable().optional(),
22
+ createdAt: zod.z.string().describe("Order creation timestamp in ISO 8601 format").nullable().optional(),
23
+ estimatedDueDate: zod.z.string().describe("Estimated completion date in ISO 8601 format").nullable().optional()
24
+ }).describe("Schema for the modeling order creation response.");
25
+ const modelryOrderModelingService = require_action.action("MODELRY_ORDER_MODELING_SERVICE", {
26
+ slug: "modelry-order-modeling-service",
27
+ name: "Order Modeling Service",
28
+ description: "Tool to place an order for 3D modeling services. Use when workspace and product IDs are known and modeling specifications are ready.",
29
+ input: ModelryOrderModelingServiceInput,
30
+ output: ModelryOrderModelingServiceOutput
31
+ });
32
+ //#endregion
33
+ exports.modelryOrderModelingService = modelryOrderModelingService;
34
+
35
+ //# sourceMappingURL=order-modeling-service.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"order-modeling-service.cjs","names":["z","action"],"sources":["../../src/actions/order-modeling-service.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryOrderModelingServiceInput: z.ZodTypeAny = z.object({\n notes: z.string().describe(\"Additional instructions or comments for the modeler\").optional(),\n due_date: z.string().describe(\"Requested delivery date in ISO 8601 format; if omitted, standard turnaround applies\").optional(),\n priority: z.enum([\"standard\", \"rush\"]).default(\"standard\").describe(\"Turnaround priority; 'rush' may incur extra fees\").optional(),\n product_id: z.string().describe(\"Identifier of the product to be modeled\"),\n service_type: z.enum([\"basic\", \"advanced\", \"photo-realistic\"]).describe(\"Level of modeling detail required\"),\n workspace_id: z.string().describe(\"Unique identifier of the workspace where the order is placed\"),\n reference_images: z.array(z.string()).describe(\"List of URLs pointing to reference images for the modeler\").optional(),\n}).describe(\"Parameters to place a 3D modeling service order.\");\nexport const ModelryOrderModelingServiceOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the created order\"),\n price: z.number().describe(\"Total cost for the order\").nullable().optional(),\n status: z.string().describe(\"Current status of the order (e.g., pending, in_progress, completed)\").nullable().optional(),\n currency: z.string().describe(\"Currency code of the order price, e.g., 'USD'\").nullable().optional(),\n createdAt: z.string().describe(\"Order creation timestamp in ISO 8601 format\").nullable().optional(),\n estimatedDueDate: z.string().describe(\"Estimated completion date in ISO 8601 format\").nullable().optional(),\n}).describe(\"Schema for the modeling order creation response.\");\n\nexport const modelryOrderModelingService = action(\"MODELRY_ORDER_MODELING_SERVICE\", {\n slug: \"modelry-order-modeling-service\",\n name: \"Order Modeling Service\",\n description: \"Tool to place an order for 3D modeling services. Use when workspace and product IDs are known and modeling specifications are ready.\",\n input: ModelryOrderModelingServiceInput,\n output: ModelryOrderModelingServiceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC3F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CAC9H,UAAUA,IAAAA,EAAE,KAAK,CAAC,YAAY,MAAM,CAAC,CAAC,CAAC,QAAQ,UAAU,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACjI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACzE,cAAcA,IAAAA,EAAE,KAAK;EAAC;EAAS;EAAY;CAAiB,CAAC,CAAC,CAAC,SAAS,mCAAmC;CAC3G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAChG,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,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/order-modeling-service.d.ts
4
+ declare const ModelryOrderModelingServiceInput: z.ZodTypeAny;
5
+ declare const ModelryOrderModelingServiceOutput: z.ZodTypeAny;
6
+ declare const modelryOrderModelingService: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryOrderModelingService };
9
+ //# sourceMappingURL=order-modeling-service.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"order-modeling-service.d.cts","names":[],"sources":["../../src/actions/order-modeling-service.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAQc;AAAA,cAClD,iCAAA,EAAmC,CAAA,CAAE,UAOa;AAAA,cAElD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/order-modeling-service.d.ts
4
+ declare const ModelryOrderModelingServiceInput: z.ZodTypeAny;
5
+ declare const ModelryOrderModelingServiceOutput: z.ZodTypeAny;
6
+ declare const modelryOrderModelingService: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryOrderModelingService };
9
+ //# sourceMappingURL=order-modeling-service.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"order-modeling-service.d.mts","names":[],"sources":["../../src/actions/order-modeling-service.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAQc;AAAA,cAClD,iCAAA,EAAmC,CAAA,CAAE,UAOa;AAAA,cAElD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,32 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const modelryOrderModelingService = action("MODELRY_ORDER_MODELING_SERVICE", {
4
+ slug: "modelry-order-modeling-service",
5
+ name: "Order Modeling Service",
6
+ description: "Tool to place an order for 3D modeling services. Use when workspace and product IDs are known and modeling specifications are ready.",
7
+ input: z.object({
8
+ notes: z.string().describe("Additional instructions or comments for the modeler").optional(),
9
+ due_date: z.string().describe("Requested delivery date in ISO 8601 format; if omitted, standard turnaround applies").optional(),
10
+ priority: z.enum(["standard", "rush"]).default("standard").describe("Turnaround priority; 'rush' may incur extra fees").optional(),
11
+ product_id: z.string().describe("Identifier of the product to be modeled"),
12
+ service_type: z.enum([
13
+ "basic",
14
+ "advanced",
15
+ "photo-realistic"
16
+ ]).describe("Level of modeling detail required"),
17
+ workspace_id: z.string().describe("Unique identifier of the workspace where the order is placed"),
18
+ reference_images: z.array(z.string()).describe("List of URLs pointing to reference images for the modeler").optional()
19
+ }).describe("Parameters to place a 3D modeling service order."),
20
+ output: z.object({
21
+ id: z.string().describe("Unique identifier of the created order"),
22
+ price: z.number().describe("Total cost for the order").nullable().optional(),
23
+ status: z.string().describe("Current status of the order (e.g., pending, in_progress, completed)").nullable().optional(),
24
+ currency: z.string().describe("Currency code of the order price, e.g., 'USD'").nullable().optional(),
25
+ createdAt: z.string().describe("Order creation timestamp in ISO 8601 format").nullable().optional(),
26
+ estimatedDueDate: z.string().describe("Estimated completion date in ISO 8601 format").nullable().optional()
27
+ }).describe("Schema for the modeling order creation response.")
28
+ });
29
+ //#endregion
30
+ export { modelryOrderModelingService };
31
+
32
+ //# sourceMappingURL=order-modeling-service.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"order-modeling-service.mjs","names":[],"sources":["../../src/actions/order-modeling-service.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryOrderModelingServiceInput: z.ZodTypeAny = z.object({\n notes: z.string().describe(\"Additional instructions or comments for the modeler\").optional(),\n due_date: z.string().describe(\"Requested delivery date in ISO 8601 format; if omitted, standard turnaround applies\").optional(),\n priority: z.enum([\"standard\", \"rush\"]).default(\"standard\").describe(\"Turnaround priority; 'rush' may incur extra fees\").optional(),\n product_id: z.string().describe(\"Identifier of the product to be modeled\"),\n service_type: z.enum([\"basic\", \"advanced\", \"photo-realistic\"]).describe(\"Level of modeling detail required\"),\n workspace_id: z.string().describe(\"Unique identifier of the workspace where the order is placed\"),\n reference_images: z.array(z.string()).describe(\"List of URLs pointing to reference images for the modeler\").optional(),\n}).describe(\"Parameters to place a 3D modeling service order.\");\nexport const ModelryOrderModelingServiceOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the created order\"),\n price: z.number().describe(\"Total cost for the order\").nullable().optional(),\n status: z.string().describe(\"Current status of the order (e.g., pending, in_progress, completed)\").nullable().optional(),\n currency: z.string().describe(\"Currency code of the order price, e.g., 'USD'\").nullable().optional(),\n createdAt: z.string().describe(\"Order creation timestamp in ISO 8601 format\").nullable().optional(),\n estimatedDueDate: z.string().describe(\"Estimated completion date in ISO 8601 format\").nullable().optional(),\n}).describe(\"Schema for the modeling order creation response.\");\n\nexport const modelryOrderModelingService = action(\"MODELRY_ORDER_MODELING_SERVICE\", {\n slug: \"modelry-order-modeling-service\",\n name: \"Order Modeling Service\",\n description: \"Tool to place an order for 3D modeling services. Use when workspace and product IDs are known and modeling specifications are ready.\",\n input: ModelryOrderModelingServiceInput,\n output: ModelryOrderModelingServiceOutput,\n});\n"],"mappings":";;AAsBA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtB4D,EAAE,OAAO;EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAC3F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;EAC9H,UAAU,EAAE,KAAK,CAAC,YAAY,MAAM,CAAC,CAAC,CAAC,QAAQ,UAAU,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EACjI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACzE,cAAc,EAAE,KAAK;GAAC;GAAS;GAAY;EAAiB,CAAC,CAAC,CAAC,SAAS,mCAAmC;EAC3G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EAChG,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACvH,CAAC,CAAC,CAAC,SAAS,kDAcH;CACP,QAd6D,EAAE,OAAO;EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/track-modeling-progress.ts
4
+ const ModelryTrackModelingProgressInput = zod.z.object({ request_id: zod.z.string().describe("Unique identifier of the modeling request to track") }).describe("Parameters for tracking the progress of a 3D modeling request.");
5
+ const ModelryTrackModelingProgressOutput = zod.z.object({
6
+ status: zod.z.enum([
7
+ "pending",
8
+ "in_progress",
9
+ "completed",
10
+ "failed"
11
+ ]).describe("Current status of the modeling request"),
12
+ progress: zod.z.number().describe("Completion percentage of the modeling request"),
13
+ createdAt: zod.z.string().describe("Timestamp when modeling started (ISO 8601)"),
14
+ requestId: zod.z.string().describe("Modeling request identifier"),
15
+ updatedAt: zod.z.string().describe("Timestamp of last status update (ISO 8601)"),
16
+ estimatedCompletion: zod.z.string().describe("Estimated completion timestamp (ISO 8601), if available").nullable().optional()
17
+ }).describe("Response schema for modeling progress tracking.");
18
+ const modelryTrackModelingProgress = require_action.action("MODELRY_TRACK_MODELING_PROGRESS", {
19
+ slug: "modelry-track-modeling-progress",
20
+ name: "Track Modeling Progress",
21
+ description: "Tool to track the progress of a 3D modeling request. Use after initiating a modeling job to poll current status and completion percentage.",
22
+ input: ModelryTrackModelingProgressInput,
23
+ output: ModelryTrackModelingProgressOutput
24
+ });
25
+ //#endregion
26
+ exports.modelryTrackModelingProgress = modelryTrackModelingProgress;
27
+
28
+ //# sourceMappingURL=track-modeling-progress.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"track-modeling-progress.cjs","names":["z","action"],"sources":["../../src/actions/track-modeling-progress.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryTrackModelingProgressInput: z.ZodTypeAny = z.object({\n request_id: z.string().describe(\"Unique identifier of the modeling request to track\"),\n}).describe(\"Parameters for tracking the progress of a 3D modeling request.\");\nexport const ModelryTrackModelingProgressOutput: z.ZodTypeAny = z.object({\n status: z.enum([\"pending\", \"in_progress\", \"completed\", \"failed\"]).describe(\"Current status of the modeling request\"),\n progress: z.number().describe(\"Completion percentage of the modeling request\"),\n createdAt: z.string().describe(\"Timestamp when modeling started (ISO 8601)\"),\n requestId: z.string().describe(\"Modeling request identifier\"),\n updatedAt: z.string().describe(\"Timestamp of last status update (ISO 8601)\"),\n estimatedCompletion: z.string().describe(\"Estimated completion timestamp (ISO 8601), if available\").nullable().optional(),\n}).describe(\"Response schema for modeling progress tracking.\");\n\nexport const modelryTrackModelingProgress = action(\"MODELRY_TRACK_MODELING_PROGRESS\", {\n slug: \"modelry-track-modeling-progress\",\n name: \"Track Modeling Progress\",\n description: \"Tool to track the progress of a 3D modeling request. Use after initiating a modeling job to poll current status and completion percentage.\",\n input: ModelryTrackModelingProgressInput,\n output: ModelryTrackModelingProgressOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,EACtF,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAe;EAAa;CAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC;CACnH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC5D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC3E,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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/track-modeling-progress.d.ts
4
+ declare const ModelryTrackModelingProgressInput: z.ZodTypeAny;
5
+ declare const ModelryTrackModelingProgressOutput: z.ZodTypeAny;
6
+ declare const modelryTrackModelingProgress: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryTrackModelingProgress };
9
+ //# sourceMappingURL=track-modeling-progress.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"track-modeling-progress.d.cts","names":[],"sources":["../../src/actions/track-modeling-progress.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAE2B;AAAA,cAChE,kCAAA,EAAoC,CAAA,CAAE,UAOW;AAAA,cAEjD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/track-modeling-progress.d.ts
4
+ declare const ModelryTrackModelingProgressInput: z.ZodTypeAny;
5
+ declare const ModelryTrackModelingProgressOutput: z.ZodTypeAny;
6
+ declare const modelryTrackModelingProgress: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryTrackModelingProgress };
9
+ //# sourceMappingURL=track-modeling-progress.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"track-modeling-progress.d.mts","names":[],"sources":["../../src/actions/track-modeling-progress.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAE2B;AAAA,cAChE,kCAAA,EAAoC,CAAA,CAAE,UAOW;AAAA,cAEjD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const modelryTrackModelingProgress = action("MODELRY_TRACK_MODELING_PROGRESS", {
4
+ slug: "modelry-track-modeling-progress",
5
+ name: "Track Modeling Progress",
6
+ description: "Tool to track the progress of a 3D modeling request. Use after initiating a modeling job to poll current status and completion percentage.",
7
+ input: z.object({ request_id: z.string().describe("Unique identifier of the modeling request to track") }).describe("Parameters for tracking the progress of a 3D modeling request."),
8
+ output: z.object({
9
+ status: z.enum([
10
+ "pending",
11
+ "in_progress",
12
+ "completed",
13
+ "failed"
14
+ ]).describe("Current status of the modeling request"),
15
+ progress: z.number().describe("Completion percentage of the modeling request"),
16
+ createdAt: z.string().describe("Timestamp when modeling started (ISO 8601)"),
17
+ requestId: z.string().describe("Modeling request identifier"),
18
+ updatedAt: z.string().describe("Timestamp of last status update (ISO 8601)"),
19
+ estimatedCompletion: z.string().describe("Estimated completion timestamp (ISO 8601), if available").nullable().optional()
20
+ }).describe("Response schema for modeling progress tracking.")
21
+ });
22
+ //#endregion
23
+ export { modelryTrackModelingProgress };
24
+
25
+ //# sourceMappingURL=track-modeling-progress.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"track-modeling-progress.mjs","names":[],"sources":["../../src/actions/track-modeling-progress.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryTrackModelingProgressInput: z.ZodTypeAny = z.object({\n request_id: z.string().describe(\"Unique identifier of the modeling request to track\"),\n}).describe(\"Parameters for tracking the progress of a 3D modeling request.\");\nexport const ModelryTrackModelingProgressOutput: z.ZodTypeAny = z.object({\n status: z.enum([\"pending\", \"in_progress\", \"completed\", \"failed\"]).describe(\"Current status of the modeling request\"),\n progress: z.number().describe(\"Completion percentage of the modeling request\"),\n createdAt: z.string().describe(\"Timestamp when modeling started (ISO 8601)\"),\n requestId: z.string().describe(\"Modeling request identifier\"),\n updatedAt: z.string().describe(\"Timestamp of last status update (ISO 8601)\"),\n estimatedCompletion: z.string().describe(\"Estimated completion timestamp (ISO 8601), if available\").nullable().optional(),\n}).describe(\"Response schema for modeling progress tracking.\");\n\nexport const modelryTrackModelingProgress = action(\"MODELRY_TRACK_MODELING_PROGRESS\", {\n slug: \"modelry-track-modeling-progress\",\n name: \"Track Modeling Progress\",\n description: \"Tool to track the progress of a 3D modeling request. Use after initiating a modeling job to poll current status and completion percentage.\",\n input: ModelryTrackModelingProgressInput,\n output: ModelryTrackModelingProgressOutput,\n});\n"],"mappings":";;AAgBA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB6D,EAAE,OAAO,EACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,EACtF,CAAC,CAAC,CAAC,SAAS,gEAcH;CACP,QAd8D,EAAE,OAAO;EACvE,QAAQ,EAAE,KAAK;GAAC;GAAW;GAAe;GAAa;EAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC;EACnH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EAC5D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EAC3E,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const modelry = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "modelry",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.modelry = modelry;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const modelry = defineApp({\n slug: \"modelry\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,WAAA,uCAAA,CAAA,CAAA,UAAA,CAAoB;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const modelry: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { modelry };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const modelry: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { modelry };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const modelry = defineApp({
4
+ slug: "modelry",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { modelry };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const modelry = defineApp({\n slug: \"modelry\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,UAAU,UAAU;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const modelryCatalog = {
4
+ "slug": "modelry",
5
+ "name": "Modelry",
6
+ "description": "Modelry is a 3D visualization platform for eCommerce that creates custom 3D product models, AR experiences, and digital asset management.",
7
+ "category": "eCommerce",
8
+ "logo": "https://logos.composio.dev/api/modelry",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.modelryCatalog = modelryCatalog;
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 modelryCatalog = {\n \"slug\": \"modelry\",\n \"name\": \"Modelry\",\n \"description\": \"Modelry is a 3D visualization platform for eCommerce that creates custom 3D product models, AR experiences, and digital asset management.\",\n \"category\": \"eCommerce\",\n \"logo\": \"https://logos.composio.dev/api/modelry\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,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 modelryCatalog: {
4
+ readonly slug: "modelry";
5
+ readonly name: "Modelry";
6
+ readonly description: "Modelry is a 3D visualization platform for eCommerce that creates custom 3D product models, AR experiences, and digital asset management.";
7
+ readonly category: "eCommerce";
8
+ readonly logo: "https://logos.composio.dev/api/modelry";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { modelryCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,cAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const modelryCatalog: {
4
+ readonly slug: "modelry";
5
+ readonly name: "Modelry";
6
+ readonly description: "Modelry is a 3D visualization platform for eCommerce that creates custom 3D product models, AR experiences, and digital asset management.";
7
+ readonly category: "eCommerce";
8
+ readonly logo: "https://logos.composio.dev/api/modelry";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { modelryCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,cAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const modelryCatalog = {
4
+ "slug": "modelry",
5
+ "name": "Modelry",
6
+ "description": "Modelry is a 3D visualization platform for eCommerce that creates custom 3D product models, AR experiences, and digital asset management.",
7
+ "category": "eCommerce",
8
+ "logo": "https://logos.composio.dev/api/modelry",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { modelryCatalog };
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 modelryCatalog = {\n \"slug\": \"modelry\",\n \"name\": \"Modelry\",\n \"description\": \"Modelry is a 3D visualization platform for eCommerce that creates custom 3D product models, AR experiences, and digital asset management.\",\n \"category\": \"eCommerce\",\n \"logo\": \"https://logos.composio.dev/api/modelry\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}