@agent-native/scheduling 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.
|
@@ -1143,7 +1143,7 @@ export declare const bookingShares: import("drizzle-orm/sqlite-core").SQLiteTabl
|
|
|
1143
1143
|
tableName: string;
|
|
1144
1144
|
dataType: "string";
|
|
1145
1145
|
columnType: "SQLiteText";
|
|
1146
|
-
data: "
|
|
1146
|
+
data: "admin" | "viewer" | "editor";
|
|
1147
1147
|
driverParam: string;
|
|
1148
1148
|
notNull: true;
|
|
1149
1149
|
hasDefault: true;
|
|
@@ -1234,7 +1234,7 @@ export declare const eventTypeShares: import("drizzle-orm/sqlite-core").SQLiteTa
|
|
|
1234
1234
|
tableName: string;
|
|
1235
1235
|
dataType: "string";
|
|
1236
1236
|
columnType: "SQLiteText";
|
|
1237
|
-
data: "
|
|
1237
|
+
data: "admin" | "viewer" | "editor";
|
|
1238
1238
|
driverParam: string;
|
|
1239
1239
|
notNull: true;
|
|
1240
1240
|
hasDefault: true;
|
|
@@ -513,7 +513,7 @@ export declare const routingFormShares: import("drizzle-orm/sqlite-core").SQLite
|
|
|
513
513
|
tableName: string;
|
|
514
514
|
dataType: "string";
|
|
515
515
|
columnType: "SQLiteText";
|
|
516
|
-
data: "
|
|
516
|
+
data: "admin" | "viewer" | "editor";
|
|
517
517
|
driverParam: string;
|
|
518
518
|
notNull: true;
|
|
519
519
|
hasDefault: true;
|
|
@@ -772,7 +772,7 @@ export declare const scheduleShares: import("drizzle-orm/sqlite-core").SQLiteTab
|
|
|
772
772
|
tableName: string;
|
|
773
773
|
dataType: "string";
|
|
774
774
|
columnType: "SQLiteText";
|
|
775
|
-
data: "
|
|
775
|
+
data: "admin" | "viewer" | "editor";
|
|
776
776
|
driverParam: string;
|
|
777
777
|
notNull: true;
|
|
778
778
|
hasDefault: true;
|
package/dist/schema/teams.d.ts
CHANGED
|
@@ -511,7 +511,7 @@ export declare const teamShares: import("drizzle-orm/sqlite-core").SQLiteTableWi
|
|
|
511
511
|
tableName: string;
|
|
512
512
|
dataType: "string";
|
|
513
513
|
columnType: "SQLiteText";
|
|
514
|
-
data: "
|
|
514
|
+
data: "admin" | "viewer" | "editor";
|
|
515
515
|
driverParam: string;
|
|
516
516
|
notNull: true;
|
|
517
517
|
hasDefault: true;
|
|
@@ -1309,7 +1309,7 @@ export declare const workflowShares: import("drizzle-orm/sqlite-core").SQLiteTab
|
|
|
1309
1309
|
tableName: string;
|
|
1310
1310
|
dataType: "string";
|
|
1311
1311
|
columnType: "SQLiteText";
|
|
1312
|
-
data: "
|
|
1312
|
+
data: "admin" | "viewer" | "editor";
|
|
1313
1313
|
driverParam: string;
|
|
1314
1314
|
notNull: true;
|
|
1315
1315
|
hasDefault: true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-native/scheduling",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Scheduling primitives for agent-native apps — event types, availability, bookings, team scheduling, workflows, routing forms. Powers the scheduling and calendar templates.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@agent-native/core": "workspace:*",
|
|
84
|
+
"@libsql/client": "^0.15.8",
|
|
84
85
|
"@tabler/icons-react": "^3.0.0",
|
|
85
86
|
"@types/node": "^24.2.1",
|
|
86
87
|
"@types/react": "^19.2.14",
|