@d19n/youfibre-odin-sdk 1.0.338 → 1.0.340
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 +6 -2
- package/dist/actions-v2/CaseDefaultStageSolvedDto.d.ts +26 -2
- package/dist/actions-v2/CreateCaseDto.d.ts +20 -3
- package/dist/actions-v2/CreateCaseFromCasesDto.d.ts +26 -9
- package/dist/actions-v2/CreateCaseFromContactDto.d.ts +20 -3
- package/dist/actions-v2/CreateEmailSenderDto.d.ts +8 -1
- package/dist/actions-v2/ExceptionInputDto.d.ts +26 -2
- package/dist/actions-v2/StageChangeTestEntityForVisualBuilderDto.d.ts +244 -0
- package/dist/actions-v2/StageChangeTestEntityForVisualBuilderDto.js +122 -0
- package/dist/actions-v2/UpdatePgPaymentMethodDto.d.ts +1 -1
- package/dist/actions-v2/UpdatePgPaymentMethodMessageDto.d.ts +1 -1
- package/dist/actions-v2/UpdatePgResponseMessageDto.d.ts +78 -0
- package/dist/actions-v2/UpdatePgResponseMessageDto.js +61 -0
- package/dist/actions-v2/UpdatePgTransactionChargeDto.d.ts +1 -1
- package/dist/actions-v2/UpdatePgTransactionMessageDto.d.ts +1 -1
- package/dist/actions-v2/UpdateTestEntityForVisualBuilderDto.d.ts +114 -0
- package/dist/actions-v2/UpdateTestEntityForVisualBuilderDto.js +61 -0
- package/dist/api-sdk-v2/TestEntityForVisualBuilderApi.d.ts +2 -0
- package/dist/api-sdk-v2/TestEntityForVisualBuilderApi.js +6 -0
- package/dist/api-sdk-v2/YfStockAuditApi.d.ts +2 -0
- package/dist/api-sdk-v2/YfStockAuditApi.js +6 -0
- package/dist/db-sdk-v2/TestEntityForVisualBuilderDb.d.ts +2 -0
- package/dist/db-sdk-v2/TestEntityForVisualBuilderDb.js +6 -0
- package/dist/db-sdk-v2/YfStockAuditDb.d.ts +2 -0
- package/dist/db-sdk-v2/YfStockAuditDb.js +6 -0
- package/dist/entities-v2/Case.d.ts +12 -0
- package/dist/entities-v2/Case.js +2 -0
- package/dist/entities-v2/Config.d.ts +8 -8
- package/dist/entities-v2/Config.js +4 -4
- package/dist/entities-v2/Email.d.ts +18 -18
- package/dist/entities-v2/Email.js +2 -2
- package/dist/entities-v2/EmailSender.d.ts +8 -1
- package/dist/entities-v2/EmailSender.js +2 -0
- package/dist/entities-v2/Order.d.ts +510 -510
- package/dist/entities-v2/Order.js +232 -232
- package/dist/entities-v2/PgDirectDebitFile.d.ts +18 -1
- package/dist/entities-v2/PgDirectDebitFile.js +2 -0
- package/dist/entities-v2/PgPaymentMethod.d.ts +1 -1
- package/dist/entities-v2/PgTransaction.d.ts +18 -18
- package/dist/entities-v2/PgTransaction.js +2 -2
- package/dist/entities-v2/TestEntityForVisualBuilder.d.ts +95 -0
- package/dist/entities-v2/TestEntityForVisualBuilder.js +99 -1
- package/dist/entities-v2/YfStockAudit.d.ts +3 -0
- package/dist/records-v2/AccountCreditRecord.d.ts +2 -0
- package/dist/records-v2/AccountCreditRecord.js +2 -0
- package/dist/records-v2/AccountRecord.d.ts +2 -0
- package/dist/records-v2/AccountRecord.js +2 -0
- package/dist/records-v2/ActivityLogRecord.d.ts +2 -0
- package/dist/records-v2/ActivityLogRecord.js +2 -0
- package/dist/records-v2/ActivityRecord.d.ts +2 -0
- package/dist/records-v2/ActivityRecord.js +2 -0
- package/dist/records-v2/AddressRecord.d.ts +2 -0
- package/dist/records-v2/AddressRecord.js +2 -0
- package/dist/records-v2/AffiliateCodeRecord.d.ts +2 -0
- package/dist/records-v2/AffiliateCodeRecord.js +2 -0
- package/dist/records-v2/AppointmentRecord.d.ts +2 -0
- package/dist/records-v2/AppointmentRecord.js +2 -0
- package/dist/records-v2/BillingAdjustmentRecord.d.ts +2 -0
- package/dist/records-v2/BillingAdjustmentRecord.js +2 -0
- package/dist/records-v2/BillingRequestRecord.d.ts +2 -0
- package/dist/records-v2/BillingRequestRecord.js +2 -0
- package/dist/records-v2/BlockageA55Record.d.ts +2 -0
- package/dist/records-v2/BlockageA55Record.js +2 -0
- package/dist/records-v2/CallEventRecord.d.ts +2 -0
- package/dist/records-v2/CallEventRecord.js +2 -0
- package/dist/records-v2/CallLegRecord.d.ts +2 -0
- package/dist/records-v2/CallLegRecord.js +2 -0
- package/dist/records-v2/CallRecord.d.ts +2 -0
- package/dist/records-v2/CallRecord.js +2 -0
- package/dist/records-v2/CallTransferRecord.d.ts +2 -0
- package/dist/records-v2/CallTransferRecord.js +2 -0
- package/dist/records-v2/CampaignRecord.d.ts +2 -0
- package/dist/records-v2/CampaignRecord.js +2 -0
- package/dist/records-v2/CaseRecord.d.ts +2 -93
- package/dist/records-v2/CaseRecord.js +3 -158
- package/dist/records-v2/ChangeReasonRecord.d.ts +2 -0
- package/dist/records-v2/ChangeReasonRecord.js +2 -0
- package/dist/records-v2/ChurnRequestRecord.d.ts +2 -0
- package/dist/records-v2/ChurnRequestRecord.js +2 -0
- package/dist/records-v2/ConfigRecord.d.ts +2 -0
- package/dist/records-v2/ConfigRecord.js +2 -0
- package/dist/records-v2/ContactRecord.d.ts +2 -0
- package/dist/records-v2/ContactRecord.js +2 -0
- package/dist/records-v2/ContractBuyOutRecord.d.ts +2 -0
- package/dist/records-v2/ContractBuyOutRecord.js +2 -0
- package/dist/records-v2/ConversationFeedbackRecord.d.ts +2 -0
- package/dist/records-v2/ConversationFeedbackRecord.js +2 -0
- package/dist/records-v2/ConversationRecord.d.ts +2 -0
- package/dist/records-v2/ConversationRecord.js +2 -0
- package/dist/records-v2/CreditNoteRecord.d.ts +2 -0
- package/dist/records-v2/CreditNoteRecord.js +2 -0
- package/dist/records-v2/CrmDatasetRecord.d.ts +2 -0
- package/dist/records-v2/CrmDatasetRecord.js +2 -0
- package/dist/records-v2/CustomerDeviceAtaRecord.d.ts +2 -0
- package/dist/records-v2/CustomerDeviceAtaRecord.js +2 -0
- package/dist/records-v2/CustomerDeviceOntRecord.d.ts +2 -0
- package/dist/records-v2/CustomerDeviceOntRecord.js +2 -0
- package/dist/records-v2/CustomerDeviceRouterRecord.d.ts +2 -0
- package/dist/records-v2/CustomerDeviceRouterRecord.js +2 -0
- package/dist/records-v2/CustomerPhonePortingRecord.d.ts +2 -0
- package/dist/records-v2/CustomerPhonePortingRecord.js +2 -0
- package/dist/records-v2/DiscountRecord.d.ts +2 -0
- package/dist/records-v2/DiscountRecord.js +2 -0
- package/dist/records-v2/EmailRecord.d.ts +2 -0
- package/dist/records-v2/EmailRecord.js +2 -0
- package/dist/records-v2/EmailSenderRecord.d.ts +2 -0
- package/dist/records-v2/EmailSenderRecord.js +2 -0
- package/dist/records-v2/EmailTemplateRecord.d.ts +2 -0
- package/dist/records-v2/EmailTemplateRecord.js +2 -0
- package/dist/records-v2/FieldServiceDispatchedProductRecord.d.ts +2 -0
- package/dist/records-v2/FieldServiceDispatchedProductRecord.js +2 -0
- package/dist/records-v2/FieldServiceProductRecord.d.ts +2 -0
- package/dist/records-v2/FieldServiceProductRecord.js +2 -0
- package/dist/records-v2/FileRecord.d.ts +2 -0
- package/dist/records-v2/FileRecord.js +2 -0
- package/dist/records-v2/ImpersonationTrackerRecord.d.ts +2 -0
- package/dist/records-v2/ImpersonationTrackerRecord.js +2 -0
- package/dist/records-v2/InternalInstallAuditRecord.d.ts +2 -0
- package/dist/records-v2/InternalInstallAuditRecord.js +2 -0
- package/dist/records-v2/InvoiceItemRecord.d.ts +2 -0
- package/dist/records-v2/InvoiceItemRecord.js +2 -0
- package/dist/records-v2/InvoiceRecord.d.ts +2 -0
- package/dist/records-v2/InvoiceRecord.js +2 -0
- package/dist/records-v2/KnowledgeArticleRecord.d.ts +2 -0
- package/dist/records-v2/KnowledgeArticleRecord.js +2 -0
- package/dist/records-v2/LeadRecord.d.ts +2 -0
- package/dist/records-v2/LeadRecord.js +2 -0
- package/dist/records-v2/MessageRecord.d.ts +2 -0
- package/dist/records-v2/MessageRecord.js +2 -0
- package/dist/records-v2/NetworkDeviceRecord.d.ts +2 -0
- package/dist/records-v2/NetworkDeviceRecord.js +2 -0
- package/dist/records-v2/NoteRecord.d.ts +2 -0
- package/dist/records-v2/NoteRecord.js +2 -0
- package/dist/records-v2/OfferRecord.d.ts +2 -0
- package/dist/records-v2/OfferRecord.js +2 -0
- package/dist/records-v2/OhAuditOfInstallationRecord.d.ts +2 -0
- package/dist/records-v2/OhAuditOfInstallationRecord.js +2 -0
- package/dist/records-v2/OhExternalAuditRecord.d.ts +2 -0
- package/dist/records-v2/OhExternalAuditRecord.js +2 -0
- package/dist/records-v2/OhInProgressAuditRecord.d.ts +2 -0
- package/dist/records-v2/OhInProgressAuditRecord.js +2 -0
- package/dist/records-v2/OhInstallationAuditRecord.d.ts +2 -0
- package/dist/records-v2/OhInstallationAuditRecord.js +2 -0
- package/dist/records-v2/OhRetroAuditRecord.d.ts +2 -0
- package/dist/records-v2/OhRetroAuditRecord.js +2 -0
- package/dist/records-v2/OneTouchSwitchRecord.d.ts +2 -0
- package/dist/records-v2/OneTouchSwitchRecord.js +2 -0
- package/dist/records-v2/OntReplacementApprovalRecord.d.ts +2 -0
- package/dist/records-v2/OntReplacementApprovalRecord.js +2 -0
- package/dist/records-v2/OrderCheckRecord.d.ts +2 -0
- package/dist/records-v2/OrderCheckRecord.js +2 -0
- package/dist/records-v2/OrderItemRecord.d.ts +2 -0
- package/dist/records-v2/OrderItemRecord.js +2 -0
- package/dist/records-v2/OrderRecord.d.ts +2 -0
- package/dist/records-v2/OrderRecord.js +2 -0
- package/dist/records-v2/OutageRecord.d.ts +2 -0
- package/dist/records-v2/OutageRecord.js +2 -0
- package/dist/records-v2/OverlayRealA55Record.d.ts +2 -0
- package/dist/records-v2/OverlayRealA55Record.js +2 -0
- package/dist/records-v2/PICRequestRecord.d.ts +2 -0
- package/dist/records-v2/PICRequestRecord.js +2 -0
- package/dist/records-v2/PaymentMethodRecord.d.ts +2 -0
- package/dist/records-v2/PaymentMethodRecord.js +2 -0
- package/dist/records-v2/PaymentMethodRefundRecord.d.ts +2 -0
- package/dist/records-v2/PaymentMethodRefundRecord.js +2 -0
- package/dist/records-v2/PaymentRecord.d.ts +2 -0
- package/dist/records-v2/PaymentRecord.js +2 -0
- package/dist/records-v2/PermissionToFailRecord.d.ts +2 -0
- package/dist/records-v2/PermissionToFailRecord.js +2 -0
- package/dist/records-v2/PgAccountValidationRecord.d.ts +2 -0
- package/dist/records-v2/PgAccountValidationRecord.js +2 -0
- package/dist/records-v2/PgContactRecord.d.ts +2 -0
- package/dist/records-v2/PgContactRecord.js +2 -0
- package/dist/records-v2/PgDirectDebitFileRecord.d.ts +29 -0
- package/dist/records-v2/PgDirectDebitFileRecord.js +31 -0
- package/dist/records-v2/PgDisputeRecord.d.ts +2 -0
- package/dist/records-v2/PgDisputeRecord.js +2 -0
- package/dist/records-v2/PgFileAllocationRecord.d.ts +2 -0
- package/dist/records-v2/PgFileAllocationRecord.js +2 -0
- package/dist/records-v2/PgLogRecord.d.ts +2 -0
- package/dist/records-v2/PgLogRecord.js +2 -0
- package/dist/records-v2/PgPaymentMethodRecord.d.ts +2 -0
- package/dist/records-v2/PgPaymentMethodRecord.js +2 -0
- package/dist/records-v2/PgSortCodeSubstitutionRecord.d.ts +2 -0
- package/dist/records-v2/PgSortCodeSubstitutionRecord.js +2 -0
- package/dist/records-v2/PgTransactionRecord.d.ts +2 -0
- package/dist/records-v2/PgTransactionRecord.js +2 -0
- package/dist/records-v2/PgVocalinkRecord.d.ts +2 -0
- package/dist/records-v2/PgVocalinkRecord.js +2 -0
- package/dist/records-v2/PgWebhookAttemptRecord.d.ts +2 -0
- package/dist/records-v2/PgWebhookAttemptRecord.js +2 -0
- package/dist/records-v2/PgWebhookRecord.d.ts +2 -0
- package/dist/records-v2/PgWebhookRecord.js +2 -0
- package/dist/records-v2/PriceBookRecord.d.ts +2 -0
- package/dist/records-v2/PriceBookRecord.js +2 -0
- package/dist/records-v2/ProductRecord.d.ts +2 -0
- package/dist/records-v2/ProductRecord.js +2 -0
- package/dist/records-v2/PushNotificationRecord.d.ts +2 -0
- package/dist/records-v2/PushNotificationRecord.js +2 -0
- package/dist/records-v2/ReferralRecord.d.ts +2 -0
- package/dist/records-v2/ReferralRecord.js +2 -0
- package/dist/records-v2/RemediationOutcomeFormRecord.d.ts +2 -0
- package/dist/records-v2/RemediationOutcomeFormRecord.js +2 -0
- package/dist/records-v2/RemediationRequiredReasonRecord.d.ts +2 -0
- package/dist/records-v2/RemediationRequiredReasonRecord.js +2 -0
- package/dist/records-v2/ReturnsRecord.d.ts +2 -0
- package/dist/records-v2/ReturnsRecord.js +2 -0
- package/dist/records-v2/RewardRecord.d.ts +2 -0
- package/dist/records-v2/RewardRecord.js +2 -0
- package/dist/records-v2/SalesTerritoryRecord.d.ts +2 -0
- package/dist/records-v2/SalesTerritoryRecord.js +2 -0
- package/dist/records-v2/ScheduleSlotRecord.d.ts +2 -0
- package/dist/records-v2/ScheduleSlotRecord.js +2 -0
- package/dist/records-v2/ServiceAppointmentConfigRecord.d.ts +2 -0
- package/dist/records-v2/ServiceAppointmentConfigRecord.js +2 -0
- package/dist/records-v2/ServiceAppointmentRecord.d.ts +2 -0
- package/dist/records-v2/ServiceAppointmentRecord.js +2 -0
- package/dist/records-v2/ServiceRecord.d.ts +2 -0
- package/dist/records-v2/ServiceRecord.js +2 -0
- package/dist/records-v2/ServiceVisitAuditRecord.d.ts +2 -0
- package/dist/records-v2/ServiceVisitAuditRecord.js +2 -0
- package/dist/records-v2/SiteSpecificRiskAssessmentOutcomeFormRecord.d.ts +2 -0
- package/dist/records-v2/SiteSpecificRiskAssessmentOutcomeFormRecord.js +2 -0
- package/dist/records-v2/SmsMessageRecord.d.ts +2 -0
- package/dist/records-v2/SmsMessageRecord.js +2 -0
- package/dist/records-v2/SweeperMaintenanceAuditRecord.d.ts +2 -0
- package/dist/records-v2/SweeperMaintenanceAuditRecord.js +2 -0
- package/dist/records-v2/TeamRecord.d.ts +2 -0
- package/dist/records-v2/TeamRecord.js +2 -0
- package/dist/records-v2/TestEntityForVisualBuilderRecord.d.ts +137 -0
- package/dist/records-v2/TestEntityForVisualBuilderRecord.js +215 -1
- package/dist/records-v2/TimeSlotRecord.d.ts +2 -0
- package/dist/records-v2/TimeSlotRecord.js +2 -0
- package/dist/records-v2/TransactionRecord.d.ts +2 -0
- package/dist/records-v2/TransactionRecord.js +2 -0
- package/dist/records-v2/TwilioUserUpdateRecord.d.ts +2 -0
- package/dist/records-v2/TwilioUserUpdateRecord.js +2 -0
- package/dist/records-v2/UgAuditOfInstallationRecord.d.ts +2 -0
- package/dist/records-v2/UgAuditOfInstallationRecord.js +2 -0
- package/dist/records-v2/UgExternalAuditRecord.d.ts +2 -0
- package/dist/records-v2/UgExternalAuditRecord.js +2 -0
- package/dist/records-v2/UgInProgressAuditRecord.d.ts +2 -0
- package/dist/records-v2/UgInProgressAuditRecord.js +2 -0
- package/dist/records-v2/UgInstallationAuditRecord.d.ts +2 -0
- package/dist/records-v2/UgInstallationAuditRecord.js +2 -0
- package/dist/records-v2/UgRetroAuditRecord.d.ts +2 -0
- package/dist/records-v2/UgRetroAuditRecord.js +2 -0
- package/dist/records-v2/UserRecord.d.ts +2 -0
- package/dist/records-v2/UserRecord.js +2 -0
- package/dist/records-v2/VisitRecord.d.ts +2 -0
- package/dist/records-v2/VisitRecord.js +2 -0
- package/dist/records-v2/VoiceConfigurationRecord.d.ts +2 -0
- package/dist/records-v2/VoiceConfigurationRecord.js +2 -0
- package/dist/records-v2/WayleaveAuditRecord.d.ts +2 -0
- package/dist/records-v2/WayleaveAuditRecord.js +2 -0
- package/dist/records-v2/WorkOrderRecord.d.ts +2 -0
- package/dist/records-v2/WorkOrderRecord.js +2 -0
- package/dist/records-v2/WorkOrderStatusUpdateRecord.d.ts +2 -0
- package/dist/records-v2/WorkOrderStatusUpdateRecord.js +2 -0
- package/dist/records-v2/YfFieldServiceVisitRecord.d.ts +2 -0
- package/dist/records-v2/YfFieldServiceVisitRecord.js +2 -0
- package/dist/records-v2/YfStockAuditRecord.d.ts +23 -1
- package/dist/records-v2/YfStockAuditRecord.js +35 -0
- package/package.json +3 -3
- package/dist/actions-v2/CreateCaseFromCasesFlowsDto.d.ts +0 -240
- package/dist/actions-v2/CreateCaseFromCasesFlowsDto.js +0 -163
package/README.md
CHANGED
|
@@ -351,7 +351,7 @@ This SDK includes **163** entities across **12** modules.
|
|
|
351
351
|
|
|
352
352
|
## Actions
|
|
353
353
|
|
|
354
|
-
This SDK includes **
|
|
354
|
+
This SDK includes **538** actions.
|
|
355
355
|
|
|
356
356
|
### Action Types
|
|
357
357
|
|
|
@@ -730,7 +730,6 @@ This SDK includes **536** actions.
|
|
|
730
730
|
| `CreateCase` | CREATE | k1.t-hEOJjsDb.SupportModule.Case.Create.CreateCase |
|
|
731
731
|
| `CreateCaseForChat` | CREATE | k1.t-hEOJjsDb.SupportModule.Case.Create.CreateSocialMediaCase |
|
|
732
732
|
| `CreateCaseFromCases` | CREATE | k1.t-hEOJjsDb.SupportModule.Case.Create.CreateCaseFromCases |
|
|
733
|
-
| `CreateCaseFromCasesFlows` | CREATE | k1.t-hEOJjsDb.SupportModule.Case.Create.CreateCaseFromCases |
|
|
734
733
|
| `CreateCaseFromContact` | CREATE | k1.t-hEOJjsDb.SupportModule.Case.Create.CreateCase |
|
|
735
734
|
| `CreateCaseWithDpa` | CREATE | k1.t-hEOJjsDb.SupportModule.Case.Create.CreateCaseWithDpa |
|
|
736
735
|
| `CreateSocialMediaCase` | CREATE | k1.t-hEOJjsDb.SupportModule.Case.Create.CreateSocialMediaCase |
|
|
@@ -1400,6 +1399,7 @@ This SDK includes **536** actions.
|
|
|
1400
1399
|
| `MovePgSubmissionToSubmissionFailed` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgDirectDebitFile.Transition.MovePgSubmissionToSubmissionFailed |
|
|
1401
1400
|
| `MovePgSubmissionToSubmitted` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgDirectDebitFile.Transition.MovePgSubmissionToSubmitted |
|
|
1402
1401
|
| `UpdatePgResponse` | UPDATE | k1.t-hEOJjsDb.BillingModule.PgDirectDebitFile.Update.UpdatePgResponse |
|
|
1402
|
+
| `UpdatePgResponseMessage` | UPDATE | k1.t-hEOJjsDb.BillingModule.PgDirectDebitFile.Update.UpdatePgResponseMessage |
|
|
1403
1403
|
| `UpdatePgSubmission` | UPDATE | k1.t-hEOJjsDb.BillingModule.PgDirectDebitFile.Update.UpdatePgSubmission |
|
|
1404
1404
|
|
|
1405
1405
|
**MovePgResponseToFailed Target Stages:** `ResponseStatusStageFailed`
|
|
@@ -1551,6 +1551,7 @@ This SDK includes **536** actions.
|
|
|
1551
1551
|
| Action | Type | Event |
|
|
1552
1552
|
|--------|------|-------|
|
|
1553
1553
|
| `CreateTestEntityForVisualBuilder` | CREATE | k1.t-hEOJjsDb.FieldServiceModule.TestEntityForVisualBuilder.Create.CreateTestEntityForVisualBuilder |
|
|
1554
|
+
| `UpdateTestEntityForVisualBuilder` | UPDATE | k1.t-hEOJjsDb.FieldServiceModule.TestEntityForVisualBuilder.Update.UpdateTestEntityForVisualBuilder |
|
|
1554
1555
|
|
|
1555
1556
|
#### TimeSlot
|
|
1556
1557
|
|
|
@@ -1585,8 +1586,11 @@ This SDK includes **536** actions.
|
|
|
1585
1586
|
| Action | Type | Event |
|
|
1586
1587
|
|--------|------|-------|
|
|
1587
1588
|
| `CreateYfStockAudit` | CREATE | k1.t-hEOJjsDb.FieldServiceModule.YfStockAudit.Create.CreateYfStockAudit |
|
|
1589
|
+
| `StageChangeTestEntityForVisualBuilder` | STAGE_TRANSITION | k1.t-hEOJjsDb.FieldServiceModule.YfStockAudit.Update.UpdateYfStockAudit |
|
|
1588
1590
|
| `UpdateYfStockAudit` | UPDATE | k1.t-hEOJjsDb.FieldServiceModule.YfStockAudit.Update.UpdateYfStockAudit |
|
|
1589
1591
|
|
|
1592
|
+
**StageChangeTestEntityForVisualBuilder Target Stages:** `DefaultStageInProgress`
|
|
1593
|
+
|
|
1590
1594
|
#### TwilioUserUpdate
|
|
1591
1595
|
|
|
1592
1596
|
| Action | Type | Event |
|
|
@@ -16,7 +16,7 @@ import { OdinRecord, OdinRecordUpdateDto, OdinRecordUpdatedEvent } from '@d19n/o
|
|
|
16
16
|
* Properties for ExceptionInput action
|
|
17
17
|
*
|
|
18
18
|
* @property Required fields: 0
|
|
19
|
-
* @property Optional fields:
|
|
19
|
+
* @property Optional fields: 6
|
|
20
20
|
*/
|
|
21
21
|
export interface ExceptionInputProperties {
|
|
22
22
|
/**
|
|
@@ -24,6 +24,7 @@ export interface ExceptionInputProperties {
|
|
|
24
24
|
*
|
|
25
25
|
* Root cause of installation complaints
|
|
26
26
|
* @type {ENUM_MULTI_SELECT}
|
|
27
|
+
* @visibleWhen FormalComplaint = ["YES"] AND Complaint = ["YES"]
|
|
27
28
|
*/
|
|
28
29
|
InstallationException?: string | null;
|
|
29
30
|
/**
|
|
@@ -31,15 +32,38 @@ export interface ExceptionInputProperties {
|
|
|
31
32
|
*
|
|
32
33
|
* Root cause for sales complaints
|
|
33
34
|
* @type {ENUM_MULTI_SELECT}
|
|
35
|
+
* @visibleWhen = []
|
|
34
36
|
*/
|
|
35
37
|
SalesException?: string | null;
|
|
36
38
|
/**
|
|
37
|
-
*
|
|
39
|
+
* Service Exception
|
|
38
40
|
*
|
|
39
41
|
* Root cause of customer escalations
|
|
40
42
|
* @type {ENUM_MULTI_SELECT}
|
|
41
43
|
*/
|
|
42
44
|
ServiceException?: string | null;
|
|
45
|
+
/**
|
|
46
|
+
* Formal Complaint
|
|
47
|
+
*
|
|
48
|
+
* Formal Complaint - Boolean
|
|
49
|
+
* @type {ENUM}
|
|
50
|
+
*/
|
|
51
|
+
FormalComplaint?: string | null;
|
|
52
|
+
/**
|
|
53
|
+
* Complaint
|
|
54
|
+
*
|
|
55
|
+
* Complaint
|
|
56
|
+
* @type {ENUM}
|
|
57
|
+
*/
|
|
58
|
+
Complaint?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
* Timestamp
|
|
61
|
+
*
|
|
62
|
+
* Timestamp
|
|
63
|
+
* @type {DATE_TIME}
|
|
64
|
+
* @default Dynamic: {datetime_now}
|
|
65
|
+
*/
|
|
66
|
+
Timestamp?: string | null;
|
|
43
67
|
}
|
|
44
68
|
/**
|
|
45
69
|
* ExceptionInput
|
|
@@ -21,8 +21,8 @@ export interface CreateCaseMessage extends OdinRecordCreatedEvent<CreateCaseDto,
|
|
|
21
21
|
/**
|
|
22
22
|
* Properties for CreateCase action
|
|
23
23
|
*
|
|
24
|
-
* @property Required fields:
|
|
25
|
-
* @property Optional fields:
|
|
24
|
+
* @property Required fields: 4
|
|
25
|
+
* @property Optional fields: 0
|
|
26
26
|
*/
|
|
27
27
|
export interface CreateCaseProperties {
|
|
28
28
|
/**
|
|
@@ -38,9 +38,26 @@ export interface CreateCaseProperties {
|
|
|
38
38
|
*
|
|
39
39
|
* the channel from the source (Customer Service - Case)
|
|
40
40
|
* @type {ENUM}
|
|
41
|
+
* @required
|
|
41
42
|
* @default EMAIL
|
|
42
43
|
*/
|
|
43
|
-
Channel
|
|
44
|
+
Channel: string;
|
|
45
|
+
/**
|
|
46
|
+
* Owner
|
|
47
|
+
*
|
|
48
|
+
* Reference identifier for Case relationships. Used for data integrity.
|
|
49
|
+
* @type {LOOKUP}
|
|
50
|
+
* @required
|
|
51
|
+
*/
|
|
52
|
+
OwnerId: string;
|
|
53
|
+
/**
|
|
54
|
+
* Team
|
|
55
|
+
*
|
|
56
|
+
* Reference identifier for Case relationships. Used for data integrity.
|
|
57
|
+
* @type {LOOKUP}
|
|
58
|
+
* @required
|
|
59
|
+
*/
|
|
60
|
+
TeamId: string;
|
|
44
61
|
}
|
|
45
62
|
/**
|
|
46
63
|
* CreateCase
|
|
@@ -21,8 +21,8 @@ export interface CreateCaseFromCasesMessage extends OdinRecordCreatedEvent<Creat
|
|
|
21
21
|
/**
|
|
22
22
|
* Properties for CreateCaseFromCases action
|
|
23
23
|
*
|
|
24
|
-
* @property Required fields:
|
|
25
|
-
* @property Optional fields:
|
|
24
|
+
* @property Required fields: 4
|
|
25
|
+
* @property Optional fields: 1
|
|
26
26
|
*/
|
|
27
27
|
export interface CreateCaseFromCasesProperties {
|
|
28
28
|
/**
|
|
@@ -34,20 +34,37 @@ export interface CreateCaseFromCasesProperties {
|
|
|
34
34
|
*/
|
|
35
35
|
Subject: string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Channel
|
|
38
|
+
*
|
|
39
|
+
* the channel from the source (Customer Service - Case)
|
|
40
|
+
* @type {ENUM}
|
|
41
|
+
* @required
|
|
42
|
+
* @default EMAIL
|
|
43
|
+
*/
|
|
44
|
+
Channel: string;
|
|
45
|
+
/**
|
|
46
|
+
* Team
|
|
38
47
|
*
|
|
39
48
|
* Reference identifier for Case relationships. Used for data integrity.
|
|
40
49
|
* @type {LOOKUP}
|
|
50
|
+
* @required
|
|
41
51
|
*/
|
|
42
|
-
|
|
52
|
+
TeamId: string;
|
|
43
53
|
/**
|
|
44
|
-
*
|
|
54
|
+
* Owner
|
|
45
55
|
*
|
|
46
|
-
*
|
|
47
|
-
* @type {
|
|
48
|
-
* @
|
|
56
|
+
* Reference identifier for Case relationships. Used for data integrity.
|
|
57
|
+
* @type {LOOKUP}
|
|
58
|
+
* @required
|
|
59
|
+
*/
|
|
60
|
+
OwnerId: string;
|
|
61
|
+
/**
|
|
62
|
+
* Contact
|
|
63
|
+
*
|
|
64
|
+
* Reference identifier for Case relationships. Used for data integrity.
|
|
65
|
+
* @type {LOOKUP}
|
|
49
66
|
*/
|
|
50
|
-
|
|
67
|
+
ContactId?: string | null;
|
|
51
68
|
}
|
|
52
69
|
/**
|
|
53
70
|
* CreateCaseFromCases
|
|
@@ -14,8 +14,8 @@ import { OdinRecord, OdinRecordCreateDto, OdinRecordUpdateDto, OdinRecordUpdated
|
|
|
14
14
|
/**
|
|
15
15
|
* Properties for CreateCase action
|
|
16
16
|
*
|
|
17
|
-
* @property Required fields:
|
|
18
|
-
* @property Optional fields:
|
|
17
|
+
* @property Required fields: 4
|
|
18
|
+
* @property Optional fields: 0
|
|
19
19
|
*/
|
|
20
20
|
export interface CreateCaseProperties {
|
|
21
21
|
/**
|
|
@@ -31,9 +31,26 @@ export interface CreateCaseProperties {
|
|
|
31
31
|
*
|
|
32
32
|
* the channel from the source (Customer Service - Case)
|
|
33
33
|
* @type {ENUM}
|
|
34
|
+
* @required
|
|
34
35
|
* @default EMAIL
|
|
35
36
|
*/
|
|
36
|
-
Channel
|
|
37
|
+
Channel: string;
|
|
38
|
+
/**
|
|
39
|
+
* Owner
|
|
40
|
+
*
|
|
41
|
+
* Reference identifier for Case relationships. Used for data integrity.
|
|
42
|
+
* @type {LOOKUP}
|
|
43
|
+
* @required
|
|
44
|
+
*/
|
|
45
|
+
OwnerId: string;
|
|
46
|
+
/**
|
|
47
|
+
* Team
|
|
48
|
+
*
|
|
49
|
+
* Reference identifier for Case relationships. Used for data integrity.
|
|
50
|
+
* @type {LOOKUP}
|
|
51
|
+
* @required
|
|
52
|
+
*/
|
|
53
|
+
TeamId: string;
|
|
37
54
|
}
|
|
38
55
|
/**
|
|
39
56
|
* CreateCase
|
|
@@ -22,7 +22,7 @@ export interface CreateEmailSenderMessage extends OdinRecordCreatedEvent<CreateE
|
|
|
22
22
|
* Properties for CreateEmailSender action
|
|
23
23
|
*
|
|
24
24
|
* @property Required fields: 0
|
|
25
|
-
* @property Optional fields:
|
|
25
|
+
* @property Optional fields: 2
|
|
26
26
|
*/
|
|
27
27
|
export interface CreateEmailSenderProperties {
|
|
28
28
|
/**
|
|
@@ -32,6 +32,13 @@ export interface CreateEmailSenderProperties {
|
|
|
32
32
|
* @type {TEXT}
|
|
33
33
|
*/
|
|
34
34
|
EmailAddress?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Name
|
|
37
|
+
*
|
|
38
|
+
* Name of the email sender address
|
|
39
|
+
* @type {TEXT}
|
|
40
|
+
*/
|
|
41
|
+
Name?: string | null;
|
|
35
42
|
}
|
|
36
43
|
/**
|
|
37
44
|
* CreateEmailSender
|
|
@@ -22,7 +22,7 @@ export interface ExceptionInputMessage extends OdinRecordUpdatedEvent<ExceptionI
|
|
|
22
22
|
* Properties for ExceptionInput action
|
|
23
23
|
*
|
|
24
24
|
* @property Required fields: 0
|
|
25
|
-
* @property Optional fields:
|
|
25
|
+
* @property Optional fields: 6
|
|
26
26
|
*/
|
|
27
27
|
export interface ExceptionInputProperties {
|
|
28
28
|
/**
|
|
@@ -30,6 +30,7 @@ export interface ExceptionInputProperties {
|
|
|
30
30
|
*
|
|
31
31
|
* Root cause of installation complaints
|
|
32
32
|
* @type {ENUM_MULTI_SELECT}
|
|
33
|
+
* @visibleWhen FormalComplaint = ["YES"] AND Complaint = ["YES"]
|
|
33
34
|
*/
|
|
34
35
|
InstallationException?: string | null;
|
|
35
36
|
/**
|
|
@@ -37,15 +38,38 @@ export interface ExceptionInputProperties {
|
|
|
37
38
|
*
|
|
38
39
|
* Root cause for sales complaints
|
|
39
40
|
* @type {ENUM_MULTI_SELECT}
|
|
41
|
+
* @visibleWhen = []
|
|
40
42
|
*/
|
|
41
43
|
SalesException?: string | null;
|
|
42
44
|
/**
|
|
43
|
-
*
|
|
45
|
+
* Service Exception
|
|
44
46
|
*
|
|
45
47
|
* Root cause of customer escalations
|
|
46
48
|
* @type {ENUM_MULTI_SELECT}
|
|
47
49
|
*/
|
|
48
50
|
ServiceException?: string | null;
|
|
51
|
+
/**
|
|
52
|
+
* Formal Complaint
|
|
53
|
+
*
|
|
54
|
+
* Formal Complaint - Boolean
|
|
55
|
+
* @type {ENUM}
|
|
56
|
+
*/
|
|
57
|
+
FormalComplaint?: string | null;
|
|
58
|
+
/**
|
|
59
|
+
* Complaint
|
|
60
|
+
*
|
|
61
|
+
* Complaint
|
|
62
|
+
* @type {ENUM}
|
|
63
|
+
*/
|
|
64
|
+
Complaint?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* Timestamp
|
|
67
|
+
*
|
|
68
|
+
* Timestamp
|
|
69
|
+
* @type {DATE_TIME}
|
|
70
|
+
* @default Dynamic: {datetime_now}
|
|
71
|
+
*/
|
|
72
|
+
Timestamp?: string | null;
|
|
49
73
|
}
|
|
50
74
|
/**
|
|
51
75
|
* ExceptionInput
|
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* StageChangeTestEntityForVisualBuilder Action DTO
|
|
3
|
+
*
|
|
4
|
+
* Stage Change Test Entity For Visual Builder
|
|
5
|
+
*
|
|
6
|
+
* @module FieldServiceModule
|
|
7
|
+
* @entity TestEntityForVisualBuilder
|
|
8
|
+
* @entityType TYPE1
|
|
9
|
+
* @actionKey StageChangeTestEntityForVisualBuilder
|
|
10
|
+
* @event k1.t-hEOJjsDb.FieldServiceModule.TestEntityForVisualBuilder.Transition.StageChangeTestEntityForVisualBuilder
|
|
11
|
+
*
|
|
12
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
13
|
+
*/
|
|
14
|
+
import { OdinRecord, OdinRecordUpdateDto, OdinRecordUpdatedEvent } from '@d19n/odin-types/dist/core';
|
|
15
|
+
/**
|
|
16
|
+
* Properties for UpdateYfStockAudit action
|
|
17
|
+
*
|
|
18
|
+
* @property Required fields: 10
|
|
19
|
+
* @property Optional fields: 0
|
|
20
|
+
*/
|
|
21
|
+
export interface UpdateYfStockAuditProperties {
|
|
22
|
+
/**
|
|
23
|
+
* EngineerName
|
|
24
|
+
*
|
|
25
|
+
* Enter your name
|
|
26
|
+
* @type {NAME}
|
|
27
|
+
* @required
|
|
28
|
+
*/
|
|
29
|
+
EngineerName: string;
|
|
30
|
+
/**
|
|
31
|
+
* ModemLead3m
|
|
32
|
+
*
|
|
33
|
+
* Enter number
|
|
34
|
+
* @type {NUMBER}
|
|
35
|
+
* @required
|
|
36
|
+
*/
|
|
37
|
+
ModemLead3m: number;
|
|
38
|
+
/**
|
|
39
|
+
* BtFemaleToMale
|
|
40
|
+
*
|
|
41
|
+
* Enter number
|
|
42
|
+
* @type {NUMBER}
|
|
43
|
+
* @required
|
|
44
|
+
*/
|
|
45
|
+
BtFemaleToMale: number;
|
|
46
|
+
/**
|
|
47
|
+
* AsusAxe1
|
|
48
|
+
*
|
|
49
|
+
* Enter number
|
|
50
|
+
* @type {NUMBER}
|
|
51
|
+
* @required
|
|
52
|
+
*/
|
|
53
|
+
AsusAxe1: number;
|
|
54
|
+
/**
|
|
55
|
+
* IPowerDc2
|
|
56
|
+
*
|
|
57
|
+
* Enter number
|
|
58
|
+
* @type {NUMBER}
|
|
59
|
+
* @required
|
|
60
|
+
*/
|
|
61
|
+
IPowerDc2: number;
|
|
62
|
+
/**
|
|
63
|
+
* SagecomMesh
|
|
64
|
+
*
|
|
65
|
+
* Enter number
|
|
66
|
+
* @type {NUMBER}
|
|
67
|
+
* @required
|
|
68
|
+
*/
|
|
69
|
+
SagecomMesh: number;
|
|
70
|
+
/**
|
|
71
|
+
* SagecomMeshPro
|
|
72
|
+
*
|
|
73
|
+
* Enter number
|
|
74
|
+
* @type {NUMBER}
|
|
75
|
+
* @required
|
|
76
|
+
*/
|
|
77
|
+
SagecomMeshPro: number;
|
|
78
|
+
/**
|
|
79
|
+
* SagecomRouter1G
|
|
80
|
+
*
|
|
81
|
+
* Enter number
|
|
82
|
+
* @type {NUMBER}
|
|
83
|
+
* @required
|
|
84
|
+
*/
|
|
85
|
+
SagecomRouter1G: number;
|
|
86
|
+
/**
|
|
87
|
+
* SagecomRouter2G
|
|
88
|
+
*
|
|
89
|
+
* Enter number
|
|
90
|
+
* @type {NUMBER}
|
|
91
|
+
* @required
|
|
92
|
+
*/
|
|
93
|
+
SagecomRouter2G: number;
|
|
94
|
+
/**
|
|
95
|
+
* Cat5eEthernetPatchCableWhite3M
|
|
96
|
+
*
|
|
97
|
+
* Enter number
|
|
98
|
+
* @type {NUMBER}
|
|
99
|
+
* @required
|
|
100
|
+
*/
|
|
101
|
+
Cat5eEthernetPatchCableWhite3M: number;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* UpdateYfStockAudit
|
|
105
|
+
*
|
|
106
|
+
* Update YouFibre Stock Audit. Used by Service engineers.
|
|
107
|
+
*
|
|
108
|
+
* @actionType UPDATE - Updates an existing YfStockAudit record
|
|
109
|
+
* @module FieldServiceModule
|
|
110
|
+
* @entity YfStockAudit
|
|
111
|
+
* @event k1.t-hEOJjsDb.FieldServiceModule.YfStockAudit.Update.UpdateYfStockAudit
|
|
112
|
+
* @permission schema.action.updateyfstockaudit.trigger
|
|
113
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
114
|
+
*/
|
|
115
|
+
export declare class UpdateYfStockAuditDto extends OdinRecordUpdateDto<UpdateYfStockAuditProperties> {
|
|
116
|
+
/** Used by SDK generators to identify action type */
|
|
117
|
+
static readonly ACTION_TYPE = "UPDATE";
|
|
118
|
+
static readonly ACTION_KEY = "UpdateYfStockAudit";
|
|
119
|
+
static readonly MODULE_NAME = "FieldServiceModule";
|
|
120
|
+
static readonly ENTITIES: string[];
|
|
121
|
+
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.YfStockAudit.Update.UpdateYfStockAudit";
|
|
122
|
+
static readonly PERMISSION = "schema.action.updateyfstockaudit.trigger";
|
|
123
|
+
/** Step metadata - entity this action targets */
|
|
124
|
+
static readonly STEP_ENTITY = "FieldServiceModule:YfStockAudit";
|
|
125
|
+
static readonly STEP_SCHEMA_ID = "5f7c3690-dc8f-4cba-b43b-2551711396fc";
|
|
126
|
+
static readonly STEP_SCHEMA_ACTION_ID = "21a0f46f-e02d-4e95-aee0-f6102877c31a";
|
|
127
|
+
static readonly AUTO_LINK_PARENT = false;
|
|
128
|
+
readonly actionName: string;
|
|
129
|
+
readonly schemaActionId: string;
|
|
130
|
+
readonly entity: string;
|
|
131
|
+
constructor(record: OdinRecord<any> | {
|
|
132
|
+
id: string;
|
|
133
|
+
entity: string;
|
|
134
|
+
type?: string;
|
|
135
|
+
}, properties: UpdateYfStockAuditProperties, options?: {
|
|
136
|
+
journeyId?: string;
|
|
137
|
+
stageKey?: string;
|
|
138
|
+
});
|
|
139
|
+
}
|
|
140
|
+
declare type StepClassMap = {
|
|
141
|
+
UpdateYfStockAuditDto: UpdateYfStockAuditDto;
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* Link definition for connecting steps in StageChangeTestEntityForVisualBuilder
|
|
145
|
+
*/
|
|
146
|
+
export interface StageChangeTestEntityForVisualBuilderStepLink {
|
|
147
|
+
/**
|
|
148
|
+
* The stepKey of the target step to link TO
|
|
149
|
+
* Must reference another step's stepKey in the same flow
|
|
150
|
+
*/
|
|
151
|
+
stepKey: string;
|
|
152
|
+
/**
|
|
153
|
+
* The schema association ID (UUID) defining the relationship
|
|
154
|
+
* Use the association.id from the schema association definition
|
|
155
|
+
* @example "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
|
|
156
|
+
*/
|
|
157
|
+
schemaAssociationId: string;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* Step definition with linking metadata for StageChangeTestEntityForVisualBuilder
|
|
161
|
+
*/
|
|
162
|
+
export interface StageChangeTestEntityForVisualBuilderStepDefinition {
|
|
163
|
+
/** Unique identifier for this step */
|
|
164
|
+
stepKey: string;
|
|
165
|
+
/** The DTO class name for this step */
|
|
166
|
+
dtoClass: string;
|
|
167
|
+
/** The entity this step creates (Module:Entity format) */
|
|
168
|
+
entity: string;
|
|
169
|
+
/** Links to create after this step executes */
|
|
170
|
+
linksTo: StageChangeTestEntityForVisualBuilderStepLink[] | null;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* Type-safe step keys for StageChangeTestEntityForVisualBuilder
|
|
174
|
+
*/
|
|
175
|
+
export declare const StageChangeTestEntityForVisualBuilderSteps: {
|
|
176
|
+
readonly step_1: "step_1";
|
|
177
|
+
};
|
|
178
|
+
export declare type StageChangeTestEntityForVisualBuilderStepKey = typeof StageChangeTestEntityForVisualBuilderSteps[keyof typeof StageChangeTestEntityForVisualBuilderSteps];
|
|
179
|
+
/**
|
|
180
|
+
* RabbitMQ message payload for StageChangeTestEntityForVisualBuilder step flow events
|
|
181
|
+
*
|
|
182
|
+
* @event k1.t-hEOJjsDb.FieldServiceModule.TestEntityForVisualBuilder.Transition.StageChangeTestEntityForVisualBuilder
|
|
183
|
+
*/
|
|
184
|
+
export interface StageChangeTestEntityForVisualBuilderMessage extends OdinRecordUpdatedEvent<StageChangeTestEntityForVisualBuilderDto, {}> {
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* Properties for StageChangeTestEntityForVisualBuilder action
|
|
188
|
+
*
|
|
189
|
+
*/
|
|
190
|
+
export interface StageChangeTestEntityForVisualBuilderProperties {
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* StageChangeTestEntityForVisualBuilder
|
|
194
|
+
*
|
|
195
|
+
* Stage Change Test Entity For Visual Builder
|
|
196
|
+
*
|
|
197
|
+
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
198
|
+
* @module FieldServiceModule
|
|
199
|
+
* @entity TestEntityForVisualBuilder
|
|
200
|
+
* @entityType TYPE1 (type 1)
|
|
201
|
+
* @targetStages DefaultStageInProgress
|
|
202
|
+
* @event k1.t-hEOJjsDb.FieldServiceModule.TestEntityForVisualBuilder.Transition.StageChangeTestEntityForVisualBuilder
|
|
203
|
+
* @permission schema.action.stagechangetestentityforvisualbuilder.trigger
|
|
204
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
205
|
+
*/
|
|
206
|
+
export declare class StageChangeTestEntityForVisualBuilderDto extends OdinRecordUpdateDto<Record<string, any>> {
|
|
207
|
+
/** Used by SDK generators to identify action type */
|
|
208
|
+
static readonly ACTION_TYPE = "UPDATE";
|
|
209
|
+
static readonly ACTION_KEY = "StageChangeTestEntityForVisualBuilder";
|
|
210
|
+
static readonly MODULE_NAME = "FieldServiceModule";
|
|
211
|
+
static readonly ENTITIES: string[];
|
|
212
|
+
static readonly ENTITY_TYPE = "TYPE1";
|
|
213
|
+
static readonly EVENT_NAME = "k1.t-hEOJjsDb.FieldServiceModule.TestEntityForVisualBuilder.Transition.StageChangeTestEntityForVisualBuilder";
|
|
214
|
+
static readonly SCHEMA_ACTION_ID = "e8ae940b-9f45-4f41-a914-f13630207ebe";
|
|
215
|
+
static readonly PERMISSION = "schema.action.stagechangetestentityforvisualbuilder.trigger";
|
|
216
|
+
static readonly TARGET_STAGES: readonly ["DefaultStageInProgress"];
|
|
217
|
+
static readonly IS_STAGE_TRANSITION = true;
|
|
218
|
+
static readonly IS_MULTI_STEP_FLOW = false;
|
|
219
|
+
static readonly HAS_STEP_LINKS = false;
|
|
220
|
+
/**
|
|
221
|
+
* Step definitions with linking metadata
|
|
222
|
+
* Used by SDK and backend for auto-linking after step execution
|
|
223
|
+
*/
|
|
224
|
+
static readonly stepDefinitions: StageChangeTestEntityForVisualBuilderStepDefinition[];
|
|
225
|
+
/** Type-safe step key accessor */
|
|
226
|
+
static readonly Steps: {
|
|
227
|
+
readonly step_1: "step_1";
|
|
228
|
+
};
|
|
229
|
+
readonly actionName: string;
|
|
230
|
+
readonly schemaActionId: string;
|
|
231
|
+
readonly entity: string;
|
|
232
|
+
readonly stageKey: string;
|
|
233
|
+
constructor(record: OdinRecord<any> | {
|
|
234
|
+
id: string;
|
|
235
|
+
entity: string;
|
|
236
|
+
type?: string;
|
|
237
|
+
}, options?: {
|
|
238
|
+
journeyId?: string;
|
|
239
|
+
});
|
|
240
|
+
/** Step classes that can be used with this action */
|
|
241
|
+
static readonly stepClasses: readonly ["UpdateYfStockAuditDto"];
|
|
242
|
+
steps: StepClassMap[(typeof StageChangeTestEntityForVisualBuilderDto.stepClasses)[number]][];
|
|
243
|
+
}
|
|
244
|
+
export {};
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* StageChangeTestEntityForVisualBuilder Action DTO
|
|
4
|
+
*
|
|
5
|
+
* Stage Change Test Entity For Visual Builder
|
|
6
|
+
*
|
|
7
|
+
* @module FieldServiceModule
|
|
8
|
+
* @entity TestEntityForVisualBuilder
|
|
9
|
+
* @entityType TYPE1
|
|
10
|
+
* @actionKey StageChangeTestEntityForVisualBuilder
|
|
11
|
+
* @event k1.t-hEOJjsDb.FieldServiceModule.TestEntityForVisualBuilder.Transition.StageChangeTestEntityForVisualBuilder
|
|
12
|
+
*
|
|
13
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.StageChangeTestEntityForVisualBuilderDto = exports.StageChangeTestEntityForVisualBuilderSteps = exports.UpdateYfStockAuditDto = void 0;
|
|
17
|
+
const core_1 = require("@d19n/odin-types/dist/core");
|
|
18
|
+
/**
|
|
19
|
+
* UpdateYfStockAudit
|
|
20
|
+
*
|
|
21
|
+
* Update YouFibre Stock Audit. Used by Service engineers.
|
|
22
|
+
*
|
|
23
|
+
* @actionType UPDATE - Updates an existing YfStockAudit record
|
|
24
|
+
* @module FieldServiceModule
|
|
25
|
+
* @entity YfStockAudit
|
|
26
|
+
* @event k1.t-hEOJjsDb.FieldServiceModule.YfStockAudit.Update.UpdateYfStockAudit
|
|
27
|
+
* @permission schema.action.updateyfstockaudit.trigger
|
|
28
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
29
|
+
*/
|
|
30
|
+
class UpdateYfStockAuditDto extends core_1.OdinRecordUpdateDto {
|
|
31
|
+
constructor(record, properties, options) {
|
|
32
|
+
super({
|
|
33
|
+
id: record.id,
|
|
34
|
+
entity: record.entity,
|
|
35
|
+
type: record.type,
|
|
36
|
+
properties,
|
|
37
|
+
journeyId: options === null || options === void 0 ? void 0 : options.journeyId,
|
|
38
|
+
stageKey: options === null || options === void 0 ? void 0 : options.stageKey,
|
|
39
|
+
});
|
|
40
|
+
this.actionName = 'UpdateYfStockAudit';
|
|
41
|
+
this.schemaActionId = '21a0f46f-e02d-4e95-aee0-f6102877c31a';
|
|
42
|
+
this.entity = 'FieldServiceModule:YfStockAudit';
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.UpdateYfStockAuditDto = UpdateYfStockAuditDto;
|
|
46
|
+
/** Used by SDK generators to identify action type */
|
|
47
|
+
UpdateYfStockAuditDto.ACTION_TYPE = 'UPDATE';
|
|
48
|
+
UpdateYfStockAuditDto.ACTION_KEY = 'UpdateYfStockAudit';
|
|
49
|
+
UpdateYfStockAuditDto.MODULE_NAME = 'FieldServiceModule';
|
|
50
|
+
UpdateYfStockAuditDto.ENTITIES = ['YfStockAudit'];
|
|
51
|
+
UpdateYfStockAuditDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.YfStockAudit.Update.UpdateYfStockAudit';
|
|
52
|
+
UpdateYfStockAuditDto.PERMISSION = 'schema.action.updateyfstockaudit.trigger';
|
|
53
|
+
/** Step metadata - entity this action targets */
|
|
54
|
+
UpdateYfStockAuditDto.STEP_ENTITY = 'FieldServiceModule:YfStockAudit';
|
|
55
|
+
UpdateYfStockAuditDto.STEP_SCHEMA_ID = '5f7c3690-dc8f-4cba-b43b-2551711396fc';
|
|
56
|
+
UpdateYfStockAuditDto.STEP_SCHEMA_ACTION_ID = '21a0f46f-e02d-4e95-aee0-f6102877c31a';
|
|
57
|
+
UpdateYfStockAuditDto.AUTO_LINK_PARENT = false;
|
|
58
|
+
/**
|
|
59
|
+
* Type-safe step keys for StageChangeTestEntityForVisualBuilder
|
|
60
|
+
*/
|
|
61
|
+
exports.StageChangeTestEntityForVisualBuilderSteps = {
|
|
62
|
+
step_1: 'step_1',
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* StageChangeTestEntityForVisualBuilder
|
|
66
|
+
*
|
|
67
|
+
* Stage Change Test Entity For Visual Builder
|
|
68
|
+
*
|
|
69
|
+
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
70
|
+
* @module FieldServiceModule
|
|
71
|
+
* @entity TestEntityForVisualBuilder
|
|
72
|
+
* @entityType TYPE1 (type 1)
|
|
73
|
+
* @targetStages DefaultStageInProgress
|
|
74
|
+
* @event k1.t-hEOJjsDb.FieldServiceModule.TestEntityForVisualBuilder.Transition.StageChangeTestEntityForVisualBuilder
|
|
75
|
+
* @permission schema.action.stagechangetestentityforvisualbuilder.trigger
|
|
76
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
77
|
+
*/
|
|
78
|
+
class StageChangeTestEntityForVisualBuilderDto extends core_1.OdinRecordUpdateDto {
|
|
79
|
+
constructor(record, options) {
|
|
80
|
+
super({
|
|
81
|
+
id: record.id,
|
|
82
|
+
entity: record.entity,
|
|
83
|
+
type: record.type,
|
|
84
|
+
properties: {},
|
|
85
|
+
journeyId: options === null || options === void 0 ? void 0 : options.journeyId,
|
|
86
|
+
});
|
|
87
|
+
this.actionName = 'StageChangeTestEntityForVisualBuilder';
|
|
88
|
+
this.schemaActionId = 'e8ae940b-9f45-4f41-a914-f13630207ebe';
|
|
89
|
+
this.entity = 'FieldServiceModule:TestEntityForVisualBuilder';
|
|
90
|
+
this.stageKey = 'DefaultStageInProgress';
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
exports.StageChangeTestEntityForVisualBuilderDto = StageChangeTestEntityForVisualBuilderDto;
|
|
94
|
+
/** Used by SDK generators to identify action type */
|
|
95
|
+
StageChangeTestEntityForVisualBuilderDto.ACTION_TYPE = 'UPDATE';
|
|
96
|
+
StageChangeTestEntityForVisualBuilderDto.ACTION_KEY = 'StageChangeTestEntityForVisualBuilder';
|
|
97
|
+
StageChangeTestEntityForVisualBuilderDto.MODULE_NAME = 'FieldServiceModule';
|
|
98
|
+
StageChangeTestEntityForVisualBuilderDto.ENTITIES = ['TestEntityForVisualBuilder'];
|
|
99
|
+
StageChangeTestEntityForVisualBuilderDto.ENTITY_TYPE = 'TYPE1';
|
|
100
|
+
StageChangeTestEntityForVisualBuilderDto.EVENT_NAME = 'k1.t-hEOJjsDb.FieldServiceModule.TestEntityForVisualBuilder.Transition.StageChangeTestEntityForVisualBuilder';
|
|
101
|
+
StageChangeTestEntityForVisualBuilderDto.SCHEMA_ACTION_ID = 'e8ae940b-9f45-4f41-a914-f13630207ebe';
|
|
102
|
+
StageChangeTestEntityForVisualBuilderDto.PERMISSION = 'schema.action.stagechangetestentityforvisualbuilder.trigger';
|
|
103
|
+
StageChangeTestEntityForVisualBuilderDto.TARGET_STAGES = ['DefaultStageInProgress'];
|
|
104
|
+
StageChangeTestEntityForVisualBuilderDto.IS_STAGE_TRANSITION = true;
|
|
105
|
+
StageChangeTestEntityForVisualBuilderDto.IS_MULTI_STEP_FLOW = false;
|
|
106
|
+
StageChangeTestEntityForVisualBuilderDto.HAS_STEP_LINKS = false;
|
|
107
|
+
/**
|
|
108
|
+
* Step definitions with linking metadata
|
|
109
|
+
* Used by SDK and backend for auto-linking after step execution
|
|
110
|
+
*/
|
|
111
|
+
StageChangeTestEntityForVisualBuilderDto.stepDefinitions = [
|
|
112
|
+
{
|
|
113
|
+
stepKey: 'step_1',
|
|
114
|
+
dtoClass: 'UpdateYfStockAuditDto',
|
|
115
|
+
entity: 'FieldServiceModule:YfStockAudit',
|
|
116
|
+
linksTo: null
|
|
117
|
+
}
|
|
118
|
+
];
|
|
119
|
+
/** Type-safe step key accessor */
|
|
120
|
+
StageChangeTestEntityForVisualBuilderDto.Steps = exports.StageChangeTestEntityForVisualBuilderSteps;
|
|
121
|
+
/** Step classes that can be used with this action */
|
|
122
|
+
StageChangeTestEntityForVisualBuilderDto.stepClasses = ['UpdateYfStockAuditDto'];
|