@openbox/shared-types 0.2.64 → 0.2.65

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.
@@ -1,2 +1,2 @@
1
1
  import { InvoicesPaymentConditions } from '../invoices.payment-conditions.type';
2
- export type InvoicesPaymentConditionsGetSingleResponse = Pick<InvoicesPaymentConditions, 'name'>;
2
+ export type InvoicesPaymentConditionsGetSingleResponse = InvoicesPaymentConditions;
@@ -1,2 +1,2 @@
1
1
  import { InvoicesZones } from '../invoices.zones.type';
2
- export type InvoicesZonesCreateSingleRequest = Pick<InvoicesZones, 'name' | 'active'>;
2
+ export type InvoicesZonesCreateSingleRequest = Pick<InvoicesZones, 'name'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.2.64",
3
+ "version": "0.2.65",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -1,3 +1,3 @@
1
1
  import { InvoicesPaymentConditions } from '../invoices.payment-conditions.type'
2
2
 
3
- export type InvoicesPaymentConditionsGetSingleResponse = Pick<InvoicesPaymentConditions, 'name'>
3
+ export type InvoicesPaymentConditionsGetSingleResponse = InvoicesPaymentConditions
@@ -1,3 +1,3 @@
1
1
  import { InvoicesZones } from '../invoices.zones.type'
2
2
 
3
- export type InvoicesZonesCreateSingleRequest = Pick<InvoicesZones, 'name' | 'active'>
3
+ export type InvoicesZonesCreateSingleRequest = Pick<InvoicesZones, 'name'>