@ayasofyazilim/saas 0.0.50 → 0.0.52

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.
@@ -547,6 +547,10 @@ export const $UniRefund_TagService_Tags_TagDto = {
547
547
  format: 'uuid',
548
548
  nullable: true
549
549
  },
550
+ travelDocumentNumber: {
551
+ type: 'string',
552
+ nullable: true
553
+ },
550
554
  tripId: {
551
555
  type: 'string',
552
556
  format: 'uuid',
@@ -578,11 +582,171 @@ export const $UniRefund_TagService_Tags_TagDto = {
578
582
  description: {
579
583
  type: 'string',
580
584
  nullable: true
585
+ },
586
+ currency: {
587
+ type: 'string',
588
+ nullable: true
589
+ }
590
+ },
591
+ additionalProperties: false
592
+ },
593
+ nullable: true
594
+ }
595
+ },
596
+ additionalProperties: false
597
+ } as const;
598
+
599
+ export const $UniRefund_TagService_Tags_TagListItemDto = {
600
+ type: 'object',
601
+ properties: {
602
+ id: {
603
+ type: 'string',
604
+ format: 'uuid'
605
+ },
606
+ tagNumber: {
607
+ type: 'string',
608
+ nullable: true
609
+ },
610
+ issueDate: {
611
+ type: 'string',
612
+ format: 'date-time'
613
+ },
614
+ expireDate: {
615
+ type: 'string',
616
+ format: 'date-time'
617
+ },
618
+ travellerFullName: {
619
+ type: 'string',
620
+ nullable: true
621
+ },
622
+ travellerDocumentNumber: {
623
+ type: 'string',
624
+ nullable: true
625
+ },
626
+ merchantTitle: {
627
+ type: 'string',
628
+ nullable: true
629
+ },
630
+ status: {
631
+ enum: ['None', 'Open', 'PreIssued', 'Issued', 'WaitingGoodsValidation', 'WaitingStampValidation', 'Declined', 'ExportValidated', 'PaymentBlocked', 'PaymentInProgress', 'PaymentProblem', 'Paid', 'Cancelled', 'Expired', 'Correction', 'OptedOut'],
632
+ type: 'string'
633
+ },
634
+ totals: {
635
+ type: 'array',
636
+ items: {
637
+ type: 'object',
638
+ properties: {
639
+ totalType: {
640
+ enum: ['None', 'SalesAmount', 'VatAmount', 'GrossRefund', 'RefundFee', 'AgentRefundFee', 'Refund'],
641
+ type: 'string'
642
+ },
643
+ amount: {
644
+ type: 'number',
645
+ format: 'double'
646
+ },
647
+ description: {
648
+ type: 'string',
649
+ nullable: true
650
+ },
651
+ currency: {
652
+ type: 'string',
653
+ nullable: true
654
+ }
655
+ },
656
+ additionalProperties: false
657
+ },
658
+ nullable: true
659
+ }
660
+ },
661
+ additionalProperties: false
662
+ } as const;
663
+
664
+ export const $UniRefund_TagService_Tags_TagPagedAndSortedResultResponseDto_1__UniRefund_TagService_Tags_TagListItemDto__UniRefund_TagService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
665
+ type: 'object',
666
+ properties: {
667
+ items: {
668
+ type: 'array',
669
+ items: {
670
+ type: 'object',
671
+ properties: {
672
+ id: {
673
+ type: 'string',
674
+ format: 'uuid'
675
+ },
676
+ tagNumber: {
677
+ type: 'string',
678
+ nullable: true
679
+ },
680
+ issueDate: {
681
+ type: 'string',
682
+ format: 'date-time'
683
+ },
684
+ expireDate: {
685
+ type: 'string',
686
+ format: 'date-time'
687
+ },
688
+ travellerFullName: {
689
+ type: 'string',
690
+ nullable: true
691
+ },
692
+ travellerDocumentNumber: {
693
+ type: 'string',
694
+ nullable: true
695
+ },
696
+ merchantTitle: {
697
+ type: 'string',
698
+ nullable: true
699
+ },
700
+ status: {
701
+ enum: ['None', 'Open', 'PreIssued', 'Issued', 'WaitingGoodsValidation', 'WaitingStampValidation', 'Declined', 'ExportValidated', 'PaymentBlocked', 'PaymentInProgress', 'PaymentProblem', 'Paid', 'Cancelled', 'Expired', 'Correction', 'OptedOut'],
702
+ type: 'string'
703
+ },
704
+ totals: {
705
+ type: 'array',
706
+ items: {
707
+ type: 'object',
708
+ properties: {
709
+ totalType: {
710
+ enum: ['None', 'SalesAmount', 'VatAmount', 'GrossRefund', 'RefundFee', 'AgentRefundFee', 'Refund'],
711
+ type: 'string'
712
+ },
713
+ amount: {
714
+ type: 'number',
715
+ format: 'double'
716
+ },
717
+ description: {
718
+ type: 'string',
719
+ nullable: true
720
+ },
721
+ currency: {
722
+ type: 'string',
723
+ nullable: true
724
+ }
725
+ },
726
+ additionalProperties: false
727
+ },
728
+ nullable: true
581
729
  }
582
730
  },
583
731
  additionalProperties: false
584
732
  },
585
733
  nullable: true
734
+ },
735
+ totalCount: {
736
+ type: 'integer',
737
+ format: 'int64'
738
+ },
739
+ salesAmount: {
740
+ type: 'number',
741
+ format: 'double'
742
+ },
743
+ refundAmount: {
744
+ type: 'number',
745
+ format: 'double'
746
+ },
747
+ currency: {
748
+ type: 'string',
749
+ nullable: true
586
750
  }
587
751
  },
588
752
  additionalProperties: false
@@ -607,6 +771,10 @@ export const $UniRefund_TagService_Tags_TagTotalDto = {
607
771
  description: {
608
772
  type: 'string',
609
773
  nullable: true
774
+ },
775
+ currency: {
776
+ type: 'string',
777
+ nullable: true
610
778
  }
611
779
  },
612
780
  additionalProperties: false
@@ -821,115 +989,6 @@ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_Perso
821
989
  additionalProperties: false
822
990
  } as const;
823
991
 
824
- export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TagService_Tags_TagDto__UniRefund_TagService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
825
- type: 'object',
826
- properties: {
827
- items: {
828
- type: 'array',
829
- items: {
830
- type: 'object',
831
- properties: {
832
- id: {
833
- type: 'string',
834
- format: 'uuid'
835
- },
836
- tagNumber: {
837
- type: 'string',
838
- nullable: true
839
- },
840
- status: {
841
- enum: ['None', 'Open', 'PreIssued', 'Issued', 'WaitingGoodsValidation', 'WaitingStampValidation', 'Declined', 'ExportValidated', 'PaymentBlocked', 'PaymentInProgress', 'PaymentProblem', 'Paid', 'Cancelled', 'Expired', 'Correction', 'OptedOut'],
842
- type: 'string'
843
- },
844
- refundType: {
845
- enum: ['None', 'Cash', 'CreditorDebitCard'],
846
- type: 'string'
847
- },
848
- issueDate: {
849
- type: 'string',
850
- format: 'date-time',
851
- nullable: true
852
- },
853
- expireDate: {
854
- type: 'string',
855
- format: 'date-time',
856
- nullable: true
857
- },
858
- exportValidationId: {
859
- type: 'string',
860
- format: 'uuid',
861
- nullable: true
862
- },
863
- refundId: {
864
- type: 'string',
865
- format: 'uuid',
866
- nullable: true
867
- },
868
- billingId: {
869
- type: 'string',
870
- format: 'uuid',
871
- nullable: true
872
- },
873
- merchantId: {
874
- type: 'string',
875
- format: 'uuid',
876
- nullable: true
877
- },
878
- travellerId: {
879
- type: 'string',
880
- format: 'uuid',
881
- nullable: true
882
- },
883
- tripId: {
884
- type: 'string',
885
- format: 'uuid',
886
- nullable: true
887
- },
888
- refundTableId: {
889
- type: 'string',
890
- format: 'uuid',
891
- nullable: true
892
- },
893
- rebateTableId: {
894
- type: 'string',
895
- format: 'uuid',
896
- nullable: true
897
- },
898
- tagTotals: {
899
- type: 'array',
900
- items: {
901
- type: 'object',
902
- properties: {
903
- totalType: {
904
- enum: ['None', 'SalesAmount', 'VatAmount', 'GrossRefund', 'RefundFee', 'AgentRefundFee', 'Refund'],
905
- type: 'string'
906
- },
907
- amount: {
908
- type: 'number',
909
- format: 'double'
910
- },
911
- description: {
912
- type: 'string',
913
- nullable: true
914
- }
915
- },
916
- additionalProperties: false
917
- },
918
- nullable: true
919
- }
920
- },
921
- additionalProperties: false
922
- },
923
- nullable: true
924
- },
925
- totalCount: {
926
- type: 'integer',
927
- format: 'int64'
928
- }
929
- },
930
- additionalProperties: false
931
- } as const;
932
-
933
992
  export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
934
993
  type: 'object',
935
994
  properties: {
@@ -121,11 +121,23 @@ export class TagService {
121
121
 
122
122
  /**
123
123
  * @param data The data for the request.
124
- * @param data.filter
124
+ * @param data.tagNumber
125
+ * @param data.invoiceNumber
126
+ * @param data.travellerName
127
+ * @param data.travellerDocumentNumber
128
+ * @param data.issuedStartDate
129
+ * @param data.issuedEndDate
130
+ * @param data.exportStartDate
131
+ * @param data.exportEndDate
132
+ * @param data.paidStartDate
133
+ * @param data.paidEndDate
134
+ * @param data.merchantIds
135
+ * @param data.statuses
136
+ * @param data.refundTypes
125
137
  * @param data.sorting
126
138
  * @param data.skipCount
127
139
  * @param data.maxResultCount
128
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_TagService_Tags_TagDto__UniRefund_TagService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
140
+ * @returns UniRefund_TagService_Tags_TagPagedAndSortedResultResponseDto_1<UniRefund_TagService_Tags_TagListItemDto__UniRefund_TagService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
129
141
  * @throws ApiError
130
142
  */
131
143
  public getApiTagServiceTag(data: GetApiTagServiceTagData = {}): CancelablePromise<GetApiTagServiceTagResponse> {
@@ -133,7 +145,19 @@ export class TagService {
133
145
  method: 'GET',
134
146
  url: '/api/tag-service/Tag',
135
147
  query: {
136
- Filter: data.filter,
148
+ TagNumber: data.tagNumber,
149
+ InvoiceNumber: data.invoiceNumber,
150
+ TravellerName: data.travellerName,
151
+ TravellerDocumentNumber: data.travellerDocumentNumber,
152
+ IssuedStartDate: data.issuedStartDate,
153
+ IssuedEndDate: data.issuedEndDate,
154
+ ExportStartDate: data.exportStartDate,
155
+ ExportEndDate: data.exportEndDate,
156
+ PaidStartDate: data.paidStartDate,
157
+ PaidEndDate: data.paidEndDate,
158
+ MerchantIds: data.merchantIds,
159
+ Statuses: data.statuses,
160
+ RefundTypes: data.refundTypes,
137
161
  Sorting: data.sorting,
138
162
  SkipCount: data.skipCount,
139
163
  MaxResultCount: data.maxResultCount
@@ -73,18 +73,40 @@ export type UniRefund_TagService_Tags_TagDto = {
73
73
  billingId?: string | null;
74
74
  merchantId?: string | null;
75
75
  travellerId?: string | null;
76
+ travelDocumentNumber?: string | null;
76
77
  tripId?: string | null;
77
78
  refundTableId?: string | null;
78
79
  rebateTableId?: string | null;
79
80
  tagTotals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
80
81
  };
81
82
 
83
+ export type UniRefund_TagService_Tags_TagListItemDto = {
84
+ id?: string;
85
+ tagNumber?: string | null;
86
+ issueDate?: string;
87
+ expireDate?: string;
88
+ travellerFullName?: string | null;
89
+ travellerDocumentNumber?: string | null;
90
+ merchantTitle?: string | null;
91
+ status?: UniRefund_TagService_Tags_TagStatusType;
92
+ totals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
93
+ };
94
+
95
+ export type UniRefund_TagService_Tags_TagPagedAndSortedResultResponseDto_1 = {
96
+ items?: Array<UniRefund_TagService_Tags_TagListItemDto> | null;
97
+ totalCount?: number;
98
+ salesAmount?: number;
99
+ refundAmount?: number;
100
+ currency?: string | null;
101
+ };
102
+
82
103
  export type UniRefund_TagService_Tags_TagStatusType = 'None' | 'Open' | 'PreIssued' | 'Issued' | 'WaitingGoodsValidation' | 'WaitingStampValidation' | 'Declined' | 'ExportValidated' | 'PaymentBlocked' | 'PaymentInProgress' | 'PaymentProblem' | 'Paid' | 'Cancelled' | 'Expired' | 'Correction' | 'OptedOut';
83
104
 
84
105
  export type UniRefund_TagService_Tags_TagTotalDto = {
85
106
  totalType?: UniRefund_TagService_Tags_TotalType;
86
107
  amount?: number;
87
108
  description?: string | null;
109
+ currency?: string | null;
88
110
  };
89
111
 
90
112
  export type UniRefund_TagService_Tags_TaxTotalDto = {
@@ -132,11 +154,6 @@ export type UniRefund_TravellerService_PersonalIdentificationCommonDatas_Persona
132
154
  identificationType: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
133
155
  };
134
156
 
135
- export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
136
- items?: Array<UniRefund_TagService_Tags_TagDto> | null;
137
- totalCount?: number;
138
- };
139
-
140
157
  export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
141
158
  grantedPolicies?: {
142
159
  [key: string]: (boolean);
@@ -546,13 +563,25 @@ export type PostApiTagServiceTagData = {
546
563
  export type PostApiTagServiceTagResponse = UniRefund_TagService_Tags_TagDto;
547
564
 
548
565
  export type GetApiTagServiceTagData = {
549
- filter?: string;
566
+ exportEndDate?: string;
567
+ exportStartDate?: string;
568
+ invoiceNumber?: string;
569
+ issuedEndDate?: string;
570
+ issuedStartDate?: string;
550
571
  maxResultCount?: number;
572
+ merchantIds?: Array<(string)>;
573
+ paidEndDate?: string;
574
+ paidStartDate?: string;
575
+ refundTypes?: Array<UniRefund_TagService_Tags_RefundType>;
551
576
  skipCount?: number;
552
577
  sorting?: string;
578
+ statuses?: Array<UniRefund_TagService_Tags_TagStatusType>;
579
+ tagNumber?: string;
580
+ travellerDocumentNumber?: string;
581
+ travellerName?: string;
553
582
  };
554
583
 
555
- export type GetApiTagServiceTagResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
584
+ export type GetApiTagServiceTagResponse = UniRefund_TagService_Tags_TagPagedAndSortedResultResponseDto_1;
556
585
 
557
586
  export type GetApiTagServiceTagByIdDetailData = {
558
587
  id: string;
@@ -706,7 +735,7 @@ export type $OpenApiTs = {
706
735
  /**
707
736
  * Success
708
737
  */
709
- 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
738
+ 200: UniRefund_TagService_Tags_TagPagedAndSortedResultResponseDto_1;
710
739
  /**
711
740
  * Bad Request
712
741
  */