@d19n/youfibre-odin-sdk 2.0.148 → 2.0.149

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/README.md +4 -4
  2. package/dist/EntityRegistry.d.ts +2 -2
  3. package/dist/EntityRegistry.js +2 -2
  4. package/dist/OdinApiClient.d.ts +4 -4
  5. package/dist/OdinApiClient.js +6 -6
  6. package/dist/OdinDbClient.d.ts +4 -4
  7. package/dist/OdinDbClient.js +6 -6
  8. package/dist/accessors-v2/{TwilioCallEventsAccessor.d.ts → TwilioCallEventAccessor.d.ts} +24 -24
  9. package/dist/accessors-v2/{TwilioCallEventsAccessor.js → TwilioCallEventAccessor.js} +21 -21
  10. package/dist/accessors-v2/index.d.ts +1 -1
  11. package/dist/accessors-v2/index.js +3 -3
  12. package/dist/actions-v2/CreateInboundCallEventDto.d.ts +18 -23
  13. package/dist/actions-v2/CreateInboundCallEventDto.js +14 -19
  14. package/dist/actions-v2/CreateOutboundCallEventDto.d.ts +26 -31
  15. package/dist/actions-v2/CreateOutboundCallEventDto.js +14 -19
  16. package/dist/actions-v2/CreateVoiceConfigurationDto.d.ts +14 -14
  17. package/dist/api-sdk-v2/CallApi.d.ts +2 -2
  18. package/dist/api-sdk-v2/CallApi.js +4 -4
  19. package/dist/api-sdk-v2/OfferApi.d.ts +8 -8
  20. package/dist/api-sdk-v2/OfferApi.js +22 -22
  21. package/dist/api-sdk-v2/{TwilioCallEventsApi.d.ts → TwilioCallEventApi.d.ts} +11 -11
  22. package/dist/api-sdk-v2/{TwilioCallEventsApi.js → TwilioCallEventApi.js} +17 -17
  23. package/dist/db-accessors-v2/{TwilioCallEventsDbAccessor.d.ts → TwilioCallEventDbAccessor.d.ts} +22 -22
  24. package/dist/db-accessors-v2/{TwilioCallEventsDbAccessor.js → TwilioCallEventDbAccessor.js} +21 -21
  25. package/dist/db-accessors-v2/index.d.ts +1 -1
  26. package/dist/db-accessors-v2/index.js +3 -3
  27. package/dist/db-sdk-v2/CallDb.d.ts +2 -2
  28. package/dist/db-sdk-v2/CallDb.js +4 -4
  29. package/dist/db-sdk-v2/OfferDb.d.ts +8 -8
  30. package/dist/db-sdk-v2/OfferDb.js +22 -22
  31. package/dist/db-sdk-v2/{TwilioCallEventsDb.d.ts → TwilioCallEventDb.d.ts} +15 -15
  32. package/dist/db-sdk-v2/{TwilioCallEventsDb.js → TwilioCallEventDb.js} +20 -20
  33. package/dist/entities-v2/Call.d.ts +5 -5
  34. package/dist/entities-v2/Call.js +2 -2
  35. package/dist/entities-v2/Offer.d.ts +6 -6
  36. package/dist/entities-v2/Offer.js +5 -5
  37. package/dist/entities-v2/{TwilioCallEvents.d.ts → TwilioCallEvent.d.ts} +91 -91
  38. package/dist/entities-v2/TwilioCallEvent.js +103 -0
  39. package/dist/records-v2/CallRecord.d.ts +10 -10
  40. package/dist/records-v2/CallRecord.js +15 -15
  41. package/dist/records-v2/OfferRecord.d.ts +10 -70
  42. package/dist/records-v2/OfferRecord.js +17 -116
  43. package/dist/records-v2/ProductRecord.d.ts +3 -103
  44. package/dist/records-v2/ProductRecord.js +4 -169
  45. package/dist/records-v2/{TwilioCallEventsRecord.d.ts → TwilioCallEventRecord.d.ts} +23 -23
  46. package/dist/records-v2/{TwilioCallEventsRecord.js → TwilioCallEventRecord.js} +30 -30
  47. package/dist/records-v2/index.d.ts +1 -1
  48. package/dist/records-v2/index.js +4 -4
  49. package/package.json +1 -1
  50. package/dist/entities-v2/TwilioCallEvents.js +0 -103
package/README.md CHANGED
@@ -299,7 +299,7 @@ This SDK includes **166** entities across **12** modules.
299
299
  | **PushNotification** | PushNotification Entity Definition | DEFAULT |
300
300
  | **SmsMessage** | SmsMessage Entity Definition | INBOUND, OUTBOUND |
301
301
  | **SmsTemplate** | SmsTemplate Entity Definition | DEFAULT |
302
- | **TwilioCallEvents** | TwilioCallEvents Entity Definition | INBOUND_CALL_EVENT, OUTBOUND_CALL_EVENT |
302
+ | **TwilioCallEvent** | TwilioCallEvent Entity Definition | INBOUND_CALL_EVENT, OUTBOUND_CALL_EVENT |
303
303
  | **TwilioUserUpdate** | TwilioUserUpdate Entity Definition | DEFAULT |
304
304
 
305
305
  ### SupportModule
@@ -1427,12 +1427,12 @@ This SDK includes **680** actions.
1427
1427
  | `UpdateCallOnTaskRouterAssign` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Call.Update.UpdateCallOnTaskRouterAssign |
1428
1428
  | `UpdateCallTranscriptionUrl` | UPDATE | k1.t-hEOJjsDb.NotificationModule.Call.Update.UpdateCallTranscriptionUrl |
1429
1429
 
1430
- #### TwilioCallEvents
1430
+ #### TwilioCallEvent
1431
1431
 
1432
1432
  | Action | Type | Event |
1433
1433
  |--------|------|-------|
1434
- | `CreateInboundCallEvent` | CREATE | k1.t-hEOJjsDb.NotificationModule.TwilioCallEvents.Create.CreateInboundCallEvent |
1435
- | `CreateOutboundCallEvent` | CREATE | k1.t-hEOJjsDb.NotificationModule.TwilioCallEvents.Create.CreateOutboundCallEvent |
1434
+ | `CreateInboundCallEvent` | CREATE | k1.t-hEOJjsDb.NotificationModule.TwilioCallEvent.Create.CreateInboundCallEvent |
1435
+ | `CreateOutboundCallEvent` | CREATE | k1.t-hEOJjsDb.NotificationModule.TwilioCallEvent.Create.CreateOutboundCallEvent |
1436
1436
 
1437
1437
  #### InvoiceItem
1438
1438
 
@@ -105,7 +105,7 @@ import { SmsMessageAccessor } from './accessors-v2/SmsMessageAccessor';
105
105
  import { TeamAccessor } from './accessors-v2/TeamAccessor';
106
106
  import { TimeSlotAccessor } from './accessors-v2/TimeSlotAccessor';
107
107
  import { TransactionAccessor } from './accessors-v2/TransactionAccessor';
108
- import { TwilioCallEventsAccessor } from './accessors-v2/TwilioCallEventsAccessor';
108
+ import { TwilioCallEventAccessor } from './accessors-v2/TwilioCallEventAccessor';
109
109
  import { TwilioTaskQueueAccessor } from './accessors-v2/TwilioTaskQueueAccessor';
110
110
  import { TwilioUserUpdateAccessor } from './accessors-v2/TwilioUserUpdateAccessor';
111
111
  import { UgExternalAuditAccessor } from './accessors-v2/UgExternalAuditAccessor';
@@ -211,7 +211,7 @@ export declare const EntityRegistry: {
211
211
  readonly Team: typeof TeamAccessor;
212
212
  readonly TimeSlot: typeof TimeSlotAccessor;
213
213
  readonly Transaction: typeof TransactionAccessor;
214
- readonly TwilioCallEvents: typeof TwilioCallEventsAccessor;
214
+ readonly TwilioCallEvent: typeof TwilioCallEventAccessor;
215
215
  readonly TwilioTaskQueue: typeof TwilioTaskQueueAccessor;
216
216
  readonly TwilioUserUpdate: typeof TwilioUserUpdateAccessor;
217
217
  readonly UgExternalAudit: typeof UgExternalAuditAccessor;
@@ -108,7 +108,7 @@ const SmsMessageAccessor_1 = require("./accessors-v2/SmsMessageAccessor");
108
108
  const TeamAccessor_1 = require("./accessors-v2/TeamAccessor");
109
109
  const TimeSlotAccessor_1 = require("./accessors-v2/TimeSlotAccessor");
110
110
  const TransactionAccessor_1 = require("./accessors-v2/TransactionAccessor");
111
- const TwilioCallEventsAccessor_1 = require("./accessors-v2/TwilioCallEventsAccessor");
111
+ const TwilioCallEventAccessor_1 = require("./accessors-v2/TwilioCallEventAccessor");
112
112
  const TwilioTaskQueueAccessor_1 = require("./accessors-v2/TwilioTaskQueueAccessor");
113
113
  const TwilioUserUpdateAccessor_1 = require("./accessors-v2/TwilioUserUpdateAccessor");
114
114
  const UgExternalAuditAccessor_1 = require("./accessors-v2/UgExternalAuditAccessor");
@@ -214,7 +214,7 @@ exports.EntityRegistry = {
214
214
  'Team': TeamAccessor_1.TeamAccessor,
215
215
  'TimeSlot': TimeSlotAccessor_1.TimeSlotAccessor,
216
216
  'Transaction': TransactionAccessor_1.TransactionAccessor,
217
- 'TwilioCallEvents': TwilioCallEventsAccessor_1.TwilioCallEventsAccessor,
217
+ 'TwilioCallEvent': TwilioCallEventAccessor_1.TwilioCallEventAccessor,
218
218
  'TwilioTaskQueue': TwilioTaskQueueAccessor_1.TwilioTaskQueueAccessor,
219
219
  'TwilioUserUpdate': TwilioUserUpdateAccessor_1.TwilioUserUpdateAccessor,
220
220
  'UgExternalAudit': UgExternalAuditAccessor_1.UgExternalAuditAccessor,
@@ -115,7 +115,7 @@ import { SmsMessageAccessor } from './accessors-v2/SmsMessageAccessor';
115
115
  import { TeamAccessor } from './accessors-v2/TeamAccessor';
116
116
  import { TimeSlotAccessor } from './accessors-v2/TimeSlotAccessor';
117
117
  import { TransactionAccessor } from './accessors-v2/TransactionAccessor';
118
- import { TwilioCallEventsAccessor } from './accessors-v2/TwilioCallEventsAccessor';
118
+ import { TwilioCallEventAccessor } from './accessors-v2/TwilioCallEventAccessor';
119
119
  import { TwilioTaskQueueAccessor } from './accessors-v2/TwilioTaskQueueAccessor';
120
120
  import { TwilioUserUpdateAccessor } from './accessors-v2/TwilioUserUpdateAccessor';
121
121
  import { UgExternalAuditAccessor } from './accessors-v2/UgExternalAuditAccessor';
@@ -230,7 +230,7 @@ export declare class OdinApiClient {
230
230
  private _teams?;
231
231
  private _timeSlots?;
232
232
  private _transactions?;
233
- private _twilioCallEventses?;
233
+ private _twilioCallEvents?;
234
234
  private _twilioTaskQueues?;
235
235
  private _twilioUserUpdates?;
236
236
  private _ugExternalAudits?;
@@ -440,8 +440,8 @@ export declare class OdinApiClient {
440
440
  get timeSlots(): TimeSlotAccessor;
441
441
  /** Access Transaction records */
442
442
  get transactions(): TransactionAccessor;
443
- /** Access TwilioCallEvents records */
444
- get twilioCallEventses(): TwilioCallEventsAccessor;
443
+ /** Access TwilioCallEvent records */
444
+ get twilioCallEvents(): TwilioCallEventAccessor;
445
445
  /** Access TwilioTaskQueue records */
446
446
  get twilioTaskQueues(): TwilioTaskQueueAccessor;
447
447
  /** Access TwilioUserUpdate records */
@@ -126,7 +126,7 @@ const SmsMessageAccessor_1 = require("./accessors-v2/SmsMessageAccessor");
126
126
  const TeamAccessor_1 = require("./accessors-v2/TeamAccessor");
127
127
  const TimeSlotAccessor_1 = require("./accessors-v2/TimeSlotAccessor");
128
128
  const TransactionAccessor_1 = require("./accessors-v2/TransactionAccessor");
129
- const TwilioCallEventsAccessor_1 = require("./accessors-v2/TwilioCallEventsAccessor");
129
+ const TwilioCallEventAccessor_1 = require("./accessors-v2/TwilioCallEventAccessor");
130
130
  const TwilioTaskQueueAccessor_1 = require("./accessors-v2/TwilioTaskQueueAccessor");
131
131
  const TwilioUserUpdateAccessor_1 = require("./accessors-v2/TwilioUserUpdateAccessor");
132
132
  const UgExternalAuditAccessor_1 = require("./accessors-v2/UgExternalAuditAccessor");
@@ -823,12 +823,12 @@ class OdinApiClient {
823
823
  }
824
824
  return this._transactions;
825
825
  }
826
- /** Access TwilioCallEvents records */
827
- get twilioCallEventses() {
828
- if (!this._twilioCallEventses) {
829
- this._twilioCallEventses = new TwilioCallEventsAccessor_1.TwilioCallEventsAccessor(this._provider);
826
+ /** Access TwilioCallEvent records */
827
+ get twilioCallEvents() {
828
+ if (!this._twilioCallEvents) {
829
+ this._twilioCallEvents = new TwilioCallEventAccessor_1.TwilioCallEventAccessor(this._provider);
830
830
  }
831
- return this._twilioCallEventses;
831
+ return this._twilioCallEvents;
832
832
  }
833
833
  /** Access TwilioTaskQueue records */
834
834
  get twilioTaskQueues() {
@@ -122,7 +122,7 @@ import { SmsMessageDbAccessor } from './db-accessors-v2/SmsMessageDbAccessor';
122
122
  import { TeamDbAccessor } from './db-accessors-v2/TeamDbAccessor';
123
123
  import { TimeSlotDbAccessor } from './db-accessors-v2/TimeSlotDbAccessor';
124
124
  import { TransactionDbAccessor } from './db-accessors-v2/TransactionDbAccessor';
125
- import { TwilioCallEventsDbAccessor } from './db-accessors-v2/TwilioCallEventsDbAccessor';
125
+ import { TwilioCallEventDbAccessor } from './db-accessors-v2/TwilioCallEventDbAccessor';
126
126
  import { TwilioTaskQueueDbAccessor } from './db-accessors-v2/TwilioTaskQueueDbAccessor';
127
127
  import { TwilioUserUpdateDbAccessor } from './db-accessors-v2/TwilioUserUpdateDbAccessor';
128
128
  import { UgExternalAuditDbAccessor } from './db-accessors-v2/UgExternalAuditDbAccessor';
@@ -231,7 +231,7 @@ export declare class OdinDbClient {
231
231
  private _teams?;
232
232
  private _timeSlots?;
233
233
  private _transactions?;
234
- private _twilioCallEventses?;
234
+ private _twilioCallEvents?;
235
235
  private _twilioTaskQueues?;
236
236
  private _twilioUserUpdates?;
237
237
  private _ugExternalAudits?;
@@ -450,8 +450,8 @@ export declare class OdinDbClient {
450
450
  get timeSlots(): TimeSlotDbAccessor;
451
451
  /** Access Transaction records */
452
452
  get transactions(): TransactionDbAccessor;
453
- /** Access TwilioCallEvents records */
454
- get twilioCallEventses(): TwilioCallEventsDbAccessor;
453
+ /** Access TwilioCallEvent records */
454
+ get twilioCallEvents(): TwilioCallEventDbAccessor;
455
455
  /** Access TwilioTaskQueue records */
456
456
  get twilioTaskQueues(): TwilioTaskQueueDbAccessor;
457
457
  /** Access TwilioUserUpdate records */
@@ -124,7 +124,7 @@ const SmsMessageDbAccessor_1 = require("./db-accessors-v2/SmsMessageDbAccessor")
124
124
  const TeamDbAccessor_1 = require("./db-accessors-v2/TeamDbAccessor");
125
125
  const TimeSlotDbAccessor_1 = require("./db-accessors-v2/TimeSlotDbAccessor");
126
126
  const TransactionDbAccessor_1 = require("./db-accessors-v2/TransactionDbAccessor");
127
- const TwilioCallEventsDbAccessor_1 = require("./db-accessors-v2/TwilioCallEventsDbAccessor");
127
+ const TwilioCallEventDbAccessor_1 = require("./db-accessors-v2/TwilioCallEventDbAccessor");
128
128
  const TwilioTaskQueueDbAccessor_1 = require("./db-accessors-v2/TwilioTaskQueueDbAccessor");
129
129
  const TwilioUserUpdateDbAccessor_1 = require("./db-accessors-v2/TwilioUserUpdateDbAccessor");
130
130
  const UgExternalAuditDbAccessor_1 = require("./db-accessors-v2/UgExternalAuditDbAccessor");
@@ -824,12 +824,12 @@ class OdinDbClient {
824
824
  }
825
825
  return this._transactions;
826
826
  }
827
- /** Access TwilioCallEvents records */
828
- get twilioCallEventses() {
829
- if (!this._twilioCallEventses) {
830
- this._twilioCallEventses = new TwilioCallEventsDbAccessor_1.TwilioCallEventsDbAccessor(this._principal, this._dbService, this._defaultOptions);
827
+ /** Access TwilioCallEvent records */
828
+ get twilioCallEvents() {
829
+ if (!this._twilioCallEvents) {
830
+ this._twilioCallEvents = new TwilioCallEventDbAccessor_1.TwilioCallEventDbAccessor(this._principal, this._dbService, this._defaultOptions);
831
831
  }
832
- return this._twilioCallEventses;
832
+ return this._twilioCallEvents;
833
833
  }
834
834
  /** Access TwilioTaskQueue records */
835
835
  get twilioTaskQueues() {
@@ -1,18 +1,18 @@
1
1
  /**
2
- * TwilioCallEvents Accessor
2
+ * TwilioCallEvent Accessor
3
3
  *
4
- * Provides typed access to TwilioCallEvents records via API.
4
+ * Provides typed access to TwilioCallEvent records via API.
5
5
  * Returns wrapped records with typed action methods.
6
6
  *
7
7
  * @example
8
8
  * ```typescript
9
9
  * // Get existing record
10
10
  * const record = await accessor.get(id);
11
- * await record.updateTwilioCallEvents({ ... });
11
+ * await record.updateTwilioCallEvent({ ... });
12
12
  *
13
13
  * // Create new record
14
14
  * const newRecord = accessor.new();
15
- * await newRecord.createTwilioCallEvents({ ... });
15
+ * await newRecord.createTwilioCallEvent({ ... });
16
16
  * ```
17
17
  *
18
18
  * AUTO-GENERATED - DO NOT EDIT DIRECTLY
@@ -21,21 +21,21 @@ import { OdinSearchV2 } from '@d19n/odin-types/dist/core';
21
21
  import { ApiProvider } from '@d19n/odin-sdk-generator/dist/api.provider';
22
22
  import { OauthParams } from '@d19n/odin-sdk-generator/dist/odin-sdk-types';
23
23
  import { QueryBuilder } from '@d19n/odin-sdk-generator/dist/query-builder';
24
- import { TwilioCallEventsProperties } from '../entities-v2/TwilioCallEvents';
25
- import { TwilioCallEventsRecord } from '../records-v2/TwilioCallEventsRecord';
24
+ import { TwilioCallEventProperties } from '../entities-v2/TwilioCallEvent';
25
+ import { TwilioCallEventRecord } from '../records-v2/TwilioCallEventRecord';
26
26
  /** List response with wrapped records */
27
- export interface TwilioCallEventsListResponse {
28
- data: TwilioCallEventsRecord[];
27
+ export interface TwilioCallEventListResponse {
28
+ data: TwilioCallEventRecord[];
29
29
  hasMore: boolean;
30
30
  totalRecords: number;
31
31
  }
32
32
  /** Search response with wrapped records */
33
- export interface TwilioCallEventsSearchResponse {
34
- records: TwilioCallEventsRecord[];
33
+ export interface TwilioCallEventSearchResponse {
34
+ records: TwilioCallEventRecord[];
35
35
  totalRecords: number;
36
36
  hasMore: boolean;
37
37
  }
38
- export declare class TwilioCallEventsAccessor {
38
+ export declare class TwilioCallEventAccessor {
39
39
  private readonly _provider;
40
40
  private readonly _moduleName;
41
41
  private readonly _entityName;
@@ -45,7 +45,7 @@ export declare class TwilioCallEventsAccessor {
45
45
  get moduleName(): string;
46
46
  get entityName(): string;
47
47
  /**
48
- * Create a new empty TwilioCallEvents record instance for create operations.
48
+ * Create a new empty TwilioCallEvent record instance for create operations.
49
49
  * Pre-generates an ID that can be referenced before the record is saved.
50
50
  *
51
51
  * @param id - Optional ID to use (auto-generated UUID if not provided)
@@ -68,30 +68,30 @@ export declare class TwilioCallEventsAccessor {
68
68
  * .createContact({ FirstName: "John" });
69
69
  * ```
70
70
  */
71
- new(id?: string): TwilioCallEventsRecord;
71
+ new(id?: string): TwilioCallEventRecord;
72
72
  /**
73
- * Get a single TwilioCallEvents record by ID
73
+ * Get a single TwilioCallEvent record by ID
74
74
  */
75
- get(id: string): Promise<TwilioCallEventsRecord>;
75
+ get(id: string): Promise<TwilioCallEventRecord>;
76
76
  /**
77
- * Get multiple TwilioCallEvents records by IDs
77
+ * Get multiple TwilioCallEvent records by IDs
78
78
  */
79
- getMany(ids: string[]): Promise<TwilioCallEventsRecord[]>;
79
+ getMany(ids: string[]): Promise<TwilioCallEventRecord[]>;
80
80
  /**
81
- * Search TwilioCallEvents records
81
+ * Search TwilioCallEvent records
82
82
  */
83
- search(params: Partial<OdinSearchV2>): Promise<TwilioCallEventsSearchResponse>;
83
+ search(params: Partial<OdinSearchV2>): Promise<TwilioCallEventSearchResponse>;
84
84
  /**
85
- * Search all TwilioCallEvents records with automatic pagination
85
+ * Search all TwilioCallEvent records with automatic pagination
86
86
  */
87
- searchAll(params: Partial<OdinSearchV2>): Promise<TwilioCallEventsRecord[]>;
87
+ searchAll(params: Partial<OdinSearchV2>): Promise<TwilioCallEventRecord[]>;
88
88
  /**
89
89
  * Async generator for paginating through all matching records.
90
90
  * Yields batches of wrapped records.
91
91
  */
92
- paginate(params: Partial<OdinSearchV2>): AsyncGenerator<TwilioCallEventsRecord[]>;
92
+ paginate(params: Partial<OdinSearchV2>): AsyncGenerator<TwilioCallEventRecord[]>;
93
93
  /**
94
- * Create a fluent query builder for TwilioCallEvents records
94
+ * Create a fluent query builder for TwilioCallEvent records
95
95
  *
96
96
  * @example
97
97
  * ```typescript
@@ -105,7 +105,7 @@ export declare class TwilioCallEventsAccessor {
105
105
  * .execute();
106
106
  * ```
107
107
  */
108
- query(): QueryBuilder<TwilioCallEventsProperties, TwilioCallEventsRecord>;
108
+ query(): QueryBuilder<TwilioCallEventProperties, TwilioCallEventRecord>;
109
109
  /** Access the underlying ApiProvider */
110
110
  get provider(): ApiProvider;
111
111
  }
@@ -1,19 +1,19 @@
1
1
  "use strict";
2
2
  /**
3
- * TwilioCallEvents Accessor
3
+ * TwilioCallEvent Accessor
4
4
  *
5
- * Provides typed access to TwilioCallEvents records via API.
5
+ * Provides typed access to TwilioCallEvent records via API.
6
6
  * Returns wrapped records with typed action methods.
7
7
  *
8
8
  * @example
9
9
  * ```typescript
10
10
  * // Get existing record
11
11
  * const record = await accessor.get(id);
12
- * await record.updateTwilioCallEvents({ ... });
12
+ * await record.updateTwilioCallEvent({ ... });
13
13
  *
14
14
  * // Create new record
15
15
  * const newRecord = accessor.new();
16
- * await newRecord.createTwilioCallEvents({ ... });
16
+ * await newRecord.createTwilioCallEvent({ ... });
17
17
  * ```
18
18
  *
19
19
  * AUTO-GENERATED - DO NOT EDIT DIRECTLY
@@ -40,14 +40,14 @@ var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _ar
40
40
  function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
41
41
  };
42
42
  Object.defineProperty(exports, "__esModule", { value: true });
43
- exports.TwilioCallEventsAccessor = void 0;
43
+ exports.TwilioCallEventAccessor = void 0;
44
44
  const api_provider_1 = require("@d19n/odin-sdk-generator/dist/api.provider");
45
45
  const query_builder_1 = require("@d19n/odin-sdk-generator/dist/query-builder");
46
- const TwilioCallEventsRecord_1 = require("../records-v2/TwilioCallEventsRecord");
47
- class TwilioCallEventsAccessor {
46
+ const TwilioCallEventRecord_1 = require("../records-v2/TwilioCallEventRecord");
47
+ class TwilioCallEventAccessor {
48
48
  constructor(providerOrAuth, host) {
49
49
  this._moduleName = 'NotificationModule';
50
- this._entityName = 'TwilioCallEvents';
50
+ this._entityName = 'TwilioCallEvent';
51
51
  if (providerOrAuth instanceof api_provider_1.ApiProvider) {
52
52
  this._provider = providerOrAuth;
53
53
  }
@@ -66,7 +66,7 @@ class TwilioCallEventsAccessor {
66
66
  // RECORD CREATION
67
67
  // ============================================
68
68
  /**
69
- * Create a new empty TwilioCallEvents record instance for create operations.
69
+ * Create a new empty TwilioCallEvent record instance for create operations.
70
70
  * Pre-generates an ID that can be referenced before the record is saved.
71
71
  *
72
72
  * @param id - Optional ID to use (auto-generated UUID if not provided)
@@ -90,54 +90,54 @@ class TwilioCallEventsAccessor {
90
90
  * ```
91
91
  */
92
92
  new(id) {
93
- return new TwilioCallEventsRecord_1.TwilioCallEventsRecord(null, this._provider, id);
93
+ return new TwilioCallEventRecord_1.TwilioCallEventRecord(null, this._provider, id);
94
94
  }
95
95
  // ============================================
96
96
  // RECORD RETRIEVAL
97
97
  // ============================================
98
98
  /**
99
- * Get a single TwilioCallEvents record by ID
99
+ * Get a single TwilioCallEvent record by ID
100
100
  */
101
101
  get(id) {
102
102
  return __awaiter(this, void 0, void 0, function* () {
103
103
  const record = yield this._provider._getByPrimaryKey(this._moduleName, this._entityName, id);
104
- return new TwilioCallEventsRecord_1.TwilioCallEventsRecord(record, this._provider);
104
+ return new TwilioCallEventRecord_1.TwilioCallEventRecord(record, this._provider);
105
105
  });
106
106
  }
107
107
  /**
108
- * Get multiple TwilioCallEvents records by IDs
108
+ * Get multiple TwilioCallEvent records by IDs
109
109
  */
110
110
  getMany(ids) {
111
111
  return __awaiter(this, void 0, void 0, function* () {
112
112
  if (ids.length === 0)
113
113
  return [];
114
114
  const records = yield this._provider._getManyByPrimaryKey(this._moduleName, this._entityName, ids);
115
- return records.map((r) => new TwilioCallEventsRecord_1.TwilioCallEventsRecord(r, this._provider));
115
+ return records.map((r) => new TwilioCallEventRecord_1.TwilioCallEventRecord(r, this._provider));
116
116
  });
117
117
  }
118
118
  // ============================================
119
119
  // SEARCH OPERATIONS
120
120
  // ============================================
121
121
  /**
122
- * Search TwilioCallEvents records
122
+ * Search TwilioCallEvent records
123
123
  */
124
124
  search(params) {
125
125
  return __awaiter(this, void 0, void 0, function* () {
126
126
  const result = yield this._provider._searchRecords(this._moduleName, this._entityName, params);
127
127
  return {
128
- records: result.records.map((r) => new TwilioCallEventsRecord_1.TwilioCallEventsRecord(r, this._provider)),
128
+ records: result.records.map((r) => new TwilioCallEventRecord_1.TwilioCallEventRecord(r, this._provider)),
129
129
  totalRecords: result.totalRecords,
130
130
  hasMore: result.hasMore,
131
131
  };
132
132
  });
133
133
  }
134
134
  /**
135
- * Search all TwilioCallEvents records with automatic pagination
135
+ * Search all TwilioCallEvent records with automatic pagination
136
136
  */
137
137
  searchAll(params) {
138
138
  return __awaiter(this, void 0, void 0, function* () {
139
139
  const result = yield this._provider._searchAllRecordsAndPaginate(this._moduleName, this._entityName, params);
140
- return result.records.map((r) => new TwilioCallEventsRecord_1.TwilioCallEventsRecord(r, this._provider));
140
+ return result.records.map((r) => new TwilioCallEventRecord_1.TwilioCallEventRecord(r, this._provider));
141
141
  });
142
142
  }
143
143
  /**
@@ -153,7 +153,7 @@ class TwilioCallEventsAccessor {
153
153
  while (hasMore) {
154
154
  const result = yield __await(this._provider._searchRecords(this._moduleName, this._entityName, Object.assign(Object.assign({}, params), { query: Object.assign(Object.assign({}, query), { searchAfter }) })));
155
155
  if (result.records.length > 0) {
156
- yield yield __await(result.records.map((r) => new TwilioCallEventsRecord_1.TwilioCallEventsRecord(r, this._provider)));
156
+ yield yield __await(result.records.map((r) => new TwilioCallEventRecord_1.TwilioCallEventRecord(r, this._provider)));
157
157
  const lastRecord = result.records[result.records.length - 1];
158
158
  searchAfter = lastRecord === null || lastRecord === void 0 ? void 0 : lastRecord.sort;
159
159
  }
@@ -165,7 +165,7 @@ class TwilioCallEventsAccessor {
165
165
  // QUERY BUILDER
166
166
  // ============================================
167
167
  /**
168
- * Create a fluent query builder for TwilioCallEvents records
168
+ * Create a fluent query builder for TwilioCallEvent records
169
169
  *
170
170
  * @example
171
171
  * ```typescript
@@ -187,4 +187,4 @@ class TwilioCallEventsAccessor {
187
187
  return this._provider;
188
188
  }
189
189
  }
190
- exports.TwilioCallEventsAccessor = TwilioCallEventsAccessor;
190
+ exports.TwilioCallEventAccessor = TwilioCallEventAccessor;
@@ -100,7 +100,7 @@ export { SmsMessageAccessor, SmsMessageSearchResponse, SmsMessageListResponse }
100
100
  export { TeamAccessor, TeamSearchResponse, TeamListResponse } from './TeamAccessor';
101
101
  export { TimeSlotAccessor, TimeSlotSearchResponse, TimeSlotListResponse } from './TimeSlotAccessor';
102
102
  export { TransactionAccessor, TransactionSearchResponse, TransactionListResponse } from './TransactionAccessor';
103
- export { TwilioCallEventsAccessor, TwilioCallEventsSearchResponse, TwilioCallEventsListResponse } from './TwilioCallEventsAccessor';
103
+ export { TwilioCallEventAccessor, TwilioCallEventSearchResponse, TwilioCallEventListResponse } from './TwilioCallEventAccessor';
104
104
  export { TwilioTaskQueueAccessor, TwilioTaskQueueSearchResponse, TwilioTaskQueueListResponse } from './TwilioTaskQueueAccessor';
105
105
  export { TwilioUserUpdateAccessor, TwilioUserUpdateSearchResponse, TwilioUserUpdateListResponse } from './TwilioUserUpdateAccessor';
106
106
  export { UgExternalAuditAccessor, UgExternalAuditSearchResponse, UgExternalAuditListResponse } from './UgExternalAuditAccessor';
@@ -9,7 +9,7 @@
9
9
  */
10
10
  Object.defineProperty(exports, "__esModule", { value: true });
11
11
  exports.OhExternalAuditAccessor = exports.OfferTemplateAccessor = exports.OfferAccessor = exports.NoteAccessor = exports.NetworkDeviceAccessor = exports.MessageAccessor = exports.LeadAccessor = exports.KnowledgeArticleAccessor = exports.InvoiceAccessor = exports.InvoiceItemAccessor = exports.ImpersonationTrackerAccessor = exports.FileAccessor = exports.FieldServiceProductAccessor = exports.FieldServiceDispatchedProductAccessor = exports.ExchangeAccessor = exports.EmailTemplateAccessor = exports.EmailSenderAccessor = exports.EmailAccessor = exports.DiscountAccessor = exports.CustomerPhonePortingAccessor = exports.CustomerDeviceRouterAccessor = exports.CustomerDeviceOntAccessor = exports.CustomerDeviceConfigurationAccessor = exports.CustomerDeviceAtaAccessor = exports.CrmDatasetAccessor = exports.CreditNoteAccessor = exports.ConversationAccessor = exports.ContractBuyOutAccessor = exports.ContactAccessor = exports.ContactIdentityAccessor = exports.ConfigAccessor = exports.ChurnRequestAccessor = exports.ChangeReasonAccessor = exports.CaseAccessor = exports.CampaignAccessor = exports.CallTransferAccessor = exports.CallAccessor = exports.CallLegAccessor = exports.BrskEntityMigrationErrorAccessor = exports.BngProvisionAccessor = exports.BillingRequestAccessor = exports.BillingAdjustmentAccessor = exports.AppointmentAccessor = exports.AffiliateCodeAccessor = exports.AddressAccessor = exports.AddressInteractionAccessor = exports.ActivityAccessor = exports.ActivityLogAccessor = exports.AccountAccessor = exports.AccountCreditAccessor = void 0;
12
- exports.VisitAccessor = exports.UserAccessor = exports.UgExternalAuditAccessor = exports.TwilioUserUpdateAccessor = exports.TwilioTaskQueueAccessor = exports.TwilioCallEventsAccessor = exports.TransactionAccessor = exports.TimeSlotAccessor = exports.TeamAccessor = exports.SmsMessageAccessor = exports.SiteSpecificRiskAssessmentOutcomeFormAccessor = exports.ServiceAccessor = exports.ServiceAppointmentAccessor = exports.ServiceAppointmentConfigAccessor = exports.ScheduleSlotAccessor = exports.SalesTerritoryAccessor = exports.RewardAccessor = exports.ReturnsAccessor = exports.RemediationRequiredReasonAccessor = exports.RemediationOutcomeFormAccessor = exports.RegionAccessor = exports.ReferralAccessor = exports.PushNotificationAccessor = exports.ProductAccessor = exports.PriceBookAccessor = exports.PgWebhookAccessor = exports.PgWebhookAttemptAccessor = exports.PgVocalinkAccessor = exports.PgTransactionAccessor = exports.PgSortCodeSubstitutionAccessor = exports.PgPaymentMethodAccessor = exports.PgLogAccessor = exports.PgFileAllocationAccessor = exports.PgDisputeAccessor = exports.PgDirectDebitFileAccessor = exports.PgContactAccessor = exports.PgAccountValidationAccessor = exports.PermissionToFailAccessor = exports.PaymentAccessor = exports.PaymentMethodRefundAccessor = exports.PaymentMethodAccessor = exports.PICRequestAccessor = exports.OverlayRealA55Accessor = exports.OutageAccessor = exports.OrderAccessor = exports.OrderKciAccessor = exports.OrderItemAccessor = exports.OrderCheckAccessor = exports.OntReplacementApprovalAccessor = exports.OneTouchSwitchAccessor = void 0;
12
+ exports.VisitAccessor = exports.UserAccessor = exports.UgExternalAuditAccessor = exports.TwilioUserUpdateAccessor = exports.TwilioTaskQueueAccessor = exports.TwilioCallEventAccessor = exports.TransactionAccessor = exports.TimeSlotAccessor = exports.TeamAccessor = exports.SmsMessageAccessor = exports.SiteSpecificRiskAssessmentOutcomeFormAccessor = exports.ServiceAccessor = exports.ServiceAppointmentAccessor = exports.ServiceAppointmentConfigAccessor = exports.ScheduleSlotAccessor = exports.SalesTerritoryAccessor = exports.RewardAccessor = exports.ReturnsAccessor = exports.RemediationRequiredReasonAccessor = exports.RemediationOutcomeFormAccessor = exports.RegionAccessor = exports.ReferralAccessor = exports.PushNotificationAccessor = exports.ProductAccessor = exports.PriceBookAccessor = exports.PgWebhookAccessor = exports.PgWebhookAttemptAccessor = exports.PgVocalinkAccessor = exports.PgTransactionAccessor = exports.PgSortCodeSubstitutionAccessor = exports.PgPaymentMethodAccessor = exports.PgLogAccessor = exports.PgFileAllocationAccessor = exports.PgDisputeAccessor = exports.PgDirectDebitFileAccessor = exports.PgContactAccessor = exports.PgAccountValidationAccessor = exports.PermissionToFailAccessor = exports.PaymentAccessor = exports.PaymentMethodRefundAccessor = exports.PaymentMethodAccessor = exports.PICRequestAccessor = exports.OverlayRealA55Accessor = exports.OutageAccessor = exports.OrderAccessor = exports.OrderKciAccessor = exports.OrderItemAccessor = exports.OrderCheckAccessor = exports.OntReplacementApprovalAccessor = exports.OneTouchSwitchAccessor = void 0;
13
13
  exports.YfFieldServiceVisitAccessor = exports.WorkOrderStatusUpdateAccessor = exports.WorkOrderAccessor = exports.WayleaveAuditAccessor = exports.VoiceConfigurationAccessor = void 0;
14
14
  var AccountCreditAccessor_1 = require("./AccountCreditAccessor");
15
15
  Object.defineProperty(exports, "AccountCreditAccessor", { enumerable: true, get: function () { return AccountCreditAccessor_1.AccountCreditAccessor; } });
@@ -199,8 +199,8 @@ var TimeSlotAccessor_1 = require("./TimeSlotAccessor");
199
199
  Object.defineProperty(exports, "TimeSlotAccessor", { enumerable: true, get: function () { return TimeSlotAccessor_1.TimeSlotAccessor; } });
200
200
  var TransactionAccessor_1 = require("./TransactionAccessor");
201
201
  Object.defineProperty(exports, "TransactionAccessor", { enumerable: true, get: function () { return TransactionAccessor_1.TransactionAccessor; } });
202
- var TwilioCallEventsAccessor_1 = require("./TwilioCallEventsAccessor");
203
- Object.defineProperty(exports, "TwilioCallEventsAccessor", { enumerable: true, get: function () { return TwilioCallEventsAccessor_1.TwilioCallEventsAccessor; } });
202
+ var TwilioCallEventAccessor_1 = require("./TwilioCallEventAccessor");
203
+ Object.defineProperty(exports, "TwilioCallEventAccessor", { enumerable: true, get: function () { return TwilioCallEventAccessor_1.TwilioCallEventAccessor; } });
204
204
  var TwilioTaskQueueAccessor_1 = require("./TwilioTaskQueueAccessor");
205
205
  Object.defineProperty(exports, "TwilioTaskQueueAccessor", { enumerable: true, get: function () { return TwilioTaskQueueAccessor_1.TwilioTaskQueueAccessor; } });
206
206
  var TwilioUserUpdateAccessor_1 = require("./TwilioUserUpdateAccessor");
@@ -4,10 +4,9 @@
4
4
  * Create inbound call event
5
5
  *
6
6
  * @module NotificationModule
7
- * @entity TwilioCallEvents
8
- * @entityType INBOUND_CALL_EVENT
7
+ * @entity TwilioCallEvent
9
8
  * @actionKey CreateInboundCallEvent
10
- * @event k1.t-hEOJjsDb.NotificationModule.TwilioCallEvents.Create.CreateInboundCallEvent
9
+ * @event k1.t-hEOJjsDb.NotificationModule.TwilioCallEvent.Create.CreateInboundCallEvent
11
10
  *
12
11
  * AUTO-GENERATED - DO NOT EDIT DIRECTLY
13
12
  */
@@ -15,7 +14,7 @@ import { OdinRecordCreateDto, OdinRecordCreatedEvent } from '@d19n/odin-types/di
15
14
  /**
16
15
  * RabbitMQ message payload for CreateInboundCallEvent created events
17
16
  *
18
- * @event k1.t-hEOJjsDb.NotificationModule.TwilioCallEvents.Create.CreateInboundCallEvent
17
+ * @event k1.t-hEOJjsDb.NotificationModule.TwilioCallEvent.Create.CreateInboundCallEvent
19
18
  */
20
19
  export interface CreateInboundCallEventMessage extends OdinRecordCreatedEvent<CreateInboundCallEventDto, CreateInboundCallEventProperties> {
21
20
  }
@@ -26,6 +25,14 @@ export interface CreateInboundCallEventMessage extends OdinRecordCreatedEvent<Cr
26
25
  * @property Optional fields: 0
27
26
  */
28
27
  export interface CreateInboundCallEventProperties {
28
+ /**
29
+ * Body
30
+ *
31
+ * Body of the request received from Twilio
32
+ * @type {JSON}
33
+ * @required
34
+ */
35
+ Body: string;
29
36
  /**
30
37
  * CallId
31
38
  *
@@ -50,14 +57,6 @@ export interface CreateInboundCallEventProperties {
50
57
  * @required
51
58
  */
52
59
  Query: string;
53
- /**
54
- * Body
55
- *
56
- * Body of the request received from Twilio
57
- * @type {JSON}
58
- * @required
59
- */
60
- Body: string;
61
60
  /**
62
61
  * ReceivedAt
63
62
  *
@@ -88,11 +87,10 @@ export interface CreateInboundCallEventProperties {
88
87
  *
89
88
  * Create inbound call event
90
89
  *
91
- * @actionType CREATE - Creates a new TwilioCallEvents record
90
+ * @actionType CREATE - Creates a new TwilioCallEvent record
92
91
  * @module NotificationModule
93
- * @entity TwilioCallEvents
94
- * @entityType INBOUND_CALL_EVENT (INBOUND_CALL_EVENT)
95
- * @event k1.t-hEOJjsDb.NotificationModule.TwilioCallEvents.Create.CreateInboundCallEvent
92
+ * @entity TwilioCallEvent
93
+ * @event k1.t-hEOJjsDb.NotificationModule.TwilioCallEvent.Create.CreateInboundCallEvent
96
94
  * @permission schema.action.createinboundcallevent.trigger
97
95
  * @benchmark This action is tracked for performance benchmarks
98
96
  */
@@ -102,15 +100,12 @@ export declare class CreateInboundCallEventDto extends OdinRecordCreateDto<Creat
102
100
  static readonly ACTION_KEY = "CreateInboundCallEvent";
103
101
  static readonly MODULE_NAME = "NotificationModule";
104
102
  static readonly ENTITIES: string[];
105
- static readonly ENTITY_TYPE = "INBOUND_CALL_EVENT";
106
- static readonly EVENT_NAME = "k1.t-hEOJjsDb.NotificationModule.TwilioCallEvents.Create.CreateInboundCallEvent";
103
+ static readonly EVENT_NAME = "k1.t-hEOJjsDb.NotificationModule.TwilioCallEvent.Create.CreateInboundCallEvent";
107
104
  static readonly PERMISSION = "schema.action.createinboundcallevent.trigger";
108
105
  /** Step metadata - entity this action targets */
109
- static readonly STEP_ENTITY = "NotificationModule:TwilioCallEvents";
110
- static readonly STEP_SCHEMA_ID = "dff5448f-59f1-42dd-b6c8-f6ab4789b447";
111
- static readonly STEP_SCHEMA_ACTION_ID = "6a930299-a9c8-4764-8be4-fc0dbd383d09";
112
- static readonly STEP_SCHEMA_TYPE_ID = "c3470126-6e54-4a2a-906f-571eeca0d32b";
113
- static readonly STEP_TYPE = "INBOUND_CALL_EVENT";
106
+ static readonly STEP_ENTITY = "NotificationModule:TwilioCallEvent";
107
+ static readonly STEP_SCHEMA_ID = "52cc16be-2010-453f-a1c9-142ca95f9a54";
108
+ static readonly STEP_SCHEMA_ACTION_ID = "f90ad1e9-bd9e-4362-a10a-5243a0655170";
114
109
  static readonly AUTO_LINK_PARENT = true;
115
110
  readonly actionName: string;
116
111
  readonly schemaActionId: string;
@@ -5,10 +5,9 @@
5
5
  * Create inbound call event
6
6
  *
7
7
  * @module NotificationModule
8
- * @entity TwilioCallEvents
9
- * @entityType INBOUND_CALL_EVENT
8
+ * @entity TwilioCallEvent
10
9
  * @actionKey CreateInboundCallEvent
11
- * @event k1.t-hEOJjsDb.NotificationModule.TwilioCallEvents.Create.CreateInboundCallEvent
10
+ * @event k1.t-hEOJjsDb.NotificationModule.TwilioCallEvent.Create.CreateInboundCallEvent
12
11
  *
13
12
  * AUTO-GENERATED - DO NOT EDIT DIRECTLY
14
13
  */
@@ -20,25 +19,24 @@ const core_1 = require("@d19n/odin-types/dist/core");
20
19
  *
21
20
  * Create inbound call event
22
21
  *
23
- * @actionType CREATE - Creates a new TwilioCallEvents record
22
+ * @actionType CREATE - Creates a new TwilioCallEvent record
24
23
  * @module NotificationModule
25
- * @entity TwilioCallEvents
26
- * @entityType INBOUND_CALL_EVENT (INBOUND_CALL_EVENT)
27
- * @event k1.t-hEOJjsDb.NotificationModule.TwilioCallEvents.Create.CreateInboundCallEvent
24
+ * @entity TwilioCallEvent
25
+ * @event k1.t-hEOJjsDb.NotificationModule.TwilioCallEvent.Create.CreateInboundCallEvent
28
26
  * @permission schema.action.createinboundcallevent.trigger
29
27
  * @benchmark This action is tracked for performance benchmarks
30
28
  */
31
29
  class CreateInboundCallEventDto extends core_1.OdinRecordCreateDto {
32
30
  constructor(properties, options) {
33
31
  super({
34
- entity: 'NotificationModule:TwilioCallEvents',
35
- type: 'INBOUND_CALL_EVENT',
32
+ entity: 'NotificationModule:TwilioCallEvent',
33
+ type: undefined,
36
34
  properties,
37
35
  journeyId: options === null || options === void 0 ? void 0 : options.journeyId,
38
36
  });
39
37
  this.actionName = 'CreateInboundCallEvent';
40
- this.schemaActionId = '6a930299-a9c8-4764-8be4-fc0dbd383d09';
41
- this.entity = 'NotificationModule:TwilioCallEvents';
38
+ this.schemaActionId = 'f90ad1e9-bd9e-4362-a10a-5243a0655170';
39
+ this.entity = 'NotificationModule:TwilioCallEvent';
42
40
  }
43
41
  }
44
42
  exports.CreateInboundCallEventDto = CreateInboundCallEventDto;
@@ -46,14 +44,11 @@ exports.CreateInboundCallEventDto = CreateInboundCallEventDto;
46
44
  CreateInboundCallEventDto.ACTION_TYPE = 'CREATE';
47
45
  CreateInboundCallEventDto.ACTION_KEY = 'CreateInboundCallEvent';
48
46
  CreateInboundCallEventDto.MODULE_NAME = 'NotificationModule';
49
- CreateInboundCallEventDto.ENTITIES = ['TwilioCallEvents'];
50
- CreateInboundCallEventDto.ENTITY_TYPE = 'INBOUND_CALL_EVENT';
51
- CreateInboundCallEventDto.EVENT_NAME = 'k1.t-hEOJjsDb.NotificationModule.TwilioCallEvents.Create.CreateInboundCallEvent';
47
+ CreateInboundCallEventDto.ENTITIES = ['TwilioCallEvent'];
48
+ CreateInboundCallEventDto.EVENT_NAME = 'k1.t-hEOJjsDb.NotificationModule.TwilioCallEvent.Create.CreateInboundCallEvent';
52
49
  CreateInboundCallEventDto.PERMISSION = 'schema.action.createinboundcallevent.trigger';
53
50
  /** Step metadata - entity this action targets */
54
- CreateInboundCallEventDto.STEP_ENTITY = 'NotificationModule:TwilioCallEvents';
55
- CreateInboundCallEventDto.STEP_SCHEMA_ID = 'dff5448f-59f1-42dd-b6c8-f6ab4789b447';
56
- CreateInboundCallEventDto.STEP_SCHEMA_ACTION_ID = '6a930299-a9c8-4764-8be4-fc0dbd383d09';
57
- CreateInboundCallEventDto.STEP_SCHEMA_TYPE_ID = 'c3470126-6e54-4a2a-906f-571eeca0d32b';
58
- CreateInboundCallEventDto.STEP_TYPE = 'INBOUND_CALL_EVENT';
51
+ CreateInboundCallEventDto.STEP_ENTITY = 'NotificationModule:TwilioCallEvent';
52
+ CreateInboundCallEventDto.STEP_SCHEMA_ID = '52cc16be-2010-453f-a1c9-142ca95f9a54';
53
+ CreateInboundCallEventDto.STEP_SCHEMA_ACTION_ID = 'f90ad1e9-bd9e-4362-a10a-5243a0655170';
59
54
  CreateInboundCallEventDto.AUTO_LINK_PARENT = true;