cooptypes 0.2.0 → 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 +1036 -264
- package/dist/index.d.cts +2836 -539
- package/dist/index.d.mts +2836 -539
- package/dist/index.d.ts +2836 -539
- package/dist/index.mjs +1029 -259
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -10,6 +10,10 @@ declare const _coopname = "_coopname";
|
|
|
10
10
|
* Обобщенное имя аккаунта председателя кооператива, которое должно быть заменено на реальное.
|
|
11
11
|
*/
|
|
12
12
|
declare const _chairman = "_chairman";
|
|
13
|
+
/**
|
|
14
|
+
* Обобщенное имя аккаунта члена совета кооператива, которое должно быть заменено на реальное.
|
|
15
|
+
*/
|
|
16
|
+
declare const _member = "_member";
|
|
13
17
|
/**
|
|
14
18
|
* Обобщенное имя аккаунта администратора кооператива, которое должно быть заменено на реальное.
|
|
15
19
|
*/
|
|
@@ -23,13 +27,14 @@ declare const _contract = "_contract";
|
|
|
23
27
|
*/
|
|
24
28
|
declare const _system$1 = "_system";
|
|
25
29
|
|
|
26
|
-
declare const index$
|
|
27
|
-
declare const index$
|
|
28
|
-
declare const index$
|
|
29
|
-
declare const index$
|
|
30
|
-
declare const index$
|
|
31
|
-
declare
|
|
32
|
-
|
|
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 };
|
|
33
38
|
}
|
|
34
39
|
|
|
35
40
|
declare const _draft: {
|
|
@@ -65,16 +70,16 @@ declare const _token: {
|
|
|
65
70
|
readonly testnet: "eosio.token";
|
|
66
71
|
};
|
|
67
72
|
|
|
68
|
-
declare const index$
|
|
69
|
-
declare const index$
|
|
70
|
-
declare const index$
|
|
71
|
-
declare const index$
|
|
72
|
-
declare const index$
|
|
73
|
-
declare const index$
|
|
74
|
-
declare const index$
|
|
75
|
-
declare const index$
|
|
76
|
-
declare namespace index$
|
|
77
|
-
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 };
|
|
78
83
|
}
|
|
79
84
|
|
|
80
85
|
/**
|
|
@@ -103,30 +108,30 @@ interface Authorization {
|
|
|
103
108
|
actor: typeof _username | typeof _chairman | typeof _admin | typeof _contract | typeof _system$1;
|
|
104
109
|
}
|
|
105
110
|
|
|
106
|
-
type index$
|
|
107
|
-
declare const index$
|
|
108
|
-
declare const index$
|
|
109
|
-
declare const index$
|
|
110
|
-
declare namespace index$
|
|
111
|
-
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 };
|
|
112
117
|
}
|
|
113
118
|
|
|
114
|
-
declare namespace index$
|
|
115
|
-
export { index$
|
|
119
|
+
declare namespace index$r {
|
|
120
|
+
export { index$u as Actors, index$t as ContractNames, index$s as Permissions };
|
|
116
121
|
}
|
|
117
122
|
|
|
118
|
-
type IName$
|
|
119
|
-
type IUint64$
|
|
120
|
-
interface ICounts$
|
|
123
|
+
type IName$6 = string;
|
|
124
|
+
type IUint64$5 = number | string;
|
|
125
|
+
interface ICounts$3 extends ICountsBase$3 {
|
|
121
126
|
}
|
|
122
|
-
interface ICountsBase$
|
|
123
|
-
key: IName$
|
|
124
|
-
secondary_key: IName$
|
|
125
|
-
value: IUint64$
|
|
127
|
+
interface ICountsBase$3 {
|
|
128
|
+
key: IName$6;
|
|
129
|
+
secondary_key: IName$6;
|
|
130
|
+
value: IUint64$5;
|
|
126
131
|
}
|
|
127
132
|
interface ICreatedraft {
|
|
128
|
-
registry_id: IUint64$
|
|
129
|
-
lang: IName$
|
|
133
|
+
registry_id: IUint64$5;
|
|
134
|
+
lang: IName$6;
|
|
130
135
|
title: string;
|
|
131
136
|
description: string;
|
|
132
137
|
context: string;
|
|
@@ -134,56 +139,55 @@ interface ICreatedraft {
|
|
|
134
139
|
translation_data: string;
|
|
135
140
|
}
|
|
136
141
|
interface ICreatetrans {
|
|
137
|
-
draft_id: IUint64$
|
|
138
|
-
lang: IName$
|
|
142
|
+
draft_id: IUint64$5;
|
|
143
|
+
lang: IName$6;
|
|
139
144
|
data: string;
|
|
140
145
|
}
|
|
141
146
|
interface IDeldraft {
|
|
142
|
-
draft_id: IUint64$
|
|
147
|
+
draft_id: IUint64$5;
|
|
143
148
|
}
|
|
144
149
|
interface IDeltrans {
|
|
145
|
-
translate_id: IUint64$
|
|
150
|
+
translate_id: IUint64$5;
|
|
146
151
|
}
|
|
147
152
|
interface IDrafts$1 {
|
|
148
|
-
id: IUint64$
|
|
149
|
-
registry_id: IUint64$
|
|
150
|
-
creator: IName$
|
|
151
|
-
actions: IName$
|
|
152
|
-
version: IUint64$
|
|
153
|
-
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;
|
|
154
159
|
title: string;
|
|
155
160
|
description: string;
|
|
156
161
|
context: string;
|
|
157
162
|
model: string;
|
|
158
163
|
}
|
|
159
164
|
interface IEdittrans {
|
|
160
|
-
translate_id: IUint64$
|
|
165
|
+
translate_id: IUint64$5;
|
|
161
166
|
data: string;
|
|
162
167
|
}
|
|
163
|
-
interface INewid {
|
|
164
|
-
id: IUint64$
|
|
168
|
+
interface INewid$1 {
|
|
169
|
+
id: IUint64$5;
|
|
165
170
|
}
|
|
166
171
|
interface ITranslations$1 {
|
|
167
|
-
id: IUint64$
|
|
168
|
-
creator: IName$
|
|
169
|
-
draft_id: IUint64$
|
|
170
|
-
lang: IName$
|
|
172
|
+
id: IUint64$5;
|
|
173
|
+
creator: IName$6;
|
|
174
|
+
draft_id: IUint64$5;
|
|
175
|
+
lang: IName$6;
|
|
171
176
|
data: string;
|
|
172
177
|
is_published: boolean;
|
|
173
178
|
is_approved: boolean;
|
|
174
179
|
}
|
|
175
180
|
|
|
176
|
-
type
|
|
177
|
-
type
|
|
178
|
-
type
|
|
179
|
-
type
|
|
180
|
-
type
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
export type { ICounts$2 as ICounts, ICountsBase$2 as ICountsBase, draft_ICreatedraft as ICreatedraft, draft_ICreatetrans as ICreatetrans, draft_IDeldraft as IDeldraft, draft_IDeltrans as IDeltrans, IDrafts$1 as IDrafts, draft_IEdittrans as IEdittrans, IName$4 as IName, draft_INewid as INewid, ITranslations$1 as ITranslations, IUint64$3 as IUint64 };
|
|
181
|
+
type draft$1_ICreatedraft = ICreatedraft;
|
|
182
|
+
type draft$1_ICreatetrans = ICreatetrans;
|
|
183
|
+
type draft$1_IDeldraft = IDeldraft;
|
|
184
|
+
type draft$1_IDeltrans = IDeltrans;
|
|
185
|
+
type draft$1_IEdittrans = IEdittrans;
|
|
186
|
+
declare namespace draft$1 {
|
|
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 };
|
|
184
188
|
}
|
|
185
189
|
|
|
186
|
-
declare const authorizations$
|
|
190
|
+
declare const authorizations$1r: readonly [{
|
|
187
191
|
readonly permissions: readonly ["active"];
|
|
188
192
|
readonly actor: {
|
|
189
193
|
readonly production: "eosio";
|
|
@@ -193,7 +197,7 @@ declare const authorizations$E: readonly [{
|
|
|
193
197
|
/**
|
|
194
198
|
* Имя действия
|
|
195
199
|
*/
|
|
196
|
-
declare const actionName$
|
|
200
|
+
declare const actionName$1r = "createtrans";
|
|
197
201
|
/**
|
|
198
202
|
* @interface
|
|
199
203
|
*/
|
|
@@ -201,10 +205,10 @@ type ICreateTranslation = ICreatetrans;
|
|
|
201
205
|
|
|
202
206
|
type createTranslation_ICreateTranslation = ICreateTranslation;
|
|
203
207
|
declare namespace createTranslation {
|
|
204
|
-
export { type createTranslation_ICreateTranslation as ICreateTranslation, actionName$
|
|
208
|
+
export { type createTranslation_ICreateTranslation as ICreateTranslation, actionName$1r as actionName, authorizations$1r as authorizations };
|
|
205
209
|
}
|
|
206
210
|
|
|
207
|
-
declare const authorizations$
|
|
211
|
+
declare const authorizations$1q: readonly [{
|
|
208
212
|
readonly permissions: readonly ["active"];
|
|
209
213
|
readonly actor: {
|
|
210
214
|
readonly production: "eosio";
|
|
@@ -214,7 +218,7 @@ declare const authorizations$D: readonly [{
|
|
|
214
218
|
/**
|
|
215
219
|
* Имя действия
|
|
216
220
|
*/
|
|
217
|
-
declare const actionName$
|
|
221
|
+
declare const actionName$1q = "createdraft";
|
|
218
222
|
/**
|
|
219
223
|
* @interface
|
|
220
224
|
*/
|
|
@@ -222,10 +226,10 @@ type ICreateDraft = ICreatedraft;
|
|
|
222
226
|
|
|
223
227
|
type createDraft_ICreateDraft = ICreateDraft;
|
|
224
228
|
declare namespace createDraft {
|
|
225
|
-
export { type createDraft_ICreateDraft as ICreateDraft, actionName$
|
|
229
|
+
export { type createDraft_ICreateDraft as ICreateDraft, actionName$1q as actionName, authorizations$1q as authorizations };
|
|
226
230
|
}
|
|
227
231
|
|
|
228
|
-
declare const authorizations$
|
|
232
|
+
declare const authorizations$1p: readonly [{
|
|
229
233
|
readonly permissions: readonly ["active"];
|
|
230
234
|
readonly actor: {
|
|
231
235
|
readonly production: "eosio";
|
|
@@ -235,7 +239,7 @@ declare const authorizations$C: readonly [{
|
|
|
235
239
|
/**
|
|
236
240
|
* Имя действия
|
|
237
241
|
*/
|
|
238
|
-
declare const actionName$
|
|
242
|
+
declare const actionName$1p = "deldraft";
|
|
239
243
|
/**
|
|
240
244
|
* @interface
|
|
241
245
|
*/
|
|
@@ -243,10 +247,10 @@ type IDeleteDraft = IDeldraft;
|
|
|
243
247
|
|
|
244
248
|
type deleteDraft_IDeleteDraft = IDeleteDraft;
|
|
245
249
|
declare namespace deleteDraft {
|
|
246
|
-
export { type deleteDraft_IDeleteDraft as IDeleteDraft, actionName$
|
|
250
|
+
export { type deleteDraft_IDeleteDraft as IDeleteDraft, actionName$1p as actionName, authorizations$1p as authorizations };
|
|
247
251
|
}
|
|
248
252
|
|
|
249
|
-
declare const authorizations$
|
|
253
|
+
declare const authorizations$1o: readonly [{
|
|
250
254
|
readonly permissions: readonly ["active"];
|
|
251
255
|
readonly actor: {
|
|
252
256
|
readonly production: "eosio";
|
|
@@ -256,7 +260,7 @@ declare const authorizations$B: readonly [{
|
|
|
256
260
|
/**
|
|
257
261
|
* Имя действия
|
|
258
262
|
*/
|
|
259
|
-
declare const actionName$
|
|
263
|
+
declare const actionName$1o = "edittrans";
|
|
260
264
|
/**
|
|
261
265
|
* @interface
|
|
262
266
|
*/
|
|
@@ -264,10 +268,10 @@ type IEditTranslation = IEdittrans;
|
|
|
264
268
|
|
|
265
269
|
type editTranslation_IEditTranslation = IEditTranslation;
|
|
266
270
|
declare namespace editTranslation {
|
|
267
|
-
export { type editTranslation_IEditTranslation as IEditTranslation, actionName$
|
|
271
|
+
export { type editTranslation_IEditTranslation as IEditTranslation, actionName$1o as actionName, authorizations$1o as authorizations };
|
|
268
272
|
}
|
|
269
273
|
|
|
270
|
-
declare const authorizations$
|
|
274
|
+
declare const authorizations$1n: readonly [{
|
|
271
275
|
readonly permissions: readonly ["active"];
|
|
272
276
|
readonly actor: {
|
|
273
277
|
readonly production: "draft";
|
|
@@ -277,35 +281,35 @@ declare const authorizations$A: readonly [{
|
|
|
277
281
|
/**
|
|
278
282
|
* Имя действия
|
|
279
283
|
*/
|
|
280
|
-
declare const actionName$
|
|
284
|
+
declare const actionName$1n = "newid";
|
|
281
285
|
/**
|
|
282
286
|
* @interface
|
|
283
287
|
* Действие вызывается контрактом в процессе исполнения для возврата идентификатора черновика.
|
|
284
288
|
*/
|
|
285
|
-
type INewId = INewid;
|
|
289
|
+
type INewId = INewid$1;
|
|
286
290
|
|
|
287
291
|
type newId_INewId = INewId;
|
|
288
292
|
declare namespace newId {
|
|
289
|
-
export { type newId_INewId as INewId, actionName$
|
|
293
|
+
export { type newId_INewId as INewId, actionName$1n as actionName, authorizations$1n as authorizations };
|
|
290
294
|
}
|
|
291
295
|
|
|
292
|
-
declare const index$
|
|
293
|
-
declare const index$
|
|
294
|
-
declare const index$
|
|
295
|
-
declare const index$
|
|
296
|
-
declare const index$
|
|
297
|
-
declare namespace index$
|
|
298
|
-
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 };
|
|
299
303
|
}
|
|
300
304
|
|
|
301
305
|
/**
|
|
302
306
|
* Имя таблицы
|
|
303
307
|
*/
|
|
304
|
-
declare const tableName$
|
|
308
|
+
declare const tableName$p = "drafts";
|
|
305
309
|
/**
|
|
306
310
|
* Таблица хранится в {@link Actors._contract | области памяти контракта}.
|
|
307
311
|
*/
|
|
308
|
-
declare const scope$
|
|
312
|
+
declare const scope$p = "_contract";
|
|
309
313
|
/**
|
|
310
314
|
* @interface
|
|
311
315
|
* Таблица содержит переводы черновиков документов.
|
|
@@ -314,17 +318,17 @@ type IDrafts = IDrafts$1;
|
|
|
314
318
|
|
|
315
319
|
type drafts_IDrafts = IDrafts;
|
|
316
320
|
declare namespace drafts {
|
|
317
|
-
export { type drafts_IDrafts as IDrafts, scope$
|
|
321
|
+
export { type drafts_IDrafts as IDrafts, scope$p as scope, tableName$p as tableName };
|
|
318
322
|
}
|
|
319
323
|
|
|
320
324
|
/**
|
|
321
325
|
* Имя таблицы
|
|
322
326
|
*/
|
|
323
|
-
declare const tableName$
|
|
327
|
+
declare const tableName$o = "translations";
|
|
324
328
|
/**
|
|
325
329
|
* Область хранения в памяти
|
|
326
330
|
*/
|
|
327
|
-
declare const scope$
|
|
331
|
+
declare const scope$o = "_contract";
|
|
328
332
|
/**
|
|
329
333
|
* @interface
|
|
330
334
|
* Таблица содержит переводы черновиков документов.
|
|
@@ -333,186 +337,184 @@ type ITranslations = ITranslations$1;
|
|
|
333
337
|
|
|
334
338
|
type translations_ITranslations = ITranslations;
|
|
335
339
|
declare namespace translations {
|
|
336
|
-
export { type translations_ITranslations as ITranslations, scope$
|
|
340
|
+
export { type translations_ITranslations as ITranslations, scope$o as scope, tableName$o as tableName };
|
|
337
341
|
}
|
|
338
342
|
|
|
339
|
-
declare namespace index$
|
|
343
|
+
declare namespace index$p {
|
|
340
344
|
export { drafts as Drafts, translations as Translations };
|
|
341
345
|
}
|
|
342
346
|
|
|
343
|
-
declare const contractName$
|
|
347
|
+
declare const contractName$6: {
|
|
344
348
|
readonly production: "draft";
|
|
345
349
|
readonly testnet: "drafttest222";
|
|
346
350
|
};
|
|
347
351
|
|
|
348
|
-
declare namespace index$
|
|
349
|
-
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 };
|
|
350
354
|
}
|
|
351
355
|
|
|
352
|
-
type IAsset$
|
|
353
|
-
type IName$
|
|
354
|
-
type ITimePointSec$
|
|
355
|
-
type IUint64$
|
|
356
|
+
type IAsset$5 = string;
|
|
357
|
+
type IName$5 = string;
|
|
358
|
+
type ITimePointSec$4 = string;
|
|
359
|
+
type IUint64$4 = number | string;
|
|
356
360
|
interface IAccfunds {
|
|
357
|
-
id: IUint64$
|
|
358
|
-
coopname: IName$
|
|
359
|
-
contract: IName$
|
|
361
|
+
id: IUint64$4;
|
|
362
|
+
coopname: IName$5;
|
|
363
|
+
contract: IName$5;
|
|
360
364
|
name: string;
|
|
361
365
|
description: string;
|
|
362
|
-
percent: IUint64$
|
|
363
|
-
available: IAsset$
|
|
364
|
-
withdrawed: IAsset$
|
|
366
|
+
percent: IUint64$4;
|
|
367
|
+
available: IAsset$5;
|
|
368
|
+
withdrawed: IAsset$5;
|
|
365
369
|
}
|
|
366
370
|
interface IAddaccum {
|
|
367
|
-
coopname: IName$
|
|
368
|
-
fund_id: IUint64$
|
|
369
|
-
quantity: IAsset$
|
|
371
|
+
coopname: IName$5;
|
|
372
|
+
fund_id: IUint64$4;
|
|
373
|
+
quantity: IAsset$5;
|
|
370
374
|
}
|
|
371
375
|
interface IAddcirculate {
|
|
372
|
-
coopname: IName$
|
|
373
|
-
quantity: IAsset$
|
|
376
|
+
coopname: IName$5;
|
|
377
|
+
quantity: IAsset$5;
|
|
374
378
|
}
|
|
375
379
|
interface IAddexpense {
|
|
376
|
-
coopname: IName$
|
|
377
|
-
fund_id: IUint64$
|
|
378
|
-
quantity: IAsset$
|
|
380
|
+
coopname: IName$5;
|
|
381
|
+
fund_id: IUint64$4;
|
|
382
|
+
quantity: IAsset$5;
|
|
379
383
|
}
|
|
380
|
-
interface IAuthorize$
|
|
381
|
-
coopname: IName$
|
|
382
|
-
type: IName$
|
|
383
|
-
withdraw_id: IUint64$
|
|
384
|
+
interface IAuthorize$5 {
|
|
385
|
+
coopname: IName$5;
|
|
386
|
+
type: IName$5;
|
|
387
|
+
withdraw_id: IUint64$4;
|
|
384
388
|
}
|
|
385
|
-
interface IComplete {
|
|
386
|
-
coopname: IName$
|
|
387
|
-
username: IName$
|
|
388
|
-
withdraw_id: IUint64$
|
|
389
|
+
interface IComplete$1 {
|
|
390
|
+
coopname: IName$5;
|
|
391
|
+
username: IName$5;
|
|
392
|
+
withdraw_id: IUint64$4;
|
|
389
393
|
}
|
|
390
|
-
interface ICounts$
|
|
394
|
+
interface ICounts$2 extends ICountsBase$2 {
|
|
391
395
|
}
|
|
392
|
-
interface ICountsBase$
|
|
393
|
-
key: IName$
|
|
394
|
-
secondary_key: IName$
|
|
395
|
-
value: IUint64$
|
|
396
|
+
interface ICountsBase$2 {
|
|
397
|
+
key: IName$5;
|
|
398
|
+
secondary_key: IName$5;
|
|
399
|
+
value: IUint64$4;
|
|
396
400
|
}
|
|
397
401
|
interface ICreatefund {
|
|
398
|
-
coopname: IName$
|
|
399
|
-
username: IName$
|
|
400
|
-
type: IName$
|
|
401
|
-
contract: IName$
|
|
402
|
+
coopname: IName$5;
|
|
403
|
+
username: IName$5;
|
|
404
|
+
type: IName$5;
|
|
405
|
+
contract: IName$5;
|
|
402
406
|
name: string;
|
|
403
407
|
description: string;
|
|
404
|
-
percent: IUint64$
|
|
408
|
+
percent: IUint64$4;
|
|
405
409
|
}
|
|
406
410
|
interface IDelfund {
|
|
407
|
-
coopname: IName$
|
|
408
|
-
username: IName$
|
|
409
|
-
type: IName$
|
|
410
|
-
fund_id: IUint64$
|
|
411
|
+
coopname: IName$5;
|
|
412
|
+
username: IName$5;
|
|
413
|
+
type: IName$5;
|
|
414
|
+
fund_id: IUint64$4;
|
|
411
415
|
}
|
|
412
|
-
interface IDocument$
|
|
416
|
+
interface IDocument$4 {
|
|
413
417
|
hash: string;
|
|
414
418
|
pkey: string;
|
|
415
419
|
sign: string;
|
|
416
420
|
meta: string;
|
|
417
421
|
}
|
|
418
422
|
interface IEditfund {
|
|
419
|
-
coopname: IName$
|
|
420
|
-
username: IName$
|
|
421
|
-
type: IName$
|
|
422
|
-
fund_id: IUint64$
|
|
423
|
-
contract: IName$
|
|
423
|
+
coopname: IName$5;
|
|
424
|
+
username: IName$5;
|
|
425
|
+
type: IName$5;
|
|
426
|
+
fund_id: IUint64$4;
|
|
427
|
+
contract: IName$5;
|
|
424
428
|
name: string;
|
|
425
429
|
description: string;
|
|
426
|
-
percent: IUint64$
|
|
430
|
+
percent: IUint64$4;
|
|
427
431
|
}
|
|
428
432
|
interface IExpfunds {
|
|
429
|
-
id: IUint64$
|
|
430
|
-
coopname: IName$
|
|
431
|
-
contract: IName$
|
|
433
|
+
id: IUint64$4;
|
|
434
|
+
coopname: IName$5;
|
|
435
|
+
contract: IName$5;
|
|
432
436
|
name: string;
|
|
433
437
|
description: string;
|
|
434
|
-
expended: IAsset$
|
|
438
|
+
expended: IAsset$5;
|
|
435
439
|
}
|
|
436
440
|
interface IFundwallet {
|
|
437
|
-
id: IUint64$
|
|
438
|
-
coopname: IName$
|
|
439
|
-
circulating: IAsset$
|
|
440
|
-
membership: IAsset$
|
|
441
|
-
accumulated: IAsset$
|
|
442
|
-
withdrawed: IAsset$
|
|
443
|
-
available: IAsset$
|
|
444
|
-
expended: IAsset$
|
|
445
|
-
}
|
|
446
|
-
interface IFundwithdraw {
|
|
447
|
-
coopname: IName$
|
|
448
|
-
username: IName$
|
|
449
|
-
type: IName$
|
|
450
|
-
fund_id: IUint64$
|
|
451
|
-
document: IDocument$
|
|
452
|
-
quantity: 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;
|
|
449
|
+
}
|
|
450
|
+
interface IFundwithdraw$1 {
|
|
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;
|
|
453
457
|
bank_data_id: string;
|
|
454
458
|
}
|
|
455
459
|
interface IFwithdraws {
|
|
456
|
-
id: IUint64$
|
|
457
|
-
coopname: IName$
|
|
458
|
-
username: IName$
|
|
459
|
-
status: IName$
|
|
460
|
-
type: IName$
|
|
461
|
-
fund_id: IUint64$
|
|
462
|
-
quantity: IAsset$
|
|
463
|
-
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;
|
|
464
468
|
bank_data_id: string;
|
|
465
|
-
expired_at: ITimePointSec$
|
|
469
|
+
expired_at: ITimePointSec$4;
|
|
466
470
|
}
|
|
467
471
|
interface IInit$1 {
|
|
468
|
-
coopname: IName$
|
|
469
|
-
initial: IAsset$
|
|
472
|
+
coopname: IName$5;
|
|
473
|
+
initial: IAsset$5;
|
|
470
474
|
}
|
|
471
475
|
interface INewfund$1 {
|
|
472
|
-
coopname: IName$
|
|
473
|
-
type: IName$
|
|
474
|
-
id: IUint64$
|
|
476
|
+
coopname: IName$5;
|
|
477
|
+
type: IName$5;
|
|
478
|
+
id: IUint64$4;
|
|
475
479
|
}
|
|
476
480
|
interface INewwithdraw {
|
|
477
|
-
coopname: IName$
|
|
478
|
-
type: IName$
|
|
479
|
-
id: IUint64$
|
|
481
|
+
coopname: IName$5;
|
|
482
|
+
type: IName$5;
|
|
483
|
+
id: IUint64$4;
|
|
480
484
|
}
|
|
481
485
|
interface ISpreadamount {
|
|
482
|
-
coopname: IName$
|
|
483
|
-
quantity: IAsset$
|
|
486
|
+
coopname: IName$5;
|
|
487
|
+
quantity: IAsset$5;
|
|
484
488
|
}
|
|
485
489
|
interface ISubaccum {
|
|
486
|
-
coopname: IName$
|
|
487
|
-
fund_id: IUint64$
|
|
488
|
-
quantity: IAsset$
|
|
490
|
+
coopname: IName$5;
|
|
491
|
+
fund_id: IUint64$4;
|
|
492
|
+
quantity: IAsset$5;
|
|
489
493
|
}
|
|
490
494
|
interface ISubcirculate {
|
|
491
|
-
coopname: IName$
|
|
492
|
-
quantity: IAsset$
|
|
495
|
+
coopname: IName$5;
|
|
496
|
+
quantity: IAsset$5;
|
|
493
497
|
}
|
|
494
498
|
|
|
495
499
|
type fund_IAccfunds = IAccfunds;
|
|
496
500
|
type fund_IAddaccum = IAddaccum;
|
|
497
501
|
type fund_IAddcirculate = IAddcirculate;
|
|
498
502
|
type fund_IAddexpense = IAddexpense;
|
|
499
|
-
type fund_IComplete = IComplete;
|
|
500
503
|
type fund_ICreatefund = ICreatefund;
|
|
501
504
|
type fund_IDelfund = IDelfund;
|
|
502
505
|
type fund_IEditfund = IEditfund;
|
|
503
506
|
type fund_IExpfunds = IExpfunds;
|
|
504
507
|
type fund_IFundwallet = IFundwallet;
|
|
505
|
-
type fund_IFundwithdraw = IFundwithdraw;
|
|
506
508
|
type fund_IFwithdraws = IFwithdraws;
|
|
507
509
|
type fund_INewwithdraw = INewwithdraw;
|
|
508
510
|
type fund_ISpreadamount = ISpreadamount;
|
|
509
511
|
type fund_ISubaccum = ISubaccum;
|
|
510
512
|
type fund_ISubcirculate = ISubcirculate;
|
|
511
513
|
declare namespace fund {
|
|
512
|
-
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 };
|
|
513
515
|
}
|
|
514
516
|
|
|
515
|
-
declare const authorizations$
|
|
517
|
+
declare const authorizations$1m: readonly [{
|
|
516
518
|
readonly permissions: readonly ["active"];
|
|
517
519
|
readonly actor: {
|
|
518
520
|
readonly production: "fund";
|
|
@@ -522,7 +524,7 @@ declare const authorizations$z: readonly [{
|
|
|
522
524
|
/**
|
|
523
525
|
* Имя действия
|
|
524
526
|
*/
|
|
525
|
-
declare const actionName$
|
|
527
|
+
declare const actionName$1m = "addaccum";
|
|
526
528
|
/**
|
|
527
529
|
* @interface
|
|
528
530
|
*/
|
|
@@ -530,10 +532,10 @@ type IAddAccumulation = IAddaccum;
|
|
|
530
532
|
|
|
531
533
|
type addAccumulation_IAddAccumulation = IAddAccumulation;
|
|
532
534
|
declare namespace addAccumulation {
|
|
533
|
-
export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$
|
|
535
|
+
export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$1m as actionName, authorizations$1m as authorizations };
|
|
534
536
|
}
|
|
535
537
|
|
|
536
|
-
declare const authorizations$
|
|
538
|
+
declare const authorizations$1l: readonly [{
|
|
537
539
|
readonly permissions: readonly ["active"];
|
|
538
540
|
readonly actor: {
|
|
539
541
|
readonly production: "fund";
|
|
@@ -543,7 +545,7 @@ declare const authorizations$y: readonly [{
|
|
|
543
545
|
/**
|
|
544
546
|
* Имя действия
|
|
545
547
|
*/
|
|
546
|
-
declare const actionName$
|
|
548
|
+
declare const actionName$1l = "subaccum";
|
|
547
549
|
/**
|
|
548
550
|
* @interface
|
|
549
551
|
*/
|
|
@@ -551,10 +553,10 @@ type ISubAccumulation = ISubaccum;
|
|
|
551
553
|
|
|
552
554
|
type subAccumulation_ISubAccumulation = ISubAccumulation;
|
|
553
555
|
declare namespace subAccumulation {
|
|
554
|
-
export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$
|
|
556
|
+
export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$1l as actionName, authorizations$1l as authorizations };
|
|
555
557
|
}
|
|
556
558
|
|
|
557
|
-
declare const authorizations$
|
|
559
|
+
declare const authorizations$1k: readonly [{
|
|
558
560
|
readonly permissions: readonly ["active"];
|
|
559
561
|
readonly actor: {
|
|
560
562
|
readonly production: "gateway";
|
|
@@ -564,7 +566,7 @@ declare const authorizations$x: readonly [{
|
|
|
564
566
|
/**
|
|
565
567
|
* Имя действия
|
|
566
568
|
*/
|
|
567
|
-
declare const actionName$
|
|
569
|
+
declare const actionName$1k = "addcirculate";
|
|
568
570
|
/**
|
|
569
571
|
* @interface
|
|
570
572
|
*/
|
|
@@ -572,10 +574,10 @@ type IAddCirculation = IAddcirculate;
|
|
|
572
574
|
|
|
573
575
|
type addCirculation_IAddCirculation = IAddCirculation;
|
|
574
576
|
declare namespace addCirculation {
|
|
575
|
-
export { type addCirculation_IAddCirculation as IAddCirculation, actionName$
|
|
577
|
+
export { type addCirculation_IAddCirculation as IAddCirculation, actionName$1k as actionName, authorizations$1k as authorizations };
|
|
576
578
|
}
|
|
577
579
|
|
|
578
|
-
declare const authorizations$
|
|
580
|
+
declare const authorizations$1j: readonly [{
|
|
579
581
|
readonly permissions: readonly ["active"];
|
|
580
582
|
readonly actor: {
|
|
581
583
|
readonly production: "fund";
|
|
@@ -585,7 +587,7 @@ declare const authorizations$w: readonly [{
|
|
|
585
587
|
/**
|
|
586
588
|
* Имя действия
|
|
587
589
|
*/
|
|
588
|
-
declare const actionName$
|
|
590
|
+
declare const actionName$1j = "addexpense";
|
|
589
591
|
/**
|
|
590
592
|
* @interface
|
|
591
593
|
*/
|
|
@@ -593,10 +595,10 @@ type IAddExpense = IAddexpense;
|
|
|
593
595
|
|
|
594
596
|
type addExpense_IAddExpense = IAddExpense;
|
|
595
597
|
declare namespace addExpense {
|
|
596
|
-
export { type addExpense_IAddExpense as IAddExpense, actionName$
|
|
598
|
+
export { type addExpense_IAddExpense as IAddExpense, actionName$1j as actionName, authorizations$1j as authorizations };
|
|
597
599
|
}
|
|
598
600
|
|
|
599
|
-
declare const authorizations$
|
|
601
|
+
declare const authorizations$1i: readonly [{
|
|
600
602
|
readonly permissions: readonly ["active"];
|
|
601
603
|
readonly actor: {
|
|
602
604
|
readonly production: "soviet";
|
|
@@ -606,18 +608,17 @@ declare const authorizations$v: readonly [{
|
|
|
606
608
|
/**
|
|
607
609
|
* Имя действия
|
|
608
610
|
*/
|
|
609
|
-
declare const actionName$
|
|
611
|
+
declare const actionName$1i = "authorize";
|
|
610
612
|
/**
|
|
611
613
|
* @interface
|
|
612
614
|
*/
|
|
613
|
-
type IAuthorize = IAuthorize$
|
|
615
|
+
type IAuthorize$4 = IAuthorize$5;
|
|
614
616
|
|
|
615
|
-
type authorizeWithdraw_IAuthorize = IAuthorize;
|
|
616
617
|
declare namespace authorizeWithdraw {
|
|
617
|
-
export { type
|
|
618
|
+
export { type IAuthorize$4 as IAuthorize, actionName$1i as actionName, authorizations$1i as authorizations };
|
|
618
619
|
}
|
|
619
620
|
|
|
620
|
-
declare const authorizations$
|
|
621
|
+
declare const authorizations$1h: readonly [{
|
|
621
622
|
readonly permissions: readonly ["active", {
|
|
622
623
|
readonly contract: "_contract";
|
|
623
624
|
readonly action: "actionName";
|
|
@@ -627,18 +628,18 @@ declare const authorizations$u: readonly [{
|
|
|
627
628
|
/**
|
|
628
629
|
* Имя действия
|
|
629
630
|
*/
|
|
630
|
-
declare const actionName$
|
|
631
|
+
declare const actionName$1h = "complete";
|
|
631
632
|
/**
|
|
632
633
|
* @interface
|
|
633
634
|
*/
|
|
634
|
-
type ICompleteWithdraw = IComplete;
|
|
635
|
+
type ICompleteWithdraw = IComplete$1;
|
|
635
636
|
|
|
636
637
|
type completeWithdraw$1_ICompleteWithdraw = ICompleteWithdraw;
|
|
637
638
|
declare namespace completeWithdraw$1 {
|
|
638
|
-
export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$
|
|
639
|
+
export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$1h as actionName, authorizations$1h as authorizations };
|
|
639
640
|
}
|
|
640
641
|
|
|
641
|
-
declare const authorizations$
|
|
642
|
+
declare const authorizations$1g: readonly [{
|
|
642
643
|
readonly permissions: readonly ["active"];
|
|
643
644
|
readonly actor: {
|
|
644
645
|
readonly production: "fund";
|
|
@@ -648,7 +649,7 @@ declare const authorizations$t: readonly [{
|
|
|
648
649
|
/**
|
|
649
650
|
* Имя действия
|
|
650
651
|
*/
|
|
651
|
-
declare const actionName$
|
|
652
|
+
declare const actionName$1g = "newfund";
|
|
652
653
|
/**
|
|
653
654
|
* @interface
|
|
654
655
|
*/
|
|
@@ -656,17 +657,17 @@ type INewfund = INewfund$1;
|
|
|
656
657
|
|
|
657
658
|
type newFund_INewfund = INewfund;
|
|
658
659
|
declare namespace newFund {
|
|
659
|
-
export { type newFund_INewfund as INewfund, actionName$
|
|
660
|
+
export { type newFund_INewfund as INewfund, actionName$1g as actionName, authorizations$1g as authorizations };
|
|
660
661
|
}
|
|
661
662
|
|
|
662
|
-
declare const authorizations$
|
|
663
|
+
declare const authorizations$1f: readonly [{
|
|
663
664
|
readonly permissions: readonly ["active"];
|
|
664
665
|
readonly actor: "_chairman";
|
|
665
666
|
}];
|
|
666
667
|
/**
|
|
667
668
|
* Имя действия
|
|
668
669
|
*/
|
|
669
|
-
declare const actionName$
|
|
670
|
+
declare const actionName$1f = "createfund";
|
|
670
671
|
/**
|
|
671
672
|
* @interface
|
|
672
673
|
*/
|
|
@@ -674,17 +675,17 @@ type ICreateFund = ICreatefund;
|
|
|
674
675
|
|
|
675
676
|
type createFund_ICreateFund = ICreateFund;
|
|
676
677
|
declare namespace createFund {
|
|
677
|
-
export { type createFund_ICreateFund as ICreateFund, actionName$
|
|
678
|
+
export { type createFund_ICreateFund as ICreateFund, actionName$1f as actionName, authorizations$1f as authorizations };
|
|
678
679
|
}
|
|
679
680
|
|
|
680
|
-
declare const authorizations$
|
|
681
|
+
declare const authorizations$1e: readonly [{
|
|
681
682
|
readonly permissions: readonly ["active"];
|
|
682
683
|
readonly actor: "_chairman";
|
|
683
684
|
}];
|
|
684
685
|
/**
|
|
685
686
|
* Имя действия
|
|
686
687
|
*/
|
|
687
|
-
declare const actionName$
|
|
688
|
+
declare const actionName$1e = "delfund";
|
|
688
689
|
/**
|
|
689
690
|
* @interface
|
|
690
691
|
*/
|
|
@@ -692,17 +693,17 @@ type IDeleteFund = IDelfund;
|
|
|
692
693
|
|
|
693
694
|
type deleteFund_IDeleteFund = IDeleteFund;
|
|
694
695
|
declare namespace deleteFund {
|
|
695
|
-
export { type deleteFund_IDeleteFund as IDeleteFund, actionName$
|
|
696
|
+
export { type deleteFund_IDeleteFund as IDeleteFund, actionName$1e as actionName, authorizations$1e as authorizations };
|
|
696
697
|
}
|
|
697
698
|
|
|
698
|
-
declare const authorizations$
|
|
699
|
+
declare const authorizations$1d: readonly [{
|
|
699
700
|
readonly permissions: readonly ["active"];
|
|
700
701
|
readonly actor: "_chairman";
|
|
701
702
|
}];
|
|
702
703
|
/**
|
|
703
704
|
* Имя действия
|
|
704
705
|
*/
|
|
705
|
-
declare const actionName$
|
|
706
|
+
declare const actionName$1d = "editfund";
|
|
706
707
|
/**
|
|
707
708
|
* @interface
|
|
708
709
|
*/
|
|
@@ -710,7 +711,7 @@ type IEditFund = IEditfund;
|
|
|
710
711
|
|
|
711
712
|
type editFund_IEditFund = IEditFund;
|
|
712
713
|
declare namespace editFund {
|
|
713
|
-
export { type editFund_IEditFund as IEditFund, actionName$
|
|
714
|
+
export { type editFund_IEditFund as IEditFund, actionName$1d as actionName, authorizations$1d as authorizations };
|
|
714
715
|
}
|
|
715
716
|
|
|
716
717
|
/**
|
|
@@ -719,7 +720,7 @@ declare namespace editFund {
|
|
|
719
720
|
* на совершение действия или авторизация любого {@link Actors._contract | контракта},
|
|
720
721
|
* которому было передано управление фондом накопления или списания.
|
|
721
722
|
*/
|
|
722
|
-
declare const authorizations$
|
|
723
|
+
declare const authorizations$1c: readonly [{
|
|
723
724
|
readonly permissions: readonly ["active"];
|
|
724
725
|
readonly actor: "_username";
|
|
725
726
|
}, {
|
|
@@ -735,18 +736,18 @@ declare const authorizations$p: readonly [{
|
|
|
735
736
|
/**
|
|
736
737
|
* Имя действия
|
|
737
738
|
*/
|
|
738
|
-
declare const actionName$
|
|
739
|
+
declare const actionName$1c = "fundwithdraw";
|
|
739
740
|
/**
|
|
740
741
|
* @interface
|
|
741
742
|
*/
|
|
742
|
-
type ICreateWithdraw = IFundwithdraw;
|
|
743
|
+
type ICreateWithdraw = IFundwithdraw$1;
|
|
743
744
|
|
|
744
745
|
type createWithdraw$1_ICreateWithdraw = ICreateWithdraw;
|
|
745
746
|
declare namespace createWithdraw$1 {
|
|
746
|
-
export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$
|
|
747
|
+
export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$1c as actionName, authorizations$1c as authorizations };
|
|
747
748
|
}
|
|
748
749
|
|
|
749
|
-
declare const authorizations$
|
|
750
|
+
declare const authorizations$1b: readonly [{
|
|
750
751
|
readonly permissions: readonly ["active"];
|
|
751
752
|
readonly actor: {
|
|
752
753
|
readonly production: "soviet";
|
|
@@ -756,7 +757,7 @@ declare const authorizations$o: readonly [{
|
|
|
756
757
|
/**
|
|
757
758
|
* Имя действия
|
|
758
759
|
*/
|
|
759
|
-
declare const actionName$
|
|
760
|
+
declare const actionName$1b = "init";
|
|
760
761
|
/**
|
|
761
762
|
* @interface
|
|
762
763
|
*/
|
|
@@ -764,10 +765,10 @@ type IInit = IInit$1;
|
|
|
764
765
|
|
|
765
766
|
type init_IInit = IInit;
|
|
766
767
|
declare namespace init {
|
|
767
|
-
export { type init_IInit as IInit, actionName$
|
|
768
|
+
export { type init_IInit as IInit, actionName$1b as actionName, authorizations$1b as authorizations };
|
|
768
769
|
}
|
|
769
770
|
|
|
770
|
-
declare const authorizations$
|
|
771
|
+
declare const authorizations$1a: readonly [{
|
|
771
772
|
readonly permissions: readonly ["active"];
|
|
772
773
|
readonly actor: {
|
|
773
774
|
readonly production: "fund";
|
|
@@ -777,7 +778,7 @@ declare const authorizations$n: readonly [{
|
|
|
777
778
|
/**
|
|
778
779
|
* Имя действия
|
|
779
780
|
*/
|
|
780
|
-
declare const actionName$
|
|
781
|
+
declare const actionName$1a = "newwithdraw";
|
|
781
782
|
/**
|
|
782
783
|
* @interface
|
|
783
784
|
*/
|
|
@@ -785,10 +786,10 @@ type INewWithdraw = INewwithdraw;
|
|
|
785
786
|
|
|
786
787
|
type newWithdraw_INewWithdraw = INewWithdraw;
|
|
787
788
|
declare namespace newWithdraw {
|
|
788
|
-
export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$
|
|
789
|
+
export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$1a as actionName, authorizations$1a as authorizations };
|
|
789
790
|
}
|
|
790
791
|
|
|
791
|
-
declare const authorizations$
|
|
792
|
+
declare const authorizations$19: readonly [{
|
|
792
793
|
readonly permissions: readonly ["active"];
|
|
793
794
|
readonly actor: {
|
|
794
795
|
readonly production: "marketplace";
|
|
@@ -804,7 +805,7 @@ declare const authorizations$m: readonly [{
|
|
|
804
805
|
/**
|
|
805
806
|
* Имя действия
|
|
806
807
|
*/
|
|
807
|
-
declare const actionName$
|
|
808
|
+
declare const actionName$19 = "spreadamount";
|
|
808
809
|
/**
|
|
809
810
|
* @interface
|
|
810
811
|
*/
|
|
@@ -812,10 +813,10 @@ type ISpreadAmount = ISpreadamount;
|
|
|
812
813
|
|
|
813
814
|
type spreadAmount_ISpreadAmount = ISpreadAmount;
|
|
814
815
|
declare namespace spreadAmount {
|
|
815
|
-
export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$
|
|
816
|
+
export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$19 as actionName, authorizations$19 as authorizations };
|
|
816
817
|
}
|
|
817
818
|
|
|
818
|
-
declare const authorizations$
|
|
819
|
+
declare const authorizations$18: readonly [{
|
|
819
820
|
readonly permissions: readonly ["active"];
|
|
820
821
|
readonly actor: {
|
|
821
822
|
readonly production: "gateway";
|
|
@@ -825,7 +826,7 @@ declare const authorizations$l: readonly [{
|
|
|
825
826
|
/**
|
|
826
827
|
* Имя действия
|
|
827
828
|
*/
|
|
828
|
-
declare const actionName$
|
|
829
|
+
declare const actionName$18 = "subcirculate";
|
|
829
830
|
/**
|
|
830
831
|
* @interface
|
|
831
832
|
*/
|
|
@@ -833,7 +834,7 @@ type ISubCirculation = ISubcirculate;
|
|
|
833
834
|
|
|
834
835
|
type subCirculation_ISubCirculation = ISubCirculation;
|
|
835
836
|
declare namespace subCirculation {
|
|
836
|
-
export { type subCirculation_ISubCirculation as ISubCirculation, actionName$
|
|
837
|
+
export { type subCirculation_ISubCirculation as ISubCirculation, actionName$18 as actionName, authorizations$18 as authorizations };
|
|
837
838
|
}
|
|
838
839
|
|
|
839
840
|
/**
|
|
@@ -841,31 +842,31 @@ declare namespace subCirculation {
|
|
|
841
842
|
* Вызывается контрактом автоматически по ходу выполнения логики для прозрачного добавления фонда накопления.
|
|
842
843
|
*/
|
|
843
844
|
|
|
844
|
-
declare const index$
|
|
845
|
-
declare const index$
|
|
846
|
-
declare const index$
|
|
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 namespace index$
|
|
858
|
-
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 };
|
|
859
860
|
}
|
|
860
861
|
|
|
861
862
|
/**
|
|
862
863
|
* Имя таблицы
|
|
863
864
|
*/
|
|
864
|
-
declare const tableName$
|
|
865
|
+
declare const tableName$n = "accfunds";
|
|
865
866
|
/**
|
|
866
867
|
* Таблица хранится в {@link ContractNames._fund | области памяти контракта}.
|
|
867
868
|
*/
|
|
868
|
-
declare const scope$
|
|
869
|
+
declare const scope$n: {
|
|
869
870
|
/**
|
|
870
871
|
* Имя таблицы
|
|
871
872
|
*/
|
|
@@ -880,17 +881,17 @@ type IAccumulatedFunds = IAccfunds;
|
|
|
880
881
|
|
|
881
882
|
type accumulationFunds_IAccumulatedFunds = IAccumulatedFunds;
|
|
882
883
|
declare namespace accumulationFunds {
|
|
883
|
-
export { type accumulationFunds_IAccumulatedFunds as IAccumulatedFunds, scope$
|
|
884
|
+
export { type accumulationFunds_IAccumulatedFunds as IAccumulatedFunds, scope$n as scope, tableName$n as tableName };
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
/**
|
|
887
888
|
* Имя таблицы
|
|
888
889
|
*/
|
|
889
|
-
declare const tableName$
|
|
890
|
+
declare const tableName$m = "expfunds";
|
|
890
891
|
/**
|
|
891
892
|
* Таблица хранится в {@link ContractNames._fund | области памяти контракта}.
|
|
892
893
|
*/
|
|
893
|
-
declare const scope$
|
|
894
|
+
declare const scope$m: {
|
|
894
895
|
/**
|
|
895
896
|
* Имя таблицы
|
|
896
897
|
*/
|
|
@@ -904,17 +905,17 @@ type IExpensedFunds = IExpfunds;
|
|
|
904
905
|
|
|
905
906
|
type expenseFunds_IExpensedFunds = IExpensedFunds;
|
|
906
907
|
declare namespace expenseFunds {
|
|
907
|
-
export { type expenseFunds_IExpensedFunds as IExpensedFunds, scope$
|
|
908
|
+
export { type expenseFunds_IExpensedFunds as IExpensedFunds, scope$m as scope, tableName$m as tableName };
|
|
908
909
|
}
|
|
909
910
|
|
|
910
911
|
/**
|
|
911
912
|
* Имя таблицы
|
|
912
913
|
*/
|
|
913
|
-
declare const tableName$
|
|
914
|
+
declare const tableName$l = "fundwallet";
|
|
914
915
|
/**
|
|
915
916
|
* Таблица хранится в {@link ContractNames._fund | области памяти контракта}.
|
|
916
917
|
*/
|
|
917
|
-
declare const scope$
|
|
918
|
+
declare const scope$l: {
|
|
918
919
|
/**
|
|
919
920
|
* Имя таблицы
|
|
920
921
|
*/
|
|
@@ -928,17 +929,17 @@ type IFundWallet = IFundwallet;
|
|
|
928
929
|
|
|
929
930
|
type fundWallet_IFundWallet = IFundWallet;
|
|
930
931
|
declare namespace fundWallet {
|
|
931
|
-
export { type fundWallet_IFundWallet as IFundWallet, scope$
|
|
932
|
+
export { type fundWallet_IFundWallet as IFundWallet, scope$l as scope, tableName$l as tableName };
|
|
932
933
|
}
|
|
933
934
|
|
|
934
935
|
/**
|
|
935
936
|
* Имя таблицы
|
|
936
937
|
*/
|
|
937
|
-
declare const tableName$
|
|
938
|
+
declare const tableName$k = "fwithdraws";
|
|
938
939
|
/**
|
|
939
940
|
* Таблица хранится в {@link ContractNames._fund | области памяти контракта}.
|
|
940
941
|
*/
|
|
941
|
-
declare const scope$
|
|
942
|
+
declare const scope$k: {
|
|
942
943
|
/**
|
|
943
944
|
* Имя таблицы
|
|
944
945
|
*/
|
|
@@ -952,7 +953,7 @@ type IFundWithdraws = IFwithdraws;
|
|
|
952
953
|
|
|
953
954
|
type fundWithdraws_IFundWithdraws = IFundWithdraws;
|
|
954
955
|
declare namespace fundWithdraws {
|
|
955
|
-
export { type fundWithdraws_IFundWithdraws as IFundWithdraws, scope$
|
|
956
|
+
export { type fundWithdraws_IFundWithdraws as IFundWithdraws, scope$k as scope, tableName$k as tableName };
|
|
956
957
|
}
|
|
957
958
|
|
|
958
959
|
/**
|
|
@@ -960,80 +961,80 @@ declare namespace fundWithdraws {
|
|
|
960
961
|
*
|
|
961
962
|
*/
|
|
962
963
|
|
|
963
|
-
declare namespace index$
|
|
964
|
+
declare namespace index$m {
|
|
964
965
|
export { accumulationFunds as AccumulatedFunds, expenseFunds as ExpensedFunds, fundWallet as FundWallet, fundWithdraws as FundWithdraws };
|
|
965
966
|
}
|
|
966
967
|
|
|
967
|
-
declare const contractName$
|
|
968
|
+
declare const contractName$5: {
|
|
968
969
|
readonly production: "fund";
|
|
969
970
|
readonly testnet: "fundtest2222";
|
|
970
971
|
};
|
|
971
972
|
|
|
972
|
-
declare namespace index$
|
|
973
|
-
export { index$
|
|
973
|
+
declare namespace index$l {
|
|
974
|
+
export { index$n as Actions, fund as Interfaces, index$m as Tables, contractName$5 as contractName };
|
|
974
975
|
}
|
|
975
976
|
|
|
976
977
|
/** Представляет значение актива */
|
|
977
|
-
type IAsset$
|
|
978
|
+
type IAsset$4 = string;
|
|
978
979
|
/** Представляет значение имени */
|
|
979
|
-
type IName$
|
|
980
|
+
type IName$4 = string;
|
|
980
981
|
/** Представляет значение времени в секундах */
|
|
981
|
-
type ITimePointSec$
|
|
982
|
+
type ITimePointSec$3 = string;
|
|
982
983
|
/** Представляет 64-битное беззнаковое целое число */
|
|
983
|
-
type IUint64$
|
|
984
|
+
type IUint64$3 = number | string;
|
|
984
985
|
interface IBalances$1 extends IBalancesBase$1 {
|
|
985
986
|
}
|
|
986
987
|
interface IBalancesBase$1 {
|
|
987
988
|
/** Уникальный идентификатор баланса */
|
|
988
|
-
id: IUint64$
|
|
989
|
+
id: IUint64$3;
|
|
989
990
|
/** Имя контракта */
|
|
990
|
-
contract: IName$
|
|
991
|
+
contract: IName$4;
|
|
991
992
|
/** Количество актива */
|
|
992
|
-
quantity: IAsset$
|
|
993
|
+
quantity: IAsset$4;
|
|
993
994
|
}
|
|
994
|
-
interface ICounts extends ICountsBase {
|
|
995
|
+
interface ICounts$1 extends ICountsBase$1 {
|
|
995
996
|
}
|
|
996
|
-
interface ICountsBase {
|
|
997
|
+
interface ICountsBase$1 {
|
|
997
998
|
/** Значение ключа */
|
|
998
|
-
key: IName$
|
|
999
|
+
key: IName$4;
|
|
999
1000
|
/** Значение вторичного ключа */
|
|
1000
|
-
secondary_key: IName$
|
|
1001
|
+
secondary_key: IName$4;
|
|
1001
1002
|
/** Значение, связанное с ключами */
|
|
1002
|
-
value: IUint64$
|
|
1003
|
+
value: IUint64$3;
|
|
1003
1004
|
}
|
|
1004
1005
|
interface IDeposit {
|
|
1005
1006
|
/** Имя кооператива */
|
|
1006
|
-
coopname: IName$
|
|
1007
|
+
coopname: IName$4;
|
|
1007
1008
|
/** Имя пользователя */
|
|
1008
|
-
username: IName$
|
|
1009
|
+
username: IName$4;
|
|
1009
1010
|
/** Тип депозита */
|
|
1010
|
-
type: IName$
|
|
1011
|
+
type: IName$4;
|
|
1011
1012
|
/** Количество актива */
|
|
1012
|
-
quantity: IAsset$
|
|
1013
|
+
quantity: IAsset$4;
|
|
1013
1014
|
}
|
|
1014
1015
|
interface IDeposits$1 {
|
|
1015
1016
|
/** Уникальный идентификатор депозита */
|
|
1016
|
-
id: IUint64$
|
|
1017
|
+
id: IUint64$3;
|
|
1017
1018
|
/** Имя пользователя */
|
|
1018
|
-
username: IName$
|
|
1019
|
+
username: IName$4;
|
|
1019
1020
|
/** Имя кооператива */
|
|
1020
|
-
coopname: IName$
|
|
1021
|
+
coopname: IName$4;
|
|
1021
1022
|
/** Тип депозита */
|
|
1022
|
-
type: IName$
|
|
1023
|
+
type: IName$4;
|
|
1023
1024
|
/** Имя контракта токена */
|
|
1024
|
-
token_contract: IName$
|
|
1025
|
+
token_contract: IName$4;
|
|
1025
1026
|
/** Количество актива */
|
|
1026
|
-
quantity: IAsset$
|
|
1027
|
+
quantity: IAsset$4;
|
|
1027
1028
|
/** Статус депозита */
|
|
1028
|
-
status: IName$
|
|
1029
|
+
status: IName$4;
|
|
1029
1030
|
/** Связанная ссылка с депозитом */
|
|
1030
1031
|
link: string;
|
|
1031
1032
|
/** Дополнительное примечание для депозита */
|
|
1032
1033
|
memo: string;
|
|
1033
1034
|
/** Время истечения срока действия депозита */
|
|
1034
|
-
expired_at: ITimePointSec$
|
|
1035
|
+
expired_at: ITimePointSec$3;
|
|
1035
1036
|
}
|
|
1036
|
-
interface IDocument$
|
|
1037
|
+
interface IDocument$3 {
|
|
1037
1038
|
/** Хэш-значение документа */
|
|
1038
1039
|
hash: string;
|
|
1039
1040
|
/** Публичный ключ, связанный с документом */
|
|
@@ -1045,45 +1046,45 @@ interface IDocument$1 {
|
|
|
1045
1046
|
}
|
|
1046
1047
|
interface IDpcomplete {
|
|
1047
1048
|
/** Имя кооператива */
|
|
1048
|
-
coopname: IName$
|
|
1049
|
+
coopname: IName$4;
|
|
1049
1050
|
/** Имя администратора */
|
|
1050
|
-
admin: IName$
|
|
1051
|
+
admin: IName$4;
|
|
1051
1052
|
/** Уникальный идентификатор депозита */
|
|
1052
|
-
deposit_id: IUint64$
|
|
1053
|
+
deposit_id: IUint64$3;
|
|
1053
1054
|
/** Дополнительное примечание для завершения */
|
|
1054
1055
|
memo: string;
|
|
1055
1056
|
}
|
|
1056
1057
|
interface IDpfail {
|
|
1057
1058
|
/** Имя кооператива */
|
|
1058
|
-
coopname: IName$
|
|
1059
|
+
coopname: IName$4;
|
|
1059
1060
|
/** Имя администратора */
|
|
1060
|
-
admin: IName$
|
|
1061
|
+
admin: IName$4;
|
|
1061
1062
|
/** Уникальный идентификатор депозита */
|
|
1062
|
-
deposit_id: IUint64$
|
|
1063
|
+
deposit_id: IUint64$3;
|
|
1063
1064
|
/** Дополнительное примечание для отказа */
|
|
1064
1065
|
memo: string;
|
|
1065
1066
|
}
|
|
1066
1067
|
interface INewdepositid {
|
|
1067
1068
|
/** Имя пользователя */
|
|
1068
|
-
username: IName$
|
|
1069
|
+
username: IName$4;
|
|
1069
1070
|
/** Уникальный идентификатор депозита */
|
|
1070
|
-
id: IUint64$
|
|
1071
|
+
id: IUint64$3;
|
|
1071
1072
|
}
|
|
1072
1073
|
interface INewwithdrid {
|
|
1073
1074
|
/** Имя пользователя */
|
|
1074
|
-
username: IName$
|
|
1075
|
+
username: IName$4;
|
|
1075
1076
|
/** Уникальный идентификатор вывода */
|
|
1076
|
-
id: IUint64$
|
|
1077
|
+
id: IUint64$3;
|
|
1077
1078
|
}
|
|
1078
|
-
interface IWithdraw {
|
|
1079
|
+
interface IWithdraw$1 {
|
|
1079
1080
|
/** Имя кооператива */
|
|
1080
|
-
coopname: IName$
|
|
1081
|
+
coopname: IName$4;
|
|
1081
1082
|
/** Имя пользователя */
|
|
1082
|
-
username: IName$
|
|
1083
|
+
username: IName$4;
|
|
1083
1084
|
/** Количество актива */
|
|
1084
|
-
quantity: IAsset$
|
|
1085
|
+
quantity: IAsset$4;
|
|
1085
1086
|
/** Документ, связанный с выводом */
|
|
1086
|
-
document: IDocument$
|
|
1087
|
+
document: IDocument$3;
|
|
1087
1088
|
/** Идентификатор банковских данных */
|
|
1088
1089
|
bank_data_id: string;
|
|
1089
1090
|
/** Дополнительное примечание для вывода */
|
|
@@ -1091,73 +1092,70 @@ interface IWithdraw {
|
|
|
1091
1092
|
}
|
|
1092
1093
|
interface IWithdrawauth {
|
|
1093
1094
|
/** Имя кооператива */
|
|
1094
|
-
coopname: IName$
|
|
1095
|
+
coopname: IName$4;
|
|
1095
1096
|
/** Уникальный идентификатор вывода */
|
|
1096
|
-
withdraw_id: IUint64$
|
|
1097
|
+
withdraw_id: IUint64$3;
|
|
1097
1098
|
}
|
|
1098
1099
|
interface IWithdraws$1 {
|
|
1099
1100
|
/** Уникальный идентификатор вывода */
|
|
1100
|
-
id: IUint64$
|
|
1101
|
+
id: IUint64$3;
|
|
1101
1102
|
/** Имя пользователя */
|
|
1102
|
-
username: IName$
|
|
1103
|
+
username: IName$4;
|
|
1103
1104
|
/** Имя кооператива */
|
|
1104
|
-
coopname: IName$
|
|
1105
|
+
coopname: IName$4;
|
|
1105
1106
|
/** Идентификатор банковских данных */
|
|
1106
1107
|
bank_data_id: string;
|
|
1107
1108
|
/** Имя контракта токена */
|
|
1108
|
-
token_contract: IName$
|
|
1109
|
+
token_contract: IName$4;
|
|
1109
1110
|
/** Количество актива */
|
|
1110
|
-
quantity: IAsset$
|
|
1111
|
+
quantity: IAsset$4;
|
|
1111
1112
|
/** Статус вывода */
|
|
1112
|
-
status: IName$
|
|
1113
|
+
status: IName$4;
|
|
1113
1114
|
/** Документ, связанный с выводом */
|
|
1114
|
-
document: IDocument$
|
|
1115
|
+
document: IDocument$3;
|
|
1115
1116
|
/** Дополнительное примечание для вывода */
|
|
1116
1117
|
memo: string;
|
|
1117
1118
|
/** Время создания вывода */
|
|
1118
|
-
created_at: ITimePointSec$
|
|
1119
|
+
created_at: ITimePointSec$3;
|
|
1119
1120
|
}
|
|
1120
1121
|
interface IWthdcomplete {
|
|
1121
1122
|
/** Имя кооператива */
|
|
1122
|
-
coopname: IName$
|
|
1123
|
+
coopname: IName$4;
|
|
1123
1124
|
/** Имя администратора */
|
|
1124
|
-
admin: IName$
|
|
1125
|
+
admin: IName$4;
|
|
1125
1126
|
/** Уникальный идентификатор вывода */
|
|
1126
|
-
withdraw_id: IUint64$
|
|
1127
|
+
withdraw_id: IUint64$3;
|
|
1127
1128
|
/** Дополнительное примечание для завершения */
|
|
1128
1129
|
memo: string;
|
|
1129
1130
|
}
|
|
1130
1131
|
interface IWthdfail {
|
|
1131
1132
|
/** Имя кооператива */
|
|
1132
|
-
coopname: IName$
|
|
1133
|
+
coopname: IName$4;
|
|
1133
1134
|
/** Имя администратора */
|
|
1134
|
-
admin: IName$
|
|
1135
|
+
admin: IName$4;
|
|
1135
1136
|
/** Уникальный идентификатор вывода */
|
|
1136
|
-
withdraw_id: IUint64$
|
|
1137
|
+
withdraw_id: IUint64$3;
|
|
1137
1138
|
/** Дополнительное примечание для отказа */
|
|
1138
1139
|
memo: string;
|
|
1139
1140
|
}
|
|
1140
1141
|
|
|
1141
|
-
type gateway_ICounts = ICounts;
|
|
1142
|
-
type gateway_ICountsBase = ICountsBase;
|
|
1143
1142
|
type gateway_IDeposit = IDeposit;
|
|
1144
1143
|
type gateway_IDpcomplete = IDpcomplete;
|
|
1145
1144
|
type gateway_IDpfail = IDpfail;
|
|
1146
1145
|
type gateway_INewdepositid = INewdepositid;
|
|
1147
1146
|
type gateway_INewwithdrid = INewwithdrid;
|
|
1148
|
-
type gateway_IWithdraw = IWithdraw;
|
|
1149
1147
|
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$k: 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$j: 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$i: 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$h: 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$g: 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,36 +1279,36 @@ 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
|
* Действие для создания заявки на возврат паевого взноса из кошелька.
|
|
1302
1300
|
*/
|
|
1303
|
-
type IFailDeposit$1 = IWithdraw;
|
|
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$e: 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$d: 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 = string;
|
|
1440
|
-
type IUint64 = number | string;
|
|
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
|
-
interface IJoincoop {
|
|
1475
|
-
coopname: IName$
|
|
1476
|
-
username: IName$
|
|
1477
|
-
document: IDocument;
|
|
1472
|
+
interface IJoincoop$1 {
|
|
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
|
|
|
@@ -1559,8 +1557,6 @@ type registrator_IBalances = IBalances;
|
|
|
1559
1557
|
type registrator_IBalancesBase = IBalancesBase;
|
|
1560
1558
|
type registrator_IChangekey = IChangekey;
|
|
1561
1559
|
type registrator_IConfirmreg = IConfirmreg;
|
|
1562
|
-
type registrator_IDocument = IDocument;
|
|
1563
|
-
type registrator_IJoincoop = IJoincoop;
|
|
1564
1560
|
type registrator_INewaccount = INewaccount;
|
|
1565
1561
|
type registrator_IOrgData = IOrgData;
|
|
1566
1562
|
type registrator_IOrgs = IOrgs;
|
|
@@ -1570,16 +1566,13 @@ type registrator_IRegorg = IRegorg;
|
|
|
1570
1566
|
type registrator_IRegplot = IRegplot;
|
|
1571
1567
|
type registrator_IReguser = IReguser;
|
|
1572
1568
|
type registrator_IStorage = IStorage;
|
|
1573
|
-
type registrator_ITimePointSec = ITimePointSec;
|
|
1574
|
-
type registrator_IUint64 = IUint64;
|
|
1575
|
-
type registrator_IUpdate = IUpdate;
|
|
1576
1569
|
type registrator_IVerificate = IVerificate;
|
|
1577
1570
|
type registrator_IVerification = IVerification;
|
|
1578
1571
|
declare namespace registrator {
|
|
1579
|
-
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 };
|
|
1580
1573
|
}
|
|
1581
1574
|
|
|
1582
|
-
declare const authorizations
|
|
1575
|
+
declare const authorizations$$: readonly [{
|
|
1583
1576
|
readonly permissions: readonly ["active"];
|
|
1584
1577
|
readonly actor: {
|
|
1585
1578
|
readonly production: "eosio";
|
|
@@ -1589,7 +1582,7 @@ declare const authorizations$c: readonly [{
|
|
|
1589
1582
|
/**
|
|
1590
1583
|
* Имя действия
|
|
1591
1584
|
*/
|
|
1592
|
-
declare const actionName
|
|
1585
|
+
declare const actionName$$ = "verificate";
|
|
1593
1586
|
/**
|
|
1594
1587
|
* @interface
|
|
1595
1588
|
*/
|
|
@@ -1597,38 +1590,41 @@ type IVerificateAccount = IVerificate;
|
|
|
1597
1590
|
|
|
1598
1591
|
type verificateAccount_IVerificateAccount = IVerificateAccount;
|
|
1599
1592
|
declare namespace verificateAccount {
|
|
1600
|
-
export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName
|
|
1593
|
+
export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName$$ as actionName, authorizations$$ as authorizations };
|
|
1601
1594
|
}
|
|
1602
1595
|
|
|
1603
|
-
declare const authorizations$
|
|
1596
|
+
declare const authorizations$_: readonly [{
|
|
1604
1597
|
readonly permissions: readonly ["active"];
|
|
1605
1598
|
readonly actor: "_username";
|
|
1606
1599
|
}];
|
|
1607
1600
|
/**
|
|
1608
1601
|
* Имя действия
|
|
1609
1602
|
*/
|
|
1610
|
-
declare const actionName$
|
|
1603
|
+
declare const actionName$_ = "update";
|
|
1611
1604
|
/**
|
|
1612
1605
|
* @interface
|
|
1613
1606
|
*/
|
|
1614
|
-
type IUpdateAccount = IUpdate;
|
|
1607
|
+
type IUpdateAccount = IUpdate$1;
|
|
1615
1608
|
|
|
1616
1609
|
type updateAccount_IUpdateAccount = IUpdateAccount;
|
|
1617
1610
|
declare namespace updateAccount {
|
|
1618
|
-
export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$
|
|
1611
|
+
export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$_ as actionName, authorizations$_ as authorizations };
|
|
1619
1612
|
}
|
|
1620
1613
|
|
|
1621
1614
|
/**
|
|
1622
1615
|
* Требуется авторизация аккаунта {@link Actors._admin | администратора} c позитивным балансом AXON для оплаты аренды ресурсов.
|
|
1623
1616
|
*/
|
|
1624
|
-
declare const authorizations$
|
|
1625
|
-
readonly permissions: readonly ["active"
|
|
1617
|
+
declare const authorizations$Z: readonly [{
|
|
1618
|
+
readonly permissions: readonly ["active", {
|
|
1619
|
+
readonly contract: "_contract";
|
|
1620
|
+
readonly action: "actionName";
|
|
1621
|
+
}];
|
|
1626
1622
|
readonly actor: "_admin";
|
|
1627
1623
|
}];
|
|
1628
1624
|
/**
|
|
1629
1625
|
* Имя действия
|
|
1630
1626
|
*/
|
|
1631
|
-
declare const actionName$
|
|
1627
|
+
declare const actionName$Z = "newaccount";
|
|
1632
1628
|
/**
|
|
1633
1629
|
* @interface
|
|
1634
1630
|
*/
|
|
@@ -1636,17 +1632,20 @@ type ICreateAccount = INewaccount;
|
|
|
1636
1632
|
|
|
1637
1633
|
type createAccount_ICreateAccount = ICreateAccount;
|
|
1638
1634
|
declare namespace createAccount {
|
|
1639
|
-
export { type createAccount_ICreateAccount as ICreateAccount, actionName$
|
|
1635
|
+
export { type createAccount_ICreateAccount as ICreateAccount, actionName$Z as actionName, authorizations$Z as authorizations };
|
|
1640
1636
|
}
|
|
1641
1637
|
|
|
1642
|
-
declare const authorizations$
|
|
1643
|
-
readonly permissions: readonly ["active"
|
|
1638
|
+
declare const authorizations$Y: readonly [{
|
|
1639
|
+
readonly permissions: readonly ["active", {
|
|
1640
|
+
readonly contract: "_contract";
|
|
1641
|
+
readonly action: "actionName";
|
|
1642
|
+
}];
|
|
1644
1643
|
readonly actor: "_admin";
|
|
1645
1644
|
}];
|
|
1646
1645
|
/**
|
|
1647
1646
|
* Имя действия
|
|
1648
1647
|
*/
|
|
1649
|
-
declare const actionName$
|
|
1648
|
+
declare const actionName$Y = "regorg";
|
|
1650
1649
|
/**
|
|
1651
1650
|
* @interface
|
|
1652
1651
|
*/
|
|
@@ -1654,10 +1653,10 @@ type IRegisterOrganization = IRegorg;
|
|
|
1654
1653
|
|
|
1655
1654
|
type registerOrganization_IRegisterOrganization = IRegisterOrganization;
|
|
1656
1655
|
declare namespace registerOrganization {
|
|
1657
|
-
export { type registerOrganization_IRegisterOrganization as IRegisterOrganization, actionName$
|
|
1656
|
+
export { type registerOrganization_IRegisterOrganization as IRegisterOrganization, actionName$Y as actionName, authorizations$Y as authorizations };
|
|
1658
1657
|
}
|
|
1659
1658
|
|
|
1660
|
-
declare const authorizations$
|
|
1659
|
+
declare const authorizations$X: readonly [{
|
|
1661
1660
|
readonly permissions: readonly ["active"];
|
|
1662
1661
|
readonly actor: {
|
|
1663
1662
|
readonly production: "eosio";
|
|
@@ -1667,7 +1666,7 @@ declare const authorizations$8: readonly [{
|
|
|
1667
1666
|
/**
|
|
1668
1667
|
* Имя действия
|
|
1669
1668
|
*/
|
|
1670
|
-
declare const actionName$
|
|
1669
|
+
declare const actionName$X = "changekey";
|
|
1671
1670
|
/**
|
|
1672
1671
|
* @interface
|
|
1673
1672
|
*/
|
|
@@ -1675,14 +1674,17 @@ type IChangeKey = IChangekey;
|
|
|
1675
1674
|
|
|
1676
1675
|
type changeKey_IChangeKey = IChangeKey;
|
|
1677
1676
|
declare namespace changeKey {
|
|
1678
|
-
export { type changeKey_IChangeKey as IChangeKey, actionName$
|
|
1677
|
+
export { type changeKey_IChangeKey as IChangeKey, actionName$X as actionName, authorizations$X as authorizations };
|
|
1679
1678
|
}
|
|
1680
1679
|
|
|
1681
1680
|
/**
|
|
1682
1681
|
* Требуется авторизация администратора кооператива или пользователя.
|
|
1683
1682
|
*/
|
|
1684
|
-
declare const authorizations$
|
|
1685
|
-
readonly permissions: readonly ["active"
|
|
1683
|
+
declare const authorizations$W: readonly [{
|
|
1684
|
+
readonly permissions: readonly ["active", {
|
|
1685
|
+
readonly contract: "_contract";
|
|
1686
|
+
readonly action: "actionName";
|
|
1687
|
+
}];
|
|
1686
1688
|
readonly actor: "_admin";
|
|
1687
1689
|
}, {
|
|
1688
1690
|
readonly permissions: readonly ["active"];
|
|
@@ -1691,21 +1693,21 @@ declare const authorizations$7: readonly [{
|
|
|
1691
1693
|
/**
|
|
1692
1694
|
* Имя действия
|
|
1693
1695
|
*/
|
|
1694
|
-
declare const actionName$
|
|
1696
|
+
declare const actionName$W = "joincoop";
|
|
1695
1697
|
/**
|
|
1696
1698
|
* @interface
|
|
1697
1699
|
*/
|
|
1698
|
-
type IJoinCooperative = IJoincoop;
|
|
1700
|
+
type IJoinCooperative = IJoincoop$1;
|
|
1699
1701
|
|
|
1700
1702
|
type joinCooperative_IJoinCooperative = IJoinCooperative;
|
|
1701
1703
|
declare namespace joinCooperative {
|
|
1702
|
-
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$
|
|
1704
|
+
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$W as actionName, authorizations$W as authorizations };
|
|
1703
1705
|
}
|
|
1704
1706
|
|
|
1705
1707
|
/**
|
|
1706
1708
|
* Требуется подпись контракта {@link ContractNames._soviet | совета}, которая поставляется автоматически в момент исполнения решения совета о приёме нового пайщика.
|
|
1707
1709
|
*/
|
|
1708
|
-
declare const authorizations$
|
|
1710
|
+
declare const authorizations$V: readonly [{
|
|
1709
1711
|
readonly permissions: readonly ["active"];
|
|
1710
1712
|
readonly actor: {
|
|
1711
1713
|
readonly production: "soviet";
|
|
@@ -1715,7 +1717,7 @@ declare const authorizations$6: readonly [{
|
|
|
1715
1717
|
/**
|
|
1716
1718
|
* Имя действия
|
|
1717
1719
|
*/
|
|
1718
|
-
declare const actionName$
|
|
1720
|
+
declare const actionName$V = "confirmreg";
|
|
1719
1721
|
/**
|
|
1720
1722
|
* @interface
|
|
1721
1723
|
*/
|
|
@@ -1723,32 +1725,32 @@ type IConfirmJoin = IConfirmreg;
|
|
|
1723
1725
|
|
|
1724
1726
|
type confirmJoin_IConfirmJoin = IConfirmJoin;
|
|
1725
1727
|
declare namespace confirmJoin {
|
|
1726
|
-
export { type confirmJoin_IConfirmJoin as IConfirmJoin, actionName$
|
|
1728
|
+
export { type confirmJoin_IConfirmJoin as IConfirmJoin, actionName$V as actionName, authorizations$V as authorizations };
|
|
1727
1729
|
}
|
|
1728
1730
|
|
|
1729
1731
|
/**
|
|
1730
1732
|
* Действие верификации аккаунта
|
|
1731
1733
|
*/
|
|
1732
1734
|
|
|
1733
|
-
declare const index$
|
|
1734
|
-
declare const index$
|
|
1735
|
-
declare const index$
|
|
1736
|
-
declare const index$
|
|
1737
|
-
declare const index$
|
|
1738
|
-
declare const index$
|
|
1739
|
-
declare const index$
|
|
1740
|
-
declare namespace index$
|
|
1741
|
-
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 };
|
|
1742
1744
|
}
|
|
1743
1745
|
|
|
1744
1746
|
/**
|
|
1745
1747
|
* Имя таблицы
|
|
1746
1748
|
*/
|
|
1747
|
-
declare const tableName$
|
|
1749
|
+
declare const tableName$h = "accounts";
|
|
1748
1750
|
/**
|
|
1749
1751
|
* Таблица хранится в {@link ContractNames._registrator | области памяти контракта}.
|
|
1750
1752
|
*/
|
|
1751
|
-
declare const scope$
|
|
1753
|
+
declare const scope$h: {
|
|
1752
1754
|
readonly production: "registrator";
|
|
1753
1755
|
readonly testnet: "regtest22222";
|
|
1754
1756
|
};
|
|
@@ -1760,17 +1762,17 @@ type IAccounts = IAccounts$1;
|
|
|
1760
1762
|
|
|
1761
1763
|
type accounts_IAccounts = IAccounts;
|
|
1762
1764
|
declare namespace accounts {
|
|
1763
|
-
export { type accounts_IAccounts as IAccounts, scope$
|
|
1765
|
+
export { type accounts_IAccounts as IAccounts, scope$h as scope, tableName$h as tableName };
|
|
1764
1766
|
}
|
|
1765
1767
|
|
|
1766
1768
|
/**
|
|
1767
1769
|
* Имя таблицы
|
|
1768
1770
|
*/
|
|
1769
|
-
declare const tableName$
|
|
1771
|
+
declare const tableName$g = "orgs";
|
|
1770
1772
|
/**
|
|
1771
1773
|
* Таблица хранится в {@link ContractNames._registrator | области памяти контракта}.
|
|
1772
1774
|
*/
|
|
1773
|
-
declare const scope$
|
|
1775
|
+
declare const scope$g: {
|
|
1774
1776
|
readonly production: "registrator";
|
|
1775
1777
|
readonly testnet: "regtest22222";
|
|
1776
1778
|
};
|
|
@@ -1781,17 +1783,17 @@ declare const scope$3: {
|
|
|
1781
1783
|
type IUsers$1 = IOrgs;
|
|
1782
1784
|
|
|
1783
1785
|
declare namespace organizations {
|
|
1784
|
-
export { type IUsers$1 as IUsers, scope$
|
|
1786
|
+
export { type IUsers$1 as IUsers, scope$g as scope, tableName$g as tableName };
|
|
1785
1787
|
}
|
|
1786
1788
|
|
|
1787
1789
|
/**
|
|
1788
1790
|
* Имя таблицы
|
|
1789
1791
|
*/
|
|
1790
|
-
declare const tableName$
|
|
1792
|
+
declare const tableName$f = "users";
|
|
1791
1793
|
/**
|
|
1792
1794
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
1793
1795
|
*/
|
|
1794
|
-
declare const scope$
|
|
1796
|
+
declare const scope$f = "_coopname";
|
|
1795
1797
|
/**
|
|
1796
1798
|
* @interface
|
|
1797
1799
|
* Таблица содержит реестр пользователей-пайщиков кооператива.
|
|
@@ -1800,7 +1802,7 @@ type IUsers = IUsers$2;
|
|
|
1800
1802
|
|
|
1801
1803
|
type users_IUsers = IUsers;
|
|
1802
1804
|
declare namespace users {
|
|
1803
|
-
export { type users_IUsers as IUsers, scope$
|
|
1805
|
+
export { type users_IUsers as IUsers, scope$f as scope, tableName$f as tableName };
|
|
1804
1806
|
}
|
|
1805
1807
|
|
|
1806
1808
|
/**
|
|
@@ -1808,75 +1810,73 @@ declare namespace users {
|
|
|
1808
1810
|
*
|
|
1809
1811
|
*/
|
|
1810
1812
|
|
|
1811
|
-
declare namespace index$
|
|
1813
|
+
declare namespace index$g {
|
|
1812
1814
|
export { accounts as Accounts, organizations as Organizations, users as Users };
|
|
1813
1815
|
}
|
|
1814
1816
|
|
|
1815
|
-
declare const contractName$
|
|
1817
|
+
declare const contractName$3: {
|
|
1816
1818
|
readonly production: "registrator";
|
|
1817
1819
|
readonly testnet: "regtest22222";
|
|
1818
1820
|
};
|
|
1819
1821
|
|
|
1820
|
-
declare namespace index$
|
|
1821
|
-
export { index$
|
|
1822
|
+
declare namespace index$f {
|
|
1823
|
+
export { index$h as Actions, registrator as Interfaces, index$g as Tables, contractName$3 as contractName };
|
|
1822
1824
|
}
|
|
1823
1825
|
|
|
1824
|
-
type IAsset = string;
|
|
1825
|
-
type IName = string;
|
|
1826
|
+
type IAsset$2 = string;
|
|
1827
|
+
type IName$2 = string;
|
|
1826
1828
|
type ISymbol = string;
|
|
1827
1829
|
interface IAccount {
|
|
1828
|
-
balance: IAsset;
|
|
1830
|
+
balance: IAsset$2;
|
|
1829
1831
|
}
|
|
1830
1832
|
interface IClose$1 {
|
|
1831
|
-
owner: IName;
|
|
1833
|
+
owner: IName$2;
|
|
1832
1834
|
symbol: ISymbol;
|
|
1833
1835
|
}
|
|
1834
1836
|
interface ICreate$1 {
|
|
1835
|
-
issuer: IName;
|
|
1836
|
-
maximum_supply: IAsset;
|
|
1837
|
+
issuer: IName$2;
|
|
1838
|
+
maximum_supply: IAsset$2;
|
|
1837
1839
|
}
|
|
1838
1840
|
interface ICurrencyStats$1 {
|
|
1839
|
-
supply: IAsset;
|
|
1840
|
-
max_supply: IAsset;
|
|
1841
|
-
issuer: IName;
|
|
1841
|
+
supply: IAsset$2;
|
|
1842
|
+
max_supply: IAsset$2;
|
|
1843
|
+
issuer: IName$2;
|
|
1842
1844
|
}
|
|
1843
1845
|
interface IIssue$1 {
|
|
1844
|
-
to: IName;
|
|
1845
|
-
quantity: IAsset;
|
|
1846
|
+
to: IName$2;
|
|
1847
|
+
quantity: IAsset$2;
|
|
1846
1848
|
memo: string;
|
|
1847
1849
|
}
|
|
1848
1850
|
interface IOpen$1 {
|
|
1849
|
-
owner: IName;
|
|
1851
|
+
owner: IName$2;
|
|
1850
1852
|
symbol: ISymbol;
|
|
1851
|
-
ram_payer: IName;
|
|
1853
|
+
ram_payer: IName$2;
|
|
1852
1854
|
}
|
|
1853
1855
|
interface IRetire$1 {
|
|
1854
|
-
quantity: IAsset;
|
|
1856
|
+
quantity: IAsset$2;
|
|
1855
1857
|
memo: string;
|
|
1856
1858
|
}
|
|
1857
1859
|
interface ITransfer$1 {
|
|
1858
|
-
from: IName;
|
|
1859
|
-
to: IName;
|
|
1860
|
-
quantity: IAsset;
|
|
1860
|
+
from: IName$2;
|
|
1861
|
+
to: IName$2;
|
|
1862
|
+
quantity: IAsset$2;
|
|
1861
1863
|
memo: string;
|
|
1862
1864
|
}
|
|
1863
1865
|
|
|
1864
1866
|
type eosio_token_IAccount = IAccount;
|
|
1865
|
-
type eosio_token_IAsset = IAsset;
|
|
1866
|
-
type eosio_token_IName = IName;
|
|
1867
1867
|
type eosio_token_ISymbol = ISymbol;
|
|
1868
1868
|
declare namespace eosio_token {
|
|
1869
|
-
export type { eosio_token_IAccount as IAccount,
|
|
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 };
|
|
1870
1870
|
}
|
|
1871
1871
|
|
|
1872
|
-
declare const authorizations$
|
|
1872
|
+
declare const authorizations$U: readonly [{
|
|
1873
1873
|
readonly permissions: readonly ["active"];
|
|
1874
1874
|
readonly actor: "_username";
|
|
1875
1875
|
}];
|
|
1876
1876
|
/**
|
|
1877
1877
|
* Имя действия
|
|
1878
1878
|
*/
|
|
1879
|
-
declare const actionName$
|
|
1879
|
+
declare const actionName$U = "transfer";
|
|
1880
1880
|
/**
|
|
1881
1881
|
* @interface
|
|
1882
1882
|
*/
|
|
@@ -1884,17 +1884,17 @@ type ITransfer = ITransfer$1;
|
|
|
1884
1884
|
|
|
1885
1885
|
type transfer_ITransfer = ITransfer;
|
|
1886
1886
|
declare namespace transfer {
|
|
1887
|
-
export { type transfer_ITransfer as ITransfer, actionName$
|
|
1887
|
+
export { type transfer_ITransfer as ITransfer, actionName$U as actionName, authorizations$U as authorizations };
|
|
1888
1888
|
}
|
|
1889
1889
|
|
|
1890
|
-
declare const authorizations$
|
|
1890
|
+
declare const authorizations$T: readonly [{
|
|
1891
1891
|
readonly permissions: readonly ["active"];
|
|
1892
1892
|
readonly actor: "_username";
|
|
1893
1893
|
}];
|
|
1894
1894
|
/**
|
|
1895
1895
|
* Имя действия
|
|
1896
1896
|
*/
|
|
1897
|
-
declare const actionName$
|
|
1897
|
+
declare const actionName$T = "open";
|
|
1898
1898
|
/**
|
|
1899
1899
|
* @interface
|
|
1900
1900
|
*/
|
|
@@ -1902,20 +1902,20 @@ type IOpen = IOpen$1;
|
|
|
1902
1902
|
|
|
1903
1903
|
type open_IOpen = IOpen;
|
|
1904
1904
|
declare namespace open {
|
|
1905
|
-
export { type open_IOpen as IOpen, actionName$
|
|
1905
|
+
export { type open_IOpen as IOpen, actionName$T as actionName, authorizations$T as authorizations };
|
|
1906
1906
|
}
|
|
1907
1907
|
|
|
1908
1908
|
/**
|
|
1909
1909
|
* Требуется авторизация владельца аккаунта, чей баланс закрывается.
|
|
1910
1910
|
*/
|
|
1911
|
-
declare const authorizations$
|
|
1911
|
+
declare const authorizations$S: readonly [{
|
|
1912
1912
|
readonly permissions: readonly ["active"];
|
|
1913
1913
|
readonly actor: "_username";
|
|
1914
1914
|
}];
|
|
1915
1915
|
/**
|
|
1916
1916
|
* Имя действия
|
|
1917
1917
|
*/
|
|
1918
|
-
declare const actionName$
|
|
1918
|
+
declare const actionName$S = "close";
|
|
1919
1919
|
/**
|
|
1920
1920
|
* @interface
|
|
1921
1921
|
*/
|
|
@@ -1923,17 +1923,17 @@ type IClose = IClose$1;
|
|
|
1923
1923
|
|
|
1924
1924
|
type close_IClose = IClose;
|
|
1925
1925
|
declare namespace close {
|
|
1926
|
-
export { type close_IClose as IClose, actionName$
|
|
1926
|
+
export { type close_IClose as IClose, actionName$S as actionName, authorizations$S as authorizations };
|
|
1927
1927
|
}
|
|
1928
1928
|
|
|
1929
|
-
declare const authorizations$
|
|
1929
|
+
declare const authorizations$R: readonly [{
|
|
1930
1930
|
readonly permissions: readonly ["active"];
|
|
1931
1931
|
readonly actor: "_system";
|
|
1932
1932
|
}];
|
|
1933
1933
|
/**
|
|
1934
1934
|
* Имя действия
|
|
1935
1935
|
*/
|
|
1936
|
-
declare const actionName$
|
|
1936
|
+
declare const actionName$R = "create";
|
|
1937
1937
|
/**
|
|
1938
1938
|
* @interface
|
|
1939
1939
|
*/
|
|
@@ -1941,20 +1941,20 @@ type ICreate = ICreate$1;
|
|
|
1941
1941
|
|
|
1942
1942
|
type create_ICreate = ICreate;
|
|
1943
1943
|
declare namespace create {
|
|
1944
|
-
export { type create_ICreate as ICreate, actionName$
|
|
1944
|
+
export { type create_ICreate as ICreate, actionName$R as actionName, authorizations$R as authorizations };
|
|
1945
1945
|
}
|
|
1946
1946
|
|
|
1947
1947
|
/**
|
|
1948
1948
|
* Для выпуска токенов требуется авторизация учетной записи эмитента, указанная {@link create.ICreate | при создании токена}.
|
|
1949
1949
|
*/
|
|
1950
|
-
declare const authorizations$
|
|
1950
|
+
declare const authorizations$Q: readonly [{
|
|
1951
1951
|
readonly permissions: readonly ["active"];
|
|
1952
1952
|
readonly actor: "currencyStats.issuer";
|
|
1953
1953
|
}];
|
|
1954
1954
|
/**
|
|
1955
1955
|
* Имя действия
|
|
1956
1956
|
*/
|
|
1957
|
-
declare const actionName$
|
|
1957
|
+
declare const actionName$Q = "issue";
|
|
1958
1958
|
/**
|
|
1959
1959
|
* @interface
|
|
1960
1960
|
*/
|
|
@@ -1962,54 +1962,52 @@ type IIssue = IIssue$1;
|
|
|
1962
1962
|
|
|
1963
1963
|
type issue_IIssue = IIssue;
|
|
1964
1964
|
declare namespace issue {
|
|
1965
|
-
export { type issue_IIssue as IIssue, actionName$
|
|
1965
|
+
export { type issue_IIssue as IIssue, actionName$Q as actionName, authorizations$Q as authorizations };
|
|
1966
1966
|
}
|
|
1967
1967
|
|
|
1968
1968
|
/**
|
|
1969
1969
|
* Для сжигания токенов требуется авторизация учетной записи эмитента, указанная {@link create.ICreate | при создании токена}.
|
|
1970
1970
|
*/
|
|
1971
|
-
declare const authorizations: readonly [{
|
|
1971
|
+
declare const authorizations$P: readonly [{
|
|
1972
1972
|
readonly permissions: readonly ["active"];
|
|
1973
1973
|
readonly actor: "currencyStats.issuer";
|
|
1974
1974
|
}];
|
|
1975
1975
|
/**
|
|
1976
1976
|
* Имя действия
|
|
1977
1977
|
*/
|
|
1978
|
-
declare const actionName = "retire";
|
|
1978
|
+
declare const actionName$P = "retire";
|
|
1979
1979
|
/**
|
|
1980
1980
|
* @interface
|
|
1981
1981
|
*/
|
|
1982
1982
|
type IRetire = IRetire$1;
|
|
1983
1983
|
|
|
1984
1984
|
type retire_IRetire = IRetire;
|
|
1985
|
-
declare const retire_actionName: typeof actionName;
|
|
1986
|
-
declare const retire_authorizations: typeof authorizations;
|
|
1987
1985
|
declare namespace retire {
|
|
1988
|
-
export { type retire_IRetire as IRetire,
|
|
1986
|
+
export { type retire_IRetire as IRetire, actionName$P as actionName, authorizations$P as authorizations };
|
|
1989
1987
|
}
|
|
1990
1988
|
|
|
1991
1989
|
/**
|
|
1992
1990
|
* Действие совершения перевода токенов AXON между аккаунтами.
|
|
1993
1991
|
*/
|
|
1994
1992
|
|
|
1995
|
-
declare const index$
|
|
1996
|
-
declare const index$
|
|
1997
|
-
declare const index$
|
|
1998
|
-
declare const index$
|
|
1999
|
-
declare const index$
|
|
2000
|
-
declare const index$
|
|
2001
|
-
declare namespace index$
|
|
2002
|
-
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 };
|
|
2003
2001
|
}
|
|
2004
2002
|
|
|
2005
2003
|
/**
|
|
2006
2004
|
* Имя таблицы
|
|
2007
2005
|
*/
|
|
2008
|
-
declare const tableName$
|
|
2006
|
+
declare const tableName$e = "accounts";
|
|
2009
2007
|
/**
|
|
2010
2008
|
* Таблица хранится в {@link Actors._username | области памяти пользователя}.
|
|
2011
2009
|
*/
|
|
2012
|
-
declare const scope$
|
|
2010
|
+
declare const scope$e = "_username";
|
|
2013
2011
|
/**
|
|
2014
2012
|
* @interface
|
|
2015
2013
|
* Таблица содержит переводы черновиков документов.
|
|
@@ -2018,17 +2016,17 @@ type IAccountBalance = IAccount;
|
|
|
2018
2016
|
|
|
2019
2017
|
type accountBalance_IAccountBalance = IAccountBalance;
|
|
2020
2018
|
declare namespace accountBalance {
|
|
2021
|
-
export { type accountBalance_IAccountBalance as IAccountBalance, scope$
|
|
2019
|
+
export { type accountBalance_IAccountBalance as IAccountBalance, scope$e as scope, tableName$e as tableName };
|
|
2022
2020
|
}
|
|
2023
2021
|
|
|
2024
2022
|
/**
|
|
2025
2023
|
* Имя таблицы
|
|
2026
2024
|
*/
|
|
2027
|
-
declare const tableName = "stat";
|
|
2025
|
+
declare const tableName$d = "stat";
|
|
2028
2026
|
/**
|
|
2029
2027
|
* Таблица хранится в области памяти символа токена "AXON".
|
|
2030
2028
|
*/
|
|
2031
|
-
declare const scope = "AXON";
|
|
2029
|
+
declare const scope$d = "AXON";
|
|
2032
2030
|
/**
|
|
2033
2031
|
* @interface
|
|
2034
2032
|
* Таблица содержит переводы черновиков документов.
|
|
@@ -2036,28 +2034,2327 @@ declare const scope = "AXON";
|
|
|
2036
2034
|
type ICurrencyStats = ICurrencyStats$1;
|
|
2037
2035
|
|
|
2038
2036
|
type currencyStats_ICurrencyStats = ICurrencyStats;
|
|
2039
|
-
declare const currencyStats_scope: typeof scope;
|
|
2040
|
-
declare const currencyStats_tableName: typeof tableName;
|
|
2041
2037
|
declare namespace currencyStats {
|
|
2042
|
-
export { type currencyStats_ICurrencyStats as ICurrencyStats,
|
|
2038
|
+
export { type currencyStats_ICurrencyStats as ICurrencyStats, scope$d as scope, tableName$d as tableName };
|
|
2043
2039
|
}
|
|
2044
2040
|
|
|
2045
2041
|
/**
|
|
2046
2042
|
* Таблица содержит информацию о балансе токенов пользователей
|
|
2047
2043
|
*/
|
|
2048
2044
|
|
|
2049
|
-
declare namespace index$
|
|
2045
|
+
declare namespace index$d {
|
|
2050
2046
|
export { accountBalance as AccountBalance, currencyStats as CurrencyStats };
|
|
2051
2047
|
}
|
|
2052
2048
|
|
|
2053
|
-
declare const contractName: {
|
|
2049
|
+
declare const contractName$2: {
|
|
2054
2050
|
readonly production: "eosio.token";
|
|
2055
2051
|
readonly testnet: "eosio.token";
|
|
2056
2052
|
};
|
|
2057
2053
|
|
|
2054
|
+
declare namespace index$c {
|
|
2055
|
+
export { index$e as Actions, eosio_token as Interfaces, index$d as Tables, contractName$2 as contractName };
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
type IAsset$1 = string;
|
|
2059
|
+
type IName$1 = string;
|
|
2060
|
+
type ITimePointSec$1 = string;
|
|
2061
|
+
type IUint64$1 = number | string;
|
|
2062
|
+
interface IAct$1 {
|
|
2063
|
+
coopname: IName$1;
|
|
2064
|
+
username: IName$1;
|
|
2065
|
+
action: IName$1;
|
|
2066
|
+
decision_id: IUint64$1;
|
|
2067
|
+
document: IDocument$1;
|
|
2068
|
+
}
|
|
2069
|
+
interface IAddbalance {
|
|
2070
|
+
coopname: IName$1;
|
|
2071
|
+
username: IName$1;
|
|
2072
|
+
quantity: IAsset$1;
|
|
2073
|
+
}
|
|
2074
|
+
interface IAddprogbal {
|
|
2075
|
+
coopname: IName$1;
|
|
2076
|
+
username: IName$1;
|
|
2077
|
+
program_id: IUint64$1;
|
|
2078
|
+
quantity: IAsset$1;
|
|
2079
|
+
}
|
|
2080
|
+
interface IAddress {
|
|
2081
|
+
latitude: string;
|
|
2082
|
+
longitude: string;
|
|
2083
|
+
country: string;
|
|
2084
|
+
state: string;
|
|
2085
|
+
city: string;
|
|
2086
|
+
district: string;
|
|
2087
|
+
street: string;
|
|
2088
|
+
house_number: string;
|
|
2089
|
+
building_section: string;
|
|
2090
|
+
unit_number: string;
|
|
2091
|
+
directions: string;
|
|
2092
|
+
phone_number: string;
|
|
2093
|
+
business_hours: string;
|
|
2094
|
+
}
|
|
2095
|
+
interface IAddresses$1 {
|
|
2096
|
+
id: IUint64$1;
|
|
2097
|
+
coopname: IName$1;
|
|
2098
|
+
cooplate: IName$1;
|
|
2099
|
+
data: IAddress;
|
|
2100
|
+
meta: string;
|
|
2101
|
+
}
|
|
2102
|
+
interface IAddstaff {
|
|
2103
|
+
coopname: IName$1;
|
|
2104
|
+
chairman: IName$1;
|
|
2105
|
+
username: IName$1;
|
|
2106
|
+
rights: IRight[];
|
|
2107
|
+
position_title: string;
|
|
2108
|
+
}
|
|
2109
|
+
interface IAuthorize$3 {
|
|
2110
|
+
coopname: IName$1;
|
|
2111
|
+
chairman: IName$1;
|
|
2112
|
+
decision_id: IUint64$1;
|
|
2113
|
+
document: IDocument$1;
|
|
2114
|
+
}
|
|
2115
|
+
interface IAutomate$1 {
|
|
2116
|
+
coopname: IName$1;
|
|
2117
|
+
board_id: IUint64$1;
|
|
2118
|
+
member: IName$1;
|
|
2119
|
+
action_type: IName$1;
|
|
2120
|
+
provider: IName$1;
|
|
2121
|
+
encrypted_private_key: string;
|
|
2122
|
+
}
|
|
2123
|
+
interface IAutomator {
|
|
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;
|
|
2130
|
+
encrypted_private_key: string;
|
|
2131
|
+
}
|
|
2132
|
+
interface IAutosigner {
|
|
2133
|
+
decision_id: IUint64$1;
|
|
2134
|
+
}
|
|
2135
|
+
interface IBatch$1 {
|
|
2136
|
+
coopname: IName$1;
|
|
2137
|
+
action: IName$1;
|
|
2138
|
+
batch_id: IUint64$1;
|
|
2139
|
+
}
|
|
2140
|
+
interface IBlockbal {
|
|
2141
|
+
coopname: IName$1;
|
|
2142
|
+
username: IName$1;
|
|
2143
|
+
quantity: IAsset$1;
|
|
2144
|
+
}
|
|
2145
|
+
interface IBoardMember {
|
|
2146
|
+
username: IName$1;
|
|
2147
|
+
is_voting: boolean;
|
|
2148
|
+
position_title: string;
|
|
2149
|
+
position: IName$1;
|
|
2150
|
+
}
|
|
2151
|
+
interface IBoards$1 {
|
|
2152
|
+
id: IUint64$1;
|
|
2153
|
+
type: IName$1;
|
|
2154
|
+
name: string;
|
|
2155
|
+
description: string;
|
|
2156
|
+
members: IBoardMember[];
|
|
2157
|
+
created_at: ITimePointSec$1;
|
|
2158
|
+
last_update: ITimePointSec$1;
|
|
2159
|
+
}
|
|
2160
|
+
interface ICancelorder {
|
|
2161
|
+
coopname: IName$1;
|
|
2162
|
+
username: IName$1;
|
|
2163
|
+
exchange_id: IUint64$1;
|
|
2164
|
+
}
|
|
2165
|
+
interface ICancelvote {
|
|
2166
|
+
coopname: IName$1;
|
|
2167
|
+
member: IName$1;
|
|
2168
|
+
decision_id: IUint64$1;
|
|
2169
|
+
}
|
|
2170
|
+
interface IChange {
|
|
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;
|
|
2177
|
+
}
|
|
2178
|
+
interface IChanges$1 {
|
|
2179
|
+
id: IUint64$1;
|
|
2180
|
+
exchange_id: IUint64$1;
|
|
2181
|
+
contribution_product_decision_id: IUint64$1;
|
|
2182
|
+
return_product_decision_id: IUint64$1;
|
|
2183
|
+
}
|
|
2184
|
+
interface ICompleted {
|
|
2185
|
+
coopname: IName$1;
|
|
2186
|
+
exchange_id: IUint64$1;
|
|
2187
|
+
}
|
|
2188
|
+
interface ICounts extends ICountsBase {
|
|
2189
|
+
}
|
|
2190
|
+
interface ICountsBase {
|
|
2191
|
+
key: IName$1;
|
|
2192
|
+
secondary_key: IName$1;
|
|
2193
|
+
value: IUint64$1;
|
|
2194
|
+
}
|
|
2195
|
+
interface ICreaddress {
|
|
2196
|
+
coopname: IName$1;
|
|
2197
|
+
chairman: IName$1;
|
|
2198
|
+
cooplate: IName$1;
|
|
2199
|
+
data: IAddress;
|
|
2200
|
+
meta: string;
|
|
2201
|
+
}
|
|
2202
|
+
interface ICreateboard$1 {
|
|
2203
|
+
coopname: IName$1;
|
|
2204
|
+
chairman: IName$1;
|
|
2205
|
+
type: IName$1;
|
|
2206
|
+
members: IBoardMember[];
|
|
2207
|
+
name: string;
|
|
2208
|
+
description: string;
|
|
2209
|
+
}
|
|
2210
|
+
interface ICreateprog {
|
|
2211
|
+
coopname: IName$1;
|
|
2212
|
+
chairman: IName$1;
|
|
2213
|
+
title: string;
|
|
2214
|
+
announce: string;
|
|
2215
|
+
description: string;
|
|
2216
|
+
preview: string;
|
|
2217
|
+
images: string;
|
|
2218
|
+
calculation_type: IName$1;
|
|
2219
|
+
fixed_membership_contribution: IAsset$1;
|
|
2220
|
+
membership_percent_fee: IUint64$1;
|
|
2221
|
+
}
|
|
2222
|
+
interface IDecision$1 {
|
|
2223
|
+
coopname: IName$1;
|
|
2224
|
+
username: IName$1;
|
|
2225
|
+
action: IName$1;
|
|
2226
|
+
decision_id: IUint64$1;
|
|
2227
|
+
document: IDocument$1;
|
|
2228
|
+
}
|
|
2229
|
+
interface IDecisions$1 {
|
|
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[];
|
|
2237
|
+
validated: boolean;
|
|
2238
|
+
approved: boolean;
|
|
2239
|
+
authorized: boolean;
|
|
2240
|
+
authorization: IDocument$1;
|
|
2241
|
+
created_at: ITimePointSec$1;
|
|
2242
|
+
}
|
|
2243
|
+
interface IDeladdress {
|
|
2244
|
+
coopname: IName$1;
|
|
2245
|
+
chairman: IName$1;
|
|
2246
|
+
address_id: IUint64$1;
|
|
2247
|
+
}
|
|
2248
|
+
interface IDisableprog {
|
|
2249
|
+
coopname: IName$1;
|
|
2250
|
+
id: IUint64$1;
|
|
2251
|
+
}
|
|
2252
|
+
interface IDisautomate$1 {
|
|
2253
|
+
coopname: IName$1;
|
|
2254
|
+
board_id: IUint64$1;
|
|
2255
|
+
member: IName$1;
|
|
2256
|
+
automation_id: IUint64$1;
|
|
2257
|
+
}
|
|
2258
|
+
interface IDocument$1 {
|
|
2259
|
+
hash: string;
|
|
2260
|
+
pkey: string;
|
|
2261
|
+
sign: string;
|
|
2262
|
+
meta: string;
|
|
2263
|
+
}
|
|
2264
|
+
interface IDraft$1 {
|
|
2265
|
+
coopname: IName$1;
|
|
2266
|
+
username: IName$1;
|
|
2267
|
+
decision_id: IUint64$1;
|
|
2268
|
+
}
|
|
2269
|
+
interface IEditaddress {
|
|
2270
|
+
coopname: IName$1;
|
|
2271
|
+
chairman: IName$1;
|
|
2272
|
+
address_id: IUint64$1;
|
|
2273
|
+
cooplate: IName$1;
|
|
2274
|
+
data: IAddress;
|
|
2275
|
+
meta: string;
|
|
2276
|
+
}
|
|
2277
|
+
interface IEditprog {
|
|
2278
|
+
coopname: IName$1;
|
|
2279
|
+
id: IUint64$1;
|
|
2280
|
+
title: string;
|
|
2281
|
+
announce: string;
|
|
2282
|
+
description: string;
|
|
2283
|
+
preview: string;
|
|
2284
|
+
images: string;
|
|
2285
|
+
}
|
|
2286
|
+
interface IExec$1 {
|
|
2287
|
+
executer: IName$1;
|
|
2288
|
+
coopname: IName$1;
|
|
2289
|
+
decision_id: IUint64$1;
|
|
2290
|
+
}
|
|
2291
|
+
interface IFundwithdraw {
|
|
2292
|
+
coopname: IName$1;
|
|
2293
|
+
username: IName$1;
|
|
2294
|
+
type: IName$1;
|
|
2295
|
+
withdraw_id: IUint64$1;
|
|
2296
|
+
document: IDocument$1;
|
|
2297
|
+
}
|
|
2298
|
+
interface IJoincoop {
|
|
2299
|
+
coopname: IName$1;
|
|
2300
|
+
username: IName$1;
|
|
2301
|
+
document: IDocument$1;
|
|
2302
|
+
}
|
|
2303
|
+
interface IJoincoops {
|
|
2304
|
+
id: IUint64$1;
|
|
2305
|
+
username: IName$1;
|
|
2306
|
+
is_paid: boolean;
|
|
2307
|
+
statement: IDocument$1;
|
|
2308
|
+
notice: string;
|
|
2309
|
+
}
|
|
2310
|
+
interface IMcontribute {
|
|
2311
|
+
coopname: IName$1;
|
|
2312
|
+
username: IName$1;
|
|
2313
|
+
program_id: IUint64$1;
|
|
2314
|
+
type: IName$1;
|
|
2315
|
+
secondary_id: IUint64$1;
|
|
2316
|
+
}
|
|
2317
|
+
interface IParticipants$1 {
|
|
2318
|
+
username: IName$1;
|
|
2319
|
+
created_at: ITimePointSec$1;
|
|
2320
|
+
last_update: ITimePointSec$1;
|
|
2321
|
+
last_min_pay: ITimePointSec$1;
|
|
2322
|
+
status: IName$1;
|
|
2323
|
+
is_initial: boolean;
|
|
2324
|
+
is_minimum: boolean;
|
|
2325
|
+
has_vote: boolean;
|
|
2326
|
+
}
|
|
2327
|
+
interface IPcontribute {
|
|
2328
|
+
coopname: IName$1;
|
|
2329
|
+
username: IName$1;
|
|
2330
|
+
program_id: IUint64$1;
|
|
2331
|
+
type: IName$1;
|
|
2332
|
+
secondary_id: IUint64$1;
|
|
2333
|
+
}
|
|
2334
|
+
interface IProgcomarket {
|
|
2335
|
+
id: IUint64$1;
|
|
2336
|
+
coopname: IName$1;
|
|
2337
|
+
is_active: boolean;
|
|
2338
|
+
title: string;
|
|
2339
|
+
announce: string;
|
|
2340
|
+
description: string;
|
|
2341
|
+
preview: string;
|
|
2342
|
+
images: string;
|
|
2343
|
+
meta: string;
|
|
2344
|
+
calculation_type: IName$1;
|
|
2345
|
+
membership_percent_fee: IUint64$1;
|
|
2346
|
+
fixed_membership_contribution: IAsset$1;
|
|
2347
|
+
}
|
|
2348
|
+
interface IProgram {
|
|
2349
|
+
coopname: IName$1;
|
|
2350
|
+
program_id: IUint64$1;
|
|
2351
|
+
}
|
|
2352
|
+
interface IProgwallets {
|
|
2353
|
+
id: IUint64$1;
|
|
2354
|
+
coopname: IName$1;
|
|
2355
|
+
program_id: IUint64$1;
|
|
2356
|
+
username: IName$1;
|
|
2357
|
+
available: IAsset$1;
|
|
2358
|
+
}
|
|
2359
|
+
interface IRecieved {
|
|
2360
|
+
coopname: IName$1;
|
|
2361
|
+
exchange_id: IUint64$1;
|
|
2362
|
+
}
|
|
2363
|
+
interface IRegpaid {
|
|
2364
|
+
coopname: IName$1;
|
|
2365
|
+
username: IName$1;
|
|
2366
|
+
}
|
|
2367
|
+
interface IRight {
|
|
2368
|
+
contract: IName$1;
|
|
2369
|
+
action_name: IName$1;
|
|
2370
|
+
}
|
|
2371
|
+
interface IRmstaff {
|
|
2372
|
+
coopname: IName$1;
|
|
2373
|
+
chairman: IName$1;
|
|
2374
|
+
username: IName$1;
|
|
2375
|
+
}
|
|
2376
|
+
interface ISetrights {
|
|
2377
|
+
coopname: IName$1;
|
|
2378
|
+
chairman: IName$1;
|
|
2379
|
+
username: IName$1;
|
|
2380
|
+
rights: IRight[];
|
|
2381
|
+
}
|
|
2382
|
+
interface IStaff {
|
|
2383
|
+
username: IName$1;
|
|
2384
|
+
position_title: string;
|
|
2385
|
+
roles: IName$1[];
|
|
2386
|
+
rights: IRight[];
|
|
2387
|
+
created_at: ITimePointSec$1;
|
|
2388
|
+
updated_at: ITimePointSec$1;
|
|
2389
|
+
}
|
|
2390
|
+
interface IStatement$1 {
|
|
2391
|
+
coopname: IName$1;
|
|
2392
|
+
username: IName$1;
|
|
2393
|
+
action: IName$1;
|
|
2394
|
+
decision_id: IUint64$1;
|
|
2395
|
+
document: IDocument$1;
|
|
2396
|
+
}
|
|
2397
|
+
interface ISubbalance {
|
|
2398
|
+
coopname: IName$1;
|
|
2399
|
+
username: IName$1;
|
|
2400
|
+
quantity: IAsset$1;
|
|
2401
|
+
}
|
|
2402
|
+
interface ISubprogbal {
|
|
2403
|
+
coopname: IName$1;
|
|
2404
|
+
username: IName$1;
|
|
2405
|
+
program_id: IUint64$1;
|
|
2406
|
+
quantity: IAsset$1;
|
|
2407
|
+
}
|
|
2408
|
+
interface IUnblockbal {
|
|
2409
|
+
coopname: IName$1;
|
|
2410
|
+
username: IName$1;
|
|
2411
|
+
quantity: IAsset$1;
|
|
2412
|
+
}
|
|
2413
|
+
interface IUpdateboard {
|
|
2414
|
+
coopname: IName$1;
|
|
2415
|
+
chairman: IName$1;
|
|
2416
|
+
board_id: IUint64$1;
|
|
2417
|
+
members: IBoardMember[];
|
|
2418
|
+
name: string;
|
|
2419
|
+
description: string;
|
|
2420
|
+
}
|
|
2421
|
+
interface IValidate$1 {
|
|
2422
|
+
coopname: IName$1;
|
|
2423
|
+
username: IName$1;
|
|
2424
|
+
decision_id: IUint64$1;
|
|
2425
|
+
}
|
|
2426
|
+
interface IVoteagainst {
|
|
2427
|
+
coopname: IName$1;
|
|
2428
|
+
member: IName$1;
|
|
2429
|
+
decision_id: IUint64$1;
|
|
2430
|
+
}
|
|
2431
|
+
interface IVotefor {
|
|
2432
|
+
coopname: IName$1;
|
|
2433
|
+
member: IName$1;
|
|
2434
|
+
decision_id: IUint64$1;
|
|
2435
|
+
}
|
|
2436
|
+
interface IWallets$1 {
|
|
2437
|
+
username: IName$1;
|
|
2438
|
+
coopname: IName$1;
|
|
2439
|
+
available: IAsset$1;
|
|
2440
|
+
blocked: IAsset$1;
|
|
2441
|
+
minimum: IAsset$1;
|
|
2442
|
+
}
|
|
2443
|
+
interface IWithdraw {
|
|
2444
|
+
coopname: IName$1;
|
|
2445
|
+
username: IName$1;
|
|
2446
|
+
withdraw_id: IUint64$1;
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
type soviet_IAddbalance = IAddbalance;
|
|
2450
|
+
type soviet_IAddprogbal = IAddprogbal;
|
|
2451
|
+
type soviet_IAddress = IAddress;
|
|
2452
|
+
type soviet_IAddstaff = IAddstaff;
|
|
2453
|
+
type soviet_IAutomator = IAutomator;
|
|
2454
|
+
type soviet_IAutosigner = IAutosigner;
|
|
2455
|
+
type soviet_IBlockbal = IBlockbal;
|
|
2456
|
+
type soviet_IBoardMember = IBoardMember;
|
|
2457
|
+
type soviet_ICancelorder = ICancelorder;
|
|
2458
|
+
type soviet_ICancelvote = ICancelvote;
|
|
2459
|
+
type soviet_IChange = IChange;
|
|
2460
|
+
type soviet_ICompleted = ICompleted;
|
|
2461
|
+
type soviet_ICounts = ICounts;
|
|
2462
|
+
type soviet_ICountsBase = ICountsBase;
|
|
2463
|
+
type soviet_ICreaddress = ICreaddress;
|
|
2464
|
+
type soviet_ICreateprog = ICreateprog;
|
|
2465
|
+
type soviet_IDeladdress = IDeladdress;
|
|
2466
|
+
type soviet_IDisableprog = IDisableprog;
|
|
2467
|
+
type soviet_IEditaddress = IEditaddress;
|
|
2468
|
+
type soviet_IEditprog = IEditprog;
|
|
2469
|
+
type soviet_IFundwithdraw = IFundwithdraw;
|
|
2470
|
+
type soviet_IJoincoop = IJoincoop;
|
|
2471
|
+
type soviet_IJoincoops = IJoincoops;
|
|
2472
|
+
type soviet_IMcontribute = IMcontribute;
|
|
2473
|
+
type soviet_IPcontribute = IPcontribute;
|
|
2474
|
+
type soviet_IProgcomarket = IProgcomarket;
|
|
2475
|
+
type soviet_IProgram = IProgram;
|
|
2476
|
+
type soviet_IProgwallets = IProgwallets;
|
|
2477
|
+
type soviet_IRecieved = IRecieved;
|
|
2478
|
+
type soviet_IRegpaid = IRegpaid;
|
|
2479
|
+
type soviet_IRight = IRight;
|
|
2480
|
+
type soviet_IRmstaff = IRmstaff;
|
|
2481
|
+
type soviet_ISetrights = ISetrights;
|
|
2482
|
+
type soviet_IStaff = IStaff;
|
|
2483
|
+
type soviet_ISubbalance = ISubbalance;
|
|
2484
|
+
type soviet_ISubprogbal = ISubprogbal;
|
|
2485
|
+
type soviet_IUnblockbal = IUnblockbal;
|
|
2486
|
+
type soviet_IUpdateboard = IUpdateboard;
|
|
2487
|
+
type soviet_IVoteagainst = IVoteagainst;
|
|
2488
|
+
type soviet_IVotefor = IVotefor;
|
|
2489
|
+
type soviet_IWithdraw = IWithdraw;
|
|
2490
|
+
declare namespace soviet {
|
|
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 };
|
|
2492
|
+
}
|
|
2493
|
+
|
|
2494
|
+
/**
|
|
2495
|
+
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2496
|
+
*/
|
|
2497
|
+
declare const authorizations$O: readonly [{
|
|
2498
|
+
readonly permissions: readonly ["active"];
|
|
2499
|
+
readonly actor: {
|
|
2500
|
+
readonly production: "soviet";
|
|
2501
|
+
readonly testnet: "soviettest22";
|
|
2502
|
+
};
|
|
2503
|
+
}];
|
|
2504
|
+
/**
|
|
2505
|
+
* Имя действия
|
|
2506
|
+
*/
|
|
2507
|
+
declare const actionName$O = "draft";
|
|
2508
|
+
/**
|
|
2509
|
+
* @interface
|
|
2510
|
+
* Действие фиксирует документ в реестре перед отправкой в совет.
|
|
2511
|
+
*/
|
|
2512
|
+
type IDraft = IDraft$1;
|
|
2513
|
+
|
|
2514
|
+
type draft_IDraft = IDraft;
|
|
2515
|
+
declare namespace draft {
|
|
2516
|
+
export { type draft_IDraft as IDraft, actionName$O as actionName, authorizations$O as authorizations };
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
/**
|
|
2520
|
+
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2521
|
+
*/
|
|
2522
|
+
declare const authorizations$N: readonly [{
|
|
2523
|
+
readonly permissions: readonly ["active"];
|
|
2524
|
+
readonly actor: {
|
|
2525
|
+
readonly production: "soviet";
|
|
2526
|
+
readonly testnet: "soviettest22";
|
|
2527
|
+
};
|
|
2528
|
+
}];
|
|
2529
|
+
/**
|
|
2530
|
+
* Имя действия
|
|
2531
|
+
*/
|
|
2532
|
+
declare const actionName$N = "batch";
|
|
2533
|
+
/**
|
|
2534
|
+
* @interface
|
|
2535
|
+
* Действие фиксирует связанную группу подписанных документов, которые отправляются в совет на голосование.
|
|
2536
|
+
*/
|
|
2537
|
+
type IBatch = IBatch$1;
|
|
2538
|
+
|
|
2539
|
+
type batch_IBatch = IBatch;
|
|
2540
|
+
declare namespace batch {
|
|
2541
|
+
export { type batch_IBatch as IBatch, actionName$N as actionName, authorizations$N as authorizations };
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2544
|
+
/**
|
|
2545
|
+
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2546
|
+
*/
|
|
2547
|
+
declare const authorizations$M: readonly [{
|
|
2548
|
+
readonly permissions: readonly ["active"];
|
|
2549
|
+
readonly actor: {
|
|
2550
|
+
readonly production: "soviet";
|
|
2551
|
+
readonly testnet: "soviettest22";
|
|
2552
|
+
};
|
|
2553
|
+
}];
|
|
2554
|
+
/**
|
|
2555
|
+
* Имя действия
|
|
2556
|
+
*/
|
|
2557
|
+
declare const actionName$M = "statement";
|
|
2558
|
+
/**
|
|
2559
|
+
* @interface
|
|
2560
|
+
* Действие фиксирует принятое заявление в реестре после принятия решения советом кооператива.
|
|
2561
|
+
* @private
|
|
2562
|
+
*/
|
|
2563
|
+
type IStatement = IStatement$1;
|
|
2564
|
+
|
|
2565
|
+
type statement_IStatement = IStatement;
|
|
2566
|
+
declare namespace statement {
|
|
2567
|
+
export { type statement_IStatement as IStatement, actionName$M as actionName, authorizations$M as authorizations };
|
|
2568
|
+
}
|
|
2569
|
+
|
|
2570
|
+
/**
|
|
2571
|
+
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2572
|
+
*/
|
|
2573
|
+
declare const authorizations$L: readonly [{
|
|
2574
|
+
readonly permissions: readonly ["active"];
|
|
2575
|
+
readonly actor: {
|
|
2576
|
+
readonly production: "soviet";
|
|
2577
|
+
readonly testnet: "soviettest22";
|
|
2578
|
+
};
|
|
2579
|
+
}];
|
|
2580
|
+
/**
|
|
2581
|
+
* Имя действия
|
|
2582
|
+
*/
|
|
2583
|
+
declare const actionName$L = "act";
|
|
2584
|
+
/**
|
|
2585
|
+
* @interface
|
|
2586
|
+
* Действие фиксирует в реестре подписанные акты приёма-передачи имущества.
|
|
2587
|
+
*/
|
|
2588
|
+
type IAct = IAct$1;
|
|
2589
|
+
|
|
2590
|
+
type act_IAct = IAct;
|
|
2591
|
+
declare namespace act {
|
|
2592
|
+
export { type act_IAct as IAct, actionName$L as actionName, authorizations$L as authorizations };
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
/**
|
|
2596
|
+
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2597
|
+
*/
|
|
2598
|
+
declare const authorizations$K: readonly [{
|
|
2599
|
+
readonly permissions: readonly ["active"];
|
|
2600
|
+
readonly actor: {
|
|
2601
|
+
readonly production: "soviet";
|
|
2602
|
+
readonly testnet: "soviettest22";
|
|
2603
|
+
};
|
|
2604
|
+
}];
|
|
2605
|
+
/**
|
|
2606
|
+
* Имя действия
|
|
2607
|
+
*/
|
|
2608
|
+
declare const actionName$K = "decision";
|
|
2609
|
+
/**
|
|
2610
|
+
* @interface
|
|
2611
|
+
* Действие фиксирует в реестре принятое решение совета.
|
|
2612
|
+
*/
|
|
2613
|
+
type IDecision = IDecision$1;
|
|
2614
|
+
|
|
2615
|
+
type decision_IDecision = IDecision;
|
|
2616
|
+
declare namespace decision {
|
|
2617
|
+
export { type decision_IDecision as IDecision, actionName$K as actionName, authorizations$K as authorizations };
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
/**
|
|
2621
|
+
* Действие фиксирует документ в реестре перед отправкой в совет на голосование.
|
|
2622
|
+
* @private
|
|
2623
|
+
*/
|
|
2624
|
+
|
|
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 };
|
|
2632
|
+
}
|
|
2633
|
+
|
|
2634
|
+
/**
|
|
2635
|
+
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2636
|
+
*/
|
|
2637
|
+
declare const authorizations$J: readonly [{
|
|
2638
|
+
readonly permissions: readonly ["active"];
|
|
2639
|
+
readonly actor: "_chairman";
|
|
2640
|
+
}];
|
|
2641
|
+
/**
|
|
2642
|
+
* Имя действия
|
|
2643
|
+
*/
|
|
2644
|
+
declare const actionName$J = "creaddress";
|
|
2645
|
+
/**
|
|
2646
|
+
* @interface
|
|
2647
|
+
* Действие создаёт новый адрес.
|
|
2648
|
+
*/
|
|
2649
|
+
type ICreateAddress = ICreaddress;
|
|
2650
|
+
|
|
2651
|
+
type createAddress_ICreateAddress = ICreateAddress;
|
|
2652
|
+
declare namespace createAddress {
|
|
2653
|
+
export { type createAddress_ICreateAddress as ICreateAddress, actionName$J as actionName, authorizations$J as authorizations };
|
|
2654
|
+
}
|
|
2655
|
+
|
|
2656
|
+
/**
|
|
2657
|
+
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2658
|
+
*/
|
|
2659
|
+
declare const authorizations$I: readonly [{
|
|
2660
|
+
readonly permissions: readonly ["active"];
|
|
2661
|
+
readonly actor: "_chairman";
|
|
2662
|
+
}];
|
|
2663
|
+
/**
|
|
2664
|
+
* Имя действия
|
|
2665
|
+
*/
|
|
2666
|
+
declare const actionName$I = "deladdress";
|
|
2667
|
+
/**
|
|
2668
|
+
* @interface
|
|
2669
|
+
* Действие удаляет адресс.
|
|
2670
|
+
*/
|
|
2671
|
+
type IDeleteAddress = IDeladdress;
|
|
2672
|
+
|
|
2673
|
+
type deleteAddress_IDeleteAddress = IDeleteAddress;
|
|
2674
|
+
declare namespace deleteAddress {
|
|
2675
|
+
export { type deleteAddress_IDeleteAddress as IDeleteAddress, actionName$I as actionName, authorizations$I as authorizations };
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2678
|
+
/**
|
|
2679
|
+
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2680
|
+
*/
|
|
2681
|
+
declare const authorizations$H: readonly [{
|
|
2682
|
+
readonly permissions: readonly ["active"];
|
|
2683
|
+
readonly actor: "_chairman";
|
|
2684
|
+
}];
|
|
2685
|
+
/**
|
|
2686
|
+
* Имя действия
|
|
2687
|
+
*/
|
|
2688
|
+
declare const actionName$H = "editaddress";
|
|
2689
|
+
/**
|
|
2690
|
+
* @interface
|
|
2691
|
+
* Действие редактирует адресс.
|
|
2692
|
+
*/
|
|
2693
|
+
type IEditAddress = IEditaddress;
|
|
2694
|
+
|
|
2695
|
+
type editAddress_IEditAddress = IEditAddress;
|
|
2696
|
+
declare namespace editAddress {
|
|
2697
|
+
export { type editAddress_IEditAddress as IEditAddress, actionName$H as actionName, authorizations$H as authorizations };
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2700
|
+
/**
|
|
2701
|
+
* Действие создаёт новый адрес.
|
|
2702
|
+
*/
|
|
2703
|
+
|
|
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 };
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
/**
|
|
2712
|
+
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2713
|
+
*/
|
|
2714
|
+
declare const authorizations$G: readonly [{
|
|
2715
|
+
readonly permissions: readonly ["active"];
|
|
2716
|
+
readonly actor: {
|
|
2717
|
+
readonly production: "soviet";
|
|
2718
|
+
readonly testnet: "soviettest22";
|
|
2719
|
+
};
|
|
2720
|
+
}, {
|
|
2721
|
+
readonly permissions: readonly ["active"];
|
|
2722
|
+
readonly actor: {
|
|
2723
|
+
readonly production: "gateway";
|
|
2724
|
+
readonly testnet: "gateway2222";
|
|
2725
|
+
};
|
|
2726
|
+
}, {
|
|
2727
|
+
readonly permissions: readonly ["active"];
|
|
2728
|
+
readonly actor: {
|
|
2729
|
+
readonly production: "marketplace";
|
|
2730
|
+
readonly testnet: "markettest22";
|
|
2731
|
+
};
|
|
2732
|
+
}];
|
|
2733
|
+
/**
|
|
2734
|
+
* Имя действия
|
|
2735
|
+
*/
|
|
2736
|
+
declare const actionName$G = "addbalance";
|
|
2737
|
+
/**
|
|
2738
|
+
* @interface
|
|
2739
|
+
* Действие добавляет баланс токенов учёта паевого взноса в кошелёк пользователя.
|
|
2740
|
+
* @private
|
|
2741
|
+
*/
|
|
2742
|
+
type IAddBalance = IAddbalance;
|
|
2743
|
+
|
|
2744
|
+
type addBalance_IAddBalance = IAddBalance;
|
|
2745
|
+
declare namespace addBalance {
|
|
2746
|
+
export { type addBalance_IAddBalance as IAddBalance, actionName$G as actionName, authorizations$G as authorizations };
|
|
2747
|
+
}
|
|
2748
|
+
|
|
2749
|
+
/**
|
|
2750
|
+
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2751
|
+
*/
|
|
2752
|
+
declare const authorizations$F: readonly [{
|
|
2753
|
+
readonly permissions: readonly ["active"];
|
|
2754
|
+
readonly actor: {
|
|
2755
|
+
readonly production: "soviet";
|
|
2756
|
+
readonly testnet: "soviettest22";
|
|
2757
|
+
};
|
|
2758
|
+
}, {
|
|
2759
|
+
readonly permissions: readonly ["active"];
|
|
2760
|
+
readonly actor: {
|
|
2761
|
+
readonly production: "gateway";
|
|
2762
|
+
readonly testnet: "gateway2222";
|
|
2763
|
+
};
|
|
2764
|
+
}, {
|
|
2765
|
+
readonly permissions: readonly ["active"];
|
|
2766
|
+
readonly actor: {
|
|
2767
|
+
readonly production: "marketplace";
|
|
2768
|
+
readonly testnet: "markettest22";
|
|
2769
|
+
};
|
|
2770
|
+
}];
|
|
2771
|
+
/**
|
|
2772
|
+
* Имя действия
|
|
2773
|
+
*/
|
|
2774
|
+
declare const actionName$F = "subbalance";
|
|
2775
|
+
/**
|
|
2776
|
+
* @interface
|
|
2777
|
+
* @private
|
|
2778
|
+
* Действие списывает баланс токенов учёта паевого взноса из кошелька пользователя.
|
|
2779
|
+
*/
|
|
2780
|
+
type ISubBalance = ISubbalance;
|
|
2781
|
+
|
|
2782
|
+
type subBalance_ISubBalance = ISubBalance;
|
|
2783
|
+
declare namespace subBalance {
|
|
2784
|
+
export { type subBalance_ISubBalance as ISubBalance, actionName$F as actionName, authorizations$F as authorizations };
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2787
|
+
/**
|
|
2788
|
+
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2789
|
+
*/
|
|
2790
|
+
declare const authorizations$E: readonly [{
|
|
2791
|
+
readonly permissions: readonly ["active"];
|
|
2792
|
+
readonly actor: {
|
|
2793
|
+
readonly production: "soviet";
|
|
2794
|
+
readonly testnet: "soviettest22";
|
|
2795
|
+
};
|
|
2796
|
+
}, {
|
|
2797
|
+
readonly permissions: readonly ["active"];
|
|
2798
|
+
readonly actor: {
|
|
2799
|
+
readonly production: "gateway";
|
|
2800
|
+
readonly testnet: "gateway2222";
|
|
2801
|
+
};
|
|
2802
|
+
}, {
|
|
2803
|
+
readonly permissions: readonly ["active"];
|
|
2804
|
+
readonly actor: {
|
|
2805
|
+
readonly production: "marketplace";
|
|
2806
|
+
readonly testnet: "markettest22";
|
|
2807
|
+
};
|
|
2808
|
+
}];
|
|
2809
|
+
/**
|
|
2810
|
+
* Имя действия
|
|
2811
|
+
*/
|
|
2812
|
+
declare const actionName$E = "blockbal";
|
|
2813
|
+
/**
|
|
2814
|
+
* @interface
|
|
2815
|
+
* @private
|
|
2816
|
+
* Действие блокирует баланс токенов учёта паевого взноса в кошельке пользователя. Вызывается смарт-контрактами при входе пайщика в целевую программу, в процессе возврата паевого взноса до момента фактической выплаты, и т.д.
|
|
2817
|
+
*/
|
|
2818
|
+
type IBlockBalance = IBlockbal;
|
|
2819
|
+
|
|
2820
|
+
type blockBalance_IBlockBalance = IBlockBalance;
|
|
2821
|
+
declare namespace blockBalance {
|
|
2822
|
+
export { type blockBalance_IBlockBalance as IBlockBalance, actionName$E as actionName, authorizations$E as authorizations };
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
/**
|
|
2826
|
+
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2827
|
+
*/
|
|
2828
|
+
declare const authorizations$D: readonly [{
|
|
2829
|
+
readonly permissions: readonly ["active"];
|
|
2830
|
+
readonly actor: {
|
|
2831
|
+
readonly production: "soviet";
|
|
2832
|
+
readonly testnet: "soviettest22";
|
|
2833
|
+
};
|
|
2834
|
+
}, {
|
|
2835
|
+
readonly permissions: readonly ["active"];
|
|
2836
|
+
readonly actor: {
|
|
2837
|
+
readonly production: "gateway";
|
|
2838
|
+
readonly testnet: "gateway2222";
|
|
2839
|
+
};
|
|
2840
|
+
}, {
|
|
2841
|
+
readonly permissions: readonly ["active"];
|
|
2842
|
+
readonly actor: {
|
|
2843
|
+
readonly production: "marketplace";
|
|
2844
|
+
readonly testnet: "markettest22";
|
|
2845
|
+
};
|
|
2846
|
+
}];
|
|
2847
|
+
/**
|
|
2848
|
+
* Имя действия
|
|
2849
|
+
*/
|
|
2850
|
+
declare const actionName$D = "unblockbal";
|
|
2851
|
+
/**
|
|
2852
|
+
* @interface
|
|
2853
|
+
* @private
|
|
2854
|
+
* Действие разблокирует баланс токенов учёта паевого взноса в кошельке пользователя.
|
|
2855
|
+
*/
|
|
2856
|
+
type IUnblockBal = IUnblockbal;
|
|
2857
|
+
|
|
2858
|
+
type unblockBalance_IUnblockBal = IUnblockBal;
|
|
2859
|
+
declare namespace unblockBalance {
|
|
2860
|
+
export { type unblockBalance_IUnblockBal as IUnblockBal, actionName$D as actionName, authorizations$D as authorizations };
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2863
|
+
/**
|
|
2864
|
+
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2865
|
+
*/
|
|
2866
|
+
declare const authorizations$C: readonly [{
|
|
2867
|
+
readonly permissions: readonly ["active"];
|
|
2868
|
+
readonly actor: {
|
|
2869
|
+
readonly production: "soviet";
|
|
2870
|
+
readonly testnet: "soviettest22";
|
|
2871
|
+
};
|
|
2872
|
+
}, {
|
|
2873
|
+
readonly permissions: readonly ["active"];
|
|
2874
|
+
readonly actor: {
|
|
2875
|
+
readonly production: "marketplace";
|
|
2876
|
+
readonly testnet: "markettest22";
|
|
2877
|
+
};
|
|
2878
|
+
}];
|
|
2879
|
+
/**
|
|
2880
|
+
* Имя действия
|
|
2881
|
+
*/
|
|
2882
|
+
declare const actionName$C = "addprogbal";
|
|
2883
|
+
/**
|
|
2884
|
+
* @interface
|
|
2885
|
+
* @private
|
|
2886
|
+
* Действие добавляет баланс токенов учёта в целевую потребительскую программу кооператива.
|
|
2887
|
+
*/
|
|
2888
|
+
type IAddProgramBalance = IAddprogbal;
|
|
2889
|
+
|
|
2890
|
+
type addProgramBalance_IAddProgramBalance = IAddProgramBalance;
|
|
2891
|
+
declare namespace addProgramBalance {
|
|
2892
|
+
export { type addProgramBalance_IAddProgramBalance as IAddProgramBalance, actionName$C as actionName, authorizations$C as authorizations };
|
|
2893
|
+
}
|
|
2894
|
+
|
|
2895
|
+
/**
|
|
2896
|
+
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2897
|
+
*/
|
|
2898
|
+
declare const authorizations$B: readonly [{
|
|
2899
|
+
readonly permissions: readonly ["active"];
|
|
2900
|
+
readonly actor: {
|
|
2901
|
+
readonly production: "soviet";
|
|
2902
|
+
readonly testnet: "soviettest22";
|
|
2903
|
+
};
|
|
2904
|
+
}, {
|
|
2905
|
+
readonly permissions: readonly ["active"];
|
|
2906
|
+
readonly actor: {
|
|
2907
|
+
readonly production: "marketplace";
|
|
2908
|
+
readonly testnet: "markettest22";
|
|
2909
|
+
};
|
|
2910
|
+
}];
|
|
2911
|
+
/**
|
|
2912
|
+
* Имя действия
|
|
2913
|
+
*/
|
|
2914
|
+
declare const actionName$B = "subprogbal";
|
|
2915
|
+
/**
|
|
2916
|
+
* @interface
|
|
2917
|
+
* @private
|
|
2918
|
+
* Действие списывает баланс токенов учёта из целевой потребительской программы кооператива.
|
|
2919
|
+
*/
|
|
2920
|
+
type ISubProgramBalance = ISubprogbal;
|
|
2921
|
+
|
|
2922
|
+
type subProgramBalance_ISubProgramBalance = ISubProgramBalance;
|
|
2923
|
+
declare namespace subProgramBalance {
|
|
2924
|
+
export { type subProgramBalance_ISubProgramBalance as ISubProgramBalance, actionName$B as actionName, authorizations$B as authorizations };
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
/**
|
|
2928
|
+
* Действие добавляет баланс токенов учёта паевого взноса в кошелёк пользователя.
|
|
2929
|
+
* @private
|
|
2930
|
+
*/
|
|
2931
|
+
|
|
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 };
|
|
2940
|
+
}
|
|
2941
|
+
|
|
2942
|
+
/**
|
|
2943
|
+
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2944
|
+
*/
|
|
2945
|
+
declare const authorizations$A: readonly [{
|
|
2946
|
+
readonly permissions: readonly ["active"];
|
|
2947
|
+
readonly actor: "_chairman";
|
|
2948
|
+
}];
|
|
2949
|
+
/**
|
|
2950
|
+
* Имя действия
|
|
2951
|
+
*/
|
|
2952
|
+
declare const actionName$A = "createprog";
|
|
2953
|
+
/**
|
|
2954
|
+
* @interface
|
|
2955
|
+
* Действие редактирует целевую потребительскую программу маркетплейса.
|
|
2956
|
+
*/
|
|
2957
|
+
type ICreateMarketProgram = ICreateprog;
|
|
2958
|
+
|
|
2959
|
+
type createMarketProgram_ICreateMarketProgram = ICreateMarketProgram;
|
|
2960
|
+
declare namespace createMarketProgram {
|
|
2961
|
+
export { type createMarketProgram_ICreateMarketProgram as ICreateMarketProgram, actionName$A as actionName, authorizations$A as authorizations };
|
|
2962
|
+
}
|
|
2963
|
+
|
|
2964
|
+
/**
|
|
2965
|
+
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2966
|
+
*/
|
|
2967
|
+
declare const authorizations$z: readonly [{
|
|
2968
|
+
readonly permissions: readonly ["active"];
|
|
2969
|
+
readonly actor: "_chairman";
|
|
2970
|
+
}];
|
|
2971
|
+
/**
|
|
2972
|
+
* Имя действия
|
|
2973
|
+
*/
|
|
2974
|
+
declare const actionName$z = "editprog";
|
|
2975
|
+
/**
|
|
2976
|
+
* @interface
|
|
2977
|
+
* Действие редактирует целевую потребительскую программу маркетплейса.
|
|
2978
|
+
*/
|
|
2979
|
+
type IEditMarketProgram = IEditprog;
|
|
2980
|
+
|
|
2981
|
+
type editMarketProgram_IEditMarketProgram = IEditMarketProgram;
|
|
2982
|
+
declare namespace editMarketProgram {
|
|
2983
|
+
export { type editMarketProgram_IEditMarketProgram as IEditMarketProgram, actionName$z as actionName, authorizations$z as authorizations };
|
|
2984
|
+
}
|
|
2985
|
+
|
|
2986
|
+
/**
|
|
2987
|
+
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2988
|
+
*/
|
|
2989
|
+
declare const authorizations$y: readonly [{
|
|
2990
|
+
readonly permissions: readonly ["active"];
|
|
2991
|
+
readonly actor: "_chairman";
|
|
2992
|
+
}];
|
|
2993
|
+
/**
|
|
2994
|
+
* Имя действия
|
|
2995
|
+
*/
|
|
2996
|
+
declare const actionName$y = "disableprog";
|
|
2997
|
+
/**
|
|
2998
|
+
* @interface
|
|
2999
|
+
* Действие отключает целевую потребительскую программу маркетплейса.
|
|
3000
|
+
*/
|
|
3001
|
+
type IDisableMarketProgram = IDisableprog;
|
|
3002
|
+
|
|
3003
|
+
type disableMarketProgram_IDisableMarketProgram = IDisableMarketProgram;
|
|
3004
|
+
declare namespace disableMarketProgram {
|
|
3005
|
+
export { type disableMarketProgram_IDisableMarketProgram as IDisableMarketProgram, actionName$y as actionName, authorizations$y as authorizations };
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
/**
|
|
3009
|
+
* Действие создаёт целевую потребительскую программу маркетплейса.
|
|
3010
|
+
*/
|
|
3011
|
+
|
|
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 };
|
|
3017
|
+
}
|
|
3018
|
+
|
|
3019
|
+
/**
|
|
3020
|
+
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3021
|
+
*/
|
|
3022
|
+
declare const authorizations$x: readonly [{
|
|
3023
|
+
readonly permissions: readonly ["active"];
|
|
3024
|
+
readonly actor: "_member";
|
|
3025
|
+
}];
|
|
3026
|
+
/**
|
|
3027
|
+
* Имя действия
|
|
3028
|
+
*/
|
|
3029
|
+
declare const actionName$x = "voteagainst";
|
|
3030
|
+
/**
|
|
3031
|
+
* @interface
|
|
3032
|
+
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
3033
|
+
*/
|
|
3034
|
+
type IVoteAgainstDecision$1 = IVoteagainst;
|
|
3035
|
+
|
|
3036
|
+
declare namespace voteAgainst {
|
|
3037
|
+
export { type IVoteAgainstDecision$1 as IVoteAgainstDecision, actionName$x as actionName, authorizations$x as authorizations };
|
|
3038
|
+
}
|
|
3039
|
+
|
|
3040
|
+
/**
|
|
3041
|
+
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3042
|
+
*/
|
|
3043
|
+
declare const authorizations$w: readonly [{
|
|
3044
|
+
readonly permissions: readonly ["active"];
|
|
3045
|
+
readonly actor: "_member";
|
|
3046
|
+
}];
|
|
3047
|
+
/**
|
|
3048
|
+
* Имя действия
|
|
3049
|
+
*/
|
|
3050
|
+
declare const actionName$w = "votefor";
|
|
3051
|
+
/**
|
|
3052
|
+
* @interface
|
|
3053
|
+
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
3054
|
+
*/
|
|
3055
|
+
type IVoteForDecision = IVotefor;
|
|
3056
|
+
|
|
3057
|
+
type voteFor_IVoteForDecision = IVoteForDecision;
|
|
3058
|
+
declare namespace voteFor {
|
|
3059
|
+
export { type voteFor_IVoteForDecision as IVoteForDecision, actionName$w as actionName, authorizations$w as authorizations };
|
|
3060
|
+
}
|
|
3061
|
+
|
|
3062
|
+
/**
|
|
3063
|
+
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3064
|
+
*/
|
|
3065
|
+
declare const authorizations$v: readonly [{
|
|
3066
|
+
readonly permissions: readonly ["active"];
|
|
3067
|
+
readonly actor: "_member";
|
|
3068
|
+
}];
|
|
3069
|
+
/**
|
|
3070
|
+
* Имя действия
|
|
3071
|
+
*/
|
|
3072
|
+
declare const actionName$v = "cancelvote";
|
|
3073
|
+
/**
|
|
3074
|
+
* @interface
|
|
3075
|
+
* Принимает отмену голоса. Метод позволяет члену совета отменить свой голос, если решение еще не принято.
|
|
3076
|
+
*/
|
|
3077
|
+
type IVoteAgainstDecision = IVoteagainst;
|
|
3078
|
+
|
|
3079
|
+
type cancelVote_IVoteAgainstDecision = IVoteAgainstDecision;
|
|
3080
|
+
declare namespace cancelVote {
|
|
3081
|
+
export { type cancelVote_IVoteAgainstDecision as IVoteAgainstDecision, actionName$v as actionName, authorizations$v as authorizations };
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3084
|
+
/**
|
|
3085
|
+
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
3086
|
+
*/
|
|
3087
|
+
declare const authorizations$u: readonly [{
|
|
3088
|
+
readonly permissions: readonly ["active"];
|
|
3089
|
+
readonly actor: "_chairman";
|
|
3090
|
+
}];
|
|
3091
|
+
/**
|
|
3092
|
+
* Имя действия
|
|
3093
|
+
*/
|
|
3094
|
+
declare const actionName$u = "authorize";
|
|
3095
|
+
/**
|
|
3096
|
+
* @interface
|
|
3097
|
+
* Действие утверждения принятого советом решения.
|
|
3098
|
+
*/
|
|
3099
|
+
type IAuthorize$2 = IAuthorize$3;
|
|
3100
|
+
|
|
3101
|
+
declare namespace authorize$1 {
|
|
3102
|
+
export { type IAuthorize$2 as IAuthorize, actionName$u as actionName, authorizations$u as authorizations };
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3105
|
+
/**
|
|
3106
|
+
* Действие выполняется за подписью любого {@link Actors._username | пользователя}.
|
|
3107
|
+
*/
|
|
3108
|
+
declare const authorizations$t: readonly [{
|
|
3109
|
+
readonly permissions: readonly ["active"];
|
|
3110
|
+
readonly actor: "_username";
|
|
3111
|
+
}];
|
|
3112
|
+
/**
|
|
3113
|
+
* Имя действия
|
|
3114
|
+
*/
|
|
3115
|
+
declare const actionName$t = "exec";
|
|
3116
|
+
/**
|
|
3117
|
+
* @interface
|
|
3118
|
+
* Действие исполнения принятого решения.
|
|
3119
|
+
* Обычно вызывается председателем сразу после утверждения решения,
|
|
3120
|
+
* чтобы оно вступило в силу и контракты исполнили его.
|
|
3121
|
+
* Однако, любой пользователь/кооператив может вызвать исполнение решения после того,
|
|
3122
|
+
* как оно было принято советом, если председатель по-какой-либо причине не исполнил его сам.
|
|
3123
|
+
*/
|
|
3124
|
+
type IExec = IExec$1;
|
|
3125
|
+
|
|
3126
|
+
type exec_IExec = IExec;
|
|
3127
|
+
declare namespace exec {
|
|
3128
|
+
export { type exec_IExec as IExec, actionName$t as actionName, authorizations$t as authorizations };
|
|
3129
|
+
}
|
|
3130
|
+
|
|
3131
|
+
/**
|
|
3132
|
+
* Действие выполняется автоматически за подписью контракта {@link ContractNames._marketplace | маркетплейса}.
|
|
3133
|
+
*/
|
|
3134
|
+
declare const authorizations$s: readonly [{
|
|
3135
|
+
readonly permissions: readonly ["active"];
|
|
3136
|
+
readonly actor: {
|
|
3137
|
+
readonly production: "marketplace";
|
|
3138
|
+
readonly testnet: "markettest22";
|
|
3139
|
+
};
|
|
3140
|
+
}];
|
|
3141
|
+
/**
|
|
3142
|
+
* Имя действия
|
|
3143
|
+
*/
|
|
3144
|
+
declare const actionName$s = "change";
|
|
3145
|
+
/**
|
|
3146
|
+
* @interface
|
|
3147
|
+
* Действие поставляет в совет на голосование заявления на взнос и возврат взноса двух пайщиков целевой потребительской программы маркетплейса.
|
|
3148
|
+
* @private
|
|
3149
|
+
*/
|
|
3150
|
+
type IMarketDecision = IChange;
|
|
3151
|
+
|
|
3152
|
+
type marketDecision_IMarketDecision = IMarketDecision;
|
|
3153
|
+
declare namespace marketDecision {
|
|
3154
|
+
export { type marketDecision_IMarketDecision as IMarketDecision, actionName$s as actionName, authorizations$s as authorizations };
|
|
3155
|
+
}
|
|
3156
|
+
|
|
3157
|
+
/**
|
|
3158
|
+
* Действие выполняется автоматически за подписью контракта {@link ContractNames._gateway | шлюза}.
|
|
3159
|
+
*/
|
|
3160
|
+
declare const authorizations$r: readonly [{
|
|
3161
|
+
readonly permissions: readonly ["active"];
|
|
3162
|
+
readonly actor: {
|
|
3163
|
+
readonly production: "gateway";
|
|
3164
|
+
readonly testnet: "gateway2222";
|
|
3165
|
+
};
|
|
3166
|
+
}];
|
|
3167
|
+
/**
|
|
3168
|
+
* Имя действия
|
|
3169
|
+
*/
|
|
3170
|
+
declare const actionName$r = "withdraw";
|
|
3171
|
+
/**
|
|
3172
|
+
* @interface
|
|
3173
|
+
* Действие поставляет в совет на голосование заявление на возврат паевого взноса.
|
|
3174
|
+
* @private
|
|
3175
|
+
*/
|
|
3176
|
+
type IWithdrawDecision = IWithdraw;
|
|
3177
|
+
|
|
3178
|
+
type withdrawDecision_IWithdrawDecision = IWithdrawDecision;
|
|
3179
|
+
declare namespace withdrawDecision {
|
|
3180
|
+
export { type withdrawDecision_IWithdrawDecision as IWithdrawDecision, actionName$r as actionName, authorizations$r as authorizations };
|
|
3181
|
+
}
|
|
3182
|
+
|
|
3183
|
+
/**
|
|
3184
|
+
* Действие выполняется автоматически за подписью контракта {@link ContractNames._fund | фондов}.
|
|
3185
|
+
*/
|
|
3186
|
+
declare const authorizations$q: readonly [{
|
|
3187
|
+
readonly permissions: readonly ["active"];
|
|
3188
|
+
readonly actor: {
|
|
3189
|
+
readonly production: "fund";
|
|
3190
|
+
readonly testnet: "fundtest2222";
|
|
3191
|
+
};
|
|
3192
|
+
}];
|
|
3193
|
+
/**
|
|
3194
|
+
* Имя действия
|
|
3195
|
+
*/
|
|
3196
|
+
declare const actionName$q = "fundwithdraw";
|
|
3197
|
+
/**
|
|
3198
|
+
* @interface
|
|
3199
|
+
* Действие поставляет в совет на голосование документ о необходимости использования средств фондов кооператива (кроме паевого).
|
|
3200
|
+
* @private
|
|
3201
|
+
*/
|
|
3202
|
+
type IFundWithdrawDecision = IFundwithdraw;
|
|
3203
|
+
|
|
3204
|
+
type fundWithdrawDecision_IFundWithdrawDecision = IFundWithdrawDecision;
|
|
3205
|
+
declare namespace fundWithdrawDecision {
|
|
3206
|
+
export { type fundWithdrawDecision_IFundWithdrawDecision as IFundWithdrawDecision, actionName$q as actionName, authorizations$q as authorizations };
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3209
|
+
/**
|
|
3210
|
+
* Действие выполняется автоматически за подписью контракта {@link ContractNames._registrator | шлюза}.
|
|
3211
|
+
*/
|
|
3212
|
+
declare const authorizations$p: readonly [{
|
|
3213
|
+
readonly permissions: readonly ["active"];
|
|
3214
|
+
readonly actor: {
|
|
3215
|
+
readonly production: "registrator";
|
|
3216
|
+
readonly testnet: "regtest22222";
|
|
3217
|
+
};
|
|
3218
|
+
}];
|
|
3219
|
+
/**
|
|
3220
|
+
* Имя действия
|
|
3221
|
+
*/
|
|
3222
|
+
declare const actionName$p = "joincoop";
|
|
3223
|
+
/**
|
|
3224
|
+
* @interface
|
|
3225
|
+
* Действие поставляет в совет на голосование заявление на вступление в кооператив.
|
|
3226
|
+
* @private
|
|
3227
|
+
*/
|
|
3228
|
+
type IJoinCoopDecision = IJoincoop;
|
|
3229
|
+
|
|
3230
|
+
type joinCoopDecision_IJoinCoopDecision = IJoinCoopDecision;
|
|
3231
|
+
declare namespace joinCoopDecision {
|
|
3232
|
+
export { type joinCoopDecision_IJoinCoopDecision as IJoinCoopDecision, actionName$p as actionName, authorizations$p as authorizations };
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3235
|
+
/**
|
|
3236
|
+
* Действие выполняется автоматически за подписью контракта {@link ContractNames._marketplace | маркетплейса}.
|
|
3237
|
+
*/
|
|
3238
|
+
declare const authorizations$o: readonly [{
|
|
3239
|
+
readonly permissions: readonly ["active"];
|
|
3240
|
+
readonly actor: {
|
|
3241
|
+
readonly production: "marketplace";
|
|
3242
|
+
readonly testnet: "markettest22";
|
|
3243
|
+
};
|
|
3244
|
+
}];
|
|
3245
|
+
/**
|
|
3246
|
+
* Имя действия
|
|
3247
|
+
*/
|
|
3248
|
+
declare const actionName$o = "recieved";
|
|
3249
|
+
/**
|
|
3250
|
+
* @interface
|
|
3251
|
+
* Действие поставляет в совет информацию о завершении процесса клиринга и инициирует выпуск закрывающих документов в реестр.
|
|
3252
|
+
* @private
|
|
3253
|
+
*/
|
|
3254
|
+
type IProductRecieved = IRecieved;
|
|
3255
|
+
|
|
3256
|
+
type productRecieved_IProductRecieved = IProductRecieved;
|
|
3257
|
+
declare namespace productRecieved {
|
|
3258
|
+
export { type productRecieved_IProductRecieved as IProductRecieved, actionName$o as actionName, authorizations$o as authorizations };
|
|
3259
|
+
}
|
|
3260
|
+
|
|
3261
|
+
/**
|
|
3262
|
+
* Действие выполняется за подписью {@link Actors._admin | администратора}.
|
|
3263
|
+
*/
|
|
3264
|
+
declare const authorizations$n: readonly [{
|
|
3265
|
+
readonly permissions: readonly ["active", {
|
|
3266
|
+
readonly contract: "_contract";
|
|
3267
|
+
readonly action: "actionName";
|
|
3268
|
+
}];
|
|
3269
|
+
readonly actor: "_admin";
|
|
3270
|
+
}];
|
|
3271
|
+
/**
|
|
3272
|
+
* Имя действия
|
|
3273
|
+
*/
|
|
3274
|
+
declare const actionName$n = "validated";
|
|
3275
|
+
/**
|
|
3276
|
+
* @interface
|
|
3277
|
+
* Действие валидации документов, поданных на голосование в совет.
|
|
3278
|
+
*/
|
|
3279
|
+
type IValidate = IValidate$1;
|
|
3280
|
+
|
|
3281
|
+
type validate_IValidate = IValidate;
|
|
3282
|
+
declare namespace validate {
|
|
3283
|
+
export { type validate_IValidate as IValidate, actionName$n as actionName, authorizations$n as authorizations };
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
/**
|
|
3287
|
+
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3288
|
+
*/
|
|
3289
|
+
declare const authorizations$m: readonly [{
|
|
3290
|
+
readonly permissions: readonly ["active"];
|
|
3291
|
+
readonly actor: "_member";
|
|
3292
|
+
}];
|
|
3293
|
+
/**
|
|
3294
|
+
* Имя действия
|
|
3295
|
+
*/
|
|
3296
|
+
declare const actionName$m = "automate";
|
|
3297
|
+
/**
|
|
3298
|
+
* @interface
|
|
3299
|
+
* Подключает автоматизацию принятия решений по указанным типам вопросов на повестке для члена совета.
|
|
3300
|
+
*/
|
|
3301
|
+
type IAutomate = IAutomate$1;
|
|
3302
|
+
|
|
3303
|
+
type automate_IAutomate = IAutomate;
|
|
3304
|
+
declare namespace automate {
|
|
3305
|
+
export { type automate_IAutomate as IAutomate, actionName$m as actionName, authorizations$m as authorizations };
|
|
3306
|
+
}
|
|
3307
|
+
|
|
3308
|
+
/**
|
|
3309
|
+
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3310
|
+
*/
|
|
3311
|
+
declare const authorizations$l: readonly [{
|
|
3312
|
+
readonly permissions: readonly ["active"];
|
|
3313
|
+
readonly actor: "_member";
|
|
3314
|
+
}];
|
|
3315
|
+
/**
|
|
3316
|
+
* Имя действия
|
|
3317
|
+
*/
|
|
3318
|
+
declare const actionName$l = "disautomate";
|
|
3319
|
+
/**
|
|
3320
|
+
* @interface
|
|
3321
|
+
* Отключает автоматизацию принятия решений по указанным типам вопросов на повестке для члена совета.
|
|
3322
|
+
*/
|
|
3323
|
+
type IDisautomate = IDisautomate$1;
|
|
3324
|
+
|
|
3325
|
+
type disautomate_IDisautomate = IDisautomate;
|
|
3326
|
+
declare namespace disautomate {
|
|
3327
|
+
export { type disautomate_IDisautomate as IDisautomate, actionName$l as actionName, authorizations$l as authorizations };
|
|
3328
|
+
}
|
|
3329
|
+
|
|
3330
|
+
/**
|
|
3331
|
+
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
3332
|
+
*/
|
|
3333
|
+
|
|
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 };
|
|
3348
|
+
}
|
|
3349
|
+
|
|
3350
|
+
declare const authorizations$k: readonly [{
|
|
3351
|
+
readonly permissions: readonly ["active"];
|
|
3352
|
+
readonly actor: "_chairman";
|
|
3353
|
+
}];
|
|
3354
|
+
/**
|
|
3355
|
+
* Имя действия
|
|
3356
|
+
*/
|
|
3357
|
+
declare const actionName$k = "createboard";
|
|
3358
|
+
/**
|
|
3359
|
+
* @interface
|
|
3360
|
+
*/
|
|
3361
|
+
type ICreateboard = ICreateboard$1;
|
|
3362
|
+
|
|
3363
|
+
type createBoard_ICreateboard = ICreateboard;
|
|
3364
|
+
declare namespace createBoard {
|
|
3365
|
+
export { type createBoard_ICreateboard as ICreateboard, actionName$k as actionName, authorizations$k as authorizations };
|
|
3366
|
+
}
|
|
3367
|
+
|
|
3368
|
+
declare const authorizations$j: readonly [{
|
|
3369
|
+
readonly permissions: readonly ["active"];
|
|
3370
|
+
readonly actor: "_chairman";
|
|
3371
|
+
}];
|
|
3372
|
+
/**
|
|
3373
|
+
* Имя действия
|
|
3374
|
+
*/
|
|
3375
|
+
declare const actionName$j = "updateboard";
|
|
3376
|
+
/**
|
|
3377
|
+
* @interface
|
|
3378
|
+
* Действие изменения данных доски совета.
|
|
3379
|
+
*/
|
|
3380
|
+
type IUpdateBoard = IUpdateboard;
|
|
3381
|
+
|
|
3382
|
+
type updateBoard_IUpdateBoard = IUpdateBoard;
|
|
3383
|
+
declare namespace updateBoard {
|
|
3384
|
+
export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$j as actionName, authorizations$j as authorizations };
|
|
3385
|
+
}
|
|
3386
|
+
|
|
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 };
|
|
3391
|
+
}
|
|
3392
|
+
|
|
3393
|
+
/**
|
|
3394
|
+
* Пространство действий для работы с реестрами.
|
|
3395
|
+
* @private
|
|
3396
|
+
*/
|
|
3397
|
+
|
|
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 };
|
|
3400
|
+
}
|
|
3401
|
+
|
|
3402
|
+
/**
|
|
3403
|
+
* Имя таблицы
|
|
3404
|
+
*/
|
|
3405
|
+
declare const tableName$c = "addresses";
|
|
3406
|
+
/**
|
|
3407
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3408
|
+
*/
|
|
3409
|
+
declare const scope$c = "_coopname";
|
|
3410
|
+
/**
|
|
3411
|
+
* @interface
|
|
3412
|
+
* Таблица хранит информацию о адресах кооператива.
|
|
3413
|
+
*/
|
|
3414
|
+
type IAddresses = IAddresses$1;
|
|
3415
|
+
|
|
3416
|
+
type addresses_IAddresses = IAddresses;
|
|
3417
|
+
declare namespace addresses {
|
|
3418
|
+
export { type addresses_IAddresses as IAddresses, scope$c as scope, tableName$c as tableName };
|
|
3419
|
+
}
|
|
3420
|
+
|
|
3421
|
+
/**
|
|
3422
|
+
* Имя таблицы
|
|
3423
|
+
*/
|
|
3424
|
+
declare const tableName$b = "staff";
|
|
3425
|
+
/**
|
|
3426
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3427
|
+
*/
|
|
3428
|
+
declare const scope$b = "_coopname";
|
|
3429
|
+
/**
|
|
3430
|
+
* @interface
|
|
3431
|
+
* Таблица содержит информацию о администраторах кооператива.
|
|
3432
|
+
*/
|
|
3433
|
+
type IAdmins = IStaff;
|
|
3434
|
+
|
|
3435
|
+
type admins_IAdmins = IAdmins;
|
|
3436
|
+
declare namespace admins {
|
|
3437
|
+
export { type admins_IAdmins as IAdmins, scope$b as scope, tableName$b as tableName };
|
|
3438
|
+
}
|
|
3439
|
+
|
|
3440
|
+
/**
|
|
3441
|
+
* Имя таблицы
|
|
3442
|
+
*/
|
|
3443
|
+
declare const tableName$a = "autosigner";
|
|
3444
|
+
/**
|
|
3445
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3446
|
+
*/
|
|
3447
|
+
declare const scope$a = "_coopname";
|
|
3448
|
+
/**
|
|
3449
|
+
* @interface
|
|
3450
|
+
* Таблица хранит очередь документов, которые ожидают автоматической подписи.
|
|
3451
|
+
*/
|
|
3452
|
+
type IAutomationQueue = IAutosigner;
|
|
3453
|
+
|
|
3454
|
+
type automationQueue_IAutomationQueue = IAutomationQueue;
|
|
3455
|
+
declare namespace automationQueue {
|
|
3456
|
+
export { type automationQueue_IAutomationQueue as IAutomationQueue, scope$a as scope, tableName$a as tableName };
|
|
3457
|
+
}
|
|
3458
|
+
|
|
3459
|
+
/**
|
|
3460
|
+
* Имя таблицы
|
|
3461
|
+
*/
|
|
3462
|
+
declare const tableName$9 = "automator";
|
|
3463
|
+
/**
|
|
3464
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3465
|
+
*/
|
|
3466
|
+
declare const scope$9 = "_coopname";
|
|
3467
|
+
/**
|
|
3468
|
+
* @interface
|
|
3469
|
+
* Таблица хранит автоматизации для голосований и решений совета.
|
|
3470
|
+
*/
|
|
3471
|
+
type IAutomations = IAutomator;
|
|
3472
|
+
|
|
3473
|
+
type automations_IAutomations = IAutomations;
|
|
3474
|
+
declare namespace automations {
|
|
3475
|
+
export { type automations_IAutomations as IAutomations, scope$9 as scope, tableName$9 as tableName };
|
|
3476
|
+
}
|
|
3477
|
+
|
|
3478
|
+
/**
|
|
3479
|
+
* Имя таблицы
|
|
3480
|
+
*/
|
|
3481
|
+
declare const tableName$8 = "boards";
|
|
3482
|
+
/**
|
|
3483
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3484
|
+
*/
|
|
3485
|
+
declare const scope$8 = "_coopname";
|
|
3486
|
+
/**
|
|
3487
|
+
* @interface
|
|
3488
|
+
* Таблица хранит информацию о советах кооператива.
|
|
3489
|
+
*/
|
|
3490
|
+
type IBoards = IBoards$1;
|
|
3491
|
+
|
|
3492
|
+
type boards_IBoards = IBoards;
|
|
3493
|
+
declare namespace boards {
|
|
3494
|
+
export { type boards_IBoards as IBoards, scope$8 as scope, tableName$8 as tableName };
|
|
3495
|
+
}
|
|
3496
|
+
|
|
3497
|
+
/**
|
|
3498
|
+
* Имя таблицы
|
|
3499
|
+
*/
|
|
3500
|
+
declare const tableName$7 = "changes";
|
|
3501
|
+
/**
|
|
3502
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3503
|
+
*/
|
|
3504
|
+
declare const scope$7 = "_coopname";
|
|
3505
|
+
/**
|
|
3506
|
+
* @interface
|
|
3507
|
+
* Зарегистрированные пары заявлений на взнос и возврат взносов через смарт-контракт маркетплейса.
|
|
3508
|
+
*/
|
|
3509
|
+
type IChanges = IChanges$1;
|
|
3510
|
+
|
|
3511
|
+
type changes_IChanges = IChanges;
|
|
3512
|
+
declare namespace changes {
|
|
3513
|
+
export { type changes_IChanges as IChanges, scope$7 as scope, tableName$7 as tableName };
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3516
|
+
/**
|
|
3517
|
+
* Имя таблицы
|
|
3518
|
+
*/
|
|
3519
|
+
declare const tableName$6 = "decisions";
|
|
3520
|
+
/**
|
|
3521
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3522
|
+
*/
|
|
3523
|
+
declare const scope$6 = "_coopname";
|
|
3524
|
+
/**
|
|
3525
|
+
* @interface
|
|
3526
|
+
*/
|
|
3527
|
+
type IDecisions = IDecisions$1;
|
|
3528
|
+
|
|
3529
|
+
type decisions_IDecisions = IDecisions;
|
|
3530
|
+
declare namespace decisions {
|
|
3531
|
+
export { type decisions_IDecisions as IDecisions, scope$6 as scope, tableName$6 as tableName };
|
|
3532
|
+
}
|
|
3533
|
+
|
|
3534
|
+
/**
|
|
3535
|
+
* Имя таблицы
|
|
3536
|
+
*/
|
|
3537
|
+
declare const tableName$5 = "joincoops";
|
|
3538
|
+
/**
|
|
3539
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3540
|
+
*/
|
|
3541
|
+
declare const scope$5 = "_coopname";
|
|
3542
|
+
/**
|
|
3543
|
+
* @interface
|
|
3544
|
+
* Таблица хранит заявления на вступление в кооператив, ожидающие рассмотрения в совете.
|
|
3545
|
+
*/
|
|
3546
|
+
type IJoinCoops = IJoincoops;
|
|
3547
|
+
|
|
3548
|
+
type joinCoops_IJoinCoops = IJoinCoops;
|
|
3549
|
+
declare namespace joinCoops {
|
|
3550
|
+
export { type joinCoops_IJoinCoops as IJoinCoops, scope$5 as scope, tableName$5 as tableName };
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
/**
|
|
3554
|
+
* Имя таблицы
|
|
3555
|
+
*/
|
|
3556
|
+
declare const tableName$4 = "progcomarket";
|
|
3557
|
+
/**
|
|
3558
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3559
|
+
*/
|
|
3560
|
+
declare const scope$4 = "_coopname";
|
|
3561
|
+
/**
|
|
3562
|
+
* @interface
|
|
3563
|
+
* Таблица хранит целевые потребительские программы контракта маркетплейса.
|
|
3564
|
+
*/
|
|
3565
|
+
type IMarketPrograms = IProgcomarket;
|
|
3566
|
+
|
|
3567
|
+
type marketPrograms_IMarketPrograms = IMarketPrograms;
|
|
3568
|
+
declare namespace marketPrograms {
|
|
3569
|
+
export { type marketPrograms_IMarketPrograms as IMarketPrograms, scope$4 as scope, tableName$4 as tableName };
|
|
3570
|
+
}
|
|
3571
|
+
|
|
3572
|
+
/**
|
|
3573
|
+
* Имя таблицы
|
|
3574
|
+
*/
|
|
3575
|
+
declare const tableName$3 = "participants";
|
|
3576
|
+
/**
|
|
3577
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3578
|
+
*/
|
|
3579
|
+
declare const scope$3 = "_coopname";
|
|
3580
|
+
/**
|
|
3581
|
+
* @interface
|
|
3582
|
+
* Таблица хранит публичную часть реестра пайщиков кооператива.
|
|
3583
|
+
*/
|
|
3584
|
+
type IParticipants = IParticipants$1;
|
|
3585
|
+
|
|
3586
|
+
type participants_IParticipants = IParticipants;
|
|
3587
|
+
declare namespace participants {
|
|
3588
|
+
export { type participants_IParticipants as IParticipants, scope$3 as scope, tableName$3 as tableName };
|
|
3589
|
+
}
|
|
3590
|
+
|
|
3591
|
+
/**
|
|
3592
|
+
* Имя таблицы
|
|
3593
|
+
*/
|
|
3594
|
+
declare const tableName$2 = "progwallets";
|
|
3595
|
+
/**
|
|
3596
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3597
|
+
*/
|
|
3598
|
+
declare const scope$2 = "_coopname";
|
|
3599
|
+
/**
|
|
3600
|
+
* @interface
|
|
3601
|
+
* Таблица хранит информацию о балансах пайщиков в целевых потребительских программах кооператива.
|
|
3602
|
+
*/
|
|
3603
|
+
type IProgramWallets = IProgwallets;
|
|
3604
|
+
|
|
3605
|
+
type programWallets_IProgramWallets = IProgramWallets;
|
|
3606
|
+
declare namespace programWallets {
|
|
3607
|
+
export { type programWallets_IProgramWallets as IProgramWallets, scope$2 as scope, tableName$2 as tableName };
|
|
3608
|
+
}
|
|
3609
|
+
|
|
3610
|
+
/**
|
|
3611
|
+
* Имя таблицы
|
|
3612
|
+
*/
|
|
3613
|
+
declare const tableName$1 = "wallets";
|
|
3614
|
+
/**
|
|
3615
|
+
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3616
|
+
*/
|
|
3617
|
+
declare const scope$1 = "_coopname";
|
|
3618
|
+
/**
|
|
3619
|
+
* @interface
|
|
3620
|
+
* Таблица содержит сводный баланс пайщиков кооператива.
|
|
3621
|
+
*/
|
|
3622
|
+
type IWallets = IWallets$1;
|
|
3623
|
+
|
|
3624
|
+
type wallets_IWallets = IWallets;
|
|
3625
|
+
declare namespace wallets {
|
|
3626
|
+
export { type wallets_IWallets as IWallets, scope$1 as scope, tableName$1 as tableName };
|
|
3627
|
+
}
|
|
3628
|
+
|
|
3629
|
+
/**
|
|
3630
|
+
* Таблица хранит информацию о адресах кооператива.
|
|
3631
|
+
*/
|
|
3632
|
+
|
|
3633
|
+
declare namespace index$4 {
|
|
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 };
|
|
3635
|
+
}
|
|
3636
|
+
|
|
3637
|
+
declare const contractName$1: {
|
|
3638
|
+
readonly production: "soviet";
|
|
3639
|
+
readonly testnet: "soviettest22";
|
|
3640
|
+
};
|
|
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
|
+
|
|
2058
4355
|
declare const index_contractName: typeof contractName;
|
|
2059
4356
|
declare namespace index {
|
|
2060
|
-
export { index$2 as Actions,
|
|
4357
|
+
export { index$2 as Actions, marketplace as Interfaces, index$1 as Tables, index_contractName as contractName };
|
|
2061
4358
|
}
|
|
2062
4359
|
|
|
2063
|
-
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 };
|