@riocrypto/common-server 1.0.2100 → 1.0.2102

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.
@@ -17,6 +17,7 @@ interface BankPayoutAttrs {
17
17
  SPIDTrackingNumber?: string;
18
18
  CEPLink?: string;
19
19
  reference?: string;
20
+ sentAt: Date;
20
21
  }[];
21
22
  }
22
23
  interface BankPayoutDoc extends Document {
@@ -36,6 +37,7 @@ interface BankPayoutDoc extends Document {
36
37
  SPIDTrackingNumber?: string;
37
38
  CEPLink?: string;
38
39
  reference?: string;
40
+ sentAt: Date;
39
41
  }[];
40
42
  }
41
43
  interface BankPayoutModel extends Model<BankPayoutDoc> {
@@ -103,7 +103,7 @@ interface OrderAttrs {
103
103
  SPEITrackingNumber?: string;
104
104
  SPIDTrackingNumber?: string;
105
105
  CEPLink?: string;
106
- references: string[];
106
+ reference?: string;
107
107
  blockchainAddress?: string;
108
108
  accountHolderName?: string;
109
109
  accountNumber?: string;
@@ -213,7 +213,7 @@ interface OrderDoc extends Document {
213
213
  SPEITrackingNumber?: string;
214
214
  SPIDTrackingNumber?: string;
215
215
  CEPLink?: string;
216
- references: string[];
216
+ reference?: string;
217
217
  blockchainAddress?: string;
218
218
  accountHolderName?: string;
219
219
  accountNumber?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2100",
3
+ "version": "1.0.2102",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "@google-cloud/secret-manager": "^5.3.0",
29
29
  "@google-cloud/storage": "^6.9.5",
30
30
  "@hyperdx/node-opentelemetry": "^0.7.0",
31
- "@riocrypto/common": "^1.0.1863",
31
+ "@riocrypto/common": "^1.0.1870",
32
32
  "@types/express": "^4.17.13",
33
33
  "axios": "^1.7.4",
34
34
  "crypto-js": "^4.2.0",