@erp-galoper/types 1.0.1346 → 1.0.1348

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 +34 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -6302,6 +6302,11 @@ export interface paths {
6302
6302
  /**
6303
6303
  * Create Currency
6304
6304
  * @description Endpoint for create currency
6305
+ *
6306
+ * Note:
6307
+ * - Primary currency rate should be 1
6308
+ * - USD (secondary currency) usd_rate should be 1
6309
+ *
6305
6310
  * Possible Responses:
6306
6311
  * - 201:
6307
6312
  * - currencyCreated
@@ -6363,6 +6368,11 @@ export interface paths {
6363
6368
  /**
6364
6369
  * Update Currency
6365
6370
  * @description Endpoint for update currency
6371
+ *
6372
+ * Note:
6373
+ * - Primary currency rate is automatically set to 1
6374
+ * - USD (secondary currency) usd_rate is automatically set to 1
6375
+ *
6366
6376
  * Possible Responses:
6367
6377
  * - 200:
6368
6378
  * - currencyUpdated
@@ -29273,6 +29283,8 @@ export interface components {
29273
29283
  defaultCurrency?: number | null;
29274
29284
  /** @description Default cost strategy to be used when creating new items (fifo, lifo, wac, sac, or marketCost) */
29275
29285
  defaultCostStrategy?: components["schemas"]["CostStrategy"] | null;
29286
+ /** Pdfdocumentfooter */
29287
+ pdfDocumentFooter?: string;
29276
29288
  };
29277
29289
  /**
29278
29290
  * HistoricalCostType
@@ -29304,6 +29316,8 @@ export interface components {
29304
29316
  defaultCurrency?: number | null;
29305
29317
  /** @description Default cost strategy to be used when creating new items (fifo, lifo, wac, sac, or marketCost) */
29306
29318
  defaultCostStrategy?: components["schemas"]["CostStrategy"] | null;
29319
+ /** Pdfdocumentfooter */
29320
+ pdfDocumentFooter?: string;
29307
29321
  };
29308
29322
  /**
29309
29323
  * HistoricalCostTypeInRetrieve
@@ -29343,6 +29357,8 @@ export interface components {
29343
29357
  defaultCurrency?: components["schemas"]["CurrencySummaryInfo"] | null;
29344
29358
  /** @description Default cost strategy to be used when creating new items (fifo, lifo, wac, sac, or marketCost) */
29345
29359
  defaultCostStrategy?: components["schemas"]["GetCostStrategy"] | null;
29360
+ /** Pdfdocumentfooter */
29361
+ pdfDocumentFooter: string | null;
29346
29362
  };
29347
29363
  /** ItemVariationsResponse */
29348
29364
  ItemVariationsResponse: {
@@ -36912,6 +36928,8 @@ export interface components {
36912
36928
  displaySuppliersInJournalVoucher?: boolean;
36913
36929
  /** Assignuserstopaymentaccounts */
36914
36930
  assignUsersToPaymentAccounts: boolean;
36931
+ /** Pdfdocumentfooter */
36932
+ pdfDocumentFooter: string | null;
36915
36933
  };
36916
36934
  /** CreateAccountingSetting */
36917
36935
  CreateAccountingSetting: {
@@ -36921,6 +36939,8 @@ export interface components {
36921
36939
  displaySuppliersInJournalVoucher: boolean;
36922
36940
  /** Assignuserstopaymentaccounts */
36923
36941
  assignUsersToPaymentAccounts: boolean;
36942
+ /** Pdfdocumentfooter */
36943
+ pdfDocumentFooter?: string;
36924
36944
  };
36925
36945
  /** UpdateAccountingSetting */
36926
36946
  UpdateAccountingSetting: {
@@ -36930,6 +36950,8 @@ export interface components {
36930
36950
  displaySuppliersInJournalVoucher?: boolean | null;
36931
36951
  /** Assignuserstopaymentaccounts */
36932
36952
  assignUsersToPaymentAccounts?: boolean | null;
36953
+ /** Pdfdocumentfooter */
36954
+ pdfDocumentFooter?: string;
36933
36955
  };
36934
36956
  /**
36935
36957
  * AccountClassificationType
@@ -37930,6 +37952,8 @@ export interface components {
37930
37952
  /** Purchasehistoryperiod */
37931
37953
  purchaseHistoryPeriod?: number | null;
37932
37954
  goodsReceiptNoteSource: components["schemas"]["GoodsReceiptNoteSource"];
37955
+ /** Pdfdocumentfooter */
37956
+ pdfDocumentFooter: string | null;
37933
37957
  };
37934
37958
  /** CreatePurchaseSettingsSchema */
37935
37959
  CreatePurchaseSettingsSchema: {
@@ -37944,6 +37968,8 @@ export interface components {
37944
37968
  purchaseHistoryPeriod?: number | null;
37945
37969
  /** @description when stock update trigger in system settings is invoice, this field must be purchaseInvoice */
37946
37970
  goodsReceiptNoteSource: components["schemas"]["GoodsReceiptNoteSource"];
37971
+ /** Pdfdocumentfooter */
37972
+ pdfDocumentFooter?: string;
37947
37973
  };
37948
37974
  /** UpdatePurchaseSettingsSchema */
37949
37975
  UpdatePurchaseSettingsSchema: {
@@ -37958,6 +37984,8 @@ export interface components {
37958
37984
  purchaseHistoryPeriod?: number | null;
37959
37985
  /** @description when stock update trigger in system settings is invoice, this field must be purchaseInvoice */
37960
37986
  goodsReceiptNoteSource?: components["schemas"]["GoodsReceiptNoteSource"] | null;
37987
+ /** Pdfdocumentfooter */
37988
+ pdfDocumentFooter?: string;
37961
37989
  };
37962
37990
  /**
37963
37991
  * PrioritySchema
@@ -45489,6 +45517,8 @@ export interface components {
45489
45517
  /** Reserveonorder */
45490
45518
  reserveOnOrder: boolean;
45491
45519
  goodsDeliveryNoteSource: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
45520
+ /** Pdfdocumentfooter */
45521
+ pdfDocumentFooter: string | null;
45492
45522
  };
45493
45523
  /** CreateSalesSettingsSchema */
45494
45524
  CreateSalesSettingsSchema: {
@@ -45502,6 +45532,8 @@ export interface components {
45502
45532
  reserveOnOrder: boolean;
45503
45533
  /** @description when stock update trigger in system settings is invoice, this field must be salesInvoice */
45504
45534
  goodsDeliveryNoteSource: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
45535
+ /** Pdfdocumentfooter */
45536
+ pdfDocumentFooter?: string;
45505
45537
  };
45506
45538
  /** UpdateSalesSettingsSchema */
45507
45539
  UpdateSalesSettingsSchema: {
@@ -45515,6 +45547,8 @@ export interface components {
45515
45547
  reserveOnOrder?: boolean;
45516
45548
  /** @description when stock update trigger in system settings is invoice, this field must be salesInvoice */
45517
45549
  goodsDeliveryNoteSource?: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
45550
+ /** Pdfdocumentfooter */
45551
+ pdfDocumentFooter?: string;
45518
45552
  };
45519
45553
  /** ItemCostResponse */
45520
45554
  ItemCostResponse: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1346",
3
+ "version": "1.0.1348",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],