@mittwald/api-client 4.90.0 → 4.91.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.
@@ -1000,6 +1000,12 @@ export const extensionListExtensions = {
1000
1000
  method: "GET",
1001
1001
  operationId: "extension-list-extensions",
1002
1002
  };
1003
+ /** List Extensions of own contributor. */
1004
+ export const extensionListOwnExtensions = {
1005
+ path: "/v2/contributors/{contributorId}/extensions",
1006
+ method: "GET",
1007
+ operationId: "extension-list-own-extensions",
1008
+ };
1003
1009
  /** Create a File. */
1004
1010
  export const fileCreateFile = {
1005
1011
  path: "/v2/files",
@@ -2038,9 +2044,3 @@ export const verificationVerifyCompany = {
2038
2044
  method: "POST",
2039
2045
  operationId: "verification-verify-company",
2040
2046
  };
2041
- /** List Extensions of own contributor. */
2042
- export const extensionListOwnExtensions = {
2043
- path: "/v2/contributors/{contributorId}/extensions",
2044
- method: "GET",
2045
- operationId: "extension-list-own-extensions",
2046
- };
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.89.0';
1
+ export const MittwaldAPIClientVersion = '4.90.0';
@@ -337,6 +337,8 @@ export declare const extensionGetPublicKey: OpenAPIOperation<RequestType<Simplif
337
337
  export declare const extensionListContributors: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Contributors.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Contributors.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Contributors.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Contributors.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Contributors.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Contributors.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
338
338
  /** List Extensions. */
339
339
  export declare const extensionListExtensions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Extensions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Extensions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Extensions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Extensions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Extensions.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Extensions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
340
+ /** List Extensions of own contributor. */
341
+ 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">>;
340
342
  /** Create a File. */
341
343
  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">>;
342
344
  /** Get a File's meta. */
@@ -683,5 +685,3 @@ export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simpli
683
685
  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">>;
684
686
  /** Check if a company exists. */
685
687
  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">>;
686
- /** List Extensions of own contributor. */
687
- 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">>;
@@ -670,6 +670,10 @@ export declare namespace MittwaldAPIV2 {
670
670
  type RequestData = InferredRequestData<typeof descriptors.extensionListExtensions>;
671
671
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionListExtensions, TStatus>;
672
672
  }
673
+ namespace ExtensionListOwnExtensions {
674
+ type RequestData = InferredRequestData<typeof descriptors.extensionListOwnExtensions>;
675
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionListOwnExtensions, TStatus>;
676
+ }
673
677
  namespace FileCreateFile {
674
678
  type RequestData = InferredRequestData<typeof descriptors.fileCreateFile>;
675
679
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileCreateFile, TStatus>;
@@ -1362,10 +1366,6 @@ export declare namespace MittwaldAPIV2 {
1362
1366
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1363
1367
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1364
1368
  }
1365
- namespace ExtensionListOwnExtensions {
1366
- type RequestData = InferredRequestData<typeof descriptors.extensionListOwnExtensions>;
1367
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionListOwnExtensions, TStatus>;
1368
- }
1369
1369
  }
1370
1370
  namespace Components {
1371
1371
  namespace Schemas {
@@ -1835,6 +1835,57 @@ export declare namespace MittwaldAPIV2 {
1835
1835
  domain: "extension";
1836
1836
  id: string;
1837
1837
  };
1838
+ interface ConversationServiceRequestRelocationPayload {
1839
+ contact: {
1840
+ email: string;
1841
+ firstname: string;
1842
+ lastname: string;
1843
+ phone?: string;
1844
+ };
1845
+ domain?: {
1846
+ allDomains?: boolean;
1847
+ domains?: {
1848
+ authCode?: string;
1849
+ domainName?: string;
1850
+ }[];
1851
+ };
1852
+ notes?: string;
1853
+ preferredRelocationDate?: string;
1854
+ redirectusKey: number;
1855
+ source: {
1856
+ providerName: string;
1857
+ providerPassword: string;
1858
+ providerUrl: string;
1859
+ providerUsername: string;
1860
+ sourceAccount: string;
1861
+ };
1862
+ target: {
1863
+ accountShortId: string;
1864
+ application?: string;
1865
+ articleType: string;
1866
+ organisation: string;
1867
+ prices?: {
1868
+ name?: string;
1869
+ price?: number;
1870
+ }[];
1871
+ product: string;
1872
+ withDataCompare?: boolean;
1873
+ };
1874
+ userId: string;
1875
+ }
1876
+ interface ConversationServiceRequest {
1877
+ conversationId: string;
1878
+ createdAt: string;
1879
+ /**
1880
+ * @maxItems 0
1881
+ */
1882
+ files?: [];
1883
+ internal: boolean;
1884
+ messageContent: "relocation" | "call";
1885
+ messageId: string;
1886
+ meta: MittwaldAPIV2.Components.Schemas.ConversationServiceRequestRelocationPayload;
1887
+ type: "SERVICE_REQUEST";
1888
+ }
1838
1889
  type ConversationShareableAggregateReference = {
1839
1890
  aggregate: "user";
1840
1891
  domain: "user";
@@ -2470,6 +2521,34 @@ export declare namespace MittwaldAPIV2 {
2470
2521
  */
2471
2522
  tags?: string[];
2472
2523
  }
2524
+ interface MarketplaceOwnExtension {
2525
+ backendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents;
2526
+ /**
2527
+ * @deprecated
2528
+ */
2529
+ blocked?: boolean;
2530
+ context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
2531
+ contributorId: string;
2532
+ description?: string;
2533
+ detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
2534
+ disabled?: boolean;
2535
+ frontendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[];
2536
+ frontendFragments?: {
2537
+ [k: string]: MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
2538
+ };
2539
+ id: string;
2540
+ name: string;
2541
+ scopes?: string[];
2542
+ /**
2543
+ * deprecated
2544
+ */
2545
+ state?: "enabled" | "blocked" | "disabled";
2546
+ support?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
2547
+ /**
2548
+ * @minItems 0
2549
+ */
2550
+ tags?: string[];
2551
+ }
2473
2552
  interface MarketplacePublicKey {
2474
2553
  algorithm: string;
2475
2554
  /**
@@ -3778,6 +3857,11 @@ export declare namespace MittwaldAPIV2 {
3778
3857
  notificationThresholdInBytes?: number;
3779
3858
  statisticCategories?: MittwaldAPIV2.Components.Schemas.StoragespaceStatisticsCategory[];
3780
3859
  }
3860
+ interface TaskAggregateReference {
3861
+ aggregate: string;
3862
+ domain: string;
3863
+ id: string;
3864
+ }
3781
3865
  interface SignupAccount {
3782
3866
  email?: string;
3783
3867
  /**
@@ -4006,90 +4090,6 @@ export declare namespace MittwaldAPIV2 {
4006
4090
  name: string;
4007
4091
  value: string;
4008
4092
  }
4009
- interface TaskAggregateReference {
4010
- aggregate: string;
4011
- domain: string;
4012
- id: string;
4013
- }
4014
- interface ConversationServiceRequest {
4015
- conversationId: string;
4016
- createdAt: string;
4017
- /**
4018
- * @maxItems 0
4019
- */
4020
- files?: [];
4021
- internal: boolean;
4022
- messageContent: "relocation" | "call";
4023
- messageId: string;
4024
- meta: MittwaldAPIV2.Components.Schemas.ConversationServiceRequestRelocationPayload;
4025
- type: "SERVICE_REQUEST";
4026
- }
4027
- interface ConversationServiceRequestRelocationPayload {
4028
- contact: {
4029
- email: string;
4030
- firstname: string;
4031
- lastname: string;
4032
- phone?: string;
4033
- };
4034
- domain?: {
4035
- allDomains?: boolean;
4036
- domains?: {
4037
- authCode?: string;
4038
- domainName?: string;
4039
- }[];
4040
- };
4041
- notes?: string;
4042
- preferredRelocationDate?: string;
4043
- redirectusKey: number;
4044
- source: {
4045
- providerName: string;
4046
- providerPassword: string;
4047
- providerUrl: string;
4048
- providerUsername: string;
4049
- sourceAccount: string;
4050
- };
4051
- target: {
4052
- accountShortId: string;
4053
- application?: string;
4054
- articleType: string;
4055
- organisation: string;
4056
- prices?: {
4057
- name?: string;
4058
- price?: number;
4059
- }[];
4060
- product: string;
4061
- withDataCompare?: boolean;
4062
- };
4063
- userId: string;
4064
- }
4065
- interface MarketplaceOwnExtension {
4066
- backendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents;
4067
- /**
4068
- * @deprecated
4069
- */
4070
- blocked?: boolean;
4071
- context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
4072
- contributorId: string;
4073
- description?: string;
4074
- detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
4075
- disabled?: boolean;
4076
- frontendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[];
4077
- frontendFragments?: {
4078
- [k: string]: MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
4079
- };
4080
- id: string;
4081
- name: string;
4082
- scopes?: string[];
4083
- /**
4084
- * deprecated
4085
- */
4086
- state?: "enabled" | "blocked" | "disabled";
4087
- support?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
4088
- /**
4089
- * @minItems 0
4090
- */
4091
- tags?: string[];
4092
- }
4093
4093
  interface CommonsAddress {
4094
4094
  street: string;
4095
4095
  houseNumber: string;
@@ -12032,6 +12032,42 @@ export declare namespace MittwaldAPIV2 {
12032
12032
  }
12033
12033
  }
12034
12034
  }
12035
+ namespace V2ContributorsContributorIdExtensions {
12036
+ namespace Get {
12037
+ namespace Parameters {
12038
+ type Path = {
12039
+ contributorId: string;
12040
+ };
12041
+ type Header = {};
12042
+ type Query = {
12043
+ limit?: number;
12044
+ skip?: number;
12045
+ page?: number;
12046
+ };
12047
+ }
12048
+ namespace Responses {
12049
+ namespace $200 {
12050
+ namespace Content {
12051
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnExtension[];
12052
+ }
12053
+ }
12054
+ namespace $429 {
12055
+ namespace Content {
12056
+ interface ApplicationJson {
12057
+ [k: string]: unknown;
12058
+ }
12059
+ }
12060
+ }
12061
+ namespace Default {
12062
+ namespace Content {
12063
+ interface ApplicationJson {
12064
+ [k: string]: unknown;
12065
+ }
12066
+ }
12067
+ }
12068
+ }
12069
+ }
12070
+ }
12035
12071
  namespace V2Files {
12036
12072
  namespace Post {
12037
12073
  namespace Parameters {
@@ -20668,41 +20704,5 @@ export declare namespace MittwaldAPIV2 {
20668
20704
  }
20669
20705
  }
20670
20706
  }
20671
- namespace V2ContributorsContributorIdExtensions {
20672
- namespace Get {
20673
- namespace Parameters {
20674
- type Path = {
20675
- contributorId: string;
20676
- };
20677
- type Header = {};
20678
- type Query = {
20679
- limit?: number;
20680
- skip?: number;
20681
- page?: number;
20682
- };
20683
- }
20684
- namespace Responses {
20685
- namespace $200 {
20686
- namespace Content {
20687
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnExtension[];
20688
- }
20689
- }
20690
- namespace $429 {
20691
- namespace Content {
20692
- interface ApplicationJson {
20693
- [k: string]: unknown;
20694
- }
20695
- }
20696
- }
20697
- namespace Default {
20698
- namespace Content {
20699
- interface ApplicationJson {
20700
- [k: string]: unknown;
20701
- }
20702
- }
20703
- }
20704
- }
20705
- }
20706
- }
20707
20707
  }
20708
20708
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.89.0';
1
+ export declare const MittwaldAPIClientVersion = '4.90.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.90.0",
3
+ "version": "4.91.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": "21774263942b857e7c081f9f431571c21feae0c2"
83
+ "gitHead": "0e6e0af14ba2d14907b7516b6a079f679b59bcb7"
84
84
  }