@cratis/chronicle.contracts 15.15.0 → 15.19.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/DateTimeOffset.ts +1 -1
- package/dist/cjs/DateTimeOffset.js.map +1 -1
- package/dist/cjs/generated/index.d.ts +36 -0
- package/dist/cjs/generated/index.d.ts.map +1 -0
- package/dist/cjs/generated/observation_reactors.d.ts +7 -0
- package/dist/cjs/generated/observation_reactors.d.ts.map +1 -1
- package/dist/cjs/generated/observation_reactors.js +104 -1
- package/dist/cjs/generated/observation_reactors.js.map +1 -1
- package/dist/cjs/generated/observation_reducers.d.ts +7 -0
- package/dist/cjs/generated/observation_reducers.d.ts.map +1 -1
- package/dist/cjs/generated/observation_reducers.js +104 -0
- package/dist/cjs/generated/observation_reducers.js.map +1 -1
- package/dist/cjs/generated/projections.d.ts +16 -0
- package/dist/cjs/generated/projections.d.ts.map +1 -1
- package/dist/cjs/generated/projections.js +212 -0
- package/dist/cjs/generated/projections.js.map +1 -1
- package/dist/cjs/generated/readmodels.d.ts.map +1 -1
- package/dist/cjs/generated/readmodels.js.map +1 -1
- package/dist/cjs/index.d.ts +1 -27
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +143 -140
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/DateTimeOffset.js.map +1 -1
- package/dist/esm/generated/index.d.ts +36 -0
- package/dist/esm/generated/index.d.ts.map +1 -0
- package/dist/esm/generated/observation_reactors.d.ts +7 -0
- package/dist/esm/generated/observation_reactors.d.ts.map +1 -1
- package/dist/esm/generated/observation_reactors.js +104 -2
- package/dist/esm/generated/observation_reactors.js.map +1 -1
- package/dist/esm/generated/observation_reducers.d.ts +7 -0
- package/dist/esm/generated/observation_reducers.d.ts.map +1 -1
- package/dist/esm/generated/observation_reducers.js +104 -1
- package/dist/esm/generated/observation_reducers.js.map +1 -1
- package/dist/esm/generated/projections.d.ts +16 -0
- package/dist/esm/generated/projections.d.ts.map +1 -1
- package/dist/esm/generated/projections.js +211 -1
- package/dist/esm/generated/projections.js.map +1 -1
- package/dist/esm/generated/readmodels.d.ts.map +1 -1
- package/dist/esm/generated/readmodels.js.map +1 -1
- package/dist/esm/index.d.ts +1 -27
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +8 -8
- package/dist/generated/index.d.ts +36 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/index.js +19 -0
- package/dist/generated/index.js.map +1 -0
- package/dist/generated/observation_reactors.d.ts +7 -0
- package/dist/generated/observation_reactors.d.ts.map +1 -1
- package/dist/generated/observation_reactors.js +103 -1
- package/dist/generated/observation_reactors.js.map +1 -1
- package/dist/generated/observation_reducers.d.ts +7 -0
- package/dist/generated/observation_reducers.d.ts.map +1 -1
- package/dist/generated/observation_reducers.js +103 -0
- package/dist/generated/observation_reducers.js.map +1 -1
- package/dist/generated/projections.d.ts +16 -0
- package/dist/generated/projections.d.ts.map +1 -1
- package/dist/generated/projections.js +210 -0
- package/dist/generated/projections.js.map +1 -1
- package/dist/generated/readmodels.d.ts.map +1 -1
- package/dist/generated/readmodels.js.map +1 -1
- package/dist/index.d.ts +1 -27
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -26
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/generated/index.ts +57 -0
- package/generated/observation_reactors.ts +121 -1
- package/generated/observation_reducers.ts +121 -0
- package/generated/projections.ts +252 -0
- package/generated/readmodels.ts +1 -0
- package/index.ts +3 -36
- package/package.json +2 -2
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,30 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export { protobufPackage } from './generated/clients';
|
|
3
|
-
export { AppendedEvent, AppendedEvent_GenerationalContentEntry, Causation, Causation_PropertiesEntry, EventContext, EventObservationState, eventObservationStateFromJSON, eventObservationStateToJSON, EventRevision, SerializableDateTimeOffset } from './generated/eventsequences';
|
|
4
|
-
export { EventType } from './generated/events';
|
|
5
|
-
export { ConstraintType, constraintTypeFromJSON, constraintTypeToJSON } from './generated/events_constraints';
|
|
6
|
-
export { EventTypeWithKeyExpression, ObservationState, observationStateFromJSON, observationStateToJSON } from './generated/observation_reactors';
|
|
7
|
-
export { ObserverOwner, observerOwnerFromJSON, observerOwnerToJSON } from './generated/observation';
|
|
8
|
-
export { Identity } from './generated/identities';
|
|
9
|
-
export { IndexDefinition, ReadModelDefinition, ReadModelObserverType, readModelObserverTypeFromJSON, readModelObserverTypeToJSON, ReadModelOwner, readModelOwnerFromJSON, readModelOwnerToJSON, ReadModelSource, readModelSourceFromJSON, readModelSourceToJSON, ReadModelType, SinkDefinition } from './generated/readmodels';
|
|
10
|
-
export * from './generated/clients';
|
|
11
|
-
export * from './generated/cratis_chronicle_contracts';
|
|
12
|
-
export * from './generated/events';
|
|
13
|
-
export * from './generated/events_constraints';
|
|
14
|
-
export * from './generated/eventsequences';
|
|
15
|
-
export * from './generated/host';
|
|
16
|
-
export * from './generated/identities';
|
|
17
|
-
export * from './generated/jobs';
|
|
18
|
-
export * from './generated/observation';
|
|
19
|
-
export * from './generated/observation_reactors';
|
|
20
|
-
export * from './generated/observation_reducers';
|
|
21
|
-
export * from './generated/observation_webhooks';
|
|
22
|
-
export * from './generated/projections';
|
|
23
|
-
export * from './generated/readmodels';
|
|
24
|
-
export * from './generated/recommendations';
|
|
25
|
-
export * from './generated/security';
|
|
26
|
-
export * from './generated/seeding';
|
|
27
|
-
export * from './generated/protobuf-net/bcl';
|
|
1
|
+
export * from './generated/index';
|
|
28
2
|
export * from './ChronicleConnection';
|
|
29
3
|
export * from './ChronicleConnectionString';
|
|
30
4
|
export * from './ChronicleServices';
|
package/dist/cjs/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAKA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAKA,cAAc,mBAAmB,CAAC;AAGlC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
|
package/dist/cjs/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var clients = require('./generated/clients.js');
|
|
4
|
-
var
|
|
4
|
+
var cratis_chronicle_contracts = require('./generated/cratis_chronicle_contracts.js');
|
|
5
5
|
var events = require('./generated/events.js');
|
|
6
6
|
var events_constraints = require('./generated/events_constraints.js');
|
|
7
|
-
var
|
|
8
|
-
var observation = require('./generated/observation.js');
|
|
9
|
-
var identities = require('./generated/identities.js');
|
|
10
|
-
var readmodels = require('./generated/readmodels.js');
|
|
11
|
-
var cratis_chronicle_contracts = require('./generated/cratis_chronicle_contracts.js');
|
|
7
|
+
var eventsequences = require('./generated/eventsequences.js');
|
|
12
8
|
var host = require('./generated/host.js');
|
|
9
|
+
var identities = require('./generated/identities.js');
|
|
13
10
|
var jobs = require('./generated/jobs.js');
|
|
11
|
+
var observation = require('./generated/observation.js');
|
|
12
|
+
var observation_reactors = require('./generated/observation_reactors.js');
|
|
14
13
|
var observation_reducers = require('./generated/observation_reducers.js');
|
|
15
14
|
var observation_webhooks = require('./generated/observation_webhooks.js');
|
|
16
15
|
var projections = require('./generated/projections.js');
|
|
16
|
+
var readmodels = require('./generated/readmodels.js');
|
|
17
17
|
var recommendations = require('./generated/recommendations.js');
|
|
18
18
|
var security = require('./generated/security.js');
|
|
19
19
|
var seeding = require('./generated/seeding.js');
|
|
@@ -31,6 +31,42 @@ exports.ConnectionServiceClient = clients.ConnectionServiceClient;
|
|
|
31
31
|
exports.ConnectionServiceService = clients.ConnectionServiceService;
|
|
32
32
|
exports.DescriptorSetResponse = clients.DescriptorSetResponse;
|
|
33
33
|
exports.protobufPackage = clients.protobufPackage;
|
|
34
|
+
exports.EnsureEventStore = cratis_chronicle_contracts.EnsureEventStore;
|
|
35
|
+
exports.EnsureNamespace = cratis_chronicle_contracts.EnsureNamespace;
|
|
36
|
+
exports.EventStoresClient = cratis_chronicle_contracts.EventStoresClient;
|
|
37
|
+
exports.EventStoresService = cratis_chronicle_contracts.EventStoresService;
|
|
38
|
+
exports.GetNamespacesRequest = cratis_chronicle_contracts.GetNamespacesRequest;
|
|
39
|
+
exports.IEnumerableString = cratis_chronicle_contracts.IEnumerableString;
|
|
40
|
+
exports.NamespacesClient = cratis_chronicle_contracts.NamespacesClient;
|
|
41
|
+
exports.NamespacesService = cratis_chronicle_contracts.NamespacesService;
|
|
42
|
+
exports.EventType = events.EventType;
|
|
43
|
+
exports.EventTypeGenerationDefinition = events.EventTypeGenerationDefinition;
|
|
44
|
+
exports.EventTypeMigrationDefinition = events.EventTypeMigrationDefinition;
|
|
45
|
+
exports.EventTypeMigrationOperation = events.EventTypeMigrationOperation;
|
|
46
|
+
exports.EventTypeRegistration = events.EventTypeRegistration;
|
|
47
|
+
exports.EventTypesClient = events.EventTypesClient;
|
|
48
|
+
exports.EventTypesService = events.EventTypesService;
|
|
49
|
+
exports.GetAllEventTypesRequest = events.GetAllEventTypesRequest;
|
|
50
|
+
exports.GetEventTypeGenerationsRequest = events.GetEventTypeGenerationsRequest;
|
|
51
|
+
exports.IEnumerableEventType = events.IEnumerableEventType;
|
|
52
|
+
exports.IEnumerableEventTypeRegistration = events.IEnumerableEventTypeRegistration;
|
|
53
|
+
exports.RegisterEventTypesRequest = events.RegisterEventTypesRequest;
|
|
54
|
+
exports.RegisterSingleEventTypeRequest = events.RegisterSingleEventTypeRequest;
|
|
55
|
+
exports.Constraint = events_constraints.Constraint;
|
|
56
|
+
exports.ConstraintScope = events_constraints.ConstraintScope;
|
|
57
|
+
Object.defineProperty(exports, "ConstraintType", {
|
|
58
|
+
enumerable: true,
|
|
59
|
+
get: function () { return events_constraints.ConstraintType; }
|
|
60
|
+
});
|
|
61
|
+
exports.ConstraintsClient = events_constraints.ConstraintsClient;
|
|
62
|
+
exports.ConstraintsService = events_constraints.ConstraintsService;
|
|
63
|
+
exports.OneOfUniqueConstraintDefinitionUniqueEventTypeConstraintDefinition = events_constraints.OneOfUniqueConstraintDefinitionUniqueEventTypeConstraintDefinition;
|
|
64
|
+
exports.RegisterConstraintsRequest = events_constraints.RegisterConstraintsRequest;
|
|
65
|
+
exports.UniqueConstraintDefinition = events_constraints.UniqueConstraintDefinition;
|
|
66
|
+
exports.UniqueConstraintEventDefinition = events_constraints.UniqueConstraintEventDefinition;
|
|
67
|
+
exports.UniqueEventTypeConstraintDefinition = events_constraints.UniqueEventTypeConstraintDefinition;
|
|
68
|
+
exports.constraintTypeFromJSON = events_constraints.constraintTypeFromJSON;
|
|
69
|
+
exports.constraintTypeToJSON = events_constraints.constraintTypeToJSON;
|
|
34
70
|
exports.AppendManyRequest = eventsequences.AppendManyRequest;
|
|
35
71
|
exports.AppendManyRequest_ConcurrencyScopesEntry = eventsequences.AppendManyRequest_ConcurrencyScopesEntry;
|
|
36
72
|
exports.AppendManyResponse = eventsequences.AppendManyResponse;
|
|
@@ -61,6 +97,7 @@ exports.GetTailSequenceNumberRequest = eventsequences.GetTailSequenceNumberReque
|
|
|
61
97
|
exports.GetTailSequenceNumberResponse = eventsequences.GetTailSequenceNumberResponse;
|
|
62
98
|
exports.HasEventsForEventSourceIdRequest = eventsequences.HasEventsForEventSourceIdRequest;
|
|
63
99
|
exports.HasEventsForEventSourceIdResponse = eventsequences.HasEventsForEventSourceIdResponse;
|
|
100
|
+
exports.Identity = eventsequences.Identity;
|
|
64
101
|
exports.RedactForEventSourceRequest = eventsequences.RedactForEventSourceRequest;
|
|
65
102
|
exports.RedactRequest = eventsequences.RedactRequest;
|
|
66
103
|
exports.RedactResponse = eventsequences.RedactResponse;
|
|
@@ -68,51 +105,48 @@ exports.ReviseRequest = eventsequences.ReviseRequest;
|
|
|
68
105
|
exports.SerializableDateTimeOffset = eventsequences.SerializableDateTimeOffset;
|
|
69
106
|
exports.eventObservationStateFromJSON = eventsequences.eventObservationStateFromJSON;
|
|
70
107
|
exports.eventObservationStateToJSON = eventsequences.eventObservationStateToJSON;
|
|
71
|
-
exports.
|
|
72
|
-
exports.
|
|
73
|
-
exports.
|
|
74
|
-
exports.
|
|
75
|
-
exports.
|
|
76
|
-
exports.
|
|
77
|
-
exports.
|
|
78
|
-
exports.
|
|
79
|
-
exports.
|
|
80
|
-
exports.
|
|
81
|
-
exports.
|
|
82
|
-
exports.
|
|
83
|
-
exports.
|
|
84
|
-
exports.
|
|
85
|
-
exports
|
|
86
|
-
Object.defineProperty(exports, "ConstraintType", {
|
|
108
|
+
exports.ServerClient = host.ServerClient;
|
|
109
|
+
exports.ServerService = host.ServerService;
|
|
110
|
+
exports.ServerVersionInfo = host.ServerVersionInfo;
|
|
111
|
+
exports.GetIdentitiesRequest = identities.GetIdentitiesRequest;
|
|
112
|
+
exports.IEnumerableIdentity = identities.IEnumerableIdentity;
|
|
113
|
+
exports.IdentitiesClient = identities.IdentitiesClient;
|
|
114
|
+
exports.IdentitiesService = identities.IdentitiesService;
|
|
115
|
+
exports.DeleteJob = jobs.DeleteJob;
|
|
116
|
+
exports.GetJobRequest = jobs.GetJobRequest;
|
|
117
|
+
exports.GetJobStepsRequest = jobs.GetJobStepsRequest;
|
|
118
|
+
exports.GetJobsRequest = jobs.GetJobsRequest;
|
|
119
|
+
exports.IEnumerableJob = jobs.IEnumerableJob;
|
|
120
|
+
exports.IEnumerableJobStep = jobs.IEnumerableJobStep;
|
|
121
|
+
exports.Job = jobs.Job;
|
|
122
|
+
Object.defineProperty(exports, "JobError", {
|
|
87
123
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
124
|
+
get: function () { return jobs.JobError; }
|
|
89
125
|
});
|
|
90
|
-
exports.
|
|
91
|
-
exports
|
|
92
|
-
exports.OneOfUniqueConstraintDefinitionUniqueEventTypeConstraintDefinition = events_constraints.OneOfUniqueConstraintDefinitionUniqueEventTypeConstraintDefinition;
|
|
93
|
-
exports.RegisterConstraintsRequest = events_constraints.RegisterConstraintsRequest;
|
|
94
|
-
exports.UniqueConstraintDefinition = events_constraints.UniqueConstraintDefinition;
|
|
95
|
-
exports.UniqueConstraintEventDefinition = events_constraints.UniqueConstraintEventDefinition;
|
|
96
|
-
exports.UniqueEventTypeConstraintDefinition = events_constraints.UniqueEventTypeConstraintDefinition;
|
|
97
|
-
exports.constraintTypeFromJSON = events_constraints.constraintTypeFromJSON;
|
|
98
|
-
exports.constraintTypeToJSON = events_constraints.constraintTypeToJSON;
|
|
99
|
-
exports.EventTypeWithKeyExpression = observation_reactors.EventTypeWithKeyExpression;
|
|
100
|
-
exports.EventsToObserve = observation_reactors.EventsToObserve;
|
|
101
|
-
exports.HasReactorRequest = observation_reactors.HasReactorRequest;
|
|
102
|
-
exports.HasReactorResponse = observation_reactors.HasReactorResponse;
|
|
103
|
-
Object.defineProperty(exports, "ObservationState", {
|
|
126
|
+
exports.JobProgress = jobs.JobProgress;
|
|
127
|
+
Object.defineProperty(exports, "JobStatus", {
|
|
104
128
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
129
|
+
get: function () { return jobs.JobStatus; }
|
|
106
130
|
});
|
|
107
|
-
exports.
|
|
108
|
-
exports.
|
|
109
|
-
exports.
|
|
110
|
-
exports
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
exports.
|
|
115
|
-
exports.
|
|
131
|
+
exports.JobStatusChanged = jobs.JobStatusChanged;
|
|
132
|
+
exports.JobStep = jobs.JobStep;
|
|
133
|
+
exports.JobStepProgress = jobs.JobStepProgress;
|
|
134
|
+
Object.defineProperty(exports, "JobStepStatus", {
|
|
135
|
+
enumerable: true,
|
|
136
|
+
get: function () { return jobs.JobStepStatus; }
|
|
137
|
+
});
|
|
138
|
+
exports.JobStepStatusChanged = jobs.JobStepStatusChanged;
|
|
139
|
+
exports.JobsClient = jobs.JobsClient;
|
|
140
|
+
exports.JobsService = jobs.JobsService;
|
|
141
|
+
exports.OneOfJobJobError = jobs.OneOfJobJobError;
|
|
142
|
+
exports.ResumeJob = jobs.ResumeJob;
|
|
143
|
+
exports.StopJob = jobs.StopJob;
|
|
144
|
+
exports.jobErrorFromJSON = jobs.jobErrorFromJSON;
|
|
145
|
+
exports.jobErrorToJSON = jobs.jobErrorToJSON;
|
|
146
|
+
exports.jobStatusFromJSON = jobs.jobStatusFromJSON;
|
|
147
|
+
exports.jobStatusToJSON = jobs.jobStatusToJSON;
|
|
148
|
+
exports.jobStepStatusFromJSON = jobs.jobStepStatusFromJSON;
|
|
149
|
+
exports.jobStepStatusToJSON = jobs.jobStepStatusToJSON;
|
|
116
150
|
exports.AllObserversRequest = observation.AllObserversRequest;
|
|
117
151
|
exports.FailedPartition = observation.FailedPartition;
|
|
118
152
|
exports.FailedPartitionAttempt = observation.FailedPartitionAttempt;
|
|
@@ -147,101 +181,24 @@ exports.observerRunningStateFromJSON = observation.observerRunningStateFromJSON;
|
|
|
147
181
|
exports.observerRunningStateToJSON = observation.observerRunningStateToJSON;
|
|
148
182
|
exports.observerTypeFromJSON = observation.observerTypeFromJSON;
|
|
149
183
|
exports.observerTypeToJSON = observation.observerTypeToJSON;
|
|
150
|
-
exports.
|
|
151
|
-
exports.
|
|
152
|
-
exports.
|
|
153
|
-
exports.
|
|
154
|
-
exports
|
|
155
|
-
exports.DehydrateSessionRequest = readmodels.DehydrateSessionRequest;
|
|
156
|
-
exports.GetAllInstancesRequest = readmodels.GetAllInstancesRequest;
|
|
157
|
-
exports.GetAllInstancesResponse = readmodels.GetAllInstancesResponse;
|
|
158
|
-
exports.GetDefinitionsRequest = readmodels.GetDefinitionsRequest;
|
|
159
|
-
exports.GetDefinitionsResponse = readmodels.GetDefinitionsResponse;
|
|
160
|
-
exports.GetInstanceByKeyRequest = readmodels.GetInstanceByKeyRequest;
|
|
161
|
-
exports.GetInstanceByKeyResponse = readmodels.GetInstanceByKeyResponse;
|
|
162
|
-
exports.GetInstancesRequest = readmodels.GetInstancesRequest;
|
|
163
|
-
exports.GetInstancesResponse = readmodels.GetInstancesResponse;
|
|
164
|
-
exports.GetOccurrencesRequest = readmodels.GetOccurrencesRequest;
|
|
165
|
-
exports.GetOccurrencesResponse = readmodels.GetOccurrencesResponse;
|
|
166
|
-
exports.GetSnapshotsByKeyRequest = readmodels.GetSnapshotsByKeyRequest;
|
|
167
|
-
exports.GetSnapshotsByKeyResponse = readmodels.GetSnapshotsByKeyResponse;
|
|
168
|
-
exports.IndexDefinition = readmodels.IndexDefinition;
|
|
169
|
-
exports.ReadModelChangeset = readmodels.ReadModelChangeset;
|
|
170
|
-
exports.ReadModelDefinition = readmodels.ReadModelDefinition;
|
|
171
|
-
Object.defineProperty(exports, "ReadModelObserverType", {
|
|
172
|
-
enumerable: true,
|
|
173
|
-
get: function () { return readmodels.ReadModelObserverType; }
|
|
174
|
-
});
|
|
175
|
-
exports.ReadModelOccurrence = readmodels.ReadModelOccurrence;
|
|
176
|
-
Object.defineProperty(exports, "ReadModelOwner", {
|
|
177
|
-
enumerable: true,
|
|
178
|
-
get: function () { return readmodels.ReadModelOwner; }
|
|
179
|
-
});
|
|
180
|
-
exports.ReadModelSnapshot = readmodels.ReadModelSnapshot;
|
|
181
|
-
Object.defineProperty(exports, "ReadModelSource", {
|
|
182
|
-
enumerable: true,
|
|
183
|
-
get: function () { return readmodels.ReadModelSource; }
|
|
184
|
-
});
|
|
185
|
-
exports.ReadModelType = readmodels.ReadModelType;
|
|
186
|
-
exports.ReadModelsClient = readmodels.ReadModelsClient;
|
|
187
|
-
exports.ReadModelsService = readmodels.ReadModelsService;
|
|
188
|
-
exports.RegisterManyRequest = readmodels.RegisterManyRequest;
|
|
189
|
-
exports.RegisterSingleRequest = readmodels.RegisterSingleRequest;
|
|
190
|
-
exports.SinkDefinition = readmodels.SinkDefinition;
|
|
191
|
-
exports.UpdateDefinitionRequest = readmodels.UpdateDefinitionRequest;
|
|
192
|
-
exports.WatchRequest = readmodels.WatchRequest;
|
|
193
|
-
exports.readModelObserverTypeFromJSON = readmodels.readModelObserverTypeFromJSON;
|
|
194
|
-
exports.readModelObserverTypeToJSON = readmodels.readModelObserverTypeToJSON;
|
|
195
|
-
exports.readModelOwnerFromJSON = readmodels.readModelOwnerFromJSON;
|
|
196
|
-
exports.readModelOwnerToJSON = readmodels.readModelOwnerToJSON;
|
|
197
|
-
exports.readModelSourceFromJSON = readmodels.readModelSourceFromJSON;
|
|
198
|
-
exports.readModelSourceToJSON = readmodels.readModelSourceToJSON;
|
|
199
|
-
exports.EnsureEventStore = cratis_chronicle_contracts.EnsureEventStore;
|
|
200
|
-
exports.EnsureNamespace = cratis_chronicle_contracts.EnsureNamespace;
|
|
201
|
-
exports.EventStoresClient = cratis_chronicle_contracts.EventStoresClient;
|
|
202
|
-
exports.EventStoresService = cratis_chronicle_contracts.EventStoresService;
|
|
203
|
-
exports.GetNamespacesRequest = cratis_chronicle_contracts.GetNamespacesRequest;
|
|
204
|
-
exports.IEnumerableString = cratis_chronicle_contracts.IEnumerableString;
|
|
205
|
-
exports.NamespacesClient = cratis_chronicle_contracts.NamespacesClient;
|
|
206
|
-
exports.NamespacesService = cratis_chronicle_contracts.NamespacesService;
|
|
207
|
-
exports.ServerClient = host.ServerClient;
|
|
208
|
-
exports.ServerService = host.ServerService;
|
|
209
|
-
exports.ServerVersionInfo = host.ServerVersionInfo;
|
|
210
|
-
exports.DeleteJob = jobs.DeleteJob;
|
|
211
|
-
exports.GetJobRequest = jobs.GetJobRequest;
|
|
212
|
-
exports.GetJobStepsRequest = jobs.GetJobStepsRequest;
|
|
213
|
-
exports.GetJobsRequest = jobs.GetJobsRequest;
|
|
214
|
-
exports.IEnumerableJob = jobs.IEnumerableJob;
|
|
215
|
-
exports.IEnumerableJobStep = jobs.IEnumerableJobStep;
|
|
216
|
-
exports.Job = jobs.Job;
|
|
217
|
-
Object.defineProperty(exports, "JobError", {
|
|
218
|
-
enumerable: true,
|
|
219
|
-
get: function () { return jobs.JobError; }
|
|
220
|
-
});
|
|
221
|
-
exports.JobProgress = jobs.JobProgress;
|
|
222
|
-
Object.defineProperty(exports, "JobStatus", {
|
|
223
|
-
enumerable: true,
|
|
224
|
-
get: function () { return jobs.JobStatus; }
|
|
225
|
-
});
|
|
226
|
-
exports.JobStatusChanged = jobs.JobStatusChanged;
|
|
227
|
-
exports.JobStep = jobs.JobStep;
|
|
228
|
-
exports.JobStepProgress = jobs.JobStepProgress;
|
|
229
|
-
Object.defineProperty(exports, "JobStepStatus", {
|
|
184
|
+
exports.EventTypeWithKeyExpression = observation_reactors.EventTypeWithKeyExpression;
|
|
185
|
+
exports.EventsToObserve = observation_reactors.EventsToObserve;
|
|
186
|
+
exports.HasReactorRequest = observation_reactors.HasReactorRequest;
|
|
187
|
+
exports.HasReactorResponse = observation_reactors.HasReactorResponse;
|
|
188
|
+
Object.defineProperty(exports, "ObservationState", {
|
|
230
189
|
enumerable: true,
|
|
231
|
-
get: function () { return
|
|
190
|
+
get: function () { return observation_reactors.ObservationState; }
|
|
232
191
|
});
|
|
233
|
-
exports.
|
|
234
|
-
exports.
|
|
235
|
-
exports.
|
|
236
|
-
exports.
|
|
237
|
-
exports.
|
|
238
|
-
exports.
|
|
239
|
-
exports.
|
|
240
|
-
exports.
|
|
241
|
-
exports.
|
|
242
|
-
exports.
|
|
243
|
-
exports.jobStepStatusFromJSON = jobs.jobStepStatusFromJSON;
|
|
244
|
-
exports.jobStepStatusToJSON = jobs.jobStepStatusToJSON;
|
|
192
|
+
exports.ObserverFilters = observation_reactors.ObserverFilters;
|
|
193
|
+
exports.OneOfRegisterReactorReactorResult = observation_reactors.OneOfRegisterReactorReactorResult;
|
|
194
|
+
exports.ReactorDefinition = observation_reactors.ReactorDefinition;
|
|
195
|
+
exports.ReactorMessage = observation_reactors.ReactorMessage;
|
|
196
|
+
exports.ReactorResult = observation_reactors.ReactorResult;
|
|
197
|
+
exports.ReactorsClient = observation_reactors.ReactorsClient;
|
|
198
|
+
exports.ReactorsService = observation_reactors.ReactorsService;
|
|
199
|
+
exports.RegisterReactor = observation_reactors.RegisterReactor;
|
|
200
|
+
exports.observationStateFromJSON = observation_reactors.observationStateFromJSON;
|
|
201
|
+
exports.observationStateToJSON = observation_reactors.observationStateToJSON;
|
|
245
202
|
exports.OneOfRegisterReducerReducerResult = observation_reducers.OneOfRegisterReducerReducerResult;
|
|
246
203
|
exports.ReduceOperationMessage = observation_reducers.ReduceOperationMessage;
|
|
247
204
|
exports.ReducerDefinition = observation_reducers.ReducerDefinition;
|
|
@@ -250,6 +207,7 @@ exports.ReducerResult = observation_reducers.ReducerResult;
|
|
|
250
207
|
exports.ReducersClient = observation_reducers.ReducersClient;
|
|
251
208
|
exports.ReducersService = observation_reducers.ReducersService;
|
|
252
209
|
exports.RegisterReducer = observation_reducers.RegisterReducer;
|
|
210
|
+
exports.SinkDefinition = observation_reducers.SinkDefinition;
|
|
253
211
|
exports.AddWebhooks = observation_webhooks.AddWebhooks;
|
|
254
212
|
exports.BasicAuthorization = observation_webhooks.BasicAuthorization;
|
|
255
213
|
exports.BearerTokenAuthorization = observation_webhooks.BearerTokenAuthorization;
|
|
@@ -273,6 +231,7 @@ Object.defineProperty(exports, "AutoMap", {
|
|
|
273
231
|
});
|
|
274
232
|
exports.ChildrenDefinition = projections.ChildrenDefinition;
|
|
275
233
|
exports.ChildrenDefinition_ChildrenEntry = projections.ChildrenDefinition_ChildrenEntry;
|
|
234
|
+
exports.ChildrenDefinition_NestedEntry = projections.ChildrenDefinition_NestedEntry;
|
|
276
235
|
exports.DraftReadModelDefinition = projections.DraftReadModelDefinition;
|
|
277
236
|
exports.FromDefinition = projections.FromDefinition;
|
|
278
237
|
exports.FromDefinition_PropertiesEntry = projections.FromDefinition_PropertiesEntry;
|
|
@@ -287,6 +246,7 @@ exports.GetAllDeclarationsRequest = projections.GetAllDeclarationsRequest;
|
|
|
287
246
|
exports.GetAllDefinitionsRequest = projections.GetAllDefinitionsRequest;
|
|
288
247
|
exports.IEnumerableProjectionDefinition = projections.IEnumerableProjectionDefinition;
|
|
289
248
|
exports.IEnumerableProjectionWithDeclaration = projections.IEnumerableProjectionWithDeclaration;
|
|
249
|
+
exports.IndexDefinition = projections.IndexDefinition;
|
|
290
250
|
exports.JoinDefinition = projections.JoinDefinition;
|
|
291
251
|
exports.JoinDefinition_PropertiesEntry = projections.JoinDefinition_PropertiesEntry;
|
|
292
252
|
exports.KeyValuePairEventTypeFromDefinition = projections.KeyValuePairEventTypeFromDefinition;
|
|
@@ -300,6 +260,7 @@ exports.ProjectionDeclarationParsingErrors = projections.ProjectionDeclarationPa
|
|
|
300
260
|
exports.ProjectionDeclarationSyntaxError = projections.ProjectionDeclarationSyntaxError;
|
|
301
261
|
exports.ProjectionDefinition = projections.ProjectionDefinition;
|
|
302
262
|
exports.ProjectionDefinition_ChildrenEntry = projections.ProjectionDefinition_ChildrenEntry;
|
|
263
|
+
exports.ProjectionDefinition_NestedEntry = projections.ProjectionDefinition_NestedEntry;
|
|
303
264
|
Object.defineProperty(exports, "ProjectionOwner", {
|
|
304
265
|
enumerable: true,
|
|
305
266
|
get: function () { return projections.ProjectionOwner; }
|
|
@@ -308,6 +269,20 @@ exports.ProjectionPreview = projections.ProjectionPreview;
|
|
|
308
269
|
exports.ProjectionWithDeclaration = projections.ProjectionWithDeclaration;
|
|
309
270
|
exports.ProjectionsClient = projections.ProjectionsClient;
|
|
310
271
|
exports.ProjectionsService = projections.ProjectionsService;
|
|
272
|
+
exports.ReadModelDefinition = projections.ReadModelDefinition;
|
|
273
|
+
Object.defineProperty(exports, "ReadModelObserverType", {
|
|
274
|
+
enumerable: true,
|
|
275
|
+
get: function () { return projections.ReadModelObserverType; }
|
|
276
|
+
});
|
|
277
|
+
Object.defineProperty(exports, "ReadModelOwner", {
|
|
278
|
+
enumerable: true,
|
|
279
|
+
get: function () { return projections.ReadModelOwner; }
|
|
280
|
+
});
|
|
281
|
+
Object.defineProperty(exports, "ReadModelSource", {
|
|
282
|
+
enumerable: true,
|
|
283
|
+
get: function () { return projections.ReadModelSource; }
|
|
284
|
+
});
|
|
285
|
+
exports.ReadModelType = projections.ReadModelType;
|
|
311
286
|
exports.RegisterRequest = projections.RegisterRequest;
|
|
312
287
|
exports.RemovedWithDefinition = projections.RemovedWithDefinition;
|
|
313
288
|
exports.RemovedWithJoinDefinition = projections.RemovedWithJoinDefinition;
|
|
@@ -317,6 +292,34 @@ exports.autoMapFromJSON = projections.autoMapFromJSON;
|
|
|
317
292
|
exports.autoMapToJSON = projections.autoMapToJSON;
|
|
318
293
|
exports.projectionOwnerFromJSON = projections.projectionOwnerFromJSON;
|
|
319
294
|
exports.projectionOwnerToJSON = projections.projectionOwnerToJSON;
|
|
295
|
+
exports.readModelObserverTypeFromJSON = projections.readModelObserverTypeFromJSON;
|
|
296
|
+
exports.readModelObserverTypeToJSON = projections.readModelObserverTypeToJSON;
|
|
297
|
+
exports.readModelOwnerFromJSON = projections.readModelOwnerFromJSON;
|
|
298
|
+
exports.readModelOwnerToJSON = projections.readModelOwnerToJSON;
|
|
299
|
+
exports.readModelSourceFromJSON = projections.readModelSourceFromJSON;
|
|
300
|
+
exports.readModelSourceToJSON = projections.readModelSourceToJSON;
|
|
301
|
+
exports.DehydrateSessionRequest = readmodels.DehydrateSessionRequest;
|
|
302
|
+
exports.GetAllInstancesRequest = readmodels.GetAllInstancesRequest;
|
|
303
|
+
exports.GetAllInstancesResponse = readmodels.GetAllInstancesResponse;
|
|
304
|
+
exports.GetDefinitionsRequest = readmodels.GetDefinitionsRequest;
|
|
305
|
+
exports.GetDefinitionsResponse = readmodels.GetDefinitionsResponse;
|
|
306
|
+
exports.GetInstanceByKeyRequest = readmodels.GetInstanceByKeyRequest;
|
|
307
|
+
exports.GetInstanceByKeyResponse = readmodels.GetInstanceByKeyResponse;
|
|
308
|
+
exports.GetInstancesRequest = readmodels.GetInstancesRequest;
|
|
309
|
+
exports.GetInstancesResponse = readmodels.GetInstancesResponse;
|
|
310
|
+
exports.GetOccurrencesRequest = readmodels.GetOccurrencesRequest;
|
|
311
|
+
exports.GetOccurrencesResponse = readmodels.GetOccurrencesResponse;
|
|
312
|
+
exports.GetSnapshotsByKeyRequest = readmodels.GetSnapshotsByKeyRequest;
|
|
313
|
+
exports.GetSnapshotsByKeyResponse = readmodels.GetSnapshotsByKeyResponse;
|
|
314
|
+
exports.ReadModelChangeset = readmodels.ReadModelChangeset;
|
|
315
|
+
exports.ReadModelOccurrence = readmodels.ReadModelOccurrence;
|
|
316
|
+
exports.ReadModelSnapshot = readmodels.ReadModelSnapshot;
|
|
317
|
+
exports.ReadModelsClient = readmodels.ReadModelsClient;
|
|
318
|
+
exports.ReadModelsService = readmodels.ReadModelsService;
|
|
319
|
+
exports.RegisterManyRequest = readmodels.RegisterManyRequest;
|
|
320
|
+
exports.RegisterSingleRequest = readmodels.RegisterSingleRequest;
|
|
321
|
+
exports.UpdateDefinitionRequest = readmodels.UpdateDefinitionRequest;
|
|
322
|
+
exports.WatchRequest = readmodels.WatchRequest;
|
|
320
323
|
exports.GetRecommendationsRequest = recommendations.GetRecommendationsRequest;
|
|
321
324
|
exports.IEnumerableRecommendation = recommendations.IEnumerableRecommendation;
|
|
322
325
|
exports.Perform = recommendations.Perform;
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateTimeOffset.js","sources":["../../DateTimeOffset.ts"],"sourcesContent":["// Copyright (c) Cratis. All rights reserved.\n// Licensed under the MIT license. See LICENSE file in the project root for full license information.\n\n// SerializableDateTimeOffset is duplicated across all generated proto files that reference it.\n// The canonical source is eventsequences, matching the
|
|
1
|
+
{"version":3,"file":"DateTimeOffset.js","sources":["../../DateTimeOffset.ts"],"sourcesContent":["// Copyright (c) Cratis. All rights reserved.\n// Licensed under the MIT license. See LICENSE file in the project root for full license information.\n\n// SerializableDateTimeOffset is duplicated across all generated proto files that reference it.\n// The canonical source is eventsequences, matching the generated barrel export order.\nimport type { SerializableDateTimeOffset } from './generated/eventsequences';\n\n/**\n * Converts a {@link SerializableDateTimeOffset} from its ISO 8601 wire format to a JavaScript {@link Date}.\n * @param value The {@link SerializableDateTimeOffset} from the gRPC message.\n * @returns A {@link Date}, or undefined if the value is not set.\n */\nexport function toDate(value: SerializableDateTimeOffset | undefined): Date | undefined {\n if (!value?.Value) return undefined;\n return new Date(value.Value);\n}\n\n/**\n * Converts a JavaScript {@link Date} to a {@link SerializableDateTimeOffset} for use in gRPC messages.\n * The Date is serialized as an ISO 8601 string (e.g., \"2024-01-15T12:30:00.000Z\").\n * @param date The {@link Date} to convert.\n * @returns A {@link SerializableDateTimeOffset} with the ISO 8601 value, or undefined if the date is not set.\n */\nexport function fromDate(date: Date | undefined): SerializableDateTimeOffset | undefined {\n if (!date) return undefined;\n return { Value: date.toISOString() };\n}\n"],"names":[],"mappings":"AAYM,SAAU,MAAM,CAAC,KAA6C,EAAA;IAChE,IAAI,CAAC,KAAK,EAAE,KAAK;AAAE,QAAA,OAAO,SAAS;AACnC,IAAA,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;AAChC;AAQM,SAAU,QAAQ,CAAC,IAAsB,EAAA;AAC3C,IAAA,IAAI,CAAC,IAAI;AAAE,QAAA,OAAO,SAAS;IAC3B,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,WAAW,EAAE,EAAE;AACxC;;;;"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export { ConnectionKeepAlive, ConnectionServiceClient, ConnectionServiceService, ConnectRequest, DescriptorSetResponse, protobufPackage } from './clients';
|
|
2
|
+
export type { ConnectionServiceServer, DeepPartial, MessageFns } from './clients';
|
|
3
|
+
export { EnsureEventStore, EnsureNamespace, EventStoresClient, EventStoresService, GetNamespacesRequest, IEnumerableString, NamespacesClient, NamespacesService } from './cratis_chronicle_contracts';
|
|
4
|
+
export type { EventStoresServer, NamespacesServer } from './cratis_chronicle_contracts';
|
|
5
|
+
export { EventType, EventTypeGenerationDefinition, EventTypeMigrationDefinition, EventTypeMigrationOperation, EventTypeRegistration, EventTypesClient, EventTypesService, GetAllEventTypesRequest, GetEventTypeGenerationsRequest, IEnumerableEventType, IEnumerableEventTypeRegistration, RegisterEventTypesRequest, RegisterSingleEventTypeRequest } from './events';
|
|
6
|
+
export type { EventTypesServer } from './events';
|
|
7
|
+
export { Constraint, ConstraintsClient, ConstraintScope, ConstraintsService, ConstraintType, constraintTypeFromJSON, constraintTypeToJSON, OneOfUniqueConstraintDefinitionUniqueEventTypeConstraintDefinition, RegisterConstraintsRequest, UniqueConstraintDefinition, UniqueConstraintEventDefinition, UniqueEventTypeConstraintDefinition } from './events_constraints';
|
|
8
|
+
export type { ConstraintsServer } from './events_constraints';
|
|
9
|
+
export { AppendedEvent, AppendedEvent_GenerationalContentEntry, AppendManyRequest, AppendManyRequest_ConcurrencyScopesEntry, AppendManyResponse, AppendRequest, AppendResponse, Causation, Causation_PropertiesEntry, ConcurrencyScope, ConcurrencyViolation, ConstraintViolation, ConstraintViolation_DetailsEntry, EventContext, EventObservationState, eventObservationStateFromJSON, eventObservationStateToJSON, EventRevision, EventSequencesClient, EventSequencesService, EventToAppend, GetForEventSourceIdAndEventTypesRequest, GetForEventSourceIdAndEventTypesResponse, GetFromEventSequenceNumberRequest, GetFromEventSequenceNumberResponse, GetTailSequenceNumberRequest, GetTailSequenceNumberResponse, HasEventsForEventSourceIdRequest, HasEventsForEventSourceIdResponse, Identity, RedactForEventSourceRequest, RedactRequest, RedactResponse, ReviseRequest, SerializableDateTimeOffset } from './eventsequences';
|
|
10
|
+
export type { EventSequencesServer } from './eventsequences';
|
|
11
|
+
export { ServerClient, ServerService, ServerVersionInfo } from './host';
|
|
12
|
+
export type { ServerServer } from './host';
|
|
13
|
+
export { GetIdentitiesRequest, IdentitiesClient, IdentitiesService, IEnumerableIdentity } from './identities';
|
|
14
|
+
export type { IdentitiesServer } from './identities';
|
|
15
|
+
export { DeleteJob, GetJobRequest, GetJobsRequest, GetJobStepsRequest, IEnumerableJob, IEnumerableJobStep, Job, JobError, jobErrorFromJSON, jobErrorToJSON, JobProgress, JobsClient, JobsService, JobStatus, JobStatusChanged, jobStatusFromJSON, jobStatusToJSON, JobStep, JobStepProgress, JobStepStatus, JobStepStatusChanged, jobStepStatusFromJSON, jobStepStatusToJSON, OneOfJobJobError, ResumeJob, StopJob } from './jobs';
|
|
16
|
+
export type { JobsServer } from './jobs';
|
|
17
|
+
export { AllObserversRequest, FailedPartition, FailedPartitionAttempt, FailedPartitionsClient, FailedPartitionsService, GetFailedPartitionsRequest, GetObserverInformationRequest, GetReplayableObserversForEventTypesRequest, IEnumerableFailedPartition, IEnumerableObserverInformation, ObserverInformation, ObserverOwner, observerOwnerFromJSON, observerOwnerToJSON, ObserverRunningState, observerRunningStateFromJSON, observerRunningStateToJSON, ObserversClient, ObserversService, ObserverType, observerTypeFromJSON, observerTypeToJSON, Replay, ReplayPartition, RetryPartition } from './observation';
|
|
18
|
+
export type { FailedPartitionsServer, ObserversServer } from './observation';
|
|
19
|
+
export { EventsToObserve, EventTypeWithKeyExpression, HasReactorRequest, HasReactorResponse, ObservationState, observationStateFromJSON, observationStateToJSON, ObserverFilters, OneOfRegisterReactorReactorResult, ReactorDefinition, ReactorMessage, ReactorResult, ReactorsClient, ReactorsService, RegisterReactor } from './observation_reactors';
|
|
20
|
+
export type { ReactorsServer } from './observation_reactors';
|
|
21
|
+
export { OneOfRegisterReducerReducerResult, ReduceOperationMessage, ReducerDefinition, ReducerMessage, ReducerResult, ReducersClient, ReducersService, RegisterReducer, SinkDefinition } from './observation_reducers';
|
|
22
|
+
export type { ReducersServer } from './observation_reducers';
|
|
23
|
+
export { AddWebhooks, BasicAuthorization, BearerTokenAuthorization, GetWebhooksRequest, IEnumerableWebhookDefinition, OAuthAuthorization, OneOfBasicAuthorizationBearerTokenAuthorizationOAuthAuthorization, RemoveWebhooks, TestOAuthAuthorizationRequest, TestOAuthAuthorizationResponse, TestWebhookRequest, TestWebhookResponse, WebhookDefinition, WebhooksClient, WebhooksService, WebhookTarget, WebhookTarget_HeadersEntry } from './observation_webhooks';
|
|
24
|
+
export type { WebhooksServer } from './observation_webhooks';
|
|
25
|
+
export { AutoMap, autoMapFromJSON, autoMapToJSON, ChildrenDefinition, ChildrenDefinition_ChildrenEntry, ChildrenDefinition_NestedEntry, DraftReadModelDefinition, FromDefinition, FromDefinition_PropertiesEntry, FromDerivativesDefinition, FromEventPropertyDefinition, FromEveryDefinition, FromEveryDefinition_PropertiesEntry, GeneratedCode, GenerateDeclarativeCodeRequest, GenerateModelBoundCodeRequest, GetAllDeclarationsRequest, GetAllDefinitionsRequest, IEnumerableProjectionDefinition, IEnumerableProjectionWithDeclaration, IndexDefinition, JoinDefinition, JoinDefinition_PropertiesEntry, KeyValuePairEventTypeFromDefinition, KeyValuePairEventTypeJoinDefinition, KeyValuePairEventTypeRemovedWithDefinition, KeyValuePairEventTypeRemovedWithJoinDefinition, OneOfGeneratedCodeProjectionDeclarationParsingErrors, OneOfProjectionPreviewProjectionDeclarationParsingErrors, PreviewProjectionRequest, ProjectionDeclarationParsingErrors, ProjectionDeclarationSyntaxError, ProjectionDefinition, ProjectionDefinition_ChildrenEntry, ProjectionDefinition_NestedEntry, ProjectionOwner, projectionOwnerFromJSON, projectionOwnerToJSON, ProjectionPreview, ProjectionsClient, ProjectionsService, ProjectionWithDeclaration, ReadModelDefinition, ReadModelObserverType, readModelObserverTypeFromJSON, readModelObserverTypeToJSON, ReadModelOwner, readModelOwnerFromJSON, readModelOwnerToJSON, ReadModelSource, readModelSourceFromJSON, readModelSourceToJSON, ReadModelType, RegisterRequest, RemovedWithDefinition, RemovedWithJoinDefinition, SaveProjectionRequest, SaveProjectionResult } from './projections';
|
|
26
|
+
export type { ProjectionsServer } from './projections';
|
|
27
|
+
export { DehydrateSessionRequest, GetAllInstancesRequest, GetAllInstancesResponse, GetDefinitionsRequest, GetDefinitionsResponse, GetInstanceByKeyRequest, GetInstanceByKeyResponse, GetInstancesRequest, GetInstancesResponse, GetOccurrencesRequest, GetOccurrencesResponse, GetSnapshotsByKeyRequest, GetSnapshotsByKeyResponse, ReadModelChangeset, ReadModelOccurrence, ReadModelsClient, ReadModelSnapshot, ReadModelsService, RegisterManyRequest, RegisterSingleRequest, UpdateDefinitionRequest, WatchRequest } from './readmodels';
|
|
28
|
+
export type { ReadModelsServer } from './readmodels';
|
|
29
|
+
export { GetRecommendationsRequest, IEnumerableRecommendation, Perform, Recommendation, RecommendationsClient, RecommendationsService } from './recommendations';
|
|
30
|
+
export type { RecommendationsServer } from './recommendations';
|
|
31
|
+
export { AddApplication, AddUser, Application, ApplicationsClient, ApplicationsService, ChangeApplicationSecret, ChangeUserPassword, IListApplication, IListUser, InitialAdminPasswordSetupStatus, RemoveApplication, RemoveUser, RequirePasswordChange, SetInitialAdminPassword, User, UsersClient, UsersService } from './security';
|
|
32
|
+
export type { ApplicationsServer, UsersServer } from './security';
|
|
33
|
+
export { EventSeedingClient, EventSeedingService, EventSourceSeedEntries, EventTypeSeedEntries, GetSeedDataRequest, NamespacedSeedEntries, SeedDataResponse, SeedingEntry, SeedRequest } from './seeding';
|
|
34
|
+
export type { EventSeedingServer } from './seeding';
|
|
35
|
+
export { DateTime, DateTimeOffset, Decimal, Guid, TimeSpan, TimeSpanScale, timeSpanScaleFromJSON, timeSpanScaleToJSON } from './protobuf-net/bcl';
|
|
36
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../generated/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -96,6 +96,11 @@ export interface Identity {
|
|
|
96
96
|
UserName: string;
|
|
97
97
|
OnBehalfOf: Identity | undefined;
|
|
98
98
|
}
|
|
99
|
+
export interface ObserverFilters {
|
|
100
|
+
FilterTags: string[];
|
|
101
|
+
EventSourceType: string;
|
|
102
|
+
EventStreamType: string;
|
|
103
|
+
}
|
|
99
104
|
export interface OneOfRegisterReactorReactorResult {
|
|
100
105
|
Value0: RegisterReactor | undefined;
|
|
101
106
|
Value1: ReactorResult | undefined;
|
|
@@ -106,6 +111,7 @@ export interface ReactorDefinition {
|
|
|
106
111
|
EventTypes: EventTypeWithKeyExpression[];
|
|
107
112
|
IsReplayable: boolean;
|
|
108
113
|
Tags: string[];
|
|
114
|
+
Filters: ObserverFilters | undefined;
|
|
109
115
|
}
|
|
110
116
|
export interface ReactorMessage {
|
|
111
117
|
Content: OneOfRegisterReactorReactorResult | undefined;
|
|
@@ -138,6 +144,7 @@ export declare const EventsToObserve: MessageFns<EventsToObserve>;
|
|
|
138
144
|
export declare const HasReactorRequest: MessageFns<HasReactorRequest>;
|
|
139
145
|
export declare const HasReactorResponse: MessageFns<HasReactorResponse>;
|
|
140
146
|
export declare const Identity: MessageFns<Identity>;
|
|
147
|
+
export declare const ObserverFilters: MessageFns<ObserverFilters>;
|
|
141
148
|
export declare const OneOfRegisterReactorReactorResult: MessageFns<OneOfRegisterReactorReactorResult>;
|
|
142
149
|
export declare const ReactorDefinition: MessageFns<ReactorDefinition>;
|
|
143
150
|
export declare const ReactorMessage: MessageFns<ReactorMessage>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"observation_reactors.d.ts","sourceRoot":"","sources":["../../../generated/observation_reactors.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"observation_reactors.d.ts","sourceRoot":"","sources":["../../../generated/observation_reactors.ts"],"names":[],"mappings":"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"}
|