cecon-interfaces 1.6.99 → 1.7.2

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.
Files changed (72) hide show
  1. package/dist/esm2022/ifood/enums/ifood-catalog-context.enum.mjs +6 -0
  2. package/dist/esm2022/ifood/enums/index.mjs +2 -0
  3. package/dist/esm2022/ifood/index.mjs +4 -0
  4. package/dist/esm2022/ifood/interfaces/i-ifood-address.mjs +2 -0
  5. package/dist/esm2022/ifood/interfaces/i-ifood-catalog.mjs +2 -0
  6. package/dist/esm2022/ifood/interfaces/i-ifood-category-items-option-groups.mjs +2 -0
  7. package/dist/esm2022/ifood/interfaces/i-ifood-category-items-price.mjs +2 -0
  8. package/dist/esm2022/ifood/interfaces/i-ifood-category-items-selling-options.mjs +2 -0
  9. package/dist/esm2022/ifood/interfaces/i-ifood-category-items.mjs +2 -0
  10. package/dist/esm2022/ifood/interfaces/i-ifood-category-pizza-crusts.mjs +2 -0
  11. package/dist/esm2022/ifood/interfaces/i-ifood-category-pizza-edges.mjs +2 -0
  12. package/dist/esm2022/ifood/interfaces/i-ifood-category-pizza-sizes.mjs +2 -0
  13. package/dist/esm2022/ifood/interfaces/i-ifood-category-pizza-toppings.mjs +2 -0
  14. package/dist/esm2022/ifood/interfaces/i-ifood-category-pizza.mjs +2 -0
  15. package/dist/esm2022/ifood/interfaces/i-ifood-category-shifts.mjs +2 -0
  16. package/dist/esm2022/ifood/interfaces/i-ifood-category.mjs +2 -0
  17. package/dist/esm2022/ifood/interfaces/i-ifood-client.mjs +2 -0
  18. package/dist/esm2022/ifood/interfaces/i-ifood-merchant.mjs +2 -0
  19. package/dist/esm2022/ifood/interfaces/index.mjs +2 -0
  20. package/dist/esm2022/index.mjs +2 -1
  21. package/dist/esm2022/mobyo/mobyo-api/interfaces/i-ifood-token.mjs +1 -1
  22. package/dist/esm2022/mobyo/mobyo-api/interfaces/index.mjs +1 -1
  23. package/dist/esm2022/mobyo/mobyo-customer-mobyo/entities/customer-privacy.entity.mjs +7 -7
  24. package/dist/fesm2022/cecon-interfaces.mjs +15 -7
  25. package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
  26. package/dist/ifood/enums/ifood-catalog-context.enum.d.ts +4 -0
  27. package/dist/ifood/enums/ifood-catalog-context.enum.js +8 -0
  28. package/dist/ifood/enums/index.d.ts +1 -0
  29. package/dist/ifood/enums/index.js +5 -0
  30. package/dist/ifood/index.d.ts +2 -0
  31. package/dist/ifood/index.js +19 -0
  32. package/dist/ifood/interfaces/i-ifood-address.d.ts +11 -0
  33. package/dist/ifood/interfaces/i-ifood-catalog.d.ts +8 -0
  34. package/dist/ifood/interfaces/i-ifood-catalog.js +2 -0
  35. package/dist/ifood/interfaces/i-ifood-category-items-option-groups.d.ts +23 -0
  36. package/dist/ifood/interfaces/i-ifood-category-items-option-groups.js +2 -0
  37. package/dist/ifood/interfaces/i-ifood-category-items-price.d.ts +4 -0
  38. package/dist/ifood/interfaces/i-ifood-category-items-price.js +2 -0
  39. package/dist/ifood/interfaces/i-ifood-category-items-selling-options.d.ts +6 -0
  40. package/dist/ifood/interfaces/i-ifood-category-items-selling-options.js +2 -0
  41. package/dist/ifood/interfaces/i-ifood-category-items.d.ts +24 -0
  42. package/dist/ifood/interfaces/i-ifood-category-items.js +2 -0
  43. package/dist/ifood/interfaces/i-ifood-category-pizza-crusts.d.ts +11 -0
  44. package/dist/ifood/interfaces/i-ifood-category-pizza-crusts.js +2 -0
  45. package/dist/ifood/interfaces/i-ifood-category-pizza-edges.d.ts +11 -0
  46. package/dist/ifood/interfaces/i-ifood-category-pizza-edges.js +2 -0
  47. package/dist/ifood/interfaces/i-ifood-category-pizza-sizes.d.ts +13 -0
  48. package/dist/ifood/interfaces/i-ifood-category-pizza-sizes.js +2 -0
  49. package/dist/ifood/interfaces/i-ifood-category-pizza-toppings.d.ts +24 -0
  50. package/dist/ifood/interfaces/i-ifood-category-pizza-toppings.js +2 -0
  51. package/dist/ifood/interfaces/i-ifood-category-pizza.d.ts +13 -0
  52. package/dist/ifood/interfaces/i-ifood-category-pizza.js +2 -0
  53. package/dist/ifood/interfaces/i-ifood-category-shifts.d.ts +11 -0
  54. package/dist/ifood/interfaces/i-ifood-category-shifts.js +2 -0
  55. package/dist/ifood/interfaces/i-ifood-category.d.ts +12 -0
  56. package/dist/ifood/interfaces/i-ifood-category.js +2 -0
  57. package/dist/ifood/interfaces/i-ifood-client.d.ts +10 -0
  58. package/dist/ifood/interfaces/i-ifood-client.js +2 -0
  59. package/dist/ifood/interfaces/i-ifood-merchant.d.ts +20 -0
  60. package/dist/ifood/interfaces/i-ifood-merchant.js +2 -0
  61. package/dist/ifood/interfaces/index.d.ts +15 -0
  62. package/dist/ifood/interfaces/index.js +2 -0
  63. package/dist/index.d.ts +1 -0
  64. package/dist/index.js +1 -0
  65. package/dist/mobyo/mobyo-api/interfaces/i-ifood-token.d.ts +8 -0
  66. package/dist/mobyo/mobyo-api/interfaces/index.d.ts +1 -2
  67. package/dist/mobyo/mobyo-customer-mobyo/entities/customer-privacy.entity.js +6 -6
  68. package/dist/package.json +1 -1
  69. package/package.json +1 -1
  70. package/dist/esm2022/mobyo/mobyo-api/interfaces/i-ifood-category-item.mjs +0 -2
  71. package/dist/mobyo/mobyo-api/interfaces/i-ifood-category-item.d.ts +0 -8
  72. /package/dist/{mobyo/mobyo-api/interfaces/i-ifood-category-item.js → ifood/interfaces/i-ifood-address.js} +0 -0
@@ -0,0 +1,4 @@
1
+ export declare enum EIFoodCatalogContext {
2
+ DEFAULT = "DEFAULT",
3
+ INDOOR = "INDOOR"
4
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EIFoodCatalogContext = void 0;
4
+ var EIFoodCatalogContext;
5
+ (function (EIFoodCatalogContext) {
6
+ EIFoodCatalogContext["DEFAULT"] = "DEFAULT";
7
+ EIFoodCatalogContext["INDOOR"] = "INDOOR";
8
+ })(EIFoodCatalogContext || (exports.EIFoodCatalogContext = EIFoodCatalogContext = {}));
@@ -0,0 +1 @@
1
+ export { EIFoodCatalogContext } from './ifood-catalog-context.enum';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EIFoodCatalogContext = void 0;
4
+ var ifood_catalog_context_enum_1 = require("./ifood-catalog-context.enum");
5
+ Object.defineProperty(exports, "EIFoodCatalogContext", { enumerable: true, get: function () { return ifood_catalog_context_enum_1.EIFoodCatalogContext; } });
@@ -0,0 +1,2 @@
1
+ export * from './interfaces';
2
+ export * from './enums';
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./interfaces"), exports);
18
+ __exportStar(require("./enums"), exports);
19
+ // export * from './entities';
@@ -0,0 +1,11 @@
1
+ export interface IIFoodAddress {
2
+ country: string;
3
+ state: string;
4
+ city: string;
5
+ postalCode: string;
6
+ district: string;
7
+ street: string;
8
+ number: string;
9
+ latitude: number;
10
+ longitude: number;
11
+ }
@@ -0,0 +1,8 @@
1
+ import { EIFoodCatalogContext } from "../enums";
2
+ export interface IIFoodCatalog {
3
+ catalogId: string;
4
+ status: string;
5
+ context: EIFoodCatalogContext[];
6
+ modifiedAt: Date;
7
+ groupId: string;
8
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,23 @@
1
+ import { IIFoodCategoryItemsPrice } from './i-ifood-category-items-price';
2
+ export interface IIFoodCategoryItemsOptionGroups {
3
+ id: string;
4
+ name: string;
5
+ externalCode: string;
6
+ status: string;
7
+ index: number;
8
+ min: number;
9
+ max: number;
10
+ options: IIFoodCategoryItemsOptions;
11
+ }
12
+ export interface IIFoodCategoryItemsOptions {
13
+ id: string;
14
+ status: string;
15
+ index: number;
16
+ productId: string;
17
+ name: string;
18
+ description: string;
19
+ externalCode: string;
20
+ imagePath: string;
21
+ price: IIFoodCategoryItemsPrice;
22
+ ean: string;
23
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface IIFoodCategoryItemsPrice {
2
+ value: number;
3
+ originalValue: number;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ export interface IIFoodCategoryItemsSellingOptions {
2
+ minimum: number;
3
+ incremental: number;
4
+ availableUnits: string[];
5
+ averageUnit: number;
6
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,24 @@
1
+ import { IIFoodCategoryItemsOptionGroups } from './i-ifood-category-items-option-groups';
2
+ import { IIFoodCategoryItemsPrice } from './i-ifood-category-items-price';
3
+ import { IIFoodCategoryItemsSellingOptions } from './i-ifood-category-items-selling-options';
4
+ import { IIFoodCategoryShifts } from './i-ifood-category-shifts';
5
+ export interface IIFoodCategoryItems {
6
+ id: string;
7
+ name: string;
8
+ description: string;
9
+ additionalInformation: string;
10
+ externalCode: string;
11
+ status: string;
12
+ productId: string;
13
+ index: number;
14
+ imagePath: string;
15
+ price: IIFoodCategoryItemsPrice;
16
+ shifts: IIFoodCategoryShifts[];
17
+ serving: string;
18
+ dietaryRestrictions: string[];
19
+ ean: string;
20
+ optionGroups: IIFoodCategoryItemsOptionGroups[];
21
+ sellingOption: IIFoodCategoryItemsSellingOptions;
22
+ tags: string[];
23
+ hasOptionGroups: true;
24
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ export interface IIFoodCategoryPizzaCrusts {
2
+ id: string;
3
+ name: string;
4
+ status: string;
5
+ externalCode: string;
6
+ index: number;
7
+ price: {
8
+ value: number;
9
+ originalValue: number;
10
+ };
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ export interface IIFoodCategoryPizzaEdges {
2
+ id: string;
3
+ name: string;
4
+ status: string;
5
+ externalCode: string;
6
+ index: number;
7
+ price: {
8
+ value: number;
9
+ originalValue: number;
10
+ };
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ export interface IIFoodCategoryPizzaSizes {
2
+ id: string;
3
+ name: string;
4
+ index: number;
5
+ status: string;
6
+ externalCode: string;
7
+ slices: number;
8
+ acceptedFractions: number[];
9
+ price: {
10
+ value: number;
11
+ originalValue: number;
12
+ };
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,24 @@
1
+ export interface IIFoodCategoryPizzaToppings {
2
+ id: string;
3
+ externalCode: string;
4
+ name: string;
5
+ description: string;
6
+ imagePath: string;
7
+ status: string;
8
+ dietaryRestrictions: string[];
9
+ index: number;
10
+ prices: {
11
+ additionalProp1: {
12
+ value: number;
13
+ originalValue: number;
14
+ };
15
+ additionalProp2: {
16
+ value: number;
17
+ originalValue: number;
18
+ };
19
+ additionalProp3: {
20
+ value: number;
21
+ originalValue: number;
22
+ };
23
+ };
24
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ import { IIFoodCategoryPizzaCrusts } from './i-ifood-category-pizza-crusts';
2
+ import { IIFoodCategoryPizzaEdges } from './i-ifood-category-pizza-edges';
3
+ import { IIFoodCategoryShifts } from './i-ifood-category-shifts';
4
+ import { IIFoodCategoryPizzaSizes } from './i-ifood-category-pizza-sizes';
5
+ import { IIFoodCategoryPizzaToppings } from './i-ifood-category-pizza-toppings';
6
+ export interface IIFoodCategoryPizza {
7
+ id: string;
8
+ sizes: IIFoodCategoryPizzaSizes[];
9
+ crusts: IIFoodCategoryPizzaCrusts[];
10
+ edges: IIFoodCategoryPizzaEdges[];
11
+ toppings: IIFoodCategoryPizzaToppings[];
12
+ shifts: IIFoodCategoryShifts[];
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ export interface IIFoodCategoryShifts {
2
+ startTime: Date | string;
3
+ endTime: Date | string;
4
+ monday: boolean;
5
+ tuesday: boolean;
6
+ wednesday: boolean;
7
+ thursday: boolean;
8
+ friday: boolean;
9
+ saturday: boolean;
10
+ sunday: boolean;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ import { IIFoodCategoryItems } from './i-ifood-category-items';
2
+ import { IIFoodCategoryPizza } from './i-ifood-category-pizza';
3
+ export interface IIFoodCategory {
4
+ id: string;
5
+ index: number;
6
+ name: string;
7
+ externalCode: string;
8
+ status: string;
9
+ items: IIFoodCategoryItems[];
10
+ template: string;
11
+ pizza: IIFoodCategoryPizza;
12
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ export interface IIFoodClient {
2
+ id: string;
3
+ active: boolean;
4
+ clientIdProd: string;
5
+ clientIdTest: string;
6
+ clientSecretProd: string;
7
+ clientSecretTest: string;
8
+ createdAt: Date;
9
+ updatedAt: Date;
10
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,20 @@
1
+ import { IIFoodAddress } from "./i-ifood-address";
2
+ export interface IIFoodMerchant {
3
+ id: string;
4
+ name: string;
5
+ corporateName: string;
6
+ description: string;
7
+ averageTicket: number;
8
+ exclusive: true;
9
+ type: string;
10
+ status: string;
11
+ createdAt: Date | string;
12
+ address: IIFoodAddress;
13
+ operations: {
14
+ name: string;
15
+ salesChannel: {
16
+ name: string;
17
+ enabled: string;
18
+ };
19
+ };
20
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ export { IIFoodAddress } from './i-ifood-address';
2
+ export { IIFoodCatalog } from './i-ifood-catalog';
3
+ export { IIFoodCategory } from './i-ifood-category';
4
+ export { IIFoodCategoryItems } from './i-ifood-category-items';
5
+ export { IIFoodCategoryItemsOptionGroups } from './i-ifood-category-items-option-groups';
6
+ export { IIFoodCategoryItemsPrice } from './i-ifood-category-items-price';
7
+ export { IIFoodCategoryItemsSellingOptions } from './i-ifood-category-items-selling-options';
8
+ export { IIFoodCategoryShifts } from './i-ifood-category-shifts';
9
+ export { IIFoodCategoryPizza } from './i-ifood-category-pizza';
10
+ export { IIFoodCategoryPizzaCrusts } from './i-ifood-category-pizza-crusts';
11
+ export { IIFoodCategoryPizzaEdges } from './i-ifood-category-pizza-edges';
12
+ export { IIFoodCategoryPizzaSizes } from './i-ifood-category-pizza-sizes';
13
+ export { IIFoodCategoryPizzaToppings } from './i-ifood-category-pizza-toppings';
14
+ export { IIFoodClient } from './i-ifood-client';
15
+ export { IIFoodMerchant } from './i-ifood-merchant';
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/dist/index.d.ts CHANGED
@@ -23,6 +23,7 @@ export * from './feature';
23
23
  export * from './general';
24
24
  export * from './global-settings';
25
25
  export * from './installation';
26
+ export * from './ifood';
26
27
  export * from './invite';
27
28
  export * from './invoice';
28
29
  export * from './iugu';
package/dist/index.js CHANGED
@@ -39,6 +39,7 @@ __exportStar(require("./feature"), exports);
39
39
  __exportStar(require("./general"), exports);
40
40
  __exportStar(require("./global-settings"), exports);
41
41
  __exportStar(require("./installation"), exports);
42
+ __exportStar(require("./ifood"), exports);
42
43
  __exportStar(require("./invite"), exports);
43
44
  __exportStar(require("./invoice"), exports);
44
45
  __exportStar(require("./iugu"), exports);
@@ -10,3 +10,11 @@ export interface IIFoodV1Token {
10
10
  refreshToken: string;
11
11
  expiresIn: number;
12
12
  }
13
+ export interface IIFoodV2Token {
14
+ accessToken: string;
15
+ type: string;
16
+ expiresIn: number;
17
+ expiresAt: Date;
18
+ createdAt: Date;
19
+ updatedAt: Date;
20
+ }
@@ -61,8 +61,7 @@ export { IGeocodeEnvelopeArray as MobyoIGeocodeEnvelopeArray } from './i-geocode
61
61
  export { IGlobalsProduct as MobyoIGlobalsProduct } from './i-globals-product';
62
62
  export { IRating as MobyoIRating } from './i-globals-rating';
63
63
  export { IGlobalsUtilization as MobyoIGlobalsUtilization } from './i-globals-utilizations';
64
- export { IIFoodCategoryItem as MobyoIIFoodCategoryItem } from './i-ifood-category-item';
65
- export { IIFoodToken as MobyoIIFoodToken, IIFoodV1Token } from './i-ifood-token';
64
+ export { IIFoodToken as MobyoIIFoodToken, IIFoodV1Token, IIFoodV2Token } from './i-ifood-token';
66
65
  export { IMember as MobyoIMember } from './i-member';
67
66
  export { IMenuConfig as MobyoIMenuConfig } from './i-menu-config';
68
67
  export { IMenuScheduleV2 as MobyoIMenuScheduleV2 } from './i-menu-schedule-v2';
@@ -6,12 +6,12 @@ var PrivacySettingEntity = /** @class */ (function () {
6
6
  // #region Constructors (1)
7
7
  function PrivacySettingEntity(data) {
8
8
  // #region Properties (9)
9
- this.orderNotifications = false;
10
- this.pushNotificationsPromo = false;
11
- this.emailNotificationsPromo = false;
12
- this.whatsAppNotificationsPromo = false;
13
- this.smsNotificationsPromo = false;
14
- this.acceptPrivayAndPolicyTerm = false;
9
+ this.orderNotifications = true;
10
+ this.pushNotificationsPromo = true;
11
+ this.emailNotificationsPromo = true;
12
+ this.whatsAppNotificationsPromo = true;
13
+ this.smsNotificationsPromo = true;
14
+ this.acceptPrivayAndPolicyTerm = true;
15
15
  if (data) {
16
16
  for (var key in data) {
17
17
  if (data.hasOwnProperty(key) && key in this) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.99",
3
+ "version": "1.7.02",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.99",
3
+ "version": "1.7.02",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1pZm9vZC1jYXRlZ29yeS1pdGVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL21vYnlvL21vYnlvLWFwaS9pbnRlcmZhY2VzL2ktaWZvb2QtY2F0ZWdvcnktaXRlbS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBJSUZvb2RDYXRlZ29yeUl0ZW0ge1xyXG4gICAgaWQ6IHN0cmluZztcclxuICAgIGV4dGVybmFsQ29kZTogc3RyaW5nO1xyXG4gICAgbmFtZTogc3RyaW5nO1xyXG4gICAgZGVzY3JpcHRpb246IHN0cmluZztcclxuICAgIGF2YWlsYWJpbGl0eTogJ0FWQUlMQUJMRScgfCAnVU5BVkFJTEFCTEUnO1xyXG4gICAgb3JkZXI6IHN0cmluZztcclxufVxyXG4iXX0=
@@ -1,8 +0,0 @@
1
- export interface IIFoodCategoryItem {
2
- id: string;
3
- externalCode: string;
4
- name: string;
5
- description: string;
6
- availability: 'AVAILABLE' | 'UNAVAILABLE';
7
- order: string;
8
- }