@mittwald/api-client 4.90.0 → 4.92.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.91.0';
@@ -803,6 +803,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
803
803
  abortedBy?: {
804
804
  id?: string;
805
805
  } | undefined;
806
+ cronjobId: string;
806
807
  durationInMilliseconds?: number | undefined;
807
808
  end?: string | undefined;
808
809
  executionEnd?: string | undefined;
@@ -6634,6 +6634,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6634
6634
  abortedBy?: {
6635
6635
  id?: string;
6636
6636
  } | undefined;
6637
+ cronjobId: string;
6637
6638
  durationInMilliseconds?: number | undefined;
6638
6639
  end?: string | undefined;
6639
6640
  executionEnd?: string | undefined;
@@ -6669,6 +6670,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6669
6670
  abortedBy?: {
6670
6671
  id?: string;
6671
6672
  } | undefined;
6673
+ cronjobId: string;
6672
6674
  durationInMilliseconds?: number | undefined;
6673
6675
  end?: string | undefined;
6674
6676
  executionEnd?: string | undefined;
@@ -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";
@@ -1971,6 +2022,7 @@ export declare namespace MittwaldAPIV2 {
1971
2022
  abortedBy?: {
1972
2023
  id?: string;
1973
2024
  };
2025
+ cronjobId: string;
1974
2026
  durationInMilliseconds?: number;
1975
2027
  end?: string;
1976
2028
  /**
@@ -2470,6 +2522,34 @@ export declare namespace MittwaldAPIV2 {
2470
2522
  */
2471
2523
  tags?: string[];
2472
2524
  }
2525
+ interface MarketplaceOwnExtension {
2526
+ backendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents;
2527
+ /**
2528
+ * @deprecated
2529
+ */
2530
+ blocked?: boolean;
2531
+ context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
2532
+ contributorId: string;
2533
+ description?: string;
2534
+ detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
2535
+ disabled?: boolean;
2536
+ frontendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[];
2537
+ frontendFragments?: {
2538
+ [k: string]: MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
2539
+ };
2540
+ id: string;
2541
+ name: string;
2542
+ scopes?: string[];
2543
+ /**
2544
+ * deprecated
2545
+ */
2546
+ state?: "enabled" | "blocked" | "disabled";
2547
+ support?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
2548
+ /**
2549
+ * @minItems 0
2550
+ */
2551
+ tags?: string[];
2552
+ }
2473
2553
  interface MarketplacePublicKey {
2474
2554
  algorithm: string;
2475
2555
  /**
@@ -3778,6 +3858,11 @@ export declare namespace MittwaldAPIV2 {
3778
3858
  notificationThresholdInBytes?: number;
3779
3859
  statisticCategories?: MittwaldAPIV2.Components.Schemas.StoragespaceStatisticsCategory[];
3780
3860
  }
3861
+ interface TaskAggregateReference {
3862
+ aggregate: string;
3863
+ domain: string;
3864
+ id: string;
3865
+ }
3781
3866
  interface SignupAccount {
3782
3867
  email?: string;
3783
3868
  /**
@@ -4006,90 +4091,6 @@ export declare namespace MittwaldAPIV2 {
4006
4091
  name: string;
4007
4092
  value: string;
4008
4093
  }
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
4094
  interface CommonsAddress {
4094
4095
  street: string;
4095
4096
  houseNumber: string;
@@ -12032,6 +12033,42 @@ export declare namespace MittwaldAPIV2 {
12032
12033
  }
12033
12034
  }
12034
12035
  }
12036
+ namespace V2ContributorsContributorIdExtensions {
12037
+ namespace Get {
12038
+ namespace Parameters {
12039
+ type Path = {
12040
+ contributorId: string;
12041
+ };
12042
+ type Header = {};
12043
+ type Query = {
12044
+ limit?: number;
12045
+ skip?: number;
12046
+ page?: number;
12047
+ };
12048
+ }
12049
+ namespace Responses {
12050
+ namespace $200 {
12051
+ namespace Content {
12052
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnExtension[];
12053
+ }
12054
+ }
12055
+ namespace $429 {
12056
+ namespace Content {
12057
+ interface ApplicationJson {
12058
+ [k: string]: unknown;
12059
+ }
12060
+ }
12061
+ }
12062
+ namespace Default {
12063
+ namespace Content {
12064
+ interface ApplicationJson {
12065
+ [k: string]: unknown;
12066
+ }
12067
+ }
12068
+ }
12069
+ }
12070
+ }
12071
+ }
12035
12072
  namespace V2Files {
12036
12073
  namespace Post {
12037
12074
  namespace Parameters {
@@ -20668,41 +20705,5 @@ export declare namespace MittwaldAPIV2 {
20668
20705
  }
20669
20706
  }
20670
20707
  }
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
20708
  }
20708
20709
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.89.0';
1
+ export declare const MittwaldAPIClientVersion = '4.91.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.92.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": "a60076325398e4b7089eb0f410d96e71daeae0b4"
84
84
  }