@erp-galoper/types 1.0.285 → 1.0.286
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 +6 -102
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -14130,7 +14130,6 @@ export interface paths {
|
|
|
14130
14130
|
* - offerNotRelatedToSelectedCustomerGroup
|
|
14131
14131
|
* - offerNotRelatedToSelectedCustomer
|
|
14132
14132
|
* - minOrderValueNotMet
|
|
14133
|
-
* - deferredPeriodIsRequired
|
|
14134
14133
|
* - recognitionFrequencyIsRequired
|
|
14135
14134
|
* - recognitionStartDateIsRequired
|
|
14136
14135
|
* - depositChargeChangeNotAllowed
|
|
@@ -14195,7 +14194,6 @@ export interface paths {
|
|
|
14195
14194
|
* - priceChangeNotAllowed
|
|
14196
14195
|
* - discountNotAllowed
|
|
14197
14196
|
* - eitherDiscountOrOffersAndPromotions
|
|
14198
|
-
* - deferredPeriodIsRequired
|
|
14199
14197
|
* - recognitionFrequencyIsRequired
|
|
14200
14198
|
* - recognitionStartDateIsRequired
|
|
14201
14199
|
* - depositChargeChangeNotAllowed
|
|
@@ -15309,7 +15307,6 @@ export interface paths {
|
|
|
15309
15307
|
* - offerNotRelatedToSelectedCustomerGroup
|
|
15310
15308
|
* - offerNotRelatedToSelectedCustomer
|
|
15311
15309
|
* - minOrderValueNotMet
|
|
15312
|
-
* - deferredPeriodIsRequired
|
|
15313
15310
|
* - recognitionFrequencyIsRequired
|
|
15314
15311
|
* - recognitionStartDateIsRequired
|
|
15315
15312
|
* - depositChargeChangeNotAllowed
|
|
@@ -15375,7 +15372,6 @@ export interface paths {
|
|
|
15375
15372
|
* - priceChangeNotAllowed
|
|
15376
15373
|
* - discountNotAllowed
|
|
15377
15374
|
* - eitherDiscountOrOffersAndPromotions
|
|
15378
|
-
* - deferredPeriodIsRequired
|
|
15379
15375
|
* - recognitionFrequencyIsRequired
|
|
15380
15376
|
* - recognitionStartDateIsRequired
|
|
15381
15377
|
* - depositChargeChangeNotAllowed
|
|
@@ -26645,7 +26641,7 @@ export interface components {
|
|
|
26645
26641
|
/**
|
|
26646
26642
|
* Id
|
|
26647
26643
|
* Format: uuid
|
|
26648
|
-
* @example
|
|
26644
|
+
* @example 18eafcb3-b36a-4539-ab9b-3768ddfe4100
|
|
26649
26645
|
*/
|
|
26650
26646
|
id: string;
|
|
26651
26647
|
/**
|
|
@@ -37411,11 +37407,6 @@ export interface components {
|
|
|
37411
37407
|
discountValue: number | null;
|
|
37412
37408
|
currency: components["schemas"]["CurrencySummaryInfo"] | null;
|
|
37413
37409
|
};
|
|
37414
|
-
/**
|
|
37415
|
-
* RecognitionFrequency
|
|
37416
|
-
* @enum {string}
|
|
37417
|
-
*/
|
|
37418
|
-
RecognitionFrequency: "monthly" | "quarterly" | "annually" | "weekly";
|
|
37419
37410
|
/** SalesPriceListSummaryInfo */
|
|
37420
37411
|
SalesPriceListSummaryInfo: {
|
|
37421
37412
|
/**
|
|
@@ -37552,24 +37543,6 @@ export interface components {
|
|
|
37552
37543
|
};
|
|
37553
37544
|
/** SalesQuotationSchema */
|
|
37554
37545
|
SalesQuotationSchema: {
|
|
37555
|
-
/**
|
|
37556
|
-
* Isdeferred
|
|
37557
|
-
* @description Enable deferred invoicing
|
|
37558
|
-
* @default false
|
|
37559
|
-
*/
|
|
37560
|
-
isDeferred: boolean;
|
|
37561
|
-
/**
|
|
37562
|
-
* Deferredperiod
|
|
37563
|
-
* @description Length of the deferred period (in days)
|
|
37564
|
-
*/
|
|
37565
|
-
deferredPeriod: number | null;
|
|
37566
|
-
/** @description Revenue recognition frequency */
|
|
37567
|
-
recognitionFrequency: components["schemas"]["RecognitionFrequency"] | null;
|
|
37568
|
-
/**
|
|
37569
|
-
* Recognitionstartdate
|
|
37570
|
-
* @description Start date for revenue recognition
|
|
37571
|
-
*/
|
|
37572
|
-
recognitionStartDate: string | null;
|
|
37573
37546
|
/**
|
|
37574
37547
|
* Datecreated
|
|
37575
37548
|
* Format: date-time
|
|
@@ -37798,25 +37771,6 @@ export interface components {
|
|
|
37798
37771
|
};
|
|
37799
37772
|
/** CreateUpdateSalesQuotationSchema */
|
|
37800
37773
|
CreateUpdateSalesQuotationSchema: {
|
|
37801
|
-
/**
|
|
37802
|
-
* Isdeferred
|
|
37803
|
-
* @description Enable deferred invoicing
|
|
37804
|
-
* @default false
|
|
37805
|
-
*/
|
|
37806
|
-
isDeferred: boolean;
|
|
37807
|
-
/**
|
|
37808
|
-
* Deferredperiod
|
|
37809
|
-
* @description Length of the deferred period, required if isDeferred is True
|
|
37810
|
-
*/
|
|
37811
|
-
deferredPeriod?: number;
|
|
37812
|
-
/** @description Revenue recognition frequency, required if isDeferred is True */
|
|
37813
|
-
recognitionFrequency?: components["schemas"]["RecognitionFrequency"];
|
|
37814
|
-
/**
|
|
37815
|
-
* Recognitionstartdate
|
|
37816
|
-
* Format: date
|
|
37817
|
-
* @description Start date for revenue recognition, required if isDeferred is True, should be greater than or equal date of today
|
|
37818
|
-
*/
|
|
37819
|
-
recognitionStartDate?: string;
|
|
37820
37774
|
/**
|
|
37821
37775
|
* Customer
|
|
37822
37776
|
* @description This field is required and cannot be updated
|
|
@@ -37928,24 +37882,6 @@ export interface components {
|
|
|
37928
37882
|
};
|
|
37929
37883
|
/** SalesQuotationWithoutItemsSchema */
|
|
37930
37884
|
SalesQuotationWithoutItemsSchema: {
|
|
37931
|
-
/**
|
|
37932
|
-
* Isdeferred
|
|
37933
|
-
* @description Enable deferred invoicing
|
|
37934
|
-
* @default false
|
|
37935
|
-
*/
|
|
37936
|
-
isDeferred: boolean;
|
|
37937
|
-
/**
|
|
37938
|
-
* Deferredperiod
|
|
37939
|
-
* @description Length of the deferred period (in days)
|
|
37940
|
-
*/
|
|
37941
|
-
deferredPeriod: number | null;
|
|
37942
|
-
/** @description Revenue recognition frequency */
|
|
37943
|
-
recognitionFrequency: components["schemas"]["RecognitionFrequency"] | null;
|
|
37944
|
-
/**
|
|
37945
|
-
* Recognitionstartdate
|
|
37946
|
-
* @description Start date for revenue recognition
|
|
37947
|
-
*/
|
|
37948
|
-
recognitionStartDate: string | null;
|
|
37949
37885
|
/**
|
|
37950
37886
|
* Datecreated
|
|
37951
37887
|
* Format: date-time
|
|
@@ -39651,24 +39587,6 @@ export interface components {
|
|
|
39651
39587
|
};
|
|
39652
39588
|
/** SalesOrderSchema */
|
|
39653
39589
|
SalesOrderSchema: {
|
|
39654
|
-
/**
|
|
39655
|
-
* Isdeferred
|
|
39656
|
-
* @description Enable deferred invoicing
|
|
39657
|
-
* @default false
|
|
39658
|
-
*/
|
|
39659
|
-
isDeferred: boolean;
|
|
39660
|
-
/**
|
|
39661
|
-
* Deferredperiod
|
|
39662
|
-
* @description Length of the deferred period (in days)
|
|
39663
|
-
*/
|
|
39664
|
-
deferredPeriod: number | null;
|
|
39665
|
-
/** @description Revenue recognition frequency */
|
|
39666
|
-
recognitionFrequency: components["schemas"]["RecognitionFrequency"] | null;
|
|
39667
|
-
/**
|
|
39668
|
-
* Recognitionstartdate
|
|
39669
|
-
* @description Start date for revenue recognition
|
|
39670
|
-
*/
|
|
39671
|
-
recognitionStartDate: string | null;
|
|
39672
39590
|
/**
|
|
39673
39591
|
* Datecreated
|
|
39674
39592
|
* Format: date-time
|
|
@@ -39951,25 +39869,6 @@ export interface components {
|
|
|
39951
39869
|
};
|
|
39952
39870
|
/** CreateUpdateSalesOrderSchema */
|
|
39953
39871
|
CreateUpdateSalesOrderSchema: {
|
|
39954
|
-
/**
|
|
39955
|
-
* Isdeferred
|
|
39956
|
-
* @description Enable deferred invoicing
|
|
39957
|
-
* @default false
|
|
39958
|
-
*/
|
|
39959
|
-
isDeferred: boolean;
|
|
39960
|
-
/**
|
|
39961
|
-
* Deferredperiod
|
|
39962
|
-
* @description Length of the deferred period, required if isDeferred is True
|
|
39963
|
-
*/
|
|
39964
|
-
deferredPeriod?: number;
|
|
39965
|
-
/** @description Revenue recognition frequency, required if isDeferred is True */
|
|
39966
|
-
recognitionFrequency?: components["schemas"]["RecognitionFrequency"];
|
|
39967
|
-
/**
|
|
39968
|
-
* Recognitionstartdate
|
|
39969
|
-
* Format: date
|
|
39970
|
-
* @description Start date for revenue recognition, required if isDeferred is True, should be greater than or equal date of today
|
|
39971
|
-
*/
|
|
39972
|
-
recognitionStartDate?: string;
|
|
39973
39872
|
/**
|
|
39974
39873
|
* Customer
|
|
39975
39874
|
* @description on update customer cant be changed
|
|
@@ -41013,6 +40912,11 @@ export interface components {
|
|
|
41013
40912
|
* @enum {string}
|
|
41014
40913
|
*/
|
|
41015
40914
|
PaymentStatusValueChoices: "not_paid" | "partially_paid" | "paid" | "fully_credited";
|
|
40915
|
+
/**
|
|
40916
|
+
* RecognitionFrequency
|
|
40917
|
+
* @enum {string}
|
|
40918
|
+
*/
|
|
40919
|
+
RecognitionFrequency: "monthly" | "quarterly" | "annually" | "weekly";
|
|
41016
40920
|
/** SalesInvoiceItemSchema */
|
|
41017
40921
|
SalesInvoiceItemSchema: {
|
|
41018
40922
|
/**
|