bmlt-server-client 1.3.3 → 1.3.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.
Files changed (176) hide show
  1. package/.github/workflows/release.yml +4 -4
  2. package/.openapi-generator/FILES +38 -0
  3. package/.openapi-generator/VERSION +1 -1
  4. package/Makefile +1 -0
  5. package/README.md +167 -28
  6. package/dist/apis/RootServerApi.js +892 -1534
  7. package/dist/esm/apis/RootServerApi.d.ts +425 -0
  8. package/dist/esm/apis/RootServerApi.js +1185 -0
  9. package/dist/esm/apis/index.d.ts +1 -0
  10. package/dist/esm/apis/index.js +3 -0
  11. package/dist/esm/index.d.ts +3 -0
  12. package/dist/esm/index.js +5 -0
  13. package/dist/esm/models/AuthenticationError.d.ts +32 -0
  14. package/dist/esm/models/AuthenticationError.js +43 -0
  15. package/dist/esm/models/AuthorizationError.d.ts +32 -0
  16. package/dist/esm/models/AuthorizationError.js +43 -0
  17. package/dist/esm/models/ConflictError.d.ts +32 -0
  18. package/dist/esm/models/ConflictError.js +43 -0
  19. package/dist/esm/models/ErrorTest.d.ts +44 -0
  20. package/dist/esm/models/ErrorTest.js +45 -0
  21. package/dist/esm/models/Format.d.ts +51 -0
  22. package/dist/esm/models/Format.js +56 -0
  23. package/dist/esm/models/FormatBase.d.ts +45 -0
  24. package/dist/esm/models/FormatBase.js +46 -0
  25. package/dist/esm/models/FormatCreate.d.ts +45 -0
  26. package/dist/esm/models/FormatCreate.js +48 -0
  27. package/dist/esm/models/FormatPartialUpdate.d.ts +45 -0
  28. package/dist/esm/models/FormatPartialUpdate.js +46 -0
  29. package/dist/esm/models/FormatTranslation.d.ts +50 -0
  30. package/dist/esm/models/FormatTranslation.js +55 -0
  31. package/dist/esm/models/FormatUpdate.d.ts +45 -0
  32. package/dist/esm/models/FormatUpdate.js +48 -0
  33. package/dist/esm/models/Meeting.d.ts +256 -0
  34. package/dist/esm/models/Meeting.js +145 -0
  35. package/dist/esm/models/MeetingBase.d.ts +250 -0
  36. package/dist/esm/models/MeetingBase.js +113 -0
  37. package/dist/esm/models/MeetingChangeResource.d.ts +50 -0
  38. package/dist/esm/models/MeetingChangeResource.js +47 -0
  39. package/dist/esm/models/MeetingCreate.d.ts +250 -0
  40. package/dist/esm/models/MeetingCreate.js +133 -0
  41. package/dist/esm/models/MeetingPartialUpdate.d.ts +250 -0
  42. package/dist/esm/models/MeetingPartialUpdate.js +113 -0
  43. package/dist/esm/models/MeetingUpdate.d.ts +250 -0
  44. package/dist/esm/models/MeetingUpdate.js +133 -0
  45. package/dist/esm/models/NotFoundError.d.ts +32 -0
  46. package/dist/esm/models/NotFoundError.js +43 -0
  47. package/dist/esm/models/RootServer.d.ts +69 -0
  48. package/dist/esm/models/RootServer.js +64 -0
  49. package/dist/esm/models/RootServerBase.d.ts +63 -0
  50. package/dist/esm/models/RootServerBase.js +52 -0
  51. package/dist/esm/models/RootServerBaseStatistics.d.ts +40 -0
  52. package/dist/esm/models/RootServerBaseStatistics.js +49 -0
  53. package/dist/esm/models/RootServerBaseStatisticsMeetings.d.ts +56 -0
  54. package/dist/esm/models/RootServerBaseStatisticsMeetings.js +59 -0
  55. package/dist/esm/models/RootServerBaseStatisticsServiceBodies.d.ts +50 -0
  56. package/dist/esm/models/RootServerBaseStatisticsServiceBodies.js +55 -0
  57. package/dist/esm/models/ServerError.d.ts +32 -0
  58. package/dist/esm/models/ServerError.js +43 -0
  59. package/dist/esm/models/ServiceBody.d.ts +92 -0
  60. package/dist/esm/models/ServiceBody.js +83 -0
  61. package/dist/esm/models/ServiceBodyBase.d.ts +86 -0
  62. package/dist/esm/models/ServiceBodyBase.js +59 -0
  63. package/dist/esm/models/ServiceBodyCreate.d.ts +86 -0
  64. package/dist/esm/models/ServiceBodyCreate.js +71 -0
  65. package/dist/esm/models/ServiceBodyPartialUpdate.d.ts +86 -0
  66. package/dist/esm/models/ServiceBodyPartialUpdate.js +59 -0
  67. package/dist/esm/models/ServiceBodyUpdate.d.ts +86 -0
  68. package/dist/esm/models/ServiceBodyUpdate.js +71 -0
  69. package/dist/esm/models/Token.d.ts +50 -0
  70. package/dist/esm/models/Token.js +55 -0
  71. package/dist/esm/models/TokenCredentials.d.ts +38 -0
  72. package/dist/esm/models/TokenCredentials.js +47 -0
  73. package/dist/esm/models/User.d.ts +74 -0
  74. package/dist/esm/models/User.js +69 -0
  75. package/dist/esm/models/UserBase.d.ts +62 -0
  76. package/dist/esm/models/UserBase.js +51 -0
  77. package/dist/esm/models/UserCreate.d.ts +68 -0
  78. package/dist/esm/models/UserCreate.js +61 -0
  79. package/dist/esm/models/UserPartialUpdate.d.ts +68 -0
  80. package/dist/esm/models/UserPartialUpdate.js +53 -0
  81. package/dist/esm/models/UserUpdate.d.ts +68 -0
  82. package/dist/esm/models/UserUpdate.js +59 -0
  83. package/dist/esm/models/ValidationError.d.ts +40 -0
  84. package/dist/esm/models/ValidationError.js +47 -0
  85. package/dist/esm/models/index.d.ts +36 -0
  86. package/dist/esm/models/index.js +38 -0
  87. package/dist/esm/runtime.d.ts +184 -0
  88. package/dist/esm/runtime.js +334 -0
  89. package/dist/models/AuthenticationError.js +6 -8
  90. package/dist/models/AuthorizationError.js +6 -8
  91. package/dist/models/ConflictError.js +6 -8
  92. package/dist/models/ErrorTest.js +6 -8
  93. package/dist/models/Format.js +7 -9
  94. package/dist/models/FormatBase.js +7 -9
  95. package/dist/models/FormatCreate.js +7 -9
  96. package/dist/models/FormatPartialUpdate.js +7 -9
  97. package/dist/models/FormatTranslation.js +6 -8
  98. package/dist/models/FormatUpdate.js +7 -9
  99. package/dist/models/Meeting.js +6 -8
  100. package/dist/models/MeetingBase.js +6 -8
  101. package/dist/models/MeetingChangeResource.js +6 -8
  102. package/dist/models/MeetingCreate.js +6 -8
  103. package/dist/models/MeetingPartialUpdate.js +6 -8
  104. package/dist/models/MeetingUpdate.js +6 -8
  105. package/dist/models/NotFoundError.js +6 -8
  106. package/dist/models/RootServer.js +8 -10
  107. package/dist/models/RootServerBase.js +8 -10
  108. package/dist/models/RootServerBaseStatistics.js +8 -10
  109. package/dist/models/RootServerBaseStatisticsMeetings.js +6 -8
  110. package/dist/models/RootServerBaseStatisticsServiceBodies.js +6 -8
  111. package/dist/models/ServerError.js +6 -8
  112. package/dist/models/ServiceBody.js +6 -8
  113. package/dist/models/ServiceBodyBase.js +6 -8
  114. package/dist/models/ServiceBodyCreate.js +6 -8
  115. package/dist/models/ServiceBodyPartialUpdate.js +6 -8
  116. package/dist/models/ServiceBodyUpdate.js +6 -8
  117. package/dist/models/Token.js +6 -8
  118. package/dist/models/TokenCredentials.js +6 -8
  119. package/dist/models/User.d.ts +6 -0
  120. package/dist/models/User.js +8 -8
  121. package/dist/models/UserBase.js +6 -8
  122. package/dist/models/UserCreate.js +6 -8
  123. package/dist/models/UserPartialUpdate.js +6 -8
  124. package/dist/models/UserUpdate.js +6 -8
  125. package/dist/models/ValidationError.js +6 -8
  126. package/dist/runtime.d.ts +9 -9
  127. package/dist/runtime.js +226 -440
  128. package/docs/AuthenticationError.md +34 -0
  129. package/docs/AuthorizationError.md +34 -0
  130. package/docs/ConflictError.md +34 -0
  131. package/docs/ErrorTest.md +38 -0
  132. package/docs/Format.md +40 -0
  133. package/docs/FormatBase.md +38 -0
  134. package/docs/FormatCreate.md +38 -0
  135. package/docs/FormatPartialUpdate.md +38 -0
  136. package/docs/FormatTranslation.md +40 -0
  137. package/docs/FormatUpdate.md +38 -0
  138. package/docs/Meeting.md +108 -0
  139. package/docs/MeetingBase.md +106 -0
  140. package/docs/MeetingChangeResource.md +40 -0
  141. package/docs/MeetingCreate.md +106 -0
  142. package/docs/MeetingPartialUpdate.md +106 -0
  143. package/docs/MeetingUpdate.md +106 -0
  144. package/docs/NotFoundError.md +34 -0
  145. package/docs/RootServer.md +46 -0
  146. package/docs/RootServerApi.md +2373 -0
  147. package/docs/RootServerBase.md +44 -0
  148. package/docs/RootServerBaseStatistics.md +36 -0
  149. package/docs/RootServerBaseStatisticsMeetings.md +42 -0
  150. package/docs/RootServerBaseStatisticsServiceBodies.md +40 -0
  151. package/docs/ServerError.md +34 -0
  152. package/docs/ServiceBody.md +54 -0
  153. package/docs/ServiceBodyBase.md +52 -0
  154. package/docs/ServiceBodyCreate.md +52 -0
  155. package/docs/ServiceBodyPartialUpdate.md +52 -0
  156. package/docs/ServiceBodyUpdate.md +52 -0
  157. package/docs/Token.md +40 -0
  158. package/docs/TokenCredentials.md +36 -0
  159. package/docs/User.md +48 -0
  160. package/docs/UserBase.md +44 -0
  161. package/docs/UserCreate.md +46 -0
  162. package/docs/UserPartialUpdate.md +46 -0
  163. package/docs/UserUpdate.md +46 -0
  164. package/docs/ValidationError.md +36 -0
  165. package/openapi.json +1 -1
  166. package/package.json +5 -3
  167. package/src/apis/RootServerApi.ts +146 -32
  168. package/src/models/RootServer.ts +1 -1
  169. package/src/models/RootServerBase.ts +1 -1
  170. package/src/models/User.ts +8 -0
  171. package/tsconfig.esm.json +7 -0
  172. package/tsconfig.json +1 -5
  173. package/.idea/bmlt-server-typescript-client.iml +0 -9
  174. package/.idea/misc.xml +0 -6
  175. package/.idea/modules.xml +0 -8
  176. package/.idea/vcs.xml +0 -6
@@ -13,7 +13,11 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.ValidationErrorToJSONTyped = exports.ValidationErrorToJSON = exports.ValidationErrorFromJSONTyped = exports.ValidationErrorFromJSON = exports.instanceOfValidationError = void 0;
16
+ exports.instanceOfValidationError = instanceOfValidationError;
17
+ exports.ValidationErrorFromJSON = ValidationErrorFromJSON;
18
+ exports.ValidationErrorFromJSONTyped = ValidationErrorFromJSONTyped;
19
+ exports.ValidationErrorToJSON = ValidationErrorToJSON;
20
+ exports.ValidationErrorToJSONTyped = ValidationErrorToJSONTyped;
17
21
  /**
18
22
  * Check if a given object implements the ValidationError interface.
19
23
  */
@@ -24,11 +28,9 @@ function instanceOfValidationError(value) {
24
28
  return false;
25
29
  return true;
26
30
  }
27
- exports.instanceOfValidationError = instanceOfValidationError;
28
31
  function ValidationErrorFromJSON(json) {
29
32
  return ValidationErrorFromJSONTyped(json, false);
30
33
  }
31
- exports.ValidationErrorFromJSON = ValidationErrorFromJSON;
32
34
  function ValidationErrorFromJSONTyped(json, ignoreDiscriminator) {
33
35
  if (json == null) {
34
36
  return json;
@@ -38,13 +40,10 @@ function ValidationErrorFromJSONTyped(json, ignoreDiscriminator) {
38
40
  'errors': json['errors'],
39
41
  };
40
42
  }
41
- exports.ValidationErrorFromJSONTyped = ValidationErrorFromJSONTyped;
42
43
  function ValidationErrorToJSON(json) {
43
44
  return ValidationErrorToJSONTyped(json, false);
44
45
  }
45
- exports.ValidationErrorToJSON = ValidationErrorToJSON;
46
- function ValidationErrorToJSONTyped(value, ignoreDiscriminator) {
47
- if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
46
+ function ValidationErrorToJSONTyped(value, ignoreDiscriminator = false) {
48
47
  if (value == null) {
49
48
  return value;
50
49
  }
@@ -53,4 +52,3 @@ function ValidationErrorToJSONTyped(value, ignoreDiscriminator) {
53
52
  'errors': value['errors'],
54
53
  };
55
54
  }
56
- exports.ValidationErrorToJSONTyped = ValidationErrorToJSONTyped;
package/dist/runtime.d.ts CHANGED
@@ -90,24 +90,24 @@ export declare const COLLECTION_FORMATS: {
90
90
  tsv: string;
91
91
  pipes: string;
92
92
  };
93
- export declare type FetchAPI = WindowOrWorkerGlobalScope['fetch'];
94
- export declare type Json = any;
95
- export declare type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
96
- export declare type HTTPHeaders = {
93
+ export type FetchAPI = WindowOrWorkerGlobalScope['fetch'];
94
+ export type Json = any;
95
+ export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
96
+ export type HTTPHeaders = {
97
97
  [key: string]: string;
98
98
  };
99
- export declare type HTTPQuery = {
99
+ export type HTTPQuery = {
100
100
  [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | Set<string | number | null | boolean> | HTTPQuery;
101
101
  };
102
- export declare type HTTPBody = Json | FormData | URLSearchParams;
103
- export declare type HTTPRequestInit = {
102
+ export type HTTPBody = Json | FormData | URLSearchParams;
103
+ export type HTTPRequestInit = {
104
104
  headers?: HTTPHeaders;
105
105
  method: HTTPMethod;
106
106
  credentials?: RequestCredentials;
107
107
  body?: HTTPBody;
108
108
  };
109
- export declare type ModelPropertyNaming = 'camelCase' | 'snake_case' | 'PascalCase' | 'original';
110
- export declare type InitOverrideFunction = (requestContext: {
109
+ export type ModelPropertyNaming = 'camelCase' | 'snake_case' | 'PascalCase' | 'original';
110
+ export type InitOverrideFunction = (requestContext: {
111
111
  init: HTTPRequestInit;
112
112
  context: RequestOpts;
113
113
  }) => Promise<RequestInit>;