adamo-types 2.0.89-sit → 2.0.92-sit

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adamo-types",
3
- "version": "2.0.89-sit",
3
+ "version": "2.0.92-sit",
4
4
  "description": "A types library for API communication agreement",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1 +0,0 @@
1
- export * from './other.entity';
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./other.entity"), exports);
@@ -1,5 +0,0 @@
1
- export declare class ArsFinancialAccountBalancesDto {
2
- accountBalance: number;
3
- overdueBalance: number;
4
- writeOffBalance: number;
5
- }
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ArsFinancialAccountBalancesDto = void 0;
4
- const openapi = require("@nestjs/swagger");
5
- class ArsFinancialAccountBalancesDto {
6
- static _OPENAPI_METADATA_FACTORY() {
7
- return { accountBalance: { required: true, type: () => Number }, overdueBalance: { required: true, type: () => Number }, writeOffBalance: { required: true, type: () => Number } };
8
- }
9
- }
10
- exports.ArsFinancialAccountBalancesDto = ArsFinancialAccountBalancesDto;
@@ -1,5 +0,0 @@
1
- import { ArsFinancialAccountBalancesDto } from '../../common/edge-bss';
2
- export interface CustomerBalancesWithDebt {
3
- balances: ArsFinancialAccountBalancesDto;
4
- debt: boolean;
5
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });