@erp-galoper/types 1.0.368 → 1.0.369

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 +37 -47
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -24616,6 +24616,8 @@ export interface components {
24616
24616
  isDefault: boolean;
24617
24617
  /** Type */
24618
24618
  type: string;
24619
+ paymentInAdvanceAccountResident: components["schemas"]["AccountInfoSchema"] | null;
24620
+ paymentInAdvanceAccountNonResident: components["schemas"]["AccountInfoSchema"] | null;
24619
24621
  };
24620
24622
  /** CommonCity */
24621
24623
  CommonCity: {
@@ -24685,11 +24687,6 @@ export interface components {
24685
24687
  * @default true
24686
24688
  */
24687
24689
  isActive: boolean;
24688
- /**
24689
- * Vat
24690
- * @default false
24691
- */
24692
- vat: boolean;
24693
24690
  /** Currencies */
24694
24691
  currencies: components["schemas"]["CommonCurrency"][];
24695
24692
  /**
@@ -24842,8 +24839,6 @@ export interface components {
24842
24839
  * @default true
24843
24840
  */
24844
24841
  isActive: boolean;
24845
- /** Vat */
24846
- vat?: boolean | null;
24847
24842
  /**
24848
24843
  * Currencies
24849
24844
  * @default []
@@ -24954,11 +24949,6 @@ export interface components {
24954
24949
  * @default true
24955
24950
  */
24956
24951
  isActive: boolean;
24957
- /**
24958
- * Vat
24959
- * @default false
24960
- */
24961
- vat: boolean;
24962
24952
  /** Currencies */
24963
24953
  currencies: components["schemas"]["CommonCurrency"][];
24964
24954
  /**
@@ -25072,8 +25062,6 @@ export interface components {
25072
25062
  * @default true
25073
25063
  */
25074
25064
  isActive: boolean;
25075
- /** Vat */
25076
- vat?: boolean | null;
25077
25065
  /**
25078
25066
  * Currencies
25079
25067
  * @default []
@@ -25216,11 +25204,6 @@ export interface components {
25216
25204
  * @default true
25217
25205
  */
25218
25206
  isActive: boolean;
25219
- /**
25220
- * Vat
25221
- * @default false
25222
- */
25223
- vat: boolean;
25224
25207
  /** Currencies */
25225
25208
  currencies: number[];
25226
25209
  /** Firstname */
@@ -25292,11 +25275,6 @@ export interface components {
25292
25275
  * @default true
25293
25276
  */
25294
25277
  isActive: boolean;
25295
- /**
25296
- * Vat
25297
- * @default false
25298
- */
25299
- vat: boolean;
25300
25278
  /** Currencies */
25301
25279
  currencies: number[];
25302
25280
  /** Company */
@@ -25357,11 +25335,6 @@ export interface components {
25357
25335
  * @default true
25358
25336
  */
25359
25337
  isActive: boolean;
25360
- /**
25361
- * Vat
25362
- * @default false
25363
- */
25364
- vat: boolean;
25365
25338
  /** Currencies */
25366
25339
  currencies: components["schemas"]["CommonCurrency"][];
25367
25340
  /**
@@ -25460,11 +25433,6 @@ export interface components {
25460
25433
  * @default true
25461
25434
  */
25462
25435
  isActive: boolean;
25463
- /**
25464
- * Vat
25465
- * @default false
25466
- */
25467
- vat: boolean;
25468
25436
  /** Currencies */
25469
25437
  currencies: components["schemas"]["CommonCurrency"][];
25470
25438
  /** Id */
@@ -25540,11 +25508,6 @@ export interface components {
25540
25508
  * @default true
25541
25509
  */
25542
25510
  isActive: boolean;
25543
- /**
25544
- * Vat
25545
- * @default false
25546
- */
25547
- vat: boolean;
25548
25511
  /** Currencies */
25549
25512
  currencies: number[];
25550
25513
  /** Company */
@@ -25624,11 +25587,6 @@ export interface components {
25624
25587
  * @default true
25625
25588
  */
25626
25589
  isActive: boolean;
25627
- /**
25628
- * Vat
25629
- * @default false
25630
- */
25631
- vat: boolean;
25632
25590
  /** Currencies */
25633
25591
  currencies: components["schemas"]["CommonCurrency"][];
25634
25592
  /** Id */
@@ -25732,8 +25690,6 @@ export interface components {
25732
25690
  * @default true
25733
25691
  */
25734
25692
  isActive: boolean;
25735
- /** Vat */
25736
- vat?: boolean | null;
25737
25693
  /**
25738
25694
  * Currencies
25739
25695
  * @default []
@@ -26651,7 +26607,7 @@ export interface components {
26651
26607
  /**
26652
26608
  * Id
26653
26609
  * Format: uuid
26654
- * @example ed81be44-df50-4416-9324-fb9bd850084a
26610
+ * @example 0b6774de-7340-4559-9370-9689ec24a93d
26655
26611
  */
26656
26612
  id: string;
26657
26613
  /**
@@ -29258,6 +29214,8 @@ export interface components {
29258
29214
  isDefault: boolean;
29259
29215
  /** Type */
29260
29216
  type: string;
29217
+ paymentInAdvanceAccountResident: components["schemas"]["AccountInfoSchema"] | null;
29218
+ paymentInAdvanceAccountNonResident: components["schemas"]["AccountInfoSchema"] | null;
29261
29219
  /** Candelete */
29262
29220
  canDelete: boolean;
29263
29221
  };
@@ -29277,6 +29235,22 @@ export interface components {
29277
29235
  name: string;
29278
29236
  /** @description Account classification type (customer/supplier) this is required field but should be from frontend side not input from the user. */
29279
29237
  type: components["schemas"]["AccountClassificationType"];
29238
+ /**
29239
+ * Paymentinadvanceaccountresident
29240
+ * @description
29241
+ * - payment in advance account resident id
29242
+ * - to get accounts use route /api/v1/chart_of_account/?branchId={branch-id}&type=general and exclude accounts where account matches the residentAccount or nonResidentAccount or paymentInAdvanceAccountNonResident.
29243
+ *
29244
+ */
29245
+ paymentInAdvanceAccountResident?: number;
29246
+ /**
29247
+ * Paymentinadvanceaccountnonresident
29248
+ * @description
29249
+ * - payment in advance account non resident id
29250
+ * - to get accounts use route /api/v1/chart_of_account/?branchId={branch-id}&type=general and exclude accounts where account matches the residentAccount or nonResidentAccount or paymentInAdvanceAccountResident.
29251
+ *
29252
+ */
29253
+ paymentInAdvanceAccountNonResident?: number;
29280
29254
  };
29281
29255
  /** UpdateAccountClassification */
29282
29256
  UpdateAccountClassification: {
@@ -29286,6 +29260,22 @@ export interface components {
29286
29260
  nonResidentAccount?: number | null;
29287
29261
  /** Name */
29288
29262
  name?: string | null;
29263
+ /**
29264
+ * Paymentinadvanceaccountresident
29265
+ * @description
29266
+ * - payment in advance account resident id
29267
+ * - to get accounts use route /api/v1/chart_of_account/?branchId={branch-id}&type=general and exclude accounts where account matches the residentAccount or nonResidentAccount or paymentInAdvanceAccountNonResident.
29268
+ *
29269
+ */
29270
+ paymentInAdvanceAccountResident?: number;
29271
+ /**
29272
+ * Paymentinadvanceaccountnonresident
29273
+ * @description
29274
+ * - payment in advance account non resident id
29275
+ * - to get accounts use route /api/v1/chart_of_account/?branchId={branch-id}&type=general and exclude accounts where account matches the residentAccount or nonResidentAccount or paymentInAdvanceAccountResident.
29276
+ *
29277
+ */
29278
+ paymentInAdvanceAccountNonResident?: number;
29289
29279
  };
29290
29280
  /** PosSettingsResponse */
29291
29281
  PosSettingsResponse: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.368",
3
+ "version": "1.0.369",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],