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
@@ -0,0 +1 @@
1
+ export * from './RootServerApi';
@@ -0,0 +1,3 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ export * from './RootServerApi';
@@ -0,0 +1,3 @@
1
+ export * from './runtime';
2
+ export * from './apis/index';
3
+ export * from './models/index';
@@ -0,0 +1,5 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ export * from './runtime';
4
+ export * from './apis/index';
5
+ export * from './models/index';
@@ -0,0 +1,32 @@
1
+ /**
2
+ * BMLT
3
+ * BMLT Admin API Documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface AuthenticationError
16
+ */
17
+ export interface AuthenticationError {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof AuthenticationError
22
+ */
23
+ message: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the AuthenticationError interface.
27
+ */
28
+ export declare function instanceOfAuthenticationError(value: object): value is AuthenticationError;
29
+ export declare function AuthenticationErrorFromJSON(json: any): AuthenticationError;
30
+ export declare function AuthenticationErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthenticationError;
31
+ export declare function AuthenticationErrorToJSON(json: any): AuthenticationError;
32
+ export declare function AuthenticationErrorToJSONTyped(value?: AuthenticationError | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,43 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * BMLT
5
+ * BMLT Admin API Documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the AuthenticationError interface.
16
+ */
17
+ export function instanceOfAuthenticationError(value) {
18
+ if (!('message' in value) || value['message'] === undefined)
19
+ return false;
20
+ return true;
21
+ }
22
+ export function AuthenticationErrorFromJSON(json) {
23
+ return AuthenticationErrorFromJSONTyped(json, false);
24
+ }
25
+ export function AuthenticationErrorFromJSONTyped(json, ignoreDiscriminator) {
26
+ if (json == null) {
27
+ return json;
28
+ }
29
+ return {
30
+ 'message': json['message'],
31
+ };
32
+ }
33
+ export function AuthenticationErrorToJSON(json) {
34
+ return AuthenticationErrorToJSONTyped(json, false);
35
+ }
36
+ export function AuthenticationErrorToJSONTyped(value, ignoreDiscriminator = false) {
37
+ if (value == null) {
38
+ return value;
39
+ }
40
+ return {
41
+ 'message': value['message'],
42
+ };
43
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * BMLT
3
+ * BMLT Admin API Documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface AuthorizationError
16
+ */
17
+ export interface AuthorizationError {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof AuthorizationError
22
+ */
23
+ message: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the AuthorizationError interface.
27
+ */
28
+ export declare function instanceOfAuthorizationError(value: object): value is AuthorizationError;
29
+ export declare function AuthorizationErrorFromJSON(json: any): AuthorizationError;
30
+ export declare function AuthorizationErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthorizationError;
31
+ export declare function AuthorizationErrorToJSON(json: any): AuthorizationError;
32
+ export declare function AuthorizationErrorToJSONTyped(value?: AuthorizationError | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,43 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * BMLT
5
+ * BMLT Admin API Documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the AuthorizationError interface.
16
+ */
17
+ export function instanceOfAuthorizationError(value) {
18
+ if (!('message' in value) || value['message'] === undefined)
19
+ return false;
20
+ return true;
21
+ }
22
+ export function AuthorizationErrorFromJSON(json) {
23
+ return AuthorizationErrorFromJSONTyped(json, false);
24
+ }
25
+ export function AuthorizationErrorFromJSONTyped(json, ignoreDiscriminator) {
26
+ if (json == null) {
27
+ return json;
28
+ }
29
+ return {
30
+ 'message': json['message'],
31
+ };
32
+ }
33
+ export function AuthorizationErrorToJSON(json) {
34
+ return AuthorizationErrorToJSONTyped(json, false);
35
+ }
36
+ export function AuthorizationErrorToJSONTyped(value, ignoreDiscriminator = false) {
37
+ if (value == null) {
38
+ return value;
39
+ }
40
+ return {
41
+ 'message': value['message'],
42
+ };
43
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * BMLT
3
+ * BMLT Admin API Documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ConflictError
16
+ */
17
+ export interface ConflictError {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ConflictError
22
+ */
23
+ message: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the ConflictError interface.
27
+ */
28
+ export declare function instanceOfConflictError(value: object): value is ConflictError;
29
+ export declare function ConflictErrorFromJSON(json: any): ConflictError;
30
+ export declare function ConflictErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConflictError;
31
+ export declare function ConflictErrorToJSON(json: any): ConflictError;
32
+ export declare function ConflictErrorToJSONTyped(value?: ConflictError | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,43 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * BMLT
5
+ * BMLT Admin API Documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the ConflictError interface.
16
+ */
17
+ export function instanceOfConflictError(value) {
18
+ if (!('message' in value) || value['message'] === undefined)
19
+ return false;
20
+ return true;
21
+ }
22
+ export function ConflictErrorFromJSON(json) {
23
+ return ConflictErrorFromJSONTyped(json, false);
24
+ }
25
+ export function ConflictErrorFromJSONTyped(json, ignoreDiscriminator) {
26
+ if (json == null) {
27
+ return json;
28
+ }
29
+ return {
30
+ 'message': json['message'],
31
+ };
32
+ }
33
+ export function ConflictErrorToJSON(json) {
34
+ return ConflictErrorToJSONTyped(json, false);
35
+ }
36
+ export function ConflictErrorToJSONTyped(value, ignoreDiscriminator = false) {
37
+ if (value == null) {
38
+ return value;
39
+ }
40
+ return {
41
+ 'message': value['message'],
42
+ };
43
+ }
@@ -0,0 +1,44 @@
1
+ /**
2
+ * BMLT
3
+ * BMLT Admin API Documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ErrorTest
16
+ */
17
+ export interface ErrorTest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ErrorTest
22
+ */
23
+ arbitraryString?: string;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof ErrorTest
28
+ */
29
+ arbitraryInt?: number;
30
+ /**
31
+ *
32
+ * @type {boolean}
33
+ * @memberof ErrorTest
34
+ */
35
+ forceServerError?: boolean;
36
+ }
37
+ /**
38
+ * Check if a given object implements the ErrorTest interface.
39
+ */
40
+ export declare function instanceOfErrorTest(value: object): value is ErrorTest;
41
+ export declare function ErrorTestFromJSON(json: any): ErrorTest;
42
+ export declare function ErrorTestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ErrorTest;
43
+ export declare function ErrorTestToJSON(json: any): ErrorTest;
44
+ export declare function ErrorTestToJSONTyped(value?: ErrorTest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,45 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * BMLT
5
+ * BMLT Admin API Documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the ErrorTest interface.
16
+ */
17
+ export function instanceOfErrorTest(value) {
18
+ return true;
19
+ }
20
+ export function ErrorTestFromJSON(json) {
21
+ return ErrorTestFromJSONTyped(json, false);
22
+ }
23
+ export function ErrorTestFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'arbitraryString': json['arbitrary_string'] == null ? undefined : json['arbitrary_string'],
29
+ 'arbitraryInt': json['arbitrary_int'] == null ? undefined : json['arbitrary_int'],
30
+ 'forceServerError': json['force_server_error'] == null ? undefined : json['force_server_error'],
31
+ };
32
+ }
33
+ export function ErrorTestToJSON(json) {
34
+ return ErrorTestToJSONTyped(json, false);
35
+ }
36
+ export function ErrorTestToJSONTyped(value, ignoreDiscriminator = false) {
37
+ if (value == null) {
38
+ return value;
39
+ }
40
+ return {
41
+ 'arbitrary_string': value['arbitraryString'],
42
+ 'arbitrary_int': value['arbitraryInt'],
43
+ 'force_server_error': value['forceServerError'],
44
+ };
45
+ }
@@ -0,0 +1,51 @@
1
+ /**
2
+ * BMLT
3
+ * BMLT Admin API Documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { FormatTranslation } from './FormatTranslation';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface Format
17
+ */
18
+ export interface Format {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof Format
23
+ */
24
+ worldId: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof Format
29
+ */
30
+ type: string;
31
+ /**
32
+ *
33
+ * @type {Array<FormatTranslation>}
34
+ * @memberof Format
35
+ */
36
+ translations: Array<FormatTranslation>;
37
+ /**
38
+ *
39
+ * @type {number}
40
+ * @memberof Format
41
+ */
42
+ id: number;
43
+ }
44
+ /**
45
+ * Check if a given object implements the Format interface.
46
+ */
47
+ export declare function instanceOfFormat(value: object): value is Format;
48
+ export declare function FormatFromJSON(json: any): Format;
49
+ export declare function FormatFromJSONTyped(json: any, ignoreDiscriminator: boolean): Format;
50
+ export declare function FormatToJSON(json: any): Format;
51
+ export declare function FormatToJSONTyped(value?: Format | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,56 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * BMLT
5
+ * BMLT Admin API Documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { FormatTranslationFromJSON, FormatTranslationToJSON, } from './FormatTranslation';
15
+ /**
16
+ * Check if a given object implements the Format interface.
17
+ */
18
+ export function instanceOfFormat(value) {
19
+ if (!('worldId' in value) || value['worldId'] === undefined)
20
+ return false;
21
+ if (!('type' in value) || value['type'] === undefined)
22
+ return false;
23
+ if (!('translations' in value) || value['translations'] === undefined)
24
+ return false;
25
+ if (!('id' in value) || value['id'] === undefined)
26
+ return false;
27
+ return true;
28
+ }
29
+ export function FormatFromJSON(json) {
30
+ return FormatFromJSONTyped(json, false);
31
+ }
32
+ export function FormatFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'worldId': json['worldId'],
38
+ 'type': json['type'],
39
+ 'translations': (json['translations'].map(FormatTranslationFromJSON)),
40
+ 'id': json['id'],
41
+ };
42
+ }
43
+ export function FormatToJSON(json) {
44
+ return FormatToJSONTyped(json, false);
45
+ }
46
+ export function FormatToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'worldId': value['worldId'],
52
+ 'type': value['type'],
53
+ 'translations': (value['translations'].map(FormatTranslationToJSON)),
54
+ 'id': value['id'],
55
+ };
56
+ }
@@ -0,0 +1,45 @@
1
+ /**
2
+ * BMLT
3
+ * BMLT Admin API Documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { FormatTranslation } from './FormatTranslation';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface FormatBase
17
+ */
18
+ export interface FormatBase {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof FormatBase
23
+ */
24
+ worldId?: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof FormatBase
29
+ */
30
+ type?: string;
31
+ /**
32
+ *
33
+ * @type {Array<FormatTranslation>}
34
+ * @memberof FormatBase
35
+ */
36
+ translations?: Array<FormatTranslation>;
37
+ }
38
+ /**
39
+ * Check if a given object implements the FormatBase interface.
40
+ */
41
+ export declare function instanceOfFormatBase(value: object): value is FormatBase;
42
+ export declare function FormatBaseFromJSON(json: any): FormatBase;
43
+ export declare function FormatBaseFromJSONTyped(json: any, ignoreDiscriminator: boolean): FormatBase;
44
+ export declare function FormatBaseToJSON(json: any): FormatBase;
45
+ export declare function FormatBaseToJSONTyped(value?: FormatBase | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,46 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * BMLT
5
+ * BMLT Admin API Documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { FormatTranslationFromJSON, FormatTranslationToJSON, } from './FormatTranslation';
15
+ /**
16
+ * Check if a given object implements the FormatBase interface.
17
+ */
18
+ export function instanceOfFormatBase(value) {
19
+ return true;
20
+ }
21
+ export function FormatBaseFromJSON(json) {
22
+ return FormatBaseFromJSONTyped(json, false);
23
+ }
24
+ export function FormatBaseFromJSONTyped(json, ignoreDiscriminator) {
25
+ if (json == null) {
26
+ return json;
27
+ }
28
+ return {
29
+ 'worldId': json['worldId'] == null ? undefined : json['worldId'],
30
+ 'type': json['type'] == null ? undefined : json['type'],
31
+ 'translations': json['translations'] == null ? undefined : (json['translations'].map(FormatTranslationFromJSON)),
32
+ };
33
+ }
34
+ export function FormatBaseToJSON(json) {
35
+ return FormatBaseToJSONTyped(json, false);
36
+ }
37
+ export function FormatBaseToJSONTyped(value, ignoreDiscriminator = false) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ return {
42
+ 'worldId': value['worldId'],
43
+ 'type': value['type'],
44
+ 'translations': value['translations'] == null ? undefined : (value['translations'].map(FormatTranslationToJSON)),
45
+ };
46
+ }
@@ -0,0 +1,45 @@
1
+ /**
2
+ * BMLT
3
+ * BMLT Admin API Documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { FormatTranslation } from './FormatTranslation';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface FormatCreate
17
+ */
18
+ export interface FormatCreate {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof FormatCreate
23
+ */
24
+ worldId?: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof FormatCreate
29
+ */
30
+ type?: string;
31
+ /**
32
+ *
33
+ * @type {Array<FormatTranslation>}
34
+ * @memberof FormatCreate
35
+ */
36
+ translations: Array<FormatTranslation>;
37
+ }
38
+ /**
39
+ * Check if a given object implements the FormatCreate interface.
40
+ */
41
+ export declare function instanceOfFormatCreate(value: object): value is FormatCreate;
42
+ export declare function FormatCreateFromJSON(json: any): FormatCreate;
43
+ export declare function FormatCreateFromJSONTyped(json: any, ignoreDiscriminator: boolean): FormatCreate;
44
+ export declare function FormatCreateToJSON(json: any): FormatCreate;
45
+ export declare function FormatCreateToJSONTyped(value?: FormatCreate | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * BMLT
5
+ * BMLT Admin API Documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { FormatTranslationFromJSON, FormatTranslationToJSON, } from './FormatTranslation';
15
+ /**
16
+ * Check if a given object implements the FormatCreate interface.
17
+ */
18
+ export function instanceOfFormatCreate(value) {
19
+ if (!('translations' in value) || value['translations'] === undefined)
20
+ return false;
21
+ return true;
22
+ }
23
+ export function FormatCreateFromJSON(json) {
24
+ return FormatCreateFromJSONTyped(json, false);
25
+ }
26
+ export function FormatCreateFromJSONTyped(json, ignoreDiscriminator) {
27
+ if (json == null) {
28
+ return json;
29
+ }
30
+ return {
31
+ 'worldId': json['worldId'] == null ? undefined : json['worldId'],
32
+ 'type': json['type'] == null ? undefined : json['type'],
33
+ 'translations': (json['translations'].map(FormatTranslationFromJSON)),
34
+ };
35
+ }
36
+ export function FormatCreateToJSON(json) {
37
+ return FormatCreateToJSONTyped(json, false);
38
+ }
39
+ export function FormatCreateToJSONTyped(value, ignoreDiscriminator = false) {
40
+ if (value == null) {
41
+ return value;
42
+ }
43
+ return {
44
+ 'worldId': value['worldId'],
45
+ 'type': value['type'],
46
+ 'translations': (value['translations'].map(FormatTranslationToJSON)),
47
+ };
48
+ }
@@ -0,0 +1,45 @@
1
+ /**
2
+ * BMLT
3
+ * BMLT Admin API Documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { FormatTranslation } from './FormatTranslation';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface FormatPartialUpdate
17
+ */
18
+ export interface FormatPartialUpdate {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof FormatPartialUpdate
23
+ */
24
+ worldId?: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof FormatPartialUpdate
29
+ */
30
+ type?: string;
31
+ /**
32
+ *
33
+ * @type {Array<FormatTranslation>}
34
+ * @memberof FormatPartialUpdate
35
+ */
36
+ translations?: Array<FormatTranslation>;
37
+ }
38
+ /**
39
+ * Check if a given object implements the FormatPartialUpdate interface.
40
+ */
41
+ export declare function instanceOfFormatPartialUpdate(value: object): value is FormatPartialUpdate;
42
+ export declare function FormatPartialUpdateFromJSON(json: any): FormatPartialUpdate;
43
+ export declare function FormatPartialUpdateFromJSONTyped(json: any, ignoreDiscriminator: boolean): FormatPartialUpdate;
44
+ export declare function FormatPartialUpdateToJSON(json: any): FormatPartialUpdate;
45
+ export declare function FormatPartialUpdateToJSONTyped(value?: FormatPartialUpdate | null, ignoreDiscriminator?: boolean): any;