@worknice/js-sdk 0.53.0 → 0.55.0

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.
@@ -57,7 +57,6 @@ var AssignmentType = /* @__PURE__ */ ((AssignmentType2) => {
57
57
  AssignmentType2["Document"] = "DOCUMENT";
58
58
  AssignmentType2["Form"] = "FORM";
59
59
  AssignmentType2["Questionnaire"] = "QUESTIONNAIRE";
60
- AssignmentType2["Review"] = "REVIEW";
61
60
  AssignmentType2["Task"] = "TASK";
62
61
  return AssignmentType2;
63
62
  })(AssignmentType || {});
@@ -241,9 +240,6 @@ var NotificationType = /* @__PURE__ */ ((NotificationType2) => {
241
240
  NotificationType2["PerformanceReviewSelfReviewAssigned"] = "PERFORMANCE_REVIEW_SELF_REVIEW_ASSIGNED";
242
241
  NotificationType2["PerformanceReviewSelfReviewOverdue"] = "PERFORMANCE_REVIEW_SELF_REVIEW_OVERDUE";
243
242
  NotificationType2["PerformanceReviewSelfReviewSubmitted"] = "PERFORMANCE_REVIEW_SELF_REVIEW_SUBMITTED";
244
- NotificationType2["ReviewAssigned"] = "REVIEW_ASSIGNED";
245
- NotificationType2["ReviewScheduled"] = "REVIEW_SCHEDULED";
246
- NotificationType2["ReviewSubmitted"] = "REVIEW_SUBMITTED";
247
243
  return NotificationType2;
248
244
  })(NotificationType || {});
249
245
  var PaperworkSummaryStatus = /* @__PURE__ */ ((PaperworkSummaryStatus2) => {
@@ -312,12 +308,6 @@ var QuestionType = /* @__PURE__ */ ((QuestionType2) => {
312
308
  QuestionType2["Text"] = "TEXT";
313
309
  return QuestionType2;
314
310
  })(QuestionType || {});
315
- var ReviewRelation = /* @__PURE__ */ ((ReviewRelation2) => {
316
- ReviewRelation2["Responsible"] = "RESPONSIBLE";
317
- ReviewRelation2["Reviewer"] = "REVIEWER";
318
- ReviewRelation2["Subject"] = "SUBJECT";
319
- return ReviewRelation2;
320
- })(ReviewRelation || {});
321
311
  var SmartDocumentFieldType = /* @__PURE__ */ ((SmartDocumentFieldType2) => {
322
312
  SmartDocumentFieldType2["DateOfBirth"] = "DATE_OF_BIRTH";
323
313
  SmartDocumentFieldType2["DisplayName"] = "DISPLAY_NAME";
@@ -336,19 +326,6 @@ var SmartDocumentFieldType = /* @__PURE__ */ ((SmartDocumentFieldType2) => {
336
326
  SmartDocumentFieldType2["WorkPhone"] = "WORK_PHONE";
337
327
  return SmartDocumentFieldType2;
338
328
  })(SmartDocumentFieldType || {});
339
- var StandardReviewQuestionRespondent = /* @__PURE__ */ ((StandardReviewQuestionRespondent2) => {
340
- StandardReviewQuestionRespondent2["Reviewer"] = "REVIEWER";
341
- StandardReviewQuestionRespondent2["Subject"] = "SUBJECT";
342
- return StandardReviewQuestionRespondent2;
343
- })(StandardReviewQuestionRespondent || {});
344
- var StandardReviewStatus = /* @__PURE__ */ ((StandardReviewStatus2) => {
345
- StandardReviewStatus2["Assigned"] = "ASSIGNED";
346
- StandardReviewStatus2["Draft"] = "DRAFT";
347
- StandardReviewStatus2["Processed"] = "PROCESSED";
348
- StandardReviewStatus2["Scheduled"] = "SCHEDULED";
349
- StandardReviewStatus2["Submitted"] = "SUBMITTED";
350
- return StandardReviewStatus2;
351
- })(StandardReviewStatus || {});
352
329
  var SuperFundNomination = /* @__PURE__ */ ((SuperFundNomination2) => {
353
330
  SuperFundNomination2["EmployerNominated"] = "EMPLOYER_NOMINATED";
354
331
  SuperFundNomination2["NotEntitled"] = "NOT_ENTITLED";
@@ -502,10 +479,7 @@ export {
502
479
  PersonRole,
503
480
  PersonStatus,
504
481
  QuestionType,
505
- ReviewRelation,
506
482
  SmartDocumentFieldType,
507
- StandardReviewQuestionRespondent,
508
- StandardReviewStatus,
509
483
  SuperFundNomination,
510
484
  TagColor,
511
485
  TaxEmploymentBasis,