@erp-galoper/types 1.0.1657 → 1.0.1658

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 +40 -8
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -39446,6 +39446,37 @@ export interface components {
39446
39446
  message: string;
39447
39447
  data: components["schemas"]["RetrieveAdvancePaymentSchema"];
39448
39448
  };
39449
+ /** BankUnionAccountSummaryInfo */
39450
+ BankUnionAccountSummaryInfo: {
39451
+ /** Id */
39452
+ id: number;
39453
+ /** Accountnumber */
39454
+ accountNumber?: string | null;
39455
+ /** Name */
39456
+ name?: string | null;
39457
+ /** Swift */
39458
+ swift?: string | null;
39459
+ /** Iban */
39460
+ IBAN?: string | null;
39461
+ /** Routingnumber */
39462
+ routingNumber?: string | null;
39463
+ /** Banknumber */
39464
+ bankNumber?: string | null;
39465
+ /** Accountname */
39466
+ accountName?: string | null;
39467
+ /** Parentaccount */
39468
+ parentAccount?: number | null;
39469
+ currency?: components["schemas"]["CommonCurrency"] | null;
39470
+ /** Balance */
39471
+ balance?: number | null;
39472
+ branch?: components["schemas"]["BranchInfo"] | null;
39473
+ /** Status */
39474
+ status?: boolean | null;
39475
+ /** Hastransaction */
39476
+ hasTransaction?: boolean | null;
39477
+ /** Candelete */
39478
+ canDelete?: boolean | null;
39479
+ };
39449
39480
  /**
39450
39481
  * DocumentStatus
39451
39482
  * @enum {string}
@@ -39483,7 +39514,7 @@ export interface components {
39483
39514
  * Format: uuid
39484
39515
  */
39485
39516
  id: string;
39486
- account: components["schemas"]["AccountSummaryInfo"] | null;
39517
+ account: components["schemas"]["BankUnionAccountSummaryInfo"] | null;
39487
39518
  paymentMethod: components["schemas"]["PaymentMethodSharedSchema"];
39488
39519
  supplierBankAccount: components["schemas"]["BankAccountsSharedSchema"] | null;
39489
39520
  /** Duedate */
@@ -42963,7 +42994,7 @@ export interface components {
42963
42994
  * Format: uuid
42964
42995
  */
42965
42996
  id: string;
42966
- account: components["schemas"]["AccountSummaryInfo"] | null;
42997
+ account: components["schemas"]["BankUnionAccountSummaryInfo"] | null;
42967
42998
  paymentMethod: components["schemas"]["PaymentMethodSharedSchema"];
42968
42999
  supplierBankAccount: components["schemas"]["BankAccountsSharedSchema"] | null;
42969
43000
  /** Duedate */
@@ -46074,8 +46105,9 @@ export interface components {
46074
46105
  * Format: uuid
46075
46106
  */
46076
46107
  id: string;
46077
- account: components["schemas"]["AccountSummaryInfo"] | null;
46108
+ account: components["schemas"]["BankUnionAccountSummaryInfo"] | null;
46078
46109
  paymentMethod: components["schemas"]["PaymentMethodSharedSchema"];
46110
+ salesPersonBankAccount: components["schemas"]["BankAccountsSharedSchema"] | null;
46079
46111
  /** Duedate */
46080
46112
  dueDate: string | null;
46081
46113
  /** Chequenumber */
@@ -49053,7 +49085,7 @@ export interface components {
49053
49085
  */
49054
49086
  id: string;
49055
49087
  paymentMethod: components["schemas"]["PaymentMethodSharedSchema"];
49056
- account: components["schemas"]["AccountSummaryInfo"] | null;
49088
+ account: components["schemas"]["BankUnionAccountSummaryInfo"] | null;
49057
49089
  supplierBankAccount: components["schemas"]["BankAccountsSharedSchema"] | null;
49058
49090
  /** Duedate */
49059
49091
  dueDate: string | null;
@@ -49729,7 +49761,7 @@ export interface components {
49729
49761
  */
49730
49762
  id: string;
49731
49763
  paymentMethod: components["schemas"]["PaymentMethodSharedSchema"];
49732
- account: components["schemas"]["AccountSummaryInfo"] | null;
49764
+ account: components["schemas"]["BankUnionAccountSummaryInfo"] | null;
49733
49765
  customerBankAccount: components["schemas"]["BankAccountsSharedSchema"] | null;
49734
49766
  /** Duedate */
49735
49767
  dueDate: string | null;
@@ -51787,7 +51819,7 @@ export interface components {
51787
51819
  * Format: uuid
51788
51820
  */
51789
51821
  id: string;
51790
- account: components["schemas"]["AccountSummaryInfo"] | null;
51822
+ account: components["schemas"]["BankUnionAccountSummaryInfo"] | null;
51791
51823
  paymentMethod: components["schemas"]["PaymentMethodSharedSchema"];
51792
51824
  customerBankAccount: components["schemas"]["BankAccountsSharedSchema"] | null;
51793
51825
  /** Duedate */
@@ -54941,7 +54973,7 @@ export interface components {
54941
54973
  */
54942
54974
  id: string;
54943
54975
  paymentMethod: components["schemas"]["PaymentMethodSharedSchema"];
54944
- account: components["schemas"]["AccountSummaryInfo"] | null;
54976
+ account: components["schemas"]["BankUnionAccountSummaryInfo"] | null;
54945
54977
  customerBankAccount: components["schemas"]["BankAccountsSharedSchema"] | null;
54946
54978
  /** Duedate */
54947
54979
  dueDate: string | null;
@@ -59905,7 +59937,7 @@ export interface components {
59905
59937
  * Format: uuid
59906
59938
  */
59907
59939
  id: string;
59908
- account: components["schemas"]["AccountSummaryInfo"] | null;
59940
+ account: components["schemas"]["BankUnionAccountSummaryInfo"] | null;
59909
59941
  paymentMethod: components["schemas"]["PaymentMethodSharedSchema"];
59910
59942
  supplierBankAccount: components["schemas"]["BankAccountsSharedSchema"] | null;
59911
59943
  employeeBankAccount: components["schemas"]["BankAccountsSharedSchema"] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1657",
3
+ "version": "1.0.1658",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],