bruce-models 5.2.1 → 5.2.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.
@@ -13529,6 +13529,34 @@
13529
13529
  ImportedFile.Get = Get;
13530
13530
  })(exports.ImportedFile || (exports.ImportedFile = {}));
13531
13531
 
13532
+ (function (ExportBrz) {
13533
+ function Export(params) {
13534
+ return __awaiter(this, void 0, void 0, function* () {
13535
+ let { api, fileExport, req: reqParams } = params;
13536
+ if (!api) {
13537
+ api = exports.ENVIRONMENT.Api().GetBruceApi();
13538
+ }
13539
+ fileExport["Type"] = "BRZ";
13540
+ return api.POST("export", fileExport, exports.Api.PrepReqParams(reqParams));
13541
+ });
13542
+ }
13543
+ ExportBrz.Export = Export;
13544
+ })(exports.ExportBrz || (exports.ExportBrz = {}));
13545
+
13546
+ (function (ExportUsd) {
13547
+ function Export(params) {
13548
+ return __awaiter(this, void 0, void 0, function* () {
13549
+ let { api, fileExport, req: reqParams } = params;
13550
+ if (!api) {
13551
+ api = exports.ENVIRONMENT.Api().GetBruceApi();
13552
+ }
13553
+ fileExport["Type"] = "USD";
13554
+ return api.POST("export", fileExport, exports.Api.PrepReqParams(reqParams));
13555
+ });
13556
+ }
13557
+ ExportUsd.Export = Export;
13558
+ })(exports.ExportUsd || (exports.ExportUsd = {}));
13559
+
13532
13560
  /**
13533
13561
  * Description of a "Markup" which is stored in bookmark records.
13534
13562
  */
@@ -14226,7 +14254,7 @@
14226
14254
  })(exports.DataSource || (exports.DataSource = {}));
14227
14255
 
14228
14256
  // This is updated with the package.json version on build.
14229
- const VERSION = "5.2.1";
14257
+ const VERSION = "5.2.3";
14230
14258
 
14231
14259
  exports.VERSION = VERSION;
14232
14260
  exports.AbstractApi = AbstractApi;