@mittwald/api-client 4.179.0 → 4.181.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-react.js +2 -0
- package/dist/esm/generated/v2/client.js +2 -2
- package/dist/esm/generated/v2/descriptors.js +6 -6
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +13 -0
- package/dist/types/generated/v2/client.d.ts +59 -86
- package/dist/types/generated/v2/descriptors.d.ts +2 -2
- package/dist/types/generated/v2/types.d.ts +44 -70
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -114,6 +114,8 @@ const buildMarketplaceApi = (baseClient) => ({
|
|
|
114
114
|
contributorGetCustomerBillingPortalLink: new ApiCallAsyncResourceFactory(descriptors.contributorGetCustomerBillingPortalLink, baseClient.marketplace.contributorGetCustomerBillingPortalLink).getApiResource,
|
|
115
115
|
/** Get the Stripe Dashboard Link for a Contributor. */
|
|
116
116
|
contributorGetLoginLink: new ApiCallAsyncResourceFactory(descriptors.contributorGetLoginLink, baseClient.marketplace.contributorGetLoginLink).getApiResource,
|
|
117
|
+
/** List ContractPartners of the contributor. */
|
|
118
|
+
contributorListContractPartnersOfContributor: new ApiCallAsyncResourceFactory(descriptors.contributorListContractPartnersOfContributor, baseClient.marketplace.contributorListContractPartnersOfContributor).getApiResource,
|
|
117
119
|
/** List all invoices on behalf of a contributor. */
|
|
118
120
|
contributorListOnbehalfInvoices: new ApiCallAsyncResourceFactory(descriptors.contributorListOnbehalfInvoices, baseClient.marketplace.contributorListOnbehalfInvoices).getApiResource,
|
|
119
121
|
/** List ExtensionInstances. */
|
|
@@ -205,6 +205,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
205
205
|
contributorGetCustomerBillingPortalLink: this.requestFunctionFactory(descriptors.contributorGetCustomerBillingPortalLink),
|
|
206
206
|
/** Get the Stripe Dashboard Link for a Contributor. */
|
|
207
207
|
contributorGetLoginLink: this.requestFunctionFactory(descriptors.contributorGetLoginLink),
|
|
208
|
+
/** List ContractPartners of the contributor. */
|
|
209
|
+
contributorListContractPartnersOfContributor: this.requestFunctionFactory(descriptors.contributorListContractPartnersOfContributor),
|
|
208
210
|
/** List all invoices on behalf of a contributor. */
|
|
209
211
|
contributorListOnbehalfInvoices: this.requestFunctionFactory(descriptors.contributorListOnbehalfInvoices),
|
|
210
212
|
/** Rotate the secret for an extension instance. */
|
|
@@ -293,8 +295,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
293
295
|
extensionRequestExtensionVerification: this.requestFunctionFactory(descriptors.extensionRequestExtensionVerification),
|
|
294
296
|
/** Publish or withdraw an Extension. */
|
|
295
297
|
extensionSetExtensionPublishedState: this.requestFunctionFactory(descriptors.extensionSetExtensionPublishedState),
|
|
296
|
-
/** Start a checkout process for an extension. */
|
|
297
|
-
extensionStartExtensionCheckout: this.requestFunctionFactory(descriptors.extensionStartExtensionCheckout),
|
|
298
298
|
/** Creates or Updates Pricing for an Extension. */
|
|
299
299
|
extensionUpdateExtensionPricing: this.requestFunctionFactory(descriptors.extensionUpdateExtensionPricing),
|
|
300
300
|
/** Get payment method details */
|
|
@@ -472,6 +472,12 @@ export const contributorGetLoginLink = {
|
|
|
472
472
|
method: "GET",
|
|
473
473
|
operationId: "contributor-get-login-link",
|
|
474
474
|
};
|
|
475
|
+
/** List ContractPartners of the contributor. */
|
|
476
|
+
export const contributorListContractPartnersOfContributor = {
|
|
477
|
+
path: "/v2/contributors/{contributorId}/contract-partners",
|
|
478
|
+
method: "GET",
|
|
479
|
+
operationId: "contributor-list-contract-partners-of-contributor",
|
|
480
|
+
};
|
|
475
481
|
/** List all invoices on behalf of a contributor. */
|
|
476
482
|
export const contributorListOnbehalfInvoices = {
|
|
477
483
|
path: "/v2/contributors/{contributorId}/invoices/outgoing",
|
|
@@ -1360,12 +1366,6 @@ export const extensionSetExtensionPublishedState = {
|
|
|
1360
1366
|
method: "PUT",
|
|
1361
1367
|
operationId: "extension-set-extension-published-state",
|
|
1362
1368
|
};
|
|
1363
|
-
/** Start a checkout process for an extension. */
|
|
1364
|
-
export const extensionStartExtensionCheckout = {
|
|
1365
|
-
path: "/v2/extensions/{extensionId}/checkout",
|
|
1366
|
-
method: "POST",
|
|
1367
|
-
operationId: "extension-start-extension-checkout",
|
|
1368
|
-
};
|
|
1369
1369
|
/** Creates or Updates Pricing for an Extension. */
|
|
1370
1370
|
export const extensionUpdateExtensionPricing = {
|
|
1371
1371
|
path: "/v2/contributors/{contributorId}/extensions/{extensionId}/pricing",
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.180.0';
|
|
@@ -863,6 +863,19 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
863
863
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
864
864
|
url?: string | undefined;
|
|
865
865
|
}>;
|
|
866
|
+
/** List ContractPartners of the contributor. */
|
|
867
|
+
contributorListContractPartnersOfContributor: (conf: {
|
|
868
|
+
contributorId: string;
|
|
869
|
+
headers?: {
|
|
870
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
871
|
+
"x-access-token"?: string | undefined;
|
|
872
|
+
} | undefined;
|
|
873
|
+
queryParameters?: {
|
|
874
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
875
|
+
extensionId?: string | undefined;
|
|
876
|
+
extensionInstanceId?: string | undefined;
|
|
877
|
+
} | undefined;
|
|
878
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractPartner[]>;
|
|
866
879
|
/** List all invoices on behalf of a contributor. */
|
|
867
880
|
contributorListOnbehalfInvoices: (conf: {
|
|
868
881
|
contributorId: string;
|
|
@@ -6227,6 +6227,65 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6227
6227
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6228
6228
|
[x: string]: unknown;
|
|
6229
6229
|
}, 429, "application/json">>>;
|
|
6230
|
+
/** List ContractPartners of the contributor. */
|
|
6231
|
+
contributorListContractPartnersOfContributor: (request: {
|
|
6232
|
+
contributorId: string;
|
|
6233
|
+
headers?: {
|
|
6234
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6235
|
+
"x-access-token"?: string | undefined;
|
|
6236
|
+
} | undefined;
|
|
6237
|
+
queryParameters?: {
|
|
6238
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6239
|
+
extensionId?: string | undefined;
|
|
6240
|
+
extensionInstanceId?: string | undefined;
|
|
6241
|
+
} | undefined;
|
|
6242
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6243
|
+
headers?: Partial<{
|
|
6244
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6245
|
+
}>;
|
|
6246
|
+
} & {
|
|
6247
|
+
pathParameters: {
|
|
6248
|
+
contributorId: string;
|
|
6249
|
+
};
|
|
6250
|
+
} & {
|
|
6251
|
+
queryParameters: {
|
|
6252
|
+
extensionId?: string | undefined;
|
|
6253
|
+
extensionInstanceId?: string | undefined;
|
|
6254
|
+
} & Partial<{
|
|
6255
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6256
|
+
}>;
|
|
6257
|
+
} & {
|
|
6258
|
+
headers: {
|
|
6259
|
+
"x-access-token"?: string | undefined;
|
|
6260
|
+
} & Partial<{
|
|
6261
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6262
|
+
}>;
|
|
6263
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractPartner[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6264
|
+
[x: string]: unknown;
|
|
6265
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6266
|
+
headers?: Partial<{
|
|
6267
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6268
|
+
}>;
|
|
6269
|
+
} & {
|
|
6270
|
+
pathParameters: {
|
|
6271
|
+
contributorId: string;
|
|
6272
|
+
};
|
|
6273
|
+
} & {
|
|
6274
|
+
queryParameters: {
|
|
6275
|
+
extensionId?: string | undefined;
|
|
6276
|
+
extensionInstanceId?: string | undefined;
|
|
6277
|
+
} & Partial<{
|
|
6278
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6279
|
+
}>;
|
|
6280
|
+
} & {
|
|
6281
|
+
headers: {
|
|
6282
|
+
"x-access-token"?: string | undefined;
|
|
6283
|
+
} & Partial<{
|
|
6284
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6285
|
+
}>;
|
|
6286
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractPartner[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6287
|
+
[x: string]: unknown;
|
|
6288
|
+
}, 429, "application/json">>>;
|
|
6230
6289
|
/** List all invoices on behalf of a contributor. */
|
|
6231
6290
|
contributorListOnbehalfInvoices: (request: {
|
|
6232
6291
|
contributorId: string;
|
|
@@ -9178,92 +9237,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9178
9237
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9179
9238
|
[x: string]: unknown;
|
|
9180
9239
|
}, 429, "application/json">>>;
|
|
9181
|
-
/** Start a checkout process for an extension. */
|
|
9182
|
-
extensionStartExtensionCheckout: (request: {
|
|
9183
|
-
data: {
|
|
9184
|
-
consentedScopes: string[];
|
|
9185
|
-
customerId: string;
|
|
9186
|
-
};
|
|
9187
|
-
extensionId: string;
|
|
9188
|
-
headers?: {
|
|
9189
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
9190
|
-
"x-access-token"?: string | undefined;
|
|
9191
|
-
} | undefined;
|
|
9192
|
-
} | {
|
|
9193
|
-
data: {
|
|
9194
|
-
consentedScopes: string[];
|
|
9195
|
-
projectId: string;
|
|
9196
|
-
};
|
|
9197
|
-
extensionId: string;
|
|
9198
|
-
headers?: {
|
|
9199
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
9200
|
-
"x-access-token"?: string | undefined;
|
|
9201
|
-
} | undefined;
|
|
9202
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<(({
|
|
9203
|
-
data: {
|
|
9204
|
-
consentedScopes: string[];
|
|
9205
|
-
customerId: string;
|
|
9206
|
-
};
|
|
9207
|
-
} | {
|
|
9208
|
-
data: {
|
|
9209
|
-
consentedScopes: string[];
|
|
9210
|
-
projectId: string;
|
|
9211
|
-
};
|
|
9212
|
-
}) & {
|
|
9213
|
-
pathParameters: {
|
|
9214
|
-
extensionId: string;
|
|
9215
|
-
};
|
|
9216
|
-
}) & {
|
|
9217
|
-
headers?: Partial<{
|
|
9218
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9219
|
-
}>;
|
|
9220
|
-
} & {
|
|
9221
|
-
headers: {
|
|
9222
|
-
"x-access-token"?: string | undefined;
|
|
9223
|
-
} & Partial<{
|
|
9224
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9225
|
-
}>;
|
|
9226
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
9227
|
-
checkoutUrl?: string | undefined;
|
|
9228
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9229
|
-
[x: string]: unknown;
|
|
9230
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9231
|
-
[x: string]: unknown;
|
|
9232
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9233
|
-
[x: string]: unknown;
|
|
9234
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<(({
|
|
9235
|
-
data: {
|
|
9236
|
-
consentedScopes: string[];
|
|
9237
|
-
customerId: string;
|
|
9238
|
-
};
|
|
9239
|
-
} | {
|
|
9240
|
-
data: {
|
|
9241
|
-
consentedScopes: string[];
|
|
9242
|
-
projectId: string;
|
|
9243
|
-
};
|
|
9244
|
-
}) & {
|
|
9245
|
-
pathParameters: {
|
|
9246
|
-
extensionId: string;
|
|
9247
|
-
};
|
|
9248
|
-
}) & {
|
|
9249
|
-
headers?: Partial<{
|
|
9250
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9251
|
-
}>;
|
|
9252
|
-
} & {
|
|
9253
|
-
headers: {
|
|
9254
|
-
"x-access-token"?: string | undefined;
|
|
9255
|
-
} & Partial<{
|
|
9256
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9257
|
-
}>;
|
|
9258
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
9259
|
-
checkoutUrl?: string | undefined;
|
|
9260
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9261
|
-
[x: string]: unknown;
|
|
9262
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9263
|
-
[x: string]: unknown;
|
|
9264
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9265
|
-
[x: string]: unknown;
|
|
9266
|
-
}, 429, "application/json">>>;
|
|
9267
9240
|
/** Creates or Updates Pricing for an Extension. */
|
|
9268
9241
|
extensionUpdateExtensionPricing: (request: {
|
|
9269
9242
|
extensionId: string;
|
|
@@ -161,6 +161,8 @@ export declare const contributorUpdateBillingInformation: OpenAPIOperation<Reque
|
|
|
161
161
|
export declare const contributorGetCustomerBillingPortalLink: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdBillingPortal.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdBillingPortal.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdBillingPortal.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdBillingPortal.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdBillingPortal.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdBillingPortal.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdBillingPortal.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdBillingPortal.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
162
162
|
/** Get the Stripe Dashboard Link for a Contributor. */
|
|
163
163
|
export declare const contributorGetLoginLink: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdDashboard.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdDashboard.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdDashboard.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdDashboard.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdDashboard.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdDashboard.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdDashboard.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdDashboard.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
164
|
+
/** List ContractPartners of the contributor. */
|
|
165
|
+
export declare const contributorListContractPartnersOfContributor: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdContractPartners.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdContractPartners.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdContractPartners.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdContractPartners.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdContractPartners.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdContractPartners.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
164
166
|
/** List all invoices on behalf of a contributor. */
|
|
165
167
|
export declare const contributorListOnbehalfInvoices: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdInvoicesOutgoing.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
166
168
|
/** Rotate the secret for an extension instance. */
|
|
@@ -457,8 +459,6 @@ export declare const extensionRequestAssetUpload: OpenAPIOperation<RequestType<S
|
|
|
457
459
|
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">>;
|
|
458
460
|
/** Publish or withdraw an Extension. */
|
|
459
461
|
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">>;
|
|
460
|
-
/** Start a checkout process for an extension. */
|
|
461
|
-
export declare const extensionStartExtensionCheckout: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
462
462
|
/** Creates or Updates Pricing for an Extension. */
|
|
463
463
|
export declare const extensionUpdateExtensionPricing: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
464
464
|
/** Create a File. */
|
|
@@ -318,6 +318,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
318
318
|
type RequestData = InferredRequestData<typeof descriptors.contributorGetLoginLink>;
|
|
319
319
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorGetLoginLink, TStatus>;
|
|
320
320
|
}
|
|
321
|
+
namespace ContributorListContractPartnersOfContributor {
|
|
322
|
+
type RequestData = InferredRequestData<typeof descriptors.contributorListContractPartnersOfContributor>;
|
|
323
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorListContractPartnersOfContributor, TStatus>;
|
|
324
|
+
}
|
|
321
325
|
namespace ContributorListOnbehalfInvoices {
|
|
322
326
|
type RequestData = InferredRequestData<typeof descriptors.contributorListOnbehalfInvoices>;
|
|
323
327
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorListOnbehalfInvoices, TStatus>;
|
|
@@ -910,10 +914,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
910
914
|
type RequestData = InferredRequestData<typeof descriptors.extensionSetExtensionPublishedState>;
|
|
911
915
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionSetExtensionPublishedState, TStatus>;
|
|
912
916
|
}
|
|
913
|
-
namespace ExtensionStartExtensionCheckout {
|
|
914
|
-
type RequestData = InferredRequestData<typeof descriptors.extensionStartExtensionCheckout>;
|
|
915
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionStartExtensionCheckout, TStatus>;
|
|
916
|
-
}
|
|
917
917
|
namespace ExtensionUpdateExtensionPricing {
|
|
918
918
|
type RequestData = InferredRequestData<typeof descriptors.extensionUpdateExtensionPricing>;
|
|
919
919
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionUpdateExtensionPricing, TStatus>;
|
|
@@ -1661,6 +1661,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1661
1661
|
uninstallImage: MittwaldAPIV2.Components.Schemas.AppAppJobImage;
|
|
1662
1662
|
upgradeImage: MittwaldAPIV2.Components.Schemas.AppAppJobImage;
|
|
1663
1663
|
}
|
|
1664
|
+
/**
|
|
1665
|
+
* LockPurpose describes why a given AppInstallation is locked from deletion.
|
|
1666
|
+
*/
|
|
1667
|
+
type AppLockPurpose = "unspecified" | "copy";
|
|
1664
1668
|
/**
|
|
1665
1669
|
* AppUpdatePolicy describes which updates should be applied automatically by our systems.
|
|
1666
1670
|
*/
|
|
@@ -5039,10 +5043,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5039
5043
|
name: string;
|
|
5040
5044
|
value: string;
|
|
5041
5045
|
}
|
|
5042
|
-
/**
|
|
5043
|
-
* LockPurpose describes why a given AppInstallation is locked from deletion.
|
|
5044
|
-
*/
|
|
5045
|
-
type AppLockPurpose = "unspecified" | "copy";
|
|
5046
5046
|
interface CommonsAddress {
|
|
5047
5047
|
street: string;
|
|
5048
5048
|
houseNumber: string;
|
|
@@ -9297,6 +9297,41 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9297
9297
|
}
|
|
9298
9298
|
}
|
|
9299
9299
|
}
|
|
9300
|
+
namespace V2ContributorsContributorIdContractPartners {
|
|
9301
|
+
namespace Get {
|
|
9302
|
+
namespace Parameters {
|
|
9303
|
+
type Path = {
|
|
9304
|
+
contributorId: string;
|
|
9305
|
+
};
|
|
9306
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9307
|
+
type Query = {
|
|
9308
|
+
extensionId?: string;
|
|
9309
|
+
extensionInstanceId?: string;
|
|
9310
|
+
};
|
|
9311
|
+
}
|
|
9312
|
+
namespace Responses {
|
|
9313
|
+
namespace $200 {
|
|
9314
|
+
namespace Content {
|
|
9315
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceContractPartner[];
|
|
9316
|
+
}
|
|
9317
|
+
}
|
|
9318
|
+
namespace $429 {
|
|
9319
|
+
namespace Content {
|
|
9320
|
+
interface ApplicationJson {
|
|
9321
|
+
[k: string]: unknown;
|
|
9322
|
+
}
|
|
9323
|
+
}
|
|
9324
|
+
}
|
|
9325
|
+
namespace Default {
|
|
9326
|
+
namespace Content {
|
|
9327
|
+
interface ApplicationJson {
|
|
9328
|
+
[k: string]: unknown;
|
|
9329
|
+
}
|
|
9330
|
+
}
|
|
9331
|
+
}
|
|
9332
|
+
}
|
|
9333
|
+
}
|
|
9334
|
+
}
|
|
9300
9335
|
namespace V2ContributorsContributorIdInvoicesOutgoing {
|
|
9301
9336
|
namespace Get {
|
|
9302
9337
|
namespace Parameters {
|
|
@@ -12914,6 +12949,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12914
12949
|
}
|
|
12915
12950
|
}
|
|
12916
12951
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
12952
|
+
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
12917
12953
|
namespace V2CustomerCustomerIdActionsLeave { }
|
|
12918
12954
|
namespace V2CustomersCustomerIdActionsLeave { }
|
|
12919
12955
|
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
|
|
@@ -16550,67 +16586,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16550
16586
|
}
|
|
16551
16587
|
}
|
|
16552
16588
|
}
|
|
16553
|
-
namespace V2ExtensionsExtensionIdCheckout {
|
|
16554
|
-
namespace Post {
|
|
16555
|
-
namespace Parameters {
|
|
16556
|
-
type Path = {
|
|
16557
|
-
extensionId: string;
|
|
16558
|
-
};
|
|
16559
|
-
type RequestBody = {
|
|
16560
|
-
consentedScopes: string[];
|
|
16561
|
-
/**
|
|
16562
|
-
* The customer the extension should be booked for. Either customerId or projectId is required.
|
|
16563
|
-
*/
|
|
16564
|
-
customerId: string;
|
|
16565
|
-
} | {
|
|
16566
|
-
consentedScopes: string[];
|
|
16567
|
-
/**
|
|
16568
|
-
* The project the extension should be installed in. Either customerId or projectId is required.
|
|
16569
|
-
*/
|
|
16570
|
-
projectId: string;
|
|
16571
|
-
};
|
|
16572
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
16573
|
-
type Query = {};
|
|
16574
|
-
}
|
|
16575
|
-
namespace Responses {
|
|
16576
|
-
namespace $201 {
|
|
16577
|
-
namespace Content {
|
|
16578
|
-
interface ApplicationJson {
|
|
16579
|
-
checkoutUrl?: string;
|
|
16580
|
-
}
|
|
16581
|
-
}
|
|
16582
|
-
}
|
|
16583
|
-
namespace $400 {
|
|
16584
|
-
namespace Content {
|
|
16585
|
-
interface ApplicationJson {
|
|
16586
|
-
[k: string]: unknown;
|
|
16587
|
-
}
|
|
16588
|
-
}
|
|
16589
|
-
}
|
|
16590
|
-
namespace $404 {
|
|
16591
|
-
namespace Content {
|
|
16592
|
-
interface ApplicationJson {
|
|
16593
|
-
[k: string]: unknown;
|
|
16594
|
-
}
|
|
16595
|
-
}
|
|
16596
|
-
}
|
|
16597
|
-
namespace $429 {
|
|
16598
|
-
namespace Content {
|
|
16599
|
-
interface ApplicationJson {
|
|
16600
|
-
[k: string]: unknown;
|
|
16601
|
-
}
|
|
16602
|
-
}
|
|
16603
|
-
}
|
|
16604
|
-
namespace Default {
|
|
16605
|
-
namespace Content {
|
|
16606
|
-
interface ApplicationJson {
|
|
16607
|
-
[k: string]: unknown;
|
|
16608
|
-
}
|
|
16609
|
-
}
|
|
16610
|
-
}
|
|
16611
|
-
}
|
|
16612
|
-
}
|
|
16613
|
-
}
|
|
16614
16589
|
namespace V2ContributorsContributorIdExtensionsExtensionIdPricing {
|
|
16615
16590
|
namespace Put {
|
|
16616
16591
|
namespace Parameters {
|
|
@@ -25615,6 +25590,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
25615
25590
|
}
|
|
25616
25591
|
}
|
|
25617
25592
|
}
|
|
25618
|
-
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
25619
25593
|
}
|
|
25620
25594
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.180.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.181.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": "2ba9ea38cf0d2cd9c073cf10edfdcfe3f060ad7c"
|
|
84
84
|
}
|