cooptypes 0.5.2 → 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 +1 -7
- package/dist/index.d.mts +1 -7
- package/dist/index.d.ts +1 -7
- 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
|
@@ -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
|
@@ -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
|
@@ -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";
|