@erp-galoper/types 1.0.1562 → 1.0.1564

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.
Files changed (2) hide show
  1. package/openapi.ts +4 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -39382,6 +39382,8 @@ export interface components {
39382
39382
  ChangedFields: "amount" | "companyAmount" | "usdAmount" | "companyRate" | "usdRate" | "accountNumber";
39383
39383
  /** AccountNameNumberAndCurrencySchema */
39384
39384
  AccountNameNumberAndCurrencySchema: {
39385
+ /** Id */
39386
+ id: number | string;
39385
39387
  /** Number */
39386
39388
  number: string;
39387
39389
  /** Name */
@@ -39389,6 +39391,7 @@ export interface components {
39389
39391
  currency: components["schemas"]["CurrencySummaryInfo"];
39390
39392
  /** Type */
39391
39393
  type: string;
39394
+ accountType: components["schemas"]["AccountModelType"];
39392
39395
  };
39393
39396
  /** AdvancePaymentResponse */
39394
39397
  AdvancePaymentResponse: {
@@ -50300,7 +50303,7 @@ export interface components {
50300
50303
  * @description API Endpoints for User Departments Retrieval:
50301
50304
  * - Use the API: /auth/users/me/
50302
50305
  */
50303
- department: string;
50306
+ department?: string;
50304
50307
  /**
50305
50308
  * Attachments
50306
50309
  * @description When upload file the type in payload should be creditnote
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1562",
3
+ "version": "1.0.1564",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],