@mittwald/api-client 4.450.0 → 4.452.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.
@@ -70,6 +70,14 @@ export declare namespace MittwaldAPIV3Next {
70
70
  type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectLinkContainer>;
71
71
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectLinkContainer, TStatus>;
72
72
  }
73
+ namespace AppDetachAppinstallationStaging {
74
+ type RequestData = InferredRequestData<typeof descriptors.appDetachAppinstallationStaging>;
75
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appDetachAppinstallationStaging, TStatus>;
76
+ }
77
+ namespace AppGetAppInstallationSystemSoftware {
78
+ type RequestData = InferredRequestData<typeof descriptors.appGetAppInstallationSystemSoftware>;
79
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppInstallationSystemSoftware, TStatus>;
80
+ }
73
81
  namespace AppGetApp {
74
82
  type RequestData = InferredRequestData<typeof descriptors.appGetApp>;
75
83
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetApp, TStatus>;
@@ -134,10 +142,18 @@ export declare namespace MittwaldAPIV3Next {
134
142
  type RequestData = InferredRequestData<typeof descriptors.appListUpdateCandidatesForAppversion>;
135
143
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListUpdateCandidatesForAppversion, TStatus>;
136
144
  }
145
+ namespace AppPromoteAppinstallationStaging {
146
+ type RequestData = InferredRequestData<typeof descriptors.appPromoteAppinstallationStaging>;
147
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appPromoteAppinstallationStaging, TStatus>;
148
+ }
137
149
  namespace AppRequestAppinstallationCopy {
138
150
  type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationCopy>;
139
151
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationCopy, TStatus>;
140
152
  }
153
+ namespace AppRequestAppinstallationStaging {
154
+ type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationStaging>;
155
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationStaging, TStatus>;
156
+ }
141
157
  namespace AppRetrieveStatus {
142
158
  type RequestData = InferredRequestData<typeof descriptors.appRetrieveStatus>;
143
159
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRetrieveStatus, TStatus>;
@@ -1866,22 +1882,6 @@ export declare namespace MittwaldAPIV3Next {
1866
1882
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1867
1883
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1868
1884
  }
1869
- namespace AppGetAppInstallationSystemSoftware {
1870
- type RequestData = InferredRequestData<typeof descriptors.appGetAppInstallationSystemSoftware>;
1871
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppInstallationSystemSoftware, TStatus>;
1872
- }
1873
- namespace AppDetachAppinstallationStaging {
1874
- type RequestData = InferredRequestData<typeof descriptors.appDetachAppinstallationStaging>;
1875
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appDetachAppinstallationStaging, TStatus>;
1876
- }
1877
- namespace AppPromoteAppinstallationStaging {
1878
- type RequestData = InferredRequestData<typeof descriptors.appPromoteAppinstallationStaging>;
1879
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appPromoteAppinstallationStaging, TStatus>;
1880
- }
1881
- namespace AppRequestAppinstallationStaging {
1882
- type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationStaging>;
1883
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationStaging, TStatus>;
1884
- }
1885
1885
  }
1886
1886
  namespace Components {
1887
1887
  namespace Schemas {
@@ -2074,6 +2074,10 @@ export declare namespace MittwaldAPIV3Next {
2074
2074
  appId: string;
2075
2075
  appName: string;
2076
2076
  appVersion: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppVersionStatus;
2077
+ /**
2078
+ * Whether automatic updates are activated.
2079
+ */
2080
+ autoUpdatesActivated?: boolean;
2077
2081
  createdAt: string;
2078
2082
  customDocumentRoot?: string;
2079
2083
  deletionRequested?: boolean;
@@ -3475,6 +3479,7 @@ export declare namespace MittwaldAPIV3Next {
3475
3479
  }
3476
3480
  interface DeMittwaldCronjobCronjobExecutionAnalysis {
3477
3481
  message: string;
3482
+ recommendation?: string;
3478
3483
  }
3479
3484
  type DeMittwaldCronjobCronjobExecutionSortOrder = "oldestFirst" | "newestFirst" | "slowestFirst" | "fastestFirst";
3480
3485
  interface DeMittwaldCronjobAppInstallationPatchTarget {
@@ -4034,7 +4039,7 @@ export declare namespace MittwaldAPIV3Next {
4034
4039
  * * `registrarNotSupported`: COAB names a registrar we do not support for migration.
4035
4040
  * * `notOrderable`: the order service rejected the domain for a reason other than an unsupported TLD or a still-reserved domain.
4036
4041
  * * `insufficientState`: the COAB data is incomplete (e.g. missing registrar, price or owner) or the domain is still reserved at the registry.
4037
- * * `contractDateOutOfRange`: the COAB contract's next-period date is in the past or more than two years in the future.
4042
+ * * `contractDateOutOfRange`: the COAB contract's next-period date is more than two years in the future (implausible data). A next-period date in the past is *not* rejected - the domain stays migratable and its order is billed from now.
4038
4043
  * * `invalidDomainName`: the COAB domain name does not match the `idn-naked-domain` format we accept.
4039
4044
  * * `ownerContactInvalid`: the domain's owner contact data (Inhaberdaten) failed validation at the registry/domain-service (invalid characters, or a TLD-specific contact-schema rule such as no consecutive whitespaces), so the migration is rejected. `ownerContactIssues` on the domain carries the affected field(s)/rule(s).
4040
4045
  */
@@ -8349,6 +8354,96 @@ export declare namespace MittwaldAPIV3Next {
8349
8354
  }
8350
8355
  }
8351
8356
  }
8357
+ namespace V3NextAppInstallationsAppInstallationIdActionsDetachStaging {
8358
+ namespace Post {
8359
+ namespace Parameters {
8360
+ type Path = {
8361
+ appInstallationId: string;
8362
+ };
8363
+ interface RequestBody {
8364
+ description: string;
8365
+ }
8366
+ type Header = {};
8367
+ type Query = {};
8368
+ }
8369
+ namespace Responses {
8370
+ namespace $204 {
8371
+ namespace Content {
8372
+ type Empty = unknown;
8373
+ }
8374
+ }
8375
+ namespace $404 {
8376
+ namespace Content {
8377
+ interface ApplicationJson {
8378
+ [k: string]: unknown;
8379
+ }
8380
+ }
8381
+ }
8382
+ namespace $412 {
8383
+ namespace Content {
8384
+ interface ApplicationJson {
8385
+ [k: string]: unknown;
8386
+ }
8387
+ }
8388
+ }
8389
+ namespace $429 {
8390
+ namespace Content {
8391
+ interface ApplicationJson {
8392
+ [k: string]: unknown;
8393
+ }
8394
+ }
8395
+ }
8396
+ namespace Default {
8397
+ namespace Content {
8398
+ interface ApplicationJson {
8399
+ [k: string]: unknown;
8400
+ }
8401
+ }
8402
+ }
8403
+ }
8404
+ }
8405
+ }
8406
+ namespace V3NextAppInstallationsAppInstallationIdSystemSoftware {
8407
+ namespace Get {
8408
+ namespace Parameters {
8409
+ type Path = {
8410
+ appInstallationId: string;
8411
+ };
8412
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
8413
+ type Query = {
8414
+ tagFilter?: string;
8415
+ };
8416
+ }
8417
+ namespace Responses {
8418
+ namespace $200 {
8419
+ namespace Content {
8420
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[];
8421
+ }
8422
+ }
8423
+ namespace $404 {
8424
+ namespace Content {
8425
+ interface ApplicationJson {
8426
+ [k: string]: unknown;
8427
+ }
8428
+ }
8429
+ }
8430
+ namespace $429 {
8431
+ namespace Content {
8432
+ interface ApplicationJson {
8433
+ [k: string]: unknown;
8434
+ }
8435
+ }
8436
+ }
8437
+ namespace Default {
8438
+ namespace Content {
8439
+ interface ApplicationJson {
8440
+ [k: string]: unknown;
8441
+ }
8442
+ }
8443
+ }
8444
+ }
8445
+ }
8446
+ }
8352
8447
  namespace V3NextAppsAppId {
8353
8448
  namespace Get {
8354
8449
  namespace Parameters {
@@ -9003,6 +9098,52 @@ export declare namespace MittwaldAPIV3Next {
9003
9098
  }
9004
9099
  }
9005
9100
  }
9101
+ namespace V3NextAppInstallationsAppInstallationIdActionsPromoteStaging {
9102
+ namespace Post {
9103
+ namespace Parameters {
9104
+ type Path = {
9105
+ appInstallationId: string;
9106
+ };
9107
+ type Header = {};
9108
+ type Query = {};
9109
+ }
9110
+ namespace Responses {
9111
+ namespace $204 {
9112
+ namespace Content {
9113
+ type Empty = unknown;
9114
+ }
9115
+ }
9116
+ namespace $404 {
9117
+ namespace Content {
9118
+ interface ApplicationJson {
9119
+ [k: string]: unknown;
9120
+ }
9121
+ }
9122
+ }
9123
+ namespace $412 {
9124
+ namespace Content {
9125
+ interface ApplicationJson {
9126
+ [k: string]: unknown;
9127
+ }
9128
+ }
9129
+ }
9130
+ namespace $429 {
9131
+ namespace Content {
9132
+ interface ApplicationJson {
9133
+ [k: string]: unknown;
9134
+ }
9135
+ }
9136
+ }
9137
+ namespace Default {
9138
+ namespace Content {
9139
+ interface ApplicationJson {
9140
+ [k: string]: unknown;
9141
+ }
9142
+ }
9143
+ }
9144
+ }
9145
+ }
9146
+ }
9006
9147
  namespace V3NextAppInstallationsAppInstallationIdActionsCopy {
9007
9148
  namespace Post {
9008
9149
  namespace Parameters {
@@ -9050,6 +9191,52 @@ export declare namespace MittwaldAPIV3Next {
9050
9191
  }
9051
9192
  }
9052
9193
  }
9194
+ namespace V3NextAppInstallationsAppInstallationIdActionsStaging {
9195
+ namespace Post {
9196
+ namespace Parameters {
9197
+ type Path = {
9198
+ appInstallationId: string;
9199
+ };
9200
+ interface RequestBody {
9201
+ description: string;
9202
+ domain: string;
9203
+ installationPath?: string;
9204
+ }
9205
+ type Header = {};
9206
+ type Query = {};
9207
+ }
9208
+ namespace Responses {
9209
+ namespace $201 {
9210
+ namespace Content {
9211
+ interface ApplicationJson {
9212
+ id: string;
9213
+ }
9214
+ }
9215
+ }
9216
+ namespace $404 {
9217
+ namespace Content {
9218
+ interface ApplicationJson {
9219
+ [k: string]: unknown;
9220
+ }
9221
+ }
9222
+ }
9223
+ namespace $429 {
9224
+ namespace Content {
9225
+ interface ApplicationJson {
9226
+ [k: string]: unknown;
9227
+ }
9228
+ }
9229
+ }
9230
+ namespace Default {
9231
+ namespace Content {
9232
+ interface ApplicationJson {
9233
+ [k: string]: unknown;
9234
+ }
9235
+ }
9236
+ }
9237
+ }
9238
+ }
9239
+ }
9053
9240
  namespace V3NextAppInstallationsAppInstallationIdStatus {
9054
9241
  namespace Get {
9055
9242
  namespace Parameters {
@@ -11069,7 +11256,10 @@ export declare namespace MittwaldAPIV3Next {
11069
11256
  stackId: string;
11070
11257
  serviceId: string;
11071
11258
  };
11072
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
11259
+ type Header = {
11260
+ Range?: string;
11261
+ "If-Range"?: string;
11262
+ } & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
11073
11263
  type Query = {
11074
11264
  tail?: number;
11075
11265
  };
@@ -11080,6 +11270,11 @@ export declare namespace MittwaldAPIV3Next {
11080
11270
  type TextPlain = string;
11081
11271
  }
11082
11272
  }
11273
+ namespace $206 {
11274
+ namespace Content {
11275
+ type TextPlain = string;
11276
+ }
11277
+ }
11083
11278
  namespace $403 {
11084
11279
  namespace Content {
11085
11280
  interface ApplicationJson {
@@ -11094,6 +11289,13 @@ export declare namespace MittwaldAPIV3Next {
11094
11289
  }
11095
11290
  }
11096
11291
  }
11292
+ namespace $416 {
11293
+ namespace Content {
11294
+ interface ApplicationJson {
11295
+ [k: string]: unknown;
11296
+ }
11297
+ }
11298
+ }
11097
11299
  namespace $429 {
11098
11300
  namespace Content {
11099
11301
  interface ApplicationJson {
@@ -16001,9 +16203,10 @@ export declare namespace MittwaldAPIV3Next {
16001
16203
  }
16002
16204
  }
16003
16205
  }
16004
- namespace $500 {
16206
+ namespace Default {
16005
16207
  namespace Content {
16006
16208
  interface ApplicationJson {
16209
+ [k: string]: unknown;
16007
16210
  }
16008
16211
  }
16009
16212
  }
@@ -26785,7 +26988,10 @@ export declare namespace MittwaldAPIV3Next {
26785
26988
  type Path = {
26786
26989
  projectId: string;
26787
26990
  };
26788
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
26991
+ type Header = {
26992
+ Range?: string;
26993
+ "If-Range"?: string;
26994
+ } & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
26789
26995
  type Query = {
26790
26996
  file?: string;
26791
26997
  inline?: boolean;
@@ -26797,6 +27003,11 @@ export declare namespace MittwaldAPIV3Next {
26797
27003
  type ApplicationOctetStream = string;
26798
27004
  }
26799
27005
  }
27006
+ namespace $206 {
27007
+ namespace Content {
27008
+ type ApplicationOctetStream = string;
27009
+ }
27010
+ }
26800
27011
  namespace $403 {
26801
27012
  namespace Content {
26802
27013
  interface ApplicationJson {
@@ -26811,6 +27022,13 @@ export declare namespace MittwaldAPIV3Next {
26811
27022
  }
26812
27023
  }
26813
27024
  }
27025
+ namespace $416 {
27026
+ namespace Content {
27027
+ interface ApplicationJson {
27028
+ [k: string]: unknown;
27029
+ }
27030
+ }
27031
+ }
26814
27032
  namespace $429 {
26815
27033
  namespace Content {
26816
27034
  interface ApplicationJson {
@@ -31332,187 +31550,5 @@ export declare namespace MittwaldAPIV3Next {
31332
31550
  }
31333
31551
  }
31334
31552
  }
31335
- namespace V3NextAppInstallationsAppInstallationIdSystemSoftware {
31336
- namespace Get {
31337
- namespace Parameters {
31338
- type Path = {
31339
- appInstallationId: string;
31340
- };
31341
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31342
- type Query = {
31343
- tagFilter?: string;
31344
- };
31345
- }
31346
- namespace Responses {
31347
- namespace $200 {
31348
- namespace Content {
31349
- type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[];
31350
- }
31351
- }
31352
- namespace $404 {
31353
- namespace Content {
31354
- interface ApplicationJson {
31355
- [k: string]: unknown;
31356
- }
31357
- }
31358
- }
31359
- namespace $429 {
31360
- namespace Content {
31361
- interface ApplicationJson {
31362
- [k: string]: unknown;
31363
- }
31364
- }
31365
- }
31366
- namespace Default {
31367
- namespace Content {
31368
- interface ApplicationJson {
31369
- [k: string]: unknown;
31370
- }
31371
- }
31372
- }
31373
- }
31374
- }
31375
- }
31376
- namespace V3NextAppInstallationsAppInstallationIdActionsDetachStaging {
31377
- namespace Post {
31378
- namespace Parameters {
31379
- type Path = {
31380
- appInstallationId: string;
31381
- };
31382
- interface RequestBody {
31383
- description: string;
31384
- }
31385
- type Header = {};
31386
- type Query = {};
31387
- }
31388
- namespace Responses {
31389
- namespace $200 {
31390
- namespace Content {
31391
- type Empty = unknown;
31392
- }
31393
- }
31394
- namespace $404 {
31395
- namespace Content {
31396
- interface ApplicationJson {
31397
- [k: string]: unknown;
31398
- }
31399
- }
31400
- }
31401
- namespace $412 {
31402
- namespace Content {
31403
- interface ApplicationJson {
31404
- [k: string]: unknown;
31405
- }
31406
- }
31407
- }
31408
- namespace $429 {
31409
- namespace Content {
31410
- interface ApplicationJson {
31411
- [k: string]: unknown;
31412
- }
31413
- }
31414
- }
31415
- namespace Default {
31416
- namespace Content {
31417
- interface ApplicationJson {
31418
- [k: string]: unknown;
31419
- }
31420
- }
31421
- }
31422
- }
31423
- }
31424
- }
31425
- namespace V3NextAppInstallationsAppInstallationIdActionsPromoteStaging {
31426
- namespace Post {
31427
- namespace Parameters {
31428
- type Path = {
31429
- appInstallationId: string;
31430
- };
31431
- type Header = {};
31432
- type Query = {};
31433
- }
31434
- namespace Responses {
31435
- namespace $200 {
31436
- namespace Content {
31437
- type Empty = unknown;
31438
- }
31439
- }
31440
- namespace $404 {
31441
- namespace Content {
31442
- interface ApplicationJson {
31443
- [k: string]: unknown;
31444
- }
31445
- }
31446
- }
31447
- namespace $412 {
31448
- namespace Content {
31449
- interface ApplicationJson {
31450
- [k: string]: unknown;
31451
- }
31452
- }
31453
- }
31454
- namespace $429 {
31455
- namespace Content {
31456
- interface ApplicationJson {
31457
- [k: string]: unknown;
31458
- }
31459
- }
31460
- }
31461
- namespace Default {
31462
- namespace Content {
31463
- interface ApplicationJson {
31464
- [k: string]: unknown;
31465
- }
31466
- }
31467
- }
31468
- }
31469
- }
31470
- }
31471
- namespace V3NextAppInstallationsAppInstallationIdActionsStaging {
31472
- namespace Post {
31473
- namespace Parameters {
31474
- type Path = {
31475
- appInstallationId: string;
31476
- };
31477
- interface RequestBody {
31478
- description: string;
31479
- domain: string;
31480
- installationPath?: string;
31481
- }
31482
- type Header = {};
31483
- type Query = {};
31484
- }
31485
- namespace Responses {
31486
- namespace $201 {
31487
- namespace Content {
31488
- interface ApplicationJson {
31489
- id: string;
31490
- }
31491
- }
31492
- }
31493
- namespace $404 {
31494
- namespace Content {
31495
- interface ApplicationJson {
31496
- [k: string]: unknown;
31497
- }
31498
- }
31499
- }
31500
- namespace $429 {
31501
- namespace Content {
31502
- interface ApplicationJson {
31503
- [k: string]: unknown;
31504
- }
31505
- }
31506
- }
31507
- namespace Default {
31508
- namespace Content {
31509
- interface ApplicationJson {
31510
- [k: string]: unknown;
31511
- }
31512
- }
31513
- }
31514
- }
31515
- }
31516
- }
31517
31553
  }
31518
31554
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.449.0';
1
+ export declare const MittwaldAPIClientVersion = '4.451.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.450.0",
3
+ "version": "4.452.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",
@@ -72,11 +72,11 @@
72
72
  "test:compile": "run tsc --noEmit"
73
73
  },
74
74
  "dependencies": {
75
- "@mittwald/api-client-commons": "^4.450.0",
75
+ "@mittwald/api-client-commons": "^4.452.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.450.0",
79
+ "@mittwald/api-code-generator": "^4.452.0",
80
80
  "@mittwald/react-use-promise": "^2.6.2",
81
81
  "@types/node": "^22.18.11",
82
82
  "@types/react": "^18.3.26",
@@ -106,5 +106,5 @@
106
106
  "optional": true
107
107
  }
108
108
  },
109
- "gitHead": "b188e8da4ea70a3e373a1ec53d767d56c6b99156"
109
+ "gitHead": "ba74986fff7cab6d590113188da2ec5abf5aad7c"
110
110
  }