@whiplashmerch/whiplash-api-client 1.0.13 → 1.0.14
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.
|
@@ -6850,6 +6850,8 @@ export interface ApiV2EntitiesRate {
|
|
|
6850
6850
|
}
|
|
6851
6851
|
/** Api_V2_Entities_ReasonCode model */
|
|
6852
6852
|
export interface ApiV2EntitiesReasonCode {
|
|
6853
|
+
/** the context for the reason */
|
|
6854
|
+
context?: string;
|
|
6853
6855
|
/** description for the reason */
|
|
6854
6856
|
description?: string;
|
|
6855
6857
|
/**
|