cooptypes 0.5.1 → 0.5.3
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 +5 -11
- package/dist/index.d.mts +5 -11
- package/dist/index.d.ts +5 -11
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -703,12 +703,12 @@ const retire = {
|
|
|
703
703
|
|
|
704
704
|
const index$m = {
|
|
705
705
|
__proto__: null,
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
706
|
+
Close: close,
|
|
707
|
+
Create: create,
|
|
708
|
+
Issue: issue,
|
|
709
|
+
Open: open,
|
|
710
|
+
Retire: retire,
|
|
711
|
+
Transfer: transfer
|
|
712
712
|
};
|
|
713
713
|
|
|
714
714
|
const tableName$u = "accounts";
|
package/dist/index.d.cts
CHANGED
|
@@ -1844,6 +1844,10 @@ declare namespace open {
|
|
|
1844
1844
|
export { type open_IOpen as IOpen, actionName$1z as actionName, authorizations$1z as authorizations };
|
|
1845
1845
|
}
|
|
1846
1846
|
|
|
1847
|
+
/**
|
|
1848
|
+
* @interface
|
|
1849
|
+
*/
|
|
1850
|
+
type IClose = IClose$1;
|
|
1847
1851
|
/**
|
|
1848
1852
|
* Требуется авторизация владельца аккаунта, чей баланс закрывается.
|
|
1849
1853
|
*/
|
|
@@ -1855,10 +1859,6 @@ declare const authorizations$1y: readonly [{
|
|
|
1855
1859
|
* Имя действия
|
|
1856
1860
|
*/
|
|
1857
1861
|
declare const actionName$1y = "close";
|
|
1858
|
-
/**
|
|
1859
|
-
* @interface
|
|
1860
|
-
*/
|
|
1861
|
-
type IClose = IClose$1;
|
|
1862
1862
|
|
|
1863
1863
|
type close_IClose = IClose;
|
|
1864
1864
|
declare namespace close {
|
|
@@ -1929,14 +1929,8 @@ declare namespace retire {
|
|
|
1929
1929
|
* Действие совершения перевода токенов AXON между аккаунтами.
|
|
1930
1930
|
*/
|
|
1931
1931
|
|
|
1932
|
-
declare const index$m_close: typeof close;
|
|
1933
|
-
declare const index$m_create: typeof create;
|
|
1934
|
-
declare const index$m_issue: typeof issue;
|
|
1935
|
-
declare const index$m_open: typeof open;
|
|
1936
|
-
declare const index$m_retire: typeof retire;
|
|
1937
|
-
declare const index$m_transfer: typeof transfer;
|
|
1938
1932
|
declare namespace index$m {
|
|
1939
|
-
export {
|
|
1933
|
+
export { close as Close, create as Create, issue as Issue, open as Open, retire as Retire, transfer as Transfer };
|
|
1940
1934
|
}
|
|
1941
1935
|
|
|
1942
1936
|
/**
|
package/dist/index.d.mts
CHANGED
|
@@ -1844,6 +1844,10 @@ declare namespace open {
|
|
|
1844
1844
|
export { type open_IOpen as IOpen, actionName$1z as actionName, authorizations$1z as authorizations };
|
|
1845
1845
|
}
|
|
1846
1846
|
|
|
1847
|
+
/**
|
|
1848
|
+
* @interface
|
|
1849
|
+
*/
|
|
1850
|
+
type IClose = IClose$1;
|
|
1847
1851
|
/**
|
|
1848
1852
|
* Требуется авторизация владельца аккаунта, чей баланс закрывается.
|
|
1849
1853
|
*/
|
|
@@ -1855,10 +1859,6 @@ declare const authorizations$1y: readonly [{
|
|
|
1855
1859
|
* Имя действия
|
|
1856
1860
|
*/
|
|
1857
1861
|
declare const actionName$1y = "close";
|
|
1858
|
-
/**
|
|
1859
|
-
* @interface
|
|
1860
|
-
*/
|
|
1861
|
-
type IClose = IClose$1;
|
|
1862
1862
|
|
|
1863
1863
|
type close_IClose = IClose;
|
|
1864
1864
|
declare namespace close {
|
|
@@ -1929,14 +1929,8 @@ declare namespace retire {
|
|
|
1929
1929
|
* Действие совершения перевода токенов AXON между аккаунтами.
|
|
1930
1930
|
*/
|
|
1931
1931
|
|
|
1932
|
-
declare const index$m_close: typeof close;
|
|
1933
|
-
declare const index$m_create: typeof create;
|
|
1934
|
-
declare const index$m_issue: typeof issue;
|
|
1935
|
-
declare const index$m_open: typeof open;
|
|
1936
|
-
declare const index$m_retire: typeof retire;
|
|
1937
|
-
declare const index$m_transfer: typeof transfer;
|
|
1938
1932
|
declare namespace index$m {
|
|
1939
|
-
export {
|
|
1933
|
+
export { close as Close, create as Create, issue as Issue, open as Open, retire as Retire, transfer as Transfer };
|
|
1940
1934
|
}
|
|
1941
1935
|
|
|
1942
1936
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1844,6 +1844,10 @@ declare namespace open {
|
|
|
1844
1844
|
export { type open_IOpen as IOpen, actionName$1z as actionName, authorizations$1z as authorizations };
|
|
1845
1845
|
}
|
|
1846
1846
|
|
|
1847
|
+
/**
|
|
1848
|
+
* @interface
|
|
1849
|
+
*/
|
|
1850
|
+
type IClose = IClose$1;
|
|
1847
1851
|
/**
|
|
1848
1852
|
* Требуется авторизация владельца аккаунта, чей баланс закрывается.
|
|
1849
1853
|
*/
|
|
@@ -1855,10 +1859,6 @@ declare const authorizations$1y: readonly [{
|
|
|
1855
1859
|
* Имя действия
|
|
1856
1860
|
*/
|
|
1857
1861
|
declare const actionName$1y = "close";
|
|
1858
|
-
/**
|
|
1859
|
-
* @interface
|
|
1860
|
-
*/
|
|
1861
|
-
type IClose = IClose$1;
|
|
1862
1862
|
|
|
1863
1863
|
type close_IClose = IClose;
|
|
1864
1864
|
declare namespace close {
|
|
@@ -1929,14 +1929,8 @@ declare namespace retire {
|
|
|
1929
1929
|
* Действие совершения перевода токенов AXON между аккаунтами.
|
|
1930
1930
|
*/
|
|
1931
1931
|
|
|
1932
|
-
declare const index$m_close: typeof close;
|
|
1933
|
-
declare const index$m_create: typeof create;
|
|
1934
|
-
declare const index$m_issue: typeof issue;
|
|
1935
|
-
declare const index$m_open: typeof open;
|
|
1936
|
-
declare const index$m_retire: typeof retire;
|
|
1937
|
-
declare const index$m_transfer: typeof transfer;
|
|
1938
1932
|
declare namespace index$m {
|
|
1939
|
-
export {
|
|
1933
|
+
export { close as Close, create as Create, issue as Issue, open as Open, retire as Retire, transfer as Transfer };
|
|
1940
1934
|
}
|
|
1941
1935
|
|
|
1942
1936
|
/**
|
package/dist/index.mjs
CHANGED
|
@@ -701,12 +701,12 @@ const retire = {
|
|
|
701
701
|
|
|
702
702
|
const index$m = {
|
|
703
703
|
__proto__: null,
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
704
|
+
Close: close,
|
|
705
|
+
Create: create,
|
|
706
|
+
Issue: issue,
|
|
707
|
+
Open: open,
|
|
708
|
+
Retire: retire,
|
|
709
|
+
Transfer: transfer
|
|
710
710
|
};
|
|
711
711
|
|
|
712
712
|
const tableName$u = "accounts";
|