@compassdigital/sdk.typescript 4.783.0 → 4.784.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.783.0",
3
+ "version": "4.784.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -296,7 +296,7 @@ export interface PublicStationConfig {
296
296
  BrandContactUsText?: string;
297
297
  BrandContactUsURL?: string;
298
298
  };
299
- // Snapshot of the station delivery settings, used to restore them when marketplace delivery is toggled off then back on.
299
+ // @deprecated
300
300
  original_delivery_details?: {
301
301
  runner_app_enabled?: boolean;
302
302
  show_instructions?: boolean;