@nomalism-com/types 1.3.22 → 1.3.25
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/dist/index.js +1279 -1221
- package/dist/main.d.ts +7 -8
- package/dist/modules/document/order/interfaces.d.ts +9 -39
- package/dist/modules/document/providerFinancialCreditNote/interfaces.d.ts +5 -2
- package/dist/modules/document/providerServiceInvoice/interfaces.d.ts +4 -1
- package/dist/modules/document/purchase/interfaces.d.ts +7 -0
- package/dist/modules/integration/patchNotes/interfaces.d.ts +47 -0
- package/dist/modules/integration/projectInfo/interfaces.d.ts +25 -2
- package/dist/modules/llm/llm/interfaces.d.ts +19 -0
- package/dist/modules/llm/llm/route.schema.d.ts +2 -0
- package/dist/modules/stock/accountCode/interface.d.ts +11 -0
- package/dist/modules/stock/accountCode/route.schema.d.ts +2 -0
- package/dist/modules/stock/chat/interfaces.d.ts +22 -3
- package/dist/modules/stock/conferirEncomenda/interface.d.ts +55 -0
- package/dist/modules/stock/dashboard/interface.d.ts +18 -11
- package/dist/modules/stock/gmails/interface.d.ts +1 -37
- package/dist/modules/supply/documentHeader/interfaces.d.ts +4 -2
- package/dist/modules/supply/documentLine/interfaces.d.ts +7 -1
- package/dist/modules/supply/documentType/interfaces.d.ts +3 -0
- package/dist/modules/ui/portal/interface.d.ts +16 -2
- package/dist/modules/ui/portal/route.schema.d.ts +1 -0
- package/dist/modules/user/chatSubscribers/interfaces.d.ts +20 -9
- package/dist/modules/user/clients/interface.d.ts +2 -1
- package/dist/modules/user/persona/interface.d.ts +8 -10
- package/dist/modules/user/providers/interface.d.ts +3 -0
- package/dist/modules/user/sessions/interface.d.ts +1 -2
- package/dist/shared/entities/integration.d.ts +41 -1
- package/dist/shared/entities/stock.d.ts +24 -0
- package/dist/shared/entities/user.d.ts +3 -0
- package/dist/shared/interface.d.ts +23 -8
- package/package.json +8 -8
- package/dist/modules/stock/gmails/route.schema.d.ts +0 -2
- package/dist/modules/user/groupPermissions/interface.d.ts +0 -25
- package/dist/modules/user/groupPermissions/route.schema.d.ts +0 -2
- package/dist/modules/user/permissions/interface.d.ts +0 -25
- package/dist/modules/user/permissions/route.schema.d.ts +0 -2
- package/dist/modules/user/userPermissions/interface.d.ts +0 -23
- package/dist/modules/user/userPermissions/route.schema.d.ts +0 -2
package/dist/main.d.ts
CHANGED
|
@@ -52,8 +52,6 @@ import * as Favorites from './modules/user/favorites/interfaces';
|
|
|
52
52
|
import * as FavoritesRoutes from './modules/user/favorites/route.schema';
|
|
53
53
|
import * as File from './modules/stock/file/interface';
|
|
54
54
|
import * as FileRoutes from './modules/stock/file/route.schema';
|
|
55
|
-
import * as GroupPermissions from './modules/user/groupPermissions/interface';
|
|
56
|
-
import * as GroupPermissionsRoutes from './modules/user/groupPermissions/route.schema';
|
|
57
55
|
import * as GoogleSheets from './modules/integration/googleSheets/interfaces';
|
|
58
56
|
import * as GoogleSheetsRoutes from './modules/integration/googleSheets/route.schema';
|
|
59
57
|
import * as Language from './modules/user/language/interface';
|
|
@@ -75,8 +73,6 @@ import * as Payment from './modules/supply/payment/interface';
|
|
|
75
73
|
import * as PaymentRoutes from './modules/supply/payment/route.schema';
|
|
76
74
|
import * as PaymentMethods from './modules/user/paymentMethods/interfaces';
|
|
77
75
|
import * as PaymentMethodsRoutes from './modules/user/paymentMethods/route.schema';
|
|
78
|
-
import * as Permissions from './modules/user/permissions/interface';
|
|
79
|
-
import * as PermissionsRoutes from './modules/user/permissions/route.schema';
|
|
80
76
|
import * as ProductImage from './modules/stock/productImage/interface';
|
|
81
77
|
import * as ProductImageRoutes from './modules/stock/productImage/route.schema';
|
|
82
78
|
import * as Promotion from './modules/stock/promotion/interface';
|
|
@@ -107,8 +103,6 @@ import * as TypeOfLocation from './modules/stock/typeOfLocation/interface';
|
|
|
107
103
|
import * as TypeOfLocationRoutes from './modules/stock/typeOfLocation/route.schema';
|
|
108
104
|
import * as UnitOfMeasure from './modules/stock/unitOfMeasure/interface';
|
|
109
105
|
import * as UnitOfMeasureRoutes from './modules/stock/unitOfMeasure/route.schema';
|
|
110
|
-
import * as UserPermissions from './modules/user/userPermissions/interface';
|
|
111
|
-
import * as UserPermissionsRoutes from './modules/user/userPermissions/route.schema';
|
|
112
106
|
import * as UserPositions from './modules/user/userPositions/interface';
|
|
113
107
|
import * as UserPositionsRoutes from './modules/user/userPositions/route.schema';
|
|
114
108
|
import * as Users from './modules/user/users/interface';
|
|
@@ -227,7 +221,6 @@ import * as ChatSubscriberRoutes from './modules/user/chatSubscribers/route.sche
|
|
|
227
221
|
import * as Tag from './modules/stock/tag/interface';
|
|
228
222
|
import * as TagRoutes from './modules/stock/tag/route.schema';
|
|
229
223
|
import * as Gmails from './modules/stock/gmails/interface';
|
|
230
|
-
import * as GmailsRoutes from './modules/stock/gmails/route.schema';
|
|
231
224
|
import * as NPF from './modules/document/NPF/interface';
|
|
232
225
|
import * as NPFRoutes from './modules/document/NPF/route.schema';
|
|
233
226
|
import * as NRCL from './modules/document/NRCL/interface';
|
|
@@ -239,4 +232,10 @@ import * as PaymentBatchRoutes from './modules/supply/paymentBatch/route.schema'
|
|
|
239
232
|
import * as Portal from './modules/ui/portal/interface';
|
|
240
233
|
import * as PortalRoutes from './modules/ui/portal/route.schema';
|
|
241
234
|
import * as GoogleSheetPool from './modules/stock/googleSheetPool/interface';
|
|
242
|
-
|
|
235
|
+
import * as AccountCode from './modules/stock/accountCode/interface';
|
|
236
|
+
import * as AccountCodeRoutes from './modules/stock/accountCode/route.schema';
|
|
237
|
+
import * as LLM from './modules/llm/llm/interfaces';
|
|
238
|
+
import * as LLMRoutes from './modules/llm/llm/route.schema';
|
|
239
|
+
import * as PatchNotes from './modules/integration/patchNotes/interfaces';
|
|
240
|
+
import * as ConferirEncomenda from './modules/stock/conferirEncomenda/interface';
|
|
241
|
+
export { shared, viewErrors, stockErrors, userErrors, documentManagementErrors, integrationErrors, ZipCode, ZipCodeRoutes, BankData, BankDataRoutes, Client, ClientRoutes, ClientType, ClientTypeRoutes, Chat, ChatRoutes, Commissioner, CommissionerRoutes, Country, CountryRoutes, DeliveryMethods, DeliveryMethodsRoutes, DocumentHeader, DocumentHeaderRoutes, DocumentHeaderHistory, BillOfLading, BillOfLadingRoutes, ProductionOrder, ProductionOrderRoutes, Proforma, ProformaRoutes, PropostaFornecedor, PropostaFornecedorRoutes, ProviderCreditNoteFromReturn, ProviderCreditNoteFromReturnRoutes, ProviderFinancialCreditNote, ProviderFinancialCreditNoteRoutes, ProviderServiceInvoice, ProviderServiceInvoiceRoutes, DocumentLine, DocumentLineRoutes, DocumentLineAssoc, DocumentLineAssocRoutes, DocumentSet, DocumentSetRoutes, DocumentType, DocumentTypeRoutes, ExternalDocumentType, ExternalDocumentHeader, ExternalDocumentHeaderRoutes, Favorites, FavoritesRoutes, File, FileRoutes, GoogleSheets, GoogleSheetsRoutes, Language, LanguageRoutes, Location, LocationRoutes, MaturityDates, MaturityDatesRoutes, Multimedia, MultimediaRoutes, OrderManagement, Observation, ObservationRoutes, ObservationType, ObservationTypeRoutes, Password, PasswordRoutes, Payment, PaymentRoutes, PaymentMethods, PaymentMethodsRoutes, ProductImage, ProductImageRoutes, Promotion, PromotionRoutes, PromotionAssoc, PromotionAssocRoutes, Providers, ProvidersRoutes, ProviderType, ProviderTypeRoutes, PurchaseConditions, PurchaseConditionsRoutes, ReasonForExemption, ReasonForExemptionRoutes, RefreshToken, RefreshTokenRoutes, SegmentsArea, SegmentsAreaRoutes, Sessions, SessionsRoutes, Shippings, ShippingsRoutes, StoreOperator, StoreOperatorRoutes, Swift, SwiftRoutes, TypeOfLocation, TypeOfLocationRoutes, UnitOfMeasure, UnitOfMeasureRoutes, UserPositions, UserPositionsRoutes, Users, UsersRoutes, UserTokens, UserTokensRoutes, VatValidation, VatValidationRoutes, VatTax, VatTaxRoutes, VatTaxZone, VatTaxZoneRoutes, Vehicles, VehiclesRoutes, Workflow, WorkflowRoutes, StockMovement, StockMovementRoutes, Tenant, TenantRoutes, PreSale, PreSaleRoutes, PreSaleProduct, PreSaleProductRoutes, Npc, NpcRoutes, Printer, PrinterRoutes, SchedulePrintJob, SchedulePrintJobRoutes, QueryList, QueryListRoutes, QueryParameter, QueryParameterRoutes, ReturnReason, ReturnReasonRoutes, PropostaSheets, PropostaSheetsRoutes, Schedule, ScheduleRoutes, GoogleFilePermission, GoogleFilePermissionRoutes, Settings, SettingsRoutes, Tickets, TicketsRoutes, Channel, ChannelRoutes, TicketsLanguage, TicketsLanguageRoutes, CLT, CLTRoutes, StartDocumentHeaderLastUpdate, Persona, PersonaRoutes, ProjectInfo, ProjectInfoRoutes, EmailVerification, EmailVerificationRoutes, EmailLog, EmailLogRoutes, Purchase, PurchaseRoutes, Order, OrderRoutes, MaterialEntrance, MaterialEntranceRoutes, Transformado, TransformadoRoutes, Quebra, QuebraRoutes, UpfrontReturn, UpfrontReturnRoutes, SavedEmPicking, SavedEmPickingRoutes, EmailTemplate, EmailTemplateRoutes, EmailTemplateAttachment, EmailTemplateAttachmentRoutes, Inventario, InventarioRoutes, ReturnToProvider, ReturnToProviderRoutes, Prison, PrisonRoutes, DocumentLineNote, DocumentLineNoteRoutes, SavedProviderProposal, SavedProviderProposalRoutes, ProductGoogleSheets, ProductGoogleSheetsRoutes, Task, TaskRoutes, TaskMessage, TaskMessageRoutes, RecurrentTasks, TaskRead, TaskReadRoutes, Theme, ThemeRoutes, Dashboard, DashboardRoutes, ChatRapidMessage, ChatRapidMessageRoutes, SideMenu, SideMenuRoutes, AdminPanel, ErrorLog, ErrorLogRoutes, DocumentLineRm, DocumentLineRmRoutes, DocumentLineMt, DocumentLineMtRoutes, ChatSubscriber, ChatSubscriberRoutes, Tag, TagRoutes, Gmails, NPF, NPFRoutes, NRCL, NRCLRoutes, CurrentAccount, CurrentAccountRoutes, PaymentBatch, PaymentBatchRoutes, Portal, PortalRoutes, GoogleSheetPool, AccountCode, AccountCodeRoutes, LLM, LLMRoutes, PatchNotes, ConferirEncomenda, };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as IShared from '../../../shared/interface';
|
|
2
|
+
import type { IEstadoEncomenda } from '../../stock/conferirEncomenda/interface';
|
|
2
3
|
export declare const Route = "order";
|
|
3
4
|
export declare const UpperName = "Order";
|
|
4
5
|
export declare const LowerName: string;
|
|
@@ -6,47 +7,16 @@ export interface IUndoProviderOrderRequest {
|
|
|
6
7
|
document_line_ids: string[];
|
|
7
8
|
send_notification: boolean;
|
|
8
9
|
}
|
|
9
|
-
export
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
'Espera Envio (RM)': 'Espera Envio (RM)';
|
|
16
|
-
'Espera Marcação (RM)': 'Espera Marcação (RM)';
|
|
17
|
-
'Espera Folha (RM)': 'Espera Folha (RM)';
|
|
18
|
-
'Espera Vendedor Retificar (RM)': 'Espera Vendedor Retificar (RM)';
|
|
19
|
-
'Espera Conferencia (RM)': 'Espera Conferencia (RM)';
|
|
20
|
-
'Espera Ok Cliente (RM)': 'Espera Ok Cliente (RM)';
|
|
21
|
-
'Espera Consulta Stock/Cotação': 'Espera Consulta Stock/Cotação';
|
|
22
|
-
'Espera Receção (Consulta)': 'Espera Receção (Consulta)';
|
|
23
|
-
'Espera Vendedor Retificar (Consulta)': 'Espera Vendedor Retificar (Consulta)';
|
|
24
|
-
'Cliente Foi Pensar': 'Cliente Foi Pensar';
|
|
25
|
-
'Espera Atelier': 'Espera Atelier';
|
|
26
|
-
'Espera Produção Interna': 'Espera Produção Interna';
|
|
27
|
-
'Espera Estofador': 'Espera Estofador';
|
|
28
|
-
'Espera Prod (Mont)': 'Espera Prod (Mont)';
|
|
29
|
-
'Espera Montagem': 'Espera Montagem';
|
|
30
|
-
'Espera Corte Tecidos': 'Espera Corte Tecidos';
|
|
31
|
-
'Espera Confecção (tecidos cortados)': 'Espera Confecção (tecidos cortados)';
|
|
32
|
-
'Encomendar Serviço': 'Encomendar Serviço';
|
|
33
|
-
'Encomendar Serviço c/ Anexos': 'Encomendar Serviço c/ Anexos';
|
|
34
|
-
'Encomendar Serviço Sem Notificação': 'Encomendar Serviço Sem Notificação';
|
|
35
|
-
'Encomendar VA': 'Encomendar VA';
|
|
36
|
-
'Encomendar VA c/ Anexos': 'Encomendar VA c/ Anexos';
|
|
37
|
-
'Encomendar VA Sem Notificação': 'Encomendar VA Sem Notificação';
|
|
38
|
-
'Encomendar Stock': 'Encomendar Stock';
|
|
39
|
-
'Cancelar Encomendar': 'Cancelar Encomendar';
|
|
40
|
-
'Stock em Loja': 'Stock em Loja';
|
|
41
|
-
Refaturar: 'Refaturar';
|
|
42
|
-
'Desligar do Sheets': 'Desligar do Sheets';
|
|
43
|
-
'Fechar Linha': 'Fechar Linha';
|
|
44
|
-
};
|
|
45
|
-
export type IConferirEncomendaClienteOptions = (typeof ConferirEncomendaClienteOptionsEnum)[keyof typeof ConferirEncomendaClienteOptionsEnum];
|
|
46
|
-
export declare const conferirEncomendaClienteOptions: string[];
|
|
10
|
+
export interface IMotivosDeEsperaData {
|
|
11
|
+
esperaEnvioDeMedidas?: boolean;
|
|
12
|
+
esperaConfirmacaoDeMedidas?: boolean;
|
|
13
|
+
esperaVisitaALoja?: boolean;
|
|
14
|
+
esperaDadosCliente?: boolean;
|
|
15
|
+
}
|
|
47
16
|
export interface IConferirEncomendaClienteRequest {
|
|
48
|
-
option:
|
|
17
|
+
option: IEstadoEncomenda;
|
|
49
18
|
document_line_ids: string[];
|
|
19
|
+
motivos_espera_data?: IMotivosDeEsperaData;
|
|
50
20
|
reinvoicing_nc_observation?: string;
|
|
51
21
|
}
|
|
52
22
|
export interface IConferirEncomendaClienteResponse {
|
|
@@ -13,10 +13,13 @@ export interface IValueByVatTax {
|
|
|
13
13
|
total: number;
|
|
14
14
|
}
|
|
15
15
|
export interface ICreateProviderFinancialCreditNoteRequest {
|
|
16
|
+
provider_id?: string;
|
|
17
|
+
nif?: string;
|
|
16
18
|
external_document_name: string;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
account_code?: string | null;
|
|
20
|
+
auto_pay?: boolean;
|
|
19
21
|
emission_date: Date;
|
|
22
|
+
parent_document_header_id: string | null;
|
|
20
23
|
observations: string;
|
|
21
24
|
values: IValueByVatTax[];
|
|
22
25
|
}
|
|
@@ -4,8 +4,11 @@ export interface IValueByVatTax {
|
|
|
4
4
|
total: number;
|
|
5
5
|
}
|
|
6
6
|
export interface ICreateProviderServiceInvoiceRequest {
|
|
7
|
-
provider_id
|
|
7
|
+
provider_id?: string;
|
|
8
|
+
nif?: string;
|
|
8
9
|
external_document_name: string;
|
|
10
|
+
account_code?: string | null;
|
|
11
|
+
auto_pay?: boolean;
|
|
9
12
|
emission_date: Date;
|
|
10
13
|
observations: string;
|
|
11
14
|
values: IValueByVatTax[];
|
|
@@ -67,6 +67,7 @@ export interface IPurchaseFromProviderRequest {
|
|
|
67
67
|
note?: string;
|
|
68
68
|
vat_self_accounting?: boolean;
|
|
69
69
|
purchase_without_invoice: boolean;
|
|
70
|
+
account_code: string | null;
|
|
70
71
|
}
|
|
71
72
|
export interface ISyncRequest {
|
|
72
73
|
provider_id: string;
|
|
@@ -81,11 +82,17 @@ export interface ISyncResponse {
|
|
|
81
82
|
provider_tax: number;
|
|
82
83
|
lines: ISyncLines[];
|
|
83
84
|
}
|
|
85
|
+
export interface IFindPurchasedOrdersSummaryResponse {
|
|
86
|
+
y: number;
|
|
87
|
+
m: number;
|
|
88
|
+
v: number;
|
|
89
|
+
}
|
|
84
90
|
export interface IRepository {
|
|
85
91
|
findUnpaidMaterialEntrance(selector: IShared.IFindByIdRequest): Promise<IUnpaidMaterialEntranceResponse>;
|
|
86
92
|
findUnpaidMaterialEntranceProviders(): Promise<IShared.IFindMinifiedResponse[]>;
|
|
87
93
|
purchaseFromProvider(data: IPurchaseFromProviderRequest): Promise<void>;
|
|
88
94
|
sync(data: ISyncRequest): Promise<ISyncResponse>;
|
|
95
|
+
findPurchasedOrdersSummary(params: IShared.IFindOptionalByOwnerIdRequest): Promise<IFindPurchasedOrdersSummaryResponse[]>;
|
|
89
96
|
}
|
|
90
97
|
export type IApi = IRepository;
|
|
91
98
|
export type IController = IShared.IEntityWithUserToken<IRepository>;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as IShared from '../../../shared/interface';
|
|
2
|
+
import { PatchNotes } from '../../../shared/entities/integration';
|
|
3
|
+
export type Entity = PatchNotes;
|
|
4
|
+
export declare const Route = "patch_notes";
|
|
5
|
+
export declare const UpperName = "PatchNotes";
|
|
6
|
+
export declare const LowerName: string;
|
|
7
|
+
export interface IFindResponse {
|
|
8
|
+
date: string;
|
|
9
|
+
version: string;
|
|
10
|
+
description: string;
|
|
11
|
+
}
|
|
12
|
+
export interface ICreateRequest {
|
|
13
|
+
id?: number;
|
|
14
|
+
service: string;
|
|
15
|
+
container?: string | null;
|
|
16
|
+
version: string;
|
|
17
|
+
deploy_ref: string;
|
|
18
|
+
environment?: string | null;
|
|
19
|
+
commit_sha: string;
|
|
20
|
+
commit_short_sha?: string | null;
|
|
21
|
+
commit_title: string;
|
|
22
|
+
commit_message: string;
|
|
23
|
+
commit_timestamp: string;
|
|
24
|
+
project_id: number;
|
|
25
|
+
project_path: string;
|
|
26
|
+
project_url: string;
|
|
27
|
+
pipeline_id: number;
|
|
28
|
+
pipeline_iid?: number | null;
|
|
29
|
+
pipeline_source: string;
|
|
30
|
+
pipeline_url: string;
|
|
31
|
+
job_id?: number | null;
|
|
32
|
+
job_name?: string | null;
|
|
33
|
+
job_url?: string | null;
|
|
34
|
+
merge_request_iid?: number | null;
|
|
35
|
+
mergeRequest_id?: number | null;
|
|
36
|
+
mr_source_branch?: string | null;
|
|
37
|
+
mr_target_branch?: string | null;
|
|
38
|
+
changes?: unknown;
|
|
39
|
+
raw?: unknown;
|
|
40
|
+
created_at?: string;
|
|
41
|
+
updated_at?: string;
|
|
42
|
+
}
|
|
43
|
+
export interface IRepository {
|
|
44
|
+
find(): Promise<IFindResponse[]>;
|
|
45
|
+
createOrUpdate(data: ICreateRequest): Promise<void>;
|
|
46
|
+
}
|
|
47
|
+
export type IController = IShared.IEntityWithUserToken<IRepository>;
|
|
@@ -8,9 +8,32 @@ export declare const IProjectInfoTypeEnum: {
|
|
|
8
8
|
professional: 'professional';
|
|
9
9
|
company: 'company';
|
|
10
10
|
};
|
|
11
|
+
export type IMultimedia = {
|
|
12
|
+
id: string;
|
|
13
|
+
filename: string;
|
|
14
|
+
};
|
|
15
|
+
export type IBudgetOptionsType = {
|
|
16
|
+
retificacao: boolean;
|
|
17
|
+
retificacao_aconselhamento: boolean;
|
|
18
|
+
montagem: boolean;
|
|
19
|
+
multimedias: IMultimedia[];
|
|
20
|
+
};
|
|
11
21
|
export type IProjectInfoType = (typeof IProjectInfoTypeEnum)[keyof typeof IProjectInfoTypeEnum];
|
|
12
22
|
export declare const projectInfoTypes: string[];
|
|
13
|
-
export
|
|
23
|
+
export interface ICreateRequest extends Omit<Entity, 'created_at' | 'updated_at' | 'document_header_id' | 'id' | 'email_log' | 'persona_id' | 'client_id'> {
|
|
24
|
+
persona_id?: string;
|
|
25
|
+
client_id?: string;
|
|
26
|
+
}
|
|
27
|
+
export interface ICreateResponse {
|
|
28
|
+
document_header_id: string;
|
|
29
|
+
chat_subscriber_id?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare const IProjectInfoOriginTypeEnum: {
|
|
32
|
+
website: 'website';
|
|
33
|
+
portal: 'portal';
|
|
34
|
+
};
|
|
35
|
+
export type IProjectInfoOriginType = (typeof IProjectInfoOriginTypeEnum)[keyof typeof IProjectInfoOriginTypeEnum];
|
|
36
|
+
export declare const ProjectInfoOriginTypes: string[];
|
|
14
37
|
export interface IController {
|
|
15
|
-
sendEmail(data:
|
|
38
|
+
sendEmail(data: ICreateRequest): Promise<ICreateResponse>;
|
|
16
39
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as IShared from '../../../shared/interface';
|
|
2
|
+
export declare const Route = "llm";
|
|
3
|
+
export interface IPromptRequest {
|
|
4
|
+
prompt: string;
|
|
5
|
+
owner_id: string;
|
|
6
|
+
document_header_id: string;
|
|
7
|
+
}
|
|
8
|
+
export interface IPromptResponse {
|
|
9
|
+
onChunk: (text: string) => void;
|
|
10
|
+
onDone?: () => void;
|
|
11
|
+
onError?: (err: unknown) => void;
|
|
12
|
+
}
|
|
13
|
+
export interface IPromptAbortController {
|
|
14
|
+
abort(): void;
|
|
15
|
+
}
|
|
16
|
+
export interface IRepository {
|
|
17
|
+
prompt: (data: IPromptRequest, response: IPromptResponse) => IPromptAbortController;
|
|
18
|
+
}
|
|
19
|
+
export type IController = IShared.IEntityWithUserToken<IRepository>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AccountCode } from '../../../shared/entities/stock';
|
|
2
|
+
export type Entity = AccountCode;
|
|
3
|
+
export declare const Route = "account_code";
|
|
4
|
+
export declare const UpperName = "AccountCode";
|
|
5
|
+
export declare const LowerName: string;
|
|
6
|
+
export interface IFindByCode {
|
|
7
|
+
code: string;
|
|
8
|
+
}
|
|
9
|
+
export interface IRepository {
|
|
10
|
+
findByCode(params: IFindByCode): Promise<AccountCode | null>;
|
|
11
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as IShared from '../../../shared/interface';
|
|
2
|
-
import type * as
|
|
2
|
+
import type * as ChatSubscriber from '../../user/chatSubscribers/interfaces';
|
|
3
3
|
import { Chat, File } from '../../../shared/entities/stock';
|
|
4
4
|
export type Entity = Chat;
|
|
5
5
|
export declare const Route = "chat";
|
|
@@ -25,13 +25,30 @@ export interface IChatBalloon {
|
|
|
25
25
|
created_at: Date;
|
|
26
26
|
created_by: string;
|
|
27
27
|
is_customer: boolean;
|
|
28
|
+
ghost?: boolean;
|
|
28
29
|
}
|
|
29
30
|
export type IReport = Pick<Entity, 'email_processed' | 'email_delivered' | 'email_opened' | 'email_clicked'>;
|
|
30
31
|
export interface IPublicFindActiveByOwnerIdResponse {
|
|
31
|
-
persona?: Persona.IFindContactPersonaByOwnerId;
|
|
32
32
|
last_group_report?: IReport;
|
|
33
|
-
owner_id
|
|
33
|
+
owner_id: string;
|
|
34
|
+
chat: IChatBalloon[];
|
|
35
|
+
}
|
|
36
|
+
export interface IPublicFindBySubscriberId {
|
|
37
|
+
owner_id: string;
|
|
38
|
+
document_header_id: string;
|
|
39
|
+
chat: IChatBalloon[];
|
|
40
|
+
persona: ChatSubscriber.IFindChatSubscriberPersona;
|
|
41
|
+
store_operator_name: string;
|
|
42
|
+
document_total: number;
|
|
43
|
+
}
|
|
44
|
+
export interface IPublicClientWebAppFindActiveByOwnerIdResponse {
|
|
45
|
+
owner_id: string;
|
|
46
|
+
chat_type: IChatType;
|
|
47
|
+
user_type: 'client' | 'provider';
|
|
34
48
|
chat: IChatBalloon[];
|
|
49
|
+
personas: ChatSubscriber.IFindChatSubscriberPersona[];
|
|
50
|
+
store_operator_name?: string;
|
|
51
|
+
document_total?: number;
|
|
35
52
|
}
|
|
36
53
|
export interface ICreateRequest {
|
|
37
54
|
owner_id: string;
|
|
@@ -57,6 +74,8 @@ export interface IMarkAllClientReadUnreadRequest {
|
|
|
57
74
|
}
|
|
58
75
|
export interface IRepository {
|
|
59
76
|
findActiveByOwnerId(params: IShared.IFindByOwnerIdRequest): Promise<IPublicFindActiveByOwnerIdResponse>;
|
|
77
|
+
clientWebAppFindActiveByOwnerId(params: IShared.IFindByOwnerIdRequest): Promise<IPublicClientWebAppFindActiveByOwnerIdResponse>;
|
|
78
|
+
findActiveBySubscriberId(params: IShared.IFindByOwnerIdRequest): Promise<IPublicFindBySubscriberId>;
|
|
60
79
|
resendLast(params: IShared.IFindByOwnerIdRequest): Promise<void>;
|
|
61
80
|
create(data: ICreateRequest): Promise<Chat>;
|
|
62
81
|
update(selector: IShared.IFindByIdRequest, data: IUpdateRequest): Promise<void>;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { ConferirEncomenda } from '../../../shared/entities/stock';
|
|
2
|
+
export declare const Route = "conferir_encomenda";
|
|
3
|
+
export declare const UpperName = "ConferirEncomenda";
|
|
4
|
+
export declare const LowerName: string;
|
|
5
|
+
export type Entity = ConferirEncomenda;
|
|
6
|
+
export declare const EstadoEncomendaEnum: {
|
|
7
|
+
readonly PorConfirmar: "PorConfirmar";
|
|
8
|
+
readonly EsperaDefDetVendedor: "EsperaDefDetVendedor";
|
|
9
|
+
readonly EsperaInfoCliente: "EsperaInfoCliente";
|
|
10
|
+
readonly EsperaDevCatalogo: "EsperaDevCatalogo";
|
|
11
|
+
readonly EsperaEnvioRMCA: "EsperaEnvioRMCA";
|
|
12
|
+
readonly EsperaEnvioRM: "EsperaEnvioRM";
|
|
13
|
+
readonly EsperaMarcacaoRM: "EsperaMarcacaoRM";
|
|
14
|
+
readonly EsperaFolhaRM: "EsperaFolhaRM";
|
|
15
|
+
readonly EsperaVendedorRetificarRM: "EsperaVendedorRetificarRM";
|
|
16
|
+
readonly EsperaConferenciaRM: "EsperaConferenciaRM";
|
|
17
|
+
readonly EsperaOkClienteRM: "EsperaOkClienteRM";
|
|
18
|
+
readonly EsperaConsultaStockCotacao: "EsperaConsultaStockCotacao";
|
|
19
|
+
readonly EsperaRececaoConsulta: "EsperaRececaoConsulta";
|
|
20
|
+
readonly EsperaVendedorRetificarConsulta: "EsperaVendedorRetificarConsulta";
|
|
21
|
+
readonly ClienteFoiPensar: "ClienteFoiPensar";
|
|
22
|
+
readonly EsperaAtelier: "EsperaAtelier";
|
|
23
|
+
readonly EsperaProducaoInterna: "EsperaProducaoInterna";
|
|
24
|
+
readonly EsperaEstofador: "EsperaEstofador";
|
|
25
|
+
readonly EsperaProdMont: "EsperaProdMont";
|
|
26
|
+
readonly EsperaMontagem: "EsperaMontagem";
|
|
27
|
+
readonly EsperaCorteTecidos: "EsperaCorteTecidos";
|
|
28
|
+
readonly EsperaConfeccaoTecidosCortados: "EsperaConfeccaoTecidosCortados";
|
|
29
|
+
readonly EncomendarServico: "EncomendarServico";
|
|
30
|
+
readonly EncomendarServicoCAnexos: "EncomendarServicoCAnexos";
|
|
31
|
+
readonly EncomendarServicoSemNotificacao: "EncomendarServicoSemNotificacao";
|
|
32
|
+
readonly EncomendarVA: "EncomendarVA";
|
|
33
|
+
readonly EncomendarVACAnexos: "EncomendarVACAnexos";
|
|
34
|
+
readonly EncomendarVASemNotificacao: "EncomendarVASemNotificacao";
|
|
35
|
+
readonly EncomendarStock: "EncomendarStock";
|
|
36
|
+
readonly CancelarEncomendar: "CancelarEncomendar";
|
|
37
|
+
readonly StockEmLoja: "StockEmLoja";
|
|
38
|
+
readonly Refaturar: "Refaturar";
|
|
39
|
+
readonly DesligarDoSheets: "DesligarDoSheets";
|
|
40
|
+
readonly FecharLinha: "FecharLinha";
|
|
41
|
+
readonly CancelarEncomenda: "CancelarEncomenda";
|
|
42
|
+
readonly CancelarEncomendaMT: "CancelarEncomendaMT";
|
|
43
|
+
readonly CancelarEncomendaRM: "CancelarEncomendaRM";
|
|
44
|
+
readonly CancelarEncomendaVA: "CancelarEncomendaVA";
|
|
45
|
+
readonly DesligarEncomenda: "DesligarEncomenda";
|
|
46
|
+
readonly EncomendarMT: "EncomendarMT";
|
|
47
|
+
readonly EncomendarRM: "EncomendarRM";
|
|
48
|
+
readonly EsperaNomalism: "EsperaNomalism";
|
|
49
|
+
readonly EsperaOkClienteConsulta: "EsperaOkClienteConsulta";
|
|
50
|
+
readonly EsperaResolucaoProblemas: "EsperaResolucaoProblemas";
|
|
51
|
+
readonly Refaturado: "Refaturado";
|
|
52
|
+
readonly Adjudicado: "Adjudicado";
|
|
53
|
+
};
|
|
54
|
+
export type IEstadoEncomenda = (typeof EstadoEncomendaEnum)[keyof typeof EstadoEncomendaEnum];
|
|
55
|
+
export declare const estadoEncomendaValues: ("PorConfirmar" | "EsperaDefDetVendedor" | "EsperaInfoCliente" | "EsperaDevCatalogo" | "EsperaEnvioRMCA" | "EsperaEnvioRM" | "EsperaMarcacaoRM" | "EsperaFolhaRM" | "EsperaVendedorRetificarRM" | "EsperaConferenciaRM" | "EsperaOkClienteRM" | "EsperaConsultaStockCotacao" | "EsperaRececaoConsulta" | "EsperaVendedorRetificarConsulta" | "ClienteFoiPensar" | "EsperaAtelier" | "EsperaProducaoInterna" | "EsperaEstofador" | "EsperaProdMont" | "EsperaMontagem" | "EsperaCorteTecidos" | "EsperaConfeccaoTecidosCortados" | "EncomendarServico" | "EncomendarServicoCAnexos" | "EncomendarServicoSemNotificacao" | "EncomendarVA" | "EncomendarVACAnexos" | "EncomendarVASemNotificacao" | "EncomendarStock" | "CancelarEncomendar" | "StockEmLoja" | "Refaturar" | "DesligarDoSheets" | "FecharLinha" | "CancelarEncomenda" | "CancelarEncomendaMT" | "CancelarEncomendaRM" | "CancelarEncomendaVA" | "DesligarEncomenda" | "EncomendarMT" | "EncomendarRM" | "EsperaNomalism" | "EsperaOkClienteConsulta" | "EsperaResolucaoProblemas" | "Refaturado" | "Adjudicado")[];
|
|
@@ -1,26 +1,33 @@
|
|
|
1
1
|
export declare const Route = "dashboard";
|
|
2
2
|
export declare const UpperName = "Dashboard";
|
|
3
3
|
export declare const LowerName: string;
|
|
4
|
-
export type
|
|
5
|
-
export interface
|
|
4
|
+
export type IDashboardSalesNames = 'dia' | 'mes' | 'ano';
|
|
5
|
+
export interface IDashboardSalesRowValue {
|
|
6
6
|
sheets: number;
|
|
7
7
|
outros: number;
|
|
8
8
|
}
|
|
9
|
-
export interface
|
|
9
|
+
export interface IDashboardSalesRow {
|
|
10
10
|
chave: number;
|
|
11
|
-
faturaRecibo:
|
|
12
|
-
fatura:
|
|
13
|
-
adiantamento:
|
|
11
|
+
faturaRecibo: IDashboardSalesRowValue;
|
|
12
|
+
fatura: IDashboardSalesRowValue;
|
|
13
|
+
adiantamento: IDashboardSalesRowValue;
|
|
14
14
|
}
|
|
15
|
-
export interface
|
|
15
|
+
export interface IDashboardSalesResponse {
|
|
16
16
|
id: number;
|
|
17
17
|
name: string;
|
|
18
|
-
data:
|
|
18
|
+
data: IDashboardSalesRow[];
|
|
19
19
|
}
|
|
20
|
-
export interface
|
|
20
|
+
export interface IFindDashboardSalesByDate {
|
|
21
21
|
date: Date;
|
|
22
|
-
name:
|
|
22
|
+
name: IDashboardSalesNames;
|
|
23
|
+
}
|
|
24
|
+
export interface IDashboardProjectInfoResponse {
|
|
25
|
+
y: number;
|
|
26
|
+
m: number;
|
|
27
|
+
d: number;
|
|
28
|
+
c: number;
|
|
23
29
|
}
|
|
24
30
|
export interface IRepository {
|
|
25
|
-
|
|
31
|
+
salesByDate(selector: IFindDashboardSalesByDate): Promise<IDashboardSalesResponse>;
|
|
32
|
+
projectInfo(): Promise<IDashboardProjectInfoResponse[]>;
|
|
26
33
|
}
|
|
@@ -1,34 +1,10 @@
|
|
|
1
1
|
import * as IShared from '../../../shared/interface';
|
|
2
2
|
import { Gmails } from '../../../shared/entities/stock';
|
|
3
|
+
import { IChatType } from '../chat/interfaces';
|
|
3
4
|
export type Entity = Gmails;
|
|
4
5
|
export declare const Route = "gmail";
|
|
5
6
|
export declare const UpperName = "Gmail";
|
|
6
7
|
export declare const LowerName: string;
|
|
7
|
-
export interface IGmailEmailWithAction {
|
|
8
|
-
id: string;
|
|
9
|
-
from: string;
|
|
10
|
-
subject: string;
|
|
11
|
-
gmail_id: string;
|
|
12
|
-
gmail_internal_date: number;
|
|
13
|
-
gmail_payload: unknown;
|
|
14
|
-
gmail_snippet: string;
|
|
15
|
-
action: string;
|
|
16
|
-
}
|
|
17
|
-
export interface IGmailEmailWithActionAndDocumentNumber {
|
|
18
|
-
id: string;
|
|
19
|
-
from: string;
|
|
20
|
-
subject: string;
|
|
21
|
-
gmail_id: string;
|
|
22
|
-
gmail_internal_date: number;
|
|
23
|
-
gmail_snippet: string;
|
|
24
|
-
action: string;
|
|
25
|
-
document_number?: number;
|
|
26
|
-
}
|
|
27
|
-
export interface IWebsiteProposalGmailSearchResponse {
|
|
28
|
-
id: string;
|
|
29
|
-
document_number: number;
|
|
30
|
-
owner_id: string;
|
|
31
|
-
}
|
|
32
8
|
export interface IGmailsResponse {
|
|
33
9
|
id: string;
|
|
34
10
|
gmail_id: string;
|
|
@@ -47,20 +23,8 @@ export interface IGmailsResponse {
|
|
|
47
23
|
proposal_url: string | null;
|
|
48
24
|
gmail_attachments: unknown[] | null;
|
|
49
25
|
}
|
|
50
|
-
type ChatTypeEnum = readonly ['por_proposta', 'global'];
|
|
51
|
-
type IChatType = ChatTypeEnum[number];
|
|
52
|
-
export interface IEditPreviewChatMessageRequest {
|
|
53
|
-
text_to_chat: string;
|
|
54
|
-
}
|
|
55
|
-
export interface IEditPreviewChatMessageResponse {
|
|
56
|
-
id: string;
|
|
57
|
-
text_to_chat: string;
|
|
58
|
-
}
|
|
59
26
|
export interface IRepository {
|
|
60
27
|
auth(): Promise<string>;
|
|
61
28
|
emails(): Promise<IGmailsResponse[]>;
|
|
62
|
-
executeGmailCommand(selector: IShared.IFindByIdRequest): Promise<IGmailsResponse | null>;
|
|
63
|
-
editPreviewChatMessage(selector: IShared.IFindByIdRequest, data: IEditPreviewChatMessageRequest): Promise<IEditPreviewChatMessageResponse | null>;
|
|
64
29
|
}
|
|
65
30
|
export type IController = IShared.IEntityWithUserToken<IRepository>;
|
|
66
|
-
export {};
|
|
@@ -2,6 +2,7 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { DocumentHeader, DocumentHeaderVirtuals, DocumentType, StartDocumentHeaderVirtuals, DocumentLineNote, VatTax } from '../../../shared/entities/stock';
|
|
3
3
|
import * as IDocumentType from '../documentType/interfaces';
|
|
4
4
|
import * as IPayment from '../payment/interface';
|
|
5
|
+
import * as IProjectInfo from '../../integration/projectInfo/interfaces';
|
|
5
6
|
export type Entity = DocumentHeader;
|
|
6
7
|
export declare const Route = "documentHeader";
|
|
7
8
|
export declare const UpperName = "DocumentHeader";
|
|
@@ -117,6 +118,7 @@ export interface ICreateFromHeaderRequest {
|
|
|
117
118
|
external_document_name?: string;
|
|
118
119
|
atcud?: string;
|
|
119
120
|
emission_date?: Date;
|
|
121
|
+
account_code?: string | null;
|
|
120
122
|
from_header: string[];
|
|
121
123
|
from_lines: string[];
|
|
122
124
|
payments: (IPayment.ICreateRequest | IPayment.ICreateForThisDocumentHeaderRequest)[];
|
|
@@ -198,8 +200,7 @@ export interface ITransferOwnershipRequest {
|
|
|
198
200
|
}
|
|
199
201
|
export interface IFindResponse {
|
|
200
202
|
document_header_id: string;
|
|
201
|
-
|
|
202
|
-
legacy_id: string | null;
|
|
203
|
+
document_label: string;
|
|
203
204
|
total: number;
|
|
204
205
|
emission_date: string;
|
|
205
206
|
line_count: number;
|
|
@@ -300,5 +301,6 @@ export interface IRepository {
|
|
|
300
301
|
documentThermalPrint(selector: IShared.IFindByIdRequest): Promise<string>;
|
|
301
302
|
documentList(selector: IShared.IFindByIdRequest, params: IDocumentListRequest): Promise<IDocumentListResponse[]>;
|
|
302
303
|
findStartDocumentHeaderSiblings(params: IShared.IFindByIdRequest): Promise<IFindStartDocumentHeaderSiblingsResponse>;
|
|
304
|
+
createSiteProposal(data: IShared.IBrokerTopicPayload[typeof IShared.IBrokerTopic.create_site_proposal]): Promise<IProjectInfo.ICreateResponse>;
|
|
303
305
|
}
|
|
304
306
|
export type IController = IShared.IEntityWithUserToken<IRepository>;
|
|
@@ -4,6 +4,7 @@ import * as IDocumentLineAssoc from '../documentLineAssoc/interfaces';
|
|
|
4
4
|
import { IDocumentTypeCodeType, IDocumentTypeUserType } from '../documentType/interfaces';
|
|
5
5
|
import { IProductType, IProductState } from '../../stock/productGoogleSheets/interface';
|
|
6
6
|
import type { IGetProductType, IGetProductGroup } from '../../integration/googleSheets/interfaces';
|
|
7
|
+
import { IMotivosDeEsperaData } from '../../document/order/interfaces';
|
|
7
8
|
export type Entity = DocumentLine;
|
|
8
9
|
export declare const Route = "documentLine";
|
|
9
10
|
export declare const UpperName = "DocumentLine";
|
|
@@ -12,7 +13,7 @@ export type IDocumentLineVirtuals = DocumentLineVirtuals;
|
|
|
12
13
|
export type IDocumentLineBaseVirtuals = DocumentLineBaseVirtuals;
|
|
13
14
|
export type IDocumentLineRM = DocumentLineRM;
|
|
14
15
|
export type IPromotions = Pick<ProductPromotionVirtuals, 'exclusive_to_location_id' | 'exclusive_to_client_id' | 'discount'>;
|
|
15
|
-
export type IDataKeys = '
|
|
16
|
+
export type IDataKeys = 'AvisoCliente' | 'Quantidade Encomendada Originalmente' | 'Linha criada na EM' | 'Opcao EM' | 'Levantar DF' | 'Enviar Email NCF' | 'Fechar DF' | 'Documento pago' | 'Pagamento' | 'Recibo do documento' | 'Emitir' | 'Backup PDF';
|
|
16
17
|
export interface IDataPayload {
|
|
17
18
|
value: unknown;
|
|
18
19
|
updated_at: Date;
|
|
@@ -56,6 +57,10 @@ export interface IHistory {
|
|
|
56
57
|
when: string;
|
|
57
58
|
who: string;
|
|
58
59
|
}
|
|
60
|
+
export type IEsperaInfoClienteData = {
|
|
61
|
+
value: string;
|
|
62
|
+
data: IMotivosDeEsperaData;
|
|
63
|
+
};
|
|
59
64
|
export interface IEntityExtended extends Omit<DocumentLine, 'data'> {
|
|
60
65
|
group: string;
|
|
61
66
|
document_headers: IDocumentLineDocuments[];
|
|
@@ -69,6 +74,7 @@ export interface IEntityExtended extends Omit<DocumentLine, 'data'> {
|
|
|
69
74
|
product_no_discount: boolean;
|
|
70
75
|
product_measure: string | null;
|
|
71
76
|
product_integer_only: boolean;
|
|
77
|
+
espera_info_cliente_data: IEsperaInfoClienteData;
|
|
72
78
|
}
|
|
73
79
|
export interface ICreateRequest extends Omit<IDocumentLineAssoc.ICreateRequest, 'document_line_id'> {
|
|
74
80
|
document_line_id?: string;
|
|
@@ -61,6 +61,9 @@ export declare const DocumentTypeCodeTypeEnum: {
|
|
|
61
61
|
NCM: 'NCM';
|
|
62
62
|
ADM: 'ADM';
|
|
63
63
|
NCADM: 'NCADM';
|
|
64
|
+
FTO: 'FTO';
|
|
65
|
+
FRO: 'FRO';
|
|
66
|
+
REO: 'REO';
|
|
64
67
|
};
|
|
65
68
|
export type IDocumentTypeCodeType = (typeof DocumentTypeCodeTypeEnum)[keyof typeof DocumentTypeCodeTypeEnum];
|
|
66
69
|
export declare const documentTypeCodeTypes: string[];
|
|
@@ -1,11 +1,24 @@
|
|
|
1
1
|
import * as IShared from '../../../shared/interface';
|
|
2
|
+
export interface IPcTags {
|
|
3
|
+
id: string;
|
|
4
|
+
text: string;
|
|
5
|
+
}
|
|
6
|
+
export interface IPublicFindByOwnerIdRequest {
|
|
7
|
+
owner_id: string;
|
|
8
|
+
include_closed?: boolean;
|
|
9
|
+
}
|
|
2
10
|
export interface IPublicFindByOwnerIdResponse {
|
|
3
11
|
start_document_header_id: string;
|
|
4
12
|
label: string;
|
|
5
13
|
emission_date: Date;
|
|
6
14
|
pdf_link: string;
|
|
7
15
|
client_unread: number;
|
|
8
|
-
pc_tags:
|
|
16
|
+
pc_tags: IPcTags[];
|
|
17
|
+
pc_created_by: string;
|
|
18
|
+
closed?: boolean;
|
|
19
|
+
}
|
|
20
|
+
export interface IPublicFindBySubscriberIdResponse extends IPublicFindByOwnerIdResponse {
|
|
21
|
+
chat_subscriber_id: string;
|
|
9
22
|
}
|
|
10
23
|
export declare enum IPublicDocumentHeaderNoteType {
|
|
11
24
|
Provider = "Provider",
|
|
@@ -29,7 +42,8 @@ export interface PublicDocumentHeaderNoteUpdateRequest {
|
|
|
29
42
|
note: string;
|
|
30
43
|
}
|
|
31
44
|
export interface IRepository {
|
|
32
|
-
publicFindByOwnerId(params:
|
|
45
|
+
publicFindByOwnerId(params: IPublicFindByOwnerIdRequest): Promise<IPublicFindByOwnerIdResponse[]>;
|
|
46
|
+
publicFindBySubscriberId(params: IPublicFindByOwnerIdRequest): Promise<IPublicFindBySubscriberIdResponse[]>;
|
|
33
47
|
createPublicDocumentHeaderNote: (data: PublicDocumentHeaderNoteCreateRequest[]) => Promise<PublicDocumentHeaderNote[]>;
|
|
34
48
|
updatePublicDocumentHeaderNote: (selector: IShared.IFindByIdRequest, data: PublicDocumentHeaderNoteUpdateRequest[]) => Promise<PublicDocumentHeaderNote[]>;
|
|
35
49
|
}
|