@wrcb/cb-common 1.0.864 → 1.0.866
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/build/config/notasBrBilling.d.ts +6 -0
- package/build/config/notasBrBilling.js +72 -0
- package/build/events/notas-br/certificateExpiringEvent.d.ts +14 -0
- package/build/events/notas-br/certificateExpiringEvent.js +2 -0
- package/build/events/notas-br/certificateExpiringPublisher.d.ts +6 -0
- package/build/events/notas-br/certificateExpiringPublisher.js +12 -0
- package/build/events/notas-br/creditsGrantedEvent.d.ts +15 -0
- package/build/events/notas-br/creditsGrantedEvent.js +2 -0
- package/build/events/notas-br/creditsGrantedPublisher.d.ts +6 -0
- package/build/events/notas-br/creditsGrantedPublisher.js +12 -0
- package/build/events/notas-br/index.d.ts +10 -0
- package/build/events/notas-br/index.js +26 -0
- package/build/events/notas-br/invoiceAuthorizedEvent.d.ts +22 -0
- package/build/events/notas-br/invoiceAuthorizedEvent.js +2 -0
- package/build/events/notas-br/invoiceAuthorizedPublisher.d.ts +6 -0
- package/build/events/notas-br/invoiceAuthorizedPublisher.js +12 -0
- package/build/events/notas-br/invoiceCancelledEvent.d.ts +19 -0
- package/build/events/notas-br/invoiceCancelledEvent.js +2 -0
- package/build/events/notas-br/invoiceCancelledPublisher.d.ts +6 -0
- package/build/events/notas-br/invoiceCancelledPublisher.js +12 -0
- package/build/events/notas-br/invoiceRejectedEvent.d.ts +18 -0
- package/build/events/notas-br/invoiceRejectedEvent.js +2 -0
- package/build/events/notas-br/invoiceRejectedPublisher.d.ts +6 -0
- package/build/events/notas-br/invoiceRejectedPublisher.js +12 -0
- package/build/events/subjects.d.ts +11 -1
- package/build/events/subjects.js +12 -0
- package/build/events/trabalho-home-office/index.d.ts +10 -0
- package/build/events/trabalho-home-office/index.js +26 -0
- package/build/events/trabalho-home-office/jobApplicationCreatedEvent.d.ts +15 -0
- package/build/events/trabalho-home-office/jobApplicationCreatedEvent.js +2 -0
- package/build/events/trabalho-home-office/jobApplicationCreatedPublisher.d.ts +6 -0
- package/build/events/trabalho-home-office/jobApplicationCreatedPublisher.js +12 -0
- package/build/events/trabalho-home-office/jobApplicationStatusUpdatedEvent.d.ts +12 -0
- package/build/events/trabalho-home-office/jobApplicationStatusUpdatedEvent.js +2 -0
- package/build/events/trabalho-home-office/jobApplicationStatusUpdatedPublisher.d.ts +6 -0
- package/build/events/trabalho-home-office/jobApplicationStatusUpdatedPublisher.js +12 -0
- package/build/events/trabalho-home-office/messageSentEvent.d.ts +14 -0
- package/build/events/trabalho-home-office/messageSentEvent.js +2 -0
- package/build/events/trabalho-home-office/messageSentPublisher.d.ts +6 -0
- package/build/events/trabalho-home-office/messageSentPublisher.js +12 -0
- package/build/events/trabalho-home-office/proposalCreatedEvent.d.ts +15 -0
- package/build/events/trabalho-home-office/proposalCreatedEvent.js +2 -0
- package/build/events/trabalho-home-office/proposalCreatedPublisher.d.ts +6 -0
- package/build/events/trabalho-home-office/proposalCreatedPublisher.js +12 -0
- package/build/events/trabalho-home-office/proposalStatusUpdatedEvent.d.ts +12 -0
- package/build/events/trabalho-home-office/proposalStatusUpdatedEvent.js +2 -0
- package/build/events/trabalho-home-office/proposalStatusUpdatedPublisher.d.ts +6 -0
- package/build/events/trabalho-home-office/proposalStatusUpdatedPublisher.js +12 -0
- package/build/index.d.ts +6 -0
- package/build/index.js +10 -0
- package/build/server.d.ts +2 -0
- package/build/server.js +4 -0
- package/build/services/TenantDataService.js +90 -0
- package/build/types/dmAutomator.d.ts +54 -0
- package/build/types/dmAutomator.js +6 -0
- package/build/types/notasBr.d.ts +264 -0
- package/build/types/notasBr.js +174 -0
- package/build/types/tenant.d.ts +3 -1
- package/build/types/tenant.js +2 -0
- package/build/types/trabalhoHomeOffice.d.ts +26 -0
- package/build/types/trabalhoHomeOffice.js +35 -0
- package/package.json +1 -1
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// notas-br — emissão de notas fiscais (NFS-e, NF-e modelo 55 e NFC-e modelo 65)
|
|
3
|
+
//
|
|
4
|
+
// Convenção: prefixo Nb nos enums de domínio, para não colidir com os enums
|
|
5
|
+
// genéricos do cb-common (PaymentMethod, MeasurementUnit, etc.), que já são
|
|
6
|
+
// usados por outros tenants com semântica diferente.
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.NbMemberStatus = exports.NbInvoiceEventType = exports.NbQuotaSource = exports.NbCreditEntryType = exports.NbCreditPackage = exports.NbCertificateStatus = exports.NbEnvironment = exports.NbPersonType = exports.NbTaxSituationKind = exports.NbIcmsTaxpayerType = exports.NbTaxRegime = exports.NbGoodsOrigin = exports.NbPaymentTerm = exports.NbPaymentMethod = exports.NbFreightModality = exports.NbOperationType = exports.NbInvoicePurpose = exports.NbInvoiceStatus = exports.NbInvoiceModel = exports.NbInvoiceType = exports.NotasBrPlanTier = void 0;
|
|
9
|
+
// Tier do plano. Fica separado de SubscriptionPlan porque aquele enum representa
|
|
10
|
+
// periodicidade (Monthly/Annual), não o que o cliente contratou.
|
|
11
|
+
var NotasBrPlanTier;
|
|
12
|
+
(function (NotasBrPlanTier) {
|
|
13
|
+
NotasBrPlanTier["Essential"] = "Essential";
|
|
14
|
+
NotasBrPlanTier["Professional"] = "Professional";
|
|
15
|
+
})(NotasBrPlanTier || (exports.NotasBrPlanTier = NotasBrPlanTier = {}));
|
|
16
|
+
var NbInvoiceType;
|
|
17
|
+
(function (NbInvoiceType) {
|
|
18
|
+
NbInvoiceType["NFSe"] = "NFSe";
|
|
19
|
+
NbInvoiceType["NFe"] = "NFe";
|
|
20
|
+
NbInvoiceType["NFCe"] = "NFCe"; // modelo 65 — venda presencial a consumidor final
|
|
21
|
+
})(NbInvoiceType || (exports.NbInvoiceType = NbInvoiceType = {}));
|
|
22
|
+
// Modelo numérico exigido pela SEFAZ. NFS-e não tem modelo — é controlada pelo município.
|
|
23
|
+
var NbInvoiceModel;
|
|
24
|
+
(function (NbInvoiceModel) {
|
|
25
|
+
NbInvoiceModel["Model55"] = "55";
|
|
26
|
+
NbInvoiceModel["Model65"] = "65";
|
|
27
|
+
})(NbInvoiceModel || (exports.NbInvoiceModel = NbInvoiceModel = {}));
|
|
28
|
+
var NbInvoiceStatus;
|
|
29
|
+
(function (NbInvoiceStatus) {
|
|
30
|
+
NbInvoiceStatus["Pending"] = "Pending";
|
|
31
|
+
NbInvoiceStatus["WaitingData"] = "WaitingData";
|
|
32
|
+
NbInvoiceStatus["WaitingAuthorization"] = "WaitingAuthorization";
|
|
33
|
+
NbInvoiceStatus["Authorized"] = "Authorized";
|
|
34
|
+
NbInvoiceStatus["Rejected"] = "Rejected";
|
|
35
|
+
NbInvoiceStatus["Denied"] = "Denied";
|
|
36
|
+
NbInvoiceStatus["WaitingCancellation"] = "WaitingCancellation";
|
|
37
|
+
NbInvoiceStatus["Cancelled"] = "Cancelled";
|
|
38
|
+
})(NbInvoiceStatus || (exports.NbInvoiceStatus = NbInvoiceStatus = {}));
|
|
39
|
+
// Finalidade da NF-e. Complementar, Ajuste e Devolução exigem chave referenciada.
|
|
40
|
+
var NbInvoicePurpose;
|
|
41
|
+
(function (NbInvoicePurpose) {
|
|
42
|
+
NbInvoicePurpose["Normal"] = "Normal";
|
|
43
|
+
NbInvoicePurpose["Complementary"] = "Complementary";
|
|
44
|
+
NbInvoicePurpose["Adjustment"] = "Adjustment";
|
|
45
|
+
NbInvoicePurpose["Return"] = "Return";
|
|
46
|
+
})(NbInvoicePurpose || (exports.NbInvoicePurpose = NbInvoicePurpose = {}));
|
|
47
|
+
var NbOperationType;
|
|
48
|
+
(function (NbOperationType) {
|
|
49
|
+
NbOperationType["Outgoing"] = "Outgoing";
|
|
50
|
+
NbOperationType["Incoming"] = "Incoming"; // entrada
|
|
51
|
+
})(NbOperationType || (exports.NbOperationType = NbOperationType = {}));
|
|
52
|
+
var NbFreightModality;
|
|
53
|
+
(function (NbFreightModality) {
|
|
54
|
+
NbFreightModality["EmitterPaid"] = "EmitterPaid";
|
|
55
|
+
NbFreightModality["RecipientPaid"] = "RecipientPaid";
|
|
56
|
+
NbFreightModality["ThirdPartyPaid"] = "ThirdPartyPaid";
|
|
57
|
+
NbFreightModality["OwnSender"] = "OwnSender";
|
|
58
|
+
NbFreightModality["OwnRecipient"] = "OwnRecipient";
|
|
59
|
+
NbFreightModality["NoFreight"] = "NoFreight"; // padrão
|
|
60
|
+
})(NbFreightModality || (exports.NbFreightModality = NbFreightModality = {}));
|
|
61
|
+
var NbPaymentMethod;
|
|
62
|
+
(function (NbPaymentMethod) {
|
|
63
|
+
NbPaymentMethod["Cash"] = "Cash";
|
|
64
|
+
NbPaymentMethod["Pix"] = "Pix";
|
|
65
|
+
NbPaymentMethod["CreditCard"] = "CreditCard";
|
|
66
|
+
NbPaymentMethod["DebitCard"] = "DebitCard";
|
|
67
|
+
NbPaymentMethod["BankSlip"] = "BankSlip";
|
|
68
|
+
NbPaymentMethod["Check"] = "Check";
|
|
69
|
+
NbPaymentMethod["Voucher"] = "Voucher";
|
|
70
|
+
NbPaymentMethod["NoPayment"] = "NoPayment";
|
|
71
|
+
})(NbPaymentMethod || (exports.NbPaymentMethod = NbPaymentMethod = {}));
|
|
72
|
+
var NbPaymentTerm;
|
|
73
|
+
(function (NbPaymentTerm) {
|
|
74
|
+
NbPaymentTerm["Immediate"] = "Immediate";
|
|
75
|
+
NbPaymentTerm["Deferred"] = "Deferred"; // a prazo
|
|
76
|
+
})(NbPaymentTerm || (exports.NbPaymentTerm = NbPaymentTerm = {}));
|
|
77
|
+
// Origem da mercadoria — tabela fechada da SEFAZ. O valor é o código do XML.
|
|
78
|
+
var NbGoodsOrigin;
|
|
79
|
+
(function (NbGoodsOrigin) {
|
|
80
|
+
NbGoodsOrigin["National"] = "0";
|
|
81
|
+
NbGoodsOrigin["ForeignDirectImport"] = "1";
|
|
82
|
+
NbGoodsOrigin["ForeignDomesticMarket"] = "2";
|
|
83
|
+
NbGoodsOrigin["NationalImportContentOver40"] = "3";
|
|
84
|
+
NbGoodsOrigin["NationalBasicProductiveProcess"] = "4";
|
|
85
|
+
NbGoodsOrigin["NationalImportContentUnder40"] = "5";
|
|
86
|
+
NbGoodsOrigin["ForeignDirectImportNoSimilar"] = "6";
|
|
87
|
+
NbGoodsOrigin["ForeignDomesticMarketNoSimilar"] = "7";
|
|
88
|
+
NbGoodsOrigin["NationalImportContentOver70"] = "8";
|
|
89
|
+
})(NbGoodsOrigin || (exports.NbGoodsOrigin = NbGoodsOrigin = {}));
|
|
90
|
+
var NbTaxRegime;
|
|
91
|
+
(function (NbTaxRegime) {
|
|
92
|
+
NbTaxRegime["Mei"] = "Mei";
|
|
93
|
+
NbTaxRegime["SimplesNacional"] = "SimplesNacional";
|
|
94
|
+
NbTaxRegime["PresumedProfit"] = "PresumedProfit";
|
|
95
|
+
NbTaxRegime["RealProfit"] = "RealProfit"; // Lucro Real
|
|
96
|
+
})(NbTaxRegime || (exports.NbTaxRegime = NbTaxRegime = {}));
|
|
97
|
+
// Indicador de contribuinte de ICMS do destinatário. Determina se a Inscrição
|
|
98
|
+
// Estadual é obrigatória — origem comum de rejeição.
|
|
99
|
+
var NbIcmsTaxpayerType;
|
|
100
|
+
(function (NbIcmsTaxpayerType) {
|
|
101
|
+
NbIcmsTaxpayerType["Taxpayer"] = "Taxpayer";
|
|
102
|
+
NbIcmsTaxpayerType["ExemptTaxpayer"] = "ExemptTaxpayer";
|
|
103
|
+
NbIcmsTaxpayerType["NonTaxpayer"] = "NonTaxpayer"; // 9 — não contribuinte
|
|
104
|
+
})(NbIcmsTaxpayerType || (exports.NbIcmsTaxpayerType = NbIcmsTaxpayerType = {}));
|
|
105
|
+
// Qual tabela de situação tributária vale para a empresa. Quem é do Simples usa
|
|
106
|
+
// CSOSN; os demais regimes usam CST. Não são intercambiáveis.
|
|
107
|
+
var NbTaxSituationKind;
|
|
108
|
+
(function (NbTaxSituationKind) {
|
|
109
|
+
NbTaxSituationKind["Cst"] = "Cst";
|
|
110
|
+
NbTaxSituationKind["Csosn"] = "Csosn";
|
|
111
|
+
})(NbTaxSituationKind || (exports.NbTaxSituationKind = NbTaxSituationKind = {}));
|
|
112
|
+
var NbPersonType;
|
|
113
|
+
(function (NbPersonType) {
|
|
114
|
+
NbPersonType["Individual"] = "Individual";
|
|
115
|
+
NbPersonType["Company"] = "Company"; // PJ
|
|
116
|
+
})(NbPersonType || (exports.NbPersonType = NbPersonType = {}));
|
|
117
|
+
var NbEnvironment;
|
|
118
|
+
(function (NbEnvironment) {
|
|
119
|
+
NbEnvironment["Production"] = "Production";
|
|
120
|
+
NbEnvironment["Homologation"] = "Homologation";
|
|
121
|
+
})(NbEnvironment || (exports.NbEnvironment = NbEnvironment = {}));
|
|
122
|
+
var NbCertificateStatus;
|
|
123
|
+
(function (NbCertificateStatus) {
|
|
124
|
+
NbCertificateStatus["Missing"] = "Missing";
|
|
125
|
+
NbCertificateStatus["Valid"] = "Valid";
|
|
126
|
+
NbCertificateStatus["Expiring"] = "Expiring";
|
|
127
|
+
NbCertificateStatus["Expired"] = "Expired";
|
|
128
|
+
NbCertificateStatus["Invalid"] = "Invalid"; // rejeitado pela Focus ou CNPJ divergente
|
|
129
|
+
})(NbCertificateStatus || (exports.NbCertificateStatus = NbCertificateStatus = {}));
|
|
130
|
+
var NbCreditPackage;
|
|
131
|
+
(function (NbCreditPackage) {
|
|
132
|
+
NbCreditPackage["Small"] = "Small";
|
|
133
|
+
NbCreditPackage["Medium"] = "Medium";
|
|
134
|
+
NbCreditPackage["Large"] = "Large";
|
|
135
|
+
})(NbCreditPackage || (exports.NbCreditPackage = NbCreditPackage = {}));
|
|
136
|
+
// Movimentos do ledger de créditos. Ledger em vez de saldo mutável porque o
|
|
137
|
+
// débito precisa ser auditável e idempotente pela chave da emissão.
|
|
138
|
+
var NbCreditEntryType;
|
|
139
|
+
(function (NbCreditEntryType) {
|
|
140
|
+
NbCreditEntryType["Purchase"] = "Purchase";
|
|
141
|
+
NbCreditEntryType["Consumption"] = "Consumption";
|
|
142
|
+
NbCreditEntryType["Refund"] = "Refund";
|
|
143
|
+
NbCreditEntryType["Adjustment"] = "Adjustment"; // correção manual do suporte
|
|
144
|
+
})(NbCreditEntryType || (exports.NbCreditEntryType = NbCreditEntryType = {}));
|
|
145
|
+
// De onde saiu o direito de emitir aquela nota. Fica registrado na própria nota
|
|
146
|
+
// para o relatório de consumo não precisar reconstruir a decisão depois.
|
|
147
|
+
var NbQuotaSource;
|
|
148
|
+
(function (NbQuotaSource) {
|
|
149
|
+
NbQuotaSource["Trial"] = "Trial";
|
|
150
|
+
NbQuotaSource["PlanAllowance"] = "PlanAllowance";
|
|
151
|
+
NbQuotaSource["Credit"] = "Credit";
|
|
152
|
+
})(NbQuotaSource || (exports.NbQuotaSource = NbQuotaSource = {}));
|
|
153
|
+
var NbInvoiceEventType;
|
|
154
|
+
(function (NbInvoiceEventType) {
|
|
155
|
+
NbInvoiceEventType["Created"] = "Created";
|
|
156
|
+
NbInvoiceEventType["Updated"] = "Updated";
|
|
157
|
+
NbInvoiceEventType["TransmissionRequested"] = "TransmissionRequested";
|
|
158
|
+
NbInvoiceEventType["Authorized"] = "Authorized";
|
|
159
|
+
NbInvoiceEventType["Rejected"] = "Rejected";
|
|
160
|
+
NbInvoiceEventType["Denied"] = "Denied";
|
|
161
|
+
NbInvoiceEventType["CancellationRequested"] = "CancellationRequested";
|
|
162
|
+
NbInvoiceEventType["Cancelled"] = "Cancelled";
|
|
163
|
+
NbInvoiceEventType["CorrectionLetterIssued"] = "CorrectionLetterIssued";
|
|
164
|
+
NbInvoiceEventType["EmailSent"] = "EmailSent";
|
|
165
|
+
NbInvoiceEventType["Deleted"] = "Deleted";
|
|
166
|
+
})(NbInvoiceEventType || (exports.NbInvoiceEventType = NbInvoiceEventType = {}));
|
|
167
|
+
// Vínculo entre usuário e conta. Invited existe para o convite entrar depois sem
|
|
168
|
+
// migração; nesta fase só Active é usado.
|
|
169
|
+
var NbMemberStatus;
|
|
170
|
+
(function (NbMemberStatus) {
|
|
171
|
+
NbMemberStatus["Active"] = "Active";
|
|
172
|
+
NbMemberStatus["Invited"] = "Invited";
|
|
173
|
+
NbMemberStatus["Removed"] = "Removed";
|
|
174
|
+
})(NbMemberStatus || (exports.NbMemberStatus = NbMemberStatus = {}));
|
package/build/types/tenant.d.ts
CHANGED
|
@@ -12,5 +12,7 @@ export declare enum Tenant {
|
|
|
12
12
|
LeadAutomator = "LeadAutomator",
|
|
13
13
|
SocialMediaAutomator = "SocialMediaAutomator",
|
|
14
14
|
BreadOfLife = "BreadOfLife",
|
|
15
|
-
LinkedinAutomator = "LinkedinAutomator"
|
|
15
|
+
LinkedinAutomator = "LinkedinAutomator",
|
|
16
|
+
NotasBr = "NotasBr",
|
|
17
|
+
TrabalhoHomeOffice = "TrabalhoHomeOffice"
|
|
16
18
|
}
|
package/build/types/tenant.js
CHANGED
|
@@ -17,4 +17,6 @@ var Tenant;
|
|
|
17
17
|
Tenant["SocialMediaAutomator"] = "SocialMediaAutomator";
|
|
18
18
|
Tenant["BreadOfLife"] = "BreadOfLife";
|
|
19
19
|
Tenant["LinkedinAutomator"] = "LinkedinAutomator";
|
|
20
|
+
Tenant["NotasBr"] = "NotasBr";
|
|
21
|
+
Tenant["TrabalhoHomeOffice"] = "TrabalhoHomeOffice";
|
|
20
22
|
})(Tenant || (exports.Tenant = Tenant = {}));
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare enum JobContractType {
|
|
2
|
+
Clt = "Clt",
|
|
3
|
+
Pj = "Pj",
|
|
4
|
+
Freelance = "Freelance"
|
|
5
|
+
}
|
|
6
|
+
export declare enum WorkRegime {
|
|
7
|
+
Remote = "Remote",
|
|
8
|
+
Hybrid = "Hybrid"
|
|
9
|
+
}
|
|
10
|
+
export declare enum JobPostingStatus {
|
|
11
|
+
Open = "Open",
|
|
12
|
+
Closed = "Closed"
|
|
13
|
+
}
|
|
14
|
+
export declare enum ServicePriceType {
|
|
15
|
+
Fixed = "Fixed",
|
|
16
|
+
Negotiable = "Negotiable"
|
|
17
|
+
}
|
|
18
|
+
export declare enum ApplicationStatus {
|
|
19
|
+
Pending = "Pending",
|
|
20
|
+
Accepted = "Accepted",
|
|
21
|
+
Rejected = "Rejected"
|
|
22
|
+
}
|
|
23
|
+
export declare enum ConversationContextType {
|
|
24
|
+
JobApplication = "JobApplication",
|
|
25
|
+
Proposal = "Proposal"
|
|
26
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConversationContextType = exports.ApplicationStatus = exports.ServicePriceType = exports.JobPostingStatus = exports.WorkRegime = exports.JobContractType = void 0;
|
|
4
|
+
var JobContractType;
|
|
5
|
+
(function (JobContractType) {
|
|
6
|
+
JobContractType["Clt"] = "Clt";
|
|
7
|
+
JobContractType["Pj"] = "Pj";
|
|
8
|
+
JobContractType["Freelance"] = "Freelance";
|
|
9
|
+
})(JobContractType || (exports.JobContractType = JobContractType = {}));
|
|
10
|
+
var WorkRegime;
|
|
11
|
+
(function (WorkRegime) {
|
|
12
|
+
WorkRegime["Remote"] = "Remote";
|
|
13
|
+
WorkRegime["Hybrid"] = "Hybrid";
|
|
14
|
+
})(WorkRegime || (exports.WorkRegime = WorkRegime = {}));
|
|
15
|
+
var JobPostingStatus;
|
|
16
|
+
(function (JobPostingStatus) {
|
|
17
|
+
JobPostingStatus["Open"] = "Open";
|
|
18
|
+
JobPostingStatus["Closed"] = "Closed";
|
|
19
|
+
})(JobPostingStatus || (exports.JobPostingStatus = JobPostingStatus = {}));
|
|
20
|
+
var ServicePriceType;
|
|
21
|
+
(function (ServicePriceType) {
|
|
22
|
+
ServicePriceType["Fixed"] = "Fixed";
|
|
23
|
+
ServicePriceType["Negotiable"] = "Negotiable";
|
|
24
|
+
})(ServicePriceType || (exports.ServicePriceType = ServicePriceType = {}));
|
|
25
|
+
var ApplicationStatus;
|
|
26
|
+
(function (ApplicationStatus) {
|
|
27
|
+
ApplicationStatus["Pending"] = "Pending";
|
|
28
|
+
ApplicationStatus["Accepted"] = "Accepted";
|
|
29
|
+
ApplicationStatus["Rejected"] = "Rejected";
|
|
30
|
+
})(ApplicationStatus || (exports.ApplicationStatus = ApplicationStatus = {}));
|
|
31
|
+
var ConversationContextType;
|
|
32
|
+
(function (ConversationContextType) {
|
|
33
|
+
ConversationContextType["JobApplication"] = "JobApplication";
|
|
34
|
+
ConversationContextType["Proposal"] = "Proposal";
|
|
35
|
+
})(ConversationContextType || (exports.ConversationContextType = ConversationContextType = {}));
|