@openbox/shared-types 0.2.18 → 0.2.20
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/customers/Branches/CreateMany/Response.d.ts +2 -4
- package/lib/customers/Branches/CreateSingle/Response.d.ts +2 -4
- package/lib/customers/Branches/DeleteMany/Request.d.ts +1 -1
- package/lib/customers/Branches/DeleteMany/Response.d.ts +2 -4
- package/lib/customers/Branches/DeleteSingle/Response.d.ts +2 -4
- package/lib/customers/Branches/GetMany/Response.d.ts +1 -1
- package/lib/customers/Branches/UpdateMany/Request.d.ts +3 -1
- package/lib/customers/Branches/UpdateMany/Response.d.ts +2 -4
- package/lib/customers/Branches/UpdateSingle/Response.d.ts +2 -4
- package/lib/customers/Branches/UpdateSingleDefault/Response.d.ts +2 -4
- package/lib/customers/Branches/customers.branches.interfaces.d.ts +6 -6
- package/lib/customers/Customers/CreateMany/Request.d.ts +1 -3
- package/lib/customers/Customers/CreateMany/Response.d.ts +2 -4
- package/lib/customers/Customers/CreateSingle/Response.d.ts +2 -4
- package/lib/customers/Customers/DeleteMany/Request.d.ts +3 -3
- package/lib/customers/Customers/DeleteMany/Response.d.ts +2 -4
- package/lib/customers/Customers/DeleteSingle/Response.d.ts +2 -4
- package/lib/customers/Customers/GetMany/Response.d.ts +1 -1
- package/lib/customers/Customers/GetSingle/Response.d.ts +1 -3
- package/lib/customers/Customers/UpdateMany/Request.d.ts +3 -3
- package/lib/customers/Customers/UpdateMany/Response.d.ts +2 -4
- package/lib/customers/Customers/UpdateManyStatuses/Request.d.ts +3 -3
- package/lib/customers/Customers/UpdateManyStatuses/Response.d.ts +2 -4
- package/lib/customers/Customers/UpdateSingle/Response.d.ts +2 -4
- package/lib/customers/Customers/UpdateSingleStatus/Request.d.ts +2 -2
- package/lib/customers/Customers/UpdateSingleStatus/Response.d.ts +2 -4
- package/lib/customers/Customers/customers.interfaces.d.ts +2 -2
- package/lib/interfaces.d.ts +9 -9
- package/lib/invoices/Documents/CreateMany/Request.d.ts +2 -0
- package/lib/invoices/Documents/CreateMany/Request.js.map +1 -0
- package/lib/invoices/Documents/CreateMany/Response.d.ts +2 -0
- package/lib/invoices/Documents/CreateMany/Response.js.map +1 -0
- package/lib/invoices/Documents/CreateSingle/Request.d.ts +2 -0
- package/lib/invoices/Documents/CreateSingle/Request.js.map +1 -0
- package/lib/invoices/Documents/CreateSingle/Response.d.ts +2 -0
- package/lib/invoices/Documents/CreateSingle/Response.js.map +1 -0
- package/lib/invoices/Documents/GetMany/Response.d.ts +2 -2
- package/lib/invoices/Documents/GetSingle/Response.d.ts +2 -4
- package/lib/invoices/Documents/GetSingleLayout/Response.d.ts +9 -10
- package/lib/invoices/Documents/UpdateMany/Request.d.ts +4 -0
- package/lib/invoices/Documents/UpdateMany/Request.js.map +1 -0
- package/lib/invoices/Documents/UpdateMany/Response.d.ts +2 -0
- package/lib/invoices/Documents/UpdateMany/Response.js.map +1 -0
- package/lib/invoices/Documents/UpdateManyStatuses/Request.d.ts +3 -3
- package/lib/invoices/Documents/UpdateSingle/Request.d.ts +2 -0
- package/lib/invoices/Documents/UpdateSingle/Request.js.map +1 -0
- package/lib/invoices/Documents/UpdateSingle/Response.js.map +1 -0
- package/lib/invoices/Documents/UpdateSingleStatus/Request.d.ts +3 -2
- package/lib/invoices/Documents/index.d.ts +8 -6
- package/lib/invoices/Documents/index.js +8 -6
- package/lib/invoices/Documents/index.js.map +1 -1
- package/lib/invoices/Documents/{documents.interfaces.d.ts → invoices.documents.interfaces.d.ts} +5 -3
- package/lib/invoices/Documents/invoices.documents.interfaces.js +3 -0
- package/lib/invoices/Documents/invoices.documents.interfaces.js.map +1 -0
- package/lib/invoices/Invoices/invoices.interfaces.d.ts +7 -7
- package/lib/invoices/PaymentConditions/CreateMany/Request.d.ts +1 -3
- package/lib/invoices/PaymentConditions/CreateSingle/Request.d.ts +2 -2
- package/lib/invoices/PaymentConditions/DeleteMany/Request.d.ts +3 -0
- package/lib/invoices/PaymentConditions/DeleteMany/Request.js +3 -0
- package/lib/invoices/PaymentConditions/DeleteMany/Request.js.map +1 -0
- package/lib/invoices/PaymentConditions/GetMany/Response.d.ts +2 -2
- package/lib/invoices/PaymentConditions/GetSingle/Response.d.ts +2 -4
- package/lib/invoices/PaymentConditions/UpdateMany/Request.d.ts +3 -3
- package/lib/invoices/PaymentConditions/UpdateManyStatuses/Request.d.ts +3 -3
- package/lib/invoices/PaymentConditions/UpdateSingle/Request.d.ts +1 -1
- package/lib/invoices/PaymentConditions/UpdateSingle/Response.d.ts +2 -2
- package/lib/invoices/PaymentConditions/UpdateSingleStatus/Request.d.ts +2 -2
- package/lib/invoices/PaymentConditions/UpdateSingleStatus/Response.d.ts +2 -4
- package/lib/invoices/PaymentConditions/index.d.ts +1 -0
- package/lib/invoices/PaymentConditions/index.js +1 -0
- package/lib/invoices/PaymentConditions/index.js.map +1 -1
- package/lib/invoices/PaymentConditions/{payment-conditions.interface.d.ts → invoices.payment-conditions.interface.d.ts} +3 -3
- package/lib/invoices/PaymentConditions/invoices.payment-conditions.interface.js +3 -0
- package/lib/invoices/PaymentConditions/invoices.payment-conditions.interface.js.map +1 -0
- package/lib/invoices/Sellers/CreateSingle/Request.d.ts +2 -2
- package/lib/invoices/Sellers/DeleteMany/Request.d.ts +3 -0
- package/lib/invoices/Sellers/DeleteMany/Request.js +3 -0
- package/lib/invoices/Sellers/DeleteMany/Request.js.map +1 -0
- package/lib/invoices/Sellers/GetMany/Response.d.ts +1 -1
- package/lib/invoices/Sellers/GetSingle/Response.d.ts +1 -1
- package/lib/invoices/Sellers/UpdateMany/Request.d.ts +4 -2
- package/lib/invoices/Sellers/UpdateManyStatuses/Request.d.ts +1 -1
- package/lib/invoices/Sellers/UpdateSingle/Request.d.ts +2 -2
- package/lib/invoices/Sellers/UpdateSingleStatus/Request.d.ts +3 -2
- package/lib/invoices/Sellers/index.d.ts +1 -0
- package/lib/invoices/Sellers/index.js +1 -0
- package/lib/invoices/Sellers/index.js.map +1 -1
- package/lib/invoices/Sellers/{sellers.interface.d.ts → invoices.sellers.interface.d.ts} +2 -2
- package/lib/invoices/Sellers/invoices.sellers.interface.js +3 -0
- package/lib/invoices/Sellers/invoices.sellers.interface.js.map +1 -0
- package/lib/invoices/Statuses/GetMany/Response.d.ts +2 -5
- package/lib/invoices/Statuses/GetSingle/Response.d.ts +2 -0
- package/lib/invoices/Statuses/GetSingle/Response.js +3 -0
- package/lib/invoices/Statuses/GetSingle/Response.js.map +1 -0
- package/lib/invoices/Statuses/index.d.ts +1 -2
- package/lib/invoices/Statuses/index.js +1 -2
- package/lib/invoices/Statuses/index.js.map +1 -1
- package/lib/invoices/Statuses/invoices.statuses.interfaces.d.ts +6 -0
- package/lib/invoices/Statuses/invoices.statuses.interfaces.js +3 -0
- package/lib/invoices/Statuses/invoices.statuses.interfaces.js.map +1 -0
- package/lib/invoices/Zones/CreateSingle/Request.d.ts +2 -2
- package/lib/invoices/Zones/DeleteMany/Request.d.ts +3 -0
- package/lib/invoices/Zones/DeleteMany/Request.js +3 -0
- package/lib/invoices/Zones/DeleteMany/Request.js.map +1 -0
- package/lib/invoices/Zones/GetMany/Response.d.ts +2 -2
- package/lib/invoices/Zones/GetSingle/Response.d.ts +1 -1
- package/lib/invoices/Zones/UpdateMany/Request.d.ts +3 -1
- package/lib/invoices/Zones/UpdateManyStatuses/Request.d.ts +3 -3
- package/lib/invoices/Zones/UpdateSingle/Request.d.ts +2 -2
- package/lib/invoices/Zones/UpdateSingleStatus/Request.d.ts +3 -2
- package/lib/invoices/Zones/index.d.ts +1 -0
- package/lib/invoices/Zones/index.js +1 -0
- package/lib/invoices/Zones/index.js.map +1 -1
- package/lib/invoices/Zones/{interfaces.d.ts → invoices.zones.interfaces.d.ts} +3 -3
- package/lib/invoices/Zones/invoices.zones.interfaces.js +3 -0
- package/lib/invoices/Zones/invoices.zones.interfaces.js.map +1 -0
- package/lib/services/Services/DeleteMany/Request.d.ts +3 -3
- package/lib/services/Services/DeleteMany/Response.d.ts +2 -3
- package/lib/services/Services/DeleteSingle/Response.d.ts +2 -3
- package/lib/services/Services/GetMany/Request.d.ts +1 -1
- package/lib/services/Services/GetMany/Response.d.ts +1 -1
- package/lib/services/Services/GetSingle/Response.d.ts +1 -3
- package/lib/services/Services/UpdateMany/Request.d.ts +3 -3
- package/lib/services/Services/UpdateManyStatuses/Request.d.ts +3 -3
- package/lib/services/Services/UpdateManyStatuses/Response.d.ts +2 -3
- package/lib/services/Services/UpdateSingle/Response.d.ts +2 -3
- package/lib/services/Services/UpdateSingleStatus/Request.d.ts +2 -2
- package/lib/services/Services/UpdateSingleStatus/Response.d.ts +2 -3
- package/lib/system/Cities/GetMany/Response.d.ts +1 -3
- package/lib/system/Cities/GetSingle/Response.d.ts +2 -4
- package/lib/system/Cities/system.cities.interfaces.d.ts +3 -3
- package/lib/system/Countries/GetMany/Response.d.ts +1 -3
- package/lib/system/Countries/GetSingle/Response.d.ts +2 -4
- package/lib/system/Countries/system.countries.interfaces.d.ts +2 -2
- package/lib/system/NaturalTypes/GetMany/Response.d.ts +1 -3
- package/lib/system/NaturalTypes/GetSingle/Response.d.ts +2 -4
- package/lib/system/NaturalTypes/system.natural-types.interfaces.d.ts +6 -0
- package/lib/system/NaturalTypes/system.natural-types.interfaces.js +3 -0
- package/lib/system/NaturalTypes/system.natural-types.interfaces.js.map +1 -0
- package/lib/system/PersonTypes/GetMany/Response.d.ts +1 -3
- package/lib/system/PersonTypes/GetSingle/Response.d.ts +2 -4
- package/lib/system/PersonTypes/system.person-types.interfaces.d.ts +6 -0
- package/lib/system/PersonTypes/system.person-types.interfaces.js +3 -0
- package/lib/system/PersonTypes/system.person-types.interfaces.js.map +1 -0
- package/lib/system/SellingTypes/GetMany/Response.d.ts +1 -3
- package/lib/system/States/GetMany/Response.d.ts +1 -3
- package/lib/system/States/GetSingle/Response.d.ts +2 -4
- package/lib/system/States/system.states.interfaces.d.ts +2 -2
- package/lib/system/TaxerTypes/GetMany/Response.d.ts +1 -3
- package/lib/system/TaxerTypes/GetSingle/Response.d.ts +2 -4
- package/lib/system/TaxerTypes/system.taxer-types.interfaces.d.ts +6 -0
- package/lib/system/TaxerTypes/system.taxer-types.interfaces.js +3 -0
- package/lib/system/TaxerTypes/system.taxer-types.interfaces.js.map +1 -0
- package/package.json +1 -1
- package/src/customers/Branches/CreateMany/Response.ts +3 -4
- package/src/customers/Branches/CreateSingle/Response.ts +3 -4
- package/src/customers/Branches/DeleteMany/Request.ts +1 -1
- package/src/customers/Branches/DeleteMany/Response.ts +3 -4
- package/src/customers/Branches/DeleteSingle/Response.ts +3 -4
- package/src/customers/Branches/GetMany/Response.ts +1 -1
- package/src/customers/Branches/UpdateMany/Request.ts +5 -1
- package/src/customers/Branches/UpdateMany/Response.ts +3 -4
- package/src/customers/Branches/UpdateSingle/Response.ts +3 -4
- package/src/customers/Branches/UpdateSingleDefault/Response.ts +3 -4
- package/src/customers/Branches/customers.branches.interfaces.ts +4 -4
- package/src/customers/Customers/CreateMany/Request.ts +1 -3
- package/src/customers/Customers/CreateMany/Response.ts +3 -4
- package/src/customers/Customers/CreateSingle/Response.ts +3 -4
- package/src/customers/Customers/DeleteMany/Request.ts +2 -2
- package/src/customers/Customers/DeleteMany/Response.ts +3 -4
- package/src/customers/Customers/DeleteSingle/Response.ts +3 -4
- package/src/customers/Customers/GetMany/Response.ts +1 -1
- package/src/customers/Customers/GetSingle/Response.ts +1 -3
- package/src/customers/Customers/UpdateMany/Request.ts +5 -3
- package/src/customers/Customers/UpdateMany/Response.ts +3 -4
- package/src/customers/Customers/UpdateManyStatuses/Request.ts +2 -2
- package/src/customers/Customers/UpdateManyStatuses/Response.ts +3 -4
- package/src/customers/Customers/UpdateSingle/Response.ts +3 -4
- package/src/customers/Customers/UpdateSingleStatus/Request.ts +1 -1
- package/src/customers/Customers/UpdateSingleStatus/Response.ts +3 -4
- package/src/customers/Customers/customers.interfaces.ts +1 -1
- package/src/interfaces.ts +5 -5
- package/src/invoices/Documents/CreateMany/Request.ts +3 -0
- package/src/invoices/Documents/CreateMany/Response.ts +3 -0
- package/src/invoices/Documents/CreateSingle/Request.ts +3 -0
- package/src/invoices/Documents/CreateSingle/Response.ts +3 -0
- package/src/invoices/Documents/GetMany/Response.ts +2 -2
- package/src/invoices/Documents/GetSingle/Response.ts +2 -4
- package/src/invoices/Documents/GetSingleLayout/Response.ts +6 -8
- package/src/invoices/Documents/UpdateMany/Request.ts +7 -0
- package/src/invoices/Documents/UpdateMany/Response.ts +3 -0
- package/src/invoices/Documents/UpdateManyStatuses/Request.ts +2 -2
- package/src/invoices/Documents/UpdateSingle/Request.ts +3 -0
- package/src/invoices/Documents/UpdateSingleStatus/Request.ts +3 -3
- package/src/invoices/Documents/index.ts +8 -6
- package/src/invoices/Documents/{documents.interfaces.ts → invoices.documents.interfaces.ts} +7 -2
- package/src/invoices/Invoices/invoices.interfaces.ts +6 -6
- package/src/invoices/PaymentConditions/CreateMany/Request.ts +2 -3
- package/src/invoices/PaymentConditions/CreateSingle/Request.ts +2 -5
- package/src/invoices/PaymentConditions/DeleteMany/Request.ts +3 -0
- package/src/invoices/PaymentConditions/GetMany/Response.ts +2 -2
- package/src/invoices/PaymentConditions/GetSingle/Response.ts +2 -4
- package/src/invoices/PaymentConditions/UpdateMany/Request.ts +5 -3
- package/src/invoices/PaymentConditions/UpdateManyStatuses/Request.ts +2 -2
- package/src/invoices/PaymentConditions/UpdateSingle/Request.ts +1 -1
- package/src/invoices/PaymentConditions/UpdateSingle/Response.ts +2 -2
- package/src/invoices/PaymentConditions/UpdateSingleStatus/Request.ts +1 -1
- package/src/invoices/PaymentConditions/UpdateSingleStatus/Response.ts +3 -4
- package/src/invoices/PaymentConditions/index.ts +1 -0
- package/src/invoices/PaymentConditions/{payment-conditions.interface.ts → invoices.payment-conditions.interface.ts} +2 -2
- package/src/invoices/Sellers/CreateSingle/Request.ts +2 -2
- package/src/invoices/Sellers/DeleteMany/Request.ts +3 -0
- package/src/invoices/Sellers/GetMany/Response.ts +1 -1
- package/src/invoices/Sellers/GetSingle/Response.ts +1 -1
- package/src/invoices/Sellers/UpdateMany/Request.ts +6 -2
- package/src/invoices/Sellers/UpdateManyStatuses/Request.ts +1 -1
- package/src/invoices/Sellers/UpdateSingle/Request.ts +2 -2
- package/src/invoices/Sellers/UpdateSingleStatus/Request.ts +3 -3
- package/src/invoices/Sellers/index.ts +1 -0
- package/src/invoices/Sellers/{sellers.interface.ts → invoices.sellers.interface.ts} +2 -2
- package/src/invoices/Statuses/GetMany/Response.ts +2 -5
- package/src/invoices/Statuses/GetSingle/Response.ts +3 -0
- package/src/invoices/Statuses/index.ts +1 -2
- package/src/invoices/Statuses/invoices.statuses.interfaces.ts +7 -0
- package/src/invoices/Zones/CreateSingle/Request.ts +2 -2
- package/src/invoices/Zones/DeleteMany/Request.ts +3 -0
- package/src/invoices/Zones/GetMany/Response.ts +2 -2
- package/src/invoices/Zones/GetSingle/Response.ts +1 -1
- package/src/invoices/Zones/UpdateMany/Request.ts +5 -1
- package/src/invoices/Zones/UpdateManyStatuses/Request.ts +3 -4
- package/src/invoices/Zones/UpdateSingle/Request.ts +2 -2
- package/src/invoices/Zones/UpdateSingleStatus/Request.ts +3 -3
- package/src/invoices/Zones/index.ts +1 -0
- package/src/invoices/Zones/invoices.zones.interfaces.ts +8 -0
- package/src/services/Services/DeleteMany/Request.ts +2 -2
- package/src/services/Services/DeleteMany/Response.ts +3 -3
- package/src/services/Services/DeleteSingle/Response.ts +3 -3
- package/src/services/Services/GetMany/Request.ts +1 -1
- package/src/services/Services/GetMany/Response.ts +1 -1
- package/src/services/Services/GetSingle/Response.ts +1 -3
- package/src/services/Services/UpdateMany/Request.ts +2 -2
- package/src/services/Services/UpdateManyStatuses/Request.ts +2 -2
- package/src/services/Services/UpdateManyStatuses/Response.ts +3 -3
- package/src/services/Services/UpdateSingle/Response.ts +3 -3
- package/src/services/Services/UpdateSingleStatus/Request.ts +1 -1
- package/src/services/Services/UpdateSingleStatus/Response.ts +3 -3
- package/src/system/Cities/GetMany/Response.ts +1 -3
- package/src/system/Cities/GetSingle/Response.ts +3 -4
- package/src/system/Cities/system.cities.interfaces.ts +2 -2
- package/src/system/Countries/GetMany/Response.ts +1 -3
- package/src/system/Countries/GetSingle/Response.ts +3 -4
- package/src/system/Countries/system.countries.interfaces.ts +1 -1
- package/src/system/NaturalTypes/GetMany/Response.ts +1 -3
- package/src/system/NaturalTypes/GetSingle/Response.ts +3 -4
- package/src/system/NaturalTypes/system.natural-types.interfaces.ts +7 -0
- package/src/system/PersonTypes/GetMany/Response.ts +1 -3
- package/src/system/PersonTypes/GetSingle/Response.ts +3 -4
- package/src/system/PersonTypes/system.person-types.interfaces.ts +7 -0
- package/src/system/SellingTypes/GetMany/Response.ts +1 -3
- package/src/system/States/GetMany/Response.ts +1 -3
- package/src/system/States/GetSingle/Response.ts +3 -4
- package/src/system/States/system.states.interfaces.ts +1 -1
- package/src/system/TaxerTypes/GetMany/Response.ts +1 -3
- package/src/system/TaxerTypes/GetSingle/Response.ts +3 -4
- package/src/system/TaxerTypes/system.taxer-types.interfaces.ts +7 -0
- package/lib/invoices/Documents/UpsertMany/Request.d.ts +0 -4
- package/lib/invoices/Documents/UpsertMany/Request.js.map +0 -1
- package/lib/invoices/Documents/UpsertMany/Response.d.ts +0 -2
- package/lib/invoices/Documents/UpsertMany/Response.js.map +0 -1
- package/lib/invoices/Documents/UpsertSingle/Request.d.ts +0 -2
- package/lib/invoices/Documents/UpsertSingle/Request.js.map +0 -1
- package/lib/invoices/Documents/UpsertSingle/Response.js.map +0 -1
- package/lib/invoices/Documents/UpsertSingleLayout/Request.d.ts +0 -11
- package/lib/invoices/Documents/UpsertSingleLayout/Request.js.map +0 -1
- package/lib/invoices/Documents/UpsertSingleLayout/Response.d.ts +0 -2
- package/lib/invoices/Documents/UpsertSingleLayout/Response.js.map +0 -1
- package/lib/invoices/Documents/documents.interfaces.js +0 -3
- package/lib/invoices/Documents/documents.interfaces.js.map +0 -1
- package/lib/invoices/PaymentConditions/payment-conditions.interface.js +0 -3
- package/lib/invoices/PaymentConditions/payment-conditions.interface.js.map +0 -1
- package/lib/invoices/Sellers/sellers.interface.js +0 -3
- package/lib/invoices/Sellers/sellers.interface.js.map +0 -1
- package/lib/invoices/Statuses/UpdateSingle/Request.d.ts +0 -4
- package/lib/invoices/Statuses/UpdateSingle/Request.js.map +0 -1
- package/lib/invoices/Statuses/UpdateSingle/Response.d.ts +0 -2
- package/lib/invoices/Statuses/UpdateSingle/Response.js.map +0 -1
- package/lib/invoices/Statuses/statuses.interfaces.d.ts +0 -4
- package/lib/invoices/Statuses/statuses.interfaces.js +0 -3
- package/lib/invoices/Statuses/statuses.interfaces.js.map +0 -1
- package/lib/invoices/Zones/interfaces.js +0 -3
- package/lib/invoices/Zones/interfaces.js.map +0 -1
- package/src/invoices/Documents/UpsertMany/Request.ts +0 -5
- package/src/invoices/Documents/UpsertMany/Response.ts +0 -3
- package/src/invoices/Documents/UpsertSingle/Request.ts +0 -3
- package/src/invoices/Documents/UpsertSingleLayout/Request.ts +0 -16
- package/src/invoices/Documents/UpsertSingleLayout/Response.ts +0 -3
- package/src/invoices/Statuses/UpdateSingle/Request.ts +0 -4
- package/src/invoices/Statuses/UpdateSingle/Response.ts +0 -3
- package/src/invoices/Statuses/statuses.interfaces.ts +0 -4
- package/src/invoices/Zones/interfaces.ts +0 -8
- /package/lib/invoices/Documents/{UpsertMany → CreateMany}/Request.js +0 -0
- /package/lib/invoices/Documents/{UpsertMany → CreateMany}/Response.js +0 -0
- /package/lib/invoices/Documents/{UpsertSingle → CreateSingle}/Request.js +0 -0
- /package/lib/invoices/Documents/{UpsertSingle → CreateSingle}/Response.js +0 -0
- /package/lib/invoices/Documents/{UpsertSingleLayout → UpdateMany}/Request.js +0 -0
- /package/lib/invoices/Documents/{UpsertSingleLayout → UpdateMany}/Response.js +0 -0
- /package/lib/invoices/{Statuses → Documents}/UpdateSingle/Request.js +0 -0
- /package/lib/invoices/Documents/{UpsertSingle → UpdateSingle}/Response.d.ts +0 -0
- /package/lib/invoices/{Statuses → Documents}/UpdateSingle/Response.js +0 -0
- /package/src/invoices/Documents/{UpsertSingle → UpdateSingle}/Response.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"system.taxer-types.interfaces.js","sourceRoot":"","sources":["../../../src/system/TaxerTypes/system.taxer-types.interfaces.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { ManyResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersBranchesCreateManyResponse = ManyResponse
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { SingleResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersBranchesCreateSingleResponse = SingleResponse
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { ManyResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersBranchesDeleteManyResponse = ManyResponse
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { SingleResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersBranchesDeleteSingleResponse = SingleResponse
|
|
@@ -2,5 +2,5 @@ import { GetManyResponse } from '../../../interfaces'
|
|
|
2
2
|
import { CustomersBranchesResponse } from '../customers.branches.interfaces'
|
|
3
3
|
|
|
4
4
|
export type CustomersBranchesGetManyResponse = GetManyResponse & {
|
|
5
|
-
data: CustomersBranchesResponse
|
|
5
|
+
data: Array<CustomersBranchesResponse>
|
|
6
6
|
}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
import { CustomersBranchesUpdateSingleRequest } from '../UpdateSingle/Request'
|
|
2
2
|
|
|
3
|
-
export type CustomersBranchesUpdateManyRequest = Array<
|
|
3
|
+
export type CustomersBranchesUpdateManyRequest = Array<
|
|
4
|
+
CustomersBranchesUpdateSingleRequest & {
|
|
5
|
+
id: string
|
|
6
|
+
}
|
|
7
|
+
>
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { ManyResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersBranchesUpdateManyResponse = ManyResponse
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { SingleResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersBranchesUpdateSingleResponse = SingleResponse
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { SingleResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersBranchesUpdateSingleDefaultResponse = SingleResponse
|
|
@@ -3,12 +3,12 @@ import { SystemCountries } from '../../system/Countries/system.countries.interfa
|
|
|
3
3
|
import { SystemStates } from '../../system/States/system.states.interfaces'
|
|
4
4
|
import { Customers } from '../Customers/customers.interfaces'
|
|
5
5
|
|
|
6
|
-
export
|
|
7
|
-
phones: string
|
|
8
|
-
emails: string
|
|
6
|
+
export type CustomerBranchesContactInfo = {
|
|
7
|
+
phones: Array<string>
|
|
8
|
+
emails: Array<string>
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
export
|
|
11
|
+
export type CustomersBranches = {
|
|
12
12
|
id: string
|
|
13
13
|
name: string
|
|
14
14
|
contactName: string
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { ManyResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersCreateManyResponse = ManyResponse
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { SingleResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersCreateSingleResponse = SingleResponse
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
ids: string
|
|
1
|
+
export type CustomersDeleteManyRequest = {
|
|
2
|
+
ids: Array<string>
|
|
3
3
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { ManyResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersDeleteManyResponse = ManyResponse
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { SingleResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersDeleteSingleResponse = SingleResponse
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { CustomersUpdateSingleRequest } from '../UpdateSingle/Request'
|
|
2
2
|
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
export type CustomersUpdateManyRequest = Array<
|
|
4
|
+
CustomersUpdateSingleRequest & {
|
|
5
|
+
id: string
|
|
6
|
+
}
|
|
7
|
+
>
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { ManyResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersUpdateManyResponse = ManyResponse
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { ManyResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersUpdateManyStatusesResponse = ManyResponse
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { SingleResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersUpdateSingleResponse = SingleResponse
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { SingleResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type CustomersUpdateSingleStatusResponse = SingleResponse
|
|
@@ -4,7 +4,7 @@ import { SystemSellingTypeGetSingleResponse } from '../../system/SellingTypes/Ge
|
|
|
4
4
|
import { SystemTaxerTypesGetSingleResponse } from '../../system/TaxerTypes/GetSingle/Response'
|
|
5
5
|
import { CustomersBranchesCreateSingleRequest } from '../Branches'
|
|
6
6
|
|
|
7
|
-
export
|
|
7
|
+
export type Customers = {
|
|
8
8
|
id: string
|
|
9
9
|
name: string
|
|
10
10
|
name1?: string
|
package/src/interfaces.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type GetManyRequest = {
|
|
2
2
|
limit?: number
|
|
3
3
|
page?: number
|
|
4
4
|
search?: string
|
|
@@ -6,18 +6,18 @@ export interface GetManyRequest {
|
|
|
6
6
|
order?: string
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
export
|
|
9
|
+
export type GetManyResponse = {
|
|
10
10
|
count: number
|
|
11
11
|
page: number
|
|
12
12
|
limit: number
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
export
|
|
15
|
+
export type SingleResponse = {
|
|
16
16
|
id: string
|
|
17
17
|
message: string
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
export
|
|
21
|
-
ids: string
|
|
20
|
+
export type ManyResponse = {
|
|
21
|
+
ids: Array<string>
|
|
22
22
|
message: string
|
|
23
23
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GetManyResponse } from '../../../interfaces'
|
|
2
|
-
import { InvoicesDocumentsResponse } from '../documents.interfaces'
|
|
2
|
+
import { InvoicesDocumentsResponse } from '../invoices.documents.interfaces'
|
|
3
3
|
|
|
4
4
|
export type InvoicesDocumentsGetManyResponse = GetManyResponse & {
|
|
5
|
-
data: InvoicesDocumentsResponse
|
|
5
|
+
data: Array<InvoicesDocumentsResponse>
|
|
6
6
|
}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { InvoicesDocumentsResponse } from '../documents.interfaces'
|
|
1
|
+
import { InvoicesDocumentsResponse } from '../invoices.documents.interfaces'
|
|
2
2
|
|
|
3
|
-
export
|
|
4
|
-
data: InvoicesDocumentsResponse
|
|
5
|
-
}
|
|
3
|
+
export type InvoicesDocumentsGetSingleResponse = InvoicesDocumentsResponse
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type InvoicesDocumentsLayoutHelpers = {
|
|
2
2
|
length: number
|
|
3
3
|
value: string
|
|
4
4
|
type: string
|
|
@@ -6,13 +6,11 @@ export interface InvoicesDocumentsLayoutHelpers {
|
|
|
6
6
|
y: number
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
export type InvoicesDocumentsHeaderPositionsLayout = InvoicesDocumentsLayoutHelpers
|
|
10
|
-
|
|
11
9
|
export type InvoicesDocumentsShortPositionsLayout = Omit<InvoicesDocumentsLayoutHelpers, 'y'>
|
|
12
10
|
|
|
13
|
-
export
|
|
14
|
-
position_y:
|
|
15
|
-
height:
|
|
11
|
+
export type InvoicesDocumentsDetailsPositionsLayout = {
|
|
12
|
+
position_y: number
|
|
13
|
+
height: number
|
|
16
14
|
quantity: InvoicesDocumentsShortPositionsLayout
|
|
17
15
|
description: InvoicesDocumentsShortPositionsLayout
|
|
18
16
|
price: InvoicesDocumentsShortPositionsLayout
|
|
@@ -21,10 +19,10 @@ export interface InvoicesDocumentsDetailsPositionsLayout {
|
|
|
21
19
|
afecto: InvoicesDocumentsShortPositionsLayout
|
|
22
20
|
}
|
|
23
21
|
|
|
24
|
-
export
|
|
22
|
+
export type InvoicesDocumentsLayoutSingleResponse = {
|
|
25
23
|
configuration: string
|
|
26
24
|
resolution: number[]
|
|
27
|
-
header:
|
|
25
|
+
header: InvoicesDocumentsLayoutHelpers[]
|
|
28
26
|
details: InvoicesDocumentsDetailsPositionsLayout
|
|
29
27
|
totals: Omit<InvoicesDocumentsLayoutHelpers, 'length'>[]
|
|
30
28
|
fontSizeDetails: number
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export type InvoicesDocumentsUpdateSingleStatusRequest = {
|
|
2
|
+
active: boolean
|
|
3
|
+
}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
+
export * from './CreateMany/Request'
|
|
2
|
+
export * from './CreateMany/Response'
|
|
3
|
+
export * from './CreateSingle/Request'
|
|
4
|
+
export * from './CreateSingle/Response'
|
|
1
5
|
export * from './GetMany/Request'
|
|
2
6
|
export * from './GetMany/Response'
|
|
3
7
|
export * from './GetSingle/Response'
|
|
4
8
|
export * from './GetSingleLayout/Response'
|
|
9
|
+
export * from './UpdateMany/Request'
|
|
10
|
+
export * from './UpdateMany/Response'
|
|
5
11
|
export * from './UpdateManyStatuses/Request'
|
|
6
12
|
export * from './UpdateManyStatuses/Response'
|
|
13
|
+
export * from './UpdateSingle/Request'
|
|
14
|
+
export * from './UpdateSingle/Response'
|
|
7
15
|
export * from './UpdateSingleStatus/Request'
|
|
8
16
|
export * from './UpdateSingleStatus/Response'
|
|
9
|
-
export * from './UpsertMany/Request'
|
|
10
|
-
export * from './UpsertMany/Response'
|
|
11
|
-
export * from './UpsertSingle/Request'
|
|
12
|
-
export * from './UpsertSingle/Response'
|
|
13
|
-
export * from './UpsertSingleLayout/Request'
|
|
14
|
-
export * from './UpsertSingleLayout/Response'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { InvoicesDocumentTypes } from '../invoices.interfaces'
|
|
2
2
|
|
|
3
|
-
export
|
|
3
|
+
export type InvoicesDocuments = {
|
|
4
4
|
id: string
|
|
5
5
|
authorization?: string
|
|
6
6
|
initial?: number
|
|
@@ -12,6 +12,11 @@ export interface InvoicesDocuments {
|
|
|
12
12
|
documentType: Omit<InvoicesDocumentTypes, 'includeInTaxes, showForNonTaxers'>
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
export type InvoicesDocumentsRequest = Omit<
|
|
15
|
+
export type InvoicesDocumentsRequest = Omit<
|
|
16
|
+
InvoicesDocuments,
|
|
17
|
+
'id' | 'active' | 'used' | 'isCurrentDocument' | 'documentType'
|
|
18
|
+
> & {
|
|
19
|
+
documentType: number
|
|
20
|
+
}
|
|
16
21
|
|
|
17
22
|
export type InvoicesDocumentsResponse = InvoicesDocuments
|
|
@@ -6,17 +6,17 @@ import {
|
|
|
6
6
|
InvoicesCalculationsDetailsResponse,
|
|
7
7
|
InvoicesCalculationsTotalsResponse,
|
|
8
8
|
} from '../Calculation'
|
|
9
|
-
import { InvoicesDocumentsResponse } from '../Documents/documents.interfaces'
|
|
10
|
-
import { InvoicesPaymentConditionsResponse } from '../PaymentConditions/payment-conditions.interface'
|
|
11
|
-
import { InvoicesSellersResponse } from '../Sellers/sellers.interface'
|
|
12
|
-
import { InvoicesStatusesResponse } from '../Statuses/statuses.interfaces'
|
|
13
|
-
import { InvoicesZones } from '../Zones/interfaces'
|
|
9
|
+
import { InvoicesDocumentsResponse } from '../Documents/invoices.documents.interfaces'
|
|
10
|
+
import { InvoicesPaymentConditionsResponse } from '../PaymentConditions/invoices.payment-conditions.interface'
|
|
11
|
+
import { InvoicesSellersResponse } from '../Sellers/invoices.sellers.interface'
|
|
12
|
+
import { InvoicesStatusesResponse } from '../Statuses/invoices.statuses.interfaces'
|
|
13
|
+
import { InvoicesZones } from '../Zones/invoices.zones.interfaces'
|
|
14
14
|
import { InvoicesDocumentTypes } from '../invoices.interfaces'
|
|
15
15
|
|
|
16
16
|
export type InvoicesDetails = InvoicesCalculationsDetailsResponse
|
|
17
17
|
export type InvoicesTotals = InvoicesCalculationsTotalsResponse
|
|
18
18
|
|
|
19
|
-
export
|
|
19
|
+
export type Invoices = {
|
|
20
20
|
id: string
|
|
21
21
|
authorization: string
|
|
22
22
|
sequence: string
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { InvoicesPaymentConditionsCreateSingleRequest } from '../CreateSingle/Request'
|
|
2
2
|
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
}
|
|
3
|
+
export type InvoicesPaymentConditionsCreateManyRequest =
|
|
4
|
+
Array<InvoicesPaymentConditionsCreateSingleRequest>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { InvoicesPaymentConditionsRequest } from '../payment-conditions.interface'
|
|
1
|
+
import { InvoicesPaymentConditionsRequest } from '../invoices.payment-conditions.interface'
|
|
2
2
|
|
|
3
|
-
export type InvoicesPaymentConditionsCreateSingleRequest =
|
|
4
|
-
InvoicesPaymentConditionsRequest,
|
|
5
|
-
'active'
|
|
6
|
-
>
|
|
3
|
+
export type InvoicesPaymentConditionsCreateSingleRequest = InvoicesPaymentConditionsRequest
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GetManyResponse } from '../../../interfaces'
|
|
2
|
-
import { InvoicesPaymentConditionsResponse } from '../payment-conditions.interface'
|
|
2
|
+
import { InvoicesPaymentConditionsResponse } from '../invoices.payment-conditions.interface'
|
|
3
3
|
|
|
4
4
|
export type InvoicesPaymentsConditionsGetManyResponse = GetManyResponse & {
|
|
5
|
-
data: InvoicesPaymentConditionsResponse
|
|
5
|
+
data: Array<InvoicesPaymentConditionsResponse>
|
|
6
6
|
}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { InvoicesPaymentConditionsResponse } from '../payment-conditions.interface'
|
|
1
|
+
import { InvoicesPaymentConditionsResponse } from '../invoices.payment-conditions.interface'
|
|
2
2
|
|
|
3
|
-
export
|
|
4
|
-
data: InvoicesPaymentConditionsResponse
|
|
5
|
-
}
|
|
3
|
+
export type InvoicesPaymentConditionsGetSingleResponse = InvoicesPaymentConditionsResponse
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { InvoicesPaymentsConditionsUpdateSingleRequest } from '../UpdateSingle/Request'
|
|
2
2
|
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
export type InvoicesPaymentConditionsUpdateManyRequest = Array<
|
|
4
|
+
InvoicesPaymentsConditionsUpdateSingleRequest & {
|
|
5
|
+
id: string
|
|
6
|
+
}
|
|
7
|
+
>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InvoicesPaymentConditionsRequest } from '../payment-conditions.interface'
|
|
1
|
+
import { InvoicesPaymentConditionsRequest } from '../invoices.payment-conditions.interface'
|
|
2
2
|
|
|
3
3
|
export type InvoicesPaymentsConditionsUpdateSingleRequest =
|
|
4
4
|
Partial<InvoicesPaymentConditionsRequest>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SingleResponse } from '../../../interfaces'
|
|
2
2
|
|
|
3
|
-
export type InvoicesPaymentsConditionsUpdateSingleResponse =
|
|
3
|
+
export type InvoicesPaymentsConditionsUpdateSingleResponse = SingleResponse
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
import { SingleResponse } from '../../../interfaces'
|
|
2
|
+
|
|
3
|
+
export type InvoicesPaymentsConditionsUpdateSingleStatusResponse = SingleResponse
|
|
@@ -2,6 +2,7 @@ export * from './CreateMany/Request'
|
|
|
2
2
|
export * from './CreateMany/Response'
|
|
3
3
|
export * from './CreateSingle/Request'
|
|
4
4
|
export * from './CreateSingle/Response'
|
|
5
|
+
export * from './DeleteMany/Request'
|
|
5
6
|
export * from './DeleteMany/Response'
|
|
6
7
|
export * from './DeleteSingle/Response'
|
|
7
8
|
export * from './GetMany/Request'
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type InvoicesPaymentConditons = {
|
|
2
2
|
id: string
|
|
3
3
|
name: string
|
|
4
4
|
active: boolean
|
|
5
5
|
cashPayment: boolean
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
export type InvoicesPaymentConditionsRequest = Omit<InvoicesPaymentConditons, 'id'>
|
|
8
|
+
export type InvoicesPaymentConditionsRequest = Omit<InvoicesPaymentConditons, 'id' | 'active'>
|
|
9
9
|
|
|
10
10
|
export type InvoicesPaymentConditionsResponse = InvoicesPaymentConditons
|