@@ -583,13 +583,6 @@ export type IUserOrderCancel = {
583
583
reason : InputMaybe < Scalars [ 'String' ] [ 'input' ] >
584
584
}
585
585
586
- export type Item = {
587
- /** Pickup point distance. */
588
- distance : Maybe < Scalars [ 'Float' ] [ 'output' ] >
589
- /** Pickup point. */
590
- pickupPoint : Maybe < PickupPoint >
591
- }
592
-
593
586
export type LogisticsInfo = {
594
587
/** LogisticsInfo itemIndex. */
595
588
itemIndex : Maybe < Scalars [ 'String' ] [ 'output' ] >
@@ -694,17 +687,6 @@ export type MutationValidateSessionArgs = {
694
687
session : IStoreSession
695
688
}
696
689
697
- export type Paging = {
698
- /** Current page. */
699
- page : Maybe < Scalars [ 'Int' ] [ 'output' ] >
700
- /** Number of items per page. */
701
- pageSize : Maybe < Scalars [ 'Int' ] [ 'output' ] >
702
- /** Total number of pages. */
703
- pages : Maybe < Scalars [ 'Int' ] [ 'output' ] >
704
- /** Total number of items. */
705
- total : Maybe < Scalars [ 'Int' ] [ 'output' ] >
706
- }
707
-
708
690
/** Newsletter information. */
709
691
export type PersonNewsletter = {
710
692
/** Person's ID in the newsletter list. */
@@ -3432,25 +3414,6 @@ export type ClientShippingSimulationQueryQuery = {
3432
3414
} | null
3433
3415
}
3434
3416
3435
- export type ClientPickupPointsQueryQueryVariables = Exact < {
3436
- geoCoordinates : InputMaybe < IStoreGeoCoordinates >
3437
- postalCode : InputMaybe < Scalars [ 'String' ] [ 'input' ] >
3438
- country : InputMaybe < Scalars [ 'String' ] [ 'input' ] >
3439
- } >
3440
-
3441
- export type ClientPickupPointsQueryQuery = {
3442
- pickupPoints : {
3443
- paging : { total : number | null } | null
3444
- items : Array < {
3445
- pickupPoint : {
3446
- id : string | null
3447
- friendlyName : string | null
3448
- address : { street : string | null } | null
3449
- } | null
3450
- } | null > | null
3451
- } | null
3452
- }
3453
-
3454
3417
export type ServerManyProductsQueryQueryVariables = Exact < {
3455
3418
first : Scalars [ 'Int' ] [ 'input' ]
3456
3419
after : InputMaybe < Scalars [ 'String' ] [ 'input' ] >
@@ -4194,15 +4157,6 @@ export const ClientShippingSimulationQueryDocument = {
4194
4157
ClientShippingSimulationQueryQuery ,
4195
4158
ClientShippingSimulationQueryQueryVariables
4196
4159
>
4197
- export const ClientPickupPointsQueryDocument = {
4198
- __meta__ : {
4199
- operationName : 'ClientPickupPointsQuery' ,
4200
- operationHash : '0267c77a87cb0592dfd9a73bad8f632c1801541b' ,
4201
- } ,
4202
- } as unknown as TypedDocumentString <
4203
- ClientPickupPointsQueryQuery ,
4204
- ClientPickupPointsQueryQueryVariables
4205
- >
4206
4160
export const ServerManyProductsQueryDocument = {
4207
4161
__meta__ : {
4208
4162
operationName : 'ServerManyProductsQuery' ,
0 commit comments