cooptypes 0.3.1 → 0.4.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/README.md +2 -2
- package/dist/index.cjs +664 -441
- package/dist/index.d.cts +1605 -906
- package/dist/index.d.mts +1605 -906
- package/dist/index.d.ts +1605 -906
- package/dist/index.mjs +657 -435
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -27,14 +27,14 @@ declare const _contract = "_contract";
|
|
|
27
27
|
*/
|
|
28
28
|
declare const _system$1 = "_system";
|
|
29
29
|
|
|
30
|
-
declare const index$
|
|
31
|
-
declare const index$
|
|
32
|
-
declare const index$
|
|
33
|
-
declare const index$
|
|
34
|
-
declare const index$
|
|
35
|
-
declare const index$
|
|
36
|
-
declare namespace index$
|
|
37
|
-
export { index$
|
|
30
|
+
declare const index$u__admin: typeof _admin;
|
|
31
|
+
declare const index$u__chairman: typeof _chairman;
|
|
32
|
+
declare const index$u__contract: typeof _contract;
|
|
33
|
+
declare const index$u__coopname: typeof _coopname;
|
|
34
|
+
declare const index$u__member: typeof _member;
|
|
35
|
+
declare const index$u__username: typeof _username;
|
|
36
|
+
declare namespace index$u {
|
|
37
|
+
export { index$u__admin as _admin, index$u__chairman as _chairman, index$u__contract as _contract, index$u__coopname as _coopname, index$u__member as _member, _system$1 as _system, index$u__username as _username };
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
declare const _draft: {
|
|
@@ -70,16 +70,16 @@ declare const _token: {
|
|
|
70
70
|
readonly testnet: "eosio.token";
|
|
71
71
|
};
|
|
72
72
|
|
|
73
|
-
declare const index$
|
|
74
|
-
declare const index$
|
|
75
|
-
declare const index$
|
|
76
|
-
declare const index$
|
|
77
|
-
declare const index$
|
|
78
|
-
declare const index$
|
|
79
|
-
declare const index$
|
|
80
|
-
declare const index$
|
|
81
|
-
declare namespace index$
|
|
82
|
-
export { index$
|
|
73
|
+
declare const index$t__draft: typeof _draft;
|
|
74
|
+
declare const index$t__fund: typeof _fund;
|
|
75
|
+
declare const index$t__gateway: typeof _gateway;
|
|
76
|
+
declare const index$t__marketplace: typeof _marketplace;
|
|
77
|
+
declare const index$t__registrator: typeof _registrator;
|
|
78
|
+
declare const index$t__soviet: typeof _soviet;
|
|
79
|
+
declare const index$t__system: typeof _system;
|
|
80
|
+
declare const index$t__token: typeof _token;
|
|
81
|
+
declare namespace index$t {
|
|
82
|
+
export { index$t__draft as _draft, index$t__fund as _fund, index$t__gateway as _gateway, index$t__marketplace as _marketplace, index$t__registrator as _registrator, index$t__soviet as _soviet, index$t__system as _system, index$t__token as _token };
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
/**
|
|
@@ -108,30 +108,30 @@ interface Authorization {
|
|
|
108
108
|
actor: typeof _username | typeof _chairman | typeof _admin | typeof _contract | typeof _system$1;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
type index$
|
|
112
|
-
declare const index$
|
|
113
|
-
declare const index$
|
|
114
|
-
declare const index$
|
|
115
|
-
declare namespace index$
|
|
116
|
-
export { type index$
|
|
111
|
+
type index$s_Authorization = Authorization;
|
|
112
|
+
declare const index$s_active: typeof active;
|
|
113
|
+
declare const index$s_owner: typeof owner;
|
|
114
|
+
declare const index$s_special: typeof special;
|
|
115
|
+
declare namespace index$s {
|
|
116
|
+
export { type index$s_Authorization as Authorization, index$s_active as active, index$s_owner as owner, index$s_special as special };
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
declare namespace index$
|
|
120
|
-
export { index$
|
|
119
|
+
declare namespace index$r {
|
|
120
|
+
export { index$u as Actors, index$t as ContractNames, index$s as Permissions };
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
type IName$
|
|
124
|
-
type IUint64$
|
|
123
|
+
type IName$6 = string;
|
|
124
|
+
type IUint64$5 = number | string;
|
|
125
125
|
interface ICounts$3 extends ICountsBase$3 {
|
|
126
126
|
}
|
|
127
127
|
interface ICountsBase$3 {
|
|
128
|
-
key: IName$
|
|
129
|
-
secondary_key: IName$
|
|
130
|
-
value: IUint64$
|
|
128
|
+
key: IName$6;
|
|
129
|
+
secondary_key: IName$6;
|
|
130
|
+
value: IUint64$5;
|
|
131
131
|
}
|
|
132
132
|
interface ICreatedraft {
|
|
133
|
-
registry_id: IUint64$
|
|
134
|
-
lang: IName$
|
|
133
|
+
registry_id: IUint64$5;
|
|
134
|
+
lang: IName$6;
|
|
135
135
|
title: string;
|
|
136
136
|
description: string;
|
|
137
137
|
context: string;
|
|
@@ -139,40 +139,40 @@ interface ICreatedraft {
|
|
|
139
139
|
translation_data: string;
|
|
140
140
|
}
|
|
141
141
|
interface ICreatetrans {
|
|
142
|
-
draft_id: IUint64$
|
|
143
|
-
lang: IName$
|
|
142
|
+
draft_id: IUint64$5;
|
|
143
|
+
lang: IName$6;
|
|
144
144
|
data: string;
|
|
145
145
|
}
|
|
146
146
|
interface IDeldraft {
|
|
147
|
-
draft_id: IUint64$
|
|
147
|
+
draft_id: IUint64$5;
|
|
148
148
|
}
|
|
149
149
|
interface IDeltrans {
|
|
150
|
-
translate_id: IUint64$
|
|
150
|
+
translate_id: IUint64$5;
|
|
151
151
|
}
|
|
152
152
|
interface IDrafts$1 {
|
|
153
|
-
id: IUint64$
|
|
154
|
-
registry_id: IUint64$
|
|
155
|
-
creator: IName$
|
|
156
|
-
actions: IName$
|
|
157
|
-
version: IUint64$
|
|
158
|
-
default_translation_id: IUint64$
|
|
153
|
+
id: IUint64$5;
|
|
154
|
+
registry_id: IUint64$5;
|
|
155
|
+
creator: IName$6;
|
|
156
|
+
actions: IName$6[];
|
|
157
|
+
version: IUint64$5;
|
|
158
|
+
default_translation_id: IUint64$5;
|
|
159
159
|
title: string;
|
|
160
160
|
description: string;
|
|
161
161
|
context: string;
|
|
162
162
|
model: string;
|
|
163
163
|
}
|
|
164
164
|
interface IEdittrans {
|
|
165
|
-
translate_id: IUint64$
|
|
165
|
+
translate_id: IUint64$5;
|
|
166
166
|
data: string;
|
|
167
167
|
}
|
|
168
|
-
interface INewid {
|
|
169
|
-
id: IUint64$
|
|
168
|
+
interface INewid$1 {
|
|
169
|
+
id: IUint64$5;
|
|
170
170
|
}
|
|
171
171
|
interface ITranslations$1 {
|
|
172
|
-
id: IUint64$
|
|
173
|
-
creator: IName$
|
|
174
|
-
draft_id: IUint64$
|
|
175
|
-
lang: IName$
|
|
172
|
+
id: IUint64$5;
|
|
173
|
+
creator: IName$6;
|
|
174
|
+
draft_id: IUint64$5;
|
|
175
|
+
lang: IName$6;
|
|
176
176
|
data: string;
|
|
177
177
|
is_published: boolean;
|
|
178
178
|
is_approved: boolean;
|
|
@@ -183,12 +183,11 @@ type draft$1_ICreatetrans = ICreatetrans;
|
|
|
183
183
|
type draft$1_IDeldraft = IDeldraft;
|
|
184
184
|
type draft$1_IDeltrans = IDeltrans;
|
|
185
185
|
type draft$1_IEdittrans = IEdittrans;
|
|
186
|
-
type draft$1_INewid = INewid;
|
|
187
186
|
declare namespace draft$1 {
|
|
188
|
-
export type { ICounts$3 as ICounts, ICountsBase$3 as ICountsBase, draft$1_ICreatedraft as ICreatedraft, draft$1_ICreatetrans as ICreatetrans, draft$1_IDeldraft as IDeldraft, draft$1_IDeltrans as IDeltrans, IDrafts$1 as IDrafts, draft$1_IEdittrans as IEdittrans, IName$
|
|
187
|
+
export type { ICounts$3 as ICounts, ICountsBase$3 as ICountsBase, draft$1_ICreatedraft as ICreatedraft, draft$1_ICreatetrans as ICreatetrans, draft$1_IDeldraft as IDeldraft, draft$1_IDeltrans as IDeltrans, IDrafts$1 as IDrafts, draft$1_IEdittrans as IEdittrans, IName$6 as IName, INewid$1 as INewid, ITranslations$1 as ITranslations, IUint64$5 as IUint64 };
|
|
189
188
|
}
|
|
190
189
|
|
|
191
|
-
declare const authorizations$
|
|
190
|
+
declare const authorizations$1r: readonly [{
|
|
192
191
|
readonly permissions: readonly ["active"];
|
|
193
192
|
readonly actor: {
|
|
194
193
|
readonly production: "eosio";
|
|
@@ -198,7 +197,7 @@ declare const authorizations$18: readonly [{
|
|
|
198
197
|
/**
|
|
199
198
|
* Имя действия
|
|
200
199
|
*/
|
|
201
|
-
declare const actionName$
|
|
200
|
+
declare const actionName$1r = "createtrans";
|
|
202
201
|
/**
|
|
203
202
|
* @interface
|
|
204
203
|
*/
|
|
@@ -206,10 +205,10 @@ type ICreateTranslation = ICreatetrans;
|
|
|
206
205
|
|
|
207
206
|
type createTranslation_ICreateTranslation = ICreateTranslation;
|
|
208
207
|
declare namespace createTranslation {
|
|
209
|
-
export { type createTranslation_ICreateTranslation as ICreateTranslation, actionName$
|
|
208
|
+
export { type createTranslation_ICreateTranslation as ICreateTranslation, actionName$1r as actionName, authorizations$1r as authorizations };
|
|
210
209
|
}
|
|
211
210
|
|
|
212
|
-
declare const authorizations$
|
|
211
|
+
declare const authorizations$1q: readonly [{
|
|
213
212
|
readonly permissions: readonly ["active"];
|
|
214
213
|
readonly actor: {
|
|
215
214
|
readonly production: "eosio";
|
|
@@ -219,7 +218,7 @@ declare const authorizations$17: readonly [{
|
|
|
219
218
|
/**
|
|
220
219
|
* Имя действия
|
|
221
220
|
*/
|
|
222
|
-
declare const actionName$
|
|
221
|
+
declare const actionName$1q = "createdraft";
|
|
223
222
|
/**
|
|
224
223
|
* @interface
|
|
225
224
|
*/
|
|
@@ -227,10 +226,10 @@ type ICreateDraft = ICreatedraft;
|
|
|
227
226
|
|
|
228
227
|
type createDraft_ICreateDraft = ICreateDraft;
|
|
229
228
|
declare namespace createDraft {
|
|
230
|
-
export { type createDraft_ICreateDraft as ICreateDraft, actionName$
|
|
229
|
+
export { type createDraft_ICreateDraft as ICreateDraft, actionName$1q as actionName, authorizations$1q as authorizations };
|
|
231
230
|
}
|
|
232
231
|
|
|
233
|
-
declare const authorizations$
|
|
232
|
+
declare const authorizations$1p: readonly [{
|
|
234
233
|
readonly permissions: readonly ["active"];
|
|
235
234
|
readonly actor: {
|
|
236
235
|
readonly production: "eosio";
|
|
@@ -240,7 +239,7 @@ declare const authorizations$16: readonly [{
|
|
|
240
239
|
/**
|
|
241
240
|
* Имя действия
|
|
242
241
|
*/
|
|
243
|
-
declare const actionName$
|
|
242
|
+
declare const actionName$1p = "deldraft";
|
|
244
243
|
/**
|
|
245
244
|
* @interface
|
|
246
245
|
*/
|
|
@@ -248,10 +247,10 @@ type IDeleteDraft = IDeldraft;
|
|
|
248
247
|
|
|
249
248
|
type deleteDraft_IDeleteDraft = IDeleteDraft;
|
|
250
249
|
declare namespace deleteDraft {
|
|
251
|
-
export { type deleteDraft_IDeleteDraft as IDeleteDraft, actionName$
|
|
250
|
+
export { type deleteDraft_IDeleteDraft as IDeleteDraft, actionName$1p as actionName, authorizations$1p as authorizations };
|
|
252
251
|
}
|
|
253
252
|
|
|
254
|
-
declare const authorizations$
|
|
253
|
+
declare const authorizations$1o: readonly [{
|
|
255
254
|
readonly permissions: readonly ["active"];
|
|
256
255
|
readonly actor: {
|
|
257
256
|
readonly production: "eosio";
|
|
@@ -261,7 +260,7 @@ declare const authorizations$15: readonly [{
|
|
|
261
260
|
/**
|
|
262
261
|
* Имя действия
|
|
263
262
|
*/
|
|
264
|
-
declare const actionName$
|
|
263
|
+
declare const actionName$1o = "edittrans";
|
|
265
264
|
/**
|
|
266
265
|
* @interface
|
|
267
266
|
*/
|
|
@@ -269,10 +268,10 @@ type IEditTranslation = IEdittrans;
|
|
|
269
268
|
|
|
270
269
|
type editTranslation_IEditTranslation = IEditTranslation;
|
|
271
270
|
declare namespace editTranslation {
|
|
272
|
-
export { type editTranslation_IEditTranslation as IEditTranslation, actionName$
|
|
271
|
+
export { type editTranslation_IEditTranslation as IEditTranslation, actionName$1o as actionName, authorizations$1o as authorizations };
|
|
273
272
|
}
|
|
274
273
|
|
|
275
|
-
declare const authorizations$
|
|
274
|
+
declare const authorizations$1n: readonly [{
|
|
276
275
|
readonly permissions: readonly ["active"];
|
|
277
276
|
readonly actor: {
|
|
278
277
|
readonly production: "draft";
|
|
@@ -282,35 +281,35 @@ declare const authorizations$14: readonly [{
|
|
|
282
281
|
/**
|
|
283
282
|
* Имя действия
|
|
284
283
|
*/
|
|
285
|
-
declare const actionName$
|
|
284
|
+
declare const actionName$1n = "newid";
|
|
286
285
|
/**
|
|
287
286
|
* @interface
|
|
288
287
|
* Действие вызывается контрактом в процессе исполнения для возврата идентификатора черновика.
|
|
289
288
|
*/
|
|
290
|
-
type INewId = INewid;
|
|
289
|
+
type INewId = INewid$1;
|
|
291
290
|
|
|
292
291
|
type newId_INewId = INewId;
|
|
293
292
|
declare namespace newId {
|
|
294
|
-
export { type newId_INewId as INewId, actionName$
|
|
293
|
+
export { type newId_INewId as INewId, actionName$1n as actionName, authorizations$1n as authorizations };
|
|
295
294
|
}
|
|
296
295
|
|
|
297
|
-
declare const index$
|
|
298
|
-
declare const index$
|
|
299
|
-
declare const index$
|
|
300
|
-
declare const index$
|
|
301
|
-
declare const index$
|
|
302
|
-
declare namespace index$
|
|
303
|
-
export { index$
|
|
296
|
+
declare const index$q_createDraft: typeof createDraft;
|
|
297
|
+
declare const index$q_createTranslation: typeof createTranslation;
|
|
298
|
+
declare const index$q_deleteDraft: typeof deleteDraft;
|
|
299
|
+
declare const index$q_editTranslation: typeof editTranslation;
|
|
300
|
+
declare const index$q_newId: typeof newId;
|
|
301
|
+
declare namespace index$q {
|
|
302
|
+
export { index$q_createDraft as createDraft, index$q_createTranslation as createTranslation, index$q_deleteDraft as deleteDraft, index$q_editTranslation as editTranslation, index$q_newId as newId };
|
|
304
303
|
}
|
|
305
304
|
|
|
306
305
|
/**
|
|
307
306
|
* Имя таблицы
|
|
308
307
|
*/
|
|
309
|
-
declare const tableName$
|
|
308
|
+
declare const tableName$p = "drafts";
|
|
310
309
|
/**
|
|
311
310
|
* Таблица хранится в {@link Actors._contract | области памяти контракта}.
|
|
312
311
|
*/
|
|
313
|
-
declare const scope$
|
|
312
|
+
declare const scope$p = "_contract";
|
|
314
313
|
/**
|
|
315
314
|
* @interface
|
|
316
315
|
* Таблица содержит переводы черновиков документов.
|
|
@@ -319,17 +318,17 @@ type IDrafts = IDrafts$1;
|
|
|
319
318
|
|
|
320
319
|
type drafts_IDrafts = IDrafts;
|
|
321
320
|
declare namespace drafts {
|
|
322
|
-
export { type drafts_IDrafts as IDrafts, scope$
|
|
321
|
+
export { type drafts_IDrafts as IDrafts, scope$p as scope, tableName$p as tableName };
|
|
323
322
|
}
|
|
324
323
|
|
|
325
324
|
/**
|
|
326
325
|
* Имя таблицы
|
|
327
326
|
*/
|
|
328
|
-
declare const tableName$
|
|
327
|
+
declare const tableName$o = "translations";
|
|
329
328
|
/**
|
|
330
329
|
* Область хранения в памяти
|
|
331
330
|
*/
|
|
332
|
-
declare const scope$
|
|
331
|
+
declare const scope$o = "_contract";
|
|
333
332
|
/**
|
|
334
333
|
* @interface
|
|
335
334
|
* Таблица содержит переводы черновиков документов.
|
|
@@ -338,170 +337,169 @@ type ITranslations = ITranslations$1;
|
|
|
338
337
|
|
|
339
338
|
type translations_ITranslations = ITranslations;
|
|
340
339
|
declare namespace translations {
|
|
341
|
-
export { type translations_ITranslations as ITranslations, scope$
|
|
340
|
+
export { type translations_ITranslations as ITranslations, scope$o as scope, tableName$o as tableName };
|
|
342
341
|
}
|
|
343
342
|
|
|
344
|
-
declare namespace index$
|
|
343
|
+
declare namespace index$p {
|
|
345
344
|
export { drafts as Drafts, translations as Translations };
|
|
346
345
|
}
|
|
347
346
|
|
|
348
|
-
declare const contractName$
|
|
347
|
+
declare const contractName$6: {
|
|
349
348
|
readonly production: "draft";
|
|
350
349
|
readonly testnet: "drafttest222";
|
|
351
350
|
};
|
|
352
351
|
|
|
353
|
-
declare namespace index$
|
|
354
|
-
export { index$
|
|
352
|
+
declare namespace index$o {
|
|
353
|
+
export { index$q as Actions, draft$1 as Interfaces, index$p as Tables, contractName$6 as contractName };
|
|
355
354
|
}
|
|
356
355
|
|
|
357
|
-
type IAsset$
|
|
358
|
-
type IName$
|
|
359
|
-
type ITimePointSec$
|
|
360
|
-
type IUint64$
|
|
356
|
+
type IAsset$5 = string;
|
|
357
|
+
type IName$5 = string;
|
|
358
|
+
type ITimePointSec$4 = string;
|
|
359
|
+
type IUint64$4 = number | string;
|
|
361
360
|
interface IAccfunds {
|
|
362
|
-
id: IUint64$
|
|
363
|
-
coopname: IName$
|
|
364
|
-
contract: IName$
|
|
361
|
+
id: IUint64$4;
|
|
362
|
+
coopname: IName$5;
|
|
363
|
+
contract: IName$5;
|
|
365
364
|
name: string;
|
|
366
365
|
description: string;
|
|
367
|
-
percent: IUint64$
|
|
368
|
-
available: IAsset$
|
|
369
|
-
withdrawed: IAsset$
|
|
366
|
+
percent: IUint64$4;
|
|
367
|
+
available: IAsset$5;
|
|
368
|
+
withdrawed: IAsset$5;
|
|
370
369
|
}
|
|
371
370
|
interface IAddaccum {
|
|
372
|
-
coopname: IName$
|
|
373
|
-
fund_id: IUint64$
|
|
374
|
-
quantity: IAsset$
|
|
371
|
+
coopname: IName$5;
|
|
372
|
+
fund_id: IUint64$4;
|
|
373
|
+
quantity: IAsset$5;
|
|
375
374
|
}
|
|
376
375
|
interface IAddcirculate {
|
|
377
|
-
coopname: IName$
|
|
378
|
-
quantity: IAsset$
|
|
376
|
+
coopname: IName$5;
|
|
377
|
+
quantity: IAsset$5;
|
|
379
378
|
}
|
|
380
379
|
interface IAddexpense {
|
|
381
|
-
coopname: IName$
|
|
382
|
-
fund_id: IUint64$
|
|
383
|
-
quantity: IAsset$
|
|
380
|
+
coopname: IName$5;
|
|
381
|
+
fund_id: IUint64$4;
|
|
382
|
+
quantity: IAsset$5;
|
|
384
383
|
}
|
|
385
|
-
interface IAuthorize$
|
|
386
|
-
coopname: IName$
|
|
387
|
-
type: IName$
|
|
388
|
-
withdraw_id: IUint64$
|
|
384
|
+
interface IAuthorize$5 {
|
|
385
|
+
coopname: IName$5;
|
|
386
|
+
type: IName$5;
|
|
387
|
+
withdraw_id: IUint64$4;
|
|
389
388
|
}
|
|
390
|
-
interface IComplete {
|
|
391
|
-
coopname: IName$
|
|
392
|
-
username: IName$
|
|
393
|
-
withdraw_id: IUint64$
|
|
389
|
+
interface IComplete$1 {
|
|
390
|
+
coopname: IName$5;
|
|
391
|
+
username: IName$5;
|
|
392
|
+
withdraw_id: IUint64$4;
|
|
394
393
|
}
|
|
395
394
|
interface ICounts$2 extends ICountsBase$2 {
|
|
396
395
|
}
|
|
397
396
|
interface ICountsBase$2 {
|
|
398
|
-
key: IName$
|
|
399
|
-
secondary_key: IName$
|
|
400
|
-
value: IUint64$
|
|
397
|
+
key: IName$5;
|
|
398
|
+
secondary_key: IName$5;
|
|
399
|
+
value: IUint64$4;
|
|
401
400
|
}
|
|
402
401
|
interface ICreatefund {
|
|
403
|
-
coopname: IName$
|
|
404
|
-
username: IName$
|
|
405
|
-
type: IName$
|
|
406
|
-
contract: IName$
|
|
402
|
+
coopname: IName$5;
|
|
403
|
+
username: IName$5;
|
|
404
|
+
type: IName$5;
|
|
405
|
+
contract: IName$5;
|
|
407
406
|
name: string;
|
|
408
407
|
description: string;
|
|
409
|
-
percent: IUint64$
|
|
408
|
+
percent: IUint64$4;
|
|
410
409
|
}
|
|
411
410
|
interface IDelfund {
|
|
412
|
-
coopname: IName$
|
|
413
|
-
username: IName$
|
|
414
|
-
type: IName$
|
|
415
|
-
fund_id: IUint64$
|
|
411
|
+
coopname: IName$5;
|
|
412
|
+
username: IName$5;
|
|
413
|
+
type: IName$5;
|
|
414
|
+
fund_id: IUint64$4;
|
|
416
415
|
}
|
|
417
|
-
interface IDocument$
|
|
416
|
+
interface IDocument$4 {
|
|
418
417
|
hash: string;
|
|
419
418
|
pkey: string;
|
|
420
419
|
sign: string;
|
|
421
420
|
meta: string;
|
|
422
421
|
}
|
|
423
422
|
interface IEditfund {
|
|
424
|
-
coopname: IName$
|
|
425
|
-
username: IName$
|
|
426
|
-
type: IName$
|
|
427
|
-
fund_id: IUint64$
|
|
428
|
-
contract: IName$
|
|
423
|
+
coopname: IName$5;
|
|
424
|
+
username: IName$5;
|
|
425
|
+
type: IName$5;
|
|
426
|
+
fund_id: IUint64$4;
|
|
427
|
+
contract: IName$5;
|
|
429
428
|
name: string;
|
|
430
429
|
description: string;
|
|
431
|
-
percent: IUint64$
|
|
430
|
+
percent: IUint64$4;
|
|
432
431
|
}
|
|
433
432
|
interface IExpfunds {
|
|
434
|
-
id: IUint64$
|
|
435
|
-
coopname: IName$
|
|
436
|
-
contract: IName$
|
|
433
|
+
id: IUint64$4;
|
|
434
|
+
coopname: IName$5;
|
|
435
|
+
contract: IName$5;
|
|
437
436
|
name: string;
|
|
438
437
|
description: string;
|
|
439
|
-
expended: IAsset$
|
|
438
|
+
expended: IAsset$5;
|
|
440
439
|
}
|
|
441
440
|
interface IFundwallet {
|
|
442
|
-
id: IUint64$
|
|
443
|
-
coopname: IName$
|
|
444
|
-
circulating: IAsset$
|
|
445
|
-
membership: IAsset$
|
|
446
|
-
accumulated: IAsset$
|
|
447
|
-
withdrawed: IAsset$
|
|
448
|
-
available: IAsset$
|
|
449
|
-
expended: IAsset$
|
|
441
|
+
id: IUint64$4;
|
|
442
|
+
coopname: IName$5;
|
|
443
|
+
circulating: IAsset$5;
|
|
444
|
+
membership: IAsset$5;
|
|
445
|
+
accumulated: IAsset$5;
|
|
446
|
+
withdrawed: IAsset$5;
|
|
447
|
+
available: IAsset$5;
|
|
448
|
+
expended: IAsset$5;
|
|
450
449
|
}
|
|
451
450
|
interface IFundwithdraw$1 {
|
|
452
|
-
coopname: IName$
|
|
453
|
-
username: IName$
|
|
454
|
-
type: IName$
|
|
455
|
-
fund_id: IUint64$
|
|
456
|
-
document: IDocument$
|
|
457
|
-
quantity: IAsset$
|
|
451
|
+
coopname: IName$5;
|
|
452
|
+
username: IName$5;
|
|
453
|
+
type: IName$5;
|
|
454
|
+
fund_id: IUint64$4;
|
|
455
|
+
document: IDocument$4;
|
|
456
|
+
quantity: IAsset$5;
|
|
458
457
|
bank_data_id: string;
|
|
459
458
|
}
|
|
460
459
|
interface IFwithdraws {
|
|
461
|
-
id: IUint64$
|
|
462
|
-
coopname: IName$
|
|
463
|
-
username: IName$
|
|
464
|
-
status: IName$
|
|
465
|
-
type: IName$
|
|
466
|
-
fund_id: IUint64$
|
|
467
|
-
quantity: IAsset$
|
|
468
|
-
document: IDocument$
|
|
460
|
+
id: IUint64$4;
|
|
461
|
+
coopname: IName$5;
|
|
462
|
+
username: IName$5;
|
|
463
|
+
status: IName$5;
|
|
464
|
+
type: IName$5;
|
|
465
|
+
fund_id: IUint64$4;
|
|
466
|
+
quantity: IAsset$5;
|
|
467
|
+
document: IDocument$4;
|
|
469
468
|
bank_data_id: string;
|
|
470
|
-
expired_at: ITimePointSec$
|
|
469
|
+
expired_at: ITimePointSec$4;
|
|
471
470
|
}
|
|
472
471
|
interface IInit$1 {
|
|
473
|
-
coopname: IName$
|
|
474
|
-
initial: IAsset$
|
|
472
|
+
coopname: IName$5;
|
|
473
|
+
initial: IAsset$5;
|
|
475
474
|
}
|
|
476
475
|
interface INewfund$1 {
|
|
477
|
-
coopname: IName$
|
|
478
|
-
type: IName$
|
|
479
|
-
id: IUint64$
|
|
476
|
+
coopname: IName$5;
|
|
477
|
+
type: IName$5;
|
|
478
|
+
id: IUint64$4;
|
|
480
479
|
}
|
|
481
480
|
interface INewwithdraw {
|
|
482
|
-
coopname: IName$
|
|
483
|
-
type: IName$
|
|
484
|
-
id: IUint64$
|
|
481
|
+
coopname: IName$5;
|
|
482
|
+
type: IName$5;
|
|
483
|
+
id: IUint64$4;
|
|
485
484
|
}
|
|
486
485
|
interface ISpreadamount {
|
|
487
|
-
coopname: IName$
|
|
488
|
-
quantity: IAsset$
|
|
486
|
+
coopname: IName$5;
|
|
487
|
+
quantity: IAsset$5;
|
|
489
488
|
}
|
|
490
489
|
interface ISubaccum {
|
|
491
|
-
coopname: IName$
|
|
492
|
-
fund_id: IUint64$
|
|
493
|
-
quantity: IAsset$
|
|
490
|
+
coopname: IName$5;
|
|
491
|
+
fund_id: IUint64$4;
|
|
492
|
+
quantity: IAsset$5;
|
|
494
493
|
}
|
|
495
494
|
interface ISubcirculate {
|
|
496
|
-
coopname: IName$
|
|
497
|
-
quantity: IAsset$
|
|
495
|
+
coopname: IName$5;
|
|
496
|
+
quantity: IAsset$5;
|
|
498
497
|
}
|
|
499
498
|
|
|
500
499
|
type fund_IAccfunds = IAccfunds;
|
|
501
500
|
type fund_IAddaccum = IAddaccum;
|
|
502
501
|
type fund_IAddcirculate = IAddcirculate;
|
|
503
502
|
type fund_IAddexpense = IAddexpense;
|
|
504
|
-
type fund_IComplete = IComplete;
|
|
505
503
|
type fund_ICreatefund = ICreatefund;
|
|
506
504
|
type fund_IDelfund = IDelfund;
|
|
507
505
|
type fund_IEditfund = IEditfund;
|
|
@@ -513,10 +511,10 @@ type fund_ISpreadamount = ISpreadamount;
|
|
|
513
511
|
type fund_ISubaccum = ISubaccum;
|
|
514
512
|
type fund_ISubcirculate = ISubcirculate;
|
|
515
513
|
declare namespace fund {
|
|
516
|
-
export type { fund_IAccfunds as IAccfunds, fund_IAddaccum as IAddaccum, fund_IAddcirculate as IAddcirculate, fund_IAddexpense as IAddexpense, IAsset$
|
|
514
|
+
export type { fund_IAccfunds as IAccfunds, fund_IAddaccum as IAddaccum, fund_IAddcirculate as IAddcirculate, fund_IAddexpense as IAddexpense, IAsset$5 as IAsset, IAuthorize$5 as IAuthorize, IComplete$1 as IComplete, ICounts$2 as ICounts, ICountsBase$2 as ICountsBase, fund_ICreatefund as ICreatefund, fund_IDelfund as IDelfund, IDocument$4 as IDocument, fund_IEditfund as IEditfund, fund_IExpfunds as IExpfunds, fund_IFundwallet as IFundwallet, IFundwithdraw$1 as IFundwithdraw, fund_IFwithdraws as IFwithdraws, IInit$1 as IInit, IName$5 as IName, INewfund$1 as INewfund, fund_INewwithdraw as INewwithdraw, fund_ISpreadamount as ISpreadamount, fund_ISubaccum as ISubaccum, fund_ISubcirculate as ISubcirculate, ITimePointSec$4 as ITimePointSec, IUint64$4 as IUint64 };
|
|
517
515
|
}
|
|
518
516
|
|
|
519
|
-
declare const authorizations$
|
|
517
|
+
declare const authorizations$1m: readonly [{
|
|
520
518
|
readonly permissions: readonly ["active"];
|
|
521
519
|
readonly actor: {
|
|
522
520
|
readonly production: "fund";
|
|
@@ -526,7 +524,7 @@ declare const authorizations$13: readonly [{
|
|
|
526
524
|
/**
|
|
527
525
|
* Имя действия
|
|
528
526
|
*/
|
|
529
|
-
declare const actionName$
|
|
527
|
+
declare const actionName$1m = "addaccum";
|
|
530
528
|
/**
|
|
531
529
|
* @interface
|
|
532
530
|
*/
|
|
@@ -534,10 +532,10 @@ type IAddAccumulation = IAddaccum;
|
|
|
534
532
|
|
|
535
533
|
type addAccumulation_IAddAccumulation = IAddAccumulation;
|
|
536
534
|
declare namespace addAccumulation {
|
|
537
|
-
export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$
|
|
535
|
+
export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$1m as actionName, authorizations$1m as authorizations };
|
|
538
536
|
}
|
|
539
537
|
|
|
540
|
-
declare const authorizations$
|
|
538
|
+
declare const authorizations$1l: readonly [{
|
|
541
539
|
readonly permissions: readonly ["active"];
|
|
542
540
|
readonly actor: {
|
|
543
541
|
readonly production: "fund";
|
|
@@ -547,7 +545,7 @@ declare const authorizations$12: readonly [{
|
|
|
547
545
|
/**
|
|
548
546
|
* Имя действия
|
|
549
547
|
*/
|
|
550
|
-
declare const actionName$
|
|
548
|
+
declare const actionName$1l = "subaccum";
|
|
551
549
|
/**
|
|
552
550
|
* @interface
|
|
553
551
|
*/
|
|
@@ -555,10 +553,10 @@ type ISubAccumulation = ISubaccum;
|
|
|
555
553
|
|
|
556
554
|
type subAccumulation_ISubAccumulation = ISubAccumulation;
|
|
557
555
|
declare namespace subAccumulation {
|
|
558
|
-
export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$
|
|
556
|
+
export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$1l as actionName, authorizations$1l as authorizations };
|
|
559
557
|
}
|
|
560
558
|
|
|
561
|
-
declare const authorizations$
|
|
559
|
+
declare const authorizations$1k: readonly [{
|
|
562
560
|
readonly permissions: readonly ["active"];
|
|
563
561
|
readonly actor: {
|
|
564
562
|
readonly production: "gateway";
|
|
@@ -568,7 +566,7 @@ declare const authorizations$11: readonly [{
|
|
|
568
566
|
/**
|
|
569
567
|
* Имя действия
|
|
570
568
|
*/
|
|
571
|
-
declare const actionName$
|
|
569
|
+
declare const actionName$1k = "addcirculate";
|
|
572
570
|
/**
|
|
573
571
|
* @interface
|
|
574
572
|
*/
|
|
@@ -576,10 +574,10 @@ type IAddCirculation = IAddcirculate;
|
|
|
576
574
|
|
|
577
575
|
type addCirculation_IAddCirculation = IAddCirculation;
|
|
578
576
|
declare namespace addCirculation {
|
|
579
|
-
export { type addCirculation_IAddCirculation as IAddCirculation, actionName$
|
|
577
|
+
export { type addCirculation_IAddCirculation as IAddCirculation, actionName$1k as actionName, authorizations$1k as authorizations };
|
|
580
578
|
}
|
|
581
579
|
|
|
582
|
-
declare const authorizations$
|
|
580
|
+
declare const authorizations$1j: readonly [{
|
|
583
581
|
readonly permissions: readonly ["active"];
|
|
584
582
|
readonly actor: {
|
|
585
583
|
readonly production: "fund";
|
|
@@ -589,7 +587,7 @@ declare const authorizations$10: readonly [{
|
|
|
589
587
|
/**
|
|
590
588
|
* Имя действия
|
|
591
589
|
*/
|
|
592
|
-
declare const actionName$
|
|
590
|
+
declare const actionName$1j = "addexpense";
|
|
593
591
|
/**
|
|
594
592
|
* @interface
|
|
595
593
|
*/
|
|
@@ -597,10 +595,10 @@ type IAddExpense = IAddexpense;
|
|
|
597
595
|
|
|
598
596
|
type addExpense_IAddExpense = IAddExpense;
|
|
599
597
|
declare namespace addExpense {
|
|
600
|
-
export { type addExpense_IAddExpense as IAddExpense, actionName$
|
|
598
|
+
export { type addExpense_IAddExpense as IAddExpense, actionName$1j as actionName, authorizations$1j as authorizations };
|
|
601
599
|
}
|
|
602
600
|
|
|
603
|
-
declare const authorizations
|
|
601
|
+
declare const authorizations$1i: readonly [{
|
|
604
602
|
readonly permissions: readonly ["active"];
|
|
605
603
|
readonly actor: {
|
|
606
604
|
readonly production: "soviet";
|
|
@@ -610,17 +608,17 @@ declare const authorizations$$: readonly [{
|
|
|
610
608
|
/**
|
|
611
609
|
* Имя действия
|
|
612
610
|
*/
|
|
613
|
-
declare const actionName
|
|
611
|
+
declare const actionName$1i = "authorize";
|
|
614
612
|
/**
|
|
615
613
|
* @interface
|
|
616
614
|
*/
|
|
617
|
-
type IAuthorize$
|
|
615
|
+
type IAuthorize$4 = IAuthorize$5;
|
|
618
616
|
|
|
619
617
|
declare namespace authorizeWithdraw {
|
|
620
|
-
export { type IAuthorize$
|
|
618
|
+
export { type IAuthorize$4 as IAuthorize, actionName$1i as actionName, authorizations$1i as authorizations };
|
|
621
619
|
}
|
|
622
620
|
|
|
623
|
-
declare const authorizations$
|
|
621
|
+
declare const authorizations$1h: readonly [{
|
|
624
622
|
readonly permissions: readonly ["active", {
|
|
625
623
|
readonly contract: "_contract";
|
|
626
624
|
readonly action: "actionName";
|
|
@@ -630,18 +628,18 @@ declare const authorizations$_: readonly [{
|
|
|
630
628
|
/**
|
|
631
629
|
* Имя действия
|
|
632
630
|
*/
|
|
633
|
-
declare const actionName$
|
|
631
|
+
declare const actionName$1h = "complete";
|
|
634
632
|
/**
|
|
635
633
|
* @interface
|
|
636
634
|
*/
|
|
637
|
-
type ICompleteWithdraw = IComplete;
|
|
635
|
+
type ICompleteWithdraw = IComplete$1;
|
|
638
636
|
|
|
639
637
|
type completeWithdraw$1_ICompleteWithdraw = ICompleteWithdraw;
|
|
640
638
|
declare namespace completeWithdraw$1 {
|
|
641
|
-
export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$
|
|
639
|
+
export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$1h as actionName, authorizations$1h as authorizations };
|
|
642
640
|
}
|
|
643
641
|
|
|
644
|
-
declare const authorizations$
|
|
642
|
+
declare const authorizations$1g: readonly [{
|
|
645
643
|
readonly permissions: readonly ["active"];
|
|
646
644
|
readonly actor: {
|
|
647
645
|
readonly production: "fund";
|
|
@@ -651,7 +649,7 @@ declare const authorizations$Z: readonly [{
|
|
|
651
649
|
/**
|
|
652
650
|
* Имя действия
|
|
653
651
|
*/
|
|
654
|
-
declare const actionName$
|
|
652
|
+
declare const actionName$1g = "newfund";
|
|
655
653
|
/**
|
|
656
654
|
* @interface
|
|
657
655
|
*/
|
|
@@ -659,17 +657,17 @@ type INewfund = INewfund$1;
|
|
|
659
657
|
|
|
660
658
|
type newFund_INewfund = INewfund;
|
|
661
659
|
declare namespace newFund {
|
|
662
|
-
export { type newFund_INewfund as INewfund, actionName$
|
|
660
|
+
export { type newFund_INewfund as INewfund, actionName$1g as actionName, authorizations$1g as authorizations };
|
|
663
661
|
}
|
|
664
662
|
|
|
665
|
-
declare const authorizations$
|
|
663
|
+
declare const authorizations$1f: readonly [{
|
|
666
664
|
readonly permissions: readonly ["active"];
|
|
667
665
|
readonly actor: "_chairman";
|
|
668
666
|
}];
|
|
669
667
|
/**
|
|
670
668
|
* Имя действия
|
|
671
669
|
*/
|
|
672
|
-
declare const actionName$
|
|
670
|
+
declare const actionName$1f = "createfund";
|
|
673
671
|
/**
|
|
674
672
|
* @interface
|
|
675
673
|
*/
|
|
@@ -677,17 +675,17 @@ type ICreateFund = ICreatefund;
|
|
|
677
675
|
|
|
678
676
|
type createFund_ICreateFund = ICreateFund;
|
|
679
677
|
declare namespace createFund {
|
|
680
|
-
export { type createFund_ICreateFund as ICreateFund, actionName$
|
|
678
|
+
export { type createFund_ICreateFund as ICreateFund, actionName$1f as actionName, authorizations$1f as authorizations };
|
|
681
679
|
}
|
|
682
680
|
|
|
683
|
-
declare const authorizations$
|
|
681
|
+
declare const authorizations$1e: readonly [{
|
|
684
682
|
readonly permissions: readonly ["active"];
|
|
685
683
|
readonly actor: "_chairman";
|
|
686
684
|
}];
|
|
687
685
|
/**
|
|
688
686
|
* Имя действия
|
|
689
687
|
*/
|
|
690
|
-
declare const actionName$
|
|
688
|
+
declare const actionName$1e = "delfund";
|
|
691
689
|
/**
|
|
692
690
|
* @interface
|
|
693
691
|
*/
|
|
@@ -695,17 +693,17 @@ type IDeleteFund = IDelfund;
|
|
|
695
693
|
|
|
696
694
|
type deleteFund_IDeleteFund = IDeleteFund;
|
|
697
695
|
declare namespace deleteFund {
|
|
698
|
-
export { type deleteFund_IDeleteFund as IDeleteFund, actionName$
|
|
696
|
+
export { type deleteFund_IDeleteFund as IDeleteFund, actionName$1e as actionName, authorizations$1e as authorizations };
|
|
699
697
|
}
|
|
700
698
|
|
|
701
|
-
declare const authorizations$
|
|
699
|
+
declare const authorizations$1d: readonly [{
|
|
702
700
|
readonly permissions: readonly ["active"];
|
|
703
701
|
readonly actor: "_chairman";
|
|
704
702
|
}];
|
|
705
703
|
/**
|
|
706
704
|
* Имя действия
|
|
707
705
|
*/
|
|
708
|
-
declare const actionName$
|
|
706
|
+
declare const actionName$1d = "editfund";
|
|
709
707
|
/**
|
|
710
708
|
* @interface
|
|
711
709
|
*/
|
|
@@ -713,7 +711,7 @@ type IEditFund = IEditfund;
|
|
|
713
711
|
|
|
714
712
|
type editFund_IEditFund = IEditFund;
|
|
715
713
|
declare namespace editFund {
|
|
716
|
-
export { type editFund_IEditFund as IEditFund, actionName$
|
|
714
|
+
export { type editFund_IEditFund as IEditFund, actionName$1d as actionName, authorizations$1d as authorizations };
|
|
717
715
|
}
|
|
718
716
|
|
|
719
717
|
/**
|
|
@@ -722,7 +720,7 @@ declare namespace editFund {
|
|
|
722
720
|
* на совершение действия или авторизация любого {@link Actors._contract | контракта},
|
|
723
721
|
* которому было передано управление фондом накопления или списания.
|
|
724
722
|
*/
|
|
725
|
-
declare const authorizations$
|
|
723
|
+
declare const authorizations$1c: readonly [{
|
|
726
724
|
readonly permissions: readonly ["active"];
|
|
727
725
|
readonly actor: "_username";
|
|
728
726
|
}, {
|
|
@@ -738,7 +736,7 @@ declare const authorizations$V: readonly [{
|
|
|
738
736
|
/**
|
|
739
737
|
* Имя действия
|
|
740
738
|
*/
|
|
741
|
-
declare const actionName$
|
|
739
|
+
declare const actionName$1c = "fundwithdraw";
|
|
742
740
|
/**
|
|
743
741
|
* @interface
|
|
744
742
|
*/
|
|
@@ -746,10 +744,10 @@ type ICreateWithdraw = IFundwithdraw$1;
|
|
|
746
744
|
|
|
747
745
|
type createWithdraw$1_ICreateWithdraw = ICreateWithdraw;
|
|
748
746
|
declare namespace createWithdraw$1 {
|
|
749
|
-
export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$
|
|
747
|
+
export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$1c as actionName, authorizations$1c as authorizations };
|
|
750
748
|
}
|
|
751
749
|
|
|
752
|
-
declare const authorizations$
|
|
750
|
+
declare const authorizations$1b: readonly [{
|
|
753
751
|
readonly permissions: readonly ["active"];
|
|
754
752
|
readonly actor: {
|
|
755
753
|
readonly production: "soviet";
|
|
@@ -759,7 +757,7 @@ declare const authorizations$U: readonly [{
|
|
|
759
757
|
/**
|
|
760
758
|
* Имя действия
|
|
761
759
|
*/
|
|
762
|
-
declare const actionName$
|
|
760
|
+
declare const actionName$1b = "init";
|
|
763
761
|
/**
|
|
764
762
|
* @interface
|
|
765
763
|
*/
|
|
@@ -767,10 +765,10 @@ type IInit = IInit$1;
|
|
|
767
765
|
|
|
768
766
|
type init_IInit = IInit;
|
|
769
767
|
declare namespace init {
|
|
770
|
-
export { type init_IInit as IInit, actionName$
|
|
768
|
+
export { type init_IInit as IInit, actionName$1b as actionName, authorizations$1b as authorizations };
|
|
771
769
|
}
|
|
772
770
|
|
|
773
|
-
declare const authorizations$
|
|
771
|
+
declare const authorizations$1a: readonly [{
|
|
774
772
|
readonly permissions: readonly ["active"];
|
|
775
773
|
readonly actor: {
|
|
776
774
|
readonly production: "fund";
|
|
@@ -780,7 +778,7 @@ declare const authorizations$T: readonly [{
|
|
|
780
778
|
/**
|
|
781
779
|
* Имя действия
|
|
782
780
|
*/
|
|
783
|
-
declare const actionName$
|
|
781
|
+
declare const actionName$1a = "newwithdraw";
|
|
784
782
|
/**
|
|
785
783
|
* @interface
|
|
786
784
|
*/
|
|
@@ -788,10 +786,10 @@ type INewWithdraw = INewwithdraw;
|
|
|
788
786
|
|
|
789
787
|
type newWithdraw_INewWithdraw = INewWithdraw;
|
|
790
788
|
declare namespace newWithdraw {
|
|
791
|
-
export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$
|
|
789
|
+
export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$1a as actionName, authorizations$1a as authorizations };
|
|
792
790
|
}
|
|
793
791
|
|
|
794
|
-
declare const authorizations$
|
|
792
|
+
declare const authorizations$19: readonly [{
|
|
795
793
|
readonly permissions: readonly ["active"];
|
|
796
794
|
readonly actor: {
|
|
797
795
|
readonly production: "marketplace";
|
|
@@ -807,7 +805,7 @@ declare const authorizations$S: readonly [{
|
|
|
807
805
|
/**
|
|
808
806
|
* Имя действия
|
|
809
807
|
*/
|
|
810
|
-
declare const actionName$
|
|
808
|
+
declare const actionName$19 = "spreadamount";
|
|
811
809
|
/**
|
|
812
810
|
* @interface
|
|
813
811
|
*/
|
|
@@ -815,10 +813,10 @@ type ISpreadAmount = ISpreadamount;
|
|
|
815
813
|
|
|
816
814
|
type spreadAmount_ISpreadAmount = ISpreadAmount;
|
|
817
815
|
declare namespace spreadAmount {
|
|
818
|
-
export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$
|
|
816
|
+
export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$19 as actionName, authorizations$19 as authorizations };
|
|
819
817
|
}
|
|
820
818
|
|
|
821
|
-
declare const authorizations$
|
|
819
|
+
declare const authorizations$18: readonly [{
|
|
822
820
|
readonly permissions: readonly ["active"];
|
|
823
821
|
readonly actor: {
|
|
824
822
|
readonly production: "gateway";
|
|
@@ -828,7 +826,7 @@ declare const authorizations$R: readonly [{
|
|
|
828
826
|
/**
|
|
829
827
|
* Имя действия
|
|
830
828
|
*/
|
|
831
|
-
declare const actionName$
|
|
829
|
+
declare const actionName$18 = "subcirculate";
|
|
832
830
|
/**
|
|
833
831
|
* @interface
|
|
834
832
|
*/
|
|
@@ -836,7 +834,7 @@ type ISubCirculation = ISubcirculate;
|
|
|
836
834
|
|
|
837
835
|
type subCirculation_ISubCirculation = ISubCirculation;
|
|
838
836
|
declare namespace subCirculation {
|
|
839
|
-
export { type subCirculation_ISubCirculation as ISubCirculation, actionName$
|
|
837
|
+
export { type subCirculation_ISubCirculation as ISubCirculation, actionName$18 as actionName, authorizations$18 as authorizations };
|
|
840
838
|
}
|
|
841
839
|
|
|
842
840
|
/**
|
|
@@ -844,31 +842,31 @@ declare namespace subCirculation {
|
|
|
844
842
|
* Вызывается контрактом автоматически по ходу выполнения логики для прозрачного добавления фонда накопления.
|
|
845
843
|
*/
|
|
846
844
|
|
|
847
|
-
declare const index$
|
|
848
|
-
declare const index$
|
|
849
|
-
declare const index$
|
|
850
|
-
declare const index$
|
|
851
|
-
declare const index$
|
|
852
|
-
declare const index$
|
|
853
|
-
declare const index$
|
|
854
|
-
declare const index$
|
|
855
|
-
declare const index$
|
|
856
|
-
declare const index$
|
|
857
|
-
declare const index$
|
|
858
|
-
declare const index$
|
|
859
|
-
declare const index$
|
|
860
|
-
declare namespace index$
|
|
861
|
-
export { index$
|
|
845
|
+
declare const index$n_addAccumulation: typeof addAccumulation;
|
|
846
|
+
declare const index$n_addCirculation: typeof addCirculation;
|
|
847
|
+
declare const index$n_addExpense: typeof addExpense;
|
|
848
|
+
declare const index$n_authorizeWithdraw: typeof authorizeWithdraw;
|
|
849
|
+
declare const index$n_createFund: typeof createFund;
|
|
850
|
+
declare const index$n_deleteFund: typeof deleteFund;
|
|
851
|
+
declare const index$n_editFund: typeof editFund;
|
|
852
|
+
declare const index$n_init: typeof init;
|
|
853
|
+
declare const index$n_newFund: typeof newFund;
|
|
854
|
+
declare const index$n_newWithdraw: typeof newWithdraw;
|
|
855
|
+
declare const index$n_spreadAmount: typeof spreadAmount;
|
|
856
|
+
declare const index$n_subAccumulation: typeof subAccumulation;
|
|
857
|
+
declare const index$n_subCirculation: typeof subCirculation;
|
|
858
|
+
declare namespace index$n {
|
|
859
|
+
export { index$n_addAccumulation as addAccumulation, index$n_addCirculation as addCirculation, index$n_addExpense as addExpense, index$n_authorizeWithdraw as authorizeWithdraw, completeWithdraw$1 as completeWithdraw, index$n_createFund as createFund, createWithdraw$1 as createWithdraw, index$n_deleteFund as deleteFund, index$n_editFund as editFund, index$n_init as init, index$n_newFund as newFund, index$n_newWithdraw as newWithdraw, index$n_spreadAmount as spreadAmount, index$n_subAccumulation as subAccumulation, index$n_subCirculation as subCirculation };
|
|
862
860
|
}
|
|
863
861
|
|
|
864
862
|
/**
|
|
865
863
|
* Имя таблицы
|
|
866
864
|
*/
|
|
867
|
-
declare const tableName$
|
|
865
|
+
declare const tableName$n = "accfunds";
|
|
868
866
|
/**
|
|
869
867
|
* Таблица хранится в {@link ContractNames._fund | области памяти контракта}.
|
|
870
868
|
*/
|
|
871
|
-
declare const scope$
|
|
869
|
+
declare const scope$n: {
|
|
872
870
|
/**
|
|
873
871
|
* Имя таблицы
|
|
874
872
|
*/
|
|
@@ -883,17 +881,17 @@ type IAccumulatedFunds = IAccfunds;
|
|
|
883
881
|
|
|
884
882
|
type accumulationFunds_IAccumulatedFunds = IAccumulatedFunds;
|
|
885
883
|
declare namespace accumulationFunds {
|
|
886
|
-
export { type accumulationFunds_IAccumulatedFunds as IAccumulatedFunds, scope$
|
|
884
|
+
export { type accumulationFunds_IAccumulatedFunds as IAccumulatedFunds, scope$n as scope, tableName$n as tableName };
|
|
887
885
|
}
|
|
888
886
|
|
|
889
887
|
/**
|
|
890
888
|
* Имя таблицы
|
|
891
889
|
*/
|
|
892
|
-
declare const tableName$
|
|
890
|
+
declare const tableName$m = "expfunds";
|
|
893
891
|
/**
|
|
894
892
|
* Таблица хранится в {@link ContractNames._fund | области памяти контракта}.
|
|
895
893
|
*/
|
|
896
|
-
declare const scope$
|
|
894
|
+
declare const scope$m: {
|
|
897
895
|
/**
|
|
898
896
|
* Имя таблицы
|
|
899
897
|
*/
|
|
@@ -907,17 +905,17 @@ type IExpensedFunds = IExpfunds;
|
|
|
907
905
|
|
|
908
906
|
type expenseFunds_IExpensedFunds = IExpensedFunds;
|
|
909
907
|
declare namespace expenseFunds {
|
|
910
|
-
export { type expenseFunds_IExpensedFunds as IExpensedFunds, scope$
|
|
908
|
+
export { type expenseFunds_IExpensedFunds as IExpensedFunds, scope$m as scope, tableName$m as tableName };
|
|
911
909
|
}
|
|
912
910
|
|
|
913
911
|
/**
|
|
914
912
|
* Имя таблицы
|
|
915
913
|
*/
|
|
916
|
-
declare const tableName$
|
|
914
|
+
declare const tableName$l = "fundwallet";
|
|
917
915
|
/**
|
|
918
916
|
* Таблица хранится в {@link ContractNames._fund | области памяти контракта}.
|
|
919
917
|
*/
|
|
920
|
-
declare const scope$
|
|
918
|
+
declare const scope$l: {
|
|
921
919
|
/**
|
|
922
920
|
* Имя таблицы
|
|
923
921
|
*/
|
|
@@ -931,17 +929,17 @@ type IFundWallet = IFundwallet;
|
|
|
931
929
|
|
|
932
930
|
type fundWallet_IFundWallet = IFundWallet;
|
|
933
931
|
declare namespace fundWallet {
|
|
934
|
-
export { type fundWallet_IFundWallet as IFundWallet, scope$
|
|
932
|
+
export { type fundWallet_IFundWallet as IFundWallet, scope$l as scope, tableName$l as tableName };
|
|
935
933
|
}
|
|
936
934
|
|
|
937
935
|
/**
|
|
938
936
|
* Имя таблицы
|
|
939
937
|
*/
|
|
940
|
-
declare const tableName$
|
|
938
|
+
declare const tableName$k = "fwithdraws";
|
|
941
939
|
/**
|
|
942
940
|
* Таблица хранится в {@link ContractNames._fund | области памяти контракта}.
|
|
943
941
|
*/
|
|
944
|
-
declare const scope$
|
|
942
|
+
declare const scope$k: {
|
|
945
943
|
/**
|
|
946
944
|
* Имя таблицы
|
|
947
945
|
*/
|
|
@@ -955,7 +953,7 @@ type IFundWithdraws = IFwithdraws;
|
|
|
955
953
|
|
|
956
954
|
type fundWithdraws_IFundWithdraws = IFundWithdraws;
|
|
957
955
|
declare namespace fundWithdraws {
|
|
958
|
-
export { type fundWithdraws_IFundWithdraws as IFundWithdraws, scope$
|
|
956
|
+
export { type fundWithdraws_IFundWithdraws as IFundWithdraws, scope$k as scope, tableName$k as tableName };
|
|
959
957
|
}
|
|
960
958
|
|
|
961
959
|
/**
|
|
@@ -963,80 +961,80 @@ declare namespace fundWithdraws {
|
|
|
963
961
|
*
|
|
964
962
|
*/
|
|
965
963
|
|
|
966
|
-
declare namespace index$
|
|
964
|
+
declare namespace index$m {
|
|
967
965
|
export { accumulationFunds as AccumulatedFunds, expenseFunds as ExpensedFunds, fundWallet as FundWallet, fundWithdraws as FundWithdraws };
|
|
968
966
|
}
|
|
969
967
|
|
|
970
|
-
declare const contractName$
|
|
968
|
+
declare const contractName$5: {
|
|
971
969
|
readonly production: "fund";
|
|
972
970
|
readonly testnet: "fundtest2222";
|
|
973
971
|
};
|
|
974
972
|
|
|
975
|
-
declare namespace index$
|
|
976
|
-
export { index$
|
|
973
|
+
declare namespace index$l {
|
|
974
|
+
export { index$n as Actions, fund as Interfaces, index$m as Tables, contractName$5 as contractName };
|
|
977
975
|
}
|
|
978
976
|
|
|
979
977
|
/** Представляет значение актива */
|
|
980
|
-
type IAsset$
|
|
978
|
+
type IAsset$4 = string;
|
|
981
979
|
/** Представляет значение имени */
|
|
982
|
-
type IName$
|
|
980
|
+
type IName$4 = string;
|
|
983
981
|
/** Представляет значение времени в секундах */
|
|
984
|
-
type ITimePointSec$
|
|
982
|
+
type ITimePointSec$3 = string;
|
|
985
983
|
/** Представляет 64-битное беззнаковое целое число */
|
|
986
|
-
type IUint64$
|
|
984
|
+
type IUint64$3 = number | string;
|
|
987
985
|
interface IBalances$1 extends IBalancesBase$1 {
|
|
988
986
|
}
|
|
989
987
|
interface IBalancesBase$1 {
|
|
990
988
|
/** Уникальный идентификатор баланса */
|
|
991
|
-
id: IUint64$
|
|
989
|
+
id: IUint64$3;
|
|
992
990
|
/** Имя контракта */
|
|
993
|
-
contract: IName$
|
|
991
|
+
contract: IName$4;
|
|
994
992
|
/** Количество актива */
|
|
995
|
-
quantity: IAsset$
|
|
993
|
+
quantity: IAsset$4;
|
|
996
994
|
}
|
|
997
995
|
interface ICounts$1 extends ICountsBase$1 {
|
|
998
996
|
}
|
|
999
997
|
interface ICountsBase$1 {
|
|
1000
998
|
/** Значение ключа */
|
|
1001
|
-
key: IName$
|
|
999
|
+
key: IName$4;
|
|
1002
1000
|
/** Значение вторичного ключа */
|
|
1003
|
-
secondary_key: IName$
|
|
1001
|
+
secondary_key: IName$4;
|
|
1004
1002
|
/** Значение, связанное с ключами */
|
|
1005
|
-
value: IUint64$
|
|
1003
|
+
value: IUint64$3;
|
|
1006
1004
|
}
|
|
1007
1005
|
interface IDeposit {
|
|
1008
1006
|
/** Имя кооператива */
|
|
1009
|
-
coopname: IName$
|
|
1007
|
+
coopname: IName$4;
|
|
1010
1008
|
/** Имя пользователя */
|
|
1011
|
-
username: IName$
|
|
1009
|
+
username: IName$4;
|
|
1012
1010
|
/** Тип депозита */
|
|
1013
|
-
type: IName$
|
|
1011
|
+
type: IName$4;
|
|
1014
1012
|
/** Количество актива */
|
|
1015
|
-
quantity: IAsset$
|
|
1013
|
+
quantity: IAsset$4;
|
|
1016
1014
|
}
|
|
1017
1015
|
interface IDeposits$1 {
|
|
1018
1016
|
/** Уникальный идентификатор депозита */
|
|
1019
|
-
id: IUint64$
|
|
1017
|
+
id: IUint64$3;
|
|
1020
1018
|
/** Имя пользователя */
|
|
1021
|
-
username: IName$
|
|
1019
|
+
username: IName$4;
|
|
1022
1020
|
/** Имя кооператива */
|
|
1023
|
-
coopname: IName$
|
|
1021
|
+
coopname: IName$4;
|
|
1024
1022
|
/** Тип депозита */
|
|
1025
|
-
type: IName$
|
|
1023
|
+
type: IName$4;
|
|
1026
1024
|
/** Имя контракта токена */
|
|
1027
|
-
token_contract: IName$
|
|
1025
|
+
token_contract: IName$4;
|
|
1028
1026
|
/** Количество актива */
|
|
1029
|
-
quantity: IAsset$
|
|
1027
|
+
quantity: IAsset$4;
|
|
1030
1028
|
/** Статус депозита */
|
|
1031
|
-
status: IName$
|
|
1029
|
+
status: IName$4;
|
|
1032
1030
|
/** Связанная ссылка с депозитом */
|
|
1033
1031
|
link: string;
|
|
1034
1032
|
/** Дополнительное примечание для депозита */
|
|
1035
1033
|
memo: string;
|
|
1036
1034
|
/** Время истечения срока действия депозита */
|
|
1037
|
-
expired_at: ITimePointSec$
|
|
1035
|
+
expired_at: ITimePointSec$3;
|
|
1038
1036
|
}
|
|
1039
|
-
interface IDocument$
|
|
1037
|
+
interface IDocument$3 {
|
|
1040
1038
|
/** Хэш-значение документа */
|
|
1041
1039
|
hash: string;
|
|
1042
1040
|
/** Публичный ключ, связанный с документом */
|
|
@@ -1048,45 +1046,45 @@ interface IDocument$2 {
|
|
|
1048
1046
|
}
|
|
1049
1047
|
interface IDpcomplete {
|
|
1050
1048
|
/** Имя кооператива */
|
|
1051
|
-
coopname: IName$
|
|
1049
|
+
coopname: IName$4;
|
|
1052
1050
|
/** Имя администратора */
|
|
1053
|
-
admin: IName$
|
|
1051
|
+
admin: IName$4;
|
|
1054
1052
|
/** Уникальный идентификатор депозита */
|
|
1055
|
-
deposit_id: IUint64$
|
|
1053
|
+
deposit_id: IUint64$3;
|
|
1056
1054
|
/** Дополнительное примечание для завершения */
|
|
1057
1055
|
memo: string;
|
|
1058
1056
|
}
|
|
1059
1057
|
interface IDpfail {
|
|
1060
1058
|
/** Имя кооператива */
|
|
1061
|
-
coopname: IName$
|
|
1059
|
+
coopname: IName$4;
|
|
1062
1060
|
/** Имя администратора */
|
|
1063
|
-
admin: IName$
|
|
1061
|
+
admin: IName$4;
|
|
1064
1062
|
/** Уникальный идентификатор депозита */
|
|
1065
|
-
deposit_id: IUint64$
|
|
1063
|
+
deposit_id: IUint64$3;
|
|
1066
1064
|
/** Дополнительное примечание для отказа */
|
|
1067
1065
|
memo: string;
|
|
1068
1066
|
}
|
|
1069
1067
|
interface INewdepositid {
|
|
1070
1068
|
/** Имя пользователя */
|
|
1071
|
-
username: IName$
|
|
1069
|
+
username: IName$4;
|
|
1072
1070
|
/** Уникальный идентификатор депозита */
|
|
1073
|
-
id: IUint64$
|
|
1071
|
+
id: IUint64$3;
|
|
1074
1072
|
}
|
|
1075
1073
|
interface INewwithdrid {
|
|
1076
1074
|
/** Имя пользователя */
|
|
1077
|
-
username: IName$
|
|
1075
|
+
username: IName$4;
|
|
1078
1076
|
/** Уникальный идентификатор вывода */
|
|
1079
|
-
id: IUint64$
|
|
1077
|
+
id: IUint64$3;
|
|
1080
1078
|
}
|
|
1081
1079
|
interface IWithdraw$1 {
|
|
1082
1080
|
/** Имя кооператива */
|
|
1083
|
-
coopname: IName$
|
|
1081
|
+
coopname: IName$4;
|
|
1084
1082
|
/** Имя пользователя */
|
|
1085
|
-
username: IName$
|
|
1083
|
+
username: IName$4;
|
|
1086
1084
|
/** Количество актива */
|
|
1087
|
-
quantity: IAsset$
|
|
1085
|
+
quantity: IAsset$4;
|
|
1088
1086
|
/** Документ, связанный с выводом */
|
|
1089
|
-
document: IDocument$
|
|
1087
|
+
document: IDocument$3;
|
|
1090
1088
|
/** Идентификатор банковских данных */
|
|
1091
1089
|
bank_data_id: string;
|
|
1092
1090
|
/** Дополнительное примечание для вывода */
|
|
@@ -1094,49 +1092,49 @@ interface IWithdraw$1 {
|
|
|
1094
1092
|
}
|
|
1095
1093
|
interface IWithdrawauth {
|
|
1096
1094
|
/** Имя кооператива */
|
|
1097
|
-
coopname: IName$
|
|
1095
|
+
coopname: IName$4;
|
|
1098
1096
|
/** Уникальный идентификатор вывода */
|
|
1099
|
-
withdraw_id: IUint64$
|
|
1097
|
+
withdraw_id: IUint64$3;
|
|
1100
1098
|
}
|
|
1101
1099
|
interface IWithdraws$1 {
|
|
1102
1100
|
/** Уникальный идентификатор вывода */
|
|
1103
|
-
id: IUint64$
|
|
1101
|
+
id: IUint64$3;
|
|
1104
1102
|
/** Имя пользователя */
|
|
1105
|
-
username: IName$
|
|
1103
|
+
username: IName$4;
|
|
1106
1104
|
/** Имя кооператива */
|
|
1107
|
-
coopname: IName$
|
|
1105
|
+
coopname: IName$4;
|
|
1108
1106
|
/** Идентификатор банковских данных */
|
|
1109
1107
|
bank_data_id: string;
|
|
1110
1108
|
/** Имя контракта токена */
|
|
1111
|
-
token_contract: IName$
|
|
1109
|
+
token_contract: IName$4;
|
|
1112
1110
|
/** Количество актива */
|
|
1113
|
-
quantity: IAsset$
|
|
1111
|
+
quantity: IAsset$4;
|
|
1114
1112
|
/** Статус вывода */
|
|
1115
|
-
status: IName$
|
|
1113
|
+
status: IName$4;
|
|
1116
1114
|
/** Документ, связанный с выводом */
|
|
1117
|
-
document: IDocument$
|
|
1115
|
+
document: IDocument$3;
|
|
1118
1116
|
/** Дополнительное примечание для вывода */
|
|
1119
1117
|
memo: string;
|
|
1120
1118
|
/** Время создания вывода */
|
|
1121
|
-
created_at: ITimePointSec$
|
|
1119
|
+
created_at: ITimePointSec$3;
|
|
1122
1120
|
}
|
|
1123
1121
|
interface IWthdcomplete {
|
|
1124
1122
|
/** Имя кооператива */
|
|
1125
|
-
coopname: IName$
|
|
1123
|
+
coopname: IName$4;
|
|
1126
1124
|
/** Имя администратора */
|
|
1127
|
-
admin: IName$
|
|
1125
|
+
admin: IName$4;
|
|
1128
1126
|
/** Уникальный идентификатор вывода */
|
|
1129
|
-
withdraw_id: IUint64$
|
|
1127
|
+
withdraw_id: IUint64$3;
|
|
1130
1128
|
/** Дополнительное примечание для завершения */
|
|
1131
1129
|
memo: string;
|
|
1132
1130
|
}
|
|
1133
1131
|
interface IWthdfail {
|
|
1134
1132
|
/** Имя кооператива */
|
|
1135
|
-
coopname: IName$
|
|
1133
|
+
coopname: IName$4;
|
|
1136
1134
|
/** Имя администратора */
|
|
1137
|
-
admin: IName$
|
|
1135
|
+
admin: IName$4;
|
|
1138
1136
|
/** Уникальный идентификатор вывода */
|
|
1139
|
-
withdraw_id: IUint64$
|
|
1137
|
+
withdraw_id: IUint64$3;
|
|
1140
1138
|
/** Дополнительное примечание для отказа */
|
|
1141
1139
|
memo: string;
|
|
1142
1140
|
}
|
|
@@ -1150,14 +1148,14 @@ type gateway_IWithdrawauth = IWithdrawauth;
|
|
|
1150
1148
|
type gateway_IWthdcomplete = IWthdcomplete;
|
|
1151
1149
|
type gateway_IWthdfail = IWthdfail;
|
|
1152
1150
|
declare namespace gateway {
|
|
1153
|
-
export type { IAsset$
|
|
1151
|
+
export type { IAsset$4 as IAsset, IBalances$1 as IBalances, IBalancesBase$1 as IBalancesBase, ICounts$1 as ICounts, ICountsBase$1 as ICountsBase, gateway_IDeposit as IDeposit, IDeposits$1 as IDeposits, IDocument$3 as IDocument, gateway_IDpcomplete as IDpcomplete, gateway_IDpfail as IDpfail, IName$4 as IName, gateway_INewdepositid as INewdepositid, gateway_INewwithdrid as INewwithdrid, ITimePointSec$3 as ITimePointSec, IUint64$3 as IUint64, IWithdraw$1 as IWithdraw, gateway_IWithdrawauth as IWithdrawauth, IWithdraws$1 as IWithdraws, gateway_IWthdcomplete as IWthdcomplete, gateway_IWthdfail as IWthdfail };
|
|
1154
1152
|
}
|
|
1155
1153
|
|
|
1156
1154
|
/**
|
|
1157
1155
|
* Имя действия
|
|
1158
1156
|
* Требуется авторизация {@link Actors._coopname | технического аккаунта кооператива} со специальным разрешением.
|
|
1159
1157
|
*/
|
|
1160
|
-
declare const authorizations$
|
|
1158
|
+
declare const authorizations$17: readonly [{
|
|
1161
1159
|
readonly permissions: readonly ["active", {
|
|
1162
1160
|
readonly contract: "_contract";
|
|
1163
1161
|
readonly action: "actionName";
|
|
@@ -1167,7 +1165,7 @@ declare const authorizations$Q: readonly [{
|
|
|
1167
1165
|
/**
|
|
1168
1166
|
* Имя действия
|
|
1169
1167
|
*/
|
|
1170
|
-
declare const actionName$
|
|
1168
|
+
declare const actionName$17 = "deposit";
|
|
1171
1169
|
/**
|
|
1172
1170
|
* @interface
|
|
1173
1171
|
* Действие для создания заявки на взнос в кошелёк, которое производится уполномоченным аккаунтом от кооператива с бэкенда.
|
|
@@ -1182,14 +1180,14 @@ type ICreateDeposit = IDeposit;
|
|
|
1182
1180
|
|
|
1183
1181
|
type createDeposit_ICreateDeposit = ICreateDeposit;
|
|
1184
1182
|
declare namespace createDeposit {
|
|
1185
|
-
export { type createDeposit_ICreateDeposit as ICreateDeposit, actionName$
|
|
1183
|
+
export { type createDeposit_ICreateDeposit as ICreateDeposit, actionName$17 as actionName, authorizations$17 as authorizations };
|
|
1186
1184
|
}
|
|
1187
1185
|
|
|
1188
1186
|
/**
|
|
1189
1187
|
* Имя действия
|
|
1190
1188
|
* Требуется авторизация {@link Actors._admin | администратора кооператива} со специальным разрешением.
|
|
1191
1189
|
*/
|
|
1192
|
-
declare const authorizations$
|
|
1190
|
+
declare const authorizations$16: readonly [{
|
|
1193
1191
|
readonly permissions: readonly ["active", {
|
|
1194
1192
|
readonly contract: "_contract";
|
|
1195
1193
|
readonly action: "actionName";
|
|
@@ -1199,7 +1197,7 @@ declare const authorizations$P: readonly [{
|
|
|
1199
1197
|
/**
|
|
1200
1198
|
* Имя действия
|
|
1201
1199
|
*/
|
|
1202
|
-
declare const actionName$
|
|
1200
|
+
declare const actionName$16 = "dpcomplete";
|
|
1203
1201
|
/**
|
|
1204
1202
|
* @interface
|
|
1205
1203
|
*/
|
|
@@ -1207,14 +1205,14 @@ type ICompleteDeposit = IDpcomplete;
|
|
|
1207
1205
|
|
|
1208
1206
|
type completeDeposit_ICompleteDeposit = ICompleteDeposit;
|
|
1209
1207
|
declare namespace completeDeposit {
|
|
1210
|
-
export { type completeDeposit_ICompleteDeposit as ICompleteDeposit, actionName$
|
|
1208
|
+
export { type completeDeposit_ICompleteDeposit as ICompleteDeposit, actionName$16 as actionName, authorizations$16 as authorizations };
|
|
1211
1209
|
}
|
|
1212
1210
|
|
|
1213
1211
|
/**
|
|
1214
1212
|
* Имя действия
|
|
1215
1213
|
* Требуется авторизация {@link Actors._admin | администратором кооператива} со специальным разрешением.
|
|
1216
1214
|
*/
|
|
1217
|
-
declare const authorizations$
|
|
1215
|
+
declare const authorizations$15: readonly [{
|
|
1218
1216
|
readonly permissions: readonly ["active", {
|
|
1219
1217
|
readonly contract: "_contract";
|
|
1220
1218
|
readonly action: "actionName";
|
|
@@ -1224,21 +1222,21 @@ declare const authorizations$O: readonly [{
|
|
|
1224
1222
|
/**
|
|
1225
1223
|
* Имя действия
|
|
1226
1224
|
*/
|
|
1227
|
-
declare const actionName$
|
|
1225
|
+
declare const actionName$15 = "dpfail";
|
|
1228
1226
|
/**
|
|
1229
1227
|
* @interface
|
|
1230
1228
|
*/
|
|
1231
1229
|
type IFailDeposit$2 = IDpfail;
|
|
1232
1230
|
|
|
1233
1231
|
declare namespace failDeposit {
|
|
1234
|
-
export { type IFailDeposit$2 as IFailDeposit, actionName$
|
|
1232
|
+
export { type IFailDeposit$2 as IFailDeposit, actionName$15 as actionName, authorizations$15 as authorizations };
|
|
1235
1233
|
}
|
|
1236
1234
|
|
|
1237
1235
|
/**
|
|
1238
1236
|
* Имя действия
|
|
1239
1237
|
* Требуется авторизация {@link ContractNames._gateway | аккаунта контракта шлюза}.
|
|
1240
1238
|
*/
|
|
1241
|
-
declare const authorizations$
|
|
1239
|
+
declare const authorizations$14: readonly [{
|
|
1242
1240
|
readonly permissions: readonly ["active"];
|
|
1243
1241
|
readonly actor: {
|
|
1244
1242
|
readonly production: "gateway";
|
|
@@ -1248,7 +1246,7 @@ declare const authorizations$N: readonly [{
|
|
|
1248
1246
|
/**
|
|
1249
1247
|
* Имя действия
|
|
1250
1248
|
*/
|
|
1251
|
-
declare const actionName$
|
|
1249
|
+
declare const actionName$14 = "newdepositid";
|
|
1252
1250
|
/**
|
|
1253
1251
|
* @interface
|
|
1254
1252
|
*/
|
|
@@ -1256,14 +1254,14 @@ type NewDepositId = INewdepositid;
|
|
|
1256
1254
|
|
|
1257
1255
|
type newDepositId_NewDepositId = NewDepositId;
|
|
1258
1256
|
declare namespace newDepositId {
|
|
1259
|
-
export { type newDepositId_NewDepositId as NewDepositId, actionName$
|
|
1257
|
+
export { type newDepositId_NewDepositId as NewDepositId, actionName$14 as actionName, authorizations$14 as authorizations };
|
|
1260
1258
|
}
|
|
1261
1259
|
|
|
1262
1260
|
/**
|
|
1263
1261
|
* Имя действия
|
|
1264
1262
|
* Требуется авторизация {@link ContractNames._gateway | аккаунта контракта шлюза}.
|
|
1265
1263
|
*/
|
|
1266
|
-
declare const authorizations$
|
|
1264
|
+
declare const authorizations$13: readonly [{
|
|
1267
1265
|
readonly permissions: readonly ["active"];
|
|
1268
1266
|
readonly actor: {
|
|
1269
1267
|
readonly production: "gateway";
|
|
@@ -1273,7 +1271,7 @@ declare const authorizations$M: readonly [{
|
|
|
1273
1271
|
/**
|
|
1274
1272
|
* Имя действия
|
|
1275
1273
|
*/
|
|
1276
|
-
declare const actionName$
|
|
1274
|
+
declare const actionName$13 = "newwithdrid";
|
|
1277
1275
|
/**
|
|
1278
1276
|
* @interface
|
|
1279
1277
|
*/
|
|
@@ -1281,21 +1279,21 @@ type NewWithdrawId = INewwithdrid;
|
|
|
1281
1279
|
|
|
1282
1280
|
type newWithdrawId_NewWithdrawId = NewWithdrawId;
|
|
1283
1281
|
declare namespace newWithdrawId {
|
|
1284
|
-
export { type newWithdrawId_NewWithdrawId as NewWithdrawId, actionName$
|
|
1282
|
+
export { type newWithdrawId_NewWithdrawId as NewWithdrawId, actionName$13 as actionName, authorizations$13 as authorizations };
|
|
1285
1283
|
}
|
|
1286
1284
|
|
|
1287
1285
|
/**
|
|
1288
1286
|
* Имя действия
|
|
1289
1287
|
* Требуется авторизация {@link Actors._username | пользователя}.
|
|
1290
1288
|
*/
|
|
1291
|
-
declare const authorizations$
|
|
1289
|
+
declare const authorizations$12: readonly [{
|
|
1292
1290
|
readonly permissions: readonly ["active"];
|
|
1293
1291
|
readonly actor: "_username";
|
|
1294
1292
|
}];
|
|
1295
1293
|
/**
|
|
1296
1294
|
* Имя действия
|
|
1297
1295
|
*/
|
|
1298
|
-
declare const actionName$
|
|
1296
|
+
declare const actionName$12 = "withdraw";
|
|
1299
1297
|
/**
|
|
1300
1298
|
* @interface
|
|
1301
1299
|
* Действие для создания заявки на возврат паевого взноса из кошелька.
|
|
@@ -1303,14 +1301,14 @@ declare const actionName$L = "withdraw";
|
|
|
1303
1301
|
type IFailDeposit$1 = IWithdraw$1;
|
|
1304
1302
|
|
|
1305
1303
|
declare namespace createWithdraw {
|
|
1306
|
-
export { type IFailDeposit$1 as IFailDeposit, actionName$
|
|
1304
|
+
export { type IFailDeposit$1 as IFailDeposit, actionName$12 as actionName, authorizations$12 as authorizations };
|
|
1307
1305
|
}
|
|
1308
1306
|
|
|
1309
1307
|
/**
|
|
1310
1308
|
* Имя действия
|
|
1311
1309
|
* Требуется авторизация {@link Actors._admin | администратора}.
|
|
1312
1310
|
*/
|
|
1313
|
-
declare const authorizations$
|
|
1311
|
+
declare const authorizations$11: readonly [{
|
|
1314
1312
|
readonly permissions: readonly ["active", {
|
|
1315
1313
|
readonly contract: "_contract";
|
|
1316
1314
|
readonly action: "actionName";
|
|
@@ -1320,7 +1318,7 @@ declare const authorizations$K: readonly [{
|
|
|
1320
1318
|
/**
|
|
1321
1319
|
* Имя действия
|
|
1322
1320
|
*/
|
|
1323
|
-
declare const actionName$
|
|
1321
|
+
declare const actionName$11 = "wthdcomplete";
|
|
1324
1322
|
/**
|
|
1325
1323
|
* @interface
|
|
1326
1324
|
* Действие для подтверждения платежа по возврату паевого взноса пользователю.
|
|
@@ -1329,14 +1327,14 @@ type IFailDeposit = IWthdcomplete;
|
|
|
1329
1327
|
|
|
1330
1328
|
type completeWithdraw_IFailDeposit = IFailDeposit;
|
|
1331
1329
|
declare namespace completeWithdraw {
|
|
1332
|
-
export { type completeWithdraw_IFailDeposit as IFailDeposit, actionName$
|
|
1330
|
+
export { type completeWithdraw_IFailDeposit as IFailDeposit, actionName$11 as actionName, authorizations$11 as authorizations };
|
|
1333
1331
|
}
|
|
1334
1332
|
|
|
1335
1333
|
/**
|
|
1336
1334
|
* Имя действия
|
|
1337
1335
|
* Требуется авторизация {@link Actors._admin | администратора кооператива} со специальным разрешением.
|
|
1338
1336
|
*/
|
|
1339
|
-
declare const authorizations$
|
|
1337
|
+
declare const authorizations$10: readonly [{
|
|
1340
1338
|
readonly permissions: readonly ["active", {
|
|
1341
1339
|
readonly contract: "_contract";
|
|
1342
1340
|
readonly action: "actionName";
|
|
@@ -1346,7 +1344,7 @@ declare const authorizations$J: readonly [{
|
|
|
1346
1344
|
/**
|
|
1347
1345
|
* Имя действия
|
|
1348
1346
|
*/
|
|
1349
|
-
declare const actionName$
|
|
1347
|
+
declare const actionName$10 = "wthdfail";
|
|
1350
1348
|
/**
|
|
1351
1349
|
* @interface
|
|
1352
1350
|
*/
|
|
@@ -1354,36 +1352,36 @@ type IFailWithdraw = IWthdfail;
|
|
|
1354
1352
|
|
|
1355
1353
|
type failWithdraw_IFailWithdraw = IFailWithdraw;
|
|
1356
1354
|
declare namespace failWithdraw {
|
|
1357
|
-
export { type failWithdraw_IFailWithdraw as IFailWithdraw, actionName$
|
|
1355
|
+
export { type failWithdraw_IFailWithdraw as IFailWithdraw, actionName$10 as actionName, authorizations$10 as authorizations };
|
|
1358
1356
|
}
|
|
1359
1357
|
|
|
1360
1358
|
/**
|
|
1361
1359
|
* Вызывается техническим аккаунтом кооператива для создания объекта депозита со статусом платежа.
|
|
1362
1360
|
*/
|
|
1363
1361
|
|
|
1364
|
-
declare const index$
|
|
1365
|
-
declare const index$
|
|
1366
|
-
declare const index$
|
|
1367
|
-
declare const index$
|
|
1368
|
-
declare const index$
|
|
1369
|
-
declare const index$
|
|
1370
|
-
declare const index$
|
|
1371
|
-
declare const index$
|
|
1372
|
-
declare namespace index$
|
|
1373
|
-
export { index$
|
|
1362
|
+
declare const index$k_completeDeposit: typeof completeDeposit;
|
|
1363
|
+
declare const index$k_completeWithdraw: typeof completeWithdraw;
|
|
1364
|
+
declare const index$k_createDeposit: typeof createDeposit;
|
|
1365
|
+
declare const index$k_createWithdraw: typeof createWithdraw;
|
|
1366
|
+
declare const index$k_failDeposit: typeof failDeposit;
|
|
1367
|
+
declare const index$k_failWithdraw: typeof failWithdraw;
|
|
1368
|
+
declare const index$k_newDepositId: typeof newDepositId;
|
|
1369
|
+
declare const index$k_newWithdrawId: typeof newWithdrawId;
|
|
1370
|
+
declare namespace index$k {
|
|
1371
|
+
export { index$k_completeDeposit as completeDeposit, index$k_completeWithdraw as completeWithdraw, index$k_createDeposit as createDeposit, index$k_createWithdraw as createWithdraw, index$k_failDeposit as failDeposit, index$k_failWithdraw as failWithdraw, index$k_newDepositId as newDepositId, index$k_newWithdrawId as newWithdrawId };
|
|
1374
1372
|
}
|
|
1375
1373
|
|
|
1376
1374
|
/**
|
|
1377
1375
|
* Имя таблицы
|
|
1378
1376
|
*/
|
|
1379
|
-
declare const tableName$
|
|
1377
|
+
declare const tableName$j = "deposits";
|
|
1380
1378
|
/**
|
|
1381
1379
|
* Таблица хранится в {@link ContractNames._gateway | области памяти контракта}.
|
|
1382
1380
|
*/
|
|
1383
1381
|
/**
|
|
1384
1382
|
* Этот файл содержит интерфейс для таблицы "deposits".
|
|
1385
1383
|
*/
|
|
1386
|
-
declare const scope$
|
|
1384
|
+
declare const scope$j: {
|
|
1387
1385
|
readonly production: "gateway";
|
|
1388
1386
|
readonly testnet: "gateway2222";
|
|
1389
1387
|
};
|
|
@@ -1395,17 +1393,17 @@ type IDeposits = IDeposits$1;
|
|
|
1395
1393
|
|
|
1396
1394
|
type deposits_IDeposits = IDeposits;
|
|
1397
1395
|
declare namespace deposits {
|
|
1398
|
-
export { type deposits_IDeposits as IDeposits, scope$
|
|
1396
|
+
export { type deposits_IDeposits as IDeposits, scope$j as scope, tableName$j as tableName };
|
|
1399
1397
|
}
|
|
1400
1398
|
|
|
1401
1399
|
/**
|
|
1402
1400
|
* Имя таблицы
|
|
1403
1401
|
*/
|
|
1404
|
-
declare const tableName$
|
|
1402
|
+
declare const tableName$i = "withdraws";
|
|
1405
1403
|
/**
|
|
1406
1404
|
* Таблица хранится в {@link ContractNames._gateway | области памяти контракта}.
|
|
1407
1405
|
*/
|
|
1408
|
-
declare const scope$
|
|
1406
|
+
declare const scope$i: {
|
|
1409
1407
|
readonly production: "gateway";
|
|
1410
1408
|
readonly testnet: "gateway2222";
|
|
1411
1409
|
};
|
|
@@ -1417,69 +1415,69 @@ type IWithdraws = IWithdraws$1;
|
|
|
1417
1415
|
|
|
1418
1416
|
type withdraws_IWithdraws = IWithdraws;
|
|
1419
1417
|
declare namespace withdraws {
|
|
1420
|
-
export { type withdraws_IWithdraws as IWithdraws, scope$
|
|
1418
|
+
export { type withdraws_IWithdraws as IWithdraws, scope$i as scope, tableName$i as tableName };
|
|
1421
1419
|
}
|
|
1422
1420
|
|
|
1423
|
-
declare namespace index$
|
|
1421
|
+
declare namespace index$j {
|
|
1424
1422
|
export { deposits as Deposits, withdraws as Withdrws };
|
|
1425
1423
|
}
|
|
1426
1424
|
|
|
1427
|
-
declare const contractName$
|
|
1425
|
+
declare const contractName$4: {
|
|
1428
1426
|
readonly production: "gateway";
|
|
1429
1427
|
readonly testnet: "gateway2222";
|
|
1430
1428
|
};
|
|
1431
1429
|
|
|
1432
|
-
declare namespace index$
|
|
1433
|
-
export { index$
|
|
1430
|
+
declare namespace index$i {
|
|
1431
|
+
export { index$k as Actions, gateway as Interfaces, index$j as Tables, contractName$4 as contractName };
|
|
1434
1432
|
}
|
|
1435
1433
|
|
|
1436
|
-
type IAsset$
|
|
1437
|
-
type IName$
|
|
1434
|
+
type IAsset$3 = string;
|
|
1435
|
+
type IName$3 = string;
|
|
1438
1436
|
type IPublicKey = string;
|
|
1439
|
-
type ITimePointSec$
|
|
1440
|
-
type IUint64$
|
|
1437
|
+
type ITimePointSec$2 = string;
|
|
1438
|
+
type IUint64$2 = number | string;
|
|
1441
1439
|
interface IAccounts$1 {
|
|
1442
|
-
username: IName$
|
|
1443
|
-
referer: IName$
|
|
1444
|
-
registrator: IName$
|
|
1445
|
-
type: IName$
|
|
1446
|
-
status: IName$
|
|
1440
|
+
username: IName$3;
|
|
1441
|
+
referer: IName$3;
|
|
1442
|
+
registrator: IName$3;
|
|
1443
|
+
type: IName$3;
|
|
1444
|
+
status: IName$3;
|
|
1447
1445
|
meta: string;
|
|
1448
|
-
reputation: IUint64$
|
|
1449
|
-
registration_amount: IAsset$
|
|
1450
|
-
registered_at: ITimePointSec$
|
|
1451
|
-
signature_expires_at: ITimePointSec$
|
|
1446
|
+
reputation: IUint64$2;
|
|
1447
|
+
registration_amount: IAsset$3;
|
|
1448
|
+
registered_at: ITimePointSec$2;
|
|
1449
|
+
signature_expires_at: ITimePointSec$2;
|
|
1452
1450
|
}
|
|
1453
1451
|
interface IBalances extends IBalancesBase {
|
|
1454
1452
|
}
|
|
1455
1453
|
interface IBalancesBase {
|
|
1456
|
-
id: IUint64$
|
|
1457
|
-
contract: IName$
|
|
1458
|
-
quantity: IAsset$
|
|
1454
|
+
id: IUint64$2;
|
|
1455
|
+
contract: IName$3;
|
|
1456
|
+
quantity: IAsset$3;
|
|
1459
1457
|
}
|
|
1460
1458
|
interface IChangekey {
|
|
1461
|
-
username: IName$
|
|
1459
|
+
username: IName$3;
|
|
1462
1460
|
public_key: IPublicKey;
|
|
1463
1461
|
}
|
|
1464
1462
|
interface IConfirmreg {
|
|
1465
|
-
coopname: IName$
|
|
1466
|
-
member: IName$
|
|
1463
|
+
coopname: IName$3;
|
|
1464
|
+
member: IName$3;
|
|
1467
1465
|
}
|
|
1468
|
-
interface IDocument$
|
|
1466
|
+
interface IDocument$2 {
|
|
1469
1467
|
hash: string;
|
|
1470
1468
|
pkey: string;
|
|
1471
1469
|
sign: string;
|
|
1472
1470
|
meta: string;
|
|
1473
1471
|
}
|
|
1474
1472
|
interface IJoincoop$1 {
|
|
1475
|
-
coopname: IName$
|
|
1476
|
-
username: IName$
|
|
1477
|
-
document: IDocument$
|
|
1473
|
+
coopname: IName$3;
|
|
1474
|
+
username: IName$3;
|
|
1475
|
+
document: IDocument$2;
|
|
1478
1476
|
}
|
|
1479
1477
|
interface INewaccount {
|
|
1480
|
-
registrator: IName$
|
|
1481
|
-
referer: IName$
|
|
1482
|
-
username: IName$
|
|
1478
|
+
registrator: IName$3;
|
|
1479
|
+
referer: IName$3;
|
|
1480
|
+
username: IName$3;
|
|
1483
1481
|
public_key: IPublicKey;
|
|
1484
1482
|
signature_hash: string;
|
|
1485
1483
|
meta: string;
|
|
@@ -1487,27 +1485,27 @@ interface INewaccount {
|
|
|
1487
1485
|
interface IOrgData {
|
|
1488
1486
|
storage: IStorage;
|
|
1489
1487
|
is_cooperative: boolean;
|
|
1490
|
-
coop_type: IName$
|
|
1491
|
-
token_contract: IName$
|
|
1488
|
+
coop_type: IName$3;
|
|
1489
|
+
token_contract: IName$3;
|
|
1492
1490
|
announce: string;
|
|
1493
1491
|
description: string;
|
|
1494
|
-
initial: IAsset$
|
|
1495
|
-
minimum: IAsset$
|
|
1492
|
+
initial: IAsset$3;
|
|
1493
|
+
minimum: IAsset$3;
|
|
1496
1494
|
}
|
|
1497
1495
|
interface IOrgs {
|
|
1498
|
-
username: IName$
|
|
1499
|
-
parent_username: IName$
|
|
1496
|
+
username: IName$3;
|
|
1497
|
+
parent_username: IName$3;
|
|
1500
1498
|
verifications: IVerification[];
|
|
1501
1499
|
storages: IStorage[];
|
|
1502
1500
|
is_cooperative: boolean;
|
|
1503
1501
|
is_active: boolean;
|
|
1504
|
-
coop_type: IName$
|
|
1505
|
-
token_contract: IName$
|
|
1502
|
+
coop_type: IName$3;
|
|
1503
|
+
token_contract: IName$3;
|
|
1506
1504
|
announce: string;
|
|
1507
1505
|
description: string;
|
|
1508
|
-
registration: IAsset$
|
|
1509
|
-
initial: IAsset$
|
|
1510
|
-
minimum: IAsset$
|
|
1506
|
+
registration: IAsset$3;
|
|
1507
|
+
initial: IAsset$3;
|
|
1508
|
+
minimum: IAsset$3;
|
|
1511
1509
|
}
|
|
1512
1510
|
interface IPlotData {
|
|
1513
1511
|
storage: IStorage;
|
|
@@ -1515,43 +1513,43 @@ interface IPlotData {
|
|
|
1515
1513
|
description: string;
|
|
1516
1514
|
}
|
|
1517
1515
|
interface IRegorg {
|
|
1518
|
-
coopname: IName$
|
|
1519
|
-
username: IName$
|
|
1516
|
+
coopname: IName$3;
|
|
1517
|
+
username: IName$3;
|
|
1520
1518
|
params: IOrgData;
|
|
1521
1519
|
}
|
|
1522
1520
|
interface IRegplot {
|
|
1523
|
-
coopname: IName$
|
|
1524
|
-
username: IName$
|
|
1521
|
+
coopname: IName$3;
|
|
1522
|
+
username: IName$3;
|
|
1525
1523
|
params: IPlotData;
|
|
1526
1524
|
}
|
|
1527
1525
|
interface IReguser {
|
|
1528
|
-
coopname: IName$
|
|
1529
|
-
username: IName$
|
|
1526
|
+
coopname: IName$3;
|
|
1527
|
+
username: IName$3;
|
|
1530
1528
|
storage: IStorage;
|
|
1531
1529
|
}
|
|
1532
1530
|
interface IStorage {
|
|
1533
|
-
storage_username: IName$
|
|
1531
|
+
storage_username: IName$3;
|
|
1534
1532
|
}
|
|
1535
|
-
interface IUpdate {
|
|
1536
|
-
username: IName$
|
|
1533
|
+
interface IUpdate$1 {
|
|
1534
|
+
username: IName$3;
|
|
1537
1535
|
meta: string;
|
|
1538
1536
|
}
|
|
1539
1537
|
interface IUsers$2 {
|
|
1540
|
-
username: IName$
|
|
1538
|
+
username: IName$3;
|
|
1541
1539
|
is_active: boolean;
|
|
1542
1540
|
storages: IStorage[];
|
|
1543
1541
|
verifications: IVerification[];
|
|
1544
1542
|
}
|
|
1545
1543
|
interface IVerificate {
|
|
1546
|
-
username: IName$
|
|
1547
|
-
procedure: IName$
|
|
1544
|
+
username: IName$3;
|
|
1545
|
+
procedure: IName$3;
|
|
1548
1546
|
}
|
|
1549
1547
|
interface IVerification {
|
|
1550
|
-
verificator: IName$
|
|
1548
|
+
verificator: IName$3;
|
|
1551
1549
|
is_verified: boolean;
|
|
1552
|
-
procedure: IName$
|
|
1553
|
-
created_at: ITimePointSec$
|
|
1554
|
-
last_update: ITimePointSec$
|
|
1550
|
+
procedure: IName$3;
|
|
1551
|
+
created_at: ITimePointSec$2;
|
|
1552
|
+
last_update: ITimePointSec$2;
|
|
1555
1553
|
notice: string;
|
|
1556
1554
|
}
|
|
1557
1555
|
|
|
@@ -1568,14 +1566,13 @@ type registrator_IRegorg = IRegorg;
|
|
|
1568
1566
|
type registrator_IRegplot = IRegplot;
|
|
1569
1567
|
type registrator_IReguser = IReguser;
|
|
1570
1568
|
type registrator_IStorage = IStorage;
|
|
1571
|
-
type registrator_IUpdate = IUpdate;
|
|
1572
1569
|
type registrator_IVerificate = IVerificate;
|
|
1573
1570
|
type registrator_IVerification = IVerification;
|
|
1574
1571
|
declare namespace registrator {
|
|
1575
|
-
export type { IAccounts$1 as IAccounts, IAsset$
|
|
1572
|
+
export type { IAccounts$1 as IAccounts, IAsset$3 as IAsset, registrator_IBalances as IBalances, registrator_IBalancesBase as IBalancesBase, registrator_IChangekey as IChangekey, registrator_IConfirmreg as IConfirmreg, IDocument$2 as IDocument, IJoincoop$1 as IJoincoop, IName$3 as IName, registrator_INewaccount as INewaccount, registrator_IOrgData as IOrgData, registrator_IOrgs as IOrgs, registrator_IPlotData as IPlotData, registrator_IPublicKey as IPublicKey, registrator_IRegorg as IRegorg, registrator_IRegplot as IRegplot, registrator_IReguser as IReguser, registrator_IStorage as IStorage, ITimePointSec$2 as ITimePointSec, IUint64$2 as IUint64, IUpdate$1 as IUpdate, IUsers$2 as IUsers, registrator_IVerificate as IVerificate, registrator_IVerification as IVerification };
|
|
1576
1573
|
}
|
|
1577
1574
|
|
|
1578
|
-
declare const authorizations
|
|
1575
|
+
declare const authorizations$$: readonly [{
|
|
1579
1576
|
readonly permissions: readonly ["active"];
|
|
1580
1577
|
readonly actor: {
|
|
1581
1578
|
readonly production: "eosio";
|
|
@@ -1585,7 +1582,7 @@ declare const authorizations$I: readonly [{
|
|
|
1585
1582
|
/**
|
|
1586
1583
|
* Имя действия
|
|
1587
1584
|
*/
|
|
1588
|
-
declare const actionName
|
|
1585
|
+
declare const actionName$$ = "verificate";
|
|
1589
1586
|
/**
|
|
1590
1587
|
* @interface
|
|
1591
1588
|
*/
|
|
@@ -1593,31 +1590,31 @@ type IVerificateAccount = IVerificate;
|
|
|
1593
1590
|
|
|
1594
1591
|
type verificateAccount_IVerificateAccount = IVerificateAccount;
|
|
1595
1592
|
declare namespace verificateAccount {
|
|
1596
|
-
export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName
|
|
1593
|
+
export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName$$ as actionName, authorizations$$ as authorizations };
|
|
1597
1594
|
}
|
|
1598
1595
|
|
|
1599
|
-
declare const authorizations$
|
|
1596
|
+
declare const authorizations$_: readonly [{
|
|
1600
1597
|
readonly permissions: readonly ["active"];
|
|
1601
1598
|
readonly actor: "_username";
|
|
1602
1599
|
}];
|
|
1603
1600
|
/**
|
|
1604
1601
|
* Имя действия
|
|
1605
1602
|
*/
|
|
1606
|
-
declare const actionName$
|
|
1603
|
+
declare const actionName$_ = "update";
|
|
1607
1604
|
/**
|
|
1608
1605
|
* @interface
|
|
1609
1606
|
*/
|
|
1610
|
-
type IUpdateAccount = IUpdate;
|
|
1607
|
+
type IUpdateAccount = IUpdate$1;
|
|
1611
1608
|
|
|
1612
1609
|
type updateAccount_IUpdateAccount = IUpdateAccount;
|
|
1613
1610
|
declare namespace updateAccount {
|
|
1614
|
-
export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$
|
|
1611
|
+
export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$_ as actionName, authorizations$_ as authorizations };
|
|
1615
1612
|
}
|
|
1616
1613
|
|
|
1617
1614
|
/**
|
|
1618
1615
|
* Требуется авторизация аккаунта {@link Actors._admin | администратора} c позитивным балансом AXON для оплаты аренды ресурсов.
|
|
1619
1616
|
*/
|
|
1620
|
-
declare const authorizations$
|
|
1617
|
+
declare const authorizations$Z: readonly [{
|
|
1621
1618
|
readonly permissions: readonly ["active", {
|
|
1622
1619
|
readonly contract: "_contract";
|
|
1623
1620
|
readonly action: "actionName";
|
|
@@ -1627,7 +1624,7 @@ declare const authorizations$G: readonly [{
|
|
|
1627
1624
|
/**
|
|
1628
1625
|
* Имя действия
|
|
1629
1626
|
*/
|
|
1630
|
-
declare const actionName$
|
|
1627
|
+
declare const actionName$Z = "newaccount";
|
|
1631
1628
|
/**
|
|
1632
1629
|
* @interface
|
|
1633
1630
|
*/
|
|
@@ -1635,10 +1632,10 @@ type ICreateAccount = INewaccount;
|
|
|
1635
1632
|
|
|
1636
1633
|
type createAccount_ICreateAccount = ICreateAccount;
|
|
1637
1634
|
declare namespace createAccount {
|
|
1638
|
-
export { type createAccount_ICreateAccount as ICreateAccount, actionName$
|
|
1635
|
+
export { type createAccount_ICreateAccount as ICreateAccount, actionName$Z as actionName, authorizations$Z as authorizations };
|
|
1639
1636
|
}
|
|
1640
1637
|
|
|
1641
|
-
declare const authorizations$
|
|
1638
|
+
declare const authorizations$Y: readonly [{
|
|
1642
1639
|
readonly permissions: readonly ["active", {
|
|
1643
1640
|
readonly contract: "_contract";
|
|
1644
1641
|
readonly action: "actionName";
|
|
@@ -1648,7 +1645,7 @@ declare const authorizations$F: readonly [{
|
|
|
1648
1645
|
/**
|
|
1649
1646
|
* Имя действия
|
|
1650
1647
|
*/
|
|
1651
|
-
declare const actionName$
|
|
1648
|
+
declare const actionName$Y = "regorg";
|
|
1652
1649
|
/**
|
|
1653
1650
|
* @interface
|
|
1654
1651
|
*/
|
|
@@ -1656,10 +1653,10 @@ type IRegisterOrganization = IRegorg;
|
|
|
1656
1653
|
|
|
1657
1654
|
type registerOrganization_IRegisterOrganization = IRegisterOrganization;
|
|
1658
1655
|
declare namespace registerOrganization {
|
|
1659
|
-
export { type registerOrganization_IRegisterOrganization as IRegisterOrganization, actionName$
|
|
1656
|
+
export { type registerOrganization_IRegisterOrganization as IRegisterOrganization, actionName$Y as actionName, authorizations$Y as authorizations };
|
|
1660
1657
|
}
|
|
1661
1658
|
|
|
1662
|
-
declare const authorizations$
|
|
1659
|
+
declare const authorizations$X: readonly [{
|
|
1663
1660
|
readonly permissions: readonly ["active"];
|
|
1664
1661
|
readonly actor: {
|
|
1665
1662
|
readonly production: "eosio";
|
|
@@ -1669,7 +1666,7 @@ declare const authorizations$E: readonly [{
|
|
|
1669
1666
|
/**
|
|
1670
1667
|
* Имя действия
|
|
1671
1668
|
*/
|
|
1672
|
-
declare const actionName$
|
|
1669
|
+
declare const actionName$X = "changekey";
|
|
1673
1670
|
/**
|
|
1674
1671
|
* @interface
|
|
1675
1672
|
*/
|
|
@@ -1677,13 +1674,13 @@ type IChangeKey = IChangekey;
|
|
|
1677
1674
|
|
|
1678
1675
|
type changeKey_IChangeKey = IChangeKey;
|
|
1679
1676
|
declare namespace changeKey {
|
|
1680
|
-
export { type changeKey_IChangeKey as IChangeKey, actionName$
|
|
1677
|
+
export { type changeKey_IChangeKey as IChangeKey, actionName$X as actionName, authorizations$X as authorizations };
|
|
1681
1678
|
}
|
|
1682
1679
|
|
|
1683
1680
|
/**
|
|
1684
1681
|
* Требуется авторизация администратора кооператива или пользователя.
|
|
1685
1682
|
*/
|
|
1686
|
-
declare const authorizations$
|
|
1683
|
+
declare const authorizations$W: readonly [{
|
|
1687
1684
|
readonly permissions: readonly ["active", {
|
|
1688
1685
|
readonly contract: "_contract";
|
|
1689
1686
|
readonly action: "actionName";
|
|
@@ -1696,7 +1693,7 @@ declare const authorizations$D: readonly [{
|
|
|
1696
1693
|
/**
|
|
1697
1694
|
* Имя действия
|
|
1698
1695
|
*/
|
|
1699
|
-
declare const actionName$
|
|
1696
|
+
declare const actionName$W = "joincoop";
|
|
1700
1697
|
/**
|
|
1701
1698
|
* @interface
|
|
1702
1699
|
*/
|
|
@@ -1704,13 +1701,13 @@ type IJoinCooperative = IJoincoop$1;
|
|
|
1704
1701
|
|
|
1705
1702
|
type joinCooperative_IJoinCooperative = IJoinCooperative;
|
|
1706
1703
|
declare namespace joinCooperative {
|
|
1707
|
-
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$
|
|
1704
|
+
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$W as actionName, authorizations$W as authorizations };
|
|
1708
1705
|
}
|
|
1709
1706
|
|
|
1710
1707
|
/**
|
|
1711
1708
|
* Требуется подпись контракта {@link ContractNames._soviet | совета}, которая поставляется автоматически в момент исполнения решения совета о приёме нового пайщика.
|
|
1712
1709
|
*/
|
|
1713
|
-
declare const authorizations$
|
|
1710
|
+
declare const authorizations$V: readonly [{
|
|
1714
1711
|
readonly permissions: readonly ["active"];
|
|
1715
1712
|
readonly actor: {
|
|
1716
1713
|
readonly production: "soviet";
|
|
@@ -1720,7 +1717,7 @@ declare const authorizations$C: readonly [{
|
|
|
1720
1717
|
/**
|
|
1721
1718
|
* Имя действия
|
|
1722
1719
|
*/
|
|
1723
|
-
declare const actionName$
|
|
1720
|
+
declare const actionName$V = "confirmreg";
|
|
1724
1721
|
/**
|
|
1725
1722
|
* @interface
|
|
1726
1723
|
*/
|
|
@@ -1728,32 +1725,32 @@ type IConfirmJoin = IConfirmreg;
|
|
|
1728
1725
|
|
|
1729
1726
|
type confirmJoin_IConfirmJoin = IConfirmJoin;
|
|
1730
1727
|
declare namespace confirmJoin {
|
|
1731
|
-
export { type confirmJoin_IConfirmJoin as IConfirmJoin, actionName$
|
|
1728
|
+
export { type confirmJoin_IConfirmJoin as IConfirmJoin, actionName$V as actionName, authorizations$V as authorizations };
|
|
1732
1729
|
}
|
|
1733
1730
|
|
|
1734
1731
|
/**
|
|
1735
1732
|
* Действие верификации аккаунта
|
|
1736
1733
|
*/
|
|
1737
1734
|
|
|
1738
|
-
declare const index$
|
|
1739
|
-
declare const index$
|
|
1740
|
-
declare const index$
|
|
1741
|
-
declare const index$
|
|
1742
|
-
declare const index$
|
|
1743
|
-
declare const index$
|
|
1744
|
-
declare const index$
|
|
1745
|
-
declare namespace index$
|
|
1746
|
-
export { index$
|
|
1735
|
+
declare const index$h_changeKey: typeof changeKey;
|
|
1736
|
+
declare const index$h_confirmJoin: typeof confirmJoin;
|
|
1737
|
+
declare const index$h_createAccount: typeof createAccount;
|
|
1738
|
+
declare const index$h_joinCooperative: typeof joinCooperative;
|
|
1739
|
+
declare const index$h_registerOrganization: typeof registerOrganization;
|
|
1740
|
+
declare const index$h_updateAccount: typeof updateAccount;
|
|
1741
|
+
declare const index$h_verificateAccount: typeof verificateAccount;
|
|
1742
|
+
declare namespace index$h {
|
|
1743
|
+
export { index$h_changeKey as changeKey, index$h_confirmJoin as confirmJoin, index$h_createAccount as createAccount, index$h_joinCooperative as joinCooperative, index$h_registerOrganization as registerOrganization, index$h_updateAccount as updateAccount, index$h_verificateAccount as verificateAccount };
|
|
1747
1744
|
}
|
|
1748
1745
|
|
|
1749
1746
|
/**
|
|
1750
1747
|
* Имя таблицы
|
|
1751
1748
|
*/
|
|
1752
|
-
declare const tableName$
|
|
1749
|
+
declare const tableName$h = "accounts";
|
|
1753
1750
|
/**
|
|
1754
1751
|
* Таблица хранится в {@link ContractNames._registrator | области памяти контракта}.
|
|
1755
1752
|
*/
|
|
1756
|
-
declare const scope$
|
|
1753
|
+
declare const scope$h: {
|
|
1757
1754
|
readonly production: "registrator";
|
|
1758
1755
|
readonly testnet: "regtest22222";
|
|
1759
1756
|
};
|
|
@@ -1765,17 +1762,17 @@ type IAccounts = IAccounts$1;
|
|
|
1765
1762
|
|
|
1766
1763
|
type accounts_IAccounts = IAccounts;
|
|
1767
1764
|
declare namespace accounts {
|
|
1768
|
-
export { type accounts_IAccounts as IAccounts, scope$
|
|
1765
|
+
export { type accounts_IAccounts as IAccounts, scope$h as scope, tableName$h as tableName };
|
|
1769
1766
|
}
|
|
1770
1767
|
|
|
1771
1768
|
/**
|
|
1772
1769
|
* Имя таблицы
|
|
1773
1770
|
*/
|
|
1774
|
-
declare const tableName$
|
|
1771
|
+
declare const tableName$g = "orgs";
|
|
1775
1772
|
/**
|
|
1776
1773
|
* Таблица хранится в {@link ContractNames._registrator | области памяти контракта}.
|
|
1777
1774
|
*/
|
|
1778
|
-
declare const scope$
|
|
1775
|
+
declare const scope$g: {
|
|
1779
1776
|
readonly production: "registrator";
|
|
1780
1777
|
readonly testnet: "regtest22222";
|
|
1781
1778
|
};
|
|
@@ -1786,17 +1783,17 @@ declare const scope$f: {
|
|
|
1786
1783
|
type IUsers$1 = IOrgs;
|
|
1787
1784
|
|
|
1788
1785
|
declare namespace organizations {
|
|
1789
|
-
export { type IUsers$1 as IUsers, scope$
|
|
1786
|
+
export { type IUsers$1 as IUsers, scope$g as scope, tableName$g as tableName };
|
|
1790
1787
|
}
|
|
1791
1788
|
|
|
1792
1789
|
/**
|
|
1793
1790
|
* Имя таблицы
|
|
1794
1791
|
*/
|
|
1795
|
-
declare const tableName$
|
|
1792
|
+
declare const tableName$f = "users";
|
|
1796
1793
|
/**
|
|
1797
1794
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
1798
1795
|
*/
|
|
1799
|
-
declare const scope$
|
|
1796
|
+
declare const scope$f = "_coopname";
|
|
1800
1797
|
/**
|
|
1801
1798
|
* @interface
|
|
1802
1799
|
* Таблица содержит реестр пользователей-пайщиков кооператива.
|
|
@@ -1805,7 +1802,7 @@ type IUsers = IUsers$2;
|
|
|
1805
1802
|
|
|
1806
1803
|
type users_IUsers = IUsers;
|
|
1807
1804
|
declare namespace users {
|
|
1808
|
-
export { type users_IUsers as IUsers, scope$
|
|
1805
|
+
export { type users_IUsers as IUsers, scope$f as scope, tableName$f as tableName };
|
|
1809
1806
|
}
|
|
1810
1807
|
|
|
1811
1808
|
/**
|
|
@@ -1813,73 +1810,73 @@ declare namespace users {
|
|
|
1813
1810
|
*
|
|
1814
1811
|
*/
|
|
1815
1812
|
|
|
1816
|
-
declare namespace index$
|
|
1813
|
+
declare namespace index$g {
|
|
1817
1814
|
export { accounts as Accounts, organizations as Organizations, users as Users };
|
|
1818
1815
|
}
|
|
1819
1816
|
|
|
1820
|
-
declare const contractName$
|
|
1817
|
+
declare const contractName$3: {
|
|
1821
1818
|
readonly production: "registrator";
|
|
1822
1819
|
readonly testnet: "regtest22222";
|
|
1823
1820
|
};
|
|
1824
1821
|
|
|
1825
|
-
declare namespace index$
|
|
1826
|
-
export { index$
|
|
1822
|
+
declare namespace index$f {
|
|
1823
|
+
export { index$h as Actions, registrator as Interfaces, index$g as Tables, contractName$3 as contractName };
|
|
1827
1824
|
}
|
|
1828
1825
|
|
|
1829
|
-
type IAsset$
|
|
1830
|
-
type IName$
|
|
1826
|
+
type IAsset$2 = string;
|
|
1827
|
+
type IName$2 = string;
|
|
1831
1828
|
type ISymbol = string;
|
|
1832
1829
|
interface IAccount {
|
|
1833
|
-
balance: IAsset$
|
|
1830
|
+
balance: IAsset$2;
|
|
1834
1831
|
}
|
|
1835
1832
|
interface IClose$1 {
|
|
1836
|
-
owner: IName$
|
|
1833
|
+
owner: IName$2;
|
|
1837
1834
|
symbol: ISymbol;
|
|
1838
1835
|
}
|
|
1839
1836
|
interface ICreate$1 {
|
|
1840
|
-
issuer: IName$
|
|
1841
|
-
maximum_supply: IAsset$
|
|
1837
|
+
issuer: IName$2;
|
|
1838
|
+
maximum_supply: IAsset$2;
|
|
1842
1839
|
}
|
|
1843
1840
|
interface ICurrencyStats$1 {
|
|
1844
|
-
supply: IAsset$
|
|
1845
|
-
max_supply: IAsset$
|
|
1846
|
-
issuer: IName$
|
|
1841
|
+
supply: IAsset$2;
|
|
1842
|
+
max_supply: IAsset$2;
|
|
1843
|
+
issuer: IName$2;
|
|
1847
1844
|
}
|
|
1848
1845
|
interface IIssue$1 {
|
|
1849
|
-
to: IName$
|
|
1850
|
-
quantity: IAsset$
|
|
1846
|
+
to: IName$2;
|
|
1847
|
+
quantity: IAsset$2;
|
|
1851
1848
|
memo: string;
|
|
1852
1849
|
}
|
|
1853
1850
|
interface IOpen$1 {
|
|
1854
|
-
owner: IName$
|
|
1851
|
+
owner: IName$2;
|
|
1855
1852
|
symbol: ISymbol;
|
|
1856
|
-
ram_payer: IName$
|
|
1853
|
+
ram_payer: IName$2;
|
|
1857
1854
|
}
|
|
1858
1855
|
interface IRetire$1 {
|
|
1859
|
-
quantity: IAsset$
|
|
1856
|
+
quantity: IAsset$2;
|
|
1860
1857
|
memo: string;
|
|
1861
1858
|
}
|
|
1862
1859
|
interface ITransfer$1 {
|
|
1863
|
-
from: IName$
|
|
1864
|
-
to: IName$
|
|
1865
|
-
quantity: IAsset$
|
|
1860
|
+
from: IName$2;
|
|
1861
|
+
to: IName$2;
|
|
1862
|
+
quantity: IAsset$2;
|
|
1866
1863
|
memo: string;
|
|
1867
1864
|
}
|
|
1868
1865
|
|
|
1869
1866
|
type eosio_token_IAccount = IAccount;
|
|
1870
1867
|
type eosio_token_ISymbol = ISymbol;
|
|
1871
1868
|
declare namespace eosio_token {
|
|
1872
|
-
export type { eosio_token_IAccount as IAccount, IAsset$
|
|
1869
|
+
export type { eosio_token_IAccount as IAccount, IAsset$2 as IAsset, IClose$1 as IClose, ICreate$1 as ICreate, ICurrencyStats$1 as ICurrencyStats, IIssue$1 as IIssue, IName$2 as IName, IOpen$1 as IOpen, IRetire$1 as IRetire, eosio_token_ISymbol as ISymbol, ITransfer$1 as ITransfer };
|
|
1873
1870
|
}
|
|
1874
1871
|
|
|
1875
|
-
declare const authorizations$
|
|
1872
|
+
declare const authorizations$U: readonly [{
|
|
1876
1873
|
readonly permissions: readonly ["active"];
|
|
1877
1874
|
readonly actor: "_username";
|
|
1878
1875
|
}];
|
|
1879
1876
|
/**
|
|
1880
1877
|
* Имя действия
|
|
1881
1878
|
*/
|
|
1882
|
-
declare const actionName$
|
|
1879
|
+
declare const actionName$U = "transfer";
|
|
1883
1880
|
/**
|
|
1884
1881
|
* @interface
|
|
1885
1882
|
*/
|
|
@@ -1887,17 +1884,17 @@ type ITransfer = ITransfer$1;
|
|
|
1887
1884
|
|
|
1888
1885
|
type transfer_ITransfer = ITransfer;
|
|
1889
1886
|
declare namespace transfer {
|
|
1890
|
-
export { type transfer_ITransfer as ITransfer, actionName$
|
|
1887
|
+
export { type transfer_ITransfer as ITransfer, actionName$U as actionName, authorizations$U as authorizations };
|
|
1891
1888
|
}
|
|
1892
1889
|
|
|
1893
|
-
declare const authorizations$
|
|
1890
|
+
declare const authorizations$T: readonly [{
|
|
1894
1891
|
readonly permissions: readonly ["active"];
|
|
1895
1892
|
readonly actor: "_username";
|
|
1896
1893
|
}];
|
|
1897
1894
|
/**
|
|
1898
1895
|
* Имя действия
|
|
1899
1896
|
*/
|
|
1900
|
-
declare const actionName$
|
|
1897
|
+
declare const actionName$T = "open";
|
|
1901
1898
|
/**
|
|
1902
1899
|
* @interface
|
|
1903
1900
|
*/
|
|
@@ -1905,20 +1902,20 @@ type IOpen = IOpen$1;
|
|
|
1905
1902
|
|
|
1906
1903
|
type open_IOpen = IOpen;
|
|
1907
1904
|
declare namespace open {
|
|
1908
|
-
export { type open_IOpen as IOpen, actionName$
|
|
1905
|
+
export { type open_IOpen as IOpen, actionName$T as actionName, authorizations$T as authorizations };
|
|
1909
1906
|
}
|
|
1910
1907
|
|
|
1911
1908
|
/**
|
|
1912
1909
|
* Требуется авторизация владельца аккаунта, чей баланс закрывается.
|
|
1913
1910
|
*/
|
|
1914
|
-
declare const authorizations$
|
|
1911
|
+
declare const authorizations$S: readonly [{
|
|
1915
1912
|
readonly permissions: readonly ["active"];
|
|
1916
1913
|
readonly actor: "_username";
|
|
1917
1914
|
}];
|
|
1918
1915
|
/**
|
|
1919
1916
|
* Имя действия
|
|
1920
1917
|
*/
|
|
1921
|
-
declare const actionName$
|
|
1918
|
+
declare const actionName$S = "close";
|
|
1922
1919
|
/**
|
|
1923
1920
|
* @interface
|
|
1924
1921
|
*/
|
|
@@ -1926,17 +1923,17 @@ type IClose = IClose$1;
|
|
|
1926
1923
|
|
|
1927
1924
|
type close_IClose = IClose;
|
|
1928
1925
|
declare namespace close {
|
|
1929
|
-
export { type close_IClose as IClose, actionName$
|
|
1926
|
+
export { type close_IClose as IClose, actionName$S as actionName, authorizations$S as authorizations };
|
|
1930
1927
|
}
|
|
1931
1928
|
|
|
1932
|
-
declare const authorizations$
|
|
1929
|
+
declare const authorizations$R: readonly [{
|
|
1933
1930
|
readonly permissions: readonly ["active"];
|
|
1934
1931
|
readonly actor: "_system";
|
|
1935
1932
|
}];
|
|
1936
1933
|
/**
|
|
1937
1934
|
* Имя действия
|
|
1938
1935
|
*/
|
|
1939
|
-
declare const actionName$
|
|
1936
|
+
declare const actionName$R = "create";
|
|
1940
1937
|
/**
|
|
1941
1938
|
* @interface
|
|
1942
1939
|
*/
|
|
@@ -1944,20 +1941,20 @@ type ICreate = ICreate$1;
|
|
|
1944
1941
|
|
|
1945
1942
|
type create_ICreate = ICreate;
|
|
1946
1943
|
declare namespace create {
|
|
1947
|
-
export { type create_ICreate as ICreate, actionName$
|
|
1944
|
+
export { type create_ICreate as ICreate, actionName$R as actionName, authorizations$R as authorizations };
|
|
1948
1945
|
}
|
|
1949
1946
|
|
|
1950
1947
|
/**
|
|
1951
1948
|
* Для выпуска токенов требуется авторизация учетной записи эмитента, указанная {@link create.ICreate | при создании токена}.
|
|
1952
1949
|
*/
|
|
1953
|
-
declare const authorizations$
|
|
1950
|
+
declare const authorizations$Q: readonly [{
|
|
1954
1951
|
readonly permissions: readonly ["active"];
|
|
1955
1952
|
readonly actor: "currencyStats.issuer";
|
|
1956
1953
|
}];
|
|
1957
1954
|
/**
|
|
1958
1955
|
* Имя действия
|
|
1959
1956
|
*/
|
|
1960
|
-
declare const actionName$
|
|
1957
|
+
declare const actionName$Q = "issue";
|
|
1961
1958
|
/**
|
|
1962
1959
|
* @interface
|
|
1963
1960
|
*/
|
|
@@ -1965,20 +1962,20 @@ type IIssue = IIssue$1;
|
|
|
1965
1962
|
|
|
1966
1963
|
type issue_IIssue = IIssue;
|
|
1967
1964
|
declare namespace issue {
|
|
1968
|
-
export { type issue_IIssue as IIssue, actionName$
|
|
1965
|
+
export { type issue_IIssue as IIssue, actionName$Q as actionName, authorizations$Q as authorizations };
|
|
1969
1966
|
}
|
|
1970
1967
|
|
|
1971
1968
|
/**
|
|
1972
1969
|
* Для сжигания токенов требуется авторизация учетной записи эмитента, указанная {@link create.ICreate | при создании токена}.
|
|
1973
1970
|
*/
|
|
1974
|
-
declare const authorizations$
|
|
1971
|
+
declare const authorizations$P: readonly [{
|
|
1975
1972
|
readonly permissions: readonly ["active"];
|
|
1976
1973
|
readonly actor: "currencyStats.issuer";
|
|
1977
1974
|
}];
|
|
1978
1975
|
/**
|
|
1979
1976
|
* Имя действия
|
|
1980
1977
|
*/
|
|
1981
|
-
declare const actionName$
|
|
1978
|
+
declare const actionName$P = "retire";
|
|
1982
1979
|
/**
|
|
1983
1980
|
* @interface
|
|
1984
1981
|
*/
|
|
@@ -1986,31 +1983,31 @@ type IRetire = IRetire$1;
|
|
|
1986
1983
|
|
|
1987
1984
|
type retire_IRetire = IRetire;
|
|
1988
1985
|
declare namespace retire {
|
|
1989
|
-
export { type retire_IRetire as IRetire, actionName$
|
|
1986
|
+
export { type retire_IRetire as IRetire, actionName$P as actionName, authorizations$P as authorizations };
|
|
1990
1987
|
}
|
|
1991
1988
|
|
|
1992
1989
|
/**
|
|
1993
1990
|
* Действие совершения перевода токенов AXON между аккаунтами.
|
|
1994
1991
|
*/
|
|
1995
1992
|
|
|
1996
|
-
declare const index$
|
|
1997
|
-
declare const index$
|
|
1998
|
-
declare const index$
|
|
1999
|
-
declare const index$
|
|
2000
|
-
declare const index$
|
|
2001
|
-
declare const index$
|
|
2002
|
-
declare namespace index$
|
|
2003
|
-
export { index$
|
|
1993
|
+
declare const index$e_close: typeof close;
|
|
1994
|
+
declare const index$e_create: typeof create;
|
|
1995
|
+
declare const index$e_issue: typeof issue;
|
|
1996
|
+
declare const index$e_open: typeof open;
|
|
1997
|
+
declare const index$e_retire: typeof retire;
|
|
1998
|
+
declare const index$e_transfer: typeof transfer;
|
|
1999
|
+
declare namespace index$e {
|
|
2000
|
+
export { index$e_close as close, index$e_create as create, index$e_issue as issue, index$e_open as open, index$e_retire as retire, index$e_transfer as transfer };
|
|
2004
2001
|
}
|
|
2005
2002
|
|
|
2006
2003
|
/**
|
|
2007
2004
|
* Имя таблицы
|
|
2008
2005
|
*/
|
|
2009
|
-
declare const tableName$
|
|
2006
|
+
declare const tableName$e = "accounts";
|
|
2010
2007
|
/**
|
|
2011
2008
|
* Таблица хранится в {@link Actors._username | области памяти пользователя}.
|
|
2012
2009
|
*/
|
|
2013
|
-
declare const scope$
|
|
2010
|
+
declare const scope$e = "_username";
|
|
2014
2011
|
/**
|
|
2015
2012
|
* @interface
|
|
2016
2013
|
* Таблица содержит переводы черновиков документов.
|
|
@@ -2019,17 +2016,17 @@ type IAccountBalance = IAccount;
|
|
|
2019
2016
|
|
|
2020
2017
|
type accountBalance_IAccountBalance = IAccountBalance;
|
|
2021
2018
|
declare namespace accountBalance {
|
|
2022
|
-
export { type accountBalance_IAccountBalance as IAccountBalance, scope$
|
|
2019
|
+
export { type accountBalance_IAccountBalance as IAccountBalance, scope$e as scope, tableName$e as tableName };
|
|
2023
2020
|
}
|
|
2024
2021
|
|
|
2025
2022
|
/**
|
|
2026
2023
|
* Имя таблицы
|
|
2027
2024
|
*/
|
|
2028
|
-
declare const tableName$
|
|
2025
|
+
declare const tableName$d = "stat";
|
|
2029
2026
|
/**
|
|
2030
2027
|
* Таблица хранится в области памяти символа токена "AXON".
|
|
2031
2028
|
*/
|
|
2032
|
-
declare const scope$
|
|
2029
|
+
declare const scope$d = "AXON";
|
|
2033
2030
|
/**
|
|
2034
2031
|
* @interface
|
|
2035
2032
|
* Таблица содержит переводы черновиков документов.
|
|
@@ -2038,47 +2035,47 @@ type ICurrencyStats = ICurrencyStats$1;
|
|
|
2038
2035
|
|
|
2039
2036
|
type currencyStats_ICurrencyStats = ICurrencyStats;
|
|
2040
2037
|
declare namespace currencyStats {
|
|
2041
|
-
export { type currencyStats_ICurrencyStats as ICurrencyStats, scope$
|
|
2038
|
+
export { type currencyStats_ICurrencyStats as ICurrencyStats, scope$d as scope, tableName$d as tableName };
|
|
2042
2039
|
}
|
|
2043
2040
|
|
|
2044
2041
|
/**
|
|
2045
2042
|
* Таблица содержит информацию о балансе токенов пользователей
|
|
2046
2043
|
*/
|
|
2047
2044
|
|
|
2048
|
-
declare namespace index$
|
|
2045
|
+
declare namespace index$d {
|
|
2049
2046
|
export { accountBalance as AccountBalance, currencyStats as CurrencyStats };
|
|
2050
2047
|
}
|
|
2051
2048
|
|
|
2052
|
-
declare const contractName$
|
|
2049
|
+
declare const contractName$2: {
|
|
2053
2050
|
readonly production: "eosio.token";
|
|
2054
2051
|
readonly testnet: "eosio.token";
|
|
2055
2052
|
};
|
|
2056
2053
|
|
|
2057
|
-
declare namespace index$
|
|
2058
|
-
export { index$
|
|
2054
|
+
declare namespace index$c {
|
|
2055
|
+
export { index$e as Actions, eosio_token as Interfaces, index$d as Tables, contractName$2 as contractName };
|
|
2059
2056
|
}
|
|
2060
2057
|
|
|
2061
|
-
type IAsset = string;
|
|
2062
|
-
type IName = string;
|
|
2063
|
-
type ITimePointSec = string;
|
|
2064
|
-
type IUint64 = number | string;
|
|
2058
|
+
type IAsset$1 = string;
|
|
2059
|
+
type IName$1 = string;
|
|
2060
|
+
type ITimePointSec$1 = string;
|
|
2061
|
+
type IUint64$1 = number | string;
|
|
2065
2062
|
interface IAct$1 {
|
|
2066
|
-
coopname: IName;
|
|
2067
|
-
username: IName;
|
|
2068
|
-
action: IName;
|
|
2069
|
-
decision_id: IUint64;
|
|
2070
|
-
document: IDocument;
|
|
2063
|
+
coopname: IName$1;
|
|
2064
|
+
username: IName$1;
|
|
2065
|
+
action: IName$1;
|
|
2066
|
+
decision_id: IUint64$1;
|
|
2067
|
+
document: IDocument$1;
|
|
2071
2068
|
}
|
|
2072
2069
|
interface IAddbalance {
|
|
2073
|
-
coopname: IName;
|
|
2074
|
-
username: IName;
|
|
2075
|
-
quantity: IAsset;
|
|
2070
|
+
coopname: IName$1;
|
|
2071
|
+
username: IName$1;
|
|
2072
|
+
quantity: IAsset$1;
|
|
2076
2073
|
}
|
|
2077
2074
|
interface IAddprogbal {
|
|
2078
|
-
coopname: IName;
|
|
2079
|
-
username: IName;
|
|
2080
|
-
program_id: IUint64;
|
|
2081
|
-
quantity: IAsset;
|
|
2075
|
+
coopname: IName$1;
|
|
2076
|
+
username: IName$1;
|
|
2077
|
+
program_id: IUint64$1;
|
|
2078
|
+
quantity: IAsset$1;
|
|
2082
2079
|
}
|
|
2083
2080
|
interface IAddress {
|
|
2084
2081
|
latitude: string;
|
|
@@ -2096,190 +2093,190 @@ interface IAddress {
|
|
|
2096
2093
|
business_hours: string;
|
|
2097
2094
|
}
|
|
2098
2095
|
interface IAddresses$1 {
|
|
2099
|
-
id: IUint64;
|
|
2100
|
-
coopname: IName;
|
|
2101
|
-
cooplate: IName;
|
|
2096
|
+
id: IUint64$1;
|
|
2097
|
+
coopname: IName$1;
|
|
2098
|
+
cooplate: IName$1;
|
|
2102
2099
|
data: IAddress;
|
|
2103
2100
|
meta: string;
|
|
2104
2101
|
}
|
|
2105
2102
|
interface IAddstaff {
|
|
2106
|
-
coopname: IName;
|
|
2107
|
-
chairman: IName;
|
|
2108
|
-
username: IName;
|
|
2103
|
+
coopname: IName$1;
|
|
2104
|
+
chairman: IName$1;
|
|
2105
|
+
username: IName$1;
|
|
2109
2106
|
rights: IRight[];
|
|
2110
2107
|
position_title: string;
|
|
2111
2108
|
}
|
|
2112
|
-
interface IAuthorize$
|
|
2113
|
-
coopname: IName;
|
|
2114
|
-
chairman: IName;
|
|
2115
|
-
decision_id: IUint64;
|
|
2116
|
-
document: IDocument;
|
|
2109
|
+
interface IAuthorize$3 {
|
|
2110
|
+
coopname: IName$1;
|
|
2111
|
+
chairman: IName$1;
|
|
2112
|
+
decision_id: IUint64$1;
|
|
2113
|
+
document: IDocument$1;
|
|
2117
2114
|
}
|
|
2118
2115
|
interface IAutomate$1 {
|
|
2119
|
-
coopname: IName;
|
|
2120
|
-
board_id: IUint64;
|
|
2121
|
-
member: IName;
|
|
2122
|
-
action_type: IName;
|
|
2123
|
-
provider: IName;
|
|
2116
|
+
coopname: IName$1;
|
|
2117
|
+
board_id: IUint64$1;
|
|
2118
|
+
member: IName$1;
|
|
2119
|
+
action_type: IName$1;
|
|
2120
|
+
provider: IName$1;
|
|
2124
2121
|
encrypted_private_key: string;
|
|
2125
2122
|
}
|
|
2126
2123
|
interface IAutomator {
|
|
2127
|
-
id: IUint64;
|
|
2128
|
-
coopname: IName;
|
|
2129
|
-
board_id: IUint64;
|
|
2130
|
-
member: IName;
|
|
2131
|
-
action_type: IName;
|
|
2132
|
-
permission_name: IName;
|
|
2124
|
+
id: IUint64$1;
|
|
2125
|
+
coopname: IName$1;
|
|
2126
|
+
board_id: IUint64$1;
|
|
2127
|
+
member: IName$1;
|
|
2128
|
+
action_type: IName$1;
|
|
2129
|
+
permission_name: IName$1;
|
|
2133
2130
|
encrypted_private_key: string;
|
|
2134
2131
|
}
|
|
2135
2132
|
interface IAutosigner {
|
|
2136
|
-
decision_id: IUint64;
|
|
2133
|
+
decision_id: IUint64$1;
|
|
2137
2134
|
}
|
|
2138
2135
|
interface IBatch$1 {
|
|
2139
|
-
coopname: IName;
|
|
2140
|
-
action: IName;
|
|
2141
|
-
batch_id: IUint64;
|
|
2136
|
+
coopname: IName$1;
|
|
2137
|
+
action: IName$1;
|
|
2138
|
+
batch_id: IUint64$1;
|
|
2142
2139
|
}
|
|
2143
2140
|
interface IBlockbal {
|
|
2144
|
-
coopname: IName;
|
|
2145
|
-
username: IName;
|
|
2146
|
-
quantity: IAsset;
|
|
2141
|
+
coopname: IName$1;
|
|
2142
|
+
username: IName$1;
|
|
2143
|
+
quantity: IAsset$1;
|
|
2147
2144
|
}
|
|
2148
2145
|
interface IBoardMember {
|
|
2149
|
-
username: IName;
|
|
2146
|
+
username: IName$1;
|
|
2150
2147
|
is_voting: boolean;
|
|
2151
2148
|
position_title: string;
|
|
2152
|
-
position: IName;
|
|
2149
|
+
position: IName$1;
|
|
2153
2150
|
}
|
|
2154
2151
|
interface IBoards$1 {
|
|
2155
|
-
id: IUint64;
|
|
2156
|
-
type: IName;
|
|
2152
|
+
id: IUint64$1;
|
|
2153
|
+
type: IName$1;
|
|
2157
2154
|
name: string;
|
|
2158
2155
|
description: string;
|
|
2159
2156
|
members: IBoardMember[];
|
|
2160
|
-
created_at: ITimePointSec;
|
|
2161
|
-
last_update: ITimePointSec;
|
|
2157
|
+
created_at: ITimePointSec$1;
|
|
2158
|
+
last_update: ITimePointSec$1;
|
|
2162
2159
|
}
|
|
2163
2160
|
interface ICancelorder {
|
|
2164
|
-
coopname: IName;
|
|
2165
|
-
username: IName;
|
|
2166
|
-
exchange_id: IUint64;
|
|
2161
|
+
coopname: IName$1;
|
|
2162
|
+
username: IName$1;
|
|
2163
|
+
exchange_id: IUint64$1;
|
|
2167
2164
|
}
|
|
2168
2165
|
interface ICancelvote {
|
|
2169
|
-
coopname: IName;
|
|
2170
|
-
member: IName;
|
|
2171
|
-
decision_id: IUint64;
|
|
2166
|
+
coopname: IName$1;
|
|
2167
|
+
member: IName$1;
|
|
2168
|
+
decision_id: IUint64$1;
|
|
2172
2169
|
}
|
|
2173
2170
|
interface IChange {
|
|
2174
|
-
coopname: IName;
|
|
2175
|
-
parent_username: IName;
|
|
2176
|
-
username: IName;
|
|
2177
|
-
exchange_id: IUint64;
|
|
2178
|
-
money_contributor: IName;
|
|
2179
|
-
product_contributor: IName;
|
|
2171
|
+
coopname: IName$1;
|
|
2172
|
+
parent_username: IName$1;
|
|
2173
|
+
username: IName$1;
|
|
2174
|
+
exchange_id: IUint64$1;
|
|
2175
|
+
money_contributor: IName$1;
|
|
2176
|
+
product_contributor: IName$1;
|
|
2180
2177
|
}
|
|
2181
2178
|
interface IChanges$1 {
|
|
2182
|
-
id: IUint64;
|
|
2183
|
-
exchange_id: IUint64;
|
|
2184
|
-
contribution_product_decision_id: IUint64;
|
|
2185
|
-
return_product_decision_id: IUint64;
|
|
2179
|
+
id: IUint64$1;
|
|
2180
|
+
exchange_id: IUint64$1;
|
|
2181
|
+
contribution_product_decision_id: IUint64$1;
|
|
2182
|
+
return_product_decision_id: IUint64$1;
|
|
2186
2183
|
}
|
|
2187
2184
|
interface ICompleted {
|
|
2188
|
-
coopname: IName;
|
|
2189
|
-
exchange_id: IUint64;
|
|
2185
|
+
coopname: IName$1;
|
|
2186
|
+
exchange_id: IUint64$1;
|
|
2190
2187
|
}
|
|
2191
2188
|
interface ICounts extends ICountsBase {
|
|
2192
2189
|
}
|
|
2193
2190
|
interface ICountsBase {
|
|
2194
|
-
key: IName;
|
|
2195
|
-
secondary_key: IName;
|
|
2196
|
-
value: IUint64;
|
|
2191
|
+
key: IName$1;
|
|
2192
|
+
secondary_key: IName$1;
|
|
2193
|
+
value: IUint64$1;
|
|
2197
2194
|
}
|
|
2198
2195
|
interface ICreaddress {
|
|
2199
|
-
coopname: IName;
|
|
2200
|
-
chairman: IName;
|
|
2201
|
-
cooplate: IName;
|
|
2196
|
+
coopname: IName$1;
|
|
2197
|
+
chairman: IName$1;
|
|
2198
|
+
cooplate: IName$1;
|
|
2202
2199
|
data: IAddress;
|
|
2203
2200
|
meta: string;
|
|
2204
2201
|
}
|
|
2205
2202
|
interface ICreateboard$1 {
|
|
2206
|
-
coopname: IName;
|
|
2207
|
-
chairman: IName;
|
|
2208
|
-
type: IName;
|
|
2203
|
+
coopname: IName$1;
|
|
2204
|
+
chairman: IName$1;
|
|
2205
|
+
type: IName$1;
|
|
2209
2206
|
members: IBoardMember[];
|
|
2210
2207
|
name: string;
|
|
2211
2208
|
description: string;
|
|
2212
2209
|
}
|
|
2213
2210
|
interface ICreateprog {
|
|
2214
|
-
coopname: IName;
|
|
2215
|
-
chairman: IName;
|
|
2211
|
+
coopname: IName$1;
|
|
2212
|
+
chairman: IName$1;
|
|
2216
2213
|
title: string;
|
|
2217
2214
|
announce: string;
|
|
2218
2215
|
description: string;
|
|
2219
2216
|
preview: string;
|
|
2220
2217
|
images: string;
|
|
2221
|
-
calculation_type: IName;
|
|
2222
|
-
fixed_membership_contribution: IAsset;
|
|
2223
|
-
membership_percent_fee: IUint64;
|
|
2218
|
+
calculation_type: IName$1;
|
|
2219
|
+
fixed_membership_contribution: IAsset$1;
|
|
2220
|
+
membership_percent_fee: IUint64$1;
|
|
2224
2221
|
}
|
|
2225
2222
|
interface IDecision$1 {
|
|
2226
|
-
coopname: IName;
|
|
2227
|
-
username: IName;
|
|
2228
|
-
action: IName;
|
|
2229
|
-
decision_id: IUint64;
|
|
2230
|
-
document: IDocument;
|
|
2223
|
+
coopname: IName$1;
|
|
2224
|
+
username: IName$1;
|
|
2225
|
+
action: IName$1;
|
|
2226
|
+
decision_id: IUint64$1;
|
|
2227
|
+
document: IDocument$1;
|
|
2231
2228
|
}
|
|
2232
2229
|
interface IDecisions$1 {
|
|
2233
|
-
id: IUint64;
|
|
2234
|
-
coopname: IName;
|
|
2235
|
-
username: IName;
|
|
2236
|
-
type: IName;
|
|
2237
|
-
batch_id: IUint64;
|
|
2238
|
-
votes_for: IName[];
|
|
2239
|
-
votes_against: IName[];
|
|
2230
|
+
id: IUint64$1;
|
|
2231
|
+
coopname: IName$1;
|
|
2232
|
+
username: IName$1;
|
|
2233
|
+
type: IName$1;
|
|
2234
|
+
batch_id: IUint64$1;
|
|
2235
|
+
votes_for: IName$1[];
|
|
2236
|
+
votes_against: IName$1[];
|
|
2240
2237
|
validated: boolean;
|
|
2241
2238
|
approved: boolean;
|
|
2242
2239
|
authorized: boolean;
|
|
2243
|
-
authorization: IDocument;
|
|
2244
|
-
created_at: ITimePointSec;
|
|
2240
|
+
authorization: IDocument$1;
|
|
2241
|
+
created_at: ITimePointSec$1;
|
|
2245
2242
|
}
|
|
2246
2243
|
interface IDeladdress {
|
|
2247
|
-
coopname: IName;
|
|
2248
|
-
chairman: IName;
|
|
2249
|
-
address_id: IUint64;
|
|
2244
|
+
coopname: IName$1;
|
|
2245
|
+
chairman: IName$1;
|
|
2246
|
+
address_id: IUint64$1;
|
|
2250
2247
|
}
|
|
2251
2248
|
interface IDisableprog {
|
|
2252
|
-
coopname: IName;
|
|
2253
|
-
id: IUint64;
|
|
2249
|
+
coopname: IName$1;
|
|
2250
|
+
id: IUint64$1;
|
|
2254
2251
|
}
|
|
2255
2252
|
interface IDisautomate$1 {
|
|
2256
|
-
coopname: IName;
|
|
2257
|
-
board_id: IUint64;
|
|
2258
|
-
member: IName;
|
|
2259
|
-
automation_id: IUint64;
|
|
2253
|
+
coopname: IName$1;
|
|
2254
|
+
board_id: IUint64$1;
|
|
2255
|
+
member: IName$1;
|
|
2256
|
+
automation_id: IUint64$1;
|
|
2260
2257
|
}
|
|
2261
|
-
interface IDocument {
|
|
2258
|
+
interface IDocument$1 {
|
|
2262
2259
|
hash: string;
|
|
2263
2260
|
pkey: string;
|
|
2264
2261
|
sign: string;
|
|
2265
2262
|
meta: string;
|
|
2266
2263
|
}
|
|
2267
2264
|
interface IDraft$1 {
|
|
2268
|
-
coopname: IName;
|
|
2269
|
-
username: IName;
|
|
2270
|
-
decision_id: IUint64;
|
|
2265
|
+
coopname: IName$1;
|
|
2266
|
+
username: IName$1;
|
|
2267
|
+
decision_id: IUint64$1;
|
|
2271
2268
|
}
|
|
2272
2269
|
interface IEditaddress {
|
|
2273
|
-
coopname: IName;
|
|
2274
|
-
chairman: IName;
|
|
2275
|
-
address_id: IUint64;
|
|
2276
|
-
cooplate: IName;
|
|
2270
|
+
coopname: IName$1;
|
|
2271
|
+
chairman: IName$1;
|
|
2272
|
+
address_id: IUint64$1;
|
|
2273
|
+
cooplate: IName$1;
|
|
2277
2274
|
data: IAddress;
|
|
2278
2275
|
meta: string;
|
|
2279
2276
|
}
|
|
2280
2277
|
interface IEditprog {
|
|
2281
|
-
coopname: IName;
|
|
2282
|
-
id: IUint64;
|
|
2278
|
+
coopname: IName$1;
|
|
2279
|
+
id: IUint64$1;
|
|
2283
2280
|
title: string;
|
|
2284
2281
|
announce: string;
|
|
2285
2282
|
description: string;
|
|
@@ -2287,56 +2284,56 @@ interface IEditprog {
|
|
|
2287
2284
|
images: string;
|
|
2288
2285
|
}
|
|
2289
2286
|
interface IExec$1 {
|
|
2290
|
-
executer: IName;
|
|
2291
|
-
coopname: IName;
|
|
2292
|
-
decision_id: IUint64;
|
|
2287
|
+
executer: IName$1;
|
|
2288
|
+
coopname: IName$1;
|
|
2289
|
+
decision_id: IUint64$1;
|
|
2293
2290
|
}
|
|
2294
2291
|
interface IFundwithdraw {
|
|
2295
|
-
coopname: IName;
|
|
2296
|
-
username: IName;
|
|
2297
|
-
type: IName;
|
|
2298
|
-
withdraw_id: IUint64;
|
|
2299
|
-
document: IDocument;
|
|
2292
|
+
coopname: IName$1;
|
|
2293
|
+
username: IName$1;
|
|
2294
|
+
type: IName$1;
|
|
2295
|
+
withdraw_id: IUint64$1;
|
|
2296
|
+
document: IDocument$1;
|
|
2300
2297
|
}
|
|
2301
2298
|
interface IJoincoop {
|
|
2302
|
-
coopname: IName;
|
|
2303
|
-
username: IName;
|
|
2304
|
-
document: IDocument;
|
|
2299
|
+
coopname: IName$1;
|
|
2300
|
+
username: IName$1;
|
|
2301
|
+
document: IDocument$1;
|
|
2305
2302
|
}
|
|
2306
2303
|
interface IJoincoops {
|
|
2307
|
-
id: IUint64;
|
|
2308
|
-
username: IName;
|
|
2304
|
+
id: IUint64$1;
|
|
2305
|
+
username: IName$1;
|
|
2309
2306
|
is_paid: boolean;
|
|
2310
|
-
statement: IDocument;
|
|
2307
|
+
statement: IDocument$1;
|
|
2311
2308
|
notice: string;
|
|
2312
2309
|
}
|
|
2313
2310
|
interface IMcontribute {
|
|
2314
|
-
coopname: IName;
|
|
2315
|
-
username: IName;
|
|
2316
|
-
program_id: IUint64;
|
|
2317
|
-
type: IName;
|
|
2318
|
-
secondary_id: IUint64;
|
|
2311
|
+
coopname: IName$1;
|
|
2312
|
+
username: IName$1;
|
|
2313
|
+
program_id: IUint64$1;
|
|
2314
|
+
type: IName$1;
|
|
2315
|
+
secondary_id: IUint64$1;
|
|
2319
2316
|
}
|
|
2320
2317
|
interface IParticipants$1 {
|
|
2321
|
-
username: IName;
|
|
2322
|
-
created_at: ITimePointSec;
|
|
2323
|
-
last_update: ITimePointSec;
|
|
2324
|
-
last_min_pay: ITimePointSec;
|
|
2325
|
-
status: IName;
|
|
2318
|
+
username: IName$1;
|
|
2319
|
+
created_at: ITimePointSec$1;
|
|
2320
|
+
last_update: ITimePointSec$1;
|
|
2321
|
+
last_min_pay: ITimePointSec$1;
|
|
2322
|
+
status: IName$1;
|
|
2326
2323
|
is_initial: boolean;
|
|
2327
2324
|
is_minimum: boolean;
|
|
2328
2325
|
has_vote: boolean;
|
|
2329
2326
|
}
|
|
2330
2327
|
interface IPcontribute {
|
|
2331
|
-
coopname: IName;
|
|
2332
|
-
username: IName;
|
|
2333
|
-
program_id: IUint64;
|
|
2334
|
-
type: IName;
|
|
2335
|
-
secondary_id: IUint64;
|
|
2328
|
+
coopname: IName$1;
|
|
2329
|
+
username: IName$1;
|
|
2330
|
+
program_id: IUint64$1;
|
|
2331
|
+
type: IName$1;
|
|
2332
|
+
secondary_id: IUint64$1;
|
|
2336
2333
|
}
|
|
2337
2334
|
interface IProgcomarket {
|
|
2338
|
-
id: IUint64;
|
|
2339
|
-
coopname: IName;
|
|
2335
|
+
id: IUint64$1;
|
|
2336
|
+
coopname: IName$1;
|
|
2340
2337
|
is_active: boolean;
|
|
2341
2338
|
title: string;
|
|
2342
2339
|
announce: string;
|
|
@@ -2344,116 +2341,115 @@ interface IProgcomarket {
|
|
|
2344
2341
|
preview: string;
|
|
2345
2342
|
images: string;
|
|
2346
2343
|
meta: string;
|
|
2347
|
-
calculation_type: IName;
|
|
2348
|
-
membership_percent_fee: IUint64;
|
|
2349
|
-
fixed_membership_contribution: IAsset;
|
|
2344
|
+
calculation_type: IName$1;
|
|
2345
|
+
membership_percent_fee: IUint64$1;
|
|
2346
|
+
fixed_membership_contribution: IAsset$1;
|
|
2350
2347
|
}
|
|
2351
2348
|
interface IProgram {
|
|
2352
|
-
coopname: IName;
|
|
2353
|
-
program_id: IUint64;
|
|
2349
|
+
coopname: IName$1;
|
|
2350
|
+
program_id: IUint64$1;
|
|
2354
2351
|
}
|
|
2355
2352
|
interface IProgwallets {
|
|
2356
|
-
id: IUint64;
|
|
2357
|
-
coopname: IName;
|
|
2358
|
-
program_id: IUint64;
|
|
2359
|
-
username: IName;
|
|
2360
|
-
available: IAsset;
|
|
2353
|
+
id: IUint64$1;
|
|
2354
|
+
coopname: IName$1;
|
|
2355
|
+
program_id: IUint64$1;
|
|
2356
|
+
username: IName$1;
|
|
2357
|
+
available: IAsset$1;
|
|
2361
2358
|
}
|
|
2362
2359
|
interface IRecieved {
|
|
2363
|
-
coopname: IName;
|
|
2364
|
-
exchange_id: IUint64;
|
|
2360
|
+
coopname: IName$1;
|
|
2361
|
+
exchange_id: IUint64$1;
|
|
2365
2362
|
}
|
|
2366
2363
|
interface IRegpaid {
|
|
2367
|
-
coopname: IName;
|
|
2368
|
-
username: IName;
|
|
2364
|
+
coopname: IName$1;
|
|
2365
|
+
username: IName$1;
|
|
2369
2366
|
}
|
|
2370
2367
|
interface IRight {
|
|
2371
|
-
contract: IName;
|
|
2372
|
-
action_name: IName;
|
|
2368
|
+
contract: IName$1;
|
|
2369
|
+
action_name: IName$1;
|
|
2373
2370
|
}
|
|
2374
2371
|
interface IRmstaff {
|
|
2375
|
-
coopname: IName;
|
|
2376
|
-
chairman: IName;
|
|
2377
|
-
username: IName;
|
|
2372
|
+
coopname: IName$1;
|
|
2373
|
+
chairman: IName$1;
|
|
2374
|
+
username: IName$1;
|
|
2378
2375
|
}
|
|
2379
2376
|
interface ISetrights {
|
|
2380
|
-
coopname: IName;
|
|
2381
|
-
chairman: IName;
|
|
2382
|
-
username: IName;
|
|
2377
|
+
coopname: IName$1;
|
|
2378
|
+
chairman: IName$1;
|
|
2379
|
+
username: IName$1;
|
|
2383
2380
|
rights: IRight[];
|
|
2384
2381
|
}
|
|
2385
2382
|
interface IStaff {
|
|
2386
|
-
username: IName;
|
|
2383
|
+
username: IName$1;
|
|
2387
2384
|
position_title: string;
|
|
2388
|
-
roles: IName[];
|
|
2385
|
+
roles: IName$1[];
|
|
2389
2386
|
rights: IRight[];
|
|
2390
|
-
created_at: ITimePointSec;
|
|
2391
|
-
updated_at: ITimePointSec;
|
|
2387
|
+
created_at: ITimePointSec$1;
|
|
2388
|
+
updated_at: ITimePointSec$1;
|
|
2392
2389
|
}
|
|
2393
2390
|
interface IStatement$1 {
|
|
2394
|
-
coopname: IName;
|
|
2395
|
-
username: IName;
|
|
2396
|
-
action: IName;
|
|
2397
|
-
decision_id: IUint64;
|
|
2398
|
-
document: IDocument;
|
|
2391
|
+
coopname: IName$1;
|
|
2392
|
+
username: IName$1;
|
|
2393
|
+
action: IName$1;
|
|
2394
|
+
decision_id: IUint64$1;
|
|
2395
|
+
document: IDocument$1;
|
|
2399
2396
|
}
|
|
2400
2397
|
interface ISubbalance {
|
|
2401
|
-
coopname: IName;
|
|
2402
|
-
username: IName;
|
|
2403
|
-
quantity: IAsset;
|
|
2398
|
+
coopname: IName$1;
|
|
2399
|
+
username: IName$1;
|
|
2400
|
+
quantity: IAsset$1;
|
|
2404
2401
|
}
|
|
2405
2402
|
interface ISubprogbal {
|
|
2406
|
-
coopname: IName;
|
|
2407
|
-
username: IName;
|
|
2408
|
-
program_id: IUint64;
|
|
2409
|
-
quantity: IAsset;
|
|
2403
|
+
coopname: IName$1;
|
|
2404
|
+
username: IName$1;
|
|
2405
|
+
program_id: IUint64$1;
|
|
2406
|
+
quantity: IAsset$1;
|
|
2410
2407
|
}
|
|
2411
2408
|
interface IUnblockbal {
|
|
2412
|
-
coopname: IName;
|
|
2413
|
-
username: IName;
|
|
2414
|
-
quantity: IAsset;
|
|
2409
|
+
coopname: IName$1;
|
|
2410
|
+
username: IName$1;
|
|
2411
|
+
quantity: IAsset$1;
|
|
2415
2412
|
}
|
|
2416
2413
|
interface IUpdateboard {
|
|
2417
|
-
coopname: IName;
|
|
2418
|
-
chairman: IName;
|
|
2419
|
-
board_id: IUint64;
|
|
2414
|
+
coopname: IName$1;
|
|
2415
|
+
chairman: IName$1;
|
|
2416
|
+
board_id: IUint64$1;
|
|
2420
2417
|
members: IBoardMember[];
|
|
2421
2418
|
name: string;
|
|
2422
2419
|
description: string;
|
|
2423
2420
|
}
|
|
2424
2421
|
interface IValidate$1 {
|
|
2425
|
-
coopname: IName;
|
|
2426
|
-
username: IName;
|
|
2427
|
-
decision_id: IUint64;
|
|
2422
|
+
coopname: IName$1;
|
|
2423
|
+
username: IName$1;
|
|
2424
|
+
decision_id: IUint64$1;
|
|
2428
2425
|
}
|
|
2429
2426
|
interface IVoteagainst {
|
|
2430
|
-
coopname: IName;
|
|
2431
|
-
member: IName;
|
|
2432
|
-
decision_id: IUint64;
|
|
2427
|
+
coopname: IName$1;
|
|
2428
|
+
member: IName$1;
|
|
2429
|
+
decision_id: IUint64$1;
|
|
2433
2430
|
}
|
|
2434
2431
|
interface IVotefor {
|
|
2435
|
-
coopname: IName;
|
|
2436
|
-
member: IName;
|
|
2437
|
-
decision_id: IUint64;
|
|
2432
|
+
coopname: IName$1;
|
|
2433
|
+
member: IName$1;
|
|
2434
|
+
decision_id: IUint64$1;
|
|
2438
2435
|
}
|
|
2439
2436
|
interface IWallets$1 {
|
|
2440
|
-
username: IName;
|
|
2441
|
-
coopname: IName;
|
|
2442
|
-
available: IAsset;
|
|
2443
|
-
blocked: IAsset;
|
|
2444
|
-
minimum: IAsset;
|
|
2437
|
+
username: IName$1;
|
|
2438
|
+
coopname: IName$1;
|
|
2439
|
+
available: IAsset$1;
|
|
2440
|
+
blocked: IAsset$1;
|
|
2441
|
+
minimum: IAsset$1;
|
|
2445
2442
|
}
|
|
2446
2443
|
interface IWithdraw {
|
|
2447
|
-
coopname: IName;
|
|
2448
|
-
username: IName;
|
|
2449
|
-
withdraw_id: IUint64;
|
|
2444
|
+
coopname: IName$1;
|
|
2445
|
+
username: IName$1;
|
|
2446
|
+
withdraw_id: IUint64$1;
|
|
2450
2447
|
}
|
|
2451
2448
|
|
|
2452
2449
|
type soviet_IAddbalance = IAddbalance;
|
|
2453
2450
|
type soviet_IAddprogbal = IAddprogbal;
|
|
2454
2451
|
type soviet_IAddress = IAddress;
|
|
2455
2452
|
type soviet_IAddstaff = IAddstaff;
|
|
2456
|
-
type soviet_IAsset = IAsset;
|
|
2457
2453
|
type soviet_IAutomator = IAutomator;
|
|
2458
2454
|
type soviet_IAutosigner = IAutosigner;
|
|
2459
2455
|
type soviet_IBlockbal = IBlockbal;
|
|
@@ -2468,14 +2464,12 @@ type soviet_ICreaddress = ICreaddress;
|
|
|
2468
2464
|
type soviet_ICreateprog = ICreateprog;
|
|
2469
2465
|
type soviet_IDeladdress = IDeladdress;
|
|
2470
2466
|
type soviet_IDisableprog = IDisableprog;
|
|
2471
|
-
type soviet_IDocument = IDocument;
|
|
2472
2467
|
type soviet_IEditaddress = IEditaddress;
|
|
2473
2468
|
type soviet_IEditprog = IEditprog;
|
|
2474
2469
|
type soviet_IFundwithdraw = IFundwithdraw;
|
|
2475
2470
|
type soviet_IJoincoop = IJoincoop;
|
|
2476
2471
|
type soviet_IJoincoops = IJoincoops;
|
|
2477
2472
|
type soviet_IMcontribute = IMcontribute;
|
|
2478
|
-
type soviet_IName = IName;
|
|
2479
2473
|
type soviet_IPcontribute = IPcontribute;
|
|
2480
2474
|
type soviet_IProgcomarket = IProgcomarket;
|
|
2481
2475
|
type soviet_IProgram = IProgram;
|
|
@@ -2488,21 +2482,19 @@ type soviet_ISetrights = ISetrights;
|
|
|
2488
2482
|
type soviet_IStaff = IStaff;
|
|
2489
2483
|
type soviet_ISubbalance = ISubbalance;
|
|
2490
2484
|
type soviet_ISubprogbal = ISubprogbal;
|
|
2491
|
-
type soviet_ITimePointSec = ITimePointSec;
|
|
2492
|
-
type soviet_IUint64 = IUint64;
|
|
2493
2485
|
type soviet_IUnblockbal = IUnblockbal;
|
|
2494
2486
|
type soviet_IUpdateboard = IUpdateboard;
|
|
2495
2487
|
type soviet_IVoteagainst = IVoteagainst;
|
|
2496
2488
|
type soviet_IVotefor = IVotefor;
|
|
2497
2489
|
type soviet_IWithdraw = IWithdraw;
|
|
2498
2490
|
declare namespace soviet {
|
|
2499
|
-
export type { IAct$1 as IAct, soviet_IAddbalance as IAddbalance, soviet_IAddprogbal as IAddprogbal, soviet_IAddress as IAddress, IAddresses$1 as IAddresses, soviet_IAddstaff as IAddstaff,
|
|
2491
|
+
export type { IAct$1 as IAct, soviet_IAddbalance as IAddbalance, soviet_IAddprogbal as IAddprogbal, soviet_IAddress as IAddress, IAddresses$1 as IAddresses, soviet_IAddstaff as IAddstaff, IAsset$1 as IAsset, IAuthorize$3 as IAuthorize, IAutomate$1 as IAutomate, soviet_IAutomator as IAutomator, soviet_IAutosigner as IAutosigner, IBatch$1 as IBatch, soviet_IBlockbal as IBlockbal, soviet_IBoardMember as IBoardMember, IBoards$1 as IBoards, soviet_ICancelorder as ICancelorder, soviet_ICancelvote as ICancelvote, soviet_IChange as IChange, IChanges$1 as IChanges, soviet_ICompleted as ICompleted, soviet_ICounts as ICounts, soviet_ICountsBase as ICountsBase, soviet_ICreaddress as ICreaddress, ICreateboard$1 as ICreateboard, soviet_ICreateprog as ICreateprog, IDecision$1 as IDecision, IDecisions$1 as IDecisions, soviet_IDeladdress as IDeladdress, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, IDraft$1 as IDraft, soviet_IEditaddress as IEditaddress, soviet_IEditprog as IEditprog, IExec$1 as IExec, soviet_IFundwithdraw as IFundwithdraw, soviet_IJoincoop as IJoincoop, soviet_IJoincoops as IJoincoops, soviet_IMcontribute as IMcontribute, IName$1 as IName, IParticipants$1 as IParticipants, soviet_IPcontribute as IPcontribute, soviet_IProgcomarket as IProgcomarket, soviet_IProgram as IProgram, soviet_IProgwallets as IProgwallets, soviet_IRecieved as IRecieved, soviet_IRegpaid as IRegpaid, soviet_IRight as IRight, soviet_IRmstaff as IRmstaff, soviet_ISetrights as ISetrights, soviet_IStaff as IStaff, IStatement$1 as IStatement, soviet_ISubbalance as ISubbalance, soviet_ISubprogbal as ISubprogbal, ITimePointSec$1 as ITimePointSec, IUint64$1 as IUint64, soviet_IUnblockbal as IUnblockbal, soviet_IUpdateboard as IUpdateboard, IValidate$1 as IValidate, soviet_IVoteagainst as IVoteagainst, soviet_IVotefor as IVotefor, IWallets$1 as IWallets, soviet_IWithdraw as IWithdraw };
|
|
2500
2492
|
}
|
|
2501
2493
|
|
|
2502
2494
|
/**
|
|
2503
2495
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2504
2496
|
*/
|
|
2505
|
-
declare const authorizations$
|
|
2497
|
+
declare const authorizations$O: readonly [{
|
|
2506
2498
|
readonly permissions: readonly ["active"];
|
|
2507
2499
|
readonly actor: {
|
|
2508
2500
|
readonly production: "soviet";
|
|
@@ -2512,7 +2504,7 @@ declare const authorizations$v: readonly [{
|
|
|
2512
2504
|
/**
|
|
2513
2505
|
* Имя действия
|
|
2514
2506
|
*/
|
|
2515
|
-
declare const actionName$
|
|
2507
|
+
declare const actionName$O = "draft";
|
|
2516
2508
|
/**
|
|
2517
2509
|
* @interface
|
|
2518
2510
|
* Действие фиксирует документ в реестре перед отправкой в совет.
|
|
@@ -2521,13 +2513,13 @@ type IDraft = IDraft$1;
|
|
|
2521
2513
|
|
|
2522
2514
|
type draft_IDraft = IDraft;
|
|
2523
2515
|
declare namespace draft {
|
|
2524
|
-
export { type draft_IDraft as IDraft, actionName$
|
|
2516
|
+
export { type draft_IDraft as IDraft, actionName$O as actionName, authorizations$O as authorizations };
|
|
2525
2517
|
}
|
|
2526
2518
|
|
|
2527
2519
|
/**
|
|
2528
2520
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2529
2521
|
*/
|
|
2530
|
-
declare const authorizations$
|
|
2522
|
+
declare const authorizations$N: readonly [{
|
|
2531
2523
|
readonly permissions: readonly ["active"];
|
|
2532
2524
|
readonly actor: {
|
|
2533
2525
|
readonly production: "soviet";
|
|
@@ -2537,7 +2529,7 @@ declare const authorizations$u: readonly [{
|
|
|
2537
2529
|
/**
|
|
2538
2530
|
* Имя действия
|
|
2539
2531
|
*/
|
|
2540
|
-
declare const actionName$
|
|
2532
|
+
declare const actionName$N = "batch";
|
|
2541
2533
|
/**
|
|
2542
2534
|
* @interface
|
|
2543
2535
|
* Действие фиксирует связанную группу подписанных документов, которые отправляются в совет на голосование.
|
|
@@ -2546,13 +2538,13 @@ type IBatch = IBatch$1;
|
|
|
2546
2538
|
|
|
2547
2539
|
type batch_IBatch = IBatch;
|
|
2548
2540
|
declare namespace batch {
|
|
2549
|
-
export { type batch_IBatch as IBatch, actionName$
|
|
2541
|
+
export { type batch_IBatch as IBatch, actionName$N as actionName, authorizations$N as authorizations };
|
|
2550
2542
|
}
|
|
2551
2543
|
|
|
2552
2544
|
/**
|
|
2553
2545
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2554
2546
|
*/
|
|
2555
|
-
declare const authorizations$
|
|
2547
|
+
declare const authorizations$M: readonly [{
|
|
2556
2548
|
readonly permissions: readonly ["active"];
|
|
2557
2549
|
readonly actor: {
|
|
2558
2550
|
readonly production: "soviet";
|
|
@@ -2562,7 +2554,7 @@ declare const authorizations$t: readonly [{
|
|
|
2562
2554
|
/**
|
|
2563
2555
|
* Имя действия
|
|
2564
2556
|
*/
|
|
2565
|
-
declare const actionName$
|
|
2557
|
+
declare const actionName$M = "statement";
|
|
2566
2558
|
/**
|
|
2567
2559
|
* @interface
|
|
2568
2560
|
* Действие фиксирует принятое заявление в реестре после принятия решения советом кооператива.
|
|
@@ -2572,13 +2564,13 @@ type IStatement = IStatement$1;
|
|
|
2572
2564
|
|
|
2573
2565
|
type statement_IStatement = IStatement;
|
|
2574
2566
|
declare namespace statement {
|
|
2575
|
-
export { type statement_IStatement as IStatement, actionName$
|
|
2567
|
+
export { type statement_IStatement as IStatement, actionName$M as actionName, authorizations$M as authorizations };
|
|
2576
2568
|
}
|
|
2577
2569
|
|
|
2578
2570
|
/**
|
|
2579
2571
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2580
2572
|
*/
|
|
2581
|
-
declare const authorizations$
|
|
2573
|
+
declare const authorizations$L: readonly [{
|
|
2582
2574
|
readonly permissions: readonly ["active"];
|
|
2583
2575
|
readonly actor: {
|
|
2584
2576
|
readonly production: "soviet";
|
|
@@ -2588,7 +2580,7 @@ declare const authorizations$s: readonly [{
|
|
|
2588
2580
|
/**
|
|
2589
2581
|
* Имя действия
|
|
2590
2582
|
*/
|
|
2591
|
-
declare const actionName$
|
|
2583
|
+
declare const actionName$L = "act";
|
|
2592
2584
|
/**
|
|
2593
2585
|
* @interface
|
|
2594
2586
|
* Действие фиксирует в реестре подписанные акты приёма-передачи имущества.
|
|
@@ -2597,13 +2589,13 @@ type IAct = IAct$1;
|
|
|
2597
2589
|
|
|
2598
2590
|
type act_IAct = IAct;
|
|
2599
2591
|
declare namespace act {
|
|
2600
|
-
export { type act_IAct as IAct, actionName$
|
|
2592
|
+
export { type act_IAct as IAct, actionName$L as actionName, authorizations$L as authorizations };
|
|
2601
2593
|
}
|
|
2602
2594
|
|
|
2603
2595
|
/**
|
|
2604
2596
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2605
2597
|
*/
|
|
2606
|
-
declare const authorizations$
|
|
2598
|
+
declare const authorizations$K: readonly [{
|
|
2607
2599
|
readonly permissions: readonly ["active"];
|
|
2608
2600
|
readonly actor: {
|
|
2609
2601
|
readonly production: "soviet";
|
|
@@ -2613,7 +2605,7 @@ declare const authorizations$r: readonly [{
|
|
|
2613
2605
|
/**
|
|
2614
2606
|
* Имя действия
|
|
2615
2607
|
*/
|
|
2616
|
-
declare const actionName$
|
|
2608
|
+
declare const actionName$K = "decision";
|
|
2617
2609
|
/**
|
|
2618
2610
|
* @interface
|
|
2619
2611
|
* Действие фиксирует в реестре принятое решение совета.
|
|
@@ -2622,7 +2614,7 @@ type IDecision = IDecision$1;
|
|
|
2622
2614
|
|
|
2623
2615
|
type decision_IDecision = IDecision;
|
|
2624
2616
|
declare namespace decision {
|
|
2625
|
-
export { type decision_IDecision as IDecision, actionName$
|
|
2617
|
+
export { type decision_IDecision as IDecision, actionName$K as actionName, authorizations$K as authorizations };
|
|
2626
2618
|
}
|
|
2627
2619
|
|
|
2628
2620
|
/**
|
|
@@ -2630,26 +2622,26 @@ declare namespace decision {
|
|
|
2630
2622
|
* @private
|
|
2631
2623
|
*/
|
|
2632
2624
|
|
|
2633
|
-
declare const index$
|
|
2634
|
-
declare const index$
|
|
2635
|
-
declare const index$
|
|
2636
|
-
declare const index$
|
|
2637
|
-
declare const index$
|
|
2638
|
-
declare namespace index$
|
|
2639
|
-
export { index$
|
|
2625
|
+
declare const index$b_act: typeof act;
|
|
2626
|
+
declare const index$b_batch: typeof batch;
|
|
2627
|
+
declare const index$b_decision: typeof decision;
|
|
2628
|
+
declare const index$b_draft: typeof draft;
|
|
2629
|
+
declare const index$b_statement: typeof statement;
|
|
2630
|
+
declare namespace index$b {
|
|
2631
|
+
export { index$b_act as act, index$b_batch as batch, index$b_decision as decision, index$b_draft as draft, index$b_statement as statement };
|
|
2640
2632
|
}
|
|
2641
2633
|
|
|
2642
2634
|
/**
|
|
2643
2635
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2644
2636
|
*/
|
|
2645
|
-
declare const authorizations$
|
|
2637
|
+
declare const authorizations$J: readonly [{
|
|
2646
2638
|
readonly permissions: readonly ["active"];
|
|
2647
2639
|
readonly actor: "_chairman";
|
|
2648
2640
|
}];
|
|
2649
2641
|
/**
|
|
2650
2642
|
* Имя действия
|
|
2651
2643
|
*/
|
|
2652
|
-
declare const actionName$
|
|
2644
|
+
declare const actionName$J = "creaddress";
|
|
2653
2645
|
/**
|
|
2654
2646
|
* @interface
|
|
2655
2647
|
* Действие создаёт новый адрес.
|
|
@@ -2658,20 +2650,20 @@ type ICreateAddress = ICreaddress;
|
|
|
2658
2650
|
|
|
2659
2651
|
type createAddress_ICreateAddress = ICreateAddress;
|
|
2660
2652
|
declare namespace createAddress {
|
|
2661
|
-
export { type createAddress_ICreateAddress as ICreateAddress, actionName$
|
|
2653
|
+
export { type createAddress_ICreateAddress as ICreateAddress, actionName$J as actionName, authorizations$J as authorizations };
|
|
2662
2654
|
}
|
|
2663
2655
|
|
|
2664
2656
|
/**
|
|
2665
2657
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2666
2658
|
*/
|
|
2667
|
-
declare const authorizations$
|
|
2659
|
+
declare const authorizations$I: readonly [{
|
|
2668
2660
|
readonly permissions: readonly ["active"];
|
|
2669
2661
|
readonly actor: "_chairman";
|
|
2670
2662
|
}];
|
|
2671
2663
|
/**
|
|
2672
2664
|
* Имя действия
|
|
2673
2665
|
*/
|
|
2674
|
-
declare const actionName$
|
|
2666
|
+
declare const actionName$I = "deladdress";
|
|
2675
2667
|
/**
|
|
2676
2668
|
* @interface
|
|
2677
2669
|
* Действие удаляет адресс.
|
|
@@ -2680,20 +2672,20 @@ type IDeleteAddress = IDeladdress;
|
|
|
2680
2672
|
|
|
2681
2673
|
type deleteAddress_IDeleteAddress = IDeleteAddress;
|
|
2682
2674
|
declare namespace deleteAddress {
|
|
2683
|
-
export { type deleteAddress_IDeleteAddress as IDeleteAddress, actionName$
|
|
2675
|
+
export { type deleteAddress_IDeleteAddress as IDeleteAddress, actionName$I as actionName, authorizations$I as authorizations };
|
|
2684
2676
|
}
|
|
2685
2677
|
|
|
2686
2678
|
/**
|
|
2687
2679
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2688
2680
|
*/
|
|
2689
|
-
declare const authorizations$
|
|
2681
|
+
declare const authorizations$H: readonly [{
|
|
2690
2682
|
readonly permissions: readonly ["active"];
|
|
2691
2683
|
readonly actor: "_chairman";
|
|
2692
2684
|
}];
|
|
2693
2685
|
/**
|
|
2694
2686
|
* Имя действия
|
|
2695
2687
|
*/
|
|
2696
|
-
declare const actionName$
|
|
2688
|
+
declare const actionName$H = "editaddress";
|
|
2697
2689
|
/**
|
|
2698
2690
|
* @interface
|
|
2699
2691
|
* Действие редактирует адресс.
|
|
@@ -2702,24 +2694,24 @@ type IEditAddress = IEditaddress;
|
|
|
2702
2694
|
|
|
2703
2695
|
type editAddress_IEditAddress = IEditAddress;
|
|
2704
2696
|
declare namespace editAddress {
|
|
2705
|
-
export { type editAddress_IEditAddress as IEditAddress, actionName$
|
|
2697
|
+
export { type editAddress_IEditAddress as IEditAddress, actionName$H as actionName, authorizations$H as authorizations };
|
|
2706
2698
|
}
|
|
2707
2699
|
|
|
2708
2700
|
/**
|
|
2709
2701
|
* Действие создаёт новый адрес.
|
|
2710
2702
|
*/
|
|
2711
2703
|
|
|
2712
|
-
declare const index$
|
|
2713
|
-
declare const index$
|
|
2714
|
-
declare const index$
|
|
2715
|
-
declare namespace index$
|
|
2716
|
-
export { index$
|
|
2704
|
+
declare const index$a_createAddress: typeof createAddress;
|
|
2705
|
+
declare const index$a_deleteAddress: typeof deleteAddress;
|
|
2706
|
+
declare const index$a_editAddress: typeof editAddress;
|
|
2707
|
+
declare namespace index$a {
|
|
2708
|
+
export { index$a_createAddress as createAddress, index$a_deleteAddress as deleteAddress, index$a_editAddress as editAddress };
|
|
2717
2709
|
}
|
|
2718
2710
|
|
|
2719
2711
|
/**
|
|
2720
2712
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2721
2713
|
*/
|
|
2722
|
-
declare const authorizations$
|
|
2714
|
+
declare const authorizations$G: readonly [{
|
|
2723
2715
|
readonly permissions: readonly ["active"];
|
|
2724
2716
|
readonly actor: {
|
|
2725
2717
|
readonly production: "soviet";
|
|
@@ -2741,7 +2733,7 @@ declare const authorizations$n: readonly [{
|
|
|
2741
2733
|
/**
|
|
2742
2734
|
* Имя действия
|
|
2743
2735
|
*/
|
|
2744
|
-
declare const actionName$
|
|
2736
|
+
declare const actionName$G = "addbalance";
|
|
2745
2737
|
/**
|
|
2746
2738
|
* @interface
|
|
2747
2739
|
* Действие добавляет баланс токенов учёта паевого взноса в кошелёк пользователя.
|
|
@@ -2751,13 +2743,13 @@ type IAddBalance = IAddbalance;
|
|
|
2751
2743
|
|
|
2752
2744
|
type addBalance_IAddBalance = IAddBalance;
|
|
2753
2745
|
declare namespace addBalance {
|
|
2754
|
-
export { type addBalance_IAddBalance as IAddBalance, actionName$
|
|
2746
|
+
export { type addBalance_IAddBalance as IAddBalance, actionName$G as actionName, authorizations$G as authorizations };
|
|
2755
2747
|
}
|
|
2756
2748
|
|
|
2757
2749
|
/**
|
|
2758
2750
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2759
2751
|
*/
|
|
2760
|
-
declare const authorizations$
|
|
2752
|
+
declare const authorizations$F: readonly [{
|
|
2761
2753
|
readonly permissions: readonly ["active"];
|
|
2762
2754
|
readonly actor: {
|
|
2763
2755
|
readonly production: "soviet";
|
|
@@ -2779,7 +2771,7 @@ declare const authorizations$m: readonly [{
|
|
|
2779
2771
|
/**
|
|
2780
2772
|
* Имя действия
|
|
2781
2773
|
*/
|
|
2782
|
-
declare const actionName$
|
|
2774
|
+
declare const actionName$F = "subbalance";
|
|
2783
2775
|
/**
|
|
2784
2776
|
* @interface
|
|
2785
2777
|
* @private
|
|
@@ -2789,13 +2781,13 @@ type ISubBalance = ISubbalance;
|
|
|
2789
2781
|
|
|
2790
2782
|
type subBalance_ISubBalance = ISubBalance;
|
|
2791
2783
|
declare namespace subBalance {
|
|
2792
|
-
export { type subBalance_ISubBalance as ISubBalance, actionName$
|
|
2784
|
+
export { type subBalance_ISubBalance as ISubBalance, actionName$F as actionName, authorizations$F as authorizations };
|
|
2793
2785
|
}
|
|
2794
2786
|
|
|
2795
2787
|
/**
|
|
2796
2788
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2797
2789
|
*/
|
|
2798
|
-
declare const authorizations$
|
|
2790
|
+
declare const authorizations$E: readonly [{
|
|
2799
2791
|
readonly permissions: readonly ["active"];
|
|
2800
2792
|
readonly actor: {
|
|
2801
2793
|
readonly production: "soviet";
|
|
@@ -2817,7 +2809,7 @@ declare const authorizations$l: readonly [{
|
|
|
2817
2809
|
/**
|
|
2818
2810
|
* Имя действия
|
|
2819
2811
|
*/
|
|
2820
|
-
declare const actionName$
|
|
2812
|
+
declare const actionName$E = "blockbal";
|
|
2821
2813
|
/**
|
|
2822
2814
|
* @interface
|
|
2823
2815
|
* @private
|
|
@@ -2827,13 +2819,13 @@ type IBlockBalance = IBlockbal;
|
|
|
2827
2819
|
|
|
2828
2820
|
type blockBalance_IBlockBalance = IBlockBalance;
|
|
2829
2821
|
declare namespace blockBalance {
|
|
2830
|
-
export { type blockBalance_IBlockBalance as IBlockBalance, actionName$
|
|
2822
|
+
export { type blockBalance_IBlockBalance as IBlockBalance, actionName$E as actionName, authorizations$E as authorizations };
|
|
2831
2823
|
}
|
|
2832
2824
|
|
|
2833
2825
|
/**
|
|
2834
2826
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2835
2827
|
*/
|
|
2836
|
-
declare const authorizations$
|
|
2828
|
+
declare const authorizations$D: readonly [{
|
|
2837
2829
|
readonly permissions: readonly ["active"];
|
|
2838
2830
|
readonly actor: {
|
|
2839
2831
|
readonly production: "soviet";
|
|
@@ -2855,7 +2847,7 @@ declare const authorizations$k: readonly [{
|
|
|
2855
2847
|
/**
|
|
2856
2848
|
* Имя действия
|
|
2857
2849
|
*/
|
|
2858
|
-
declare const actionName$
|
|
2850
|
+
declare const actionName$D = "unblockbal";
|
|
2859
2851
|
/**
|
|
2860
2852
|
* @interface
|
|
2861
2853
|
* @private
|
|
@@ -2865,13 +2857,13 @@ type IUnblockBal = IUnblockbal;
|
|
|
2865
2857
|
|
|
2866
2858
|
type unblockBalance_IUnblockBal = IUnblockBal;
|
|
2867
2859
|
declare namespace unblockBalance {
|
|
2868
|
-
export { type unblockBalance_IUnblockBal as IUnblockBal, actionName$
|
|
2860
|
+
export { type unblockBalance_IUnblockBal as IUnblockBal, actionName$D as actionName, authorizations$D as authorizations };
|
|
2869
2861
|
}
|
|
2870
2862
|
|
|
2871
2863
|
/**
|
|
2872
2864
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2873
2865
|
*/
|
|
2874
|
-
declare const authorizations$
|
|
2866
|
+
declare const authorizations$C: readonly [{
|
|
2875
2867
|
readonly permissions: readonly ["active"];
|
|
2876
2868
|
readonly actor: {
|
|
2877
2869
|
readonly production: "soviet";
|
|
@@ -2887,7 +2879,7 @@ declare const authorizations$j: readonly [{
|
|
|
2887
2879
|
/**
|
|
2888
2880
|
* Имя действия
|
|
2889
2881
|
*/
|
|
2890
|
-
declare const actionName$
|
|
2882
|
+
declare const actionName$C = "addprogbal";
|
|
2891
2883
|
/**
|
|
2892
2884
|
* @interface
|
|
2893
2885
|
* @private
|
|
@@ -2897,13 +2889,13 @@ type IAddProgramBalance = IAddprogbal;
|
|
|
2897
2889
|
|
|
2898
2890
|
type addProgramBalance_IAddProgramBalance = IAddProgramBalance;
|
|
2899
2891
|
declare namespace addProgramBalance {
|
|
2900
|
-
export { type addProgramBalance_IAddProgramBalance as IAddProgramBalance, actionName$
|
|
2892
|
+
export { type addProgramBalance_IAddProgramBalance as IAddProgramBalance, actionName$C as actionName, authorizations$C as authorizations };
|
|
2901
2893
|
}
|
|
2902
2894
|
|
|
2903
2895
|
/**
|
|
2904
2896
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2905
2897
|
*/
|
|
2906
|
-
declare const authorizations$
|
|
2898
|
+
declare const authorizations$B: readonly [{
|
|
2907
2899
|
readonly permissions: readonly ["active"];
|
|
2908
2900
|
readonly actor: {
|
|
2909
2901
|
readonly production: "soviet";
|
|
@@ -2919,7 +2911,7 @@ declare const authorizations$i: readonly [{
|
|
|
2919
2911
|
/**
|
|
2920
2912
|
* Имя действия
|
|
2921
2913
|
*/
|
|
2922
|
-
declare const actionName$
|
|
2914
|
+
declare const actionName$B = "subprogbal";
|
|
2923
2915
|
/**
|
|
2924
2916
|
* @interface
|
|
2925
2917
|
* @private
|
|
@@ -2929,7 +2921,7 @@ type ISubProgramBalance = ISubprogbal;
|
|
|
2929
2921
|
|
|
2930
2922
|
type subProgramBalance_ISubProgramBalance = ISubProgramBalance;
|
|
2931
2923
|
declare namespace subProgramBalance {
|
|
2932
|
-
export { type subProgramBalance_ISubProgramBalance as ISubProgramBalance, actionName$
|
|
2924
|
+
export { type subProgramBalance_ISubProgramBalance as ISubProgramBalance, actionName$B as actionName, authorizations$B as authorizations };
|
|
2933
2925
|
}
|
|
2934
2926
|
|
|
2935
2927
|
/**
|
|
@@ -2937,27 +2929,27 @@ declare namespace subProgramBalance {
|
|
|
2937
2929
|
* @private
|
|
2938
2930
|
*/
|
|
2939
2931
|
|
|
2940
|
-
declare const index$
|
|
2941
|
-
declare const index$
|
|
2942
|
-
declare const index$
|
|
2943
|
-
declare const index$
|
|
2944
|
-
declare const index$
|
|
2945
|
-
declare const index$
|
|
2946
|
-
declare namespace index$
|
|
2947
|
-
export { index$
|
|
2932
|
+
declare const index$9_addBalance: typeof addBalance;
|
|
2933
|
+
declare const index$9_addProgramBalance: typeof addProgramBalance;
|
|
2934
|
+
declare const index$9_blockBalance: typeof blockBalance;
|
|
2935
|
+
declare const index$9_subBalance: typeof subBalance;
|
|
2936
|
+
declare const index$9_subProgramBalance: typeof subProgramBalance;
|
|
2937
|
+
declare const index$9_unblockBalance: typeof unblockBalance;
|
|
2938
|
+
declare namespace index$9 {
|
|
2939
|
+
export { index$9_addBalance as addBalance, index$9_addProgramBalance as addProgramBalance, index$9_blockBalance as blockBalance, index$9_subBalance as subBalance, index$9_subProgramBalance as subProgramBalance, index$9_unblockBalance as unblockBalance };
|
|
2948
2940
|
}
|
|
2949
2941
|
|
|
2950
2942
|
/**
|
|
2951
2943
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2952
2944
|
*/
|
|
2953
|
-
declare const authorizations$
|
|
2945
|
+
declare const authorizations$A: readonly [{
|
|
2954
2946
|
readonly permissions: readonly ["active"];
|
|
2955
2947
|
readonly actor: "_chairman";
|
|
2956
2948
|
}];
|
|
2957
2949
|
/**
|
|
2958
2950
|
* Имя действия
|
|
2959
2951
|
*/
|
|
2960
|
-
declare const actionName$
|
|
2952
|
+
declare const actionName$A = "createprog";
|
|
2961
2953
|
/**
|
|
2962
2954
|
* @interface
|
|
2963
2955
|
* Действие редактирует целевую потребительскую программу маркетплейса.
|
|
@@ -2966,20 +2958,20 @@ type ICreateMarketProgram = ICreateprog;
|
|
|
2966
2958
|
|
|
2967
2959
|
type createMarketProgram_ICreateMarketProgram = ICreateMarketProgram;
|
|
2968
2960
|
declare namespace createMarketProgram {
|
|
2969
|
-
export { type createMarketProgram_ICreateMarketProgram as ICreateMarketProgram, actionName$
|
|
2961
|
+
export { type createMarketProgram_ICreateMarketProgram as ICreateMarketProgram, actionName$A as actionName, authorizations$A as authorizations };
|
|
2970
2962
|
}
|
|
2971
2963
|
|
|
2972
2964
|
/**
|
|
2973
2965
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2974
2966
|
*/
|
|
2975
|
-
declare const authorizations$
|
|
2967
|
+
declare const authorizations$z: readonly [{
|
|
2976
2968
|
readonly permissions: readonly ["active"];
|
|
2977
2969
|
readonly actor: "_chairman";
|
|
2978
2970
|
}];
|
|
2979
2971
|
/**
|
|
2980
2972
|
* Имя действия
|
|
2981
2973
|
*/
|
|
2982
|
-
declare const actionName$
|
|
2974
|
+
declare const actionName$z = "editprog";
|
|
2983
2975
|
/**
|
|
2984
2976
|
* @interface
|
|
2985
2977
|
* Действие редактирует целевую потребительскую программу маркетплейса.
|
|
@@ -2988,20 +2980,20 @@ type IEditMarketProgram = IEditprog;
|
|
|
2988
2980
|
|
|
2989
2981
|
type editMarketProgram_IEditMarketProgram = IEditMarketProgram;
|
|
2990
2982
|
declare namespace editMarketProgram {
|
|
2991
|
-
export { type editMarketProgram_IEditMarketProgram as IEditMarketProgram, actionName$
|
|
2983
|
+
export { type editMarketProgram_IEditMarketProgram as IEditMarketProgram, actionName$z as actionName, authorizations$z as authorizations };
|
|
2992
2984
|
}
|
|
2993
2985
|
|
|
2994
2986
|
/**
|
|
2995
2987
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2996
2988
|
*/
|
|
2997
|
-
declare const authorizations$
|
|
2989
|
+
declare const authorizations$y: readonly [{
|
|
2998
2990
|
readonly permissions: readonly ["active"];
|
|
2999
2991
|
readonly actor: "_chairman";
|
|
3000
2992
|
}];
|
|
3001
2993
|
/**
|
|
3002
2994
|
* Имя действия
|
|
3003
2995
|
*/
|
|
3004
|
-
declare const actionName$
|
|
2996
|
+
declare const actionName$y = "disableprog";
|
|
3005
2997
|
/**
|
|
3006
2998
|
* @interface
|
|
3007
2999
|
* Действие отключает целевую потребительскую программу маркетплейса.
|
|
@@ -3010,31 +3002,31 @@ type IDisableMarketProgram = IDisableprog;
|
|
|
3010
3002
|
|
|
3011
3003
|
type disableMarketProgram_IDisableMarketProgram = IDisableMarketProgram;
|
|
3012
3004
|
declare namespace disableMarketProgram {
|
|
3013
|
-
export { type disableMarketProgram_IDisableMarketProgram as IDisableMarketProgram, actionName$
|
|
3005
|
+
export { type disableMarketProgram_IDisableMarketProgram as IDisableMarketProgram, actionName$y as actionName, authorizations$y as authorizations };
|
|
3014
3006
|
}
|
|
3015
3007
|
|
|
3016
3008
|
/**
|
|
3017
3009
|
* Действие создаёт целевую потребительскую программу маркетплейса.
|
|
3018
3010
|
*/
|
|
3019
3011
|
|
|
3020
|
-
declare const index$
|
|
3021
|
-
declare const index$
|
|
3022
|
-
declare const index$
|
|
3023
|
-
declare namespace index$
|
|
3024
|
-
export { index$
|
|
3012
|
+
declare const index$8_createMarketProgram: typeof createMarketProgram;
|
|
3013
|
+
declare const index$8_disableMarketProgram: typeof disableMarketProgram;
|
|
3014
|
+
declare const index$8_editMarketProgram: typeof editMarketProgram;
|
|
3015
|
+
declare namespace index$8 {
|
|
3016
|
+
export { index$8_createMarketProgram as createMarketProgram, index$8_disableMarketProgram as disableMarketProgram, index$8_editMarketProgram as editMarketProgram };
|
|
3025
3017
|
}
|
|
3026
3018
|
|
|
3027
3019
|
/**
|
|
3028
3020
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3029
3021
|
*/
|
|
3030
|
-
declare const authorizations$
|
|
3022
|
+
declare const authorizations$x: readonly [{
|
|
3031
3023
|
readonly permissions: readonly ["active"];
|
|
3032
3024
|
readonly actor: "_member";
|
|
3033
3025
|
}];
|
|
3034
3026
|
/**
|
|
3035
3027
|
* Имя действия
|
|
3036
3028
|
*/
|
|
3037
|
-
declare const actionName$
|
|
3029
|
+
declare const actionName$x = "voteagainst";
|
|
3038
3030
|
/**
|
|
3039
3031
|
* @interface
|
|
3040
3032
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
@@ -3042,20 +3034,20 @@ declare const actionName$e = "voteagainst";
|
|
|
3042
3034
|
type IVoteAgainstDecision$1 = IVoteagainst;
|
|
3043
3035
|
|
|
3044
3036
|
declare namespace voteAgainst {
|
|
3045
|
-
export { type IVoteAgainstDecision$1 as IVoteAgainstDecision, actionName$
|
|
3037
|
+
export { type IVoteAgainstDecision$1 as IVoteAgainstDecision, actionName$x as actionName, authorizations$x as authorizations };
|
|
3046
3038
|
}
|
|
3047
3039
|
|
|
3048
3040
|
/**
|
|
3049
3041
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3050
3042
|
*/
|
|
3051
|
-
declare const authorizations$
|
|
3043
|
+
declare const authorizations$w: readonly [{
|
|
3052
3044
|
readonly permissions: readonly ["active"];
|
|
3053
3045
|
readonly actor: "_member";
|
|
3054
3046
|
}];
|
|
3055
3047
|
/**
|
|
3056
3048
|
* Имя действия
|
|
3057
3049
|
*/
|
|
3058
|
-
declare const actionName$
|
|
3050
|
+
declare const actionName$w = "votefor";
|
|
3059
3051
|
/**
|
|
3060
3052
|
* @interface
|
|
3061
3053
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
@@ -3064,20 +3056,20 @@ type IVoteForDecision = IVotefor;
|
|
|
3064
3056
|
|
|
3065
3057
|
type voteFor_IVoteForDecision = IVoteForDecision;
|
|
3066
3058
|
declare namespace voteFor {
|
|
3067
|
-
export { type voteFor_IVoteForDecision as IVoteForDecision, actionName$
|
|
3059
|
+
export { type voteFor_IVoteForDecision as IVoteForDecision, actionName$w as actionName, authorizations$w as authorizations };
|
|
3068
3060
|
}
|
|
3069
3061
|
|
|
3070
3062
|
/**
|
|
3071
3063
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3072
3064
|
*/
|
|
3073
|
-
declare const authorizations$
|
|
3065
|
+
declare const authorizations$v: readonly [{
|
|
3074
3066
|
readonly permissions: readonly ["active"];
|
|
3075
3067
|
readonly actor: "_member";
|
|
3076
3068
|
}];
|
|
3077
3069
|
/**
|
|
3078
3070
|
* Имя действия
|
|
3079
3071
|
*/
|
|
3080
|
-
declare const actionName$
|
|
3072
|
+
declare const actionName$v = "cancelvote";
|
|
3081
3073
|
/**
|
|
3082
3074
|
* @interface
|
|
3083
3075
|
* Принимает отмену голоса. Метод позволяет члену совета отменить свой голос, если решение еще не принято.
|
|
@@ -3086,42 +3078,41 @@ type IVoteAgainstDecision = IVoteagainst;
|
|
|
3086
3078
|
|
|
3087
3079
|
type cancelVote_IVoteAgainstDecision = IVoteAgainstDecision;
|
|
3088
3080
|
declare namespace cancelVote {
|
|
3089
|
-
export { type cancelVote_IVoteAgainstDecision as IVoteAgainstDecision, actionName$
|
|
3081
|
+
export { type cancelVote_IVoteAgainstDecision as IVoteAgainstDecision, actionName$v as actionName, authorizations$v as authorizations };
|
|
3090
3082
|
}
|
|
3091
3083
|
|
|
3092
3084
|
/**
|
|
3093
3085
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
3094
3086
|
*/
|
|
3095
|
-
declare const authorizations$
|
|
3087
|
+
declare const authorizations$u: readonly [{
|
|
3096
3088
|
readonly permissions: readonly ["active"];
|
|
3097
3089
|
readonly actor: "_chairman";
|
|
3098
3090
|
}];
|
|
3099
3091
|
/**
|
|
3100
3092
|
* Имя действия
|
|
3101
3093
|
*/
|
|
3102
|
-
declare const actionName$
|
|
3094
|
+
declare const actionName$u = "authorize";
|
|
3103
3095
|
/**
|
|
3104
3096
|
* @interface
|
|
3105
3097
|
* Действие утверждения принятого советом решения.
|
|
3106
3098
|
*/
|
|
3107
|
-
type IAuthorize = IAuthorize$
|
|
3099
|
+
type IAuthorize$2 = IAuthorize$3;
|
|
3108
3100
|
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
export { type authorize_IAuthorize as IAuthorize, actionName$b as actionName, authorizations$b as authorizations };
|
|
3101
|
+
declare namespace authorize$1 {
|
|
3102
|
+
export { type IAuthorize$2 as IAuthorize, actionName$u as actionName, authorizations$u as authorizations };
|
|
3112
3103
|
}
|
|
3113
3104
|
|
|
3114
3105
|
/**
|
|
3115
3106
|
* Действие выполняется за подписью любого {@link Actors._username | пользователя}.
|
|
3116
3107
|
*/
|
|
3117
|
-
declare const authorizations$
|
|
3108
|
+
declare const authorizations$t: readonly [{
|
|
3118
3109
|
readonly permissions: readonly ["active"];
|
|
3119
3110
|
readonly actor: "_username";
|
|
3120
3111
|
}];
|
|
3121
3112
|
/**
|
|
3122
3113
|
* Имя действия
|
|
3123
3114
|
*/
|
|
3124
|
-
declare const actionName$
|
|
3115
|
+
declare const actionName$t = "exec";
|
|
3125
3116
|
/**
|
|
3126
3117
|
* @interface
|
|
3127
3118
|
* Действие исполнения принятого решения.
|
|
@@ -3134,13 +3125,13 @@ type IExec = IExec$1;
|
|
|
3134
3125
|
|
|
3135
3126
|
type exec_IExec = IExec;
|
|
3136
3127
|
declare namespace exec {
|
|
3137
|
-
export { type exec_IExec as IExec, actionName$
|
|
3128
|
+
export { type exec_IExec as IExec, actionName$t as actionName, authorizations$t as authorizations };
|
|
3138
3129
|
}
|
|
3139
3130
|
|
|
3140
3131
|
/**
|
|
3141
3132
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._marketplace | маркетплейса}.
|
|
3142
3133
|
*/
|
|
3143
|
-
declare const authorizations$
|
|
3134
|
+
declare const authorizations$s: readonly [{
|
|
3144
3135
|
readonly permissions: readonly ["active"];
|
|
3145
3136
|
readonly actor: {
|
|
3146
3137
|
readonly production: "marketplace";
|
|
@@ -3150,7 +3141,7 @@ declare const authorizations$9: readonly [{
|
|
|
3150
3141
|
/**
|
|
3151
3142
|
* Имя действия
|
|
3152
3143
|
*/
|
|
3153
|
-
declare const actionName$
|
|
3144
|
+
declare const actionName$s = "change";
|
|
3154
3145
|
/**
|
|
3155
3146
|
* @interface
|
|
3156
3147
|
* Действие поставляет в совет на голосование заявления на взнос и возврат взноса двух пайщиков целевой потребительской программы маркетплейса.
|
|
@@ -3160,13 +3151,13 @@ type IMarketDecision = IChange;
|
|
|
3160
3151
|
|
|
3161
3152
|
type marketDecision_IMarketDecision = IMarketDecision;
|
|
3162
3153
|
declare namespace marketDecision {
|
|
3163
|
-
export { type marketDecision_IMarketDecision as IMarketDecision, actionName$
|
|
3154
|
+
export { type marketDecision_IMarketDecision as IMarketDecision, actionName$s as actionName, authorizations$s as authorizations };
|
|
3164
3155
|
}
|
|
3165
3156
|
|
|
3166
3157
|
/**
|
|
3167
3158
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._gateway | шлюза}.
|
|
3168
3159
|
*/
|
|
3169
|
-
declare const authorizations$
|
|
3160
|
+
declare const authorizations$r: readonly [{
|
|
3170
3161
|
readonly permissions: readonly ["active"];
|
|
3171
3162
|
readonly actor: {
|
|
3172
3163
|
readonly production: "gateway";
|
|
@@ -3176,7 +3167,7 @@ declare const authorizations$8: readonly [{
|
|
|
3176
3167
|
/**
|
|
3177
3168
|
* Имя действия
|
|
3178
3169
|
*/
|
|
3179
|
-
declare const actionName$
|
|
3170
|
+
declare const actionName$r = "withdraw";
|
|
3180
3171
|
/**
|
|
3181
3172
|
* @interface
|
|
3182
3173
|
* Действие поставляет в совет на голосование заявление на возврат паевого взноса.
|
|
@@ -3186,13 +3177,13 @@ type IWithdrawDecision = IWithdraw;
|
|
|
3186
3177
|
|
|
3187
3178
|
type withdrawDecision_IWithdrawDecision = IWithdrawDecision;
|
|
3188
3179
|
declare namespace withdrawDecision {
|
|
3189
|
-
export { type withdrawDecision_IWithdrawDecision as IWithdrawDecision, actionName$
|
|
3180
|
+
export { type withdrawDecision_IWithdrawDecision as IWithdrawDecision, actionName$r as actionName, authorizations$r as authorizations };
|
|
3190
3181
|
}
|
|
3191
3182
|
|
|
3192
3183
|
/**
|
|
3193
3184
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._fund | фондов}.
|
|
3194
3185
|
*/
|
|
3195
|
-
declare const authorizations$
|
|
3186
|
+
declare const authorizations$q: readonly [{
|
|
3196
3187
|
readonly permissions: readonly ["active"];
|
|
3197
3188
|
readonly actor: {
|
|
3198
3189
|
readonly production: "fund";
|
|
@@ -3202,7 +3193,7 @@ declare const authorizations$7: readonly [{
|
|
|
3202
3193
|
/**
|
|
3203
3194
|
* Имя действия
|
|
3204
3195
|
*/
|
|
3205
|
-
declare const actionName$
|
|
3196
|
+
declare const actionName$q = "fundwithdraw";
|
|
3206
3197
|
/**
|
|
3207
3198
|
* @interface
|
|
3208
3199
|
* Действие поставляет в совет на голосование документ о необходимости использования средств фондов кооператива (кроме паевого).
|
|
@@ -3212,13 +3203,13 @@ type IFundWithdrawDecision = IFundwithdraw;
|
|
|
3212
3203
|
|
|
3213
3204
|
type fundWithdrawDecision_IFundWithdrawDecision = IFundWithdrawDecision;
|
|
3214
3205
|
declare namespace fundWithdrawDecision {
|
|
3215
|
-
export { type fundWithdrawDecision_IFundWithdrawDecision as IFundWithdrawDecision, actionName$
|
|
3206
|
+
export { type fundWithdrawDecision_IFundWithdrawDecision as IFundWithdrawDecision, actionName$q as actionName, authorizations$q as authorizations };
|
|
3216
3207
|
}
|
|
3217
3208
|
|
|
3218
3209
|
/**
|
|
3219
3210
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._registrator | шлюза}.
|
|
3220
3211
|
*/
|
|
3221
|
-
declare const authorizations$
|
|
3212
|
+
declare const authorizations$p: readonly [{
|
|
3222
3213
|
readonly permissions: readonly ["active"];
|
|
3223
3214
|
readonly actor: {
|
|
3224
3215
|
readonly production: "registrator";
|
|
@@ -3228,7 +3219,7 @@ declare const authorizations$6: readonly [{
|
|
|
3228
3219
|
/**
|
|
3229
3220
|
* Имя действия
|
|
3230
3221
|
*/
|
|
3231
|
-
declare const actionName$
|
|
3222
|
+
declare const actionName$p = "joincoop";
|
|
3232
3223
|
/**
|
|
3233
3224
|
* @interface
|
|
3234
3225
|
* Действие поставляет в совет на голосование заявление на вступление в кооператив.
|
|
@@ -3238,13 +3229,13 @@ type IJoinCoopDecision = IJoincoop;
|
|
|
3238
3229
|
|
|
3239
3230
|
type joinCoopDecision_IJoinCoopDecision = IJoinCoopDecision;
|
|
3240
3231
|
declare namespace joinCoopDecision {
|
|
3241
|
-
export { type joinCoopDecision_IJoinCoopDecision as IJoinCoopDecision, actionName$
|
|
3232
|
+
export { type joinCoopDecision_IJoinCoopDecision as IJoinCoopDecision, actionName$p as actionName, authorizations$p as authorizations };
|
|
3242
3233
|
}
|
|
3243
3234
|
|
|
3244
3235
|
/**
|
|
3245
3236
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._marketplace | маркетплейса}.
|
|
3246
3237
|
*/
|
|
3247
|
-
declare const authorizations$
|
|
3238
|
+
declare const authorizations$o: readonly [{
|
|
3248
3239
|
readonly permissions: readonly ["active"];
|
|
3249
3240
|
readonly actor: {
|
|
3250
3241
|
readonly production: "marketplace";
|
|
@@ -3254,7 +3245,7 @@ declare const authorizations$5: readonly [{
|
|
|
3254
3245
|
/**
|
|
3255
3246
|
* Имя действия
|
|
3256
3247
|
*/
|
|
3257
|
-
declare const actionName$
|
|
3248
|
+
declare const actionName$o = "recieved";
|
|
3258
3249
|
/**
|
|
3259
3250
|
* @interface
|
|
3260
3251
|
* Действие поставляет в совет информацию о завершении процесса клиринга и инициирует выпуск закрывающих документов в реестр.
|
|
@@ -3264,13 +3255,13 @@ type IProductRecieved = IRecieved;
|
|
|
3264
3255
|
|
|
3265
3256
|
type productRecieved_IProductRecieved = IProductRecieved;
|
|
3266
3257
|
declare namespace productRecieved {
|
|
3267
|
-
export { type productRecieved_IProductRecieved as IProductRecieved, actionName$
|
|
3258
|
+
export { type productRecieved_IProductRecieved as IProductRecieved, actionName$o as actionName, authorizations$o as authorizations };
|
|
3268
3259
|
}
|
|
3269
3260
|
|
|
3270
3261
|
/**
|
|
3271
3262
|
* Действие выполняется за подписью {@link Actors._admin | администратора}.
|
|
3272
3263
|
*/
|
|
3273
|
-
declare const authorizations$
|
|
3264
|
+
declare const authorizations$n: readonly [{
|
|
3274
3265
|
readonly permissions: readonly ["active", {
|
|
3275
3266
|
readonly contract: "_contract";
|
|
3276
3267
|
readonly action: "actionName";
|
|
@@ -3280,7 +3271,7 @@ declare const authorizations$4: readonly [{
|
|
|
3280
3271
|
/**
|
|
3281
3272
|
* Имя действия
|
|
3282
3273
|
*/
|
|
3283
|
-
declare const actionName$
|
|
3274
|
+
declare const actionName$n = "validated";
|
|
3284
3275
|
/**
|
|
3285
3276
|
* @interface
|
|
3286
3277
|
* Действие валидации документов, поданных на голосование в совет.
|
|
@@ -3289,20 +3280,20 @@ type IValidate = IValidate$1;
|
|
|
3289
3280
|
|
|
3290
3281
|
type validate_IValidate = IValidate;
|
|
3291
3282
|
declare namespace validate {
|
|
3292
|
-
export { type validate_IValidate as IValidate, actionName$
|
|
3283
|
+
export { type validate_IValidate as IValidate, actionName$n as actionName, authorizations$n as authorizations };
|
|
3293
3284
|
}
|
|
3294
3285
|
|
|
3295
3286
|
/**
|
|
3296
3287
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3297
3288
|
*/
|
|
3298
|
-
declare const authorizations$
|
|
3289
|
+
declare const authorizations$m: readonly [{
|
|
3299
3290
|
readonly permissions: readonly ["active"];
|
|
3300
3291
|
readonly actor: "_member";
|
|
3301
3292
|
}];
|
|
3302
3293
|
/**
|
|
3303
3294
|
* Имя действия
|
|
3304
3295
|
*/
|
|
3305
|
-
declare const actionName$
|
|
3296
|
+
declare const actionName$m = "automate";
|
|
3306
3297
|
/**
|
|
3307
3298
|
* @interface
|
|
3308
3299
|
* Подключает автоматизацию принятия решений по указанным типам вопросов на повестке для члена совета.
|
|
@@ -3311,20 +3302,20 @@ type IAutomate = IAutomate$1;
|
|
|
3311
3302
|
|
|
3312
3303
|
type automate_IAutomate = IAutomate;
|
|
3313
3304
|
declare namespace automate {
|
|
3314
|
-
export { type automate_IAutomate as IAutomate, actionName$
|
|
3305
|
+
export { type automate_IAutomate as IAutomate, actionName$m as actionName, authorizations$m as authorizations };
|
|
3315
3306
|
}
|
|
3316
3307
|
|
|
3317
3308
|
/**
|
|
3318
3309
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3319
3310
|
*/
|
|
3320
|
-
declare const authorizations$
|
|
3311
|
+
declare const authorizations$l: readonly [{
|
|
3321
3312
|
readonly permissions: readonly ["active"];
|
|
3322
3313
|
readonly actor: "_member";
|
|
3323
3314
|
}];
|
|
3324
3315
|
/**
|
|
3325
3316
|
* Имя действия
|
|
3326
3317
|
*/
|
|
3327
|
-
declare const actionName$
|
|
3318
|
+
declare const actionName$l = "disautomate";
|
|
3328
3319
|
/**
|
|
3329
3320
|
* @interface
|
|
3330
3321
|
* Отключает автоматизацию принятия решений по указанным типам вопросов на повестке для члена совета.
|
|
@@ -3333,38 +3324,37 @@ type IDisautomate = IDisautomate$1;
|
|
|
3333
3324
|
|
|
3334
3325
|
type disautomate_IDisautomate = IDisautomate;
|
|
3335
3326
|
declare namespace disautomate {
|
|
3336
|
-
export { type disautomate_IDisautomate as IDisautomate, actionName$
|
|
3327
|
+
export { type disautomate_IDisautomate as IDisautomate, actionName$l as actionName, authorizations$l as authorizations };
|
|
3337
3328
|
}
|
|
3338
3329
|
|
|
3339
3330
|
/**
|
|
3340
3331
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
3341
3332
|
*/
|
|
3342
3333
|
|
|
3343
|
-
declare const index$
|
|
3344
|
-
declare const index$
|
|
3345
|
-
declare const index$
|
|
3346
|
-
declare const index$
|
|
3347
|
-
declare const index$
|
|
3348
|
-
declare const index$
|
|
3349
|
-
declare const index$
|
|
3350
|
-
declare const index$
|
|
3351
|
-
declare const index$
|
|
3352
|
-
declare const index$
|
|
3353
|
-
declare const index$
|
|
3354
|
-
declare const index$
|
|
3355
|
-
declare
|
|
3356
|
-
|
|
3357
|
-
export { index$4_authorize as authorize, index$4_automate as automate, index$4_cancelVote as cancelVote, index$4_disautomate as disautomate, index$4_exec as exec, index$4_fundWithdrawDecision as fundWithdrawDecision, index$4_joinCoopDecision as joinCoopDecision, index$4_marketDecision as marketDecision, index$4_productRecieved as productRecieved, index$4_validate as validate, index$4_voteAgainst as voteAgainst, index$4_voteFor as voteFor, index$4_withdrawDecision as withdrawDecision };
|
|
3334
|
+
declare const index$7_automate: typeof automate;
|
|
3335
|
+
declare const index$7_cancelVote: typeof cancelVote;
|
|
3336
|
+
declare const index$7_disautomate: typeof disautomate;
|
|
3337
|
+
declare const index$7_exec: typeof exec;
|
|
3338
|
+
declare const index$7_fundWithdrawDecision: typeof fundWithdrawDecision;
|
|
3339
|
+
declare const index$7_joinCoopDecision: typeof joinCoopDecision;
|
|
3340
|
+
declare const index$7_marketDecision: typeof marketDecision;
|
|
3341
|
+
declare const index$7_productRecieved: typeof productRecieved;
|
|
3342
|
+
declare const index$7_validate: typeof validate;
|
|
3343
|
+
declare const index$7_voteAgainst: typeof voteAgainst;
|
|
3344
|
+
declare const index$7_voteFor: typeof voteFor;
|
|
3345
|
+
declare const index$7_withdrawDecision: typeof withdrawDecision;
|
|
3346
|
+
declare namespace index$7 {
|
|
3347
|
+
export { authorize$1 as authorize, index$7_automate as automate, index$7_cancelVote as cancelVote, index$7_disautomate as disautomate, index$7_exec as exec, index$7_fundWithdrawDecision as fundWithdrawDecision, index$7_joinCoopDecision as joinCoopDecision, index$7_marketDecision as marketDecision, index$7_productRecieved as productRecieved, index$7_validate as validate, index$7_voteAgainst as voteAgainst, index$7_voteFor as voteFor, index$7_withdrawDecision as withdrawDecision };
|
|
3358
3348
|
}
|
|
3359
3349
|
|
|
3360
|
-
declare const authorizations$
|
|
3350
|
+
declare const authorizations$k: readonly [{
|
|
3361
3351
|
readonly permissions: readonly ["active"];
|
|
3362
3352
|
readonly actor: "_chairman";
|
|
3363
3353
|
}];
|
|
3364
3354
|
/**
|
|
3365
3355
|
* Имя действия
|
|
3366
3356
|
*/
|
|
3367
|
-
declare const actionName$
|
|
3357
|
+
declare const actionName$k = "createboard";
|
|
3368
3358
|
/**
|
|
3369
3359
|
* @interface
|
|
3370
3360
|
*/
|
|
@@ -3372,17 +3362,17 @@ type ICreateboard = ICreateboard$1;
|
|
|
3372
3362
|
|
|
3373
3363
|
type createBoard_ICreateboard = ICreateboard;
|
|
3374
3364
|
declare namespace createBoard {
|
|
3375
|
-
export { type createBoard_ICreateboard as ICreateboard, actionName$
|
|
3365
|
+
export { type createBoard_ICreateboard as ICreateboard, actionName$k as actionName, authorizations$k as authorizations };
|
|
3376
3366
|
}
|
|
3377
3367
|
|
|
3378
|
-
declare const authorizations: readonly [{
|
|
3368
|
+
declare const authorizations$j: readonly [{
|
|
3379
3369
|
readonly permissions: readonly ["active"];
|
|
3380
3370
|
readonly actor: "_chairman";
|
|
3381
3371
|
}];
|
|
3382
3372
|
/**
|
|
3383
3373
|
* Имя действия
|
|
3384
3374
|
*/
|
|
3385
|
-
declare const actionName = "updateboard";
|
|
3375
|
+
declare const actionName$j = "updateboard";
|
|
3386
3376
|
/**
|
|
3387
3377
|
* @interface
|
|
3388
3378
|
* Действие изменения данных доски совета.
|
|
@@ -3390,16 +3380,14 @@ declare const actionName = "updateboard";
|
|
|
3390
3380
|
type IUpdateBoard = IUpdateboard;
|
|
3391
3381
|
|
|
3392
3382
|
type updateBoard_IUpdateBoard = IUpdateBoard;
|
|
3393
|
-
declare const updateBoard_actionName: typeof actionName;
|
|
3394
|
-
declare const updateBoard_authorizations: typeof authorizations;
|
|
3395
3383
|
declare namespace updateBoard {
|
|
3396
|
-
export { type updateBoard_IUpdateBoard as IUpdateBoard,
|
|
3384
|
+
export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$j as actionName, authorizations$j as authorizations };
|
|
3397
3385
|
}
|
|
3398
3386
|
|
|
3399
|
-
declare const index$
|
|
3400
|
-
declare const index$
|
|
3401
|
-
declare namespace index$
|
|
3402
|
-
export { index$
|
|
3387
|
+
declare const index$6_createBoard: typeof createBoard;
|
|
3388
|
+
declare const index$6_updateBoard: typeof updateBoard;
|
|
3389
|
+
declare namespace index$6 {
|
|
3390
|
+
export { index$6_createBoard as createBoard, index$6_updateBoard as updateBoard };
|
|
3403
3391
|
}
|
|
3404
3392
|
|
|
3405
3393
|
/**
|
|
@@ -3407,18 +3395,18 @@ declare namespace index$3 {
|
|
|
3407
3395
|
* @private
|
|
3408
3396
|
*/
|
|
3409
3397
|
|
|
3410
|
-
declare namespace index$
|
|
3411
|
-
export { index$
|
|
3398
|
+
declare namespace index$5 {
|
|
3399
|
+
export { index$a as Addresses, index$6 as Boards, index$7 as Decisions, index$8 as Programs, index$b as Registry, index$9 as Wallet };
|
|
3412
3400
|
}
|
|
3413
3401
|
|
|
3414
3402
|
/**
|
|
3415
3403
|
* Имя таблицы
|
|
3416
3404
|
*/
|
|
3417
|
-
declare const tableName$
|
|
3405
|
+
declare const tableName$c = "addresses";
|
|
3418
3406
|
/**
|
|
3419
3407
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3420
3408
|
*/
|
|
3421
|
-
declare const scope$
|
|
3409
|
+
declare const scope$c = "_coopname";
|
|
3422
3410
|
/**
|
|
3423
3411
|
* @interface
|
|
3424
3412
|
* Таблица хранит информацию о адресах кооператива.
|
|
@@ -3427,17 +3415,17 @@ type IAddresses = IAddresses$1;
|
|
|
3427
3415
|
|
|
3428
3416
|
type addresses_IAddresses = IAddresses;
|
|
3429
3417
|
declare namespace addresses {
|
|
3430
|
-
export { type addresses_IAddresses as IAddresses, scope$
|
|
3418
|
+
export { type addresses_IAddresses as IAddresses, scope$c as scope, tableName$c as tableName };
|
|
3431
3419
|
}
|
|
3432
3420
|
|
|
3433
3421
|
/**
|
|
3434
3422
|
* Имя таблицы
|
|
3435
3423
|
*/
|
|
3436
|
-
declare const tableName$
|
|
3424
|
+
declare const tableName$b = "staff";
|
|
3437
3425
|
/**
|
|
3438
3426
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3439
3427
|
*/
|
|
3440
|
-
declare const scope$
|
|
3428
|
+
declare const scope$b = "_coopname";
|
|
3441
3429
|
/**
|
|
3442
3430
|
* @interface
|
|
3443
3431
|
* Таблица содержит информацию о администраторах кооператива.
|
|
@@ -3446,17 +3434,17 @@ type IAdmins = IStaff;
|
|
|
3446
3434
|
|
|
3447
3435
|
type admins_IAdmins = IAdmins;
|
|
3448
3436
|
declare namespace admins {
|
|
3449
|
-
export { type admins_IAdmins as IAdmins, scope$
|
|
3437
|
+
export { type admins_IAdmins as IAdmins, scope$b as scope, tableName$b as tableName };
|
|
3450
3438
|
}
|
|
3451
3439
|
|
|
3452
3440
|
/**
|
|
3453
3441
|
* Имя таблицы
|
|
3454
3442
|
*/
|
|
3455
|
-
declare const tableName$
|
|
3443
|
+
declare const tableName$a = "autosigner";
|
|
3456
3444
|
/**
|
|
3457
3445
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3458
3446
|
*/
|
|
3459
|
-
declare const scope$
|
|
3447
|
+
declare const scope$a = "_coopname";
|
|
3460
3448
|
/**
|
|
3461
3449
|
* @interface
|
|
3462
3450
|
* Таблица хранит очередь документов, которые ожидают автоматической подписи.
|
|
@@ -3465,17 +3453,17 @@ type IAutomationQueue = IAutosigner;
|
|
|
3465
3453
|
|
|
3466
3454
|
type automationQueue_IAutomationQueue = IAutomationQueue;
|
|
3467
3455
|
declare namespace automationQueue {
|
|
3468
|
-
export { type automationQueue_IAutomationQueue as IAutomationQueue, scope$
|
|
3456
|
+
export { type automationQueue_IAutomationQueue as IAutomationQueue, scope$a as scope, tableName$a as tableName };
|
|
3469
3457
|
}
|
|
3470
3458
|
|
|
3471
3459
|
/**
|
|
3472
3460
|
* Имя таблицы
|
|
3473
3461
|
*/
|
|
3474
|
-
declare const tableName$
|
|
3462
|
+
declare const tableName$9 = "automator";
|
|
3475
3463
|
/**
|
|
3476
3464
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3477
3465
|
*/
|
|
3478
|
-
declare const scope$
|
|
3466
|
+
declare const scope$9 = "_coopname";
|
|
3479
3467
|
/**
|
|
3480
3468
|
* @interface
|
|
3481
3469
|
* Таблица хранит автоматизации для голосований и решений совета.
|
|
@@ -3484,17 +3472,17 @@ type IAutomations = IAutomator;
|
|
|
3484
3472
|
|
|
3485
3473
|
type automations_IAutomations = IAutomations;
|
|
3486
3474
|
declare namespace automations {
|
|
3487
|
-
export { type automations_IAutomations as IAutomations, scope$
|
|
3475
|
+
export { type automations_IAutomations as IAutomations, scope$9 as scope, tableName$9 as tableName };
|
|
3488
3476
|
}
|
|
3489
3477
|
|
|
3490
3478
|
/**
|
|
3491
3479
|
* Имя таблицы
|
|
3492
3480
|
*/
|
|
3493
|
-
declare const tableName$
|
|
3481
|
+
declare const tableName$8 = "boards";
|
|
3494
3482
|
/**
|
|
3495
3483
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3496
3484
|
*/
|
|
3497
|
-
declare const scope$
|
|
3485
|
+
declare const scope$8 = "_coopname";
|
|
3498
3486
|
/**
|
|
3499
3487
|
* @interface
|
|
3500
3488
|
* Таблица хранит информацию о советах кооператива.
|
|
@@ -3503,17 +3491,17 @@ type IBoards = IBoards$1;
|
|
|
3503
3491
|
|
|
3504
3492
|
type boards_IBoards = IBoards;
|
|
3505
3493
|
declare namespace boards {
|
|
3506
|
-
export { type boards_IBoards as IBoards, scope$
|
|
3494
|
+
export { type boards_IBoards as IBoards, scope$8 as scope, tableName$8 as tableName };
|
|
3507
3495
|
}
|
|
3508
3496
|
|
|
3509
3497
|
/**
|
|
3510
3498
|
* Имя таблицы
|
|
3511
3499
|
*/
|
|
3512
|
-
declare const tableName$
|
|
3500
|
+
declare const tableName$7 = "changes";
|
|
3513
3501
|
/**
|
|
3514
3502
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3515
3503
|
*/
|
|
3516
|
-
declare const scope$
|
|
3504
|
+
declare const scope$7 = "_coopname";
|
|
3517
3505
|
/**
|
|
3518
3506
|
* @interface
|
|
3519
3507
|
* Зарегистрированные пары заявлений на взнос и возврат взносов через смарт-контракт маркетплейса.
|
|
@@ -3522,17 +3510,17 @@ type IChanges = IChanges$1;
|
|
|
3522
3510
|
|
|
3523
3511
|
type changes_IChanges = IChanges;
|
|
3524
3512
|
declare namespace changes {
|
|
3525
|
-
export { type changes_IChanges as IChanges, scope$
|
|
3513
|
+
export { type changes_IChanges as IChanges, scope$7 as scope, tableName$7 as tableName };
|
|
3526
3514
|
}
|
|
3527
3515
|
|
|
3528
3516
|
/**
|
|
3529
3517
|
* Имя таблицы
|
|
3530
3518
|
*/
|
|
3531
|
-
declare const tableName$
|
|
3519
|
+
declare const tableName$6 = "decisions";
|
|
3532
3520
|
/**
|
|
3533
3521
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3534
3522
|
*/
|
|
3535
|
-
declare const scope$
|
|
3523
|
+
declare const scope$6 = "_coopname";
|
|
3536
3524
|
/**
|
|
3537
3525
|
* @interface
|
|
3538
3526
|
*/
|
|
@@ -3540,17 +3528,17 @@ type IDecisions = IDecisions$1;
|
|
|
3540
3528
|
|
|
3541
3529
|
type decisions_IDecisions = IDecisions;
|
|
3542
3530
|
declare namespace decisions {
|
|
3543
|
-
export { type decisions_IDecisions as IDecisions, scope$
|
|
3531
|
+
export { type decisions_IDecisions as IDecisions, scope$6 as scope, tableName$6 as tableName };
|
|
3544
3532
|
}
|
|
3545
3533
|
|
|
3546
3534
|
/**
|
|
3547
3535
|
* Имя таблицы
|
|
3548
3536
|
*/
|
|
3549
|
-
declare const tableName$
|
|
3537
|
+
declare const tableName$5 = "joincoops";
|
|
3550
3538
|
/**
|
|
3551
3539
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3552
3540
|
*/
|
|
3553
|
-
declare const scope$
|
|
3541
|
+
declare const scope$5 = "_coopname";
|
|
3554
3542
|
/**
|
|
3555
3543
|
* @interface
|
|
3556
3544
|
* Таблица хранит заявления на вступление в кооператив, ожидающие рассмотрения в совете.
|
|
@@ -3559,17 +3547,17 @@ type IJoinCoops = IJoincoops;
|
|
|
3559
3547
|
|
|
3560
3548
|
type joinCoops_IJoinCoops = IJoinCoops;
|
|
3561
3549
|
declare namespace joinCoops {
|
|
3562
|
-
export { type joinCoops_IJoinCoops as IJoinCoops, scope$
|
|
3550
|
+
export { type joinCoops_IJoinCoops as IJoinCoops, scope$5 as scope, tableName$5 as tableName };
|
|
3563
3551
|
}
|
|
3564
3552
|
|
|
3565
3553
|
/**
|
|
3566
3554
|
* Имя таблицы
|
|
3567
3555
|
*/
|
|
3568
|
-
declare const tableName$
|
|
3556
|
+
declare const tableName$4 = "progcomarket";
|
|
3569
3557
|
/**
|
|
3570
3558
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3571
3559
|
*/
|
|
3572
|
-
declare const scope$
|
|
3560
|
+
declare const scope$4 = "_coopname";
|
|
3573
3561
|
/**
|
|
3574
3562
|
* @interface
|
|
3575
3563
|
* Таблица хранит целевые потребительские программы контракта маркетплейса.
|
|
@@ -3578,17 +3566,17 @@ type IMarketPrograms = IProgcomarket;
|
|
|
3578
3566
|
|
|
3579
3567
|
type marketPrograms_IMarketPrograms = IMarketPrograms;
|
|
3580
3568
|
declare namespace marketPrograms {
|
|
3581
|
-
export { type marketPrograms_IMarketPrograms as IMarketPrograms, scope$
|
|
3569
|
+
export { type marketPrograms_IMarketPrograms as IMarketPrograms, scope$4 as scope, tableName$4 as tableName };
|
|
3582
3570
|
}
|
|
3583
3571
|
|
|
3584
3572
|
/**
|
|
3585
3573
|
* Имя таблицы
|
|
3586
3574
|
*/
|
|
3587
|
-
declare const tableName$
|
|
3575
|
+
declare const tableName$3 = "participants";
|
|
3588
3576
|
/**
|
|
3589
3577
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3590
3578
|
*/
|
|
3591
|
-
declare const scope$
|
|
3579
|
+
declare const scope$3 = "_coopname";
|
|
3592
3580
|
/**
|
|
3593
3581
|
* @interface
|
|
3594
3582
|
* Таблица хранит публичную часть реестра пайщиков кооператива.
|
|
@@ -3597,17 +3585,17 @@ type IParticipants = IParticipants$1;
|
|
|
3597
3585
|
|
|
3598
3586
|
type participants_IParticipants = IParticipants;
|
|
3599
3587
|
declare namespace participants {
|
|
3600
|
-
export { type participants_IParticipants as IParticipants, scope$
|
|
3588
|
+
export { type participants_IParticipants as IParticipants, scope$3 as scope, tableName$3 as tableName };
|
|
3601
3589
|
}
|
|
3602
3590
|
|
|
3603
3591
|
/**
|
|
3604
3592
|
* Имя таблицы
|
|
3605
3593
|
*/
|
|
3606
|
-
declare const tableName$
|
|
3594
|
+
declare const tableName$2 = "progwallets";
|
|
3607
3595
|
/**
|
|
3608
3596
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3609
3597
|
*/
|
|
3610
|
-
declare const scope$
|
|
3598
|
+
declare const scope$2 = "_coopname";
|
|
3611
3599
|
/**
|
|
3612
3600
|
* @interface
|
|
3613
3601
|
* Таблица хранит информацию о балансах пайщиков в целевых потребительских программах кооператива.
|
|
@@ -3616,17 +3604,17 @@ type IProgramWallets = IProgwallets;
|
|
|
3616
3604
|
|
|
3617
3605
|
type programWallets_IProgramWallets = IProgramWallets;
|
|
3618
3606
|
declare namespace programWallets {
|
|
3619
|
-
export { type programWallets_IProgramWallets as IProgramWallets, scope$
|
|
3607
|
+
export { type programWallets_IProgramWallets as IProgramWallets, scope$2 as scope, tableName$2 as tableName };
|
|
3620
3608
|
}
|
|
3621
3609
|
|
|
3622
3610
|
/**
|
|
3623
3611
|
* Имя таблицы
|
|
3624
3612
|
*/
|
|
3625
|
-
declare const tableName = "wallets";
|
|
3613
|
+
declare const tableName$1 = "wallets";
|
|
3626
3614
|
/**
|
|
3627
3615
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3628
3616
|
*/
|
|
3629
|
-
declare const scope = "_coopname";
|
|
3617
|
+
declare const scope$1 = "_coopname";
|
|
3630
3618
|
/**
|
|
3631
3619
|
* @interface
|
|
3632
3620
|
* Таблица содержит сводный баланс пайщиков кооператива.
|
|
@@ -3634,28 +3622,739 @@ declare const scope = "_coopname";
|
|
|
3634
3622
|
type IWallets = IWallets$1;
|
|
3635
3623
|
|
|
3636
3624
|
type wallets_IWallets = IWallets;
|
|
3637
|
-
declare const wallets_scope: typeof scope;
|
|
3638
|
-
declare const wallets_tableName: typeof tableName;
|
|
3639
3625
|
declare namespace wallets {
|
|
3640
|
-
export { type wallets_IWallets as IWallets,
|
|
3626
|
+
export { type wallets_IWallets as IWallets, scope$1 as scope, tableName$1 as tableName };
|
|
3641
3627
|
}
|
|
3642
3628
|
|
|
3643
3629
|
/**
|
|
3644
3630
|
* Таблица хранит информацию о адресах кооператива.
|
|
3645
3631
|
*/
|
|
3646
3632
|
|
|
3647
|
-
declare namespace index$
|
|
3633
|
+
declare namespace index$4 {
|
|
3648
3634
|
export { addresses as Addresses, admins as Admins, automationQueue as AutomationQueue, automations as Automations, boards as Boards, changes as Changes, decisions as Decisions, joinCoops as JoinCoops, marketPrograms as MarketPrograms, participants as Participants, programWallets as ProgramWallets, wallets as Wallets };
|
|
3649
3635
|
}
|
|
3650
3636
|
|
|
3651
|
-
declare const contractName: {
|
|
3637
|
+
declare const contractName$1: {
|
|
3652
3638
|
readonly production: "soviet";
|
|
3653
3639
|
readonly testnet: "soviettest22";
|
|
3654
3640
|
};
|
|
3655
3641
|
|
|
3642
|
+
declare namespace index$3 {
|
|
3643
|
+
export { index$5 as Actions, soviet as Interfaces, index$4 as Tables, contractName$1 as contractName };
|
|
3644
|
+
}
|
|
3645
|
+
|
|
3646
|
+
type IAsset = string;
|
|
3647
|
+
type IName = string;
|
|
3648
|
+
type ITimePointSec = string;
|
|
3649
|
+
type IUint64 = number | string;
|
|
3650
|
+
interface IAccept {
|
|
3651
|
+
coopname: IName;
|
|
3652
|
+
username: IName;
|
|
3653
|
+
exchange_id: IUint64;
|
|
3654
|
+
document: IDocument;
|
|
3655
|
+
}
|
|
3656
|
+
interface IAddpieces {
|
|
3657
|
+
coopname: IName;
|
|
3658
|
+
username: IName;
|
|
3659
|
+
exchange_id: IUint64;
|
|
3660
|
+
new_pieces: IUint64;
|
|
3661
|
+
}
|
|
3662
|
+
interface IAuthorize$1 {
|
|
3663
|
+
coopname: IName;
|
|
3664
|
+
exchange_id: IUint64;
|
|
3665
|
+
contribution_product_decision_id: IUint64;
|
|
3666
|
+
contribution_product_authorization: IDocument;
|
|
3667
|
+
return_product_decision_id: IUint64;
|
|
3668
|
+
return_product_authorization: IDocument;
|
|
3669
|
+
}
|
|
3670
|
+
interface ICancel {
|
|
3671
|
+
coopname: IName;
|
|
3672
|
+
username: IName;
|
|
3673
|
+
exchange_id: IUint64;
|
|
3674
|
+
}
|
|
3675
|
+
interface IComplete {
|
|
3676
|
+
coopname: IName;
|
|
3677
|
+
username: IName;
|
|
3678
|
+
exchange_id: IUint64;
|
|
3679
|
+
}
|
|
3680
|
+
interface IDecline {
|
|
3681
|
+
coopname: IName;
|
|
3682
|
+
username: IName;
|
|
3683
|
+
exchange_id: IUint64;
|
|
3684
|
+
meta: string;
|
|
3685
|
+
}
|
|
3686
|
+
interface IDelivered {
|
|
3687
|
+
coopname: IName;
|
|
3688
|
+
username: IName;
|
|
3689
|
+
exchange_id: IUint64;
|
|
3690
|
+
}
|
|
3691
|
+
interface IDispute {
|
|
3692
|
+
coopname: IName;
|
|
3693
|
+
username: IName;
|
|
3694
|
+
exchange_id: IUint64;
|
|
3695
|
+
document: IDocument;
|
|
3696
|
+
}
|
|
3697
|
+
interface IDocument {
|
|
3698
|
+
hash: string;
|
|
3699
|
+
pkey: string;
|
|
3700
|
+
sign: string;
|
|
3701
|
+
meta: string;
|
|
3702
|
+
}
|
|
3703
|
+
interface IExchange {
|
|
3704
|
+
id: IUint64;
|
|
3705
|
+
parent_id: IUint64;
|
|
3706
|
+
program_id: IUint64;
|
|
3707
|
+
coopname: IName;
|
|
3708
|
+
type: IName;
|
|
3709
|
+
status: IName;
|
|
3710
|
+
username: IName;
|
|
3711
|
+
parent_username: IName;
|
|
3712
|
+
token_contract: IName;
|
|
3713
|
+
unit_cost: IAsset;
|
|
3714
|
+
supplier_amount: IAsset;
|
|
3715
|
+
total_cost: IAsset;
|
|
3716
|
+
membership_fee: IAsset;
|
|
3717
|
+
remain_units: IUint64;
|
|
3718
|
+
blocked_units: IUint64;
|
|
3719
|
+
delivered_units: IUint64;
|
|
3720
|
+
data: string;
|
|
3721
|
+
meta: string;
|
|
3722
|
+
money_contributor: IName;
|
|
3723
|
+
product_contributor: IName;
|
|
3724
|
+
contribute_product_statement: IDocument;
|
|
3725
|
+
return_product_statement: IDocument;
|
|
3726
|
+
contribution_product_decision_id: IUint64;
|
|
3727
|
+
contribution_product_authorization: IDocument;
|
|
3728
|
+
return_product_decision_id: IUint64;
|
|
3729
|
+
return_product_authorization: IDocument;
|
|
3730
|
+
product_contribution_act_validation: IDocument;
|
|
3731
|
+
product_contribution_act: IDocument;
|
|
3732
|
+
product_recieve_act: IDocument;
|
|
3733
|
+
product_recieve_act_validation: IDocument;
|
|
3734
|
+
product_lifecycle_secs: IUint64;
|
|
3735
|
+
cancellation_fee: IUint64;
|
|
3736
|
+
cancellation_fee_amount: IAsset;
|
|
3737
|
+
created_at: ITimePointSec;
|
|
3738
|
+
accepted_at: ITimePointSec;
|
|
3739
|
+
supplied_at: ITimePointSec;
|
|
3740
|
+
delivered_at: ITimePointSec;
|
|
3741
|
+
recieved_at: ITimePointSec;
|
|
3742
|
+
completed_at: ITimePointSec;
|
|
3743
|
+
declined_at: ITimePointSec;
|
|
3744
|
+
disputed_at: ITimePointSec;
|
|
3745
|
+
canceled_at: ITimePointSec;
|
|
3746
|
+
warranty_delay_until: ITimePointSec;
|
|
3747
|
+
deadline_for_receipt: ITimePointSec;
|
|
3748
|
+
is_warranty_return: boolean;
|
|
3749
|
+
warranty_return_id: IUint64;
|
|
3750
|
+
}
|
|
3751
|
+
interface IExchangeParams {
|
|
3752
|
+
username: IName;
|
|
3753
|
+
parent_id: IUint64;
|
|
3754
|
+
program_id: IUint64;
|
|
3755
|
+
coopname: IName;
|
|
3756
|
+
pieces: IUint64;
|
|
3757
|
+
unit_cost: IAsset;
|
|
3758
|
+
product_lifecycle_secs: IUint64;
|
|
3759
|
+
document: IDocument;
|
|
3760
|
+
data: string;
|
|
3761
|
+
meta: string;
|
|
3762
|
+
}
|
|
3763
|
+
interface IModerate {
|
|
3764
|
+
coopname: IName;
|
|
3765
|
+
username: IName;
|
|
3766
|
+
exchange_id: IUint64;
|
|
3767
|
+
cancellation_fee: IUint64;
|
|
3768
|
+
}
|
|
3769
|
+
interface INewid {
|
|
3770
|
+
id: IUint64;
|
|
3771
|
+
type: IName;
|
|
3772
|
+
}
|
|
3773
|
+
interface IOffer {
|
|
3774
|
+
params: IExchangeParams;
|
|
3775
|
+
}
|
|
3776
|
+
interface IOrder {
|
|
3777
|
+
params: IExchangeParams;
|
|
3778
|
+
}
|
|
3779
|
+
interface IProhibit {
|
|
3780
|
+
coopname: IName;
|
|
3781
|
+
username: IName;
|
|
3782
|
+
exchange_id: IUint64;
|
|
3783
|
+
meta: string;
|
|
3784
|
+
}
|
|
3785
|
+
interface IPublish {
|
|
3786
|
+
coopname: IName;
|
|
3787
|
+
username: IName;
|
|
3788
|
+
exchange_id: IUint64;
|
|
3789
|
+
}
|
|
3790
|
+
interface IRecieve {
|
|
3791
|
+
coopname: IName;
|
|
3792
|
+
username: IName;
|
|
3793
|
+
exchange_id: IUint64;
|
|
3794
|
+
document: IDocument;
|
|
3795
|
+
}
|
|
3796
|
+
interface IRecievecnfrm {
|
|
3797
|
+
coopname: IName;
|
|
3798
|
+
username: IName;
|
|
3799
|
+
exchange_id: IUint64;
|
|
3800
|
+
document: IDocument;
|
|
3801
|
+
}
|
|
3802
|
+
interface ISupply {
|
|
3803
|
+
coopname: IName;
|
|
3804
|
+
username: IName;
|
|
3805
|
+
exchange_id: IUint64;
|
|
3806
|
+
document: IDocument;
|
|
3807
|
+
}
|
|
3808
|
+
interface ISupplycnfrm {
|
|
3809
|
+
coopname: IName;
|
|
3810
|
+
username: IName;
|
|
3811
|
+
exchange_id: IUint64;
|
|
3812
|
+
document: IDocument;
|
|
3813
|
+
}
|
|
3814
|
+
interface IUnpublish {
|
|
3815
|
+
coopname: IName;
|
|
3816
|
+
username: IName;
|
|
3817
|
+
exchange_id: IUint64;
|
|
3818
|
+
}
|
|
3819
|
+
interface IUpdate {
|
|
3820
|
+
coopname: IName;
|
|
3821
|
+
username: IName;
|
|
3822
|
+
exchange_id: IUint64;
|
|
3823
|
+
remain_units: IUint64;
|
|
3824
|
+
unit_cost: IAsset;
|
|
3825
|
+
data: string;
|
|
3826
|
+
meta: string;
|
|
3827
|
+
}
|
|
3828
|
+
|
|
3829
|
+
type marketplace_IAccept = IAccept;
|
|
3830
|
+
type marketplace_IAddpieces = IAddpieces;
|
|
3831
|
+
type marketplace_IAsset = IAsset;
|
|
3832
|
+
type marketplace_ICancel = ICancel;
|
|
3833
|
+
type marketplace_IComplete = IComplete;
|
|
3834
|
+
type marketplace_IDecline = IDecline;
|
|
3835
|
+
type marketplace_IDelivered = IDelivered;
|
|
3836
|
+
type marketplace_IDispute = IDispute;
|
|
3837
|
+
type marketplace_IDocument = IDocument;
|
|
3838
|
+
type marketplace_IExchange = IExchange;
|
|
3839
|
+
type marketplace_IExchangeParams = IExchangeParams;
|
|
3840
|
+
type marketplace_IModerate = IModerate;
|
|
3841
|
+
type marketplace_IName = IName;
|
|
3842
|
+
type marketplace_INewid = INewid;
|
|
3843
|
+
type marketplace_IOffer = IOffer;
|
|
3844
|
+
type marketplace_IOrder = IOrder;
|
|
3845
|
+
type marketplace_IProhibit = IProhibit;
|
|
3846
|
+
type marketplace_IPublish = IPublish;
|
|
3847
|
+
type marketplace_IRecieve = IRecieve;
|
|
3848
|
+
type marketplace_IRecievecnfrm = IRecievecnfrm;
|
|
3849
|
+
type marketplace_ISupply = ISupply;
|
|
3850
|
+
type marketplace_ISupplycnfrm = ISupplycnfrm;
|
|
3851
|
+
type marketplace_ITimePointSec = ITimePointSec;
|
|
3852
|
+
type marketplace_IUint64 = IUint64;
|
|
3853
|
+
type marketplace_IUnpublish = IUnpublish;
|
|
3854
|
+
type marketplace_IUpdate = IUpdate;
|
|
3855
|
+
declare namespace marketplace {
|
|
3856
|
+
export type { marketplace_IAccept as IAccept, marketplace_IAddpieces as IAddpieces, marketplace_IAsset as IAsset, IAuthorize$1 as IAuthorize, marketplace_ICancel as ICancel, marketplace_IComplete as IComplete, marketplace_IDecline as IDecline, marketplace_IDelivered as IDelivered, marketplace_IDispute as IDispute, marketplace_IDocument as IDocument, marketplace_IExchange as IExchange, marketplace_IExchangeParams as IExchangeParams, marketplace_IModerate as IModerate, marketplace_IName as IName, marketplace_INewid as INewid, marketplace_IOffer as IOffer, marketplace_IOrder as IOrder, marketplace_IProhibit as IProhibit, marketplace_IPublish as IPublish, marketplace_IRecieve as IRecieve, marketplace_IRecievecnfrm as IRecievecnfrm, marketplace_ISupply as ISupply, marketplace_ISupplycnfrm as ISupplycnfrm, marketplace_ITimePointSec as ITimePointSec, marketplace_IUint64 as IUint64, marketplace_IUnpublish as IUnpublish, marketplace_IUpdate as IUpdate };
|
|
3857
|
+
}
|
|
3858
|
+
|
|
3859
|
+
/**
|
|
3860
|
+
* Имя действия
|
|
3861
|
+
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
3862
|
+
*/
|
|
3863
|
+
declare const authorizations$i: readonly [{
|
|
3864
|
+
readonly permissions: readonly ["active"];
|
|
3865
|
+
readonly actor: "_username";
|
|
3866
|
+
}];
|
|
3867
|
+
/**
|
|
3868
|
+
* Имя действия
|
|
3869
|
+
*/
|
|
3870
|
+
declare const actionName$i = "accept";
|
|
3871
|
+
/**
|
|
3872
|
+
* @interface
|
|
3873
|
+
*/
|
|
3874
|
+
type IAcceptRequest = IAccept;
|
|
3875
|
+
|
|
3876
|
+
type acceptRequest_IAcceptRequest = IAcceptRequest;
|
|
3877
|
+
declare namespace acceptRequest {
|
|
3878
|
+
export { type acceptRequest_IAcceptRequest as IAcceptRequest, actionName$i as actionName, authorizations$i as authorizations };
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
/**
|
|
3882
|
+
* Имя действия
|
|
3883
|
+
* Требуется авторизация {@link ContractNames._soviet | аккаунта контракта совета}.
|
|
3884
|
+
*/
|
|
3885
|
+
declare const authorizations$h: readonly [{
|
|
3886
|
+
readonly permissions: readonly ["active"];
|
|
3887
|
+
readonly actor: {
|
|
3888
|
+
readonly production: "soviet";
|
|
3889
|
+
readonly testnet: "soviettest22";
|
|
3890
|
+
};
|
|
3891
|
+
}];
|
|
3892
|
+
/**
|
|
3893
|
+
* Имя действия
|
|
3894
|
+
*/
|
|
3895
|
+
declare const actionName$h = "authorize";
|
|
3896
|
+
/**
|
|
3897
|
+
* @interface
|
|
3898
|
+
*/
|
|
3899
|
+
type IAuthorize = IAuthorize$1;
|
|
3900
|
+
|
|
3901
|
+
type authorize_IAuthorize = IAuthorize;
|
|
3902
|
+
declare namespace authorize {
|
|
3903
|
+
export { type authorize_IAuthorize as IAuthorize, actionName$h as actionName, authorizations$h as authorizations };
|
|
3904
|
+
}
|
|
3905
|
+
|
|
3906
|
+
/**
|
|
3907
|
+
* Имя действия
|
|
3908
|
+
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
3909
|
+
*/
|
|
3910
|
+
declare const authorizations$g: readonly [{
|
|
3911
|
+
readonly permissions: readonly ["active"];
|
|
3912
|
+
readonly actor: "_username";
|
|
3913
|
+
}];
|
|
3914
|
+
/**
|
|
3915
|
+
* Имя действия
|
|
3916
|
+
*/
|
|
3917
|
+
declare const actionName$g = "cancel";
|
|
3918
|
+
/**
|
|
3919
|
+
* @interface
|
|
3920
|
+
*/
|
|
3921
|
+
type ICancelRequest = ICancel;
|
|
3922
|
+
|
|
3923
|
+
type cancelRequest_ICancelRequest = ICancelRequest;
|
|
3924
|
+
declare namespace cancelRequest {
|
|
3925
|
+
export { type cancelRequest_ICancelRequest as ICancelRequest, actionName$g as actionName, authorizations$g as authorizations };
|
|
3926
|
+
}
|
|
3927
|
+
|
|
3928
|
+
/**
|
|
3929
|
+
* Имя действия
|
|
3930
|
+
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
3931
|
+
*/
|
|
3932
|
+
declare const authorizations$f: readonly [{
|
|
3933
|
+
readonly permissions: readonly ["active"];
|
|
3934
|
+
readonly actor: "_username";
|
|
3935
|
+
}];
|
|
3936
|
+
/**
|
|
3937
|
+
* Имя действия
|
|
3938
|
+
*/
|
|
3939
|
+
declare const actionName$f = "complete";
|
|
3940
|
+
/**
|
|
3941
|
+
* @interface
|
|
3942
|
+
*/
|
|
3943
|
+
type ICompleteRequest = IComplete;
|
|
3944
|
+
|
|
3945
|
+
type completeRequest_ICompleteRequest = ICompleteRequest;
|
|
3946
|
+
declare namespace completeRequest {
|
|
3947
|
+
export { type completeRequest_ICompleteRequest as ICompleteRequest, actionName$f as actionName, authorizations$f as authorizations };
|
|
3948
|
+
}
|
|
3949
|
+
|
|
3950
|
+
/**
|
|
3951
|
+
* Имя действия
|
|
3952
|
+
* Требуется авторизация {@link Actors._chairman | аккаунта председателя}.
|
|
3953
|
+
*/
|
|
3954
|
+
declare const authorizations$e: readonly [{
|
|
3955
|
+
readonly permissions: readonly ["active"];
|
|
3956
|
+
readonly actor: "_chairman";
|
|
3957
|
+
}];
|
|
3958
|
+
/**
|
|
3959
|
+
* Имя действия
|
|
3960
|
+
*/
|
|
3961
|
+
declare const actionName$e = "recievecnfrm";
|
|
3962
|
+
/**
|
|
3963
|
+
* @interface
|
|
3964
|
+
*/
|
|
3965
|
+
type IConfirmRecieve = IRecievecnfrm;
|
|
3966
|
+
|
|
3967
|
+
type confirmRecieve_IConfirmRecieve = IConfirmRecieve;
|
|
3968
|
+
declare namespace confirmRecieve {
|
|
3969
|
+
export { type confirmRecieve_IConfirmRecieve as IConfirmRecieve, actionName$e as actionName, authorizations$e as authorizations };
|
|
3970
|
+
}
|
|
3971
|
+
|
|
3972
|
+
/**
|
|
3973
|
+
* Имя действия
|
|
3974
|
+
* Требуется авторизация {@link Actors._chairman | аккаунта председателя}.
|
|
3975
|
+
*/
|
|
3976
|
+
declare const authorizations$d: readonly [{
|
|
3977
|
+
readonly permissions: readonly ["active"];
|
|
3978
|
+
readonly actor: "_chairman";
|
|
3979
|
+
}];
|
|
3980
|
+
/**
|
|
3981
|
+
* Имя действия
|
|
3982
|
+
*/
|
|
3983
|
+
declare const actionName$d = "supplycnfrm";
|
|
3984
|
+
/**
|
|
3985
|
+
* @interface
|
|
3986
|
+
*/
|
|
3987
|
+
type IConfirmSupply = ISupplycnfrm;
|
|
3988
|
+
|
|
3989
|
+
type confirmSupply_IConfirmSupply = IConfirmSupply;
|
|
3990
|
+
declare namespace confirmSupply {
|
|
3991
|
+
export { type confirmSupply_IConfirmSupply as IConfirmSupply, actionName$d as actionName, authorizations$d as authorizations };
|
|
3992
|
+
}
|
|
3993
|
+
|
|
3994
|
+
/**
|
|
3995
|
+
* Имя действия
|
|
3996
|
+
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
3997
|
+
*/
|
|
3998
|
+
declare const authorizations$c: readonly [{
|
|
3999
|
+
readonly permissions: readonly ["active"];
|
|
4000
|
+
readonly actor: "_username";
|
|
4001
|
+
}];
|
|
4002
|
+
/**
|
|
4003
|
+
* Имя действия
|
|
4004
|
+
*/
|
|
4005
|
+
declare const actionName$c = "offer";
|
|
4006
|
+
/**
|
|
4007
|
+
* @interface
|
|
4008
|
+
*/
|
|
4009
|
+
type ICreateOffer = IOffer;
|
|
4010
|
+
|
|
4011
|
+
type createOffer_ICreateOffer = ICreateOffer;
|
|
4012
|
+
declare namespace createOffer {
|
|
4013
|
+
export { type createOffer_ICreateOffer as ICreateOffer, actionName$c as actionName, authorizations$c as authorizations };
|
|
4014
|
+
}
|
|
4015
|
+
|
|
4016
|
+
/**
|
|
4017
|
+
* Имя действия
|
|
4018
|
+
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4019
|
+
*/
|
|
4020
|
+
declare const authorizations$b: readonly [{
|
|
4021
|
+
readonly permissions: readonly ["active"];
|
|
4022
|
+
readonly actor: "_username";
|
|
4023
|
+
}];
|
|
4024
|
+
/**
|
|
4025
|
+
* Имя действия
|
|
4026
|
+
*/
|
|
4027
|
+
declare const actionName$b = "order";
|
|
4028
|
+
/**
|
|
4029
|
+
* @interface
|
|
4030
|
+
*/
|
|
4031
|
+
type ICreateOrder = IOrder;
|
|
4032
|
+
|
|
4033
|
+
type createOrder_ICreateOrder = ICreateOrder;
|
|
4034
|
+
declare namespace createOrder {
|
|
4035
|
+
export { type createOrder_ICreateOrder as ICreateOrder, actionName$b as actionName, authorizations$b as authorizations };
|
|
4036
|
+
}
|
|
4037
|
+
|
|
4038
|
+
/**
|
|
4039
|
+
* Имя действия
|
|
4040
|
+
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4041
|
+
*/
|
|
4042
|
+
declare const authorizations$a: readonly [{
|
|
4043
|
+
readonly permissions: readonly ["active"];
|
|
4044
|
+
readonly actor: "_username";
|
|
4045
|
+
}];
|
|
4046
|
+
/**
|
|
4047
|
+
* Имя действия
|
|
4048
|
+
*/
|
|
4049
|
+
declare const actionName$a = "decline";
|
|
4050
|
+
/**
|
|
4051
|
+
* @interface
|
|
4052
|
+
*/
|
|
4053
|
+
type IDeclineRequest = IDecline;
|
|
4054
|
+
|
|
4055
|
+
type declineRequest_IDeclineRequest = IDeclineRequest;
|
|
4056
|
+
declare namespace declineRequest {
|
|
4057
|
+
export { type declineRequest_IDeclineRequest as IDeclineRequest, actionName$a as actionName, authorizations$a as authorizations };
|
|
4058
|
+
}
|
|
4059
|
+
|
|
4060
|
+
/**
|
|
4061
|
+
* Имя действия
|
|
4062
|
+
* Требуется авторизация {@link Actors._chairman | аккаунта председателя}.
|
|
4063
|
+
*/
|
|
4064
|
+
declare const authorizations$9: readonly [{
|
|
4065
|
+
readonly permissions: readonly ["active"];
|
|
4066
|
+
readonly actor: "_chairman";
|
|
4067
|
+
}];
|
|
4068
|
+
/**
|
|
4069
|
+
* Имя действия
|
|
4070
|
+
*/
|
|
4071
|
+
declare const actionName$9 = "delivered";
|
|
4072
|
+
/**
|
|
4073
|
+
* @interface
|
|
4074
|
+
*/
|
|
4075
|
+
type IDeliverOnRequest = IDelivered;
|
|
4076
|
+
|
|
4077
|
+
type deliverOnRequest_IDeliverOnRequest = IDeliverOnRequest;
|
|
4078
|
+
declare namespace deliverOnRequest {
|
|
4079
|
+
export { type deliverOnRequest_IDeliverOnRequest as IDeliverOnRequest, actionName$9 as actionName, authorizations$9 as authorizations };
|
|
4080
|
+
}
|
|
4081
|
+
|
|
4082
|
+
/**
|
|
4083
|
+
* Имя действия
|
|
4084
|
+
* Требуется авторизация {@link Actors._admin | аккаунта администратора}.
|
|
4085
|
+
*/
|
|
4086
|
+
declare const authorizations$8: readonly [{
|
|
4087
|
+
readonly permissions: readonly ["active", {
|
|
4088
|
+
readonly contract: "_contract";
|
|
4089
|
+
readonly action: "actionName";
|
|
4090
|
+
}];
|
|
4091
|
+
readonly actor: "_admin";
|
|
4092
|
+
}];
|
|
4093
|
+
/**
|
|
4094
|
+
* Имя действия
|
|
4095
|
+
*/
|
|
4096
|
+
declare const actionName$8 = "moderate";
|
|
4097
|
+
/**
|
|
4098
|
+
* @interface
|
|
4099
|
+
*/
|
|
4100
|
+
type IModerateRequest = IModerate;
|
|
4101
|
+
|
|
4102
|
+
type moderateRequest_IModerateRequest = IModerateRequest;
|
|
4103
|
+
declare namespace moderateRequest {
|
|
4104
|
+
export { type moderateRequest_IModerateRequest as IModerateRequest, actionName$8 as actionName, authorizations$8 as authorizations };
|
|
4105
|
+
}
|
|
4106
|
+
|
|
4107
|
+
/**
|
|
4108
|
+
* Имя действия
|
|
4109
|
+
* Требуется авторизация {@link ContractNames._marketplace | аккаунта контракта маркетплейса}.
|
|
4110
|
+
*/
|
|
4111
|
+
declare const authorizations$7: readonly [{
|
|
4112
|
+
readonly permissions: readonly ["active"];
|
|
4113
|
+
readonly actor: {
|
|
4114
|
+
readonly production: "marketplace";
|
|
4115
|
+
readonly testnet: "markettest22";
|
|
4116
|
+
};
|
|
4117
|
+
}];
|
|
4118
|
+
/**
|
|
4119
|
+
* Имя действия
|
|
4120
|
+
*/
|
|
4121
|
+
declare const actionName$7 = "newid";
|
|
4122
|
+
/**
|
|
4123
|
+
* @interface
|
|
4124
|
+
* @private
|
|
4125
|
+
*/
|
|
4126
|
+
type INewRequestId = INewid;
|
|
4127
|
+
|
|
4128
|
+
type newRequestId_INewRequestId = INewRequestId;
|
|
4129
|
+
declare namespace newRequestId {
|
|
4130
|
+
export { type newRequestId_INewRequestId as INewRequestId, actionName$7 as actionName, authorizations$7 as authorizations };
|
|
4131
|
+
}
|
|
4132
|
+
|
|
4133
|
+
/**
|
|
4134
|
+
* Имя действия
|
|
4135
|
+
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4136
|
+
*/
|
|
4137
|
+
declare const authorizations$6: readonly [{
|
|
4138
|
+
readonly permissions: readonly ["active"];
|
|
4139
|
+
readonly actor: "_username";
|
|
4140
|
+
}];
|
|
4141
|
+
/**
|
|
4142
|
+
* Имя действия
|
|
4143
|
+
*/
|
|
4144
|
+
declare const actionName$6 = "dispute";
|
|
4145
|
+
/**
|
|
4146
|
+
* @interface
|
|
4147
|
+
*/
|
|
4148
|
+
type IOpenDispute = IDispute;
|
|
4149
|
+
|
|
4150
|
+
type openDispute_IOpenDispute = IOpenDispute;
|
|
4151
|
+
declare namespace openDispute {
|
|
4152
|
+
export { type openDispute_IOpenDispute as IOpenDispute, actionName$6 as actionName, authorizations$6 as authorizations };
|
|
4153
|
+
}
|
|
4154
|
+
|
|
4155
|
+
/**
|
|
4156
|
+
* Имя действия
|
|
4157
|
+
* Требуется авторизация {@link Actors._admin | аккаунта администратора}.
|
|
4158
|
+
*/
|
|
4159
|
+
declare const authorizations$5: readonly [{
|
|
4160
|
+
readonly permissions: readonly ["active", {
|
|
4161
|
+
readonly contract: "_contract";
|
|
4162
|
+
readonly action: "actionName";
|
|
4163
|
+
}];
|
|
4164
|
+
readonly actor: "_admin";
|
|
4165
|
+
}];
|
|
4166
|
+
/**
|
|
4167
|
+
* Имя действия
|
|
4168
|
+
*/
|
|
4169
|
+
declare const actionName$5 = "prohibit";
|
|
4170
|
+
/**
|
|
4171
|
+
* @interface
|
|
4172
|
+
*/
|
|
4173
|
+
type IProhibitRequest = IProhibit;
|
|
4174
|
+
|
|
4175
|
+
type prohibitRequest_IProhibitRequest = IProhibitRequest;
|
|
4176
|
+
declare namespace prohibitRequest {
|
|
4177
|
+
export { type prohibitRequest_IProhibitRequest as IProhibitRequest, actionName$5 as actionName, authorizations$5 as authorizations };
|
|
4178
|
+
}
|
|
4179
|
+
|
|
4180
|
+
/**
|
|
4181
|
+
* Имя действия
|
|
4182
|
+
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4183
|
+
*/
|
|
4184
|
+
declare const authorizations$4: readonly [{
|
|
4185
|
+
readonly permissions: readonly ["active"];
|
|
4186
|
+
readonly actor: "_username";
|
|
4187
|
+
}];
|
|
4188
|
+
/**
|
|
4189
|
+
* Имя действия
|
|
4190
|
+
*/
|
|
4191
|
+
declare const actionName$4 = "publish";
|
|
4192
|
+
/**
|
|
4193
|
+
* @interface
|
|
4194
|
+
*/
|
|
4195
|
+
type IPublishRequest = IPublish;
|
|
4196
|
+
|
|
4197
|
+
type publishRequest_IPublishRequest = IPublishRequest;
|
|
4198
|
+
declare namespace publishRequest {
|
|
4199
|
+
export { type publishRequest_IPublishRequest as IPublishRequest, actionName$4 as actionName, authorizations$4 as authorizations };
|
|
4200
|
+
}
|
|
4201
|
+
|
|
4202
|
+
/**
|
|
4203
|
+
* Имя действия
|
|
4204
|
+
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4205
|
+
*/
|
|
4206
|
+
declare const authorizations$3: readonly [{
|
|
4207
|
+
readonly permissions: readonly ["active"];
|
|
4208
|
+
readonly actor: "_username";
|
|
4209
|
+
}];
|
|
4210
|
+
/**
|
|
4211
|
+
* Имя действия
|
|
4212
|
+
*/
|
|
4213
|
+
declare const actionName$3 = "recieve";
|
|
4214
|
+
/**
|
|
4215
|
+
* @interface
|
|
4216
|
+
*/
|
|
4217
|
+
type IRecieveOnRequest = IRecieve;
|
|
4218
|
+
|
|
4219
|
+
type recieveOnRequest_IRecieveOnRequest = IRecieveOnRequest;
|
|
4220
|
+
declare namespace recieveOnRequest {
|
|
4221
|
+
export { type recieveOnRequest_IRecieveOnRequest as IRecieveOnRequest, actionName$3 as actionName, authorizations$3 as authorizations };
|
|
4222
|
+
}
|
|
4223
|
+
|
|
4224
|
+
/**
|
|
4225
|
+
* Имя действия
|
|
4226
|
+
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4227
|
+
*/
|
|
4228
|
+
declare const authorizations$2: readonly [{
|
|
4229
|
+
readonly permissions: readonly ["active"];
|
|
4230
|
+
readonly actor: "_username";
|
|
4231
|
+
}];
|
|
4232
|
+
/**
|
|
4233
|
+
* Имя действия
|
|
4234
|
+
*/
|
|
4235
|
+
declare const actionName$2 = "supply";
|
|
4236
|
+
/**
|
|
4237
|
+
* @interface
|
|
4238
|
+
*/
|
|
4239
|
+
type ISupplyOnRequest = ISupply;
|
|
4240
|
+
|
|
4241
|
+
type supplyOnRequest_ISupplyOnRequest = ISupplyOnRequest;
|
|
4242
|
+
declare namespace supplyOnRequest {
|
|
4243
|
+
export { type supplyOnRequest_ISupplyOnRequest as ISupplyOnRequest, actionName$2 as actionName, authorizations$2 as authorizations };
|
|
4244
|
+
}
|
|
4245
|
+
|
|
4246
|
+
/**
|
|
4247
|
+
* Имя действия
|
|
4248
|
+
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4249
|
+
*/
|
|
4250
|
+
declare const authorizations$1: readonly [{
|
|
4251
|
+
readonly permissions: readonly ["active"];
|
|
4252
|
+
readonly actor: "_username";
|
|
4253
|
+
}];
|
|
4254
|
+
/**
|
|
4255
|
+
* Имя действия
|
|
4256
|
+
*/
|
|
4257
|
+
declare const actionName$1 = "unpublish";
|
|
4258
|
+
/**
|
|
4259
|
+
* @interface
|
|
4260
|
+
*/
|
|
4261
|
+
type IUnpublishRequest = IUnpublish;
|
|
4262
|
+
|
|
4263
|
+
type unpublishRequest_IUnpublishRequest = IUnpublishRequest;
|
|
4264
|
+
declare namespace unpublishRequest {
|
|
4265
|
+
export { type unpublishRequest_IUnpublishRequest as IUnpublishRequest, actionName$1 as actionName, authorizations$1 as authorizations };
|
|
4266
|
+
}
|
|
4267
|
+
|
|
4268
|
+
/**
|
|
4269
|
+
* Имя действия
|
|
4270
|
+
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4271
|
+
*/
|
|
4272
|
+
declare const authorizations: readonly [{
|
|
4273
|
+
readonly permissions: readonly ["active"];
|
|
4274
|
+
readonly actor: "_username";
|
|
4275
|
+
}];
|
|
4276
|
+
/**
|
|
4277
|
+
* Имя действия
|
|
4278
|
+
*/
|
|
4279
|
+
declare const actionName = "update";
|
|
4280
|
+
/**
|
|
4281
|
+
* @interface
|
|
4282
|
+
*/
|
|
4283
|
+
type IUpdateRequest = IUpdate;
|
|
4284
|
+
|
|
4285
|
+
type updateRequest_IUpdateRequest = IUpdateRequest;
|
|
4286
|
+
declare const updateRequest_actionName: typeof actionName;
|
|
4287
|
+
declare const updateRequest_authorizations: typeof authorizations;
|
|
4288
|
+
declare namespace updateRequest {
|
|
4289
|
+
export { type updateRequest_IUpdateRequest as IUpdateRequest, updateRequest_actionName as actionName, updateRequest_authorizations as authorizations };
|
|
4290
|
+
}
|
|
4291
|
+
|
|
4292
|
+
/**
|
|
4293
|
+
* Действие для подтверждения готовности выполнить поставку по входящей заявке.
|
|
4294
|
+
*/
|
|
4295
|
+
|
|
4296
|
+
declare const index$2_acceptRequest: typeof acceptRequest;
|
|
4297
|
+
declare const index$2_authorize: typeof authorize;
|
|
4298
|
+
declare const index$2_cancelRequest: typeof cancelRequest;
|
|
4299
|
+
declare const index$2_completeRequest: typeof completeRequest;
|
|
4300
|
+
declare const index$2_confirmRecieve: typeof confirmRecieve;
|
|
4301
|
+
declare const index$2_confirmSupply: typeof confirmSupply;
|
|
4302
|
+
declare const index$2_createOffer: typeof createOffer;
|
|
4303
|
+
declare const index$2_createOrder: typeof createOrder;
|
|
4304
|
+
declare const index$2_declineRequest: typeof declineRequest;
|
|
4305
|
+
declare const index$2_deliverOnRequest: typeof deliverOnRequest;
|
|
4306
|
+
declare const index$2_moderateRequest: typeof moderateRequest;
|
|
4307
|
+
declare const index$2_newRequestId: typeof newRequestId;
|
|
4308
|
+
declare const index$2_openDispute: typeof openDispute;
|
|
4309
|
+
declare const index$2_prohibitRequest: typeof prohibitRequest;
|
|
4310
|
+
declare const index$2_publishRequest: typeof publishRequest;
|
|
4311
|
+
declare const index$2_recieveOnRequest: typeof recieveOnRequest;
|
|
4312
|
+
declare const index$2_supplyOnRequest: typeof supplyOnRequest;
|
|
4313
|
+
declare const index$2_unpublishRequest: typeof unpublishRequest;
|
|
4314
|
+
declare namespace index$2 {
|
|
4315
|
+
export { index$2_acceptRequest as acceptRequest, index$2_authorize as authorize, index$2_cancelRequest as cancelRequest, index$2_completeRequest as completeRequest, index$2_confirmRecieve as confirmRecieve, index$2_confirmSupply as confirmSupply, index$2_createOffer as createOffer, index$2_createOrder as createOrder, index$2_declineRequest as declineRequest, index$2_deliverOnRequest as deliverOnRequest, index$2_moderateRequest as moderateRequest, index$2_newRequestId as newRequestId, index$2_openDispute as openDispute, index$2_prohibitRequest as prohibitRequest, index$2_publishRequest as publishRequest, index$2_recieveOnRequest as recieveOnRequest, index$2_supplyOnRequest as supplyOnRequest, index$2_unpublishRequest as unpublishRequest, updateRequest as updateRequests };
|
|
4316
|
+
}
|
|
4317
|
+
|
|
4318
|
+
/**
|
|
4319
|
+
* Имя таблицы
|
|
4320
|
+
*/
|
|
4321
|
+
declare const tableName = "exchange";
|
|
4322
|
+
/**
|
|
4323
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
4324
|
+
*/
|
|
4325
|
+
/**
|
|
4326
|
+
* Этот файл содержит интерфейс для таблицы "deposits".
|
|
4327
|
+
*/
|
|
4328
|
+
declare const scope = "_coopname";
|
|
4329
|
+
/**
|
|
4330
|
+
* @interface
|
|
4331
|
+
* Таблица содержит переводы черновиков документов.
|
|
4332
|
+
*/
|
|
4333
|
+
type IRequests = IExchange;
|
|
4334
|
+
|
|
4335
|
+
type requests_IRequests = IRequests;
|
|
4336
|
+
declare const requests_scope: typeof scope;
|
|
4337
|
+
declare const requests_tableName: typeof tableName;
|
|
4338
|
+
declare namespace requests {
|
|
4339
|
+
export { type requests_IRequests as IRequests, requests_scope as scope, requests_tableName as tableName };
|
|
4340
|
+
}
|
|
4341
|
+
|
|
4342
|
+
/**
|
|
4343
|
+
* Таблица с заявками на поставки
|
|
4344
|
+
*/
|
|
4345
|
+
|
|
4346
|
+
declare namespace index$1 {
|
|
4347
|
+
export { requests as Requests };
|
|
4348
|
+
}
|
|
4349
|
+
|
|
4350
|
+
declare const contractName: {
|
|
4351
|
+
readonly production: "marketplace";
|
|
4352
|
+
readonly testnet: "markettest22";
|
|
4353
|
+
};
|
|
4354
|
+
|
|
3656
4355
|
declare const index_contractName: typeof contractName;
|
|
3657
4356
|
declare namespace index {
|
|
3658
|
-
export { index$2 as Actions,
|
|
4357
|
+
export { index$2 as Actions, marketplace as Interfaces, index$1 as Tables, index_contractName as contractName };
|
|
3659
4358
|
}
|
|
3660
4359
|
|
|
3661
|
-
export { index$
|
|
4360
|
+
export { index$o as DraftContract, index$l as FundContract, index$i as GatewayContract, index as MarketContract, index$f as RegistratorContract, index$3 as SovietContract, index$c as TokenContract, index$r as _Common };
|