@keystrokehq/mopinion 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.
- package/dist/actions/get-account.d.cts +17 -1
- package/dist/actions/get-account.d.cts.map +1 -1
- package/dist/actions/get-account.d.mts +17 -1
- package/dist/actions/get-account.d.mts.map +1 -1
- package/dist/actions/get-dataset-by-id.d.cts +17 -1
- package/dist/actions/get-dataset-by-id.d.mts +17 -1
- package/dist/actions/get-dataset-feedback-by-id.d.cts +17 -1
- package/dist/actions/get-dataset-feedback-by-id.d.mts +17 -1
- package/dist/actions/get-dataset-feedback.d.cts +17 -1
- package/dist/actions/get-dataset-feedback.d.cts.map +1 -1
- package/dist/actions/get-dataset-feedback.d.mts +17 -1
- package/dist/actions/get-dataset-feedback.d.mts.map +1 -1
- package/dist/actions/get-dataset-fields.d.cts +17 -1
- package/dist/actions/get-dataset-fields.d.mts +17 -1
- package/dist/actions/get-deployment-by-id.d.cts +17 -1
- package/dist/actions/get-deployment-by-id.d.mts +17 -1
- package/dist/actions/get-deployments.d.cts +17 -1
- package/dist/actions/get-deployments.d.mts +17 -1
- package/dist/actions/get-report-by-id.d.cts +17 -1
- package/dist/actions/get-report-by-id.d.mts +17 -1
- package/dist/actions/get-report-feedback.d.cts +17 -1
- package/dist/actions/get-report-feedback.d.cts.map +1 -1
- package/dist/actions/get-report-feedback.d.mts +17 -1
- package/dist/actions/get-report-feedback.d.mts.map +1 -1
- package/dist/actions/get-report-fields.d.cts +17 -1
- package/dist/actions/get-report-fields.d.mts +17 -1
- package/dist/actions/get-root.d.cts +17 -1
- package/dist/actions/get-root.d.mts +17 -1
- package/dist/app.cjs +9 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +11 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +11 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +7 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -36,7 +36,23 @@ declare const MopinionGetAccountOutput: z.ZodObject<{
|
|
|
36
36
|
number_reports: z.ZodNullable<z.ZodNumber>;
|
|
37
37
|
}, z.core.$loose>>;
|
|
38
38
|
}, z.core.$loose>;
|
|
39
|
-
declare const mopinionGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
declare const mopinionGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
generic_id: z.ZodString;
|
|
46
|
+
generic_id_2: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
generic_id: z.ZodString;
|
|
54
|
+
generic_id_2: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
40
56
|
//#endregion
|
|
41
57
|
export { mopinionGetAccount };
|
|
42
58
|
//# sourceMappingURL=get-account.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-account.d.cts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAoCvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-account.d.cts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAoCvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -36,7 +36,23 @@ declare const MopinionGetAccountOutput: z.ZodObject<{
|
|
|
36
36
|
number_reports: z.ZodNullable<z.ZodNumber>;
|
|
37
37
|
}, z.core.$loose>>;
|
|
38
38
|
}, z.core.$loose>;
|
|
39
|
-
declare const mopinionGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
declare const mopinionGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
generic_id: z.ZodString;
|
|
46
|
+
generic_id_2: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
generic_id: z.ZodString;
|
|
54
|
+
generic_id_2: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
40
56
|
//#endregion
|
|
41
57
|
export { mopinionGetAccount };
|
|
42
58
|
//# sourceMappingURL=get-account.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-account.d.mts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAoCvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-account.d.mts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAoCvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -24,7 +24,23 @@ declare const MopinionGetDatasetByIdOutput: z.ZodObject<{
|
|
|
24
24
|
}, z.core.$loose>;
|
|
25
25
|
declare const mopinionGetDatasetById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
26
26
|
dataset_id: string | number;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
34
|
+
generic_id_2: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
generic_id: z.ZodString;
|
|
42
|
+
generic_id_2: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
28
44
|
//#endregion
|
|
29
45
|
export { mopinionGetDatasetById };
|
|
30
46
|
//# sourceMappingURL=get-dataset-by-id.d.cts.map
|
|
@@ -24,7 +24,23 @@ declare const MopinionGetDatasetByIdOutput: z.ZodObject<{
|
|
|
24
24
|
}, z.core.$loose>;
|
|
25
25
|
declare const mopinionGetDatasetById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
26
26
|
dataset_id: string | number;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
34
|
+
generic_id_2: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
generic_id: z.ZodString;
|
|
42
|
+
generic_id_2: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
28
44
|
//#endregion
|
|
29
45
|
export { mopinionGetDatasetById };
|
|
30
46
|
//# sourceMappingURL=get-dataset-by-id.d.mts.map
|
|
@@ -38,7 +38,23 @@ declare const MopinionGetDatasetFeedbackByIdOutput: z.ZodObject<{
|
|
|
38
38
|
declare const mopinionGetDatasetFeedbackById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
39
39
|
dataset_id: number;
|
|
40
40
|
feedback_id: number;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
generic_id: z.ZodString;
|
|
48
|
+
generic_id_2: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
generic_api_key: z.ZodString;
|
|
55
|
+
generic_id: z.ZodString;
|
|
56
|
+
generic_id_2: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
42
58
|
//#endregion
|
|
43
59
|
export { mopinionGetDatasetFeedbackById };
|
|
44
60
|
//# sourceMappingURL=get-dataset-feedback-by-id.d.cts.map
|
|
@@ -38,7 +38,23 @@ declare const MopinionGetDatasetFeedbackByIdOutput: z.ZodObject<{
|
|
|
38
38
|
declare const mopinionGetDatasetFeedbackById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
39
39
|
dataset_id: number;
|
|
40
40
|
feedback_id: number;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
generic_id: z.ZodString;
|
|
48
|
+
generic_id_2: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
generic_api_key: z.ZodString;
|
|
55
|
+
generic_id: z.ZodString;
|
|
56
|
+
generic_id_2: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
42
58
|
//#endregion
|
|
43
59
|
export { mopinionGetDatasetFeedbackById };
|
|
44
60
|
//# sourceMappingURL=get-dataset-feedback-by-id.d.mts.map
|
|
@@ -43,7 +43,23 @@ declare const mopinionGetDatasetFeedback: import("@keystrokehq/action").Workflow
|
|
|
43
43
|
page?: number | undefined;
|
|
44
44
|
limit?: number | undefined;
|
|
45
45
|
filters?: Record<string, unknown> | undefined;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
46
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
53
|
+
generic_id_2: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
generic_api_key: z.ZodString;
|
|
60
|
+
generic_id: z.ZodString;
|
|
61
|
+
generic_id_2: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>;
|
|
47
63
|
//#endregion
|
|
48
64
|
export { mopinionGetDatasetFeedback };
|
|
49
65
|
//# sourceMappingURL=get-dataset-feedback.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-dataset-feedback.d.cts","names":[],"sources":["../../src/actions/get-dataset-feedback.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAqC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKhC,0BAAA,gCAA0B,wBAAA
|
|
1
|
+
{"version":3,"file":"get-dataset-feedback.d.cts","names":[],"sources":["../../src/actions/get-dataset-feedback.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAqC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKhC,0BAAA,gCAA0B,wBAAA"}
|
|
@@ -43,7 +43,23 @@ declare const mopinionGetDatasetFeedback: import("@keystrokehq/action").Workflow
|
|
|
43
43
|
page?: number | undefined;
|
|
44
44
|
limit?: number | undefined;
|
|
45
45
|
filters?: Record<string, unknown> | undefined;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
46
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
53
|
+
generic_id_2: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
generic_api_key: z.ZodString;
|
|
60
|
+
generic_id: z.ZodString;
|
|
61
|
+
generic_id_2: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>;
|
|
47
63
|
//#endregion
|
|
48
64
|
export { mopinionGetDatasetFeedback };
|
|
49
65
|
//# sourceMappingURL=get-dataset-feedback.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-dataset-feedback.d.mts","names":[],"sources":["../../src/actions/get-dataset-feedback.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAqC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKhC,0BAAA,gCAA0B,wBAAA
|
|
1
|
+
{"version":3,"file":"get-dataset-feedback.d.mts","names":[],"sources":["../../src/actions/get-dataset-feedback.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAqC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKhC,0BAAA,gCAA0B,wBAAA"}
|
|
@@ -9,7 +9,23 @@ declare const MopinionGetDatasetFieldsOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const mopinionGetDatasetFields: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
dataset_id: number;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
19
|
+
generic_id_2: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
27
|
+
generic_id_2: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
13
29
|
//#endregion
|
|
14
30
|
export { mopinionGetDatasetFields };
|
|
15
31
|
//# sourceMappingURL=get-dataset-fields.d.cts.map
|
|
@@ -9,7 +9,23 @@ declare const MopinionGetDatasetFieldsOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const mopinionGetDatasetFields: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
dataset_id: number;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
19
|
+
generic_id_2: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
27
|
+
generic_id_2: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
13
29
|
//#endregion
|
|
14
30
|
export { mopinionGetDatasetFields };
|
|
15
31
|
//# sourceMappingURL=get-dataset-fields.d.mts.map
|
|
@@ -9,7 +9,23 @@ declare const MopinionGetDeploymentByIdOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const mopinionGetDeploymentById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
deployment_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
19
|
+
generic_id_2: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
27
|
+
generic_id_2: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
13
29
|
//#endregion
|
|
14
30
|
export { mopinionGetDeploymentById };
|
|
15
31
|
//# sourceMappingURL=get-deployment-by-id.d.cts.map
|
|
@@ -9,7 +9,23 @@ declare const MopinionGetDeploymentByIdOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const mopinionGetDeploymentById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
deployment_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
19
|
+
generic_id_2: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
27
|
+
generic_id_2: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
13
29
|
//#endregion
|
|
14
30
|
export { mopinionGetDeploymentById };
|
|
15
31
|
//# sourceMappingURL=get-deployment-by-id.d.mts.map
|
|
@@ -17,7 +17,23 @@ declare const MopinionGetDeploymentsOutput: z.ZodObject<{
|
|
|
17
17
|
declare const mopinionGetDeployments: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
accept?: string | undefined;
|
|
19
19
|
version?: string | undefined;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
27
|
+
generic_id_2: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
35
|
+
generic_id_2: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
21
37
|
//#endregion
|
|
22
38
|
export { mopinionGetDeployments };
|
|
23
39
|
//# sourceMappingURL=get-deployments.d.cts.map
|
|
@@ -17,7 +17,23 @@ declare const MopinionGetDeploymentsOutput: z.ZodObject<{
|
|
|
17
17
|
declare const mopinionGetDeployments: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
accept?: string | undefined;
|
|
19
19
|
version?: string | undefined;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
27
|
+
generic_id_2: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
35
|
+
generic_id_2: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
21
37
|
//#endregion
|
|
22
38
|
export { mopinionGetDeployments };
|
|
23
39
|
//# sourceMappingURL=get-deployments.d.mts.map
|
|
@@ -29,7 +29,23 @@ declare const MopinionGetReportByIdOutput: z.ZodObject<{
|
|
|
29
29
|
}, z.core.$loose>;
|
|
30
30
|
declare const mopinionGetReportById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
31
31
|
report_id: number;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
generic_id: z.ZodString;
|
|
39
|
+
generic_id_2: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
47
|
+
generic_id_2: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
33
49
|
//#endregion
|
|
34
50
|
export { mopinionGetReportById };
|
|
35
51
|
//# sourceMappingURL=get-report-by-id.d.cts.map
|
|
@@ -29,7 +29,23 @@ declare const MopinionGetReportByIdOutput: z.ZodObject<{
|
|
|
29
29
|
}, z.core.$loose>;
|
|
30
30
|
declare const mopinionGetReportById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
31
31
|
report_id: number;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
generic_id: z.ZodString;
|
|
39
|
+
generic_id_2: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
47
|
+
generic_id_2: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
33
49
|
//#endregion
|
|
34
50
|
export { mopinionGetReportById };
|
|
35
51
|
//# sourceMappingURL=get-report-by-id.d.mts.map
|
|
@@ -30,7 +30,23 @@ declare const mopinionGetReportFeedback: import("@keystrokehq/action").WorkflowA
|
|
|
30
30
|
page?: number | undefined;
|
|
31
31
|
limit?: number | undefined;
|
|
32
32
|
filters?: Record<string, unknown> | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
40
|
+
generic_id_2: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
generic_id: z.ZodString;
|
|
48
|
+
generic_id_2: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
34
50
|
//#endregion
|
|
35
51
|
export { mopinionGetReportFeedback };
|
|
36
52
|
//# sourceMappingURL=get-report-feedback.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-report-feedback.d.cts","names":[],"sources":["../../src/actions/get-report-feedback.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;cAsB9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAK/B,yBAAA,gCAAyB,wBAAA
|
|
1
|
+
{"version":3,"file":"get-report-feedback.d.cts","names":[],"sources":["../../src/actions/get-report-feedback.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;cAsB9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAK/B,yBAAA,gCAAyB,wBAAA"}
|
|
@@ -30,7 +30,23 @@ declare const mopinionGetReportFeedback: import("@keystrokehq/action").WorkflowA
|
|
|
30
30
|
page?: number | undefined;
|
|
31
31
|
limit?: number | undefined;
|
|
32
32
|
filters?: Record<string, unknown> | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
40
|
+
generic_id_2: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
generic_id: z.ZodString;
|
|
48
|
+
generic_id_2: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
34
50
|
//#endregion
|
|
35
51
|
export { mopinionGetReportFeedback };
|
|
36
52
|
//# sourceMappingURL=get-report-feedback.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-report-feedback.d.mts","names":[],"sources":["../../src/actions/get-report-feedback.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;cAsB9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAK/B,yBAAA,gCAAyB,wBAAA
|
|
1
|
+
{"version":3,"file":"get-report-feedback.d.mts","names":[],"sources":["../../src/actions/get-report-feedback.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;cAsB9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAK/B,yBAAA,gCAAyB,wBAAA"}
|
|
@@ -18,7 +18,23 @@ declare const MopinionGetReportFieldsOutput: z.ZodObject<{
|
|
|
18
18
|
}, z.core.$loose>;
|
|
19
19
|
declare const mopinionGetReportFields: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
report_id: number;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
generic_id: z.ZodString;
|
|
28
|
+
generic_id_2: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
36
|
+
generic_id_2: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>;
|
|
22
38
|
//#endregion
|
|
23
39
|
export { mopinionGetReportFields };
|
|
24
40
|
//# sourceMappingURL=get-report-fields.d.cts.map
|
|
@@ -18,7 +18,23 @@ declare const MopinionGetReportFieldsOutput: z.ZodObject<{
|
|
|
18
18
|
}, z.core.$loose>;
|
|
19
19
|
declare const mopinionGetReportFields: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
report_id: number;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
generic_id: z.ZodString;
|
|
28
|
+
generic_id_2: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
36
|
+
generic_id_2: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>;
|
|
22
38
|
//#endregion
|
|
23
39
|
export { mopinionGetReportFields };
|
|
24
40
|
//# sourceMappingURL=get-report-fields.d.mts.map
|
|
@@ -15,7 +15,23 @@ declare const mopinionGetRoot: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
15
15
|
extra_path?: string | undefined;
|
|
16
16
|
custom_base_url?: string | undefined;
|
|
17
17
|
include_auth_header?: boolean | undefined;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
25
|
+
generic_id_2: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
generic_id: z.ZodString;
|
|
33
|
+
generic_id_2: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
19
35
|
//#endregion
|
|
20
36
|
export { mopinionGetRoot };
|
|
21
37
|
//# sourceMappingURL=get-root.d.cts.map
|
|
@@ -15,7 +15,23 @@ declare const mopinionGetRoot: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
15
15
|
extra_path?: string | undefined;
|
|
16
16
|
custom_base_url?: string | undefined;
|
|
17
17
|
include_auth_header?: boolean | undefined;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id: z.ZodString;
|
|
25
|
+
generic_id_2: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"mopinion", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
generic_id: z.ZodString;
|
|
33
|
+
generic_id_2: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
19
35
|
//#endregion
|
|
20
36
|
export { mopinionGetRoot };
|
|
21
37
|
//# sourceMappingURL=get-root.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const mopinion = (0,
|
|
4
|
+
const mopinion = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "mopinion",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
generic_api_key: zod.z.string(),
|
|
9
|
+
generic_id: zod.z.string(),
|
|
10
|
+
generic_id_2: zod.z.string()
|
|
11
|
+
}
|
|
5
12
|
});
|
|
6
13
|
//#endregion
|
|
7
14
|
exports.mopinion = mopinion;
|
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 mopinion = defineApp({\n slug: \"mopinion\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
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 mopinion = defineApp({\n slug: \"mopinion\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n generic_id: z.string(),\n generic_id_2: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,YAAA,GAAA,2BAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;CACN,YAAY;EACV,iBAAiBA,IAAAA,EAAE,OAAO;EAC1B,YAAYA,IAAAA,EAAE,OAAO;EACrB,cAAcA,IAAAA,EAAE,OAAO;CACzB;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const mopinion: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const mopinion: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id_2: z.ZodString;
|
|
12
|
+
}, z.core.$strip>>>;
|
|
3
13
|
//#endregion
|
|
4
14
|
export { mopinion };
|
|
5
15
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,QAAA,6BAAQ,GAAA,+BAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const mopinion: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const mopinion: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"mopinion", 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
|
+
generic_id_2: z.ZodString;
|
|
12
|
+
}, z.core.$strip>>>;
|
|
3
13
|
//#endregion
|
|
4
14
|
export { mopinion };
|
|
5
15
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,QAAA,6BAAQ,GAAA,+BAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const mopinion = defineApp({
|
|
4
5
|
slug: "mopinion",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
generic_api_key: z.string(),
|
|
9
|
+
generic_id: z.string(),
|
|
10
|
+
generic_id_2: z.string()
|
|
11
|
+
}
|
|
6
12
|
});
|
|
7
13
|
//#endregion
|
|
8
14
|
export { mopinion };
|
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 mopinion = defineApp({\n slug: \"mopinion\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
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 mopinion = defineApp({\n slug: \"mopinion\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n generic_id: z.string(),\n generic_id_2: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;CACN,YAAY;EACV,iBAAiB,EAAE,OAAO;EAC1B,YAAY,EAAE,OAAO;EACrB,cAAc,EAAE,OAAO;CACzB;AACF,CAAC"}
|