@bunbase-ae/js 2.16.1-next.380.2aa515b → 2.16.1-next.388.fd1394c

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/admin.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bunbase-ae/js",
3
- "version": "2.16.1-next.380.2aa515b",
3
+ "version": "2.16.1-next.388.fd1394c",
4
4
  "type": "module",
5
5
  "description": "TypeScript/JavaScript SDK for BunBase",
6
6
  "license": "UNLICENSED",
package/src/admin.ts CHANGED
@@ -435,6 +435,7 @@ export const AUDIT_COLLECTIONS = {
435
435
  AUDIT_CONFIG: "_audit_config",
436
436
  BUCKETS: "_buckets",
437
437
  FILES: "_files",
438
+ SEQUENCES: "_sequences",
438
439
  } as const;
439
440
 
440
441
  export type AuditCollection = (typeof AUDIT_COLLECTIONS)[keyof typeof AUDIT_COLLECTIONS];