@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.
@@ -7520,6 +7520,13 @@ var PhotoOrderRenovation;
7520
7520
  PhotoOrderRenovation["None"] = "none";
7521
7521
  })(PhotoOrderRenovation || (PhotoOrderRenovation = {}));
7522
7522
 
7523
+ var PhotoOrderTypes;
7524
+
7525
+ (function (PhotoOrderTypes) {
7526
+ PhotoOrderTypes["Internal"] = "internal";
7527
+ PhotoOrderTypes["External"] = "external";
7528
+ })(PhotoOrderTypes || (PhotoOrderTypes = {}));
7529
+
7523
7530
  var RealtyType;
7524
7531
 
7525
7532
  (function (RealtyType) {
@@ -16409,6 +16416,7 @@ var index = {
16409
16416
  get PhoneBookContactPhoneType () { return PhoneBookContactPhoneType; },
16410
16417
  get PhotoOrderStatus () { return PhotoOrderStatus; },
16411
16418
  get PhotoOrderRenovation () { return PhotoOrderRenovation; },
16419
+ get PhotoOrderTypes () { return PhotoOrderTypes; },
16412
16420
  get RealtyType () { return RealtyType; },
16413
16421
  get RealtyRenovationType () { return RealtyRenovationType; },
16414
16422
  get RealtyGas () { return RealtyGas; },