@coopenomics/sdk 2025.7.20 → 2025.7.23
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 +3 -3
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -4643,10 +4643,10 @@ const installSystem = {
|
|
|
4643
4643
|
|
|
4644
4644
|
const name$l = "setWif";
|
|
4645
4645
|
const mutation$5 = Selector("Mutation")({
|
|
4646
|
-
[name$l]: [{ data: $("data", "
|
|
4646
|
+
[name$l]: [{ data: $("data", "SetWifInput!") }, true]
|
|
4647
4647
|
});
|
|
4648
4648
|
|
|
4649
|
-
const
|
|
4649
|
+
const saveWif = {
|
|
4650
4650
|
__proto__: null,
|
|
4651
4651
|
mutation: mutation$5,
|
|
4652
4652
|
name: name$l
|
|
@@ -4667,7 +4667,7 @@ const index$i = {
|
|
|
4667
4667
|
__proto__: null,
|
|
4668
4668
|
InitSystem: initSystem,
|
|
4669
4669
|
InstallSystem: installSystem,
|
|
4670
|
-
|
|
4670
|
+
SaveWif: saveWif,
|
|
4671
4671
|
UpdateSystem: updateSystem
|
|
4672
4672
|
};
|
|
4673
4673
|
|
package/dist/index.d.cts
CHANGED
|
@@ -23769,7 +23769,7 @@ declare namespace installSystem {
|
|
|
23769
23769
|
declare const name$k = "setWif";
|
|
23770
23770
|
declare const mutation$5: {
|
|
23771
23771
|
setWif: [{
|
|
23772
|
-
data: Variable<"
|
|
23772
|
+
data: Variable<"SetWifInput!", "data">;
|
|
23773
23773
|
}, true];
|
|
23774
23774
|
};
|
|
23775
23775
|
interface IInput$l {
|
|
@@ -23781,7 +23781,7 @@ interface IInput$l {
|
|
|
23781
23781
|
}
|
|
23782
23782
|
type IOutput$l = InputType<GraphQLTypes['Mutation'], typeof mutation$5>;
|
|
23783
23783
|
|
|
23784
|
-
declare namespace
|
|
23784
|
+
declare namespace saveWif {
|
|
23785
23785
|
export { type IInput$l as IInput, type IOutput$l as IOutput, mutation$5 as mutation, name$k as name };
|
|
23786
23786
|
}
|
|
23787
23787
|
|
|
@@ -24030,7 +24030,7 @@ declare namespace updateSystem {
|
|
|
24030
24030
|
/** Произвести инициализацию программного обеспечения перед установкой совета методом install */
|
|
24031
24031
|
|
|
24032
24032
|
declare namespace index$g {
|
|
24033
|
-
export { initSystem as InitSystem, installSystem as InstallSystem,
|
|
24033
|
+
export { initSystem as InitSystem, installSystem as InstallSystem, saveWif as SaveWif, updateSystem as UpdateSystem };
|
|
24034
24034
|
}
|
|
24035
24035
|
|
|
24036
24036
|
declare const name$i = "createWithdraw";
|
package/dist/index.d.mts
CHANGED
|
@@ -23769,7 +23769,7 @@ declare namespace installSystem {
|
|
|
23769
23769
|
declare const name$k = "setWif";
|
|
23770
23770
|
declare const mutation$5: {
|
|
23771
23771
|
setWif: [{
|
|
23772
|
-
data: Variable<"
|
|
23772
|
+
data: Variable<"SetWifInput!", "data">;
|
|
23773
23773
|
}, true];
|
|
23774
23774
|
};
|
|
23775
23775
|
interface IInput$l {
|
|
@@ -23781,7 +23781,7 @@ interface IInput$l {
|
|
|
23781
23781
|
}
|
|
23782
23782
|
type IOutput$l = InputType<GraphQLTypes['Mutation'], typeof mutation$5>;
|
|
23783
23783
|
|
|
23784
|
-
declare namespace
|
|
23784
|
+
declare namespace saveWif {
|
|
23785
23785
|
export { type IInput$l as IInput, type IOutput$l as IOutput, mutation$5 as mutation, name$k as name };
|
|
23786
23786
|
}
|
|
23787
23787
|
|
|
@@ -24030,7 +24030,7 @@ declare namespace updateSystem {
|
|
|
24030
24030
|
/** Произвести инициализацию программного обеспечения перед установкой совета методом install */
|
|
24031
24031
|
|
|
24032
24032
|
declare namespace index$g {
|
|
24033
|
-
export { initSystem as InitSystem, installSystem as InstallSystem,
|
|
24033
|
+
export { initSystem as InitSystem, installSystem as InstallSystem, saveWif as SaveWif, updateSystem as UpdateSystem };
|
|
24034
24034
|
}
|
|
24035
24035
|
|
|
24036
24036
|
declare const name$i = "createWithdraw";
|
package/dist/index.d.ts
CHANGED
|
@@ -23769,7 +23769,7 @@ declare namespace installSystem {
|
|
|
23769
23769
|
declare const name$k = "setWif";
|
|
23770
23770
|
declare const mutation$5: {
|
|
23771
23771
|
setWif: [{
|
|
23772
|
-
data: Variable<"
|
|
23772
|
+
data: Variable<"SetWifInput!", "data">;
|
|
23773
23773
|
}, true];
|
|
23774
23774
|
};
|
|
23775
23775
|
interface IInput$l {
|
|
@@ -23781,7 +23781,7 @@ interface IInput$l {
|
|
|
23781
23781
|
}
|
|
23782
23782
|
type IOutput$l = InputType<GraphQLTypes['Mutation'], typeof mutation$5>;
|
|
23783
23783
|
|
|
23784
|
-
declare namespace
|
|
23784
|
+
declare namespace saveWif {
|
|
23785
23785
|
export { type IInput$l as IInput, type IOutput$l as IOutput, mutation$5 as mutation, name$k as name };
|
|
23786
23786
|
}
|
|
23787
23787
|
|
|
@@ -24030,7 +24030,7 @@ declare namespace updateSystem {
|
|
|
24030
24030
|
/** Произвести инициализацию программного обеспечения перед установкой совета методом install */
|
|
24031
24031
|
|
|
24032
24032
|
declare namespace index$g {
|
|
24033
|
-
export { initSystem as InitSystem, installSystem as InstallSystem,
|
|
24033
|
+
export { initSystem as InitSystem, installSystem as InstallSystem, saveWif as SaveWif, updateSystem as UpdateSystem };
|
|
24034
24034
|
}
|
|
24035
24035
|
|
|
24036
24036
|
declare const name$i = "createWithdraw";
|
package/dist/index.mjs
CHANGED
|
@@ -4624,10 +4624,10 @@ const installSystem = {
|
|
|
4624
4624
|
|
|
4625
4625
|
const name$l = "setWif";
|
|
4626
4626
|
const mutation$5 = Selector("Mutation")({
|
|
4627
|
-
[name$l]: [{ data: $("data", "
|
|
4627
|
+
[name$l]: [{ data: $("data", "SetWifInput!") }, true]
|
|
4628
4628
|
});
|
|
4629
4629
|
|
|
4630
|
-
const
|
|
4630
|
+
const saveWif = {
|
|
4631
4631
|
__proto__: null,
|
|
4632
4632
|
mutation: mutation$5,
|
|
4633
4633
|
name: name$l
|
|
@@ -4648,7 +4648,7 @@ const index$i = {
|
|
|
4648
4648
|
__proto__: null,
|
|
4649
4649
|
InitSystem: initSystem,
|
|
4650
4650
|
InstallSystem: installSystem,
|
|
4651
|
-
|
|
4651
|
+
SaveWif: saveWif,
|
|
4652
4652
|
UpdateSystem: updateSystem
|
|
4653
4653
|
};
|
|
4654
4654
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopenomics/sdk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2025.7.
|
|
4
|
+
"version": "2025.7.23",
|
|
5
5
|
"private": false,
|
|
6
6
|
"packageManager": "pnpm@9.9.0",
|
|
7
7
|
"description": "",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@wharfkit/contract": "^1.1.5",
|
|
49
49
|
"@wharfkit/session": "^1.4.0",
|
|
50
50
|
"@wharfkit/wallet-plugin-privatekey": "^1.1.0",
|
|
51
|
-
"cooptypes": "2025.7.
|
|
51
|
+
"cooptypes": "2025.7.23",
|
|
52
52
|
"graphql": "^16.9.0",
|
|
53
53
|
"graphql-request": "^7.1.2",
|
|
54
54
|
"graphql-tag": "^2.12.6",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"vite": "^5.4.3",
|
|
77
77
|
"vitest": "^2.0.5"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "cac06f3e1751cba51fbb985a7047be936235bf9e"
|
|
80
80
|
}
|