File tree Expand file tree Collapse file tree 16 files changed +29
-29
lines changed
Expand file tree Collapse file tree 16 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1- // @generated by Cratis. Source: Cratis.Chronicle.Contracts .Projections.ProjectionDeclarationSyntaxError. Time: 2026-02-04T07:16:08.7803820Z . Hash: 00E5B955632028DD1243CBD33AF6EA260F408D302BED8ED0645FFE59257A2892
1+ // @generated by Cratis. Source: Cratis.Chronicle.Api .Projections.ProjectionDeclarationSyntaxError. Time: 2026-02-04T07:43:33.8099170Z . Hash: E7163819832108335D1917BB95E1CF0E39799C6A81825C4C375AEBB20396A599
22/*---------------------------------------------------------------------------------------------
33 * **DO NOT EDIT** - This file is an automatically generated file.
44 *--------------------------------------------------------------------------------------------*/
88import { field } from '@cratis/fundamentals' ;
99
1010/**
11- * Represents a syntax error in the projection declaration language .
11+ * Represents a syntax error in the projection declaration.
1212 */
1313export class ProjectionDeclarationSyntaxError {
1414
Original file line number Diff line number Diff line change 1- // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.AddUser. Time: 2026-01-31T09:21:29.7381330Z . Hash: EA9478D0D2B05CC04E24C137684D26EDB586C04D4B19B6E614EDEC6FA89935D8
1+ // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.AddUser. Time: 2026-02-04T07:41:49.9542950Z . Hash: EA9478D0D2B05CC04E24C137684D26EDB586C04D4B19B6E614EDEC6FA89935D8
22/*---------------------------------------------------------------------------------------------
33 * **DO NOT EDIT** - This file is an automatically generated file.
44 *--------------------------------------------------------------------------------------------*/
@@ -15,22 +15,22 @@ import { Guid } from '@cratis/fundamentals';
1515 * Represents the command for adding a user.
1616 */
1717export interface IAddUser {
18-
18+
1919 /**
2020 * The user's email address.
2121 */
2222 email ?: string ;
23-
23+
2424 /**
2525 * The user's password.
2626 */
2727 password ?: string ;
28-
28+
2929 /**
3030 * The user's unique identifier.
3131 */
3232 userId ?: Guid ;
33-
33+
3434 /**
3535 * The user's username.
3636 */
Original file line number Diff line number Diff line change 1- // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.Application. Time: 2026-01-31T09:21:29.8987760Z . Hash: 2AB605AC98E22ED75F46F624DEC41EB2AA1E4A8163CD36F8A45423A974BE2090
1+ // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.Application. Time: 2026-02-04T07:41:50.0161650Z . Hash: 2AB605AC98E22ED75F46F624DEC41EB2AA1E4A8163CD36F8A45423A974BE2090
22/*---------------------------------------------------------------------------------------------
33 * **DO NOT EDIT** - This file is an automatically generated file.
44 *--------------------------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 1- // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.User. Time: 2026-01-31T09:21:29.8987760Z . Hash: 743100369D7B3A9100E067B7CDE0262A17921BC0525C23E145E54BDD73DC3ECA
1+ // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.User. Time: 2026-02-04T07:41:50.0161650Z . Hash: 743100369D7B3A9100E067B7CDE0262A17921BC0525C23E145E54BDD73DC3ECA
22/*---------------------------------------------------------------------------------------------
33 * **DO NOT EDIT** - This file is an automatically generated file.
44 *--------------------------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 1- // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.Application. Time: 2026-01-31T09:21:29.9084660Z . Hash: 053A9ECBBA98D1EBED3F4F607001C1AC25743D11918290AC9F30AAF344411A4B
1+ // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.Application. Time: 2026-02-04T07:41:50.0254120Z . Hash: 053A9ECBBA98D1EBED3F4F607001C1AC25743D11918290AC9F30AAF344411A4B
22/*---------------------------------------------------------------------------------------------
33 * **DO NOT EDIT** - This file is an automatically generated file.
44 *--------------------------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 1- // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.ChangeApplicationSecret. Time: 2026-01-31T09:21:29.7381330Z . Hash: 64698D7147D8C74D71728AF928BE5CFA99AD5F7DC8216C014E7405DEAF9DAEF7
1+ // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.ChangeApplicationSecret. Time: 2026-02-04T07:41:49.9542950Z . Hash: 64698D7147D8C74D71728AF928BE5CFA99AD5F7DC8216C014E7405DEAF9DAEF7
22/*---------------------------------------------------------------------------------------------
33 * **DO NOT EDIT** - This file is an automatically generated file.
44 *--------------------------------------------------------------------------------------------*/
@@ -15,12 +15,12 @@ import { Guid } from '@cratis/fundamentals';
1515 * Represents the command for changing application secret.
1616 */
1717export interface IChangeApplicationSecret {
18-
18+
1919 /**
2020 * The new client secret.
2121 */
2222 clientSecret ?: string ;
23-
23+
2424 /**
2525 * The application identifier.
2626 */
Original file line number Diff line number Diff line change 1- // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.ChangePasswordForUser. Time: 2026-01-31T09:21:29.7381330Z . Hash: F3ED99908107B842FD9E956FE49B28A6A0F9702704E58CA28D5C0ED4E49FD753
1+ // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.ChangePasswordForUser. Time: 2026-02-04T07:41:49.9542950Z . Hash: F3ED99908107B842FD9E956FE49B28A6A0F9702704E58CA28D5C0ED4E49FD753
22/*---------------------------------------------------------------------------------------------
33 * **DO NOT EDIT** - This file is an automatically generated file.
44 *--------------------------------------------------------------------------------------------*/
@@ -15,22 +15,22 @@ import { Guid } from '@cratis/fundamentals';
1515 * Represents the command for changing a user's password.
1616 */
1717export interface IChangePasswordForUser {
18-
18+
1919 /**
2020 * The confirmed new password.
2121 */
2222 confirmedPassword ?: string ;
23-
23+
2424 /**
2525 * The old password.
2626 */
2727 oldPassword ?: string ;
28-
28+
2929 /**
3030 * The new password.
3131 */
3232 password ?: string ;
33-
33+
3434 /**
3535 * The user's unique identifier.
3636 */
Original file line number Diff line number Diff line change 1- // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.InitialAdminPasswordSetupStatus. Time: 2026-01-31T09:21:29.8808380Z . Hash: ABBBC8824FBFAFA8861D7F89A6E36885D9956494EEDE401EF749DA4045EF9F3C
1+ // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.InitialAdminPasswordSetupStatus. Time: 2026-02-04T07:41:50.0005840Z . Hash: ABBBC8824FBFAFA8861D7F89A6E36885D9956494EEDE401EF749DA4045EF9F3C
22/*---------------------------------------------------------------------------------------------
33 * **DO NOT EDIT** - This file is an automatically generated file.
44 *--------------------------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 1- // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.InitialAdminPasswordSetupStatus. Time: 2026-01-31T09:21:29.9084660Z . Hash: 73A81FC915AC937E193ACC06110533D1E1C03148B893562F76EB7EFE15FAF8DC
1+ // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.InitialAdminPasswordSetupStatus. Time: 2026-02-04T07:41:50.0254120Z . Hash: 73A81FC915AC937E193ACC06110533D1E1C03148B893562F76EB7EFE15FAF8DC
22/*---------------------------------------------------------------------------------------------
33 * **DO NOT EDIT** - This file is an automatically generated file.
44 *--------------------------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 1- // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.RemoveApplication. Time: 2026-01-31T09:21:29.7381330Z . Hash: 0CB1BDBBDC85B1BE4E8403E01226D04B174164024FEE478C4D4F9104AC0B2F0D
1+ // @generated by Cratis. Source: Cratis.Chronicle.Api.Security.RemoveApplication. Time: 2026-02-04T07:41:49.9542950Z . Hash: 0CB1BDBBDC85B1BE4E8403E01226D04B174164024FEE478C4D4F9104AC0B2F0D
22/*---------------------------------------------------------------------------------------------
33 * **DO NOT EDIT** - This file is an automatically generated file.
44 *--------------------------------------------------------------------------------------------*/
@@ -15,7 +15,7 @@ import { Guid } from '@cratis/fundamentals';
1515 * Represents the command for removing application.
1616 */
1717export interface IRemoveApplication {
18-
18+
1919 /**
2020 * The application identifier.
2121 */
You can’t perform that action at this time.
0 commit comments