@bunbase-ae/js 2.16.1-next.380.2aa515b → 2.17.0
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/package.json +1 -1
- package/src/admin.ts +1 -0
package/package.json
CHANGED
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];
|