@sats-connect/core 0.7.1-3ab7f7d → 0.7.1-8500dcc

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.mts CHANGED
@@ -449,7 +449,7 @@ declare const getAddressesResultSchema: v.ObjectSchema<{
449
449
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
450
450
  }, undefined>;
451
451
  readonly stacks: v.ObjectSchema<{
452
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
452
+ readonly name: v.StringSchema<undefined>;
453
453
  }, undefined>;
454
454
  readonly spark: v.ObjectSchema<{
455
455
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
@@ -1033,7 +1033,7 @@ declare const sparkGetAddressesResultSchema: v.ObjectSchema<{
1033
1033
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
1034
1034
  }, undefined>;
1035
1035
  readonly stacks: v.ObjectSchema<{
1036
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
1036
+ readonly name: v.StringSchema<undefined>;
1037
1037
  }, undefined>;
1038
1038
  readonly spark: v.ObjectSchema<{
1039
1039
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
@@ -1354,7 +1354,7 @@ declare const stxGetAccountsResultSchema: v.ObjectSchema<{
1354
1354
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
1355
1355
  }, undefined>;
1356
1356
  readonly stacks: v.ObjectSchema<{
1357
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
1357
+ readonly name: v.StringSchema<undefined>;
1358
1358
  }, undefined>;
1359
1359
  readonly spark: v.ObjectSchema<{
1360
1360
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
@@ -1395,7 +1395,7 @@ declare const stxGetAddressesResultSchema: v.ObjectSchema<{
1395
1395
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
1396
1396
  }, undefined>;
1397
1397
  readonly stacks: v.ObjectSchema<{
1398
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
1398
+ readonly name: v.StringSchema<undefined>;
1399
1399
  }, undefined>;
1400
1400
  readonly spark: v.ObjectSchema<{
1401
1401
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
@@ -1873,7 +1873,7 @@ declare const getNetworkResultSchema: v.ObjectSchema<{
1873
1873
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
1874
1874
  }, undefined>;
1875
1875
  readonly stacks: v.ObjectSchema<{
1876
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
1876
+ readonly name: v.StringSchema<undefined>;
1877
1877
  }, undefined>;
1878
1878
  readonly spark: v.ObjectSchema<{
1879
1879
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
@@ -1940,7 +1940,7 @@ declare const getAccountResultSchema: v.ObjectSchema<{
1940
1940
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
1941
1941
  }, undefined>;
1942
1942
  readonly stacks: v.ObjectSchema<{
1943
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
1943
+ readonly name: v.StringSchema<undefined>;
1944
1944
  }, undefined>;
1945
1945
  readonly spark: v.ObjectSchema<{
1946
1946
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
@@ -1991,7 +1991,7 @@ declare const connectResultSchema: v.ObjectSchema<{
1991
1991
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
1992
1992
  }, undefined>;
1993
1993
  readonly stacks: v.ObjectSchema<{
1994
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
1994
+ readonly name: v.StringSchema<undefined>;
1995
1995
  }, undefined>;
1996
1996
  readonly spark: v.ObjectSchema<{
1997
1997
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
package/dist/index.d.ts CHANGED
@@ -449,7 +449,7 @@ declare const getAddressesResultSchema: v.ObjectSchema<{
449
449
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
450
450
  }, undefined>;
451
451
  readonly stacks: v.ObjectSchema<{
452
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
452
+ readonly name: v.StringSchema<undefined>;
453
453
  }, undefined>;
454
454
  readonly spark: v.ObjectSchema<{
455
455
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
@@ -1033,7 +1033,7 @@ declare const sparkGetAddressesResultSchema: v.ObjectSchema<{
1033
1033
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
1034
1034
  }, undefined>;
1035
1035
  readonly stacks: v.ObjectSchema<{
1036
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
1036
+ readonly name: v.StringSchema<undefined>;
1037
1037
  }, undefined>;
1038
1038
  readonly spark: v.ObjectSchema<{
1039
1039
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
@@ -1354,7 +1354,7 @@ declare const stxGetAccountsResultSchema: v.ObjectSchema<{
1354
1354
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
1355
1355
  }, undefined>;
1356
1356
  readonly stacks: v.ObjectSchema<{
1357
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
1357
+ readonly name: v.StringSchema<undefined>;
1358
1358
  }, undefined>;
1359
1359
  readonly spark: v.ObjectSchema<{
1360
1360
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
@@ -1395,7 +1395,7 @@ declare const stxGetAddressesResultSchema: v.ObjectSchema<{
1395
1395
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
1396
1396
  }, undefined>;
1397
1397
  readonly stacks: v.ObjectSchema<{
1398
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
1398
+ readonly name: v.StringSchema<undefined>;
1399
1399
  }, undefined>;
1400
1400
  readonly spark: v.ObjectSchema<{
1401
1401
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
@@ -1873,7 +1873,7 @@ declare const getNetworkResultSchema: v.ObjectSchema<{
1873
1873
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
1874
1874
  }, undefined>;
1875
1875
  readonly stacks: v.ObjectSchema<{
1876
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
1876
+ readonly name: v.StringSchema<undefined>;
1877
1877
  }, undefined>;
1878
1878
  readonly spark: v.ObjectSchema<{
1879
1879
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
@@ -1940,7 +1940,7 @@ declare const getAccountResultSchema: v.ObjectSchema<{
1940
1940
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
1941
1941
  }, undefined>;
1942
1942
  readonly stacks: v.ObjectSchema<{
1943
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
1943
+ readonly name: v.StringSchema<undefined>;
1944
1944
  }, undefined>;
1945
1945
  readonly spark: v.ObjectSchema<{
1946
1946
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
@@ -1991,7 +1991,7 @@ declare const connectResultSchema: v.ObjectSchema<{
1991
1991
  readonly name: v.EnumSchema<typeof BitcoinNetworkType, undefined>;
1992
1992
  }, undefined>;
1993
1993
  readonly stacks: v.ObjectSchema<{
1994
- readonly name: v.EnumSchema<typeof StacksNetworkType, undefined>;
1994
+ readonly name: v.StringSchema<undefined>;
1995
1995
  }, undefined>;
1996
1996
  readonly spark: v.ObjectSchema<{
1997
1997
  readonly name: v.EnumSchema<typeof SparkNetworkType, undefined>;
package/dist/index.js CHANGED
@@ -522,7 +522,7 @@ var getNetworkResultSchema = v5.object({
522
522
  name: v5.enum(BitcoinNetworkType)
523
523
  }),
524
524
  stacks: v5.object({
525
- name: v5.enum(StacksNetworkType)
525
+ name: v5.string()
526
526
  }),
527
527
  spark: v5.object({
528
528
  name: v5.enum(SparkNetworkType)
package/dist/index.mjs CHANGED
@@ -288,7 +288,7 @@ var getNetworkResultSchema = v5.object({
288
288
  name: v5.enum(BitcoinNetworkType)
289
289
  }),
290
290
  stacks: v5.object({
291
- name: v5.enum(StacksNetworkType)
291
+ name: v5.string()
292
292
  }),
293
293
  spark: v5.object({
294
294
  name: v5.enum(SparkNetworkType)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sats-connect/core",
3
- "version": "0.7.1-3ab7f7d",
3
+ "version": "0.7.1-8500dcc",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",