@keystrokehq/parma 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/dist/actions/add-relationship-to-group.d.cts +13 -1
  2. package/dist/actions/add-relationship-to-group.d.mts +13 -1
  3. package/dist/actions/create-note.d.cts +13 -1
  4. package/dist/actions/create-note.d.mts +13 -1
  5. package/dist/actions/create-relationship.d.cts +13 -1
  6. package/dist/actions/create-relationship.d.mts +13 -1
  7. package/dist/actions/data-json.d.cts +13 -1
  8. package/dist/actions/data-json.d.cts.map +1 -1
  9. package/dist/actions/data-json.d.mts +13 -1
  10. package/dist/actions/data-json.d.mts.map +1 -1
  11. package/dist/actions/delete-relationship.d.cts +13 -1
  12. package/dist/actions/delete-relationship.d.mts +13 -1
  13. package/dist/actions/get-pipeline.d.cts +13 -1
  14. package/dist/actions/get-pipeline.d.mts +13 -1
  15. package/dist/actions/get-relationship.d.cts +13 -1
  16. package/dist/actions/get-relationship.d.mts +13 -1
  17. package/dist/actions/get-stage.d.cts +13 -1
  18. package/dist/actions/get-stage.d.mts +13 -1
  19. package/dist/actions/get-user-profile.d.cts +13 -1
  20. package/dist/actions/get-user-profile.d.cts.map +1 -1
  21. package/dist/actions/get-user-profile.d.mts +13 -1
  22. package/dist/actions/get-user-profile.d.mts.map +1 -1
  23. package/dist/actions/get-user.d.cts +13 -1
  24. package/dist/actions/get-user.d.mts +13 -1
  25. package/dist/actions/list-deals.d.cts +13 -1
  26. package/dist/actions/list-deals.d.mts +13 -1
  27. package/dist/actions/list-groups.d.cts +13 -1
  28. package/dist/actions/list-groups.d.mts +13 -1
  29. package/dist/actions/list-notes.d.cts +13 -1
  30. package/dist/actions/list-notes.d.mts +13 -1
  31. package/dist/actions/list-pipelines.d.cts +13 -1
  32. package/dist/actions/list-pipelines.d.cts.map +1 -1
  33. package/dist/actions/list-pipelines.d.mts +13 -1
  34. package/dist/actions/list-pipelines.d.mts.map +1 -1
  35. package/dist/actions/list-relationship-groups.d.cts +13 -1
  36. package/dist/actions/list-relationship-groups.d.mts +13 -1
  37. package/dist/actions/list-relationship-notes.d.cts +13 -1
  38. package/dist/actions/list-relationship-notes.d.mts +13 -1
  39. package/dist/actions/list-relationships.d.cts +13 -1
  40. package/dist/actions/list-relationships.d.mts +13 -1
  41. package/dist/actions/list-stages.d.cts +13 -1
  42. package/dist/actions/list-stages.d.cts.map +1 -1
  43. package/dist/actions/list-stages.d.mts +13 -1
  44. package/dist/actions/list-stages.d.mts.map +1 -1
  45. package/dist/actions/list-users.d.cts +13 -1
  46. package/dist/actions/list-users.d.mts +13 -1
  47. package/dist/actions/package-list.d.cts +13 -1
  48. package/dist/actions/package-list.d.cts.map +1 -1
  49. package/dist/actions/package-list.d.mts +13 -1
  50. package/dist/actions/package-list.d.mts.map +1 -1
  51. package/dist/actions/remove-relationship-from-group.d.cts +13 -1
  52. package/dist/actions/remove-relationship-from-group.d.mts +13 -1
  53. package/dist/actions/update-note.d.cts +13 -1
  54. package/dist/actions/update-note.d.mts +13 -1
  55. package/dist/actions/update-relationship.d.cts +13 -1
  56. package/dist/actions/update-relationship.d.cts.map +1 -1
  57. package/dist/actions/update-relationship.d.mts +13 -1
  58. package/dist/actions/update-relationship.d.mts.map +1 -1
  59. package/dist/app.cjs +5 -2
  60. package/dist/app.cjs.map +1 -1
  61. package/dist/app.d.cts +9 -1
  62. package/dist/app.d.cts.map +1 -1
  63. package/dist/app.d.mts +9 -1
  64. package/dist/app.d.mts.map +1 -1
  65. package/dist/app.mjs +3 -1
  66. package/dist/app.mjs.map +1 -1
  67. package/package.json +1 -1
@@ -16,7 +16,19 @@ declare const ParmaAddRelationshipToGroupOutput: z.ZodObject<{
16
16
  declare const parmaAddRelationshipToGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  group_id: number;
18
18
  relationship_id: string;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { parmaAddRelationshipToGroup };
22
34
  //# sourceMappingURL=add-relationship-to-group.d.cts.map
@@ -16,7 +16,19 @@ declare const ParmaAddRelationshipToGroupOutput: z.ZodObject<{
16
16
  declare const parmaAddRelationshipToGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  group_id: number;
18
18
  relationship_id: string;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { parmaAddRelationshipToGroup };
22
34
  //# sourceMappingURL=add-relationship-to-group.d.mts.map
@@ -20,7 +20,19 @@ declare const parmaCreateNote: import("@keystrokehq/action").WorkflowActionDefin
20
20
  body: string;
21
21
  relationship_ids: number[];
22
22
  datetime?: string | undefined;
23
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>;
24
36
  //#endregion
25
37
  export { parmaCreateNote };
26
38
  //# sourceMappingURL=create-note.d.cts.map
@@ -20,7 +20,19 @@ declare const parmaCreateNote: import("@keystrokehq/action").WorkflowActionDefin
20
20
  body: string;
21
21
  relationship_ids: number[];
22
22
  datetime?: string | undefined;
23
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>;
24
36
  //#endregion
25
37
  export { parmaCreateNote };
26
38
  //# sourceMappingURL=create-note.d.mts.map
@@ -31,7 +31,19 @@ declare const parmaCreateRelationship: import("@keystrokehq/action").WorkflowAct
31
31
  type?: "person" | "company" | undefined;
32
32
  about?: string | undefined;
33
33
  company_id?: number | undefined;
34
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>;
35
47
  //#endregion
36
48
  export { parmaCreateRelationship };
37
49
  //# sourceMappingURL=create-relationship.d.cts.map
@@ -31,7 +31,19 @@ declare const parmaCreateRelationship: import("@keystrokehq/action").WorkflowAct
31
31
  type?: "person" | "company" | undefined;
32
32
  about?: string | undefined;
33
33
  company_id?: number | undefined;
34
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>;
35
47
  //#endregion
36
48
  export { parmaCreateRelationship };
37
49
  //# sourceMappingURL=create-relationship.d.mts.map
@@ -37,7 +37,19 @@ declare const ParmaDataJsonOutput: z.ZodObject<{
37
37
  conformsTo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
38
  describedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
39
  }, z.core.$loose>;
40
- declare const parmaDataJson: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
40
+ declare const parmaDataJson: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
47
+ connectionId: z.ZodString;
48
+ entityId: z.ZodString;
49
+ instanceId: z.ZodString;
50
+ }, z.core.$strip>, z.ZodObject<{
51
+ generic_api_key: z.ZodString;
52
+ }, z.core.$strip>>]>;
41
53
  //#endregion
42
54
  export { parmaDataJson };
43
55
  //# sourceMappingURL=data-json.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-json.d.cts","names":[],"sources":["../../src/actions/data-json.ts"],"mappings":";;;cAIa,kBAAA,EAAkB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmClB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAMnB,aAAA,gCAAa,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"data-json.d.cts","names":[],"sources":["../../src/actions/data-json.ts"],"mappings":";;;cAIa,kBAAA,EAAkB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmClB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAMnB,aAAA,gCAAa,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,UAAA,CAAA,CAAA,SAAA"}
@@ -37,7 +37,19 @@ declare const ParmaDataJsonOutput: z.ZodObject<{
37
37
  conformsTo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
38
  describedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
39
  }, z.core.$loose>;
40
- declare const parmaDataJson: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
40
+ declare const parmaDataJson: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
47
+ connectionId: z.ZodString;
48
+ entityId: z.ZodString;
49
+ instanceId: z.ZodString;
50
+ }, z.core.$strip>, z.ZodObject<{
51
+ generic_api_key: z.ZodString;
52
+ }, z.core.$strip>>]>;
41
53
  //#endregion
42
54
  export { parmaDataJson };
43
55
  //# sourceMappingURL=data-json.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-json.d.mts","names":[],"sources":["../../src/actions/data-json.ts"],"mappings":";;;cAIa,kBAAA,EAAkB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmClB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAMnB,aAAA,gCAAa,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"data-json.d.mts","names":[],"sources":["../../src/actions/data-json.ts"],"mappings":";;;cAIa,kBAAA,EAAkB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmClB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAMnB,aAAA,gCAAa,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,UAAA,CAAA,CAAA,SAAA"}
@@ -9,7 +9,19 @@ declare const ParmaDeleteRelationshipOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const parmaDeleteRelationship: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  id: string;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { parmaDeleteRelationship };
15
27
  //# sourceMappingURL=delete-relationship.d.cts.map
@@ -9,7 +9,19 @@ declare const ParmaDeleteRelationshipOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const parmaDeleteRelationship: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  id: string;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { parmaDeleteRelationship };
15
27
  //# sourceMappingURL=delete-relationship.d.mts.map
@@ -15,7 +15,19 @@ declare const ParmaGetPipelineOutput: z.ZodObject<{
15
15
  }, z.core.$loose>;
16
16
  declare const parmaGetPipeline: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  id: string;
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { parmaGetPipeline };
21
33
  //# sourceMappingURL=get-pipeline.d.cts.map
@@ -15,7 +15,19 @@ declare const ParmaGetPipelineOutput: z.ZodObject<{
15
15
  }, z.core.$loose>;
16
16
  declare const parmaGetPipeline: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  id: string;
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { parmaGetPipeline };
21
33
  //# sourceMappingURL=get-pipeline.d.mts.map
@@ -24,7 +24,19 @@ declare const ParmaGetRelationshipOutput: z.ZodObject<{
24
24
  }, z.core.$loose>;
25
25
  declare const parmaGetRelationship: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  id: string;
27
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
27
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>;
28
40
  //#endregion
29
41
  export { parmaGetRelationship };
30
42
  //# sourceMappingURL=get-relationship.d.cts.map
@@ -24,7 +24,19 @@ declare const ParmaGetRelationshipOutput: z.ZodObject<{
24
24
  }, z.core.$loose>;
25
25
  declare const parmaGetRelationship: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  id: string;
27
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
27
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>;
28
40
  //#endregion
29
41
  export { parmaGetRelationship };
30
42
  //# sourceMappingURL=get-relationship.d.mts.map
@@ -16,7 +16,19 @@ declare const ParmaGetStageOutput: z.ZodObject<{
16
16
  }, z.core.$loose>;
17
17
  declare const parmaGetStage: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  id: string;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { parmaGetStage };
22
34
  //# sourceMappingURL=get-stage.d.cts.map
@@ -16,7 +16,19 @@ declare const ParmaGetStageOutput: z.ZodObject<{
16
16
  }, z.core.$loose>;
17
17
  declare const parmaGetStage: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  id: string;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { parmaGetStage };
22
34
  //# sourceMappingURL=get-stage.d.mts.map
@@ -13,7 +13,19 @@ declare const ParmaGetUserProfileOutput: z.ZodObject<{
13
13
  name: z.ZodNullable<z.ZodString>;
14
14
  }, z.core.$loose>>;
15
15
  }, z.core.$loose>;
16
- declare const parmaGetUserProfile: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ declare const parmaGetUserProfile: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { parmaGetUserProfile };
19
31
  //# sourceMappingURL=get-user-profile.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-user-profile.d.cts","names":[],"sources":["../../src/actions/get-user-profile.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAUxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-user-profile.d.cts","names":[],"sources":["../../src/actions/get-user-profile.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAUxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,UAAA,CAAA,CAAA,SAAA"}
@@ -13,7 +13,19 @@ declare const ParmaGetUserProfileOutput: z.ZodObject<{
13
13
  name: z.ZodNullable<z.ZodString>;
14
14
  }, z.core.$loose>>;
15
15
  }, z.core.$loose>;
16
- declare const parmaGetUserProfile: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ declare const parmaGetUserProfile: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { parmaGetUserProfile };
19
31
  //# sourceMappingURL=get-user-profile.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-user-profile.d.mts","names":[],"sources":["../../src/actions/get-user-profile.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAUxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-user-profile.d.mts","names":[],"sources":["../../src/actions/get-user-profile.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAUxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,UAAA,CAAA,CAAA,SAAA"}
@@ -13,7 +13,19 @@ declare const ParmaGetUserOutput: z.ZodObject<{
13
13
  }, z.core.$loose>;
14
14
  declare const parmaGetUser: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  id: string;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { parmaGetUser };
19
31
  //# sourceMappingURL=get-user.d.cts.map
@@ -13,7 +13,19 @@ declare const ParmaGetUserOutput: z.ZodObject<{
13
13
  }, z.core.$loose>;
14
14
  declare const parmaGetUser: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  id: string;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { parmaGetUser };
19
31
  //# sourceMappingURL=get-user.d.mts.map
@@ -24,7 +24,19 @@ declare const ParmaListDealsOutput: z.ZodObject<{
24
24
  }, z.core.$loose>;
25
25
  declare const parmaListDeals: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  page?: string | undefined;
27
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
27
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>;
28
40
  //#endregion
29
41
  export { parmaListDeals };
30
42
  //# sourceMappingURL=list-deals.d.cts.map
@@ -24,7 +24,19 @@ declare const ParmaListDealsOutput: z.ZodObject<{
24
24
  }, z.core.$loose>;
25
25
  declare const parmaListDeals: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  page?: string | undefined;
27
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
27
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>;
28
40
  //#endregion
29
41
  export { parmaListDeals };
30
42
  //# sourceMappingURL=list-deals.d.mts.map
@@ -19,7 +19,19 @@ declare const ParmaListGroupsOutput: z.ZodObject<{
19
19
  declare const parmaListGroups: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  page?: string | undefined;
21
21
  query?: string | undefined;
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>;
23
35
  //#endregion
24
36
  export { parmaListGroups };
25
37
  //# sourceMappingURL=list-groups.d.cts.map
@@ -19,7 +19,19 @@ declare const ParmaListGroupsOutput: z.ZodObject<{
19
19
  declare const parmaListGroups: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  page?: string | undefined;
21
21
  query?: string | undefined;
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>;
23
35
  //#endregion
24
36
  export { parmaListGroups };
25
37
  //# sourceMappingURL=list-groups.d.mts.map
@@ -16,7 +16,19 @@ declare const ParmaListNotesOutput: z.ZodObject<{
16
16
  }, z.core.$loose>;
17
17
  declare const parmaListNotes: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  page?: string | undefined;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { parmaListNotes };
22
34
  //# sourceMappingURL=list-notes.d.cts.map
@@ -16,7 +16,19 @@ declare const ParmaListNotesOutput: z.ZodObject<{
16
16
  }, z.core.$loose>;
17
17
  declare const parmaListNotes: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  page?: string | undefined;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { parmaListNotes };
22
34
  //# sourceMappingURL=list-notes.d.mts.map
@@ -11,7 +11,19 @@ declare const ParmaListPipelinesOutput: z.ZodObject<{
11
11
  updated_at: z.ZodNullable<z.ZodString>;
12
12
  }, z.core.$loose>>;
13
13
  }, z.core.$loose>;
14
- declare const parmaListPipelines: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ declare const parmaListPipelines: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parma", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
15
27
  //#endregion
16
28
  export { parmaListPipelines };
17
29
  //# sourceMappingURL=list-pipelines.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-pipelines.d.cts","names":[],"sources":["../../src/actions/list-pipelines.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAQvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-pipelines.d.cts","names":[],"sources":["../../src/actions/list-pipelines.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAQvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,UAAA,CAAA,CAAA,SAAA"}