@golemio/pid 5.1.0-dev.2164955341 → 5.1.0-dev.2166906515
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/output-gateway/pid/service/helpers/HeadsignFormatter.d.ts +3 -0
- package/dist/output-gateway/pid/service/helpers/HeadsignFormatter.js +10 -0
- package/dist/output-gateway/pid/service/helpers/HeadsignFormatter.js.map +1 -0
- package/dist/output-gateway/pid/service/transformations/TransferDepartureCacheTransformation.d.ts +1 -1
- package/dist/output-gateway/pid/service/transformations/TransferDepartureCacheTransformation.js +3 -2
- package/dist/output-gateway/pid/service/transformations/TransferDepartureCacheTransformation.js.map +1 -1
- package/docs/jis/diagram_display_start_end.svg +169 -0
- package/docs/openapi-output.yaml +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HeadsignFormatter = void 0;
|
|
4
|
+
class HeadsignFormatter {
|
|
5
|
+
static format(headsign) {
|
|
6
|
+
return headsign.replace("✈", "").trim();
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.HeadsignFormatter = HeadsignFormatter;
|
|
10
|
+
//# sourceMappingURL=HeadsignFormatter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeadsignFormatter.js","sourceRoot":"","sources":["../../../../../src/output-gateway/pid/service/helpers/HeadsignFormatter.ts"],"names":[],"mappings":";;;AAAA,MAAa,iBAAiB;IACnB,MAAM,CAAC,MAAM,CAAC,QAAgB;QACjC,OAAO,QAAQ,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;IAC5C,CAAC;CACJ;AAJD,8CAIC"}
|
package/dist/output-gateway/pid/service/transformations/TransferDepartureCacheTransformation.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { GTFSRouteTypeEnum } from "../../../../helpers/RouteTypeEnums";
|
|
1
2
|
import { IDepartureWithPosition, IV4TransferDepartureOutputDto } from "../..";
|
|
2
3
|
import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
|
|
3
|
-
import { GTFSRouteTypeEnum } from "../../../../helpers/RouteTypeEnums";
|
|
4
4
|
export declare class TransferDepartureCacheTransformation extends AbstractTransformation<IDepartureWithPosition, IV4TransferDepartureOutputDto> {
|
|
5
5
|
name: string;
|
|
6
6
|
transformArray: (data: IDepartureWithPosition[]) => IV4TransferDepartureOutputDto[];
|
package/dist/output-gateway/pid/service/transformations/TransferDepartureCacheTransformation.js
CHANGED
|
@@ -7,11 +7,12 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.TransferDepartureCacheTransformation = void 0;
|
|
10
|
+
const RouteTypeEnums_1 = require("../../../../helpers/RouteTypeEnums");
|
|
10
11
|
const DepartureCalculator_1 = require("../../../shared/DepartureCalculator");
|
|
11
12
|
const AbstractTransformation_1 = require("@golemio/core/dist/helpers/transformation/AbstractTransformation");
|
|
12
13
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
14
|
+
const HeadsignFormatter_1 = require("../helpers/HeadsignFormatter");
|
|
13
15
|
const PlatformCodeResolver_1 = require("../helpers/PlatformCodeResolver");
|
|
14
|
-
const RouteTypeEnums_1 = require("../../../../helpers/RouteTypeEnums");
|
|
15
16
|
let TransferDepartureCacheTransformation = class TransferDepartureCacheTransformation extends AbstractTransformation_1.AbstractTransformation {
|
|
16
17
|
constructor() {
|
|
17
18
|
super(...arguments);
|
|
@@ -54,7 +55,7 @@ let TransferDepartureCacheTransformation = class TransferDepartureCacheTransform
|
|
|
54
55
|
platform_code: PlatformCodeResolver_1.PlatformCodeResolver.determinePlatformCode(data),
|
|
55
56
|
},
|
|
56
57
|
trip: {
|
|
57
|
-
headsign: departure.trip_headsign,
|
|
58
|
+
headsign: HeadsignFormatter_1.HeadsignFormatter.format(departure.trip_headsign),
|
|
58
59
|
id: departure.trip_id,
|
|
59
60
|
is_wheelchair_accessible: departure.is_wheelchair_accessible ?? null,
|
|
60
61
|
},
|
package/dist/output-gateway/pid/service/transformations/TransferDepartureCacheTransformation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransferDepartureCacheTransformation.js","sourceRoot":"","sources":["../../../../../src/output-gateway/pid/service/transformations/TransferDepartureCacheTransformation.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"TransferDepartureCacheTransformation.js","sourceRoot":"","sources":["../../../../../src/output-gateway/pid/service/transformations/TransferDepartureCacheTransformation.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
<svg id="graph-div-1749736383184" width="2500" height="450" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="viewport-20250612135303195" class="svg-pan-zoom_viewport">
|
|
3
|
+
<style>
|
|
4
|
+
#graph-div-1749736383184{
|
|
5
|
+
font-family:arial,sans-serif;
|
|
6
|
+
font-size:14px;
|
|
7
|
+
fill:#000000;}
|
|
8
|
+
#graph-div-1749736383184 .error-icon{fill:#552222;}
|
|
9
|
+
#graph-div-1749736383184 .error-text{fill:#552222;stroke:#552222;}
|
|
10
|
+
#graph-div-1749736383184 .edge-thickness-normal{stroke-width:1px;}
|
|
11
|
+
#graph-div-1749736383184 .edge-thickness-thick{stroke-width:3.5px;}
|
|
12
|
+
#graph-div-1749736383184 .edge-pattern-solid{stroke-dasharray:0;}
|
|
13
|
+
#graph-div-1749736383184 .edge-thickness-invisible{stroke-width:0;fill:none;}
|
|
14
|
+
#graph-div-1749736383184 .edge-pattern-dashed{stroke-dasharray:3;}
|
|
15
|
+
#graph-div-1749736383184 .edge-pattern-dotted{stroke-dasharray:2;}
|
|
16
|
+
#graph-div-1749736383184 .marker{fill:#666;stroke:#666;}
|
|
17
|
+
#graph-div-1749736383184 .marker.cross{stroke:#666;}
|
|
18
|
+
#graph-div-1749736383184 svg{font-family:arial,sans-serif;font-size:14px;}
|
|
19
|
+
#graph-div-1749736383184 p{margin:0;}
|
|
20
|
+
#graph-div-1749736383184 .mermaid-main-font{font-family:arial,sans-serif;}
|
|
21
|
+
#graph-div-1749736383184 .exclude-range{fill:#eeeeee;}
|
|
22
|
+
#graph-div-1749736383184 .section{stroke:none;opacity:0.2;}
|
|
23
|
+
#graph-div-1749736383184 .section0{fill:hsl(0, 0%, 73.9215686275%);}
|
|
24
|
+
#graph-div-1749736383184 .section2{fill:hsl(0, 0%, 73.9215686275%);}
|
|
25
|
+
#graph-div-1749736383184 .section1,#graph-div-1749736383184 .section3{fill:white;opacity:0.2;}
|
|
26
|
+
#graph-div-1749736383184 .sectionTitle0{fill:#333;}
|
|
27
|
+
#graph-div-1749736383184 .sectionTitle1{fill:#333;}
|
|
28
|
+
#graph-div-1749736383184 .sectionTitle2{fill:#333;}
|
|
29
|
+
#graph-div-1749736383184 .sectionTitle3{fill:#333;}
|
|
30
|
+
#graph-div-1749736383184 .sectionTitle{text-anchor:start;font-family:arial,sans-serif;}
|
|
31
|
+
#graph-div-1749736383184 .grid .tick{stroke:hsl(0, 0%, 90%);opacity:0.8;shape-rendering:crispEdges;}
|
|
32
|
+
#graph-div-1749736383184 .grid .tick text{font-family:arial,sans-serif;fill:#000000;}
|
|
33
|
+
#graph-div-1749736383184 .grid path{stroke-width:0;}
|
|
34
|
+
#graph-div-1749736383184 .today{fill:none;stroke:#d42;stroke-width:2px;}
|
|
35
|
+
#graph-div-1749736383184 .task{stroke-width:2;}
|
|
36
|
+
#graph-div-1749736383184 .taskText{text-anchor:middle;font-family:arial,sans-serif;}
|
|
37
|
+
#graph-div-1749736383184 .taskTextOutsideRight{fill:#333;text-anchor:start;font-family:arial,sans-serif;}
|
|
38
|
+
#graph-div-1749736383184 .taskTextOutsideLeft{fill:#333;text-anchor:end;}
|
|
39
|
+
#graph-div-1749736383184 .task.clickable{cursor:pointer;}
|
|
40
|
+
#graph-div-1749736383184 .taskText.clickable{cursor:pointer;fill:#003163!important;font-weight:bold;}
|
|
41
|
+
#graph-div-1749736383184 .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163!important;font-weight:bold;}
|
|
42
|
+
#graph-div-1749736383184 .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163!important;font-weight:bold;}
|
|
43
|
+
#graph-div-1749736383184 .taskText0,#graph-div-1749736383184 .taskText1,#graph-div-1749736383184 .taskText2,#graph-div-1749736383184 .taskText3{fill:white;}
|
|
44
|
+
#graph-div-1749736383184 .task0,#graph-div-1749736383184 .task1,#graph-div-1749736383184 .task2,#graph-div-1749736383184 .task3{fill:#707070;stroke:hsl(0, 0%, 33.9215686275%);}
|
|
45
|
+
#graph-div-1749736383184 .taskTextOutside0,#graph-div-1749736383184 .taskTextOutside2{fill:#333;}
|
|
46
|
+
#graph-div-1749736383184 .taskTextOutside1,#graph-div-1749736383184 .taskTextOutside3{fill:#333;}
|
|
47
|
+
#graph-div-1749736383184 .active0,#graph-div-1749736383184 .active1,#graph-div-1749736383184 .active2,#graph-div-1749736383184 .active3{fill:#eee;stroke:hsl(0, 0%, 33.9215686275%);}
|
|
48
|
+
#graph-div-1749736383184 .activeText0,#graph-div-1749736383184 .activeText1,#graph-div-1749736383184 .activeText2,#graph-div-1749736383184 .activeText3{fill:#333!important;}
|
|
49
|
+
#graph-div-1749736383184 .done0,#graph-div-1749736383184 .done1,#graph-div-1749736383184 .done2,#graph-div-1749736383184 .done3{stroke:#666;fill:#bbb;stroke-width:2;}
|
|
50
|
+
#graph-div-1749736383184 .doneText0,#graph-div-1749736383184 .doneText1,#graph-div-1749736383184 .doneText2,#graph-div-1749736383184 .doneText3{fill:#333!important;}
|
|
51
|
+
#graph-div-1749736383184 .crit0,#graph-div-1749736383184 .crit1,#graph-div-1749736383184 .crit2,#graph-div-1749736383184 .crit3{stroke:hsl(10.9090909091, 73.3333333333%, 40%);fill:#d42;stroke-width:2;}
|
|
52
|
+
#graph-div-1749736383184 .activeCrit0,#graph-div-1749736383184 .activeCrit1,#graph-div-1749736383184 .activeCrit2,#graph-div-1749736383184 .activeCrit3{stroke:hsl(10.9090909091, 73.3333333333%, 40%);fill:#eee;stroke-width:2;}
|
|
53
|
+
#graph-div-1749736383184 .doneCrit0,#graph-div-1749736383184 .doneCrit1,#graph-div-1749736383184 .doneCrit2,#graph-div-1749736383184 .doneCrit3{stroke:hsl(10.9090909091, 73.3333333333%, 40%);fill:#bbb;stroke-width:2;cursor:pointer;shape-rendering:crispEdges;}
|
|
54
|
+
#graph-div-1749736383184 .milestone{transform:rotate(45deg) scale(0.8,0.8);}
|
|
55
|
+
#graph-div-1749736383184 .milestoneText{font-style:italic;}
|
|
56
|
+
#graph-div-1749736383184 .doneCritText0,#graph-div-1749736383184 .doneCritText1,#graph-div-1749736383184 .doneCritText2,#graph-div-1749736383184 .doneCritText3{fill:#333!important;}
|
|
57
|
+
#graph-div-1749736383184 .activeCritText0,#graph-div-1749736383184 .activeCritText1,#graph-div-1749736383184 .activeCritText2,#graph-div-1749736383184 .activeCritText3{fill:#333!important;}
|
|
58
|
+
#graph-div-1749736383184 .titleText{text-anchor:middle;font-size:18px;fill:#333;font-family:arial,sans-serif;}
|
|
59
|
+
#graph-div-1749736383184 .node .neo-node{stroke:#999;}
|
|
60
|
+
#graph-div-1749736383184 [data-look="neo"].node rect,#graph-div-1749736383184 [data-look="neo"].cluster rect,#graph-div-1749736383184 [data-look="neo"].node polygon{stroke:url(#graph-div-1749736383184-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}
|
|
61
|
+
#graph-div-1749736383184 [data-look="neo"].node path{stroke:url(#graph-div-1749736383184-gradient);stroke-width:1;}
|
|
62
|
+
#graph-div-1749736383184 [data-look="neo"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}
|
|
63
|
+
#graph-div-1749736383184 [data-look="neo"].node .neo-line path{stroke:#999;filter:none;}
|
|
64
|
+
#graph-div-1749736383184 [data-look="neo"].node circle{stroke:url(#graph-div-1749736383184-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}
|
|
65
|
+
#graph-div-1749736383184 [data-look="neo"].node circle .state-start{fill:#000000;}
|
|
66
|
+
#graph-div-1749736383184 [data-look="neo"].statediagram-cluster rect{fill:#eee;stroke:url(#graph-div-1749736383184-gradient);stroke-width:1;}
|
|
67
|
+
#graph-div-1749736383184 [data-look="neo"].icon-shape .icon{fill:url(#graph-div-1749736383184-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}
|
|
68
|
+
#graph-div-1749736383184 [data-look="neo"].icon-shape .icon-neo path{stroke:url(#graph-div-1749736383184-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}
|
|
69
|
+
#graph-div-1749736383184 :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}
|
|
70
|
+
</style>
|
|
71
|
+
|
|
72
|
+
<g class="grid" transform="translate(75, 410)" fill="none" font-size="10" font-family="sans-serif" text-anchor="middle">
|
|
73
|
+
<path class="domain" stroke="currentColor" d="M0.5,-375V0.5H2375.5V-375">
|
|
74
|
+
|
|
75
|
+
</path>
|
|
76
|
+
<g class="tick" opacity="1" transform="translate(0.5,0)">
|
|
77
|
+
<line stroke="currentColor" y2="-375"></line>
|
|
78
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-05-25</text>
|
|
79
|
+
</g>
|
|
80
|
+
<g class="tick" opacity="1" transform="translate(183.5,0)">
|
|
81
|
+
<line stroke="currentColor" y2="-375"></line>
|
|
82
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-05-27</text>
|
|
83
|
+
</g>
|
|
84
|
+
<g class="tick" opacity="1" transform="translate(365.5,0)">
|
|
85
|
+
<line stroke="currentColor" y2="-375"></line>
|
|
86
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-05-29</text>
|
|
87
|
+
</g>
|
|
88
|
+
<g class="tick" opacity="1" transform="translate(548.5,0)">
|
|
89
|
+
<line stroke="currentColor" y2="-375"></line>
|
|
90
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-05-31</text>
|
|
91
|
+
</g>
|
|
92
|
+
<g class="tick" opacity="1" transform="translate(639.5,0)">
|
|
93
|
+
<line stroke="currentColor" y2="-375"></line>
|
|
94
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-06-01</text>
|
|
95
|
+
</g>
|
|
96
|
+
<g class="tick" opacity="1" transform="translate(822.5,0)"><line stroke="currentColor" y2="-375"></line>
|
|
97
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-06-03</text></g>
|
|
98
|
+
<g class="tick" opacity="1" transform="translate(1005.5,0)"><line stroke="currentColor" y2="-375"></line>
|
|
99
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-06-05</text></g>
|
|
100
|
+
<g class="tick" opacity="1" transform="translate(1188.5,0)"><line stroke="currentColor" y2="-375"></line>
|
|
101
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-06-07</text></g>
|
|
102
|
+
<g class="tick" opacity="1" transform="translate(1370.5,0)"><line stroke="currentColor" y2="-375"></line>
|
|
103
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-06-09</text></g>
|
|
104
|
+
<g class="tick" opacity="1" transform="translate(1553.5,0)"><line stroke="currentColor" y2="-375"></line>
|
|
105
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-06-11</text></g>
|
|
106
|
+
<g class="tick" opacity="1" transform="translate(1736.5,0)"><line stroke="currentColor" y2="-375"></line>
|
|
107
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-06-13</text></g>
|
|
108
|
+
<g class="tick" opacity="1" transform="translate(1918.5,0)"><line stroke="currentColor" y2="-375"></line>
|
|
109
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-06-15</text></g>
|
|
110
|
+
<g class="tick" opacity="1" transform="translate(2101.5,0)"><line stroke="currentColor" y2="-375"></line>
|
|
111
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-06-17</text></g>
|
|
112
|
+
<g class="tick" opacity="1" transform="translate(2284.5,0)">
|
|
113
|
+
<line stroke="currentColor" y2="-375"></line>
|
|
114
|
+
<text fill="#000" y="3" dy="1em" stroke="none" font-size="10" style="text-anchor: middle;"> 2024-06-19</text>
|
|
115
|
+
</g>
|
|
116
|
+
</g>
|
|
117
|
+
<g>
|
|
118
|
+
<rect x="0" y="168" width="2487.5" height="24" class="section section0"></rect>
|
|
119
|
+
<rect x="0" y="120" width="2487.5" height="24" class="section section0"></rect>
|
|
120
|
+
<rect x="0" y="48" width="2487.5" height="24" class="section section0"></rect>
|
|
121
|
+
<rect x="0" y="96" width="2487.5" height="24" class="section section0"></rect>
|
|
122
|
+
<rect x="0" y="336" width="2487.5" height="24" class="section section2"></rect>
|
|
123
|
+
<rect x="0" y="360" width="2487.5" height="24" class="section section2"></rect>
|
|
124
|
+
<rect x="0" y="384" width="2487.5" height="24" class="section section2"></rect>
|
|
125
|
+
<rect x="0" y="192" width="2487.5" height="24" class="section section1"></rect>
|
|
126
|
+
<rect x="0" y="216" width="2487.5" height="24" class="section section1"></rect>
|
|
127
|
+
<rect x="0" y="264" width="2487.5" height="24" class="section section1"></rect>
|
|
128
|
+
<rect x="0" y="240" width="2487.5" height="24" class="section section1"></rect>
|
|
129
|
+
<rect x="0" y="144" width="2487.5" height="24" class="section section0"></rect>
|
|
130
|
+
<rect x="0" y="72" width="2487.5" height="24" class="section section0"></rect>
|
|
131
|
+
<rect x="0" y="288" width="2487.5" height="24" class="section section2"></rect>
|
|
132
|
+
<rect x="0" y="312" width="2487.5" height="24" class="section section2"></rect>
|
|
133
|
+
</g>
|
|
134
|
+
<g>
|
|
135
|
+
<rect id="e3" rx="3" ry="3" x="75" y="146" width="2375" height="20" transform-origin="1262.5px 155px" class="task done0"></rect>
|
|
136
|
+
<rect id="e1" rx="3" ry="3" x="532" y="122" width="548" height="20" transform-origin="806px 132px" class="task done0"></rect>
|
|
137
|
+
<rect id="q1_start" rx="3" ry="3" x="704" y="74" width="20" height="20" transform-origin="714px 84px" class="task milestone task0"></rect>
|
|
138
|
+
<rect id="q1" rx="3" ry="3" x="714" y="98" width="823" height="20" transform-origin="1125.5px 108px" class="task crit0"></rect>
|
|
139
|
+
<rect id="e6" rx="3" ry="3" x="714" y="338" width="731" height="20" transform-origin="1079.5px 348px" class="task done2"></rect>
|
|
140
|
+
<rect id="e7" rx="3" ry="3" x="806" y="362" width="731" height="20" transform-origin="1171.5px 372px" class="task done2"></rect>
|
|
141
|
+
<rect id="e8" rx="3" ry="3" x="897" y="386" width="1553" height="20" transform-origin="1673.5px 396px" class="task done2"></rect>
|
|
142
|
+
<rect id="q2" rx="3" ry="3" x="1080" y="194" width="0" height="20" transform-origin="1080px 204px" class="task active1"></rect>
|
|
143
|
+
<rect id="q2_marker" rx="3" ry="3" x="1070" y="218" width="20" height="20" transform-origin="1080px 228px" class="task milestone task1"></rect>
|
|
144
|
+
<rect id="e5" rx="3" ry="3" x="1080" y="266" width="457" height="20" transform-origin="1308.5px 276px" class="task done1"></rect>
|
|
145
|
+
<rect id="e4" rx="3" ry="3" x="1171" y="242" width="548" height="20" transform-origin="1445px 252px" class="task done1"></rect>
|
|
146
|
+
<rect id="e2" rx="3" ry="3" x="1354" y="122" width="639" height="20" transform-origin="1673.5px 136px" class="task done0"></rect>
|
|
147
|
+
<rect id="q1_end" rx="3" ry="3" x="1527" y="74" width="20" height="20" transform-origin="1537px 84px" class="task milestone task0"></rect>
|
|
148
|
+
<rect id="q3" rx="3" ry="3" x="1537" y="290" width="0" height="20" transform-origin="1537px 300px" class="task active2"></rect>
|
|
149
|
+
<rect id="q3_marker" rx="3" ry="3" x="1527" y="314" width="20" height="20" transform-origin="1537px 324px" class="task milestone task2"></rect>
|
|
150
|
+
<text id="e3-text" font-size="11" x="1262.5" y="159.5" class="taskText taskText0 doneText0">Event C (Event Starts before, Ends after Interval) </text>
|
|
151
|
+
<text id="e1-text" font-size="11" x="806" y="135.5" class="taskText taskText0 doneText0">Event A (Event End is inside Interval) </text>
|
|
152
|
+
<text id="q1_start-text" font-size="11" x="729" y="87.5" class="taskTextOutsideRight taskTextOutside0 milestoneText width-84.375">Query Start Point </text>
|
|
153
|
+
<text id="q1-text" font-size="11" x="1125.5" y="111.5" class="taskText taskText0 critText0 width-69.09375">Query Interval </text>
|
|
154
|
+
<text id="e6-text" font-size="11" x="1079.5" y="351.5" class="taskText taskText2 doneText2 width-108.828125">Event F (Ends Before) </text>
|
|
155
|
+
<text id="e7-text" font-size="11" x="1171.5" y="375.5" class="taskText taskText2 doneText2 width-113.71875">Event G (Ends Exactly) </text>
|
|
156
|
+
<text id="e8-text" font-size="11" x="1673.5" y="399.5" class="taskText taskText2 doneText2 width-112.5">Event H (No End Date) </text>
|
|
157
|
+
<text id="q2_marker-text" font-size="11" x="1095" y="231.5" class="taskTextOutsideRight taskTextOutside1 milestoneText width-122.28125">Query displayPeriodStart </text>
|
|
158
|
+
<text id="e5-text" font-size="11" x="1308.5" y="279.5" class="taskText taskText1 doneText1 width-116.15625">Event E (Starts Exactly) </text>
|
|
159
|
+
<text id="e4-text" font-size="11" x="1445" y="255.5" class="taskText taskText1 doneText1">Event D (Starts After) </text>
|
|
160
|
+
<text id="e2-text" font-size="11" x="1673.5" y="135.5" class="taskText taskText0 doneText0">Event B (Event Start is inside Interval) </text>
|
|
161
|
+
<text id="q1_end-text" font-size="11" x="1552" y="87.5" class="taskTextOutsideRight taskTextOutside0 milestoneText width-80.71875">Query End Point </text>
|
|
162
|
+
<text id="q3_marker-text" font-size="11" x="1552" y="327.5" class="taskTextOutsideRight taskTextOutside2 milestoneText width-118.625">Query displayPeriodEnd </text></g>
|
|
163
|
+
<g>
|
|
164
|
+
<text dy="0em" x="10" y="122" font-size="11" class="sectionTitle sectionTitle0"><tspan alignment-baseline="central" x="10">Scenario 1: Both `displayPeriodStart` and `displayPeriodEnd` provided</tspan></text>
|
|
165
|
+
<text dy="0em" x="10" y="242" font-size="11" class="sectionTitle sectionTitle1"><tspan alignment-baseline="central" x="10">Scenario 2: Only `displayPeriodStart` provided</tspan></text>
|
|
166
|
+
<text dy="0em" x="10" y="350" font-size="11" class="sectionTitle sectionTitle2"><tspan alignment-baseline="central" x="10">Scenario 3: Only `displayPeriodEnd` provided</tspan></text>
|
|
167
|
+
</g>
|
|
168
|
+
<g class="today"><line x1="35121" x2="35121" y1="25" y2="435" class="today"></line></g>
|
|
169
|
+
<text x="1262.5" y="25" class="titleText">Event Querying Scenarios</text></g></svg>
|
package/docs/openapi-output.yaml
CHANGED
|
@@ -2021,7 +2021,7 @@ paths:
|
|
|
2021
2021
|
type: string
|
|
2022
2022
|
format: date-time
|
|
2023
2023
|
example: "2024-02-29T11:22:20.958Z"
|
|
2024
|
-
description:
|
|
2024
|
+
description: Sets the beginning of the query window; events are included in the response if any part of their display interval overlaps with the displayPeriodStart to displayPeriodEnd range.
|
|
2025
2025
|
- name: displayPeriodEnd
|
|
2026
2026
|
in: query
|
|
2027
2027
|
required: false
|
|
@@ -2029,7 +2029,7 @@ paths:
|
|
|
2029
2029
|
type: string
|
|
2030
2030
|
format: date-time
|
|
2031
2031
|
example: "2024-03-03T14:22:20.958Z"
|
|
2032
|
-
description:
|
|
2032
|
+
description: Sets the end of the query window; events are included in the response if any part of their display interval overlaps with the displayPeriodStart to displayPeriodEnd range.
|
|
2033
2033
|
- name: organizationNames
|
|
2034
2034
|
in: query
|
|
2035
2035
|
required: false
|