@mittwald/api-client 1.0.0-alpha.15 → 1.0.0-alpha.16

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.
@@ -1671,47 +1671,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1671
1671
  "x-access-token"?: string | undefined;
1672
1672
  };
1673
1673
  }, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Customers.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Customers.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
1674
- /** Get all notes for the customer profile. */
1675
- listOfNotes: (request: {
1676
- pathParameters: {
1677
- customerId: string;
1678
- };
1679
- headers?: {
1680
- "x-access-token"?: string | undefined;
1681
- } | undefined;
1682
- }) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
1683
- pathParameters: {
1684
- customerId: string;
1685
- };
1686
- } & {
1687
- headers: {
1688
- "x-access-token"?: string | undefined;
1689
- };
1690
- }, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
1691
- /** Add a note to the customer profile. */
1692
- createNote: (request: {
1693
- data: {
1694
- [x: string]: unknown;
1695
- };
1696
- pathParameters: {
1697
- customerId: string;
1698
- };
1699
- headers?: {
1700
- "x-access-token"?: string | undefined;
1701
- } | undefined;
1702
- }) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
1703
- data: {
1704
- [x: string]: unknown;
1705
- };
1706
- } & {
1707
- pathParameters: {
1708
- customerId: string;
1709
- };
1710
- } & {
1711
- headers: {
1712
- "x-access-token"?: string | undefined;
1713
- };
1714
- }, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
1715
1674
  /** Decline a CustomerInvite. */
1716
1675
  declineCustomerInvite: (request: {
1717
1676
  data: {
@@ -2002,51 +1961,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2002
1961
  "x-access-token"?: string | undefined;
2003
1962
  };
2004
1963
  }, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
2005
- /** Update a note of the customer profile. */
2006
- updateNote: (request: {
2007
- data: {
2008
- [x: string]: unknown;
2009
- };
2010
- pathParameters: {
2011
- customerId: string;
2012
- noteId: string;
2013
- };
2014
- headers?: {
2015
- "x-access-token"?: string | undefined;
2016
- } | undefined;
2017
- }) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
2018
- data: {
2019
- [x: string]: unknown;
2020
- };
2021
- } & {
2022
- pathParameters: {
2023
- customerId: string;
2024
- noteId: string;
2025
- };
2026
- } & {
2027
- headers: {
2028
- "x-access-token"?: string | undefined;
2029
- };
2030
- }, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
2031
- /** Delete a note from customer profile. */
2032
- deleteNote: (request: {
2033
- pathParameters: {
2034
- customerId: string;
2035
- noteId: string;
2036
- };
2037
- headers?: {
2038
- "x-access-token"?: string | undefined;
2039
- } | undefined;
2040
- }) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
2041
- pathParameters: {
2042
- customerId: string;
2043
- noteId: string;
2044
- };
2045
- } & {
2046
- headers: {
2047
- "x-access-token"?: string | undefined;
2048
- };
2049
- }, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
2050
1964
  /** Get a CustomerInvite by token. */
2051
1965
  getCustomerTokenInvite: (request: {
2052
1966
  headers: {
@@ -200,10 +200,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
200
200
  listCustomers: this.requestFunctionFactory(descriptors.customerListCustomers),
201
201
  /** Create a new customer profile. */
202
202
  createCustomer: this.requestFunctionFactory(descriptors.customerCreateCustomer),
203
- /** Get all notes for the customer profile. */
204
- listOfNotes: this.requestFunctionFactory(descriptors.customerListOfNotes),
205
- /** Add a note to the customer profile. */
206
- createNote: this.requestFunctionFactory(descriptors.customerCreateNote),
207
203
  /** Decline a CustomerInvite. */
208
204
  declineCustomerInvite: this.requestFunctionFactory(descriptors.customerDeclineCustomerInvite),
209
205
  /** Get a customer category. */
@@ -234,10 +230,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
234
230
  updateCustomer: this.requestFunctionFactory(descriptors.customerUpdateCustomer),
235
231
  /** Delete a customer profile. */
236
232
  deleteCustomer: this.requestFunctionFactory(descriptors.customerDeleteCustomer),
237
- /** Update a note of the customer profile. */
238
- updateNote: this.requestFunctionFactory(descriptors.customerUpdateNote),
239
- /** Delete a note from customer profile. */
240
- deleteNote: this.requestFunctionFactory(descriptors.customerDeleteNote),
241
233
  /** Get a CustomerInvite by token. */
242
234
  getCustomerTokenInvite: this.requestFunctionFactory(descriptors.customerGetCustomerTokenInvite),
243
235
  /** Check if the customer profile has a valid contract partner configured. */
@@ -153,10 +153,6 @@ export declare const customerCreateCustomerInvite: OpenAPIOperation<Request<Simp
153
153
  export declare const customerListCustomers: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Customers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Customers.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Customers.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2Customers.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
154
154
  /** Create a new customer profile. */
155
155
  export declare const customerCreateCustomer: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2Customers.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2Customers.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2Customers.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
156
- /** Get all notes for the customer profile. */
157
- export declare const customerListOfNotes: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
158
- /** Add a note to the customer profile. */
159
- export declare const customerCreateNote: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotes.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
160
156
  /** Decline a CustomerInvite. */
161
157
  export declare const customerDeclineCustomerInvite: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
162
158
  /** Get a customer category. */
@@ -187,10 +183,6 @@ export declare const customerGetCustomer: OpenAPIOperation<Request<Simplify<null
187
183
  export declare const customerUpdateCustomer: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Put.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
188
184
  /** Delete a customer profile. */
189
185
  export declare const customerDeleteCustomer: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
190
- /** Update a note of the customer profile. */
191
- export declare const customerUpdateNote: OpenAPIOperation<Request<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Post.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
192
- /** Delete a note from customer profile. */
193
- export declare const customerDeleteNote: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Delete.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdNotesNoteId.Delete.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
194
186
  /** Get a CustomerInvite by token. */
195
187
  export declare const customerGetCustomerTokenInvite: OpenAPIOperation<Request<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Parameters.Header>>, Response<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | Response<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.Default.Content.ApplicationJson, "default", "application/json">>;
196
188
  /** Check if the customer profile has a valid contract partner configured. */
@@ -448,18 +448,6 @@ export const customerCreateCustomer = {
448
448
  method: "POST",
449
449
  operationId: "customer-create-customer",
450
450
  };
451
- /** Get all notes for the customer profile. */
452
- export const customerListOfNotes = {
453
- path: "/v2/customers/{customerId}/notes",
454
- method: "GET",
455
- operationId: "customer-list-of-notes",
456
- };
457
- /** Add a note to the customer profile. */
458
- export const customerCreateNote = {
459
- path: "/v2/customers/{customerId}/notes",
460
- method: "POST",
461
- operationId: "customer-create-note",
462
- };
463
451
  /** Decline a CustomerInvite. */
464
452
  export const customerDeclineCustomerInvite = {
465
453
  path: "/v2/customer-invites/{inviteId}/actions/decline",
@@ -550,18 +538,6 @@ export const customerDeleteCustomer = {
550
538
  method: "DELETE",
551
539
  operationId: "customer-delete-customer",
552
540
  };
553
- /** Update a note of the customer profile. */
554
- export const customerUpdateNote = {
555
- path: "/v2/customers/{customerId}/notes/{noteId}",
556
- method: "POST",
557
- operationId: "customer-update-note",
558
- };
559
- /** Delete a note from customer profile. */
560
- export const customerDeleteNote = {
561
- path: "/v2/customers/{customerId}/notes/{noteId}",
562
- method: "DELETE",
563
- operationId: "customer-delete-note",
564
- };
565
541
  /** Get a CustomerInvite by token. */
566
542
  export const customerGetCustomerTokenInvite = {
567
543
  path: "/v2/customer-token-invite",
@@ -702,15 +702,6 @@ declare namespace MittwaldAPIV2 {
702
702
  vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified";
703
703
  }
704
704
 
705
- export interface CustomerNote {
706
- author: string;
707
- creationDate: string;
708
- id: string;
709
- isImportant: boolean;
710
- message: string;
711
- subject: string;
712
- }
713
-
714
705
  export interface DatabaseMySqlCharacterSettings {
715
706
  collations: string[];
716
707
  name: string;
@@ -1460,6 +1451,11 @@ declare namespace MittwaldAPIV2 {
1460
1451
  aggregate: string;
1461
1452
  domain: string;
1462
1453
  id: string;
1454
+ parents?: {
1455
+ aggregate: string;
1456
+ domain: string;
1457
+ id: string;
1458
+ }[];
1463
1459
  }
1464
1460
 
1465
1461
  export interface MessagingNotification {
@@ -5514,96 +5510,6 @@ declare namespace MittwaldAPIV2 {
5514
5510
  }
5515
5511
  }
5516
5512
 
5517
- namespace V2CustomersCustomerIdNotes {
5518
- namespace Get {
5519
- namespace Parameters {
5520
- export type Path = {
5521
- customerId: string;
5522
- };
5523
-
5524
- export type Header =
5525
- {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
5526
-
5527
- export type Query = {
5528
- limit?: number;
5529
- skip?: number;
5530
- page?: number;
5531
- };
5532
- }
5533
- namespace Responses {
5534
- namespace $200 {
5535
- namespace Content {
5536
- export type ApplicationJson =
5537
- MittwaldAPIV2.Components.Schemas.CustomerNote[];
5538
- }
5539
- }
5540
-
5541
- namespace $404 {
5542
- namespace Content {
5543
- export interface ApplicationJson {
5544
- [k: string]: unknown;
5545
- }
5546
- }
5547
- }
5548
-
5549
- namespace Default {
5550
- namespace Content {
5551
- export interface ApplicationJson {
5552
- [k: string]: unknown;
5553
- }
5554
- }
5555
- }
5556
- }
5557
- }
5558
-
5559
- namespace Post {
5560
- namespace Parameters {
5561
- export type Path = {
5562
- customerId: string;
5563
- };
5564
-
5565
- export interface RequestBody {
5566
- [k: string]: unknown;
5567
- }
5568
-
5569
- export type Header =
5570
- {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
5571
-
5572
- export type Query = {};
5573
- }
5574
- namespace Responses {
5575
- namespace $201 {
5576
- namespace Content {
5577
- export interface ApplicationJson {
5578
- author?: string;
5579
- customerId: string;
5580
- isImportant?: boolean;
5581
- message?: string;
5582
- noteId: string;
5583
- subject?: string;
5584
- }
5585
- }
5586
- }
5587
-
5588
- namespace $404 {
5589
- namespace Content {
5590
- export interface ApplicationJson {
5591
- [k: string]: unknown;
5592
- }
5593
- }
5594
- }
5595
-
5596
- namespace Default {
5597
- namespace Content {
5598
- export interface ApplicationJson {
5599
- [k: string]: unknown;
5600
- }
5601
- }
5602
- }
5603
- }
5604
- }
5605
- }
5606
-
5607
5513
  namespace V2CustomerInvitesInviteIdActionsDecline {
5608
5514
  namespace Post {
5609
5515
  namespace Parameters {
@@ -6155,95 +6061,6 @@ declare namespace MittwaldAPIV2 {
6155
6061
  }
6156
6062
  }
6157
6063
 
6158
- namespace V2CustomersCustomerIdNotesNoteId {
6159
- namespace Post {
6160
- namespace Parameters {
6161
- export type Path = {
6162
- customerId: string;
6163
- noteId: string;
6164
- };
6165
-
6166
- export interface RequestBody {
6167
- [k: string]: unknown;
6168
- }
6169
-
6170
- export type Header =
6171
- {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6172
-
6173
- export type Query = {};
6174
- }
6175
- namespace Responses {
6176
- namespace $200 {
6177
- namespace Content {
6178
- export interface ApplicationJson {
6179
- author?: string;
6180
- customerId: string;
6181
- isImportant?: boolean;
6182
- message?: string;
6183
- noteId: string;
6184
- subject?: string;
6185
- }
6186
- }
6187
- }
6188
-
6189
- namespace $404 {
6190
- namespace Content {
6191
- export interface ApplicationJson {
6192
- [k: string]: unknown;
6193
- }
6194
- }
6195
- }
6196
-
6197
- namespace Default {
6198
- namespace Content {
6199
- export interface ApplicationJson {
6200
- [k: string]: unknown;
6201
- }
6202
- }
6203
- }
6204
- }
6205
- }
6206
-
6207
- namespace Delete {
6208
- namespace Parameters {
6209
- export type Path = {
6210
- customerId: string;
6211
- noteId: string;
6212
- };
6213
-
6214
- export type Header =
6215
- {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6216
-
6217
- export type Query = {};
6218
- }
6219
- namespace Responses {
6220
- namespace $200 {
6221
- namespace Content {
6222
- export interface ApplicationJson {
6223
- [k: string]: unknown;
6224
- }
6225
- }
6226
- }
6227
-
6228
- namespace $404 {
6229
- namespace Content {
6230
- export interface ApplicationJson {
6231
- [k: string]: unknown;
6232
- }
6233
- }
6234
- }
6235
-
6236
- namespace Default {
6237
- namespace Content {
6238
- export interface ApplicationJson {
6239
- [k: string]: unknown;
6240
- }
6241
- }
6242
- }
6243
- }
6244
- }
6245
- }
6246
-
6247
6064
  namespace V2CustomerTokenInvite {
6248
6065
  namespace Get {
6249
6066
  namespace Parameters {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
3
  "description": "Auto-generated client for the mittwald API",
4
- "version": "1.0.0-alpha.15",
4
+ "version": "1.0.0-alpha.16",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",
7
7
  "homepage": "https://developer.mittwald.de",