@redhat-cloud-services/notifications-client 2.5.3 → 2.5.5

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.
@@ -1,2007 +1,779 @@
1
1
  /**
2
2
  *
3
3
  * @export
4
- * @interface AddAccessRequest
4
+ * @interface Application
5
5
  */
6
- export interface AddAccessRequest {
6
+ export interface Application {
7
7
  /**
8
8
  *
9
9
  * @type {string}
10
- * @memberof AddAccessRequest
10
+ * @memberof Application
11
11
  */
12
- 'role'?: string;
12
+ 'created'?: string;
13
13
  /**
14
14
  *
15
15
  * @type {string}
16
- * @memberof AddAccessRequest
16
+ * @memberof Application
17
17
  */
18
- 'application_id'?: string;
19
- }
20
- /**
21
- *
22
- * @export
23
- * @interface AddApplicationRequest
24
- */
25
- export interface AddApplicationRequest {
18
+ 'updated'?: string;
26
19
  /**
27
20
  *
28
21
  * @type {string}
29
- * @memberof AddApplicationRequest
22
+ * @memberof Application
30
23
  */
31
- 'name': string;
24
+ 'id'?: string;
32
25
  /**
33
26
  *
34
27
  * @type {string}
35
- * @memberof AddApplicationRequest
28
+ * @memberof Application
36
29
  */
37
- 'display_name': string;
30
+ 'name': string;
38
31
  /**
39
32
  *
40
33
  * @type {string}
41
- * @memberof AddApplicationRequest
34
+ * @memberof Application
42
35
  */
43
- 'bundle_id': string;
36
+ 'display_name': string;
44
37
  /**
45
38
  *
46
39
  * @type {string}
47
- * @memberof AddApplicationRequest
40
+ * @memberof Application
48
41
  */
49
- 'owner_role'?: string;
42
+ 'bundle_id': string;
50
43
  }
51
44
  /**
52
45
  *
53
46
  * @export
54
- * @interface AggregationEmailTemplate
47
+ * @interface BehaviorGroup
55
48
  */
56
- export interface AggregationEmailTemplate {
49
+ export interface BehaviorGroup {
57
50
  /**
58
51
  *
59
52
  * @type {string}
60
- * @memberof AggregationEmailTemplate
53
+ * @memberof BehaviorGroup
61
54
  */
62
55
  'created'?: string;
63
56
  /**
64
57
  *
65
58
  * @type {string}
66
- * @memberof AggregationEmailTemplate
59
+ * @memberof BehaviorGroup
67
60
  */
68
61
  'updated'?: string;
69
62
  /**
70
63
  *
71
64
  * @type {string}
72
- * @memberof AggregationEmailTemplate
65
+ * @memberof BehaviorGroup
73
66
  */
74
67
  'id'?: string;
75
- /**
76
- *
77
- * @type {Application}
78
- * @memberof AggregationEmailTemplate
79
- */
80
- 'application'?: Application;
81
68
  /**
82
69
  *
83
70
  * @type {string}
84
- * @memberof AggregationEmailTemplate
71
+ * @memberof BehaviorGroup
85
72
  */
86
- 'application_id'?: string;
73
+ 'display_name': string;
87
74
  /**
88
75
  *
89
- * @type {SubscriptionType}
90
- * @memberof AggregationEmailTemplate
76
+ * @type {string}
77
+ * @memberof BehaviorGroup
91
78
  */
92
- 'subscription_type': SubscriptionType;
79
+ 'bundle_id': string;
93
80
  /**
94
81
  *
95
- * @type {AggregationEmailTemplateSubjectTemplate}
96
- * @memberof AggregationEmailTemplate
82
+ * @type {Bundle}
83
+ * @memberof BehaviorGroup
97
84
  */
98
- 'subject_template'?: AggregationEmailTemplateSubjectTemplate;
85
+ 'bundle'?: Bundle;
99
86
  /**
100
87
  *
101
- * @type {string}
102
- * @memberof AggregationEmailTemplate
88
+ * @type {Array<BehaviorGroupAction>}
89
+ * @memberof BehaviorGroup
103
90
  */
104
- 'subject_template_id': string;
91
+ 'actions'?: Array<BehaviorGroupAction>;
105
92
  /**
106
93
  *
107
- * @type {AggregationEmailTemplateSubjectTemplate}
108
- * @memberof AggregationEmailTemplate
94
+ * @type {Set<EventTypeBehavior>}
95
+ * @memberof BehaviorGroup
109
96
  */
110
- 'body_template'?: AggregationEmailTemplateSubjectTemplate;
97
+ 'behaviors'?: Set<EventTypeBehavior>;
111
98
  /**
112
99
  *
113
- * @type {string}
114
- * @memberof AggregationEmailTemplate
100
+ * @type {boolean}
101
+ * @memberof BehaviorGroup
115
102
  */
116
- 'body_template_id': string;
103
+ 'default_behavior'?: boolean;
117
104
  }
118
105
  /**
119
106
  *
120
107
  * @export
121
- * @interface AggregationEmailTemplateSubjectTemplate
108
+ * @interface BehaviorGroupAction
122
109
  */
123
- export interface AggregationEmailTemplateSubjectTemplate {
110
+ export interface BehaviorGroupAction {
124
111
  /**
125
112
  *
126
113
  * @type {string}
127
- * @memberof AggregationEmailTemplateSubjectTemplate
114
+ * @memberof BehaviorGroupAction
128
115
  */
129
116
  'created'?: string;
130
117
  /**
131
118
  *
132
- * @type {string}
133
- * @memberof AggregationEmailTemplateSubjectTemplate
134
- */
135
- 'updated'?: string;
136
- /**
137
- *
138
- * @type {string}
139
- * @memberof AggregationEmailTemplateSubjectTemplate
119
+ * @type {BehaviorGroupActionId}
120
+ * @memberof BehaviorGroupAction
140
121
  */
141
- 'id'?: string;
122
+ 'id'?: BehaviorGroupActionId;
142
123
  /**
143
124
  *
144
- * @type {string}
145
- * @memberof AggregationEmailTemplateSubjectTemplate
125
+ * @type {Endpoint}
126
+ * @memberof BehaviorGroupAction
146
127
  */
147
- 'name': string;
128
+ 'endpoint'?: Endpoint;
129
+ }
130
+ /**
131
+ *
132
+ * @export
133
+ * @interface BehaviorGroupActionId
134
+ */
135
+ export interface BehaviorGroupActionId {
148
136
  /**
149
137
  *
150
138
  * @type {string}
151
- * @memberof AggregationEmailTemplateSubjectTemplate
139
+ * @memberof BehaviorGroupActionId
152
140
  */
153
- 'description': string;
141
+ 'behaviorGroupId': string;
154
142
  /**
155
143
  *
156
144
  * @type {string}
157
- * @memberof AggregationEmailTemplateSubjectTemplate
145
+ * @memberof BehaviorGroupActionId
158
146
  */
159
- 'data': string;
147
+ 'endpointId': string;
160
148
  }
161
149
  /**
162
150
  *
163
151
  * @export
164
- * @interface Application
152
+ * @interface Bundle
165
153
  */
166
- export interface Application {
154
+ export interface Bundle {
167
155
  /**
168
156
  *
169
157
  * @type {string}
170
- * @memberof Application
158
+ * @memberof Bundle
171
159
  */
172
160
  'created'?: string;
173
161
  /**
174
162
  *
175
163
  * @type {string}
176
- * @memberof Application
164
+ * @memberof Bundle
177
165
  */
178
166
  'updated'?: string;
179
167
  /**
180
168
  *
181
169
  * @type {string}
182
- * @memberof Application
170
+ * @memberof Bundle
183
171
  */
184
172
  'id'?: string;
185
173
  /**
186
174
  *
187
175
  * @type {string}
188
- * @memberof Application
176
+ * @memberof Bundle
189
177
  */
190
178
  'name': string;
191
179
  /**
192
180
  *
193
181
  * @type {string}
194
- * @memberof Application
182
+ * @memberof Bundle
195
183
  */
196
184
  'display_name': string;
197
- /**
198
- *
199
- * @type {string}
200
- * @memberof Application
201
- */
202
- 'bundle_id': string;
203
185
  }
204
186
  /**
205
187
  *
206
188
  * @export
207
- * @interface Application1
189
+ * @interface CreateBehaviorGroupRequest
208
190
  */
209
- export interface Application1 {
191
+ export interface CreateBehaviorGroupRequest {
192
+ /**
193
+ *
194
+ * @type {string}
195
+ * @memberof CreateBehaviorGroupRequest
196
+ */
197
+ 'bundle_id'?: string;
210
198
  /**
211
199
  *
212
200
  * @type {string}
213
- * @memberof Application1
201
+ * @memberof CreateBehaviorGroupRequest
214
202
  */
215
- 'id': string;
203
+ 'bundle_name'?: string;
216
204
  /**
217
205
  *
218
206
  * @type {string}
219
- * @memberof Application1
207
+ * @memberof CreateBehaviorGroupRequest
220
208
  */
221
209
  'display_name': string;
210
+ /**
211
+ *
212
+ * @type {Array<string>}
213
+ * @memberof CreateBehaviorGroupRequest
214
+ */
215
+ 'endpoint_ids'?: Array<string>;
216
+ /**
217
+ *
218
+ * @type {Set<string>}
219
+ * @memberof CreateBehaviorGroupRequest
220
+ */
221
+ 'event_type_ids'?: Set<string>;
222
+ /**
223
+ *
224
+ * @type {boolean}
225
+ * @memberof CreateBehaviorGroupRequest
226
+ */
227
+ 'bundle_uuid_or_bundle_name_valid'?: boolean;
222
228
  }
223
229
  /**
224
230
  *
225
231
  * @export
226
- * @interface ApplicationDTO
232
+ * @interface CreateBehaviorGroupResponse
227
233
  */
228
- export interface ApplicationDTO {
234
+ export interface CreateBehaviorGroupResponse {
229
235
  /**
230
236
  *
231
237
  * @type {string}
232
- * @memberof ApplicationDTO
238
+ * @memberof CreateBehaviorGroupResponse
233
239
  */
234
- 'id'?: string;
240
+ 'id': string;
235
241
  /**
236
242
  *
237
243
  * @type {string}
238
- * @memberof ApplicationDTO
244
+ * @memberof CreateBehaviorGroupResponse
239
245
  */
240
- 'name': string;
246
+ 'bundle_id': string;
241
247
  /**
242
248
  *
243
249
  * @type {string}
244
- * @memberof ApplicationDTO
250
+ * @memberof CreateBehaviorGroupResponse
245
251
  */
246
252
  'display_name': string;
247
253
  /**
248
254
  *
249
- * @type {string}
250
- * @memberof ApplicationDTO
255
+ * @type {Array<string>}
256
+ * @memberof CreateBehaviorGroupResponse
251
257
  */
252
- 'bundle_id': string;
258
+ 'endpoints': Array<string>;
259
+ /**
260
+ *
261
+ * @type {Set<string>}
262
+ * @memberof CreateBehaviorGroupResponse
263
+ */
264
+ 'event_types': Set<string>;
253
265
  /**
254
266
  *
255
- * @type {Set<EventTypeDTO>}
256
- * @memberof ApplicationDTO
267
+ * @type {string}
268
+ * @memberof CreateBehaviorGroupResponse
257
269
  */
258
- 'event_types'?: Set<EventTypeDTO>;
270
+ 'created': string;
259
271
  }
260
272
  /**
261
273
  *
262
274
  * @export
263
- * @interface ApplicationDTO1
275
+ * @interface DrawerEntryPayload
264
276
  */
265
- export interface ApplicationDTO1 {
277
+ export interface DrawerEntryPayload {
266
278
  /**
267
279
  *
268
280
  * @type {string}
269
- * @memberof ApplicationDTO1
281
+ * @memberof DrawerEntryPayload
270
282
  */
271
283
  'id'?: string;
272
284
  /**
273
285
  *
274
286
  * @type {string}
275
- * @memberof ApplicationDTO1
276
- */
277
- 'name': string;
278
- /**
279
- *
280
- * @type {string}
281
- * @memberof ApplicationDTO1
282
- */
283
- 'display_name': string;
284
- /**
285
- *
286
- * @type {string}
287
- * @memberof ApplicationDTO1
287
+ * @memberof DrawerEntryPayload
288
288
  */
289
- 'bundle_id': string;
289
+ 'description'?: string;
290
290
  /**
291
291
  *
292
292
  * @type {string}
293
- * @memberof ApplicationDTO1
293
+ * @memberof DrawerEntryPayload
294
294
  */
295
- 'owner_role'?: string;
295
+ 'title'?: string;
296
296
  /**
297
297
  *
298
298
  * @type {string}
299
- * @memberof ApplicationDTO1
299
+ * @memberof DrawerEntryPayload
300
300
  */
301
301
  'created'?: string;
302
- }
303
- /**
304
- *
305
- * @export
306
- * @interface ApplicationSettingsValue
307
- */
308
- export interface ApplicationSettingsValue {
309
302
  /**
310
303
  *
311
- * @type {{ [key: string]: EventTypeSettingsValue; }}
312
- * @memberof ApplicationSettingsValue
304
+ * @type {boolean}
305
+ * @memberof DrawerEntryPayload
313
306
  */
314
- 'eventTypes'?: {
315
- [key: string]: EventTypeSettingsValue;
316
- };
317
- }
318
- /**
319
- *
320
- * @export
321
- * @interface BasicAuthenticationDTO
322
- */
323
- export interface BasicAuthenticationDTO {
307
+ 'read': boolean;
324
308
  /**
325
309
  *
326
310
  * @type {string}
327
- * @memberof BasicAuthenticationDTO
311
+ * @memberof DrawerEntryPayload
328
312
  */
329
- 'username'?: string;
313
+ 'source'?: string;
330
314
  /**
331
315
  *
332
316
  * @type {string}
333
- * @memberof BasicAuthenticationDTO
317
+ * @memberof DrawerEntryPayload
334
318
  */
335
- 'password'?: string;
319
+ 'bundle'?: string;
336
320
  }
337
321
  /**
338
322
  *
339
323
  * @export
340
- * @interface BehaviorGroup
324
+ * @interface Endpoint
341
325
  */
342
- export interface BehaviorGroup {
326
+ export interface Endpoint {
343
327
  /**
344
328
  *
345
329
  * @type {string}
346
- * @memberof BehaviorGroup
330
+ * @memberof Endpoint
347
331
  */
348
332
  'created'?: string;
349
333
  /**
350
334
  *
351
335
  * @type {string}
352
- * @memberof BehaviorGroup
336
+ * @memberof Endpoint
353
337
  */
354
338
  'updated'?: string;
355
339
  /**
356
340
  *
357
341
  * @type {string}
358
- * @memberof BehaviorGroup
342
+ * @memberof Endpoint
359
343
  */
360
344
  'id'?: string;
361
345
  /**
362
346
  *
363
347
  * @type {string}
364
- * @memberof BehaviorGroup
348
+ * @memberof Endpoint
365
349
  */
366
- 'display_name': string;
350
+ 'name': string;
367
351
  /**
368
352
  *
369
353
  * @type {string}
370
- * @memberof BehaviorGroup
371
- */
372
- 'bundle_id': string;
373
- /**
374
- *
375
- * @type {Bundle}
376
- * @memberof BehaviorGroup
354
+ * @memberof Endpoint
377
355
  */
378
- 'bundle'?: Bundle;
356
+ 'description': string;
379
357
  /**
380
358
  *
381
- * @type {Array<BehaviorGroupAction>}
382
- * @memberof BehaviorGroup
359
+ * @type {boolean}
360
+ * @memberof Endpoint
383
361
  */
384
- 'actions'?: Array<BehaviorGroupAction>;
362
+ 'enabled'?: boolean;
385
363
  /**
386
364
  *
387
- * @type {Set<EventTypeBehavior>}
388
- * @memberof BehaviorGroup
365
+ * @type {EndpointStatus}
366
+ * @memberof Endpoint
389
367
  */
390
- 'behaviors'?: Set<EventTypeBehavior>;
368
+ 'status'?: EndpointStatus;
391
369
  /**
392
370
  *
393
- * @type {boolean}
394
- * @memberof BehaviorGroup
371
+ * @type {number}
372
+ * @memberof Endpoint
395
373
  */
396
- 'default_behavior'?: boolean;
397
- }
398
- /**
399
- *
400
- * @export
401
- * @interface BehaviorGroupAction
402
- */
403
- export interface BehaviorGroupAction {
374
+ 'server_errors'?: number;
404
375
  /**
405
376
  *
406
- * @type {string}
407
- * @memberof BehaviorGroupAction
377
+ * @type {object}
378
+ * @memberof Endpoint
408
379
  */
409
- 'created'?: string;
380
+ 'properties'?: object;
410
381
  /**
411
382
  *
412
- * @type {BehaviorGroupActionId}
413
- * @memberof BehaviorGroupAction
383
+ * @type {EndpointType}
384
+ * @memberof Endpoint
414
385
  */
415
- 'id'?: BehaviorGroupActionId;
386
+ 'type'?: EndpointType;
416
387
  /**
417
388
  *
418
- * @type {Endpoint}
419
- * @memberof BehaviorGroupAction
389
+ * @type {string}
390
+ * @memberof Endpoint
420
391
  */
421
- 'endpoint'?: Endpoint;
392
+ 'sub_type'?: string;
422
393
  }
423
394
  /**
424
395
  *
425
396
  * @export
426
- * @interface BehaviorGroupActionId
397
+ * @enum {string}
427
398
  */
428
- export interface BehaviorGroupActionId {
429
- /**
430
- *
431
- * @type {string}
432
- * @memberof BehaviorGroupActionId
433
- */
434
- 'behaviorGroupId': string;
435
- /**
436
- *
437
- * @type {string}
438
- * @memberof BehaviorGroupActionId
439
- */
440
- 'endpointId': string;
441
- }
399
+ export declare const EndpointStatus: {
400
+ readonly Ready: "READY";
401
+ readonly Unknown: "UNKNOWN";
402
+ readonly New: "NEW";
403
+ readonly Provisioning: "PROVISIONING";
404
+ readonly Deleting: "DELETING";
405
+ readonly Failed: "FAILED";
406
+ };
407
+ export type EndpointStatus = typeof EndpointStatus[keyof typeof EndpointStatus];
442
408
  /**
443
409
  *
444
410
  * @export
445
- * @interface Bundle
411
+ * @enum {string}
446
412
  */
447
- export interface Bundle {
448
- /**
449
- *
450
- * @type {string}
451
- * @memberof Bundle
452
- */
453
- 'created'?: string;
454
- /**
455
- *
456
- * @type {string}
457
- * @memberof Bundle
458
- */
459
- 'updated'?: string;
460
- /**
461
- *
462
- * @type {string}
463
- * @memberof Bundle
464
- */
465
- 'id'?: string;
466
- /**
467
- *
468
- * @type {string}
469
- * @memberof Bundle
470
- */
471
- 'name': string;
472
- /**
473
- *
474
- * @type {string}
475
- * @memberof Bundle
476
- */
477
- 'display_name': string;
478
- }
413
+ export declare const EndpointType: {
414
+ readonly Ansible: "ansible";
415
+ readonly Camel: "camel";
416
+ readonly Drawer: "drawer";
417
+ readonly EmailSubscription: "email_subscription";
418
+ readonly Webhook: "webhook";
419
+ readonly Pagerduty: "pagerduty";
420
+ };
421
+ export type EndpointType = typeof EndpointType[keyof typeof EndpointType];
479
422
  /**
480
423
  *
481
424
  * @export
482
- * @interface BundleDTO
425
+ * @interface EventLogEntry
483
426
  */
484
- export interface BundleDTO {
485
- /**
486
- *
487
- * @type {string}
488
- * @memberof BundleDTO
489
- */
490
- 'id'?: string;
491
- /**
492
- *
493
- * @type {string}
494
- * @memberof BundleDTO
495
- */
496
- 'name': string;
427
+ export interface EventLogEntry {
497
428
  /**
498
429
  *
499
430
  * @type {string}
500
- * @memberof BundleDTO
501
- */
502
- 'display_name': string;
503
- /**
504
- *
505
- * @type {Set<ApplicationDTO>}
506
- * @memberof BundleDTO
507
- */
508
- 'applications'?: Set<ApplicationDTO>;
509
- }
510
- /**
511
- *
512
- * @export
513
- * @interface BundleSettingsValue
514
- */
515
- export interface BundleSettingsValue {
516
- /**
517
- *
518
- * @type {{ [key: string]: ApplicationSettingsValue; }}
519
- * @memberof BundleSettingsValue
520
- */
521
- 'applications'?: {
522
- [key: string]: ApplicationSettingsValue;
523
- };
524
- }
525
- /**
526
- *
527
- * @export
528
- * @interface CamelPropertiesDTO
529
- */
530
- export interface CamelPropertiesDTO {
531
- /**
532
- *
533
- * @type {boolean}
534
- * @memberof CamelPropertiesDTO
535
- */
536
- 'disableSslVerification': boolean;
537
- /**
538
- *
539
- * @type {{ [key: string]: string; }}
540
- * @memberof CamelPropertiesDTO
431
+ * @memberof EventLogEntry
541
432
  */
542
- 'extras'?: {
543
- [key: string]: string;
544
- };
433
+ 'id': string;
545
434
  /**
546
435
  *
547
436
  * @type {string}
548
- * @memberof CamelPropertiesDTO
549
- */
550
- 'url': string;
551
- /**
552
- *
553
- * @type {BasicAuthenticationDTO}
554
- * @memberof CamelPropertiesDTO
437
+ * @memberof EventLogEntry
555
438
  */
556
- 'basicAuthentication'?: BasicAuthenticationDTO;
439
+ 'created': string;
557
440
  /**
558
441
  *
559
442
  * @type {string}
560
- * @memberof CamelPropertiesDTO
443
+ * @memberof EventLogEntry
561
444
  */
562
- 'secretToken'?: string;
563
- }
564
- /**
565
- *
566
- * @export
567
- * @interface CreateBehaviorGroupRequest
568
- */
569
- export interface CreateBehaviorGroupRequest {
445
+ 'bundle': string;
570
446
  /**
571
447
  *
572
448
  * @type {string}
573
- * @memberof CreateBehaviorGroupRequest
449
+ * @memberof EventLogEntry
574
450
  */
575
- 'bundle_id'?: string;
451
+ 'application': string;
576
452
  /**
577
453
  *
578
454
  * @type {string}
579
- * @memberof CreateBehaviorGroupRequest
455
+ * @memberof EventLogEntry
580
456
  */
581
- 'bundle_name'?: string;
457
+ 'event_type': string;
582
458
  /**
583
459
  *
584
460
  * @type {string}
585
- * @memberof CreateBehaviorGroupRequest
586
- */
587
- 'display_name': string;
588
- /**
589
- *
590
- * @type {Array<string>}
591
- * @memberof CreateBehaviorGroupRequest
592
- */
593
- 'endpoint_ids'?: Array<string>;
594
- /**
595
- *
596
- * @type {Set<string>}
597
- * @memberof CreateBehaviorGroupRequest
461
+ * @memberof EventLogEntry
598
462
  */
599
- 'event_type_ids'?: Set<string>;
463
+ 'payload'?: string;
600
464
  /**
601
465
  *
602
- * @type {boolean}
603
- * @memberof CreateBehaviorGroupRequest
466
+ * @type {Array<EventLogEntryAction>}
467
+ * @memberof EventLogEntry
604
468
  */
605
- 'bundle_uuid_or_bundle_name_valid'?: boolean;
469
+ 'actions': Array<EventLogEntryAction>;
606
470
  }
607
471
  /**
608
472
  *
609
473
  * @export
610
- * @interface CreateBehaviorGroupResponse
474
+ * @interface EventLogEntryAction
611
475
  */
612
- export interface CreateBehaviorGroupResponse {
476
+ export interface EventLogEntryAction {
613
477
  /**
614
478
  *
615
479
  * @type {string}
616
- * @memberof CreateBehaviorGroupResponse
480
+ * @memberof EventLogEntryAction
617
481
  */
618
482
  'id': string;
619
483
  /**
620
484
  *
621
- * @type {string}
622
- * @memberof CreateBehaviorGroupResponse
623
- */
624
- 'bundle_id': string;
625
- /**
626
- *
627
- * @type {string}
628
- * @memberof CreateBehaviorGroupResponse
629
- */
630
- 'display_name': string;
631
- /**
632
- *
633
- * @type {Array<string>}
634
- * @memberof CreateBehaviorGroupResponse
635
- */
636
- 'endpoints': Array<string>;
637
- /**
638
- *
639
- * @type {Set<string>}
640
- * @memberof CreateBehaviorGroupResponse
641
- */
642
- 'event_types': Set<string>;
643
- /**
644
- *
645
- * @type {string}
646
- * @memberof CreateBehaviorGroupResponse
647
- */
648
- 'created': string;
649
- }
650
- /**
651
- *
652
- * @export
653
- * @interface CurrentStatus
654
- */
655
- export interface CurrentStatus {
656
- /**
657
- *
658
- * @type {Status}
659
- * @memberof CurrentStatus
660
- */
661
- 'status': Status;
662
- /**
663
- *
664
- * @type {string}
665
- * @memberof CurrentStatus
666
- */
667
- 'start_time'?: string;
668
- /**
669
- *
670
- * @type {string}
671
- * @memberof CurrentStatus
672
- */
673
- 'end_time'?: string;
674
- }
675
- /**
676
- *
677
- * @export
678
- * @interface DrawerEntryPayload
679
- */
680
- export interface DrawerEntryPayload {
681
- /**
682
- *
683
- * @type {string}
684
- * @memberof DrawerEntryPayload
685
- */
686
- 'id'?: string;
687
- /**
688
- *
689
- * @type {string}
690
- * @memberof DrawerEntryPayload
485
+ * @type {EndpointType}
486
+ * @memberof EventLogEntryAction
691
487
  */
692
- 'description'?: string;
488
+ 'endpoint_type': EndpointType;
693
489
  /**
694
490
  *
695
491
  * @type {string}
696
- * @memberof DrawerEntryPayload
492
+ * @memberof EventLogEntryAction
697
493
  */
698
- 'title'?: string;
494
+ 'endpoint_sub_type'?: string;
699
495
  /**
700
496
  *
701
- * @type {string}
702
- * @memberof DrawerEntryPayload
497
+ * @type {boolean}
498
+ * @memberof EventLogEntryAction
499
+ * @deprecated
703
500
  */
704
- 'created'?: string;
501
+ 'invocation_result': boolean;
705
502
  /**
706
503
  *
707
- * @type {boolean}
708
- * @memberof DrawerEntryPayload
504
+ * @type {EventLogEntryActionStatus}
505
+ * @memberof EventLogEntryAction
709
506
  */
710
- 'read': boolean;
507
+ 'status': EventLogEntryActionStatus;
711
508
  /**
712
509
  *
713
510
  * @type {string}
714
- * @memberof DrawerEntryPayload
511
+ * @memberof EventLogEntryAction
715
512
  */
716
- 'source'?: string;
513
+ 'endpoint_id'?: string;
717
514
  /**
718
515
  *
719
- * @type {string}
720
- * @memberof DrawerEntryPayload
721
- */
722
- 'bundle'?: string;
723
- }
724
- /**
725
- *
726
- * @export
727
- * @interface Endpoint
728
- */
729
- export interface Endpoint {
730
- /**
731
- *
732
- * @type {string}
733
- * @memberof Endpoint
734
- */
735
- 'created'?: string;
736
- /**
737
- *
738
- * @type {string}
739
- * @memberof Endpoint
740
- */
741
- 'updated'?: string;
742
- /**
743
- *
744
- * @type {string}
745
- * @memberof Endpoint
746
- */
747
- 'id'?: string;
748
- /**
749
- *
750
- * @type {string}
751
- * @memberof Endpoint
752
- */
753
- 'name': string;
754
- /**
755
- *
756
- * @type {string}
757
- * @memberof Endpoint
758
- */
759
- 'description': string;
760
- /**
761
- *
762
- * @type {boolean}
763
- * @memberof Endpoint
764
- */
765
- 'enabled'?: boolean;
766
- /**
767
- *
768
- * @type {EndpointStatus}
769
- * @memberof Endpoint
770
- */
771
- 'status'?: EndpointStatus;
772
- /**
773
- *
774
- * @type {number}
775
- * @memberof Endpoint
776
- */
777
- 'server_errors'?: number;
778
- /**
779
- *
780
- * @type {object}
781
- * @memberof Endpoint
782
- */
783
- 'properties'?: object;
784
- /**
785
- *
786
- * @type {EndpointType}
787
- * @memberof Endpoint
788
- */
789
- 'type'?: EndpointType;
790
- /**
791
- *
792
- * @type {string}
793
- * @memberof Endpoint
794
- */
795
- 'sub_type'?: string;
796
- }
797
- /**
798
- *
799
- * @export
800
- * @interface EndpointDTO
801
- */
802
- export interface EndpointDTO {
803
- /**
804
- *
805
- * @type {string}
806
- * @memberof EndpointDTO
807
- */
808
- 'id'?: string;
809
- /**
810
- *
811
- * @type {string}
812
- * @memberof EndpointDTO
813
- */
814
- 'name': string;
815
- /**
816
- *
817
- * @type {string}
818
- * @memberof EndpointDTO
819
- */
820
- 'description': string;
821
- /**
822
- *
823
- * @type {boolean}
824
- * @memberof EndpointDTO
825
- */
826
- 'enabled'?: boolean;
827
- /**
828
- *
829
- * @type {EndpointStatusDTO}
830
- * @memberof EndpointDTO
831
- */
832
- 'status'?: EndpointStatusDTO;
833
- /**
834
- *
835
- * @type {number}
836
- * @memberof EndpointDTO
837
- */
838
- 'server_errors'?: number;
839
- /**
840
- *
841
- * @type {EndpointTypeDTO}
842
- * @memberof EndpointDTO
843
- */
844
- 'type': EndpointTypeDTO;
845
- /**
846
- *
847
- * @type {string}
848
- * @memberof EndpointDTO
849
- */
850
- 'sub_type'?: string;
851
- /**
852
- *
853
- * @type {string}
854
- * @memberof EndpointDTO
855
- */
856
- 'created'?: string;
857
- /**
858
- *
859
- * @type {string}
860
- * @memberof EndpointDTO
861
- */
862
- 'updated'?: string;
863
- /**
864
- *
865
- * @type {object}
866
- * @memberof EndpointDTO
867
- */
868
- 'properties'?: object;
869
- /**
870
- *
871
- * @type {Set<BundleDTO>}
872
- * @memberof EndpointDTO
873
- */
874
- 'event_types_group_by_bundles_and_applications'?: Set<BundleDTO>;
875
- /**
876
- *
877
- * @type {Set<string>}
878
- * @memberof EndpointDTO
879
- */
880
- 'event_types'?: Set<string>;
881
- }
882
- /**
883
- *
884
- * @export
885
- * @interface EndpointPage
886
- */
887
- export interface EndpointPage {
888
- /**
889
- *
890
- * @type {Array<EndpointDTO>}
891
- * @memberof EndpointPage
892
- */
893
- 'data': Array<EndpointDTO>;
894
- /**
895
- *
896
- * @type {{ [key: string]: string; }}
897
- * @memberof EndpointPage
898
- */
899
- 'links': {
900
- [key: string]: string;
901
- };
902
- /**
903
- *
904
- * @type {Meta}
905
- * @memberof EndpointPage
906
- */
907
- 'meta': Meta;
908
- }
909
- /**
910
- *
911
- * @export
912
- * @enum {string}
913
- */
914
- export declare const EndpointStatus: {
915
- readonly Ready: "READY";
916
- readonly Unknown: "UNKNOWN";
917
- readonly New: "NEW";
918
- readonly Provisioning: "PROVISIONING";
919
- readonly Deleting: "DELETING";
920
- readonly Failed: "FAILED";
921
- };
922
- export type EndpointStatus = typeof EndpointStatus[keyof typeof EndpointStatus];
923
- /**
924
- *
925
- * @export
926
- * @enum {string}
927
- */
928
- export declare const EndpointStatusDTO: {
929
- readonly Deleting: "DELETING";
930
- readonly Failed: "FAILED";
931
- readonly New: "NEW";
932
- readonly Provisioning: "PROVISIONING";
933
- readonly Ready: "READY";
934
- readonly Unknown: "UNKNOWN";
935
- };
936
- export type EndpointStatusDTO = typeof EndpointStatusDTO[keyof typeof EndpointStatusDTO];
937
- /**
938
- *
939
- * @export
940
- * @interface EndpointTestRequest
941
- */
942
- export interface EndpointTestRequest {
943
- /**
944
- *
945
- * @type {string}
946
- * @memberof EndpointTestRequest
947
- */
948
- 'message': string;
949
- }
950
- /**
951
- *
952
- * @export
953
- * @enum {string}
954
- */
955
- export declare const EndpointType: {
956
- readonly Ansible: "ansible";
957
- readonly Camel: "camel";
958
- readonly Drawer: "drawer";
959
- readonly EmailSubscription: "email_subscription";
960
- readonly Webhook: "webhook";
961
- readonly Pagerduty: "pagerduty";
962
- };
963
- export type EndpointType = typeof EndpointType[keyof typeof EndpointType];
964
- /**
965
- *
966
- * @export
967
- * @enum {string}
968
- */
969
- export declare const EndpointTypeDTO: {
970
- readonly Ansible: "ansible";
971
- readonly Camel: "camel";
972
- readonly Drawer: "drawer";
973
- readonly EmailSubscription: "email_subscription";
974
- readonly Webhook: "webhook";
975
- };
976
- export type EndpointTypeDTO = typeof EndpointTypeDTO[keyof typeof EndpointTypeDTO];
977
- /**
978
- *
979
- * @export
980
- * @enum {string}
981
- */
982
- export declare const Environment: {
983
- readonly Prod: "PROD";
984
- readonly Stage: "STAGE";
985
- readonly Ephemeral: "EPHEMERAL";
986
- readonly LocalServer: "LOCAL_SERVER";
987
- };
988
- export type Environment = typeof Environment[keyof typeof Environment];
989
- /**
990
- *
991
- * @export
992
- * @interface EventLogEntry
993
- */
994
- export interface EventLogEntry {
995
- /**
996
- *
997
- * @type {string}
998
- * @memberof EventLogEntry
999
- */
1000
- 'id': string;
1001
- /**
1002
- *
1003
- * @type {string}
1004
- * @memberof EventLogEntry
1005
- */
1006
- 'created': string;
1007
- /**
1008
- *
1009
- * @type {string}
1010
- * @memberof EventLogEntry
1011
- */
1012
- 'bundle': string;
1013
- /**
1014
- *
1015
- * @type {string}
1016
- * @memberof EventLogEntry
1017
- */
1018
- 'application': string;
1019
- /**
1020
- *
1021
- * @type {string}
1022
- * @memberof EventLogEntry
1023
- */
1024
- 'event_type': string;
1025
- /**
1026
- *
1027
- * @type {string}
1028
- * @memberof EventLogEntry
1029
- */
1030
- 'payload'?: string;
1031
- /**
1032
- *
1033
- * @type {Array<EventLogEntryAction>}
1034
- * @memberof EventLogEntry
1035
- */
1036
- 'actions': Array<EventLogEntryAction>;
1037
- }
1038
- /**
1039
- *
1040
- * @export
1041
- * @interface EventLogEntryAction
1042
- */
1043
- export interface EventLogEntryAction {
1044
- /**
1045
- *
1046
- * @type {string}
1047
- * @memberof EventLogEntryAction
1048
- */
1049
- 'id': string;
1050
- /**
1051
- *
1052
- * @type {EndpointType}
1053
- * @memberof EventLogEntryAction
1054
- */
1055
- 'endpoint_type': EndpointType;
1056
- /**
1057
- *
1058
- * @type {string}
1059
- * @memberof EventLogEntryAction
1060
- */
1061
- 'endpoint_sub_type'?: string;
1062
- /**
1063
- *
1064
- * @type {boolean}
1065
- * @memberof EventLogEntryAction
1066
- * @deprecated
1067
- */
1068
- 'invocation_result': boolean;
1069
- /**
1070
- *
1071
- * @type {EventLogEntryActionStatus}
1072
- * @memberof EventLogEntryAction
1073
- */
1074
- 'status': EventLogEntryActionStatus;
1075
- /**
1076
- *
1077
- * @type {string}
1078
- * @memberof EventLogEntryAction
1079
- */
1080
- 'endpoint_id'?: string;
1081
- /**
1082
- *
1083
- * @type {{ [key: string]: any; }}
1084
- * @memberof EventLogEntryAction
1085
- */
1086
- 'details'?: {
1087
- [key: string]: any;
1088
- };
1089
- }
1090
- /**
1091
- *
1092
- * @export
1093
- * @enum {string}
1094
- */
1095
- export declare const EventLogEntryActionStatus: {
1096
- readonly Sent: "SENT";
1097
- readonly Success: "SUCCESS";
1098
- readonly Processing: "PROCESSING";
1099
- readonly Failed: "FAILED";
1100
- readonly Unknown: "UNKNOWN";
1101
- };
1102
- export type EventLogEntryActionStatus = typeof EventLogEntryActionStatus[keyof typeof EventLogEntryActionStatus];
1103
- /**
1104
- *
1105
- * @export
1106
- * @interface EventType
1107
- */
1108
- export interface EventType {
1109
- /**
1110
- *
1111
- * @type {string}
1112
- * @memberof EventType
1113
- */
1114
- 'id'?: string;
1115
- /**
1116
- *
1117
- * @type {string}
1118
- * @memberof EventType
1119
- */
1120
- 'name': string;
1121
- /**
1122
- *
1123
- * @type {string}
1124
- * @memberof EventType
1125
- */
1126
- 'display_name': string;
1127
- /**
1128
- *
1129
- * @type {string}
1130
- * @memberof EventType
1131
- */
1132
- 'description'?: string;
1133
- /**
1134
- *
1135
- * @type {string}
1136
- * @memberof EventType
1137
- */
1138
- 'fully_qualified_name'?: string;
1139
- /**
1140
- *
1141
- * @type {string}
1142
- * @memberof EventType
1143
- */
1144
- 'application_id': string;
1145
- /**
1146
- *
1147
- * @type {Application}
1148
- * @memberof EventType
1149
- */
1150
- 'application'?: Application;
1151
- /**
1152
- *
1153
- * @type {boolean}
1154
- * @memberof EventType
1155
- */
1156
- 'visible'?: boolean;
1157
- /**
1158
- *
1159
- * @type {boolean}
1160
- * @memberof EventType
1161
- */
1162
- 'subscribed_by_default'?: boolean;
1163
- /**
1164
- *
1165
- * @type {boolean}
1166
- * @memberof EventType
1167
- */
1168
- 'subscription_locked'?: boolean;
1169
- /**
1170
- *
1171
- * @type {boolean}
1172
- * @memberof EventType
1173
- */
1174
- 'not_subscription_locked_or_subscribed_by_default'?: boolean;
1175
- }
1176
- /**
1177
- *
1178
- * @export
1179
- * @interface EventTypeBehavior
1180
- */
1181
- export interface EventTypeBehavior {
1182
- /**
1183
- *
1184
- * @type {string}
1185
- * @memberof EventTypeBehavior
1186
- */
1187
- 'created'?: string;
1188
- /**
1189
- *
1190
- * @type {EventTypeBehaviorId}
1191
- * @memberof EventTypeBehavior
1192
- */
1193
- 'id'?: EventTypeBehaviorId;
1194
- /**
1195
- *
1196
- * @type {EventType}
1197
- * @memberof EventTypeBehavior
1198
- */
1199
- 'event_type'?: EventType;
1200
- }
1201
- /**
1202
- *
1203
- * @export
1204
- * @interface EventTypeBehaviorId
1205
- */
1206
- export interface EventTypeBehaviorId {
1207
- /**
1208
- *
1209
- * @type {string}
1210
- * @memberof EventTypeBehaviorId
1211
- */
1212
- 'eventTypeId': string;
1213
- /**
1214
- *
1215
- * @type {string}
1216
- * @memberof EventTypeBehaviorId
1217
- */
1218
- 'behaviorGroupId': string;
1219
- }
1220
- /**
1221
- *
1222
- * @export
1223
- * @interface EventTypeDTO
1224
- */
1225
- export interface EventTypeDTO {
1226
- /**
1227
- *
1228
- * @type {string}
1229
- * @memberof EventTypeDTO
1230
- */
1231
- 'id'?: string;
1232
- /**
1233
- *
1234
- * @type {string}
1235
- * @memberof EventTypeDTO
1236
- */
1237
- 'name': string;
1238
- /**
1239
- *
1240
- * @type {string}
1241
- * @memberof EventTypeDTO
1242
- */
1243
- 'display_name': string;
1244
- /**
1245
- *
1246
- * @type {string}
1247
- * @memberof EventTypeDTO
1248
- */
1249
- 'description'?: string;
1250
- /**
1251
- *
1252
- * @type {ApplicationDTO}
1253
- * @memberof EventTypeDTO
1254
- */
1255
- 'application'?: ApplicationDTO;
1256
- }
1257
- /**
1258
- *
1259
- * @export
1260
- * @interface EventTypeSettingsValue
1261
- */
1262
- export interface EventTypeSettingsValue {
1263
- /**
1264
- *
1265
- * @type {{ [key: string]: boolean; }}
1266
- * @memberof EventTypeSettingsValue
1267
- */
1268
- 'emailSubscriptionTypes'?: {
1269
- [key: string]: boolean;
1270
- };
1271
- /**
1272
- *
1273
- * @type {boolean}
1274
- * @memberof EventTypeSettingsValue
1275
- */
1276
- 'hasForcedEmail'?: boolean;
1277
- /**
1278
- *
1279
- * @type {boolean}
1280
- * @memberof EventTypeSettingsValue
1281
- */
1282
- 'subscriptionLocked'?: boolean;
1283
- }
1284
- /**
1285
- *
1286
- * @export
1287
- * @interface EventsReplayRequest
1288
- */
1289
- export interface EventsReplayRequest {
1290
- /**
1291
- *
1292
- * @type {string}
1293
- * @memberof EventsReplayRequest
1294
- */
1295
- 'start_date': string;
1296
- /**
1297
- *
1298
- * @type {string}
1299
- * @memberof EventsReplayRequest
1300
- */
1301
- 'end_date': string;
1302
- /**
1303
- *
1304
- * @type {string}
1305
- * @memberof EventsReplayRequest
1306
- */
1307
- 'org_id'?: string;
1308
- }
1309
- /**
1310
- *
1311
- * @export
1312
- * @interface Facet
1313
- */
1314
- export interface Facet {
1315
- /**
1316
- *
1317
- * @type {string}
1318
- * @memberof Facet
1319
- */
1320
- 'id': string;
1321
- /**
1322
- *
1323
- * @type {string}
1324
- * @memberof Facet
1325
- */
1326
- 'name': string;
1327
- /**
1328
- *
1329
- * @type {string}
1330
- * @memberof Facet
1331
- */
1332
- 'displayName': string;
1333
- /**
1334
- *
1335
- * @type {Array<Facet>}
1336
- * @memberof Facet
1337
- */
1338
- 'children'?: Array<Facet>;
1339
- }
1340
- /**
1341
- *
1342
- * @export
1343
- * @enum {string}
1344
- */
1345
- export declare const HttpType: {
1346
- readonly Get: "GET";
1347
- readonly Post: "POST";
1348
- readonly Put: "PUT";
1349
- };
1350
- export type HttpType = typeof HttpType[keyof typeof HttpType];
1351
- /**
1352
- *
1353
- * @export
1354
- * @interface InstantEmailTemplate
1355
- */
1356
- export interface InstantEmailTemplate {
1357
- /**
1358
- *
1359
- * @type {string}
1360
- * @memberof InstantEmailTemplate
1361
- */
1362
- 'created'?: string;
1363
- /**
1364
- *
1365
- * @type {string}
1366
- * @memberof InstantEmailTemplate
1367
- */
1368
- 'updated'?: string;
1369
- /**
1370
- *
1371
- * @type {string}
1372
- * @memberof InstantEmailTemplate
1373
- */
1374
- 'id'?: string;
1375
- /**
1376
- *
1377
- * @type {EventType}
1378
- * @memberof InstantEmailTemplate
1379
- */
1380
- 'event_type'?: EventType;
1381
- /**
1382
- *
1383
- * @type {string}
1384
- * @memberof InstantEmailTemplate
1385
- */
1386
- 'event_type_id'?: string;
1387
- /**
1388
- *
1389
- * @type {AggregationEmailTemplateSubjectTemplate}
1390
- * @memberof InstantEmailTemplate
1391
- */
1392
- 'subject_template'?: AggregationEmailTemplateSubjectTemplate;
1393
- /**
1394
- *
1395
- * @type {string}
1396
- * @memberof InstantEmailTemplate
1397
- */
1398
- 'subject_template_id': string;
1399
- /**
1400
- *
1401
- * @type {AggregationEmailTemplateSubjectTemplate}
1402
- * @memberof InstantEmailTemplate
1403
- */
1404
- 'body_template'?: AggregationEmailTemplateSubjectTemplate;
1405
- /**
1406
- *
1407
- * @type {string}
1408
- * @memberof InstantEmailTemplate
1409
- */
1410
- 'body_template_id': string;
1411
- }
1412
- /**
1413
- *
1414
- * @export
1415
- * @interface InternalApplicationUserPermission
1416
- */
1417
- export interface InternalApplicationUserPermission {
1418
- /**
1419
- *
1420
- * @type {string}
1421
- * @memberof InternalApplicationUserPermission
1422
- */
1423
- 'application_id': string;
1424
- /**
1425
- *
1426
- * @type {string}
1427
- * @memberof InternalApplicationUserPermission
1428
- */
1429
- 'application_display_name': string;
1430
- /**
1431
- *
1432
- * @type {string}
1433
- * @memberof InternalApplicationUserPermission
1434
- */
1435
- 'role': string;
1436
- }
1437
- /**
1438
- *
1439
- * @export
1440
- * @interface InternalRoleAccess
1441
- */
1442
- export interface InternalRoleAccess {
1443
- /**
1444
- *
1445
- * @type {string}
1446
- * @memberof InternalRoleAccess
1447
- */
1448
- 'id'?: string;
1449
- /**
1450
- *
1451
- * @type {string}
1452
- * @memberof InternalRoleAccess
1453
- */
1454
- 'role': string;
1455
- /**
1456
- *
1457
- * @type {string}
1458
- * @memberof InternalRoleAccess
1459
- */
1460
- 'application_id': string;
1461
- }
1462
- /**
1463
- *
1464
- * @export
1465
- * @interface InternalUserPermissions
1466
- */
1467
- export interface InternalUserPermissions {
1468
- /**
1469
- *
1470
- * @type {boolean}
1471
- * @memberof InternalUserPermissions
1472
- */
1473
- 'is_admin': boolean;
1474
- /**
1475
- *
1476
- * @type {Array<Application1>}
1477
- * @memberof InternalUserPermissions
1478
- */
1479
- 'applications': Array<Application1>;
1480
- /**
1481
- *
1482
- * @type {Array<string>}
1483
- * @memberof InternalUserPermissions
1484
- */
1485
- 'roles': Array<string>;
1486
- }
1487
- /**
1488
- *
1489
- * @export
1490
- * @interface MessageValidationResponse
1491
- */
1492
- export interface MessageValidationResponse {
1493
- /**
1494
- *
1495
- * @type {{ [key: string]: Array<string>; }}
1496
- * @memberof MessageValidationResponse
1497
- */
1498
- 'errors': {
1499
- [key: string]: Array<string>;
1500
- };
1501
- }
1502
- /**
1503
- *
1504
- * @export
1505
- * @interface Meta
1506
- */
1507
- export interface Meta {
1508
- /**
1509
- *
1510
- * @type {number}
1511
- * @memberof Meta
1512
- */
1513
- 'count': number;
1514
- }
1515
- /**
1516
- *
1517
- * @export
1518
- * @interface NotificationHistory
1519
- */
1520
- export interface NotificationHistory {
1521
- /**
1522
- *
1523
- * @type {string}
1524
- * @memberof NotificationHistory
1525
- */
1526
- 'created'?: string;
1527
- /**
1528
- *
1529
- * @type {string}
1530
- * @memberof NotificationHistory
1531
- */
1532
- 'id'?: string;
1533
- /**
1534
- *
1535
- * @type {number}
1536
- * @memberof NotificationHistory
1537
- */
1538
- 'invocationTime': number;
1539
- /**
1540
- *
1541
- * @type {boolean}
1542
- * @memberof NotificationHistory
1543
- * @deprecated
1544
- */
1545
- 'invocationResult': boolean;
1546
- /**
1547
- *
1548
- * @type {NotificationStatus}
1549
- * @memberof NotificationHistory
1550
- */
1551
- 'status': NotificationStatus;
1552
- /**
1553
- *
1554
- * @type {string}
1555
- * @memberof NotificationHistory
1556
- */
1557
- 'endpointId'?: string;
1558
- /**
1559
- *
1560
- * @type {{ [key: string]: any; }}
1561
- * @memberof NotificationHistory
516
+ * @type {{ [key: string]: any; }}
517
+ * @memberof EventLogEntryAction
1562
518
  */
1563
519
  'details'?: {
1564
- [key: string]: any;
1565
- };
1566
- /**
1567
- *
1568
- * @type {EndpointType}
1569
- * @memberof NotificationHistory
1570
- */
1571
- 'endpointType'?: EndpointType;
1572
- /**
1573
- *
1574
- * @type {string}
1575
- * @memberof NotificationHistory
1576
- */
1577
- 'endpointSubType'?: string;
1578
- }
1579
- /**
1580
- *
1581
- * @export
1582
- * @enum {string}
1583
- */
1584
- export declare const NotificationStatus: {
1585
- readonly FailedInternal: "FAILED_INTERNAL";
1586
- readonly FailedExternal: "FAILED_EXTERNAL";
1587
- readonly Processing: "PROCESSING";
1588
- readonly Sent: "SENT";
1589
- readonly Success: "SUCCESS";
1590
- };
1591
- export type NotificationStatus = typeof NotificationStatus[keyof typeof NotificationStatus];
1592
- /**
1593
- *
1594
- * @export
1595
- * @interface PageBehaviorGroup
1596
- */
1597
- export interface PageBehaviorGroup {
1598
- /**
1599
- *
1600
- * @type {Array<BehaviorGroup>}
1601
- * @memberof PageBehaviorGroup
1602
- */
1603
- 'data': Array<BehaviorGroup>;
1604
- /**
1605
- *
1606
- * @type {{ [key: string]: string; }}
1607
- * @memberof PageBehaviorGroup
1608
- */
1609
- 'links': {
1610
- [key: string]: string;
1611
- };
1612
- /**
1613
- *
1614
- * @type {Meta}
1615
- * @memberof PageBehaviorGroup
1616
- */
1617
- 'meta': Meta;
1618
- }
1619
- /**
1620
- *
1621
- * @export
1622
- * @interface PageDrawerEntryPayload
1623
- */
1624
- export interface PageDrawerEntryPayload {
1625
- /**
1626
- *
1627
- * @type {Array<DrawerEntryPayload>}
1628
- * @memberof PageDrawerEntryPayload
1629
- */
1630
- 'data': Array<DrawerEntryPayload>;
1631
- /**
1632
- *
1633
- * @type {{ [key: string]: string; }}
1634
- * @memberof PageDrawerEntryPayload
1635
- */
1636
- 'links': {
1637
- [key: string]: string;
1638
- };
1639
- /**
1640
- *
1641
- * @type {Meta}
1642
- * @memberof PageDrawerEntryPayload
1643
- */
1644
- 'meta': Meta;
1645
- }
1646
- /**
1647
- *
1648
- * @export
1649
- * @interface PageEventLogEntry
1650
- */
1651
- export interface PageEventLogEntry {
1652
- /**
1653
- *
1654
- * @type {Array<EventLogEntry>}
1655
- * @memberof PageEventLogEntry
1656
- */
1657
- 'data': Array<EventLogEntry>;
1658
- /**
1659
- *
1660
- * @type {{ [key: string]: string; }}
1661
- * @memberof PageEventLogEntry
1662
- */
1663
- 'links': {
1664
- [key: string]: string;
1665
- };
1666
- /**
1667
- *
1668
- * @type {Meta}
1669
- * @memberof PageEventLogEntry
1670
- */
1671
- 'meta': Meta;
1672
- }
1673
- /**
1674
- *
1675
- * @export
1676
- * @interface PageEventType
1677
- */
1678
- export interface PageEventType {
1679
- /**
1680
- *
1681
- * @type {Array<EventType>}
1682
- * @memberof PageEventType
1683
- */
1684
- 'data': Array<EventType>;
1685
- /**
1686
- *
1687
- * @type {{ [key: string]: string; }}
1688
- * @memberof PageEventType
1689
- */
1690
- 'links': {
1691
- [key: string]: string;
1692
- };
1693
- /**
1694
- *
1695
- * @type {Meta}
1696
- * @memberof PageEventType
1697
- */
1698
- 'meta': Meta;
1699
- }
1700
- /**
1701
- *
1702
- * @export
1703
- * @interface PageNotificationHistory
1704
- */
1705
- export interface PageNotificationHistory {
1706
- /**
1707
- *
1708
- * @type {Array<NotificationHistory>}
1709
- * @memberof PageNotificationHistory
1710
- */
1711
- 'data': Array<NotificationHistory>;
1712
- /**
1713
- *
1714
- * @type {{ [key: string]: string; }}
1715
- * @memberof PageNotificationHistory
1716
- */
1717
- 'links': {
1718
- [key: string]: string;
1719
- };
1720
- /**
1721
- *
1722
- * @type {Meta}
1723
- * @memberof PageNotificationHistory
1724
- */
1725
- 'meta': Meta;
1726
- }
1727
- /**
1728
- *
1729
- * @export
1730
- * @interface PagerDutyPropertiesDTO
1731
- */
1732
- export interface PagerDutyPropertiesDTO {
1733
- /**
1734
- *
1735
- * @type {PagerDutySeverityDTO}
1736
- * @memberof PagerDutyPropertiesDTO
1737
- */
1738
- 'severity': PagerDutySeverityDTO;
1739
- /**
1740
- *
1741
- * @type {string}
1742
- * @memberof PagerDutyPropertiesDTO
1743
- */
1744
- 'secretToken': string;
520
+ [key: string]: any;
521
+ };
1745
522
  }
1746
523
  /**
1747
524
  *
1748
525
  * @export
1749
526
  * @enum {string}
1750
527
  */
1751
- export declare const PagerDutySeverity: {
1752
- readonly Critical: "critical";
1753
- readonly Error: "error";
1754
- readonly Warning: "warning";
1755
- readonly Info: "info";
1756
- };
1757
- export type PagerDutySeverity = typeof PagerDutySeverity[keyof typeof PagerDutySeverity];
1758
- /**
1759
- *
1760
- * @export
1761
- * @enum {string}
1762
- */
1763
- export declare const PagerDutySeverityDTO: {
1764
- readonly Critical: "critical";
1765
- readonly Error: "error";
1766
- readonly Warning: "warning";
1767
- readonly Info: "info";
528
+ export declare const EventLogEntryActionStatus: {
529
+ readonly Sent: "SENT";
530
+ readonly Success: "SUCCESS";
531
+ readonly Processing: "PROCESSING";
532
+ readonly Failed: "FAILED";
533
+ readonly Unknown: "UNKNOWN";
1768
534
  };
1769
- export type PagerDutySeverityDTO = typeof PagerDutySeverityDTO[keyof typeof PagerDutySeverityDTO];
535
+ export type EventLogEntryActionStatus = typeof EventLogEntryActionStatus[keyof typeof EventLogEntryActionStatus];
1770
536
  /**
1771
537
  *
1772
538
  * @export
1773
- * @interface RenderEmailTemplateRequest
539
+ * @interface EventType
1774
540
  */
1775
- export interface RenderEmailTemplateRequest {
541
+ export interface EventType {
1776
542
  /**
1777
543
  *
1778
- * @type {Array<string>}
1779
- * @memberof RenderEmailTemplateRequest
544
+ * @type {string}
545
+ * @memberof EventType
1780
546
  */
1781
- 'template': Array<string>;
547
+ 'id'?: string;
1782
548
  /**
1783
549
  *
1784
550
  * @type {string}
1785
- * @memberof RenderEmailTemplateRequest
551
+ * @memberof EventType
1786
552
  */
1787
- 'payload': string;
1788
- }
1789
- /**
1790
- *
1791
- * @export
1792
- * @interface RequestDefaultBehaviorGroupPropertyList
1793
- */
1794
- export interface RequestDefaultBehaviorGroupPropertyList {
553
+ 'name': string;
1795
554
  /**
1796
555
  *
1797
- * @type {boolean}
1798
- * @memberof RequestDefaultBehaviorGroupPropertyList
556
+ * @type {string}
557
+ * @memberof EventType
1799
558
  */
1800
- 'only_admins': boolean;
559
+ 'display_name': string;
1801
560
  /**
1802
561
  *
1803
- * @type {boolean}
1804
- * @memberof RequestDefaultBehaviorGroupPropertyList
562
+ * @type {string}
563
+ * @memberof EventType
1805
564
  */
1806
- 'ignore_preferences': boolean;
1807
- }
1808
- /**
1809
- *
1810
- * @export
1811
- * @interface RequestSystemSubscriptionProperties
1812
- */
1813
- export interface RequestSystemSubscriptionProperties {
565
+ 'description'?: string;
1814
566
  /**
1815
567
  *
1816
- * @type {boolean}
1817
- * @memberof RequestSystemSubscriptionProperties
568
+ * @type {string}
569
+ * @memberof EventType
1818
570
  */
1819
- 'only_admins': boolean;
571
+ 'fully_qualified_name'?: string;
1820
572
  /**
1821
573
  *
1822
574
  * @type {string}
1823
- * @memberof RequestSystemSubscriptionProperties
575
+ * @memberof EventType
1824
576
  */
1825
- 'group_id'?: string;
1826
- }
1827
- /**
1828
- *
1829
- * @export
1830
- * @interface ServerInfo
1831
- */
1832
- export interface ServerInfo {
577
+ 'application_id': string;
1833
578
  /**
1834
579
  *
1835
- * @type {Environment}
1836
- * @memberof ServerInfo
580
+ * @type {Application}
581
+ * @memberof EventType
1837
582
  */
1838
- 'environment'?: Environment;
1839
- }
1840
- /**
1841
- *
1842
- * @export
1843
- * @interface SettingsValuesByEventType
1844
- */
1845
- export interface SettingsValuesByEventType {
583
+ 'application'?: Application;
1846
584
  /**
1847
585
  *
1848
- * @type {{ [key: string]: BundleSettingsValue; }}
1849
- * @memberof SettingsValuesByEventType
586
+ * @type {boolean}
587
+ * @memberof EventType
1850
588
  */
1851
- 'bundles'?: {
1852
- [key: string]: BundleSettingsValue;
1853
- };
589
+ 'visible'?: boolean;
590
+ /**
591
+ *
592
+ * @type {boolean}
593
+ * @memberof EventType
594
+ */
595
+ 'subscribed_by_default'?: boolean;
596
+ /**
597
+ *
598
+ * @type {boolean}
599
+ * @memberof EventType
600
+ */
601
+ 'subscription_locked'?: boolean;
602
+ /**
603
+ *
604
+ * @type {boolean}
605
+ * @memberof EventType
606
+ */
607
+ 'not_subscription_locked_or_subscribed_by_default'?: boolean;
1854
608
  }
1855
609
  /**
1856
610
  *
1857
611
  * @export
1858
- * @enum {string}
1859
- */
1860
- export declare const Status: {
1861
- readonly Up: "UP";
1862
- readonly Maintenance: "MAINTENANCE";
1863
- };
1864
- export type Status = typeof Status[keyof typeof Status];
1865
- /**
1866
- *
1867
- * @export
1868
- * @enum {string}
1869
- */
1870
- export declare const SubscriptionType: {
1871
- readonly Instant: "INSTANT";
1872
- readonly Daily: "DAILY";
1873
- readonly Drawer: "DRAWER";
1874
- };
1875
- export type SubscriptionType = typeof SubscriptionType[keyof typeof SubscriptionType];
1876
- /**
1877
- *
1878
- * @export
1879
- * @interface SystemSubscriptionPropertiesDTO
612
+ * @interface EventTypeBehavior
1880
613
  */
1881
- export interface SystemSubscriptionPropertiesDTO {
614
+ export interface EventTypeBehavior {
1882
615
  /**
1883
616
  *
1884
617
  * @type {string}
1885
- * @memberof SystemSubscriptionPropertiesDTO
618
+ * @memberof EventTypeBehavior
1886
619
  */
1887
- 'groupId'?: string;
620
+ 'created'?: string;
1888
621
  /**
1889
622
  *
1890
- * @type {boolean}
1891
- * @memberof SystemSubscriptionPropertiesDTO
623
+ * @type {EventTypeBehaviorId}
624
+ * @memberof EventTypeBehavior
1892
625
  */
1893
- 'ignorePreferences'?: boolean;
626
+ 'id'?: EventTypeBehaviorId;
1894
627
  /**
1895
628
  *
1896
- * @type {boolean}
1897
- * @memberof SystemSubscriptionPropertiesDTO
629
+ * @type {EventType}
630
+ * @memberof EventTypeBehavior
1898
631
  */
1899
- 'onlyAdmins'?: boolean;
632
+ 'event_type'?: EventType;
1900
633
  }
1901
634
  /**
1902
635
  *
1903
636
  * @export
1904
- * @interface Template
637
+ * @interface EventTypeBehaviorId
1905
638
  */
1906
- export interface Template {
639
+ export interface EventTypeBehaviorId {
1907
640
  /**
1908
641
  *
1909
642
  * @type {string}
1910
- * @memberof Template
643
+ * @memberof EventTypeBehaviorId
1911
644
  */
1912
- 'created'?: string;
645
+ 'eventTypeId': string;
1913
646
  /**
1914
647
  *
1915
648
  * @type {string}
1916
- * @memberof Template
649
+ * @memberof EventTypeBehaviorId
1917
650
  */
1918
- 'updated'?: string;
651
+ 'behaviorGroupId': string;
652
+ }
653
+ /**
654
+ *
655
+ * @export
656
+ * @interface Facet
657
+ */
658
+ export interface Facet {
1919
659
  /**
1920
660
  *
1921
661
  * @type {string}
1922
- * @memberof Template
662
+ * @memberof Facet
1923
663
  */
1924
- 'id'?: string;
664
+ 'id': string;
1925
665
  /**
1926
666
  *
1927
667
  * @type {string}
1928
- * @memberof Template
668
+ * @memberof Facet
1929
669
  */
1930
670
  'name': string;
1931
671
  /**
1932
672
  *
1933
673
  * @type {string}
1934
- * @memberof Template
674
+ * @memberof Facet
1935
675
  */
1936
- 'description': string;
676
+ 'displayName': string;
1937
677
  /**
1938
678
  *
1939
- * @type {string}
1940
- * @memberof Template
679
+ * @type {Array<Facet>}
680
+ * @memberof Facet
1941
681
  */
1942
- 'data': string;
682
+ 'children'?: Array<Facet>;
1943
683
  }
1944
684
  /**
1945
685
  *
1946
686
  * @export
1947
- * @interface TriggerDailyDigestRequest
687
+ * @interface Meta
1948
688
  */
1949
- export interface TriggerDailyDigestRequest {
689
+ export interface Meta {
1950
690
  /**
1951
691
  *
1952
- * @type {string}
1953
- * @memberof TriggerDailyDigestRequest
692
+ * @type {number}
693
+ * @memberof Meta
1954
694
  */
1955
- 'application_name': string;
695
+ 'count': number;
696
+ }
697
+ /**
698
+ *
699
+ * @export
700
+ * @interface PageDrawerEntryPayload
701
+ */
702
+ export interface PageDrawerEntryPayload {
1956
703
  /**
1957
704
  *
1958
- * @type {string}
1959
- * @memberof TriggerDailyDigestRequest
705
+ * @type {Array<DrawerEntryPayload>}
706
+ * @memberof PageDrawerEntryPayload
1960
707
  */
1961
- 'bundle_name': string;
708
+ 'data': Array<DrawerEntryPayload>;
1962
709
  /**
1963
710
  *
1964
- * @type {string}
1965
- * @memberof TriggerDailyDigestRequest
711
+ * @type {{ [key: string]: string; }}
712
+ * @memberof PageDrawerEntryPayload
1966
713
  */
1967
- 'end'?: string;
714
+ 'links': {
715
+ [key: string]: string;
716
+ };
1968
717
  /**
1969
718
  *
1970
- * @type {string}
1971
- * @memberof TriggerDailyDigestRequest
719
+ * @type {Meta}
720
+ * @memberof PageDrawerEntryPayload
721
+ */
722
+ 'meta': Meta;
723
+ }
724
+ /**
725
+ *
726
+ * @export
727
+ * @interface PageEventLogEntry
728
+ */
729
+ export interface PageEventLogEntry {
730
+ /**
731
+ *
732
+ * @type {Array<EventLogEntry>}
733
+ * @memberof PageEventLogEntry
1972
734
  */
1973
- 'org_id': string;
735
+ 'data': Array<EventLogEntry>;
1974
736
  /**
1975
737
  *
1976
- * @type {string}
1977
- * @memberof TriggerDailyDigestRequest
738
+ * @type {{ [key: string]: string; }}
739
+ * @memberof PageEventLogEntry
740
+ */
741
+ 'links': {
742
+ [key: string]: string;
743
+ };
744
+ /**
745
+ *
746
+ * @type {Meta}
747
+ * @memberof PageEventLogEntry
1978
748
  */
1979
- 'start'?: string;
749
+ 'meta': Meta;
1980
750
  }
1981
751
  /**
1982
752
  *
1983
753
  * @export
1984
- * @interface UpdateApplicationRequest
754
+ * @interface PageEventType
1985
755
  */
1986
- export interface UpdateApplicationRequest {
756
+ export interface PageEventType {
1987
757
  /**
1988
758
  *
1989
- * @type {string}
1990
- * @memberof UpdateApplicationRequest
759
+ * @type {Array<EventType>}
760
+ * @memberof PageEventType
1991
761
  */
1992
- 'name'?: string;
762
+ 'data': Array<EventType>;
1993
763
  /**
1994
764
  *
1995
- * @type {string}
1996
- * @memberof UpdateApplicationRequest
765
+ * @type {{ [key: string]: string; }}
766
+ * @memberof PageEventType
1997
767
  */
1998
- 'display_name'?: string;
768
+ 'links': {
769
+ [key: string]: string;
770
+ };
1999
771
  /**
2000
772
  *
2001
- * @type {string}
2002
- * @memberof UpdateApplicationRequest
773
+ * @type {Meta}
774
+ * @memberof PageEventType
2003
775
  */
2004
- 'owner_role'?: string;
776
+ 'meta': Meta;
2005
777
  }
2006
778
  /**
2007
779
  *
@@ -2053,84 +825,4 @@ export interface UpdateNotificationDrawerStatus {
2053
825
  */
2054
826
  'read_status': boolean;
2055
827
  }
2056
- /**
2057
- *
2058
- * @export
2059
- * @interface WebhookPropertiesDTO
2060
- */
2061
- export interface WebhookPropertiesDTO {
2062
- /**
2063
- *
2064
- * @type {boolean}
2065
- * @memberof WebhookPropertiesDTO
2066
- */
2067
- 'disableSslVerification': boolean;
2068
- /**
2069
- *
2070
- * @type {HttpType}
2071
- * @memberof WebhookPropertiesDTO
2072
- */
2073
- 'method': HttpType;
2074
- /**
2075
- *
2076
- * @type {string}
2077
- * @memberof WebhookPropertiesDTO
2078
- */
2079
- 'url': string;
2080
- /**
2081
- *
2082
- * @type {BasicAuthenticationDTO}
2083
- * @memberof WebhookPropertiesDTO
2084
- */
2085
- 'basicAuthentication'?: BasicAuthenticationDTO;
2086
- /**
2087
- *
2088
- * @type {string}
2089
- * @memberof WebhookPropertiesDTO
2090
- */
2091
- 'bearerAuthentication'?: string;
2092
- /**
2093
- *
2094
- * @type {string}
2095
- * @memberof WebhookPropertiesDTO
2096
- */
2097
- 'secretToken'?: string;
2098
- }
2099
- /**
2100
- *
2101
- * @export
2102
- * @interface X509Certificate
2103
- */
2104
- export interface X509Certificate {
2105
- /**
2106
- *
2107
- * @type {string}
2108
- * @memberof X509Certificate
2109
- */
2110
- 'id'?: string;
2111
- /**
2112
- *
2113
- * @type {string}
2114
- * @memberof X509Certificate
2115
- */
2116
- 'subject_dn': string;
2117
- /**
2118
- *
2119
- * @type {string}
2120
- * @memberof X509Certificate
2121
- */
2122
- 'source_environment': string;
2123
- /**
2124
- *
2125
- * @type {string}
2126
- * @memberof X509Certificate
2127
- */
2128
- 'bundle': string;
2129
- /**
2130
- *
2131
- * @type {string}
2132
- * @memberof X509Certificate
2133
- */
2134
- 'application': string;
2135
- }
2136
828
  //# sourceMappingURL=index.d.ts.map