@bringg/dashboard-sdk 8.26.1 → 8.26.2
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/ApplicationApi.js +4 -1
- package/dist/Application/ApplicationApi.js.map +1 -1
- package/dist/Application/Entity/ApplicationEntity.js +7 -4
- 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.js +4 -1
- package/dist/Upload/v2/upload-api.js.map +1 -1
- package/dist/Upload/v2/upload-service.js +6 -3
- package/dist/Upload/v2/upload-service.js.map +1 -1
- package/dist/User/Store/UsersStore.js +5 -2
- package/dist/User/Store/UsersStore.js.map +1 -1
- package/dist/User/Users.d.ts +1 -1
- package/dist/User/Users.js +4 -1
- 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 +1621 -517
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +265 -265
- 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/package.json +7 -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,10 +1068,13 @@ 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);
|
|
1055
1079
|
var BringgException_1 = __webpack_require__(43605);
|
|
1056
1080
|
var ExceptionReason_1 = __webpack_require__(73532);
|
|
@@ -1077,7 +1101,7 @@ var ApplicationEntity = /** @class */ (function (_super) {
|
|
|
1077
1101
|
switch (_a.label) {
|
|
1078
1102
|
case 0:
|
|
1079
1103
|
actionUuid = this.generateActionUuid();
|
|
1080
|
-
|
|
1104
|
+
lodash_1.default.defaults(options, { timeout: 10000 });
|
|
1081
1105
|
_a.label = 1;
|
|
1082
1106
|
case 1:
|
|
1083
1107
|
_a.trys.push([1, , 4, 5]);
|
|
@@ -1119,7 +1143,7 @@ var ApplicationEntity = /** @class */ (function (_super) {
|
|
|
1119
1143
|
};
|
|
1120
1144
|
ApplicationEntity.prototype.handleApplicationActionResult = function (result) {
|
|
1121
1145
|
var defered = this.inFlightActions.get(result.response_uuid);
|
|
1122
|
-
if (
|
|
1146
|
+
if (lodash_1.default.isNil(defered)) {
|
|
1123
1147
|
return;
|
|
1124
1148
|
}
|
|
1125
1149
|
if (result.success) {
|
|
@@ -1191,8 +1215,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
1191
1215
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
1192
1216
|
}
|
|
1193
1217
|
};
|
|
1218
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1219
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1220
|
+
};
|
|
1194
1221
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1195
|
-
var ApplicationMerchantConfigurationEntity_1 = __webpack_require__(59433);
|
|
1222
|
+
var ApplicationMerchantConfigurationEntity_1 = __importDefault(__webpack_require__(59433));
|
|
1196
1223
|
var ApplicationMerchantConfigurationApi = /** @class */ (function () {
|
|
1197
1224
|
function ApplicationMerchantConfigurationApi(session, merchantConfigurationApi) {
|
|
1198
1225
|
this.entity = new ApplicationMerchantConfigurationEntity_1.default(session);
|
|
@@ -1339,6 +1366,29 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
1339
1366
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
1340
1367
|
};
|
|
1341
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
|
+
};
|
|
1342
1392
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
1343
1393
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
1344
1394
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -1376,7 +1426,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
1376
1426
|
}
|
|
1377
1427
|
};
|
|
1378
1428
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1379
|
-
var Entity_1 = __webpack_require__(7483);
|
|
1429
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
1380
1430
|
var BaseRoute = '/merchant/applications';
|
|
1381
1431
|
var Routes = {
|
|
1382
1432
|
//In order to remove app by uuid, need to have a fake app id as a route parameter.
|
|
@@ -1603,8 +1653,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
1603
1653
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
1604
1654
|
}
|
|
1605
1655
|
};
|
|
1656
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1657
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1658
|
+
};
|
|
1606
1659
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1607
|
-
var ApplicationTeamConfigurationEntity_1 = __webpack_require__(38680);
|
|
1660
|
+
var ApplicationTeamConfigurationEntity_1 = __importDefault(__webpack_require__(38680));
|
|
1608
1661
|
var ApplicationTeamConfigurationApi = /** @class */ (function () {
|
|
1609
1662
|
function ApplicationTeamConfigurationApi(session) {
|
|
1610
1663
|
this.entity = new ApplicationTeamConfigurationEntity_1.default(session);
|
|
@@ -1676,6 +1729,29 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
1676
1729
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
1677
1730
|
};
|
|
1678
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
|
+
};
|
|
1679
1755
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
1680
1756
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
1681
1757
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -1713,7 +1789,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
1713
1789
|
}
|
|
1714
1790
|
};
|
|
1715
1791
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1716
|
-
var Entity_1 = __webpack_require__(7483);
|
|
1792
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
1717
1793
|
var ApplicationTeamConfigurationEntity = /** @class */ (function (_super) {
|
|
1718
1794
|
__extends(ApplicationTeamConfigurationEntity, _super);
|
|
1719
1795
|
function ApplicationTeamConfigurationEntity(session) {
|
|
@@ -1851,12 +1927,15 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
1851
1927
|
}
|
|
1852
1928
|
return ar;
|
|
1853
1929
|
};
|
|
1930
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1931
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1932
|
+
};
|
|
1854
1933
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1855
1934
|
exports.AsyncOperationStatus = exports.UPDATE_ASYNC_OPERATION_REALTIME_EVENT = void 0;
|
|
1856
1935
|
var async_operation_status_1 = __webpack_require__(65111);
|
|
1857
1936
|
var BringgException_1 = __webpack_require__(43605);
|
|
1858
1937
|
var ExceptionReason_1 = __webpack_require__(73532);
|
|
1859
|
-
var realtime_subscriptions_1 = __webpack_require__(47985);
|
|
1938
|
+
var realtime_subscriptions_1 = __importDefault(__webpack_require__(47985));
|
|
1860
1939
|
var abort_1 = __webpack_require__(34179);
|
|
1861
1940
|
var promises_1 = __webpack_require__(52581);
|
|
1862
1941
|
exports.UPDATE_ASYNC_OPERATION_REALTIME_EVENT = 'async operation status';
|
|
@@ -2118,12 +2197,15 @@ __exportStar(__webpack_require__(70050), exports);
|
|
|
2118
2197
|
/***/ }),
|
|
2119
2198
|
|
|
2120
2199
|
/***/ 25475:
|
|
2121
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
2200
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2122
2201
|
|
|
2123
2202
|
"use strict";
|
|
2124
2203
|
|
|
2204
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2205
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
2206
|
+
};
|
|
2125
2207
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2126
|
-
var BillingEntity_1 = __webpack_require__(67417);
|
|
2208
|
+
var BillingEntity_1 = __importDefault(__webpack_require__(67417));
|
|
2127
2209
|
var BillingApi = /** @class */ (function () {
|
|
2128
2210
|
function BillingApi(session) {
|
|
2129
2211
|
this.billingEntity = new BillingEntity_1.default(session);
|
|
@@ -2233,8 +2315,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
2233
2315
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
2234
2316
|
}
|
|
2235
2317
|
};
|
|
2318
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2319
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
2320
|
+
};
|
|
2236
2321
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2237
|
-
var Entity_1 = __webpack_require__(7483);
|
|
2322
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
2238
2323
|
var Version;
|
|
2239
2324
|
(function (Version) {
|
|
2240
2325
|
Version["v1"] = "v1";
|
|
@@ -2499,121 +2584,124 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
2499
2584
|
}
|
|
2500
2585
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
2501
2586
|
};
|
|
2587
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2588
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
2589
|
+
};
|
|
2502
2590
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2503
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;
|
|
2504
2592
|
// eslint-disable-next-line no-restricted-imports
|
|
2505
|
-
var
|
|
2506
|
-
var AddonsApi_1 = __webpack_require__(22464);
|
|
2507
|
-
var AlertsApi_1 = __webpack_require__(86776);
|
|
2508
|
-
var AnalyticsReportsApi_1 = __webpack_require__(80034);
|
|
2509
|
-
var ApplicationApi_1 = __webpack_require__(50513);
|
|
2510
|
-
var ApplicationMerchantConfigurationApi_1 = __webpack_require__(82996);
|
|
2511
|
-
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));
|
|
2512
2600
|
var AsyncOperationStatus_1 = __webpack_require__(37360);
|
|
2513
|
-
var BillingApi_1 = __webpack_require__(25475);
|
|
2514
|
-
var Chat_1 = __webpack_require__(17629);
|
|
2515
|
-
var ChatConversationApi_1 = __webpack_require__(74617);
|
|
2516
|
-
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));
|
|
2517
2605
|
var ConfigurationProvider_1 = __webpack_require__(44858);
|
|
2518
|
-
var Crew_1 = __webpack_require__(83916);
|
|
2519
|
-
var CrossAppTransport_1 = __webpack_require__(25154);
|
|
2520
|
-
var CustomAttributesApi_1 = __webpack_require__(74890);
|
|
2521
|
-
var Customer_1 = __webpack_require__(46703);
|
|
2522
|
-
var customers_api_1 = __webpack_require__(6956);
|
|
2523
|
-
var CustomerAvailabilityHourApi_1 = __webpack_require__(18495);
|
|
2524
|
-
var customer_configuration_1 = __webpack_require__(23053);
|
|
2525
|
-
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));
|
|
2526
2614
|
var DeliveryBlocksApi_1 = __webpack_require__(42912);
|
|
2527
|
-
var DeliveryCatalogApi_1 = __webpack_require__(2831);
|
|
2528
|
-
var DeliveryCatalogApi_2 = __webpack_require__(67641);
|
|
2529
|
-
var delivery_windows_api_1 = __webpack_require__(49627);
|
|
2530
|
-
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));
|
|
2531
2619
|
var exclusion_window_api_1 = __webpack_require__(74750);
|
|
2532
|
-
var FleetApi_1 = __webpack_require__(88781);
|
|
2533
|
-
var FleetRouterApi_1 = __webpack_require__(13696);
|
|
2534
|
-
var FleetTemplateApi_1 = __webpack_require__(73102);
|
|
2535
|
-
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));
|
|
2536
2624
|
var floating_inventories_api_1 = __webpack_require__(66122);
|
|
2537
|
-
var GeocodingApi_1 = __webpack_require__(87206);
|
|
2538
|
-
var GoogleMapsHelperApi_1 = __webpack_require__(37828);
|
|
2539
|
-
var Inventory_1 = __webpack_require__(74033);
|
|
2540
|
-
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));
|
|
2541
2629
|
var Language_1 = __webpack_require__(67092);
|
|
2542
|
-
var LegacyReportsApi_1 = __webpack_require__(16761);
|
|
2543
|
-
var lookup_api_1 = __webpack_require__(96142);
|
|
2544
|
-
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));
|
|
2545
2633
|
var MerchantConfigurationApi_1 = __webpack_require__(83611);
|
|
2546
|
-
var MerchantPrototypeApi_1 = __webpack_require__(50347);
|
|
2634
|
+
var MerchantPrototypeApi_1 = __importDefault(__webpack_require__(50347));
|
|
2547
2635
|
var NotificationTemplate_1 = __webpack_require__(97655);
|
|
2548
2636
|
var NotificationType_1 = __webpack_require__(2765);
|
|
2549
|
-
var OauthApplicationApi_1 = __webpack_require__(94051);
|
|
2550
|
-
var OnboardingApi_1 = __webpack_require__(3481);
|
|
2551
|
-
var OpenFleetApi_1 = __webpack_require__(99497);
|
|
2552
|
-
var OptimizationConfiguration_1 = __webpack_require__(17859);
|
|
2553
|
-
var OptimizationConfigurationV2_1 = __webpack_require__(28719);
|
|
2554
|
-
var OptimizationKpiApi_1 = __webpack_require__(42068);
|
|
2555
|
-
var optimization_result_api_1 = __webpack_require__(51991);
|
|
2556
|
-
var PackageApi_1 = __webpack_require__(67595);
|
|
2557
|
-
var ParkingSpotApi_1 = __webpack_require__(43401);
|
|
2558
|
-
var Photo_1 = __webpack_require__(71760);
|
|
2559
|
-
var planned_delivery_windows_api_1 = __webpack_require__(44524);
|
|
2560
|
-
var PlannedRoutesApi_1 = __webpack_require__(44229);
|
|
2561
|
-
var preset_views_api_1 = __webpack_require__(37915);
|
|
2562
|
-
var PrivilegesApi_1 = __webpack_require__(77632);
|
|
2563
|
-
var PushNotificationRegistration_1 = __webpack_require__(49075);
|
|
2564
|
-
var PushTokenSubscriptionApi_1 = __webpack_require__(1062);
|
|
2565
|
-
var RatesApi_1 = __webpack_require__(7072);
|
|
2566
|
-
var ReasonToCancelTasksApi_1 = __webpack_require__(19199);
|
|
2567
|
-
var ReasonToChangeInventory_1 = __webpack_require__(89032);
|
|
2568
|
-
var ReasonToReassignTasksApi_1 = __webpack_require__(52121);
|
|
2569
|
-
var ReportPreference_1 = __webpack_require__(79086);
|
|
2570
|
-
var reports_1 = __webpack_require__(96457);
|
|
2571
|
-
var ResourceUploadApi_1 = __webpack_require__(5496);
|
|
2572
|
-
var RolloutsApi_1 = __webpack_require__(91310);
|
|
2573
|
-
var RouteOptimizationApi_1 = __webpack_require__(98511);
|
|
2574
|
-
var RouteOptimizationService_1 = __webpack_require__(94121);
|
|
2575
|
-
var RuleApi_1 = __webpack_require__(80298);
|
|
2576
|
-
var runs_1 = __webpack_require__(17640);
|
|
2577
|
-
var runs_api_1 = __webpack_require__(83582);
|
|
2578
|
-
var ScanApi_1 = __webpack_require__(9008);
|
|
2579
|
-
var ServiceApi_1 = __webpack_require__(65199);
|
|
2580
|
-
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));
|
|
2581
2669
|
var service_area_api_1 = __webpack_require__(35248);
|
|
2582
|
-
var ServicePlansApi_1 = __webpack_require__(19178);
|
|
2583
|
-
var AuthService_1 = __webpack_require__(54794);
|
|
2584
|
-
var Session_1 = __webpack_require__(44891);
|
|
2585
|
-
var ShiftsApi_1 = __webpack_require__(10942);
|
|
2586
|
-
var Signature_1 = __webpack_require__(59824);
|
|
2587
|
-
var SkillsApi_1 = __webpack_require__(28855);
|
|
2588
|
-
var SupportTicketApi_1 = __webpack_require__(28002);
|
|
2589
|
-
var Tag_1 = __webpack_require__(78847);
|
|
2590
|
-
var TagCustomerConfiguration_1 = __webpack_require__(87798);
|
|
2591
|
-
var TagMerchantConfiguration_1 = __webpack_require__(2889);
|
|
2592
|
-
var TaskApi_1 = __webpack_require__(41550);
|
|
2593
|
-
var tasks_api_1 = __webpack_require__(35022);
|
|
2594
|
-
var TaskConfiguration_1 = __webpack_require__(15127);
|
|
2595
|
-
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));
|
|
2596
2684
|
var TaskManagedAttributes_1 = __webpack_require__(26931);
|
|
2597
|
-
var task_reject_reasons_api_1 = __webpack_require__(62954);
|
|
2598
|
-
var tasks_explorer_api_1 = __webpack_require__(66845);
|
|
2599
|
-
var TeamApi_1 = __webpack_require__(10879);
|
|
2600
|
-
var TeamConfigurationApi_1 = __webpack_require__(37565);
|
|
2601
|
-
var TeamServiceAreaApi_1 = __webpack_require__(2847);
|
|
2602
|
-
var TemplatesApi_1 = __webpack_require__(92921);
|
|
2603
|
-
var upload_api_1 = __webpack_require__(61488);
|
|
2604
|
-
var Users_1 = __webpack_require__(32474);
|
|
2605
|
-
var UserAnalyticsApi_1 = __webpack_require__(98129);
|
|
2606
|
-
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));
|
|
2607
2695
|
var user_preset_views_api_1 = __webpack_require__(73587);
|
|
2608
|
-
var UserTypeApi_1 = __webpack_require__(57187);
|
|
2609
|
-
var vehicles_api_1 = __webpack_require__(57020);
|
|
2610
|
-
var VehicleApi_1 = __webpack_require__(46354);
|
|
2611
|
-
var VehicleCategoryApi_1 = __webpack_require__(11448);
|
|
2612
|
-
var VehicleTypeApi_1 = __webpack_require__(12119);
|
|
2613
|
-
var VrpAutoDispatchAnalyticApi_1 = __webpack_require__(45043);
|
|
2614
|
-
var WebApplicationConfigurationApi_1 = __webpack_require__(79421);
|
|
2615
|
-
var WebhookAuthenticationConfiguration_1 = __webpack_require__(68077);
|
|
2616
|
-
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));
|
|
2617
2705
|
var environment = 'production';
|
|
2618
2706
|
var configurationProvider = null;
|
|
2619
2707
|
var globals = null;
|
|
@@ -3077,8 +3165,8 @@ function setConfigurationProvider(provider) {
|
|
|
3077
3165
|
}
|
|
3078
3166
|
exports.setConfigurationProvider = setConfigurationProvider;
|
|
3079
3167
|
function setGlobals(bringgGlobals) {
|
|
3080
|
-
var withDefaults = bringgGlobals || { mobx:
|
|
3081
|
-
withDefaults.mobx = withDefaults.mobx ||
|
|
3168
|
+
var withDefaults = bringgGlobals || { mobx: mobx_1.default };
|
|
3169
|
+
withDefaults.mobx = withDefaults.mobx || mobx_1.default;
|
|
3082
3170
|
globals = withDefaults;
|
|
3083
3171
|
}
|
|
3084
3172
|
exports.setGlobals = setGlobals;
|
|
@@ -3115,12 +3203,15 @@ exports.newConfigurationProvider = newConfigurationProvider;
|
|
|
3115
3203
|
/***/ }),
|
|
3116
3204
|
|
|
3117
3205
|
/***/ 17629:
|
|
3118
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
3206
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3119
3207
|
|
|
3120
3208
|
"use strict";
|
|
3121
3209
|
|
|
3210
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3211
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3212
|
+
};
|
|
3122
3213
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3123
|
-
var Chat_service_1 = __webpack_require__(44377);
|
|
3214
|
+
var Chat_service_1 = __importDefault(__webpack_require__(44377));
|
|
3124
3215
|
var Chat = /** @class */ (function () {
|
|
3125
3216
|
function Chat(session) {
|
|
3126
3217
|
this.chatService = new Chat_service_1.default(session);
|
|
@@ -3203,8 +3294,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
3203
3294
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
3204
3295
|
}
|
|
3205
3296
|
};
|
|
3297
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3298
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3299
|
+
};
|
|
3206
3300
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3207
|
-
var RouteGenerator_1 = __webpack_require__(84075);
|
|
3301
|
+
var RouteGenerator_1 = __importDefault(__webpack_require__(84075));
|
|
3208
3302
|
var SessionBasedService_1 = __webpack_require__(27826);
|
|
3209
3303
|
var SERVICE_PREFIX = '/chat-service/v2';
|
|
3210
3304
|
var Routes = {
|
|
@@ -3281,13 +3375,16 @@ exports.multipleExtractor = multipleExtractor;
|
|
|
3281
3375
|
/***/ }),
|
|
3282
3376
|
|
|
3283
3377
|
/***/ 74617:
|
|
3284
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
3378
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3285
3379
|
|
|
3286
3380
|
"use strict";
|
|
3287
3381
|
|
|
3382
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3383
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3384
|
+
};
|
|
3288
3385
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3289
|
-
var ChatMessageApi_1 = __webpack_require__(21264);
|
|
3290
|
-
var ChatConversation_1 = __webpack_require__(45717);
|
|
3386
|
+
var ChatMessageApi_1 = __importDefault(__webpack_require__(21264));
|
|
3387
|
+
var ChatConversation_1 = __importDefault(__webpack_require__(45717));
|
|
3291
3388
|
var ChatConversationApi = /** @class */ (function () {
|
|
3292
3389
|
function ChatConversationApi(session) {
|
|
3293
3390
|
this.chatConversationEntity = new ChatConversation_1.default(session);
|
|
@@ -3383,10 +3480,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
3383
3480
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
3384
3481
|
}
|
|
3385
3482
|
};
|
|
3483
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3484
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3485
|
+
};
|
|
3386
3486
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3387
3487
|
var lodash_1 = __webpack_require__(96486);
|
|
3388
3488
|
var Entity_1 = __webpack_require__(7483);
|
|
3389
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
3489
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
3390
3490
|
var ChatConversation_consts_1 = __webpack_require__(44448);
|
|
3391
3491
|
var Routes = {
|
|
3392
3492
|
UpdateLastRead: '/chat_conversations/{:id}/update_last_read'
|
|
@@ -3527,12 +3627,15 @@ exports.multipleExtractor = multipleExtractor;
|
|
|
3527
3627
|
/***/ }),
|
|
3528
3628
|
|
|
3529
3629
|
/***/ 21264:
|
|
3530
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
3630
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3531
3631
|
|
|
3532
3632
|
"use strict";
|
|
3533
3633
|
|
|
3634
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3635
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3636
|
+
};
|
|
3534
3637
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3535
|
-
var ChatMessage_1 = __webpack_require__(13079);
|
|
3638
|
+
var ChatMessage_1 = __importDefault(__webpack_require__(13079));
|
|
3536
3639
|
var ChatMessageApi = /** @class */ (function () {
|
|
3537
3640
|
function ChatMessageApi(session) {
|
|
3538
3641
|
this.chatMessageEntity = new ChatMessage_1.default(session);
|
|
@@ -3627,12 +3730,15 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
3627
3730
|
}
|
|
3628
3731
|
return ar;
|
|
3629
3732
|
};
|
|
3733
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3734
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3735
|
+
};
|
|
3630
3736
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3631
3737
|
var lodash_1 = __webpack_require__(96486);
|
|
3632
3738
|
var rxjs_1 = __webpack_require__(34143);
|
|
3633
3739
|
var operators_1 = __webpack_require__(11717);
|
|
3634
3740
|
var Entity_1 = __webpack_require__(7483);
|
|
3635
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
3741
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
3636
3742
|
var ChatMessage_consts_1 = __webpack_require__(39634);
|
|
3637
3743
|
var ChatMessage = /** @class */ (function (_super) {
|
|
3638
3744
|
__extends(ChatMessage, _super);
|
|
@@ -3688,12 +3794,15 @@ exports["default"] = ChatMessage;
|
|
|
3688
3794
|
/***/ }),
|
|
3689
3795
|
|
|
3690
3796
|
/***/ 97275:
|
|
3691
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
3797
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3692
3798
|
|
|
3693
3799
|
"use strict";
|
|
3694
3800
|
|
|
3801
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3802
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3803
|
+
};
|
|
3695
3804
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3696
|
-
var CompanyEntity_1 = __webpack_require__(7427);
|
|
3805
|
+
var CompanyEntity_1 = __importDefault(__webpack_require__(7427));
|
|
3697
3806
|
var Company = /** @class */ (function () {
|
|
3698
3807
|
function Company(session) {
|
|
3699
3808
|
this.companyEntity = new CompanyEntity_1.default(session);
|
|
@@ -3743,8 +3852,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
3743
3852
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
3744
3853
|
};
|
|
3745
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
|
+
};
|
|
3746
3878
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3747
|
-
var Entity_1 = __webpack_require__(7483);
|
|
3879
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
3748
3880
|
var CompanyEntity = /** @class */ (function (_super) {
|
|
3749
3881
|
__extends(CompanyEntity, _super);
|
|
3750
3882
|
function CompanyEntity(session) {
|
|
@@ -3784,9 +3916,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
3784
3916
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
3785
3917
|
};
|
|
3786
3918
|
})();
|
|
3919
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3920
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3921
|
+
};
|
|
3787
3922
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3788
3923
|
var SessionBasedService_1 = __webpack_require__(27826);
|
|
3789
|
-
var RouteGenerator_1 = __webpack_require__(84075);
|
|
3924
|
+
var RouteGenerator_1 = __importDefault(__webpack_require__(84075));
|
|
3790
3925
|
var BaseService = /** @class */ (function (_super) {
|
|
3791
3926
|
__extends(BaseService, _super);
|
|
3792
3927
|
function BaseService(session, entityName) {
|
|
@@ -3843,13 +3978,16 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
3843
3978
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
3844
3979
|
}
|
|
3845
3980
|
};
|
|
3981
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3982
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3983
|
+
};
|
|
3846
3984
|
var _a;
|
|
3847
3985
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3848
3986
|
exports.THROTTLE_TIME = exports.ActionToFunction = exports.Actions = void 0;
|
|
3849
3987
|
var lodash_1 = __webpack_require__(96486);
|
|
3850
3988
|
var Subject_1 = __webpack_require__(4144);
|
|
3851
3989
|
var operators_1 = __webpack_require__(11717);
|
|
3852
|
-
var Logger_1 = __webpack_require__(55860);
|
|
3990
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
3853
3991
|
var Actions;
|
|
3854
3992
|
(function (Actions) {
|
|
3855
3993
|
Actions["CREATE"] = "CREATE";
|
|
@@ -4044,12 +4182,15 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
4044
4182
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
4045
4183
|
};
|
|
4046
4184
|
})();
|
|
4185
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4186
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4187
|
+
};
|
|
4047
4188
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4048
4189
|
exports.BringgException = exports.logOnException = void 0;
|
|
4049
4190
|
var _ = __webpack_require__(96486);
|
|
4050
4191
|
var extendable_error_1 = __webpack_require__(93310);
|
|
4051
4192
|
var ExceptionReason_1 = __webpack_require__(73532);
|
|
4052
|
-
var Logger_1 = __webpack_require__(55860);
|
|
4193
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
4053
4194
|
var logOnException = function (target, propertyKey, descriptor) {
|
|
4054
4195
|
var originalMethod = descriptor.value;
|
|
4055
4196
|
descriptor.value = function () {
|
|
@@ -4197,11 +4338,15 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
4197
4338
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
4198
4339
|
}
|
|
4199
4340
|
};
|
|
4341
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4342
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4343
|
+
};
|
|
4200
4344
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4201
4345
|
exports.ConfigurationProvider = void 0;
|
|
4346
|
+
var axios_1 = __importDefault(__webpack_require__(9669));
|
|
4202
4347
|
var BringgDashboardSDK_1 = __webpack_require__(5655);
|
|
4203
|
-
var URLEndpoint_1 = __webpack_require__(77908);
|
|
4204
|
-
var Logger_1 = __webpack_require__(55860);
|
|
4348
|
+
var URLEndpoint_1 = __importDefault(__webpack_require__(77908));
|
|
4349
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
4205
4350
|
var ConfigurationProvider = /** @class */ (function () {
|
|
4206
4351
|
function ConfigurationProvider(_a) {
|
|
4207
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;
|
|
@@ -4342,11 +4487,19 @@ var ConfigurationProvider = /** @class */ (function () {
|
|
|
4342
4487
|
}());
|
|
4343
4488
|
exports.ConfigurationProvider = ConfigurationProvider;
|
|
4344
4489
|
function api(url) {
|
|
4345
|
-
return
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
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
|
+
});
|
|
4350
4503
|
});
|
|
4351
4504
|
}
|
|
4352
4505
|
//# sourceMappingURL=ConfigurationProvider.js.map
|
|
@@ -4409,8 +4562,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
4409
4562
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
4410
4563
|
}
|
|
4411
4564
|
};
|
|
4565
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4566
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4567
|
+
};
|
|
4412
4568
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4413
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
4569
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
4414
4570
|
var CrudService = /** @class */ (function (_super) {
|
|
4415
4571
|
__extends(CrudService, _super);
|
|
4416
4572
|
function CrudService(session, entityName, routePrefix, routeSuffix) {
|
|
@@ -4523,15 +4679,18 @@ exports["default"] = CrudService;
|
|
|
4523
4679
|
/***/ }),
|
|
4524
4680
|
|
|
4525
4681
|
/***/ 7483:
|
|
4526
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
4682
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
4527
4683
|
|
|
4528
4684
|
"use strict";
|
|
4529
4685
|
|
|
4686
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4687
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4688
|
+
};
|
|
4530
4689
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4531
4690
|
exports.BaseRoutes = void 0;
|
|
4532
4691
|
var lodash_1 = __webpack_require__(96486);
|
|
4533
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
4534
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
4692
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
4693
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
4535
4694
|
var BaseRoutes;
|
|
4536
4695
|
(function (BaseRoutes) {
|
|
4537
4696
|
BaseRoutes["Get"] = "get";
|
|
@@ -4570,13 +4729,16 @@ exports["default"] = Entity;
|
|
|
4570
4729
|
/***/ }),
|
|
4571
4730
|
|
|
4572
4731
|
/***/ 73532:
|
|
4573
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
4732
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
4574
4733
|
|
|
4575
4734
|
"use strict";
|
|
4576
4735
|
|
|
4736
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4737
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4738
|
+
};
|
|
4577
4739
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4578
4740
|
exports.ExceptionReason = void 0;
|
|
4579
|
-
var
|
|
4741
|
+
var http_status_codes_1 = __importDefault(__webpack_require__(74322));
|
|
4580
4742
|
var HTTP_SERIES = function (statusCode) { return 100000 + statusCode; };
|
|
4581
4743
|
var reasonCodeToExceptionReasonMapper = new Map();
|
|
4582
4744
|
var ExceptionReason = /** @class */ (function () {
|
|
@@ -4599,60 +4761,60 @@ var ExceptionReason = /** @class */ (function () {
|
|
|
4599
4761
|
ExceptionReason.CAPTCHA_VERIFICATION_REQUIRED = new ExceptionReason('CAPTCHA_VERIFICATION_REQUIRED', 7);
|
|
4600
4762
|
ExceptionReason.TIMEOUT = new ExceptionReason('TIMEOUT', 8);
|
|
4601
4763
|
/* 1xxxxxx Http Series */
|
|
4602
|
-
ExceptionReason.HTTP_ACCEPTED = new ExceptionReason('HTTP_ACCEPTED', HTTP_SERIES(
|
|
4603
|
-
ExceptionReason.HTTP_BAD_GATEWAY = new ExceptionReason('HTTP_BAD_GATEWAY', HTTP_SERIES(
|
|
4604
|
-
ExceptionReason.HTTP_BAD_REQUEST = new ExceptionReason('HTTP_BAD_REQUEST', HTTP_SERIES(
|
|
4605
|
-
ExceptionReason.HTTP_CONFLICT = new ExceptionReason('HTTP_CONFLICT', HTTP_SERIES(
|
|
4606
|
-
ExceptionReason.HTTP_CONTINUE = new ExceptionReason('HTTP_CONTINUE', HTTP_SERIES(
|
|
4607
|
-
ExceptionReason.HTTP_CREATED = new ExceptionReason('HTTP_CREATED', HTTP_SERIES(
|
|
4608
|
-
ExceptionReason.HTTP_EXPECTATION_FAILED = new ExceptionReason('HTTP_EXPECTATION_FAILED', HTTP_SERIES(
|
|
4609
|
-
ExceptionReason.HTTP_FAILED_DEPENDENCY = new ExceptionReason('HTTP_FAILED_DEPENDENCY', HTTP_SERIES(
|
|
4610
|
-
ExceptionReason.HTTP_FORBIDDEN = new ExceptionReason('HTTP_FORBIDDEN', HTTP_SERIES(
|
|
4611
|
-
ExceptionReason.HTTP_GATEWAY_TIMEOUT = new ExceptionReason('HTTP_GATEWAY_TIMEOUT', HTTP_SERIES(
|
|
4612
|
-
ExceptionReason.HTTP_GONE = new ExceptionReason('HTTP_GONE', HTTP_SERIES(
|
|
4613
|
-
ExceptionReason.HTTP_HTTP_VERSION_NOT_SUPPORTED = new ExceptionReason('HTTP_HTTP_VERSION_NOT_SUPPORTED', HTTP_SERIES(
|
|
4614
|
-
ExceptionReason.HTTP_IM_A_TEAPOT = new ExceptionReason('HTTP_IM_A_TEAPOT', HTTP_SERIES(
|
|
4615
|
-
ExceptionReason.HTTP_INSUFFICIENT_SPACE_ON_RESOURCE = new ExceptionReason('HTTP_INSUFFICIENT_SPACE_ON_RESOURCE', HTTP_SERIES(
|
|
4616
|
-
ExceptionReason.HTTP_INSUFFICIENT_STORAGE = new ExceptionReason('HTTP_INSUFFICIENT_STORAGE', HTTP_SERIES(
|
|
4617
|
-
ExceptionReason.HTTP_INTERNAL_SERVER_ERROR = new ExceptionReason('HTTP_INTERNAL_SERVER_ERROR', HTTP_SERIES(
|
|
4618
|
-
ExceptionReason.HTTP_LENGTH_REQUIRED = new ExceptionReason('HTTP_LENGTH_REQUIRED', HTTP_SERIES(
|
|
4619
|
-
ExceptionReason.HTTP_LOCKED = new ExceptionReason('HTTP_LOCKED', HTTP_SERIES(
|
|
4620
|
-
ExceptionReason.HTTP_METHOD_FAILURE = new ExceptionReason('HTTP_METHOD_FAILURE', HTTP_SERIES(
|
|
4621
|
-
ExceptionReason.HTTP_METHOD_NOT_ALLOWED = new ExceptionReason('HTTP_METHOD_NOT_ALLOWED', HTTP_SERIES(
|
|
4622
|
-
ExceptionReason.HTTP_MOVED_PERMANENTLY = new ExceptionReason('HTTP_MOVED_PERMANENTLY', HTTP_SERIES(
|
|
4623
|
-
ExceptionReason.HTTP_MOVED_TEMPORARILY = new ExceptionReason('HTTP_MOVED_TEMPORARILY', HTTP_SERIES(
|
|
4624
|
-
ExceptionReason.HTTP_MULTI_STATUS = new ExceptionReason('HTTP_MULTI_STATUS', HTTP_SERIES(
|
|
4625
|
-
ExceptionReason.HTTP_MULTIPLE_CHOICES = new ExceptionReason('HTTP_MULTIPLE_CHOICES', HTTP_SERIES(
|
|
4626
|
-
ExceptionReason.HTTP_NETWORK_AUTHENTICATION_REQUIRED = new ExceptionReason('HTTP_NETWORK_AUTHENTICATION_REQUIRED', HTTP_SERIES(
|
|
4627
|
-
ExceptionReason.HTTP_NO_CONTENT = new ExceptionReason('HTTP_NO_CONTENT', HTTP_SERIES(
|
|
4628
|
-
ExceptionReason.HTTP_NON_AUTHORITATIVE_INFORMATION = new ExceptionReason('HTTP_NON_AUTHORITATIVE_INFORMATION', HTTP_SERIES(
|
|
4629
|
-
ExceptionReason.HTTP_NOT_ACCEPTABLE = new ExceptionReason('HTTP_NOT_ACCEPTABLE', HTTP_SERIES(
|
|
4630
|
-
ExceptionReason.HTTP_NOT_FOUND = new ExceptionReason('HTTP_NOT_FOUND', HTTP_SERIES(
|
|
4631
|
-
ExceptionReason.HTTP_NOT_IMPLEMENTED = new ExceptionReason('HTTP_NOT_IMPLEMENTED', HTTP_SERIES(
|
|
4632
|
-
ExceptionReason.HTTP_NOT_MODIFIED = new ExceptionReason('HTTP_NOT_MODIFIED', HTTP_SERIES(
|
|
4633
|
-
ExceptionReason.HTTP_OK = new ExceptionReason('HTTP_OK', HTTP_SERIES(
|
|
4634
|
-
ExceptionReason.HTTP_PARTIAL_CONTENT = new ExceptionReason('HTTP_PARTIAL_CONTENT', HTTP_SERIES(
|
|
4635
|
-
ExceptionReason.HTTP_PAYMENT_REQUIRED = new ExceptionReason('HTTP_PAYMENT_REQUIRED', HTTP_SERIES(
|
|
4636
|
-
ExceptionReason.HTTP_PERMANENT_REDIRECT = new ExceptionReason('HTTP_PERMANENT_REDIRECT', HTTP_SERIES(
|
|
4637
|
-
ExceptionReason.HTTP_PRECONDITION_FAILED = new ExceptionReason('HTTP_PRECONDITION_FAILED', HTTP_SERIES(
|
|
4638
|
-
ExceptionReason.HTTP_PRECONDITION_REQUIRED = new ExceptionReason('HTTP_PRECONDITION_REQUIRED', HTTP_SERIES(
|
|
4639
|
-
ExceptionReason.HTTP_PROCESSING = new ExceptionReason('HTTP_PROCESSING', HTTP_SERIES(
|
|
4640
|
-
ExceptionReason.HTTP_PROXY_AUTHENTICATION_REQUIRED = new ExceptionReason('HTTP_PROXY_AUTHENTICATION_REQUIRED', HTTP_SERIES(
|
|
4641
|
-
ExceptionReason.HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = new ExceptionReason('HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE', HTTP_SERIES(
|
|
4642
|
-
ExceptionReason.HTTP_REQUEST_TIMEOUT = new ExceptionReason('HTTP_REQUEST_TIMEOUT', HTTP_SERIES(
|
|
4643
|
-
ExceptionReason.HTTP_REQUEST_TOO_LONG = new ExceptionReason('HTTP_REQUEST_TOO_LONG', HTTP_SERIES(
|
|
4644
|
-
ExceptionReason.HTTP_REQUEST_URI_TOO_LONG = new ExceptionReason('HTTP_REQUEST_URI_TOO_LONG', HTTP_SERIES(
|
|
4645
|
-
ExceptionReason.HTTP_REQUESTED_RANGE_NOT_SATISFIABLE = new ExceptionReason('HTTP_REQUESTED_RANGE_NOT_SATISFIABLE', HTTP_SERIES(
|
|
4646
|
-
ExceptionReason.HTTP_RESET_CONTENT = new ExceptionReason('HTTP_RESET_CONTENT', HTTP_SERIES(
|
|
4647
|
-
ExceptionReason.HTTP_SEE_OTHER = new ExceptionReason('HTTP_SEE_OTHER', HTTP_SERIES(
|
|
4648
|
-
ExceptionReason.HTTP_SERVICE_UNAVAILABLE = new ExceptionReason('HTTP_SERVICE_UNAVAILABLE', HTTP_SERIES(
|
|
4649
|
-
ExceptionReason.HTTP_SWITCHING_PROTOCOLS = new ExceptionReason('HTTP_SWITCHING_PROTOCOLS', HTTP_SERIES(
|
|
4650
|
-
ExceptionReason.HTTP_TEMPORARY_REDIRECT = new ExceptionReason('HTTP_TEMPORARY_REDIRECT', HTTP_SERIES(
|
|
4651
|
-
ExceptionReason.HTTP_TOO_MANY_REQUESTS = new ExceptionReason('HTTP_TOO_MANY_REQUESTS', HTTP_SERIES(
|
|
4652
|
-
ExceptionReason.HTTP_UNAUTHORIZED = new ExceptionReason('HTTP_UNAUTHORIZED', HTTP_SERIES(
|
|
4653
|
-
ExceptionReason.HTTP_UNPROCESSABLE_ENTITY = new ExceptionReason('HTTP_UNPROCESSABLE_ENTITY', HTTP_SERIES(
|
|
4654
|
-
ExceptionReason.HTTP_UNSUPPORTED_MEDIA_TYPE = new ExceptionReason('HTTP_UNSUPPORTED_MEDIA_TYPE', HTTP_SERIES(
|
|
4655
|
-
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));
|
|
4656
4818
|
return ExceptionReason;
|
|
4657
4819
|
}());
|
|
4658
4820
|
exports.ExceptionReason = ExceptionReason;
|
|
@@ -4661,14 +4823,17 @@ exports.ExceptionReason = ExceptionReason;
|
|
|
4661
4823
|
/***/ }),
|
|
4662
4824
|
|
|
4663
4825
|
/***/ 36429:
|
|
4664
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
4826
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
4665
4827
|
|
|
4666
4828
|
"use strict";
|
|
4667
4829
|
|
|
4830
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4831
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4832
|
+
};
|
|
4668
4833
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4669
4834
|
exports.REGION_NOT_WORKING = exports.HttpStatusCode = void 0;
|
|
4670
|
-
var
|
|
4671
|
-
exports.HttpStatusCode =
|
|
4835
|
+
var http_status_codes_1 = __importDefault(__webpack_require__(74322));
|
|
4836
|
+
exports.HttpStatusCode = http_status_codes_1.default;
|
|
4672
4837
|
exports.REGION_NOT_WORKING = 'Region is not working';
|
|
4673
4838
|
//# sourceMappingURL=Enums.js.map
|
|
4674
4839
|
|
|
@@ -5200,11 +5365,14 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
5200
5365
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
5201
5366
|
}
|
|
5202
5367
|
};
|
|
5368
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5369
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5370
|
+
};
|
|
5203
5371
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
5204
5372
|
exports.RealTimeHandler = void 0;
|
|
5205
5373
|
var PubSubEvents_1 = __webpack_require__(74102);
|
|
5206
|
-
var BaseStore_1 = __webpack_require__(14436);
|
|
5207
|
-
var Entity_1 = __webpack_require__(7483);
|
|
5374
|
+
var BaseStore_1 = __importDefault(__webpack_require__(14436));
|
|
5375
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
5208
5376
|
var RouteGenerator_1 = __webpack_require__(84075);
|
|
5209
5377
|
var RealTimeHandler = /** @class */ (function () {
|
|
5210
5378
|
function RealTimeHandler(realTimeConnection) {
|
|
@@ -5451,8 +5619,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
5451
5619
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
5452
5620
|
}
|
|
5453
5621
|
};
|
|
5622
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5623
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5624
|
+
};
|
|
5454
5625
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
5455
|
-
var CrewStore_1 = __webpack_require__(99295);
|
|
5626
|
+
var CrewStore_1 = __importDefault(__webpack_require__(99295));
|
|
5456
5627
|
var Crew = /** @class */ (function () {
|
|
5457
5628
|
function Crew(session, usersStore) {
|
|
5458
5629
|
this.crewStore = new CrewStore_1.default(session);
|
|
@@ -5822,12 +5993,15 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
5822
5993
|
}
|
|
5823
5994
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
5824
5995
|
};
|
|
5996
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5997
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5998
|
+
};
|
|
5825
5999
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
5826
6000
|
var lodash_1 = __webpack_require__(96486);
|
|
5827
6001
|
var rxjs_1 = __webpack_require__(34143);
|
|
5828
6002
|
var operators_1 = __webpack_require__(11717);
|
|
5829
|
-
var BaseStore_1 = __webpack_require__(14436);
|
|
5830
|
-
var CrewService_1 = __webpack_require__(42155);
|
|
6003
|
+
var BaseStore_1 = __importDefault(__webpack_require__(14436));
|
|
6004
|
+
var CrewService_1 = __importDefault(__webpack_require__(42155));
|
|
5831
6005
|
var CrewStore = /** @class */ (function (_super) {
|
|
5832
6006
|
__extends(CrewStore, _super);
|
|
5833
6007
|
function CrewStore(session) {
|
|
@@ -6061,12 +6235,15 @@ exports.Routes = {
|
|
|
6061
6235
|
/***/ }),
|
|
6062
6236
|
|
|
6063
6237
|
/***/ 74890:
|
|
6064
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
6238
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
6065
6239
|
|
|
6066
6240
|
"use strict";
|
|
6067
6241
|
|
|
6242
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6243
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6244
|
+
};
|
|
6068
6245
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6069
|
-
var CustomAttributesEntity_1 = __webpack_require__(61458);
|
|
6246
|
+
var CustomAttributesEntity_1 = __importDefault(__webpack_require__(61458));
|
|
6070
6247
|
var CustomAttributesApi = /** @class */ (function () {
|
|
6071
6248
|
function CustomAttributesApi(session) {
|
|
6072
6249
|
this.customAttributesEntity = new CustomAttributesEntity_1.default(session);
|
|
@@ -6146,8 +6323,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6146
6323
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6147
6324
|
}
|
|
6148
6325
|
};
|
|
6326
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6327
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6328
|
+
};
|
|
6149
6329
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6150
|
-
var Entity_1 = __webpack_require__(7483);
|
|
6330
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
6151
6331
|
var CustomAttributes_consts_1 = __webpack_require__(9511);
|
|
6152
6332
|
var CustomAttributesEntity = /** @class */ (function (_super) {
|
|
6153
6333
|
__extends(CustomAttributesEntity, _super);
|
|
@@ -6266,9 +6446,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6266
6446
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6267
6447
|
}
|
|
6268
6448
|
};
|
|
6449
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6450
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6451
|
+
};
|
|
6269
6452
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6270
6453
|
exports.customerExtractor = void 0;
|
|
6271
|
-
var CustomerEntity_1 = __webpack_require__(91030);
|
|
6454
|
+
var CustomerEntity_1 = __importDefault(__webpack_require__(91030));
|
|
6272
6455
|
var customerExtractor = function (response) { return response.customer; };
|
|
6273
6456
|
exports.customerExtractor = customerExtractor;
|
|
6274
6457
|
var Customer = /** @class */ (function () {
|
|
@@ -6369,9 +6552,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6369
6552
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6370
6553
|
}
|
|
6371
6554
|
};
|
|
6555
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6556
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6557
|
+
};
|
|
6372
6558
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6373
6559
|
var Entity_1 = __webpack_require__(7483);
|
|
6374
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
6560
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
6375
6561
|
var CustomerEntity = /** @class */ (function (_super) {
|
|
6376
6562
|
__extends(CustomerEntity, _super);
|
|
6377
6563
|
function CustomerEntity(session) {
|
|
@@ -6452,16 +6638,19 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6452
6638
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6453
6639
|
}
|
|
6454
6640
|
};
|
|
6641
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6642
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6643
|
+
};
|
|
6455
6644
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6456
6645
|
var _ = __webpack_require__(96486);
|
|
6457
6646
|
var merge_mapper_1 = __webpack_require__(59200);
|
|
6458
6647
|
var data_entity_1 = __webpack_require__(91083);
|
|
6459
|
-
var data_store_1 = __webpack_require__(73135);
|
|
6460
|
-
var realtime_subscriptions_1 = __webpack_require__(47985);
|
|
6461
|
-
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));
|
|
6462
6651
|
var array_utils_1 = __webpack_require__(43052);
|
|
6463
6652
|
var Customer_consts_1 = __webpack_require__(85240);
|
|
6464
|
-
var customers_service_1 = __webpack_require__(52639);
|
|
6653
|
+
var customers_service_1 = __importDefault(__webpack_require__(52639));
|
|
6465
6654
|
var CustomersApi = /** @class */ (function () {
|
|
6466
6655
|
function CustomersApi(session) {
|
|
6467
6656
|
var _this = this;
|
|
@@ -6607,8 +6796,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6607
6796
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6608
6797
|
}
|
|
6609
6798
|
};
|
|
6799
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6800
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6801
|
+
};
|
|
6610
6802
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6611
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
6803
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
6612
6804
|
var CustomersService = /** @class */ (function () {
|
|
6613
6805
|
function CustomersService(session) {
|
|
6614
6806
|
this.service = new CrudService_1.default(session, 'customers');
|
|
@@ -6744,8 +6936,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6744
6936
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6745
6937
|
}
|
|
6746
6938
|
};
|
|
6939
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6940
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6941
|
+
};
|
|
6747
6942
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6748
|
-
var CustomerAvailabilityHourEntity_1 = __webpack_require__(28595);
|
|
6943
|
+
var CustomerAvailabilityHourEntity_1 = __importDefault(__webpack_require__(28595));
|
|
6749
6944
|
var CustomerAvailabilityHourApi = /** @class */ (function () {
|
|
6750
6945
|
function CustomerAvailabilityHourApi(session) {
|
|
6751
6946
|
this.customerAvailabilityHourEntity = new CustomerAvailabilityHourEntity_1.default(session);
|
|
@@ -6827,9 +7022,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6827
7022
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6828
7023
|
}
|
|
6829
7024
|
};
|
|
7025
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7026
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7027
|
+
};
|
|
6830
7028
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6831
7029
|
exports.Routes = void 0;
|
|
6832
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
7030
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
6833
7031
|
exports.Routes = {
|
|
6834
7032
|
GET_AVAILABILITY_HOURS: '/customer_availability_hours',
|
|
6835
7033
|
BATCH_GET_AVAILABILITY_HOURS: '/customer_availability_hours/batch_get'
|
|
@@ -7000,9 +7198,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
7000
7198
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
7001
7199
|
}
|
|
7002
7200
|
};
|
|
7201
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7202
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7203
|
+
};
|
|
7003
7204
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7004
|
-
var cached_promise_1 = __webpack_require__(8277);
|
|
7005
|
-
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));
|
|
7006
7207
|
var Dashboard = /** @class */ (function () {
|
|
7007
7208
|
function Dashboard(session) {
|
|
7008
7209
|
this.service = new customer_configuration_service_1.default(session);
|
|
@@ -7233,8 +7434,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
7233
7434
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
7234
7435
|
}
|
|
7235
7436
|
};
|
|
7437
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7438
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7439
|
+
};
|
|
7236
7440
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7237
|
-
var dashboard_service_1 = __webpack_require__(58291);
|
|
7441
|
+
var dashboard_service_1 = __importDefault(__webpack_require__(58291));
|
|
7238
7442
|
var Dashboard = /** @class */ (function () {
|
|
7239
7443
|
function Dashboard(session) {
|
|
7240
7444
|
this.dashboardService = new dashboard_service_1.default(session);
|
|
@@ -7555,10 +7759,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
7555
7759
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
7556
7760
|
}
|
|
7557
7761
|
};
|
|
7762
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7763
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7764
|
+
};
|
|
7558
7765
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7559
7766
|
exports.DeliveryBlocksApi = void 0;
|
|
7560
7767
|
var BringgException_1 = __webpack_require__(43605);
|
|
7561
|
-
var DeliveryBlocksEntity_1 = __webpack_require__(46501);
|
|
7768
|
+
var DeliveryBlocksEntity_1 = __importDefault(__webpack_require__(46501));
|
|
7562
7769
|
var DeliveryBlocksApi = /** @class */ (function () {
|
|
7563
7770
|
function DeliveryBlocksApi(session) {
|
|
7564
7771
|
this.deliveryBlocksEntity = new DeliveryBlocksEntity_1.default(session);
|
|
@@ -7737,8 +7944,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
7737
7944
|
}
|
|
7738
7945
|
return t;
|
|
7739
7946
|
};
|
|
7947
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7948
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7949
|
+
};
|
|
7740
7950
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7741
|
-
var Entity_1 = __webpack_require__(7483);
|
|
7951
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
7742
7952
|
var Routes = {
|
|
7743
7953
|
GET: '/delivery_blocks',
|
|
7744
7954
|
CREATE: '/delivery_blocks',
|
|
@@ -7944,8 +8154,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
7944
8154
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
7945
8155
|
}
|
|
7946
8156
|
};
|
|
8157
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8158
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8159
|
+
};
|
|
7947
8160
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7948
|
-
var DeliveryCatalogEntity_1 = __webpack_require__(48395);
|
|
8161
|
+
var DeliveryCatalogEntity_1 = __importDefault(__webpack_require__(48395));
|
|
7949
8162
|
var DeliveryCatalogApi = /** @class */ (function () {
|
|
7950
8163
|
function DeliveryCatalogApi(session) {
|
|
7951
8164
|
this.deliveryCatalogEntity = new DeliveryCatalogEntity_1.default(session);
|
|
@@ -8163,8 +8376,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8163
8376
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8164
8377
|
}
|
|
8165
8378
|
};
|
|
8379
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8380
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8381
|
+
};
|
|
8166
8382
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
8167
|
-
var Entity_1 = __webpack_require__(7483);
|
|
8383
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
8168
8384
|
var servicePrefix = '/fleet-service';
|
|
8169
8385
|
var servicePrefixDeliveryProvider = '/delivery-provider-service';
|
|
8170
8386
|
var baseRouteProviders = "".concat(servicePrefixDeliveryProvider, "/v1/delivery-providers");
|
|
@@ -8399,8 +8615,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8399
8615
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8400
8616
|
}
|
|
8401
8617
|
};
|
|
8618
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8619
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8620
|
+
};
|
|
8402
8621
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
8403
|
-
var DeliveryCatalogEntity_1 = __webpack_require__(54369);
|
|
8622
|
+
var DeliveryCatalogEntity_1 = __importDefault(__webpack_require__(54369));
|
|
8404
8623
|
var DeliveryCatalogApi = /** @class */ (function () {
|
|
8405
8624
|
function DeliveryCatalogApi(session) {
|
|
8406
8625
|
this.deliveryCatalogEntity = new DeliveryCatalogEntity_1.default(session);
|
|
@@ -8608,9 +8827,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8608
8827
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8609
8828
|
}
|
|
8610
8829
|
};
|
|
8830
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8831
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8832
|
+
};
|
|
8611
8833
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
8612
|
-
var Entity_1 = __webpack_require__(7483);
|
|
8613
|
-
var DeliveryCatalogGEService_1 = __webpack_require__(67549);
|
|
8834
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
8835
|
+
var DeliveryCatalogGEService_1 = __importDefault(__webpack_require__(67549));
|
|
8614
8836
|
var servicePrefix = '/fleet-service';
|
|
8615
8837
|
var servicePrefixDeliveryProvider = '/delivery-provider-service';
|
|
8616
8838
|
var baseRouteProviders = "".concat(servicePrefixDeliveryProvider, "/v1/delivery-providers");
|
|
@@ -8849,11 +9071,14 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8849
9071
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8850
9072
|
}
|
|
8851
9073
|
};
|
|
9074
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9075
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9076
|
+
};
|
|
8852
9077
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
8853
9078
|
exports.ROUTES = exports.defaultExtractor = void 0;
|
|
8854
9079
|
var BringgDashboardSDK_1 = __webpack_require__(5655);
|
|
8855
9080
|
var BringgException_1 = __webpack_require__(43605);
|
|
8856
|
-
var URLEndpoint_1 = __webpack_require__(77908);
|
|
9081
|
+
var URLEndpoint_1 = __importDefault(__webpack_require__(77908));
|
|
8857
9082
|
var AnonymousRequestService_1 = __webpack_require__(29118);
|
|
8858
9083
|
var Route_1 = __webpack_require__(92641);
|
|
8859
9084
|
var defaultExtractor = function (response) { return response; };
|
|
@@ -8961,8 +9186,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8961
9186
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8962
9187
|
}
|
|
8963
9188
|
};
|
|
9189
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9190
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9191
|
+
};
|
|
8964
9192
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
8965
|
-
var delivery_windows_service_1 = __webpack_require__(82577);
|
|
9193
|
+
var delivery_windows_service_1 = __importDefault(__webpack_require__(82577));
|
|
8966
9194
|
var DeliveryWindowsApi = /** @class */ (function () {
|
|
8967
9195
|
function DeliveryWindowsApi(session) {
|
|
8968
9196
|
this.deliveryWindowsService = new delivery_windows_service_1.default(session);
|
|
@@ -9022,8 +9250,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9022
9250
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9023
9251
|
}
|
|
9024
9252
|
};
|
|
9253
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9254
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9255
|
+
};
|
|
9025
9256
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9026
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
9257
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
9027
9258
|
var entityName = 'delivery_windows';
|
|
9028
9259
|
var DeliveryWindowsService = /** @class */ (function () {
|
|
9029
9260
|
function DeliveryWindowsService(session) {
|
|
@@ -9079,6 +9310,29 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
9079
9310
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
9080
9311
|
};
|
|
9081
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
|
+
};
|
|
9082
9336
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
9083
9337
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
9084
9338
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -9117,7 +9371,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9117
9371
|
};
|
|
9118
9372
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9119
9373
|
exports.Routes = void 0;
|
|
9120
|
-
var Entity_1 = __webpack_require__(7483);
|
|
9374
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
9121
9375
|
exports.Routes = {
|
|
9122
9376
|
COPY_FROM_MERCHANT: '/merchant/exclusion_windows/copy_from_merchant'
|
|
9123
9377
|
};
|
|
@@ -9191,8 +9445,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9191
9445
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9192
9446
|
}
|
|
9193
9447
|
};
|
|
9448
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9449
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9450
|
+
};
|
|
9194
9451
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9195
|
-
var ExclusionWindowEntity_1 = __webpack_require__(87979);
|
|
9452
|
+
var ExclusionWindowEntity_1 = __importDefault(__webpack_require__(87979));
|
|
9196
9453
|
var ExclusionWindowApi = /** @class */ (function () {
|
|
9197
9454
|
function ExclusionWindowApi(session) {
|
|
9198
9455
|
this.exclusionWindowEntity = new ExclusionWindowEntity_1.default(session);
|
|
@@ -9291,12 +9548,15 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9291
9548
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9292
9549
|
}
|
|
9293
9550
|
};
|
|
9551
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9552
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9553
|
+
};
|
|
9294
9554
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9295
9555
|
exports.ExclusionWindowApi = void 0;
|
|
9296
|
-
var data_store_1 = __webpack_require__(73135);
|
|
9297
|
-
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));
|
|
9298
9558
|
var exclusion_window_consts_1 = __webpack_require__(41277);
|
|
9299
|
-
var exclusion_window_service_1 = __webpack_require__(36665);
|
|
9559
|
+
var exclusion_window_service_1 = __importDefault(__webpack_require__(36665));
|
|
9300
9560
|
var ExclusionWindowApi = /** @class */ (function () {
|
|
9301
9561
|
function ExclusionWindowApi(session) {
|
|
9302
9562
|
var groupFilters = [
|
|
@@ -9423,9 +9683,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9423
9683
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9424
9684
|
}
|
|
9425
9685
|
};
|
|
9686
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9687
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9688
|
+
};
|
|
9426
9689
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9427
9690
|
exports.Routes = void 0;
|
|
9428
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
9691
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
9429
9692
|
var entityName = 'exclusion_windows';
|
|
9430
9693
|
var prefix = 'merchant';
|
|
9431
9694
|
var baseRoute = "/".concat(prefix, "/").concat(entityName);
|
|
@@ -9603,10 +9866,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9603
9866
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9604
9867
|
}
|
|
9605
9868
|
};
|
|
9869
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9870
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9871
|
+
};
|
|
9606
9872
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9607
9873
|
exports.quoteExtractor = exports.fleetsExtractor = exports.Routes = void 0;
|
|
9608
9874
|
var Entity_1 = __webpack_require__(7483);
|
|
9609
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
9875
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
9610
9876
|
exports.Routes = {
|
|
9611
9877
|
GET_RELATED: '/fleets/related',
|
|
9612
9878
|
ASK_QUOTE: '/fleets/ask_quote',
|
|
@@ -9739,8 +10005,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9739
10005
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9740
10006
|
}
|
|
9741
10007
|
};
|
|
10008
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10009
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10010
|
+
};
|
|
9742
10011
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9743
|
-
var FleetEntity_1 = __webpack_require__(86088);
|
|
10012
|
+
var FleetEntity_1 = __importDefault(__webpack_require__(86088));
|
|
9744
10013
|
var Fleets = /** @class */ (function () {
|
|
9745
10014
|
function Fleets(session) {
|
|
9746
10015
|
this.fleetsEntity = new FleetEntity_1.default(session);
|
|
@@ -9852,9 +10121,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
9852
10121
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
9853
10122
|
};
|
|
9854
10123
|
})();
|
|
10124
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10125
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10126
|
+
};
|
|
9855
10127
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9856
10128
|
var Entity_1 = __webpack_require__(7483);
|
|
9857
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
10129
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
9858
10130
|
var FleetRouterEntity = /** @class */ (function (_super) {
|
|
9859
10131
|
__extends(FleetRouterEntity, _super);
|
|
9860
10132
|
function FleetRouterEntity(session) {
|
|
@@ -9873,12 +10145,15 @@ exports["default"] = FleetRouterEntity;
|
|
|
9873
10145
|
/***/ }),
|
|
9874
10146
|
|
|
9875
10147
|
/***/ 13696:
|
|
9876
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
10148
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
9877
10149
|
|
|
9878
10150
|
"use strict";
|
|
9879
10151
|
|
|
10152
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10153
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10154
|
+
};
|
|
9880
10155
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9881
|
-
var FleetRouterEntity_1 = __webpack_require__(15841);
|
|
10156
|
+
var FleetRouterEntity_1 = __importDefault(__webpack_require__(15841));
|
|
9882
10157
|
var FleetRouterApi = /** @class */ (function () {
|
|
9883
10158
|
function FleetRouterApi(session) {
|
|
9884
10159
|
this.fleetRouterEntity = new FleetRouterEntity_1.default(session);
|
|
@@ -9961,9 +10236,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
9961
10236
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
9962
10237
|
}
|
|
9963
10238
|
};
|
|
10239
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10240
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10241
|
+
};
|
|
9964
10242
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9965
10243
|
exports.fleetTemplatesExtractor = exports.Routes = void 0;
|
|
9966
|
-
var Entity_1 = __webpack_require__(7483);
|
|
10244
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
9967
10245
|
var BaseRoute = 'fleet_templates';
|
|
9968
10246
|
exports.Routes = {
|
|
9969
10247
|
GET_AVAILABLE_FLEETS: "/".concat(BaseRoute, "/get_available_open_fleets")
|
|
@@ -10048,8 +10326,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10048
10326
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10049
10327
|
}
|
|
10050
10328
|
};
|
|
10329
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10330
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10331
|
+
};
|
|
10051
10332
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10052
|
-
var FleetTemplateEntity_1 = __webpack_require__(92045);
|
|
10333
|
+
var FleetTemplateEntity_1 = __importDefault(__webpack_require__(92045));
|
|
10053
10334
|
var FleetTemplateApi = /** @class */ (function () {
|
|
10054
10335
|
function FleetTemplateApi(session) {
|
|
10055
10336
|
this.entity = new FleetTemplateEntity_1.default(session);
|
|
@@ -10098,8 +10379,11 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
10098
10379
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
10099
10380
|
};
|
|
10100
10381
|
})();
|
|
10382
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10383
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10384
|
+
};
|
|
10101
10385
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10102
|
-
var Entity_1 = __webpack_require__(7483);
|
|
10386
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
10103
10387
|
var floating_inventories_consts_1 = __webpack_require__(64614);
|
|
10104
10388
|
var BASE_ROUTE = 'floating_inventories';
|
|
10105
10389
|
var USERS_WITH_AVAILABLE_FLOATING_INVENTORY = "/".concat(BASE_ROUTE, "/users_with_available_floating_inventory");
|
|
@@ -10127,12 +10411,15 @@ exports["default"] = FloatingInventoryEntity;
|
|
|
10127
10411
|
/***/ }),
|
|
10128
10412
|
|
|
10129
10413
|
/***/ 36242:
|
|
10130
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
10414
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
10131
10415
|
|
|
10132
10416
|
"use strict";
|
|
10133
10417
|
|
|
10418
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10419
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10420
|
+
};
|
|
10134
10421
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10135
|
-
var FloatingInventoryEntity_1 = __webpack_require__(64868);
|
|
10422
|
+
var FloatingInventoryEntity_1 = __importDefault(__webpack_require__(64868));
|
|
10136
10423
|
var FloatingInventory = /** @class */ (function () {
|
|
10137
10424
|
function FloatingInventory(session) {
|
|
10138
10425
|
this.floatingInventory = new FloatingInventoryEntity_1.default(session);
|
|
@@ -10188,9 +10475,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10188
10475
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10189
10476
|
}
|
|
10190
10477
|
};
|
|
10478
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10479
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10480
|
+
};
|
|
10191
10481
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10192
10482
|
exports.FloatingInventoriesApi = void 0;
|
|
10193
|
-
var floating_inventories_service_1 = __webpack_require__(14690);
|
|
10483
|
+
var floating_inventories_service_1 = __importDefault(__webpack_require__(14690));
|
|
10194
10484
|
var FloatingInventoriesApi = /** @class */ (function () {
|
|
10195
10485
|
function FloatingInventoriesApi(session) {
|
|
10196
10486
|
this.floatingInventoriesService = new floating_inventories_service_1.default(session);
|
|
@@ -10273,8 +10563,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10273
10563
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10274
10564
|
}
|
|
10275
10565
|
};
|
|
10566
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10567
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10568
|
+
};
|
|
10276
10569
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10277
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
10570
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
10278
10571
|
var floating_inventories_consts_1 = __webpack_require__(64614);
|
|
10279
10572
|
var BASE_ROUTE = 'floating_inventories';
|
|
10280
10573
|
var USERS_WITH_AVAILABLE_FLOATING_INVENTORY = "/".concat(BASE_ROUTE, "/users_with_available_floating_inventory");
|
|
@@ -10399,9 +10692,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10399
10692
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10400
10693
|
}
|
|
10401
10694
|
};
|
|
10695
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10696
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10697
|
+
};
|
|
10402
10698
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10403
10699
|
exports.Routes = void 0;
|
|
10404
|
-
var Entity_1 = __webpack_require__(7483);
|
|
10700
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
10405
10701
|
var ENDPOINT_NAME = '/api/geocoder';
|
|
10406
10702
|
exports.Routes = {
|
|
10407
10703
|
AUTO_COMPLETE: "".concat(ENDPOINT_NAME, "/auto_complete"),
|
|
@@ -10446,12 +10742,15 @@ exports["default"] = GeocodingEntity;
|
|
|
10446
10742
|
/***/ }),
|
|
10447
10743
|
|
|
10448
10744
|
/***/ 87206:
|
|
10449
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
10745
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
10450
10746
|
|
|
10451
10747
|
"use strict";
|
|
10452
10748
|
|
|
10749
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10750
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10751
|
+
};
|
|
10453
10752
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10454
|
-
var Geocoding_1 = __webpack_require__(84431);
|
|
10753
|
+
var Geocoding_1 = __importDefault(__webpack_require__(84431));
|
|
10455
10754
|
var GeocodingApi = /** @class */ (function () {
|
|
10456
10755
|
function GeocodingApi(session) {
|
|
10457
10756
|
this.geocodingEntity = new Geocoding_1.default(session);
|
|
@@ -10525,8 +10824,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10525
10824
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10526
10825
|
}
|
|
10527
10826
|
};
|
|
10827
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10828
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10829
|
+
};
|
|
10528
10830
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10529
|
-
var Entity_1 = __webpack_require__(7483);
|
|
10831
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
10530
10832
|
var GoogleMapsHelper = /** @class */ (function (_super) {
|
|
10531
10833
|
__extends(GoogleMapsHelper, _super);
|
|
10532
10834
|
function GoogleMapsHelper(session) {
|
|
@@ -10552,12 +10854,15 @@ exports["default"] = GoogleMapsHelper;
|
|
|
10552
10854
|
/***/ }),
|
|
10553
10855
|
|
|
10554
10856
|
/***/ 37828:
|
|
10555
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
10857
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
10556
10858
|
|
|
10557
10859
|
"use strict";
|
|
10558
10860
|
|
|
10861
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10862
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10863
|
+
};
|
|
10559
10864
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10560
|
-
var GoogleMapsHelper_1 = __webpack_require__(70893);
|
|
10865
|
+
var GoogleMapsHelper_1 = __importDefault(__webpack_require__(70893));
|
|
10561
10866
|
var GoogleMapsHelperApi = /** @class */ (function () {
|
|
10562
10867
|
function GoogleMapsHelperApi(session) {
|
|
10563
10868
|
this.googleMapsHelperEntity = new GoogleMapsHelper_1.default(session);
|
|
@@ -10592,8 +10897,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
10592
10897
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
10593
10898
|
};
|
|
10594
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
|
+
};
|
|
10595
10923
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10596
|
-
var Entity_1 = __webpack_require__(7483);
|
|
10924
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
10597
10925
|
var InventoryEntity = /** @class */ (function (_super) {
|
|
10598
10926
|
__extends(InventoryEntity, _super);
|
|
10599
10927
|
function InventoryEntity(session) {
|
|
@@ -10611,12 +10939,15 @@ exports["default"] = InventoryEntity;
|
|
|
10611
10939
|
/***/ }),
|
|
10612
10940
|
|
|
10613
10941
|
/***/ 74033:
|
|
10614
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
10942
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
10615
10943
|
|
|
10616
10944
|
"use strict";
|
|
10617
10945
|
|
|
10946
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10947
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10948
|
+
};
|
|
10618
10949
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10619
|
-
var InventoryEntity_1 = __webpack_require__(41567);
|
|
10950
|
+
var InventoryEntity_1 = __importDefault(__webpack_require__(41567));
|
|
10620
10951
|
var Inventory = /** @class */ (function () {
|
|
10621
10952
|
function Inventory(session) {
|
|
10622
10953
|
this.inventory = new InventoryEntity_1.default(session);
|
|
@@ -10660,8 +10991,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
10660
10991
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
10661
10992
|
};
|
|
10662
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
|
+
};
|
|
10663
11017
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10664
|
-
var Entity_1 = __webpack_require__(7483);
|
|
11018
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
10665
11019
|
var InventoryActionsConfigurationEntity = /** @class */ (function (_super) {
|
|
10666
11020
|
__extends(InventoryActionsConfigurationEntity, _super);
|
|
10667
11021
|
function InventoryActionsConfigurationEntity(session) {
|
|
@@ -10680,12 +11034,15 @@ exports["default"] = InventoryActionsConfigurationEntity;
|
|
|
10680
11034
|
/***/ }),
|
|
10681
11035
|
|
|
10682
11036
|
/***/ 7373:
|
|
10683
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
11037
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
10684
11038
|
|
|
10685
11039
|
"use strict";
|
|
10686
11040
|
|
|
11041
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11042
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11043
|
+
};
|
|
10687
11044
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10688
|
-
var InventoryActionsConfigurationEntity_1 = __webpack_require__(17947);
|
|
11045
|
+
var InventoryActionsConfigurationEntity_1 = __importDefault(__webpack_require__(17947));
|
|
10689
11046
|
var InventoryActionsConfiguration = /** @class */ (function () {
|
|
10690
11047
|
function InventoryActionsConfiguration(session) {
|
|
10691
11048
|
this.InventoryActionsConfigurationEntity = new InventoryActionsConfigurationEntity_1.default(session);
|
|
@@ -10723,13 +11080,16 @@ exports.defaultExtractor = defaultExtractor;
|
|
|
10723
11080
|
/***/ }),
|
|
10724
11081
|
|
|
10725
11082
|
/***/ 67092:
|
|
10726
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
11083
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
10727
11084
|
|
|
10728
11085
|
"use strict";
|
|
10729
11086
|
|
|
11087
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11088
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11089
|
+
};
|
|
10730
11090
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10731
11091
|
exports.Language = void 0;
|
|
10732
|
-
var LanguageStore_1 = __webpack_require__(12720);
|
|
11092
|
+
var LanguageStore_1 = __importDefault(__webpack_require__(12720));
|
|
10733
11093
|
var Language = /** @class */ (function () {
|
|
10734
11094
|
function Language(session) {
|
|
10735
11095
|
this.languageStore = new LanguageStore_1.default(session);
|
|
@@ -10896,9 +11256,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10896
11256
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10897
11257
|
}
|
|
10898
11258
|
};
|
|
11259
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11260
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11261
|
+
};
|
|
10899
11262
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10900
|
-
var BaseStore_1 = __webpack_require__(14436);
|
|
10901
|
-
var LanguageService_1 = __webpack_require__(43096);
|
|
11263
|
+
var BaseStore_1 = __importDefault(__webpack_require__(14436));
|
|
11264
|
+
var LanguageService_1 = __importDefault(__webpack_require__(43096));
|
|
10902
11265
|
var LanguageStore = /** @class */ (function (_super) {
|
|
10903
11266
|
__extends(LanguageStore, _super);
|
|
10904
11267
|
function LanguageStore(session) {
|
|
@@ -10995,8 +11358,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10995
11358
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
10996
11359
|
}
|
|
10997
11360
|
};
|
|
11361
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11362
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11363
|
+
};
|
|
10998
11364
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
10999
|
-
var Entity_1 = __webpack_require__(7483);
|
|
11365
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
11000
11366
|
var Routes = {
|
|
11001
11367
|
GET_NEW_LEGACY_REPORTS_LIST: '/reports/list'
|
|
11002
11368
|
};
|
|
@@ -11026,12 +11392,15 @@ exports["default"] = LegacyReportsEntity;
|
|
|
11026
11392
|
/***/ }),
|
|
11027
11393
|
|
|
11028
11394
|
/***/ 16761:
|
|
11029
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
11395
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
11030
11396
|
|
|
11031
11397
|
"use strict";
|
|
11032
11398
|
|
|
11399
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11400
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11401
|
+
};
|
|
11033
11402
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11034
|
-
var LegacyReportsEntity_1 = __webpack_require__(93208);
|
|
11403
|
+
var LegacyReportsEntity_1 = __importDefault(__webpack_require__(93208));
|
|
11035
11404
|
var LegacyReportsApi = /** @class */ (function () {
|
|
11036
11405
|
function LegacyReportsApi(session) {
|
|
11037
11406
|
this.legacyReportsEntity = new LegacyReportsEntity_1.default(session);
|
|
@@ -11087,8 +11456,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
11087
11456
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
11088
11457
|
}
|
|
11089
11458
|
};
|
|
11459
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11460
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11461
|
+
};
|
|
11090
11462
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11091
|
-
var lookup_service_1 = __webpack_require__(4202);
|
|
11463
|
+
var lookup_service_1 = __importDefault(__webpack_require__(4202));
|
|
11092
11464
|
var Lookup = /** @class */ (function () {
|
|
11093
11465
|
function Lookup(session) {
|
|
11094
11466
|
this.lookUpEntity = new lookup_service_1.default(session);
|
|
@@ -11196,9 +11568,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
11196
11568
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
11197
11569
|
}
|
|
11198
11570
|
};
|
|
11571
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11572
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11573
|
+
};
|
|
11199
11574
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11200
11575
|
exports.Routes = void 0;
|
|
11201
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
11576
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
11202
11577
|
var baseRoute = '/lookup-service';
|
|
11203
11578
|
exports.Routes = {
|
|
11204
11579
|
GET_USERS: "".concat(baseRoute, "/user"),
|
|
@@ -11344,9 +11719,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
11344
11719
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
11345
11720
|
}
|
|
11346
11721
|
};
|
|
11722
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11723
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11724
|
+
};
|
|
11347
11725
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11348
11726
|
var lodash_1 = __webpack_require__(96486);
|
|
11349
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
11727
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
11350
11728
|
var Merchant_consts_1 = __webpack_require__(43566);
|
|
11351
11729
|
var BaseRoute = '/merchant';
|
|
11352
11730
|
var ROUTES = {
|
|
@@ -11570,10 +11948,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
11570
11948
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
11571
11949
|
}
|
|
11572
11950
|
};
|
|
11951
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11952
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11953
|
+
};
|
|
11573
11954
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11574
11955
|
var lodash_1 = __webpack_require__(96486);
|
|
11575
|
-
var cached_promise_1 = __webpack_require__(8277);
|
|
11576
|
-
var MerchantEntity_1 = __webpack_require__(44104);
|
|
11956
|
+
var cached_promise_1 = __importDefault(__webpack_require__(8277));
|
|
11957
|
+
var MerchantEntity_1 = __importDefault(__webpack_require__(44104));
|
|
11577
11958
|
var MerchantApi = /** @class */ (function () {
|
|
11578
11959
|
function MerchantApi(session) {
|
|
11579
11960
|
this.merchantEntity = new MerchantEntity_1.default(session);
|
|
@@ -11702,8 +12083,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
11702
12083
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
11703
12084
|
}
|
|
11704
12085
|
};
|
|
12086
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12087
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12088
|
+
};
|
|
11705
12089
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11706
|
-
var Entity_1 = __webpack_require__(7483);
|
|
12090
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
11707
12091
|
var BaseRoute = '/merchant/merchant_configuration';
|
|
11708
12092
|
var Routes = {
|
|
11709
12093
|
RESET_DELIVERY_PIN: "".concat(BaseRoute, "/delivery_pin_reset"),
|
|
@@ -12286,10 +12670,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
12286
12670
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
12287
12671
|
}
|
|
12288
12672
|
};
|
|
12673
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12674
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12675
|
+
};
|
|
12289
12676
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12290
12677
|
exports.MerchantConfigurationApi = void 0;
|
|
12291
12678
|
var lodash_1 = __webpack_require__(96486);
|
|
12292
|
-
var MerchantConfigurationEntity_1 = __webpack_require__(61059);
|
|
12679
|
+
var MerchantConfigurationEntity_1 = __importDefault(__webpack_require__(61059));
|
|
12293
12680
|
var MerchantConfiguration_consts_1 = __webpack_require__(88919);
|
|
12294
12681
|
var MerchantConfigurationApi = /** @class */ (function () {
|
|
12295
12682
|
function MerchantConfigurationApi(session) {
|
|
@@ -12509,8 +12896,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
12509
12896
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
12510
12897
|
}
|
|
12511
12898
|
};
|
|
12899
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12900
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12901
|
+
};
|
|
12512
12902
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12513
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
12903
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
12514
12904
|
var ROUTE = '/settings-service/merchant-prototype';
|
|
12515
12905
|
var MerchantPrototypeEntity = /** @class */ (function (_super) {
|
|
12516
12906
|
__extends(MerchantPrototypeEntity, _super);
|
|
@@ -12593,8 +12983,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
12593
12983
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
12594
12984
|
}
|
|
12595
12985
|
};
|
|
12986
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12987
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12988
|
+
};
|
|
12596
12989
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12597
|
-
var MerchantPrototypeEntity_1 = __webpack_require__(37582);
|
|
12990
|
+
var MerchantPrototypeEntity_1 = __importDefault(__webpack_require__(37582));
|
|
12598
12991
|
var MerchantPrototypeApi = /** @class */ (function () {
|
|
12599
12992
|
function MerchantPrototypeApi(session) {
|
|
12600
12993
|
this.merchantPrototypeEntity = new MerchantPrototypeEntity_1.default(session);
|
|
@@ -12634,13 +13027,16 @@ exports.notificationsTemplateExtractor = notificationsTemplateExtractor;
|
|
|
12634
13027
|
/***/ }),
|
|
12635
13028
|
|
|
12636
13029
|
/***/ 97655:
|
|
12637
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
13030
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
12638
13031
|
|
|
12639
13032
|
"use strict";
|
|
12640
13033
|
|
|
13034
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13035
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13036
|
+
};
|
|
12641
13037
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12642
13038
|
exports.NotificationTemplate = void 0;
|
|
12643
|
-
var NotificationTemplateStore_1 = __webpack_require__(58285);
|
|
13039
|
+
var NotificationTemplateStore_1 = __importDefault(__webpack_require__(58285));
|
|
12644
13040
|
var NotificationTemplate = /** @class */ (function () {
|
|
12645
13041
|
function NotificationTemplate(session) {
|
|
12646
13042
|
this.notificationTemplateStore = new NotificationTemplateStore_1.default(session);
|
|
@@ -12891,9 +13287,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
12891
13287
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
12892
13288
|
}
|
|
12893
13289
|
};
|
|
13290
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13291
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13292
|
+
};
|
|
12894
13293
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12895
|
-
var BaseStore_1 = __webpack_require__(14436);
|
|
12896
|
-
var NotificationTemplateService_1 = __webpack_require__(76598);
|
|
13294
|
+
var BaseStore_1 = __importDefault(__webpack_require__(14436));
|
|
13295
|
+
var NotificationTemplateService_1 = __importDefault(__webpack_require__(76598));
|
|
12897
13296
|
var NotificationTemplateStore = /** @class */ (function (_super) {
|
|
12898
13297
|
__extends(NotificationTemplateStore, _super);
|
|
12899
13298
|
function NotificationTemplateStore(session) {
|
|
@@ -12987,13 +13386,16 @@ exports.defaultExtractor = defaultExtractor;
|
|
|
12987
13386
|
/***/ }),
|
|
12988
13387
|
|
|
12989
13388
|
/***/ 2765:
|
|
12990
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
13389
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
12991
13390
|
|
|
12992
13391
|
"use strict";
|
|
12993
13392
|
|
|
13393
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13394
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13395
|
+
};
|
|
12994
13396
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12995
13397
|
exports.NotificationType = void 0;
|
|
12996
|
-
var NotificationTypeStore_1 = __webpack_require__(6077);
|
|
13398
|
+
var NotificationTypeStore_1 = __importDefault(__webpack_require__(6077));
|
|
12997
13399
|
var NotificationType = /** @class */ (function () {
|
|
12998
13400
|
function NotificationType(session) {
|
|
12999
13401
|
this.notificationTypeStore = new NotificationTypeStore_1.default(session);
|
|
@@ -13160,9 +13562,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13160
13562
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
13161
13563
|
}
|
|
13162
13564
|
};
|
|
13565
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13566
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13567
|
+
};
|
|
13163
13568
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13164
|
-
var BaseStore_1 = __webpack_require__(14436);
|
|
13165
|
-
var NotificationTypeService_1 = __webpack_require__(31283);
|
|
13569
|
+
var BaseStore_1 = __importDefault(__webpack_require__(14436));
|
|
13570
|
+
var NotificationTypeService_1 = __importDefault(__webpack_require__(31283));
|
|
13166
13571
|
var NotificationTypeStore = /** @class */ (function (_super) {
|
|
13167
13572
|
__extends(NotificationTypeStore, _super);
|
|
13168
13573
|
function NotificationTypeStore(session) {
|
|
@@ -13210,6 +13615,29 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
13210
13615
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13211
13616
|
};
|
|
13212
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
|
+
};
|
|
13213
13641
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
13214
13642
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
13215
13643
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -13247,7 +13675,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13247
13675
|
}
|
|
13248
13676
|
};
|
|
13249
13677
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13250
|
-
var Entity_1 = __webpack_require__(7483);
|
|
13678
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
13251
13679
|
var BaseRoute = '/oauth/applications';
|
|
13252
13680
|
var OauthApplicationEntity = /** @class */ (function (_super) {
|
|
13253
13681
|
__extends(OauthApplicationEntity, _super);
|
|
@@ -13349,8 +13777,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13349
13777
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
13350
13778
|
}
|
|
13351
13779
|
};
|
|
13352
|
-
|
|
13353
|
-
|
|
13780
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13781
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13782
|
+
};
|
|
13783
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13784
|
+
var OauthApplicationEntity_1 = __importDefault(__webpack_require__(10135));
|
|
13354
13785
|
var OauthApplicationApi = /** @class */ (function () {
|
|
13355
13786
|
function OauthApplicationApi(session) {
|
|
13356
13787
|
this.entity = new OauthApplicationEntity_1.default(session);
|
|
@@ -13431,8 +13862,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
13431
13862
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13432
13863
|
};
|
|
13433
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
|
+
};
|
|
13434
13888
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13435
|
-
var Entity_1 = __webpack_require__(7483);
|
|
13889
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
13436
13890
|
var OnboardingEntity = /** @class */ (function (_super) {
|
|
13437
13891
|
__extends(OnboardingEntity, _super);
|
|
13438
13892
|
function OnboardingEntity(session) {
|
|
@@ -13486,8 +13940,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13486
13940
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
13487
13941
|
}
|
|
13488
13942
|
};
|
|
13943
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13944
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13945
|
+
};
|
|
13489
13946
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13490
|
-
var OnboardingEntity_1 = __webpack_require__(96494);
|
|
13947
|
+
var OnboardingEntity_1 = __importDefault(__webpack_require__(96494));
|
|
13491
13948
|
var OnboardingApi = /** @class */ (function () {
|
|
13492
13949
|
function OnboardingApi(session) {
|
|
13493
13950
|
this.onboardingEntity = new OnboardingEntity_1.default(session);
|
|
@@ -13533,6 +13990,29 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
13533
13990
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13534
13991
|
};
|
|
13535
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
|
+
};
|
|
13536
14016
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
13537
14017
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
13538
14018
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -13570,7 +14050,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13570
14050
|
}
|
|
13571
14051
|
};
|
|
13572
14052
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13573
|
-
var Entity_1 = __webpack_require__(7483);
|
|
14053
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
13574
14054
|
var BASE_ROUTE = '/open_fleets';
|
|
13575
14055
|
var OpenFleetEntity = /** @class */ (function (_super) {
|
|
13576
14056
|
__extends(OpenFleetEntity, _super);
|
|
@@ -13704,8 +14184,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13704
14184
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
13705
14185
|
}
|
|
13706
14186
|
};
|
|
14187
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14188
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14189
|
+
};
|
|
13707
14190
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13708
|
-
var OpenFleetEntity_1 = __webpack_require__(72743);
|
|
14191
|
+
var OpenFleetEntity_1 = __importDefault(__webpack_require__(72743));
|
|
13709
14192
|
var OpenFleetApi = /** @class */ (function () {
|
|
13710
14193
|
function OpenFleetApi(session) {
|
|
13711
14194
|
this.entity = new OpenFleetEntity_1.default(session);
|
|
@@ -13775,12 +14258,15 @@ exports["default"] = OpenFleetApi;
|
|
|
13775
14258
|
/***/ }),
|
|
13776
14259
|
|
|
13777
14260
|
/***/ 17859:
|
|
13778
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
14261
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
13779
14262
|
|
|
13780
14263
|
"use strict";
|
|
13781
14264
|
|
|
14265
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14266
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14267
|
+
};
|
|
13782
14268
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13783
|
-
var OptimizationConfigurations_service_1 = __webpack_require__(83396);
|
|
14269
|
+
var OptimizationConfigurations_service_1 = __importDefault(__webpack_require__(83396));
|
|
13784
14270
|
var OptimizationConfiguration = /** @class */ (function () {
|
|
13785
14271
|
function OptimizationConfiguration(session) {
|
|
13786
14272
|
this.optimizationConfigurationService = new OptimizationConfigurations_service_1.default(session);
|
|
@@ -13872,8 +14358,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13872
14358
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
13873
14359
|
}
|
|
13874
14360
|
};
|
|
14361
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14362
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14363
|
+
};
|
|
13875
14364
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13876
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
14365
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
13877
14366
|
var SERVICE_NAME = 'settings-service';
|
|
13878
14367
|
var Routes = {
|
|
13879
14368
|
CREATE: "/".concat(SERVICE_NAME, "/optimization_configurations"),
|
|
@@ -13959,12 +14448,15 @@ exports["default"] = OptimizationConfigurationsEntity;
|
|
|
13959
14448
|
/***/ }),
|
|
13960
14449
|
|
|
13961
14450
|
/***/ 28719:
|
|
13962
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
14451
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
13963
14452
|
|
|
13964
14453
|
"use strict";
|
|
13965
14454
|
|
|
14455
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14456
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14457
|
+
};
|
|
13966
14458
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13967
|
-
var OptimizationConfigurations_service_1 = __webpack_require__(99018);
|
|
14459
|
+
var OptimizationConfigurations_service_1 = __importDefault(__webpack_require__(99018));
|
|
13968
14460
|
var OptimizationConfigurationV2 = /** @class */ (function () {
|
|
13969
14461
|
function OptimizationConfigurationV2(session) {
|
|
13970
14462
|
this.optimizationConfigurationService = new OptimizationConfigurations_service_1.default(session);
|
|
@@ -14056,8 +14548,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14056
14548
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14057
14549
|
}
|
|
14058
14550
|
};
|
|
14551
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14552
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14553
|
+
};
|
|
14059
14554
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14060
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
14555
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
14061
14556
|
var SERVICE_NAME = 'settings-service';
|
|
14062
14557
|
var Routes = {
|
|
14063
14558
|
CREATE: "/".concat(SERVICE_NAME, "/optimization_configurations_v2"),
|
|
@@ -14189,9 +14684,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14189
14684
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14190
14685
|
}
|
|
14191
14686
|
};
|
|
14687
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14688
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14689
|
+
};
|
|
14192
14690
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14193
14691
|
var BringgException_1 = __webpack_require__(43605);
|
|
14194
|
-
var optimization_kpi_service_1 = __webpack_require__(63433);
|
|
14692
|
+
var optimization_kpi_service_1 = __importDefault(__webpack_require__(63433));
|
|
14195
14693
|
var OptimizationKpiApi = /** @class */ (function () {
|
|
14196
14694
|
function OptimizationKpiApi(session) {
|
|
14197
14695
|
this.service = new optimization_kpi_service_1.default(session);
|
|
@@ -14254,9 +14752,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14254
14752
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14255
14753
|
}
|
|
14256
14754
|
};
|
|
14755
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14756
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14757
|
+
};
|
|
14257
14758
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14258
14759
|
exports.Routes = void 0;
|
|
14259
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
14760
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
14260
14761
|
var baseRoute = '/own-fleet-optimization-service/';
|
|
14261
14762
|
exports.Routes = {
|
|
14262
14763
|
CREATE: "".concat(baseRoute, "/route_kpi")
|
|
@@ -14287,12 +14788,15 @@ exports["default"] = OptimizationKpiService;
|
|
|
14287
14788
|
/***/ }),
|
|
14288
14789
|
|
|
14289
14790
|
/***/ 51991:
|
|
14290
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
14791
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
14291
14792
|
|
|
14292
14793
|
"use strict";
|
|
14293
14794
|
|
|
14795
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14796
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14797
|
+
};
|
|
14294
14798
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14295
|
-
var optimization_result_service_1 = __webpack_require__(6165);
|
|
14799
|
+
var optimization_result_service_1 = __importDefault(__webpack_require__(6165));
|
|
14296
14800
|
var OptimizationResultApi = /** @class */ (function () {
|
|
14297
14801
|
function OptimizationResultApi(session) {
|
|
14298
14802
|
this.optimizationResultService = new optimization_result_service_1.default(session);
|
|
@@ -14351,9 +14855,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14351
14855
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14352
14856
|
}
|
|
14353
14857
|
};
|
|
14858
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14859
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14860
|
+
};
|
|
14354
14861
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14355
14862
|
exports.Routes = void 0;
|
|
14356
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
14863
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
14357
14864
|
var entityName = 'optimization_result';
|
|
14358
14865
|
var prefix = 'own-fleet-optimization-service';
|
|
14359
14866
|
exports.Routes = {
|
|
@@ -14465,8 +14972,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14465
14972
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14466
14973
|
}
|
|
14467
14974
|
};
|
|
14975
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14976
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14977
|
+
};
|
|
14468
14978
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14469
|
-
var Entity_1 = __webpack_require__(7483);
|
|
14979
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
14470
14980
|
var Package_consts_1 = __webpack_require__(60639);
|
|
14471
14981
|
var PackageEntity = /** @class */ (function (_super) {
|
|
14472
14982
|
__extends(PackageEntity, _super);
|
|
@@ -14585,12 +15095,15 @@ exports.Routes = {
|
|
|
14585
15095
|
/***/ }),
|
|
14586
15096
|
|
|
14587
15097
|
/***/ 67595:
|
|
14588
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
15098
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
14589
15099
|
|
|
14590
15100
|
"use strict";
|
|
14591
15101
|
|
|
15102
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15103
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15104
|
+
};
|
|
14592
15105
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14593
|
-
var PackageEntity_1 = __webpack_require__(39369);
|
|
15106
|
+
var PackageEntity_1 = __importDefault(__webpack_require__(39369));
|
|
14594
15107
|
var PackageApi = /** @class */ (function () {
|
|
14595
15108
|
function PackageApi(session) {
|
|
14596
15109
|
this.packageEntity = new PackageEntity_1.default(session);
|
|
@@ -14676,8 +15189,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14676
15189
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14677
15190
|
}
|
|
14678
15191
|
};
|
|
15192
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15193
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15194
|
+
};
|
|
14679
15195
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14680
|
-
var Entity_1 = __webpack_require__(7483);
|
|
15196
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
14681
15197
|
var Routes = {
|
|
14682
15198
|
GET_PARKING_SPOTS_BY_TEAM_ID: '/teams/{:teamId}/parking_spots'
|
|
14683
15199
|
};
|
|
@@ -14716,12 +15232,15 @@ exports["default"] = ParkingSpotEntity;
|
|
|
14716
15232
|
/***/ }),
|
|
14717
15233
|
|
|
14718
15234
|
/***/ 43401:
|
|
14719
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
15235
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
14720
15236
|
|
|
14721
15237
|
"use strict";
|
|
14722
15238
|
|
|
15239
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15240
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15241
|
+
};
|
|
14723
15242
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14724
|
-
var ParkingSpotEntity_1 = __webpack_require__(74326);
|
|
15243
|
+
var ParkingSpotEntity_1 = __importDefault(__webpack_require__(74326));
|
|
14725
15244
|
var ParkingSpotApi = /** @class */ (function () {
|
|
14726
15245
|
function ParkingSpotApi(session) {
|
|
14727
15246
|
this.parkingSpotEntity = new ParkingSpotEntity_1.default(session);
|
|
@@ -14792,8 +15311,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14792
15311
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14793
15312
|
}
|
|
14794
15313
|
};
|
|
15314
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15315
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15316
|
+
};
|
|
14795
15317
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14796
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
15318
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
14797
15319
|
var PhotoEntity = /** @class */ (function (_super) {
|
|
14798
15320
|
__extends(PhotoEntity, _super);
|
|
14799
15321
|
function PhotoEntity(session) {
|
|
@@ -14858,8 +15380,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14858
15380
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14859
15381
|
}
|
|
14860
15382
|
};
|
|
15383
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15384
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15385
|
+
};
|
|
14861
15386
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14862
|
-
var PhotoEntity_1 = __webpack_require__(22253);
|
|
15387
|
+
var PhotoEntity_1 = __importDefault(__webpack_require__(22253));
|
|
14863
15388
|
var Photo = /** @class */ (function () {
|
|
14864
15389
|
function Photo(session) {
|
|
14865
15390
|
this.photoEntity = new PhotoEntity_1.default(session);
|
|
@@ -14930,11 +15455,14 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14930
15455
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14931
15456
|
}
|
|
14932
15457
|
};
|
|
15458
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15459
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15460
|
+
};
|
|
14933
15461
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
14934
|
-
var data_store_1 = __webpack_require__(73135);
|
|
14935
|
-
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));
|
|
14936
15464
|
var planned_delivery_windows_consts_1 = __webpack_require__(13684);
|
|
14937
|
-
var planned_delivery_windows_service_1 = __webpack_require__(78419);
|
|
15465
|
+
var planned_delivery_windows_service_1 = __importDefault(__webpack_require__(78419));
|
|
14938
15466
|
var PlannedDeliveryWindowsApi = /** @class */ (function () {
|
|
14939
15467
|
function PlannedDeliveryWindowsApi(session) {
|
|
14940
15468
|
var groupFilters = [
|
|
@@ -14996,7 +15524,7 @@ var PlannedDeliveryWindowsApi = /** @class */ (function () {
|
|
|
14996
15524
|
case 0: return [4 /*yield*/, this.deliveryWindowsService.bulkUpdate(plannedDeliveryWindowsToEdit)];
|
|
14997
15525
|
case 1:
|
|
14998
15526
|
response = _a.sent();
|
|
14999
|
-
return [2 /*return*/, response.
|
|
15527
|
+
return [2 /*return*/, response.results
|
|
15000
15528
|
.filter(function (res) { return res.success; })
|
|
15001
15529
|
.map(function (res) {
|
|
15002
15530
|
return plannedDeliveryWindowsToEdit.planned_delivery_windows.find(function (pdw) { return pdw.planned_delivery_window.id === res.planned_window_id; }).planned_delivery_window;
|
|
@@ -15079,9 +15607,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
15079
15607
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
15080
15608
|
}
|
|
15081
15609
|
};
|
|
15610
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15611
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15612
|
+
};
|
|
15082
15613
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15083
15614
|
exports.Routes = void 0;
|
|
15084
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
15615
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
15085
15616
|
var entityName = 'planned_delivery_windows';
|
|
15086
15617
|
var prefix = 'merchant';
|
|
15087
15618
|
var baseRoute = "/".concat(prefix, "/").concat(entityName);
|
|
@@ -15206,7 +15737,7 @@ var PlannedDeliveryWindowsService = /** @class */ (function () {
|
|
|
15206
15737
|
.invoke()];
|
|
15207
15738
|
case 1:
|
|
15208
15739
|
result = _a.sent();
|
|
15209
|
-
return [2 /*return*/, result.
|
|
15740
|
+
return [2 /*return*/, result.results];
|
|
15210
15741
|
}
|
|
15211
15742
|
});
|
|
15212
15743
|
});
|
|
@@ -15259,10 +15790,13 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15259
15790
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15260
15791
|
};
|
|
15261
15792
|
})();
|
|
15793
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15794
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15795
|
+
};
|
|
15262
15796
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15263
15797
|
exports.extractor = void 0;
|
|
15264
15798
|
var Entity_1 = __webpack_require__(7483);
|
|
15265
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
15799
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
15266
15800
|
var extractor = function (response) { return response.planned_routes; };
|
|
15267
15801
|
exports.extractor = extractor;
|
|
15268
15802
|
var Routes = {
|
|
@@ -15330,12 +15864,15 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
15330
15864
|
/***/ }),
|
|
15331
15865
|
|
|
15332
15866
|
/***/ 44229:
|
|
15333
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
15867
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
15334
15868
|
|
|
15335
15869
|
"use strict";
|
|
15336
15870
|
|
|
15871
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15872
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15873
|
+
};
|
|
15337
15874
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15338
|
-
var PlannedRoutesEntity_1 = __webpack_require__(84653);
|
|
15875
|
+
var PlannedRoutesEntity_1 = __importDefault(__webpack_require__(84653));
|
|
15339
15876
|
var PlannedRoutes = /** @class */ (function () {
|
|
15340
15877
|
function PlannedRoutes(session) {
|
|
15341
15878
|
this.plannedRoutesEntity = new PlannedRoutesEntity_1.default(session);
|
|
@@ -15360,13 +15897,16 @@ exports["default"] = PlannedRoutes;
|
|
|
15360
15897
|
/***/ }),
|
|
15361
15898
|
|
|
15362
15899
|
/***/ 37915:
|
|
15363
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
15900
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
15364
15901
|
|
|
15365
15902
|
"use strict";
|
|
15366
15903
|
|
|
15904
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15905
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15906
|
+
};
|
|
15367
15907
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15368
|
-
var data_store_1 = __webpack_require__(73135);
|
|
15369
|
-
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));
|
|
15370
15910
|
var preset_views_service_1 = __webpack_require__(22674);
|
|
15371
15911
|
var PresetViewsApi = /** @class */ (function () {
|
|
15372
15912
|
function PresetViewsApi(session, mapper) {
|
|
@@ -15441,9 +15981,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
15441
15981
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
15442
15982
|
}
|
|
15443
15983
|
};
|
|
15984
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15985
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15986
|
+
};
|
|
15444
15987
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15445
15988
|
exports.PresetViewsService = void 0;
|
|
15446
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
15989
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
15447
15990
|
var baseRoute = 'settings-service';
|
|
15448
15991
|
var PresetViewsService = /** @class */ (function () {
|
|
15449
15992
|
function PresetViewsService(session) {
|
|
@@ -15521,8 +16064,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15521
16064
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15522
16065
|
};
|
|
15523
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
|
+
};
|
|
15524
16090
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15525
|
-
var Entity_1 = __webpack_require__(7483);
|
|
16091
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
15526
16092
|
var PrivilegeEntity = /** @class */ (function (_super) {
|
|
15527
16093
|
__extends(PrivilegeEntity, _super);
|
|
15528
16094
|
function PrivilegeEntity(session) {
|
|
@@ -15593,8 +16159,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
15593
16159
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
15594
16160
|
}
|
|
15595
16161
|
};
|
|
16162
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16163
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16164
|
+
};
|
|
15596
16165
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15597
|
-
var PrivilegeEntity_1 = __webpack_require__(80573);
|
|
16166
|
+
var PrivilegeEntity_1 = __importDefault(__webpack_require__(80573));
|
|
15598
16167
|
var Privilege_consts_1 = __webpack_require__(82585);
|
|
15599
16168
|
var PrivilegesApi = /** @class */ (function () {
|
|
15600
16169
|
function PrivilegesApi(session) {
|
|
@@ -15640,8 +16209,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15640
16209
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15641
16210
|
};
|
|
15642
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
|
+
};
|
|
15643
16235
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15644
|
-
var Entity_1 = __webpack_require__(7483);
|
|
16236
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
15645
16237
|
var PushNotificationRegistrationEntity = /** @class */ (function (_super) {
|
|
15646
16238
|
__extends(PushNotificationRegistrationEntity, _super);
|
|
15647
16239
|
function PushNotificationRegistrationEntity(session) {
|
|
@@ -15695,8 +16287,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
15695
16287
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
15696
16288
|
}
|
|
15697
16289
|
};
|
|
16290
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16291
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16292
|
+
};
|
|
15698
16293
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15699
|
-
var PushNotificationRegistrationEntity_1 = __webpack_require__(66549);
|
|
16294
|
+
var PushNotificationRegistrationEntity_1 = __importDefault(__webpack_require__(66549));
|
|
15700
16295
|
var PushNotificationRegistration = /** @class */ (function () {
|
|
15701
16296
|
function PushNotificationRegistration(session) {
|
|
15702
16297
|
this.pushNotificationRegistrationEntity = new PushNotificationRegistrationEntity_1.default(session);
|
|
@@ -15742,8 +16337,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15742
16337
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15743
16338
|
};
|
|
15744
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
|
+
};
|
|
15745
16363
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15746
|
-
var Entity_1 = __webpack_require__(7483);
|
|
16364
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
15747
16365
|
var PushTokenSubscriptionEntity = /** @class */ (function (_super) {
|
|
15748
16366
|
__extends(PushTokenSubscriptionEntity, _super);
|
|
15749
16367
|
function PushTokenSubscriptionEntity(session) {
|
|
@@ -15797,8 +16415,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
15797
16415
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
15798
16416
|
}
|
|
15799
16417
|
};
|
|
16418
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16419
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16420
|
+
};
|
|
15800
16421
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15801
|
-
var PushTokenSubscriptionEntity_1 = __webpack_require__(30259);
|
|
16422
|
+
var PushTokenSubscriptionEntity_1 = __importDefault(__webpack_require__(30259));
|
|
15802
16423
|
var PushTokenSubscriptionApi = /** @class */ (function () {
|
|
15803
16424
|
function PushTokenSubscriptionApi(session) {
|
|
15804
16425
|
this.pushTokenSubscriptionEntity = new PushTokenSubscriptionEntity_1.default(session);
|
|
@@ -15880,8 +16501,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
15880
16501
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
15881
16502
|
}
|
|
15882
16503
|
};
|
|
16504
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16505
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16506
|
+
};
|
|
15883
16507
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15884
|
-
var Entity_1 = __webpack_require__(7483);
|
|
16508
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
15885
16509
|
var Rates_consts_1 = __webpack_require__(44501);
|
|
15886
16510
|
// Yet no internal rates related store and socket events
|
|
15887
16511
|
// enough to extend Entity instead of StoreEntity
|
|
@@ -15944,12 +16568,15 @@ exports.Routes = {
|
|
|
15944
16568
|
/***/ }),
|
|
15945
16569
|
|
|
15946
16570
|
/***/ 7072:
|
|
15947
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
16571
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
15948
16572
|
|
|
15949
16573
|
"use strict";
|
|
15950
16574
|
|
|
16575
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16576
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16577
|
+
};
|
|
15951
16578
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15952
|
-
var RatesEntity_1 = __webpack_require__(86724);
|
|
16579
|
+
var RatesEntity_1 = __importDefault(__webpack_require__(86724));
|
|
15953
16580
|
var RatesApi = /** @class */ (function () {
|
|
15954
16581
|
function RatesApi(session) {
|
|
15955
16582
|
this.ratesEntity = new RatesEntity_1.default(session);
|
|
@@ -15987,9 +16614,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15987
16614
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15988
16615
|
};
|
|
15989
16616
|
})();
|
|
16617
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16618
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16619
|
+
};
|
|
15990
16620
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15991
16621
|
var Entity_1 = __webpack_require__(7483);
|
|
15992
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
16622
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
15993
16623
|
var extractor = function (response) { return response.reasons_to_cancel_task; };
|
|
15994
16624
|
var BASE_ROUTE = 'reason_to_cancel_tasks';
|
|
15995
16625
|
var ReasonToCancelTasksEntity = /** @class */ (function (_super) {
|
|
@@ -16057,8 +16687,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
16057
16687
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
16058
16688
|
}
|
|
16059
16689
|
};
|
|
16690
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16691
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16692
|
+
};
|
|
16060
16693
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16061
|
-
var ReasonToCancelTasksEntity_1 = __webpack_require__(65425);
|
|
16694
|
+
var ReasonToCancelTasksEntity_1 = __importDefault(__webpack_require__(65425));
|
|
16062
16695
|
var ReasonToCancelTasks = /** @class */ (function () {
|
|
16063
16696
|
function ReasonToCancelTasks(session) {
|
|
16064
16697
|
this.reasonToCancelTasksEntity = new ReasonToCancelTasksEntity_1.default(session);
|
|
@@ -16274,9 +16907,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
16274
16907
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16275
16908
|
};
|
|
16276
16909
|
})();
|
|
16910
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16911
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16912
|
+
};
|
|
16277
16913
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16278
16914
|
var Entity_1 = __webpack_require__(7483);
|
|
16279
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
16915
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
16280
16916
|
var extactor = function (response) { return response.reasons_to_reassign_tasks; };
|
|
16281
16917
|
var ReasonToReassignTasksEntity = /** @class */ (function (_super) {
|
|
16282
16918
|
__extends(ReasonToReassignTasksEntity, _super);
|
|
@@ -16338,8 +16974,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
16338
16974
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
16339
16975
|
}
|
|
16340
16976
|
};
|
|
16977
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16978
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16979
|
+
};
|
|
16341
16980
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16342
|
-
var ReasonToReassignTasksEntity_1 = __webpack_require__(33712);
|
|
16981
|
+
var ReasonToReassignTasksEntity_1 = __importDefault(__webpack_require__(33712));
|
|
16343
16982
|
var ReasonToReassignTasks = /** @class */ (function () {
|
|
16344
16983
|
function ReasonToReassignTasks(session) {
|
|
16345
16984
|
this.reasonToReassignTasksEntity = new ReasonToReassignTasksEntity_1.default(session);
|
|
@@ -16381,8 +17020,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
16381
17020
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16382
17021
|
};
|
|
16383
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
|
+
};
|
|
16384
17046
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16385
|
-
var Entity_1 = __webpack_require__(7483);
|
|
17047
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
16386
17048
|
var ReportPreferenceEntity = /** @class */ (function (_super) {
|
|
16387
17049
|
__extends(ReportPreferenceEntity, _super);
|
|
16388
17050
|
function ReportPreferenceEntity(session) {
|
|
@@ -16407,12 +17069,15 @@ exports["default"] = ReportPreferenceEntity;
|
|
|
16407
17069
|
/***/ }),
|
|
16408
17070
|
|
|
16409
17071
|
/***/ 79086:
|
|
16410
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
17072
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
16411
17073
|
|
|
16412
17074
|
"use strict";
|
|
16413
17075
|
|
|
17076
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17077
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17078
|
+
};
|
|
16414
17079
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16415
|
-
var ReportPreferenceEntity_1 = __webpack_require__(10816);
|
|
17080
|
+
var ReportPreferenceEntity_1 = __importDefault(__webpack_require__(10816));
|
|
16416
17081
|
var ReportPreference = /** @class */ (function () {
|
|
16417
17082
|
function ReportPreference(session) {
|
|
16418
17083
|
this.reportPreference = new ReportPreferenceEntity_1.default(session);
|
|
@@ -16497,10 +17162,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
16497
17162
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
16498
17163
|
}
|
|
16499
17164
|
};
|
|
17165
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17166
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17167
|
+
};
|
|
16500
17168
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16501
17169
|
exports.Routes = void 0;
|
|
16502
17170
|
var lodash_1 = __webpack_require__(96486);
|
|
16503
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
17171
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
16504
17172
|
var SERVICE_NAME = 'reports-service';
|
|
16505
17173
|
exports.Routes = {
|
|
16506
17174
|
GENERATE_REPORT: "/".concat(SERVICE_NAME, "/v1/report"),
|
|
@@ -16699,8 +17367,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
16699
17367
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
16700
17368
|
}
|
|
16701
17369
|
};
|
|
17370
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17371
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17372
|
+
};
|
|
16702
17373
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16703
|
-
var reports_service_1 = __webpack_require__(55556);
|
|
17374
|
+
var reports_service_1 = __importDefault(__webpack_require__(55556));
|
|
16704
17375
|
var Reports = /** @class */ (function () {
|
|
16705
17376
|
function Reports(session) {
|
|
16706
17377
|
this.reportsService = new reports_service_1.default(session);
|
|
@@ -16917,8 +17588,11 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
16917
17588
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16918
17589
|
};
|
|
16919
17590
|
})();
|
|
17591
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17592
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17593
|
+
};
|
|
16920
17594
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16921
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
17595
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
16922
17596
|
var Rollouts_consts_1 = __webpack_require__(99206);
|
|
16923
17597
|
var RolloutsEntity = /** @class */ (function (_super) {
|
|
16924
17598
|
__extends(RolloutsEntity, _super);
|
|
@@ -16961,12 +17635,15 @@ exports.Routes = {
|
|
|
16961
17635
|
/***/ }),
|
|
16962
17636
|
|
|
16963
17637
|
/***/ 91310:
|
|
16964
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
17638
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
16965
17639
|
|
|
16966
17640
|
"use strict";
|
|
16967
17641
|
|
|
17642
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17643
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17644
|
+
};
|
|
16968
17645
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16969
|
-
var RolloutsEntity_1 = __webpack_require__(60904);
|
|
17646
|
+
var RolloutsEntity_1 = __importDefault(__webpack_require__(60904));
|
|
16970
17647
|
var RolloutsApi = /** @class */ (function () {
|
|
16971
17648
|
function RolloutsApi(session) {
|
|
16972
17649
|
this.rolloutsEntity = new RolloutsEntity_1.default(session);
|
|
@@ -17220,10 +17897,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
17220
17897
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
17221
17898
|
}
|
|
17222
17899
|
};
|
|
17900
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17901
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17902
|
+
};
|
|
17223
17903
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
17224
17904
|
exports.Routes = void 0;
|
|
17225
17905
|
var Entity_1 = __webpack_require__(7483);
|
|
17226
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
17906
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
17227
17907
|
exports.Routes = {
|
|
17228
17908
|
GET_RULES: '/rule-service/rules',
|
|
17229
17909
|
GET_METADATA: '/rule-service/metadata',
|
|
@@ -17319,8 +17999,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
17319
17999
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
17320
18000
|
}
|
|
17321
18001
|
};
|
|
18002
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18003
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18004
|
+
};
|
|
17322
18005
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
17323
|
-
var RuleEntity_1 = __webpack_require__(54999);
|
|
18006
|
+
var RuleEntity_1 = __importDefault(__webpack_require__(54999));
|
|
17324
18007
|
var Rules = /** @class */ (function () {
|
|
17325
18008
|
function Rules(session) {
|
|
17326
18009
|
this.rulesEntity = new RuleEntity_1.default(session);
|
|
@@ -17839,8 +18522,11 @@ var __values = (this && this.__values) || function(o) {
|
|
|
17839
18522
|
};
|
|
17840
18523
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
17841
18524
|
};
|
|
18525
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18526
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18527
|
+
};
|
|
17842
18528
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
17843
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
18529
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
17844
18530
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
17845
18531
|
var runs_consts_1 = __webpack_require__(4669);
|
|
17846
18532
|
var RunStore = /** @class */ (function (_super) {
|
|
@@ -18069,9 +18755,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18069
18755
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18070
18756
|
}
|
|
18071
18757
|
};
|
|
18758
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18759
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18760
|
+
};
|
|
18072
18761
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18073
18762
|
var runs_service_1 = __webpack_require__(34075);
|
|
18074
|
-
var RunStore_1 = __webpack_require__(79043);
|
|
18763
|
+
var RunStore_1 = __importDefault(__webpack_require__(79043));
|
|
18075
18764
|
var Runs = /** @class */ (function () {
|
|
18076
18765
|
function Runs(session) {
|
|
18077
18766
|
var _this = this;
|
|
@@ -18359,9 +19048,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18359
19048
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18360
19049
|
}
|
|
18361
19050
|
};
|
|
19051
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19052
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19053
|
+
};
|
|
18362
19054
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18363
|
-
var data_store_1 = __webpack_require__(73135);
|
|
18364
|
-
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));
|
|
18365
19057
|
var runs_consts_1 = __webpack_require__(4669);
|
|
18366
19058
|
var runs_service_1 = __webpack_require__(34075);
|
|
18367
19059
|
var RunsApi = /** @class */ (function () {
|
|
@@ -18487,9 +19179,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18487
19179
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18488
19180
|
}
|
|
18489
19181
|
};
|
|
19182
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19183
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19184
|
+
};
|
|
18490
19185
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18491
19186
|
var Entity_1 = __webpack_require__(7483);
|
|
18492
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
19187
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
18493
19188
|
var ScanEntity = /** @class */ (function (_super) {
|
|
18494
19189
|
__extends(ScanEntity, _super);
|
|
18495
19190
|
function ScanEntity(session) {
|
|
@@ -18554,8 +19249,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18554
19249
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18555
19250
|
}
|
|
18556
19251
|
};
|
|
19252
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19253
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19254
|
+
};
|
|
18557
19255
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18558
|
-
var ScanEntity_1 = __webpack_require__(49901);
|
|
19256
|
+
var ScanEntity_1 = __importDefault(__webpack_require__(49901));
|
|
18559
19257
|
var ScanApi = /** @class */ (function () {
|
|
18560
19258
|
function ScanApi(session) {
|
|
18561
19259
|
this.scanEntity = new ScanEntity_1.default(session);
|
|
@@ -18601,6 +19299,29 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
18601
19299
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18602
19300
|
};
|
|
18603
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
|
+
};
|
|
18604
19325
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
18605
19326
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
18606
19327
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -18638,7 +19359,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18638
19359
|
}
|
|
18639
19360
|
};
|
|
18640
19361
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18641
|
-
var Entity_1 = __webpack_require__(7483);
|
|
19362
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
18642
19363
|
var ServiceEntity = /** @class */ (function (_super) {
|
|
18643
19364
|
__extends(ServiceEntity, _super);
|
|
18644
19365
|
function ServiceEntity(session) {
|
|
@@ -18706,8 +19427,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18706
19427
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18707
19428
|
}
|
|
18708
19429
|
};
|
|
19430
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19431
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19432
|
+
};
|
|
18709
19433
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18710
|
-
var ServiceEntity_1 = __webpack_require__(70348);
|
|
19434
|
+
var ServiceEntity_1 = __importDefault(__webpack_require__(70348));
|
|
18711
19435
|
var ServiceApi = /** @class */ (function () {
|
|
18712
19436
|
function ServiceApi(session) {
|
|
18713
19437
|
this.entity = new ServiceEntity_1.default(session);
|
|
@@ -18749,8 +19473,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
18749
19473
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18750
19474
|
};
|
|
18751
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
|
+
};
|
|
18752
19499
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18753
|
-
var Entity_1 = __webpack_require__(7483);
|
|
19500
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
18754
19501
|
var ServiceAreaEntity = /** @class */ (function (_super) {
|
|
18755
19502
|
__extends(ServiceAreaEntity, _super);
|
|
18756
19503
|
function ServiceAreaEntity(session) {
|
|
@@ -18781,12 +19528,15 @@ exports["default"] = ServiceAreaEntity;
|
|
|
18781
19528
|
/***/ }),
|
|
18782
19529
|
|
|
18783
19530
|
/***/ 9463:
|
|
18784
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
19531
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
18785
19532
|
|
|
18786
19533
|
"use strict";
|
|
18787
19534
|
|
|
19535
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19536
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19537
|
+
};
|
|
18788
19538
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18789
|
-
var ServiceAreaEntity_1 = __webpack_require__(73746);
|
|
19539
|
+
var ServiceAreaEntity_1 = __importDefault(__webpack_require__(73746));
|
|
18790
19540
|
/**
|
|
18791
19541
|
* @deprecated please use ServiceArea v2
|
|
18792
19542
|
*/
|
|
@@ -18880,13 +19630,16 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18880
19630
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18881
19631
|
}
|
|
18882
19632
|
};
|
|
19633
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19634
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19635
|
+
};
|
|
18883
19636
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18884
19637
|
exports.ServiceAreaApi = void 0;
|
|
18885
19638
|
var data_entity_1 = __webpack_require__(91083);
|
|
18886
|
-
var data_store_1 = __webpack_require__(73135);
|
|
18887
|
-
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));
|
|
18888
19641
|
var service_area_consts_1 = __webpack_require__(16410);
|
|
18889
|
-
var service_area_service_1 = __webpack_require__(5314);
|
|
19642
|
+
var service_area_service_1 = __importDefault(__webpack_require__(5314));
|
|
18890
19643
|
var ServiceAreaApi = /** @class */ (function () {
|
|
18891
19644
|
function ServiceAreaApi(session) {
|
|
18892
19645
|
var groupFilters = [
|
|
@@ -19035,8 +19788,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
19035
19788
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
19036
19789
|
}
|
|
19037
19790
|
};
|
|
19791
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19792
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19793
|
+
};
|
|
19038
19794
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
19039
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
19795
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
19040
19796
|
var entityName = 'service_areas';
|
|
19041
19797
|
var ServiceAreaService = /** @class */ (function () {
|
|
19042
19798
|
function ServiceAreaService(session) {
|
|
@@ -19216,9 +19972,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
19216
19972
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
19217
19973
|
}
|
|
19218
19974
|
};
|
|
19975
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19976
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19977
|
+
};
|
|
19219
19978
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
19220
19979
|
var Entity_1 = __webpack_require__(7483);
|
|
19221
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
19980
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
19222
19981
|
var ServicePlans_consts_1 = __webpack_require__(27509);
|
|
19223
19982
|
var ServicePlanSEntity = /** @class */ (function (_super) {
|
|
19224
19983
|
__extends(ServicePlanSEntity, _super);
|
|
@@ -19303,12 +20062,15 @@ exports.updateExtractor = updateExtractor;
|
|
|
19303
20062
|
/***/ }),
|
|
19304
20063
|
|
|
19305
20064
|
/***/ 19178:
|
|
19306
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
20065
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
19307
20066
|
|
|
19308
20067
|
"use strict";
|
|
19309
20068
|
|
|
20069
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
20070
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
20071
|
+
};
|
|
19310
20072
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
19311
|
-
var ServicePlansEntity_1 = __webpack_require__(41709);
|
|
20073
|
+
var ServicePlansEntity_1 = __importDefault(__webpack_require__(41709));
|
|
19312
20074
|
var ServicePlans_consts_1 = __webpack_require__(27509);
|
|
19313
20075
|
var ServicePlansApi = /** @class */ (function () {
|
|
19314
20076
|
function ServicePlansApi(session) {
|
|
@@ -19480,18 +20242,21 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
19480
20242
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
19481
20243
|
}
|
|
19482
20244
|
};
|
|
20245
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
20246
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
20247
|
+
};
|
|
19483
20248
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
19484
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;
|
|
19485
20250
|
var lodash_1 = __webpack_require__(96486);
|
|
19486
|
-
var
|
|
20251
|
+
var sha1_1 = __importDefault(__webpack_require__(18738));
|
|
19487
20252
|
var BringgDashboardSDK_1 = __webpack_require__(5655);
|
|
19488
20253
|
var BringgException_1 = __webpack_require__(43605);
|
|
19489
20254
|
var ExceptionReason_1 = __webpack_require__(73532);
|
|
19490
20255
|
var Enums_1 = __webpack_require__(36429);
|
|
19491
|
-
var URLEndpoint_1 = __webpack_require__(77908);
|
|
20256
|
+
var URLEndpoint_1 = __importDefault(__webpack_require__(77908));
|
|
19492
20257
|
var Route_1 = __webpack_require__(92641);
|
|
19493
20258
|
var ServiceRequest_1 = __webpack_require__(68292);
|
|
19494
|
-
var User_1 = __webpack_require__(87129);
|
|
20259
|
+
var User_1 = __importDefault(__webpack_require__(87129));
|
|
19495
20260
|
exports.CREATE_TOKEN_ROUTE = new Route_1.Route('/tokens', 1 /* HttpMethod.POST */);
|
|
19496
20261
|
exports.GET_USER_ROUTE = new Route_1.Route('/tokens', 0 /* HttpMethod.GET */);
|
|
19497
20262
|
exports.LOGOUT_ROUTE = new Route_1.Route('/tokens', 4 /* HttpMethod.DELETE */);
|
|
@@ -19550,7 +20315,7 @@ var AuthService = /** @class */ (function () {
|
|
|
19550
20315
|
switch (_a.label) {
|
|
19551
20316
|
case 0: return [4 /*yield*/, new ServiceRequest_1.AnonymousServiceRequest(this.clientId)
|
|
19552
20317
|
.invoke(this.endpoint, exports.CREATE_TOKEN_ROUTE, {}, undefined, {
|
|
19553
|
-
email:
|
|
20318
|
+
email: (0, sha1_1.default)((0, lodash_1.toLower)(email)).toString(),
|
|
19554
20319
|
password: password,
|
|
19555
20320
|
merchant_uuid: merchant_uuid,
|
|
19556
20321
|
remember_me: true,
|
|
@@ -19720,7 +20485,7 @@ var AuthService = /** @class */ (function () {
|
|
|
19720
20485
|
switch (_a.label) {
|
|
19721
20486
|
case 0: return [4 /*yield*/, new ServiceRequest_1.AnonymousServiceRequest(this.clientId)
|
|
19722
20487
|
.invoke(this.endpoint, exports.RESEND_CONFIRMATION_EMAIL_ROUTE, null, null, {
|
|
19723
|
-
email:
|
|
20488
|
+
email: (0, sha1_1.default)((0, lodash_1.toLower)(email)).toString(),
|
|
19724
20489
|
password: password,
|
|
19725
20490
|
merchant_uuid: merchant_uuid,
|
|
19726
20491
|
recaptcha: recaptcha,
|
|
@@ -19798,17 +20563,20 @@ var __values = (this && this.__values) || function(o) {
|
|
|
19798
20563
|
};
|
|
19799
20564
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
19800
20565
|
};
|
|
20566
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
20567
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
20568
|
+
};
|
|
19801
20569
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
19802
|
-
var
|
|
20570
|
+
var deepmerge_1 = __importDefault(__webpack_require__(9996));
|
|
19803
20571
|
var BringgDashboardSDK_1 = __webpack_require__(5655);
|
|
19804
20572
|
var BringgDashboardSDK_consts_1 = __webpack_require__(89496);
|
|
19805
20573
|
var ConfigurationProvider_1 = __webpack_require__(44858);
|
|
19806
20574
|
var Enums_1 = __webpack_require__(36429);
|
|
19807
|
-
var URLEndpoint_1 = __webpack_require__(77908);
|
|
19808
|
-
var Logger_1 = __webpack_require__(55860);
|
|
19809
|
-
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));
|
|
19810
20578
|
var PubSubEvents_1 = __webpack_require__(74102);
|
|
19811
|
-
var AuthService_1 = __webpack_require__(54794);
|
|
20579
|
+
var AuthService_1 = __importDefault(__webpack_require__(54794));
|
|
19812
20580
|
var Session = /** @class */ (function () {
|
|
19813
20581
|
function Session(user) {
|
|
19814
20582
|
this.merchant = null;
|
|
@@ -19829,7 +20597,7 @@ var Session = /** @class */ (function () {
|
|
|
19829
20597
|
}
|
|
19830
20598
|
//when merging 2 arrays, prefer they new one as it full update
|
|
19831
20599
|
var chooseLatest = function (target, source) { return source; };
|
|
19832
|
-
this[key] =
|
|
20600
|
+
this[key] = (0, deepmerge_1.default)(this[key], value, { arrayMerge: chooseLatest });
|
|
19833
20601
|
};
|
|
19834
20602
|
Session.sendDataEventInternal = function (eventHandlers, name, message) {
|
|
19835
20603
|
eventHandlers.forEach(function (fun) { return Session.checked(fun, name, message); });
|
|
@@ -20211,10 +20979,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
20211
20979
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
20212
20980
|
}
|
|
20213
20981
|
};
|
|
20982
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
20983
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
20984
|
+
};
|
|
20214
20985
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
20215
20986
|
exports.UserWireMessage = exports.REALTIME_CONNECTION_RETRY_TIME = void 0;
|
|
20216
|
-
var Logger_1 = __webpack_require__(55860);
|
|
20217
|
-
var Polly_1 = __webpack_require__(51987);
|
|
20987
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
20988
|
+
var Polly_1 = __importDefault(__webpack_require__(51987));
|
|
20218
20989
|
var PubSubEvents_1 = __webpack_require__(74102);
|
|
20219
20990
|
var RealtimeConnection_1 = __webpack_require__(52944);
|
|
20220
20991
|
exports.REALTIME_CONNECTION_RETRY_TIME = 5000;
|
|
@@ -20396,9 +21167,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
20396
21167
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
20397
21168
|
};
|
|
20398
21169
|
})();
|
|
21170
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21171
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
21172
|
+
};
|
|
20399
21173
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
20400
21174
|
exports.PubSubService = void 0;
|
|
20401
|
-
var Logger_1 = __webpack_require__(55860);
|
|
21175
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
20402
21176
|
var SessionBasedService_1 = __webpack_require__(27826);
|
|
20403
21177
|
var PubSubService = /** @class */ (function (_super) {
|
|
20404
21178
|
__extends(PubSubService, _super);
|
|
@@ -20465,10 +21239,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
20465
21239
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
20466
21240
|
}
|
|
20467
21241
|
};
|
|
21242
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21243
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
21244
|
+
};
|
|
20468
21245
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
20469
21246
|
exports.RealtimeConnection = void 0;
|
|
20470
21247
|
var socket_io_client_1 = __webpack_require__(57046);
|
|
20471
|
-
var Logger_1 = __webpack_require__(55860);
|
|
21248
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
20472
21249
|
var RealtimeConnection = /** @class */ (function () {
|
|
20473
21250
|
function RealtimeConnection(endpoint, notifiable) {
|
|
20474
21251
|
this.endpoint = endpoint;
|
|
@@ -20708,14 +21485,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
20708
21485
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
20709
21486
|
}
|
|
20710
21487
|
};
|
|
21488
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21489
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
21490
|
+
};
|
|
20711
21491
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
20712
21492
|
exports.AnonymousServiceRequest = exports.AuthorizedServiceRequest = exports.ResponseHandler = exports.RequestOptions = exports.logErrorResponse = void 0;
|
|
20713
|
-
var axios_1 = __webpack_require__(9669);
|
|
21493
|
+
var axios_1 = __importDefault(__webpack_require__(9669));
|
|
20714
21494
|
var lodash_1 = __webpack_require__(96486);
|
|
20715
21495
|
var BringgException_1 = __webpack_require__(43605);
|
|
20716
|
-
var Logger_1 = __webpack_require__(55860);
|
|
21496
|
+
var Logger_1 = __importDefault(__webpack_require__(55860));
|
|
20717
21497
|
var abort_1 = __webpack_require__(34179);
|
|
20718
|
-
var version = '8.26.
|
|
21498
|
+
var version = '8.26.2';
|
|
20719
21499
|
function logErrorResponse(response) {
|
|
20720
21500
|
var data = response.data, status = response.status;
|
|
20721
21501
|
try {
|
|
@@ -21119,8 +21899,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
21119
21899
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
21120
21900
|
}
|
|
21121
21901
|
};
|
|
21902
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21903
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
21904
|
+
};
|
|
21122
21905
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21123
|
-
var Entity_1 = __webpack_require__(7483);
|
|
21906
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
21124
21907
|
var ShiftsEntity = /** @class */ (function (_super) {
|
|
21125
21908
|
__extends(ShiftsEntity, _super);
|
|
21126
21909
|
function ShiftsEntity(session) {
|
|
@@ -21191,12 +21974,15 @@ exports["default"] = ShiftsEntity;
|
|
|
21191
21974
|
/***/ }),
|
|
21192
21975
|
|
|
21193
21976
|
/***/ 10942:
|
|
21194
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
21977
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
21195
21978
|
|
|
21196
21979
|
"use strict";
|
|
21197
21980
|
|
|
21981
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21982
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
21983
|
+
};
|
|
21198
21984
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21199
|
-
var Shifts_1 = __webpack_require__(51384);
|
|
21985
|
+
var Shifts_1 = __importDefault(__webpack_require__(51384));
|
|
21200
21986
|
var ShiftsApi = /** @class */ (function () {
|
|
21201
21987
|
function ShiftsApi(session) {
|
|
21202
21988
|
this.shiftsEntity = new Shifts_1.default(session);
|
|
@@ -21279,8 +22065,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
21279
22065
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
21280
22066
|
}
|
|
21281
22067
|
};
|
|
22068
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22069
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22070
|
+
};
|
|
21282
22071
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21283
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
22072
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
21284
22073
|
var SignatureEntity = /** @class */ (function (_super) {
|
|
21285
22074
|
__extends(SignatureEntity, _super);
|
|
21286
22075
|
function SignatureEntity(session) {
|
|
@@ -21345,9 +22134,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
21345
22134
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
21346
22135
|
}
|
|
21347
22136
|
};
|
|
22137
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22138
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22139
|
+
};
|
|
21348
22140
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21349
22141
|
exports.Signature = void 0;
|
|
21350
|
-
var SignatureEntity_1 = __webpack_require__(98352);
|
|
22142
|
+
var SignatureEntity_1 = __importDefault(__webpack_require__(98352));
|
|
21351
22143
|
var Signature = /** @class */ (function () {
|
|
21352
22144
|
function Signature(session) {
|
|
21353
22145
|
this.signatureEntity = new SignatureEntity_1.default(session);
|
|
@@ -21387,8 +22179,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
21387
22179
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
21388
22180
|
};
|
|
21389
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
|
+
};
|
|
21390
22205
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21391
|
-
var Entity_1 = __webpack_require__(7483);
|
|
22206
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
21392
22207
|
var SkillsEntity = /** @class */ (function (_super) {
|
|
21393
22208
|
__extends(SkillsEntity, _super);
|
|
21394
22209
|
function SkillsEntity(session) {
|
|
@@ -21463,8 +22278,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
21463
22278
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
21464
22279
|
}
|
|
21465
22280
|
};
|
|
22281
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22282
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22283
|
+
};
|
|
21466
22284
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21467
|
-
var SkillsEntity_1 = __webpack_require__(1601);
|
|
22285
|
+
var SkillsEntity_1 = __importDefault(__webpack_require__(1601));
|
|
21468
22286
|
var Skills_consts_1 = __webpack_require__(8246);
|
|
21469
22287
|
var SkillsApi = /** @class */ (function () {
|
|
21470
22288
|
function SkillsApi(session) {
|
|
@@ -21567,9 +22385,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
21567
22385
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
21568
22386
|
}
|
|
21569
22387
|
};
|
|
22388
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22389
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22390
|
+
};
|
|
21570
22391
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21571
22392
|
exports.SupportTicketEntity = void 0;
|
|
21572
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
22393
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
21573
22394
|
var RouteGenerator_1 = __webpack_require__(84075);
|
|
21574
22395
|
var SupportTicket_consts_1 = __webpack_require__(60637);
|
|
21575
22396
|
var SupportTicketEntity = /** @class */ (function () {
|
|
@@ -21693,8 +22514,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
21693
22514
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
21694
22515
|
};
|
|
21695
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
|
+
};
|
|
21696
22540
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21697
|
-
var Entity_1 = __webpack_require__(7483);
|
|
22541
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
21698
22542
|
var TagEntity = /** @class */ (function (_super) {
|
|
21699
22543
|
__extends(TagEntity, _super);
|
|
21700
22544
|
function TagEntity(session) {
|
|
@@ -21725,12 +22569,15 @@ exports.defaultExtractor = defaultExtractor;
|
|
|
21725
22569
|
/***/ }),
|
|
21726
22570
|
|
|
21727
22571
|
/***/ 78847:
|
|
21728
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
22572
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
21729
22573
|
|
|
21730
22574
|
"use strict";
|
|
21731
22575
|
|
|
22576
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22577
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22578
|
+
};
|
|
21732
22579
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21733
|
-
var TagEntity_1 = __webpack_require__(94415);
|
|
22580
|
+
var TagEntity_1 = __importDefault(__webpack_require__(94415));
|
|
21734
22581
|
var Tag = /** @class */ (function () {
|
|
21735
22582
|
function Tag(session) {
|
|
21736
22583
|
this.tagEntity = new TagEntity_1.default(session);
|
|
@@ -21774,8 +22621,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
21774
22621
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
21775
22622
|
};
|
|
21776
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
|
+
};
|
|
21777
22647
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21778
|
-
var Entity_1 = __webpack_require__(7483);
|
|
22648
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
21779
22649
|
var TagCustomerConfigurationEntity = /** @class */ (function (_super) {
|
|
21780
22650
|
__extends(TagCustomerConfigurationEntity, _super);
|
|
21781
22651
|
function TagCustomerConfigurationEntity(session) {
|
|
@@ -21815,8 +22685,11 @@ var __assign = (this && this.__assign) || function () {
|
|
|
21815
22685
|
};
|
|
21816
22686
|
return __assign.apply(this, arguments);
|
|
21817
22687
|
};
|
|
22688
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22689
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22690
|
+
};
|
|
21818
22691
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21819
|
-
var TagCustomerConfigurationEntity_1 = __webpack_require__(31450);
|
|
22692
|
+
var TagCustomerConfigurationEntity_1 = __importDefault(__webpack_require__(31450));
|
|
21820
22693
|
var TagCustomerConfiguration = /** @class */ (function () {
|
|
21821
22694
|
function TagCustomerConfiguration(session) {
|
|
21822
22695
|
this.tagCustomerConfiguration = new TagCustomerConfigurationEntity_1.default(session);
|
|
@@ -21863,8 +22736,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
21863
22736
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
21864
22737
|
};
|
|
21865
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
|
+
};
|
|
21866
22762
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21867
|
-
var Entity_1 = __webpack_require__(7483);
|
|
22763
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
21868
22764
|
var TagMerchantConfigurationEntity = /** @class */ (function (_super) {
|
|
21869
22765
|
__extends(TagMerchantConfigurationEntity, _super);
|
|
21870
22766
|
function TagMerchantConfigurationEntity(session) {
|
|
@@ -21904,8 +22800,11 @@ var __assign = (this && this.__assign) || function () {
|
|
|
21904
22800
|
};
|
|
21905
22801
|
return __assign.apply(this, arguments);
|
|
21906
22802
|
};
|
|
22803
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22804
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22805
|
+
};
|
|
21907
22806
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
21908
|
-
var TagMerchantConfigurationEntity_1 = __webpack_require__(53140);
|
|
22807
|
+
var TagMerchantConfigurationEntity_1 = __importDefault(__webpack_require__(53140));
|
|
21909
22808
|
var TagMerchantConfiguration = /** @class */ (function () {
|
|
21910
22809
|
function TagMerchantConfiguration(session) {
|
|
21911
22810
|
this.tagMerchantConfiguration = new TagMerchantConfigurationEntity_1.default(session);
|
|
@@ -22015,13 +22914,16 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
22015
22914
|
}
|
|
22016
22915
|
return ar;
|
|
22017
22916
|
};
|
|
22917
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22918
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22919
|
+
};
|
|
22018
22920
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
22019
22921
|
var types_1 = __webpack_require__(63127);
|
|
22020
22922
|
var lodash_1 = __webpack_require__(96486);
|
|
22021
22923
|
var rxjs_1 = __webpack_require__(34143);
|
|
22022
22924
|
var operators_1 = __webpack_require__(11717);
|
|
22023
22925
|
var Entity_1 = __webpack_require__(7483);
|
|
22024
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
22926
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
22025
22927
|
var keyset_pagination_consts_1 = __webpack_require__(92400);
|
|
22026
22928
|
var TaskHelpers_1 = __webpack_require__(73119);
|
|
22027
22929
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
@@ -22589,12 +23491,15 @@ exports["default"] = TaskEntity;
|
|
|
22589
23491
|
/***/ }),
|
|
22590
23492
|
|
|
22591
23493
|
/***/ 41550:
|
|
22592
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
23494
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
22593
23495
|
|
|
22594
23496
|
"use strict";
|
|
22595
23497
|
|
|
23498
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
23499
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
23500
|
+
};
|
|
22596
23501
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
22597
|
-
var TaskEntity_1 = __webpack_require__(56130);
|
|
23502
|
+
var TaskEntity_1 = __importDefault(__webpack_require__(56130));
|
|
22598
23503
|
var TaskHelpers_1 = __webpack_require__(73119);
|
|
22599
23504
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
22600
23505
|
var Tasks = /** @class */ (function () {
|
|
@@ -23013,9 +23918,12 @@ var __values = (this && this.__values) || function(o) {
|
|
|
23013
23918
|
};
|
|
23014
23919
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
23015
23920
|
};
|
|
23921
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
23922
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
23923
|
+
};
|
|
23016
23924
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
23017
23925
|
var object_merger_1 = __webpack_require__(7262);
|
|
23018
|
-
var realtime_subscriptions_1 = __webpack_require__(47985);
|
|
23926
|
+
var realtime_subscriptions_1 = __importDefault(__webpack_require__(47985));
|
|
23019
23927
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
23020
23928
|
var TaskRealtimeSubscriptions = /** @class */ (function () {
|
|
23021
23929
|
function TaskRealtimeSubscriptions(session, tasksStore, storableDataService) {
|
|
@@ -23228,17 +24136,20 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
23228
24136
|
}
|
|
23229
24137
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
23230
24138
|
};
|
|
24139
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24140
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
24141
|
+
};
|
|
23231
24142
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
23232
24143
|
var types_1 = __webpack_require__(63127);
|
|
23233
|
-
var light_data_store_1 = __webpack_require__(93670);
|
|
24144
|
+
var light_data_store_1 = __importDefault(__webpack_require__(93670));
|
|
23234
24145
|
var merge_mapper_1 = __webpack_require__(59200);
|
|
23235
24146
|
var data_entity_1 = __webpack_require__(91083);
|
|
23236
|
-
var data_store_1 = __webpack_require__(73135);
|
|
23237
|
-
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));
|
|
23238
24149
|
var keyset_pagination_consts_1 = __webpack_require__(92400);
|
|
23239
24150
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
23240
|
-
var task_realtime_subscriptions_1 = __webpack_require__(52131);
|
|
23241
|
-
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));
|
|
23242
24153
|
// hard coded fields to take advantage of the light data store cache
|
|
23243
24154
|
var READY_TO_EXECUTE_FIELDS = ['ready_to_execute'];
|
|
23244
24155
|
var TasksApi = /** @class */ (function () {
|
|
@@ -23580,8 +24491,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
23580
24491
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
23581
24492
|
}
|
|
23582
24493
|
};
|
|
24494
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24495
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
24496
|
+
};
|
|
23583
24497
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
23584
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
24498
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
23585
24499
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
23586
24500
|
var TasksService = /** @class */ (function () {
|
|
23587
24501
|
function TasksService(session) {
|
|
@@ -23895,8 +24809,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
23895
24809
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
23896
24810
|
};
|
|
23897
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
|
+
};
|
|
23898
24835
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
23899
|
-
var Entity_1 = __webpack_require__(7483);
|
|
24836
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
23900
24837
|
var TaskConfigurationEntity = /** @class */ (function (_super) {
|
|
23901
24838
|
__extends(TaskConfigurationEntity, _super);
|
|
23902
24839
|
function TaskConfigurationEntity(session) {
|
|
@@ -23918,12 +24855,15 @@ exports["default"] = TaskConfigurationEntity;
|
|
|
23918
24855
|
/***/ }),
|
|
23919
24856
|
|
|
23920
24857
|
/***/ 15127:
|
|
23921
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
24858
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
23922
24859
|
|
|
23923
24860
|
"use strict";
|
|
23924
24861
|
|
|
24862
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24863
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
24864
|
+
};
|
|
23925
24865
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
23926
|
-
var TaskConfigurationEntity_1 = __webpack_require__(47345);
|
|
24866
|
+
var TaskConfigurationEntity_1 = __importDefault(__webpack_require__(47345));
|
|
23927
24867
|
var TaskConfiguration = /** @class */ (function () {
|
|
23928
24868
|
function TaskConfiguration(session) {
|
|
23929
24869
|
this.TaskConfigurationEntity = new TaskConfigurationEntity_1.default(session);
|
|
@@ -24194,10 +25134,13 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
24194
25134
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
24195
25135
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
24196
25136
|
};
|
|
25137
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25138
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25139
|
+
};
|
|
24197
25140
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24198
25141
|
exports.TaskManagedAttributesApi = void 0;
|
|
24199
25142
|
var task_managed_attributes_api_1 = __webpack_require__(68310);
|
|
24200
|
-
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; } }));
|
|
24201
25144
|
__exportStar(__webpack_require__(43000), exports);
|
|
24202
25145
|
//# sourceMappingURL=index.js.map
|
|
24203
25146
|
|
|
@@ -24275,13 +25218,16 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
24275
25218
|
}
|
|
24276
25219
|
return ar;
|
|
24277
25220
|
};
|
|
25221
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25222
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25223
|
+
};
|
|
24278
25224
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24279
|
-
var light_data_store_1 = __webpack_require__(93670);
|
|
25225
|
+
var light_data_store_1 = __importDefault(__webpack_require__(93670));
|
|
24280
25226
|
var merge_mapper_1 = __webpack_require__(59200);
|
|
24281
|
-
var data_store_1 = __webpack_require__(73135);
|
|
24282
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
24283
|
-
var task_managed_attributes_realtime_subscriptions_1 = __webpack_require__(68043);
|
|
24284
|
-
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));
|
|
24285
25231
|
var TaskManagedAttributesApi = /** @class */ (function () {
|
|
24286
25232
|
function TaskManagedAttributesApi(session) {
|
|
24287
25233
|
var _this = this;
|
|
@@ -24375,8 +25321,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24375
25321
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24376
25322
|
}
|
|
24377
25323
|
};
|
|
25324
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25325
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25326
|
+
};
|
|
24378
25327
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24379
|
-
var realtime_subscriptions_1 = __webpack_require__(47985);
|
|
25328
|
+
var realtime_subscriptions_1 = __importDefault(__webpack_require__(47985));
|
|
24380
25329
|
var internal_types_1 = __webpack_require__(30437);
|
|
24381
25330
|
var TaskManagedAttributesRealtimeSubscriptions = /** @class */ (function () {
|
|
24382
25331
|
function TaskManagedAttributesRealtimeSubscriptions(session, store, storableDataService) {
|
|
@@ -24457,8 +25406,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24457
25406
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24458
25407
|
}
|
|
24459
25408
|
};
|
|
25409
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25410
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25411
|
+
};
|
|
24460
25412
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24461
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
25413
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
24462
25414
|
var CommonOptions = /** @class */ (function () {
|
|
24463
25415
|
function CommonOptions() {
|
|
24464
25416
|
}
|
|
@@ -24542,10 +25494,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24542
25494
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24543
25495
|
}
|
|
24544
25496
|
};
|
|
25497
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25498
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25499
|
+
};
|
|
24545
25500
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24546
|
-
var data_store_1 = __webpack_require__(73135);
|
|
24547
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
24548
|
-
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));
|
|
24549
25504
|
var TaskRejectReasonsApi = /** @class */ (function () {
|
|
24550
25505
|
function TaskRejectReasonsApi(session, mapper) {
|
|
24551
25506
|
this.taskRejectReasonsStore = new data_store_1.default();
|
|
@@ -24644,8 +25599,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24644
25599
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24645
25600
|
}
|
|
24646
25601
|
};
|
|
25602
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25603
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25604
|
+
};
|
|
24647
25605
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24648
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
25606
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
24649
25607
|
var entityName = 'task_reject_reasons';
|
|
24650
25608
|
var TaskRejectReasonsService = /** @class */ (function () {
|
|
24651
25609
|
function TaskRejectReasonsService(session) {
|
|
@@ -24754,8 +25712,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24754
25712
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24755
25713
|
}
|
|
24756
25714
|
};
|
|
25715
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25716
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25717
|
+
};
|
|
24757
25718
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24758
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
25719
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
24759
25720
|
var baseUrl = 'data-query-service';
|
|
24760
25721
|
var entityName = 'tasks-explorer';
|
|
24761
25722
|
var TasksExplorerService = /** @class */ (function () {
|
|
@@ -24822,8 +25783,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24822
25783
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24823
25784
|
}
|
|
24824
25785
|
};
|
|
25786
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25787
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25788
|
+
};
|
|
24825
25789
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24826
|
-
var tasks_explorer_service_1 = __webpack_require__(5880);
|
|
25790
|
+
var tasks_explorer_service_1 = __importDefault(__webpack_require__(5880));
|
|
24827
25791
|
var TasksExplorerApi = /** @class */ (function () {
|
|
24828
25792
|
function TasksExplorerApi(session) {
|
|
24829
25793
|
this.tasksExplorerService = new tasks_explorer_service_1.default(session);
|
|
@@ -24899,9 +25863,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24899
25863
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24900
25864
|
}
|
|
24901
25865
|
};
|
|
25866
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25867
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25868
|
+
};
|
|
24902
25869
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24903
25870
|
var Entity_1 = __webpack_require__(7483);
|
|
24904
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
25871
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
24905
25872
|
var defaultExtractor = function (response) { return response.team; };
|
|
24906
25873
|
var Routes = {
|
|
24907
25874
|
GET_TEAMS_BY_USER: '/users/{:userId}/teams',
|
|
@@ -25002,9 +25969,12 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
25002
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;
|
|
25003
25970
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25004
25971
|
};
|
|
25972
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25973
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25974
|
+
};
|
|
25005
25975
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25006
|
-
var cached_promise_1 = __webpack_require__(8277);
|
|
25007
|
-
var Team_1 = __webpack_require__(29722);
|
|
25976
|
+
var cached_promise_1 = __importDefault(__webpack_require__(8277));
|
|
25977
|
+
var Team_1 = __importDefault(__webpack_require__(29722));
|
|
25008
25978
|
var TeamApi = /** @class */ (function () {
|
|
25009
25979
|
function TeamApi(session) {
|
|
25010
25980
|
this.teamEntity = new Team_1.default(session);
|
|
@@ -25057,9 +26027,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
25057
26027
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
25058
26028
|
};
|
|
25059
26029
|
})();
|
|
26030
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26031
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26032
|
+
};
|
|
25060
26033
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25061
26034
|
var Entity_1 = __webpack_require__(7483);
|
|
25062
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
26035
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
25063
26036
|
var TeamConfigurationEntity = /** @class */ (function (_super) {
|
|
25064
26037
|
__extends(TeamConfigurationEntity, _super);
|
|
25065
26038
|
function TeamConfigurationEntity(session) {
|
|
@@ -25117,8 +26090,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
25117
26090
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
25118
26091
|
}
|
|
25119
26092
|
};
|
|
26093
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26094
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26095
|
+
};
|
|
25120
26096
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25121
|
-
var TeamConfigurationEntity_1 = __webpack_require__(45373);
|
|
26097
|
+
var TeamConfigurationEntity_1 = __importDefault(__webpack_require__(45373));
|
|
25122
26098
|
var TeamConfigurationApi = /** @class */ (function () {
|
|
25123
26099
|
function TeamConfigurationApi(session) {
|
|
25124
26100
|
this.teamConfigurationEntity = new TeamConfigurationEntity_1.default(session);
|
|
@@ -25169,8 +26145,31 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
25169
26145
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
25170
26146
|
};
|
|
25171
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
|
+
};
|
|
25172
26171
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25173
|
-
var Entity_1 = __webpack_require__(7483);
|
|
26172
|
+
var Entity_1 = __importStar(__webpack_require__(7483));
|
|
25174
26173
|
var TeamServiceAreaEntity = /** @class */ (function (_super) {
|
|
25175
26174
|
__extends(TeamServiceAreaEntity, _super);
|
|
25176
26175
|
function TeamServiceAreaEntity(session) {
|
|
@@ -25191,12 +26190,15 @@ exports["default"] = TeamServiceAreaEntity;
|
|
|
25191
26190
|
/***/ }),
|
|
25192
26191
|
|
|
25193
26192
|
/***/ 2847:
|
|
25194
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
26193
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
25195
26194
|
|
|
25196
26195
|
"use strict";
|
|
25197
26196
|
|
|
26197
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26198
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26199
|
+
};
|
|
25198
26200
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25199
|
-
var TeamServiceAreaEntity_1 = __webpack_require__(91450);
|
|
26201
|
+
var TeamServiceAreaEntity_1 = __importDefault(__webpack_require__(91450));
|
|
25200
26202
|
var TeamServiceAreaApi = /** @class */ (function () {
|
|
25201
26203
|
function TeamServiceAreaApi(session) {
|
|
25202
26204
|
this.teamServiceAreaEntity = new TeamServiceAreaEntity_1.default(session);
|
|
@@ -25270,8 +26272,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
25270
26272
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
25271
26273
|
}
|
|
25272
26274
|
};
|
|
26275
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26276
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26277
|
+
};
|
|
25273
26278
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25274
|
-
var Entity_1 = __webpack_require__(7483);
|
|
26279
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
25275
26280
|
var Templates_consts_1 = __webpack_require__(64243);
|
|
25276
26281
|
var TemplatesEntity = /** @class */ (function (_super) {
|
|
25277
26282
|
__extends(TemplatesEntity, _super);
|
|
@@ -25406,12 +26411,15 @@ exports.Routes = {
|
|
|
25406
26411
|
/***/ }),
|
|
25407
26412
|
|
|
25408
26413
|
/***/ 92921:
|
|
25409
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
26414
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
25410
26415
|
|
|
25411
26416
|
"use strict";
|
|
25412
26417
|
|
|
26418
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26419
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26420
|
+
};
|
|
25413
26421
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25414
|
-
var TemplatesEntity_1 = __webpack_require__(25302);
|
|
26422
|
+
var TemplatesEntity_1 = __importDefault(__webpack_require__(25302));
|
|
25415
26423
|
var TemplatesApi = /** @class */ (function () {
|
|
25416
26424
|
function TemplatesApi(session) {
|
|
25417
26425
|
this.templatesEntity = new TemplatesEntity_1.default(session);
|
|
@@ -25445,12 +26453,15 @@ exports["default"] = TemplatesApi;
|
|
|
25445
26453
|
/***/ }),
|
|
25446
26454
|
|
|
25447
26455
|
/***/ 61488:
|
|
25448
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
26456
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
25449
26457
|
|
|
25450
26458
|
"use strict";
|
|
25451
26459
|
|
|
26460
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26461
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26462
|
+
};
|
|
25452
26463
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25453
|
-
var upload_service_1 = __webpack_require__(38484);
|
|
26464
|
+
var upload_service_1 = __importDefault(__webpack_require__(38484));
|
|
25454
26465
|
var UploadApi = /** @class */ (function () {
|
|
25455
26466
|
function UploadApi(session) {
|
|
25456
26467
|
this.uploadService = new upload_service_1.default(session);
|
|
@@ -25607,14 +26618,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
25607
26618
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
25608
26619
|
}
|
|
25609
26620
|
};
|
|
26621
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26622
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26623
|
+
};
|
|
25610
26624
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25611
26625
|
var BringgDashboardSDK_1 = __webpack_require__(5655);
|
|
25612
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
26626
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
25613
26627
|
var BringgException_1 = __webpack_require__(43605);
|
|
25614
26628
|
var ExceptionReason_1 = __webpack_require__(73532);
|
|
25615
26629
|
var Enums_1 = __webpack_require__(36429);
|
|
25616
|
-
var URLEndpoint_1 = __webpack_require__(77908);
|
|
25617
|
-
var Polly_1 = __webpack_require__(51987);
|
|
26630
|
+
var URLEndpoint_1 = __importDefault(__webpack_require__(77908));
|
|
26631
|
+
var Polly_1 = __importDefault(__webpack_require__(51987));
|
|
25618
26632
|
var RouteGenerator_1 = __webpack_require__(84075);
|
|
25619
26633
|
var Route_1 = __webpack_require__(92641);
|
|
25620
26634
|
var ServiceRequest_1 = __webpack_require__(68292);
|
|
@@ -26605,13 +27619,16 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
26605
27619
|
}
|
|
26606
27620
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
26607
27621
|
};
|
|
27622
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27623
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27624
|
+
};
|
|
26608
27625
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
26609
27626
|
var types_1 = __webpack_require__(63127);
|
|
26610
27627
|
var lodash_1 = __webpack_require__(96486);
|
|
26611
27628
|
var rxjs_1 = __webpack_require__(34143);
|
|
26612
27629
|
var operators_1 = __webpack_require__(11717);
|
|
26613
|
-
var BaseStore_1 = __webpack_require__(14436);
|
|
26614
|
-
var UsersService_1 = __webpack_require__(95401);
|
|
27630
|
+
var BaseStore_1 = __importDefault(__webpack_require__(14436));
|
|
27631
|
+
var UsersService_1 = __importDefault(__webpack_require__(95401));
|
|
26615
27632
|
var User_consts_1 = __webpack_require__(38894);
|
|
26616
27633
|
var UserHelpers_1 = __webpack_require__(2450);
|
|
26617
27634
|
var THROTTLE_TIME = 500;
|
|
@@ -27300,12 +28317,15 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27300
28317
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
27301
28318
|
}
|
|
27302
28319
|
};
|
|
28320
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28321
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
28322
|
+
};
|
|
27303
28323
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
27304
28324
|
var lodash_1 = __webpack_require__(96486);
|
|
27305
28325
|
var BringgException_1 = __webpack_require__(43605);
|
|
27306
28326
|
var ExceptionReason_1 = __webpack_require__(73532);
|
|
27307
28327
|
var keyset_pagination_consts_1 = __webpack_require__(92400);
|
|
27308
|
-
var UsersStore_1 = __webpack_require__(68562);
|
|
28328
|
+
var UsersStore_1 = __importDefault(__webpack_require__(68562));
|
|
27309
28329
|
var User_consts_1 = __webpack_require__(38894);
|
|
27310
28330
|
var Users = /** @class */ (function () {
|
|
27311
28331
|
function Users(session) {
|
|
@@ -27590,8 +28610,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27590
28610
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
27591
28611
|
}
|
|
27592
28612
|
};
|
|
28613
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28614
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
28615
|
+
};
|
|
27593
28616
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
27594
|
-
var user_analytics_1 = __webpack_require__(79652);
|
|
28617
|
+
var user_analytics_1 = __importDefault(__webpack_require__(79652));
|
|
27595
28618
|
var types_1 = __webpack_require__(71205);
|
|
27596
28619
|
var UserAnalyticsApi = /** @class */ (function () {
|
|
27597
28620
|
function UserAnalyticsApi(session) {
|
|
@@ -27713,8 +28736,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27713
28736
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
27714
28737
|
}
|
|
27715
28738
|
};
|
|
28739
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28740
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
28741
|
+
};
|
|
27716
28742
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
27717
|
-
var Entity_1 = __webpack_require__(7483);
|
|
28743
|
+
var Entity_1 = __importDefault(__webpack_require__(7483));
|
|
27718
28744
|
var UserConfigurationEntity = /** @class */ (function (_super) {
|
|
27719
28745
|
__extends(UserConfigurationEntity, _super);
|
|
27720
28746
|
function UserConfigurationEntity(session) {
|
|
@@ -27801,9 +28827,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27801
28827
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
27802
28828
|
}
|
|
27803
28829
|
};
|
|
28830
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28831
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
28832
|
+
};
|
|
27804
28833
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
27805
|
-
var cached_promise_1 = __webpack_require__(8277);
|
|
27806
|
-
var UserConfigurationEntity_1 = __webpack_require__(65997);
|
|
28834
|
+
var cached_promise_1 = __importDefault(__webpack_require__(8277));
|
|
28835
|
+
var UserConfigurationEntity_1 = __importDefault(__webpack_require__(65997));
|
|
27807
28836
|
var UserConfiguration = /** @class */ (function () {
|
|
27808
28837
|
function UserConfiguration(session) {
|
|
27809
28838
|
this.userConfigurationEntity = new UserConfigurationEntity_1.default(session);
|
|
@@ -27880,10 +28909,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
27880
28909
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
27881
28910
|
}
|
|
27882
28911
|
};
|
|
28912
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28913
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
28914
|
+
};
|
|
27883
28915
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
27884
28916
|
exports.UserPresetViewsApi = void 0;
|
|
27885
|
-
var data_store_1 = __webpack_require__(73135);
|
|
27886
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
28917
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
28918
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
27887
28919
|
var user_preset_views_consts_1 = __webpack_require__(90099);
|
|
27888
28920
|
var user_preset_views_service_1 = __webpack_require__(9924);
|
|
27889
28921
|
var UserPresetViewsApi = /** @class */ (function () {
|
|
@@ -28024,9 +29056,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28024
29056
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28025
29057
|
}
|
|
28026
29058
|
};
|
|
29059
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29060
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29061
|
+
};
|
|
28027
29062
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28028
29063
|
exports.UserPresetViewsService = void 0;
|
|
28029
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
29064
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
28030
29065
|
var baseRoute = 'settings-service';
|
|
28031
29066
|
var UserPresetViewsService = /** @class */ (function () {
|
|
28032
29067
|
function UserPresetViewsService(session) {
|
|
@@ -28118,9 +29153,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28118
29153
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28119
29154
|
}
|
|
28120
29155
|
};
|
|
29156
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29157
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29158
|
+
};
|
|
28121
29159
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28122
29160
|
var Entity_1 = __webpack_require__(7483);
|
|
28123
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
29161
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
28124
29162
|
var UserType_consts_1 = __webpack_require__(81889);
|
|
28125
29163
|
var UserTypeRoute = [Entity_1.BaseRoutes.Get, Entity_1.BaseRoutes.GetAll, Entity_1.BaseRoutes.Create, Entity_1.BaseRoutes.Update];
|
|
28126
29164
|
var UserTypeEntity = /** @class */ (function (_super) {
|
|
@@ -28186,12 +29224,15 @@ exports.userTypesResponseExtractor = userTypesResponseExtractor;
|
|
|
28186
29224
|
/***/ }),
|
|
28187
29225
|
|
|
28188
29226
|
/***/ 57187:
|
|
28189
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
29227
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
28190
29228
|
|
|
28191
29229
|
"use strict";
|
|
28192
29230
|
|
|
29231
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29232
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29233
|
+
};
|
|
28193
29234
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28194
|
-
var UserTypeEntity_1 = __webpack_require__(6637);
|
|
29235
|
+
var UserTypeEntity_1 = __importDefault(__webpack_require__(6637));
|
|
28195
29236
|
var UserTypeApi = /** @class */ (function () {
|
|
28196
29237
|
function UserTypeApi(session) {
|
|
28197
29238
|
this.userTypeEntity = new UserTypeEntity_1.default(session);
|
|
@@ -28271,11 +29312,14 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28271
29312
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28272
29313
|
}
|
|
28273
29314
|
};
|
|
29315
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29316
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29317
|
+
};
|
|
28274
29318
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28275
29319
|
exports.Routes = void 0;
|
|
28276
29320
|
var lodash_1 = __webpack_require__(96486);
|
|
28277
29321
|
var Entity_1 = __webpack_require__(7483);
|
|
28278
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
29322
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
28279
29323
|
var Vehicle_consts_1 = __webpack_require__(84010);
|
|
28280
29324
|
exports.Routes = {
|
|
28281
29325
|
GET_ASSIGNMENT_HISTORY: '/vehicles/get_assignment_history/',
|
|
@@ -28411,12 +29455,15 @@ exports.getCsvFieldsExtractor = getCsvFieldsExtractor;
|
|
|
28411
29455
|
/***/ }),
|
|
28412
29456
|
|
|
28413
29457
|
/***/ 46354:
|
|
28414
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
29458
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
28415
29459
|
|
|
28416
29460
|
"use strict";
|
|
28417
29461
|
|
|
29462
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29463
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29464
|
+
};
|
|
28418
29465
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28419
|
-
var VehicleEntity_1 = __webpack_require__(84752);
|
|
29466
|
+
var VehicleEntity_1 = __importDefault(__webpack_require__(84752));
|
|
28420
29467
|
var Vehicle_consts_1 = __webpack_require__(84010);
|
|
28421
29468
|
var Vehicles = /** @class */ (function () {
|
|
28422
29469
|
function Vehicles(session) {
|
|
@@ -28513,12 +29560,15 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28513
29560
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28514
29561
|
}
|
|
28515
29562
|
};
|
|
29563
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29564
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29565
|
+
};
|
|
28516
29566
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28517
|
-
var data_store_1 = __webpack_require__(73135);
|
|
28518
|
-
var realtime_subscriptions_1 = __webpack_require__(47985);
|
|
28519
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
29567
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
29568
|
+
var realtime_subscriptions_1 = __importDefault(__webpack_require__(47985));
|
|
29569
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
28520
29570
|
var Vehicle_consts_1 = __webpack_require__(84010);
|
|
28521
|
-
var vehicles_service_1 = __webpack_require__(87386);
|
|
29571
|
+
var vehicles_service_1 = __importDefault(__webpack_require__(87386));
|
|
28522
29572
|
var VehiclesApi = /** @class */ (function () {
|
|
28523
29573
|
function VehiclesApi(session) {
|
|
28524
29574
|
var groupFilters = [
|
|
@@ -28675,8 +29725,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28675
29725
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28676
29726
|
}
|
|
28677
29727
|
};
|
|
29728
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29729
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29730
|
+
};
|
|
28678
29731
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28679
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
29732
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
28680
29733
|
var VehicleEntity_1 = __webpack_require__(84752);
|
|
28681
29734
|
var Vehicle_consts_1 = __webpack_require__(84010);
|
|
28682
29735
|
var VehiclesService = /** @class */ (function () {
|
|
@@ -28822,9 +29875,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
28822
29875
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
28823
29876
|
};
|
|
28824
29877
|
})();
|
|
29878
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29879
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29880
|
+
};
|
|
28825
29881
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28826
29882
|
var Entity_1 = __webpack_require__(7483);
|
|
28827
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
29883
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
28828
29884
|
var VehicleCategoryEntity = /** @class */ (function (_super) {
|
|
28829
29885
|
__extends(VehicleCategoryEntity, _super);
|
|
28830
29886
|
function VehicleCategoryEntity(session) {
|
|
@@ -28895,8 +29951,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28895
29951
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28896
29952
|
}
|
|
28897
29953
|
};
|
|
29954
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29955
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
29956
|
+
};
|
|
28898
29957
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28899
|
-
var VehicleCategoryEntity_1 = __webpack_require__(9887);
|
|
29958
|
+
var VehicleCategoryEntity_1 = __importDefault(__webpack_require__(9887));
|
|
28900
29959
|
var VehicleTypeApi = /** @class */ (function () {
|
|
28901
29960
|
function VehicleTypeApi(session) {
|
|
28902
29961
|
this.vehicleCategoriesEntity = new VehicleCategoryEntity_1.default(session);
|
|
@@ -28974,10 +30033,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28974
30033
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
28975
30034
|
}
|
|
28976
30035
|
};
|
|
30036
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30037
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30038
|
+
};
|
|
28977
30039
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28978
30040
|
exports.singleExtractor = exports.listExtractor = void 0;
|
|
28979
30041
|
var Entity_1 = __webpack_require__(7483);
|
|
28980
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
30042
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
28981
30043
|
var listExtractor = function (response) { return response.vehicle_types; };
|
|
28982
30044
|
exports.listExtractor = listExtractor;
|
|
28983
30045
|
var singleExtractor = function (response) { return response.vehicle_type; };
|
|
@@ -29086,8 +30148,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29086
30148
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
29087
30149
|
}
|
|
29088
30150
|
};
|
|
30151
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30152
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30153
|
+
};
|
|
29089
30154
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29090
|
-
var VehicleTypeEntity_1 = __webpack_require__(84402);
|
|
30155
|
+
var VehicleTypeEntity_1 = __importDefault(__webpack_require__(84402));
|
|
29091
30156
|
var VehicleTypeApi = /** @class */ (function () {
|
|
29092
30157
|
function VehicleTypeApi(session) {
|
|
29093
30158
|
this.vehicleTypesEntity = new VehicleTypeEntity_1.default(session);
|
|
@@ -29159,10 +30224,13 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
29159
30224
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
29160
30225
|
};
|
|
29161
30226
|
})();
|
|
30227
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30228
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30229
|
+
};
|
|
29162
30230
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29163
30231
|
var lodash_1 = __webpack_require__(96486);
|
|
29164
30232
|
var Entity_1 = __webpack_require__(7483);
|
|
29165
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
30233
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
29166
30234
|
var AutoDispatchTeamState_consts_1 = __webpack_require__(27582);
|
|
29167
30235
|
var VrpAutoDispatchAnalyticEntity = /** @class */ (function (_super) {
|
|
29168
30236
|
__extends(VrpAutoDispatchAnalyticEntity, _super);
|
|
@@ -29188,12 +30256,15 @@ exports["default"] = VrpAutoDispatchAnalyticEntity;
|
|
|
29188
30256
|
/***/ }),
|
|
29189
30257
|
|
|
29190
30258
|
/***/ 45043:
|
|
29191
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
30259
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
29192
30260
|
|
|
29193
30261
|
"use strict";
|
|
29194
30262
|
|
|
30263
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30264
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30265
|
+
};
|
|
29195
30266
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29196
|
-
var VrpAutoDispatchAnalyticEntity_1 = __webpack_require__(98267);
|
|
30267
|
+
var VrpAutoDispatchAnalyticEntity_1 = __importDefault(__webpack_require__(98267));
|
|
29197
30268
|
var VrpAutoDispatchAnalyticApi = /** @class */ (function () {
|
|
29198
30269
|
function VrpAutoDispatchAnalyticApi(session) {
|
|
29199
30270
|
this.vrpAutoDispatchAnalyticEntity = new VrpAutoDispatchAnalyticEntity_1.default(session);
|
|
@@ -29270,8 +30341,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29270
30341
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
29271
30342
|
}
|
|
29272
30343
|
};
|
|
30344
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30345
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30346
|
+
};
|
|
29273
30347
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29274
|
-
var StoreEntity_1 = __webpack_require__(95574);
|
|
30348
|
+
var StoreEntity_1 = __importDefault(__webpack_require__(95574));
|
|
29275
30349
|
var WebApplicationConfigurationEntityName = 'web_application_configurations';
|
|
29276
30350
|
var WebApplicationConfigurationEntity = /** @class */ (function (_super) {
|
|
29277
30351
|
__extends(WebApplicationConfigurationEntity, _super);
|
|
@@ -29308,12 +30382,15 @@ exports["default"] = WebApplicationConfigurationEntity;
|
|
|
29308
30382
|
/***/ }),
|
|
29309
30383
|
|
|
29310
30384
|
/***/ 79421:
|
|
29311
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
30385
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
29312
30386
|
|
|
29313
30387
|
"use strict";
|
|
29314
30388
|
|
|
30389
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30390
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30391
|
+
};
|
|
29315
30392
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29316
|
-
var WebApplicationConfigurationEntity_1 = __webpack_require__(35207);
|
|
30393
|
+
var WebApplicationConfigurationEntity_1 = __importDefault(__webpack_require__(35207));
|
|
29317
30394
|
var WebApplicationConfigurationApi = /** @class */ (function () {
|
|
29318
30395
|
function WebApplicationConfigurationApi(session) {
|
|
29319
30396
|
this.webApplicationConfigurationEntity = new WebApplicationConfigurationEntity_1.default(session);
|
|
@@ -29384,8 +30461,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29384
30461
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
29385
30462
|
}
|
|
29386
30463
|
};
|
|
30464
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30465
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30466
|
+
};
|
|
29387
30467
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29388
|
-
var BaseService_1 = __webpack_require__(41992);
|
|
30468
|
+
var BaseService_1 = __importDefault(__webpack_require__(41992));
|
|
29389
30469
|
var SERVICE_NAME = 'settings-service';
|
|
29390
30470
|
var WebhookAuthenticationConfigurationService = /** @class */ (function (_super) {
|
|
29391
30471
|
__extends(WebhookAuthenticationConfigurationService, _super);
|
|
@@ -29430,12 +30510,15 @@ exports["default"] = WebhookAuthenticationConfigurationService;
|
|
|
29430
30510
|
/***/ }),
|
|
29431
30511
|
|
|
29432
30512
|
/***/ 68077:
|
|
29433
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
30513
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
29434
30514
|
|
|
29435
30515
|
"use strict";
|
|
29436
30516
|
|
|
30517
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30518
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30519
|
+
};
|
|
29437
30520
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29438
|
-
var WebhookAuthenticationConfiguration_service_1 = __webpack_require__(85805);
|
|
30521
|
+
var WebhookAuthenticationConfiguration_service_1 = __importDefault(__webpack_require__(85805));
|
|
29439
30522
|
var WebhookAuthenticationConfiguration = /** @class */ (function () {
|
|
29440
30523
|
function WebhookAuthenticationConfiguration(session) {
|
|
29441
30524
|
this.webhookAuthenticationConfigurationService = new WebhookAuthenticationConfiguration_service_1.default(session);
|
|
@@ -29503,10 +30586,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29503
30586
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
29504
30587
|
}
|
|
29505
30588
|
};
|
|
30589
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30590
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30591
|
+
};
|
|
29506
30592
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29507
|
-
var data_store_1 = __webpack_require__(73135);
|
|
29508
|
-
var storable_data_service_1 = __webpack_require__(45297);
|
|
29509
|
-
var workflows_service_1 = __webpack_require__(37329);
|
|
30593
|
+
var data_store_1 = __importDefault(__webpack_require__(73135));
|
|
30594
|
+
var storable_data_service_1 = __importDefault(__webpack_require__(45297));
|
|
30595
|
+
var workflows_service_1 = __importDefault(__webpack_require__(37329));
|
|
29510
30596
|
var WorkflowsApi = /** @class */ (function () {
|
|
29511
30597
|
function WorkflowsApi(session, mapper) {
|
|
29512
30598
|
this.workflowStore = new data_store_1.default();
|
|
@@ -29650,8 +30736,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29650
30736
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
29651
30737
|
}
|
|
29652
30738
|
};
|
|
30739
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30740
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30741
|
+
};
|
|
29653
30742
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
29654
|
-
var CrudService_1 = __webpack_require__(14809);
|
|
30743
|
+
var CrudService_1 = __importDefault(__webpack_require__(14809));
|
|
29655
30744
|
var cached_item_1 = __webpack_require__(24621);
|
|
29656
30745
|
var entityName = 'rule-service/workflow';
|
|
29657
30746
|
var baseRoute = "/".concat(entityName);
|
|
@@ -30125,80 +31214,95 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
30125
31214
|
if (k2 === undefined) k2 = k;
|
|
30126
31215
|
o[k2] = m[k];
|
|
30127
31216
|
}));
|
|
31217
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
31218
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
31219
|
+
}) : function(o, v) {
|
|
31220
|
+
o["default"] = v;
|
|
31221
|
+
});
|
|
30128
31222
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
30129
31223
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
30130
31224
|
};
|
|
31225
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
31226
|
+
if (mod && mod.__esModule) return mod;
|
|
31227
|
+
var result = {};
|
|
31228
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31229
|
+
__setModuleDefault(result, mod);
|
|
31230
|
+
return result;
|
|
31231
|
+
};
|
|
31232
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
31233
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
31234
|
+
};
|
|
30131
31235
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
30132
31236
|
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;
|
|
30133
31237
|
__exportStar(__webpack_require__(37360), exports);
|
|
30134
31238
|
__exportStar(__webpack_require__(5655), exports);
|
|
30135
31239
|
var BringgDashboardSDK_1 = __webpack_require__(5655);
|
|
30136
31240
|
Object.defineProperty(exports, "BringgDashboardSDK", ({ enumerable: true, get: function () { return BringgDashboardSDK_1.BringgDashboardSDK; } }));
|
|
30137
|
-
exports.ChatConversationConsts = __webpack_require__(44448);
|
|
30138
|
-
exports.ChatMessageConsts = __webpack_require__(39634);
|
|
31241
|
+
exports.ChatConversationConsts = __importStar(__webpack_require__(44448));
|
|
31242
|
+
exports.ChatMessageConsts = __importStar(__webpack_require__(39634));
|
|
30139
31243
|
__exportStar(__webpack_require__(55860), exports);
|
|
30140
|
-
exports.Responses = __webpack_require__(26171);
|
|
30141
|
-
exports.CrewConsts = __webpack_require__(67152);
|
|
30142
|
-
exports.DashboardConsts = __webpack_require__(27910);
|
|
30143
|
-
exports.DeliveryBlockConsts = __webpack_require__(27774);
|
|
31244
|
+
exports.Responses = __importStar(__webpack_require__(26171));
|
|
31245
|
+
exports.CrewConsts = __importStar(__webpack_require__(67152));
|
|
31246
|
+
exports.DashboardConsts = __importStar(__webpack_require__(27910));
|
|
31247
|
+
exports.DeliveryBlockConsts = __importStar(__webpack_require__(27774));
|
|
30144
31248
|
var delivery_windows_api_1 = __webpack_require__(49627);
|
|
30145
|
-
Object.defineProperty(exports, "DeliveryWindowsApi", ({ enumerable: true, get: function () { return delivery_windows_api_1.default; } }));
|
|
31249
|
+
Object.defineProperty(exports, "DeliveryWindowsApi", ({ enumerable: true, get: function () { return __importDefault(delivery_windows_api_1).default; } }));
|
|
30146
31250
|
var exclusion_window_consts_1 = __webpack_require__(41277);
|
|
30147
31251
|
Object.defineProperty(exports, "ExclusionWindowsFilterGroups", ({ enumerable: true, get: function () { return exclusion_window_consts_1.ExclusionWindowsFilterGroups; } }));
|
|
30148
31252
|
var exclusion_window_api_1 = __webpack_require__(74750);
|
|
30149
31253
|
Object.defineProperty(exports, "ExclusionWindowApiV2", ({ enumerable: true, get: function () { return exclusion_window_api_1.ExclusionWindowApi; } }));
|
|
30150
|
-
exports.LanguageConsts = __webpack_require__(69245);
|
|
30151
|
-
exports.LookupConsts = __webpack_require__(7891);
|
|
30152
|
-
exports.NotificationTemplateConsts = __webpack_require__(58467);
|
|
30153
|
-
exports.NotificationTypesConsts = __webpack_require__(64953);
|
|
31254
|
+
exports.LanguageConsts = __importStar(__webpack_require__(69245));
|
|
31255
|
+
exports.LookupConsts = __importStar(__webpack_require__(7891));
|
|
31256
|
+
exports.NotificationTemplateConsts = __importStar(__webpack_require__(58467));
|
|
31257
|
+
exports.NotificationTypesConsts = __importStar(__webpack_require__(64953));
|
|
30154
31258
|
var optimization_result_api_1 = __webpack_require__(51991);
|
|
30155
|
-
Object.defineProperty(exports, "OptimizationResultApi", ({ enumerable: true, get: function () { return optimization_result_api_1.default; } }));
|
|
31259
|
+
Object.defineProperty(exports, "OptimizationResultApi", ({ enumerable: true, get: function () { return __importDefault(optimization_result_api_1).default; } }));
|
|
30156
31260
|
var planned_delivery_windows_consts_1 = __webpack_require__(13684);
|
|
30157
31261
|
Object.defineProperty(exports, "PlannedDeliveryWindowsFilterGroups", ({ enumerable: true, get: function () { return planned_delivery_windows_consts_1.PlannedDeliveryWindowsFilterGroups; } }));
|
|
30158
31262
|
Object.defineProperty(exports, "RecurrenceType", ({ enumerable: true, get: function () { return planned_delivery_windows_consts_1.RecurrenceType; } }));
|
|
30159
31263
|
var planned_delivery_windows_api_1 = __webpack_require__(44524);
|
|
30160
|
-
Object.defineProperty(exports, "PlannedDeliveryWindowsApi", ({ enumerable: true, get: function () { return planned_delivery_windows_api_1.default; } }));
|
|
30161
|
-
exports.PlannedRoutesConsts = __webpack_require__(61624);
|
|
31264
|
+
Object.defineProperty(exports, "PlannedDeliveryWindowsApi", ({ enumerable: true, get: function () { return __importDefault(planned_delivery_windows_api_1).default; } }));
|
|
31265
|
+
exports.PlannedRoutesConsts = __importStar(__webpack_require__(61624));
|
|
30162
31266
|
var preset_views_api_1 = __webpack_require__(37915);
|
|
30163
|
-
Object.defineProperty(exports, "PresetViews", ({ enumerable: true, get: function () { return preset_views_api_1.default; } }));
|
|
30164
|
-
exports.ReasonToChangeInventory = __webpack_require__(95809);
|
|
31267
|
+
Object.defineProperty(exports, "PresetViews", ({ enumerable: true, get: function () { return __importDefault(preset_views_api_1).default; } }));
|
|
31268
|
+
exports.ReasonToChangeInventory = __importStar(__webpack_require__(95809));
|
|
30165
31269
|
var ResourceUploadType_1 = __webpack_require__(6587);
|
|
30166
|
-
Object.defineProperty(exports, "ResourceUploadType", ({ enumerable: true, get: function () { return ResourceUploadType_1.default; } }));
|
|
30167
|
-
exports.RunConsts = __webpack_require__(4669);
|
|
31270
|
+
Object.defineProperty(exports, "ResourceUploadType", ({ enumerable: true, get: function () { return __importDefault(ResourceUploadType_1).default; } }));
|
|
31271
|
+
exports.RunConsts = __importStar(__webpack_require__(4669));
|
|
30168
31272
|
var runs_consts_1 = __webpack_require__(4669);
|
|
30169
31273
|
Object.defineProperty(exports, "RunStatus", ({ enumerable: true, get: function () { return runs_consts_1.RunStatus; } }));
|
|
30170
31274
|
var runs_api_1 = __webpack_require__(83582);
|
|
30171
|
-
Object.defineProperty(exports, "RunsApi", ({ enumerable: true, get: function () { return runs_api_1.default; } }));
|
|
31275
|
+
Object.defineProperty(exports, "RunsApi", ({ enumerable: true, get: function () { return __importDefault(runs_api_1).default; } }));
|
|
30172
31276
|
var service_area_consts_1 = __webpack_require__(16410);
|
|
30173
31277
|
Object.defineProperty(exports, "ServiceAreaFilterGroups", ({ enumerable: true, get: function () { return service_area_consts_1.ServiceAreaFilterGroups; } }));
|
|
30174
31278
|
var service_area_api_1 = __webpack_require__(35248);
|
|
30175
31279
|
Object.defineProperty(exports, "ServiceAreaApi", ({ enumerable: true, get: function () { return service_area_api_1.ServiceAreaApi; } }));
|
|
30176
|
-
exports.TagConsts = __webpack_require__(4962);
|
|
31280
|
+
exports.TagConsts = __importStar(__webpack_require__(4962));
|
|
30177
31281
|
var Tasks_consts_1 = __webpack_require__(24976);
|
|
30178
31282
|
Object.defineProperty(exports, "TaskGroupTypes", ({ enumerable: true, get: function () { return Tasks_consts_1.TaskGroupTypes; } }));
|
|
30179
31283
|
Object.defineProperty(exports, "TaskGroupValues", ({ enumerable: true, get: function () { return Tasks_consts_1.GROUP_VALUES; } }));
|
|
30180
31284
|
var tasks_api_1 = __webpack_require__(35022);
|
|
30181
|
-
Object.defineProperty(exports, "TasksApi", ({ enumerable: true, get: function () { return tasks_api_1.default; } }));
|
|
30182
|
-
exports.TaskInventoryConsts = __webpack_require__(31289);
|
|
31285
|
+
Object.defineProperty(exports, "TasksApi", ({ enumerable: true, get: function () { return __importDefault(tasks_api_1).default; } }));
|
|
31286
|
+
exports.TaskInventoryConsts = __importStar(__webpack_require__(31289));
|
|
30183
31287
|
__exportStar(__webpack_require__(26931), exports);
|
|
30184
31288
|
var task_reject_reasons_api_1 = __webpack_require__(62954);
|
|
30185
|
-
Object.defineProperty(exports, "TaskRejectReasonsApi", ({ enumerable: true, get: function () { return task_reject_reasons_api_1.default; } }));
|
|
31289
|
+
Object.defineProperty(exports, "TaskRejectReasonsApi", ({ enumerable: true, get: function () { return __importDefault(task_reject_reasons_api_1).default; } }));
|
|
30186
31290
|
var tasks_explorer_api_1 = __webpack_require__(66845);
|
|
30187
|
-
Object.defineProperty(exports, "TasksExplorerApi", ({ enumerable: true, get: function () { return tasks_explorer_api_1.default; } }));
|
|
30188
|
-
exports.UploadConsts = __webpack_require__(30875);
|
|
31291
|
+
Object.defineProperty(exports, "TasksExplorerApi", ({ enumerable: true, get: function () { return __importDefault(tasks_explorer_api_1).default; } }));
|
|
31292
|
+
exports.UploadConsts = __importStar(__webpack_require__(30875));
|
|
30189
31293
|
var upload_api_1 = __webpack_require__(61488);
|
|
30190
|
-
Object.defineProperty(exports, "UploadApi", ({ enumerable: true, get: function () { return upload_api_1.default; } }));
|
|
31294
|
+
Object.defineProperty(exports, "UploadApi", ({ enumerable: true, get: function () { return __importDefault(upload_api_1).default; } }));
|
|
30191
31295
|
var user_preset_views_api_1 = __webpack_require__(73587);
|
|
30192
31296
|
Object.defineProperty(exports, "UserPresetViewsApi", ({ enumerable: true, get: function () { return user_preset_views_api_1.UserPresetViewsApi; } }));
|
|
30193
|
-
exports.AbortUtils = __webpack_require__(34179);
|
|
31297
|
+
exports.AbortUtils = __importStar(__webpack_require__(34179));
|
|
30194
31298
|
var vehicles_api_1 = __webpack_require__(57020);
|
|
30195
|
-
Object.defineProperty(exports, "VehiclesApi", ({ enumerable: true, get: function () { return vehicles_api_1.default; } }));
|
|
31299
|
+
Object.defineProperty(exports, "VehiclesApi", ({ enumerable: true, get: function () { return __importDefault(vehicles_api_1).default; } }));
|
|
30196
31300
|
var Vehicle_consts_1 = __webpack_require__(84010);
|
|
30197
31301
|
Object.defineProperty(exports, "VehicleGroup", ({ enumerable: true, get: function () { return Vehicle_consts_1.VehicleGroup; } }));
|
|
30198
|
-
exports.VehicleCategoryConsts = __webpack_require__(7105);
|
|
30199
|
-
exports.VehicleTypeConsts = __webpack_require__(81008);
|
|
31302
|
+
exports.VehicleCategoryConsts = __importStar(__webpack_require__(7105));
|
|
31303
|
+
exports.VehicleTypeConsts = __importStar(__webpack_require__(81008));
|
|
30200
31304
|
var workflows_api_1 = __webpack_require__(18178);
|
|
30201
|
-
Object.defineProperty(exports, "WorkflowsApi", ({ enumerable: true, get: function () { return workflows_api_1.default; } }));
|
|
31305
|
+
Object.defineProperty(exports, "WorkflowsApi", ({ enumerable: true, get: function () { return __importDefault(workflows_api_1).default; } }));
|
|
30202
31306
|
//# sourceMappingURL=index.js.map
|
|
30203
31307
|
|
|
30204
31308
|
/***/ }),
|