@xyo-network/query-payload-plugin 2.73.4 → 2.74.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.
@@ -0,0 +1,7 @@
1
+ import { Payload } from '@xyo-network/payload-model';
2
+ import { QuerySchema } from './Schema';
3
+ export type QueryPayload = Payload<{
4
+ query: string;
5
+ schema: QuerySchema;
6
+ }>;
7
+ //# sourceMappingURL=Payload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA;AAEtC,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC;IACjC,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,WAAW,CAAA;CACpB,CAAC,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { Payload } from '@xyo-network/payload-model';
2
+ import { QuerySchema } from './Schema';
3
+ export type QueryPayload = Payload<{
4
+ query: string;
5
+ schema: QuerySchema;
6
+ }>;
7
+ //# sourceMappingURL=Payload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA;AAEtC,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC;IACjC,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,WAAW,CAAA;CACpB,CAAC,CAAA"}
@@ -0,0 +1,5 @@
1
+ export declare const QueryPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
2
+ query: string;
3
+ schema: "network.xyo.query";
4
+ }>;
5
+ //# sourceMappingURL=Plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,kBAAkB;;;EAI3B,CAAA"}
@@ -0,0 +1,5 @@
1
+ export declare const QueryPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
2
+ query: string;
3
+ schema: "network.xyo.query";
4
+ }>;
5
+ //# sourceMappingURL=Plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,kBAAkB;;;EAI3B,CAAA"}
@@ -0,0 +1,3 @@
1
+ export type QuerySchema = 'network.xyo.query';
2
+ export declare const QuerySchema: QuerySchema;
3
+ //# sourceMappingURL=Schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,mBAAmB,CAAA;AAC7C,eAAO,MAAM,WAAW,EAAE,WAAiC,CAAA"}
@@ -0,0 +1,3 @@
1
+ export type QuerySchema = 'network.xyo.query';
2
+ export declare const QuerySchema: QuerySchema;
3
+ //# sourceMappingURL=Schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,mBAAmB,CAAA;AAC7C,eAAO,MAAM,WAAW,EAAE,WAAiC,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { QueryPayload } from './Payload';
2
+ export declare const queryPayloadTemplate: () => QueryPayload;
3
+ //# sourceMappingURL=Template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Template.d.ts","sourceRoot":"","sources":["../src/Template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAGxC,eAAO,MAAM,oBAAoB,QAAO,YAGtC,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { QueryPayload } from './Payload';
2
+ export declare const queryPayloadTemplate: () => QueryPayload;
3
+ //# sourceMappingURL=Template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Template.d.ts","sourceRoot":"","sources":["../src/Template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAGxC,eAAO,MAAM,oBAAoB,QAAO,YAGtC,CAAA"}
package/dist/index.d.mts CHANGED
@@ -1,22 +1,7 @@
1
- import * as _xyo_network_payload_plugin from '@xyo-network/payload-plugin';
2
- import * as _xyo_network_payload_model from '@xyo-network/payload-model';
3
- import { Payload } from '@xyo-network/payload-model';
4
-
5
- declare const QueryPayloadPlugin: () => _xyo_network_payload_plugin.PayloadPlugin<_xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & {
6
- query: string;
7
- schema: "network.xyo.query";
8
- } & {
9
- schema: "network.xyo.query";
10
- }>;
11
-
12
- type QuerySchema = 'network.xyo.query';
13
- declare const QuerySchema: QuerySchema;
14
-
15
- type QueryPayload = Payload<{
16
- query: string;
17
- schema: QuerySchema;
18
- }>;
19
-
20
- declare const queryPayloadTemplate: () => QueryPayload;
21
-
22
- export { QueryPayload, QueryPayloadPlugin, QuerySchema, QueryPayloadPlugin as default, queryPayloadTemplate };
1
+ import { QueryPayloadPlugin } from './Plugin';
2
+ export * from './Payload';
3
+ export * from './Schema';
4
+ export * from './Template';
5
+ export { QueryPayloadPlugin };
6
+ export default QueryPayloadPlugin;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAA;AAE7C,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAE1B,OAAO,EAAE,kBAAkB,EAAE,CAAA;AAG7B,eAAe,kBAAkB,CAAA"}
package/dist/index.d.ts CHANGED
@@ -1,22 +1,7 @@
1
- import * as _xyo_network_payload_plugin from '@xyo-network/payload-plugin';
2
- import * as _xyo_network_payload_model from '@xyo-network/payload-model';
3
- import { Payload } from '@xyo-network/payload-model';
4
-
5
- declare const QueryPayloadPlugin: () => _xyo_network_payload_plugin.PayloadPlugin<_xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & {
6
- query: string;
7
- schema: "network.xyo.query";
8
- } & {
9
- schema: "network.xyo.query";
10
- }>;
11
-
12
- type QuerySchema = 'network.xyo.query';
13
- declare const QuerySchema: QuerySchema;
14
-
15
- type QueryPayload = Payload<{
16
- query: string;
17
- schema: QuerySchema;
18
- }>;
19
-
20
- declare const queryPayloadTemplate: () => QueryPayload;
21
-
22
- export { QueryPayload, QueryPayloadPlugin, QuerySchema, QueryPayloadPlugin as default, queryPayloadTemplate };
1
+ import { QueryPayloadPlugin } from './Plugin';
2
+ export * from './Payload';
3
+ export * from './Schema';
4
+ export * from './Template';
5
+ export { QueryPayloadPlugin };
6
+ export default QueryPayloadPlugin;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAA;AAE7C,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAE1B,OAAO,EAAE,kBAAkB,EAAE,CAAA;AAG7B,eAAe,kBAAkB,CAAA"}
package/package.json CHANGED
@@ -10,20 +10,14 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/payload-model": "~2.73.4",
14
- "@xyo-network/payload-plugin": "~2.73.4"
13
+ "@xyo-network/payload-model": "~2.74.0",
14
+ "@xyo-network/payload-plugin": "~2.74.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^2.19.12",
18
- "@xylabs/tsconfig": "^2.19.12",
19
- "publint": "^0.2.2",
20
- "tsup": "^7.2.0",
17
+ "@xylabs/ts-scripts-yarn3": "^3.0.27",
18
+ "@xylabs/tsconfig": "^3.0.27",
21
19
  "typescript": "^5.2.2"
22
20
  },
23
- "scripts": {
24
- "package-compile": "tsup && publint",
25
- "package-recompile": "tsup && publint"
26
- },
27
21
  "description": "Primary SDK for using XYO Protocol 2.0",
28
22
  "docs": "dist/docs.json",
29
23
  "exports": {
@@ -64,5 +58,5 @@
64
58
  },
65
59
  "sideEffects": false,
66
60
  "types": "dist/index.d.ts",
67
- "version": "2.73.4"
61
+ "version": "2.74.0"
68
62
  }
package/dist/docs.json DELETED
@@ -1,640 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "@xyo-network/query-payload-plugin",
4
- "variant": "project",
5
- "kind": 1,
6
- "flags": {},
7
- "children": [
8
- {
9
- "id": 21,
10
- "name": "default",
11
- "variant": "reference",
12
- "kind": 8388608,
13
- "flags": {},
14
- "sources": [
15
- {
16
- "fileName": "plugins/packages/payload/packages/query/src/index.ts",
17
- "line": 10,
18
- "character": 0,
19
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/index.ts#L10"
20
- }
21
- ],
22
- "target": 1
23
- },
24
- {
25
- "id": 8,
26
- "name": "QueryPayload",
27
- "variant": "declaration",
28
- "kind": 4194304,
29
- "flags": {},
30
- "sources": [
31
- {
32
- "fileName": "plugins/packages/payload/packages/query/src/Payload.ts",
33
- "line": 5,
34
- "character": 12,
35
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Payload.ts#L5"
36
- }
37
- ],
38
- "type": {
39
- "type": "reference",
40
- "target": {
41
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/dist/index.d.ts",
42
- "qualifiedName": "Payload"
43
- },
44
- "typeArguments": [
45
- {
46
- "type": "reflection",
47
- "declaration": {
48
- "id": 9,
49
- "name": "__type",
50
- "variant": "declaration",
51
- "kind": 65536,
52
- "flags": {},
53
- "children": [
54
- {
55
- "id": 10,
56
- "name": "query",
57
- "variant": "declaration",
58
- "kind": 1024,
59
- "flags": {},
60
- "sources": [
61
- {
62
- "fileName": "plugins/packages/payload/packages/query/src/Payload.ts",
63
- "line": 6,
64
- "character": 2,
65
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Payload.ts#L6"
66
- }
67
- ],
68
- "type": {
69
- "type": "intrinsic",
70
- "name": "string"
71
- }
72
- },
73
- {
74
- "id": 11,
75
- "name": "schema",
76
- "variant": "declaration",
77
- "kind": 1024,
78
- "flags": {},
79
- "sources": [
80
- {
81
- "fileName": "plugins/packages/payload/packages/query/src/Payload.ts",
82
- "line": 7,
83
- "character": 2,
84
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Payload.ts#L7"
85
- }
86
- ],
87
- "type": {
88
- "type": "reference",
89
- "target": 12,
90
- "name": "QuerySchema",
91
- "package": "@xyo-network/query-payload-plugin"
92
- }
93
- }
94
- ],
95
- "groups": [
96
- {
97
- "title": "Properties",
98
- "children": [
99
- 10,
100
- 11
101
- ]
102
- }
103
- ],
104
- "sources": [
105
- {
106
- "fileName": "plugins/packages/payload/packages/query/src/Payload.ts",
107
- "line": 5,
108
- "character": 35,
109
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Payload.ts#L5"
110
- }
111
- ]
112
- }
113
- }
114
- ],
115
- "name": "Payload",
116
- "package": "@xyo-network/payload-model"
117
- }
118
- },
119
- {
120
- "id": 13,
121
- "name": "QuerySchema",
122
- "variant": "declaration",
123
- "kind": 4194304,
124
- "flags": {},
125
- "sources": [
126
- {
127
- "fileName": "plugins/packages/payload/packages/query/src/Schema.ts",
128
- "line": 1,
129
- "character": 12,
130
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Schema.ts#L1"
131
- },
132
- {
133
- "fileName": "plugins/packages/payload/packages/query/src/Schema.ts",
134
- "line": 2,
135
- "character": 13,
136
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Schema.ts#L2"
137
- }
138
- ],
139
- "type": {
140
- "type": "literal",
141
- "value": "network.xyo.query"
142
- }
143
- },
144
- {
145
- "id": 12,
146
- "name": "QuerySchema",
147
- "variant": "declaration",
148
- "kind": 32,
149
- "flags": {},
150
- "sources": [
151
- {
152
- "fileName": "plugins/packages/payload/packages/query/src/Schema.ts",
153
- "line": 1,
154
- "character": 12,
155
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Schema.ts#L1"
156
- },
157
- {
158
- "fileName": "plugins/packages/payload/packages/query/src/Schema.ts",
159
- "line": 2,
160
- "character": 13,
161
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Schema.ts#L2"
162
- }
163
- ],
164
- "type": {
165
- "type": "literal",
166
- "value": "network.xyo.query"
167
- }
168
- },
169
- {
170
- "id": 1,
171
- "name": "QueryPayloadPlugin",
172
- "variant": "declaration",
173
- "kind": 64,
174
- "flags": {},
175
- "sources": [
176
- {
177
- "fileName": "plugins/packages/payload/packages/query/src/Plugin.ts",
178
- "line": 7,
179
- "character": 13,
180
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Plugin.ts#L7"
181
- }
182
- ],
183
- "signatures": [
184
- {
185
- "id": 2,
186
- "name": "QueryPayloadPlugin",
187
- "variant": "signature",
188
- "kind": 4096,
189
- "flags": {},
190
- "sources": [
191
- {
192
- "fileName": "plugins/packages/payload/packages/query/src/Plugin.ts",
193
- "line": 7,
194
- "character": 34,
195
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Plugin.ts#L7"
196
- }
197
- ],
198
- "type": {
199
- "type": "reference",
200
- "target": {
201
- "sourceFileName": "../../../../../sdk/packages/payload-plugin/dist/index.d.ts",
202
- "qualifiedName": "PayloadPlugin"
203
- },
204
- "typeArguments": [
205
- {
206
- "type": "intersection",
207
- "types": [
208
- {
209
- "type": "reference",
210
- "target": {
211
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/dist/index.d.ts",
212
- "qualifiedName": "SchemaFields"
213
- },
214
- "name": "SchemaFields",
215
- "package": "@xyo-network/payload-model"
216
- },
217
- {
218
- "type": "reference",
219
- "target": {
220
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/dist/index.d.ts",
221
- "qualifiedName": "PayloadFields"
222
- },
223
- "name": "PayloadFields",
224
- "package": "@xyo-network/payload-model"
225
- },
226
- {
227
- "type": "reflection",
228
- "declaration": {
229
- "id": 3,
230
- "name": "__type",
231
- "variant": "declaration",
232
- "kind": 65536,
233
- "flags": {},
234
- "children": [
235
- {
236
- "id": 4,
237
- "name": "query",
238
- "variant": "declaration",
239
- "kind": 1024,
240
- "flags": {},
241
- "sources": [
242
- {
243
- "fileName": "plugins/packages/payload/packages/query/src/Payload.ts",
244
- "line": 6,
245
- "character": 2,
246
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Payload.ts#L6"
247
- }
248
- ],
249
- "type": {
250
- "type": "intrinsic",
251
- "name": "string"
252
- }
253
- },
254
- {
255
- "id": 5,
256
- "name": "schema",
257
- "variant": "declaration",
258
- "kind": 1024,
259
- "flags": {},
260
- "sources": [
261
- {
262
- "fileName": "plugins/packages/payload/packages/query/src/Payload.ts",
263
- "line": 7,
264
- "character": 2,
265
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Payload.ts#L7"
266
- }
267
- ],
268
- "type": {
269
- "type": "literal",
270
- "value": "network.xyo.query"
271
- }
272
- }
273
- ],
274
- "groups": [
275
- {
276
- "title": "Properties",
277
- "children": [
278
- 4,
279
- 5
280
- ]
281
- }
282
- ],
283
- "sources": [
284
- {
285
- "fileName": "plugins/packages/payload/packages/query/src/Payload.ts",
286
- "line": 5,
287
- "character": 35,
288
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Payload.ts#L5"
289
- }
290
- ]
291
- }
292
- },
293
- {
294
- "type": "reflection",
295
- "declaration": {
296
- "id": 6,
297
- "name": "__type",
298
- "variant": "declaration",
299
- "kind": 65536,
300
- "flags": {},
301
- "children": [
302
- {
303
- "id": 7,
304
- "name": "schema",
305
- "variant": "declaration",
306
- "kind": 1024,
307
- "flags": {},
308
- "sources": [
309
- {
310
- "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
311
- "line": 17,
312
- "character": 4
313
- }
314
- ],
315
- "type": {
316
- "type": "literal",
317
- "value": "network.xyo.query"
318
- }
319
- }
320
- ],
321
- "groups": [
322
- {
323
- "title": "Properties",
324
- "children": [
325
- 7
326
- ]
327
- }
328
- ],
329
- "sources": [
330
- {
331
- "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
332
- "line": 16,
333
- "character": 171
334
- }
335
- ]
336
- }
337
- }
338
- ]
339
- }
340
- ],
341
- "name": "PayloadPlugin",
342
- "package": "@xyo-network/payload-plugin"
343
- }
344
- }
345
- ]
346
- },
347
- {
348
- "id": 14,
349
- "name": "queryPayloadTemplate",
350
- "variant": "declaration",
351
- "kind": 64,
352
- "flags": {},
353
- "sources": [
354
- {
355
- "fileName": "plugins/packages/payload/packages/query/src/Template.ts",
356
- "line": 4,
357
- "character": 13,
358
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Template.ts#L4"
359
- }
360
- ],
361
- "signatures": [
362
- {
363
- "id": 15,
364
- "name": "queryPayloadTemplate",
365
- "variant": "signature",
366
- "kind": 4096,
367
- "flags": {},
368
- "sources": [
369
- {
370
- "fileName": "plugins/packages/payload/packages/query/src/Template.ts",
371
- "line": 4,
372
- "character": 36,
373
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Template.ts#L4"
374
- }
375
- ],
376
- "type": {
377
- "type": "intersection",
378
- "types": [
379
- {
380
- "type": "reference",
381
- "target": {
382
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/dist/index.d.ts",
383
- "qualifiedName": "SchemaFields"
384
- },
385
- "name": "SchemaFields",
386
- "package": "@xyo-network/payload-model"
387
- },
388
- {
389
- "type": "reference",
390
- "target": {
391
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/dist/index.d.ts",
392
- "qualifiedName": "PayloadFields"
393
- },
394
- "name": "PayloadFields",
395
- "package": "@xyo-network/payload-model"
396
- },
397
- {
398
- "type": "reflection",
399
- "declaration": {
400
- "id": 16,
401
- "name": "__type",
402
- "variant": "declaration",
403
- "kind": 65536,
404
- "flags": {},
405
- "children": [
406
- {
407
- "id": 17,
408
- "name": "query",
409
- "variant": "declaration",
410
- "kind": 1024,
411
- "flags": {},
412
- "sources": [
413
- {
414
- "fileName": "plugins/packages/payload/packages/query/src/Payload.ts",
415
- "line": 6,
416
- "character": 2,
417
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Payload.ts#L6"
418
- }
419
- ],
420
- "type": {
421
- "type": "intrinsic",
422
- "name": "string"
423
- }
424
- },
425
- {
426
- "id": 18,
427
- "name": "schema",
428
- "variant": "declaration",
429
- "kind": 1024,
430
- "flags": {},
431
- "sources": [
432
- {
433
- "fileName": "plugins/packages/payload/packages/query/src/Payload.ts",
434
- "line": 7,
435
- "character": 2,
436
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Payload.ts#L7"
437
- }
438
- ],
439
- "type": {
440
- "type": "literal",
441
- "value": "network.xyo.query"
442
- }
443
- }
444
- ],
445
- "groups": [
446
- {
447
- "title": "Properties",
448
- "children": [
449
- 17,
450
- 18
451
- ]
452
- }
453
- ],
454
- "sources": [
455
- {
456
- "fileName": "plugins/packages/payload/packages/query/src/Payload.ts",
457
- "line": 5,
458
- "character": 35,
459
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/899ce501d2fd1/packages/plugins/packages/payload/packages/query/src/Payload.ts#L5"
460
- }
461
- ]
462
- }
463
- },
464
- {
465
- "type": "reflection",
466
- "declaration": {
467
- "id": 19,
468
- "name": "__type",
469
- "variant": "declaration",
470
- "kind": 65536,
471
- "flags": {},
472
- "children": [
473
- {
474
- "id": 20,
475
- "name": "schema",
476
- "variant": "declaration",
477
- "kind": 1024,
478
- "flags": {},
479
- "sources": [
480
- {
481
- "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
482
- "line": 17,
483
- "character": 4
484
- }
485
- ],
486
- "type": {
487
- "type": "literal",
488
- "value": "network.xyo.query"
489
- }
490
- }
491
- ],
492
- "groups": [
493
- {
494
- "title": "Properties",
495
- "children": [
496
- 20
497
- ]
498
- }
499
- ],
500
- "sources": [
501
- {
502
- "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
503
- "line": 16,
504
- "character": 171
505
- }
506
- ]
507
- }
508
- }
509
- ]
510
- }
511
- }
512
- ]
513
- }
514
- ],
515
- "groups": [
516
- {
517
- "title": "References",
518
- "children": [
519
- 21
520
- ]
521
- },
522
- {
523
- "title": "Type Aliases",
524
- "children": [
525
- 8,
526
- 13
527
- ]
528
- },
529
- {
530
- "title": "Variables",
531
- "children": [
532
- 12
533
- ]
534
- },
535
- {
536
- "title": "Functions",
537
- "children": [
538
- 1,
539
- 14
540
- ]
541
- }
542
- ],
543
- "packageName": "@xyo-network/query-payload-plugin",
544
- "readme": [
545
- {
546
- "kind": "text",
547
- "text": "[![logo][]](https://xyo.network)\n\nPart of [sdk-xyo-clint-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
548
- }
549
- ],
550
- "symbolIdMap": {
551
- "0": {
552
- "sourceFileName": "src/index.ts",
553
- "qualifiedName": ""
554
- },
555
- "1": {
556
- "sourceFileName": "src/Plugin.ts",
557
- "qualifiedName": "QueryPayloadPlugin"
558
- },
559
- "2": {
560
- "sourceFileName": "src/Plugin.ts",
561
- "qualifiedName": "QueryPayloadPlugin"
562
- },
563
- "3": {
564
- "sourceFileName": "src/Payload.ts",
565
- "qualifiedName": "__type"
566
- },
567
- "4": {
568
- "sourceFileName": "src/Payload.ts",
569
- "qualifiedName": "__type.query"
570
- },
571
- "5": {
572
- "sourceFileName": "src/Payload.ts",
573
- "qualifiedName": "__type.schema"
574
- },
575
- "6": {
576
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/dist/index.d.ts",
577
- "qualifiedName": "__type"
578
- },
579
- "7": {
580
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/dist/index.d.ts",
581
- "qualifiedName": "__type.schema"
582
- },
583
- "8": {
584
- "sourceFileName": "src/Payload.ts",
585
- "qualifiedName": "QueryPayload"
586
- },
587
- "9": {
588
- "sourceFileName": "src/Payload.ts",
589
- "qualifiedName": "__type"
590
- },
591
- "10": {
592
- "sourceFileName": "src/Payload.ts",
593
- "qualifiedName": "__type.query"
594
- },
595
- "11": {
596
- "sourceFileName": "src/Payload.ts",
597
- "qualifiedName": "__type.schema"
598
- },
599
- "12": {
600
- "sourceFileName": "src/Schema.ts",
601
- "qualifiedName": "QuerySchema"
602
- },
603
- "13": {
604
- "sourceFileName": "src/Schema.ts",
605
- "qualifiedName": "QuerySchema"
606
- },
607
- "14": {
608
- "sourceFileName": "src/Template.ts",
609
- "qualifiedName": "queryPayloadTemplate"
610
- },
611
- "15": {
612
- "sourceFileName": "src/Template.ts",
613
- "qualifiedName": "queryPayloadTemplate"
614
- },
615
- "16": {
616
- "sourceFileName": "src/Payload.ts",
617
- "qualifiedName": "__type"
618
- },
619
- "17": {
620
- "sourceFileName": "src/Payload.ts",
621
- "qualifiedName": "__type.query"
622
- },
623
- "18": {
624
- "sourceFileName": "src/Payload.ts",
625
- "qualifiedName": "__type.schema"
626
- },
627
- "19": {
628
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/dist/index.d.ts",
629
- "qualifiedName": "__type"
630
- },
631
- "20": {
632
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/dist/index.d.ts",
633
- "qualifiedName": "__type.schema"
634
- },
635
- "21": {
636
- "sourceFileName": "src/index.ts",
637
- "qualifiedName": "default"
638
- }
639
- }
640
- }
package/tsup.config.ts DELETED
@@ -1,16 +0,0 @@
1
- import { defineConfig } from 'tsup'
2
-
3
- // eslint-disable-next-line import/no-default-export
4
- export default defineConfig({
5
- bundle: true,
6
- cjsInterop: true,
7
- clean: false,
8
- dts: {
9
- entry: ['src/index.ts'],
10
- },
11
- entry: ['src/index.ts'],
12
- format: ['cjs', 'esm'],
13
- sourcemap: true,
14
- splitting: false,
15
- tsconfig: 'tsconfig.json',
16
- })