@openbox/shared-types 0.2.59 → 0.2.60

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 { SingleResponse } from '../../../interfaces';
2
- export type InvoicesPaymentsConditionsDeleteSingleResponse = SingleResponse;
2
+ export type InvoicesPaymentConditionsDeleteSingleResponse = SingleResponse;
@@ -1,4 +1,4 @@
1
1
  import { GetManyRequest } from '../../../interfaces';
2
- export type InvoicesPaymentsConditionsGetManyRequest = GetManyRequest & {
2
+ export type InvoicesPaymentConditionsGetManyRequest = GetManyRequest & {
3
3
  active?: boolean;
4
4
  };
@@ -1,6 +1,6 @@
1
1
  import { GetManyResponse } from '../../../interfaces';
2
2
  import { InvoicesPaymentConditionsResponse } from '../invoices.payment-conditions.interface';
3
- export type InvoicesPaymentsConditionsGetManyResponse = GetManyResponse & {
3
+ export type InvoicesPaymentConditionsGetManyResponse = GetManyResponse & {
4
4
  data: Array<InvoicesPaymentConditionsResponse & {
5
5
  index: number;
6
6
  }>;
@@ -1,4 +1,4 @@
1
- import { InvoicesPaymentsConditionsUpdateSingleRequest } from '../UpdateSingle/Request';
2
- export type InvoicesPaymentConditionsUpdateManyRequest = Array<InvoicesPaymentsConditionsUpdateSingleRequest & {
1
+ import { InvoicesPaymentConditionsUpdateSingleRequest } from '../UpdateSingle/Request';
2
+ export type InvoicesPaymentConditionsUpdateManyRequest = Array<InvoicesPaymentConditionsUpdateSingleRequest & {
3
3
  id: string;
4
4
  }>;
@@ -1,2 +1,2 @@
1
1
  import { InvoicesPaymentConditionsRequest } from '../invoices.payment-conditions.interface';
2
- export type InvoicesPaymentsConditionsUpdateSingleRequest = Partial<InvoicesPaymentConditionsRequest>;
2
+ export type InvoicesPaymentConditionsUpdateSingleRequest = Partial<InvoicesPaymentConditionsRequest>;
@@ -1,2 +1,2 @@
1
1
  import { SingleResponse } from '../../../interfaces';
2
- export type InvoicesPaymentsConditionsUpdateSingleResponse = SingleResponse;
2
+ export type InvoicesPaymentConditionsUpdateSingleResponse = SingleResponse;
@@ -1,3 +1,3 @@
1
- export type InvoicesPaymentsConditionsUpdateSingleStatusRequest = {
1
+ export type InvoicesPaymentConditionsUpdateSingleStatusRequest = {
2
2
  active: boolean;
3
3
  };
@@ -1,2 +1,2 @@
1
1
  import { SingleResponse } from '../../../interfaces';
2
- export type InvoicesPaymentsConditionsUpdateSingleStatusResponse = SingleResponse;
2
+ export type InvoicesPaymentConditionsUpdateSingleStatusResponse = SingleResponse;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.2.59",
3
+ "version": "0.2.60",
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 { SingleResponse } from '../../../interfaces'
2
2
 
3
- export type InvoicesPaymentsConditionsDeleteSingleResponse = SingleResponse
3
+ export type InvoicesPaymentConditionsDeleteSingleResponse = SingleResponse
@@ -1,5 +1,5 @@
1
1
  import { GetManyRequest } from '../../../interfaces'
2
2
 
3
- export type InvoicesPaymentsConditionsGetManyRequest = GetManyRequest & {
3
+ export type InvoicesPaymentConditionsGetManyRequest = GetManyRequest & {
4
4
  active?: boolean
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import { GetManyResponse } from '../../../interfaces'
2
2
  import { InvoicesPaymentConditionsResponse } from '../invoices.payment-conditions.interface'
3
3
 
4
- export type InvoicesPaymentsConditionsGetManyResponse = GetManyResponse & {
4
+ export type InvoicesPaymentConditionsGetManyResponse = GetManyResponse & {
5
5
  data: Array<InvoicesPaymentConditionsResponse & { index: number }>
6
6
  }
@@ -1,7 +1,7 @@
1
- import { InvoicesPaymentsConditionsUpdateSingleRequest } from '../UpdateSingle/Request'
1
+ import { InvoicesPaymentConditionsUpdateSingleRequest } from '../UpdateSingle/Request'
2
2
 
3
3
  export type InvoicesPaymentConditionsUpdateManyRequest = Array<
4
- InvoicesPaymentsConditionsUpdateSingleRequest & {
4
+ InvoicesPaymentConditionsUpdateSingleRequest & {
5
5
  id: string
6
6
  }
7
7
  >
@@ -1,4 +1,3 @@
1
1
  import { InvoicesPaymentConditionsRequest } from '../invoices.payment-conditions.interface'
2
2
 
3
- export type InvoicesPaymentsConditionsUpdateSingleRequest =
4
- Partial<InvoicesPaymentConditionsRequest>
3
+ export type InvoicesPaymentConditionsUpdateSingleRequest = Partial<InvoicesPaymentConditionsRequest>
@@ -1,3 +1,3 @@
1
1
  import { SingleResponse } from '../../../interfaces'
2
2
 
3
- export type InvoicesPaymentsConditionsUpdateSingleResponse = SingleResponse
3
+ export type InvoicesPaymentConditionsUpdateSingleResponse = SingleResponse
@@ -1,3 +1,3 @@
1
- export type InvoicesPaymentsConditionsUpdateSingleStatusRequest = {
1
+ export type InvoicesPaymentConditionsUpdateSingleStatusRequest = {
2
2
  active: boolean
3
3
  }
@@ -1,3 +1,3 @@
1
1
  import { SingleResponse } from '../../../interfaces'
2
2
 
3
- export type InvoicesPaymentsConditionsUpdateSingleStatusResponse = SingleResponse
3
+ export type InvoicesPaymentConditionsUpdateSingleStatusResponse = SingleResponse