@flipdish/authorization 0.2.17-rc.1766093776 → 0.2.18-rc.1766096288
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/api.ts +309 -1573
- package/configuration.ts +1 -1
- package/dist/api.d.ts +306 -1614
- package/dist/api.js +200 -1445
- package/dist/configuration.js +1 -1
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -84,8 +84,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
84
84
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
85
85
|
};
|
|
86
86
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
87
|
-
exports.
|
|
88
|
-
exports.UserPermissionsApi = exports.UserPermissionsApiFactory = exports.UserPermissionsApiFp = void 0;
|
|
87
|
+
exports.UserPermissionsApi = exports.UserPermissionsApiFactory = exports.UserPermissionsApiFp = exports.UserPermissionsApiAxiosParamCreator = exports.UserManagementApi = exports.UserManagementApiFactory = exports.UserManagementApiFp = exports.UserManagementApiAxiosParamCreator = exports.RoleAssignmentApi = exports.RoleAssignmentApiFactory = exports.RoleAssignmentApiFp = exports.RoleAssignmentApiAxiosParamCreator = exports.ConfigurationDataApi = exports.ConfigurationDataApiFactory = exports.ConfigurationDataApiFp = exports.ConfigurationDataApiAxiosParamCreator = exports.AuthorizedEntitiesApi = exports.AuthorizedEntitiesApiFactory = exports.AuthorizedEntitiesApiFp = exports.AuthorizedEntitiesApiAxiosParamCreator = exports.AuthorizationApi = exports.AuthorizationApiFactory = exports.AuthorizationApiFp = exports.AuthorizationApiAxiosParamCreator = exports.AuthenticationApi = exports.AuthenticationApiFactory = exports.AuthenticationApiFp = exports.AuthenticationApiAxiosParamCreator = exports.RoleNames = exports.RevokeRoleRequestBodyRoleEnum = exports.RevokeForbiddenRoleRequestBodyCompensatingRoleEnum = exports.Permissions = exports.ListOrgRolesSuccessResponseValueValueRolesEnum = exports.ListOrgRolesSuccessResponseValueValueResourceTypeEnum = exports.IsInRoleRequestCheckModeEnum = exports.GetUserPermissionsSuccessResponseResourcesValueResourceTypeEnum = exports.GetPrincipalRolesSuccessResponseRolesInnerPrincipalTypeEnum = exports.GetPrincipalRolesSuccessResponseRolesInnerResourceTypeEnum = exports.GetPrincipalRolesSuccessResponseRolesInnerPolicyTypeEnum = exports.GetAuthorizedOrgsRequestPrincipalTypeEnum = exports.AuthorizationRequestResourceOneOf3TypeEnum = exports.AuthorizationRequestResourceOneOf2TypeEnum = exports.AuthorizationRequestResourceOneOf1TypeEnum = exports.AuthorizationRequestResourceOneOfTypeEnum = exports.AuthorizationRequestPrincipalTypeEnum = exports.AuthorizationRequestCheckModeEnum = exports.AuthenticateAndCheckIsInRoleRequestCheckModeEnum = exports.AuthenticateAndAuthorizeRequestCheckModeEnum = exports.AssignRoleRequestBodyRoleEnum = void 0;
|
|
89
88
|
var axios_1 = require("axios");
|
|
90
89
|
// Some imports not used depending on template conditions
|
|
91
90
|
// @ts-ignore
|
|
@@ -170,1444 +169,56 @@ exports.AuthenticateAndAuthorizeRequestCheckModeEnum = {
|
|
|
170
169
|
Any: 'any',
|
|
171
170
|
All: 'all'
|
|
172
171
|
};
|
|
173
|
-
exports.
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
};
|
|
177
|
-
exports.AuthenticateAndCheckIsInRoleRequestCheckModeEnum = {
|
|
178
|
-
Any: 'any',
|
|
179
|
-
All: 'all'
|
|
180
|
-
};
|
|
181
|
-
exports.AuthorizationBatchRequestActionEnum = {
|
|
182
|
-
AnyAuditLogs: 'AnyAuditLogs',
|
|
183
|
-
ViewApp: 'ViewApp',
|
|
184
|
-
CreateApp: 'CreateApp',
|
|
185
|
-
UpdateApp: 'UpdateApp',
|
|
186
|
-
ViewAppName: 'ViewAppName',
|
|
187
|
-
EditAppAssets: 'EditAppAssets',
|
|
188
|
-
EditAppFeatures: 'EditAppFeatures',
|
|
189
|
-
ViewTeammates: 'ViewTeammates',
|
|
190
|
-
EditTeammates: 'EditTeammates',
|
|
191
|
-
CreateTeammateOwner: 'CreateTeammateOwner',
|
|
192
|
-
CreateTeammateManagedOwner: 'CreateTeammateManagedOwner',
|
|
193
|
-
CreateTeammateStoreOwner: 'CreateTeammateStoreOwner',
|
|
194
|
-
CreateTeammateStoreManager: 'CreateTeammateStoreManager',
|
|
195
|
-
CreateTeammateStoreStaff: 'CreateTeammateStoreStaff',
|
|
196
|
-
CreateTeammateStoreReadAccess: 'CreateTeammateStoreReadAccess',
|
|
197
|
-
CreateTeammateFinanceManager: 'CreateTeammateFinanceManager',
|
|
198
|
-
CreateTeammateIntegrator: 'CreateTeammateIntegrator',
|
|
199
|
-
CreateTeammateOnboarding: 'CreateTeammateOnboarding',
|
|
200
|
-
CreateTeammatePropertyManager: 'CreateTeammatePropertyManager',
|
|
201
|
-
CreateTeammatePropertyOwner: 'CreateTeammatePropertyOwner',
|
|
202
|
-
ViewApmConfigurations: 'ViewApmConfigurations',
|
|
203
|
-
EditApmConfigurations: 'EditApmConfigurations',
|
|
204
|
-
ViewCampaignsConfigurations: 'ViewCampaignsConfigurations',
|
|
205
|
-
CreateCampaignsConfigurations: 'CreateCampaignsConfigurations',
|
|
206
|
-
UpdateCampaignsConfigurations: 'UpdateCampaignsConfigurations',
|
|
207
|
-
DeleteCampaignsConfigurations: 'DeleteCampaignsConfigurations',
|
|
208
|
-
StampLoyaltyCardAgainstCampaignsConfigurations: 'StampLoyaltyCardAgainstCampaignsConfigurations',
|
|
209
|
-
ViewDevelopersSettings: 'ViewDevelopersSettings',
|
|
210
|
-
EditDevelopersSettings: 'EditDevelopersSettings',
|
|
211
|
-
ViewOrders: 'ViewOrders',
|
|
212
|
-
UpdateOrdersAccept: 'UpdateOrdersAccept',
|
|
213
|
-
UpdateOrdersReject: 'UpdateOrdersReject',
|
|
214
|
-
UpdateOrdersRefund: 'UpdateOrdersRefund',
|
|
215
|
-
UpdateOrdersDispatch: 'UpdateOrdersDispatch',
|
|
216
|
-
ViewStores: 'ViewStores',
|
|
217
|
-
CreateStores: 'CreateStores',
|
|
218
|
-
EditStores: 'EditStores',
|
|
219
|
-
ViewStoresOpeningHours: 'ViewStoresOpeningHours',
|
|
220
|
-
UpdateStoresOpenForCollectionOrDelivery: 'UpdateStoresOpenForCollectionOrDelivery',
|
|
221
|
-
UpdateStoresOpeningHours: 'UpdateStoresOpeningHours',
|
|
222
|
-
ViewStoresOpeningHoursOverride: 'ViewStoresOpeningHoursOverride',
|
|
223
|
-
EditStoresOpeningHoursOverride: 'EditStoresOpeningHoursOverride',
|
|
224
|
-
EditStoresOpeningHoursOverrideTemporary: 'EditStoresOpeningHoursOverrideTemporary',
|
|
225
|
-
UpdateStoresName: 'UpdateStoresName',
|
|
226
|
-
EditStoreKioskSettings: 'EditStoreKioskSettings',
|
|
227
|
-
EditStoreOrderCapacity: 'EditStoreOrderCapacity',
|
|
228
|
-
EditStoreNotifications: 'EditStoreNotifications',
|
|
229
|
-
ArchiveStores: 'ArchiveStores',
|
|
230
|
-
PublishStores: 'PublishStores',
|
|
231
|
-
UpdatePrinterTerminalsAssign: 'UpdatePrinterTerminalsAssign',
|
|
232
|
-
UpdatePrinterTerminalsToggle: 'UpdatePrinterTerminalsToggle',
|
|
233
|
-
ViewStoreGroups: 'ViewStoreGroups',
|
|
234
|
-
CreateStoreGroups: 'CreateStoreGroups',
|
|
235
|
-
UpdateStoreGroups: 'UpdateStoreGroups',
|
|
236
|
-
DeleteStoreGroups: 'DeleteStoreGroups',
|
|
237
|
-
ViewDeliveryZones: 'ViewDeliveryZones',
|
|
238
|
-
CreateDeliveryZones: 'CreateDeliveryZones',
|
|
239
|
-
UpdateDeliveryZones: 'UpdateDeliveryZones',
|
|
240
|
-
DeleteDeliveryZones: 'DeleteDeliveryZones',
|
|
241
|
-
ViewMenu: 'ViewMenu',
|
|
242
|
-
CreateMenu: 'CreateMenu',
|
|
243
|
-
UpdateMenu: 'UpdateMenu',
|
|
244
|
-
DeleteMenu: 'DeleteMenu',
|
|
245
|
-
UpdateMenuLock: 'UpdateMenuLock',
|
|
246
|
-
UpdateMenuItemsHideTemporarily: 'UpdateMenuItemsHideTemporarily',
|
|
247
|
-
EditMenuImage: 'EditMenuImage',
|
|
248
|
-
ViewVouchers: 'ViewVouchers',
|
|
249
|
-
EditVouchers: 'EditVouchers',
|
|
250
|
-
ViewWebsiteContent: 'ViewWebsiteContent',
|
|
251
|
-
EditWebsiteContent: 'EditWebsiteContent',
|
|
252
|
-
ViewWebsiteDnsVerified: 'ViewWebsiteDnsVerified',
|
|
253
|
-
ViewWebsiteCertificateCreated: 'ViewWebsiteCertificateCreated',
|
|
254
|
-
ViewWebsiteCertificateRenewed: 'ViewWebsiteCertificateRenewed',
|
|
255
|
-
ViewBankAccounts: 'ViewBankAccounts',
|
|
256
|
-
CreateBankAccounts: 'CreateBankAccounts',
|
|
257
|
-
UpdateBankAccounts: 'UpdateBankAccounts',
|
|
258
|
-
UpdateBankAccountsAssign: 'UpdateBankAccountsAssign',
|
|
259
|
-
ViewAssignedBankAccount: 'ViewAssignedBankAccount',
|
|
260
|
-
VerifyBankAccounts: 'VerifyBankAccounts',
|
|
261
|
-
ViewServiceChargeConfigurations: 'ViewServiceChargeConfigurations',
|
|
262
|
-
EditServiceChargeConfigurations: 'EditServiceChargeConfigurations',
|
|
263
|
-
EditStoreDeliveryZoneFees: 'EditStoreDeliveryZoneFees',
|
|
264
|
-
EditStoreDeliveryFeesLimited: 'EditStoreDeliveryFeesLimited',
|
|
265
|
-
ViewHydraConfig: 'ViewHydraConfig',
|
|
266
|
-
UpdateHydraConfigManage: 'UpdateHydraConfigManage',
|
|
267
|
-
InitiateBluetoothPairingMode: 'InitiateBluetoothPairingMode',
|
|
268
|
-
DeleteTerminal: 'DeleteTerminal',
|
|
269
|
-
ViewKioskTelemetry: 'ViewKioskTelemetry',
|
|
270
|
-
ViewCustomers: 'ViewCustomers',
|
|
271
|
-
EditCustomers: 'EditCustomers',
|
|
272
|
-
CreateCustomers: 'CreateCustomers',
|
|
273
|
-
CreateCatalogElements: 'CreateCatalogElements',
|
|
274
|
-
UpdateCatalogElements: 'UpdateCatalogElements',
|
|
275
|
-
ViewCatalogElements: 'ViewCatalogElements',
|
|
276
|
-
DeleteCatalogElements: 'DeleteCatalogElements',
|
|
277
|
-
ViewMetafieldDefinitions: 'ViewMetafieldDefinitions',
|
|
278
|
-
CreateMetafieldDefinitions: 'CreateMetafieldDefinitions',
|
|
279
|
-
UpdateMetafieldDefinitions: 'UpdateMetafieldDefinitions',
|
|
280
|
-
DeleteMetafieldDefinitions: 'DeleteMetafieldDefinitions',
|
|
281
|
-
UpdateMetafields: 'UpdateMetafields',
|
|
282
|
-
ViewCatalogMenuChanges: 'ViewCatalogMenuChanges',
|
|
283
|
-
PublishCatalogMenuChanges: 'PublishCatalogMenuChanges',
|
|
284
|
-
ViewAppStatistics: 'ViewAppStatistics',
|
|
285
|
-
ViewApmStatistics: 'ViewApmStatistics',
|
|
286
|
-
ViewCampaignsStatistics: 'ViewCampaignsStatistics',
|
|
287
|
-
ViewCustomerStatistics: 'ViewCustomerStatistics',
|
|
288
|
-
ViewLiveStatistics: 'ViewLiveStatistics',
|
|
289
|
-
ViewOrderStatistics: 'ViewOrderStatistics',
|
|
290
|
-
ViewSalesStatistics: 'ViewSalesStatistics',
|
|
291
|
-
ViewSalesEndOfDayStatistics: 'ViewSalesEndOfDayStatistics',
|
|
292
|
-
ViewVouchersStatistics: 'ViewVouchersStatistics',
|
|
293
|
-
DownloadCustomerCsvExport: 'DownloadCustomerCsvExport',
|
|
294
|
-
ViewApmAuditLogs: 'ViewApmAuditLogs',
|
|
295
|
-
ViewStoreAuditLogs: 'ViewStoreAuditLogs',
|
|
296
|
-
ViewMenuAuditLogs: 'ViewMenuAuditLogs',
|
|
297
|
-
ViewBankAccountAuditLogs: 'ViewBankAccountAuditLogs',
|
|
298
|
-
ViewFeeConfigurationsAuditLogs: 'ViewFeeConfigurationsAuditLogs',
|
|
299
|
-
ViewOrdersAuditLogs: 'ViewOrdersAuditLogs',
|
|
300
|
-
ViewVouchersAuditLogs: 'ViewVouchersAuditLogs',
|
|
301
|
-
ViewUserEventsAuditLogs: 'ViewUserEventsAuditLogs',
|
|
302
|
-
ViewCampaignsAuditLogs: 'ViewCampaignsAuditLogs',
|
|
303
|
-
ViewTeammatesAuditLogs: 'ViewTeammatesAuditLogs',
|
|
304
|
-
ViewAppAuditLogs: 'ViewAppAuditLogs',
|
|
305
|
-
ViewCustomerAuditLogs: 'ViewCustomerAuditLogs',
|
|
306
|
-
ViewPrinterAuditLogs: 'ViewPrinterAuditLogs',
|
|
307
|
-
ViewHydraAuditLogs: 'ViewHydraAuditLogs',
|
|
308
|
-
ViewPushNotificationAuditLogs: 'ViewPushNotificationAuditLogs',
|
|
309
|
-
ViewStripeCustomConnectedAccountAuditLogs: 'ViewStripeCustomConnectedAccountAuditLogs',
|
|
310
|
-
ViewKioskBluetoothDeviceAuditLogs: 'ViewKioskBluetoothDeviceAuditLogs',
|
|
311
|
-
ViewExternalAuditLogs: 'ViewExternalAuditLogs',
|
|
312
|
-
CreateExternalAuditLogEvents: 'CreateExternalAuditLogEvents',
|
|
313
|
-
ViewCatalogAuditLogs: 'ViewCatalogAuditLogs',
|
|
314
|
-
ViewOrderFulfillmentAuditLogs: 'ViewOrderFulfillmentAuditLogs',
|
|
315
|
-
ViewChannelAuditLogs: 'ViewChannelAuditLogs',
|
|
316
|
-
ViewAppStoreAuditLogs: 'ViewAppStoreAuditLogs',
|
|
317
|
-
SendPushNotificationToCustomer: 'SendPushNotificationToCustomer',
|
|
318
|
-
InviteDriverToApp: 'InviteDriverToApp',
|
|
319
|
-
GetDriverForApp: 'GetDriverForApp',
|
|
320
|
-
RemoveDriverFromApp: 'RemoveDriverFromApp',
|
|
321
|
-
AssignDriverToOrder: 'AssignDriverToOrder',
|
|
322
|
-
UnassignDriverFromOrder: 'UnassignDriverFromOrder',
|
|
323
|
-
UpdateOrdersDeliveryTrackingStatus: 'UpdateOrdersDeliveryTrackingStatus',
|
|
324
|
-
UpdateOrderFulfillmentStatus: 'UpdateOrderFulfillmentStatus',
|
|
325
|
-
ViewFulfillmentStatesConfiguration: 'ViewFulfillmentStatesConfiguration',
|
|
326
|
-
CreateFulfillmentStatesConfiguration: 'CreateFulfillmentStatesConfiguration',
|
|
327
|
-
UpdateFulfillmentStatesConfiguration: 'UpdateFulfillmentStatesConfiguration',
|
|
328
|
-
DeleteFulfillmentStatesConfiguration: 'DeleteFulfillmentStatesConfiguration',
|
|
329
|
-
ViewPayouts: 'ViewPayouts',
|
|
330
|
-
ViewChannels: 'ViewChannels',
|
|
331
|
-
ViewOnboarding: 'ViewOnboarding',
|
|
332
|
-
UpdateOnboarding: 'UpdateOnboarding',
|
|
333
|
-
ViewClientDevices: 'ViewClientDevices',
|
|
334
|
-
UpdateClientDevices: 'UpdateClientDevices',
|
|
335
|
-
EnrollClientDevices: 'EnrollClientDevices',
|
|
336
|
-
AssignClientDevices: 'AssignClientDevices',
|
|
337
|
-
ViewClientAuditLogs: 'ViewClientAuditLogs',
|
|
338
|
-
CreateAppStoreAppConfiguration: 'CreateAppStoreAppConfiguration',
|
|
339
|
-
ViewAppStoreAppConfiguration: 'ViewAppStoreAppConfiguration',
|
|
340
|
-
UpdateAppStoreAppConfiguration: 'UpdateAppStoreAppConfiguration',
|
|
341
|
-
DeleteAppStoreAppConfiguration: 'DeleteAppStoreAppConfiguration',
|
|
342
|
-
UpdateAppStoreAppConfigurationSettings: 'UpdateAppStoreAppConfigurationSettings',
|
|
343
|
-
CreateAppStoreSubscription: 'CreateAppStoreSubscription',
|
|
344
|
-
UpdateAppStoreSubscription: 'UpdateAppStoreSubscription',
|
|
345
|
-
DeleteAppStoreSubscription: 'DeleteAppStoreSubscription',
|
|
346
|
-
ViewSalesChannels: 'ViewSalesChannels',
|
|
347
|
-
EditSalesChannels: 'EditSalesChannels',
|
|
348
|
-
CreateSalesChannel: 'CreateSalesChannel',
|
|
349
|
-
ArchiveSalesChannel: 'ArchiveSalesChannel',
|
|
350
|
-
UnarchiveSalesChannel: 'UnarchiveSalesChannel',
|
|
351
|
-
PublishSalesChannel: 'PublishSalesChannel',
|
|
352
|
-
UnpublishSalesChannel: 'UnpublishSalesChannel',
|
|
353
|
-
CloneSalesChannel: 'CloneSalesChannel',
|
|
354
|
-
ViewPayGreenWhiteLabelConfiguration: 'ViewPayGreenWhiteLabelConfiguration',
|
|
355
|
-
CreatePayGreenWhiteLabelConfiguration: 'CreatePayGreenWhiteLabelConfiguration',
|
|
356
|
-
UpdatePayGreenWhiteLabelConfiguration: 'UpdatePayGreenWhiteLabelConfiguration',
|
|
357
|
-
UpdatePayGreenStoreConfiguration: 'UpdatePayGreenStoreConfiguration',
|
|
358
|
-
ViewSubscriptions: 'ViewSubscriptions',
|
|
359
|
-
ViewInvoices: 'ViewInvoices',
|
|
360
|
-
EditAccountsBills: 'EditAccountsBills',
|
|
361
|
-
ViewAccountsBills: 'ViewAccountsBills',
|
|
362
|
-
EditAccountsCategories: 'EditAccountsCategories',
|
|
363
|
-
ViewAccountsCategories: 'ViewAccountsCategories',
|
|
364
|
-
EditAccountsCreditAccounts: 'EditAccountsCreditAccounts',
|
|
365
|
-
ViewAccountsCreditAccounts: 'ViewAccountsCreditAccounts',
|
|
366
|
-
EditAccountsCreditBooks: 'EditAccountsCreditBooks',
|
|
367
|
-
ViewAccountsCreditBooks: 'ViewAccountsCreditBooks',
|
|
368
|
-
EditAccountsExpenses: 'EditAccountsExpenses',
|
|
369
|
-
ViewAccountsExpenses: 'ViewAccountsExpenses',
|
|
370
|
-
EditAccountsTransactionAccounts: 'EditAccountsTransactionAccounts',
|
|
371
|
-
ViewAccountsTransactionAccounts: 'ViewAccountsTransactionAccounts',
|
|
372
|
-
EditDocumentExplorer: 'EditDocumentExplorer',
|
|
373
|
-
ViewDocumentExplorer: 'ViewDocumentExplorer',
|
|
374
|
-
ViewInventoryReports: 'ViewInventoryReports',
|
|
375
|
-
EditInventoryPurchaseOrders: 'EditInventoryPurchaseOrders',
|
|
376
|
-
ViewInventoryPurchaseOrders: 'ViewInventoryPurchaseOrders',
|
|
377
|
-
EditInventoryStockItems: 'EditInventoryStockItems',
|
|
378
|
-
ViewInventoryStockItems: 'ViewInventoryStockItems',
|
|
379
|
-
EditInventorySupplier: 'EditInventorySupplier',
|
|
380
|
-
ViewInventorySupplier: 'ViewInventorySupplier',
|
|
381
|
-
EditInventoryTrackingProfiles: 'EditInventoryTrackingProfiles',
|
|
382
|
-
ViewInventoryTrackingProfiles: 'ViewInventoryTrackingProfiles',
|
|
383
|
-
ViewPayrollReports: 'ViewPayrollReports',
|
|
384
|
-
EditPayrollHoliday: 'EditPayrollHoliday',
|
|
385
|
-
ViewPayrollHoliday: 'ViewPayrollHoliday',
|
|
386
|
-
EditPayrollRota: 'EditPayrollRota',
|
|
387
|
-
ViewPayrollRota: 'ViewPayrollRota',
|
|
388
|
-
EditPayrollStaff: 'EditPayrollStaff',
|
|
389
|
-
ViewPayrollStaff: 'ViewPayrollStaff',
|
|
390
|
-
ViewSalesReports: 'ViewSalesReports',
|
|
391
|
-
ViewCostReports: 'ViewCostReports',
|
|
392
|
-
ViewMenuReports: 'ViewMenuReports',
|
|
393
|
-
ViewBrand: 'ViewBrand',
|
|
394
|
-
EditBrand: 'EditBrand',
|
|
395
|
-
CreateBrand: 'CreateBrand',
|
|
396
|
-
TransferBrand: 'TransferBrand',
|
|
397
|
-
ViewProperty: 'ViewProperty',
|
|
398
|
-
EditProperty: 'EditProperty',
|
|
399
|
-
CreateProperty: 'CreateProperty',
|
|
400
|
-
ArchiveProperty: 'ArchiveProperty',
|
|
401
|
-
ViewEntityFeatureFlags: 'ViewEntityFeatureFlags',
|
|
402
|
-
EditEntityFeatureFlags: 'EditEntityFeatureFlags',
|
|
403
|
-
CreateOrg: 'CreateOrg',
|
|
404
|
-
EditOrg: 'EditOrg',
|
|
405
|
-
ViewOrg: 'ViewOrg',
|
|
406
|
-
ViewWebhooks: 'ViewWebhooks',
|
|
407
|
-
EditWebhooks: 'EditWebhooks',
|
|
408
|
-
RoleAdmin: 'RoleAdmin',
|
|
409
|
-
RoleFactory: 'RoleFactory'
|
|
410
|
-
};
|
|
411
|
-
exports.AuthorizationRequestCheckModeEnum = {
|
|
412
|
-
Any: 'any',
|
|
413
|
-
All: 'all'
|
|
414
|
-
};
|
|
415
|
-
exports.AuthorizationRequestPrincipalTypeEnum = {
|
|
416
|
-
User: 'User',
|
|
417
|
-
Automation: 'Automation'
|
|
418
|
-
};
|
|
419
|
-
exports.AuthorizationRequestResourceOneOfTypeEnum = {
|
|
420
|
-
Property: 'Property'
|
|
421
|
-
};
|
|
422
|
-
exports.AuthorizationRequestResourceOneOf1TypeEnum = {
|
|
423
|
-
Org: 'Org'
|
|
424
|
-
};
|
|
425
|
-
exports.AuthorizationRequestResourceOneOf2TypeEnum = {
|
|
426
|
-
Brand: 'Brand'
|
|
427
|
-
};
|
|
428
|
-
exports.AuthorizationRequestResourceOneOf3TypeEnum = {
|
|
429
|
-
SalesChannel: 'SalesChannel'
|
|
430
|
-
};
|
|
431
|
-
exports.FeatureBasedRolePermissionsEnum = {
|
|
432
|
-
AnyAuditLogs: 'AnyAuditLogs',
|
|
433
|
-
ViewApp: 'ViewApp',
|
|
434
|
-
CreateApp: 'CreateApp',
|
|
435
|
-
UpdateApp: 'UpdateApp',
|
|
436
|
-
ViewAppName: 'ViewAppName',
|
|
437
|
-
EditAppAssets: 'EditAppAssets',
|
|
438
|
-
EditAppFeatures: 'EditAppFeatures',
|
|
439
|
-
ViewTeammates: 'ViewTeammates',
|
|
440
|
-
EditTeammates: 'EditTeammates',
|
|
441
|
-
CreateTeammateOwner: 'CreateTeammateOwner',
|
|
442
|
-
CreateTeammateManagedOwner: 'CreateTeammateManagedOwner',
|
|
443
|
-
CreateTeammateStoreOwner: 'CreateTeammateStoreOwner',
|
|
444
|
-
CreateTeammateStoreManager: 'CreateTeammateStoreManager',
|
|
445
|
-
CreateTeammateStoreStaff: 'CreateTeammateStoreStaff',
|
|
446
|
-
CreateTeammateStoreReadAccess: 'CreateTeammateStoreReadAccess',
|
|
447
|
-
CreateTeammateFinanceManager: 'CreateTeammateFinanceManager',
|
|
448
|
-
CreateTeammateIntegrator: 'CreateTeammateIntegrator',
|
|
449
|
-
CreateTeammateOnboarding: 'CreateTeammateOnboarding',
|
|
450
|
-
CreateTeammatePropertyManager: 'CreateTeammatePropertyManager',
|
|
451
|
-
CreateTeammatePropertyOwner: 'CreateTeammatePropertyOwner',
|
|
452
|
-
ViewApmConfigurations: 'ViewApmConfigurations',
|
|
453
|
-
EditApmConfigurations: 'EditApmConfigurations',
|
|
454
|
-
ViewCampaignsConfigurations: 'ViewCampaignsConfigurations',
|
|
455
|
-
CreateCampaignsConfigurations: 'CreateCampaignsConfigurations',
|
|
456
|
-
UpdateCampaignsConfigurations: 'UpdateCampaignsConfigurations',
|
|
457
|
-
DeleteCampaignsConfigurations: 'DeleteCampaignsConfigurations',
|
|
458
|
-
StampLoyaltyCardAgainstCampaignsConfigurations: 'StampLoyaltyCardAgainstCampaignsConfigurations',
|
|
459
|
-
ViewDevelopersSettings: 'ViewDevelopersSettings',
|
|
460
|
-
EditDevelopersSettings: 'EditDevelopersSettings',
|
|
461
|
-
ViewOrders: 'ViewOrders',
|
|
462
|
-
UpdateOrdersAccept: 'UpdateOrdersAccept',
|
|
463
|
-
UpdateOrdersReject: 'UpdateOrdersReject',
|
|
464
|
-
UpdateOrdersRefund: 'UpdateOrdersRefund',
|
|
465
|
-
UpdateOrdersDispatch: 'UpdateOrdersDispatch',
|
|
466
|
-
ViewStores: 'ViewStores',
|
|
467
|
-
CreateStores: 'CreateStores',
|
|
468
|
-
EditStores: 'EditStores',
|
|
469
|
-
ViewStoresOpeningHours: 'ViewStoresOpeningHours',
|
|
470
|
-
UpdateStoresOpenForCollectionOrDelivery: 'UpdateStoresOpenForCollectionOrDelivery',
|
|
471
|
-
UpdateStoresOpeningHours: 'UpdateStoresOpeningHours',
|
|
472
|
-
ViewStoresOpeningHoursOverride: 'ViewStoresOpeningHoursOverride',
|
|
473
|
-
EditStoresOpeningHoursOverride: 'EditStoresOpeningHoursOverride',
|
|
474
|
-
EditStoresOpeningHoursOverrideTemporary: 'EditStoresOpeningHoursOverrideTemporary',
|
|
475
|
-
UpdateStoresName: 'UpdateStoresName',
|
|
476
|
-
EditStoreKioskSettings: 'EditStoreKioskSettings',
|
|
477
|
-
EditStoreOrderCapacity: 'EditStoreOrderCapacity',
|
|
478
|
-
EditStoreNotifications: 'EditStoreNotifications',
|
|
479
|
-
ArchiveStores: 'ArchiveStores',
|
|
480
|
-
PublishStores: 'PublishStores',
|
|
481
|
-
UpdatePrinterTerminalsAssign: 'UpdatePrinterTerminalsAssign',
|
|
482
|
-
UpdatePrinterTerminalsToggle: 'UpdatePrinterTerminalsToggle',
|
|
483
|
-
ViewStoreGroups: 'ViewStoreGroups',
|
|
484
|
-
CreateStoreGroups: 'CreateStoreGroups',
|
|
485
|
-
UpdateStoreGroups: 'UpdateStoreGroups',
|
|
486
|
-
DeleteStoreGroups: 'DeleteStoreGroups',
|
|
487
|
-
ViewDeliveryZones: 'ViewDeliveryZones',
|
|
488
|
-
CreateDeliveryZones: 'CreateDeliveryZones',
|
|
489
|
-
UpdateDeliveryZones: 'UpdateDeliveryZones',
|
|
490
|
-
DeleteDeliveryZones: 'DeleteDeliveryZones',
|
|
491
|
-
ViewMenu: 'ViewMenu',
|
|
492
|
-
CreateMenu: 'CreateMenu',
|
|
493
|
-
UpdateMenu: 'UpdateMenu',
|
|
494
|
-
DeleteMenu: 'DeleteMenu',
|
|
495
|
-
UpdateMenuLock: 'UpdateMenuLock',
|
|
496
|
-
UpdateMenuItemsHideTemporarily: 'UpdateMenuItemsHideTemporarily',
|
|
497
|
-
EditMenuImage: 'EditMenuImage',
|
|
498
|
-
ViewVouchers: 'ViewVouchers',
|
|
499
|
-
EditVouchers: 'EditVouchers',
|
|
500
|
-
ViewWebsiteContent: 'ViewWebsiteContent',
|
|
501
|
-
EditWebsiteContent: 'EditWebsiteContent',
|
|
502
|
-
ViewWebsiteDnsVerified: 'ViewWebsiteDnsVerified',
|
|
503
|
-
ViewWebsiteCertificateCreated: 'ViewWebsiteCertificateCreated',
|
|
504
|
-
ViewWebsiteCertificateRenewed: 'ViewWebsiteCertificateRenewed',
|
|
505
|
-
ViewBankAccounts: 'ViewBankAccounts',
|
|
506
|
-
CreateBankAccounts: 'CreateBankAccounts',
|
|
507
|
-
UpdateBankAccounts: 'UpdateBankAccounts',
|
|
508
|
-
UpdateBankAccountsAssign: 'UpdateBankAccountsAssign',
|
|
509
|
-
ViewAssignedBankAccount: 'ViewAssignedBankAccount',
|
|
510
|
-
VerifyBankAccounts: 'VerifyBankAccounts',
|
|
511
|
-
ViewServiceChargeConfigurations: 'ViewServiceChargeConfigurations',
|
|
512
|
-
EditServiceChargeConfigurations: 'EditServiceChargeConfigurations',
|
|
513
|
-
EditStoreDeliveryZoneFees: 'EditStoreDeliveryZoneFees',
|
|
514
|
-
EditStoreDeliveryFeesLimited: 'EditStoreDeliveryFeesLimited',
|
|
515
|
-
ViewHydraConfig: 'ViewHydraConfig',
|
|
516
|
-
UpdateHydraConfigManage: 'UpdateHydraConfigManage',
|
|
517
|
-
InitiateBluetoothPairingMode: 'InitiateBluetoothPairingMode',
|
|
518
|
-
DeleteTerminal: 'DeleteTerminal',
|
|
519
|
-
ViewKioskTelemetry: 'ViewKioskTelemetry',
|
|
520
|
-
ViewCustomers: 'ViewCustomers',
|
|
521
|
-
EditCustomers: 'EditCustomers',
|
|
522
|
-
CreateCustomers: 'CreateCustomers',
|
|
523
|
-
CreateCatalogElements: 'CreateCatalogElements',
|
|
524
|
-
UpdateCatalogElements: 'UpdateCatalogElements',
|
|
525
|
-
ViewCatalogElements: 'ViewCatalogElements',
|
|
526
|
-
DeleteCatalogElements: 'DeleteCatalogElements',
|
|
527
|
-
ViewMetafieldDefinitions: 'ViewMetafieldDefinitions',
|
|
528
|
-
CreateMetafieldDefinitions: 'CreateMetafieldDefinitions',
|
|
529
|
-
UpdateMetafieldDefinitions: 'UpdateMetafieldDefinitions',
|
|
530
|
-
DeleteMetafieldDefinitions: 'DeleteMetafieldDefinitions',
|
|
531
|
-
UpdateMetafields: 'UpdateMetafields',
|
|
532
|
-
ViewCatalogMenuChanges: 'ViewCatalogMenuChanges',
|
|
533
|
-
PublishCatalogMenuChanges: 'PublishCatalogMenuChanges',
|
|
534
|
-
ViewAppStatistics: 'ViewAppStatistics',
|
|
535
|
-
ViewApmStatistics: 'ViewApmStatistics',
|
|
536
|
-
ViewCampaignsStatistics: 'ViewCampaignsStatistics',
|
|
537
|
-
ViewCustomerStatistics: 'ViewCustomerStatistics',
|
|
538
|
-
ViewLiveStatistics: 'ViewLiveStatistics',
|
|
539
|
-
ViewOrderStatistics: 'ViewOrderStatistics',
|
|
540
|
-
ViewSalesStatistics: 'ViewSalesStatistics',
|
|
541
|
-
ViewSalesEndOfDayStatistics: 'ViewSalesEndOfDayStatistics',
|
|
542
|
-
ViewVouchersStatistics: 'ViewVouchersStatistics',
|
|
543
|
-
DownloadCustomerCsvExport: 'DownloadCustomerCsvExport',
|
|
544
|
-
ViewApmAuditLogs: 'ViewApmAuditLogs',
|
|
545
|
-
ViewStoreAuditLogs: 'ViewStoreAuditLogs',
|
|
546
|
-
ViewMenuAuditLogs: 'ViewMenuAuditLogs',
|
|
547
|
-
ViewBankAccountAuditLogs: 'ViewBankAccountAuditLogs',
|
|
548
|
-
ViewFeeConfigurationsAuditLogs: 'ViewFeeConfigurationsAuditLogs',
|
|
549
|
-
ViewOrdersAuditLogs: 'ViewOrdersAuditLogs',
|
|
550
|
-
ViewVouchersAuditLogs: 'ViewVouchersAuditLogs',
|
|
551
|
-
ViewUserEventsAuditLogs: 'ViewUserEventsAuditLogs',
|
|
552
|
-
ViewCampaignsAuditLogs: 'ViewCampaignsAuditLogs',
|
|
553
|
-
ViewTeammatesAuditLogs: 'ViewTeammatesAuditLogs',
|
|
554
|
-
ViewAppAuditLogs: 'ViewAppAuditLogs',
|
|
555
|
-
ViewCustomerAuditLogs: 'ViewCustomerAuditLogs',
|
|
556
|
-
ViewPrinterAuditLogs: 'ViewPrinterAuditLogs',
|
|
557
|
-
ViewHydraAuditLogs: 'ViewHydraAuditLogs',
|
|
558
|
-
ViewPushNotificationAuditLogs: 'ViewPushNotificationAuditLogs',
|
|
559
|
-
ViewStripeCustomConnectedAccountAuditLogs: 'ViewStripeCustomConnectedAccountAuditLogs',
|
|
560
|
-
ViewKioskBluetoothDeviceAuditLogs: 'ViewKioskBluetoothDeviceAuditLogs',
|
|
561
|
-
ViewExternalAuditLogs: 'ViewExternalAuditLogs',
|
|
562
|
-
CreateExternalAuditLogEvents: 'CreateExternalAuditLogEvents',
|
|
563
|
-
ViewCatalogAuditLogs: 'ViewCatalogAuditLogs',
|
|
564
|
-
ViewOrderFulfillmentAuditLogs: 'ViewOrderFulfillmentAuditLogs',
|
|
565
|
-
ViewChannelAuditLogs: 'ViewChannelAuditLogs',
|
|
566
|
-
ViewAppStoreAuditLogs: 'ViewAppStoreAuditLogs',
|
|
567
|
-
SendPushNotificationToCustomer: 'SendPushNotificationToCustomer',
|
|
568
|
-
InviteDriverToApp: 'InviteDriverToApp',
|
|
569
|
-
GetDriverForApp: 'GetDriverForApp',
|
|
570
|
-
RemoveDriverFromApp: 'RemoveDriverFromApp',
|
|
571
|
-
AssignDriverToOrder: 'AssignDriverToOrder',
|
|
572
|
-
UnassignDriverFromOrder: 'UnassignDriverFromOrder',
|
|
573
|
-
UpdateOrdersDeliveryTrackingStatus: 'UpdateOrdersDeliveryTrackingStatus',
|
|
574
|
-
UpdateOrderFulfillmentStatus: 'UpdateOrderFulfillmentStatus',
|
|
575
|
-
ViewFulfillmentStatesConfiguration: 'ViewFulfillmentStatesConfiguration',
|
|
576
|
-
CreateFulfillmentStatesConfiguration: 'CreateFulfillmentStatesConfiguration',
|
|
577
|
-
UpdateFulfillmentStatesConfiguration: 'UpdateFulfillmentStatesConfiguration',
|
|
578
|
-
DeleteFulfillmentStatesConfiguration: 'DeleteFulfillmentStatesConfiguration',
|
|
579
|
-
ViewPayouts: 'ViewPayouts',
|
|
580
|
-
ViewChannels: 'ViewChannels',
|
|
581
|
-
ViewOnboarding: 'ViewOnboarding',
|
|
582
|
-
UpdateOnboarding: 'UpdateOnboarding',
|
|
583
|
-
ViewClientDevices: 'ViewClientDevices',
|
|
584
|
-
UpdateClientDevices: 'UpdateClientDevices',
|
|
585
|
-
EnrollClientDevices: 'EnrollClientDevices',
|
|
586
|
-
AssignClientDevices: 'AssignClientDevices',
|
|
587
|
-
ViewClientAuditLogs: 'ViewClientAuditLogs',
|
|
588
|
-
CreateAppStoreAppConfiguration: 'CreateAppStoreAppConfiguration',
|
|
589
|
-
ViewAppStoreAppConfiguration: 'ViewAppStoreAppConfiguration',
|
|
590
|
-
UpdateAppStoreAppConfiguration: 'UpdateAppStoreAppConfiguration',
|
|
591
|
-
DeleteAppStoreAppConfiguration: 'DeleteAppStoreAppConfiguration',
|
|
592
|
-
UpdateAppStoreAppConfigurationSettings: 'UpdateAppStoreAppConfigurationSettings',
|
|
593
|
-
CreateAppStoreSubscription: 'CreateAppStoreSubscription',
|
|
594
|
-
UpdateAppStoreSubscription: 'UpdateAppStoreSubscription',
|
|
595
|
-
DeleteAppStoreSubscription: 'DeleteAppStoreSubscription',
|
|
596
|
-
ViewSalesChannels: 'ViewSalesChannels',
|
|
597
|
-
EditSalesChannels: 'EditSalesChannels',
|
|
598
|
-
CreateSalesChannel: 'CreateSalesChannel',
|
|
599
|
-
ArchiveSalesChannel: 'ArchiveSalesChannel',
|
|
600
|
-
UnarchiveSalesChannel: 'UnarchiveSalesChannel',
|
|
601
|
-
PublishSalesChannel: 'PublishSalesChannel',
|
|
602
|
-
UnpublishSalesChannel: 'UnpublishSalesChannel',
|
|
603
|
-
CloneSalesChannel: 'CloneSalesChannel',
|
|
604
|
-
ViewPayGreenWhiteLabelConfiguration: 'ViewPayGreenWhiteLabelConfiguration',
|
|
605
|
-
CreatePayGreenWhiteLabelConfiguration: 'CreatePayGreenWhiteLabelConfiguration',
|
|
606
|
-
UpdatePayGreenWhiteLabelConfiguration: 'UpdatePayGreenWhiteLabelConfiguration',
|
|
607
|
-
UpdatePayGreenStoreConfiguration: 'UpdatePayGreenStoreConfiguration',
|
|
608
|
-
ViewSubscriptions: 'ViewSubscriptions',
|
|
609
|
-
ViewInvoices: 'ViewInvoices',
|
|
610
|
-
EditAccountsBills: 'EditAccountsBills',
|
|
611
|
-
ViewAccountsBills: 'ViewAccountsBills',
|
|
612
|
-
EditAccountsCategories: 'EditAccountsCategories',
|
|
613
|
-
ViewAccountsCategories: 'ViewAccountsCategories',
|
|
614
|
-
EditAccountsCreditAccounts: 'EditAccountsCreditAccounts',
|
|
615
|
-
ViewAccountsCreditAccounts: 'ViewAccountsCreditAccounts',
|
|
616
|
-
EditAccountsCreditBooks: 'EditAccountsCreditBooks',
|
|
617
|
-
ViewAccountsCreditBooks: 'ViewAccountsCreditBooks',
|
|
618
|
-
EditAccountsExpenses: 'EditAccountsExpenses',
|
|
619
|
-
ViewAccountsExpenses: 'ViewAccountsExpenses',
|
|
620
|
-
EditAccountsTransactionAccounts: 'EditAccountsTransactionAccounts',
|
|
621
|
-
ViewAccountsTransactionAccounts: 'ViewAccountsTransactionAccounts',
|
|
622
|
-
EditDocumentExplorer: 'EditDocumentExplorer',
|
|
623
|
-
ViewDocumentExplorer: 'ViewDocumentExplorer',
|
|
624
|
-
ViewInventoryReports: 'ViewInventoryReports',
|
|
625
|
-
EditInventoryPurchaseOrders: 'EditInventoryPurchaseOrders',
|
|
626
|
-
ViewInventoryPurchaseOrders: 'ViewInventoryPurchaseOrders',
|
|
627
|
-
EditInventoryStockItems: 'EditInventoryStockItems',
|
|
628
|
-
ViewInventoryStockItems: 'ViewInventoryStockItems',
|
|
629
|
-
EditInventorySupplier: 'EditInventorySupplier',
|
|
630
|
-
ViewInventorySupplier: 'ViewInventorySupplier',
|
|
631
|
-
EditInventoryTrackingProfiles: 'EditInventoryTrackingProfiles',
|
|
632
|
-
ViewInventoryTrackingProfiles: 'ViewInventoryTrackingProfiles',
|
|
633
|
-
ViewPayrollReports: 'ViewPayrollReports',
|
|
634
|
-
EditPayrollHoliday: 'EditPayrollHoliday',
|
|
635
|
-
ViewPayrollHoliday: 'ViewPayrollHoliday',
|
|
636
|
-
EditPayrollRota: 'EditPayrollRota',
|
|
637
|
-
ViewPayrollRota: 'ViewPayrollRota',
|
|
638
|
-
EditPayrollStaff: 'EditPayrollStaff',
|
|
639
|
-
ViewPayrollStaff: 'ViewPayrollStaff',
|
|
640
|
-
ViewSalesReports: 'ViewSalesReports',
|
|
641
|
-
ViewCostReports: 'ViewCostReports',
|
|
642
|
-
ViewMenuReports: 'ViewMenuReports',
|
|
643
|
-
ViewBrand: 'ViewBrand',
|
|
644
|
-
EditBrand: 'EditBrand',
|
|
645
|
-
CreateBrand: 'CreateBrand',
|
|
646
|
-
TransferBrand: 'TransferBrand',
|
|
647
|
-
ViewProperty: 'ViewProperty',
|
|
648
|
-
EditProperty: 'EditProperty',
|
|
649
|
-
CreateProperty: 'CreateProperty',
|
|
650
|
-
ArchiveProperty: 'ArchiveProperty',
|
|
651
|
-
ViewEntityFeatureFlags: 'ViewEntityFeatureFlags',
|
|
652
|
-
EditEntityFeatureFlags: 'EditEntityFeatureFlags',
|
|
653
|
-
CreateOrg: 'CreateOrg',
|
|
654
|
-
EditOrg: 'EditOrg',
|
|
655
|
-
ViewOrg: 'ViewOrg',
|
|
656
|
-
ViewWebhooks: 'ViewWebhooks',
|
|
657
|
-
EditWebhooks: 'EditWebhooks',
|
|
658
|
-
RoleAdmin: 'RoleAdmin',
|
|
659
|
-
RoleFactory: 'RoleFactory'
|
|
660
|
-
};
|
|
661
|
-
exports.GetAuthorizedBrandsRequestActionEnum = {
|
|
662
|
-
AnyAuditLogs: 'AnyAuditLogs',
|
|
663
|
-
ViewApp: 'ViewApp',
|
|
664
|
-
CreateApp: 'CreateApp',
|
|
665
|
-
UpdateApp: 'UpdateApp',
|
|
666
|
-
ViewAppName: 'ViewAppName',
|
|
667
|
-
EditAppAssets: 'EditAppAssets',
|
|
668
|
-
EditAppFeatures: 'EditAppFeatures',
|
|
669
|
-
ViewTeammates: 'ViewTeammates',
|
|
670
|
-
EditTeammates: 'EditTeammates',
|
|
671
|
-
CreateTeammateOwner: 'CreateTeammateOwner',
|
|
672
|
-
CreateTeammateManagedOwner: 'CreateTeammateManagedOwner',
|
|
673
|
-
CreateTeammateStoreOwner: 'CreateTeammateStoreOwner',
|
|
674
|
-
CreateTeammateStoreManager: 'CreateTeammateStoreManager',
|
|
675
|
-
CreateTeammateStoreStaff: 'CreateTeammateStoreStaff',
|
|
676
|
-
CreateTeammateStoreReadAccess: 'CreateTeammateStoreReadAccess',
|
|
677
|
-
CreateTeammateFinanceManager: 'CreateTeammateFinanceManager',
|
|
678
|
-
CreateTeammateIntegrator: 'CreateTeammateIntegrator',
|
|
679
|
-
CreateTeammateOnboarding: 'CreateTeammateOnboarding',
|
|
680
|
-
CreateTeammatePropertyManager: 'CreateTeammatePropertyManager',
|
|
681
|
-
CreateTeammatePropertyOwner: 'CreateTeammatePropertyOwner',
|
|
682
|
-
ViewApmConfigurations: 'ViewApmConfigurations',
|
|
683
|
-
EditApmConfigurations: 'EditApmConfigurations',
|
|
684
|
-
ViewCampaignsConfigurations: 'ViewCampaignsConfigurations',
|
|
685
|
-
CreateCampaignsConfigurations: 'CreateCampaignsConfigurations',
|
|
686
|
-
UpdateCampaignsConfigurations: 'UpdateCampaignsConfigurations',
|
|
687
|
-
DeleteCampaignsConfigurations: 'DeleteCampaignsConfigurations',
|
|
688
|
-
StampLoyaltyCardAgainstCampaignsConfigurations: 'StampLoyaltyCardAgainstCampaignsConfigurations',
|
|
689
|
-
ViewDevelopersSettings: 'ViewDevelopersSettings',
|
|
690
|
-
EditDevelopersSettings: 'EditDevelopersSettings',
|
|
691
|
-
ViewOrders: 'ViewOrders',
|
|
692
|
-
UpdateOrdersAccept: 'UpdateOrdersAccept',
|
|
693
|
-
UpdateOrdersReject: 'UpdateOrdersReject',
|
|
694
|
-
UpdateOrdersRefund: 'UpdateOrdersRefund',
|
|
695
|
-
UpdateOrdersDispatch: 'UpdateOrdersDispatch',
|
|
696
|
-
ViewStores: 'ViewStores',
|
|
697
|
-
CreateStores: 'CreateStores',
|
|
698
|
-
EditStores: 'EditStores',
|
|
699
|
-
ViewStoresOpeningHours: 'ViewStoresOpeningHours',
|
|
700
|
-
UpdateStoresOpenForCollectionOrDelivery: 'UpdateStoresOpenForCollectionOrDelivery',
|
|
701
|
-
UpdateStoresOpeningHours: 'UpdateStoresOpeningHours',
|
|
702
|
-
ViewStoresOpeningHoursOverride: 'ViewStoresOpeningHoursOverride',
|
|
703
|
-
EditStoresOpeningHoursOverride: 'EditStoresOpeningHoursOverride',
|
|
704
|
-
EditStoresOpeningHoursOverrideTemporary: 'EditStoresOpeningHoursOverrideTemporary',
|
|
705
|
-
UpdateStoresName: 'UpdateStoresName',
|
|
706
|
-
EditStoreKioskSettings: 'EditStoreKioskSettings',
|
|
707
|
-
EditStoreOrderCapacity: 'EditStoreOrderCapacity',
|
|
708
|
-
EditStoreNotifications: 'EditStoreNotifications',
|
|
709
|
-
ArchiveStores: 'ArchiveStores',
|
|
710
|
-
PublishStores: 'PublishStores',
|
|
711
|
-
UpdatePrinterTerminalsAssign: 'UpdatePrinterTerminalsAssign',
|
|
712
|
-
UpdatePrinterTerminalsToggle: 'UpdatePrinterTerminalsToggle',
|
|
713
|
-
ViewStoreGroups: 'ViewStoreGroups',
|
|
714
|
-
CreateStoreGroups: 'CreateStoreGroups',
|
|
715
|
-
UpdateStoreGroups: 'UpdateStoreGroups',
|
|
716
|
-
DeleteStoreGroups: 'DeleteStoreGroups',
|
|
717
|
-
ViewDeliveryZones: 'ViewDeliveryZones',
|
|
718
|
-
CreateDeliveryZones: 'CreateDeliveryZones',
|
|
719
|
-
UpdateDeliveryZones: 'UpdateDeliveryZones',
|
|
720
|
-
DeleteDeliveryZones: 'DeleteDeliveryZones',
|
|
721
|
-
ViewMenu: 'ViewMenu',
|
|
722
|
-
CreateMenu: 'CreateMenu',
|
|
723
|
-
UpdateMenu: 'UpdateMenu',
|
|
724
|
-
DeleteMenu: 'DeleteMenu',
|
|
725
|
-
UpdateMenuLock: 'UpdateMenuLock',
|
|
726
|
-
UpdateMenuItemsHideTemporarily: 'UpdateMenuItemsHideTemporarily',
|
|
727
|
-
EditMenuImage: 'EditMenuImage',
|
|
728
|
-
ViewVouchers: 'ViewVouchers',
|
|
729
|
-
EditVouchers: 'EditVouchers',
|
|
730
|
-
ViewWebsiteContent: 'ViewWebsiteContent',
|
|
731
|
-
EditWebsiteContent: 'EditWebsiteContent',
|
|
732
|
-
ViewWebsiteDnsVerified: 'ViewWebsiteDnsVerified',
|
|
733
|
-
ViewWebsiteCertificateCreated: 'ViewWebsiteCertificateCreated',
|
|
734
|
-
ViewWebsiteCertificateRenewed: 'ViewWebsiteCertificateRenewed',
|
|
735
|
-
ViewBankAccounts: 'ViewBankAccounts',
|
|
736
|
-
CreateBankAccounts: 'CreateBankAccounts',
|
|
737
|
-
UpdateBankAccounts: 'UpdateBankAccounts',
|
|
738
|
-
UpdateBankAccountsAssign: 'UpdateBankAccountsAssign',
|
|
739
|
-
ViewAssignedBankAccount: 'ViewAssignedBankAccount',
|
|
740
|
-
VerifyBankAccounts: 'VerifyBankAccounts',
|
|
741
|
-
ViewServiceChargeConfigurations: 'ViewServiceChargeConfigurations',
|
|
742
|
-
EditServiceChargeConfigurations: 'EditServiceChargeConfigurations',
|
|
743
|
-
EditStoreDeliveryZoneFees: 'EditStoreDeliveryZoneFees',
|
|
744
|
-
EditStoreDeliveryFeesLimited: 'EditStoreDeliveryFeesLimited',
|
|
745
|
-
ViewHydraConfig: 'ViewHydraConfig',
|
|
746
|
-
UpdateHydraConfigManage: 'UpdateHydraConfigManage',
|
|
747
|
-
InitiateBluetoothPairingMode: 'InitiateBluetoothPairingMode',
|
|
748
|
-
DeleteTerminal: 'DeleteTerminal',
|
|
749
|
-
ViewKioskTelemetry: 'ViewKioskTelemetry',
|
|
750
|
-
ViewCustomers: 'ViewCustomers',
|
|
751
|
-
EditCustomers: 'EditCustomers',
|
|
752
|
-
CreateCustomers: 'CreateCustomers',
|
|
753
|
-
CreateCatalogElements: 'CreateCatalogElements',
|
|
754
|
-
UpdateCatalogElements: 'UpdateCatalogElements',
|
|
755
|
-
ViewCatalogElements: 'ViewCatalogElements',
|
|
756
|
-
DeleteCatalogElements: 'DeleteCatalogElements',
|
|
757
|
-
ViewMetafieldDefinitions: 'ViewMetafieldDefinitions',
|
|
758
|
-
CreateMetafieldDefinitions: 'CreateMetafieldDefinitions',
|
|
759
|
-
UpdateMetafieldDefinitions: 'UpdateMetafieldDefinitions',
|
|
760
|
-
DeleteMetafieldDefinitions: 'DeleteMetafieldDefinitions',
|
|
761
|
-
UpdateMetafields: 'UpdateMetafields',
|
|
762
|
-
ViewCatalogMenuChanges: 'ViewCatalogMenuChanges',
|
|
763
|
-
PublishCatalogMenuChanges: 'PublishCatalogMenuChanges',
|
|
764
|
-
ViewAppStatistics: 'ViewAppStatistics',
|
|
765
|
-
ViewApmStatistics: 'ViewApmStatistics',
|
|
766
|
-
ViewCampaignsStatistics: 'ViewCampaignsStatistics',
|
|
767
|
-
ViewCustomerStatistics: 'ViewCustomerStatistics',
|
|
768
|
-
ViewLiveStatistics: 'ViewLiveStatistics',
|
|
769
|
-
ViewOrderStatistics: 'ViewOrderStatistics',
|
|
770
|
-
ViewSalesStatistics: 'ViewSalesStatistics',
|
|
771
|
-
ViewSalesEndOfDayStatistics: 'ViewSalesEndOfDayStatistics',
|
|
772
|
-
ViewVouchersStatistics: 'ViewVouchersStatistics',
|
|
773
|
-
DownloadCustomerCsvExport: 'DownloadCustomerCsvExport',
|
|
774
|
-
ViewApmAuditLogs: 'ViewApmAuditLogs',
|
|
775
|
-
ViewStoreAuditLogs: 'ViewStoreAuditLogs',
|
|
776
|
-
ViewMenuAuditLogs: 'ViewMenuAuditLogs',
|
|
777
|
-
ViewBankAccountAuditLogs: 'ViewBankAccountAuditLogs',
|
|
778
|
-
ViewFeeConfigurationsAuditLogs: 'ViewFeeConfigurationsAuditLogs',
|
|
779
|
-
ViewOrdersAuditLogs: 'ViewOrdersAuditLogs',
|
|
780
|
-
ViewVouchersAuditLogs: 'ViewVouchersAuditLogs',
|
|
781
|
-
ViewUserEventsAuditLogs: 'ViewUserEventsAuditLogs',
|
|
782
|
-
ViewCampaignsAuditLogs: 'ViewCampaignsAuditLogs',
|
|
783
|
-
ViewTeammatesAuditLogs: 'ViewTeammatesAuditLogs',
|
|
784
|
-
ViewAppAuditLogs: 'ViewAppAuditLogs',
|
|
785
|
-
ViewCustomerAuditLogs: 'ViewCustomerAuditLogs',
|
|
786
|
-
ViewPrinterAuditLogs: 'ViewPrinterAuditLogs',
|
|
787
|
-
ViewHydraAuditLogs: 'ViewHydraAuditLogs',
|
|
788
|
-
ViewPushNotificationAuditLogs: 'ViewPushNotificationAuditLogs',
|
|
789
|
-
ViewStripeCustomConnectedAccountAuditLogs: 'ViewStripeCustomConnectedAccountAuditLogs',
|
|
790
|
-
ViewKioskBluetoothDeviceAuditLogs: 'ViewKioskBluetoothDeviceAuditLogs',
|
|
791
|
-
ViewExternalAuditLogs: 'ViewExternalAuditLogs',
|
|
792
|
-
CreateExternalAuditLogEvents: 'CreateExternalAuditLogEvents',
|
|
793
|
-
ViewCatalogAuditLogs: 'ViewCatalogAuditLogs',
|
|
794
|
-
ViewOrderFulfillmentAuditLogs: 'ViewOrderFulfillmentAuditLogs',
|
|
795
|
-
ViewChannelAuditLogs: 'ViewChannelAuditLogs',
|
|
796
|
-
ViewAppStoreAuditLogs: 'ViewAppStoreAuditLogs',
|
|
797
|
-
SendPushNotificationToCustomer: 'SendPushNotificationToCustomer',
|
|
798
|
-
InviteDriverToApp: 'InviteDriverToApp',
|
|
799
|
-
GetDriverForApp: 'GetDriverForApp',
|
|
800
|
-
RemoveDriverFromApp: 'RemoveDriverFromApp',
|
|
801
|
-
AssignDriverToOrder: 'AssignDriverToOrder',
|
|
802
|
-
UnassignDriverFromOrder: 'UnassignDriverFromOrder',
|
|
803
|
-
UpdateOrdersDeliveryTrackingStatus: 'UpdateOrdersDeliveryTrackingStatus',
|
|
804
|
-
UpdateOrderFulfillmentStatus: 'UpdateOrderFulfillmentStatus',
|
|
805
|
-
ViewFulfillmentStatesConfiguration: 'ViewFulfillmentStatesConfiguration',
|
|
806
|
-
CreateFulfillmentStatesConfiguration: 'CreateFulfillmentStatesConfiguration',
|
|
807
|
-
UpdateFulfillmentStatesConfiguration: 'UpdateFulfillmentStatesConfiguration',
|
|
808
|
-
DeleteFulfillmentStatesConfiguration: 'DeleteFulfillmentStatesConfiguration',
|
|
809
|
-
ViewPayouts: 'ViewPayouts',
|
|
810
|
-
ViewChannels: 'ViewChannels',
|
|
811
|
-
ViewOnboarding: 'ViewOnboarding',
|
|
812
|
-
UpdateOnboarding: 'UpdateOnboarding',
|
|
813
|
-
ViewClientDevices: 'ViewClientDevices',
|
|
814
|
-
UpdateClientDevices: 'UpdateClientDevices',
|
|
815
|
-
EnrollClientDevices: 'EnrollClientDevices',
|
|
816
|
-
AssignClientDevices: 'AssignClientDevices',
|
|
817
|
-
ViewClientAuditLogs: 'ViewClientAuditLogs',
|
|
818
|
-
CreateAppStoreAppConfiguration: 'CreateAppStoreAppConfiguration',
|
|
819
|
-
ViewAppStoreAppConfiguration: 'ViewAppStoreAppConfiguration',
|
|
820
|
-
UpdateAppStoreAppConfiguration: 'UpdateAppStoreAppConfiguration',
|
|
821
|
-
DeleteAppStoreAppConfiguration: 'DeleteAppStoreAppConfiguration',
|
|
822
|
-
UpdateAppStoreAppConfigurationSettings: 'UpdateAppStoreAppConfigurationSettings',
|
|
823
|
-
CreateAppStoreSubscription: 'CreateAppStoreSubscription',
|
|
824
|
-
UpdateAppStoreSubscription: 'UpdateAppStoreSubscription',
|
|
825
|
-
DeleteAppStoreSubscription: 'DeleteAppStoreSubscription',
|
|
826
|
-
ViewSalesChannels: 'ViewSalesChannels',
|
|
827
|
-
EditSalesChannels: 'EditSalesChannels',
|
|
828
|
-
CreateSalesChannel: 'CreateSalesChannel',
|
|
829
|
-
ArchiveSalesChannel: 'ArchiveSalesChannel',
|
|
830
|
-
UnarchiveSalesChannel: 'UnarchiveSalesChannel',
|
|
831
|
-
PublishSalesChannel: 'PublishSalesChannel',
|
|
832
|
-
UnpublishSalesChannel: 'UnpublishSalesChannel',
|
|
833
|
-
CloneSalesChannel: 'CloneSalesChannel',
|
|
834
|
-
ViewPayGreenWhiteLabelConfiguration: 'ViewPayGreenWhiteLabelConfiguration',
|
|
835
|
-
CreatePayGreenWhiteLabelConfiguration: 'CreatePayGreenWhiteLabelConfiguration',
|
|
836
|
-
UpdatePayGreenWhiteLabelConfiguration: 'UpdatePayGreenWhiteLabelConfiguration',
|
|
837
|
-
UpdatePayGreenStoreConfiguration: 'UpdatePayGreenStoreConfiguration',
|
|
838
|
-
ViewSubscriptions: 'ViewSubscriptions',
|
|
839
|
-
ViewInvoices: 'ViewInvoices',
|
|
840
|
-
EditAccountsBills: 'EditAccountsBills',
|
|
841
|
-
ViewAccountsBills: 'ViewAccountsBills',
|
|
842
|
-
EditAccountsCategories: 'EditAccountsCategories',
|
|
843
|
-
ViewAccountsCategories: 'ViewAccountsCategories',
|
|
844
|
-
EditAccountsCreditAccounts: 'EditAccountsCreditAccounts',
|
|
845
|
-
ViewAccountsCreditAccounts: 'ViewAccountsCreditAccounts',
|
|
846
|
-
EditAccountsCreditBooks: 'EditAccountsCreditBooks',
|
|
847
|
-
ViewAccountsCreditBooks: 'ViewAccountsCreditBooks',
|
|
848
|
-
EditAccountsExpenses: 'EditAccountsExpenses',
|
|
849
|
-
ViewAccountsExpenses: 'ViewAccountsExpenses',
|
|
850
|
-
EditAccountsTransactionAccounts: 'EditAccountsTransactionAccounts',
|
|
851
|
-
ViewAccountsTransactionAccounts: 'ViewAccountsTransactionAccounts',
|
|
852
|
-
EditDocumentExplorer: 'EditDocumentExplorer',
|
|
853
|
-
ViewDocumentExplorer: 'ViewDocumentExplorer',
|
|
854
|
-
ViewInventoryReports: 'ViewInventoryReports',
|
|
855
|
-
EditInventoryPurchaseOrders: 'EditInventoryPurchaseOrders',
|
|
856
|
-
ViewInventoryPurchaseOrders: 'ViewInventoryPurchaseOrders',
|
|
857
|
-
EditInventoryStockItems: 'EditInventoryStockItems',
|
|
858
|
-
ViewInventoryStockItems: 'ViewInventoryStockItems',
|
|
859
|
-
EditInventorySupplier: 'EditInventorySupplier',
|
|
860
|
-
ViewInventorySupplier: 'ViewInventorySupplier',
|
|
861
|
-
EditInventoryTrackingProfiles: 'EditInventoryTrackingProfiles',
|
|
862
|
-
ViewInventoryTrackingProfiles: 'ViewInventoryTrackingProfiles',
|
|
863
|
-
ViewPayrollReports: 'ViewPayrollReports',
|
|
864
|
-
EditPayrollHoliday: 'EditPayrollHoliday',
|
|
865
|
-
ViewPayrollHoliday: 'ViewPayrollHoliday',
|
|
866
|
-
EditPayrollRota: 'EditPayrollRota',
|
|
867
|
-
ViewPayrollRota: 'ViewPayrollRota',
|
|
868
|
-
EditPayrollStaff: 'EditPayrollStaff',
|
|
869
|
-
ViewPayrollStaff: 'ViewPayrollStaff',
|
|
870
|
-
ViewSalesReports: 'ViewSalesReports',
|
|
871
|
-
ViewCostReports: 'ViewCostReports',
|
|
872
|
-
ViewMenuReports: 'ViewMenuReports',
|
|
873
|
-
ViewBrand: 'ViewBrand',
|
|
874
|
-
EditBrand: 'EditBrand',
|
|
875
|
-
CreateBrand: 'CreateBrand',
|
|
876
|
-
TransferBrand: 'TransferBrand',
|
|
877
|
-
ViewProperty: 'ViewProperty',
|
|
878
|
-
EditProperty: 'EditProperty',
|
|
879
|
-
CreateProperty: 'CreateProperty',
|
|
880
|
-
ArchiveProperty: 'ArchiveProperty',
|
|
881
|
-
ViewEntityFeatureFlags: 'ViewEntityFeatureFlags',
|
|
882
|
-
EditEntityFeatureFlags: 'EditEntityFeatureFlags',
|
|
883
|
-
CreateOrg: 'CreateOrg',
|
|
884
|
-
EditOrg: 'EditOrg',
|
|
885
|
-
ViewOrg: 'ViewOrg',
|
|
886
|
-
ViewWebhooks: 'ViewWebhooks',
|
|
887
|
-
EditWebhooks: 'EditWebhooks',
|
|
888
|
-
RoleAdmin: 'RoleAdmin',
|
|
889
|
-
RoleFactory: 'RoleFactory'
|
|
890
|
-
};
|
|
891
|
-
exports.GetAuthorizedOrgsRequestActionEnum = {
|
|
892
|
-
AnyAuditLogs: 'AnyAuditLogs',
|
|
893
|
-
ViewApp: 'ViewApp',
|
|
894
|
-
CreateApp: 'CreateApp',
|
|
895
|
-
UpdateApp: 'UpdateApp',
|
|
896
|
-
ViewAppName: 'ViewAppName',
|
|
897
|
-
EditAppAssets: 'EditAppAssets',
|
|
898
|
-
EditAppFeatures: 'EditAppFeatures',
|
|
899
|
-
ViewTeammates: 'ViewTeammates',
|
|
900
|
-
EditTeammates: 'EditTeammates',
|
|
901
|
-
CreateTeammateOwner: 'CreateTeammateOwner',
|
|
902
|
-
CreateTeammateManagedOwner: 'CreateTeammateManagedOwner',
|
|
903
|
-
CreateTeammateStoreOwner: 'CreateTeammateStoreOwner',
|
|
904
|
-
CreateTeammateStoreManager: 'CreateTeammateStoreManager',
|
|
905
|
-
CreateTeammateStoreStaff: 'CreateTeammateStoreStaff',
|
|
906
|
-
CreateTeammateStoreReadAccess: 'CreateTeammateStoreReadAccess',
|
|
907
|
-
CreateTeammateFinanceManager: 'CreateTeammateFinanceManager',
|
|
908
|
-
CreateTeammateIntegrator: 'CreateTeammateIntegrator',
|
|
909
|
-
CreateTeammateOnboarding: 'CreateTeammateOnboarding',
|
|
910
|
-
CreateTeammatePropertyManager: 'CreateTeammatePropertyManager',
|
|
911
|
-
CreateTeammatePropertyOwner: 'CreateTeammatePropertyOwner',
|
|
912
|
-
ViewApmConfigurations: 'ViewApmConfigurations',
|
|
913
|
-
EditApmConfigurations: 'EditApmConfigurations',
|
|
914
|
-
ViewCampaignsConfigurations: 'ViewCampaignsConfigurations',
|
|
915
|
-
CreateCampaignsConfigurations: 'CreateCampaignsConfigurations',
|
|
916
|
-
UpdateCampaignsConfigurations: 'UpdateCampaignsConfigurations',
|
|
917
|
-
DeleteCampaignsConfigurations: 'DeleteCampaignsConfigurations',
|
|
918
|
-
StampLoyaltyCardAgainstCampaignsConfigurations: 'StampLoyaltyCardAgainstCampaignsConfigurations',
|
|
919
|
-
ViewDevelopersSettings: 'ViewDevelopersSettings',
|
|
920
|
-
EditDevelopersSettings: 'EditDevelopersSettings',
|
|
921
|
-
ViewOrders: 'ViewOrders',
|
|
922
|
-
UpdateOrdersAccept: 'UpdateOrdersAccept',
|
|
923
|
-
UpdateOrdersReject: 'UpdateOrdersReject',
|
|
924
|
-
UpdateOrdersRefund: 'UpdateOrdersRefund',
|
|
925
|
-
UpdateOrdersDispatch: 'UpdateOrdersDispatch',
|
|
926
|
-
ViewStores: 'ViewStores',
|
|
927
|
-
CreateStores: 'CreateStores',
|
|
928
|
-
EditStores: 'EditStores',
|
|
929
|
-
ViewStoresOpeningHours: 'ViewStoresOpeningHours',
|
|
930
|
-
UpdateStoresOpenForCollectionOrDelivery: 'UpdateStoresOpenForCollectionOrDelivery',
|
|
931
|
-
UpdateStoresOpeningHours: 'UpdateStoresOpeningHours',
|
|
932
|
-
ViewStoresOpeningHoursOverride: 'ViewStoresOpeningHoursOverride',
|
|
933
|
-
EditStoresOpeningHoursOverride: 'EditStoresOpeningHoursOverride',
|
|
934
|
-
EditStoresOpeningHoursOverrideTemporary: 'EditStoresOpeningHoursOverrideTemporary',
|
|
935
|
-
UpdateStoresName: 'UpdateStoresName',
|
|
936
|
-
EditStoreKioskSettings: 'EditStoreKioskSettings',
|
|
937
|
-
EditStoreOrderCapacity: 'EditStoreOrderCapacity',
|
|
938
|
-
EditStoreNotifications: 'EditStoreNotifications',
|
|
939
|
-
ArchiveStores: 'ArchiveStores',
|
|
940
|
-
PublishStores: 'PublishStores',
|
|
941
|
-
UpdatePrinterTerminalsAssign: 'UpdatePrinterTerminalsAssign',
|
|
942
|
-
UpdatePrinterTerminalsToggle: 'UpdatePrinterTerminalsToggle',
|
|
943
|
-
ViewStoreGroups: 'ViewStoreGroups',
|
|
944
|
-
CreateStoreGroups: 'CreateStoreGroups',
|
|
945
|
-
UpdateStoreGroups: 'UpdateStoreGroups',
|
|
946
|
-
DeleteStoreGroups: 'DeleteStoreGroups',
|
|
947
|
-
ViewDeliveryZones: 'ViewDeliveryZones',
|
|
948
|
-
CreateDeliveryZones: 'CreateDeliveryZones',
|
|
949
|
-
UpdateDeliveryZones: 'UpdateDeliveryZones',
|
|
950
|
-
DeleteDeliveryZones: 'DeleteDeliveryZones',
|
|
951
|
-
ViewMenu: 'ViewMenu',
|
|
952
|
-
CreateMenu: 'CreateMenu',
|
|
953
|
-
UpdateMenu: 'UpdateMenu',
|
|
954
|
-
DeleteMenu: 'DeleteMenu',
|
|
955
|
-
UpdateMenuLock: 'UpdateMenuLock',
|
|
956
|
-
UpdateMenuItemsHideTemporarily: 'UpdateMenuItemsHideTemporarily',
|
|
957
|
-
EditMenuImage: 'EditMenuImage',
|
|
958
|
-
ViewVouchers: 'ViewVouchers',
|
|
959
|
-
EditVouchers: 'EditVouchers',
|
|
960
|
-
ViewWebsiteContent: 'ViewWebsiteContent',
|
|
961
|
-
EditWebsiteContent: 'EditWebsiteContent',
|
|
962
|
-
ViewWebsiteDnsVerified: 'ViewWebsiteDnsVerified',
|
|
963
|
-
ViewWebsiteCertificateCreated: 'ViewWebsiteCertificateCreated',
|
|
964
|
-
ViewWebsiteCertificateRenewed: 'ViewWebsiteCertificateRenewed',
|
|
965
|
-
ViewBankAccounts: 'ViewBankAccounts',
|
|
966
|
-
CreateBankAccounts: 'CreateBankAccounts',
|
|
967
|
-
UpdateBankAccounts: 'UpdateBankAccounts',
|
|
968
|
-
UpdateBankAccountsAssign: 'UpdateBankAccountsAssign',
|
|
969
|
-
ViewAssignedBankAccount: 'ViewAssignedBankAccount',
|
|
970
|
-
VerifyBankAccounts: 'VerifyBankAccounts',
|
|
971
|
-
ViewServiceChargeConfigurations: 'ViewServiceChargeConfigurations',
|
|
972
|
-
EditServiceChargeConfigurations: 'EditServiceChargeConfigurations',
|
|
973
|
-
EditStoreDeliveryZoneFees: 'EditStoreDeliveryZoneFees',
|
|
974
|
-
EditStoreDeliveryFeesLimited: 'EditStoreDeliveryFeesLimited',
|
|
975
|
-
ViewHydraConfig: 'ViewHydraConfig',
|
|
976
|
-
UpdateHydraConfigManage: 'UpdateHydraConfigManage',
|
|
977
|
-
InitiateBluetoothPairingMode: 'InitiateBluetoothPairingMode',
|
|
978
|
-
DeleteTerminal: 'DeleteTerminal',
|
|
979
|
-
ViewKioskTelemetry: 'ViewKioskTelemetry',
|
|
980
|
-
ViewCustomers: 'ViewCustomers',
|
|
981
|
-
EditCustomers: 'EditCustomers',
|
|
982
|
-
CreateCustomers: 'CreateCustomers',
|
|
983
|
-
CreateCatalogElements: 'CreateCatalogElements',
|
|
984
|
-
UpdateCatalogElements: 'UpdateCatalogElements',
|
|
985
|
-
ViewCatalogElements: 'ViewCatalogElements',
|
|
986
|
-
DeleteCatalogElements: 'DeleteCatalogElements',
|
|
987
|
-
ViewMetafieldDefinitions: 'ViewMetafieldDefinitions',
|
|
988
|
-
CreateMetafieldDefinitions: 'CreateMetafieldDefinitions',
|
|
989
|
-
UpdateMetafieldDefinitions: 'UpdateMetafieldDefinitions',
|
|
990
|
-
DeleteMetafieldDefinitions: 'DeleteMetafieldDefinitions',
|
|
991
|
-
UpdateMetafields: 'UpdateMetafields',
|
|
992
|
-
ViewCatalogMenuChanges: 'ViewCatalogMenuChanges',
|
|
993
|
-
PublishCatalogMenuChanges: 'PublishCatalogMenuChanges',
|
|
994
|
-
ViewAppStatistics: 'ViewAppStatistics',
|
|
995
|
-
ViewApmStatistics: 'ViewApmStatistics',
|
|
996
|
-
ViewCampaignsStatistics: 'ViewCampaignsStatistics',
|
|
997
|
-
ViewCustomerStatistics: 'ViewCustomerStatistics',
|
|
998
|
-
ViewLiveStatistics: 'ViewLiveStatistics',
|
|
999
|
-
ViewOrderStatistics: 'ViewOrderStatistics',
|
|
1000
|
-
ViewSalesStatistics: 'ViewSalesStatistics',
|
|
1001
|
-
ViewSalesEndOfDayStatistics: 'ViewSalesEndOfDayStatistics',
|
|
1002
|
-
ViewVouchersStatistics: 'ViewVouchersStatistics',
|
|
1003
|
-
DownloadCustomerCsvExport: 'DownloadCustomerCsvExport',
|
|
1004
|
-
ViewApmAuditLogs: 'ViewApmAuditLogs',
|
|
1005
|
-
ViewStoreAuditLogs: 'ViewStoreAuditLogs',
|
|
1006
|
-
ViewMenuAuditLogs: 'ViewMenuAuditLogs',
|
|
1007
|
-
ViewBankAccountAuditLogs: 'ViewBankAccountAuditLogs',
|
|
1008
|
-
ViewFeeConfigurationsAuditLogs: 'ViewFeeConfigurationsAuditLogs',
|
|
1009
|
-
ViewOrdersAuditLogs: 'ViewOrdersAuditLogs',
|
|
1010
|
-
ViewVouchersAuditLogs: 'ViewVouchersAuditLogs',
|
|
1011
|
-
ViewUserEventsAuditLogs: 'ViewUserEventsAuditLogs',
|
|
1012
|
-
ViewCampaignsAuditLogs: 'ViewCampaignsAuditLogs',
|
|
1013
|
-
ViewTeammatesAuditLogs: 'ViewTeammatesAuditLogs',
|
|
1014
|
-
ViewAppAuditLogs: 'ViewAppAuditLogs',
|
|
1015
|
-
ViewCustomerAuditLogs: 'ViewCustomerAuditLogs',
|
|
1016
|
-
ViewPrinterAuditLogs: 'ViewPrinterAuditLogs',
|
|
1017
|
-
ViewHydraAuditLogs: 'ViewHydraAuditLogs',
|
|
1018
|
-
ViewPushNotificationAuditLogs: 'ViewPushNotificationAuditLogs',
|
|
1019
|
-
ViewStripeCustomConnectedAccountAuditLogs: 'ViewStripeCustomConnectedAccountAuditLogs',
|
|
1020
|
-
ViewKioskBluetoothDeviceAuditLogs: 'ViewKioskBluetoothDeviceAuditLogs',
|
|
1021
|
-
ViewExternalAuditLogs: 'ViewExternalAuditLogs',
|
|
1022
|
-
CreateExternalAuditLogEvents: 'CreateExternalAuditLogEvents',
|
|
1023
|
-
ViewCatalogAuditLogs: 'ViewCatalogAuditLogs',
|
|
1024
|
-
ViewOrderFulfillmentAuditLogs: 'ViewOrderFulfillmentAuditLogs',
|
|
1025
|
-
ViewChannelAuditLogs: 'ViewChannelAuditLogs',
|
|
1026
|
-
ViewAppStoreAuditLogs: 'ViewAppStoreAuditLogs',
|
|
1027
|
-
SendPushNotificationToCustomer: 'SendPushNotificationToCustomer',
|
|
1028
|
-
InviteDriverToApp: 'InviteDriverToApp',
|
|
1029
|
-
GetDriverForApp: 'GetDriverForApp',
|
|
1030
|
-
RemoveDriverFromApp: 'RemoveDriverFromApp',
|
|
1031
|
-
AssignDriverToOrder: 'AssignDriverToOrder',
|
|
1032
|
-
UnassignDriverFromOrder: 'UnassignDriverFromOrder',
|
|
1033
|
-
UpdateOrdersDeliveryTrackingStatus: 'UpdateOrdersDeliveryTrackingStatus',
|
|
1034
|
-
UpdateOrderFulfillmentStatus: 'UpdateOrderFulfillmentStatus',
|
|
1035
|
-
ViewFulfillmentStatesConfiguration: 'ViewFulfillmentStatesConfiguration',
|
|
1036
|
-
CreateFulfillmentStatesConfiguration: 'CreateFulfillmentStatesConfiguration',
|
|
1037
|
-
UpdateFulfillmentStatesConfiguration: 'UpdateFulfillmentStatesConfiguration',
|
|
1038
|
-
DeleteFulfillmentStatesConfiguration: 'DeleteFulfillmentStatesConfiguration',
|
|
1039
|
-
ViewPayouts: 'ViewPayouts',
|
|
1040
|
-
ViewChannels: 'ViewChannels',
|
|
1041
|
-
ViewOnboarding: 'ViewOnboarding',
|
|
1042
|
-
UpdateOnboarding: 'UpdateOnboarding',
|
|
1043
|
-
ViewClientDevices: 'ViewClientDevices',
|
|
1044
|
-
UpdateClientDevices: 'UpdateClientDevices',
|
|
1045
|
-
EnrollClientDevices: 'EnrollClientDevices',
|
|
1046
|
-
AssignClientDevices: 'AssignClientDevices',
|
|
1047
|
-
ViewClientAuditLogs: 'ViewClientAuditLogs',
|
|
1048
|
-
CreateAppStoreAppConfiguration: 'CreateAppStoreAppConfiguration',
|
|
1049
|
-
ViewAppStoreAppConfiguration: 'ViewAppStoreAppConfiguration',
|
|
1050
|
-
UpdateAppStoreAppConfiguration: 'UpdateAppStoreAppConfiguration',
|
|
1051
|
-
DeleteAppStoreAppConfiguration: 'DeleteAppStoreAppConfiguration',
|
|
1052
|
-
UpdateAppStoreAppConfigurationSettings: 'UpdateAppStoreAppConfigurationSettings',
|
|
1053
|
-
CreateAppStoreSubscription: 'CreateAppStoreSubscription',
|
|
1054
|
-
UpdateAppStoreSubscription: 'UpdateAppStoreSubscription',
|
|
1055
|
-
DeleteAppStoreSubscription: 'DeleteAppStoreSubscription',
|
|
1056
|
-
ViewSalesChannels: 'ViewSalesChannels',
|
|
1057
|
-
EditSalesChannels: 'EditSalesChannels',
|
|
1058
|
-
CreateSalesChannel: 'CreateSalesChannel',
|
|
1059
|
-
ArchiveSalesChannel: 'ArchiveSalesChannel',
|
|
1060
|
-
UnarchiveSalesChannel: 'UnarchiveSalesChannel',
|
|
1061
|
-
PublishSalesChannel: 'PublishSalesChannel',
|
|
1062
|
-
UnpublishSalesChannel: 'UnpublishSalesChannel',
|
|
1063
|
-
CloneSalesChannel: 'CloneSalesChannel',
|
|
1064
|
-
ViewPayGreenWhiteLabelConfiguration: 'ViewPayGreenWhiteLabelConfiguration',
|
|
1065
|
-
CreatePayGreenWhiteLabelConfiguration: 'CreatePayGreenWhiteLabelConfiguration',
|
|
1066
|
-
UpdatePayGreenWhiteLabelConfiguration: 'UpdatePayGreenWhiteLabelConfiguration',
|
|
1067
|
-
UpdatePayGreenStoreConfiguration: 'UpdatePayGreenStoreConfiguration',
|
|
1068
|
-
ViewSubscriptions: 'ViewSubscriptions',
|
|
1069
|
-
ViewInvoices: 'ViewInvoices',
|
|
1070
|
-
EditAccountsBills: 'EditAccountsBills',
|
|
1071
|
-
ViewAccountsBills: 'ViewAccountsBills',
|
|
1072
|
-
EditAccountsCategories: 'EditAccountsCategories',
|
|
1073
|
-
ViewAccountsCategories: 'ViewAccountsCategories',
|
|
1074
|
-
EditAccountsCreditAccounts: 'EditAccountsCreditAccounts',
|
|
1075
|
-
ViewAccountsCreditAccounts: 'ViewAccountsCreditAccounts',
|
|
1076
|
-
EditAccountsCreditBooks: 'EditAccountsCreditBooks',
|
|
1077
|
-
ViewAccountsCreditBooks: 'ViewAccountsCreditBooks',
|
|
1078
|
-
EditAccountsExpenses: 'EditAccountsExpenses',
|
|
1079
|
-
ViewAccountsExpenses: 'ViewAccountsExpenses',
|
|
1080
|
-
EditAccountsTransactionAccounts: 'EditAccountsTransactionAccounts',
|
|
1081
|
-
ViewAccountsTransactionAccounts: 'ViewAccountsTransactionAccounts',
|
|
1082
|
-
EditDocumentExplorer: 'EditDocumentExplorer',
|
|
1083
|
-
ViewDocumentExplorer: 'ViewDocumentExplorer',
|
|
1084
|
-
ViewInventoryReports: 'ViewInventoryReports',
|
|
1085
|
-
EditInventoryPurchaseOrders: 'EditInventoryPurchaseOrders',
|
|
1086
|
-
ViewInventoryPurchaseOrders: 'ViewInventoryPurchaseOrders',
|
|
1087
|
-
EditInventoryStockItems: 'EditInventoryStockItems',
|
|
1088
|
-
ViewInventoryStockItems: 'ViewInventoryStockItems',
|
|
1089
|
-
EditInventorySupplier: 'EditInventorySupplier',
|
|
1090
|
-
ViewInventorySupplier: 'ViewInventorySupplier',
|
|
1091
|
-
EditInventoryTrackingProfiles: 'EditInventoryTrackingProfiles',
|
|
1092
|
-
ViewInventoryTrackingProfiles: 'ViewInventoryTrackingProfiles',
|
|
1093
|
-
ViewPayrollReports: 'ViewPayrollReports',
|
|
1094
|
-
EditPayrollHoliday: 'EditPayrollHoliday',
|
|
1095
|
-
ViewPayrollHoliday: 'ViewPayrollHoliday',
|
|
1096
|
-
EditPayrollRota: 'EditPayrollRota',
|
|
1097
|
-
ViewPayrollRota: 'ViewPayrollRota',
|
|
1098
|
-
EditPayrollStaff: 'EditPayrollStaff',
|
|
1099
|
-
ViewPayrollStaff: 'ViewPayrollStaff',
|
|
1100
|
-
ViewSalesReports: 'ViewSalesReports',
|
|
1101
|
-
ViewCostReports: 'ViewCostReports',
|
|
1102
|
-
ViewMenuReports: 'ViewMenuReports',
|
|
1103
|
-
ViewBrand: 'ViewBrand',
|
|
1104
|
-
EditBrand: 'EditBrand',
|
|
1105
|
-
CreateBrand: 'CreateBrand',
|
|
1106
|
-
TransferBrand: 'TransferBrand',
|
|
1107
|
-
ViewProperty: 'ViewProperty',
|
|
1108
|
-
EditProperty: 'EditProperty',
|
|
1109
|
-
CreateProperty: 'CreateProperty',
|
|
1110
|
-
ArchiveProperty: 'ArchiveProperty',
|
|
1111
|
-
ViewEntityFeatureFlags: 'ViewEntityFeatureFlags',
|
|
1112
|
-
EditEntityFeatureFlags: 'EditEntityFeatureFlags',
|
|
1113
|
-
CreateOrg: 'CreateOrg',
|
|
1114
|
-
EditOrg: 'EditOrg',
|
|
1115
|
-
ViewOrg: 'ViewOrg',
|
|
1116
|
-
ViewWebhooks: 'ViewWebhooks',
|
|
1117
|
-
EditWebhooks: 'EditWebhooks',
|
|
1118
|
-
RoleAdmin: 'RoleAdmin',
|
|
1119
|
-
RoleFactory: 'RoleFactory'
|
|
1120
|
-
};
|
|
1121
|
-
exports.GetAuthorizedOrgsRequestPrincipalTypeEnum = {
|
|
1122
|
-
User: 'User',
|
|
1123
|
-
Automation: 'Automation'
|
|
1124
|
-
};
|
|
1125
|
-
exports.GetAuthorizedPropertiesRequestActionEnum = {
|
|
1126
|
-
AnyAuditLogs: 'AnyAuditLogs',
|
|
1127
|
-
ViewApp: 'ViewApp',
|
|
1128
|
-
CreateApp: 'CreateApp',
|
|
1129
|
-
UpdateApp: 'UpdateApp',
|
|
1130
|
-
ViewAppName: 'ViewAppName',
|
|
1131
|
-
EditAppAssets: 'EditAppAssets',
|
|
1132
|
-
EditAppFeatures: 'EditAppFeatures',
|
|
1133
|
-
ViewTeammates: 'ViewTeammates',
|
|
1134
|
-
EditTeammates: 'EditTeammates',
|
|
1135
|
-
CreateTeammateOwner: 'CreateTeammateOwner',
|
|
1136
|
-
CreateTeammateManagedOwner: 'CreateTeammateManagedOwner',
|
|
1137
|
-
CreateTeammateStoreOwner: 'CreateTeammateStoreOwner',
|
|
1138
|
-
CreateTeammateStoreManager: 'CreateTeammateStoreManager',
|
|
1139
|
-
CreateTeammateStoreStaff: 'CreateTeammateStoreStaff',
|
|
1140
|
-
CreateTeammateStoreReadAccess: 'CreateTeammateStoreReadAccess',
|
|
1141
|
-
CreateTeammateFinanceManager: 'CreateTeammateFinanceManager',
|
|
1142
|
-
CreateTeammateIntegrator: 'CreateTeammateIntegrator',
|
|
1143
|
-
CreateTeammateOnboarding: 'CreateTeammateOnboarding',
|
|
1144
|
-
CreateTeammatePropertyManager: 'CreateTeammatePropertyManager',
|
|
1145
|
-
CreateTeammatePropertyOwner: 'CreateTeammatePropertyOwner',
|
|
1146
|
-
ViewApmConfigurations: 'ViewApmConfigurations',
|
|
1147
|
-
EditApmConfigurations: 'EditApmConfigurations',
|
|
1148
|
-
ViewCampaignsConfigurations: 'ViewCampaignsConfigurations',
|
|
1149
|
-
CreateCampaignsConfigurations: 'CreateCampaignsConfigurations',
|
|
1150
|
-
UpdateCampaignsConfigurations: 'UpdateCampaignsConfigurations',
|
|
1151
|
-
DeleteCampaignsConfigurations: 'DeleteCampaignsConfigurations',
|
|
1152
|
-
StampLoyaltyCardAgainstCampaignsConfigurations: 'StampLoyaltyCardAgainstCampaignsConfigurations',
|
|
1153
|
-
ViewDevelopersSettings: 'ViewDevelopersSettings',
|
|
1154
|
-
EditDevelopersSettings: 'EditDevelopersSettings',
|
|
1155
|
-
ViewOrders: 'ViewOrders',
|
|
1156
|
-
UpdateOrdersAccept: 'UpdateOrdersAccept',
|
|
1157
|
-
UpdateOrdersReject: 'UpdateOrdersReject',
|
|
1158
|
-
UpdateOrdersRefund: 'UpdateOrdersRefund',
|
|
1159
|
-
UpdateOrdersDispatch: 'UpdateOrdersDispatch',
|
|
1160
|
-
ViewStores: 'ViewStores',
|
|
1161
|
-
CreateStores: 'CreateStores',
|
|
1162
|
-
EditStores: 'EditStores',
|
|
1163
|
-
ViewStoresOpeningHours: 'ViewStoresOpeningHours',
|
|
1164
|
-
UpdateStoresOpenForCollectionOrDelivery: 'UpdateStoresOpenForCollectionOrDelivery',
|
|
1165
|
-
UpdateStoresOpeningHours: 'UpdateStoresOpeningHours',
|
|
1166
|
-
ViewStoresOpeningHoursOverride: 'ViewStoresOpeningHoursOverride',
|
|
1167
|
-
EditStoresOpeningHoursOverride: 'EditStoresOpeningHoursOverride',
|
|
1168
|
-
EditStoresOpeningHoursOverrideTemporary: 'EditStoresOpeningHoursOverrideTemporary',
|
|
1169
|
-
UpdateStoresName: 'UpdateStoresName',
|
|
1170
|
-
EditStoreKioskSettings: 'EditStoreKioskSettings',
|
|
1171
|
-
EditStoreOrderCapacity: 'EditStoreOrderCapacity',
|
|
1172
|
-
EditStoreNotifications: 'EditStoreNotifications',
|
|
1173
|
-
ArchiveStores: 'ArchiveStores',
|
|
1174
|
-
PublishStores: 'PublishStores',
|
|
1175
|
-
UpdatePrinterTerminalsAssign: 'UpdatePrinterTerminalsAssign',
|
|
1176
|
-
UpdatePrinterTerminalsToggle: 'UpdatePrinterTerminalsToggle',
|
|
1177
|
-
ViewStoreGroups: 'ViewStoreGroups',
|
|
1178
|
-
CreateStoreGroups: 'CreateStoreGroups',
|
|
1179
|
-
UpdateStoreGroups: 'UpdateStoreGroups',
|
|
1180
|
-
DeleteStoreGroups: 'DeleteStoreGroups',
|
|
1181
|
-
ViewDeliveryZones: 'ViewDeliveryZones',
|
|
1182
|
-
CreateDeliveryZones: 'CreateDeliveryZones',
|
|
1183
|
-
UpdateDeliveryZones: 'UpdateDeliveryZones',
|
|
1184
|
-
DeleteDeliveryZones: 'DeleteDeliveryZones',
|
|
1185
|
-
ViewMenu: 'ViewMenu',
|
|
1186
|
-
CreateMenu: 'CreateMenu',
|
|
1187
|
-
UpdateMenu: 'UpdateMenu',
|
|
1188
|
-
DeleteMenu: 'DeleteMenu',
|
|
1189
|
-
UpdateMenuLock: 'UpdateMenuLock',
|
|
1190
|
-
UpdateMenuItemsHideTemporarily: 'UpdateMenuItemsHideTemporarily',
|
|
1191
|
-
EditMenuImage: 'EditMenuImage',
|
|
1192
|
-
ViewVouchers: 'ViewVouchers',
|
|
1193
|
-
EditVouchers: 'EditVouchers',
|
|
1194
|
-
ViewWebsiteContent: 'ViewWebsiteContent',
|
|
1195
|
-
EditWebsiteContent: 'EditWebsiteContent',
|
|
1196
|
-
ViewWebsiteDnsVerified: 'ViewWebsiteDnsVerified',
|
|
1197
|
-
ViewWebsiteCertificateCreated: 'ViewWebsiteCertificateCreated',
|
|
1198
|
-
ViewWebsiteCertificateRenewed: 'ViewWebsiteCertificateRenewed',
|
|
1199
|
-
ViewBankAccounts: 'ViewBankAccounts',
|
|
1200
|
-
CreateBankAccounts: 'CreateBankAccounts',
|
|
1201
|
-
UpdateBankAccounts: 'UpdateBankAccounts',
|
|
1202
|
-
UpdateBankAccountsAssign: 'UpdateBankAccountsAssign',
|
|
1203
|
-
ViewAssignedBankAccount: 'ViewAssignedBankAccount',
|
|
1204
|
-
VerifyBankAccounts: 'VerifyBankAccounts',
|
|
1205
|
-
ViewServiceChargeConfigurations: 'ViewServiceChargeConfigurations',
|
|
1206
|
-
EditServiceChargeConfigurations: 'EditServiceChargeConfigurations',
|
|
1207
|
-
EditStoreDeliveryZoneFees: 'EditStoreDeliveryZoneFees',
|
|
1208
|
-
EditStoreDeliveryFeesLimited: 'EditStoreDeliveryFeesLimited',
|
|
1209
|
-
ViewHydraConfig: 'ViewHydraConfig',
|
|
1210
|
-
UpdateHydraConfigManage: 'UpdateHydraConfigManage',
|
|
1211
|
-
InitiateBluetoothPairingMode: 'InitiateBluetoothPairingMode',
|
|
1212
|
-
DeleteTerminal: 'DeleteTerminal',
|
|
1213
|
-
ViewKioskTelemetry: 'ViewKioskTelemetry',
|
|
1214
|
-
ViewCustomers: 'ViewCustomers',
|
|
1215
|
-
EditCustomers: 'EditCustomers',
|
|
1216
|
-
CreateCustomers: 'CreateCustomers',
|
|
1217
|
-
CreateCatalogElements: 'CreateCatalogElements',
|
|
1218
|
-
UpdateCatalogElements: 'UpdateCatalogElements',
|
|
1219
|
-
ViewCatalogElements: 'ViewCatalogElements',
|
|
1220
|
-
DeleteCatalogElements: 'DeleteCatalogElements',
|
|
1221
|
-
ViewMetafieldDefinitions: 'ViewMetafieldDefinitions',
|
|
1222
|
-
CreateMetafieldDefinitions: 'CreateMetafieldDefinitions',
|
|
1223
|
-
UpdateMetafieldDefinitions: 'UpdateMetafieldDefinitions',
|
|
1224
|
-
DeleteMetafieldDefinitions: 'DeleteMetafieldDefinitions',
|
|
1225
|
-
UpdateMetafields: 'UpdateMetafields',
|
|
1226
|
-
ViewCatalogMenuChanges: 'ViewCatalogMenuChanges',
|
|
1227
|
-
PublishCatalogMenuChanges: 'PublishCatalogMenuChanges',
|
|
1228
|
-
ViewAppStatistics: 'ViewAppStatistics',
|
|
1229
|
-
ViewApmStatistics: 'ViewApmStatistics',
|
|
1230
|
-
ViewCampaignsStatistics: 'ViewCampaignsStatistics',
|
|
1231
|
-
ViewCustomerStatistics: 'ViewCustomerStatistics',
|
|
1232
|
-
ViewLiveStatistics: 'ViewLiveStatistics',
|
|
1233
|
-
ViewOrderStatistics: 'ViewOrderStatistics',
|
|
1234
|
-
ViewSalesStatistics: 'ViewSalesStatistics',
|
|
1235
|
-
ViewSalesEndOfDayStatistics: 'ViewSalesEndOfDayStatistics',
|
|
1236
|
-
ViewVouchersStatistics: 'ViewVouchersStatistics',
|
|
1237
|
-
DownloadCustomerCsvExport: 'DownloadCustomerCsvExport',
|
|
1238
|
-
ViewApmAuditLogs: 'ViewApmAuditLogs',
|
|
1239
|
-
ViewStoreAuditLogs: 'ViewStoreAuditLogs',
|
|
1240
|
-
ViewMenuAuditLogs: 'ViewMenuAuditLogs',
|
|
1241
|
-
ViewBankAccountAuditLogs: 'ViewBankAccountAuditLogs',
|
|
1242
|
-
ViewFeeConfigurationsAuditLogs: 'ViewFeeConfigurationsAuditLogs',
|
|
1243
|
-
ViewOrdersAuditLogs: 'ViewOrdersAuditLogs',
|
|
1244
|
-
ViewVouchersAuditLogs: 'ViewVouchersAuditLogs',
|
|
1245
|
-
ViewUserEventsAuditLogs: 'ViewUserEventsAuditLogs',
|
|
1246
|
-
ViewCampaignsAuditLogs: 'ViewCampaignsAuditLogs',
|
|
1247
|
-
ViewTeammatesAuditLogs: 'ViewTeammatesAuditLogs',
|
|
1248
|
-
ViewAppAuditLogs: 'ViewAppAuditLogs',
|
|
1249
|
-
ViewCustomerAuditLogs: 'ViewCustomerAuditLogs',
|
|
1250
|
-
ViewPrinterAuditLogs: 'ViewPrinterAuditLogs',
|
|
1251
|
-
ViewHydraAuditLogs: 'ViewHydraAuditLogs',
|
|
1252
|
-
ViewPushNotificationAuditLogs: 'ViewPushNotificationAuditLogs',
|
|
1253
|
-
ViewStripeCustomConnectedAccountAuditLogs: 'ViewStripeCustomConnectedAccountAuditLogs',
|
|
1254
|
-
ViewKioskBluetoothDeviceAuditLogs: 'ViewKioskBluetoothDeviceAuditLogs',
|
|
1255
|
-
ViewExternalAuditLogs: 'ViewExternalAuditLogs',
|
|
1256
|
-
CreateExternalAuditLogEvents: 'CreateExternalAuditLogEvents',
|
|
1257
|
-
ViewCatalogAuditLogs: 'ViewCatalogAuditLogs',
|
|
1258
|
-
ViewOrderFulfillmentAuditLogs: 'ViewOrderFulfillmentAuditLogs',
|
|
1259
|
-
ViewChannelAuditLogs: 'ViewChannelAuditLogs',
|
|
1260
|
-
ViewAppStoreAuditLogs: 'ViewAppStoreAuditLogs',
|
|
1261
|
-
SendPushNotificationToCustomer: 'SendPushNotificationToCustomer',
|
|
1262
|
-
InviteDriverToApp: 'InviteDriverToApp',
|
|
1263
|
-
GetDriverForApp: 'GetDriverForApp',
|
|
1264
|
-
RemoveDriverFromApp: 'RemoveDriverFromApp',
|
|
1265
|
-
AssignDriverToOrder: 'AssignDriverToOrder',
|
|
1266
|
-
UnassignDriverFromOrder: 'UnassignDriverFromOrder',
|
|
1267
|
-
UpdateOrdersDeliveryTrackingStatus: 'UpdateOrdersDeliveryTrackingStatus',
|
|
1268
|
-
UpdateOrderFulfillmentStatus: 'UpdateOrderFulfillmentStatus',
|
|
1269
|
-
ViewFulfillmentStatesConfiguration: 'ViewFulfillmentStatesConfiguration',
|
|
1270
|
-
CreateFulfillmentStatesConfiguration: 'CreateFulfillmentStatesConfiguration',
|
|
1271
|
-
UpdateFulfillmentStatesConfiguration: 'UpdateFulfillmentStatesConfiguration',
|
|
1272
|
-
DeleteFulfillmentStatesConfiguration: 'DeleteFulfillmentStatesConfiguration',
|
|
1273
|
-
ViewPayouts: 'ViewPayouts',
|
|
1274
|
-
ViewChannels: 'ViewChannels',
|
|
1275
|
-
ViewOnboarding: 'ViewOnboarding',
|
|
1276
|
-
UpdateOnboarding: 'UpdateOnboarding',
|
|
1277
|
-
ViewClientDevices: 'ViewClientDevices',
|
|
1278
|
-
UpdateClientDevices: 'UpdateClientDevices',
|
|
1279
|
-
EnrollClientDevices: 'EnrollClientDevices',
|
|
1280
|
-
AssignClientDevices: 'AssignClientDevices',
|
|
1281
|
-
ViewClientAuditLogs: 'ViewClientAuditLogs',
|
|
1282
|
-
CreateAppStoreAppConfiguration: 'CreateAppStoreAppConfiguration',
|
|
1283
|
-
ViewAppStoreAppConfiguration: 'ViewAppStoreAppConfiguration',
|
|
1284
|
-
UpdateAppStoreAppConfiguration: 'UpdateAppStoreAppConfiguration',
|
|
1285
|
-
DeleteAppStoreAppConfiguration: 'DeleteAppStoreAppConfiguration',
|
|
1286
|
-
UpdateAppStoreAppConfigurationSettings: 'UpdateAppStoreAppConfigurationSettings',
|
|
1287
|
-
CreateAppStoreSubscription: 'CreateAppStoreSubscription',
|
|
1288
|
-
UpdateAppStoreSubscription: 'UpdateAppStoreSubscription',
|
|
1289
|
-
DeleteAppStoreSubscription: 'DeleteAppStoreSubscription',
|
|
1290
|
-
ViewSalesChannels: 'ViewSalesChannels',
|
|
1291
|
-
EditSalesChannels: 'EditSalesChannels',
|
|
1292
|
-
CreateSalesChannel: 'CreateSalesChannel',
|
|
1293
|
-
ArchiveSalesChannel: 'ArchiveSalesChannel',
|
|
1294
|
-
UnarchiveSalesChannel: 'UnarchiveSalesChannel',
|
|
1295
|
-
PublishSalesChannel: 'PublishSalesChannel',
|
|
1296
|
-
UnpublishSalesChannel: 'UnpublishSalesChannel',
|
|
1297
|
-
CloneSalesChannel: 'CloneSalesChannel',
|
|
1298
|
-
ViewPayGreenWhiteLabelConfiguration: 'ViewPayGreenWhiteLabelConfiguration',
|
|
1299
|
-
CreatePayGreenWhiteLabelConfiguration: 'CreatePayGreenWhiteLabelConfiguration',
|
|
1300
|
-
UpdatePayGreenWhiteLabelConfiguration: 'UpdatePayGreenWhiteLabelConfiguration',
|
|
1301
|
-
UpdatePayGreenStoreConfiguration: 'UpdatePayGreenStoreConfiguration',
|
|
1302
|
-
ViewSubscriptions: 'ViewSubscriptions',
|
|
1303
|
-
ViewInvoices: 'ViewInvoices',
|
|
1304
|
-
EditAccountsBills: 'EditAccountsBills',
|
|
1305
|
-
ViewAccountsBills: 'ViewAccountsBills',
|
|
1306
|
-
EditAccountsCategories: 'EditAccountsCategories',
|
|
1307
|
-
ViewAccountsCategories: 'ViewAccountsCategories',
|
|
1308
|
-
EditAccountsCreditAccounts: 'EditAccountsCreditAccounts',
|
|
1309
|
-
ViewAccountsCreditAccounts: 'ViewAccountsCreditAccounts',
|
|
1310
|
-
EditAccountsCreditBooks: 'EditAccountsCreditBooks',
|
|
1311
|
-
ViewAccountsCreditBooks: 'ViewAccountsCreditBooks',
|
|
1312
|
-
EditAccountsExpenses: 'EditAccountsExpenses',
|
|
1313
|
-
ViewAccountsExpenses: 'ViewAccountsExpenses',
|
|
1314
|
-
EditAccountsTransactionAccounts: 'EditAccountsTransactionAccounts',
|
|
1315
|
-
ViewAccountsTransactionAccounts: 'ViewAccountsTransactionAccounts',
|
|
1316
|
-
EditDocumentExplorer: 'EditDocumentExplorer',
|
|
1317
|
-
ViewDocumentExplorer: 'ViewDocumentExplorer',
|
|
1318
|
-
ViewInventoryReports: 'ViewInventoryReports',
|
|
1319
|
-
EditInventoryPurchaseOrders: 'EditInventoryPurchaseOrders',
|
|
1320
|
-
ViewInventoryPurchaseOrders: 'ViewInventoryPurchaseOrders',
|
|
1321
|
-
EditInventoryStockItems: 'EditInventoryStockItems',
|
|
1322
|
-
ViewInventoryStockItems: 'ViewInventoryStockItems',
|
|
1323
|
-
EditInventorySupplier: 'EditInventorySupplier',
|
|
1324
|
-
ViewInventorySupplier: 'ViewInventorySupplier',
|
|
1325
|
-
EditInventoryTrackingProfiles: 'EditInventoryTrackingProfiles',
|
|
1326
|
-
ViewInventoryTrackingProfiles: 'ViewInventoryTrackingProfiles',
|
|
1327
|
-
ViewPayrollReports: 'ViewPayrollReports',
|
|
1328
|
-
EditPayrollHoliday: 'EditPayrollHoliday',
|
|
1329
|
-
ViewPayrollHoliday: 'ViewPayrollHoliday',
|
|
1330
|
-
EditPayrollRota: 'EditPayrollRota',
|
|
1331
|
-
ViewPayrollRota: 'ViewPayrollRota',
|
|
1332
|
-
EditPayrollStaff: 'EditPayrollStaff',
|
|
1333
|
-
ViewPayrollStaff: 'ViewPayrollStaff',
|
|
1334
|
-
ViewSalesReports: 'ViewSalesReports',
|
|
1335
|
-
ViewCostReports: 'ViewCostReports',
|
|
1336
|
-
ViewMenuReports: 'ViewMenuReports',
|
|
1337
|
-
ViewBrand: 'ViewBrand',
|
|
1338
|
-
EditBrand: 'EditBrand',
|
|
1339
|
-
CreateBrand: 'CreateBrand',
|
|
1340
|
-
TransferBrand: 'TransferBrand',
|
|
1341
|
-
ViewProperty: 'ViewProperty',
|
|
1342
|
-
EditProperty: 'EditProperty',
|
|
1343
|
-
CreateProperty: 'CreateProperty',
|
|
1344
|
-
ArchiveProperty: 'ArchiveProperty',
|
|
1345
|
-
ViewEntityFeatureFlags: 'ViewEntityFeatureFlags',
|
|
1346
|
-
EditEntityFeatureFlags: 'EditEntityFeatureFlags',
|
|
1347
|
-
CreateOrg: 'CreateOrg',
|
|
1348
|
-
EditOrg: 'EditOrg',
|
|
1349
|
-
ViewOrg: 'ViewOrg',
|
|
1350
|
-
ViewWebhooks: 'ViewWebhooks',
|
|
1351
|
-
EditWebhooks: 'EditWebhooks',
|
|
1352
|
-
RoleAdmin: 'RoleAdmin',
|
|
1353
|
-
RoleFactory: 'RoleFactory'
|
|
1354
|
-
};
|
|
1355
|
-
exports.GetPrincipalRolesSuccessResponseRolesInnerPolicyTypeEnum = {
|
|
1356
|
-
Main: 'Main',
|
|
1357
|
-
BrandOverride: 'BrandOverride',
|
|
1358
|
-
OrgOverride: 'OrgOverride',
|
|
1359
|
-
Forbidden: 'Forbidden',
|
|
1360
|
-
NamedRole: 'NamedRole'
|
|
1361
|
-
};
|
|
1362
|
-
exports.GetPrincipalRolesSuccessResponseRolesInnerResourceTypeEnum = {
|
|
1363
|
-
Property: 'Property',
|
|
1364
|
-
Org: 'Org',
|
|
1365
|
-
Brand: 'Brand',
|
|
1366
|
-
SalesChannel: 'SalesChannel'
|
|
1367
|
-
};
|
|
1368
|
-
exports.GetPrincipalRolesSuccessResponseRolesInnerPrincipalTypeEnum = {
|
|
1369
|
-
User: 'User',
|
|
1370
|
-
Automation: 'Automation'
|
|
1371
|
-
};
|
|
1372
|
-
exports.GetUserPermissionsSuccessResponseResourcesValueResourceTypeEnum = {
|
|
1373
|
-
Property: 'Property',
|
|
1374
|
-
Org: 'Org',
|
|
1375
|
-
Brand: 'Brand',
|
|
1376
|
-
SalesChannel: 'SalesChannel'
|
|
1377
|
-
};
|
|
1378
|
-
exports.GetUserPermissionsSuccessResponseResourcesValuePermissionsEnum = {
|
|
1379
|
-
AnyAuditLogs: 'AnyAuditLogs',
|
|
1380
|
-
ViewApp: 'ViewApp',
|
|
1381
|
-
CreateApp: 'CreateApp',
|
|
1382
|
-
UpdateApp: 'UpdateApp',
|
|
1383
|
-
ViewAppName: 'ViewAppName',
|
|
1384
|
-
EditAppAssets: 'EditAppAssets',
|
|
1385
|
-
EditAppFeatures: 'EditAppFeatures',
|
|
1386
|
-
ViewTeammates: 'ViewTeammates',
|
|
1387
|
-
EditTeammates: 'EditTeammates',
|
|
1388
|
-
CreateTeammateOwner: 'CreateTeammateOwner',
|
|
1389
|
-
CreateTeammateManagedOwner: 'CreateTeammateManagedOwner',
|
|
1390
|
-
CreateTeammateStoreOwner: 'CreateTeammateStoreOwner',
|
|
1391
|
-
CreateTeammateStoreManager: 'CreateTeammateStoreManager',
|
|
1392
|
-
CreateTeammateStoreStaff: 'CreateTeammateStoreStaff',
|
|
1393
|
-
CreateTeammateStoreReadAccess: 'CreateTeammateStoreReadAccess',
|
|
1394
|
-
CreateTeammateFinanceManager: 'CreateTeammateFinanceManager',
|
|
1395
|
-
CreateTeammateIntegrator: 'CreateTeammateIntegrator',
|
|
1396
|
-
CreateTeammateOnboarding: 'CreateTeammateOnboarding',
|
|
1397
|
-
CreateTeammatePropertyManager: 'CreateTeammatePropertyManager',
|
|
1398
|
-
CreateTeammatePropertyOwner: 'CreateTeammatePropertyOwner',
|
|
1399
|
-
ViewApmConfigurations: 'ViewApmConfigurations',
|
|
1400
|
-
EditApmConfigurations: 'EditApmConfigurations',
|
|
1401
|
-
ViewCampaignsConfigurations: 'ViewCampaignsConfigurations',
|
|
1402
|
-
CreateCampaignsConfigurations: 'CreateCampaignsConfigurations',
|
|
1403
|
-
UpdateCampaignsConfigurations: 'UpdateCampaignsConfigurations',
|
|
1404
|
-
DeleteCampaignsConfigurations: 'DeleteCampaignsConfigurations',
|
|
1405
|
-
StampLoyaltyCardAgainstCampaignsConfigurations: 'StampLoyaltyCardAgainstCampaignsConfigurations',
|
|
1406
|
-
ViewDevelopersSettings: 'ViewDevelopersSettings',
|
|
1407
|
-
EditDevelopersSettings: 'EditDevelopersSettings',
|
|
1408
|
-
ViewOrders: 'ViewOrders',
|
|
1409
|
-
UpdateOrdersAccept: 'UpdateOrdersAccept',
|
|
1410
|
-
UpdateOrdersReject: 'UpdateOrdersReject',
|
|
1411
|
-
UpdateOrdersRefund: 'UpdateOrdersRefund',
|
|
1412
|
-
UpdateOrdersDispatch: 'UpdateOrdersDispatch',
|
|
1413
|
-
ViewStores: 'ViewStores',
|
|
1414
|
-
CreateStores: 'CreateStores',
|
|
1415
|
-
EditStores: 'EditStores',
|
|
1416
|
-
ViewStoresOpeningHours: 'ViewStoresOpeningHours',
|
|
1417
|
-
UpdateStoresOpenForCollectionOrDelivery: 'UpdateStoresOpenForCollectionOrDelivery',
|
|
1418
|
-
UpdateStoresOpeningHours: 'UpdateStoresOpeningHours',
|
|
1419
|
-
ViewStoresOpeningHoursOverride: 'ViewStoresOpeningHoursOverride',
|
|
1420
|
-
EditStoresOpeningHoursOverride: 'EditStoresOpeningHoursOverride',
|
|
1421
|
-
EditStoresOpeningHoursOverrideTemporary: 'EditStoresOpeningHoursOverrideTemporary',
|
|
1422
|
-
UpdateStoresName: 'UpdateStoresName',
|
|
1423
|
-
EditStoreKioskSettings: 'EditStoreKioskSettings',
|
|
1424
|
-
EditStoreOrderCapacity: 'EditStoreOrderCapacity',
|
|
1425
|
-
EditStoreNotifications: 'EditStoreNotifications',
|
|
1426
|
-
ArchiveStores: 'ArchiveStores',
|
|
1427
|
-
PublishStores: 'PublishStores',
|
|
1428
|
-
UpdatePrinterTerminalsAssign: 'UpdatePrinterTerminalsAssign',
|
|
1429
|
-
UpdatePrinterTerminalsToggle: 'UpdatePrinterTerminalsToggle',
|
|
1430
|
-
ViewStoreGroups: 'ViewStoreGroups',
|
|
1431
|
-
CreateStoreGroups: 'CreateStoreGroups',
|
|
1432
|
-
UpdateStoreGroups: 'UpdateStoreGroups',
|
|
1433
|
-
DeleteStoreGroups: 'DeleteStoreGroups',
|
|
1434
|
-
ViewDeliveryZones: 'ViewDeliveryZones',
|
|
1435
|
-
CreateDeliveryZones: 'CreateDeliveryZones',
|
|
1436
|
-
UpdateDeliveryZones: 'UpdateDeliveryZones',
|
|
1437
|
-
DeleteDeliveryZones: 'DeleteDeliveryZones',
|
|
1438
|
-
ViewMenu: 'ViewMenu',
|
|
1439
|
-
CreateMenu: 'CreateMenu',
|
|
1440
|
-
UpdateMenu: 'UpdateMenu',
|
|
1441
|
-
DeleteMenu: 'DeleteMenu',
|
|
1442
|
-
UpdateMenuLock: 'UpdateMenuLock',
|
|
1443
|
-
UpdateMenuItemsHideTemporarily: 'UpdateMenuItemsHideTemporarily',
|
|
1444
|
-
EditMenuImage: 'EditMenuImage',
|
|
1445
|
-
ViewVouchers: 'ViewVouchers',
|
|
1446
|
-
EditVouchers: 'EditVouchers',
|
|
1447
|
-
ViewWebsiteContent: 'ViewWebsiteContent',
|
|
1448
|
-
EditWebsiteContent: 'EditWebsiteContent',
|
|
1449
|
-
ViewWebsiteDnsVerified: 'ViewWebsiteDnsVerified',
|
|
1450
|
-
ViewWebsiteCertificateCreated: 'ViewWebsiteCertificateCreated',
|
|
1451
|
-
ViewWebsiteCertificateRenewed: 'ViewWebsiteCertificateRenewed',
|
|
1452
|
-
ViewBankAccounts: 'ViewBankAccounts',
|
|
1453
|
-
CreateBankAccounts: 'CreateBankAccounts',
|
|
1454
|
-
UpdateBankAccounts: 'UpdateBankAccounts',
|
|
1455
|
-
UpdateBankAccountsAssign: 'UpdateBankAccountsAssign',
|
|
1456
|
-
ViewAssignedBankAccount: 'ViewAssignedBankAccount',
|
|
1457
|
-
VerifyBankAccounts: 'VerifyBankAccounts',
|
|
1458
|
-
ViewServiceChargeConfigurations: 'ViewServiceChargeConfigurations',
|
|
1459
|
-
EditServiceChargeConfigurations: 'EditServiceChargeConfigurations',
|
|
1460
|
-
EditStoreDeliveryZoneFees: 'EditStoreDeliveryZoneFees',
|
|
1461
|
-
EditStoreDeliveryFeesLimited: 'EditStoreDeliveryFeesLimited',
|
|
1462
|
-
ViewHydraConfig: 'ViewHydraConfig',
|
|
1463
|
-
UpdateHydraConfigManage: 'UpdateHydraConfigManage',
|
|
1464
|
-
InitiateBluetoothPairingMode: 'InitiateBluetoothPairingMode',
|
|
1465
|
-
DeleteTerminal: 'DeleteTerminal',
|
|
1466
|
-
ViewKioskTelemetry: 'ViewKioskTelemetry',
|
|
1467
|
-
ViewCustomers: 'ViewCustomers',
|
|
1468
|
-
EditCustomers: 'EditCustomers',
|
|
1469
|
-
CreateCustomers: 'CreateCustomers',
|
|
1470
|
-
CreateCatalogElements: 'CreateCatalogElements',
|
|
1471
|
-
UpdateCatalogElements: 'UpdateCatalogElements',
|
|
1472
|
-
ViewCatalogElements: 'ViewCatalogElements',
|
|
1473
|
-
DeleteCatalogElements: 'DeleteCatalogElements',
|
|
1474
|
-
ViewMetafieldDefinitions: 'ViewMetafieldDefinitions',
|
|
1475
|
-
CreateMetafieldDefinitions: 'CreateMetafieldDefinitions',
|
|
1476
|
-
UpdateMetafieldDefinitions: 'UpdateMetafieldDefinitions',
|
|
1477
|
-
DeleteMetafieldDefinitions: 'DeleteMetafieldDefinitions',
|
|
1478
|
-
UpdateMetafields: 'UpdateMetafields',
|
|
1479
|
-
ViewCatalogMenuChanges: 'ViewCatalogMenuChanges',
|
|
1480
|
-
PublishCatalogMenuChanges: 'PublishCatalogMenuChanges',
|
|
1481
|
-
ViewAppStatistics: 'ViewAppStatistics',
|
|
1482
|
-
ViewApmStatistics: 'ViewApmStatistics',
|
|
1483
|
-
ViewCampaignsStatistics: 'ViewCampaignsStatistics',
|
|
1484
|
-
ViewCustomerStatistics: 'ViewCustomerStatistics',
|
|
1485
|
-
ViewLiveStatistics: 'ViewLiveStatistics',
|
|
1486
|
-
ViewOrderStatistics: 'ViewOrderStatistics',
|
|
1487
|
-
ViewSalesStatistics: 'ViewSalesStatistics',
|
|
1488
|
-
ViewSalesEndOfDayStatistics: 'ViewSalesEndOfDayStatistics',
|
|
1489
|
-
ViewVouchersStatistics: 'ViewVouchersStatistics',
|
|
1490
|
-
DownloadCustomerCsvExport: 'DownloadCustomerCsvExport',
|
|
1491
|
-
ViewApmAuditLogs: 'ViewApmAuditLogs',
|
|
1492
|
-
ViewStoreAuditLogs: 'ViewStoreAuditLogs',
|
|
1493
|
-
ViewMenuAuditLogs: 'ViewMenuAuditLogs',
|
|
1494
|
-
ViewBankAccountAuditLogs: 'ViewBankAccountAuditLogs',
|
|
1495
|
-
ViewFeeConfigurationsAuditLogs: 'ViewFeeConfigurationsAuditLogs',
|
|
1496
|
-
ViewOrdersAuditLogs: 'ViewOrdersAuditLogs',
|
|
1497
|
-
ViewVouchersAuditLogs: 'ViewVouchersAuditLogs',
|
|
1498
|
-
ViewUserEventsAuditLogs: 'ViewUserEventsAuditLogs',
|
|
1499
|
-
ViewCampaignsAuditLogs: 'ViewCampaignsAuditLogs',
|
|
1500
|
-
ViewTeammatesAuditLogs: 'ViewTeammatesAuditLogs',
|
|
1501
|
-
ViewAppAuditLogs: 'ViewAppAuditLogs',
|
|
1502
|
-
ViewCustomerAuditLogs: 'ViewCustomerAuditLogs',
|
|
1503
|
-
ViewPrinterAuditLogs: 'ViewPrinterAuditLogs',
|
|
1504
|
-
ViewHydraAuditLogs: 'ViewHydraAuditLogs',
|
|
1505
|
-
ViewPushNotificationAuditLogs: 'ViewPushNotificationAuditLogs',
|
|
1506
|
-
ViewStripeCustomConnectedAccountAuditLogs: 'ViewStripeCustomConnectedAccountAuditLogs',
|
|
1507
|
-
ViewKioskBluetoothDeviceAuditLogs: 'ViewKioskBluetoothDeviceAuditLogs',
|
|
1508
|
-
ViewExternalAuditLogs: 'ViewExternalAuditLogs',
|
|
1509
|
-
CreateExternalAuditLogEvents: 'CreateExternalAuditLogEvents',
|
|
1510
|
-
ViewCatalogAuditLogs: 'ViewCatalogAuditLogs',
|
|
1511
|
-
ViewOrderFulfillmentAuditLogs: 'ViewOrderFulfillmentAuditLogs',
|
|
1512
|
-
ViewChannelAuditLogs: 'ViewChannelAuditLogs',
|
|
1513
|
-
ViewAppStoreAuditLogs: 'ViewAppStoreAuditLogs',
|
|
1514
|
-
SendPushNotificationToCustomer: 'SendPushNotificationToCustomer',
|
|
1515
|
-
InviteDriverToApp: 'InviteDriverToApp',
|
|
1516
|
-
GetDriverForApp: 'GetDriverForApp',
|
|
1517
|
-
RemoveDriverFromApp: 'RemoveDriverFromApp',
|
|
1518
|
-
AssignDriverToOrder: 'AssignDriverToOrder',
|
|
1519
|
-
UnassignDriverFromOrder: 'UnassignDriverFromOrder',
|
|
1520
|
-
UpdateOrdersDeliveryTrackingStatus: 'UpdateOrdersDeliveryTrackingStatus',
|
|
1521
|
-
UpdateOrderFulfillmentStatus: 'UpdateOrderFulfillmentStatus',
|
|
1522
|
-
ViewFulfillmentStatesConfiguration: 'ViewFulfillmentStatesConfiguration',
|
|
1523
|
-
CreateFulfillmentStatesConfiguration: 'CreateFulfillmentStatesConfiguration',
|
|
1524
|
-
UpdateFulfillmentStatesConfiguration: 'UpdateFulfillmentStatesConfiguration',
|
|
1525
|
-
DeleteFulfillmentStatesConfiguration: 'DeleteFulfillmentStatesConfiguration',
|
|
1526
|
-
ViewPayouts: 'ViewPayouts',
|
|
1527
|
-
ViewChannels: 'ViewChannels',
|
|
1528
|
-
ViewOnboarding: 'ViewOnboarding',
|
|
1529
|
-
UpdateOnboarding: 'UpdateOnboarding',
|
|
1530
|
-
ViewClientDevices: 'ViewClientDevices',
|
|
1531
|
-
UpdateClientDevices: 'UpdateClientDevices',
|
|
1532
|
-
EnrollClientDevices: 'EnrollClientDevices',
|
|
1533
|
-
AssignClientDevices: 'AssignClientDevices',
|
|
1534
|
-
ViewClientAuditLogs: 'ViewClientAuditLogs',
|
|
1535
|
-
CreateAppStoreAppConfiguration: 'CreateAppStoreAppConfiguration',
|
|
1536
|
-
ViewAppStoreAppConfiguration: 'ViewAppStoreAppConfiguration',
|
|
1537
|
-
UpdateAppStoreAppConfiguration: 'UpdateAppStoreAppConfiguration',
|
|
1538
|
-
DeleteAppStoreAppConfiguration: 'DeleteAppStoreAppConfiguration',
|
|
1539
|
-
UpdateAppStoreAppConfigurationSettings: 'UpdateAppStoreAppConfigurationSettings',
|
|
1540
|
-
CreateAppStoreSubscription: 'CreateAppStoreSubscription',
|
|
1541
|
-
UpdateAppStoreSubscription: 'UpdateAppStoreSubscription',
|
|
1542
|
-
DeleteAppStoreSubscription: 'DeleteAppStoreSubscription',
|
|
1543
|
-
ViewSalesChannels: 'ViewSalesChannels',
|
|
1544
|
-
EditSalesChannels: 'EditSalesChannels',
|
|
1545
|
-
CreateSalesChannel: 'CreateSalesChannel',
|
|
1546
|
-
ArchiveSalesChannel: 'ArchiveSalesChannel',
|
|
1547
|
-
UnarchiveSalesChannel: 'UnarchiveSalesChannel',
|
|
1548
|
-
PublishSalesChannel: 'PublishSalesChannel',
|
|
1549
|
-
UnpublishSalesChannel: 'UnpublishSalesChannel',
|
|
1550
|
-
CloneSalesChannel: 'CloneSalesChannel',
|
|
1551
|
-
ViewPayGreenWhiteLabelConfiguration: 'ViewPayGreenWhiteLabelConfiguration',
|
|
1552
|
-
CreatePayGreenWhiteLabelConfiguration: 'CreatePayGreenWhiteLabelConfiguration',
|
|
1553
|
-
UpdatePayGreenWhiteLabelConfiguration: 'UpdatePayGreenWhiteLabelConfiguration',
|
|
1554
|
-
UpdatePayGreenStoreConfiguration: 'UpdatePayGreenStoreConfiguration',
|
|
1555
|
-
ViewSubscriptions: 'ViewSubscriptions',
|
|
1556
|
-
ViewInvoices: 'ViewInvoices',
|
|
1557
|
-
EditAccountsBills: 'EditAccountsBills',
|
|
1558
|
-
ViewAccountsBills: 'ViewAccountsBills',
|
|
1559
|
-
EditAccountsCategories: 'EditAccountsCategories',
|
|
1560
|
-
ViewAccountsCategories: 'ViewAccountsCategories',
|
|
1561
|
-
EditAccountsCreditAccounts: 'EditAccountsCreditAccounts',
|
|
1562
|
-
ViewAccountsCreditAccounts: 'ViewAccountsCreditAccounts',
|
|
1563
|
-
EditAccountsCreditBooks: 'EditAccountsCreditBooks',
|
|
1564
|
-
ViewAccountsCreditBooks: 'ViewAccountsCreditBooks',
|
|
1565
|
-
EditAccountsExpenses: 'EditAccountsExpenses',
|
|
1566
|
-
ViewAccountsExpenses: 'ViewAccountsExpenses',
|
|
1567
|
-
EditAccountsTransactionAccounts: 'EditAccountsTransactionAccounts',
|
|
1568
|
-
ViewAccountsTransactionAccounts: 'ViewAccountsTransactionAccounts',
|
|
1569
|
-
EditDocumentExplorer: 'EditDocumentExplorer',
|
|
1570
|
-
ViewDocumentExplorer: 'ViewDocumentExplorer',
|
|
1571
|
-
ViewInventoryReports: 'ViewInventoryReports',
|
|
1572
|
-
EditInventoryPurchaseOrders: 'EditInventoryPurchaseOrders',
|
|
1573
|
-
ViewInventoryPurchaseOrders: 'ViewInventoryPurchaseOrders',
|
|
1574
|
-
EditInventoryStockItems: 'EditInventoryStockItems',
|
|
1575
|
-
ViewInventoryStockItems: 'ViewInventoryStockItems',
|
|
1576
|
-
EditInventorySupplier: 'EditInventorySupplier',
|
|
1577
|
-
ViewInventorySupplier: 'ViewInventorySupplier',
|
|
1578
|
-
EditInventoryTrackingProfiles: 'EditInventoryTrackingProfiles',
|
|
1579
|
-
ViewInventoryTrackingProfiles: 'ViewInventoryTrackingProfiles',
|
|
1580
|
-
ViewPayrollReports: 'ViewPayrollReports',
|
|
1581
|
-
EditPayrollHoliday: 'EditPayrollHoliday',
|
|
1582
|
-
ViewPayrollHoliday: 'ViewPayrollHoliday',
|
|
1583
|
-
EditPayrollRota: 'EditPayrollRota',
|
|
1584
|
-
ViewPayrollRota: 'ViewPayrollRota',
|
|
1585
|
-
EditPayrollStaff: 'EditPayrollStaff',
|
|
1586
|
-
ViewPayrollStaff: 'ViewPayrollStaff',
|
|
1587
|
-
ViewSalesReports: 'ViewSalesReports',
|
|
1588
|
-
ViewCostReports: 'ViewCostReports',
|
|
1589
|
-
ViewMenuReports: 'ViewMenuReports',
|
|
1590
|
-
ViewBrand: 'ViewBrand',
|
|
1591
|
-
EditBrand: 'EditBrand',
|
|
1592
|
-
CreateBrand: 'CreateBrand',
|
|
1593
|
-
TransferBrand: 'TransferBrand',
|
|
1594
|
-
ViewProperty: 'ViewProperty',
|
|
1595
|
-
EditProperty: 'EditProperty',
|
|
1596
|
-
CreateProperty: 'CreateProperty',
|
|
1597
|
-
ArchiveProperty: 'ArchiveProperty',
|
|
1598
|
-
ViewEntityFeatureFlags: 'ViewEntityFeatureFlags',
|
|
1599
|
-
EditEntityFeatureFlags: 'EditEntityFeatureFlags',
|
|
1600
|
-
CreateOrg: 'CreateOrg',
|
|
1601
|
-
EditOrg: 'EditOrg',
|
|
1602
|
-
ViewOrg: 'ViewOrg',
|
|
1603
|
-
ViewWebhooks: 'ViewWebhooks',
|
|
1604
|
-
EditWebhooks: 'EditWebhooks',
|
|
1605
|
-
RoleAdmin: 'RoleAdmin',
|
|
1606
|
-
RoleFactory: 'RoleFactory'
|
|
172
|
+
exports.AuthenticateAndCheckIsInRoleRequestCheckModeEnum = {
|
|
173
|
+
Any: 'any',
|
|
174
|
+
All: 'all'
|
|
1607
175
|
};
|
|
1608
|
-
exports.
|
|
1609
|
-
|
|
1610
|
-
|
|
176
|
+
exports.AuthorizationRequestCheckModeEnum = {
|
|
177
|
+
Any: 'any',
|
|
178
|
+
All: 'all'
|
|
179
|
+
};
|
|
180
|
+
exports.AuthorizationRequestPrincipalTypeEnum = {
|
|
181
|
+
User: 'User',
|
|
182
|
+
Automation: 'Automation'
|
|
183
|
+
};
|
|
184
|
+
exports.AuthorizationRequestResourceOneOfTypeEnum = {
|
|
185
|
+
Property: 'Property'
|
|
186
|
+
};
|
|
187
|
+
exports.AuthorizationRequestResourceOneOf1TypeEnum = {
|
|
188
|
+
Org: 'Org'
|
|
189
|
+
};
|
|
190
|
+
exports.AuthorizationRequestResourceOneOf2TypeEnum = {
|
|
191
|
+
Brand: 'Brand'
|
|
192
|
+
};
|
|
193
|
+
exports.AuthorizationRequestResourceOneOf3TypeEnum = {
|
|
194
|
+
SalesChannel: 'SalesChannel'
|
|
195
|
+
};
|
|
196
|
+
exports.GetAuthorizedOrgsRequestPrincipalTypeEnum = {
|
|
197
|
+
User: 'User',
|
|
198
|
+
Automation: 'Automation'
|
|
199
|
+
};
|
|
200
|
+
exports.GetPrincipalRolesSuccessResponseRolesInnerPolicyTypeEnum = {
|
|
201
|
+
Main: 'Main',
|
|
202
|
+
BrandOverride: 'BrandOverride',
|
|
203
|
+
OrgOverride: 'OrgOverride',
|
|
204
|
+
Forbidden: 'Forbidden',
|
|
205
|
+
NamedRole: 'NamedRole'
|
|
206
|
+
};
|
|
207
|
+
exports.GetPrincipalRolesSuccessResponseRolesInnerResourceTypeEnum = {
|
|
208
|
+
Property: 'Property',
|
|
209
|
+
Org: 'Org',
|
|
210
|
+
Brand: 'Brand',
|
|
211
|
+
SalesChannel: 'SalesChannel'
|
|
212
|
+
};
|
|
213
|
+
exports.GetPrincipalRolesSuccessResponseRolesInnerPrincipalTypeEnum = {
|
|
214
|
+
User: 'User',
|
|
215
|
+
Automation: 'Automation'
|
|
216
|
+
};
|
|
217
|
+
exports.GetUserPermissionsSuccessResponseResourcesValueResourceTypeEnum = {
|
|
218
|
+
Property: 'Property',
|
|
219
|
+
Org: 'Org',
|
|
220
|
+
Brand: 'Brand',
|
|
221
|
+
SalesChannel: 'SalesChannel'
|
|
1611
222
|
};
|
|
1612
223
|
exports.IsInRoleRequestCheckModeEnum = {
|
|
1613
224
|
Any: 'any',
|
|
@@ -1693,7 +304,12 @@ exports.ListOrgRolesSuccessResponseValueValueRolesEnum = {
|
|
|
1693
304
|
FinanceManagerMisc: 'FinanceManagerMisc',
|
|
1694
305
|
SupportMisc: 'SupportMisc'
|
|
1695
306
|
};
|
|
1696
|
-
|
|
307
|
+
/**
|
|
308
|
+
* Permissions
|
|
309
|
+
* @export
|
|
310
|
+
* @enum {string}
|
|
311
|
+
*/
|
|
312
|
+
exports.Permissions = {
|
|
1697
313
|
AnyAuditLogs: 'AnyAuditLogs',
|
|
1698
314
|
ViewApp: 'ViewApp',
|
|
1699
315
|
CreateApp: 'CreateApp',
|
|
@@ -1923,10 +539,6 @@ exports.ListPermissionsSuccessResponsePermissionsEnum = {
|
|
|
1923
539
|
RoleAdmin: 'RoleAdmin',
|
|
1924
540
|
RoleFactory: 'RoleFactory'
|
|
1925
541
|
};
|
|
1926
|
-
exports.ListRolesSuccessResponseRolesEnum = {
|
|
1927
|
-
Admin: 'Admin',
|
|
1928
|
-
Factory: 'Factory'
|
|
1929
|
-
};
|
|
1930
542
|
exports.RevokeForbiddenRoleRequestBodyCompensatingRoleEnum = {
|
|
1931
543
|
OwnerCompensating: 'OwnerCompensating',
|
|
1932
544
|
PropertyOwnerCompensating: 'PropertyOwnerCompensating',
|
|
@@ -2009,6 +621,15 @@ exports.RevokeRoleRequestBodyRoleEnum = {
|
|
|
2009
621
|
FinanceManagerMisc: 'FinanceManagerMisc',
|
|
2010
622
|
SupportMisc: 'SupportMisc'
|
|
2011
623
|
};
|
|
624
|
+
/**
|
|
625
|
+
* Role names
|
|
626
|
+
* @export
|
|
627
|
+
* @enum {string}
|
|
628
|
+
*/
|
|
629
|
+
exports.RoleNames = {
|
|
630
|
+
Admin: 'Admin',
|
|
631
|
+
Factory: 'Factory'
|
|
632
|
+
};
|
|
2012
633
|
/**
|
|
2013
634
|
* AuthenticationApi - axios parameter creator
|
|
2014
635
|
* @export
|
|
@@ -3584,7 +2205,7 @@ var RoleAssignmentApiAxiosParamCreator = function (configuration) {
|
|
|
3584
2205
|
if (configuration) {
|
|
3585
2206
|
baseOptions = configuration.baseOptions;
|
|
3586
2207
|
}
|
|
3587
|
-
localVarRequestOptions = __assign(__assign({ method: '
|
|
2208
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
3588
2209
|
localVarHeaderParameter = {};
|
|
3589
2210
|
localVarQueryParameter = {};
|
|
3590
2211
|
// authentication ApiKeyAuth required
|
|
@@ -3930,6 +2551,140 @@ var RoleAssignmentApi = /** @class */ (function (_super) {
|
|
|
3930
2551
|
return RoleAssignmentApi;
|
|
3931
2552
|
}(base_1.BaseAPI));
|
|
3932
2553
|
exports.RoleAssignmentApi = RoleAssignmentApi;
|
|
2554
|
+
/**
|
|
2555
|
+
* UserManagementApi - axios parameter creator
|
|
2556
|
+
* @export
|
|
2557
|
+
*/
|
|
2558
|
+
var UserManagementApiAxiosParamCreator = function (configuration) {
|
|
2559
|
+
var _this = this;
|
|
2560
|
+
return {
|
|
2561
|
+
/**
|
|
2562
|
+
* List the users in a given org
|
|
2563
|
+
* @summary List Users in Org
|
|
2564
|
+
* @param {string} orgId
|
|
2565
|
+
* @param {*} [options] Override http request option.
|
|
2566
|
+
* @throws {RequiredError}
|
|
2567
|
+
*/
|
|
2568
|
+
listUsersInOrg: function (orgId_1) {
|
|
2569
|
+
var args_1 = [];
|
|
2570
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
2571
|
+
args_1[_i - 1] = arguments[_i];
|
|
2572
|
+
}
|
|
2573
|
+
return __awaiter(_this, __spreadArray([orgId_1], args_1, true), void 0, function (orgId, options) {
|
|
2574
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
2575
|
+
if (options === void 0) { options = {}; }
|
|
2576
|
+
return __generator(this, function (_a) {
|
|
2577
|
+
switch (_a.label) {
|
|
2578
|
+
case 0:
|
|
2579
|
+
// verify required parameter 'orgId' is not null or undefined
|
|
2580
|
+
(0, common_1.assertParamExists)('listUsersInOrg', 'orgId', orgId);
|
|
2581
|
+
localVarPath = "/orgs/{orgId}/users"
|
|
2582
|
+
.replace("{".concat("orgId", "}"), encodeURIComponent(String(orgId)));
|
|
2583
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2584
|
+
if (configuration) {
|
|
2585
|
+
baseOptions = configuration.baseOptions;
|
|
2586
|
+
}
|
|
2587
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
2588
|
+
localVarHeaderParameter = {};
|
|
2589
|
+
localVarQueryParameter = {};
|
|
2590
|
+
// authentication ApiKeyAuth required
|
|
2591
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration)];
|
|
2592
|
+
case 1:
|
|
2593
|
+
// authentication ApiKeyAuth required
|
|
2594
|
+
_a.sent();
|
|
2595
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2596
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2597
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2598
|
+
return [2 /*return*/, {
|
|
2599
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2600
|
+
options: localVarRequestOptions,
|
|
2601
|
+
}];
|
|
2602
|
+
}
|
|
2603
|
+
});
|
|
2604
|
+
});
|
|
2605
|
+
},
|
|
2606
|
+
};
|
|
2607
|
+
};
|
|
2608
|
+
exports.UserManagementApiAxiosParamCreator = UserManagementApiAxiosParamCreator;
|
|
2609
|
+
/**
|
|
2610
|
+
* UserManagementApi - functional programming interface
|
|
2611
|
+
* @export
|
|
2612
|
+
*/
|
|
2613
|
+
var UserManagementApiFp = function (configuration) {
|
|
2614
|
+
var localVarAxiosParamCreator = (0, exports.UserManagementApiAxiosParamCreator)(configuration);
|
|
2615
|
+
return {
|
|
2616
|
+
/**
|
|
2617
|
+
* List the users in a given org
|
|
2618
|
+
* @summary List Users in Org
|
|
2619
|
+
* @param {string} orgId
|
|
2620
|
+
* @param {*} [options] Override http request option.
|
|
2621
|
+
* @throws {RequiredError}
|
|
2622
|
+
*/
|
|
2623
|
+
listUsersInOrg: function (orgId, options) {
|
|
2624
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
2625
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
2626
|
+
var _a, _b, _c;
|
|
2627
|
+
return __generator(this, function (_d) {
|
|
2628
|
+
switch (_d.label) {
|
|
2629
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listUsersInOrg(orgId, options)];
|
|
2630
|
+
case 1:
|
|
2631
|
+
localVarAxiosArgs = _d.sent();
|
|
2632
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2633
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['UserManagementApi.listUsersInOrg']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2634
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
2635
|
+
}
|
|
2636
|
+
});
|
|
2637
|
+
});
|
|
2638
|
+
},
|
|
2639
|
+
};
|
|
2640
|
+
};
|
|
2641
|
+
exports.UserManagementApiFp = UserManagementApiFp;
|
|
2642
|
+
/**
|
|
2643
|
+
* UserManagementApi - factory interface
|
|
2644
|
+
* @export
|
|
2645
|
+
*/
|
|
2646
|
+
var UserManagementApiFactory = function (configuration, basePath, axios) {
|
|
2647
|
+
var localVarFp = (0, exports.UserManagementApiFp)(configuration);
|
|
2648
|
+
return {
|
|
2649
|
+
/**
|
|
2650
|
+
* List the users in a given org
|
|
2651
|
+
* @summary List Users in Org
|
|
2652
|
+
* @param {string} orgId
|
|
2653
|
+
* @param {*} [options] Override http request option.
|
|
2654
|
+
* @throws {RequiredError}
|
|
2655
|
+
*/
|
|
2656
|
+
listUsersInOrg: function (orgId, options) {
|
|
2657
|
+
return localVarFp.listUsersInOrg(orgId, options).then(function (request) { return request(axios, basePath); });
|
|
2658
|
+
},
|
|
2659
|
+
};
|
|
2660
|
+
};
|
|
2661
|
+
exports.UserManagementApiFactory = UserManagementApiFactory;
|
|
2662
|
+
/**
|
|
2663
|
+
* UserManagementApi - object-oriented interface
|
|
2664
|
+
* @export
|
|
2665
|
+
* @class UserManagementApi
|
|
2666
|
+
* @extends {BaseAPI}
|
|
2667
|
+
*/
|
|
2668
|
+
var UserManagementApi = /** @class */ (function (_super) {
|
|
2669
|
+
__extends(UserManagementApi, _super);
|
|
2670
|
+
function UserManagementApi() {
|
|
2671
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
2672
|
+
}
|
|
2673
|
+
/**
|
|
2674
|
+
* List the users in a given org
|
|
2675
|
+
* @summary List Users in Org
|
|
2676
|
+
* @param {string} orgId
|
|
2677
|
+
* @param {*} [options] Override http request option.
|
|
2678
|
+
* @throws {RequiredError}
|
|
2679
|
+
* @memberof UserManagementApi
|
|
2680
|
+
*/
|
|
2681
|
+
UserManagementApi.prototype.listUsersInOrg = function (orgId, options) {
|
|
2682
|
+
var _this = this;
|
|
2683
|
+
return (0, exports.UserManagementApiFp)(this.configuration).listUsersInOrg(orgId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
2684
|
+
};
|
|
2685
|
+
return UserManagementApi;
|
|
2686
|
+
}(base_1.BaseAPI));
|
|
2687
|
+
exports.UserManagementApi = UserManagementApi;
|
|
3933
2688
|
/**
|
|
3934
2689
|
* UserPermissionsApi - axios parameter creator
|
|
3935
2690
|
* @export
|