bruce-models 4.5.2 → 4.5.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.
@@ -125,6 +125,11 @@
125
125
  ESortOrder[ESortOrder["Asc"] = 1] = "Asc";
126
126
  ESortOrder[ESortOrder["Desc"] = -1] = "Desc";
127
127
  })(ESortOrder = Api.ESortOrder || (Api.ESortOrder = {}));
128
+ let ESortOrderStr;
129
+ (function (ESortOrderStr) {
130
+ ESortOrderStr["Asc"] = "ASC";
131
+ ESortOrderStr["Desc"] = "DESC";
132
+ })(ESortOrderStr = Api.ESortOrderStr || (Api.ESortOrderStr = {}));
128
133
  /**
129
134
  * Known response encodings from Nextspace APIs.
130
135
  */
@@ -13410,7 +13415,7 @@
13410
13415
  })(exports.DataSource || (exports.DataSource = {}));
13411
13416
 
13412
13417
  // This is updated with the package.json version on build.
13413
- const VERSION = "4.5.2";
13418
+ const VERSION = "4.5.3";
13414
13419
 
13415
13420
  exports.VERSION = VERSION;
13416
13421
  exports.AbstractApi = AbstractApi;