@m5kdev/commons 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/src/modules/ai/ai.constants.d.ts +0 -1
- package/dist/src/modules/ai/ai.utils.d.ts +0 -1
- package/dist/src/modules/auth/auth.schema.d.ts +0 -1
- package/dist/src/modules/base/base.schema.d.ts +0 -1
- package/dist/src/modules/billing/billing.schema.d.ts +0 -1
- package/dist/src/modules/billing/billing.types.d.ts +0 -1
- package/dist/src/modules/billing/billing.utils.d.ts +0 -1
- package/dist/src/modules/file/file.constants.d.ts +0 -1
- package/dist/src/modules/recurrence/recurrence.schema.d.ts +0 -1
- package/dist/src/modules/schemas/query.schema.d.ts +0 -1
- package/dist/src/modules/table/filter.types.d.ts +0 -1
- package/dist/src/modules/tag/tag.schema.d.ts +0 -1
- package/dist/src/modules/workflow/workflow.constants.d.ts +0 -1
- package/dist/src/modules/workflow/workflow.schema.d.ts +0 -1
- package/dist/src/utils/json.d.ts +0 -1
- package/dist/src/utils/timezones.d.ts +0 -1
- package/dist/src/utils/trpc.d.ts +0 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -2
- package/.cursor/rules/commons.mdc +0 -27
- package/.turbo/turbo-build.log +0 -5
- package/.turbo/turbo-check-types.log +0 -5
- package/.turbo/turbo-lint$colon$fix.log +0 -6
- package/.turbo/turbo-lint.log +0 -61
- package/CHANGELOG.md +0 -25
- package/dist/src/modules/ai/ai.constants.d.ts.map +0 -1
- package/dist/src/modules/ai/ai.utils.d.ts.map +0 -1
- package/dist/src/modules/auth/auth.schema.d.ts.map +0 -1
- package/dist/src/modules/base/base.schema.d.ts.map +0 -1
- package/dist/src/modules/billing/billing.schema.d.ts.map +0 -1
- package/dist/src/modules/billing/billing.types.d.ts.map +0 -1
- package/dist/src/modules/billing/billing.utils.d.ts.map +0 -1
- package/dist/src/modules/file/file.constants.d.ts.map +0 -1
- package/dist/src/modules/recurrence/recurrence.schema.d.ts.map +0 -1
- package/dist/src/modules/schemas/query.schema.d.ts.map +0 -1
- package/dist/src/modules/table/filter.types.d.ts.map +0 -1
- package/dist/src/modules/tag/tag.schema.d.ts.map +0 -1
- package/dist/src/modules/workflow/workflow.constants.d.ts.map +0 -1
- package/dist/src/modules/workflow/workflow.schema.d.ts.map +0 -1
- package/dist/src/utils/json.d.ts.map +0 -1
- package/dist/src/utils/timezones.d.ts.map +0 -1
- package/dist/src/utils/trpc.d.ts.map +0 -1
- package/src/modules/ai/ai.constants.ts +0 -305
- package/src/modules/ai/ai.utils.ts +0 -14
- package/src/modules/auth/auth.schema.ts +0 -22
- package/src/modules/base/base.schema.ts +0 -27
- package/src/modules/billing/billing.schema.ts +0 -24
- package/src/modules/billing/billing.types.ts +0 -18
- package/src/modules/billing/billing.utils.ts +0 -13
- package/src/modules/file/file.constants.ts +0 -14
- package/src/modules/recurrence/recurrence.schema.ts +0 -78
- package/src/modules/schemas/query.schema.ts +0 -44
- package/src/modules/table/filter.types.ts +0 -39
- package/src/modules/tag/tag.schema.ts +0 -68
- package/src/modules/workflow/workflow.constants.ts +0 -2
- package/src/modules/workflow/workflow.schema.ts +0 -48
- package/src/utils/json.ts +0 -9
- package/src/utils/timezones.ts +0 -4380
- package/src/utils/trpc.ts +0 -6
- package/tsconfig.json +0 -10
|
@@ -23,4 +23,3 @@ export type ScheduleOutputSchema = z.infer<typeof scheduleOutputSchema>;
|
|
|
23
23
|
export type ScheduleManyOutputSchema = z.infer<typeof scheduleManyOutputSchema>;
|
|
24
24
|
export type DeleteOutputSchema = z.infer<typeof deleteOutputSchema>;
|
|
25
25
|
export type DeleteManyInputSchema = z.infer<typeof deleteManyOutputSchema>;
|
|
26
|
-
//# sourceMappingURL=base.schema.d.ts.map
|
|
@@ -96,4 +96,3 @@ export type UpdateRecurrenceSchema = z.infer<typeof updateRecurrenceSchema>;
|
|
|
96
96
|
export type UpdateRecurrenceRulesSchema = z.infer<typeof updateRecurrenceRulesSchema>;
|
|
97
97
|
export type DeleteRecurrenceSchema = z.infer<typeof deleteRecurrenceSchema>;
|
|
98
98
|
export type DeleteRecurrenceRulesSchema = z.infer<typeof deleteRecurrenceRulesSchema>;
|
|
99
|
-
//# sourceMappingURL=recurrence.schema.d.ts.map
|
|
@@ -109,4 +109,3 @@ export type TagUpdateSchema = z.infer<typeof tagUpdateSchema>;
|
|
|
109
109
|
export type TagLinkSchema = z.infer<typeof tagLinkSchema>;
|
|
110
110
|
export type TagListOutputSchema = z.infer<typeof tagListOutputSchema>;
|
|
111
111
|
export type TagListInputSchema = z.infer<typeof tagListInputSchema>;
|
|
112
|
-
//# sourceMappingURL=tag.schema.d.ts.map
|
|
@@ -90,4 +90,3 @@ export type WorkflowReadOutputSchema = z.infer<typeof workflowReadOutputSchema>;
|
|
|
90
90
|
export type WorkflowListOutputSchema = z.infer<typeof workflowListOutputSchema>;
|
|
91
91
|
export type WorkflowTriggerOutputSchema = z.infer<typeof workflowTriggerOutputSchema>;
|
|
92
92
|
export type WorkflowTriggerManyOutputSchema = z.infer<typeof workflowTriggerManyOutputSchema>;
|
|
93
|
-
//# sourceMappingURL=workflow.schema.d.ts.map
|
package/dist/src/utils/json.d.ts
CHANGED
package/dist/src/utils/trpc.d.ts
CHANGED