Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Aug 31, 2024
1 parent 6026777 commit 3ce5d7a
Show file tree
Hide file tree
Showing 95 changed files with 125 additions and 15 deletions.
1 change: 1 addition & 0 deletions Source/Workbench/Api/Auditing/Causation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';

Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Auditing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
export * from './Causation';
1 change: 1 addition & 0 deletions Source/Workbench/Api/Clients/AllConnectedClients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { QueryFor, QueryResultWithState, Sorting, SortingActions, SortingActionsForQuery, Paging } from '@cratis/applications/queries';
import { useQuery, useQueryWithPaging, PerformQuery, SetSorting, SetPage, SetPageSize } from '@cratis/applications.react/queries';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Clients/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
export * from './AllConnectedClients';
1 change: 1 addition & 0 deletions Source/Workbench/Api/Compliance/GDPR/AllPeople.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { ObservableQueryFor, QueryResultWithState, Sorting, SortingActions, SortingActionsForObservableQuery, Paging } from '@cratis/applications/queries';
import { useObservableQuery, useObservableQueryWithPaging, SetSorting, SetPage, SetPageSize } from '@cratis/applications.react/queries';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
/* eslint-disable @typescript-eslint/no-empty-interface */
// eslint-disable-next-line header/header
import { Command, CommandValidator, CommandPropertyValidators } from '@cratis/applications/commands';
import { Command, CommandPropertyValidators, CommandValidator } from '@cratis/applications/commands';
import { useCommand, SetCommandValues, ClearCommandValues } from '@cratis/applications.react/commands';
import { Validator } from '@cratis/applications/validation';
import Handlebars from 'handlebars';
Expand Down
4 changes: 3 additions & 1 deletion Source/Workbench/Api/Compliance/GDPR/DeletePIIForPerson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
/* eslint-disable @typescript-eslint/no-empty-interface */
// eslint-disable-next-line header/header
import { Command, CommandValidator, CommandPropertyValidators } from '@cratis/applications/commands';
import { Command, CommandPropertyValidators, CommandValidator } from '@cratis/applications/commands';
import { useCommand, SetCommandValues, ClearCommandValues } from '@cratis/applications.react/commands';
import { Validator } from '@cratis/applications/validation';
import Handlebars from 'handlebars';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Compliance/GDPR/Person.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';
import { PersonalInformation } from './PersonalInformation';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';
import { Guid } from '@cratis/fundamentals';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Compliance/GDPR/SearchForPeople.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { QueryFor, QueryResultWithState, Sorting, SortingActions, SortingActionsForQuery, Paging } from '@cratis/applications/queries';
import { useQuery, useQueryWithPaging, PerformQuery, SetSorting, SetPage, SetPageSize } from '@cratis/applications.react/queries';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Compliance/GDPR/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
export * from './PersonalInformation';
export * from './Person';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Concepts/Auditing/Causation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';

Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Concepts/Auditing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
export * from './Causation';
1 change: 1 addition & 0 deletions Source/Workbench/Api/Concepts/Events/EventContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';
import { Causation } from '../Auditing/Causation';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Concepts/Events/EventMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';
import { EventType } from './EventType';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Concepts/Events/EventType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';

Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Concepts/Events/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
export * from './EventType';
export * from './EventMetadata';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Concepts/Identities/Identity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';
import { Identity } from './Identity';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Concepts/Identities/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
export * from './Identity';
1 change: 1 addition & 0 deletions Source/Workbench/Api/Concepts/Keys/Key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';
import { ArrayIndexers } from '../../Properties/ArrayIndexers';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Concepts/Keys/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
export * from './Key';
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';
import { Guid } from '@cratis/fundamentals';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';

Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Concepts/Observation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
export * from './FailedPartition';
export * from './FailedPartitionAttempt';
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';
import { Guid } from '@cratis/fundamentals';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Concepts/Recommendations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
export * from './RecommendationInformation';
1 change: 1 addition & 0 deletions Source/Workbench/Api/Contracts/Clients/ConnectedClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';

Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Contracts/Clients/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
export * from './ConnectedClient';
1 change: 1 addition & 0 deletions Source/Workbench/Api/Contracts/Events/EventType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';
import { EventType } from './EventType';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Contracts/Events/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
export * from './EventType';
export * from './EventTypeRegistration';
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';
import { Guid } from '@cratis/fundamentals';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/Contracts/Observation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
export * from './ObserverRunningState';
export * from './ObserverType';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/EventSequences/AllEventSequences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { QueryFor, QueryResultWithState, Sorting, SortingActions, SortingActionsForQuery, Paging } from '@cratis/applications/queries';
import { useQuery, useQueryWithPaging, PerformQuery, SetSorting, SetPage, SetPageSize } from '@cratis/applications.react/queries';
Expand Down
4 changes: 3 additions & 1 deletion Source/Workbench/Api/EventSequences/Append.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
/* eslint-disable @typescript-eslint/no-empty-interface */
// eslint-disable-next-line header/header
import { Command, CommandValidator, CommandPropertyValidators } from '@cratis/applications/commands';
import { Command, CommandPropertyValidators, CommandValidator } from '@cratis/applications/commands';
import { useCommand, SetCommandValues, ClearCommandValues } from '@cratis/applications.react/commands';
import { Validator } from '@cratis/applications/validation';
import { EventType } from '../EventTypes/EventType';
Expand Down
4 changes: 3 additions & 1 deletion Source/Workbench/Api/EventSequences/AppendMany.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
/* eslint-disable @typescript-eslint/no-empty-interface */
// eslint-disable-next-line header/header
import { Command, CommandValidator, CommandPropertyValidators } from '@cratis/applications/commands';
import { Command, CommandPropertyValidators, CommandValidator } from '@cratis/applications/commands';
import { useCommand, SetCommandValues, ClearCommandValues } from '@cratis/applications.react/commands';
import { Validator } from '@cratis/applications/validation';
import { EventToAppend } from './EventToAppend';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';
import { EventMetadata } from '../Concepts/Events/EventMetadata';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/EventSequences/EventHistogramEntry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';

Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/EventSequences/EventToAppend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { field } from '@cratis/fundamentals';
import { EventType } from '../EventTypes/EventType';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { QueryFor, QueryResultWithState, Sorting, SortingActions, SortingActionsForQuery, Paging } from '@cratis/applications/queries';
import { useQuery, useQueryWithPaging, PerformQuery, SetSorting, SetPage, SetPageSize } from '@cratis/applications.react/queries';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/EventSequences/GetAppendedEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { QueryFor, QueryResultWithState, Sorting, SortingActions, SortingActionsForQuery, Paging } from '@cratis/applications/queries';
import { useQuery, useQueryWithPaging, PerformQuery, SetSorting, SetPage, SetPageSize } from '@cratis/applications.react/queries';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { QueryFor, QueryResultWithState, Sorting, SortingActions, SortingActionsForQuery, Paging } from '@cratis/applications/queries';
import { useQuery, useQueryWithPaging, PerformQuery, SetSorting, SetPage, SetPageSize } from '@cratis/applications.react/queries';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/EventSequences/Histogram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { QueryFor, QueryResultWithState, Sorting, SortingActions, SortingActionsForQuery, Paging } from '@cratis/applications/queries';
import { useQuery, useQueryWithPaging, PerformQuery, SetSorting, SetPage, SetPageSize } from '@cratis/applications.react/queries';
Expand Down
1 change: 1 addition & 0 deletions Source/Workbench/Api/EventSequences/Next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
// eslint-disable-next-line header/header
import { QueryFor, QueryResultWithState } from '@cratis/applications/queries';
import { useQuery, PerformQuery } from '@cratis/applications.react/queries';
Expand Down
4 changes: 3 additions & 1 deletion Source/Workbench/Api/EventSequences/Redact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
/* eslint-disable @typescript-eslint/no-empty-interface */
// eslint-disable-next-line header/header
import { Command, CommandValidator, CommandPropertyValidators } from '@cratis/applications/commands';
import { Command, CommandPropertyValidators, CommandValidator } from '@cratis/applications/commands';
import { useCommand, SetCommandValues, ClearCommandValues } from '@cratis/applications.react/commands';
import { Validator } from '@cratis/applications/validation';
import { Causation } from '../Auditing/Causation';
Expand Down
4 changes: 3 additions & 1 deletion Source/Workbench/Api/EventSequences/RedactMany.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
* **DO NOT EDIT** - This file is an automatically generated file.
*--------------------------------------------------------------------------------------------*/

/* eslint-disable sort-imports */
/* eslint-disable @typescript-eslint/no-empty-interface */
// eslint-disable-next-line header/header
import { Command, CommandValidator, CommandPropertyValidators } from '@cratis/applications/commands';
import { Command, CommandPropertyValidators, CommandValidator } from '@cratis/applications/commands';
import { useCommand, SetCommandValues, ClearCommandValues } from '@cratis/applications.react/commands';
import { Validator } from '@cratis/applications/validation';
import { Causation } from '../Auditing/Causation';
Expand Down
Loading

0 comments on commit 3ce5d7a

Please sign in to comment.