@coopenomics/factory 2026.2.22-2 → 2026.3.4-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/README.md +120 -70
- package/dist/index.cjs +187 -11
- package/dist/index.d.cts +120 -60
- package/dist/index.d.mts +120 -60
- package/dist/index.d.ts +120 -60
- package/dist/index.mjs +187 -11
- package/package.json +8 -7
package/dist/index.d.cts
CHANGED
|
@@ -9,7 +9,8 @@ declare const Schema$W: JSONSchemaType<Model$W>;
|
|
|
9
9
|
declare const Template$W: ITemplate<Model$W>;
|
|
10
10
|
|
|
11
11
|
declare namespace WalletAgreement {
|
|
12
|
-
export {
|
|
12
|
+
export { Schema$W as Schema, Template$W as Template, registry_id$W as registry_id };
|
|
13
|
+
export type { Action$W as Action, Model$W as Model };
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
declare const registry_id$V = 2;
|
|
@@ -19,7 +20,8 @@ declare const Schema$V: JSONSchemaType<Model$V>;
|
|
|
19
20
|
declare const Template$V: ITemplate<Model$V>;
|
|
20
21
|
|
|
21
22
|
declare namespace RegulationElectronicSignaturet {
|
|
22
|
-
export {
|
|
23
|
+
export { Schema$V as Schema, Template$V as Template, registry_id$V as registry_id };
|
|
24
|
+
export type { Action$V as Action, Model$V as Model };
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
declare const registry_id$U = 3;
|
|
@@ -29,7 +31,8 @@ declare const Schema$U: JSONSchemaType<Model$U>;
|
|
|
29
31
|
declare const Template$U: ITemplate<Model$U>;
|
|
30
32
|
|
|
31
33
|
declare namespace PrivacyPolicy {
|
|
32
|
-
export {
|
|
34
|
+
export { Schema$U as Schema, Template$U as Template, registry_id$U as registry_id };
|
|
35
|
+
export type { Action$U as Action, Model$U as Model };
|
|
33
36
|
}
|
|
34
37
|
|
|
35
38
|
declare const registry_id$T = 4;
|
|
@@ -39,7 +42,8 @@ declare const Schema$T: JSONSchemaType<Model$T>;
|
|
|
39
42
|
declare const Template$T: ITemplate<Model$T>;
|
|
40
43
|
|
|
41
44
|
declare namespace UserAgreement {
|
|
42
|
-
export {
|
|
45
|
+
export { Schema$T as Schema, Template$T as Template, registry_id$T as registry_id };
|
|
46
|
+
export type { Action$T as Action, Model$T as Model };
|
|
43
47
|
}
|
|
44
48
|
|
|
45
49
|
declare const registry_id$S = 50;
|
|
@@ -49,7 +53,8 @@ declare const Schema$S: JSONSchemaType<Model$S>;
|
|
|
49
53
|
declare const Template$S: ITemplate<Model$S>;
|
|
50
54
|
|
|
51
55
|
declare namespace CoopenomicsAgreement {
|
|
52
|
-
export {
|
|
56
|
+
export { Schema$S as Schema, Template$S as Template, registry_id$S as registry_id };
|
|
57
|
+
export type { Action$S as Action, Model$S as Model };
|
|
53
58
|
}
|
|
54
59
|
|
|
55
60
|
declare const registry_id$R = 51;
|
|
@@ -59,7 +64,8 @@ declare const Schema$R: JSONSchemaType<Model$R>;
|
|
|
59
64
|
declare const Template$R: ITemplate<Model$R>;
|
|
60
65
|
|
|
61
66
|
declare namespace ConvertToAxonStatement {
|
|
62
|
-
export {
|
|
67
|
+
export { Schema$R as Schema, Template$R as Template, registry_id$R as registry_id };
|
|
68
|
+
export type { Action$R as Action, Model$R as Model };
|
|
63
69
|
}
|
|
64
70
|
|
|
65
71
|
declare const registry_id$Q = 100;
|
|
@@ -72,7 +78,8 @@ declare const Schema$Q: JSONSchemaType<Model$Q>;
|
|
|
72
78
|
declare const Template$Q: ITemplate<Model$Q>;
|
|
73
79
|
|
|
74
80
|
declare namespace ParticipantApplication {
|
|
75
|
-
export {
|
|
81
|
+
export { Schema$Q as Schema, Template$Q as Template, registry_id$Q as registry_id };
|
|
82
|
+
export type { Action$Q as Action, Model$Q as Model };
|
|
76
83
|
}
|
|
77
84
|
|
|
78
85
|
declare const registry_id$P = 501;
|
|
@@ -85,7 +92,8 @@ declare const Schema$P: JSONSchemaType<Model$P>;
|
|
|
85
92
|
declare const Template$P: ITemplate<Model$P>;
|
|
86
93
|
|
|
87
94
|
declare namespace DecisionOfParticipantApplication {
|
|
88
|
-
export {
|
|
95
|
+
export { Schema$P as Schema, Template$P as Template, registry_id$P as registry_id };
|
|
96
|
+
export type { Action$P as Action, Model$P as Model };
|
|
89
97
|
}
|
|
90
98
|
|
|
91
99
|
declare const registry_id$O = 101;
|
|
@@ -98,7 +106,8 @@ declare const Schema$O: JSONSchemaType<Model$O>;
|
|
|
98
106
|
declare const Template$O: ITemplate<Model$O>;
|
|
99
107
|
|
|
100
108
|
declare namespace SelectBranchStatement {
|
|
101
|
-
export {
|
|
109
|
+
export { Schema$O as Schema, Template$O as Template, registry_id$O as registry_id };
|
|
110
|
+
export type { Action$O as Action, Model$O as Model };
|
|
102
111
|
}
|
|
103
112
|
|
|
104
113
|
declare const registry_id$N = 599;
|
|
@@ -111,7 +120,8 @@ declare const Schema$N: JSONSchemaType<Model$N>;
|
|
|
111
120
|
declare const Template$N: ITemplate<Model$N>;
|
|
112
121
|
|
|
113
122
|
declare namespace ProjectFreeDecision {
|
|
114
|
-
export {
|
|
123
|
+
export { Schema$N as Schema, Template$N as Template, registry_id$N as registry_id };
|
|
124
|
+
export type { Action$N as Action, Model$N as Model };
|
|
115
125
|
}
|
|
116
126
|
|
|
117
127
|
declare const registry_id$M = 600;
|
|
@@ -124,7 +134,8 @@ declare const Schema$M: JSONSchemaType<Model$M>;
|
|
|
124
134
|
declare const Template$M: ITemplate<Model$M>;
|
|
125
135
|
|
|
126
136
|
declare namespace FreeDecision {
|
|
127
|
-
export {
|
|
137
|
+
export { Schema$M as Schema, Template$M as Template, registry_id$M as registry_id };
|
|
138
|
+
export type { Action$M as Action, Model$M as Model };
|
|
128
139
|
}
|
|
129
140
|
|
|
130
141
|
declare const registry_id$L = 700;
|
|
@@ -134,7 +145,8 @@ declare const Schema$L: JSONSchemaType<Model$L>;
|
|
|
134
145
|
declare const Template$L: ITemplate<Model$L>;
|
|
135
146
|
|
|
136
147
|
declare namespace AssetContributionStatement {
|
|
137
|
-
export {
|
|
148
|
+
export { Schema$L as Schema, Template$L as Template, registry_id$L as registry_id };
|
|
149
|
+
export type { Action$L as Action, Model$L as Model };
|
|
138
150
|
}
|
|
139
151
|
|
|
140
152
|
declare const registry_id$K = 800;
|
|
@@ -144,7 +156,8 @@ declare const Schema$K: JSONSchemaType<Model$K>;
|
|
|
144
156
|
declare const Template$K: ITemplate<Model$K>;
|
|
145
157
|
|
|
146
158
|
declare namespace ReturnByAssetStatement {
|
|
147
|
-
export {
|
|
159
|
+
export { Schema$K as Schema, Template$K as Template, registry_id$K as registry_id };
|
|
160
|
+
export type { Action$K as Action, Model$K as Model };
|
|
148
161
|
}
|
|
149
162
|
|
|
150
163
|
declare const registry_id$J = 701;
|
|
@@ -154,7 +167,8 @@ declare const Schema$J: JSONSchemaType<Model$J>;
|
|
|
154
167
|
declare const Template$J: ITemplate<Model$J>;
|
|
155
168
|
|
|
156
169
|
declare namespace AssetContributionDecision {
|
|
157
|
-
export {
|
|
170
|
+
export { Schema$J as Schema, Template$J as Template, registry_id$J as registry_id };
|
|
171
|
+
export type { Action$J as Action, Model$J as Model };
|
|
158
172
|
}
|
|
159
173
|
|
|
160
174
|
declare const registry_id$I = 801;
|
|
@@ -164,7 +178,8 @@ declare const Schema$I: JSONSchemaType<Model$I>;
|
|
|
164
178
|
declare const Template$I: ITemplate<Model$I>;
|
|
165
179
|
|
|
166
180
|
declare namespace ReturnByAssetDecision {
|
|
167
|
-
export {
|
|
181
|
+
export { Schema$I as Schema, Template$I as Template, registry_id$I as registry_id };
|
|
182
|
+
export type { Action$I as Action, Model$I as Model };
|
|
168
183
|
}
|
|
169
184
|
|
|
170
185
|
declare const registry_id$H = 702;
|
|
@@ -174,7 +189,8 @@ declare const Schema$H: JSONSchemaType<Model$H>;
|
|
|
174
189
|
declare const Template$H: ITemplate<Model$H>;
|
|
175
190
|
|
|
176
191
|
declare namespace AssetContributionAct {
|
|
177
|
-
export {
|
|
192
|
+
export { Schema$H as Schema, Template$H as Template, registry_id$H as registry_id };
|
|
193
|
+
export type { Action$H as Action, Model$H as Model };
|
|
178
194
|
}
|
|
179
195
|
|
|
180
196
|
declare const registry_id$G = 802;
|
|
@@ -184,7 +200,8 @@ declare const Schema$G: JSONSchemaType<Model$G>;
|
|
|
184
200
|
declare const Template$G: ITemplate<Model$G>;
|
|
185
201
|
|
|
186
202
|
declare namespace ReturnByAssetAct {
|
|
187
|
-
export {
|
|
203
|
+
export { Schema$G as Schema, Template$G as Template, registry_id$G as registry_id };
|
|
204
|
+
export type { Action$G as Action, Model$G as Model };
|
|
188
205
|
}
|
|
189
206
|
|
|
190
207
|
declare const registry_id$F = 900;
|
|
@@ -194,7 +211,8 @@ declare const Schema$F: JSONSchemaType<Model$F>;
|
|
|
194
211
|
declare const Template$F: ITemplate<Model$F>;
|
|
195
212
|
|
|
196
213
|
declare namespace ReturnByMoney {
|
|
197
|
-
export {
|
|
214
|
+
export { Schema$F as Schema, Template$F as Template, registry_id$F as registry_id };
|
|
215
|
+
export type { Action$F as Action, Model$F as Model };
|
|
198
216
|
}
|
|
199
217
|
|
|
200
218
|
declare const registry_id$E = 901;
|
|
@@ -204,7 +222,8 @@ declare const Schema$E: JSONSchemaType<Model$E>;
|
|
|
204
222
|
declare const Template$E: ITemplate<Model$E>;
|
|
205
223
|
|
|
206
224
|
declare namespace ReturnByMoneyDecision {
|
|
207
|
-
export {
|
|
225
|
+
export { Schema$E as Schema, Template$E as Template, registry_id$E as registry_id };
|
|
226
|
+
export type { Action$E as Action, Model$E as Model };
|
|
208
227
|
}
|
|
209
228
|
|
|
210
229
|
declare const registry_id$D = 1001;
|
|
@@ -214,7 +233,8 @@ declare const Schema$D: JSONSchemaType<Model$D>;
|
|
|
214
233
|
declare const Template$D: ITemplate<Model$D>;
|
|
215
234
|
|
|
216
235
|
declare namespace GenerationContract {
|
|
217
|
-
export {
|
|
236
|
+
export { Schema$D as Schema, Template$D as Template, registry_id$D as registry_id };
|
|
237
|
+
export type { Action$D as Action, Model$D as Model };
|
|
218
238
|
}
|
|
219
239
|
|
|
220
240
|
declare const registry_id$C = 1002;
|
|
@@ -224,7 +244,8 @@ declare const Schema$C: JSONSchemaType<Model$C>;
|
|
|
224
244
|
declare const Template$C: ITemplate<Model$C>;
|
|
225
245
|
|
|
226
246
|
declare namespace ProjectGenerationContract {
|
|
227
|
-
export {
|
|
247
|
+
export { Schema$C as Schema, Template$C as Template, registry_id$C as registry_id };
|
|
248
|
+
export type { Action$C as Action, Model$C as Model };
|
|
228
249
|
}
|
|
229
250
|
|
|
230
251
|
declare const registry_id$B = 1003;
|
|
@@ -234,7 +255,8 @@ declare const Schema$B: JSONSchemaType<Model$B>;
|
|
|
234
255
|
declare const Template$B: ITemplate<Model$B>;
|
|
235
256
|
|
|
236
257
|
declare namespace ComponentGenerationContract {
|
|
237
|
-
export {
|
|
258
|
+
export { Schema$B as Schema, Template$B as Template, registry_id$B as registry_id };
|
|
259
|
+
export type { Action$B as Action, Model$B as Model };
|
|
238
260
|
}
|
|
239
261
|
|
|
240
262
|
declare const registry_id$A = 1004;
|
|
@@ -244,7 +266,8 @@ declare const Schema$A: JSONSchemaType<Model$A>;
|
|
|
244
266
|
declare const Template$A: ITemplate<Model$A>;
|
|
245
267
|
|
|
246
268
|
declare namespace StorageAgreement {
|
|
247
|
-
export {
|
|
269
|
+
export { Schema$A as Schema, Template$A as Template, registry_id$A as registry_id };
|
|
270
|
+
export type { Action$A as Action, Model$A as Model };
|
|
248
271
|
}
|
|
249
272
|
|
|
250
273
|
declare const registry_id$z = 1007;
|
|
@@ -254,7 +277,8 @@ declare const Schema$z: JSONSchemaType<Model$z>;
|
|
|
254
277
|
declare const Template$z: ITemplate<Model$z>;
|
|
255
278
|
|
|
256
279
|
declare namespace BlagorostAgreement {
|
|
257
|
-
export {
|
|
280
|
+
export { Schema$z as Schema, Template$z as Template, registry_id$z as registry_id };
|
|
281
|
+
export type { Action$z as Action, Model$z as Model };
|
|
258
282
|
}
|
|
259
283
|
|
|
260
284
|
declare const registry_id$y = 1005;
|
|
@@ -264,7 +288,8 @@ declare const Schema$y: JSONSchemaType<Model$y>;
|
|
|
264
288
|
declare const Template$y: ITemplate<Model$y>;
|
|
265
289
|
|
|
266
290
|
declare namespace InitProjectStatement {
|
|
267
|
-
export {
|
|
291
|
+
export { Schema$y as Schema, Template$y as Template, registry_id$y as registry_id };
|
|
292
|
+
export type { Action$y as Action, Model$y as Model };
|
|
268
293
|
}
|
|
269
294
|
|
|
270
295
|
declare const registry_id$x = 1006;
|
|
@@ -277,7 +302,8 @@ declare const Schema$x: JSONSchemaType<Model$x>;
|
|
|
277
302
|
declare const Template$x: ITemplate<Model$x>;
|
|
278
303
|
|
|
279
304
|
declare namespace InitProjectDecision {
|
|
280
|
-
export {
|
|
305
|
+
export { Schema$x as Schema, Template$x as Template, registry_id$x as registry_id };
|
|
306
|
+
export type { Action$x as Action, Model$x as Model };
|
|
281
307
|
}
|
|
282
308
|
|
|
283
309
|
declare const registry_id$w = 1010;
|
|
@@ -287,7 +313,8 @@ declare const Schema$w: JSONSchemaType<Model$w>;
|
|
|
287
313
|
declare const Template$w: ITemplate<Model$w>;
|
|
288
314
|
|
|
289
315
|
declare namespace ExpenseStatement {
|
|
290
|
-
export {
|
|
316
|
+
export { Schema$w as Schema, Template$w as Template, registry_id$w as registry_id };
|
|
317
|
+
export type { Action$w as Action, Model$w as Model };
|
|
291
318
|
}
|
|
292
319
|
|
|
293
320
|
declare const registry_id$v = 1011;
|
|
@@ -297,7 +324,8 @@ declare const Schema$v: JSONSchemaType<Model$v>;
|
|
|
297
324
|
declare const Template$v: ITemplate<Model$v>;
|
|
298
325
|
|
|
299
326
|
declare namespace ExpenseDecision {
|
|
300
|
-
export {
|
|
327
|
+
export { Schema$v as Schema, Template$v as Template, registry_id$v as registry_id };
|
|
328
|
+
export type { Action$v as Action, Model$v as Model };
|
|
301
329
|
}
|
|
302
330
|
|
|
303
331
|
declare const registry_id$u = 1020;
|
|
@@ -307,7 +335,8 @@ declare const Schema$u: JSONSchemaType<Model$u>;
|
|
|
307
335
|
declare const Template$u: ITemplate<Model$u>;
|
|
308
336
|
|
|
309
337
|
declare namespace GenerationMoneyInvestStatement {
|
|
310
|
-
export {
|
|
338
|
+
export { Schema$u as Schema, Template$u as Template, registry_id$u as registry_id };
|
|
339
|
+
export type { Action$u as Action, Model$u as Model };
|
|
311
340
|
}
|
|
312
341
|
|
|
313
342
|
declare const registry_id$t = 1025;
|
|
@@ -317,7 +346,8 @@ declare const Schema$t: JSONSchemaType<Model$t>;
|
|
|
317
346
|
declare const Template$t: ITemplate<Model$t>;
|
|
318
347
|
|
|
319
348
|
declare namespace GenerationMoneyReturnUnusedStatement {
|
|
320
|
-
export {
|
|
349
|
+
export { Schema$t as Schema, Template$t as Template, registry_id$t as registry_id };
|
|
350
|
+
export type { Action$t as Action, Model$t as Model };
|
|
321
351
|
}
|
|
322
352
|
|
|
323
353
|
declare const registry_id$s = 1030;
|
|
@@ -327,7 +357,8 @@ declare const Schema$s: JSONSchemaType<Model$s>;
|
|
|
327
357
|
declare const Template$s: ITemplate<Model$s>;
|
|
328
358
|
|
|
329
359
|
declare namespace CapitalizationMoneyInvestStatement {
|
|
330
|
-
export {
|
|
360
|
+
export { Schema$s as Schema, Template$s as Template, registry_id$s as registry_id };
|
|
361
|
+
export type { Action$s as Action, Model$s as Model };
|
|
331
362
|
}
|
|
332
363
|
|
|
333
364
|
declare const registry_id$r = 1040;
|
|
@@ -337,7 +368,8 @@ declare const Schema$r: JSONSchemaType<Model$r>;
|
|
|
337
368
|
declare const Template$r: ITemplate<Model$r>;
|
|
338
369
|
|
|
339
370
|
declare namespace ResultContributionStatement {
|
|
340
|
-
export {
|
|
371
|
+
export { Schema$r as Schema, Template$r as Template, registry_id$r as registry_id };
|
|
372
|
+
export type { Action$r as Action, Model$r as Model };
|
|
341
373
|
}
|
|
342
374
|
|
|
343
375
|
declare const registry_id$q = 1041;
|
|
@@ -347,7 +379,8 @@ declare const Schema$q: JSONSchemaType<Model$q>;
|
|
|
347
379
|
declare const Template$q: ITemplate<Model$q>;
|
|
348
380
|
|
|
349
381
|
declare namespace ResultContributionDecision {
|
|
350
|
-
export {
|
|
382
|
+
export { Schema$q as Schema, Template$q as Template, registry_id$q as registry_id };
|
|
383
|
+
export type { Action$q as Action, Model$q as Model };
|
|
351
384
|
}
|
|
352
385
|
|
|
353
386
|
declare const registry_id$p = 1042;
|
|
@@ -357,7 +390,8 @@ declare const Schema$p: JSONSchemaType<Model$p>;
|
|
|
357
390
|
declare const Template$p: ITemplate<Model$p>;
|
|
358
391
|
|
|
359
392
|
declare namespace ResultContributionAct {
|
|
360
|
-
export {
|
|
393
|
+
export { Schema$p as Schema, Template$p as Template, registry_id$p as registry_id };
|
|
394
|
+
export type { Action$p as Action, Model$p as Model };
|
|
361
395
|
}
|
|
362
396
|
|
|
363
397
|
declare const registry_id$o = 1050;
|
|
@@ -367,7 +401,8 @@ declare const Schema$o: JSONSchemaType<Model$o>;
|
|
|
367
401
|
declare const Template$o: ITemplate<Model$o>;
|
|
368
402
|
|
|
369
403
|
declare namespace GetLoanStatement {
|
|
370
|
-
export {
|
|
404
|
+
export { Schema$o as Schema, Template$o as Template, registry_id$o as registry_id };
|
|
405
|
+
export type { Action$o as Action, Model$o as Model };
|
|
371
406
|
}
|
|
372
407
|
|
|
373
408
|
declare const registry_id$n = 1051;
|
|
@@ -377,7 +412,8 @@ declare const Schema$n: JSONSchemaType<Model$n>;
|
|
|
377
412
|
declare const Template$n: ITemplate<Model$n>;
|
|
378
413
|
|
|
379
414
|
declare namespace GetLoanDecision {
|
|
380
|
-
export {
|
|
415
|
+
export { Schema$n as Schema, Template$n as Template, registry_id$n as registry_id };
|
|
416
|
+
export type { Action$n as Action, Model$n as Model };
|
|
381
417
|
}
|
|
382
418
|
|
|
383
419
|
declare const registry_id$m = 1060;
|
|
@@ -387,7 +423,8 @@ declare const Schema$m: JSONSchemaType<Model$m>;
|
|
|
387
423
|
declare const Template$m: ITemplate<Model$m>;
|
|
388
424
|
|
|
389
425
|
declare namespace GenerationPropertyInvestStatement {
|
|
390
|
-
export {
|
|
426
|
+
export { Schema$m as Schema, Template$m as Template, registry_id$m as registry_id };
|
|
427
|
+
export type { Action$m as Action, Model$m as Model };
|
|
391
428
|
}
|
|
392
429
|
|
|
393
430
|
declare const registry_id$l = 1061;
|
|
@@ -397,7 +434,8 @@ declare const Schema$l: JSONSchemaType<Model$l>;
|
|
|
397
434
|
declare const Template$l: ITemplate<Model$l>;
|
|
398
435
|
|
|
399
436
|
declare namespace GenerationPropertyInvestDecision {
|
|
400
|
-
export {
|
|
437
|
+
export { Schema$l as Schema, Template$l as Template, registry_id$l as registry_id };
|
|
438
|
+
export type { Action$l as Action, Model$l as Model };
|
|
401
439
|
}
|
|
402
440
|
|
|
403
441
|
declare const registry_id$k = 1062;
|
|
@@ -407,7 +445,8 @@ declare const Schema$k: JSONSchemaType<Model$k>;
|
|
|
407
445
|
declare const Template$k: ITemplate<Model$k>;
|
|
408
446
|
|
|
409
447
|
declare namespace GenerationPropertyInvestAct {
|
|
410
|
-
export {
|
|
448
|
+
export { Schema$k as Schema, Template$k as Template, registry_id$k as registry_id };
|
|
449
|
+
export type { Action$k as Action, Model$k as Model };
|
|
411
450
|
}
|
|
412
451
|
|
|
413
452
|
declare const registry_id$j = 1070;
|
|
@@ -417,7 +456,8 @@ declare const Schema$j: JSONSchemaType<Model$j>;
|
|
|
417
456
|
declare const Template$j: ITemplate<Model$j>;
|
|
418
457
|
|
|
419
458
|
declare namespace CapitalizationPropertyInvestStatement {
|
|
420
|
-
export {
|
|
459
|
+
export { Schema$j as Schema, Template$j as Template, registry_id$j as registry_id };
|
|
460
|
+
export type { Action$j as Action, Model$j as Model };
|
|
421
461
|
}
|
|
422
462
|
|
|
423
463
|
declare const registry_id$i = 1071;
|
|
@@ -427,7 +467,8 @@ declare const Schema$i: JSONSchemaType<Model$i>;
|
|
|
427
467
|
declare const Template$i: ITemplate<Model$i>;
|
|
428
468
|
|
|
429
469
|
declare namespace CapitalizationPropertyInvestDecision {
|
|
430
|
-
export {
|
|
470
|
+
export { Schema$i as Schema, Template$i as Template, registry_id$i as registry_id };
|
|
471
|
+
export type { Action$i as Action, Model$i as Model };
|
|
431
472
|
}
|
|
432
473
|
|
|
433
474
|
declare const registry_id$h = 1072;
|
|
@@ -437,7 +478,8 @@ declare const Schema$h: JSONSchemaType<Model$h>;
|
|
|
437
478
|
declare const Template$h: ITemplate<Model$h>;
|
|
438
479
|
|
|
439
480
|
declare namespace CapitalizationPropertyInvestAct {
|
|
440
|
-
export {
|
|
481
|
+
export { Schema$h as Schema, Template$h as Template, registry_id$h as registry_id };
|
|
482
|
+
export type { Action$h as Action, Model$h as Model };
|
|
441
483
|
}
|
|
442
484
|
|
|
443
485
|
declare const registry_id$g = 1080;
|
|
@@ -447,7 +489,8 @@ declare const Schema$g: JSONSchemaType<Model$g>;
|
|
|
447
489
|
declare const Template$g: ITemplate<Model$g>;
|
|
448
490
|
|
|
449
491
|
declare namespace GenerationToMainWalletConvertStatement {
|
|
450
|
-
export {
|
|
492
|
+
export { Schema$g as Schema, Template$g as Template, registry_id$g as registry_id };
|
|
493
|
+
export type { Action$g as Action, Model$g as Model };
|
|
451
494
|
}
|
|
452
495
|
|
|
453
496
|
declare const registry_id$f = 1081;
|
|
@@ -457,7 +500,8 @@ declare const Schema$f: JSONSchemaType<Model$f>;
|
|
|
457
500
|
declare const Template$f: ITemplate<Model$f>;
|
|
458
501
|
|
|
459
502
|
declare namespace GenerationToProjectConvertStatement {
|
|
460
|
-
export {
|
|
503
|
+
export { Schema$f as Schema, Template$f as Template, registry_id$f as registry_id };
|
|
504
|
+
export type { Action$f as Action, Model$f as Model };
|
|
461
505
|
}
|
|
462
506
|
|
|
463
507
|
declare const registry_id$e = 1082;
|
|
@@ -467,7 +511,8 @@ declare const Schema$e: JSONSchemaType<Model$e>;
|
|
|
467
511
|
declare const Template$e: ITemplate<Model$e>;
|
|
468
512
|
|
|
469
513
|
declare namespace GenerationToCapitalizationConvertStatement {
|
|
470
|
-
export {
|
|
514
|
+
export { Schema$e as Schema, Template$e as Template, registry_id$e as registry_id };
|
|
515
|
+
export type { Action$e as Action, Model$e as Model };
|
|
471
516
|
}
|
|
472
517
|
|
|
473
518
|
declare const registry_id$d = 1090;
|
|
@@ -477,7 +522,8 @@ declare const Schema$d: JSONSchemaType<Model$d>;
|
|
|
477
522
|
declare const Template$d: ITemplate<Model$d>;
|
|
478
523
|
|
|
479
524
|
declare namespace CapitalizationToMainWalletConvertStatement {
|
|
480
|
-
export {
|
|
525
|
+
export { Schema$d as Schema, Template$d as Template, registry_id$d as registry_id };
|
|
526
|
+
export type { Action$d as Action, Model$d as Model };
|
|
481
527
|
}
|
|
482
528
|
|
|
483
529
|
declare const registry_id$c = 699;
|
|
@@ -487,7 +533,8 @@ declare const Schema$c: JSONSchemaType<Model$c>;
|
|
|
487
533
|
declare const Template$c: ITemplate<Model$c>;
|
|
488
534
|
|
|
489
535
|
declare namespace SosediAgreement {
|
|
490
|
-
export {
|
|
536
|
+
export { Schema$c as Schema, Template$c as Template, registry_id$c as registry_id };
|
|
537
|
+
export type { Action$c as Action, Model$c as Model };
|
|
491
538
|
}
|
|
492
539
|
|
|
493
540
|
declare const registry_id$b = 300;
|
|
@@ -497,7 +544,8 @@ declare const Schema$b: JSONSchemaType<Model$b>;
|
|
|
497
544
|
declare const Template$b: ITemplate<Model$b>;
|
|
498
545
|
|
|
499
546
|
declare namespace AnnualGeneralMeetingAgenda {
|
|
500
|
-
export {
|
|
547
|
+
export { Schema$b as Schema, Template$b as Template, registry_id$b as registry_id };
|
|
548
|
+
export type { Action$b as Action, Model$b as Model };
|
|
501
549
|
}
|
|
502
550
|
|
|
503
551
|
declare const registry_id$a = 301;
|
|
@@ -507,7 +555,8 @@ declare const Schema$a: JSONSchemaType<Model$a>;
|
|
|
507
555
|
declare const Template$a: ITemplate<Model$a>;
|
|
508
556
|
|
|
509
557
|
declare namespace AnnualGeneralMeetingSovietDecision {
|
|
510
|
-
export {
|
|
558
|
+
export { Schema$a as Schema, Template$a as Template, registry_id$a as registry_id };
|
|
559
|
+
export type { Action$a as Action, Model$a as Model };
|
|
511
560
|
}
|
|
512
561
|
|
|
513
562
|
declare const registry_id$9 = 302;
|
|
@@ -517,7 +566,8 @@ declare const Schema$9: JSONSchemaType<Model$9>;
|
|
|
517
566
|
declare const Template$9: ITemplate<Model$9>;
|
|
518
567
|
|
|
519
568
|
declare namespace AnnualGeneralMeetingNotification {
|
|
520
|
-
export {
|
|
569
|
+
export { Schema$9 as Schema, Template$9 as Template, registry_id$9 as registry_id };
|
|
570
|
+
export type { Action$9 as Action, Model$9 as Model };
|
|
521
571
|
}
|
|
522
572
|
|
|
523
573
|
declare const registry_id$8 = 303;
|
|
@@ -527,7 +577,8 @@ declare const Schema$8: JSONSchemaType<Model$8>;
|
|
|
527
577
|
declare const Template$8: ITemplate<Model$8>;
|
|
528
578
|
|
|
529
579
|
declare namespace AnnualGeneralMeetingVotingBallot {
|
|
530
|
-
export {
|
|
580
|
+
export { Schema$8 as Schema, Template$8 as Template, registry_id$8 as registry_id };
|
|
581
|
+
export type { Action$8 as Action, Model$8 as Model };
|
|
531
582
|
}
|
|
532
583
|
|
|
533
584
|
declare const registry_id$7: 304;
|
|
@@ -543,7 +594,8 @@ declare const Schema$7: JSONSchemaType<Model$7>;
|
|
|
543
594
|
declare const Template$7: ITemplate<Model$7>;
|
|
544
595
|
|
|
545
596
|
declare namespace AnnualGeneralMeetingDecision {
|
|
546
|
-
export {
|
|
597
|
+
export { Schema$7 as Schema, Template$7 as Template, registry_id$7 as registry_id };
|
|
598
|
+
export type { Action$7 as Action, Model$7 as Model };
|
|
547
599
|
}
|
|
548
600
|
|
|
549
601
|
interface ValidateResult {
|
|
@@ -728,7 +780,8 @@ declare const Schema$6: JSONSchemaType<Model$6>;
|
|
|
728
780
|
declare const Template$6: ITemplate<Model$6>;
|
|
729
781
|
|
|
730
782
|
declare namespace BlagorostProgramTemplate {
|
|
731
|
-
export {
|
|
783
|
+
export { Schema$6 as Schema, Template$6 as Template, registry_id$6 as registry_id };
|
|
784
|
+
export type { Action$6 as Action, Model$6 as Model };
|
|
732
785
|
}
|
|
733
786
|
|
|
734
787
|
declare const registry_id$5 = 999;
|
|
@@ -738,7 +791,8 @@ declare const Schema$5: JSONSchemaType<Model$5>;
|
|
|
738
791
|
declare const Template$5: ITemplate<Model$5>;
|
|
739
792
|
|
|
740
793
|
declare namespace BlagorostOfferTemplate {
|
|
741
|
-
export {
|
|
794
|
+
export { Schema$5 as Schema, Template$5 as Template, registry_id$5 as registry_id };
|
|
795
|
+
export type { Action$5 as Action, Model$5 as Model };
|
|
742
796
|
}
|
|
743
797
|
|
|
744
798
|
declare const registry_id$4 = 997;
|
|
@@ -748,7 +802,8 @@ declare const Schema$4: JSONSchemaType<Model$4>;
|
|
|
748
802
|
declare const Template$4: ITemplate<Model$4>;
|
|
749
803
|
|
|
750
804
|
declare namespace GenerationContractTemplate {
|
|
751
|
-
export {
|
|
805
|
+
export { Schema$4 as Schema, Template$4 as Template, registry_id$4 as registry_id };
|
|
806
|
+
export type { Action$4 as Action, Model$4 as Model };
|
|
752
807
|
}
|
|
753
808
|
|
|
754
809
|
declare const registry_id$3 = 995;
|
|
@@ -758,7 +813,8 @@ declare const Schema$3: JSONSchemaType<Model$3>;
|
|
|
758
813
|
declare const Template$3: ITemplate<Model$3>;
|
|
759
814
|
|
|
760
815
|
declare namespace GeneratorOfferTemplate {
|
|
761
|
-
export {
|
|
816
|
+
export { Schema$3 as Schema, Template$3 as Template, registry_id$3 as registry_id };
|
|
817
|
+
export type { Action$3 as Action, Model$3 as Model };
|
|
762
818
|
}
|
|
763
819
|
|
|
764
820
|
declare const registry_id$2 = 996;
|
|
@@ -768,7 +824,8 @@ declare const Schema$2: JSONSchemaType<Model$2>;
|
|
|
768
824
|
declare const Template$2: ITemplate<Model$2>;
|
|
769
825
|
|
|
770
826
|
declare namespace GeneratorOffer {
|
|
771
|
-
export {
|
|
827
|
+
export { Schema$2 as Schema, Template$2 as Template, registry_id$2 as registry_id };
|
|
828
|
+
export type { Action$2 as Action, Model$2 as Model };
|
|
772
829
|
}
|
|
773
830
|
|
|
774
831
|
declare const registry_id$1 = 994;
|
|
@@ -778,7 +835,8 @@ declare const Schema$1: JSONSchemaType<Model$1>;
|
|
|
778
835
|
declare const Template$1: ITemplate<Model$1>;
|
|
779
836
|
|
|
780
837
|
declare namespace GeneratorProgramTemplate {
|
|
781
|
-
export {
|
|
838
|
+
export { Schema$1 as Schema, Template$1 as Template, registry_id$1 as registry_id };
|
|
839
|
+
export type { Action$1 as Action, Model$1 as Model };
|
|
782
840
|
}
|
|
783
841
|
|
|
784
842
|
declare const registry_id = 1000;
|
|
@@ -793,7 +851,8 @@ declare const BlagorostOffer_Schema: typeof Schema;
|
|
|
793
851
|
declare const BlagorostOffer_Template: typeof Template;
|
|
794
852
|
declare const BlagorostOffer_registry_id: typeof registry_id;
|
|
795
853
|
declare namespace BlagorostOffer {
|
|
796
|
-
export {
|
|
854
|
+
export { BlagorostOffer_Schema as Schema, BlagorostOffer_Template as Template, BlagorostOffer_registry_id as registry_id };
|
|
855
|
+
export type { BlagorostOffer_Action as Action, BlagorostOffer_Model as Model };
|
|
797
856
|
}
|
|
798
857
|
|
|
799
858
|
declare const Registry: {
|
|
@@ -1039,4 +1098,5 @@ declare class Generator implements IGenerator {
|
|
|
1039
1098
|
search(query: string): Promise<ISearchResult[]>;
|
|
1040
1099
|
}
|
|
1041
1100
|
|
|
1042
|
-
export { AgendaMeetSchema, AgendaQuestionSchema, AnnualGeneralMeetingAgenda, AnnualGeneralMeetingDecision, AnnualGeneralMeetingNotification, AnnualGeneralMeetingSovietDecision, AnnualGeneralMeetingVotingBallot, AssetContributionAct, AssetContributionDecision, AssetContributionStatement, BankAccountSchema, BlagorostAgreement, BlagorostOffer, BlagorostOfferTemplate, BlagorostProgramTemplate, CapitalizationMoneyInvestStatement, CapitalizationPropertyInvestAct, CapitalizationPropertyInvestDecision, CapitalizationPropertyInvestStatement, CapitalizationToMainWalletConvertStatement, CommonUserSchema, ComponentGenerationContract, ConvertToAxonStatement, CoopenomicsAgreement, CooperativeSchema,
|
|
1101
|
+
export { AgendaMeetSchema, AgendaQuestionSchema, AnnualGeneralMeetingAgenda, AnnualGeneralMeetingDecision, AnnualGeneralMeetingNotification, AnnualGeneralMeetingSovietDecision, AnnualGeneralMeetingVotingBallot, AssetContributionAct, AssetContributionDecision, AssetContributionStatement, BankAccountSchema, BlagorostAgreement, BlagorostOffer, BlagorostOfferTemplate, BlagorostProgramTemplate, CapitalizationMoneyInvestStatement, CapitalizationPropertyInvestAct, CapitalizationPropertyInvestDecision, CapitalizationPropertyInvestStatement, CapitalizationToMainWalletConvertStatement, CommonUserSchema, ComponentGenerationContract, ConvertToAxonStatement, CoopenomicsAgreement, CooperativeSchema, DecisionOfParticipantApplication, ExpenseDecision, ExpenseStatement, FreeDecision, GenerationContract, GenerationContractTemplate, GenerationMoneyInvestStatement, GenerationMoneyReturnUnusedStatement, GenerationPropertyInvestAct, GenerationPropertyInvestDecision, GenerationPropertyInvestStatement, GenerationToCapitalizationConvertStatement, GenerationToMainWalletConvertStatement, GenerationToProjectConvertStatement, Generator, GeneratorOffer, GeneratorOfferTemplate, GeneratorProgramTemplate, GetLoanDecision, GetLoanStatement, InitProjectDecision, InitProjectStatement, MeetPointSchema, MeetSchema, ParticipantApplication, PrivacyPolicy, ProjectFreeDecision, ProjectGenerationContract, QuestionExtendedSchema, QuestionSchema, Registry, RegulationElectronicSignaturet as RegulationElectronicSignature, ResultContributionAct, ResultContributionDecision, ResultContributionStatement, ReturnByAssetAct, ReturnByAssetDecision, ReturnByAssetStatement, ReturnByMoney, ReturnByMoneyDecision, SelectBranchStatement, SosediAgreement, StorageAgreement, UserAgreement, VarsSchema, WalletAgreement, decisionSchema, entrepreneurSchema, individualSchema, organizationSchema, paymentMethodSchema, udataSchema };
|
|
1102
|
+
export type { Currency, IBCState, IBankAccount, ICombinedData, CooperativeData as ICooperativeData, ExternalEntrepreneurData as IEntrepreneurData, ExternalProjectData as IExternalProjectData, IFilterActions, IFilterDeltas, IFilterDocuments, IGenerate, IGenerateAgreement, IGenerateJoinCoop, IGenerateJoinCoopDecision, IGeneratedDocument, IGenerationOptions, IGenerator, ExternalIndividualData as IIndividualData, IMetaDocument, IMetaDocumentPartial, ExternalOrganizationData as IOrganizationData, IPaymentData, ISearchResult, ITemplate, ITranslations, ExternalUdata as IUdata, LangType, NestedRecord, Numbers, dataTypes, externalDataTypes, externalDataTypesArrays, internalFilterTypes };
|