@openbox/shared-types 0.1.85 → 0.1.87
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/lib/src/accounting/Entries/CreateSingle/Request.js.map +1 -0
- package/lib/src/accounting/Entries/CreateSingle/Response.js.map +1 -0
- package/lib/src/accounting/Entries/DeleteSingle/Response.js.map +1 -0
- package/lib/src/accounting/Entries/GetManyTypes/Response.js.map +1 -0
- package/lib/src/accounting/Entries/GetSingle/Response.js.map +1 -0
- package/lib/src/accounting/Entries/GetSingleSerie/Response.js.map +1 -0
- package/lib/src/accounting/Entries/UpdateSingle/Request.js.map +1 -0
- package/lib/src/accounting/Entries/UpdateSingle/Response.js.map +1 -0
- package/lib/src/accounting/{entries → Entries}/index.js.map +1 -1
- package/lib/src/accounting/index.d.ts +5 -5
- package/lib/src/accounting/index.js +5 -5
- package/lib/src/accounting/index.js.map +1 -1
- package/lib/src/customers/Branches/{CreateMany → CreateSingle}/Request.d.ts +1 -4
- package/lib/src/customers/Branches/CreateSingle/Request.js.map +1 -0
- package/lib/src/customers/Branches/CreateSingle/Response.d.ts +4 -0
- package/lib/src/customers/Branches/CreateSingle/Response.js.map +1 -0
- package/lib/src/customers/Branches/GetMany/Response.d.ts +3 -3
- package/lib/src/customers/Branches/GetSingle/Response.d.ts +1 -1
- package/lib/src/customers/Branches/index.d.ts +10 -11
- package/lib/src/customers/Branches/index.js +24 -0
- package/lib/src/customers/Branches/index.js.map +1 -1
- package/lib/src/customers/Customers/CreateSingle/Request.d.ts +2 -2
- package/lib/src/customers/Customers/GetMany/Response.d.ts +1 -1
- package/lib/src/customers/Customers/GetSingle/Response.d.ts +4 -4
- package/lib/src/customers/Customers/index.d.ts +13 -14
- package/lib/src/customers/Customers/index.js +27 -0
- package/lib/src/customers/Customers/index.js.map +1 -1
- package/lib/src/customers/index.d.ts +2 -3
- package/lib/src/customers/index.js +16 -0
- package/lib/src/customers/index.js.map +1 -1
- package/lib/src/index.d.ts +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/index.js.map +1 -1
- package/lib/src/invoices/index.d.ts +7 -7
- package/lib/src/invoices/index.js +7 -7
- package/lib/src/invoices/index.js.map +1 -1
- package/lib/src/providers/index.d.ts +9 -9
- package/lib/src/providers/index.js +9 -9
- package/lib/src/providers/index.js.map +1 -1
- package/lib/src/services/SellingTypes/index.d.ts +1 -2
- package/lib/src/services/SellingTypes/index.js +15 -0
- package/lib/src/services/SellingTypes/index.js.map +1 -1
- package/lib/src/services/Services/index.d.ts +14 -15
- package/lib/src/services/Services/index.js +28 -0
- package/lib/src/services/Services/index.js.map +1 -1
- package/lib/src/services/index.d.ts +3 -3
- package/lib/src/services/index.js +3 -3
- package/lib/src/services/index.js.map +1 -1
- package/lib/src/system/Cities/GetMany/Response.js.map +1 -0
- package/lib/src/system/Cities/index.d.ts +1 -0
- package/lib/src/system/Cities/index.js +18 -0
- package/lib/src/system/Cities/index.js.map +1 -0
- package/lib/src/system/Countries/GetMany/Response.js.map +1 -0
- package/lib/src/system/Countries/index.d.ts +1 -0
- package/lib/src/system/Countries/index.js +18 -0
- package/lib/src/system/Countries/index.js.map +1 -0
- package/lib/src/system/PersonTypes/GetMany/Response.js.map +1 -0
- package/lib/src/system/PersonTypes/index.d.ts +1 -0
- package/lib/src/system/PersonTypes/index.js +18 -0
- package/lib/src/system/PersonTypes/index.js.map +1 -0
- package/lib/src/system/SellingTypes/GetMany/Response.js.map +1 -0
- package/lib/src/system/SellingTypes/index.d.ts +1 -0
- package/lib/src/system/SellingTypes/index.js +18 -0
- package/lib/src/system/SellingTypes/index.js.map +1 -0
- package/lib/src/system/States/GetMany/Response.js.map +1 -0
- package/lib/src/system/States/index.d.ts +1 -0
- package/lib/src/system/States/index.js +18 -0
- package/lib/src/system/States/index.js.map +1 -0
- package/lib/src/system/TaxerTypes/GetMany/Response.js.map +1 -0
- package/lib/src/system/TaxerTypes/index.d.ts +1 -0
- package/lib/src/system/TaxerTypes/index.js +18 -0
- package/lib/src/system/TaxerTypes/index.js.map +1 -0
- package/lib/src/system/TypeNaturals/GetMany/Response.js.map +1 -0
- package/lib/src/system/TypeNaturals/index.d.ts +1 -0
- package/lib/src/system/TypeNaturals/index.js +18 -0
- package/lib/src/system/TypeNaturals/index.js.map +1 -0
- package/lib/src/system/index.d.ts +7 -0
- package/lib/src/system/index.js +24 -0
- package/lib/src/system/index.js.map +1 -0
- package/package.json +1 -1
- package/src/accounting/index.ts +5 -5
- package/src/customers/Branches/{CreateMany → CreateSingle}/Request.ts +1 -5
- package/src/customers/Branches/CreateSingle/Response.ts +4 -0
- package/src/customers/Branches/GetMany/Response.ts +3 -3
- package/src/customers/Branches/GetSingle/Response.ts +1 -1
- package/src/customers/Branches/index.ts +10 -29
- package/src/customers/Customers/CreateSingle/Request.ts +2 -2
- package/src/customers/Customers/GetMany/Response.ts +1 -1
- package/src/customers/Customers/GetSingle/Response.ts +4 -4
- package/src/customers/Customers/index.ts +13 -31
- package/src/customers/index.ts +2 -59
- package/src/index.ts +1 -1
- package/src/invoices/index.ts +7 -7
- package/src/providers/index.ts +9 -9
- package/src/services/SellingTypes/index.ts +1 -3
- package/src/services/Services/index.ts +14 -33
- package/src/services/index.ts +3 -3
- package/src/system/Cities/index.ts +1 -0
- package/src/system/Countries/index.ts +1 -0
- package/src/system/PersonTypes/index.ts +1 -0
- package/src/system/SellingTypes/index.ts +1 -0
- package/src/system/States/index.ts +1 -0
- package/src/system/TaxerTypes/index.ts +1 -0
- package/src/system/TypeNaturals/index.ts +1 -0
- package/src/system/index.ts +7 -0
- package/lib/src/System/Cities/GetMany/Response.js.map +0 -1
- package/lib/src/System/Cities/index.d.ts +0 -2
- package/lib/src/System/Cities/index.js +0 -3
- package/lib/src/System/Cities/index.js.map +0 -1
- package/lib/src/System/Countries/GetMany/Response.js.map +0 -1
- package/lib/src/System/Countries/index.d.ts +0 -2
- package/lib/src/System/Countries/index.js +0 -3
- package/lib/src/System/Countries/index.js.map +0 -1
- package/lib/src/System/PersonTypes/GetMany/Response.js.map +0 -1
- package/lib/src/System/PersonTypes/index.d.ts +0 -2
- package/lib/src/System/PersonTypes/index.js +0 -3
- package/lib/src/System/PersonTypes/index.js.map +0 -1
- package/lib/src/System/SellingTypes/GetMany/Response.js.map +0 -1
- package/lib/src/System/SellingTypes/index.d.ts +0 -2
- package/lib/src/System/SellingTypes/index.js +0 -3
- package/lib/src/System/SellingTypes/index.js.map +0 -1
- package/lib/src/System/States/GetMany/Response.js.map +0 -1
- package/lib/src/System/States/index.d.ts +0 -2
- package/lib/src/System/States/index.js +0 -3
- package/lib/src/System/States/index.js.map +0 -1
- package/lib/src/System/TaxerTypes/GetMany/Response.js.map +0 -1
- package/lib/src/System/TaxerTypes/index.d.ts +0 -2
- package/lib/src/System/TaxerTypes/index.js +0 -3
- package/lib/src/System/TaxerTypes/index.js.map +0 -1
- package/lib/src/System/TypeNaturals/GetMany/Response.js.map +0 -1
- package/lib/src/System/TypeNaturals/index.d.ts +0 -2
- package/lib/src/System/TypeNaturals/index.js +0 -3
- package/lib/src/System/TypeNaturals/index.js.map +0 -1
- package/lib/src/System/index.d.ts +0 -8
- package/lib/src/System/index.js +0 -3
- package/lib/src/System/index.js.map +0 -1
- package/lib/src/accounting/entries/CreateSingle/Request.js.map +0 -1
- package/lib/src/accounting/entries/CreateSingle/Response.js.map +0 -1
- package/lib/src/accounting/entries/DeleteSingle/Response.js.map +0 -1
- package/lib/src/accounting/entries/GetManyTypes/Response.js.map +0 -1
- package/lib/src/accounting/entries/GetSingle/Response.js.map +0 -1
- package/lib/src/accounting/entries/GetSingleSerie/Response.js.map +0 -1
- package/lib/src/accounting/entries/UpdateSingle/Request.js.map +0 -1
- package/lib/src/accounting/entries/UpdateSingle/Response.js.map +0 -1
- package/lib/src/customers/Branches/CreateMany/Request.js.map +0 -1
- package/lib/src/customers/Branches/CreateMany/Response.d.ts +0 -4
- package/lib/src/customers/Branches/CreateMany/Response.js.map +0 -1
- package/src/System/Cities/index.ts +0 -3
- package/src/System/Countries/index.ts +0 -3
- package/src/System/PersonTypes/index.ts +0 -3
- package/src/System/SellingTypes/index.ts +0 -3
- package/src/System/States/index.ts +0 -3
- package/src/System/TaxerTypes/index.ts +0 -3
- package/src/System/TypeNaturals/index.ts +0 -3
- package/src/System/index.ts +0 -24
- package/src/customers/Branches/CreateMany/Response.ts +0 -4
- /package/lib/src/accounting/{entries → Entries}/CreateSingle/Request.d.ts +0 -0
- /package/lib/src/accounting/{entries → Entries}/CreateSingle/Request.js +0 -0
- /package/lib/src/accounting/{entries → Entries}/CreateSingle/Response.d.ts +0 -0
- /package/lib/src/{System/Cities/GetMany → accounting/Entries/CreateSingle}/Response.js +0 -0
- /package/lib/src/accounting/{entries → Entries}/DeleteSingle/Response.d.ts +0 -0
- /package/lib/src/{System/Countries/GetMany → accounting/Entries/DeleteSingle}/Response.js +0 -0
- /package/lib/src/accounting/{entries → Entries}/GetManyTypes/Response.d.ts +0 -0
- /package/lib/src/{System/PersonTypes/GetMany → accounting/Entries/GetManyTypes}/Response.js +0 -0
- /package/lib/src/accounting/{entries → Entries}/GetSingle/Response.d.ts +0 -0
- /package/lib/src/{System/SellingTypes/GetMany → accounting/Entries/GetSingle}/Response.js +0 -0
- /package/lib/src/accounting/{entries → Entries}/GetSingleSerie/Response.d.ts +0 -0
- /package/lib/src/{System/States/GetMany → accounting/Entries/GetSingleSerie}/Response.js +0 -0
- /package/lib/src/accounting/{entries → Entries}/UpdateSingle/Request.d.ts +0 -0
- /package/lib/src/accounting/{entries → Entries}/UpdateSingle/Request.js +0 -0
- /package/lib/src/accounting/{entries → Entries}/UpdateSingle/Response.d.ts +0 -0
- /package/lib/src/{System/TaxerTypes/GetMany → accounting/Entries/UpdateSingle}/Response.js +0 -0
- /package/lib/src/accounting/{entries → Entries}/index.d.ts +0 -0
- /package/lib/src/accounting/{entries → Entries}/index.js +0 -0
- /package/lib/src/customers/Branches/{CreateMany → CreateSingle}/Request.js +0 -0
- /package/lib/src/{System/TypeNaturals/GetMany → customers/Branches/CreateSingle}/Response.js +0 -0
- /package/lib/src/{System → system}/Cities/GetMany/Response.d.ts +0 -0
- /package/lib/src/{accounting/entries/CreateSingle → system/Cities/GetMany}/Response.js +0 -0
- /package/lib/src/{System → system}/Countries/GetMany/Response.d.ts +0 -0
- /package/lib/src/{accounting/entries/DeleteSingle → system/Countries/GetMany}/Response.js +0 -0
- /package/lib/src/{System → system}/PersonTypes/GetMany/Response.d.ts +0 -0
- /package/lib/src/{accounting/entries/GetManyTypes → system/PersonTypes/GetMany}/Response.js +0 -0
- /package/lib/src/{System → system}/SellingTypes/GetMany/Response.d.ts +0 -0
- /package/lib/src/{accounting/entries/GetSingle → system/SellingTypes/GetMany}/Response.js +0 -0
- /package/lib/src/{System → system}/States/GetMany/Response.d.ts +0 -0
- /package/lib/src/{accounting/entries/GetSingleSerie → system/States/GetMany}/Response.js +0 -0
- /package/lib/src/{System → system}/TaxerTypes/GetMany/Response.d.ts +0 -0
- /package/lib/src/{accounting/entries/UpdateSingle → system/TaxerTypes/GetMany}/Response.js +0 -0
- /package/lib/src/{System → system}/TypeNaturals/GetMany/Response.d.ts +0 -0
- /package/lib/src/{customers/Branches/CreateMany → system/TypeNaturals/GetMany}/Response.js +0 -0
- /package/src/accounting/{entries → Entries}/CreateSingle/Request.ts +0 -0
- /package/src/accounting/{entries → Entries}/CreateSingle/Response.ts +0 -0
- /package/src/accounting/{entries → Entries}/DeleteSingle/Response.ts +0 -0
- /package/src/accounting/{entries → Entries}/GetManyTypes/Response.ts +0 -0
- /package/src/accounting/{entries → Entries}/GetSingle/Response.ts +0 -0
- /package/src/accounting/{entries → Entries}/GetSingleSerie/Response.ts +0 -0
- /package/src/accounting/{entries → Entries}/UpdateSingle/Request.ts +0 -0
- /package/src/accounting/{entries → Entries}/UpdateSingle/Response.ts +0 -0
- /package/src/accounting/{entries → Entries}/index.ts +0 -0
- /package/src/{System → system}/Cities/GetMany/Response.ts +0 -0
- /package/src/{System → system}/Countries/GetMany/Response.ts +0 -0
- /package/src/{System → system}/PersonTypes/GetMany/Response.ts +0 -0
- /package/src/{System → system}/SellingTypes/GetMany/Response.ts +0 -0
- /package/src/{System → system}/States/GetMany/Response.ts +0 -0
- /package/src/{System → system}/TaxerTypes/GetMany/Response.ts +0 -0
- /package/src/{System → system}/TypeNaturals/GetMany/Response.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/System/Countries/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/System/PersonTypes/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/System/PersonTypes/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/System/SellingTypes/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/System/SellingTypes/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/System/States/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/System/States/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/System/TaxerTypes/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/System/TaxerTypes/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/System/TypeNaturals/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/System/TypeNaturals/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SystemCityMany, SystemCityManyResponse } from './Cities';
|
|
2
|
-
import { SystemCountryMany, SystemCountryManyResponse } from './Countries';
|
|
3
|
-
import { SystemPersonTypeMany, SystemPersonTypeManyResponse } from './PersonTypes';
|
|
4
|
-
import { SystemSellingTypeMany, SystemSellingTypeManyResponse } from './SellingTypes';
|
|
5
|
-
import { SystemStateMany, SystemStateManyResponse } from './States';
|
|
6
|
-
import { SystemTaxerTypesMany, SystemTaxerTypesManyResponse } from './TaxerTypes';
|
|
7
|
-
import { SystemTypeNaturalMany, SystemTypeNaturalManyResponse } from './TypeNaturals';
|
|
8
|
-
export { SystemTypeNaturalMany, SystemTypeNaturalManyResponse, SystemTaxerTypesMany, SystemTaxerTypesManyResponse, SystemSellingTypeMany, SystemSellingTypeManyResponse, SystemPersonTypeMany, SystemPersonTypeManyResponse, SystemCityMany, SystemCityManyResponse, SystemCountryMany, SystemCountryManyResponse, SystemStateMany, SystemStateManyResponse, };
|
package/lib/src/System/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/System/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../../src/accounting/entries/CreateSingle/Request.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/accounting/entries/CreateSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/accounting/entries/DeleteSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/accounting/entries/GetManyTypes/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/accounting/entries/GetSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/accounting/entries/GetSingleSerie/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../../src/accounting/entries/UpdateSingle/Request.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/accounting/entries/UpdateSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../../src/customers/Branches/CreateMany/Request.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/customers/Branches/CreateMany/Response.ts"],"names":[],"mappings":""}
|
package/src/System/index.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { SystemCityMany, SystemCityManyResponse } from './Cities'
|
|
2
|
-
import { SystemCountryMany, SystemCountryManyResponse } from './Countries'
|
|
3
|
-
import { SystemPersonTypeMany, SystemPersonTypeManyResponse } from './PersonTypes'
|
|
4
|
-
import { SystemSellingTypeMany, SystemSellingTypeManyResponse } from './SellingTypes'
|
|
5
|
-
import { SystemStateMany, SystemStateManyResponse } from './States'
|
|
6
|
-
import { SystemTaxerTypesMany, SystemTaxerTypesManyResponse } from './TaxerTypes'
|
|
7
|
-
import { SystemTypeNaturalMany, SystemTypeNaturalManyResponse } from './TypeNaturals'
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
SystemTypeNaturalMany,
|
|
11
|
-
SystemTypeNaturalManyResponse,
|
|
12
|
-
SystemTaxerTypesMany,
|
|
13
|
-
SystemTaxerTypesManyResponse,
|
|
14
|
-
SystemSellingTypeMany,
|
|
15
|
-
SystemSellingTypeManyResponse,
|
|
16
|
-
SystemPersonTypeMany,
|
|
17
|
-
SystemPersonTypeManyResponse,
|
|
18
|
-
SystemCityMany,
|
|
19
|
-
SystemCityManyResponse,
|
|
20
|
-
SystemCountryMany,
|
|
21
|
-
SystemCountryManyResponse,
|
|
22
|
-
SystemStateMany,
|
|
23
|
-
SystemStateManyResponse,
|
|
24
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/src/{System/TypeNaturals/GetMany → customers/Branches/CreateSingle}/Response.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|