@compassdigital/sdk.typescript 4.689.0 → 4.690.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/lib/index.js CHANGED
@@ -7595,6 +7595,15 @@ class ServiceClient extends base_1.BaseServiceClient {
7595
7595
  get_delivery_health(options) {
7596
7596
  return this.request('delivery', '/delivery/health', 'GET', `/delivery/health`, null, options);
7597
7597
  }
7598
+ /**
7599
+ * POST /delivery/order/{id}/ready - Mark an AVRIDE order ready for robot pickup
7600
+ *
7601
+ * @param id
7602
+ * @param options - additional request options
7603
+ */
7604
+ post_delivery_order_ready(id, options) {
7605
+ return this.request('delivery', '/delivery/order/{id}/ready', 'POST', `/delivery/order/${id}/ready`, null, options);
7606
+ }
7598
7607
  }
7599
7608
  exports.ServiceClient = ServiceClient;
7600
7609
  //# sourceMappingURL=index.js.map