@keystrokehq/redcircle_api 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.
Files changed (85) hide show
  1. package/dist/actions/add-zipcodes.d.cts +13 -1
  2. package/dist/actions/add-zipcodes.d.mts +13 -1
  3. package/dist/actions/clear-collection-requests.d.cts +13 -1
  4. package/dist/actions/clear-collection-requests.d.mts +13 -1
  5. package/dist/actions/create-collection.d.cts +13 -1
  6. package/dist/actions/create-collection.d.mts +13 -1
  7. package/dist/actions/create-destination.d.cts +13 -1
  8. package/dist/actions/create-destination.d.mts +13 -1
  9. package/dist/actions/create-requests.d.cts +13 -1
  10. package/dist/actions/create-requests.d.mts +13 -1
  11. package/dist/actions/delete-collection.d.cts +13 -1
  12. package/dist/actions/delete-collection.d.mts +13 -1
  13. package/dist/actions/delete-destination.d.cts +13 -1
  14. package/dist/actions/delete-destination.d.mts +13 -1
  15. package/dist/actions/delete-request.d.cts +13 -1
  16. package/dist/actions/delete-request.d.mts +13 -1
  17. package/dist/actions/delete-requests-bulk.d.cts +13 -1
  18. package/dist/actions/delete-requests-bulk.d.mts +13 -1
  19. package/dist/actions/delete-zipcodes.d.cts +13 -1
  20. package/dist/actions/delete-zipcodes.d.mts +13 -1
  21. package/dist/actions/get-account.d.cts +13 -1
  22. package/dist/actions/get-account.d.cts.map +1 -1
  23. package/dist/actions/get-account.d.mts +13 -1
  24. package/dist/actions/get-account.d.mts.map +1 -1
  25. package/dist/actions/get-collection.d.cts +13 -1
  26. package/dist/actions/get-collection.d.mts +13 -1
  27. package/dist/actions/get-requests-csv-links.d.cts +13 -1
  28. package/dist/actions/get-requests-csv-links.d.mts +13 -1
  29. package/dist/actions/get-requests-json-links.d.cts +13 -1
  30. package/dist/actions/get-requests-json-links.d.mts +13 -1
  31. package/dist/actions/get-result-set-csv.d.cts +13 -1
  32. package/dist/actions/get-result-set-csv.d.mts +13 -1
  33. package/dist/actions/get-result-set-json.d.cts +13 -1
  34. package/dist/actions/get-result-set-json.d.mts +13 -1
  35. package/dist/actions/get-result-set-jsonlines.d.cts +13 -1
  36. package/dist/actions/get-result-set-jsonlines.d.mts +13 -1
  37. package/dist/actions/get-target-product-data.d.cts +13 -1
  38. package/dist/actions/get-target-product-data.d.mts +13 -1
  39. package/dist/actions/list-categories.d.cts +13 -1
  40. package/dist/actions/list-categories.d.mts +13 -1
  41. package/dist/actions/list-collections.d.cts +15 -3
  42. package/dist/actions/list-collections.d.mts +15 -3
  43. package/dist/actions/list-destinations.d.cts +13 -1
  44. package/dist/actions/list-destinations.d.mts +13 -1
  45. package/dist/actions/list-error-logs.d.cts +13 -1
  46. package/dist/actions/list-error-logs.d.mts +13 -1
  47. package/dist/actions/list-requests-by-page.d.cts +13 -1
  48. package/dist/actions/list-requests-by-page.d.mts +13 -1
  49. package/dist/actions/list-result-sets.d.cts +13 -1
  50. package/dist/actions/list-result-sets.d.mts +13 -1
  51. package/dist/actions/list-zipcodes.d.cts +13 -1
  52. package/dist/actions/list-zipcodes.d.mts +13 -1
  53. package/dist/actions/resend-webhook.d.cts +13 -1
  54. package/dist/actions/resend-webhook.d.mts +13 -1
  55. package/dist/actions/start-collection.d.cts +13 -1
  56. package/dist/actions/start-collection.d.mts +13 -1
  57. package/dist/actions/stop-all-collections.d.cts +13 -1
  58. package/dist/actions/stop-all-collections.d.cts.map +1 -1
  59. package/dist/actions/stop-all-collections.d.mts +13 -1
  60. package/dist/actions/stop-all-collections.d.mts.map +1 -1
  61. package/dist/actions/stop-collection.d.cts +13 -1
  62. package/dist/actions/stop-collection.d.mts +13 -1
  63. package/dist/actions/update-collection.d.cts +13 -1
  64. package/dist/actions/update-collection.d.mts +13 -1
  65. package/dist/actions/update-destination.d.cts +13 -1
  66. package/dist/actions/update-destination.d.mts +13 -1
  67. package/dist/actions/update-request.d.cts +13 -1
  68. package/dist/actions/update-request.d.cts.map +1 -1
  69. package/dist/actions/update-request.d.mts +13 -1
  70. package/dist/actions/update-request.d.mts.map +1 -1
  71. package/dist/app.cjs +5 -2
  72. package/dist/app.cjs.map +1 -1
  73. package/dist/app.d.cts +9 -1
  74. package/dist/app.d.cts.map +1 -1
  75. package/dist/app.d.mts +9 -1
  76. package/dist/app.d.mts.map +1 -1
  77. package/dist/app.mjs +3 -1
  78. package/dist/app.mjs.map +1 -1
  79. package/dist/catalog.cjs +1 -1
  80. package/dist/catalog.cjs.map +1 -1
  81. package/dist/catalog.d.cts +1 -1
  82. package/dist/catalog.d.mts +1 -1
  83. package/dist/catalog.mjs +1 -1
  84. package/dist/catalog.mjs.map +1 -1
  85. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"stop-all-collections.d.cts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;cAMpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"stop-all-collections.d.cts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;cAMpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,kBAAA,CAAA,CAAA,SAAA"}
@@ -10,7 +10,19 @@ declare const RedcircleApiStopAllCollectionsOutput: z.ZodObject<{
10
10
  collections_stopped: z.ZodNullable<z.ZodNumber>;
11
11
  collections_failed_to_stop: z.ZodNullable<z.ZodNumber>;
12
12
  }, z.core.$loose>;
13
- declare const redcircleApiStopAllCollections: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ declare const redcircleApiStopAllCollections: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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>>]>;
14
26
  //#endregion
15
27
  export { redcircleApiStopAllCollections };
16
28
  //# sourceMappingURL=stop-all-collections.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stop-all-collections.d.mts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;cAMpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"stop-all-collections.d.mts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;cAMpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,kBAAA,CAAA,CAAA,SAAA"}
@@ -11,7 +11,19 @@ declare const RedcircleApiStopCollectionOutput: z.ZodObject<{
11
11
  }, z.core.$loose>;
12
12
  declare const redcircleApiStopCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  collection_id: string;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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<"redcircle_api", 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 { redcircleApiStopCollection };
17
29
  //# sourceMappingURL=stop-collection.d.cts.map
@@ -11,7 +11,19 @@ declare const RedcircleApiStopCollectionOutput: z.ZodObject<{
11
11
  }, z.core.$loose>;
12
12
  declare const redcircleApiStopCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  collection_id: string;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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<"redcircle_api", 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 { redcircleApiStopCollection };
17
29
  //# sourceMappingURL=stop-collection.d.mts.map
@@ -69,7 +69,19 @@ declare const redcircleApiUpdateCollection: import("@keystrokehq/action").Workfl
69
69
  schedule_days_of_month?: number[] | undefined;
70
70
  notification_csv_fields?: string | undefined;
71
71
  notification_as_jsonlines?: boolean | undefined;
72
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
72
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
73
+ connectionId: z.ZodString;
74
+ entityId: z.ZodString;
75
+ instanceId: z.ZodString;
76
+ }, z.core.$strip>, z.ZodObject<{
77
+ generic_api_key: z.ZodString;
78
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
79
+ connectionId: z.ZodString;
80
+ entityId: z.ZodString;
81
+ instanceId: z.ZodString;
82
+ }, z.core.$strip>, z.ZodObject<{
83
+ generic_api_key: z.ZodString;
84
+ }, z.core.$strip>>]>;
73
85
  //#endregion
74
86
  export { redcircleApiUpdateCollection };
75
87
  //# sourceMappingURL=update-collection.d.cts.map
@@ -69,7 +69,19 @@ declare const redcircleApiUpdateCollection: import("@keystrokehq/action").Workfl
69
69
  schedule_days_of_month?: number[] | undefined;
70
70
  notification_csv_fields?: string | undefined;
71
71
  notification_as_jsonlines?: boolean | undefined;
72
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
72
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
73
+ connectionId: z.ZodString;
74
+ entityId: z.ZodString;
75
+ instanceId: z.ZodString;
76
+ }, z.core.$strip>, z.ZodObject<{
77
+ generic_api_key: z.ZodString;
78
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
79
+ connectionId: z.ZodString;
80
+ entityId: z.ZodString;
81
+ instanceId: z.ZodString;
82
+ }, z.core.$strip>, z.ZodObject<{
83
+ generic_api_key: z.ZodString;
84
+ }, z.core.$strip>>]>;
73
85
  //#endregion
74
86
  export { redcircleApiUpdateCollection };
75
87
  //# sourceMappingURL=update-collection.d.mts.map
@@ -82,7 +82,19 @@ declare const redcircleApiUpdateDestination: import("@keystrokehq/action").Workf
82
82
  azure_account_name?: string | undefined;
83
83
  azure_container_name?: string | undefined;
84
84
  s3_secret_access_key?: string | undefined;
85
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
85
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
86
+ connectionId: z.ZodString;
87
+ entityId: z.ZodString;
88
+ instanceId: z.ZodString;
89
+ }, z.core.$strip>, z.ZodObject<{
90
+ generic_api_key: z.ZodString;
91
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
92
+ connectionId: z.ZodString;
93
+ entityId: z.ZodString;
94
+ instanceId: z.ZodString;
95
+ }, z.core.$strip>, z.ZodObject<{
96
+ generic_api_key: z.ZodString;
97
+ }, z.core.$strip>>]>;
86
98
  //#endregion
87
99
  export { redcircleApiUpdateDestination };
88
100
  //# sourceMappingURL=update-destination.d.cts.map
@@ -82,7 +82,19 @@ declare const redcircleApiUpdateDestination: import("@keystrokehq/action").Workf
82
82
  azure_account_name?: string | undefined;
83
83
  azure_container_name?: string | undefined;
84
84
  s3_secret_access_key?: string | undefined;
85
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
85
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
86
+ connectionId: z.ZodString;
87
+ entityId: z.ZodString;
88
+ instanceId: z.ZodString;
89
+ }, z.core.$strip>, z.ZodObject<{
90
+ generic_api_key: z.ZodString;
91
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
92
+ connectionId: z.ZodString;
93
+ entityId: z.ZodString;
94
+ instanceId: z.ZodString;
95
+ }, z.core.$strip>, z.ZodObject<{
96
+ generic_api_key: z.ZodString;
97
+ }, z.core.$strip>>]>;
86
98
  //#endregion
87
99
  export { redcircleApiUpdateDestination };
88
100
  //# sourceMappingURL=update-destination.d.mts.map
@@ -24,7 +24,19 @@ declare const redcircleApiUpdateRequest: import("@keystrokehq/action").WorkflowA
24
24
  tcin?: string | undefined;
25
25
  type?: string | undefined;
26
26
  additional_params?: Record<string, unknown> | 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<"redcircle_api", 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<"redcircle_api", 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 { redcircleApiUpdateRequest };
30
42
  //# sourceMappingURL=update-request.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-request.d.cts","names":[],"sources":["../../src/actions/update-request.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;cAc9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;cAM/B,yBAAA,gCAAyB,wBAAA;;;;;sBAMpC,MAAA;AAAA"}
1
+ {"version":3,"file":"update-request.d.cts","names":[],"sources":["../../src/actions/update-request.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;cAc9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;cAM/B,yBAAA,gCAAyB,wBAAA"}
@@ -24,7 +24,19 @@ declare const redcircleApiUpdateRequest: import("@keystrokehq/action").WorkflowA
24
24
  tcin?: string | undefined;
25
25
  type?: string | undefined;
26
26
  additional_params?: Record<string, unknown> | 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<"redcircle_api", 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<"redcircle_api", 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 { redcircleApiUpdateRequest };
30
42
  //# sourceMappingURL=update-request.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-request.d.mts","names":[],"sources":["../../src/actions/update-request.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;cAc9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;cAM/B,yBAAA,gCAAyB,wBAAA;;;;;sBAMpC,MAAA;AAAA"}
1
+ {"version":3,"file":"update-request.d.mts","names":[],"sources":["../../src/actions/update-request.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;cAc9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;cAM/B,yBAAA,gCAAyB,wBAAA"}
package/dist/app.cjs CHANGED
@@ -1,7 +1,10 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
+ let zod = require("zod");
1
3
  //#region src/app.ts
2
- const redcircleApi = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const redcircleApi = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "redcircle_api",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: zod.z.string() }
5
8
  });
6
9
  //#endregion
7
10
  exports.redcircleApi = redcircleApi;
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 redcircleApi = defineApp({\n slug: \"redcircle_api\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,gBAAA,uCAAA,CAAA,CAAA,UAAA,CAAyB;CACpC,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 redcircleApi = defineApp({\n slug: \"redcircle_api\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,gBAAA,GAAA,2BAAA,UAAA,CAAyB;CACpC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const redcircleApi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const redcircleApi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"redcircle_api", 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
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { redcircleApi };
5
13
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,YAAA,6BAAY,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,YAAA,6BAAY,GAAA,+BAAA,UAAA,kBAAA,CAAA,CAAA,SAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const redcircleApi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const redcircleApi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"redcircle_api", 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
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { redcircleApi };
5
13
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,YAAA,6BAAY,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,YAAA,6BAAY,GAAA,+BAAA,UAAA,kBAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,10 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const redcircleApi = defineApp({
4
5
  slug: "redcircle_api",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: z.string() }
6
8
  });
7
9
  //#endregion
8
10
  export { redcircleApi };
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 redcircleApi = defineApp({\n slug: \"redcircle_api\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,eAAe,UAAU;CACpC,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 redcircleApi = defineApp({\n slug: \"redcircle_api\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,eAAe,UAAU;CACpC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const redcircleApiCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/redcircle_api",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Key",
13
13
  "secret": true,
14
14
  "description": "Sign in and copy your API key directly from your dashboard at https://app.redcircleapi.com/playground"
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const redcircleApiCatalog = {\n \"slug\": \"redcircle_api\",\n \"name\": \"RedCircle API\",\n \"description\": \"RedCircle API is the real-time Target product data API for accessing Target product catalog, reviews, and category data.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/redcircle_api\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Sign in and copy your API key directly from your dashboard at https://app.redcircleapi.com/playground\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;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 redcircleApiCatalog = {\n \"slug\": \"redcircle_api\",\n \"name\": \"RedCircle API\",\n \"description\": \"RedCircle API is the real-time Target product data API for accessing Target product catalog, reviews, and category data.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/redcircle_api\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Sign in and copy your API key directly from your dashboard at https://app.redcircleapi.com/playground\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -9,7 +9,7 @@ declare const redcircleApiCatalog: {
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: "Sign in and copy your API key directly from your dashboard at https://app.redcircleapi.com/playground";
@@ -9,7 +9,7 @@ declare const redcircleApiCatalog: {
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: "Sign in and copy your API key directly from your dashboard at https://app.redcircleapi.com/playground";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const redcircleApiCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/redcircle_api",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Key",
13
13
  "secret": true,
14
14
  "description": "Sign in and copy your API key directly from your dashboard at https://app.redcircleapi.com/playground"
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const redcircleApiCatalog = {\n \"slug\": \"redcircle_api\",\n \"name\": \"RedCircle API\",\n \"description\": \"RedCircle API is the real-time Target product data API for accessing Target product catalog, reviews, and category data.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/redcircle_api\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Sign in and copy your API key directly from your dashboard at https://app.redcircleapi.com/playground\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;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 redcircleApiCatalog = {\n \"slug\": \"redcircle_api\",\n \"name\": \"RedCircle API\",\n \"description\": \"RedCircle API is the real-time Target product data API for accessing Target product catalog, reviews, and category data.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/redcircle_api\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Sign in and copy your API key directly from your dashboard at https://app.redcircleapi.com/playground\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/redcircle_api",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"