UNPKG

21.8 kBTypeScriptView Raw
1import "./Utility/Polyfills";
2export { DocumentConventions } from "./Documents/Conventions/DocumentConventions";
3export { RavenErrorType } from "./Exceptions";
4export * from "./Types";
5export * from "./Http/AggressiveCacheOptions";
6export * from "./Http/ClusterRequestExecutor";
7export * from "./Http/ClusterTopology";
8export * from "./Http/CurrentIndexAndNode";
9export * from "./Http/NodeSelector";
10export * from "./Http/RavenCommand";
11export * from "./Http/ReadBalanceBehavior";
12export * from "./Http/RequestExecutor";
13export * from "./Http/ServerNode";
14export * from "./Http/StatusCode";
15export * from "./Http/Topology";
16export * from "./Http/UriUtility";
17export * from "./ServerWide";
18export * from "./ServerWide/CompactSettings";
19export * from "./ServerWide/ConnectionString";
20export * from "./ServerWide/ModifyOnGoingTaskResult";
21export * from "./ServerWide/Operations";
22export * from "./ServerWide/Operations/CreateDatabaseOperation";
23export * from "./ServerWide/Operations/DeleteDatabasesOperation";
24export * from "./ServerWide/Operations/GetDatabaseNamesOperation";
25export * from "./ServerWide/Operations/GetServerWideOperationStateOperation";
26export * from "./ServerWide/Operations/ServerWideOperationCompletionAwaiter";
27export { GetDatabaseTopologyCommand } from "./ServerWide/Commands/GetDatabaseTopologyCommand";
28export { GetClusterTopologyCommand } from "./ServerWide/Commands/GetClusterTopologyCommand";
29export { GetTcpInfoCommand } from "./ServerWide/Commands/GetTcpInfoCommand";
30export { CreateDatabaseOperation } from "./ServerWide/Operations/CreateDatabaseOperation";
31export { DeleteDatabasesOperation } from "./ServerWide/Operations/DeleteDatabasesOperation";
32export { GetDatabaseNamesOperation } from "./ServerWide/Operations/GetDatabaseNamesOperation";
33export { GetServerWideOperationStateOperation } from "./ServerWide/Operations/GetServerWideOperationStateOperation";
34export { ServerWideOperationCompletionAwaiter } from "./ServerWide/Operations/ServerWideOperationCompletionAwaiter";
35export { DatabaseRecord, ConflictSolver, ScriptResolver } from "./ServerWide";
36export * from "./ServerWide/ConnectionString";
37export { BulkInsertOperation } from "./Documents/BulkInsertOperation";
38export * from "./Documents/Operations/OperationAbstractions";
39export { CompactDatabaseOperation } from "./Documents/Operations/CompactDatabaseOperation";
40export { PutConnectionStringOperation } from "./Documents/Operations/ConnectionStrings/PutConnectionStringOperation";
41export { PatchOperation } from "./Documents/Operations/PatchOperation";
42export { PatchByQueryOperation } from "./Documents/Operations/PatchByQueryOperation";
43export { PutCompareExchangeValueOperation } from "./Documents/Operations/CompareExchange/PutCompareExchangeValueOperation";
44export { GetCompareExchangeValueOperation } from "./Documents/Operations/CompareExchange/GetCompareExchangeValueOperation";
45export { CompareExchangeResult } from "./Documents/Operations/CompareExchange/CompareExchangeResult";
46export { CompareExchangeValue } from "./Documents/Operations/CompareExchange/CompareExchangeValue";
47export { CompareExchangeValueResultParser } from "./Documents/Operations/CompareExchange/CompareExchangeValueResultParser";
48export { GetCompareExchangeValuesOperation, GetCompareExchangeValuesParameters } from "./Documents/Operations/CompareExchange/GetCompareExchangeValuesOperation";
49export { DeleteCompareExchangeValueOperation } from "./Documents/Operations/CompareExchange/DeleteCompareExchangeValueOperation";
50export { DeleteByQueryOperation } from "./Documents/Operations/DeleteByQueryOperation";
51export { GetCollectionStatisticsOperation } from "./Documents/Operations/GetCollectionStatisticsOperation";
52export { CollectionStatistics } from "./Documents/Operations/CollectionStatistics";
53export { GetNextOperationIdCommand } from "./Documents/Commands/GetNextOperationIdCommand";
54export { KillOperationCommand } from "./Documents/Commands/KillOperationCommand";
55export { DeleteDocumentCommand } from "./Documents/Commands/DeleteDocumentCommand";
56export { NextIdentityForCommand } from "./Documents/Commands/NextIdentityForCommand";
57export { SeedIdentityForCommand } from "./Documents/Commands/SeedIdentityForCommand";
58export { ExplainQueryCommand } from "./Documents/Commands/ExplainQueryCommand";
59export { GetIdentitiesOperation } from "./Documents/Operations/Identities/GetIdentitiesOperation";
60export { GetStatisticsOperation, GetStatisticsCommand } from "./Documents/Operations/GetStatisticsOperation";
61export { DatabaseStatistics } from "./Documents/Operations/DatabaseStatistics";
62export { GetOperationStateOperation } from "./Documents/Operations/GetOperationStateOperation";
63export { IndexInformation } from "./Documents/Operations/IndexInformation";
64export { MaintenanceOperationExecutor } from "./Documents/Operations/MaintenanceOperationExecutor";
65export { OperationCompletionAwaiter } from "./Documents/Operations/OperationCompletionAwaiter";
66export { ClientConfiguration } from "./Documents/Operations/Configuration/ClientConfiguration";
67export { GetClientConfigurationOperation } from "./Documents/Operations/Configuration/GetClientConfigurationOperation";
68export { PutClientConfigurationOperation } from "./Documents/Operations/Configuration/PutClientConfigurationOperation";
69export { PutDocumentCommand } from "./Documents/Commands/PutDocumentCommand";
70export { GetIndexNamesOperation } from "./Documents/Operations/Indexes/GetIndexNamesOperation";
71export { DisableIndexOperation } from "./Documents/Operations/Indexes/DisableIndexOperation";
72export { EnableIndexOperation } from "./Documents/Operations/Indexes/EnableIndexOperation";
73export { GetIndexingStatusOperation } from "./Documents/Operations/Indexes/GetIndexingStatusOperation";
74export { GetIndexesStatisticsOperation } from "./Documents/Operations/Indexes/GetIndexesStatisticsOperation";
75export { GetIndexStatisticsOperation } from "./Documents/Operations/Indexes/GetIndexStatisticsOperation";
76export { GetIndexesOperation } from "./Documents/Operations/Indexes/GetIndexesOperation";
77export { GetTermsOperation } from "./Documents/Operations/Indexes/GetTermsOperation";
78export { IndexHasChangedOperation } from "./Documents/Operations/Indexes/IndexHasChangedOperation";
79export { PutIndexesOperation } from "./Documents/Operations/Indexes/PutIndexesOperation";
80export { StopIndexingOperation } from "./Documents/Operations/Indexes/StopIndexingOperation";
81export { StartIndexingOperation } from "./Documents/Operations/Indexes/StartIndexingOperation";
82export { StopIndexOperation } from "./Documents/Operations/Indexes/StopIndexOperation";
83export { StartIndexOperation } from "./Documents/Operations/Indexes/StartIndexOperation";
84export { ResetIndexOperation } from "./Documents/Operations/Indexes/ResetIndexOperation";
85export { DeleteIndexOperation } from "./Documents/Operations/Indexes/DeleteIndexOperation";
86export { UpdateExternalReplicationOperation } from "./Documents/Operations/Replication/UpdateExternalReplicationOperation";
87export { GetConflictsCommand } from "./Documents/Commands/GetConflictsCommand";
88export { SetIndexesLockOperation, SetIndexesLockOperationParameters } from "./Documents/Operations/Indexes/SetIndexesLockOperation";
89export { SetIndexesPriorityOperation, SetIndexesPriorityOperationParameters } from "./Documents/Operations/Indexes/SetIndexesPriorityOperation";
90export * from "./Documents/Operations/PatchRequest";
91export * from "./Documents/Operations/GetDetailedStatisticsOperation";
92export * from "./Documents/Commands/Batches/BatchCommand";
93export * from "./Documents/Commands/Batches/BatchOptions";
94export * from "./Documents/Commands/Batches/DeleteAttachmentCommandData";
95export * from "./Documents/Commands/Batches/PatchCommandData";
96export * from "./Documents/Commands/Batches/PutAttachmentCommandData";
97export * from "./Documents/Commands/Batches/PutAttachmentCommandHelper";
98export * from "./Documents/Commands/CommandData";
99export * from "./ServerWide/Operations/GetDatabaseRecordOperation";
100export * from "./Documents/SetupDocumentBase";
101export * from "./Documents/Commands/StreamResultResponse";
102export * from "./Documents/Commands/StreamResult";
103export * from "./Documents/Session/Operations/BatchOperation";
104export * from "./Documents/Session/Operations/GetRevisionOperation";
105export * from "./Documents/Lazy";
106export * from "./Documents/Session/Operations/Lazy/IEagerSessionOperations";
107export * from "./Documents/Session/Operations/Lazy/ILazyOperation";
108export * from "./Documents/Session/Operations/Lazy/ILazySessionOperations";
109export * from "./Documents/Session/Operations/Lazy/LazyAggregationQueryOperation";
110export * from "./Documents/Session/Operations/Lazy/LazyLoadOperation";
111export * from "./Documents/Session/Operations/Lazy/LazyQueryOperation";
112export * from "./Documents/Session/Operations/Lazy/LazySessionOperations";
113export * from "./Documents/Session/Operations/Lazy/LazyStartsWithOperation";
114export * from "./Documents/Session/Operations/Lazy/LazySuggestionQueryOperation";
115export * from "./Documents/Session/Operations/LoadOperation";
116export * from "./Documents/Session/Operations/LoadStartingWithOperation";
117export * from "./Documents/Session/Operations/MultiGetOperation";
118export * from "./Documents/Session/Operations/QueryOperation";
119export * from "./Documents/Session/Operations/StreamOperation";
120export * from "./Documents/Operations/Attachments/DeleteAttachmentOperation";
121export * from "./Documents/Operations/Attachments/PutAttachmentOperation";
122export * from "./Documents/Operations/PatchResult";
123export * from "./Documents/Operations/PatchStatus";
124export * from "./Documents/Operations/Revisions/ConfigureRevisionsOperation";
125export * from "./Documents/Operations/RevisionsCollectionConfiguration";
126export * from "./Documents/Operations/RevisionsConfiguration";
127export * from "./Documents/Operations/DetailedDatabaseStatistics";
128export * from "./Documents/Operations/SessionOperationExecutor";
129export { GetIndexOperation } from "./Documents/Operations/Indexes/GetIndexOperation";
130export { GetIndexErrorsOperation } from "./Documents/Operations/Indexes/GetIndexErrorsOperation";
131export * from "./Documents/Indexes/Enums";
132export * from "./Documents/Indexes/IndexDefinition";
133export * from "./Documents/Indexes/Errors";
134export * from "./Documents/Indexes/IndexFieldOptions";
135export * from "./Documents/Indexes/Spatial";
136export * from "./Documents/Indexes/IndexingStatus";
137export * from "./Documents/Indexes/IndexStats";
138export * from "./Documents/Indexes";
139export * from "./Documents/Indexes/AbstractIndexCreationTask";
140export * from "./Documents/Indexes/AbstractMultiMapIndexCreationTask";
141export * from "./Documents/Indexes/AbstractJavaScriptIndexCreationTask";
142export * from "./Documents/Replication/ExternalReplication";
143export * from "./Documents/Replication/ReplicationNode";
144export * from "./Documents/DocumentAbstractions";
145export * from "./Documents/DocumentStore";
146export * from "./Documents/DocumentStoreBase";
147export * from "./Documents/IDocumentStore";
148export * from "./Documents/IdTypeAndName";
149export * from "./Documents/Subscriptions/SubscriptionBatch";
150export * from "./Documents/Subscriptions/DocumentSubscriptions";
151export * from "./Documents/Subscriptions/SubscriptionWorker";
152export * from "./Documents/Subscriptions/SubscriptionWorkerOptions";
153export * from "./Documents/Subscriptions/SubscriptionCreationOptions";
154export * from "./Documents/Subscriptions/Revision";
155export * from "./Documents/Subscriptions/SubscriptionState";
156export * from "./Documents/Subscriptions/SubscriptionOpeningStrategy";
157export * from "./Documents/Session/AbstractDocumentQuery";
158export * from "./Documents/Session/CmpXchg";
159export * from "./Documents/Session/DocumentInfo";
160export * from "./Documents/Session/DocumentQuery";
161export * from "./Documents/Session/DocumentQueryHelper";
162export * from "./Documents/Session/DocumentsById";
163export * from "./Documents/Session/DocumentsChanges";
164export * from "./Documents/Session/DocumentSession";
165export * from "./Documents/Session/EntityToJson";
166export * from "./Documents/Session/GroupByDocumentQuery";
167export * from "./Documents/Session/GroupByField";
168export * from "./Documents/Session/IAbstractDocumentQuery";
169export * from "./Documents/Session/IAdvancedSessionOperations";
170export * from "./Documents/Session/IDocumentQuery";
171export * from "./Documents/Session/IDocumentQueryBase";
172export * from "./Documents/Session/IDocumentQueryBaseSingle";
173export * from "./Documents/Session/IDocumentSession";
174export * from "./Documents/Session/IEnumerableQuery";
175export * from "./Documents/Session/IFilterDocumentQueryBase";
176export * from "./Documents/Session/IGroupByDocumentQuery";
177export * from "./Documents/Session/IncludesUtil";
178export * from "./Documents/Session/InMemoryDocumentSessionOperations";
179export * from "./Documents/Session/IQueryBase";
180export * from "./Documents/Session/IRawDocumentQuery";
181export * from "./Documents/Session/MethodCall";
182export * from "./Documents/Session/OrderingType";
183export * from "./Documents/Session/QueryEvents";
184export * from "./Documents/Session/QueryOptions";
185export * from "./Documents/Session/QueryStatistics";
186export * from "./Documents/Session/StreamQueryStatistics";
187export * from "./Documents/Session/RawDocumentQuery";
188export * from "./Documents/Session/SessionEvents";
189export * from "./Documents/Session/WhereParams";
190export * from "./Documents/Session/IMetadataDictionary";
191export * from "./Documents/Session/DocumentResultStream";
192export * from "./Documents/Session/Loaders/ILazyLoaderWithInclude";
193export * from "./Documents/Session/Loaders/ILoaderWithInclude";
194export * from "./Documents/Session/Loaders/LazyMultiLoaderWithInclude";
195export * from "./Documents/Session/Loaders/MultiLoaderWithInclude";
196export * from "./Documents/Session/DocumentQueryCustomization";
197export * from "./Documents/Session/DocumentSessionAttachments";
198export * from "./Documents/Session/DocumentSessionAttachmentsBase";
199export * from "./Documents/Session/DocumentSessionRevisions";
200export * from "./Documents/Session/IAttachmentsSessionOperations";
201export * from "./Documents/Session/IDocumentQueryCustomization";
202export * from "./Documents/Session/IRevisionsSessionOperations";
203export * from "./Documents/Session/ResponseTimeInformation";
204export * from "./Documents/Session/MetadataObject";
205export * from "./Documents/Session/TransactionMode";
206export * from "./Documents/Session/IClusterTransactionOperations";
207export * from "./Documents/Session/ISessionDocumentCounters";
208export * from "./Documents/Session/ClusterTransactionOperations";
209export * from "./Documents/Session/CounterInternalTypes";
210export * from "./Documents/Session/Loaders/IIncludeBuilder";
211export * from "./Documents/Session/Loaders/IncludeBuilder";
212export * from "./Documents/Session/Loaders/IncludeBuilderBase";
213export * from "./Documents/Session/Loaders/IQueryIncludeBuilder";
214export * from "./Documents/Session/Loaders/QueryIncludeBuilder";
215export * from "./Documents/Session/Operations/BatchCommandResult";
216export * from "./Documents/Session/SessionDocumentCounters";
217export * from "./Documents/Commands/StreamResult";
218export * from "./Documents/Session/SessionOptions";
219export * from "./Documents/Commands/CommandData";
220export * from "./Documents/Commands/Batches/CopyAttachmentCommandData";
221export * from "./Documents/Commands/Batches/DeleteAttachmentCommandData";
222export * from "./Documents/Commands/Batches/MoveAttachmentCommandData";
223export * from "./Documents/Commands/Batches/PutAttachmentCommandData";
224export * from "./Documents/Commands/Batches/BatchPatchCommandData";
225export * from "./Documents/Commands/Batches/CountersBatchCommandData";
226export * from "./Documents/Commands/Batches/PatchCommandData";
227export * from "./Documents/Commands/Batches/PutCompareExchangeCommandData";
228export * from "./Documents/Commands/Batches/DeleteCompareExchangeCommandData";
229export * from "./Documents/Lazy";
230export { CounterBatch } from "./Documents/Operations/Counters/CounterBatch";
231export { GetCountersOperation } from "./Documents/Operations/Counters/GetCountersOperation";
232export { CounterBatchOperation } from "./Documents/Operations/Counters/CounterBatchOperation";
233export { CounterOperationType } from "./Documents/Operations/Counters/CounterOperationType";
234export { CounterOperation } from "./Documents/Operations/Counters/CounterOperation";
235export { DocumentCountersOperation } from "./Documents/Operations/Counters/DocumentCountersOperation";
236export * from "./Documents/Operations/Counters/CounterDetail";
237export * from "./Documents/Operations/Counters/CountersDetail";
238export * from "./Auth/AuthOptions";
239export * from "./Types/Callbacks";
240export * from "./Types/Contracts";
241export * from "./Types";
242export * from "./Documents/Queries/IndexQuery";
243export * from "./Documents/Queries/GroupBy";
244export * from "./Documents/Queries/QueryOperator";
245export * from "./Documents/Queries/SearchOperator";
246export * from "./Documents/Queries/IIndexQuery";
247export * from "./Documents/Queries/GroupByMethod";
248export * from "./Documents/Queries/Spatial/SpatialCriteriaFactory";
249export * from "./Documents/Queries/Spatial/SpatialCriteria";
250export * from "./Documents/Queries/Spatial/CircleCriteria";
251export * from "./Documents/Queries/Spatial/DynamicSpatialField";
252export * from "./Documents/Queries/Spatial/WktCriteria";
253export * from "./Documents/Queries/Spatial/PointField";
254export * from "./Documents/Queries/Spatial/WktField";
255export * from "./Documents/Queries/Facets/RangeBuilder";
256export * from "./Documents/Queries/Facets/FacetBuilder";
257export * from "./Documents/Queries/Facets/Facet";
258export * from "./Documents/Queries/Facets/RangeFacet";
259export * from "./Documents/Queries/Facets/FacetBase";
260export * from "./Documents/Queries/Facets/FacetSetup";
261export * from "./Documents/Queries/Facets";
262export * from "./Documents/Queries/QueryData";
263export * from "./Documents/Queries/QueryOperationOptions";
264export * from "./Documents/Queries/QueryResult";
265export * from "./Documents/Queries/Highlighting/HighlightingOptions";
266export * from "./Documents/Queries/Highlighting/HighlightingParameters";
267export * from "./Documents/Queries/Highlighting/Hightlightings";
268export * from "./Documents/Queries/Timings/QueryTimings";
269export * from "./Documents/Queries/Facets/AggregationDocumentQuery";
270export * from "./Documents/Queries/Facets/AggregationQueryBase";
271export * from "./Documents/Queries/Facets/GenericRangeFacet";
272export * from "./Documents/Queries/Facets/IAggregationDocumentQuery";
273export * from "./Documents/Queries/Facets/IFacetBuilder";
274export * from "./Documents/Queries/Facets/IFacetOperations";
275export * from "./Documents/Queries/Explanation/ExplanationOptions";
276export * from "./Documents/Queries/Explanation/Explanations";
277export * from "./Documents/Queries/Highlighting/QueryHighlightings";
278export * from "./Documents/Queries/MoreLikeThis/IMoreLikeThisBuilderBase";
279export * from "./Documents/Queries/MoreLikeThis/IMoreLikeThisOperations";
280export * from "./Documents/Queries/MoreLikeThis/MoreLikeThisBase";
281export * from "./Documents/Queries/MoreLikeThis/MoreLikeThisBuilder";
282export * from "./Documents/Queries/MoreLikeThis/MoreLikeThisOptions";
283export * from "./Documents/Queries/MoreLikeThis/MoreLikeThisStopWords";
284export * from "./Documents/Queries/Suggestions/ISuggestionBuilder";
285export * from "./Documents/Queries/Suggestions/ISuggestionDocumentQuery";
286export * from "./Documents/Queries/Suggestions/ISuggestionOperations";
287export * from "./Documents/Queries/Suggestions/StringDistanceTypes";
288export * from "./Documents/Queries/Suggestions/SuggestionBuilder";
289export * from "./Documents/Queries/Suggestions/SuggestionDocumentQuery";
290export * from "./Documents/Queries/Suggestions/SuggestionOptions";
291export * from "./Documents/Queries/Suggestions/SuggestionBase";
292export * from "./Documents/Queries/Suggestions/SuggestionResult";
293export * from "./Documents/Queries/Suggestions/SuggestionSortMode";
294export * from "./Documents/Attachments";
295export * from "./Documents/Operations/Attachments/GetAttachmentOperation";
296export * from "./Documents/Changes/IndexChange";
297export * from "./Documents/Changes/DocumentChange";
298export * from "./Documents/Changes/CounterChange";
299export * from "./Documents/Changes/IDatabaseChanges";
300export * from "./Documents/Changes/DatabaseChange";
301export * from "./Documents/Changes/OperationStatusChange";
302export * from "./Documents/Changes/IDatabaseChanges";
303export * from "./Documents/Changes/DatabaseChanges";
304export * from "./Documents/Changes/IConnectableChanges";
305export * from "./Documents/Changes/IChangesObservable";
306export * from "./Documents/Changes/ChangesObservable";
307export * from "./Documents/Changes/DatabaseConnectionState";
308export * from "./Documents/Changes/IChangesConnectionState";
309export * from "./Documents/Identity/HiloIdGenerator";
310export * from "./Documents/Identity/HiloMultiDatabaseIdGenerator";
311export * from "./Documents/Identity/HiloMultiTypeIdGenerator";
312export * from "./Documents/Identity/HiloRangeValue";
313export * from "./Documents/Identity/IHiloIdGenerator";
314export * from "./Documents/Identity/HiloMultiDatabaseIdGenerator";
315export { TypesAwareObjectMapper } from "./Mapping/ObjectMapper";
316export { Mapping } from "./Mapping";
317import * as Json from "./Mapping/Json";
318export { Json };
319export { TransformKeysJsonStream } from "./Mapping/Json/Streams/TransformKeysJsonStream";
320import { DocumentStore } from "./Documents/DocumentStore";
321export default DocumentStore;