@dynamic-labs/sdk-api 0.0.830 → 0.0.831

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api",
3
- "version": "0.0.830",
3
+ "version": "0.0.831",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -23,7 +23,7 @@ export interface CoinbaseOnrampFee {
23
23
  */
24
24
  type: CoinbaseOnrampFeeType;
25
25
  /**
26
- * Digits with optional decimal part; if dot present, must have digits after it
26
+ * Digits with optional decimal part
27
27
  * @type {string}
28
28
  * @memberof CoinbaseOnrampFee
29
29
  */
@@ -25,13 +25,13 @@ export interface CoinbaseOnrampOrder {
25
25
  */
26
26
  orderId: string;
27
27
  /**
28
- * Digits with optional decimal part; if dot present, must have digits after it
28
+ * Digits with optional decimal part
29
29
  * @type {string}
30
30
  * @memberof CoinbaseOnrampOrder
31
31
  */
32
32
  paymentTotal: string;
33
33
  /**
34
- * Digits with optional decimal part; if dot present, must have digits after it
34
+ * Digits with optional decimal part
35
35
  * @type {string}
36
36
  * @memberof CoinbaseOnrampOrder
37
37
  */
@@ -49,7 +49,7 @@ export interface CoinbaseOnrampOrder {
49
49
  */
50
50
  paymentMethod: CoinbaseOnrampOrderPaymentMethod;
51
51
  /**
52
- * Digits with optional decimal part; if dot present, must have digits after it
52
+ * Digits with optional decimal part
53
53
  * @type {string}
54
54
  * @memberof CoinbaseOnrampOrder
55
55
  */
@@ -67,7 +67,7 @@ export interface CoinbaseOnrampOrder {
67
67
  */
68
68
  fees: Array<CoinbaseOnrampFee>;
69
69
  /**
70
- * Digits with optional decimal part; if dot present, must have digits after it
70
+ * Digits with optional decimal part
71
71
  * @type {string}
72
72
  * @memberof CoinbaseOnrampOrder
73
73
  */
@@ -53,7 +53,7 @@ export interface CoinbaseOnrampOrderCreateRequest {
53
53
  */
54
54
  partnerUserRef: string;
55
55
  /**
56
- * Digits with optional decimal part; if dot present, must have digits after it
56
+ * Digits with optional decimal part
57
57
  * @type {string}
58
58
  * @memberof CoinbaseOnrampOrderCreateRequest
59
59
  */
@@ -71,7 +71,7 @@ export interface CoinbaseOnrampOrderCreateRequest {
71
71
  */
72
72
  paymentMethod: CoinbaseOnrampOrderPaymentMethod;
73
73
  /**
74
- * Digits with optional decimal part; if dot present, must have digits after it
74
+ * Digits with optional decimal part
75
75
  * @type {string}
76
76
  * @memberof CoinbaseOnrampOrderCreateRequest
77
77
  */