@grapadigital/shared-app-modules 0.0.79 → 0.0.80

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.
Files changed (58) hide show
  1. package/package.json +9 -9
  2. package/dist/action.d.ts +0 -526
  3. package/dist/action.js +0 -1
  4. package/dist/assets/timeline.css +0 -1
  5. package/dist/chuncks/card.Bockr0Tv.js +0 -91
  6. package/dist/chuncks/shared-app-modules.provider.DRJ7n4Cj.js +0 -13
  7. package/dist/chuncks/timeline.DfIC0519.js +0 -10963
  8. package/dist/chuncks/use-shared-app-modules.hook.BneFRNyA.js +0 -25
  9. package/dist/client.d.ts +0 -73
  10. package/dist/client.js +0 -1
  11. package/dist/commission.d.ts +0 -18
  12. package/dist/commission.js +0 -1
  13. package/dist/components.d.ts +0 -661
  14. package/dist/components.js +0 -1089
  15. package/dist/constants.d.ts +0 -24
  16. package/dist/constants.js +0 -7
  17. package/dist/content.d.ts +0 -526
  18. package/dist/content.js +0 -1
  19. package/dist/contract.d.ts +0 -19
  20. package/dist/contract.js +0 -1
  21. package/dist/curation.d.ts +0 -117
  22. package/dist/curation.js +0 -1
  23. package/dist/dataservices.d.ts +0 -5
  24. package/dist/dataservices.js +0 -1
  25. package/dist/events.d.ts +0 -52
  26. package/dist/events.js +0 -16
  27. package/dist/hooks.d.ts +0 -15
  28. package/dist/hooks.js +0 -5
  29. package/dist/influencer.d.ts +0 -69
  30. package/dist/influencer.js +0 -1
  31. package/dist/invoice.d.ts +0 -526
  32. package/dist/invoice.js +0 -1
  33. package/dist/lib.d.ts +0 -1
  34. package/dist/lib.js +0 -1
  35. package/dist/log.d.ts +0 -20
  36. package/dist/log.js +0 -1
  37. package/dist/pages.d.ts +0 -14
  38. package/dist/pages.js +0 -53
  39. package/dist/payment.d.ts +0 -526
  40. package/dist/payment.js +0 -1
  41. package/dist/profile.d.ts +0 -69
  42. package/dist/profile.js +0 -1
  43. package/dist/project.d.ts +0 -42
  44. package/dist/project.js +0 -1
  45. package/dist/providers.d.ts +0 -16
  46. package/dist/providers.js +0 -4
  47. package/dist/recruitment.d.ts +0 -526
  48. package/dist/recruitment.js +0 -1
  49. package/dist/sale.d.ts +0 -526
  50. package/dist/sale.js +0 -1
  51. package/dist/shadcn.d.ts +0 -497
  52. package/dist/shadcn.js +0 -2489
  53. package/dist/supplier.d.ts +0 -38
  54. package/dist/supplier.js +0 -1
  55. package/dist/user.d.ts +0 -35
  56. package/dist/user.js +0 -1
  57. package/dist/utils.d.ts +0 -95
  58. package/dist/utils.js +0 -52
@@ -1,661 +0,0 @@
1
- import { default as default_2 } from 'react';
2
- import { default as default_3 } from 'tailwindcss/colors';
3
- import { ForwardRefExoticComponent } from 'react';
4
- import { HoverCardProps } from '@radix-ui/react-hover-card';
5
- import { JSX } from 'react/jsx-runtime';
6
- import * as LabelPrimitive from '@radix-ui/react-label';
7
- import { LucideIcon } from 'lucide-react';
8
- import * as React_2 from 'react';
9
- import { RefAttributes } from 'react';
10
-
11
- declare interface ActionInterface {
12
- _id?: string;
13
- title?: string;
14
- clientId?: string;
15
- cluster?: string;
16
- status?: string;
17
- startDate?: string;
18
- endDate?: string;
19
- recruitments?: RecruitmentInterface[];
20
- sale?: SaleInterface;
21
- responsibles?: {
22
- comercial: {
23
- name: string;
24
- email: string;
25
- team: string;
26
- };
27
- service: {
28
- name: string;
29
- email: string;
30
- team: string;
31
- };
32
- };
33
- contents?: ContentInterface[];
34
- hiredInfluencers?: number;
35
- hiredContent?: number;
36
- thumbnail?: string;
37
- socialnetworks?: string[];
38
- BILink?: string;
39
- BISheets?: string;
40
- brandUsername?: string;
41
- hashtag?: string;
42
- client?: ClientInterface;
43
- shopping?: string;
44
- project?: string;
45
- type?: "partner" | "exclusive";
46
- }
47
-
48
- declare interface AgencyCommission {
49
- ranges: Range_2[];
50
- startDate: string;
51
- endDate: string;
52
- }
53
-
54
- declare interface Approval {
55
- name: string;
56
- approvedAt: string;
57
- }
58
-
59
- declare interface Attachments {
60
- url: string;
61
- name: string;
62
- }
63
-
64
- declare type CalculatorType = "withPreDefinedBudget" | "withoutPreDefinedBudget" | "bourbon";
65
-
66
- export declare const CampaignsSelectInput: default_2.ForwardRefExoticComponent<Omit<CampaignsSelectInputProps, "ref"> & default_2.RefAttributes<HTMLInputElement>>;
67
-
68
- declare interface CampaignsSelectInputProps extends Omit<default_2.ComponentProps<typeof CommandInput>, "onValueChange"> {
69
- queryKey?: string[];
70
- onValueChange: (sale: ActionInterface) => void;
71
- }
72
-
73
- declare interface Canceled {
74
- reason: string;
75
- notes: string;
76
- }
77
-
78
- declare interface Canceled_2 {
79
- reason: string;
80
- notes: string;
81
- }
82
-
83
- declare function Card({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
84
-
85
- declare interface CardIconProps extends default_2.HTMLAttributes<HTMLDivElement> {
86
- size?: keyof typeof sizeMap;
87
- color: keyof typeof default_3;
88
- icon: LucideIcon;
89
- filled?: boolean;
90
- }
91
-
92
- declare interface ClientInterface extends UserInterface {
93
- clusters?: ClusterInterface[];
94
- companies?: CompanyInterface[];
95
- agencyCommission?: AgencyCommission[];
96
- hasAgencyCommission?: boolean;
97
- type?: "agency" | "brand";
98
- niches: Niche[];
99
- }
100
-
101
- export declare const ClientSelectInput: default_2.ForwardRefExoticComponent<Omit<ClientSelectInputProps, "ref"> & default_2.RefAttributes<HTMLInputElement>>;
102
-
103
- declare interface ClientSelectInputProps extends Omit<default_2.ComponentProps<typeof CommandInput>, "onValueChange"> {
104
- queryKey?: string[];
105
- onValueChange: (client: ClientInterface) => void;
106
- }
107
-
108
- declare interface ClusterInterface {
109
- key: string;
110
- label: string;
111
- }
112
-
113
- declare interface Collab {
114
- hasCollab: boolean;
115
- description?: string;
116
- }
117
-
118
- declare const CommandInput: React_2.ForwardRefExoticComponent<Omit<Omit<Pick<Pick<React_2.DetailedHTMLProps<React_2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React_2.InputHTMLAttributes<HTMLInputElement>> & {
119
- ref?: React_2.Ref<HTMLInputElement>;
120
- } & {
121
- asChild?: boolean;
122
- }, "asChild" | "key" | keyof React_2.InputHTMLAttributes<HTMLInputElement>>, "value" | "type" | "onChange"> & {
123
- value?: string;
124
- onValueChange?: (search: string) => void;
125
- } & React_2.RefAttributes<HTMLInputElement>, "ref"> & React_2.RefAttributes<HTMLInputElement>>;
126
-
127
- declare interface CommissionInterface {
128
- marginPercentage: number;
129
- commissionPercentage: number;
130
- totalCommissionValue: number;
131
- participants: Participant[];
132
- }
133
-
134
- declare interface CompanyInterface {
135
- legalName: string;
136
- document: string;
137
- }
138
-
139
- declare interface ContentInterface {
140
- _id?: string;
141
- caption?: string;
142
- profileId?: string;
143
- profile: ProfileInterface;
144
- actionId?: string;
145
- action: string | ActionInterface;
146
- metrics?: ContentMetric;
147
- estimates?: ContentMetric;
148
- thumbnailUrl?: string | null;
149
- mediaUrl?: string | null;
150
- type?: "reel" | "carousel" | "image" | "story" | "video";
151
- tagType?: "withTag" | "withoutTag" | "brandExposure";
152
- socialnetwork?: "instagram" | "tiktok" | "youtube";
153
- postedAt?: string;
154
- link?: string;
155
- }
156
-
157
- declare interface ContentMetric {
158
- likeCount?: number;
159
- commentCount?: number;
160
- impressionCount?: number;
161
- replayCount?: number;
162
- playCount?: number;
163
- reachCount?: number;
164
- savedCount?: number;
165
- sharesCount?: number;
166
- engagementCount?: number;
167
- engagementRate?: number;
168
- tapBackCount?: number;
169
- tapExit?: number;
170
- tapForward?: number;
171
- replyCount?: number;
172
- clickCount?: number;
173
- storyCount?: number;
174
- emv?: number;
175
- }
176
-
177
- declare interface ContractedScopeInterface {
178
- email?: string;
179
- delivery: DeliveryScope;
180
- sendAcceptanceTerm: boolean;
181
- totalAcceptanceTermSent: number;
182
- exclusivity: boolean;
183
- childPermit: boolean;
184
- rights?: Rights;
185
- payment?: Payment;
186
- passThrough: boolean;
187
- advisorPayment?: Payment;
188
- exchange?: Exchange;
189
- collab?: Collab;
190
- }
191
-
192
- declare interface DeliveryScope {
193
- reels?: number | null;
194
- images?: number | null;
195
- carousels?: number | null;
196
- stories?: number | null;
197
- tiktok?: number | null;
198
- youtube?: number | null;
199
- dayAllocation?: number | null;
200
- }
201
-
202
- export declare function ErrorCard({ icon: Icon, title, description, onRetry, tip, className, ...props }: ErrorCardProps): JSX.Element;
203
-
204
- declare interface ErrorCardProps extends React.ComponentProps<typeof Card> {
205
- icon?: LucideIcon;
206
- title: string;
207
- description: string;
208
- onRetry?: () => void;
209
- tip?: string;
210
- }
211
-
212
- declare interface Exchange {
213
- hasExchange: boolean;
214
- description?: string;
215
- }
216
-
217
- export declare function FieldLabelWithAsterisk({ className, ...props }: React.ComponentProps<typeof LabelWithAsterisk>): JSX.Element;
218
-
219
- declare interface FormalizationInterface {
220
- billingTriggerEvent: string;
221
- estimatedIssueDate: string;
222
- estimatedDueDate: string;
223
- paymentTerms: string;
224
- handlingInvoices: string;
225
- finalScope: string;
226
- agency: ClientInterface;
227
- brand: ClientInterface;
228
- totalInstallments: number;
229
- }
230
-
231
- export declare function HoverContent({ content, align, asChild, className, openDelay, closeDelay, children, ...props }: HoverContentProps): JSX.Element;
232
-
233
- declare interface HoverContentProps extends HoverCardProps {
234
- content: string | React.ReactNode;
235
- align?: "center" | "start" | "end" | undefined;
236
- asChild?: boolean;
237
- className?: string;
238
- openDelay?: number;
239
- closeDelay?: number;
240
- children: React.ReactNode;
241
- }
242
-
243
- export declare function IconBadge({ size, color, className, icon: Icon, filled, }: CardIconProps): JSX.Element;
244
-
245
- declare const Image_2: ForwardRefExoticComponent<ImageProps & RefAttributes<HTMLImageElement>>;
246
- export { Image_2 as Image }
247
-
248
- declare interface ImageProps extends React.ImgHTMLAttributes<HTMLImageElement> {
249
- alternativeSrc?: string;
250
- }
251
-
252
- declare interface Inbox {
253
- document: string;
254
- legalName: string;
255
- acceptanceDocument: string;
256
- invoiceDescription: string;
257
- influencerInvoiceDescription: string;
258
- approvalDocument: string;
259
- invoiceEmail: string;
260
- emissionNotes: string;
261
- installmentRevenue: number;
262
- installmentGrossIncomeValue: number;
263
- installmentInfluencerBroadcastValue: number;
264
- installmentProductionAndOthersValue: number;
265
- estimatedIssueDate: string;
266
- estimatedDueDate: string;
267
- }
268
-
269
- declare interface InfluencerInterface extends UserInterface {
270
- financialManagementSheet?: string;
271
- isExclusive?: boolean;
272
- advisor?: {
273
- firstName?: string;
274
- lastName?: string;
275
- email?: string;
276
- legalName?: string;
277
- document?: string;
278
- phone?: string;
279
- };
280
- profiles?: ProfileInterface[];
281
- }
282
-
283
- export declare const InfluencerSelectInput: default_2.ForwardRefExoticComponent<Omit<InfluencerSelectInputProps, "ref"> & default_2.RefAttributes<HTMLInputElement>>;
284
-
285
- declare interface InfluencerSelectInputProps extends Omit<default_2.ComponentProps<typeof CommandInput>, "onValueChange"> {
286
- queryKey?: string[];
287
- onValueChange: (sale: InfluencerInterface) => void;
288
- }
289
-
290
- declare interface InstallmentInfo {
291
- number: number;
292
- value: number;
293
- }
294
-
295
- declare type InstallmentInfoArray = Array<InstallmentInfo>;
296
-
297
- declare interface Invoiced {
298
- code: string;
299
- issueDate: string;
300
- dueDate: string;
301
- }
302
-
303
- declare interface InvoiceInterface {
304
- _id: string;
305
- title: string;
306
- installmentNumber: number;
307
- phase: InvoicePhase;
308
- sale: SaleInterface;
309
- inbox?: Inbox;
310
- review?: Review;
311
- invoiced?: Invoiced;
312
- received?: Received;
313
- canceled?: Canceled;
314
- notes?: Note_2[];
315
- tags?: string[];
316
- createdAt?: Date;
317
- updatedAt?: Date;
318
- }
319
-
320
- declare type InvoicePhase = "inbox" | "review" | "awaiting" | "invoiced" | "received" | "canceled";
321
-
322
- declare const LabelWithAsterisk: React_2.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React_2.RefAttributes<HTMLLabelElement>, "ref"> & LabelWithAsteriskProps & React_2.RefAttributes<HTMLLabelElement>>;
323
-
324
- declare interface LabelWithAsteriskProps {
325
- asterisk?: boolean;
326
- }
327
-
328
- export declare function List({ className, ...props }: React.ComponentProps<"div">): JSX.Element;
329
-
330
- export declare function ListRow({ label, value, tooltip, highlight, negative, positive, isPercentage, isDate, isText, isInvoiced, hasCopyButton, enableHoverableContent, handleCopy }: ListRowProps): JSX.Element;
331
-
332
- declare interface ListRowProps {
333
- label: string;
334
- value: number | string;
335
- tooltip: string;
336
- highlight?: boolean;
337
- negative?: boolean;
338
- positive?: boolean;
339
- isPercentage?: boolean;
340
- isDate?: boolean;
341
- isText?: boolean;
342
- isInvoiced?: boolean;
343
- hasCopyButton?: boolean;
344
- handleCopy?: (value: number | string) => void;
345
- enableHoverableContent?: boolean;
346
- }
347
-
348
- declare interface LostInterface {
349
- reason: "declined" | "other";
350
- details?: string;
351
- }
352
-
353
- declare interface NegotiationInterface {
354
- calculatorType: CalculatorType;
355
- childPermit?: boolean;
356
- childPermitValue?: number;
357
- childPermitMethod?: SalePaymentMethod;
358
- influencerBroadcastValue: number;
359
- influencerBroadcastMethod: SalePaymentMethod;
360
- productionAndOthersValue: number;
361
- productionAndOthersMethod: SalePaymentMethod;
362
- influencerBroadcastCosts: number;
363
- productionAndOthersCosts: number;
364
- commissionRate: number;
365
- broadcastBonusRate: number;
366
- taxRate: number;
367
- budget: number;
368
- activationValue: number;
369
- revenue: number;
370
- transferValue: number;
371
- taxValue: number;
372
- ISSQNValue: number;
373
- broadcastBonusValue: number;
374
- debitNoteValue: number;
375
- freeValue: number;
376
- grossProfitRate: number;
377
- takeRate: number;
378
- grossIncomeValue: number;
379
- isDollarNegotiation: boolean;
380
- }
381
-
382
- declare interface Niche {
383
- id: string;
384
- name: string;
385
- parentId?: null | string;
386
- }
387
-
388
- declare interface Note {
389
- text: string;
390
- owner: string;
391
- createdAt: string;
392
- }
393
-
394
- declare interface Note_2 {
395
- text: string;
396
- owner: string;
397
- createdAt: string;
398
- }
399
-
400
- declare interface Note_3 {
401
- text: string;
402
- owner: string;
403
- createdAt: string;
404
- }
405
-
406
- export declare function NotFoundCard({ icon: Icon, title, description, tip, className, ...props }: NotFoundCardProps): JSX.Element;
407
-
408
- declare interface NotFoundCardProps extends React.ComponentProps<typeof Card> {
409
- icon?: LucideIcon;
410
- title: string;
411
- description: string;
412
- tip?: string;
413
- }
414
-
415
- export declare const PageHeader: default_2.ForwardRefExoticComponent<default_2.HTMLAttributes<HTMLDivElement> & default_2.RefAttributes<HTMLDivElement>>;
416
-
417
- export declare const PageHeaderActions: default_2.ForwardRefExoticComponent<default_2.HTMLAttributes<HTMLDivElement> & default_2.RefAttributes<HTMLDivElement>>;
418
-
419
- export declare const PageHeaderContent: default_2.ForwardRefExoticComponent<default_2.HTMLAttributes<HTMLDivElement> & default_2.RefAttributes<HTMLDivElement>>;
420
-
421
- export declare const PageHeaderDescription: default_2.ForwardRefExoticComponent<default_2.HTMLAttributes<HTMLParagraphElement> & default_2.RefAttributes<HTMLParagraphElement>>;
422
-
423
- export declare const PageHeaderTitle: default_2.ForwardRefExoticComponent<default_2.HTMLAttributes<HTMLHeadingElement> & default_2.RefAttributes<HTMLHeadingElement>>;
424
-
425
- declare interface Paid {
426
- date: string;
427
- }
428
-
429
- declare interface Participant {
430
- role: ParticipantRole;
431
- email: string;
432
- percentage: number;
433
- value: number;
434
- }
435
-
436
- declare type ParticipantRole = "origination" | "commercial" | "planning" | "curation";
437
-
438
- declare interface Payment {
439
- hasPayment: boolean;
440
- value?: number;
441
- deadline?: number;
442
- hasInstallment: boolean;
443
- installmentInfo?: InstallmentInfoArray;
444
- }
445
-
446
- declare interface PaymentInterface {
447
- _id: string;
448
- title: string;
449
- attachments: Attachments[];
450
- pending?: Pending;
451
- review?: Review_2;
452
- approval?: Approval;
453
- requested?: Requested;
454
- queued?: Queued;
455
- paid?: Paid;
456
- canceled?: Canceled_2;
457
- notes?: Note_3[];
458
- tags?: string[];
459
- phase: PaymentPhase;
460
- }
461
-
462
- declare type PaymentPhase = "pending" | "review" | "approval" | "awaiting" | "requested" | "received" | "queued" | "paid" | "client" | "canceled";
463
-
464
- declare type PaymentType = "influencer" | "advisor" | "supplier" | "employee_refund" | "influencer_refund" | "influencer_extra" | "logistics_control" | "transfer_between_accounts";
465
-
466
- declare interface Pending {
467
- requester: Requester;
468
- type: PaymentType;
469
- influencer?: InfluencerInterface;
470
- recruitment?: RecruitmentInterface;
471
- supplier?: SupplierInterface;
472
- action: ActionInterface;
473
- invoice: InvoiceInterface;
474
- sale: SaleInterface;
475
- value: number;
476
- description: string;
477
- installmentNumber: number;
478
- }
479
-
480
- declare interface ProfileInterface {
481
- _id: string;
482
- username: string;
483
- followers: number;
484
- picture?: string;
485
- socialnetwork?: string;
486
- metrics?: ProfileMetric;
487
- socialnetworkId?: string;
488
- influencer?: InfluencerInterface | string;
489
- }
490
-
491
- declare interface ProfileMetric {
492
- medianImpressionsFeed: number;
493
- medianImpressionsStories: number;
494
- medianReachFeed: number;
495
- medianReachStories: number;
496
- medianEngagementRateFeed: number;
497
- medianEngagementRateStories: number;
498
- }
499
-
500
- declare interface ProposalInterface {
501
- businessUnit: "enterprise" | "artistic";
502
- origin: "inbound" | "outbound";
503
- type: "new" | "renewal" | "upsell";
504
- contact: string;
505
- initialScope: string;
506
- profile: ProfileInterface;
507
- responsable: {
508
- team: string;
509
- name: string;
510
- email: string;
511
- };
512
- }
513
-
514
- declare interface Queued {
515
- issueDate: string;
516
- dueDate: string;
517
- code: string;
518
- }
519
-
520
- declare interface Range_2 {
521
- startValue: number;
522
- endValue: number;
523
- percent: number;
524
- }
525
-
526
- declare interface Received {
527
- date: string;
528
- }
529
-
530
- declare interface RecruitmentInterface {
531
- _id: string;
532
- username: string;
533
- status: string;
534
- actionId: string;
535
- profileId: string;
536
- profile: ProfileInterface;
537
- reel: ContentInterface[];
538
- story: ContentInterface[];
539
- carousel: ContentInterface[];
540
- image: ContentInterface[];
541
- tiktok: ContentInterface[];
542
- youtube: ContentInterface[];
543
- scope: ContractedScopeInterface;
544
- }
545
-
546
- declare interface Requested {
547
- date: string;
548
- }
549
-
550
- declare interface Requester {
551
- name: string;
552
- email: string;
553
- team: string;
554
- }
555
-
556
- declare interface Review {
557
- revisedIssueDate: string;
558
- revisedDueDate: string;
559
- }
560
-
561
- declare interface Review_2 {
562
- emissionNotes: string;
563
- revisedDueDate: string;
564
- revisedIssueDate: string;
565
- }
566
-
567
- declare interface Rights {
568
- repost?: {
569
- granted: boolean;
570
- period?: string | null;
571
- };
572
- boost?: {
573
- granted: boolean;
574
- period?: string | null;
575
- };
576
- imageUsage?: {
577
- granted: boolean;
578
- period?: string | null;
579
- };
580
- }
581
-
582
- declare interface SaleInterface {
583
- phase: "screening" | "proposal" | "negotiation" | "commission" | "formalization" | "closed" | "lost";
584
- _id: string;
585
- title: string;
586
- pipefyId: string;
587
- screening?: ScreeningInterface;
588
- proposal?: ProposalInterface;
589
- negotiation?: NegotiationInterface;
590
- formalization?: FormalizationInterface;
591
- lost?: LostInterface;
592
- notes?: Note[];
593
- actions?: ActionInterface[];
594
- invoices?: InvoiceInterface[];
595
- payments?: PaymentInterface[];
596
- commission?: CommissionInterface;
597
- tags?: string[];
598
- profile?: {
599
- _id: string;
600
- username: string;
601
- };
602
- closedAt?: string;
603
- isDollarNegotiation: boolean;
604
- }
605
-
606
- declare type SalePaymentMethod = "transfer" | "direct" | "debit_note" | "client";
607
-
608
- declare interface ScreeningInterface {
609
- subject: string;
610
- fromName: string;
611
- fromAddress: string;
612
- toAddress: string;
613
- text: string;
614
- }
615
-
616
- declare const sizeMap: {
617
- xs: string;
618
- sm: string;
619
- md: string;
620
- lg: string;
621
- xl: string;
622
- };
623
-
624
- declare interface SupplierInterface extends UserInterface {
625
- }
626
-
627
- declare interface UserInterface {
628
- _id?: string;
629
- name?: string;
630
- document?: string;
631
- email?: string;
632
- phone?: string;
633
- picture?: string;
634
- address?: {
635
- zipcode?: string;
636
- city?: string;
637
- state?: string;
638
- street?: string;
639
- number?: string;
640
- complement?: string;
641
- };
642
- company?: {
643
- legalName?: string;
644
- document?: string;
645
- bank?: string;
646
- agency?: string;
647
- account?: string;
648
- digit?: string;
649
- pix?: string;
650
- };
651
- individual?: {
652
- rg?: string;
653
- cpf?: string;
654
- birthday?: string;
655
- maritalStatus?: string;
656
- nationality?: string;
657
- profession?: string;
658
- };
659
- }
660
-
661
- export { }