@autofleet/element-pay 2.1.6 → 2.1.7

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/lib/index.d.cts CHANGED
@@ -941,26 +941,6 @@ type TransactionsFilterQuery = {
941
941
  taxAmount?: string | null;
942
942
  totalAmount?: string | null;
943
943
  currency?: string | null;
944
- location?: {
945
- __typename?: 'ServiceLocation';
946
- name: string;
947
- id: string;
948
- brand?: string | null;
949
- address?: {
950
- __typename?: 'Address';
951
- line1?: string | null;
952
- line2?: string | null;
953
- city?: string | null;
954
- state?: string | null;
955
- country?: string | null;
956
- zip?: string | null;
957
- } | null;
958
- position?: {
959
- __typename?: 'Location';
960
- latitude?: number | null;
961
- longitude?: number | null;
962
- } | null;
963
- } | null;
964
944
  additionalInfo?: {
965
945
  __typename?: 'AdditionalTransactionInfo';
966
946
  pumpNumber?: number | null;
@@ -1005,6 +985,27 @@ type TransactionsFilterQuery = {
1005
985
  latitude?: number | null;
1006
986
  longitude?: number | null;
1007
987
  } | null;
988
+ location?: {
989
+ __typename?: 'ServiceLocation';
990
+ id: string;
991
+ name: string;
992
+ brand?: string | null;
993
+ brandLabel?: string | null;
994
+ address?: {
995
+ __typename?: 'Address';
996
+ line1?: string | null;
997
+ line2?: string | null;
998
+ city?: string | null;
999
+ state?: string | null;
1000
+ country?: string | null;
1001
+ zip?: string | null;
1002
+ } | null;
1003
+ position?: {
1004
+ __typename?: 'Location';
1005
+ latitude?: number | null;
1006
+ longitude?: number | null;
1007
+ } | null;
1008
+ } | null;
1008
1009
  driver?: {
1009
1010
  __typename?: 'User';
1010
1011
  id?: string | null;
package/lib/index.d.ts CHANGED
@@ -942,26 +942,6 @@ type TransactionsFilterQuery = {
942
942
  taxAmount?: string | null;
943
943
  totalAmount?: string | null;
944
944
  currency?: string | null;
945
- location?: {
946
- __typename?: 'ServiceLocation';
947
- name: string;
948
- id: string;
949
- brand?: string | null;
950
- address?: {
951
- __typename?: 'Address';
952
- line1?: string | null;
953
- line2?: string | null;
954
- city?: string | null;
955
- state?: string | null;
956
- country?: string | null;
957
- zip?: string | null;
958
- } | null;
959
- position?: {
960
- __typename?: 'Location';
961
- latitude?: number | null;
962
- longitude?: number | null;
963
- } | null;
964
- } | null;
965
945
  additionalInfo?: {
966
946
  __typename?: 'AdditionalTransactionInfo';
967
947
  pumpNumber?: number | null;
@@ -1006,6 +986,27 @@ type TransactionsFilterQuery = {
1006
986
  latitude?: number | null;
1007
987
  longitude?: number | null;
1008
988
  } | null;
989
+ location?: {
990
+ __typename?: 'ServiceLocation';
991
+ id: string;
992
+ name: string;
993
+ brand?: string | null;
994
+ brandLabel?: string | null;
995
+ address?: {
996
+ __typename?: 'Address';
997
+ line1?: string | null;
998
+ line2?: string | null;
999
+ city?: string | null;
1000
+ state?: string | null;
1001
+ country?: string | null;
1002
+ zip?: string | null;
1003
+ } | null;
1004
+ position?: {
1005
+ __typename?: 'Location';
1006
+ latitude?: number | null;
1007
+ longitude?: number | null;
1008
+ } | null;
1009
+ } | null;
1009
1010
  driver?: {
1010
1011
  __typename?: 'User';
1011
1012
  id?: string | null;
package/lib/index.js CHANGED
@@ -297,17 +297,6 @@ import{GraphQLClient as e}from"graphql-request";import t from"graphql-tag";impor
297
297
  insertedAt
298
298
  updatedAt
299
299
  localTime
300
- location {
301
- name
302
- address {
303
- line1
304
- line2
305
- city
306
- state
307
- country
308
- zip
309
- }
310
- }
311
300
  additionalInfo {
312
301
  pumpNumber
313
302
  jobCode
@@ -360,6 +349,7 @@ import{GraphQLClient as e}from"graphql-request";import t from"graphql-tag";impor
360
349
  longitude
361
350
  }
362
351
  brand
352
+ brandLabel
363
353
  }
364
354
  driver {
365
355
  id