@erp-galoper/types 1.0.1563 → 1.0.1565

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 +3 -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: {
@@ -78365,7 +78368,6 @@ export interface operations {
78365
78368
  status?: ("draft" | "submitted")[];
78366
78369
  /** @description required when isBatchExport is True */
78367
78370
  priority?: ("normal" | "low" | "medium" | "urgent" | "high")[];
78368
- branchId: number;
78369
78371
  /** @description The value is true when export in list of requisition, and value is false when export single requisition */
78370
78372
  isBatchExport: boolean;
78371
78373
  /** @description requisition id, required when isBatchExport is False */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1563",
3
+ "version": "1.0.1565",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],