@wix/portfolio 1.0.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/build/cjs/index.d.ts +3 -0
- package/build/cjs/index.js +26 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/src/portfolio-collections-v1-collection.http.d.ts +17 -0
- package/build/cjs/src/portfolio-collections-v1-collection.http.js +319 -0
- package/build/cjs/src/portfolio-collections-v1-collection.http.js.map +1 -0
- package/build/cjs/src/portfolio-collections-v1-collection.public.d.ts +10 -0
- package/build/cjs/src/portfolio-collections-v1-collection.public.js +45 -0
- package/build/cjs/src/portfolio-collections-v1-collection.public.js.map +1 -0
- package/build/cjs/src/portfolio-collections-v1-collection.types.d.ts +384 -0
- package/build/cjs/src/portfolio-collections-v1-collection.types.js +21 -0
- package/build/cjs/src/portfolio-collections-v1-collection.types.js.map +1 -0
- package/build/cjs/src/portfolio-collections-v1-collection.universal.d.ts +449 -0
- package/build/cjs/src/portfolio-collections-v1-collection.universal.js +385 -0
- package/build/cjs/src/portfolio-collections-v1-collection.universal.js.map +1 -0
- package/build/cjs/src/portfolio-project-items-v1-project-item.http.d.ts +18 -0
- package/build/cjs/src/portfolio-project-items-v1-project-item.http.js +382 -0
- package/build/cjs/src/portfolio-project-items-v1-project-item.http.js.map +1 -0
- package/build/cjs/src/portfolio-project-items-v1-project-item.public.d.ts +12 -0
- package/build/cjs/src/portfolio-project-items-v1-project-item.public.js +58 -0
- package/build/cjs/src/portfolio-project-items-v1-project-item.public.js.map +1 -0
- package/build/cjs/src/portfolio-project-items-v1-project-item.types.d.ts +549 -0
- package/build/cjs/src/portfolio-project-items-v1-project-item.types.js +28 -0
- package/build/cjs/src/portfolio-project-items-v1-project-item.types.js.map +1 -0
- package/build/cjs/src/portfolio-project-items-v1-project-item.universal.d.ts +685 -0
- package/build/cjs/src/portfolio-project-items-v1-project-item.universal.js +495 -0
- package/build/cjs/src/portfolio-project-items-v1-project-item.universal.js.map +1 -0
- package/build/cjs/src/portfolio-projects-v1-project.http.d.ts +29 -0
- package/build/cjs/src/portfolio-projects-v1-project.http.js +428 -0
- package/build/cjs/src/portfolio-projects-v1-project.http.js.map +1 -0
- package/build/cjs/src/portfolio-projects-v1-project.public.d.ts +12 -0
- package/build/cjs/src/portfolio-projects-v1-project.public.js +63 -0
- package/build/cjs/src/portfolio-projects-v1-project.public.js.map +1 -0
- package/build/cjs/src/portfolio-projects-v1-project.types.d.ts +755 -0
- package/build/cjs/src/portfolio-projects-v1-project.types.js +113 -0
- package/build/cjs/src/portfolio-projects-v1-project.types.js.map +1 -0
- package/build/cjs/src/portfolio-projects-v1-project.universal.d.ts +892 -0
- package/build/cjs/src/portfolio-projects-v1-project.universal.js +595 -0
- package/build/cjs/src/portfolio-projects-v1-project.universal.js.map +1 -0
- package/build/es/index.d.ts +3 -0
- package/build/es/index.js +4 -0
- package/build/es/index.js.map +1 -0
- package/build/es/src/portfolio-collections-v1-collection.http.d.ts +17 -0
- package/build/es/src/portfolio-collections-v1-collection.http.js +310 -0
- package/build/es/src/portfolio-collections-v1-collection.http.js.map +1 -0
- package/build/es/src/portfolio-collections-v1-collection.public.d.ts +10 -0
- package/build/es/src/portfolio-collections-v1-collection.public.js +33 -0
- package/build/es/src/portfolio-collections-v1-collection.public.js.map +1 -0
- package/build/es/src/portfolio-collections-v1-collection.types.d.ts +384 -0
- package/build/es/src/portfolio-collections-v1-collection.types.js +18 -0
- package/build/es/src/portfolio-collections-v1-collection.types.js.map +1 -0
- package/build/es/src/portfolio-collections-v1-collection.universal.d.ts +449 -0
- package/build/es/src/portfolio-collections-v1-collection.universal.js +357 -0
- package/build/es/src/portfolio-collections-v1-collection.universal.js.map +1 -0
- package/build/es/src/portfolio-project-items-v1-project-item.http.d.ts +18 -0
- package/build/es/src/portfolio-project-items-v1-project-item.http.js +371 -0
- package/build/es/src/portfolio-project-items-v1-project-item.http.js.map +1 -0
- package/build/es/src/portfolio-project-items-v1-project-item.public.d.ts +12 -0
- package/build/es/src/portfolio-project-items-v1-project-item.public.js +43 -0
- package/build/es/src/portfolio-project-items-v1-project-item.public.js.map +1 -0
- package/build/es/src/portfolio-project-items-v1-project-item.types.d.ts +549 -0
- package/build/es/src/portfolio-project-items-v1-project-item.types.js +25 -0
- package/build/es/src/portfolio-project-items-v1-project-item.types.js.map +1 -0
- package/build/es/src/portfolio-project-items-v1-project-item.universal.d.ts +685 -0
- package/build/es/src/portfolio-project-items-v1-project-item.universal.js +465 -0
- package/build/es/src/portfolio-project-items-v1-project-item.universal.js.map +1 -0
- package/build/es/src/portfolio-projects-v1-project.http.d.ts +29 -0
- package/build/es/src/portfolio-projects-v1-project.http.js +417 -0
- package/build/es/src/portfolio-projects-v1-project.http.js.map +1 -0
- package/build/es/src/portfolio-projects-v1-project.public.d.ts +12 -0
- package/build/es/src/portfolio-projects-v1-project.public.js +43 -0
- package/build/es/src/portfolio-projects-v1-project.public.js.map +1 -0
- package/build/es/src/portfolio-projects-v1-project.types.d.ts +755 -0
- package/build/es/src/portfolio-projects-v1-project.types.js +110 -0
- package/build/es/src/portfolio-projects-v1-project.types.js.map +1 -0
- package/build/es/src/portfolio-projects-v1-project.universal.d.ts +892 -0
- package/build/es/src/portfolio-projects-v1-project.universal.js +565 -0
- package/build/es/src/portfolio-projects-v1-project.universal.js.map +1 -0
- package/package.json +37 -0
|
@@ -0,0 +1,755 @@
|
|
|
1
|
+
/** Project is the main entity of ProjectsService */
|
|
2
|
+
export interface Project {
|
|
3
|
+
/**
|
|
4
|
+
* Project ID
|
|
5
|
+
* @readonly
|
|
6
|
+
*/
|
|
7
|
+
id?: string | null;
|
|
8
|
+
/** Represents the current state of an item. Each time the item is modified, its `revision` changes. for an update operation to succeed, you MUST pass the latest revision */
|
|
9
|
+
revision?: string | null;
|
|
10
|
+
/** Project name */
|
|
11
|
+
title?: string | null;
|
|
12
|
+
/** Project description */
|
|
13
|
+
description?: string | null;
|
|
14
|
+
/** indicates if the project should be hidden from Portfolio */
|
|
15
|
+
hidden?: boolean | null;
|
|
16
|
+
/** project's cover photo */
|
|
17
|
+
coverImage?: Image;
|
|
18
|
+
/** Collections must exist to be added to a project. can be created/updated/deleted using this //TODO */
|
|
19
|
+
collectionIds?: string[];
|
|
20
|
+
/** Custom project details */
|
|
21
|
+
details?: ProjectDetail[];
|
|
22
|
+
slug?: string | null;
|
|
23
|
+
/**
|
|
24
|
+
* Represents the time this Project was created
|
|
25
|
+
* @readonly
|
|
26
|
+
*/
|
|
27
|
+
createdDate?: Date;
|
|
28
|
+
/**
|
|
29
|
+
* Represents the time this Project was last updated
|
|
30
|
+
* @readonly
|
|
31
|
+
*/
|
|
32
|
+
updatedDate?: Date;
|
|
33
|
+
/**
|
|
34
|
+
* Url and relative url of Project - in order to receive this field in READ requests you will need to pass the `include_page_url` field as part of request
|
|
35
|
+
* @readonly
|
|
36
|
+
*/
|
|
37
|
+
url?: PageUrlV2;
|
|
38
|
+
seoData?: SeoSchema;
|
|
39
|
+
}
|
|
40
|
+
export interface Image {
|
|
41
|
+
/** Image info - Wix Media Image. Required. */
|
|
42
|
+
imageInfo?: WixCommonImage;
|
|
43
|
+
/** Focal point of the image. */
|
|
44
|
+
focalPoint?: Point;
|
|
45
|
+
/** Set of key-value pairs describing the media in [Exchangeable Image File format](https://en.wikipedia.org/wiki/Exif). */
|
|
46
|
+
exif?: Record<string, any> | null;
|
|
47
|
+
/**
|
|
48
|
+
* Image compression level. <br />
|
|
49
|
+
*
|
|
50
|
+
* Min: `30` <br />
|
|
51
|
+
* Max: `100`
|
|
52
|
+
*/
|
|
53
|
+
quality?: number | null;
|
|
54
|
+
/** [Unsharp masking](https://en.wikipedia.org/wiki/Unsharp_masking) values of the image. */
|
|
55
|
+
unsharpMasking?: UnsharpMasking;
|
|
56
|
+
}
|
|
57
|
+
export declare enum ImageType {
|
|
58
|
+
UNDEFINED = "UNDEFINED",
|
|
59
|
+
WIX_MEDIA = "WIX_MEDIA",
|
|
60
|
+
EXTERNAL = "EXTERNAL"
|
|
61
|
+
}
|
|
62
|
+
export interface WixCommonImage {
|
|
63
|
+
/** WixMedia image ID. Required. */
|
|
64
|
+
id?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Image URL.
|
|
67
|
+
* @readonly
|
|
68
|
+
*/
|
|
69
|
+
url?: string;
|
|
70
|
+
/** Original image height. Required. */
|
|
71
|
+
height?: number;
|
|
72
|
+
/** Original image width. Required. */
|
|
73
|
+
width?: number;
|
|
74
|
+
/** Image alt text. */
|
|
75
|
+
altText?: string | null;
|
|
76
|
+
/** Image filename. */
|
|
77
|
+
filename?: string | null;
|
|
78
|
+
}
|
|
79
|
+
export interface Point {
|
|
80
|
+
/** X-coordinate of the focal point. */
|
|
81
|
+
x?: number;
|
|
82
|
+
/** Y-coordinate of the focal point. */
|
|
83
|
+
y?: number;
|
|
84
|
+
}
|
|
85
|
+
export interface UnsharpMasking {
|
|
86
|
+
/**
|
|
87
|
+
* Unsharp masking amount. Controls the sharpening strength. <br />
|
|
88
|
+
*
|
|
89
|
+
* Min: `0` <br />
|
|
90
|
+
* Max: `5`
|
|
91
|
+
*/
|
|
92
|
+
amount?: number | null;
|
|
93
|
+
/** Unsharp masking radius in pixels. Controls the sharpening width. */
|
|
94
|
+
radius?: number | null;
|
|
95
|
+
/**
|
|
96
|
+
* Unsharp masking threshold. Controls how different neighboring pixels must be for shapening to apply. <br />
|
|
97
|
+
*
|
|
98
|
+
* Min: `0` <br />
|
|
99
|
+
* Max: `1`
|
|
100
|
+
*/
|
|
101
|
+
threshold?: number | null;
|
|
102
|
+
}
|
|
103
|
+
export interface ProjectDetail extends ProjectDetailValueOneOf {
|
|
104
|
+
/** key of the detail field from predefined list */
|
|
105
|
+
key?: Key;
|
|
106
|
+
/** display label of the key */
|
|
107
|
+
label?: string;
|
|
108
|
+
/** text value */
|
|
109
|
+
text?: string;
|
|
110
|
+
/** number value */
|
|
111
|
+
number?: number;
|
|
112
|
+
/** date value */
|
|
113
|
+
date?: Date;
|
|
114
|
+
}
|
|
115
|
+
/** @oneof */
|
|
116
|
+
export interface ProjectDetailValueOneOf {
|
|
117
|
+
/** text value */
|
|
118
|
+
text?: string;
|
|
119
|
+
/** number value */
|
|
120
|
+
number?: number;
|
|
121
|
+
/** date value */
|
|
122
|
+
date?: Date;
|
|
123
|
+
}
|
|
124
|
+
export declare enum Key {
|
|
125
|
+
UNDEFINED = "UNDEFINED",
|
|
126
|
+
ROLE = "ROLE",
|
|
127
|
+
LOCATION = "LOCATION",
|
|
128
|
+
DATE = "DATE",
|
|
129
|
+
CUSTOM = "CUSTOM",
|
|
130
|
+
/** examples of values: "real estate", "photography" */
|
|
131
|
+
PROJECT_TYPE = "PROJECT_TYPE"
|
|
132
|
+
}
|
|
133
|
+
export interface ProjectSource {
|
|
134
|
+
appDefId?: string;
|
|
135
|
+
externalId?: string;
|
|
136
|
+
sourceName?: string;
|
|
137
|
+
description?: string | null;
|
|
138
|
+
/** link to external source */
|
|
139
|
+
link?: string | null;
|
|
140
|
+
syncStatus?: SyncStatus;
|
|
141
|
+
/** fields that are synced from external source, should be blocked to update in UI */
|
|
142
|
+
notEditableFields?: string[];
|
|
143
|
+
/** last date the project was synced */
|
|
144
|
+
lastSync?: Date;
|
|
145
|
+
}
|
|
146
|
+
export declare enum SyncStatus {
|
|
147
|
+
SYNCED = "SYNCED",
|
|
148
|
+
SYNCING = "SYNCING",
|
|
149
|
+
NOT_SYNCED = "NOT_SYNCED"
|
|
150
|
+
}
|
|
151
|
+
export interface PageUrlV2 {
|
|
152
|
+
/** The path to that page - e.g /product-page/a-product */
|
|
153
|
+
relativePath?: string;
|
|
154
|
+
/** The URL of that page. e.g https://mysite.com/product-page/a-product */
|
|
155
|
+
url?: string | null;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* The SEO schema object contains data about different types of meta tags. It makes sure that the information about your page is presented properly to search engines.
|
|
159
|
+
* The search engines use this information for ranking purposes, or to display snippets in the search results.
|
|
160
|
+
* This data will override other sources of tags (for example patterns) and will be included in the <head> section of the HTML document, while not being displayed on the page itself.
|
|
161
|
+
*/
|
|
162
|
+
export interface SeoSchema {
|
|
163
|
+
/** SEO tags information. */
|
|
164
|
+
tags?: Tag[];
|
|
165
|
+
/** SEO general settings. */
|
|
166
|
+
settings?: Settings;
|
|
167
|
+
}
|
|
168
|
+
export interface Tag {
|
|
169
|
+
/** SEO tag type. Supported values: `title`, `meta`, `script`, `link`. */
|
|
170
|
+
type?: string;
|
|
171
|
+
/** SEO tag attributes/properties (name, content, rel, href). */
|
|
172
|
+
props?: Record<string, any> | null;
|
|
173
|
+
/** Tag meta data, e.g. {height: 300, width: 240}. */
|
|
174
|
+
meta?: Record<string, any> | null;
|
|
175
|
+
/** Tag inner content e.g. `<title> inner content </title>`. */
|
|
176
|
+
children?: string;
|
|
177
|
+
/** Whether the tag is a custom tag. */
|
|
178
|
+
custom?: boolean;
|
|
179
|
+
/** Whether the tag is disabled. */
|
|
180
|
+
disabled?: boolean;
|
|
181
|
+
}
|
|
182
|
+
export interface Settings {
|
|
183
|
+
/** disable auto creation of 301 redirects on slug changes (enabled by default). */
|
|
184
|
+
preventAutoRedirect?: boolean;
|
|
185
|
+
}
|
|
186
|
+
export interface CommonImage {
|
|
187
|
+
/** Image info - Wix Media Image. Required. */
|
|
188
|
+
imageInfo?: PortfolioCommonImage;
|
|
189
|
+
/** Focal point of the image. */
|
|
190
|
+
focalPoint?: CommonPoint;
|
|
191
|
+
/** Set of key-value pairs describing the media in [Exchangeable Image File format](https://en.wikipedia.org/wiki/Exif). */
|
|
192
|
+
exif?: Record<string, any> | null;
|
|
193
|
+
/**
|
|
194
|
+
* Image compression level. <br />
|
|
195
|
+
*
|
|
196
|
+
* Min: `30` <br />
|
|
197
|
+
* Max: `100`
|
|
198
|
+
*/
|
|
199
|
+
quality?: number | null;
|
|
200
|
+
/** [Unsharp masking](https://en.wikipedia.org/wiki/Unsharp_masking) values of the image. */
|
|
201
|
+
unsharpMasking?: CommonUnsharpMasking;
|
|
202
|
+
}
|
|
203
|
+
export declare enum ImageImageType {
|
|
204
|
+
UNDEFINED = "UNDEFINED",
|
|
205
|
+
WIX_MEDIA = "WIX_MEDIA",
|
|
206
|
+
EXTERNAL = "EXTERNAL"
|
|
207
|
+
}
|
|
208
|
+
export interface PortfolioCommonImage {
|
|
209
|
+
/** WixMedia image ID. Required. */
|
|
210
|
+
id?: string;
|
|
211
|
+
/**
|
|
212
|
+
* Image URL.
|
|
213
|
+
* @readonly
|
|
214
|
+
*/
|
|
215
|
+
url?: string;
|
|
216
|
+
/** Original image height. Required. */
|
|
217
|
+
height?: number;
|
|
218
|
+
/** Original image width. Required. */
|
|
219
|
+
width?: number;
|
|
220
|
+
/** Image alt text. */
|
|
221
|
+
altText?: string | null;
|
|
222
|
+
/** Image filename. */
|
|
223
|
+
filename?: string | null;
|
|
224
|
+
}
|
|
225
|
+
export interface CommonPoint {
|
|
226
|
+
/** X-coordinate of the focal point. */
|
|
227
|
+
x?: number;
|
|
228
|
+
/** Y-coordinate of the focal point. */
|
|
229
|
+
y?: number;
|
|
230
|
+
}
|
|
231
|
+
export interface CommonUnsharpMasking {
|
|
232
|
+
/**
|
|
233
|
+
* Unsharp masking amount. Controls the sharpening strength. <br />
|
|
234
|
+
*
|
|
235
|
+
* Min: `0` <br />
|
|
236
|
+
* Max: `5`
|
|
237
|
+
*/
|
|
238
|
+
amount?: number | null;
|
|
239
|
+
/** Unsharp masking radius in pixels. Controls the sharpening width. */
|
|
240
|
+
radius?: number | null;
|
|
241
|
+
/**
|
|
242
|
+
* Unsharp masking threshold. Controls how different neighboring pixels must be for shapening to apply. <br />
|
|
243
|
+
*
|
|
244
|
+
* Min: `0` <br />
|
|
245
|
+
* Max: `1`
|
|
246
|
+
*/
|
|
247
|
+
threshold?: number | null;
|
|
248
|
+
}
|
|
249
|
+
export interface GetProjectPageDataRequest {
|
|
250
|
+
/** Slug of the project's current collection */
|
|
251
|
+
collectionSlug?: string;
|
|
252
|
+
/** Project's slug */
|
|
253
|
+
projectSlug?: string;
|
|
254
|
+
}
|
|
255
|
+
export interface GetProjectPageDataResponse {
|
|
256
|
+
project?: Project;
|
|
257
|
+
previousProject?: ProjectSlug;
|
|
258
|
+
nextProject?: ProjectSlug;
|
|
259
|
+
}
|
|
260
|
+
export interface ProjectSlug {
|
|
261
|
+
/** Project id */
|
|
262
|
+
projectId?: string;
|
|
263
|
+
slug?: string;
|
|
264
|
+
}
|
|
265
|
+
export interface CreateNewPortfolioAppRequest {
|
|
266
|
+
}
|
|
267
|
+
export interface CreateNewPortfolioAppResponse {
|
|
268
|
+
}
|
|
269
|
+
export interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
270
|
+
metaSiteId?: string;
|
|
271
|
+
version?: string;
|
|
272
|
+
timestamp?: string;
|
|
273
|
+
assets?: Asset[];
|
|
274
|
+
siteCreated?: SiteCreated;
|
|
275
|
+
siteTransferred?: SiteTransferred;
|
|
276
|
+
siteDeleted?: SiteDeleted;
|
|
277
|
+
siteUndeleted?: SiteUndeleted;
|
|
278
|
+
sitePublished?: SitePublished;
|
|
279
|
+
siteUnpublished?: SiteUnpublished;
|
|
280
|
+
siteMarkedAsTemplate?: SiteMarkedAsTemplate;
|
|
281
|
+
siteMarkedAsWixSite?: SiteMarkedAsWixSite;
|
|
282
|
+
serviceProvisioned?: ServiceProvisioned;
|
|
283
|
+
serviceRemoved?: ServiceRemoved;
|
|
284
|
+
siteRenamedPayload?: SiteRenamed;
|
|
285
|
+
hardDeleted?: SiteHardDeleted;
|
|
286
|
+
namespaceChanged?: NamespaceChanged;
|
|
287
|
+
}
|
|
288
|
+
/** @oneof */
|
|
289
|
+
export interface MetaSiteSpecialEventPayloadOneOf {
|
|
290
|
+
siteCreated?: SiteCreated;
|
|
291
|
+
siteTransferred?: SiteTransferred;
|
|
292
|
+
siteDeleted?: SiteDeleted;
|
|
293
|
+
siteUndeleted?: SiteUndeleted;
|
|
294
|
+
sitePublished?: SitePublished;
|
|
295
|
+
siteUnpublished?: SiteUnpublished;
|
|
296
|
+
siteMarkedAsTemplate?: SiteMarkedAsTemplate;
|
|
297
|
+
siteMarkedAsWixSite?: SiteMarkedAsWixSite;
|
|
298
|
+
serviceProvisioned?: ServiceProvisioned;
|
|
299
|
+
serviceRemoved?: ServiceRemoved;
|
|
300
|
+
siteRenamedPayload?: SiteRenamed;
|
|
301
|
+
hardDeleted?: SiteHardDeleted;
|
|
302
|
+
namespaceChanged?: NamespaceChanged;
|
|
303
|
+
}
|
|
304
|
+
export interface Asset {
|
|
305
|
+
appDefId?: string;
|
|
306
|
+
instanceId?: string;
|
|
307
|
+
state?: State;
|
|
308
|
+
}
|
|
309
|
+
export declare enum State {
|
|
310
|
+
UNKNOWN = "UNKNOWN",
|
|
311
|
+
ENABLED = "ENABLED",
|
|
312
|
+
DISABLED = "DISABLED",
|
|
313
|
+
PENDING = "PENDING",
|
|
314
|
+
DEMO = "DEMO"
|
|
315
|
+
}
|
|
316
|
+
export interface SiteCreated {
|
|
317
|
+
originTemplateId?: string;
|
|
318
|
+
ownerId?: string;
|
|
319
|
+
context?: SiteCreatedContext;
|
|
320
|
+
/**
|
|
321
|
+
* A meta site id from which this site was created.
|
|
322
|
+
*
|
|
323
|
+
* In case of a creation from a template it's a template id.
|
|
324
|
+
* In case of a site duplication ("Save As" in dashboard or duplicate in UM) it's an id of a source site.
|
|
325
|
+
*/
|
|
326
|
+
originMetaSiteId?: string | null;
|
|
327
|
+
siteName?: string;
|
|
328
|
+
namespace?: Namespace;
|
|
329
|
+
}
|
|
330
|
+
export declare enum SiteCreatedContext {
|
|
331
|
+
/** A valid option, we don't expose all reasons why site might be created. */
|
|
332
|
+
OTHER = "OTHER",
|
|
333
|
+
/** A meta site was created from template. */
|
|
334
|
+
FROM_TEMPLATE = "FROM_TEMPLATE",
|
|
335
|
+
/** A meta site was created by copying of the transfferred meta site. */
|
|
336
|
+
DUPLICATE_BY_SITE_TRANSFER = "DUPLICATE_BY_SITE_TRANSFER",
|
|
337
|
+
/** A copy of existing meta site. */
|
|
338
|
+
DUPLICATE = "DUPLICATE",
|
|
339
|
+
/** A meta site was created as a transfferred site (copy of the original), old flow, should die soon. */
|
|
340
|
+
OLD_SITE_TRANSFER = "OLD_SITE_TRANSFER",
|
|
341
|
+
/** deprecated A meta site was created for Flash editor. */
|
|
342
|
+
FLASH = "FLASH"
|
|
343
|
+
}
|
|
344
|
+
export declare enum Namespace {
|
|
345
|
+
UNKNOWN_NAMESPACE = "UNKNOWN_NAMESPACE",
|
|
346
|
+
/** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
|
|
347
|
+
WIX = "WIX",
|
|
348
|
+
/** ShoutOut stand alone product. These are siteless (no actual Wix site, no HtmlWeb). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
349
|
+
SHOUT_OUT = "SHOUT_OUT",
|
|
350
|
+
/** MetaSites created by the Albums product, they appear as part of the Albums app. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
351
|
+
ALBUMS = "ALBUMS",
|
|
352
|
+
/** Part of the WixStores migration flow, a user tries to migrate and gets this site to view and if the user likes it then stores removes this namespace and deletes the old site with the old stores. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
353
|
+
WIX_STORES_TEST_DRIVE = "WIX_STORES_TEST_DRIVE",
|
|
354
|
+
/** Hotels standalone (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
355
|
+
HOTELS = "HOTELS",
|
|
356
|
+
/** Clubs siteless MetaSites, a club without a wix website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
357
|
+
CLUBS = "CLUBS",
|
|
358
|
+
/** A partially created ADI website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
359
|
+
ONBOARDING_DRAFT = "ONBOARDING_DRAFT",
|
|
360
|
+
/** AppBuilder for AppStudio / shmite (c). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
361
|
+
DEV_SITE = "DEV_SITE",
|
|
362
|
+
/** LogoMaker websites offered to the user after logo purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
363
|
+
LOGOS = "LOGOS",
|
|
364
|
+
/** VideoMaker websites offered to the user after video purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
365
|
+
VIDEO_MAKER = "VIDEO_MAKER",
|
|
366
|
+
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
367
|
+
PARTNER_DASHBOARD = "PARTNER_DASHBOARD",
|
|
368
|
+
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
369
|
+
DEV_CENTER_COMPANY = "DEV_CENTER_COMPANY",
|
|
370
|
+
/**
|
|
371
|
+
* A draft created by HTML editor on open. Upon "first save" it will be moved to be of WIX domain.
|
|
372
|
+
*
|
|
373
|
+
* Meta site with this namespace will *not* be shown in a user's site list by default.
|
|
374
|
+
*/
|
|
375
|
+
HTML_DRAFT = "HTML_DRAFT",
|
|
376
|
+
/**
|
|
377
|
+
* the user-journey for Fitness users who want to start from managing their business instead of designing their website.
|
|
378
|
+
* Will be accessible from Site List and will not have a website app.
|
|
379
|
+
* Once the user attaches a site, the site will become a regular wixsite.
|
|
380
|
+
*/
|
|
381
|
+
SITELESS_BUSINESS = "SITELESS_BUSINESS",
|
|
382
|
+
/** Belongs to "strategic products" company. Supports new product in the creator's economy space. */
|
|
383
|
+
CREATOR_ECONOMY = "CREATOR_ECONOMY",
|
|
384
|
+
/** It is to be used in the Business First efforts. */
|
|
385
|
+
DASHBOARD_FIRST = "DASHBOARD_FIRST",
|
|
386
|
+
/** Bookings business flow with no site. */
|
|
387
|
+
ANYWHERE = "ANYWHERE"
|
|
388
|
+
}
|
|
389
|
+
/** Site transferred to another user. */
|
|
390
|
+
export interface SiteTransferred {
|
|
391
|
+
/** A previous owner id (user that transfers meta site). */
|
|
392
|
+
oldOwnerId?: string;
|
|
393
|
+
/** A new owner id (user that accepts meta site). */
|
|
394
|
+
newOwnerId?: string;
|
|
395
|
+
}
|
|
396
|
+
/** Soft deletion of the meta site. Could be restored. */
|
|
397
|
+
export interface SiteDeleted {
|
|
398
|
+
deleteContext?: DeleteContext;
|
|
399
|
+
}
|
|
400
|
+
export interface DeleteContext {
|
|
401
|
+
dateDeleted?: Date;
|
|
402
|
+
deleteStatus?: DeleteStatus;
|
|
403
|
+
deleteOrigin?: string;
|
|
404
|
+
initiatorId?: string | null;
|
|
405
|
+
}
|
|
406
|
+
export declare enum DeleteStatus {
|
|
407
|
+
UNKNOWN = "UNKNOWN",
|
|
408
|
+
TRASH = "TRASH",
|
|
409
|
+
DELETED = "DELETED",
|
|
410
|
+
PENDING_PURGE = "PENDING_PURGE"
|
|
411
|
+
}
|
|
412
|
+
/** Restoration of the meta site. */
|
|
413
|
+
export interface SiteUndeleted {
|
|
414
|
+
}
|
|
415
|
+
/** First publish of a meta site. Or subsequent publish after unpublish. */
|
|
416
|
+
export interface SitePublished {
|
|
417
|
+
}
|
|
418
|
+
export interface SiteUnpublished {
|
|
419
|
+
urls?: string[];
|
|
420
|
+
}
|
|
421
|
+
export interface SiteMarkedAsTemplate {
|
|
422
|
+
}
|
|
423
|
+
export interface SiteMarkedAsWixSite {
|
|
424
|
+
}
|
|
425
|
+
export interface ServiceProvisioned {
|
|
426
|
+
/** Either UUID or EmbeddedServiceType. */
|
|
427
|
+
appDefId?: string;
|
|
428
|
+
/** Not only UUID. Something here could be something weird. */
|
|
429
|
+
instanceId?: string;
|
|
430
|
+
originInstanceId?: string;
|
|
431
|
+
version?: string | null;
|
|
432
|
+
}
|
|
433
|
+
export interface ServiceRemoved {
|
|
434
|
+
appDefId?: string;
|
|
435
|
+
instanceId?: string;
|
|
436
|
+
version?: string | null;
|
|
437
|
+
}
|
|
438
|
+
/** Rename of the site. Meaning, free public url has been changed as well. */
|
|
439
|
+
export interface SiteRenamed {
|
|
440
|
+
newSiteName?: string;
|
|
441
|
+
oldSiteName?: string;
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* Hard deletion of the meta site.
|
|
445
|
+
*
|
|
446
|
+
* Could not be restored. Therefore it's desirable to cleanup data.
|
|
447
|
+
*/
|
|
448
|
+
export interface SiteHardDeleted {
|
|
449
|
+
deleteContext?: DeleteContext;
|
|
450
|
+
}
|
|
451
|
+
export interface NamespaceChanged {
|
|
452
|
+
oldNamespace?: Namespace;
|
|
453
|
+
newNamespace?: Namespace;
|
|
454
|
+
}
|
|
455
|
+
export interface Empty {
|
|
456
|
+
}
|
|
457
|
+
export interface InvalidateCache extends InvalidateCacheGetByOneOf {
|
|
458
|
+
/** tell us why you're invalidating the cache. You don't need to add your app name */
|
|
459
|
+
reason?: string | null;
|
|
460
|
+
/** Is local DS */
|
|
461
|
+
localDc?: boolean;
|
|
462
|
+
/** Invalidate by msId. NOT recommended, as this will invalidate the entire site cache! */
|
|
463
|
+
metaSiteId?: string;
|
|
464
|
+
/** Invalidate by Site ID. NOT recommended, as this will invalidate the entire site cache! */
|
|
465
|
+
siteId?: string;
|
|
466
|
+
/** Invalidate by App */
|
|
467
|
+
app?: App;
|
|
468
|
+
/** Invalidate by page id */
|
|
469
|
+
page?: Page;
|
|
470
|
+
/** Invalidate by URI path */
|
|
471
|
+
uri?: URI;
|
|
472
|
+
}
|
|
473
|
+
/** @oneof */
|
|
474
|
+
export interface InvalidateCacheGetByOneOf {
|
|
475
|
+
/** Invalidate by msId. NOT recommended, as this will invalidate the entire site cache! */
|
|
476
|
+
metaSiteId?: string;
|
|
477
|
+
/** Invalidate by Site ID. NOT recommended, as this will invalidate the entire site cache! */
|
|
478
|
+
siteId?: string;
|
|
479
|
+
/** Invalidate by App */
|
|
480
|
+
app?: App;
|
|
481
|
+
/** Invalidate by page id */
|
|
482
|
+
page?: Page;
|
|
483
|
+
/** Invalidate by URI path */
|
|
484
|
+
uri?: URI;
|
|
485
|
+
}
|
|
486
|
+
export interface App {
|
|
487
|
+
/** The AppDefId */
|
|
488
|
+
appDefId?: string;
|
|
489
|
+
/** The instance Id */
|
|
490
|
+
instanceId?: string;
|
|
491
|
+
}
|
|
492
|
+
export interface Page {
|
|
493
|
+
/** the msid the page is on */
|
|
494
|
+
metaSiteId?: string;
|
|
495
|
+
/** Invalidate by Page ID */
|
|
496
|
+
pageId?: string;
|
|
497
|
+
}
|
|
498
|
+
export interface URI {
|
|
499
|
+
/** the msid the URI is on */
|
|
500
|
+
metaSiteId?: string;
|
|
501
|
+
/** URI path to invalidate (e.g. page/my/path) - without leading/trailing slashes */
|
|
502
|
+
uriPath?: string;
|
|
503
|
+
}
|
|
504
|
+
export interface CreateProjectRequest {
|
|
505
|
+
/** Project to be created */
|
|
506
|
+
project: Project;
|
|
507
|
+
}
|
|
508
|
+
export interface CreateProjectResponse {
|
|
509
|
+
/** The created Project */
|
|
510
|
+
project?: Project;
|
|
511
|
+
}
|
|
512
|
+
export interface GetProjectRequest {
|
|
513
|
+
/** Id of the Project to retrieve */
|
|
514
|
+
projectId: string;
|
|
515
|
+
includePageUrl?: boolean | null;
|
|
516
|
+
}
|
|
517
|
+
export interface GetProjectResponse {
|
|
518
|
+
/** The retrieved Project */
|
|
519
|
+
project?: Project;
|
|
520
|
+
}
|
|
521
|
+
export interface ListProjectsRequest {
|
|
522
|
+
/** Projects limit per response is maximum 100, In the first request the cursor is None */
|
|
523
|
+
paging?: CursorPaging;
|
|
524
|
+
includePageUrl?: boolean | null;
|
|
525
|
+
}
|
|
526
|
+
export interface CursorPaging {
|
|
527
|
+
/** Number of items to load. */
|
|
528
|
+
limit?: number | null;
|
|
529
|
+
/**
|
|
530
|
+
* Pointer to the next or previous page in the list of results.
|
|
531
|
+
*
|
|
532
|
+
* You can get the relevant cursor token
|
|
533
|
+
* from the `pagingMetadata` object in the previous call's response.
|
|
534
|
+
* Not relevant for the first request.
|
|
535
|
+
*/
|
|
536
|
+
cursor?: string | null;
|
|
537
|
+
}
|
|
538
|
+
export interface ListProjectsResponse {
|
|
539
|
+
/** The retrieved Projects */
|
|
540
|
+
projects?: Project[];
|
|
541
|
+
/** Paging metadata */
|
|
542
|
+
pagingMetadataV2?: PagingMetadataV2;
|
|
543
|
+
/** Paging metadata */
|
|
544
|
+
metadata?: PagingMetadataV2;
|
|
545
|
+
}
|
|
546
|
+
export interface PagingMetadataV2 {
|
|
547
|
+
/** Number of items returned in the response. */
|
|
548
|
+
count?: number | null;
|
|
549
|
+
/** Offset that was requested. */
|
|
550
|
+
offset?: number | null;
|
|
551
|
+
/** Total number of items that match the query. Returned if offset paging is used and the `tooManyToCount` flag is not set. */
|
|
552
|
+
total?: number | null;
|
|
553
|
+
/** Flag that indicates the server failed to calculate the `total` field. */
|
|
554
|
+
tooManyToCount?: boolean | null;
|
|
555
|
+
/** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
|
|
556
|
+
cursors?: Cursors;
|
|
557
|
+
}
|
|
558
|
+
export interface Cursors {
|
|
559
|
+
/** Cursor pointing to next page in the list of results. */
|
|
560
|
+
next?: string | null;
|
|
561
|
+
/** Cursor pointing to previous page in the list of results. */
|
|
562
|
+
prev?: string | null;
|
|
563
|
+
}
|
|
564
|
+
export interface UpdateProjectRequest {
|
|
565
|
+
/** Project to be updated, may be partial */
|
|
566
|
+
project: Project;
|
|
567
|
+
/** Explicit list of fields to update */
|
|
568
|
+
mask?: string[];
|
|
569
|
+
}
|
|
570
|
+
export interface UpdateProjectResponse {
|
|
571
|
+
/** The updated Project */
|
|
572
|
+
project?: Project;
|
|
573
|
+
}
|
|
574
|
+
export interface DeleteProjectRequest {
|
|
575
|
+
/** Id of the Project to delete */
|
|
576
|
+
projectId: string;
|
|
577
|
+
/** The revision of the Project */
|
|
578
|
+
revision?: string;
|
|
579
|
+
}
|
|
580
|
+
export interface DeleteProjectResponse {
|
|
581
|
+
/** Id of the deleted Project */
|
|
582
|
+
projectId?: string;
|
|
583
|
+
}
|
|
584
|
+
export interface QueryProjectsRequest {
|
|
585
|
+
/** WQL expression */
|
|
586
|
+
query: QueryV2;
|
|
587
|
+
includePageUrl?: boolean | null;
|
|
588
|
+
}
|
|
589
|
+
export interface QueryV2 extends QueryV2PagingMethodOneOf {
|
|
590
|
+
/**
|
|
591
|
+
* Filter object in the following format:
|
|
592
|
+
* `"filter" : {
|
|
593
|
+
* "fieldName1": "value1",
|
|
594
|
+
* "fieldName2":{"$operator":"value2"}
|
|
595
|
+
* }`
|
|
596
|
+
* Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
|
|
597
|
+
*/
|
|
598
|
+
filter?: Record<string, any> | null;
|
|
599
|
+
/**
|
|
600
|
+
* Sort object in the following format:
|
|
601
|
+
* `[{"fieldName":"sortField1","order":"ASC"},{"fieldName":"sortField2","order":"DESC"}]`
|
|
602
|
+
*/
|
|
603
|
+
sort?: Sorting[];
|
|
604
|
+
/** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
|
|
605
|
+
fields?: string[];
|
|
606
|
+
/** Array of named, predefined sets of projected fields. A array of predefined named sets of fields to be returned. Specifying multiple `fieldsets` will return the union of fields from all sets. If `fields` are also specified, the union of `fieldsets` and `fields` is returned. */
|
|
607
|
+
fieldsets?: string[];
|
|
608
|
+
/** Paging options to limit and skip the number of items. */
|
|
609
|
+
paging?: Paging;
|
|
610
|
+
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
611
|
+
cursorPaging?: CursorPaging;
|
|
612
|
+
}
|
|
613
|
+
/** @oneof */
|
|
614
|
+
export interface QueryV2PagingMethodOneOf {
|
|
615
|
+
/** Paging options to limit and skip the number of items. */
|
|
616
|
+
paging?: Paging;
|
|
617
|
+
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
618
|
+
cursorPaging?: CursorPaging;
|
|
619
|
+
}
|
|
620
|
+
export interface Sorting {
|
|
621
|
+
/** Name of the field to sort by. */
|
|
622
|
+
fieldName?: string;
|
|
623
|
+
/** Sort order. */
|
|
624
|
+
order?: SortOrder;
|
|
625
|
+
}
|
|
626
|
+
export declare enum SortOrder {
|
|
627
|
+
ASC = "ASC",
|
|
628
|
+
DESC = "DESC"
|
|
629
|
+
}
|
|
630
|
+
export interface Paging {
|
|
631
|
+
/** Number of items to load. */
|
|
632
|
+
limit?: number | null;
|
|
633
|
+
/** Number of items to skip in the current sort order. */
|
|
634
|
+
offset?: number | null;
|
|
635
|
+
}
|
|
636
|
+
export interface QueryProjectsResponse {
|
|
637
|
+
/** The retrieved Projects */
|
|
638
|
+
projects?: Project[];
|
|
639
|
+
/** Paging metadata */
|
|
640
|
+
pagingMetadataV2?: PagingMetadataV2;
|
|
641
|
+
/** Paging metadata */
|
|
642
|
+
metadata?: PagingMetadataV2;
|
|
643
|
+
}
|
|
644
|
+
export interface UpdateProjectOrderInCollectionRequest {
|
|
645
|
+
/** Id of the Project to update its order */
|
|
646
|
+
projectId: string;
|
|
647
|
+
/** Id of the collection in which the project will be re-ordered */
|
|
648
|
+
collectionId: string;
|
|
649
|
+
/** The new sort order of the project in the given collection */
|
|
650
|
+
sortOrder: number | null;
|
|
651
|
+
}
|
|
652
|
+
export interface UpdateProjectOrderInCollectionResponse {
|
|
653
|
+
/** project with new sort order set */
|
|
654
|
+
project?: ProjectInCollection;
|
|
655
|
+
}
|
|
656
|
+
export interface ProjectInCollection {
|
|
657
|
+
/** Collection ID */
|
|
658
|
+
collectionId?: string;
|
|
659
|
+
/** Project */
|
|
660
|
+
project?: Project;
|
|
661
|
+
/** The sort order of the project in the given Collection */
|
|
662
|
+
sortOrder?: number | null;
|
|
663
|
+
}
|
|
664
|
+
export interface ProjectOrderInCollectionUpdatedEvent {
|
|
665
|
+
/** Id of the Project to update its order */
|
|
666
|
+
projectId?: string;
|
|
667
|
+
/** Id of the collection in which the project will be re-ordered */
|
|
668
|
+
collectionId?: string;
|
|
669
|
+
/** The new sort order of the project in the given collection */
|
|
670
|
+
sortOrder?: number | null;
|
|
671
|
+
}
|
|
672
|
+
export interface QueryProjectWithCollectionInfoRequest {
|
|
673
|
+
/** WQL expression */
|
|
674
|
+
query: QueryV2;
|
|
675
|
+
includePageUrl?: boolean | null;
|
|
676
|
+
}
|
|
677
|
+
export interface QueryProjectWithCollectionInfoResponse {
|
|
678
|
+
/** The retrieved Projects in Collection */
|
|
679
|
+
projects?: ProjectInCollection[];
|
|
680
|
+
/** Paging metadata */
|
|
681
|
+
pagingMetadataV2?: PagingMetadataV2;
|
|
682
|
+
/** Paging metadata */
|
|
683
|
+
metadata?: PagingMetadataV2;
|
|
684
|
+
}
|
|
685
|
+
export interface DomainEvent extends DomainEventBodyOneOf {
|
|
686
|
+
/** random GUID so clients can tell if event was already handled */
|
|
687
|
+
id?: string;
|
|
688
|
+
/**
|
|
689
|
+
* Assumes actions are also always typed to an entity_type
|
|
690
|
+
* Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
|
|
691
|
+
*/
|
|
692
|
+
entityFqdn?: string;
|
|
693
|
+
/**
|
|
694
|
+
* This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
|
|
695
|
+
* This is although the created/updated/deleted notion is duplication of the oneof types
|
|
696
|
+
* Example: created/updated/deleted/started/completed/email_opened
|
|
697
|
+
*/
|
|
698
|
+
slug?: string;
|
|
699
|
+
/**
|
|
700
|
+
* Assuming that all messages including Actions have id
|
|
701
|
+
* Example: The id of the specific order, the id of a specific campaign
|
|
702
|
+
*/
|
|
703
|
+
entityId?: string;
|
|
704
|
+
/** The time of the event. Useful if there was a delay in dispatching */
|
|
705
|
+
eventTime?: Date;
|
|
706
|
+
/**
|
|
707
|
+
* A field that should be set if this event was triggered by an anonymize request.
|
|
708
|
+
* For example you must set it to true when sending an event as a result of a GDPR right to be forgotten request.
|
|
709
|
+
* NOTE: This field is not relevant for `EntityCreatedEvent` but is located here for better ergonomics of consumers.
|
|
710
|
+
*/
|
|
711
|
+
triggeredByAnonymizeRequest?: boolean | null;
|
|
712
|
+
/** If present, indicates the action that triggered the event. */
|
|
713
|
+
originatedFrom?: string | null;
|
|
714
|
+
/**
|
|
715
|
+
* A sequence number defining the order of updates to the underlying entity.
|
|
716
|
+
* For example, given that some entity was updated at 16:00 and than again at 16:01,
|
|
717
|
+
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
718
|
+
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
719
|
+
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
720
|
+
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
721
|
+
*/
|
|
722
|
+
entityEventSequence?: string | null;
|
|
723
|
+
createdEvent?: EntityCreatedEvent;
|
|
724
|
+
updatedEvent?: EntityUpdatedEvent;
|
|
725
|
+
deletedEvent?: EntityDeletedEvent;
|
|
726
|
+
actionEvent?: ActionEvent;
|
|
727
|
+
extendedFieldsUpdatedEvent?: ExtendedFieldsUpdatedEvent;
|
|
728
|
+
}
|
|
729
|
+
/** @oneof */
|
|
730
|
+
export interface DomainEventBodyOneOf {
|
|
731
|
+
createdEvent?: EntityCreatedEvent;
|
|
732
|
+
updatedEvent?: EntityUpdatedEvent;
|
|
733
|
+
deletedEvent?: EntityDeletedEvent;
|
|
734
|
+
actionEvent?: ActionEvent;
|
|
735
|
+
extendedFieldsUpdatedEvent?: ExtendedFieldsUpdatedEvent;
|
|
736
|
+
}
|
|
737
|
+
export interface EntityCreatedEvent {
|
|
738
|
+
entityAsJson?: string;
|
|
739
|
+
}
|
|
740
|
+
export interface EntityUpdatedEvent {
|
|
741
|
+
/**
|
|
742
|
+
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
743
|
+
* This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
|
|
744
|
+
* We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
|
|
745
|
+
*/
|
|
746
|
+
currentEntityAsJson?: string;
|
|
747
|
+
}
|
|
748
|
+
export interface EntityDeletedEvent {
|
|
749
|
+
}
|
|
750
|
+
export interface ActionEvent {
|
|
751
|
+
bodyAsJson?: string;
|
|
752
|
+
}
|
|
753
|
+
export interface ExtendedFieldsUpdatedEvent {
|
|
754
|
+
currentEntityAsJson?: string;
|
|
755
|
+
}
|