@synnaxlabs/client 0.37.0 → 0.38.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/.turbo/turbo-build.log +7 -7
- package/dist/access/policy/payload.d.ts +10 -10
- package/dist/channel/client.d.ts +13 -1
- package/dist/channel/client.d.ts.map +1 -1
- package/dist/channel/payload.d.ts +14 -0
- package/dist/channel/payload.d.ts.map +1 -1
- package/dist/client.cjs +30 -30
- package/dist/client.js +2149 -2092
- package/dist/framer/frame.d.ts.map +1 -1
- package/dist/hardware/device/payload.d.ts +2 -2
- package/dist/hardware/device/payload.d.ts.map +1 -1
- package/dist/hardware/task/client.d.ts.map +1 -1
- package/dist/hardware/task/payload.d.ts +4 -4
- package/dist/hardware/task/payload.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/label/client.d.ts.map +1 -1
- package/dist/ontology/group/group.d.ts.map +1 -1
- package/dist/ontology/payload.d.ts.map +1 -1
- package/dist/ranger/client.d.ts.map +1 -1
- package/dist/ranger/payload.d.ts +2 -2
- package/dist/ranger/payload.d.ts.map +1 -1
- package/dist/util/retrieve.d.ts.map +1 -1
- package/dist/util/zod.d.ts +1 -1
- package/dist/util/zod.d.ts.map +1 -1
- package/examples/node/package-lock.json +56 -5509
- package/examples/node/package.json +1 -1
- package/package.json +10 -14
- package/src/access/policy/policy.spec.ts +1 -4
- package/src/channel/batchRetriever.spec.ts +4 -0
- package/src/channel/channel.spec.ts +108 -37
- package/src/channel/client.ts +45 -2
- package/src/channel/payload.ts +5 -0
- package/src/framer/frame.ts +3 -4
- package/src/framer/streamer.spec.ts +178 -0
- package/src/hardware/task/client.ts +3 -2
- package/src/index.ts +1 -1
- package/src/label/client.ts +2 -2
- package/src/ontology/group/group.ts +3 -5
- package/src/ontology/payload.ts +1 -1
- package/src/ranger/client.ts +6 -11
- package/src/ranger/payload.ts +2 -2
- package/src/util/retrieve.ts +2 -2
- package/src/util/zod.ts +4 -1
- package/vite.config.ts +5 -12
- package/api/client.api.md +0 -3473
- package/api-extractor.json +0 -7
- package/dist/hardware/task/ni/types.d.ts +0 -14495
- package/dist/hardware/task/ni/types.d.ts.map +0 -1
- package/dist/workspace/lineplot/payload.d.ts +0 -23
- package/dist/workspace/lineplot/payload.d.ts.map +0 -1
- package/src/hardware/task/ni/types.ts +0 -1716
- package/src/workspace/lineplot/payload.ts +0 -30
package/api/client.api.md
DELETED
|
@@ -1,3473 +0,0 @@
|
|
|
1
|
-
## API Report File for "@synnaxlabs/client"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { AsyncTermSearcher } from '@synnaxlabs/x/search';
|
|
8
|
-
import { BaseTypedError } from '@synnaxlabs/freighter';
|
|
9
|
-
import { change } from '@synnaxlabs/x';
|
|
10
|
-
import { change as change_2 } from '@synnaxlabs/x/change';
|
|
11
|
-
import { control as control_2 } from '@synnaxlabs/x';
|
|
12
|
-
import { CrudeDataType } from '@synnaxlabs/x/telem';
|
|
13
|
-
import { CrudeDensity } from '@synnaxlabs/x/telem';
|
|
14
|
-
import { CrudeRate } from '@synnaxlabs/x/telem';
|
|
15
|
-
import { CrudeSeries } from '@synnaxlabs/x/telem';
|
|
16
|
-
import { CrudeSeries as CrudeSeries_2 } from '@synnaxlabs/x';
|
|
17
|
-
import { CrudeSize } from '@synnaxlabs/x/telem';
|
|
18
|
-
import { CrudeTimeRange } from '@synnaxlabs/x';
|
|
19
|
-
import { CrudeTimeRange as CrudeTimeRange_2 } from '@synnaxlabs/x/telem';
|
|
20
|
-
import { CrudeTimeSpan } from '@synnaxlabs/x/telem';
|
|
21
|
-
import { CrudeTimeStamp } from '@synnaxlabs/x/telem';
|
|
22
|
-
import { CrudeTimeStamp as CrudeTimeStamp_2 } from '@synnaxlabs/x';
|
|
23
|
-
import { DataType } from '@synnaxlabs/x/telem';
|
|
24
|
-
import { DataType as DataType_2 } from '@synnaxlabs/x';
|
|
25
|
-
import { Density } from '@synnaxlabs/x/telem';
|
|
26
|
-
import { Middleware } from '@synnaxlabs/freighter';
|
|
27
|
-
import { MultiSeries } from '@synnaxlabs/x/telem';
|
|
28
|
-
import { MultiSeries as MultiSeries_2 } from '@synnaxlabs/x';
|
|
29
|
-
import { NumericTelemValue } from '@synnaxlabs/x/telem';
|
|
30
|
-
import { observe } from '@synnaxlabs/x';
|
|
31
|
-
import { observe as observe_2 } from '@synnaxlabs/x/observe';
|
|
32
|
-
import { Primitive } from '@synnaxlabs/x';
|
|
33
|
-
import { Rate } from '@synnaxlabs/x/telem';
|
|
34
|
-
import { Series } from '@synnaxlabs/x/telem';
|
|
35
|
-
import { Size } from '@synnaxlabs/x/telem';
|
|
36
|
-
import { StreamClient } from '@synnaxlabs/freighter';
|
|
37
|
-
import { TelemValue } from '@synnaxlabs/x/telem';
|
|
38
|
-
import { TimeRange } from '@synnaxlabs/x/telem';
|
|
39
|
-
import { TimeRange as TimeRange_2 } from '@synnaxlabs/x';
|
|
40
|
-
import { TimeSpan } from '@synnaxlabs/x/telem';
|
|
41
|
-
import { TimeStamp } from '@synnaxlabs/x/telem';
|
|
42
|
-
import { TimeStamp as TimeStamp_2 } from '@synnaxlabs/x';
|
|
43
|
-
import { TimeStampStringFormat } from '@synnaxlabs/x/telem';
|
|
44
|
-
import { TypedArray } from '@synnaxlabs/x/telem';
|
|
45
|
-
import { TZInfo } from '@synnaxlabs/x/telem';
|
|
46
|
-
import { UnaryClient } from '@synnaxlabs/freighter';
|
|
47
|
-
import { UnknownRecord } from '@synnaxlabs/x';
|
|
48
|
-
import { UnknownRecord as UnknownRecord_2 } from '@synnaxlabs/x/record';
|
|
49
|
-
import { z } from 'zod';
|
|
50
|
-
|
|
51
|
-
declare namespace access {
|
|
52
|
-
export {
|
|
53
|
-
Client,
|
|
54
|
-
keyZ_2 as keyZ,
|
|
55
|
-
Key_3 as Key,
|
|
56
|
-
Params_3 as Params,
|
|
57
|
-
actionZ,
|
|
58
|
-
Action,
|
|
59
|
-
newPolicyZ,
|
|
60
|
-
NewPolicy,
|
|
61
|
-
policyZ,
|
|
62
|
-
Policy,
|
|
63
|
-
OntologyType,
|
|
64
|
-
ontologyID,
|
|
65
|
-
Retriever_2 as Retriever
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
// Warning: (ae-missing-release-tag) "Action" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
70
|
-
//
|
|
71
|
-
// @public (undocumented)
|
|
72
|
-
type Action = z.infer<typeof actionZ>;
|
|
73
|
-
|
|
74
|
-
// Warning: (ae-missing-release-tag) "actionZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
75
|
-
//
|
|
76
|
-
// @public (undocumented)
|
|
77
|
-
const actionZ: z.ZodUnion<[z.ZodLiteral<"all">, z.ZodLiteral<"create">, z.ZodLiteral<"delete">, z.ZodLiteral<"retrieve">, z.ZodLiteral<"rename">]>;
|
|
78
|
-
|
|
79
|
-
// Warning: (ae-missing-release-tag) "Alias" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
80
|
-
//
|
|
81
|
-
// @public (undocumented)
|
|
82
|
-
interface Alias {
|
|
83
|
-
// (undocumented)
|
|
84
|
-
alias: string;
|
|
85
|
-
// (undocumented)
|
|
86
|
-
channel: channel.Key;
|
|
87
|
-
// (undocumented)
|
|
88
|
-
range: Key_4;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
// Warning: (ae-missing-release-tag) "AliasChange" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
92
|
-
//
|
|
93
|
-
// @public (undocumented)
|
|
94
|
-
type AliasChange = change_2.Change<string, Alias>;
|
|
95
|
-
|
|
96
|
-
// Warning: (ae-missing-release-tag) "ALWAYS_INDEX_PERSIST_ON_AUTO_COMMIT" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
97
|
-
//
|
|
98
|
-
// @public (undocumented)
|
|
99
|
-
const ALWAYS_INDEX_PERSIST_ON_AUTO_COMMIT: TimeSpan;
|
|
100
|
-
|
|
101
|
-
// Warning: (ae-forgotten-export) The symbol "ParamAnalysisResult_2" needs to be exported by the entry point index.d.ts
|
|
102
|
-
// Warning: (ae-missing-release-tag) "analyzeChannelParams" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
103
|
-
//
|
|
104
|
-
// @public (undocumented)
|
|
105
|
-
const analyzeChannelParams: (channels: Params_2) => ParamAnalysisResult_2<KeyOrName, {
|
|
106
|
-
number: "keys";
|
|
107
|
-
string: "names";
|
|
108
|
-
}>;
|
|
109
|
-
|
|
110
|
-
// Warning: (ae-missing-release-tag) "analyzeParams" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
111
|
-
//
|
|
112
|
-
// @public (undocumented)
|
|
113
|
-
const analyzeParams_2: (ranges: Params_5) => ParamAnalysisResult_3;
|
|
114
|
-
|
|
115
|
-
// Warning: (ae-missing-release-tag) "AuthError" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
116
|
-
//
|
|
117
|
-
// @public
|
|
118
|
-
export class AuthError extends BaseTypedError {
|
|
119
|
-
// (undocumented)
|
|
120
|
-
static readonly matches: (e: string | Error | unknown) => boolean;
|
|
121
|
-
// (undocumented)
|
|
122
|
-
static readonly TYPE: string;
|
|
123
|
-
// (undocumented)
|
|
124
|
-
type: string;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
// Warning: (ae-missing-release-tag) "Authority" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
128
|
-
//
|
|
129
|
-
// @public (undocumented)
|
|
130
|
-
export const Authority: typeof control_2.Authority;
|
|
131
|
-
|
|
132
|
-
// Warning: (ae-missing-release-tag) "Authority" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
133
|
-
// Warning: (ae-missing-release-tag) "Authority" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
134
|
-
//
|
|
135
|
-
// @public (undocumented)
|
|
136
|
-
type Authority_2 = control_2.Authority;
|
|
137
|
-
|
|
138
|
-
// @public (undocumented)
|
|
139
|
-
const Authority_2: typeof control_2.Authority;
|
|
140
|
-
|
|
141
|
-
// Warning: (ae-missing-release-tag) "AUTO_SPAN" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
142
|
-
//
|
|
143
|
-
// @public (undocumented)
|
|
144
|
-
const AUTO_SPAN: TimeSpan;
|
|
145
|
-
|
|
146
|
-
// Warning: (ae-missing-release-tag) "BuiltinOntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
147
|
-
//
|
|
148
|
-
// @public (undocumented)
|
|
149
|
-
const BuiltinOntologyType: ResourceType;
|
|
150
|
-
|
|
151
|
-
// Warning: (ae-missing-release-tag) "CacheRetriever" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
152
|
-
//
|
|
153
|
-
// @public (undocumented)
|
|
154
|
-
class CacheRetriever implements Retriever {
|
|
155
|
-
constructor(wrapped: Retriever);
|
|
156
|
-
// (undocumented)
|
|
157
|
-
delete(channels: Params_2): void;
|
|
158
|
-
// (undocumented)
|
|
159
|
-
page(offset: number, limit: number, options?: PageOptions): Promise<Payload_2[]>;
|
|
160
|
-
// (undocumented)
|
|
161
|
-
rename(keys: Key_2[], names: string[]): void;
|
|
162
|
-
// (undocumented)
|
|
163
|
-
retrieve(channels: Params_2, options?: RetrieveOptions_2): Promise<Payload_2[]>;
|
|
164
|
-
// (undocumented)
|
|
165
|
-
search(term: string, options?: RetrieveOptions_2): Promise<Payload_2[]>;
|
|
166
|
-
// (undocumented)
|
|
167
|
-
set(channels: Payload_2[]): void;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
// Warning: (ae-missing-release-tag) "ChangeTracker" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
171
|
-
//
|
|
172
|
-
// @public
|
|
173
|
-
class ChangeTracker {
|
|
174
|
-
constructor(streamer: framer.Streamer, client: Client_2);
|
|
175
|
-
// (undocumented)
|
|
176
|
-
close(): Promise<void>;
|
|
177
|
-
// (undocumented)
|
|
178
|
-
static open(client: framer.Client, retriever: Client_2): Promise<ChangeTracker>;
|
|
179
|
-
readonly relationships: observe.Observable<RelationshipChange[]>;
|
|
180
|
-
readonly resources: observe.Observable<ResourceChange[]>;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
// Warning: (ae-missing-release-tag) "Channel" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
184
|
-
//
|
|
185
|
-
// @public
|
|
186
|
-
export class Channel {
|
|
187
|
-
constructor({ dataType, rate, name, leaseholder, key, isIndex, index, internal, virtual, frameClient, alias, }: NewPayload & {
|
|
188
|
-
frameClient?: framer.Client;
|
|
189
|
-
density?: CrudeDensity;
|
|
190
|
-
});
|
|
191
|
-
readonly alias: string | undefined;
|
|
192
|
-
readonly dataType: DataType;
|
|
193
|
-
readonly index: Key_2;
|
|
194
|
-
readonly internal: boolean;
|
|
195
|
-
readonly isIndex: boolean;
|
|
196
|
-
readonly key: Key_2;
|
|
197
|
-
readonly leaseholder: number;
|
|
198
|
-
readonly name: string;
|
|
199
|
-
// (undocumented)
|
|
200
|
-
get ontologyID(): ontology.ID;
|
|
201
|
-
get payload(): Payload_2;
|
|
202
|
-
readonly rate: Rate;
|
|
203
|
-
read(tr: TimeRange): Promise<MultiSeries>;
|
|
204
|
-
readonly virtual: boolean;
|
|
205
|
-
write(start: CrudeTimeStamp, data: TypedArray): Promise<void>;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
declare namespace channel {
|
|
209
|
-
export {
|
|
210
|
-
Channel,
|
|
211
|
-
Client_5 as Client,
|
|
212
|
-
keyZ_4 as keyZ,
|
|
213
|
-
Key_2 as Key,
|
|
214
|
-
Keys_2 as Keys,
|
|
215
|
-
Name_2 as Name,
|
|
216
|
-
Names_2 as Names,
|
|
217
|
-
KeyOrName,
|
|
218
|
-
KeysOrNames,
|
|
219
|
-
Params_2 as Params,
|
|
220
|
-
payload,
|
|
221
|
-
Payload_2 as Payload,
|
|
222
|
-
newPayload,
|
|
223
|
-
NewPayload,
|
|
224
|
-
ChannelOntologyType,
|
|
225
|
-
ontologyID_2 as ontologyID,
|
|
226
|
-
RetrieveOptions_2 as RetrieveOptions,
|
|
227
|
-
PageOptions,
|
|
228
|
-
analyzeChannelParams,
|
|
229
|
-
Retriever,
|
|
230
|
-
ClusterRetriever,
|
|
231
|
-
CacheRetriever,
|
|
232
|
-
PromiseFns,
|
|
233
|
-
DebouncedBatchRetriever,
|
|
234
|
-
retrieveRequired,
|
|
235
|
-
DeleteProps,
|
|
236
|
-
RenameProps,
|
|
237
|
-
Writer_2 as Writer
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
// Warning: (ae-missing-release-tag) "ChannelOntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
242
|
-
//
|
|
243
|
-
// @public (undocumented)
|
|
244
|
-
const ChannelOntologyType: ontology.ResourceType;
|
|
245
|
-
|
|
246
|
-
// Warning: (ae-missing-release-tag) "Checker" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
247
|
-
//
|
|
248
|
-
// @public
|
|
249
|
-
class Checker {
|
|
250
|
-
constructor(client: UnaryClient, pollFreq: TimeSpan | undefined, clientVersion: string, name?: string);
|
|
251
|
-
check(): Promise<State>;
|
|
252
|
-
// (undocumented)
|
|
253
|
-
static readonly connectionStateZ: z.ZodObject<{
|
|
254
|
-
status: z.ZodEnum<["disconnected", "connecting", "connected", "failed"]>;
|
|
255
|
-
error: z.ZodOptional<z.ZodType<Error, z.ZodTypeDef, Error>>;
|
|
256
|
-
message: z.ZodOptional<z.ZodString>;
|
|
257
|
-
clusterKey: z.ZodString;
|
|
258
|
-
clientVersion: z.ZodString;
|
|
259
|
-
clientServerCompatible: z.ZodBoolean;
|
|
260
|
-
nodeVersion: z.ZodOptional<z.ZodString>;
|
|
261
|
-
}, "strip", z.ZodTypeAny, {
|
|
262
|
-
status: "disconnected" | "connecting" | "connected" | "failed";
|
|
263
|
-
clusterKey: string;
|
|
264
|
-
clientVersion: string;
|
|
265
|
-
clientServerCompatible: boolean;
|
|
266
|
-
message?: string | undefined;
|
|
267
|
-
error?: Error | undefined;
|
|
268
|
-
nodeVersion?: string | undefined;
|
|
269
|
-
}, {
|
|
270
|
-
status: "disconnected" | "connecting" | "connected" | "failed";
|
|
271
|
-
clusterKey: string;
|
|
272
|
-
clientVersion: string;
|
|
273
|
-
clientServerCompatible: boolean;
|
|
274
|
-
message?: string | undefined;
|
|
275
|
-
error?: Error | undefined;
|
|
276
|
-
nodeVersion?: string | undefined;
|
|
277
|
-
}>;
|
|
278
|
-
// (undocumented)
|
|
279
|
-
static readonly DEFAULT: State;
|
|
280
|
-
// (undocumented)
|
|
281
|
-
onChange(callback: (state: State) => void): void;
|
|
282
|
-
// (undocumented)
|
|
283
|
-
get state(): State;
|
|
284
|
-
stopChecking(): void;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
288
|
-
//
|
|
289
|
-
// @public (undocumented)
|
|
290
|
-
class Client {
|
|
291
|
-
constructor(client: UnaryClient);
|
|
292
|
-
// (undocumented)
|
|
293
|
-
create(policy: NewPolicy): Promise<Policy>;
|
|
294
|
-
// (undocumented)
|
|
295
|
-
create(policies: NewPolicy[]): Promise<Policy[]>;
|
|
296
|
-
// (undocumented)
|
|
297
|
-
delete(keys: Key_3 | Key_3[]): Promise<void>;
|
|
298
|
-
// (undocumented)
|
|
299
|
-
retrieve(key: Key_3): Promise<Policy>;
|
|
300
|
-
// (undocumented)
|
|
301
|
-
retrieve(keys: Key_3[]): Promise<Policy[]>;
|
|
302
|
-
// (undocumented)
|
|
303
|
-
retrieveFor(id: ontology.CrudeID): Promise<Policy[]>;
|
|
304
|
-
// (undocumented)
|
|
305
|
-
retrieveFor(ids: ontology.CrudeID[]): Promise<Policy[]>;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
309
|
-
//
|
|
310
|
-
// @public (undocumented)
|
|
311
|
-
class Client_10 implements AsyncTermSearcher<string, Key_7, Workspace> {
|
|
312
|
-
constructor(client: UnaryClient);
|
|
313
|
-
// Warning: (ae-forgotten-export) The symbol "NewWorkspace" needs to be exported by the entry point index.d.ts
|
|
314
|
-
//
|
|
315
|
-
// (undocumented)
|
|
316
|
-
create(workspace: NewWorkspace): Promise<Workspace>;
|
|
317
|
-
// (undocumented)
|
|
318
|
-
delete(...keys: Key_7[]): Promise<void>;
|
|
319
|
-
// Warning: (ae-forgotten-export) The symbol "linePlot" needs to be exported by the entry point index.d.ts
|
|
320
|
-
//
|
|
321
|
-
// (undocumented)
|
|
322
|
-
readonly linePlot: linePlot.Client;
|
|
323
|
-
// (undocumented)
|
|
324
|
-
page(offset: number, limit: number): Promise<Workspace[]>;
|
|
325
|
-
// (undocumented)
|
|
326
|
-
rename(key: Key_7, name: string): Promise<void>;
|
|
327
|
-
// (undocumented)
|
|
328
|
-
retrieve(key: Key_7): Promise<Workspace>;
|
|
329
|
-
// (undocumented)
|
|
330
|
-
retrieve(keys: Key_7[]): Promise<Workspace[]>;
|
|
331
|
-
// (undocumented)
|
|
332
|
-
retrieveByAuthor(author: string): Promise<Workspace[]>;
|
|
333
|
-
// Warning: (ae-forgotten-export) The symbol "schematic" needs to be exported by the entry point index.d.ts
|
|
334
|
-
//
|
|
335
|
-
// (undocumented)
|
|
336
|
-
readonly schematic: schematic.Client;
|
|
337
|
-
// (undocumented)
|
|
338
|
-
search(term: string): Promise<Workspace[]>;
|
|
339
|
-
// (undocumented)
|
|
340
|
-
setLayout(key: Key_7, layout: UnknownRecord_2): Promise<void>;
|
|
341
|
-
// (undocumented)
|
|
342
|
-
readonly type = "workspace";
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
346
|
-
//
|
|
347
|
-
// @public (undocumented)
|
|
348
|
-
class Client_13 {
|
|
349
|
-
constructor(tasks: task.Client, racks: rack.Client, devices: device.Client);
|
|
350
|
-
// (undocumented)
|
|
351
|
-
readonly devices: device.Client;
|
|
352
|
-
// (undocumented)
|
|
353
|
-
readonly racks: rack.Client;
|
|
354
|
-
// (undocumented)
|
|
355
|
-
readonly tasks: task.Client;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
359
|
-
//
|
|
360
|
-
// @public (undocumented)
|
|
361
|
-
class Client_14 implements AsyncTermSearcher<string, TaskKey, Payload_4> {
|
|
362
|
-
constructor(client: UnaryClient, frameClient: framer.Client, ontologyClient: ontology.Client, rangeClient: ranger.Client);
|
|
363
|
-
// (undocumented)
|
|
364
|
-
copy(key: string, name: string, snapshot: boolean): Promise<Task>;
|
|
365
|
-
// (undocumented)
|
|
366
|
-
create<C extends UnknownRecord_2 = UnknownRecord_2, D extends {} = UnknownRecord_2, T extends string = string>(task: NewTask<C, T>): Promise<Task<C, D, T>>;
|
|
367
|
-
// (undocumented)
|
|
368
|
-
create<C extends UnknownRecord_2 = UnknownRecord_2, D extends {} = UnknownRecord_2, T extends string = string>(tasks: NewTask<C, T>[]): Promise<Task<C, D, T>[]>;
|
|
369
|
-
// (undocumented)
|
|
370
|
-
delete(keys: bigint | bigint[]): Promise<void>;
|
|
371
|
-
// (undocumented)
|
|
372
|
-
list(options?: RetrieveOptions_3): Promise<Task[]>;
|
|
373
|
-
// (undocumented)
|
|
374
|
-
openStateObserver<D extends UnknownRecord_2 = UnknownRecord_2>(): Promise<StateObservable<D>>;
|
|
375
|
-
// (undocumented)
|
|
376
|
-
openTracker(): Promise<signals.Observable<string, string>>;
|
|
377
|
-
// (undocumented)
|
|
378
|
-
page(offset: number, limit: number): Promise<Payload_4[]>;
|
|
379
|
-
// (undocumented)
|
|
380
|
-
retrieve<C extends UnknownRecord_2 = UnknownRecord_2, D extends {} = UnknownRecord_2, T extends string = string>(rack: number, options?: RetrieveOptions_3): Promise<Task<C, D, T>[]>;
|
|
381
|
-
// (undocumented)
|
|
382
|
-
retrieve<C extends UnknownRecord_2 = UnknownRecord_2, D extends {} = UnknownRecord_2, T extends string = string>(keys: string[], options?: RetrieveOptions_3): Promise<Task<C, D, T>[]>;
|
|
383
|
-
// (undocumented)
|
|
384
|
-
retrieve<C extends UnknownRecord_2 = UnknownRecord_2, D extends {} = UnknownRecord_2, T extends string = string>(key: string, options?: RetrieveOptions_3): Promise<Task<C, D, T>>;
|
|
385
|
-
// (undocumented)
|
|
386
|
-
retrieveByName(name: string, rack?: number): Promise<Task>;
|
|
387
|
-
// (undocumented)
|
|
388
|
-
search(term: string): Promise<Payload_4[]>;
|
|
389
|
-
// (undocumented)
|
|
390
|
-
readonly type: string;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
394
|
-
//
|
|
395
|
-
// @public (undocumented)
|
|
396
|
-
class Client_15 implements AsyncTermSearcher<string, RackKey, Rack> {
|
|
397
|
-
constructor(client: UnaryClient, frameClient: framer.Client, taskClient: task.Client);
|
|
398
|
-
// (undocumented)
|
|
399
|
-
create(rack: NewRack): Promise<Rack>;
|
|
400
|
-
// (undocumented)
|
|
401
|
-
create(racks: NewRack[]): Promise<Rack[]>;
|
|
402
|
-
// (undocumented)
|
|
403
|
-
delete(keys: RackKey | RackKey[]): Promise<void>;
|
|
404
|
-
// (undocumented)
|
|
405
|
-
page(offset: number, limit: number): Promise<Rack[]>;
|
|
406
|
-
// (undocumented)
|
|
407
|
-
retrieve(key: string | RackKey): Promise<Rack>;
|
|
408
|
-
// (undocumented)
|
|
409
|
-
retrieve(keys: number[] | RackKey[]): Promise<Rack[]>;
|
|
410
|
-
// (undocumented)
|
|
411
|
-
search(term: string): Promise<Rack[]>;
|
|
412
|
-
// (undocumented)
|
|
413
|
-
readonly type: string;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
417
|
-
//
|
|
418
|
-
// @public (undocumented)
|
|
419
|
-
class Client_16 implements AsyncTermSearcher<string, DeviceKey, Device> {
|
|
420
|
-
constructor(client: UnaryClient, frameClient: framer.Client);
|
|
421
|
-
// (undocumented)
|
|
422
|
-
create(device: NewDevice): Promise<Device>;
|
|
423
|
-
// (undocumented)
|
|
424
|
-
create(devices: NewDevice[]): Promise<Device[]>;
|
|
425
|
-
// (undocumented)
|
|
426
|
-
delete(keys: string | string[]): Promise<void>;
|
|
427
|
-
// (undocumented)
|
|
428
|
-
newSearcherWithOptions(options: RetrieveOptions_4): AsyncTermSearcher<string, DeviceKey, Device>;
|
|
429
|
-
// (undocumented)
|
|
430
|
-
openDeviceTracker(): Promise<signals.Observable<string, Device>>;
|
|
431
|
-
// Warning: (ae-forgotten-export) The symbol "PageOptions_2" needs to be exported by the entry point index.d.ts
|
|
432
|
-
//
|
|
433
|
-
// (undocumented)
|
|
434
|
-
page(offset: number, limit: number, options?: PageOptions_2): Promise<Device[]>;
|
|
435
|
-
// (undocumented)
|
|
436
|
-
retrieve<P extends UnknownRecord = UnknownRecord>(key: string, options?: RetrieveOptions_4): Promise<Device<P>>;
|
|
437
|
-
// (undocumented)
|
|
438
|
-
retrieve<P extends UnknownRecord = UnknownRecord>(keys: string[], options?: RetrieveOptions_4): Promise<Array<Device<P>>>;
|
|
439
|
-
// (undocumented)
|
|
440
|
-
search(term: string, options?: RetrieveOptions_4): Promise<Device[]>;
|
|
441
|
-
// (undocumented)
|
|
442
|
-
readonly type = "device";
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
446
|
-
//
|
|
447
|
-
// @public (undocumented)
|
|
448
|
-
class Client_17 {
|
|
449
|
-
constructor(framer: framer.Client);
|
|
450
|
-
// (undocumented)
|
|
451
|
-
openStateTracker(): Promise<StateTracker>;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
455
|
-
//
|
|
456
|
-
// @public
|
|
457
|
-
class Client_2 implements AsyncTermSearcher<string, string, Resource> {
|
|
458
|
-
constructor(unary: UnaryClient, framer: framer.Client);
|
|
459
|
-
addChildren(id: CrudeID, ...children: CrudeID[]): Promise<void>;
|
|
460
|
-
// (undocumented)
|
|
461
|
-
groups: group.Client;
|
|
462
|
-
moveChildren(from: CrudeID, to: CrudeID, ...children: CrudeID[]): Promise<void>;
|
|
463
|
-
// (undocumented)
|
|
464
|
-
newSearcherWithOptions(options: RetrieveOptions): AsyncTermSearcher<string, string, Resource>;
|
|
465
|
-
openChangeTracker(): Promise<ChangeTracker>;
|
|
466
|
-
// Warning: (ae-forgotten-export) The symbol "DependentTrackerProps" needs to be exported by the entry point index.d.ts
|
|
467
|
-
//
|
|
468
|
-
// (undocumented)
|
|
469
|
-
openDependentTracker(props: DependentTrackerProps): Promise<observe.ObservableAsyncCloseable<Resource[]>>;
|
|
470
|
-
page(offset: number, limit: number, options?: RetrieveOptions): Promise<Resource[]>;
|
|
471
|
-
removeChildren(id: CrudeID, ...children: CrudeID[]): Promise<void>;
|
|
472
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
473
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
474
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
475
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
476
|
-
retrieve(id: CrudeID, options?: RetrieveOptions): Promise<Resource>;
|
|
477
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
478
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
479
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
480
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
481
|
-
retrieve(ids: CrudeID[], options?: RetrieveOptions): Promise<Resource[]>;
|
|
482
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
483
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
484
|
-
retrieveChildren(ids: CrudeID | CrudeID[], options?: RetrieveOptions): Promise<Resource[]>;
|
|
485
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
486
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
487
|
-
retrieveParents(ids: CrudeID | CrudeID[], options?: RetrieveOptions): Promise<Resource[]>;
|
|
488
|
-
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
489
|
-
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
490
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
491
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
492
|
-
search(term: string, options?: RetrieveOptions): Promise<Resource[]>;
|
|
493
|
-
// (undocumented)
|
|
494
|
-
readonly type: string;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
498
|
-
//
|
|
499
|
-
// @public (undocumented)
|
|
500
|
-
class Client_4 {
|
|
501
|
-
constructor(stream: StreamClient, unary: UnaryClient, retriever: Retriever);
|
|
502
|
-
// (undocumented)
|
|
503
|
-
delete(channels: Params_2, timeRange: TimeRange_2): Promise<void>;
|
|
504
|
-
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@synnaxlabs/client" does not have an export "IteratorConfig"
|
|
505
|
-
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@synnaxlabs/client" does not have an export "Iterator"
|
|
506
|
-
openIterator(tr: CrudeTimeRange, channels: Params_2, opts?: IteratorConfig): Promise<Iterator_2>;
|
|
507
|
-
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@synnaxlabs/client" does not have an export "Streamer"
|
|
508
|
-
openStreamer(channels: Params_2): Promise<Streamer>;
|
|
509
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
510
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
511
|
-
openStreamer(config: StreamerConfig | Params_2): Promise<Streamer>;
|
|
512
|
-
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@synnaxlabs/client" does not have an export "Writer"
|
|
513
|
-
openWriter(config: WriterConfig | Params_2): Promise<Writer>;
|
|
514
|
-
// (undocumented)
|
|
515
|
-
read(tr: CrudeTimeRange, channel: KeyOrName): Promise<MultiSeries_2>;
|
|
516
|
-
// (undocumented)
|
|
517
|
-
read(tr: CrudeTimeRange, channels: Params_2): Promise<Frame>;
|
|
518
|
-
// (undocumented)
|
|
519
|
-
write(start: CrudeTimeStamp_2, channel: KeyOrName, data: CrudeSeries_2): Promise<void>;
|
|
520
|
-
// (undocumented)
|
|
521
|
-
write(start: CrudeTimeStamp_2, channels: KeysOrNames, data: CrudeSeries_2[]): Promise<void>;
|
|
522
|
-
// (undocumented)
|
|
523
|
-
write(start: CrudeTimeStamp_2, data: Record<KeyOrName, CrudeSeries_2>): Promise<void>;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
527
|
-
//
|
|
528
|
-
// @public
|
|
529
|
-
class Client_5 implements AsyncTermSearcher<string, Key_2, Channel> {
|
|
530
|
-
constructor(frameClient: framer.Client, retriever: Retriever, client: UnaryClient, writer: Writer_2);
|
|
531
|
-
// Warning: (tsdoc-tag-should-not-have-braces) The TSDoc tag "@see" is not an inline tag; it must not be enclosed in "{ }" braces
|
|
532
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
533
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
534
|
-
// Warning: (ae-forgotten-export) The symbol "CreateOptions" needs to be exported by the entry point index.d.ts
|
|
535
|
-
create(channel: NewPayload, options?: CreateOptions): Promise<Channel>;
|
|
536
|
-
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
537
|
-
create(channels: NewPayload[], options?: CreateOptions): Promise<Channel[]>;
|
|
538
|
-
// (undocumented)
|
|
539
|
-
createDebouncedBatchRetriever(deb?: number): Retriever;
|
|
540
|
-
delete(channels: Params_2): Promise<void>;
|
|
541
|
-
// (undocumented)
|
|
542
|
-
newSearcherWithOptions(options: RetrieveOptions_2): AsyncTermSearcher<string, Key_2, Channel>;
|
|
543
|
-
// (undocumented)
|
|
544
|
-
page(offset: number, limit: number, options?: Omit<RetrieveOptions_2, "limit" | "offset">): Promise<Channel[]>;
|
|
545
|
-
// (undocumented)
|
|
546
|
-
rename(key: Key_2, name: string): Promise<void>;
|
|
547
|
-
// (undocumented)
|
|
548
|
-
rename(keys: Key_2[], names: string[]): Promise<void>;
|
|
549
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
550
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
551
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
552
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
553
|
-
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
554
|
-
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
555
|
-
retrieve(channel: KeyOrName, options?: RetrieveOptions_2): Promise<Channel>;
|
|
556
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
557
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
558
|
-
retrieve(channels: Params_2, options?: RetrieveOptions_2): Promise<Channel[]>;
|
|
559
|
-
// Warning: (ae-forgotten-export) The symbol "group" needs to be exported by the entry point index.d.ts
|
|
560
|
-
//
|
|
561
|
-
// (undocumented)
|
|
562
|
-
retrieveGroup(): Promise<group.Group>;
|
|
563
|
-
// (undocumented)
|
|
564
|
-
readonly retriever: Retriever;
|
|
565
|
-
// (undocumented)
|
|
566
|
-
search(term: string, options?: RetrieveOptions_2): Promise<Channel[]>;
|
|
567
|
-
// (undocumented)
|
|
568
|
-
readonly type = "channel";
|
|
569
|
-
// (undocumented)
|
|
570
|
-
readonly writer: Writer_2;
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
574
|
-
//
|
|
575
|
-
// @public (undocumented)
|
|
576
|
-
class Client_6 implements AsyncTermSearcher<string, Key_5, Label> {
|
|
577
|
-
constructor(client: UnaryClient, frameClient: framer.Client, ontology: ontology.Client);
|
|
578
|
-
// (undocumented)
|
|
579
|
-
create(label: NewLabelPayload): Promise<Label>;
|
|
580
|
-
// (undocumented)
|
|
581
|
-
create(labels: NewLabelPayload[]): Promise<Label[]>;
|
|
582
|
-
// (undocumented)
|
|
583
|
-
delete(key: Key_5): Promise<void>;
|
|
584
|
-
// (undocumented)
|
|
585
|
-
delete(keys: Key_5[]): Promise<void>;
|
|
586
|
-
// (undocumented)
|
|
587
|
-
label(id: ontology.CrudeID, labels: Key_5[], opts?: SetOptions): Promise<void>;
|
|
588
|
-
// (undocumented)
|
|
589
|
-
openChangeTracker(): Promise<signals.Observable<string, Label>>;
|
|
590
|
-
// (undocumented)
|
|
591
|
-
page(offset: number, limit: number): Promise<Label[]>;
|
|
592
|
-
// (undocumented)
|
|
593
|
-
removeLabels(id: ontology.CrudeID, labels: Key_5[]): Promise<void>;
|
|
594
|
-
// (undocumented)
|
|
595
|
-
retrieve(key: Key_5): Promise<Label>;
|
|
596
|
-
// (undocumented)
|
|
597
|
-
retrieve(keys: Key_5[]): Promise<Label[]>;
|
|
598
|
-
// (undocumented)
|
|
599
|
-
retrieveFor(id: ontology.CrudeID): Promise<Label[]>;
|
|
600
|
-
// (undocumented)
|
|
601
|
-
search(term: string): Promise<Label[]>;
|
|
602
|
-
// (undocumented)
|
|
603
|
-
trackLabelsOf(id: ontology.CrudeID): Promise<observe.ObservableAsyncCloseable<Label[]>>;
|
|
604
|
-
// (undocumented)
|
|
605
|
-
readonly type: string;
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
609
|
-
//
|
|
610
|
-
// @public (undocumented)
|
|
611
|
-
class Client_7 implements AsyncTermSearcher<string, Key_4, Range_2> {
|
|
612
|
-
constructor(frameClient: framer.Client, writer: Writer_4, unary: UnaryClient, channels: Retriever, labelClient: label.Client, ontologyClient: ontology.Client);
|
|
613
|
-
// (undocumented)
|
|
614
|
-
create(range: NewPayload_2, options?: CreateOptions_2): Promise<Range_2>;
|
|
615
|
-
// (undocumented)
|
|
616
|
-
create(ranges: NewPayload_2[], options?: CreateOptions_2): Promise<Range_2[]>;
|
|
617
|
-
// (undocumented)
|
|
618
|
-
delete(key: Key_4 | Keys_3): Promise<void>;
|
|
619
|
-
// (undocumented)
|
|
620
|
-
getKV(range: Key_4): KV;
|
|
621
|
-
// (undocumented)
|
|
622
|
-
openTracker(): Promise<signals.Observable<string, Range_2>>;
|
|
623
|
-
// (undocumented)
|
|
624
|
-
page(offset: number, limit: number): Promise<Range_2[]>;
|
|
625
|
-
// (undocumented)
|
|
626
|
-
rename(key: Key_4, name: Name_3): Promise<void>;
|
|
627
|
-
// (undocumented)
|
|
628
|
-
resourcesToRanges(resources: Resource[]): Range_2[];
|
|
629
|
-
// (undocumented)
|
|
630
|
-
resourceToRange(resource: Resource): Range_2;
|
|
631
|
-
// (undocumented)
|
|
632
|
-
retrieve(range: CrudeTimeRange): Promise<Range_2[]>;
|
|
633
|
-
// (undocumented)
|
|
634
|
-
retrieve(range: Key_4 | Name_3): Promise<Range_2>;
|
|
635
|
-
// (undocumented)
|
|
636
|
-
retrieve(range: Keys_3 | Names_3): Promise<Range_2[]>;
|
|
637
|
-
// (undocumented)
|
|
638
|
-
retrieveParent(range: Key_4): Promise<Range_2 | null>;
|
|
639
|
-
// (undocumented)
|
|
640
|
-
search(term: string): Promise<Range_2[]>;
|
|
641
|
-
// (undocumented)
|
|
642
|
-
sugarMany(payloads: Payload_3[]): Range_2[];
|
|
643
|
-
// (undocumented)
|
|
644
|
-
sugarOne(payload: Payload_3): Range_2;
|
|
645
|
-
// (undocumented)
|
|
646
|
-
readonly type: string;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
// Warning: (ae-missing-release-tag) "Client" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
650
|
-
//
|
|
651
|
-
// @public (undocumented)
|
|
652
|
-
class Client_9 {
|
|
653
|
-
constructor(client: UnaryClient);
|
|
654
|
-
// (undocumented)
|
|
655
|
-
changeName(key: Key_6, firstName?: string, lastName?: string): Promise<void>;
|
|
656
|
-
// (undocumented)
|
|
657
|
-
changeUsername(key: Key_6, newUsername: string): Promise<void>;
|
|
658
|
-
// (undocumented)
|
|
659
|
-
create(user: NewUser): Promise<User>;
|
|
660
|
-
// (undocumented)
|
|
661
|
-
create(users: NewUser[]): Promise<User[]>;
|
|
662
|
-
// (undocumented)
|
|
663
|
-
delete(key: Key_6): Promise<void>;
|
|
664
|
-
// (undocumented)
|
|
665
|
-
delete(keys: Key_6[]): Promise<void>;
|
|
666
|
-
// (undocumented)
|
|
667
|
-
retrieve(key: Key_6): Promise<User>;
|
|
668
|
-
// (undocumented)
|
|
669
|
-
retrieve(keys: Key_6[]): Promise<User[]>;
|
|
670
|
-
// (undocumented)
|
|
671
|
-
retrieveByName(username: string): Promise<User>;
|
|
672
|
-
// (undocumented)
|
|
673
|
-
retrieveByName(usernames: string[]): Promise<User[]>;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
// Warning: (ae-missing-release-tag) "ClusterOntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
677
|
-
//
|
|
678
|
-
// @public (undocumented)
|
|
679
|
-
const ClusterOntologyType: ResourceType;
|
|
680
|
-
|
|
681
|
-
// Warning: (ae-missing-release-tag) "ClusterRetriever" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
682
|
-
//
|
|
683
|
-
// @public (undocumented)
|
|
684
|
-
class ClusterRetriever implements Retriever {
|
|
685
|
-
constructor(client: UnaryClient);
|
|
686
|
-
// (undocumented)
|
|
687
|
-
page(offset: number, limit: number, options?: PageOptions): Promise<Payload_2[]>;
|
|
688
|
-
// (undocumented)
|
|
689
|
-
retrieve(channels: Params_2, options?: RetrieveOptions_2): Promise<Payload_2[]>;
|
|
690
|
-
// (undocumented)
|
|
691
|
-
search(term: string, options?: RetrieveOptions_2): Promise<Payload_2[]>;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
// Warning: (ae-missing-release-tag) "commandZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
695
|
-
//
|
|
696
|
-
// @public (undocumented)
|
|
697
|
-
const commandZ: z.ZodObject<{
|
|
698
|
-
task: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodBigInt, string, bigint>, z.ZodEffects<z.ZodNumber, string, number>]>;
|
|
699
|
-
type: z.ZodString;
|
|
700
|
-
key: z.ZodString;
|
|
701
|
-
args: z.ZodType<UnknownRecord>;
|
|
702
|
-
}, "strip", z.ZodTypeAny, {
|
|
703
|
-
key: string;
|
|
704
|
-
type: string;
|
|
705
|
-
task: string;
|
|
706
|
-
args: UnknownRecord;
|
|
707
|
-
}, {
|
|
708
|
-
key: string;
|
|
709
|
-
type: string;
|
|
710
|
-
task: string | number | bigint;
|
|
711
|
-
args: UnknownRecord;
|
|
712
|
-
}>;
|
|
713
|
-
|
|
714
|
-
declare namespace connection {
|
|
715
|
-
export {
|
|
716
|
-
status_2 as status,
|
|
717
|
-
Status,
|
|
718
|
-
state,
|
|
719
|
-
State,
|
|
720
|
-
Checker
|
|
721
|
-
}
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
// Warning: (ae-missing-release-tag) "ContiguityError" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
725
|
-
//
|
|
726
|
-
// @public
|
|
727
|
-
export class ContiguityError extends BaseTypedError {
|
|
728
|
-
// (undocumented)
|
|
729
|
-
static readonly matches: (e: string | Error | unknown) => boolean;
|
|
730
|
-
// (undocumented)
|
|
731
|
-
static readonly TYPE: string;
|
|
732
|
-
// (undocumented)
|
|
733
|
-
type: string;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
declare namespace control {
|
|
737
|
-
export {
|
|
738
|
-
Client_17 as Client,
|
|
739
|
-
Authority_2 as Authority,
|
|
740
|
-
Transfer,
|
|
741
|
-
State_3 as State,
|
|
742
|
-
Subject,
|
|
743
|
-
stateZ_2 as stateZ,
|
|
744
|
-
transferString,
|
|
745
|
-
StateTracker
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
// Warning: (ae-forgotten-export) The symbol "CreateRequest" needs to be exported by the entry point index.d.ts
|
|
750
|
-
// Warning: (ae-missing-release-tag) "CreateOptions" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
751
|
-
//
|
|
752
|
-
// @public (undocumented)
|
|
753
|
-
type CreateOptions_2 = Pick<CreateRequest, "parent">;
|
|
754
|
-
|
|
755
|
-
export { CrudeDataType }
|
|
756
|
-
|
|
757
|
-
export { CrudeDensity }
|
|
758
|
-
|
|
759
|
-
// Warning: (ae-missing-release-tag) "CrudeFrame" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
760
|
-
//
|
|
761
|
-
// @public (undocumented)
|
|
762
|
-
type CrudeFrame = Frame | FramePayload | Map<KeyOrName, Series[] | Series> | Record<KeyOrName, Series[] | Series>;
|
|
763
|
-
|
|
764
|
-
// Warning: (ae-missing-release-tag) "CrudeID" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
765
|
-
//
|
|
766
|
-
// @public (undocumented)
|
|
767
|
-
type CrudeID = z.input<typeof crudeIDZ>;
|
|
768
|
-
|
|
769
|
-
// Warning: (ae-missing-release-tag) "crudeIDZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
770
|
-
//
|
|
771
|
-
// @public (undocumented)
|
|
772
|
-
const crudeIDZ: z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
773
|
-
type: ResourceType;
|
|
774
|
-
key: string;
|
|
775
|
-
}, string>, z.ZodObject<{
|
|
776
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
777
|
-
key: z.ZodString;
|
|
778
|
-
}, "strip", z.ZodTypeAny, {
|
|
779
|
-
key: string;
|
|
780
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
781
|
-
}, {
|
|
782
|
-
key: string;
|
|
783
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
784
|
-
}>]>;
|
|
785
|
-
|
|
786
|
-
export { CrudeRate }
|
|
787
|
-
|
|
788
|
-
export { CrudeSize }
|
|
789
|
-
|
|
790
|
-
export { CrudeTimeSpan }
|
|
791
|
-
|
|
792
|
-
export { CrudeTimeStamp }
|
|
793
|
-
|
|
794
|
-
// Warning: (ae-missing-release-tag) "CrudeWriterMode" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
795
|
-
//
|
|
796
|
-
// @public (undocumented)
|
|
797
|
-
type CrudeWriterMode = "persist" | "stream" | "persistStream" | WriterMode;
|
|
798
|
-
|
|
799
|
-
export { DataType }
|
|
800
|
-
|
|
801
|
-
// Warning: (ae-missing-release-tag) "DebouncedBatchRetriever" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
802
|
-
//
|
|
803
|
-
// @public (undocumented)
|
|
804
|
-
class DebouncedBatchRetriever implements Retriever {
|
|
805
|
-
constructor(wrapped: Retriever, deb: number);
|
|
806
|
-
// (undocumented)
|
|
807
|
-
page(offset: number, limit: number, options?: RetrieveOptions_2): Promise<Payload_2[]>;
|
|
808
|
-
// (undocumented)
|
|
809
|
-
retrieve(channels: Params_2): Promise<Payload_2[]>;
|
|
810
|
-
// (undocumented)
|
|
811
|
-
run(): Promise<void>;
|
|
812
|
-
// (undocumented)
|
|
813
|
-
search(term: string, options?: RetrieveOptions_2): Promise<Payload_2[]>;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
// Warning: (ae-missing-release-tag) "Decoder" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
817
|
-
//
|
|
818
|
-
// @public (undocumented)
|
|
819
|
-
type Decoder<K, V> = (variant: change_2.Variant, data: Series) => Array<change_2.Change<K, V>>;
|
|
820
|
-
|
|
821
|
-
// Warning: (ae-forgotten-export) The symbol "deleteReqZ" needs to be exported by the entry point index.d.ts
|
|
822
|
-
// Warning: (ae-missing-release-tag) "DeleteProps" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
823
|
-
//
|
|
824
|
-
// @public (undocumented)
|
|
825
|
-
type DeleteProps = z.input<typeof deleteReqZ>;
|
|
826
|
-
|
|
827
|
-
// Warning: (ae-forgotten-export) The symbol "deleteReqZ_2" needs to be exported by the entry point index.d.ts
|
|
828
|
-
// Warning: (ae-missing-release-tag) "DeleteRequest" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
829
|
-
//
|
|
830
|
-
// @public (undocumented)
|
|
831
|
-
type DeleteRequest = z.infer<typeof deleteReqZ_2>;
|
|
832
|
-
|
|
833
|
-
export { Density }
|
|
834
|
-
|
|
835
|
-
// Warning: (ae-missing-release-tag) "DependentTracker" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
836
|
-
//
|
|
837
|
-
// @public
|
|
838
|
-
class DependentTracker extends observe.Observer<Resource[]> implements observe.ObservableAsyncCloseable<Resource[]> {
|
|
839
|
-
// (undocumented)
|
|
840
|
-
close(): Promise<void>;
|
|
841
|
-
// (undocumented)
|
|
842
|
-
static open(props: DependentTrackerProps, framer: framer.Client, client: Client_2): Promise<DependentTracker>;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
// Warning: (ae-missing-release-tag) "Device" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
846
|
-
//
|
|
847
|
-
// @public (undocumented)
|
|
848
|
-
type Device<P extends UnknownRecord = UnknownRecord> = Omit<z.output<typeof deviceZ>, "properties"> & {
|
|
849
|
-
properties: P;
|
|
850
|
-
};
|
|
851
|
-
|
|
852
|
-
declare namespace device {
|
|
853
|
-
export {
|
|
854
|
-
RetrieveOptions_4 as RetrieveOptions,
|
|
855
|
-
Client_16 as Client,
|
|
856
|
-
deviceKeyZ,
|
|
857
|
-
deviceZ,
|
|
858
|
-
Device,
|
|
859
|
-
DeviceKey,
|
|
860
|
-
newDeviceZ,
|
|
861
|
-
NewDevice,
|
|
862
|
-
DeviceOntologyType_2 as DeviceOntologyType,
|
|
863
|
-
ontologyID_10 as ontologyID
|
|
864
|
-
}
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
// Warning: (ae-missing-release-tag) "DeviceKey" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
868
|
-
//
|
|
869
|
-
// @public (undocumented)
|
|
870
|
-
type DeviceKey = z.infer<typeof deviceKeyZ>;
|
|
871
|
-
|
|
872
|
-
// Warning: (ae-missing-release-tag) "deviceKeyZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
873
|
-
//
|
|
874
|
-
// @public (undocumented)
|
|
875
|
-
const deviceKeyZ: z.ZodString;
|
|
876
|
-
|
|
877
|
-
// Warning: (ae-missing-release-tag) "DeviceOntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
878
|
-
//
|
|
879
|
-
// @public (undocumented)
|
|
880
|
-
const DeviceOntologyType: ontology.ResourceType;
|
|
881
|
-
|
|
882
|
-
// Warning: (ae-missing-release-tag) "DeviceOntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
883
|
-
//
|
|
884
|
-
// @public (undocumented)
|
|
885
|
-
const DeviceOntologyType_2: ontology.ResourceType;
|
|
886
|
-
|
|
887
|
-
// Warning: (ae-missing-release-tag) "deviceZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
888
|
-
//
|
|
889
|
-
// @public (undocumented)
|
|
890
|
-
const deviceZ: z.ZodObject<{
|
|
891
|
-
key: z.ZodString;
|
|
892
|
-
rack: z.ZodNumber;
|
|
893
|
-
name: z.ZodString;
|
|
894
|
-
make: z.ZodString;
|
|
895
|
-
model: z.ZodString;
|
|
896
|
-
location: z.ZodString;
|
|
897
|
-
configured: z.ZodOptional<z.ZodBoolean>;
|
|
898
|
-
properties: z.ZodType<UnknownRecord>;
|
|
899
|
-
}, "strip", z.ZodTypeAny, {
|
|
900
|
-
name: string;
|
|
901
|
-
key: string;
|
|
902
|
-
rack: number;
|
|
903
|
-
make: string;
|
|
904
|
-
model: string;
|
|
905
|
-
location: string;
|
|
906
|
-
properties: UnknownRecord;
|
|
907
|
-
configured?: boolean | undefined;
|
|
908
|
-
}, {
|
|
909
|
-
name: string;
|
|
910
|
-
key: string;
|
|
911
|
-
rack: number;
|
|
912
|
-
make: string;
|
|
913
|
-
model: string;
|
|
914
|
-
location: string;
|
|
915
|
-
properties: UnknownRecord;
|
|
916
|
-
configured?: boolean | undefined;
|
|
917
|
-
}>;
|
|
918
|
-
|
|
919
|
-
// Warning: (ae-missing-release-tag) "Frame" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
920
|
-
//
|
|
921
|
-
// @public
|
|
922
|
-
export class Frame {
|
|
923
|
-
constructor(columnsOrData?: Params_2 | CrudeFrame, series?: Series | Series[]);
|
|
924
|
-
// (undocumented)
|
|
925
|
-
at(index: number, required: true): Record<KeyOrName, TelemValue>;
|
|
926
|
-
// (undocumented)
|
|
927
|
-
at(index: number, required?: false): Record<KeyOrName, TelemValue | undefined>;
|
|
928
|
-
// (undocumented)
|
|
929
|
-
get byteLength(): Size;
|
|
930
|
-
// Warning: (ae-forgotten-export) The symbol "ColumnType" needs to be exported by the entry point index.d.ts
|
|
931
|
-
//
|
|
932
|
-
// (undocumented)
|
|
933
|
-
get colType(): ColumnType;
|
|
934
|
-
// (undocumented)
|
|
935
|
-
readonly columns: Keys_2 | Names_2;
|
|
936
|
-
// (undocumented)
|
|
937
|
-
concat(frame: Frame): Frame;
|
|
938
|
-
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
939
|
-
//
|
|
940
|
-
// (undocumented)
|
|
941
|
-
filter(fn: (k: KeyOrName, arr: Series, i: number) => boolean): Frame;
|
|
942
|
-
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
943
|
-
forEach(fn: (k: KeyOrName, arr: Series, i: number) => void): void;
|
|
944
|
-
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
945
|
-
//
|
|
946
|
-
// (undocumented)
|
|
947
|
-
get(key: KeyOrName): MultiSeries;
|
|
948
|
-
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
949
|
-
//
|
|
950
|
-
// (undocumented)
|
|
951
|
-
get(keys: Keys_2 | Names_2): Frame;
|
|
952
|
-
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
953
|
-
//
|
|
954
|
-
// (undocumented)
|
|
955
|
-
has(channel: KeyOrName): boolean;
|
|
956
|
-
// (undocumented)
|
|
957
|
-
get isHorizontal(): boolean;
|
|
958
|
-
// (undocumented)
|
|
959
|
-
get isSquare(): boolean;
|
|
960
|
-
// (undocumented)
|
|
961
|
-
get isVertical(): boolean;
|
|
962
|
-
// (undocumented)
|
|
963
|
-
get isWeaklyAligned(): boolean;
|
|
964
|
-
// (undocumented)
|
|
965
|
-
get keys(): Keys_2;
|
|
966
|
-
// (undocumented)
|
|
967
|
-
latest(): Record<string, TelemValue | undefined>;
|
|
968
|
-
// (undocumented)
|
|
969
|
-
get length(): number;
|
|
970
|
-
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
971
|
-
//
|
|
972
|
-
// (undocumented)
|
|
973
|
-
map(fn: (k: KeyOrName, arr: Series, i: number) => [KeyOrName, Series]): Frame;
|
|
974
|
-
// (undocumented)
|
|
975
|
-
get names(): Names_2;
|
|
976
|
-
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
977
|
-
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
978
|
-
push(key: KeyOrName, ...v: Series[]): void;
|
|
979
|
-
push(frame: Frame): void;
|
|
980
|
-
// (undocumented)
|
|
981
|
-
readonly series: Series[];
|
|
982
|
-
// (undocumented)
|
|
983
|
-
timeRange(col?: KeyOrName): TimeRange;
|
|
984
|
-
// (undocumented)
|
|
985
|
-
get timeRanges(): TimeRange[];
|
|
986
|
-
// (undocumented)
|
|
987
|
-
toPayload(): FramePayload;
|
|
988
|
-
// (undocumented)
|
|
989
|
-
get uniqueColumns(): Keys_2 | Names_2;
|
|
990
|
-
// (undocumented)
|
|
991
|
-
get uniqueKeys(): Keys_2;
|
|
992
|
-
// (undocumented)
|
|
993
|
-
get uniqueNames(): Names_2;
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
// Warning: (ae-missing-release-tag) "FramePayload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
997
|
-
//
|
|
998
|
-
// @public (undocumented)
|
|
999
|
-
type FramePayload = z.infer<typeof frameZ>;
|
|
1000
|
-
|
|
1001
|
-
declare namespace framer {
|
|
1002
|
-
export {
|
|
1003
|
-
Client_4 as Client,
|
|
1004
|
-
CrudeFrame,
|
|
1005
|
-
Frame,
|
|
1006
|
-
series,
|
|
1007
|
-
SeriesPayload,
|
|
1008
|
-
frameZ,
|
|
1009
|
-
FramePayload,
|
|
1010
|
-
seriesFromPayload,
|
|
1011
|
-
seriesToPayload,
|
|
1012
|
-
AUTO_SPAN,
|
|
1013
|
-
IteratorConfig,
|
|
1014
|
-
Iterator_2 as Iterator,
|
|
1015
|
-
StreamerConfig,
|
|
1016
|
-
Streamer,
|
|
1017
|
-
ObservableStreamer,
|
|
1018
|
-
WriterMode,
|
|
1019
|
-
CrudeWriterMode,
|
|
1020
|
-
ALWAYS_INDEX_PERSIST_ON_AUTO_COMMIT,
|
|
1021
|
-
WriterConfig,
|
|
1022
|
-
Writer
|
|
1023
|
-
}
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
// Warning: (ae-missing-release-tag) "frameZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1027
|
-
//
|
|
1028
|
-
// @public (undocumented)
|
|
1029
|
-
const frameZ: z.ZodObject<{
|
|
1030
|
-
keys: z.ZodUnion<[z.ZodEffects<z.ZodNull, number[], null>, z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>]>;
|
|
1031
|
-
series: z.ZodUnion<[z.ZodEffects<z.ZodNull, {
|
|
1032
|
-
dataType: DataType;
|
|
1033
|
-
data: ArrayBuffer | SharedArrayBuffer;
|
|
1034
|
-
timeRange?: TimeRange | undefined;
|
|
1035
|
-
alignment?: bigint | undefined;
|
|
1036
|
-
}[], null>, z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1037
|
-
timeRange: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
1038
|
-
start: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
1039
|
-
value: z.ZodBigInt;
|
|
1040
|
-
}, "strip", z.ZodTypeAny, {
|
|
1041
|
-
value: bigint;
|
|
1042
|
-
}, {
|
|
1043
|
-
value: bigint;
|
|
1044
|
-
}>, TimeStamp, {
|
|
1045
|
-
value: bigint;
|
|
1046
|
-
}>, z.ZodEffects<z.ZodString, TimeStamp, string>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, TimeStamp, Number>, z.ZodEffects<z.ZodNumber, TimeStamp, number>, z.ZodType<TimeStamp, z.ZodTypeDef, TimeStamp>]>;
|
|
1047
|
-
end: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
1048
|
-
value: z.ZodBigInt;
|
|
1049
|
-
}, "strip", z.ZodTypeAny, {
|
|
1050
|
-
value: bigint;
|
|
1051
|
-
}, {
|
|
1052
|
-
value: bigint;
|
|
1053
|
-
}>, TimeStamp, {
|
|
1054
|
-
value: bigint;
|
|
1055
|
-
}>, z.ZodEffects<z.ZodString, TimeStamp, string>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, TimeStamp, Number>, z.ZodEffects<z.ZodNumber, TimeStamp, number>, z.ZodType<TimeStamp, z.ZodTypeDef, TimeStamp>]>;
|
|
1056
|
-
}, "strip", z.ZodTypeAny, {
|
|
1057
|
-
start: TimeStamp;
|
|
1058
|
-
end: TimeStamp;
|
|
1059
|
-
}, {
|
|
1060
|
-
start: string | number | Number | TimeStamp | {
|
|
1061
|
-
value: bigint;
|
|
1062
|
-
};
|
|
1063
|
-
end: string | number | Number | TimeStamp | {
|
|
1064
|
-
value: bigint;
|
|
1065
|
-
};
|
|
1066
|
-
}>, TimeRange, {
|
|
1067
|
-
start: string | number | Number | TimeStamp | {
|
|
1068
|
-
value: bigint;
|
|
1069
|
-
};
|
|
1070
|
-
end: string | number | Number | TimeStamp | {
|
|
1071
|
-
value: bigint;
|
|
1072
|
-
};
|
|
1073
|
-
}>, z.ZodType<TimeRange, z.ZodTypeDef, TimeRange>]>>;
|
|
1074
|
-
alignment: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodEffects<z.ZodString, bigint, string>]>>;
|
|
1075
|
-
dataType: z.ZodUnion<[z.ZodEffects<z.ZodString, DataType, string>, z.ZodType<DataType, z.ZodTypeDef, DataType>]>;
|
|
1076
|
-
data: z.ZodEffects<z.ZodString, ArrayBuffer | SharedArrayBuffer, string>;
|
|
1077
|
-
}, "strip", z.ZodTypeAny, {
|
|
1078
|
-
dataType: DataType;
|
|
1079
|
-
data: ArrayBuffer | SharedArrayBuffer;
|
|
1080
|
-
timeRange?: TimeRange | undefined;
|
|
1081
|
-
alignment?: bigint | undefined;
|
|
1082
|
-
}, {
|
|
1083
|
-
dataType: string | DataType;
|
|
1084
|
-
data: string;
|
|
1085
|
-
timeRange?: TimeRange | {
|
|
1086
|
-
start: string | number | Number | TimeStamp | {
|
|
1087
|
-
value: bigint;
|
|
1088
|
-
};
|
|
1089
|
-
end: string | number | Number | TimeStamp | {
|
|
1090
|
-
value: bigint;
|
|
1091
|
-
};
|
|
1092
|
-
} | undefined;
|
|
1093
|
-
alignment?: string | bigint | undefined;
|
|
1094
|
-
}>, "many">>>]>;
|
|
1095
|
-
}, "strip", z.ZodTypeAny, {
|
|
1096
|
-
keys: number[];
|
|
1097
|
-
series: {
|
|
1098
|
-
dataType: DataType;
|
|
1099
|
-
data: ArrayBuffer | SharedArrayBuffer;
|
|
1100
|
-
timeRange?: TimeRange | undefined;
|
|
1101
|
-
alignment?: bigint | undefined;
|
|
1102
|
-
}[];
|
|
1103
|
-
}, {
|
|
1104
|
-
keys?: number[] | null | undefined;
|
|
1105
|
-
series?: {
|
|
1106
|
-
dataType: string | DataType;
|
|
1107
|
-
data: string;
|
|
1108
|
-
timeRange?: TimeRange | {
|
|
1109
|
-
start: string | number | Number | TimeStamp | {
|
|
1110
|
-
value: bigint;
|
|
1111
|
-
};
|
|
1112
|
-
end: string | number | Number | TimeStamp | {
|
|
1113
|
-
value: bigint;
|
|
1114
|
-
};
|
|
1115
|
-
} | undefined;
|
|
1116
|
-
alignment?: string | bigint | undefined;
|
|
1117
|
-
}[] | null | undefined;
|
|
1118
|
-
}>;
|
|
1119
|
-
|
|
1120
|
-
// Warning: (ae-forgotten-export) The symbol "getReqZ" needs to be exported by the entry point index.d.ts
|
|
1121
|
-
// Warning: (ae-missing-release-tag) "GetRequest" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1122
|
-
//
|
|
1123
|
-
// @public (undocumented)
|
|
1124
|
-
type GetRequest = z.infer<typeof getReqZ>;
|
|
1125
|
-
|
|
1126
|
-
declare namespace hardware {
|
|
1127
|
-
export {
|
|
1128
|
-
Client_13 as Client
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
// Warning: (ae-missing-release-tag) "ID" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1133
|
-
//
|
|
1134
|
-
// @public (undocumented)
|
|
1135
|
-
class ID {
|
|
1136
|
-
constructor(args: z.input<typeof crudeIDZ> | ID);
|
|
1137
|
-
// (undocumented)
|
|
1138
|
-
key: string;
|
|
1139
|
-
// (undocumented)
|
|
1140
|
-
get payload(): IDPayload;
|
|
1141
|
-
// (undocumented)
|
|
1142
|
-
toString(): string;
|
|
1143
|
-
// (undocumented)
|
|
1144
|
-
type: ResourceType;
|
|
1145
|
-
// (undocumented)
|
|
1146
|
-
static readonly z: z.ZodUnion<[z.ZodType<ID, z.ZodTypeDef, ID>, z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1147
|
-
type: ResourceType;
|
|
1148
|
-
key: string;
|
|
1149
|
-
}, string>, z.ZodObject<{
|
|
1150
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
1151
|
-
key: z.ZodString;
|
|
1152
|
-
}, "strip", z.ZodTypeAny, {
|
|
1153
|
-
key: string;
|
|
1154
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1155
|
-
}, {
|
|
1156
|
-
key: string;
|
|
1157
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1158
|
-
}>]>, ID, string | {
|
|
1159
|
-
key: string;
|
|
1160
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1161
|
-
}>]>;
|
|
1162
|
-
}
|
|
1163
|
-
|
|
1164
|
-
// Warning: (ae-missing-release-tag) "IDPayload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1165
|
-
//
|
|
1166
|
-
// @public (undocumented)
|
|
1167
|
-
type IDPayload = z.infer<typeof idZ>;
|
|
1168
|
-
|
|
1169
|
-
// Warning: (ae-missing-release-tag) "idZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1170
|
-
//
|
|
1171
|
-
// @public (undocumented)
|
|
1172
|
-
const idZ: z.ZodObject<{
|
|
1173
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
1174
|
-
key: z.ZodString;
|
|
1175
|
-
}, "strip", z.ZodTypeAny, {
|
|
1176
|
-
key: string;
|
|
1177
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1178
|
-
}, {
|
|
1179
|
-
key: string;
|
|
1180
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1181
|
-
}>;
|
|
1182
|
-
|
|
1183
|
-
// Warning: (ae-missing-release-tag) "Iterator" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1184
|
-
//
|
|
1185
|
-
// @public
|
|
1186
|
-
class Iterator_2 {
|
|
1187
|
-
// (undocumented)
|
|
1188
|
-
[Symbol.asyncIterator](): AsyncIterator<Frame, any, undefined>;
|
|
1189
|
-
close(): Promise<void>;
|
|
1190
|
-
next(span?: CrudeTimeSpan): Promise<boolean>;
|
|
1191
|
-
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@synnaxlabs/client" does not have an export "IteratorConfig"
|
|
1192
|
-
static _open(tr: CrudeTimeRange_2, channels: Params_2, retriever: Retriever, client: StreamClient, opts?: IteratorConfig): Promise<Iterator_2>;
|
|
1193
|
-
prev(span?: CrudeTimeSpan): Promise<boolean>;
|
|
1194
|
-
seekFirst(): Promise<boolean>;
|
|
1195
|
-
seekGE(stamp: CrudeTimeStamp): Promise<boolean>;
|
|
1196
|
-
seekLast(): Promise<boolean>;
|
|
1197
|
-
seekLE(stamp: CrudeTimeStamp): Promise<boolean>;
|
|
1198
|
-
// (undocumented)
|
|
1199
|
-
valid(): Promise<boolean>;
|
|
1200
|
-
// (undocumented)
|
|
1201
|
-
value: Frame;
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
// Warning: (ae-missing-release-tag) "IteratorConfig" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1205
|
-
//
|
|
1206
|
-
// @public (undocumented)
|
|
1207
|
-
interface IteratorConfig {
|
|
1208
|
-
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@synnaxlabs/client" does not have an export "AUTO_SPAN"
|
|
1209
|
-
chunkSize?: number;
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
// Warning: (ae-missing-release-tag) "Key" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1213
|
-
//
|
|
1214
|
-
// @public (undocumented)
|
|
1215
|
-
type Key_2 = number;
|
|
1216
|
-
|
|
1217
|
-
// Warning: (ae-missing-release-tag) "Key" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1218
|
-
//
|
|
1219
|
-
// @public (undocumented)
|
|
1220
|
-
type Key_3 = z.infer<typeof keyZ_2>;
|
|
1221
|
-
|
|
1222
|
-
// Warning: (ae-missing-release-tag) "Key" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1223
|
-
//
|
|
1224
|
-
// @public (undocumented)
|
|
1225
|
-
type Key_4 = z.infer<typeof keyZ_3>;
|
|
1226
|
-
|
|
1227
|
-
// Warning: (ae-missing-release-tag) "Key" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1228
|
-
//
|
|
1229
|
-
// @public (undocumented)
|
|
1230
|
-
type Key_5 = z.infer<typeof keyZ_5>;
|
|
1231
|
-
|
|
1232
|
-
// Warning: (ae-missing-release-tag) "Key" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1233
|
-
//
|
|
1234
|
-
// @public (undocumented)
|
|
1235
|
-
type Key_6 = z.infer<typeof keyZ_6>;
|
|
1236
|
-
|
|
1237
|
-
// Warning: (ae-missing-release-tag) "Key" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1238
|
-
//
|
|
1239
|
-
// @public (undocumented)
|
|
1240
|
-
type Key_7 = z.infer<typeof keyZ_7>;
|
|
1241
|
-
|
|
1242
|
-
// Warning: (ae-missing-release-tag) "KeyOrName" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1243
|
-
//
|
|
1244
|
-
// @public (undocumented)
|
|
1245
|
-
type KeyOrName = Key_2 | Name_2;
|
|
1246
|
-
|
|
1247
|
-
// Warning: (ae-missing-release-tag) "Keys" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1248
|
-
//
|
|
1249
|
-
// @public (undocumented)
|
|
1250
|
-
type Keys_2 = number[];
|
|
1251
|
-
|
|
1252
|
-
// Warning: (ae-missing-release-tag) "Keys" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1253
|
-
//
|
|
1254
|
-
// @public (undocumented)
|
|
1255
|
-
type Keys_3 = Key_4[];
|
|
1256
|
-
|
|
1257
|
-
// Warning: (ae-missing-release-tag) "KeysOrNames" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1258
|
-
//
|
|
1259
|
-
// @public (undocumented)
|
|
1260
|
-
type KeysOrNames = Keys_2 | Names_2;
|
|
1261
|
-
|
|
1262
|
-
// Warning: (ae-missing-release-tag) "keyZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1263
|
-
//
|
|
1264
|
-
// @public (undocumented)
|
|
1265
|
-
const keyZ_2: z.ZodString;
|
|
1266
|
-
|
|
1267
|
-
// Warning: (ae-missing-release-tag) "keyZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1268
|
-
//
|
|
1269
|
-
// @public (undocumented)
|
|
1270
|
-
const keyZ_3: z.ZodString;
|
|
1271
|
-
|
|
1272
|
-
// Warning: (ae-missing-release-tag) "keyZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1273
|
-
//
|
|
1274
|
-
// @public (undocumented)
|
|
1275
|
-
const keyZ_4: z.ZodNumber;
|
|
1276
|
-
|
|
1277
|
-
// Warning: (ae-missing-release-tag) "keyZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1278
|
-
//
|
|
1279
|
-
// @public (undocumented)
|
|
1280
|
-
const keyZ_5: z.ZodString;
|
|
1281
|
-
|
|
1282
|
-
// Warning: (ae-missing-release-tag) "keyZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1283
|
-
//
|
|
1284
|
-
// @public (undocumented)
|
|
1285
|
-
const keyZ_6: z.ZodString;
|
|
1286
|
-
|
|
1287
|
-
// Warning: (ae-missing-release-tag) "keyZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1288
|
-
//
|
|
1289
|
-
// @public (undocumented)
|
|
1290
|
-
const keyZ_7: z.ZodString;
|
|
1291
|
-
|
|
1292
|
-
// Warning: (ae-missing-release-tag) "KV" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1293
|
-
//
|
|
1294
|
-
// @public (undocumented)
|
|
1295
|
-
class KV {
|
|
1296
|
-
constructor(rng: Key_4, client: UnaryClient, frameClient: framer.Client);
|
|
1297
|
-
// (undocumented)
|
|
1298
|
-
delete(key: string | string[]): Promise<void>;
|
|
1299
|
-
// (undocumented)
|
|
1300
|
-
get(key: string): Promise<string>;
|
|
1301
|
-
// (undocumented)
|
|
1302
|
-
get(keys: string[]): Promise<Record<string, string>>;
|
|
1303
|
-
// (undocumented)
|
|
1304
|
-
list(): Promise<Record<string, string>>;
|
|
1305
|
-
// (undocumented)
|
|
1306
|
-
openTracker(): Promise<signals.Observable<string, KVPair>>;
|
|
1307
|
-
// (undocumented)
|
|
1308
|
-
set(key: string, value: string): Promise<void>;
|
|
1309
|
-
// (undocumented)
|
|
1310
|
-
set(kv: Record<string, string>): Promise<void>;
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
|
-
// Warning: (ae-forgotten-export) The symbol "kvPairZ" needs to be exported by the entry point index.d.ts
|
|
1314
|
-
// Warning: (ae-missing-release-tag) "KVPair" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1315
|
-
//
|
|
1316
|
-
// @public (undocumented)
|
|
1317
|
-
type KVPair = z.infer<typeof kvPairZ>;
|
|
1318
|
-
|
|
1319
|
-
// Warning: (ae-missing-release-tag) "Label" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1320
|
-
//
|
|
1321
|
-
// @public (undocumented)
|
|
1322
|
-
type Label = z.infer<typeof labelZ>;
|
|
1323
|
-
|
|
1324
|
-
declare namespace label {
|
|
1325
|
-
export {
|
|
1326
|
-
Client_6 as Client,
|
|
1327
|
-
keyZ_5 as keyZ,
|
|
1328
|
-
Key_5 as Key,
|
|
1329
|
-
Params_4 as Params,
|
|
1330
|
-
labelZ,
|
|
1331
|
-
Label,
|
|
1332
|
-
LabelOntologyType,
|
|
1333
|
-
ontologyID_3 as ontologyID,
|
|
1334
|
-
Retriever_3 as Retriever,
|
|
1335
|
-
newLabelPayloadZ,
|
|
1336
|
-
NewLabelPayload,
|
|
1337
|
-
SetOptions,
|
|
1338
|
-
Writer_3 as Writer
|
|
1339
|
-
}
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
// Warning: (ae-missing-release-tag) "LabelOntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1343
|
-
//
|
|
1344
|
-
// @public (undocumented)
|
|
1345
|
-
const LabelOntologyType: ontology.ResourceType;
|
|
1346
|
-
|
|
1347
|
-
// Warning: (ae-missing-release-tag) "labelZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1348
|
-
//
|
|
1349
|
-
// @public (undocumented)
|
|
1350
|
-
const labelZ: z.ZodObject<{
|
|
1351
|
-
key: z.ZodString;
|
|
1352
|
-
name: z.ZodString;
|
|
1353
|
-
color: z.ZodString;
|
|
1354
|
-
}, "strip", z.ZodTypeAny, {
|
|
1355
|
-
name: string;
|
|
1356
|
-
key: string;
|
|
1357
|
-
color: string;
|
|
1358
|
-
}, {
|
|
1359
|
-
name: string;
|
|
1360
|
-
key: string;
|
|
1361
|
-
color: string;
|
|
1362
|
-
}>;
|
|
1363
|
-
|
|
1364
|
-
// Warning: (ae-missing-release-tag) "MultipleFoundError" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1365
|
-
//
|
|
1366
|
-
// @public (undocumented)
|
|
1367
|
-
export class MultipleFoundError extends QueryError {
|
|
1368
|
-
// (undocumented)
|
|
1369
|
-
static readonly matches: (e: string | Error | unknown) => boolean;
|
|
1370
|
-
// (undocumented)
|
|
1371
|
-
static readonly TYPE: string;
|
|
1372
|
-
// (undocumented)
|
|
1373
|
-
type: string;
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
export { MultiSeries }
|
|
1377
|
-
|
|
1378
|
-
// Warning: (ae-missing-release-tag) "Name" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1379
|
-
//
|
|
1380
|
-
// @public (undocumented)
|
|
1381
|
-
type Name_2 = string;
|
|
1382
|
-
|
|
1383
|
-
// Warning: (ae-missing-release-tag) "Name" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1384
|
-
//
|
|
1385
|
-
// @public (undocumented)
|
|
1386
|
-
type Name_3 = string;
|
|
1387
|
-
|
|
1388
|
-
// Warning: (ae-missing-release-tag) "Names" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1389
|
-
//
|
|
1390
|
-
// @public (undocumented)
|
|
1391
|
-
type Names_2 = string[];
|
|
1392
|
-
|
|
1393
|
-
// Warning: (ae-missing-release-tag) "Names" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1394
|
-
//
|
|
1395
|
-
// @public (undocumented)
|
|
1396
|
-
type Names_3 = Name_3[];
|
|
1397
|
-
|
|
1398
|
-
// Warning: (ae-missing-release-tag) "NewDevice" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1399
|
-
//
|
|
1400
|
-
// @public (undocumented)
|
|
1401
|
-
type NewDevice<P extends UnknownRecord = UnknownRecord> = Omit<z.input<typeof newDeviceZ>, "properties"> & {
|
|
1402
|
-
properties: P;
|
|
1403
|
-
};
|
|
1404
|
-
|
|
1405
|
-
// Warning: (ae-missing-release-tag) "newDeviceZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1406
|
-
//
|
|
1407
|
-
// @public (undocumented)
|
|
1408
|
-
const newDeviceZ: z.ZodObject<z.objectUtil.extendShape<{
|
|
1409
|
-
key: z.ZodString;
|
|
1410
|
-
rack: z.ZodNumber;
|
|
1411
|
-
name: z.ZodString;
|
|
1412
|
-
make: z.ZodString;
|
|
1413
|
-
model: z.ZodString;
|
|
1414
|
-
location: z.ZodString;
|
|
1415
|
-
configured: z.ZodOptional<z.ZodBoolean>;
|
|
1416
|
-
properties: z.ZodType<UnknownRecord>;
|
|
1417
|
-
}, {
|
|
1418
|
-
properties: z.ZodEffects<z.ZodUnknown, string, unknown>;
|
|
1419
|
-
}>, "strip", z.ZodTypeAny, {
|
|
1420
|
-
name: string;
|
|
1421
|
-
key: string;
|
|
1422
|
-
rack: number;
|
|
1423
|
-
make: string;
|
|
1424
|
-
model: string;
|
|
1425
|
-
location: string;
|
|
1426
|
-
properties: string;
|
|
1427
|
-
configured?: boolean | undefined;
|
|
1428
|
-
}, {
|
|
1429
|
-
name: string;
|
|
1430
|
-
key: string;
|
|
1431
|
-
rack: number;
|
|
1432
|
-
make: string;
|
|
1433
|
-
model: string;
|
|
1434
|
-
location: string;
|
|
1435
|
-
configured?: boolean | undefined;
|
|
1436
|
-
properties?: unknown;
|
|
1437
|
-
}>;
|
|
1438
|
-
|
|
1439
|
-
// Warning: (ae-missing-release-tag) "NewLabelPayload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1440
|
-
//
|
|
1441
|
-
// @public (undocumented)
|
|
1442
|
-
type NewLabelPayload = z.infer<typeof newLabelPayloadZ>;
|
|
1443
|
-
|
|
1444
|
-
// Warning: (ae-missing-release-tag) "newLabelPayloadZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1445
|
-
//
|
|
1446
|
-
// @public (undocumented)
|
|
1447
|
-
const newLabelPayloadZ: z.ZodObject<z.objectUtil.extendShape<{
|
|
1448
|
-
key: z.ZodString;
|
|
1449
|
-
name: z.ZodString;
|
|
1450
|
-
color: z.ZodString;
|
|
1451
|
-
}, {
|
|
1452
|
-
key: z.ZodOptional<z.ZodString>;
|
|
1453
|
-
}>, "strip", z.ZodTypeAny, {
|
|
1454
|
-
name: string;
|
|
1455
|
-
color: string;
|
|
1456
|
-
key?: string | undefined;
|
|
1457
|
-
}, {
|
|
1458
|
-
name: string;
|
|
1459
|
-
color: string;
|
|
1460
|
-
key?: string | undefined;
|
|
1461
|
-
}>;
|
|
1462
|
-
|
|
1463
|
-
// Warning: (ae-missing-release-tag) "NewPayload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1464
|
-
//
|
|
1465
|
-
// @public (undocumented)
|
|
1466
|
-
type NewPayload = z.input<typeof newPayload>;
|
|
1467
|
-
|
|
1468
|
-
// Warning: (ae-missing-release-tag) "newPayload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1469
|
-
//
|
|
1470
|
-
// @public (undocumented)
|
|
1471
|
-
const newPayload: z.ZodObject<z.objectUtil.extendShape<{
|
|
1472
|
-
name: z.ZodString;
|
|
1473
|
-
key: z.ZodNumber;
|
|
1474
|
-
rate: z.ZodUnion<[z.ZodEffects<z.ZodNumber, Rate, number>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, Rate, Number>, z.ZodType<Rate, z.ZodTypeDef, Rate>]>;
|
|
1475
|
-
dataType: z.ZodUnion<[z.ZodEffects<z.ZodString, DataType, string>, z.ZodType<DataType, z.ZodTypeDef, DataType>]>;
|
|
1476
|
-
leaseholder: z.ZodNumber;
|
|
1477
|
-
index: z.ZodNumber;
|
|
1478
|
-
isIndex: z.ZodBoolean;
|
|
1479
|
-
internal: z.ZodBoolean;
|
|
1480
|
-
virtual: z.ZodBoolean;
|
|
1481
|
-
alias: z.ZodOptional<z.ZodString>;
|
|
1482
|
-
}, {
|
|
1483
|
-
key: z.ZodOptional<z.ZodNumber>;
|
|
1484
|
-
leaseholder: z.ZodOptional<z.ZodNumber>;
|
|
1485
|
-
index: z.ZodOptional<z.ZodNumber>;
|
|
1486
|
-
rate: z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodNumber, Rate, number>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, Rate, Number>, z.ZodType<Rate, z.ZodTypeDef, Rate>]>>>;
|
|
1487
|
-
isIndex: z.ZodOptional<z.ZodBoolean>;
|
|
1488
|
-
internal: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1489
|
-
virtual: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1490
|
-
}>, "strip", z.ZodTypeAny, {
|
|
1491
|
-
name: string;
|
|
1492
|
-
rate: Rate;
|
|
1493
|
-
dataType: DataType;
|
|
1494
|
-
internal: boolean;
|
|
1495
|
-
virtual: boolean;
|
|
1496
|
-
key?: number | undefined;
|
|
1497
|
-
leaseholder?: number | undefined;
|
|
1498
|
-
index?: number | undefined;
|
|
1499
|
-
isIndex?: boolean | undefined;
|
|
1500
|
-
alias?: string | undefined;
|
|
1501
|
-
}, {
|
|
1502
|
-
name: string;
|
|
1503
|
-
dataType: string | DataType;
|
|
1504
|
-
key?: number | undefined;
|
|
1505
|
-
rate?: number | Number | Rate | undefined;
|
|
1506
|
-
leaseholder?: number | undefined;
|
|
1507
|
-
index?: number | undefined;
|
|
1508
|
-
isIndex?: boolean | undefined;
|
|
1509
|
-
internal?: boolean | undefined;
|
|
1510
|
-
virtual?: boolean | undefined;
|
|
1511
|
-
alias?: string | undefined;
|
|
1512
|
-
}>;
|
|
1513
|
-
|
|
1514
|
-
// Warning: (ae-missing-release-tag) "NewPayload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1515
|
-
//
|
|
1516
|
-
// @public (undocumented)
|
|
1517
|
-
type NewPayload_2 = z.input<typeof newPayloadZ>;
|
|
1518
|
-
|
|
1519
|
-
// Warning: (ae-missing-release-tag) "newPayloadZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1520
|
-
//
|
|
1521
|
-
// @public (undocumented)
|
|
1522
|
-
const newPayloadZ: z.ZodObject<z.objectUtil.extendShape<{
|
|
1523
|
-
key: z.ZodString;
|
|
1524
|
-
name: z.ZodString;
|
|
1525
|
-
timeRange: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
1526
|
-
start: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
1527
|
-
value: z.ZodBigInt;
|
|
1528
|
-
}, "strip", z.ZodTypeAny, {
|
|
1529
|
-
value: bigint;
|
|
1530
|
-
}, {
|
|
1531
|
-
value: bigint;
|
|
1532
|
-
}>, TimeStamp, {
|
|
1533
|
-
value: bigint;
|
|
1534
|
-
}>, z.ZodEffects<z.ZodString, TimeStamp, string>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, TimeStamp, Number>, z.ZodEffects<z.ZodNumber, TimeStamp, number>, z.ZodType<TimeStamp, z.ZodTypeDef, TimeStamp>]>;
|
|
1535
|
-
end: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
1536
|
-
value: z.ZodBigInt;
|
|
1537
|
-
}, "strip", z.ZodTypeAny, {
|
|
1538
|
-
value: bigint;
|
|
1539
|
-
}, {
|
|
1540
|
-
value: bigint;
|
|
1541
|
-
}>, TimeStamp, {
|
|
1542
|
-
value: bigint;
|
|
1543
|
-
}>, z.ZodEffects<z.ZodString, TimeStamp, string>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, TimeStamp, Number>, z.ZodEffects<z.ZodNumber, TimeStamp, number>, z.ZodType<TimeStamp, z.ZodTypeDef, TimeStamp>]>;
|
|
1544
|
-
}, "strip", z.ZodTypeAny, {
|
|
1545
|
-
start: TimeStamp;
|
|
1546
|
-
end: TimeStamp;
|
|
1547
|
-
}, {
|
|
1548
|
-
start: string | number | Number | TimeStamp | {
|
|
1549
|
-
value: bigint;
|
|
1550
|
-
};
|
|
1551
|
-
end: string | number | Number | TimeStamp | {
|
|
1552
|
-
value: bigint;
|
|
1553
|
-
};
|
|
1554
|
-
}>, TimeRange, {
|
|
1555
|
-
start: string | number | Number | TimeStamp | {
|
|
1556
|
-
value: bigint;
|
|
1557
|
-
};
|
|
1558
|
-
end: string | number | Number | TimeStamp | {
|
|
1559
|
-
value: bigint;
|
|
1560
|
-
};
|
|
1561
|
-
}>, z.ZodType<TimeRange, z.ZodTypeDef, TimeRange>]>;
|
|
1562
|
-
color: z.ZodOptional<z.ZodString>;
|
|
1563
|
-
}, {
|
|
1564
|
-
key: z.ZodOptional<z.ZodString>;
|
|
1565
|
-
}>, "strip", z.ZodTypeAny, {
|
|
1566
|
-
name: string;
|
|
1567
|
-
timeRange: TimeRange;
|
|
1568
|
-
key?: string | undefined;
|
|
1569
|
-
color?: string | undefined;
|
|
1570
|
-
}, {
|
|
1571
|
-
name: string;
|
|
1572
|
-
timeRange: TimeRange | {
|
|
1573
|
-
start: string | number | Number | TimeStamp | {
|
|
1574
|
-
value: bigint;
|
|
1575
|
-
};
|
|
1576
|
-
end: string | number | Number | TimeStamp | {
|
|
1577
|
-
value: bigint;
|
|
1578
|
-
};
|
|
1579
|
-
};
|
|
1580
|
-
key?: string | undefined;
|
|
1581
|
-
color?: string | undefined;
|
|
1582
|
-
}>;
|
|
1583
|
-
|
|
1584
|
-
// Warning: (ae-missing-release-tag) "NewPolicy" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1585
|
-
//
|
|
1586
|
-
// @public (undocumented)
|
|
1587
|
-
type NewPolicy = z.input<typeof newPolicyZ>;
|
|
1588
|
-
|
|
1589
|
-
// Warning: (ae-missing-release-tag) "newPolicyZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1590
|
-
//
|
|
1591
|
-
// @public (undocumented)
|
|
1592
|
-
const newPolicyZ: z.ZodObject<{
|
|
1593
|
-
key: z.ZodCatch<z.ZodOptional<z.ZodString>>;
|
|
1594
|
-
subjects: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1595
|
-
type: ontology.ResourceType;
|
|
1596
|
-
key: string;
|
|
1597
|
-
}, string>, z.ZodObject<{
|
|
1598
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
1599
|
-
key: z.ZodString;
|
|
1600
|
-
}, "strip", z.ZodTypeAny, {
|
|
1601
|
-
key: string;
|
|
1602
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1603
|
-
}, {
|
|
1604
|
-
key: string;
|
|
1605
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1606
|
-
}>]>, "many">, z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1607
|
-
type: ontology.ResourceType;
|
|
1608
|
-
key: string;
|
|
1609
|
-
}, string>, z.ZodObject<{
|
|
1610
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
1611
|
-
key: z.ZodString;
|
|
1612
|
-
}, "strip", z.ZodTypeAny, {
|
|
1613
|
-
key: string;
|
|
1614
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1615
|
-
}, {
|
|
1616
|
-
key: string;
|
|
1617
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1618
|
-
}>]>, ({
|
|
1619
|
-
type: ontology.ResourceType;
|
|
1620
|
-
key: string;
|
|
1621
|
-
} | {
|
|
1622
|
-
key: string;
|
|
1623
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1624
|
-
})[], string | {
|
|
1625
|
-
key: string;
|
|
1626
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1627
|
-
}>]>;
|
|
1628
|
-
objects: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1629
|
-
type: ontology.ResourceType;
|
|
1630
|
-
key: string;
|
|
1631
|
-
}, string>, z.ZodObject<{
|
|
1632
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
1633
|
-
key: z.ZodString;
|
|
1634
|
-
}, "strip", z.ZodTypeAny, {
|
|
1635
|
-
key: string;
|
|
1636
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1637
|
-
}, {
|
|
1638
|
-
key: string;
|
|
1639
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1640
|
-
}>]>, "many">, z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1641
|
-
type: ontology.ResourceType;
|
|
1642
|
-
key: string;
|
|
1643
|
-
}, string>, z.ZodObject<{
|
|
1644
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
1645
|
-
key: z.ZodString;
|
|
1646
|
-
}, "strip", z.ZodTypeAny, {
|
|
1647
|
-
key: string;
|
|
1648
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1649
|
-
}, {
|
|
1650
|
-
key: string;
|
|
1651
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1652
|
-
}>]>, ({
|
|
1653
|
-
type: ontology.ResourceType;
|
|
1654
|
-
key: string;
|
|
1655
|
-
} | {
|
|
1656
|
-
key: string;
|
|
1657
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1658
|
-
})[], string | {
|
|
1659
|
-
key: string;
|
|
1660
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1661
|
-
}>]>;
|
|
1662
|
-
actions: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodLiteral<"all">, z.ZodLiteral<"create">, z.ZodLiteral<"delete">, z.ZodLiteral<"retrieve">, z.ZodLiteral<"rename">]>, "many">, z.ZodEffects<z.ZodUnion<[z.ZodLiteral<"all">, z.ZodLiteral<"create">, z.ZodLiteral<"delete">, z.ZodLiteral<"retrieve">, z.ZodLiteral<"rename">]>, ("delete" | "all" | "create" | "retrieve" | "rename")[], "delete" | "all" | "create" | "retrieve" | "rename">]>;
|
|
1663
|
-
}, "strip", z.ZodTypeAny, {
|
|
1664
|
-
subjects: ({
|
|
1665
|
-
type: ontology.ResourceType;
|
|
1666
|
-
key: string;
|
|
1667
|
-
} | {
|
|
1668
|
-
key: string;
|
|
1669
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1670
|
-
})[];
|
|
1671
|
-
objects: ({
|
|
1672
|
-
type: ontology.ResourceType;
|
|
1673
|
-
key: string;
|
|
1674
|
-
} | {
|
|
1675
|
-
key: string;
|
|
1676
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1677
|
-
})[];
|
|
1678
|
-
actions: ("delete" | "all" | "create" | "retrieve" | "rename")[];
|
|
1679
|
-
key?: string | undefined;
|
|
1680
|
-
}, {
|
|
1681
|
-
subjects: string | {
|
|
1682
|
-
key: string;
|
|
1683
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1684
|
-
} | (string | {
|
|
1685
|
-
key: string;
|
|
1686
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1687
|
-
})[];
|
|
1688
|
-
objects: string | {
|
|
1689
|
-
key: string;
|
|
1690
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1691
|
-
} | (string | {
|
|
1692
|
-
key: string;
|
|
1693
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
1694
|
-
})[];
|
|
1695
|
-
actions: "delete" | "all" | "create" | "retrieve" | "rename" | ("delete" | "all" | "create" | "retrieve" | "rename")[];
|
|
1696
|
-
key?: unknown;
|
|
1697
|
-
}>;
|
|
1698
|
-
|
|
1699
|
-
// Warning: (ae-missing-release-tag) "NewRack" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1700
|
-
//
|
|
1701
|
-
// @public (undocumented)
|
|
1702
|
-
type NewRack = z.input<typeof newRackZ>;
|
|
1703
|
-
|
|
1704
|
-
// Warning: (ae-missing-release-tag) "newRackZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1705
|
-
//
|
|
1706
|
-
// @public (undocumented)
|
|
1707
|
-
const newRackZ: z.ZodObject<{
|
|
1708
|
-
name: z.ZodString;
|
|
1709
|
-
key: z.ZodOptional<z.ZodNumber>;
|
|
1710
|
-
}, "strip", z.ZodTypeAny, {
|
|
1711
|
-
name: string;
|
|
1712
|
-
key?: number | undefined;
|
|
1713
|
-
}, {
|
|
1714
|
-
name: string;
|
|
1715
|
-
key?: number | undefined;
|
|
1716
|
-
}>;
|
|
1717
|
-
|
|
1718
|
-
// Warning: (ae-missing-release-tag) "NewTask" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1719
|
-
//
|
|
1720
|
-
// @public (undocumented)
|
|
1721
|
-
type NewTask<C extends UnknownRecord = UnknownRecord, T extends string = string> = Omit<z.input<typeof newTaskZ>, "config" | "state"> & {
|
|
1722
|
-
type: T;
|
|
1723
|
-
config: C;
|
|
1724
|
-
};
|
|
1725
|
-
|
|
1726
|
-
// Warning: (ae-missing-release-tag) "newTaskZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1727
|
-
//
|
|
1728
|
-
// @public (undocumented)
|
|
1729
|
-
const newTaskZ: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
1730
|
-
key: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodBigInt, string, bigint>, z.ZodEffects<z.ZodNumber, string, number>]>;
|
|
1731
|
-
name: z.ZodString;
|
|
1732
|
-
type: z.ZodString;
|
|
1733
|
-
internal: z.ZodOptional<z.ZodBoolean>;
|
|
1734
|
-
config: z.ZodType<UnknownRecord>;
|
|
1735
|
-
state: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1736
|
-
task: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodBigInt, string, bigint>, z.ZodEffects<z.ZodNumber, string, number>]>;
|
|
1737
|
-
variant: z.ZodString;
|
|
1738
|
-
key: z.ZodOptional<z.ZodString>;
|
|
1739
|
-
details: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodEffects<z.ZodString, any, string>]>, z.ZodArray<z.ZodUnknown, "many">]>, z.ZodNull]>;
|
|
1740
|
-
}, "strip", z.ZodTypeAny, {
|
|
1741
|
-
task: string;
|
|
1742
|
-
variant: string;
|
|
1743
|
-
key?: string | undefined;
|
|
1744
|
-
details?: any;
|
|
1745
|
-
}, {
|
|
1746
|
-
task: string | number | bigint;
|
|
1747
|
-
variant: string;
|
|
1748
|
-
details: string | unknown[] | Record<string, unknown> | null;
|
|
1749
|
-
key?: string | undefined;
|
|
1750
|
-
}>>>;
|
|
1751
|
-
snapshot: z.ZodOptional<z.ZodBoolean>;
|
|
1752
|
-
}, "key">, {
|
|
1753
|
-
key: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodBigInt, string, bigint>, z.ZodEffects<z.ZodNumber, string, number>]>, string, string | number | bigint>>;
|
|
1754
|
-
config: z.ZodEffects<z.ZodUnknown, string, unknown>;
|
|
1755
|
-
}>, "strip", z.ZodTypeAny, {
|
|
1756
|
-
name: string;
|
|
1757
|
-
type: string;
|
|
1758
|
-
config: string;
|
|
1759
|
-
key?: string | undefined;
|
|
1760
|
-
internal?: boolean | undefined;
|
|
1761
|
-
state?: {
|
|
1762
|
-
task: string;
|
|
1763
|
-
variant: string;
|
|
1764
|
-
key?: string | undefined;
|
|
1765
|
-
details?: any;
|
|
1766
|
-
} | null | undefined;
|
|
1767
|
-
snapshot?: boolean | undefined;
|
|
1768
|
-
}, {
|
|
1769
|
-
name: string;
|
|
1770
|
-
type: string;
|
|
1771
|
-
key?: string | number | bigint | undefined;
|
|
1772
|
-
internal?: boolean | undefined;
|
|
1773
|
-
config?: unknown;
|
|
1774
|
-
state?: {
|
|
1775
|
-
task: string | number | bigint;
|
|
1776
|
-
variant: string;
|
|
1777
|
-
details: string | unknown[] | Record<string, unknown> | null;
|
|
1778
|
-
key?: string | undefined;
|
|
1779
|
-
} | null | undefined;
|
|
1780
|
-
snapshot?: boolean | undefined;
|
|
1781
|
-
}>;
|
|
1782
|
-
|
|
1783
|
-
// Warning: (ae-missing-release-tag) "NewUser" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1784
|
-
//
|
|
1785
|
-
// @public (undocumented)
|
|
1786
|
-
type NewUser = z.infer<typeof newUserZ>;
|
|
1787
|
-
|
|
1788
|
-
// Warning: (ae-missing-release-tag) "newUserZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1789
|
-
//
|
|
1790
|
-
// @public (undocumented)
|
|
1791
|
-
const newUserZ: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
1792
|
-
key: z.ZodString;
|
|
1793
|
-
username: z.ZodString;
|
|
1794
|
-
firstName: z.ZodOptional<z.ZodString>;
|
|
1795
|
-
lastName: z.ZodOptional<z.ZodString>;
|
|
1796
|
-
}, "key">, {
|
|
1797
|
-
password: z.ZodString;
|
|
1798
|
-
}>, "strip", z.ZodTypeAny, {
|
|
1799
|
-
username: string;
|
|
1800
|
-
password: string;
|
|
1801
|
-
firstName?: string | undefined;
|
|
1802
|
-
lastName?: string | undefined;
|
|
1803
|
-
}, {
|
|
1804
|
-
username: string;
|
|
1805
|
-
password: string;
|
|
1806
|
-
firstName?: string | undefined;
|
|
1807
|
-
lastName?: string | undefined;
|
|
1808
|
-
}>;
|
|
1809
|
-
|
|
1810
|
-
// Warning: (ae-missing-release-tag) "NodeOntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1811
|
-
//
|
|
1812
|
-
// @public (undocumented)
|
|
1813
|
-
const NodeOntologyType: ResourceType;
|
|
1814
|
-
|
|
1815
|
-
// Warning: (ae-missing-release-tag) "NotFoundError" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1816
|
-
//
|
|
1817
|
-
// @public (undocumented)
|
|
1818
|
-
export class NotFoundError extends QueryError {
|
|
1819
|
-
// (undocumented)
|
|
1820
|
-
static readonly matches: (e: string | Error | unknown) => boolean;
|
|
1821
|
-
// (undocumented)
|
|
1822
|
-
static readonly TYPE: string;
|
|
1823
|
-
// (undocumented)
|
|
1824
|
-
type: string;
|
|
1825
|
-
}
|
|
1826
|
-
|
|
1827
|
-
export { NumericTelemValue }
|
|
1828
|
-
|
|
1829
|
-
// Warning: (ae-missing-release-tag) "Observable" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1830
|
-
//
|
|
1831
|
-
// @public (undocumented)
|
|
1832
|
-
interface Observable<K, V> extends observe_2.ObservableAsyncCloseable<Array<change_2.Change<K, V>>> {
|
|
1833
|
-
}
|
|
1834
|
-
|
|
1835
|
-
// Warning: (ae-missing-release-tag) "ObservableStreamer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1836
|
-
//
|
|
1837
|
-
// @public (undocumented)
|
|
1838
|
-
class ObservableStreamer<V = Frame> extends observe.Observer<Frame, V> implements observe.ObservableAsyncCloseable<V> {
|
|
1839
|
-
constructor(streamer: Streamer, transform?: observe.Transform<Frame, V>);
|
|
1840
|
-
// (undocumented)
|
|
1841
|
-
close(): Promise<void>;
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
declare namespace ontology {
|
|
1845
|
-
export {
|
|
1846
|
-
RetrieveOptions,
|
|
1847
|
-
parseIDs,
|
|
1848
|
-
Client_2 as Client,
|
|
1849
|
-
ChangeTracker,
|
|
1850
|
-
DependentTracker,
|
|
1851
|
-
ResourceChange,
|
|
1852
|
-
ResourceSet,
|
|
1853
|
-
ResourceDelete,
|
|
1854
|
-
RelationshipChange,
|
|
1855
|
-
RelationshipSet,
|
|
1856
|
-
RelationshipDelete,
|
|
1857
|
-
resourceTypeZ,
|
|
1858
|
-
ResourceType,
|
|
1859
|
-
BuiltinOntologyType,
|
|
1860
|
-
ClusterOntologyType,
|
|
1861
|
-
NodeOntologyType,
|
|
1862
|
-
idZ,
|
|
1863
|
-
IDPayload,
|
|
1864
|
-
stringIDZ,
|
|
1865
|
-
crudeIDZ,
|
|
1866
|
-
CrudeID,
|
|
1867
|
-
ID,
|
|
1868
|
-
Root,
|
|
1869
|
-
schemaFieldZ,
|
|
1870
|
-
SchemaField,
|
|
1871
|
-
schemaZ,
|
|
1872
|
-
Schema,
|
|
1873
|
-
resourceSchemaZ,
|
|
1874
|
-
Resource,
|
|
1875
|
-
RelationshipDirection,
|
|
1876
|
-
relationshipSchemaZ,
|
|
1877
|
-
Relationship,
|
|
1878
|
-
parseRelationship
|
|
1879
|
-
}
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
|
-
// Warning: (ae-missing-release-tag) "ontologyID" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1883
|
-
//
|
|
1884
|
-
// @public (undocumented)
|
|
1885
|
-
const ontologyID: (key: Key_3) => ontology.ID;
|
|
1886
|
-
|
|
1887
|
-
// Warning: (ae-missing-release-tag) "ontologyID" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1888
|
-
//
|
|
1889
|
-
// @public (undocumented)
|
|
1890
|
-
const ontologyID_10: (key: DeviceKey) => ontology.ID;
|
|
1891
|
-
|
|
1892
|
-
// Warning: (ae-missing-release-tag) "ontologyID" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1893
|
-
//
|
|
1894
|
-
// @public (undocumented)
|
|
1895
|
-
const ontologyID_2: (key: Key_2) => ontology.ID;
|
|
1896
|
-
|
|
1897
|
-
// Warning: (ae-missing-release-tag) "ontologyID" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1898
|
-
//
|
|
1899
|
-
// @public (undocumented)
|
|
1900
|
-
const ontologyID_3: (key: Key_5) => ontology.ID;
|
|
1901
|
-
|
|
1902
|
-
// Warning: (ae-missing-release-tag) "ontologyID" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1903
|
-
//
|
|
1904
|
-
// @public (undocumented)
|
|
1905
|
-
const ontologyID_4: (key: Key_6) => ontology.ID;
|
|
1906
|
-
|
|
1907
|
-
// Warning: (ae-missing-release-tag) "ontologyID" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1908
|
-
//
|
|
1909
|
-
// @public (undocumented)
|
|
1910
|
-
const ontologyID_7: (key: Key_7) => ontology.ID;
|
|
1911
|
-
|
|
1912
|
-
// Warning: (ae-missing-release-tag) "ontologyID" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1913
|
-
//
|
|
1914
|
-
// @public (undocumented)
|
|
1915
|
-
const ontologyID_8: (key: TaskKey) => ontology.ID;
|
|
1916
|
-
|
|
1917
|
-
// Warning: (ae-missing-release-tag) "ontologyID" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1918
|
-
//
|
|
1919
|
-
// @public (undocumented)
|
|
1920
|
-
const ontologyID_9: (key: RackKey) => ontology.ID;
|
|
1921
|
-
|
|
1922
|
-
// Warning: (ae-missing-release-tag) "OntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1923
|
-
//
|
|
1924
|
-
// @public (undocumented)
|
|
1925
|
-
const OntologyType: ontology.ResourceType;
|
|
1926
|
-
|
|
1927
|
-
// Warning: (ae-missing-release-tag) "openObservable" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1928
|
-
//
|
|
1929
|
-
// @public (undocumented)
|
|
1930
|
-
const openObservable: <K, V>(client: framer.Client, setChannel: channel.Key | channel.Name, deleteChannel: channel.Key | channel.Name, codec: Decoder<K, V>) => Promise<Observable<K, V>>;
|
|
1931
|
-
|
|
1932
|
-
// Warning: (ae-missing-release-tag) "PageOptions" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1933
|
-
//
|
|
1934
|
-
// @public (undocumented)
|
|
1935
|
-
type PageOptions = Omit<RetrieveOptions_2, "offset" | "limit">;
|
|
1936
|
-
|
|
1937
|
-
// Warning: (ae-missing-release-tag) "ParamAnalysisResult" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1938
|
-
//
|
|
1939
|
-
// @public (undocumented)
|
|
1940
|
-
type ParamAnalysisResult_3 = {
|
|
1941
|
-
single: true;
|
|
1942
|
-
variant: "keys";
|
|
1943
|
-
normalized: Keys_3;
|
|
1944
|
-
actual: Key_4;
|
|
1945
|
-
empty: never;
|
|
1946
|
-
} | {
|
|
1947
|
-
single: true;
|
|
1948
|
-
variant: "names";
|
|
1949
|
-
normalized: Names_3;
|
|
1950
|
-
actual: Name_3;
|
|
1951
|
-
empty: never;
|
|
1952
|
-
} | {
|
|
1953
|
-
single: false;
|
|
1954
|
-
variant: "keys";
|
|
1955
|
-
normalized: Keys_3;
|
|
1956
|
-
actual: Keys_3;
|
|
1957
|
-
empty: boolean;
|
|
1958
|
-
} | {
|
|
1959
|
-
single: false;
|
|
1960
|
-
variant: "names";
|
|
1961
|
-
normalized: Names_3;
|
|
1962
|
-
actual: Names_3;
|
|
1963
|
-
empty: boolean;
|
|
1964
|
-
};
|
|
1965
|
-
|
|
1966
|
-
// Warning: (ae-missing-release-tag) "Params" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1967
|
-
//
|
|
1968
|
-
// @public (undocumented)
|
|
1969
|
-
type Params_2 = Key_2 | Name_2 | Keys_2 | Names_2;
|
|
1970
|
-
|
|
1971
|
-
// Warning: (ae-missing-release-tag) "Params" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1972
|
-
//
|
|
1973
|
-
// @public (undocumented)
|
|
1974
|
-
type Params_3 = Key_3 | Key_3[];
|
|
1975
|
-
|
|
1976
|
-
// Warning: (ae-missing-release-tag) "Params" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1977
|
-
//
|
|
1978
|
-
// @public (undocumented)
|
|
1979
|
-
type Params_4 = Key_5 | Key_5[];
|
|
1980
|
-
|
|
1981
|
-
// Warning: (ae-missing-release-tag) "Params" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1982
|
-
//
|
|
1983
|
-
// @public (undocumented)
|
|
1984
|
-
type Params_5 = Key_4 | Name_3 | Keys_3 | Names_3;
|
|
1985
|
-
|
|
1986
|
-
// Warning: (ae-missing-release-tag) "Params" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1987
|
-
//
|
|
1988
|
-
// @public (undocumented)
|
|
1989
|
-
type Params_8 = Key_7 | Key_7[];
|
|
1990
|
-
|
|
1991
|
-
// Warning: (ae-missing-release-tag) "parseIDs" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1992
|
-
//
|
|
1993
|
-
// @public (undocumented)
|
|
1994
|
-
const parseIDs: (ids: CrudeID | CrudeID[] | string | string[]) => IDPayload[];
|
|
1995
|
-
|
|
1996
|
-
// Warning: (ae-missing-release-tag) "parseRelationship" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
1997
|
-
//
|
|
1998
|
-
// @public (undocumented)
|
|
1999
|
-
const parseRelationship: (str: string) => Relationship;
|
|
2000
|
-
|
|
2001
|
-
// Warning: (ae-missing-release-tag) "payload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2002
|
-
//
|
|
2003
|
-
// @public (undocumented)
|
|
2004
|
-
const payload: z.ZodObject<{
|
|
2005
|
-
name: z.ZodString;
|
|
2006
|
-
key: z.ZodNumber;
|
|
2007
|
-
rate: z.ZodUnion<[z.ZodEffects<z.ZodNumber, Rate, number>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, Rate, Number>, z.ZodType<Rate, z.ZodTypeDef, Rate>]>;
|
|
2008
|
-
dataType: z.ZodUnion<[z.ZodEffects<z.ZodString, DataType, string>, z.ZodType<DataType, z.ZodTypeDef, DataType>]>;
|
|
2009
|
-
leaseholder: z.ZodNumber;
|
|
2010
|
-
index: z.ZodNumber;
|
|
2011
|
-
isIndex: z.ZodBoolean;
|
|
2012
|
-
internal: z.ZodBoolean;
|
|
2013
|
-
virtual: z.ZodBoolean;
|
|
2014
|
-
alias: z.ZodOptional<z.ZodString>;
|
|
2015
|
-
}, "strip", z.ZodTypeAny, {
|
|
2016
|
-
name: string;
|
|
2017
|
-
key: number;
|
|
2018
|
-
rate: Rate;
|
|
2019
|
-
dataType: DataType;
|
|
2020
|
-
leaseholder: number;
|
|
2021
|
-
index: number;
|
|
2022
|
-
isIndex: boolean;
|
|
2023
|
-
internal: boolean;
|
|
2024
|
-
virtual: boolean;
|
|
2025
|
-
alias?: string | undefined;
|
|
2026
|
-
}, {
|
|
2027
|
-
name: string;
|
|
2028
|
-
key: number;
|
|
2029
|
-
rate: number | Number | Rate;
|
|
2030
|
-
dataType: string | DataType;
|
|
2031
|
-
leaseholder: number;
|
|
2032
|
-
index: number;
|
|
2033
|
-
isIndex: boolean;
|
|
2034
|
-
internal: boolean;
|
|
2035
|
-
virtual: boolean;
|
|
2036
|
-
alias?: string | undefined;
|
|
2037
|
-
}>;
|
|
2038
|
-
|
|
2039
|
-
// Warning: (ae-missing-release-tag) "Payload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2040
|
-
//
|
|
2041
|
-
// @public (undocumented)
|
|
2042
|
-
type Payload_2 = z.infer<typeof payload>;
|
|
2043
|
-
|
|
2044
|
-
// Warning: (ae-missing-release-tag) "Payload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2045
|
-
//
|
|
2046
|
-
// @public (undocumented)
|
|
2047
|
-
type Payload_3 = z.infer<typeof payloadZ>;
|
|
2048
|
-
|
|
2049
|
-
// Warning: (ae-missing-release-tag) "Payload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2050
|
-
//
|
|
2051
|
-
// @public (undocumented)
|
|
2052
|
-
type Payload_4<C extends UnknownRecord = UnknownRecord, D extends {} = UnknownRecord, T extends string = string> = Omit<z.output<typeof taskZ>, "config" | "type" | "state"> & {
|
|
2053
|
-
type: T;
|
|
2054
|
-
config: C;
|
|
2055
|
-
state?: State_2<D> | null;
|
|
2056
|
-
};
|
|
2057
|
-
|
|
2058
|
-
// Warning: (ae-missing-release-tag) "payloadZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2059
|
-
//
|
|
2060
|
-
// @public (undocumented)
|
|
2061
|
-
const payloadZ: z.ZodObject<{
|
|
2062
|
-
key: z.ZodString;
|
|
2063
|
-
name: z.ZodString;
|
|
2064
|
-
timeRange: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2065
|
-
start: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2066
|
-
value: z.ZodBigInt;
|
|
2067
|
-
}, "strip", z.ZodTypeAny, {
|
|
2068
|
-
value: bigint;
|
|
2069
|
-
}, {
|
|
2070
|
-
value: bigint;
|
|
2071
|
-
}>, TimeStamp, {
|
|
2072
|
-
value: bigint;
|
|
2073
|
-
}>, z.ZodEffects<z.ZodString, TimeStamp, string>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, TimeStamp, Number>, z.ZodEffects<z.ZodNumber, TimeStamp, number>, z.ZodType<TimeStamp, z.ZodTypeDef, TimeStamp>]>;
|
|
2074
|
-
end: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2075
|
-
value: z.ZodBigInt;
|
|
2076
|
-
}, "strip", z.ZodTypeAny, {
|
|
2077
|
-
value: bigint;
|
|
2078
|
-
}, {
|
|
2079
|
-
value: bigint;
|
|
2080
|
-
}>, TimeStamp, {
|
|
2081
|
-
value: bigint;
|
|
2082
|
-
}>, z.ZodEffects<z.ZodString, TimeStamp, string>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, TimeStamp, Number>, z.ZodEffects<z.ZodNumber, TimeStamp, number>, z.ZodType<TimeStamp, z.ZodTypeDef, TimeStamp>]>;
|
|
2083
|
-
}, "strip", z.ZodTypeAny, {
|
|
2084
|
-
start: TimeStamp;
|
|
2085
|
-
end: TimeStamp;
|
|
2086
|
-
}, {
|
|
2087
|
-
start: string | number | Number | TimeStamp | {
|
|
2088
|
-
value: bigint;
|
|
2089
|
-
};
|
|
2090
|
-
end: string | number | Number | TimeStamp | {
|
|
2091
|
-
value: bigint;
|
|
2092
|
-
};
|
|
2093
|
-
}>, TimeRange, {
|
|
2094
|
-
start: string | number | Number | TimeStamp | {
|
|
2095
|
-
value: bigint;
|
|
2096
|
-
};
|
|
2097
|
-
end: string | number | Number | TimeStamp | {
|
|
2098
|
-
value: bigint;
|
|
2099
|
-
};
|
|
2100
|
-
}>, z.ZodType<TimeRange, z.ZodTypeDef, TimeRange>]>;
|
|
2101
|
-
color: z.ZodOptional<z.ZodString>;
|
|
2102
|
-
}, "strip", z.ZodTypeAny, {
|
|
2103
|
-
name: string;
|
|
2104
|
-
key: string;
|
|
2105
|
-
timeRange: TimeRange;
|
|
2106
|
-
color?: string | undefined;
|
|
2107
|
-
}, {
|
|
2108
|
-
name: string;
|
|
2109
|
-
key: string;
|
|
2110
|
-
timeRange: TimeRange | {
|
|
2111
|
-
start: string | number | Number | TimeStamp | {
|
|
2112
|
-
value: bigint;
|
|
2113
|
-
};
|
|
2114
|
-
end: string | number | Number | TimeStamp | {
|
|
2115
|
-
value: bigint;
|
|
2116
|
-
};
|
|
2117
|
-
};
|
|
2118
|
-
color?: string | undefined;
|
|
2119
|
-
}>;
|
|
2120
|
-
|
|
2121
|
-
// Warning: (ae-missing-release-tag) "Policy" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2122
|
-
//
|
|
2123
|
-
// @public (undocumented)
|
|
2124
|
-
type Policy = z.infer<typeof policyZ>;
|
|
2125
|
-
|
|
2126
|
-
// Warning: (ae-missing-release-tag) "policyZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2127
|
-
//
|
|
2128
|
-
// @public (undocumented)
|
|
2129
|
-
const policyZ: z.ZodObject<{
|
|
2130
|
-
key: z.ZodString;
|
|
2131
|
-
subjects: z.ZodUnion<[z.ZodEffects<z.ZodNull, {
|
|
2132
|
-
key: string;
|
|
2133
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2134
|
-
}[], null>, z.ZodArray<z.ZodObject<{
|
|
2135
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
2136
|
-
key: z.ZodString;
|
|
2137
|
-
}, "strip", z.ZodTypeAny, {
|
|
2138
|
-
key: string;
|
|
2139
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2140
|
-
}, {
|
|
2141
|
-
key: string;
|
|
2142
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2143
|
-
}>, "many">]>;
|
|
2144
|
-
objects: z.ZodUnion<[z.ZodEffects<z.ZodNull, {
|
|
2145
|
-
key: string;
|
|
2146
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2147
|
-
}[], null>, z.ZodArray<z.ZodObject<{
|
|
2148
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
2149
|
-
key: z.ZodString;
|
|
2150
|
-
}, "strip", z.ZodTypeAny, {
|
|
2151
|
-
key: string;
|
|
2152
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2153
|
-
}, {
|
|
2154
|
-
key: string;
|
|
2155
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2156
|
-
}>, "many">]>;
|
|
2157
|
-
actions: z.ZodUnion<[z.ZodEffects<z.ZodNull, ("delete" | "all" | "create" | "retrieve" | "rename")[], null>, z.ZodArray<z.ZodUnion<[z.ZodLiteral<"all">, z.ZodLiteral<"create">, z.ZodLiteral<"delete">, z.ZodLiteral<"retrieve">, z.ZodLiteral<"rename">]>, "many">]>;
|
|
2158
|
-
}, "strip", z.ZodTypeAny, {
|
|
2159
|
-
key: string;
|
|
2160
|
-
subjects: {
|
|
2161
|
-
key: string;
|
|
2162
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2163
|
-
}[];
|
|
2164
|
-
objects: {
|
|
2165
|
-
key: string;
|
|
2166
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2167
|
-
}[];
|
|
2168
|
-
actions: ("delete" | "all" | "create" | "retrieve" | "rename")[];
|
|
2169
|
-
}, {
|
|
2170
|
-
key: string;
|
|
2171
|
-
subjects: {
|
|
2172
|
-
key: string;
|
|
2173
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2174
|
-
}[] | null;
|
|
2175
|
-
objects: {
|
|
2176
|
-
key: string;
|
|
2177
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2178
|
-
}[] | null;
|
|
2179
|
-
actions: ("delete" | "all" | "create" | "retrieve" | "rename")[] | null;
|
|
2180
|
-
}>;
|
|
2181
|
-
|
|
2182
|
-
// Warning: (ae-missing-release-tag) "PromiseFns" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2183
|
-
//
|
|
2184
|
-
// @public (undocumented)
|
|
2185
|
-
interface PromiseFns<T> {
|
|
2186
|
-
// (undocumented)
|
|
2187
|
-
reject: (reason?: any) => void;
|
|
2188
|
-
// (undocumented)
|
|
2189
|
-
resolve: (value: T) => void;
|
|
2190
|
-
}
|
|
2191
|
-
|
|
2192
|
-
// Warning: (ae-missing-release-tag) "QueryError" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2193
|
-
//
|
|
2194
|
-
// @public
|
|
2195
|
-
export class QueryError extends BaseTypedError {
|
|
2196
|
-
// (undocumented)
|
|
2197
|
-
static readonly matches: (e: string | Error | unknown) => boolean;
|
|
2198
|
-
// (undocumented)
|
|
2199
|
-
static readonly TYPE: string;
|
|
2200
|
-
// (undocumented)
|
|
2201
|
-
type: string;
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
// Warning: (ae-missing-release-tag) "Rack" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2205
|
-
//
|
|
2206
|
-
// @public (undocumented)
|
|
2207
|
-
class Rack {
|
|
2208
|
-
constructor(key: number, name: string, client: task.Client);
|
|
2209
|
-
// (undocumented)
|
|
2210
|
-
createTask<C extends UnknownRecord, D extends {} = UnknownRecord, T extends string = string>(task: task.NewTask<C, T>): Promise<task.Task<C, D, T>>;
|
|
2211
|
-
// (undocumented)
|
|
2212
|
-
deleteTask(task: bigint): Promise<void>;
|
|
2213
|
-
// (undocumented)
|
|
2214
|
-
key: number;
|
|
2215
|
-
// (undocumented)
|
|
2216
|
-
listTasks(): Promise<task.Task[]>;
|
|
2217
|
-
// (undocumented)
|
|
2218
|
-
name: string;
|
|
2219
|
-
// (undocumented)
|
|
2220
|
-
retrieveTaskByName(name: string): Promise<task.Task>;
|
|
2221
|
-
}
|
|
2222
|
-
|
|
2223
|
-
declare namespace rack {
|
|
2224
|
-
export {
|
|
2225
|
-
Client_15 as Client,
|
|
2226
|
-
Rack,
|
|
2227
|
-
rackKeyZ,
|
|
2228
|
-
RackKey,
|
|
2229
|
-
rackZ,
|
|
2230
|
-
RackPayload,
|
|
2231
|
-
newRackZ,
|
|
2232
|
-
NewRack,
|
|
2233
|
-
RackOntologyType,
|
|
2234
|
-
ontologyID_9 as ontologyID
|
|
2235
|
-
}
|
|
2236
|
-
}
|
|
2237
|
-
|
|
2238
|
-
// Warning: (ae-missing-release-tag) "RackKey" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2239
|
-
//
|
|
2240
|
-
// @public (undocumented)
|
|
2241
|
-
type RackKey = z.infer<typeof rackKeyZ>;
|
|
2242
|
-
|
|
2243
|
-
// Warning: (ae-missing-release-tag) "rackKeyZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2244
|
-
//
|
|
2245
|
-
// @public (undocumented)
|
|
2246
|
-
const rackKeyZ: z.ZodNumber;
|
|
2247
|
-
|
|
2248
|
-
// Warning: (ae-missing-release-tag) "RackOntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2249
|
-
//
|
|
2250
|
-
// @public (undocumented)
|
|
2251
|
-
const RackOntologyType: ontology.ResourceType;
|
|
2252
|
-
|
|
2253
|
-
// Warning: (ae-missing-release-tag) "RackPayload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2254
|
-
//
|
|
2255
|
-
// @public (undocumented)
|
|
2256
|
-
type RackPayload = z.infer<typeof rackZ>;
|
|
2257
|
-
|
|
2258
|
-
// Warning: (ae-missing-release-tag) "rackZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2259
|
-
//
|
|
2260
|
-
// @public (undocumented)
|
|
2261
|
-
const rackZ: z.ZodObject<{
|
|
2262
|
-
key: z.ZodNumber;
|
|
2263
|
-
name: z.ZodString;
|
|
2264
|
-
}, "strip", z.ZodTypeAny, {
|
|
2265
|
-
name: string;
|
|
2266
|
-
key: number;
|
|
2267
|
-
}, {
|
|
2268
|
-
name: string;
|
|
2269
|
-
key: number;
|
|
2270
|
-
}>;
|
|
2271
|
-
|
|
2272
|
-
// Warning: (ae-missing-release-tag) "Range" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2273
|
-
//
|
|
2274
|
-
// @public (undocumented)
|
|
2275
|
-
class Range_2 {
|
|
2276
|
-
// Warning: (ae-forgotten-export) The symbol "Aliaser" needs to be exported by the entry point index.d.ts
|
|
2277
|
-
constructor(name: string, timeRange: TimeRange_2 | undefined, key: string, color: string | undefined, _frameClient: framer.Client, _kv: KV, _aliaser: Aliaser, _channels: Retriever, _labelClient: label.Client, _ontologyClient: ontology.Client, _rangeClient: Client_7);
|
|
2278
|
-
// (undocumented)
|
|
2279
|
-
addLabel(...labels: label.Key[]): Promise<void>;
|
|
2280
|
-
// (undocumented)
|
|
2281
|
-
readonly channels: Retriever;
|
|
2282
|
-
// (undocumented)
|
|
2283
|
-
readonly color: string | undefined;
|
|
2284
|
-
// (undocumented)
|
|
2285
|
-
deleteAlias(...channels: Key_2[]): Promise<void>;
|
|
2286
|
-
// (undocumented)
|
|
2287
|
-
key: string;
|
|
2288
|
-
// (undocumented)
|
|
2289
|
-
readonly kv: KV;
|
|
2290
|
-
// (undocumented)
|
|
2291
|
-
labels(): Promise<Label[]>;
|
|
2292
|
-
// (undocumented)
|
|
2293
|
-
listAliases(): Promise<Record<Key_2, string>>;
|
|
2294
|
-
// (undocumented)
|
|
2295
|
-
name: string;
|
|
2296
|
-
// (undocumented)
|
|
2297
|
-
get ontologyID(): ontology.ID;
|
|
2298
|
-
// (undocumented)
|
|
2299
|
-
openAliasTracker(): Promise<signals.Observable<string, Alias>>;
|
|
2300
|
-
// (undocumented)
|
|
2301
|
-
openChildRangeTracker(): Promise<observe.ObservableAsyncCloseable<Range_2[]>>;
|
|
2302
|
-
// (undocumented)
|
|
2303
|
-
openParentRangeTracker(): Promise<observe.ObservableAsyncCloseable<Range_2> | null>;
|
|
2304
|
-
// (undocumented)
|
|
2305
|
-
get payload(): Payload_3;
|
|
2306
|
-
// (undocumented)
|
|
2307
|
-
read(channel: Key_4 | Name_3): Promise<Series>;
|
|
2308
|
-
// (undocumented)
|
|
2309
|
-
read(channels: Params_5): Promise<framer.Frame>;
|
|
2310
|
-
// (undocumented)
|
|
2311
|
-
removeLabel(...labels: label.Key[]): Promise<void>;
|
|
2312
|
-
// (undocumented)
|
|
2313
|
-
resolveAlias(alias: string): Promise<Key_2>;
|
|
2314
|
-
// (undocumented)
|
|
2315
|
-
retrieveChildren(): Promise<Range_2[]>;
|
|
2316
|
-
// (undocumented)
|
|
2317
|
-
retrieveParent(): Promise<Range_2 | null>;
|
|
2318
|
-
// (undocumented)
|
|
2319
|
-
setAlias(channel: Key_2 | Name_3, alias: string): Promise<void>;
|
|
2320
|
-
// (undocumented)
|
|
2321
|
-
readonly timeRange: TimeRange_2;
|
|
2322
|
-
}
|
|
2323
|
-
|
|
2324
|
-
// Warning: (ae-missing-release-tag) "rangeAliasOntologyID" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2325
|
-
//
|
|
2326
|
-
// @public (undocumented)
|
|
2327
|
-
const rangeAliasOntologyID: (key: Key_4) => ontology.ID;
|
|
2328
|
-
|
|
2329
|
-
// Warning: (ae-missing-release-tag) "RangeAliasOntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2330
|
-
//
|
|
2331
|
-
// @public (undocumented)
|
|
2332
|
-
const RangeAliasOntologyType: ontology.ResourceType;
|
|
2333
|
-
|
|
2334
|
-
// Warning: (ae-missing-release-tag) "rangeOntologyID" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2335
|
-
//
|
|
2336
|
-
// @public (undocumented)
|
|
2337
|
-
const rangeOntologyID: (key: Key_4) => ontology.ID;
|
|
2338
|
-
|
|
2339
|
-
// Warning: (ae-missing-release-tag) "RangeOntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2340
|
-
//
|
|
2341
|
-
// @public (undocumented)
|
|
2342
|
-
const RangeOntologyType: ontology.ResourceType;
|
|
2343
|
-
|
|
2344
|
-
declare namespace ranger {
|
|
2345
|
-
export {
|
|
2346
|
-
Alias,
|
|
2347
|
-
AliasChange,
|
|
2348
|
-
Range_2 as Range,
|
|
2349
|
-
RetrieveRequest_2 as RetrieveRequest,
|
|
2350
|
-
Client_7 as Client,
|
|
2351
|
-
GetRequest,
|
|
2352
|
-
SetRequest,
|
|
2353
|
-
DeleteRequest,
|
|
2354
|
-
KVPair,
|
|
2355
|
-
KV,
|
|
2356
|
-
keyZ_3 as keyZ,
|
|
2357
|
-
Key_4 as Key,
|
|
2358
|
-
Name_3 as Name,
|
|
2359
|
-
Keys_3 as Keys,
|
|
2360
|
-
Names_3 as Names,
|
|
2361
|
-
Params_5 as Params,
|
|
2362
|
-
payloadZ,
|
|
2363
|
-
Payload_3 as Payload,
|
|
2364
|
-
newPayloadZ,
|
|
2365
|
-
NewPayload_2 as NewPayload,
|
|
2366
|
-
ParamAnalysisResult_3 as ParamAnalysisResult,
|
|
2367
|
-
analyzeParams_2 as analyzeParams,
|
|
2368
|
-
RangeOntologyType,
|
|
2369
|
-
RangeAliasOntologyType,
|
|
2370
|
-
rangeOntologyID,
|
|
2371
|
-
rangeAliasOntologyID,
|
|
2372
|
-
CreateOptions_2 as CreateOptions,
|
|
2373
|
-
Writer_4 as Writer
|
|
2374
|
-
}
|
|
2375
|
-
}
|
|
2376
|
-
|
|
2377
|
-
export { Rate }
|
|
2378
|
-
|
|
2379
|
-
// Warning: (ae-missing-release-tag) "Relationship" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2380
|
-
//
|
|
2381
|
-
// @public (undocumented)
|
|
2382
|
-
type Relationship = z.infer<typeof relationshipSchemaZ>;
|
|
2383
|
-
|
|
2384
|
-
// Warning: (ae-missing-release-tag) "RelationshipChange" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2385
|
-
//
|
|
2386
|
-
// @public (undocumented)
|
|
2387
|
-
type RelationshipChange = change.Change<Relationship, undefined>;
|
|
2388
|
-
|
|
2389
|
-
// Warning: (ae-missing-release-tag) "RelationshipDelete" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2390
|
-
//
|
|
2391
|
-
// @public (undocumented)
|
|
2392
|
-
type RelationshipDelete = change.Delete<Relationship, undefined>;
|
|
2393
|
-
|
|
2394
|
-
// Warning: (ae-missing-release-tag) "RelationshipDirection" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2395
|
-
//
|
|
2396
|
-
// @public (undocumented)
|
|
2397
|
-
type RelationshipDirection = "from" | "to";
|
|
2398
|
-
|
|
2399
|
-
// Warning: (ae-missing-release-tag) "relationshipSchemaZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2400
|
-
//
|
|
2401
|
-
// @public (undocumented)
|
|
2402
|
-
const relationshipSchemaZ: z.ZodObject<{
|
|
2403
|
-
from: z.ZodUnion<[z.ZodType<ID, z.ZodTypeDef, ID>, z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
2404
|
-
type: ResourceType;
|
|
2405
|
-
key: string;
|
|
2406
|
-
}, string>, z.ZodObject<{
|
|
2407
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
2408
|
-
key: z.ZodString;
|
|
2409
|
-
}, "strip", z.ZodTypeAny, {
|
|
2410
|
-
key: string;
|
|
2411
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2412
|
-
}, {
|
|
2413
|
-
key: string;
|
|
2414
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2415
|
-
}>]>, ID, string | {
|
|
2416
|
-
key: string;
|
|
2417
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2418
|
-
}>]>;
|
|
2419
|
-
type: z.ZodString;
|
|
2420
|
-
to: z.ZodUnion<[z.ZodType<ID, z.ZodTypeDef, ID>, z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
2421
|
-
type: ResourceType;
|
|
2422
|
-
key: string;
|
|
2423
|
-
}, string>, z.ZodObject<{
|
|
2424
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
2425
|
-
key: z.ZodString;
|
|
2426
|
-
}, "strip", z.ZodTypeAny, {
|
|
2427
|
-
key: string;
|
|
2428
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2429
|
-
}, {
|
|
2430
|
-
key: string;
|
|
2431
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2432
|
-
}>]>, ID, string | {
|
|
2433
|
-
key: string;
|
|
2434
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2435
|
-
}>]>;
|
|
2436
|
-
}, "strip", z.ZodTypeAny, {
|
|
2437
|
-
type: string;
|
|
2438
|
-
from: ID;
|
|
2439
|
-
to: ID;
|
|
2440
|
-
}, {
|
|
2441
|
-
type: string;
|
|
2442
|
-
from: string | ID | {
|
|
2443
|
-
key: string;
|
|
2444
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2445
|
-
};
|
|
2446
|
-
to: string | ID | {
|
|
2447
|
-
key: string;
|
|
2448
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2449
|
-
};
|
|
2450
|
-
}>;
|
|
2451
|
-
|
|
2452
|
-
// Warning: (ae-missing-release-tag) "RelationshipSet" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2453
|
-
//
|
|
2454
|
-
// @public (undocumented)
|
|
2455
|
-
type RelationshipSet = change.Set<Relationship, undefined>;
|
|
2456
|
-
|
|
2457
|
-
// Warning: (ae-forgotten-export) The symbol "renameReqZ" needs to be exported by the entry point index.d.ts
|
|
2458
|
-
// Warning: (ae-missing-release-tag) "RenameProps" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2459
|
-
//
|
|
2460
|
-
// @public (undocumented)
|
|
2461
|
-
type RenameProps = z.input<typeof renameReqZ>;
|
|
2462
|
-
|
|
2463
|
-
// Warning: (ae-missing-release-tag) "Resource" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2464
|
-
//
|
|
2465
|
-
// @public (undocumented)
|
|
2466
|
-
type Resource<T extends UnknownRecord = UnknownRecord> = Omit<z.output<typeof resourceSchemaZ>, "data"> & {
|
|
2467
|
-
data?: T | null;
|
|
2468
|
-
};
|
|
2469
|
-
|
|
2470
|
-
// Warning: (ae-missing-release-tag) "ResourceChange" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2471
|
-
//
|
|
2472
|
-
// @public (undocumented)
|
|
2473
|
-
type ResourceChange = change.Change<ID, Resource>;
|
|
2474
|
-
|
|
2475
|
-
// Warning: (ae-missing-release-tag) "ResourceDelete" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2476
|
-
//
|
|
2477
|
-
// @public (undocumented)
|
|
2478
|
-
type ResourceDelete = change.Delete<ID, Resource>;
|
|
2479
|
-
|
|
2480
|
-
// Warning: (ae-missing-release-tag) "resourceSchemaZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2481
|
-
//
|
|
2482
|
-
// @public (undocumented)
|
|
2483
|
-
const resourceSchemaZ: z.ZodEffects<z.ZodObject<{
|
|
2484
|
-
id: z.ZodUnion<[z.ZodType<ID, z.ZodTypeDef, ID>, z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
2485
|
-
type: ResourceType;
|
|
2486
|
-
key: string;
|
|
2487
|
-
}, string>, z.ZodObject<{
|
|
2488
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
2489
|
-
key: z.ZodString;
|
|
2490
|
-
}, "strip", z.ZodTypeAny, {
|
|
2491
|
-
key: string;
|
|
2492
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2493
|
-
}, {
|
|
2494
|
-
key: string;
|
|
2495
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2496
|
-
}>]>, ID, string | {
|
|
2497
|
-
key: string;
|
|
2498
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2499
|
-
}>]>;
|
|
2500
|
-
name: z.ZodString;
|
|
2501
|
-
schema: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2502
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
2503
|
-
fields: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2504
|
-
type: z.ZodNumber;
|
|
2505
|
-
}, "strip", z.ZodTypeAny, {
|
|
2506
|
-
type: number;
|
|
2507
|
-
}, {
|
|
2508
|
-
type: number;
|
|
2509
|
-
}>>;
|
|
2510
|
-
}, "strip", z.ZodTypeAny, {
|
|
2511
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2512
|
-
fields: Record<string, {
|
|
2513
|
-
type: number;
|
|
2514
|
-
}>;
|
|
2515
|
-
}, {
|
|
2516
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2517
|
-
fields: Record<string, {
|
|
2518
|
-
type: number;
|
|
2519
|
-
}>;
|
|
2520
|
-
}>>>;
|
|
2521
|
-
data: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
2522
|
-
}, "strip", z.ZodTypeAny, {
|
|
2523
|
-
name: string;
|
|
2524
|
-
id: ID;
|
|
2525
|
-
data?: Record<string, unknown> | null | undefined;
|
|
2526
|
-
schema?: {
|
|
2527
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2528
|
-
fields: Record<string, {
|
|
2529
|
-
type: number;
|
|
2530
|
-
}>;
|
|
2531
|
-
} | null | undefined;
|
|
2532
|
-
}, {
|
|
2533
|
-
name: string;
|
|
2534
|
-
id: string | ID | {
|
|
2535
|
-
key: string;
|
|
2536
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2537
|
-
};
|
|
2538
|
-
data?: Record<string, unknown> | null | undefined;
|
|
2539
|
-
schema?: {
|
|
2540
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2541
|
-
fields: Record<string, {
|
|
2542
|
-
type: number;
|
|
2543
|
-
}>;
|
|
2544
|
-
} | null | undefined;
|
|
2545
|
-
}>, {
|
|
2546
|
-
name: string;
|
|
2547
|
-
id: ID;
|
|
2548
|
-
data?: Record<string, unknown> | null | undefined;
|
|
2549
|
-
schema?: {
|
|
2550
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2551
|
-
fields: Record<string, {
|
|
2552
|
-
type: number;
|
|
2553
|
-
}>;
|
|
2554
|
-
} | null | undefined;
|
|
2555
|
-
key: string;
|
|
2556
|
-
}, {
|
|
2557
|
-
name: string;
|
|
2558
|
-
id: string | ID | {
|
|
2559
|
-
key: string;
|
|
2560
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2561
|
-
};
|
|
2562
|
-
data?: Record<string, unknown> | null | undefined;
|
|
2563
|
-
schema?: {
|
|
2564
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2565
|
-
fields: Record<string, {
|
|
2566
|
-
type: number;
|
|
2567
|
-
}>;
|
|
2568
|
-
} | null | undefined;
|
|
2569
|
-
}>;
|
|
2570
|
-
|
|
2571
|
-
// Warning: (ae-missing-release-tag) "ResourceSet" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2572
|
-
//
|
|
2573
|
-
// @public (undocumented)
|
|
2574
|
-
type ResourceSet = change.Set<ID, Resource>;
|
|
2575
|
-
|
|
2576
|
-
// Warning: (ae-missing-release-tag) "ResourceType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2577
|
-
//
|
|
2578
|
-
// @public (undocumented)
|
|
2579
|
-
type ResourceType = z.infer<typeof resourceTypeZ>;
|
|
2580
|
-
|
|
2581
|
-
// Warning: (ae-missing-release-tag) "resourceTypeZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2582
|
-
//
|
|
2583
|
-
// @public (undocumented)
|
|
2584
|
-
const resourceTypeZ: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
2585
|
-
|
|
2586
|
-
// Warning: (ae-forgotten-export) The symbol "RetrieveRequest" needs to be exported by the entry point index.d.ts
|
|
2587
|
-
// Warning: (ae-missing-release-tag) "RetrieveOptions" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2588
|
-
//
|
|
2589
|
-
// @public (undocumented)
|
|
2590
|
-
type RetrieveOptions = Pick<RetrieveRequest, "includeSchema" | "excludeFieldData" | "types">;
|
|
2591
|
-
|
|
2592
|
-
// Warning: (ae-forgotten-export) The symbol "Request_2" needs to be exported by the entry point index.d.ts
|
|
2593
|
-
// Warning: (ae-missing-release-tag) "RetrieveOptions" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2594
|
-
//
|
|
2595
|
-
// @public (undocumented)
|
|
2596
|
-
type RetrieveOptions_2 = Omit<Request_2, "keys" | "names" | "search">;
|
|
2597
|
-
|
|
2598
|
-
// Warning: (ae-missing-release-tag) "RetrieveOptions" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2599
|
-
//
|
|
2600
|
-
// @public (undocumented)
|
|
2601
|
-
type RetrieveOptions_3 = Pick<RetrieveRequest_3, "rack" | "offset" | "limit" | "includeState">;
|
|
2602
|
-
|
|
2603
|
-
// Warning: (ae-forgotten-export) The symbol "RetrieveRequest_4" needs to be exported by the entry point index.d.ts
|
|
2604
|
-
// Warning: (ae-missing-release-tag) "RetrieveOptions" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2605
|
-
//
|
|
2606
|
-
// @public (undocumented)
|
|
2607
|
-
type RetrieveOptions_4 = Pick<RetrieveRequest_4, "limit" | "offset" | "makes">;
|
|
2608
|
-
|
|
2609
|
-
// Warning: (ae-missing-release-tag) "Retriever" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2610
|
-
//
|
|
2611
|
-
// @public (undocumented)
|
|
2612
|
-
interface Retriever {
|
|
2613
|
-
// (undocumented)
|
|
2614
|
-
page: (offset: number, limit: number, opts?: PageOptions) => Promise<Payload_2[]>;
|
|
2615
|
-
// (undocumented)
|
|
2616
|
-
retrieve: (channels: Params_2, opts?: RetrieveOptions_2) => Promise<Payload_2[]>;
|
|
2617
|
-
// (undocumented)
|
|
2618
|
-
search: (term: string, opts?: RetrieveOptions_2) => Promise<Payload_2[]>;
|
|
2619
|
-
}
|
|
2620
|
-
|
|
2621
|
-
// Warning: (ae-missing-release-tag) "Retriever" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2622
|
-
//
|
|
2623
|
-
// @public (undocumented)
|
|
2624
|
-
class Retriever_2 {
|
|
2625
|
-
constructor(client: UnaryClient);
|
|
2626
|
-
// (undocumented)
|
|
2627
|
-
retrieve(params: Params_3): Promise<Policy[]>;
|
|
2628
|
-
// (undocumented)
|
|
2629
|
-
retrieveFor(ids: ontology.IDPayload[]): Promise<Policy[]>;
|
|
2630
|
-
}
|
|
2631
|
-
|
|
2632
|
-
// Warning: (ae-missing-release-tag) "Retriever" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2633
|
-
//
|
|
2634
|
-
// @public (undocumented)
|
|
2635
|
-
class Retriever_3 {
|
|
2636
|
-
constructor(client: UnaryClient);
|
|
2637
|
-
// (undocumented)
|
|
2638
|
-
page(offset: number, limit: number): Promise<Label[]>;
|
|
2639
|
-
// (undocumented)
|
|
2640
|
-
retrieve(labels: Params_4): Promise<Label[]>;
|
|
2641
|
-
// (undocumented)
|
|
2642
|
-
retrieveFor(id: ontology.ID): Promise<Label[]>;
|
|
2643
|
-
// (undocumented)
|
|
2644
|
-
search(term: string): Promise<Label[]>;
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
|
-
// Warning: (ae-forgotten-export) The symbol "retrieveReqZ_2" needs to be exported by the entry point index.d.ts
|
|
2648
|
-
// Warning: (ae-missing-release-tag) "RetrieveRequest" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2649
|
-
//
|
|
2650
|
-
// @public (undocumented)
|
|
2651
|
-
type RetrieveRequest_2 = z.infer<typeof retrieveReqZ_2>;
|
|
2652
|
-
|
|
2653
|
-
// Warning: (ae-forgotten-export) The symbol "retrieveReqZ_3" needs to be exported by the entry point index.d.ts
|
|
2654
|
-
// Warning: (ae-missing-release-tag) "RetrieveRequest" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2655
|
-
//
|
|
2656
|
-
// @public (undocumented)
|
|
2657
|
-
type RetrieveRequest_3 = z.infer<typeof retrieveReqZ_3>;
|
|
2658
|
-
|
|
2659
|
-
// Warning: (ae-missing-release-tag) "retrieveRequired" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2660
|
-
//
|
|
2661
|
-
// @public (undocumented)
|
|
2662
|
-
const retrieveRequired: (r: Retriever, channels: Params_2) => Promise<Payload_2[]>;
|
|
2663
|
-
|
|
2664
|
-
// Warning: (ae-missing-release-tag) "Root" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2665
|
-
//
|
|
2666
|
-
// @public (undocumented)
|
|
2667
|
-
const Root: ID;
|
|
2668
|
-
|
|
2669
|
-
// Warning: (ae-missing-release-tag) "RouteError" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2670
|
-
//
|
|
2671
|
-
// @public
|
|
2672
|
-
export class RouteError extends BaseTypedError {
|
|
2673
|
-
constructor(message: string, path: string);
|
|
2674
|
-
// (undocumented)
|
|
2675
|
-
static readonly matches: (e: string | Error | unknown) => boolean;
|
|
2676
|
-
// (undocumented)
|
|
2677
|
-
path: string;
|
|
2678
|
-
// (undocumented)
|
|
2679
|
-
static readonly TYPE: string;
|
|
2680
|
-
// (undocumented)
|
|
2681
|
-
type: string;
|
|
2682
|
-
}
|
|
2683
|
-
|
|
2684
|
-
// Warning: (ae-missing-release-tag) "Schema" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2685
|
-
//
|
|
2686
|
-
// @public (undocumented)
|
|
2687
|
-
type Schema = z.infer<typeof schemaZ>;
|
|
2688
|
-
|
|
2689
|
-
// Warning: (ae-missing-release-tag) "SchemaField" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2690
|
-
//
|
|
2691
|
-
// @public (undocumented)
|
|
2692
|
-
type SchemaField = z.infer<typeof schemaFieldZ>;
|
|
2693
|
-
|
|
2694
|
-
// Warning: (ae-missing-release-tag) "schemaFieldZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2695
|
-
//
|
|
2696
|
-
// @public (undocumented)
|
|
2697
|
-
const schemaFieldZ: z.ZodObject<{
|
|
2698
|
-
type: z.ZodNumber;
|
|
2699
|
-
}, "strip", z.ZodTypeAny, {
|
|
2700
|
-
type: number;
|
|
2701
|
-
}, {
|
|
2702
|
-
type: number;
|
|
2703
|
-
}>;
|
|
2704
|
-
|
|
2705
|
-
// Warning: (ae-missing-release-tag) "schemaZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2706
|
-
//
|
|
2707
|
-
// @public (undocumented)
|
|
2708
|
-
const schemaZ: z.ZodObject<{
|
|
2709
|
-
type: z.ZodUnion<[z.ZodLiteral<"label">, z.ZodLiteral<"allow_all">, z.ZodLiteral<"builtin">, z.ZodLiteral<"cluster">, z.ZodLiteral<"channel">, z.ZodLiteral<"node">, z.ZodLiteral<"group">, z.ZodLiteral<"range">, z.ZodLiteral<"range-alias">, z.ZodLiteral<"user">, z.ZodLiteral<"workspace">, z.ZodLiteral<"schematic">, z.ZodLiteral<"lineplot">, z.ZodLiteral<"rack">, z.ZodLiteral<"device">, z.ZodLiteral<"task">, z.ZodLiteral<"policy">]>;
|
|
2710
|
-
fields: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2711
|
-
type: z.ZodNumber;
|
|
2712
|
-
}, "strip", z.ZodTypeAny, {
|
|
2713
|
-
type: number;
|
|
2714
|
-
}, {
|
|
2715
|
-
type: number;
|
|
2716
|
-
}>>;
|
|
2717
|
-
}, "strip", z.ZodTypeAny, {
|
|
2718
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2719
|
-
fields: Record<string, {
|
|
2720
|
-
type: number;
|
|
2721
|
-
}>;
|
|
2722
|
-
}, {
|
|
2723
|
-
type: "label" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy";
|
|
2724
|
-
fields: Record<string, {
|
|
2725
|
-
type: number;
|
|
2726
|
-
}>;
|
|
2727
|
-
}>;
|
|
2728
|
-
|
|
2729
|
-
export { Series }
|
|
2730
|
-
|
|
2731
|
-
// Warning: (ae-missing-release-tag) "series" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2732
|
-
//
|
|
2733
|
-
// @public (undocumented)
|
|
2734
|
-
const series: z.ZodObject<{
|
|
2735
|
-
timeRange: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2736
|
-
start: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2737
|
-
value: z.ZodBigInt;
|
|
2738
|
-
}, "strip", z.ZodTypeAny, {
|
|
2739
|
-
value: bigint;
|
|
2740
|
-
}, {
|
|
2741
|
-
value: bigint;
|
|
2742
|
-
}>, TimeStamp, {
|
|
2743
|
-
value: bigint;
|
|
2744
|
-
}>, z.ZodEffects<z.ZodString, TimeStamp, string>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, TimeStamp, Number>, z.ZodEffects<z.ZodNumber, TimeStamp, number>, z.ZodType<TimeStamp, z.ZodTypeDef, TimeStamp>]>;
|
|
2745
|
-
end: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2746
|
-
value: z.ZodBigInt;
|
|
2747
|
-
}, "strip", z.ZodTypeAny, {
|
|
2748
|
-
value: bigint;
|
|
2749
|
-
}, {
|
|
2750
|
-
value: bigint;
|
|
2751
|
-
}>, TimeStamp, {
|
|
2752
|
-
value: bigint;
|
|
2753
|
-
}>, z.ZodEffects<z.ZodString, TimeStamp, string>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, TimeStamp, Number>, z.ZodEffects<z.ZodNumber, TimeStamp, number>, z.ZodType<TimeStamp, z.ZodTypeDef, TimeStamp>]>;
|
|
2754
|
-
}, "strip", z.ZodTypeAny, {
|
|
2755
|
-
start: TimeStamp;
|
|
2756
|
-
end: TimeStamp;
|
|
2757
|
-
}, {
|
|
2758
|
-
start: string | number | Number | TimeStamp | {
|
|
2759
|
-
value: bigint;
|
|
2760
|
-
};
|
|
2761
|
-
end: string | number | Number | TimeStamp | {
|
|
2762
|
-
value: bigint;
|
|
2763
|
-
};
|
|
2764
|
-
}>, TimeRange, {
|
|
2765
|
-
start: string | number | Number | TimeStamp | {
|
|
2766
|
-
value: bigint;
|
|
2767
|
-
};
|
|
2768
|
-
end: string | number | Number | TimeStamp | {
|
|
2769
|
-
value: bigint;
|
|
2770
|
-
};
|
|
2771
|
-
}>, z.ZodType<TimeRange, z.ZodTypeDef, TimeRange>]>>;
|
|
2772
|
-
alignment: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodEffects<z.ZodString, bigint, string>]>>;
|
|
2773
|
-
dataType: z.ZodUnion<[z.ZodEffects<z.ZodString, DataType, string>, z.ZodType<DataType, z.ZodTypeDef, DataType>]>;
|
|
2774
|
-
data: z.ZodEffects<z.ZodString, ArrayBuffer | SharedArrayBuffer, string>;
|
|
2775
|
-
}, "strip", z.ZodTypeAny, {
|
|
2776
|
-
dataType: DataType;
|
|
2777
|
-
data: ArrayBuffer | SharedArrayBuffer;
|
|
2778
|
-
timeRange?: TimeRange | undefined;
|
|
2779
|
-
alignment?: bigint | undefined;
|
|
2780
|
-
}, {
|
|
2781
|
-
dataType: string | DataType;
|
|
2782
|
-
data: string;
|
|
2783
|
-
timeRange?: TimeRange | {
|
|
2784
|
-
start: string | number | Number | TimeStamp | {
|
|
2785
|
-
value: bigint;
|
|
2786
|
-
};
|
|
2787
|
-
end: string | number | Number | TimeStamp | {
|
|
2788
|
-
value: bigint;
|
|
2789
|
-
};
|
|
2790
|
-
} | undefined;
|
|
2791
|
-
alignment?: string | bigint | undefined;
|
|
2792
|
-
}>;
|
|
2793
|
-
|
|
2794
|
-
// Warning: (ae-missing-release-tag) "seriesFromPayload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2795
|
-
//
|
|
2796
|
-
// @public (undocumented)
|
|
2797
|
-
const seriesFromPayload: (series: SeriesPayload) => Series;
|
|
2798
|
-
|
|
2799
|
-
// Warning: (ae-missing-release-tag) "SeriesPayload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2800
|
-
//
|
|
2801
|
-
// @public (undocumented)
|
|
2802
|
-
type SeriesPayload = z.infer<typeof series>;
|
|
2803
|
-
|
|
2804
|
-
// Warning: (ae-missing-release-tag) "seriesToPayload" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2805
|
-
//
|
|
2806
|
-
// @public (undocumented)
|
|
2807
|
-
const seriesToPayload: (series: Series) => SeriesPayload;
|
|
2808
|
-
|
|
2809
|
-
// Warning: (ae-forgotten-export) The symbol "SetReq" needs to be exported by the entry point index.d.ts
|
|
2810
|
-
// Warning: (ae-missing-release-tag) "SetOptions" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2811
|
-
//
|
|
2812
|
-
// @public (undocumented)
|
|
2813
|
-
type SetOptions = Pick<SetReq, "replace">;
|
|
2814
|
-
|
|
2815
|
-
// Warning: (ae-forgotten-export) The symbol "setReqZ_2" needs to be exported by the entry point index.d.ts
|
|
2816
|
-
// Warning: (ae-missing-release-tag) "SetRequest" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2817
|
-
//
|
|
2818
|
-
// @public (undocumented)
|
|
2819
|
-
type SetRequest = z.infer<typeof setReqZ_2>;
|
|
2820
|
-
|
|
2821
|
-
declare namespace signals {
|
|
2822
|
-
export {
|
|
2823
|
-
Decoder,
|
|
2824
|
-
Observable,
|
|
2825
|
-
openObservable
|
|
2826
|
-
}
|
|
2827
|
-
}
|
|
2828
|
-
|
|
2829
|
-
// Warning: (ae-missing-release-tag) "State" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2830
|
-
//
|
|
2831
|
-
// @public (undocumented)
|
|
2832
|
-
type State = z.infer<typeof state>;
|
|
2833
|
-
|
|
2834
|
-
// Warning: (ae-missing-release-tag) "state" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2835
|
-
//
|
|
2836
|
-
// @public (undocumented)
|
|
2837
|
-
const state: z.ZodObject<{
|
|
2838
|
-
status: z.ZodEnum<["disconnected", "connecting", "connected", "failed"]>;
|
|
2839
|
-
error: z.ZodOptional<z.ZodType<Error, z.ZodTypeDef, Error>>;
|
|
2840
|
-
message: z.ZodOptional<z.ZodString>;
|
|
2841
|
-
clusterKey: z.ZodString;
|
|
2842
|
-
clientVersion: z.ZodString;
|
|
2843
|
-
clientServerCompatible: z.ZodBoolean;
|
|
2844
|
-
nodeVersion: z.ZodOptional<z.ZodString>;
|
|
2845
|
-
}, "strip", z.ZodTypeAny, {
|
|
2846
|
-
status: "disconnected" | "connecting" | "connected" | "failed";
|
|
2847
|
-
clusterKey: string;
|
|
2848
|
-
clientVersion: string;
|
|
2849
|
-
clientServerCompatible: boolean;
|
|
2850
|
-
message?: string | undefined;
|
|
2851
|
-
error?: Error | undefined;
|
|
2852
|
-
nodeVersion?: string | undefined;
|
|
2853
|
-
}, {
|
|
2854
|
-
status: "disconnected" | "connecting" | "connected" | "failed";
|
|
2855
|
-
clusterKey: string;
|
|
2856
|
-
clientVersion: string;
|
|
2857
|
-
clientServerCompatible: boolean;
|
|
2858
|
-
message?: string | undefined;
|
|
2859
|
-
error?: Error | undefined;
|
|
2860
|
-
nodeVersion?: string | undefined;
|
|
2861
|
-
}>;
|
|
2862
|
-
|
|
2863
|
-
// Warning: (ae-missing-release-tag) "State" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2864
|
-
//
|
|
2865
|
-
// @public (undocumented)
|
|
2866
|
-
type State_2<D extends {} = UnknownRecord> = Omit<z.infer<typeof stateZ>, "details"> & {
|
|
2867
|
-
details?: D;
|
|
2868
|
-
};
|
|
2869
|
-
|
|
2870
|
-
// Warning: (ae-missing-release-tag) "State" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2871
|
-
//
|
|
2872
|
-
// @public (undocumented)
|
|
2873
|
-
type State_3 = control_2.State<Key_2>;
|
|
2874
|
-
|
|
2875
|
-
// Warning: (ae-missing-release-tag) "StateObservable" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2876
|
-
//
|
|
2877
|
-
// @public (undocumented)
|
|
2878
|
-
type StateObservable<D extends UnknownRecord = UnknownRecord> = observe.ObservableAsyncCloseable<State_2<D>>;
|
|
2879
|
-
|
|
2880
|
-
// Warning: (ae-missing-release-tag) "StateTracker" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2881
|
-
//
|
|
2882
|
-
// @public (undocumented)
|
|
2883
|
-
class StateTracker extends framer.ObservableStreamer<Transfer[]> implements observe_2.ObservableAsyncCloseable<Transfer[]> {
|
|
2884
|
-
constructor(streamer: Streamer);
|
|
2885
|
-
// (undocumented)
|
|
2886
|
-
readonly states: Map<Key_2, State_3>;
|
|
2887
|
-
// (undocumented)
|
|
2888
|
-
subjects(): Subject[];
|
|
2889
|
-
}
|
|
2890
|
-
|
|
2891
|
-
// Warning: (ae-missing-release-tag) "stateZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2892
|
-
//
|
|
2893
|
-
// @public (undocumented)
|
|
2894
|
-
const stateZ: z.ZodObject<{
|
|
2895
|
-
task: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodBigInt, string, bigint>, z.ZodEffects<z.ZodNumber, string, number>]>;
|
|
2896
|
-
variant: z.ZodString;
|
|
2897
|
-
key: z.ZodOptional<z.ZodString>;
|
|
2898
|
-
details: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodEffects<z.ZodString, any, string>]>, z.ZodArray<z.ZodUnknown, "many">]>, z.ZodNull]>;
|
|
2899
|
-
}, "strip", z.ZodTypeAny, {
|
|
2900
|
-
task: string;
|
|
2901
|
-
variant: string;
|
|
2902
|
-
key?: string | undefined;
|
|
2903
|
-
details?: any;
|
|
2904
|
-
}, {
|
|
2905
|
-
task: string | number | bigint;
|
|
2906
|
-
variant: string;
|
|
2907
|
-
details: string | unknown[] | Record<string, unknown> | null;
|
|
2908
|
-
key?: string | undefined;
|
|
2909
|
-
}>;
|
|
2910
|
-
|
|
2911
|
-
// Warning: (ae-missing-release-tag) "stateZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2912
|
-
//
|
|
2913
|
-
// @public (undocumented)
|
|
2914
|
-
const stateZ_2: z.ZodObject<{
|
|
2915
|
-
subject: z.ZodObject<{
|
|
2916
|
-
name: z.ZodString;
|
|
2917
|
-
key: z.ZodString;
|
|
2918
|
-
}, "strip", z.ZodTypeAny, {
|
|
2919
|
-
key: string;
|
|
2920
|
-
name: string;
|
|
2921
|
-
}, {
|
|
2922
|
-
key: string;
|
|
2923
|
-
name: string;
|
|
2924
|
-
}>;
|
|
2925
|
-
resource: z.ZodNumber;
|
|
2926
|
-
authority: z.ZodUnion<[z.ZodType<control_2.Authority, z.ZodTypeDef, control_2.Authority>, z.ZodEffects<z.ZodNumber, control_2.Authority, number>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, control_2.Authority, Number>]>;
|
|
2927
|
-
}, "strip", z.ZodTypeAny, {
|
|
2928
|
-
subject: {
|
|
2929
|
-
key: string;
|
|
2930
|
-
name: string;
|
|
2931
|
-
};
|
|
2932
|
-
resource: number;
|
|
2933
|
-
authority: control_2.Authority;
|
|
2934
|
-
}, {
|
|
2935
|
-
subject: {
|
|
2936
|
-
key: string;
|
|
2937
|
-
name: string;
|
|
2938
|
-
};
|
|
2939
|
-
resource: number;
|
|
2940
|
-
authority: number | Number | control_2.Authority;
|
|
2941
|
-
}>;
|
|
2942
|
-
|
|
2943
|
-
// Warning: (ae-missing-release-tag) "Status" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2944
|
-
//
|
|
2945
|
-
// @public (undocumented)
|
|
2946
|
-
type Status = z.infer<typeof status_2>;
|
|
2947
|
-
|
|
2948
|
-
// Warning: (ae-missing-release-tag) "status" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2949
|
-
//
|
|
2950
|
-
// @public (undocumented)
|
|
2951
|
-
const status_2: z.ZodEnum<["disconnected", "connecting", "connected", "failed"]>;
|
|
2952
|
-
|
|
2953
|
-
// Warning: (ae-missing-release-tag) "Streamer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2954
|
-
//
|
|
2955
|
-
// @public (undocumented)
|
|
2956
|
-
class Streamer implements AsyncIterator<Frame>, AsyncIterable<Frame> {
|
|
2957
|
-
// (undocumented)
|
|
2958
|
-
[Symbol.asyncIterator](): AsyncIterator<Frame, any, undefined>;
|
|
2959
|
-
// (undocumented)
|
|
2960
|
-
close(): void;
|
|
2961
|
-
// (undocumented)
|
|
2962
|
-
get keys(): Key_2[];
|
|
2963
|
-
// (undocumented)
|
|
2964
|
-
next(): Promise<IteratorResult<Frame, any>>;
|
|
2965
|
-
// (undocumented)
|
|
2966
|
-
static _open(retriever: Retriever, client: StreamClient, { channels }: StreamerConfig): Promise<Streamer>;
|
|
2967
|
-
// (undocumented)
|
|
2968
|
-
read(): Promise<Frame>;
|
|
2969
|
-
// (undocumented)
|
|
2970
|
-
update(channels: Params_2): Promise<void>;
|
|
2971
|
-
}
|
|
2972
|
-
|
|
2973
|
-
// Warning: (ae-missing-release-tag) "StreamerConfig" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2974
|
-
//
|
|
2975
|
-
// @public (undocumented)
|
|
2976
|
-
interface StreamerConfig {
|
|
2977
|
-
// (undocumented)
|
|
2978
|
-
channels: Params_2;
|
|
2979
|
-
}
|
|
2980
|
-
|
|
2981
|
-
// Warning: (ae-missing-release-tag) "stringIDZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2982
|
-
//
|
|
2983
|
-
// @public (undocumented)
|
|
2984
|
-
const stringIDZ: z.ZodEffects<z.ZodString, {
|
|
2985
|
-
type: ResourceType;
|
|
2986
|
-
key: string;
|
|
2987
|
-
}, string>;
|
|
2988
|
-
|
|
2989
|
-
// Warning: (ae-missing-release-tag) "Subject" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2990
|
-
//
|
|
2991
|
-
// @public (undocumented)
|
|
2992
|
-
type Subject = control_2.Subject;
|
|
2993
|
-
|
|
2994
|
-
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@property" is not defined in this configuration
|
|
2995
|
-
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@property" is not defined in this configuration
|
|
2996
|
-
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@property" is not defined in this configuration
|
|
2997
|
-
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@property" is not defined in this configuration
|
|
2998
|
-
// Warning: (ae-missing-release-tag) "Synnax" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
2999
|
-
//
|
|
3000
|
-
// @public
|
|
3001
|
-
export class Synnax extends framer.Client {
|
|
3002
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
3003
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
3004
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
3005
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
3006
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
3007
|
-
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
3008
|
-
constructor(props_: SynnaxProps);
|
|
3009
|
-
// (undocumented)
|
|
3010
|
-
readonly access: access.Client;
|
|
3011
|
-
// Warning: (ae-forgotten-export) The symbol "auth" needs to be exported by the entry point index.d.ts
|
|
3012
|
-
//
|
|
3013
|
-
// (undocumented)
|
|
3014
|
-
readonly auth: auth.Client | undefined;
|
|
3015
|
-
// (undocumented)
|
|
3016
|
-
readonly channels: channel.Client;
|
|
3017
|
-
readonly clientVersion: string;
|
|
3018
|
-
// (undocumented)
|
|
3019
|
-
close(): void;
|
|
3020
|
-
// (undocumented)
|
|
3021
|
-
readonly connectivity: connection.Checker;
|
|
3022
|
-
// (undocumented)
|
|
3023
|
-
static readonly connectivity: typeof connection.Checker;
|
|
3024
|
-
// (undocumented)
|
|
3025
|
-
readonly control: control.Client;
|
|
3026
|
-
// (undocumented)
|
|
3027
|
-
readonly createdAt: TimeStamp;
|
|
3028
|
-
// (undocumented)
|
|
3029
|
-
readonly hardware: hardware.Client;
|
|
3030
|
-
// (undocumented)
|
|
3031
|
-
get key(): string;
|
|
3032
|
-
// (undocumented)
|
|
3033
|
-
readonly labels: label.Client;
|
|
3034
|
-
// (undocumented)
|
|
3035
|
-
readonly ontology: ontology.Client;
|
|
3036
|
-
// Warning: (ae-forgotten-export) The symbol "ParsedSynnaxProps" needs to be exported by the entry point index.d.ts
|
|
3037
|
-
//
|
|
3038
|
-
// (undocumented)
|
|
3039
|
-
readonly props: ParsedSynnaxProps;
|
|
3040
|
-
// (undocumented)
|
|
3041
|
-
readonly ranges: ranger.Client;
|
|
3042
|
-
// (undocumented)
|
|
3043
|
-
readonly user: user.Client;
|
|
3044
|
-
// (undocumented)
|
|
3045
|
-
readonly workspaces: workspace.Client;
|
|
3046
|
-
}
|
|
3047
|
-
|
|
3048
|
-
// Warning: (ae-missing-release-tag) "SynnaxProps" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3049
|
-
//
|
|
3050
|
-
// @public (undocumented)
|
|
3051
|
-
export type SynnaxProps = z.input<typeof synnaxPropsZ>;
|
|
3052
|
-
|
|
3053
|
-
// Warning: (ae-missing-release-tag) "synnaxPropsZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3054
|
-
//
|
|
3055
|
-
// @public (undocumented)
|
|
3056
|
-
export const synnaxPropsZ: z.ZodObject<{
|
|
3057
|
-
host: z.ZodString;
|
|
3058
|
-
port: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
3059
|
-
username: z.ZodString;
|
|
3060
|
-
password: z.ZodString;
|
|
3061
|
-
connectivityPollFrequency: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
3062
|
-
value: z.ZodBigInt;
|
|
3063
|
-
}, "strip", z.ZodTypeAny, {
|
|
3064
|
-
value: bigint;
|
|
3065
|
-
}, {
|
|
3066
|
-
value: bigint;
|
|
3067
|
-
}>, TimeSpan, {
|
|
3068
|
-
value: bigint;
|
|
3069
|
-
}>, z.ZodEffects<z.ZodString, TimeSpan, string>, z.ZodEffects<z.ZodType<Number, z.ZodTypeDef, Number>, TimeSpan, Number>, z.ZodEffects<z.ZodNumber, TimeSpan, number>, z.ZodType<TimeSpan, z.ZodTypeDef, TimeSpan>]>>;
|
|
3070
|
-
secure: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3071
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3072
|
-
}, "strip", z.ZodTypeAny, {
|
|
3073
|
-
username: string;
|
|
3074
|
-
password: string;
|
|
3075
|
-
host: string;
|
|
3076
|
-
port: string | number;
|
|
3077
|
-
connectivityPollFrequency: TimeSpan;
|
|
3078
|
-
secure: boolean;
|
|
3079
|
-
name?: string | undefined;
|
|
3080
|
-
}, {
|
|
3081
|
-
username: string;
|
|
3082
|
-
password: string;
|
|
3083
|
-
host: string;
|
|
3084
|
-
port: string | number;
|
|
3085
|
-
name?: string | undefined;
|
|
3086
|
-
connectivityPollFrequency?: string | number | Number | TimeSpan | {
|
|
3087
|
-
value: bigint;
|
|
3088
|
-
} | undefined;
|
|
3089
|
-
secure?: boolean | undefined;
|
|
3090
|
-
}>;
|
|
3091
|
-
|
|
3092
|
-
// Warning: (ae-missing-release-tag) "Task" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3093
|
-
//
|
|
3094
|
-
// @public (undocumented)
|
|
3095
|
-
class Task<C extends UnknownRecord_2 = UnknownRecord_2, D extends {} = UnknownRecord_2, T extends string = string> {
|
|
3096
|
-
constructor(key: TaskKey, name: string, type: T, config: C, internal?: boolean, snapshot?: boolean, state?: State_2<D> | null, frameClient?: framer.Client | null, ontologyClient?: ontology.Client | null, rangeClient?: ranger.Client | null);
|
|
3097
|
-
// (undocumented)
|
|
3098
|
-
readonly config: C;
|
|
3099
|
-
// (undocumented)
|
|
3100
|
-
executeCommand(type: string, args?: UnknownRecord_2): Promise<string>;
|
|
3101
|
-
// (undocumented)
|
|
3102
|
-
executeCommandSync<D extends UnknownRecord_2 = UnknownRecord_2>(type: string, args: UnknownRecord_2, timeout: CrudeTimeSpan): Promise<State_2<D>>;
|
|
3103
|
-
// (undocumented)
|
|
3104
|
-
readonly internal: boolean;
|
|
3105
|
-
// (undocumented)
|
|
3106
|
-
readonly key: TaskKey;
|
|
3107
|
-
// (undocumented)
|
|
3108
|
-
readonly name: string;
|
|
3109
|
-
// (undocumented)
|
|
3110
|
-
get ontologyID(): ontology.ID;
|
|
3111
|
-
// (undocumented)
|
|
3112
|
-
openStateObserver<D extends UnknownRecord_2 = UnknownRecord_2>(): Promise<StateObservable<D>>;
|
|
3113
|
-
// (undocumented)
|
|
3114
|
-
get payload(): Payload_4<C, D>;
|
|
3115
|
-
// (undocumented)
|
|
3116
|
-
readonly snapshot: boolean;
|
|
3117
|
-
// (undocumented)
|
|
3118
|
-
snapshottedTo(): Promise<ontology.Resource | null>;
|
|
3119
|
-
// (undocumented)
|
|
3120
|
-
state?: State_2<D>;
|
|
3121
|
-
// (undocumented)
|
|
3122
|
-
readonly type: T;
|
|
3123
|
-
}
|
|
3124
|
-
|
|
3125
|
-
declare namespace task {
|
|
3126
|
-
export {
|
|
3127
|
-
Task,
|
|
3128
|
-
RetrieveRequest_3 as RetrieveRequest,
|
|
3129
|
-
RetrieveOptions_3 as RetrieveOptions,
|
|
3130
|
-
Client_14 as Client,
|
|
3131
|
-
taskKeyZ,
|
|
3132
|
-
TaskKey,
|
|
3133
|
-
stateZ,
|
|
3134
|
-
State_2 as State,
|
|
3135
|
-
taskZ,
|
|
3136
|
-
newTaskZ,
|
|
3137
|
-
NewTask,
|
|
3138
|
-
Payload_4 as Payload,
|
|
3139
|
-
commandZ,
|
|
3140
|
-
StateObservable,
|
|
3141
|
-
DeviceOntologyType,
|
|
3142
|
-
ontologyID_8 as ontologyID
|
|
3143
|
-
}
|
|
3144
|
-
}
|
|
3145
|
-
|
|
3146
|
-
// Warning: (ae-missing-release-tag) "TaskKey" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3147
|
-
//
|
|
3148
|
-
// @public (undocumented)
|
|
3149
|
-
type TaskKey = z.infer<typeof taskKeyZ>;
|
|
3150
|
-
|
|
3151
|
-
// Warning: (ae-missing-release-tag) "taskKeyZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3152
|
-
//
|
|
3153
|
-
// @public (undocumented)
|
|
3154
|
-
const taskKeyZ: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodBigInt, string, bigint>, z.ZodEffects<z.ZodNumber, string, number>]>;
|
|
3155
|
-
|
|
3156
|
-
// Warning: (ae-missing-release-tag) "taskZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3157
|
-
//
|
|
3158
|
-
// @public (undocumented)
|
|
3159
|
-
const taskZ: z.ZodObject<{
|
|
3160
|
-
key: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodBigInt, string, bigint>, z.ZodEffects<z.ZodNumber, string, number>]>;
|
|
3161
|
-
name: z.ZodString;
|
|
3162
|
-
type: z.ZodString;
|
|
3163
|
-
internal: z.ZodOptional<z.ZodBoolean>;
|
|
3164
|
-
config: z.ZodType<UnknownRecord>;
|
|
3165
|
-
state: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3166
|
-
task: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodBigInt, string, bigint>, z.ZodEffects<z.ZodNumber, string, number>]>;
|
|
3167
|
-
variant: z.ZodString;
|
|
3168
|
-
key: z.ZodOptional<z.ZodString>;
|
|
3169
|
-
details: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodEffects<z.ZodString, any, string>]>, z.ZodArray<z.ZodUnknown, "many">]>, z.ZodNull]>;
|
|
3170
|
-
}, "strip", z.ZodTypeAny, {
|
|
3171
|
-
task: string;
|
|
3172
|
-
variant: string;
|
|
3173
|
-
key?: string | undefined;
|
|
3174
|
-
details?: any;
|
|
3175
|
-
}, {
|
|
3176
|
-
task: string | number | bigint;
|
|
3177
|
-
variant: string;
|
|
3178
|
-
details: string | unknown[] | Record<string, unknown> | null;
|
|
3179
|
-
key?: string | undefined;
|
|
3180
|
-
}>>>;
|
|
3181
|
-
snapshot: z.ZodOptional<z.ZodBoolean>;
|
|
3182
|
-
}, "strip", z.ZodTypeAny, {
|
|
3183
|
-
name: string;
|
|
3184
|
-
key: string;
|
|
3185
|
-
type: string;
|
|
3186
|
-
config: UnknownRecord;
|
|
3187
|
-
internal?: boolean | undefined;
|
|
3188
|
-
state?: {
|
|
3189
|
-
task: string;
|
|
3190
|
-
variant: string;
|
|
3191
|
-
key?: string | undefined;
|
|
3192
|
-
details?: any;
|
|
3193
|
-
} | null | undefined;
|
|
3194
|
-
snapshot?: boolean | undefined;
|
|
3195
|
-
}, {
|
|
3196
|
-
name: string;
|
|
3197
|
-
key: string | number | bigint;
|
|
3198
|
-
type: string;
|
|
3199
|
-
config: UnknownRecord;
|
|
3200
|
-
internal?: boolean | undefined;
|
|
3201
|
-
state?: {
|
|
3202
|
-
task: string | number | bigint;
|
|
3203
|
-
variant: string;
|
|
3204
|
-
details: string | unknown[] | Record<string, unknown> | null;
|
|
3205
|
-
key?: string | undefined;
|
|
3206
|
-
} | null | undefined;
|
|
3207
|
-
snapshot?: boolean | undefined;
|
|
3208
|
-
}>;
|
|
3209
|
-
|
|
3210
|
-
export { TelemValue }
|
|
3211
|
-
|
|
3212
|
-
export { TimeRange }
|
|
3213
|
-
|
|
3214
|
-
export { TimeSpan }
|
|
3215
|
-
|
|
3216
|
-
export { TimeStamp }
|
|
3217
|
-
|
|
3218
|
-
export { TimeStampStringFormat }
|
|
3219
|
-
|
|
3220
|
-
// Warning: (ae-missing-release-tag) "Transfer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3221
|
-
//
|
|
3222
|
-
// @public (undocumented)
|
|
3223
|
-
type Transfer = control_2.Transfer<Key_2>;
|
|
3224
|
-
|
|
3225
|
-
// Warning: (ae-missing-release-tag) "transferString" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3226
|
-
//
|
|
3227
|
-
// @public (undocumented)
|
|
3228
|
-
const transferString: (t: Transfer) => string;
|
|
3229
|
-
|
|
3230
|
-
export { TypedArray }
|
|
3231
|
-
|
|
3232
|
-
export { TZInfo }
|
|
3233
|
-
|
|
3234
|
-
// Warning: (ae-missing-release-tag) "UnexpectedError" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3235
|
-
//
|
|
3236
|
-
// @public
|
|
3237
|
-
export class UnexpectedError extends BaseTypedError {
|
|
3238
|
-
constructor(message: string);
|
|
3239
|
-
// (undocumented)
|
|
3240
|
-
static readonly matches: (e: string | Error | unknown) => boolean;
|
|
3241
|
-
// (undocumented)
|
|
3242
|
-
static readonly TYPE: string;
|
|
3243
|
-
// (undocumented)
|
|
3244
|
-
type: string;
|
|
3245
|
-
}
|
|
3246
|
-
|
|
3247
|
-
// Warning: (ae-missing-release-tag) "User" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3248
|
-
//
|
|
3249
|
-
// @public (undocumented)
|
|
3250
|
-
type User = z.infer<typeof userZ>;
|
|
3251
|
-
|
|
3252
|
-
declare namespace user {
|
|
3253
|
-
export {
|
|
3254
|
-
Client_9 as Client,
|
|
3255
|
-
keyZ_6 as keyZ,
|
|
3256
|
-
Key_6 as Key,
|
|
3257
|
-
userZ,
|
|
3258
|
-
User,
|
|
3259
|
-
newUserZ,
|
|
3260
|
-
NewUser,
|
|
3261
|
-
UserOntologyType,
|
|
3262
|
-
ontologyID_4 as ontologyID
|
|
3263
|
-
}
|
|
3264
|
-
}
|
|
3265
|
-
|
|
3266
|
-
// Warning: (ae-missing-release-tag) "UserOntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3267
|
-
//
|
|
3268
|
-
// @public (undocumented)
|
|
3269
|
-
const UserOntologyType: ontology.ResourceType;
|
|
3270
|
-
|
|
3271
|
-
// Warning: (ae-missing-release-tag) "userZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3272
|
-
//
|
|
3273
|
-
// @public (undocumented)
|
|
3274
|
-
const userZ: z.ZodObject<{
|
|
3275
|
-
key: z.ZodString;
|
|
3276
|
-
username: z.ZodString;
|
|
3277
|
-
firstName: z.ZodOptional<z.ZodString>;
|
|
3278
|
-
lastName: z.ZodOptional<z.ZodString>;
|
|
3279
|
-
}, "strip", z.ZodTypeAny, {
|
|
3280
|
-
key: string;
|
|
3281
|
-
username: string;
|
|
3282
|
-
firstName?: string | undefined;
|
|
3283
|
-
lastName?: string | undefined;
|
|
3284
|
-
}, {
|
|
3285
|
-
key: string;
|
|
3286
|
-
username: string;
|
|
3287
|
-
firstName?: string | undefined;
|
|
3288
|
-
lastName?: string | undefined;
|
|
3289
|
-
}>;
|
|
3290
|
-
|
|
3291
|
-
// Warning: (ae-missing-release-tag) "ValidationError" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3292
|
-
//
|
|
3293
|
-
// @public
|
|
3294
|
-
export class ValidationError extends BaseTypedError {
|
|
3295
|
-
// (undocumented)
|
|
3296
|
-
static readonly matches: (e: string | Error | unknown) => boolean;
|
|
3297
|
-
// (undocumented)
|
|
3298
|
-
static readonly TYPE: string;
|
|
3299
|
-
// (undocumented)
|
|
3300
|
-
type: string;
|
|
3301
|
-
}
|
|
3302
|
-
|
|
3303
|
-
// Warning: (ae-missing-release-tag) "Workspace" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3304
|
-
//
|
|
3305
|
-
// @public (undocumented)
|
|
3306
|
-
type Workspace = z.infer<typeof workspaceZ>;
|
|
3307
|
-
|
|
3308
|
-
declare namespace workspace {
|
|
3309
|
-
export {
|
|
3310
|
-
Client_10 as Client,
|
|
3311
|
-
keyZ_7 as keyZ,
|
|
3312
|
-
Key_7 as Key,
|
|
3313
|
-
Params_8 as Params,
|
|
3314
|
-
workspaceZ,
|
|
3315
|
-
workspaceRemoteZ,
|
|
3316
|
-
Workspace,
|
|
3317
|
-
WorkspaceOntologyType,
|
|
3318
|
-
ontologyID_7 as ontologyID
|
|
3319
|
-
}
|
|
3320
|
-
}
|
|
3321
|
-
|
|
3322
|
-
// Warning: (ae-missing-release-tag) "WorkspaceOntologyType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3323
|
-
//
|
|
3324
|
-
// @public (undocumented)
|
|
3325
|
-
const WorkspaceOntologyType: ontology.ResourceType;
|
|
3326
|
-
|
|
3327
|
-
// Warning: (ae-missing-release-tag) "workspaceRemoteZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3328
|
-
//
|
|
3329
|
-
// @public (undocumented)
|
|
3330
|
-
const workspaceRemoteZ: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
3331
|
-
name: z.ZodString;
|
|
3332
|
-
key: z.ZodString;
|
|
3333
|
-
layout: z.ZodUnion<[z.ZodRecord<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodSymbol]>, z.ZodUnknown>, z.ZodEffects<z.ZodString, UnknownRecord_2, string>]>;
|
|
3334
|
-
}, "layout">, {
|
|
3335
|
-
layout: z.ZodEffects<z.ZodString, UnknownRecord_2, string>;
|
|
3336
|
-
}>, "strip", z.ZodTypeAny, {
|
|
3337
|
-
name: string;
|
|
3338
|
-
key: string;
|
|
3339
|
-
layout: UnknownRecord_2;
|
|
3340
|
-
}, {
|
|
3341
|
-
name: string;
|
|
3342
|
-
key: string;
|
|
3343
|
-
layout: string;
|
|
3344
|
-
}>;
|
|
3345
|
-
|
|
3346
|
-
// Warning: (ae-missing-release-tag) "workspaceZ" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3347
|
-
//
|
|
3348
|
-
// @public (undocumented)
|
|
3349
|
-
const workspaceZ: z.ZodObject<{
|
|
3350
|
-
name: z.ZodString;
|
|
3351
|
-
key: z.ZodString;
|
|
3352
|
-
layout: z.ZodUnion<[z.ZodRecord<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodSymbol]>, z.ZodUnknown>, z.ZodEffects<z.ZodString, UnknownRecord_2, string>]>;
|
|
3353
|
-
}, "strip", z.ZodTypeAny, {
|
|
3354
|
-
name: string;
|
|
3355
|
-
key: string;
|
|
3356
|
-
layout: UnknownRecord_2 | Record<string | number | symbol, unknown>;
|
|
3357
|
-
}, {
|
|
3358
|
-
name: string;
|
|
3359
|
-
key: string;
|
|
3360
|
-
layout: string | Record<string | number | symbol, unknown>;
|
|
3361
|
-
}>;
|
|
3362
|
-
|
|
3363
|
-
// Warning: (ae-missing-release-tag) "Writer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3364
|
-
//
|
|
3365
|
-
// @public
|
|
3366
|
-
class Writer {
|
|
3367
|
-
close(): Promise<void>;
|
|
3368
|
-
commit(): Promise<boolean>;
|
|
3369
|
-
// (undocumented)
|
|
3370
|
-
error(): Promise<Error | null>;
|
|
3371
|
-
// Warning: (ae-forgotten-export) The symbol "Request_3" needs to be exported by the entry point index.d.ts
|
|
3372
|
-
// Warning: (ae-forgotten-export) The symbol "Response_2" needs to be exported by the entry point index.d.ts
|
|
3373
|
-
//
|
|
3374
|
-
// (undocumented)
|
|
3375
|
-
execute(req: Request_3): Promise<Response_2>;
|
|
3376
|
-
// (undocumented)
|
|
3377
|
-
static _open(retriever: Retriever, client: StreamClient, { channels, start, authorities, controlSubject: subject, mode, errOnUnauthorized, enableAutoCommit, autoIndexPersistInterval, }: WriterConfig): Promise<Writer>;
|
|
3378
|
-
// (undocumented)
|
|
3379
|
-
setAuthority(value: number): Promise<boolean>;
|
|
3380
|
-
// (undocumented)
|
|
3381
|
-
setAuthority(key: KeyOrName, authority: control_2.Authority): Promise<boolean>;
|
|
3382
|
-
// (undocumented)
|
|
3383
|
-
setAuthority(value: Record<KeyOrName, control_2.Authority>): Promise<boolean>;
|
|
3384
|
-
// (undocumented)
|
|
3385
|
-
write(channel: KeyOrName, data: CrudeSeries): Promise<boolean>;
|
|
3386
|
-
// (undocumented)
|
|
3387
|
-
write(channel: KeysOrNames, data: CrudeSeries[]): Promise<boolean>;
|
|
3388
|
-
// (undocumented)
|
|
3389
|
-
write(frame: CrudeFrame | Record<KeyOrName, CrudeSeries>): Promise<boolean>;
|
|
3390
|
-
// (undocumented)
|
|
3391
|
-
write(channelsOrData: Params_2 | Record<KeyOrName, CrudeSeries> | CrudeFrame, series?: CrudeSeries | CrudeSeries[]): Promise<boolean>;
|
|
3392
|
-
}
|
|
3393
|
-
|
|
3394
|
-
// Warning: (ae-missing-release-tag) "Writer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3395
|
-
//
|
|
3396
|
-
// @public (undocumented)
|
|
3397
|
-
class Writer_2 {
|
|
3398
|
-
constructor(client: UnaryClient, cache: CacheRetriever);
|
|
3399
|
-
// (undocumented)
|
|
3400
|
-
create(channels: NewPayload[]): Promise<Payload_2[]>;
|
|
3401
|
-
// (undocumented)
|
|
3402
|
-
delete(props: DeleteProps): Promise<void>;
|
|
3403
|
-
// (undocumented)
|
|
3404
|
-
rename(keys: Key_2[], names: string[]): Promise<void>;
|
|
3405
|
-
}
|
|
3406
|
-
|
|
3407
|
-
// Warning: (ae-missing-release-tag) "Writer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3408
|
-
//
|
|
3409
|
-
// @public (undocumented)
|
|
3410
|
-
class Writer_3 {
|
|
3411
|
-
constructor(client: UnaryClient);
|
|
3412
|
-
// (undocumented)
|
|
3413
|
-
create(labels: NewLabelPayload | NewLabelPayload[]): Promise<Label[]>;
|
|
3414
|
-
// (undocumented)
|
|
3415
|
-
delete(keys: Key_5 | Key_5[]): Promise<void>;
|
|
3416
|
-
// (undocumented)
|
|
3417
|
-
remove(id: ontology.ID, labels: Key_5[]): Promise<void>;
|
|
3418
|
-
// (undocumented)
|
|
3419
|
-
set(id: ontology.ID, labels: Key_5[], { replace }?: SetOptions): Promise<void>;
|
|
3420
|
-
}
|
|
3421
|
-
|
|
3422
|
-
// Warning: (ae-missing-release-tag) "Writer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3423
|
-
//
|
|
3424
|
-
// @public (undocumented)
|
|
3425
|
-
class Writer_4 {
|
|
3426
|
-
constructor(client: UnaryClient);
|
|
3427
|
-
// (undocumented)
|
|
3428
|
-
client: UnaryClient;
|
|
3429
|
-
// (undocumented)
|
|
3430
|
-
create(ranges: NewPayload_2[], options?: CreateOptions_2): Promise<Payload_3[]>;
|
|
3431
|
-
// (undocumented)
|
|
3432
|
-
delete(keys: string[]): Promise<void>;
|
|
3433
|
-
// (undocumented)
|
|
3434
|
-
rename(key: string, name: string): Promise<void>;
|
|
3435
|
-
}
|
|
3436
|
-
|
|
3437
|
-
// Warning: (ae-missing-release-tag) "WriterConfig" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3438
|
-
//
|
|
3439
|
-
// @public (undocumented)
|
|
3440
|
-
interface WriterConfig {
|
|
3441
|
-
// (undocumented)
|
|
3442
|
-
authorities?: control_2.Authority | control_2.Authority[];
|
|
3443
|
-
// (undocumented)
|
|
3444
|
-
autoIndexPersistInterval?: TimeSpan;
|
|
3445
|
-
// (undocumented)
|
|
3446
|
-
channels: Params_2;
|
|
3447
|
-
// (undocumented)
|
|
3448
|
-
controlSubject?: control_2.Subject;
|
|
3449
|
-
// (undocumented)
|
|
3450
|
-
enableAutoCommit?: boolean;
|
|
3451
|
-
// (undocumented)
|
|
3452
|
-
errOnUnauthorized?: boolean;
|
|
3453
|
-
// (undocumented)
|
|
3454
|
-
mode?: CrudeWriterMode;
|
|
3455
|
-
// (undocumented)
|
|
3456
|
-
start?: CrudeTimeStamp;
|
|
3457
|
-
}
|
|
3458
|
-
|
|
3459
|
-
// Warning: (ae-missing-release-tag) "WriterMode" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
|
3460
|
-
//
|
|
3461
|
-
// @public (undocumented)
|
|
3462
|
-
enum WriterMode {
|
|
3463
|
-
// (undocumented)
|
|
3464
|
-
Persist = 2,
|
|
3465
|
-
// (undocumented)
|
|
3466
|
-
PersistStream = 1,
|
|
3467
|
-
// (undocumented)
|
|
3468
|
-
Stream = 3
|
|
3469
|
-
}
|
|
3470
|
-
|
|
3471
|
-
// (No @packageDocumentation comment for this package)
|
|
3472
|
-
|
|
3473
|
-
```
|