@cbm-common/cbm-types 0.0.96 → 0.0.97

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.
@@ -208,6 +208,7 @@ export declare namespace CbmCreditRequestModel {
208
208
  deny_reason_country_description?: string;
209
209
  deny_reason_country_description_process?: string;
210
210
  client_id: string;
211
+ client_payment_deadline?: number;
211
212
  client_credit_limit?: number;
212
213
  client_business_name: string;
213
214
  client_trade_name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.96",
3
+ "version": "0.0.97",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {