@qite/tide-client 1.1.85 → 1.1.86

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/build/index.js CHANGED
@@ -41,35 +41,25 @@ var DataType = {
41
41
  template: "template",
42
42
  };
43
43
 
44
- exports.EntryLineStatus = void 0;
45
- (function (EntryLineStatus) {
46
- EntryLineStatus[(EntryLineStatus["cancellationByClient"] = 0)] =
47
- "cancellationByClient";
48
- EntryLineStatus[(EntryLineStatus["cancellationByYou"] = 1)] =
49
- "cancellationByYou";
50
- EntryLineStatus[(EntryLineStatus["noAllotment"] = 2)] = "noAllotment";
51
- EntryLineStatus[(EntryLineStatus["offer"] = 3)] = "offer";
52
- EntryLineStatus[(EntryLineStatus["ok"] = 4)] = "ok";
53
- EntryLineStatus[(EntryLineStatus["option"] = 5)] = "option";
54
- EntryLineStatus[(EntryLineStatus["onRequest"] = 6)] = "onRequest";
55
- EntryLineStatus[(EntryLineStatus["requestConfirmed"] = 7)] =
56
- "requestConfirmed";
57
- EntryLineStatus[(EntryLineStatus["requestDenied"] = 8)] = "requestDenied";
58
- EntryLineStatus[(EntryLineStatus["requestSent"] = 9)] = "requestSent";
59
- EntryLineStatus[(EntryLineStatus["pending"] = 10)] = "pending";
60
- EntryLineStatus[(EntryLineStatus["notBookable"] = 11)] = "notBookable";
61
- EntryLineStatus[
62
- (EntryLineStatus["noAllotmentFallbackToRealtimeFlight"] = 12)
63
- ] = "noAllotmentFallbackToRealtimeFlight";
64
- EntryLineStatus[
65
- (EntryLineStatus["notBookableFallbackToRealtimeFlight"] = 13)
66
- ] = "notBookableFallbackToRealtimeFlight";
67
- EntryLineStatus[(EntryLineStatus["error"] = 14)] = "error";
68
- EntryLineStatus[(EntryLineStatus["bookingConfirmed"] = 15)] =
69
- "bookingConfirmed";
70
- EntryLineStatus[(EntryLineStatus["cancellationConfirmed"] = 16)] =
71
- "cancellationConfirmed";
72
- })(exports.EntryLineStatus || (exports.EntryLineStatus = {}));
44
+ var EntryLineStatus = {
45
+ cancellationByClient: 0,
46
+ cancellationByYou: 1,
47
+ noAllotment: 2,
48
+ offer: 3,
49
+ ok: 4,
50
+ option: 5,
51
+ onRequest: 6,
52
+ requestConfirmed: 7,
53
+ requestDenied: 8,
54
+ requestSent: 9,
55
+ pending: 10,
56
+ notBookable: 11,
57
+ noAllotmentFallbackToRealtimeFlight: 12,
58
+ notBookableFallbackToRealtimeFlight: 13,
59
+ error: 14,
60
+ bookingConfirmed: 15,
61
+ cancellationConfirmed: 16,
62
+ };
73
63
 
74
64
  exports.EntryStatus = void 0;
75
65
  (function (EntryStatus) {
@@ -6836,6 +6826,7 @@ var feedXmlFolder = function (config, slug, folder, signal) {
6836
6826
  exports.AllotmentType = AllotmentType;
6837
6827
  exports.AvailabilitySearchType = AvailabilitySearchType;
6838
6828
  exports.ContactForm = ContactForm;
6829
+ exports.EntryLineStatus = EntryLineStatus;
6839
6830
  exports.Gender = Gender;
6840
6831
  exports.MetaDataType = MetaDataType;
6841
6832
  exports.RequirementType = RequirementType;