@keystrokehq/moco 0.1.3 → 0.1.4
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/create-account-custom-properties.d.cts +8 -8
- package/dist/actions/create-account-custom-properties.d.mts +8 -8
- package/dist/actions/create-comment.d.cts +8 -8
- package/dist/actions/create-comment.d.mts +8 -8
- package/dist/actions/create-comments-bulk.d.cts +6 -6
- package/dist/actions/create-comments-bulk.d.mts +6 -6
- package/dist/actions/create-schedule.d.cts +2 -2
- package/dist/actions/create-schedule.d.mts +2 -2
- package/dist/actions/create-tag.d.cts +5 -5
- package/dist/actions/create-tag.d.mts +5 -5
- package/dist/actions/delete-taggings.d.cts +5 -5
- package/dist/actions/delete-taggings.d.mts +5 -5
- package/dist/actions/get-tag.d.cts +4 -4
- package/dist/actions/get-tag.d.mts +4 -4
- package/dist/actions/get-taggings.d.cts +5 -5
- package/dist/actions/get-taggings.d.mts +5 -5
- package/dist/actions/get-tags.d.cts +5 -5
- package/dist/actions/get-tags.d.mts +5 -5
- package/dist/actions/list-custom-properties.d.cts +5 -5
- package/dist/actions/list-custom-properties.d.mts +5 -5
- package/dist/actions/offers-list.d.cts +2 -2
- package/dist/actions/offers-list.d.mts +2 -2
- package/dist/actions/patch-taggings.d.cts +5 -5
- package/dist/actions/patch-taggings.d.mts +5 -5
- package/dist/actions/project-create.d.cts +2 -2
- package/dist/actions/project-create.d.mts +2 -2
- package/dist/actions/project-update.d.cts +2 -2
- package/dist/actions/project-update.d.mts +2 -2
- package/dist/actions/update-schedule.d.cts +2 -2
- package/dist/actions/update-schedule.d.mts +2 -2
- package/dist/actions/update-taggings.d.cts +5 -5
- package/dist/actions/update-taggings.d.mts +5 -5
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -13,20 +13,20 @@ declare const MocoCreateAccountCustomPropertiesInput: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
name: z.ZodString;
|
|
15
15
|
entity: z.ZodEnum<{
|
|
16
|
+
Contact: "Contact";
|
|
16
17
|
Deal: "Deal";
|
|
17
18
|
Project: "Project";
|
|
19
|
+
User: "User";
|
|
20
|
+
Unit: "Unit";
|
|
21
|
+
Offer: "Offer";
|
|
22
|
+
Invoice: "Invoice";
|
|
23
|
+
Expense: "Expense";
|
|
24
|
+
Purchase: "Purchase";
|
|
18
25
|
Customer: "Customer";
|
|
19
26
|
Supplier: "Supplier";
|
|
20
27
|
Organization: "Organization";
|
|
21
|
-
Contact: "Contact";
|
|
22
|
-
Unit: "Unit";
|
|
23
|
-
User: "User";
|
|
24
28
|
AbsenceRequest: "AbsenceRequest";
|
|
25
29
|
HolidayRequest: "HolidayRequest";
|
|
26
|
-
Expense: "Expense";
|
|
27
|
-
Purchase: "Purchase";
|
|
28
|
-
Invoice: "Invoice";
|
|
29
|
-
Offer: "Offer";
|
|
30
30
|
ProjectGroup: "ProjectGroup";
|
|
31
31
|
PurchaseOrder: "PurchaseOrder";
|
|
32
32
|
}>;
|
|
@@ -59,7 +59,7 @@ declare const MocoCreateAccountCustomPropertiesOutput: z.ZodObject<{
|
|
|
59
59
|
declare const mocoCreateAccountCustomProperties: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
60
60
|
kind: "String" | "Textarea" | "Link" | "Boolean" | "Select" | "MultiSelect" | "Date";
|
|
61
61
|
name: string;
|
|
62
|
-
entity: "
|
|
62
|
+
entity: "Contact" | "Deal" | "Project" | "User" | "Unit" | "Offer" | "Invoice" | "Expense" | "Purchase" | "Customer" | "Supplier" | "Organization" | "AbsenceRequest" | "HolidayRequest" | "ProjectGroup" | "PurchaseOrder";
|
|
63
63
|
api_only?: boolean | undefined;
|
|
64
64
|
defaults?: string[] | undefined;
|
|
65
65
|
placeholder?: string | undefined;
|
|
@@ -13,20 +13,20 @@ declare const MocoCreateAccountCustomPropertiesInput: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
name: z.ZodString;
|
|
15
15
|
entity: z.ZodEnum<{
|
|
16
|
+
Contact: "Contact";
|
|
16
17
|
Deal: "Deal";
|
|
17
18
|
Project: "Project";
|
|
19
|
+
User: "User";
|
|
20
|
+
Unit: "Unit";
|
|
21
|
+
Offer: "Offer";
|
|
22
|
+
Invoice: "Invoice";
|
|
23
|
+
Expense: "Expense";
|
|
24
|
+
Purchase: "Purchase";
|
|
18
25
|
Customer: "Customer";
|
|
19
26
|
Supplier: "Supplier";
|
|
20
27
|
Organization: "Organization";
|
|
21
|
-
Contact: "Contact";
|
|
22
|
-
Unit: "Unit";
|
|
23
|
-
User: "User";
|
|
24
28
|
AbsenceRequest: "AbsenceRequest";
|
|
25
29
|
HolidayRequest: "HolidayRequest";
|
|
26
|
-
Expense: "Expense";
|
|
27
|
-
Purchase: "Purchase";
|
|
28
|
-
Invoice: "Invoice";
|
|
29
|
-
Offer: "Offer";
|
|
30
30
|
ProjectGroup: "ProjectGroup";
|
|
31
31
|
PurchaseOrder: "PurchaseOrder";
|
|
32
32
|
}>;
|
|
@@ -59,7 +59,7 @@ declare const MocoCreateAccountCustomPropertiesOutput: z.ZodObject<{
|
|
|
59
59
|
declare const mocoCreateAccountCustomProperties: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
60
60
|
kind: "String" | "Textarea" | "Link" | "Boolean" | "Select" | "MultiSelect" | "Date";
|
|
61
61
|
name: string;
|
|
62
|
-
entity: "
|
|
62
|
+
entity: "Contact" | "Deal" | "Project" | "User" | "Unit" | "Offer" | "Invoice" | "Expense" | "Purchase" | "Customer" | "Supplier" | "Organization" | "AbsenceRequest" | "HolidayRequest" | "ProjectGroup" | "PurchaseOrder";
|
|
63
63
|
api_only?: boolean | undefined;
|
|
64
64
|
defaults?: string[] | undefined;
|
|
65
65
|
placeholder?: string | undefined;
|
|
@@ -5,24 +5,24 @@ declare const MocoCreateCommentInput: z.ZodObject<{
|
|
|
5
5
|
text: z.ZodString;
|
|
6
6
|
commentable_id: z.ZodNumber;
|
|
7
7
|
commentable_type: z.ZodEnum<{
|
|
8
|
+
Contact: "Contact";
|
|
8
9
|
Deal: "Deal";
|
|
10
|
+
DeliveryNote: "DeliveryNote";
|
|
9
11
|
Project: "Project";
|
|
10
|
-
Contact: "Contact";
|
|
11
|
-
Unit: "Unit";
|
|
12
12
|
User: "User";
|
|
13
|
-
|
|
14
|
-
Purchase: "Purchase";
|
|
15
|
-
Invoice: "Invoice";
|
|
16
|
-
Offer: "Offer";
|
|
17
|
-
DeliveryNote: "DeliveryNote";
|
|
13
|
+
Unit: "Unit";
|
|
18
14
|
Company: "Company";
|
|
15
|
+
Offer: "Offer";
|
|
19
16
|
OfferConfirmation: "OfferConfirmation";
|
|
17
|
+
Invoice: "Invoice";
|
|
20
18
|
InvoiceReminder: "InvoiceReminder";
|
|
21
19
|
InvoiceDeletion: "InvoiceDeletion";
|
|
22
20
|
InvoiceBookkeepingExport: "InvoiceBookkeepingExport";
|
|
21
|
+
Expense: "Expense";
|
|
23
22
|
RecurringExpense: "RecurringExpense";
|
|
24
23
|
Receipt: "Receipt";
|
|
25
24
|
ReceiptRefundRequest: "ReceiptRefundRequest";
|
|
25
|
+
Purchase: "Purchase";
|
|
26
26
|
PurchaseBookkeepingExport: "PurchaseBookkeepingExport";
|
|
27
27
|
PurchaseDraft: "PurchaseDraft";
|
|
28
28
|
}>;
|
|
@@ -48,7 +48,7 @@ declare const MocoCreateCommentOutput: z.ZodObject<{
|
|
|
48
48
|
declare const mocoCreateComment: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
49
49
|
text: string;
|
|
50
50
|
commentable_id: number;
|
|
51
|
-
commentable_type: "
|
|
51
|
+
commentable_type: "Contact" | "Deal" | "DeliveryNote" | "Project" | "User" | "Unit" | "Company" | "Offer" | "OfferConfirmation" | "Invoice" | "InvoiceReminder" | "InvoiceDeletion" | "InvoiceBookkeepingExport" | "Expense" | "RecurringExpense" | "Receipt" | "ReceiptRefundRequest" | "Purchase" | "PurchaseBookkeepingExport" | "PurchaseDraft";
|
|
52
52
|
attachment_content?: string | undefined;
|
|
53
53
|
attachment_filename?: string | undefined;
|
|
54
54
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
@@ -5,24 +5,24 @@ declare const MocoCreateCommentInput: z.ZodObject<{
|
|
|
5
5
|
text: z.ZodString;
|
|
6
6
|
commentable_id: z.ZodNumber;
|
|
7
7
|
commentable_type: z.ZodEnum<{
|
|
8
|
+
Contact: "Contact";
|
|
8
9
|
Deal: "Deal";
|
|
10
|
+
DeliveryNote: "DeliveryNote";
|
|
9
11
|
Project: "Project";
|
|
10
|
-
Contact: "Contact";
|
|
11
|
-
Unit: "Unit";
|
|
12
12
|
User: "User";
|
|
13
|
-
|
|
14
|
-
Purchase: "Purchase";
|
|
15
|
-
Invoice: "Invoice";
|
|
16
|
-
Offer: "Offer";
|
|
17
|
-
DeliveryNote: "DeliveryNote";
|
|
13
|
+
Unit: "Unit";
|
|
18
14
|
Company: "Company";
|
|
15
|
+
Offer: "Offer";
|
|
19
16
|
OfferConfirmation: "OfferConfirmation";
|
|
17
|
+
Invoice: "Invoice";
|
|
20
18
|
InvoiceReminder: "InvoiceReminder";
|
|
21
19
|
InvoiceDeletion: "InvoiceDeletion";
|
|
22
20
|
InvoiceBookkeepingExport: "InvoiceBookkeepingExport";
|
|
21
|
+
Expense: "Expense";
|
|
23
22
|
RecurringExpense: "RecurringExpense";
|
|
24
23
|
Receipt: "Receipt";
|
|
25
24
|
ReceiptRefundRequest: "ReceiptRefundRequest";
|
|
25
|
+
Purchase: "Purchase";
|
|
26
26
|
PurchaseBookkeepingExport: "PurchaseBookkeepingExport";
|
|
27
27
|
PurchaseDraft: "PurchaseDraft";
|
|
28
28
|
}>;
|
|
@@ -48,7 +48,7 @@ declare const MocoCreateCommentOutput: z.ZodObject<{
|
|
|
48
48
|
declare const mocoCreateComment: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
49
49
|
text: string;
|
|
50
50
|
commentable_id: number;
|
|
51
|
-
commentable_type: "
|
|
51
|
+
commentable_type: "Contact" | "Deal" | "DeliveryNote" | "Project" | "User" | "Unit" | "Company" | "Offer" | "OfferConfirmation" | "Invoice" | "InvoiceReminder" | "InvoiceDeletion" | "InvoiceBookkeepingExport" | "Expense" | "RecurringExpense" | "Receipt" | "ReceiptRefundRequest" | "Purchase" | "PurchaseBookkeepingExport" | "PurchaseDraft";
|
|
52
52
|
attachment_content?: string | undefined;
|
|
53
53
|
attachment_filename?: string | undefined;
|
|
54
54
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
@@ -6,16 +6,16 @@ declare const MocoCreateCommentsBulkInput: z.ZodObject<{
|
|
|
6
6
|
created_at: z.ZodOptional<z.ZodString>;
|
|
7
7
|
commentable_ids: z.ZodArray<z.ZodNumber>;
|
|
8
8
|
commentable_type: z.ZodEnum<{
|
|
9
|
+
Contact: "Contact";
|
|
9
10
|
Deal: "Deal";
|
|
11
|
+
DeliveryNote: "DeliveryNote";
|
|
10
12
|
Project: "Project";
|
|
11
|
-
Contact: "Contact";
|
|
12
|
-
Unit: "Unit";
|
|
13
13
|
User: "User";
|
|
14
|
-
|
|
15
|
-
Offer: "Offer";
|
|
16
|
-
DeliveryNote: "DeliveryNote";
|
|
14
|
+
Unit: "Unit";
|
|
17
15
|
Company: "Company";
|
|
16
|
+
Offer: "Offer";
|
|
18
17
|
OfferConfirmation: "OfferConfirmation";
|
|
18
|
+
Invoice: "Invoice";
|
|
19
19
|
}>;
|
|
20
20
|
attachment_content: z.ZodOptional<z.ZodString>;
|
|
21
21
|
attachment_filename: z.ZodOptional<z.ZodString>;
|
|
@@ -39,7 +39,7 @@ declare const MocoCreateCommentsBulkOutput: z.ZodObject<{
|
|
|
39
39
|
declare const mocoCreateCommentsBulk: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
40
40
|
text: string;
|
|
41
41
|
commentable_ids: number[];
|
|
42
|
-
commentable_type: "
|
|
42
|
+
commentable_type: "Contact" | "Deal" | "DeliveryNote" | "Project" | "User" | "Unit" | "Company" | "Offer" | "OfferConfirmation" | "Invoice";
|
|
43
43
|
created_at?: string | undefined;
|
|
44
44
|
attachment_content?: string | undefined;
|
|
45
45
|
attachment_filename?: string | undefined;
|
|
@@ -6,16 +6,16 @@ declare const MocoCreateCommentsBulkInput: z.ZodObject<{
|
|
|
6
6
|
created_at: z.ZodOptional<z.ZodString>;
|
|
7
7
|
commentable_ids: z.ZodArray<z.ZodNumber>;
|
|
8
8
|
commentable_type: z.ZodEnum<{
|
|
9
|
+
Contact: "Contact";
|
|
9
10
|
Deal: "Deal";
|
|
11
|
+
DeliveryNote: "DeliveryNote";
|
|
10
12
|
Project: "Project";
|
|
11
|
-
Contact: "Contact";
|
|
12
|
-
Unit: "Unit";
|
|
13
13
|
User: "User";
|
|
14
|
-
|
|
15
|
-
Offer: "Offer";
|
|
16
|
-
DeliveryNote: "DeliveryNote";
|
|
14
|
+
Unit: "Unit";
|
|
17
15
|
Company: "Company";
|
|
16
|
+
Offer: "Offer";
|
|
18
17
|
OfferConfirmation: "OfferConfirmation";
|
|
18
|
+
Invoice: "Invoice";
|
|
19
19
|
}>;
|
|
20
20
|
attachment_content: z.ZodOptional<z.ZodString>;
|
|
21
21
|
attachment_filename: z.ZodOptional<z.ZodString>;
|
|
@@ -39,7 +39,7 @@ declare const MocoCreateCommentsBulkOutput: z.ZodObject<{
|
|
|
39
39
|
declare const mocoCreateCommentsBulk: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
40
40
|
text: string;
|
|
41
41
|
commentable_ids: number[];
|
|
42
|
-
commentable_type: "
|
|
42
|
+
commentable_type: "Contact" | "Deal" | "DeliveryNote" | "Project" | "User" | "Unit" | "Company" | "Offer" | "OfferConfirmation" | "Invoice";
|
|
43
43
|
created_at?: string | undefined;
|
|
44
44
|
attachment_content?: string | undefined;
|
|
45
45
|
attachment_filename?: string | undefined;
|
|
@@ -6,7 +6,6 @@ declare const MocoCreateScheduleInput: z.ZodObject<{
|
|
|
6
6
|
pm: z.ZodOptional<z.ZodBoolean>;
|
|
7
7
|
date: z.ZodString;
|
|
8
8
|
symbol: z.ZodOptional<z.ZodEnum<{
|
|
9
|
-
users: "users";
|
|
10
9
|
home: "home";
|
|
11
10
|
building: "building";
|
|
12
11
|
car: "car";
|
|
@@ -14,6 +13,7 @@ declare const MocoCreateScheduleInput: z.ZodObject<{
|
|
|
14
13
|
cocktail: "cocktail";
|
|
15
14
|
bells: "bells";
|
|
16
15
|
baby_carriage: "baby_carriage";
|
|
16
|
+
users: "users";
|
|
17
17
|
moon: "moon";
|
|
18
18
|
info_circle: "info_circle";
|
|
19
19
|
dot_circle: "dot_circle";
|
|
@@ -58,7 +58,7 @@ declare const mocoCreateSchedule: import("@keystrokehq/action").WorkflowActionDe
|
|
|
58
58
|
absence_code: "unplannable" | "public_holiday" | "sick_day" | "holiday" | "absence";
|
|
59
59
|
am?: boolean | undefined;
|
|
60
60
|
pm?: boolean | undefined;
|
|
61
|
-
symbol?: "
|
|
61
|
+
symbol?: "home" | "building" | "car" | "graduation_cap" | "cocktail" | "bells" | "baby_carriage" | "users" | "moon" | "info_circle" | "dot_circle" | "exclamation_mark" | undefined;
|
|
62
62
|
comment?: string | undefined;
|
|
63
63
|
user_id?: number | undefined;
|
|
64
64
|
overwrite?: boolean | undefined;
|
|
@@ -6,7 +6,6 @@ declare const MocoCreateScheduleInput: z.ZodObject<{
|
|
|
6
6
|
pm: z.ZodOptional<z.ZodBoolean>;
|
|
7
7
|
date: z.ZodString;
|
|
8
8
|
symbol: z.ZodOptional<z.ZodEnum<{
|
|
9
|
-
users: "users";
|
|
10
9
|
home: "home";
|
|
11
10
|
building: "building";
|
|
12
11
|
car: "car";
|
|
@@ -14,6 +13,7 @@ declare const MocoCreateScheduleInput: z.ZodObject<{
|
|
|
14
13
|
cocktail: "cocktail";
|
|
15
14
|
bells: "bells";
|
|
16
15
|
baby_carriage: "baby_carriage";
|
|
16
|
+
users: "users";
|
|
17
17
|
moon: "moon";
|
|
18
18
|
info_circle: "info_circle";
|
|
19
19
|
dot_circle: "dot_circle";
|
|
@@ -58,7 +58,7 @@ declare const mocoCreateSchedule: import("@keystrokehq/action").WorkflowActionDe
|
|
|
58
58
|
absence_code: "unplannable" | "public_holiday" | "sick_day" | "holiday" | "absence";
|
|
59
59
|
am?: boolean | undefined;
|
|
60
60
|
pm?: boolean | undefined;
|
|
61
|
-
symbol?: "
|
|
61
|
+
symbol?: "home" | "building" | "car" | "graduation_cap" | "cocktail" | "bells" | "baby_carriage" | "users" | "moon" | "info_circle" | "dot_circle" | "exclamation_mark" | undefined;
|
|
62
62
|
comment?: string | undefined;
|
|
63
63
|
user_id?: number | undefined;
|
|
64
64
|
overwrite?: boolean | undefined;
|
|
@@ -5,14 +5,14 @@ declare const MocoCreateTagInput: z.ZodObject<{
|
|
|
5
5
|
name: z.ZodString;
|
|
6
6
|
color: z.ZodOptional<z.ZodString>;
|
|
7
7
|
context: z.ZodEnum<{
|
|
8
|
+
Contact: "Contact";
|
|
8
9
|
Deal: "Deal";
|
|
9
10
|
Project: "Project";
|
|
10
|
-
Contact: "Contact";
|
|
11
11
|
User: "User";
|
|
12
|
-
Purchase: "Purchase";
|
|
13
|
-
Invoice: "Invoice";
|
|
14
|
-
Offer: "Offer";
|
|
15
12
|
Company: "Company";
|
|
13
|
+
Offer: "Offer";
|
|
14
|
+
Invoice: "Invoice";
|
|
15
|
+
Purchase: "Purchase";
|
|
16
16
|
}>;
|
|
17
17
|
}, z.core.$strip>;
|
|
18
18
|
declare const MocoCreateTagOutput: z.ZodObject<{
|
|
@@ -25,7 +25,7 @@ declare const MocoCreateTagOutput: z.ZodObject<{
|
|
|
25
25
|
}, z.core.$loose>;
|
|
26
26
|
declare const mocoCreateTag: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
name: string;
|
|
28
|
-
context: "
|
|
28
|
+
context: "Contact" | "Deal" | "Project" | "User" | "Company" | "Offer" | "Invoice" | "Purchase";
|
|
29
29
|
color?: string | undefined;
|
|
30
30
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
31
31
|
//#endregion
|
|
@@ -5,14 +5,14 @@ declare const MocoCreateTagInput: z.ZodObject<{
|
|
|
5
5
|
name: z.ZodString;
|
|
6
6
|
color: z.ZodOptional<z.ZodString>;
|
|
7
7
|
context: z.ZodEnum<{
|
|
8
|
+
Contact: "Contact";
|
|
8
9
|
Deal: "Deal";
|
|
9
10
|
Project: "Project";
|
|
10
|
-
Contact: "Contact";
|
|
11
11
|
User: "User";
|
|
12
|
-
Purchase: "Purchase";
|
|
13
|
-
Invoice: "Invoice";
|
|
14
|
-
Offer: "Offer";
|
|
15
12
|
Company: "Company";
|
|
13
|
+
Offer: "Offer";
|
|
14
|
+
Invoice: "Invoice";
|
|
15
|
+
Purchase: "Purchase";
|
|
16
16
|
}>;
|
|
17
17
|
}, z.core.$strip>;
|
|
18
18
|
declare const MocoCreateTagOutput: z.ZodObject<{
|
|
@@ -25,7 +25,7 @@ declare const MocoCreateTagOutput: z.ZodObject<{
|
|
|
25
25
|
}, z.core.$loose>;
|
|
26
26
|
declare const mocoCreateTag: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
name: string;
|
|
28
|
-
context: "
|
|
28
|
+
context: "Contact" | "Deal" | "Project" | "User" | "Company" | "Offer" | "Invoice" | "Purchase";
|
|
29
29
|
color?: string | undefined;
|
|
30
30
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
31
31
|
//#endregion
|
|
@@ -4,14 +4,14 @@ import { z } from "zod";
|
|
|
4
4
|
declare const MocoDeleteTaggingsInput: z.ZodObject<{
|
|
5
5
|
tags: z.ZodArray<z.ZodString>;
|
|
6
6
|
entity: z.ZodEnum<{
|
|
7
|
+
Contact: "Contact";
|
|
7
8
|
Deal: "Deal";
|
|
8
9
|
Project: "Project";
|
|
9
|
-
Contact: "Contact";
|
|
10
10
|
User: "User";
|
|
11
|
-
Purchase: "Purchase";
|
|
12
|
-
Invoice: "Invoice";
|
|
13
|
-
Offer: "Offer";
|
|
14
11
|
Company: "Company";
|
|
12
|
+
Offer: "Offer";
|
|
13
|
+
Invoice: "Invoice";
|
|
14
|
+
Purchase: "Purchase";
|
|
15
15
|
}>;
|
|
16
16
|
entity_id: z.ZodNumber;
|
|
17
17
|
}, z.core.$strip>;
|
|
@@ -20,7 +20,7 @@ declare const MocoDeleteTaggingsOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const mocoDeleteTaggings: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
tags: string[];
|
|
23
|
-
entity: "
|
|
23
|
+
entity: "Contact" | "Deal" | "Project" | "User" | "Company" | "Offer" | "Invoice" | "Purchase";
|
|
24
24
|
entity_id: number;
|
|
25
25
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
26
26
|
//#endregion
|
|
@@ -4,14 +4,14 @@ import { z } from "zod";
|
|
|
4
4
|
declare const MocoDeleteTaggingsInput: z.ZodObject<{
|
|
5
5
|
tags: z.ZodArray<z.ZodString>;
|
|
6
6
|
entity: z.ZodEnum<{
|
|
7
|
+
Contact: "Contact";
|
|
7
8
|
Deal: "Deal";
|
|
8
9
|
Project: "Project";
|
|
9
|
-
Contact: "Contact";
|
|
10
10
|
User: "User";
|
|
11
|
-
Purchase: "Purchase";
|
|
12
|
-
Invoice: "Invoice";
|
|
13
|
-
Offer: "Offer";
|
|
14
11
|
Company: "Company";
|
|
12
|
+
Offer: "Offer";
|
|
13
|
+
Invoice: "Invoice";
|
|
14
|
+
Purchase: "Purchase";
|
|
15
15
|
}>;
|
|
16
16
|
entity_id: z.ZodNumber;
|
|
17
17
|
}, z.core.$strip>;
|
|
@@ -20,7 +20,7 @@ declare const MocoDeleteTaggingsOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const mocoDeleteTaggings: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
tags: string[];
|
|
23
|
-
entity: "
|
|
23
|
+
entity: "Contact" | "Deal" | "Project" | "User" | "Company" | "Offer" | "Invoice" | "Purchase";
|
|
24
24
|
entity_id: number;
|
|
25
25
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
26
26
|
//#endregion
|
|
@@ -9,14 +9,14 @@ declare const MocoGetTagOutput: z.ZodObject<{
|
|
|
9
9
|
name: z.ZodNullable<z.ZodString>;
|
|
10
10
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
11
|
context: z.ZodNullable<z.ZodEnum<{
|
|
12
|
+
Contact: "Contact";
|
|
12
13
|
Deal: "Deal";
|
|
13
14
|
Project: "Project";
|
|
14
|
-
Contact: "Contact";
|
|
15
15
|
User: "User";
|
|
16
|
-
Purchase: "Purchase";
|
|
17
|
-
Invoice: "Invoice";
|
|
18
|
-
Offer: "Offer";
|
|
19
16
|
Company: "Company";
|
|
17
|
+
Offer: "Offer";
|
|
18
|
+
Invoice: "Invoice";
|
|
19
|
+
Purchase: "Purchase";
|
|
20
20
|
}>>;
|
|
21
21
|
created_at: z.ZodNullable<z.ZodString>;
|
|
22
22
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
@@ -9,14 +9,14 @@ declare const MocoGetTagOutput: z.ZodObject<{
|
|
|
9
9
|
name: z.ZodNullable<z.ZodString>;
|
|
10
10
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
11
|
context: z.ZodNullable<z.ZodEnum<{
|
|
12
|
+
Contact: "Contact";
|
|
12
13
|
Deal: "Deal";
|
|
13
14
|
Project: "Project";
|
|
14
|
-
Contact: "Contact";
|
|
15
15
|
User: "User";
|
|
16
|
-
Purchase: "Purchase";
|
|
17
|
-
Invoice: "Invoice";
|
|
18
|
-
Offer: "Offer";
|
|
19
16
|
Company: "Company";
|
|
17
|
+
Offer: "Offer";
|
|
18
|
+
Invoice: "Invoice";
|
|
19
|
+
Purchase: "Purchase";
|
|
20
20
|
}>>;
|
|
21
21
|
created_at: z.ZodNullable<z.ZodString>;
|
|
22
22
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
@@ -3,14 +3,14 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-taggings.d.ts
|
|
4
4
|
declare const MocoGetTaggingsInput: z.ZodObject<{
|
|
5
5
|
entity: z.ZodEnum<{
|
|
6
|
+
Contact: "Contact";
|
|
6
7
|
Deal: "Deal";
|
|
7
8
|
Project: "Project";
|
|
8
|
-
Contact: "Contact";
|
|
9
9
|
User: "User";
|
|
10
|
-
Purchase: "Purchase";
|
|
11
|
-
Invoice: "Invoice";
|
|
12
|
-
Offer: "Offer";
|
|
13
10
|
Company: "Company";
|
|
11
|
+
Offer: "Offer";
|
|
12
|
+
Invoice: "Invoice";
|
|
13
|
+
Purchase: "Purchase";
|
|
14
14
|
}>;
|
|
15
15
|
entity_id: z.ZodNumber;
|
|
16
16
|
}, z.core.$strip>;
|
|
@@ -18,7 +18,7 @@ declare const MocoGetTaggingsOutput: z.ZodObject<{
|
|
|
18
18
|
tags: z.ZodArray<z.ZodString>;
|
|
19
19
|
}, z.core.$loose>;
|
|
20
20
|
declare const mocoGetTaggings: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
21
|
-
entity: "
|
|
21
|
+
entity: "Contact" | "Deal" | "Project" | "User" | "Company" | "Offer" | "Invoice" | "Purchase";
|
|
22
22
|
entity_id: number;
|
|
23
23
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
24
24
|
//#endregion
|
|
@@ -3,14 +3,14 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-taggings.d.ts
|
|
4
4
|
declare const MocoGetTaggingsInput: z.ZodObject<{
|
|
5
5
|
entity: z.ZodEnum<{
|
|
6
|
+
Contact: "Contact";
|
|
6
7
|
Deal: "Deal";
|
|
7
8
|
Project: "Project";
|
|
8
|
-
Contact: "Contact";
|
|
9
9
|
User: "User";
|
|
10
|
-
Purchase: "Purchase";
|
|
11
|
-
Invoice: "Invoice";
|
|
12
|
-
Offer: "Offer";
|
|
13
10
|
Company: "Company";
|
|
11
|
+
Offer: "Offer";
|
|
12
|
+
Invoice: "Invoice";
|
|
13
|
+
Purchase: "Purchase";
|
|
14
14
|
}>;
|
|
15
15
|
entity_id: z.ZodNumber;
|
|
16
16
|
}, z.core.$strip>;
|
|
@@ -18,7 +18,7 @@ declare const MocoGetTaggingsOutput: z.ZodObject<{
|
|
|
18
18
|
tags: z.ZodArray<z.ZodString>;
|
|
19
19
|
}, z.core.$loose>;
|
|
20
20
|
declare const mocoGetTaggings: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
21
|
-
entity: "
|
|
21
|
+
entity: "Contact" | "Deal" | "Project" | "User" | "Company" | "Offer" | "Invoice" | "Purchase";
|
|
22
22
|
entity_id: number;
|
|
23
23
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
24
24
|
//#endregion
|
|
@@ -3,14 +3,14 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-tags.d.ts
|
|
4
4
|
declare const MocoGetTagsInput: z.ZodObject<{
|
|
5
5
|
context: z.ZodOptional<z.ZodEnum<{
|
|
6
|
+
Contact: "Contact";
|
|
6
7
|
Deal: "Deal";
|
|
7
8
|
Project: "Project";
|
|
8
|
-
Contact: "Contact";
|
|
9
9
|
User: "User";
|
|
10
|
-
Purchase: "Purchase";
|
|
11
|
-
Invoice: "Invoice";
|
|
12
|
-
Offer: "Offer";
|
|
13
10
|
Company: "Company";
|
|
11
|
+
Offer: "Offer";
|
|
12
|
+
Invoice: "Invoice";
|
|
13
|
+
Purchase: "Purchase";
|
|
14
14
|
}>>;
|
|
15
15
|
}, z.core.$strip>;
|
|
16
16
|
declare const MocoGetTagsOutput: z.ZodObject<{
|
|
@@ -24,7 +24,7 @@ declare const MocoGetTagsOutput: z.ZodObject<{
|
|
|
24
24
|
}, z.core.$loose>>;
|
|
25
25
|
}, z.core.$loose>;
|
|
26
26
|
declare const mocoGetTags: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
|
-
context?: "
|
|
27
|
+
context?: "Contact" | "Deal" | "Project" | "User" | "Company" | "Offer" | "Invoice" | "Purchase" | undefined;
|
|
28
28
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { mocoGetTags };
|
|
@@ -3,14 +3,14 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-tags.d.ts
|
|
4
4
|
declare const MocoGetTagsInput: z.ZodObject<{
|
|
5
5
|
context: z.ZodOptional<z.ZodEnum<{
|
|
6
|
+
Contact: "Contact";
|
|
6
7
|
Deal: "Deal";
|
|
7
8
|
Project: "Project";
|
|
8
|
-
Contact: "Contact";
|
|
9
9
|
User: "User";
|
|
10
|
-
Purchase: "Purchase";
|
|
11
|
-
Invoice: "Invoice";
|
|
12
|
-
Offer: "Offer";
|
|
13
10
|
Company: "Company";
|
|
11
|
+
Offer: "Offer";
|
|
12
|
+
Invoice: "Invoice";
|
|
13
|
+
Purchase: "Purchase";
|
|
14
14
|
}>>;
|
|
15
15
|
}, z.core.$strip>;
|
|
16
16
|
declare const MocoGetTagsOutput: z.ZodObject<{
|
|
@@ -24,7 +24,7 @@ declare const MocoGetTagsOutput: z.ZodObject<{
|
|
|
24
24
|
}, z.core.$loose>>;
|
|
25
25
|
}, z.core.$loose>;
|
|
26
26
|
declare const mocoGetTags: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
|
-
context?: "
|
|
27
|
+
context?: "Contact" | "Deal" | "Project" | "User" | "Company" | "Offer" | "Invoice" | "Purchase" | undefined;
|
|
28
28
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { mocoGetTags };
|
|
@@ -3,13 +3,13 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/list-custom-properties.d.ts
|
|
4
4
|
declare const MocoListCustomPropertiesInput: z.ZodObject<{
|
|
5
5
|
entity: z.ZodOptional<z.ZodEnum<{
|
|
6
|
+
Contact: "Contact";
|
|
6
7
|
Deal: "Deal";
|
|
7
8
|
Project: "Project";
|
|
8
|
-
Contact: "Contact";
|
|
9
|
-
Purchase: "Purchase";
|
|
10
|
-
Invoice: "Invoice";
|
|
11
|
-
Offer: "Offer";
|
|
12
9
|
Company: "Company";
|
|
10
|
+
Offer: "Offer";
|
|
11
|
+
Invoice: "Invoice";
|
|
12
|
+
Purchase: "Purchase";
|
|
13
13
|
}>>;
|
|
14
14
|
}, z.core.$strip>;
|
|
15
15
|
declare const MocoListCustomPropertiesOutput: z.ZodObject<{
|
|
@@ -31,7 +31,7 @@ declare const MocoListCustomPropertiesOutput: z.ZodObject<{
|
|
|
31
31
|
}, z.core.$loose>>;
|
|
32
32
|
}, z.core.$loose>;
|
|
33
33
|
declare const mocoListCustomProperties: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
34
|
-
entity?: "
|
|
34
|
+
entity?: "Contact" | "Deal" | "Project" | "Company" | "Offer" | "Invoice" | "Purchase" | undefined;
|
|
35
35
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
36
36
|
//#endregion
|
|
37
37
|
export { mocoListCustomProperties };
|
|
@@ -3,13 +3,13 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/list-custom-properties.d.ts
|
|
4
4
|
declare const MocoListCustomPropertiesInput: z.ZodObject<{
|
|
5
5
|
entity: z.ZodOptional<z.ZodEnum<{
|
|
6
|
+
Contact: "Contact";
|
|
6
7
|
Deal: "Deal";
|
|
7
8
|
Project: "Project";
|
|
8
|
-
Contact: "Contact";
|
|
9
|
-
Purchase: "Purchase";
|
|
10
|
-
Invoice: "Invoice";
|
|
11
|
-
Offer: "Offer";
|
|
12
9
|
Company: "Company";
|
|
10
|
+
Offer: "Offer";
|
|
11
|
+
Invoice: "Invoice";
|
|
12
|
+
Purchase: "Purchase";
|
|
13
13
|
}>>;
|
|
14
14
|
}, z.core.$strip>;
|
|
15
15
|
declare const MocoListCustomPropertiesOutput: z.ZodObject<{
|
|
@@ -31,7 +31,7 @@ declare const MocoListCustomPropertiesOutput: z.ZodObject<{
|
|
|
31
31
|
}, z.core.$loose>>;
|
|
32
32
|
}, z.core.$loose>;
|
|
33
33
|
declare const mocoListCustomProperties: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
34
|
-
entity?: "
|
|
34
|
+
entity?: "Contact" | "Deal" | "Project" | "Company" | "Offer" | "Invoice" | "Purchase" | undefined;
|
|
35
35
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
36
36
|
//#endregion
|
|
37
37
|
export { mocoListCustomProperties };
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const MocoOffersListInput: z.ZodObject<{
|
|
5
5
|
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
6
|
sort: z.ZodOptional<z.ZodEnum<{
|
|
7
|
-
date: "date";
|
|
8
7
|
created_at: "created_at";
|
|
8
|
+
date: "date";
|
|
9
9
|
title: "title";
|
|
10
10
|
}>>;
|
|
11
11
|
status: z.ZodOptional<z.ZodEnum<{
|
|
@@ -92,7 +92,7 @@ declare const MocoOffersListOutput: z.ZodObject<{
|
|
|
92
92
|
}, z.core.$loose>;
|
|
93
93
|
declare const mocoOffersList: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
94
94
|
page?: number | undefined;
|
|
95
|
-
sort?: "
|
|
95
|
+
sort?: "created_at" | "date" | "title" | undefined;
|
|
96
96
|
status?: "billed" | "created" | "sent" | "accepted" | "partially_billed" | "archived" | undefined;
|
|
97
97
|
deal_id?: string | undefined;
|
|
98
98
|
to_date?: string | undefined;
|
|
@@ -4,8 +4,8 @@ import { z } from "zod";
|
|
|
4
4
|
declare const MocoOffersListInput: z.ZodObject<{
|
|
5
5
|
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
6
|
sort: z.ZodOptional<z.ZodEnum<{
|
|
7
|
-
date: "date";
|
|
8
7
|
created_at: "created_at";
|
|
8
|
+
date: "date";
|
|
9
9
|
title: "title";
|
|
10
10
|
}>>;
|
|
11
11
|
status: z.ZodOptional<z.ZodEnum<{
|
|
@@ -92,7 +92,7 @@ declare const MocoOffersListOutput: z.ZodObject<{
|
|
|
92
92
|
}, z.core.$loose>;
|
|
93
93
|
declare const mocoOffersList: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
94
94
|
page?: number | undefined;
|
|
95
|
-
sort?: "
|
|
95
|
+
sort?: "created_at" | "date" | "title" | undefined;
|
|
96
96
|
status?: "billed" | "created" | "sent" | "accepted" | "partially_billed" | "archived" | undefined;
|
|
97
97
|
deal_id?: string | undefined;
|
|
98
98
|
to_date?: string | undefined;
|
|
@@ -4,14 +4,14 @@ import { z } from "zod";
|
|
|
4
4
|
declare const MocoPatchTaggingsInput: z.ZodObject<{
|
|
5
5
|
tags: z.ZodArray<z.ZodString>;
|
|
6
6
|
entity: z.ZodEnum<{
|
|
7
|
+
Contact: "Contact";
|
|
7
8
|
Deal: "Deal";
|
|
8
9
|
Project: "Project";
|
|
9
|
-
Contact: "Contact";
|
|
10
10
|
User: "User";
|
|
11
|
-
Purchase: "Purchase";
|
|
12
|
-
Invoice: "Invoice";
|
|
13
|
-
Offer: "Offer";
|
|
14
11
|
Company: "Company";
|
|
12
|
+
Offer: "Offer";
|
|
13
|
+
Invoice: "Invoice";
|
|
14
|
+
Purchase: "Purchase";
|
|
15
15
|
}>;
|
|
16
16
|
entity_id: z.ZodNumber;
|
|
17
17
|
}, z.core.$strip>;
|
|
@@ -20,7 +20,7 @@ declare const MocoPatchTaggingsOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const mocoPatchTaggings: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
tags: string[];
|
|
23
|
-
entity: "
|
|
23
|
+
entity: "Contact" | "Deal" | "Project" | "User" | "Company" | "Offer" | "Invoice" | "Purchase";
|
|
24
24
|
entity_id: number;
|
|
25
25
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
26
26
|
//#endregion
|
|
@@ -4,14 +4,14 @@ import { z } from "zod";
|
|
|
4
4
|
declare const MocoPatchTaggingsInput: z.ZodObject<{
|
|
5
5
|
tags: z.ZodArray<z.ZodString>;
|
|
6
6
|
entity: z.ZodEnum<{
|
|
7
|
+
Contact: "Contact";
|
|
7
8
|
Deal: "Deal";
|
|
8
9
|
Project: "Project";
|
|
9
|
-
Contact: "Contact";
|
|
10
10
|
User: "User";
|
|
11
|
-
Purchase: "Purchase";
|
|
12
|
-
Invoice: "Invoice";
|
|
13
|
-
Offer: "Offer";
|
|
14
11
|
Company: "Company";
|
|
12
|
+
Offer: "Offer";
|
|
13
|
+
Invoice: "Invoice";
|
|
14
|
+
Purchase: "Purchase";
|
|
15
15
|
}>;
|
|
16
16
|
entity_id: z.ZodNumber;
|
|
17
17
|
}, z.core.$strip>;
|
|
@@ -20,7 +20,7 @@ declare const MocoPatchTaggingsOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const mocoPatchTaggings: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
tags: string[];
|
|
23
|
-
entity: "
|
|
23
|
+
entity: "Contact" | "Deal" | "Project" | "User" | "Company" | "Offer" | "Invoice" | "Purchase";
|
|
24
24
|
entity_id: number;
|
|
25
25
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
26
26
|
//#endregion
|
|
@@ -22,8 +22,8 @@ declare const MocoProjectCreateInput: z.ZodObject<{
|
|
|
22
22
|
budget_monthly: z.ZodOptional<z.ZodNumber>;
|
|
23
23
|
billing_address: z.ZodOptional<z.ZodString>;
|
|
24
24
|
billing_variant: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
25
|
-
project: "project";
|
|
26
25
|
user: "user";
|
|
26
|
+
project: "project";
|
|
27
27
|
task: "task";
|
|
28
28
|
}>>>;
|
|
29
29
|
budget_expenses: z.ZodOptional<z.ZodNumber>;
|
|
@@ -140,7 +140,7 @@ declare const mocoProjectCreate: import("@keystrokehq/action").WorkflowActionDef
|
|
|
140
140
|
billing_notes?: string | undefined;
|
|
141
141
|
budget_monthly?: number | undefined;
|
|
142
142
|
billing_address?: string | undefined;
|
|
143
|
-
billing_variant?: "
|
|
143
|
+
billing_variant?: "user" | "project" | "task" | undefined;
|
|
144
144
|
budget_expenses?: number | undefined;
|
|
145
145
|
billing_email_cc?: string | undefined;
|
|
146
146
|
billing_email_to?: string | undefined;
|
|
@@ -22,8 +22,8 @@ declare const MocoProjectCreateInput: z.ZodObject<{
|
|
|
22
22
|
budget_monthly: z.ZodOptional<z.ZodNumber>;
|
|
23
23
|
billing_address: z.ZodOptional<z.ZodString>;
|
|
24
24
|
billing_variant: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
25
|
-
project: "project";
|
|
26
25
|
user: "user";
|
|
26
|
+
project: "project";
|
|
27
27
|
task: "task";
|
|
28
28
|
}>>>;
|
|
29
29
|
budget_expenses: z.ZodOptional<z.ZodNumber>;
|
|
@@ -140,7 +140,7 @@ declare const mocoProjectCreate: import("@keystrokehq/action").WorkflowActionDef
|
|
|
140
140
|
billing_notes?: string | undefined;
|
|
141
141
|
budget_monthly?: number | undefined;
|
|
142
142
|
billing_address?: string | undefined;
|
|
143
|
-
billing_variant?: "
|
|
143
|
+
billing_variant?: "user" | "project" | "task" | undefined;
|
|
144
144
|
budget_expenses?: number | undefined;
|
|
145
145
|
billing_email_cc?: string | undefined;
|
|
146
146
|
billing_email_to?: string | undefined;
|
|
@@ -24,8 +24,8 @@ declare const MocoProjectUpdateInput: z.ZodObject<{
|
|
|
24
24
|
budget_monthly: z.ZodOptional<z.ZodNumber>;
|
|
25
25
|
billing_address: z.ZodOptional<z.ZodString>;
|
|
26
26
|
billing_variant: z.ZodOptional<z.ZodEnum<{
|
|
27
|
-
project: "project";
|
|
28
27
|
user: "user";
|
|
28
|
+
project: "project";
|
|
29
29
|
task: "task";
|
|
30
30
|
}>>;
|
|
31
31
|
budget_expenses: z.ZodOptional<z.ZodNumber>;
|
|
@@ -80,7 +80,7 @@ declare const mocoProjectUpdate: import("@keystrokehq/action").WorkflowActionDef
|
|
|
80
80
|
billing_notes?: string | undefined;
|
|
81
81
|
budget_monthly?: number | undefined;
|
|
82
82
|
billing_address?: string | undefined;
|
|
83
|
-
billing_variant?: "
|
|
83
|
+
billing_variant?: "user" | "project" | "task" | undefined;
|
|
84
84
|
budget_expenses?: number | undefined;
|
|
85
85
|
billing_email_cc?: string | undefined;
|
|
86
86
|
billing_email_to?: string | undefined;
|
|
@@ -24,8 +24,8 @@ declare const MocoProjectUpdateInput: z.ZodObject<{
|
|
|
24
24
|
budget_monthly: z.ZodOptional<z.ZodNumber>;
|
|
25
25
|
billing_address: z.ZodOptional<z.ZodString>;
|
|
26
26
|
billing_variant: z.ZodOptional<z.ZodEnum<{
|
|
27
|
-
project: "project";
|
|
28
27
|
user: "user";
|
|
28
|
+
project: "project";
|
|
29
29
|
task: "task";
|
|
30
30
|
}>>;
|
|
31
31
|
budget_expenses: z.ZodOptional<z.ZodNumber>;
|
|
@@ -80,7 +80,7 @@ declare const mocoProjectUpdate: import("@keystrokehq/action").WorkflowActionDef
|
|
|
80
80
|
billing_notes?: string | undefined;
|
|
81
81
|
budget_monthly?: number | undefined;
|
|
82
82
|
billing_address?: string | undefined;
|
|
83
|
-
billing_variant?: "
|
|
83
|
+
billing_variant?: "user" | "project" | "task" | undefined;
|
|
84
84
|
budget_expenses?: number | undefined;
|
|
85
85
|
billing_email_cc?: string | undefined;
|
|
86
86
|
billing_email_to?: string | undefined;
|
|
@@ -7,7 +7,6 @@ declare const MocoUpdateScheduleInput: z.ZodObject<{
|
|
|
7
7
|
pm: z.ZodOptional<z.ZodBoolean>;
|
|
8
8
|
date: z.ZodOptional<z.ZodString>;
|
|
9
9
|
symbol: z.ZodOptional<z.ZodEnum<{
|
|
10
|
-
users: "users";
|
|
11
10
|
home: "home";
|
|
12
11
|
building: "building";
|
|
13
12
|
car: "car";
|
|
@@ -15,6 +14,7 @@ declare const MocoUpdateScheduleInput: z.ZodObject<{
|
|
|
15
14
|
cocktail: "cocktail";
|
|
16
15
|
bells: "bells";
|
|
17
16
|
baby_carriage: "baby_carriage";
|
|
17
|
+
users: "users";
|
|
18
18
|
moon: "moon";
|
|
19
19
|
info_circle: "info_circle";
|
|
20
20
|
dot_circle: "dot_circle";
|
|
@@ -59,7 +59,7 @@ declare const mocoUpdateSchedule: import("@keystrokehq/action").WorkflowActionDe
|
|
|
59
59
|
am?: boolean | undefined;
|
|
60
60
|
pm?: boolean | undefined;
|
|
61
61
|
date?: string | undefined;
|
|
62
|
-
symbol?: "
|
|
62
|
+
symbol?: "home" | "building" | "car" | "graduation_cap" | "cocktail" | "bells" | "baby_carriage" | "users" | "moon" | "info_circle" | "dot_circle" | "exclamation_mark" | undefined;
|
|
63
63
|
comment?: string | undefined;
|
|
64
64
|
user_id?: number | undefined;
|
|
65
65
|
overwrite?: boolean | undefined;
|
|
@@ -7,7 +7,6 @@ declare const MocoUpdateScheduleInput: z.ZodObject<{
|
|
|
7
7
|
pm: z.ZodOptional<z.ZodBoolean>;
|
|
8
8
|
date: z.ZodOptional<z.ZodString>;
|
|
9
9
|
symbol: z.ZodOptional<z.ZodEnum<{
|
|
10
|
-
users: "users";
|
|
11
10
|
home: "home";
|
|
12
11
|
building: "building";
|
|
13
12
|
car: "car";
|
|
@@ -15,6 +14,7 @@ declare const MocoUpdateScheduleInput: z.ZodObject<{
|
|
|
15
14
|
cocktail: "cocktail";
|
|
16
15
|
bells: "bells";
|
|
17
16
|
baby_carriage: "baby_carriage";
|
|
17
|
+
users: "users";
|
|
18
18
|
moon: "moon";
|
|
19
19
|
info_circle: "info_circle";
|
|
20
20
|
dot_circle: "dot_circle";
|
|
@@ -59,7 +59,7 @@ declare const mocoUpdateSchedule: import("@keystrokehq/action").WorkflowActionDe
|
|
|
59
59
|
am?: boolean | undefined;
|
|
60
60
|
pm?: boolean | undefined;
|
|
61
61
|
date?: string | undefined;
|
|
62
|
-
symbol?: "
|
|
62
|
+
symbol?: "home" | "building" | "car" | "graduation_cap" | "cocktail" | "bells" | "baby_carriage" | "users" | "moon" | "info_circle" | "dot_circle" | "exclamation_mark" | undefined;
|
|
63
63
|
comment?: string | undefined;
|
|
64
64
|
user_id?: number | undefined;
|
|
65
65
|
overwrite?: boolean | undefined;
|
|
@@ -4,14 +4,14 @@ import { z } from "zod";
|
|
|
4
4
|
declare const MocoUpdateTaggingsInput: z.ZodObject<{
|
|
5
5
|
tags: z.ZodArray<z.ZodString>;
|
|
6
6
|
entity: z.ZodEnum<{
|
|
7
|
+
Contact: "Contact";
|
|
7
8
|
Deal: "Deal";
|
|
8
9
|
Project: "Project";
|
|
9
|
-
Contact: "Contact";
|
|
10
10
|
User: "User";
|
|
11
|
-
Purchase: "Purchase";
|
|
12
|
-
Invoice: "Invoice";
|
|
13
|
-
Offer: "Offer";
|
|
14
11
|
Company: "Company";
|
|
12
|
+
Offer: "Offer";
|
|
13
|
+
Invoice: "Invoice";
|
|
14
|
+
Purchase: "Purchase";
|
|
15
15
|
}>;
|
|
16
16
|
entity_id: z.ZodNumber;
|
|
17
17
|
}, z.core.$strip>;
|
|
@@ -20,7 +20,7 @@ declare const MocoUpdateTaggingsOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const mocoUpdateTaggings: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
tags: string[];
|
|
23
|
-
entity: "
|
|
23
|
+
entity: "Contact" | "Deal" | "Project" | "User" | "Company" | "Offer" | "Invoice" | "Purchase";
|
|
24
24
|
entity_id: number;
|
|
25
25
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
26
26
|
//#endregion
|
|
@@ -4,14 +4,14 @@ import { z } from "zod";
|
|
|
4
4
|
declare const MocoUpdateTaggingsInput: z.ZodObject<{
|
|
5
5
|
tags: z.ZodArray<z.ZodString>;
|
|
6
6
|
entity: z.ZodEnum<{
|
|
7
|
+
Contact: "Contact";
|
|
7
8
|
Deal: "Deal";
|
|
8
9
|
Project: "Project";
|
|
9
|
-
Contact: "Contact";
|
|
10
10
|
User: "User";
|
|
11
|
-
Purchase: "Purchase";
|
|
12
|
-
Invoice: "Invoice";
|
|
13
|
-
Offer: "Offer";
|
|
14
11
|
Company: "Company";
|
|
12
|
+
Offer: "Offer";
|
|
13
|
+
Invoice: "Invoice";
|
|
14
|
+
Purchase: "Purchase";
|
|
15
15
|
}>;
|
|
16
16
|
entity_id: z.ZodNumber;
|
|
17
17
|
}, z.core.$strip>;
|
|
@@ -20,7 +20,7 @@ declare const MocoUpdateTaggingsOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const mocoUpdateTaggings: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
tags: string[];
|
|
23
|
-
entity: "
|
|
23
|
+
entity: "Contact" | "Deal" | "Project" | "User" | "Company" | "Offer" | "Invoice" | "Purchase";
|
|
24
24
|
entity_id: number;
|
|
25
25
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
26
26
|
//#endregion
|
package/dist/catalog.cjs
CHANGED
|
@@ -13,7 +13,7 @@ const mocoCatalog = {
|
|
|
13
13
|
"label": "MOCO Account Subdomain",
|
|
14
14
|
"description": "The subdomain of your MOCO account, used to construct the base URL for API requests."
|
|
15
15
|
},
|
|
16
|
-
"
|
|
16
|
+
"generic_api_key": {
|
|
17
17
|
"label": "MOCO API Key",
|
|
18
18
|
"secret": true,
|
|
19
19
|
"description": "The API key used for authenticating requests to the MOCO API."
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const mocoCatalog = {\n \"slug\": \"moco\",\n \"name\": \"Moco\",\n \"description\": \"MOCO is a business management software offering project management, time tracking, and invoicing solutions.\",\n \"category\": \"Project Management\",\n \"logo\": \"https://logos.composio.dev/api/moco\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"MOCO Account Subdomain\",\n \"description\": \"The subdomain of your MOCO account, used to construct the base URL for API requests.\"\n },\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const mocoCatalog = {\n \"slug\": \"moco\",\n \"name\": \"Moco\",\n \"description\": \"MOCO is a business management software offering project management, time tracking, and invoicing solutions.\",\n \"category\": \"Project Management\",\n \"logo\": \"https://logos.composio.dev/api/moco\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"MOCO Account Subdomain\",\n \"description\": \"The subdomain of your MOCO account, used to construct the base URL for API requests.\"\n },\n \"generic_api_key\": {\n \"label\": \"MOCO API Key\",\n \"secret\": true,\n \"description\": \"The API key used for authenticating requests to the MOCO API.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,cAAc;CACzB,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,aAAa;GACX,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -13,7 +13,7 @@ declare const mocoCatalog: {
|
|
|
13
13
|
readonly label: "MOCO Account Subdomain";
|
|
14
14
|
readonly description: "The subdomain of your MOCO account, used to construct the base URL for API requests.";
|
|
15
15
|
};
|
|
16
|
-
readonly
|
|
16
|
+
readonly generic_api_key: {
|
|
17
17
|
readonly label: "MOCO API Key";
|
|
18
18
|
readonly secret: true;
|
|
19
19
|
readonly description: "The API key used for authenticating requests to the MOCO API.";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -13,7 +13,7 @@ declare const mocoCatalog: {
|
|
|
13
13
|
readonly label: "MOCO Account Subdomain";
|
|
14
14
|
readonly description: "The subdomain of your MOCO account, used to construct the base URL for API requests.";
|
|
15
15
|
};
|
|
16
|
-
readonly
|
|
16
|
+
readonly generic_api_key: {
|
|
17
17
|
readonly label: "MOCO API Key";
|
|
18
18
|
readonly secret: true;
|
|
19
19
|
readonly description: "The API key used for authenticating requests to the MOCO API.";
|
package/dist/catalog.mjs
CHANGED
|
@@ -13,7 +13,7 @@ const mocoCatalog = {
|
|
|
13
13
|
"label": "MOCO Account Subdomain",
|
|
14
14
|
"description": "The subdomain of your MOCO account, used to construct the base URL for API requests."
|
|
15
15
|
},
|
|
16
|
-
"
|
|
16
|
+
"generic_api_key": {
|
|
17
17
|
"label": "MOCO API Key",
|
|
18
18
|
"secret": true,
|
|
19
19
|
"description": "The API key used for authenticating requests to the MOCO API."
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const mocoCatalog = {\n \"slug\": \"moco\",\n \"name\": \"Moco\",\n \"description\": \"MOCO is a business management software offering project management, time tracking, and invoicing solutions.\",\n \"category\": \"Project Management\",\n \"logo\": \"https://logos.composio.dev/api/moco\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"MOCO Account Subdomain\",\n \"description\": \"The subdomain of your MOCO account, used to construct the base URL for API requests.\"\n },\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const mocoCatalog = {\n \"slug\": \"moco\",\n \"name\": \"Moco\",\n \"description\": \"MOCO is a business management software offering project management, time tracking, and invoicing solutions.\",\n \"category\": \"Project Management\",\n \"logo\": \"https://logos.composio.dev/api/moco\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"MOCO Account Subdomain\",\n \"description\": \"The subdomain of your MOCO account, used to construct the base URL for API requests.\"\n },\n \"generic_api_key\": {\n \"label\": \"MOCO API Key\",\n \"secret\": true,\n \"description\": \"The API key used for authenticating requests to the MOCO API.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,cAAc;CACzB,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,aAAa;GACX,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
|