cooptypes 0.5.7 → 0.5.8

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/dist/index.d.cts CHANGED
@@ -132,9 +132,9 @@ declare namespace index$z {
132
132
 
133
133
  type IName$9 = string;
134
134
  type IUint64$6 = number | string;
135
- interface ICounts$3 extends ICountsBase$3 {
135
+ interface ICounts$4 extends ICountsBase$4 {
136
136
  }
137
- interface ICountsBase$3 {
137
+ interface ICountsBase$4 {
138
138
  key: IName$9;
139
139
  secondary_key: IName$9;
140
140
  value: IUint64$6;
@@ -159,7 +159,14 @@ interface IDeldraft {
159
159
  interface IDeltrans {
160
160
  translate_id: IUint64$6;
161
161
  }
162
- interface IDrafts$1 {
162
+ interface IEdittrans {
163
+ translate_id: IUint64$6;
164
+ data: string;
165
+ }
166
+ interface INewid$1 {
167
+ id: IUint64$6;
168
+ }
169
+ interface IOnedraft {
163
170
  id: IUint64$6;
164
171
  registry_id: IUint64$6;
165
172
  creator: IName$9;
@@ -171,14 +178,7 @@ interface IDrafts$1 {
171
178
  context: string;
172
179
  model: string;
173
180
  }
174
- interface IEdittrans {
175
- translate_id: IUint64$6;
176
- data: string;
177
- }
178
- interface INewid$1 {
179
- id: IUint64$6;
180
- }
181
- interface ITranslations$1 {
181
+ interface ITranslation$1 {
182
182
  id: IUint64$6;
183
183
  creator: IName$9;
184
184
  draft_id: IUint64$6;
@@ -193,8 +193,9 @@ type draft$1_ICreatetrans = ICreatetrans;
193
193
  type draft$1_IDeldraft = IDeldraft;
194
194
  type draft$1_IDeltrans = IDeltrans;
195
195
  type draft$1_IEdittrans = IEdittrans;
196
+ type draft$1_IOnedraft = IOnedraft;
196
197
  declare namespace draft$1 {
197
- 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$9 as IName, INewid$1 as INewid, ITranslations$1 as ITranslations, IUint64$6 as IUint64 };
198
+ export type { ICounts$4 as ICounts, ICountsBase$4 as ICountsBase, draft$1_ICreatedraft as ICreatedraft, draft$1_ICreatetrans as ICreatetrans, draft$1_IDeldraft as IDeldraft, draft$1_IDeltrans as IDeltrans, draft$1_IEdittrans as IEdittrans, IName$9 as IName, INewid$1 as INewid, draft$1_IOnedraft as IOnedraft, ITranslation$1 as ITranslation, IUint64$6 as IUint64 };
198
199
  }
199
200
 
200
201
  declare const authorizations$27: readonly [{
@@ -320,11 +321,10 @@ declare const scope$E = "_contract";
320
321
  * @interface
321
322
  * Таблица содержит переводы черновиков документов.
322
323
  */
323
- type IDrafts = IDrafts$1;
324
+ type IDraft$2 = IOnedraft;
324
325
 
325
- type drafts_IDrafts = IDrafts;
326
326
  declare namespace drafts {
327
- export { type drafts_IDrafts as IDrafts, scope$E as scope, tableName$E as tableName };
327
+ export { type IDraft$2 as IDraft, scope$E as scope, tableName$E as tableName };
328
328
  }
329
329
 
330
330
  /**
@@ -339,11 +339,11 @@ declare const scope$D = "_contract";
339
339
  * @interface
340
340
  * Таблица содержит переводы черновиков документов.
341
341
  */
342
- type ITranslations = ITranslations$1;
342
+ type ITranslation = ITranslation$1;
343
343
 
344
- type translations_ITranslations = ITranslations;
344
+ type translations_ITranslation = ITranslation;
345
345
  declare namespace translations {
346
- export { type translations_ITranslations as ITranslations, scope$D as scope, tableName$D as tableName };
346
+ export { type translations_ITranslation as ITranslation, scope$D as scope, tableName$D as tableName };
347
347
  }
348
348
 
349
349
  declare namespace index$x {
@@ -366,7 +366,7 @@ type IPublicKey$5 = string;
366
366
  type ISignature$4 = string;
367
367
  type ITimePointSec$7 = string;
368
368
  type IUint64$5 = number | string;
369
- interface IAccfunds {
369
+ interface IAccfund {
370
370
  id: IUint64$5;
371
371
  coopname: IName$8;
372
372
  contract: IName$8;
@@ -400,9 +400,9 @@ interface IComplete$1 {
400
400
  username: IName$8;
401
401
  withdraw_id: IUint64$5;
402
402
  }
403
- interface ICounts$2 extends ICountsBase$2 {
403
+ interface ICounts$3 extends ICountsBase$3 {
404
404
  }
405
- interface ICountsBase$2 {
405
+ interface ICountsBase$3 {
406
406
  key: IName$8;
407
407
  secondary_key: IName$8;
408
408
  value: IUint64$5;
@@ -438,7 +438,7 @@ interface IEditfund {
438
438
  description: string;
439
439
  percent: IUint64$5;
440
440
  }
441
- interface IExpfunds {
441
+ interface IExpfund {
442
442
  id: IUint64$5;
443
443
  coopname: IName$8;
444
444
  contract: IName$8;
@@ -465,7 +465,7 @@ interface IFundwithdraw$1 {
465
465
  quantity: IAsset$6;
466
466
  bank_data_id: string;
467
467
  }
468
- interface IFwithdraws {
468
+ interface IFwithdraw {
469
469
  id: IUint64$5;
470
470
  coopname: IName$8;
471
471
  username: IName$8;
@@ -477,7 +477,7 @@ interface IFwithdraws {
477
477
  bank_data_id: string;
478
478
  expired_at: ITimePointSec$7;
479
479
  }
480
- interface IInit$3 {
480
+ interface IInit$5 {
481
481
  coopname: IName$8;
482
482
  initial: IAsset$6;
483
483
  }
@@ -505,22 +505,22 @@ interface ISubcirculate {
505
505
  quantity: IAsset$6;
506
506
  }
507
507
 
508
- type fund_IAccfunds = IAccfunds;
508
+ type fund_IAccfund = IAccfund;
509
509
  type fund_IAddaccum = IAddaccum;
510
510
  type fund_IAddcirculate = IAddcirculate;
511
511
  type fund_IAddexpense = IAddexpense;
512
512
  type fund_ICreatefund = ICreatefund;
513
513
  type fund_IDelfund = IDelfund;
514
514
  type fund_IEditfund = IEditfund;
515
- type fund_IExpfunds = IExpfunds;
515
+ type fund_IExpfund = IExpfund;
516
516
  type fund_IFundwallet = IFundwallet;
517
- type fund_IFwithdraws = IFwithdraws;
517
+ type fund_IFwithdraw = IFwithdraw;
518
518
  type fund_INewwithdraw = INewwithdraw;
519
519
  type fund_ISpreadamount = ISpreadamount;
520
520
  type fund_ISubaccum = ISubaccum;
521
521
  type fund_ISubcirculate = ISubcirculate;
522
522
  declare namespace fund {
523
- export type { fund_IAccfunds as IAccfunds, fund_IAddaccum as IAddaccum, fund_IAddcirculate as IAddcirculate, fund_IAddexpense as IAddexpense, IAsset$6 as IAsset, IAuthorize$5 as IAuthorize, IChecksum256$6 as IChecksum256, 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$3 as IInit, IName$8 as IName, INewfund$1 as INewfund, fund_INewwithdraw as INewwithdraw, IPublicKey$5 as IPublicKey, ISignature$4 as ISignature, fund_ISpreadamount as ISpreadamount, fund_ISubaccum as ISubaccum, fund_ISubcirculate as ISubcirculate, ITimePointSec$7 as ITimePointSec, IUint64$5 as IUint64 };
523
+ export type { fund_IAccfund as IAccfund, fund_IAddaccum as IAddaccum, fund_IAddcirculate as IAddcirculate, fund_IAddexpense as IAddexpense, IAsset$6 as IAsset, IAuthorize$5 as IAuthorize, IChecksum256$6 as IChecksum256, IComplete$1 as IComplete, ICounts$3 as ICounts, ICountsBase$3 as ICountsBase, fund_ICreatefund as ICreatefund, fund_IDelfund as IDelfund, IDocument$4 as IDocument, fund_IEditfund as IEditfund, fund_IExpfund as IExpfund, fund_IFundwallet as IFundwallet, IFundwithdraw$1 as IFundwithdraw, fund_IFwithdraw as IFwithdraw, IInit$5 as IInit, IName$8 as IName, INewfund$1 as INewfund, fund_INewwithdraw as INewwithdraw, IPublicKey$5 as IPublicKey, ISignature$4 as ISignature, fund_ISpreadamount as ISpreadamount, fund_ISubaccum as ISubaccum, fund_ISubcirculate as ISubcirculate, ITimePointSec$7 as ITimePointSec, IUint64$5 as IUint64 };
524
524
  }
525
525
 
526
526
  declare const authorizations$22: readonly [{
@@ -770,10 +770,10 @@ declare const actionName$1T = "init";
770
770
  /**
771
771
  * @interface
772
772
  */
773
- type IInit$2 = IInit$3;
773
+ type IInit$4 = IInit$5;
774
774
 
775
775
  declare namespace init$1 {
776
- export { type IInit$2 as IInit, actionName$1T as actionName, authorizations$1T as authorizations };
776
+ export { type IInit$4 as IInit, actionName$1T as actionName, authorizations$1T as authorizations };
777
777
  }
778
778
 
779
779
  declare const authorizations$1S: readonly [{
@@ -872,11 +872,11 @@ declare const scope$C: {
872
872
  * @interface
873
873
  * Таблица содержит переводы черновиков документов.
874
874
  */
875
- type IAccumulatedFunds = IAccfunds;
875
+ type IAccumulatedFund = IAccfund;
876
876
 
877
- type accumulationFunds_IAccumulatedFunds = IAccumulatedFunds;
877
+ type accumulationFunds_IAccumulatedFund = IAccumulatedFund;
878
878
  declare namespace accumulationFunds {
879
- export { type accumulationFunds_IAccumulatedFunds as IAccumulatedFunds, scope$C as scope, tableName$C as tableName };
879
+ export { type accumulationFunds_IAccumulatedFund as IAccumulatedFund, scope$C as scope, tableName$C as tableName };
880
880
  }
881
881
 
882
882
  /**
@@ -896,11 +896,11 @@ declare const scope$B: {
896
896
  /**
897
897
  * @interface
898
898
  */
899
- type IExpensedFunds = IExpfunds;
899
+ type IExpensedFund = IExpfund;
900
900
 
901
- type expenseFunds_IExpensedFunds = IExpensedFunds;
901
+ type expenseFunds_IExpensedFund = IExpensedFund;
902
902
  declare namespace expenseFunds {
903
- export { type expenseFunds_IExpensedFunds as IExpensedFunds, scope$B as scope, tableName$B as tableName };
903
+ export { type expenseFunds_IExpensedFund as IExpensedFund, scope$B as scope, tableName$B as tableName };
904
904
  }
905
905
 
906
906
  /**
@@ -944,11 +944,11 @@ declare const scope$z: {
944
944
  /**
945
945
  * @interface
946
946
  */
947
- type IFundWithdraws = IFwithdraws;
947
+ type IFundWithdraw = IFwithdraw;
948
948
 
949
- type fundWithdraws_IFundWithdraws = IFundWithdraws;
949
+ type fundWithdraws_IFundWithdraw = IFundWithdraw;
950
950
  declare namespace fundWithdraws {
951
- export { type fundWithdraws_IFundWithdraws as IFundWithdraws, scope$z as scope, tableName$z as tableName };
951
+ export { type fundWithdraws_IFundWithdraw as IFundWithdraw, scope$z as scope, tableName$z as tableName };
952
952
  }
953
953
 
954
954
  /**
@@ -976,16 +976,16 @@ type IPublicKey$4 = string;
976
976
  type ISignature$3 = string;
977
977
  type ITimePointSec$6 = string;
978
978
  type IUint64$4 = number | string;
979
- interface IBalances$1 extends IBalancesBase$1 {
979
+ interface IBalances$2 extends IBalancesBase$2 {
980
980
  }
981
- interface IBalancesBase$1 {
981
+ interface IBalancesBase$2 {
982
982
  id: IUint64$4;
983
983
  contract: IName$7;
984
984
  quantity: IAsset$5;
985
985
  }
986
- interface ICounts$1 extends ICountsBase$1 {
986
+ interface ICounts$2 extends ICountsBase$2 {
987
987
  }
988
- interface ICountsBase$1 {
988
+ interface ICountsBase$2 {
989
989
  key: IName$7;
990
990
  secondary_key: IName$7;
991
991
  value: IUint64$4;
@@ -1080,7 +1080,7 @@ type gateway_IWithdrawauth = IWithdrawauth;
1080
1080
  type gateway_IWthdcomplete = IWthdcomplete;
1081
1081
  type gateway_IWthdfail = IWthdfail;
1082
1082
  declare namespace gateway {
1083
- export type { IAsset$5 as IAsset, IBalances$1 as IBalances, IBalancesBase$1 as IBalancesBase, IChecksum256$5 as IChecksum256, 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$7 as IName, gateway_INewdepositid as INewdepositid, gateway_INewwithdrid as INewwithdrid, IPublicKey$4 as IPublicKey, ISignature$3 as ISignature, ITimePointSec$6 as ITimePointSec, IUint64$4 as IUint64, IWithdraw$1 as IWithdraw, gateway_IWithdrawauth as IWithdrawauth, IWithdraws$1 as IWithdraws, gateway_IWthdcomplete as IWthdcomplete, gateway_IWthdfail as IWthdfail };
1083
+ export type { IAsset$5 as IAsset, IBalances$2 as IBalances, IBalancesBase$2 as IBalancesBase, IChecksum256$5 as IChecksum256, ICounts$2 as ICounts, ICountsBase$2 as ICountsBase, gateway_IDeposit as IDeposit, IDeposits$1 as IDeposits, IDocument$3 as IDocument, gateway_IDpcomplete as IDpcomplete, gateway_IDpfail as IDpfail, IName$7 as IName, gateway_INewdepositid as INewdepositid, gateway_INewwithdrid as INewwithdrid, IPublicKey$4 as IPublicKey, ISignature$3 as ISignature, ITimePointSec$6 as ITimePointSec, IUint64$4 as IUint64, IWithdraw$1 as IWithdraw, gateway_IWithdrawauth as IWithdrawauth, IWithdraws$1 as IWithdraws, gateway_IWthdcomplete as IWthdcomplete, gateway_IWthdfail as IWthdfail };
1084
1084
  }
1085
1085
 
1086
1086
  /**
@@ -1362,22 +1362,21 @@ type IPublicKey$3 = string;
1362
1362
  type ISignature$2 = string;
1363
1363
  type ITimePointSec$5 = string;
1364
1364
  type IUint64$3 = number | string;
1365
- interface IAccounts$1 {
1365
+ interface IAccount$2 {
1366
1366
  username: IName$6;
1367
1367
  referer: IName$6;
1368
1368
  registrator: IName$6;
1369
1369
  type: IName$6;
1370
1370
  status: IName$6;
1371
1371
  meta: string;
1372
- is_active: boolean;
1373
1372
  storages: IName$6[];
1374
1373
  verifications: IVerification[];
1375
1374
  registered_at: ITimePointSec$5;
1376
1375
  signature_expires_at: ITimePointSec$5;
1377
1376
  }
1378
- interface IBalances extends IBalancesBase {
1377
+ interface IBalances$1 extends IBalancesBase$1 {
1379
1378
  }
1380
- interface IBalancesBase {
1379
+ interface IBalancesBase$1 {
1381
1380
  id: IUint64$3;
1382
1381
  contract: IName$6;
1383
1382
  quantity: IAsset$4;
@@ -1396,6 +1395,8 @@ interface IDocument$2 {
1396
1395
  signature: ISignature$2;
1397
1396
  meta: string;
1398
1397
  }
1398
+ interface IInit$3 {
1399
+ }
1399
1400
  interface IJoincoop$1 {
1400
1401
  registrator: IName$6;
1401
1402
  coopname: IName$6;
@@ -1419,7 +1420,7 @@ interface IOrgData {
1419
1420
  initial: IAsset$4;
1420
1421
  minimum: IAsset$4;
1421
1422
  }
1422
- interface IOrgs {
1423
+ interface IOrganization$1 {
1423
1424
  username: IName$6;
1424
1425
  parent_username: IName$6;
1425
1426
  announce: string;
@@ -1468,12 +1469,9 @@ interface IVerification {
1468
1469
  notice: string;
1469
1470
  }
1470
1471
 
1471
- type registrator_IBalances = IBalances;
1472
- type registrator_IBalancesBase = IBalancesBase;
1473
1472
  type registrator_IChangekey = IChangekey;
1474
1473
  type registrator_IConfirmreg = IConfirmreg;
1475
1474
  type registrator_IOrgData = IOrgData;
1476
- type registrator_IOrgs = IOrgs;
1477
1475
  type registrator_IPlotData = IPlotData;
1478
1476
  type registrator_IRegdepartmnt = IRegdepartmnt;
1479
1477
  type registrator_IRegorg = IRegorg;
@@ -1481,7 +1479,7 @@ type registrator_IReguser = IReguser;
1481
1479
  type registrator_IVerificate = IVerificate;
1482
1480
  type registrator_IVerification = IVerification;
1483
1481
  declare namespace registrator {
1484
- export type { IAccounts$1 as IAccounts, IAsset$4 as IAsset, registrator_IBalances as IBalances, registrator_IBalancesBase as IBalancesBase, registrator_IChangekey as IChangekey, IChecksum256$4 as IChecksum256, registrator_IConfirmreg as IConfirmreg, IDocument$2 as IDocument, IJoincoop$1 as IJoincoop, IName$6 as IName, INewaccount$1 as INewaccount, registrator_IOrgData as IOrgData, registrator_IOrgs as IOrgs, registrator_IPlotData as IPlotData, IPublicKey$3 as IPublicKey, registrator_IRegdepartmnt as IRegdepartmnt, registrator_IRegorg as IRegorg, registrator_IReguser as IReguser, ISignature$2 as ISignature, ITimePointSec$5 as ITimePointSec, IUint64$3 as IUint64, IUpdate$1 as IUpdate, registrator_IVerificate as IVerificate, registrator_IVerification as IVerification };
1482
+ export type { IAccount$2 as IAccount, IAsset$4 as IAsset, IBalances$1 as IBalances, IBalancesBase$1 as IBalancesBase, registrator_IChangekey as IChangekey, IChecksum256$4 as IChecksum256, registrator_IConfirmreg as IConfirmreg, IDocument$2 as IDocument, IInit$3 as IInit, IJoincoop$1 as IJoincoop, IName$6 as IName, INewaccount$1 as INewaccount, registrator_IOrgData as IOrgData, IOrganization$1 as IOrganization, registrator_IPlotData as IPlotData, IPublicKey$3 as IPublicKey, registrator_IRegdepartmnt as IRegdepartmnt, registrator_IRegorg as IRegorg, registrator_IReguser as IReguser, ISignature$2 as ISignature, ITimePointSec$5 as ITimePointSec, IUint64$3 as IUint64, IUpdate$1 as IUpdate, registrator_IVerificate as IVerificate, registrator_IVerification as IVerification };
1485
1483
  }
1486
1484
 
1487
1485
  declare const authorizations$1H: readonly [{
@@ -1663,11 +1661,10 @@ declare const scope$w: {
1663
1661
  * @interface
1664
1662
  * Таблица содержит реестр аккаунтов системы.
1665
1663
  */
1666
- type IAccounts = IAccounts$1;
1664
+ type IAccount$1 = IAccount$2;
1667
1665
 
1668
- type accounts_IAccounts = IAccounts;
1669
1666
  declare namespace accounts {
1670
- export { type accounts_IAccounts as IAccounts, scope$w as scope, tableName$w as tableName };
1667
+ export { type IAccount$1 as IAccount, scope$w as scope, tableName$w as tableName };
1671
1668
  }
1672
1669
 
1673
1670
  /**
@@ -1685,11 +1682,11 @@ declare const scope$v: {
1685
1682
  * @interface
1686
1683
  * Таблица содержит реестр организаций-пайщиков кооператива.
1687
1684
  */
1688
- type IUsers = IOrgs;
1685
+ type IOrganization = IOrganization$1;
1689
1686
 
1690
- type organizations_IUsers = IUsers;
1687
+ type organizations_IOrganization = IOrganization;
1691
1688
  declare namespace organizations {
1692
- export { type organizations_IUsers as IUsers, scope$v as scope, tableName$v as tableName };
1689
+ export { type organizations_IOrganization as IOrganization, scope$v as scope, tableName$v as tableName };
1693
1690
  }
1694
1691
 
1695
1692
  /**
@@ -1960,7 +1957,14 @@ interface IAddprogbal {
1960
1957
  program_id: IUint64$2;
1961
1958
  quantity: IAsset$2;
1962
1959
  }
1963
- interface IAddress {
1960
+ interface IAddress$1 {
1961
+ id: IUint64$2;
1962
+ coopname: IName$4;
1963
+ departname: IName$4;
1964
+ data: IAddressData;
1965
+ meta: string;
1966
+ }
1967
+ interface IAddressData {
1964
1968
  latitude: string;
1965
1969
  longitude: string;
1966
1970
  country: string;
@@ -1975,13 +1979,6 @@ interface IAddress {
1975
1979
  phone_number: string;
1976
1980
  business_hours: string;
1977
1981
  }
1978
- interface IAddresses$1 {
1979
- id: IUint64$2;
1980
- coopname: IName$4;
1981
- cooplate: IName$4;
1982
- data: IAddress;
1983
- meta: string;
1984
- }
1985
1982
  interface IAddstaff {
1986
1983
  coopname: IName$4;
1987
1984
  chairman: IName$4;
@@ -2059,9 +2056,9 @@ interface IChanges$1 {
2059
2056
  contribution_product_decision_id: IUint64$2;
2060
2057
  return_product_decision_id: IUint64$2;
2061
2058
  }
2062
- interface ICounts extends ICountsBase {
2059
+ interface ICounts$1 extends ICountsBase$1 {
2063
2060
  }
2064
- interface ICountsBase {
2061
+ interface ICountsBase$1 {
2065
2062
  key: IName$4;
2066
2063
  secondary_key: IName$4;
2067
2064
  value: IUint64$2;
@@ -2069,8 +2066,8 @@ interface ICountsBase {
2069
2066
  interface ICreaddress {
2070
2067
  coopname: IName$4;
2071
2068
  chairman: IName$4;
2072
- cooplate: IName$4;
2073
- data: IAddress;
2069
+ departname: IName$4;
2070
+ data: IAddressData;
2074
2071
  meta: string;
2075
2072
  }
2076
2073
  interface ICreateboard$1 {
@@ -2093,14 +2090,7 @@ interface ICreateprog {
2093
2090
  fixed_membership_contribution: IAsset$2;
2094
2091
  membership_percent_fee: IUint64$2;
2095
2092
  }
2096
- interface IDecision$1 {
2097
- coopname: IName$4;
2098
- username: IName$4;
2099
- action: IName$4;
2100
- decision_id: IUint64$2;
2101
- document: IDocument$1;
2102
- }
2103
- interface IDecisions$1 {
2093
+ interface IDecision$2 {
2104
2094
  id: IUint64$2;
2105
2095
  coopname: IName$4;
2106
2096
  username: IName$4;
@@ -2144,8 +2134,8 @@ interface IEditaddress {
2144
2134
  coopname: IName$4;
2145
2135
  chairman: IName$4;
2146
2136
  address_id: IUint64$2;
2147
- cooplate: IName$4;
2148
- data: IAddress;
2137
+ departname: IName$4;
2138
+ data: IAddressData;
2149
2139
  meta: string;
2150
2140
  }
2151
2141
  interface IEditprog {
@@ -2169,6 +2159,8 @@ interface IFundwithdraw {
2169
2159
  withdraw_id: IUint64$2;
2170
2160
  document: IDocument$1;
2171
2161
  }
2162
+ interface IInit$2 {
2163
+ }
2172
2164
  interface IJoincoop {
2173
2165
  coopname: IName$4;
2174
2166
  username: IName$4;
@@ -2181,6 +2173,13 @@ interface IJoincoops {
2181
2173
  statement: IDocument$1;
2182
2174
  notice: string;
2183
2175
  }
2176
+ interface IOnewallet {
2177
+ username: IName$4;
2178
+ coopname: IName$4;
2179
+ available: IAsset$2;
2180
+ blocked: IAsset$2;
2181
+ minimum: IAsset$2;
2182
+ }
2184
2183
  interface IParticipants$1 {
2185
2184
  username: IName$4;
2186
2185
  created_at: ITimePointSec$4;
@@ -2209,7 +2208,7 @@ interface IProgram {
2209
2208
  coopname: IName$4;
2210
2209
  program_id: IUint64$2;
2211
2210
  }
2212
- interface IProgwallets {
2211
+ interface IProgwallet {
2213
2212
  id: IUint64$2;
2214
2213
  coopname: IName$4;
2215
2214
  program_id: IUint64$2;
@@ -2293,13 +2292,6 @@ interface IVotefor {
2293
2292
  member: IName$4;
2294
2293
  decision_id: IUint64$2;
2295
2294
  }
2296
- interface IWallets$1 {
2297
- username: IName$4;
2298
- coopname: IName$4;
2299
- available: IAsset$2;
2300
- blocked: IAsset$2;
2301
- minimum: IAsset$2;
2302
- }
2303
2295
  interface IWithdraw {
2304
2296
  coopname: IName$4;
2305
2297
  username: IName$4;
@@ -2308,7 +2300,7 @@ interface IWithdraw {
2308
2300
 
2309
2301
  type soviet_IAddbalance = IAddbalance;
2310
2302
  type soviet_IAddprogbal = IAddprogbal;
2311
- type soviet_IAddress = IAddress;
2303
+ type soviet_IAddressData = IAddressData;
2312
2304
  type soviet_IAddstaff = IAddstaff;
2313
2305
  type soviet_IAutomator = IAutomator;
2314
2306
  type soviet_IAutosigner = IAutosigner;
@@ -2316,8 +2308,6 @@ type soviet_IBlockbal = IBlockbal;
2316
2308
  type soviet_IBoardMember = IBoardMember;
2317
2309
  type soviet_ICancelvote = ICancelvote;
2318
2310
  type soviet_IChange = IChange;
2319
- type soviet_ICounts = ICounts;
2320
- type soviet_ICountsBase = ICountsBase;
2321
2311
  type soviet_ICreaddress = ICreaddress;
2322
2312
  type soviet_ICreateprog = ICreateprog;
2323
2313
  type soviet_IDeladdress = IDeladdress;
@@ -2327,9 +2317,10 @@ type soviet_IEditprog = IEditprog;
2327
2317
  type soviet_IFundwithdraw = IFundwithdraw;
2328
2318
  type soviet_IJoincoop = IJoincoop;
2329
2319
  type soviet_IJoincoops = IJoincoops;
2320
+ type soviet_IOnewallet = IOnewallet;
2330
2321
  type soviet_IProgcomarket = IProgcomarket;
2331
2322
  type soviet_IProgram = IProgram;
2332
- type soviet_IProgwallets = IProgwallets;
2323
+ type soviet_IProgwallet = IProgwallet;
2333
2324
  type soviet_IRecieved = IRecieved;
2334
2325
  type soviet_IRegpaid = IRegpaid;
2335
2326
  type soviet_IRight = IRight;
@@ -2344,7 +2335,7 @@ type soviet_IVoteagainst = IVoteagainst;
2344
2335
  type soviet_IVotefor = IVotefor;
2345
2336
  type soviet_IWithdraw = IWithdraw;
2346
2337
  declare namespace soviet {
2347
- 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$2 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_ICancelvote as ICancelvote, soviet_IChange as IChange, IChanges$1 as IChanges, IChecksum256$3 as IChecksum256, 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$4 as IExec, soviet_IFundwithdraw as IFundwithdraw, soviet_IJoincoop as IJoincoop, soviet_IJoincoops as IJoincoops, IName$4 as IName, IParticipants$1 as IParticipants, soviet_IProgcomarket as IProgcomarket, soviet_IProgram as IProgram, soviet_IProgwallets as IProgwallets, IPublicKey$2 as IPublicKey, soviet_IRecieved as IRecieved, soviet_IRegpaid as IRegpaid, soviet_IRight as IRight, soviet_IRmstaff as IRmstaff, soviet_ISetrights as ISetrights, ISignature$1 as ISignature, soviet_IStaff as IStaff, IStatement$1 as IStatement, soviet_ISubbalance as ISubbalance, soviet_ISubprogbal as ISubprogbal, ITimePointSec$4 as ITimePointSec, IUint64$2 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 };
2338
+ export type { IAct$1 as IAct, soviet_IAddbalance as IAddbalance, soviet_IAddprogbal as IAddprogbal, IAddress$1 as IAddress, soviet_IAddressData as IAddressData, soviet_IAddstaff as IAddstaff, IAsset$2 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_ICancelvote as ICancelvote, soviet_IChange as IChange, IChanges$1 as IChanges, IChecksum256$3 as IChecksum256, ICounts$1 as ICounts, ICountsBase$1 as ICountsBase, soviet_ICreaddress as ICreaddress, ICreateboard$1 as ICreateboard, soviet_ICreateprog as ICreateprog, IDecision$2 as IDecision, 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$4 as IExec, soviet_IFundwithdraw as IFundwithdraw, IInit$2 as IInit, soviet_IJoincoop as IJoincoop, soviet_IJoincoops as IJoincoops, IName$4 as IName, soviet_IOnewallet as IOnewallet, IParticipants$1 as IParticipants, soviet_IProgcomarket as IProgcomarket, soviet_IProgram as IProgram, soviet_IProgwallet as IProgwallet, IPublicKey$2 as IPublicKey, soviet_IRecieved as IRecieved, soviet_IRegpaid as IRegpaid, soviet_IRight as IRight, soviet_IRmstaff as IRmstaff, soviet_ISetrights as ISetrights, ISignature$1 as ISignature, soviet_IStaff as IStaff, IStatement$1 as IStatement, soviet_ISubbalance as ISubbalance, soviet_ISubprogbal as ISubprogbal, ITimePointSec$4 as ITimePointSec, IUint64$2 as IUint64, soviet_IUnblockbal as IUnblockbal, soviet_IUpdateboard as IUpdateboard, IValidate$1 as IValidate, soviet_IVoteagainst as IVoteagainst, soviet_IVotefor as IVotefor, soviet_IWithdraw as IWithdraw };
2348
2339
  }
2349
2340
 
2350
2341
  /**
@@ -2466,11 +2457,10 @@ declare const actionName$1q = "decision";
2466
2457
  * @interface
2467
2458
  * Действие фиксирует в реестре принятое решение совета.
2468
2459
  */
2469
- type IDecision = IDecision$1;
2460
+ type IDecision$1 = IDecision$2;
2470
2461
 
2471
- type decision_IDecision = IDecision;
2472
2462
  declare namespace decision {
2473
- export { type decision_IDecision as IDecision, actionName$1q as actionName, authorizations$1q as authorizations };
2463
+ export { type IDecision$1 as IDecision, actionName$1q as actionName, authorizations$1q as authorizations };
2474
2464
  }
2475
2465
 
2476
2466
  /**
@@ -3235,11 +3225,11 @@ declare const scope$s = "_coopname";
3235
3225
  * @interface
3236
3226
  * Таблица хранит информацию о адресах кооператива.
3237
3227
  */
3238
- type IAddresses = IAddresses$1;
3228
+ type IAddress = IAddress$1;
3239
3229
 
3240
- type addresses_IAddresses = IAddresses;
3230
+ type addresses_IAddress = IAddress;
3241
3231
  declare namespace addresses {
3242
- export { type addresses_IAddresses as IAddresses, scope$s as scope, tableName$s as tableName };
3232
+ export { type addresses_IAddress as IAddress, scope$s as scope, tableName$s as tableName };
3243
3233
  }
3244
3234
 
3245
3235
  /**
@@ -3348,11 +3338,11 @@ declare const scope$m = "_coopname";
3348
3338
  /**
3349
3339
  * @interface
3350
3340
  */
3351
- type IDecisions = IDecisions$1;
3341
+ type IDecision = IDecision$2;
3352
3342
 
3353
- type decisions_IDecisions = IDecisions;
3343
+ type decisions_IDecision = IDecision;
3354
3344
  declare namespace decisions {
3355
- export { type decisions_IDecisions as IDecisions, scope$m as scope, tableName$m as tableName };
3345
+ export { type decisions_IDecision as IDecision, scope$m as scope, tableName$m as tableName };
3356
3346
  }
3357
3347
 
3358
3348
  /**
@@ -3424,11 +3414,11 @@ declare const scope$i = "_coopname";
3424
3414
  * @interface
3425
3415
  * Таблица хранит информацию о балансах пайщиков в целевых потребительских программах кооператива.
3426
3416
  */
3427
- type IProgramWallets = IProgwallets;
3417
+ type IProgramWallet = IProgwallet;
3428
3418
 
3429
- type programWallets_IProgramWallets = IProgramWallets;
3419
+ type programWallets_IProgramWallet = IProgramWallet;
3430
3420
  declare namespace programWallets {
3431
- export { type programWallets_IProgramWallets as IProgramWallets, scope$i as scope, tableName$i as tableName };
3421
+ export { type programWallets_IProgramWallet as IProgramWallet, scope$i as scope, tableName$i as tableName };
3432
3422
  }
3433
3423
 
3434
3424
  /**
@@ -3443,7 +3433,7 @@ declare const scope$h = "_coopname";
3443
3433
  * @interface
3444
3434
  * Таблица содержит сводный баланс пайщиков кооператива.
3445
3435
  */
3446
- type IWallets = IWallets$1;
3436
+ type IWallets = IOnewallet;
3447
3437
 
3448
3438
  type wallets_IWallets = IWallets;
3449
3439
  declare namespace wallets {
@@ -3494,6 +3484,13 @@ interface IAuthorize$1 {
3494
3484
  return_product_decision_id: IUint64$1;
3495
3485
  return_product_authorization: IDocument;
3496
3486
  }
3487
+ interface IBalances extends IBalancesBase {
3488
+ }
3489
+ interface IBalancesBase {
3490
+ id: IUint64$1;
3491
+ contract: IName$3;
3492
+ quantity: IAsset$1;
3493
+ }
3497
3494
  interface ICancel$1 {
3498
3495
  coopname: IName$3;
3499
3496
  username: IName$3;
@@ -3504,6 +3501,13 @@ interface IComplete {
3504
3501
  username: IName$3;
3505
3502
  exchange_id: IUint64$1;
3506
3503
  }
3504
+ interface ICounts extends ICountsBase {
3505
+ }
3506
+ interface ICountsBase {
3507
+ key: IName$3;
3508
+ secondary_key: IName$3;
3509
+ value: IUint64$1;
3510
+ }
3507
3511
  interface IDecline {
3508
3512
  coopname: IName$3;
3509
3513
  username: IName$3;
@@ -3527,54 +3531,6 @@ interface IDocument {
3527
3531
  signature: ISignature;
3528
3532
  meta: string;
3529
3533
  }
3530
- interface IExchange {
3531
- id: IUint64$1;
3532
- parent_id: IUint64$1;
3533
- program_id: IUint64$1;
3534
- coopname: IName$3;
3535
- type: IName$3;
3536
- status: IName$3;
3537
- username: IName$3;
3538
- parent_username: IName$3;
3539
- token_contract: IName$3;
3540
- unit_cost: IAsset$1;
3541
- supplier_amount: IAsset$1;
3542
- total_cost: IAsset$1;
3543
- membership_fee: IAsset$1;
3544
- remain_units: IUint64$1;
3545
- blocked_units: IUint64$1;
3546
- delivered_units: IUint64$1;
3547
- data: string;
3548
- meta: string;
3549
- money_contributor: IName$3;
3550
- product_contributor: IName$3;
3551
- contribute_product_statement: IDocument;
3552
- return_product_statement: IDocument;
3553
- contribution_product_decision_id: IUint64$1;
3554
- contribution_product_authorization: IDocument;
3555
- return_product_decision_id: IUint64$1;
3556
- return_product_authorization: IDocument;
3557
- product_contribution_act_validation: IDocument;
3558
- product_contribution_act: IDocument;
3559
- product_recieve_act: IDocument;
3560
- product_recieve_act_validation: IDocument;
3561
- product_lifecycle_secs: IUint64$1;
3562
- cancellation_fee: IUint64$1;
3563
- cancellation_fee_amount: IAsset$1;
3564
- created_at: ITimePointSec$3;
3565
- accepted_at: ITimePointSec$3;
3566
- supplied_at: ITimePointSec$3;
3567
- delivered_at: ITimePointSec$3;
3568
- recieved_at: ITimePointSec$3;
3569
- completed_at: ITimePointSec$3;
3570
- declined_at: ITimePointSec$3;
3571
- disputed_at: ITimePointSec$3;
3572
- canceled_at: ITimePointSec$3;
3573
- warranty_delay_until: ITimePointSec$3;
3574
- deadline_for_receipt: ITimePointSec$3;
3575
- is_warranty_return: boolean;
3576
- warranty_return_id: IUint64$1;
3577
- }
3578
3534
  interface IExchangeParams {
3579
3535
  username: IName$3;
3580
3536
  parent_id: IUint64$1;
@@ -3626,6 +3582,54 @@ interface IRecievecnfrm {
3626
3582
  exchange_id: IUint64$1;
3627
3583
  document: IDocument;
3628
3584
  }
3585
+ interface IRequest$1 {
3586
+ id: IUint64$1;
3587
+ parent_id: IUint64$1;
3588
+ program_id: IUint64$1;
3589
+ coopname: IName$3;
3590
+ type: IName$3;
3591
+ status: IName$3;
3592
+ username: IName$3;
3593
+ parent_username: IName$3;
3594
+ token_contract: IName$3;
3595
+ unit_cost: IAsset$1;
3596
+ supplier_amount: IAsset$1;
3597
+ total_cost: IAsset$1;
3598
+ membership_fee: IAsset$1;
3599
+ remain_units: IUint64$1;
3600
+ blocked_units: IUint64$1;
3601
+ delivered_units: IUint64$1;
3602
+ data: string;
3603
+ meta: string;
3604
+ money_contributor: IName$3;
3605
+ product_contributor: IName$3;
3606
+ contribute_product_statement: IDocument;
3607
+ return_product_statement: IDocument;
3608
+ contribution_product_decision_id: IUint64$1;
3609
+ contribution_product_authorization: IDocument;
3610
+ return_product_decision_id: IUint64$1;
3611
+ return_product_authorization: IDocument;
3612
+ product_contribution_act_validation: IDocument;
3613
+ product_contribution_act: IDocument;
3614
+ product_recieve_act: IDocument;
3615
+ product_recieve_act_validation: IDocument;
3616
+ product_lifecycle_secs: IUint64$1;
3617
+ cancellation_fee: IUint64$1;
3618
+ cancellation_fee_amount: IAsset$1;
3619
+ created_at: ITimePointSec$3;
3620
+ accepted_at: ITimePointSec$3;
3621
+ supplied_at: ITimePointSec$3;
3622
+ delivered_at: ITimePointSec$3;
3623
+ recieved_at: ITimePointSec$3;
3624
+ completed_at: ITimePointSec$3;
3625
+ declined_at: ITimePointSec$3;
3626
+ disputed_at: ITimePointSec$3;
3627
+ canceled_at: ITimePointSec$3;
3628
+ warranty_delay_until: ITimePointSec$3;
3629
+ deadline_for_receipt: ITimePointSec$3;
3630
+ is_warranty_return: boolean;
3631
+ warranty_return_id: IUint64$1;
3632
+ }
3629
3633
  interface ISupply {
3630
3634
  coopname: IName$3;
3631
3635
  username: IName$3;
@@ -3655,12 +3659,15 @@ interface IUpdate {
3655
3659
 
3656
3660
  type marketplace_IAccept = IAccept;
3657
3661
  type marketplace_IAddpieces = IAddpieces;
3662
+ type marketplace_IBalances = IBalances;
3663
+ type marketplace_IBalancesBase = IBalancesBase;
3658
3664
  type marketplace_IComplete = IComplete;
3665
+ type marketplace_ICounts = ICounts;
3666
+ type marketplace_ICountsBase = ICountsBase;
3659
3667
  type marketplace_IDecline = IDecline;
3660
3668
  type marketplace_IDelivered = IDelivered;
3661
3669
  type marketplace_IDispute = IDispute;
3662
3670
  type marketplace_IDocument = IDocument;
3663
- type marketplace_IExchange = IExchange;
3664
3671
  type marketplace_IExchangeParams = IExchangeParams;
3665
3672
  type marketplace_IModerate = IModerate;
3666
3673
  type marketplace_INewid = INewid;
@@ -3676,7 +3683,7 @@ type marketplace_ISupplycnfrm = ISupplycnfrm;
3676
3683
  type marketplace_IUnpublish = IUnpublish;
3677
3684
  type marketplace_IUpdate = IUpdate;
3678
3685
  declare namespace marketplace {
3679
- export type { marketplace_IAccept as IAccept, marketplace_IAddpieces as IAddpieces, IAsset$1 as IAsset, IAuthorize$1 as IAuthorize, ICancel$1 as ICancel, IChecksum256$2 as IChecksum256, 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, IName$3 as IName, marketplace_INewid as INewid, marketplace_IOffer as IOffer, marketplace_IOrder as IOrder, marketplace_IProhibit as IProhibit, IPublicKey$1 as IPublicKey, marketplace_IPublish as IPublish, marketplace_IRecieve as IRecieve, marketplace_IRecievecnfrm as IRecievecnfrm, marketplace_ISignature as ISignature, marketplace_ISupply as ISupply, marketplace_ISupplycnfrm as ISupplycnfrm, ITimePointSec$3 as ITimePointSec, IUint64$1 as IUint64, marketplace_IUnpublish as IUnpublish, marketplace_IUpdate as IUpdate };
3686
+ export type { marketplace_IAccept as IAccept, marketplace_IAddpieces as IAddpieces, IAsset$1 as IAsset, IAuthorize$1 as IAuthorize, marketplace_IBalances as IBalances, marketplace_IBalancesBase as IBalancesBase, ICancel$1 as ICancel, IChecksum256$2 as IChecksum256, marketplace_IComplete as IComplete, marketplace_ICounts as ICounts, marketplace_ICountsBase as ICountsBase, marketplace_IDecline as IDecline, marketplace_IDelivered as IDelivered, marketplace_IDispute as IDispute, marketplace_IDocument as IDocument, marketplace_IExchangeParams as IExchangeParams, marketplace_IModerate as IModerate, IName$3 as IName, marketplace_INewid as INewid, marketplace_IOffer as IOffer, marketplace_IOrder as IOrder, marketplace_IProhibit as IProhibit, IPublicKey$1 as IPublicKey, marketplace_IPublish as IPublish, marketplace_IRecieve as IRecieve, marketplace_IRecievecnfrm as IRecievecnfrm, IRequest$1 as IRequest, marketplace_ISignature as ISignature, marketplace_ISupply as ISupply, marketplace_ISupplycnfrm as ISupplycnfrm, ITimePointSec$3 as ITimePointSec, IUint64$1 as IUint64, marketplace_IUnpublish as IUnpublish, marketplace_IUpdate as IUpdate };
3680
3687
  }
3681
3688
 
3682
3689
  /**
@@ -4121,7 +4128,7 @@ declare namespace index$a {
4121
4128
  /**
4122
4129
  * Имя таблицы
4123
4130
  */
4124
- declare const tableName$g = "exchange";
4131
+ declare const tableName$g = "requests";
4125
4132
  /**
4126
4133
  * Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
4127
4134
  */
@@ -4133,11 +4140,11 @@ declare const scope$g = "_coopname";
4133
4140
  * @interface
4134
4141
  * Таблица содержит переводы черновиков документов.
4135
4142
  */
4136
- type IRequests = IExchange;
4143
+ type IRequest = IRequest$1;
4137
4144
 
4138
- type requests_IRequests = IRequests;
4145
+ type requests_IRequest = IRequest;
4139
4146
  declare namespace requests {
4140
- export { type requests_IRequests as IRequests, scope$g as scope, tableName$g as tableName };
4147
+ export { type requests_IRequest as IRequest, scope$g as scope, tableName$g as tableName };
4141
4148
  }
4142
4149
 
4143
4150
  /**
@@ -4720,6 +4727,11 @@ interface IConnector {
4720
4727
  balance: IAsset;
4721
4728
  weight: IFloat64;
4722
4729
  }
4730
+ interface ICreateaccnt {
4731
+ new_account_name: IName;
4732
+ owner: IAuthority;
4733
+ active: IAuthority;
4734
+ }
4723
4735
  interface IDelegatebw {
4724
4736
  from: IName;
4725
4737
  receiver: IName;
@@ -4763,23 +4775,10 @@ interface IEosioGlobalState extends IBlockchainParameters {
4763
4775
  thresh_activated_stake_time: ITimePoint;
4764
4776
  last_producer_schedule_size: IUint16;
4765
4777
  total_producer_vote_weight: IFloat64;
4766
- last_name_close: IBlockTimestampType;
4767
- }
4768
- interface IEosioGlobalState2 {
4769
4778
  new_ram_per_block: IUint16;
4770
4779
  last_ram_increase: IBlockTimestampType;
4771
- last_block_num: IBlockTimestampType;
4772
- total_producer_votepay_share: IFloat64;
4773
4780
  revision: IUint8;
4774
- }
4775
- interface IEosioGlobalState3 {
4776
- last_vpay_state_update: ITimePoint;
4777
- total_vpay_share_change_rate: IFloat64;
4778
- }
4779
- interface IEosioGlobalState4 {
4780
- continuous_rate: IFloat64;
4781
- inflation_pay_factor: IInt64;
4782
- votepay_factor: IInt64;
4781
+ last_name_close: IBlockTimestampType;
4783
4782
  }
4784
4783
  interface IExchangeState {
4785
4784
  supply: IAsset;
@@ -4884,11 +4883,6 @@ interface IProducerInfo$1 {
4884
4883
  location: IUint16;
4885
4884
  producer_authority: IBlockSigningAuthority;
4886
4885
  }
4887
- interface IProducerInfo2 {
4888
- owner: IName;
4889
- votepay_share: IFloat64;
4890
- last_votepay_share_update: ITimePoint;
4891
- }
4892
4886
  interface IProducerKey {
4893
4887
  producer_name: IName;
4894
4888
  block_signing_key: IPublicKey;
@@ -5063,12 +5057,10 @@ type system_ICfgpowerup = ICfgpowerup;
5063
5057
  type system_IChecksum256 = IChecksum256;
5064
5058
  type system_IClaimrewards = IClaimrewards;
5065
5059
  type system_IConnector = IConnector;
5060
+ type system_ICreateaccnt = ICreateaccnt;
5066
5061
  type system_IDelegatebw = IDelegatebw;
5067
5062
  type system_IDeleteauth = IDeleteauth;
5068
5063
  type system_IEosioGlobalState = IEosioGlobalState;
5069
- type system_IEosioGlobalState2 = IEosioGlobalState2;
5070
- type system_IEosioGlobalState3 = IEosioGlobalState3;
5071
- type system_IEosioGlobalState4 = IEosioGlobalState4;
5072
5064
  type system_IExchangeState = IExchangeState;
5073
5065
  type system_IFloat64 = IFloat64;
5074
5066
  type system_IInitemission = IInitemission;
@@ -5086,7 +5078,6 @@ type system_IPermissionLevelWeight = IPermissionLevelWeight;
5086
5078
  type system_IPowerupConfig = IPowerupConfig;
5087
5079
  type system_IPowerupStateResource = IPowerupStateResource;
5088
5080
  type system_IPowerupexec = IPowerupexec;
5089
- type system_IProducerInfo2 = IProducerInfo2;
5090
5081
  type system_IProducerKey = IProducerKey;
5091
5082
  type system_IProducerSchedule = IProducerSchedule;
5092
5083
  type system_IPublicKey = IPublicKey;
@@ -5123,7 +5114,7 @@ type system_IVoteupdate = IVoteupdate;
5123
5114
  type system_IWaitWeight = IWaitWeight;
5124
5115
  type system_IWasmcfg = IWasmcfg;
5125
5116
  declare namespace system {
5126
- export type { system_IAbiHash as IAbiHash, system_IActivate as IActivate, system_IAsset as IAsset, system_IAuthority as IAuthority, IBidRefund$1 as IBidRefund, system_IBidname as IBidname, system_IBidrefund as IBidrefund, system_IBlockHeader as IBlockHeader, system_IBlockInfoRecord as IBlockInfoRecord, system_IBlockSigningAuthority as IBlockSigningAuthority, system_IBlockSigningAuthorityV0 as IBlockSigningAuthorityV0, system_IBlockTimestampType as IBlockTimestampType, system_IBlockchainParameters as IBlockchainParameters, system_IBlockchainParametersT as IBlockchainParametersT, system_IBlockchainParametersV1 as IBlockchainParametersV1, system_IBuyram as IBuyram, system_IBuyrambytes as IBuyrambytes, system_IBytes as IBytes, system_ICanceldelay as ICanceldelay, system_ICfgpowerup as ICfgpowerup, system_IChecksum256 as IChecksum256, system_IClaimrewards as IClaimrewards, system_IConnector as IConnector, system_IDelegatebw as IDelegatebw, IDelegatedBandwidth$1 as IDelegatedBandwidth, system_IDeleteauth as IDeleteauth, IEmissionState$1 as IEmissionState, system_IEosioGlobalState as IEosioGlobalState, system_IEosioGlobalState2 as IEosioGlobalState2, system_IEosioGlobalState3 as IEosioGlobalState3, system_IEosioGlobalState4 as IEosioGlobalState4, system_IExchangeState as IExchangeState, system_IFloat64 as IFloat64, IInit$1 as IInit, system_IInitemission as IInitemission, system_IInt64 as IInt64, system_IKeyWeight as IKeyWeight, system_ILimitAuthChange as ILimitAuthChange, system_ILimitauthchg as ILimitauthchg, system_ILinkauth as ILinkauth, system_IName as IName, INameBid$1 as INameBid, system_INewaccount as INewaccount, system_IOnblock as IOnblock, system_IOnerror as IOnerror, system_IPermissionLevel as IPermissionLevel, system_IPermissionLevelWeight as IPermissionLevelWeight, IPowerup$1 as IPowerup, system_IPowerupConfig as IPowerupConfig, IPowerupOrder$1 as IPowerupOrder, IPowerupState$1 as IPowerupState, system_IPowerupStateResource as IPowerupStateResource, system_IPowerupexec as IPowerupexec, IProducerInfo$1 as IProducerInfo, system_IProducerInfo2 as IProducerInfo2, system_IProducerKey as IProducerKey, system_IProducerSchedule as IProducerSchedule, system_IPublicKey as IPublicKey, IRamDebtRecord$1 as IRamDebtRecord, IRefund$1 as IRefund, IRefundRequest$1 as IRefundRequest, system_IRegproducer as IRegproducer, system_IRegproducer2 as IRegproducer2, system_IRegproxy as IRegproxy, system_IRmvproducer as IRmvproducer, system_ISellram as ISellram, ISetabi$1 as ISetabi, system_ISetacctcpu as ISetacctcpu, system_ISetacctnet as ISetacctnet, system_ISetacctram as ISetacctram, system_ISetalimits as ISetalimits, system_ISetcode as ISetcode, system_ISetparams as ISetparams, system_ISetpriv as ISetpriv, system_ISetram as ISetram, system_ISetramrate as ISetramrate, system_ISymbol as ISymbol, system_ITimePoint as ITimePoint, system_ITimePointSec as ITimePointSec, system_IUint128 as IUint128, system_IUint16 as IUint16, system_IUint32 as IUint32, system_IUint64 as IUint64, system_IUint8 as IUint8, system_IUndelegatebw as IUndelegatebw, system_IUnlinkauth as IUnlinkauth, system_IUnregprod as IUnregprod, system_IUpdateauth as IUpdateauth, system_IUpdtrevision as IUpdtrevision, IUserResources$1 as IUserResources, system_IVariantBlockSigningAuthorityV0 as IVariantBlockSigningAuthorityV0, system_IVoteproducer as IVoteproducer, IVoterInfo$1 as IVoterInfo, system_IVoteupdate as IVoteupdate, system_IWaitWeight as IWaitWeight, system_IWasmcfg as IWasmcfg };
5117
+ export type { system_IAbiHash as IAbiHash, system_IActivate as IActivate, system_IAsset as IAsset, system_IAuthority as IAuthority, IBidRefund$1 as IBidRefund, system_IBidname as IBidname, system_IBidrefund as IBidrefund, system_IBlockHeader as IBlockHeader, system_IBlockInfoRecord as IBlockInfoRecord, system_IBlockSigningAuthority as IBlockSigningAuthority, system_IBlockSigningAuthorityV0 as IBlockSigningAuthorityV0, system_IBlockTimestampType as IBlockTimestampType, system_IBlockchainParameters as IBlockchainParameters, system_IBlockchainParametersT as IBlockchainParametersT, system_IBlockchainParametersV1 as IBlockchainParametersV1, system_IBuyram as IBuyram, system_IBuyrambytes as IBuyrambytes, system_IBytes as IBytes, system_ICanceldelay as ICanceldelay, system_ICfgpowerup as ICfgpowerup, system_IChecksum256 as IChecksum256, system_IClaimrewards as IClaimrewards, system_IConnector as IConnector, system_ICreateaccnt as ICreateaccnt, system_IDelegatebw as IDelegatebw, IDelegatedBandwidth$1 as IDelegatedBandwidth, system_IDeleteauth as IDeleteauth, IEmissionState$1 as IEmissionState, system_IEosioGlobalState as IEosioGlobalState, system_IExchangeState as IExchangeState, system_IFloat64 as IFloat64, IInit$1 as IInit, system_IInitemission as IInitemission, system_IInt64 as IInt64, system_IKeyWeight as IKeyWeight, system_ILimitAuthChange as ILimitAuthChange, system_ILimitauthchg as ILimitauthchg, system_ILinkauth as ILinkauth, system_IName as IName, INameBid$1 as INameBid, system_INewaccount as INewaccount, system_IOnblock as IOnblock, system_IOnerror as IOnerror, system_IPermissionLevel as IPermissionLevel, system_IPermissionLevelWeight as IPermissionLevelWeight, IPowerup$1 as IPowerup, system_IPowerupConfig as IPowerupConfig, IPowerupOrder$1 as IPowerupOrder, IPowerupState$1 as IPowerupState, system_IPowerupStateResource as IPowerupStateResource, system_IPowerupexec as IPowerupexec, IProducerInfo$1 as IProducerInfo, system_IProducerKey as IProducerKey, system_IProducerSchedule as IProducerSchedule, system_IPublicKey as IPublicKey, IRamDebtRecord$1 as IRamDebtRecord, IRefund$1 as IRefund, IRefundRequest$1 as IRefundRequest, system_IRegproducer as IRegproducer, system_IRegproducer2 as IRegproducer2, system_IRegproxy as IRegproxy, system_IRmvproducer as IRmvproducer, system_ISellram as ISellram, ISetabi$1 as ISetabi, system_ISetacctcpu as ISetacctcpu, system_ISetacctnet as ISetacctnet, system_ISetacctram as ISetacctram, system_ISetalimits as ISetalimits, system_ISetcode as ISetcode, system_ISetparams as ISetparams, system_ISetpriv as ISetpriv, system_ISetram as ISetram, system_ISetramrate as ISetramrate, system_ISymbol as ISymbol, system_ITimePoint as ITimePoint, system_ITimePointSec as ITimePointSec, system_IUint128 as IUint128, system_IUint16 as IUint16, system_IUint32 as IUint32, system_IUint64 as IUint64, system_IUint8 as IUint8, system_IUndelegatebw as IUndelegatebw, system_IUnlinkauth as IUnlinkauth, system_IUnregprod as IUnregprod, system_IUpdateauth as IUpdateauth, system_IUpdtrevision as IUpdtrevision, IUserResources$1 as IUserResources, system_IVariantBlockSigningAuthorityV0 as IVariantBlockSigningAuthorityV0, system_IVoteproducer as IVoteproducer, IVoterInfo$1 as IVoterInfo, system_IVoteupdate as IVoteupdate, system_IWaitWeight as IWaitWeight, system_IWasmcfg as IWasmcfg };
5127
5118
  }
5128
5119
 
5129
5120
  declare const authorizations$A: readonly [{