@mittwald/api-client 4.191.0 → 4.193.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.190.0';
1
+ export const MittwaldAPIClientVersion = '4.192.0';
@@ -965,7 +965,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
965
965
  };
966
966
  chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
967
967
  consentedScopes: string[];
968
- contributorId?: string | undefined;
968
+ contributorId: string;
969
969
  contributorName: string;
970
970
  createdAt?: string | undefined;
971
971
  disabled: boolean;
@@ -1067,7 +1067,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
1067
1067
  };
1068
1068
  chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
1069
1069
  consentedScopes: string[];
1070
- contributorId?: string | undefined;
1070
+ contributorId: string;
1071
1071
  contributorName: string;
1072
1072
  createdAt?: string | undefined;
1073
1073
  disabled: boolean;
@@ -1094,7 +1094,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
1094
1094
  };
1095
1095
  chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
1096
1096
  consentedScopes: string[];
1097
- contributorId?: string | undefined;
1097
+ contributorId: string;
1098
1098
  contributorName: string;
1099
1099
  createdAt?: string | undefined;
1100
1100
  disabled: boolean;
@@ -1159,6 +1159,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
1159
1159
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1160
1160
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
1161
1161
  searchTerm?: string | undefined;
1162
+ includeDeprecated?: boolean | undefined;
1162
1163
  limit?: number | undefined;
1163
1164
  skip?: number | undefined;
1164
1165
  page?: number | undefined;
@@ -2376,6 +2377,7 @@ declare const buildNotificationApi: (baseClient: MittwaldAPIV2Client) => {
2376
2377
  queryParameters?: {
2377
2378
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
2378
2379
  status?: "unread" | "read" | undefined;
2380
+ severity?: ("success" | "info" | "warning" | "error")[] | undefined;
2379
2381
  limit?: number | undefined;
2380
2382
  skip?: number | undefined;
2381
2383
  page?: number | undefined;
@@ -7219,7 +7219,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7219
7219
  };
7220
7220
  chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
7221
7221
  consentedScopes: string[];
7222
- contributorId?: string | undefined;
7222
+ contributorId: string;
7223
7223
  contributorName: string;
7224
7224
  createdAt?: string | undefined;
7225
7225
  disabled: boolean;
@@ -7255,7 +7255,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7255
7255
  };
7256
7256
  chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
7257
7257
  consentedScopes: string[];
7258
- contributorId?: string | undefined;
7258
+ contributorId: string;
7259
7259
  contributorName: string;
7260
7260
  createdAt?: string | undefined;
7261
7261
  disabled: boolean;
@@ -8240,7 +8240,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8240
8240
  };
8241
8241
  chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
8242
8242
  consentedScopes: string[];
8243
- contributorId?: string | undefined;
8243
+ contributorId: string;
8244
8244
  contributorName: string;
8245
8245
  createdAt?: string | undefined;
8246
8246
  disabled: boolean;
@@ -8277,7 +8277,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8277
8277
  };
8278
8278
  chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
8279
8279
  consentedScopes: string[];
8280
- contributorId?: string | undefined;
8280
+ contributorId: string;
8281
8281
  contributorName: string;
8282
8282
  createdAt?: string | undefined;
8283
8283
  disabled: boolean;
@@ -8323,7 +8323,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8323
8323
  };
8324
8324
  chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
8325
8325
  consentedScopes: string[];
8326
- contributorId?: string | undefined;
8326
+ contributorId: string;
8327
8327
  contributorName: string;
8328
8328
  createdAt?: string | undefined;
8329
8329
  disabled: boolean;
@@ -8360,7 +8360,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8360
8360
  };
8361
8361
  chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
8362
8362
  consentedScopes: string[];
8363
- contributorId?: string | undefined;
8363
+ contributorId: string;
8364
8364
  contributorName: string;
8365
8365
  createdAt?: string | undefined;
8366
8366
  disabled: boolean;
@@ -8623,6 +8623,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8623
8623
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8624
8624
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
8625
8625
  searchTerm?: string | undefined;
8626
+ includeDeprecated?: boolean | undefined;
8626
8627
  limit?: number | undefined;
8627
8628
  skip?: number | undefined;
8628
8629
  page?: number | undefined;
@@ -8635,6 +8636,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8635
8636
  queryParameters: {
8636
8637
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
8637
8638
  searchTerm?: string | undefined;
8639
+ includeDeprecated?: boolean | undefined;
8638
8640
  limit?: number | undefined;
8639
8641
  skip?: number | undefined;
8640
8642
  page?: number | undefined;
@@ -8651,6 +8653,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8651
8653
  queryParameters: {
8652
8654
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
8653
8655
  searchTerm?: string | undefined;
8656
+ includeDeprecated?: boolean | undefined;
8654
8657
  limit?: number | undefined;
8655
8658
  skip?: number | undefined;
8656
8659
  page?: number | undefined;
@@ -18361,6 +18364,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18361
18364
  queryParameters?: {
18362
18365
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
18363
18366
  status?: "unread" | "read" | undefined;
18367
+ severity?: ("success" | "info" | "warning" | "error")[] | undefined;
18364
18368
  limit?: number | undefined;
18365
18369
  skip?: number | undefined;
18366
18370
  page?: number | undefined;
@@ -18372,6 +18376,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18372
18376
  } & {
18373
18377
  queryParameters: {
18374
18378
  status?: "unread" | "read" | undefined;
18379
+ severity?: ("success" | "info" | "warning" | "error")[] | undefined;
18375
18380
  limit?: number | undefined;
18376
18381
  skip?: number | undefined;
18377
18382
  page?: number | undefined;
@@ -18393,6 +18398,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18393
18398
  } & {
18394
18399
  queryParameters: {
18395
18400
  status?: "unread" | "read" | undefined;
18401
+ severity?: ("success" | "info" | "warning" | "error")[] | undefined;
18396
18402
  limit?: number | undefined;
18397
18403
  skip?: number | undefined;
18398
18404
  page?: number | undefined;
@@ -3137,7 +3137,7 @@ export declare namespace MittwaldAPIV2 {
3137
3137
  };
3138
3138
  chargeability?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
3139
3139
  consentedScopes: string[];
3140
- contributorId?: string;
3140
+ contributorId: string;
3141
3141
  contributorName: string;
3142
3142
  createdAt?: string;
3143
3143
  disabled: boolean;
@@ -4854,7 +4854,11 @@ export declare namespace MittwaldAPIV2 {
4854
4854
  interface StoragespaceStatisticsMeta {
4855
4855
  isExceeding?: boolean;
4856
4856
  /**
4857
- * The last total exceedance in bytes. It is retained as a historical record of the most recent exceedance and does not reset once set.
4857
+ * The last exceedance limit in bytes during the exceedance time, therefore can differ from the current limit. It is retained as a historical record of the most recent exceedance and does not reset once set.
4858
+ */
4859
+ lastExceedanceLimitInBytes?: number;
4860
+ /**
4861
+ * The last total exceedance in bytes related to the limit during the exceedance time, see lastExceedanceLimitInBytes. It is retained as a historical record of the most recent exceedance and does not reset once set.
4858
4862
  */
4859
4863
  lastTotalExceedanceInBytes?: number;
4860
4864
  /**
@@ -16235,6 +16239,7 @@ export declare namespace MittwaldAPIV2 {
16235
16239
  type Query = {
16236
16240
  context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
16237
16241
  searchTerm?: string;
16242
+ includeDeprecated?: boolean;
16238
16243
  limit?: number;
16239
16244
  skip?: number;
16240
16245
  page?: number;
@@ -19794,6 +19799,7 @@ export declare namespace MittwaldAPIV2 {
19794
19799
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
19795
19800
  type Query = {
19796
19801
  status?: "unread" | "read";
19802
+ severity?: ("success" | "info" | "warning" | "error")[];
19797
19803
  limit?: number;
19798
19804
  skip?: number;
19799
19805
  page?: number;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.190.0';
1
+ export declare const MittwaldAPIClientVersion = '4.192.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.191.0",
3
+ "version": "4.193.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": "554b75b920c806af218acded56837b149b77e0ad"
83
+ "gitHead": "8f73628b3198ad35ed2b55f9524d94718774ef5e"
84
84
  }