@keystrokehq/accredible_certificates 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/bulk-create-credentials-v2.cjs +84 -0
- package/dist/actions/bulk-create-credentials-v2.cjs.map +1 -0
- package/dist/actions/bulk-create-credentials-v2.d.cts +9 -0
- package/dist/actions/bulk-create-credentials-v2.d.cts.map +1 -0
- package/dist/actions/bulk-create-credentials-v2.d.mts +9 -0
- package/dist/actions/bulk-create-credentials-v2.d.mts.map +1 -0
- package/dist/actions/bulk-create-credentials-v2.mjs +83 -0
- package/dist/actions/bulk-create-credentials-v2.mjs.map +1 -0
- package/dist/actions/clone-group.cjs +97 -0
- package/dist/actions/clone-group.cjs.map +1 -0
- package/dist/actions/clone-group.d.cts +9 -0
- package/dist/actions/clone-group.d.cts.map +1 -0
- package/dist/actions/clone-group.d.mts +9 -0
- package/dist/actions/clone-group.d.mts.map +1 -0
- package/dist/actions/clone-group.mjs +96 -0
- package/dist/actions/clone-group.mjs.map +1 -0
- package/dist/actions/create-attribute-key.cjs +31 -0
- package/dist/actions/create-attribute-key.cjs.map +1 -0
- package/dist/actions/create-attribute-key.d.cts +9 -0
- package/dist/actions/create-attribute-key.d.cts.map +1 -0
- package/dist/actions/create-attribute-key.d.mts +9 -0
- package/dist/actions/create-attribute-key.d.mts.map +1 -0
- package/dist/actions/create-attribute-key.mjs +30 -0
- package/dist/actions/create-attribute-key.mjs.map +1 -0
- package/dist/actions/create-collection.cjs +34 -0
- package/dist/actions/create-collection.cjs.map +1 -0
- package/dist/actions/create-collection.d.cts +9 -0
- package/dist/actions/create-collection.d.cts.map +1 -0
- package/dist/actions/create-collection.d.mts +9 -0
- package/dist/actions/create-collection.d.mts.map +1 -0
- package/dist/actions/create-collection.mjs +33 -0
- package/dist/actions/create-collection.mjs.map +1 -0
- package/dist/actions/create-credential.cjs +131 -0
- package/dist/actions/create-credential.cjs.map +1 -0
- package/dist/actions/create-credential.d.cts +9 -0
- package/dist/actions/create-credential.d.cts.map +1 -0
- package/dist/actions/create-credential.d.mts +9 -0
- package/dist/actions/create-credential.d.mts.map +1 -0
- package/dist/actions/create-credential.mjs +130 -0
- package/dist/actions/create-credential.mjs.map +1 -0
- package/dist/actions/create-evidence-item.cjs +42 -0
- package/dist/actions/create-evidence-item.cjs.map +1 -0
- package/dist/actions/create-evidence-item.d.cts +9 -0
- package/dist/actions/create-evidence-item.d.cts.map +1 -0
- package/dist/actions/create-evidence-item.d.mts +9 -0
- package/dist/actions/create-evidence-item.d.mts.map +1 -0
- package/dist/actions/create-evidence-item.mjs +41 -0
- package/dist/actions/create-evidence-item.mjs.map +1 -0
- package/dist/actions/create-group.cjs +99 -0
- package/dist/actions/create-group.cjs.map +1 -0
- package/dist/actions/create-group.d.cts +9 -0
- package/dist/actions/create-group.d.cts.map +1 -0
- package/dist/actions/create-group.d.mts +9 -0
- package/dist/actions/create-group.d.mts.map +1 -0
- package/dist/actions/create-group.mjs +98 -0
- package/dist/actions/create-group.mjs.map +1 -0
- package/dist/actions/create-reference.cjs +50 -0
- package/dist/actions/create-reference.cjs.map +1 -0
- package/dist/actions/create-reference.d.cts +9 -0
- package/dist/actions/create-reference.d.cts.map +1 -0
- package/dist/actions/create-reference.d.mts +9 -0
- package/dist/actions/create-reference.d.mts.map +1 -0
- package/dist/actions/create-reference.mjs +49 -0
- package/dist/actions/create-reference.mjs.map +1 -0
- package/dist/actions/delete-collection.cjs +19 -0
- package/dist/actions/delete-collection.cjs.map +1 -0
- package/dist/actions/delete-collection.d.cts +9 -0
- package/dist/actions/delete-collection.d.cts.map +1 -0
- package/dist/actions/delete-collection.d.mts +9 -0
- package/dist/actions/delete-collection.d.mts.map +1 -0
- package/dist/actions/delete-collection.mjs +16 -0
- package/dist/actions/delete-collection.mjs.map +1 -0
- package/dist/actions/delete-credential.cjs +19 -0
- package/dist/actions/delete-credential.cjs.map +1 -0
- package/dist/actions/delete-credential.d.cts +9 -0
- package/dist/actions/delete-credential.d.cts.map +1 -0
- package/dist/actions/delete-credential.d.mts +9 -0
- package/dist/actions/delete-credential.d.mts.map +1 -0
- package/dist/actions/delete-credential.mjs +16 -0
- package/dist/actions/delete-credential.mjs.map +1 -0
- package/dist/actions/delete-evidence-item.cjs +23 -0
- package/dist/actions/delete-evidence-item.cjs.map +1 -0
- package/dist/actions/delete-evidence-item.d.cts +9 -0
- package/dist/actions/delete-evidence-item.d.cts.map +1 -0
- package/dist/actions/delete-evidence-item.d.mts +9 -0
- package/dist/actions/delete-evidence-item.d.mts.map +1 -0
- package/dist/actions/delete-evidence-item.mjs +22 -0
- package/dist/actions/delete-evidence-item.mjs.map +1 -0
- package/dist/actions/delete-group.cjs +16 -0
- package/dist/actions/delete-group.cjs.map +1 -0
- package/dist/actions/delete-group.d.cts +9 -0
- package/dist/actions/delete-group.d.cts.map +1 -0
- package/dist/actions/delete-group.d.mts +9 -0
- package/dist/actions/delete-group.d.mts.map +1 -0
- package/dist/actions/delete-group.mjs +13 -0
- package/dist/actions/delete-group.mjs.map +1 -0
- package/dist/actions/delete-reference.cjs +31 -0
- package/dist/actions/delete-reference.cjs.map +1 -0
- package/dist/actions/delete-reference.d.cts +9 -0
- package/dist/actions/delete-reference.d.cts.map +1 -0
- package/dist/actions/delete-reference.d.mts +9 -0
- package/dist/actions/delete-reference.d.mts.map +1 -0
- package/dist/actions/delete-reference.mjs +30 -0
- package/dist/actions/delete-reference.mjs.map +1 -0
- package/dist/actions/generate-pd-fs-for-credentials.cjs +16 -0
- package/dist/actions/generate-pd-fs-for-credentials.cjs.map +1 -0
- package/dist/actions/generate-pd-fs-for-credentials.d.cts +9 -0
- package/dist/actions/generate-pd-fs-for-credentials.d.cts.map +1 -0
- package/dist/actions/generate-pd-fs-for-credentials.d.mts +9 -0
- package/dist/actions/generate-pd-fs-for-credentials.d.mts.map +1 -0
- package/dist/actions/generate-pd-fs-for-credentials.mjs +13 -0
- package/dist/actions/generate-pd-fs-for-credentials.mjs.map +1 -0
- package/dist/actions/get-analytics.cjs +44 -0
- package/dist/actions/get-analytics.cjs.map +1 -0
- package/dist/actions/get-analytics.d.cts +9 -0
- package/dist/actions/get-analytics.d.cts.map +1 -0
- package/dist/actions/get-analytics.d.mts +9 -0
- package/dist/actions/get-analytics.d.mts.map +1 -0
- package/dist/actions/get-analytics.mjs +43 -0
- package/dist/actions/get-analytics.mjs.map +1 -0
- package/dist/actions/get-credential-analytics.cjs +21 -0
- package/dist/actions/get-credential-analytics.cjs.map +1 -0
- package/dist/actions/get-credential-analytics.d.cts +9 -0
- package/dist/actions/get-credential-analytics.d.cts.map +1 -0
- package/dist/actions/get-credential-analytics.d.mts +9 -0
- package/dist/actions/get-credential-analytics.d.mts.map +1 -0
- package/dist/actions/get-credential-analytics.mjs +20 -0
- package/dist/actions/get-credential-analytics.mjs.map +1 -0
- package/dist/actions/get-credential.cjs +62 -0
- package/dist/actions/get-credential.cjs.map +1 -0
- package/dist/actions/get-credential.d.cts +9 -0
- package/dist/actions/get-credential.d.cts.map +1 -0
- package/dist/actions/get-credential.d.mts +9 -0
- package/dist/actions/get-credential.d.mts.map +1 -0
- package/dist/actions/get-credential.mjs +61 -0
- package/dist/actions/get-credential.mjs.map +1 -0
- package/dist/actions/get-department.cjs +32 -0
- package/dist/actions/get-department.cjs.map +1 -0
- package/dist/actions/get-department.d.cts +9 -0
- package/dist/actions/get-department.d.cts.map +1 -0
- package/dist/actions/get-department.d.mts +9 -0
- package/dist/actions/get-department.d.mts.map +1 -0
- package/dist/actions/get-department.mjs +31 -0
- package/dist/actions/get-department.mjs.map +1 -0
- package/dist/actions/get-evidence-item.cjs +29 -0
- package/dist/actions/get-evidence-item.cjs.map +1 -0
- package/dist/actions/get-evidence-item.d.cts +9 -0
- package/dist/actions/get-evidence-item.d.cts.map +1 -0
- package/dist/actions/get-evidence-item.d.mts +9 -0
- package/dist/actions/get-evidence-item.d.mts.map +1 -0
- package/dist/actions/get-evidence-item.mjs +28 -0
- package/dist/actions/get-evidence-item.mjs.map +1 -0
- package/dist/actions/get-group.cjs +53 -0
- package/dist/actions/get-group.cjs.map +1 -0
- package/dist/actions/get-group.d.cts +9 -0
- package/dist/actions/get-group.d.cts.map +1 -0
- package/dist/actions/get-group.d.mts +9 -0
- package/dist/actions/get-group.d.mts.map +1 -0
- package/dist/actions/get-group.mjs +52 -0
- package/dist/actions/get-group.mjs.map +1 -0
- package/dist/actions/get-issuer.cjs +28 -0
- package/dist/actions/get-issuer.cjs.map +1 -0
- package/dist/actions/get-issuer.d.cts +9 -0
- package/dist/actions/get-issuer.d.cts.map +1 -0
- package/dist/actions/get-issuer.d.mts +9 -0
- package/dist/actions/get-issuer.d.mts.map +1 -0
- package/dist/actions/get-issuer.mjs +27 -0
- package/dist/actions/get-issuer.mjs.map +1 -0
- package/dist/actions/get-reference.cjs +31 -0
- package/dist/actions/get-reference.cjs.map +1 -0
- package/dist/actions/get-reference.d.cts +9 -0
- package/dist/actions/get-reference.d.cts.map +1 -0
- package/dist/actions/get-reference.d.mts +9 -0
- package/dist/actions/get-reference.d.mts.map +1 -0
- package/dist/actions/get-reference.mjs +30 -0
- package/dist/actions/get-reference.mjs.map +1 -0
- package/dist/actions/index.cjs +73 -0
- package/dist/actions/index.d.cts +37 -0
- package/dist/actions/index.d.mts +37 -0
- package/dist/actions/index.mjs +37 -0
- package/dist/actions/initialize-badge-designer.cjs +22 -0
- package/dist/actions/initialize-badge-designer.cjs.map +1 -0
- package/dist/actions/initialize-badge-designer.d.cts +9 -0
- package/dist/actions/initialize-badge-designer.d.cts.map +1 -0
- package/dist/actions/initialize-badge-designer.d.mts +9 -0
- package/dist/actions/initialize-badge-designer.d.mts.map +1 -0
- package/dist/actions/initialize-badge-designer.mjs +19 -0
- package/dist/actions/initialize-badge-designer.mjs.map +1 -0
- package/dist/actions/initialize-certificate-designer.cjs +23 -0
- package/dist/actions/initialize-certificate-designer.cjs.map +1 -0
- package/dist/actions/initialize-certificate-designer.d.cts +9 -0
- package/dist/actions/initialize-certificate-designer.d.cts.map +1 -0
- package/dist/actions/initialize-certificate-designer.d.mts +9 -0
- package/dist/actions/initialize-certificate-designer.d.mts.map +1 -0
- package/dist/actions/initialize-certificate-designer.mjs +20 -0
- package/dist/actions/initialize-certificate-designer.mjs.map +1 -0
- package/dist/actions/list-templates.cjs +37 -0
- package/dist/actions/list-templates.cjs.map +1 -0
- package/dist/actions/list-templates.d.cts +9 -0
- package/dist/actions/list-templates.d.cts.map +1 -0
- package/dist/actions/list-templates.d.mts +9 -0
- package/dist/actions/list-templates.d.mts.map +1 -0
- package/dist/actions/list-templates.mjs +36 -0
- package/dist/actions/list-templates.mjs.map +1 -0
- package/dist/actions/search-attribute-keys.cjs +43 -0
- package/dist/actions/search-attribute-keys.cjs.map +1 -0
- package/dist/actions/search-attribute-keys.d.cts +9 -0
- package/dist/actions/search-attribute-keys.d.cts.map +1 -0
- package/dist/actions/search-attribute-keys.d.mts +9 -0
- package/dist/actions/search-attribute-keys.d.mts.map +1 -0
- package/dist/actions/search-attribute-keys.mjs +42 -0
- package/dist/actions/search-attribute-keys.mjs.map +1 -0
- package/dist/actions/search-collections.cjs +52 -0
- package/dist/actions/search-collections.cjs.map +1 -0
- package/dist/actions/search-collections.d.cts +9 -0
- package/dist/actions/search-collections.d.cts.map +1 -0
- package/dist/actions/search-collections.d.mts +9 -0
- package/dist/actions/search-collections.d.mts.map +1 -0
- package/dist/actions/search-collections.mjs +51 -0
- package/dist/actions/search-collections.mjs.map +1 -0
- package/dist/actions/search-credentials-v2.cjs +67 -0
- package/dist/actions/search-credentials-v2.cjs.map +1 -0
- package/dist/actions/search-credentials-v2.d.cts +9 -0
- package/dist/actions/search-credentials-v2.d.cts.map +1 -0
- package/dist/actions/search-credentials-v2.d.mts +9 -0
- package/dist/actions/search-credentials-v2.d.mts.map +1 -0
- package/dist/actions/search-credentials-v2.mjs +66 -0
- package/dist/actions/search-credentials-v2.mjs.map +1 -0
- package/dist/actions/search-departments.cjs +47 -0
- package/dist/actions/search-departments.cjs.map +1 -0
- package/dist/actions/search-departments.d.cts +9 -0
- package/dist/actions/search-departments.d.cts.map +1 -0
- package/dist/actions/search-departments.d.mts +9 -0
- package/dist/actions/search-departments.d.mts.map +1 -0
- package/dist/actions/search-departments.mjs +46 -0
- package/dist/actions/search-departments.mjs.map +1 -0
- package/dist/actions/search-designs.cjs +41 -0
- package/dist/actions/search-designs.cjs.map +1 -0
- package/dist/actions/search-designs.d.cts +9 -0
- package/dist/actions/search-designs.d.cts.map +1 -0
- package/dist/actions/search-designs.d.mts +9 -0
- package/dist/actions/search-designs.d.mts.map +1 -0
- package/dist/actions/search-designs.mjs +40 -0
- package/dist/actions/search-designs.mjs.map +1 -0
- package/dist/actions/search-groups.cjs +72 -0
- package/dist/actions/search-groups.cjs.map +1 -0
- package/dist/actions/search-groups.d.cts +9 -0
- package/dist/actions/search-groups.d.cts.map +1 -0
- package/dist/actions/search-groups.d.mts +9 -0
- package/dist/actions/search-groups.d.mts.map +1 -0
- package/dist/actions/search-groups.mjs +71 -0
- package/dist/actions/search-groups.mjs.map +1 -0
- package/dist/actions/update-credential.cjs +92 -0
- package/dist/actions/update-credential.cjs.map +1 -0
- package/dist/actions/update-credential.d.cts +9 -0
- package/dist/actions/update-credential.d.cts.map +1 -0
- package/dist/actions/update-credential.d.mts +9 -0
- package/dist/actions/update-credential.d.mts.map +1 -0
- package/dist/actions/update-credential.mjs +91 -0
- package/dist/actions/update-credential.mjs.map +1 -0
- package/dist/actions/update-evidence-item.cjs +43 -0
- package/dist/actions/update-evidence-item.cjs.map +1 -0
- package/dist/actions/update-evidence-item.d.cts +9 -0
- package/dist/actions/update-evidence-item.d.cts.map +1 -0
- package/dist/actions/update-evidence-item.d.mts +9 -0
- package/dist/actions/update-evidence-item.d.mts.map +1 -0
- package/dist/actions/update-evidence-item.mjs +42 -0
- package/dist/actions/update-evidence-item.mjs.map +1 -0
- package/dist/actions/update-group.cjs +99 -0
- package/dist/actions/update-group.cjs.map +1 -0
- package/dist/actions/update-group.d.cts +9 -0
- package/dist/actions/update-group.d.cts.map +1 -0
- package/dist/actions/update-group.d.mts +9 -0
- package/dist/actions/update-group.d.mts.map +1 -0
- package/dist/actions/update-group.mjs +98 -0
- package/dist/actions/update-group.mjs.map +1 -0
- package/dist/actions/update-reference.cjs +54 -0
- package/dist/actions/update-reference.cjs.map +1 -0
- package/dist/actions/update-reference.d.cts +9 -0
- package/dist/actions/update-reference.d.cts.map +1 -0
- package/dist/actions/update-reference.d.mts +9 -0
- package/dist/actions/update-reference.d.mts.map +1 -0
- package/dist/actions/update-reference.mjs +53 -0
- package/dist/actions/update-reference.mjs.map +1 -0
- package/dist/actions/view-all-skill-categories.cjs +20 -0
- package/dist/actions/view-all-skill-categories.cjs.map +1 -0
- package/dist/actions/view-all-skill-categories.d.cts +9 -0
- package/dist/actions/view-all-skill-categories.d.cts.map +1 -0
- package/dist/actions/view-all-skill-categories.d.mts +9 -0
- package/dist/actions/view-all-skill-categories.d.mts.map +1 -0
- package/dist/actions/view-all-skill-categories.mjs +19 -0
- package/dist/actions/view-all-skill-categories.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +78 -0
- package/dist/index.d.cts +39 -0
- package/dist/index.d.mts +39 -0
- package/dist/index.mjs +40 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-evidence-item.d.ts
|
|
4
|
+
declare const AccredibleCertificatesGetEvidenceItemInput: z.ZodTypeAny;
|
|
5
|
+
declare const AccredibleCertificatesGetEvidenceItemOutput: z.ZodTypeAny;
|
|
6
|
+
declare const accredibleCertificatesGetEvidenceItem: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { accredibleCertificatesGetEvidenceItem };
|
|
9
|
+
//# sourceMappingURL=get-evidence-item.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-evidence-item.d.mts","names":[],"sources":["../../src/actions/get-evidence-item.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAGgB;AAAA,cAW9D,2CAAA,EAA6C,CAAA,CAAE,UAEA;AAAA,cAE/C,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-evidence-item.ts
|
|
4
|
+
const AccredibleCertificatesGetEvidenceItemInput = z.object({
|
|
5
|
+
credential_id: z.string().describe("ID of the Credential in the form of an integer or string for the particular Credential requested"),
|
|
6
|
+
evidence_item_id: z.number().int().describe("ID of the EvidenceItem in the form of an integer")
|
|
7
|
+
}).describe("Request schema for viewing an evidence item on a credential.");
|
|
8
|
+
const AccredibleCertificatesGetEvidenceItem_EvidenceItemSchema = z.object({
|
|
9
|
+
id: z.number().int().describe("Unique ID of the evidence item").nullable().optional(),
|
|
10
|
+
type: z.string().describe("Category/type of the evidence item").nullable().optional(),
|
|
11
|
+
link_url: z.string().describe("Link URL of the evidence item, if applicable").nullable().optional(),
|
|
12
|
+
position: z.number().int().describe("Position index on the credential list").nullable().optional(),
|
|
13
|
+
description: z.string().describe("Title text of the evidence item").nullable().optional(),
|
|
14
|
+
supplemental: z.boolean().describe("Whether this item is supplemental to the credential").nullable().optional(),
|
|
15
|
+
string_object: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
|
|
16
|
+
preview_image_url: z.string().describe("Preview image URL for the evidence item").nullable().optional()
|
|
17
|
+
}).describe("Evidence item object representing a single evidence item.");
|
|
18
|
+
const accredibleCertificatesGetEvidenceItem = action("ACCREDIBLE_CERTIFICATES_GET_EVIDENCE_ITEM", {
|
|
19
|
+
slug: "accredible_certificates-get-evidence-item",
|
|
20
|
+
name: "Get Evidence Item",
|
|
21
|
+
description: "Tool to retrieve a specific evidence item from a credential. Use when you need to view details of an existing evidence item.",
|
|
22
|
+
input: AccredibleCertificatesGetEvidenceItemInput,
|
|
23
|
+
output: z.object({ evidence_item: AccredibleCertificatesGetEvidenceItem_EvidenceItemSchema.nullable() }).describe("Response schema for viewing an evidence item.")
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { accredibleCertificatesGetEvidenceItem };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=get-evidence-item.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-evidence-item.mjs","names":[],"sources":["../../src/actions/get-evidence-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetEvidenceItemInput: z.ZodTypeAny = z.object({\n credential_id: z.string().describe(\"ID of the Credential in the form of an integer or string for the particular Credential requested\"),\n evidence_item_id: z.number().int().describe(\"ID of the EvidenceItem in the form of an integer\"),\n}).describe(\"Request schema for viewing an evidence item on a credential.\");\nconst AccredibleCertificatesGetEvidenceItem_EvidenceItemSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique ID of the evidence item\").nullable().optional(),\n type: z.string().describe(\"Category/type of the evidence item\").nullable().optional(),\n link_url: z.string().describe(\"Link URL of the evidence item, if applicable\").nullable().optional(),\n position: z.number().int().describe(\"Position index on the credential list\").nullable().optional(),\n description: z.string().describe(\"Title text of the evidence item\").nullable().optional(),\n supplemental: z.boolean().describe(\"Whether this item is supplemental to the credential\").nullable().optional(),\n string_object: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n preview_image_url: z.string().describe(\"Preview image URL for the evidence item\").nullable().optional(),\n}).describe(\"Evidence item object representing a single evidence item.\");\nexport const AccredibleCertificatesGetEvidenceItemOutput: z.ZodTypeAny = z.object({\n evidence_item: AccredibleCertificatesGetEvidenceItem_EvidenceItemSchema.nullable(),\n}).describe(\"Response schema for viewing an evidence item.\");\n\nexport const accredibleCertificatesGetEvidenceItem = action(\"ACCREDIBLE_CERTIFICATES_GET_EVIDENCE_ITEM\", {\n slug: \"accredible_certificates-get-evidence-item\",\n name: \"Get Evidence Item\",\n description: \"Tool to retrieve a specific evidence item from a credential. Use when you need to view details of an existing evidence item.\",\n input: AccredibleCertificatesGetEvidenceItemInput,\n output: AccredibleCertificatesGetEvidenceItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2D,EAAE,OAAO;CAC/E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;CACrI,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD;AAChG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,2DAAyE,EAAE,OAAO;CACtF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,eAAe,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAKvE,MAAa,wCAAwC,OAAO,6CAA6C;CACvG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuE,EAAE,OAAO,EAChF,eAAe,yDAAyD,SAAS,EACnF,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-group.ts
|
|
4
|
+
const AccredibleCertificatesGetGroupInput = zod.z.object({ group_id: zod.z.number().int().describe("ID of the group in the form of an integer for the particular group requested. You can obtain the group ID from the all groups request.") }).describe("Request schema for retrieving a specific group by ID.");
|
|
5
|
+
const AccredibleCertificatesGetGroup_CollectionSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Collection ID"),
|
|
7
|
+
name: zod.z.string().describe("Collection name"),
|
|
8
|
+
description: zod.z.string().describe("Collection description").nullable().optional()
|
|
9
|
+
}).describe("Collection associated with the group.");
|
|
10
|
+
const AccredibleCertificatesGetGroup_SkillCategorySchema = zod.z.object({
|
|
11
|
+
id: zod.z.number().int().describe("Skill category ID"),
|
|
12
|
+
name: zod.z.string().describe("Skill category name")
|
|
13
|
+
}).describe("Skill category associated with the group.");
|
|
14
|
+
const AccredibleCertificatesGetGroup_GroupSchema = zod.z.object({
|
|
15
|
+
id: zod.z.number().int().describe("Unique identifier of the group"),
|
|
16
|
+
name: zod.z.string().describe("Name of the group"),
|
|
17
|
+
language: zod.z.string().describe("Language code for the group"),
|
|
18
|
+
design_id: zod.z.number().int().describe("Design ID in use").nullable().optional(),
|
|
19
|
+
meta_data: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Arbitrary metadata of the group").nullable().optional(),
|
|
20
|
+
attach_pdf: zod.z.boolean().describe("Whether the PDF is attached to the recipient email"),
|
|
21
|
+
blockchain: zod.z.boolean().describe("Whether blockchain recording is enabled"),
|
|
22
|
+
created_at: zod.z.string().describe("Timestamp when the group was created"),
|
|
23
|
+
signup_url: zod.z.string().describe("Signup URL for recipients").nullable().optional(),
|
|
24
|
+
updated_at: zod.z.string().describe("Timestamp when the group was last updated"),
|
|
25
|
+
auto_expiry: zod.z.number().int().describe("Auto-expiry years set for credentials in this group").nullable().optional(),
|
|
26
|
+
collections: zod.z.array(AccredibleCertificatesGetGroup_CollectionSchema).describe("Collections assigned to this group").nullable().optional(),
|
|
27
|
+
course_link: zod.z.string().describe("URL to the course information page").nullable().optional(),
|
|
28
|
+
course_name: zod.z.string().describe("Name of the course or achievement visible to the recipient"),
|
|
29
|
+
design_name: zod.z.string().describe("Name of the design in use").nullable().optional(),
|
|
30
|
+
department_id: zod.z.number().int().describe("Department ID owning the group"),
|
|
31
|
+
skill_category: AccredibleCertificatesGetGroup_SkillCategorySchema.nullable().optional(),
|
|
32
|
+
badge_design_id: zod.z.number().int().describe("Badge design ID in use").nullable().optional(),
|
|
33
|
+
signup_url_show: zod.z.boolean().describe("Whether signup URL is shown"),
|
|
34
|
+
course_link_show: zod.z.boolean().describe("Whether course link is shown"),
|
|
35
|
+
learning_outcomes: zod.z.array(zod.z.string()).describe("Learning outcomes of the group").nullable().optional(),
|
|
36
|
+
primary_design_id: zod.z.number().int().describe("Primary design ID in use").nullable().optional(),
|
|
37
|
+
course_description: zod.z.string().describe("Description of the course or achievement visible to the recipient"),
|
|
38
|
+
certificate_design_id: zod.z.number().int().describe("Certificate design ID in use").nullable().optional(),
|
|
39
|
+
organization_link_show: zod.z.boolean().describe("Whether organization link is shown"),
|
|
40
|
+
generate_private_credential: zod.z.boolean().describe("Default private credential setting for the group").nullable().optional()
|
|
41
|
+
}).describe("Group object with all details.");
|
|
42
|
+
const AccredibleCertificatesGetGroupOutput = zod.z.object({ group: AccredibleCertificatesGetGroup_GroupSchema.nullable() }).describe("Response schema containing the group details.");
|
|
43
|
+
const accredibleCertificatesGetGroup = require_action.action("ACCREDIBLE_CERTIFICATES_GET_GROUP", {
|
|
44
|
+
slug: "accredible_certificates-get-group",
|
|
45
|
+
name: "Get Group",
|
|
46
|
+
description: "Tool to retrieve a specific group by ID. Use when you need to view details of an existing group.",
|
|
47
|
+
input: AccredibleCertificatesGetGroupInput,
|
|
48
|
+
output: AccredibleCertificatesGetGroupOutput
|
|
49
|
+
});
|
|
50
|
+
//#endregion
|
|
51
|
+
exports.accredibleCertificatesGetGroup = accredibleCertificatesGetGroup;
|
|
52
|
+
|
|
53
|
+
//# sourceMappingURL=get-group.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-group.cjs","names":["z","action"],"sources":["../../src/actions/get-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetGroupInput: z.ZodTypeAny = z.object({\n group_id: z.number().int().describe(\"ID of the group in the form of an integer for the particular group requested. You can obtain the group ID from the all groups request.\"),\n}).describe(\"Request schema for retrieving a specific group by ID.\");\nconst AccredibleCertificatesGetGroup_CollectionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Collection ID\"),\n name: z.string().describe(\"Collection name\"),\n description: z.string().describe(\"Collection description\").nullable().optional(),\n}).describe(\"Collection associated with the group.\");\nconst AccredibleCertificatesGetGroup_SkillCategorySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Skill category ID\"),\n name: z.string().describe(\"Skill category name\"),\n}).describe(\"Skill category associated with the group.\");\nconst AccredibleCertificatesGetGroup_GroupSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the group\"),\n name: z.string().describe(\"Name of the group\"),\n language: z.string().describe(\"Language code for the group\"),\n design_id: z.number().int().describe(\"Design ID in use\").nullable().optional(),\n meta_data: z.record(z.string(), z.unknown()).describe(\"Arbitrary metadata of the group\").nullable().optional(),\n attach_pdf: z.boolean().describe(\"Whether the PDF is attached to the recipient email\"),\n blockchain: z.boolean().describe(\"Whether blockchain recording is enabled\"),\n created_at: z.string().describe(\"Timestamp when the group was created\"),\n signup_url: z.string().describe(\"Signup URL for recipients\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the group was last updated\"),\n auto_expiry: z.number().int().describe(\"Auto-expiry years set for credentials in this group\").nullable().optional(),\n collections: z.array(AccredibleCertificatesGetGroup_CollectionSchema).describe(\"Collections assigned to this group\").nullable().optional(),\n course_link: z.string().describe(\"URL to the course information page\").nullable().optional(),\n course_name: z.string().describe(\"Name of the course or achievement visible to the recipient\"),\n design_name: z.string().describe(\"Name of the design in use\").nullable().optional(),\n department_id: z.number().int().describe(\"Department ID owning the group\"),\n skill_category: AccredibleCertificatesGetGroup_SkillCategorySchema.nullable().optional(),\n badge_design_id: z.number().int().describe(\"Badge design ID in use\").nullable().optional(),\n signup_url_show: z.boolean().describe(\"Whether signup URL is shown\"),\n course_link_show: z.boolean().describe(\"Whether course link is shown\"),\n learning_outcomes: z.array(z.string()).describe(\"Learning outcomes of the group\").nullable().optional(),\n primary_design_id: z.number().int().describe(\"Primary design ID in use\").nullable().optional(),\n course_description: z.string().describe(\"Description of the course or achievement visible to the recipient\"),\n certificate_design_id: z.number().int().describe(\"Certificate design ID in use\").nullable().optional(),\n organization_link_show: z.boolean().describe(\"Whether organization link is shown\"),\n generate_private_credential: z.boolean().describe(\"Default private credential setting for the group\").nullable().optional(),\n}).describe(\"Group object with all details.\");\nexport const AccredibleCertificatesGetGroupOutput: z.ZodTypeAny = z.object({\n group: AccredibleCertificatesGetGroup_GroupSchema.nullable(),\n}).describe(\"Response schema containing the group details.\");\n\nexport const accredibleCertificatesGetGroup = action(\"ACCREDIBLE_CERTIFICATES_GET_GROUP\", {\n slug: \"accredible_certificates-get-group\",\n name: \"Get Group\",\n description: \"Tool to retrieve a specific group by ID. Use when you need to view details of an existing group.\",\n input: AccredibleCertificatesGetGroupInput,\n output: AccredibleCertificatesGetGroupOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-group.d.ts
|
|
4
|
+
declare const AccredibleCertificatesGetGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const AccredibleCertificatesGetGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const accredibleCertificatesGetGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { accredibleCertificatesGetGroup };
|
|
9
|
+
//# sourceMappingURL=get-group.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-group.d.cts","names":[],"sources":["../../src/actions/get-group.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAEgB;AAAA,cAsCvD,oCAAA,EAAsC,CAAA,CAAE,UAEO;AAAA,cAE/C,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-group.d.ts
|
|
4
|
+
declare const AccredibleCertificatesGetGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const AccredibleCertificatesGetGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const accredibleCertificatesGetGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { accredibleCertificatesGetGroup };
|
|
9
|
+
//# sourceMappingURL=get-group.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-group.d.mts","names":[],"sources":["../../src/actions/get-group.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAEgB;AAAA,cAsCvD,oCAAA,EAAsC,CAAA,CAAE,UAEO;AAAA,cAE/C,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-group.ts
|
|
4
|
+
const AccredibleCertificatesGetGroupInput = z.object({ group_id: z.number().int().describe("ID of the group in the form of an integer for the particular group requested. You can obtain the group ID from the all groups request.") }).describe("Request schema for retrieving a specific group by ID.");
|
|
5
|
+
const AccredibleCertificatesGetGroup_CollectionSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Collection ID"),
|
|
7
|
+
name: z.string().describe("Collection name"),
|
|
8
|
+
description: z.string().describe("Collection description").nullable().optional()
|
|
9
|
+
}).describe("Collection associated with the group.");
|
|
10
|
+
const AccredibleCertificatesGetGroup_SkillCategorySchema = z.object({
|
|
11
|
+
id: z.number().int().describe("Skill category ID"),
|
|
12
|
+
name: z.string().describe("Skill category name")
|
|
13
|
+
}).describe("Skill category associated with the group.");
|
|
14
|
+
const AccredibleCertificatesGetGroup_GroupSchema = z.object({
|
|
15
|
+
id: z.number().int().describe("Unique identifier of the group"),
|
|
16
|
+
name: z.string().describe("Name of the group"),
|
|
17
|
+
language: z.string().describe("Language code for the group"),
|
|
18
|
+
design_id: z.number().int().describe("Design ID in use").nullable().optional(),
|
|
19
|
+
meta_data: z.record(z.string(), z.unknown()).describe("Arbitrary metadata of the group").nullable().optional(),
|
|
20
|
+
attach_pdf: z.boolean().describe("Whether the PDF is attached to the recipient email"),
|
|
21
|
+
blockchain: z.boolean().describe("Whether blockchain recording is enabled"),
|
|
22
|
+
created_at: z.string().describe("Timestamp when the group was created"),
|
|
23
|
+
signup_url: z.string().describe("Signup URL for recipients").nullable().optional(),
|
|
24
|
+
updated_at: z.string().describe("Timestamp when the group was last updated"),
|
|
25
|
+
auto_expiry: z.number().int().describe("Auto-expiry years set for credentials in this group").nullable().optional(),
|
|
26
|
+
collections: z.array(AccredibleCertificatesGetGroup_CollectionSchema).describe("Collections assigned to this group").nullable().optional(),
|
|
27
|
+
course_link: z.string().describe("URL to the course information page").nullable().optional(),
|
|
28
|
+
course_name: z.string().describe("Name of the course or achievement visible to the recipient"),
|
|
29
|
+
design_name: z.string().describe("Name of the design in use").nullable().optional(),
|
|
30
|
+
department_id: z.number().int().describe("Department ID owning the group"),
|
|
31
|
+
skill_category: AccredibleCertificatesGetGroup_SkillCategorySchema.nullable().optional(),
|
|
32
|
+
badge_design_id: z.number().int().describe("Badge design ID in use").nullable().optional(),
|
|
33
|
+
signup_url_show: z.boolean().describe("Whether signup URL is shown"),
|
|
34
|
+
course_link_show: z.boolean().describe("Whether course link is shown"),
|
|
35
|
+
learning_outcomes: z.array(z.string()).describe("Learning outcomes of the group").nullable().optional(),
|
|
36
|
+
primary_design_id: z.number().int().describe("Primary design ID in use").nullable().optional(),
|
|
37
|
+
course_description: z.string().describe("Description of the course or achievement visible to the recipient"),
|
|
38
|
+
certificate_design_id: z.number().int().describe("Certificate design ID in use").nullable().optional(),
|
|
39
|
+
organization_link_show: z.boolean().describe("Whether organization link is shown"),
|
|
40
|
+
generate_private_credential: z.boolean().describe("Default private credential setting for the group").nullable().optional()
|
|
41
|
+
}).describe("Group object with all details.");
|
|
42
|
+
const accredibleCertificatesGetGroup = action("ACCREDIBLE_CERTIFICATES_GET_GROUP", {
|
|
43
|
+
slug: "accredible_certificates-get-group",
|
|
44
|
+
name: "Get Group",
|
|
45
|
+
description: "Tool to retrieve a specific group by ID. Use when you need to view details of an existing group.",
|
|
46
|
+
input: AccredibleCertificatesGetGroupInput,
|
|
47
|
+
output: z.object({ group: AccredibleCertificatesGetGroup_GroupSchema.nullable() }).describe("Response schema containing the group details.")
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
export { accredibleCertificatesGetGroup };
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=get-group.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-group.mjs","names":[],"sources":["../../src/actions/get-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetGroupInput: z.ZodTypeAny = z.object({\n group_id: z.number().int().describe(\"ID of the group in the form of an integer for the particular group requested. You can obtain the group ID from the all groups request.\"),\n}).describe(\"Request schema for retrieving a specific group by ID.\");\nconst AccredibleCertificatesGetGroup_CollectionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Collection ID\"),\n name: z.string().describe(\"Collection name\"),\n description: z.string().describe(\"Collection description\").nullable().optional(),\n}).describe(\"Collection associated with the group.\");\nconst AccredibleCertificatesGetGroup_SkillCategorySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Skill category ID\"),\n name: z.string().describe(\"Skill category name\"),\n}).describe(\"Skill category associated with the group.\");\nconst AccredibleCertificatesGetGroup_GroupSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the group\"),\n name: z.string().describe(\"Name of the group\"),\n language: z.string().describe(\"Language code for the group\"),\n design_id: z.number().int().describe(\"Design ID in use\").nullable().optional(),\n meta_data: z.record(z.string(), z.unknown()).describe(\"Arbitrary metadata of the group\").nullable().optional(),\n attach_pdf: z.boolean().describe(\"Whether the PDF is attached to the recipient email\"),\n blockchain: z.boolean().describe(\"Whether blockchain recording is enabled\"),\n created_at: z.string().describe(\"Timestamp when the group was created\"),\n signup_url: z.string().describe(\"Signup URL for recipients\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the group was last updated\"),\n auto_expiry: z.number().int().describe(\"Auto-expiry years set for credentials in this group\").nullable().optional(),\n collections: z.array(AccredibleCertificatesGetGroup_CollectionSchema).describe(\"Collections assigned to this group\").nullable().optional(),\n course_link: z.string().describe(\"URL to the course information page\").nullable().optional(),\n course_name: z.string().describe(\"Name of the course or achievement visible to the recipient\"),\n design_name: z.string().describe(\"Name of the design in use\").nullable().optional(),\n department_id: z.number().int().describe(\"Department ID owning the group\"),\n skill_category: AccredibleCertificatesGetGroup_SkillCategorySchema.nullable().optional(),\n badge_design_id: z.number().int().describe(\"Badge design ID in use\").nullable().optional(),\n signup_url_show: z.boolean().describe(\"Whether signup URL is shown\"),\n course_link_show: z.boolean().describe(\"Whether course link is shown\"),\n learning_outcomes: z.array(z.string()).describe(\"Learning outcomes of the group\").nullable().optional(),\n primary_design_id: z.number().int().describe(\"Primary design ID in use\").nullable().optional(),\n course_description: z.string().describe(\"Description of the course or achievement visible to the recipient\"),\n certificate_design_id: z.number().int().describe(\"Certificate design ID in use\").nullable().optional(),\n organization_link_show: z.boolean().describe(\"Whether organization link is shown\"),\n generate_private_credential: z.boolean().describe(\"Default private credential setting for the group\").nullable().optional(),\n}).describe(\"Group object with all details.\");\nexport const AccredibleCertificatesGetGroupOutput: z.ZodTypeAny = z.object({\n group: AccredibleCertificatesGetGroup_GroupSchema.nullable(),\n}).describe(\"Response schema containing the group details.\");\n\nexport const accredibleCertificatesGetGroup = action(\"ACCREDIBLE_CERTIFICATES_GET_GROUP\", {\n slug: \"accredible_certificates-get-group\",\n name: \"Get Group\",\n description: \"Tool to retrieve a specific group by ID. Use when you need to view details of an existing group.\",\n input: AccredibleCertificatesGetGroupInput,\n output: AccredibleCertificatesGetGroupOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-issuer.ts
|
|
4
|
+
const AccredibleCertificatesGetIssuerInput = zod.z.object({}).describe("Request schema for getting issuer details. No parameters are required.");
|
|
5
|
+
const AccredibleCertificatesGetIssuer_IssuerSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier for the issuer").nullable().optional(),
|
|
7
|
+
url: zod.z.string().describe("URL of the issuer's website").nullable().optional(),
|
|
8
|
+
name: zod.z.string().describe("Name of the issuer organization").nullable().optional(),
|
|
9
|
+
email: zod.z.string().describe("Email address of the issuer").nullable().optional(),
|
|
10
|
+
language: zod.z.string().describe("Language code for the issuer (e.g., 'en', 'es')").nullable().optional(),
|
|
11
|
+
spiderable: zod.z.boolean().describe("Whether the issuer's credentials are indexable by search engines").nullable().optional(),
|
|
12
|
+
certificate_left: zod.z.number().describe("Number of certificates remaining in the account").nullable().optional(),
|
|
13
|
+
linkedin_school_id: zod.z.number().int().describe("LinkedIn school ID associated with the issuer").nullable().optional(),
|
|
14
|
+
whitelisted_domain: zod.z.string().describe("Whitelisted domain for the issuer").nullable().optional(),
|
|
15
|
+
linkedin_company_id: zod.z.number().int().describe("LinkedIn company ID associated with the issuer").nullable().optional()
|
|
16
|
+
}).describe("Issuer object representing the organization or entity issuing credentials.");
|
|
17
|
+
const AccredibleCertificatesGetIssuerOutput = zod.z.object({ issuer: AccredibleCertificatesGetIssuer_IssuerSchema.nullable() }).describe("Response schema for getting issuer details.");
|
|
18
|
+
const accredibleCertificatesGetIssuer = require_action.action("ACCREDIBLE_CERTIFICATES_GET_ISSUER", {
|
|
19
|
+
slug: "accredible_certificates-get-issuer",
|
|
20
|
+
name: "Get Issuer Details",
|
|
21
|
+
description: "Tool to retrieve details about the authenticated issuer. Use when you need to view information about the issuer organization.",
|
|
22
|
+
input: AccredibleCertificatesGetIssuerInput,
|
|
23
|
+
output: AccredibleCertificatesGetIssuerOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.accredibleCertificatesGetIssuer = accredibleCertificatesGetIssuer;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=get-issuer.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-issuer.cjs","names":["z","action"],"sources":["../../src/actions/get-issuer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetIssuerInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for getting issuer details. No parameters are required.\");\nconst AccredibleCertificatesGetIssuer_IssuerSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the issuer\").nullable().optional(),\n url: z.string().describe(\"URL of the issuer's website\").nullable().optional(),\n name: z.string().describe(\"Name of the issuer organization\").nullable().optional(),\n email: z.string().describe(\"Email address of the issuer\").nullable().optional(),\n language: z.string().describe(\"Language code for the issuer (e.g., 'en', 'es')\").nullable().optional(),\n spiderable: z.boolean().describe(\"Whether the issuer's credentials are indexable by search engines\").nullable().optional(),\n certificate_left: z.number().describe(\"Number of certificates remaining in the account\").nullable().optional(),\n linkedin_school_id: z.number().int().describe(\"LinkedIn school ID associated with the issuer\").nullable().optional(),\n whitelisted_domain: z.string().describe(\"Whitelisted domain for the issuer\").nullable().optional(),\n linkedin_company_id: z.number().int().describe(\"LinkedIn company ID associated with the issuer\").nullable().optional(),\n}).describe(\"Issuer object representing the organization or entity issuing credentials.\");\nexport const AccredibleCertificatesGetIssuerOutput: z.ZodTypeAny = z.object({\n issuer: AccredibleCertificatesGetIssuer_IssuerSchema.nullable(),\n}).describe(\"Response schema for getting issuer details.\");\n\nexport const accredibleCertificatesGetIssuer = action(\"ACCREDIBLE_CERTIFICATES_GET_ISSUER\", {\n slug: \"accredible_certificates-get-issuer\",\n name: \"Get Issuer Details\",\n description: \"Tool to retrieve details about the authenticated issuer. Use when you need to view information about the issuer organization.\",\n input: AccredibleCertificatesGetIssuerInput,\n output: AccredibleCertificatesGetIssuerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wEAAwE;AAChK,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,QAAQ,6CAA6C,SAAS,EAChE,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,kCAAkCC,eAAAA,OAAO,sCAAsC;CAC1F,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-issuer.d.ts
|
|
4
|
+
declare const AccredibleCertificatesGetIssuerInput: z.ZodTypeAny;
|
|
5
|
+
declare const AccredibleCertificatesGetIssuerOutput: z.ZodTypeAny;
|
|
6
|
+
declare const accredibleCertificatesGetIssuer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { accredibleCertificatesGetIssuer };
|
|
9
|
+
//# sourceMappingURL=get-issuer.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-issuer.d.cts","names":[],"sources":["../../src/actions/get-issuer.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAA4G;AAAA,cAapJ,qCAAA,EAAuC,CAAA,CAAE,UAEI;AAAA,cAE7C,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-issuer.d.ts
|
|
4
|
+
declare const AccredibleCertificatesGetIssuerInput: z.ZodTypeAny;
|
|
5
|
+
declare const AccredibleCertificatesGetIssuerOutput: z.ZodTypeAny;
|
|
6
|
+
declare const accredibleCertificatesGetIssuer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { accredibleCertificatesGetIssuer };
|
|
9
|
+
//# sourceMappingURL=get-issuer.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-issuer.d.mts","names":[],"sources":["../../src/actions/get-issuer.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAA4G;AAAA,cAapJ,qCAAA,EAAuC,CAAA,CAAE,UAEI;AAAA,cAE7C,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-issuer.ts
|
|
4
|
+
const AccredibleCertificatesGetIssuerInput = z.object({}).describe("Request schema for getting issuer details. No parameters are required.");
|
|
5
|
+
const AccredibleCertificatesGetIssuer_IssuerSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Unique identifier for the issuer").nullable().optional(),
|
|
7
|
+
url: z.string().describe("URL of the issuer's website").nullable().optional(),
|
|
8
|
+
name: z.string().describe("Name of the issuer organization").nullable().optional(),
|
|
9
|
+
email: z.string().describe("Email address of the issuer").nullable().optional(),
|
|
10
|
+
language: z.string().describe("Language code for the issuer (e.g., 'en', 'es')").nullable().optional(),
|
|
11
|
+
spiderable: z.boolean().describe("Whether the issuer's credentials are indexable by search engines").nullable().optional(),
|
|
12
|
+
certificate_left: z.number().describe("Number of certificates remaining in the account").nullable().optional(),
|
|
13
|
+
linkedin_school_id: z.number().int().describe("LinkedIn school ID associated with the issuer").nullable().optional(),
|
|
14
|
+
whitelisted_domain: z.string().describe("Whitelisted domain for the issuer").nullable().optional(),
|
|
15
|
+
linkedin_company_id: z.number().int().describe("LinkedIn company ID associated with the issuer").nullable().optional()
|
|
16
|
+
}).describe("Issuer object representing the organization or entity issuing credentials.");
|
|
17
|
+
const accredibleCertificatesGetIssuer = action("ACCREDIBLE_CERTIFICATES_GET_ISSUER", {
|
|
18
|
+
slug: "accredible_certificates-get-issuer",
|
|
19
|
+
name: "Get Issuer Details",
|
|
20
|
+
description: "Tool to retrieve details about the authenticated issuer. Use when you need to view information about the issuer organization.",
|
|
21
|
+
input: AccredibleCertificatesGetIssuerInput,
|
|
22
|
+
output: z.object({ issuer: AccredibleCertificatesGetIssuer_IssuerSchema.nullable() }).describe("Response schema for getting issuer details.")
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { accredibleCertificatesGetIssuer };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=get-issuer.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-issuer.mjs","names":[],"sources":["../../src/actions/get-issuer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetIssuerInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for getting issuer details. No parameters are required.\");\nconst AccredibleCertificatesGetIssuer_IssuerSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the issuer\").nullable().optional(),\n url: z.string().describe(\"URL of the issuer's website\").nullable().optional(),\n name: z.string().describe(\"Name of the issuer organization\").nullable().optional(),\n email: z.string().describe(\"Email address of the issuer\").nullable().optional(),\n language: z.string().describe(\"Language code for the issuer (e.g., 'en', 'es')\").nullable().optional(),\n spiderable: z.boolean().describe(\"Whether the issuer's credentials are indexable by search engines\").nullable().optional(),\n certificate_left: z.number().describe(\"Number of certificates remaining in the account\").nullable().optional(),\n linkedin_school_id: z.number().int().describe(\"LinkedIn school ID associated with the issuer\").nullable().optional(),\n whitelisted_domain: z.string().describe(\"Whitelisted domain for the issuer\").nullable().optional(),\n linkedin_company_id: z.number().int().describe(\"LinkedIn company ID associated with the issuer\").nullable().optional(),\n}).describe(\"Issuer object representing the organization or entity issuing credentials.\");\nexport const AccredibleCertificatesGetIssuerOutput: z.ZodTypeAny = z.object({\n issuer: AccredibleCertificatesGetIssuer_IssuerSchema.nullable(),\n}).describe(\"Response schema for getting issuer details.\");\n\nexport const accredibleCertificatesGetIssuer = action(\"ACCREDIBLE_CERTIFICATES_GET_ISSUER\", {\n slug: \"accredible_certificates-get-issuer\",\n name: \"Get Issuer Details\",\n description: \"Tool to retrieve details about the authenticated issuer. Use when you need to view information about the issuer organization.\",\n input: AccredibleCertificatesGetIssuerInput,\n output: AccredibleCertificatesGetIssuerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wEAAwE;AAChK,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,4EAA4E;AAKxF,MAAa,kCAAkC,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiE,EAAE,OAAO,EAC1E,QAAQ,6CAA6C,SAAS,EAChE,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-reference.ts
|
|
4
|
+
const AccredibleCertificatesGetReferenceInput = zod.z.object({
|
|
5
|
+
reference_id: zod.z.number().int().describe("ID of the Reference in the form of an integer."),
|
|
6
|
+
credential_id: zod.z.string().describe("ID of the Credential in the form of a string or integer for the particular Credential requested.")
|
|
7
|
+
}).describe("Request model for viewing a reference.");
|
|
8
|
+
const AccredibleCertificatesGetReference_RefereeSchema = zod.z.object({
|
|
9
|
+
name: zod.z.string().describe("Name of the referee.").nullable().optional(),
|
|
10
|
+
email: zod.z.string().describe("Email address of the referee.").nullable().optional(),
|
|
11
|
+
avatar: zod.z.string().describe("URL to the avatar image of the referee.").nullable().optional()
|
|
12
|
+
}).describe("The person who provided the reference.");
|
|
13
|
+
const AccredibleCertificatesGetReference_ReferenceSchema = zod.z.object({
|
|
14
|
+
id: zod.z.number().int().describe("Reference ID.").nullable().optional(),
|
|
15
|
+
referee: AccredibleCertificatesGetReference_RefereeSchema.nullable().optional(),
|
|
16
|
+
description: zod.z.string().describe("Description or feedback provided in the reference.").nullable().optional(),
|
|
17
|
+
relationship: zod.z.string().describe("Relationship of referee to recipient.").nullable().optional(),
|
|
18
|
+
supplemental: zod.z.boolean().describe("Whether this reference is supplemental.").nullable().optional()
|
|
19
|
+
}).describe("Details of the reference.");
|
|
20
|
+
const AccredibleCertificatesGetReferenceOutput = zod.z.object({ reference: AccredibleCertificatesGetReference_ReferenceSchema.nullable() }).describe("Response model for get reference action.");
|
|
21
|
+
const accredibleCertificatesGetReference = require_action.action("ACCREDIBLE_CERTIFICATES_GET_REFERENCE", {
|
|
22
|
+
slug: "accredible_certificates-get-reference",
|
|
23
|
+
name: "Get Reference",
|
|
24
|
+
description: "Tool to view a specific reference by ID. Use when you need to retrieve details of a reference associated with a credential.",
|
|
25
|
+
input: AccredibleCertificatesGetReferenceInput,
|
|
26
|
+
output: AccredibleCertificatesGetReferenceOutput
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
exports.accredibleCertificatesGetReference = accredibleCertificatesGetReference;
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=get-reference.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-reference.cjs","names":["z","action"],"sources":["../../src/actions/get-reference.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetReferenceInput: z.ZodTypeAny = z.object({\n reference_id: z.number().int().describe(\"ID of the Reference in the form of an integer.\"),\n credential_id: z.string().describe(\"ID of the Credential in the form of a string or integer for the particular Credential requested.\"),\n}).describe(\"Request model for viewing a reference.\");\nconst AccredibleCertificatesGetReference_RefereeSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the referee.\").nullable().optional(),\n email: z.string().describe(\"Email address of the referee.\").nullable().optional(),\n avatar: z.string().describe(\"URL to the avatar image of the referee.\").nullable().optional(),\n}).describe(\"The person who provided the reference.\");\nconst AccredibleCertificatesGetReference_ReferenceSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Reference ID.\").nullable().optional(),\n referee: AccredibleCertificatesGetReference_RefereeSchema.nullable().optional(),\n description: z.string().describe(\"Description or feedback provided in the reference.\").nullable().optional(),\n relationship: z.string().describe(\"Relationship of referee to recipient.\").nullable().optional(),\n supplemental: z.boolean().describe(\"Whether this reference is supplemental.\").nullable().optional(),\n}).describe(\"Details of the reference.\");\nexport const AccredibleCertificatesGetReferenceOutput: z.ZodTypeAny = z.object({\n reference: AccredibleCertificatesGetReference_ReferenceSchema.nullable(),\n}).describe(\"Response model for get reference action.\");\n\nexport const accredibleCertificatesGetReference = action(\"ACCREDIBLE_CERTIFICATES_GET_REFERENCE\", {\n slug: \"accredible_certificates-get-reference\",\n name: \"Get Reference\",\n description: \"Tool to view a specific reference by ID. Use when you need to retrieve details of a reference associated with a credential.\",\n input: AccredibleCertificatesGetReferenceInput,\n output: AccredibleCertificatesGetReferenceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACxF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;AACvI,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,SAAS,iDAAiD,SAAS,CAAC,CAAC,SAAS;CAC9E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACvC,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,WAAW,mDAAmD,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,qCAAqCC,eAAAA,OAAO,yCAAyC;CAChG,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-reference.d.ts
|
|
4
|
+
declare const AccredibleCertificatesGetReferenceInput: z.ZodTypeAny;
|
|
5
|
+
declare const AccredibleCertificatesGetReferenceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const accredibleCertificatesGetReference: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { accredibleCertificatesGetReference };
|
|
9
|
+
//# sourceMappingURL=get-reference.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-reference.d.cts","names":[],"sources":["../../src/actions/get-reference.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAGH;AAAA,cAaxC,wCAAA,EAA0C,CAAA,CAAE,UAEF;AAAA,cAE1C,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-reference.d.ts
|
|
4
|
+
declare const AccredibleCertificatesGetReferenceInput: z.ZodTypeAny;
|
|
5
|
+
declare const AccredibleCertificatesGetReferenceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const accredibleCertificatesGetReference: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { accredibleCertificatesGetReference };
|
|
9
|
+
//# sourceMappingURL=get-reference.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-reference.d.mts","names":[],"sources":["../../src/actions/get-reference.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAGH;AAAA,cAaxC,wCAAA,EAA0C,CAAA,CAAE,UAEF;AAAA,cAE1C,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-reference.ts
|
|
4
|
+
const AccredibleCertificatesGetReferenceInput = z.object({
|
|
5
|
+
reference_id: z.number().int().describe("ID of the Reference in the form of an integer."),
|
|
6
|
+
credential_id: z.string().describe("ID of the Credential in the form of a string or integer for the particular Credential requested.")
|
|
7
|
+
}).describe("Request model for viewing a reference.");
|
|
8
|
+
const AccredibleCertificatesGetReference_RefereeSchema = z.object({
|
|
9
|
+
name: z.string().describe("Name of the referee.").nullable().optional(),
|
|
10
|
+
email: z.string().describe("Email address of the referee.").nullable().optional(),
|
|
11
|
+
avatar: z.string().describe("URL to the avatar image of the referee.").nullable().optional()
|
|
12
|
+
}).describe("The person who provided the reference.");
|
|
13
|
+
const AccredibleCertificatesGetReference_ReferenceSchema = z.object({
|
|
14
|
+
id: z.number().int().describe("Reference ID.").nullable().optional(),
|
|
15
|
+
referee: AccredibleCertificatesGetReference_RefereeSchema.nullable().optional(),
|
|
16
|
+
description: z.string().describe("Description or feedback provided in the reference.").nullable().optional(),
|
|
17
|
+
relationship: z.string().describe("Relationship of referee to recipient.").nullable().optional(),
|
|
18
|
+
supplemental: z.boolean().describe("Whether this reference is supplemental.").nullable().optional()
|
|
19
|
+
}).describe("Details of the reference.");
|
|
20
|
+
const accredibleCertificatesGetReference = action("ACCREDIBLE_CERTIFICATES_GET_REFERENCE", {
|
|
21
|
+
slug: "accredible_certificates-get-reference",
|
|
22
|
+
name: "Get Reference",
|
|
23
|
+
description: "Tool to view a specific reference by ID. Use when you need to retrieve details of a reference associated with a credential.",
|
|
24
|
+
input: AccredibleCertificatesGetReferenceInput,
|
|
25
|
+
output: z.object({ reference: AccredibleCertificatesGetReference_ReferenceSchema.nullable() }).describe("Response model for get reference action.")
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { accredibleCertificatesGetReference };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=get-reference.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-reference.mjs","names":[],"sources":["../../src/actions/get-reference.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetReferenceInput: z.ZodTypeAny = z.object({\n reference_id: z.number().int().describe(\"ID of the Reference in the form of an integer.\"),\n credential_id: z.string().describe(\"ID of the Credential in the form of a string or integer for the particular Credential requested.\"),\n}).describe(\"Request model for viewing a reference.\");\nconst AccredibleCertificatesGetReference_RefereeSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the referee.\").nullable().optional(),\n email: z.string().describe(\"Email address of the referee.\").nullable().optional(),\n avatar: z.string().describe(\"URL to the avatar image of the referee.\").nullable().optional(),\n}).describe(\"The person who provided the reference.\");\nconst AccredibleCertificatesGetReference_ReferenceSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Reference ID.\").nullable().optional(),\n referee: AccredibleCertificatesGetReference_RefereeSchema.nullable().optional(),\n description: z.string().describe(\"Description or feedback provided in the reference.\").nullable().optional(),\n relationship: z.string().describe(\"Relationship of referee to recipient.\").nullable().optional(),\n supplemental: z.boolean().describe(\"Whether this reference is supplemental.\").nullable().optional(),\n}).describe(\"Details of the reference.\");\nexport const AccredibleCertificatesGetReferenceOutput: z.ZodTypeAny = z.object({\n reference: AccredibleCertificatesGetReference_ReferenceSchema.nullable(),\n}).describe(\"Response model for get reference action.\");\n\nexport const accredibleCertificatesGetReference = action(\"ACCREDIBLE_CERTIFICATES_GET_REFERENCE\", {\n slug: \"accredible_certificates-get-reference\",\n name: \"Get Reference\",\n description: \"Tool to view a specific reference by ID. Use when you need to retrieve details of a reference associated with a credential.\",\n input: AccredibleCertificatesGetReferenceInput,\n output: AccredibleCertificatesGetReferenceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwD,EAAE,OAAO;CAC5E,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACxF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;AACvI,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,mDAAiE,EAAE,OAAO;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,SAAS,iDAAiD,SAAS,CAAC,CAAC,SAAS;CAC9E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,2BAA2B;AAKvC,MAAa,qCAAqC,OAAO,yCAAyC;CAChG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToE,EAAE,OAAO,EAC7E,WAAW,mDAAmD,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_bulk_create_credentials_v2 = require("./bulk-create-credentials-v2.cjs");
|
|
3
|
+
const require_clone_group = require("./clone-group.cjs");
|
|
4
|
+
const require_create_attribute_key = require("./create-attribute-key.cjs");
|
|
5
|
+
const require_create_collection = require("./create-collection.cjs");
|
|
6
|
+
const require_create_credential = require("./create-credential.cjs");
|
|
7
|
+
const require_create_evidence_item = require("./create-evidence-item.cjs");
|
|
8
|
+
const require_create_group = require("./create-group.cjs");
|
|
9
|
+
const require_create_reference = require("./create-reference.cjs");
|
|
10
|
+
const require_delete_collection = require("./delete-collection.cjs");
|
|
11
|
+
const require_delete_credential = require("./delete-credential.cjs");
|
|
12
|
+
const require_delete_evidence_item = require("./delete-evidence-item.cjs");
|
|
13
|
+
const require_delete_group = require("./delete-group.cjs");
|
|
14
|
+
const require_delete_reference = require("./delete-reference.cjs");
|
|
15
|
+
const require_generate_pd_fs_for_credentials = require("./generate-pd-fs-for-credentials.cjs");
|
|
16
|
+
const require_get_analytics = require("./get-analytics.cjs");
|
|
17
|
+
const require_get_credential = require("./get-credential.cjs");
|
|
18
|
+
const require_get_credential_analytics = require("./get-credential-analytics.cjs");
|
|
19
|
+
const require_get_department = require("./get-department.cjs");
|
|
20
|
+
const require_get_evidence_item = require("./get-evidence-item.cjs");
|
|
21
|
+
const require_get_group = require("./get-group.cjs");
|
|
22
|
+
const require_get_issuer = require("./get-issuer.cjs");
|
|
23
|
+
const require_get_reference = require("./get-reference.cjs");
|
|
24
|
+
const require_initialize_badge_designer = require("./initialize-badge-designer.cjs");
|
|
25
|
+
const require_initialize_certificate_designer = require("./initialize-certificate-designer.cjs");
|
|
26
|
+
const require_list_templates = require("./list-templates.cjs");
|
|
27
|
+
const require_search_attribute_keys = require("./search-attribute-keys.cjs");
|
|
28
|
+
const require_search_collections = require("./search-collections.cjs");
|
|
29
|
+
const require_search_credentials_v2 = require("./search-credentials-v2.cjs");
|
|
30
|
+
const require_search_departments = require("./search-departments.cjs");
|
|
31
|
+
const require_search_designs = require("./search-designs.cjs");
|
|
32
|
+
const require_search_groups = require("./search-groups.cjs");
|
|
33
|
+
const require_update_credential = require("./update-credential.cjs");
|
|
34
|
+
const require_update_evidence_item = require("./update-evidence-item.cjs");
|
|
35
|
+
const require_update_group = require("./update-group.cjs");
|
|
36
|
+
const require_update_reference = require("./update-reference.cjs");
|
|
37
|
+
const require_view_all_skill_categories = require("./view-all-skill-categories.cjs");
|
|
38
|
+
exports.accredibleCertificatesBulkCreateCredentialsV2 = require_bulk_create_credentials_v2.accredibleCertificatesBulkCreateCredentialsV2;
|
|
39
|
+
exports.accredibleCertificatesCloneGroup = require_clone_group.accredibleCertificatesCloneGroup;
|
|
40
|
+
exports.accredibleCertificatesCreateAttributeKey = require_create_attribute_key.accredibleCertificatesCreateAttributeKey;
|
|
41
|
+
exports.accredibleCertificatesCreateCollection = require_create_collection.accredibleCertificatesCreateCollection;
|
|
42
|
+
exports.accredibleCertificatesCreateCredential = require_create_credential.accredibleCertificatesCreateCredential;
|
|
43
|
+
exports.accredibleCertificatesCreateEvidenceItem = require_create_evidence_item.accredibleCertificatesCreateEvidenceItem;
|
|
44
|
+
exports.accredibleCertificatesCreateGroup = require_create_group.accredibleCertificatesCreateGroup;
|
|
45
|
+
exports.accredibleCertificatesCreateReference = require_create_reference.accredibleCertificatesCreateReference;
|
|
46
|
+
exports.accredibleCertificatesDeleteCollection = require_delete_collection.accredibleCertificatesDeleteCollection;
|
|
47
|
+
exports.accredibleCertificatesDeleteCredential = require_delete_credential.accredibleCertificatesDeleteCredential;
|
|
48
|
+
exports.accredibleCertificatesDeleteEvidenceItem = require_delete_evidence_item.accredibleCertificatesDeleteEvidenceItem;
|
|
49
|
+
exports.accredibleCertificatesDeleteGroup = require_delete_group.accredibleCertificatesDeleteGroup;
|
|
50
|
+
exports.accredibleCertificatesDeleteReference = require_delete_reference.accredibleCertificatesDeleteReference;
|
|
51
|
+
exports.accredibleCertificatesGeneratePdFsForCredentials = require_generate_pd_fs_for_credentials.accredibleCertificatesGeneratePdFsForCredentials;
|
|
52
|
+
exports.accredibleCertificatesGetAnalytics = require_get_analytics.accredibleCertificatesGetAnalytics;
|
|
53
|
+
exports.accredibleCertificatesGetCredential = require_get_credential.accredibleCertificatesGetCredential;
|
|
54
|
+
exports.accredibleCertificatesGetCredentialAnalytics = require_get_credential_analytics.accredibleCertificatesGetCredentialAnalytics;
|
|
55
|
+
exports.accredibleCertificatesGetDepartment = require_get_department.accredibleCertificatesGetDepartment;
|
|
56
|
+
exports.accredibleCertificatesGetEvidenceItem = require_get_evidence_item.accredibleCertificatesGetEvidenceItem;
|
|
57
|
+
exports.accredibleCertificatesGetGroup = require_get_group.accredibleCertificatesGetGroup;
|
|
58
|
+
exports.accredibleCertificatesGetIssuer = require_get_issuer.accredibleCertificatesGetIssuer;
|
|
59
|
+
exports.accredibleCertificatesGetReference = require_get_reference.accredibleCertificatesGetReference;
|
|
60
|
+
exports.accredibleCertificatesInitializeBadgeDesigner = require_initialize_badge_designer.accredibleCertificatesInitializeBadgeDesigner;
|
|
61
|
+
exports.accredibleCertificatesInitializeCertificateDesigner = require_initialize_certificate_designer.accredibleCertificatesInitializeCertificateDesigner;
|
|
62
|
+
exports.accredibleCertificatesListTemplates = require_list_templates.accredibleCertificatesListTemplates;
|
|
63
|
+
exports.accredibleCertificatesSearchAttributeKeys = require_search_attribute_keys.accredibleCertificatesSearchAttributeKeys;
|
|
64
|
+
exports.accredibleCertificatesSearchCollections = require_search_collections.accredibleCertificatesSearchCollections;
|
|
65
|
+
exports.accredibleCertificatesSearchCredentialsV2 = require_search_credentials_v2.accredibleCertificatesSearchCredentialsV2;
|
|
66
|
+
exports.accredibleCertificatesSearchDepartments = require_search_departments.accredibleCertificatesSearchDepartments;
|
|
67
|
+
exports.accredibleCertificatesSearchDesigns = require_search_designs.accredibleCertificatesSearchDesigns;
|
|
68
|
+
exports.accredibleCertificatesSearchGroups = require_search_groups.accredibleCertificatesSearchGroups;
|
|
69
|
+
exports.accredibleCertificatesUpdateCredential = require_update_credential.accredibleCertificatesUpdateCredential;
|
|
70
|
+
exports.accredibleCertificatesUpdateEvidenceItem = require_update_evidence_item.accredibleCertificatesUpdateEvidenceItem;
|
|
71
|
+
exports.accredibleCertificatesUpdateGroup = require_update_group.accredibleCertificatesUpdateGroup;
|
|
72
|
+
exports.accredibleCertificatesUpdateReference = require_update_reference.accredibleCertificatesUpdateReference;
|
|
73
|
+
exports.accredibleCertificatesViewAllSkillCategories = require_view_all_skill_categories.accredibleCertificatesViewAllSkillCategories;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { accredibleCertificatesBulkCreateCredentialsV2 } from "./bulk-create-credentials-v2.cjs";
|
|
2
|
+
import { accredibleCertificatesCloneGroup } from "./clone-group.cjs";
|
|
3
|
+
import { accredibleCertificatesCreateAttributeKey } from "./create-attribute-key.cjs";
|
|
4
|
+
import { accredibleCertificatesCreateCollection } from "./create-collection.cjs";
|
|
5
|
+
import { accredibleCertificatesCreateCredential } from "./create-credential.cjs";
|
|
6
|
+
import { accredibleCertificatesCreateEvidenceItem } from "./create-evidence-item.cjs";
|
|
7
|
+
import { accredibleCertificatesCreateGroup } from "./create-group.cjs";
|
|
8
|
+
import { accredibleCertificatesCreateReference } from "./create-reference.cjs";
|
|
9
|
+
import { accredibleCertificatesDeleteCollection } from "./delete-collection.cjs";
|
|
10
|
+
import { accredibleCertificatesDeleteCredential } from "./delete-credential.cjs";
|
|
11
|
+
import { accredibleCertificatesDeleteEvidenceItem } from "./delete-evidence-item.cjs";
|
|
12
|
+
import { accredibleCertificatesDeleteGroup } from "./delete-group.cjs";
|
|
13
|
+
import { accredibleCertificatesDeleteReference } from "./delete-reference.cjs";
|
|
14
|
+
import { accredibleCertificatesGeneratePdFsForCredentials } from "./generate-pd-fs-for-credentials.cjs";
|
|
15
|
+
import { accredibleCertificatesGetAnalytics } from "./get-analytics.cjs";
|
|
16
|
+
import { accredibleCertificatesGetCredential } from "./get-credential.cjs";
|
|
17
|
+
import { accredibleCertificatesGetCredentialAnalytics } from "./get-credential-analytics.cjs";
|
|
18
|
+
import { accredibleCertificatesGetDepartment } from "./get-department.cjs";
|
|
19
|
+
import { accredibleCertificatesGetEvidenceItem } from "./get-evidence-item.cjs";
|
|
20
|
+
import { accredibleCertificatesGetGroup } from "./get-group.cjs";
|
|
21
|
+
import { accredibleCertificatesGetIssuer } from "./get-issuer.cjs";
|
|
22
|
+
import { accredibleCertificatesGetReference } from "./get-reference.cjs";
|
|
23
|
+
import { accredibleCertificatesInitializeBadgeDesigner } from "./initialize-badge-designer.cjs";
|
|
24
|
+
import { accredibleCertificatesInitializeCertificateDesigner } from "./initialize-certificate-designer.cjs";
|
|
25
|
+
import { accredibleCertificatesListTemplates } from "./list-templates.cjs";
|
|
26
|
+
import { accredibleCertificatesSearchAttributeKeys } from "./search-attribute-keys.cjs";
|
|
27
|
+
import { accredibleCertificatesSearchCollections } from "./search-collections.cjs";
|
|
28
|
+
import { accredibleCertificatesSearchCredentialsV2 } from "./search-credentials-v2.cjs";
|
|
29
|
+
import { accredibleCertificatesSearchDepartments } from "./search-departments.cjs";
|
|
30
|
+
import { accredibleCertificatesSearchDesigns } from "./search-designs.cjs";
|
|
31
|
+
import { accredibleCertificatesSearchGroups } from "./search-groups.cjs";
|
|
32
|
+
import { accredibleCertificatesUpdateCredential } from "./update-credential.cjs";
|
|
33
|
+
import { accredibleCertificatesUpdateEvidenceItem } from "./update-evidence-item.cjs";
|
|
34
|
+
import { accredibleCertificatesUpdateGroup } from "./update-group.cjs";
|
|
35
|
+
import { accredibleCertificatesUpdateReference } from "./update-reference.cjs";
|
|
36
|
+
import { accredibleCertificatesViewAllSkillCategories } from "./view-all-skill-categories.cjs";
|
|
37
|
+
export { accredibleCertificatesBulkCreateCredentialsV2, accredibleCertificatesCloneGroup, accredibleCertificatesCreateAttributeKey, accredibleCertificatesCreateCollection, accredibleCertificatesCreateCredential, accredibleCertificatesCreateEvidenceItem, accredibleCertificatesCreateGroup, accredibleCertificatesCreateReference, accredibleCertificatesDeleteCollection, accredibleCertificatesDeleteCredential, accredibleCertificatesDeleteEvidenceItem, accredibleCertificatesDeleteGroup, accredibleCertificatesDeleteReference, accredibleCertificatesGeneratePdFsForCredentials, accredibleCertificatesGetAnalytics, accredibleCertificatesGetCredential, accredibleCertificatesGetCredentialAnalytics, accredibleCertificatesGetDepartment, accredibleCertificatesGetEvidenceItem, accredibleCertificatesGetGroup, accredibleCertificatesGetIssuer, accredibleCertificatesGetReference, accredibleCertificatesInitializeBadgeDesigner, accredibleCertificatesInitializeCertificateDesigner, accredibleCertificatesListTemplates, accredibleCertificatesSearchAttributeKeys, accredibleCertificatesSearchCollections, accredibleCertificatesSearchCredentialsV2, accredibleCertificatesSearchDepartments, accredibleCertificatesSearchDesigns, accredibleCertificatesSearchGroups, accredibleCertificatesUpdateCredential, accredibleCertificatesUpdateEvidenceItem, accredibleCertificatesUpdateGroup, accredibleCertificatesUpdateReference, accredibleCertificatesViewAllSkillCategories };
|