@lssm/example.saas-boilerplate 0.0.0-canary-20251220030446 → 0.0.0-canary-20251221114240
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/.turbo/turbo-build$colon$bundle.log +903 -888
- package/.turbo/turbo-build.log +213 -198
- package/CHANGELOG.md +8 -8
- package/dist/billing/billing.contracts.d.ts +42 -42
- package/dist/billing/billing.contracts.d.ts.map +1 -1
- package/dist/billing/billing.contracts.js +1 -1
- package/dist/billing/billing.entity.d.ts +41 -41
- package/dist/billing/billing.entity.d.ts.map +1 -1
- package/dist/billing/billing.enum.d.ts +3 -3
- package/dist/billing/billing.enum.d.ts.map +1 -1
- package/dist/billing/billing.event.d.ts +21 -21
- package/dist/billing/billing.event.d.ts.map +1 -1
- package/dist/billing/billing.schema.d.ts +47 -47
- package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
- package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
- package/dist/libs/contracts/dist/index.js +3 -1
- package/dist/libs/contracts/dist/integrations/contracts.js +1 -1
- package/dist/libs/contracts/dist/integrations/contracts.js.map +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/libs/contracts/dist/knowledge/contracts.js +1 -1
- package/dist/libs/contracts/dist/knowledge/contracts.js.map +1 -1
- package/dist/libs/contracts/dist/llm/exporters.js.map +1 -1
- package/dist/libs/contracts/dist/onboarding-base.js +1 -1
- package/dist/libs/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/libs/contracts/dist/{spec.js → operation.js} +2 -2
- package/dist/libs/contracts/dist/operation.js.map +1 -0
- package/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js +98 -0
- package/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js.map +1 -0
- package/dist/libs/contracts/dist/workspace-config/index.js +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
- package/dist/libs/identity-rbac/dist/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/index.js +2 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/contracts.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/contracts.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/balances.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/knowledge/contracts.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/knowledge/contracts.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/onboarding-base.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/{spec.js → operation.js} +2 -2
- package/dist/libs/identity-rbac/dist/contracts/dist/operation.js.map +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/workspace-config/contractsrc-schema.js +94 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/workspace-config/contractsrc-schema.js.map +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/workspace-config/index.js +1 -0
- package/dist/libs/identity-rbac/dist/contracts/organization.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/organization.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/rbac.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/rbac.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/user.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/user.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
- package/dist/libs/jobs/dist/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/index.js +2 -0
- package/dist/libs/jobs/dist/contracts/dist/integrations/contracts.js +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/contracts.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/openbanking/contracts/balances.js +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/knowledge/contracts.js +1 -1
- package/dist/libs/jobs/dist/contracts/dist/knowledge/contracts.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/onboarding-base.js +1 -1
- package/dist/libs/jobs/dist/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/{spec.js → operation.js} +2 -2
- package/dist/libs/jobs/dist/contracts/dist/operation.js.map +1 -0
- package/dist/libs/jobs/dist/contracts/dist/workspace-config/contractsrc-schema.js +94 -0
- package/dist/libs/jobs/dist/contracts/dist/workspace-config/contractsrc-schema.js.map +1 -0
- package/dist/libs/jobs/dist/contracts/dist/workspace-config/index.js +1 -0
- package/dist/libs/jobs/dist/contracts/index.js +1 -1
- package/dist/libs/jobs/dist/contracts/index.js.map +1 -1
- package/dist/modules/audit-trail/dist/contracts/index.js +1 -1
- package/dist/modules/audit-trail/dist/contracts/index.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
- package/dist/modules/audit-trail/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/index.js +2 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/contracts.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/contracts.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/knowledge/contracts.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/knowledge/contracts.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/onboarding-base.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/{spec.js → operation.js} +2 -2
- package/dist/modules/audit-trail/dist/libs/contracts/dist/operation.js.map +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js +94 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js.map +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/workspace-config/index.js +1 -0
- package/dist/modules/notifications/dist/contracts/index.js +1 -1
- package/dist/modules/notifications/dist/contracts/index.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
- package/dist/modules/notifications/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/index.js +2 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/contracts.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/contracts.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/knowledge/contracts.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/knowledge/contracts.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/onboarding-base.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/operation.js +35 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/operation.js.map +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js +94 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js.map +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/workspace-config/index.js +1 -0
- package/dist/project/project.contracts.d.ts +103 -103
- package/dist/project/project.contracts.d.ts.map +1 -1
- package/dist/project/project.contracts.js +1 -1
- package/dist/project/project.contracts.js.map +1 -1
- package/dist/project/project.entity.d.ts +24 -24
- package/dist/project/project.enum.d.ts +3 -3
- package/dist/project/project.event.d.ts +22 -22
- package/dist/project/project.event.d.ts.map +1 -1
- package/dist/project/project.schema.d.ts +54 -54
- package/dist/settings/settings.entity.d.ts +24 -24
- package/dist/settings/settings.enum.d.ts +2 -2
- package/package.json +12 -12
- package/src/project/project.contracts.ts +5 -5
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/libs/contracts/dist/spec.js.map +0 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/spec.js.map +0 -1
- package/dist/libs/jobs/dist/contracts/dist/spec.js.map +0 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/spec.js.map +0 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/spec.js +0 -35
- package/dist/modules/notifications/dist/libs/contracts/dist/spec.js.map +0 -1
package/dist/modules/notifications/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import * as z$1 from "zod";
|
|
2
|
+
|
|
3
|
+
//#region ../../modules/notifications/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js
|
|
4
|
+
/**
|
|
5
|
+
* ContractSpec configuration schema definitions.
|
|
6
|
+
*
|
|
7
|
+
* These schemas define the structure of .contractsrc.json files
|
|
8
|
+
* and are shared across CLI tools and libraries.
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* OpenAPI source configuration for import/sync/validate operations.
|
|
12
|
+
*/
|
|
13
|
+
const OpenApiSourceConfigSchema = z$1.object({
|
|
14
|
+
name: z$1.string(),
|
|
15
|
+
url: z$1.url().optional(),
|
|
16
|
+
file: z$1.string().optional(),
|
|
17
|
+
syncMode: z$1.enum([
|
|
18
|
+
"import",
|
|
19
|
+
"sync",
|
|
20
|
+
"validate"
|
|
21
|
+
]).default("validate"),
|
|
22
|
+
tags: z$1.array(z$1.string()).optional(),
|
|
23
|
+
exclude: z$1.array(z$1.string()).optional(),
|
|
24
|
+
include: z$1.array(z$1.string()).optional(),
|
|
25
|
+
prefix: z$1.string().optional(),
|
|
26
|
+
defaultStability: z$1.enum([
|
|
27
|
+
"experimental",
|
|
28
|
+
"beta",
|
|
29
|
+
"stable",
|
|
30
|
+
"deprecated"
|
|
31
|
+
]).optional(),
|
|
32
|
+
defaultAuth: z$1.enum([
|
|
33
|
+
"anonymous",
|
|
34
|
+
"user",
|
|
35
|
+
"admin"
|
|
36
|
+
]).optional(),
|
|
37
|
+
defaultOwners: z$1.array(z$1.string()).optional()
|
|
38
|
+
});
|
|
39
|
+
const OpenApiExportConfigSchema = z$1.object({
|
|
40
|
+
outputPath: z$1.string().default("./openapi.json"),
|
|
41
|
+
format: z$1.enum(["json", "yaml"]).default("json"),
|
|
42
|
+
title: z$1.string().optional(),
|
|
43
|
+
version: z$1.string().optional(),
|
|
44
|
+
description: z$1.string().optional(),
|
|
45
|
+
servers: z$1.array(z$1.object({
|
|
46
|
+
url: z$1.string(),
|
|
47
|
+
description: z$1.string().optional()
|
|
48
|
+
})).optional()
|
|
49
|
+
});
|
|
50
|
+
/**
|
|
51
|
+
* OpenAPI configuration section.
|
|
52
|
+
*/
|
|
53
|
+
const OpenApiConfigSchema = z$1.object({
|
|
54
|
+
sources: z$1.array(OpenApiSourceConfigSchema).optional(),
|
|
55
|
+
export: OpenApiExportConfigSchema.optional()
|
|
56
|
+
});
|
|
57
|
+
/**
|
|
58
|
+
* Output directory conventions for generated specs.
|
|
59
|
+
*/
|
|
60
|
+
const FolderConventionsSchema = z$1.object({
|
|
61
|
+
models: z$1.string().default("models"),
|
|
62
|
+
operations: z$1.string().default("operations/commands|queries"),
|
|
63
|
+
events: z$1.string().default("events"),
|
|
64
|
+
presentations: z$1.string().default("presentations"),
|
|
65
|
+
forms: z$1.string().default("forms")
|
|
66
|
+
});
|
|
67
|
+
z$1.object({
|
|
68
|
+
aiProvider: z$1.enum([
|
|
69
|
+
"claude",
|
|
70
|
+
"openai",
|
|
71
|
+
"ollama",
|
|
72
|
+
"custom"
|
|
73
|
+
]).default("claude"),
|
|
74
|
+
aiModel: z$1.string().optional(),
|
|
75
|
+
agentMode: z$1.enum([
|
|
76
|
+
"simple",
|
|
77
|
+
"cursor",
|
|
78
|
+
"claude-code",
|
|
79
|
+
"openai-codex"
|
|
80
|
+
]).default("simple"),
|
|
81
|
+
customEndpoint: z$1.url().nullable().optional(),
|
|
82
|
+
customApiKey: z$1.string().nullable().optional(),
|
|
83
|
+
outputDir: z$1.string().default("./src"),
|
|
84
|
+
conventions: FolderConventionsSchema,
|
|
85
|
+
defaultOwners: z$1.array(z$1.string()).default([]),
|
|
86
|
+
defaultTags: z$1.array(z$1.string()).default([]),
|
|
87
|
+
packages: z$1.array(z$1.string()).optional(),
|
|
88
|
+
excludePackages: z$1.array(z$1.string()).optional(),
|
|
89
|
+
recursive: z$1.boolean().optional(),
|
|
90
|
+
openapi: OpenApiConfigSchema.optional()
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
//#endregion
|
|
94
|
+
//# sourceMappingURL=contractsrc-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contractsrc-schema.js","names":[],"sources":["../../../../../../../../../../modules/notifications/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js"],"sourcesContent":["import * as z$1 from \"zod\";\n\n//#region ../../libs/contracts/dist/workspace-config/contractsrc-schema.js\n/**\n* ContractSpec configuration schema definitions.\n*\n* These schemas define the structure of .contractsrc.json files\n* and are shared across CLI tools and libraries.\n*/\n/**\n* OpenAPI source configuration for import/sync/validate operations.\n*/\nconst OpenApiSourceConfigSchema = z$1.object({\n\tname: z$1.string(),\n\turl: z$1.url().optional(),\n\tfile: z$1.string().optional(),\n\tsyncMode: z$1.enum([\n\t\t\"import\",\n\t\t\"sync\",\n\t\t\"validate\"\n\t]).default(\"validate\"),\n\ttags: z$1.array(z$1.string()).optional(),\n\texclude: z$1.array(z$1.string()).optional(),\n\tinclude: z$1.array(z$1.string()).optional(),\n\tprefix: z$1.string().optional(),\n\tdefaultStability: z$1.enum([\n\t\t\"experimental\",\n\t\t\"beta\",\n\t\t\"stable\",\n\t\t\"deprecated\"\n\t]).optional(),\n\tdefaultAuth: z$1.enum([\n\t\t\"anonymous\",\n\t\t\"user\",\n\t\t\"admin\"\n\t]).optional(),\n\tdefaultOwners: z$1.array(z$1.string()).optional()\n});\nconst OpenApiExportConfigSchema = z$1.object({\n\toutputPath: z$1.string().default(\"./openapi.json\"),\n\tformat: z$1.enum([\"json\", \"yaml\"]).default(\"json\"),\n\ttitle: z$1.string().optional(),\n\tversion: z$1.string().optional(),\n\tdescription: z$1.string().optional(),\n\tservers: z$1.array(z$1.object({\n\t\turl: z$1.string(),\n\t\tdescription: z$1.string().optional()\n\t})).optional()\n});\n/**\n* OpenAPI configuration section.\n*/\nconst OpenApiConfigSchema = z$1.object({\n\tsources: z$1.array(OpenApiSourceConfigSchema).optional(),\n\texport: OpenApiExportConfigSchema.optional()\n});\n/**\n* Output directory conventions for generated specs.\n*/\nconst FolderConventionsSchema = z$1.object({\n\tmodels: z$1.string().default(\"models\"),\n\toperations: z$1.string().default(\"operations/commands|queries\"),\n\tevents: z$1.string().default(\"events\"),\n\tpresentations: z$1.string().default(\"presentations\"),\n\tforms: z$1.string().default(\"forms\")\n});\n/**\n* Full ContractSpec configuration schema (.contractsrc.json).\n*/\nconst ContractsrcSchema = z$1.object({\n\taiProvider: z$1.enum([\n\t\t\"claude\",\n\t\t\"openai\",\n\t\t\"ollama\",\n\t\t\"custom\"\n\t]).default(\"claude\"),\n\taiModel: z$1.string().optional(),\n\tagentMode: z$1.enum([\n\t\t\"simple\",\n\t\t\"cursor\",\n\t\t\"claude-code\",\n\t\t\"openai-codex\"\n\t]).default(\"simple\"),\n\tcustomEndpoint: z$1.url().nullable().optional(),\n\tcustomApiKey: z$1.string().nullable().optional(),\n\toutputDir: z$1.string().default(\"./src\"),\n\tconventions: FolderConventionsSchema,\n\tdefaultOwners: z$1.array(z$1.string()).default([]),\n\tdefaultTags: z$1.array(z$1.string()).default([]),\n\tpackages: z$1.array(z$1.string()).optional(),\n\texcludePackages: z$1.array(z$1.string()).optional(),\n\trecursive: z$1.boolean().optional(),\n\topenapi: OpenApiConfigSchema.optional()\n});\n\n//#endregion\nexport { FolderConventionsSchema, OpenApiConfigSchema, OpenApiExportConfigSchema, OpenApiSourceConfigSchema };\n//# sourceMappingURL=contractsrc-schema.js.map"],"mappings":";;;;;;;;;;;;AAYA,MAAM,4BAA4B,IAAI,OAAO;CAC5C,MAAM,IAAI,QAAQ;CAClB,KAAK,IAAI,KAAK,CAAC,UAAU;CACzB,MAAM,IAAI,QAAQ,CAAC,UAAU;CAC7B,UAAU,IAAI,KAAK;EAClB;EACA;EACA;EACA,CAAC,CAAC,QAAQ,WAAW;CACtB,MAAM,IAAI,MAAM,IAAI,QAAQ,CAAC,CAAC,UAAU;CACxC,SAAS,IAAI,MAAM,IAAI,QAAQ,CAAC,CAAC,UAAU;CAC3C,SAAS,IAAI,MAAM,IAAI,QAAQ,CAAC,CAAC,UAAU;CAC3C,QAAQ,IAAI,QAAQ,CAAC,UAAU;CAC/B,kBAAkB,IAAI,KAAK;EAC1B;EACA;EACA;EACA;EACA,CAAC,CAAC,UAAU;CACb,aAAa,IAAI,KAAK;EACrB;EACA;EACA;EACA,CAAC,CAAC,UAAU;CACb,eAAe,IAAI,MAAM,IAAI,QAAQ,CAAC,CAAC,UAAU;CACjD,CAAC;AACF,MAAM,4BAA4B,IAAI,OAAO;CAC5C,YAAY,IAAI,QAAQ,CAAC,QAAQ,iBAAiB;CAClD,QAAQ,IAAI,KAAK,CAAC,QAAQ,OAAO,CAAC,CAAC,QAAQ,OAAO;CAClD,OAAO,IAAI,QAAQ,CAAC,UAAU;CAC9B,SAAS,IAAI,QAAQ,CAAC,UAAU;CAChC,aAAa,IAAI,QAAQ,CAAC,UAAU;CACpC,SAAS,IAAI,MAAM,IAAI,OAAO;EAC7B,KAAK,IAAI,QAAQ;EACjB,aAAa,IAAI,QAAQ,CAAC,UAAU;EACpC,CAAC,CAAC,CAAC,UAAU;CACd,CAAC;;;;AAIF,MAAM,sBAAsB,IAAI,OAAO;CACtC,SAAS,IAAI,MAAM,0BAA0B,CAAC,UAAU;CACxD,QAAQ,0BAA0B,UAAU;CAC5C,CAAC;;;;AAIF,MAAM,0BAA0B,IAAI,OAAO;CAC1C,QAAQ,IAAI,QAAQ,CAAC,QAAQ,SAAS;CACtC,YAAY,IAAI,QAAQ,CAAC,QAAQ,8BAA8B;CAC/D,QAAQ,IAAI,QAAQ,CAAC,QAAQ,SAAS;CACtC,eAAe,IAAI,QAAQ,CAAC,QAAQ,gBAAgB;CACpD,OAAO,IAAI,QAAQ,CAAC,QAAQ,QAAQ;CACpC,CAAC;AAIwB,IAAI,OAAO;CACpC,YAAY,IAAI,KAAK;EACpB;EACA;EACA;EACA;EACA,CAAC,CAAC,QAAQ,SAAS;CACpB,SAAS,IAAI,QAAQ,CAAC,UAAU;CAChC,WAAW,IAAI,KAAK;EACnB;EACA;EACA;EACA;EACA,CAAC,CAAC,QAAQ,SAAS;CACpB,gBAAgB,IAAI,KAAK,CAAC,UAAU,CAAC,UAAU;CAC/C,cAAc,IAAI,QAAQ,CAAC,UAAU,CAAC,UAAU;CAChD,WAAW,IAAI,QAAQ,CAAC,QAAQ,QAAQ;CACxC,aAAa;CACb,eAAe,IAAI,MAAM,IAAI,QAAQ,CAAC,CAAC,QAAQ,EAAE,CAAC;CAClD,aAAa,IAAI,MAAM,IAAI,QAAQ,CAAC,CAAC,QAAQ,EAAE,CAAC;CAChD,UAAU,IAAI,MAAM,IAAI,QAAQ,CAAC,CAAC,UAAU;CAC5C,iBAAiB,IAAI,MAAM,IAAI,QAAQ,CAAC,CAAC,UAAU;CACnD,WAAW,IAAI,SAAS,CAAC,UAAU;CACnC,SAAS,oBAAoB,UAAU;CACvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./contractsrc-schema.js";
|
|
@@ -1,126 +1,126 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema0 from "@lssm/lib.schema";
|
|
2
|
+
import * as _lssm_lib_contracts0 from "@lssm/lib.contracts";
|
|
3
3
|
|
|
4
4
|
//#region src/project/project.contracts.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Create a new project.
|
|
7
7
|
*/
|
|
8
|
-
declare const CreateProjectContract:
|
|
8
|
+
declare const CreateProjectContract: _lssm_lib_contracts0.OperationSpec<_lssm_lib_schema0.SchemaModel<{
|
|
9
9
|
name: {
|
|
10
|
-
type:
|
|
10
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
11
11
|
isOptional: false;
|
|
12
12
|
};
|
|
13
13
|
description: {
|
|
14
|
-
type:
|
|
14
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
15
15
|
isOptional: true;
|
|
16
16
|
};
|
|
17
17
|
slug: {
|
|
18
|
-
type:
|
|
18
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
19
19
|
isOptional: true;
|
|
20
20
|
};
|
|
21
21
|
isPublic: {
|
|
22
|
-
type:
|
|
22
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
23
23
|
isOptional: true;
|
|
24
24
|
};
|
|
25
25
|
tags: {
|
|
26
|
-
type:
|
|
26
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
27
27
|
isArray: true;
|
|
28
28
|
isOptional: true;
|
|
29
29
|
};
|
|
30
|
-
}>,
|
|
30
|
+
}>, _lssm_lib_schema0.SchemaModel<{
|
|
31
31
|
id: {
|
|
32
|
-
type:
|
|
32
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
33
33
|
isOptional: false;
|
|
34
34
|
};
|
|
35
35
|
name: {
|
|
36
|
-
type:
|
|
36
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
37
37
|
isOptional: false;
|
|
38
38
|
};
|
|
39
39
|
description: {
|
|
40
|
-
type:
|
|
40
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
41
41
|
isOptional: true;
|
|
42
42
|
};
|
|
43
43
|
slug: {
|
|
44
|
-
type:
|
|
44
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
45
45
|
isOptional: true;
|
|
46
46
|
};
|
|
47
47
|
organizationId: {
|
|
48
|
-
type:
|
|
48
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
49
49
|
isOptional: false;
|
|
50
50
|
};
|
|
51
51
|
createdBy: {
|
|
52
|
-
type:
|
|
52
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
53
53
|
isOptional: false;
|
|
54
54
|
};
|
|
55
55
|
status: {
|
|
56
|
-
type:
|
|
56
|
+
type: _lssm_lib_schema0.EnumType<[string, string, string, string]>;
|
|
57
57
|
isOptional: false;
|
|
58
58
|
};
|
|
59
59
|
isPublic: {
|
|
60
|
-
type:
|
|
60
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
61
61
|
isOptional: false;
|
|
62
62
|
};
|
|
63
63
|
tags: {
|
|
64
|
-
type:
|
|
64
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
65
65
|
isArray: true;
|
|
66
66
|
isOptional: false;
|
|
67
67
|
};
|
|
68
68
|
createdAt: {
|
|
69
|
-
type:
|
|
69
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
70
70
|
isOptional: false;
|
|
71
71
|
};
|
|
72
72
|
updatedAt: {
|
|
73
|
-
type:
|
|
73
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
74
74
|
isOptional: false;
|
|
75
75
|
};
|
|
76
76
|
}>, {
|
|
77
77
|
name: string;
|
|
78
78
|
version: number;
|
|
79
79
|
when: string;
|
|
80
|
-
payload:
|
|
80
|
+
payload: _lssm_lib_schema0.SchemaModel<{
|
|
81
81
|
id: {
|
|
82
|
-
type:
|
|
82
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
83
83
|
isOptional: false;
|
|
84
84
|
};
|
|
85
85
|
name: {
|
|
86
|
-
type:
|
|
86
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
87
87
|
isOptional: false;
|
|
88
88
|
};
|
|
89
89
|
description: {
|
|
90
|
-
type:
|
|
90
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
91
91
|
isOptional: true;
|
|
92
92
|
};
|
|
93
93
|
slug: {
|
|
94
|
-
type:
|
|
94
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
95
95
|
isOptional: true;
|
|
96
96
|
};
|
|
97
97
|
organizationId: {
|
|
98
|
-
type:
|
|
98
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
99
99
|
isOptional: false;
|
|
100
100
|
};
|
|
101
101
|
createdBy: {
|
|
102
|
-
type:
|
|
102
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
103
103
|
isOptional: false;
|
|
104
104
|
};
|
|
105
105
|
status: {
|
|
106
|
-
type:
|
|
106
|
+
type: _lssm_lib_schema0.EnumType<[string, string, string, string]>;
|
|
107
107
|
isOptional: false;
|
|
108
108
|
};
|
|
109
109
|
isPublic: {
|
|
110
|
-
type:
|
|
110
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
111
111
|
isOptional: false;
|
|
112
112
|
};
|
|
113
113
|
tags: {
|
|
114
|
-
type:
|
|
114
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
115
115
|
isArray: true;
|
|
116
116
|
isOptional: false;
|
|
117
117
|
};
|
|
118
118
|
createdAt: {
|
|
119
|
-
type:
|
|
119
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
120
120
|
isOptional: false;
|
|
121
121
|
};
|
|
122
122
|
updatedAt: {
|
|
123
|
-
type:
|
|
123
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
124
124
|
isOptional: false;
|
|
125
125
|
};
|
|
126
126
|
}>;
|
|
@@ -128,185 +128,185 @@ declare const CreateProjectContract: _lssm_lib_contracts6.ContractSpec<_lssm_lib
|
|
|
128
128
|
/**
|
|
129
129
|
* Get project by ID.
|
|
130
130
|
*/
|
|
131
|
-
declare const GetProjectContract:
|
|
131
|
+
declare const GetProjectContract: _lssm_lib_contracts0.OperationSpec<_lssm_lib_schema0.SchemaModel<{
|
|
132
132
|
projectId: {
|
|
133
|
-
type:
|
|
133
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
134
134
|
isOptional: false;
|
|
135
135
|
};
|
|
136
|
-
}>,
|
|
136
|
+
}>, _lssm_lib_schema0.SchemaModel<{
|
|
137
137
|
id: {
|
|
138
|
-
type:
|
|
138
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
139
139
|
isOptional: false;
|
|
140
140
|
};
|
|
141
141
|
name: {
|
|
142
|
-
type:
|
|
142
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
143
143
|
isOptional: false;
|
|
144
144
|
};
|
|
145
145
|
description: {
|
|
146
|
-
type:
|
|
146
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
147
147
|
isOptional: true;
|
|
148
148
|
};
|
|
149
149
|
slug: {
|
|
150
|
-
type:
|
|
150
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
151
151
|
isOptional: true;
|
|
152
152
|
};
|
|
153
153
|
organizationId: {
|
|
154
|
-
type:
|
|
154
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
155
155
|
isOptional: false;
|
|
156
156
|
};
|
|
157
157
|
createdBy: {
|
|
158
|
-
type:
|
|
158
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
159
159
|
isOptional: false;
|
|
160
160
|
};
|
|
161
161
|
status: {
|
|
162
|
-
type:
|
|
162
|
+
type: _lssm_lib_schema0.EnumType<[string, string, string, string]>;
|
|
163
163
|
isOptional: false;
|
|
164
164
|
};
|
|
165
165
|
isPublic: {
|
|
166
|
-
type:
|
|
166
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
167
167
|
isOptional: false;
|
|
168
168
|
};
|
|
169
169
|
tags: {
|
|
170
|
-
type:
|
|
170
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
171
171
|
isArray: true;
|
|
172
172
|
isOptional: false;
|
|
173
173
|
};
|
|
174
174
|
createdAt: {
|
|
175
|
-
type:
|
|
175
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
176
176
|
isOptional: false;
|
|
177
177
|
};
|
|
178
178
|
updatedAt: {
|
|
179
|
-
type:
|
|
179
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
180
180
|
isOptional: false;
|
|
181
181
|
};
|
|
182
182
|
}>, undefined>;
|
|
183
183
|
/**
|
|
184
184
|
* Update a project.
|
|
185
185
|
*/
|
|
186
|
-
declare const UpdateProjectContract:
|
|
186
|
+
declare const UpdateProjectContract: _lssm_lib_contracts0.OperationSpec<_lssm_lib_schema0.SchemaModel<{
|
|
187
187
|
projectId: {
|
|
188
|
-
type:
|
|
188
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
189
189
|
isOptional: false;
|
|
190
190
|
};
|
|
191
191
|
name: {
|
|
192
|
-
type:
|
|
192
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
193
193
|
isOptional: true;
|
|
194
194
|
};
|
|
195
195
|
description: {
|
|
196
|
-
type:
|
|
196
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
197
197
|
isOptional: true;
|
|
198
198
|
};
|
|
199
199
|
slug: {
|
|
200
|
-
type:
|
|
200
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
201
201
|
isOptional: true;
|
|
202
202
|
};
|
|
203
203
|
isPublic: {
|
|
204
|
-
type:
|
|
204
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
205
205
|
isOptional: true;
|
|
206
206
|
};
|
|
207
207
|
tags: {
|
|
208
|
-
type:
|
|
208
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
209
209
|
isArray: true;
|
|
210
210
|
isOptional: true;
|
|
211
211
|
};
|
|
212
212
|
status: {
|
|
213
|
-
type:
|
|
213
|
+
type: _lssm_lib_schema0.EnumType<[string, string, string, string]>;
|
|
214
214
|
isOptional: true;
|
|
215
215
|
};
|
|
216
|
-
}>,
|
|
216
|
+
}>, _lssm_lib_schema0.SchemaModel<{
|
|
217
217
|
id: {
|
|
218
|
-
type:
|
|
218
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
219
219
|
isOptional: false;
|
|
220
220
|
};
|
|
221
221
|
name: {
|
|
222
|
-
type:
|
|
222
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
223
223
|
isOptional: false;
|
|
224
224
|
};
|
|
225
225
|
description: {
|
|
226
|
-
type:
|
|
226
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
227
227
|
isOptional: true;
|
|
228
228
|
};
|
|
229
229
|
slug: {
|
|
230
|
-
type:
|
|
230
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
231
231
|
isOptional: true;
|
|
232
232
|
};
|
|
233
233
|
organizationId: {
|
|
234
|
-
type:
|
|
234
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
235
235
|
isOptional: false;
|
|
236
236
|
};
|
|
237
237
|
createdBy: {
|
|
238
|
-
type:
|
|
238
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
239
239
|
isOptional: false;
|
|
240
240
|
};
|
|
241
241
|
status: {
|
|
242
|
-
type:
|
|
242
|
+
type: _lssm_lib_schema0.EnumType<[string, string, string, string]>;
|
|
243
243
|
isOptional: false;
|
|
244
244
|
};
|
|
245
245
|
isPublic: {
|
|
246
|
-
type:
|
|
246
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
247
247
|
isOptional: false;
|
|
248
248
|
};
|
|
249
249
|
tags: {
|
|
250
|
-
type:
|
|
250
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
251
251
|
isArray: true;
|
|
252
252
|
isOptional: false;
|
|
253
253
|
};
|
|
254
254
|
createdAt: {
|
|
255
|
-
type:
|
|
255
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
256
256
|
isOptional: false;
|
|
257
257
|
};
|
|
258
258
|
updatedAt: {
|
|
259
|
-
type:
|
|
259
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
260
260
|
isOptional: false;
|
|
261
261
|
};
|
|
262
262
|
}>, {
|
|
263
263
|
name: string;
|
|
264
264
|
version: number;
|
|
265
265
|
when: string;
|
|
266
|
-
payload:
|
|
266
|
+
payload: _lssm_lib_schema0.SchemaModel<{
|
|
267
267
|
id: {
|
|
268
|
-
type:
|
|
268
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
269
269
|
isOptional: false;
|
|
270
270
|
};
|
|
271
271
|
name: {
|
|
272
|
-
type:
|
|
272
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
273
273
|
isOptional: false;
|
|
274
274
|
};
|
|
275
275
|
description: {
|
|
276
|
-
type:
|
|
276
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
277
277
|
isOptional: true;
|
|
278
278
|
};
|
|
279
279
|
slug: {
|
|
280
|
-
type:
|
|
280
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
281
281
|
isOptional: true;
|
|
282
282
|
};
|
|
283
283
|
organizationId: {
|
|
284
|
-
type:
|
|
284
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
285
285
|
isOptional: false;
|
|
286
286
|
};
|
|
287
287
|
createdBy: {
|
|
288
|
-
type:
|
|
288
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
289
289
|
isOptional: false;
|
|
290
290
|
};
|
|
291
291
|
status: {
|
|
292
|
-
type:
|
|
292
|
+
type: _lssm_lib_schema0.EnumType<[string, string, string, string]>;
|
|
293
293
|
isOptional: false;
|
|
294
294
|
};
|
|
295
295
|
isPublic: {
|
|
296
|
-
type:
|
|
296
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
297
297
|
isOptional: false;
|
|
298
298
|
};
|
|
299
299
|
tags: {
|
|
300
|
-
type:
|
|
300
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
301
301
|
isArray: true;
|
|
302
302
|
isOptional: false;
|
|
303
303
|
};
|
|
304
304
|
createdAt: {
|
|
305
|
-
type:
|
|
305
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
306
306
|
isOptional: false;
|
|
307
307
|
};
|
|
308
308
|
updatedAt: {
|
|
309
|
-
type:
|
|
309
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
310
310
|
isOptional: false;
|
|
311
311
|
};
|
|
312
312
|
}>;
|
|
@@ -314,23 +314,23 @@ declare const UpdateProjectContract: _lssm_lib_contracts6.ContractSpec<_lssm_lib
|
|
|
314
314
|
/**
|
|
315
315
|
* Delete a project.
|
|
316
316
|
*/
|
|
317
|
-
declare const DeleteProjectContract:
|
|
317
|
+
declare const DeleteProjectContract: _lssm_lib_contracts0.OperationSpec<_lssm_lib_schema0.SchemaModel<{
|
|
318
318
|
projectId: {
|
|
319
|
-
type:
|
|
319
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
320
320
|
isOptional: false;
|
|
321
321
|
};
|
|
322
|
-
}>,
|
|
322
|
+
}>, _lssm_lib_schema0.SchemaModel<{
|
|
323
323
|
success: {
|
|
324
|
-
type:
|
|
324
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
325
325
|
isOptional: false;
|
|
326
326
|
};
|
|
327
327
|
}>, {
|
|
328
328
|
name: string;
|
|
329
329
|
version: number;
|
|
330
330
|
when: string;
|
|
331
|
-
payload:
|
|
331
|
+
payload: _lssm_lib_schema0.SchemaModel<{
|
|
332
332
|
projectId: {
|
|
333
|
-
type:
|
|
333
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
334
334
|
isOptional: false;
|
|
335
335
|
};
|
|
336
336
|
}>;
|
|
@@ -338,71 +338,71 @@ declare const DeleteProjectContract: _lssm_lib_contracts6.ContractSpec<_lssm_lib
|
|
|
338
338
|
/**
|
|
339
339
|
* List organization projects.
|
|
340
340
|
*/
|
|
341
|
-
declare const ListProjectsContract:
|
|
341
|
+
declare const ListProjectsContract: _lssm_lib_contracts0.OperationSpec<_lssm_lib_schema0.SchemaModel<{
|
|
342
342
|
status: {
|
|
343
|
-
type:
|
|
343
|
+
type: _lssm_lib_schema0.EnumType<[string, string, string, string]>;
|
|
344
344
|
isOptional: true;
|
|
345
345
|
};
|
|
346
346
|
search: {
|
|
347
|
-
type:
|
|
347
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
348
348
|
isOptional: true;
|
|
349
349
|
};
|
|
350
350
|
limit: {
|
|
351
|
-
type:
|
|
351
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
352
352
|
isOptional: true;
|
|
353
353
|
defaultValue: number;
|
|
354
354
|
};
|
|
355
355
|
offset: {
|
|
356
|
-
type:
|
|
356
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
357
357
|
isOptional: true;
|
|
358
358
|
defaultValue: number;
|
|
359
359
|
};
|
|
360
|
-
}>,
|
|
360
|
+
}>, _lssm_lib_schema0.SchemaModel<{
|
|
361
361
|
projects: {
|
|
362
|
-
type:
|
|
362
|
+
type: _lssm_lib_schema0.SchemaModel<{
|
|
363
363
|
id: {
|
|
364
|
-
type:
|
|
364
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
365
365
|
isOptional: false;
|
|
366
366
|
};
|
|
367
367
|
name: {
|
|
368
|
-
type:
|
|
368
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
369
369
|
isOptional: false;
|
|
370
370
|
};
|
|
371
371
|
description: {
|
|
372
|
-
type:
|
|
372
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
373
373
|
isOptional: true;
|
|
374
374
|
};
|
|
375
375
|
slug: {
|
|
376
|
-
type:
|
|
376
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
377
377
|
isOptional: true;
|
|
378
378
|
};
|
|
379
379
|
organizationId: {
|
|
380
|
-
type:
|
|
380
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
381
381
|
isOptional: false;
|
|
382
382
|
};
|
|
383
383
|
createdBy: {
|
|
384
|
-
type:
|
|
384
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
385
385
|
isOptional: false;
|
|
386
386
|
};
|
|
387
387
|
status: {
|
|
388
|
-
type:
|
|
388
|
+
type: _lssm_lib_schema0.EnumType<[string, string, string, string]>;
|
|
389
389
|
isOptional: false;
|
|
390
390
|
};
|
|
391
391
|
isPublic: {
|
|
392
|
-
type:
|
|
392
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
393
393
|
isOptional: false;
|
|
394
394
|
};
|
|
395
395
|
tags: {
|
|
396
|
-
type:
|
|
396
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
397
397
|
isArray: true;
|
|
398
398
|
isOptional: false;
|
|
399
399
|
};
|
|
400
400
|
createdAt: {
|
|
401
|
-
type:
|
|
401
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
402
402
|
isOptional: false;
|
|
403
403
|
};
|
|
404
404
|
updatedAt: {
|
|
405
|
-
type:
|
|
405
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
406
406
|
isOptional: false;
|
|
407
407
|
};
|
|
408
408
|
}>;
|
|
@@ -410,7 +410,7 @@ declare const ListProjectsContract: _lssm_lib_contracts6.ContractSpec<_lssm_lib_
|
|
|
410
410
|
isOptional: false;
|
|
411
411
|
};
|
|
412
412
|
total: {
|
|
413
|
-
type:
|
|
413
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
414
414
|
isOptional: false;
|
|
415
415
|
};
|
|
416
416
|
}>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.contracts.d.ts","names":[],"sources":["../../src/project/project.contracts.ts"],"sourcesContent":[],"mappings":";;;;;;;cAkBa,4CAAqB,
|
|
1
|
+
{"version":3,"file":"project.contracts.d.ts","names":[],"sources":["../../src/project/project.contracts.ts"],"sourcesContent":[],"mappings":";;;;;;;cAkBa,4CAAqB,gCAAA;EAArB,IAAA,EAAA;IA2CX,IAAA,EAAA,iBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;gBA3CgC,IAAA;EAAA,CAAA;;;;;;;;;;;;;;;;UAAA,iBAAA,CAAA;;;;;;;;;;;;qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,IAAA;EAgDrB,CAAA;EA0BX,cAAA,EAAA;qCA1B6B,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;;IAAA,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IA+BlB,OAAA,EAAA,IAAA;IA6BX,UAAA,EAAA,KAAA;;;;;;;qCA7BgC,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;MAAA,UAAA,EAAA,KAAA;IAkCrB,CAAA;IA6BX,MAAA,EAAA;sCA7BgC,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;MAAA,UAAA,EAAA,KAAA;;;;gBAAA,EAAA,KAAA;IAAA,CAAA;IAkCrB,IAAA,EAAA;MAkBX,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;eAlB+B;MAAA,IAAA,6BAAA,KAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;cAnGpB,yCAAkB,gCAAA;;UA0B7B,iBAAA,CAAA;;;CAyE+B,CAAA,+BAAA,CAAA;;UAnGF,iBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA+BlB,4CAAqB,gCAAA;;UA6BhC,iBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA7BgC,iBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkCrB,4CAAqB,gCAAA;;UA6BhC,iBAAA,CAAA;;;;;UA7BgC,iBAAA,CAAA;;;;;;;;;;;;;;;;;cAkCrB,2CAAoB,gCAAA;;UAkB/B,iBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;cAlB+B,iBAAA,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineCommand, defineQuery } from "../libs/contracts/dist/
|
|
1
|
+
import { defineCommand, defineQuery } from "../libs/contracts/dist/operation.js";
|
|
2
2
|
import { CreateProjectInputModel, DeleteProjectInputModel, DeleteProjectOutputModel, GetProjectInputModel, ListProjectsInputModel, ListProjectsOutputModel, ProjectDeletedPayloadModel, ProjectModel, UpdateProjectInputModel } from "./project.schema.js";
|
|
3
3
|
|
|
4
4
|
//#region src/project/project.contracts.ts
|