@erp-galoper/types 1.0.317 → 1.0.318

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 +12 -14
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26661,7 +26661,7 @@ export interface components {
26661
26661
  /**
26662
26662
  * Id
26663
26663
  * Format: uuid
26664
- * @example c5f5ef48-61eb-4dac-9410-b98234332c22
26664
+ * @example 3f77b606-7745-4275-bca3-54efd718b0b5
26665
26665
  */
26666
26666
  id: string;
26667
26667
  /**
@@ -35380,8 +35380,10 @@ export interface components {
35380
35380
  * @description this field is number
35381
35381
  */
35382
35382
  secondaryRate: string;
35383
- /** Closingcommissioninvoices */
35384
- closingCommissionInvoices: components["schemas"]["ClosingCommissionInvoiceDetailSchema"][];
35383
+ /** Salesinvoices */
35384
+ salesInvoices: components["schemas"]["ClosingCommissionInvoiceDetailSchema"][];
35385
+ /** Returninvoices */
35386
+ returnInvoices: components["schemas"]["ClosingCommissionInvoiceDetailSchema"][];
35385
35387
  };
35386
35388
  /** ClosingCommissionInvoiceDetailSchema */
35387
35389
  ClosingCommissionInvoiceDetailSchema: {
@@ -35390,7 +35392,13 @@ export interface components {
35390
35392
  * Format: uuid
35391
35393
  */
35392
35394
  id: string;
35393
- invoice: components["schemas"]["InvoiceSummaryInfo"];
35395
+ /**
35396
+ * Invoiceid
35397
+ * Format: uuid
35398
+ */
35399
+ invoiceId: string;
35400
+ /** Serialnumber */
35401
+ serialNumber: string;
35394
35402
  /** Amount */
35395
35403
  amount: string;
35396
35404
  /** Companyamount */
@@ -35406,16 +35414,6 @@ export interface components {
35406
35414
  code: string;
35407
35415
  data: components["schemas"]["ClosingCommissionDetailWithInvoicesSchema"];
35408
35416
  };
35409
- /** InvoiceSummaryInfo */
35410
- InvoiceSummaryInfo: {
35411
- /**
35412
- * Id
35413
- * Format: uuid
35414
- */
35415
- id: string;
35416
- /** Serialnumber */
35417
- serialNumber: string;
35418
- };
35419
35417
  /** SalesPersonSharedSchema */
35420
35418
  SalesPersonSharedSchema: {
35421
35419
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.317",
3
+ "version": "1.0.318",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],