@rocketlink/crm-model 1.0.152 → 1.0.154

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.
@@ -14,7 +14,7 @@ export interface TransactionEmp extends Transaction {
14
14
  type?: string;
15
15
  status?: string;
16
16
  unique_id?: string;
17
- transaction_id?: number;
17
+ transaction_id?: string;
18
18
  iban_account_no?: string;
19
19
  bic_swift_code?: string;
20
20
  technical_message?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocketlink/crm-model",
3
- "version": "1.0.152",
3
+ "version": "1.0.154",
4
4
  "description": "Shared DTOs and Models for CRM Rocketlink",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,7 +19,7 @@ export interface TransactionEmp extends Transaction {
19
19
  type?: string; //apiResponse.transaction_type
20
20
  status?: string;
21
21
  unique_id?: string; //EMP transactionId
22
- transaction_id?: number; //orderId
22
+ transaction_id?: string; //orderId-Yyyymmddhhmmsss
23
23
  iban_account_no?: string; //apiResponse.bank_account_number
24
24
  bic_swift_code?: string; //apiResponse.bank_identifier_code
25
25
  technical_message?: string;// missing in CSV download