@fileverse-dev/fortune-core 1.0.2-mod-2 → 1.0.2-mod-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.esm.js CHANGED
@@ -605,6 +605,7 @@ var en = {
605
605
  n: "GETTXLIST",
606
606
  t: 0,
607
607
  d: "Returns the list of transactions performed by an address, with optional pagination.",
608
+ a: "Returns the list of transactions performed by an address, with optional pagination.",
608
609
  p: [{
609
610
  name: "value1",
610
611
  detail: "The address string representing the addresses to check for balance",
package/dist/index.js CHANGED
@@ -615,6 +615,7 @@ var en = {
615
615
  n: "GETTXLIST",
616
616
  t: 0,
617
617
  d: "Returns the list of transactions performed by an address, with optional pagination.",
618
+ a: "Returns the list of transactions performed by an address, with optional pagination.",
618
619
  p: [{
619
620
  name: "value1",
620
621
  detail: "The address string representing the addresses to check for balance",
@@ -24,6 +24,7 @@ declare const _default: {
24
24
  n: string;
25
25
  t: number;
26
26
  d: string;
27
+ a: string;
27
28
  p: ({
28
29
  name: string;
29
30
  detail: string;
@@ -39,21 +40,6 @@ declare const _default: {
39
40
  repeat: string;
40
41
  type: string;
41
42
  })[];
42
- a?: undefined;
43
- m?: undefined;
44
- } | {
45
- n: string;
46
- t: number;
47
- d: string;
48
- a: string;
49
- p: {
50
- name: string;
51
- detail: string;
52
- example: string;
53
- require: string;
54
- repeat: string;
55
- type: string;
56
- }[];
57
43
  m?: undefined;
58
44
  } | {
59
45
  n: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.0.2-mod-2",
3
+ "version": "1.0.2-mod-3",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",