@openbox/shared-types 0.1.97 → 0.1.99
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/.vscode/settings.json +5 -1
- package/lib/auth/Auth/RefreshToken/Request.d.ts +3 -0
- package/lib/auth/Auth/RefreshToken/Request.js.map +1 -0
- package/lib/auth/Auth/RefreshToken/Response.d.ts +4 -0
- package/lib/auth/Auth/RefreshToken/Response.js.map +1 -0
- package/lib/customers/Branches/CreateMany/Response.d.ts +1 -1
- package/lib/customers/Branches/CreateSingle/Request.d.ts +2 -13
- package/lib/customers/Branches/GetMany/Request.d.ts +3 -7
- package/lib/customers/Branches/GetMany/Response.d.ts +5 -21
- package/lib/customers/Branches/GetSingle/Response.d.ts +2 -16
- package/lib/customers/Branches/UpdateSingle/Request.d.ts +2 -6
- package/lib/customers/Branches/UpdateSingleDefault/Request.d.ts +2 -2
- package/lib/customers/Branches/interfaces.d.ts +8 -2
- package/lib/customers/Customers/CreateMany/Request.d.ts +4 -0
- package/lib/customers/Customers/CreateMany/Request.js.map +1 -0
- package/lib/customers/Customers/CreateMany/Response.d.ts +4 -0
- package/lib/customers/Customers/CreateMany/Response.js.map +1 -0
- package/lib/customers/Customers/CreateSingle/Request.d.ts +2 -16
- package/lib/customers/Customers/DeleteMany/Response.d.ts +1 -0
- package/lib/customers/Customers/GetMany/Request.d.ts +3 -8
- package/lib/customers/Customers/GetMany/Response.d.ts +5 -26
- package/lib/customers/Customers/GetSingle/Response.d.ts +2 -27
- package/lib/customers/Customers/UpdateMany/Request.d.ts +4 -0
- package/lib/customers/Customers/UpdateMany/Request.js.map +1 -0
- package/lib/customers/Customers/UpdateMany/Response.d.ts +4 -0
- package/lib/customers/Customers/UpdateMany/Response.js.map +1 -0
- package/lib/customers/Customers/UpdateManyStatuses/Request.d.ts +1 -1
- package/lib/customers/Customers/UpdateManyStatuses/Response.d.ts +1 -0
- package/lib/customers/Customers/UpdateSingle/Request.d.ts +2 -20
- package/lib/customers/Customers/UpdateSingleStatus/Request.d.ts +3 -0
- package/lib/customers/Customers/UpdateSingleStatus/Request.js.map +1 -0
- package/lib/customers/Customers/interfaces.d.ts +41 -0
- package/lib/customers/Customers/interfaces.js +3 -0
- package/lib/customers/Customers/interfaces.js.map +1 -0
- package/lib/interfaces.d.ts +20 -0
- package/lib/interfaces.js +3 -0
- package/lib/interfaces.js.map +1 -0
- package/lib/invoices/Documents/GetMany/Request.d.ts +3 -7
- package/lib/invoices/Documents/GetMany/Response.d.ts +5 -23
- package/lib/invoices/Documents/GetSingle/Response.d.ts +2 -0
- package/lib/invoices/Documents/GetSingleLayout/Response.d.ts +28 -1
- package/lib/invoices/Documents/UpdateManyStatuses/Request.d.ts +4 -0
- package/lib/invoices/Documents/UpdateManyStatuses/Request.js.map +1 -0
- package/lib/invoices/Documents/UpdateManyStatuses/Response.d.ts +2 -0
- package/lib/invoices/Documents/UpdateManyStatuses/Response.js.map +1 -0
- package/lib/invoices/Documents/UpdateSingleStatus/Request.d.ts +2 -2
- package/lib/invoices/Documents/UpdateSingleStatus/Response.d.ts +2 -2
- package/lib/invoices/Documents/UpsertMany/Request.d.ts +4 -0
- package/lib/invoices/Documents/UpsertMany/Request.js.map +1 -0
- package/lib/invoices/Documents/UpsertMany/Response.d.ts +2 -0
- package/lib/invoices/Documents/UpsertMany/Response.js.map +1 -0
- package/lib/invoices/Documents/UpsertSingle/Request.d.ts +2 -0
- package/lib/invoices/Documents/UpsertSingle/Request.js.map +1 -0
- package/lib/invoices/Documents/UpsertSingle/Response.d.ts +2 -0
- package/lib/invoices/Documents/UpsertSingle/Response.js.map +1 -0
- package/lib/invoices/Documents/UpsertSingleLayout/Request.d.ts +10 -1
- package/lib/invoices/Documents/UpsertSingleLayout/Response.d.ts +2 -2
- package/lib/invoices/Documents/documents.interfaces.d.ts +14 -0
- package/lib/invoices/Documents/documents.interfaces.js +3 -0
- package/lib/invoices/Documents/documents.interfaces.js.map +1 -0
- package/lib/invoices/Documents/index.d.ts +6 -4
- package/lib/invoices/Documents/index.js +6 -4
- package/lib/invoices/Documents/index.js.map +1 -1
- package/lib/invoices/Invoices/CreateMany/Request.d.ts +2 -0
- package/lib/invoices/Invoices/CreateMany/Request.js.map +1 -0
- package/lib/invoices/Invoices/CreateMany/Response.d.ts +2 -0
- package/lib/invoices/Invoices/CreateMany/Response.js.map +1 -0
- package/lib/invoices/Invoices/CreateReserved/Request.d.ts +5 -0
- package/lib/invoices/Invoices/CreateReserved/Request.js.map +1 -0
- package/lib/invoices/Invoices/CreateReserved/Response.d.ts +2 -0
- package/lib/invoices/Invoices/CreateReserved/Response.js.map +1 -0
- package/lib/invoices/Invoices/CreateSingle/Request.d.ts +44 -2
- package/lib/invoices/Invoices/CreateSingle/Response.d.ts +2 -2
- package/lib/invoices/Invoices/DeleteMany/Response.d.ts +2 -0
- package/lib/invoices/Invoices/DeleteMany/Response.js.map +1 -0
- package/lib/invoices/Invoices/DeleteSingle/Response.d.ts +2 -2
- package/lib/invoices/Invoices/GetDocumentTypes/Response.d.ts +2 -0
- package/lib/invoices/Invoices/GetDocumentTypes/Response.js.map +1 -0
- package/lib/invoices/Invoices/GetMany/Request.d.ts +11 -2
- package/lib/invoices/Invoices/GetMany/Response.d.ts +9 -2
- package/lib/invoices/Invoices/GetSingle/Response.d.ts +2 -2
- package/lib/invoices/Invoices/UpdateMany/Request.d.ts +2 -0
- package/lib/invoices/Invoices/UpdateMany/Request.js.map +1 -0
- package/lib/invoices/Invoices/UpdateMany/Response.d.ts +2 -0
- package/lib/invoices/Invoices/UpdateMany/Response.js.map +1 -0
- package/lib/invoices/Invoices/UpdateSingle/Request.d.ts +2 -2
- package/lib/invoices/Invoices/UpdateSingle/Response.d.ts +2 -2
- package/lib/invoices/Invoices/index.d.ts +8 -8
- package/lib/invoices/Invoices/index.js +8 -8
- package/lib/invoices/Invoices/index.js.map +1 -1
- package/lib/invoices/Invoices/invoices.interfaces.d.ts +57 -0
- package/lib/invoices/Invoices/invoices.interfaces.js +3 -0
- package/lib/invoices/Invoices/invoices.interfaces.js.map +1 -0
- package/lib/invoices/PaymentConditions/CreateMany/Request.d.ts +4 -0
- package/lib/invoices/PaymentConditions/CreateMany/Request.js.map +1 -0
- package/lib/invoices/PaymentConditions/CreateMany/Response.d.ts +2 -0
- package/lib/invoices/PaymentConditions/CreateMany/Response.js.map +1 -0
- package/lib/invoices/PaymentConditions/CreateSingle/Request.d.ts +2 -0
- package/lib/invoices/PaymentConditions/CreateSingle/Request.js.map +1 -0
- package/lib/invoices/PaymentConditions/CreateSingle/Response.d.ts +2 -0
- package/lib/invoices/PaymentConditions/CreateSingle/Response.js.map +1 -0
- package/lib/invoices/PaymentConditions/DeleteMany/Response.d.ts +2 -0
- package/lib/invoices/PaymentConditions/DeleteMany/Response.js.map +1 -0
- package/lib/invoices/PaymentConditions/DeleteSingle/Response.d.ts +2 -0
- package/lib/invoices/PaymentConditions/DeleteSingle/Response.js.map +1 -0
- package/lib/invoices/PaymentConditions/GetMany/Request.d.ts +4 -0
- package/lib/invoices/PaymentConditions/GetMany/Request.js.map +1 -0
- package/lib/invoices/PaymentConditions/GetMany/Response.d.ts +5 -0
- package/lib/invoices/PaymentConditions/GetMany/Response.js.map +1 -0
- package/lib/invoices/PaymentConditions/GetSingle/Response.d.ts +4 -0
- package/lib/invoices/PaymentConditions/GetSingle/Response.js.map +1 -0
- package/lib/invoices/PaymentConditions/UpdateMany/Request.d.ts +4 -0
- package/lib/invoices/PaymentConditions/UpdateMany/Request.js.map +1 -0
- package/lib/invoices/PaymentConditions/UpdateMany/Response.d.ts +2 -0
- package/lib/invoices/PaymentConditions/UpdateMany/Response.js +3 -0
- package/lib/invoices/PaymentConditions/UpdateMany/Response.js.map +1 -0
- package/lib/invoices/PaymentConditions/UpdateManyStatuses/Request.d.ts +4 -0
- package/lib/invoices/PaymentConditions/UpdateManyStatuses/Request.js +3 -0
- package/lib/invoices/PaymentConditions/UpdateManyStatuses/Request.js.map +1 -0
- package/lib/invoices/PaymentConditions/UpdateManyStatuses/Response.d.ts +2 -0
- package/lib/invoices/PaymentConditions/UpdateManyStatuses/Response.js +3 -0
- package/lib/invoices/PaymentConditions/UpdateManyStatuses/Response.js.map +1 -0
- package/lib/invoices/PaymentConditions/UpdateSingle/Request.d.ts +2 -0
- package/lib/invoices/PaymentConditions/UpdateSingle/Request.js +3 -0
- package/lib/invoices/PaymentConditions/UpdateSingle/Request.js.map +1 -0
- package/lib/invoices/PaymentConditions/UpdateSingle/Response.d.ts +2 -0
- package/lib/invoices/PaymentConditions/UpdateSingle/Response.js +3 -0
- package/lib/invoices/PaymentConditions/UpdateSingle/Response.js.map +1 -0
- package/{src/invoices/PaymentsConditions/UpdateSingleStatus/Request.ts → lib/invoices/PaymentConditions/UpdateSingleStatus/Request.d.ts} +3 -1
- package/lib/invoices/PaymentConditions/UpdateSingleStatus/Request.js +3 -0
- package/lib/invoices/PaymentConditions/UpdateSingleStatus/Request.js.map +1 -0
- package/{src/invoices/PaymentsConditions/UpdateSingleStatus/Response.ts → lib/invoices/PaymentConditions/UpdateSingleStatus/Response.d.ts} +4 -1
- package/lib/invoices/PaymentConditions/UpdateSingleStatus/Response.js +3 -0
- package/lib/invoices/PaymentConditions/UpdateSingleStatus/Response.js.map +1 -0
- package/lib/invoices/{PaymentsConditions → PaymentConditions}/index.d.ts +8 -0
- package/lib/invoices/{PaymentsConditions → PaymentConditions}/index.js +8 -0
- package/lib/invoices/PaymentConditions/index.js.map +1 -0
- package/lib/invoices/PaymentConditions/payment-conditions.interface.d.ts +8 -0
- package/lib/invoices/PaymentConditions/payment-conditions.interface.js +3 -0
- package/lib/invoices/PaymentConditions/payment-conditions.interface.js.map +1 -0
- package/lib/invoices/Sellers/CreateMany/Request.d.ts +4 -0
- package/lib/invoices/Sellers/CreateMany/Request.js +3 -0
- package/lib/invoices/Sellers/CreateMany/Request.js.map +1 -0
- package/lib/invoices/Sellers/CreateMany/Response.d.ts +2 -0
- package/lib/invoices/Sellers/CreateMany/Response.js +3 -0
- package/lib/invoices/Sellers/CreateMany/Response.js.map +1 -0
- package/lib/invoices/Sellers/CreateSingle/Request.d.ts +2 -0
- package/lib/invoices/Sellers/CreateSingle/Request.js +3 -0
- package/lib/invoices/Sellers/CreateSingle/Request.js.map +1 -0
- package/lib/invoices/Sellers/CreateSingle/Response.d.ts +2 -0
- package/lib/invoices/Sellers/CreateSingle/Response.js +3 -0
- package/lib/invoices/Sellers/CreateSingle/Response.js.map +1 -0
- package/lib/invoices/Sellers/DeleteMany/Response.d.ts +2 -0
- package/lib/invoices/Sellers/DeleteMany/Response.js +3 -0
- package/lib/invoices/Sellers/DeleteMany/Response.js.map +1 -0
- package/lib/invoices/Sellers/DeleteSingle/Response.d.ts +2 -0
- package/lib/invoices/Sellers/DeleteSingle/Response.js +3 -0
- package/lib/invoices/Sellers/DeleteSingle/Response.js.map +1 -0
- package/lib/invoices/Sellers/GetMany/Request.d.ts +4 -0
- package/lib/invoices/Sellers/GetMany/Request.js +3 -0
- package/lib/invoices/Sellers/GetMany/Request.js.map +1 -0
- package/lib/invoices/Sellers/GetMany/Response.d.ts +4 -0
- package/lib/invoices/Sellers/GetMany/Response.js +3 -0
- package/lib/invoices/Sellers/GetMany/Response.js.map +1 -0
- package/lib/invoices/Sellers/GetSingle/Response.d.ts +4 -0
- package/lib/invoices/Sellers/GetSingle/Response.js +3 -0
- package/lib/invoices/Sellers/GetSingle/Response.js.map +1 -0
- package/lib/invoices/Sellers/UpdateMany/Request.d.ts +4 -0
- package/lib/invoices/Sellers/UpdateMany/Request.js +3 -0
- package/lib/invoices/Sellers/UpdateMany/Request.js.map +1 -0
- package/lib/invoices/Sellers/UpdateMany/Response.d.ts +2 -0
- package/lib/invoices/Sellers/UpdateMany/Response.js +3 -0
- package/lib/invoices/Sellers/UpdateMany/Response.js.map +1 -0
- package/lib/invoices/Sellers/UpdateManyStatuses/Request.d.ts +4 -0
- package/lib/invoices/Sellers/UpdateManyStatuses/Request.js +3 -0
- package/lib/invoices/Sellers/UpdateManyStatuses/Request.js.map +1 -0
- package/lib/invoices/Sellers/UpdateManyStatuses/Response.d.ts +2 -0
- package/lib/invoices/Sellers/UpdateManyStatuses/Response.js +3 -0
- package/lib/invoices/Sellers/UpdateManyStatuses/Response.js.map +1 -0
- package/lib/invoices/Sellers/UpdateSingle/Request.d.ts +2 -0
- package/lib/invoices/Sellers/UpdateSingle/Request.js +3 -0
- package/lib/invoices/Sellers/UpdateSingle/Request.js.map +1 -0
- package/lib/invoices/Sellers/UpdateSingle/Response.d.ts +2 -0
- package/lib/invoices/Sellers/UpdateSingle/Response.js +3 -0
- package/lib/invoices/Sellers/UpdateSingle/Response.js.map +1 -0
- package/lib/invoices/Sellers/UpdateSingleStatus/Request.d.ts +2 -0
- package/lib/invoices/Sellers/UpdateSingleStatus/Request.js +3 -0
- package/lib/invoices/Sellers/UpdateSingleStatus/Request.js.map +1 -0
- package/lib/invoices/Sellers/UpdateSingleStatus/Response.d.ts +2 -0
- package/lib/invoices/Sellers/UpdateSingleStatus/Response.js +3 -0
- package/lib/invoices/Sellers/UpdateSingleStatus/Response.js.map +1 -0
- package/lib/invoices/{Seller → Sellers}/index.d.ts +8 -0
- package/lib/invoices/{Seller → Sellers}/index.js +8 -0
- package/lib/invoices/Sellers/index.js.map +1 -0
- package/lib/invoices/Sellers/sellers.interface.d.ts +8 -0
- package/lib/invoices/Sellers/sellers.interface.js +3 -0
- package/lib/invoices/Sellers/sellers.interface.js.map +1 -0
- package/lib/invoices/Statuses/GetMany/Response.d.ts +5 -2
- package/lib/invoices/Statuses/UpdateSingle/Request.d.ts +2 -0
- package/lib/invoices/Statuses/UpdateSingle/Response.d.ts +2 -2
- package/lib/invoices/Statuses/statuses.interfaces.d.ts +4 -0
- package/lib/invoices/Statuses/statuses.interfaces.js +3 -0
- package/lib/invoices/Statuses/statuses.interfaces.js.map +1 -0
- package/lib/invoices/Zones/CreateMany/Request.d.ts +4 -0
- package/lib/invoices/Zones/CreateMany/Request.js +3 -0
- package/lib/invoices/Zones/CreateMany/Request.js.map +1 -0
- package/lib/invoices/Zones/CreateMany/Response.d.ts +2 -0
- package/lib/invoices/Zones/CreateMany/Response.js +3 -0
- package/lib/invoices/Zones/CreateMany/Response.js.map +1 -0
- package/lib/invoices/Zones/CreateSingle/Request.d.ts +2 -3
- package/lib/invoices/Zones/CreateSingle/Response.d.ts +2 -4
- package/lib/invoices/Zones/DeleteMany/Response.d.ts +2 -0
- package/lib/invoices/Zones/DeleteMany/Response.js +3 -0
- package/lib/invoices/Zones/DeleteMany/Response.js.map +1 -0
- package/lib/invoices/Zones/DeleteSingle/Response.d.ts +2 -4
- package/lib/invoices/Zones/GetMany/Request.d.ts +4 -8
- package/lib/invoices/Zones/GetMany/Response.d.ts +5 -8
- package/lib/invoices/Zones/GetSingle/Response.d.ts +4 -0
- package/lib/invoices/Zones/GetSingle/Response.js +3 -0
- package/lib/invoices/Zones/GetSingle/Response.js.map +1 -0
- package/lib/invoices/Zones/UpdateMany/Request.d.ts +4 -0
- package/lib/invoices/Zones/UpdateMany/Request.js +3 -0
- package/lib/invoices/Zones/UpdateMany/Request.js.map +1 -0
- package/lib/invoices/Zones/UpdateMany/Response.d.ts +2 -0
- package/lib/invoices/Zones/UpdateMany/Response.js +3 -0
- package/lib/invoices/Zones/UpdateMany/Response.js.map +1 -0
- package/lib/invoices/Zones/UpdateManyStatuses/Request.d.ts +4 -0
- package/lib/invoices/Zones/UpdateManyStatuses/Request.js +3 -0
- package/lib/invoices/Zones/UpdateManyStatuses/Request.js.map +1 -0
- package/lib/invoices/Zones/UpdateManyStatuses/Response.d.ts +2 -0
- package/lib/invoices/Zones/UpdateManyStatuses/Response.js +3 -0
- package/lib/invoices/Zones/UpdateManyStatuses/Response.js.map +1 -0
- package/lib/invoices/Zones/UpdateSingle/Request.d.ts +2 -3
- package/lib/invoices/Zones/UpdateSingle/Response.d.ts +2 -4
- package/lib/invoices/Zones/UpdateSingleStatus/Request.d.ts +2 -2
- package/lib/invoices/Zones/UpdateSingleStatus/Response.d.ts +2 -2
- package/lib/invoices/Zones/index.d.ts +8 -0
- package/lib/invoices/Zones/index.js +8 -0
- package/lib/invoices/Zones/index.js.map +1 -1
- package/lib/invoices/Zones/interfaces.d.ts +7 -0
- package/lib/invoices/Zones/interfaces.js +3 -0
- package/lib/invoices/Zones/interfaces.js.map +1 -0
- package/lib/invoices/index.d.ts +2 -2
- package/lib/invoices/index.js +2 -2
- package/lib/invoices/index.js.map +1 -1
- package/lib/invoices/invoices.interfaces.d.ts +7 -0
- package/lib/invoices/invoices.interfaces.js +3 -0
- package/lib/invoices/invoices.interfaces.js.map +1 -0
- package/lib/services/SellingTypes/GetMany/Response.d.ts +3 -6
- package/lib/services/SellingTypes/GetSingle/Response.d.ts +2 -0
- package/lib/services/SellingTypes/GetSingle/Response.js +3 -0
- package/lib/services/SellingTypes/GetSingle/Response.js.map +1 -0
- package/lib/services/SellingTypes/services.selling-types.interface.d.ts +4 -0
- package/lib/services/SellingTypes/services.selling-types.interface.js +3 -0
- package/lib/services/SellingTypes/services.selling-types.interface.js.map +1 -0
- package/lib/services/Services/CreateMany/Request.d.ts +2 -0
- package/lib/services/Services/CreateMany/Request.js +3 -0
- package/lib/services/Services/CreateMany/Request.js.map +1 -0
- package/lib/services/Services/CreateMany/Response.d.ts +2 -0
- package/lib/services/Services/CreateMany/Response.js +3 -0
- package/lib/services/Services/CreateMany/Response.js.map +1 -0
- package/lib/services/Services/CreateSingle/Request.d.ts +2 -11
- package/lib/services/Services/CreateSingle/Response.d.ts +2 -4
- package/lib/services/Services/GetMany/Request.d.ts +3 -7
- package/lib/services/Services/GetMany/Response.d.ts +5 -16
- package/lib/services/Services/GetSingle/Response.d.ts +2 -15
- package/lib/services/Services/UpdateMany/Request.d.ts +4 -0
- package/lib/services/Services/UpdateMany/Request.js +3 -0
- package/lib/services/Services/UpdateMany/Request.js.map +1 -0
- package/lib/services/Services/UpdateMany/Response.d.ts +2 -0
- package/lib/services/Services/UpdateMany/Response.js +3 -0
- package/lib/services/Services/UpdateMany/Response.js.map +1 -0
- package/lib/services/Services/UpdateManyStatuses/Request.d.ts +1 -1
- package/lib/services/Services/UpdateSingle/Request.d.ts +2 -11
- package/lib/services/Services/services.interface.d.ts +17 -0
- package/lib/services/Services/services.interface.js +3 -0
- package/lib/services/Services/services.interface.js.map +1 -0
- package/lib/system/NaturalTypes/GetMany/Response.d.ts +4 -0
- package/lib/system/NaturalTypes/GetMany/Response.js +3 -0
- package/lib/system/NaturalTypes/GetMany/Response.js.map +1 -0
- package/lib/system/NaturalTypes/GetSingle/Response.d.ts +4 -0
- package/lib/system/NaturalTypes/GetSingle/Response.js +3 -0
- package/lib/system/NaturalTypes/GetSingle/Response.js.map +1 -0
- package/lib/system/NaturalTypes/index.js.map +1 -0
- package/lib/system/PersonTypes/GetMany/Response.d.ts +3 -6
- package/lib/system/PersonTypes/GetSingle/Response.d.ts +4 -0
- package/lib/system/PersonTypes/GetSingle/Response.js +3 -0
- package/lib/system/PersonTypes/GetSingle/Response.js.map +1 -0
- package/lib/system/SellingTypes/GetMany/Response.d.ts +3 -9
- package/lib/system/SellingTypes/GetSingle/Response.d.ts +2 -0
- package/lib/system/SellingTypes/GetSingle/Response.js +3 -0
- package/lib/system/SellingTypes/GetSingle/Response.js.map +1 -0
- package/lib/system/SellingTypes/system.selling-types.interface.d.ts +9 -0
- package/lib/system/SellingTypes/system.selling-types.interface.js +3 -0
- package/lib/system/SellingTypes/system.selling-types.interface.js.map +1 -0
- package/lib/system/TaxerTypes/GetMany/Response.d.ts +3 -6
- package/lib/system/TaxerTypes/GetSingle/Response.d.ts +4 -0
- package/lib/system/TaxerTypes/GetSingle/Response.js +3 -0
- package/lib/system/TaxerTypes/GetSingle/Response.js.map +1 -0
- package/lib/system/index.d.ts +1 -1
- package/lib/system/index.js +1 -1
- package/lib/system/index.js.map +1 -1
- package/package.json +1 -1
- package/src/auth/Auth/RefreshToken/Request.ts +3 -0
- package/src/auth/Auth/RefreshToken/Response.ts +5 -0
- package/src/customers/Branches/CreateMany/Response.ts +1 -1
- package/src/customers/Branches/CreateSingle/Request.ts +2 -13
- package/src/customers/Branches/GetMany/Request.ts +3 -6
- package/src/customers/Branches/GetMany/Response.ts +4 -25
- package/src/customers/Branches/GetSingle/Response.ts +2 -17
- package/src/customers/Branches/UpdateSingle/Request.ts +2 -6
- package/src/customers/Branches/UpdateSingleDefault/Request.ts +2 -2
- package/src/customers/Branches/interfaces.ts +9 -2
- package/src/customers/Customers/CreateMany/Request.ts +5 -0
- package/src/customers/Customers/CreateMany/Response.ts +4 -0
- package/src/customers/Customers/CreateSingle/Request.ts +2 -16
- package/src/customers/Customers/DeleteMany/Response.ts +1 -0
- package/src/customers/Customers/GetMany/Request.ts +3 -7
- package/src/customers/Customers/GetMany/Response.ts +4 -31
- package/src/customers/Customers/GetSingle/Response.ts +2 -28
- package/src/customers/Customers/UpdateMany/Request.ts +5 -0
- package/src/customers/Customers/UpdateMany/Response.ts +4 -0
- package/src/customers/Customers/UpdateManyStatuses/Request.ts +1 -1
- package/src/customers/Customers/UpdateManyStatuses/Response.ts +1 -0
- package/src/customers/Customers/UpdateSingle/Request.ts +2 -20
- package/src/customers/Customers/UpdateSingleStatus/Request.ts +3 -0
- package/src/customers/Customers/interfaces.ts +42 -0
- package/src/interfaces.ts +23 -0
- package/src/invoices/Documents/GetMany/Request.ts +3 -6
- package/src/invoices/Documents/GetMany/Response.ts +5 -22
- package/src/invoices/Documents/GetSingle/Response.ts +5 -1
- package/src/invoices/Documents/GetSingleLayout/Response.ts +33 -1
- package/src/invoices/Documents/UpdateManyStatuses/Request.ts +4 -0
- package/src/invoices/Documents/UpdateManyStatuses/Response.ts +3 -0
- package/src/invoices/Documents/UpdateSingleStatus/Request.ts +3 -1
- package/src/invoices/Documents/UpdateSingleStatus/Response.ts +3 -1
- package/src/invoices/Documents/UpsertMany/Request.ts +5 -0
- package/src/invoices/Documents/UpsertMany/Response.ts +3 -0
- package/src/invoices/Documents/UpsertSingle/Request.ts +3 -0
- package/src/invoices/Documents/UpsertSingle/Response.ts +3 -0
- package/src/invoices/Documents/UpsertSingleLayout/Request.ts +16 -1
- package/src/invoices/Documents/UpsertSingleLayout/Response.ts +3 -1
- package/src/invoices/Documents/documents.interfaces.ts +17 -0
- package/src/invoices/Documents/index.ts +6 -4
- package/src/invoices/Invoices/CreateMany/Request.ts +3 -0
- package/src/invoices/Invoices/CreateMany/Response.ts +3 -0
- package/src/invoices/Invoices/CreateReserved/Request.ts +9 -0
- package/src/invoices/Invoices/CreateReserved/Response.ts +3 -0
- package/src/invoices/Invoices/CreateSingle/Request.ts +47 -1
- package/src/invoices/Invoices/CreateSingle/Response.ts +3 -1
- package/src/invoices/Invoices/DeleteMany/Response.ts +3 -0
- package/src/invoices/Invoices/DeleteSingle/Response.ts +3 -1
- package/src/invoices/Invoices/GetDocumentTypes/Response.ts +3 -0
- package/src/invoices/Invoices/GetMany/Request.ts +12 -1
- package/src/invoices/Invoices/GetMany/Response.ts +14 -1
- package/src/invoices/Invoices/GetSingle/Response.ts +3 -1
- package/src/invoices/Invoices/UpdateMany/Request.ts +3 -0
- package/src/invoices/Invoices/UpdateMany/Response.ts +3 -0
- package/src/invoices/Invoices/UpdateSingle/Request.ts +4 -1
- package/src/invoices/Invoices/UpdateSingle/Response.ts +3 -1
- package/src/invoices/Invoices/index.ts +8 -8
- package/src/invoices/Invoices/invoices.interfaces.ts +62 -0
- package/src/invoices/PaymentConditions/CreateMany/Request.ts +5 -0
- package/src/invoices/PaymentConditions/CreateMany/Response.ts +3 -0
- package/src/invoices/PaymentConditions/CreateSingle/Request.ts +6 -0
- package/src/invoices/PaymentConditions/CreateSingle/Response.ts +3 -0
- package/src/invoices/PaymentConditions/DeleteMany/Response.ts +3 -0
- package/src/invoices/PaymentConditions/DeleteSingle/Response.ts +3 -0
- package/src/invoices/PaymentConditions/GetMany/Request.ts +5 -0
- package/src/invoices/PaymentConditions/GetMany/Response.ts +6 -0
- package/src/invoices/PaymentConditions/GetSingle/Response.ts +5 -0
- package/src/invoices/PaymentConditions/UpdateMany/Request.ts +5 -0
- package/src/invoices/PaymentConditions/UpdateMany/Response.ts +3 -0
- package/src/invoices/PaymentConditions/UpdateManyStatuses/Request.ts +4 -0
- package/src/invoices/PaymentConditions/UpdateManyStatuses/Response.ts +3 -0
- package/src/invoices/PaymentConditions/UpdateSingle/Request.ts +4 -0
- package/src/invoices/PaymentConditions/UpdateSingle/Response.ts +3 -0
- package/{lib/invoices/PaymentsConditions/UpdateSingleStatus/Request.d.ts → src/invoices/PaymentConditions/UpdateSingleStatus/Request.ts} +1 -0
- package/{lib/invoices/PaymentsConditions/UpdateSingleStatus/Response.d.ts → src/invoices/PaymentConditions/UpdateSingleStatus/Response.ts} +2 -0
- package/src/invoices/{PaymentsConditions → PaymentConditions}/index.ts +8 -0
- package/src/invoices/PaymentConditions/payment-conditions.interface.ts +10 -0
- package/src/invoices/Sellers/CreateMany/Request.ts +5 -0
- package/src/invoices/Sellers/CreateMany/Response.ts +3 -0
- package/src/invoices/Sellers/CreateSingle/Request.ts +3 -0
- package/src/invoices/Sellers/CreateSingle/Response.ts +3 -0
- package/src/invoices/Sellers/DeleteMany/Response.ts +3 -0
- package/src/invoices/Sellers/DeleteSingle/Response.ts +3 -0
- package/src/invoices/Sellers/GetMany/Request.ts +5 -0
- package/src/invoices/Sellers/GetMany/Response.ts +5 -0
- package/src/invoices/Sellers/GetSingle/Response.ts +5 -0
- package/src/invoices/Sellers/UpdateMany/Request.ts +5 -0
- package/src/invoices/Sellers/UpdateMany/Response.ts +3 -0
- package/src/invoices/Sellers/UpdateManyStatuses/Request.ts +4 -0
- package/src/invoices/Sellers/UpdateManyStatuses/Response.ts +3 -0
- package/src/invoices/Sellers/UpdateSingle/Request.ts +3 -0
- package/src/invoices/Sellers/UpdateSingle/Response.ts +3 -0
- package/src/invoices/Sellers/UpdateSingleStatus/Request.ts +3 -0
- package/src/invoices/Sellers/UpdateSingleStatus/Response.ts +3 -0
- package/src/invoices/{Seller → Sellers}/index.ts +8 -0
- package/src/invoices/Sellers/sellers.interface.ts +10 -0
- package/src/invoices/Statuses/GetMany/Response.ts +6 -1
- package/src/invoices/Statuses/UpdateSingle/Request.ts +4 -1
- package/src/invoices/Statuses/UpdateSingle/Response.ts +3 -1
- package/src/invoices/Statuses/statuses.interfaces.ts +4 -0
- package/src/invoices/Zones/CreateMany/Request.ts +5 -0
- package/src/invoices/Zones/CreateMany/Response.ts +3 -0
- package/src/invoices/Zones/CreateSingle/Request.ts +3 -3
- package/src/invoices/Zones/CreateSingle/Response.ts +3 -4
- package/src/invoices/Zones/DeleteMany/Response.ts +3 -0
- package/src/invoices/Zones/DeleteSingle/Response.ts +3 -4
- package/src/invoices/Zones/GetMany/Request.ts +4 -7
- package/src/invoices/Zones/GetMany/Response.ts +5 -7
- package/src/invoices/Zones/GetSingle/Response.ts +5 -0
- package/src/invoices/Zones/UpdateMany/Request.ts +5 -0
- package/src/invoices/Zones/UpdateMany/Response.ts +3 -0
- package/src/invoices/Zones/UpdateManyStatuses/Request.ts +5 -0
- package/src/invoices/Zones/UpdateManyStatuses/Response.ts +3 -0
- package/src/invoices/Zones/UpdateSingle/Request.ts +3 -3
- package/src/invoices/Zones/UpdateSingle/Response.ts +3 -4
- package/src/invoices/Zones/UpdateSingleStatus/Request.ts +3 -1
- package/src/invoices/Zones/UpdateSingleStatus/Response.ts +3 -1
- package/src/invoices/Zones/index.ts +8 -0
- package/src/invoices/Zones/interfaces.ts +8 -0
- package/src/invoices/index.ts +2 -2
- package/src/invoices/invoices.interfaces.ts +7 -0
- package/src/services/SellingTypes/GetMany/Response.ts +3 -6
- package/src/services/SellingTypes/GetSingle/Response.ts +3 -0
- package/src/services/SellingTypes/services.selling-types.interface.ts +9 -0
- package/src/services/Services/CreateMany/Request.ts +3 -0
- package/src/services/Services/CreateMany/Response.ts +3 -0
- package/src/services/Services/CreateSingle/Request.ts +3 -11
- package/src/services/Services/CreateSingle/Response.ts +3 -4
- package/src/services/Services/GetMany/Request.ts +3 -6
- package/src/services/Services/GetMany/Response.ts +4 -16
- package/src/services/Services/GetSingle/Response.ts +2 -16
- package/src/services/Services/UpdateMany/Request.ts +3 -0
- package/src/services/Services/UpdateMany/Response.ts +3 -0
- package/src/services/Services/UpdateManyStatuses/Request.ts +1 -1
- package/src/services/Services/UpdateSingle/Request.ts +3 -11
- package/src/services/Services/services.interface.ts +19 -0
- package/src/system/NaturalTypes/GetMany/Response.ts +5 -0
- package/src/system/NaturalTypes/GetSingle/Response.ts +4 -0
- package/src/system/PersonTypes/GetMany/Response.ts +3 -6
- package/src/system/PersonTypes/GetSingle/Response.ts +4 -0
- package/src/system/SellingTypes/GetMany/Response.ts +3 -9
- package/src/system/SellingTypes/GetSingle/Response.ts +3 -0
- package/src/system/SellingTypes/system.selling-types.interface.ts +10 -0
- package/src/system/TaxerTypes/GetMany/Response.ts +3 -6
- package/src/system/TaxerTypes/GetSingle/Response.ts +4 -0
- package/src/system/index.ts +1 -1
- package/lib/invoices/Documents/GetSingle/Request.d.ts +0 -2
- package/lib/invoices/Documents/GetSingle/Request.js.map +0 -1
- package/lib/invoices/Documents/GetSingleLayout/Request.d.ts +0 -2
- package/lib/invoices/Documents/GetSingleLayout/Request.js.map +0 -1
- package/lib/invoices/Documents/UpdateSingle/Request.d.ts +0 -2
- package/lib/invoices/Documents/UpdateSingle/Request.js.map +0 -1
- package/lib/invoices/Documents/UpdateSingle/Response.d.ts +0 -2
- package/lib/invoices/Documents/UpdateSingle/Response.js.map +0 -1
- package/lib/invoices/Invoices/CreateSingleReserved/Request.d.ts +0 -2
- package/lib/invoices/Invoices/CreateSingleReserved/Request.js.map +0 -1
- package/lib/invoices/Invoices/CreateSingleReserved/Response.d.ts +0 -2
- package/lib/invoices/Invoices/CreateSingleReserved/Response.js.map +0 -1
- package/lib/invoices/Invoices/GetInvoicesListReport/Request.d.ts +0 -2
- package/lib/invoices/Invoices/GetInvoicesListReport/Request.js.map +0 -1
- package/lib/invoices/Invoices/GetInvoicesListReport/Response.d.ts +0 -2
- package/lib/invoices/Invoices/GetInvoicesListReport/Response.js.map +0 -1
- package/lib/invoices/Invoices/GetManyDocumentTypes/Response.d.ts +0 -2
- package/lib/invoices/Invoices/GetManyDocumentTypes/Response.js.map +0 -1
- package/lib/invoices/Invoices/GetRecurrencies/Response.d.ts +0 -2
- package/lib/invoices/Invoices/GetRecurrencies/Response.js.map +0 -1
- package/lib/invoices/Invoices/GetReportGeneral/Request.d.ts +0 -2
- package/lib/invoices/Invoices/GetReportGeneral/Request.js.map +0 -1
- package/lib/invoices/Invoices/GetReportGeneral/Response.d.ts +0 -2
- package/lib/invoices/Invoices/GetReportGeneral/Response.js.map +0 -1
- package/lib/invoices/PaymentsConditions/CreateSingle/Request.d.ts +0 -2
- package/lib/invoices/PaymentsConditions/CreateSingle/Request.js.map +0 -1
- package/lib/invoices/PaymentsConditions/CreateSingle/Response.d.ts +0 -2
- package/lib/invoices/PaymentsConditions/CreateSingle/Response.js.map +0 -1
- package/lib/invoices/PaymentsConditions/DeleteSingle/Response.d.ts +0 -2
- package/lib/invoices/PaymentsConditions/DeleteSingle/Response.js.map +0 -1
- package/lib/invoices/PaymentsConditions/GetMany/Request.d.ts +0 -2
- package/lib/invoices/PaymentsConditions/GetMany/Request.js.map +0 -1
- package/lib/invoices/PaymentsConditions/GetMany/Response.d.ts +0 -2
- package/lib/invoices/PaymentsConditions/GetMany/Response.js.map +0 -1
- package/lib/invoices/PaymentsConditions/UpdateSingle/Request.d.ts +0 -2
- package/lib/invoices/PaymentsConditions/UpdateSingle/Request.js.map +0 -1
- package/lib/invoices/PaymentsConditions/UpdateSingle/Response.d.ts +0 -2
- package/lib/invoices/PaymentsConditions/UpdateSingle/Response.js.map +0 -1
- package/lib/invoices/PaymentsConditions/UpdateSingleStatus/Request.js.map +0 -1
- package/lib/invoices/PaymentsConditions/UpdateSingleStatus/Response.js.map +0 -1
- package/lib/invoices/PaymentsConditions/index.js.map +0 -1
- package/lib/invoices/Seller/CreateSingle/Request.d.ts +0 -2
- package/lib/invoices/Seller/CreateSingle/Request.js.map +0 -1
- package/lib/invoices/Seller/CreateSingle/Response.d.ts +0 -2
- package/lib/invoices/Seller/CreateSingle/Response.js.map +0 -1
- package/lib/invoices/Seller/DeleteSingle/Response.d.ts +0 -4
- package/lib/invoices/Seller/DeleteSingle/Response.js.map +0 -1
- package/lib/invoices/Seller/GetMany/Request.d.ts +0 -2
- package/lib/invoices/Seller/GetMany/Request.js.map +0 -1
- package/lib/invoices/Seller/GetMany/Response.d.ts +0 -2
- package/lib/invoices/Seller/GetMany/Response.js.map +0 -1
- package/lib/invoices/Seller/UpdateSingle/Request.d.ts +0 -2
- package/lib/invoices/Seller/UpdateSingle/Request.js.map +0 -1
- package/lib/invoices/Seller/UpdateSingle/Response.d.ts +0 -2
- package/lib/invoices/Seller/UpdateSingle/Response.js.map +0 -1
- package/lib/invoices/Seller/UpdateSingleStatus/Request.d.ts +0 -3
- package/lib/invoices/Seller/UpdateSingleStatus/Request.js.map +0 -1
- package/lib/invoices/Seller/UpdateSingleStatus/Response.d.ts +0 -4
- package/lib/invoices/Seller/UpdateSingleStatus/Response.js.map +0 -1
- package/lib/invoices/Seller/index.js.map +0 -1
- package/lib/system/TypeNaturals/GetMany/Response.d.ts +0 -7
- package/lib/system/TypeNaturals/GetMany/Response.js.map +0 -1
- package/lib/system/TypeNaturals/index.js.map +0 -1
- package/src/invoices/Documents/GetSingle/Request.ts +0 -1
- package/src/invoices/Documents/GetSingleLayout/Request.ts +0 -1
- package/src/invoices/Documents/UpdateSingle/Request.ts +0 -1
- package/src/invoices/Documents/UpdateSingle/Response.ts +0 -1
- package/src/invoices/Invoices/CreateSingleReserved/Request.ts +0 -1
- package/src/invoices/Invoices/CreateSingleReserved/Response.ts +0 -1
- package/src/invoices/Invoices/GetInvoicesListReport/Request.ts +0 -1
- package/src/invoices/Invoices/GetInvoicesListReport/Response.ts +0 -1
- package/src/invoices/Invoices/GetManyDocumentTypes/Response.ts +0 -1
- package/src/invoices/Invoices/GetRecurrencies/Response.ts +0 -1
- package/src/invoices/Invoices/GetReportGeneral/Request.ts +0 -1
- package/src/invoices/Invoices/GetReportGeneral/Response.ts +0 -1
- package/src/invoices/PaymentsConditions/CreateSingle/Request.ts +0 -1
- package/src/invoices/PaymentsConditions/CreateSingle/Response.ts +0 -1
- package/src/invoices/PaymentsConditions/DeleteSingle/Response.ts +0 -1
- package/src/invoices/PaymentsConditions/GetMany/Request.ts +0 -1
- package/src/invoices/PaymentsConditions/GetMany/Response.ts +0 -1
- package/src/invoices/PaymentsConditions/UpdateSingle/Request.ts +0 -1
- package/src/invoices/PaymentsConditions/UpdateSingle/Response.ts +0 -1
- package/src/invoices/Seller/CreateSingle/Request.ts +0 -1
- package/src/invoices/Seller/CreateSingle/Response.ts +0 -1
- package/src/invoices/Seller/DeleteSingle/Response.ts +0 -4
- package/src/invoices/Seller/GetMany/Request.ts +0 -1
- package/src/invoices/Seller/GetMany/Response.ts +0 -1
- package/src/invoices/Seller/UpdateSingle/Request.ts +0 -1
- package/src/invoices/Seller/UpdateSingle/Response.ts +0 -1
- package/src/invoices/Seller/UpdateSingleStatus/Request.ts +0 -3
- package/src/invoices/Seller/UpdateSingleStatus/Response.ts +0 -4
- package/src/system/TypeNaturals/GetMany/Response.ts +0 -8
- /package/lib/{invoices/Documents/GetSingle → auth/Auth/RefreshToken}/Request.js +0 -0
- /package/lib/{invoices/Documents/UpdateSingle → auth/Auth/RefreshToken}/Response.js +0 -0
- /package/lib/{invoices/Documents/GetSingleLayout → customers/Customers/CreateMany}/Request.js +0 -0
- /package/lib/{invoices/Invoices/CreateSingleReserved → customers/Customers/CreateMany}/Response.js +0 -0
- /package/lib/{invoices/Documents/UpdateSingle → customers/Customers/UpdateMany}/Request.js +0 -0
- /package/lib/{invoices/Invoices/GetInvoicesListReport → customers/Customers/UpdateMany}/Response.js +0 -0
- /package/lib/{invoices/Invoices/CreateSingleReserved → customers/Customers/UpdateSingleStatus}/Request.js +0 -0
- /package/lib/invoices/{Invoices/GetInvoicesListReport → Documents/UpdateManyStatuses}/Request.js +0 -0
- /package/lib/invoices/{Invoices/GetManyDocumentTypes → Documents/UpdateManyStatuses}/Response.js +0 -0
- /package/lib/invoices/{Invoices/GetReportGeneral → Documents/UpsertMany}/Request.js +0 -0
- /package/lib/invoices/{Invoices/GetRecurrencies → Documents/UpsertMany}/Response.js +0 -0
- /package/lib/invoices/{PaymentsConditions/CreateSingle → Documents/UpsertSingle}/Request.js +0 -0
- /package/lib/invoices/{Invoices/GetReportGeneral → Documents/UpsertSingle}/Response.js +0 -0
- /package/lib/invoices/{PaymentsConditions/GetMany → Invoices/CreateMany}/Request.js +0 -0
- /package/lib/invoices/{PaymentsConditions/CreateSingle → Invoices/CreateMany}/Response.js +0 -0
- /package/lib/invoices/{PaymentsConditions/UpdateSingle → Invoices/CreateReserved}/Request.js +0 -0
- /package/lib/invoices/{PaymentsConditions/DeleteSingle → Invoices/CreateReserved}/Response.js +0 -0
- /package/lib/invoices/{PaymentsConditions/GetMany → Invoices/DeleteMany}/Response.js +0 -0
- /package/lib/invoices/{PaymentsConditions/UpdateSingle → Invoices/GetDocumentTypes}/Response.js +0 -0
- /package/lib/invoices/{PaymentsConditions/UpdateSingleStatus → Invoices/UpdateMany}/Request.js +0 -0
- /package/lib/invoices/{PaymentsConditions/UpdateSingleStatus → Invoices/UpdateMany}/Response.js +0 -0
- /package/lib/invoices/{Seller/CreateSingle → PaymentConditions/CreateMany}/Request.js +0 -0
- /package/lib/invoices/{Seller/CreateSingle → PaymentConditions/CreateMany}/Response.js +0 -0
- /package/lib/invoices/{Seller/GetMany → PaymentConditions/CreateSingle}/Request.js +0 -0
- /package/lib/invoices/{Seller/DeleteSingle → PaymentConditions/CreateSingle}/Response.js +0 -0
- /package/lib/invoices/{Seller/GetMany → PaymentConditions/DeleteMany}/Response.js +0 -0
- /package/lib/invoices/{Seller/UpdateSingle → PaymentConditions/DeleteSingle}/Response.js +0 -0
- /package/lib/invoices/{Seller/UpdateSingle → PaymentConditions/GetMany}/Request.js +0 -0
- /package/lib/invoices/{Seller/UpdateSingleStatus → PaymentConditions/GetMany}/Response.js +0 -0
- /package/lib/{system/TypeNaturals/GetMany → invoices/PaymentConditions/GetSingle}/Response.js +0 -0
- /package/lib/invoices/{Seller/UpdateSingleStatus → PaymentConditions/UpdateMany}/Request.js +0 -0
- /package/lib/system/{TypeNaturals → NaturalTypes}/index.d.ts +0 -0
- /package/lib/system/{TypeNaturals → NaturalTypes}/index.js +0 -0
- /package/src/system/{TypeNaturals → NaturalTypes}/index.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-conditions.interface.js","sourceRoot":"","sources":["../../../src/invoices/PaymentConditions/payment-conditions.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/CreateMany/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/CreateMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/CreateSingle/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/CreateSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/DeleteMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/DeleteSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/GetMany/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/GetSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateMany/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateManyStatuses/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateManyStatuses/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateSingle/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateSingleStatus/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateSingleStatus/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1,8 +1,16 @@
|
|
|
1
|
+
export * from './CreateMany/Request';
|
|
2
|
+
export * from './CreateMany/Response';
|
|
1
3
|
export * from './CreateSingle/Request';
|
|
2
4
|
export * from './CreateSingle/Response';
|
|
5
|
+
export * from './DeleteMany/Response';
|
|
3
6
|
export * from './DeleteSingle/Response';
|
|
4
7
|
export * from './GetMany/Request';
|
|
5
8
|
export * from './GetMany/Response';
|
|
9
|
+
export * from './GetSingle/Response';
|
|
10
|
+
export * from './UpdateMany/Request';
|
|
11
|
+
export * from './UpdateMany/Response';
|
|
12
|
+
export * from './UpdateManyStatuses/Request';
|
|
13
|
+
export * from './UpdateManyStatuses/Response';
|
|
6
14
|
export * from './UpdateSingle/Request';
|
|
7
15
|
export * from './UpdateSingle/Response';
|
|
8
16
|
export * from './UpdateSingleStatus/Request';
|
|
@@ -14,11 +14,19 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./CreateMany/Request"), exports);
|
|
18
|
+
__exportStar(require("./CreateMany/Response"), exports);
|
|
17
19
|
__exportStar(require("./CreateSingle/Request"), exports);
|
|
18
20
|
__exportStar(require("./CreateSingle/Response"), exports);
|
|
21
|
+
__exportStar(require("./DeleteMany/Response"), exports);
|
|
19
22
|
__exportStar(require("./DeleteSingle/Response"), exports);
|
|
20
23
|
__exportStar(require("./GetMany/Request"), exports);
|
|
21
24
|
__exportStar(require("./GetMany/Response"), exports);
|
|
25
|
+
__exportStar(require("./GetSingle/Response"), exports);
|
|
26
|
+
__exportStar(require("./UpdateMany/Request"), exports);
|
|
27
|
+
__exportStar(require("./UpdateMany/Response"), exports);
|
|
28
|
+
__exportStar(require("./UpdateManyStatuses/Request"), exports);
|
|
29
|
+
__exportStar(require("./UpdateManyStatuses/Response"), exports);
|
|
22
30
|
__exportStar(require("./UpdateSingle/Request"), exports);
|
|
23
31
|
__exportStar(require("./UpdateSingle/Response"), exports);
|
|
24
32
|
__exportStar(require("./UpdateSingleStatus/Request"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/invoices/Sellers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAoC;AACpC,wDAAqC;AACrC,yDAAsC;AACtC,0DAAuC;AACvC,wDAAqC;AACrC,0DAAuC;AACvC,oDAAiC;AACjC,qDAAkC;AAClC,uDAAoC;AACpC,uDAAoC;AACpC,wDAAqC;AACrC,+DAA4C;AAC5C,gEAA6C;AAC7C,yDAAsC;AACtC,0DAAuC;AACvC,+DAA4C;AAC5C,gEAA6C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sellers.interface.js","sourceRoot":"","sources":["../../../src/invoices/Sellers/sellers.interface.ts"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
}
|
|
1
|
+
import { GetManyResponse } from '../../../interfaces';
|
|
2
|
+
import { InvoicesStatusesResponse } from '../statuses.interfaces';
|
|
3
|
+
export type InvoicesStatusesGetManyResponse = Pick<GetManyResponse, 'count'> & {
|
|
4
|
+
data: InvoicesStatusesResponse[];
|
|
5
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { SingleResponse } from '../../../interfaces';
|
|
2
|
+
export type InvoicesStatusesUpdateSingleResponse = SingleResponse;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"statuses.interfaces.js","sourceRoot":"","sources":["../../../src/invoices/Statuses/statuses.interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/CreateMany/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/CreateMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
}
|
|
1
|
+
import { InvoicesZonesRequest } from '../interfaces';
|
|
2
|
+
export type InvoicesZonesCreateSingleRequest = Pick<InvoicesZonesRequest, 'name'>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/DeleteMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
prop: string;
|
|
6
|
-
order: string;
|
|
7
|
-
active: boolean;
|
|
8
|
-
}
|
|
1
|
+
import { GetManyRequest } from '../../../interfaces';
|
|
2
|
+
export type InvoicesZonesGetManyRequest = GetManyRequest & {
|
|
3
|
+
active?: boolean;
|
|
4
|
+
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
export interface InvoicesZonesGetManyResponse {
|
|
7
|
-
data: InvoicesZonesMany[];
|
|
8
|
-
}
|
|
1
|
+
import { GetManyResponse } from '../../../interfaces';
|
|
2
|
+
import { InvoicesZonesResponse } from '../interfaces';
|
|
3
|
+
export type InvoicesZonesGetManyResponse = GetManyResponse & {
|
|
4
|
+
data: InvoicesZonesResponse[];
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/GetSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/UpdateMany/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/UpdateMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/UpdateManyStatuses/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/UpdateManyStatuses/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
}
|
|
1
|
+
import { InvoicesZonesRequest } from '../interfaces';
|
|
2
|
+
export type InvoicesZonesUpdateSingleRequest = Pick<Partial<InvoicesZonesRequest>, 'name'>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { InvoicesZonesRequest } from '../interfaces';
|
|
2
|
+
export type InvoicesZonesUpdateSingleStatusRequest = Pick<InvoicesZonesRequest, 'active'>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { SingleResponse } from '../../../interfaces';
|
|
2
|
+
export type InvoicesZonesUpdateSingleStatusResponse = SingleResponse;
|
|
@@ -1,8 +1,16 @@
|
|
|
1
|
+
export * from './CreateMany/Request';
|
|
2
|
+
export * from './CreateMany/Response';
|
|
1
3
|
export * from './CreateSingle/Request';
|
|
2
4
|
export * from './CreateSingle/Response';
|
|
5
|
+
export * from './DeleteMany/Response';
|
|
3
6
|
export * from './DeleteSingle/Response';
|
|
4
7
|
export * from './GetMany/Request';
|
|
5
8
|
export * from './GetMany/Response';
|
|
9
|
+
export * from './GetSingle/Response';
|
|
10
|
+
export * from './UpdateMany/Request';
|
|
11
|
+
export * from './UpdateMany/Response';
|
|
12
|
+
export * from './UpdateManyStatuses/Request';
|
|
13
|
+
export * from './UpdateManyStatuses/Response';
|
|
6
14
|
export * from './UpdateSingle/Request';
|
|
7
15
|
export * from './UpdateSingle/Response';
|
|
8
16
|
export * from './UpdateSingleStatus/Request';
|
|
@@ -14,11 +14,19 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./CreateMany/Request"), exports);
|
|
18
|
+
__exportStar(require("./CreateMany/Response"), exports);
|
|
17
19
|
__exportStar(require("./CreateSingle/Request"), exports);
|
|
18
20
|
__exportStar(require("./CreateSingle/Response"), exports);
|
|
21
|
+
__exportStar(require("./DeleteMany/Response"), exports);
|
|
19
22
|
__exportStar(require("./DeleteSingle/Response"), exports);
|
|
20
23
|
__exportStar(require("./GetMany/Request"), exports);
|
|
21
24
|
__exportStar(require("./GetMany/Response"), exports);
|
|
25
|
+
__exportStar(require("./GetSingle/Response"), exports);
|
|
26
|
+
__exportStar(require("./UpdateMany/Request"), exports);
|
|
27
|
+
__exportStar(require("./UpdateMany/Response"), exports);
|
|
28
|
+
__exportStar(require("./UpdateManyStatuses/Request"), exports);
|
|
29
|
+
__exportStar(require("./UpdateManyStatuses/Response"), exports);
|
|
22
30
|
__exportStar(require("./UpdateSingle/Request"), exports);
|
|
23
31
|
__exportStar(require("./UpdateSingle/Response"), exports);
|
|
24
32
|
__exportStar(require("./UpdateSingleStatus/Request"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/invoices/Zones/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AACtC,0DAAuC;AACvC,0DAAuC;AACvC,oDAAiC;AACjC,qDAAkC;AAClC,yDAAsC;AACtC,0DAAuC;AACvC,+DAA4C;AAC5C,gEAA6C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/invoices/Zones/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAoC;AACpC,wDAAqC;AACrC,yDAAsC;AACtC,0DAAuC;AACvC,wDAAqC;AACrC,0DAAuC;AACvC,oDAAiC;AACjC,qDAAkC;AAClC,uDAAoC;AACpC,uDAAoC;AACpC,wDAAqC;AACrC,+DAA4C;AAC5C,gEAA6C;AAC7C,yDAAsC;AACtC,0DAAuC;AACvC,+DAA4C;AAC5C,gEAA6C"}
|