@revealui/contracts 1.1.0 → 1.2.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/dist/a2a/index.d.ts.map +1 -1
- package/dist/a2a/index.js.map +1 -1
- package/dist/actions/action-validator.d.ts.map +1 -1
- package/dist/actions/action-validator.js.map +1 -1
- package/dist/actions/index.d.ts.map +1 -1
- package/dist/actions/index.js.map +1 -1
- package/dist/agents/index.d.ts.map +1 -1
- package/dist/agents/index.js.map +1 -1
- package/dist/api/auth.d.ts +112 -0
- package/dist/api/auth.d.ts.map +1 -1
- package/dist/api/auth.js +123 -0
- package/dist/api/auth.js.map +1 -1
- package/dist/api/chat.d.ts +59 -4
- package/dist/api/chat.d.ts.map +1 -1
- package/dist/api/chat.js +42 -5
- package/dist/api/chat.js.map +1 -1
- package/dist/api/gdpr.d.ts.map +1 -1
- package/dist/api/gdpr.js.map +1 -1
- package/dist/cms/collection.d.ts.map +1 -1
- package/dist/cms/collection.js.map +1 -1
- package/dist/cms/compat.d.ts.map +1 -1
- package/dist/cms/compat.js.map +1 -1
- package/dist/cms/config-contract.d.ts.map +1 -1
- package/dist/cms/config-contract.js.map +1 -1
- package/dist/cms/config.d.ts +2 -0
- package/dist/cms/config.d.ts.map +1 -1
- package/dist/cms/config.js.map +1 -1
- package/dist/cms/errors.d.ts.map +1 -1
- package/dist/cms/errors.js.map +1 -1
- package/dist/cms/extensibility.d.ts.map +1 -1
- package/dist/cms/extensibility.js.map +1 -1
- package/dist/cms/field.d.ts.map +1 -1
- package/dist/cms/field.js.map +1 -1
- package/dist/cms/functions.d.ts +11 -1
- package/dist/cms/functions.d.ts.map +1 -1
- package/dist/cms/global.d.ts.map +1 -1
- package/dist/cms/global.js.map +1 -1
- package/dist/cms/index.d.ts +1 -1
- package/dist/cms/index.d.ts.map +1 -1
- package/dist/cms/index.js.map +1 -1
- package/dist/cms/structure.d.ts.map +1 -1
- package/dist/cms/structure.js.map +1 -1
- package/dist/content/index.d.ts.map +1 -1
- package/dist/content/index.js.map +1 -1
- package/dist/database/bridge.d.ts +0 -18
- package/dist/database/bridge.d.ts.map +1 -1
- package/dist/database/bridge.js +0 -22
- package/dist/database/bridge.js.map +1 -1
- package/dist/database/index.d.ts +2 -2
- package/dist/database/index.d.ts.map +1 -1
- package/dist/database/index.js +1 -2
- package/dist/database/index.js.map +1 -1
- package/dist/database/type-bridge.d.ts +0 -10
- package/dist/database/type-bridge.d.ts.map +1 -1
- package/dist/database/type-bridge.js.map +1 -1
- package/dist/entities/agent-context.d.ts.map +1 -1
- package/dist/entities/agent-context.js.map +1 -1
- package/dist/entities/agent-memory.d.ts.map +1 -1
- package/dist/entities/agent-memory.js.map +1 -1
- package/dist/entities/board.d.ts.map +1 -1
- package/dist/entities/board.js.map +1 -1
- package/dist/entities/code-provenance.d.ts.map +1 -1
- package/dist/entities/code-provenance.js.map +1 -1
- package/dist/entities/index.d.ts +11 -4
- package/dist/entities/index.d.ts.map +1 -1
- package/dist/entities/index.js +11 -4
- package/dist/entities/index.js.map +1 -1
- package/dist/entities/media.d.ts.map +1 -1
- package/dist/entities/media.js.map +1 -1
- package/dist/entities/page-revision.d.ts.map +1 -1
- package/dist/entities/page-revision.js.map +1 -1
- package/dist/entities/page.d.ts +2 -1
- package/dist/entities/page.d.ts.map +1 -1
- package/dist/entities/page.js +2 -6
- package/dist/entities/page.js.map +1 -1
- package/dist/entities/post.d.ts.map +1 -1
- package/dist/entities/post.js.map +1 -1
- package/dist/entities/price.d.ts +35 -15
- package/dist/entities/price.d.ts.map +1 -1
- package/dist/entities/price.js +5 -7
- package/dist/entities/price.js.map +1 -1
- package/dist/entities/product.d.ts +35 -15
- package/dist/entities/product.d.ts.map +1 -1
- package/dist/entities/product.js +5 -6
- package/dist/entities/product.js.map +1 -1
- package/dist/entities/session.d.ts.map +1 -1
- package/dist/entities/session.js.map +1 -1
- package/dist/entities/site.d.ts +2 -1
- package/dist/entities/site.d.ts.map +1 -1
- package/dist/entities/site.js +2 -6
- package/dist/entities/site.js.map +1 -1
- package/dist/entities/ticket-comment.d.ts +1 -1
- package/dist/entities/ticket-comment.d.ts.map +1 -1
- package/dist/entities/ticket-comment.js.map +1 -1
- package/dist/entities/ticket-label.d.ts.map +1 -1
- package/dist/entities/ticket-label.js.map +1 -1
- package/dist/entities/ticket.d.ts.map +1 -1
- package/dist/entities/ticket.js +2 -0
- package/dist/entities/ticket.js.map +1 -1
- package/dist/entities/user.d.ts +1 -0
- package/dist/entities/user.d.ts.map +1 -1
- package/dist/entities/user.js +3 -2
- package/dist/entities/user.js.map +1 -1
- package/dist/foundation/contract.d.ts.map +1 -1
- package/dist/foundation/contract.js.map +1 -1
- package/dist/foundation/index.d.ts.map +1 -1
- package/dist/foundation/index.js.map +1 -1
- package/dist/generated/contracts.d.ts +721 -3
- package/dist/generated/contracts.d.ts.map +1 -1
- package/dist/generated/contracts.js +507 -1
- package/dist/generated/contracts.js.map +1 -1
- package/dist/generated/zod-schemas.d.ts +13811 -5683
- package/dist/generated/zod-schemas.d.ts.map +1 -1
- package/dist/generated/zod-schemas.js +287 -1
- package/dist/generated/zod-schemas.js.map +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -2
- package/dist/index.js.map +1 -1
- package/dist/pricing.d.ts +63 -0
- package/dist/pricing.d.ts.map +1 -0
- package/dist/pricing.js +216 -0
- package/dist/pricing.js.map +1 -0
- package/dist/providers.d.ts +4 -0
- package/dist/providers.d.ts.map +1 -0
- package/dist/providers.js +10 -0
- package/dist/providers.js.map +1 -0
- package/dist/representation/index.d.ts.map +1 -1
- package/dist/representation/index.js.map +1 -1
- package/package.json +12 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contracts.d.ts","sourceRoot":"","sources":["../../src/generated/contracts.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AASH;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;EAKlC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;EAKrC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKnC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKtC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKnC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKtC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;EAKpC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;EAKvC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;EAKtC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B;;;;EAKzC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;EAK7B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;EAKhC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;EAK9B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;EAKjC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;EAKlC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;EAKrC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;EAK5B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;EAK/B,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;EAKpC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;EAKvC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;EAKjC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;EAKpC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;EAKjC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;EAKpC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;EAKnC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;EAKtC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;EAKpC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;EAKvC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;EAKjC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;EAKpC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;EAKpC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;EAKvC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"contracts.d.ts","sourceRoot":"","sources":["../../src/generated/contracts.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AASH;;;GAGG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;EAKzC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;EAK5C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;EAKxC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;EAK3C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;EAK9B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;EAKjC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;EAK1C,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAK7C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;EAKlC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;EAKrC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKnC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKtC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKnC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKtC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;EAKpC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;EAKvC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;EAKtC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B;;;;EAKzC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;EAK7B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;EAKhC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;EAK9B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;EAKjC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;EAKpC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;EAKvC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;EAKlC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;EAKrC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;EAK5B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;EAK/B,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;EAKpC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;EAKvC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;EAKjC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;EAKpC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;EAKjC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;EAKpC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;EAKnC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;EAKtC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,6BAA6B;;;;;;;EAKxC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,gCAAgC;;;;;;;EAK3C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;EAKxC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;EAK3C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,iCAAiC;;;;EAK5C,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,oCAAoC;;;;EAK/C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;EAKtC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;EAKzC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;EAK5C,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;EAK/C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;EAK1C,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,kCAAkC;;;;;;;;;;EAK7C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;EAK3C,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;EAK9C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;EAKpC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;EAKvC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;EAKjC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;EAKpC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;EAKpC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;EAKvC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;EAKlC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;EAKrC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;EAKlC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;EAKrC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;EAK1C,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,kCAAkC;;;;;;;;;;EAK7C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;kBAzBf,CAAC;;;;;;;;;;EA8BpB,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;kBApClB,CAAC;;;;;;;;;;EAyCpB,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;kBA5L4B,CAAC;;;;;;EAiM/D,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;kBAvMyB,CAAC;;;;;;EA4M/D,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;EAKpC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;EAKvC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;EAK1B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;EAK7B,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;EAK9B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;EAKjC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;EAKhC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;EAKnC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;EAKxC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;EAK3C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAK7C,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;EAKhD,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;EAK3B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;EAK9B,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;EAK9B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;EAKjC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;EAKpC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;EAKvC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;EAKnC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAKtC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;EAKnC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;EAKtC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;EAK3B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;EAK9B,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;EAK9B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAKjC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;EAKzC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;EAK5C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;EAK3B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;EAK9B,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,iCAAiC;;;;EAK5C,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,oCAAoC;;;;EAK/C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK/B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKlC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;EAKlC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;EAKrC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;EAKnC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;EAKtC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,qBAAqB;;;;;;EAKhC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;EAKnC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;EAKtC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B;;;;;EAKzC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;EAK9B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;EAKjC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;EAKvC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,+BAA+B;;;;;;;EAK1C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;EAK3B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;EAK9B,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;EAKlC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;EAKrC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;EAK3C,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,mCAAmC;;;;;;;;EAK9C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;EAK7B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;EAKhC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;EAKpC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;EAKvC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,iCAAiC;;;;;EAK5C,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,oCAAoC;;;;;EAK/C,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;EAKlC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;EAKrC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK7B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKhC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;EAKjC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;EAKpC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;EAKjC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;EAKpC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;EAKjC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;EAKpC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK3B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK9B,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;EAK9B,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;EAKjC,CAAA;AAMF;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;EAKlC,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;EAKrC,CAAA"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Auto-generated Contract wrappers
|
|
3
3
|
*
|
|
4
4
|
* DO NOT EDIT - Regenerate with: pnpm generate:all
|
|
5
|
-
* Generated: 2026-03-
|
|
5
|
+
* Generated: 2026-03-19T09:07:55.782Z
|
|
6
6
|
*
|
|
7
7
|
* This file provides Contract wrappers for all database tables.
|
|
8
8
|
* Contracts combine TypeScript types, Zod schemas, and runtime validation
|
|
@@ -14,6 +14,98 @@
|
|
|
14
14
|
import { createContract } from '../foundation/contract.js';
|
|
15
15
|
import * as Schemas from '@revealui/contracts/generated/zod-schemas';
|
|
16
16
|
// =============================================================================
|
|
17
|
+
// AccountEntitlements Contracts
|
|
18
|
+
// =============================================================================
|
|
19
|
+
/**
|
|
20
|
+
* Contract for accountEntitlements row (Select)
|
|
21
|
+
* Database table: account_entitlements
|
|
22
|
+
*/
|
|
23
|
+
export const AccountEntitlementsRowContract = createContract({
|
|
24
|
+
name: 'AccountEntitlementsRow',
|
|
25
|
+
version: '1',
|
|
26
|
+
description: 'Database row contract for account_entitlements table',
|
|
27
|
+
schema: Schemas.AccountEntitlementsSelectSchema,
|
|
28
|
+
});
|
|
29
|
+
/**
|
|
30
|
+
* Contract for accountEntitlements insert
|
|
31
|
+
* Database table: account_entitlements
|
|
32
|
+
*/
|
|
33
|
+
export const AccountEntitlementsInsertContract = createContract({
|
|
34
|
+
name: 'AccountEntitlementsInsert',
|
|
35
|
+
version: '1',
|
|
36
|
+
description: 'Database insert contract for account_entitlements table',
|
|
37
|
+
schema: Schemas.AccountEntitlementsInsertSchema,
|
|
38
|
+
});
|
|
39
|
+
// =============================================================================
|
|
40
|
+
// AccountMemberships Contracts
|
|
41
|
+
// =============================================================================
|
|
42
|
+
/**
|
|
43
|
+
* Contract for accountMemberships row (Select)
|
|
44
|
+
* Database table: account_memberships
|
|
45
|
+
*/
|
|
46
|
+
export const AccountMembershipsRowContract = createContract({
|
|
47
|
+
name: 'AccountMembershipsRow',
|
|
48
|
+
version: '1',
|
|
49
|
+
description: 'Database row contract for account_memberships table',
|
|
50
|
+
schema: Schemas.AccountMembershipsSelectSchema,
|
|
51
|
+
});
|
|
52
|
+
/**
|
|
53
|
+
* Contract for accountMemberships insert
|
|
54
|
+
* Database table: account_memberships
|
|
55
|
+
*/
|
|
56
|
+
export const AccountMembershipsInsertContract = createContract({
|
|
57
|
+
name: 'AccountMembershipsInsert',
|
|
58
|
+
version: '1',
|
|
59
|
+
description: 'Database insert contract for account_memberships table',
|
|
60
|
+
schema: Schemas.AccountMembershipsInsertSchema,
|
|
61
|
+
});
|
|
62
|
+
// =============================================================================
|
|
63
|
+
// Accounts Contracts
|
|
64
|
+
// =============================================================================
|
|
65
|
+
/**
|
|
66
|
+
* Contract for accounts row (Select)
|
|
67
|
+
* Database table: accounts
|
|
68
|
+
*/
|
|
69
|
+
export const AccountsRowContract = createContract({
|
|
70
|
+
name: 'AccountsRow',
|
|
71
|
+
version: '1',
|
|
72
|
+
description: 'Database row contract for accounts table',
|
|
73
|
+
schema: Schemas.AccountsSelectSchema,
|
|
74
|
+
});
|
|
75
|
+
/**
|
|
76
|
+
* Contract for accounts insert
|
|
77
|
+
* Database table: accounts
|
|
78
|
+
*/
|
|
79
|
+
export const AccountsInsertContract = createContract({
|
|
80
|
+
name: 'AccountsInsert',
|
|
81
|
+
version: '1',
|
|
82
|
+
description: 'Database insert contract for accounts table',
|
|
83
|
+
schema: Schemas.AccountsInsertSchema,
|
|
84
|
+
});
|
|
85
|
+
// =============================================================================
|
|
86
|
+
// AccountSubscriptions Contracts
|
|
87
|
+
// =============================================================================
|
|
88
|
+
/**
|
|
89
|
+
* Contract for accountSubscriptions row (Select)
|
|
90
|
+
* Database table: account_subscriptions
|
|
91
|
+
*/
|
|
92
|
+
export const AccountSubscriptionsRowContract = createContract({
|
|
93
|
+
name: 'AccountSubscriptionsRow',
|
|
94
|
+
version: '1',
|
|
95
|
+
description: 'Database row contract for account_subscriptions table',
|
|
96
|
+
schema: Schemas.AccountSubscriptionsSelectSchema,
|
|
97
|
+
});
|
|
98
|
+
/**
|
|
99
|
+
* Contract for accountSubscriptions insert
|
|
100
|
+
* Database table: account_subscriptions
|
|
101
|
+
*/
|
|
102
|
+
export const AccountSubscriptionsInsertContract = createContract({
|
|
103
|
+
name: 'AccountSubscriptionsInsert',
|
|
104
|
+
version: '1',
|
|
105
|
+
description: 'Database insert contract for account_subscriptions table',
|
|
106
|
+
schema: Schemas.AccountSubscriptionsInsertSchema,
|
|
107
|
+
});
|
|
108
|
+
// =============================================================================
|
|
17
109
|
// AgentActions Contracts
|
|
18
110
|
// =============================================================================
|
|
19
111
|
/**
|
|
@@ -175,6 +267,29 @@ export const AuditLogInsertContract = createContract({
|
|
|
175
267
|
schema: Schemas.AuditLogInsertSchema,
|
|
176
268
|
});
|
|
177
269
|
// =============================================================================
|
|
270
|
+
// BillingCatalog Contracts
|
|
271
|
+
// =============================================================================
|
|
272
|
+
/**
|
|
273
|
+
* Contract for billingCatalog row (Select)
|
|
274
|
+
* Database table: billing_catalog
|
|
275
|
+
*/
|
|
276
|
+
export const BillingCatalogRowContract = createContract({
|
|
277
|
+
name: 'BillingCatalogRow',
|
|
278
|
+
version: '1',
|
|
279
|
+
description: 'Database row contract for billing_catalog table',
|
|
280
|
+
schema: Schemas.BillingCatalogSelectSchema,
|
|
281
|
+
});
|
|
282
|
+
/**
|
|
283
|
+
* Contract for billingCatalog insert
|
|
284
|
+
* Database table: billing_catalog
|
|
285
|
+
*/
|
|
286
|
+
export const BillingCatalogInsertContract = createContract({
|
|
287
|
+
name: 'BillingCatalogInsert',
|
|
288
|
+
version: '1',
|
|
289
|
+
description: 'Database insert contract for billing_catalog table',
|
|
290
|
+
schema: Schemas.BillingCatalogInsertSchema,
|
|
291
|
+
});
|
|
292
|
+
// =============================================================================
|
|
178
293
|
// BoardColumns Contracts
|
|
179
294
|
// =============================================================================
|
|
180
295
|
/**
|
|
@@ -313,6 +428,167 @@ export const ConversationsInsertContract = createContract({
|
|
|
313
428
|
schema: Schemas.ConversationsInsertSchema,
|
|
314
429
|
});
|
|
315
430
|
// =============================================================================
|
|
431
|
+
// CoordinationAgents Contracts
|
|
432
|
+
// =============================================================================
|
|
433
|
+
/**
|
|
434
|
+
* Contract for coordinationAgents row (Select)
|
|
435
|
+
* Database table: coordination_agents
|
|
436
|
+
*/
|
|
437
|
+
export const CoordinationAgentsRowContract = createContract({
|
|
438
|
+
name: 'CoordinationAgentsRow',
|
|
439
|
+
version: '1',
|
|
440
|
+
description: 'Database row contract for coordination_agents table',
|
|
441
|
+
schema: Schemas.CoordinationAgentsSelectSchema,
|
|
442
|
+
});
|
|
443
|
+
/**
|
|
444
|
+
* Contract for coordinationAgents insert
|
|
445
|
+
* Database table: coordination_agents
|
|
446
|
+
*/
|
|
447
|
+
export const CoordinationAgentsInsertContract = createContract({
|
|
448
|
+
name: 'CoordinationAgentsInsert',
|
|
449
|
+
version: '1',
|
|
450
|
+
description: 'Database insert contract for coordination_agents table',
|
|
451
|
+
schema: Schemas.CoordinationAgentsInsertSchema,
|
|
452
|
+
});
|
|
453
|
+
// =============================================================================
|
|
454
|
+
// CoordinationEvents Contracts
|
|
455
|
+
// =============================================================================
|
|
456
|
+
/**
|
|
457
|
+
* Contract for coordinationEvents row (Select)
|
|
458
|
+
* Database table: coordination_events
|
|
459
|
+
*/
|
|
460
|
+
export const CoordinationEventsRowContract = createContract({
|
|
461
|
+
name: 'CoordinationEventsRow',
|
|
462
|
+
version: '1',
|
|
463
|
+
description: 'Database row contract for coordination_events table',
|
|
464
|
+
schema: Schemas.CoordinationEventsSelectSchema,
|
|
465
|
+
});
|
|
466
|
+
/**
|
|
467
|
+
* Contract for coordinationEvents insert
|
|
468
|
+
* Database table: coordination_events
|
|
469
|
+
*/
|
|
470
|
+
export const CoordinationEventsInsertContract = createContract({
|
|
471
|
+
name: 'CoordinationEventsInsert',
|
|
472
|
+
version: '1',
|
|
473
|
+
description: 'Database insert contract for coordination_events table',
|
|
474
|
+
schema: Schemas.CoordinationEventsInsertSchema,
|
|
475
|
+
});
|
|
476
|
+
// =============================================================================
|
|
477
|
+
// CoordinationFileClaims Contracts
|
|
478
|
+
// =============================================================================
|
|
479
|
+
/**
|
|
480
|
+
* Contract for coordinationFileClaims row (Select)
|
|
481
|
+
* Database table: coordination_file_claims
|
|
482
|
+
*/
|
|
483
|
+
export const CoordinationFileClaimsRowContract = createContract({
|
|
484
|
+
name: 'CoordinationFileClaimsRow',
|
|
485
|
+
version: '1',
|
|
486
|
+
description: 'Database row contract for coordination_file_claims table',
|
|
487
|
+
schema: Schemas.CoordinationFileClaimsSelectSchema,
|
|
488
|
+
});
|
|
489
|
+
/**
|
|
490
|
+
* Contract for coordinationFileClaims insert
|
|
491
|
+
* Database table: coordination_file_claims
|
|
492
|
+
*/
|
|
493
|
+
export const CoordinationFileClaimsInsertContract = createContract({
|
|
494
|
+
name: 'CoordinationFileClaimsInsert',
|
|
495
|
+
version: '1',
|
|
496
|
+
description: 'Database insert contract for coordination_file_claims table',
|
|
497
|
+
schema: Schemas.CoordinationFileClaimsInsertSchema,
|
|
498
|
+
});
|
|
499
|
+
// =============================================================================
|
|
500
|
+
// CoordinationMail Contracts
|
|
501
|
+
// =============================================================================
|
|
502
|
+
/**
|
|
503
|
+
* Contract for coordinationMail row (Select)
|
|
504
|
+
* Database table: coordination_mail
|
|
505
|
+
*/
|
|
506
|
+
export const CoordinationMailRowContract = createContract({
|
|
507
|
+
name: 'CoordinationMailRow',
|
|
508
|
+
version: '1',
|
|
509
|
+
description: 'Database row contract for coordination_mail table',
|
|
510
|
+
schema: Schemas.CoordinationMailSelectSchema,
|
|
511
|
+
});
|
|
512
|
+
/**
|
|
513
|
+
* Contract for coordinationMail insert
|
|
514
|
+
* Database table: coordination_mail
|
|
515
|
+
*/
|
|
516
|
+
export const CoordinationMailInsertContract = createContract({
|
|
517
|
+
name: 'CoordinationMailInsert',
|
|
518
|
+
version: '1',
|
|
519
|
+
description: 'Database insert contract for coordination_mail table',
|
|
520
|
+
schema: Schemas.CoordinationMailInsertSchema,
|
|
521
|
+
});
|
|
522
|
+
// =============================================================================
|
|
523
|
+
// CoordinationQueueItems Contracts
|
|
524
|
+
// =============================================================================
|
|
525
|
+
/**
|
|
526
|
+
* Contract for coordinationQueueItems row (Select)
|
|
527
|
+
* Database table: coordination_queue_items
|
|
528
|
+
*/
|
|
529
|
+
export const CoordinationQueueItemsRowContract = createContract({
|
|
530
|
+
name: 'CoordinationQueueItemsRow',
|
|
531
|
+
version: '1',
|
|
532
|
+
description: 'Database row contract for coordination_queue_items table',
|
|
533
|
+
schema: Schemas.CoordinationQueueItemsSelectSchema,
|
|
534
|
+
});
|
|
535
|
+
/**
|
|
536
|
+
* Contract for coordinationQueueItems insert
|
|
537
|
+
* Database table: coordination_queue_items
|
|
538
|
+
*/
|
|
539
|
+
export const CoordinationQueueItemsInsertContract = createContract({
|
|
540
|
+
name: 'CoordinationQueueItemsInsert',
|
|
541
|
+
version: '1',
|
|
542
|
+
description: 'Database insert contract for coordination_queue_items table',
|
|
543
|
+
schema: Schemas.CoordinationQueueItemsInsertSchema,
|
|
544
|
+
});
|
|
545
|
+
// =============================================================================
|
|
546
|
+
// CoordinationSessions Contracts
|
|
547
|
+
// =============================================================================
|
|
548
|
+
/**
|
|
549
|
+
* Contract for coordinationSessions row (Select)
|
|
550
|
+
* Database table: coordination_sessions
|
|
551
|
+
*/
|
|
552
|
+
export const CoordinationSessionsRowContract = createContract({
|
|
553
|
+
name: 'CoordinationSessionsRow',
|
|
554
|
+
version: '1',
|
|
555
|
+
description: 'Database row contract for coordination_sessions table',
|
|
556
|
+
schema: Schemas.CoordinationSessionsSelectSchema,
|
|
557
|
+
});
|
|
558
|
+
/**
|
|
559
|
+
* Contract for coordinationSessions insert
|
|
560
|
+
* Database table: coordination_sessions
|
|
561
|
+
*/
|
|
562
|
+
export const CoordinationSessionsInsertContract = createContract({
|
|
563
|
+
name: 'CoordinationSessionsInsert',
|
|
564
|
+
version: '1',
|
|
565
|
+
description: 'Database insert contract for coordination_sessions table',
|
|
566
|
+
schema: Schemas.CoordinationSessionsInsertSchema,
|
|
567
|
+
});
|
|
568
|
+
// =============================================================================
|
|
569
|
+
// CoordinationWorkItems Contracts
|
|
570
|
+
// =============================================================================
|
|
571
|
+
/**
|
|
572
|
+
* Contract for coordinationWorkItems row (Select)
|
|
573
|
+
* Database table: coordination_work_items
|
|
574
|
+
*/
|
|
575
|
+
export const CoordinationWorkItemsRowContract = createContract({
|
|
576
|
+
name: 'CoordinationWorkItemsRow',
|
|
577
|
+
version: '1',
|
|
578
|
+
description: 'Database row contract for coordination_work_items table',
|
|
579
|
+
schema: Schemas.CoordinationWorkItemsSelectSchema,
|
|
580
|
+
});
|
|
581
|
+
/**
|
|
582
|
+
* Contract for coordinationWorkItems insert
|
|
583
|
+
* Database table: coordination_work_items
|
|
584
|
+
*/
|
|
585
|
+
export const CoordinationWorkItemsInsertContract = createContract({
|
|
586
|
+
name: 'CoordinationWorkItemsInsert',
|
|
587
|
+
version: '1',
|
|
588
|
+
description: 'Database insert contract for coordination_work_items table',
|
|
589
|
+
schema: Schemas.CoordinationWorkItemsInsertSchema,
|
|
590
|
+
});
|
|
591
|
+
// =============================================================================
|
|
316
592
|
// CrdtOperations Contracts
|
|
317
593
|
// =============================================================================
|
|
318
594
|
/**
|
|
@@ -382,6 +658,75 @@ export const FailedAttemptsInsertContract = createContract({
|
|
|
382
658
|
schema: Schemas.FailedAttemptsInsertSchema,
|
|
383
659
|
});
|
|
384
660
|
// =============================================================================
|
|
661
|
+
// GdprBreaches Contracts
|
|
662
|
+
// =============================================================================
|
|
663
|
+
/**
|
|
664
|
+
* Contract for gdprBreaches row (Select)
|
|
665
|
+
* Database table: gdpr_breaches
|
|
666
|
+
*/
|
|
667
|
+
export const GdprBreachesRowContract = createContract({
|
|
668
|
+
name: 'GdprBreachesRow',
|
|
669
|
+
version: '1',
|
|
670
|
+
description: 'Database row contract for gdpr_breaches table',
|
|
671
|
+
schema: Schemas.GdprBreachesSelectSchema,
|
|
672
|
+
});
|
|
673
|
+
/**
|
|
674
|
+
* Contract for gdprBreaches insert
|
|
675
|
+
* Database table: gdpr_breaches
|
|
676
|
+
*/
|
|
677
|
+
export const GdprBreachesInsertContract = createContract({
|
|
678
|
+
name: 'GdprBreachesInsert',
|
|
679
|
+
version: '1',
|
|
680
|
+
description: 'Database insert contract for gdpr_breaches table',
|
|
681
|
+
schema: Schemas.GdprBreachesInsertSchema,
|
|
682
|
+
});
|
|
683
|
+
// =============================================================================
|
|
684
|
+
// GdprConsents Contracts
|
|
685
|
+
// =============================================================================
|
|
686
|
+
/**
|
|
687
|
+
* Contract for gdprConsents row (Select)
|
|
688
|
+
* Database table: gdpr_consents
|
|
689
|
+
*/
|
|
690
|
+
export const GdprConsentsRowContract = createContract({
|
|
691
|
+
name: 'GdprConsentsRow',
|
|
692
|
+
version: '1',
|
|
693
|
+
description: 'Database row contract for gdpr_consents table',
|
|
694
|
+
schema: Schemas.GdprConsentsSelectSchema,
|
|
695
|
+
});
|
|
696
|
+
/**
|
|
697
|
+
* Contract for gdprConsents insert
|
|
698
|
+
* Database table: gdpr_consents
|
|
699
|
+
*/
|
|
700
|
+
export const GdprConsentsInsertContract = createContract({
|
|
701
|
+
name: 'GdprConsentsInsert',
|
|
702
|
+
version: '1',
|
|
703
|
+
description: 'Database insert contract for gdpr_consents table',
|
|
704
|
+
schema: Schemas.GdprConsentsInsertSchema,
|
|
705
|
+
});
|
|
706
|
+
// =============================================================================
|
|
707
|
+
// GdprDeletionRequests Contracts
|
|
708
|
+
// =============================================================================
|
|
709
|
+
/**
|
|
710
|
+
* Contract for gdprDeletionRequests row (Select)
|
|
711
|
+
* Database table: gdpr_deletion_requests
|
|
712
|
+
*/
|
|
713
|
+
export const GdprDeletionRequestsRowContract = createContract({
|
|
714
|
+
name: 'GdprDeletionRequestsRow',
|
|
715
|
+
version: '1',
|
|
716
|
+
description: 'Database row contract for gdpr_deletion_requests table',
|
|
717
|
+
schema: Schemas.GdprDeletionRequestsSelectSchema,
|
|
718
|
+
});
|
|
719
|
+
/**
|
|
720
|
+
* Contract for gdprDeletionRequests insert
|
|
721
|
+
* Database table: gdpr_deletion_requests
|
|
722
|
+
*/
|
|
723
|
+
export const GdprDeletionRequestsInsertContract = createContract({
|
|
724
|
+
name: 'GdprDeletionRequestsInsert',
|
|
725
|
+
version: '1',
|
|
726
|
+
description: 'Database insert contract for gdpr_deletion_requests table',
|
|
727
|
+
schema: Schemas.GdprDeletionRequestsInsertSchema,
|
|
728
|
+
});
|
|
729
|
+
// =============================================================================
|
|
385
730
|
// GlobalFooter Contracts
|
|
386
731
|
// =============================================================================
|
|
387
732
|
/**
|
|
@@ -451,6 +796,29 @@ export const GlobalSettingsInsertContract = createContract({
|
|
|
451
796
|
schema: Schemas.GlobalSettingsInsertSchema,
|
|
452
797
|
});
|
|
453
798
|
// =============================================================================
|
|
799
|
+
// Jobs Contracts
|
|
800
|
+
// =============================================================================
|
|
801
|
+
/**
|
|
802
|
+
* Contract for jobs row (Select)
|
|
803
|
+
* Database table: jobs
|
|
804
|
+
*/
|
|
805
|
+
export const JobsRowContract = createContract({
|
|
806
|
+
name: 'JobsRow',
|
|
807
|
+
version: '1',
|
|
808
|
+
description: 'Database row contract for jobs table',
|
|
809
|
+
schema: Schemas.JobsSelectSchema,
|
|
810
|
+
});
|
|
811
|
+
/**
|
|
812
|
+
* Contract for jobs insert
|
|
813
|
+
* Database table: jobs
|
|
814
|
+
*/
|
|
815
|
+
export const JobsInsertContract = createContract({
|
|
816
|
+
name: 'JobsInsert',
|
|
817
|
+
version: '1',
|
|
818
|
+
description: 'Database insert contract for jobs table',
|
|
819
|
+
schema: Schemas.JobsInsertSchema,
|
|
820
|
+
});
|
|
821
|
+
// =============================================================================
|
|
454
822
|
// Licenses Contracts
|
|
455
823
|
// =============================================================================
|
|
456
824
|
/**
|
|
@@ -474,6 +842,75 @@ export const LicensesInsertContract = createContract({
|
|
|
474
842
|
schema: Schemas.LicensesInsertSchema,
|
|
475
843
|
});
|
|
476
844
|
// =============================================================================
|
|
845
|
+
// MagicLinks Contracts
|
|
846
|
+
// =============================================================================
|
|
847
|
+
/**
|
|
848
|
+
* Contract for magicLinks row (Select)
|
|
849
|
+
* Database table: magic_links
|
|
850
|
+
*/
|
|
851
|
+
export const MagicLinksRowContract = createContract({
|
|
852
|
+
name: 'MagicLinksRow',
|
|
853
|
+
version: '1',
|
|
854
|
+
description: 'Database row contract for magic_links table',
|
|
855
|
+
schema: Schemas.MagicLinksSelectSchema,
|
|
856
|
+
});
|
|
857
|
+
/**
|
|
858
|
+
* Contract for magicLinks insert
|
|
859
|
+
* Database table: magic_links
|
|
860
|
+
*/
|
|
861
|
+
export const MagicLinksInsertContract = createContract({
|
|
862
|
+
name: 'MagicLinksInsert',
|
|
863
|
+
version: '1',
|
|
864
|
+
description: 'Database insert contract for magic_links table',
|
|
865
|
+
schema: Schemas.MagicLinksInsertSchema,
|
|
866
|
+
});
|
|
867
|
+
// =============================================================================
|
|
868
|
+
// MarketplaceServers Contracts
|
|
869
|
+
// =============================================================================
|
|
870
|
+
/**
|
|
871
|
+
* Contract for marketplaceServers row (Select)
|
|
872
|
+
* Database table: marketplace_servers
|
|
873
|
+
*/
|
|
874
|
+
export const MarketplaceServersRowContract = createContract({
|
|
875
|
+
name: 'MarketplaceServersRow',
|
|
876
|
+
version: '1',
|
|
877
|
+
description: 'Database row contract for marketplace_servers table',
|
|
878
|
+
schema: Schemas.MarketplaceServersSelectSchema,
|
|
879
|
+
});
|
|
880
|
+
/**
|
|
881
|
+
* Contract for marketplaceServers insert
|
|
882
|
+
* Database table: marketplace_servers
|
|
883
|
+
*/
|
|
884
|
+
export const MarketplaceServersInsertContract = createContract({
|
|
885
|
+
name: 'MarketplaceServersInsert',
|
|
886
|
+
version: '1',
|
|
887
|
+
description: 'Database insert contract for marketplace_servers table',
|
|
888
|
+
schema: Schemas.MarketplaceServersInsertSchema,
|
|
889
|
+
});
|
|
890
|
+
// =============================================================================
|
|
891
|
+
// MarketplaceTransactions Contracts
|
|
892
|
+
// =============================================================================
|
|
893
|
+
/**
|
|
894
|
+
* Contract for marketplaceTransactions row (Select)
|
|
895
|
+
* Database table: marketplace_transactions
|
|
896
|
+
*/
|
|
897
|
+
export const MarketplaceTransactionsRowContract = createContract({
|
|
898
|
+
name: 'MarketplaceTransactionsRow',
|
|
899
|
+
version: '1',
|
|
900
|
+
description: 'Database row contract for marketplace_transactions table',
|
|
901
|
+
schema: Schemas.MarketplaceTransactionsSelectSchema,
|
|
902
|
+
});
|
|
903
|
+
/**
|
|
904
|
+
* Contract for marketplaceTransactions insert
|
|
905
|
+
* Database table: marketplace_transactions
|
|
906
|
+
*/
|
|
907
|
+
export const MarketplaceTransactionsInsertContract = createContract({
|
|
908
|
+
name: 'MarketplaceTransactionsInsert',
|
|
909
|
+
version: '1',
|
|
910
|
+
description: 'Database insert contract for marketplace_transactions table',
|
|
911
|
+
schema: Schemas.MarketplaceTransactionsInsertSchema,
|
|
912
|
+
});
|
|
913
|
+
// =============================================================================
|
|
477
914
|
// Media Contracts
|
|
478
915
|
// =============================================================================
|
|
479
916
|
/**
|
|
@@ -612,6 +1049,29 @@ export const PagesInsertContract = createContract({
|
|
|
612
1049
|
schema: Schemas.PagesInsertSchema,
|
|
613
1050
|
});
|
|
614
1051
|
// =============================================================================
|
|
1052
|
+
// Passkeys Contracts
|
|
1053
|
+
// =============================================================================
|
|
1054
|
+
/**
|
|
1055
|
+
* Contract for passkeys row (Select)
|
|
1056
|
+
* Database table: passkeys
|
|
1057
|
+
*/
|
|
1058
|
+
export const PasskeysRowContract = createContract({
|
|
1059
|
+
name: 'PasskeysRow',
|
|
1060
|
+
version: '1',
|
|
1061
|
+
description: 'Database row contract for passkeys table',
|
|
1062
|
+
schema: Schemas.PasskeysSelectSchema,
|
|
1063
|
+
});
|
|
1064
|
+
/**
|
|
1065
|
+
* Contract for passkeys insert
|
|
1066
|
+
* Database table: passkeys
|
|
1067
|
+
*/
|
|
1068
|
+
export const PasskeysInsertContract = createContract({
|
|
1069
|
+
name: 'PasskeysInsert',
|
|
1070
|
+
version: '1',
|
|
1071
|
+
description: 'Database insert contract for passkeys table',
|
|
1072
|
+
schema: Schemas.PasskeysInsertSchema,
|
|
1073
|
+
});
|
|
1074
|
+
// =============================================================================
|
|
615
1075
|
// PasswordResetTokens Contracts
|
|
616
1076
|
// =============================================================================
|
|
617
1077
|
/**
|
|
@@ -911,6 +1371,29 @@ export const TenantProviderConfigsInsertContract = createContract({
|
|
|
911
1371
|
schema: Schemas.TenantProviderConfigsInsertSchema,
|
|
912
1372
|
});
|
|
913
1373
|
// =============================================================================
|
|
1374
|
+
// Tenants Contracts
|
|
1375
|
+
// =============================================================================
|
|
1376
|
+
/**
|
|
1377
|
+
* Contract for tenants row (Select)
|
|
1378
|
+
* Database table: tenants
|
|
1379
|
+
*/
|
|
1380
|
+
export const TenantsRowContract = createContract({
|
|
1381
|
+
name: 'TenantsRow',
|
|
1382
|
+
version: '1',
|
|
1383
|
+
description: 'Database row contract for tenants table',
|
|
1384
|
+
schema: Schemas.TenantsSelectSchema,
|
|
1385
|
+
});
|
|
1386
|
+
/**
|
|
1387
|
+
* Contract for tenants insert
|
|
1388
|
+
* Database table: tenants
|
|
1389
|
+
*/
|
|
1390
|
+
export const TenantsInsertContract = createContract({
|
|
1391
|
+
name: 'TenantsInsert',
|
|
1392
|
+
version: '1',
|
|
1393
|
+
description: 'Database insert contract for tenants table',
|
|
1394
|
+
schema: Schemas.TenantsInsertSchema,
|
|
1395
|
+
});
|
|
1396
|
+
// =============================================================================
|
|
914
1397
|
// TicketComments Contracts
|
|
915
1398
|
// =============================================================================
|
|
916
1399
|
/**
|
|
@@ -1003,6 +1486,29 @@ export const TicketsInsertContract = createContract({
|
|
|
1003
1486
|
schema: Schemas.TicketsInsertSchema,
|
|
1004
1487
|
});
|
|
1005
1488
|
// =============================================================================
|
|
1489
|
+
// UsageMeters Contracts
|
|
1490
|
+
// =============================================================================
|
|
1491
|
+
/**
|
|
1492
|
+
* Contract for usageMeters row (Select)
|
|
1493
|
+
* Database table: usage_meters
|
|
1494
|
+
*/
|
|
1495
|
+
export const UsageMetersRowContract = createContract({
|
|
1496
|
+
name: 'UsageMetersRow',
|
|
1497
|
+
version: '1',
|
|
1498
|
+
description: 'Database row contract for usage_meters table',
|
|
1499
|
+
schema: Schemas.UsageMetersSelectSchema,
|
|
1500
|
+
});
|
|
1501
|
+
/**
|
|
1502
|
+
* Contract for usageMeters insert
|
|
1503
|
+
* Database table: usage_meters
|
|
1504
|
+
*/
|
|
1505
|
+
export const UsageMetersInsertContract = createContract({
|
|
1506
|
+
name: 'UsageMetersInsert',
|
|
1507
|
+
version: '1',
|
|
1508
|
+
description: 'Database insert contract for usage_meters table',
|
|
1509
|
+
schema: Schemas.UsageMetersInsertSchema,
|
|
1510
|
+
});
|
|
1511
|
+
// =============================================================================
|
|
1006
1512
|
// UserApiKeys Contracts
|
|
1007
1513
|
// =============================================================================
|
|
1008
1514
|
/**
|