@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,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const modelryGetEmbed = action("MODELRY_GET_EMBED", {
4
+ slug: "modelry-get-embed",
5
+ name: "Get Embed",
6
+ description: "Retrieve details of a specific Modelry embed (3D viewer or AR experience for eCommerce). Use MODELRY_LIST_EMBEDS first to obtain valid embed IDs. Returns embed metadata including status, workspace, and configuration details.",
7
+ input: z.object({ embed_id: z.string().describe("Unique identifier of the Modelry embed (3D viewer/AR experience) to retrieve. Obtain valid IDs from MODELRY_LIST_EMBEDS first.") }).describe("Parameters for retrieving a specific Modelry embed (3D viewer or AR experience)."),
8
+ output: z.object({
9
+ id: z.string().describe("Unique identifier of the embed"),
10
+ name: z.string().describe("Human-readable name of the embed").nullable().optional(),
11
+ type: z.string().describe("Type of embed (e.g., '3d_viewer', 'ar_viewer', '360_spinner')").nullable().optional(),
12
+ status: z.string().describe("Status of the embed (e.g., 'active', 'draft', 'published')").nullable().optional(),
13
+ createdAt: z.string().describe("Embed creation timestamp in ISO 8601 format").nullable().optional(),
14
+ embedCode: z.string().describe("HTML embed code snippet for embedding on websites").nullable().optional(),
15
+ productId: z.string().describe("Identifier of the 3D product associated with this embed").nullable().optional(),
16
+ updatedAt: z.string().describe("Last update timestamp in ISO 8601 format").nullable().optional(),
17
+ workspaceId: z.string().describe("Identifier of the workspace containing this embed").nullable().optional()
18
+ }).describe("Response schema for Modelry embed details (3D viewer/AR experience).")
19
+ });
20
+ //#endregion
21
+ export { modelryGetEmbed };
22
+
23
+ //# sourceMappingURL=get-embed.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-embed.mjs","names":[],"sources":["../../src/actions/get-embed.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryGetEmbedInput: z.ZodTypeAny = z.object({\n embed_id: z.string().describe(\"Unique identifier of the Modelry embed (3D viewer/AR experience) to retrieve. Obtain valid IDs from MODELRY_LIST_EMBEDS first.\"),\n}).describe(\"Parameters for retrieving a specific Modelry embed (3D viewer or AR experience).\");\nexport const ModelryGetEmbedOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the embed\"),\n name: z.string().describe(\"Human-readable name of the embed\").nullable().optional(),\n type: z.string().describe(\"Type of embed (e.g., '3d_viewer', 'ar_viewer', '360_spinner')\").nullable().optional(),\n status: z.string().describe(\"Status of the embed (e.g., 'active', 'draft', 'published')\").nullable().optional(),\n createdAt: z.string().describe(\"Embed creation timestamp in ISO 8601 format\").nullable().optional(),\n embedCode: z.string().describe(\"HTML embed code snippet for embedding on websites\").nullable().optional(),\n productId: z.string().describe(\"Identifier of the 3D product associated with this embed\").nullable().optional(),\n updatedAt: z.string().describe(\"Last update timestamp in ISO 8601 format\").nullable().optional(),\n workspaceId: z.string().describe(\"Identifier of the workspace containing this embed\").nullable().optional(),\n}).describe(\"Response schema for Modelry embed details (3D viewer/AR experience).\");\n\nexport const modelryGetEmbed = action(\"MODELRY_GET_EMBED\", {\n slug: \"modelry-get-embed\",\n name: \"Get Embed\",\n description: \"Retrieve details of a specific Modelry embed (3D viewer or AR experience for eCommerce). Use MODELRY_LIST_EMBEDS first to obtain valid embed IDs. Returns embed metadata including status, workspace, and configuration details.\",\n input: ModelryGetEmbedInput,\n output: ModelryGetEmbedOutput,\n});\n"],"mappings":";;AAmBA,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnBgD,EAAE,OAAO,EACzD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gIAAgI,EAChK,CAAC,CAAC,CAAC,SAAS,kFAiBH;CACP,QAjBiD,EAAE,OAAO;EAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,CAAC,CAAC,CAAC,SAAS,sEAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-workspace.ts
4
+ const ModelryGetWorkspaceInput = zod.z.object({ workspace_id: zod.z.string().describe("The unique identifier (ID) or name of the workspace to retrieve. Get this from the List Workspaces action.") }).describe("Parameters for retrieving a specific workspace.");
5
+ const ModelryGetWorkspaceOutput = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier of the workspace"),
7
+ name: zod.z.string().describe("Name of the workspace"),
8
+ type: zod.z.string().describe("Type of the resource (e.g., 'workspace')").nullable().optional(),
9
+ createdAt: zod.z.string().describe("Workspace creation timestamp in ISO 8601 format").nullable().optional(),
10
+ updatedAt: zod.z.string().describe("Last updated timestamp in ISO 8601 format").nullable().optional(),
11
+ description: zod.z.string().describe("Description of the workspace").nullable().optional()
12
+ }).describe("Schema for workspace details response.");
13
+ const modelryGetWorkspace = require_action.action("MODELRY_GET_WORKSPACE", {
14
+ slug: "modelry-get-workspace",
15
+ name: "Get Workspace",
16
+ description: "Retrieves details for a specific Modelry workspace by its ID or name. The workspace ID can be obtained from the List Workspaces action. This action fetches all workspaces and returns the matching one.",
17
+ input: ModelryGetWorkspaceInput,
18
+ output: ModelryGetWorkspaceOutput
19
+ });
20
+ //#endregion
21
+ exports.modelryGetWorkspace = modelryGetWorkspace;
22
+
23
+ //# sourceMappingURL=get-workspace.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-workspace.cjs","names":["z","action"],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryGetWorkspaceInput: z.ZodTypeAny = z.object({\n workspace_id: z.string().describe(\"The unique identifier (ID) or name of the workspace to retrieve. Get this from the List Workspaces action.\"),\n}).describe(\"Parameters for retrieving a specific workspace.\");\nexport const ModelryGetWorkspaceOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the workspace\"),\n name: z.string().describe(\"Name of the workspace\"),\n type: z.string().describe(\"Type of the resource (e.g., 'workspace')\").nullable().optional(),\n createdAt: z.string().describe(\"Workspace creation timestamp in ISO 8601 format\").nullable().optional(),\n updatedAt: z.string().describe(\"Last updated timestamp in ISO 8601 format\").nullable().optional(),\n description: z.string().describe(\"Description of the workspace\").nullable().optional(),\n}).describe(\"Schema for workspace details response.\");\n\nexport const modelryGetWorkspace = action(\"MODELRY_GET_WORKSPACE\", {\n slug: \"modelry-get-workspace\",\n name: \"Get Workspace\",\n description: \"Retrieves details for a specific Modelry workspace by its ID or name. The workspace ID can be obtained from the List Workspaces action. This action fetches all workspaces and returns the matching one.\",\n input: ModelryGetWorkspaceInput,\n output: ModelryGetWorkspaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,EAChJ,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,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/get-workspace.d.ts
4
+ declare const ModelryGetWorkspaceInput: z.ZodTypeAny;
5
+ declare const ModelryGetWorkspaceOutput: z.ZodTypeAny;
6
+ declare const modelryGetWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryGetWorkspace };
9
+ //# sourceMappingURL=get-workspace.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-workspace.d.cts","names":[],"sources":["../../src/actions/get-workspace.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEqB;AAAA,cACjD,yBAAA,EAA2B,CAAA,CAAE,UAOW;AAAA,cAExC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-workspace.d.ts
4
+ declare const ModelryGetWorkspaceInput: z.ZodTypeAny;
5
+ declare const ModelryGetWorkspaceOutput: z.ZodTypeAny;
6
+ declare const modelryGetWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryGetWorkspace };
9
+ //# sourceMappingURL=get-workspace.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-workspace.d.mts","names":[],"sources":["../../src/actions/get-workspace.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEqB;AAAA,cACjD,yBAAA,EAA2B,CAAA,CAAE,UAOW;AAAA,cAExC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const modelryGetWorkspace = action("MODELRY_GET_WORKSPACE", {
4
+ slug: "modelry-get-workspace",
5
+ name: "Get Workspace",
6
+ description: "Retrieves details for a specific Modelry workspace by its ID or name. The workspace ID can be obtained from the List Workspaces action. This action fetches all workspaces and returns the matching one.",
7
+ input: z.object({ workspace_id: z.string().describe("The unique identifier (ID) or name of the workspace to retrieve. Get this from the List Workspaces action.") }).describe("Parameters for retrieving a specific workspace."),
8
+ output: z.object({
9
+ id: z.string().describe("Unique identifier of the workspace"),
10
+ name: z.string().describe("Name of the workspace"),
11
+ type: z.string().describe("Type of the resource (e.g., 'workspace')").nullable().optional(),
12
+ createdAt: z.string().describe("Workspace creation timestamp in ISO 8601 format").nullable().optional(),
13
+ updatedAt: z.string().describe("Last updated timestamp in ISO 8601 format").nullable().optional(),
14
+ description: z.string().describe("Description of the workspace").nullable().optional()
15
+ }).describe("Schema for workspace details response.")
16
+ });
17
+ //#endregion
18
+ export { modelryGetWorkspace };
19
+
20
+ //# sourceMappingURL=get-workspace.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-workspace.mjs","names":[],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryGetWorkspaceInput: z.ZodTypeAny = z.object({\n workspace_id: z.string().describe(\"The unique identifier (ID) or name of the workspace to retrieve. Get this from the List Workspaces action.\"),\n}).describe(\"Parameters for retrieving a specific workspace.\");\nexport const ModelryGetWorkspaceOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the workspace\"),\n name: z.string().describe(\"Name of the workspace\"),\n type: z.string().describe(\"Type of the resource (e.g., 'workspace')\").nullable().optional(),\n createdAt: z.string().describe(\"Workspace creation timestamp in ISO 8601 format\").nullable().optional(),\n updatedAt: z.string().describe(\"Last updated timestamp in ISO 8601 format\").nullable().optional(),\n description: z.string().describe(\"Description of the workspace\").nullable().optional(),\n}).describe(\"Schema for workspace details response.\");\n\nexport const modelryGetWorkspace = action(\"MODELRY_GET_WORKSPACE\", {\n slug: \"modelry-get-workspace\",\n name: \"Get Workspace\",\n description: \"Retrieves details for a specific Modelry workspace by its ID or name. The workspace ID can be obtained from the List Workspaces action. This action fetches all workspaces and returns the matching one.\",\n input: ModelryGetWorkspaceInput,\n output: ModelryGetWorkspaceOutput,\n});\n"],"mappings":";;AAgBA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBoD,EAAE,OAAO,EAC7D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,EAChJ,CAAC,CAAC,CAAC,SAAS,iDAcH;CACP,QAdqD,EAAE,OAAO;EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
@@ -0,0 +1,29 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_create_workspace = require("./create-workspace.cjs");
3
+ const require_delete_embed = require("./delete-embed.cjs");
4
+ const require_delete_product = require("./delete-product.cjs");
5
+ const require_delete_product_repository = require("./delete-product-repository.cjs");
6
+ const require_delete_workspace = require("./delete-workspace.cjs");
7
+ const require_get_embed = require("./get-embed.cjs");
8
+ const require_get_workspace = require("./get-workspace.cjs");
9
+ const require_list_embeds = require("./list-embeds.cjs");
10
+ const require_list_modeling_requests = require("./list-modeling-requests.cjs");
11
+ const require_list_product_repositories = require("./list-product-repositories.cjs");
12
+ const require_list_products = require("./list-products.cjs");
13
+ const require_list_workspaces = require("./list-workspaces.cjs");
14
+ const require_order_modeling_service = require("./order-modeling-service.cjs");
15
+ const require_track_modeling_progress = require("./track-modeling-progress.cjs");
16
+ exports.modelryCreateWorkspace = require_create_workspace.modelryCreateWorkspace;
17
+ exports.modelryDeleteEmbed = require_delete_embed.modelryDeleteEmbed;
18
+ exports.modelryDeleteProduct = require_delete_product.modelryDeleteProduct;
19
+ exports.modelryDeleteProductRepository = require_delete_product_repository.modelryDeleteProductRepository;
20
+ exports.modelryDeleteWorkspace = require_delete_workspace.modelryDeleteWorkspace;
21
+ exports.modelryGetEmbed = require_get_embed.modelryGetEmbed;
22
+ exports.modelryGetWorkspace = require_get_workspace.modelryGetWorkspace;
23
+ exports.modelryListEmbeds = require_list_embeds.modelryListEmbeds;
24
+ exports.modelryListModelingRequests = require_list_modeling_requests.modelryListModelingRequests;
25
+ exports.modelryListProductRepositories = require_list_product_repositories.modelryListProductRepositories;
26
+ exports.modelryListProducts = require_list_products.modelryListProducts;
27
+ exports.modelryListWorkspaces = require_list_workspaces.modelryListWorkspaces;
28
+ exports.modelryOrderModelingService = require_order_modeling_service.modelryOrderModelingService;
29
+ exports.modelryTrackModelingProgress = require_track_modeling_progress.modelryTrackModelingProgress;
@@ -0,0 +1,15 @@
1
+ import { modelryCreateWorkspace } from "./create-workspace.cjs";
2
+ import { modelryDeleteEmbed } from "./delete-embed.cjs";
3
+ import { modelryDeleteProduct } from "./delete-product.cjs";
4
+ import { modelryDeleteProductRepository } from "./delete-product-repository.cjs";
5
+ import { modelryDeleteWorkspace } from "./delete-workspace.cjs";
6
+ import { modelryGetEmbed } from "./get-embed.cjs";
7
+ import { modelryGetWorkspace } from "./get-workspace.cjs";
8
+ import { modelryListEmbeds } from "./list-embeds.cjs";
9
+ import { modelryListModelingRequests } from "./list-modeling-requests.cjs";
10
+ import { modelryListProductRepositories } from "./list-product-repositories.cjs";
11
+ import { modelryListProducts } from "./list-products.cjs";
12
+ import { modelryListWorkspaces } from "./list-workspaces.cjs";
13
+ import { modelryOrderModelingService } from "./order-modeling-service.cjs";
14
+ import { modelryTrackModelingProgress } from "./track-modeling-progress.cjs";
15
+ export { modelryCreateWorkspace, modelryDeleteEmbed, modelryDeleteProduct, modelryDeleteProductRepository, modelryDeleteWorkspace, modelryGetEmbed, modelryGetWorkspace, modelryListEmbeds, modelryListModelingRequests, modelryListProductRepositories, modelryListProducts, modelryListWorkspaces, modelryOrderModelingService, modelryTrackModelingProgress };
@@ -0,0 +1,15 @@
1
+ import { modelryCreateWorkspace } from "./create-workspace.mjs";
2
+ import { modelryDeleteEmbed } from "./delete-embed.mjs";
3
+ import { modelryDeleteProduct } from "./delete-product.mjs";
4
+ import { modelryDeleteProductRepository } from "./delete-product-repository.mjs";
5
+ import { modelryDeleteWorkspace } from "./delete-workspace.mjs";
6
+ import { modelryGetEmbed } from "./get-embed.mjs";
7
+ import { modelryGetWorkspace } from "./get-workspace.mjs";
8
+ import { modelryListEmbeds } from "./list-embeds.mjs";
9
+ import { modelryListModelingRequests } from "./list-modeling-requests.mjs";
10
+ import { modelryListProductRepositories } from "./list-product-repositories.mjs";
11
+ import { modelryListProducts } from "./list-products.mjs";
12
+ import { modelryListWorkspaces } from "./list-workspaces.mjs";
13
+ import { modelryOrderModelingService } from "./order-modeling-service.mjs";
14
+ import { modelryTrackModelingProgress } from "./track-modeling-progress.mjs";
15
+ export { modelryCreateWorkspace, modelryDeleteEmbed, modelryDeleteProduct, modelryDeleteProductRepository, modelryDeleteWorkspace, modelryGetEmbed, modelryGetWorkspace, modelryListEmbeds, modelryListModelingRequests, modelryListProductRepositories, modelryListProducts, modelryListWorkspaces, modelryOrderModelingService, modelryTrackModelingProgress };
@@ -0,0 +1,15 @@
1
+ import { modelryCreateWorkspace } from "./create-workspace.mjs";
2
+ import { modelryDeleteEmbed } from "./delete-embed.mjs";
3
+ import { modelryDeleteProduct } from "./delete-product.mjs";
4
+ import { modelryDeleteProductRepository } from "./delete-product-repository.mjs";
5
+ import { modelryDeleteWorkspace } from "./delete-workspace.mjs";
6
+ import { modelryGetEmbed } from "./get-embed.mjs";
7
+ import { modelryGetWorkspace } from "./get-workspace.mjs";
8
+ import { modelryListEmbeds } from "./list-embeds.mjs";
9
+ import { modelryListModelingRequests } from "./list-modeling-requests.mjs";
10
+ import { modelryListProductRepositories } from "./list-product-repositories.mjs";
11
+ import { modelryListProducts } from "./list-products.mjs";
12
+ import { modelryListWorkspaces } from "./list-workspaces.mjs";
13
+ import { modelryOrderModelingService } from "./order-modeling-service.mjs";
14
+ import { modelryTrackModelingProgress } from "./track-modeling-progress.mjs";
15
+ export { modelryCreateWorkspace, modelryDeleteEmbed, modelryDeleteProduct, modelryDeleteProductRepository, modelryDeleteWorkspace, modelryGetEmbed, modelryGetWorkspace, modelryListEmbeds, modelryListModelingRequests, modelryListProductRepositories, modelryListProducts, modelryListWorkspaces, modelryOrderModelingService, modelryTrackModelingProgress };
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-embeds.ts
4
+ const ModelryListEmbedsInput = 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("Optional workspace identifier to scope the embeds listing").optional()
8
+ }).describe("Parameters for listing embeds.");
9
+ const ModelryListEmbeds_ListEmbedsResponseEmbedSchema = zod.z.object({
10
+ id: zod.z.string().describe("Embed unique identifier"),
11
+ name: zod.z.string().describe("Human-readable name of the embed").nullable().optional(),
12
+ type: zod.z.string().describe("Resource type (e.g., 'embed')").nullable().optional(),
13
+ status: zod.z.string().describe("Status of the embed (e.g., 'ready', 'processing')").nullable().optional(),
14
+ created_at: zod.z.string().describe("Embed creation timestamp in ISO 8601 format").nullable().optional(),
15
+ product_id: zod.z.string().describe("Identifier of the associated product").nullable().optional(),
16
+ updated_at: zod.z.string().describe("Last update timestamp in ISO 8601 format").nullable().optional(),
17
+ workspace_id: zod.z.string().describe("Identifier of the workspace containing the embed").nullable().optional()
18
+ }).passthrough().describe("Embed item in the Modelry embeds list.");
19
+ const ModelryListEmbedsOutput = zod.z.object({
20
+ page: zod.z.number().int().describe("Current page number returned").nullable().optional(),
21
+ total: zod.z.number().int().describe("Total number of embeds available").nullable().optional(),
22
+ embeds: zod.z.array(ModelryListEmbeds_ListEmbedsResponseEmbedSchema).describe("List of embeds returned by Modelry"),
23
+ per_page: zod.z.number().int().describe("Number of items per page returned").nullable().optional()
24
+ }).describe("Response schema for listing embeds.");
25
+ const modelryListEmbeds = require_action.action("MODELRY_LIST_EMBEDS", {
26
+ slug: "modelry-list-embeds",
27
+ name: "List Embeds",
28
+ description: "List embeds in Modelry. Embeds are 3D viewer/AR embed codes for products. Use to retrieve embed IDs for downstream actions (e.g., MODELRY_GET_EMBED, MODELRY_DELETE_EMBED). Returns empty list if no embeds exist. Supports pagination and optional workspace filtering.",
29
+ input: ModelryListEmbedsInput,
30
+ output: ModelryListEmbedsOutput
31
+ });
32
+ //#endregion
33
+ exports.modelryListEmbeds = modelryListEmbeds;
34
+
35
+ //# sourceMappingURL=list-embeds.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-embeds.cjs","names":["z","action"],"sources":["../../src/actions/list-embeds.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryListEmbedsInput: 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(\"Optional workspace identifier to scope the embeds listing\").optional(),\n}).describe(\"Parameters for listing embeds.\");\nconst ModelryListEmbeds_ListEmbedsResponseEmbedSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Embed unique identifier\"),\n name: z.string().describe(\"Human-readable name of the embed\").nullable().optional(),\n type: z.string().describe(\"Resource type (e.g., 'embed')\").nullable().optional(),\n status: z.string().describe(\"Status of the embed (e.g., 'ready', 'processing')\").nullable().optional(),\n created_at: z.string().describe(\"Embed creation timestamp in ISO 8601 format\").nullable().optional(),\n product_id: z.string().describe(\"Identifier of the associated product\").nullable().optional(),\n updated_at: z.string().describe(\"Last update timestamp in ISO 8601 format\").nullable().optional(),\n workspace_id: z.string().describe(\"Identifier of the workspace containing the embed\").nullable().optional(),\n}).passthrough().describe(\"Embed item in the Modelry embeds list.\");\nexport const ModelryListEmbedsOutput: 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 embeds available\").nullable().optional(),\n embeds: z.array(ModelryListEmbeds_ListEmbedsResponseEmbedSchema).describe(\"List of embeds returned by Modelry\"),\n per_page: z.number().int().describe(\"Number of items per page returned\").nullable().optional(),\n}).describe(\"Response schema for listing embeds.\");\n\nexport const modelryListEmbeds = action(\"MODELRY_LIST_EMBEDS\", {\n slug: \"modelry-list-embeds\",\n name: \"List Embeds\",\n description: \"List embeds in Modelry. Embeds are 3D viewer/AR embed codes for products. Use to retrieve embed IDs for downstream actions (e.g., MODELRY_GET_EMBED, MODELRY_DELETE_EMBED). Returns empty list if no embeds exist. Supports pagination and optional workspace filtering.\",\n input: ModelryListEmbedsInput,\n output: ModelryListEmbedsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,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,2DAA2D,CAAC,CAAC,SAAS;AAC1G,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAClE,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,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,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,QAAQA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,oCAAoC;CAC9G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAEjD,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,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-embeds.d.ts
4
+ declare const ModelryListEmbedsInput: z.ZodTypeAny;
5
+ declare const ModelryListEmbedsOutput: z.ZodTypeAny;
6
+ declare const modelryListEmbeds: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryListEmbeds };
9
+ //# sourceMappingURL=list-embeds.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-embeds.d.cts","names":[],"sources":["../../src/actions/list-embeds.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAIM;AAAA,cAWhC,uBAAA,EAAyB,CAAA,CAAE,UAKU;AAAA,cAErC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-embeds.d.ts
4
+ declare const ModelryListEmbedsInput: z.ZodTypeAny;
5
+ declare const ModelryListEmbedsOutput: z.ZodTypeAny;
6
+ declare const modelryListEmbeds: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryListEmbeds };
9
+ //# sourceMappingURL=list-embeds.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-embeds.d.mts","names":[],"sources":["../../src/actions/list-embeds.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAIM;AAAA,cAWhC,uBAAA,EAAyB,CAAA,CAAE,UAKU;AAAA,cAErC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,34 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-embeds.ts
4
+ const ModelryListEmbedsInput = 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("Optional workspace identifier to scope the embeds listing").optional()
8
+ }).describe("Parameters for listing embeds.");
9
+ const ModelryListEmbeds_ListEmbedsResponseEmbedSchema = z.object({
10
+ id: z.string().describe("Embed unique identifier"),
11
+ name: z.string().describe("Human-readable name of the embed").nullable().optional(),
12
+ type: z.string().describe("Resource type (e.g., 'embed')").nullable().optional(),
13
+ status: z.string().describe("Status of the embed (e.g., 'ready', 'processing')").nullable().optional(),
14
+ created_at: z.string().describe("Embed creation timestamp in ISO 8601 format").nullable().optional(),
15
+ product_id: z.string().describe("Identifier of the associated product").nullable().optional(),
16
+ updated_at: z.string().describe("Last update timestamp in ISO 8601 format").nullable().optional(),
17
+ workspace_id: z.string().describe("Identifier of the workspace containing the embed").nullable().optional()
18
+ }).passthrough().describe("Embed item in the Modelry embeds list.");
19
+ const modelryListEmbeds = action("MODELRY_LIST_EMBEDS", {
20
+ slug: "modelry-list-embeds",
21
+ name: "List Embeds",
22
+ description: "List embeds in Modelry. Embeds are 3D viewer/AR embed codes for products. Use to retrieve embed IDs for downstream actions (e.g., MODELRY_GET_EMBED, MODELRY_DELETE_EMBED). Returns empty list if no embeds exist. Supports pagination and optional workspace filtering.",
23
+ input: ModelryListEmbedsInput,
24
+ output: z.object({
25
+ page: z.number().int().describe("Current page number returned").nullable().optional(),
26
+ total: z.number().int().describe("Total number of embeds available").nullable().optional(),
27
+ embeds: z.array(ModelryListEmbeds_ListEmbedsResponseEmbedSchema).describe("List of embeds returned by Modelry"),
28
+ per_page: z.number().int().describe("Number of items per page returned").nullable().optional()
29
+ }).describe("Response schema for listing embeds.")
30
+ });
31
+ //#endregion
32
+ export { modelryListEmbeds };
33
+
34
+ //# sourceMappingURL=list-embeds.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-embeds.mjs","names":[],"sources":["../../src/actions/list-embeds.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryListEmbedsInput: 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(\"Optional workspace identifier to scope the embeds listing\").optional(),\n}).describe(\"Parameters for listing embeds.\");\nconst ModelryListEmbeds_ListEmbedsResponseEmbedSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Embed unique identifier\"),\n name: z.string().describe(\"Human-readable name of the embed\").nullable().optional(),\n type: z.string().describe(\"Resource type (e.g., 'embed')\").nullable().optional(),\n status: z.string().describe(\"Status of the embed (e.g., 'ready', 'processing')\").nullable().optional(),\n created_at: z.string().describe(\"Embed creation timestamp in ISO 8601 format\").nullable().optional(),\n product_id: z.string().describe(\"Identifier of the associated product\").nullable().optional(),\n updated_at: z.string().describe(\"Last update timestamp in ISO 8601 format\").nullable().optional(),\n workspace_id: z.string().describe(\"Identifier of the workspace containing the embed\").nullable().optional(),\n}).passthrough().describe(\"Embed item in the Modelry embeds list.\");\nexport const ModelryListEmbedsOutput: 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 embeds available\").nullable().optional(),\n embeds: z.array(ModelryListEmbeds_ListEmbedsResponseEmbedSchema).describe(\"List of embeds returned by Modelry\"),\n per_page: z.number().int().describe(\"Number of items per page returned\").nullable().optional(),\n}).describe(\"Response schema for listing embeds.\");\n\nexport const modelryListEmbeds = action(\"MODELRY_LIST_EMBEDS\", {\n slug: \"modelry-list-embeds\",\n name: \"List Embeds\",\n description: \"List embeds in Modelry. Embeds are 3D viewer/AR embed codes for products. Use to retrieve embed IDs for downstream actions (e.g., MODELRY_GET_EMBED, MODELRY_DELETE_EMBED). Returns empty list if no embeds exist. Supports pagination and optional workspace filtering.\",\n input: ModelryListEmbedsInput,\n output: ModelryListEmbedsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuC,EAAE,OAAO;CAC3D,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,2DAA2D,CAAC,CAAC,SAAS;AAC1G,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAM,kDAAgE,EAAE,OAAO;CAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAQlE,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZmD,EAAE,OAAO;EAC5D,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,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,QAAQ,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,oCAAoC;EAC9G,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,CAAC,CAAC,CAAC,SAAS,qCAOF;AACV,CAAC"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-modeling-requests.ts
4
+ const ModelryListModelingRequestsInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number for pagination (starts at 1)").optional(),
6
+ per_page: zod.z.number().int().describe("Number of items per page (1-100)").optional(),
7
+ workspace_id: zod.z.string().describe("Unique identifier of the workspace to list modeling requests for")
8
+ }).describe("Parameters for listing 3D modeling requests in a workspace.");
9
+ const ModelryListModelingRequests_ModelingRequestItemSchema = zod.z.object({
10
+ id: zod.z.string().describe("Unique identifier of the modeling request"),
11
+ name: zod.z.string().describe("Human-readable name of the modeling request").nullable().optional(),
12
+ status: zod.z.string().describe("Current status (e.g., pending, in_progress, completed)").nullable().optional(),
13
+ createdAt: zod.z.string().describe("ISO timestamp when the request was created").nullable().optional(),
14
+ updatedAt: zod.z.string().describe("ISO timestamp when the request was last updated").nullable().optional(),
15
+ description: zod.z.string().describe("Description or notes for the modeling request").nullable().optional(),
16
+ workspaceId: zod.z.string().describe("Workspace ID that this request belongs to").nullable().optional()
17
+ }).describe("Single 3D modeling request item returned by the API.");
18
+ const ModelryListModelingRequestsOutput = 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 modeling requests available").nullable().optional(),
21
+ per_page: zod.z.number().int().describe("Number of items per page returned").nullable().optional(),
22
+ modeling_requests: zod.z.array(ModelryListModelingRequests_ModelingRequestItemSchema).describe("List of modeling requests in the workspace")
23
+ }).describe("Response schema for listing 3D modeling requests.");
24
+ const modelryListModelingRequests = require_action.action("MODELRY_LIST_MODELING_REQUESTS", {
25
+ slug: "modelry-list-modeling-requests",
26
+ name: "List Modeling Requests",
27
+ description: "List all 3D modeling requests in a workspace. Requires workspace_id to scope the request. Returns modeling requests with their status and metadata.",
28
+ input: ModelryListModelingRequestsInput,
29
+ output: ModelryListModelingRequestsOutput
30
+ });
31
+ //#endregion
32
+ exports.modelryListModelingRequests = modelryListModelingRequests;
33
+
34
+ //# sourceMappingURL=list-modeling-requests.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-modeling-requests.cjs","names":["z","action"],"sources":["../../src/actions/list-modeling-requests.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryListModelingRequestsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination (starts at 1)\").optional(),\n per_page: z.number().int().describe(\"Number of items per page (1-100)\").optional(),\n workspace_id: z.string().describe(\"Unique identifier of the workspace to list modeling requests for\"),\n}).describe(\"Parameters for listing 3D modeling requests in a workspace.\");\nconst ModelryListModelingRequests_ModelingRequestItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the modeling request\"),\n name: z.string().describe(\"Human-readable name of the modeling request\").nullable().optional(),\n status: z.string().describe(\"Current status (e.g., pending, in_progress, completed)\").nullable().optional(),\n createdAt: z.string().describe(\"ISO timestamp when the request was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO timestamp when the request was last updated\").nullable().optional(),\n description: z.string().describe(\"Description or notes for the modeling request\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace ID that this request belongs to\").nullable().optional(),\n}).describe(\"Single 3D modeling request item returned by the API.\");\nexport const ModelryListModelingRequestsOutput: 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 modeling requests available\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of items per page returned\").nullable().optional(),\n modeling_requests: z.array(ModelryListModelingRequests_ModelingRequestItemSchema).describe(\"List of modeling requests in the workspace\"),\n}).describe(\"Response schema for listing 3D modeling requests.\");\n\nexport const modelryListModelingRequests = action(\"MODELRY_LIST_MODELING_REQUESTS\", {\n slug: \"modelry-list-modeling-requests\",\n name: \"List Modeling Requests\",\n description: \"List all 3D modeling requests in a workspace. Requires workspace_id to scope the request. Returns modeling requests with their status and metadata.\",\n input: ModelryListModelingRequestsInput,\n output: ModelryListModelingRequestsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,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,kCAAkC,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AACtG,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,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,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,mBAAmBA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,4CAA4C;AACzI,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,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/list-modeling-requests.d.ts
4
+ declare const ModelryListModelingRequestsInput: z.ZodTypeAny;
5
+ declare const ModelryListModelingRequestsOutput: z.ZodTypeAny;
6
+ declare const modelryListModelingRequests: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryListModelingRequests };
9
+ //# sourceMappingURL=list-modeling-requests.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-modeling-requests.d.cts","names":[],"sources":["../../src/actions/list-modeling-requests.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAIyB;AAAA,cAU7D,iCAAA,EAAmC,CAAA,CAAE,UAKc;AAAA,cAEnD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-modeling-requests.d.ts
4
+ declare const ModelryListModelingRequestsInput: z.ZodTypeAny;
5
+ declare const ModelryListModelingRequestsOutput: z.ZodTypeAny;
6
+ declare const modelryListModelingRequests: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryListModelingRequests };
9
+ //# sourceMappingURL=list-modeling-requests.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-modeling-requests.d.mts","names":[],"sources":["../../src/actions/list-modeling-requests.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAIyB;AAAA,cAU7D,iCAAA,EAAmC,CAAA,CAAE,UAKc;AAAA,cAEnD,2BAAA,gCAA2B,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-modeling-requests.ts
4
+ const ModelryListModelingRequestsInput = z.object({
5
+ page: z.number().int().describe("Page number for pagination (starts at 1)").optional(),
6
+ per_page: z.number().int().describe("Number of items per page (1-100)").optional(),
7
+ workspace_id: z.string().describe("Unique identifier of the workspace to list modeling requests for")
8
+ }).describe("Parameters for listing 3D modeling requests in a workspace.");
9
+ const ModelryListModelingRequests_ModelingRequestItemSchema = z.object({
10
+ id: z.string().describe("Unique identifier of the modeling request"),
11
+ name: z.string().describe("Human-readable name of the modeling request").nullable().optional(),
12
+ status: z.string().describe("Current status (e.g., pending, in_progress, completed)").nullable().optional(),
13
+ createdAt: z.string().describe("ISO timestamp when the request was created").nullable().optional(),
14
+ updatedAt: z.string().describe("ISO timestamp when the request was last updated").nullable().optional(),
15
+ description: z.string().describe("Description or notes for the modeling request").nullable().optional(),
16
+ workspaceId: z.string().describe("Workspace ID that this request belongs to").nullable().optional()
17
+ }).describe("Single 3D modeling request item returned by the API.");
18
+ const modelryListModelingRequests = action("MODELRY_LIST_MODELING_REQUESTS", {
19
+ slug: "modelry-list-modeling-requests",
20
+ name: "List Modeling Requests",
21
+ description: "List all 3D modeling requests in a workspace. Requires workspace_id to scope the request. Returns modeling requests with their status and metadata.",
22
+ input: ModelryListModelingRequestsInput,
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 modeling requests available").nullable().optional(),
26
+ per_page: z.number().int().describe("Number of items per page returned").nullable().optional(),
27
+ modeling_requests: z.array(ModelryListModelingRequests_ModelingRequestItemSchema).describe("List of modeling requests in the workspace")
28
+ }).describe("Response schema for listing 3D modeling requests.")
29
+ });
30
+ //#endregion
31
+ export { modelryListModelingRequests };
32
+
33
+ //# sourceMappingURL=list-modeling-requests.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-modeling-requests.mjs","names":[],"sources":["../../src/actions/list-modeling-requests.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryListModelingRequestsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination (starts at 1)\").optional(),\n per_page: z.number().int().describe(\"Number of items per page (1-100)\").optional(),\n workspace_id: z.string().describe(\"Unique identifier of the workspace to list modeling requests for\"),\n}).describe(\"Parameters for listing 3D modeling requests in a workspace.\");\nconst ModelryListModelingRequests_ModelingRequestItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the modeling request\"),\n name: z.string().describe(\"Human-readable name of the modeling request\").nullable().optional(),\n status: z.string().describe(\"Current status (e.g., pending, in_progress, completed)\").nullable().optional(),\n createdAt: z.string().describe(\"ISO timestamp when the request was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO timestamp when the request was last updated\").nullable().optional(),\n description: z.string().describe(\"Description or notes for the modeling request\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace ID that this request belongs to\").nullable().optional(),\n}).describe(\"Single 3D modeling request item returned by the API.\");\nexport const ModelryListModelingRequestsOutput: 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 modeling requests available\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of items per page returned\").nullable().optional(),\n modeling_requests: z.array(ModelryListModelingRequests_ModelingRequestItemSchema).describe(\"List of modeling requests in the workspace\"),\n}).describe(\"Response schema for listing 3D modeling requests.\");\n\nexport const modelryListModelingRequests = action(\"MODELRY_LIST_MODELING_REQUESTS\", {\n slug: \"modelry-list-modeling-requests\",\n name: \"List Modeling Requests\",\n description: \"List all 3D modeling requests in a workspace. Requires workspace_id to scope the request. Returns modeling requests with their status and metadata.\",\n input: ModelryListModelingRequestsInput,\n output: ModelryListModelingRequestsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACjF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AACtG,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,wDAAsE,EAAE,OAAO;CACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAQlE,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZ6D,EAAE,OAAO;EACtE,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,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,mBAAmB,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,4CAA4C;CACzI,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-product-repositories.ts
4
+ const ModelryListProductRepositoriesInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number for pagination (starts at 1)").optional(),
6
+ per_page: zod.z.number().int().describe("Number of items per page (1-100)").optional(),
7
+ workspace_id: zod.z.string().describe("Unique identifier of the workspace to list repositories for")
8
+ }).describe("Parameters for listing product repositories.");
9
+ const ModelryListProductRepositories_ListProductRepositoriesResponseRepositorySchema = zod.z.object({
10
+ id: zod.z.string().describe("Product repository unique identifier"),
11
+ name: zod.z.string().describe("Name of the product repository"),
12
+ createdAt: zod.z.string().describe("ISO timestamp when the repository was created").nullable().optional(),
13
+ updatedAt: zod.z.string().describe("ISO timestamp when the repository was last updated").nullable().optional(),
14
+ description: zod.z.string().describe("Description of the repository").nullable().optional()
15
+ }).describe("Product repository item in Modelry.");
16
+ const ModelryListProductRepositoriesOutput = 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 repositories available").nullable().optional(),
19
+ per_page: zod.z.number().int().describe("Number of items per page returned").nullable().optional(),
20
+ product_repositories: zod.z.array(ModelryListProductRepositories_ListProductRepositoriesResponseRepositorySchema).describe("List of product repositories returned by Modelry")
21
+ }).describe("Response schema for listing product repositories.");
22
+ const modelryListProductRepositories = require_action.action("MODELRY_LIST_PRODUCT_REPOSITORIES", {
23
+ slug: "modelry-list-product-repositories",
24
+ name: "List Product Repositories",
25
+ description: "Tool to list all product repositories in a workspace. Use after confirming the workspace ID.",
26
+ input: ModelryListProductRepositoriesInput,
27
+ output: ModelryListProductRepositoriesOutput
28
+ });
29
+ //#endregion
30
+ exports.modelryListProductRepositories = modelryListProductRepositories;
31
+
32
+ //# sourceMappingURL=list-product-repositories.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-product-repositories.cjs","names":["z","action"],"sources":["../../src/actions/list-product-repositories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryListProductRepositoriesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination (starts at 1)\").optional(),\n per_page: z.number().int().describe(\"Number of items per page (1-100)\").optional(),\n workspace_id: z.string().describe(\"Unique identifier of the workspace to list repositories for\"),\n}).describe(\"Parameters for listing product repositories.\");\nconst ModelryListProductRepositories_ListProductRepositoriesResponseRepositorySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Product repository unique identifier\"),\n name: z.string().describe(\"Name of the product repository\"),\n createdAt: z.string().describe(\"ISO timestamp when the repository was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO timestamp when the repository was last updated\").nullable().optional(),\n description: z.string().describe(\"Description of the repository\").nullable().optional(),\n}).describe(\"Product repository item in Modelry.\");\nexport const ModelryListProductRepositoriesOutput: 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 repositories available\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of items per page returned\").nullable().optional(),\n product_repositories: z.array(ModelryListProductRepositories_ListProductRepositoriesResponseRepositorySchema).describe(\"List of product repositories returned by Modelry\"),\n}).describe(\"Response schema for listing product repositories.\");\n\nexport const modelryListProductRepositories = action(\"MODELRY_LIST_PRODUCT_REPOSITORIES\", {\n slug: \"modelry-list-product-repositories\",\n name: \"List Product Repositories\",\n description: \"Tool to list all product repositories in a workspace. Use after confirming the workspace ID.\",\n input: ModelryListProductRepositoriesInput,\n output: ModelryListProductRepositoriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,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,kCAAkC,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;AACjG,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,iFAA+FA,IAAAA,EAAE,OAAO;CAC5G,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,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,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,sBAAsBA,IAAAA,EAAE,MAAM,8EAA8E,CAAC,CAAC,SAAS,kDAAkD;AAC3K,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,iCAAiCC,eAAAA,OAAO,qCAAqC;CACxF,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-product-repositories.d.ts
4
+ declare const ModelryListProductRepositoriesInput: z.ZodTypeAny;
5
+ declare const ModelryListProductRepositoriesOutput: z.ZodTypeAny;
6
+ declare const modelryListProductRepositories: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryListProductRepositories };
9
+ //# sourceMappingURL=list-product-repositories.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-product-repositories.d.cts","names":[],"sources":["../../src/actions/list-product-repositories.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAIO;AAAA,cAQ9C,oCAAA,EAAsC,CAAA,CAAE,UAKW;AAAA,cAEnD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-product-repositories.d.ts
4
+ declare const ModelryListProductRepositoriesInput: z.ZodTypeAny;
5
+ declare const ModelryListProductRepositoriesOutput: z.ZodTypeAny;
6
+ declare const modelryListProductRepositories: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { modelryListProductRepositories };
9
+ //# sourceMappingURL=list-product-repositories.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-product-repositories.d.mts","names":[],"sources":["../../src/actions/list-product-repositories.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAIO;AAAA,cAQ9C,oCAAA,EAAsC,CAAA,CAAE,UAKW;AAAA,cAEnD,8BAAA,gCAA8B,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-product-repositories.ts
4
+ const ModelryListProductRepositoriesInput = z.object({
5
+ page: z.number().int().describe("Page number for pagination (starts at 1)").optional(),
6
+ per_page: z.number().int().describe("Number of items per page (1-100)").optional(),
7
+ workspace_id: z.string().describe("Unique identifier of the workspace to list repositories for")
8
+ }).describe("Parameters for listing product repositories.");
9
+ const ModelryListProductRepositories_ListProductRepositoriesResponseRepositorySchema = z.object({
10
+ id: z.string().describe("Product repository unique identifier"),
11
+ name: z.string().describe("Name of the product repository"),
12
+ createdAt: z.string().describe("ISO timestamp when the repository was created").nullable().optional(),
13
+ updatedAt: z.string().describe("ISO timestamp when the repository was last updated").nullable().optional(),
14
+ description: z.string().describe("Description of the repository").nullable().optional()
15
+ }).describe("Product repository item in Modelry.");
16
+ const modelryListProductRepositories = action("MODELRY_LIST_PRODUCT_REPOSITORIES", {
17
+ slug: "modelry-list-product-repositories",
18
+ name: "List Product Repositories",
19
+ description: "Tool to list all product repositories in a workspace. Use after confirming the workspace ID.",
20
+ input: ModelryListProductRepositoriesInput,
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 repositories available").nullable().optional(),
24
+ per_page: z.number().int().describe("Number of items per page returned").nullable().optional(),
25
+ product_repositories: z.array(ModelryListProductRepositories_ListProductRepositoriesResponseRepositorySchema).describe("List of product repositories returned by Modelry")
26
+ }).describe("Response schema for listing product repositories.")
27
+ });
28
+ //#endregion
29
+ export { modelryListProductRepositories };
30
+
31
+ //# sourceMappingURL=list-product-repositories.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-product-repositories.mjs","names":[],"sources":["../../src/actions/list-product-repositories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ModelryListProductRepositoriesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination (starts at 1)\").optional(),\n per_page: z.number().int().describe(\"Number of items per page (1-100)\").optional(),\n workspace_id: z.string().describe(\"Unique identifier of the workspace to list repositories for\"),\n}).describe(\"Parameters for listing product repositories.\");\nconst ModelryListProductRepositories_ListProductRepositoriesResponseRepositorySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Product repository unique identifier\"),\n name: z.string().describe(\"Name of the product repository\"),\n createdAt: z.string().describe(\"ISO timestamp when the repository was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO timestamp when the repository was last updated\").nullable().optional(),\n description: z.string().describe(\"Description of the repository\").nullable().optional(),\n}).describe(\"Product repository item in Modelry.\");\nexport const ModelryListProductRepositoriesOutput: 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 repositories available\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of items per page returned\").nullable().optional(),\n product_repositories: z.array(ModelryListProductRepositories_ListProductRepositoriesResponseRepositorySchema).describe(\"List of product repositories returned by Modelry\"),\n}).describe(\"Response schema for listing product repositories.\");\n\nexport const modelryListProductRepositories = action(\"MODELRY_LIST_PRODUCT_REPOSITORIES\", {\n slug: \"modelry-list-product-repositories\",\n name: \"List Product Repositories\",\n description: \"Tool to list all product repositories in a workspace. Use after confirming the workspace ID.\",\n input: ModelryListProductRepositoriesInput,\n output: ModelryListProductRepositoriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACjF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;AACjG,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,iFAA+F,EAAE,OAAO;CAC5G,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAQjD,MAAa,iCAAiC,OAAO,qCAAqC;CACxF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZgE,EAAE,OAAO;EACzE,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,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,sBAAsB,EAAE,MAAM,8EAA8E,CAAC,CAAC,SAAS,kDAAkD;CAC3K,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}