@kubun/protocol 0.3.0 → 0.3.2
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/lib/models/cluster.d.ts +9 -9
- package/lib/models/cluster.d.ts.map +1 -1
- package/lib/models/cluster.js +0 -3
- package/lib/models/document.d.ts +14 -15
- package/lib/models/document.d.ts.map +1 -1
- package/lib/models/json-schema.d.ts +4 -4
- package/lib/models/json-schema.js +0 -1
- package/lib/services/graph.d.ts +18 -18
- package/lib/types.d.ts +9 -0
- package/lib/types.d.ts.map +1 -1
- package/package.json +1 -1
package/lib/models/cluster.d.ts
CHANGED
|
@@ -70,11 +70,11 @@ export declare const validateDocumentModel: import("@enkaku/schema").Validator<{
|
|
|
70
70
|
maxItems?: number | undefined;
|
|
71
71
|
minItems?: number | undefined;
|
|
72
72
|
uniqueItems?: boolean | undefined;
|
|
73
|
+
title?: string | undefined;
|
|
73
74
|
type: "array";
|
|
74
75
|
items: {
|
|
75
76
|
$ref: string;
|
|
76
77
|
};
|
|
77
|
-
title: string;
|
|
78
78
|
} | {
|
|
79
79
|
type: "object";
|
|
80
80
|
required: string[];
|
|
@@ -149,11 +149,11 @@ export declare const validateDocumentModel: import("@enkaku/schema").Validator<{
|
|
|
149
149
|
maxItems?: number | undefined;
|
|
150
150
|
minItems?: number | undefined;
|
|
151
151
|
uniqueItems?: boolean | undefined;
|
|
152
|
+
title?: string | undefined;
|
|
152
153
|
type: "array";
|
|
153
154
|
items: {
|
|
154
155
|
$ref: string;
|
|
155
156
|
};
|
|
156
|
-
title: string;
|
|
157
157
|
} | {
|
|
158
158
|
type: "object";
|
|
159
159
|
required: string[];
|
|
@@ -228,11 +228,11 @@ export declare const validateDocumentModel: import("@enkaku/schema").Validator<{
|
|
|
228
228
|
maxItems?: number | undefined;
|
|
229
229
|
minItems?: number | undefined;
|
|
230
230
|
uniqueItems?: boolean | undefined;
|
|
231
|
+
title?: string | undefined;
|
|
231
232
|
type: "array";
|
|
232
233
|
items: {
|
|
233
234
|
$ref: string;
|
|
234
235
|
};
|
|
235
|
-
title: string;
|
|
236
236
|
} | {
|
|
237
237
|
type: "object";
|
|
238
238
|
required: string[];
|
|
@@ -476,7 +476,7 @@ export declare const clusterModel: {
|
|
|
476
476
|
readonly type: "integer";
|
|
477
477
|
};
|
|
478
478
|
};
|
|
479
|
-
readonly required: readonly ["type", "
|
|
479
|
+
readonly required: readonly ["type", "items"];
|
|
480
480
|
readonly additionalProperties: false;
|
|
481
481
|
}, {
|
|
482
482
|
readonly type: "object";
|
|
@@ -781,7 +781,7 @@ export declare const clusterModel: {
|
|
|
781
781
|
readonly type: "integer";
|
|
782
782
|
};
|
|
783
783
|
};
|
|
784
|
-
readonly required: readonly ["type", "
|
|
784
|
+
readonly required: readonly ["type", "items"];
|
|
785
785
|
readonly additionalProperties: false;
|
|
786
786
|
}, {
|
|
787
787
|
readonly type: "object";
|
|
@@ -1092,7 +1092,7 @@ export declare const clusterModel: {
|
|
|
1092
1092
|
readonly type: "integer";
|
|
1093
1093
|
};
|
|
1094
1094
|
};
|
|
1095
|
-
readonly required: readonly ["type", "
|
|
1095
|
+
readonly required: readonly ["type", "items"];
|
|
1096
1096
|
readonly additionalProperties: false;
|
|
1097
1097
|
}, {
|
|
1098
1098
|
readonly type: "object";
|
|
@@ -1263,11 +1263,11 @@ export declare const validateClusterModel: import("@enkaku/schema").Validator<{
|
|
|
1263
1263
|
maxItems?: number | undefined;
|
|
1264
1264
|
minItems?: number | undefined;
|
|
1265
1265
|
uniqueItems?: boolean | undefined;
|
|
1266
|
+
title?: string | undefined;
|
|
1266
1267
|
type: "array";
|
|
1267
1268
|
items: {
|
|
1268
1269
|
$ref: string;
|
|
1269
1270
|
};
|
|
1270
|
-
title: string;
|
|
1271
1271
|
} | {
|
|
1272
1272
|
type: "object";
|
|
1273
1273
|
required: string[];
|
|
@@ -1342,11 +1342,11 @@ export declare const validateClusterModel: import("@enkaku/schema").Validator<{
|
|
|
1342
1342
|
maxItems?: number | undefined;
|
|
1343
1343
|
minItems?: number | undefined;
|
|
1344
1344
|
uniqueItems?: boolean | undefined;
|
|
1345
|
+
title?: string | undefined;
|
|
1345
1346
|
type: "array";
|
|
1346
1347
|
items: {
|
|
1347
1348
|
$ref: string;
|
|
1348
1349
|
};
|
|
1349
|
-
title: string;
|
|
1350
1350
|
} | {
|
|
1351
1351
|
type: "object";
|
|
1352
1352
|
required: string[];
|
|
@@ -1421,11 +1421,11 @@ export declare const validateClusterModel: import("@enkaku/schema").Validator<{
|
|
|
1421
1421
|
maxItems?: number | undefined;
|
|
1422
1422
|
minItems?: number | undefined;
|
|
1423
1423
|
uniqueItems?: boolean | undefined;
|
|
1424
|
+
title?: string | undefined;
|
|
1424
1425
|
type: "array";
|
|
1425
1426
|
items: {
|
|
1426
1427
|
$ref: string;
|
|
1427
1428
|
};
|
|
1428
|
-
title: string;
|
|
1429
1429
|
} | {
|
|
1430
1430
|
type: "object";
|
|
1431
1431
|
required: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.d.ts","sourceRoot":"","sources":["../../src/models/cluster.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,UAAU,EAA4C,MAAM,gBAAgB,CAAA;AAC1F,OAAO,EAAE,eAAe,EAAyD,MAAM,WAAW,CAAA;AAClG,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAEnD,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAElB,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EAG1B,MAAM,eAAe,CAAA;AAItB,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAA;AAEtE,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,aAAa,EACb,SAAS,GAAG,UAAU,GAAG,YAAY,GAAG,QAAQ,GAAG,YAAY,CAChE,GAAG;IACF,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,QAAQ,CAAC,EAAE,qBAAqB,CAAA;IAChC,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAC5B,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAC1B,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAA;IAC1B,UAAU,CAAC,EAAE,kBAAkB,CAAA;CAChC,CAAA;AAED,KAAK,gBAAgB,GACjB,UAAU,CAAC,OAAO,GAClB,UAAU,CAAC,OAAO,GAClB,UAAU,CAAC,MAAM,GACjB,UAAU,CAAC,MAAM,CAAA;AACrB,KAAK,eAAe,GAAG,UAAU,CAAC,KAAK,GAAG,UAAU,CAAC,MAAM,CAAA;AAC3D,KAAK,cAAc,GAAG,gBAAgB,GAAG,eAAe,CAAA;AAExD,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAA;AAEvE,eAAO,MAAM,gBAAgB,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"cluster.d.ts","sourceRoot":"","sources":["../../src/models/cluster.ts"],"names":[],"mappings":"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"}
|
package/lib/models/cluster.js
CHANGED
|
@@ -28,9 +28,6 @@ function encodeSchema(refs, schema) {
|
|
|
28
28
|
switch(type){
|
|
29
29
|
case 'array':
|
|
30
30
|
{
|
|
31
|
-
if (schema.title == null) {
|
|
32
|
-
throw new Error('Invalid array schema: missing title');
|
|
33
|
-
}
|
|
34
31
|
if (schema.items == null) {
|
|
35
32
|
throw new Error('Invalid array schema: missing items');
|
|
36
33
|
}
|
package/lib/models/document.d.ts
CHANGED
|
@@ -221,7 +221,7 @@ export declare const documentModelSchema: {
|
|
|
221
221
|
readonly type: "integer";
|
|
222
222
|
};
|
|
223
223
|
};
|
|
224
|
-
readonly required: readonly ["type", "
|
|
224
|
+
readonly required: readonly ["type", "items"];
|
|
225
225
|
readonly additionalProperties: false;
|
|
226
226
|
}, {
|
|
227
227
|
readonly type: "object";
|
|
@@ -504,7 +504,7 @@ export declare const documentModelBase: {
|
|
|
504
504
|
readonly type: "integer";
|
|
505
505
|
};
|
|
506
506
|
};
|
|
507
|
-
readonly required: readonly ["type", "
|
|
507
|
+
readonly required: readonly ["type", "items"];
|
|
508
508
|
readonly additionalProperties: false;
|
|
509
509
|
}, {
|
|
510
510
|
readonly type: "object";
|
|
@@ -810,7 +810,7 @@ export declare const documentModelDefault: {
|
|
|
810
810
|
readonly type: "integer";
|
|
811
811
|
};
|
|
812
812
|
};
|
|
813
|
-
readonly required: readonly ["type", "
|
|
813
|
+
readonly required: readonly ["type", "items"];
|
|
814
814
|
readonly additionalProperties: false;
|
|
815
815
|
}, {
|
|
816
816
|
readonly type: "object";
|
|
@@ -1116,7 +1116,7 @@ export declare const documentModelInterface: {
|
|
|
1116
1116
|
readonly type: "integer";
|
|
1117
1117
|
};
|
|
1118
1118
|
};
|
|
1119
|
-
readonly required: readonly ["type", "
|
|
1119
|
+
readonly required: readonly ["type", "items"];
|
|
1120
1120
|
readonly additionalProperties: false;
|
|
1121
1121
|
}, {
|
|
1122
1122
|
readonly type: "object";
|
|
@@ -1428,7 +1428,7 @@ export declare const documentModelUnique: {
|
|
|
1428
1428
|
readonly type: "integer";
|
|
1429
1429
|
};
|
|
1430
1430
|
};
|
|
1431
|
-
readonly required: readonly ["type", "
|
|
1431
|
+
readonly required: readonly ["type", "items"];
|
|
1432
1432
|
readonly additionalProperties: false;
|
|
1433
1433
|
}, {
|
|
1434
1434
|
readonly type: "object";
|
|
@@ -1736,7 +1736,7 @@ export declare const documentModel: {
|
|
|
1736
1736
|
readonly type: "integer";
|
|
1737
1737
|
};
|
|
1738
1738
|
};
|
|
1739
|
-
readonly required: readonly ["type", "
|
|
1739
|
+
readonly required: readonly ["type", "items"];
|
|
1740
1740
|
readonly additionalProperties: false;
|
|
1741
1741
|
}, {
|
|
1742
1742
|
readonly type: "object";
|
|
@@ -2041,7 +2041,7 @@ export declare const documentModel: {
|
|
|
2041
2041
|
readonly type: "integer";
|
|
2042
2042
|
};
|
|
2043
2043
|
};
|
|
2044
|
-
readonly required: readonly ["type", "
|
|
2044
|
+
readonly required: readonly ["type", "items"];
|
|
2045
2045
|
readonly additionalProperties: false;
|
|
2046
2046
|
}, {
|
|
2047
2047
|
readonly type: "object";
|
|
@@ -2352,7 +2352,7 @@ export declare const documentModel: {
|
|
|
2352
2352
|
readonly type: "integer";
|
|
2353
2353
|
};
|
|
2354
2354
|
};
|
|
2355
|
-
readonly required: readonly ["type", "
|
|
2355
|
+
readonly required: readonly ["type", "items"];
|
|
2356
2356
|
readonly additionalProperties: false;
|
|
2357
2357
|
}, {
|
|
2358
2358
|
readonly type: "object";
|
|
@@ -2664,7 +2664,7 @@ export declare const documentModelsCluster: {
|
|
|
2664
2664
|
readonly type: "integer";
|
|
2665
2665
|
};
|
|
2666
2666
|
};
|
|
2667
|
-
readonly required: readonly ["type", "
|
|
2667
|
+
readonly required: readonly ["type", "items"];
|
|
2668
2668
|
readonly additionalProperties: false;
|
|
2669
2669
|
}, {
|
|
2670
2670
|
readonly type: "object";
|
|
@@ -2969,7 +2969,7 @@ export declare const documentModelsCluster: {
|
|
|
2969
2969
|
readonly type: "integer";
|
|
2970
2970
|
};
|
|
2971
2971
|
};
|
|
2972
|
-
readonly required: readonly ["type", "
|
|
2972
|
+
readonly required: readonly ["type", "items"];
|
|
2973
2973
|
readonly additionalProperties: false;
|
|
2974
2974
|
}, {
|
|
2975
2975
|
readonly type: "object";
|
|
@@ -3280,7 +3280,7 @@ export declare const documentModelsCluster: {
|
|
|
3280
3280
|
readonly type: "integer";
|
|
3281
3281
|
};
|
|
3282
3282
|
};
|
|
3283
|
-
readonly required: readonly ["type", "
|
|
3283
|
+
readonly required: readonly ["type", "items"];
|
|
3284
3284
|
readonly additionalProperties: false;
|
|
3285
3285
|
}, {
|
|
3286
3286
|
readonly type: "object";
|
|
@@ -3593,7 +3593,7 @@ export declare const documentModelsRecord: {
|
|
|
3593
3593
|
readonly type: "integer";
|
|
3594
3594
|
};
|
|
3595
3595
|
};
|
|
3596
|
-
readonly required: readonly ["type", "
|
|
3596
|
+
readonly required: readonly ["type", "items"];
|
|
3597
3597
|
readonly additionalProperties: false;
|
|
3598
3598
|
}, {
|
|
3599
3599
|
readonly type: "object";
|
|
@@ -3898,7 +3898,7 @@ export declare const documentModelsRecord: {
|
|
|
3898
3898
|
readonly type: "integer";
|
|
3899
3899
|
};
|
|
3900
3900
|
};
|
|
3901
|
-
readonly required: readonly ["type", "
|
|
3901
|
+
readonly required: readonly ["type", "items"];
|
|
3902
3902
|
readonly additionalProperties: false;
|
|
3903
3903
|
}, {
|
|
3904
3904
|
readonly type: "object";
|
|
@@ -4209,7 +4209,7 @@ export declare const documentModelsRecord: {
|
|
|
4209
4209
|
readonly type: "integer";
|
|
4210
4210
|
};
|
|
4211
4211
|
};
|
|
4212
|
-
readonly required: readonly ["type", "
|
|
4212
|
+
readonly required: readonly ["type", "items"];
|
|
4213
4213
|
readonly additionalProperties: false;
|
|
4214
4214
|
}, {
|
|
4215
4215
|
readonly type: "object";
|
|
@@ -4497,5 +4497,4 @@ export declare const documentMutation: {
|
|
|
4497
4497
|
}];
|
|
4498
4498
|
};
|
|
4499
4499
|
export type DocumentMutation = FromSchema<typeof documentMutation>;
|
|
4500
|
-
export type DocumentData = Record<string, unknown>;
|
|
4501
4500
|
//# sourceMappingURL=document.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../src/models/document.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../src/models/document.ts"],"names":[],"mappings":"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"}
|
|
@@ -458,7 +458,7 @@ export declare const arrayModel: {
|
|
|
458
458
|
readonly type: "integer";
|
|
459
459
|
};
|
|
460
460
|
};
|
|
461
|
-
readonly required: readonly ["type", "
|
|
461
|
+
readonly required: readonly ["type", "items"];
|
|
462
462
|
readonly additionalProperties: false;
|
|
463
463
|
};
|
|
464
464
|
export type ArrayModel = FromSchema<typeof arrayModel>;
|
|
@@ -571,7 +571,7 @@ export declare const shapeModel: {
|
|
|
571
571
|
readonly type: "integer";
|
|
572
572
|
};
|
|
573
573
|
};
|
|
574
|
-
readonly required: readonly ["type", "
|
|
574
|
+
readonly required: readonly ["type", "items"];
|
|
575
575
|
readonly additionalProperties: false;
|
|
576
576
|
}, {
|
|
577
577
|
readonly type: "object";
|
|
@@ -797,7 +797,7 @@ export declare const typeModel: {
|
|
|
797
797
|
readonly type: "integer";
|
|
798
798
|
};
|
|
799
799
|
};
|
|
800
|
-
readonly required: readonly ["type", "
|
|
800
|
+
readonly required: readonly ["type", "items"];
|
|
801
801
|
readonly additionalProperties: false;
|
|
802
802
|
}, {
|
|
803
803
|
readonly type: "object";
|
|
@@ -1026,7 +1026,7 @@ export declare const referencesRecordModel: {
|
|
|
1026
1026
|
readonly type: "integer";
|
|
1027
1027
|
};
|
|
1028
1028
|
};
|
|
1029
|
-
readonly required: readonly ["type", "
|
|
1029
|
+
readonly required: readonly ["type", "items"];
|
|
1030
1030
|
readonly additionalProperties: false;
|
|
1031
1031
|
}, {
|
|
1032
1032
|
readonly type: "object";
|
package/lib/services/graph.d.ts
CHANGED
|
@@ -225,7 +225,7 @@ export declare const deployGraphParams: {
|
|
|
225
225
|
readonly type: "integer";
|
|
226
226
|
};
|
|
227
227
|
};
|
|
228
|
-
readonly required: readonly ["type", "
|
|
228
|
+
readonly required: readonly ["type", "items"];
|
|
229
229
|
readonly additionalProperties: false;
|
|
230
230
|
}, {
|
|
231
231
|
readonly type: "object";
|
|
@@ -530,7 +530,7 @@ export declare const deployGraphParams: {
|
|
|
530
530
|
readonly type: "integer";
|
|
531
531
|
};
|
|
532
532
|
};
|
|
533
|
-
readonly required: readonly ["type", "
|
|
533
|
+
readonly required: readonly ["type", "items"];
|
|
534
534
|
readonly additionalProperties: false;
|
|
535
535
|
}, {
|
|
536
536
|
readonly type: "object";
|
|
@@ -841,7 +841,7 @@ export declare const deployGraphParams: {
|
|
|
841
841
|
readonly type: "integer";
|
|
842
842
|
};
|
|
843
843
|
};
|
|
844
|
-
readonly required: readonly ["type", "
|
|
844
|
+
readonly required: readonly ["type", "items"];
|
|
845
845
|
readonly additionalProperties: false;
|
|
846
846
|
}, {
|
|
847
847
|
readonly type: "object";
|
|
@@ -1185,7 +1185,7 @@ export declare const deployGraphResult: {
|
|
|
1185
1185
|
readonly type: "integer";
|
|
1186
1186
|
};
|
|
1187
1187
|
};
|
|
1188
|
-
readonly required: readonly ["type", "
|
|
1188
|
+
readonly required: readonly ["type", "items"];
|
|
1189
1189
|
readonly additionalProperties: false;
|
|
1190
1190
|
}, {
|
|
1191
1191
|
readonly type: "object";
|
|
@@ -1490,7 +1490,7 @@ export declare const deployGraphResult: {
|
|
|
1490
1490
|
readonly type: "integer";
|
|
1491
1491
|
};
|
|
1492
1492
|
};
|
|
1493
|
-
readonly required: readonly ["type", "
|
|
1493
|
+
readonly required: readonly ["type", "items"];
|
|
1494
1494
|
readonly additionalProperties: false;
|
|
1495
1495
|
}, {
|
|
1496
1496
|
readonly type: "object";
|
|
@@ -1801,7 +1801,7 @@ export declare const deployGraphResult: {
|
|
|
1801
1801
|
readonly type: "integer";
|
|
1802
1802
|
};
|
|
1803
1803
|
};
|
|
1804
|
-
readonly required: readonly ["type", "
|
|
1804
|
+
readonly required: readonly ["type", "items"];
|
|
1805
1805
|
readonly additionalProperties: false;
|
|
1806
1806
|
}, {
|
|
1807
1807
|
readonly type: "object";
|
|
@@ -2157,7 +2157,7 @@ export declare const loadGraphResult: {
|
|
|
2157
2157
|
readonly type: "integer";
|
|
2158
2158
|
};
|
|
2159
2159
|
};
|
|
2160
|
-
readonly required: readonly ["type", "
|
|
2160
|
+
readonly required: readonly ["type", "items"];
|
|
2161
2161
|
readonly additionalProperties: false;
|
|
2162
2162
|
}, {
|
|
2163
2163
|
readonly type: "object";
|
|
@@ -2462,7 +2462,7 @@ export declare const loadGraphResult: {
|
|
|
2462
2462
|
readonly type: "integer";
|
|
2463
2463
|
};
|
|
2464
2464
|
};
|
|
2465
|
-
readonly required: readonly ["type", "
|
|
2465
|
+
readonly required: readonly ["type", "items"];
|
|
2466
2466
|
readonly additionalProperties: false;
|
|
2467
2467
|
}, {
|
|
2468
2468
|
readonly type: "object";
|
|
@@ -2773,7 +2773,7 @@ export declare const loadGraphResult: {
|
|
|
2773
2773
|
readonly type: "integer";
|
|
2774
2774
|
};
|
|
2775
2775
|
};
|
|
2776
|
-
readonly required: readonly ["type", "
|
|
2776
|
+
readonly required: readonly ["type", "items"];
|
|
2777
2777
|
readonly additionalProperties: false;
|
|
2778
2778
|
}, {
|
|
2779
2779
|
readonly type: "object";
|
|
@@ -3259,7 +3259,7 @@ export declare const graphProtocol: {
|
|
|
3259
3259
|
readonly type: "integer";
|
|
3260
3260
|
};
|
|
3261
3261
|
};
|
|
3262
|
-
readonly required: readonly ["type", "
|
|
3262
|
+
readonly required: readonly ["type", "items"];
|
|
3263
3263
|
readonly additionalProperties: false;
|
|
3264
3264
|
}, {
|
|
3265
3265
|
readonly type: "object";
|
|
@@ -3564,7 +3564,7 @@ export declare const graphProtocol: {
|
|
|
3564
3564
|
readonly type: "integer";
|
|
3565
3565
|
};
|
|
3566
3566
|
};
|
|
3567
|
-
readonly required: readonly ["type", "
|
|
3567
|
+
readonly required: readonly ["type", "items"];
|
|
3568
3568
|
readonly additionalProperties: false;
|
|
3569
3569
|
}, {
|
|
3570
3570
|
readonly type: "object";
|
|
@@ -3875,7 +3875,7 @@ export declare const graphProtocol: {
|
|
|
3875
3875
|
readonly type: "integer";
|
|
3876
3876
|
};
|
|
3877
3877
|
};
|
|
3878
|
-
readonly required: readonly ["type", "
|
|
3878
|
+
readonly required: readonly ["type", "items"];
|
|
3879
3879
|
readonly additionalProperties: false;
|
|
3880
3880
|
}, {
|
|
3881
3881
|
readonly type: "object";
|
|
@@ -4218,7 +4218,7 @@ export declare const graphProtocol: {
|
|
|
4218
4218
|
readonly type: "integer";
|
|
4219
4219
|
};
|
|
4220
4220
|
};
|
|
4221
|
-
readonly required: readonly ["type", "
|
|
4221
|
+
readonly required: readonly ["type", "items"];
|
|
4222
4222
|
readonly additionalProperties: false;
|
|
4223
4223
|
}, {
|
|
4224
4224
|
readonly type: "object";
|
|
@@ -4523,7 +4523,7 @@ export declare const graphProtocol: {
|
|
|
4523
4523
|
readonly type: "integer";
|
|
4524
4524
|
};
|
|
4525
4525
|
};
|
|
4526
|
-
readonly required: readonly ["type", "
|
|
4526
|
+
readonly required: readonly ["type", "items"];
|
|
4527
4527
|
readonly additionalProperties: false;
|
|
4528
4528
|
}, {
|
|
4529
4529
|
readonly type: "object";
|
|
@@ -4834,7 +4834,7 @@ export declare const graphProtocol: {
|
|
|
4834
4834
|
readonly type: "integer";
|
|
4835
4835
|
};
|
|
4836
4836
|
};
|
|
4837
|
-
readonly required: readonly ["type", "
|
|
4837
|
+
readonly required: readonly ["type", "items"];
|
|
4838
4838
|
readonly additionalProperties: false;
|
|
4839
4839
|
}, {
|
|
4840
4840
|
readonly type: "object";
|
|
@@ -5193,7 +5193,7 @@ export declare const graphProtocol: {
|
|
|
5193
5193
|
readonly type: "integer";
|
|
5194
5194
|
};
|
|
5195
5195
|
};
|
|
5196
|
-
readonly required: readonly ["type", "
|
|
5196
|
+
readonly required: readonly ["type", "items"];
|
|
5197
5197
|
readonly additionalProperties: false;
|
|
5198
5198
|
}, {
|
|
5199
5199
|
readonly type: "object";
|
|
@@ -5498,7 +5498,7 @@ export declare const graphProtocol: {
|
|
|
5498
5498
|
readonly type: "integer";
|
|
5499
5499
|
};
|
|
5500
5500
|
};
|
|
5501
|
-
readonly required: readonly ["type", "
|
|
5501
|
+
readonly required: readonly ["type", "items"];
|
|
5502
5502
|
readonly additionalProperties: false;
|
|
5503
5503
|
}, {
|
|
5504
5504
|
readonly type: "object";
|
|
@@ -5809,7 +5809,7 @@ export declare const graphProtocol: {
|
|
|
5809
5809
|
readonly type: "integer";
|
|
5810
5810
|
};
|
|
5811
5811
|
};
|
|
5812
|
-
readonly required: readonly ["type", "
|
|
5812
|
+
readonly required: readonly ["type", "items"];
|
|
5813
5813
|
readonly additionalProperties: false;
|
|
5814
5814
|
}, {
|
|
5815
5815
|
readonly type: "object";
|
package/lib/types.d.ts
CHANGED
|
@@ -51,4 +51,13 @@ export type OrderByField = {
|
|
|
51
51
|
[field: string]: OrderByDirection | OrderByField;
|
|
52
52
|
};
|
|
53
53
|
export type DocumentOrderBy = Array<OrderByField>;
|
|
54
|
+
export type DocumentData = Record<string, unknown>;
|
|
55
|
+
export type DocumentNode = {
|
|
56
|
+
id: string;
|
|
57
|
+
model: string;
|
|
58
|
+
owner: string;
|
|
59
|
+
data: DocumentData | null;
|
|
60
|
+
createdAt: Date;
|
|
61
|
+
updatedAt?: Date | null;
|
|
62
|
+
};
|
|
54
63
|
//# sourceMappingURL=types.d.ts.map
|
package/lib/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAA;AAE3E,MAAM,MAAM,eAAe,GACvB;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GACnB;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,GACnB;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACtB;IAAE,EAAE,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAAE,GACrB;IAAE,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAAE,CAAA;AAE5B,MAAM,MAAM,iBAAiB,CAAC,CAAC,GAAG,MAAM,GAAG,MAAM,IAC7C;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GACnB;IAAE,OAAO,EAAE,CAAC,CAAA;CAAE,GACd;IAAE,UAAU,EAAE,CAAC,CAAA;CAAE,GACjB;IAAE,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,CAAA;CAAE,GAChB;IAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,CAAA;CAAE,GACnB;IAAE,QAAQ,EAAE,CAAC,CAAA;CAAE,GACf;IAAE,iBAAiB,EAAE,CAAC,CAAA;CAAE,GACxB;IAAE,WAAW,EAAE,CAAC,CAAA;CAAE,GAClB;IAAE,oBAAoB,EAAE,CAAC,CAAA;CAAE,CAAA;AAE/B,MAAM,MAAM,cAAc,GAAG,kBAAkB,GAAG,eAAe,GAAG,iBAAiB,CAAA;AAErF,MAAM,MAAM,kBAAkB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,GAAG,kBAAkB,CAAA;CAAE,CAAA;AAEvF,MAAM,MAAM,cAAc,GACtB;IAAE,KAAK,EAAE,kBAAkB,CAAA;CAAE,GAC7B;IAAE,GAAG,EAAE,KAAK,CAAC,cAAc,CAAC,CAAA;CAAE,GAC9B;IAAE,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,CAAA;CAAE,GAC7B;IAAE,GAAG,EAAE,cAAc,CAAA;CAAE,CAAA;AAE3B,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,MAAM,CAAA;AAE7C,MAAM,MAAM,YAAY,GAAG;IAAE,CAAC,KAAK,EAAE,MAAM,GAAG,gBAAgB,GAAG,YAAY,CAAA;CAAE,CAAA;AAE/E,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,YAAY,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAA;AAE3E,MAAM,MAAM,eAAe,GACvB;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GACnB;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,GACnB;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACtB;IAAE,EAAE,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAAE,GACrB;IAAE,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAAE,CAAA;AAE5B,MAAM,MAAM,iBAAiB,CAAC,CAAC,GAAG,MAAM,GAAG,MAAM,IAC7C;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GACnB;IAAE,OAAO,EAAE,CAAC,CAAA;CAAE,GACd;IAAE,UAAU,EAAE,CAAC,CAAA;CAAE,GACjB;IAAE,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,CAAA;CAAE,GAChB;IAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,CAAA;CAAE,GACnB;IAAE,QAAQ,EAAE,CAAC,CAAA;CAAE,GACf;IAAE,iBAAiB,EAAE,CAAC,CAAA;CAAE,GACxB;IAAE,WAAW,EAAE,CAAC,CAAA;CAAE,GAClB;IAAE,oBAAoB,EAAE,CAAC,CAAA;CAAE,CAAA;AAE/B,MAAM,MAAM,cAAc,GAAG,kBAAkB,GAAG,eAAe,GAAG,iBAAiB,CAAA;AAErF,MAAM,MAAM,kBAAkB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,GAAG,kBAAkB,CAAA;CAAE,CAAA;AAEvF,MAAM,MAAM,cAAc,GACtB;IAAE,KAAK,EAAE,kBAAkB,CAAA;CAAE,GAC7B;IAAE,GAAG,EAAE,KAAK,CAAC,cAAc,CAAC,CAAA;CAAE,GAC9B;IAAE,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,CAAA;CAAE,GAC7B;IAAE,GAAG,EAAE,cAAc,CAAA;CAAE,CAAA;AAE3B,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,MAAM,CAAA;AAE7C,MAAM,MAAM,YAAY,GAAG;IAAE,CAAC,KAAK,EAAE,MAAM,GAAG,gBAAgB,GAAG,YAAY,CAAA;CAAE,CAAA;AAE/E,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,YAAY,CAAC,CAAA;AAEjD,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAElD,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,YAAY,GAAG,IAAI,CAAA;IACzB,SAAS,EAAE,IAAI,CAAA;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;CACxB,CAAA"}
|