@orderingstack/ordering-types 1.29.0 → 1.30.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/dist/cjs/api.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { EOrderPaymentType, EOrderStatus, EOrderType, IProductState, IStringKeyRecord } from "./index";
2
2
  export declare const aggregators: readonly ["BOLT", "GLOVO", "JUSTEAT", "TAZZ", "UBER", "UPMENU", "WOLT", "_ANY_"];
3
- export type TAggregator = typeof aggregators[number];
4
- type TOrderDir = "DESC" | "ASC";
3
+ export declare type TAggregator = typeof aggregators[number];
4
+ declare type TOrderDir = "DESC" | "ASC";
5
5
  interface ApiParams {
6
6
  query?: any;
7
7
  headers?: IStringKeyRecord<string>;
@@ -39,7 +39,7 @@ export interface ILanguage {
39
39
  key: string;
40
40
  icon: any;
41
41
  }
42
- export type TStringBoolean = "true" | "false";
42
+ export declare type TStringBoolean = "true" | "false";
43
43
  export declare enum EProductKind {
44
44
  GROUP = "3e/group",
45
45
  PRODUCT = "3e/product",
@@ -55,18 +55,18 @@ export declare enum EProductKindBucket {
55
55
  GROUP = "group",
56
56
  PRODUCT = "product"
57
57
  }
58
- export type TLiterals = {
58
+ export declare type TLiterals = {
59
59
  name: string;
60
60
  upsizeName?: string;
61
61
  fiscal?: string;
62
62
  "target-product-id"?: string;
63
63
  description?: string;
64
64
  } & IStringKeyRecord<string | undefined>;
65
- export type TMedia = {
65
+ export declare type TMedia = {
66
66
  url: string;
67
67
  name: string;
68
68
  };
69
- type TDetails = {
69
+ declare type TDetails = {
70
70
  literals?: TLiterals;
71
71
  media?: TMedia[];
72
72
  };
@@ -173,7 +173,7 @@ export interface IMenuCategory extends Pick<IMenuItem, "id" | "kind" | "_" | "__
173
173
  export interface IMenuProduct extends IMenuItem {
174
174
  kind: EProductKind.PRODUCT;
175
175
  }
176
- export type MenuProduct = IMenuCategory | ICmsReference | IStatic | IGroupConfig | IGroupOptions | IMenuProduct;
176
+ export declare type MenuProduct = IMenuCategory | ICmsReference | IStatic | IGroupConfig | IGroupOptions | IMenuProduct;
177
177
  /**
178
178
  * IProductFrontAttributes
179
179
  *
@@ -377,6 +377,7 @@ export interface IOrderCoupon {
377
377
  categoryId?: string;
378
378
  productId?: string;
379
379
  enableKey?: string | string[];
380
+ couponKey?: string;
380
381
  userId?: string;
381
382
  extra?: IStringKeyRecord<string>;
382
383
  };
@@ -550,7 +551,7 @@ export interface ISubTotalDiscount {
550
551
  discount: number;
551
552
  vat: string;
552
553
  }
553
- export type IOrderGroupProduct = Pick<IOrderProduct, "kind" | "id" | "literals" | "items" | "extra">;
554
+ export declare type IOrderGroupProduct = Pick<IOrderProduct, "kind" | "id" | "literals" | "items" | "extra">;
554
555
  export interface IOrderProduct {
555
556
  id: string;
556
557
  kind: EOrderProductKind;
@@ -587,8 +588,8 @@ export declare enum EOrderProductKind {
587
588
  export interface IProductLiterals {
588
589
  [propName: string]: any;
589
590
  }
590
- type TWeekDay = "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN";
591
- export type TSaleChannelWeek = Partial<Record<TWeekDay, {
591
+ declare type TWeekDay = "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN";
592
+ export declare type TSaleChannelWeek = Partial<Record<TWeekDay, {
592
593
  from: string;
593
594
  to: string;
594
595
  }[]>>;
@@ -662,7 +663,7 @@ export interface IFiscalizeData {
662
663
  };
663
664
  }
664
665
  export declare const sizes: readonly [48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900];
665
- export type TMediaSize = (typeof sizes)[number];
666
+ export declare type TMediaSize = (typeof sizes)[number];
666
667
  export declare enum ENotificationType {
667
668
  ORDER_MESSAGE = "OrderMessage",
668
669
  ORDER_EVENT_ERROR = "OrderEventError",
@@ -670,7 +671,7 @@ export declare enum ENotificationType {
670
671
  ORDER_EVENT_FISCAL = "OrderEventFiscal",
671
672
  ORDER_UPSELL = "OrderUpsell"
672
673
  }
673
- export type TUpsellKind = "ANY" | "POPUP" | "SIDE" | "BASKET";
674
+ export declare type TUpsellKind = "ANY" | "POPUP" | "SIDE" | "BASKET";
674
675
  export interface IUpsellNotification {
675
676
  details: {
676
677
  literals?: IStringKeyRecord<string>;
@@ -723,7 +724,7 @@ export interface ISteeringCommand {
723
724
  properties?: Record<string, string>;
724
725
  }
725
726
  export declare const modules: readonly ["POS_INTEGRATOR", "KIOSK", "BI_CONNECTOR", "AGGREGATOR", "KDS", "STATUS_SCREEN", "LOYALTY_INTEGRATOR", "LOYALTY", "MOBILE_APP_LOYALTY", "ORDERING_WEB", "DELIVERY_PANEL"];
726
- export type TModuleType = (typeof modules)[number];
727
+ export declare type TModuleType = (typeof modules)[number];
727
728
  export interface IModule {
728
729
  id: string;
729
730
  type: TModuleType;
@@ -745,7 +746,7 @@ export interface IModuleCommonConfig {
745
746
  [key: string]: string;
746
747
  };
747
748
  }
748
- export type ISODateTimeString = `${number}-${number}-${number}T${number}:${number}:${number}Z`;
749
+ export declare type ISODateTimeString = `${number}-${number}-${number}T${number}:${number}:${number}Z`;
749
750
  export interface IUserData {
750
751
  active: boolean;
751
752
  authStrategies: any[];
@@ -140,7 +140,7 @@ export declare const KioskErrors: {
140
140
  x500: string;
141
141
  x501: string;
142
142
  };
143
- export type TErrorCode = keyof typeof KioskErrors;
143
+ export declare type TErrorCode = keyof typeof KioskErrors;
144
144
  export interface IKioskError {
145
145
  errorType: string;
146
146
  errorCode: TErrorCode;
package/dist/esm/api.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { EOrderPaymentType, EOrderStatus, EOrderType, IProductState, IStringKeyRecord } from "./index";
2
2
  export declare const aggregators: readonly ["BOLT", "GLOVO", "JUSTEAT", "TAZZ", "UBER", "UPMENU", "WOLT", "_ANY_"];
3
- export type TAggregator = typeof aggregators[number];
4
- type TOrderDir = "DESC" | "ASC";
3
+ export declare type TAggregator = typeof aggregators[number];
4
+ declare type TOrderDir = "DESC" | "ASC";
5
5
  interface ApiParams {
6
6
  query?: any;
7
7
  headers?: IStringKeyRecord<string>;
@@ -39,7 +39,7 @@ export interface ILanguage {
39
39
  key: string;
40
40
  icon: any;
41
41
  }
42
- export type TStringBoolean = "true" | "false";
42
+ export declare type TStringBoolean = "true" | "false";
43
43
  export declare enum EProductKind {
44
44
  GROUP = "3e/group",
45
45
  PRODUCT = "3e/product",
@@ -55,18 +55,18 @@ export declare enum EProductKindBucket {
55
55
  GROUP = "group",
56
56
  PRODUCT = "product"
57
57
  }
58
- export type TLiterals = {
58
+ export declare type TLiterals = {
59
59
  name: string;
60
60
  upsizeName?: string;
61
61
  fiscal?: string;
62
62
  "target-product-id"?: string;
63
63
  description?: string;
64
64
  } & IStringKeyRecord<string | undefined>;
65
- export type TMedia = {
65
+ export declare type TMedia = {
66
66
  url: string;
67
67
  name: string;
68
68
  };
69
- type TDetails = {
69
+ declare type TDetails = {
70
70
  literals?: TLiterals;
71
71
  media?: TMedia[];
72
72
  };
@@ -173,7 +173,7 @@ export interface IMenuCategory extends Pick<IMenuItem, "id" | "kind" | "_" | "__
173
173
  export interface IMenuProduct extends IMenuItem {
174
174
  kind: EProductKind.PRODUCT;
175
175
  }
176
- export type MenuProduct = IMenuCategory | ICmsReference | IStatic | IGroupConfig | IGroupOptions | IMenuProduct;
176
+ export declare type MenuProduct = IMenuCategory | ICmsReference | IStatic | IGroupConfig | IGroupOptions | IMenuProduct;
177
177
  /**
178
178
  * IProductFrontAttributes
179
179
  *
@@ -377,6 +377,7 @@ export interface IOrderCoupon {
377
377
  categoryId?: string;
378
378
  productId?: string;
379
379
  enableKey?: string | string[];
380
+ couponKey?: string;
380
381
  userId?: string;
381
382
  extra?: IStringKeyRecord<string>;
382
383
  };
@@ -550,7 +551,7 @@ export interface ISubTotalDiscount {
550
551
  discount: number;
551
552
  vat: string;
552
553
  }
553
- export type IOrderGroupProduct = Pick<IOrderProduct, "kind" | "id" | "literals" | "items" | "extra">;
554
+ export declare type IOrderGroupProduct = Pick<IOrderProduct, "kind" | "id" | "literals" | "items" | "extra">;
554
555
  export interface IOrderProduct {
555
556
  id: string;
556
557
  kind: EOrderProductKind;
@@ -587,8 +588,8 @@ export declare enum EOrderProductKind {
587
588
  export interface IProductLiterals {
588
589
  [propName: string]: any;
589
590
  }
590
- type TWeekDay = "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN";
591
- export type TSaleChannelWeek = Partial<Record<TWeekDay, {
591
+ declare type TWeekDay = "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN";
592
+ export declare type TSaleChannelWeek = Partial<Record<TWeekDay, {
592
593
  from: string;
593
594
  to: string;
594
595
  }[]>>;
@@ -662,7 +663,7 @@ export interface IFiscalizeData {
662
663
  };
663
664
  }
664
665
  export declare const sizes: readonly [48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900];
665
- export type TMediaSize = (typeof sizes)[number];
666
+ export declare type TMediaSize = (typeof sizes)[number];
666
667
  export declare enum ENotificationType {
667
668
  ORDER_MESSAGE = "OrderMessage",
668
669
  ORDER_EVENT_ERROR = "OrderEventError",
@@ -670,7 +671,7 @@ export declare enum ENotificationType {
670
671
  ORDER_EVENT_FISCAL = "OrderEventFiscal",
671
672
  ORDER_UPSELL = "OrderUpsell"
672
673
  }
673
- export type TUpsellKind = "ANY" | "POPUP" | "SIDE" | "BASKET";
674
+ export declare type TUpsellKind = "ANY" | "POPUP" | "SIDE" | "BASKET";
674
675
  export interface IUpsellNotification {
675
676
  details: {
676
677
  literals?: IStringKeyRecord<string>;
@@ -723,7 +724,7 @@ export interface ISteeringCommand {
723
724
  properties?: Record<string, string>;
724
725
  }
725
726
  export declare const modules: readonly ["POS_INTEGRATOR", "KIOSK", "BI_CONNECTOR", "AGGREGATOR", "KDS", "STATUS_SCREEN", "LOYALTY_INTEGRATOR", "LOYALTY", "MOBILE_APP_LOYALTY", "ORDERING_WEB", "DELIVERY_PANEL"];
726
- export type TModuleType = (typeof modules)[number];
727
+ export declare type TModuleType = (typeof modules)[number];
727
728
  export interface IModule {
728
729
  id: string;
729
730
  type: TModuleType;
@@ -745,7 +746,7 @@ export interface IModuleCommonConfig {
745
746
  [key: string]: string;
746
747
  };
747
748
  }
748
- export type ISODateTimeString = `${number}-${number}-${number}T${number}:${number}:${number}Z`;
749
+ export declare type ISODateTimeString = `${number}-${number}-${number}T${number}:${number}:${number}Z`;
749
750
  export interface IUserData {
750
751
  active: boolean;
751
752
  authStrategies: any[];
@@ -140,7 +140,7 @@ export declare const KioskErrors: {
140
140
  x500: string;
141
141
  x501: string;
142
142
  };
143
- export type TErrorCode = keyof typeof KioskErrors;
143
+ export declare type TErrorCode = keyof typeof KioskErrors;
144
144
  export interface IKioskError {
145
145
  errorType: string;
146
146
  errorCode: TErrorCode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.29.0",
3
+ "version": "1.30.0",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",
@@ -1,97 +0,0 @@
1
- import { EOrderPaymentType, EOrderStatus, EOrderType, IProductState, IStringKeyRecord } from "./index";
2
- export declare const aggregators: readonly ["GLOVO", "JUSTEAT", "UBER", "WOLT", "BOLT", "TAZZ", "_ANY_"];
3
- export type TAggregator = typeof aggregators[number];
4
- type TOrderDir = "DESC" | "ASC";
5
- interface ApiParams {
6
- query?: any;
7
- headers?: IStringKeyRecord<string>;
8
- data?: any;
9
- }
10
- export interface IOrderApiGetListParams extends ApiParams {
11
- query: {
12
- _sort?: string;
13
- _order?: TOrderDir;
14
- _start?: number;
15
- _end?: number;
16
- id?: string;
17
- extId?: string;
18
- status?: EOrderStatus;
19
- type?: EOrderType;
20
- completed?: boolean;
21
- closed?: boolean;
22
- phone?: string;
23
- mail?: string;
24
- createdFrom?: string;
25
- createdTo?: string;
26
- completedFrom?: string;
27
- completedTo?: string;
28
- venue?: string;
29
- aggregator?: TAggregator;
30
- payment?: EOrderPaymentType;
31
- };
32
- headers: {
33
- "x-tenant"?: string;
34
- };
35
- }
36
- interface IDiscount {
37
- /**
38
- * Discount layer. It is used to distinguish discounts from loyalty, manual discounts, etc.
39
- * @pattern [a-zA-Z0-9_.-]+
40
- */
41
- layer: string;
42
- /**
43
- * Name that describes this discount
44
- * @minLength 0
45
- * @maxLength 128
46
- */
47
- name?: string;
48
- /** Discount price (subtracted from line total) */
49
- discountPrice: number;
50
- /** Extra params */
51
- extra?: IStringKeyRecord<string>;
52
- type: string;
53
- }
54
- interface ILineDiscount {
55
- /** Applied discounts */
56
- discount: IDiscount;
57
- /** @format date-time */
58
- expires?: string;
59
- /**
60
- * @minLength 0
61
- * @maxLength 128
62
- * @pattern [a-zA-Z0-9_. -]+
63
- */
64
- sign: string;
65
- }
66
- export interface IAppendedLine {
67
- /**
68
- * @format int32
69
- * @min 1
70
- * @max 100000
71
- */
72
- quantity: number;
73
- /**
74
- * One should not provide price - it will be automatically calculated. If user is privileged (internal system user or has role 'SU' or 'ALTERPRICE') OrderingStack will use provided price and override one from menu. Please be careful when providing value '0' as privileged user here! If you do not want to override price - do not provide 'price' attribute at all (null).
75
- * @min 0
76
- * @exclusiveMin false
77
- */
78
- price?: number;
79
- /** @pattern [a-zA-Z0-9_.-]+ */
80
- productId: string;
81
- /** Configuration of product */
82
- productConfig?: IProductState;
83
- /** @default "NEW" */
84
- status: "NEW" | "CONFIRMED";
85
- /**
86
- * @minLength 0
87
- * @maxLength 255
88
- */
89
- comment?: string;
90
- /**
91
- * @maxItems 10
92
- * @minItems 0
93
- */
94
- discounts?: ILineDiscount[];
95
- extra?: IStringKeyRecord<string>;
96
- }
97
- export {};
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.aggregators = void 0;
4
- exports.aggregators = [
5
- "GLOVO",
6
- "JUSTEAT",
7
- "UBER",
8
- "WOLT",
9
- "BOLT",
10
- "TAZZ",
11
- "_ANY_",
12
- ];