@rocketlink/crm-model 1.0.269 → 1.0.271

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.
@@ -10,6 +10,7 @@ export declare const TRANSACTION_STATUS_EMP: {
10
10
  chargeback: string;
11
11
  rejected: string;
12
12
  declined: string;
13
+ error: string;
13
14
  pending_async: string;
14
15
  };
15
16
  export type TRANSACTION_STATUS_EMP = (typeof TRANSACTION_STATUS_EMP)[keyof typeof TRANSACTION_STATUS_EMP];
@@ -1 +1 @@
1
- {"version":3,"file":"transactionEmp.constants.d.ts","sourceRoot":"","sources":["../../../../src/gateways/adapters/model/transactionEmp.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB;;;;;CAKhC,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC;AAEpG,eAAO,MAAM,sBAAsB;;;;;;CAMlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC"}
1
+ {"version":3,"file":"transactionEmp.constants.d.ts","sourceRoot":"","sources":["../../../../src/gateways/adapters/model/transactionEmp.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB;;;;;CAKhC,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC;AAEpG,eAAO,MAAM,sBAAsB;;;;;;;CAOlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC"}
@@ -12,5 +12,6 @@ exports.TRANSACTION_STATUS_EMP = {
12
12
  chargeback: "chargebacked",
13
13
  rejected: "rejected",
14
14
  declined: "declined",
15
+ error: "error",
15
16
  pending_async: "pending_async",
16
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocketlink/crm-model",
3
- "version": "1.0.269",
3
+ "version": "1.0.271",
4
4
  "description": "Shared DTOs and Models for CRM Rocketlink",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,6 +11,7 @@ export const TRANSACTION_STATUS_EMP = {
11
11
  chargeback: "chargebacked",
12
12
  rejected: "rejected",
13
13
  declined: "declined",
14
+ error: "error",
14
15
  pending_async: "pending_async",
15
16
  };
16
17
  export type TRANSACTION_STATUS_EMP = (typeof TRANSACTION_STATUS_EMP)[keyof typeof TRANSACTION_STATUS_EMP];