@@ -767,11 +767,13 @@ export type BatchRequestRequisitionResponse = {
767
767
export type BatchResponseRequisitionInput = {
768
768
continueOnError ?: InputMaybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
769
769
deleteResponseRequisitionLines ?: InputMaybe < Array < DeleteResponseRequisitionLineInput > > ;
770
+ deleteResponseRequisitions ?: InputMaybe < Array < DeleteResponseRequisitionInput > > ;
770
771
} ;
771
772
772
773
export type BatchResponseRequisitionResponse = {
773
774
__typename : 'BatchResponseRequisitionResponse' ;
774
775
deleteResponseRequisitionLines ?: Maybe < Array < DeleteResponseRequisitionLineResponseWithId > > ;
776
+ deleteResponseRequisitions ?: Maybe < Array < DeleteResponseRequisitionResponseWithId > > ;
775
777
} ;
776
778
777
779
export type BatchStocktakeInput = {
@@ -1588,6 +1590,19 @@ export type DeleteResponse = {
1588
1590
id : Scalars [ 'String' ] [ 'output' ] ;
1589
1591
} ;
1590
1592
1593
+ export type DeleteResponseRequisitionError = {
1594
+ __typename : 'DeleteResponseRequisitionError' ;
1595
+ error : DeleteResponseRequisitionErrorInterface ;
1596
+ } ;
1597
+
1598
+ export type DeleteResponseRequisitionErrorInterface = {
1599
+ description : Scalars [ 'String' ] [ 'output' ] ;
1600
+ } ;
1601
+
1602
+ export type DeleteResponseRequisitionInput = {
1603
+ id : Scalars [ 'String' ] [ 'input' ] ;
1604
+ } ;
1605
+
1591
1606
export type DeleteResponseRequisitionLineError = {
1592
1607
__typename : 'DeleteResponseRequisitionLineError' ;
1593
1608
error : DeleteResponseRequisitionLineErrorInterface ;
@@ -1609,6 +1624,14 @@ export type DeleteResponseRequisitionLineResponseWithId = {
1609
1624
response : DeleteResponseRequisitionLineResponse ;
1610
1625
} ;
1611
1626
1627
+ export type DeleteResponseRequisitionResponse = DeleteResponse | DeleteResponseRequisitionError ;
1628
+
1629
+ export type DeleteResponseRequisitionResponseWithId = {
1630
+ __typename : 'DeleteResponseRequisitionResponseWithId' ;
1631
+ id : Scalars [ 'String' ] [ 'output' ] ;
1632
+ response : DeleteResponseRequisitionResponse ;
1633
+ } ;
1634
+
1612
1635
export type DeleteStocktakeError = {
1613
1636
__typename : 'DeleteStocktakeError' ;
1614
1637
error : DeleteStocktakeErrorInterface ;
@@ -2209,6 +2232,11 @@ export type FinaliseRnRFormInput = {
2209
2232
2210
2233
export type FinaliseRnRFormResponse = RnRFormNode ;
2211
2234
2235
+ export type FinalisedRequisition = DeleteResponseRequisitionErrorInterface & {
2236
+ __typename : 'FinalisedRequisition' ;
2237
+ description : Scalars [ 'String' ] [ 'output' ] ;
2238
+ } ;
2239
+
2212
2240
export enum ForeignKey {
2213
2241
InvoiceId = 'invoiceId' ,
2214
2242
ItemId = 'itemId' ,
@@ -3704,6 +3732,11 @@ export type LedgerSortInput = {
3704
3732
key : LedgerSortFieldInput ;
3705
3733
} ;
3706
3734
3735
+ export type LineDeleteError = DeleteResponseRequisitionErrorInterface & {
3736
+ __typename : 'LineDeleteError' ;
3737
+ description : Scalars [ 'String' ] [ 'output' ] ;
3738
+ } ;
3739
+
3707
3740
export type LinkPatientPatientToStoreError = {
3708
3741
__typename : 'LinkPatientPatientToStoreError' ;
3709
3742
error : LinkPatientPatientToStoreErrorInterface ;
@@ -3948,6 +3981,7 @@ export type Mutations = {
3948
3981
deletePrescriptionLine : DeletePrescriptionLineResponse ;
3949
3982
deleteRequestRequisition : DeleteRequestRequisitionResponse ;
3950
3983
deleteRequestRequisitionLine : DeleteRequestRequisitionLineResponse ;
3984
+ deleteResponseRequisition : DeleteResponseRequisitionResponse ;
3951
3985
deleteResponseRequisitionLine : DeleteResponseRequisitionLineResponse ;
3952
3986
deleteStocktake : DeleteStocktakeResponse ;
3953
3987
deleteStocktakeLine : DeleteStocktakeLineResponse ;
@@ -4216,6 +4250,12 @@ export type MutationsDeleteRequestRequisitionLineArgs = {
4216
4250
} ;
4217
4251
4218
4252
4253
+ export type MutationsDeleteResponseRequisitionArgs = {
4254
+ input : DeleteResponseRequisitionInput ;
4255
+ storeId : Scalars [ 'String' ] [ 'input' ] ;
4256
+ } ;
4257
+
4258
+
4219
4259
export type MutationsDeleteResponseRequisitionLineArgs = {
4220
4260
input : DeleteResponseRequisitionLineInput ;
4221
4261
storeId : Scalars [ 'String' ] [ 'input' ] ;
@@ -6286,7 +6326,7 @@ export type RecordBelongsToAnotherStore = DeleteAssetErrorInterface & DeleteAsse
6286
6326
description : Scalars [ 'String' ] [ 'output' ] ;
6287
6327
} ;
6288
6328
6289
- export type RecordNotFound = AddFromMasterListErrorInterface & AddToInboundShipmentFromMasterListErrorInterface & AddToOutboundShipmentFromMasterListErrorInterface & AllocateOutboundShipmentUnallocatedLineErrorInterface & CreateRequisitionShipmentErrorInterface & DeleteAssetCatalogueItemErrorInterface & DeleteAssetErrorInterface & DeleteAssetLogReasonErrorInterface & DeleteCustomerReturnErrorInterface & DeleteErrorInterface & DeleteInboundShipmentErrorInterface & DeleteInboundShipmentLineErrorInterface & DeleteInboundShipmentServiceLineErrorInterface & DeleteLocationErrorInterface & DeleteOutboundShipmentLineErrorInterface & DeleteOutboundShipmentServiceLineErrorInterface & DeleteOutboundShipmentUnallocatedLineErrorInterface & DeletePrescriptionErrorInterface & DeletePrescriptionLineErrorInterface & DeleteRequestRequisitionErrorInterface & DeleteRequestRequisitionLineErrorInterface & DeleteResponseRequisitionLineErrorInterface & DeleteSupplierReturnErrorInterface & DeleteVaccineCourseErrorInterface & NodeErrorInterface & RequisitionLineChartErrorInterface & RequisitionLineStatsErrorInterface & SupplyRequestedQuantityErrorInterface & UpdateAssetErrorInterface & UpdateErrorInterface & UpdateInboundShipmentErrorInterface & UpdateInboundShipmentLineErrorInterface & UpdateInboundShipmentServiceLineErrorInterface & UpdateLocationErrorInterface & UpdateNameErrorInterface & UpdateNamePropertiesErrorInterface & UpdateOutboundShipmentLineErrorInterface & UpdateOutboundShipmentServiceLineErrorInterface & UpdateOutboundShipmentUnallocatedLineErrorInterface & UpdatePrescriptionErrorInterface & UpdatePrescriptionLineErrorInterface & UpdateRequestRequisitionErrorInterface & UpdateRequestRequisitionLineErrorInterface & UpdateResponseRequisitionErrorInterface & UpdateResponseRequisitionLineErrorInterface & UpdateReturnOtherPartyErrorInterface & UpdateSensorErrorInterface & UpdateStockLineErrorInterface & UseSuggestedQuantityErrorInterface & {
6329
+ export type RecordNotFound = AddFromMasterListErrorInterface & AddToInboundShipmentFromMasterListErrorInterface & AddToOutboundShipmentFromMasterListErrorInterface & AllocateOutboundShipmentUnallocatedLineErrorInterface & CreateRequisitionShipmentErrorInterface & DeleteAssetCatalogueItemErrorInterface & DeleteAssetErrorInterface & DeleteAssetLogReasonErrorInterface & DeleteCustomerReturnErrorInterface & DeleteErrorInterface & DeleteInboundShipmentErrorInterface & DeleteInboundShipmentLineErrorInterface & DeleteInboundShipmentServiceLineErrorInterface & DeleteLocationErrorInterface & DeleteOutboundShipmentLineErrorInterface & DeleteOutboundShipmentServiceLineErrorInterface & DeleteOutboundShipmentUnallocatedLineErrorInterface & DeletePrescriptionErrorInterface & DeletePrescriptionLineErrorInterface & DeleteRequestRequisitionErrorInterface & DeleteRequestRequisitionLineErrorInterface & DeleteResponseRequisitionErrorInterface & DeleteResponseRequisitionLineErrorInterface & DeleteSupplierReturnErrorInterface & DeleteVaccineCourseErrorInterface & NodeErrorInterface & RequisitionLineChartErrorInterface & RequisitionLineStatsErrorInterface & SupplyRequestedQuantityErrorInterface & UpdateAssetErrorInterface & UpdateErrorInterface & UpdateInboundShipmentErrorInterface & UpdateInboundShipmentLineErrorInterface & UpdateInboundShipmentServiceLineErrorInterface & UpdateLocationErrorInterface & UpdateNameErrorInterface & UpdateNamePropertiesErrorInterface & UpdateOutboundShipmentLineErrorInterface & UpdateOutboundShipmentServiceLineErrorInterface & UpdateOutboundShipmentUnallocatedLineErrorInterface & UpdatePrescriptionErrorInterface & UpdatePrescriptionLineErrorInterface & UpdateRequestRequisitionErrorInterface & UpdateRequestRequisitionLineErrorInterface & UpdateResponseRequisitionErrorInterface & UpdateResponseRequisitionLineErrorInterface & UpdateReturnOtherPartyErrorInterface & UpdateSensorErrorInterface & UpdateStockLineErrorInterface & UseSuggestedQuantityErrorInterface & {
6290
6330
__typename : 'RecordNotFound' ;
6291
6331
description : Scalars [ 'String' ] [ 'output' ] ;
6292
6332
} ;
@@ -6649,6 +6689,11 @@ export type RequisitionSortInput = {
6649
6689
key : RequisitionSortFieldInput ;
6650
6690
} ;
6651
6691
6692
+ export type RequisitionWithShipment = DeleteResponseRequisitionErrorInterface & {
6693
+ __typename : 'RequisitionWithShipment' ;
6694
+ description : Scalars [ 'String' ] [ 'output' ] ;
6695
+ } ;
6696
+
6652
6697
export type RequisitionsResponse = RequisitionConnector ;
6653
6698
6654
6699
export type ResponseRequisitionCounts = {
@@ -7498,6 +7543,11 @@ export type TokenExpired = RefreshTokenErrorInterface & {
7498
7543
description : Scalars [ 'String' ] [ 'output' ] ;
7499
7544
} ;
7500
7545
7546
+ export type TransferredRequisition = DeleteResponseRequisitionErrorInterface & {
7547
+ __typename : 'TransferredRequisition' ;
7548
+ description : Scalars [ 'String' ] [ 'output' ] ;
7549
+ } ;
7550
+
7501
7551
export type UnallocatedLineForItemAlreadyExists = InsertOutboundShipmentUnallocatedLineErrorInterface & {
7502
7552
__typename : 'UnallocatedLineForItemAlreadyExists' ;
7503
7553
description : Scalars [ 'String' ] [ 'output' ] ;
0 commit comments