adamo-types 2.1.14-sit → 2.1.15-uat

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,8 +1,9 @@
1
1
  import { BpCustomerAccountDocumentType } from '../../constants';
2
- export interface BsCustomerAccountDocument {
2
+ export interface BpCustomerAccountDocument {
3
3
  id: string;
4
4
  name: string;
5
5
  customerAccount: string;
6
+ state: string;
6
7
  type: BpCustomerAccountDocumentType;
7
8
  comment?: string;
8
9
  created: string;
@@ -14,4 +15,5 @@ export interface BsCustomerAccountDocument {
14
15
  encoding: string;
15
16
  parameters: Record<string, string>;
16
17
  }
17
- export type BpCreateCustomerAccountDocument = Pick<BsCustomerAccountDocument, 'name' | 'type' | 'comment' | 'mediaType'>;
18
+ export type BpCreateCustomerAccountDocument = Pick<BpCustomerAccountDocument, 'name' | 'type' | 'comment' | 'mediaType'>;
19
+ export type BpUpdateCustomerAccountDocument = Pick<BpCustomerAccountDocument, 'type' | 'comment'>;
@@ -52,6 +52,10 @@ exports.BpMessageToI18n = [
52
52
  regexp: /Task with id (.*) not found\./i,
53
53
  i18n: constants_1.E_TASK_NOT_FOUND
54
54
  },
55
+ {
56
+ regexp: /Document with id (.*) not found\./i,
57
+ i18n: constants_1.E_CUSTOMER_DOCUMENT_NOT_FOUND
58
+ },
55
59
  {
56
60
  regexp: /No se ha podido encontrar creator con valor (.*)\./i,
57
61
  i18n: constants_1.E_USER_NOT_FOUND
@@ -94,8 +94,6 @@ export declare class CustomerNotesFiltersDto extends BaseSearchFiltersDto {
94
94
  }
95
95
  export declare class CustomerOrdersFiltersDto extends BaseSearchFiltersDto {
96
96
  }
97
- export declare class CustomerBillsFiltersDto extends BaseSearchFiltersDto {
98
- }
99
97
  export declare class CustomerCharacteristicDto {
100
98
  id: string;
101
99
  customerAccountId: string;
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.CustomerFinancialBalancesDto = exports.CreateCustomerCharacteristicDto = exports.CustomerCharacteristicDto = exports.CustomerBillsFiltersDto = exports.CustomerOrdersFiltersDto = exports.CustomerNotesFiltersDto = exports.CustomerTasksFiltersDto = exports.SearchCustomersFiltersDto = exports.SearchCustomerDtoBuilder = exports.SearchCustomerDto = exports.SearchCustomerBillingAccountDtoBuilder = exports.SearchCustomerBillingAccountDto = exports.BillReceiverDtoBuilder = exports.BillReceiverDto = exports.SearchCustomerOrganizationCustomerAccountDtoBuilder = exports.SearchCustomerIndividualCustomerAccountDtoBuilder = exports.SearchCustomerCustomerAccountDtoBuilder = exports.SearchCustomerCustomerAccountDto = exports.SearchCustomerCustomerAccountOrganizationPartyDtoBuilder = exports.SearchCustomerCustomerAccountOrganizationPartyDto = exports.SearchCustomerCustomerAccountIndividualPartyDtoBuilder = exports.SearchCustomerCustomerAccountIndividualPartyDto = exports.IdentificationDto = exports.ContactMediumDto = void 0;
12
+ exports.CustomerFinancialBalancesDto = exports.CreateCustomerCharacteristicDto = exports.CustomerCharacteristicDto = exports.CustomerOrdersFiltersDto = exports.CustomerNotesFiltersDto = exports.CustomerTasksFiltersDto = exports.SearchCustomersFiltersDto = exports.SearchCustomerDtoBuilder = exports.SearchCustomerDto = exports.SearchCustomerBillingAccountDtoBuilder = exports.SearchCustomerBillingAccountDto = exports.BillReceiverDtoBuilder = exports.BillReceiverDto = exports.SearchCustomerOrganizationCustomerAccountDtoBuilder = exports.SearchCustomerIndividualCustomerAccountDtoBuilder = exports.SearchCustomerCustomerAccountDtoBuilder = exports.SearchCustomerCustomerAccountDto = exports.SearchCustomerCustomerAccountOrganizationPartyDtoBuilder = exports.SearchCustomerCustomerAccountOrganizationPartyDto = exports.SearchCustomerCustomerAccountIndividualPartyDtoBuilder = exports.SearchCustomerCustomerAccountIndividualPartyDto = exports.IdentificationDto = exports.ContactMediumDto = void 0;
13
13
  const openapi = require("@nestjs/swagger");
14
14
  const search_1 = require("../search");
15
15
  const constants_1 = require("../constants");
@@ -199,12 +199,6 @@ class CustomerOrdersFiltersDto extends search_1.BaseSearchFiltersDto {
199
199
  }
200
200
  }
201
201
  exports.CustomerOrdersFiltersDto = CustomerOrdersFiltersDto;
202
- class CustomerBillsFiltersDto extends search_1.BaseSearchFiltersDto {
203
- static _OPENAPI_METADATA_FACTORY() {
204
- return {};
205
- }
206
- }
207
- exports.CustomerBillsFiltersDto = CustomerBillsFiltersDto;
208
202
  class CustomerCharacteristicDto {
209
203
  static _OPENAPI_METADATA_FACTORY() {
210
204
  return { id: { required: true, type: () => String }, customerAccountId: { required: true, type: () => String }, name: { required: true, type: () => String }, invoiceText: { required: false, type: () => String }, startDate: { required: true, type: () => String }, endDate: { required: true, type: () => String }, netCharge: { required: false, type: () => String } };
@@ -38,8 +38,10 @@ export declare const E_CUSTOMER_WITHOUT_OWNER_RELATED_PARTY = "E_CUSTOMER_WITHOU
38
38
  export declare const E_CUSTOMER_WITHOUT_RELATED_PARTY = "E_CUSTOMER_WITHOUT_RELATED_PARTY";
39
39
  export declare const E_CUSTOMER_WITHOUT_VALID_APARTMENT = "E_CUSTOMER_WITHOUT_VALID_APARTMENT";
40
40
  export declare const E_CUSTOMER_WITHOUT_IDENTIFICATION = "E_CUSTOMER_WITHOUT_IDENTIFICATION";
41
+ export declare const E_DELETE_CUSTOMER_DOCUMENT = "E_DELETE_CUSTOMER_DOCUMENT";
41
42
  export declare const E_FETCH_CUSTOMER_ACCOUNT = "E_FETCH_CUSTOMER_ACCOUNT";
42
43
  export declare const E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES = "E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES";
44
+ export declare const E_FETCH_CUSTOMER_DOCUMENTS = "E_FETCH_CUSTOMER_DOCUMENTS";
43
45
  export declare const E_FETCH_CUSTOMER_NOTES = "E_FETCH_CUSTOMER_NOTES";
44
46
  export declare const E_FETCH_CUSTOMER_PRODUCTS = "E_FETCH_CUSTOMER_PRODUCTS";
45
47
  export declare const E_FETCH_CUSTOMER_WORK_TASKS = "E_FETCH_CUSTOMER_WORK_TASKS";
@@ -50,8 +52,9 @@ export declare const E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS = "E_REVIEW_CUSTOMER_
50
52
  export declare const E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS_NEGATIVE_INVOICE = "E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS_NEGATIVE_INVOICE";
51
53
  export declare const E_SEARCH_CUSTOMERS = "E_SEARCH_CUSTOMERS";
52
54
  export declare const E_UPDATE_CUSTOMER_ACCOUNT = "E_UPDATE_CUSTOMER_ACCOUNT";
55
+ export declare const E_UPDATE_CUSTOMER_DOCUMENT = "E_UPDATE_CUSTOMER_DOCUMENT";
53
56
  export declare const E_UPDATE_CUSTOMER_POSTAL_AND_BILLING_ADDRESS_FROM_APARTMENT_ID = "E_UPDATE_CUSTOMER_POSTAL_AND_BILLING_ADDRESS_FROM_APARTMENT_ID";
54
- export declare const E_UPLOAD_CUSTOMER_ACCOUNT_DOCUMENT = "E_UPLOAD_CUSTOMER_ACCOUNT_DOCUMENT";
57
+ export declare const E_UPLOAD_CUSTOMER_DOCUMENT = "E_UPLOAD_CUSTOMER_DOCUMENT";
55
58
  export declare const E_CUSTOMER_TYPE_WITHOUT_BILLING_CYCLE = "E_CUSTOMER_TYPE_WITHOUT_BILLING_CYCLE";
56
59
  export declare const E_REVIEW_DEACTIVATE_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS = "E_REVIEW_DEACTIVATE_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS";
57
60
  export declare const E_REVIEW_MULTIPLE_FIBER_BUNDLES_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS = "E_REVIEW_MULTIPLE_FIBER_BUNDLES_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS";
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS_NEGATIVE_INVOICE = exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS = exports.E_REVIEW_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_WITHOUT_SIGNATURE = exports.E_ORDER_NOT_BELONG_TO_CUSTOMER = exports.E_FETCH_CUSTOMERS = exports.E_FETCH_CUSTOMER_WORK_TASKS = exports.E_FETCH_CUSTOMER_PRODUCTS = exports.E_FETCH_CUSTOMER_NOTES = exports.E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES = exports.E_FETCH_CUSTOMER_ACCOUNT = exports.E_CUSTOMER_WITHOUT_IDENTIFICATION = exports.E_CUSTOMER_WITHOUT_VALID_APARTMENT = exports.E_CUSTOMER_WITHOUT_RELATED_PARTY = exports.E_CUSTOMER_WITHOUT_OWNER_RELATED_PARTY = exports.E_CUSTOMER_UNKNOWN_OWNER_RELATED_PARTY = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_NEX_EXTRAS_PROCESS_FORBIDDEN_STATUS_ACTION = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_FORBIDDEN_STATUS_ACTION = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_FORBIDDEN_STATUS_ACTION = exports.E_CUSTOMER_PRODUCT_TERMINATION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_WITHOUT_STEPS = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_UNKNOWN_STEP = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_STEP_UNSTARTED = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ORDER_SENT = exports.E_CUSTOMER_PRODUCT_DEACTIVATION_PROCESS_ORDER_SENT = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_WITHOUT_STEPS = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_VOIP_NUMBER_POOL = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_UNKNOWN_STEP = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_STEP_UNSTARTED = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INVALID_PRODUCT = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FORBIDDEN_STATUS = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_ORGANIZATION_OWNER_WITHOUT_CONTACT_PARTY = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_HAS_ALL_EXTRAS = exports.E_CUSTOMER_HANDOVER_PROCESS_STEP_UNSTARTED = exports.E_CUSTOMER_HANDOVER_EXISTS_WITH_STATUS = exports.E_CUSTOMER_CHECK_DEBT = exports.E_CUSTOMER_AGGRUPATION_UNHAPPY_RUNNING = exports.E_CUSTOMER_AGGRUPATION_HAPPY_RUNNING = exports.E_CREATE_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS = exports.E_CREATE_CUSTOMER_ACCOUNT_PRODUCT_TRANSFER = exports.E_CREATE_CUSTOMER_ACCOUNT_NOTE = exports.E_CREATE_CUSTOMER_ACCOUNT_HISTORY = exports.E_CREATE_CUSTOMER_ACCOUNT = void 0;
4
- exports.E_DELETE_CUSTOMER_AGGRUPATION_PROCESS = exports.E_CUSTOMER_HAS_DEBT = exports.E_CUSTOMER_HAS_DRAFT_ORDER = exports.E_CUSTOMERS_TO_CHECK_LIMIT_REACHED = exports.E_REVIEW_CREATED_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_WITHOUT_SIGNATURE = exports.E_REVIEW_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_MULTIPLE_FIBER_BUNDLES = exports.E_REVIEW_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_DEACTIVATE = exports.E_REVIEW_MULTIPLE_FIBER_BUNDLES_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS = exports.E_REVIEW_DEACTIVATE_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS = exports.E_CUSTOMER_TYPE_WITHOUT_BILLING_CYCLE = exports.E_UPLOAD_CUSTOMER_ACCOUNT_DOCUMENT = exports.E_UPDATE_CUSTOMER_POSTAL_AND_BILLING_ADDRESS_FROM_APARTMENT_ID = exports.E_UPDATE_CUSTOMER_ACCOUNT = exports.E_SEARCH_CUSTOMERS = void 0;
3
+ exports.E_REVIEW_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_WITHOUT_SIGNATURE = exports.E_ORDER_NOT_BELONG_TO_CUSTOMER = exports.E_FETCH_CUSTOMERS = exports.E_FETCH_CUSTOMER_WORK_TASKS = exports.E_FETCH_CUSTOMER_PRODUCTS = exports.E_FETCH_CUSTOMER_NOTES = exports.E_FETCH_CUSTOMER_DOCUMENTS = exports.E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES = exports.E_FETCH_CUSTOMER_ACCOUNT = exports.E_DELETE_CUSTOMER_DOCUMENT = exports.E_CUSTOMER_WITHOUT_IDENTIFICATION = exports.E_CUSTOMER_WITHOUT_VALID_APARTMENT = exports.E_CUSTOMER_WITHOUT_RELATED_PARTY = exports.E_CUSTOMER_WITHOUT_OWNER_RELATED_PARTY = exports.E_CUSTOMER_UNKNOWN_OWNER_RELATED_PARTY = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_NEX_EXTRAS_PROCESS_FORBIDDEN_STATUS_ACTION = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_FORBIDDEN_STATUS_ACTION = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_FORBIDDEN_STATUS_ACTION = exports.E_CUSTOMER_PRODUCT_TERMINATION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_WITHOUT_STEPS = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_UNKNOWN_STEP = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_STEP_UNSTARTED = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ORDER_SENT = exports.E_CUSTOMER_PRODUCT_DEACTIVATION_PROCESS_ORDER_SENT = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_WITHOUT_STEPS = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_VOIP_NUMBER_POOL = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_UNKNOWN_STEP = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_STEP_UNSTARTED = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INVALID_PRODUCT = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FORBIDDEN_STATUS = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_ORGANIZATION_OWNER_WITHOUT_CONTACT_PARTY = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_HAS_ALL_EXTRAS = exports.E_CUSTOMER_HANDOVER_PROCESS_STEP_UNSTARTED = exports.E_CUSTOMER_HANDOVER_EXISTS_WITH_STATUS = exports.E_CUSTOMER_CHECK_DEBT = exports.E_CUSTOMER_AGGRUPATION_UNHAPPY_RUNNING = exports.E_CUSTOMER_AGGRUPATION_HAPPY_RUNNING = exports.E_CREATE_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS = exports.E_CREATE_CUSTOMER_ACCOUNT_PRODUCT_TRANSFER = exports.E_CREATE_CUSTOMER_ACCOUNT_NOTE = exports.E_CREATE_CUSTOMER_ACCOUNT_HISTORY = exports.E_CREATE_CUSTOMER_ACCOUNT = void 0;
4
+ exports.E_DELETE_CUSTOMER_AGGRUPATION_PROCESS = exports.E_CUSTOMER_HAS_DEBT = exports.E_CUSTOMER_HAS_DRAFT_ORDER = exports.E_CUSTOMERS_TO_CHECK_LIMIT_REACHED = exports.E_REVIEW_CREATED_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_WITHOUT_SIGNATURE = exports.E_REVIEW_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_MULTIPLE_FIBER_BUNDLES = exports.E_REVIEW_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_DEACTIVATE = exports.E_REVIEW_MULTIPLE_FIBER_BUNDLES_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS = exports.E_REVIEW_DEACTIVATE_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS = exports.E_CUSTOMER_TYPE_WITHOUT_BILLING_CYCLE = exports.E_UPLOAD_CUSTOMER_DOCUMENT = exports.E_UPDATE_CUSTOMER_POSTAL_AND_BILLING_ADDRESS_FROM_APARTMENT_ID = exports.E_UPDATE_CUSTOMER_DOCUMENT = exports.E_UPDATE_CUSTOMER_ACCOUNT = exports.E_SEARCH_CUSTOMERS = exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS_NEGATIVE_INVOICE = exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS = void 0;
5
5
  exports.E_CREATE_CUSTOMER_ACCOUNT = 'E_CREATE_CUSTOMER_ACCOUNT';
6
6
  exports.E_CREATE_CUSTOMER_ACCOUNT_HISTORY = 'E_CREATE_CUSTOMER_ACCOUNT_HISTORY';
7
7
  exports.E_CREATE_CUSTOMER_ACCOUNT_NOTE = 'E_CREATE_CUSTOMER_ACCOUNT_NOTE';
@@ -42,8 +42,10 @@ exports.E_CUSTOMER_WITHOUT_OWNER_RELATED_PARTY = 'E_CUSTOMER_WITHOUT_OWNER_RELAT
42
42
  exports.E_CUSTOMER_WITHOUT_RELATED_PARTY = 'E_CUSTOMER_WITHOUT_RELATED_PARTY';
43
43
  exports.E_CUSTOMER_WITHOUT_VALID_APARTMENT = 'E_CUSTOMER_WITHOUT_VALID_APARTMENT';
44
44
  exports.E_CUSTOMER_WITHOUT_IDENTIFICATION = 'E_CUSTOMER_WITHOUT_IDENTIFICATION';
45
+ exports.E_DELETE_CUSTOMER_DOCUMENT = 'E_DELETE_CUSTOMER_DOCUMENT';
45
46
  exports.E_FETCH_CUSTOMER_ACCOUNT = 'E_FETCH_CUSTOMER_ACCOUNT';
46
47
  exports.E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES = 'E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES';
48
+ exports.E_FETCH_CUSTOMER_DOCUMENTS = 'E_FETCH_CUSTOMER_DOCUMENTS';
47
49
  exports.E_FETCH_CUSTOMER_NOTES = 'E_FETCH_CUSTOMER_NOTES';
48
50
  exports.E_FETCH_CUSTOMER_PRODUCTS = 'E_FETCH_CUSTOMER_PRODUCTS';
49
51
  exports.E_FETCH_CUSTOMER_WORK_TASKS = 'E_FETCH_CUSTOMER_WORK_TASKS';
@@ -54,8 +56,9 @@ exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS = 'E_REVIEW_CUSTOMER_CHARGES_AND_C
54
56
  exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS_NEGATIVE_INVOICE = 'E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS_NEGATIVE_INVOICE';
55
57
  exports.E_SEARCH_CUSTOMERS = 'E_SEARCH_CUSTOMERS';
56
58
  exports.E_UPDATE_CUSTOMER_ACCOUNT = 'E_UPDATE_CUSTOMER_ACCOUNT';
59
+ exports.E_UPDATE_CUSTOMER_DOCUMENT = 'E_UPDATE_CUSTOMER_DOCUMENT';
57
60
  exports.E_UPDATE_CUSTOMER_POSTAL_AND_BILLING_ADDRESS_FROM_APARTMENT_ID = 'E_UPDATE_CUSTOMER_POSTAL_AND_BILLING_ADDRESS_FROM_APARTMENT_ID';
58
- exports.E_UPLOAD_CUSTOMER_ACCOUNT_DOCUMENT = 'E_UPLOAD_CUSTOMER_ACCOUNT_DOCUMENT';
61
+ exports.E_UPLOAD_CUSTOMER_DOCUMENT = 'E_UPLOAD_CUSTOMER_DOCUMENT';
59
62
  exports.E_CUSTOMER_TYPE_WITHOUT_BILLING_CYCLE = 'E_CUSTOMER_TYPE_WITHOUT_BILLING_CYCLE';
60
63
  exports.E_REVIEW_DEACTIVATE_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS = 'E_REVIEW_DEACTIVATE_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS';
61
64
  exports.E_REVIEW_MULTIPLE_FIBER_BUNDLES_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS = 'E_REVIEW_MULTIPLE_FIBER_BUNDLES_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS';
@@ -16,6 +16,7 @@ export declare const E_CUSTOMER_AGGRUPATION_NOT_FOUND = "E_CUSTOMER_AGGRUPATION_
16
16
  export declare const E_CUSTOMER_BILLING_DIRECT_DEBIT_MANDATE_NOT_FOUND = "E_CUSTOMER_BILLING_DIRECT_DEBIT_MANDATE_NOT_FOUND";
17
17
  export declare const E_CUSTOMER_BILLING_DIRECT_DEBIT_PAYMENT_METHOD_NOT_FOUND = "E_CUSTOMER_BILLING_DIRECT_DEBIT_PAYMENT_METHOD_NOT_FOUND";
18
18
  export declare const E_CUSTOMER_BILLING_PAYMENT_METHODS_NOT_FOUND = "E_CUSTOMER_BILLING_PAYMENT_METHODS_NOT_FOUND";
19
+ export declare const E_CUSTOMER_DOCUMENT_NOT_FOUND = "E_CUSTOMER_DOCUMENT_NOT_FOUND";
19
20
  export declare const E_CUSTOMER_HANDOVER_FILE_NOT_FOUND = "E_CUSTOMER_HANDOVER_FILE_NOT_FOUND";
20
21
  export declare const E_CUSTOMER_HANDOVER_NOT_FOUND = "E_CUSTOMER_HANDOVER_NOT_FOUND";
21
22
  export declare const E_CUSTOMER_NEW_EXTRAS_NOT_FOUND = "E_CUSTOMER_NEW_EXTRAS_NOT_FOUND";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.E_ZIP_ADDRESSES_NOT_FOUND = exports.E_WORKGROUP_NOT_FOUND = exports.E_WORK_ORDER_NOT_FOUND = exports.E_USER_NOT_FOUND = exports.E_TEMPLATE_NOT_FOUND = exports.E_TASK_NOT_FOUND = exports.E_SHOPPING_CART_NOT_FOUND = exports.E_SALE_PROCESS_NOT_FOUND = exports.E_PRODUCT_TRANSITION_GROUP_NOT_FOUND = exports.E_PRODUCT_TRANSITION_CONFIGURATION_NOT_FOUND = exports.E_PRODUCT_MOBILE_PROFILE_EQUIVALENCE_NOT_FOUND = exports.E_PRODUCT_CHARACTERISITC_EQUIVALENCE_NOT_FOUND = exports.E_NUMBER_FROM_POOL_NOT_FOUND = exports.E_NOT_FOUND = exports.E_LEAD_NOT_FOUND = exports.E_LEAD_FILE_NOT_FOUND = exports.E_JIRA_ISSUE_NOT_FOUND = exports.E_DROPDOWN_NOT_FOUND = exports.E_DROPDOWN_DATA_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_TRANSITION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_MODIFICATION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_FIBER_PRODUCT_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_DEACTIVATION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_NOT_FOUND = exports.E_CUSTOMER_NOT_FOUND = exports.E_CUSTOMER_NEW_EXTRAS_NOT_FOUND = exports.E_CUSTOMER_HANDOVER_NOT_FOUND = exports.E_CUSTOMER_HANDOVER_FILE_NOT_FOUND = exports.E_CUSTOMER_BILLING_PAYMENT_METHODS_NOT_FOUND = exports.E_CUSTOMER_BILLING_DIRECT_DEBIT_PAYMENT_METHOD_NOT_FOUND = exports.E_CUSTOMER_BILLING_DIRECT_DEBIT_MANDATE_NOT_FOUND = exports.E_CUSTOMER_AGGRUPATION_NOT_FOUND = exports.E_CONFIGURATION_NOT_FOUND = exports.E_CHANGE_OF_ADDRESS_CHARACTERISTIC_NOT_FOUND = exports.E_BUNDLES_PRODUCTS_WITHOUT_VOIP_AND_MOBILE_PRODUCTS_NOT_FOUND = exports.E_BUNDLE_TYPE_CONFIGURATION_NOT_FOUND = exports.E_BUNDLE_PRODUCTS_NOT_FOUND = exports.E_BATCH_PROCESS_DEFINITION_NOT_FOUND = exports.E_AUTH_WORKGROUP_NOT_FOUND = exports.E_AUTH_NOT_FOUND = exports.E_AREA_ADDRESSES_NOT_FOUND = exports.E_APPROVAL_NOT_FOUND = exports.E_APPROVAL_DATA_TO_APPROVE_NOT_FOUND = exports.E_APPROVAL_DATA_NOT_FOUND = exports.E_APARTMENT_NOT_FOUND = exports.E_ADDRESS_NOT_FOUND = void 0;
3
+ exports.E_ZIP_ADDRESSES_NOT_FOUND = exports.E_WORKGROUP_NOT_FOUND = exports.E_WORK_ORDER_NOT_FOUND = exports.E_USER_NOT_FOUND = exports.E_TEMPLATE_NOT_FOUND = exports.E_TASK_NOT_FOUND = exports.E_SHOPPING_CART_NOT_FOUND = exports.E_SALE_PROCESS_NOT_FOUND = exports.E_PRODUCT_TRANSITION_GROUP_NOT_FOUND = exports.E_PRODUCT_TRANSITION_CONFIGURATION_NOT_FOUND = exports.E_PRODUCT_MOBILE_PROFILE_EQUIVALENCE_NOT_FOUND = exports.E_PRODUCT_CHARACTERISITC_EQUIVALENCE_NOT_FOUND = exports.E_NUMBER_FROM_POOL_NOT_FOUND = exports.E_NOT_FOUND = exports.E_LEAD_NOT_FOUND = exports.E_LEAD_FILE_NOT_FOUND = exports.E_JIRA_ISSUE_NOT_FOUND = exports.E_DROPDOWN_NOT_FOUND = exports.E_DROPDOWN_DATA_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_TRANSITION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_MODIFICATION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_FIBER_PRODUCT_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_DEACTIVATION_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_NOT_FOUND = exports.E_CUSTOMER_NOT_FOUND = exports.E_CUSTOMER_NEW_EXTRAS_NOT_FOUND = exports.E_CUSTOMER_HANDOVER_NOT_FOUND = exports.E_CUSTOMER_HANDOVER_FILE_NOT_FOUND = exports.E_CUSTOMER_DOCUMENT_NOT_FOUND = exports.E_CUSTOMER_BILLING_PAYMENT_METHODS_NOT_FOUND = exports.E_CUSTOMER_BILLING_DIRECT_DEBIT_PAYMENT_METHOD_NOT_FOUND = exports.E_CUSTOMER_BILLING_DIRECT_DEBIT_MANDATE_NOT_FOUND = exports.E_CUSTOMER_AGGRUPATION_NOT_FOUND = exports.E_CONFIGURATION_NOT_FOUND = exports.E_CHANGE_OF_ADDRESS_CHARACTERISTIC_NOT_FOUND = exports.E_BUNDLES_PRODUCTS_WITHOUT_VOIP_AND_MOBILE_PRODUCTS_NOT_FOUND = exports.E_BUNDLE_TYPE_CONFIGURATION_NOT_FOUND = exports.E_BUNDLE_PRODUCTS_NOT_FOUND = exports.E_BATCH_PROCESS_DEFINITION_NOT_FOUND = exports.E_AUTH_WORKGROUP_NOT_FOUND = exports.E_AUTH_NOT_FOUND = exports.E_AREA_ADDRESSES_NOT_FOUND = exports.E_APPROVAL_NOT_FOUND = exports.E_APPROVAL_DATA_TO_APPROVE_NOT_FOUND = exports.E_APPROVAL_DATA_NOT_FOUND = exports.E_APARTMENT_NOT_FOUND = exports.E_ADDRESS_NOT_FOUND = void 0;
4
4
  exports.E_ADDRESS_NOT_FOUND = 'E_ADDRESS_NOT_FOUND';
5
5
  exports.E_APARTMENT_NOT_FOUND = 'E_APARTMENT_NOT_FOUND';
6
6
  exports.E_APPROVAL_DATA_NOT_FOUND = 'E_APPROVAL_DATA_NOT_FOUND';
@@ -19,6 +19,7 @@ exports.E_CUSTOMER_AGGRUPATION_NOT_FOUND = 'E_CUSTOMER_AGGRUPATION_NOT_FOUND';
19
19
  exports.E_CUSTOMER_BILLING_DIRECT_DEBIT_MANDATE_NOT_FOUND = 'E_CUSTOMER_BILLING_DIRECT_DEBIT_MANDATE_NOT_FOUND';
20
20
  exports.E_CUSTOMER_BILLING_DIRECT_DEBIT_PAYMENT_METHOD_NOT_FOUND = 'E_CUSTOMER_BILLING_DIRECT_DEBIT_PAYMENT_METHOD_NOT_FOUND';
21
21
  exports.E_CUSTOMER_BILLING_PAYMENT_METHODS_NOT_FOUND = 'E_CUSTOMER_BILLING_PAYMENT_METHODS_NOT_FOUND';
22
+ exports.E_CUSTOMER_DOCUMENT_NOT_FOUND = 'E_CUSTOMER_DOCUMENT_NOT_FOUND';
22
23
  exports.E_CUSTOMER_HANDOVER_FILE_NOT_FOUND = 'E_CUSTOMER_HANDOVER_FILE_NOT_FOUND';
23
24
  exports.E_CUSTOMER_HANDOVER_NOT_FOUND = 'E_CUSTOMER_HANDOVER_NOT_FOUND';
24
25
  exports.E_CUSTOMER_NEW_EXTRAS_NOT_FOUND = 'E_CUSTOMER_NEW_EXTRAS_NOT_FOUND';
@@ -98,10 +98,27 @@ export declare class PatchCustomerAccountOrganizationDto extends PatchCustomerAc
98
98
  export declare class CustomerAccountOrganizationDtoBuilder extends Builder<CustomerAccountOrganizationDto> {
99
99
  setDefaults(): CustomerAccountOrganizationDto;
100
100
  }
101
- export declare class CreateCustomerAccountDocumentDto {
101
+ export declare class CustomerDocumentDto {
102
+ id: string;
102
103
  fileName: string;
104
+ state: string;
103
105
  contentType: string;
104
106
  type: BpCustomerAccountDocumentType;
105
107
  comment?: string;
108
+ createdAt: string;
109
+ }
110
+ declare const CreateCustomerDocumentDto_base: import("@nestjs/common").Type<Pick<CustomerDocumentDto, "type" | "fileName" | "contentType" | "comment">>;
111
+ export declare class CreateCustomerDocumentDto extends CreateCustomerDocumentDto_base {
112
+ }
113
+ declare const UpdateCustomerDocumentDto_base: import("@nestjs/common").Type<Pick<CustomerDocumentDto, "type" | "comment">>;
114
+ export declare class UpdateCustomerDocumentDto extends UpdateCustomerDocumentDto_base {
115
+ }
116
+ export declare class CreateCustomerDocumentReqDto {
117
+ fileName: string;
118
+ type: BpCustomerAccountDocumentType;
119
+ comment?: string;
120
+ }
121
+ declare const UpdateCustomerDocumentReqDto_base: import("@nestjs/common").Type<Pick<CreateCustomerDocumentReqDto, "type" | "comment">>;
122
+ export declare class UpdateCustomerDocumentReqDto extends UpdateCustomerDocumentReqDto_base {
106
123
  }
107
124
  export {};
@@ -1,11 +1,22 @@
1
1
  "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCustomerAccountDocumentDto = exports.CustomerAccountOrganizationDtoBuilder = exports.PatchCustomerAccountOrganizationDto = exports.CreateCustomerAccountOrganizationDto = exports.CustomerAccountOrganizationDto = exports.CustomerAccountIndividualDtoBuilder = exports.PatchCustomerAccountIndividualDto = exports.CreateCustomerAccountIndividualDto = exports.CustomerAccountIndividualDto = exports.CustomerAccountPartyRelatedEntityRelationshipDto = exports.CustomerAccountContactMediumDto = exports.CustomerAccountIdentificationDtoBuilder = exports.CustomerAccountIdentificationDto = exports.CustomerAccountDtoBuilder = exports.PatchCustomerAccountDto = exports.CreateCustomerAccountDto = exports.CustomerAccountDto = exports.CreateCustomerAccountPartyRelatedPartyRelationshipDto = exports.CustomerAccountPartyRelatedPartyRelationshipDto = void 0;
12
+ exports.UpdateCustomerDocumentReqDto = exports.CreateCustomerDocumentReqDto = exports.UpdateCustomerDocumentDto = exports.CreateCustomerDocumentDto = exports.CustomerDocumentDto = exports.CustomerAccountOrganizationDtoBuilder = exports.PatchCustomerAccountOrganizationDto = exports.CreateCustomerAccountOrganizationDto = exports.CustomerAccountOrganizationDto = exports.CustomerAccountIndividualDtoBuilder = exports.PatchCustomerAccountIndividualDto = exports.CreateCustomerAccountIndividualDto = exports.CustomerAccountIndividualDto = exports.CustomerAccountPartyRelatedEntityRelationshipDto = exports.CustomerAccountContactMediumDto = exports.CustomerAccountIdentificationDtoBuilder = exports.CustomerAccountIdentificationDto = exports.CustomerAccountDtoBuilder = exports.PatchCustomerAccountDto = exports.CreateCustomerAccountDto = exports.CustomerAccountDto = exports.CreateCustomerAccountPartyRelatedPartyRelationshipDto = exports.CustomerAccountPartyRelatedPartyRelationshipDto = void 0;
4
13
  const constants_1 = require("../../bss/constants");
5
14
  const helpers_1 = require("../../common/helpers/helpers");
6
15
  const faker_1 = require("@faker-js/faker");
7
16
  const constants_2 = require("../../common/constants");
8
17
  const swagger_1 = require("@nestjs/swagger");
18
+ const class_validator_1 = require("class-validator");
19
+ const _validators_1 = require("../../validators/index");
9
20
  class CustomerAccountPartyRelatedPartyRelationshipDto {
10
21
  }
11
22
  exports.CustomerAccountPartyRelatedPartyRelationshipDto = CustomerAccountPartyRelatedPartyRelationshipDto;
@@ -104,6 +115,34 @@ class CustomerAccountOrganizationDtoBuilder extends helpers_1.Builder {
104
115
  }
105
116
  }
106
117
  exports.CustomerAccountOrganizationDtoBuilder = CustomerAccountOrganizationDtoBuilder;
107
- class CreateCustomerAccountDocumentDto {
108
- }
109
- exports.CreateCustomerAccountDocumentDto = CreateCustomerAccountDocumentDto;
118
+ class CustomerDocumentDto {
119
+ }
120
+ exports.CustomerDocumentDto = CustomerDocumentDto;
121
+ class CreateCustomerDocumentDto extends (0, swagger_1.PickType)(CustomerDocumentDto, ['fileName', 'contentType', 'type', 'comment']) {
122
+ }
123
+ exports.CreateCustomerDocumentDto = CreateCustomerDocumentDto;
124
+ class UpdateCustomerDocumentDto extends (0, swagger_1.PickType)(CustomerDocumentDto, ['type', 'comment']) {
125
+ }
126
+ exports.UpdateCustomerDocumentDto = UpdateCustomerDocumentDto;
127
+ class CreateCustomerDocumentReqDto {
128
+ }
129
+ exports.CreateCustomerDocumentReqDto = CreateCustomerDocumentReqDto;
130
+ __decorate([
131
+ (0, class_validator_1.IsString)(),
132
+ (0, class_validator_1.IsNotEmpty)(),
133
+ (0, _validators_1.IsNotBlank)(),
134
+ __metadata("design:type", String)
135
+ ], CreateCustomerDocumentReqDto.prototype, "fileName", void 0);
136
+ __decorate([
137
+ (0, class_validator_1.IsEnum)(constants_1.BpCustomerAccountDocumentType),
138
+ __metadata("design:type", String)
139
+ ], CreateCustomerDocumentReqDto.prototype, "type", void 0);
140
+ __decorate([
141
+ (0, class_validator_1.IsString)(),
142
+ (0, class_validator_1.MaxLength)(1000),
143
+ (0, class_validator_1.IsOptional)(),
144
+ __metadata("design:type", String)
145
+ ], CreateCustomerDocumentReqDto.prototype, "comment", void 0);
146
+ class UpdateCustomerDocumentReqDto extends (0, swagger_1.PickType)(CreateCustomerDocumentReqDto, ['type', 'comment']) {
147
+ }
148
+ exports.UpdateCustomerDocumentReqDto = UpdateCustomerDocumentReqDto;
@@ -28,10 +28,6 @@ export declare class CustomerTasksFiltersDto extends CustomerNotesFiltersDto {
28
28
  }
29
29
  export declare class CustomerOrdersFiltersDto extends CustomerNotesFiltersDto {
30
30
  }
31
- export declare class CustomerBillsFiltersDto extends CustomerNotesFiltersDto {
32
- }
33
- export declare class CustomerFinanceFiltersDto extends PaginationQueryDto {
34
- }
35
31
  export declare class CustomerJiraTicketsFiltersDto extends PaginationQueryDto {
36
32
  status?: CustomerJiraTicketStatusType;
37
33
  }
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.CreateCustomerCharacteristicReqDto = exports.CustomerDashboardFiltersDto = exports.CustomerFinanceDto = exports.CustomerTaskDto = exports.CustomerOrderDto = exports.CustomerTaskAdditionalFieldsDto = exports.DashboardCustomerCsvDto = exports.DashboardCustomerDto = exports.CustomerJiraTicketsFiltersDto = exports.CustomerFinanceFiltersDto = exports.CustomerBillsFiltersDto = exports.CustomerOrdersFiltersDto = exports.CustomerTasksFiltersDto = exports.CustomerNotesFiltersDto = exports.DashboardCustomersFiltersDto = exports.CustomerBalancesAndDebtDto = void 0;
12
+ exports.CreateCustomerCharacteristicReqDto = exports.CustomerDashboardFiltersDto = exports.CustomerFinanceDto = exports.CustomerTaskDto = exports.CustomerOrderDto = exports.CustomerTaskAdditionalFieldsDto = exports.DashboardCustomerCsvDto = exports.DashboardCustomerDto = exports.CustomerJiraTicketsFiltersDto = exports.CustomerOrdersFiltersDto = exports.CustomerTasksFiltersDto = exports.CustomerNotesFiltersDto = exports.DashboardCustomersFiltersDto = exports.CustomerBalancesAndDebtDto = void 0;
13
13
  const openapi = require("@nestjs/swagger");
14
14
  const task_1 = require("../../bss/task");
15
15
  const common_entity_1 = require("../../common/common.entity");
@@ -120,18 +120,6 @@ class CustomerOrdersFiltersDto extends CustomerNotesFiltersDto {
120
120
  }
121
121
  }
122
122
  exports.CustomerOrdersFiltersDto = CustomerOrdersFiltersDto;
123
- class CustomerBillsFiltersDto extends CustomerNotesFiltersDto {
124
- static _OPENAPI_METADATA_FACTORY() {
125
- return {};
126
- }
127
- }
128
- exports.CustomerBillsFiltersDto = CustomerBillsFiltersDto;
129
- class CustomerFinanceFiltersDto extends common_entity_1.PaginationQueryDto {
130
- static _OPENAPI_METADATA_FACTORY() {
131
- return {};
132
- }
133
- }
134
- exports.CustomerFinanceFiltersDto = CustomerFinanceFiltersDto;
135
123
  class CustomerJiraTicketsFiltersDto extends common_entity_1.PaginationQueryDto {
136
124
  static _OPENAPI_METADATA_FACTORY() {
137
125
  return { status: { required: false, enum: require("./customer.constants").CustomerJiraTicketStatusType } };
@@ -14,7 +14,7 @@ export declare class CustomerHandoverProcessFileDto {
14
14
  declare const CreateCustomerHandoverProcessFileDto_base: import("@nestjs/common").Type<Omit<CustomerHandoverProcessFileDto, "id" | "created" | "updated" | "documentId">>;
15
15
  export declare class CreateCustomerHandoverProcessFileDto extends CreateCustomerHandoverProcessFileDto_base {
16
16
  }
17
- declare const PatchCustomerHandoverProcessFileDto_base: import("@nestjs/common").Type<Partial<Omit<CustomerHandoverProcessFileDto, "id" | "created" | "updated" | "contentType" | "customerHandoverProcessId">>>;
17
+ declare const PatchCustomerHandoverProcessFileDto_base: import("@nestjs/common").Type<Partial<Omit<CustomerHandoverProcessFileDto, "id" | "contentType" | "created" | "updated" | "customerHandoverProcessId">>>;
18
18
  export declare class PatchCustomerHandoverProcessFileDto extends PatchCustomerHandoverProcessFileDto_base {
19
19
  }
20
20
  export declare class CustomerHandoverProcessFileResDto extends CustomerHandoverProcessFileDto {
@@ -9,10 +9,10 @@ export declare class SaleProcessFileDto {
9
9
  comment?: string;
10
10
  transactionId?: string;
11
11
  }
12
- declare const CreateSaleProcessFileDto_base: import("@nestjs/common").Type<Pick<SaleProcessFileDto, "type" | "fileName" | "comment" | "saleProcessId" | "contentType" | "transactionId">>;
12
+ declare const CreateSaleProcessFileDto_base: import("@nestjs/common").Type<Pick<SaleProcessFileDto, "type" | "fileName" | "contentType" | "comment" | "saleProcessId" | "transactionId">>;
13
13
  export declare class CreateSaleProcessFileDto extends CreateSaleProcessFileDto_base {
14
14
  }
15
- declare const PatchSaleProcessFileDto_base: import("@nestjs/common").Type<Partial<Pick<SaleProcessFileDto, "type" | "fileName" | "comment" | "contentType" | "transactionId" | "documentId">>>;
15
+ declare const PatchSaleProcessFileDto_base: import("@nestjs/common").Type<Partial<Pick<SaleProcessFileDto, "type" | "fileName" | "contentType" | "comment" | "transactionId" | "documentId">>>;
16
16
  export declare class PatchSaleProcessFileDto extends PatchSaleProcessFileDto_base {
17
17
  }
18
18
  export declare class CreateSaleProcessFileReqDto {