@joao.sumi/qdule 0.0.2 → 0.0.3

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,6 +1,5 @@
1
1
  .gitignore
2
2
  .npmignore
3
- .openapi-generator-ignore
4
3
  README.md
5
4
  api.ts
6
5
  base.ts
@@ -8,28 +7,38 @@ common.ts
8
7
  configuration.ts
9
8
  docs/AuthRequest.md
10
9
  docs/AuthResourceApi.md
10
+ docs/AuthResponse.md
11
11
  docs/ChangelogCreateRequest.md
12
12
  docs/ChangelogResourceApi.md
13
+ docs/ChangelogResponse.md
13
14
  docs/ChangelogUpdateRequest.md
14
15
  docs/ClientCreateRequest.md
15
16
  docs/ClientResourceApi.md
17
+ docs/ClientResponse.md
16
18
  docs/ClientUpdateRequest.md
17
19
  docs/DayOfWeek.md
20
+ docs/PageResponse.md
18
21
  docs/ScheduleCreateRequest.md
19
22
  docs/ScheduleResourceApi.md
23
+ docs/ScheduleResponse.md
20
24
  docs/ScheduleStatus.md
21
25
  docs/ScheduleUpdateRequest.md
26
+ docs/Shift.md
22
27
  docs/ShiftCreateRequest.md
23
28
  docs/ShiftResourceApi.md
29
+ docs/ShiftResponse.md
24
30
  docs/ShiftUpdateRequest.md
25
31
  docs/TreatmentCreateRequest.md
26
32
  docs/TreatmentResourceApi.md
33
+ docs/TreatmentResponse.md
27
34
  docs/TreatmentStatus.md
28
35
  docs/TreatmentUpdateRequest.md
29
36
  docs/UserCreateRequest.md
30
37
  docs/UserResourceApi.md
38
+ docs/UserResponse.md
31
39
  docs/WorkScheduleCreateRequest.md
32
40
  docs/WorkScheduleResourceApi.md
41
+ docs/WorkScheduleResponse.md
33
42
  docs/WorkScheduleUpdateRequest.md
34
43
  git_push.sh
35
44
  index.ts
package/README.md CHANGED
@@ -88,21 +88,31 @@ Class | Method | HTTP request | Description
88
88
  ### Documentation For Models
89
89
 
90
90
  - [AuthRequest](docs/AuthRequest.md)
91
+ - [AuthResponse](docs/AuthResponse.md)
91
92
  - [ChangelogCreateRequest](docs/ChangelogCreateRequest.md)
93
+ - [ChangelogResponse](docs/ChangelogResponse.md)
92
94
  - [ChangelogUpdateRequest](docs/ChangelogUpdateRequest.md)
93
95
  - [ClientCreateRequest](docs/ClientCreateRequest.md)
96
+ - [ClientResponse](docs/ClientResponse.md)
94
97
  - [ClientUpdateRequest](docs/ClientUpdateRequest.md)
95
98
  - [DayOfWeek](docs/DayOfWeek.md)
99
+ - [PageResponse](docs/PageResponse.md)
96
100
  - [ScheduleCreateRequest](docs/ScheduleCreateRequest.md)
101
+ - [ScheduleResponse](docs/ScheduleResponse.md)
97
102
  - [ScheduleStatus](docs/ScheduleStatus.md)
98
103
  - [ScheduleUpdateRequest](docs/ScheduleUpdateRequest.md)
104
+ - [Shift](docs/Shift.md)
99
105
  - [ShiftCreateRequest](docs/ShiftCreateRequest.md)
106
+ - [ShiftResponse](docs/ShiftResponse.md)
100
107
  - [ShiftUpdateRequest](docs/ShiftUpdateRequest.md)
101
108
  - [TreatmentCreateRequest](docs/TreatmentCreateRequest.md)
109
+ - [TreatmentResponse](docs/TreatmentResponse.md)
102
110
  - [TreatmentStatus](docs/TreatmentStatus.md)
103
111
  - [TreatmentUpdateRequest](docs/TreatmentUpdateRequest.md)
104
112
  - [UserCreateRequest](docs/UserCreateRequest.md)
113
+ - [UserResponse](docs/UserResponse.md)
105
114
  - [WorkScheduleCreateRequest](docs/WorkScheduleCreateRequest.md)
115
+ - [WorkScheduleResponse](docs/WorkScheduleResponse.md)
106
116
  - [WorkScheduleUpdateRequest](docs/WorkScheduleUpdateRequest.md)
107
117
 
108
118