@erp-galoper/types 1.0.1346 → 1.0.1347
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.
- package/openapi.ts +24 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -29273,6 +29273,8 @@ export interface components {
|
|
|
29273
29273
|
defaultCurrency?: number | null;
|
|
29274
29274
|
/** @description Default cost strategy to be used when creating new items (fifo, lifo, wac, sac, or marketCost) */
|
|
29275
29275
|
defaultCostStrategy?: components["schemas"]["CostStrategy"] | null;
|
|
29276
|
+
/** Pdfdocumentfooter */
|
|
29277
|
+
pdfDocumentFooter?: string;
|
|
29276
29278
|
};
|
|
29277
29279
|
/**
|
|
29278
29280
|
* HistoricalCostType
|
|
@@ -29304,6 +29306,8 @@ export interface components {
|
|
|
29304
29306
|
defaultCurrency?: number | null;
|
|
29305
29307
|
/** @description Default cost strategy to be used when creating new items (fifo, lifo, wac, sac, or marketCost) */
|
|
29306
29308
|
defaultCostStrategy?: components["schemas"]["CostStrategy"] | null;
|
|
29309
|
+
/** Pdfdocumentfooter */
|
|
29310
|
+
pdfDocumentFooter?: string;
|
|
29307
29311
|
};
|
|
29308
29312
|
/**
|
|
29309
29313
|
* HistoricalCostTypeInRetrieve
|
|
@@ -29343,6 +29347,8 @@ export interface components {
|
|
|
29343
29347
|
defaultCurrency?: components["schemas"]["CurrencySummaryInfo"] | null;
|
|
29344
29348
|
/** @description Default cost strategy to be used when creating new items (fifo, lifo, wac, sac, or marketCost) */
|
|
29345
29349
|
defaultCostStrategy?: components["schemas"]["GetCostStrategy"] | null;
|
|
29350
|
+
/** Pdfdocumentfooter */
|
|
29351
|
+
pdfDocumentFooter: string | null;
|
|
29346
29352
|
};
|
|
29347
29353
|
/** ItemVariationsResponse */
|
|
29348
29354
|
ItemVariationsResponse: {
|
|
@@ -36912,6 +36918,8 @@ export interface components {
|
|
|
36912
36918
|
displaySuppliersInJournalVoucher?: boolean;
|
|
36913
36919
|
/** Assignuserstopaymentaccounts */
|
|
36914
36920
|
assignUsersToPaymentAccounts: boolean;
|
|
36921
|
+
/** Pdfdocumentfooter */
|
|
36922
|
+
pdfDocumentFooter: string | null;
|
|
36915
36923
|
};
|
|
36916
36924
|
/** CreateAccountingSetting */
|
|
36917
36925
|
CreateAccountingSetting: {
|
|
@@ -36921,6 +36929,8 @@ export interface components {
|
|
|
36921
36929
|
displaySuppliersInJournalVoucher: boolean;
|
|
36922
36930
|
/** Assignuserstopaymentaccounts */
|
|
36923
36931
|
assignUsersToPaymentAccounts: boolean;
|
|
36932
|
+
/** Pdfdocumentfooter */
|
|
36933
|
+
pdfDocumentFooter?: string;
|
|
36924
36934
|
};
|
|
36925
36935
|
/** UpdateAccountingSetting */
|
|
36926
36936
|
UpdateAccountingSetting: {
|
|
@@ -36930,6 +36940,8 @@ export interface components {
|
|
|
36930
36940
|
displaySuppliersInJournalVoucher?: boolean | null;
|
|
36931
36941
|
/** Assignuserstopaymentaccounts */
|
|
36932
36942
|
assignUsersToPaymentAccounts?: boolean | null;
|
|
36943
|
+
/** Pdfdocumentfooter */
|
|
36944
|
+
pdfDocumentFooter?: string;
|
|
36933
36945
|
};
|
|
36934
36946
|
/**
|
|
36935
36947
|
* AccountClassificationType
|
|
@@ -37930,6 +37942,8 @@ export interface components {
|
|
|
37930
37942
|
/** Purchasehistoryperiod */
|
|
37931
37943
|
purchaseHistoryPeriod?: number | null;
|
|
37932
37944
|
goodsReceiptNoteSource: components["schemas"]["GoodsReceiptNoteSource"];
|
|
37945
|
+
/** Pdfdocumentfooter */
|
|
37946
|
+
pdfDocumentFooter: string | null;
|
|
37933
37947
|
};
|
|
37934
37948
|
/** CreatePurchaseSettingsSchema */
|
|
37935
37949
|
CreatePurchaseSettingsSchema: {
|
|
@@ -37944,6 +37958,8 @@ export interface components {
|
|
|
37944
37958
|
purchaseHistoryPeriod?: number | null;
|
|
37945
37959
|
/** @description when stock update trigger in system settings is invoice, this field must be purchaseInvoice */
|
|
37946
37960
|
goodsReceiptNoteSource: components["schemas"]["GoodsReceiptNoteSource"];
|
|
37961
|
+
/** Pdfdocumentfooter */
|
|
37962
|
+
pdfDocumentFooter?: string;
|
|
37947
37963
|
};
|
|
37948
37964
|
/** UpdatePurchaseSettingsSchema */
|
|
37949
37965
|
UpdatePurchaseSettingsSchema: {
|
|
@@ -37958,6 +37974,8 @@ export interface components {
|
|
|
37958
37974
|
purchaseHistoryPeriod?: number | null;
|
|
37959
37975
|
/** @description when stock update trigger in system settings is invoice, this field must be purchaseInvoice */
|
|
37960
37976
|
goodsReceiptNoteSource?: components["schemas"]["GoodsReceiptNoteSource"] | null;
|
|
37977
|
+
/** Pdfdocumentfooter */
|
|
37978
|
+
pdfDocumentFooter?: string;
|
|
37961
37979
|
};
|
|
37962
37980
|
/**
|
|
37963
37981
|
* PrioritySchema
|
|
@@ -45489,6 +45507,8 @@ export interface components {
|
|
|
45489
45507
|
/** Reserveonorder */
|
|
45490
45508
|
reserveOnOrder: boolean;
|
|
45491
45509
|
goodsDeliveryNoteSource: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
|
|
45510
|
+
/** Pdfdocumentfooter */
|
|
45511
|
+
pdfDocumentFooter: string | null;
|
|
45492
45512
|
};
|
|
45493
45513
|
/** CreateSalesSettingsSchema */
|
|
45494
45514
|
CreateSalesSettingsSchema: {
|
|
@@ -45502,6 +45522,8 @@ export interface components {
|
|
|
45502
45522
|
reserveOnOrder: boolean;
|
|
45503
45523
|
/** @description when stock update trigger in system settings is invoice, this field must be salesInvoice */
|
|
45504
45524
|
goodsDeliveryNoteSource: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
|
|
45525
|
+
/** Pdfdocumentfooter */
|
|
45526
|
+
pdfDocumentFooter?: string;
|
|
45505
45527
|
};
|
|
45506
45528
|
/** UpdateSalesSettingsSchema */
|
|
45507
45529
|
UpdateSalesSettingsSchema: {
|
|
@@ -45515,6 +45537,8 @@ export interface components {
|
|
|
45515
45537
|
reserveOnOrder?: boolean;
|
|
45516
45538
|
/** @description when stock update trigger in system settings is invoice, this field must be salesInvoice */
|
|
45517
45539
|
goodsDeliveryNoteSource?: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
|
|
45540
|
+
/** Pdfdocumentfooter */
|
|
45541
|
+
pdfDocumentFooter?: string;
|
|
45518
45542
|
};
|
|
45519
45543
|
/** ItemCostResponse */
|
|
45520
45544
|
ItemCostResponse: {
|