@wix/auto_sdk_seatings_seating-reservation 1.0.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.
Files changed (111) hide show
  1. package/build/cjs/index.d.ts +1 -0
  2. package/build/cjs/index.js +18 -0
  3. package/build/cjs/index.js.map +1 -0
  4. package/build/cjs/index.typings.d.ts +1 -0
  5. package/build/cjs/index.typings.js +18 -0
  6. package/build/cjs/index.typings.js.map +1 -0
  7. package/build/cjs/meta.d.ts +1 -0
  8. package/build/cjs/meta.js +18 -0
  9. package/build/cjs/meta.js.map +1 -0
  10. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.context.d.ts +17 -0
  11. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.context.js +28 -0
  12. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.context.js.map +1 -0
  13. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.http.d.ts +11 -0
  14. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.http.js +232 -0
  15. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.http.js.map +1 -0
  16. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.meta.d.ts +24 -0
  17. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.meta.js +142 -0
  18. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.meta.js.map +1 -0
  19. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.public.d.ts +50 -0
  20. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.public.js +67 -0
  21. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.public.js.map +1 -0
  22. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.types.d.ts +923 -0
  23. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.types.js +77 -0
  24. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.types.js.map +1 -0
  25. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.universal.d.ts +1098 -0
  26. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.universal.js +330 -0
  27. package/build/cjs/src/seating-v1-seating-reservation-seating-reservation.universal.js.map +1 -0
  28. package/build/es/index.d.ts +1 -0
  29. package/build/es/index.js +2 -0
  30. package/build/es/index.js.map +1 -0
  31. package/build/es/index.typings.d.ts +1 -0
  32. package/build/es/index.typings.js +2 -0
  33. package/build/es/index.typings.js.map +1 -0
  34. package/build/es/meta.d.ts +1 -0
  35. package/build/es/meta.js +2 -0
  36. package/build/es/meta.js.map +1 -0
  37. package/build/es/package.json +3 -0
  38. package/build/es/src/seating-v1-seating-reservation-seating-reservation.context.d.ts +17 -0
  39. package/build/es/src/seating-v1-seating-reservation-seating-reservation.context.js +17 -0
  40. package/build/es/src/seating-v1-seating-reservation-seating-reservation.context.js.map +1 -0
  41. package/build/es/src/seating-v1-seating-reservation-seating-reservation.http.d.ts +11 -0
  42. package/build/es/src/seating-v1-seating-reservation-seating-reservation.http.js +223 -0
  43. package/build/es/src/seating-v1-seating-reservation-seating-reservation.http.js.map +1 -0
  44. package/build/es/src/seating-v1-seating-reservation-seating-reservation.meta.d.ts +24 -0
  45. package/build/es/src/seating-v1-seating-reservation-seating-reservation.meta.js +110 -0
  46. package/build/es/src/seating-v1-seating-reservation-seating-reservation.meta.js.map +1 -0
  47. package/build/es/src/seating-v1-seating-reservation-seating-reservation.public.d.ts +50 -0
  48. package/build/es/src/seating-v1-seating-reservation-seating-reservation.public.js +50 -0
  49. package/build/es/src/seating-v1-seating-reservation-seating-reservation.public.js.map +1 -0
  50. package/build/es/src/seating-v1-seating-reservation-seating-reservation.types.d.ts +923 -0
  51. package/build/es/src/seating-v1-seating-reservation-seating-reservation.types.js +74 -0
  52. package/build/es/src/seating-v1-seating-reservation-seating-reservation.types.js.map +1 -0
  53. package/build/es/src/seating-v1-seating-reservation-seating-reservation.universal.d.ts +1098 -0
  54. package/build/es/src/seating-v1-seating-reservation-seating-reservation.universal.js +298 -0
  55. package/build/es/src/seating-v1-seating-reservation-seating-reservation.universal.js.map +1 -0
  56. package/build/internal/cjs/index.d.ts +1 -0
  57. package/build/internal/cjs/index.js +18 -0
  58. package/build/internal/cjs/index.js.map +1 -0
  59. package/build/internal/cjs/index.typings.d.ts +1 -0
  60. package/build/internal/cjs/index.typings.js +18 -0
  61. package/build/internal/cjs/index.typings.js.map +1 -0
  62. package/build/internal/cjs/meta.d.ts +1 -0
  63. package/build/internal/cjs/meta.js +18 -0
  64. package/build/internal/cjs/meta.js.map +1 -0
  65. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.context.d.ts +17 -0
  66. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.context.js +28 -0
  67. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.context.js.map +1 -0
  68. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.http.d.ts +11 -0
  69. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.http.js +232 -0
  70. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.http.js.map +1 -0
  71. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.meta.d.ts +24 -0
  72. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.meta.js +142 -0
  73. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.meta.js.map +1 -0
  74. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.public.d.ts +50 -0
  75. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.public.js +67 -0
  76. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.public.js.map +1 -0
  77. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.types.d.ts +923 -0
  78. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.types.js +77 -0
  79. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.types.js.map +1 -0
  80. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.universal.d.ts +1098 -0
  81. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.universal.js +330 -0
  82. package/build/internal/cjs/src/seating-v1-seating-reservation-seating-reservation.universal.js.map +1 -0
  83. package/build/internal/es/index.d.ts +1 -0
  84. package/build/internal/es/index.js +2 -0
  85. package/build/internal/es/index.js.map +1 -0
  86. package/build/internal/es/index.typings.d.ts +1 -0
  87. package/build/internal/es/index.typings.js +2 -0
  88. package/build/internal/es/index.typings.js.map +1 -0
  89. package/build/internal/es/meta.d.ts +1 -0
  90. package/build/internal/es/meta.js +2 -0
  91. package/build/internal/es/meta.js.map +1 -0
  92. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.context.d.ts +17 -0
  93. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.context.js +17 -0
  94. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.context.js.map +1 -0
  95. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.http.d.ts +11 -0
  96. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.http.js +223 -0
  97. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.http.js.map +1 -0
  98. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.meta.d.ts +24 -0
  99. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.meta.js +110 -0
  100. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.meta.js.map +1 -0
  101. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.public.d.ts +50 -0
  102. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.public.js +50 -0
  103. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.public.js.map +1 -0
  104. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.types.d.ts +923 -0
  105. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.types.js +74 -0
  106. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.types.js.map +1 -0
  107. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.universal.d.ts +1098 -0
  108. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.universal.js +298 -0
  109. package/build/internal/es/src/seating-v1-seating-reservation-seating-reservation.universal.js.map +1 -0
  110. package/meta/package.json +3 -0
  111. package/package.json +52 -0
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WebhookIdentityType = exports.Numbering = exports.Icon = exports.Position = exports.ShapeTypeEnumType = exports.PlaceTypeEnumType = exports.Type = exports.SortOrder = void 0;
4
+ var SortOrder;
5
+ (function (SortOrder) {
6
+ SortOrder["ASC"] = "ASC";
7
+ SortOrder["DESC"] = "DESC";
8
+ })(SortOrder || (exports.SortOrder = SortOrder = {}));
9
+ var Type;
10
+ (function (Type) {
11
+ Type["AREA"] = "AREA";
12
+ Type["ROW"] = "ROW";
13
+ Type["MULTI_ROW"] = "MULTI_ROW";
14
+ Type["TABLE"] = "TABLE";
15
+ Type["ROUND_TABLE"] = "ROUND_TABLE";
16
+ Type["SHAPE"] = "SHAPE";
17
+ })(Type || (exports.Type = Type = {}));
18
+ var PlaceTypeEnumType;
19
+ (function (PlaceTypeEnumType) {
20
+ PlaceTypeEnumType["UNKNOWN_PROPERTY"] = "UNKNOWN_PROPERTY";
21
+ PlaceTypeEnumType["STANDARD"] = "STANDARD";
22
+ PlaceTypeEnumType["WHEELCHAIR"] = "WHEELCHAIR";
23
+ PlaceTypeEnumType["ACCESSIBLE"] = "ACCESSIBLE";
24
+ PlaceTypeEnumType["COMPANION"] = "COMPANION";
25
+ PlaceTypeEnumType["OBSTRUCTED"] = "OBSTRUCTED";
26
+ PlaceTypeEnumType["DISCOUNT"] = "DISCOUNT";
27
+ })(PlaceTypeEnumType || (exports.PlaceTypeEnumType = PlaceTypeEnumType = {}));
28
+ var ShapeTypeEnumType;
29
+ (function (ShapeTypeEnumType) {
30
+ ShapeTypeEnumType["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
31
+ ShapeTypeEnumType["TEXT"] = "TEXT";
32
+ ShapeTypeEnumType["RECTANGLE"] = "RECTANGLE";
33
+ ShapeTypeEnumType["ELLIPSE"] = "ELLIPSE";
34
+ ShapeTypeEnumType["LINE"] = "LINE";
35
+ ShapeTypeEnumType["ICON"] = "ICON";
36
+ ShapeTypeEnumType["IMAGE"] = "IMAGE";
37
+ })(ShapeTypeEnumType || (exports.ShapeTypeEnumType = ShapeTypeEnumType = {}));
38
+ var Position;
39
+ (function (Position) {
40
+ Position["UNKNOWN_POSITION"] = "UNKNOWN_POSITION";
41
+ Position["LEFT"] = "LEFT";
42
+ Position["RIGHT"] = "RIGHT";
43
+ Position["BOTH"] = "BOTH";
44
+ Position["NONE"] = "NONE";
45
+ })(Position || (exports.Position = Position = {}));
46
+ var Icon;
47
+ (function (Icon) {
48
+ Icon["UNKNOWN_ICON"] = "UNKNOWN_ICON";
49
+ Icon["ENTER"] = "ENTER";
50
+ Icon["EXIT"] = "EXIT";
51
+ Icon["DRINKS"] = "DRINKS";
52
+ Icon["WC"] = "WC";
53
+ Icon["WC_MEN"] = "WC_MEN";
54
+ Icon["WC_WOMEN"] = "WC_WOMEN";
55
+ Icon["FOOD"] = "FOOD";
56
+ Icon["STAIRS"] = "STAIRS";
57
+ Icon["ELEVATOR"] = "ELEVATOR";
58
+ Icon["SMOKING"] = "SMOKING";
59
+ Icon["CHECKROOM"] = "CHECKROOM";
60
+ Icon["STAGE"] = "STAGE";
61
+ })(Icon || (exports.Icon = Icon = {}));
62
+ var Numbering;
63
+ (function (Numbering) {
64
+ Numbering["UNKNOWN_NUMBERING"] = "UNKNOWN_NUMBERING";
65
+ Numbering["NUMERIC"] = "NUMERIC";
66
+ Numbering["ODD_EVEN"] = "ODD_EVEN";
67
+ Numbering["ALPHABETICAL"] = "ALPHABETICAL";
68
+ })(Numbering || (exports.Numbering = Numbering = {}));
69
+ var WebhookIdentityType;
70
+ (function (WebhookIdentityType) {
71
+ WebhookIdentityType["UNKNOWN"] = "UNKNOWN";
72
+ WebhookIdentityType["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
73
+ WebhookIdentityType["MEMBER"] = "MEMBER";
74
+ WebhookIdentityType["WIX_USER"] = "WIX_USER";
75
+ WebhookIdentityType["APP"] = "APP";
76
+ })(WebhookIdentityType || (exports.WebhookIdentityType = WebhookIdentityType = {}));
77
+ //# sourceMappingURL=seating-v1-seating-reservation-seating-reservation.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"seating-v1-seating-reservation-seating-reservation.types.js","sourceRoot":"","sources":["../../../src/seating-v1-seating-reservation-seating-reservation.types.ts"],"names":[],"mappings":";;;AAgQA,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB;AA0OD,IAAY,IAOX;AAPD,WAAY,IAAI;IACd,qBAAa,CAAA;IACb,mBAAW,CAAA;IACX,+BAAuB,CAAA;IACvB,uBAAe,CAAA;IACf,mCAA2B,CAAA;IAC3B,uBAAe,CAAA;AACjB,CAAC,EAPW,IAAI,oBAAJ,IAAI,QAOf;AAwCD,IAAY,iBAQX;AARD,WAAY,iBAAiB;IAC3B,0DAAqC,CAAA;IACrC,0CAAqB,CAAA;IACrB,8CAAyB,CAAA;IACzB,8CAAyB,CAAA;IACzB,4CAAuB,CAAA;IACvB,8CAAyB,CAAA;IACzB,0CAAqB,CAAA;AACvB,CAAC,EARW,iBAAiB,iCAAjB,iBAAiB,QAQ5B;AAsCD,IAAY,iBAQX;AARD,WAAY,iBAAiB;IAC3B,kDAA6B,CAAA;IAC7B,kCAAa,CAAA;IACb,4CAAuB,CAAA;IACvB,wCAAmB,CAAA;IACnB,kCAAa,CAAA;IACb,kCAAa,CAAA;IACb,oCAAe,CAAA;AACjB,CAAC,EARW,iBAAiB,iCAAjB,iBAAiB,QAQ5B;AAED,IAAY,QAMX;AAND,WAAY,QAAQ;IAClB,iDAAqC,CAAA;IACrC,yBAAa,CAAA;IACb,2BAAe,CAAA;IACf,yBAAa,CAAA;IACb,yBAAa,CAAA;AACf,CAAC,EANW,QAAQ,wBAAR,QAAQ,QAMnB;AAED,IAAY,IAcX;AAdD,WAAY,IAAI;IACd,qCAA6B,CAAA;IAC7B,uBAAe,CAAA;IACf,qBAAa,CAAA;IACb,yBAAiB,CAAA;IACjB,iBAAS,CAAA;IACT,yBAAiB,CAAA;IACjB,6BAAqB,CAAA;IACrB,qBAAa,CAAA;IACb,yBAAiB,CAAA;IACjB,6BAAqB,CAAA;IACrB,2BAAmB,CAAA;IACnB,+BAAuB,CAAA;IACvB,uBAAe,CAAA;AACjB,CAAC,EAdW,IAAI,oBAAJ,IAAI,QAcf;AAsBD,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,oDAAuC,CAAA;IACvC,gCAAmB,CAAA;IACnB,kCAAqB,CAAA;IACrB,0CAA6B,CAAA;AAC/B,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAyPD,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B"}