@compassdigital/sdk.typescript 4.698.0 → 4.699.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
@@ -7650,6 +7650,15 @@ class ServiceClient extends base_1.BaseServiceClient {
7650
7650
  post_delivery_order_cancel(id, options) {
7651
7651
  return this.request('delivery', '/delivery/order/{id}/cancel', 'POST', `/delivery/order/${id}/cancel`, null, options);
7652
7652
  }
7653
+ /**
7654
+ * GET /delivery/orders/{siteId} - All delivery orders for a site
7655
+ *
7656
+ * @param siteId
7657
+ * @param options - additional request options
7658
+ */
7659
+ get_delivery_orders(siteId, options) {
7660
+ return this.request('delivery', '/delivery/orders/{siteId}', 'GET', `/delivery/orders/${siteId}`, null, options);
7661
+ }
7653
7662
  }
7654
7663
  exports.ServiceClient = ServiceClient;
7655
7664
  //# sourceMappingURL=index.js.map