@everymatrix/lottery-program-wof 1.28.1 → 1.28.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.
|
@@ -6956,7 +6956,7 @@
|
|
|
6956
6956
|
const getArgs = {
|
|
6957
6957
|
[Api.lotteries]: () => {
|
|
6958
6958
|
return {
|
|
6959
|
-
path: '/
|
|
6959
|
+
path: '/wof/lotteries',
|
|
6960
6960
|
params: {},
|
|
6961
6961
|
options,
|
|
6962
6962
|
};
|
|
@@ -6964,7 +6964,7 @@
|
|
|
6964
6964
|
[Api.outcome]: () => {
|
|
6965
6965
|
const { id } = config;
|
|
6966
6966
|
return {
|
|
6967
|
-
path: `/
|
|
6967
|
+
path: `/wof/outcome/${id}`,
|
|
6968
6968
|
params: {},
|
|
6969
6969
|
options,
|
|
6970
6970
|
};
|
|
@@ -6972,7 +6972,7 @@
|
|
|
6972
6972
|
[Api.draw]: () => {
|
|
6973
6973
|
const { id, guid } = config;
|
|
6974
6974
|
return {
|
|
6975
|
-
path: `/
|
|
6975
|
+
path: `/wof/draw/${id}`,
|
|
6976
6976
|
params: {},
|
|
6977
6977
|
options: Object.assign(Object.assign({}, options), { method: 'PUT', body: JSON.stringify({
|
|
6978
6978
|
guid
|