@bringg/dashboard-sdk 8.27.0-pre → 8.27.0
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/dist/Addons/AddonsApi.js +4 -1
- package/dist/Addons/AddonsApi.js.map +1 -1
- package/dist/Addons/Entity/AddonsEntity.js +4 -1
- package/dist/Addons/Entity/AddonsEntity.js.map +1 -1
- package/dist/Alerts/AlertsApi.js +4 -1
- package/dist/Alerts/AlertsApi.js.map +1 -1
- package/dist/Alerts/Entity/AlertsEntity.js +4 -1
- package/dist/Alerts/Entity/AlertsEntity.js.map +1 -1
- package/dist/AnalyticsReports/AnalyticsReportsApi.js +4 -1
- package/dist/AnalyticsReports/AnalyticsReportsApi.js.map +1 -1
- package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.js +4 -1
- package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.js.map +1 -1
- package/dist/Application/Application.consts.d.ts +1 -1
- package/dist/Application/ApplicationApi.js +4 -1
- package/dist/Application/ApplicationApi.js.map +1 -1
- package/dist/Application/Entity/ApplicationEntity.js +12 -5
- package/dist/Application/Entity/ApplicationEntity.js.map +1 -1
- package/dist/ApplicationMerchantConfiguration/ApplicationMerchantConfigurationApi.js +4 -1
- package/dist/ApplicationMerchantConfiguration/ApplicationMerchantConfigurationApi.js.map +1 -1
- package/dist/ApplicationMerchantConfiguration/Entity/ApplicationMerchantConfigurationEntity.js +24 -1
- package/dist/ApplicationMerchantConfiguration/Entity/ApplicationMerchantConfigurationEntity.js.map +1 -1
- package/dist/ApplicationTeamConfiguration/ApplicationTeamConfigurationApi.js +4 -1
- package/dist/ApplicationTeamConfiguration/ApplicationTeamConfigurationApi.js.map +1 -1
- package/dist/ApplicationTeamConfiguration/Entity/ApplicationTeamConfigurationEntity.js +24 -1
- package/dist/ApplicationTeamConfiguration/Entity/ApplicationTeamConfigurationEntity.js.map +1 -1
- package/dist/AsyncOperationStatus/AsyncOperationStatus.js +4 -1
- package/dist/AsyncOperationStatus/AsyncOperationStatus.js.map +1 -1
- package/dist/Billing/BillingApi.js +4 -1
- package/dist/Billing/BillingApi.js.map +1 -1
- package/dist/Billing/Entity/BillingEntity.js +4 -1
- package/dist/Billing/Entity/BillingEntity.js.map +1 -1
- package/dist/BringgDashboardSDK.js +105 -102
- package/dist/BringgDashboardSDK.js.map +1 -1
- package/dist/Chat/Chat.js +4 -1
- package/dist/Chat/Chat.js.map +1 -1
- package/dist/Chat/Service/Chat.service.js +4 -1
- package/dist/Chat/Service/Chat.service.js.map +1 -1
- package/dist/ChatConversation/ChatConversationApi.js +5 -2
- package/dist/ChatConversation/ChatConversationApi.js.map +1 -1
- package/dist/ChatConversation/Entity/ChatConversation.js +4 -1
- package/dist/ChatConversation/Entity/ChatConversation.js.map +1 -1
- package/dist/ChatMessage/ChatMessageApi.js +4 -1
- package/dist/ChatMessage/ChatMessageApi.js.map +1 -1
- package/dist/ChatMessage/Entity/ChatMessage.js +4 -1
- package/dist/ChatMessage/Entity/ChatMessage.js.map +1 -1
- package/dist/Company/Company.js +4 -1
- package/dist/Company/Company.js.map +1 -1
- package/dist/Company/Entity/CompanyEntity.js +24 -1
- package/dist/Company/Entity/CompanyEntity.js.map +1 -1
- package/dist/Core/BaseService.js +4 -1
- package/dist/Core/BaseService.js.map +1 -1
- package/dist/Core/BaseStore.js +4 -1
- package/dist/Core/BaseStore.js.map +1 -1
- package/dist/Core/BringgException.js +4 -1
- package/dist/Core/BringgException.js.map +1 -1
- package/dist/Core/ConfigurationProvider.js +19 -7
- package/dist/Core/ConfigurationProvider.js.map +1 -1
- package/dist/Core/CrudService.js +4 -1
- package/dist/Core/CrudService.js.map +1 -1
- package/dist/Core/Entity.js +5 -2
- package/dist/Core/Entity.js.map +1 -1
- package/dist/Core/ExceptionReason.js +58 -55
- package/dist/Core/ExceptionReason.js.map +1 -1
- package/dist/Core/Http/Enums.d.ts +1 -1
- package/dist/Core/Http/Enums.js +5 -2
- package/dist/Core/Http/Enums.js.map +1 -1
- package/dist/Core/StoreEntity.js +5 -2
- package/dist/Core/StoreEntity.js.map +1 -1
- package/dist/Crew/Crew.js +4 -1
- package/dist/Crew/Crew.js.map +1 -1
- package/dist/Crew/Store/CrewStore.js +5 -2
- package/dist/Crew/Store/CrewStore.js.map +1 -1
- package/dist/CustomAttributes/CustomAttributesApi.js +4 -1
- package/dist/CustomAttributes/CustomAttributesApi.js.map +1 -1
- package/dist/CustomAttributes/Entity/CustomAttributesEntity.js +4 -1
- package/dist/CustomAttributes/Entity/CustomAttributesEntity.js.map +1 -1
- package/dist/Customer/Customer.js +4 -1
- package/dist/Customer/Customer.js.map +1 -1
- package/dist/Customer/CustomerEntity.js +4 -1
- package/dist/Customer/CustomerEntity.js.map +1 -1
- package/dist/Customer/v2/customers-api.js +7 -4
- package/dist/Customer/v2/customers-api.js.map +1 -1
- package/dist/Customer/v2/customers-service.js +4 -1
- package/dist/Customer/v2/customers-service.js.map +1 -1
- package/dist/CustomerAvailabilityHour/CustomerAvailabilityHourApi.js +4 -1
- package/dist/CustomerAvailabilityHour/CustomerAvailabilityHourApi.js.map +1 -1
- package/dist/CustomerAvailabilityHour/Entity/CustomerAvailabilityHourEntity.js +4 -1
- package/dist/CustomerAvailabilityHour/Entity/CustomerAvailabilityHourEntity.js.map +1 -1
- package/dist/CustomerConfiguration/customer.configuration.js +5 -2
- package/dist/CustomerConfiguration/customer.configuration.js.map +1 -1
- package/dist/Dashboard/dashboard.js +4 -1
- package/dist/Dashboard/dashboard.js.map +1 -1
- package/dist/DeliveryBlocks/DeliveryBlocksApi.js +4 -1
- package/dist/DeliveryBlocks/DeliveryBlocksApi.js.map +1 -1
- package/dist/DeliveryBlocks/Entity/DeliveryBlocksEntity.js +4 -1
- package/dist/DeliveryBlocks/Entity/DeliveryBlocksEntity.js.map +1 -1
- package/dist/DeliveryCatalog/DeliveryCatalogApi.js +4 -1
- package/dist/DeliveryCatalog/DeliveryCatalogApi.js.map +1 -1
- package/dist/DeliveryCatalog/Entity/DeliveryCatalogEntity.js +4 -1
- package/dist/DeliveryCatalog/Entity/DeliveryCatalogEntity.js.map +1 -1
- package/dist/DeliveryCatalogGeneralEnv/DeliveryCatalogApi.js +4 -1
- package/dist/DeliveryCatalogGeneralEnv/DeliveryCatalogApi.js.map +1 -1
- package/dist/DeliveryCatalogGeneralEnv/Entity/DeliveryCatalogEntity.js +5 -2
- package/dist/DeliveryCatalogGeneralEnv/Entity/DeliveryCatalogEntity.js.map +1 -1
- package/dist/DeliveryCatalogGeneralEnv/Service/DeliveryCatalogGEService.js +4 -1
- package/dist/DeliveryCatalogGeneralEnv/Service/DeliveryCatalogGEService.js.map +1 -1
- package/dist/DeliveryWindows/v2/delivery-windows-api.js +4 -1
- package/dist/DeliveryWindows/v2/delivery-windows-api.js.map +1 -1
- package/dist/DeliveryWindows/v2/delivery-windows-service.js +4 -1
- package/dist/DeliveryWindows/v2/delivery-windows-service.js.map +1 -1
- package/dist/ExclusionWindow/Entity/ExclusionWindowEntity.js +24 -1
- package/dist/ExclusionWindow/Entity/ExclusionWindowEntity.js.map +1 -1
- package/dist/ExclusionWindow/ExclusionWindowApi.js +4 -1
- package/dist/ExclusionWindow/ExclusionWindowApi.js.map +1 -1
- package/dist/ExclusionWindow/v2/exclusion-window-api.js +6 -3
- package/dist/ExclusionWindow/v2/exclusion-window-api.js.map +1 -1
- package/dist/ExclusionWindow/v2/exclusion-window-service.js +4 -1
- package/dist/ExclusionWindow/v2/exclusion-window-service.js.map +1 -1
- package/dist/Fleet/Entity/FleetEntity.js +4 -1
- package/dist/Fleet/Entity/FleetEntity.js.map +1 -1
- package/dist/Fleet/FleetApi.js +4 -1
- package/dist/Fleet/FleetApi.js.map +1 -1
- package/dist/FleetRouter/Entity/FleetRouterEntity.js +4 -1
- package/dist/FleetRouter/Entity/FleetRouterEntity.js.map +1 -1
- package/dist/FleetRouter/FleetRouterApi.js +4 -1
- package/dist/FleetRouter/FleetRouterApi.js.map +1 -1
- package/dist/FleetTemplate/Entity/FleetTemplateEntity.js +4 -1
- package/dist/FleetTemplate/Entity/FleetTemplateEntity.js.map +1 -1
- package/dist/FleetTemplate/FleetTemplateApi.js +4 -1
- package/dist/FleetTemplate/FleetTemplateApi.js.map +1 -1
- package/dist/FloatingInventory/Entity/FloatingInventoryEntity.js +4 -1
- package/dist/FloatingInventory/Entity/FloatingInventoryEntity.js.map +1 -1
- package/dist/FloatingInventory/FloatingInventoryApi.js +4 -1
- package/dist/FloatingInventory/FloatingInventoryApi.js.map +1 -1
- package/dist/FloatingInventory/v2/floating-inventories-api.js +4 -1
- package/dist/FloatingInventory/v2/floating-inventories-api.js.map +1 -1
- package/dist/FloatingInventory/v2/floating-inventories-service.js +4 -1
- package/dist/FloatingInventory/v2/floating-inventories-service.js.map +1 -1
- package/dist/Geocoding/Entity/Geocoding.js +4 -1
- package/dist/Geocoding/Entity/Geocoding.js.map +1 -1
- package/dist/Geocoding/GeocodingApi.js +4 -1
- package/dist/Geocoding/GeocodingApi.js.map +1 -1
- package/dist/GoogleMapsHelper/Entity/GoogleMapsHelper.js +4 -1
- package/dist/GoogleMapsHelper/Entity/GoogleMapsHelper.js.map +1 -1
- package/dist/GoogleMapsHelper/GoogleMapsHelperApi.js +4 -1
- package/dist/GoogleMapsHelper/GoogleMapsHelperApi.js.map +1 -1
- package/dist/Inventory/Entity/InventoryEntity.js +24 -1
- package/dist/Inventory/Entity/InventoryEntity.js.map +1 -1
- package/dist/Inventory/Inventory.js +4 -1
- package/dist/Inventory/Inventory.js.map +1 -1
- package/dist/InventoryActionsConfiguration/Entity/InventoryActionsConfigurationEntity.js +24 -1
- package/dist/InventoryActionsConfiguration/Entity/InventoryActionsConfigurationEntity.js.map +1 -1
- package/dist/InventoryActionsConfiguration/InventoryActionsConfiguration.js +4 -1
- package/dist/InventoryActionsConfiguration/InventoryActionsConfiguration.js.map +1 -1
- package/dist/Language/Language.js +4 -1
- package/dist/Language/Language.js.map +1 -1
- package/dist/Language/Store/LanguageStore.js +5 -2
- package/dist/Language/Store/LanguageStore.js.map +1 -1
- package/dist/LegacyReports/Entity/LegacyReportsEntity.js +4 -1
- package/dist/LegacyReports/Entity/LegacyReportsEntity.js.map +1 -1
- package/dist/LegacyReports/LegacyReportsApi.js +4 -1
- package/dist/LegacyReports/LegacyReportsApi.js.map +1 -1
- package/dist/LookUp/lookup-api.js +4 -1
- package/dist/LookUp/lookup-api.js.map +1 -1
- package/dist/LookUp/lookup-service.js +4 -1
- package/dist/LookUp/lookup-service.js.map +1 -1
- package/dist/Merchant/Entity/MerchantEntity.js +4 -1
- package/dist/Merchant/Entity/MerchantEntity.js.map +1 -1
- package/dist/Merchant/MerchantApi.js +5 -2
- package/dist/Merchant/MerchantApi.js.map +1 -1
- package/dist/MerchantConfiguration/Entity/MerchantConfigurationEntity.js +4 -1
- package/dist/MerchantConfiguration/Entity/MerchantConfigurationEntity.js.map +1 -1
- package/dist/MerchantConfiguration/MerchantConfigurationApi.js +4 -1
- package/dist/MerchantConfiguration/MerchantConfigurationApi.js.map +1 -1
- package/dist/MerchantPrototype/Entity/MerchantPrototypeEntity.js +4 -1
- package/dist/MerchantPrototype/Entity/MerchantPrototypeEntity.js.map +1 -1
- package/dist/MerchantPrototype/MerchantPrototypeApi.js +4 -1
- package/dist/MerchantPrototype/MerchantPrototypeApi.js.map +1 -1
- package/dist/NotificationTemplate/NotificationTemplate.js +4 -1
- package/dist/NotificationTemplate/NotificationTemplate.js.map +1 -1
- package/dist/NotificationTemplate/Store/NotificationTemplateStore.js +5 -2
- package/dist/NotificationTemplate/Store/NotificationTemplateStore.js.map +1 -1
- package/dist/NotificationType/NotificationType.js +4 -1
- package/dist/NotificationType/NotificationType.js.map +1 -1
- package/dist/NotificationType/Store/NotificationTypeStore.js +5 -2
- package/dist/NotificationType/Store/NotificationTypeStore.js.map +1 -1
- package/dist/OauthApplications/Entity/OauthApplicationEntity.js +24 -1
- package/dist/OauthApplications/Entity/OauthApplicationEntity.js.map +1 -1
- package/dist/OauthApplications/OauthApplicationApi.js +4 -1
- package/dist/OauthApplications/OauthApplicationApi.js.map +1 -1
- package/dist/Onboarding/Entity/OnboardingEntity.js +24 -1
- package/dist/Onboarding/Entity/OnboardingEntity.js.map +1 -1
- package/dist/Onboarding/OnboardingApi.js +4 -1
- package/dist/Onboarding/OnboardingApi.js.map +1 -1
- package/dist/OpenFleet/Entity/OpenFleetEntity.js +24 -1
- package/dist/OpenFleet/Entity/OpenFleetEntity.js.map +1 -1
- package/dist/OpenFleet/OpenFleetApi.js +4 -1
- package/dist/OpenFleet/OpenFleetApi.js.map +1 -1
- package/dist/OptimizationConfiguration/OptimizationConfiguration.js +4 -1
- package/dist/OptimizationConfiguration/OptimizationConfiguration.js.map +1 -1
- package/dist/OptimizationConfiguration/Service/OptimizationConfigurations.service.js +4 -1
- package/dist/OptimizationConfiguration/Service/OptimizationConfigurations.service.js.map +1 -1
- package/dist/OptimizationConfigurationV2/OptimizationConfigurationV2.js +4 -1
- package/dist/OptimizationConfigurationV2/OptimizationConfigurationV2.js.map +1 -1
- package/dist/OptimizationConfigurationV2/Service/OptimizationConfigurations.service.js +4 -1
- package/dist/OptimizationConfigurationV2/Service/OptimizationConfigurations.service.js.map +1 -1
- package/dist/OptimizationKpi/v2/OptimizationKpiApi.js +4 -1
- package/dist/OptimizationKpi/v2/OptimizationKpiApi.js.map +1 -1
- package/dist/OptimizationKpi/v2/optimization-kpi-service.js +4 -1
- package/dist/OptimizationKpi/v2/optimization-kpi-service.js.map +1 -1
- package/dist/OptimizationResult/optimization-result-api.js +4 -1
- package/dist/OptimizationResult/optimization-result-api.js.map +1 -1
- package/dist/OptimizationResult/optimization-result-service.js +4 -1
- package/dist/OptimizationResult/optimization-result-service.js.map +1 -1
- package/dist/Package/Entity/PackageEntity.js +4 -1
- package/dist/Package/Entity/PackageEntity.js.map +1 -1
- package/dist/Package/PackageApi.js +4 -1
- package/dist/Package/PackageApi.js.map +1 -1
- package/dist/ParkingSpot/Entity/ParkingSpotEntity.js +4 -1
- package/dist/ParkingSpot/Entity/ParkingSpotEntity.js.map +1 -1
- package/dist/ParkingSpot/ParkingSpotApi.js +4 -1
- package/dist/ParkingSpot/ParkingSpotApi.js.map +1 -1
- package/dist/Photo/Entity/PhotoEntity.js +4 -1
- package/dist/Photo/Entity/PhotoEntity.js.map +1 -1
- package/dist/Photo/Photo.js +4 -1
- package/dist/Photo/Photo.js.map +1 -1
- package/dist/PlannedDeliveryWindows/planned-delivery-windows-api.js +7 -4
- package/dist/PlannedDeliveryWindows/planned-delivery-windows-api.js.map +1 -1
- package/dist/PlannedDeliveryWindows/planned-delivery-windows-service.js +5 -2
- package/dist/PlannedDeliveryWindows/planned-delivery-windows-service.js.map +1 -1
- package/dist/PlannedDeliveryWindows/planned-delivery-windows.consts.d.ts +1 -1
- package/dist/PlannedRoutes/Entity/PlannedRoutesEntity.js +4 -1
- package/dist/PlannedRoutes/Entity/PlannedRoutesEntity.js.map +1 -1
- package/dist/PlannedRoutes/PlannedRoutesApi.js +4 -1
- package/dist/PlannedRoutes/PlannedRoutesApi.js.map +1 -1
- package/dist/PresetViews/preset-views-api.js +5 -2
- package/dist/PresetViews/preset-views-api.js.map +1 -1
- package/dist/PresetViews/preset-views-service.js +4 -1
- package/dist/PresetViews/preset-views-service.js.map +1 -1
- package/dist/Privileges/Entity/PrivilegeEntity.js +24 -1
- package/dist/Privileges/Entity/PrivilegeEntity.js.map +1 -1
- package/dist/Privileges/PrivilegesApi.js +4 -1
- package/dist/Privileges/PrivilegesApi.js.map +1 -1
- package/dist/PushNotificationRegistration/Entity/PushNotificationRegistrationEntity.js +24 -1
- package/dist/PushNotificationRegistration/Entity/PushNotificationRegistrationEntity.js.map +1 -1
- package/dist/PushNotificationRegistration/PushNotificationRegistration.js +4 -1
- package/dist/PushNotificationRegistration/PushNotificationRegistration.js.map +1 -1
- package/dist/PushTokenSubscription/Entity/PushTokenSubscriptionEntity.js +24 -1
- package/dist/PushTokenSubscription/Entity/PushTokenSubscriptionEntity.js.map +1 -1
- package/dist/PushTokenSubscription/PushTokenSubscriptionApi.js +4 -1
- package/dist/PushTokenSubscription/PushTokenSubscriptionApi.js.map +1 -1
- package/dist/Rates/Entity/RatesEntity.js +4 -1
- package/dist/Rates/Entity/RatesEntity.js.map +1 -1
- package/dist/Rates/RatesApi.js +4 -1
- package/dist/Rates/RatesApi.js.map +1 -1
- package/dist/ReasonToCancelTasks/Entity/ReasonToCancelTasksEntity.js +4 -1
- package/dist/ReasonToCancelTasks/Entity/ReasonToCancelTasksEntity.js.map +1 -1
- package/dist/ReasonToCancelTasks/ReasonToCancelTasksApi.js +4 -1
- package/dist/ReasonToCancelTasks/ReasonToCancelTasksApi.js.map +1 -1
- package/dist/ReasonToReassignTask/Entity/ReasonToReassignTasksEntity.js +4 -1
- package/dist/ReasonToReassignTask/Entity/ReasonToReassignTasksEntity.js.map +1 -1
- package/dist/ReasonToReassignTask/ReasonToReassignTasksApi.js +4 -1
- package/dist/ReasonToReassignTask/ReasonToReassignTasksApi.js.map +1 -1
- package/dist/ReportPreference/Entity/ReportPreferenceEntity.js +24 -1
- package/dist/ReportPreference/Entity/ReportPreferenceEntity.js.map +1 -1
- package/dist/ReportPreference/ReportPreference.js +4 -1
- package/dist/ReportPreference/ReportPreference.js.map +1 -1
- package/dist/Reports/Service/reports.service.js +4 -1
- package/dist/Reports/Service/reports.service.js.map +1 -1
- package/dist/Reports/reports.js +4 -1
- package/dist/Reports/reports.js.map +1 -1
- package/dist/Rollouts/Entity/RolloutsEntity.js +4 -1
- package/dist/Rollouts/Entity/RolloutsEntity.js.map +1 -1
- package/dist/Rollouts/RolloutsApi.js +4 -1
- package/dist/Rollouts/RolloutsApi.js.map +1 -1
- package/dist/Rule/Entity/RuleEntity.js +4 -1
- package/dist/Rule/Entity/RuleEntity.js.map +1 -1
- package/dist/Rule/RuleApi.js +4 -1
- package/dist/Rule/RuleApi.js.map +1 -1
- package/dist/Run/Store/RunStore.js +4 -1
- package/dist/Run/Store/RunStore.js.map +1 -1
- package/dist/Run/runs.js +4 -1
- package/dist/Run/runs.js.map +1 -1
- package/dist/Run/v2/runs-api.js +5 -2
- package/dist/Run/v2/runs-api.js.map +1 -1
- package/dist/Scan/Entity/ScanEntity.js +4 -1
- package/dist/Scan/Entity/ScanEntity.js.map +1 -1
- package/dist/Scan/ScanApi.js +4 -1
- package/dist/Scan/ScanApi.js.map +1 -1
- package/dist/Service/Entity/ServiceEntity.js +24 -1
- package/dist/Service/Entity/ServiceEntity.js.map +1 -1
- package/dist/Service/ServiceApi.js +4 -1
- package/dist/Service/ServiceApi.js.map +1 -1
- package/dist/ServiceArea/Entity/ServiceAreaEntity.js +24 -1
- package/dist/ServiceArea/Entity/ServiceAreaEntity.js.map +1 -1
- package/dist/ServiceArea/ServiceAreaApi.js +4 -1
- package/dist/ServiceArea/ServiceAreaApi.js.map +1 -1
- package/dist/ServiceArea/v2/service-area-api.js +6 -3
- package/dist/ServiceArea/v2/service-area-api.js.map +1 -1
- package/dist/ServiceArea/v2/service-area-service.js +4 -1
- package/dist/ServiceArea/v2/service-area-service.js.map +1 -1
- package/dist/ServicePlans/Entity/ServicePlansEntity.js +4 -1
- package/dist/ServicePlans/Entity/ServicePlansEntity.js.map +1 -1
- package/dist/ServicePlans/ServicePlansApi.js +4 -1
- package/dist/ServicePlans/ServicePlansApi.js.map +1 -1
- package/dist/Services/Identity/AuthService.js +8 -5
- package/dist/Services/Identity/AuthService.js.map +1 -1
- package/dist/Services/Identity/Session.js +9 -6
- package/dist/Services/Identity/Session.js.map +1 -1
- package/dist/Services/PersistentConnection.js +5 -2
- package/dist/Services/PersistentConnection.js.map +1 -1
- package/dist/Services/PubSubService.js +4 -1
- package/dist/Services/PubSubService.js.map +1 -1
- package/dist/Services/RealtimeConnection.js +4 -1
- package/dist/Services/RealtimeConnection.js.map +1 -1
- package/dist/Services/ServiceRequest.js +6 -3
- package/dist/Services/ServiceRequest.js.map +1 -1
- package/dist/Shifts/Entity/Shifts.js +4 -1
- package/dist/Shifts/Entity/Shifts.js.map +1 -1
- package/dist/Shifts/ShiftsApi.js +4 -1
- package/dist/Shifts/ShiftsApi.js.map +1 -1
- package/dist/Signature/Entity/SignatureEntity.js +4 -1
- package/dist/Signature/Entity/SignatureEntity.js.map +1 -1
- package/dist/Signature/Signature.js +4 -1
- package/dist/Signature/Signature.js.map +1 -1
- package/dist/Skills/Entity/SkillsEntity.js +24 -1
- package/dist/Skills/Entity/SkillsEntity.js.map +1 -1
- package/dist/Skills/SkillsApi.js +4 -1
- package/dist/Skills/SkillsApi.js.map +1 -1
- package/dist/SupportTicket/Entity/SupportTicket.js +4 -1
- package/dist/SupportTicket/Entity/SupportTicket.js.map +1 -1
- package/dist/Tag/Entity/TagEntity.js +24 -1
- package/dist/Tag/Entity/TagEntity.js.map +1 -1
- package/dist/Tag/Tag.js +4 -1
- package/dist/Tag/Tag.js.map +1 -1
- package/dist/TagCustomerConfiguration/Entity/TagCustomerConfigurationEntity.js +24 -1
- package/dist/TagCustomerConfiguration/Entity/TagCustomerConfigurationEntity.js.map +1 -1
- package/dist/TagCustomerConfiguration/TagCustomerConfiguration.js +4 -1
- package/dist/TagCustomerConfiguration/TagCustomerConfiguration.js.map +1 -1
- package/dist/TagMerchantConfiguration/Entity/TagMerchantConfigurationEntity.js +24 -1
- package/dist/TagMerchantConfiguration/Entity/TagMerchantConfigurationEntity.js.map +1 -1
- package/dist/TagMerchantConfiguration/TagMerchantConfiguration.js +4 -1
- package/dist/TagMerchantConfiguration/TagMerchantConfiguration.js.map +1 -1
- package/dist/Task/Entity/TaskEntity.js +4 -1
- package/dist/Task/Entity/TaskEntity.js.map +1 -1
- package/dist/Task/TaskApi.js +4 -1
- package/dist/Task/TaskApi.js.map +1 -1
- package/dist/Task/v2/task-realtime-subscriptions.js +4 -1
- package/dist/Task/v2/task-realtime-subscriptions.js.map +1 -1
- package/dist/Task/v2/tasks-api.js +8 -5
- package/dist/Task/v2/tasks-api.js.map +1 -1
- package/dist/Task/v2/tasks-service.js +4 -1
- package/dist/Task/v2/tasks-service.js.map +1 -1
- package/dist/TaskConfiguration/Entity/TaskConfigurationEntity.js +24 -1
- package/dist/TaskConfiguration/Entity/TaskConfigurationEntity.js.map +1 -1
- package/dist/TaskConfiguration/TaskConfiguration.js +4 -1
- package/dist/TaskConfiguration/TaskConfiguration.js.map +1 -1
- package/dist/TaskManagedAttributes/index.js +4 -1
- package/dist/TaskManagedAttributes/index.js.map +1 -1
- package/dist/TaskManagedAttributes/task-managed-attributes-api.js +8 -5
- package/dist/TaskManagedAttributes/task-managed-attributes-api.js.map +1 -1
- package/dist/TaskManagedAttributes/task-managed-attributes-realtime-subscriptions.js +4 -1
- package/dist/TaskManagedAttributes/task-managed-attributes-realtime-subscriptions.js.map +1 -1
- package/dist/TaskManagedAttributes/task-managed-attributes-service.js +4 -1
- package/dist/TaskManagedAttributes/task-managed-attributes-service.js.map +1 -1
- package/dist/TaskRejectReason/v2/task-reject-reasons-api.js +6 -3
- package/dist/TaskRejectReason/v2/task-reject-reasons-api.js.map +1 -1
- package/dist/TaskRejectReason/v2/task-reject-reasons-service.js +4 -1
- package/dist/TaskRejectReason/v2/task-reject-reasons-service.js.map +1 -1
- package/dist/TasksExplorer/Services/tasks-explorer-service.js +4 -1
- package/dist/TasksExplorer/Services/tasks-explorer-service.js.map +1 -1
- package/dist/TasksExplorer/v2/tasks-explorer-api.js +4 -1
- package/dist/TasksExplorer/v2/tasks-explorer-api.js.map +1 -1
- package/dist/Team/Entity/Team.js +4 -1
- package/dist/Team/Entity/Team.js.map +1 -1
- package/dist/Team/TeamApi.js +5 -2
- package/dist/Team/TeamApi.js.map +1 -1
- package/dist/TeamConfiguration/Entity/TeamConfigurationEntity.js +4 -1
- package/dist/TeamConfiguration/Entity/TeamConfigurationEntity.js.map +1 -1
- package/dist/TeamConfiguration/TeamConfigurationApi.js +4 -1
- package/dist/TeamConfiguration/TeamConfigurationApi.js.map +1 -1
- package/dist/TeamServiceArea/Entity/TeamServiceAreaEntity.js +24 -1
- package/dist/TeamServiceArea/Entity/TeamServiceAreaEntity.js.map +1 -1
- package/dist/TeamServiceArea/TeamServiceAreaApi.js +4 -1
- package/dist/TeamServiceArea/TeamServiceAreaApi.js.map +1 -1
- package/dist/Templates/Entity/TemplatesEntity.js +4 -1
- package/dist/Templates/Entity/TemplatesEntity.js.map +1 -1
- package/dist/Templates/TemplatesApi.js +4 -1
- package/dist/Templates/TemplatesApi.js.map +1 -1
- package/dist/Upload/v2/upload-api.d.ts +0 -1
- package/dist/Upload/v2/upload-api.js +4 -1
- package/dist/Upload/v2/upload-api.js.map +1 -1
- package/dist/Upload/v2/upload-service.d.ts +0 -1
- package/dist/Upload/v2/upload-service.js +6 -3
- package/dist/Upload/v2/upload-service.js.map +1 -1
- package/dist/User/Service/UsersService.d.ts +2 -2
- package/dist/User/Service/UsersService.js +2 -2
- package/dist/User/Service/UsersService.js.map +1 -1
- package/dist/User/Store/UsersStore.js +6 -3
- package/dist/User/Store/UsersStore.js.map +1 -1
- package/dist/User/Users.d.ts +2 -2
- package/dist/User/Users.js +6 -3
- package/dist/User/Users.js.map +1 -1
- package/dist/UserAnalytics/UserAnalyticsApi.js +4 -1
- package/dist/UserAnalytics/UserAnalyticsApi.js.map +1 -1
- package/dist/UserConfiguration/Entity/UserConfigurationEntity.js +4 -1
- package/dist/UserConfiguration/Entity/UserConfigurationEntity.js.map +1 -1
- package/dist/UserConfiguration/UserConfiguration.js +5 -2
- package/dist/UserConfiguration/UserConfiguration.js.map +1 -1
- package/dist/UserPresetViews/user-preset-views-api.js +5 -2
- package/dist/UserPresetViews/user-preset-views-api.js.map +1 -1
- package/dist/UserPresetViews/user-preset-views-service.js +4 -1
- package/dist/UserPresetViews/user-preset-views-service.js.map +1 -1
- package/dist/UserType/Entity/UserTypeEntity.js +4 -1
- package/dist/UserType/Entity/UserTypeEntity.js.map +1 -1
- package/dist/UserType/UserTypeApi.js +4 -1
- package/dist/UserType/UserTypeApi.js.map +1 -1
- package/dist/Vehicle/Entity/VehicleEntity.js +4 -1
- package/dist/Vehicle/Entity/VehicleEntity.js.map +1 -1
- package/dist/Vehicle/VehicleApi.js +4 -1
- package/dist/Vehicle/VehicleApi.js.map +1 -1
- package/dist/Vehicle/v2/vehicles-api.js +7 -4
- package/dist/Vehicle/v2/vehicles-api.js.map +1 -1
- package/dist/Vehicle/v2/vehicles-service.js +4 -1
- package/dist/Vehicle/v2/vehicles-service.js.map +1 -1
- package/dist/VehicleCategory/Entity/VehicleCategoryEntity.js +4 -1
- package/dist/VehicleCategory/Entity/VehicleCategoryEntity.js.map +1 -1
- package/dist/VehicleCategory/VehicleCategoryApi.js +4 -1
- package/dist/VehicleCategory/VehicleCategoryApi.js.map +1 -1
- package/dist/VehicleType/Entity/VehicleTypeEntity.js +4 -1
- package/dist/VehicleType/Entity/VehicleTypeEntity.js.map +1 -1
- package/dist/VehicleType/VehicleTypeApi.js +4 -1
- package/dist/VehicleType/VehicleTypeApi.js.map +1 -1
- package/dist/VrpAutoDispatchAnalytic/Entity/VrpAutoDispatchAnalyticEntity.js +4 -1
- package/dist/VrpAutoDispatchAnalytic/Entity/VrpAutoDispatchAnalyticEntity.js.map +1 -1
- package/dist/VrpAutoDispatchAnalytic/VrpAutoDispatchAnalyticApi.js +4 -1
- package/dist/VrpAutoDispatchAnalytic/VrpAutoDispatchAnalyticApi.js.map +1 -1
- package/dist/WebApplicationConfiguration/Entity/WebApplicationConfigurationEntity.js +4 -1
- package/dist/WebApplicationConfiguration/Entity/WebApplicationConfigurationEntity.js.map +1 -1
- package/dist/WebApplicationConfiguration/WebApplicationConfigurationApi.js +4 -1
- package/dist/WebApplicationConfiguration/WebApplicationConfigurationApi.js.map +1 -1
- package/dist/WebhookAuthenticationConfiguration/Service/WebhookAuthenticationConfiguration.service.js +4 -1
- package/dist/WebhookAuthenticationConfiguration/Service/WebhookAuthenticationConfiguration.service.js.map +1 -1
- package/dist/WebhookAuthenticationConfiguration/WebhookAuthenticationConfiguration.d.ts +1 -1
- package/dist/WebhookAuthenticationConfiguration/WebhookAuthenticationConfiguration.js +4 -1
- package/dist/WebhookAuthenticationConfiguration/WebhookAuthenticationConfiguration.js.map +1 -1
- package/dist/Workflow/v2/workflows-api.js +6 -3
- package/dist/Workflow/v2/workflows-api.js.map +1 -1
- package/dist/Workflow/v2/workflows-service.js +4 -1
- package/dist/Workflow/v2/workflows-service.js.map +1 -1
- package/dist/bringg-dashboard-sdk-cjs2.js +1632 -524
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +267 -267
- package/dist/bringg-dashboard-sdk.min.js +1 -1
- package/dist/bringg-dashboard-sdk.min.js.map +1 -1
- package/dist/index.js +46 -31
- package/dist/index.js.map +1 -1
- package/dist/utils/abort.d.ts +1 -1
- package/dist/utils/abort.js +1 -1
- package/dist/utils/abort.js.map +1 -1
- package/package.json +9 -6
|
@@ -60,8 +60,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
60
60
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
64
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
65
|
+
};
|
|
63
66
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
64
|
-
var AddonsEntity_1 = __webpack_require__(18304);
|
|
67
|
+
var AddonsEntity_1 = __importDefault(__webpack_require__(18304));
|
|
65
68
|
var AddonsApi = /** @class */ (function () {
|
|
66
69
|
function AddonsApi(session) {
|
|
67
70
|
this.addonsEntity = new AddonsEntity_1.default(session);
|
|
@@ -163,8 +166,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
163
166
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
164
167
|
}
|
|
165
168
|
};
|
|
169
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
170
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
171
|
+
};
|
|
166
172
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
167
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
173
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
168
174
|
var Addons_consts_1 = __webpack_require__(16638);
|
|
169
175
|
var AddonsEntity = /** @class */ (function () {
|
|
170
176
|
function AddonsEntity(session) {
|
|
@@ -277,12 +283,15 @@ exports.Routes = {
|
|
|
277
283
|
/***/ }),
|
|
278
284
|
|
|
279
285
|
/***/ 86776:
|
|
280
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
286
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
281
287
|
|
|
282
288
|
"use strict";
|
|
283
289
|
|
|
290
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
291
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
292
|
+
};
|
|
284
293
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
285
|
-
var AlertsEntity_1 = __webpack_require__(85106);
|
|
294
|
+
var AlertsEntity_1 = __importDefault(__webpack_require__(85106));
|
|
286
295
|
var AlertsApi = /** @class */ (function () {
|
|
287
296
|
function AlertsApi(session) {
|
|
288
297
|
this.alertsEntity = new AlertsEntity_1.default(session);
|
|
@@ -374,8 +383,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
374
383
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
375
384
|
}
|
|
376
385
|
};
|
|
386
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
387
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
388
|
+
};
|
|
377
389
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
378
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
390
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
379
391
|
var Alerts_consts_1 = __webpack_require__(30671);
|
|
380
392
|
// Some adjustments to StoreEntity logic is required if proxying through store is required
|
|
381
393
|
var AlertsEntity = /** @class */ (function (_super) {
|
|
@@ -517,8 +529,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
517
529
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
518
530
|
}
|
|
519
531
|
};
|
|
532
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
533
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
534
|
+
};
|
|
520
535
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
521
|
-
var AnalyticsReportsEntity_1 = __webpack_require__(70018);
|
|
536
|
+
var AnalyticsReportsEntity_1 = __importDefault(__webpack_require__(70018));
|
|
522
537
|
var AnalyticsReportsApi = /** @class */ (function () {
|
|
523
538
|
function AnalyticsReportsApi(session) {
|
|
524
539
|
this.analyticsReportsEntity = new AnalyticsReportsEntity_1.default(session);
|
|
@@ -654,8 +669,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
654
669
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
655
670
|
}
|
|
656
671
|
};
|
|
672
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
673
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
674
|
+
};
|
|
657
675
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
658
|
-
var Entity_1 = __webpack_require__(7483);
|
|
676
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
659
677
|
var PubSubEvents_1 = __webpack_require__(74102);
|
|
660
678
|
var Version;
|
|
661
679
|
(function (Version) {
|
|
@@ -957,8 +975,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
957
975
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
958
976
|
}
|
|
959
977
|
};
|
|
978
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
979
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
980
|
+
};
|
|
960
981
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
961
|
-
var ApplicationEntity_1 = __webpack_require__(95919);
|
|
982
|
+
var ApplicationEntity_1 = __importDefault(__webpack_require__(95919));
|
|
962
983
|
var ApplicationApi = /** @class */ (function () {
|
|
963
984
|
function ApplicationApi(session) {
|
|
964
985
|
this.entity = new ApplicationEntity_1.default(session);
|
|
@@ -1047,11 +1068,16 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
1047
1068
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
1048
1069
|
}
|
|
1049
1070
|
};
|
|
1071
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1072
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1073
|
+
};
|
|
1050
1074
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1051
|
-
var
|
|
1075
|
+
var lodash_1 = __importDefault(__webpack_require__(96486));
|
|
1052
1076
|
var uuid_1 = __webpack_require__(21614);
|
|
1053
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
1077
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
1054
1078
|
var pDefer = __webpack_require__(63931);
|
|
1079
|
+
var BringgException_1 = __webpack_require__(43605);
|
|
1080
|
+
var ExceptionReason_1 = __webpack_require__(73532);
|
|
1055
1081
|
var entityName = 'application_action';
|
|
1056
1082
|
var ApplicationEntity = /** @class */ (function (_super) {
|
|
1057
1083
|
__extends(ApplicationEntity, _super);
|
|
@@ -1075,7 +1101,7 @@ var ApplicationEntity = /** @class */ (function (_super) {
|
|
|
1075
1101
|
switch (_a.label) {
|
|
1076
1102
|
case 0:
|
|
1077
1103
|
actionUuid = this.generateActionUuid();
|
|
1078
|
-
|
|
1104
|
+
lodash_1.default.defaults(options, { timeout: 10000 });
|
|
1079
1105
|
_a.label = 1;
|
|
1080
1106
|
case 1:
|
|
1081
1107
|
_a.trys.push([1, , 4, 5]);
|
|
@@ -1117,14 +1143,16 @@ var ApplicationEntity = /** @class */ (function (_super) {
|
|
|
1117
1143
|
};
|
|
1118
1144
|
ApplicationEntity.prototype.handleApplicationActionResult = function (result) {
|
|
1119
1145
|
var defered = this.inFlightActions.get(result.response_uuid);
|
|
1120
|
-
if (
|
|
1146
|
+
if (lodash_1.default.isNil(defered)) {
|
|
1121
1147
|
return;
|
|
1122
1148
|
}
|
|
1123
1149
|
if (result.success) {
|
|
1124
1150
|
defered.resolve(result.data);
|
|
1125
1151
|
}
|
|
1126
1152
|
else {
|
|
1127
|
-
|
|
1153
|
+
var isStringError = result.error != null && typeof result.error.valueOf() === 'string';
|
|
1154
|
+
var data = isStringError ? { error_message: result.error } : result.error;
|
|
1155
|
+
defered.reject(new BringgException_1.BringgException(ExceptionReason_1.ExceptionReason.UNSUCCESSFUL_RESULT, isStringError ? result.error : 'Unsuccessful application action result', null, __assign(__assign({}, data), { response_uuid: result.response_uuid })));
|
|
1128
1156
|
}
|
|
1129
1157
|
};
|
|
1130
1158
|
ApplicationEntity.prototype.asyncTimeout = function (milliseconds) {
|
|
@@ -1187,8 +1215,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
1187
1215
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
1188
1216
|
}
|
|
1189
1217
|
};
|
|
1218
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1219
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1220
|
+
};
|
|
1190
1221
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1191
|
-
var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(59433);
|
|
1222
|
+
var ApplicationMerchantConfigurationEntity_1 = __importDefault(__webpack_require__(59433));
|
|
1192
1223
|
var ApplicationMerchantConfigurationApi = /** @class */ (function () {
|
|
1193
1224
|
function ApplicationMerchantConfigurationApi(session, merchantConfigurationApi) {
|
|
1194
1225
|
this.entity = new ApplicationMerchantConfigurationEntity_1.default(session);
|
|
@@ -1335,6 +1366,29 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
1335
1366
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
1336
1367
|
};
|
|
1337
1368
|
})();
|
|
1369
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1370
|
+
if (k2 === undefined) k2 = k;
|
|
1371
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1372
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1373
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1374
|
+
}
|
|
1375
|
+
Object.defineProperty(o, k2, desc);
|
|
1376
|
+
}) : (function(o, m, k, k2) {
|
|
1377
|
+
if (k2 === undefined) k2 = k;
|
|
1378
|
+
o[k2] = m[k];
|
|
1379
|
+
}));
|
|
1380
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
1381
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
1382
|
+
}) : function(o, v) {
|
|
1383
|
+
o["default"] = v;
|
|
1384
|
+
});
|
|
1385
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
1386
|
+
if (mod && mod.__esModule) return mod;
|
|
1387
|
+
var result = {};
|
|
1388
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
1389
|
+
__setModuleDefault(result, mod);
|
|
1390
|
+
return result;
|
|
1391
|
+
};
|
|
1338
1392
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
1339
1393
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
1340
1394
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -1372,7 +1426,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
1372
1426
|
}
|
|
1373
1427
|
};
|
|
1374
1428
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1375
|
-
var Entity_1 = __webpack_require__(7483);
|
|
1429
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
1376
1430
|
var BaseRoute = '/merchant/applications';
|
|
1377
1431
|
var Routes = {
|
|
1378
1432
|
//In order to remove app by uuid, need to have a fake app id as a route parameter.
|
|
@@ -1599,8 +1653,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
1599
1653
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
1600
1654
|
}
|
|
1601
1655
|
};
|
|
1656
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1657
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1658
|
+
};
|
|
1602
1659
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1603
|
-
var ApplicationTeamConfigurationEntity_1 = __webpack_require__(38680);
|
|
1660
|
+
var ApplicationTeamConfigurationEntity_1 = __importDefault(__webpack_require__(38680));
|
|
1604
1661
|
var ApplicationTeamConfigurationApi = /** @class */ (function () {
|
|
1605
1662
|
function ApplicationTeamConfigurationApi(session) {
|
|
1606
1663
|
this.entity = new ApplicationTeamConfigurationEntity_1.default(session);
|
|
@@ -1672,6 +1729,29 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
1672
1729
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
1673
1730
|
};
|
|
1674
1731
|
})();
|
|
1732
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1733
|
+
if (k2 === undefined) k2 = k;
|
|
1734
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1735
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1736
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1737
|
+
}
|
|
1738
|
+
Object.defineProperty(o, k2, desc);
|
|
1739
|
+
}) : (function(o, m, k, k2) {
|
|
1740
|
+
if (k2 === undefined) k2 = k;
|
|
1741
|
+
o[k2] = m[k];
|
|
1742
|
+
}));
|
|
1743
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
1744
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
1745
|
+
}) : function(o, v) {
|
|
1746
|
+
o["default"] = v;
|
|
1747
|
+
});
|
|
1748
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
1749
|
+
if (mod && mod.__esModule) return mod;
|
|
1750
|
+
var result = {};
|
|
1751
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
1752
|
+
__setModuleDefault(result, mod);
|
|
1753
|
+
return result;
|
|
1754
|
+
};
|
|
1675
1755
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
1676
1756
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
1677
1757
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -1709,7 +1789,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
1709
1789
|
}
|
|
1710
1790
|
};
|
|
1711
1791
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1712
|
-
var Entity_1 = __webpack_require__(7483);
|
|
1792
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
1713
1793
|
var ApplicationTeamConfigurationEntity = /** @class */ (function (_super) {
|
|
1714
1794
|
__extends(ApplicationTeamConfigurationEntity, _super);
|
|
1715
1795
|
function ApplicationTeamConfigurationEntity(session) {
|
|
@@ -1847,12 +1927,15 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
1847
1927
|
}
|
|
1848
1928
|
return ar;
|
|
1849
1929
|
};
|
|
1930
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1931
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1932
|
+
};
|
|
1850
1933
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1851
1934
|
exports.AsyncOperationStatus = exports.UPDATE_ASYNC_OPERATION_REALTIME_EVENT = void 0;
|
|
1852
1935
|
var async_operation_status_1 = __webpack_require__(65111);
|
|
1853
1936
|
var BringgException_1 = __webpack_require__(43605);
|
|
1854
1937
|
var ExceptionReason_1 = __webpack_require__(73532);
|
|
1855
|
-
var realtime_subscriptions_1 = __webpack_require__(47985);
|
|
1938
|
+
var realtime_subscriptions_1 = __importDefault(__webpack_require__(47985));
|
|
1856
1939
|
var abort_1 = __webpack_require__(34179);
|
|
1857
1940
|
var promises_1 = __webpack_require__(52581);
|
|
1858
1941
|
exports.UPDATE_ASYNC_OPERATION_REALTIME_EVENT = 'async operation status';
|
|
@@ -2114,12 +2197,15 @@ __exportStar(__webpack_require__(70050), exports);
|
|
|
2114
2197
|
/***/ }),
|
|
2115
2198
|
|
|
2116
2199
|
/***/ 25475:
|
|
2117
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
2200
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2118
2201
|
|
|
2119
2202
|
"use strict";
|
|
2120
2203
|
|
|
2204
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2205
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
2206
|
+
};
|
|
2121
2207
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2122
|
-
var BillingEntity_1 = __webpack_require__(67417);
|
|
2208
|
+
var BillingEntity_1 = __importDefault(__webpack_require__(67417));
|
|
2123
2209
|
var BillingApi = /** @class */ (function () {
|
|
2124
2210
|
function BillingApi(session) {
|
|
2125
2211
|
this.billingEntity = new BillingEntity_1.default(session);
|
|
@@ -2229,8 +2315,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
2229
2315
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
2230
2316
|
}
|
|
2231
2317
|
};
|
|
2318
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2319
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
2320
|
+
};
|
|
2232
2321
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2233
|
-
var Entity_1 = __webpack_require__(7483);
|
|
2322
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
2234
2323
|
var Version;
|
|
2235
2324
|
(function (Version) {
|
|
2236
2325
|
Version["v1"] = "v1";
|
|
@@ -2495,121 +2584,124 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
2495
2584
|
}
|
|
2496
2585
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
2497
2586
|
};
|
|
2587
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2588
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
2589
|
+
};
|
|
2498
2590
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2499
2591
|
exports.newConfigurationProvider = exports.getFullConfiguration = exports.setEnvironment = exports.getEnvironment = exports.getGlobals = exports.setGlobals = exports.setConfigurationProvider = exports.getConfigurationProvider = exports.resendConfirmationEmail = exports.login = exports.loginInternal = exports.initWithAuthToken = exports.initWithEmail = exports.initWithSessionCode = exports.setConfigurations = exports.BringgDashboardSDK = void 0;
|
|
2500
2592
|
// eslint-disable-next-line no-restricted-imports
|
|
2501
|
-
var
|
|
2502
|
-
var AddonsApi_1 = __webpack_require__(22464);
|
|
2503
|
-
var AlertsApi_1 = __webpack_require__(86776);
|
|
2504
|
-
var AnalyticsReportsApi_1 = __webpack_require__(80034);
|
|
2505
|
-
var ApplicationApi_1 = __webpack_require__(50513);
|
|
2506
|
-
var ApplicationMerchantConfigurationApi_1 = __webpack_require__(82996);
|
|
2507
|
-
var ApplicationTeamConfigurationApi_1 = __webpack_require__(59306);
|
|
2593
|
+
var mobx_1 = __importDefault(__webpack_require__(68949));
|
|
2594
|
+
var AddonsApi_1 = __importDefault(__webpack_require__(22464));
|
|
2595
|
+
var AlertsApi_1 = __importDefault(__webpack_require__(86776));
|
|
2596
|
+
var AnalyticsReportsApi_1 = __importDefault(__webpack_require__(80034));
|
|
2597
|
+
var ApplicationApi_1 = __importDefault(__webpack_require__(50513));
|
|
2598
|
+
var ApplicationMerchantConfigurationApi_1 = __importDefault(__webpack_require__(82996));
|
|
2599
|
+
var ApplicationTeamConfigurationApi_1 = __importDefault(__webpack_require__(59306));
|
|
2508
2600
|
var AsyncOperationStatus_1 = __webpack_require__(37360);
|
|
2509
|
-
var BillingApi_1 = __webpack_require__(25475);
|
|
2510
|
-
var Chat_1 = __webpack_require__(17629);
|
|
2511
|
-
var ChatConversationApi_1 = __webpack_require__(74617);
|
|
2512
|
-
var Company_1 = __webpack_require__(97275);
|
|
2601
|
+
var BillingApi_1 = __importDefault(__webpack_require__(25475));
|
|
2602
|
+
var Chat_1 = __importDefault(__webpack_require__(17629));
|
|
2603
|
+
var ChatConversationApi_1 = __importDefault(__webpack_require__(74617));
|
|
2604
|
+
var Company_1 = __importDefault(__webpack_require__(97275));
|
|
2513
2605
|
var ConfigurationProvider_1 = __webpack_require__(44858);
|
|
2514
|
-
var Crew_1 = __webpack_require__(83916);
|
|
2515
|
-
var CrossAppTransport_1 = __webpack_require__(25154);
|
|
2516
|
-
var CustomAttributesApi_1 = __webpack_require__(74890);
|
|
2517
|
-
var Customer_1 = __webpack_require__(46703);
|
|
2518
|
-
var customers_api_1 = __webpack_require__(6956);
|
|
2519
|
-
var CustomerAvailabilityHourApi_1 = __webpack_require__(18495);
|
|
2520
|
-
var customer_configuration_1 = __webpack_require__(23053);
|
|
2521
|
-
var dashboard_1 = __webpack_require__(23949);
|
|
2606
|
+
var Crew_1 = __importDefault(__webpack_require__(83916));
|
|
2607
|
+
var CrossAppTransport_1 = __importDefault(__webpack_require__(25154));
|
|
2608
|
+
var CustomAttributesApi_1 = __importDefault(__webpack_require__(74890));
|
|
2609
|
+
var Customer_1 = __importDefault(__webpack_require__(46703));
|
|
2610
|
+
var customers_api_1 = __importDefault(__webpack_require__(6956));
|
|
2611
|
+
var CustomerAvailabilityHourApi_1 = __importDefault(__webpack_require__(18495));
|
|
2612
|
+
var customer_configuration_1 = __importDefault(__webpack_require__(23053));
|
|
2613
|
+
var dashboard_1 = __importDefault(__webpack_require__(23949));
|
|
2522
2614
|
var DeliveryBlocksApi_1 = __webpack_require__(42912);
|
|
2523
|
-
var DeliveryCatalogApi_1 = __webpack_require__(2831);
|
|
2524
|
-
var DeliveryCatalogApi_2 = __webpack_require__(67641);
|
|
2525
|
-
var delivery_windows_api_1 = __webpack_require__(49627);
|
|
2526
|
-
var ExclusionWindowApi_1 = __webpack_require__(54911);
|
|
2615
|
+
var DeliveryCatalogApi_1 = __importDefault(__webpack_require__(2831));
|
|
2616
|
+
var DeliveryCatalogApi_2 = __importDefault(__webpack_require__(67641));
|
|
2617
|
+
var delivery_windows_api_1 = __importDefault(__webpack_require__(49627));
|
|
2618
|
+
var ExclusionWindowApi_1 = __importDefault(__webpack_require__(54911));
|
|
2527
2619
|
var exclusion_window_api_1 = __webpack_require__(74750);
|
|
2528
|
-
var FleetApi_1 = __webpack_require__(88781);
|
|
2529
|
-
var FleetRouterApi_1 = __webpack_require__(13696);
|
|
2530
|
-
var FleetTemplateApi_1 = __webpack_require__(73102);
|
|
2531
|
-
var FloatingInventoryApi_1 = __webpack_require__(36242);
|
|
2620
|
+
var FleetApi_1 = __importDefault(__webpack_require__(88781));
|
|
2621
|
+
var FleetRouterApi_1 = __importDefault(__webpack_require__(13696));
|
|
2622
|
+
var FleetTemplateApi_1 = __importDefault(__webpack_require__(73102));
|
|
2623
|
+
var FloatingInventoryApi_1 = __importDefault(__webpack_require__(36242));
|
|
2532
2624
|
var floating_inventories_api_1 = __webpack_require__(66122);
|
|
2533
|
-
var GeocodingApi_1 = __webpack_require__(87206);
|
|
2534
|
-
var GoogleMapsHelperApi_1 = __webpack_require__(37828);
|
|
2535
|
-
var Inventory_1 = __webpack_require__(74033);
|
|
2536
|
-
var InventoryActionsConfiguration_1 = __webpack_require__(7373);
|
|
2625
|
+
var GeocodingApi_1 = __importDefault(__webpack_require__(87206));
|
|
2626
|
+
var GoogleMapsHelperApi_1 = __importDefault(__webpack_require__(37828));
|
|
2627
|
+
var Inventory_1 = __importDefault(__webpack_require__(74033));
|
|
2628
|
+
var InventoryActionsConfiguration_1 = __importDefault(__webpack_require__(7373));
|
|
2537
2629
|
var Language_1 = __webpack_require__(67092);
|
|
2538
|
-
var LegacyReportsApi_1 = __webpack_require__(16761);
|
|
2539
|
-
var lookup_api_1 = __webpack_require__(96142);
|
|
2540
|
-
var MerchantApi_1 = __webpack_require__(63111);
|
|
2630
|
+
var LegacyReportsApi_1 = __importDefault(__webpack_require__(16761));
|
|
2631
|
+
var lookup_api_1 = __importDefault(__webpack_require__(96142));
|
|
2632
|
+
var MerchantApi_1 = __importDefault(__webpack_require__(63111));
|
|
2541
2633
|
var MerchantConfigurationApi_1 = __webpack_require__(83611);
|
|
2542
|
-
var MerchantPrototypeApi_1 = __webpack_require__(50347);
|
|
2634
|
+
var MerchantPrototypeApi_1 = __importDefault(__webpack_require__(50347));
|
|
2543
2635
|
var NotificationTemplate_1 = __webpack_require__(97655);
|
|
2544
2636
|
var NotificationType_1 = __webpack_require__(2765);
|
|
2545
|
-
var OauthApplicationApi_1 = __webpack_require__(94051);
|
|
2546
|
-
var OnboardingApi_1 = __webpack_require__(3481);
|
|
2547
|
-
var OpenFleetApi_1 = __webpack_require__(99497);
|
|
2548
|
-
var OptimizationConfiguration_1 = __webpack_require__(17859);
|
|
2549
|
-
var OptimizationConfigurationV2_1 = __webpack_require__(28719);
|
|
2550
|
-
var OptimizationKpiApi_1 = __webpack_require__(42068);
|
|
2551
|
-
var optimization_result_api_1 = __webpack_require__(51991);
|
|
2552
|
-
var PackageApi_1 = __webpack_require__(67595);
|
|
2553
|
-
var ParkingSpotApi_1 = __webpack_require__(43401);
|
|
2554
|
-
var Photo_1 = __webpack_require__(71760);
|
|
2555
|
-
var planned_delivery_windows_api_1 = __webpack_require__(44524);
|
|
2556
|
-
var PlannedRoutesApi_1 = __webpack_require__(44229);
|
|
2557
|
-
var preset_views_api_1 = __webpack_require__(37915);
|
|
2558
|
-
var PrivilegesApi_1 = __webpack_require__(77632);
|
|
2559
|
-
var PushNotificationRegistration_1 = __webpack_require__(49075);
|
|
2560
|
-
var PushTokenSubscriptionApi_1 = __webpack_require__(1062);
|
|
2561
|
-
var RatesApi_1 = __webpack_require__(7072);
|
|
2562
|
-
var ReasonToCancelTasksApi_1 = __webpack_require__(19199);
|
|
2563
|
-
var ReasonToChangeInventory_1 = __webpack_require__(89032);
|
|
2564
|
-
var ReasonToReassignTasksApi_1 = __webpack_require__(52121);
|
|
2565
|
-
var ReportPreference_1 = __webpack_require__(79086);
|
|
2566
|
-
var reports_1 = __webpack_require__(96457);
|
|
2567
|
-
var ResourceUploadApi_1 = __webpack_require__(5496);
|
|
2568
|
-
var RolloutsApi_1 = __webpack_require__(91310);
|
|
2569
|
-
var RouteOptimizationApi_1 = __webpack_require__(98511);
|
|
2570
|
-
var RouteOptimizationService_1 = __webpack_require__(94121);
|
|
2571
|
-
var RuleApi_1 = __webpack_require__(80298);
|
|
2572
|
-
var runs_1 = __webpack_require__(17640);
|
|
2573
|
-
var runs_api_1 = __webpack_require__(83582);
|
|
2574
|
-
var ScanApi_1 = __webpack_require__(9008);
|
|
2575
|
-
var ServiceApi_1 = __webpack_require__(65199);
|
|
2576
|
-
var ServiceAreaApi_1 = __webpack_require__(9463);
|
|
2637
|
+
var OauthApplicationApi_1 = __importDefault(__webpack_require__(94051));
|
|
2638
|
+
var OnboardingApi_1 = __importDefault(__webpack_require__(3481));
|
|
2639
|
+
var OpenFleetApi_1 = __importDefault(__webpack_require__(99497));
|
|
2640
|
+
var OptimizationConfiguration_1 = __importDefault(__webpack_require__(17859));
|
|
2641
|
+
var OptimizationConfigurationV2_1 = __importDefault(__webpack_require__(28719));
|
|
2642
|
+
var OptimizationKpiApi_1 = __importDefault(__webpack_require__(42068));
|
|
2643
|
+
var optimization_result_api_1 = __importDefault(__webpack_require__(51991));
|
|
2644
|
+
var PackageApi_1 = __importDefault(__webpack_require__(67595));
|
|
2645
|
+
var ParkingSpotApi_1 = __importDefault(__webpack_require__(43401));
|
|
2646
|
+
var Photo_1 = __importDefault(__webpack_require__(71760));
|
|
2647
|
+
var planned_delivery_windows_api_1 = __importDefault(__webpack_require__(44524));
|
|
2648
|
+
var PlannedRoutesApi_1 = __importDefault(__webpack_require__(44229));
|
|
2649
|
+
var preset_views_api_1 = __importDefault(__webpack_require__(37915));
|
|
2650
|
+
var PrivilegesApi_1 = __importDefault(__webpack_require__(77632));
|
|
2651
|
+
var PushNotificationRegistration_1 = __importDefault(__webpack_require__(49075));
|
|
2652
|
+
var PushTokenSubscriptionApi_1 = __importDefault(__webpack_require__(1062));
|
|
2653
|
+
var RatesApi_1 = __importDefault(__webpack_require__(7072));
|
|
2654
|
+
var ReasonToCancelTasksApi_1 = __importDefault(__webpack_require__(19199));
|
|
2655
|
+
var ReasonToChangeInventory_1 = __importDefault(__webpack_require__(89032));
|
|
2656
|
+
var ReasonToReassignTasksApi_1 = __importDefault(__webpack_require__(52121));
|
|
2657
|
+
var ReportPreference_1 = __importDefault(__webpack_require__(79086));
|
|
2658
|
+
var reports_1 = __importDefault(__webpack_require__(96457));
|
|
2659
|
+
var ResourceUploadApi_1 = __importDefault(__webpack_require__(5496));
|
|
2660
|
+
var RolloutsApi_1 = __importDefault(__webpack_require__(91310));
|
|
2661
|
+
var RouteOptimizationApi_1 = __importDefault(__webpack_require__(98511));
|
|
2662
|
+
var RouteOptimizationService_1 = __importDefault(__webpack_require__(94121));
|
|
2663
|
+
var RuleApi_1 = __importDefault(__webpack_require__(80298));
|
|
2664
|
+
var runs_1 = __importDefault(__webpack_require__(17640));
|
|
2665
|
+
var runs_api_1 = __importDefault(__webpack_require__(83582));
|
|
2666
|
+
var ScanApi_1 = __importDefault(__webpack_require__(9008));
|
|
2667
|
+
var ServiceApi_1 = __importDefault(__webpack_require__(65199));
|
|
2668
|
+
var ServiceAreaApi_1 = __importDefault(__webpack_require__(9463));
|
|
2577
2669
|
var service_area_api_1 = __webpack_require__(35248);
|
|
2578
|
-
var ServicePlansApi_1 = __webpack_require__(19178);
|
|
2579
|
-
var AuthService_1 = __webpack_require__(54794);
|
|
2580
|
-
var Session_1 = __webpack_require__(44891);
|
|
2581
|
-
var ShiftsApi_1 = __webpack_require__(10942);
|
|
2582
|
-
var Signature_1 = __webpack_require__(59824);
|
|
2583
|
-
var SkillsApi_1 = __webpack_require__(28855);
|
|
2584
|
-
var SupportTicketApi_1 = __webpack_require__(28002);
|
|
2585
|
-
var Tag_1 = __webpack_require__(78847);
|
|
2586
|
-
var TagCustomerConfiguration_1 = __webpack_require__(87798);
|
|
2587
|
-
var TagMerchantConfiguration_1 = __webpack_require__(2889);
|
|
2588
|
-
var TaskApi_1 = __webpack_require__(41550);
|
|
2589
|
-
var tasks_api_1 = __webpack_require__(35022);
|
|
2590
|
-
var TaskConfiguration_1 = __webpack_require__(15127);
|
|
2591
|
-
var TaskInventory_1 = __webpack_require__(92448);
|
|
2670
|
+
var ServicePlansApi_1 = __importDefault(__webpack_require__(19178));
|
|
2671
|
+
var AuthService_1 = __importDefault(__webpack_require__(54794));
|
|
2672
|
+
var Session_1 = __importDefault(__webpack_require__(44891));
|
|
2673
|
+
var ShiftsApi_1 = __importDefault(__webpack_require__(10942));
|
|
2674
|
+
var Signature_1 = __importDefault(__webpack_require__(59824));
|
|
2675
|
+
var SkillsApi_1 = __importDefault(__webpack_require__(28855));
|
|
2676
|
+
var SupportTicketApi_1 = __importDefault(__webpack_require__(28002));
|
|
2677
|
+
var Tag_1 = __importDefault(__webpack_require__(78847));
|
|
2678
|
+
var TagCustomerConfiguration_1 = __importDefault(__webpack_require__(87798));
|
|
2679
|
+
var TagMerchantConfiguration_1 = __importDefault(__webpack_require__(2889));
|
|
2680
|
+
var TaskApi_1 = __importDefault(__webpack_require__(41550));
|
|
2681
|
+
var tasks_api_1 = __importDefault(__webpack_require__(35022));
|
|
2682
|
+
var TaskConfiguration_1 = __importDefault(__webpack_require__(15127));
|
|
2683
|
+
var TaskInventory_1 = __importDefault(__webpack_require__(92448));
|
|
2592
2684
|
var TaskManagedAttributes_1 = __webpack_require__(26931);
|
|
2593
|
-
var task_reject_reasons_api_1 = __webpack_require__(62954);
|
|
2594
|
-
var tasks_explorer_api_1 = __webpack_require__(66845);
|
|
2595
|
-
var TeamApi_1 = __webpack_require__(10879);
|
|
2596
|
-
var TeamConfigurationApi_1 = __webpack_require__(37565);
|
|
2597
|
-
var TeamServiceAreaApi_1 = __webpack_require__(2847);
|
|
2598
|
-
var TemplatesApi_1 = __webpack_require__(92921);
|
|
2599
|
-
var upload_api_1 = __webpack_require__(61488);
|
|
2600
|
-
var Users_1 = __webpack_require__(32474);
|
|
2601
|
-
var UserAnalyticsApi_1 = __webpack_require__(98129);
|
|
2602
|
-
var UserConfiguration_1 = __webpack_require__(74112);
|
|
2685
|
+
var task_reject_reasons_api_1 = __importDefault(__webpack_require__(62954));
|
|
2686
|
+
var tasks_explorer_api_1 = __importDefault(__webpack_require__(66845));
|
|
2687
|
+
var TeamApi_1 = __importDefault(__webpack_require__(10879));
|
|
2688
|
+
var TeamConfigurationApi_1 = __importDefault(__webpack_require__(37565));
|
|
2689
|
+
var TeamServiceAreaApi_1 = __importDefault(__webpack_require__(2847));
|
|
2690
|
+
var TemplatesApi_1 = __importDefault(__webpack_require__(92921));
|
|
2691
|
+
var upload_api_1 = __importDefault(__webpack_require__(61488));
|
|
2692
|
+
var Users_1 = __importDefault(__webpack_require__(32474));
|
|
2693
|
+
var UserAnalyticsApi_1 = __importDefault(__webpack_require__(98129));
|
|
2694
|
+
var UserConfiguration_1 = __importDefault(__webpack_require__(74112));
|
|
2603
2695
|
var user_preset_views_api_1 = __webpack_require__(73587);
|
|
2604
|
-
var UserTypeApi_1 = __webpack_require__(57187);
|
|
2605
|
-
var vehicles_api_1 = __webpack_require__(57020);
|
|
2606
|
-
var VehicleApi_1 = __webpack_require__(46354);
|
|
2607
|
-
var VehicleCategoryApi_1 = __webpack_require__(11448);
|
|
2608
|
-
var VehicleTypeApi_1 = __webpack_require__(12119);
|
|
2609
|
-
var VrpAutoDispatchAnalyticApi_1 = __webpack_require__(45043);
|
|
2610
|
-
var WebApplicationConfigurationApi_1 = __webpack_require__(79421);
|
|
2611
|
-
var WebhookAuthenticationConfiguration_1 = __webpack_require__(68077);
|
|
2612
|
-
var workflows_api_1 = __webpack_require__(18178);
|
|
2696
|
+
var UserTypeApi_1 = __importDefault(__webpack_require__(57187));
|
|
2697
|
+
var vehicles_api_1 = __importDefault(__webpack_require__(57020));
|
|
2698
|
+
var VehicleApi_1 = __importDefault(__webpack_require__(46354));
|
|
2699
|
+
var VehicleCategoryApi_1 = __importDefault(__webpack_require__(11448));
|
|
2700
|
+
var VehicleTypeApi_1 = __importDefault(__webpack_require__(12119));
|
|
2701
|
+
var VrpAutoDispatchAnalyticApi_1 = __importDefault(__webpack_require__(45043));
|
|
2702
|
+
var WebApplicationConfigurationApi_1 = __importDefault(__webpack_require__(79421));
|
|
2703
|
+
var WebhookAuthenticationConfiguration_1 = __importDefault(__webpack_require__(68077));
|
|
2704
|
+
var workflows_api_1 = __importDefault(__webpack_require__(18178));
|
|
2613
2705
|
var environment = 'production';
|
|
2614
2706
|
var configurationProvider = null;
|
|
2615
2707
|
var globals = null;
|
|
@@ -3073,8 +3165,8 @@ function setConfigurationProvider(provider) {
|
|
|
3073
3165
|
}
|
|
3074
3166
|
exports.setConfigurationProvider = setConfigurationProvider;
|
|
3075
3167
|
function setGlobals(bringgGlobals) {
|
|
3076
|
-
var withDefaults = bringgGlobals || { mobx:
|
|
3077
|
-
withDefaults.mobx = withDefaults.mobx ||
|
|
3168
|
+
var withDefaults = bringgGlobals || { mobx: mobx_1.default };
|
|
3169
|
+
withDefaults.mobx = withDefaults.mobx || mobx_1.default;
|
|
3078
3170
|
globals = withDefaults;
|
|
3079
3171
|
}
|
|
3080
3172
|
exports.setGlobals = setGlobals;
|
|
@@ -3111,12 +3203,15 @@ exports.newConfigurationProvider = newConfigurationProvider;
|
|
|
3111
3203
|
/***/ }),
|
|
3112
3204
|
|
|
3113
3205
|
/***/ 17629:
|
|
3114
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
3206
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3115
3207
|
|
|
3116
3208
|
"use strict";
|
|
3117
3209
|
|
|
3210
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3211
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3212
|
+
};
|
|
3118
3213
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3119
|
-
var Chat_service_1 = __webpack_require__(44377);
|
|
3214
|
+
var Chat_service_1 = __importDefault(__webpack_require__(44377));
|
|
3120
3215
|
var Chat = /** @class */ (function () {
|
|
3121
3216
|
function Chat(session) {
|
|
3122
3217
|
this.chatService = new Chat_service_1.default(session);
|
|
@@ -3199,8 +3294,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
3199
3294
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
3200
3295
|
}
|
|
3201
3296
|
};
|
|
3297
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3298
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3299
|
+
};
|
|
3202
3300
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3203
|
-
var RouteGenerator_1 = __webpack_require__(84075);
|
|
3301
|
+
var RouteGenerator_1 = __importDefault(__webpack_require__(84075));
|
|
3204
3302
|
var SessionBasedService_1 = __webpack_require__(27826);
|
|
3205
3303
|
var SERVICE_PREFIX = '/chat-service/v2';
|
|
3206
3304
|
var Routes = {
|
|
@@ -3277,13 +3375,16 @@ exports.multipleExtractor = multipleExtractor;
|
|
|
3277
3375
|
/***/ }),
|
|
3278
3376
|
|
|
3279
3377
|
/***/ 74617:
|
|
3280
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
3378
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3281
3379
|
|
|
3282
3380
|
"use strict";
|
|
3283
3381
|
|
|
3382
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3383
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3384
|
+
};
|
|
3284
3385
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3285
|
-
var ChatMessageApi_1 = __webpack_require__(21264);
|
|
3286
|
-
var ChatConversation_1 = __webpack_require__(45717);
|
|
3386
|
+
var ChatMessageApi_1 = __importDefault(__webpack_require__(21264));
|
|
3387
|
+
var ChatConversation_1 = __importDefault(__webpack_require__(45717));
|
|
3287
3388
|
var ChatConversationApi = /** @class */ (function () {
|
|
3288
3389
|
function ChatConversationApi(session) {
|
|
3289
3390
|
this.chatConversationEntity = new ChatConversation_1.default(session);
|
|
@@ -3379,10 +3480,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
3379
3480
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
3380
3481
|
}
|
|
3381
3482
|
};
|
|
3483
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3484
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3485
|
+
};
|
|
3382
3486
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3383
3487
|
var lodash_1 = __webpack_require__(96486);
|
|
3384
3488
|
var Entity_1 = __webpack_require__(7483);
|
|
3385
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
3489
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
3386
3490
|
var ChatConversation_consts_1 = __webpack_require__(44448);
|
|
3387
3491
|
var Routes = {
|
|
3388
3492
|
UpdateLastRead: '/chat_conversations/{:id}/update_last_read'
|
|
@@ -3523,12 +3627,15 @@ exports.multipleExtractor = multipleExtractor;
|
|
|
3523
3627
|
/***/ }),
|
|
3524
3628
|
|
|
3525
3629
|
/***/ 21264:
|
|
3526
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
3630
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3527
3631
|
|
|
3528
3632
|
"use strict";
|
|
3529
3633
|
|
|
3634
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3635
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3636
|
+
};
|
|
3530
3637
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3531
|
-
var ChatMessage_1 = __webpack_require__(13079);
|
|
3638
|
+
var ChatMessage_1 = __importDefault(__webpack_require__(13079));
|
|
3532
3639
|
var ChatMessageApi = /** @class */ (function () {
|
|
3533
3640
|
function ChatMessageApi(session) {
|
|
3534
3641
|
this.chatMessageEntity = new ChatMessage_1.default(session);
|
|
@@ -3623,12 +3730,15 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
3623
3730
|
}
|
|
3624
3731
|
return ar;
|
|
3625
3732
|
};
|
|
3733
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3734
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3735
|
+
};
|
|
3626
3736
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3627
3737
|
var lodash_1 = __webpack_require__(96486);
|
|
3628
3738
|
var rxjs_1 = __webpack_require__(34143);
|
|
3629
3739
|
var operators_1 = __webpack_require__(11717);
|
|
3630
3740
|
var Entity_1 = __webpack_require__(7483);
|
|
3631
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
3741
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
3632
3742
|
var ChatMessage_consts_1 = __webpack_require__(39634);
|
|
3633
3743
|
var ChatMessage = /** @class */ (function (_super) {
|
|
3634
3744
|
__extends(ChatMessage, _super);
|
|
@@ -3684,12 +3794,15 @@ exports["default"] = ChatMessage;
|
|
|
3684
3794
|
/***/ }),
|
|
3685
3795
|
|
|
3686
3796
|
/***/ 97275:
|
|
3687
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
3797
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3688
3798
|
|
|
3689
3799
|
"use strict";
|
|
3690
3800
|
|
|
3801
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3802
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3803
|
+
};
|
|
3691
3804
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3692
|
-
var CompanyEntity_1 = __webpack_require__(7427);
|
|
3805
|
+
var CompanyEntity_1 = __importDefault(__webpack_require__(7427));
|
|
3693
3806
|
var Company = /** @class */ (function () {
|
|
3694
3807
|
function Company(session) {
|
|
3695
3808
|
this.companyEntity = new CompanyEntity_1.default(session);
|
|
@@ -3739,8 +3852,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
3739
3852
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
3740
3853
|
};
|
|
3741
3854
|
})();
|
|
3855
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3856
|
+
if (k2 === undefined) k2 = k;
|
|
3857
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
3858
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
3859
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
3860
|
+
}
|
|
3861
|
+
Object.defineProperty(o, k2, desc);
|
|
3862
|
+
}) : (function(o, m, k, k2) {
|
|
3863
|
+
if (k2 === undefined) k2 = k;
|
|
3864
|
+
o[k2] = m[k];
|
|
3865
|
+
}));
|
|
3866
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
3867
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
3868
|
+
}) : function(o, v) {
|
|
3869
|
+
o["default"] = v;
|
|
3870
|
+
});
|
|
3871
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
3872
|
+
if (mod && mod.__esModule) return mod;
|
|
3873
|
+
var result = {};
|
|
3874
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
3875
|
+
__setModuleDefault(result, mod);
|
|
3876
|
+
return result;
|
|
3877
|
+
};
|
|
3742
3878
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3743
|
-
var Entity_1 = __webpack_require__(7483);
|
|
3879
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
3744
3880
|
var CompanyEntity = /** @class */ (function (_super) {
|
|
3745
3881
|
__extends(CompanyEntity, _super);
|
|
3746
3882
|
function CompanyEntity(session) {
|
|
@@ -3780,9 +3916,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
3780
3916
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
3781
3917
|
};
|
|
3782
3918
|
})();
|
|
3919
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3920
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3921
|
+
};
|
|
3783
3922
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3784
3923
|
var SessionBasedService_1 = __webpack_require__(27826);
|
|
3785
|
-
var RouteGenerator_1 = __webpack_require__(84075);
|
|
3924
|
+
var RouteGenerator_1 = __importDefault(__webpack_require__(84075));
|
|
3786
3925
|
var BaseService = /** @class */ (function (_super) {
|
|
3787
3926
|
__extends(BaseService, _super);
|
|
3788
3927
|
function BaseService(session, entityName) {
|
|
@@ -3839,13 +3978,16 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
3839
3978
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
3840
3979
|
}
|
|
3841
3980
|
};
|
|
3981
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3982
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3983
|
+
};
|
|
3842
3984
|
var _a;
|
|
3843
3985
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3844
3986
|
exports.THROTTLE_TIME = exports.ActionToFunction = exports.Actions = void 0;
|
|
3845
3987
|
var lodash_1 = __webpack_require__(96486);
|
|
3846
3988
|
var Subject_1 = __webpack_require__(4144);
|
|
3847
3989
|
var operators_1 = __webpack_require__(11717);
|
|
3848
|
-
var Logger_1 = __webpack_require__(55860);
|
|
3990
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
3849
3991
|
var Actions;
|
|
3850
3992
|
(function (Actions) {
|
|
3851
3993
|
Actions["CREATE"] = "CREATE";
|
|
@@ -4040,12 +4182,15 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
4040
4182
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
4041
4183
|
};
|
|
4042
4184
|
})();
|
|
4185
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4186
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4187
|
+
};
|
|
4043
4188
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4044
4189
|
exports.BringgException = exports.logOnException = void 0;
|
|
4045
4190
|
var _ = __webpack_require__(96486);
|
|
4046
4191
|
var extendable_error_1 = __webpack_require__(93310);
|
|
4047
4192
|
var ExceptionReason_1 = __webpack_require__(73532);
|
|
4048
|
-
var Logger_1 = __webpack_require__(55860);
|
|
4193
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
4049
4194
|
var logOnException = function (target, propertyKey, descriptor) {
|
|
4050
4195
|
var originalMethod = descriptor.value;
|
|
4051
4196
|
descriptor.value = function () {
|
|
@@ -4193,11 +4338,15 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
4193
4338
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
4194
4339
|
}
|
|
4195
4340
|
};
|
|
4341
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4342
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4343
|
+
};
|
|
4196
4344
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4197
4345
|
exports.ConfigurationProvider = void 0;
|
|
4346
|
+
var axios_1 = __importDefault(__webpack_require__(9669));
|
|
4198
4347
|
var BringgDashboardSDK_1 = __webpack_require__(5655);
|
|
4199
|
-
var URLEndpoint_1 = __webpack_require__(77908);
|
|
4200
|
-
var Logger_1 = __webpack_require__(55860);
|
|
4348
|
+
var URLEndpoint_1 = __importDefault(__webpack_require__(77908));
|
|
4349
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
4201
4350
|
var ConfigurationProvider = /** @class */ (function () {
|
|
4202
4351
|
function ConfigurationProvider(_a) {
|
|
4203
4352
|
var config = _a.config, fallbackConfig = _a.fallbackConfig, isLoadedFromEndpoint = _a.isLoadedFromEndpoint, commonRegionConfigKeys = _a.commonRegionConfigKeys, specificRegionConfigkeys = _a.specificRegionConfigkeys, _b = _a.clientId, clientId = _b === void 0 ? 'Bringg Dashboard' : _b;
|
|
@@ -4338,11 +4487,19 @@ var ConfigurationProvider = /** @class */ (function () {
|
|
|
4338
4487
|
}());
|
|
4339
4488
|
exports.ConfigurationProvider = ConfigurationProvider;
|
|
4340
4489
|
function api(url) {
|
|
4341
|
-
return
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4490
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
4491
|
+
var response;
|
|
4492
|
+
return __generator(this, function (_a) {
|
|
4493
|
+
switch (_a.label) {
|
|
4494
|
+
case 0: return [4 /*yield*/, axios_1.default.get(url)];
|
|
4495
|
+
case 1:
|
|
4496
|
+
response = _a.sent();
|
|
4497
|
+
if (response.status >= 400) {
|
|
4498
|
+
throw new Error(response.statusText);
|
|
4499
|
+
}
|
|
4500
|
+
return [2 /*return*/, response.data];
|
|
4501
|
+
}
|
|
4502
|
+
});
|
|
4346
4503
|
});
|
|
4347
4504
|
}
|
|
4348
4505
|
//# sourceMappingURL=ConfigurationProvider.js.map
|
|
@@ -4405,8 +4562,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
4405
4562
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
4406
4563
|
}
|
|
4407
4564
|
};
|
|
4565
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4566
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4567
|
+
};
|
|
4408
4568
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4409
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
4569
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
4410
4570
|
var CrudService = /** @class */ (function (_super) {
|
|
4411
4571
|
__extends(CrudService, _super);
|
|
4412
4572
|
function CrudService(session, entityName, routePrefix, routeSuffix) {
|
|
@@ -4519,15 +4679,18 @@ exports["default"] = CrudService;
|
|
|
4519
4679
|
/***/ }),
|
|
4520
4680
|
|
|
4521
4681
|
/***/ 7483:
|
|
4522
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
4682
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
4523
4683
|
|
|
4524
4684
|
"use strict";
|
|
4525
4685
|
|
|
4686
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4687
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4688
|
+
};
|
|
4526
4689
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4527
4690
|
exports.BaseRoutes = void 0;
|
|
4528
4691
|
var lodash_1 = __webpack_require__(96486);
|
|
4529
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
4530
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
4692
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
4693
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
4531
4694
|
var BaseRoutes;
|
|
4532
4695
|
(function (BaseRoutes) {
|
|
4533
4696
|
BaseRoutes["Get"] = "get";
|
|
@@ -4566,13 +4729,16 @@ exports["default"] = Entity;
|
|
|
4566
4729
|
/***/ }),
|
|
4567
4730
|
|
|
4568
4731
|
/***/ 73532:
|
|
4569
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
4732
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
4570
4733
|
|
|
4571
4734
|
"use strict";
|
|
4572
4735
|
|
|
4736
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4737
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4738
|
+
};
|
|
4573
4739
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4574
4740
|
exports.ExceptionReason = void 0;
|
|
4575
|
-
var
|
|
4741
|
+
var http_status_codes_1 = __importDefault(__webpack_require__(74322));
|
|
4576
4742
|
var HTTP_SERIES = function (statusCode) { return 100000 + statusCode; };
|
|
4577
4743
|
var reasonCodeToExceptionReasonMapper = new Map();
|
|
4578
4744
|
var ExceptionReason = /** @class */ (function () {
|
|
@@ -4595,60 +4761,60 @@ var ExceptionReason = /** @class */ (function () {
|
|
|
4595
4761
|
ExceptionReason.CAPTCHA_VERIFICATION_REQUIRED = new ExceptionReason('CAPTCHA_VERIFICATION_REQUIRED', 7);
|
|
4596
4762
|
ExceptionReason.TIMEOUT = new ExceptionReason('TIMEOUT', 8);
|
|
4597
4763
|
/* 1xxxxxx Http Series */
|
|
4598
|
-
ExceptionReason.HTTP_ACCEPTED = new ExceptionReason('HTTP_ACCEPTED', HTTP_SERIES(
|
|
4599
|
-
ExceptionReason.HTTP_BAD_GATEWAY = new ExceptionReason('HTTP_BAD_GATEWAY', HTTP_SERIES(
|
|
4600
|
-
ExceptionReason.HTTP_BAD_REQUEST = new ExceptionReason('HTTP_BAD_REQUEST', HTTP_SERIES(
|
|
4601
|
-
ExceptionReason.HTTP_CONFLICT = new ExceptionReason('HTTP_CONFLICT', HTTP_SERIES(
|
|
4602
|
-
ExceptionReason.HTTP_CONTINUE = new ExceptionReason('HTTP_CONTINUE', HTTP_SERIES(
|
|
4603
|
-
ExceptionReason.HTTP_CREATED = new ExceptionReason('HTTP_CREATED', HTTP_SERIES(
|
|
4604
|
-
ExceptionReason.HTTP_EXPECTATION_FAILED = new ExceptionReason('HTTP_EXPECTATION_FAILED', HTTP_SERIES(
|
|
4605
|
-
ExceptionReason.HTTP_FAILED_DEPENDENCY = new ExceptionReason('HTTP_FAILED_DEPENDENCY', HTTP_SERIES(
|
|
4606
|
-
ExceptionReason.HTTP_FORBIDDEN = new ExceptionReason('HTTP_FORBIDDEN', HTTP_SERIES(
|
|
4607
|
-
ExceptionReason.HTTP_GATEWAY_TIMEOUT = new ExceptionReason('HTTP_GATEWAY_TIMEOUT', HTTP_SERIES(
|
|
4608
|
-
ExceptionReason.HTTP_GONE = new ExceptionReason('HTTP_GONE', HTTP_SERIES(
|
|
4609
|
-
ExceptionReason.HTTP_HTTP_VERSION_NOT_SUPPORTED = new ExceptionReason('HTTP_HTTP_VERSION_NOT_SUPPORTED', HTTP_SERIES(
|
|
4610
|
-
ExceptionReason.HTTP_IM_A_TEAPOT = new ExceptionReason('HTTP_IM_A_TEAPOT', HTTP_SERIES(
|
|
4611
|
-
ExceptionReason.HTTP_INSUFFICIENT_SPACE_ON_RESOURCE = new ExceptionReason('HTTP_INSUFFICIENT_SPACE_ON_RESOURCE', HTTP_SERIES(
|
|
4612
|
-
ExceptionReason.HTTP_INSUFFICIENT_STORAGE = new ExceptionReason('HTTP_INSUFFICIENT_STORAGE', HTTP_SERIES(
|
|
4613
|
-
ExceptionReason.HTTP_INTERNAL_SERVER_ERROR = new ExceptionReason('HTTP_INTERNAL_SERVER_ERROR', HTTP_SERIES(
|
|
4614
|
-
ExceptionReason.HTTP_LENGTH_REQUIRED = new ExceptionReason('HTTP_LENGTH_REQUIRED', HTTP_SERIES(
|
|
4615
|
-
ExceptionReason.HTTP_LOCKED = new ExceptionReason('HTTP_LOCKED', HTTP_SERIES(
|
|
4616
|
-
ExceptionReason.HTTP_METHOD_FAILURE = new ExceptionReason('HTTP_METHOD_FAILURE', HTTP_SERIES(
|
|
4617
|
-
ExceptionReason.HTTP_METHOD_NOT_ALLOWED = new ExceptionReason('HTTP_METHOD_NOT_ALLOWED', HTTP_SERIES(
|
|
4618
|
-
ExceptionReason.HTTP_MOVED_PERMANENTLY = new ExceptionReason('HTTP_MOVED_PERMANENTLY', HTTP_SERIES(
|
|
4619
|
-
ExceptionReason.HTTP_MOVED_TEMPORARILY = new ExceptionReason('HTTP_MOVED_TEMPORARILY', HTTP_SERIES(
|
|
4620
|
-
ExceptionReason.HTTP_MULTI_STATUS = new ExceptionReason('HTTP_MULTI_STATUS', HTTP_SERIES(
|
|
4621
|
-
ExceptionReason.HTTP_MULTIPLE_CHOICES = new ExceptionReason('HTTP_MULTIPLE_CHOICES', HTTP_SERIES(
|
|
4622
|
-
ExceptionReason.HTTP_NETWORK_AUTHENTICATION_REQUIRED = new ExceptionReason('HTTP_NETWORK_AUTHENTICATION_REQUIRED', HTTP_SERIES(
|
|
4623
|
-
ExceptionReason.HTTP_NO_CONTENT = new ExceptionReason('HTTP_NO_CONTENT', HTTP_SERIES(
|
|
4624
|
-
ExceptionReason.HTTP_NON_AUTHORITATIVE_INFORMATION = new ExceptionReason('HTTP_NON_AUTHORITATIVE_INFORMATION', HTTP_SERIES(
|
|
4625
|
-
ExceptionReason.HTTP_NOT_ACCEPTABLE = new ExceptionReason('HTTP_NOT_ACCEPTABLE', HTTP_SERIES(
|
|
4626
|
-
ExceptionReason.HTTP_NOT_FOUND = new ExceptionReason('HTTP_NOT_FOUND', HTTP_SERIES(
|
|
4627
|
-
ExceptionReason.HTTP_NOT_IMPLEMENTED = new ExceptionReason('HTTP_NOT_IMPLEMENTED', HTTP_SERIES(
|
|
4628
|
-
ExceptionReason.HTTP_NOT_MODIFIED = new ExceptionReason('HTTP_NOT_MODIFIED', HTTP_SERIES(
|
|
4629
|
-
ExceptionReason.HTTP_OK = new ExceptionReason('HTTP_OK', HTTP_SERIES(
|
|
4630
|
-
ExceptionReason.HTTP_PARTIAL_CONTENT = new ExceptionReason('HTTP_PARTIAL_CONTENT', HTTP_SERIES(
|
|
4631
|
-
ExceptionReason.HTTP_PAYMENT_REQUIRED = new ExceptionReason('HTTP_PAYMENT_REQUIRED', HTTP_SERIES(
|
|
4632
|
-
ExceptionReason.HTTP_PERMANENT_REDIRECT = new ExceptionReason('HTTP_PERMANENT_REDIRECT', HTTP_SERIES(
|
|
4633
|
-
ExceptionReason.HTTP_PRECONDITION_FAILED = new ExceptionReason('HTTP_PRECONDITION_FAILED', HTTP_SERIES(
|
|
4634
|
-
ExceptionReason.HTTP_PRECONDITION_REQUIRED = new ExceptionReason('HTTP_PRECONDITION_REQUIRED', HTTP_SERIES(
|
|
4635
|
-
ExceptionReason.HTTP_PROCESSING = new ExceptionReason('HTTP_PROCESSING', HTTP_SERIES(
|
|
4636
|
-
ExceptionReason.HTTP_PROXY_AUTHENTICATION_REQUIRED = new ExceptionReason('HTTP_PROXY_AUTHENTICATION_REQUIRED', HTTP_SERIES(
|
|
4637
|
-
ExceptionReason.HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = new ExceptionReason('HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE', HTTP_SERIES(
|
|
4638
|
-
ExceptionReason.HTTP_REQUEST_TIMEOUT = new ExceptionReason('HTTP_REQUEST_TIMEOUT', HTTP_SERIES(
|
|
4639
|
-
ExceptionReason.HTTP_REQUEST_TOO_LONG = new ExceptionReason('HTTP_REQUEST_TOO_LONG', HTTP_SERIES(
|
|
4640
|
-
ExceptionReason.HTTP_REQUEST_URI_TOO_LONG = new ExceptionReason('HTTP_REQUEST_URI_TOO_LONG', HTTP_SERIES(
|
|
4641
|
-
ExceptionReason.HTTP_REQUESTED_RANGE_NOT_SATISFIABLE = new ExceptionReason('HTTP_REQUESTED_RANGE_NOT_SATISFIABLE', HTTP_SERIES(
|
|
4642
|
-
ExceptionReason.HTTP_RESET_CONTENT = new ExceptionReason('HTTP_RESET_CONTENT', HTTP_SERIES(
|
|
4643
|
-
ExceptionReason.HTTP_SEE_OTHER = new ExceptionReason('HTTP_SEE_OTHER', HTTP_SERIES(
|
|
4644
|
-
ExceptionReason.HTTP_SERVICE_UNAVAILABLE = new ExceptionReason('HTTP_SERVICE_UNAVAILABLE', HTTP_SERIES(
|
|
4645
|
-
ExceptionReason.HTTP_SWITCHING_PROTOCOLS = new ExceptionReason('HTTP_SWITCHING_PROTOCOLS', HTTP_SERIES(
|
|
4646
|
-
ExceptionReason.HTTP_TEMPORARY_REDIRECT = new ExceptionReason('HTTP_TEMPORARY_REDIRECT', HTTP_SERIES(
|
|
4647
|
-
ExceptionReason.HTTP_TOO_MANY_REQUESTS = new ExceptionReason('HTTP_TOO_MANY_REQUESTS', HTTP_SERIES(
|
|
4648
|
-
ExceptionReason.HTTP_UNAUTHORIZED = new ExceptionReason('HTTP_UNAUTHORIZED', HTTP_SERIES(
|
|
4649
|
-
ExceptionReason.HTTP_UNPROCESSABLE_ENTITY = new ExceptionReason('HTTP_UNPROCESSABLE_ENTITY', HTTP_SERIES(
|
|
4650
|
-
ExceptionReason.HTTP_UNSUPPORTED_MEDIA_TYPE = new ExceptionReason('HTTP_UNSUPPORTED_MEDIA_TYPE', HTTP_SERIES(
|
|
4651
|
-
ExceptionReason.HTTP_USE_PROXY = new ExceptionReason('HTTP_USE_PROXY', HTTP_SERIES(
|
|
4764
|
+
ExceptionReason.HTTP_ACCEPTED = new ExceptionReason('HTTP_ACCEPTED', HTTP_SERIES(http_status_codes_1.default.ACCEPTED));
|
|
4765
|
+
ExceptionReason.HTTP_BAD_GATEWAY = new ExceptionReason('HTTP_BAD_GATEWAY', HTTP_SERIES(http_status_codes_1.default.BAD_GATEWAY));
|
|
4766
|
+
ExceptionReason.HTTP_BAD_REQUEST = new ExceptionReason('HTTP_BAD_REQUEST', HTTP_SERIES(http_status_codes_1.default.BAD_REQUEST));
|
|
4767
|
+
ExceptionReason.HTTP_CONFLICT = new ExceptionReason('HTTP_CONFLICT', HTTP_SERIES(http_status_codes_1.default.CONFLICT));
|
|
4768
|
+
ExceptionReason.HTTP_CONTINUE = new ExceptionReason('HTTP_CONTINUE', HTTP_SERIES(http_status_codes_1.default.CONTINUE));
|
|
4769
|
+
ExceptionReason.HTTP_CREATED = new ExceptionReason('HTTP_CREATED', HTTP_SERIES(http_status_codes_1.default.CREATED));
|
|
4770
|
+
ExceptionReason.HTTP_EXPECTATION_FAILED = new ExceptionReason('HTTP_EXPECTATION_FAILED', HTTP_SERIES(http_status_codes_1.default.EXPECTATION_FAILED));
|
|
4771
|
+
ExceptionReason.HTTP_FAILED_DEPENDENCY = new ExceptionReason('HTTP_FAILED_DEPENDENCY', HTTP_SERIES(http_status_codes_1.default.FAILED_DEPENDENCY));
|
|
4772
|
+
ExceptionReason.HTTP_FORBIDDEN = new ExceptionReason('HTTP_FORBIDDEN', HTTP_SERIES(http_status_codes_1.default.FORBIDDEN));
|
|
4773
|
+
ExceptionReason.HTTP_GATEWAY_TIMEOUT = new ExceptionReason('HTTP_GATEWAY_TIMEOUT', HTTP_SERIES(http_status_codes_1.default.GATEWAY_TIMEOUT));
|
|
4774
|
+
ExceptionReason.HTTP_GONE = new ExceptionReason('HTTP_GONE', HTTP_SERIES(http_status_codes_1.default.GONE));
|
|
4775
|
+
ExceptionReason.HTTP_HTTP_VERSION_NOT_SUPPORTED = new ExceptionReason('HTTP_HTTP_VERSION_NOT_SUPPORTED', HTTP_SERIES(http_status_codes_1.default.HTTP_VERSION_NOT_SUPPORTED));
|
|
4776
|
+
ExceptionReason.HTTP_IM_A_TEAPOT = new ExceptionReason('HTTP_IM_A_TEAPOT', HTTP_SERIES(http_status_codes_1.default.IM_A_TEAPOT));
|
|
4777
|
+
ExceptionReason.HTTP_INSUFFICIENT_SPACE_ON_RESOURCE = new ExceptionReason('HTTP_INSUFFICIENT_SPACE_ON_RESOURCE', HTTP_SERIES(http_status_codes_1.default.INSUFFICIENT_SPACE_ON_RESOURCE));
|
|
4778
|
+
ExceptionReason.HTTP_INSUFFICIENT_STORAGE = new ExceptionReason('HTTP_INSUFFICIENT_STORAGE', HTTP_SERIES(http_status_codes_1.default.INSUFFICIENT_STORAGE));
|
|
4779
|
+
ExceptionReason.HTTP_INTERNAL_SERVER_ERROR = new ExceptionReason('HTTP_INTERNAL_SERVER_ERROR', HTTP_SERIES(http_status_codes_1.default.INTERNAL_SERVER_ERROR));
|
|
4780
|
+
ExceptionReason.HTTP_LENGTH_REQUIRED = new ExceptionReason('HTTP_LENGTH_REQUIRED', HTTP_SERIES(http_status_codes_1.default.LENGTH_REQUIRED));
|
|
4781
|
+
ExceptionReason.HTTP_LOCKED = new ExceptionReason('HTTP_LOCKED', HTTP_SERIES(http_status_codes_1.default.LOCKED));
|
|
4782
|
+
ExceptionReason.HTTP_METHOD_FAILURE = new ExceptionReason('HTTP_METHOD_FAILURE', HTTP_SERIES(http_status_codes_1.default.METHOD_FAILURE));
|
|
4783
|
+
ExceptionReason.HTTP_METHOD_NOT_ALLOWED = new ExceptionReason('HTTP_METHOD_NOT_ALLOWED', HTTP_SERIES(http_status_codes_1.default.METHOD_NOT_ALLOWED));
|
|
4784
|
+
ExceptionReason.HTTP_MOVED_PERMANENTLY = new ExceptionReason('HTTP_MOVED_PERMANENTLY', HTTP_SERIES(http_status_codes_1.default.MOVED_PERMANENTLY));
|
|
4785
|
+
ExceptionReason.HTTP_MOVED_TEMPORARILY = new ExceptionReason('HTTP_MOVED_TEMPORARILY', HTTP_SERIES(http_status_codes_1.default.MOVED_TEMPORARILY));
|
|
4786
|
+
ExceptionReason.HTTP_MULTI_STATUS = new ExceptionReason('HTTP_MULTI_STATUS', HTTP_SERIES(http_status_codes_1.default.MULTI_STATUS));
|
|
4787
|
+
ExceptionReason.HTTP_MULTIPLE_CHOICES = new ExceptionReason('HTTP_MULTIPLE_CHOICES', HTTP_SERIES(http_status_codes_1.default.MULTIPLE_CHOICES));
|
|
4788
|
+
ExceptionReason.HTTP_NETWORK_AUTHENTICATION_REQUIRED = new ExceptionReason('HTTP_NETWORK_AUTHENTICATION_REQUIRED', HTTP_SERIES(http_status_codes_1.default.NETWORK_AUTHENTICATION_REQUIRED));
|
|
4789
|
+
ExceptionReason.HTTP_NO_CONTENT = new ExceptionReason('HTTP_NO_CONTENT', HTTP_SERIES(http_status_codes_1.default.NO_CONTENT));
|
|
4790
|
+
ExceptionReason.HTTP_NON_AUTHORITATIVE_INFORMATION = new ExceptionReason('HTTP_NON_AUTHORITATIVE_INFORMATION', HTTP_SERIES(http_status_codes_1.default.NON_AUTHORITATIVE_INFORMATION));
|
|
4791
|
+
ExceptionReason.HTTP_NOT_ACCEPTABLE = new ExceptionReason('HTTP_NOT_ACCEPTABLE', HTTP_SERIES(http_status_codes_1.default.NOT_ACCEPTABLE));
|
|
4792
|
+
ExceptionReason.HTTP_NOT_FOUND = new ExceptionReason('HTTP_NOT_FOUND', HTTP_SERIES(http_status_codes_1.default.NOT_FOUND));
|
|
4793
|
+
ExceptionReason.HTTP_NOT_IMPLEMENTED = new ExceptionReason('HTTP_NOT_IMPLEMENTED', HTTP_SERIES(http_status_codes_1.default.NOT_IMPLEMENTED));
|
|
4794
|
+
ExceptionReason.HTTP_NOT_MODIFIED = new ExceptionReason('HTTP_NOT_MODIFIED', HTTP_SERIES(http_status_codes_1.default.NOT_MODIFIED));
|
|
4795
|
+
ExceptionReason.HTTP_OK = new ExceptionReason('HTTP_OK', HTTP_SERIES(http_status_codes_1.default.OK));
|
|
4796
|
+
ExceptionReason.HTTP_PARTIAL_CONTENT = new ExceptionReason('HTTP_PARTIAL_CONTENT', HTTP_SERIES(http_status_codes_1.default.PARTIAL_CONTENT));
|
|
4797
|
+
ExceptionReason.HTTP_PAYMENT_REQUIRED = new ExceptionReason('HTTP_PAYMENT_REQUIRED', HTTP_SERIES(http_status_codes_1.default.PAYMENT_REQUIRED));
|
|
4798
|
+
ExceptionReason.HTTP_PERMANENT_REDIRECT = new ExceptionReason('HTTP_PERMANENT_REDIRECT', HTTP_SERIES(http_status_codes_1.default.PERMANENT_REDIRECT));
|
|
4799
|
+
ExceptionReason.HTTP_PRECONDITION_FAILED = new ExceptionReason('HTTP_PRECONDITION_FAILED', HTTP_SERIES(http_status_codes_1.default.PRECONDITION_FAILED));
|
|
4800
|
+
ExceptionReason.HTTP_PRECONDITION_REQUIRED = new ExceptionReason('HTTP_PRECONDITION_REQUIRED', HTTP_SERIES(http_status_codes_1.default.PRECONDITION_REQUIRED));
|
|
4801
|
+
ExceptionReason.HTTP_PROCESSING = new ExceptionReason('HTTP_PROCESSING', HTTP_SERIES(http_status_codes_1.default.PROCESSING));
|
|
4802
|
+
ExceptionReason.HTTP_PROXY_AUTHENTICATION_REQUIRED = new ExceptionReason('HTTP_PROXY_AUTHENTICATION_REQUIRED', HTTP_SERIES(http_status_codes_1.default.PROXY_AUTHENTICATION_REQUIRED));
|
|
4803
|
+
ExceptionReason.HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = new ExceptionReason('HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE', HTTP_SERIES(http_status_codes_1.default.REQUEST_HEADER_FIELDS_TOO_LARGE));
|
|
4804
|
+
ExceptionReason.HTTP_REQUEST_TIMEOUT = new ExceptionReason('HTTP_REQUEST_TIMEOUT', HTTP_SERIES(http_status_codes_1.default.REQUEST_TIMEOUT));
|
|
4805
|
+
ExceptionReason.HTTP_REQUEST_TOO_LONG = new ExceptionReason('HTTP_REQUEST_TOO_LONG', HTTP_SERIES(http_status_codes_1.default.REQUEST_TOO_LONG));
|
|
4806
|
+
ExceptionReason.HTTP_REQUEST_URI_TOO_LONG = new ExceptionReason('HTTP_REQUEST_URI_TOO_LONG', HTTP_SERIES(http_status_codes_1.default.REQUEST_URI_TOO_LONG));
|
|
4807
|
+
ExceptionReason.HTTP_REQUESTED_RANGE_NOT_SATISFIABLE = new ExceptionReason('HTTP_REQUESTED_RANGE_NOT_SATISFIABLE', HTTP_SERIES(http_status_codes_1.default.REQUESTED_RANGE_NOT_SATISFIABLE));
|
|
4808
|
+
ExceptionReason.HTTP_RESET_CONTENT = new ExceptionReason('HTTP_RESET_CONTENT', HTTP_SERIES(http_status_codes_1.default.RESET_CONTENT));
|
|
4809
|
+
ExceptionReason.HTTP_SEE_OTHER = new ExceptionReason('HTTP_SEE_OTHER', HTTP_SERIES(http_status_codes_1.default.SEE_OTHER));
|
|
4810
|
+
ExceptionReason.HTTP_SERVICE_UNAVAILABLE = new ExceptionReason('HTTP_SERVICE_UNAVAILABLE', HTTP_SERIES(http_status_codes_1.default.SERVICE_UNAVAILABLE));
|
|
4811
|
+
ExceptionReason.HTTP_SWITCHING_PROTOCOLS = new ExceptionReason('HTTP_SWITCHING_PROTOCOLS', HTTP_SERIES(http_status_codes_1.default.SWITCHING_PROTOCOLS));
|
|
4812
|
+
ExceptionReason.HTTP_TEMPORARY_REDIRECT = new ExceptionReason('HTTP_TEMPORARY_REDIRECT', HTTP_SERIES(http_status_codes_1.default.TEMPORARY_REDIRECT));
|
|
4813
|
+
ExceptionReason.HTTP_TOO_MANY_REQUESTS = new ExceptionReason('HTTP_TOO_MANY_REQUESTS', HTTP_SERIES(http_status_codes_1.default.TOO_MANY_REQUESTS));
|
|
4814
|
+
ExceptionReason.HTTP_UNAUTHORIZED = new ExceptionReason('HTTP_UNAUTHORIZED', HTTP_SERIES(http_status_codes_1.default.UNAUTHORIZED));
|
|
4815
|
+
ExceptionReason.HTTP_UNPROCESSABLE_ENTITY = new ExceptionReason('HTTP_UNPROCESSABLE_ENTITY', HTTP_SERIES(http_status_codes_1.default.UNPROCESSABLE_ENTITY));
|
|
4816
|
+
ExceptionReason.HTTP_UNSUPPORTED_MEDIA_TYPE = new ExceptionReason('HTTP_UNSUPPORTED_MEDIA_TYPE', HTTP_SERIES(http_status_codes_1.default.UNSUPPORTED_MEDIA_TYPE));
|
|
4817
|
+
ExceptionReason.HTTP_USE_PROXY = new ExceptionReason('HTTP_USE_PROXY', HTTP_SERIES(http_status_codes_1.default.USE_PROXY));
|
|
4652
4818
|
return ExceptionReason;
|
|
4653
4819
|
}());
|
|
4654
4820
|
exports.ExceptionReason = ExceptionReason;
|
|
@@ -4657,14 +4823,17 @@ exports.ExceptionReason = ExceptionReason;
|
|
|
4657
4823
|
/***/ }),
|
|
4658
4824
|
|
|
4659
4825
|
/***/ 36429:
|
|
4660
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
4826
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
4661
4827
|
|
|
4662
4828
|
"use strict";
|
|
4663
4829
|
|
|
4830
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4831
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4832
|
+
};
|
|
4664
4833
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4665
4834
|
exports.REGION_NOT_WORKING = exports.HttpStatusCode = void 0;
|
|
4666
|
-
var
|
|
4667
|
-
exports.HttpStatusCode =
|
|
4835
|
+
var http_status_codes_1 = __importDefault(__webpack_require__(74322));
|
|
4836
|
+
exports.HttpStatusCode = http_status_codes_1.default;
|
|
4668
4837
|
exports.REGION_NOT_WORKING = 'Region is not working';
|
|
4669
4838
|
//# sourceMappingURL=Enums.js.map
|
|
4670
4839
|
|
|
@@ -5196,11 +5365,14 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
5196
5365
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
5197
5366
|
}
|
|
5198
5367
|
};
|
|
5368
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5369
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5370
|
+
};
|
|
5199
5371
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
5200
5372
|
exports.RealTimeHandler = void 0;
|
|
5201
5373
|
var PubSubEvents_1 = __webpack_require__(74102);
|
|
5202
|
-
var BaseStore_1 = __webpack_require__(14436);
|
|
5203
|
-
var Entity_1 = __webpack_require__(7483);
|
|
5374
|
+
var BaseStore_1 = __importDefault(__webpack_require__(14436));
|
|
5375
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
5204
5376
|
var RouteGenerator_1 = __webpack_require__(84075);
|
|
5205
5377
|
var RealTimeHandler = /** @class */ (function () {
|
|
5206
5378
|
function RealTimeHandler(realTimeConnection) {
|
|
@@ -5447,8 +5619,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
5447
5619
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
5448
5620
|
}
|
|
5449
5621
|
};
|
|
5622
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5623
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5624
|
+
};
|
|
5450
5625
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
5451
|
-
var CrewStore_1 = __webpack_require__(99295);
|
|
5626
|
+
var CrewStore_1 = __importDefault(__webpack_require__(99295));
|
|
5452
5627
|
var Crew = /** @class */ (function () {
|
|
5453
5628
|
function Crew(session, usersStore) {
|
|
5454
5629
|
this.crewStore = new CrewStore_1.default(session);
|
|
@@ -5818,12 +5993,15 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
5818
5993
|
}
|
|
5819
5994
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
5820
5995
|
};
|
|
5996
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5997
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5998
|
+
};
|
|
5821
5999
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
5822
6000
|
var lodash_1 = __webpack_require__(96486);
|
|
5823
6001
|
var rxjs_1 = __webpack_require__(34143);
|
|
5824
6002
|
var operators_1 = __webpack_require__(11717);
|
|
5825
|
-
var BaseStore_1 = __webpack_require__(14436);
|
|
5826
|
-
var CrewService_1 = __webpack_require__(42155);
|
|
6003
|
+
var BaseStore_1 = __importDefault(__webpack_require__(14436));
|
|
6004
|
+
var CrewService_1 = __importDefault(__webpack_require__(42155));
|
|
5827
6005
|
var CrewStore = /** @class */ (function (_super) {
|
|
5828
6006
|
__extends(CrewStore, _super);
|
|
5829
6007
|
function CrewStore(session) {
|
|
@@ -6057,12 +6235,15 @@ exports.Routes = {
|
|
|
6057
6235
|
/***/ }),
|
|
6058
6236
|
|
|
6059
6237
|
/***/ 74890:
|
|
6060
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
6238
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
6061
6239
|
|
|
6062
6240
|
"use strict";
|
|
6063
6241
|
|
|
6242
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6243
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6244
|
+
};
|
|
6064
6245
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6065
|
-
var CustomAttributesEntity_1 = __webpack_require__(61458);
|
|
6246
|
+
var CustomAttributesEntity_1 = __importDefault(__webpack_require__(61458));
|
|
6066
6247
|
var CustomAttributesApi = /** @class */ (function () {
|
|
6067
6248
|
function CustomAttributesApi(session) {
|
|
6068
6249
|
this.customAttributesEntity = new CustomAttributesEntity_1.default(session);
|
|
@@ -6142,8 +6323,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6142
6323
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6143
6324
|
}
|
|
6144
6325
|
};
|
|
6326
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6327
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6328
|
+
};
|
|
6145
6329
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6146
|
-
var Entity_1 = __webpack_require__(7483);
|
|
6330
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
6147
6331
|
var CustomAttributes_consts_1 = __webpack_require__(9511);
|
|
6148
6332
|
var CustomAttributesEntity = /** @class */ (function (_super) {
|
|
6149
6333
|
__extends(CustomAttributesEntity, _super);
|
|
@@ -6262,9 +6446,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6262
6446
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6263
6447
|
}
|
|
6264
6448
|
};
|
|
6449
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6450
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6451
|
+
};
|
|
6265
6452
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6266
6453
|
exports.customerExtractor = void 0;
|
|
6267
|
-
var CustomerEntity_1 = __webpack_require__(91030);
|
|
6454
|
+
var CustomerEntity_1 = __importDefault(__webpack_require__(91030));
|
|
6268
6455
|
var customerExtractor = function (response) { return response.customer; };
|
|
6269
6456
|
exports.customerExtractor = customerExtractor;
|
|
6270
6457
|
var Customer = /** @class */ (function () {
|
|
@@ -6365,9 +6552,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6365
6552
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6366
6553
|
}
|
|
6367
6554
|
};
|
|
6555
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6556
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6557
|
+
};
|
|
6368
6558
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6369
6559
|
var Entity_1 = __webpack_require__(7483);
|
|
6370
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
6560
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
6371
6561
|
var CustomerEntity = /** @class */ (function (_super) {
|
|
6372
6562
|
__extends(CustomerEntity, _super);
|
|
6373
6563
|
function CustomerEntity(session) {
|
|
@@ -6448,16 +6638,19 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6448
6638
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6449
6639
|
}
|
|
6450
6640
|
};
|
|
6641
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6642
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6643
|
+
};
|
|
6451
6644
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6452
6645
|
var _ = __webpack_require__(96486);
|
|
6453
6646
|
var merge_mapper_1 = __webpack_require__(59200);
|
|
6454
6647
|
var data_entity_1 = __webpack_require__(91083);
|
|
6455
|
-
var data_store_1 = __webpack_require__(73135);
|
|
6456
|
-
var realtime_subscriptions_1 = __webpack_require__(47985);
|
|
6457
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
6648
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
6649
|
+
var realtime_subscriptions_1 = __importDefault(__webpack_require__(47985));
|
|
6650
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
6458
6651
|
var array_utils_1 = __webpack_require__(43052);
|
|
6459
6652
|
var Customer_consts_1 = __webpack_require__(85240);
|
|
6460
|
-
var customers_service_1 = __webpack_require__(52639);
|
|
6653
|
+
var customers_service_1 = __importDefault(__webpack_require__(52639));
|
|
6461
6654
|
var CustomersApi = /** @class */ (function () {
|
|
6462
6655
|
function CustomersApi(session) {
|
|
6463
6656
|
var _this = this;
|
|
@@ -6603,8 +6796,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6603
6796
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6604
6797
|
}
|
|
6605
6798
|
};
|
|
6799
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6800
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6801
|
+
};
|
|
6606
6802
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6607
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
6803
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
6608
6804
|
var CustomersService = /** @class */ (function () {
|
|
6609
6805
|
function CustomersService(session) {
|
|
6610
6806
|
this.service = new CrudService_1.default(session, 'customers');
|
|
@@ -6740,8 +6936,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6740
6936
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6741
6937
|
}
|
|
6742
6938
|
};
|
|
6939
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6940
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6941
|
+
};
|
|
6743
6942
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6744
|
-
var CustomerAvailabilityHourEntity_1 = __webpack_require__(28595);
|
|
6943
|
+
var CustomerAvailabilityHourEntity_1 = __importDefault(__webpack_require__(28595));
|
|
6745
6944
|
var CustomerAvailabilityHourApi = /** @class */ (function () {
|
|
6746
6945
|
function CustomerAvailabilityHourApi(session) {
|
|
6747
6946
|
this.customerAvailabilityHourEntity = new CustomerAvailabilityHourEntity_1.default(session);
|
|
@@ -6823,9 +7022,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6823
7022
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6824
7023
|
}
|
|
6825
7024
|
};
|
|
7025
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7026
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7027
|
+
};
|
|
6826
7028
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6827
7029
|
exports.Routes = void 0;
|
|
6828
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
7030
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
6829
7031
|
exports.Routes = {
|
|
6830
7032
|
GET_AVAILABILITY_HOURS: '/customer_availability_hours',
|
|
6831
7033
|
BATCH_GET_AVAILABILITY_HOURS: '/customer_availability_hours/batch_get'
|
|
@@ -6996,9 +7198,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6996
7198
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6997
7199
|
}
|
|
6998
7200
|
};
|
|
7201
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7202
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7203
|
+
};
|
|
6999
7204
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7000
|
-
var cached_promise_1 = __webpack_require__(8277);
|
|
7001
|
-
var customer_configuration_service_1 = __webpack_require__(16840);
|
|
7205
|
+
var cached_promise_1 = __importDefault(__webpack_require__(8277));
|
|
7206
|
+
var customer_configuration_service_1 = __importDefault(__webpack_require__(16840));
|
|
7002
7207
|
var Dashboard = /** @class */ (function () {
|
|
7003
7208
|
function Dashboard(session) {
|
|
7004
7209
|
this.service = new customer_configuration_service_1.default(session);
|
|
@@ -7229,8 +7434,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
7229
7434
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
7230
7435
|
}
|
|
7231
7436
|
};
|
|
7437
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7438
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7439
|
+
};
|
|
7232
7440
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7233
|
-
var dashboard_service_1 = __webpack_require__(58291);
|
|
7441
|
+
var dashboard_service_1 = __importDefault(__webpack_require__(58291));
|
|
7234
7442
|
var Dashboard = /** @class */ (function () {
|
|
7235
7443
|
function Dashboard(session) {
|
|
7236
7444
|
this.dashboardService = new dashboard_service_1.default(session);
|
|
@@ -7551,10 +7759,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
7551
7759
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
7552
7760
|
}
|
|
7553
7761
|
};
|
|
7762
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7763
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7764
|
+
};
|
|
7554
7765
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7555
7766
|
exports.DeliveryBlocksApi = void 0;
|
|
7556
7767
|
var BringgException_1 = __webpack_require__(43605);
|
|
7557
|
-
var DeliveryBlocksEntity_1 = __webpack_require__(46501);
|
|
7768
|
+
var DeliveryBlocksEntity_1 = __importDefault(__webpack_require__(46501));
|
|
7558
7769
|
var DeliveryBlocksApi = /** @class */ (function () {
|
|
7559
7770
|
function DeliveryBlocksApi(session) {
|
|
7560
7771
|
this.deliveryBlocksEntity = new DeliveryBlocksEntity_1.default(session);
|
|
@@ -7733,8 +7944,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
7733
7944
|
}
|
|
7734
7945
|
return t;
|
|
7735
7946
|
};
|
|
7736
|
-
|
|
7737
|
-
|
|
7947
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7948
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7949
|
+
};
|
|
7950
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7951
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
7738
7952
|
var Routes = {
|
|
7739
7953
|
GET: '/delivery_blocks',
|
|
7740
7954
|
CREATE: '/delivery_blocks',
|
|
@@ -7940,8 +8154,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
7940
8154
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
7941
8155
|
}
|
|
7942
8156
|
};
|
|
8157
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8158
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8159
|
+
};
|
|
7943
8160
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7944
|
-
var DeliveryCatalogEntity_1 = __webpack_require__(48395);
|
|
8161
|
+
var DeliveryCatalogEntity_1 = __importDefault(__webpack_require__(48395));
|
|
7945
8162
|
var DeliveryCatalogApi = /** @class */ (function () {
|
|
7946
8163
|
function DeliveryCatalogApi(session) {
|
|
7947
8164
|
this.deliveryCatalogEntity = new DeliveryCatalogEntity_1.default(session);
|
|
@@ -8159,8 +8376,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8159
8376
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8160
8377
|
}
|
|
8161
8378
|
};
|
|
8379
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8380
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8381
|
+
};
|
|
8162
8382
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
8163
|
-
var Entity_1 = __webpack_require__(7483);
|
|
8383
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
8164
8384
|
var servicePrefix = '/fleet-service';
|
|
8165
8385
|
var servicePrefixDeliveryProvider = '/delivery-provider-service';
|
|
8166
8386
|
var baseRouteProviders = "".concat(servicePrefixDeliveryProvider, "/v1/delivery-providers");
|
|
@@ -8395,8 +8615,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8395
8615
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8396
8616
|
}
|
|
8397
8617
|
};
|
|
8618
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8619
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8620
|
+
};
|
|
8398
8621
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
8399
|
-
var DeliveryCatalogEntity_1 = __webpack_require__(54369);
|
|
8622
|
+
var DeliveryCatalogEntity_1 = __importDefault(__webpack_require__(54369));
|
|
8400
8623
|
var DeliveryCatalogApi = /** @class */ (function () {
|
|
8401
8624
|
function DeliveryCatalogApi(session) {
|
|
8402
8625
|
this.deliveryCatalogEntity = new DeliveryCatalogEntity_1.default(session);
|
|
@@ -8604,9 +8827,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8604
8827
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8605
8828
|
}
|
|
8606
8829
|
};
|
|
8830
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8831
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8832
|
+
};
|
|
8607
8833
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
8608
|
-
var Entity_1 = __webpack_require__(7483);
|
|
8609
|
-
var DeliveryCatalogGEService_1 = __webpack_require__(67549);
|
|
8834
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
8835
|
+
var DeliveryCatalogGEService_1 = __importDefault(__webpack_require__(67549));
|
|
8610
8836
|
var servicePrefix = '/fleet-service';
|
|
8611
8837
|
var servicePrefixDeliveryProvider = '/delivery-provider-service';
|
|
8612
8838
|
var baseRouteProviders = "".concat(servicePrefixDeliveryProvider, "/v1/delivery-providers");
|
|
@@ -8845,11 +9071,14 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8845
9071
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8846
9072
|
}
|
|
8847
9073
|
};
|
|
9074
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9075
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9076
|
+
};
|
|
8848
9077
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
8849
9078
|
exports.ROUTES = exports.defaultExtractor = void 0;
|
|
8850
9079
|
var BringgDashboardSDK_1 = __webpack_require__(5655);
|
|
8851
9080
|
var BringgException_1 = __webpack_require__(43605);
|
|
8852
|
-
var URLEndpoint_1 = __webpack_require__(77908);
|
|
9081
|
+
var URLEndpoint_1 = __importDefault(__webpack_require__(77908));
|
|
8853
9082
|
var AnonymousRequestService_1 = __webpack_require__(29118);
|
|
8854
9083
|
var Route_1 = __webpack_require__(92641);
|
|
8855
9084
|
var defaultExtractor = function (response) { return response; };
|
|
@@ -8957,8 +9186,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8957
9186
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8958
9187
|
}
|
|
8959
9188
|
};
|
|
9189
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9190
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9191
|
+
};
|
|
8960
9192
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
8961
|
-
var delivery_windows_service_1 = __webpack_require__(82577);
|
|
9193
|
+
var delivery_windows_service_1 = __importDefault(__webpack_require__(82577));
|
|
8962
9194
|
var DeliveryWindowsApi = /** @class */ (function () {
|
|
8963
9195
|
function DeliveryWindowsApi(session) {
|
|
8964
9196
|
this.deliveryWindowsService = new delivery_windows_service_1.default(session);
|
|
@@ -9018,8 +9250,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9018
9250
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9019
9251
|
}
|
|
9020
9252
|
};
|
|
9253
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9254
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9255
|
+
};
|
|
9021
9256
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9022
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
9257
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
9023
9258
|
var entityName = 'delivery_windows';
|
|
9024
9259
|
var DeliveryWindowsService = /** @class */ (function () {
|
|
9025
9260
|
function DeliveryWindowsService(session) {
|
|
@@ -9075,6 +9310,29 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
9075
9310
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
9076
9311
|
};
|
|
9077
9312
|
})();
|
|
9313
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
9314
|
+
if (k2 === undefined) k2 = k;
|
|
9315
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
9316
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9317
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9318
|
+
}
|
|
9319
|
+
Object.defineProperty(o, k2, desc);
|
|
9320
|
+
}) : (function(o, m, k, k2) {
|
|
9321
|
+
if (k2 === undefined) k2 = k;
|
|
9322
|
+
o[k2] = m[k];
|
|
9323
|
+
}));
|
|
9324
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
9325
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
9326
|
+
}) : function(o, v) {
|
|
9327
|
+
o["default"] = v;
|
|
9328
|
+
});
|
|
9329
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
9330
|
+
if (mod && mod.__esModule) return mod;
|
|
9331
|
+
var result = {};
|
|
9332
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
9333
|
+
__setModuleDefault(result, mod);
|
|
9334
|
+
return result;
|
|
9335
|
+
};
|
|
9078
9336
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
9079
9337
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
9080
9338
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -9113,7 +9371,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9113
9371
|
};
|
|
9114
9372
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9115
9373
|
exports.Routes = void 0;
|
|
9116
|
-
var Entity_1 = __webpack_require__(7483);
|
|
9374
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
9117
9375
|
exports.Routes = {
|
|
9118
9376
|
COPY_FROM_MERCHANT: '/merchant/exclusion_windows/copy_from_merchant'
|
|
9119
9377
|
};
|
|
@@ -9187,8 +9445,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9187
9445
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9188
9446
|
}
|
|
9189
9447
|
};
|
|
9448
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9449
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9450
|
+
};
|
|
9190
9451
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9191
|
-
var ExclusionWindowEntity_1 = __webpack_require__(87979);
|
|
9452
|
+
var ExclusionWindowEntity_1 = __importDefault(__webpack_require__(87979));
|
|
9192
9453
|
var ExclusionWindowApi = /** @class */ (function () {
|
|
9193
9454
|
function ExclusionWindowApi(session) {
|
|
9194
9455
|
this.exclusionWindowEntity = new ExclusionWindowEntity_1.default(session);
|
|
@@ -9287,12 +9548,15 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9287
9548
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9288
9549
|
}
|
|
9289
9550
|
};
|
|
9551
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9552
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9553
|
+
};
|
|
9290
9554
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9291
9555
|
exports.ExclusionWindowApi = void 0;
|
|
9292
|
-
var data_store_1 = __webpack_require__(73135);
|
|
9293
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
9556
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
9557
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
9294
9558
|
var exclusion_window_consts_1 = __webpack_require__(41277);
|
|
9295
|
-
var exclusion_window_service_1 = __webpack_require__(36665);
|
|
9559
|
+
var exclusion_window_service_1 = __importDefault(__webpack_require__(36665));
|
|
9296
9560
|
var ExclusionWindowApi = /** @class */ (function () {
|
|
9297
9561
|
function ExclusionWindowApi(session) {
|
|
9298
9562
|
var groupFilters = [
|
|
@@ -9419,9 +9683,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9419
9683
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9420
9684
|
}
|
|
9421
9685
|
};
|
|
9686
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9687
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9688
|
+
};
|
|
9422
9689
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9423
9690
|
exports.Routes = void 0;
|
|
9424
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
9691
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
9425
9692
|
var entityName = 'exclusion_windows';
|
|
9426
9693
|
var prefix = 'merchant';
|
|
9427
9694
|
var baseRoute = "/".concat(prefix, "/").concat(entityName);
|
|
@@ -9599,10 +9866,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9599
9866
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9600
9867
|
}
|
|
9601
9868
|
};
|
|
9869
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9870
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9871
|
+
};
|
|
9602
9872
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9603
9873
|
exports.quoteExtractor = exports.fleetsExtractor = exports.Routes = void 0;
|
|
9604
9874
|
var Entity_1 = __webpack_require__(7483);
|
|
9605
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
9875
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
9606
9876
|
exports.Routes = {
|
|
9607
9877
|
GET_RELATED: '/fleets/related',
|
|
9608
9878
|
ASK_QUOTE: '/fleets/ask_quote',
|
|
@@ -9735,8 +10005,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9735
10005
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9736
10006
|
}
|
|
9737
10007
|
};
|
|
10008
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10009
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10010
|
+
};
|
|
9738
10011
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9739
|
-
var FleetEntity_1 = __webpack_require__(86088);
|
|
10012
|
+
var FleetEntity_1 = __importDefault(__webpack_require__(86088));
|
|
9740
10013
|
var Fleets = /** @class */ (function () {
|
|
9741
10014
|
function Fleets(session) {
|
|
9742
10015
|
this.fleetsEntity = new FleetEntity_1.default(session);
|
|
@@ -9848,9 +10121,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
9848
10121
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
9849
10122
|
};
|
|
9850
10123
|
})();
|
|
10124
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10125
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10126
|
+
};
|
|
9851
10127
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9852
10128
|
var Entity_1 = __webpack_require__(7483);
|
|
9853
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
10129
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
9854
10130
|
var FleetRouterEntity = /** @class */ (function (_super) {
|
|
9855
10131
|
__extends(FleetRouterEntity, _super);
|
|
9856
10132
|
function FleetRouterEntity(session) {
|
|
@@ -9869,12 +10145,15 @@ exports["default"] = FleetRouterEntity;
|
|
|
9869
10145
|
/***/ }),
|
|
9870
10146
|
|
|
9871
10147
|
/***/ 13696:
|
|
9872
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
10148
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
9873
10149
|
|
|
9874
10150
|
"use strict";
|
|
9875
10151
|
|
|
10152
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10153
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10154
|
+
};
|
|
9876
10155
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9877
|
-
var FleetRouterEntity_1 = __webpack_require__(15841);
|
|
10156
|
+
var FleetRouterEntity_1 = __importDefault(__webpack_require__(15841));
|
|
9878
10157
|
var FleetRouterApi = /** @class */ (function () {
|
|
9879
10158
|
function FleetRouterApi(session) {
|
|
9880
10159
|
this.fleetRouterEntity = new FleetRouterEntity_1.default(session);
|
|
@@ -9957,9 +10236,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9957
10236
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9958
10237
|
}
|
|
9959
10238
|
};
|
|
10239
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10240
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10241
|
+
};
|
|
9960
10242
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9961
10243
|
exports.fleetTemplatesExtractor = exports.Routes = void 0;
|
|
9962
|
-
var Entity_1 = __webpack_require__(7483);
|
|
10244
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
9963
10245
|
var BaseRoute = 'fleet_templates';
|
|
9964
10246
|
exports.Routes = {
|
|
9965
10247
|
GET_AVAILABLE_FLEETS: "/".concat(BaseRoute, "/get_available_open_fleets")
|
|
@@ -10044,8 +10326,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10044
10326
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10045
10327
|
}
|
|
10046
10328
|
};
|
|
10329
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10330
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10331
|
+
};
|
|
10047
10332
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10048
|
-
var FleetTemplateEntity_1 = __webpack_require__(92045);
|
|
10333
|
+
var FleetTemplateEntity_1 = __importDefault(__webpack_require__(92045));
|
|
10049
10334
|
var FleetTemplateApi = /** @class */ (function () {
|
|
10050
10335
|
function FleetTemplateApi(session) {
|
|
10051
10336
|
this.entity = new FleetTemplateEntity_1.default(session);
|
|
@@ -10094,8 +10379,11 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
10094
10379
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
10095
10380
|
};
|
|
10096
10381
|
})();
|
|
10382
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10383
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10384
|
+
};
|
|
10097
10385
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10098
|
-
var Entity_1 = __webpack_require__(7483);
|
|
10386
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
10099
10387
|
var floating_inventories_consts_1 = __webpack_require__(64614);
|
|
10100
10388
|
var BASE_ROUTE = 'floating_inventories';
|
|
10101
10389
|
var USERS_WITH_AVAILABLE_FLOATING_INVENTORY = "/".concat(BASE_ROUTE, "/users_with_available_floating_inventory");
|
|
@@ -10123,12 +10411,15 @@ exports["default"] = FloatingInventoryEntity;
|
|
|
10123
10411
|
/***/ }),
|
|
10124
10412
|
|
|
10125
10413
|
/***/ 36242:
|
|
10126
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
10414
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
10127
10415
|
|
|
10128
10416
|
"use strict";
|
|
10129
10417
|
|
|
10418
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10419
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10420
|
+
};
|
|
10130
10421
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10131
|
-
var FloatingInventoryEntity_1 = __webpack_require__(64868);
|
|
10422
|
+
var FloatingInventoryEntity_1 = __importDefault(__webpack_require__(64868));
|
|
10132
10423
|
var FloatingInventory = /** @class */ (function () {
|
|
10133
10424
|
function FloatingInventory(session) {
|
|
10134
10425
|
this.floatingInventory = new FloatingInventoryEntity_1.default(session);
|
|
@@ -10184,9 +10475,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10184
10475
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10185
10476
|
}
|
|
10186
10477
|
};
|
|
10478
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10479
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10480
|
+
};
|
|
10187
10481
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10188
10482
|
exports.FloatingInventoriesApi = void 0;
|
|
10189
|
-
var floating_inventories_service_1 = __webpack_require__(14690);
|
|
10483
|
+
var floating_inventories_service_1 = __importDefault(__webpack_require__(14690));
|
|
10190
10484
|
var FloatingInventoriesApi = /** @class */ (function () {
|
|
10191
10485
|
function FloatingInventoriesApi(session) {
|
|
10192
10486
|
this.floatingInventoriesService = new floating_inventories_service_1.default(session);
|
|
@@ -10269,8 +10563,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10269
10563
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10270
10564
|
}
|
|
10271
10565
|
};
|
|
10566
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10567
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10568
|
+
};
|
|
10272
10569
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10273
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
10570
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
10274
10571
|
var floating_inventories_consts_1 = __webpack_require__(64614);
|
|
10275
10572
|
var BASE_ROUTE = 'floating_inventories';
|
|
10276
10573
|
var USERS_WITH_AVAILABLE_FLOATING_INVENTORY = "/".concat(BASE_ROUTE, "/users_with_available_floating_inventory");
|
|
@@ -10395,9 +10692,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10395
10692
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10396
10693
|
}
|
|
10397
10694
|
};
|
|
10695
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10696
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10697
|
+
};
|
|
10398
10698
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10399
10699
|
exports.Routes = void 0;
|
|
10400
|
-
var Entity_1 = __webpack_require__(7483);
|
|
10700
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
10401
10701
|
var ENDPOINT_NAME = '/api/geocoder';
|
|
10402
10702
|
exports.Routes = {
|
|
10403
10703
|
AUTO_COMPLETE: "".concat(ENDPOINT_NAME, "/auto_complete"),
|
|
@@ -10442,12 +10742,15 @@ exports["default"] = GeocodingEntity;
|
|
|
10442
10742
|
/***/ }),
|
|
10443
10743
|
|
|
10444
10744
|
/***/ 87206:
|
|
10445
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
10745
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
10446
10746
|
|
|
10447
10747
|
"use strict";
|
|
10448
10748
|
|
|
10749
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10750
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10751
|
+
};
|
|
10449
10752
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10450
|
-
var Geocoding_1 = __webpack_require__(84431);
|
|
10753
|
+
var Geocoding_1 = __importDefault(__webpack_require__(84431));
|
|
10451
10754
|
var GeocodingApi = /** @class */ (function () {
|
|
10452
10755
|
function GeocodingApi(session) {
|
|
10453
10756
|
this.geocodingEntity = new Geocoding_1.default(session);
|
|
@@ -10521,8 +10824,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10521
10824
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10522
10825
|
}
|
|
10523
10826
|
};
|
|
10827
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10828
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10829
|
+
};
|
|
10524
10830
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10525
|
-
var Entity_1 = __webpack_require__(7483);
|
|
10831
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
10526
10832
|
var GoogleMapsHelper = /** @class */ (function (_super) {
|
|
10527
10833
|
__extends(GoogleMapsHelper, _super);
|
|
10528
10834
|
function GoogleMapsHelper(session) {
|
|
@@ -10548,12 +10854,15 @@ exports["default"] = GoogleMapsHelper;
|
|
|
10548
10854
|
/***/ }),
|
|
10549
10855
|
|
|
10550
10856
|
/***/ 37828:
|
|
10551
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
10857
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
10552
10858
|
|
|
10553
10859
|
"use strict";
|
|
10554
10860
|
|
|
10861
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10862
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10863
|
+
};
|
|
10555
10864
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10556
|
-
var GoogleMapsHelper_1 = __webpack_require__(70893);
|
|
10865
|
+
var GoogleMapsHelper_1 = __importDefault(__webpack_require__(70893));
|
|
10557
10866
|
var GoogleMapsHelperApi = /** @class */ (function () {
|
|
10558
10867
|
function GoogleMapsHelperApi(session) {
|
|
10559
10868
|
this.googleMapsHelperEntity = new GoogleMapsHelper_1.default(session);
|
|
@@ -10588,8 +10897,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
10588
10897
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
10589
10898
|
};
|
|
10590
10899
|
})();
|
|
10900
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10901
|
+
if (k2 === undefined) k2 = k;
|
|
10902
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
10903
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
10904
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10905
|
+
}
|
|
10906
|
+
Object.defineProperty(o, k2, desc);
|
|
10907
|
+
}) : (function(o, m, k, k2) {
|
|
10908
|
+
if (k2 === undefined) k2 = k;
|
|
10909
|
+
o[k2] = m[k];
|
|
10910
|
+
}));
|
|
10911
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10912
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
10913
|
+
}) : function(o, v) {
|
|
10914
|
+
o["default"] = v;
|
|
10915
|
+
});
|
|
10916
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
10917
|
+
if (mod && mod.__esModule) return mod;
|
|
10918
|
+
var result = {};
|
|
10919
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
10920
|
+
__setModuleDefault(result, mod);
|
|
10921
|
+
return result;
|
|
10922
|
+
};
|
|
10591
10923
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10592
|
-
var Entity_1 = __webpack_require__(7483);
|
|
10924
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
10593
10925
|
var InventoryEntity = /** @class */ (function (_super) {
|
|
10594
10926
|
__extends(InventoryEntity, _super);
|
|
10595
10927
|
function InventoryEntity(session) {
|
|
@@ -10607,12 +10939,15 @@ exports["default"] = InventoryEntity;
|
|
|
10607
10939
|
/***/ }),
|
|
10608
10940
|
|
|
10609
10941
|
/***/ 74033:
|
|
10610
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
10942
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
10611
10943
|
|
|
10612
10944
|
"use strict";
|
|
10613
10945
|
|
|
10946
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10947
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10948
|
+
};
|
|
10614
10949
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10615
|
-
var InventoryEntity_1 = __webpack_require__(41567);
|
|
10950
|
+
var InventoryEntity_1 = __importDefault(__webpack_require__(41567));
|
|
10616
10951
|
var Inventory = /** @class */ (function () {
|
|
10617
10952
|
function Inventory(session) {
|
|
10618
10953
|
this.inventory = new InventoryEntity_1.default(session);
|
|
@@ -10656,8 +10991,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
10656
10991
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
10657
10992
|
};
|
|
10658
10993
|
})();
|
|
10994
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10995
|
+
if (k2 === undefined) k2 = k;
|
|
10996
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
10997
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
10998
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10999
|
+
}
|
|
11000
|
+
Object.defineProperty(o, k2, desc);
|
|
11001
|
+
}) : (function(o, m, k, k2) {
|
|
11002
|
+
if (k2 === undefined) k2 = k;
|
|
11003
|
+
o[k2] = m[k];
|
|
11004
|
+
}));
|
|
11005
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
11006
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11007
|
+
}) : function(o, v) {
|
|
11008
|
+
o["default"] = v;
|
|
11009
|
+
});
|
|
11010
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
11011
|
+
if (mod && mod.__esModule) return mod;
|
|
11012
|
+
var result = {};
|
|
11013
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
11014
|
+
__setModuleDefault(result, mod);
|
|
11015
|
+
return result;
|
|
11016
|
+
};
|
|
10659
11017
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10660
|
-
var Entity_1 = __webpack_require__(7483);
|
|
11018
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
10661
11019
|
var InventoryActionsConfigurationEntity = /** @class */ (function (_super) {
|
|
10662
11020
|
__extends(InventoryActionsConfigurationEntity, _super);
|
|
10663
11021
|
function InventoryActionsConfigurationEntity(session) {
|
|
@@ -10676,12 +11034,15 @@ exports["default"] = InventoryActionsConfigurationEntity;
|
|
|
10676
11034
|
/***/ }),
|
|
10677
11035
|
|
|
10678
11036
|
/***/ 7373:
|
|
10679
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
11037
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
10680
11038
|
|
|
10681
11039
|
"use strict";
|
|
10682
11040
|
|
|
11041
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11042
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11043
|
+
};
|
|
10683
11044
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10684
|
-
var InventoryActionsConfigurationEntity_1 = __webpack_require__(17947);
|
|
11045
|
+
var InventoryActionsConfigurationEntity_1 = __importDefault(__webpack_require__(17947));
|
|
10685
11046
|
var InventoryActionsConfiguration = /** @class */ (function () {
|
|
10686
11047
|
function InventoryActionsConfiguration(session) {
|
|
10687
11048
|
this.InventoryActionsConfigurationEntity = new InventoryActionsConfigurationEntity_1.default(session);
|
|
@@ -10719,13 +11080,16 @@ exports.defaultExtractor = defaultExtractor;
|
|
|
10719
11080
|
/***/ }),
|
|
10720
11081
|
|
|
10721
11082
|
/***/ 67092:
|
|
10722
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
11083
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
10723
11084
|
|
|
10724
11085
|
"use strict";
|
|
10725
11086
|
|
|
11087
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11088
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11089
|
+
};
|
|
10726
11090
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10727
11091
|
exports.Language = void 0;
|
|
10728
|
-
var LanguageStore_1 = __webpack_require__(12720);
|
|
11092
|
+
var LanguageStore_1 = __importDefault(__webpack_require__(12720));
|
|
10729
11093
|
var Language = /** @class */ (function () {
|
|
10730
11094
|
function Language(session) {
|
|
10731
11095
|
this.languageStore = new LanguageStore_1.default(session);
|
|
@@ -10892,9 +11256,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10892
11256
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10893
11257
|
}
|
|
10894
11258
|
};
|
|
11259
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11260
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11261
|
+
};
|
|
10895
11262
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10896
|
-
var BaseStore_1 = __webpack_require__(14436);
|
|
10897
|
-
var LanguageService_1 = __webpack_require__(43096);
|
|
11263
|
+
var BaseStore_1 = __importDefault(__webpack_require__(14436));
|
|
11264
|
+
var LanguageService_1 = __importDefault(__webpack_require__(43096));
|
|
10898
11265
|
var LanguageStore = /** @class */ (function (_super) {
|
|
10899
11266
|
__extends(LanguageStore, _super);
|
|
10900
11267
|
function LanguageStore(session) {
|
|
@@ -10991,8 +11358,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10991
11358
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10992
11359
|
}
|
|
10993
11360
|
};
|
|
11361
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11362
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11363
|
+
};
|
|
10994
11364
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10995
|
-
var Entity_1 = __webpack_require__(7483);
|
|
11365
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
10996
11366
|
var Routes = {
|
|
10997
11367
|
GET_NEW_LEGACY_REPORTS_LIST: '/reports/list'
|
|
10998
11368
|
};
|
|
@@ -11022,12 +11392,15 @@ exports["default"] = LegacyReportsEntity;
|
|
|
11022
11392
|
/***/ }),
|
|
11023
11393
|
|
|
11024
11394
|
/***/ 16761:
|
|
11025
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
11395
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
11026
11396
|
|
|
11027
11397
|
"use strict";
|
|
11028
11398
|
|
|
11399
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11400
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11401
|
+
};
|
|
11029
11402
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11030
|
-
var LegacyReportsEntity_1 = __webpack_require__(93208);
|
|
11403
|
+
var LegacyReportsEntity_1 = __importDefault(__webpack_require__(93208));
|
|
11031
11404
|
var LegacyReportsApi = /** @class */ (function () {
|
|
11032
11405
|
function LegacyReportsApi(session) {
|
|
11033
11406
|
this.legacyReportsEntity = new LegacyReportsEntity_1.default(session);
|
|
@@ -11083,8 +11456,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
11083
11456
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
11084
11457
|
}
|
|
11085
11458
|
};
|
|
11459
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11460
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11461
|
+
};
|
|
11086
11462
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11087
|
-
var lookup_service_1 = __webpack_require__(4202);
|
|
11463
|
+
var lookup_service_1 = __importDefault(__webpack_require__(4202));
|
|
11088
11464
|
var Lookup = /** @class */ (function () {
|
|
11089
11465
|
function Lookup(session) {
|
|
11090
11466
|
this.lookUpEntity = new lookup_service_1.default(session);
|
|
@@ -11192,9 +11568,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
11192
11568
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
11193
11569
|
}
|
|
11194
11570
|
};
|
|
11571
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11572
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11573
|
+
};
|
|
11195
11574
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11196
11575
|
exports.Routes = void 0;
|
|
11197
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
11576
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
11198
11577
|
var baseRoute = '/lookup-service';
|
|
11199
11578
|
exports.Routes = {
|
|
11200
11579
|
GET_USERS: "".concat(baseRoute, "/user"),
|
|
@@ -11340,9 +11719,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
11340
11719
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
11341
11720
|
}
|
|
11342
11721
|
};
|
|
11722
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11723
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11724
|
+
};
|
|
11343
11725
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11344
11726
|
var lodash_1 = __webpack_require__(96486);
|
|
11345
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
11727
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
11346
11728
|
var Merchant_consts_1 = __webpack_require__(43566);
|
|
11347
11729
|
var BaseRoute = '/merchant';
|
|
11348
11730
|
var ROUTES = {
|
|
@@ -11566,10 +11948,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
11566
11948
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
11567
11949
|
}
|
|
11568
11950
|
};
|
|
11951
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11952
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11953
|
+
};
|
|
11569
11954
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11570
11955
|
var lodash_1 = __webpack_require__(96486);
|
|
11571
|
-
var cached_promise_1 = __webpack_require__(8277);
|
|
11572
|
-
var MerchantEntity_1 = __webpack_require__(44104);
|
|
11956
|
+
var cached_promise_1 = __importDefault(__webpack_require__(8277));
|
|
11957
|
+
var MerchantEntity_1 = __importDefault(__webpack_require__(44104));
|
|
11573
11958
|
var MerchantApi = /** @class */ (function () {
|
|
11574
11959
|
function MerchantApi(session) {
|
|
11575
11960
|
this.merchantEntity = new MerchantEntity_1.default(session);
|
|
@@ -11698,8 +12083,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
11698
12083
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
11699
12084
|
}
|
|
11700
12085
|
};
|
|
12086
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12087
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12088
|
+
};
|
|
11701
12089
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11702
|
-
var Entity_1 = __webpack_require__(7483);
|
|
12090
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
11703
12091
|
var BaseRoute = '/merchant/merchant_configuration';
|
|
11704
12092
|
var Routes = {
|
|
11705
12093
|
RESET_DELIVERY_PIN: "".concat(BaseRoute, "/delivery_pin_reset"),
|
|
@@ -12282,10 +12670,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
12282
12670
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
12283
12671
|
}
|
|
12284
12672
|
};
|
|
12673
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12674
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12675
|
+
};
|
|
12285
12676
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12286
12677
|
exports.MerchantConfigurationApi = void 0;
|
|
12287
12678
|
var lodash_1 = __webpack_require__(96486);
|
|
12288
|
-
var MerchantConfigurationEntity_1 = __webpack_require__(61059);
|
|
12679
|
+
var MerchantConfigurationEntity_1 = __importDefault(__webpack_require__(61059));
|
|
12289
12680
|
var MerchantConfiguration_consts_1 = __webpack_require__(88919);
|
|
12290
12681
|
var MerchantConfigurationApi = /** @class */ (function () {
|
|
12291
12682
|
function MerchantConfigurationApi(session) {
|
|
@@ -12505,8 +12896,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
12505
12896
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
12506
12897
|
}
|
|
12507
12898
|
};
|
|
12899
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12900
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12901
|
+
};
|
|
12508
12902
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12509
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
12903
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
12510
12904
|
var ROUTE = '/settings-service/merchant-prototype';
|
|
12511
12905
|
var MerchantPrototypeEntity = /** @class */ (function (_super) {
|
|
12512
12906
|
__extends(MerchantPrototypeEntity, _super);
|
|
@@ -12589,8 +12983,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
12589
12983
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
12590
12984
|
}
|
|
12591
12985
|
};
|
|
12986
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12987
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12988
|
+
};
|
|
12592
12989
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12593
|
-
var MerchantPrototypeEntity_1 = __webpack_require__(37582);
|
|
12990
|
+
var MerchantPrototypeEntity_1 = __importDefault(__webpack_require__(37582));
|
|
12594
12991
|
var MerchantPrototypeApi = /** @class */ (function () {
|
|
12595
12992
|
function MerchantPrototypeApi(session) {
|
|
12596
12993
|
this.merchantPrototypeEntity = new MerchantPrototypeEntity_1.default(session);
|
|
@@ -12630,13 +13027,16 @@ exports.notificationsTemplateExtractor = notificationsTemplateExtractor;
|
|
|
12630
13027
|
/***/ }),
|
|
12631
13028
|
|
|
12632
13029
|
/***/ 97655:
|
|
12633
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
13030
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
12634
13031
|
|
|
12635
13032
|
"use strict";
|
|
12636
13033
|
|
|
13034
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13035
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13036
|
+
};
|
|
12637
13037
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12638
13038
|
exports.NotificationTemplate = void 0;
|
|
12639
|
-
var NotificationTemplateStore_1 = __webpack_require__(58285);
|
|
13039
|
+
var NotificationTemplateStore_1 = __importDefault(__webpack_require__(58285));
|
|
12640
13040
|
var NotificationTemplate = /** @class */ (function () {
|
|
12641
13041
|
function NotificationTemplate(session) {
|
|
12642
13042
|
this.notificationTemplateStore = new NotificationTemplateStore_1.default(session);
|
|
@@ -12887,9 +13287,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
12887
13287
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
12888
13288
|
}
|
|
12889
13289
|
};
|
|
13290
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13291
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13292
|
+
};
|
|
12890
13293
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12891
|
-
var BaseStore_1 = __webpack_require__(14436);
|
|
12892
|
-
var NotificationTemplateService_1 = __webpack_require__(76598);
|
|
13294
|
+
var BaseStore_1 = __importDefault(__webpack_require__(14436));
|
|
13295
|
+
var NotificationTemplateService_1 = __importDefault(__webpack_require__(76598));
|
|
12893
13296
|
var NotificationTemplateStore = /** @class */ (function (_super) {
|
|
12894
13297
|
__extends(NotificationTemplateStore, _super);
|
|
12895
13298
|
function NotificationTemplateStore(session) {
|
|
@@ -12983,13 +13386,16 @@ exports.defaultExtractor = defaultExtractor;
|
|
|
12983
13386
|
/***/ }),
|
|
12984
13387
|
|
|
12985
13388
|
/***/ 2765:
|
|
12986
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
13389
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
12987
13390
|
|
|
12988
13391
|
"use strict";
|
|
12989
13392
|
|
|
13393
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13394
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13395
|
+
};
|
|
12990
13396
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12991
13397
|
exports.NotificationType = void 0;
|
|
12992
|
-
var NotificationTypeStore_1 = __webpack_require__(6077);
|
|
13398
|
+
var NotificationTypeStore_1 = __importDefault(__webpack_require__(6077));
|
|
12993
13399
|
var NotificationType = /** @class */ (function () {
|
|
12994
13400
|
function NotificationType(session) {
|
|
12995
13401
|
this.notificationTypeStore = new NotificationTypeStore_1.default(session);
|
|
@@ -13156,9 +13562,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13156
13562
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
13157
13563
|
}
|
|
13158
13564
|
};
|
|
13565
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13566
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13567
|
+
};
|
|
13159
13568
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13160
|
-
var BaseStore_1 = __webpack_require__(14436);
|
|
13161
|
-
var NotificationTypeService_1 = __webpack_require__(31283);
|
|
13569
|
+
var BaseStore_1 = __importDefault(__webpack_require__(14436));
|
|
13570
|
+
var NotificationTypeService_1 = __importDefault(__webpack_require__(31283));
|
|
13162
13571
|
var NotificationTypeStore = /** @class */ (function (_super) {
|
|
13163
13572
|
__extends(NotificationTypeStore, _super);
|
|
13164
13573
|
function NotificationTypeStore(session) {
|
|
@@ -13206,6 +13615,29 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
13206
13615
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13207
13616
|
};
|
|
13208
13617
|
})();
|
|
13618
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13619
|
+
if (k2 === undefined) k2 = k;
|
|
13620
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
13621
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
13622
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
13623
|
+
}
|
|
13624
|
+
Object.defineProperty(o, k2, desc);
|
|
13625
|
+
}) : (function(o, m, k, k2) {
|
|
13626
|
+
if (k2 === undefined) k2 = k;
|
|
13627
|
+
o[k2] = m[k];
|
|
13628
|
+
}));
|
|
13629
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
13630
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
13631
|
+
}) : function(o, v) {
|
|
13632
|
+
o["default"] = v;
|
|
13633
|
+
});
|
|
13634
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
13635
|
+
if (mod && mod.__esModule) return mod;
|
|
13636
|
+
var result = {};
|
|
13637
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
13638
|
+
__setModuleDefault(result, mod);
|
|
13639
|
+
return result;
|
|
13640
|
+
};
|
|
13209
13641
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
13210
13642
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
13211
13643
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -13243,7 +13675,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13243
13675
|
}
|
|
13244
13676
|
};
|
|
13245
13677
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13246
|
-
var Entity_1 = __webpack_require__(7483);
|
|
13678
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
13247
13679
|
var BaseRoute = '/oauth/applications';
|
|
13248
13680
|
var OauthApplicationEntity = /** @class */ (function (_super) {
|
|
13249
13681
|
__extends(OauthApplicationEntity, _super);
|
|
@@ -13345,8 +13777,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13345
13777
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
13346
13778
|
}
|
|
13347
13779
|
};
|
|
13780
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13781
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13782
|
+
};
|
|
13348
13783
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13349
|
-
var OauthApplicationEntity_1 = __webpack_require__(10135);
|
|
13784
|
+
var OauthApplicationEntity_1 = __importDefault(__webpack_require__(10135));
|
|
13350
13785
|
var OauthApplicationApi = /** @class */ (function () {
|
|
13351
13786
|
function OauthApplicationApi(session) {
|
|
13352
13787
|
this.entity = new OauthApplicationEntity_1.default(session);
|
|
@@ -13427,8 +13862,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
13427
13862
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13428
13863
|
};
|
|
13429
13864
|
})();
|
|
13865
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13866
|
+
if (k2 === undefined) k2 = k;
|
|
13867
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
13868
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
13869
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
13870
|
+
}
|
|
13871
|
+
Object.defineProperty(o, k2, desc);
|
|
13872
|
+
}) : (function(o, m, k, k2) {
|
|
13873
|
+
if (k2 === undefined) k2 = k;
|
|
13874
|
+
o[k2] = m[k];
|
|
13875
|
+
}));
|
|
13876
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
13877
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
13878
|
+
}) : function(o, v) {
|
|
13879
|
+
o["default"] = v;
|
|
13880
|
+
});
|
|
13881
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
13882
|
+
if (mod && mod.__esModule) return mod;
|
|
13883
|
+
var result = {};
|
|
13884
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
13885
|
+
__setModuleDefault(result, mod);
|
|
13886
|
+
return result;
|
|
13887
|
+
};
|
|
13430
13888
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13431
|
-
var Entity_1 = __webpack_require__(7483);
|
|
13889
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
13432
13890
|
var OnboardingEntity = /** @class */ (function (_super) {
|
|
13433
13891
|
__extends(OnboardingEntity, _super);
|
|
13434
13892
|
function OnboardingEntity(session) {
|
|
@@ -13482,8 +13940,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13482
13940
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
13483
13941
|
}
|
|
13484
13942
|
};
|
|
13943
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13944
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13945
|
+
};
|
|
13485
13946
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13486
|
-
var OnboardingEntity_1 = __webpack_require__(96494);
|
|
13947
|
+
var OnboardingEntity_1 = __importDefault(__webpack_require__(96494));
|
|
13487
13948
|
var OnboardingApi = /** @class */ (function () {
|
|
13488
13949
|
function OnboardingApi(session) {
|
|
13489
13950
|
this.onboardingEntity = new OnboardingEntity_1.default(session);
|
|
@@ -13529,6 +13990,29 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
13529
13990
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13530
13991
|
};
|
|
13531
13992
|
})();
|
|
13993
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13994
|
+
if (k2 === undefined) k2 = k;
|
|
13995
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
13996
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
13997
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
13998
|
+
}
|
|
13999
|
+
Object.defineProperty(o, k2, desc);
|
|
14000
|
+
}) : (function(o, m, k, k2) {
|
|
14001
|
+
if (k2 === undefined) k2 = k;
|
|
14002
|
+
o[k2] = m[k];
|
|
14003
|
+
}));
|
|
14004
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14005
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
14006
|
+
}) : function(o, v) {
|
|
14007
|
+
o["default"] = v;
|
|
14008
|
+
});
|
|
14009
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
14010
|
+
if (mod && mod.__esModule) return mod;
|
|
14011
|
+
var result = {};
|
|
14012
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
14013
|
+
__setModuleDefault(result, mod);
|
|
14014
|
+
return result;
|
|
14015
|
+
};
|
|
13532
14016
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
13533
14017
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
13534
14018
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -13566,7 +14050,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13566
14050
|
}
|
|
13567
14051
|
};
|
|
13568
14052
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13569
|
-
var Entity_1 = __webpack_require__(7483);
|
|
14053
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
13570
14054
|
var BASE_ROUTE = '/open_fleets';
|
|
13571
14055
|
var OpenFleetEntity = /** @class */ (function (_super) {
|
|
13572
14056
|
__extends(OpenFleetEntity, _super);
|
|
@@ -13700,8 +14184,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13700
14184
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
13701
14185
|
}
|
|
13702
14186
|
};
|
|
14187
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14188
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14189
|
+
};
|
|
13703
14190
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13704
|
-
var OpenFleetEntity_1 = __webpack_require__(72743);
|
|
14191
|
+
var OpenFleetEntity_1 = __importDefault(__webpack_require__(72743));
|
|
13705
14192
|
var OpenFleetApi = /** @class */ (function () {
|
|
13706
14193
|
function OpenFleetApi(session) {
|
|
13707
14194
|
this.entity = new OpenFleetEntity_1.default(session);
|
|
@@ -13771,12 +14258,15 @@ exports["default"] = OpenFleetApi;
|
|
|
13771
14258
|
/***/ }),
|
|
13772
14259
|
|
|
13773
14260
|
/***/ 17859:
|
|
13774
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
14261
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
13775
14262
|
|
|
13776
14263
|
"use strict";
|
|
13777
14264
|
|
|
14265
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14266
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14267
|
+
};
|
|
13778
14268
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13779
|
-
var OptimizationConfigurations_service_1 = __webpack_require__(83396);
|
|
14269
|
+
var OptimizationConfigurations_service_1 = __importDefault(__webpack_require__(83396));
|
|
13780
14270
|
var OptimizationConfiguration = /** @class */ (function () {
|
|
13781
14271
|
function OptimizationConfiguration(session) {
|
|
13782
14272
|
this.optimizationConfigurationService = new OptimizationConfigurations_service_1.default(session);
|
|
@@ -13868,8 +14358,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13868
14358
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
13869
14359
|
}
|
|
13870
14360
|
};
|
|
14361
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14362
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14363
|
+
};
|
|
13871
14364
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13872
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
14365
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
13873
14366
|
var SERVICE_NAME = 'settings-service';
|
|
13874
14367
|
var Routes = {
|
|
13875
14368
|
CREATE: "/".concat(SERVICE_NAME, "/optimization_configurations"),
|
|
@@ -13955,12 +14448,15 @@ exports["default"] = OptimizationConfigurationsEntity;
|
|
|
13955
14448
|
/***/ }),
|
|
13956
14449
|
|
|
13957
14450
|
/***/ 28719:
|
|
13958
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
14451
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
13959
14452
|
|
|
13960
14453
|
"use strict";
|
|
13961
14454
|
|
|
14455
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14456
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14457
|
+
};
|
|
13962
14458
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13963
|
-
var OptimizationConfigurations_service_1 = __webpack_require__(99018);
|
|
14459
|
+
var OptimizationConfigurations_service_1 = __importDefault(__webpack_require__(99018));
|
|
13964
14460
|
var OptimizationConfigurationV2 = /** @class */ (function () {
|
|
13965
14461
|
function OptimizationConfigurationV2(session) {
|
|
13966
14462
|
this.optimizationConfigurationService = new OptimizationConfigurations_service_1.default(session);
|
|
@@ -14052,8 +14548,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14052
14548
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14053
14549
|
}
|
|
14054
14550
|
};
|
|
14551
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14552
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14553
|
+
};
|
|
14055
14554
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14056
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
14555
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
14057
14556
|
var SERVICE_NAME = 'settings-service';
|
|
14058
14557
|
var Routes = {
|
|
14059
14558
|
CREATE: "/".concat(SERVICE_NAME, "/optimization_configurations_v2"),
|
|
@@ -14185,9 +14684,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14185
14684
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14186
14685
|
}
|
|
14187
14686
|
};
|
|
14687
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14688
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14689
|
+
};
|
|
14188
14690
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14189
14691
|
var BringgException_1 = __webpack_require__(43605);
|
|
14190
|
-
var optimization_kpi_service_1 = __webpack_require__(63433);
|
|
14692
|
+
var optimization_kpi_service_1 = __importDefault(__webpack_require__(63433));
|
|
14191
14693
|
var OptimizationKpiApi = /** @class */ (function () {
|
|
14192
14694
|
function OptimizationKpiApi(session) {
|
|
14193
14695
|
this.service = new optimization_kpi_service_1.default(session);
|
|
@@ -14250,9 +14752,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14250
14752
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14251
14753
|
}
|
|
14252
14754
|
};
|
|
14755
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14756
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14757
|
+
};
|
|
14253
14758
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14254
14759
|
exports.Routes = void 0;
|
|
14255
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
14760
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
14256
14761
|
var baseRoute = '/own-fleet-optimization-service/';
|
|
14257
14762
|
exports.Routes = {
|
|
14258
14763
|
CREATE: "".concat(baseRoute, "/route_kpi")
|
|
@@ -14283,12 +14788,15 @@ exports["default"] = OptimizationKpiService;
|
|
|
14283
14788
|
/***/ }),
|
|
14284
14789
|
|
|
14285
14790
|
/***/ 51991:
|
|
14286
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
14791
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
14287
14792
|
|
|
14288
14793
|
"use strict";
|
|
14289
14794
|
|
|
14795
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14796
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14797
|
+
};
|
|
14290
14798
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14291
|
-
var optimization_result_service_1 = __webpack_require__(6165);
|
|
14799
|
+
var optimization_result_service_1 = __importDefault(__webpack_require__(6165));
|
|
14292
14800
|
var OptimizationResultApi = /** @class */ (function () {
|
|
14293
14801
|
function OptimizationResultApi(session) {
|
|
14294
14802
|
this.optimizationResultService = new optimization_result_service_1.default(session);
|
|
@@ -14347,9 +14855,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14347
14855
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14348
14856
|
}
|
|
14349
14857
|
};
|
|
14858
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14859
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14860
|
+
};
|
|
14350
14861
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14351
14862
|
exports.Routes = void 0;
|
|
14352
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
14863
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
14353
14864
|
var entityName = 'optimization_result';
|
|
14354
14865
|
var prefix = 'own-fleet-optimization-service';
|
|
14355
14866
|
exports.Routes = {
|
|
@@ -14461,8 +14972,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14461
14972
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14462
14973
|
}
|
|
14463
14974
|
};
|
|
14975
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14976
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14977
|
+
};
|
|
14464
14978
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14465
|
-
var Entity_1 = __webpack_require__(7483);
|
|
14979
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
14466
14980
|
var Package_consts_1 = __webpack_require__(60639);
|
|
14467
14981
|
var PackageEntity = /** @class */ (function (_super) {
|
|
14468
14982
|
__extends(PackageEntity, _super);
|
|
@@ -14581,12 +15095,15 @@ exports.Routes = {
|
|
|
14581
15095
|
/***/ }),
|
|
14582
15096
|
|
|
14583
15097
|
/***/ 67595:
|
|
14584
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
15098
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
14585
15099
|
|
|
14586
15100
|
"use strict";
|
|
14587
15101
|
|
|
15102
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15103
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15104
|
+
};
|
|
14588
15105
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14589
|
-
var PackageEntity_1 = __webpack_require__(39369);
|
|
15106
|
+
var PackageEntity_1 = __importDefault(__webpack_require__(39369));
|
|
14590
15107
|
var PackageApi = /** @class */ (function () {
|
|
14591
15108
|
function PackageApi(session) {
|
|
14592
15109
|
this.packageEntity = new PackageEntity_1.default(session);
|
|
@@ -14672,8 +15189,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14672
15189
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14673
15190
|
}
|
|
14674
15191
|
};
|
|
15192
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15193
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15194
|
+
};
|
|
14675
15195
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14676
|
-
var Entity_1 = __webpack_require__(7483);
|
|
15196
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
14677
15197
|
var Routes = {
|
|
14678
15198
|
GET_PARKING_SPOTS_BY_TEAM_ID: '/teams/{:teamId}/parking_spots'
|
|
14679
15199
|
};
|
|
@@ -14712,12 +15232,15 @@ exports["default"] = ParkingSpotEntity;
|
|
|
14712
15232
|
/***/ }),
|
|
14713
15233
|
|
|
14714
15234
|
/***/ 43401:
|
|
14715
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
15235
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
14716
15236
|
|
|
14717
15237
|
"use strict";
|
|
14718
15238
|
|
|
15239
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15240
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15241
|
+
};
|
|
14719
15242
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14720
|
-
var ParkingSpotEntity_1 = __webpack_require__(74326);
|
|
15243
|
+
var ParkingSpotEntity_1 = __importDefault(__webpack_require__(74326));
|
|
14721
15244
|
var ParkingSpotApi = /** @class */ (function () {
|
|
14722
15245
|
function ParkingSpotApi(session) {
|
|
14723
15246
|
this.parkingSpotEntity = new ParkingSpotEntity_1.default(session);
|
|
@@ -14788,8 +15311,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14788
15311
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14789
15312
|
}
|
|
14790
15313
|
};
|
|
15314
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15315
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15316
|
+
};
|
|
14791
15317
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14792
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
15318
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
14793
15319
|
var PhotoEntity = /** @class */ (function (_super) {
|
|
14794
15320
|
__extends(PhotoEntity, _super);
|
|
14795
15321
|
function PhotoEntity(session) {
|
|
@@ -14854,8 +15380,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14854
15380
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14855
15381
|
}
|
|
14856
15382
|
};
|
|
15383
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15384
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15385
|
+
};
|
|
14857
15386
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14858
|
-
var PhotoEntity_1 = __webpack_require__(22253);
|
|
15387
|
+
var PhotoEntity_1 = __importDefault(__webpack_require__(22253));
|
|
14859
15388
|
var Photo = /** @class */ (function () {
|
|
14860
15389
|
function Photo(session) {
|
|
14861
15390
|
this.photoEntity = new PhotoEntity_1.default(session);
|
|
@@ -14926,11 +15455,14 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14926
15455
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14927
15456
|
}
|
|
14928
15457
|
};
|
|
15458
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15459
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15460
|
+
};
|
|
14929
15461
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14930
|
-
var data_store_1 = __webpack_require__(73135);
|
|
14931
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
15462
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
15463
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
14932
15464
|
var planned_delivery_windows_consts_1 = __webpack_require__(13684);
|
|
14933
|
-
var planned_delivery_windows_service_1 = __webpack_require__(78419);
|
|
15465
|
+
var planned_delivery_windows_service_1 = __importDefault(__webpack_require__(78419));
|
|
14934
15466
|
var PlannedDeliveryWindowsApi = /** @class */ (function () {
|
|
14935
15467
|
function PlannedDeliveryWindowsApi(session) {
|
|
14936
15468
|
var groupFilters = [
|
|
@@ -14992,7 +15524,7 @@ var PlannedDeliveryWindowsApi = /** @class */ (function () {
|
|
|
14992
15524
|
case 0: return [4 /*yield*/, this.deliveryWindowsService.bulkUpdate(plannedDeliveryWindowsToEdit)];
|
|
14993
15525
|
case 1:
|
|
14994
15526
|
response = _a.sent();
|
|
14995
|
-
return [2 /*return*/, response.
|
|
15527
|
+
return [2 /*return*/, response.results
|
|
14996
15528
|
.filter(function (res) { return res.success; })
|
|
14997
15529
|
.map(function (res) {
|
|
14998
15530
|
return plannedDeliveryWindowsToEdit.planned_delivery_windows.find(function (pdw) { return pdw.planned_delivery_window.id === res.planned_window_id; }).planned_delivery_window;
|
|
@@ -15075,9 +15607,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
15075
15607
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
15076
15608
|
}
|
|
15077
15609
|
};
|
|
15610
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15611
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15612
|
+
};
|
|
15078
15613
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15079
15614
|
exports.Routes = void 0;
|
|
15080
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
15615
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
15081
15616
|
var entityName = 'planned_delivery_windows';
|
|
15082
15617
|
var prefix = 'merchant';
|
|
15083
15618
|
var baseRoute = "/".concat(prefix, "/").concat(entityName);
|
|
@@ -15202,7 +15737,7 @@ var PlannedDeliveryWindowsService = /** @class */ (function () {
|
|
|
15202
15737
|
.invoke()];
|
|
15203
15738
|
case 1:
|
|
15204
15739
|
result = _a.sent();
|
|
15205
|
-
return [2 /*return*/, result.
|
|
15740
|
+
return [2 /*return*/, result.results];
|
|
15206
15741
|
}
|
|
15207
15742
|
});
|
|
15208
15743
|
});
|
|
@@ -15255,10 +15790,13 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15255
15790
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15256
15791
|
};
|
|
15257
15792
|
})();
|
|
15793
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15794
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15795
|
+
};
|
|
15258
15796
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15259
15797
|
exports.extractor = void 0;
|
|
15260
15798
|
var Entity_1 = __webpack_require__(7483);
|
|
15261
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
15799
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
15262
15800
|
var extractor = function (response) { return response.planned_routes; };
|
|
15263
15801
|
exports.extractor = extractor;
|
|
15264
15802
|
var Routes = {
|
|
@@ -15326,12 +15864,15 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
15326
15864
|
/***/ }),
|
|
15327
15865
|
|
|
15328
15866
|
/***/ 44229:
|
|
15329
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
15867
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
15330
15868
|
|
|
15331
15869
|
"use strict";
|
|
15332
15870
|
|
|
15871
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15872
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15873
|
+
};
|
|
15333
15874
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15334
|
-
var PlannedRoutesEntity_1 = __webpack_require__(84653);
|
|
15875
|
+
var PlannedRoutesEntity_1 = __importDefault(__webpack_require__(84653));
|
|
15335
15876
|
var PlannedRoutes = /** @class */ (function () {
|
|
15336
15877
|
function PlannedRoutes(session) {
|
|
15337
15878
|
this.plannedRoutesEntity = new PlannedRoutesEntity_1.default(session);
|
|
@@ -15356,13 +15897,16 @@ exports["default"] = PlannedRoutes;
|
|
|
15356
15897
|
/***/ }),
|
|
15357
15898
|
|
|
15358
15899
|
/***/ 37915:
|
|
15359
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
15900
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
15360
15901
|
|
|
15361
15902
|
"use strict";
|
|
15362
15903
|
|
|
15904
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15905
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15906
|
+
};
|
|
15363
15907
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15364
|
-
var data_store_1 = __webpack_require__(73135);
|
|
15365
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
15908
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
15909
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
15366
15910
|
var preset_views_service_1 = __webpack_require__(22674);
|
|
15367
15911
|
var PresetViewsApi = /** @class */ (function () {
|
|
15368
15912
|
function PresetViewsApi(session, mapper) {
|
|
@@ -15437,9 +15981,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
15437
15981
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
15438
15982
|
}
|
|
15439
15983
|
};
|
|
15984
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15985
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15986
|
+
};
|
|
15440
15987
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15441
15988
|
exports.PresetViewsService = void 0;
|
|
15442
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
15989
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
15443
15990
|
var baseRoute = 'settings-service';
|
|
15444
15991
|
var PresetViewsService = /** @class */ (function () {
|
|
15445
15992
|
function PresetViewsService(session) {
|
|
@@ -15517,8 +16064,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15517
16064
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15518
16065
|
};
|
|
15519
16066
|
})();
|
|
16067
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16068
|
+
if (k2 === undefined) k2 = k;
|
|
16069
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16070
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16071
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
16072
|
+
}
|
|
16073
|
+
Object.defineProperty(o, k2, desc);
|
|
16074
|
+
}) : (function(o, m, k, k2) {
|
|
16075
|
+
if (k2 === undefined) k2 = k;
|
|
16076
|
+
o[k2] = m[k];
|
|
16077
|
+
}));
|
|
16078
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16079
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16080
|
+
}) : function(o, v) {
|
|
16081
|
+
o["default"] = v;
|
|
16082
|
+
});
|
|
16083
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
16084
|
+
if (mod && mod.__esModule) return mod;
|
|
16085
|
+
var result = {};
|
|
16086
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
16087
|
+
__setModuleDefault(result, mod);
|
|
16088
|
+
return result;
|
|
16089
|
+
};
|
|
15520
16090
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15521
|
-
var Entity_1 = __webpack_require__(7483);
|
|
16091
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
15522
16092
|
var PrivilegeEntity = /** @class */ (function (_super) {
|
|
15523
16093
|
__extends(PrivilegeEntity, _super);
|
|
15524
16094
|
function PrivilegeEntity(session) {
|
|
@@ -15589,8 +16159,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
15589
16159
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
15590
16160
|
}
|
|
15591
16161
|
};
|
|
16162
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16163
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16164
|
+
};
|
|
15592
16165
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15593
|
-
var PrivilegeEntity_1 = __webpack_require__(80573);
|
|
16166
|
+
var PrivilegeEntity_1 = __importDefault(__webpack_require__(80573));
|
|
15594
16167
|
var Privilege_consts_1 = __webpack_require__(82585);
|
|
15595
16168
|
var PrivilegesApi = /** @class */ (function () {
|
|
15596
16169
|
function PrivilegesApi(session) {
|
|
@@ -15636,8 +16209,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15636
16209
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15637
16210
|
};
|
|
15638
16211
|
})();
|
|
16212
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16213
|
+
if (k2 === undefined) k2 = k;
|
|
16214
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16215
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16216
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
16217
|
+
}
|
|
16218
|
+
Object.defineProperty(o, k2, desc);
|
|
16219
|
+
}) : (function(o, m, k, k2) {
|
|
16220
|
+
if (k2 === undefined) k2 = k;
|
|
16221
|
+
o[k2] = m[k];
|
|
16222
|
+
}));
|
|
16223
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16224
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16225
|
+
}) : function(o, v) {
|
|
16226
|
+
o["default"] = v;
|
|
16227
|
+
});
|
|
16228
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
16229
|
+
if (mod && mod.__esModule) return mod;
|
|
16230
|
+
var result = {};
|
|
16231
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
16232
|
+
__setModuleDefault(result, mod);
|
|
16233
|
+
return result;
|
|
16234
|
+
};
|
|
15639
16235
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15640
|
-
var Entity_1 = __webpack_require__(7483);
|
|
16236
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
15641
16237
|
var PushNotificationRegistrationEntity = /** @class */ (function (_super) {
|
|
15642
16238
|
__extends(PushNotificationRegistrationEntity, _super);
|
|
15643
16239
|
function PushNotificationRegistrationEntity(session) {
|
|
@@ -15691,8 +16287,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
15691
16287
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
15692
16288
|
}
|
|
15693
16289
|
};
|
|
16290
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16291
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16292
|
+
};
|
|
15694
16293
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15695
|
-
var PushNotificationRegistrationEntity_1 = __webpack_require__(66549);
|
|
16294
|
+
var PushNotificationRegistrationEntity_1 = __importDefault(__webpack_require__(66549));
|
|
15696
16295
|
var PushNotificationRegistration = /** @class */ (function () {
|
|
15697
16296
|
function PushNotificationRegistration(session) {
|
|
15698
16297
|
this.pushNotificationRegistrationEntity = new PushNotificationRegistrationEntity_1.default(session);
|
|
@@ -15738,8 +16337,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15738
16337
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15739
16338
|
};
|
|
15740
16339
|
})();
|
|
16340
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16341
|
+
if (k2 === undefined) k2 = k;
|
|
16342
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16343
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16344
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
16345
|
+
}
|
|
16346
|
+
Object.defineProperty(o, k2, desc);
|
|
16347
|
+
}) : (function(o, m, k, k2) {
|
|
16348
|
+
if (k2 === undefined) k2 = k;
|
|
16349
|
+
o[k2] = m[k];
|
|
16350
|
+
}));
|
|
16351
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16352
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16353
|
+
}) : function(o, v) {
|
|
16354
|
+
o["default"] = v;
|
|
16355
|
+
});
|
|
16356
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
16357
|
+
if (mod && mod.__esModule) return mod;
|
|
16358
|
+
var result = {};
|
|
16359
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
16360
|
+
__setModuleDefault(result, mod);
|
|
16361
|
+
return result;
|
|
16362
|
+
};
|
|
15741
16363
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15742
|
-
var Entity_1 = __webpack_require__(7483);
|
|
16364
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
15743
16365
|
var PushTokenSubscriptionEntity = /** @class */ (function (_super) {
|
|
15744
16366
|
__extends(PushTokenSubscriptionEntity, _super);
|
|
15745
16367
|
function PushTokenSubscriptionEntity(session) {
|
|
@@ -15793,8 +16415,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
15793
16415
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
15794
16416
|
}
|
|
15795
16417
|
};
|
|
16418
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16419
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16420
|
+
};
|
|
15796
16421
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15797
|
-
var PushTokenSubscriptionEntity_1 = __webpack_require__(30259);
|
|
16422
|
+
var PushTokenSubscriptionEntity_1 = __importDefault(__webpack_require__(30259));
|
|
15798
16423
|
var PushTokenSubscriptionApi = /** @class */ (function () {
|
|
15799
16424
|
function PushTokenSubscriptionApi(session) {
|
|
15800
16425
|
this.pushTokenSubscriptionEntity = new PushTokenSubscriptionEntity_1.default(session);
|
|
@@ -15876,8 +16501,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
15876
16501
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
15877
16502
|
}
|
|
15878
16503
|
};
|
|
16504
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16505
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16506
|
+
};
|
|
15879
16507
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15880
|
-
var Entity_1 = __webpack_require__(7483);
|
|
16508
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
15881
16509
|
var Rates_consts_1 = __webpack_require__(44501);
|
|
15882
16510
|
// Yet no internal rates related store and socket events
|
|
15883
16511
|
// enough to extend Entity instead of StoreEntity
|
|
@@ -15940,12 +16568,15 @@ exports.Routes = {
|
|
|
15940
16568
|
/***/ }),
|
|
15941
16569
|
|
|
15942
16570
|
/***/ 7072:
|
|
15943
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
16571
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
15944
16572
|
|
|
15945
16573
|
"use strict";
|
|
15946
16574
|
|
|
16575
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16576
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16577
|
+
};
|
|
15947
16578
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15948
|
-
var RatesEntity_1 = __webpack_require__(86724);
|
|
16579
|
+
var RatesEntity_1 = __importDefault(__webpack_require__(86724));
|
|
15949
16580
|
var RatesApi = /** @class */ (function () {
|
|
15950
16581
|
function RatesApi(session) {
|
|
15951
16582
|
this.ratesEntity = new RatesEntity_1.default(session);
|
|
@@ -15983,9 +16614,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15983
16614
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15984
16615
|
};
|
|
15985
16616
|
})();
|
|
16617
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16618
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16619
|
+
};
|
|
15986
16620
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15987
16621
|
var Entity_1 = __webpack_require__(7483);
|
|
15988
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
16622
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
15989
16623
|
var extractor = function (response) { return response.reasons_to_cancel_task; };
|
|
15990
16624
|
var BASE_ROUTE = 'reason_to_cancel_tasks';
|
|
15991
16625
|
var ReasonToCancelTasksEntity = /** @class */ (function (_super) {
|
|
@@ -16053,8 +16687,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
16053
16687
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
16054
16688
|
}
|
|
16055
16689
|
};
|
|
16690
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16691
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16692
|
+
};
|
|
16056
16693
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16057
|
-
var ReasonToCancelTasksEntity_1 = __webpack_require__(65425);
|
|
16694
|
+
var ReasonToCancelTasksEntity_1 = __importDefault(__webpack_require__(65425));
|
|
16058
16695
|
var ReasonToCancelTasks = /** @class */ (function () {
|
|
16059
16696
|
function ReasonToCancelTasks(session) {
|
|
16060
16697
|
this.reasonToCancelTasksEntity = new ReasonToCancelTasksEntity_1.default(session);
|
|
@@ -16270,9 +16907,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
16270
16907
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16271
16908
|
};
|
|
16272
16909
|
})();
|
|
16910
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16911
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16912
|
+
};
|
|
16273
16913
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16274
16914
|
var Entity_1 = __webpack_require__(7483);
|
|
16275
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
16915
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
16276
16916
|
var extactor = function (response) { return response.reasons_to_reassign_tasks; };
|
|
16277
16917
|
var ReasonToReassignTasksEntity = /** @class */ (function (_super) {
|
|
16278
16918
|
__extends(ReasonToReassignTasksEntity, _super);
|
|
@@ -16334,8 +16974,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
16334
16974
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
16335
16975
|
}
|
|
16336
16976
|
};
|
|
16977
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16978
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16979
|
+
};
|
|
16337
16980
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16338
|
-
var ReasonToReassignTasksEntity_1 = __webpack_require__(33712);
|
|
16981
|
+
var ReasonToReassignTasksEntity_1 = __importDefault(__webpack_require__(33712));
|
|
16339
16982
|
var ReasonToReassignTasks = /** @class */ (function () {
|
|
16340
16983
|
function ReasonToReassignTasks(session) {
|
|
16341
16984
|
this.reasonToReassignTasksEntity = new ReasonToReassignTasksEntity_1.default(session);
|
|
@@ -16377,8 +17020,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
16377
17020
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16378
17021
|
};
|
|
16379
17022
|
})();
|
|
17023
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17024
|
+
if (k2 === undefined) k2 = k;
|
|
17025
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
17026
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17027
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17028
|
+
}
|
|
17029
|
+
Object.defineProperty(o, k2, desc);
|
|
17030
|
+
}) : (function(o, m, k, k2) {
|
|
17031
|
+
if (k2 === undefined) k2 = k;
|
|
17032
|
+
o[k2] = m[k];
|
|
17033
|
+
}));
|
|
17034
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17035
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17036
|
+
}) : function(o, v) {
|
|
17037
|
+
o["default"] = v;
|
|
17038
|
+
});
|
|
17039
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
17040
|
+
if (mod && mod.__esModule) return mod;
|
|
17041
|
+
var result = {};
|
|
17042
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
17043
|
+
__setModuleDefault(result, mod);
|
|
17044
|
+
return result;
|
|
17045
|
+
};
|
|
16380
17046
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16381
|
-
var Entity_1 = __webpack_require__(7483);
|
|
17047
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
16382
17048
|
var ReportPreferenceEntity = /** @class */ (function (_super) {
|
|
16383
17049
|
__extends(ReportPreferenceEntity, _super);
|
|
16384
17050
|
function ReportPreferenceEntity(session) {
|
|
@@ -16403,12 +17069,15 @@ exports["default"] = ReportPreferenceEntity;
|
|
|
16403
17069
|
/***/ }),
|
|
16404
17070
|
|
|
16405
17071
|
/***/ 79086:
|
|
16406
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
17072
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
16407
17073
|
|
|
16408
17074
|
"use strict";
|
|
16409
17075
|
|
|
17076
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17077
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17078
|
+
};
|
|
16410
17079
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16411
|
-
var ReportPreferenceEntity_1 = __webpack_require__(10816);
|
|
17080
|
+
var ReportPreferenceEntity_1 = __importDefault(__webpack_require__(10816));
|
|
16412
17081
|
var ReportPreference = /** @class */ (function () {
|
|
16413
17082
|
function ReportPreference(session) {
|
|
16414
17083
|
this.reportPreference = new ReportPreferenceEntity_1.default(session);
|
|
@@ -16493,10 +17162,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
16493
17162
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
16494
17163
|
}
|
|
16495
17164
|
};
|
|
17165
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17166
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17167
|
+
};
|
|
16496
17168
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16497
17169
|
exports.Routes = void 0;
|
|
16498
17170
|
var lodash_1 = __webpack_require__(96486);
|
|
16499
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
17171
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
16500
17172
|
var SERVICE_NAME = 'reports-service';
|
|
16501
17173
|
exports.Routes = {
|
|
16502
17174
|
GENERATE_REPORT: "/".concat(SERVICE_NAME, "/v1/report"),
|
|
@@ -16695,8 +17367,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
16695
17367
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
16696
17368
|
}
|
|
16697
17369
|
};
|
|
17370
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17371
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17372
|
+
};
|
|
16698
17373
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16699
|
-
var reports_service_1 = __webpack_require__(55556);
|
|
17374
|
+
var reports_service_1 = __importDefault(__webpack_require__(55556));
|
|
16700
17375
|
var Reports = /** @class */ (function () {
|
|
16701
17376
|
function Reports(session) {
|
|
16702
17377
|
this.reportsService = new reports_service_1.default(session);
|
|
@@ -16913,8 +17588,11 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
16913
17588
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16914
17589
|
};
|
|
16915
17590
|
})();
|
|
17591
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17592
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17593
|
+
};
|
|
16916
17594
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16917
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
17595
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
16918
17596
|
var Rollouts_consts_1 = __webpack_require__(99206);
|
|
16919
17597
|
var RolloutsEntity = /** @class */ (function (_super) {
|
|
16920
17598
|
__extends(RolloutsEntity, _super);
|
|
@@ -16957,12 +17635,15 @@ exports.Routes = {
|
|
|
16957
17635
|
/***/ }),
|
|
16958
17636
|
|
|
16959
17637
|
/***/ 91310:
|
|
16960
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
17638
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
16961
17639
|
|
|
16962
17640
|
"use strict";
|
|
16963
17641
|
|
|
17642
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17643
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17644
|
+
};
|
|
16964
17645
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16965
|
-
var RolloutsEntity_1 = __webpack_require__(60904);
|
|
17646
|
+
var RolloutsEntity_1 = __importDefault(__webpack_require__(60904));
|
|
16966
17647
|
var RolloutsApi = /** @class */ (function () {
|
|
16967
17648
|
function RolloutsApi(session) {
|
|
16968
17649
|
this.rolloutsEntity = new RolloutsEntity_1.default(session);
|
|
@@ -17216,10 +17897,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
17216
17897
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
17217
17898
|
}
|
|
17218
17899
|
};
|
|
17900
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17901
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17902
|
+
};
|
|
17219
17903
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
17220
17904
|
exports.Routes = void 0;
|
|
17221
17905
|
var Entity_1 = __webpack_require__(7483);
|
|
17222
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
17906
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
17223
17907
|
exports.Routes = {
|
|
17224
17908
|
GET_RULES: '/rule-service/rules',
|
|
17225
17909
|
GET_METADATA: '/rule-service/metadata',
|
|
@@ -17315,8 +17999,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
17315
17999
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
17316
18000
|
}
|
|
17317
18001
|
};
|
|
18002
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18003
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18004
|
+
};
|
|
17318
18005
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
17319
|
-
var RuleEntity_1 = __webpack_require__(54999);
|
|
18006
|
+
var RuleEntity_1 = __importDefault(__webpack_require__(54999));
|
|
17320
18007
|
var Rules = /** @class */ (function () {
|
|
17321
18008
|
function Rules(session) {
|
|
17322
18009
|
this.rulesEntity = new RuleEntity_1.default(session);
|
|
@@ -17835,8 +18522,11 @@ var __values = (this && this.__values) || function(o) {
|
|
|
17835
18522
|
};
|
|
17836
18523
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
17837
18524
|
};
|
|
18525
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18526
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18527
|
+
};
|
|
17838
18528
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
17839
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
18529
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
17840
18530
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
17841
18531
|
var runs_consts_1 = __webpack_require__(4669);
|
|
17842
18532
|
var RunStore = /** @class */ (function (_super) {
|
|
@@ -18065,9 +18755,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18065
18755
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18066
18756
|
}
|
|
18067
18757
|
};
|
|
18758
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18759
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18760
|
+
};
|
|
18068
18761
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18069
18762
|
var runs_service_1 = __webpack_require__(34075);
|
|
18070
|
-
var RunStore_1 = __webpack_require__(79043);
|
|
18763
|
+
var RunStore_1 = __importDefault(__webpack_require__(79043));
|
|
18071
18764
|
var Runs = /** @class */ (function () {
|
|
18072
18765
|
function Runs(session) {
|
|
18073
18766
|
var _this = this;
|
|
@@ -18355,9 +19048,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18355
19048
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18356
19049
|
}
|
|
18357
19050
|
};
|
|
19051
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19052
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19053
|
+
};
|
|
18358
19054
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18359
|
-
var data_store_1 = __webpack_require__(73135);
|
|
18360
|
-
var realtime_subscriptions_1 = __webpack_require__(47985);
|
|
19055
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
19056
|
+
var realtime_subscriptions_1 = __importDefault(__webpack_require__(47985));
|
|
18361
19057
|
var runs_consts_1 = __webpack_require__(4669);
|
|
18362
19058
|
var runs_service_1 = __webpack_require__(34075);
|
|
18363
19059
|
var RunsApi = /** @class */ (function () {
|
|
@@ -18483,9 +19179,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18483
19179
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18484
19180
|
}
|
|
18485
19181
|
};
|
|
19182
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19183
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19184
|
+
};
|
|
18486
19185
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18487
19186
|
var Entity_1 = __webpack_require__(7483);
|
|
18488
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
19187
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
18489
19188
|
var ScanEntity = /** @class */ (function (_super) {
|
|
18490
19189
|
__extends(ScanEntity, _super);
|
|
18491
19190
|
function ScanEntity(session) {
|
|
@@ -18550,8 +19249,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18550
19249
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18551
19250
|
}
|
|
18552
19251
|
};
|
|
19252
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19253
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19254
|
+
};
|
|
18553
19255
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18554
|
-
var ScanEntity_1 = __webpack_require__(49901);
|
|
19256
|
+
var ScanEntity_1 = __importDefault(__webpack_require__(49901));
|
|
18555
19257
|
var ScanApi = /** @class */ (function () {
|
|
18556
19258
|
function ScanApi(session) {
|
|
18557
19259
|
this.scanEntity = new ScanEntity_1.default(session);
|
|
@@ -18597,6 +19299,29 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
18597
19299
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18598
19300
|
};
|
|
18599
19301
|
})();
|
|
19302
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19303
|
+
if (k2 === undefined) k2 = k;
|
|
19304
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
19305
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19306
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
19307
|
+
}
|
|
19308
|
+
Object.defineProperty(o, k2, desc);
|
|
19309
|
+
}) : (function(o, m, k, k2) {
|
|
19310
|
+
if (k2 === undefined) k2 = k;
|
|
19311
|
+
o[k2] = m[k];
|
|
19312
|
+
}));
|
|
19313
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
19314
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
19315
|
+
}) : function(o, v) {
|
|
19316
|
+
o["default"] = v;
|
|
19317
|
+
});
|
|
19318
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19319
|
+
if (mod && mod.__esModule) return mod;
|
|
19320
|
+
var result = {};
|
|
19321
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
19322
|
+
__setModuleDefault(result, mod);
|
|
19323
|
+
return result;
|
|
19324
|
+
};
|
|
18600
19325
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
18601
19326
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
18602
19327
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -18634,7 +19359,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18634
19359
|
}
|
|
18635
19360
|
};
|
|
18636
19361
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18637
|
-
var Entity_1 = __webpack_require__(7483);
|
|
19362
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
18638
19363
|
var ServiceEntity = /** @class */ (function (_super) {
|
|
18639
19364
|
__extends(ServiceEntity, _super);
|
|
18640
19365
|
function ServiceEntity(session) {
|
|
@@ -18702,8 +19427,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18702
19427
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18703
19428
|
}
|
|
18704
19429
|
};
|
|
19430
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19431
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19432
|
+
};
|
|
18705
19433
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18706
|
-
var ServiceEntity_1 = __webpack_require__(70348);
|
|
19434
|
+
var ServiceEntity_1 = __importDefault(__webpack_require__(70348));
|
|
18707
19435
|
var ServiceApi = /** @class */ (function () {
|
|
18708
19436
|
function ServiceApi(session) {
|
|
18709
19437
|
this.entity = new ServiceEntity_1.default(session);
|
|
@@ -18745,8 +19473,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
18745
19473
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18746
19474
|
};
|
|
18747
19475
|
})();
|
|
19476
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19477
|
+
if (k2 === undefined) k2 = k;
|
|
19478
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
19479
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19480
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
19481
|
+
}
|
|
19482
|
+
Object.defineProperty(o, k2, desc);
|
|
19483
|
+
}) : (function(o, m, k, k2) {
|
|
19484
|
+
if (k2 === undefined) k2 = k;
|
|
19485
|
+
o[k2] = m[k];
|
|
19486
|
+
}));
|
|
19487
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
19488
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
19489
|
+
}) : function(o, v) {
|
|
19490
|
+
o["default"] = v;
|
|
19491
|
+
});
|
|
19492
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19493
|
+
if (mod && mod.__esModule) return mod;
|
|
19494
|
+
var result = {};
|
|
19495
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
19496
|
+
__setModuleDefault(result, mod);
|
|
19497
|
+
return result;
|
|
19498
|
+
};
|
|
18748
19499
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18749
|
-
var Entity_1 = __webpack_require__(7483);
|
|
19500
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
18750
19501
|
var ServiceAreaEntity = /** @class */ (function (_super) {
|
|
18751
19502
|
__extends(ServiceAreaEntity, _super);
|
|
18752
19503
|
function ServiceAreaEntity(session) {
|
|
@@ -18777,12 +19528,15 @@ exports["default"] = ServiceAreaEntity;
|
|
|
18777
19528
|
/***/ }),
|
|
18778
19529
|
|
|
18779
19530
|
/***/ 9463:
|
|
18780
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
19531
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
18781
19532
|
|
|
18782
19533
|
"use strict";
|
|
18783
19534
|
|
|
19535
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19536
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19537
|
+
};
|
|
18784
19538
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18785
|
-
var ServiceAreaEntity_1 = __webpack_require__(73746);
|
|
19539
|
+
var ServiceAreaEntity_1 = __importDefault(__webpack_require__(73746));
|
|
18786
19540
|
/**
|
|
18787
19541
|
* @deprecated please use ServiceArea v2
|
|
18788
19542
|
*/
|
|
@@ -18876,13 +19630,16 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18876
19630
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18877
19631
|
}
|
|
18878
19632
|
};
|
|
19633
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19634
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19635
|
+
};
|
|
18879
19636
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18880
19637
|
exports.ServiceAreaApi = void 0;
|
|
18881
19638
|
var data_entity_1 = __webpack_require__(91083);
|
|
18882
|
-
var data_store_1 = __webpack_require__(73135);
|
|
18883
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
19639
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
19640
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
18884
19641
|
var service_area_consts_1 = __webpack_require__(16410);
|
|
18885
|
-
var service_area_service_1 = __webpack_require__(5314);
|
|
19642
|
+
var service_area_service_1 = __importDefault(__webpack_require__(5314));
|
|
18886
19643
|
var ServiceAreaApi = /** @class */ (function () {
|
|
18887
19644
|
function ServiceAreaApi(session) {
|
|
18888
19645
|
var groupFilters = [
|
|
@@ -19031,8 +19788,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
19031
19788
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
19032
19789
|
}
|
|
19033
19790
|
};
|
|
19791
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19792
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19793
|
+
};
|
|
19034
19794
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
19035
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
19795
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
19036
19796
|
var entityName = 'service_areas';
|
|
19037
19797
|
var ServiceAreaService = /** @class */ (function () {
|
|
19038
19798
|
function ServiceAreaService(session) {
|
|
@@ -19212,9 +19972,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
19212
19972
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
19213
19973
|
}
|
|
19214
19974
|
};
|
|
19975
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19976
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19977
|
+
};
|
|
19215
19978
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
19216
19979
|
var Entity_1 = __webpack_require__(7483);
|
|
19217
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
19980
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
19218
19981
|
var ServicePlans_consts_1 = __webpack_require__(27509);
|
|
19219
19982
|
var ServicePlanSEntity = /** @class */ (function (_super) {
|
|
19220
19983
|
__extends(ServicePlanSEntity, _super);
|
|
@@ -19299,12 +20062,15 @@ exports.updateExtractor = updateExtractor;
|
|
|
19299
20062
|
/***/ }),
|
|
19300
20063
|
|
|
19301
20064
|
/***/ 19178:
|
|
19302
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
20065
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
19303
20066
|
|
|
19304
20067
|
"use strict";
|
|
19305
20068
|
|
|
20069
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
20070
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
20071
|
+
};
|
|
19306
20072
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
19307
|
-
var ServicePlansEntity_1 = __webpack_require__(41709);
|
|
20073
|
+
var ServicePlansEntity_1 = __importDefault(__webpack_require__(41709));
|
|
19308
20074
|
var ServicePlans_consts_1 = __webpack_require__(27509);
|
|
19309
20075
|
var ServicePlansApi = /** @class */ (function () {
|
|
19310
20076
|
function ServicePlansApi(session) {
|
|
@@ -19476,18 +20242,21 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
19476
20242
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
19477
20243
|
}
|
|
19478
20244
|
};
|
|
20245
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
20246
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
20247
|
+
};
|
|
19479
20248
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
19480
20249
|
exports.RESEND_CONFIRMATION_EMAIL_ROUTE = exports.UNWIND_ROUTE = exports.IMPERSONATE_BY_TEAM_ROUTE = exports.IMPERSONATE_ROUTE = exports.SWITCH_ROUTE = exports.LOGOUT_ROUTE = exports.GET_USER_ROUTE = exports.CREATE_TOKEN_ROUTE = void 0;
|
|
19481
20250
|
var lodash_1 = __webpack_require__(96486);
|
|
19482
|
-
var
|
|
20251
|
+
var sha1_1 = __importDefault(__webpack_require__(18738));
|
|
19483
20252
|
var BringgDashboardSDK_1 = __webpack_require__(5655);
|
|
19484
20253
|
var BringgException_1 = __webpack_require__(43605);
|
|
19485
20254
|
var ExceptionReason_1 = __webpack_require__(73532);
|
|
19486
20255
|
var Enums_1 = __webpack_require__(36429);
|
|
19487
|
-
var URLEndpoint_1 = __webpack_require__(77908);
|
|
20256
|
+
var URLEndpoint_1 = __importDefault(__webpack_require__(77908));
|
|
19488
20257
|
var Route_1 = __webpack_require__(92641);
|
|
19489
20258
|
var ServiceRequest_1 = __webpack_require__(68292);
|
|
19490
|
-
var User_1 = __webpack_require__(87129);
|
|
20259
|
+
var User_1 = __importDefault(__webpack_require__(87129));
|
|
19491
20260
|
exports.CREATE_TOKEN_ROUTE = new Route_1.Route('/tokens', 1 /* HttpMethod.POST */);
|
|
19492
20261
|
exports.GET_USER_ROUTE = new Route_1.Route('/tokens', 0 /* HttpMethod.GET */);
|
|
19493
20262
|
exports.LOGOUT_ROUTE = new Route_1.Route('/tokens', 4 /* HttpMethod.DELETE */);
|
|
@@ -19546,7 +20315,7 @@ var AuthService = /** @class */ (function () {
|
|
|
19546
20315
|
switch (_a.label) {
|
|
19547
20316
|
case 0: return [4 /*yield*/, new ServiceRequest_1.AnonymousServiceRequest(this.clientId)
|
|
19548
20317
|
.invoke(this.endpoint, exports.CREATE_TOKEN_ROUTE, {}, undefined, {
|
|
19549
|
-
email:
|
|
20318
|
+
email: (0, sha1_1.default)((0, lodash_1.toLower)(email)).toString(),
|
|
19550
20319
|
password: password,
|
|
19551
20320
|
merchant_uuid: merchant_uuid,
|
|
19552
20321
|
remember_me: true,
|
|
@@ -19716,7 +20485,7 @@ var AuthService = /** @class */ (function () {
|
|
|
19716
20485
|
switch (_a.label) {
|
|
19717
20486
|
case 0: return [4 /*yield*/, new ServiceRequest_1.AnonymousServiceRequest(this.clientId)
|
|
19718
20487
|
.invoke(this.endpoint, exports.RESEND_CONFIRMATION_EMAIL_ROUTE, null, null, {
|
|
19719
|
-
email:
|
|
20488
|
+
email: (0, sha1_1.default)((0, lodash_1.toLower)(email)).toString(),
|
|
19720
20489
|
password: password,
|
|
19721
20490
|
merchant_uuid: merchant_uuid,
|
|
19722
20491
|
recaptcha: recaptcha,
|
|
@@ -19794,17 +20563,20 @@ var __values = (this && this.__values) || function(o) {
|
|
|
19794
20563
|
};
|
|
19795
20564
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
19796
20565
|
};
|
|
20566
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
20567
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
20568
|
+
};
|
|
19797
20569
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
19798
|
-
var
|
|
20570
|
+
var deepmerge_1 = __importDefault(__webpack_require__(9996));
|
|
19799
20571
|
var BringgDashboardSDK_1 = __webpack_require__(5655);
|
|
19800
20572
|
var BringgDashboardSDK_consts_1 = __webpack_require__(89496);
|
|
19801
20573
|
var ConfigurationProvider_1 = __webpack_require__(44858);
|
|
19802
20574
|
var Enums_1 = __webpack_require__(36429);
|
|
19803
|
-
var URLEndpoint_1 = __webpack_require__(77908);
|
|
19804
|
-
var Logger_1 = __webpack_require__(55860);
|
|
19805
|
-
var PersistentConnection_1 = __webpack_require__(6853);
|
|
20575
|
+
var URLEndpoint_1 = __importDefault(__webpack_require__(77908));
|
|
20576
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
20577
|
+
var PersistentConnection_1 = __importDefault(__webpack_require__(6853));
|
|
19806
20578
|
var PubSubEvents_1 = __webpack_require__(74102);
|
|
19807
|
-
var AuthService_1 = __webpack_require__(54794);
|
|
20579
|
+
var AuthService_1 = __importDefault(__webpack_require__(54794));
|
|
19808
20580
|
var Session = /** @class */ (function () {
|
|
19809
20581
|
function Session(user) {
|
|
19810
20582
|
this.merchant = null;
|
|
@@ -19825,7 +20597,7 @@ var Session = /** @class */ (function () {
|
|
|
19825
20597
|
}
|
|
19826
20598
|
//when merging 2 arrays, prefer they new one as it full update
|
|
19827
20599
|
var chooseLatest = function (target, source) { return source; };
|
|
19828
|
-
this[key] =
|
|
20600
|
+
this[key] = (0, deepmerge_1.default)(this[key], value, { arrayMerge: chooseLatest });
|
|
19829
20601
|
};
|
|
19830
20602
|
Session.sendDataEventInternal = function (eventHandlers, name, message) {
|
|
19831
20603
|
eventHandlers.forEach(function (fun) { return Session.checked(fun, name, message); });
|
|
@@ -20207,10 +20979,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
20207
20979
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
20208
20980
|
}
|
|
20209
20981
|
};
|
|
20982
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
20983
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
20984
|
+
};
|
|
20210
20985
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
20211
20986
|
exports.UserWireMessage = exports.REALTIME_CONNECTION_RETRY_TIME = void 0;
|
|
20212
|
-
var Logger_1 = __webpack_require__(55860);
|
|
20213
|
-
var Polly_1 = __webpack_require__(51987);
|
|
20987
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
20988
|
+
var Polly_1 = __importDefault(__webpack_require__(51987));
|
|
20214
20989
|
var PubSubEvents_1 = __webpack_require__(74102);
|
|
20215
20990
|
var RealtimeConnection_1 = __webpack_require__(52944);
|
|
20216
20991
|
exports.REALTIME_CONNECTION_RETRY_TIME = 5000;
|
|
@@ -20392,9 +21167,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
20392
21167
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
20393
21168
|
};
|
|
20394
21169
|
})();
|
|
21170
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21171
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
21172
|
+
};
|
|
20395
21173
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
20396
21174
|
exports.PubSubService = void 0;
|
|
20397
|
-
var Logger_1 = __webpack_require__(55860);
|
|
21175
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
20398
21176
|
var SessionBasedService_1 = __webpack_require__(27826);
|
|
20399
21177
|
var PubSubService = /** @class */ (function (_super) {
|
|
20400
21178
|
__extends(PubSubService, _super);
|
|
@@ -20461,10 +21239,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
20461
21239
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
20462
21240
|
}
|
|
20463
21241
|
};
|
|
21242
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21243
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
21244
|
+
};
|
|
20464
21245
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
20465
21246
|
exports.RealtimeConnection = void 0;
|
|
20466
21247
|
var socket_io_client_1 = __webpack_require__(57046);
|
|
20467
|
-
var Logger_1 = __webpack_require__(55860);
|
|
21248
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
20468
21249
|
var RealtimeConnection = /** @class */ (function () {
|
|
20469
21250
|
function RealtimeConnection(endpoint, notifiable) {
|
|
20470
21251
|
this.endpoint = endpoint;
|
|
@@ -20704,14 +21485,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
20704
21485
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
20705
21486
|
}
|
|
20706
21487
|
};
|
|
21488
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21489
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
21490
|
+
};
|
|
20707
21491
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
20708
21492
|
exports.AnonymousServiceRequest = exports.AuthorizedServiceRequest = exports.ResponseHandler = exports.RequestOptions = exports.logErrorResponse = void 0;
|
|
20709
|
-
var axios_1 = __webpack_require__(9669);
|
|
21493
|
+
var axios_1 = __importDefault(__webpack_require__(9669));
|
|
20710
21494
|
var lodash_1 = __webpack_require__(96486);
|
|
20711
21495
|
var BringgException_1 = __webpack_require__(43605);
|
|
20712
|
-
var Logger_1 = __webpack_require__(55860);
|
|
21496
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
20713
21497
|
var abort_1 = __webpack_require__(34179);
|
|
20714
|
-
var version = '8.27.0
|
|
21498
|
+
var version = '8.27.0';
|
|
20715
21499
|
function logErrorResponse(response) {
|
|
20716
21500
|
var data = response.data, status = response.status;
|
|
20717
21501
|
try {
|
|
@@ -21115,8 +21899,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
21115
21899
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
21116
21900
|
}
|
|
21117
21901
|
};
|
|
21902
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21903
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
21904
|
+
};
|
|
21118
21905
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21119
|
-
var Entity_1 = __webpack_require__(7483);
|
|
21906
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
21120
21907
|
var ShiftsEntity = /** @class */ (function (_super) {
|
|
21121
21908
|
__extends(ShiftsEntity, _super);
|
|
21122
21909
|
function ShiftsEntity(session) {
|
|
@@ -21187,12 +21974,15 @@ exports["default"] = ShiftsEntity;
|
|
|
21187
21974
|
/***/ }),
|
|
21188
21975
|
|
|
21189
21976
|
/***/ 10942:
|
|
21190
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
21977
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
21191
21978
|
|
|
21192
21979
|
"use strict";
|
|
21193
21980
|
|
|
21981
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21982
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
21983
|
+
};
|
|
21194
21984
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21195
|
-
var Shifts_1 = __webpack_require__(51384);
|
|
21985
|
+
var Shifts_1 = __importDefault(__webpack_require__(51384));
|
|
21196
21986
|
var ShiftsApi = /** @class */ (function () {
|
|
21197
21987
|
function ShiftsApi(session) {
|
|
21198
21988
|
this.shiftsEntity = new Shifts_1.default(session);
|
|
@@ -21275,8 +22065,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
21275
22065
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
21276
22066
|
}
|
|
21277
22067
|
};
|
|
22068
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22069
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22070
|
+
};
|
|
21278
22071
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21279
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
22072
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
21280
22073
|
var SignatureEntity = /** @class */ (function (_super) {
|
|
21281
22074
|
__extends(SignatureEntity, _super);
|
|
21282
22075
|
function SignatureEntity(session) {
|
|
@@ -21341,9 +22134,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
21341
22134
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
21342
22135
|
}
|
|
21343
22136
|
};
|
|
22137
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22138
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22139
|
+
};
|
|
21344
22140
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21345
22141
|
exports.Signature = void 0;
|
|
21346
|
-
var SignatureEntity_1 = __webpack_require__(98352);
|
|
22142
|
+
var SignatureEntity_1 = __importDefault(__webpack_require__(98352));
|
|
21347
22143
|
var Signature = /** @class */ (function () {
|
|
21348
22144
|
function Signature(session) {
|
|
21349
22145
|
this.signatureEntity = new SignatureEntity_1.default(session);
|
|
@@ -21383,8 +22179,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
21383
22179
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
21384
22180
|
};
|
|
21385
22181
|
})();
|
|
22182
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22183
|
+
if (k2 === undefined) k2 = k;
|
|
22184
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
22185
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
22186
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
22187
|
+
}
|
|
22188
|
+
Object.defineProperty(o, k2, desc);
|
|
22189
|
+
}) : (function(o, m, k, k2) {
|
|
22190
|
+
if (k2 === undefined) k2 = k;
|
|
22191
|
+
o[k2] = m[k];
|
|
22192
|
+
}));
|
|
22193
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22194
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
22195
|
+
}) : function(o, v) {
|
|
22196
|
+
o["default"] = v;
|
|
22197
|
+
});
|
|
22198
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22199
|
+
if (mod && mod.__esModule) return mod;
|
|
22200
|
+
var result = {};
|
|
22201
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22202
|
+
__setModuleDefault(result, mod);
|
|
22203
|
+
return result;
|
|
22204
|
+
};
|
|
21386
22205
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21387
|
-
var Entity_1 = __webpack_require__(7483);
|
|
22206
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
21388
22207
|
var SkillsEntity = /** @class */ (function (_super) {
|
|
21389
22208
|
__extends(SkillsEntity, _super);
|
|
21390
22209
|
function SkillsEntity(session) {
|
|
@@ -21459,8 +22278,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
21459
22278
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
21460
22279
|
}
|
|
21461
22280
|
};
|
|
22281
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22282
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22283
|
+
};
|
|
21462
22284
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21463
|
-
var SkillsEntity_1 = __webpack_require__(1601);
|
|
22285
|
+
var SkillsEntity_1 = __importDefault(__webpack_require__(1601));
|
|
21464
22286
|
var Skills_consts_1 = __webpack_require__(8246);
|
|
21465
22287
|
var SkillsApi = /** @class */ (function () {
|
|
21466
22288
|
function SkillsApi(session) {
|
|
@@ -21563,9 +22385,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
21563
22385
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
21564
22386
|
}
|
|
21565
22387
|
};
|
|
22388
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22389
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22390
|
+
};
|
|
21566
22391
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21567
22392
|
exports.SupportTicketEntity = void 0;
|
|
21568
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
22393
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
21569
22394
|
var RouteGenerator_1 = __webpack_require__(84075);
|
|
21570
22395
|
var SupportTicket_consts_1 = __webpack_require__(60637);
|
|
21571
22396
|
var SupportTicketEntity = /** @class */ (function () {
|
|
@@ -21689,8 +22514,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
21689
22514
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
21690
22515
|
};
|
|
21691
22516
|
})();
|
|
22517
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22518
|
+
if (k2 === undefined) k2 = k;
|
|
22519
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
22520
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
22521
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
22522
|
+
}
|
|
22523
|
+
Object.defineProperty(o, k2, desc);
|
|
22524
|
+
}) : (function(o, m, k, k2) {
|
|
22525
|
+
if (k2 === undefined) k2 = k;
|
|
22526
|
+
o[k2] = m[k];
|
|
22527
|
+
}));
|
|
22528
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22529
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
22530
|
+
}) : function(o, v) {
|
|
22531
|
+
o["default"] = v;
|
|
22532
|
+
});
|
|
22533
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22534
|
+
if (mod && mod.__esModule) return mod;
|
|
22535
|
+
var result = {};
|
|
22536
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22537
|
+
__setModuleDefault(result, mod);
|
|
22538
|
+
return result;
|
|
22539
|
+
};
|
|
21692
22540
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21693
|
-
var Entity_1 = __webpack_require__(7483);
|
|
22541
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
21694
22542
|
var TagEntity = /** @class */ (function (_super) {
|
|
21695
22543
|
__extends(TagEntity, _super);
|
|
21696
22544
|
function TagEntity(session) {
|
|
@@ -21721,12 +22569,15 @@ exports.defaultExtractor = defaultExtractor;
|
|
|
21721
22569
|
/***/ }),
|
|
21722
22570
|
|
|
21723
22571
|
/***/ 78847:
|
|
21724
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
22572
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
21725
22573
|
|
|
21726
22574
|
"use strict";
|
|
21727
22575
|
|
|
22576
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22577
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22578
|
+
};
|
|
21728
22579
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21729
|
-
var TagEntity_1 = __webpack_require__(94415);
|
|
22580
|
+
var TagEntity_1 = __importDefault(__webpack_require__(94415));
|
|
21730
22581
|
var Tag = /** @class */ (function () {
|
|
21731
22582
|
function Tag(session) {
|
|
21732
22583
|
this.tagEntity = new TagEntity_1.default(session);
|
|
@@ -21770,8 +22621,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
21770
22621
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
21771
22622
|
};
|
|
21772
22623
|
})();
|
|
22624
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22625
|
+
if (k2 === undefined) k2 = k;
|
|
22626
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
22627
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
22628
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
22629
|
+
}
|
|
22630
|
+
Object.defineProperty(o, k2, desc);
|
|
22631
|
+
}) : (function(o, m, k, k2) {
|
|
22632
|
+
if (k2 === undefined) k2 = k;
|
|
22633
|
+
o[k2] = m[k];
|
|
22634
|
+
}));
|
|
22635
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22636
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
22637
|
+
}) : function(o, v) {
|
|
22638
|
+
o["default"] = v;
|
|
22639
|
+
});
|
|
22640
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22641
|
+
if (mod && mod.__esModule) return mod;
|
|
22642
|
+
var result = {};
|
|
22643
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22644
|
+
__setModuleDefault(result, mod);
|
|
22645
|
+
return result;
|
|
22646
|
+
};
|
|
21773
22647
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21774
|
-
var Entity_1 = __webpack_require__(7483);
|
|
22648
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
21775
22649
|
var TagCustomerConfigurationEntity = /** @class */ (function (_super) {
|
|
21776
22650
|
__extends(TagCustomerConfigurationEntity, _super);
|
|
21777
22651
|
function TagCustomerConfigurationEntity(session) {
|
|
@@ -21811,8 +22685,11 @@ var __assign = (this && this.__assign) || function () {
|
|
|
21811
22685
|
};
|
|
21812
22686
|
return __assign.apply(this, arguments);
|
|
21813
22687
|
};
|
|
22688
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22689
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22690
|
+
};
|
|
21814
22691
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21815
|
-
var TagCustomerConfigurationEntity_1 = __webpack_require__(31450);
|
|
22692
|
+
var TagCustomerConfigurationEntity_1 = __importDefault(__webpack_require__(31450));
|
|
21816
22693
|
var TagCustomerConfiguration = /** @class */ (function () {
|
|
21817
22694
|
function TagCustomerConfiguration(session) {
|
|
21818
22695
|
this.tagCustomerConfiguration = new TagCustomerConfigurationEntity_1.default(session);
|
|
@@ -21859,8 +22736,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
21859
22736
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
21860
22737
|
};
|
|
21861
22738
|
})();
|
|
22739
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22740
|
+
if (k2 === undefined) k2 = k;
|
|
22741
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
22742
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
22743
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
22744
|
+
}
|
|
22745
|
+
Object.defineProperty(o, k2, desc);
|
|
22746
|
+
}) : (function(o, m, k, k2) {
|
|
22747
|
+
if (k2 === undefined) k2 = k;
|
|
22748
|
+
o[k2] = m[k];
|
|
22749
|
+
}));
|
|
22750
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22751
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
22752
|
+
}) : function(o, v) {
|
|
22753
|
+
o["default"] = v;
|
|
22754
|
+
});
|
|
22755
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22756
|
+
if (mod && mod.__esModule) return mod;
|
|
22757
|
+
var result = {};
|
|
22758
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22759
|
+
__setModuleDefault(result, mod);
|
|
22760
|
+
return result;
|
|
22761
|
+
};
|
|
21862
22762
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21863
|
-
var Entity_1 = __webpack_require__(7483);
|
|
22763
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
21864
22764
|
var TagMerchantConfigurationEntity = /** @class */ (function (_super) {
|
|
21865
22765
|
__extends(TagMerchantConfigurationEntity, _super);
|
|
21866
22766
|
function TagMerchantConfigurationEntity(session) {
|
|
@@ -21900,8 +22800,11 @@ var __assign = (this && this.__assign) || function () {
|
|
|
21900
22800
|
};
|
|
21901
22801
|
return __assign.apply(this, arguments);
|
|
21902
22802
|
};
|
|
22803
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22804
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22805
|
+
};
|
|
21903
22806
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21904
|
-
var TagMerchantConfigurationEntity_1 = __webpack_require__(53140);
|
|
22807
|
+
var TagMerchantConfigurationEntity_1 = __importDefault(__webpack_require__(53140));
|
|
21905
22808
|
var TagMerchantConfiguration = /** @class */ (function () {
|
|
21906
22809
|
function TagMerchantConfiguration(session) {
|
|
21907
22810
|
this.tagMerchantConfiguration = new TagMerchantConfigurationEntity_1.default(session);
|
|
@@ -22011,13 +22914,16 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
22011
22914
|
}
|
|
22012
22915
|
return ar;
|
|
22013
22916
|
};
|
|
22917
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22918
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22919
|
+
};
|
|
22014
22920
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
22015
22921
|
var types_1 = __webpack_require__(63127);
|
|
22016
22922
|
var lodash_1 = __webpack_require__(96486);
|
|
22017
22923
|
var rxjs_1 = __webpack_require__(34143);
|
|
22018
22924
|
var operators_1 = __webpack_require__(11717);
|
|
22019
22925
|
var Entity_1 = __webpack_require__(7483);
|
|
22020
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
22926
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
22021
22927
|
var keyset_pagination_consts_1 = __webpack_require__(92400);
|
|
22022
22928
|
var TaskHelpers_1 = __webpack_require__(73119);
|
|
22023
22929
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
@@ -22585,12 +23491,15 @@ exports["default"] = TaskEntity;
|
|
|
22585
23491
|
/***/ }),
|
|
22586
23492
|
|
|
22587
23493
|
/***/ 41550:
|
|
22588
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
23494
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
22589
23495
|
|
|
22590
23496
|
"use strict";
|
|
22591
23497
|
|
|
23498
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
23499
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
23500
|
+
};
|
|
22592
23501
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
22593
|
-
var TaskEntity_1 = __webpack_require__(56130);
|
|
23502
|
+
var TaskEntity_1 = __importDefault(__webpack_require__(56130));
|
|
22594
23503
|
var TaskHelpers_1 = __webpack_require__(73119);
|
|
22595
23504
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
22596
23505
|
var Tasks = /** @class */ (function () {
|
|
@@ -23009,9 +23918,12 @@ var __values = (this && this.__values) || function(o) {
|
|
|
23009
23918
|
};
|
|
23010
23919
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
23011
23920
|
};
|
|
23921
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
23922
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
23923
|
+
};
|
|
23012
23924
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
23013
23925
|
var object_merger_1 = __webpack_require__(7262);
|
|
23014
|
-
var realtime_subscriptions_1 = __webpack_require__(47985);
|
|
23926
|
+
var realtime_subscriptions_1 = __importDefault(__webpack_require__(47985));
|
|
23015
23927
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
23016
23928
|
var TaskRealtimeSubscriptions = /** @class */ (function () {
|
|
23017
23929
|
function TaskRealtimeSubscriptions(session, tasksStore, storableDataService) {
|
|
@@ -23224,17 +24136,20 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
23224
24136
|
}
|
|
23225
24137
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
23226
24138
|
};
|
|
24139
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24140
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
24141
|
+
};
|
|
23227
24142
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
23228
24143
|
var types_1 = __webpack_require__(63127);
|
|
23229
|
-
var light_data_store_1 = __webpack_require__(93670);
|
|
24144
|
+
var light_data_store_1 = __importDefault(__webpack_require__(93670));
|
|
23230
24145
|
var merge_mapper_1 = __webpack_require__(59200);
|
|
23231
24146
|
var data_entity_1 = __webpack_require__(91083);
|
|
23232
|
-
var data_store_1 = __webpack_require__(73135);
|
|
23233
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
24147
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
24148
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
23234
24149
|
var keyset_pagination_consts_1 = __webpack_require__(92400);
|
|
23235
24150
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
23236
|
-
var task_realtime_subscriptions_1 = __webpack_require__(52131);
|
|
23237
|
-
var tasks_service_1 = __webpack_require__(8159);
|
|
24151
|
+
var task_realtime_subscriptions_1 = __importDefault(__webpack_require__(52131));
|
|
24152
|
+
var tasks_service_1 = __importDefault(__webpack_require__(8159));
|
|
23238
24153
|
// hard coded fields to take advantage of the light data store cache
|
|
23239
24154
|
var READY_TO_EXECUTE_FIELDS = ['ready_to_execute'];
|
|
23240
24155
|
var TasksApi = /** @class */ (function () {
|
|
@@ -23576,8 +24491,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
23576
24491
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
23577
24492
|
}
|
|
23578
24493
|
};
|
|
24494
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24495
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
24496
|
+
};
|
|
23579
24497
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
23580
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
24498
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
23581
24499
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
23582
24500
|
var TasksService = /** @class */ (function () {
|
|
23583
24501
|
function TasksService(session) {
|
|
@@ -23891,8 +24809,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
23891
24809
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
23892
24810
|
};
|
|
23893
24811
|
})();
|
|
24812
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
24813
|
+
if (k2 === undefined) k2 = k;
|
|
24814
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
24815
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24816
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
24817
|
+
}
|
|
24818
|
+
Object.defineProperty(o, k2, desc);
|
|
24819
|
+
}) : (function(o, m, k, k2) {
|
|
24820
|
+
if (k2 === undefined) k2 = k;
|
|
24821
|
+
o[k2] = m[k];
|
|
24822
|
+
}));
|
|
24823
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24824
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24825
|
+
}) : function(o, v) {
|
|
24826
|
+
o["default"] = v;
|
|
24827
|
+
});
|
|
24828
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
24829
|
+
if (mod && mod.__esModule) return mod;
|
|
24830
|
+
var result = {};
|
|
24831
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24832
|
+
__setModuleDefault(result, mod);
|
|
24833
|
+
return result;
|
|
24834
|
+
};
|
|
23894
24835
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
23895
|
-
var Entity_1 = __webpack_require__(7483);
|
|
24836
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
23896
24837
|
var TaskConfigurationEntity = /** @class */ (function (_super) {
|
|
23897
24838
|
__extends(TaskConfigurationEntity, _super);
|
|
23898
24839
|
function TaskConfigurationEntity(session) {
|
|
@@ -23914,12 +24855,15 @@ exports["default"] = TaskConfigurationEntity;
|
|
|
23914
24855
|
/***/ }),
|
|
23915
24856
|
|
|
23916
24857
|
/***/ 15127:
|
|
23917
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
24858
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
23918
24859
|
|
|
23919
24860
|
"use strict";
|
|
23920
24861
|
|
|
24862
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24863
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
24864
|
+
};
|
|
23921
24865
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
23922
|
-
var TaskConfigurationEntity_1 = __webpack_require__(47345);
|
|
24866
|
+
var TaskConfigurationEntity_1 = __importDefault(__webpack_require__(47345));
|
|
23923
24867
|
var TaskConfiguration = /** @class */ (function () {
|
|
23924
24868
|
function TaskConfiguration(session) {
|
|
23925
24869
|
this.TaskConfigurationEntity = new TaskConfigurationEntity_1.default(session);
|
|
@@ -24190,10 +25134,13 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
24190
25134
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
24191
25135
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
24192
25136
|
};
|
|
25137
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25138
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25139
|
+
};
|
|
24193
25140
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24194
25141
|
exports.TaskManagedAttributesApi = void 0;
|
|
24195
25142
|
var task_managed_attributes_api_1 = __webpack_require__(68310);
|
|
24196
|
-
Object.defineProperty(exports, "TaskManagedAttributesApi", ({ enumerable: true, get: function () { return task_managed_attributes_api_1.default; } }));
|
|
25143
|
+
Object.defineProperty(exports, "TaskManagedAttributesApi", ({ enumerable: true, get: function () { return __importDefault(task_managed_attributes_api_1).default; } }));
|
|
24197
25144
|
__exportStar(__webpack_require__(43000), exports);
|
|
24198
25145
|
//# sourceMappingURL=index.js.map
|
|
24199
25146
|
|
|
@@ -24271,13 +25218,16 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
24271
25218
|
}
|
|
24272
25219
|
return ar;
|
|
24273
25220
|
};
|
|
25221
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25222
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25223
|
+
};
|
|
24274
25224
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24275
|
-
var light_data_store_1 = __webpack_require__(93670);
|
|
25225
|
+
var light_data_store_1 = __importDefault(__webpack_require__(93670));
|
|
24276
25226
|
var merge_mapper_1 = __webpack_require__(59200);
|
|
24277
|
-
var data_store_1 = __webpack_require__(73135);
|
|
24278
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
24279
|
-
var task_managed_attributes_realtime_subscriptions_1 = __webpack_require__(68043);
|
|
24280
|
-
var task_managed_attributes_service_1 = __webpack_require__(58282);
|
|
25227
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
25228
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
25229
|
+
var task_managed_attributes_realtime_subscriptions_1 = __importDefault(__webpack_require__(68043));
|
|
25230
|
+
var task_managed_attributes_service_1 = __importDefault(__webpack_require__(58282));
|
|
24281
25231
|
var TaskManagedAttributesApi = /** @class */ (function () {
|
|
24282
25232
|
function TaskManagedAttributesApi(session) {
|
|
24283
25233
|
var _this = this;
|
|
@@ -24371,8 +25321,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24371
25321
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24372
25322
|
}
|
|
24373
25323
|
};
|
|
25324
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25325
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25326
|
+
};
|
|
24374
25327
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24375
|
-
var realtime_subscriptions_1 = __webpack_require__(47985);
|
|
25328
|
+
var realtime_subscriptions_1 = __importDefault(__webpack_require__(47985));
|
|
24376
25329
|
var internal_types_1 = __webpack_require__(30437);
|
|
24377
25330
|
var TaskManagedAttributesRealtimeSubscriptions = /** @class */ (function () {
|
|
24378
25331
|
function TaskManagedAttributesRealtimeSubscriptions(session, store, storableDataService) {
|
|
@@ -24453,8 +25406,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24453
25406
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24454
25407
|
}
|
|
24455
25408
|
};
|
|
25409
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25410
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25411
|
+
};
|
|
24456
25412
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24457
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
25413
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
24458
25414
|
var CommonOptions = /** @class */ (function () {
|
|
24459
25415
|
function CommonOptions() {
|
|
24460
25416
|
}
|
|
@@ -24538,10 +25494,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24538
25494
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24539
25495
|
}
|
|
24540
25496
|
};
|
|
25497
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25498
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25499
|
+
};
|
|
24541
25500
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24542
|
-
var data_store_1 = __webpack_require__(73135);
|
|
24543
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
24544
|
-
var task_reject_reasons_service_1 = __webpack_require__(90194);
|
|
25501
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
25502
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
25503
|
+
var task_reject_reasons_service_1 = __importDefault(__webpack_require__(90194));
|
|
24545
25504
|
var TaskRejectReasonsApi = /** @class */ (function () {
|
|
24546
25505
|
function TaskRejectReasonsApi(session, mapper) {
|
|
24547
25506
|
this.taskRejectReasonsStore = new data_store_1.default();
|
|
@@ -24640,8 +25599,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24640
25599
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24641
25600
|
}
|
|
24642
25601
|
};
|
|
25602
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25603
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25604
|
+
};
|
|
24643
25605
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24644
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
25606
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
24645
25607
|
var entityName = 'task_reject_reasons';
|
|
24646
25608
|
var TaskRejectReasonsService = /** @class */ (function () {
|
|
24647
25609
|
function TaskRejectReasonsService(session) {
|
|
@@ -24750,8 +25712,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24750
25712
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24751
25713
|
}
|
|
24752
25714
|
};
|
|
25715
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25716
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25717
|
+
};
|
|
24753
25718
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24754
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
25719
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
24755
25720
|
var baseUrl = 'data-query-service';
|
|
24756
25721
|
var entityName = 'tasks-explorer';
|
|
24757
25722
|
var TasksExplorerService = /** @class */ (function () {
|
|
@@ -24818,8 +25783,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24818
25783
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24819
25784
|
}
|
|
24820
25785
|
};
|
|
25786
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25787
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25788
|
+
};
|
|
24821
25789
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24822
|
-
var tasks_explorer_service_1 = __webpack_require__(5880);
|
|
25790
|
+
var tasks_explorer_service_1 = __importDefault(__webpack_require__(5880));
|
|
24823
25791
|
var TasksExplorerApi = /** @class */ (function () {
|
|
24824
25792
|
function TasksExplorerApi(session) {
|
|
24825
25793
|
this.tasksExplorerService = new tasks_explorer_service_1.default(session);
|
|
@@ -24895,9 +25863,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24895
25863
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24896
25864
|
}
|
|
24897
25865
|
};
|
|
25866
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25867
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25868
|
+
};
|
|
24898
25869
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24899
25870
|
var Entity_1 = __webpack_require__(7483);
|
|
24900
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
25871
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
24901
25872
|
var defaultExtractor = function (response) { return response.team; };
|
|
24902
25873
|
var Routes = {
|
|
24903
25874
|
GET_TEAMS_BY_USER: '/users/{:userId}/teams',
|
|
@@ -24998,9 +25969,12 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
24998
25969
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24999
25970
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25000
25971
|
};
|
|
25972
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25973
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25974
|
+
};
|
|
25001
25975
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25002
|
-
var cached_promise_1 = __webpack_require__(8277);
|
|
25003
|
-
var Team_1 = __webpack_require__(29722);
|
|
25976
|
+
var cached_promise_1 = __importDefault(__webpack_require__(8277));
|
|
25977
|
+
var Team_1 = __importDefault(__webpack_require__(29722));
|
|
25004
25978
|
var TeamApi = /** @class */ (function () {
|
|
25005
25979
|
function TeamApi(session) {
|
|
25006
25980
|
this.teamEntity = new Team_1.default(session);
|
|
@@ -25053,9 +26027,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
25053
26027
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
25054
26028
|
};
|
|
25055
26029
|
})();
|
|
26030
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26031
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26032
|
+
};
|
|
25056
26033
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25057
26034
|
var Entity_1 = __webpack_require__(7483);
|
|
25058
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
26035
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
25059
26036
|
var TeamConfigurationEntity = /** @class */ (function (_super) {
|
|
25060
26037
|
__extends(TeamConfigurationEntity, _super);
|
|
25061
26038
|
function TeamConfigurationEntity(session) {
|
|
@@ -25113,8 +26090,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
25113
26090
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
25114
26091
|
}
|
|
25115
26092
|
};
|
|
26093
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26094
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26095
|
+
};
|
|
25116
26096
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25117
|
-
var TeamConfigurationEntity_1 = __webpack_require__(45373);
|
|
26097
|
+
var TeamConfigurationEntity_1 = __importDefault(__webpack_require__(45373));
|
|
25118
26098
|
var TeamConfigurationApi = /** @class */ (function () {
|
|
25119
26099
|
function TeamConfigurationApi(session) {
|
|
25120
26100
|
this.teamConfigurationEntity = new TeamConfigurationEntity_1.default(session);
|
|
@@ -25165,8 +26145,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
25165
26145
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
25166
26146
|
};
|
|
25167
26147
|
})();
|
|
26148
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
26149
|
+
if (k2 === undefined) k2 = k;
|
|
26150
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
26151
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
26152
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
26153
|
+
}
|
|
26154
|
+
Object.defineProperty(o, k2, desc);
|
|
26155
|
+
}) : (function(o, m, k, k2) {
|
|
26156
|
+
if (k2 === undefined) k2 = k;
|
|
26157
|
+
o[k2] = m[k];
|
|
26158
|
+
}));
|
|
26159
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
26160
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26161
|
+
}) : function(o, v) {
|
|
26162
|
+
o["default"] = v;
|
|
26163
|
+
});
|
|
26164
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
26165
|
+
if (mod && mod.__esModule) return mod;
|
|
26166
|
+
var result = {};
|
|
26167
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
26168
|
+
__setModuleDefault(result, mod);
|
|
26169
|
+
return result;
|
|
26170
|
+
};
|
|
25168
26171
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25169
|
-
var Entity_1 = __webpack_require__(7483);
|
|
26172
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
25170
26173
|
var TeamServiceAreaEntity = /** @class */ (function (_super) {
|
|
25171
26174
|
__extends(TeamServiceAreaEntity, _super);
|
|
25172
26175
|
function TeamServiceAreaEntity(session) {
|
|
@@ -25187,12 +26190,15 @@ exports["default"] = TeamServiceAreaEntity;
|
|
|
25187
26190
|
/***/ }),
|
|
25188
26191
|
|
|
25189
26192
|
/***/ 2847:
|
|
25190
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
26193
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
25191
26194
|
|
|
25192
26195
|
"use strict";
|
|
25193
26196
|
|
|
26197
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26198
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26199
|
+
};
|
|
25194
26200
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25195
|
-
var TeamServiceAreaEntity_1 = __webpack_require__(91450);
|
|
26201
|
+
var TeamServiceAreaEntity_1 = __importDefault(__webpack_require__(91450));
|
|
25196
26202
|
var TeamServiceAreaApi = /** @class */ (function () {
|
|
25197
26203
|
function TeamServiceAreaApi(session) {
|
|
25198
26204
|
this.teamServiceAreaEntity = new TeamServiceAreaEntity_1.default(session);
|
|
@@ -25266,8 +26272,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
25266
26272
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
25267
26273
|
}
|
|
25268
26274
|
};
|
|
26275
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26276
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26277
|
+
};
|
|
25269
26278
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25270
|
-
var Entity_1 = __webpack_require__(7483);
|
|
26279
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
25271
26280
|
var Templates_consts_1 = __webpack_require__(64243);
|
|
25272
26281
|
var TemplatesEntity = /** @class */ (function (_super) {
|
|
25273
26282
|
__extends(TemplatesEntity, _super);
|
|
@@ -25402,12 +26411,15 @@ exports.Routes = {
|
|
|
25402
26411
|
/***/ }),
|
|
25403
26412
|
|
|
25404
26413
|
/***/ 92921:
|
|
25405
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
26414
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
25406
26415
|
|
|
25407
26416
|
"use strict";
|
|
25408
26417
|
|
|
26418
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26419
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26420
|
+
};
|
|
25409
26421
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25410
|
-
var TemplatesEntity_1 = __webpack_require__(25302);
|
|
26422
|
+
var TemplatesEntity_1 = __importDefault(__webpack_require__(25302));
|
|
25411
26423
|
var TemplatesApi = /** @class */ (function () {
|
|
25412
26424
|
function TemplatesApi(session) {
|
|
25413
26425
|
this.templatesEntity = new TemplatesEntity_1.default(session);
|
|
@@ -25441,12 +26453,15 @@ exports["default"] = TemplatesApi;
|
|
|
25441
26453
|
/***/ }),
|
|
25442
26454
|
|
|
25443
26455
|
/***/ 61488:
|
|
25444
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
26456
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
25445
26457
|
|
|
25446
26458
|
"use strict";
|
|
25447
26459
|
|
|
26460
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26461
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26462
|
+
};
|
|
25448
26463
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25449
|
-
var upload_service_1 = __webpack_require__(38484);
|
|
26464
|
+
var upload_service_1 = __importDefault(__webpack_require__(38484));
|
|
25450
26465
|
var UploadApi = /** @class */ (function () {
|
|
25451
26466
|
function UploadApi(session) {
|
|
25452
26467
|
this.uploadService = new upload_service_1.default(session);
|
|
@@ -25603,14 +26618,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
25603
26618
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
25604
26619
|
}
|
|
25605
26620
|
};
|
|
26621
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26622
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26623
|
+
};
|
|
25606
26624
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25607
26625
|
var BringgDashboardSDK_1 = __webpack_require__(5655);
|
|
25608
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
26626
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
25609
26627
|
var BringgException_1 = __webpack_require__(43605);
|
|
25610
26628
|
var ExceptionReason_1 = __webpack_require__(73532);
|
|
25611
26629
|
var Enums_1 = __webpack_require__(36429);
|
|
25612
|
-
var URLEndpoint_1 = __webpack_require__(77908);
|
|
25613
|
-
var Polly_1 = __webpack_require__(51987);
|
|
26630
|
+
var URLEndpoint_1 = __importDefault(__webpack_require__(77908));
|
|
26631
|
+
var Polly_1 = __importDefault(__webpack_require__(51987));
|
|
25614
26632
|
var RouteGenerator_1 = __webpack_require__(84075);
|
|
25615
26633
|
var Route_1 = __webpack_require__(92641);
|
|
25616
26634
|
var ServiceRequest_1 = __webpack_require__(68292);
|
|
@@ -26176,11 +27194,11 @@ var UsersService = /** @class */ (function (_super) {
|
|
|
26176
27194
|
});
|
|
26177
27195
|
};
|
|
26178
27196
|
UsersService.prototype.getMany = function (_a, commonOptions) {
|
|
26179
|
-
var
|
|
27197
|
+
var usersIds = _a.usersIds, _b = _a.page, page = _b === void 0 ? 1 : _b, _c = _a.limit, limit = _c === void 0 ? 50 : _c;
|
|
26180
27198
|
return __awaiter(this, void 0, void 0, function () {
|
|
26181
27199
|
return __generator(this, function (_d) {
|
|
26182
27200
|
return [2 /*return*/, new RouteGenerator_1.Request(this, ROUTES.GET_ALL)
|
|
26183
|
-
.withQueryString({ ids:
|
|
27201
|
+
.withQueryString({ ids: usersIds, page: page, limit: limit })
|
|
26184
27202
|
.withExtractor(function (response) { return ({ has_next_page: response.has_next_page, users: response.users }); })
|
|
26185
27203
|
.setException('Could not get users by ids')
|
|
26186
27204
|
.withCommonOptions(commonOptions)
|
|
@@ -26643,13 +27661,16 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
26643
27661
|
}
|
|
26644
27662
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
26645
27663
|
};
|
|
27664
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27665
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27666
|
+
};
|
|
26646
27667
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
26647
27668
|
var types_1 = __webpack_require__(63127);
|
|
26648
27669
|
var lodash_1 = __webpack_require__(96486);
|
|
26649
27670
|
var rxjs_1 = __webpack_require__(34143);
|
|
26650
27671
|
var operators_1 = __webpack_require__(11717);
|
|
26651
|
-
var BaseStore_1 = __webpack_require__(14436);
|
|
26652
|
-
var UsersService_1 = __webpack_require__(95401);
|
|
27672
|
+
var BaseStore_1 = __importDefault(__webpack_require__(14436));
|
|
27673
|
+
var UsersService_1 = __importDefault(__webpack_require__(95401));
|
|
26653
27674
|
var User_consts_1 = __webpack_require__(38894);
|
|
26654
27675
|
var UserHelpers_1 = __webpack_require__(2450);
|
|
26655
27676
|
var THROTTLE_TIME = 500;
|
|
@@ -27076,7 +28097,7 @@ var UsersStore = /** @class */ (function (_super) {
|
|
|
27076
28097
|
return __generator(this, function (_a) {
|
|
27077
28098
|
switch (_a.label) {
|
|
27078
28099
|
case 0: return [4 /*yield*/, this.usersService.getMany({
|
|
27079
|
-
|
|
28100
|
+
usersIds: missingIds,
|
|
27080
28101
|
page: page,
|
|
27081
28102
|
limit: 50
|
|
27082
28103
|
}, commonOptions)];
|
|
@@ -27384,12 +28405,15 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27384
28405
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
27385
28406
|
}
|
|
27386
28407
|
};
|
|
28408
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28409
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
28410
|
+
};
|
|
27387
28411
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
27388
28412
|
var lodash_1 = __webpack_require__(96486);
|
|
27389
28413
|
var BringgException_1 = __webpack_require__(43605);
|
|
27390
28414
|
var ExceptionReason_1 = __webpack_require__(73532);
|
|
27391
28415
|
var keyset_pagination_consts_1 = __webpack_require__(92400);
|
|
27392
|
-
var UsersStore_1 = __webpack_require__(68562);
|
|
28416
|
+
var UsersStore_1 = __importDefault(__webpack_require__(68562));
|
|
27393
28417
|
var User_consts_1 = __webpack_require__(38894);
|
|
27394
28418
|
var Users = /** @class */ (function () {
|
|
27395
28419
|
function Users(session) {
|
|
@@ -27470,8 +28494,8 @@ var Users = /** @class */ (function () {
|
|
|
27470
28494
|
});
|
|
27471
28495
|
});
|
|
27472
28496
|
};
|
|
27473
|
-
Users.prototype.getMany = function (
|
|
27474
|
-
return this.usersStore.getMany(
|
|
28497
|
+
Users.prototype.getMany = function (usersIds, commonOptions) {
|
|
28498
|
+
return this.usersStore.getMany(usersIds, commonOptions);
|
|
27475
28499
|
};
|
|
27476
28500
|
Users.prototype.getLocal = function (userId) {
|
|
27477
28501
|
return this.usersStore.getItem(userId);
|
|
@@ -27680,8 +28704,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27680
28704
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
27681
28705
|
}
|
|
27682
28706
|
};
|
|
28707
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28708
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
28709
|
+
};
|
|
27683
28710
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
27684
|
-
var user_analytics_1 = __webpack_require__(79652);
|
|
28711
|
+
var user_analytics_1 = __importDefault(__webpack_require__(79652));
|
|
27685
28712
|
var types_1 = __webpack_require__(71205);
|
|
27686
28713
|
var UserAnalyticsApi = /** @class */ (function () {
|
|
27687
28714
|
function UserAnalyticsApi(session) {
|
|
@@ -27803,8 +28830,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27803
28830
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
27804
28831
|
}
|
|
27805
28832
|
};
|
|
28833
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28834
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
28835
|
+
};
|
|
27806
28836
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
27807
|
-
var Entity_1 = __webpack_require__(7483);
|
|
28837
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
27808
28838
|
var UserConfigurationEntity = /** @class */ (function (_super) {
|
|
27809
28839
|
__extends(UserConfigurationEntity, _super);
|
|
27810
28840
|
function UserConfigurationEntity(session) {
|
|
@@ -27891,9 +28921,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27891
28921
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
27892
28922
|
}
|
|
27893
28923
|
};
|
|
28924
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28925
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
28926
|
+
};
|
|
27894
28927
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
27895
|
-
var cached_promise_1 = __webpack_require__(8277);
|
|
27896
|
-
var UserConfigurationEntity_1 = __webpack_require__(65997);
|
|
28928
|
+
var cached_promise_1 = __importDefault(__webpack_require__(8277));
|
|
28929
|
+
var UserConfigurationEntity_1 = __importDefault(__webpack_require__(65997));
|
|
27897
28930
|
var UserConfiguration = /** @class */ (function () {
|
|
27898
28931
|
function UserConfiguration(session) {
|
|
27899
28932
|
this.userConfigurationEntity = new UserConfigurationEntity_1.default(session);
|
|
@@ -27970,10 +29003,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27970
29003
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
27971
29004
|
}
|
|
27972
29005
|
};
|
|
29006
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29007
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29008
|
+
};
|
|
27973
29009
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
27974
29010
|
exports.UserPresetViewsApi = void 0;
|
|
27975
|
-
var data_store_1 = __webpack_require__(73135);
|
|
27976
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
29011
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
29012
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
27977
29013
|
var user_preset_views_consts_1 = __webpack_require__(90099);
|
|
27978
29014
|
var user_preset_views_service_1 = __webpack_require__(9924);
|
|
27979
29015
|
var UserPresetViewsApi = /** @class */ (function () {
|
|
@@ -28114,9 +29150,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28114
29150
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28115
29151
|
}
|
|
28116
29152
|
};
|
|
29153
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29154
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29155
|
+
};
|
|
28117
29156
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28118
29157
|
exports.UserPresetViewsService = void 0;
|
|
28119
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
29158
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
28120
29159
|
var baseRoute = 'settings-service';
|
|
28121
29160
|
var UserPresetViewsService = /** @class */ (function () {
|
|
28122
29161
|
function UserPresetViewsService(session) {
|
|
@@ -28208,9 +29247,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28208
29247
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28209
29248
|
}
|
|
28210
29249
|
};
|
|
29250
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29251
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29252
|
+
};
|
|
28211
29253
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28212
29254
|
var Entity_1 = __webpack_require__(7483);
|
|
28213
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
29255
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
28214
29256
|
var UserType_consts_1 = __webpack_require__(81889);
|
|
28215
29257
|
var UserTypeRoute = [Entity_1.BaseRoutes.Get, Entity_1.BaseRoutes.GetAll, Entity_1.BaseRoutes.Create, Entity_1.BaseRoutes.Update];
|
|
28216
29258
|
var UserTypeEntity = /** @class */ (function (_super) {
|
|
@@ -28276,12 +29318,15 @@ exports.userTypesResponseExtractor = userTypesResponseExtractor;
|
|
|
28276
29318
|
/***/ }),
|
|
28277
29319
|
|
|
28278
29320
|
/***/ 57187:
|
|
28279
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
29321
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
28280
29322
|
|
|
28281
29323
|
"use strict";
|
|
28282
29324
|
|
|
29325
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29326
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29327
|
+
};
|
|
28283
29328
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28284
|
-
var UserTypeEntity_1 = __webpack_require__(6637);
|
|
29329
|
+
var UserTypeEntity_1 = __importDefault(__webpack_require__(6637));
|
|
28285
29330
|
var UserTypeApi = /** @class */ (function () {
|
|
28286
29331
|
function UserTypeApi(session) {
|
|
28287
29332
|
this.userTypeEntity = new UserTypeEntity_1.default(session);
|
|
@@ -28361,11 +29406,14 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28361
29406
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28362
29407
|
}
|
|
28363
29408
|
};
|
|
29409
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29410
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29411
|
+
};
|
|
28364
29412
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28365
29413
|
exports.Routes = void 0;
|
|
28366
29414
|
var lodash_1 = __webpack_require__(96486);
|
|
28367
29415
|
var Entity_1 = __webpack_require__(7483);
|
|
28368
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
29416
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
28369
29417
|
var Vehicle_consts_1 = __webpack_require__(84010);
|
|
28370
29418
|
exports.Routes = {
|
|
28371
29419
|
GET_ASSIGNMENT_HISTORY: '/vehicles/get_assignment_history/',
|
|
@@ -28501,12 +29549,15 @@ exports.getCsvFieldsExtractor = getCsvFieldsExtractor;
|
|
|
28501
29549
|
/***/ }),
|
|
28502
29550
|
|
|
28503
29551
|
/***/ 46354:
|
|
28504
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
29552
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
28505
29553
|
|
|
28506
29554
|
"use strict";
|
|
28507
29555
|
|
|
29556
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29557
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29558
|
+
};
|
|
28508
29559
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28509
|
-
var VehicleEntity_1 = __webpack_require__(84752);
|
|
29560
|
+
var VehicleEntity_1 = __importDefault(__webpack_require__(84752));
|
|
28510
29561
|
var Vehicle_consts_1 = __webpack_require__(84010);
|
|
28511
29562
|
var Vehicles = /** @class */ (function () {
|
|
28512
29563
|
function Vehicles(session) {
|
|
@@ -28603,12 +29654,15 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28603
29654
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28604
29655
|
}
|
|
28605
29656
|
};
|
|
29657
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29658
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29659
|
+
};
|
|
28606
29660
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28607
|
-
var data_store_1 = __webpack_require__(73135);
|
|
28608
|
-
var realtime_subscriptions_1 = __webpack_require__(47985);
|
|
28609
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
29661
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
29662
|
+
var realtime_subscriptions_1 = __importDefault(__webpack_require__(47985));
|
|
29663
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
28610
29664
|
var Vehicle_consts_1 = __webpack_require__(84010);
|
|
28611
|
-
var vehicles_service_1 = __webpack_require__(87386);
|
|
29665
|
+
var vehicles_service_1 = __importDefault(__webpack_require__(87386));
|
|
28612
29666
|
var VehiclesApi = /** @class */ (function () {
|
|
28613
29667
|
function VehiclesApi(session) {
|
|
28614
29668
|
var groupFilters = [
|
|
@@ -28765,8 +29819,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28765
29819
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28766
29820
|
}
|
|
28767
29821
|
};
|
|
29822
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29823
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29824
|
+
};
|
|
28768
29825
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28769
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
29826
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
28770
29827
|
var VehicleEntity_1 = __webpack_require__(84752);
|
|
28771
29828
|
var Vehicle_consts_1 = __webpack_require__(84010);
|
|
28772
29829
|
var VehiclesService = /** @class */ (function () {
|
|
@@ -28912,9 +29969,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
28912
29969
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
28913
29970
|
};
|
|
28914
29971
|
})();
|
|
29972
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29973
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29974
|
+
};
|
|
28915
29975
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28916
29976
|
var Entity_1 = __webpack_require__(7483);
|
|
28917
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
29977
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
28918
29978
|
var VehicleCategoryEntity = /** @class */ (function (_super) {
|
|
28919
29979
|
__extends(VehicleCategoryEntity, _super);
|
|
28920
29980
|
function VehicleCategoryEntity(session) {
|
|
@@ -28985,8 +30045,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28985
30045
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28986
30046
|
}
|
|
28987
30047
|
};
|
|
30048
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30049
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30050
|
+
};
|
|
28988
30051
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28989
|
-
var VehicleCategoryEntity_1 = __webpack_require__(9887);
|
|
30052
|
+
var VehicleCategoryEntity_1 = __importDefault(__webpack_require__(9887));
|
|
28990
30053
|
var VehicleTypeApi = /** @class */ (function () {
|
|
28991
30054
|
function VehicleTypeApi(session) {
|
|
28992
30055
|
this.vehicleCategoriesEntity = new VehicleCategoryEntity_1.default(session);
|
|
@@ -29064,10 +30127,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29064
30127
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
29065
30128
|
}
|
|
29066
30129
|
};
|
|
30130
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30131
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30132
|
+
};
|
|
29067
30133
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29068
30134
|
exports.singleExtractor = exports.listExtractor = void 0;
|
|
29069
30135
|
var Entity_1 = __webpack_require__(7483);
|
|
29070
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
30136
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
29071
30137
|
var listExtractor = function (response) { return response.vehicle_types; };
|
|
29072
30138
|
exports.listExtractor = listExtractor;
|
|
29073
30139
|
var singleExtractor = function (response) { return response.vehicle_type; };
|
|
@@ -29176,8 +30242,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29176
30242
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
29177
30243
|
}
|
|
29178
30244
|
};
|
|
30245
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30246
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30247
|
+
};
|
|
29179
30248
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29180
|
-
var VehicleTypeEntity_1 = __webpack_require__(84402);
|
|
30249
|
+
var VehicleTypeEntity_1 = __importDefault(__webpack_require__(84402));
|
|
29181
30250
|
var VehicleTypeApi = /** @class */ (function () {
|
|
29182
30251
|
function VehicleTypeApi(session) {
|
|
29183
30252
|
this.vehicleTypesEntity = new VehicleTypeEntity_1.default(session);
|
|
@@ -29249,10 +30318,13 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
29249
30318
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
29250
30319
|
};
|
|
29251
30320
|
})();
|
|
30321
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30322
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30323
|
+
};
|
|
29252
30324
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29253
30325
|
var lodash_1 = __webpack_require__(96486);
|
|
29254
30326
|
var Entity_1 = __webpack_require__(7483);
|
|
29255
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
30327
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
29256
30328
|
var AutoDispatchTeamState_consts_1 = __webpack_require__(27582);
|
|
29257
30329
|
var VrpAutoDispatchAnalyticEntity = /** @class */ (function (_super) {
|
|
29258
30330
|
__extends(VrpAutoDispatchAnalyticEntity, _super);
|
|
@@ -29278,12 +30350,15 @@ exports["default"] = VrpAutoDispatchAnalyticEntity;
|
|
|
29278
30350
|
/***/ }),
|
|
29279
30351
|
|
|
29280
30352
|
/***/ 45043:
|
|
29281
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
30353
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
29282
30354
|
|
|
29283
30355
|
"use strict";
|
|
29284
30356
|
|
|
30357
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30358
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30359
|
+
};
|
|
29285
30360
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29286
|
-
var VrpAutoDispatchAnalyticEntity_1 = __webpack_require__(98267);
|
|
30361
|
+
var VrpAutoDispatchAnalyticEntity_1 = __importDefault(__webpack_require__(98267));
|
|
29287
30362
|
var VrpAutoDispatchAnalyticApi = /** @class */ (function () {
|
|
29288
30363
|
function VrpAutoDispatchAnalyticApi(session) {
|
|
29289
30364
|
this.vrpAutoDispatchAnalyticEntity = new VrpAutoDispatchAnalyticEntity_1.default(session);
|
|
@@ -29360,8 +30435,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29360
30435
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
29361
30436
|
}
|
|
29362
30437
|
};
|
|
30438
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30439
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30440
|
+
};
|
|
29363
30441
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29364
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
30442
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
29365
30443
|
var WebApplicationConfigurationEntityName = 'web_application_configurations';
|
|
29366
30444
|
var WebApplicationConfigurationEntity = /** @class */ (function (_super) {
|
|
29367
30445
|
__extends(WebApplicationConfigurationEntity, _super);
|
|
@@ -29398,12 +30476,15 @@ exports["default"] = WebApplicationConfigurationEntity;
|
|
|
29398
30476
|
/***/ }),
|
|
29399
30477
|
|
|
29400
30478
|
/***/ 79421:
|
|
29401
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
30479
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
29402
30480
|
|
|
29403
30481
|
"use strict";
|
|
29404
30482
|
|
|
30483
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30484
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30485
|
+
};
|
|
29405
30486
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29406
|
-
var WebApplicationConfigurationEntity_1 = __webpack_require__(35207);
|
|
30487
|
+
var WebApplicationConfigurationEntity_1 = __importDefault(__webpack_require__(35207));
|
|
29407
30488
|
var WebApplicationConfigurationApi = /** @class */ (function () {
|
|
29408
30489
|
function WebApplicationConfigurationApi(session) {
|
|
29409
30490
|
this.webApplicationConfigurationEntity = new WebApplicationConfigurationEntity_1.default(session);
|
|
@@ -29474,8 +30555,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29474
30555
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
29475
30556
|
}
|
|
29476
30557
|
};
|
|
30558
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30559
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30560
|
+
};
|
|
29477
30561
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29478
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
30562
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
29479
30563
|
var SERVICE_NAME = 'settings-service';
|
|
29480
30564
|
var WebhookAuthenticationConfigurationService = /** @class */ (function (_super) {
|
|
29481
30565
|
__extends(WebhookAuthenticationConfigurationService, _super);
|
|
@@ -29520,12 +30604,15 @@ exports["default"] = WebhookAuthenticationConfigurationService;
|
|
|
29520
30604
|
/***/ }),
|
|
29521
30605
|
|
|
29522
30606
|
/***/ 68077:
|
|
29523
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
30607
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
29524
30608
|
|
|
29525
30609
|
"use strict";
|
|
29526
30610
|
|
|
30611
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30612
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30613
|
+
};
|
|
29527
30614
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29528
|
-
var WebhookAuthenticationConfiguration_service_1 = __webpack_require__(85805);
|
|
30615
|
+
var WebhookAuthenticationConfiguration_service_1 = __importDefault(__webpack_require__(85805));
|
|
29529
30616
|
var WebhookAuthenticationConfiguration = /** @class */ (function () {
|
|
29530
30617
|
function WebhookAuthenticationConfiguration(session) {
|
|
29531
30618
|
this.webhookAuthenticationConfigurationService = new WebhookAuthenticationConfiguration_service_1.default(session);
|
|
@@ -29593,10 +30680,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29593
30680
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
29594
30681
|
}
|
|
29595
30682
|
};
|
|
30683
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30684
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30685
|
+
};
|
|
29596
30686
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29597
|
-
var data_store_1 = __webpack_require__(73135);
|
|
29598
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
29599
|
-
var workflows_service_1 = __webpack_require__(37329);
|
|
30687
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
30688
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
30689
|
+
var workflows_service_1 = __importDefault(__webpack_require__(37329));
|
|
29600
30690
|
var WorkflowsApi = /** @class */ (function () {
|
|
29601
30691
|
function WorkflowsApi(session, mapper) {
|
|
29602
30692
|
this.workflowStore = new data_store_1.default();
|
|
@@ -29740,8 +30830,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29740
30830
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
29741
30831
|
}
|
|
29742
30832
|
};
|
|
30833
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30834
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30835
|
+
};
|
|
29743
30836
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29744
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
30837
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
29745
30838
|
var cached_item_1 = __webpack_require__(24621);
|
|
29746
30839
|
var entityName = 'rule-service/workflow';
|
|
29747
30840
|
var baseRoute = "/".concat(entityName);
|
|
@@ -30215,80 +31308,95 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
30215
31308
|
if (k2 === undefined) k2 = k;
|
|
30216
31309
|
o[k2] = m[k];
|
|
30217
31310
|
}));
|
|
31311
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
31312
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
31313
|
+
}) : function(o, v) {
|
|
31314
|
+
o["default"] = v;
|
|
31315
|
+
});
|
|
30218
31316
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
30219
31317
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
30220
31318
|
};
|
|
31319
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
31320
|
+
if (mod && mod.__esModule) return mod;
|
|
31321
|
+
var result = {};
|
|
31322
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31323
|
+
__setModuleDefault(result, mod);
|
|
31324
|
+
return result;
|
|
31325
|
+
};
|
|
31326
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
31327
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
31328
|
+
};
|
|
30221
31329
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
30222
31330
|
exports.WorkflowsApi = exports.VehicleTypeConsts = exports.VehicleCategoryConsts = exports.VehicleGroup = exports.VehiclesApi = exports.AbortUtils = exports.UserPresetViewsApi = exports.UploadApi = exports.UploadConsts = exports.TasksExplorerApi = exports.TaskRejectReasonsApi = exports.TaskInventoryConsts = exports.TasksApi = exports.TaskGroupValues = exports.TaskGroupTypes = exports.TagConsts = exports.ServiceAreaApi = exports.ServiceAreaFilterGroups = exports.RunsApi = exports.RunStatus = exports.RunConsts = exports.ResourceUploadType = exports.ReasonToChangeInventory = exports.PresetViews = exports.PlannedRoutesConsts = exports.PlannedDeliveryWindowsApi = exports.RecurrenceType = exports.PlannedDeliveryWindowsFilterGroups = exports.OptimizationResultApi = exports.NotificationTypesConsts = exports.NotificationTemplateConsts = exports.LookupConsts = exports.LanguageConsts = exports.ExclusionWindowApiV2 = exports.ExclusionWindowsFilterGroups = exports.DeliveryWindowsApi = exports.DeliveryBlockConsts = exports.DashboardConsts = exports.CrewConsts = exports.Responses = exports.ChatMessageConsts = exports.ChatConversationConsts = exports.BringgDashboardSDK = void 0;
|
|
30223
31331
|
__exportStar(__webpack_require__(37360), exports);
|
|
30224
31332
|
__exportStar(__webpack_require__(5655), exports);
|
|
30225
31333
|
var BringgDashboardSDK_1 = __webpack_require__(5655);
|
|
30226
31334
|
Object.defineProperty(exports, "BringgDashboardSDK", ({ enumerable: true, get: function () { return BringgDashboardSDK_1.BringgDashboardSDK; } }));
|
|
30227
|
-
exports.ChatConversationConsts = __webpack_require__(44448);
|
|
30228
|
-
exports.ChatMessageConsts = __webpack_require__(39634);
|
|
31335
|
+
exports.ChatConversationConsts = __importStar(__webpack_require__(44448));
|
|
31336
|
+
exports.ChatMessageConsts = __importStar(__webpack_require__(39634));
|
|
30229
31337
|
__exportStar(__webpack_require__(55860), exports);
|
|
30230
|
-
exports.Responses = __webpack_require__(26171);
|
|
30231
|
-
exports.CrewConsts = __webpack_require__(67152);
|
|
30232
|
-
exports.DashboardConsts = __webpack_require__(27910);
|
|
30233
|
-
exports.DeliveryBlockConsts = __webpack_require__(27774);
|
|
31338
|
+
exports.Responses = __importStar(__webpack_require__(26171));
|
|
31339
|
+
exports.CrewConsts = __importStar(__webpack_require__(67152));
|
|
31340
|
+
exports.DashboardConsts = __importStar(__webpack_require__(27910));
|
|
31341
|
+
exports.DeliveryBlockConsts = __importStar(__webpack_require__(27774));
|
|
30234
31342
|
var delivery_windows_api_1 = __webpack_require__(49627);
|
|
30235
|
-
Object.defineProperty(exports, "DeliveryWindowsApi", ({ enumerable: true, get: function () { return delivery_windows_api_1.default; } }));
|
|
31343
|
+
Object.defineProperty(exports, "DeliveryWindowsApi", ({ enumerable: true, get: function () { return __importDefault(delivery_windows_api_1).default; } }));
|
|
30236
31344
|
var exclusion_window_consts_1 = __webpack_require__(41277);
|
|
30237
31345
|
Object.defineProperty(exports, "ExclusionWindowsFilterGroups", ({ enumerable: true, get: function () { return exclusion_window_consts_1.ExclusionWindowsFilterGroups; } }));
|
|
30238
31346
|
var exclusion_window_api_1 = __webpack_require__(74750);
|
|
30239
31347
|
Object.defineProperty(exports, "ExclusionWindowApiV2", ({ enumerable: true, get: function () { return exclusion_window_api_1.ExclusionWindowApi; } }));
|
|
30240
|
-
exports.LanguageConsts = __webpack_require__(69245);
|
|
30241
|
-
exports.LookupConsts = __webpack_require__(7891);
|
|
30242
|
-
exports.NotificationTemplateConsts = __webpack_require__(58467);
|
|
30243
|
-
exports.NotificationTypesConsts = __webpack_require__(64953);
|
|
31348
|
+
exports.LanguageConsts = __importStar(__webpack_require__(69245));
|
|
31349
|
+
exports.LookupConsts = __importStar(__webpack_require__(7891));
|
|
31350
|
+
exports.NotificationTemplateConsts = __importStar(__webpack_require__(58467));
|
|
31351
|
+
exports.NotificationTypesConsts = __importStar(__webpack_require__(64953));
|
|
30244
31352
|
var optimization_result_api_1 = __webpack_require__(51991);
|
|
30245
|
-
Object.defineProperty(exports, "OptimizationResultApi", ({ enumerable: true, get: function () { return optimization_result_api_1.default; } }));
|
|
31353
|
+
Object.defineProperty(exports, "OptimizationResultApi", ({ enumerable: true, get: function () { return __importDefault(optimization_result_api_1).default; } }));
|
|
30246
31354
|
var planned_delivery_windows_consts_1 = __webpack_require__(13684);
|
|
30247
31355
|
Object.defineProperty(exports, "PlannedDeliveryWindowsFilterGroups", ({ enumerable: true, get: function () { return planned_delivery_windows_consts_1.PlannedDeliveryWindowsFilterGroups; } }));
|
|
30248
31356
|
Object.defineProperty(exports, "RecurrenceType", ({ enumerable: true, get: function () { return planned_delivery_windows_consts_1.RecurrenceType; } }));
|
|
30249
31357
|
var planned_delivery_windows_api_1 = __webpack_require__(44524);
|
|
30250
|
-
Object.defineProperty(exports, "PlannedDeliveryWindowsApi", ({ enumerable: true, get: function () { return planned_delivery_windows_api_1.default; } }));
|
|
30251
|
-
exports.PlannedRoutesConsts = __webpack_require__(61624);
|
|
31358
|
+
Object.defineProperty(exports, "PlannedDeliveryWindowsApi", ({ enumerable: true, get: function () { return __importDefault(planned_delivery_windows_api_1).default; } }));
|
|
31359
|
+
exports.PlannedRoutesConsts = __importStar(__webpack_require__(61624));
|
|
30252
31360
|
var preset_views_api_1 = __webpack_require__(37915);
|
|
30253
|
-
Object.defineProperty(exports, "PresetViews", ({ enumerable: true, get: function () { return preset_views_api_1.default; } }));
|
|
30254
|
-
exports.ReasonToChangeInventory = __webpack_require__(95809);
|
|
31361
|
+
Object.defineProperty(exports, "PresetViews", ({ enumerable: true, get: function () { return __importDefault(preset_views_api_1).default; } }));
|
|
31362
|
+
exports.ReasonToChangeInventory = __importStar(__webpack_require__(95809));
|
|
30255
31363
|
var ResourceUploadType_1 = __webpack_require__(6587);
|
|
30256
|
-
Object.defineProperty(exports, "ResourceUploadType", ({ enumerable: true, get: function () { return ResourceUploadType_1.default; } }));
|
|
30257
|
-
exports.RunConsts = __webpack_require__(4669);
|
|
31364
|
+
Object.defineProperty(exports, "ResourceUploadType", ({ enumerable: true, get: function () { return __importDefault(ResourceUploadType_1).default; } }));
|
|
31365
|
+
exports.RunConsts = __importStar(__webpack_require__(4669));
|
|
30258
31366
|
var runs_consts_1 = __webpack_require__(4669);
|
|
30259
31367
|
Object.defineProperty(exports, "RunStatus", ({ enumerable: true, get: function () { return runs_consts_1.RunStatus; } }));
|
|
30260
31368
|
var runs_api_1 = __webpack_require__(83582);
|
|
30261
|
-
Object.defineProperty(exports, "RunsApi", ({ enumerable: true, get: function () { return runs_api_1.default; } }));
|
|
31369
|
+
Object.defineProperty(exports, "RunsApi", ({ enumerable: true, get: function () { return __importDefault(runs_api_1).default; } }));
|
|
30262
31370
|
var service_area_consts_1 = __webpack_require__(16410);
|
|
30263
31371
|
Object.defineProperty(exports, "ServiceAreaFilterGroups", ({ enumerable: true, get: function () { return service_area_consts_1.ServiceAreaFilterGroups; } }));
|
|
30264
31372
|
var service_area_api_1 = __webpack_require__(35248);
|
|
30265
31373
|
Object.defineProperty(exports, "ServiceAreaApi", ({ enumerable: true, get: function () { return service_area_api_1.ServiceAreaApi; } }));
|
|
30266
|
-
exports.TagConsts = __webpack_require__(4962);
|
|
31374
|
+
exports.TagConsts = __importStar(__webpack_require__(4962));
|
|
30267
31375
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
30268
31376
|
Object.defineProperty(exports, "TaskGroupTypes", ({ enumerable: true, get: function () { return Tasks_consts_1.TaskGroupTypes; } }));
|
|
30269
31377
|
Object.defineProperty(exports, "TaskGroupValues", ({ enumerable: true, get: function () { return Tasks_consts_1.GROUP_VALUES; } }));
|
|
30270
31378
|
var tasks_api_1 = __webpack_require__(35022);
|
|
30271
|
-
Object.defineProperty(exports, "TasksApi", ({ enumerable: true, get: function () { return tasks_api_1.default; } }));
|
|
30272
|
-
exports.TaskInventoryConsts = __webpack_require__(31289);
|
|
31379
|
+
Object.defineProperty(exports, "TasksApi", ({ enumerable: true, get: function () { return __importDefault(tasks_api_1).default; } }));
|
|
31380
|
+
exports.TaskInventoryConsts = __importStar(__webpack_require__(31289));
|
|
30273
31381
|
__exportStar(__webpack_require__(26931), exports);
|
|
30274
31382
|
var task_reject_reasons_api_1 = __webpack_require__(62954);
|
|
30275
|
-
Object.defineProperty(exports, "TaskRejectReasonsApi", ({ enumerable: true, get: function () { return task_reject_reasons_api_1.default; } }));
|
|
31383
|
+
Object.defineProperty(exports, "TaskRejectReasonsApi", ({ enumerable: true, get: function () { return __importDefault(task_reject_reasons_api_1).default; } }));
|
|
30276
31384
|
var tasks_explorer_api_1 = __webpack_require__(66845);
|
|
30277
|
-
Object.defineProperty(exports, "TasksExplorerApi", ({ enumerable: true, get: function () { return tasks_explorer_api_1.default; } }));
|
|
30278
|
-
exports.UploadConsts = __webpack_require__(30875);
|
|
31385
|
+
Object.defineProperty(exports, "TasksExplorerApi", ({ enumerable: true, get: function () { return __importDefault(tasks_explorer_api_1).default; } }));
|
|
31386
|
+
exports.UploadConsts = __importStar(__webpack_require__(30875));
|
|
30279
31387
|
var upload_api_1 = __webpack_require__(61488);
|
|
30280
|
-
Object.defineProperty(exports, "UploadApi", ({ enumerable: true, get: function () { return upload_api_1.default; } }));
|
|
31388
|
+
Object.defineProperty(exports, "UploadApi", ({ enumerable: true, get: function () { return __importDefault(upload_api_1).default; } }));
|
|
30281
31389
|
var user_preset_views_api_1 = __webpack_require__(73587);
|
|
30282
31390
|
Object.defineProperty(exports, "UserPresetViewsApi", ({ enumerable: true, get: function () { return user_preset_views_api_1.UserPresetViewsApi; } }));
|
|
30283
|
-
exports.AbortUtils = __webpack_require__(34179);
|
|
31391
|
+
exports.AbortUtils = __importStar(__webpack_require__(34179));
|
|
30284
31392
|
var vehicles_api_1 = __webpack_require__(57020);
|
|
30285
|
-
Object.defineProperty(exports, "VehiclesApi", ({ enumerable: true, get: function () { return vehicles_api_1.default; } }));
|
|
31393
|
+
Object.defineProperty(exports, "VehiclesApi", ({ enumerable: true, get: function () { return __importDefault(vehicles_api_1).default; } }));
|
|
30286
31394
|
var Vehicle_consts_1 = __webpack_require__(84010);
|
|
30287
31395
|
Object.defineProperty(exports, "VehicleGroup", ({ enumerable: true, get: function () { return Vehicle_consts_1.VehicleGroup; } }));
|
|
30288
|
-
exports.VehicleCategoryConsts = __webpack_require__(7105);
|
|
30289
|
-
exports.VehicleTypeConsts = __webpack_require__(81008);
|
|
31396
|
+
exports.VehicleCategoryConsts = __importStar(__webpack_require__(7105));
|
|
31397
|
+
exports.VehicleTypeConsts = __importStar(__webpack_require__(81008));
|
|
30290
31398
|
var workflows_api_1 = __webpack_require__(18178);
|
|
30291
|
-
Object.defineProperty(exports, "WorkflowsApi", ({ enumerable: true, get: function () { return workflows_api_1.default; } }));
|
|
31399
|
+
Object.defineProperty(exports, "WorkflowsApi", ({ enumerable: true, get: function () { return __importDefault(workflows_api_1).default; } }));
|
|
30292
31400
|
//# sourceMappingURL=index.js.map
|
|
30293
31401
|
|
|
30294
31402
|
/***/ }),
|
|
@@ -30588,7 +31696,7 @@ function createAbortError(signal, message) {
|
|
|
30588
31696
|
}
|
|
30589
31697
|
// Throwing the abort reason as the spec to comply with WHATWG specs
|
|
30590
31698
|
// https://dom.spec.whatwg.org/#aborting-ongoing-activities
|
|
30591
|
-
|
|
31699
|
+
return signal.reason;
|
|
30592
31700
|
}
|
|
30593
31701
|
// If no reason than throw DOMException with abort error according to the specs
|
|
30594
31702
|
// https://dom.spec.whatwg.org/#interface-abortcontroller
|