@hapl/api-queries 0.2.81 → 0.2.82

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.
@@ -7514,6 +7514,13 @@ var PhotoOrderRenovation;
7514
7514
  PhotoOrderRenovation["None"] = "none";
7515
7515
  })(PhotoOrderRenovation || (PhotoOrderRenovation = {}));
7516
7516
 
7517
+ var PhotoOrderTypes;
7518
+
7519
+ (function (PhotoOrderTypes) {
7520
+ PhotoOrderTypes["Internal"] = "internal";
7521
+ PhotoOrderTypes["External"] = "external";
7522
+ })(PhotoOrderTypes || (PhotoOrderTypes = {}));
7523
+
7517
7524
  var RealtyType;
7518
7525
 
7519
7526
  (function (RealtyType) {
@@ -16403,6 +16410,7 @@ var index = {
16403
16410
  get PhoneBookContactPhoneType () { return PhoneBookContactPhoneType; },
16404
16411
  get PhotoOrderStatus () { return PhotoOrderStatus; },
16405
16412
  get PhotoOrderRenovation () { return PhotoOrderRenovation; },
16413
+ get PhotoOrderTypes () { return PhotoOrderTypes; },
16406
16414
  get RealtyType () { return RealtyType; },
16407
16415
  get RealtyRenovationType () { return RealtyRenovationType; },
16408
16416
  get RealtyGas () { return RealtyGas; },