@devpad/api 2.0.3 → 2.0.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/{chunk-5X36WMYQ.js → chunk-5ALH7B5B.js} +7 -1
- package/dist/{chunk-INGCIUMX.js → chunk-XGQQPYSB.js} +8 -4
- package/dist/{errors.d-C73AkrdX.d.ts → errors.d-DcjQAql-.d.ts} +12 -2
- package/dist/index.d.ts +12 -4
- package/dist/index.js +81 -221
- package/dist/schema/blog.d.ts +525 -0
- package/dist/schema/index.d.ts +3 -3
- package/dist/schema/index.js +6 -2
- package/dist/schema/media.d.ts +5 -5
- package/dist/schema/media.js +5 -1
- package/dist/{schema.d-DALWdx-o.d.ts → schema.d-DcPuyqgh.d.ts} +404 -0
- package/dist/{types.d-B1VbnHQT.d.ts → types.d-BgSkvLhS.d.ts} +4284 -4284
- package/dist/{types.d-Bj4FU9Op.d.ts → types.d-CeY2wsr4.d.ts} +13 -1
- package/package.json +2 -2
package/dist/schema/media.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { b as ApiError, A as AuthExpiredError,
|
|
1
|
+
export { b as ApiError, A as AuthExpiredError, d as BadRequestError, B as BaseError, C as ConflictError, h as CronError, D as DatabaseError, E as EncryptionError, i as ErrorContext, j as ErrorLogEntry, F as ForbiddenError, G as GithubError, a as NetworkError, N as NotFoundError, P as ParseError, c as ProtectedError, g as ProviderError, R as RateLimitedError, e as ScanError, f as ServiceError, S as StoreError, U as UnauthorizedError, V as ValidationError, Y as apiError, X as authExpired, a2 as badRequest, k as configureErrorLogging, a0 as conflict, $ as dbError, _ as encryptionError, a6 as errors, M as forbidden, a5 as githubError, s as isApiError, r as isAuthExpiredError, y as isBadRequestError, w as isConflictError, v as isDatabaseError, u as isEncryptionError, m as isForbiddenError, I as isGithubError, q as isNetworkError, l as isNotFoundError, t as isParseError, x as isProtectedError, o as isRateLimitedError, K as isRetryableError, H as isScanError, J as isServiceError, p as isStoreError, z as isUnauthorizedError, n as isValidationError, W as networkError, L as notFound, Z as parseError, a1 as protectedEntity, Q as rateLimited, a4 as scanError, T as storeError, a3 as unauthorized, O as validation } from '../errors.d-DcjQAql-.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
export { A as Account, p as AccountSetting, q as AccountWithUser, a6 as AddFilterInput, a3 as AddFilterSchema, r as ApiKey, s as BlueskyAuthor, B as BlueskyAuthorSchema, t as BlueskyFeedItem, a as BlueskyFeedItemSchema, u as BlueskyPost, b as BlueskyPostSchema, v as BlueskyRaw, c as BlueskyRawSchema, af as BlueskySettings, aa as BlueskySettingsSchema, aD as CommentPayload, aq as CommentPayloadSchema, aG as CommitGroup, at as CommitGroupSchema, ax as CommitPayload, ak as CommitPayloadSchema, C as CorpusPath, a4 as CreateProfileInput, $ as CreateProfileSchema, aH as DateGroup, au as DateGroupSchema, w as DevpadRaw, D as DevpadRawSchema, ah as DevpadSettings, ac as DevpadSettingsSchema, x as DevpadTask, d as DevpadTaskSchema, a8 as FilterKey, a2 as FilterKeySchema, a7 as FilterType, a1 as FilterTypeSchema, y as GitHubBaseEvent, G as GitHubBaseEventSchema, z as GitHubEvent, e as GitHubEventSchema, E as GitHubExtendedCommit, f as GitHubExtendedCommitSchema, F as GitHubPullRequest, g as GitHubPullRequestSchema, H as GitHubRaw, h as GitHubRawSchema, I as GitHubRepo, i as GitHubRepoSchema, ae as GitHubSettings, a9 as GitHubSettingsSchema, k as MULTI_STORE_PLATFORMS, M as MultiStorePlatform, N as NewAccount, J as NewAccountSetting, K as NewApiKey, L as NewPlatformCredential, O as NewProfile, Q as NewProfileFilter, R as NewRateLimit, l as PLATFORMS, aB as PRCommit, ao as PRCommitSchema, aE as Payload, ar as PayloadSchema, P as Platform, S as PlatformCredential, m as PlatformSchema, ai as PlatformSettings, ad as PlatformSettingsSchemaMap, ay as PostPayload, al as PostPayloadSchema, T as Profile, U as ProfileFilter, aC as PullRequestPayload, ap as PullRequestPayloadSchema, V as RateLimit, _ as SlugSchema, aA as TaskPayload, an as TaskPayloadSchema, aI as Timeline, aF as TimelineItem, as as TimelineItemSchema, av as TimelineSchema, aw as TimelineType, aj as TimelineTypeSchema, a5 as UpdateProfileInput, a0 as UpdateProfileSchema, az as VideoPayload, am as VideoPayloadSchema, W as YouTubeRaw, Y as YouTubeRawSchema, ag as YouTubeSettings, ab as YouTubeSettingsSchema, X as YouTubeThumbnail, n as YouTubeThumbnailSchema, Z as YouTubeVideo, o as YouTubeVideoSchema, j as isMultiStorePlatform } from '../types.d-
|
|
3
|
+
export { A as Account, p as AccountSetting, q as AccountWithUser, a6 as AddFilterInput, a3 as AddFilterSchema, r as ApiKey, s as BlueskyAuthor, B as BlueskyAuthorSchema, t as BlueskyFeedItem, a as BlueskyFeedItemSchema, u as BlueskyPost, b as BlueskyPostSchema, v as BlueskyRaw, c as BlueskyRawSchema, af as BlueskySettings, aa as BlueskySettingsSchema, aD as CommentPayload, aq as CommentPayloadSchema, aG as CommitGroup, at as CommitGroupSchema, ax as CommitPayload, ak as CommitPayloadSchema, C as CorpusPath, a4 as CreateProfileInput, $ as CreateProfileSchema, aH as DateGroup, au as DateGroupSchema, w as DevpadRaw, D as DevpadRawSchema, ah as DevpadSettings, ac as DevpadSettingsSchema, x as DevpadTask, d as DevpadTaskSchema, a8 as FilterKey, a2 as FilterKeySchema, a7 as FilterType, a1 as FilterTypeSchema, y as GitHubBaseEvent, G as GitHubBaseEventSchema, z as GitHubEvent, e as GitHubEventSchema, E as GitHubExtendedCommit, f as GitHubExtendedCommitSchema, F as GitHubPullRequest, g as GitHubPullRequestSchema, H as GitHubRaw, h as GitHubRawSchema, I as GitHubRepo, i as GitHubRepoSchema, ae as GitHubSettings, a9 as GitHubSettingsSchema, k as MULTI_STORE_PLATFORMS, M as MultiStorePlatform, N as NewAccount, J as NewAccountSetting, K as NewApiKey, L as NewPlatformCredential, O as NewProfile, Q as NewProfileFilter, R as NewRateLimit, l as PLATFORMS, aB as PRCommit, ao as PRCommitSchema, aE as Payload, ar as PayloadSchema, P as Platform, S as PlatformCredential, m as PlatformSchema, ai as PlatformSettings, ad as PlatformSettingsSchemaMap, ay as PostPayload, al as PostPayloadSchema, T as Profile, U as ProfileFilter, aC as PullRequestPayload, ap as PullRequestPayloadSchema, V as RateLimit, _ as SlugSchema, aA as TaskPayload, an as TaskPayloadSchema, aI as Timeline, aF as TimelineItem, as as TimelineItemSchema, av as TimelineSchema, aw as TimelineType, aj as TimelineTypeSchema, a5 as UpdateProfileInput, a0 as UpdateProfileSchema, az as VideoPayload, am as VideoPayloadSchema, W as YouTubeRaw, Y as YouTubeRawSchema, ag as YouTubeSettings, ab as YouTubeSettingsSchema, X as YouTubeThumbnail, n as YouTubeThumbnailSchema, Z as YouTubeVideo, o as YouTubeVideoSchema, j as isMultiStorePlatform } from '../types.d-BgSkvLhS.js';
|
|
4
4
|
import '@f0rbit/corpus';
|
|
5
5
|
import 'drizzle-orm';
|
|
6
6
|
import '../media.d-CQ56ckoR.js';
|
|
7
7
|
import 'drizzle-orm/sqlite-core';
|
|
8
|
-
import '../schema.d-
|
|
8
|
+
import '../schema.d-DcPuyqgh.js';
|
|
9
9
|
|
|
10
10
|
declare const brand: unique symbol;
|
|
11
11
|
type Brand<T, B extends string> = T & {
|
|
@@ -885,6 +885,7 @@ declare const TwitterMetaStoreSchema: z.ZodObject<{
|
|
|
885
885
|
pinned_tweet_id: z.ZodOptional<z.ZodString>;
|
|
886
886
|
fetched_at: z.ZodString;
|
|
887
887
|
}, "strip", z.ZodTypeAny, {
|
|
888
|
+
protected: boolean;
|
|
888
889
|
id: string;
|
|
889
890
|
name: string;
|
|
890
891
|
created_at: string;
|
|
@@ -892,7 +893,6 @@ declare const TwitterMetaStoreSchema: z.ZodObject<{
|
|
|
892
893
|
username: string;
|
|
893
894
|
verified: boolean;
|
|
894
895
|
verified_type: "blue" | "none" | "business" | "government";
|
|
895
|
-
protected: boolean;
|
|
896
896
|
public_metrics: {
|
|
897
897
|
followers_count: number;
|
|
898
898
|
following_count: number;
|
|
@@ -917,6 +917,7 @@ declare const TwitterMetaStoreSchema: z.ZodObject<{
|
|
|
917
917
|
tweet_count: number;
|
|
918
918
|
listed_count: number;
|
|
919
919
|
};
|
|
920
|
+
protected?: boolean | undefined;
|
|
920
921
|
description?: string | undefined;
|
|
921
922
|
url?: string | undefined;
|
|
922
923
|
location?: string | undefined;
|
|
@@ -924,7 +925,6 @@ declare const TwitterMetaStoreSchema: z.ZodObject<{
|
|
|
924
925
|
profile_banner_url?: string | undefined;
|
|
925
926
|
verified?: boolean | undefined;
|
|
926
927
|
verified_type?: "blue" | "none" | "business" | "government" | undefined;
|
|
927
|
-
protected?: boolean | undefined;
|
|
928
928
|
pinned_tweet_id?: string | undefined;
|
|
929
929
|
}>;
|
|
930
930
|
type TwitterUserMetrics = z.infer<typeof TwitterUserMetricsSchema>;
|
package/dist/schema/media.js
CHANGED
|
@@ -20,6 +20,7 @@ import {
|
|
|
20
20
|
isNetworkError,
|
|
21
21
|
isNotFoundError,
|
|
22
22
|
isParseError,
|
|
23
|
+
isProtectedError,
|
|
23
24
|
isRateLimitedError,
|
|
24
25
|
isRetryableError,
|
|
25
26
|
isScanError,
|
|
@@ -30,12 +31,13 @@ import {
|
|
|
30
31
|
networkError,
|
|
31
32
|
notFound,
|
|
32
33
|
parseError,
|
|
34
|
+
protectedEntity,
|
|
33
35
|
rateLimited,
|
|
34
36
|
scanError,
|
|
35
37
|
storeError,
|
|
36
38
|
unauthorized,
|
|
37
39
|
validation
|
|
38
|
-
} from "../chunk-
|
|
40
|
+
} from "../chunk-5ALH7B5B.js";
|
|
39
41
|
|
|
40
42
|
// ../schema/dist/media/branded.js
|
|
41
43
|
var userId = (id) => id;
|
|
@@ -659,6 +661,7 @@ export {
|
|
|
659
661
|
isNetworkError,
|
|
660
662
|
isNotFoundError,
|
|
661
663
|
isParseError,
|
|
664
|
+
isProtectedError,
|
|
662
665
|
isRateLimitedError,
|
|
663
666
|
isRetryableError,
|
|
664
667
|
isScanError,
|
|
@@ -671,6 +674,7 @@ export {
|
|
|
671
674
|
notFound,
|
|
672
675
|
parseError,
|
|
673
676
|
profileId,
|
|
677
|
+
protectedEntity,
|
|
674
678
|
rateLimited,
|
|
675
679
|
scanError,
|
|
676
680
|
storeError,
|
|
@@ -699,6 +699,61 @@ declare const project: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
699
699
|
}, {}, {
|
|
700
700
|
length: number | undefined;
|
|
701
701
|
}>;
|
|
702
|
+
created_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
703
|
+
name: "created_by";
|
|
704
|
+
tableName: "project";
|
|
705
|
+
dataType: "string";
|
|
706
|
+
columnType: "SQLiteText";
|
|
707
|
+
data: "user" | "api";
|
|
708
|
+
driverParam: string;
|
|
709
|
+
notNull: true;
|
|
710
|
+
hasDefault: true;
|
|
711
|
+
isPrimaryKey: false;
|
|
712
|
+
isAutoincrement: false;
|
|
713
|
+
hasRuntimeDefault: false;
|
|
714
|
+
enumValues: ["user", "api"];
|
|
715
|
+
baseColumn: never;
|
|
716
|
+
identity: undefined;
|
|
717
|
+
generated: undefined;
|
|
718
|
+
}, {}, {
|
|
719
|
+
length: number | undefined;
|
|
720
|
+
}>;
|
|
721
|
+
modified_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
722
|
+
name: "modified_by";
|
|
723
|
+
tableName: "project";
|
|
724
|
+
dataType: "string";
|
|
725
|
+
columnType: "SQLiteText";
|
|
726
|
+
data: "user" | "api";
|
|
727
|
+
driverParam: string;
|
|
728
|
+
notNull: true;
|
|
729
|
+
hasDefault: true;
|
|
730
|
+
isPrimaryKey: false;
|
|
731
|
+
isAutoincrement: false;
|
|
732
|
+
hasRuntimeDefault: false;
|
|
733
|
+
enumValues: ["user", "api"];
|
|
734
|
+
baseColumn: never;
|
|
735
|
+
identity: undefined;
|
|
736
|
+
generated: undefined;
|
|
737
|
+
}, {}, {
|
|
738
|
+
length: number | undefined;
|
|
739
|
+
}>;
|
|
740
|
+
protected: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
741
|
+
name: "protected";
|
|
742
|
+
tableName: "project";
|
|
743
|
+
dataType: "boolean";
|
|
744
|
+
columnType: "SQLiteBoolean";
|
|
745
|
+
data: boolean;
|
|
746
|
+
driverParam: number;
|
|
747
|
+
notNull: true;
|
|
748
|
+
hasDefault: true;
|
|
749
|
+
isPrimaryKey: false;
|
|
750
|
+
isAutoincrement: false;
|
|
751
|
+
hasRuntimeDefault: false;
|
|
752
|
+
enumValues: undefined;
|
|
753
|
+
baseColumn: never;
|
|
754
|
+
identity: undefined;
|
|
755
|
+
generated: undefined;
|
|
756
|
+
}, {}, {}>;
|
|
702
757
|
deleted: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
703
758
|
name: "deleted";
|
|
704
759
|
tableName: "project";
|
|
@@ -837,6 +892,25 @@ declare const action: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
837
892
|
identity: undefined;
|
|
838
893
|
generated: undefined;
|
|
839
894
|
}, {}, {}>;
|
|
895
|
+
channel: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
896
|
+
name: "channel";
|
|
897
|
+
tableName: "action";
|
|
898
|
+
dataType: "string";
|
|
899
|
+
columnType: "SQLiteText";
|
|
900
|
+
data: "user" | "api";
|
|
901
|
+
driverParam: string;
|
|
902
|
+
notNull: true;
|
|
903
|
+
hasDefault: true;
|
|
904
|
+
isPrimaryKey: false;
|
|
905
|
+
isAutoincrement: false;
|
|
906
|
+
hasRuntimeDefault: false;
|
|
907
|
+
enumValues: ["user", "api"];
|
|
908
|
+
baseColumn: never;
|
|
909
|
+
identity: undefined;
|
|
910
|
+
generated: undefined;
|
|
911
|
+
}, {}, {
|
|
912
|
+
length: number | undefined;
|
|
913
|
+
}>;
|
|
840
914
|
owner_id: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
841
915
|
name: "owner_id";
|
|
842
916
|
tableName: "action";
|
|
@@ -856,6 +930,61 @@ declare const action: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
856
930
|
}, {}, {
|
|
857
931
|
length: number | undefined;
|
|
858
932
|
}>;
|
|
933
|
+
created_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
934
|
+
name: "created_by";
|
|
935
|
+
tableName: "action";
|
|
936
|
+
dataType: "string";
|
|
937
|
+
columnType: "SQLiteText";
|
|
938
|
+
data: "user" | "api";
|
|
939
|
+
driverParam: string;
|
|
940
|
+
notNull: true;
|
|
941
|
+
hasDefault: true;
|
|
942
|
+
isPrimaryKey: false;
|
|
943
|
+
isAutoincrement: false;
|
|
944
|
+
hasRuntimeDefault: false;
|
|
945
|
+
enumValues: ["user", "api"];
|
|
946
|
+
baseColumn: never;
|
|
947
|
+
identity: undefined;
|
|
948
|
+
generated: undefined;
|
|
949
|
+
}, {}, {
|
|
950
|
+
length: number | undefined;
|
|
951
|
+
}>;
|
|
952
|
+
modified_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
953
|
+
name: "modified_by";
|
|
954
|
+
tableName: "action";
|
|
955
|
+
dataType: "string";
|
|
956
|
+
columnType: "SQLiteText";
|
|
957
|
+
data: "user" | "api";
|
|
958
|
+
driverParam: string;
|
|
959
|
+
notNull: true;
|
|
960
|
+
hasDefault: true;
|
|
961
|
+
isPrimaryKey: false;
|
|
962
|
+
isAutoincrement: false;
|
|
963
|
+
hasRuntimeDefault: false;
|
|
964
|
+
enumValues: ["user", "api"];
|
|
965
|
+
baseColumn: never;
|
|
966
|
+
identity: undefined;
|
|
967
|
+
generated: undefined;
|
|
968
|
+
}, {}, {
|
|
969
|
+
length: number | undefined;
|
|
970
|
+
}>;
|
|
971
|
+
protected: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
972
|
+
name: "protected";
|
|
973
|
+
tableName: "action";
|
|
974
|
+
dataType: "boolean";
|
|
975
|
+
columnType: "SQLiteBoolean";
|
|
976
|
+
data: boolean;
|
|
977
|
+
driverParam: number;
|
|
978
|
+
notNull: true;
|
|
979
|
+
hasDefault: true;
|
|
980
|
+
isPrimaryKey: false;
|
|
981
|
+
isAutoincrement: false;
|
|
982
|
+
hasRuntimeDefault: false;
|
|
983
|
+
enumValues: undefined;
|
|
984
|
+
baseColumn: never;
|
|
985
|
+
identity: undefined;
|
|
986
|
+
generated: undefined;
|
|
987
|
+
}, {}, {}>;
|
|
859
988
|
deleted: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
860
989
|
name: "deleted";
|
|
861
990
|
tableName: "action";
|
|
@@ -1374,6 +1503,61 @@ declare const milestone: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1374
1503
|
}, {}, {
|
|
1375
1504
|
length: number | undefined;
|
|
1376
1505
|
}>;
|
|
1506
|
+
created_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1507
|
+
name: "created_by";
|
|
1508
|
+
tableName: "milestone";
|
|
1509
|
+
dataType: "string";
|
|
1510
|
+
columnType: "SQLiteText";
|
|
1511
|
+
data: "user" | "api";
|
|
1512
|
+
driverParam: string;
|
|
1513
|
+
notNull: true;
|
|
1514
|
+
hasDefault: true;
|
|
1515
|
+
isPrimaryKey: false;
|
|
1516
|
+
isAutoincrement: false;
|
|
1517
|
+
hasRuntimeDefault: false;
|
|
1518
|
+
enumValues: ["user", "api"];
|
|
1519
|
+
baseColumn: never;
|
|
1520
|
+
identity: undefined;
|
|
1521
|
+
generated: undefined;
|
|
1522
|
+
}, {}, {
|
|
1523
|
+
length: number | undefined;
|
|
1524
|
+
}>;
|
|
1525
|
+
modified_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1526
|
+
name: "modified_by";
|
|
1527
|
+
tableName: "milestone";
|
|
1528
|
+
dataType: "string";
|
|
1529
|
+
columnType: "SQLiteText";
|
|
1530
|
+
data: "user" | "api";
|
|
1531
|
+
driverParam: string;
|
|
1532
|
+
notNull: true;
|
|
1533
|
+
hasDefault: true;
|
|
1534
|
+
isPrimaryKey: false;
|
|
1535
|
+
isAutoincrement: false;
|
|
1536
|
+
hasRuntimeDefault: false;
|
|
1537
|
+
enumValues: ["user", "api"];
|
|
1538
|
+
baseColumn: never;
|
|
1539
|
+
identity: undefined;
|
|
1540
|
+
generated: undefined;
|
|
1541
|
+
}, {}, {
|
|
1542
|
+
length: number | undefined;
|
|
1543
|
+
}>;
|
|
1544
|
+
protected: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1545
|
+
name: "protected";
|
|
1546
|
+
tableName: "milestone";
|
|
1547
|
+
dataType: "boolean";
|
|
1548
|
+
columnType: "SQLiteBoolean";
|
|
1549
|
+
data: boolean;
|
|
1550
|
+
driverParam: number;
|
|
1551
|
+
notNull: true;
|
|
1552
|
+
hasDefault: true;
|
|
1553
|
+
isPrimaryKey: false;
|
|
1554
|
+
isAutoincrement: false;
|
|
1555
|
+
hasRuntimeDefault: false;
|
|
1556
|
+
enumValues: undefined;
|
|
1557
|
+
baseColumn: never;
|
|
1558
|
+
identity: undefined;
|
|
1559
|
+
generated: undefined;
|
|
1560
|
+
}, {}, {}>;
|
|
1377
1561
|
deleted: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1378
1562
|
name: "deleted";
|
|
1379
1563
|
tableName: "milestone";
|
|
@@ -1550,6 +1734,61 @@ declare const goal: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1550
1734
|
}, {}, {
|
|
1551
1735
|
length: number | undefined;
|
|
1552
1736
|
}>;
|
|
1737
|
+
created_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1738
|
+
name: "created_by";
|
|
1739
|
+
tableName: "goal";
|
|
1740
|
+
dataType: "string";
|
|
1741
|
+
columnType: "SQLiteText";
|
|
1742
|
+
data: "user" | "api";
|
|
1743
|
+
driverParam: string;
|
|
1744
|
+
notNull: true;
|
|
1745
|
+
hasDefault: true;
|
|
1746
|
+
isPrimaryKey: false;
|
|
1747
|
+
isAutoincrement: false;
|
|
1748
|
+
hasRuntimeDefault: false;
|
|
1749
|
+
enumValues: ["user", "api"];
|
|
1750
|
+
baseColumn: never;
|
|
1751
|
+
identity: undefined;
|
|
1752
|
+
generated: undefined;
|
|
1753
|
+
}, {}, {
|
|
1754
|
+
length: number | undefined;
|
|
1755
|
+
}>;
|
|
1756
|
+
modified_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1757
|
+
name: "modified_by";
|
|
1758
|
+
tableName: "goal";
|
|
1759
|
+
dataType: "string";
|
|
1760
|
+
columnType: "SQLiteText";
|
|
1761
|
+
data: "user" | "api";
|
|
1762
|
+
driverParam: string;
|
|
1763
|
+
notNull: true;
|
|
1764
|
+
hasDefault: true;
|
|
1765
|
+
isPrimaryKey: false;
|
|
1766
|
+
isAutoincrement: false;
|
|
1767
|
+
hasRuntimeDefault: false;
|
|
1768
|
+
enumValues: ["user", "api"];
|
|
1769
|
+
baseColumn: never;
|
|
1770
|
+
identity: undefined;
|
|
1771
|
+
generated: undefined;
|
|
1772
|
+
}, {}, {
|
|
1773
|
+
length: number | undefined;
|
|
1774
|
+
}>;
|
|
1775
|
+
protected: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1776
|
+
name: "protected";
|
|
1777
|
+
tableName: "goal";
|
|
1778
|
+
dataType: "boolean";
|
|
1779
|
+
columnType: "SQLiteBoolean";
|
|
1780
|
+
data: boolean;
|
|
1781
|
+
driverParam: number;
|
|
1782
|
+
notNull: true;
|
|
1783
|
+
hasDefault: true;
|
|
1784
|
+
isPrimaryKey: false;
|
|
1785
|
+
isAutoincrement: false;
|
|
1786
|
+
hasRuntimeDefault: false;
|
|
1787
|
+
enumValues: undefined;
|
|
1788
|
+
baseColumn: never;
|
|
1789
|
+
identity: undefined;
|
|
1790
|
+
generated: undefined;
|
|
1791
|
+
}, {}, {}>;
|
|
1553
1792
|
deleted: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1554
1793
|
name: "deleted";
|
|
1555
1794
|
tableName: "goal";
|
|
@@ -1859,6 +2098,61 @@ declare const task: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1859
2098
|
}, {}, {
|
|
1860
2099
|
length: number | undefined;
|
|
1861
2100
|
}>;
|
|
2101
|
+
created_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2102
|
+
name: "created_by";
|
|
2103
|
+
tableName: "task";
|
|
2104
|
+
dataType: "string";
|
|
2105
|
+
columnType: "SQLiteText";
|
|
2106
|
+
data: "user" | "api";
|
|
2107
|
+
driverParam: string;
|
|
2108
|
+
notNull: true;
|
|
2109
|
+
hasDefault: true;
|
|
2110
|
+
isPrimaryKey: false;
|
|
2111
|
+
isAutoincrement: false;
|
|
2112
|
+
hasRuntimeDefault: false;
|
|
2113
|
+
enumValues: ["user", "api"];
|
|
2114
|
+
baseColumn: never;
|
|
2115
|
+
identity: undefined;
|
|
2116
|
+
generated: undefined;
|
|
2117
|
+
}, {}, {
|
|
2118
|
+
length: number | undefined;
|
|
2119
|
+
}>;
|
|
2120
|
+
modified_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2121
|
+
name: "modified_by";
|
|
2122
|
+
tableName: "task";
|
|
2123
|
+
dataType: "string";
|
|
2124
|
+
columnType: "SQLiteText";
|
|
2125
|
+
data: "user" | "api";
|
|
2126
|
+
driverParam: string;
|
|
2127
|
+
notNull: true;
|
|
2128
|
+
hasDefault: true;
|
|
2129
|
+
isPrimaryKey: false;
|
|
2130
|
+
isAutoincrement: false;
|
|
2131
|
+
hasRuntimeDefault: false;
|
|
2132
|
+
enumValues: ["user", "api"];
|
|
2133
|
+
baseColumn: never;
|
|
2134
|
+
identity: undefined;
|
|
2135
|
+
generated: undefined;
|
|
2136
|
+
}, {}, {
|
|
2137
|
+
length: number | undefined;
|
|
2138
|
+
}>;
|
|
2139
|
+
protected: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2140
|
+
name: "protected";
|
|
2141
|
+
tableName: "task";
|
|
2142
|
+
dataType: "boolean";
|
|
2143
|
+
columnType: "SQLiteBoolean";
|
|
2144
|
+
data: boolean;
|
|
2145
|
+
driverParam: number;
|
|
2146
|
+
notNull: true;
|
|
2147
|
+
hasDefault: true;
|
|
2148
|
+
isPrimaryKey: false;
|
|
2149
|
+
isAutoincrement: false;
|
|
2150
|
+
hasRuntimeDefault: false;
|
|
2151
|
+
enumValues: undefined;
|
|
2152
|
+
baseColumn: never;
|
|
2153
|
+
identity: undefined;
|
|
2154
|
+
generated: undefined;
|
|
2155
|
+
}, {}, {}>;
|
|
1862
2156
|
deleted: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1863
2157
|
name: "deleted";
|
|
1864
2158
|
tableName: "task";
|
|
@@ -2124,6 +2418,61 @@ declare const codebase_tasks: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
2124
2418
|
identity: undefined;
|
|
2125
2419
|
generated: undefined;
|
|
2126
2420
|
}, {}, {}>;
|
|
2421
|
+
created_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2422
|
+
name: "created_by";
|
|
2423
|
+
tableName: "codebase_tasks";
|
|
2424
|
+
dataType: "string";
|
|
2425
|
+
columnType: "SQLiteText";
|
|
2426
|
+
data: "user" | "api";
|
|
2427
|
+
driverParam: string;
|
|
2428
|
+
notNull: true;
|
|
2429
|
+
hasDefault: true;
|
|
2430
|
+
isPrimaryKey: false;
|
|
2431
|
+
isAutoincrement: false;
|
|
2432
|
+
hasRuntimeDefault: false;
|
|
2433
|
+
enumValues: ["user", "api"];
|
|
2434
|
+
baseColumn: never;
|
|
2435
|
+
identity: undefined;
|
|
2436
|
+
generated: undefined;
|
|
2437
|
+
}, {}, {
|
|
2438
|
+
length: number | undefined;
|
|
2439
|
+
}>;
|
|
2440
|
+
modified_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2441
|
+
name: "modified_by";
|
|
2442
|
+
tableName: "codebase_tasks";
|
|
2443
|
+
dataType: "string";
|
|
2444
|
+
columnType: "SQLiteText";
|
|
2445
|
+
data: "user" | "api";
|
|
2446
|
+
driverParam: string;
|
|
2447
|
+
notNull: true;
|
|
2448
|
+
hasDefault: true;
|
|
2449
|
+
isPrimaryKey: false;
|
|
2450
|
+
isAutoincrement: false;
|
|
2451
|
+
hasRuntimeDefault: false;
|
|
2452
|
+
enumValues: ["user", "api"];
|
|
2453
|
+
baseColumn: never;
|
|
2454
|
+
identity: undefined;
|
|
2455
|
+
generated: undefined;
|
|
2456
|
+
}, {}, {
|
|
2457
|
+
length: number | undefined;
|
|
2458
|
+
}>;
|
|
2459
|
+
protected: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2460
|
+
name: "protected";
|
|
2461
|
+
tableName: "codebase_tasks";
|
|
2462
|
+
dataType: "boolean";
|
|
2463
|
+
columnType: "SQLiteBoolean";
|
|
2464
|
+
data: boolean;
|
|
2465
|
+
driverParam: number;
|
|
2466
|
+
notNull: true;
|
|
2467
|
+
hasDefault: true;
|
|
2468
|
+
isPrimaryKey: false;
|
|
2469
|
+
isAutoincrement: false;
|
|
2470
|
+
hasRuntimeDefault: false;
|
|
2471
|
+
enumValues: undefined;
|
|
2472
|
+
baseColumn: never;
|
|
2473
|
+
identity: undefined;
|
|
2474
|
+
generated: undefined;
|
|
2475
|
+
}, {}, {}>;
|
|
2127
2476
|
deleted: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2128
2477
|
name: "deleted";
|
|
2129
2478
|
tableName: "codebase_tasks";
|
|
@@ -2279,6 +2628,61 @@ declare const tag: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
2279
2628
|
}, {}, {
|
|
2280
2629
|
length: number | undefined;
|
|
2281
2630
|
}>;
|
|
2631
|
+
created_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2632
|
+
name: "created_by";
|
|
2633
|
+
tableName: "tag";
|
|
2634
|
+
dataType: "string";
|
|
2635
|
+
columnType: "SQLiteText";
|
|
2636
|
+
data: "user" | "api";
|
|
2637
|
+
driverParam: string;
|
|
2638
|
+
notNull: true;
|
|
2639
|
+
hasDefault: true;
|
|
2640
|
+
isPrimaryKey: false;
|
|
2641
|
+
isAutoincrement: false;
|
|
2642
|
+
hasRuntimeDefault: false;
|
|
2643
|
+
enumValues: ["user", "api"];
|
|
2644
|
+
baseColumn: never;
|
|
2645
|
+
identity: undefined;
|
|
2646
|
+
generated: undefined;
|
|
2647
|
+
}, {}, {
|
|
2648
|
+
length: number | undefined;
|
|
2649
|
+
}>;
|
|
2650
|
+
modified_by: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2651
|
+
name: "modified_by";
|
|
2652
|
+
tableName: "tag";
|
|
2653
|
+
dataType: "string";
|
|
2654
|
+
columnType: "SQLiteText";
|
|
2655
|
+
data: "user" | "api";
|
|
2656
|
+
driverParam: string;
|
|
2657
|
+
notNull: true;
|
|
2658
|
+
hasDefault: true;
|
|
2659
|
+
isPrimaryKey: false;
|
|
2660
|
+
isAutoincrement: false;
|
|
2661
|
+
hasRuntimeDefault: false;
|
|
2662
|
+
enumValues: ["user", "api"];
|
|
2663
|
+
baseColumn: never;
|
|
2664
|
+
identity: undefined;
|
|
2665
|
+
generated: undefined;
|
|
2666
|
+
}, {}, {
|
|
2667
|
+
length: number | undefined;
|
|
2668
|
+
}>;
|
|
2669
|
+
protected: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2670
|
+
name: "protected";
|
|
2671
|
+
tableName: "tag";
|
|
2672
|
+
dataType: "boolean";
|
|
2673
|
+
columnType: "SQLiteBoolean";
|
|
2674
|
+
data: boolean;
|
|
2675
|
+
driverParam: number;
|
|
2676
|
+
notNull: true;
|
|
2677
|
+
hasDefault: true;
|
|
2678
|
+
isPrimaryKey: false;
|
|
2679
|
+
isAutoincrement: false;
|
|
2680
|
+
hasRuntimeDefault: false;
|
|
2681
|
+
enumValues: undefined;
|
|
2682
|
+
baseColumn: never;
|
|
2683
|
+
identity: undefined;
|
|
2684
|
+
generated: undefined;
|
|
2685
|
+
}, {}, {}>;
|
|
2282
2686
|
deleted: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2283
2687
|
name: "deleted";
|
|
2284
2688
|
tableName: "tag";
|