automation-lib 5.3.1 → 5.3.2
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/index.d.mts +14 -4
- package/dist/index.d.ts +14 -4
- package/flow-be-module.drawio +171 -0
- package/flow-be.drawio +126 -0
- package/flow-canva-image-voice.drawio +167 -167
- package/flow-canva-image.drawio +147 -147
- package/flow-sheet-manager.drawio +119 -119
- package/package.json +1 -1
- package/requirements.txt +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -10330,6 +10330,7 @@ interface FilterManagerWorkDto extends IFilterBaseDto {
|
|
|
10330
10330
|
updatedBy: string[];
|
|
10331
10331
|
createdAt: [Date, Date];
|
|
10332
10332
|
updatedAt: [Date, Date];
|
|
10333
|
+
typePin: Array<'Pin' | 'Like' | 'Love'>[];
|
|
10333
10334
|
ideas: string[];
|
|
10334
10335
|
niches: string[];
|
|
10335
10336
|
subNiche: string[];
|
|
@@ -10340,10 +10341,10 @@ interface FilterManagerWorkDto extends IFilterBaseDto {
|
|
|
10340
10341
|
nicheLove: string[];
|
|
10341
10342
|
subNicheLike: string[];
|
|
10342
10343
|
sheetWorks: string[];
|
|
10344
|
+
status: EStatusActive[];
|
|
10343
10345
|
departmentsAssigned: string[];
|
|
10344
10346
|
teamsAssigned: string[];
|
|
10345
10347
|
usersAssigned: string[];
|
|
10346
|
-
status: EStatusActive[];
|
|
10347
10348
|
}
|
|
10348
10349
|
|
|
10349
10350
|
interface ImportSheetWorkDto {
|
|
@@ -10417,18 +10418,27 @@ interface FilterSheetWorkDto extends IFilterBaseDto {
|
|
|
10417
10418
|
updatedBy: string[];
|
|
10418
10419
|
createdAt: [Date, Date];
|
|
10419
10420
|
updatedAt: [Date, Date];
|
|
10421
|
+
typePin: Array<'Pin' | 'Like' | 'Love'>[];
|
|
10422
|
+
typeSocial: ETypeSocial[];
|
|
10423
|
+
sheetWorks: string[];
|
|
10424
|
+
sheetWorksGroup: string[];
|
|
10425
|
+
pin: string[];
|
|
10426
|
+
love: string[];
|
|
10427
|
+
like: string[];
|
|
10428
|
+
users: string[];
|
|
10429
|
+
status: EStatusSheetWork[];
|
|
10430
|
+
projectName: string[];
|
|
10431
|
+
jobName: string[];
|
|
10432
|
+
subJobName: string[];
|
|
10420
10433
|
ideas: string[];
|
|
10421
10434
|
niches: string[];
|
|
10422
10435
|
subNiche: string[];
|
|
10423
10436
|
type: ETypeManagerWorkClassify[];
|
|
10424
10437
|
tags: string[];
|
|
10425
10438
|
domains: string[];
|
|
10426
|
-
pin: string[];
|
|
10427
|
-
sheetWorks: string[];
|
|
10428
10439
|
departmentsAssigned: string[];
|
|
10429
10440
|
teamsAssigned: string[];
|
|
10430
10441
|
usersAssigned: string[];
|
|
10431
|
-
status: EStatusActive[];
|
|
10432
10442
|
}
|
|
10433
10443
|
|
|
10434
10444
|
interface FindSheetWorkCategoryDto extends IFindBaseDto, ISheetWorksCategory {
|
package/dist/index.d.ts
CHANGED
|
@@ -10330,6 +10330,7 @@ interface FilterManagerWorkDto extends IFilterBaseDto {
|
|
|
10330
10330
|
updatedBy: string[];
|
|
10331
10331
|
createdAt: [Date, Date];
|
|
10332
10332
|
updatedAt: [Date, Date];
|
|
10333
|
+
typePin: Array<'Pin' | 'Like' | 'Love'>[];
|
|
10333
10334
|
ideas: string[];
|
|
10334
10335
|
niches: string[];
|
|
10335
10336
|
subNiche: string[];
|
|
@@ -10340,10 +10341,10 @@ interface FilterManagerWorkDto extends IFilterBaseDto {
|
|
|
10340
10341
|
nicheLove: string[];
|
|
10341
10342
|
subNicheLike: string[];
|
|
10342
10343
|
sheetWorks: string[];
|
|
10344
|
+
status: EStatusActive[];
|
|
10343
10345
|
departmentsAssigned: string[];
|
|
10344
10346
|
teamsAssigned: string[];
|
|
10345
10347
|
usersAssigned: string[];
|
|
10346
|
-
status: EStatusActive[];
|
|
10347
10348
|
}
|
|
10348
10349
|
|
|
10349
10350
|
interface ImportSheetWorkDto {
|
|
@@ -10417,18 +10418,27 @@ interface FilterSheetWorkDto extends IFilterBaseDto {
|
|
|
10417
10418
|
updatedBy: string[];
|
|
10418
10419
|
createdAt: [Date, Date];
|
|
10419
10420
|
updatedAt: [Date, Date];
|
|
10421
|
+
typePin: Array<'Pin' | 'Like' | 'Love'>[];
|
|
10422
|
+
typeSocial: ETypeSocial[];
|
|
10423
|
+
sheetWorks: string[];
|
|
10424
|
+
sheetWorksGroup: string[];
|
|
10425
|
+
pin: string[];
|
|
10426
|
+
love: string[];
|
|
10427
|
+
like: string[];
|
|
10428
|
+
users: string[];
|
|
10429
|
+
status: EStatusSheetWork[];
|
|
10430
|
+
projectName: string[];
|
|
10431
|
+
jobName: string[];
|
|
10432
|
+
subJobName: string[];
|
|
10420
10433
|
ideas: string[];
|
|
10421
10434
|
niches: string[];
|
|
10422
10435
|
subNiche: string[];
|
|
10423
10436
|
type: ETypeManagerWorkClassify[];
|
|
10424
10437
|
tags: string[];
|
|
10425
10438
|
domains: string[];
|
|
10426
|
-
pin: string[];
|
|
10427
|
-
sheetWorks: string[];
|
|
10428
10439
|
departmentsAssigned: string[];
|
|
10429
10440
|
teamsAssigned: string[];
|
|
10430
10441
|
usersAssigned: string[];
|
|
10431
|
-
status: EStatusActive[];
|
|
10432
10442
|
}
|
|
10433
10443
|
|
|
10434
10444
|
interface FindSheetWorkCategoryDto extends IFindBaseDto, ISheetWorksCategory {
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
<mxfile host="65bd71144e">
|
|
2
|
+
<diagram id="5UjKIleKCvBDsD0wyaMr" name="Page-1">
|
|
3
|
+
<mxGraphModel dx="2550" dy="1628" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
|
|
4
|
+
<root>
|
|
5
|
+
<mxCell id="0"/>
|
|
6
|
+
<mxCell id="1" parent="0"/>
|
|
7
|
+
<mxCell id="45" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="43" target="44" edge="1">
|
|
8
|
+
<mxGeometry relative="1" as="geometry"/>
|
|
9
|
+
</mxCell>
|
|
10
|
+
<mxCell id="43" value="Controller" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
11
|
+
<mxGeometry x="401" y="80" width="120" height="40" as="geometry"/>
|
|
12
|
+
</mxCell>
|
|
13
|
+
<mxCell id="67" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="1" source="44" edge="1">
|
|
14
|
+
<mxGeometry relative="1" as="geometry">
|
|
15
|
+
<mxPoint x="460" y="240" as="targetPoint"/>
|
|
16
|
+
</mxGeometry>
|
|
17
|
+
</mxCell>
|
|
18
|
+
<mxCell id="44" value="Service" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
19
|
+
<mxGeometry x="401" y="160" width="120" height="40" as="geometry"/>
|
|
20
|
+
</mxCell>
|
|
21
|
+
<mxCell id="46" value="Create" style="ellipse;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
22
|
+
<mxGeometry x="41" y="390" width="120" height="80" as="geometry"/>
|
|
23
|
+
</mxCell>
|
|
24
|
+
<mxCell id="47" value="FindById" style="ellipse;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
25
|
+
<mxGeometry x="161" y="390" width="120" height="80" as="geometry"/>
|
|
26
|
+
</mxCell>
|
|
27
|
+
<mxCell id="48" value="FindDetailById" style="ellipse;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
28
|
+
<mxGeometry x="281" y="390" width="120" height="80" as="geometry"/>
|
|
29
|
+
</mxCell>
|
|
30
|
+
<mxCell id="49" value="Update" style="ellipse;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
31
|
+
<mxGeometry x="760" y="390" width="120" height="80" as="geometry"/>
|
|
32
|
+
</mxCell>
|
|
33
|
+
<mxCell id="50" value="FindMulti" style="ellipse;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
34
|
+
<mxGeometry x="401" y="390" width="120" height="80" as="geometry"/>
|
|
35
|
+
</mxCell>
|
|
36
|
+
<mxCell id="51" value="FindMultiFull" style="ellipse;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
37
|
+
<mxGeometry x="522" y="390" width="120" height="80" as="geometry"/>
|
|
38
|
+
</mxCell>
|
|
39
|
+
<mxCell id="52" value="DeleteMulti" style="ellipse;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
40
|
+
<mxGeometry x="880" y="390" width="120" height="80" as="geometry"/>
|
|
41
|
+
</mxCell>
|
|
42
|
+
<mxCell id="54" value="UpdateTransaction" style="rounded=1;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
43
|
+
<mxGeometry x="761" y="330" width="120" height="60" as="geometry"/>
|
|
44
|
+
</mxCell>
|
|
45
|
+
<mxCell id="55" value="DeleteTransasction" style="rounded=1;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
46
|
+
<mxGeometry x="881" y="330" width="120" height="60" as="geometry"/>
|
|
47
|
+
</mxCell>
|
|
48
|
+
<mxCell id="56" value="CreateTransaction" style="rounded=1;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
49
|
+
<mxGeometry x="41" y="330" width="120" height="60" as="geometry"/>
|
|
50
|
+
</mxCell>
|
|
51
|
+
<mxCell id="64" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="58" target="46" edge="1">
|
|
52
|
+
<mxGeometry relative="1" as="geometry"/>
|
|
53
|
+
</mxCell>
|
|
54
|
+
<mxCell id="58" value="Base" style="shape=xor;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
55
|
+
<mxGeometry x="-79" y="390" width="80" height="80" as="geometry"/>
|
|
56
|
+
</mxCell>
|
|
57
|
+
<mxCell id="61" value="Check auth" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;" parent="1" vertex="1">
|
|
58
|
+
<mxGeometry x="446" y="-170" width="30" height="60" as="geometry"/>
|
|
59
|
+
</mxCell>
|
|
60
|
+
<mxCell id="65" style="edgeStyle=none;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="62" target="43" edge="1">
|
|
61
|
+
<mxGeometry relative="1" as="geometry"/>
|
|
62
|
+
</mxCell>
|
|
63
|
+
<mxCell id="62" value="Check role" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;" parent="1" vertex="1">
|
|
64
|
+
<mxGeometry x="446" y="-50" width="30" height="60" as="geometry"/>
|
|
65
|
+
</mxCell>
|
|
66
|
+
<mxCell id="63" value="Overview" style="ellipse;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
67
|
+
<mxGeometry x="642" y="390" width="120" height="80" as="geometry"/>
|
|
68
|
+
</mxCell>
|
|
69
|
+
<mxCell id="66" style="edgeStyle=none;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="61" target="62" edge="1">
|
|
70
|
+
<mxGeometry relative="1" as="geometry"/>
|
|
71
|
+
</mxCell>
|
|
72
|
+
<mxCell id="69" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" target="56" edge="1">
|
|
73
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
74
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
75
|
+
<mxPoint x="300" y="270" as="targetPoint"/>
|
|
76
|
+
</mxGeometry>
|
|
77
|
+
</mxCell>
|
|
78
|
+
<mxCell id="70" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" target="47" edge="1">
|
|
79
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
80
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
81
|
+
<mxPoint x="111" y="290" as="targetPoint"/>
|
|
82
|
+
</mxGeometry>
|
|
83
|
+
</mxCell>
|
|
84
|
+
<mxCell id="71" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" target="48" edge="1">
|
|
85
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
86
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
87
|
+
<mxPoint x="231" y="350" as="targetPoint"/>
|
|
88
|
+
</mxGeometry>
|
|
89
|
+
</mxCell>
|
|
90
|
+
<mxCell id="72" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" target="50" edge="1">
|
|
91
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
92
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
93
|
+
<mxPoint x="351" y="350" as="targetPoint"/>
|
|
94
|
+
</mxGeometry>
|
|
95
|
+
</mxCell>
|
|
96
|
+
<mxCell id="73" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" target="51" edge="1">
|
|
97
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
98
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
99
|
+
<mxPoint x="471" y="350" as="targetPoint"/>
|
|
100
|
+
</mxGeometry>
|
|
101
|
+
</mxCell>
|
|
102
|
+
<mxCell id="74" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" target="54" edge="1">
|
|
103
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
104
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
105
|
+
<mxPoint x="592" y="350" as="targetPoint"/>
|
|
106
|
+
</mxGeometry>
|
|
107
|
+
</mxCell>
|
|
108
|
+
<mxCell id="75" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" target="55" edge="1">
|
|
109
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
110
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
111
|
+
<mxPoint x="712" y="290" as="targetPoint"/>
|
|
112
|
+
</mxGeometry>
|
|
113
|
+
</mxCell>
|
|
114
|
+
<mxCell id="77" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" target="63" edge="1">
|
|
115
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
116
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
117
|
+
<mxPoint x="592" y="350" as="targetPoint"/>
|
|
118
|
+
</mxGeometry>
|
|
119
|
+
</mxCell>
|
|
120
|
+
<mxCell id="78" value="..............." style="ellipse;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
121
|
+
<mxGeometry x="1000" y="390" width="120" height="80" as="geometry"/>
|
|
122
|
+
</mxCell>
|
|
123
|
+
<mxCell id="81" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="79" target="80">
|
|
124
|
+
<mxGeometry relative="1" as="geometry"/>
|
|
125
|
+
</mxCell>
|
|
126
|
+
<mxCell id="79" value="Device Info" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
127
|
+
<mxGeometry x="-1080" y="160" width="120" height="80" as="geometry"/>
|
|
128
|
+
</mxCell>
|
|
129
|
+
<mxCell id="80" value="Device System Log" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
130
|
+
<mxGeometry x="-1080" y="280" width="120" height="80" as="geometry"/>
|
|
131
|
+
</mxCell>
|
|
132
|
+
<mxCell id="83" value="Module device(1)" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
133
|
+
<mxGeometry x="-1200" y="160" width="120" height="40" as="geometry"/>
|
|
134
|
+
</mxCell>
|
|
135
|
+
<mxCell id="87" value="Module device(2)" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
136
|
+
<mxGeometry x="-1200" y="280" width="120" height="40" as="geometry"/>
|
|
137
|
+
</mxCell>
|
|
138
|
+
<mxCell id="88" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="89" target="90">
|
|
139
|
+
<mxGeometry relative="1" as="geometry"/>
|
|
140
|
+
</mxCell>
|
|
141
|
+
<mxCell id="89" value="Proxy" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
142
|
+
<mxGeometry x="-760" y="160" width="120" height="80" as="geometry"/>
|
|
143
|
+
</mxCell>
|
|
144
|
+
<mxCell id="95" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="90" target="93">
|
|
145
|
+
<mxGeometry relative="1" as="geometry"/>
|
|
146
|
+
</mxCell>
|
|
147
|
+
<mxCell id="90" value="VPS group" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
148
|
+
<mxGeometry x="-760" y="280" width="120" height="80" as="geometry"/>
|
|
149
|
+
</mxCell>
|
|
150
|
+
<mxCell id="91" value="Infrastructure(1)" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
151
|
+
<mxGeometry x="-880" y="160" width="120" height="40" as="geometry"/>
|
|
152
|
+
</mxCell>
|
|
153
|
+
<mxCell id="92" value="Infrastructure(2)" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
154
|
+
<mxGeometry x="-880" y="280" width="120" height="40" as="geometry"/>
|
|
155
|
+
</mxCell>
|
|
156
|
+
<mxCell id="93" value="VPS" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
157
|
+
<mxGeometry x="-760" y="400" width="120" height="80" as="geometry"/>
|
|
158
|
+
</mxCell>
|
|
159
|
+
<mxCell id="94" value="Infrastructure(3)" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
160
|
+
<mxGeometry x="-880" y="400" width="120" height="40" as="geometry"/>
|
|
161
|
+
</mxCell>
|
|
162
|
+
<mxCell id="96" value="1" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
163
|
+
<mxGeometry x="-1200" y="80" width="240" height="40" as="geometry"/>
|
|
164
|
+
</mxCell>
|
|
165
|
+
<mxCell id="97" value="2" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
166
|
+
<mxGeometry x="-880" y="80" width="240" height="40" as="geometry"/>
|
|
167
|
+
</mxCell>
|
|
168
|
+
</root>
|
|
169
|
+
</mxGraphModel>
|
|
170
|
+
</diagram>
|
|
171
|
+
</mxfile>
|
package/flow-be.drawio
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
<mxfile host="65bd71144e">
|
|
2
|
+
<diagram id="5UjKIleKCvBDsD0wyaMr" name="Page-1">
|
|
3
|
+
<mxGraphModel dx="1700" dy="1628" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
|
|
4
|
+
<root>
|
|
5
|
+
<mxCell id="0"/>
|
|
6
|
+
<mxCell id="1" parent="0"/>
|
|
7
|
+
<mxCell id="45" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="43" target="44">
|
|
8
|
+
<mxGeometry relative="1" as="geometry"/>
|
|
9
|
+
</mxCell>
|
|
10
|
+
<mxCell id="43" value="Controller" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
11
|
+
<mxGeometry x="401" y="80" width="120" height="40" as="geometry"/>
|
|
12
|
+
</mxCell>
|
|
13
|
+
<mxCell id="67" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="44">
|
|
14
|
+
<mxGeometry relative="1" as="geometry">
|
|
15
|
+
<mxPoint x="460" y="240" as="targetPoint"/>
|
|
16
|
+
</mxGeometry>
|
|
17
|
+
</mxCell>
|
|
18
|
+
<mxCell id="44" value="Service" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
19
|
+
<mxGeometry x="401" y="160" width="120" height="40" as="geometry"/>
|
|
20
|
+
</mxCell>
|
|
21
|
+
<mxCell id="46" value="Create" style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
22
|
+
<mxGeometry x="41" y="390" width="120" height="80" as="geometry"/>
|
|
23
|
+
</mxCell>
|
|
24
|
+
<mxCell id="47" value="FindById" style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
25
|
+
<mxGeometry x="161" y="390" width="120" height="80" as="geometry"/>
|
|
26
|
+
</mxCell>
|
|
27
|
+
<mxCell id="48" value="FindDetailById" style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
28
|
+
<mxGeometry x="281" y="390" width="120" height="80" as="geometry"/>
|
|
29
|
+
</mxCell>
|
|
30
|
+
<mxCell id="49" value="Update" style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
31
|
+
<mxGeometry x="760" y="390" width="120" height="80" as="geometry"/>
|
|
32
|
+
</mxCell>
|
|
33
|
+
<mxCell id="50" value="FindMulti" style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
34
|
+
<mxGeometry x="401" y="390" width="120" height="80" as="geometry"/>
|
|
35
|
+
</mxCell>
|
|
36
|
+
<mxCell id="51" value="FindMultiFull" style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
37
|
+
<mxGeometry x="522" y="390" width="120" height="80" as="geometry"/>
|
|
38
|
+
</mxCell>
|
|
39
|
+
<mxCell id="52" value="DeleteMulti" style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
40
|
+
<mxGeometry x="880" y="390" width="120" height="80" as="geometry"/>
|
|
41
|
+
</mxCell>
|
|
42
|
+
<mxCell id="54" value="UpdateTransaction" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
43
|
+
<mxGeometry x="761" y="330" width="120" height="60" as="geometry"/>
|
|
44
|
+
</mxCell>
|
|
45
|
+
<mxCell id="55" value="DeleteTransasction" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
46
|
+
<mxGeometry x="881" y="330" width="120" height="60" as="geometry"/>
|
|
47
|
+
</mxCell>
|
|
48
|
+
<mxCell id="56" value="CreateTransaction" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
49
|
+
<mxGeometry x="41" y="330" width="120" height="60" as="geometry"/>
|
|
50
|
+
</mxCell>
|
|
51
|
+
<mxCell id="64" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="58" target="46">
|
|
52
|
+
<mxGeometry relative="1" as="geometry"/>
|
|
53
|
+
</mxCell>
|
|
54
|
+
<mxCell id="58" value="Base" style="shape=xor;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
55
|
+
<mxGeometry x="-79" y="390" width="80" height="80" as="geometry"/>
|
|
56
|
+
</mxCell>
|
|
57
|
+
<mxCell id="61" value="Check auth" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;" vertex="1" parent="1">
|
|
58
|
+
<mxGeometry x="446" y="-170" width="30" height="60" as="geometry"/>
|
|
59
|
+
</mxCell>
|
|
60
|
+
<mxCell id="65" style="edgeStyle=none;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="62" target="43">
|
|
61
|
+
<mxGeometry relative="1" as="geometry"/>
|
|
62
|
+
</mxCell>
|
|
63
|
+
<mxCell id="62" value="Check role" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;" vertex="1" parent="1">
|
|
64
|
+
<mxGeometry x="446" y="-50" width="30" height="60" as="geometry"/>
|
|
65
|
+
</mxCell>
|
|
66
|
+
<mxCell id="63" value="Overview" style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
67
|
+
<mxGeometry x="642" y="390" width="120" height="80" as="geometry"/>
|
|
68
|
+
</mxCell>
|
|
69
|
+
<mxCell id="66" style="edgeStyle=none;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="61" target="62">
|
|
70
|
+
<mxGeometry relative="1" as="geometry"/>
|
|
71
|
+
</mxCell>
|
|
72
|
+
<mxCell id="69" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" target="56">
|
|
73
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
74
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
75
|
+
<mxPoint x="300" y="270" as="targetPoint"/>
|
|
76
|
+
</mxGeometry>
|
|
77
|
+
</mxCell>
|
|
78
|
+
<mxCell id="70" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" target="47">
|
|
79
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
80
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
81
|
+
<mxPoint x="111" y="290" as="targetPoint"/>
|
|
82
|
+
</mxGeometry>
|
|
83
|
+
</mxCell>
|
|
84
|
+
<mxCell id="71" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" target="48">
|
|
85
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
86
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
87
|
+
<mxPoint x="231" y="350" as="targetPoint"/>
|
|
88
|
+
</mxGeometry>
|
|
89
|
+
</mxCell>
|
|
90
|
+
<mxCell id="72" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" target="50">
|
|
91
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
92
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
93
|
+
<mxPoint x="351" y="350" as="targetPoint"/>
|
|
94
|
+
</mxGeometry>
|
|
95
|
+
</mxCell>
|
|
96
|
+
<mxCell id="73" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" target="51">
|
|
97
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
98
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
99
|
+
<mxPoint x="471" y="350" as="targetPoint"/>
|
|
100
|
+
</mxGeometry>
|
|
101
|
+
</mxCell>
|
|
102
|
+
<mxCell id="74" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" target="54">
|
|
103
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
104
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
105
|
+
<mxPoint x="592" y="350" as="targetPoint"/>
|
|
106
|
+
</mxGeometry>
|
|
107
|
+
</mxCell>
|
|
108
|
+
<mxCell id="75" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" target="55">
|
|
109
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
110
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
111
|
+
<mxPoint x="712" y="290" as="targetPoint"/>
|
|
112
|
+
</mxGeometry>
|
|
113
|
+
</mxCell>
|
|
114
|
+
<mxCell id="77" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" target="63">
|
|
115
|
+
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
116
|
+
<mxPoint x="460" y="240" as="sourcePoint"/>
|
|
117
|
+
<mxPoint x="592" y="350" as="targetPoint"/>
|
|
118
|
+
</mxGeometry>
|
|
119
|
+
</mxCell>
|
|
120
|
+
<mxCell id="78" value="..............." style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
121
|
+
<mxGeometry x="1000" y="390" width="120" height="80" as="geometry"/>
|
|
122
|
+
</mxCell>
|
|
123
|
+
</root>
|
|
124
|
+
</mxGraphModel>
|
|
125
|
+
</diagram>
|
|
126
|
+
</mxfile>
|