@keystrokehq/parma 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-relationship-to-group.cjs +25 -0
- package/dist/actions/add-relationship-to-group.cjs.map +1 -0
- package/dist/actions/add-relationship-to-group.d.cts +9 -0
- package/dist/actions/add-relationship-to-group.d.cts.map +1 -0
- package/dist/actions/add-relationship-to-group.d.mts +9 -0
- package/dist/actions/add-relationship-to-group.d.mts.map +1 -0
- package/dist/actions/add-relationship-to-group.mjs +24 -0
- package/dist/actions/add-relationship-to-group.mjs.map +1 -0
- package/dist/actions/create-note.cjs +28 -0
- package/dist/actions/create-note.cjs.map +1 -0
- package/dist/actions/create-note.d.cts +9 -0
- package/dist/actions/create-note.d.cts.map +1 -0
- package/dist/actions/create-note.d.mts +9 -0
- package/dist/actions/create-note.d.mts.map +1 -0
- package/dist/actions/create-note.mjs +27 -0
- package/dist/actions/create-note.mjs.map +1 -0
- package/dist/actions/create-relationship.cjs +34 -0
- package/dist/actions/create-relationship.cjs.map +1 -0
- package/dist/actions/create-relationship.d.cts +9 -0
- package/dist/actions/create-relationship.d.cts.map +1 -0
- package/dist/actions/create-relationship.d.mts +9 -0
- package/dist/actions/create-relationship.d.mts.map +1 -0
- package/dist/actions/create-relationship.mjs +33 -0
- package/dist/actions/create-relationship.mjs.map +1 -0
- package/dist/actions/data-json.cjs +52 -0
- package/dist/actions/data-json.cjs.map +1 -0
- package/dist/actions/data-json.d.cts +9 -0
- package/dist/actions/data-json.d.cts.map +1 -0
- package/dist/actions/data-json.d.mts +9 -0
- package/dist/actions/data-json.d.mts.map +1 -0
- package/dist/actions/data-json.mjs +51 -0
- package/dist/actions/data-json.mjs.map +1 -0
- package/dist/actions/delete-relationship.cjs +16 -0
- package/dist/actions/delete-relationship.cjs.map +1 -0
- package/dist/actions/delete-relationship.d.cts +9 -0
- package/dist/actions/delete-relationship.d.cts.map +1 -0
- package/dist/actions/delete-relationship.d.mts +9 -0
- package/dist/actions/delete-relationship.d.mts.map +1 -0
- package/dist/actions/delete-relationship.mjs +13 -0
- package/dist/actions/delete-relationship.mjs.map +1 -0
- package/dist/actions/get-pipeline.cjs +23 -0
- package/dist/actions/get-pipeline.cjs.map +1 -0
- package/dist/actions/get-pipeline.d.cts +9 -0
- package/dist/actions/get-pipeline.d.cts.map +1 -0
- package/dist/actions/get-pipeline.d.mts +9 -0
- package/dist/actions/get-pipeline.d.mts.map +1 -0
- package/dist/actions/get-pipeline.mjs +22 -0
- package/dist/actions/get-pipeline.mjs.map +1 -0
- package/dist/actions/get-relationship.cjs +33 -0
- package/dist/actions/get-relationship.cjs.map +1 -0
- package/dist/actions/get-relationship.d.cts +9 -0
- package/dist/actions/get-relationship.d.cts.map +1 -0
- package/dist/actions/get-relationship.d.mts +9 -0
- package/dist/actions/get-relationship.d.mts.map +1 -0
- package/dist/actions/get-relationship.mjs +32 -0
- package/dist/actions/get-relationship.mjs.map +1 -0
- package/dist/actions/get-stage.cjs +24 -0
- package/dist/actions/get-stage.cjs.map +1 -0
- package/dist/actions/get-stage.d.cts +9 -0
- package/dist/actions/get-stage.d.cts.map +1 -0
- package/dist/actions/get-stage.d.mts +9 -0
- package/dist/actions/get-stage.d.mts.map +1 -0
- package/dist/actions/get-stage.mjs +23 -0
- package/dist/actions/get-stage.mjs.map +1 -0
- package/dist/actions/get-user-profile.cjs +28 -0
- package/dist/actions/get-user-profile.cjs.map +1 -0
- package/dist/actions/get-user-profile.d.cts +9 -0
- package/dist/actions/get-user-profile.d.cts.map +1 -0
- package/dist/actions/get-user-profile.d.mts +9 -0
- package/dist/actions/get-user-profile.d.mts.map +1 -0
- package/dist/actions/get-user-profile.mjs +27 -0
- package/dist/actions/get-user-profile.mjs.map +1 -0
- package/dist/actions/get-user.cjs +21 -0
- package/dist/actions/get-user.cjs.map +1 -0
- package/dist/actions/get-user.d.cts +9 -0
- package/dist/actions/get-user.d.cts.map +1 -0
- package/dist/actions/get-user.d.mts +9 -0
- package/dist/actions/get-user.d.mts.map +1 -0
- package/dist/actions/get-user.mjs +20 -0
- package/dist/actions/get-user.mjs.map +1 -0
- package/dist/actions/index.cjs +47 -0
- package/dist/actions/index.d.cts +24 -0
- package/dist/actions/index.d.mts +24 -0
- package/dist/actions/index.mjs +24 -0
- package/dist/actions/list-deals.cjs +33 -0
- package/dist/actions/list-deals.cjs.map +1 -0
- package/dist/actions/list-deals.d.cts +9 -0
- package/dist/actions/list-deals.d.cts.map +1 -0
- package/dist/actions/list-deals.d.mts +9 -0
- package/dist/actions/list-deals.d.mts.map +1 -0
- package/dist/actions/list-deals.mjs +32 -0
- package/dist/actions/list-deals.mjs.map +1 -0
- package/dist/actions/list-groups.cjs +29 -0
- package/dist/actions/list-groups.cjs.map +1 -0
- package/dist/actions/list-groups.d.cts +9 -0
- package/dist/actions/list-groups.d.cts.map +1 -0
- package/dist/actions/list-groups.d.mts +9 -0
- package/dist/actions/list-groups.d.mts.map +1 -0
- package/dist/actions/list-groups.mjs +28 -0
- package/dist/actions/list-groups.mjs.map +1 -0
- package/dist/actions/list-notes.cjs +24 -0
- package/dist/actions/list-notes.cjs.map +1 -0
- package/dist/actions/list-notes.d.cts +9 -0
- package/dist/actions/list-notes.d.cts.map +1 -0
- package/dist/actions/list-notes.d.mts +9 -0
- package/dist/actions/list-notes.d.mts.map +1 -0
- package/dist/actions/list-notes.mjs +23 -0
- package/dist/actions/list-notes.mjs.map +1 -0
- package/dist/actions/list-pipelines.cjs +23 -0
- package/dist/actions/list-pipelines.cjs.map +1 -0
- package/dist/actions/list-pipelines.d.cts +9 -0
- package/dist/actions/list-pipelines.d.cts.map +1 -0
- package/dist/actions/list-pipelines.d.mts +9 -0
- package/dist/actions/list-pipelines.d.mts.map +1 -0
- package/dist/actions/list-pipelines.mjs +22 -0
- package/dist/actions/list-pipelines.mjs.map +1 -0
- package/dist/actions/list-relationship-groups.cjs +22 -0
- package/dist/actions/list-relationship-groups.cjs.map +1 -0
- package/dist/actions/list-relationship-groups.d.cts +9 -0
- package/dist/actions/list-relationship-groups.d.cts.map +1 -0
- package/dist/actions/list-relationship-groups.d.mts +9 -0
- package/dist/actions/list-relationship-groups.d.mts.map +1 -0
- package/dist/actions/list-relationship-groups.mjs +21 -0
- package/dist/actions/list-relationship-groups.mjs.map +1 -0
- package/dist/actions/list-relationship-notes.cjs +27 -0
- package/dist/actions/list-relationship-notes.cjs.map +1 -0
- package/dist/actions/list-relationship-notes.d.cts +9 -0
- package/dist/actions/list-relationship-notes.d.cts.map +1 -0
- package/dist/actions/list-relationship-notes.d.mts +9 -0
- package/dist/actions/list-relationship-notes.d.mts.map +1 -0
- package/dist/actions/list-relationship-notes.mjs +26 -0
- package/dist/actions/list-relationship-notes.mjs.map +1 -0
- package/dist/actions/list-relationships.cjs +54 -0
- package/dist/actions/list-relationships.cjs.map +1 -0
- package/dist/actions/list-relationships.d.cts +9 -0
- package/dist/actions/list-relationships.d.cts.map +1 -0
- package/dist/actions/list-relationships.d.mts +9 -0
- package/dist/actions/list-relationships.d.mts.map +1 -0
- package/dist/actions/list-relationships.mjs +53 -0
- package/dist/actions/list-relationships.mjs.map +1 -0
- package/dist/actions/list-stages.cjs +24 -0
- package/dist/actions/list-stages.cjs.map +1 -0
- package/dist/actions/list-stages.d.cts +9 -0
- package/dist/actions/list-stages.d.cts.map +1 -0
- package/dist/actions/list-stages.d.mts +9 -0
- package/dist/actions/list-stages.d.mts.map +1 -0
- package/dist/actions/list-stages.mjs +23 -0
- package/dist/actions/list-stages.mjs.map +1 -0
- package/dist/actions/list-users.cjs +21 -0
- package/dist/actions/list-users.cjs.map +1 -0
- package/dist/actions/list-users.d.cts +9 -0
- package/dist/actions/list-users.d.cts.map +1 -0
- package/dist/actions/list-users.d.mts +9 -0
- package/dist/actions/list-users.d.mts.map +1 -0
- package/dist/actions/list-users.mjs +20 -0
- package/dist/actions/list-users.mjs.map +1 -0
- package/dist/actions/package-list.cjs +20 -0
- package/dist/actions/package-list.cjs.map +1 -0
- package/dist/actions/package-list.d.cts +9 -0
- package/dist/actions/package-list.d.cts.map +1 -0
- package/dist/actions/package-list.d.mts +9 -0
- package/dist/actions/package-list.d.mts.map +1 -0
- package/dist/actions/package-list.mjs +17 -0
- package/dist/actions/package-list.mjs.map +1 -0
- package/dist/actions/remove-relationship-from-group.cjs +19 -0
- package/dist/actions/remove-relationship-from-group.cjs.map +1 -0
- package/dist/actions/remove-relationship-from-group.d.cts +9 -0
- package/dist/actions/remove-relationship-from-group.d.cts.map +1 -0
- package/dist/actions/remove-relationship-from-group.d.mts +9 -0
- package/dist/actions/remove-relationship-from-group.d.mts.map +1 -0
- package/dist/actions/remove-relationship-from-group.mjs +16 -0
- package/dist/actions/remove-relationship-from-group.mjs.map +1 -0
- package/dist/actions/update-note.cjs +29 -0
- package/dist/actions/update-note.cjs.map +1 -0
- package/dist/actions/update-note.d.cts +9 -0
- package/dist/actions/update-note.d.cts.map +1 -0
- package/dist/actions/update-note.d.mts +9 -0
- package/dist/actions/update-note.d.mts.map +1 -0
- package/dist/actions/update-note.mjs +28 -0
- package/dist/actions/update-note.mjs.map +1 -0
- package/dist/actions/update-relationship.cjs +36 -0
- package/dist/actions/update-relationship.cjs.map +1 -0
- package/dist/actions/update-relationship.d.cts +9 -0
- package/dist/actions/update-relationship.d.cts.map +1 -0
- package/dist/actions/update-relationship.d.mts +9 -0
- package/dist/actions/update-relationship.d.mts.map +1 -0
- package/dist/actions/update-relationship.mjs +35 -0
- package/dist/actions/update-relationship.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 +52 -0
- package/dist/index.d.cts +26 -0
- package/dist/index.d.mts +26 -0
- package/dist/index.mjs +27 -0
- package/package.json +49 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_add_relationship_to_group = require("./add-relationship-to-group.cjs");
|
|
3
|
+
const require_create_note = require("./create-note.cjs");
|
|
4
|
+
const require_create_relationship = require("./create-relationship.cjs");
|
|
5
|
+
const require_data_json = require("./data-json.cjs");
|
|
6
|
+
const require_delete_relationship = require("./delete-relationship.cjs");
|
|
7
|
+
const require_get_pipeline = require("./get-pipeline.cjs");
|
|
8
|
+
const require_get_relationship = require("./get-relationship.cjs");
|
|
9
|
+
const require_get_stage = require("./get-stage.cjs");
|
|
10
|
+
const require_get_user = require("./get-user.cjs");
|
|
11
|
+
const require_get_user_profile = require("./get-user-profile.cjs");
|
|
12
|
+
const require_list_deals = require("./list-deals.cjs");
|
|
13
|
+
const require_list_groups = require("./list-groups.cjs");
|
|
14
|
+
const require_list_notes = require("./list-notes.cjs");
|
|
15
|
+
const require_list_pipelines = require("./list-pipelines.cjs");
|
|
16
|
+
const require_list_relationship_groups = require("./list-relationship-groups.cjs");
|
|
17
|
+
const require_list_relationship_notes = require("./list-relationship-notes.cjs");
|
|
18
|
+
const require_list_relationships = require("./list-relationships.cjs");
|
|
19
|
+
const require_list_stages = require("./list-stages.cjs");
|
|
20
|
+
const require_list_users = require("./list-users.cjs");
|
|
21
|
+
const require_package_list = require("./package-list.cjs");
|
|
22
|
+
const require_remove_relationship_from_group = require("./remove-relationship-from-group.cjs");
|
|
23
|
+
const require_update_note = require("./update-note.cjs");
|
|
24
|
+
const require_update_relationship = require("./update-relationship.cjs");
|
|
25
|
+
exports.parmaAddRelationshipToGroup = require_add_relationship_to_group.parmaAddRelationshipToGroup;
|
|
26
|
+
exports.parmaCreateNote = require_create_note.parmaCreateNote;
|
|
27
|
+
exports.parmaCreateRelationship = require_create_relationship.parmaCreateRelationship;
|
|
28
|
+
exports.parmaDataJson = require_data_json.parmaDataJson;
|
|
29
|
+
exports.parmaDeleteRelationship = require_delete_relationship.parmaDeleteRelationship;
|
|
30
|
+
exports.parmaGetPipeline = require_get_pipeline.parmaGetPipeline;
|
|
31
|
+
exports.parmaGetRelationship = require_get_relationship.parmaGetRelationship;
|
|
32
|
+
exports.parmaGetStage = require_get_stage.parmaGetStage;
|
|
33
|
+
exports.parmaGetUser = require_get_user.parmaGetUser;
|
|
34
|
+
exports.parmaGetUserProfile = require_get_user_profile.parmaGetUserProfile;
|
|
35
|
+
exports.parmaListDeals = require_list_deals.parmaListDeals;
|
|
36
|
+
exports.parmaListGroups = require_list_groups.parmaListGroups;
|
|
37
|
+
exports.parmaListNotes = require_list_notes.parmaListNotes;
|
|
38
|
+
exports.parmaListPipelines = require_list_pipelines.parmaListPipelines;
|
|
39
|
+
exports.parmaListRelationshipGroups = require_list_relationship_groups.parmaListRelationshipGroups;
|
|
40
|
+
exports.parmaListRelationshipNotes = require_list_relationship_notes.parmaListRelationshipNotes;
|
|
41
|
+
exports.parmaListRelationships = require_list_relationships.parmaListRelationships;
|
|
42
|
+
exports.parmaListStages = require_list_stages.parmaListStages;
|
|
43
|
+
exports.parmaListUsers = require_list_users.parmaListUsers;
|
|
44
|
+
exports.parmaPackageList = require_package_list.parmaPackageList;
|
|
45
|
+
exports.parmaRemoveRelationshipFromGroup = require_remove_relationship_from_group.parmaRemoveRelationshipFromGroup;
|
|
46
|
+
exports.parmaUpdateNote = require_update_note.parmaUpdateNote;
|
|
47
|
+
exports.parmaUpdateRelationship = require_update_relationship.parmaUpdateRelationship;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { parmaAddRelationshipToGroup } from "./add-relationship-to-group.cjs";
|
|
2
|
+
import { parmaCreateNote } from "./create-note.cjs";
|
|
3
|
+
import { parmaCreateRelationship } from "./create-relationship.cjs";
|
|
4
|
+
import { parmaDataJson } from "./data-json.cjs";
|
|
5
|
+
import { parmaDeleteRelationship } from "./delete-relationship.cjs";
|
|
6
|
+
import { parmaGetPipeline } from "./get-pipeline.cjs";
|
|
7
|
+
import { parmaGetRelationship } from "./get-relationship.cjs";
|
|
8
|
+
import { parmaGetStage } from "./get-stage.cjs";
|
|
9
|
+
import { parmaGetUser } from "./get-user.cjs";
|
|
10
|
+
import { parmaGetUserProfile } from "./get-user-profile.cjs";
|
|
11
|
+
import { parmaListDeals } from "./list-deals.cjs";
|
|
12
|
+
import { parmaListGroups } from "./list-groups.cjs";
|
|
13
|
+
import { parmaListNotes } from "./list-notes.cjs";
|
|
14
|
+
import { parmaListPipelines } from "./list-pipelines.cjs";
|
|
15
|
+
import { parmaListRelationshipGroups } from "./list-relationship-groups.cjs";
|
|
16
|
+
import { parmaListRelationshipNotes } from "./list-relationship-notes.cjs";
|
|
17
|
+
import { parmaListRelationships } from "./list-relationships.cjs";
|
|
18
|
+
import { parmaListStages } from "./list-stages.cjs";
|
|
19
|
+
import { parmaListUsers } from "./list-users.cjs";
|
|
20
|
+
import { parmaPackageList } from "./package-list.cjs";
|
|
21
|
+
import { parmaRemoveRelationshipFromGroup } from "./remove-relationship-from-group.cjs";
|
|
22
|
+
import { parmaUpdateNote } from "./update-note.cjs";
|
|
23
|
+
import { parmaUpdateRelationship } from "./update-relationship.cjs";
|
|
24
|
+
export { parmaAddRelationshipToGroup, parmaCreateNote, parmaCreateRelationship, parmaDataJson, parmaDeleteRelationship, parmaGetPipeline, parmaGetRelationship, parmaGetStage, parmaGetUser, parmaGetUserProfile, parmaListDeals, parmaListGroups, parmaListNotes, parmaListPipelines, parmaListRelationshipGroups, parmaListRelationshipNotes, parmaListRelationships, parmaListStages, parmaListUsers, parmaPackageList, parmaRemoveRelationshipFromGroup, parmaUpdateNote, parmaUpdateRelationship };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { parmaAddRelationshipToGroup } from "./add-relationship-to-group.mjs";
|
|
2
|
+
import { parmaCreateNote } from "./create-note.mjs";
|
|
3
|
+
import { parmaCreateRelationship } from "./create-relationship.mjs";
|
|
4
|
+
import { parmaDataJson } from "./data-json.mjs";
|
|
5
|
+
import { parmaDeleteRelationship } from "./delete-relationship.mjs";
|
|
6
|
+
import { parmaGetPipeline } from "./get-pipeline.mjs";
|
|
7
|
+
import { parmaGetRelationship } from "./get-relationship.mjs";
|
|
8
|
+
import { parmaGetStage } from "./get-stage.mjs";
|
|
9
|
+
import { parmaGetUser } from "./get-user.mjs";
|
|
10
|
+
import { parmaGetUserProfile } from "./get-user-profile.mjs";
|
|
11
|
+
import { parmaListDeals } from "./list-deals.mjs";
|
|
12
|
+
import { parmaListGroups } from "./list-groups.mjs";
|
|
13
|
+
import { parmaListNotes } from "./list-notes.mjs";
|
|
14
|
+
import { parmaListPipelines } from "./list-pipelines.mjs";
|
|
15
|
+
import { parmaListRelationshipGroups } from "./list-relationship-groups.mjs";
|
|
16
|
+
import { parmaListRelationshipNotes } from "./list-relationship-notes.mjs";
|
|
17
|
+
import { parmaListRelationships } from "./list-relationships.mjs";
|
|
18
|
+
import { parmaListStages } from "./list-stages.mjs";
|
|
19
|
+
import { parmaListUsers } from "./list-users.mjs";
|
|
20
|
+
import { parmaPackageList } from "./package-list.mjs";
|
|
21
|
+
import { parmaRemoveRelationshipFromGroup } from "./remove-relationship-from-group.mjs";
|
|
22
|
+
import { parmaUpdateNote } from "./update-note.mjs";
|
|
23
|
+
import { parmaUpdateRelationship } from "./update-relationship.mjs";
|
|
24
|
+
export { parmaAddRelationshipToGroup, parmaCreateNote, parmaCreateRelationship, parmaDataJson, parmaDeleteRelationship, parmaGetPipeline, parmaGetRelationship, parmaGetStage, parmaGetUser, parmaGetUserProfile, parmaListDeals, parmaListGroups, parmaListNotes, parmaListPipelines, parmaListRelationshipGroups, parmaListRelationshipNotes, parmaListRelationships, parmaListStages, parmaListUsers, parmaPackageList, parmaRemoveRelationshipFromGroup, parmaUpdateNote, parmaUpdateRelationship };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { parmaAddRelationshipToGroup } from "./add-relationship-to-group.mjs";
|
|
2
|
+
import { parmaCreateNote } from "./create-note.mjs";
|
|
3
|
+
import { parmaCreateRelationship } from "./create-relationship.mjs";
|
|
4
|
+
import { parmaDataJson } from "./data-json.mjs";
|
|
5
|
+
import { parmaDeleteRelationship } from "./delete-relationship.mjs";
|
|
6
|
+
import { parmaGetPipeline } from "./get-pipeline.mjs";
|
|
7
|
+
import { parmaGetRelationship } from "./get-relationship.mjs";
|
|
8
|
+
import { parmaGetStage } from "./get-stage.mjs";
|
|
9
|
+
import { parmaGetUser } from "./get-user.mjs";
|
|
10
|
+
import { parmaGetUserProfile } from "./get-user-profile.mjs";
|
|
11
|
+
import { parmaListDeals } from "./list-deals.mjs";
|
|
12
|
+
import { parmaListGroups } from "./list-groups.mjs";
|
|
13
|
+
import { parmaListNotes } from "./list-notes.mjs";
|
|
14
|
+
import { parmaListPipelines } from "./list-pipelines.mjs";
|
|
15
|
+
import { parmaListRelationshipGroups } from "./list-relationship-groups.mjs";
|
|
16
|
+
import { parmaListRelationshipNotes } from "./list-relationship-notes.mjs";
|
|
17
|
+
import { parmaListRelationships } from "./list-relationships.mjs";
|
|
18
|
+
import { parmaListStages } from "./list-stages.mjs";
|
|
19
|
+
import { parmaListUsers } from "./list-users.mjs";
|
|
20
|
+
import { parmaPackageList } from "./package-list.mjs";
|
|
21
|
+
import { parmaRemoveRelationshipFromGroup } from "./remove-relationship-from-group.mjs";
|
|
22
|
+
import { parmaUpdateNote } from "./update-note.mjs";
|
|
23
|
+
import { parmaUpdateRelationship } from "./update-relationship.mjs";
|
|
24
|
+
export { parmaAddRelationshipToGroup, parmaCreateNote, parmaCreateRelationship, parmaDataJson, parmaDeleteRelationship, parmaGetPipeline, parmaGetRelationship, parmaGetStage, parmaGetUser, parmaGetUserProfile, parmaListDeals, parmaListGroups, parmaListNotes, parmaListPipelines, parmaListRelationshipGroups, parmaListRelationshipNotes, parmaListRelationships, parmaListStages, parmaListUsers, parmaPackageList, parmaRemoveRelationshipFromGroup, parmaUpdateNote, parmaUpdateRelationship };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-deals.ts
|
|
4
|
+
const ParmaListDealsInput = zod.z.object({ page: zod.z.string().describe("Page number for pagination. Use to retrieve a specific page of deals.").optional() }).describe("Request model for listing deals in Parma.");
|
|
5
|
+
const ParmaListDeals_DealSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the deal").nullable().optional(),
|
|
7
|
+
name: zod.z.string().describe("Name of the deal").nullable().optional(),
|
|
8
|
+
amount: zod.z.number().describe("Deal amount value").nullable().optional(),
|
|
9
|
+
status: zod.z.string().describe("Current status of the deal").nullable().optional(),
|
|
10
|
+
stage_id: zod.z.number().int().describe("ID of the current stage in the pipeline").nullable().optional(),
|
|
11
|
+
closed_at: zod.z.string().describe("Timestamp when the deal was closed").nullable().optional(),
|
|
12
|
+
created_at: zod.z.string().describe("Timestamp when the deal was created").nullable().optional(),
|
|
13
|
+
updated_at: zod.z.string().describe("Timestamp when the deal was last updated").nullable().optional(),
|
|
14
|
+
owned_by_id: zod.z.number().int().describe("ID of the user who owns this deal").nullable().optional(),
|
|
15
|
+
pipeline_id: zod.z.number().int().describe("ID of the pipeline this deal belongs to").nullable().optional(),
|
|
16
|
+
relationship_id: zod.z.number().int().describe("ID of the relationship associated with this deal").nullable().optional()
|
|
17
|
+
}).describe("Represents a single deal in Parma.");
|
|
18
|
+
const ParmaListDeals_MetaSchema = zod.z.object({ count: zod.z.number().int().describe("Total count of deals returned").nullable().optional() }).describe("Metadata for the deals list response.");
|
|
19
|
+
const ParmaListDealsOutput = zod.z.object({
|
|
20
|
+
data: zod.z.array(ParmaListDeals_DealSchema).describe("List of deals in the Parma account"),
|
|
21
|
+
meta: ParmaListDeals_MetaSchema.nullable().optional()
|
|
22
|
+
}).describe("Response schema for listing deals containing deal data and metadata.");
|
|
23
|
+
const parmaListDeals = require_action.action("PARMA_LIST_DEALS", {
|
|
24
|
+
slug: "parma-list-deals",
|
|
25
|
+
name: "List Deals",
|
|
26
|
+
description: "Tool to retrieve all deals from the Parma account. Use when you need to list deals, filter by pagination, or get an overview of all deals in the system.",
|
|
27
|
+
input: ParmaListDealsInput,
|
|
28
|
+
output: ParmaListDealsOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.parmaListDeals = parmaListDeals;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=list-deals.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-deals.cjs","names":["z","action"],"sources":["../../src/actions/list-deals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaListDealsInput: z.ZodTypeAny = z.object({\n page: z.string().describe(\"Page number for pagination. Use to retrieve a specific page of deals.\").optional(),\n}).describe(\"Request model for listing deals in Parma.\");\nconst ParmaListDeals_DealSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the deal\").nullable().optional(),\n name: z.string().describe(\"Name of the deal\").nullable().optional(),\n amount: z.number().describe(\"Deal amount value\").nullable().optional(),\n status: z.string().describe(\"Current status of the deal\").nullable().optional(),\n stage_id: z.number().int().describe(\"ID of the current stage in the pipeline\").nullable().optional(),\n closed_at: z.string().describe(\"Timestamp when the deal was closed\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the deal was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the deal was last updated\").nullable().optional(),\n owned_by_id: z.number().int().describe(\"ID of the user who owns this deal\").nullable().optional(),\n pipeline_id: z.number().int().describe(\"ID of the pipeline this deal belongs to\").nullable().optional(),\n relationship_id: z.number().int().describe(\"ID of the relationship associated with this deal\").nullable().optional(),\n}).describe(\"Represents a single deal in Parma.\");\nconst ParmaListDeals_MetaSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Total count of deals returned\").nullable().optional(),\n}).describe(\"Metadata for the deals list response.\");\nexport const ParmaListDealsOutput: z.ZodTypeAny = z.object({\n data: z.array(ParmaListDeals_DealSchema).describe(\"List of deals in the Parma account\"),\n meta: ParmaListDeals_MetaSchema.nullable().optional(),\n}).describe(\"Response schema for listing deals containing deal data and metadata.\");\n\nexport const parmaListDeals = action(\"PARMA_LIST_DEALS\", {\n slug: \"parma-list-deals\",\n name: \"List Deals\",\n description: \"Tool to retrieve all deals from the Parma account. Use when you need to list deals, filter by pagination, or get an overview of all deals in the system.\",\n input: ParmaListDealsInput,\n output: ParmaListDealsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoCA,IAAAA,EAAE,OAAO,EACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,EAC9G,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,4BAA0CA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,4BAA0CA,IAAAA,EAAE,OAAO,EACvD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,MAAM,yBAAyB,CAAC,CAAC,SAAS,oCAAoC;CACtF,MAAM,0BAA0B,SAAS,CAAC,CAAC,SAAS;AACtD,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAElF,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,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-deals.d.ts
|
|
4
|
+
declare const ParmaListDealsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaListDealsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaListDeals: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaListDeals };
|
|
9
|
+
//# sourceMappingURL=list-deals.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-deals.d.cts","names":[],"sources":["../../src/actions/list-deals.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAEoB;AAAA,cAiB3C,oBAAA,EAAsB,CAAA,CAAE,UAG8C;AAAA,cAEtE,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-deals.d.ts
|
|
4
|
+
declare const ParmaListDealsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaListDealsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaListDeals: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaListDeals };
|
|
9
|
+
//# sourceMappingURL=list-deals.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-deals.d.mts","names":[],"sources":["../../src/actions/list-deals.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAEoB;AAAA,cAiB3C,oBAAA,EAAsB,CAAA,CAAE,UAG8C;AAAA,cAEtE,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-deals.ts
|
|
4
|
+
const ParmaListDealsInput = z.object({ page: z.string().describe("Page number for pagination. Use to retrieve a specific page of deals.").optional() }).describe("Request model for listing deals in Parma.");
|
|
5
|
+
const ParmaListDeals_DealSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Unique identifier of the deal").nullable().optional(),
|
|
7
|
+
name: z.string().describe("Name of the deal").nullable().optional(),
|
|
8
|
+
amount: z.number().describe("Deal amount value").nullable().optional(),
|
|
9
|
+
status: z.string().describe("Current status of the deal").nullable().optional(),
|
|
10
|
+
stage_id: z.number().int().describe("ID of the current stage in the pipeline").nullable().optional(),
|
|
11
|
+
closed_at: z.string().describe("Timestamp when the deal was closed").nullable().optional(),
|
|
12
|
+
created_at: z.string().describe("Timestamp when the deal was created").nullable().optional(),
|
|
13
|
+
updated_at: z.string().describe("Timestamp when the deal was last updated").nullable().optional(),
|
|
14
|
+
owned_by_id: z.number().int().describe("ID of the user who owns this deal").nullable().optional(),
|
|
15
|
+
pipeline_id: z.number().int().describe("ID of the pipeline this deal belongs to").nullable().optional(),
|
|
16
|
+
relationship_id: z.number().int().describe("ID of the relationship associated with this deal").nullable().optional()
|
|
17
|
+
}).describe("Represents a single deal in Parma.");
|
|
18
|
+
const ParmaListDeals_MetaSchema = z.object({ count: z.number().int().describe("Total count of deals returned").nullable().optional() }).describe("Metadata for the deals list response.");
|
|
19
|
+
const parmaListDeals = action("PARMA_LIST_DEALS", {
|
|
20
|
+
slug: "parma-list-deals",
|
|
21
|
+
name: "List Deals",
|
|
22
|
+
description: "Tool to retrieve all deals from the Parma account. Use when you need to list deals, filter by pagination, or get an overview of all deals in the system.",
|
|
23
|
+
input: ParmaListDealsInput,
|
|
24
|
+
output: z.object({
|
|
25
|
+
data: z.array(ParmaListDeals_DealSchema).describe("List of deals in the Parma account"),
|
|
26
|
+
meta: ParmaListDeals_MetaSchema.nullable().optional()
|
|
27
|
+
}).describe("Response schema for listing deals containing deal data and metadata.")
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { parmaListDeals };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=list-deals.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-deals.mjs","names":[],"sources":["../../src/actions/list-deals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaListDealsInput: z.ZodTypeAny = z.object({\n page: z.string().describe(\"Page number for pagination. Use to retrieve a specific page of deals.\").optional(),\n}).describe(\"Request model for listing deals in Parma.\");\nconst ParmaListDeals_DealSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the deal\").nullable().optional(),\n name: z.string().describe(\"Name of the deal\").nullable().optional(),\n amount: z.number().describe(\"Deal amount value\").nullable().optional(),\n status: z.string().describe(\"Current status of the deal\").nullable().optional(),\n stage_id: z.number().int().describe(\"ID of the current stage in the pipeline\").nullable().optional(),\n closed_at: z.string().describe(\"Timestamp when the deal was closed\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the deal was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the deal was last updated\").nullable().optional(),\n owned_by_id: z.number().int().describe(\"ID of the user who owns this deal\").nullable().optional(),\n pipeline_id: z.number().int().describe(\"ID of the pipeline this deal belongs to\").nullable().optional(),\n relationship_id: z.number().int().describe(\"ID of the relationship associated with this deal\").nullable().optional(),\n}).describe(\"Represents a single deal in Parma.\");\nconst ParmaListDeals_MetaSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Total count of deals returned\").nullable().optional(),\n}).describe(\"Metadata for the deals list response.\");\nexport const ParmaListDealsOutput: z.ZodTypeAny = z.object({\n data: z.array(ParmaListDeals_DealSchema).describe(\"List of deals in the Parma account\"),\n meta: ParmaListDeals_MetaSchema.nullable().optional(),\n}).describe(\"Response schema for listing deals containing deal data and metadata.\");\n\nexport const parmaListDeals = action(\"PARMA_LIST_DEALS\", {\n slug: \"parma-list-deals\",\n name: \"List Deals\",\n description: \"Tool to retrieve all deals from the Parma account. Use when you need to list deals, filter by pagination, or get an overview of all deals in the system.\",\n input: ParmaListDealsInput,\n output: ParmaListDealsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoC,EAAE,OAAO,EACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,EAC9G,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,4BAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,4BAA0C,EAAE,OAAO,EACvD,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAMnD,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVgD,EAAE,OAAO;EACzD,MAAM,EAAE,MAAM,yBAAyB,CAAC,CAAC,SAAS,oCAAoC;EACtF,MAAM,0BAA0B,SAAS,CAAC,CAAC,SAAS;CACtD,CAAC,CAAC,CAAC,SAAS,sEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-groups.ts
|
|
4
|
+
const ParmaListGroupsInput = zod.z.object({
|
|
5
|
+
page: zod.z.string().describe("Page number for pagination. Use to navigate through multiple pages of groups.").optional(),
|
|
6
|
+
query: zod.z.string().describe("Search query to filter groups by name or properties").optional()
|
|
7
|
+
}).describe("Request model for listing groups in the Parma account.");
|
|
8
|
+
const ParmaListGroups_GroupPropertySchema = zod.z.object({
|
|
9
|
+
id: zod.z.number().int().describe("Property unique identifier"),
|
|
10
|
+
name: zod.z.string().describe("Property name"),
|
|
11
|
+
type: zod.z.string().describe("Property type")
|
|
12
|
+
}).describe("Represents a property within a group.");
|
|
13
|
+
const ParmaListGroups_GroupSchema = zod.z.object({
|
|
14
|
+
id: zod.z.number().int().describe("Group unique identifier"),
|
|
15
|
+
name: zod.z.string().describe("Group name"),
|
|
16
|
+
properties: zod.z.array(ParmaListGroups_GroupPropertySchema).describe("List of properties associated with the group").nullable().optional()
|
|
17
|
+
}).describe("Represents a single group in the Parma account.");
|
|
18
|
+
const ParmaListGroupsOutput = zod.z.object({ data: zod.z.array(ParmaListGroups_GroupSchema).describe("List of groups in the Parma account") }).describe("Response schema for listing groups containing an array of group objects.");
|
|
19
|
+
const parmaListGroups = require_action.action("PARMA_LIST_GROUPS", {
|
|
20
|
+
slug: "parma-list-groups",
|
|
21
|
+
name: "List Groups",
|
|
22
|
+
description: "Tool to retrieve all groups in the Parma account. Use when you need to list groups, optionally filtered by a search query.",
|
|
23
|
+
input: ParmaListGroupsInput,
|
|
24
|
+
output: ParmaListGroupsOutput
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
exports.parmaListGroups = parmaListGroups;
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=list-groups.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-groups.cjs","names":["z","action"],"sources":["../../src/actions/list-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaListGroupsInput: z.ZodTypeAny = z.object({\n page: z.string().describe(\"Page number for pagination. Use to navigate through multiple pages of groups.\").optional(),\n query: z.string().describe(\"Search query to filter groups by name or properties\").optional(),\n}).describe(\"Request model for listing groups in the Parma account.\");\nconst ParmaListGroups_GroupPropertySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Property unique identifier\"),\n name: z.string().describe(\"Property name\"),\n type: z.string().describe(\"Property type\"),\n}).describe(\"Represents a property within a group.\");\nconst ParmaListGroups_GroupSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Group unique identifier\"),\n name: z.string().describe(\"Group name\"),\n properties: z.array(ParmaListGroups_GroupPropertySchema).describe(\"List of properties associated with the group\").nullable().optional(),\n}).describe(\"Represents a single group in the Parma account.\");\nexport const ParmaListGroupsOutput: z.ZodTypeAny = z.object({\n data: z.array(ParmaListGroups_GroupSchema).describe(\"List of groups in the Parma account\"),\n}).describe(\"Response schema for listing groups containing an array of group objects.\");\n\nexport const parmaListGroups = action(\"PARMA_LIST_GROUPS\", {\n slug: \"parma-list-groups\",\n name: \"List Groups\",\n description: \"Tool to retrieve all groups in the Parma account. Use when you need to list groups, optionally filtered by a search query.\",\n input: ParmaListGroupsInput,\n output: ParmaListGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACpH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;AAC3C,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,8BAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY;CACtC,YAAYA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxI,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,MAAMA,IAAAA,EAAE,MAAM,2BAA2B,CAAC,CAAC,SAAS,qCAAqC,EAC3F,CAAC,CAAC,CAAC,SAAS,0EAA0E;AAEtF,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,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-groups.d.ts
|
|
4
|
+
declare const ParmaListGroupsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaListGroupsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaListGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaListGroups };
|
|
9
|
+
//# sourceMappingURL=list-groups.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-groups.d.cts","names":[],"sources":["../../src/actions/list-groups.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAGgC;AAAA,cAWxD,qBAAA,EAAuB,CAAA,CAAE,UAEiD;AAAA,cAE1E,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-groups.d.ts
|
|
4
|
+
declare const ParmaListGroupsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaListGroupsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaListGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaListGroups };
|
|
9
|
+
//# sourceMappingURL=list-groups.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-groups.d.mts","names":[],"sources":["../../src/actions/list-groups.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAGgC;AAAA,cAWxD,qBAAA,EAAuB,CAAA,CAAE,UAEiD;AAAA,cAE1E,eAAA,gCAAe,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/list-groups.ts
|
|
4
|
+
const ParmaListGroupsInput = z.object({
|
|
5
|
+
page: z.string().describe("Page number for pagination. Use to navigate through multiple pages of groups.").optional(),
|
|
6
|
+
query: z.string().describe("Search query to filter groups by name or properties").optional()
|
|
7
|
+
}).describe("Request model for listing groups in the Parma account.");
|
|
8
|
+
const ParmaListGroups_GroupPropertySchema = z.object({
|
|
9
|
+
id: z.number().int().describe("Property unique identifier"),
|
|
10
|
+
name: z.string().describe("Property name"),
|
|
11
|
+
type: z.string().describe("Property type")
|
|
12
|
+
}).describe("Represents a property within a group.");
|
|
13
|
+
const ParmaListGroups_GroupSchema = z.object({
|
|
14
|
+
id: z.number().int().describe("Group unique identifier"),
|
|
15
|
+
name: z.string().describe("Group name"),
|
|
16
|
+
properties: z.array(ParmaListGroups_GroupPropertySchema).describe("List of properties associated with the group").nullable().optional()
|
|
17
|
+
}).describe("Represents a single group in the Parma account.");
|
|
18
|
+
const parmaListGroups = action("PARMA_LIST_GROUPS", {
|
|
19
|
+
slug: "parma-list-groups",
|
|
20
|
+
name: "List Groups",
|
|
21
|
+
description: "Tool to retrieve all groups in the Parma account. Use when you need to list groups, optionally filtered by a search query.",
|
|
22
|
+
input: ParmaListGroupsInput,
|
|
23
|
+
output: z.object({ data: z.array(ParmaListGroups_GroupSchema).describe("List of groups in the Parma account") }).describe("Response schema for listing groups containing an array of group objects.")
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { parmaListGroups };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=list-groups.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-groups.mjs","names":[],"sources":["../../src/actions/list-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaListGroupsInput: z.ZodTypeAny = z.object({\n page: z.string().describe(\"Page number for pagination. Use to navigate through multiple pages of groups.\").optional(),\n query: z.string().describe(\"Search query to filter groups by name or properties\").optional(),\n}).describe(\"Request model for listing groups in the Parma account.\");\nconst ParmaListGroups_GroupPropertySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Property unique identifier\"),\n name: z.string().describe(\"Property name\"),\n type: z.string().describe(\"Property type\"),\n}).describe(\"Represents a property within a group.\");\nconst ParmaListGroups_GroupSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Group unique identifier\"),\n name: z.string().describe(\"Group name\"),\n properties: z.array(ParmaListGroups_GroupPropertySchema).describe(\"List of properties associated with the group\").nullable().optional(),\n}).describe(\"Represents a single group in the Parma account.\");\nexport const ParmaListGroupsOutput: z.ZodTypeAny = z.object({\n data: z.array(ParmaListGroups_GroupSchema).describe(\"List of groups in the Parma account\"),\n}).describe(\"Response schema for listing groups containing an array of group objects.\");\n\nexport const parmaListGroups = action(\"PARMA_LIST_GROUPS\", {\n slug: \"parma-list-groups\",\n name: \"List Groups\",\n description: \"Tool to retrieve all groups in the Parma account. Use when you need to list groups, optionally filtered by a search query.\",\n input: ParmaListGroupsInput,\n output: ParmaListGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqC,EAAE,OAAO;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACpH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,sCAAoD,EAAE,OAAO;CACjE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;AAC3C,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,8BAA4C,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY;CACtC,YAAY,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxI,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAK7D,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,MAAM,EAAE,MAAM,2BAA2B,CAAC,CAAC,SAAS,qCAAqC,EAC3F,CAAC,CAAC,CAAC,SAAS,0EAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-notes.ts
|
|
4
|
+
const ParmaListNotesInput = zod.z.object({ page: zod.z.string().describe("Page number for pagination. Use to navigate through multiple pages of notes.").optional() }).describe("Request model for LIST_NOTES action.");
|
|
5
|
+
const ParmaListNotes_NoteSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the note"),
|
|
7
|
+
body: zod.z.string().describe("Content/body text of the note"),
|
|
8
|
+
datetime: zod.z.string().describe("Date and time associated with the note (ISO format)"),
|
|
9
|
+
created_at: zod.z.string().describe("Timestamp when the note was created (ISO format)"),
|
|
10
|
+
updated_at: zod.z.string().describe("Timestamp when the note was last updated (ISO format)"),
|
|
11
|
+
relationship_ids: zod.z.array(zod.z.number().int()).describe("List of relationship IDs associated with this note")
|
|
12
|
+
}).describe("Represents a single note in the Parma account.");
|
|
13
|
+
const ParmaListNotesOutput = zod.z.object({ data: zod.z.array(ParmaListNotes_NoteSchema).describe("List of notes in the Parma account") }).describe("Response schema for LIST_NOTES containing all notes in the account.");
|
|
14
|
+
const parmaListNotes = require_action.action("PARMA_LIST_NOTES", {
|
|
15
|
+
slug: "parma-list-notes",
|
|
16
|
+
name: "List Notes",
|
|
17
|
+
description: "Tool to retrieve all notes from the Parma account. Use when you need to list or search through notes associated with relationships.",
|
|
18
|
+
input: ParmaListNotesInput,
|
|
19
|
+
output: ParmaListNotesOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.parmaListNotes = parmaListNotes;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=list-notes.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-notes.cjs","names":["z","action"],"sources":["../../src/actions/list-notes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaListNotesInput: z.ZodTypeAny = z.object({\n page: z.string().describe(\"Page number for pagination. Use to navigate through multiple pages of notes.\").optional(),\n}).describe(\"Request model for LIST_NOTES action.\");\nconst ParmaListNotes_NoteSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the note\"),\n body: z.string().describe(\"Content/body text of the note\"),\n datetime: z.string().describe(\"Date and time associated with the note (ISO format)\"),\n created_at: z.string().describe(\"Timestamp when the note was created (ISO format)\"),\n updated_at: z.string().describe(\"Timestamp when the note was last updated (ISO format)\"),\n relationship_ids: z.array(z.number().int()).describe(\"List of relationship IDs associated with this note\"),\n}).describe(\"Represents a single note in the Parma account.\");\nexport const ParmaListNotesOutput: z.ZodTypeAny = z.object({\n data: z.array(ParmaListNotes_NoteSchema).describe(\"List of notes in the Parma account\"),\n}).describe(\"Response schema for LIST_NOTES containing all notes in the account.\");\n\nexport const parmaListNotes = action(\"PARMA_LIST_NOTES\", {\n slug: \"parma-list-notes\",\n name: \"List Notes\",\n description: \"Tool to retrieve all notes from the Parma account. Use when you need to list or search through notes associated with relationships.\",\n input: ParmaListNotesInput,\n output: ParmaListNotesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoCA,IAAAA,EAAE,OAAO,EACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,EACrH,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,4BAA0CA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAC3G,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,uBAAqCA,IAAAA,EAAE,OAAO,EACzD,MAAMA,IAAAA,EAAE,MAAM,yBAAyB,CAAC,CAAC,SAAS,oCAAoC,EACxF,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAEjF,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,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-notes.d.ts
|
|
4
|
+
declare const ParmaListNotesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaListNotesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaListNotes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaListNotes };
|
|
9
|
+
//# sourceMappingURL=list-notes.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-notes.d.cts","names":[],"sources":["../../src/actions/list-notes.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAEe;AAAA,cAStC,oBAAA,EAAsB,CAAA,CAAE,UAE6C;AAAA,cAErE,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-notes.d.ts
|
|
4
|
+
declare const ParmaListNotesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaListNotesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaListNotes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaListNotes };
|
|
9
|
+
//# sourceMappingURL=list-notes.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-notes.d.mts","names":[],"sources":["../../src/actions/list-notes.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAEe;AAAA,cAStC,oBAAA,EAAsB,CAAA,CAAE,UAE6C;AAAA,cAErE,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-notes.ts
|
|
4
|
+
const ParmaListNotesInput = z.object({ page: z.string().describe("Page number for pagination. Use to navigate through multiple pages of notes.").optional() }).describe("Request model for LIST_NOTES action.");
|
|
5
|
+
const ParmaListNotes_NoteSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Unique identifier of the note"),
|
|
7
|
+
body: z.string().describe("Content/body text of the note"),
|
|
8
|
+
datetime: z.string().describe("Date and time associated with the note (ISO format)"),
|
|
9
|
+
created_at: z.string().describe("Timestamp when the note was created (ISO format)"),
|
|
10
|
+
updated_at: z.string().describe("Timestamp when the note was last updated (ISO format)"),
|
|
11
|
+
relationship_ids: z.array(z.number().int()).describe("List of relationship IDs associated with this note")
|
|
12
|
+
}).describe("Represents a single note in the Parma account.");
|
|
13
|
+
const parmaListNotes = action("PARMA_LIST_NOTES", {
|
|
14
|
+
slug: "parma-list-notes",
|
|
15
|
+
name: "List Notes",
|
|
16
|
+
description: "Tool to retrieve all notes from the Parma account. Use when you need to list or search through notes associated with relationships.",
|
|
17
|
+
input: ParmaListNotesInput,
|
|
18
|
+
output: z.object({ data: z.array(ParmaListNotes_NoteSchema).describe("List of notes in the Parma account") }).describe("Response schema for LIST_NOTES containing all notes in the account.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { parmaListNotes };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=list-notes.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-notes.mjs","names":[],"sources":["../../src/actions/list-notes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaListNotesInput: z.ZodTypeAny = z.object({\n page: z.string().describe(\"Page number for pagination. Use to navigate through multiple pages of notes.\").optional(),\n}).describe(\"Request model for LIST_NOTES action.\");\nconst ParmaListNotes_NoteSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the note\"),\n body: z.string().describe(\"Content/body text of the note\"),\n datetime: z.string().describe(\"Date and time associated with the note (ISO format)\"),\n created_at: z.string().describe(\"Timestamp when the note was created (ISO format)\"),\n updated_at: z.string().describe(\"Timestamp when the note was last updated (ISO format)\"),\n relationship_ids: z.array(z.number().int()).describe(\"List of relationship IDs associated with this note\"),\n}).describe(\"Represents a single note in the Parma account.\");\nexport const ParmaListNotesOutput: z.ZodTypeAny = z.object({\n data: z.array(ParmaListNotes_NoteSchema).describe(\"List of notes in the Parma account\"),\n}).describe(\"Response schema for LIST_NOTES containing all notes in the account.\");\n\nexport const parmaListNotes = action(\"PARMA_LIST_NOTES\", {\n slug: \"parma-list-notes\",\n name: \"List Notes\",\n description: \"Tool to retrieve all notes from the Parma account. Use when you need to list or search through notes associated with relationships.\",\n input: ParmaListNotesInput,\n output: ParmaListNotesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoC,EAAE,OAAO,EACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,EACrH,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,4BAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAC3G,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAK5D,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATgD,EAAE,OAAO,EACzD,MAAM,EAAE,MAAM,yBAAyB,CAAC,CAAC,SAAS,oCAAoC,EACxF,CAAC,CAAC,CAAC,SAAS,qEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-pipelines.ts
|
|
4
|
+
const ParmaListPipelinesInput = zod.z.object({}).describe("Request model for LIST_PIPELINES. No parameters needed.");
|
|
5
|
+
const ParmaListPipelines_PipelineSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Pipeline's unique identifier"),
|
|
7
|
+
name: zod.z.string().describe("Pipeline name"),
|
|
8
|
+
position: zod.z.number().int().describe("Pipeline position/order in the list"),
|
|
9
|
+
created_at: zod.z.string().describe("Pipeline creation timestamp"),
|
|
10
|
+
updated_at: zod.z.string().describe("Pipeline last update timestamp")
|
|
11
|
+
}).describe("Pipeline information within the response.");
|
|
12
|
+
const ParmaListPipelinesOutput = zod.z.object({ data: zod.z.array(ParmaListPipelines_PipelineSchema).describe("List of pipelines in the account") }).describe("Response schema for LIST_PIPELINES containing list of pipelines.");
|
|
13
|
+
const parmaListPipelines = require_action.action("PARMA_LIST_PIPELINES", {
|
|
14
|
+
slug: "parma-list-pipelines",
|
|
15
|
+
name: "List Pipelines",
|
|
16
|
+
description: "Tool to list all pipelines in the Parma account. Use when you need to retrieve available pipelines and their details.",
|
|
17
|
+
input: ParmaListPipelinesInput,
|
|
18
|
+
output: ParmaListPipelinesOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.parmaListPipelines = parmaListPipelines;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=list-pipelines.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-pipelines.cjs","names":["z","action"],"sources":["../../src/actions/list-pipelines.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaListPipelinesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for LIST_PIPELINES. No parameters needed.\");\nconst ParmaListPipelines_PipelineSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Pipeline's unique identifier\"),\n name: z.string().describe(\"Pipeline name\"),\n position: z.number().int().describe(\"Pipeline position/order in the list\"),\n created_at: z.string().describe(\"Pipeline creation timestamp\"),\n updated_at: z.string().describe(\"Pipeline last update timestamp\"),\n}).describe(\"Pipeline information within the response.\");\nexport const ParmaListPipelinesOutput: z.ZodTypeAny = z.object({\n data: z.array(ParmaListPipelines_PipelineSchema).describe(\"List of pipelines in the account\"),\n}).describe(\"Response schema for LIST_PIPELINES containing list of pipelines.\");\n\nexport const parmaListPipelines = action(\"PARMA_LIST_PIPELINES\", {\n slug: \"parma-list-pipelines\",\n name: \"List Pipelines\",\n description: \"Tool to list all pipelines in the Parma account. Use when you need to retrieve available pipelines and their details.\",\n input: ParmaListPipelinesInput,\n output: ParmaListPipelinesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACpI,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACzE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC7D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AAClE,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,MAAMA,IAAAA,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,kCAAkC,EAC9F,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAE9E,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,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-pipelines.d.ts
|
|
4
|
+
declare const ParmaListPipelinesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaListPipelinesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaListPipelines: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaListPipelines };
|
|
9
|
+
//# sourceMappingURL=list-pipelines.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-pipelines.d.cts","names":[],"sources":["../../src/actions/list-pipelines.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAA6F;AAAA,cAQxH,wBAAA,EAA0B,CAAA,CAAE,UAEsC;AAAA,cAElE,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-pipelines.d.ts
|
|
4
|
+
declare const ParmaListPipelinesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaListPipelinesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaListPipelines: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaListPipelines };
|
|
9
|
+
//# sourceMappingURL=list-pipelines.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-pipelines.d.mts","names":[],"sources":["../../src/actions/list-pipelines.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAA6F;AAAA,cAQxH,wBAAA,EAA0B,CAAA,CAAE,UAEsC;AAAA,cAElE,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-pipelines.ts
|
|
4
|
+
const ParmaListPipelinesInput = z.object({}).describe("Request model for LIST_PIPELINES. No parameters needed.");
|
|
5
|
+
const ParmaListPipelines_PipelineSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Pipeline's unique identifier"),
|
|
7
|
+
name: z.string().describe("Pipeline name"),
|
|
8
|
+
position: z.number().int().describe("Pipeline position/order in the list"),
|
|
9
|
+
created_at: z.string().describe("Pipeline creation timestamp"),
|
|
10
|
+
updated_at: z.string().describe("Pipeline last update timestamp")
|
|
11
|
+
}).describe("Pipeline information within the response.");
|
|
12
|
+
const parmaListPipelines = action("PARMA_LIST_PIPELINES", {
|
|
13
|
+
slug: "parma-list-pipelines",
|
|
14
|
+
name: "List Pipelines",
|
|
15
|
+
description: "Tool to list all pipelines in the Parma account. Use when you need to retrieve available pipelines and their details.",
|
|
16
|
+
input: ParmaListPipelinesInput,
|
|
17
|
+
output: z.object({ data: z.array(ParmaListPipelines_PipelineSchema).describe("List of pipelines in the account") }).describe("Response schema for LIST_PIPELINES containing list of pipelines.")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { parmaListPipelines };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=list-pipelines.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-pipelines.mjs","names":[],"sources":["../../src/actions/list-pipelines.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaListPipelinesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for LIST_PIPELINES. No parameters needed.\");\nconst ParmaListPipelines_PipelineSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Pipeline's unique identifier\"),\n name: z.string().describe(\"Pipeline name\"),\n position: z.number().int().describe(\"Pipeline position/order in the list\"),\n created_at: z.string().describe(\"Pipeline creation timestamp\"),\n updated_at: z.string().describe(\"Pipeline last update timestamp\"),\n}).describe(\"Pipeline information within the response.\");\nexport const ParmaListPipelinesOutput: z.ZodTypeAny = z.object({\n data: z.array(ParmaListPipelines_PipelineSchema).describe(\"List of pipelines in the account\"),\n}).describe(\"Response schema for LIST_PIPELINES containing list of pipelines.\");\n\nexport const parmaListPipelines = action(\"PARMA_LIST_PIPELINES\", {\n slug: \"parma-list-pipelines\",\n name: \"List Pipelines\",\n description: \"Tool to list all pipelines in the Parma account. Use when you need to retrieve available pipelines and their details.\",\n input: ParmaListPipelinesInput,\n output: ParmaListPipelinesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACpI,MAAM,oCAAkD,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC7D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AAClE,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAKvD,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,MAAM,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,kCAAkC,EAC9F,CAAC,CAAC,CAAC,SAAS,kEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-relationship-groups.ts
|
|
4
|
+
const ParmaListRelationshipGroupsInput = zod.z.object({ relationship_id: zod.z.string().describe("The unique identifier of the relationship to retrieve groups for") }).describe("Request model for listing all groups linked to a relationship.");
|
|
5
|
+
const ParmaListRelationshipGroups_RelationshipGroupSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the relationship group link"),
|
|
7
|
+
group_id: zod.z.number().int().describe("The group's unique identifier"),
|
|
8
|
+
created_at: zod.z.string().describe("Timestamp when the relationship-group link was created"),
|
|
9
|
+
updated_at: zod.z.string().describe("Timestamp when the relationship-group link was last updated")
|
|
10
|
+
}).describe("Represents a group linked to a relationship.");
|
|
11
|
+
const ParmaListRelationshipGroupsOutput = zod.z.object({ data: zod.z.array(ParmaListRelationshipGroups_RelationshipGroupSchema).describe("Array of groups associated with the relationship") }).describe("Response schema containing list of groups linked to a relationship.");
|
|
12
|
+
const parmaListRelationshipGroups = require_action.action("PARMA_LIST_RELATIONSHIP_GROUPS", {
|
|
13
|
+
slug: "parma-list-relationship-groups",
|
|
14
|
+
name: "List Relationship Groups",
|
|
15
|
+
description: "Tool to retrieve all groups linked to a specific relationship. Use when you need to see which groups are associated with a given relationship ID.",
|
|
16
|
+
input: ParmaListRelationshipGroupsInput,
|
|
17
|
+
output: ParmaListRelationshipGroupsOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.parmaListRelationshipGroups = parmaListRelationshipGroups;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=list-relationship-groups.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-relationship-groups.cjs","names":["z","action"],"sources":["../../src/actions/list-relationship-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaListRelationshipGroupsInput: z.ZodTypeAny = z.object({\n relationship_id: z.string().describe(\"The unique identifier of the relationship to retrieve groups for\"),\n}).describe(\"Request model for listing all groups linked to a relationship.\");\nconst ParmaListRelationshipGroups_RelationshipGroupSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the relationship group link\"),\n group_id: z.number().int().describe(\"The group's unique identifier\"),\n created_at: z.string().describe(\"Timestamp when the relationship-group link was created\"),\n updated_at: z.string().describe(\"Timestamp when the relationship-group link was last updated\"),\n}).describe(\"Represents a group linked to a relationship.\");\nexport const ParmaListRelationshipGroupsOutput: z.ZodTypeAny = z.object({\n data: z.array(ParmaListRelationshipGroups_RelationshipGroupSchema).describe(\"Array of groups associated with the relationship\"),\n}).describe(\"Response schema containing list of groups linked to a relationship.\");\n\nexport const parmaListRelationshipGroups = action(\"PARMA_LIST_RELATIONSHIP_GROUPS\", {\n slug: \"parma-list-relationship-groups\",\n name: \"List Relationship Groups\",\n description: \"Tool to retrieve all groups linked to a specific relationship. Use when you need to see which groups are associated with a given relationship ID.\",\n input: ParmaListRelationshipGroupsInput,\n output: ParmaListRelationshipGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,EACzG,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD;CAChF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;AAC/F,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,MAAMA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,kDAAkD,EAChI,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAEjF,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-relationship-groups.d.ts
|
|
4
|
+
declare const ParmaListRelationshipGroupsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaListRelationshipGroupsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaListRelationshipGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaListRelationshipGroups };
|
|
9
|
+
//# sourceMappingURL=list-relationship-groups.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-relationship-groups.d.cts","names":[],"sources":["../../src/actions/list-relationship-groups.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAE4B;AAAA,cAOhE,iCAAA,EAAmC,CAAA,CAAE,UAEgC;AAAA,cAErE,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|