@fossa-app/bridge 0.1.7 → 0.1.9
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/Models/ApiModels/EnvelopeModels.d.ts +21 -0
- package/dist/Models/ApiModels/EnvelopeModels.js +34 -0
- package/dist/Models/ApiModels/EnvelopeModels.js.map +1 -0
- package/dist/Models/{ApiModels.d.ts → ApiModels/PayloadModels.d.ts} +12 -64
- package/dist/Models/ApiModels/PayloadModels.js +256 -0
- package/dist/Models/ApiModels/PayloadModels.js.map +1 -0
- package/dist/Models/ApiModels/SharedModels.d.ts +41 -0
- package/dist/Models/ApiModels/SharedModels.js +74 -0
- package/dist/Models/ApiModels/SharedModels.js.map +1 -0
- package/dist/Services/Clients/BranchClient.d.ts +13 -7
- package/dist/Services/Clients/BranchClient.js +42 -31
- package/dist/Services/Clients/BranchClient.js.map +1 -1
- package/dist/Services/Clients/CompanyClient.d.ts +9 -4
- package/dist/Services/Clients/CompanyClient.js +26 -8
- package/dist/Services/Clients/CompanyClient.js.map +1 -1
- package/dist/Services/Clients/CompanyLicenseClient.d.ts +4 -1
- package/dist/Services/Clients/CompanyLicenseClient.js +12 -2
- package/dist/Services/Clients/CompanyLicenseClient.js.map +1 -1
- package/dist/Services/Clients/CompanySettingsClient.d.ts +9 -4
- package/dist/Services/Clients/CompanySettingsClient.js +26 -8
- package/dist/Services/Clients/CompanySettingsClient.js.map +1 -1
- package/dist/Services/Clients/DepartmentClient.d.ts +13 -7
- package/dist/Services/Clients/DepartmentClient.js +42 -31
- package/dist/Services/Clients/DepartmentClient.js.map +1 -1
- package/dist/Services/Clients/EmployeeClient.d.ts +16 -9
- package/dist/Services/Clients/EmployeeClient.js +53 -53
- package/dist/Services/Clients/EmployeeClient.js.map +1 -1
- package/dist/Services/Clients/IBranchClient.d.ts +9 -0
- package/dist/Services/Clients/IBranchClient.js +3 -0
- package/dist/Services/Clients/IBranchClient.js.map +1 -0
- package/dist/Services/Clients/ICompanyClient.d.ts +7 -0
- package/dist/Services/Clients/ICompanyClient.js +3 -0
- package/dist/Services/Clients/ICompanyClient.js.map +1 -0
- package/dist/Services/Clients/ICompanyLicenseClient.d.ts +4 -0
- package/dist/Services/Clients/ICompanyLicenseClient.js +3 -0
- package/dist/Services/Clients/ICompanyLicenseClient.js.map +1 -0
- package/dist/Services/Clients/ICompanySettingsClient.d.ts +7 -0
- package/dist/Services/Clients/ICompanySettingsClient.js +3 -0
- package/dist/Services/Clients/ICompanySettingsClient.js.map +1 -0
- package/dist/Services/Clients/IDepartmentClient.d.ts +9 -0
- package/dist/Services/Clients/IDepartmentClient.js +3 -0
- package/dist/Services/Clients/IDepartmentClient.js.map +1 -0
- package/dist/Services/Clients/IEmployeeClient.d.ts +10 -0
- package/dist/Services/Clients/IEmployeeClient.js +3 -0
- package/dist/Services/Clients/IEmployeeClient.js.map +1 -0
- package/dist/Services/Clients/IIdentityClient.d.ts +3 -0
- package/dist/Services/Clients/IIdentityClient.js +3 -0
- package/dist/Services/Clients/IIdentityClient.js.map +1 -0
- package/dist/Services/Clients/ISystemLicenseClient.d.ts +3 -0
- package/dist/Services/Clients/ISystemLicenseClient.js +3 -0
- package/dist/Services/Clients/ISystemLicenseClient.js.map +1 -0
- package/dist/Services/Clients/IdentityClient.d.ts +3 -1
- package/dist/Services/Clients/IdentityClient.js +7 -2
- package/dist/Services/Clients/IdentityClient.js.map +1 -1
- package/dist/Services/Clients/SystemLicenseClient.d.ts +3 -1
- package/dist/Services/Clients/SystemLicenseClient.js +7 -1
- package/dist/Services/Clients/SystemLicenseClient.js.map +1 -1
- package/dist/Services/UrlHelpers.d.ts +24 -0
- package/dist/Services/UrlHelpers.js +84 -0
- package/dist/Services/UrlHelpers.js.map +1 -1
- package/package.json +1 -1
- package/dist/Models/ApiModels.js +0 -350
- package/dist/Models/ApiModels.js.map +0 -1
package/dist/Models/ApiModels.js
DELETED
|
@@ -1,350 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SystemEntitlementsModel = exports.PagingResponseModel$1 = exports.LicenseResponseModel$1 = exports.LicenseTermsModel = exports.PartyModel = exports.TimeZoneModel = exports.EmployeeRetrievalModel = exports.EmployeeQueryRequestModel = exports.EmployeePagingRequestModel = exports.EmployeeModificationModel = exports.EmployeeManagementModel = exports.DepartmentRetrievalModel = exports.DepartmentQueryRequestModel = exports.DepartmentModificationModel = exports.CountryModel = exports.CompanySettingsRetrievalModel = exports.CompanySettingsModificationModel = exports.CompanyRetrievalModel = exports.CompanyModificationModel = exports.CompanyEntitlementsModel = exports.BranchRetrievalModel = exports.BranchQueryRequestModel = exports.BranchModificationModel = exports.IdentityClientRetrievalModel = exports.AddressModel = void 0;
|
|
4
|
-
exports.AddressModel_$reflection = AddressModel_$reflection;
|
|
5
|
-
exports.IdentityClientRetrievalModel_$reflection = IdentityClientRetrievalModel_$reflection;
|
|
6
|
-
exports.BranchModificationModel_$reflection = BranchModificationModel_$reflection;
|
|
7
|
-
exports.BranchQueryRequestModel_$reflection = BranchQueryRequestModel_$reflection;
|
|
8
|
-
exports.BranchRetrievalModel_$reflection = BranchRetrievalModel_$reflection;
|
|
9
|
-
exports.CompanyEntitlementsModel_$reflection = CompanyEntitlementsModel_$reflection;
|
|
10
|
-
exports.CompanyModificationModel_$reflection = CompanyModificationModel_$reflection;
|
|
11
|
-
exports.CompanyRetrievalModel_$reflection = CompanyRetrievalModel_$reflection;
|
|
12
|
-
exports.CompanySettingsModificationModel_$reflection = CompanySettingsModificationModel_$reflection;
|
|
13
|
-
exports.CompanySettingsRetrievalModel_$reflection = CompanySettingsRetrievalModel_$reflection;
|
|
14
|
-
exports.CountryModel_$reflection = CountryModel_$reflection;
|
|
15
|
-
exports.DepartmentModificationModel_$reflection = DepartmentModificationModel_$reflection;
|
|
16
|
-
exports.DepartmentQueryRequestModel_$reflection = DepartmentQueryRequestModel_$reflection;
|
|
17
|
-
exports.DepartmentRetrievalModel_$reflection = DepartmentRetrievalModel_$reflection;
|
|
18
|
-
exports.EmployeeManagementModel_$reflection = EmployeeManagementModel_$reflection;
|
|
19
|
-
exports.EmployeeModificationModel_$reflection = EmployeeModificationModel_$reflection;
|
|
20
|
-
exports.EmployeePagingRequestModel_$reflection = EmployeePagingRequestModel_$reflection;
|
|
21
|
-
exports.EmployeeQueryRequestModel_$reflection = EmployeeQueryRequestModel_$reflection;
|
|
22
|
-
exports.EmployeeRetrievalModel_$reflection = EmployeeRetrievalModel_$reflection;
|
|
23
|
-
exports.TimeZoneModel_$reflection = TimeZoneModel_$reflection;
|
|
24
|
-
exports.PartyModel_$reflection = PartyModel_$reflection;
|
|
25
|
-
exports.LicenseTermsModel_$reflection = LicenseTermsModel_$reflection;
|
|
26
|
-
exports.LicenseResponseModel$1_$reflection = LicenseResponseModel$1_$reflection;
|
|
27
|
-
exports.PagingResponseModel$1_$reflection = PagingResponseModel$1_$reflection;
|
|
28
|
-
exports.SystemEntitlementsModel_$reflection = SystemEntitlementsModel_$reflection;
|
|
29
|
-
const Types_ts_1 = require("../fable_modules/fable-library-ts.5.0.0-rc.1/Types.js");
|
|
30
|
-
const Reflection_ts_1 = require("../fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.js");
|
|
31
|
-
class AddressModel extends Types_ts_1.Record {
|
|
32
|
-
constructor(Line1, Line2, City, Subdivision, PostalCode, CountryCode) {
|
|
33
|
-
super();
|
|
34
|
-
this.Line1 = Line1;
|
|
35
|
-
this.Line2 = Line2;
|
|
36
|
-
this.City = City;
|
|
37
|
-
this.Subdivision = Subdivision;
|
|
38
|
-
this.PostalCode = PostalCode;
|
|
39
|
-
this.CountryCode = CountryCode;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
exports.AddressModel = AddressModel;
|
|
43
|
-
function AddressModel_$reflection() {
|
|
44
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.AddressModel", [], AddressModel, () => [["Line1", Reflection_ts_1.string_type], ["Line2", Reflection_ts_1.string_type], ["City", Reflection_ts_1.string_type], ["Subdivision", Reflection_ts_1.string_type], ["PostalCode", Reflection_ts_1.string_type], ["CountryCode", Reflection_ts_1.string_type]]);
|
|
45
|
-
}
|
|
46
|
-
class IdentityClientRetrievalModel extends Types_ts_1.Record {
|
|
47
|
-
constructor(ClientId, ClientName, TenantId) {
|
|
48
|
-
super();
|
|
49
|
-
this.ClientId = ClientId;
|
|
50
|
-
this.ClientName = ClientName;
|
|
51
|
-
this.TenantId = TenantId;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
exports.IdentityClientRetrievalModel = IdentityClientRetrievalModel;
|
|
55
|
-
function IdentityClientRetrievalModel_$reflection() {
|
|
56
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.IdentityClientRetrievalModel", [], IdentityClientRetrievalModel, () => [["ClientId", (0, Reflection_ts_1.class_type)("System.Guid")], ["ClientName", Reflection_ts_1.string_type], ["TenantId", (0, Reflection_ts_1.class_type)("System.Guid")]]);
|
|
57
|
-
}
|
|
58
|
-
class BranchModificationModel extends Types_ts_1.Record {
|
|
59
|
-
constructor(Name, TimeZoneId, Address) {
|
|
60
|
-
super();
|
|
61
|
-
this.Name = Name;
|
|
62
|
-
this.TimeZoneId = TimeZoneId;
|
|
63
|
-
this.Address = Address;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
exports.BranchModificationModel = BranchModificationModel;
|
|
67
|
-
function BranchModificationModel_$reflection() {
|
|
68
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.BranchModificationModel", [], BranchModificationModel, () => [["Name", Reflection_ts_1.string_type], ["TimeZoneId", Reflection_ts_1.string_type], ["Address", AddressModel_$reflection()]]);
|
|
69
|
-
}
|
|
70
|
-
class BranchQueryRequestModel extends Types_ts_1.Record {
|
|
71
|
-
constructor(Id, Search, PageNumber, PageSize) {
|
|
72
|
-
super();
|
|
73
|
-
this.Id = Id;
|
|
74
|
-
this.Search = Search;
|
|
75
|
-
this.PageNumber = PageNumber;
|
|
76
|
-
this.PageSize = PageSize;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
exports.BranchQueryRequestModel = BranchQueryRequestModel;
|
|
80
|
-
function BranchQueryRequestModel_$reflection() {
|
|
81
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.BranchQueryRequestModel", [], BranchQueryRequestModel, () => [["Id", (0, Reflection_ts_1.class_type)("System.Collections.Generic.IReadOnlyList`1", [Reflection_ts_1.int64_type])], ["Search", Reflection_ts_1.string_type], ["PageNumber", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["PageSize", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)]]);
|
|
82
|
-
}
|
|
83
|
-
class BranchRetrievalModel extends Types_ts_1.Record {
|
|
84
|
-
constructor(Id, CompanyId, Name, TimeZoneId, Address) {
|
|
85
|
-
super();
|
|
86
|
-
this.Id = Id;
|
|
87
|
-
this.CompanyId = CompanyId;
|
|
88
|
-
this.Name = Name;
|
|
89
|
-
this.TimeZoneId = TimeZoneId;
|
|
90
|
-
this.Address = Address;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
exports.BranchRetrievalModel = BranchRetrievalModel;
|
|
94
|
-
function BranchRetrievalModel_$reflection() {
|
|
95
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.BranchRetrievalModel", [], BranchRetrievalModel, () => [["Id", Reflection_ts_1.int64_type], ["CompanyId", Reflection_ts_1.int64_type], ["Name", Reflection_ts_1.string_type], ["TimeZoneId", Reflection_ts_1.string_type], ["Address", AddressModel_$reflection()]]);
|
|
96
|
-
}
|
|
97
|
-
class CompanyEntitlementsModel extends Types_ts_1.Record {
|
|
98
|
-
constructor(CompanyId, MaximumBranchCount, MaximumEmployeeCount, MaximumDepartmentCount) {
|
|
99
|
-
super();
|
|
100
|
-
this.CompanyId = CompanyId;
|
|
101
|
-
this.MaximumBranchCount = (MaximumBranchCount | 0);
|
|
102
|
-
this.MaximumEmployeeCount = (MaximumEmployeeCount | 0);
|
|
103
|
-
this.MaximumDepartmentCount = (MaximumDepartmentCount | 0);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
exports.CompanyEntitlementsModel = CompanyEntitlementsModel;
|
|
107
|
-
function CompanyEntitlementsModel_$reflection() {
|
|
108
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.CompanyEntitlementsModel", [], CompanyEntitlementsModel, () => [["CompanyId", Reflection_ts_1.int64_type], ["MaximumBranchCount", Reflection_ts_1.int32_type], ["MaximumEmployeeCount", Reflection_ts_1.int32_type], ["MaximumDepartmentCount", Reflection_ts_1.int32_type]]);
|
|
109
|
-
}
|
|
110
|
-
class CompanyModificationModel extends Types_ts_1.Record {
|
|
111
|
-
constructor(Name, CountryCode) {
|
|
112
|
-
super();
|
|
113
|
-
this.Name = Name;
|
|
114
|
-
this.CountryCode = CountryCode;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
exports.CompanyModificationModel = CompanyModificationModel;
|
|
118
|
-
function CompanyModificationModel_$reflection() {
|
|
119
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.CompanyModificationModel", [], CompanyModificationModel, () => [["Name", Reflection_ts_1.string_type], ["CountryCode", Reflection_ts_1.string_type]]);
|
|
120
|
-
}
|
|
121
|
-
class CompanyRetrievalModel extends Types_ts_1.Record {
|
|
122
|
-
constructor(Id, Name, CountryCode) {
|
|
123
|
-
super();
|
|
124
|
-
this.Id = Id;
|
|
125
|
-
this.Name = Name;
|
|
126
|
-
this.CountryCode = CountryCode;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
exports.CompanyRetrievalModel = CompanyRetrievalModel;
|
|
130
|
-
function CompanyRetrievalModel_$reflection() {
|
|
131
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.CompanyRetrievalModel", [], CompanyRetrievalModel, () => [["Id", Reflection_ts_1.int64_type], ["Name", Reflection_ts_1.string_type], ["CountryCode", Reflection_ts_1.string_type]]);
|
|
132
|
-
}
|
|
133
|
-
class CompanySettingsModificationModel extends Types_ts_1.Record {
|
|
134
|
-
constructor(ColorSchemeId) {
|
|
135
|
-
super();
|
|
136
|
-
this.ColorSchemeId = ColorSchemeId;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
exports.CompanySettingsModificationModel = CompanySettingsModificationModel;
|
|
140
|
-
function CompanySettingsModificationModel_$reflection() {
|
|
141
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.CompanySettingsModificationModel", [], CompanySettingsModificationModel, () => [["ColorSchemeId", Reflection_ts_1.string_type]]);
|
|
142
|
-
}
|
|
143
|
-
class CompanySettingsRetrievalModel extends Types_ts_1.Record {
|
|
144
|
-
constructor(Id, CompanyId, ColorSchemeId) {
|
|
145
|
-
super();
|
|
146
|
-
this.Id = Id;
|
|
147
|
-
this.CompanyId = CompanyId;
|
|
148
|
-
this.ColorSchemeId = ColorSchemeId;
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
exports.CompanySettingsRetrievalModel = CompanySettingsRetrievalModel;
|
|
152
|
-
function CompanySettingsRetrievalModel_$reflection() {
|
|
153
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.CompanySettingsRetrievalModel", [], CompanySettingsRetrievalModel, () => [["Id", Reflection_ts_1.int64_type], ["CompanyId", Reflection_ts_1.int64_type], ["ColorSchemeId", Reflection_ts_1.string_type]]);
|
|
154
|
-
}
|
|
155
|
-
class CountryModel extends Types_ts_1.Record {
|
|
156
|
-
constructor(Name, Code) {
|
|
157
|
-
super();
|
|
158
|
-
this.Name = Name;
|
|
159
|
-
this.Code = Code;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
exports.CountryModel = CountryModel;
|
|
163
|
-
function CountryModel_$reflection() {
|
|
164
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.CountryModel", [], CountryModel, () => [["Name", Reflection_ts_1.string_type], ["Code", Reflection_ts_1.string_type]]);
|
|
165
|
-
}
|
|
166
|
-
class DepartmentModificationModel extends Types_ts_1.Record {
|
|
167
|
-
constructor(Name, ParentDepartmentId, ManagerId) {
|
|
168
|
-
super();
|
|
169
|
-
this.Name = Name;
|
|
170
|
-
this.ParentDepartmentId = ParentDepartmentId;
|
|
171
|
-
this.ManagerId = ManagerId;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
exports.DepartmentModificationModel = DepartmentModificationModel;
|
|
175
|
-
function DepartmentModificationModel_$reflection() {
|
|
176
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.DepartmentModificationModel", [], DepartmentModificationModel, () => [["Name", Reflection_ts_1.string_type], ["ParentDepartmentId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["ManagerId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)]]);
|
|
177
|
-
}
|
|
178
|
-
class DepartmentQueryRequestModel extends Types_ts_1.Record {
|
|
179
|
-
constructor(Id, Search, PageNumber, PageSize) {
|
|
180
|
-
super();
|
|
181
|
-
this.Id = Id;
|
|
182
|
-
this.Search = Search;
|
|
183
|
-
this.PageNumber = PageNumber;
|
|
184
|
-
this.PageSize = PageSize;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
exports.DepartmentQueryRequestModel = DepartmentQueryRequestModel;
|
|
188
|
-
function DepartmentQueryRequestModel_$reflection() {
|
|
189
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.DepartmentQueryRequestModel", [], DepartmentQueryRequestModel, () => [["Id", (0, Reflection_ts_1.class_type)("System.Collections.Generic.IReadOnlyList`1", [Reflection_ts_1.int64_type])], ["Search", Reflection_ts_1.string_type], ["PageNumber", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["PageSize", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)]]);
|
|
190
|
-
}
|
|
191
|
-
class DepartmentRetrievalModel extends Types_ts_1.Record {
|
|
192
|
-
constructor(Id, Name, ParentDepartmentId, ManagerId) {
|
|
193
|
-
super();
|
|
194
|
-
this.Id = Id;
|
|
195
|
-
this.Name = Name;
|
|
196
|
-
this.ParentDepartmentId = ParentDepartmentId;
|
|
197
|
-
this.ManagerId = ManagerId;
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
exports.DepartmentRetrievalModel = DepartmentRetrievalModel;
|
|
201
|
-
function DepartmentRetrievalModel_$reflection() {
|
|
202
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.DepartmentRetrievalModel", [], DepartmentRetrievalModel, () => [["Id", Reflection_ts_1.int64_type], ["Name", Reflection_ts_1.string_type], ["ParentDepartmentId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["ManagerId", Reflection_ts_1.int64_type]]);
|
|
203
|
-
}
|
|
204
|
-
class EmployeeManagementModel extends Types_ts_1.Record {
|
|
205
|
-
constructor(AssignedBranchId, AssignedDepartmentId, ReportsToId, JobTitle) {
|
|
206
|
-
super();
|
|
207
|
-
this.AssignedBranchId = AssignedBranchId;
|
|
208
|
-
this.AssignedDepartmentId = AssignedDepartmentId;
|
|
209
|
-
this.ReportsToId = ReportsToId;
|
|
210
|
-
this.JobTitle = JobTitle;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
exports.EmployeeManagementModel = EmployeeManagementModel;
|
|
214
|
-
function EmployeeManagementModel_$reflection() {
|
|
215
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.EmployeeManagementModel", [], EmployeeManagementModel, () => [["AssignedBranchId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["AssignedDepartmentId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["ReportsToId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["JobTitle", Reflection_ts_1.string_type]]);
|
|
216
|
-
}
|
|
217
|
-
class EmployeeModificationModel extends Types_ts_1.Record {
|
|
218
|
-
constructor(FirstName, LastName, FullName) {
|
|
219
|
-
super();
|
|
220
|
-
this.FirstName = FirstName;
|
|
221
|
-
this.LastName = LastName;
|
|
222
|
-
this.FullName = FullName;
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
exports.EmployeeModificationModel = EmployeeModificationModel;
|
|
226
|
-
function EmployeeModificationModel_$reflection() {
|
|
227
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.EmployeeModificationModel", [], EmployeeModificationModel, () => [["FirstName", Reflection_ts_1.string_type], ["LastName", Reflection_ts_1.string_type], ["FullName", Reflection_ts_1.string_type]]);
|
|
228
|
-
}
|
|
229
|
-
class EmployeePagingRequestModel extends Types_ts_1.Record {
|
|
230
|
-
constructor(Search, PageNumber, PageSize) {
|
|
231
|
-
super();
|
|
232
|
-
this.Search = Search;
|
|
233
|
-
this.PageNumber = PageNumber;
|
|
234
|
-
this.PageSize = PageSize;
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
exports.EmployeePagingRequestModel = EmployeePagingRequestModel;
|
|
238
|
-
function EmployeePagingRequestModel_$reflection() {
|
|
239
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.EmployeePagingRequestModel", [], EmployeePagingRequestModel, () => [["Search", Reflection_ts_1.string_type], ["PageNumber", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["PageSize", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)]]);
|
|
240
|
-
}
|
|
241
|
-
class EmployeeQueryRequestModel extends Types_ts_1.Record {
|
|
242
|
-
constructor(Id, Search, PageNumber, PageSize, ReportsToId, TopLevelOnly) {
|
|
243
|
-
super();
|
|
244
|
-
this.Id = Id;
|
|
245
|
-
this.Search = Search;
|
|
246
|
-
this.PageNumber = PageNumber;
|
|
247
|
-
this.PageSize = PageSize;
|
|
248
|
-
this.ReportsToId = ReportsToId;
|
|
249
|
-
this.TopLevelOnly = TopLevelOnly;
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
exports.EmployeeQueryRequestModel = EmployeeQueryRequestModel;
|
|
253
|
-
function EmployeeQueryRequestModel_$reflection() {
|
|
254
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.EmployeeQueryRequestModel", [], EmployeeQueryRequestModel, () => [["Id", (0, Reflection_ts_1.class_type)("System.Collections.Generic.IReadOnlyList`1", [Reflection_ts_1.int64_type])], ["Search", Reflection_ts_1.string_type], ["PageNumber", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["PageSize", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["ReportsToId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["TopLevelOnly", (0, Reflection_ts_1.option_type)(Reflection_ts_1.bool_type)]]);
|
|
255
|
-
}
|
|
256
|
-
class EmployeeRetrievalModel extends Types_ts_1.Record {
|
|
257
|
-
constructor(Id, CompanyId, AssignedBranchId, AssignedDepartmentId, ReportsToId, JobTitle, FirstName, LastName, FullName) {
|
|
258
|
-
super();
|
|
259
|
-
this.Id = Id;
|
|
260
|
-
this.CompanyId = CompanyId;
|
|
261
|
-
this.AssignedBranchId = AssignedBranchId;
|
|
262
|
-
this.AssignedDepartmentId = AssignedDepartmentId;
|
|
263
|
-
this.ReportsToId = ReportsToId;
|
|
264
|
-
this.JobTitle = JobTitle;
|
|
265
|
-
this.FirstName = FirstName;
|
|
266
|
-
this.LastName = LastName;
|
|
267
|
-
this.FullName = FullName;
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
exports.EmployeeRetrievalModel = EmployeeRetrievalModel;
|
|
271
|
-
function EmployeeRetrievalModel_$reflection() {
|
|
272
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.EmployeeRetrievalModel", [], EmployeeRetrievalModel, () => [["Id", Reflection_ts_1.int64_type], ["CompanyId", Reflection_ts_1.int64_type], ["AssignedBranchId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["AssignedDepartmentId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["ReportsToId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["JobTitle", Reflection_ts_1.string_type], ["FirstName", Reflection_ts_1.string_type], ["LastName", Reflection_ts_1.string_type], ["FullName", Reflection_ts_1.string_type]]);
|
|
273
|
-
}
|
|
274
|
-
class TimeZoneModel extends Types_ts_1.Record {
|
|
275
|
-
constructor(Id, Name, CountryCode, CurrentOffset) {
|
|
276
|
-
super();
|
|
277
|
-
this.Id = Id;
|
|
278
|
-
this.Name = Name;
|
|
279
|
-
this.CountryCode = CountryCode;
|
|
280
|
-
this.CurrentOffset = CurrentOffset;
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
exports.TimeZoneModel = TimeZoneModel;
|
|
284
|
-
function TimeZoneModel_$reflection() {
|
|
285
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.TimeZoneModel", [], TimeZoneModel, () => [["Id", Reflection_ts_1.string_type], ["Name", Reflection_ts_1.string_type], ["CountryCode", Reflection_ts_1.string_type], ["CurrentOffset", (0, Reflection_ts_1.class_type)("System.TimeSpan")]]);
|
|
286
|
-
}
|
|
287
|
-
class PartyModel extends Types_ts_1.Record {
|
|
288
|
-
constructor(LongName, ShortName) {
|
|
289
|
-
super();
|
|
290
|
-
this.LongName = LongName;
|
|
291
|
-
this.ShortName = ShortName;
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
exports.PartyModel = PartyModel;
|
|
295
|
-
function PartyModel_$reflection() {
|
|
296
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.PartyModel", [], PartyModel, () => [["LongName", Reflection_ts_1.string_type], ["ShortName", Reflection_ts_1.string_type]]);
|
|
297
|
-
}
|
|
298
|
-
class LicenseTermsModel extends Types_ts_1.Record {
|
|
299
|
-
constructor(Licensor, Licensee, NotBefore, NotAfter) {
|
|
300
|
-
super();
|
|
301
|
-
this.Licensor = Licensor;
|
|
302
|
-
this.Licensee = Licensee;
|
|
303
|
-
this.NotBefore = NotBefore;
|
|
304
|
-
this.NotAfter = NotAfter;
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
exports.LicenseTermsModel = LicenseTermsModel;
|
|
308
|
-
function LicenseTermsModel_$reflection() {
|
|
309
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.LicenseTermsModel", [], LicenseTermsModel, () => [["Licensor", PartyModel_$reflection()], ["Licensee", PartyModel_$reflection()], ["NotBefore", (0, Reflection_ts_1.class_type)("System.DateTimeOffset")], ["NotAfter", (0, Reflection_ts_1.class_type)("System.DateTimeOffset")]]);
|
|
310
|
-
}
|
|
311
|
-
class LicenseResponseModel$1 extends Types_ts_1.Record {
|
|
312
|
-
constructor(Terms, Entitlements) {
|
|
313
|
-
super();
|
|
314
|
-
this.Terms = Terms;
|
|
315
|
-
this.Entitlements = Entitlements;
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
exports.LicenseResponseModel$1 = LicenseResponseModel$1;
|
|
319
|
-
function LicenseResponseModel$1_$reflection(gen0) {
|
|
320
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.LicenseResponseModel`1", [gen0], LicenseResponseModel$1, () => [["Terms", LicenseTermsModel_$reflection()], ["Entitlements", gen0]]);
|
|
321
|
-
}
|
|
322
|
-
class PagingResponseModel$1 extends Types_ts_1.Record {
|
|
323
|
-
constructor(PageNumber, PageSize, Items, TotalItems, TotalPages) {
|
|
324
|
-
super();
|
|
325
|
-
this.PageNumber = PageNumber;
|
|
326
|
-
this.PageSize = PageSize;
|
|
327
|
-
this.Items = Items;
|
|
328
|
-
this.TotalItems = TotalItems;
|
|
329
|
-
this.TotalPages = TotalPages;
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
exports.PagingResponseModel$1 = PagingResponseModel$1;
|
|
333
|
-
function PagingResponseModel$1_$reflection(gen0) {
|
|
334
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.PagingResponseModel`1", [gen0], PagingResponseModel$1, () => [["PageNumber", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["PageSize", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["Items", (0, Reflection_ts_1.class_type)("System.Collections.Generic.IReadOnlyCollection`1", [gen0])], ["TotalItems", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["TotalPages", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)]]);
|
|
335
|
-
}
|
|
336
|
-
class SystemEntitlementsModel extends Types_ts_1.Record {
|
|
337
|
-
constructor(EnvironmentName, EnvironmentKind, Countries, TimeZones, MaximumCompanyCount) {
|
|
338
|
-
super();
|
|
339
|
-
this.EnvironmentName = EnvironmentName;
|
|
340
|
-
this.EnvironmentKind = EnvironmentKind;
|
|
341
|
-
this.Countries = Countries;
|
|
342
|
-
this.TimeZones = TimeZones;
|
|
343
|
-
this.MaximumCompanyCount = (MaximumCompanyCount | 0);
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
exports.SystemEntitlementsModel = SystemEntitlementsModel;
|
|
347
|
-
function SystemEntitlementsModel_$reflection() {
|
|
348
|
-
return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.SystemEntitlementsModel", [], SystemEntitlementsModel, () => [["EnvironmentName", Reflection_ts_1.string_type], ["EnvironmentKind", Reflection_ts_1.string_type], ["Countries", (0, Reflection_ts_1.class_type)("System.Collections.Generic.IReadOnlyList`1", [CountryModel_$reflection()])], ["TimeZones", (0, Reflection_ts_1.class_type)("System.Collections.Generic.IReadOnlyList`1", [TimeZoneModel_$reflection()])], ["MaximumCompanyCount", Reflection_ts_1.int32_type]]);
|
|
349
|
-
}
|
|
350
|
-
//# sourceMappingURL=ApiModels.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiModels.js","sourceRoot":"","sources":["../../fable_output/Models/ApiModels.ts"],"names":[],"mappings":"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"}
|