@keystrokehq/route4me 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-order-custom-field.cjs +34 -0
- package/dist/actions/add-order-custom-field.cjs.map +1 -0
- package/dist/actions/add-order-custom-field.d.cts +9 -0
- package/dist/actions/add-order-custom-field.d.cts.map +1 -0
- package/dist/actions/add-order-custom-field.d.mts +9 -0
- package/dist/actions/add-order-custom-field.d.mts.map +1 -0
- package/dist/actions/add-order-custom-field.mjs +33 -0
- package/dist/actions/add-order-custom-field.mjs.map +1 -0
- package/dist/actions/add-route-note.cjs +43 -0
- package/dist/actions/add-route-note.cjs.map +1 -0
- package/dist/actions/add-route-note.d.cts +9 -0
- package/dist/actions/add-route-note.d.cts.map +1 -0
- package/dist/actions/add-route-note.d.mts +9 -0
- package/dist/actions/add-route-note.d.mts.map +1 -0
- package/dist/actions/add-route-note.mjs +40 -0
- package/dist/actions/add-route-note.mjs.map +1 -0
- package/dist/actions/create-address.cjs +53 -0
- package/dist/actions/create-address.cjs.map +1 -0
- package/dist/actions/create-address.d.cts +9 -0
- package/dist/actions/create-address.d.cts.map +1 -0
- package/dist/actions/create-address.d.mts +9 -0
- package/dist/actions/create-address.d.mts.map +1 -0
- package/dist/actions/create-address.mjs +50 -0
- package/dist/actions/create-address.mjs.map +1 -0
- package/dist/actions/create-avoidance-zone.cjs +37 -0
- package/dist/actions/create-avoidance-zone.cjs.map +1 -0
- package/dist/actions/create-avoidance-zone.d.cts +9 -0
- package/dist/actions/create-avoidance-zone.d.cts.map +1 -0
- package/dist/actions/create-avoidance-zone.d.mts +9 -0
- package/dist/actions/create-avoidance-zone.d.mts.map +1 -0
- package/dist/actions/create-avoidance-zone.mjs +36 -0
- package/dist/actions/create-avoidance-zone.mjs.map +1 -0
- package/dist/actions/create-location-type.cjs +28 -0
- package/dist/actions/create-location-type.cjs.map +1 -0
- package/dist/actions/create-location-type.d.cts +9 -0
- package/dist/actions/create-location-type.d.cts.map +1 -0
- package/dist/actions/create-location-type.d.mts +9 -0
- package/dist/actions/create-location-type.d.mts.map +1 -0
- package/dist/actions/create-location-type.mjs +27 -0
- package/dist/actions/create-location-type.mjs.map +1 -0
- package/dist/actions/create-master-route.cjs +50 -0
- package/dist/actions/create-master-route.cjs.map +1 -0
- package/dist/actions/create-master-route.d.cts +9 -0
- package/dist/actions/create-master-route.d.cts.map +1 -0
- package/dist/actions/create-master-route.d.mts +9 -0
- package/dist/actions/create-master-route.d.mts.map +1 -0
- package/dist/actions/create-master-route.mjs +47 -0
- package/dist/actions/create-master-route.mjs.map +1 -0
- package/dist/actions/create-note.cjs +23 -0
- package/dist/actions/create-note.cjs.map +1 -0
- package/dist/actions/create-note.d.cts +9 -0
- package/dist/actions/create-note.d.cts.map +1 -0
- package/dist/actions/create-note.d.mts +9 -0
- package/dist/actions/create-note.d.mts.map +1 -0
- package/dist/actions/create-note.mjs +20 -0
- package/dist/actions/create-note.mjs.map +1 -0
- package/dist/actions/create-optimization-profile.cjs +67 -0
- package/dist/actions/create-optimization-profile.cjs.map +1 -0
- package/dist/actions/create-optimization-profile.d.cts +9 -0
- package/dist/actions/create-optimization-profile.d.cts.map +1 -0
- package/dist/actions/create-optimization-profile.d.mts +9 -0
- package/dist/actions/create-optimization-profile.d.mts.map +1 -0
- package/dist/actions/create-optimization-profile.mjs +64 -0
- package/dist/actions/create-optimization-profile.mjs.map +1 -0
- package/dist/actions/create-optimization.cjs +125 -0
- package/dist/actions/create-optimization.cjs.map +1 -0
- package/dist/actions/create-optimization.d.cts +9 -0
- package/dist/actions/create-optimization.d.cts.map +1 -0
- package/dist/actions/create-optimization.d.mts +9 -0
- package/dist/actions/create-optimization.d.mts.map +1 -0
- package/dist/actions/create-optimization.mjs +124 -0
- package/dist/actions/create-optimization.mjs.map +1 -0
- package/dist/actions/create-order-custom-field.cjs +35 -0
- package/dist/actions/create-order-custom-field.cjs.map +1 -0
- package/dist/actions/create-order-custom-field.d.cts +9 -0
- package/dist/actions/create-order-custom-field.d.cts.map +1 -0
- package/dist/actions/create-order-custom-field.d.mts +9 -0
- package/dist/actions/create-order-custom-field.d.mts.map +1 -0
- package/dist/actions/create-order-custom-field.mjs +34 -0
- package/dist/actions/create-order-custom-field.mjs.map +1 -0
- package/dist/actions/create-orders-from-contacts.cjs +34 -0
- package/dist/actions/create-orders-from-contacts.cjs.map +1 -0
- package/dist/actions/create-orders-from-contacts.d.cts +9 -0
- package/dist/actions/create-orders-from-contacts.d.cts.map +1 -0
- package/dist/actions/create-orders-from-contacts.d.mts +9 -0
- package/dist/actions/create-orders-from-contacts.d.mts.map +1 -0
- package/dist/actions/create-orders-from-contacts.mjs +33 -0
- package/dist/actions/create-orders-from-contacts.mjs.map +1 -0
- package/dist/actions/create-territory.cjs +37 -0
- package/dist/actions/create-territory.cjs.map +1 -0
- package/dist/actions/create-territory.d.cts +9 -0
- package/dist/actions/create-territory.d.cts.map +1 -0
- package/dist/actions/create-territory.d.mts +9 -0
- package/dist/actions/create-territory.d.mts.map +1 -0
- package/dist/actions/create-territory.mjs +36 -0
- package/dist/actions/create-territory.mjs.map +1 -0
- package/dist/actions/create-vehicle-capacity-profile.cjs +37 -0
- package/dist/actions/create-vehicle-capacity-profile.cjs.map +1 -0
- package/dist/actions/create-vehicle-capacity-profile.d.cts +9 -0
- package/dist/actions/create-vehicle-capacity-profile.d.cts.map +1 -0
- package/dist/actions/create-vehicle-capacity-profile.d.mts +9 -0
- package/dist/actions/create-vehicle-capacity-profile.d.mts.map +1 -0
- package/dist/actions/create-vehicle-capacity-profile.mjs +34 -0
- package/dist/actions/create-vehicle-capacity-profile.mjs.map +1 -0
- package/dist/actions/delete-address.cjs +23 -0
- package/dist/actions/delete-address.cjs.map +1 -0
- package/dist/actions/delete-address.d.cts +9 -0
- package/dist/actions/delete-address.d.cts.map +1 -0
- package/dist/actions/delete-address.d.mts +9 -0
- package/dist/actions/delete-address.d.mts.map +1 -0
- package/dist/actions/delete-address.mjs +20 -0
- package/dist/actions/delete-address.mjs.map +1 -0
- package/dist/actions/delete-addresses.cjs +16 -0
- package/dist/actions/delete-addresses.cjs.map +1 -0
- package/dist/actions/delete-addresses.d.cts +9 -0
- package/dist/actions/delete-addresses.d.cts.map +1 -0
- package/dist/actions/delete-addresses.d.mts +9 -0
- package/dist/actions/delete-addresses.d.mts.map +1 -0
- package/dist/actions/delete-addresses.mjs +13 -0
- package/dist/actions/delete-addresses.mjs.map +1 -0
- package/dist/actions/delete-avoidance.cjs +16 -0
- package/dist/actions/delete-avoidance.cjs.map +1 -0
- package/dist/actions/delete-avoidance.d.cts +9 -0
- package/dist/actions/delete-avoidance.d.cts.map +1 -0
- package/dist/actions/delete-avoidance.d.mts +9 -0
- package/dist/actions/delete-avoidance.d.mts.map +1 -0
- package/dist/actions/delete-avoidance.mjs +13 -0
- package/dist/actions/delete-avoidance.mjs.map +1 -0
- package/dist/actions/delete-configuration-setting.cjs +19 -0
- package/dist/actions/delete-configuration-setting.cjs.map +1 -0
- package/dist/actions/delete-configuration-setting.d.cts +9 -0
- package/dist/actions/delete-configuration-setting.d.cts.map +1 -0
- package/dist/actions/delete-configuration-setting.d.mts +9 -0
- package/dist/actions/delete-configuration-setting.d.mts.map +1 -0
- package/dist/actions/delete-configuration-setting.mjs +16 -0
- package/dist/actions/delete-configuration-setting.mjs.map +1 -0
- package/dist/actions/delete-current-user.cjs +16 -0
- package/dist/actions/delete-current-user.cjs.map +1 -0
- package/dist/actions/delete-current-user.d.cts +9 -0
- package/dist/actions/delete-current-user.d.cts.map +1 -0
- package/dist/actions/delete-current-user.d.mts +9 -0
- package/dist/actions/delete-current-user.d.mts.map +1 -0
- package/dist/actions/delete-current-user.mjs +13 -0
- package/dist/actions/delete-current-user.mjs.map +1 -0
- package/dist/actions/delete-location-type.cjs +16 -0
- package/dist/actions/delete-location-type.cjs.map +1 -0
- package/dist/actions/delete-location-type.d.cts +9 -0
- package/dist/actions/delete-location-type.d.cts.map +1 -0
- package/dist/actions/delete-location-type.d.mts +9 -0
- package/dist/actions/delete-location-type.d.mts.map +1 -0
- package/dist/actions/delete-location-type.mjs +13 -0
- package/dist/actions/delete-location-type.mjs.map +1 -0
- package/dist/actions/delete-optimization-profile.cjs +16 -0
- package/dist/actions/delete-optimization-profile.cjs.map +1 -0
- package/dist/actions/delete-optimization-profile.d.cts +9 -0
- package/dist/actions/delete-optimization-profile.d.cts.map +1 -0
- package/dist/actions/delete-optimization-profile.d.mts +9 -0
- package/dist/actions/delete-optimization-profile.d.mts.map +1 -0
- package/dist/actions/delete-optimization-profile.mjs +13 -0
- package/dist/actions/delete-optimization-profile.mjs.map +1 -0
- package/dist/actions/delete-optimization.cjs +19 -0
- package/dist/actions/delete-optimization.cjs.map +1 -0
- package/dist/actions/delete-optimization.d.cts +9 -0
- package/dist/actions/delete-optimization.d.cts.map +1 -0
- package/dist/actions/delete-optimization.d.mts +9 -0
- package/dist/actions/delete-optimization.d.mts.map +1 -0
- package/dist/actions/delete-optimization.mjs +16 -0
- package/dist/actions/delete-optimization.mjs.map +1 -0
- package/dist/actions/delete-order-custom-field.cjs +19 -0
- package/dist/actions/delete-order-custom-field.cjs.map +1 -0
- package/dist/actions/delete-order-custom-field.d.cts +9 -0
- package/dist/actions/delete-order-custom-field.d.cts.map +1 -0
- package/dist/actions/delete-order-custom-field.d.mts +9 -0
- package/dist/actions/delete-order-custom-field.d.mts.map +1 -0
- package/dist/actions/delete-order-custom-field.mjs +16 -0
- package/dist/actions/delete-order-custom-field.mjs.map +1 -0
- package/dist/actions/delete-route-v4.cjs +21 -0
- package/dist/actions/delete-route-v4.cjs.map +1 -0
- package/dist/actions/delete-route-v4.d.cts +9 -0
- package/dist/actions/delete-route-v4.d.cts.map +1 -0
- package/dist/actions/delete-route-v4.d.mts +9 -0
- package/dist/actions/delete-route-v4.d.mts.map +1 -0
- package/dist/actions/delete-route-v4.mjs +18 -0
- package/dist/actions/delete-route-v4.mjs.map +1 -0
- package/dist/actions/delete-territory.cjs +16 -0
- package/dist/actions/delete-territory.cjs.map +1 -0
- package/dist/actions/delete-territory.d.cts +9 -0
- package/dist/actions/delete-territory.d.cts.map +1 -0
- package/dist/actions/delete-territory.d.mts +9 -0
- package/dist/actions/delete-territory.d.mts.map +1 -0
- package/dist/actions/delete-territory.mjs +13 -0
- package/dist/actions/delete-territory.mjs.map +1 -0
- package/dist/actions/delete-vehicle-capacity-profile-by-id.cjs +29 -0
- package/dist/actions/delete-vehicle-capacity-profile-by-id.cjs.map +1 -0
- package/dist/actions/delete-vehicle-capacity-profile-by-id.d.cts +9 -0
- package/dist/actions/delete-vehicle-capacity-profile-by-id.d.cts.map +1 -0
- package/dist/actions/delete-vehicle-capacity-profile-by-id.d.mts +9 -0
- package/dist/actions/delete-vehicle-capacity-profile-by-id.d.mts.map +1 -0
- package/dist/actions/delete-vehicle-capacity-profile-by-id.mjs +26 -0
- package/dist/actions/delete-vehicle-capacity-profile-by-id.mjs.map +1 -0
- package/dist/actions/dispatch-routes.cjs +28 -0
- package/dist/actions/dispatch-routes.cjs.map +1 -0
- package/dist/actions/dispatch-routes.d.cts +9 -0
- package/dist/actions/dispatch-routes.d.cts.map +1 -0
- package/dist/actions/dispatch-routes.d.mts +9 -0
- package/dist/actions/dispatch-routes.d.mts.map +1 -0
- package/dist/actions/dispatch-routes.mjs +25 -0
- package/dist/actions/dispatch-routes.mjs.map +1 -0
- package/dist/actions/display-datatable-config.cjs +54 -0
- package/dist/actions/display-datatable-config.cjs.map +1 -0
- package/dist/actions/display-datatable-config.d.cts +9 -0
- package/dist/actions/display-datatable-config.d.cts.map +1 -0
- package/dist/actions/display-datatable-config.d.mts +9 -0
- package/dist/actions/display-datatable-config.d.mts.map +1 -0
- package/dist/actions/display-datatable-config.mjs +53 -0
- package/dist/actions/display-datatable-config.mjs.map +1 -0
- package/dist/actions/duplicate-routes.cjs +20 -0
- package/dist/actions/duplicate-routes.cjs.map +1 -0
- package/dist/actions/duplicate-routes.d.cts +9 -0
- package/dist/actions/duplicate-routes.d.cts.map +1 -0
- package/dist/actions/duplicate-routes.d.mts +9 -0
- package/dist/actions/duplicate-routes.d.mts.map +1 -0
- package/dist/actions/duplicate-routes.mjs +17 -0
- package/dist/actions/duplicate-routes.mjs.map +1 -0
- package/dist/actions/find-address.cjs +103 -0
- package/dist/actions/find-address.cjs.map +1 -0
- package/dist/actions/find-address.d.cts +9 -0
- package/dist/actions/find-address.d.cts.map +1 -0
- package/dist/actions/find-address.d.mts +9 -0
- package/dist/actions/find-address.d.mts.map +1 -0
- package/dist/actions/find-address.mjs +102 -0
- package/dist/actions/find-address.mjs.map +1 -0
- package/dist/actions/geocode-address-body.cjs +39 -0
- package/dist/actions/geocode-address-body.cjs.map +1 -0
- package/dist/actions/geocode-address-body.d.cts +9 -0
- package/dist/actions/geocode-address-body.d.cts.map +1 -0
- package/dist/actions/geocode-address-body.d.mts +9 -0
- package/dist/actions/geocode-address-body.d.mts.map +1 -0
- package/dist/actions/geocode-address-body.mjs +38 -0
- package/dist/actions/geocode-address-body.mjs.map +1 -0
- package/dist/actions/geocode-address-forward.cjs +46 -0
- package/dist/actions/geocode-address-forward.cjs.map +1 -0
- package/dist/actions/geocode-address-forward.d.cts +9 -0
- package/dist/actions/geocode-address-forward.d.cts.map +1 -0
- package/dist/actions/geocode-address-forward.d.mts +9 -0
- package/dist/actions/geocode-address-forward.d.mts.map +1 -0
- package/dist/actions/geocode-address-forward.mjs +45 -0
- package/dist/actions/geocode-address-forward.mjs.map +1 -0
- package/dist/actions/geocode-address.cjs +37 -0
- package/dist/actions/geocode-address.cjs.map +1 -0
- package/dist/actions/geocode-address.d.cts +9 -0
- package/dist/actions/geocode-address.d.cts.map +1 -0
- package/dist/actions/geocode-address.d.mts +9 -0
- package/dist/actions/geocode-address.d.mts.map +1 -0
- package/dist/actions/geocode-address.mjs +36 -0
- package/dist/actions/geocode-address.mjs.map +1 -0
- package/dist/actions/geocode-addresses.cjs +46 -0
- package/dist/actions/geocode-addresses.cjs.map +1 -0
- package/dist/actions/geocode-addresses.d.cts +9 -0
- package/dist/actions/geocode-addresses.d.cts.map +1 -0
- package/dist/actions/geocode-addresses.d.mts +9 -0
- package/dist/actions/geocode-addresses.d.mts.map +1 -0
- package/dist/actions/geocode-addresses.mjs +45 -0
- package/dist/actions/geocode-addresses.mjs.map +1 -0
- package/dist/actions/get-activity.cjs +37 -0
- package/dist/actions/get-activity.cjs.map +1 -0
- package/dist/actions/get-activity.d.cts +9 -0
- package/dist/actions/get-activity.d.cts.map +1 -0
- package/dist/actions/get-activity.d.mts +9 -0
- package/dist/actions/get-activity.d.mts.map +1 -0
- package/dist/actions/get-activity.mjs +36 -0
- package/dist/actions/get-activity.mjs.map +1 -0
- package/dist/actions/get-address-book-groups.cjs +37 -0
- package/dist/actions/get-address-book-groups.cjs.map +1 -0
- package/dist/actions/get-address-book-groups.d.cts +9 -0
- package/dist/actions/get-address-book-groups.d.cts.map +1 -0
- package/dist/actions/get-address-book-groups.d.mts +9 -0
- package/dist/actions/get-address-book-groups.d.mts.map +1 -0
- package/dist/actions/get-address-book-groups.mjs +36 -0
- package/dist/actions/get-address-book-groups.mjs.map +1 -0
- package/dist/actions/get-address.cjs +84 -0
- package/dist/actions/get-address.cjs.map +1 -0
- package/dist/actions/get-address.d.cts +9 -0
- package/dist/actions/get-address.d.cts.map +1 -0
- package/dist/actions/get-address.d.mts +9 -0
- package/dist/actions/get-address.d.mts.map +1 -0
- package/dist/actions/get-address.mjs +83 -0
- package/dist/actions/get-address.mjs.map +1 -0
- package/dist/actions/get-addresses-from-addressbook.cjs +66 -0
- package/dist/actions/get-addresses-from-addressbook.cjs.map +1 -0
- package/dist/actions/get-addresses-from-addressbook.d.cts +9 -0
- package/dist/actions/get-addresses-from-addressbook.d.cts.map +1 -0
- package/dist/actions/get-addresses-from-addressbook.d.mts +9 -0
- package/dist/actions/get-addresses-from-addressbook.d.mts.map +1 -0
- package/dist/actions/get-addresses-from-addressbook.mjs +65 -0
- package/dist/actions/get-addresses-from-addressbook.mjs.map +1 -0
- package/dist/actions/get-async-export.cjs +37 -0
- package/dist/actions/get-async-export.cjs.map +1 -0
- package/dist/actions/get-async-export.d.cts +9 -0
- package/dist/actions/get-async-export.d.cts.map +1 -0
- package/dist/actions/get-async-export.d.mts +9 -0
- package/dist/actions/get-async-export.d.mts.map +1 -0
- package/dist/actions/get-async-export.mjs +34 -0
- package/dist/actions/get-async-export.mjs.map +1 -0
- package/dist/actions/get-avoidance-by-id.cjs +31 -0
- package/dist/actions/get-avoidance-by-id.cjs.map +1 -0
- package/dist/actions/get-avoidance-by-id.d.cts +9 -0
- package/dist/actions/get-avoidance-by-id.d.cts.map +1 -0
- package/dist/actions/get-avoidance-by-id.d.mts +9 -0
- package/dist/actions/get-avoidance-by-id.d.mts.map +1 -0
- package/dist/actions/get-avoidance-by-id.mjs +30 -0
- package/dist/actions/get-avoidance-by-id.mjs.map +1 -0
- package/dist/actions/get-avoidance2.cjs +37 -0
- package/dist/actions/get-avoidance2.cjs.map +1 -0
- package/dist/actions/get-avoidance2.d.cts +9 -0
- package/dist/actions/get-avoidance2.d.cts.map +1 -0
- package/dist/actions/get-avoidance2.d.mts +9 -0
- package/dist/actions/get-avoidance2.d.mts.map +1 -0
- package/dist/actions/get-avoidance2.mjs +36 -0
- package/dist/actions/get-avoidance2.mjs.map +1 -0
- package/dist/actions/get-clustered-locations.cjs +72 -0
- package/dist/actions/get-clustered-locations.cjs.map +1 -0
- package/dist/actions/get-clustered-locations.d.cts +9 -0
- package/dist/actions/get-clustered-locations.d.cts.map +1 -0
- package/dist/actions/get-clustered-locations.d.mts +9 -0
- package/dist/actions/get-clustered-locations.d.mts.map +1 -0
- package/dist/actions/get-clustered-locations.mjs +71 -0
- package/dist/actions/get-clustered-locations.mjs.map +1 -0
- package/dist/actions/get-current-member-information.cjs +70 -0
- package/dist/actions/get-current-member-information.cjs.map +1 -0
- package/dist/actions/get-current-member-information.d.cts +9 -0
- package/dist/actions/get-current-member-information.d.cts.map +1 -0
- package/dist/actions/get-current-member-information.d.mts +9 -0
- package/dist/actions/get-current-member-information.d.mts.map +1 -0
- package/dist/actions/get-current-member-information.mjs +69 -0
- package/dist/actions/get-current-member-information.mjs.map +1 -0
- package/dist/actions/get-feed.cjs +46 -0
- package/dist/actions/get-feed.cjs.map +1 -0
- package/dist/actions/get-feed.d.cts +9 -0
- package/dist/actions/get-feed.d.cts.map +1 -0
- package/dist/actions/get-feed.d.mts +9 -0
- package/dist/actions/get-feed.d.mts.map +1 -0
- package/dist/actions/get-feed.mjs +45 -0
- package/dist/actions/get-feed.mjs.map +1 -0
- package/dist/actions/get-last-scheduled-route-member.cjs +85 -0
- package/dist/actions/get-last-scheduled-route-member.cjs.map +1 -0
- package/dist/actions/get-last-scheduled-route-member.d.cts +9 -0
- package/dist/actions/get-last-scheduled-route-member.d.cts.map +1 -0
- package/dist/actions/get-last-scheduled-route-member.d.mts +9 -0
- package/dist/actions/get-last-scheduled-route-member.d.mts.map +1 -0
- package/dist/actions/get-last-scheduled-route-member.mjs +84 -0
- package/dist/actions/get-last-scheduled-route-member.mjs.map +1 -0
- package/dist/actions/get-location-heatmap.cjs +36 -0
- package/dist/actions/get-location-heatmap.cjs.map +1 -0
- package/dist/actions/get-location-heatmap.d.cts +9 -0
- package/dist/actions/get-location-heatmap.d.cts.map +1 -0
- package/dist/actions/get-location-heatmap.d.mts +9 -0
- package/dist/actions/get-location-heatmap.d.mts.map +1 -0
- package/dist/actions/get-location-heatmap.mjs +35 -0
- package/dist/actions/get-location-heatmap.mjs.map +1 -0
- package/dist/actions/get-location-servicetime-heatmap.cjs +30 -0
- package/dist/actions/get-location-servicetime-heatmap.cjs.map +1 -0
- package/dist/actions/get-location-servicetime-heatmap.d.cts +9 -0
- package/dist/actions/get-location-servicetime-heatmap.d.cts.map +1 -0
- package/dist/actions/get-location-servicetime-heatmap.d.mts +9 -0
- package/dist/actions/get-location-servicetime-heatmap.d.mts.map +1 -0
- package/dist/actions/get-location-servicetime-heatmap.mjs +29 -0
- package/dist/actions/get-location-servicetime-heatmap.mjs.map +1 -0
- package/dist/actions/get-location-type.cjs +21 -0
- package/dist/actions/get-location-type.cjs.map +1 -0
- package/dist/actions/get-location-type.d.cts +9 -0
- package/dist/actions/get-location-type.d.cts.map +1 -0
- package/dist/actions/get-location-type.d.mts +9 -0
- package/dist/actions/get-location-type.d.mts.map +1 -0
- package/dist/actions/get-location-type.mjs +18 -0
- package/dist/actions/get-location-type.mjs.map +1 -0
- package/dist/actions/get-member-configuration-settings.cjs +29 -0
- package/dist/actions/get-member-configuration-settings.cjs.map +1 -0
- package/dist/actions/get-member-configuration-settings.d.cts +9 -0
- package/dist/actions/get-member-configuration-settings.d.cts.map +1 -0
- package/dist/actions/get-member-configuration-settings.d.mts +9 -0
- package/dist/actions/get-member-configuration-settings.d.mts.map +1 -0
- package/dist/actions/get-member-configuration-settings.mjs +28 -0
- package/dist/actions/get-member-configuration-settings.mjs.map +1 -0
- package/dist/actions/get-note-custom-types.cjs +22 -0
- package/dist/actions/get-note-custom-types.cjs.map +1 -0
- package/dist/actions/get-note-custom-types.d.cts +9 -0
- package/dist/actions/get-note-custom-types.d.cts.map +1 -0
- package/dist/actions/get-note-custom-types.d.mts +9 -0
- package/dist/actions/get-note-custom-types.d.mts.map +1 -0
- package/dist/actions/get-note-custom-types.mjs +21 -0
- package/dist/actions/get-note-custom-types.mjs.map +1 -0
- package/dist/actions/get-optimization-profile.cjs +57 -0
- package/dist/actions/get-optimization-profile.cjs.map +1 -0
- package/dist/actions/get-optimization-profile.d.cts +9 -0
- package/dist/actions/get-optimization-profile.d.cts.map +1 -0
- package/dist/actions/get-optimization-profile.d.mts +9 -0
- package/dist/actions/get-optimization-profile.d.mts.map +1 -0
- package/dist/actions/get-optimization-profile.mjs +56 -0
- package/dist/actions/get-optimization-profile.mjs.map +1 -0
- package/dist/actions/get-route-destination-by-id.cjs +89 -0
- package/dist/actions/get-route-destination-by-id.cjs.map +1 -0
- package/dist/actions/get-route-destination-by-id.d.cts +9 -0
- package/dist/actions/get-route-destination-by-id.d.cts.map +1 -0
- package/dist/actions/get-route-destination-by-id.d.mts +9 -0
- package/dist/actions/get-route-destination-by-id.d.mts.map +1 -0
- package/dist/actions/get-route-destination-by-id.mjs +88 -0
- package/dist/actions/get-route-destination-by-id.mjs.map +1 -0
- package/dist/actions/get-route-info.cjs +90 -0
- package/dist/actions/get-route-info.cjs.map +1 -0
- package/dist/actions/get-route-info.d.cts +9 -0
- package/dist/actions/get-route-info.d.cts.map +1 -0
- package/dist/actions/get-route-info.d.mts +9 -0
- package/dist/actions/get-route-info.d.mts.map +1 -0
- package/dist/actions/get-route-info.mjs +89 -0
- package/dist/actions/get-route-info.mjs.map +1 -0
- package/dist/actions/get-route-list.cjs +110 -0
- package/dist/actions/get-route-list.cjs.map +1 -0
- package/dist/actions/get-route-list.d.cts +9 -0
- package/dist/actions/get-route-list.d.cts.map +1 -0
- package/dist/actions/get-route-list.d.mts +9 -0
- package/dist/actions/get-route-list.d.mts.map +1 -0
- package/dist/actions/get-route-list.mjs +109 -0
- package/dist/actions/get-route-list.mjs.map +1 -0
- package/dist/actions/get-route-settings.cjs +69 -0
- package/dist/actions/get-route-settings.cjs.map +1 -0
- package/dist/actions/get-route-settings.d.cts +9 -0
- package/dist/actions/get-route-settings.d.cts.map +1 -0
- package/dist/actions/get-route-settings.d.mts +9 -0
- package/dist/actions/get-route-settings.d.mts.map +1 -0
- package/dist/actions/get-route-settings.mjs +68 -0
- package/dist/actions/get-route-settings.mjs.map +1 -0
- package/dist/actions/get-territories-with-location-counts.cjs +52 -0
- package/dist/actions/get-territories-with-location-counts.cjs.map +1 -0
- package/dist/actions/get-territories-with-location-counts.d.cts +9 -0
- package/dist/actions/get-territories-with-location-counts.d.cts.map +1 -0
- package/dist/actions/get-territories-with-location-counts.d.mts +9 -0
- package/dist/actions/get-territories-with-location-counts.d.mts.map +1 -0
- package/dist/actions/get-territories-with-location-counts.mjs +51 -0
- package/dist/actions/get-territories-with-location-counts.mjs.map +1 -0
- package/dist/actions/get-territory.cjs +34 -0
- package/dist/actions/get-territory.cjs.map +1 -0
- package/dist/actions/get-territory.d.cts +9 -0
- package/dist/actions/get-territory.d.cts.map +1 -0
- package/dist/actions/get-territory.d.mts +9 -0
- package/dist/actions/get-territory.d.mts.map +1 -0
- package/dist/actions/get-territory.mjs +33 -0
- package/dist/actions/get-territory.mjs.map +1 -0
- package/dist/actions/get-tracking-history-export.cjs +45 -0
- package/dist/actions/get-tracking-history-export.cjs.map +1 -0
- package/dist/actions/get-tracking-history-export.d.cts +9 -0
- package/dist/actions/get-tracking-history-export.d.cts.map +1 -0
- package/dist/actions/get-tracking-history-export.d.mts +9 -0
- package/dist/actions/get-tracking-history-export.d.mts.map +1 -0
- package/dist/actions/get-tracking-history-export.mjs +44 -0
- package/dist/actions/get-tracking-history-export.mjs.map +1 -0
- package/dist/actions/get-tracking.cjs +41 -0
- package/dist/actions/get-tracking.cjs.map +1 -0
- package/dist/actions/get-tracking.d.cts +9 -0
- package/dist/actions/get-tracking.d.cts.map +1 -0
- package/dist/actions/get-tracking.d.mts +9 -0
- package/dist/actions/get-tracking.d.mts.map +1 -0
- package/dist/actions/get-tracking.mjs +38 -0
- package/dist/actions/get-tracking.mjs.map +1 -0
- package/dist/actions/get-user-by-id.cjs +38 -0
- package/dist/actions/get-user-by-id.cjs.map +1 -0
- package/dist/actions/get-user-by-id.d.cts +9 -0
- package/dist/actions/get-user-by-id.d.cts.map +1 -0
- package/dist/actions/get-user-by-id.d.mts +9 -0
- package/dist/actions/get-user-by-id.d.mts.map +1 -0
- package/dist/actions/get-user-by-id.mjs +37 -0
- package/dist/actions/get-user-by-id.mjs.map +1 -0
- package/dist/actions/get-user-locations.cjs +31 -0
- package/dist/actions/get-user-locations.cjs.map +1 -0
- package/dist/actions/get-user-locations.d.cts +9 -0
- package/dist/actions/get-user-locations.d.cts.map +1 -0
- package/dist/actions/get-user-locations.d.mts +9 -0
- package/dist/actions/get-user-locations.d.mts.map +1 -0
- package/dist/actions/get-user-locations.mjs +30 -0
- package/dist/actions/get-user-locations.mjs.map +1 -0
- package/dist/actions/get-user-modification-history.cjs +36 -0
- package/dist/actions/get-user-modification-history.cjs.map +1 -0
- package/dist/actions/get-user-modification-history.d.cts +9 -0
- package/dist/actions/get-user-modification-history.d.cts.map +1 -0
- package/dist/actions/get-user-modification-history.d.mts +9 -0
- package/dist/actions/get-user-modification-history.d.mts.map +1 -0
- package/dist/actions/get-user-modification-history.mjs +35 -0
- package/dist/actions/get-user-modification-history.mjs.map +1 -0
- package/dist/actions/get-user-template.cjs +49 -0
- package/dist/actions/get-user-template.cjs.map +1 -0
- package/dist/actions/get-user-template.d.cts +9 -0
- package/dist/actions/get-user-template.d.cts.map +1 -0
- package/dist/actions/get-user-template.d.mts +9 -0
- package/dist/actions/get-user-template.d.mts.map +1 -0
- package/dist/actions/get-user-template.mjs +48 -0
- package/dist/actions/get-user-template.mjs.map +1 -0
- package/dist/actions/get-user-v4.cjs +33 -0
- package/dist/actions/get-user-v4.cjs.map +1 -0
- package/dist/actions/get-user-v4.d.cts +9 -0
- package/dist/actions/get-user-v4.d.cts.map +1 -0
- package/dist/actions/get-user-v4.d.mts +9 -0
- package/dist/actions/get-user-v4.d.mts.map +1 -0
- package/dist/actions/get-user-v4.mjs +30 -0
- package/dist/actions/get-user-v4.mjs.map +1 -0
- package/dist/actions/get-vehicle-capacity-profile-as-datatable.cjs +49 -0
- package/dist/actions/get-vehicle-capacity-profile-as-datatable.cjs.map +1 -0
- package/dist/actions/get-vehicle-capacity-profile-as-datatable.d.cts +9 -0
- package/dist/actions/get-vehicle-capacity-profile-as-datatable.d.cts.map +1 -0
- package/dist/actions/get-vehicle-capacity-profile-as-datatable.d.mts +9 -0
- package/dist/actions/get-vehicle-capacity-profile-as-datatable.d.mts.map +1 -0
- package/dist/actions/get-vehicle-capacity-profile-as-datatable.mjs +48 -0
- package/dist/actions/get-vehicle-capacity-profile-as-datatable.mjs.map +1 -0
- package/dist/actions/get-vehicle-capacity-profile-by-id.cjs +29 -0
- package/dist/actions/get-vehicle-capacity-profile-by-id.cjs.map +1 -0
- package/dist/actions/get-vehicle-capacity-profile-by-id.d.cts +9 -0
- package/dist/actions/get-vehicle-capacity-profile-by-id.d.cts.map +1 -0
- package/dist/actions/get-vehicle-capacity-profile-by-id.d.mts +9 -0
- package/dist/actions/get-vehicle-capacity-profile-by-id.d.mts.map +1 -0
- package/dist/actions/get-vehicle-capacity-profile-by-id.mjs +26 -0
- package/dist/actions/get-vehicle-capacity-profile-by-id.mjs.map +1 -0
- package/dist/actions/get-vehicle-capacity-profile-page-config.cjs +25 -0
- package/dist/actions/get-vehicle-capacity-profile-page-config.cjs.map +1 -0
- package/dist/actions/get-vehicle-capacity-profile-page-config.d.cts +9 -0
- package/dist/actions/get-vehicle-capacity-profile-page-config.d.cts.map +1 -0
- package/dist/actions/get-vehicle-capacity-profile-page-config.d.mts +9 -0
- package/dist/actions/get-vehicle-capacity-profile-page-config.d.mts.map +1 -0
- package/dist/actions/get-vehicle-capacity-profile-page-config.mjs +24 -0
- package/dist/actions/get-vehicle-capacity-profile-page-config.mjs.map +1 -0
- package/dist/actions/get-vehicle-capacity-profiles.cjs +54 -0
- package/dist/actions/get-vehicle-capacity-profiles.cjs.map +1 -0
- package/dist/actions/get-vehicle-capacity-profiles.d.cts +9 -0
- package/dist/actions/get-vehicle-capacity-profiles.d.cts.map +1 -0
- package/dist/actions/get-vehicle-capacity-profiles.d.mts +9 -0
- package/dist/actions/get-vehicle-capacity-profiles.d.mts.map +1 -0
- package/dist/actions/get-vehicle-capacity-profiles.mjs +53 -0
- package/dist/actions/get-vehicle-capacity-profiles.mjs.map +1 -0
- package/dist/actions/get-vehicle.cjs +42 -0
- package/dist/actions/get-vehicle.cjs.map +1 -0
- package/dist/actions/get-vehicle.d.cts +9 -0
- package/dist/actions/get-vehicle.d.cts.map +1 -0
- package/dist/actions/get-vehicle.d.mts +9 -0
- package/dist/actions/get-vehicle.d.mts.map +1 -0
- package/dist/actions/get-vehicle.mjs +41 -0
- package/dist/actions/get-vehicle.mjs.map +1 -0
- package/dist/actions/index.cjs +195 -0
- package/dist/actions/index.d.cts +98 -0
- package/dist/actions/index.d.mts +98 -0
- package/dist/actions/index.mjs +98 -0
- package/dist/actions/list-location-types.cjs +24 -0
- package/dist/actions/list-location-types.cjs.map +1 -0
- package/dist/actions/list-location-types.d.cts +9 -0
- package/dist/actions/list-location-types.d.cts.map +1 -0
- package/dist/actions/list-location-types.d.mts +9 -0
- package/dist/actions/list-location-types.d.mts.map +1 -0
- package/dist/actions/list-location-types.mjs +23 -0
- package/dist/actions/list-location-types.mjs.map +1 -0
- package/dist/actions/list-optimization-profiles.cjs +52 -0
- package/dist/actions/list-optimization-profiles.cjs.map +1 -0
- package/dist/actions/list-optimization-profiles.d.cts +9 -0
- package/dist/actions/list-optimization-profiles.d.cts.map +1 -0
- package/dist/actions/list-optimization-profiles.d.mts +9 -0
- package/dist/actions/list-optimization-profiles.d.mts.map +1 -0
- package/dist/actions/list-optimization-profiles.mjs +51 -0
- package/dist/actions/list-optimization-profiles.mjs.map +1 -0
- package/dist/actions/list-optimizations.cjs +78 -0
- package/dist/actions/list-optimizations.cjs.map +1 -0
- package/dist/actions/list-optimizations.d.cts +9 -0
- package/dist/actions/list-optimizations.d.cts.map +1 -0
- package/dist/actions/list-optimizations.d.mts +9 -0
- package/dist/actions/list-optimizations.d.mts.map +1 -0
- package/dist/actions/list-optimizations.mjs +77 -0
- package/dist/actions/list-optimizations.mjs.map +1 -0
- package/dist/actions/list-order-custom-fields.cjs +29 -0
- package/dist/actions/list-order-custom-fields.cjs.map +1 -0
- package/dist/actions/list-order-custom-fields.d.cts +9 -0
- package/dist/actions/list-order-custom-fields.d.cts.map +1 -0
- package/dist/actions/list-order-custom-fields.d.mts +9 -0
- package/dist/actions/list-order-custom-fields.d.mts.map +1 -0
- package/dist/actions/list-order-custom-fields.mjs +28 -0
- package/dist/actions/list-order-custom-fields.mjs.map +1 -0
- package/dist/actions/list-route-directions.cjs +53 -0
- package/dist/actions/list-route-directions.cjs.map +1 -0
- package/dist/actions/list-route-directions.d.cts +9 -0
- package/dist/actions/list-route-directions.d.cts.map +1 -0
- package/dist/actions/list-route-directions.d.mts +9 -0
- package/dist/actions/list-route-directions.d.mts.map +1 -0
- package/dist/actions/list-route-directions.mjs +52 -0
- package/dist/actions/list-route-directions.mjs.map +1 -0
- package/dist/actions/list-team-users.cjs +40 -0
- package/dist/actions/list-team-users.cjs.map +1 -0
- package/dist/actions/list-team-users.d.cts +9 -0
- package/dist/actions/list-team-users.d.cts.map +1 -0
- package/dist/actions/list-team-users.d.mts +9 -0
- package/dist/actions/list-team-users.d.mts.map +1 -0
- package/dist/actions/list-team-users.mjs +39 -0
- package/dist/actions/list-team-users.mjs.map +1 -0
- package/dist/actions/list-users-by-ids.cjs +38 -0
- package/dist/actions/list-users-by-ids.cjs.map +1 -0
- package/dist/actions/list-users-by-ids.d.cts +9 -0
- package/dist/actions/list-users-by-ids.d.cts.map +1 -0
- package/dist/actions/list-users-by-ids.d.mts +9 -0
- package/dist/actions/list-users-by-ids.d.mts.map +1 -0
- package/dist/actions/list-users-by-ids.mjs +37 -0
- package/dist/actions/list-users-by-ids.mjs.map +1 -0
- package/dist/actions/list-users-paginated.cjs +42 -0
- package/dist/actions/list-users-paginated.cjs.map +1 -0
- package/dist/actions/list-users-paginated.d.cts +9 -0
- package/dist/actions/list-users-paginated.d.cts.map +1 -0
- package/dist/actions/list-users-paginated.d.mts +9 -0
- package/dist/actions/list-users-paginated.d.mts.map +1 -0
- package/dist/actions/list-users-paginated.mjs +41 -0
- package/dist/actions/list-users-paginated.mjs.map +1 -0
- package/dist/actions/lookup-for-new-destination.cjs +41 -0
- package/dist/actions/lookup-for-new-destination.cjs.map +1 -0
- package/dist/actions/lookup-for-new-destination.d.cts +9 -0
- package/dist/actions/lookup-for-new-destination.d.cts.map +1 -0
- package/dist/actions/lookup-for-new-destination.d.mts +9 -0
- package/dist/actions/lookup-for-new-destination.d.mts.map +1 -0
- package/dist/actions/lookup-for-new-destination.mjs +40 -0
- package/dist/actions/lookup-for-new-destination.mjs.map +1 -0
- package/dist/actions/merge-routes.cjs +22 -0
- package/dist/actions/merge-routes.cjs.map +1 -0
- package/dist/actions/merge-routes.d.cts +9 -0
- package/dist/actions/merge-routes.d.cts.map +1 -0
- package/dist/actions/merge-routes.d.mts +9 -0
- package/dist/actions/merge-routes.d.mts.map +1 -0
- package/dist/actions/merge-routes.mjs +19 -0
- package/dist/actions/merge-routes.mjs.map +1 -0
- package/dist/actions/move-route.cjs +23 -0
- package/dist/actions/move-route.cjs.map +1 -0
- package/dist/actions/move-route.d.cts +9 -0
- package/dist/actions/move-route.d.cts.map +1 -0
- package/dist/actions/move-route.d.mts +9 -0
- package/dist/actions/move-route.d.mts.map +1 -0
- package/dist/actions/move-route.mjs +20 -0
- package/dist/actions/move-route.mjs.map +1 -0
- package/dist/actions/preview-route-assignment.cjs +67 -0
- package/dist/actions/preview-route-assignment.cjs.map +1 -0
- package/dist/actions/preview-route-assignment.d.cts +9 -0
- package/dist/actions/preview-route-assignment.d.cts.map +1 -0
- package/dist/actions/preview-route-assignment.d.mts +9 -0
- package/dist/actions/preview-route-assignment.d.mts.map +1 -0
- package/dist/actions/preview-route-assignment.mjs +66 -0
- package/dist/actions/preview-route-assignment.mjs.map +1 -0
- package/dist/actions/rerun-optimization.cjs +149 -0
- package/dist/actions/rerun-optimization.cjs.map +1 -0
- package/dist/actions/rerun-optimization.d.cts +9 -0
- package/dist/actions/rerun-optimization.d.cts.map +1 -0
- package/dist/actions/rerun-optimization.d.mts +9 -0
- package/dist/actions/rerun-optimization.d.mts.map +1 -0
- package/dist/actions/rerun-optimization.mjs +148 -0
- package/dist/actions/rerun-optimization.mjs.map +1 -0
- package/dist/actions/reverse-geocode-address.cjs +37 -0
- package/dist/actions/reverse-geocode-address.cjs.map +1 -0
- package/dist/actions/reverse-geocode-address.d.cts +9 -0
- package/dist/actions/reverse-geocode-address.d.cts.map +1 -0
- package/dist/actions/reverse-geocode-address.d.mts +9 -0
- package/dist/actions/reverse-geocode-address.d.mts.map +1 -0
- package/dist/actions/reverse-geocode-address.mjs +36 -0
- package/dist/actions/reverse-geocode-address.mjs.map +1 -0
- package/dist/actions/set-destination-status.cjs +25 -0
- package/dist/actions/set-destination-status.cjs.map +1 -0
- package/dist/actions/set-destination-status.d.cts +9 -0
- package/dist/actions/set-destination-status.d.cts.map +1 -0
- package/dist/actions/set-destination-status.d.mts +9 -0
- package/dist/actions/set-destination-status.d.mts.map +1 -0
- package/dist/actions/set-destination-status.mjs +22 -0
- package/dist/actions/set-destination-status.mjs.map +1 -0
- package/dist/actions/set-route-rating.cjs +22 -0
- package/dist/actions/set-route-rating.cjs.map +1 -0
- package/dist/actions/set-route-rating.d.cts +9 -0
- package/dist/actions/set-route-rating.d.cts.map +1 -0
- package/dist/actions/set-route-rating.d.mts +9 -0
- package/dist/actions/set-route-rating.d.mts.map +1 -0
- package/dist/actions/set-route-rating.mjs +19 -0
- package/dist/actions/set-route-rating.mjs.map +1 -0
- package/dist/actions/set-tracking.cjs +33 -0
- package/dist/actions/set-tracking.cjs.map +1 -0
- package/dist/actions/set-tracking.d.cts +9 -0
- package/dist/actions/set-tracking.d.cts.map +1 -0
- package/dist/actions/set-tracking.d.mts +9 -0
- package/dist/actions/set-tracking.d.mts.map +1 -0
- package/dist/actions/set-tracking.mjs +30 -0
- package/dist/actions/set-tracking.mjs.map +1 -0
- package/dist/actions/update-address.cjs +53 -0
- package/dist/actions/update-address.cjs.map +1 -0
- package/dist/actions/update-address.d.cts +9 -0
- package/dist/actions/update-address.d.cts.map +1 -0
- package/dist/actions/update-address.d.mts +9 -0
- package/dist/actions/update-address.d.mts.map +1 -0
- package/dist/actions/update-address.mjs +50 -0
- package/dist/actions/update-address.mjs.map +1 -0
- package/dist/actions/update-avoidance.cjs +43 -0
- package/dist/actions/update-avoidance.cjs.map +1 -0
- package/dist/actions/update-avoidance.d.cts +9 -0
- package/dist/actions/update-avoidance.d.cts.map +1 -0
- package/dist/actions/update-avoidance.d.mts +9 -0
- package/dist/actions/update-avoidance.d.mts.map +1 -0
- package/dist/actions/update-avoidance.mjs +42 -0
- package/dist/actions/update-avoidance.mjs.map +1 -0
- package/dist/actions/update-location-type.cjs +30 -0
- package/dist/actions/update-location-type.cjs.map +1 -0
- package/dist/actions/update-location-type.d.cts +9 -0
- package/dist/actions/update-location-type.d.cts.map +1 -0
- package/dist/actions/update-location-type.d.mts +9 -0
- package/dist/actions/update-location-type.d.mts.map +1 -0
- package/dist/actions/update-location-type.mjs +29 -0
- package/dist/actions/update-location-type.mjs.map +1 -0
- package/dist/actions/update-member-configuration-setting.cjs +22 -0
- package/dist/actions/update-member-configuration-setting.cjs.map +1 -0
- package/dist/actions/update-member-configuration-setting.d.cts +9 -0
- package/dist/actions/update-member-configuration-setting.d.cts.map +1 -0
- package/dist/actions/update-member-configuration-setting.d.mts +9 -0
- package/dist/actions/update-member-configuration-setting.d.mts.map +1 -0
- package/dist/actions/update-member-configuration-setting.mjs +19 -0
- package/dist/actions/update-member-configuration-setting.mjs.map +1 -0
- package/dist/actions/update-note-custom-type.cjs +23 -0
- package/dist/actions/update-note-custom-type.cjs.map +1 -0
- package/dist/actions/update-note-custom-type.d.cts +9 -0
- package/dist/actions/update-note-custom-type.d.cts.map +1 -0
- package/dist/actions/update-note-custom-type.d.mts +9 -0
- package/dist/actions/update-note-custom-type.d.mts.map +1 -0
- package/dist/actions/update-note-custom-type.mjs +20 -0
- package/dist/actions/update-note-custom-type.mjs.map +1 -0
- package/dist/actions/update-optimization-profile.cjs +40 -0
- package/dist/actions/update-optimization-profile.cjs.map +1 -0
- package/dist/actions/update-optimization-profile.d.cts +9 -0
- package/dist/actions/update-optimization-profile.d.cts.map +1 -0
- package/dist/actions/update-optimization-profile.d.mts +9 -0
- package/dist/actions/update-optimization-profile.d.mts.map +1 -0
- package/dist/actions/update-optimization-profile.mjs +37 -0
- package/dist/actions/update-optimization-profile.mjs.map +1 -0
- package/dist/actions/update-order-custom-field.cjs +34 -0
- package/dist/actions/update-order-custom-field.cjs.map +1 -0
- package/dist/actions/update-order-custom-field.d.cts +9 -0
- package/dist/actions/update-order-custom-field.d.cts.map +1 -0
- package/dist/actions/update-order-custom-field.d.mts +9 -0
- package/dist/actions/update-order-custom-field.d.mts.map +1 -0
- package/dist/actions/update-order-custom-field.mjs +33 -0
- package/dist/actions/update-order-custom-field.mjs.map +1 -0
- package/dist/actions/update-route-settings.cjs +38 -0
- package/dist/actions/update-route-settings.cjs.map +1 -0
- package/dist/actions/update-route-settings.d.cts +9 -0
- package/dist/actions/update-route-settings.d.cts.map +1 -0
- package/dist/actions/update-route-settings.d.mts +9 -0
- package/dist/actions/update-route-settings.d.mts.map +1 -0
- package/dist/actions/update-route-settings.mjs +35 -0
- package/dist/actions/update-route-settings.mjs.map +1 -0
- package/dist/actions/update-route-v4.cjs +66 -0
- package/dist/actions/update-route-v4.cjs.map +1 -0
- package/dist/actions/update-route-v4.d.cts +9 -0
- package/dist/actions/update-route-v4.d.cts.map +1 -0
- package/dist/actions/update-route-v4.d.mts +9 -0
- package/dist/actions/update-route-v4.d.mts.map +1 -0
- package/dist/actions/update-route-v4.mjs +65 -0
- package/dist/actions/update-route-v4.mjs.map +1 -0
- package/dist/actions/update-routes.cjs +24 -0
- package/dist/actions/update-routes.cjs.map +1 -0
- package/dist/actions/update-routes.d.cts +9 -0
- package/dist/actions/update-routes.d.cts.map +1 -0
- package/dist/actions/update-routes.d.mts +9 -0
- package/dist/actions/update-routes.d.mts.map +1 -0
- package/dist/actions/update-routes.mjs +21 -0
- package/dist/actions/update-routes.mjs.map +1 -0
- package/dist/actions/update-territory.cjs +42 -0
- package/dist/actions/update-territory.cjs.map +1 -0
- package/dist/actions/update-territory.d.cts +9 -0
- package/dist/actions/update-territory.d.cts.map +1 -0
- package/dist/actions/update-territory.d.mts +9 -0
- package/dist/actions/update-territory.d.mts.map +1 -0
- package/dist/actions/update-territory.mjs +41 -0
- package/dist/actions/update-territory.mjs.map +1 -0
- package/dist/actions/update-vehicle-capacity-profile-by-id.cjs +38 -0
- package/dist/actions/update-vehicle-capacity-profile-by-id.cjs.map +1 -0
- package/dist/actions/update-vehicle-capacity-profile-by-id.d.cts +9 -0
- package/dist/actions/update-vehicle-capacity-profile-by-id.d.cts.map +1 -0
- package/dist/actions/update-vehicle-capacity-profile-by-id.d.mts +9 -0
- package/dist/actions/update-vehicle-capacity-profile-by-id.d.mts.map +1 -0
- package/dist/actions/update-vehicle-capacity-profile-by-id.mjs +35 -0
- package/dist/actions/update-vehicle-capacity-profile-by-id.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +200 -0
- package/dist/index.d.cts +100 -0
- package/dist/index.d.mts +100 -0
- package/dist/index.mjs +101 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/set-destination-status.d.ts
|
|
4
|
+
declare const Route4meSetDestinationStatusInput: z.ZodTypeAny;
|
|
5
|
+
declare const Route4meSetDestinationStatusOutput: z.ZodTypeAny;
|
|
6
|
+
declare const route4meSetDestinationStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { route4meSetDestinationStatus };
|
|
9
|
+
//# sourceMappingURL=set-destination-status.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-destination-status.d.cts","names":[],"sources":["../../src/actions/set-destination-status.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAIqC;AAAA,cAC1E,kCAAA,EAAoC,CAAA,CAAE,UAKI;AAAA,cAE1C,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/set-destination-status.d.ts
|
|
4
|
+
declare const Route4meSetDestinationStatusInput: z.ZodTypeAny;
|
|
5
|
+
declare const Route4meSetDestinationStatusOutput: z.ZodTypeAny;
|
|
6
|
+
declare const route4meSetDestinationStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { route4meSetDestinationStatus };
|
|
9
|
+
//# sourceMappingURL=set-destination-status.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-destination-status.d.mts","names":[],"sources":["../../src/actions/set-destination-status.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAIqC;AAAA,cAC1E,kCAAA,EAAoC,CAAA,CAAE,UAKI;AAAA,cAE1C,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const route4meSetDestinationStatus = action("ROUTE4ME_SET_DESTINATION_STATUS", {
|
|
4
|
+
slug: "route4me-set-destination-status",
|
|
5
|
+
name: "Set Destination Status",
|
|
6
|
+
description: "Tool to set or update the status of a route destination. Use after confirming deliveries to mark stops as visited or departed.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
status: z.enum(["visited", "departed"]).describe("The desired status. Use `visited` to mark the destination as visited, or `departed` to mark as departed."),
|
|
9
|
+
route_id: z.string().describe("The unique ID of the route containing the destination."),
|
|
10
|
+
route_destination_id: z.number().int().describe("The unique ID of the destination to update.")
|
|
11
|
+
}).describe("Request model for setting or updating the status of a route destination."),
|
|
12
|
+
output: z.object({
|
|
13
|
+
success: z.boolean().describe("`true` if the destination status was updated successfully."),
|
|
14
|
+
is_visited: z.boolean().describe("Whether the destination is marked as visited.").nullable().optional(),
|
|
15
|
+
is_departed: z.boolean().describe("Whether the destination is marked as departed.").nullable().optional(),
|
|
16
|
+
route_destination_id: z.number().int().describe("The ID of the updated route destination.").nullable().optional()
|
|
17
|
+
}).describe("Response model for SetDestinationStatus.")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { route4meSetDestinationStatus };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=set-destination-status.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-destination-status.mjs","names":[],"sources":["../../src/actions/set-destination-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meSetDestinationStatusInput: z.ZodTypeAny = z.object({\n status: z.enum([\"visited\", \"departed\"]).describe(\"The desired status. Use `visited` to mark the destination as visited, or `departed` to mark as departed.\"),\n route_id: z.string().describe(\"The unique ID of the route containing the destination.\"),\n route_destination_id: z.number().int().describe(\"The unique ID of the destination to update.\"),\n}).describe(\"Request model for setting or updating the status of a route destination.\");\nexport const Route4meSetDestinationStatusOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"`true` if the destination status was updated successfully.\"),\n is_visited: z.boolean().describe(\"Whether the destination is marked as visited.\").nullable().optional(),\n is_departed: z.boolean().describe(\"Whether the destination is marked as departed.\").nullable().optional(),\n route_destination_id: z.number().int().describe(\"The ID of the updated route destination.\").nullable().optional(),\n}).describe(\"Response model for SetDestinationStatus.\");\n\nexport const route4meSetDestinationStatus = action(\"ROUTE4ME_SET_DESTINATION_STATUS\", {\n slug: \"route4me-set-destination-status\",\n name: \"Set Destination Status\",\n description: \"Tool to set or update the status of a route destination. Use after confirming deliveries to mark stops as visited or departed.\",\n input: Route4meSetDestinationStatusInput,\n output: Route4meSetDestinationStatusOutput,\n});\n"],"mappings":";;AAgBA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB6D,EAAE,OAAO;EACtE,QAAQ,EAAE,KAAK,CAAC,WAAW,UAAU,CAAC,CAAC,CAAC,SAAS,0GAA0G;EAC3J,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACtF,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;CAC/F,CAAC,CAAC,CAAC,SAAS,0EAYH;CACP,QAZ8D,EAAE,OAAO;EACvE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;EAC1F,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/set-route-rating.ts
|
|
4
|
+
const Route4meSetRouteRatingInput = zod.z.object({
|
|
5
|
+
rating: zod.z.number().int().describe("Rating value for the route. Must be between 1 and 5."),
|
|
6
|
+
route_id: zod.z.string().describe("Route identifier as a 32-character hexadecimal string.")
|
|
7
|
+
}).describe("Request model for setting a route rating.");
|
|
8
|
+
const Route4meSetRouteRatingOutput = zod.z.object({
|
|
9
|
+
rating: zod.z.number().int().describe("The rating value that was set."),
|
|
10
|
+
status: zod.z.boolean().describe("Indicates if the operation was successful.")
|
|
11
|
+
}).describe("Response model containing the result of setting a route rating.");
|
|
12
|
+
const route4meSetRouteRating = require_action.action("ROUTE4ME_SET_ROUTE_RATING", {
|
|
13
|
+
slug: "route4me-set-route-rating",
|
|
14
|
+
name: "Set Route Rating",
|
|
15
|
+
description: "Tool to set a rating for a route. Use when you need to record user feedback or satisfaction level for a completed route.",
|
|
16
|
+
input: Route4meSetRouteRatingInput,
|
|
17
|
+
output: Route4meSetRouteRatingOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.route4meSetRouteRating = route4meSetRouteRating;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=set-route-rating.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-route-rating.cjs","names":["z","action"],"sources":["../../src/actions/set-route-rating.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meSetRouteRatingInput: z.ZodTypeAny = z.object({\n rating: z.number().int().describe(\"Rating value for the route. Must be between 1 and 5.\"),\n route_id: z.string().describe(\"Route identifier as a 32-character hexadecimal string.\"),\n}).describe(\"Request model for setting a route rating.\");\nexport const Route4meSetRouteRatingOutput: z.ZodTypeAny = z.object({\n rating: z.number().int().describe(\"The rating value that was set.\"),\n status: z.boolean().describe(\"Indicates if the operation was successful.\"),\n}).describe(\"Response model containing the result of setting a route rating.\");\n\nexport const route4meSetRouteRating = action(\"ROUTE4ME_SET_ROUTE_RATING\", {\n slug: \"route4me-set-route-rating\",\n name: \"Set Route Rating\",\n description: \"Tool to set a rating for a route. Use when you need to record user feedback or satisfaction level for a completed route.\",\n input: Route4meSetRouteRatingInput,\n output: Route4meSetRouteRatingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;CACxF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;AACxF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAClE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C;AAC3E,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAE7E,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/set-route-rating.d.ts
|
|
4
|
+
declare const Route4meSetRouteRatingInput: z.ZodTypeAny;
|
|
5
|
+
declare const Route4meSetRouteRatingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const route4meSetRouteRating: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { route4meSetRouteRating };
|
|
9
|
+
//# sourceMappingURL=set-route-rating.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-route-rating.d.cts","names":[],"sources":["../../src/actions/set-route-rating.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGY;AAAA,cAC3C,4BAAA,EAA8B,CAAA,CAAE,UAGiC;AAAA,cAEjE,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/set-route-rating.d.ts
|
|
4
|
+
declare const Route4meSetRouteRatingInput: z.ZodTypeAny;
|
|
5
|
+
declare const Route4meSetRouteRatingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const route4meSetRouteRating: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { route4meSetRouteRating };
|
|
9
|
+
//# sourceMappingURL=set-route-rating.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-route-rating.d.mts","names":[],"sources":["../../src/actions/set-route-rating.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGY;AAAA,cAC3C,4BAAA,EAA8B,CAAA,CAAE,UAGiC;AAAA,cAEjE,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const route4meSetRouteRating = action("ROUTE4ME_SET_ROUTE_RATING", {
|
|
4
|
+
slug: "route4me-set-route-rating",
|
|
5
|
+
name: "Set Route Rating",
|
|
6
|
+
description: "Tool to set a rating for a route. Use when you need to record user feedback or satisfaction level for a completed route.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
rating: z.number().int().describe("Rating value for the route. Must be between 1 and 5."),
|
|
9
|
+
route_id: z.string().describe("Route identifier as a 32-character hexadecimal string.")
|
|
10
|
+
}).describe("Request model for setting a route rating."),
|
|
11
|
+
output: z.object({
|
|
12
|
+
rating: z.number().int().describe("The rating value that was set."),
|
|
13
|
+
status: z.boolean().describe("Indicates if the operation was successful.")
|
|
14
|
+
}).describe("Response model containing the result of setting a route rating.")
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { route4meSetRouteRating };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=set-route-rating.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-route-rating.mjs","names":[],"sources":["../../src/actions/set-route-rating.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meSetRouteRatingInput: z.ZodTypeAny = z.object({\n rating: z.number().int().describe(\"Rating value for the route. Must be between 1 and 5.\"),\n route_id: z.string().describe(\"Route identifier as a 32-character hexadecimal string.\"),\n}).describe(\"Request model for setting a route rating.\");\nexport const Route4meSetRouteRatingOutput: z.ZodTypeAny = z.object({\n rating: z.number().int().describe(\"The rating value that was set.\"),\n status: z.boolean().describe(\"Indicates if the operation was successful.\"),\n}).describe(\"Response model containing the result of setting a route rating.\");\n\nexport const route4meSetRouteRating = action(\"ROUTE4ME_SET_ROUTE_RATING\", {\n slug: \"route4me-set-route-rating\",\n name: \"Set Route Rating\",\n description: \"Tool to set a rating for a route. Use when you need to record user feedback or satisfaction level for a completed route.\",\n input: Route4meSetRouteRatingInput,\n output: Route4meSetRouteRatingOutput,\n});\n"],"mappings":";;AAaA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbuD,EAAE,OAAO;EAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;EACxF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,CAAC,CAAC,CAAC,SAAS,2CAUH;CACP,QAVwD,EAAE,OAAO;EACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;EAClE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C;CAC3E,CAAC,CAAC,CAAC,SAAS,iEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/set-tracking.ts
|
|
4
|
+
const Route4meSetTrackingInput = zod.z.object({
|
|
5
|
+
lat: zod.z.number().describe("Latitude coordinate of the current location."),
|
|
6
|
+
lng: zod.z.number().describe("Longitude coordinate of the current location."),
|
|
7
|
+
speed: zod.z.number().describe("Speed of the vehicle in miles per hour.").optional(),
|
|
8
|
+
tx_id: zod.z.string().describe("Transaction ID for this tracking update.").optional(),
|
|
9
|
+
course: zod.z.number().describe("Direction/course heading in degrees (0-360).").optional(),
|
|
10
|
+
altitude: zod.z.number().describe("Altitude value in meters.").optional(),
|
|
11
|
+
route_id: zod.z.string().describe("The route identifier to track."),
|
|
12
|
+
member_id: zod.z.number().int().describe("Member ID of the person being tracked.").optional(),
|
|
13
|
+
vehicle_id: zod.z.string().describe("Vehicle identifier associated with the route.").optional(),
|
|
14
|
+
app_version: zod.z.string().describe("Application version sending the tracking data.").optional(),
|
|
15
|
+
device_guid: zod.z.string().describe("Device GUID identifier for the tracking device.").optional(),
|
|
16
|
+
device_type: zod.z.string().describe("Type of device sending the tracking data (e.g., 'web', 'android_phone', 'iphone').").optional(),
|
|
17
|
+
device_timestamp: zod.z.string().describe("Device timestamp in ISO 8601 format or Unix timestamp.").optional()
|
|
18
|
+
}).describe("Request model for inserting tracking data for a route.");
|
|
19
|
+
const Route4meSetTrackingOutput = zod.z.object({
|
|
20
|
+
tx_id: zod.z.string().describe("Transaction ID for the tracking update.").nullable().optional(),
|
|
21
|
+
status: zod.z.boolean().describe("Indicates whether the tracking data was successfully inserted.").nullable().optional()
|
|
22
|
+
}).describe("Response model for SetTracking action.");
|
|
23
|
+
const route4meSetTracking = require_action.action("ROUTE4ME_SET_TRACKING", {
|
|
24
|
+
slug: "route4me-set-tracking",
|
|
25
|
+
name: "Set Route Tracking Data",
|
|
26
|
+
description: "Tool to insert tracking data for a route. Use when you need to update the real-time location and status of a vehicle or driver on a route.",
|
|
27
|
+
input: Route4meSetTrackingInput,
|
|
28
|
+
output: Route4meSetTrackingOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.route4meSetTracking = route4meSetTracking;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=set-tracking.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-tracking.cjs","names":["z","action"],"sources":["../../src/actions/set-tracking.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meSetTrackingInput: z.ZodTypeAny = z.object({\n lat: z.number().describe(\"Latitude coordinate of the current location.\"),\n lng: z.number().describe(\"Longitude coordinate of the current location.\"),\n speed: z.number().describe(\"Speed of the vehicle in miles per hour.\").optional(),\n tx_id: z.string().describe(\"Transaction ID for this tracking update.\").optional(),\n course: z.number().describe(\"Direction/course heading in degrees (0-360).\").optional(),\n altitude: z.number().describe(\"Altitude value in meters.\").optional(),\n route_id: z.string().describe(\"The route identifier to track.\"),\n member_id: z.number().int().describe(\"Member ID of the person being tracked.\").optional(),\n vehicle_id: z.string().describe(\"Vehicle identifier associated with the route.\").optional(),\n app_version: z.string().describe(\"Application version sending the tracking data.\").optional(),\n device_guid: z.string().describe(\"Device GUID identifier for the tracking device.\").optional(),\n device_type: z.string().describe(\"Type of device sending the tracking data (e.g., 'web', 'android_phone', 'iphone').\").optional(),\n device_timestamp: z.string().describe(\"Device timestamp in ISO 8601 format or Unix timestamp.\").optional(),\n}).describe(\"Request model for inserting tracking data for a route.\");\nexport const Route4meSetTrackingOutput: z.ZodTypeAny = z.object({\n tx_id: z.string().describe(\"Transaction ID for the tracking update.\").nullable().optional(),\n status: z.boolean().describe(\"Indicates whether the tracking data was successfully inserted.\").nullable().optional(),\n}).describe(\"Response model for SetTracking action.\");\n\nexport const route4meSetTracking = action(\"ROUTE4ME_SET_TRACKING\", {\n slug: \"route4me-set-tracking\",\n name: \"Set Route Tracking Data\",\n description: \"Tool to insert tracking data for a route. Use when you need to update the real-time location and status of a vehicle or driver on a route.\",\n input: Route4meSetTrackingInput,\n output: Route4meSetTrackingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACvE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAChF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACrF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACpE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC9D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC5F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC7F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CAChI,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/set-tracking.d.ts
|
|
4
|
+
declare const Route4meSetTrackingInput: z.ZodTypeAny;
|
|
5
|
+
declare const Route4meSetTrackingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const route4meSetTracking: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { route4meSetTracking };
|
|
9
|
+
//# sourceMappingURL=set-tracking.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-tracking.d.cts","names":[],"sources":["../../src/actions/set-tracking.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAc4B;AAAA,cACxD,yBAAA,EAA2B,CAAA,CAAE,UAGW;AAAA,cAExC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/set-tracking.d.ts
|
|
4
|
+
declare const Route4meSetTrackingInput: z.ZodTypeAny;
|
|
5
|
+
declare const Route4meSetTrackingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const route4meSetTracking: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { route4meSetTracking };
|
|
9
|
+
//# sourceMappingURL=set-tracking.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-tracking.d.mts","names":[],"sources":["../../src/actions/set-tracking.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAc4B;AAAA,cACxD,yBAAA,EAA2B,CAAA,CAAE,UAGW;AAAA,cAExC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const route4meSetTracking = action("ROUTE4ME_SET_TRACKING", {
|
|
4
|
+
slug: "route4me-set-tracking",
|
|
5
|
+
name: "Set Route Tracking Data",
|
|
6
|
+
description: "Tool to insert tracking data for a route. Use when you need to update the real-time location and status of a vehicle or driver on a route.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
lat: z.number().describe("Latitude coordinate of the current location."),
|
|
9
|
+
lng: z.number().describe("Longitude coordinate of the current location."),
|
|
10
|
+
speed: z.number().describe("Speed of the vehicle in miles per hour.").optional(),
|
|
11
|
+
tx_id: z.string().describe("Transaction ID for this tracking update.").optional(),
|
|
12
|
+
course: z.number().describe("Direction/course heading in degrees (0-360).").optional(),
|
|
13
|
+
altitude: z.number().describe("Altitude value in meters.").optional(),
|
|
14
|
+
route_id: z.string().describe("The route identifier to track."),
|
|
15
|
+
member_id: z.number().int().describe("Member ID of the person being tracked.").optional(),
|
|
16
|
+
vehicle_id: z.string().describe("Vehicle identifier associated with the route.").optional(),
|
|
17
|
+
app_version: z.string().describe("Application version sending the tracking data.").optional(),
|
|
18
|
+
device_guid: z.string().describe("Device GUID identifier for the tracking device.").optional(),
|
|
19
|
+
device_type: z.string().describe("Type of device sending the tracking data (e.g., 'web', 'android_phone', 'iphone').").optional(),
|
|
20
|
+
device_timestamp: z.string().describe("Device timestamp in ISO 8601 format or Unix timestamp.").optional()
|
|
21
|
+
}).describe("Request model for inserting tracking data for a route."),
|
|
22
|
+
output: z.object({
|
|
23
|
+
tx_id: z.string().describe("Transaction ID for the tracking update.").nullable().optional(),
|
|
24
|
+
status: z.boolean().describe("Indicates whether the tracking data was successfully inserted.").nullable().optional()
|
|
25
|
+
}).describe("Response model for SetTracking action.")
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { route4meSetTracking };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=set-tracking.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-tracking.mjs","names":[],"sources":["../../src/actions/set-tracking.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meSetTrackingInput: z.ZodTypeAny = z.object({\n lat: z.number().describe(\"Latitude coordinate of the current location.\"),\n lng: z.number().describe(\"Longitude coordinate of the current location.\"),\n speed: z.number().describe(\"Speed of the vehicle in miles per hour.\").optional(),\n tx_id: z.string().describe(\"Transaction ID for this tracking update.\").optional(),\n course: z.number().describe(\"Direction/course heading in degrees (0-360).\").optional(),\n altitude: z.number().describe(\"Altitude value in meters.\").optional(),\n route_id: z.string().describe(\"The route identifier to track.\"),\n member_id: z.number().int().describe(\"Member ID of the person being tracked.\").optional(),\n vehicle_id: z.string().describe(\"Vehicle identifier associated with the route.\").optional(),\n app_version: z.string().describe(\"Application version sending the tracking data.\").optional(),\n device_guid: z.string().describe(\"Device GUID identifier for the tracking device.\").optional(),\n device_type: z.string().describe(\"Type of device sending the tracking data (e.g., 'web', 'android_phone', 'iphone').\").optional(),\n device_timestamp: z.string().describe(\"Device timestamp in ISO 8601 format or Unix timestamp.\").optional(),\n}).describe(\"Request model for inserting tracking data for a route.\");\nexport const Route4meSetTrackingOutput: z.ZodTypeAny = z.object({\n tx_id: z.string().describe(\"Transaction ID for the tracking update.\").nullable().optional(),\n status: z.boolean().describe(\"Indicates whether the tracking data was successfully inserted.\").nullable().optional(),\n}).describe(\"Response model for SetTracking action.\");\n\nexport const route4meSetTracking = action(\"ROUTE4ME_SET_TRACKING\", {\n slug: \"route4me-set-tracking\",\n name: \"Set Route Tracking Data\",\n description: \"Tool to insert tracking data for a route. Use when you need to update the real-time location and status of a vehicle or driver on a route.\",\n input: Route4meSetTrackingInput,\n output: Route4meSetTrackingOutput,\n});\n"],"mappings":";;AAwBA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAxBoD,EAAE,OAAO;EAC7D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EACxE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACrF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACpE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EAC9D,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;EAC5F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;EAChI,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAC3G,CAAC,CAAC,CAAC,SAAS,wDAUH;CACP,QAVqD,EAAE,OAAO;EAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-address.ts
|
|
4
|
+
const Route4meUpdateAddressInput = zod.z.object({
|
|
5
|
+
address_1: zod.z.string().describe("Primary address line.").optional(),
|
|
6
|
+
address_2: zod.z.string().describe("Secondary address line (apartment, suite, etc.).").optional(),
|
|
7
|
+
last_name: zod.z.string().describe("Contact's last name.").optional(),
|
|
8
|
+
address_id: zod.z.number().int().describe("The unique ID of the address book contact to update."),
|
|
9
|
+
first_name: zod.z.string().describe("Contact's first name.").optional(),
|
|
10
|
+
address_lat: zod.z.number().describe("Latitude coordinate for the address.").optional(),
|
|
11
|
+
address_lng: zod.z.number().describe("Longitude coordinate for the address.").optional(),
|
|
12
|
+
address_zip: zod.z.string().describe("ZIP or postal code.").optional(),
|
|
13
|
+
address_city: zod.z.string().describe("City name.").optional(),
|
|
14
|
+
service_time: zod.z.number().int().describe("Service time at the location in seconds.").optional(),
|
|
15
|
+
address_alias: zod.z.string().describe("Custom name or alias for the contact.").optional(),
|
|
16
|
+
address_email: zod.z.string().describe("Email address of the contact.").optional(),
|
|
17
|
+
address_group: zod.z.string().describe("Group identifier for organizing contacts.").optional(),
|
|
18
|
+
time_window_end: zod.z.number().int().describe("First time window end in seconds from midnight (e.g., 64800 for 6:00 PM).").optional(),
|
|
19
|
+
address_state_id: zod.z.string().describe("State code (e.g., NY, CA).").optional(),
|
|
20
|
+
time_window_start: zod.z.number().int().describe("First time window start in seconds from midnight (e.g., 28800 for 8:00 AM).").optional(),
|
|
21
|
+
address_custom_data: zod.z.object({}).describe("Custom key-value pairs for additional data.").optional(),
|
|
22
|
+
address_phone_number: zod.z.string().describe("Phone number of the contact.").optional()
|
|
23
|
+
}).describe("Request model for updating an existing address in the address book.");
|
|
24
|
+
const Route4meUpdateAddressOutput = zod.z.object({
|
|
25
|
+
address_1: zod.z.string().describe("Primary address line.").nullable().optional(),
|
|
26
|
+
address_2: zod.z.string().describe("Secondary address line.").nullable().optional(),
|
|
27
|
+
last_name: zod.z.string().describe("Contact last name.").nullable().optional(),
|
|
28
|
+
member_id: zod.z.number().int().describe("Member ID associated with the address.").nullable().optional(),
|
|
29
|
+
address_id: zod.z.number().int().describe("Unique identifier for the address.").nullable().optional(),
|
|
30
|
+
cached_lat: zod.z.number().describe("Cached latitude coordinate.").nullable().optional(),
|
|
31
|
+
cached_lng: zod.z.number().describe("Cached longitude coordinate.").nullable().optional(),
|
|
32
|
+
first_name: zod.z.string().describe("Contact first name.").nullable().optional(),
|
|
33
|
+
address_zip: zod.z.string().describe("ZIP or postal code.").nullable().optional(),
|
|
34
|
+
address_city: zod.z.string().describe("City name.").nullable().optional(),
|
|
35
|
+
address_alias: zod.z.string().describe("Alias or nickname for the address.").nullable().optional(),
|
|
36
|
+
address_group: zod.z.string().describe("Group identifier.").nullable().optional(),
|
|
37
|
+
visited_count: zod.z.number().int().describe("Number of times this address has been visited.").nullable().optional(),
|
|
38
|
+
in_route_count: zod.z.number().int().describe("Number of times this address has been included in routes.").nullable().optional(),
|
|
39
|
+
address_state_id: zod.z.string().describe("State code.").nullable().optional(),
|
|
40
|
+
address_stop_type: zod.z.string().describe("Type of stop (e.g., delivery, pickup).").nullable().optional(),
|
|
41
|
+
created_timestamp: zod.z.number().int().describe("Unix timestamp when the address was created.").nullable().optional()
|
|
42
|
+
}).describe("Response model containing the updated address book contact details.");
|
|
43
|
+
const route4meUpdateAddress = require_action.action("ROUTE4ME_UPDATE_ADDRESS", {
|
|
44
|
+
slug: "route4me-update-address",
|
|
45
|
+
name: "Update Address",
|
|
46
|
+
description: "Tool to update an existing address in the Route4Me address book. Use when you need to modify contact details, location information, or time windows for an address.",
|
|
47
|
+
input: Route4meUpdateAddressInput,
|
|
48
|
+
output: Route4meUpdateAddressOutput
|
|
49
|
+
});
|
|
50
|
+
//#endregion
|
|
51
|
+
exports.route4meUpdateAddress = route4meUpdateAddress;
|
|
52
|
+
|
|
53
|
+
//# sourceMappingURL=update-address.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-address.cjs","names":["z","action"],"sources":["../../src/actions/update-address.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meUpdateAddressInput: z.ZodTypeAny = z.object({\n address_1: z.string().describe(\"Primary address line.\").optional(),\n address_2: z.string().describe(\"Secondary address line (apartment, suite, etc.).\").optional(),\n last_name: z.string().describe(\"Contact's last name.\").optional(),\n address_id: z.number().int().describe(\"The unique ID of the address book contact to update.\"),\n first_name: z.string().describe(\"Contact's first name.\").optional(),\n address_lat: z.number().describe(\"Latitude coordinate for the address.\").optional(),\n address_lng: z.number().describe(\"Longitude coordinate for the address.\").optional(),\n address_zip: z.string().describe(\"ZIP or postal code.\").optional(),\n address_city: z.string().describe(\"City name.\").optional(),\n service_time: z.number().int().describe(\"Service time at the location in seconds.\").optional(),\n address_alias: z.string().describe(\"Custom name or alias for the contact.\").optional(),\n address_email: z.string().describe(\"Email address of the contact.\").optional(),\n address_group: z.string().describe(\"Group identifier for organizing contacts.\").optional(),\n time_window_end: z.number().int().describe(\"First time window end in seconds from midnight (e.g., 64800 for 6:00 PM).\").optional(),\n address_state_id: z.string().describe(\"State code (e.g., NY, CA).\").optional(),\n time_window_start: z.number().int().describe(\"First time window start in seconds from midnight (e.g., 28800 for 8:00 AM).\").optional(),\n address_custom_data: z.object({}).describe(\"Custom key-value pairs for additional data.\").optional(),\n address_phone_number: z.string().describe(\"Phone number of the contact.\").optional(),\n}).describe(\"Request model for updating an existing address in the address book.\");\nexport const Route4meUpdateAddressOutput: z.ZodTypeAny = z.object({\n address_1: z.string().describe(\"Primary address line.\").nullable().optional(),\n address_2: z.string().describe(\"Secondary address line.\").nullable().optional(),\n last_name: z.string().describe(\"Contact last name.\").nullable().optional(),\n member_id: z.number().int().describe(\"Member ID associated with the address.\").nullable().optional(),\n address_id: z.number().int().describe(\"Unique identifier for the address.\").nullable().optional(),\n cached_lat: z.number().describe(\"Cached latitude coordinate.\").nullable().optional(),\n cached_lng: z.number().describe(\"Cached longitude coordinate.\").nullable().optional(),\n first_name: z.string().describe(\"Contact first name.\").nullable().optional(),\n address_zip: z.string().describe(\"ZIP or postal code.\").nullable().optional(),\n address_city: z.string().describe(\"City name.\").nullable().optional(),\n address_alias: z.string().describe(\"Alias or nickname for the address.\").nullable().optional(),\n address_group: z.string().describe(\"Group identifier.\").nullable().optional(),\n visited_count: z.number().int().describe(\"Number of times this address has been visited.\").nullable().optional(),\n in_route_count: z.number().int().describe(\"Number of times this address has been included in routes.\").nullable().optional(),\n address_state_id: z.string().describe(\"State code.\").nullable().optional(),\n address_stop_type: z.string().describe(\"Type of stop (e.g., delivery, pickup).\").nullable().optional(),\n created_timestamp: z.number().int().describe(\"Unix timestamp when the address was created.\").nullable().optional(),\n}).describe(\"Response model containing the updated address book contact details.\");\n\nexport const route4meUpdateAddress = action(\"ROUTE4ME_UPDATE_ADDRESS\", {\n slug: \"route4me-update-address\",\n name: \"Update Address\",\n description: \"Tool to update an existing address in the Route4Me address book. Use when you need to modify contact details, location information, or time windows for an address.\",\n input: Route4meUpdateAddressInput,\n output: Route4meUpdateAddressOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-address.d.ts
|
|
4
|
+
declare const Route4meUpdateAddressInput: z.ZodTypeAny;
|
|
5
|
+
declare const Route4meUpdateAddressOutput: z.ZodTypeAny;
|
|
6
|
+
declare const route4meUpdateAddress: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { route4meUpdateAddress };
|
|
9
|
+
//# sourceMappingURL=update-address.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-address.d.cts","names":[],"sources":["../../src/actions/update-address.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAmBuC;AAAA,cACrE,2BAAA,EAA6B,CAAA,CAAE,UAkBsC;AAAA,cAErE,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-address.d.ts
|
|
4
|
+
declare const Route4meUpdateAddressInput: z.ZodTypeAny;
|
|
5
|
+
declare const Route4meUpdateAddressOutput: z.ZodTypeAny;
|
|
6
|
+
declare const route4meUpdateAddress: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { route4meUpdateAddress };
|
|
9
|
+
//# sourceMappingURL=update-address.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-address.d.mts","names":[],"sources":["../../src/actions/update-address.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAmBuC;AAAA,cACrE,2BAAA,EAA6B,CAAA,CAAE,UAkBsC;AAAA,cAErE,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const route4meUpdateAddress = action("ROUTE4ME_UPDATE_ADDRESS", {
|
|
4
|
+
slug: "route4me-update-address",
|
|
5
|
+
name: "Update Address",
|
|
6
|
+
description: "Tool to update an existing address in the Route4Me address book. Use when you need to modify contact details, location information, or time windows for an address.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
address_1: z.string().describe("Primary address line.").optional(),
|
|
9
|
+
address_2: z.string().describe("Secondary address line (apartment, suite, etc.).").optional(),
|
|
10
|
+
last_name: z.string().describe("Contact's last name.").optional(),
|
|
11
|
+
address_id: z.number().int().describe("The unique ID of the address book contact to update."),
|
|
12
|
+
first_name: z.string().describe("Contact's first name.").optional(),
|
|
13
|
+
address_lat: z.number().describe("Latitude coordinate for the address.").optional(),
|
|
14
|
+
address_lng: z.number().describe("Longitude coordinate for the address.").optional(),
|
|
15
|
+
address_zip: z.string().describe("ZIP or postal code.").optional(),
|
|
16
|
+
address_city: z.string().describe("City name.").optional(),
|
|
17
|
+
service_time: z.number().int().describe("Service time at the location in seconds.").optional(),
|
|
18
|
+
address_alias: z.string().describe("Custom name or alias for the contact.").optional(),
|
|
19
|
+
address_email: z.string().describe("Email address of the contact.").optional(),
|
|
20
|
+
address_group: z.string().describe("Group identifier for organizing contacts.").optional(),
|
|
21
|
+
time_window_end: z.number().int().describe("First time window end in seconds from midnight (e.g., 64800 for 6:00 PM).").optional(),
|
|
22
|
+
address_state_id: z.string().describe("State code (e.g., NY, CA).").optional(),
|
|
23
|
+
time_window_start: z.number().int().describe("First time window start in seconds from midnight (e.g., 28800 for 8:00 AM).").optional(),
|
|
24
|
+
address_custom_data: z.object({}).describe("Custom key-value pairs for additional data.").optional(),
|
|
25
|
+
address_phone_number: z.string().describe("Phone number of the contact.").optional()
|
|
26
|
+
}).describe("Request model for updating an existing address in the address book."),
|
|
27
|
+
output: z.object({
|
|
28
|
+
address_1: z.string().describe("Primary address line.").nullable().optional(),
|
|
29
|
+
address_2: z.string().describe("Secondary address line.").nullable().optional(),
|
|
30
|
+
last_name: z.string().describe("Contact last name.").nullable().optional(),
|
|
31
|
+
member_id: z.number().int().describe("Member ID associated with the address.").nullable().optional(),
|
|
32
|
+
address_id: z.number().int().describe("Unique identifier for the address.").nullable().optional(),
|
|
33
|
+
cached_lat: z.number().describe("Cached latitude coordinate.").nullable().optional(),
|
|
34
|
+
cached_lng: z.number().describe("Cached longitude coordinate.").nullable().optional(),
|
|
35
|
+
first_name: z.string().describe("Contact first name.").nullable().optional(),
|
|
36
|
+
address_zip: z.string().describe("ZIP or postal code.").nullable().optional(),
|
|
37
|
+
address_city: z.string().describe("City name.").nullable().optional(),
|
|
38
|
+
address_alias: z.string().describe("Alias or nickname for the address.").nullable().optional(),
|
|
39
|
+
address_group: z.string().describe("Group identifier.").nullable().optional(),
|
|
40
|
+
visited_count: z.number().int().describe("Number of times this address has been visited.").nullable().optional(),
|
|
41
|
+
in_route_count: z.number().int().describe("Number of times this address has been included in routes.").nullable().optional(),
|
|
42
|
+
address_state_id: z.string().describe("State code.").nullable().optional(),
|
|
43
|
+
address_stop_type: z.string().describe("Type of stop (e.g., delivery, pickup).").nullable().optional(),
|
|
44
|
+
created_timestamp: z.number().int().describe("Unix timestamp when the address was created.").nullable().optional()
|
|
45
|
+
}).describe("Response model containing the updated address book contact details.")
|
|
46
|
+
});
|
|
47
|
+
//#endregion
|
|
48
|
+
export { route4meUpdateAddress };
|
|
49
|
+
|
|
50
|
+
//# sourceMappingURL=update-address.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-address.mjs","names":[],"sources":["../../src/actions/update-address.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meUpdateAddressInput: z.ZodTypeAny = z.object({\n address_1: z.string().describe(\"Primary address line.\").optional(),\n address_2: z.string().describe(\"Secondary address line (apartment, suite, etc.).\").optional(),\n last_name: z.string().describe(\"Contact's last name.\").optional(),\n address_id: z.number().int().describe(\"The unique ID of the address book contact to update.\"),\n first_name: z.string().describe(\"Contact's first name.\").optional(),\n address_lat: z.number().describe(\"Latitude coordinate for the address.\").optional(),\n address_lng: z.number().describe(\"Longitude coordinate for the address.\").optional(),\n address_zip: z.string().describe(\"ZIP or postal code.\").optional(),\n address_city: z.string().describe(\"City name.\").optional(),\n service_time: z.number().int().describe(\"Service time at the location in seconds.\").optional(),\n address_alias: z.string().describe(\"Custom name or alias for the contact.\").optional(),\n address_email: z.string().describe(\"Email address of the contact.\").optional(),\n address_group: z.string().describe(\"Group identifier for organizing contacts.\").optional(),\n time_window_end: z.number().int().describe(\"First time window end in seconds from midnight (e.g., 64800 for 6:00 PM).\").optional(),\n address_state_id: z.string().describe(\"State code (e.g., NY, CA).\").optional(),\n time_window_start: z.number().int().describe(\"First time window start in seconds from midnight (e.g., 28800 for 8:00 AM).\").optional(),\n address_custom_data: z.object({}).describe(\"Custom key-value pairs for additional data.\").optional(),\n address_phone_number: z.string().describe(\"Phone number of the contact.\").optional(),\n}).describe(\"Request model for updating an existing address in the address book.\");\nexport const Route4meUpdateAddressOutput: z.ZodTypeAny = z.object({\n address_1: z.string().describe(\"Primary address line.\").nullable().optional(),\n address_2: z.string().describe(\"Secondary address line.\").nullable().optional(),\n last_name: z.string().describe(\"Contact last name.\").nullable().optional(),\n member_id: z.number().int().describe(\"Member ID associated with the address.\").nullable().optional(),\n address_id: z.number().int().describe(\"Unique identifier for the address.\").nullable().optional(),\n cached_lat: z.number().describe(\"Cached latitude coordinate.\").nullable().optional(),\n cached_lng: z.number().describe(\"Cached longitude coordinate.\").nullable().optional(),\n first_name: z.string().describe(\"Contact first name.\").nullable().optional(),\n address_zip: z.string().describe(\"ZIP or postal code.\").nullable().optional(),\n address_city: z.string().describe(\"City name.\").nullable().optional(),\n address_alias: z.string().describe(\"Alias or nickname for the address.\").nullable().optional(),\n address_group: z.string().describe(\"Group identifier.\").nullable().optional(),\n visited_count: z.number().int().describe(\"Number of times this address has been visited.\").nullable().optional(),\n in_route_count: z.number().int().describe(\"Number of times this address has been included in routes.\").nullable().optional(),\n address_state_id: z.string().describe(\"State code.\").nullable().optional(),\n address_stop_type: z.string().describe(\"Type of stop (e.g., delivery, pickup).\").nullable().optional(),\n created_timestamp: z.number().int().describe(\"Unix timestamp when the address was created.\").nullable().optional(),\n}).describe(\"Response model containing the updated address book contact details.\");\n\nexport const route4meUpdateAddress = action(\"ROUTE4ME_UPDATE_ADDRESS\", {\n slug: \"route4me-update-address\",\n name: \"Update Address\",\n description: \"Tool to update an existing address in the Route4Me address book. Use when you need to modify contact details, location information, or time windows for an address.\",\n input: Route4meUpdateAddressInput,\n output: Route4meUpdateAddressOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-avoidance.ts
|
|
4
|
+
const Route4meUpdateAvoidanceInput = zod.z.object({
|
|
5
|
+
territory: zod.z.object({
|
|
6
|
+
data: zod.z.array(zod.z.string()).describe("Coordinate data for the territory. For rect: two lat,lng points. For poly: multiple lat,lng points. For circle: center lat,lng and radius in meters (e.g., ['37.569752822786455,-77.47833251953125','7500'])."),
|
|
7
|
+
type: zod.z.enum([
|
|
8
|
+
"rect",
|
|
9
|
+
"poly",
|
|
10
|
+
"circle"
|
|
11
|
+
]).describe("Shape type of the territory: 'rect' for rectangle, 'poly' for polygon, or 'circle' for circle.")
|
|
12
|
+
}).describe("Updated geospatial data defining the shape and coordinates of the avoidance zone."),
|
|
13
|
+
territory_id: zod.z.string().describe("The unique 32-character MD5 identifier of the avoidance zone to update."),
|
|
14
|
+
territory_name: zod.z.string().describe("Updated name for the avoidance zone."),
|
|
15
|
+
territory_color: zod.z.string().describe("Updated hex color code for the territory (e.g., '0000ff' for blue, 'ff0000' for red).")
|
|
16
|
+
}).describe("Request model for updating an existing avoidance zone.");
|
|
17
|
+
const Route4meUpdateAvoidance_TerritoryTypeSchema = zod.z.enum([
|
|
18
|
+
"rect",
|
|
19
|
+
"poly",
|
|
20
|
+
"circle"
|
|
21
|
+
]).describe("Type of avoidance zone territory shape.");
|
|
22
|
+
const Route4meUpdateAvoidance_TerritorySchema = zod.z.object({
|
|
23
|
+
data: zod.z.array(zod.z.string()).describe("Coordinate data for the territory. For rect: two lat,lng points. For poly: multiple lat,lng points. For circle: center lat,lng and radius in meters (e.g., ['37.569752822786455,-77.47833251953125','7500'])."),
|
|
24
|
+
type: Route4meUpdateAvoidance_TerritoryTypeSchema.nullable()
|
|
25
|
+
}).describe("Geospatial data defining the avoidance zone shape.");
|
|
26
|
+
const Route4meUpdateAvoidanceOutput = zod.z.object({
|
|
27
|
+
member_id: zod.z.number().int().describe("Associated member/user ID who owns this avoidance zone.").nullable().optional(),
|
|
28
|
+
territory: Route4meUpdateAvoidance_TerritorySchema.nullable(),
|
|
29
|
+
territory_id: zod.z.string().describe("Unique 32-character MD5 identifier for the avoidance zone."),
|
|
30
|
+
territory_name: zod.z.string().describe("Updated name for the avoidance zone.").nullable().optional(),
|
|
31
|
+
territory_color: zod.z.string().describe("Updated hex color code for the territory.").nullable().optional()
|
|
32
|
+
}).describe("Response model containing the updated avoidance zone details.");
|
|
33
|
+
const route4meUpdateAvoidance = require_action.action("ROUTE4ME_UPDATE_AVOIDANCE", {
|
|
34
|
+
slug: "route4me-update-avoidance",
|
|
35
|
+
name: "Update Avoidance Zone",
|
|
36
|
+
description: "Tool to update an existing avoidance zone. Use when you need to modify the name, color, or geographic boundaries of an avoidance zone for route planning.",
|
|
37
|
+
input: Route4meUpdateAvoidanceInput,
|
|
38
|
+
output: Route4meUpdateAvoidanceOutput
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
exports.route4meUpdateAvoidance = route4meUpdateAvoidance;
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=update-avoidance.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-avoidance.cjs","names":["z","action"],"sources":["../../src/actions/update-avoidance.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meUpdateAvoidanceInput: z.ZodTypeAny = z.object({\n territory: z.object({\n data: z.array(z.string()).describe(\"Coordinate data for the territory. For rect: two lat,lng points. For poly: multiple lat,lng points. For circle: center lat,lng and radius in meters (e.g., ['37.569752822786455,-77.47833251953125','7500']).\"),\n type: z.enum([\"rect\", \"poly\", \"circle\"]).describe(\"Shape type of the territory: 'rect' for rectangle, 'poly' for polygon, or 'circle' for circle.\"),\n}).describe(\"Updated geospatial data defining the shape and coordinates of the avoidance zone.\"),\n territory_id: z.string().describe(\"The unique 32-character MD5 identifier of the avoidance zone to update.\"),\n territory_name: z.string().describe(\"Updated name for the avoidance zone.\"),\n territory_color: z.string().describe(\"Updated hex color code for the territory (e.g., '0000ff' for blue, 'ff0000' for red).\"),\n}).describe(\"Request model for updating an existing avoidance zone.\");\nconst Route4meUpdateAvoidance_TerritoryTypeSchema: z.ZodTypeAny = z.enum([\"rect\", \"poly\", \"circle\"]).describe(\"Type of avoidance zone territory shape.\");\nconst Route4meUpdateAvoidance_TerritorySchema: z.ZodTypeAny = z.object({\n data: z.array(z.string()).describe(\"Coordinate data for the territory. For rect: two lat,lng points. For poly: multiple lat,lng points. For circle: center lat,lng and radius in meters (e.g., ['37.569752822786455,-77.47833251953125','7500']).\"),\n type: Route4meUpdateAvoidance_TerritoryTypeSchema.nullable(),\n}).describe(\"Geospatial data defining the avoidance zone shape.\");\nexport const Route4meUpdateAvoidanceOutput: z.ZodTypeAny = z.object({\n member_id: z.number().int().describe(\"Associated member/user ID who owns this avoidance zone.\").nullable().optional(),\n territory: Route4meUpdateAvoidance_TerritorySchema.nullable(),\n territory_id: z.string().describe(\"Unique 32-character MD5 identifier for the avoidance zone.\"),\n territory_name: z.string().describe(\"Updated name for the avoidance zone.\").nullable().optional(),\n territory_color: z.string().describe(\"Updated hex color code for the territory.\").nullable().optional(),\n}).describe(\"Response model containing the updated avoidance zone details.\");\n\nexport const route4meUpdateAvoidance = action(\"ROUTE4ME_UPDATE_AVOIDANCE\", {\n slug: \"route4me-update-avoidance\",\n name: \"Update Avoidance Zone\",\n description: \"Tool to update an existing avoidance zone. Use when you need to modify the name, color, or geographic boundaries of an avoidance zone for route planning.\",\n input: Route4meUpdateAvoidanceInput,\n output: Route4meUpdateAvoidanceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,WAAWA,IAAAA,EAAE,OAAO;EACpB,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+MAA+M;EAClP,MAAMA,IAAAA,EAAE,KAAK;GAAC;GAAQ;GAAQ;EAAQ,CAAC,CAAC,CAAC,SAAS,gGAAgG;CACpJ,CAAC,CAAC,CAAC,SAAS,mFAAmF;CAC7F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CAC3G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC1E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;AAC9H,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,8CAA4DA,IAAAA,EAAE,KAAK;CAAC;CAAQ;CAAQ;AAAQ,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACvJ,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+MAA+M;CAClP,MAAM,4CAA4C,SAAS;AAC7D,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,WAAW,wCAAwC,SAAS;CAC5D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC9F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAE3E,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-avoidance.d.ts
|
|
4
|
+
declare const Route4meUpdateAvoidanceInput: z.ZodTypeAny;
|
|
5
|
+
declare const Route4meUpdateAvoidanceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const route4meUpdateAvoidance: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { route4meUpdateAvoidance };
|
|
9
|
+
//# sourceMappingURL=update-avoidance.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-avoidance.d.cts","names":[],"sources":["../../src/actions/update-avoidance.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAQwB;AAAA,cAMxD,6BAAA,EAA+B,CAAA,CAAE,UAM8B;AAAA,cAE/D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-avoidance.d.ts
|
|
4
|
+
declare const Route4meUpdateAvoidanceInput: z.ZodTypeAny;
|
|
5
|
+
declare const Route4meUpdateAvoidanceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const route4meUpdateAvoidance: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { route4meUpdateAvoidance };
|
|
9
|
+
//# sourceMappingURL=update-avoidance.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-avoidance.d.mts","names":[],"sources":["../../src/actions/update-avoidance.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAQwB;AAAA,cAMxD,6BAAA,EAA+B,CAAA,CAAE,UAM8B;AAAA,cAE/D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-avoidance.ts
|
|
4
|
+
const Route4meUpdateAvoidanceInput = z.object({
|
|
5
|
+
territory: z.object({
|
|
6
|
+
data: z.array(z.string()).describe("Coordinate data for the territory. For rect: two lat,lng points. For poly: multiple lat,lng points. For circle: center lat,lng and radius in meters (e.g., ['37.569752822786455,-77.47833251953125','7500'])."),
|
|
7
|
+
type: z.enum([
|
|
8
|
+
"rect",
|
|
9
|
+
"poly",
|
|
10
|
+
"circle"
|
|
11
|
+
]).describe("Shape type of the territory: 'rect' for rectangle, 'poly' for polygon, or 'circle' for circle.")
|
|
12
|
+
}).describe("Updated geospatial data defining the shape and coordinates of the avoidance zone."),
|
|
13
|
+
territory_id: z.string().describe("The unique 32-character MD5 identifier of the avoidance zone to update."),
|
|
14
|
+
territory_name: z.string().describe("Updated name for the avoidance zone."),
|
|
15
|
+
territory_color: z.string().describe("Updated hex color code for the territory (e.g., '0000ff' for blue, 'ff0000' for red).")
|
|
16
|
+
}).describe("Request model for updating an existing avoidance zone.");
|
|
17
|
+
const Route4meUpdateAvoidance_TerritoryTypeSchema = z.enum([
|
|
18
|
+
"rect",
|
|
19
|
+
"poly",
|
|
20
|
+
"circle"
|
|
21
|
+
]).describe("Type of avoidance zone territory shape.");
|
|
22
|
+
const Route4meUpdateAvoidance_TerritorySchema = z.object({
|
|
23
|
+
data: z.array(z.string()).describe("Coordinate data for the territory. For rect: two lat,lng points. For poly: multiple lat,lng points. For circle: center lat,lng and radius in meters (e.g., ['37.569752822786455,-77.47833251953125','7500'])."),
|
|
24
|
+
type: Route4meUpdateAvoidance_TerritoryTypeSchema.nullable()
|
|
25
|
+
}).describe("Geospatial data defining the avoidance zone shape.");
|
|
26
|
+
const route4meUpdateAvoidance = action("ROUTE4ME_UPDATE_AVOIDANCE", {
|
|
27
|
+
slug: "route4me-update-avoidance",
|
|
28
|
+
name: "Update Avoidance Zone",
|
|
29
|
+
description: "Tool to update an existing avoidance zone. Use when you need to modify the name, color, or geographic boundaries of an avoidance zone for route planning.",
|
|
30
|
+
input: Route4meUpdateAvoidanceInput,
|
|
31
|
+
output: z.object({
|
|
32
|
+
member_id: z.number().int().describe("Associated member/user ID who owns this avoidance zone.").nullable().optional(),
|
|
33
|
+
territory: Route4meUpdateAvoidance_TerritorySchema.nullable(),
|
|
34
|
+
territory_id: z.string().describe("Unique 32-character MD5 identifier for the avoidance zone."),
|
|
35
|
+
territory_name: z.string().describe("Updated name for the avoidance zone.").nullable().optional(),
|
|
36
|
+
territory_color: z.string().describe("Updated hex color code for the territory.").nullable().optional()
|
|
37
|
+
}).describe("Response model containing the updated avoidance zone details.")
|
|
38
|
+
});
|
|
39
|
+
//#endregion
|
|
40
|
+
export { route4meUpdateAvoidance };
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=update-avoidance.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-avoidance.mjs","names":[],"sources":["../../src/actions/update-avoidance.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meUpdateAvoidanceInput: z.ZodTypeAny = z.object({\n territory: z.object({\n data: z.array(z.string()).describe(\"Coordinate data for the territory. For rect: two lat,lng points. For poly: multiple lat,lng points. For circle: center lat,lng and radius in meters (e.g., ['37.569752822786455,-77.47833251953125','7500']).\"),\n type: z.enum([\"rect\", \"poly\", \"circle\"]).describe(\"Shape type of the territory: 'rect' for rectangle, 'poly' for polygon, or 'circle' for circle.\"),\n}).describe(\"Updated geospatial data defining the shape and coordinates of the avoidance zone.\"),\n territory_id: z.string().describe(\"The unique 32-character MD5 identifier of the avoidance zone to update.\"),\n territory_name: z.string().describe(\"Updated name for the avoidance zone.\"),\n territory_color: z.string().describe(\"Updated hex color code for the territory (e.g., '0000ff' for blue, 'ff0000' for red).\"),\n}).describe(\"Request model for updating an existing avoidance zone.\");\nconst Route4meUpdateAvoidance_TerritoryTypeSchema: z.ZodTypeAny = z.enum([\"rect\", \"poly\", \"circle\"]).describe(\"Type of avoidance zone territory shape.\");\nconst Route4meUpdateAvoidance_TerritorySchema: z.ZodTypeAny = z.object({\n data: z.array(z.string()).describe(\"Coordinate data for the territory. For rect: two lat,lng points. For poly: multiple lat,lng points. For circle: center lat,lng and radius in meters (e.g., ['37.569752822786455,-77.47833251953125','7500']).\"),\n type: Route4meUpdateAvoidance_TerritoryTypeSchema.nullable(),\n}).describe(\"Geospatial data defining the avoidance zone shape.\");\nexport const Route4meUpdateAvoidanceOutput: z.ZodTypeAny = z.object({\n member_id: z.number().int().describe(\"Associated member/user ID who owns this avoidance zone.\").nullable().optional(),\n territory: Route4meUpdateAvoidance_TerritorySchema.nullable(),\n territory_id: z.string().describe(\"Unique 32-character MD5 identifier for the avoidance zone.\"),\n territory_name: z.string().describe(\"Updated name for the avoidance zone.\").nullable().optional(),\n territory_color: z.string().describe(\"Updated hex color code for the territory.\").nullable().optional(),\n}).describe(\"Response model containing the updated avoidance zone details.\");\n\nexport const route4meUpdateAvoidance = action(\"ROUTE4ME_UPDATE_AVOIDANCE\", {\n slug: \"route4me-update-avoidance\",\n name: \"Update Avoidance Zone\",\n description: \"Tool to update an existing avoidance zone. Use when you need to modify the name, color, or geographic boundaries of an avoidance zone for route planning.\",\n input: Route4meUpdateAvoidanceInput,\n output: Route4meUpdateAvoidanceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,WAAW,EAAE,OAAO;EACpB,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+MAA+M;EAClP,MAAM,EAAE,KAAK;GAAC;GAAQ;GAAQ;EAAQ,CAAC,CAAC,CAAC,SAAS,gGAAgG;CACpJ,CAAC,CAAC,CAAC,SAAS,mFAAmF;CAC7F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CAC3G,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC1E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;AAC9H,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,8CAA4D,EAAE,KAAK;CAAC;CAAQ;CAAQ;AAAQ,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACvJ,MAAM,0CAAwD,EAAE,OAAO;CACrE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+MAA+M;CAClP,MAAM,4CAA4C,SAAS;AAC7D,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAShE,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbyD,EAAE,OAAO;EAClE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,WAAW,wCAAwC,SAAS;EAC5D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;EAC9F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
|