@evergis/api 5.0.1 → 5.0.3

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
@@ -5770,6 +5770,27 @@ exports.StringSubType = void 0;
5770
5770
  StringSubType["Attachments"] = "Attachments";
5771
5771
  })(exports.StringSubType || (exports.StringSubType = {}));
5772
5772
  /**
5773
+ * Specifies the available types of table configurations that can be used within the application.
5774
+
5775
+ DefaultTableConfiguration
5776
+
5777
+ TileCatalogTableConfiguration
5778
+
5779
+ ViewConfiguration
5780
+
5781
+ MaterializedViewConfiguration
5782
+
5783
+ RouteTableConfiguration
5784
+ */
5785
+ exports.TableConfigurationType = void 0;
5786
+ (function (TableConfigurationType) {
5787
+ TableConfigurationType["DefaultTableConfiguration"] = "DefaultTableConfiguration";
5788
+ TableConfigurationType["TileCatalogTableConfiguration"] = "TileCatalogTableConfiguration";
5789
+ TableConfigurationType["ViewConfiguration"] = "ViewConfiguration";
5790
+ TableConfigurationType["MaterializedViewConfiguration"] = "MaterializedViewConfiguration";
5791
+ TableConfigurationType["RouteTableConfiguration"] = "RouteTableConfiguration";
5792
+ })(exports.TableConfigurationType || (exports.TableConfigurationType = {}));
5793
+ /**
5773
5794
  * TaskPrototypeSubType.
5774
5795
 
5775
5796
  SpTask