Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

irnewayOrderItems.js 984B

123456789101112131415161718192021222324
  1. var Bizgaze;
  2. (function (Bizgaze) {
  3. let Apps;
  4. (function (Apps) {
  5. let Integrations;
  6. (function (Integrations) {
  7. let EWayBill;
  8. (function (EWayBill) {
  9. let Infos;
  10. (function (Infos) {
  11. class irnewayOrderItems {
  12. static Instance() {
  13. if (this.instance === undefined) {
  14. this.instance = new irnewayOrderItems();
  15. }
  16. return this.instance;
  17. }
  18. }
  19. Infos.irnewayOrderItems = irnewayOrderItems;
  20. })(Infos = EWayBill.Infos || (EWayBill.Infos = {}));
  21. })(EWayBill = Integrations.EWayBill || (Integrations.EWayBill = {}));
  22. })(Integrations = Apps.Integrations || (Apps.Integrations = {}));
  23. })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
  24. })(Bizgaze || (Bizgaze = {}));