cooptypes 0.5.13 → 0.5.15
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.cjs +6 -6
- package/dist/index.d.cts +23 -20
- package/dist/index.d.mts +23 -20
- package/dist/index.d.ts +23 -20
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -750,9 +750,9 @@ const index$k = {
|
|
|
750
750
|
};
|
|
751
751
|
|
|
752
752
|
const authorizations$1w = [{ permissions: [active], actor: _soviet }];
|
|
753
|
-
const actionName$1w = "
|
|
753
|
+
const actionName$1w = "newsubmitted";
|
|
754
754
|
|
|
755
|
-
const
|
|
755
|
+
const newsubmitted = {
|
|
756
756
|
__proto__: null,
|
|
757
757
|
actionName: actionName$1w,
|
|
758
758
|
authorizations: authorizations$1w
|
|
@@ -768,9 +768,9 @@ const newbatch = {
|
|
|
768
768
|
};
|
|
769
769
|
|
|
770
770
|
const authorizations$1u = [{ permissions: [active], actor: _soviet }];
|
|
771
|
-
const actionName$1u = "
|
|
771
|
+
const actionName$1u = "newresolved";
|
|
772
772
|
|
|
773
|
-
const
|
|
773
|
+
const newresolved = {
|
|
774
774
|
__proto__: null,
|
|
775
775
|
actionName: actionName$1u,
|
|
776
776
|
authorizations: authorizations$1u
|
|
@@ -805,12 +805,12 @@ const newprogram = {
|
|
|
805
805
|
|
|
806
806
|
const index$j = {
|
|
807
807
|
__proto__: null,
|
|
808
|
-
Draft: newdraft,
|
|
809
808
|
NewAct: newact,
|
|
810
809
|
NewBatch: newbatch,
|
|
811
810
|
NewDecision: newdecision,
|
|
812
811
|
NewProgram: newprogram,
|
|
813
|
-
|
|
812
|
+
NewResolved: newresolved,
|
|
813
|
+
NewSubmitted: newsubmitted
|
|
814
814
|
};
|
|
815
815
|
|
|
816
816
|
const authorizations$1q = [{ permissions: [active], actor: _chairman }];
|
package/dist/index.d.cts
CHANGED
|
@@ -2110,6 +2110,7 @@ interface IDecision$1 {
|
|
|
2110
2110
|
validated: boolean;
|
|
2111
2111
|
approved: boolean;
|
|
2112
2112
|
authorized: boolean;
|
|
2113
|
+
authorized_by: IName$4;
|
|
2113
2114
|
authorization: IDocument$1;
|
|
2114
2115
|
created_at: ITimePointSec$4;
|
|
2115
2116
|
}
|
|
@@ -2196,16 +2197,18 @@ interface INewdecision {
|
|
|
2196
2197
|
decision_id: IUint64$2;
|
|
2197
2198
|
document: IDocument$1;
|
|
2198
2199
|
}
|
|
2199
|
-
interface INewdraft {
|
|
2200
|
-
coopname: IName$4;
|
|
2201
|
-
username: IName$4;
|
|
2202
|
-
decision_id: IUint64$2;
|
|
2203
|
-
}
|
|
2204
2200
|
interface INewprogram {
|
|
2205
2201
|
coopname: IName$4;
|
|
2206
2202
|
program_id: IUint64$2;
|
|
2207
2203
|
}
|
|
2208
|
-
interface
|
|
2204
|
+
interface INewresolved {
|
|
2205
|
+
coopname: IName$4;
|
|
2206
|
+
username: IName$4;
|
|
2207
|
+
action: IName$4;
|
|
2208
|
+
decision_id: IUint64$2;
|
|
2209
|
+
document: IDocument$1;
|
|
2210
|
+
}
|
|
2211
|
+
interface INewsubmitted {
|
|
2209
2212
|
coopname: IName$4;
|
|
2210
2213
|
username: IName$4;
|
|
2211
2214
|
action: IName$4;
|
|
@@ -2348,9 +2351,9 @@ type soviet_IJoincoops = IJoincoops;
|
|
|
2348
2351
|
type soviet_INewact = INewact;
|
|
2349
2352
|
type soviet_INewbatch = INewbatch;
|
|
2350
2353
|
type soviet_INewdecision = INewdecision;
|
|
2351
|
-
type soviet_INewdraft = INewdraft;
|
|
2352
2354
|
type soviet_INewprogram = INewprogram;
|
|
2353
|
-
type
|
|
2355
|
+
type soviet_INewresolved = INewresolved;
|
|
2356
|
+
type soviet_INewsubmitted = INewsubmitted;
|
|
2354
2357
|
type soviet_IOnewallet = IOnewallet;
|
|
2355
2358
|
type soviet_IProgcomarket = IProgcomarket;
|
|
2356
2359
|
type soviet_IProgwallet = IProgwallet;
|
|
@@ -2368,7 +2371,7 @@ type soviet_IVoteagainst = IVoteagainst;
|
|
|
2368
2371
|
type soviet_IVotefor = IVotefor;
|
|
2369
2372
|
type soviet_IWithdraw = IWithdraw;
|
|
2370
2373
|
declare namespace soviet {
|
|
2371
|
-
export type { 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, 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$1 as IDecision, soviet_IDeladdress as IDeladdress, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, 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_INewact as INewact, soviet_INewbatch as INewbatch, soviet_INewdecision as INewdecision,
|
|
2374
|
+
export type { 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, 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$1 as IDecision, soviet_IDeladdress as IDeladdress, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, 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_INewact as INewact, soviet_INewbatch as INewbatch, soviet_INewdecision as INewdecision, soviet_INewprogram as INewprogram, soviet_INewresolved as INewresolved, soviet_INewsubmitted as INewsubmitted, soviet_IOnewallet as IOnewallet, IParticipants$1 as IParticipants, soviet_IProgcomarket as IProgcomarket, 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, 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 };
|
|
2372
2375
|
}
|
|
2373
2376
|
|
|
2374
2377
|
/**
|
|
@@ -2384,16 +2387,16 @@ declare const authorizations$1w: readonly [{
|
|
|
2384
2387
|
/**
|
|
2385
2388
|
* Имя действия
|
|
2386
2389
|
*/
|
|
2387
|
-
declare const actionName$1w = "
|
|
2390
|
+
declare const actionName$1w = "newsubmitted";
|
|
2388
2391
|
/**
|
|
2389
2392
|
* @interface
|
|
2390
2393
|
* Действие фиксирует документ в реестре перед отправкой в совет.
|
|
2391
2394
|
*/
|
|
2392
|
-
type
|
|
2395
|
+
type INewSubmitted = INewsubmitted;
|
|
2393
2396
|
|
|
2394
|
-
type
|
|
2395
|
-
declare namespace
|
|
2396
|
-
export { type
|
|
2397
|
+
type newsubmitted_INewSubmitted = INewSubmitted;
|
|
2398
|
+
declare namespace newsubmitted {
|
|
2399
|
+
export { type newsubmitted_INewSubmitted as INewSubmitted, actionName$1w as actionName, authorizations$1w as authorizations };
|
|
2397
2400
|
}
|
|
2398
2401
|
|
|
2399
2402
|
/**
|
|
@@ -2434,17 +2437,17 @@ declare const authorizations$1u: readonly [{
|
|
|
2434
2437
|
/**
|
|
2435
2438
|
* Имя действия
|
|
2436
2439
|
*/
|
|
2437
|
-
declare const actionName$1u = "
|
|
2440
|
+
declare const actionName$1u = "newresolved";
|
|
2438
2441
|
/**
|
|
2439
2442
|
* @interface
|
|
2440
2443
|
* Действие фиксирует принятое заявление в реестре после принятия решения советом кооператива.
|
|
2441
2444
|
* @private
|
|
2442
2445
|
*/
|
|
2443
|
-
type
|
|
2446
|
+
type INewResolved = INewresolved;
|
|
2444
2447
|
|
|
2445
|
-
type
|
|
2446
|
-
declare namespace
|
|
2447
|
-
export { type
|
|
2448
|
+
type newresolved_INewResolved = INewResolved;
|
|
2449
|
+
declare namespace newresolved {
|
|
2450
|
+
export { type newresolved_INewResolved as INewResolved, actionName$1u as actionName, authorizations$1u as authorizations };
|
|
2448
2451
|
}
|
|
2449
2452
|
|
|
2450
2453
|
/**
|
|
@@ -2528,7 +2531,7 @@ declare namespace newprogram {
|
|
|
2528
2531
|
*/
|
|
2529
2532
|
|
|
2530
2533
|
declare namespace index$j {
|
|
2531
|
-
export {
|
|
2534
|
+
export { newact as NewAct, newbatch as NewBatch, newdecision as NewDecision, newprogram as NewProgram, newresolved as NewResolved, newsubmitted as NewSubmitted };
|
|
2532
2535
|
}
|
|
2533
2536
|
|
|
2534
2537
|
/**
|
package/dist/index.d.mts
CHANGED
|
@@ -2110,6 +2110,7 @@ interface IDecision$1 {
|
|
|
2110
2110
|
validated: boolean;
|
|
2111
2111
|
approved: boolean;
|
|
2112
2112
|
authorized: boolean;
|
|
2113
|
+
authorized_by: IName$4;
|
|
2113
2114
|
authorization: IDocument$1;
|
|
2114
2115
|
created_at: ITimePointSec$4;
|
|
2115
2116
|
}
|
|
@@ -2196,16 +2197,18 @@ interface INewdecision {
|
|
|
2196
2197
|
decision_id: IUint64$2;
|
|
2197
2198
|
document: IDocument$1;
|
|
2198
2199
|
}
|
|
2199
|
-
interface INewdraft {
|
|
2200
|
-
coopname: IName$4;
|
|
2201
|
-
username: IName$4;
|
|
2202
|
-
decision_id: IUint64$2;
|
|
2203
|
-
}
|
|
2204
2200
|
interface INewprogram {
|
|
2205
2201
|
coopname: IName$4;
|
|
2206
2202
|
program_id: IUint64$2;
|
|
2207
2203
|
}
|
|
2208
|
-
interface
|
|
2204
|
+
interface INewresolved {
|
|
2205
|
+
coopname: IName$4;
|
|
2206
|
+
username: IName$4;
|
|
2207
|
+
action: IName$4;
|
|
2208
|
+
decision_id: IUint64$2;
|
|
2209
|
+
document: IDocument$1;
|
|
2210
|
+
}
|
|
2211
|
+
interface INewsubmitted {
|
|
2209
2212
|
coopname: IName$4;
|
|
2210
2213
|
username: IName$4;
|
|
2211
2214
|
action: IName$4;
|
|
@@ -2348,9 +2351,9 @@ type soviet_IJoincoops = IJoincoops;
|
|
|
2348
2351
|
type soviet_INewact = INewact;
|
|
2349
2352
|
type soviet_INewbatch = INewbatch;
|
|
2350
2353
|
type soviet_INewdecision = INewdecision;
|
|
2351
|
-
type soviet_INewdraft = INewdraft;
|
|
2352
2354
|
type soviet_INewprogram = INewprogram;
|
|
2353
|
-
type
|
|
2355
|
+
type soviet_INewresolved = INewresolved;
|
|
2356
|
+
type soviet_INewsubmitted = INewsubmitted;
|
|
2354
2357
|
type soviet_IOnewallet = IOnewallet;
|
|
2355
2358
|
type soviet_IProgcomarket = IProgcomarket;
|
|
2356
2359
|
type soviet_IProgwallet = IProgwallet;
|
|
@@ -2368,7 +2371,7 @@ type soviet_IVoteagainst = IVoteagainst;
|
|
|
2368
2371
|
type soviet_IVotefor = IVotefor;
|
|
2369
2372
|
type soviet_IWithdraw = IWithdraw;
|
|
2370
2373
|
declare namespace soviet {
|
|
2371
|
-
export type { 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, 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$1 as IDecision, soviet_IDeladdress as IDeladdress, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, 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_INewact as INewact, soviet_INewbatch as INewbatch, soviet_INewdecision as INewdecision,
|
|
2374
|
+
export type { 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, 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$1 as IDecision, soviet_IDeladdress as IDeladdress, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, 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_INewact as INewact, soviet_INewbatch as INewbatch, soviet_INewdecision as INewdecision, soviet_INewprogram as INewprogram, soviet_INewresolved as INewresolved, soviet_INewsubmitted as INewsubmitted, soviet_IOnewallet as IOnewallet, IParticipants$1 as IParticipants, soviet_IProgcomarket as IProgcomarket, 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, 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 };
|
|
2372
2375
|
}
|
|
2373
2376
|
|
|
2374
2377
|
/**
|
|
@@ -2384,16 +2387,16 @@ declare const authorizations$1w: readonly [{
|
|
|
2384
2387
|
/**
|
|
2385
2388
|
* Имя действия
|
|
2386
2389
|
*/
|
|
2387
|
-
declare const actionName$1w = "
|
|
2390
|
+
declare const actionName$1w = "newsubmitted";
|
|
2388
2391
|
/**
|
|
2389
2392
|
* @interface
|
|
2390
2393
|
* Действие фиксирует документ в реестре перед отправкой в совет.
|
|
2391
2394
|
*/
|
|
2392
|
-
type
|
|
2395
|
+
type INewSubmitted = INewsubmitted;
|
|
2393
2396
|
|
|
2394
|
-
type
|
|
2395
|
-
declare namespace
|
|
2396
|
-
export { type
|
|
2397
|
+
type newsubmitted_INewSubmitted = INewSubmitted;
|
|
2398
|
+
declare namespace newsubmitted {
|
|
2399
|
+
export { type newsubmitted_INewSubmitted as INewSubmitted, actionName$1w as actionName, authorizations$1w as authorizations };
|
|
2397
2400
|
}
|
|
2398
2401
|
|
|
2399
2402
|
/**
|
|
@@ -2434,17 +2437,17 @@ declare const authorizations$1u: readonly [{
|
|
|
2434
2437
|
/**
|
|
2435
2438
|
* Имя действия
|
|
2436
2439
|
*/
|
|
2437
|
-
declare const actionName$1u = "
|
|
2440
|
+
declare const actionName$1u = "newresolved";
|
|
2438
2441
|
/**
|
|
2439
2442
|
* @interface
|
|
2440
2443
|
* Действие фиксирует принятое заявление в реестре после принятия решения советом кооператива.
|
|
2441
2444
|
* @private
|
|
2442
2445
|
*/
|
|
2443
|
-
type
|
|
2446
|
+
type INewResolved = INewresolved;
|
|
2444
2447
|
|
|
2445
|
-
type
|
|
2446
|
-
declare namespace
|
|
2447
|
-
export { type
|
|
2448
|
+
type newresolved_INewResolved = INewResolved;
|
|
2449
|
+
declare namespace newresolved {
|
|
2450
|
+
export { type newresolved_INewResolved as INewResolved, actionName$1u as actionName, authorizations$1u as authorizations };
|
|
2448
2451
|
}
|
|
2449
2452
|
|
|
2450
2453
|
/**
|
|
@@ -2528,7 +2531,7 @@ declare namespace newprogram {
|
|
|
2528
2531
|
*/
|
|
2529
2532
|
|
|
2530
2533
|
declare namespace index$j {
|
|
2531
|
-
export {
|
|
2534
|
+
export { newact as NewAct, newbatch as NewBatch, newdecision as NewDecision, newprogram as NewProgram, newresolved as NewResolved, newsubmitted as NewSubmitted };
|
|
2532
2535
|
}
|
|
2533
2536
|
|
|
2534
2537
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -2110,6 +2110,7 @@ interface IDecision$1 {
|
|
|
2110
2110
|
validated: boolean;
|
|
2111
2111
|
approved: boolean;
|
|
2112
2112
|
authorized: boolean;
|
|
2113
|
+
authorized_by: IName$4;
|
|
2113
2114
|
authorization: IDocument$1;
|
|
2114
2115
|
created_at: ITimePointSec$4;
|
|
2115
2116
|
}
|
|
@@ -2196,16 +2197,18 @@ interface INewdecision {
|
|
|
2196
2197
|
decision_id: IUint64$2;
|
|
2197
2198
|
document: IDocument$1;
|
|
2198
2199
|
}
|
|
2199
|
-
interface INewdraft {
|
|
2200
|
-
coopname: IName$4;
|
|
2201
|
-
username: IName$4;
|
|
2202
|
-
decision_id: IUint64$2;
|
|
2203
|
-
}
|
|
2204
2200
|
interface INewprogram {
|
|
2205
2201
|
coopname: IName$4;
|
|
2206
2202
|
program_id: IUint64$2;
|
|
2207
2203
|
}
|
|
2208
|
-
interface
|
|
2204
|
+
interface INewresolved {
|
|
2205
|
+
coopname: IName$4;
|
|
2206
|
+
username: IName$4;
|
|
2207
|
+
action: IName$4;
|
|
2208
|
+
decision_id: IUint64$2;
|
|
2209
|
+
document: IDocument$1;
|
|
2210
|
+
}
|
|
2211
|
+
interface INewsubmitted {
|
|
2209
2212
|
coopname: IName$4;
|
|
2210
2213
|
username: IName$4;
|
|
2211
2214
|
action: IName$4;
|
|
@@ -2348,9 +2351,9 @@ type soviet_IJoincoops = IJoincoops;
|
|
|
2348
2351
|
type soviet_INewact = INewact;
|
|
2349
2352
|
type soviet_INewbatch = INewbatch;
|
|
2350
2353
|
type soviet_INewdecision = INewdecision;
|
|
2351
|
-
type soviet_INewdraft = INewdraft;
|
|
2352
2354
|
type soviet_INewprogram = INewprogram;
|
|
2353
|
-
type
|
|
2355
|
+
type soviet_INewresolved = INewresolved;
|
|
2356
|
+
type soviet_INewsubmitted = INewsubmitted;
|
|
2354
2357
|
type soviet_IOnewallet = IOnewallet;
|
|
2355
2358
|
type soviet_IProgcomarket = IProgcomarket;
|
|
2356
2359
|
type soviet_IProgwallet = IProgwallet;
|
|
@@ -2368,7 +2371,7 @@ type soviet_IVoteagainst = IVoteagainst;
|
|
|
2368
2371
|
type soviet_IVotefor = IVotefor;
|
|
2369
2372
|
type soviet_IWithdraw = IWithdraw;
|
|
2370
2373
|
declare namespace soviet {
|
|
2371
|
-
export type { 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, 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$1 as IDecision, soviet_IDeladdress as IDeladdress, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, 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_INewact as INewact, soviet_INewbatch as INewbatch, soviet_INewdecision as INewdecision,
|
|
2374
|
+
export type { 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, 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$1 as IDecision, soviet_IDeladdress as IDeladdress, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, 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_INewact as INewact, soviet_INewbatch as INewbatch, soviet_INewdecision as INewdecision, soviet_INewprogram as INewprogram, soviet_INewresolved as INewresolved, soviet_INewsubmitted as INewsubmitted, soviet_IOnewallet as IOnewallet, IParticipants$1 as IParticipants, soviet_IProgcomarket as IProgcomarket, 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, 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 };
|
|
2372
2375
|
}
|
|
2373
2376
|
|
|
2374
2377
|
/**
|
|
@@ -2384,16 +2387,16 @@ declare const authorizations$1w: readonly [{
|
|
|
2384
2387
|
/**
|
|
2385
2388
|
* Имя действия
|
|
2386
2389
|
*/
|
|
2387
|
-
declare const actionName$1w = "
|
|
2390
|
+
declare const actionName$1w = "newsubmitted";
|
|
2388
2391
|
/**
|
|
2389
2392
|
* @interface
|
|
2390
2393
|
* Действие фиксирует документ в реестре перед отправкой в совет.
|
|
2391
2394
|
*/
|
|
2392
|
-
type
|
|
2395
|
+
type INewSubmitted = INewsubmitted;
|
|
2393
2396
|
|
|
2394
|
-
type
|
|
2395
|
-
declare namespace
|
|
2396
|
-
export { type
|
|
2397
|
+
type newsubmitted_INewSubmitted = INewSubmitted;
|
|
2398
|
+
declare namespace newsubmitted {
|
|
2399
|
+
export { type newsubmitted_INewSubmitted as INewSubmitted, actionName$1w as actionName, authorizations$1w as authorizations };
|
|
2397
2400
|
}
|
|
2398
2401
|
|
|
2399
2402
|
/**
|
|
@@ -2434,17 +2437,17 @@ declare const authorizations$1u: readonly [{
|
|
|
2434
2437
|
/**
|
|
2435
2438
|
* Имя действия
|
|
2436
2439
|
*/
|
|
2437
|
-
declare const actionName$1u = "
|
|
2440
|
+
declare const actionName$1u = "newresolved";
|
|
2438
2441
|
/**
|
|
2439
2442
|
* @interface
|
|
2440
2443
|
* Действие фиксирует принятое заявление в реестре после принятия решения советом кооператива.
|
|
2441
2444
|
* @private
|
|
2442
2445
|
*/
|
|
2443
|
-
type
|
|
2446
|
+
type INewResolved = INewresolved;
|
|
2444
2447
|
|
|
2445
|
-
type
|
|
2446
|
-
declare namespace
|
|
2447
|
-
export { type
|
|
2448
|
+
type newresolved_INewResolved = INewResolved;
|
|
2449
|
+
declare namespace newresolved {
|
|
2450
|
+
export { type newresolved_INewResolved as INewResolved, actionName$1u as actionName, authorizations$1u as authorizations };
|
|
2448
2451
|
}
|
|
2449
2452
|
|
|
2450
2453
|
/**
|
|
@@ -2528,7 +2531,7 @@ declare namespace newprogram {
|
|
|
2528
2531
|
*/
|
|
2529
2532
|
|
|
2530
2533
|
declare namespace index$j {
|
|
2531
|
-
export {
|
|
2534
|
+
export { newact as NewAct, newbatch as NewBatch, newdecision as NewDecision, newprogram as NewProgram, newresolved as NewResolved, newsubmitted as NewSubmitted };
|
|
2532
2535
|
}
|
|
2533
2536
|
|
|
2534
2537
|
/**
|
package/dist/index.mjs
CHANGED
|
@@ -748,9 +748,9 @@ const index$k = {
|
|
|
748
748
|
};
|
|
749
749
|
|
|
750
750
|
const authorizations$1w = [{ permissions: [active], actor: _soviet }];
|
|
751
|
-
const actionName$1w = "
|
|
751
|
+
const actionName$1w = "newsubmitted";
|
|
752
752
|
|
|
753
|
-
const
|
|
753
|
+
const newsubmitted = {
|
|
754
754
|
__proto__: null,
|
|
755
755
|
actionName: actionName$1w,
|
|
756
756
|
authorizations: authorizations$1w
|
|
@@ -766,9 +766,9 @@ const newbatch = {
|
|
|
766
766
|
};
|
|
767
767
|
|
|
768
768
|
const authorizations$1u = [{ permissions: [active], actor: _soviet }];
|
|
769
|
-
const actionName$1u = "
|
|
769
|
+
const actionName$1u = "newresolved";
|
|
770
770
|
|
|
771
|
-
const
|
|
771
|
+
const newresolved = {
|
|
772
772
|
__proto__: null,
|
|
773
773
|
actionName: actionName$1u,
|
|
774
774
|
authorizations: authorizations$1u
|
|
@@ -803,12 +803,12 @@ const newprogram = {
|
|
|
803
803
|
|
|
804
804
|
const index$j = {
|
|
805
805
|
__proto__: null,
|
|
806
|
-
Draft: newdraft,
|
|
807
806
|
NewAct: newact,
|
|
808
807
|
NewBatch: newbatch,
|
|
809
808
|
NewDecision: newdecision,
|
|
810
809
|
NewProgram: newprogram,
|
|
811
|
-
|
|
810
|
+
NewResolved: newresolved,
|
|
811
|
+
NewSubmitted: newsubmitted
|
|
812
812
|
};
|
|
813
813
|
|
|
814
814
|
const authorizations$1q = [{ permissions: [active], actor: _chairman }];
|