@mittwald/api-client 4.430.0 → 4.431.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.
- package/dist/esm/generated/v2/client.js +0 -8
- package/dist/esm/generated/v2/descriptors.js +0 -24
- package/dist/esm/generated/v3-next/client.js +0 -8
- package/dist/esm/generated/v3-next/descriptors.js +0 -24
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client.d.ts +0 -265
- package/dist/types/generated/v2/descriptors.d.ts +0 -8
- package/dist/types/generated/v2/types.d.ts +2 -226
- package/dist/types/generated/v3-next/client.d.ts +0 -265
- package/dist/types/generated/v3-next/descriptors.d.ts +0 -8
- package/dist/types/generated/v3-next/types.d.ts +2 -225
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -106,10 +106,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
106
106
|
type RequestData = InferredRequestData<typeof descriptors.appGetSystemsoftwareversion>;
|
|
107
107
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetSystemsoftwareversion, TStatus>;
|
|
108
108
|
}
|
|
109
|
-
namespace AppLinkDatabase {
|
|
110
|
-
type RequestData = InferredRequestData<typeof descriptors.appLinkDatabase>;
|
|
111
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appLinkDatabase, TStatus>;
|
|
112
|
-
}
|
|
113
109
|
namespace AppListAppinstallationsForUser {
|
|
114
110
|
type RequestData = InferredRequestData<typeof descriptors.appListAppinstallationsForUser>;
|
|
115
111
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListAppinstallationsForUser, TStatus>;
|
|
@@ -142,10 +138,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
142
138
|
type RequestData = InferredRequestData<typeof descriptors.appListUpdateCandidatesForAppversion>;
|
|
143
139
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListUpdateCandidatesForAppversion, TStatus>;
|
|
144
140
|
}
|
|
145
|
-
namespace AppReplaceDatabase {
|
|
146
|
-
type RequestData = InferredRequestData<typeof descriptors.appReplaceDatabase>;
|
|
147
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appReplaceDatabase, TStatus>;
|
|
148
|
-
}
|
|
149
141
|
namespace AppRequestAppinstallationCopy {
|
|
150
142
|
type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationCopy>;
|
|
151
143
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationCopy, TStatus>;
|
|
@@ -154,10 +146,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
154
146
|
type RequestData = InferredRequestData<typeof descriptors.appRetrieveStatus>;
|
|
155
147
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRetrieveStatus, TStatus>;
|
|
156
148
|
}
|
|
157
|
-
namespace AppSetDatabaseUsers {
|
|
158
|
-
type RequestData = InferredRequestData<typeof descriptors.appSetDatabaseUsers>;
|
|
159
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appSetDatabaseUsers, TStatus>;
|
|
160
|
-
}
|
|
161
149
|
namespace AppUnlinkDatabase {
|
|
162
150
|
type RequestData = InferredRequestData<typeof descriptors.appUnlinkDatabase>;
|
|
163
151
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appUnlinkDatabase, TStatus>;
|
|
@@ -582,10 +570,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
582
570
|
type RequestData = InferredRequestData<typeof descriptors.cronjobGetExecution>;
|
|
583
571
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobGetExecution, TStatus>;
|
|
584
572
|
}
|
|
585
|
-
namespace CronjobReplaceCronjobAppInstallationId {
|
|
586
|
-
type RequestData = InferredRequestData<typeof descriptors.cronjobReplaceCronjobAppInstallationId>;
|
|
587
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobReplaceCronjobAppInstallationId, TStatus>;
|
|
588
|
-
}
|
|
589
573
|
namespace CustomerAcceptCustomerInvite {
|
|
590
574
|
type RequestData = InferredRequestData<typeof descriptors.customerAcceptCustomerInvite>;
|
|
591
575
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerAcceptCustomerInvite, TStatus>;
|
|
@@ -8623,59 +8607,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8623
8607
|
}
|
|
8624
8608
|
}
|
|
8625
8609
|
}
|
|
8626
|
-
namespace V3NextAppInstallationsAppInstallationIdDatabase {
|
|
8627
|
-
namespace Patch {
|
|
8628
|
-
namespace Parameters {
|
|
8629
|
-
type Path = {
|
|
8630
|
-
appInstallationId: string;
|
|
8631
|
-
};
|
|
8632
|
-
interface RequestBody {
|
|
8633
|
-
databaseId: string;
|
|
8634
|
-
databaseUserIds?: {
|
|
8635
|
-
[k: string]: string;
|
|
8636
|
-
};
|
|
8637
|
-
purpose: "primary" | "cache" | "custom";
|
|
8638
|
-
}
|
|
8639
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
8640
|
-
type Query = {};
|
|
8641
|
-
}
|
|
8642
|
-
namespace Responses {
|
|
8643
|
-
namespace $204 {
|
|
8644
|
-
namespace Content {
|
|
8645
|
-
type Empty = unknown;
|
|
8646
|
-
}
|
|
8647
|
-
}
|
|
8648
|
-
namespace $400 {
|
|
8649
|
-
namespace Content {
|
|
8650
|
-
interface ApplicationJson {
|
|
8651
|
-
[k: string]: unknown;
|
|
8652
|
-
}
|
|
8653
|
-
}
|
|
8654
|
-
}
|
|
8655
|
-
namespace $404 {
|
|
8656
|
-
namespace Content {
|
|
8657
|
-
interface ApplicationJson {
|
|
8658
|
-
[k: string]: unknown;
|
|
8659
|
-
}
|
|
8660
|
-
}
|
|
8661
|
-
}
|
|
8662
|
-
namespace $429 {
|
|
8663
|
-
namespace Content {
|
|
8664
|
-
interface ApplicationJson {
|
|
8665
|
-
[k: string]: unknown;
|
|
8666
|
-
}
|
|
8667
|
-
}
|
|
8668
|
-
}
|
|
8669
|
-
namespace Default {
|
|
8670
|
-
namespace Content {
|
|
8671
|
-
interface ApplicationJson {
|
|
8672
|
-
[k: string]: unknown;
|
|
8673
|
-
}
|
|
8674
|
-
}
|
|
8675
|
-
}
|
|
8676
|
-
}
|
|
8677
|
-
}
|
|
8678
|
-
}
|
|
8610
|
+
namespace V3NextAppInstallationsAppInstallationIdDatabase { }
|
|
8679
8611
|
namespace V3NextAppInstallations {
|
|
8680
8612
|
namespace Get {
|
|
8681
8613
|
namespace Parameters {
|
|
@@ -8981,68 +8913,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8981
8913
|
}
|
|
8982
8914
|
}
|
|
8983
8915
|
}
|
|
8984
|
-
namespace V3NextAppInstallationsAppInstallationIdDatabaseReplace {
|
|
8985
|
-
namespace Patch {
|
|
8986
|
-
namespace Parameters {
|
|
8987
|
-
type Path = {
|
|
8988
|
-
appInstallationId: string;
|
|
8989
|
-
};
|
|
8990
|
-
interface RequestBody {
|
|
8991
|
-
/**
|
|
8992
|
-
* The IDs of the users of the database you want the old database to be replaced with.
|
|
8993
|
-
*/
|
|
8994
|
-
databaseUserIds?: {
|
|
8995
|
-
[k: string]: string;
|
|
8996
|
-
};
|
|
8997
|
-
/**
|
|
8998
|
-
* The ID of the database you want the old database to be replaced with.
|
|
8999
|
-
*/
|
|
9000
|
-
newDatabaseId: string;
|
|
9001
|
-
/**
|
|
9002
|
-
* The ID of the database you want to be replaced.
|
|
9003
|
-
*/
|
|
9004
|
-
oldDatabaseId: string;
|
|
9005
|
-
}
|
|
9006
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9007
|
-
type Query = {};
|
|
9008
|
-
}
|
|
9009
|
-
namespace Responses {
|
|
9010
|
-
namespace $204 {
|
|
9011
|
-
namespace Content {
|
|
9012
|
-
type Empty = unknown;
|
|
9013
|
-
}
|
|
9014
|
-
}
|
|
9015
|
-
namespace $400 {
|
|
9016
|
-
namespace Content {
|
|
9017
|
-
interface ApplicationJson {
|
|
9018
|
-
[k: string]: unknown;
|
|
9019
|
-
}
|
|
9020
|
-
}
|
|
9021
|
-
}
|
|
9022
|
-
namespace $404 {
|
|
9023
|
-
namespace Content {
|
|
9024
|
-
interface ApplicationJson {
|
|
9025
|
-
[k: string]: unknown;
|
|
9026
|
-
}
|
|
9027
|
-
}
|
|
9028
|
-
}
|
|
9029
|
-
namespace $429 {
|
|
9030
|
-
namespace Content {
|
|
9031
|
-
interface ApplicationJson {
|
|
9032
|
-
[k: string]: unknown;
|
|
9033
|
-
}
|
|
9034
|
-
}
|
|
9035
|
-
}
|
|
9036
|
-
namespace Default {
|
|
9037
|
-
namespace Content {
|
|
9038
|
-
interface ApplicationJson {
|
|
9039
|
-
[k: string]: unknown;
|
|
9040
|
-
}
|
|
9041
|
-
}
|
|
9042
|
-
}
|
|
9043
|
-
}
|
|
9044
|
-
}
|
|
9045
|
-
}
|
|
9046
8916
|
namespace V3NextAppInstallationsAppInstallationIdActionsCopy {
|
|
9047
8917
|
namespace Post {
|
|
9048
8918
|
namespace Parameters {
|
|
@@ -9129,51 +8999,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9129
8999
|
}
|
|
9130
9000
|
}
|
|
9131
9001
|
}
|
|
9132
|
-
namespace V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers {
|
|
9133
|
-
namespace Put {
|
|
9134
|
-
namespace Parameters {
|
|
9135
|
-
type Path = {
|
|
9136
|
-
appInstallationId: string;
|
|
9137
|
-
databaseId: string;
|
|
9138
|
-
};
|
|
9139
|
-
interface RequestBody {
|
|
9140
|
-
databaseUserIds: {
|
|
9141
|
-
[k: string]: string;
|
|
9142
|
-
};
|
|
9143
|
-
}
|
|
9144
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9145
|
-
type Query = {};
|
|
9146
|
-
}
|
|
9147
|
-
namespace Responses {
|
|
9148
|
-
namespace $204 {
|
|
9149
|
-
namespace Content {
|
|
9150
|
-
type Empty = unknown;
|
|
9151
|
-
}
|
|
9152
|
-
}
|
|
9153
|
-
namespace $404 {
|
|
9154
|
-
namespace Content {
|
|
9155
|
-
interface ApplicationJson {
|
|
9156
|
-
[k: string]: unknown;
|
|
9157
|
-
}
|
|
9158
|
-
}
|
|
9159
|
-
}
|
|
9160
|
-
namespace $429 {
|
|
9161
|
-
namespace Content {
|
|
9162
|
-
interface ApplicationJson {
|
|
9163
|
-
[k: string]: unknown;
|
|
9164
|
-
}
|
|
9165
|
-
}
|
|
9166
|
-
}
|
|
9167
|
-
namespace Default {
|
|
9168
|
-
namespace Content {
|
|
9169
|
-
interface ApplicationJson {
|
|
9170
|
-
[k: string]: unknown;
|
|
9171
|
-
}
|
|
9172
|
-
}
|
|
9173
|
-
}
|
|
9174
|
-
}
|
|
9175
|
-
}
|
|
9176
|
-
}
|
|
9002
|
+
namespace V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers { }
|
|
9177
9003
|
namespace V3NextAppInstallationsAppInstallationIdDatabasesDatabaseId {
|
|
9178
9004
|
namespace Delete {
|
|
9179
9005
|
namespace Parameters {
|
|
@@ -14928,55 +14754,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
14928
14754
|
}
|
|
14929
14755
|
}
|
|
14930
14756
|
}
|
|
14931
|
-
namespace V3NextCronjobsCronjobIdAppInstallationId {
|
|
14932
|
-
namespace Put {
|
|
14933
|
-
namespace Parameters {
|
|
14934
|
-
type Path = {
|
|
14935
|
-
cronjobId: string;
|
|
14936
|
-
};
|
|
14937
|
-
interface RequestBody {
|
|
14938
|
-
appInstallationId: string;
|
|
14939
|
-
}
|
|
14940
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
14941
|
-
type Query = {};
|
|
14942
|
-
}
|
|
14943
|
-
namespace Responses {
|
|
14944
|
-
namespace $204 {
|
|
14945
|
-
namespace Content {
|
|
14946
|
-
type Empty = unknown;
|
|
14947
|
-
}
|
|
14948
|
-
}
|
|
14949
|
-
namespace $400 {
|
|
14950
|
-
namespace Content {
|
|
14951
|
-
interface ApplicationJson {
|
|
14952
|
-
[k: string]: unknown;
|
|
14953
|
-
}
|
|
14954
|
-
}
|
|
14955
|
-
}
|
|
14956
|
-
namespace $412 {
|
|
14957
|
-
namespace Content {
|
|
14958
|
-
interface ApplicationJson {
|
|
14959
|
-
[k: string]: unknown;
|
|
14960
|
-
}
|
|
14961
|
-
}
|
|
14962
|
-
}
|
|
14963
|
-
namespace $429 {
|
|
14964
|
-
namespace Content {
|
|
14965
|
-
interface ApplicationJson {
|
|
14966
|
-
[k: string]: unknown;
|
|
14967
|
-
}
|
|
14968
|
-
}
|
|
14969
|
-
}
|
|
14970
|
-
namespace Default {
|
|
14971
|
-
namespace Content {
|
|
14972
|
-
interface ApplicationJson {
|
|
14973
|
-
[k: string]: unknown;
|
|
14974
|
-
}
|
|
14975
|
-
}
|
|
14976
|
-
}
|
|
14977
|
-
}
|
|
14978
|
-
}
|
|
14979
|
-
}
|
|
14980
14757
|
namespace V3NextCustomerInvitesCustomerInviteIdActionsAccept {
|
|
14981
14758
|
namespace Post {
|
|
14982
14759
|
namespace Parameters {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.430.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.431.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.
|
|
75
|
+
"@mittwald/api-client-commons": "^4.431.0",
|
|
76
76
|
"browser-or-node": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@mittwald/api-code-generator": "^4.
|
|
79
|
+
"@mittwald/api-code-generator": "^4.431.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": "
|
|
109
|
+
"gitHead": "75f76ce2af1a026a438777778a9c4af4fc5a3d4b"
|
|
110
110
|
}
|