@erp-galoper/types 1.0.966 → 1.0.968
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.
- package/openapi.ts +0 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -34896,7 +34896,6 @@ export interface components {
|
|
|
34896
34896
|
* Remaining
|
|
34897
34897
|
* @description
|
|
34898
34898
|
* - this field is number
|
|
34899
|
-
* - if type is creditNote : the credited amount should not exceed the remaining amount
|
|
34900
34899
|
*
|
|
34901
34900
|
*/
|
|
34902
34901
|
remaining?: string | null;
|
|
@@ -35089,7 +35088,6 @@ export interface components {
|
|
|
35089
35088
|
* Remaining
|
|
35090
35089
|
* @description
|
|
35091
35090
|
* - this field is number
|
|
35092
|
-
* - if type is creditNote : the credited amount should not exceed the remaining amount
|
|
35093
35091
|
*
|
|
35094
35092
|
*/
|
|
35095
35093
|
remaining?: string | null;
|