123456789101112131415161718192021222324 |
- var Bizgaze;
- (function (Bizgaze) {
- let Apps;
- (function (Apps) {
- let Integrations;
- (function (Integrations) {
- let EWayBill;
- (function (EWayBill) {
- let Infos;
- (function (Infos) {
- class irnewayOrderItems {
- static Instance() {
- if (this.instance === undefined) {
- this.instance = new irnewayOrderItems();
- }
- return this.instance;
- }
- }
- Infos.irnewayOrderItems = irnewayOrderItems;
- })(Infos = EWayBill.Infos || (EWayBill.Infos = {}));
- })(EWayBill = Integrations.EWayBill || (Integrations.EWayBill = {}));
- })(Integrations = Apps.Integrations || (Apps.Integrations = {}));
- })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
- })(Bizgaze || (Bizgaze = {}));
|