@evergis/api 5.0.9-alpha.0 → 5.0.9-alpha.2

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/dist/index.js CHANGED
@@ -3145,6 +3145,24 @@ exports.AttributeIconType = void 0;
3145
3145
  /**
3146
3146
  *
3147
3147
 
3148
+ None
3149
+
3150
+ SelectFromHandBook
3151
+
3152
+ SelectFromRange
3153
+
3154
+ ViewHandBook
3155
+ */
3156
+ exports.AttributeSelectorType = void 0;
3157
+ (function (AttributeSelectorType) {
3158
+ AttributeSelectorType["None"] = "None";
3159
+ AttributeSelectorType["SelectFromHandBook"] = "SelectFromHandBook";
3160
+ AttributeSelectorType["SelectFromRange"] = "SelectFromRange";
3161
+ AttributeSelectorType["ViewHandBook"] = "ViewHandBook";
3162
+ })(exports.AttributeSelectorType || (exports.AttributeSelectorType = {}));
3163
+ /**
3164
+ *
3165
+
3148
3166
  Unknown
3149
3167
 
3150
3168
  String