@fluidframework/runtime-definitions 2.0.0-dev.7.4.0.216897 → 2.0.0-dev.7.4.0.217212

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.
@@ -1,18 +1,30 @@
1
+ import { AttachState } from '@fluidframework/container-definitions';
2
+ import { FluidObject } from '@fluidframework/core-interfaces';
3
+ import { IAudience } from '@fluidframework/container-definitions';
1
4
  import { IClientDetails } from '@fluidframework/protocol-definitions';
5
+ import { IDeltaManager } from '@fluidframework/container-definitions';
6
+ import { IDisposable } from '@fluidframework/core-interfaces';
2
7
  import { IDocumentMessage } from '@fluidframework/protocol-definitions';
8
+ import { IDocumentStorageService } from '@fluidframework/driver-definitions';
9
+ import { IEvent } from '@fluidframework/core-interfaces';
10
+ import { IEventProvider } from '@fluidframework/core-interfaces';
11
+ import { IFluidRouter } from '@fluidframework/core-interfaces';
12
+ import { ILoaderOptions } from '@fluidframework/container-definitions';
3
13
  import { IQuorumClients } from '@fluidframework/protocol-definitions';
14
+ import { IRequest } from '@fluidframework/core-interfaces';
15
+ import { IResponse } from '@fluidframework/core-interfaces';
4
16
  import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
5
17
  import { ISignalMessage } from '@fluidframework/protocol-definitions';
6
18
  import { ISnapshotTree } from '@fluidframework/protocol-definitions';
7
19
  import { ISummaryTree } from '@fluidframework/protocol-definitions';
20
+ import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
8
21
  import { ITree } from '@fluidframework/protocol-definitions';
9
22
  import type { IUser } from '@fluidframework/protocol-definitions';
10
23
  import { SummaryTree } from '@fluidframework/protocol-definitions';
24
+ import { TelemetryEventPropertyType } from '@fluidframework/core-interfaces';
11
25
 
12
26
  /* Excluded from this release type: AliasResult */
13
27
 
14
- /* Excluded from this release type: AttachState */
15
-
16
28
  /* Excluded from this release type: AttributionInfo */
17
29
 
18
30
  /* Excluded from this release type: AttributionKey */
@@ -31,8 +43,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
31
43
 
32
44
  /* Excluded from this release type: FluidDataStoreRegistryEntry */
33
45
 
34
- /* Excluded from this release type: FluidObject */
35
-
36
46
  /* Excluded from this release type: FlushMode */
37
47
 
38
48
  /* Excluded from this release type: FlushModeExperimental */
@@ -47,8 +57,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
47
57
 
48
58
  /* Excluded from this release type: IAttachMessage */
49
59
 
50
- /* Excluded from this release type: IAudience */
51
-
52
60
  /* Excluded from this release type: IContainerRuntimeBase */
53
61
 
54
62
  /* Excluded from this release type: IContainerRuntimeBaseEvents */
@@ -57,18 +65,8 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
57
65
 
58
66
  /* Excluded from this release type: IdCreationRange */
59
67
 
60
- /* Excluded from this release type: IDeltaManager */
61
-
62
- /* Excluded from this release type: IDisposable */
63
-
64
- /* Excluded from this release type: IDocumentStorageService */
65
-
66
68
  /* Excluded from this release type: IEnvelope */
67
69
 
68
- /* Excluded from this release type: IEvent */
69
-
70
- /* Excluded from this release type: IEventProvider */
71
-
72
70
  /* Excluded from this release type: IExperimentalIncrementalSummaryContext */
73
71
 
74
72
  /* Excluded from this release type: IFluidDataStoreChannel */
@@ -87,8 +85,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
87
85
 
88
86
  /* Excluded from this release type: IFluidHandleContext */
89
87
 
90
- /* Excluded from this release type: IFluidRouter */
91
-
92
88
  /* Excluded from this release type: IGarbageCollectionData */
93
89
 
94
90
  /* Excluded from this release type: IGarbageCollectionDetailsBase */
@@ -99,8 +95,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
99
95
 
100
96
  /* Excluded from this release type: IInboundSignalMessage */
101
97
 
102
- /* Excluded from this release type: ILoaderOptions */
103
-
104
98
  /* Excluded from this release type: InboundAttachMessage */
105
99
 
106
100
  /* Excluded from this release type: initialClusterCapacity */
@@ -111,10 +105,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
111
105
 
112
106
  /* Excluded from this release type: IProvideFluidHandleContext */
113
107
 
114
- /* Excluded from this release type: IRequest */
115
-
116
- /* Excluded from this release type: IResponse */
117
-
118
108
  /* Excluded from this release type: ISignalEnvelope */
119
109
 
120
110
  /* Excluded from this release type: ISummarizeInternalResult */
@@ -133,8 +123,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
133
123
 
134
124
  /* Excluded from this release type: ISummaryTreeWithStats */
135
125
 
136
- /* Excluded from this release type: ITelemetryBaseLogger */
137
-
138
126
  /* Excluded from this release type: ITelemetryContext */
139
127
 
140
128
  /* Excluded from this release type: LocalAttributionKey */
@@ -161,8 +149,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
161
149
 
162
150
  /* Excluded from this release type: SummarizeInternalFn */
163
151
 
164
- /* Excluded from this release type: TelemetryEventPropertyType */
165
-
166
152
  /* Excluded from this release type: totalBlobSizePropertyName */
167
153
 
168
154
  /* Excluded from this release type: VisibilityState */
@@ -1,18 +1,30 @@
1
+ import { AttachState } from '@fluidframework/container-definitions';
2
+ import { FluidObject } from '@fluidframework/core-interfaces';
3
+ import { IAudience } from '@fluidframework/container-definitions';
1
4
  import { IClientDetails } from '@fluidframework/protocol-definitions';
5
+ import { IDeltaManager } from '@fluidframework/container-definitions';
6
+ import { IDisposable } from '@fluidframework/core-interfaces';
2
7
  import { IDocumentMessage } from '@fluidframework/protocol-definitions';
8
+ import { IDocumentStorageService } from '@fluidframework/driver-definitions';
9
+ import { IEvent } from '@fluidframework/core-interfaces';
10
+ import { IEventProvider } from '@fluidframework/core-interfaces';
11
+ import { IFluidRouter } from '@fluidframework/core-interfaces';
12
+ import { ILoaderOptions } from '@fluidframework/container-definitions';
3
13
  import { IQuorumClients } from '@fluidframework/protocol-definitions';
14
+ import { IRequest } from '@fluidframework/core-interfaces';
15
+ import { IResponse } from '@fluidframework/core-interfaces';
4
16
  import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
5
17
  import { ISignalMessage } from '@fluidframework/protocol-definitions';
6
18
  import { ISnapshotTree } from '@fluidframework/protocol-definitions';
7
19
  import { ISummaryTree } from '@fluidframework/protocol-definitions';
20
+ import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
8
21
  import { ITree } from '@fluidframework/protocol-definitions';
9
22
  import type { IUser } from '@fluidframework/protocol-definitions';
10
23
  import { SummaryTree } from '@fluidframework/protocol-definitions';
24
+ import { TelemetryEventPropertyType } from '@fluidframework/core-interfaces';
11
25
 
12
26
  /* Excluded from this release type: AliasResult */
13
27
 
14
- /* Excluded from this release type: AttachState */
15
-
16
28
  /* Excluded from this release type: AttributionInfo */
17
29
 
18
30
  /* Excluded from this release type: AttributionKey */
@@ -31,8 +43,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
31
43
 
32
44
  /* Excluded from this release type: FluidDataStoreRegistryEntry */
33
45
 
34
- /* Excluded from this release type: FluidObject */
35
-
36
46
  /* Excluded from this release type: FlushMode */
37
47
 
38
48
  /* Excluded from this release type: FlushModeExperimental */
@@ -47,8 +57,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
47
57
 
48
58
  /* Excluded from this release type: IAttachMessage */
49
59
 
50
- /* Excluded from this release type: IAudience */
51
-
52
60
  /* Excluded from this release type: IContainerRuntimeBase */
53
61
 
54
62
  /* Excluded from this release type: IContainerRuntimeBaseEvents */
@@ -57,18 +65,8 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
57
65
 
58
66
  /* Excluded from this release type: IdCreationRange */
59
67
 
60
- /* Excluded from this release type: IDeltaManager */
61
-
62
- /* Excluded from this release type: IDisposable */
63
-
64
- /* Excluded from this release type: IDocumentStorageService */
65
-
66
68
  /* Excluded from this release type: IEnvelope */
67
69
 
68
- /* Excluded from this release type: IEvent */
69
-
70
- /* Excluded from this release type: IEventProvider */
71
-
72
70
  /* Excluded from this release type: IExperimentalIncrementalSummaryContext */
73
71
 
74
72
  /* Excluded from this release type: IFluidDataStoreChannel */
@@ -87,8 +85,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
87
85
 
88
86
  /* Excluded from this release type: IFluidHandleContext */
89
87
 
90
- /* Excluded from this release type: IFluidRouter */
91
-
92
88
  /* Excluded from this release type: IGarbageCollectionData */
93
89
 
94
90
  /* Excluded from this release type: IGarbageCollectionDetailsBase */
@@ -99,8 +95,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
99
95
 
100
96
  /* Excluded from this release type: IInboundSignalMessage */
101
97
 
102
- /* Excluded from this release type: ILoaderOptions */
103
-
104
98
  /* Excluded from this release type: InboundAttachMessage */
105
99
 
106
100
  /* Excluded from this release type: initialClusterCapacity */
@@ -111,10 +105,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
111
105
 
112
106
  /* Excluded from this release type: IProvideFluidHandleContext */
113
107
 
114
- /* Excluded from this release type: IRequest */
115
-
116
- /* Excluded from this release type: IResponse */
117
-
118
108
  /* Excluded from this release type: ISignalEnvelope */
119
109
 
120
110
  /* Excluded from this release type: ISummarizeInternalResult */
@@ -133,8 +123,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
133
123
 
134
124
  /* Excluded from this release type: ISummaryTreeWithStats */
135
125
 
136
- /* Excluded from this release type: ITelemetryBaseLogger */
137
-
138
126
  /* Excluded from this release type: ITelemetryContext */
139
127
 
140
128
  /* Excluded from this release type: LocalAttributionKey */
@@ -161,8 +149,6 @@ import { SummaryTree } from '@fluidframework/protocol-definitions';
161
149
 
162
150
  /* Excluded from this release type: SummarizeInternalFn */
163
151
 
164
- /* Excluded from this release type: TelemetryEventPropertyType */
165
-
166
152
  /* Excluded from this release type: totalBlobSizePropertyName */
167
153
 
168
154
  /* Excluded from this release type: VisibilityState */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/runtime-definitions",
3
- "version": "2.0.0-dev.7.4.0.216897",
3
+ "version": "2.0.0-dev.7.4.0.217212",
4
4
  "description": "Fluid Runtime definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -14,9 +14,9 @@
14
14
  "main": "dist/index.js",
15
15
  "types": "dist/index.d.ts",
16
16
  "dependencies": {
17
- "@fluidframework/container-definitions": "2.0.0-dev.7.4.0.216897",
18
- "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.216897",
19
- "@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.216897",
17
+ "@fluidframework/container-definitions": "2.0.0-dev.7.4.0.217212",
18
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217212",
19
+ "@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.217212",
20
20
  "@fluidframework/protocol-definitions": "^3.0.0"
21
21
  },
22
22
  "devDependencies": {