@agent-native/scheduling 0.1.38 → 0.1.39
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.
|
@@ -1165,7 +1165,7 @@ export declare const bookingShares: import("drizzle-orm/sqlite-core").SQLiteTabl
|
|
|
1165
1165
|
data: string;
|
|
1166
1166
|
driverParam: string;
|
|
1167
1167
|
notNull: true;
|
|
1168
|
-
hasDefault:
|
|
1168
|
+
hasDefault: true;
|
|
1169
1169
|
isPrimaryKey: false;
|
|
1170
1170
|
isAutoincrement: false;
|
|
1171
1171
|
hasRuntimeDefault: false;
|
|
@@ -1256,7 +1256,7 @@ export declare const eventTypeShares: import("drizzle-orm/sqlite-core").SQLiteTa
|
|
|
1256
1256
|
data: string;
|
|
1257
1257
|
driverParam: string;
|
|
1258
1258
|
notNull: true;
|
|
1259
|
-
hasDefault:
|
|
1259
|
+
hasDefault: true;
|
|
1260
1260
|
isPrimaryKey: false;
|
|
1261
1261
|
isAutoincrement: false;
|
|
1262
1262
|
hasRuntimeDefault: false;
|
|
@@ -535,7 +535,7 @@ export declare const routingFormShares: import("drizzle-orm/sqlite-core").SQLite
|
|
|
535
535
|
data: string;
|
|
536
536
|
driverParam: string;
|
|
537
537
|
notNull: true;
|
|
538
|
-
hasDefault:
|
|
538
|
+
hasDefault: true;
|
|
539
539
|
isPrimaryKey: false;
|
|
540
540
|
isAutoincrement: false;
|
|
541
541
|
hasRuntimeDefault: false;
|
|
@@ -794,7 +794,7 @@ export declare const scheduleShares: import("drizzle-orm/sqlite-core").SQLiteTab
|
|
|
794
794
|
data: string;
|
|
795
795
|
driverParam: string;
|
|
796
796
|
notNull: true;
|
|
797
|
-
hasDefault:
|
|
797
|
+
hasDefault: true;
|
|
798
798
|
isPrimaryKey: false;
|
|
799
799
|
isAutoincrement: false;
|
|
800
800
|
hasRuntimeDefault: false;
|
package/dist/schema/teams.d.ts
CHANGED
|
@@ -533,7 +533,7 @@ export declare const teamShares: import("drizzle-orm/sqlite-core").SQLiteTableWi
|
|
|
533
533
|
data: string;
|
|
534
534
|
driverParam: string;
|
|
535
535
|
notNull: true;
|
|
536
|
-
hasDefault:
|
|
536
|
+
hasDefault: true;
|
|
537
537
|
isPrimaryKey: false;
|
|
538
538
|
isAutoincrement: false;
|
|
539
539
|
hasRuntimeDefault: false;
|
|
@@ -1331,7 +1331,7 @@ export declare const workflowShares: import("drizzle-orm/sqlite-core").SQLiteTab
|
|
|
1331
1331
|
data: string;
|
|
1332
1332
|
driverParam: string;
|
|
1333
1333
|
notNull: true;
|
|
1334
|
-
hasDefault:
|
|
1334
|
+
hasDefault: true;
|
|
1335
1335
|
isPrimaryKey: false;
|
|
1336
1336
|
isAutoincrement: false;
|
|
1337
1337
|
hasRuntimeDefault: false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-native/scheduling",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.39",
|
|
4
4
|
"description": "Scheduling primitives for agent-native apps — event types, availability, bookings, team scheduling, workflows, and routing forms.",
|
|
5
5
|
"homepage": "https://github.com/BuilderIO/agent-native#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"nanoid": "^5.1.9",
|
|
57
57
|
"rrule": "^2.8.1",
|
|
58
58
|
"zod": "^4.3.6",
|
|
59
|
-
"@agent-native/toolkit": "^0.
|
|
59
|
+
"@agent-native/toolkit": "^0.16.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@libsql/client": "^0.15.8",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"react": "^19.2.5",
|
|
68
68
|
"typescript-7": "npm:typescript@^7.0.2",
|
|
69
69
|
"vitest": "^4.1.5",
|
|
70
|
-
"@agent-native/core": "0.157.
|
|
70
|
+
"@agent-native/core": "0.157.4"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"@agent-native/core": ">=0.8.0",
|