@keystrokehq/project_bubble 0.1.3 → 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.
@@ -14,7 +14,21 @@ declare const ProjectBubbleDataApiGetDataTypeFieldsOutput: z.ZodObject<{
14
14
  }, z.core.$loose>;
15
15
  declare const projectBubbleDataApiGetDataTypeFields: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  data_type: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"project_bubble", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ generic_id: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"project_bubble", 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
+ generic_id: z.ZodString;
31
+ }, z.core.$strip>>]>;
18
32
  //#endregion
19
33
  export { projectBubbleDataApiGetDataTypeFields };
20
34
  //# sourceMappingURL=data-api-get-data-type-fields.d.cts.map
@@ -14,7 +14,21 @@ declare const ProjectBubbleDataApiGetDataTypeFieldsOutput: z.ZodObject<{
14
14
  }, z.core.$loose>;
15
15
  declare const projectBubbleDataApiGetDataTypeFields: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  data_type: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"project_bubble", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ generic_id: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"project_bubble", 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
+ generic_id: z.ZodString;
31
+ }, z.core.$strip>>]>;
18
32
  //#endregion
19
33
  export { projectBubbleDataApiGetDataTypeFields };
20
34
  //# sourceMappingURL=data-api-get-data-type-fields.d.mts.map
@@ -34,7 +34,21 @@ declare const projectBubbleDataApiGetObjects: import("@keystrokehq/action").Work
34
34
  sort_field?: string | undefined;
35
35
  constraints?: string | undefined;
36
36
  ignore_fields?: "yes" | "no" | undefined;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"project_bubble", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ generic_id: z.ZodString;
44
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"project_bubble", z.ZodObject<{
45
+ connectionId: z.ZodString;
46
+ entityId: z.ZodString;
47
+ instanceId: z.ZodString;
48
+ }, z.core.$strip>, z.ZodObject<{
49
+ generic_api_key: z.ZodString;
50
+ generic_id: z.ZodString;
51
+ }, z.core.$strip>>]>;
38
52
  //#endregion
39
53
  export { projectBubbleDataApiGetObjects };
40
54
  //# sourceMappingURL=data-api-get-objects.d.cts.map
@@ -34,7 +34,21 @@ declare const projectBubbleDataApiGetObjects: import("@keystrokehq/action").Work
34
34
  sort_field?: string | undefined;
35
35
  constraints?: string | undefined;
36
36
  ignore_fields?: "yes" | "no" | undefined;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"project_bubble", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ generic_id: z.ZodString;
44
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"project_bubble", z.ZodObject<{
45
+ connectionId: z.ZodString;
46
+ entityId: z.ZodString;
47
+ instanceId: z.ZodString;
48
+ }, z.core.$strip>, z.ZodObject<{
49
+ generic_api_key: z.ZodString;
50
+ generic_id: z.ZodString;
51
+ }, z.core.$strip>>]>;
38
52
  //#endregion
39
53
  export { projectBubbleDataApiGetObjects };
40
54
  //# sourceMappingURL=data-api-get-objects.d.mts.map
@@ -13,7 +13,21 @@ declare const ProjectBubbleDataApiGetRecordOutput: z.ZodObject<{
13
13
  declare const projectBubbleDataApiGetRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  id: string;
15
15
  type: 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<"project_bubble", 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
+ generic_id: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"project_bubble", 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
+ generic_id: z.ZodString;
30
+ }, z.core.$strip>>]>;
17
31
  //#endregion
18
32
  export { projectBubbleDataApiGetRecord };
19
33
  //# sourceMappingURL=data-api-get-record.d.cts.map
@@ -13,7 +13,21 @@ declare const ProjectBubbleDataApiGetRecordOutput: z.ZodObject<{
13
13
  declare const projectBubbleDataApiGetRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  id: string;
15
15
  type: 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<"project_bubble", 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
+ generic_id: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"project_bubble", 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
+ generic_id: z.ZodString;
30
+ }, z.core.$strip>>]>;
17
31
  //#endregion
18
32
  export { projectBubbleDataApiGetRecord };
19
33
  //# sourceMappingURL=data-api-get-record.d.mts.map
package/dist/app.cjs CHANGED
@@ -1,7 +1,13 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
+ let zod = require("zod");
1
3
  //#region src/app.ts
2
- const projectBubble = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const projectBubble = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "project_bubble",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: {
8
+ generic_api_key: zod.z.string(),
9
+ generic_id: zod.z.string()
10
+ }
5
11
  });
6
12
  //#endregion
7
13
  exports.projectBubble = projectBubble;
package/dist/app.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const projectBubble = defineApp({\n slug: \"project_bubble\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,iBAAA,uCAAA,CAAA,CAAA,UAAA,CAA0B;CACrC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const projectBubble = defineApp({\n slug: \"project_bubble\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n generic_id: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,iBAAA,GAAA,2BAAA,UAAA,CAA0B;CACrC,MAAM;CACN,MAAM;CACN,YAAY;EACV,iBAAiBA,IAAAA,EAAE,OAAO;EAC1B,YAAYA,IAAAA,EAAE,OAAO;CACvB;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,14 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const projectBubble: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const projectBubble: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"project_bubble", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ generic_id: z.ZodString;
11
+ }, z.core.$strip>>>;
3
12
  //#endregion
4
13
  export { projectBubble };
5
14
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,aAAA,6BAAa,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,aAAA,6BAAa,GAAA,+BAAA,UAAA,mBAAA,CAAA,CAAA,SAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,14 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const projectBubble: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const projectBubble: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"project_bubble", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ generic_id: z.ZodString;
11
+ }, z.core.$strip>>>;
3
12
  //#endregion
4
13
  export { projectBubble };
5
14
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,aAAA,6BAAa,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,aAAA,6BAAa,GAAA,+BAAA,UAAA,mBAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,13 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const projectBubble = defineApp({
4
5
  slug: "project_bubble",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: {
8
+ generic_api_key: z.string(),
9
+ generic_id: z.string()
10
+ }
6
11
  });
7
12
  //#endregion
8
13
  export { projectBubble };
package/dist/app.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const projectBubble = defineApp({\n slug: \"project_bubble\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,gBAAgB,UAAU;CACrC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const projectBubble = defineApp({\n slug: \"project_bubble\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n generic_id: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,gBAAgB,UAAU;CACrC,MAAM;CACN,MAAM;CACN,YAAY;EACV,iBAAiB,EAAE,OAAO;EAC1B,YAAY,EAAE,OAAO;CACvB;AACF,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -9,7 +9,7 @@ const projectBubbleCatalog = {
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
11
  "credentialFields": {
12
- "api_key": {
12
+ "generic_api_key": {
13
13
  "label": "API Key",
14
14
  "secret": true,
15
15
  "description": "Your unique API key, available on the 'My Account' page of ProProfs Project."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const projectBubbleCatalog = {\n \"slug\": \"project_bubble\",\n \"name\": \"Project Bubble\",\n \"description\": \"ProProfs Project is a project management tool that helps teams plan, collaborate, and deliver projects efficiently.\",\n \"category\": \"Project Management\",\n \"logo\": \"https://logos.composio.dev/api/project_bubble\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your unique API key, available on the 'My Account' page of ProProfs Project.\"\n },\n \"generic_id\": {\n \"label\": \"Account Domain\",\n \"description\": \"Your ProProfs Project domain, e.g., 'mydomain.projectbubble.com'.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,uBAAuB;CAClC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,WAAW;GACT,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,cAAc;GACZ,SAAS;GACT,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const projectBubbleCatalog = {\n \"slug\": \"project_bubble\",\n \"name\": \"Project Bubble\",\n \"description\": \"ProProfs Project is a project management tool that helps teams plan, collaborate, and deliver projects efficiently.\",\n \"category\": \"Project Management\",\n \"logo\": \"https://logos.composio.dev/api/project_bubble\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your unique API key, available on the 'My Account' page of ProProfs Project.\"\n },\n \"generic_id\": {\n \"label\": \"Account Domain\",\n \"description\": \"Your ProProfs Project domain, e.g., 'mydomain.projectbubble.com'.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,uBAAuB;CAClC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,cAAc;GACZ,SAAS;GACT,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
@@ -9,7 +9,7 @@ declare const projectBubbleCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your unique API key, available on the 'My Account' page of ProProfs Project.";
@@ -9,7 +9,7 @@ declare const projectBubbleCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your unique API key, available on the 'My Account' page of ProProfs Project.";
package/dist/catalog.mjs CHANGED
@@ -9,7 +9,7 @@ const projectBubbleCatalog = {
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
11
  "credentialFields": {
12
- "api_key": {
12
+ "generic_api_key": {
13
13
  "label": "API Key",
14
14
  "secret": true,
15
15
  "description": "Your unique API key, available on the 'My Account' page of ProProfs Project."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const projectBubbleCatalog = {\n \"slug\": \"project_bubble\",\n \"name\": \"Project Bubble\",\n \"description\": \"ProProfs Project is a project management tool that helps teams plan, collaborate, and deliver projects efficiently.\",\n \"category\": \"Project Management\",\n \"logo\": \"https://logos.composio.dev/api/project_bubble\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your unique API key, available on the 'My Account' page of ProProfs Project.\"\n },\n \"generic_id\": {\n \"label\": \"Account Domain\",\n \"description\": \"Your ProProfs Project domain, e.g., 'mydomain.projectbubble.com'.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,uBAAuB;CAClC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,WAAW;GACT,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,cAAc;GACZ,SAAS;GACT,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const projectBubbleCatalog = {\n \"slug\": \"project_bubble\",\n \"name\": \"Project Bubble\",\n \"description\": \"ProProfs Project is a project management tool that helps teams plan, collaborate, and deliver projects efficiently.\",\n \"category\": \"Project Management\",\n \"logo\": \"https://logos.composio.dev/api/project_bubble\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your unique API key, available on the 'My Account' page of ProProfs Project.\"\n },\n \"generic_id\": {\n \"label\": \"Account Domain\",\n \"description\": \"Your ProProfs Project domain, e.g., 'mydomain.projectbubble.com'.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,uBAAuB;CAClC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,cAAc;GACZ,SAAS;GACT,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/project_bubble",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"