@wix/table-reservations 1.0.139 → 1.0.141
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 +3 -3
- package/type-bundles/context.bundle.d.ts +582 -1402
- package/type-bundles/index.bundle.d.ts +582 -1402
- package/type-bundles/meta.bundle.d.ts +4 -4
|
@@ -2104,7 +2104,7 @@ interface CommonSpecialHourPeriod$1 {
|
|
|
2104
2104
|
/** Additional details about the period. */
|
|
2105
2105
|
comment?: string;
|
|
2106
2106
|
}
|
|
2107
|
-
declare enum
|
|
2107
|
+
declare enum Value$1 {
|
|
2108
2108
|
UNKNOWN = "UNKNOWN",
|
|
2109
2109
|
ON = "ON",
|
|
2110
2110
|
IN_HOUSE_ONLY = "IN_HOUSE_ONLY",
|
|
@@ -2742,7 +2742,7 @@ interface TableCombinationNonNullableFields$1 {
|
|
|
2742
2742
|
seatsMax: number;
|
|
2743
2743
|
}
|
|
2744
2744
|
interface TableManagementNonNullableFields$1 {
|
|
2745
|
-
mode:
|
|
2745
|
+
mode: Value$1;
|
|
2746
2746
|
tableDefinitions: TableDefinitionNonNullableFields$1[];
|
|
2747
2747
|
deletedTableDefinitions: TableDefinitionNonNullableFields$1[];
|
|
2748
2748
|
tableCombinations: TableCombinationNonNullableFields$1[];
|
|
@@ -2882,7 +2882,7 @@ interface CommonSpecialHourPeriod {
|
|
|
2882
2882
|
/** Additional details about the period. */
|
|
2883
2883
|
comment?: string;
|
|
2884
2884
|
}
|
|
2885
|
-
declare enum
|
|
2885
|
+
declare enum Value {
|
|
2886
2886
|
UNKNOWN = "UNKNOWN",
|
|
2887
2887
|
ON = "ON",
|
|
2888
2888
|
IN_HOUSE_ONLY = "IN_HOUSE_ONLY",
|
|
@@ -3516,7 +3516,7 @@ interface TableCombinationNonNullableFields {
|
|
|
3516
3516
|
seatsMax: number;
|
|
3517
3517
|
}
|
|
3518
3518
|
interface TableManagementNonNullableFields {
|
|
3519
|
-
mode:
|
|
3519
|
+
mode: Value;
|
|
3520
3520
|
tableDefinitions: TableDefinitionNonNullableFields[];
|
|
3521
3521
|
deletedTableDefinitions: TableDefinitionNonNullableFields[];
|
|
3522
3522
|
tableCombinations: TableCombinationNonNullableFields[];
|