@d19n/youfibre-odin-sdk 2.0.293 → 2.0.294
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/README.md +68 -61
- package/dist/actions-v2/CreateAmcoCollectionBookedEmailDto.d.ts +135 -0
- package/dist/actions-v2/CreateAmcoCollectionBookedEmailDto.js +59 -0
- package/dist/actions-v2/CreateAmcoCollectionChargeEmailDto.d.ts +135 -0
- package/dist/actions-v2/CreateAmcoCollectionChargeEmailDto.js +59 -0
- package/dist/actions-v2/CreateAmcoCollectionCompleteEmailDto.d.ts +135 -0
- package/dist/actions-v2/CreateAmcoCollectionCompleteEmailDto.js +59 -0
- package/dist/actions-v2/CreateAmcoCollectionReceivedEmailDto.d.ts +135 -0
- package/dist/actions-v2/CreateAmcoCollectionReceivedEmailDto.js +59 -0
- package/dist/actions-v2/CreateAmcoDispatchConfirmedEmailDto.d.ts +135 -0
- package/dist/actions-v2/CreateAmcoDispatchConfirmedEmailDto.js +59 -0
- package/dist/actions-v2/CreateAmcoDispatchDeliveredEmailDto.d.ts +135 -0
- package/dist/actions-v2/CreateAmcoDispatchDeliveredEmailDto.js +59 -0
- package/dist/actions-v2/CreateAmcoDispatchSentEmailDto.d.ts +135 -0
- package/dist/actions-v2/CreateAmcoDispatchSentEmailDto.js +59 -0
- package/dist/api-sdk-v2/ModifyServiceRequestApi.d.ts +2 -0
- package/dist/api-sdk-v2/ModifyServiceRequestApi.js +6 -0
- package/dist/api-sdk-v2/RecontractApi.d.ts +2 -0
- package/dist/api-sdk-v2/RecontractApi.js +6 -0
- package/dist/db-sdk-v2/ModifyServiceRequestDb.d.ts +2 -0
- package/dist/db-sdk-v2/ModifyServiceRequestDb.js +6 -0
- package/dist/db-sdk-v2/RecontractDb.d.ts +2 -0
- package/dist/db-sdk-v2/RecontractDb.js +6 -0
- package/dist/entities-v2/Contact.d.ts +8 -0
- package/dist/entities-v2/Contact.js +2 -0
- package/dist/entities-v2/ModifyServiceRequest.d.ts +3 -0
- package/dist/entities-v2/Recontract.d.ts +31 -0
- package/dist/entities-v2/Recontract.js +23 -1
- package/dist/records-v2/EmailRecord.d.ts +203 -0
- package/dist/records-v2/EmailRecord.js +252 -0
- package/dist/records-v2/ModifyServiceRequestRecord.d.ts +20 -0
- package/dist/records-v2/ModifyServiceRequestRecord.js +33 -0
- package/dist/records-v2/RecontractRecord.d.ts +20 -0
- package/dist/records-v2/RecontractRecord.js +33 -0
- package/dist/records-v2/index.d.ts +1 -1
- package/dist/records-v2/index.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -368,7 +368,7 @@ This SDK includes **180** entities across **12** modules.
|
|
|
368
368
|
|
|
369
369
|
## Actions
|
|
370
370
|
|
|
371
|
-
This SDK includes **
|
|
371
|
+
This SDK includes **861** actions.
|
|
372
372
|
|
|
373
373
|
### Action Types
|
|
374
374
|
|
|
@@ -1349,6 +1349,73 @@ This SDK includes **854** actions.
|
|
|
1349
1349
|
| `UpdateCustomerCallLegOnOutboundCallNoAnswer` | UPDATE | k1.t-hEOJjsDb.NotificationModule.CallLeg.Update.UpdateCustomerCallLegOnOutboundCallNoAnswer |
|
|
1350
1350
|
| `UpdateCustomerCallLegOnOutboundCallRinging` | UPDATE | k1.t-hEOJjsDb.NotificationModule.CallLeg.Update.UpdateCustomerCallLegOnOutboundCallRinging |
|
|
1351
1351
|
|
|
1352
|
+
#### Email
|
|
1353
|
+
|
|
1354
|
+
| Action | Type | Event |
|
|
1355
|
+
|--------|------|-------|
|
|
1356
|
+
| `CreateAmcoCollectionBookedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionBookedEmail |
|
|
1357
|
+
| `CreateAmcoCollectionChargeEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionChargeEmail |
|
|
1358
|
+
| `CreateAmcoCollectionCompleteEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionCompleteEmail |
|
|
1359
|
+
| `CreateAmcoCollectionReceivedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionReceivedEmail |
|
|
1360
|
+
| `CreateAmcoDispatchConfirmedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoDispatchConfirmedEmail |
|
|
1361
|
+
| `CreateAmcoDispatchDeliveredEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoDispatchDeliveredEmail |
|
|
1362
|
+
| `CreateAmcoDispatchSentEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoDispatchSentEmail |
|
|
1363
|
+
| `CreateCashbackRewardRefereeFailedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCashbackRewardRefereeFailedEmail |
|
|
1364
|
+
| `CreateCashbackRewardRefereePendingEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCashbackRewardRefereePendingEmail |
|
|
1365
|
+
| `CreateCashbackRewardRefereeSuccessEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCashbackRewardRefereeSuccessEmail |
|
|
1366
|
+
| `CreateCashbackRewardReferrerFailedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCashbackRewardReferrerFailedEmail |
|
|
1367
|
+
| `CreateCashbackRewardReferrerPendingEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCashbackRewardReferrerPendingEmail |
|
|
1368
|
+
| `CreateCashbackRewardReferrerSuccessEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCashbackRewardReferrerSuccessEmail |
|
|
1369
|
+
| `CreateCboEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCboEmail |
|
|
1370
|
+
| `CreateFailedInvoicePayment` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateFailedInvoicePayment |
|
|
1371
|
+
| `CreateGenericRemediationRequired` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateGenericRemediationRequired |
|
|
1372
|
+
| `CreateInboundSupportEmail` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Email.Update.CreateInboundSupportEmail |
|
|
1373
|
+
| `CreateNewCreditNote` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateNewCreditNote |
|
|
1374
|
+
| `CreateNewInvoice` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateNewInvoice |
|
|
1375
|
+
| `CreateOrderConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderConfirmation |
|
|
1376
|
+
| `CreateOrderPreviousConnectionEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderPreviousConnectionEmail |
|
|
1377
|
+
| `CreateOrderReferralRefereeCancelledEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralRefereeCancelledEmail |
|
|
1378
|
+
| `CreateOrderReferralRefereeNotQualifiedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralRefereeNotQualifiedEmail |
|
|
1379
|
+
| `CreateOrderReferralRefereePendingEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralRefereePendingEmail |
|
|
1380
|
+
| `CreateOrderReferralRefereeQualifiedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralRefereeQualifiedEmail |
|
|
1381
|
+
| `CreateOrderReferralReferrerCancelledEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralReferrerCancelledEmail |
|
|
1382
|
+
| `CreateOrderReferralReferrerNotQualifiedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralReferrerNotQualifiedEmail |
|
|
1383
|
+
| `CreateOrderReferralReferrerPendingEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralReferrerPendingEmail |
|
|
1384
|
+
| `CreateOrderReferralReferrerQualifiedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralReferrerQualifiedEmail |
|
|
1385
|
+
| `CreateOtsGainingCancellationIssue` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOtsGainingCancellationIssue |
|
|
1386
|
+
| `CreateOtsGainingSwitchComplete` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOtsGainingSwitchComplete |
|
|
1387
|
+
| `CreateOtsLosingSwitchConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOtsLosingSwitchConfirmation |
|
|
1388
|
+
| `CreateOtsLosingSwitchImpact` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOtsLosingSwitchImpact |
|
|
1389
|
+
| `CreateOtsSwitchLosingCompleteConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOtsSwitchLosingCompleteConfirmation |
|
|
1390
|
+
| `CreateOutageEmail` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Email.Update.CreateOutageEmail |
|
|
1391
|
+
| `CreateOutboundSupportEmail` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Email.Update.CreateOutboundSupportEmail |
|
|
1392
|
+
| `CreatePaymentFailureNoMandate` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreatePaymentFailureNoMandate |
|
|
1393
|
+
| `CreatePaymentRequest` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreatePaymentRequest |
|
|
1394
|
+
| `CreatePortalSignup` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreatePortalSignup |
|
|
1395
|
+
| `CreatePreContractOrderSummary` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreatePreContractOrderSummary |
|
|
1396
|
+
| `CreateRecontractOrderConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateRecontractOrderConfirmation |
|
|
1397
|
+
| `CreateRecontractReminderEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateRecontractReminderEmail |
|
|
1398
|
+
| `CreateServiceAppointmentConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateServiceAppointmentConfirmation |
|
|
1399
|
+
| `CreateServiceAppointmentRescheduled` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateServiceAppointmentRescheduled |
|
|
1400
|
+
| `CreateServiceDeactivatedMandate` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateServiceDeactivatedMandate |
|
|
1401
|
+
| `CreateServiceDeactivatedNoMandate` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateServiceDeactivatedNoMandate |
|
|
1402
|
+
| `CreateServiceVisitCancelled` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateServiceVisitCancelled |
|
|
1403
|
+
| `CreateTransactionConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateTransactionConfirmation |
|
|
1404
|
+
| `CreateTransactionalEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateTransactionalEmail |
|
|
1405
|
+
| `CreateWorkOrderCancelledConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateWorkOrderCancelledConfirmation |
|
|
1406
|
+
| `CreateWorkOrderCancelledNoMandate` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateWorkOrderCancelledNoMandate |
|
|
1407
|
+
| `CreateWorkOrderConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateWorkOrderConfirmation |
|
|
1408
|
+
| `CreateWorkOrderInstallRescheduledConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateWorkOrderInstallRescheduledConfirmation |
|
|
1409
|
+
| `SendDirectDebitCreatedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.SendDirectDebitCreatedEmail |
|
|
1410
|
+
| `SendDirectDebitFailedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.SendDirectDebitFailedEmail |
|
|
1411
|
+
| `SendDirectDebitSetupConfirmationEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.SendDirectDebitSetupConfirmationEmail |
|
|
1412
|
+
| `SendDirectDebitSetupRequest` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.SendDirectDebitSetupRequest |
|
|
1413
|
+
| `SendRefundTransactionEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.SendRefundTransactionEmail |
|
|
1414
|
+
| `SendTlosNinjaCaseEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.SendTlosNinjaCaseEmail |
|
|
1415
|
+
| `UpdateEmail` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Email.Update.UpdateEmail |
|
|
1416
|
+
| `UpdateSupportEmail` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Email.Update.UpdateSupportEmail |
|
|
1417
|
+
| `UpdateTransactionalEmail` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Email.Update.UpdateTransactionalEmail |
|
|
1418
|
+
|
|
1352
1419
|
#### Appointment
|
|
1353
1420
|
|
|
1354
1421
|
| Action | Type | Event |
|
|
@@ -1450,66 +1517,6 @@ This SDK includes **854** actions.
|
|
|
1450
1517
|
|
|
1451
1518
|
**MoveCashbackRewardToFailed Target Stages:** `CashBackFlowStageFailed`
|
|
1452
1519
|
|
|
1453
|
-
#### Email
|
|
1454
|
-
|
|
1455
|
-
| Action | Type | Event |
|
|
1456
|
-
|--------|------|-------|
|
|
1457
|
-
| `CreateCashbackRewardRefereeFailedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCashbackRewardRefereeFailedEmail |
|
|
1458
|
-
| `CreateCashbackRewardRefereePendingEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCashbackRewardRefereePendingEmail |
|
|
1459
|
-
| `CreateCashbackRewardRefereeSuccessEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCashbackRewardRefereeSuccessEmail |
|
|
1460
|
-
| `CreateCashbackRewardReferrerFailedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCashbackRewardReferrerFailedEmail |
|
|
1461
|
-
| `CreateCashbackRewardReferrerPendingEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCashbackRewardReferrerPendingEmail |
|
|
1462
|
-
| `CreateCashbackRewardReferrerSuccessEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCashbackRewardReferrerSuccessEmail |
|
|
1463
|
-
| `CreateCboEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateCboEmail |
|
|
1464
|
-
| `CreateFailedInvoicePayment` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateFailedInvoicePayment |
|
|
1465
|
-
| `CreateGenericRemediationRequired` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateGenericRemediationRequired |
|
|
1466
|
-
| `CreateInboundSupportEmail` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Email.Update.CreateInboundSupportEmail |
|
|
1467
|
-
| `CreateNewCreditNote` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateNewCreditNote |
|
|
1468
|
-
| `CreateNewInvoice` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateNewInvoice |
|
|
1469
|
-
| `CreateOrderConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderConfirmation |
|
|
1470
|
-
| `CreateOrderPreviousConnectionEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderPreviousConnectionEmail |
|
|
1471
|
-
| `CreateOrderReferralRefereeCancelledEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralRefereeCancelledEmail |
|
|
1472
|
-
| `CreateOrderReferralRefereeNotQualifiedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralRefereeNotQualifiedEmail |
|
|
1473
|
-
| `CreateOrderReferralRefereePendingEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralRefereePendingEmail |
|
|
1474
|
-
| `CreateOrderReferralRefereeQualifiedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralRefereeQualifiedEmail |
|
|
1475
|
-
| `CreateOrderReferralReferrerCancelledEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralReferrerCancelledEmail |
|
|
1476
|
-
| `CreateOrderReferralReferrerNotQualifiedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralReferrerNotQualifiedEmail |
|
|
1477
|
-
| `CreateOrderReferralReferrerPendingEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralReferrerPendingEmail |
|
|
1478
|
-
| `CreateOrderReferralReferrerQualifiedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOrderReferralReferrerQualifiedEmail |
|
|
1479
|
-
| `CreateOtsGainingCancellationIssue` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOtsGainingCancellationIssue |
|
|
1480
|
-
| `CreateOtsGainingSwitchComplete` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOtsGainingSwitchComplete |
|
|
1481
|
-
| `CreateOtsLosingSwitchConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOtsLosingSwitchConfirmation |
|
|
1482
|
-
| `CreateOtsLosingSwitchImpact` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOtsLosingSwitchImpact |
|
|
1483
|
-
| `CreateOtsSwitchLosingCompleteConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateOtsSwitchLosingCompleteConfirmation |
|
|
1484
|
-
| `CreateOutageEmail` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Email.Update.CreateOutageEmail |
|
|
1485
|
-
| `CreateOutboundSupportEmail` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Email.Update.CreateOutboundSupportEmail |
|
|
1486
|
-
| `CreatePaymentFailureNoMandate` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreatePaymentFailureNoMandate |
|
|
1487
|
-
| `CreatePaymentRequest` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreatePaymentRequest |
|
|
1488
|
-
| `CreatePortalSignup` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreatePortalSignup |
|
|
1489
|
-
| `CreatePreContractOrderSummary` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreatePreContractOrderSummary |
|
|
1490
|
-
| `CreateRecontractOrderConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateRecontractOrderConfirmation |
|
|
1491
|
-
| `CreateRecontractReminderEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateRecontractReminderEmail |
|
|
1492
|
-
| `CreateServiceAppointmentConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateServiceAppointmentConfirmation |
|
|
1493
|
-
| `CreateServiceAppointmentRescheduled` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateServiceAppointmentRescheduled |
|
|
1494
|
-
| `CreateServiceDeactivatedMandate` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateServiceDeactivatedMandate |
|
|
1495
|
-
| `CreateServiceDeactivatedNoMandate` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateServiceDeactivatedNoMandate |
|
|
1496
|
-
| `CreateServiceVisitCancelled` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateServiceVisitCancelled |
|
|
1497
|
-
| `CreateTransactionConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateTransactionConfirmation |
|
|
1498
|
-
| `CreateTransactionalEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateTransactionalEmail |
|
|
1499
|
-
| `CreateWorkOrderCancelledConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateWorkOrderCancelledConfirmation |
|
|
1500
|
-
| `CreateWorkOrderCancelledNoMandate` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateWorkOrderCancelledNoMandate |
|
|
1501
|
-
| `CreateWorkOrderConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateWorkOrderConfirmation |
|
|
1502
|
-
| `CreateWorkOrderInstallRescheduledConfirmation` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateWorkOrderInstallRescheduledConfirmation |
|
|
1503
|
-
| `SendDirectDebitCreatedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.SendDirectDebitCreatedEmail |
|
|
1504
|
-
| `SendDirectDebitFailedEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.SendDirectDebitFailedEmail |
|
|
1505
|
-
| `SendDirectDebitSetupConfirmationEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.SendDirectDebitSetupConfirmationEmail |
|
|
1506
|
-
| `SendDirectDebitSetupRequest` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.SendDirectDebitSetupRequest |
|
|
1507
|
-
| `SendRefundTransactionEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.SendRefundTransactionEmail |
|
|
1508
|
-
| `SendTlosNinjaCaseEmail` | CREATE | k1.t-hEOJjsDb.NotificationModule.Email.Create.SendTlosNinjaCaseEmail |
|
|
1509
|
-
| `UpdateEmail` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Email.Update.UpdateEmail |
|
|
1510
|
-
| `UpdateSupportEmail` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Email.Update.UpdateSupportEmail |
|
|
1511
|
-
| `UpdateTransactionalEmail` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Email.Update.UpdateTransactionalEmail |
|
|
1512
|
-
|
|
1513
1520
|
#### OrderKci
|
|
1514
1521
|
|
|
1515
1522
|
| Action | Type | Event |
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CreateAmcoCollectionBookedEmail Action DTO
|
|
3
|
+
*
|
|
4
|
+
* 3PL-C1. Confirms an equipment collection has been booked, when the COLLECTION_AMCO work order reaches Received. Lists the items expected back and what each costs if it is not returned.
|
|
5
|
+
*
|
|
6
|
+
* @module NotificationModule
|
|
7
|
+
* @entity Email
|
|
8
|
+
* @entityType TRANSACTIONAL
|
|
9
|
+
* @actionKey CreateAmcoCollectionBookedEmail
|
|
10
|
+
* @event k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionBookedEmail
|
|
11
|
+
*
|
|
12
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
13
|
+
*/
|
|
14
|
+
import { OdinRecordCreateDto, OdinRecordCreatedEvent } from '@d19n/odin-types/dist/core';
|
|
15
|
+
/**
|
|
16
|
+
* RabbitMQ message payload for CreateAmcoCollectionBookedEmail created events
|
|
17
|
+
*
|
|
18
|
+
* @event k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionBookedEmail
|
|
19
|
+
*/
|
|
20
|
+
export interface CreateAmcoCollectionBookedEmailMessage extends OdinRecordCreatedEvent<CreateAmcoCollectionBookedEmailDto, CreateAmcoCollectionBookedEmailProperties> {
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Properties for CreateAmcoCollectionBookedEmail action
|
|
24
|
+
*
|
|
25
|
+
* @property Required fields: 0
|
|
26
|
+
* @property Optional fields: 10
|
|
27
|
+
*/
|
|
28
|
+
export interface CreateAmcoCollectionBookedEmailProperties {
|
|
29
|
+
/**
|
|
30
|
+
* Date
|
|
31
|
+
*
|
|
32
|
+
* Date field for Email records. Used by Communications team.
|
|
33
|
+
* @type {DATE_TIME}
|
|
34
|
+
*/
|
|
35
|
+
Date?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
* EmailingService
|
|
38
|
+
*
|
|
39
|
+
* The provider we use to send email (eg. Sendgrid)
|
|
40
|
+
* @type {ENUM}
|
|
41
|
+
*/
|
|
42
|
+
EmailingService?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
* ContactId
|
|
45
|
+
*
|
|
46
|
+
* The related Contact to send the email
|
|
47
|
+
* @type {LOOKUP}
|
|
48
|
+
*/
|
|
49
|
+
ContactId?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
* TemplateLabel
|
|
52
|
+
*
|
|
53
|
+
* The template label from email templates engine
|
|
54
|
+
* @type {TEXT}
|
|
55
|
+
*/
|
|
56
|
+
TemplateLabel?: string | null;
|
|
57
|
+
/**
|
|
58
|
+
* MessageId
|
|
59
|
+
*
|
|
60
|
+
* SMTP Message Id (Communications - Email)
|
|
61
|
+
* @type {TEXT}
|
|
62
|
+
*/
|
|
63
|
+
MessageId?: string | null;
|
|
64
|
+
/**
|
|
65
|
+
* EmailSenderId
|
|
66
|
+
*
|
|
67
|
+
* The Email Sender related entity
|
|
68
|
+
* @type {LOOKUP}
|
|
69
|
+
*/
|
|
70
|
+
EmailSenderId?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
* DynamicData
|
|
73
|
+
*
|
|
74
|
+
* Data will pass to emailing service (variables)
|
|
75
|
+
* @type {JSON}
|
|
76
|
+
*/
|
|
77
|
+
DynamicData?: string | null;
|
|
78
|
+
/**
|
|
79
|
+
* Title
|
|
80
|
+
*
|
|
81
|
+
* Used for title
|
|
82
|
+
* @type {TEXT}
|
|
83
|
+
*/
|
|
84
|
+
Title?: string | null;
|
|
85
|
+
/**
|
|
86
|
+
* Subject
|
|
87
|
+
*
|
|
88
|
+
* Data field for Email records. Used by Communications team.
|
|
89
|
+
* @type {TEXT}
|
|
90
|
+
*/
|
|
91
|
+
Subject?: string | null;
|
|
92
|
+
/**
|
|
93
|
+
* To
|
|
94
|
+
*
|
|
95
|
+
* Data field for Email records. Used by Communications team.
|
|
96
|
+
* @type {TEXT}
|
|
97
|
+
*/
|
|
98
|
+
To?: string | null;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* CreateAmcoCollectionBookedEmail
|
|
102
|
+
*
|
|
103
|
+
* 3PL-C1. Confirms an equipment collection has been booked, when the COLLECTION_AMCO work order reaches Received. Lists the items expected back and what each costs if it is not returned.
|
|
104
|
+
*
|
|
105
|
+
* @actionType CREATE - Creates a new Email record
|
|
106
|
+
* @module NotificationModule
|
|
107
|
+
* @entity Email
|
|
108
|
+
* @entityType TRANSACTIONAL (TRANSACTIONAL)
|
|
109
|
+
* @event k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionBookedEmail
|
|
110
|
+
* @permission schema.action.createamcocollectionbookedemail.trigger
|
|
111
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
112
|
+
*/
|
|
113
|
+
export declare class CreateAmcoCollectionBookedEmailDto extends OdinRecordCreateDto<CreateAmcoCollectionBookedEmailProperties> {
|
|
114
|
+
/** Used by SDK generators to identify action type */
|
|
115
|
+
static readonly ACTION_TYPE = "CREATE";
|
|
116
|
+
static readonly ACTION_KEY = "CreateAmcoCollectionBookedEmail";
|
|
117
|
+
static readonly MODULE_NAME = "NotificationModule";
|
|
118
|
+
static readonly ENTITIES: string[];
|
|
119
|
+
static readonly ENTITY_TYPE = "TRANSACTIONAL";
|
|
120
|
+
static readonly EVENT_NAME = "k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionBookedEmail";
|
|
121
|
+
static readonly PERMISSION = "schema.action.createamcocollectionbookedemail.trigger";
|
|
122
|
+
/** Step metadata - entity this action targets */
|
|
123
|
+
static readonly STEP_ENTITY = "NotificationModule:Email";
|
|
124
|
+
static readonly STEP_SCHEMA_ID = "cb37958c-d72f-44aa-975a-a8fae42b1b72";
|
|
125
|
+
static readonly STEP_SCHEMA_ACTION_ID = "deef2370-fcef-403f-8671-cd6f69e0a515";
|
|
126
|
+
static readonly STEP_SCHEMA_TYPE_ID = "14042940-a388-44c7-87fe-3a4105d92e94";
|
|
127
|
+
static readonly STEP_TYPE = "TRANSACTIONAL";
|
|
128
|
+
static readonly AUTO_LINK_PARENT = true;
|
|
129
|
+
readonly actionName: string;
|
|
130
|
+
readonly schemaActionId: string;
|
|
131
|
+
readonly entity: string;
|
|
132
|
+
constructor(properties: CreateAmcoCollectionBookedEmailProperties, options?: {
|
|
133
|
+
journeyId?: string;
|
|
134
|
+
});
|
|
135
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* CreateAmcoCollectionBookedEmail Action DTO
|
|
4
|
+
*
|
|
5
|
+
* 3PL-C1. Confirms an equipment collection has been booked, when the COLLECTION_AMCO work order reaches Received. Lists the items expected back and what each costs if it is not returned.
|
|
6
|
+
*
|
|
7
|
+
* @module NotificationModule
|
|
8
|
+
* @entity Email
|
|
9
|
+
* @entityType TRANSACTIONAL
|
|
10
|
+
* @actionKey CreateAmcoCollectionBookedEmail
|
|
11
|
+
* @event k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionBookedEmail
|
|
12
|
+
*
|
|
13
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateAmcoCollectionBookedEmailDto = void 0;
|
|
17
|
+
const core_1 = require("@d19n/odin-types/dist/core");
|
|
18
|
+
/**
|
|
19
|
+
* CreateAmcoCollectionBookedEmail
|
|
20
|
+
*
|
|
21
|
+
* 3PL-C1. Confirms an equipment collection has been booked, when the COLLECTION_AMCO work order reaches Received. Lists the items expected back and what each costs if it is not returned.
|
|
22
|
+
*
|
|
23
|
+
* @actionType CREATE - Creates a new Email record
|
|
24
|
+
* @module NotificationModule
|
|
25
|
+
* @entity Email
|
|
26
|
+
* @entityType TRANSACTIONAL (TRANSACTIONAL)
|
|
27
|
+
* @event k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionBookedEmail
|
|
28
|
+
* @permission schema.action.createamcocollectionbookedemail.trigger
|
|
29
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
30
|
+
*/
|
|
31
|
+
class CreateAmcoCollectionBookedEmailDto extends core_1.OdinRecordCreateDto {
|
|
32
|
+
constructor(properties, options) {
|
|
33
|
+
super({
|
|
34
|
+
entity: 'NotificationModule:Email',
|
|
35
|
+
type: 'TRANSACTIONAL',
|
|
36
|
+
properties,
|
|
37
|
+
journeyId: options === null || options === void 0 ? void 0 : options.journeyId,
|
|
38
|
+
});
|
|
39
|
+
this.actionName = 'CreateAmcoCollectionBookedEmail';
|
|
40
|
+
this.schemaActionId = 'deef2370-fcef-403f-8671-cd6f69e0a515';
|
|
41
|
+
this.entity = 'NotificationModule:Email';
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.CreateAmcoCollectionBookedEmailDto = CreateAmcoCollectionBookedEmailDto;
|
|
45
|
+
/** Used by SDK generators to identify action type */
|
|
46
|
+
CreateAmcoCollectionBookedEmailDto.ACTION_TYPE = 'CREATE';
|
|
47
|
+
CreateAmcoCollectionBookedEmailDto.ACTION_KEY = 'CreateAmcoCollectionBookedEmail';
|
|
48
|
+
CreateAmcoCollectionBookedEmailDto.MODULE_NAME = 'NotificationModule';
|
|
49
|
+
CreateAmcoCollectionBookedEmailDto.ENTITIES = ['Email'];
|
|
50
|
+
CreateAmcoCollectionBookedEmailDto.ENTITY_TYPE = 'TRANSACTIONAL';
|
|
51
|
+
CreateAmcoCollectionBookedEmailDto.EVENT_NAME = 'k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionBookedEmail';
|
|
52
|
+
CreateAmcoCollectionBookedEmailDto.PERMISSION = 'schema.action.createamcocollectionbookedemail.trigger';
|
|
53
|
+
/** Step metadata - entity this action targets */
|
|
54
|
+
CreateAmcoCollectionBookedEmailDto.STEP_ENTITY = 'NotificationModule:Email';
|
|
55
|
+
CreateAmcoCollectionBookedEmailDto.STEP_SCHEMA_ID = 'cb37958c-d72f-44aa-975a-a8fae42b1b72';
|
|
56
|
+
CreateAmcoCollectionBookedEmailDto.STEP_SCHEMA_ACTION_ID = 'deef2370-fcef-403f-8671-cd6f69e0a515';
|
|
57
|
+
CreateAmcoCollectionBookedEmailDto.STEP_SCHEMA_TYPE_ID = '14042940-a388-44c7-87fe-3a4105d92e94';
|
|
58
|
+
CreateAmcoCollectionBookedEmailDto.STEP_TYPE = 'TRANSACTIONAL';
|
|
59
|
+
CreateAmcoCollectionBookedEmailDto.AUTO_LINK_PARENT = true;
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CreateAmcoCollectionChargeEmail Action DTO
|
|
3
|
+
*
|
|
4
|
+
* 3PL-C7. Notifies the customer that unreturned equipment is being charged for, when the COLLECTION_AMCO work order reaches Non Returned. Carries the per-item non-return charge.
|
|
5
|
+
*
|
|
6
|
+
* @module NotificationModule
|
|
7
|
+
* @entity Email
|
|
8
|
+
* @entityType TRANSACTIONAL
|
|
9
|
+
* @actionKey CreateAmcoCollectionChargeEmail
|
|
10
|
+
* @event k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionChargeEmail
|
|
11
|
+
*
|
|
12
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
13
|
+
*/
|
|
14
|
+
import { OdinRecordCreateDto, OdinRecordCreatedEvent } from '@d19n/odin-types/dist/core';
|
|
15
|
+
/**
|
|
16
|
+
* RabbitMQ message payload for CreateAmcoCollectionChargeEmail created events
|
|
17
|
+
*
|
|
18
|
+
* @event k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionChargeEmail
|
|
19
|
+
*/
|
|
20
|
+
export interface CreateAmcoCollectionChargeEmailMessage extends OdinRecordCreatedEvent<CreateAmcoCollectionChargeEmailDto, CreateAmcoCollectionChargeEmailProperties> {
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Properties for CreateAmcoCollectionChargeEmail action
|
|
24
|
+
*
|
|
25
|
+
* @property Required fields: 0
|
|
26
|
+
* @property Optional fields: 10
|
|
27
|
+
*/
|
|
28
|
+
export interface CreateAmcoCollectionChargeEmailProperties {
|
|
29
|
+
/**
|
|
30
|
+
* Date
|
|
31
|
+
*
|
|
32
|
+
* Date field for Email records. Used by Communications team.
|
|
33
|
+
* @type {DATE_TIME}
|
|
34
|
+
*/
|
|
35
|
+
Date?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
* EmailingService
|
|
38
|
+
*
|
|
39
|
+
* The provider we use to send email (eg. Sendgrid)
|
|
40
|
+
* @type {ENUM}
|
|
41
|
+
*/
|
|
42
|
+
EmailingService?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
* ContactId
|
|
45
|
+
*
|
|
46
|
+
* The related Contact to send the email
|
|
47
|
+
* @type {LOOKUP}
|
|
48
|
+
*/
|
|
49
|
+
ContactId?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
* TemplateLabel
|
|
52
|
+
*
|
|
53
|
+
* The template label from email templates engine
|
|
54
|
+
* @type {TEXT}
|
|
55
|
+
*/
|
|
56
|
+
TemplateLabel?: string | null;
|
|
57
|
+
/**
|
|
58
|
+
* MessageId
|
|
59
|
+
*
|
|
60
|
+
* SMTP Message Id (Communications - Email)
|
|
61
|
+
* @type {TEXT}
|
|
62
|
+
*/
|
|
63
|
+
MessageId?: string | null;
|
|
64
|
+
/**
|
|
65
|
+
* EmailSenderId
|
|
66
|
+
*
|
|
67
|
+
* The Email Sender related entity
|
|
68
|
+
* @type {LOOKUP}
|
|
69
|
+
*/
|
|
70
|
+
EmailSenderId?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
* DynamicData
|
|
73
|
+
*
|
|
74
|
+
* Data will pass to emailing service (variables)
|
|
75
|
+
* @type {JSON}
|
|
76
|
+
*/
|
|
77
|
+
DynamicData?: string | null;
|
|
78
|
+
/**
|
|
79
|
+
* Title
|
|
80
|
+
*
|
|
81
|
+
* Used for title
|
|
82
|
+
* @type {TEXT}
|
|
83
|
+
*/
|
|
84
|
+
Title?: string | null;
|
|
85
|
+
/**
|
|
86
|
+
* Subject
|
|
87
|
+
*
|
|
88
|
+
* Data field for Email records. Used by Communications team.
|
|
89
|
+
* @type {TEXT}
|
|
90
|
+
*/
|
|
91
|
+
Subject?: string | null;
|
|
92
|
+
/**
|
|
93
|
+
* To
|
|
94
|
+
*
|
|
95
|
+
* Data field for Email records. Used by Communications team.
|
|
96
|
+
* @type {TEXT}
|
|
97
|
+
*/
|
|
98
|
+
To?: string | null;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* CreateAmcoCollectionChargeEmail
|
|
102
|
+
*
|
|
103
|
+
* 3PL-C7. Notifies the customer that unreturned equipment is being charged for, when the COLLECTION_AMCO work order reaches Non Returned. Carries the per-item non-return charge.
|
|
104
|
+
*
|
|
105
|
+
* @actionType CREATE - Creates a new Email record
|
|
106
|
+
* @module NotificationModule
|
|
107
|
+
* @entity Email
|
|
108
|
+
* @entityType TRANSACTIONAL (TRANSACTIONAL)
|
|
109
|
+
* @event k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionChargeEmail
|
|
110
|
+
* @permission schema.action.createamcocollectionchargeemail.trigger
|
|
111
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
112
|
+
*/
|
|
113
|
+
export declare class CreateAmcoCollectionChargeEmailDto extends OdinRecordCreateDto<CreateAmcoCollectionChargeEmailProperties> {
|
|
114
|
+
/** Used by SDK generators to identify action type */
|
|
115
|
+
static readonly ACTION_TYPE = "CREATE";
|
|
116
|
+
static readonly ACTION_KEY = "CreateAmcoCollectionChargeEmail";
|
|
117
|
+
static readonly MODULE_NAME = "NotificationModule";
|
|
118
|
+
static readonly ENTITIES: string[];
|
|
119
|
+
static readonly ENTITY_TYPE = "TRANSACTIONAL";
|
|
120
|
+
static readonly EVENT_NAME = "k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionChargeEmail";
|
|
121
|
+
static readonly PERMISSION = "schema.action.createamcocollectionchargeemail.trigger";
|
|
122
|
+
/** Step metadata - entity this action targets */
|
|
123
|
+
static readonly STEP_ENTITY = "NotificationModule:Email";
|
|
124
|
+
static readonly STEP_SCHEMA_ID = "cb37958c-d72f-44aa-975a-a8fae42b1b72";
|
|
125
|
+
static readonly STEP_SCHEMA_ACTION_ID = "b54efe0a-536e-49e8-8c16-d2aa5fbb9c5b";
|
|
126
|
+
static readonly STEP_SCHEMA_TYPE_ID = "14042940-a388-44c7-87fe-3a4105d92e94";
|
|
127
|
+
static readonly STEP_TYPE = "TRANSACTIONAL";
|
|
128
|
+
static readonly AUTO_LINK_PARENT = true;
|
|
129
|
+
readonly actionName: string;
|
|
130
|
+
readonly schemaActionId: string;
|
|
131
|
+
readonly entity: string;
|
|
132
|
+
constructor(properties: CreateAmcoCollectionChargeEmailProperties, options?: {
|
|
133
|
+
journeyId?: string;
|
|
134
|
+
});
|
|
135
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* CreateAmcoCollectionChargeEmail Action DTO
|
|
4
|
+
*
|
|
5
|
+
* 3PL-C7. Notifies the customer that unreturned equipment is being charged for, when the COLLECTION_AMCO work order reaches Non Returned. Carries the per-item non-return charge.
|
|
6
|
+
*
|
|
7
|
+
* @module NotificationModule
|
|
8
|
+
* @entity Email
|
|
9
|
+
* @entityType TRANSACTIONAL
|
|
10
|
+
* @actionKey CreateAmcoCollectionChargeEmail
|
|
11
|
+
* @event k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionChargeEmail
|
|
12
|
+
*
|
|
13
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateAmcoCollectionChargeEmailDto = void 0;
|
|
17
|
+
const core_1 = require("@d19n/odin-types/dist/core");
|
|
18
|
+
/**
|
|
19
|
+
* CreateAmcoCollectionChargeEmail
|
|
20
|
+
*
|
|
21
|
+
* 3PL-C7. Notifies the customer that unreturned equipment is being charged for, when the COLLECTION_AMCO work order reaches Non Returned. Carries the per-item non-return charge.
|
|
22
|
+
*
|
|
23
|
+
* @actionType CREATE - Creates a new Email record
|
|
24
|
+
* @module NotificationModule
|
|
25
|
+
* @entity Email
|
|
26
|
+
* @entityType TRANSACTIONAL (TRANSACTIONAL)
|
|
27
|
+
* @event k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionChargeEmail
|
|
28
|
+
* @permission schema.action.createamcocollectionchargeemail.trigger
|
|
29
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
30
|
+
*/
|
|
31
|
+
class CreateAmcoCollectionChargeEmailDto extends core_1.OdinRecordCreateDto {
|
|
32
|
+
constructor(properties, options) {
|
|
33
|
+
super({
|
|
34
|
+
entity: 'NotificationModule:Email',
|
|
35
|
+
type: 'TRANSACTIONAL',
|
|
36
|
+
properties,
|
|
37
|
+
journeyId: options === null || options === void 0 ? void 0 : options.journeyId,
|
|
38
|
+
});
|
|
39
|
+
this.actionName = 'CreateAmcoCollectionChargeEmail';
|
|
40
|
+
this.schemaActionId = 'b54efe0a-536e-49e8-8c16-d2aa5fbb9c5b';
|
|
41
|
+
this.entity = 'NotificationModule:Email';
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.CreateAmcoCollectionChargeEmailDto = CreateAmcoCollectionChargeEmailDto;
|
|
45
|
+
/** Used by SDK generators to identify action type */
|
|
46
|
+
CreateAmcoCollectionChargeEmailDto.ACTION_TYPE = 'CREATE';
|
|
47
|
+
CreateAmcoCollectionChargeEmailDto.ACTION_KEY = 'CreateAmcoCollectionChargeEmail';
|
|
48
|
+
CreateAmcoCollectionChargeEmailDto.MODULE_NAME = 'NotificationModule';
|
|
49
|
+
CreateAmcoCollectionChargeEmailDto.ENTITIES = ['Email'];
|
|
50
|
+
CreateAmcoCollectionChargeEmailDto.ENTITY_TYPE = 'TRANSACTIONAL';
|
|
51
|
+
CreateAmcoCollectionChargeEmailDto.EVENT_NAME = 'k1.t-hEOJjsDb.NotificationModule.Email.Create.CreateAmcoCollectionChargeEmail';
|
|
52
|
+
CreateAmcoCollectionChargeEmailDto.PERMISSION = 'schema.action.createamcocollectionchargeemail.trigger';
|
|
53
|
+
/** Step metadata - entity this action targets */
|
|
54
|
+
CreateAmcoCollectionChargeEmailDto.STEP_ENTITY = 'NotificationModule:Email';
|
|
55
|
+
CreateAmcoCollectionChargeEmailDto.STEP_SCHEMA_ID = 'cb37958c-d72f-44aa-975a-a8fae42b1b72';
|
|
56
|
+
CreateAmcoCollectionChargeEmailDto.STEP_SCHEMA_ACTION_ID = 'b54efe0a-536e-49e8-8c16-d2aa5fbb9c5b';
|
|
57
|
+
CreateAmcoCollectionChargeEmailDto.STEP_SCHEMA_TYPE_ID = '14042940-a388-44c7-87fe-3a4105d92e94';
|
|
58
|
+
CreateAmcoCollectionChargeEmailDto.STEP_TYPE = 'TRANSACTIONAL';
|
|
59
|
+
CreateAmcoCollectionChargeEmailDto.AUTO_LINK_PARENT = true;
|