@erp-galoper/types 1.0.1819 → 1.0.1820
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 +3 -3
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -2239,12 +2239,12 @@ export interface paths {
|
|
|
2239
2239
|
};
|
|
2240
2240
|
/**
|
|
2241
2241
|
* Get Account
|
|
2242
|
-
* @description Endpoint
|
|
2242
|
+
* @description Endpoint to get an account by its account number.
|
|
2243
|
+
* Looks across Customer, Supplier, ChartOfAccount, Banks, and Employee models.
|
|
2243
2244
|
* Possible Responses:
|
|
2244
2245
|
* - 200:
|
|
2245
2246
|
* - Success
|
|
2246
2247
|
* - 404:
|
|
2247
|
-
* - ContentTypeDoesNotExist
|
|
2248
2248
|
* - accountDoesNotExist
|
|
2249
2249
|
* - 500:
|
|
2250
2250
|
* - internalServerError
|
|
@@ -29839,7 +29839,7 @@ export interface components {
|
|
|
29839
29839
|
/** PostAccountsSchema */
|
|
29840
29840
|
PostAccountsSchema: {
|
|
29841
29841
|
/** Id */
|
|
29842
|
-
id: number;
|
|
29842
|
+
id: number | string;
|
|
29843
29843
|
/** Accountnumber */
|
|
29844
29844
|
accountnumber: string;
|
|
29845
29845
|
/** Name */
|