@ayasofyazilim/saas 0.0.130 → 0.0.131
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/TagService/schemas.gen.ts +9 -6
- package/TagService/types.gen.ts +137 -1844
- package/package.json +1 -1
|
@@ -569,7 +569,7 @@ export const $UniRefund_TagService_Invoices_InvoiceRequestDto = {
|
|
|
569
569
|
invoiceLines: {
|
|
570
570
|
type: 'array',
|
|
571
571
|
items: {
|
|
572
|
-
required: ['amount', '
|
|
572
|
+
required: ['amount', 'taxAmount', 'taxBase', 'taxRate'],
|
|
573
573
|
type: 'object',
|
|
574
574
|
properties: {
|
|
575
575
|
taxRate: {
|
|
@@ -590,7 +590,8 @@ export const $UniRefund_TagService_Invoices_InvoiceRequestDto = {
|
|
|
590
590
|
},
|
|
591
591
|
productGroupId: {
|
|
592
592
|
type: 'string',
|
|
593
|
-
format: 'uuid'
|
|
593
|
+
format: 'uuid',
|
|
594
|
+
nullable: true
|
|
594
595
|
}
|
|
595
596
|
},
|
|
596
597
|
additionalProperties: false
|
|
@@ -781,7 +782,7 @@ export const $UniRefund_TagService_Tags_CreateTagRequestDto = {
|
|
|
781
782
|
invoiceLines: {
|
|
782
783
|
type: 'array',
|
|
783
784
|
items: {
|
|
784
|
-
required: ['amount', '
|
|
785
|
+
required: ['amount', 'taxAmount', 'taxBase', 'taxRate'],
|
|
785
786
|
type: 'object',
|
|
786
787
|
properties: {
|
|
787
788
|
taxRate: {
|
|
@@ -802,7 +803,8 @@ export const $UniRefund_TagService_Tags_CreateTagRequestDto = {
|
|
|
802
803
|
},
|
|
803
804
|
productGroupId: {
|
|
804
805
|
type: 'string',
|
|
805
|
-
format: 'uuid'
|
|
806
|
+
format: 'uuid',
|
|
807
|
+
nullable: true
|
|
806
808
|
}
|
|
807
809
|
},
|
|
808
810
|
additionalProperties: false
|
|
@@ -855,7 +857,7 @@ export const $UniRefund_TagService_Tags_ExportValidationRequestDto = {
|
|
|
855
857
|
} as const;
|
|
856
858
|
|
|
857
859
|
export const $UniRefund_TagService_Tags_InvoiceLineRequestDto = {
|
|
858
|
-
required: ['amount', '
|
|
860
|
+
required: ['amount', 'taxAmount', 'taxBase', 'taxRate'],
|
|
859
861
|
type: 'object',
|
|
860
862
|
properties: {
|
|
861
863
|
taxRate: {
|
|
@@ -876,7 +878,8 @@ export const $UniRefund_TagService_Tags_InvoiceLineRequestDto = {
|
|
|
876
878
|
},
|
|
877
879
|
productGroupId: {
|
|
878
880
|
type: 'string',
|
|
879
|
-
format: 'uuid'
|
|
881
|
+
format: 'uuid',
|
|
882
|
+
nullable: true
|
|
880
883
|
}
|
|
881
884
|
},
|
|
882
885
|
additionalProperties: false
|