cooptypes 0.5.1 → 0.5.2

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
@@ -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 {
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 {
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 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cooptypes",
3
3
  "type": "module",
4
- "version": "0.5.1",
4
+ "version": "0.5.2",
5
5
  "packageManager": "pnpm@9.0.6",
6
6
  "description": "_description_",
7
7
  "author": "Alex Ant <dacom.dark.sun@gmail.com>",