@autofleet/element-pay 1.1.3-dev.0 → 1.1.3
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.cjs +71 -174
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +300 -635
- package/lib/index.d.ts +301 -635
- package/lib/index.js +61 -164
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { GraphQLClient
|
|
1
|
+
import { GraphQLClient } from "graphql-request";
|
|
2
2
|
import { FuelSupplier } from "@autofleet/common-types/lib/pit-stop";
|
|
3
3
|
|
|
4
4
|
//#region src/generated/int/sdk.d.ts
|
|
5
|
-
type Maybe$
|
|
6
|
-
type InputMaybe$
|
|
7
|
-
type Exact$
|
|
5
|
+
type Maybe$1<T> = T | null;
|
|
6
|
+
type InputMaybe$1<T> = Maybe$1<T>;
|
|
7
|
+
type Exact$1<T extends {
|
|
8
8
|
[key: string]: unknown;
|
|
9
9
|
}> = { [K in keyof T]: T[K] };
|
|
10
|
-
type
|
|
11
|
-
type Scalars$2 = {
|
|
10
|
+
type Scalars$1 = {
|
|
12
11
|
ID: {
|
|
13
12
|
input: string;
|
|
14
13
|
output: string;
|
|
@@ -43,590 +42,8 @@ declare enum AccountType {
|
|
|
43
42
|
PrePaid = "PRE_PAID",
|
|
44
43
|
}
|
|
45
44
|
type AdditionalInfoInput$1 = {
|
|
46
|
-
contactPhoneNumber?: InputMaybe$
|
|
47
|
-
isCorporatePhone?: InputMaybe$
|
|
48
|
-
};
|
|
49
|
-
type AddressInput$2 = {
|
|
50
|
-
city: Scalars$2['String']['input'];
|
|
51
|
-
country: Scalars$2['String']['input'];
|
|
52
|
-
line1: Scalars$2['String']['input'];
|
|
53
|
-
line2?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
54
|
-
state: Scalars$2['String']['input'];
|
|
55
|
-
zip: Scalars$2['String']['input'];
|
|
56
|
-
};
|
|
57
|
-
type ApiKeyCreateInput$2 = {
|
|
58
|
-
entityId?: InputMaybe$2<Scalars$2['ID']['input']>;
|
|
59
|
-
name: Scalars$2['String']['input'];
|
|
60
|
-
organizationId: Scalars$2['ID']['input'];
|
|
61
|
-
};
|
|
62
|
-
declare enum CardNetwork$2 {
|
|
63
|
-
Mastercard = "MASTERCARD",
|
|
64
|
-
Visa = "VISA",
|
|
65
|
-
}
|
|
66
|
-
type ClientOnboardInput = {
|
|
67
|
-
address: AddressInput$2;
|
|
68
|
-
checkLocationOverride?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
69
|
-
costFactorEnabled?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
70
|
-
email?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
71
|
-
externalId: Scalars$2['String']['input'];
|
|
72
|
-
integratorId?: InputMaybe$2<Scalars$2['ID']['input']>;
|
|
73
|
-
name: Scalars$2['String']['input'];
|
|
74
|
-
onboardedBy?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
75
|
-
taxId?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
76
|
-
unitsId?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
77
|
-
useTspMetadata?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
78
|
-
};
|
|
79
|
-
declare enum DigitalWallet$2 {
|
|
80
|
-
DigitalWalletAndroid = "DIGITAL_WALLET_ANDROID",
|
|
81
|
-
DigitalWalletApple = "DIGITAL_WALLET_APPLE",
|
|
82
|
-
}
|
|
83
|
-
type EntityCreateInput$2 = {
|
|
84
|
-
description?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
85
|
-
externalId?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
86
|
-
funding?: InputMaybe$2<FundingSource$2>;
|
|
87
|
-
hasFinance?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
88
|
-
name: Scalars$2['String']['input'];
|
|
89
|
-
organizationId?: InputMaybe$2<Scalars$2['ID']['input']>;
|
|
90
|
-
parentId?: InputMaybe$2<Scalars$2['ID']['input']>;
|
|
91
|
-
};
|
|
92
|
-
type FuelRestrictionsInput$2 = {
|
|
93
|
-
amountPerDay?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
94
|
-
amountPerTransaction?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
95
|
-
checkLocation?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
96
|
-
daysOfWeek?: InputMaybe$2<PurchaseDaysOfWeekInput$2>;
|
|
97
|
-
hours?: InputMaybe$2<PurchaseTimeRangeInput$2>;
|
|
98
|
-
isEnabled?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
99
|
-
noOfTransactions?: InputMaybe$2<Scalars$2['Int']['input']>;
|
|
100
|
-
};
|
|
101
|
-
declare enum FundingSource$2 {
|
|
102
|
-
Ach = "ACH",
|
|
103
|
-
Parent = "PARENT",
|
|
104
|
-
Unknown = "UNKNOWN",
|
|
105
|
-
}
|
|
106
|
-
type HashMapInput$2 = {
|
|
107
|
-
key: Scalars$2['String']['input'];
|
|
108
|
-
value: Scalars$2['String']['input'];
|
|
109
|
-
};
|
|
110
|
-
declare enum JobCodeEntryOptionEnum$2 {
|
|
111
|
-
Freeform = "FREEFORM",
|
|
112
|
-
Predefined = "PREDEFINED",
|
|
113
|
-
}
|
|
114
|
-
declare enum LoginType$2 {
|
|
115
|
-
Email = "EMAIL",
|
|
116
|
-
Phone = "PHONE",
|
|
117
|
-
Unknown = "UNKNOWN",
|
|
118
|
-
}
|
|
119
|
-
type MachineTokenizeUserInput$2 = {
|
|
120
|
-
email?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
121
|
-
externalId: Scalars$2['String']['input'];
|
|
122
|
-
firstName?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
123
|
-
lastName?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
124
|
-
organizationId: Scalars$2['ID']['input'];
|
|
125
|
-
phoneNumber?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
126
|
-
username?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
127
|
-
};
|
|
128
|
-
type OrganizationCreateInput$2 = {
|
|
129
|
-
address: AddressInput$2;
|
|
130
|
-
checkLocationOverride?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
131
|
-
costFactorEnabled?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
132
|
-
email?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
133
|
-
integratorId?: InputMaybe$2<Scalars$2['ID']['input']>;
|
|
134
|
-
name: Scalars$2['String']['input'];
|
|
135
|
-
onboardedBy?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
136
|
-
taxId?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
137
|
-
unitsId?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
138
|
-
useTspMetadata?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
139
|
-
};
|
|
140
|
-
declare enum PaymentMethodType$1 {
|
|
141
|
-
DirectConnect = "DIRECT_CONNECT",
|
|
142
|
-
LinkedCard = "LINKED_CARD",
|
|
143
|
-
Ttp = "TTP",
|
|
144
|
-
Unspecified = "UNSPECIFIED",
|
|
145
|
-
}
|
|
146
|
-
type PositionInput$2 = {
|
|
147
|
-
latitude: Scalars$2['Float']['input'];
|
|
148
|
-
longitude: Scalars$2['Float']['input'];
|
|
149
|
-
};
|
|
150
|
-
type ProvisionCardInput$2 = {
|
|
151
|
-
deviceAccountId: Scalars$2['String']['input'];
|
|
152
|
-
googleHardwareId?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
153
|
-
intermediateCertificate?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
154
|
-
leafCertificate?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
155
|
-
nonceSignature?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
156
|
-
nonceValue?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
157
|
-
paymentProviderAccountId: Scalars$2['String']['input'];
|
|
158
|
-
walletId?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
159
|
-
walletType: DigitalWallet$2;
|
|
160
|
-
};
|
|
161
|
-
type ProvisionStatusUpdateInput$2 = {
|
|
162
|
-
deviceAccountId: Scalars$2['String']['input'];
|
|
163
|
-
errorDescription?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
164
|
-
paymentProviderAccountId: Scalars$2['String']['input'];
|
|
165
|
-
status: ProvisioningStatus$2;
|
|
166
|
-
};
|
|
167
|
-
declare enum ProvisioningStatus$2 {
|
|
168
|
-
Error = "ERROR",
|
|
169
|
-
Success = "SUCCESS",
|
|
170
|
-
}
|
|
171
|
-
type PurchaseDaysOfWeekInput$2 = {
|
|
172
|
-
friday: Scalars$2['Boolean']['input'];
|
|
173
|
-
monday: Scalars$2['Boolean']['input'];
|
|
174
|
-
saturday: Scalars$2['Boolean']['input'];
|
|
175
|
-
sunday: Scalars$2['Boolean']['input'];
|
|
176
|
-
thursday: Scalars$2['Boolean']['input'];
|
|
177
|
-
tuesday: Scalars$2['Boolean']['input'];
|
|
178
|
-
wednesday: Scalars$2['Boolean']['input'];
|
|
179
|
-
};
|
|
180
|
-
type PurchaseTimeRangeInput$2 = {
|
|
181
|
-
from?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
182
|
-
to?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
183
|
-
};
|
|
184
|
-
declare enum RoleType$2 {
|
|
185
|
-
Admin = "ADMIN",
|
|
186
|
-
Driver = "DRIVER",
|
|
187
|
-
FullAccess = "FULL_ACCESS",
|
|
188
|
-
Manager = "MANAGER",
|
|
189
|
-
ViewOnly = "VIEW_ONLY",
|
|
190
|
-
}
|
|
191
|
-
type ServiceFuelInput$2 = {
|
|
192
|
-
additionalInfo?: InputMaybe$2<AdditionalServicePayInfoInput$2>;
|
|
193
|
-
pumpNumber: Scalars$2['Int']['input'];
|
|
194
|
-
};
|
|
195
|
-
type ServicePayInput$2 = {
|
|
196
|
-
deviceId?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
197
|
-
fuel?: InputMaybe$2<ServiceFuelInput$2>;
|
|
198
|
-
localTime?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
199
|
-
locationId: Scalars$2['ID']['input'];
|
|
200
|
-
openloopFallback?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
201
|
-
paymentMethodType?: InputMaybe$2<PaymentMethodType$1>;
|
|
202
|
-
position: PositionInput$2;
|
|
203
|
-
requestId: Scalars$2['ID']['input'];
|
|
204
|
-
vehicleId: Scalars$2['ID']['input'];
|
|
205
|
-
};
|
|
206
|
-
type SpendRestrictionsDayInput$2 = {
|
|
207
|
-
isEnabled: Scalars$2['Boolean']['input'];
|
|
208
|
-
purchaseTimes?: InputMaybe$2<Array<InputMaybe$2<PurchaseTimeRangeInput$2>>>;
|
|
209
|
-
};
|
|
210
|
-
type SpendRestrictionsDaysOfWeekInput$2 = {
|
|
211
|
-
friday: SpendRestrictionsDayInput$2;
|
|
212
|
-
monday: SpendRestrictionsDayInput$2;
|
|
213
|
-
saturday: SpendRestrictionsDayInput$2;
|
|
214
|
-
sunday: SpendRestrictionsDayInput$2;
|
|
215
|
-
thursday: SpendRestrictionsDayInput$2;
|
|
216
|
-
tuesday: SpendRestrictionsDayInput$2;
|
|
217
|
-
wednesday: SpendRestrictionsDayInput$2;
|
|
218
|
-
};
|
|
219
|
-
type SpendRestrictionsInput$2 = {
|
|
220
|
-
amountPerDay?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
221
|
-
amountPerTransaction?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
222
|
-
amountPerWeek?: InputMaybe$2<Scalars$2['Int']['input']>;
|
|
223
|
-
checkLocation?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
224
|
-
daysOfWeek?: InputMaybe$2<SpendRestrictionsDaysOfWeekInput$2>;
|
|
225
|
-
enforceFuelSpendEstimation?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
226
|
-
fuel?: InputMaybe$2<FuelRestrictionsInput$2>;
|
|
227
|
-
noOfTransactions?: InputMaybe$2<Scalars$2['Int']['input']>;
|
|
228
|
-
predefinedRule?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
229
|
-
};
|
|
230
|
-
type TtpTokenizationInput$1 = {
|
|
231
|
-
deviceId: Scalars$2['String']['input'];
|
|
232
|
-
requestId?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
233
|
-
};
|
|
234
|
-
type UserCreateInput$2 = {
|
|
235
|
-
additionalInfo?: InputMaybe$2<AdditionalInfoInput$1>;
|
|
236
|
-
email?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
237
|
-
employeeId?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
238
|
-
entityId: Scalars$2['ID']['input'];
|
|
239
|
-
firstName: Scalars$2['String']['input'];
|
|
240
|
-
lastName: Scalars$2['String']['input'];
|
|
241
|
-
loginType?: InputMaybe$2<LoginType$2>;
|
|
242
|
-
organizationId?: InputMaybe$2<Scalars$2['ID']['input']>;
|
|
243
|
-
phoneNumber?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
244
|
-
role: RoleType$2;
|
|
245
|
-
};
|
|
246
|
-
declare enum UserStatus$2 {
|
|
247
|
-
Deactivated = "DEACTIVATED",
|
|
248
|
-
Deleted = "DELETED",
|
|
249
|
-
Invited = "INVITED",
|
|
250
|
-
LockedOut = "LOCKED_OUT",
|
|
251
|
-
Onboarded = "ONBOARDED",
|
|
252
|
-
Unknown = "UNKNOWN",
|
|
253
|
-
}
|
|
254
|
-
type VehicleGroupCreateInput$2 = {
|
|
255
|
-
description?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
256
|
-
driverEnteredOdometerEnabled?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
257
|
-
drivers?: InputMaybe$2<Array<InputMaybe$2<Scalars$2['ID']['input']>>>;
|
|
258
|
-
entityId?: InputMaybe$2<Scalars$2['ID']['input']>;
|
|
259
|
-
externalId?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
260
|
-
jobCodeEnabled?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
261
|
-
jobCodeEntryOption?: InputMaybe$2<JobCodeEntryOptionEnum$2>;
|
|
262
|
-
jobCodeEntryOptional?: InputMaybe$2<Scalars$2['Boolean']['input']>;
|
|
263
|
-
jobCodeOptions?: InputMaybe$2<Array<InputMaybe$2<Scalars$2['String']['input']>>>;
|
|
264
|
-
name: Scalars$2['String']['input'];
|
|
265
|
-
organizationId?: InputMaybe$2<Scalars$2['ID']['input']>;
|
|
266
|
-
spendRestrictions: SpendRestrictionsInput$2;
|
|
267
|
-
vehicles?: InputMaybe$2<Array<InputMaybe$2<Scalars$2['ID']['input']>>>;
|
|
268
|
-
};
|
|
269
|
-
type VehicleGroupDriversAddInput$2 = {
|
|
270
|
-
drivers: Array<Scalars$2['ID']['input']>;
|
|
271
|
-
vehicleGroupId: Scalars$2['ID']['input'];
|
|
272
|
-
};
|
|
273
|
-
type VehicleGroupVehiclesAddInput$2 = {
|
|
274
|
-
vehicleGroupId: Scalars$2['ID']['input'];
|
|
275
|
-
vehicles: Array<Scalars$2['ID']['input']>;
|
|
276
|
-
};
|
|
277
|
-
type VehiclesOnboardInput$2 = {
|
|
278
|
-
customFields?: InputMaybe$2<Array<InputMaybe$2<HashMapInput$2>>>;
|
|
279
|
-
description?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
280
|
-
id?: InputMaybe$2<Scalars$2['ID']['input']>;
|
|
281
|
-
licensePlate?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
282
|
-
licensePlateState?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
283
|
-
number?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
284
|
-
vehicleGroupId: Scalars$2['ID']['input'];
|
|
285
|
-
vin?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
286
|
-
};
|
|
287
|
-
type VehiclesOnboardInputList$2 = {
|
|
288
|
-
vehicles?: InputMaybe$2<Array<InputMaybe$2<VehiclesOnboardInput$2>>>;
|
|
289
|
-
};
|
|
290
|
-
type AdditionalServicePayInfoInput$2 = {
|
|
291
|
-
jobCode?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
292
|
-
odometer?: InputMaybe$2<Scalars$2['Int']['input']>;
|
|
293
|
-
};
|
|
294
|
-
type ApiKeyCreateMutationVariables$2 = Exact$2<{
|
|
295
|
-
input: ApiKeyCreateInput$2;
|
|
296
|
-
}>;
|
|
297
|
-
type ApiKeyCreateMutation$2 = {
|
|
298
|
-
__typename?: 'Mutation';
|
|
299
|
-
apiKeyCreate?: {
|
|
300
|
-
__typename?: 'ApiKeyCreateOutput';
|
|
301
|
-
apiKey: string;
|
|
302
|
-
} | null;
|
|
303
|
-
};
|
|
304
|
-
type ClientOnboardMutationVariables = Exact$2<{
|
|
305
|
-
input: ClientOnboardInput;
|
|
306
|
-
}>;
|
|
307
|
-
type ClientOnboardMutation = {
|
|
308
|
-
__typename?: 'Mutation';
|
|
309
|
-
clientOnboard?: {
|
|
310
|
-
__typename?: 'Entity';
|
|
311
|
-
id: string;
|
|
312
|
-
name?: string | null;
|
|
313
|
-
externalId?: string | null;
|
|
314
|
-
insertedAt?: string | null;
|
|
315
|
-
updatedAt?: string | null;
|
|
316
|
-
deletedAt?: string | null;
|
|
317
|
-
} | null;
|
|
318
|
-
};
|
|
319
|
-
type OrganizationCreateMutationVariables$2 = Exact$2<{
|
|
320
|
-
input: OrganizationCreateInput$2;
|
|
321
|
-
}>;
|
|
322
|
-
type OrganizationCreateMutation$2 = {
|
|
323
|
-
__typename?: 'Mutation';
|
|
324
|
-
organizationCreate?: {
|
|
325
|
-
__typename?: 'Organization';
|
|
326
|
-
id: string;
|
|
327
|
-
name?: string | null;
|
|
328
|
-
onboardedAt?: string | null;
|
|
329
|
-
onboardedBy?: string | null;
|
|
330
|
-
insertedAt?: string | null;
|
|
331
|
-
updatedAt?: string | null;
|
|
332
|
-
deletedAt?: string | null;
|
|
333
|
-
address?: {
|
|
334
|
-
__typename?: 'Address';
|
|
335
|
-
line1?: string | null;
|
|
336
|
-
line2?: string | null;
|
|
337
|
-
city?: string | null;
|
|
338
|
-
state?: string | null;
|
|
339
|
-
country?: string | null;
|
|
340
|
-
zip?: string | null;
|
|
341
|
-
} | null;
|
|
342
|
-
} | null;
|
|
343
|
-
};
|
|
344
|
-
type EntityCreateMutationVariables$2 = Exact$2<{
|
|
345
|
-
input: EntityCreateInput$2;
|
|
346
|
-
}>;
|
|
347
|
-
type EntityCreateMutation$2 = {
|
|
348
|
-
__typename?: 'Mutation';
|
|
349
|
-
entityCreate?: {
|
|
350
|
-
__typename?: 'Entity';
|
|
351
|
-
id: string;
|
|
352
|
-
name?: string | null;
|
|
353
|
-
description?: string | null;
|
|
354
|
-
externalId?: string | null;
|
|
355
|
-
parentId?: string | null;
|
|
356
|
-
hasFinance?: boolean | null;
|
|
357
|
-
funding?: FundingSource$2 | null;
|
|
358
|
-
insertedAt?: string | null;
|
|
359
|
-
updatedAt?: string | null;
|
|
360
|
-
} | null;
|
|
361
|
-
};
|
|
362
|
-
type EntityGetExternalIdQueryVariables = Exact$2<{
|
|
363
|
-
externalId?: InputMaybe$2<Scalars$2['String']['input']>;
|
|
364
|
-
}>;
|
|
365
|
-
type EntityGetExternalIdQuery = {
|
|
366
|
-
__typename?: 'Query';
|
|
367
|
-
entity?: {
|
|
368
|
-
__typename?: 'Entity';
|
|
369
|
-
id: string;
|
|
370
|
-
name?: string | null;
|
|
371
|
-
description?: string | null;
|
|
372
|
-
externalId?: string | null;
|
|
373
|
-
hasFinance?: boolean | null;
|
|
374
|
-
code?: string | null;
|
|
375
|
-
path?: string | null;
|
|
376
|
-
funding?: FundingSource$2 | null;
|
|
377
|
-
insertedAt?: string | null;
|
|
378
|
-
updatedAt?: string | null;
|
|
379
|
-
deletedAt?: string | null;
|
|
380
|
-
costFactor?: number | null;
|
|
381
|
-
parent?: {
|
|
382
|
-
__typename?: 'Entity';
|
|
383
|
-
id: string;
|
|
384
|
-
name?: string | null;
|
|
385
|
-
description?: string | null;
|
|
386
|
-
} | null;
|
|
387
|
-
organization?: {
|
|
388
|
-
__typename?: 'Organization';
|
|
389
|
-
id: string;
|
|
390
|
-
name?: string | null;
|
|
391
|
-
} | null;
|
|
392
|
-
financialConfig?: {
|
|
393
|
-
__typename?: 'FinancialConfig';
|
|
394
|
-
id: string;
|
|
395
|
-
entityId: string;
|
|
396
|
-
accountType?: AccountType | null;
|
|
397
|
-
issuerBin?: string | null;
|
|
398
|
-
insertedAt?: string | null;
|
|
399
|
-
updatedAt?: string | null;
|
|
400
|
-
paymentProvider?: {
|
|
401
|
-
__typename?: 'PaymentProvider';
|
|
402
|
-
id: string;
|
|
403
|
-
name?: string | null;
|
|
404
|
-
slug?: string | null;
|
|
405
|
-
insertedAt?: string | null;
|
|
406
|
-
updatedAt?: string | null;
|
|
407
|
-
} | null;
|
|
408
|
-
} | null;
|
|
409
|
-
} | null;
|
|
410
|
-
};
|
|
411
|
-
type MachineTokenizeUserMutationVariables$2 = Exact$2<{
|
|
412
|
-
input?: InputMaybe$2<MachineTokenizeUserInput$2>;
|
|
413
|
-
}>;
|
|
414
|
-
type MachineTokenizeUserMutation$2 = {
|
|
415
|
-
__typename?: 'Mutation';
|
|
416
|
-
machineTokenizeUser?: {
|
|
417
|
-
__typename?: 'MachineUserToken';
|
|
418
|
-
access_token: string;
|
|
419
|
-
expires_in: number;
|
|
420
|
-
} | null;
|
|
421
|
-
};
|
|
422
|
-
type ProvisionCardMutationVariables$2 = Exact$2<{
|
|
423
|
-
input: ProvisionCardInput$2;
|
|
424
|
-
}>;
|
|
425
|
-
type ProvisionCardMutation$2 = {
|
|
426
|
-
__typename?: 'Mutation';
|
|
427
|
-
provisionCard: {
|
|
428
|
-
__typename?: 'ProvisionCardResponse';
|
|
429
|
-
encryptedData?: string | null;
|
|
430
|
-
activationData?: string | null;
|
|
431
|
-
publicKey?: string | null;
|
|
432
|
-
lastFourDigits?: string | null;
|
|
433
|
-
displayName?: string | null;
|
|
434
|
-
cardNetwork?: CardNetwork$2 | null;
|
|
435
|
-
};
|
|
436
|
-
};
|
|
437
|
-
type ProvisionStatusUpdateMutationVariables$2 = Exact$2<{
|
|
438
|
-
input: ProvisionStatusUpdateInput$2;
|
|
439
|
-
}>;
|
|
440
|
-
type ProvisionStatusUpdateMutation$2 = {
|
|
441
|
-
__typename?: 'Mutation';
|
|
442
|
-
provisionStatusUpdate: {
|
|
443
|
-
__typename?: 'BooleanSuccessOutput';
|
|
444
|
-
success: boolean;
|
|
445
|
-
};
|
|
446
|
-
};
|
|
447
|
-
type ServicePayMutationVariables$2 = Exact$2<{
|
|
448
|
-
input: ServicePayInput$2;
|
|
449
|
-
}>;
|
|
450
|
-
type ServicePayMutation$2 = {
|
|
451
|
-
__typename?: 'Mutation';
|
|
452
|
-
servicePay?: {
|
|
453
|
-
__typename?: 'ServicePayOutput';
|
|
454
|
-
requestId: string;
|
|
455
|
-
transactionId: string;
|
|
456
|
-
} | null;
|
|
457
|
-
};
|
|
458
|
-
type TtpTokenizationMutationVariables$1 = Exact$2<{
|
|
459
|
-
input: TtpTokenizationInput$1;
|
|
460
|
-
}>;
|
|
461
|
-
type TtpTokenizationMutation$1 = {
|
|
462
|
-
__typename?: 'Mutation';
|
|
463
|
-
ttpTokenization?: {
|
|
464
|
-
__typename?: 'TtpTokenizationOutput';
|
|
465
|
-
requestId?: string | null;
|
|
466
|
-
success?: boolean | null;
|
|
467
|
-
paymentProviderAccountId?: string | null;
|
|
468
|
-
deviceAccountId?: string | null;
|
|
469
|
-
lastFourDigits?: string | null;
|
|
470
|
-
displayName?: string | null;
|
|
471
|
-
cardFlag?: CardNetwork$2 | null;
|
|
472
|
-
programSupports?: {
|
|
473
|
-
__typename?: 'ProgramSupports';
|
|
474
|
-
isCloseLoopSupported?: boolean | null;
|
|
475
|
-
isDcSupported?: boolean | null;
|
|
476
|
-
isPhysicalCardSupported?: boolean | null;
|
|
477
|
-
isTtpSupported?: boolean | null;
|
|
478
|
-
isUsingInternalProgram?: boolean | null;
|
|
479
|
-
} | null;
|
|
480
|
-
} | null;
|
|
481
|
-
};
|
|
482
|
-
type UserCreateMutationVariables$2 = Exact$2<{
|
|
483
|
-
input: UserCreateInput$2;
|
|
484
|
-
}>;
|
|
485
|
-
type UserCreateMutation$2 = {
|
|
486
|
-
__typename?: 'Mutation';
|
|
487
|
-
userCreate?: {
|
|
488
|
-
__typename?: 'User';
|
|
489
|
-
id?: string | null;
|
|
490
|
-
firstName?: string | null;
|
|
491
|
-
lastName?: string | null;
|
|
492
|
-
middleName?: string | null;
|
|
493
|
-
fullName?: string | null;
|
|
494
|
-
email?: string | null;
|
|
495
|
-
phoneNumber?: string | null;
|
|
496
|
-
employeeId?: string | null;
|
|
497
|
-
role?: RoleType$2 | null;
|
|
498
|
-
status?: UserStatus$2 | null;
|
|
499
|
-
loginType?: LoginType$2 | null;
|
|
500
|
-
externalId?: string | null;
|
|
501
|
-
organizationId?: string | null;
|
|
502
|
-
insertedAt?: string | null;
|
|
503
|
-
updatedAt?: string | null;
|
|
504
|
-
} | null;
|
|
505
|
-
};
|
|
506
|
-
type VehicleGroupCreateMutationVariables$2 = Exact$2<{
|
|
507
|
-
input: VehicleGroupCreateInput$2;
|
|
508
|
-
}>;
|
|
509
|
-
type VehicleGroupCreateMutation$2 = {
|
|
510
|
-
__typename?: 'Mutation';
|
|
511
|
-
vehicleGroupCreate?: {
|
|
512
|
-
__typename?: 'IndividualVehicleGroup';
|
|
513
|
-
id: string;
|
|
514
|
-
code?: string | null;
|
|
515
|
-
name?: string | null;
|
|
516
|
-
description?: string | null;
|
|
517
|
-
externalId?: string | null;
|
|
518
|
-
driverCount?: number | null;
|
|
519
|
-
vehicleCount?: number | null;
|
|
520
|
-
insertedAt?: string | null;
|
|
521
|
-
updatedAt?: string | null;
|
|
522
|
-
} | null;
|
|
523
|
-
};
|
|
524
|
-
type VehicleGroupDriversAddMutationVariables$2 = Exact$2<{
|
|
525
|
-
input: VehicleGroupDriversAddInput$2;
|
|
526
|
-
}>;
|
|
527
|
-
type VehicleGroupDriversAddMutation$2 = {
|
|
528
|
-
__typename?: 'Mutation';
|
|
529
|
-
vehicleGroupDriversAdd?: {
|
|
530
|
-
__typename?: 'VehicleGroup';
|
|
531
|
-
id: string;
|
|
532
|
-
name?: string | null;
|
|
533
|
-
description?: string | null;
|
|
534
|
-
externalId?: string | null;
|
|
535
|
-
driverCount?: number | null;
|
|
536
|
-
vehicleCount?: number | null;
|
|
537
|
-
insertedAt?: string | null;
|
|
538
|
-
updatedAt?: string | null;
|
|
539
|
-
} | null;
|
|
540
|
-
};
|
|
541
|
-
type VehicleGroupVehiclesAddMutationVariables$2 = Exact$2<{
|
|
542
|
-
input: VehicleGroupVehiclesAddInput$2;
|
|
543
|
-
}>;
|
|
544
|
-
type VehicleGroupVehiclesAddMutation$2 = {
|
|
545
|
-
__typename?: 'Mutation';
|
|
546
|
-
vehicleGroupVehiclesAdd?: {
|
|
547
|
-
__typename?: 'VehicleGroup';
|
|
548
|
-
id: string;
|
|
549
|
-
name?: string | null;
|
|
550
|
-
description?: string | null;
|
|
551
|
-
externalId?: string | null;
|
|
552
|
-
driverCount?: number | null;
|
|
553
|
-
vehicleCount?: number | null;
|
|
554
|
-
insertedAt?: string | null;
|
|
555
|
-
updatedAt?: string | null;
|
|
556
|
-
} | null;
|
|
557
|
-
};
|
|
558
|
-
type VehiclesOnboardMutationVariables$2 = Exact$2<{
|
|
559
|
-
input: VehiclesOnboardInputList$2;
|
|
560
|
-
}>;
|
|
561
|
-
type VehiclesOnboardMutation$2 = {
|
|
562
|
-
__typename?: 'Mutation';
|
|
563
|
-
vehiclesOnboard?: {
|
|
564
|
-
__typename?: 'VehiclesOnboardOutputList';
|
|
565
|
-
vehicles?: Array<{
|
|
566
|
-
__typename?: 'VehiclesOnboardOutput';
|
|
567
|
-
id?: string | null;
|
|
568
|
-
vin?: string | null;
|
|
569
|
-
vehicleGroupId: string;
|
|
570
|
-
success?: boolean | null;
|
|
571
|
-
error?: string | null;
|
|
572
|
-
} | null> | null;
|
|
573
|
-
} | null;
|
|
574
|
-
};
|
|
575
|
-
type SdkFunctionWrapper$2 = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
|
|
576
|
-
declare function getSdk$2(client: GraphQLClient, withWrapper?: SdkFunctionWrapper$2): {
|
|
577
|
-
apiKeyCreate(variables: ApiKeyCreateMutationVariables$2, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<ApiKeyCreateMutation$2>;
|
|
578
|
-
clientOnboard(variables: ClientOnboardMutationVariables, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<ClientOnboardMutation>;
|
|
579
|
-
organizationCreate(variables: OrganizationCreateMutationVariables$2, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<OrganizationCreateMutation$2>;
|
|
580
|
-
entityCreate(variables: EntityCreateMutationVariables$2, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<EntityCreateMutation$2>;
|
|
581
|
-
entityGetExternalId(variables?: EntityGetExternalIdQueryVariables, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<EntityGetExternalIdQuery>;
|
|
582
|
-
machineTokenizeUser(variables?: MachineTokenizeUserMutationVariables$2, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<MachineTokenizeUserMutation$2>;
|
|
583
|
-
provisionCard(variables: ProvisionCardMutationVariables$2, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<ProvisionCardMutation$2>;
|
|
584
|
-
provisionStatusUpdate(variables: ProvisionStatusUpdateMutationVariables$2, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<ProvisionStatusUpdateMutation$2>;
|
|
585
|
-
servicePay(variables: ServicePayMutationVariables$2, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<ServicePayMutation$2>;
|
|
586
|
-
ttpTokenization(variables: TtpTokenizationMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<TtpTokenizationMutation$1>;
|
|
587
|
-
userCreate(variables: UserCreateMutationVariables$2, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<UserCreateMutation$2>;
|
|
588
|
-
vehicleGroupCreate(variables: VehicleGroupCreateMutationVariables$2, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<VehicleGroupCreateMutation$2>;
|
|
589
|
-
vehicleGroupDriversAdd(variables: VehicleGroupDriversAddMutationVariables$2, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<VehicleGroupDriversAddMutation$2>;
|
|
590
|
-
vehicleGroupVehiclesAdd(variables: VehicleGroupVehiclesAddMutationVariables$2, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<VehicleGroupVehiclesAddMutation$2>;
|
|
591
|
-
vehiclesOnboard(variables: VehiclesOnboardMutationVariables$2, requestHeaders?: GraphQLClientRequestHeaders$2, signal?: RequestInit["signal"]): Promise<VehiclesOnboardMutation$2>;
|
|
592
|
-
};
|
|
593
|
-
//#endregion
|
|
594
|
-
//#region src/generated/prod/sdk.d.ts
|
|
595
|
-
type Maybe$1<T> = T | null;
|
|
596
|
-
type InputMaybe$1<T> = Maybe$1<T>;
|
|
597
|
-
type Exact$1<T extends {
|
|
598
|
-
[key: string]: unknown;
|
|
599
|
-
}> = { [K in keyof T]: T[K] };
|
|
600
|
-
type GraphQLClientRequestHeaders$1 = RequestOptions['requestHeaders'];
|
|
601
|
-
type Scalars$1 = {
|
|
602
|
-
ID: {
|
|
603
|
-
input: string;
|
|
604
|
-
output: string;
|
|
605
|
-
};
|
|
606
|
-
String: {
|
|
607
|
-
input: string;
|
|
608
|
-
output: string;
|
|
609
|
-
};
|
|
610
|
-
Boolean: {
|
|
611
|
-
input: boolean;
|
|
612
|
-
output: boolean;
|
|
613
|
-
};
|
|
614
|
-
Int: {
|
|
615
|
-
input: number;
|
|
616
|
-
output: number;
|
|
617
|
-
};
|
|
618
|
-
Float: {
|
|
619
|
-
input: number;
|
|
620
|
-
output: number;
|
|
621
|
-
};
|
|
622
|
-
JSON: {
|
|
623
|
-
input: any;
|
|
624
|
-
output: any;
|
|
625
|
-
};
|
|
626
|
-
JSONObject: {
|
|
627
|
-
input: any;
|
|
628
|
-
output: any;
|
|
629
|
-
};
|
|
45
|
+
contactPhoneNumber?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
46
|
+
isCorporatePhone?: InputMaybe$1<Scalars$1['Boolean']['input']>;
|
|
630
47
|
};
|
|
631
48
|
type AddressInput$1 = {
|
|
632
49
|
city: Scalars$1['String']['input'];
|
|
@@ -645,6 +62,19 @@ declare enum CardNetwork$1 {
|
|
|
645
62
|
Mastercard = "MASTERCARD",
|
|
646
63
|
Visa = "VISA",
|
|
647
64
|
}
|
|
65
|
+
type ClientOnboardInput = {
|
|
66
|
+
address: AddressInput$1;
|
|
67
|
+
checkLocationOverride?: InputMaybe$1<Scalars$1['Boolean']['input']>;
|
|
68
|
+
costFactorEnabled?: InputMaybe$1<Scalars$1['Boolean']['input']>;
|
|
69
|
+
email?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
70
|
+
externalId: Scalars$1['String']['input'];
|
|
71
|
+
integratorId?: InputMaybe$1<Scalars$1['ID']['input']>;
|
|
72
|
+
name: Scalars$1['String']['input'];
|
|
73
|
+
onboardedBy?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
74
|
+
taxId?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
75
|
+
unitsId?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
76
|
+
useTspMetadata?: InputMaybe$1<Scalars$1['Boolean']['input']>;
|
|
77
|
+
};
|
|
648
78
|
declare enum DigitalWallet$1 {
|
|
649
79
|
DigitalWalletAndroid = "DIGITAL_WALLET_ANDROID",
|
|
650
80
|
DigitalWalletApple = "DIGITAL_WALLET_APPLE",
|
|
@@ -687,17 +117,12 @@ declare enum JobCodeEntryOptionEnum$1 {
|
|
|
687
117
|
}
|
|
688
118
|
declare enum LoginType$1 {
|
|
689
119
|
Email = "EMAIL",
|
|
120
|
+
External = "EXTERNAL",
|
|
690
121
|
Phone = "PHONE",
|
|
691
122
|
Unknown = "UNKNOWN",
|
|
692
123
|
}
|
|
693
124
|
type MachineTokenizeUserInput$1 = {
|
|
694
|
-
|
|
695
|
-
externalId: Scalars$1['String']['input'];
|
|
696
|
-
firstName?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
697
|
-
lastName?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
698
|
-
organizationId: Scalars$1['ID']['input'];
|
|
699
|
-
phoneNumber?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
700
|
-
username?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
125
|
+
userId: Scalars$1['ID']['input'];
|
|
701
126
|
};
|
|
702
127
|
type OrganizationCreateInput$1 = {
|
|
703
128
|
address: AddressInput$1;
|
|
@@ -711,6 +136,16 @@ type OrganizationCreateInput$1 = {
|
|
|
711
136
|
unitsId?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
712
137
|
useTspMetadata?: InputMaybe$1<Scalars$1['Boolean']['input']>;
|
|
713
138
|
};
|
|
139
|
+
type PageRequest$1 = {
|
|
140
|
+
limit?: InputMaybe$1<Scalars$1['Int']['input']>;
|
|
141
|
+
offset?: InputMaybe$1<Scalars$1['Int']['input']>;
|
|
142
|
+
};
|
|
143
|
+
declare enum PaymentMethodType$1 {
|
|
144
|
+
DirectConnect = "DIRECT_CONNECT",
|
|
145
|
+
LinkedCard = "LINKED_CARD",
|
|
146
|
+
Ttp = "TTP",
|
|
147
|
+
Unspecified = "UNSPECIFIED",
|
|
148
|
+
}
|
|
714
149
|
type PositionInput$1 = {
|
|
715
150
|
latitude: Scalars$1['Float']['input'];
|
|
716
151
|
longitude: Scalars$1['Float']['input'];
|
|
@@ -766,10 +201,19 @@ type ServicePayInput$1 = {
|
|
|
766
201
|
localTime?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
767
202
|
locationId: Scalars$1['ID']['input'];
|
|
768
203
|
openloopFallback?: InputMaybe$1<Scalars$1['Boolean']['input']>;
|
|
204
|
+
paymentMethodType?: InputMaybe$1<PaymentMethodType$1>;
|
|
769
205
|
position: PositionInput$1;
|
|
770
206
|
requestId: Scalars$1['ID']['input'];
|
|
771
207
|
vehicleId: Scalars$1['ID']['input'];
|
|
772
208
|
};
|
|
209
|
+
declare enum SortDirection$1 {
|
|
210
|
+
Asc = "ASC",
|
|
211
|
+
AscNullsFirst = "ASC_NULLS_FIRST",
|
|
212
|
+
AscNullsLast = "ASC_NULLS_LAST",
|
|
213
|
+
Desc = "DESC",
|
|
214
|
+
DescNullsFirst = "DESC_NULLS_FIRST",
|
|
215
|
+
DescNullsLast = "DESC_NULLS_LAST",
|
|
216
|
+
}
|
|
773
217
|
type SpendRestrictionsDayInput$1 = {
|
|
774
218
|
isEnabled: Scalars$1['Boolean']['input'];
|
|
775
219
|
purchaseTimes?: InputMaybe$1<Array<InputMaybe$1<PurchaseTimeRangeInput$1>>>;
|
|
@@ -794,18 +238,20 @@ type SpendRestrictionsInput$1 = {
|
|
|
794
238
|
noOfTransactions?: InputMaybe$1<Scalars$1['Int']['input']>;
|
|
795
239
|
predefinedRule?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
796
240
|
};
|
|
241
|
+
type TtpTokenizationInput$1 = {
|
|
242
|
+
deviceId: Scalars$1['String']['input'];
|
|
243
|
+
requestId?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
244
|
+
};
|
|
797
245
|
type UserCreateInput$1 = {
|
|
246
|
+
additionalInfo?: InputMaybe$1<AdditionalInfoInput$1>;
|
|
798
247
|
email?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
799
248
|
employeeId?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
800
249
|
entityId: Scalars$1['ID']['input'];
|
|
801
250
|
firstName: Scalars$1['String']['input'];
|
|
802
|
-
isCorporatePhone?: InputMaybe$1<Scalars$1['Boolean']['input']>;
|
|
803
251
|
lastName: Scalars$1['String']['input'];
|
|
804
|
-
login?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
805
252
|
loginType?: InputMaybe$1<LoginType$1>;
|
|
806
|
-
middleName?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
807
253
|
organizationId?: InputMaybe$1<Scalars$1['ID']['input']>;
|
|
808
|
-
phoneNumber
|
|
254
|
+
phoneNumber?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
809
255
|
role: RoleType$1;
|
|
810
256
|
};
|
|
811
257
|
declare enum UserStatus$1 {
|
|
@@ -839,6 +285,36 @@ type VehicleGroupVehiclesAddInput$1 = {
|
|
|
839
285
|
vehicleGroupId: Scalars$1['ID']['input'];
|
|
840
286
|
vehicles: Array<Scalars$1['ID']['input']>;
|
|
841
287
|
};
|
|
288
|
+
type VehicleGroupsFilterInput$1 = {
|
|
289
|
+
filter: VehicleGroupsFilterOptions$1;
|
|
290
|
+
page: PageRequest$1;
|
|
291
|
+
sortOptions?: InputMaybe$1<VehicleGroupsSortOptions$1>;
|
|
292
|
+
};
|
|
293
|
+
type VehicleGroupsFilterOptions$1 = {
|
|
294
|
+
driverId?: InputMaybe$1<Scalars$1['ID']['input']>;
|
|
295
|
+
entityId?: InputMaybe$1<Scalars$1['ID']['input']>;
|
|
296
|
+
includeChildren?: InputMaybe$1<Scalars$1['Boolean']['input']>;
|
|
297
|
+
includeSpendControls?: InputMaybe$1<Scalars$1['Boolean']['input']>;
|
|
298
|
+
};
|
|
299
|
+
declare enum VehicleGroupsSortField$1 {
|
|
300
|
+
Description = "DESCRIPTION",
|
|
301
|
+
DriverCount = "DRIVER_COUNT",
|
|
302
|
+
LastTransactionDate = "LAST_TRANSACTION_DATE",
|
|
303
|
+
Name = "NAME",
|
|
304
|
+
VehicleCount = "VEHICLE_COUNT",
|
|
305
|
+
}
|
|
306
|
+
type VehicleGroupsSortOptions$1 = {
|
|
307
|
+
direction: SortDirection$1;
|
|
308
|
+
orderBy: VehicleGroupsSortField$1;
|
|
309
|
+
};
|
|
310
|
+
type VehicleUpdateInput$1 = {
|
|
311
|
+
customFields?: InputMaybe$1<Array<InputMaybe$1<HashMapInput$1>>>;
|
|
312
|
+
description?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
313
|
+
id: Scalars$1['ID']['input'];
|
|
314
|
+
licensePlate?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
315
|
+
licensePlateState?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
316
|
+
number?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
317
|
+
};
|
|
842
318
|
type VehiclesOnboardInput$1 = {
|
|
843
319
|
customFields?: InputMaybe$1<Array<InputMaybe$1<HashMapInput$1>>>;
|
|
844
320
|
description?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
@@ -909,6 +385,70 @@ type EntityCreateMutation$1 = {
|
|
|
909
385
|
updatedAt?: string | null;
|
|
910
386
|
} | null;
|
|
911
387
|
};
|
|
388
|
+
type ClientOnboardMutationVariables = Exact$1<{
|
|
389
|
+
input: ClientOnboardInput;
|
|
390
|
+
}>;
|
|
391
|
+
type ClientOnboardMutation = {
|
|
392
|
+
__typename?: 'Mutation';
|
|
393
|
+
clientOnboard?: {
|
|
394
|
+
__typename?: 'Entity';
|
|
395
|
+
id: string;
|
|
396
|
+
name?: string | null;
|
|
397
|
+
externalId?: string | null;
|
|
398
|
+
insertedAt?: string | null;
|
|
399
|
+
updatedAt?: string | null;
|
|
400
|
+
deletedAt?: string | null;
|
|
401
|
+
} | null;
|
|
402
|
+
};
|
|
403
|
+
type EntityGetExternalIdQueryVariables = Exact$1<{
|
|
404
|
+
externalId?: InputMaybe$1<Scalars$1['String']['input']>;
|
|
405
|
+
}>;
|
|
406
|
+
type EntityGetExternalIdQuery = {
|
|
407
|
+
__typename?: 'Query';
|
|
408
|
+
entity?: {
|
|
409
|
+
__typename?: 'Entity';
|
|
410
|
+
id: string;
|
|
411
|
+
name?: string | null;
|
|
412
|
+
description?: string | null;
|
|
413
|
+
externalId?: string | null;
|
|
414
|
+
hasFinance?: boolean | null;
|
|
415
|
+
code?: string | null;
|
|
416
|
+
path?: string | null;
|
|
417
|
+
funding?: FundingSource$1 | null;
|
|
418
|
+
insertedAt?: string | null;
|
|
419
|
+
updatedAt?: string | null;
|
|
420
|
+
deletedAt?: string | null;
|
|
421
|
+
costFactor?: number | null;
|
|
422
|
+
parent?: {
|
|
423
|
+
__typename?: 'Entity';
|
|
424
|
+
id: string;
|
|
425
|
+
name?: string | null;
|
|
426
|
+
description?: string | null;
|
|
427
|
+
} | null;
|
|
428
|
+
organization?: {
|
|
429
|
+
__typename?: 'Organization';
|
|
430
|
+
id: string;
|
|
431
|
+
name?: string | null;
|
|
432
|
+
} | null;
|
|
433
|
+
financialConfig?: {
|
|
434
|
+
__typename?: 'FinancialConfig';
|
|
435
|
+
id: string;
|
|
436
|
+
entityId: string;
|
|
437
|
+
accountType?: AccountType | null;
|
|
438
|
+
issuerBin?: string | null;
|
|
439
|
+
insertedAt?: string | null;
|
|
440
|
+
updatedAt?: string | null;
|
|
441
|
+
paymentProvider?: {
|
|
442
|
+
__typename?: 'PaymentProvider';
|
|
443
|
+
id: string;
|
|
444
|
+
name?: string | null;
|
|
445
|
+
slug?: string | null;
|
|
446
|
+
insertedAt?: string | null;
|
|
447
|
+
updatedAt?: string | null;
|
|
448
|
+
} | null;
|
|
449
|
+
} | null;
|
|
450
|
+
} | null;
|
|
451
|
+
};
|
|
912
452
|
type MachineTokenizeUserMutationVariables$1 = Exact$1<{
|
|
913
453
|
input?: InputMaybe$1<MachineTokenizeUserInput$1>;
|
|
914
454
|
}>;
|
|
@@ -956,6 +496,30 @@ type ServicePayMutation$1 = {
|
|
|
956
496
|
transactionId: string;
|
|
957
497
|
} | null;
|
|
958
498
|
};
|
|
499
|
+
type TtpTokenizationMutationVariables$1 = Exact$1<{
|
|
500
|
+
input: TtpTokenizationInput$1;
|
|
501
|
+
}>;
|
|
502
|
+
type TtpTokenizationMutation$1 = {
|
|
503
|
+
__typename?: 'Mutation';
|
|
504
|
+
ttpTokenization?: {
|
|
505
|
+
__typename?: 'TtpTokenizationOutput';
|
|
506
|
+
requestId?: string | null;
|
|
507
|
+
success?: boolean | null;
|
|
508
|
+
paymentProviderAccountId?: string | null;
|
|
509
|
+
deviceAccountId?: string | null;
|
|
510
|
+
lastFourDigits?: string | null;
|
|
511
|
+
displayName?: string | null;
|
|
512
|
+
cardFlag?: CardNetwork$1 | null;
|
|
513
|
+
programSupports?: {
|
|
514
|
+
__typename?: 'ProgramSupports';
|
|
515
|
+
isCloseLoopSupported?: boolean | null;
|
|
516
|
+
isDcSupported?: boolean | null;
|
|
517
|
+
isPhysicalCardSupported?: boolean | null;
|
|
518
|
+
isTtpSupported?: boolean | null;
|
|
519
|
+
isUsingInternalProgram?: boolean | null;
|
|
520
|
+
} | null;
|
|
521
|
+
} | null;
|
|
522
|
+
};
|
|
959
523
|
type UserCreateMutationVariables$1 = Exact$1<{
|
|
960
524
|
input: UserCreateInput$1;
|
|
961
525
|
}>;
|
|
@@ -1032,6 +596,35 @@ type VehicleGroupVehiclesAddMutation$1 = {
|
|
|
1032
596
|
updatedAt?: string | null;
|
|
1033
597
|
} | null;
|
|
1034
598
|
};
|
|
599
|
+
type VehicleUpdateMutationVariables$1 = Exact$1<{
|
|
600
|
+
input: VehicleUpdateInput$1;
|
|
601
|
+
}>;
|
|
602
|
+
type VehicleUpdateMutation$1 = {
|
|
603
|
+
__typename?: 'Mutation';
|
|
604
|
+
vehicleUpdate?: string | null;
|
|
605
|
+
};
|
|
606
|
+
type VehicleGroupsFilterQueryVariables$1 = Exact$1<{
|
|
607
|
+
input: VehicleGroupsFilterInput$1;
|
|
608
|
+
}>;
|
|
609
|
+
type VehicleGroupsFilterQuery$1 = {
|
|
610
|
+
__typename?: 'Query';
|
|
611
|
+
vehicleGroupsFilter?: {
|
|
612
|
+
__typename?: 'VehicleGroupsPage';
|
|
613
|
+
data?: Array<{
|
|
614
|
+
__typename?: 'VehicleGroup';
|
|
615
|
+
id: string;
|
|
616
|
+
name?: string | null;
|
|
617
|
+
description?: string | null;
|
|
618
|
+
externalId?: string | null;
|
|
619
|
+
} | null> | null;
|
|
620
|
+
meta?: {
|
|
621
|
+
__typename?: 'PageMeta';
|
|
622
|
+
limit?: number | null;
|
|
623
|
+
offset?: number | null;
|
|
624
|
+
total?: number | null;
|
|
625
|
+
} | null;
|
|
626
|
+
} | null;
|
|
627
|
+
};
|
|
1035
628
|
type VehiclesOnboardMutationVariables$1 = Exact$1<{
|
|
1036
629
|
input: VehiclesOnboardInputList$1;
|
|
1037
630
|
}>;
|
|
@@ -1049,21 +642,6 @@ type VehiclesOnboardMutation$1 = {
|
|
|
1049
642
|
} | null> | null;
|
|
1050
643
|
} | null;
|
|
1051
644
|
};
|
|
1052
|
-
type SdkFunctionWrapper$1 = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
|
|
1053
|
-
declare function getSdk$1(client: GraphQLClient, withWrapper?: SdkFunctionWrapper$1): {
|
|
1054
|
-
apiKeyCreate(variables: ApiKeyCreateMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$1, signal?: RequestInit["signal"]): Promise<ApiKeyCreateMutation$1>;
|
|
1055
|
-
organizationCreate(variables: OrganizationCreateMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$1, signal?: RequestInit["signal"]): Promise<OrganizationCreateMutation$1>;
|
|
1056
|
-
entityCreate(variables: EntityCreateMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$1, signal?: RequestInit["signal"]): Promise<EntityCreateMutation$1>;
|
|
1057
|
-
machineTokenizeUser(variables?: MachineTokenizeUserMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$1, signal?: RequestInit["signal"]): Promise<MachineTokenizeUserMutation$1>;
|
|
1058
|
-
provisionCard(variables: ProvisionCardMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$1, signal?: RequestInit["signal"]): Promise<ProvisionCardMutation$1>;
|
|
1059
|
-
provisionStatusUpdate(variables: ProvisionStatusUpdateMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$1, signal?: RequestInit["signal"]): Promise<ProvisionStatusUpdateMutation$1>;
|
|
1060
|
-
servicePay(variables: ServicePayMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$1, signal?: RequestInit["signal"]): Promise<ServicePayMutation$1>;
|
|
1061
|
-
userCreate(variables: UserCreateMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$1, signal?: RequestInit["signal"]): Promise<UserCreateMutation$1>;
|
|
1062
|
-
vehicleGroupCreate(variables: VehicleGroupCreateMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$1, signal?: RequestInit["signal"]): Promise<VehicleGroupCreateMutation$1>;
|
|
1063
|
-
vehicleGroupDriversAdd(variables: VehicleGroupDriversAddMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$1, signal?: RequestInit["signal"]): Promise<VehicleGroupDriversAddMutation$1>;
|
|
1064
|
-
vehicleGroupVehiclesAdd(variables: VehicleGroupVehiclesAddMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$1, signal?: RequestInit["signal"]): Promise<VehicleGroupVehiclesAddMutation$1>;
|
|
1065
|
-
vehiclesOnboard(variables: VehiclesOnboardMutationVariables$1, requestHeaders?: GraphQLClientRequestHeaders$1, signal?: RequestInit["signal"]): Promise<VehiclesOnboardMutation$1>;
|
|
1066
|
-
};
|
|
1067
645
|
//#endregion
|
|
1068
646
|
//#region src/generated/stage/sdk.d.ts
|
|
1069
647
|
type Maybe<T> = T | null;
|
|
@@ -1071,7 +649,6 @@ type InputMaybe<T> = Maybe<T>;
|
|
|
1071
649
|
type Exact<T extends {
|
|
1072
650
|
[key: string]: unknown;
|
|
1073
651
|
}> = { [K in keyof T]: T[K] };
|
|
1074
|
-
type GraphQLClientRequestHeaders = RequestOptions['requestHeaders'];
|
|
1075
652
|
type Scalars = {
|
|
1076
653
|
ID: {
|
|
1077
654
|
input: string;
|
|
@@ -1184,6 +761,10 @@ type OrganizationCreateInput = {
|
|
|
1184
761
|
unitsId?: InputMaybe<Scalars['String']['input']>;
|
|
1185
762
|
useTspMetadata?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1186
763
|
};
|
|
764
|
+
type PageRequest = {
|
|
765
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
766
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
767
|
+
};
|
|
1187
768
|
declare enum PaymentMethodType {
|
|
1188
769
|
DirectConnect = "DIRECT_CONNECT",
|
|
1189
770
|
LinkedCard = "LINKED_CARD",
|
|
@@ -1250,6 +831,14 @@ type ServicePayInput = {
|
|
|
1250
831
|
requestId: Scalars['ID']['input'];
|
|
1251
832
|
vehicleId: Scalars['ID']['input'];
|
|
1252
833
|
};
|
|
834
|
+
declare enum SortDirection {
|
|
835
|
+
Asc = "ASC",
|
|
836
|
+
AscNullsFirst = "ASC_NULLS_FIRST",
|
|
837
|
+
AscNullsLast = "ASC_NULLS_LAST",
|
|
838
|
+
Desc = "DESC",
|
|
839
|
+
DescNullsFirst = "DESC_NULLS_FIRST",
|
|
840
|
+
DescNullsLast = "DESC_NULLS_LAST",
|
|
841
|
+
}
|
|
1253
842
|
type SpendRestrictionsDayInput = {
|
|
1254
843
|
isEnabled: Scalars['Boolean']['input'];
|
|
1255
844
|
purchaseTimes?: InputMaybe<Array<InputMaybe<PurchaseTimeRangeInput>>>;
|
|
@@ -1321,6 +910,36 @@ type VehicleGroupVehiclesAddInput = {
|
|
|
1321
910
|
vehicleGroupId: Scalars['ID']['input'];
|
|
1322
911
|
vehicles: Array<Scalars['ID']['input']>;
|
|
1323
912
|
};
|
|
913
|
+
type VehicleGroupsFilterInput = {
|
|
914
|
+
filter: VehicleGroupsFilterOptions;
|
|
915
|
+
page: PageRequest;
|
|
916
|
+
sortOptions?: InputMaybe<VehicleGroupsSortOptions>;
|
|
917
|
+
};
|
|
918
|
+
type VehicleGroupsFilterOptions = {
|
|
919
|
+
driverId?: InputMaybe<Scalars['ID']['input']>;
|
|
920
|
+
entityId?: InputMaybe<Scalars['ID']['input']>;
|
|
921
|
+
includeChildren?: InputMaybe<Scalars['Boolean']['input']>;
|
|
922
|
+
includeSpendControls?: InputMaybe<Scalars['Boolean']['input']>;
|
|
923
|
+
};
|
|
924
|
+
declare enum VehicleGroupsSortField {
|
|
925
|
+
Description = "DESCRIPTION",
|
|
926
|
+
DriverCount = "DRIVER_COUNT",
|
|
927
|
+
LastTransactionDate = "LAST_TRANSACTION_DATE",
|
|
928
|
+
Name = "NAME",
|
|
929
|
+
VehicleCount = "VEHICLE_COUNT",
|
|
930
|
+
}
|
|
931
|
+
type VehicleGroupsSortOptions = {
|
|
932
|
+
direction: SortDirection;
|
|
933
|
+
orderBy: VehicleGroupsSortField;
|
|
934
|
+
};
|
|
935
|
+
type VehicleUpdateInput = {
|
|
936
|
+
customFields?: InputMaybe<Array<InputMaybe<HashMapInput>>>;
|
|
937
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
938
|
+
id: Scalars['ID']['input'];
|
|
939
|
+
licensePlate?: InputMaybe<Scalars['String']['input']>;
|
|
940
|
+
licensePlateState?: InputMaybe<Scalars['String']['input']>;
|
|
941
|
+
number?: InputMaybe<Scalars['String']['input']>;
|
|
942
|
+
};
|
|
1324
943
|
type VehiclesOnboardInput = {
|
|
1325
944
|
customFields?: InputMaybe<Array<InputMaybe<HashMapInput>>>;
|
|
1326
945
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1538,6 +1157,35 @@ type VehicleGroupVehiclesAddMutation = {
|
|
|
1538
1157
|
updatedAt?: string | null;
|
|
1539
1158
|
} | null;
|
|
1540
1159
|
};
|
|
1160
|
+
type VehicleUpdateMutationVariables = Exact<{
|
|
1161
|
+
input: VehicleUpdateInput;
|
|
1162
|
+
}>;
|
|
1163
|
+
type VehicleUpdateMutation = {
|
|
1164
|
+
__typename?: 'Mutation';
|
|
1165
|
+
vehicleUpdate?: string | null;
|
|
1166
|
+
};
|
|
1167
|
+
type VehicleGroupsFilterQueryVariables = Exact<{
|
|
1168
|
+
input: VehicleGroupsFilterInput;
|
|
1169
|
+
}>;
|
|
1170
|
+
type VehicleGroupsFilterQuery = {
|
|
1171
|
+
__typename?: 'Query';
|
|
1172
|
+
vehicleGroupsFilter?: {
|
|
1173
|
+
__typename?: 'VehicleGroupsPage';
|
|
1174
|
+
data?: Array<{
|
|
1175
|
+
__typename?: 'VehicleGroup';
|
|
1176
|
+
id: string;
|
|
1177
|
+
name?: string | null;
|
|
1178
|
+
description?: string | null;
|
|
1179
|
+
externalId?: string | null;
|
|
1180
|
+
} | null> | null;
|
|
1181
|
+
meta?: {
|
|
1182
|
+
__typename?: 'PageMeta';
|
|
1183
|
+
limit?: number | null;
|
|
1184
|
+
offset?: number | null;
|
|
1185
|
+
total?: number | null;
|
|
1186
|
+
} | null;
|
|
1187
|
+
} | null;
|
|
1188
|
+
};
|
|
1541
1189
|
type VehiclesOnboardMutationVariables = Exact<{
|
|
1542
1190
|
input: VehiclesOnboardInputList;
|
|
1543
1191
|
}>;
|
|
@@ -1555,30 +1203,48 @@ type VehiclesOnboardMutation = {
|
|
|
1555
1203
|
} | null> | null;
|
|
1556
1204
|
} | null;
|
|
1557
1205
|
};
|
|
1558
|
-
type SdkFunctionWrapper = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
|
|
1559
|
-
declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper): {
|
|
1560
|
-
apiKeyCreate(variables: ApiKeyCreateMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ApiKeyCreateMutation>;
|
|
1561
|
-
organizationCreate(variables: OrganizationCreateMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<OrganizationCreateMutation>;
|
|
1562
|
-
entityCreate(variables: EntityCreateMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<EntityCreateMutation>;
|
|
1563
|
-
machineTokenizeUser(variables?: MachineTokenizeUserMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<MachineTokenizeUserMutation>;
|
|
1564
|
-
provisionCard(variables: ProvisionCardMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ProvisionCardMutation>;
|
|
1565
|
-
provisionStatusUpdate(variables: ProvisionStatusUpdateMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ProvisionStatusUpdateMutation>;
|
|
1566
|
-
servicePay(variables: ServicePayMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ServicePayMutation>;
|
|
1567
|
-
ttpTokenization(variables: TtpTokenizationMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<TtpTokenizationMutation>;
|
|
1568
|
-
userCreate(variables: UserCreateMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<UserCreateMutation>;
|
|
1569
|
-
vehicleGroupCreate(variables: VehicleGroupCreateMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<VehicleGroupCreateMutation>;
|
|
1570
|
-
vehicleGroupDriversAdd(variables: VehicleGroupDriversAddMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<VehicleGroupDriversAddMutation>;
|
|
1571
|
-
vehicleGroupVehiclesAdd(variables: VehicleGroupVehiclesAddMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<VehicleGroupVehiclesAddMutation>;
|
|
1572
|
-
vehiclesOnboard(variables: VehiclesOnboardMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<VehiclesOnboardMutation>;
|
|
1573
|
-
};
|
|
1574
1206
|
//#endregion
|
|
1575
1207
|
//#region src/client.d.ts
|
|
1576
1208
|
interface ElementPayClientConfig {
|
|
1577
1209
|
apiKey: string;
|
|
1578
|
-
environment?: 'int' | '
|
|
1210
|
+
environment?: 'int' | 'stage';
|
|
1579
1211
|
endpoint?: string;
|
|
1580
1212
|
}
|
|
1581
|
-
declare function createElementPayClient(config: ElementPayClientConfig):
|
|
1213
|
+
declare function createElementPayClient(config: ElementPayClientConfig): {
|
|
1214
|
+
apiKeyCreate(variables: ApiKeyCreateMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<ApiKeyCreateMutation$1>;
|
|
1215
|
+
organizationCreate(variables: OrganizationCreateMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<OrganizationCreateMutation$1>;
|
|
1216
|
+
entityCreate(variables: EntityCreateMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<EntityCreateMutation$1>;
|
|
1217
|
+
clientOnboard(variables: ClientOnboardMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<ClientOnboardMutation>;
|
|
1218
|
+
entityGetExternalId(variables?: EntityGetExternalIdQueryVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<EntityGetExternalIdQuery>;
|
|
1219
|
+
machineTokenizeUser(variables?: MachineTokenizeUserMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<MachineTokenizeUserMutation$1>;
|
|
1220
|
+
provisionCard(variables: ProvisionCardMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<ProvisionCardMutation$1>;
|
|
1221
|
+
provisionStatusUpdate(variables: ProvisionStatusUpdateMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<ProvisionStatusUpdateMutation$1>;
|
|
1222
|
+
servicePay(variables: ServicePayMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<ServicePayMutation$1>;
|
|
1223
|
+
ttpTokenization(variables: TtpTokenizationMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<TtpTokenizationMutation$1>;
|
|
1224
|
+
userCreate(variables: UserCreateMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<UserCreateMutation$1>;
|
|
1225
|
+
vehicleGroupCreate(variables: VehicleGroupCreateMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<VehicleGroupCreateMutation$1>;
|
|
1226
|
+
vehicleGroupDriversAdd(variables: VehicleGroupDriversAddMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<VehicleGroupDriversAddMutation$1>;
|
|
1227
|
+
vehicleGroupVehiclesAdd(variables: VehicleGroupVehiclesAddMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<VehicleGroupVehiclesAddMutation$1>;
|
|
1228
|
+
vehicleUpdate(variables: VehicleUpdateMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<VehicleUpdateMutation$1>;
|
|
1229
|
+
vehicleGroupsFilter(variables: VehicleGroupsFilterQueryVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<VehicleGroupsFilterQuery$1>;
|
|
1230
|
+
vehiclesOnboard(variables: VehiclesOnboardMutationVariables$1, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<VehiclesOnboardMutation$1>;
|
|
1231
|
+
} | {
|
|
1232
|
+
apiKeyCreate(variables: ApiKeyCreateMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<ApiKeyCreateMutation>;
|
|
1233
|
+
organizationCreate(variables: OrganizationCreateMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<OrganizationCreateMutation>;
|
|
1234
|
+
entityCreate(variables: EntityCreateMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<EntityCreateMutation>;
|
|
1235
|
+
machineTokenizeUser(variables?: MachineTokenizeUserMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<MachineTokenizeUserMutation>;
|
|
1236
|
+
provisionCard(variables: ProvisionCardMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<ProvisionCardMutation>;
|
|
1237
|
+
provisionStatusUpdate(variables: ProvisionStatusUpdateMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<ProvisionStatusUpdateMutation>;
|
|
1238
|
+
servicePay(variables: ServicePayMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<ServicePayMutation>;
|
|
1239
|
+
ttpTokenization(variables: TtpTokenizationMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<TtpTokenizationMutation>;
|
|
1240
|
+
userCreate(variables: UserCreateMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<UserCreateMutation>;
|
|
1241
|
+
vehicleGroupCreate(variables: VehicleGroupCreateMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<VehicleGroupCreateMutation>;
|
|
1242
|
+
vehicleGroupDriversAdd(variables: VehicleGroupDriversAddMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<VehicleGroupDriversAddMutation>;
|
|
1243
|
+
vehicleGroupVehiclesAdd(variables: VehicleGroupVehiclesAddMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<VehicleGroupVehiclesAddMutation>;
|
|
1244
|
+
vehicleUpdate(variables: VehicleUpdateMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<VehicleUpdateMutation>;
|
|
1245
|
+
vehicleGroupsFilter(variables: VehicleGroupsFilterQueryVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<VehicleGroupsFilterQuery>;
|
|
1246
|
+
vehiclesOnboard(variables: VehiclesOnboardMutationVariables, requestHeaders?: HeadersInit | undefined, signal?: RequestInit["signal"]): Promise<VehiclesOnboardMutation>;
|
|
1247
|
+
};
|
|
1582
1248
|
//#endregion
|
|
1583
1249
|
//#region src/pubSub/interfaces.d.ts
|
|
1584
1250
|
interface RawProvider {
|