@mittwald/api-client 4.117.0 → 4.119.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 +6 -2
- package/dist/esm/generated/v2/descriptors.js +18 -6
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client.d.ts +129 -15
- package/dist/types/generated/v2/descriptors.d.ts +6 -2
- package/dist/types/generated/v2/types.d.ts +162 -54
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -170,6 +170,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
170
170
|
extensionDryRunWebhook: this.requestFunctionFactory(descriptors.extensionDryRunWebhook),
|
|
171
171
|
/** Enable an ExtensionInstance. */
|
|
172
172
|
extensionEnableExtensionInstance: this.requestFunctionFactory(descriptors.extensionEnableExtensionInstance),
|
|
173
|
+
/** Generate a session key to transmit it to the extensions frontend fragment. */
|
|
174
|
+
extensionGenerateSessionKey: this.requestFunctionFactory(descriptors.extensionGenerateSessionKey),
|
|
173
175
|
/** Get a Contributor. */
|
|
174
176
|
extensionGetContributor: this.requestFunctionFactory(descriptors.extensionGetContributor),
|
|
175
177
|
/** Get the ExtensionInstance of a specific customer and extension, if existing. */
|
|
@@ -192,8 +194,10 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
192
194
|
extensionListOwnExtensions: this.requestFunctionFactory(descriptors.extensionListOwnExtensions),
|
|
193
195
|
/** Register an Extension. */
|
|
194
196
|
extensionRegisterExtension: this.requestFunctionFactory(descriptors.extensionRegisterExtension),
|
|
195
|
-
/**
|
|
196
|
-
|
|
197
|
+
/** Start the verification process of an Extension. */
|
|
198
|
+
extensionRequestExtensionVerification: this.requestFunctionFactory(descriptors.extensionRequestExtensionVerification),
|
|
199
|
+
/** Publish or withdraw an Extension. */
|
|
200
|
+
extensionSetExtensionPublishedState: this.requestFunctionFactory(descriptors.extensionSetExtensionPublishedState),
|
|
197
201
|
};
|
|
198
202
|
/** The conversation API allows you to manage your support conversations. */
|
|
199
203
|
conversation = {
|
|
@@ -1000,6 +1000,12 @@ export const extensionEnableExtensionInstance = {
|
|
|
1000
1000
|
method: "POST",
|
|
1001
1001
|
operationId: "extension-enable-extension-instance",
|
|
1002
1002
|
};
|
|
1003
|
+
/** Generate a session key to transmit it to the extensions frontend fragment. */
|
|
1004
|
+
export const extensionGenerateSessionKey = {
|
|
1005
|
+
path: "/v2/extension-instances/{extensionInstanceId}/session/{sessionId}",
|
|
1006
|
+
method: "POST",
|
|
1007
|
+
operationId: "extension-generate-session-key",
|
|
1008
|
+
};
|
|
1003
1009
|
/** Get a Contributor. */
|
|
1004
1010
|
export const extensionGetContributor = {
|
|
1005
1011
|
path: "/v2/contributors/{contributorId}",
|
|
@@ -1066,6 +1072,18 @@ export const extensionRegisterExtension = {
|
|
|
1066
1072
|
method: "POST",
|
|
1067
1073
|
operationId: "extension-register-extension",
|
|
1068
1074
|
};
|
|
1075
|
+
/** Start the verification process of an Extension. */
|
|
1076
|
+
export const extensionRequestExtensionVerification = {
|
|
1077
|
+
path: "/v2/contributors/{contributorId}/extensions/{extensionId}/verification-process",
|
|
1078
|
+
method: "POST",
|
|
1079
|
+
operationId: "extension-request-extension-verification",
|
|
1080
|
+
};
|
|
1081
|
+
/** Publish or withdraw an Extension. */
|
|
1082
|
+
export const extensionSetExtensionPublishedState = {
|
|
1083
|
+
path: "/v2/contributors/{contributorId}/extensions/{extensionId}/published",
|
|
1084
|
+
method: "PUT",
|
|
1085
|
+
operationId: "extension-set-extension-published-state",
|
|
1086
|
+
};
|
|
1069
1087
|
/** Create a File. */
|
|
1070
1088
|
export const fileCreateFile = {
|
|
1071
1089
|
path: "/v2/files",
|
|
@@ -2044,9 +2062,3 @@ export const verificationVerifyCompany = {
|
|
|
2044
2062
|
method: "POST",
|
|
2045
2063
|
operationId: "verification-verify-company",
|
|
2046
2064
|
};
|
|
2047
|
-
/** Generate a session key to transmit it to the extensions frontend fragment. */
|
|
2048
|
-
export const extensionGenerateSessionKey = {
|
|
2049
|
-
path: "/v2/extension-instances/{extensionInstanceId}/session/{sessionId}",
|
|
2050
|
-
method: "POST",
|
|
2051
|
-
operationId: "extension-generate-session-key",
|
|
2052
|
-
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.118.0';
|
|
@@ -4886,6 +4886,61 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4886
4886
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4887
4887
|
[x: string]: unknown;
|
|
4888
4888
|
}, 429, "application/json">>>;
|
|
4889
|
+
/** Generate a session key to transmit it to the extensions frontend fragment. */
|
|
4890
|
+
extensionGenerateSessionKey: (request: {
|
|
4891
|
+
extensionInstanceId: string;
|
|
4892
|
+
sessionId: string;
|
|
4893
|
+
headers?: {
|
|
4894
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4895
|
+
"x-access-token"?: string | undefined;
|
|
4896
|
+
} | undefined;
|
|
4897
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4898
|
+
headers?: Partial<{
|
|
4899
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4900
|
+
}>;
|
|
4901
|
+
} & {
|
|
4902
|
+
pathParameters: {
|
|
4903
|
+
extensionInstanceId: string;
|
|
4904
|
+
sessionId: string;
|
|
4905
|
+
};
|
|
4906
|
+
} & {
|
|
4907
|
+
headers: {
|
|
4908
|
+
"x-access-token"?: string | undefined;
|
|
4909
|
+
} & Partial<{
|
|
4910
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4911
|
+
}>;
|
|
4912
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
4913
|
+
sessionKeyJwt?: string | undefined;
|
|
4914
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4915
|
+
[x: string]: unknown;
|
|
4916
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4917
|
+
[x: string]: unknown;
|
|
4918
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4919
|
+
[x: string]: unknown;
|
|
4920
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4921
|
+
headers?: Partial<{
|
|
4922
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4923
|
+
}>;
|
|
4924
|
+
} & {
|
|
4925
|
+
pathParameters: {
|
|
4926
|
+
extensionInstanceId: string;
|
|
4927
|
+
sessionId: string;
|
|
4928
|
+
};
|
|
4929
|
+
} & {
|
|
4930
|
+
headers: {
|
|
4931
|
+
"x-access-token"?: string | undefined;
|
|
4932
|
+
} & Partial<{
|
|
4933
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4934
|
+
}>;
|
|
4935
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
4936
|
+
sessionKeyJwt?: string | undefined;
|
|
4937
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4938
|
+
[x: string]: unknown;
|
|
4939
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4940
|
+
[x: string]: unknown;
|
|
4941
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4942
|
+
[x: string]: unknown;
|
|
4943
|
+
}, 429, "application/json">>>;
|
|
4889
4944
|
/** Get a Contributor. */
|
|
4890
4945
|
extensionGetContributor: (request: {
|
|
4891
4946
|
contributorId: string;
|
|
@@ -5802,10 +5857,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5802
5857
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5803
5858
|
[x: string]: unknown;
|
|
5804
5859
|
}, 429, "application/json">>>;
|
|
5805
|
-
/**
|
|
5806
|
-
|
|
5807
|
-
|
|
5808
|
-
|
|
5860
|
+
/** Start the verification process of an Extension. */
|
|
5861
|
+
extensionRequestExtensionVerification: (request: {
|
|
5862
|
+
contributorId: string;
|
|
5863
|
+
extensionId: string;
|
|
5809
5864
|
headers?: {
|
|
5810
5865
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5811
5866
|
"x-access-token"?: string | undefined;
|
|
@@ -5816,8 +5871,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5816
5871
|
}>;
|
|
5817
5872
|
} & {
|
|
5818
5873
|
pathParameters: {
|
|
5819
|
-
|
|
5820
|
-
|
|
5874
|
+
contributorId: string;
|
|
5875
|
+
extensionId: string;
|
|
5821
5876
|
};
|
|
5822
5877
|
} & {
|
|
5823
5878
|
headers: {
|
|
@@ -5825,22 +5880,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5825
5880
|
} & Partial<{
|
|
5826
5881
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5827
5882
|
}>;
|
|
5828
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5829
|
-
sessionKeyJwt?: string | undefined;
|
|
5830
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5883
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5831
5884
|
[x: string]: unknown;
|
|
5832
5885
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5833
5886
|
[x: string]: unknown;
|
|
5834
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5835
|
-
[x: string]: unknown;
|
|
5836
5887
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5837
5888
|
headers?: Partial<{
|
|
5838
5889
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5839
5890
|
}>;
|
|
5840
5891
|
} & {
|
|
5841
5892
|
pathParameters: {
|
|
5842
|
-
|
|
5843
|
-
|
|
5893
|
+
contributorId: string;
|
|
5894
|
+
extensionId: string;
|
|
5844
5895
|
};
|
|
5845
5896
|
} & {
|
|
5846
5897
|
headers: {
|
|
@@ -5848,11 +5899,74 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5848
5899
|
} & Partial<{
|
|
5849
5900
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5850
5901
|
}>;
|
|
5902
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5903
|
+
[x: string]: unknown;
|
|
5904
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5905
|
+
[x: string]: unknown;
|
|
5906
|
+
}, 429, "application/json">>>;
|
|
5907
|
+
/** Publish or withdraw an Extension. */
|
|
5908
|
+
extensionSetExtensionPublishedState: (request: {
|
|
5909
|
+
data: {
|
|
5910
|
+
published: boolean;
|
|
5911
|
+
reason?: string | undefined;
|
|
5912
|
+
};
|
|
5913
|
+
contributorId: string;
|
|
5914
|
+
extensionId: string;
|
|
5915
|
+
headers?: {
|
|
5916
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5917
|
+
"x-access-token"?: string | undefined;
|
|
5918
|
+
} | undefined;
|
|
5919
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5920
|
+
data: {
|
|
5921
|
+
published: boolean;
|
|
5922
|
+
reason?: string | undefined;
|
|
5923
|
+
};
|
|
5924
|
+
} & {
|
|
5925
|
+
pathParameters: {
|
|
5926
|
+
contributorId: string;
|
|
5927
|
+
extensionId: string;
|
|
5928
|
+
};
|
|
5929
|
+
} & {
|
|
5930
|
+
headers?: Partial<{
|
|
5931
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5932
|
+
}>;
|
|
5933
|
+
} & {
|
|
5934
|
+
headers: {
|
|
5935
|
+
"x-access-token"?: string | undefined;
|
|
5936
|
+
} & Partial<{
|
|
5937
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5938
|
+
}>;
|
|
5851
5939
|
}, import("@mittwald/api-client-commons").Response<{
|
|
5852
|
-
|
|
5940
|
+
id: string;
|
|
5941
|
+
published: boolean;
|
|
5853
5942
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5854
5943
|
[x: string]: unknown;
|
|
5855
|
-
},
|
|
5944
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5945
|
+
[x: string]: unknown;
|
|
5946
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5947
|
+
data: {
|
|
5948
|
+
published: boolean;
|
|
5949
|
+
reason?: string | undefined;
|
|
5950
|
+
};
|
|
5951
|
+
} & {
|
|
5952
|
+
pathParameters: {
|
|
5953
|
+
contributorId: string;
|
|
5954
|
+
extensionId: string;
|
|
5955
|
+
};
|
|
5956
|
+
} & {
|
|
5957
|
+
headers?: Partial<{
|
|
5958
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5959
|
+
}>;
|
|
5960
|
+
} & {
|
|
5961
|
+
headers: {
|
|
5962
|
+
"x-access-token"?: string | undefined;
|
|
5963
|
+
} & Partial<{
|
|
5964
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5965
|
+
}>;
|
|
5966
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5967
|
+
id: string;
|
|
5968
|
+
published: boolean;
|
|
5969
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5856
5970
|
[x: string]: unknown;
|
|
5857
5971
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5858
5972
|
[x: string]: unknown;
|
|
@@ -337,6 +337,8 @@ export declare const extensionDisableExtensionInstance: OpenAPIOperation<Request
|
|
|
337
337
|
export declare const extensionDryRunWebhook: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdActionsDryRunWebhookKind.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdActionsDryRunWebhookKind.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdActionsDryRunWebhookKind.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdActionsDryRunWebhookKind.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdActionsDryRunWebhookKind.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdActionsDryRunWebhookKind.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdActionsDryRunWebhookKind.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
338
338
|
/** Enable an ExtensionInstance. */
|
|
339
339
|
export declare const extensionEnableExtensionInstance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsEnable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsEnable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsEnable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsEnable.Post.Responses.$204.Content.ApplicationJson>, 204, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsEnable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsEnable.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsEnable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
340
|
+
/** Generate a session key to transmit it to the extensions frontend fragment. */
|
|
341
|
+
export declare const extensionGenerateSessionKey: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
340
342
|
/** Get a Contributor. */
|
|
341
343
|
export declare const extensionGetContributor: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
342
344
|
/** Get the ExtensionInstance of a specific customer and extension, if existing. */
|
|
@@ -359,6 +361,10 @@ export declare const extensionListExtensions: OpenAPIOperation<RequestType<Simpl
|
|
|
359
361
|
export declare const extensionListOwnExtensions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
360
362
|
/** Register an Extension. */
|
|
361
363
|
export declare const extensionRegisterExtension: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
364
|
+
/** Start the verification process of an Extension. */
|
|
365
|
+
export declare const extensionRequestExtensionVerification: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdVerificationProcess.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdVerificationProcess.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdVerificationProcess.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdVerificationProcess.Post.Responses.$204.Content.ApplicationJson>, 204, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdVerificationProcess.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdVerificationProcess.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdVerificationProcess.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
366
|
+
/** Publish or withdraw an Extension. */
|
|
367
|
+
export declare const extensionSetExtensionPublishedState: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPublished.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPublished.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPublished.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPublished.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPublished.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPublished.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPublished.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPublished.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
362
368
|
/** Create a File. */
|
|
363
369
|
export declare const fileCreateFile: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$406.Content.ApplicationJson>, 406, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$422.Content.ApplicationJson>, 422, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
364
370
|
/** Get a File's meta. */
|
|
@@ -685,5 +691,3 @@ export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simpli
|
|
|
685
691
|
export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
686
692
|
/** Check if a company exists. */
|
|
687
693
|
export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
688
|
-
/** Generate a session key to transmit it to the extensions frontend fragment. */
|
|
689
|
-
export declare const extensionGenerateSessionKey: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdSessionSessionId.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -670,6 +670,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
670
670
|
type RequestData = InferredRequestData<typeof descriptors.extensionEnableExtensionInstance>;
|
|
671
671
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionEnableExtensionInstance, TStatus>;
|
|
672
672
|
}
|
|
673
|
+
namespace ExtensionGenerateSessionKey {
|
|
674
|
+
type RequestData = InferredRequestData<typeof descriptors.extensionGenerateSessionKey>;
|
|
675
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGenerateSessionKey, TStatus>;
|
|
676
|
+
}
|
|
673
677
|
namespace ExtensionGetContributor {
|
|
674
678
|
type RequestData = InferredRequestData<typeof descriptors.extensionGetContributor>;
|
|
675
679
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGetContributor, TStatus>;
|
|
@@ -714,6 +718,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
714
718
|
type RequestData = InferredRequestData<typeof descriptors.extensionRegisterExtension>;
|
|
715
719
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionRegisterExtension, TStatus>;
|
|
716
720
|
}
|
|
721
|
+
namespace ExtensionRequestExtensionVerification {
|
|
722
|
+
type RequestData = InferredRequestData<typeof descriptors.extensionRequestExtensionVerification>;
|
|
723
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionRequestExtensionVerification, TStatus>;
|
|
724
|
+
}
|
|
725
|
+
namespace ExtensionSetExtensionPublishedState {
|
|
726
|
+
type RequestData = InferredRequestData<typeof descriptors.extensionSetExtensionPublishedState>;
|
|
727
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionSetExtensionPublishedState, TStatus>;
|
|
728
|
+
}
|
|
717
729
|
namespace FileCreateFile {
|
|
718
730
|
type RequestData = InferredRequestData<typeof descriptors.fileCreateFile>;
|
|
719
731
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileCreateFile, TStatus>;
|
|
@@ -1366,10 +1378,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1366
1378
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1367
1379
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1368
1380
|
}
|
|
1369
|
-
namespace ExtensionGenerateSessionKey {
|
|
1370
|
-
type RequestData = InferredRequestData<typeof descriptors.extensionGenerateSessionKey>;
|
|
1371
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGenerateSessionKey, TStatus>;
|
|
1372
|
-
}
|
|
1373
1381
|
}
|
|
1374
1382
|
namespace Components {
|
|
1375
1383
|
namespace Schemas {
|
|
@@ -2495,11 +2503,17 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2495
2503
|
*/
|
|
2496
2504
|
interface MarketplaceExtensionAsset {
|
|
2497
2505
|
assetType: "image" | "video";
|
|
2498
|
-
|
|
2506
|
+
/**
|
|
2507
|
+
* @deprecated
|
|
2508
|
+
*/
|
|
2509
|
+
fileName?: string;
|
|
2499
2510
|
/**
|
|
2500
2511
|
* The asset ID and reference ID to its file. Retrieve the file with this id on `/v2/files/{id}
|
|
2501
2512
|
*/
|
|
2502
2513
|
id: string;
|
|
2514
|
+
/**
|
|
2515
|
+
* The index of the asset. Does not have to be successive. Can be used to order the assets.
|
|
2516
|
+
*/
|
|
2503
2517
|
index: number;
|
|
2504
2518
|
}
|
|
2505
2519
|
/**
|
|
@@ -12369,6 +12383,55 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12369
12383
|
}
|
|
12370
12384
|
}
|
|
12371
12385
|
}
|
|
12386
|
+
namespace V2ExtensionInstancesExtensionInstanceIdSessionSessionId {
|
|
12387
|
+
namespace Post {
|
|
12388
|
+
namespace Parameters {
|
|
12389
|
+
type Path = {
|
|
12390
|
+
extensionInstanceId: string;
|
|
12391
|
+
sessionId: string;
|
|
12392
|
+
};
|
|
12393
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12394
|
+
type Query = {};
|
|
12395
|
+
}
|
|
12396
|
+
namespace Responses {
|
|
12397
|
+
namespace $200 {
|
|
12398
|
+
namespace Content {
|
|
12399
|
+
interface ApplicationJson {
|
|
12400
|
+
sessionKeyJwt?: string;
|
|
12401
|
+
}
|
|
12402
|
+
}
|
|
12403
|
+
}
|
|
12404
|
+
namespace $400 {
|
|
12405
|
+
namespace Content {
|
|
12406
|
+
interface ApplicationJson {
|
|
12407
|
+
[k: string]: unknown;
|
|
12408
|
+
}
|
|
12409
|
+
}
|
|
12410
|
+
}
|
|
12411
|
+
namespace $404 {
|
|
12412
|
+
namespace Content {
|
|
12413
|
+
interface ApplicationJson {
|
|
12414
|
+
[k: string]: unknown;
|
|
12415
|
+
}
|
|
12416
|
+
}
|
|
12417
|
+
}
|
|
12418
|
+
namespace $429 {
|
|
12419
|
+
namespace Content {
|
|
12420
|
+
interface ApplicationJson {
|
|
12421
|
+
[k: string]: unknown;
|
|
12422
|
+
}
|
|
12423
|
+
}
|
|
12424
|
+
}
|
|
12425
|
+
namespace Default {
|
|
12426
|
+
namespace Content {
|
|
12427
|
+
interface ApplicationJson {
|
|
12428
|
+
[k: string]: unknown;
|
|
12429
|
+
}
|
|
12430
|
+
}
|
|
12431
|
+
}
|
|
12432
|
+
}
|
|
12433
|
+
}
|
|
12434
|
+
}
|
|
12372
12435
|
namespace V2ContributorsContributorId {
|
|
12373
12436
|
namespace Get {
|
|
12374
12437
|
namespace Parameters {
|
|
@@ -12832,6 +12895,100 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12832
12895
|
}
|
|
12833
12896
|
}
|
|
12834
12897
|
}
|
|
12898
|
+
namespace V2ContributorsContributorIdExtensionsExtensionIdVerificationProcess {
|
|
12899
|
+
namespace Post {
|
|
12900
|
+
namespace Parameters {
|
|
12901
|
+
type Path = {
|
|
12902
|
+
contributorId: string;
|
|
12903
|
+
extensionId: string;
|
|
12904
|
+
};
|
|
12905
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12906
|
+
type Query = {};
|
|
12907
|
+
}
|
|
12908
|
+
namespace Responses {
|
|
12909
|
+
namespace $204 {
|
|
12910
|
+
namespace Content {
|
|
12911
|
+
interface ApplicationJson {
|
|
12912
|
+
}
|
|
12913
|
+
}
|
|
12914
|
+
}
|
|
12915
|
+
namespace $400 {
|
|
12916
|
+
namespace Content {
|
|
12917
|
+
interface ApplicationJson {
|
|
12918
|
+
[k: string]: unknown;
|
|
12919
|
+
}
|
|
12920
|
+
}
|
|
12921
|
+
}
|
|
12922
|
+
namespace $429 {
|
|
12923
|
+
namespace Content {
|
|
12924
|
+
interface ApplicationJson {
|
|
12925
|
+
[k: string]: unknown;
|
|
12926
|
+
}
|
|
12927
|
+
}
|
|
12928
|
+
}
|
|
12929
|
+
namespace Default {
|
|
12930
|
+
namespace Content {
|
|
12931
|
+
interface ApplicationJson {
|
|
12932
|
+
[k: string]: unknown;
|
|
12933
|
+
}
|
|
12934
|
+
}
|
|
12935
|
+
}
|
|
12936
|
+
}
|
|
12937
|
+
}
|
|
12938
|
+
}
|
|
12939
|
+
namespace V2ContributorsContributorIdExtensionsExtensionIdPublished {
|
|
12940
|
+
namespace Put {
|
|
12941
|
+
namespace Parameters {
|
|
12942
|
+
type Path = {
|
|
12943
|
+
contributorId: string;
|
|
12944
|
+
extensionId: string;
|
|
12945
|
+
};
|
|
12946
|
+
interface RequestBody {
|
|
12947
|
+
/**
|
|
12948
|
+
* Whether the extension should be publicly visible.
|
|
12949
|
+
*/
|
|
12950
|
+
published: boolean;
|
|
12951
|
+
/**
|
|
12952
|
+
* When setting withdrawing an extension a reason is required.
|
|
12953
|
+
*/
|
|
12954
|
+
reason?: string;
|
|
12955
|
+
}
|
|
12956
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12957
|
+
type Query = {};
|
|
12958
|
+
}
|
|
12959
|
+
namespace Responses {
|
|
12960
|
+
namespace $200 {
|
|
12961
|
+
namespace Content {
|
|
12962
|
+
interface ApplicationJson {
|
|
12963
|
+
id: string;
|
|
12964
|
+
published: boolean;
|
|
12965
|
+
}
|
|
12966
|
+
}
|
|
12967
|
+
}
|
|
12968
|
+
namespace $404 {
|
|
12969
|
+
namespace Content {
|
|
12970
|
+
interface ApplicationJson {
|
|
12971
|
+
[k: string]: unknown;
|
|
12972
|
+
}
|
|
12973
|
+
}
|
|
12974
|
+
}
|
|
12975
|
+
namespace $429 {
|
|
12976
|
+
namespace Content {
|
|
12977
|
+
interface ApplicationJson {
|
|
12978
|
+
[k: string]: unknown;
|
|
12979
|
+
}
|
|
12980
|
+
}
|
|
12981
|
+
}
|
|
12982
|
+
namespace Default {
|
|
12983
|
+
namespace Content {
|
|
12984
|
+
interface ApplicationJson {
|
|
12985
|
+
[k: string]: unknown;
|
|
12986
|
+
}
|
|
12987
|
+
}
|
|
12988
|
+
}
|
|
12989
|
+
}
|
|
12990
|
+
}
|
|
12991
|
+
}
|
|
12835
12992
|
namespace V2Files {
|
|
12836
12993
|
namespace Post {
|
|
12837
12994
|
namespace Parameters {
|
|
@@ -20888,54 +21045,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20888
21045
|
}
|
|
20889
21046
|
}
|
|
20890
21047
|
}
|
|
20891
|
-
namespace V2ExtensionInstancesExtensionInstanceIdSessionSessionId {
|
|
20892
|
-
namespace Post {
|
|
20893
|
-
namespace Parameters {
|
|
20894
|
-
type Path = {
|
|
20895
|
-
extensionInstanceId: string;
|
|
20896
|
-
sessionId: string;
|
|
20897
|
-
};
|
|
20898
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
20899
|
-
type Query = {};
|
|
20900
|
-
}
|
|
20901
|
-
namespace Responses {
|
|
20902
|
-
namespace $200 {
|
|
20903
|
-
namespace Content {
|
|
20904
|
-
interface ApplicationJson {
|
|
20905
|
-
sessionKeyJwt?: string;
|
|
20906
|
-
}
|
|
20907
|
-
}
|
|
20908
|
-
}
|
|
20909
|
-
namespace $400 {
|
|
20910
|
-
namespace Content {
|
|
20911
|
-
interface ApplicationJson {
|
|
20912
|
-
[k: string]: unknown;
|
|
20913
|
-
}
|
|
20914
|
-
}
|
|
20915
|
-
}
|
|
20916
|
-
namespace $404 {
|
|
20917
|
-
namespace Content {
|
|
20918
|
-
interface ApplicationJson {
|
|
20919
|
-
[k: string]: unknown;
|
|
20920
|
-
}
|
|
20921
|
-
}
|
|
20922
|
-
}
|
|
20923
|
-
namespace $429 {
|
|
20924
|
-
namespace Content {
|
|
20925
|
-
interface ApplicationJson {
|
|
20926
|
-
[k: string]: unknown;
|
|
20927
|
-
}
|
|
20928
|
-
}
|
|
20929
|
-
}
|
|
20930
|
-
namespace Default {
|
|
20931
|
-
namespace Content {
|
|
20932
|
-
interface ApplicationJson {
|
|
20933
|
-
[k: string]: unknown;
|
|
20934
|
-
}
|
|
20935
|
-
}
|
|
20936
|
-
}
|
|
20937
|
-
}
|
|
20938
|
-
}
|
|
20939
|
-
}
|
|
20940
21048
|
}
|
|
20941
21049
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.118.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.119.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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "8d69b18150dcdac813958764602cf84717090680"
|
|
84
84
|
}
|