@mittwald/api-client 3.0.17 → 3.0.18
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.
|
@@ -2196,6 +2196,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2196
2196
|
domain: string;
|
|
2197
2197
|
id: string;
|
|
2198
2198
|
} | undefined;
|
|
2199
|
+
sharedWith?: {
|
|
2200
|
+
aggregate: string;
|
|
2201
|
+
domain: string;
|
|
2202
|
+
id: string;
|
|
2203
|
+
} | undefined;
|
|
2199
2204
|
title?: string | undefined;
|
|
2200
2205
|
} | undefined;
|
|
2201
2206
|
headers?: {
|
|
@@ -2205,6 +2210,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2205
2210
|
data: {
|
|
2206
2211
|
categoryId?: string | undefined;
|
|
2207
2212
|
relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationAggregateReference | undefined;
|
|
2213
|
+
sharedWith?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationAggregateReference | undefined;
|
|
2208
2214
|
title?: string | undefined;
|
|
2209
2215
|
};
|
|
2210
2216
|
} & {
|
|
@@ -5003,6 +5003,7 @@ export declare module MittwaldAPIV2 {
|
|
|
5003
5003
|
interface RequestBody {
|
|
5004
5004
|
categoryId?: string;
|
|
5005
5005
|
relatedTo?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference;
|
|
5006
|
+
sharedWith?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference;
|
|
5006
5007
|
title?: string;
|
|
5007
5008
|
}
|
|
5008
5009
|
type Header = {};
|
|
@@ -2196,6 +2196,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2196
2196
|
domain: string;
|
|
2197
2197
|
id: string;
|
|
2198
2198
|
} | undefined;
|
|
2199
|
+
sharedWith?: {
|
|
2200
|
+
aggregate: string;
|
|
2201
|
+
domain: string;
|
|
2202
|
+
id: string;
|
|
2203
|
+
} | undefined;
|
|
2199
2204
|
title?: string | undefined;
|
|
2200
2205
|
} | undefined;
|
|
2201
2206
|
headers?: {
|
|
@@ -2205,6 +2210,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2205
2210
|
data: {
|
|
2206
2211
|
categoryId?: string | undefined;
|
|
2207
2212
|
relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationAggregateReference | undefined;
|
|
2213
|
+
sharedWith?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationAggregateReference | undefined;
|
|
2208
2214
|
title?: string | undefined;
|
|
2209
2215
|
};
|
|
2210
2216
|
} & {
|
|
@@ -5003,6 +5003,7 @@ export declare module MittwaldAPIV2 {
|
|
|
5003
5003
|
interface RequestBody {
|
|
5004
5004
|
categoryId?: string;
|
|
5005
5005
|
relatedTo?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference;
|
|
5006
|
+
sharedWith?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference;
|
|
5006
5007
|
title?: string;
|
|
5007
5008
|
}
|
|
5008
5009
|
type Header = {};
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.0.18';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.0.18';
|