@mittwald/api-client 4.389.0 → 4.391.0

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.
@@ -246,6 +246,14 @@ export declare namespace MittwaldAPIV2 {
246
246
  type RequestData = InferredRequestData<typeof descriptors.containerCreateRegistry>;
247
247
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerCreateRegistry, TStatus>;
248
248
  }
249
+ namespace ContainerListStacks {
250
+ type RequestData = InferredRequestData<typeof descriptors.containerListStacks>;
251
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListStacks, TStatus>;
252
+ }
253
+ namespace ContainerCreateStack {
254
+ type RequestData = InferredRequestData<typeof descriptors.containerCreateStack>;
255
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerCreateStack, TStatus>;
256
+ }
249
257
  namespace ContainerGetStack {
250
258
  type RequestData = InferredRequestData<typeof descriptors.containerGetStack>;
251
259
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetStack, TStatus>;
@@ -254,6 +262,10 @@ export declare namespace MittwaldAPIV2 {
254
262
  type RequestData = InferredRequestData<typeof descriptors.containerDeclareStack>;
255
263
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerDeclareStack, TStatus>;
256
264
  }
265
+ namespace ContainerDeleteStack {
266
+ type RequestData = InferredRequestData<typeof descriptors.containerDeleteStack>;
267
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerDeleteStack, TStatus>;
268
+ }
257
269
  namespace ContainerUpdateStack {
258
270
  type RequestData = InferredRequestData<typeof descriptors.containerUpdateStack>;
259
271
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerUpdateStack, TStatus>;
@@ -302,10 +314,6 @@ export declare namespace MittwaldAPIV2 {
302
314
  type RequestData = InferredRequestData<typeof descriptors.containerListStackVolumes>;
303
315
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListStackVolumes, TStatus>;
304
316
  }
305
- namespace ContainerListStacks {
306
- type RequestData = InferredRequestData<typeof descriptors.containerListStacks>;
307
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListStacks, TStatus>;
308
- }
309
317
  namespace ContainerListVolumes {
310
318
  type RequestData = InferredRequestData<typeof descriptors.containerListVolumes>;
311
319
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListVolumes, TStatus>;
@@ -1866,6 +1874,10 @@ export declare namespace MittwaldAPIV2 {
1866
1874
  type RequestData = InferredRequestData<typeof descriptors.projectListProjectActivities>;
1867
1875
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectListProjectActivities, TStatus>;
1868
1876
  }
1877
+ namespace ProjectListCustomerProjects {
1878
+ type RequestData = InferredRequestData<typeof descriptors.projectListCustomerProjects>;
1879
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectListCustomerProjects, TStatus>;
1880
+ }
1869
1881
  }
1870
1882
  namespace Components {
1871
1883
  namespace Schemas {
@@ -3013,7 +3025,6 @@ export declare namespace MittwaldAPIV2 {
3013
3025
  conversationId: string;
3014
3026
  shortId: string;
3015
3027
  }
3016
- type ConversationDepartment = "development" | "mail" | "accounting" | "cloudHosting" | "customerService" | "productManagement" | "generic";
3017
3028
  interface ConversationError {
3018
3029
  message: string;
3019
3030
  type: string;
@@ -3046,12 +3057,6 @@ export declare namespace MittwaldAPIV2 {
3046
3057
  };
3047
3058
  type: "STATUS_UPDATE";
3048
3059
  }
3049
- interface ConversationGroup {
3050
- acronym?: string;
3051
- id: string;
3052
- isDefaultGroup?: boolean;
3053
- name: string;
3054
- }
3055
3060
  interface ConversationMessage {
3056
3061
  conversationId: string;
3057
3062
  createdAt: string;
@@ -6422,6 +6427,10 @@ export declare namespace MittwaldAPIV2 {
6422
6427
  version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6423
6428
  };
6424
6429
  }
6430
+ interface ActivitylogLinkedParameterProperty {
6431
+ aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6432
+ name: string;
6433
+ }
6425
6434
  interface ActivitylogDatabaseDescriptionSet {
6426
6435
  changes: {
6427
6436
  after?: {
@@ -6436,10 +6445,6 @@ export declare namespace MittwaldAPIV2 {
6436
6445
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6437
6446
  };
6438
6447
  }
6439
- interface ActivitylogLinkedParameterProperty {
6440
- aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6441
- name: string;
6442
- }
6443
6448
  interface ActivitylogDatabaseDeleted {
6444
6449
  changes: {};
6445
6450
  name: "database.mysql-deleted" | "database.redis-deleted";
@@ -6564,6 +6569,20 @@ export declare namespace MittwaldAPIV2 {
6564
6569
  domain: string;
6565
6570
  id: string;
6566
6571
  }
6572
+ interface ActivitylogDnsSrvRecordSet {
6573
+ changes: {
6574
+ after?: {
6575
+ srv: {}[];
6576
+ };
6577
+ before?: {
6578
+ srv: {}[];
6579
+ };
6580
+ };
6581
+ name: "dns.srv-record-set";
6582
+ parameters: {
6583
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6584
+ };
6585
+ }
6567
6586
  interface ActivitylogLogEntry {
6568
6587
  action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlNameSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
6569
6588
  aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
@@ -6577,28 +6596,28 @@ export declare namespace MittwaldAPIV2 {
6577
6596
  type: "user" | "extension";
6578
6597
  };
6579
6598
  }
6580
- interface ActivitylogDnsSrvRecordSet {
6599
+ interface ActivitylogDatabaseMysqlUserDeleted {
6600
+ changes: {};
6601
+ name: "database.mysql-user-deleted";
6602
+ parameters: {
6603
+ databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6604
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6605
+ };
6606
+ }
6607
+ interface ActivitylogDnsCaaRecordSet {
6581
6608
  changes: {
6582
6609
  after?: {
6583
- srv: {}[];
6610
+ caa: {}[];
6584
6611
  };
6585
6612
  before?: {
6586
- srv: {}[];
6613
+ caa: {}[];
6587
6614
  };
6588
6615
  };
6589
- name: "dns.srv-record-set";
6616
+ name: "dns.caa-record-set";
6590
6617
  parameters: {
6591
6618
  domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6592
6619
  };
6593
6620
  }
6594
- interface ActivitylogDatabaseMysqlUserDeleted {
6595
- changes: {};
6596
- name: "database.mysql-user-deleted";
6597
- parameters: {
6598
- databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6599
- name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6600
- };
6601
- }
6602
6621
  /**
6603
6622
  * Fallback when no matching action is found
6604
6623
  */
@@ -6618,20 +6637,6 @@ export declare namespace MittwaldAPIV2 {
6618
6637
  [k: string]: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6619
6638
  };
6620
6639
  }
6621
- interface ActivitylogDnsCaaRecordSet {
6622
- changes: {
6623
- after?: {
6624
- caa: {}[];
6625
- };
6626
- before?: {
6627
- caa: {}[];
6628
- };
6629
- };
6630
- name: "dns.caa-record-set";
6631
- parameters: {
6632
- domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6633
- };
6634
- }
6635
6640
  interface ActivitylogDatabaseMysqlUserUpdated {
6636
6641
  changes: {
6637
6642
  after?: {
@@ -6651,6 +6656,48 @@ export declare namespace MittwaldAPIV2 {
6651
6656
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6652
6657
  };
6653
6658
  }
6659
+ interface ProjectProjectListItem {
6660
+ backupStorageUsageInBytes: number;
6661
+ backupStorageUsageInBytesSetAt: string;
6662
+ createdAt: string;
6663
+ customerId: string;
6664
+ customerMeta: {
6665
+ id: string;
6666
+ };
6667
+ description: string;
6668
+ disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
6669
+ disabledAt?: string;
6670
+ enabled: boolean;
6671
+ /**
6672
+ * @deprecated
6673
+ * Deprecated by 'supportedFeatures'.
6674
+ */
6675
+ features?: MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
6676
+ id: string;
6677
+ imageRefId?: string;
6678
+ /**
6679
+ * @deprecated
6680
+ * deprecated
6681
+ */
6682
+ isReady: boolean;
6683
+ projectHostingId?: string;
6684
+ readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
6685
+ serverGroupId: string;
6686
+ serverId?: string;
6687
+ shortId: string;
6688
+ status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
6689
+ statusSetAt: string;
6690
+ supportedFeatures: MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
6691
+ webStorageUsageInBytes: number;
6692
+ webStorageUsageInBytesSetAt: string;
6693
+ }
6694
+ type ConversationDepartment = "development" | "mail" | "accounting" | "cloudHosting" | "customerService" | "productManagement" | "generic";
6695
+ interface ConversationGroup {
6696
+ acronym?: string;
6697
+ id: string;
6698
+ isDefaultGroup?: boolean;
6699
+ name: string;
6700
+ }
6654
6701
  interface CommonsAddress {
6655
6702
  street: string;
6656
6703
  houseNumber: string;
@@ -9934,6 +9981,136 @@ export declare namespace MittwaldAPIV2 {
9934
9981
  }
9935
9982
  }
9936
9983
  }
9984
+ namespace V2ProjectsProjectIdStacks {
9985
+ namespace Get {
9986
+ namespace Parameters {
9987
+ type Path = {
9988
+ projectId: string;
9989
+ };
9990
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9991
+ type Query = {
9992
+ limit?: number;
9993
+ skip?: number;
9994
+ page?: number;
9995
+ };
9996
+ }
9997
+ namespace Responses {
9998
+ namespace $200 {
9999
+ namespace Content {
10000
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse[];
10001
+ }
10002
+ }
10003
+ namespace $400 {
10004
+ namespace Content {
10005
+ interface ApplicationJson {
10006
+ [k: string]: unknown;
10007
+ }
10008
+ }
10009
+ }
10010
+ namespace $403 {
10011
+ namespace Content {
10012
+ interface ApplicationJson {
10013
+ [k: string]: unknown;
10014
+ }
10015
+ }
10016
+ }
10017
+ namespace $429 {
10018
+ namespace Content {
10019
+ interface ApplicationJson {
10020
+ [k: string]: unknown;
10021
+ }
10022
+ }
10023
+ }
10024
+ namespace $500 {
10025
+ namespace Content {
10026
+ interface ApplicationJson {
10027
+ [k: string]: unknown;
10028
+ }
10029
+ }
10030
+ }
10031
+ namespace Default {
10032
+ namespace Content {
10033
+ interface ApplicationJson {
10034
+ [k: string]: unknown;
10035
+ }
10036
+ }
10037
+ }
10038
+ }
10039
+ }
10040
+ namespace Post {
10041
+ namespace Parameters {
10042
+ type Path = {
10043
+ projectId: string;
10044
+ };
10045
+ type RequestBody = MittwaldAPIV2.Components.Schemas.ContainerCreateStack;
10046
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10047
+ type Query = {};
10048
+ }
10049
+ namespace Responses {
10050
+ namespace $201 {
10051
+ namespace Content {
10052
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse;
10053
+ }
10054
+ }
10055
+ namespace $400 {
10056
+ namespace Content {
10057
+ interface ApplicationJson {
10058
+ [k: string]: unknown;
10059
+ }
10060
+ }
10061
+ }
10062
+ namespace $403 {
10063
+ namespace Content {
10064
+ interface ApplicationJson {
10065
+ [k: string]: unknown;
10066
+ }
10067
+ }
10068
+ }
10069
+ namespace $404 {
10070
+ namespace Content {
10071
+ interface ApplicationJson {
10072
+ [k: string]: unknown;
10073
+ }
10074
+ }
10075
+ }
10076
+ namespace $409 {
10077
+ namespace Content {
10078
+ interface ApplicationJson {
10079
+ [k: string]: unknown;
10080
+ }
10081
+ }
10082
+ }
10083
+ namespace $412 {
10084
+ namespace Content {
10085
+ interface ApplicationJson {
10086
+ [k: string]: unknown;
10087
+ }
10088
+ }
10089
+ }
10090
+ namespace $429 {
10091
+ namespace Content {
10092
+ interface ApplicationJson {
10093
+ [k: string]: unknown;
10094
+ }
10095
+ }
10096
+ }
10097
+ namespace $500 {
10098
+ namespace Content {
10099
+ interface ApplicationJson {
10100
+ [k: string]: unknown;
10101
+ }
10102
+ }
10103
+ }
10104
+ namespace Default {
10105
+ namespace Content {
10106
+ interface ApplicationJson {
10107
+ [k: string]: unknown;
10108
+ }
10109
+ }
10110
+ }
10111
+ }
10112
+ }
10113
+ }
9937
10114
  namespace V2StacksStackId {
9938
10115
  namespace Get {
9939
10116
  namespace Parameters {
@@ -10070,12 +10247,71 @@ export declare namespace MittwaldAPIV2 {
10070
10247
  }
10071
10248
  }
10072
10249
  }
10250
+ namespace Delete {
10251
+ namespace Parameters {
10252
+ type Path = {
10253
+ stackId: string;
10254
+ };
10255
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10256
+ type Query = {};
10257
+ }
10258
+ namespace Responses {
10259
+ namespace $204 {
10260
+ namespace Content {
10261
+ type Empty = unknown;
10262
+ }
10263
+ }
10264
+ namespace $400 {
10265
+ namespace Content {
10266
+ interface ApplicationJson {
10267
+ [k: string]: unknown;
10268
+ }
10269
+ }
10270
+ }
10271
+ namespace $403 {
10272
+ namespace Content {
10273
+ interface ApplicationJson {
10274
+ [k: string]: unknown;
10275
+ }
10276
+ }
10277
+ }
10278
+ namespace $404 {
10279
+ namespace Content {
10280
+ interface ApplicationJson {
10281
+ [k: string]: unknown;
10282
+ }
10283
+ }
10284
+ }
10285
+ namespace $429 {
10286
+ namespace Content {
10287
+ interface ApplicationJson {
10288
+ [k: string]: unknown;
10289
+ }
10290
+ }
10291
+ }
10292
+ namespace $500 {
10293
+ namespace Content {
10294
+ interface ApplicationJson {
10295
+ [k: string]: unknown;
10296
+ }
10297
+ }
10298
+ }
10299
+ namespace Default {
10300
+ namespace Content {
10301
+ interface ApplicationJson {
10302
+ [k: string]: unknown;
10303
+ }
10304
+ }
10305
+ }
10306
+ }
10307
+ }
10073
10308
  namespace Patch {
10074
10309
  namespace Parameters {
10075
10310
  type Path = {
10076
10311
  stackId: string;
10077
10312
  };
10078
10313
  interface RequestBody {
10314
+ description?: string;
10079
10315
  /**
10080
10316
  * A set of containers that should be started in this stack. The key is relevant for
10081
10317
  * network connectivity between containers, because you can use it as DNS name to
@@ -10846,63 +11082,6 @@ export declare namespace MittwaldAPIV2 {
10846
11082
  }
10847
11083
  }
10848
11084
  }
10849
- namespace V2ProjectsProjectIdStacks {
10850
- namespace Get {
10851
- namespace Parameters {
10852
- type Path = {
10853
- projectId: string;
10854
- };
10855
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10856
- type Query = {
10857
- limit?: number;
10858
- skip?: number;
10859
- page?: number;
10860
- };
10861
- }
10862
- namespace Responses {
10863
- namespace $200 {
10864
- namespace Content {
10865
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse[];
10866
- }
10867
- }
10868
- namespace $400 {
10869
- namespace Content {
10870
- interface ApplicationJson {
10871
- [k: string]: unknown;
10872
- }
10873
- }
10874
- }
10875
- namespace $403 {
10876
- namespace Content {
10877
- interface ApplicationJson {
10878
- [k: string]: unknown;
10879
- }
10880
- }
10881
- }
10882
- namespace $429 {
10883
- namespace Content {
10884
- interface ApplicationJson {
10885
- [k: string]: unknown;
10886
- }
10887
- }
10888
- }
10889
- namespace $500 {
10890
- namespace Content {
10891
- interface ApplicationJson {
10892
- [k: string]: unknown;
10893
- }
10894
- }
10895
- }
10896
- namespace Default {
10897
- namespace Content {
10898
- interface ApplicationJson {
10899
- [k: string]: unknown;
10900
- }
10901
- }
10902
- }
10903
- }
10904
- }
10905
- }
10906
11085
  namespace V2ProjectsProjectIdVolumes {
10907
11086
  namespace Get {
10908
11087
  namespace Parameters {
@@ -26704,41 +26883,7 @@ export declare namespace MittwaldAPIV2 {
26704
26883
  namespace Responses {
26705
26884
  namespace $200 {
26706
26885
  namespace Content {
26707
- type ApplicationJson = {
26708
- backupStorageUsageInBytes: number;
26709
- backupStorageUsageInBytesSetAt: string;
26710
- createdAt: string;
26711
- customerId: string;
26712
- customerMeta: {
26713
- id: string;
26714
- };
26715
- description: string;
26716
- disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
26717
- disabledAt?: string;
26718
- enabled: boolean;
26719
- /**
26720
- * @deprecated
26721
- * Deprecated by 'supportedFeatures'.
26722
- */
26723
- features?: MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
26724
- id: string;
26725
- imageRefId?: string;
26726
- /**
26727
- * @deprecated
26728
- * deprecated
26729
- */
26730
- isReady: boolean;
26731
- projectHostingId?: string;
26732
- readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
26733
- serverGroupId: string;
26734
- serverId?: string;
26735
- shortId: string;
26736
- status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
26737
- statusSetAt: string;
26738
- supportedFeatures: MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
26739
- webStorageUsageInBytes: number;
26740
- webStorageUsageInBytesSetAt: string;
26741
- }[];
26886
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[];
26742
26887
  }
26743
26888
  }
26744
26889
  namespace $400 {
@@ -30823,5 +30968,58 @@ export declare namespace MittwaldAPIV2 {
30823
30968
  }
30824
30969
  }
30825
30970
  }
30971
+ namespace V2CustomersCustomerIdProjects {
30972
+ namespace Get {
30973
+ namespace Parameters {
30974
+ type Path = {
30975
+ customerId: string;
30976
+ };
30977
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
30978
+ type Query = {
30979
+ searchTerm?: string;
30980
+ limit?: number;
30981
+ skip?: number;
30982
+ page?: number;
30983
+ sort?: "createdAt" | "description";
30984
+ order?: "asc" | "desc";
30985
+ };
30986
+ }
30987
+ namespace Responses {
30988
+ namespace $200 {
30989
+ namespace Content {
30990
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[];
30991
+ }
30992
+ }
30993
+ namespace $400 {
30994
+ namespace Content {
30995
+ interface ApplicationJson {
30996
+ [k: string]: unknown;
30997
+ }
30998
+ }
30999
+ }
31000
+ namespace $403 {
31001
+ namespace Content {
31002
+ interface ApplicationJson {
31003
+ [k: string]: unknown;
31004
+ }
31005
+ }
31006
+ }
31007
+ namespace $429 {
31008
+ namespace Content {
31009
+ interface ApplicationJson {
31010
+ [k: string]: unknown;
31011
+ }
31012
+ }
31013
+ }
31014
+ namespace Default {
31015
+ namespace Content {
31016
+ interface ApplicationJson {
31017
+ [k: string]: unknown;
31018
+ }
31019
+ }
31020
+ }
31021
+ }
31022
+ }
31023
+ }
30826
31024
  }
30827
31025
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.388.0';
1
+ export declare const MittwaldAPIClientVersion = '4.390.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.389.0",
3
+ "version": "4.391.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",
@@ -46,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.389.0",
49
+ "@mittwald/api-client-commons": "^4.391.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.389.0",
53
+ "@mittwald/api-code-generator": "^4.391.0",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "bb1f4118476854dd267964b1bcbc4954e8c31d90"
83
+ "gitHead": "632792d11dac303805ddcf021ebbaa0c62595e0e"
84
84
  }