@wix/bex-utils 2.93.0 → 2.95.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/@wix/ambassador-os-tags-v1-tag/README.md +34 -0
- package/@wix/ambassador-os-tags-v1-tag/builders/package.json +3 -3
- package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/builders.impl.d.ts +44 -23
- package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/builders.impl.js +385 -145
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/builders.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/crud/http.impl.d.ts +9 -0
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/crud/http.impl.js +16 -0
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/crud/http.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/crud/rpc.impl.d.ts +7 -5
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/crud/rpc.impl.js +50 -0
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/crud/rpc.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/http.impl.d.ts +42 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/http.impl.js +287 -13
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/http.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/meta.impl.d.ts +46 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/meta.impl.js +166 -20
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/proto/client/proto-generated.d.ts +2520 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/proto/proto-generated.d.ts +1267 -0
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/proto/proto-generated.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/proto/server/proto-generated.d.ts +2529 -22
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/rpc.impl.d.ts +49 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/rpc.impl.js +133 -21
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/rpc.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/es → cjs/build}/types.impl.d.ts +382 -170
- package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/types.impl.js +14 -9
- package/@wix/ambassador-os-tags-v1-tag/cjs/build/types.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/cjs/package.json +3 -0
- package/@wix/ambassador-os-tags-v1-tag/crud/http/package.json +3 -3
- package/@wix/ambassador-os-tags-v1-tag/crud/rpc/package.json +2 -2
- package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/builders.impl.d.ts +44 -23
- package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/builders.impl.js +327 -111
- package/@wix/ambassador-os-tags-v1-tag/es/build/builders.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/es/build/crud/http.impl.d.ts +9 -0
- package/@wix/ambassador-os-tags-v1-tag/es/build/crud/http.impl.js +12 -0
- package/@wix/ambassador-os-tags-v1-tag/es/build/crud/http.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/crud/rpc.impl.d.ts +7 -5
- package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/crud/rpc.impl.js +12 -4
- package/@wix/ambassador-os-tags-v1-tag/es/build/crud/rpc.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/es/build/http.impl.d.ts +42 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/http.impl.js +270 -2
- package/@wix/ambassador-os-tags-v1-tag/es/build/http.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/es/build/meta.impl.d.ts +46 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/meta.impl.js +127 -1
- package/@wix/ambassador-os-tags-v1-tag/es/build/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/es/build/proto/client/proto-generated.d.ts +12332 -0
- package/@wix/ambassador-os-tags-v1-tag/es/build/proto/client/proto-generated.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/es/build/proto/proto-generated.d.ts +6182 -0
- package/@wix/ambassador-os-tags-v1-tag/es/build/proto/proto-generated.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/es/build/proto/server/proto-generated.d.ts +12307 -0
- package/@wix/ambassador-os-tags-v1-tag/es/build/proto/server/proto-generated.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/es/build/rpc.impl.d.ts +49 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/rpc.impl.js +93 -1
- package/@wix/ambassador-os-tags-v1-tag/es/build/rpc.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/{build/cjs → es/build}/types.impl.d.ts +382 -170
- package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/types.impl.js +12 -7
- package/@wix/ambassador-os-tags-v1-tag/es/build/types.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/http/package.json +3 -3
- package/@wix/ambassador-os-tags-v1-tag/meta/package.json +3 -3
- package/@wix/ambassador-os-tags-v1-tag/package.json +68 -13
- package/@wix/ambassador-os-tags-v1-tag/rpc/package.json +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/com/wixpress/iptf/webhooks/debug.proto +34 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/com/wixpress/iptf/webhooks/kv.proto +42 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/com/wixpress/iptf/webhooks/message_envelope.proto +54 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +3 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/webhooks_debug_service.proto +32 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/webhooks_sync_service.proto +33 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +111 -3
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +10 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +6 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/permissions.proto +6 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +5 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/domainevents/attributeupdated.proto +20 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/domainevents/domainevents.proto +112 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +69 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +12 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_account_service.proto +43 -3
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_global_service.proto +171 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +49 -3
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/upstream/wix/common/bulk.proto +69 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/upstream/wix/common/paging.proto +121 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/upstream/wix/common/query.proto +771 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/upstream/wix/common/sorting.proto +27 -0
- package/@wix/ambassador-os-tags-v1-tag/types/package.json +3 -3
- package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
- package/@wix/bex-bundled-mini-essentials/package.json +1 -1
- package/package.json +4 -4
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.d.ts +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.js +0 -5
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.js +0 -41
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.d.ts +0 -26
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.d.ts +0 -33
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +0 -83454
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.d.ts +0 -34
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.d.ts +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.js +0 -2
- package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/crud/rpc.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.d.ts +0 -26
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.d.ts +0 -33
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.d.ts +0 -34
- package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.js.map +0 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +0 -1
- /package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/proto/client/proto-generated.js +0 -0
- /package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/proto/server/proto-generated.js +0 -0
package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/proto/client/proto-generated.d.ts
RENAMED
|
@@ -8,6 +8,214 @@ type $$GeneratedMessage$$<C> = Function & { prototype: C } & $GeneratedMessageCl
|
|
|
8
8
|
declare namespace $requests {
|
|
9
9
|
export namespace com {
|
|
10
10
|
export namespace wixpress {
|
|
11
|
+
export namespace iptf {
|
|
12
|
+
export namespace webhooks {
|
|
13
|
+
export interface IQueryOffsetRequest {
|
|
14
|
+
topic?: string;
|
|
15
|
+
partition?: number;
|
|
16
|
+
offset?: (number | string);
|
|
17
|
+
}
|
|
18
|
+
export class QueryOffsetRequest implements IQueryOffsetRequest {
|
|
19
|
+
constructor(data?: IQueryOffsetRequest);
|
|
20
|
+
topic?: string;
|
|
21
|
+
partition?: number;
|
|
22
|
+
offset?: (number | string);
|
|
23
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
24
|
+
}
|
|
25
|
+
export interface IQueryMessageIdRequest {
|
|
26
|
+
messageId?: string;
|
|
27
|
+
}
|
|
28
|
+
export class QueryMessageIdRequest implements IQueryMessageIdRequest {
|
|
29
|
+
constructor(data?: IQueryMessageIdRequest);
|
|
30
|
+
messageId?: string;
|
|
31
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
32
|
+
}
|
|
33
|
+
export interface IQueryResponse {
|
|
34
|
+
json?: string[];
|
|
35
|
+
}
|
|
36
|
+
export class QueryResponse implements IQueryResponse {
|
|
37
|
+
constructor(data?: IQueryResponse);
|
|
38
|
+
json?: string[];
|
|
39
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
40
|
+
}
|
|
41
|
+
export interface IQueryAppRequest {
|
|
42
|
+
appDefId?: string;
|
|
43
|
+
version?: string;
|
|
44
|
+
}
|
|
45
|
+
export class QueryAppRequest implements IQueryAppRequest {
|
|
46
|
+
constructor(data?: IQueryAppRequest);
|
|
47
|
+
appDefId?: string;
|
|
48
|
+
version?: string;
|
|
49
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
50
|
+
}
|
|
51
|
+
export interface IQueryAppSecretAndPrivateKeyRequest {
|
|
52
|
+
appDefId?: string;
|
|
53
|
+
}
|
|
54
|
+
export class QueryAppSecretAndPrivateKeyRequest implements IQueryAppSecretAndPrivateKeyRequest {
|
|
55
|
+
constructor(data?: IQueryAppSecretAndPrivateKeyRequest);
|
|
56
|
+
appDefId?: string;
|
|
57
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
58
|
+
}
|
|
59
|
+
export interface IQueryAppSecretAndPrivateKeyResponse {
|
|
60
|
+
privateKey?: string;
|
|
61
|
+
secret?: string;
|
|
62
|
+
}
|
|
63
|
+
export class QueryAppSecretAndPrivateKeyResponse implements IQueryAppSecretAndPrivateKeyResponse {
|
|
64
|
+
constructor(data?: IQueryAppSecretAndPrivateKeyResponse);
|
|
65
|
+
privateKey?: string;
|
|
66
|
+
secret?: string;
|
|
67
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
68
|
+
}
|
|
69
|
+
export interface IQueryAppResponse {
|
|
70
|
+
permissions?: string[];
|
|
71
|
+
privateKey?: string;
|
|
72
|
+
secret?: string;
|
|
73
|
+
webhook?: $requests.com.wixpress.iptf.webhooks.IDispatcherAppWebhook[];
|
|
74
|
+
}
|
|
75
|
+
export class QueryAppResponse implements IQueryAppResponse {
|
|
76
|
+
constructor(data?: IQueryAppResponse);
|
|
77
|
+
permissions?: string[];
|
|
78
|
+
privateKey?: string;
|
|
79
|
+
secret?: string;
|
|
80
|
+
webhook?: $requests.com.wixpress.iptf.webhooks.IDispatcherAppWebhook[];
|
|
81
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
82
|
+
}
|
|
83
|
+
export interface IDispatcherAppWebhook {
|
|
84
|
+
webhookSlug?: string;
|
|
85
|
+
callbackUrl?: string;
|
|
86
|
+
}
|
|
87
|
+
export class DispatcherAppWebhook implements IDispatcherAppWebhook {
|
|
88
|
+
constructor(data?: IDispatcherAppWebhook);
|
|
89
|
+
webhookSlug?: string;
|
|
90
|
+
callbackUrl?: string;
|
|
91
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
92
|
+
}
|
|
93
|
+
export namespace api {
|
|
94
|
+
export namespace v1 {
|
|
95
|
+
export interface ISubmitWebhookRequest {
|
|
96
|
+
url?: string;
|
|
97
|
+
eventType?: string;
|
|
98
|
+
topic?: string;
|
|
99
|
+
payload?: string;
|
|
100
|
+
httpMethod?: string;
|
|
101
|
+
jwtSecret?: string;
|
|
102
|
+
expireInMs?: (number | string);
|
|
103
|
+
submitted?: (number | string);
|
|
104
|
+
shouldOverrideProxy?: boolean;
|
|
105
|
+
rsaPrivateKey?: string;
|
|
106
|
+
}
|
|
107
|
+
export class SubmitWebhookRequest implements ISubmitWebhookRequest {
|
|
108
|
+
constructor(data?: ISubmitWebhookRequest);
|
|
109
|
+
url?: string;
|
|
110
|
+
eventType?: string;
|
|
111
|
+
topic?: string;
|
|
112
|
+
payload?: string;
|
|
113
|
+
httpMethod?: string;
|
|
114
|
+
jwtSecret?: string;
|
|
115
|
+
expireInMs?: (number | string);
|
|
116
|
+
submitted?: (number | string);
|
|
117
|
+
shouldOverrideProxy?: boolean;
|
|
118
|
+
rsaPrivateKey?: string;
|
|
119
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
120
|
+
}
|
|
121
|
+
export interface ISubmitWebhookResponse {
|
|
122
|
+
statusCode?: number;
|
|
123
|
+
message?: string;
|
|
124
|
+
}
|
|
125
|
+
export class SubmitWebhookResponse implements ISubmitWebhookResponse {
|
|
126
|
+
constructor(data?: ISubmitWebhookResponse);
|
|
127
|
+
statusCode?: number;
|
|
128
|
+
message?: string;
|
|
129
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
130
|
+
}
|
|
131
|
+
export interface ISignHashRequest {
|
|
132
|
+
hashedPayload?: string;
|
|
133
|
+
algorithm?: $requests.com.wixpress.iptf.webhooks.api.v1.HashFunction;
|
|
134
|
+
appdefId?: string;
|
|
135
|
+
expirationInMillis?: (number | string);
|
|
136
|
+
artifactId?: string;
|
|
137
|
+
}
|
|
138
|
+
export class SignHashRequest implements ISignHashRequest {
|
|
139
|
+
constructor(data?: ISignHashRequest);
|
|
140
|
+
hashedPayload?: string;
|
|
141
|
+
algorithm?: $requests.com.wixpress.iptf.webhooks.api.v1.HashFunction;
|
|
142
|
+
appdefId?: string;
|
|
143
|
+
expirationInMillis?: (number | string);
|
|
144
|
+
artifactId?: string;
|
|
145
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
146
|
+
}
|
|
147
|
+
export interface ISignResponse {
|
|
148
|
+
token?: string;
|
|
149
|
+
}
|
|
150
|
+
export class SignResponse implements ISignResponse {
|
|
151
|
+
constructor(data?: ISignResponse);
|
|
152
|
+
token?: string;
|
|
153
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
154
|
+
}
|
|
155
|
+
export enum HashFunction {
|
|
156
|
+
SHA256 = "SHA256",
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
export namespace v1 {
|
|
162
|
+
export namespace webhooks {
|
|
163
|
+
export interface IMessageEnvelope {
|
|
164
|
+
instanceId?: string;
|
|
165
|
+
eventType?: string;
|
|
166
|
+
identity?: $requests.com.wixpress.iptf.v1.webhooks.IIdentificationData;
|
|
167
|
+
data?: string;
|
|
168
|
+
accountInfo?: $requests.com.wixpress.iptf.v1.webhooks.IAccountInfo;
|
|
169
|
+
}
|
|
170
|
+
export class MessageEnvelope implements IMessageEnvelope {
|
|
171
|
+
constructor(data?: IMessageEnvelope);
|
|
172
|
+
instanceId?: string;
|
|
173
|
+
eventType?: string;
|
|
174
|
+
identity?: $requests.com.wixpress.iptf.v1.webhooks.IIdentificationData;
|
|
175
|
+
data?: string;
|
|
176
|
+
accountInfo?: $requests.com.wixpress.iptf.v1.webhooks.IAccountInfo;
|
|
177
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
178
|
+
}
|
|
179
|
+
export interface IIdentificationData {
|
|
180
|
+
identityType?: $requests.com.wixpress.iptf.v1.webhooks.IdentificationData.WebhookIdentityType;
|
|
181
|
+
anonymousVisitorId?: string;
|
|
182
|
+
memberId?: string;
|
|
183
|
+
wixUserId?: string;
|
|
184
|
+
appId?: string;
|
|
185
|
+
}
|
|
186
|
+
export class IdentificationData implements IIdentificationData {
|
|
187
|
+
constructor(data?: IIdentificationData);
|
|
188
|
+
identityType?: $requests.com.wixpress.iptf.v1.webhooks.IdentificationData.WebhookIdentityType;
|
|
189
|
+
anonymousVisitorId?: string;
|
|
190
|
+
memberId?: string;
|
|
191
|
+
wixUserId?: string;
|
|
192
|
+
appId?: string;
|
|
193
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
194
|
+
}
|
|
195
|
+
export namespace IdentificationData {
|
|
196
|
+
export enum WebhookIdentityType {
|
|
197
|
+
UNKNOWN = "UNKNOWN",
|
|
198
|
+
ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
|
|
199
|
+
MEMBER = "MEMBER",
|
|
200
|
+
WIX_USER = "WIX_USER",
|
|
201
|
+
APP = "APP",
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
export interface IAccountInfo {
|
|
205
|
+
accountId?: string;
|
|
206
|
+
parentAccountId?: string;
|
|
207
|
+
siteId?: string;
|
|
208
|
+
}
|
|
209
|
+
export class AccountInfo implements IAccountInfo {
|
|
210
|
+
constructor(data?: IAccountInfo);
|
|
211
|
+
accountId?: string;
|
|
212
|
+
parentAccountId?: string;
|
|
213
|
+
siteId?: string;
|
|
214
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
11
219
|
export namespace items_selection {
|
|
12
220
|
export namespace spi {
|
|
13
221
|
export namespace v1 {
|
|
@@ -113,6 +321,9 @@ declare namespace $requests {
|
|
|
113
321
|
PIPELINE_LINKED_ENTITY = "PIPELINE_LINKED_ENTITY",
|
|
114
322
|
GET_PAID = "GET_PAID",
|
|
115
323
|
PIPELINE_CARD_CATALOG_ITEM = "PIPELINE_CARD_CATALOG_ITEM",
|
|
324
|
+
OWNER_CHECKOUT = "OWNER_CHECKOUT",
|
|
325
|
+
ECOM_PREVIEW_CHECKOUT = "ECOM_PREVIEW_CHECKOUT",
|
|
326
|
+
ALL_CATEGORIES = "ALL_CATEGORIES",
|
|
116
327
|
}
|
|
117
328
|
export enum PaginationMode {
|
|
118
329
|
UNKNOWN_PAGINATION_MODE = "UNKNOWN_PAGINATION_MODE",
|
|
@@ -465,11 +676,13 @@ declare namespace $requests {
|
|
|
465
676
|
export interface IAlignedWithEnum {
|
|
466
677
|
field?: string;
|
|
467
678
|
suffix?: string;
|
|
679
|
+
skipEmptyOptionsHandling?: boolean;
|
|
468
680
|
}
|
|
469
681
|
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
470
682
|
constructor(data?: IAlignedWithEnum);
|
|
471
683
|
field?: string;
|
|
472
684
|
suffix?: string;
|
|
685
|
+
skipEmptyOptionsHandling?: boolean;
|
|
473
686
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
474
687
|
}
|
|
475
688
|
export enum Format {
|
|
@@ -1068,6 +1281,7 @@ declare namespace $requests {
|
|
|
1068
1281
|
NO_VIRTUAL_SUBFIELDS = "NO_VIRTUAL_SUBFIELDS",
|
|
1069
1282
|
DATE = "DATE",
|
|
1070
1283
|
EMAIL = "EMAIL",
|
|
1284
|
+
DATE_TIME = "DATE_TIME",
|
|
1071
1285
|
}
|
|
1072
1286
|
export interface IOperatorFieldSupport {
|
|
1073
1287
|
operator?: $requests.wix.api.Wql.Operator[];
|
|
@@ -1170,6 +1384,113 @@ declare namespace $requests {
|
|
|
1170
1384
|
GA = "GA",
|
|
1171
1385
|
NOT_IMPLEMENTED = "NOT_IMPLEMENTED",
|
|
1172
1386
|
}
|
|
1387
|
+
export interface IAudience {
|
|
1388
|
+
uou?: $requests.wix.api.Audience.IUou;
|
|
1389
|
+
apps?: $requests.wix.api.Audience.IApps;
|
|
1390
|
+
users?: $requests.wix.api.Audience.IUsers;
|
|
1391
|
+
boUsers?: $requests.wix.api.Audience.IBoUsers;
|
|
1392
|
+
anonymous?: $requests.wix.api.Audience.IAnonymous;
|
|
1393
|
+
}
|
|
1394
|
+
export class Audience implements IAudience {
|
|
1395
|
+
constructor(data?: IAudience);
|
|
1396
|
+
uou?: $requests.wix.api.Audience.IUou;
|
|
1397
|
+
apps?: $requests.wix.api.Audience.IApps;
|
|
1398
|
+
users?: $requests.wix.api.Audience.IUsers;
|
|
1399
|
+
boUsers?: $requests.wix.api.Audience.IBoUsers;
|
|
1400
|
+
anonymous?: $requests.wix.api.Audience.IAnonymous;
|
|
1401
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1402
|
+
}
|
|
1403
|
+
export namespace Audience {
|
|
1404
|
+
export interface IUou {
|
|
1405
|
+
access?: $requests.wix.api.Audience.Uou.Access;
|
|
1406
|
+
}
|
|
1407
|
+
export class Uou implements IUou {
|
|
1408
|
+
constructor(data?: IUou);
|
|
1409
|
+
access?: $requests.wix.api.Audience.Uou.Access;
|
|
1410
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1411
|
+
}
|
|
1412
|
+
export namespace Uou {
|
|
1413
|
+
export enum Access {
|
|
1414
|
+
NOT_ALLOWED = "NOT_ALLOWED",
|
|
1415
|
+
MEMBER_ONLY = "MEMBER_ONLY",
|
|
1416
|
+
MEMBERS_AND_VISITORS = "MEMBERS_AND_VISITORS",
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
export interface IApps {
|
|
1420
|
+
access?: $requests.wix.api.Audience.Apps.Access;
|
|
1421
|
+
}
|
|
1422
|
+
export class Apps implements IApps {
|
|
1423
|
+
constructor(data?: IApps);
|
|
1424
|
+
access?: $requests.wix.api.Audience.Apps.Access;
|
|
1425
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1426
|
+
}
|
|
1427
|
+
export namespace Apps {
|
|
1428
|
+
export enum Access {
|
|
1429
|
+
NOT_ALLOWED = "NOT_ALLOWED",
|
|
1430
|
+
WIX_APPS_ONLY = "WIX_APPS_ONLY",
|
|
1431
|
+
WIX_AND_PUBLIC_APPS = "WIX_AND_PUBLIC_APPS",
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
export interface IUsers {
|
|
1435
|
+
access?: $requests.wix.api.Audience.Users.Access;
|
|
1436
|
+
}
|
|
1437
|
+
export class Users implements IUsers {
|
|
1438
|
+
constructor(data?: IUsers);
|
|
1439
|
+
access?: $requests.wix.api.Audience.Users.Access;
|
|
1440
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1441
|
+
}
|
|
1442
|
+
export namespace Users {
|
|
1443
|
+
export enum Access {
|
|
1444
|
+
NOT_ALLOWED = "NOT_ALLOWED",
|
|
1445
|
+
ALLOWED = "ALLOWED",
|
|
1446
|
+
}
|
|
1447
|
+
}
|
|
1448
|
+
export interface IBoUsers {
|
|
1449
|
+
access?: $requests.wix.api.Audience.BoUsers.Access;
|
|
1450
|
+
}
|
|
1451
|
+
export class BoUsers implements IBoUsers {
|
|
1452
|
+
constructor(data?: IBoUsers);
|
|
1453
|
+
access?: $requests.wix.api.Audience.BoUsers.Access;
|
|
1454
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1455
|
+
}
|
|
1456
|
+
export namespace BoUsers {
|
|
1457
|
+
export enum Access {
|
|
1458
|
+
NOT_ALLOWED = "NOT_ALLOWED",
|
|
1459
|
+
ALLOWED = "ALLOWED",
|
|
1460
|
+
}
|
|
1461
|
+
}
|
|
1462
|
+
export interface IAnonymous {
|
|
1463
|
+
access?: $requests.wix.api.Audience.Anonymous.Access;
|
|
1464
|
+
}
|
|
1465
|
+
export class Anonymous implements IAnonymous {
|
|
1466
|
+
constructor(data?: IAnonymous);
|
|
1467
|
+
access?: $requests.wix.api.Audience.Anonymous.Access;
|
|
1468
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1469
|
+
}
|
|
1470
|
+
export namespace Anonymous {
|
|
1471
|
+
export enum Access {
|
|
1472
|
+
NOT_ALLOWED = "NOT_ALLOWED",
|
|
1473
|
+
ALLOWED = "ALLOWED",
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
}
|
|
1477
|
+
export interface ITenancyOptions {
|
|
1478
|
+
type?: $requests.wix.api.TenancyOptions.Type;
|
|
1479
|
+
}
|
|
1480
|
+
export class TenancyOptions implements ITenancyOptions {
|
|
1481
|
+
constructor(data?: ITenancyOptions);
|
|
1482
|
+
type?: $requests.wix.api.TenancyOptions.Type;
|
|
1483
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1484
|
+
}
|
|
1485
|
+
export namespace TenancyOptions {
|
|
1486
|
+
export enum Type {
|
|
1487
|
+
SITE = "SITE",
|
|
1488
|
+
ACCOUNT = "ACCOUNT",
|
|
1489
|
+
ORGANIZATION = "ORGANIZATION",
|
|
1490
|
+
CUSTOM = "CUSTOM",
|
|
1491
|
+
INSTANCE = "INSTANCE",
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1173
1494
|
export interface IServiceEntity {
|
|
1174
1495
|
message?: string;
|
|
1175
1496
|
namespace?: string;
|
|
@@ -1199,6 +1520,7 @@ declare namespace $requests {
|
|
|
1199
1520
|
eventsMaturity?: $requests.wix.api.Maturity;
|
|
1200
1521
|
persistence?: $requests.wix.api.IPersistence;
|
|
1201
1522
|
permissionOptions?: $requests.wix.api.IPermissionCatalogOptions;
|
|
1523
|
+
tenancy?: $requests.wix.api.ITenancyOptions;
|
|
1202
1524
|
}
|
|
1203
1525
|
export class Entity implements IEntity {
|
|
1204
1526
|
constructor(data?: IEntity);
|
|
@@ -1220,6 +1542,7 @@ declare namespace $requests {
|
|
|
1220
1542
|
eventsMaturity?: $requests.wix.api.Maturity;
|
|
1221
1543
|
persistence?: $requests.wix.api.IPersistence;
|
|
1222
1544
|
permissionOptions?: $requests.wix.api.IPermissionCatalogOptions;
|
|
1545
|
+
tenancy?: $requests.wix.api.ITenancyOptions;
|
|
1223
1546
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1224
1547
|
}
|
|
1225
1548
|
export interface IPermissionCatalogOptions {
|
|
@@ -1339,6 +1662,7 @@ declare namespace $requests {
|
|
|
1339
1662
|
eventType?: $requests.wix.api.Callback.EventType;
|
|
1340
1663
|
exposure?: $requests.wix.api.Exposure;
|
|
1341
1664
|
maturity?: $requests.wix.api.Maturity;
|
|
1665
|
+
tenancy?: $requests.wix.api.Tenancy;
|
|
1342
1666
|
}
|
|
1343
1667
|
export class Callback implements ICallback {
|
|
1344
1668
|
constructor(data?: ICallback);
|
|
@@ -1349,6 +1673,7 @@ declare namespace $requests {
|
|
|
1349
1673
|
eventType?: $requests.wix.api.Callback.EventType;
|
|
1350
1674
|
exposure?: $requests.wix.api.Exposure;
|
|
1351
1675
|
maturity?: $requests.wix.api.Maturity;
|
|
1676
|
+
tenancy?: $requests.wix.api.Tenancy;
|
|
1352
1677
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1353
1678
|
}
|
|
1354
1679
|
export namespace Callback {
|
|
@@ -1425,6 +1750,14 @@ declare namespace $requests {
|
|
|
1425
1750
|
payload?: string;
|
|
1426
1751
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1427
1752
|
}
|
|
1753
|
+
/**
|
|
1754
|
+
* Indicates the callback tenancy
|
|
1755
|
+
*/
|
|
1756
|
+
export enum Tenancy {
|
|
1757
|
+
SITE = "SITE",
|
|
1758
|
+
ACCOUNT = "ACCOUNT",
|
|
1759
|
+
GLOBAL = "GLOBAL",
|
|
1760
|
+
}
|
|
1428
1761
|
export interface ISegment {
|
|
1429
1762
|
}
|
|
1430
1763
|
export class Segment implements ISegment {
|
|
@@ -1651,17 +1984,23 @@ declare namespace $requests {
|
|
|
1651
1984
|
export interface IPermissionRule {
|
|
1652
1985
|
name?: string;
|
|
1653
1986
|
type?: $requests.wix.api.PermissionType;
|
|
1987
|
+
abacRequestValidation?: $requests.wix.api.AbacRequestValidationMode;
|
|
1654
1988
|
}
|
|
1655
1989
|
export class PermissionRule implements IPermissionRule {
|
|
1656
1990
|
constructor(data?: IPermissionRule);
|
|
1657
1991
|
name?: string;
|
|
1658
1992
|
type?: $requests.wix.api.PermissionType;
|
|
1993
|
+
abacRequestValidation?: $requests.wix.api.AbacRequestValidationMode;
|
|
1659
1994
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1660
1995
|
}
|
|
1661
1996
|
export enum PermissionType {
|
|
1662
1997
|
AUTO = "AUTO",
|
|
1663
1998
|
MANUAL = "MANUAL",
|
|
1664
1999
|
}
|
|
2000
|
+
export enum AbacRequestValidationMode {
|
|
2001
|
+
ON = "ON",
|
|
2002
|
+
OFF = "OFF",
|
|
2003
|
+
}
|
|
1665
2004
|
export interface ISla {
|
|
1666
2005
|
responseTimeMs?: number;
|
|
1667
2006
|
}
|
|
@@ -2905,6 +3244,112 @@ declare namespace $requests {
|
|
|
2905
3244
|
}
|
|
2906
3245
|
}
|
|
2907
3246
|
}
|
|
3247
|
+
export namespace domainevents {
|
|
3248
|
+
export interface IAttributeUpdated {
|
|
3249
|
+
previousValue?: any;
|
|
3250
|
+
value?: any;
|
|
3251
|
+
}
|
|
3252
|
+
export class AttributeUpdated implements IAttributeUpdated {
|
|
3253
|
+
constructor(data?: IAttributeUpdated);
|
|
3254
|
+
previousValue?: any;
|
|
3255
|
+
value?: any;
|
|
3256
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3257
|
+
}
|
|
3258
|
+
export interface IEntityCreatedEvent {
|
|
3259
|
+
entityAsJson?: string;
|
|
3260
|
+
triggeredByUndelete?: boolean;
|
|
3261
|
+
restoreInfo?: $requests.wix.common.domainevents.IRestoreInfo;
|
|
3262
|
+
additionalMetadataAsJson?: string;
|
|
3263
|
+
}
|
|
3264
|
+
export class EntityCreatedEvent implements IEntityCreatedEvent {
|
|
3265
|
+
constructor(data?: IEntityCreatedEvent);
|
|
3266
|
+
entityAsJson?: string;
|
|
3267
|
+
triggeredByUndelete?: boolean;
|
|
3268
|
+
restoreInfo?: $requests.wix.common.domainevents.IRestoreInfo;
|
|
3269
|
+
additionalMetadataAsJson?: string;
|
|
3270
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3271
|
+
}
|
|
3272
|
+
export interface IEntityUpdatedEvent {
|
|
3273
|
+
currentEntityAsJson?: string;
|
|
3274
|
+
previousEntityAsJson?: string;
|
|
3275
|
+
modifiedFields?: { [k: string]: any };
|
|
3276
|
+
additionalMetadataAsJson?: string;
|
|
3277
|
+
}
|
|
3278
|
+
export class EntityUpdatedEvent implements IEntityUpdatedEvent {
|
|
3279
|
+
constructor(data?: IEntityUpdatedEvent);
|
|
3280
|
+
currentEntityAsJson?: string;
|
|
3281
|
+
previousEntityAsJson?: string;
|
|
3282
|
+
modifiedFields?: { [k: string]: any };
|
|
3283
|
+
additionalMetadataAsJson?: string;
|
|
3284
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3285
|
+
}
|
|
3286
|
+
export interface IEntityDeletedEvent {
|
|
3287
|
+
movedToTrash?: boolean;
|
|
3288
|
+
deletedEntityAsJson?: string;
|
|
3289
|
+
additionalMetadataAsJson?: string;
|
|
3290
|
+
}
|
|
3291
|
+
export class EntityDeletedEvent implements IEntityDeletedEvent {
|
|
3292
|
+
constructor(data?: IEntityDeletedEvent);
|
|
3293
|
+
movedToTrash?: boolean;
|
|
3294
|
+
deletedEntityAsJson?: string;
|
|
3295
|
+
additionalMetadataAsJson?: string;
|
|
3296
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3297
|
+
}
|
|
3298
|
+
export interface IActionEvent {
|
|
3299
|
+
bodyAsJson?: string;
|
|
3300
|
+
}
|
|
3301
|
+
export class ActionEvent implements IActionEvent {
|
|
3302
|
+
constructor(data?: IActionEvent);
|
|
3303
|
+
bodyAsJson?: string;
|
|
3304
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3305
|
+
}
|
|
3306
|
+
export interface IDomainEvent {
|
|
3307
|
+
id?: string;
|
|
3308
|
+
entityFqdn?: string;
|
|
3309
|
+
slug?: string;
|
|
3310
|
+
entityId?: string;
|
|
3311
|
+
createdEvent?: $requests.wix.common.domainevents.IEntityCreatedEvent;
|
|
3312
|
+
updatedEvent?: $requests.wix.common.domainevents.IEntityUpdatedEvent;
|
|
3313
|
+
deletedEvent?: $requests.wix.common.domainevents.IEntityDeletedEvent;
|
|
3314
|
+
actionEvent?: $requests.wix.common.domainevents.IActionEvent;
|
|
3315
|
+
eventTime?: Date;
|
|
3316
|
+
triggeredByAnonymizeRequest?: boolean;
|
|
3317
|
+
originatedFrom?: string;
|
|
3318
|
+
entityEventSequence?: (number | string);
|
|
3319
|
+
}
|
|
3320
|
+
export class DomainEvent implements IDomainEvent {
|
|
3321
|
+
constructor(data?: IDomainEvent);
|
|
3322
|
+
id?: string;
|
|
3323
|
+
entityFqdn?: string;
|
|
3324
|
+
slug?: string;
|
|
3325
|
+
entityId?: string;
|
|
3326
|
+
createdEvent?: $requests.wix.common.domainevents.IEntityCreatedEvent;
|
|
3327
|
+
updatedEvent?: $requests.wix.common.domainevents.IEntityUpdatedEvent;
|
|
3328
|
+
deletedEvent?: $requests.wix.common.domainevents.IEntityDeletedEvent;
|
|
3329
|
+
actionEvent?: $requests.wix.common.domainevents.IActionEvent;
|
|
3330
|
+
eventTime?: Date;
|
|
3331
|
+
triggeredByAnonymizeRequest?: boolean;
|
|
3332
|
+
originatedFrom?: string;
|
|
3333
|
+
entityEventSequence?: (number | string);
|
|
3334
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3335
|
+
}
|
|
3336
|
+
export interface IDomainEvents {
|
|
3337
|
+
domainEvents?: $requests.wix.common.domainevents.IDomainEvent[];
|
|
3338
|
+
}
|
|
3339
|
+
export class DomainEvents implements IDomainEvents {
|
|
3340
|
+
constructor(data?: IDomainEvents);
|
|
3341
|
+
domainEvents?: $requests.wix.common.domainevents.IDomainEvent[];
|
|
3342
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3343
|
+
}
|
|
3344
|
+
export interface IRestoreInfo {
|
|
3345
|
+
deletedDate?: Date;
|
|
3346
|
+
}
|
|
3347
|
+
export class RestoreInfo implements IRestoreInfo {
|
|
3348
|
+
constructor(data?: IRestoreInfo);
|
|
3349
|
+
deletedDate?: Date;
|
|
3350
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3351
|
+
}
|
|
3352
|
+
}
|
|
2908
3353
|
export interface IIdentificationData {
|
|
2909
3354
|
contactId?: string;
|
|
2910
3355
|
identityType?: $requests.wix.common.IdentificationData.IdentityType;
|
|
@@ -3286,6 +3731,30 @@ declare namespace $requests {
|
|
|
3286
3731
|
fields?: string[];
|
|
3287
3732
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3288
3733
|
}
|
|
3734
|
+
export interface ISearchSuggest {
|
|
3735
|
+
suggest?: $requests.wix.common.ISearchSuggestDetails;
|
|
3736
|
+
sort?: $requests.wix.common.ISorting[];
|
|
3737
|
+
filter?: { [key: string]: any };
|
|
3738
|
+
limit?: number;
|
|
3739
|
+
}
|
|
3740
|
+
export class SearchSuggest implements ISearchSuggest {
|
|
3741
|
+
constructor(data?: ISearchSuggest);
|
|
3742
|
+
suggest?: $requests.wix.common.ISearchSuggestDetails;
|
|
3743
|
+
sort?: $requests.wix.common.ISorting[];
|
|
3744
|
+
filter?: { [key: string]: any };
|
|
3745
|
+
limit?: number;
|
|
3746
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3747
|
+
}
|
|
3748
|
+
export interface ISearchSuggestDetails {
|
|
3749
|
+
expression?: string;
|
|
3750
|
+
fields?: string[];
|
|
3751
|
+
}
|
|
3752
|
+
export class SearchSuggestDetails implements ISearchSuggestDetails {
|
|
3753
|
+
constructor(data?: ISearchSuggestDetails);
|
|
3754
|
+
expression?: string;
|
|
3755
|
+
fields?: string[];
|
|
3756
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3757
|
+
}
|
|
3289
3758
|
export interface ISearchDetails {
|
|
3290
3759
|
mode?: $requests.wix.common.SearchDetails.Mode;
|
|
3291
3760
|
expression?: string;
|
|
@@ -3502,6 +3971,7 @@ declare namespace $requests {
|
|
|
3502
3971
|
groupedByValue?: $requests.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
3503
3972
|
dateHistogram?: $requests.wix.common.AggregationData.AggregationResults.IDateHistogramResults;
|
|
3504
3973
|
nested?: $requests.wix.common.AggregationData.AggregationResults.INestedResults;
|
|
3974
|
+
scalarDate?: $requests.wix.common.AggregationData.AggregationResults.IScalarDateResult;
|
|
3505
3975
|
}
|
|
3506
3976
|
export class AggregationResults implements IAggregationResults {
|
|
3507
3977
|
constructor(data?: IAggregationResults);
|
|
@@ -3514,6 +3984,7 @@ declare namespace $requests {
|
|
|
3514
3984
|
groupedByValue?: $requests.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
3515
3985
|
dateHistogram?: $requests.wix.common.AggregationData.AggregationResults.IDateHistogramResults;
|
|
3516
3986
|
nested?: $requests.wix.common.AggregationData.AggregationResults.INestedResults;
|
|
3987
|
+
scalarDate?: $requests.wix.common.AggregationData.AggregationResults.IScalarDateResult;
|
|
3517
3988
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3518
3989
|
}
|
|
3519
3990
|
export namespace AggregationResults {
|
|
@@ -3569,6 +4040,16 @@ declare namespace $requests {
|
|
|
3569
4040
|
value?: number;
|
|
3570
4041
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3571
4042
|
}
|
|
4043
|
+
export interface IScalarDateResult {
|
|
4044
|
+
type?: $requests.wix.common.ScalarType;
|
|
4045
|
+
value?: string;
|
|
4046
|
+
}
|
|
4047
|
+
export class ScalarDateResult implements IScalarDateResult {
|
|
4048
|
+
constructor(data?: IScalarDateResult);
|
|
4049
|
+
type?: $requests.wix.common.ScalarType;
|
|
4050
|
+
value?: string;
|
|
4051
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4052
|
+
}
|
|
3572
4053
|
export interface IGroupByValueResults {
|
|
3573
4054
|
results?: $requests.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
3574
4055
|
}
|
|
@@ -3646,11 +4127,20 @@ declare namespace $requests {
|
|
|
3646
4127
|
value?: number;
|
|
3647
4128
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3648
4129
|
}
|
|
4130
|
+
export interface IScalarDateResult {
|
|
4131
|
+
value?: string;
|
|
4132
|
+
}
|
|
4133
|
+
export class ScalarDateResult implements IScalarDateResult {
|
|
4134
|
+
constructor(data?: IScalarDateResult);
|
|
4135
|
+
value?: string;
|
|
4136
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4137
|
+
}
|
|
3649
4138
|
export interface INestedResultValue {
|
|
3650
4139
|
value?: $requests.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
3651
4140
|
range?: $requests.wix.common.AggregationData.AggregationResults.NestedResults.IRangeResult;
|
|
3652
4141
|
scalar?: $requests.wix.common.AggregationData.AggregationResults.NestedResults.IScalarResult;
|
|
3653
4142
|
dateHistogram?: $requests.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
4143
|
+
scalarDate?: $requests.wix.common.AggregationData.AggregationResults.NestedResults.IScalarDateResult;
|
|
3654
4144
|
}
|
|
3655
4145
|
export class NestedResultValue implements INestedResultValue {
|
|
3656
4146
|
constructor(data?: INestedResultValue);
|
|
@@ -3658,6 +4148,7 @@ declare namespace $requests {
|
|
|
3658
4148
|
range?: $requests.wix.common.AggregationData.AggregationResults.NestedResults.IRangeResult;
|
|
3659
4149
|
scalar?: $requests.wix.common.AggregationData.AggregationResults.NestedResults.IScalarResult;
|
|
3660
4150
|
dateHistogram?: $requests.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
4151
|
+
scalarDate?: $requests.wix.common.AggregationData.AggregationResults.NestedResults.IScalarDateResult;
|
|
3661
4152
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3662
4153
|
}
|
|
3663
4154
|
export interface IResults {
|
|
@@ -4092,6 +4583,719 @@ declare namespace $requests {
|
|
|
4092
4583
|
tags?: $requests.wix.os.v1.ITag[];
|
|
4093
4584
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4094
4585
|
}
|
|
4586
|
+
export interface IQueryTagsForAccountRequest {
|
|
4587
|
+
fqdn?: string;
|
|
4588
|
+
exposure?: $requests.wix.os.v1.TagExposure;
|
|
4589
|
+
query?: $requests.wix.os.v1.upstream.wix.common.ICursorQuery;
|
|
4590
|
+
}
|
|
4591
|
+
export class QueryTagsForAccountRequest implements IQueryTagsForAccountRequest {
|
|
4592
|
+
constructor(data?: IQueryTagsForAccountRequest);
|
|
4593
|
+
fqdn?: string;
|
|
4594
|
+
exposure?: $requests.wix.os.v1.TagExposure;
|
|
4595
|
+
query?: $requests.wix.os.v1.upstream.wix.common.ICursorQuery;
|
|
4596
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4597
|
+
}
|
|
4598
|
+
export interface IQueryTagsForAccountResponse {
|
|
4599
|
+
tags?: $requests.wix.os.v1.ITag[];
|
|
4600
|
+
pagingMetadata?: $requests.wix.os.v1.upstream.wix.common.ICursorPagingMetadata;
|
|
4601
|
+
}
|
|
4602
|
+
export class QueryTagsForAccountResponse implements IQueryTagsForAccountResponse {
|
|
4603
|
+
constructor(data?: IQueryTagsForAccountResponse);
|
|
4604
|
+
tags?: $requests.wix.os.v1.ITag[];
|
|
4605
|
+
pagingMetadata?: $requests.wix.os.v1.upstream.wix.common.ICursorPagingMetadata;
|
|
4606
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4607
|
+
}
|
|
4608
|
+
export namespace upstream {
|
|
4609
|
+
export namespace wix {
|
|
4610
|
+
export namespace common {
|
|
4611
|
+
export interface ICursorQuery {
|
|
4612
|
+
filter?: { [key: string]: any };
|
|
4613
|
+
sort?: $requests.wix.os.v1.upstream.wix.common.ISorting[];
|
|
4614
|
+
cursorPaging?: $requests.wix.os.v1.upstream.wix.common.ICursorPaging;
|
|
4615
|
+
}
|
|
4616
|
+
export class CursorQuery implements ICursorQuery {
|
|
4617
|
+
constructor(data?: ICursorQuery);
|
|
4618
|
+
filter?: { [key: string]: any };
|
|
4619
|
+
sort?: $requests.wix.os.v1.upstream.wix.common.ISorting[];
|
|
4620
|
+
cursorPaging?: $requests.wix.os.v1.upstream.wix.common.ICursorPaging;
|
|
4621
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4622
|
+
}
|
|
4623
|
+
export interface ISearch {
|
|
4624
|
+
filter?: { [key: string]: any };
|
|
4625
|
+
sort?: $requests.wix.os.v1.upstream.wix.common.ISorting[];
|
|
4626
|
+
fields?: string[];
|
|
4627
|
+
fieldsets?: string[];
|
|
4628
|
+
aggregations?: $requests.wix.os.v1.upstream.wix.common.IAggregation[];
|
|
4629
|
+
search?: $requests.wix.os.v1.upstream.wix.common.ISearchDetails;
|
|
4630
|
+
paging?: $requests.wix.os.v1.upstream.wix.common.IPaging;
|
|
4631
|
+
cursorPaging?: $requests.wix.os.v1.upstream.wix.common.ICursorPaging;
|
|
4632
|
+
timeZone?: string;
|
|
4633
|
+
}
|
|
4634
|
+
export class Search implements ISearch {
|
|
4635
|
+
constructor(data?: ISearch);
|
|
4636
|
+
filter?: { [key: string]: any };
|
|
4637
|
+
sort?: $requests.wix.os.v1.upstream.wix.common.ISorting[];
|
|
4638
|
+
fields?: string[];
|
|
4639
|
+
fieldsets?: string[];
|
|
4640
|
+
aggregations?: $requests.wix.os.v1.upstream.wix.common.IAggregation[];
|
|
4641
|
+
search?: $requests.wix.os.v1.upstream.wix.common.ISearchDetails;
|
|
4642
|
+
paging?: $requests.wix.os.v1.upstream.wix.common.IPaging;
|
|
4643
|
+
cursorPaging?: $requests.wix.os.v1.upstream.wix.common.ICursorPaging;
|
|
4644
|
+
timeZone?: string;
|
|
4645
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4646
|
+
}
|
|
4647
|
+
export interface ICursorSearch {
|
|
4648
|
+
filter?: { [key: string]: any };
|
|
4649
|
+
sort?: $requests.wix.os.v1.upstream.wix.common.ISorting[];
|
|
4650
|
+
aggregations?: $requests.wix.os.v1.upstream.wix.common.IAggregation[];
|
|
4651
|
+
search?: $requests.wix.os.v1.upstream.wix.common.ISearchDetails;
|
|
4652
|
+
cursorPaging?: $requests.wix.os.v1.upstream.wix.common.ICursorPaging;
|
|
4653
|
+
timeZone?: string;
|
|
4654
|
+
}
|
|
4655
|
+
export class CursorSearch implements ICursorSearch {
|
|
4656
|
+
constructor(data?: ICursorSearch);
|
|
4657
|
+
filter?: { [key: string]: any };
|
|
4658
|
+
sort?: $requests.wix.os.v1.upstream.wix.common.ISorting[];
|
|
4659
|
+
aggregations?: $requests.wix.os.v1.upstream.wix.common.IAggregation[];
|
|
4660
|
+
search?: $requests.wix.os.v1.upstream.wix.common.ISearchDetails;
|
|
4661
|
+
cursorPaging?: $requests.wix.os.v1.upstream.wix.common.ICursorPaging;
|
|
4662
|
+
timeZone?: string;
|
|
4663
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4664
|
+
}
|
|
4665
|
+
export interface ISearchRelated {
|
|
4666
|
+
relatedToIds?: string[];
|
|
4667
|
+
search?: $requests.wix.os.v1.upstream.wix.common.ISearchRelatedDetails;
|
|
4668
|
+
filter?: { [key: string]: any };
|
|
4669
|
+
sort?: $requests.wix.os.v1.upstream.wix.common.ISorting[];
|
|
4670
|
+
limit?: number;
|
|
4671
|
+
}
|
|
4672
|
+
export class SearchRelated implements ISearchRelated {
|
|
4673
|
+
constructor(data?: ISearchRelated);
|
|
4674
|
+
relatedToIds?: string[];
|
|
4675
|
+
search?: $requests.wix.os.v1.upstream.wix.common.ISearchRelatedDetails;
|
|
4676
|
+
filter?: { [key: string]: any };
|
|
4677
|
+
sort?: $requests.wix.os.v1.upstream.wix.common.ISorting[];
|
|
4678
|
+
limit?: number;
|
|
4679
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4680
|
+
}
|
|
4681
|
+
export interface ISearchRelatedDetails {
|
|
4682
|
+
expression?: string;
|
|
4683
|
+
fields?: string[];
|
|
4684
|
+
}
|
|
4685
|
+
export class SearchRelatedDetails implements ISearchRelatedDetails {
|
|
4686
|
+
constructor(data?: ISearchRelatedDetails);
|
|
4687
|
+
expression?: string;
|
|
4688
|
+
fields?: string[];
|
|
4689
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4690
|
+
}
|
|
4691
|
+
export interface ISearchDetails {
|
|
4692
|
+
mode?: $requests.wix.os.v1.upstream.wix.common.SearchDetails.Mode;
|
|
4693
|
+
expression?: string;
|
|
4694
|
+
fields?: string[];
|
|
4695
|
+
fuzzy?: boolean;
|
|
4696
|
+
}
|
|
4697
|
+
export class SearchDetails implements ISearchDetails {
|
|
4698
|
+
constructor(data?: ISearchDetails);
|
|
4699
|
+
mode?: $requests.wix.os.v1.upstream.wix.common.SearchDetails.Mode;
|
|
4700
|
+
expression?: string;
|
|
4701
|
+
fields?: string[];
|
|
4702
|
+
fuzzy?: boolean;
|
|
4703
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4704
|
+
}
|
|
4705
|
+
export namespace SearchDetails {
|
|
4706
|
+
export enum Mode {
|
|
4707
|
+
OR = "OR",
|
|
4708
|
+
AND = "AND",
|
|
4709
|
+
}
|
|
4710
|
+
}
|
|
4711
|
+
export enum AggregationType {
|
|
4712
|
+
UNKNOWN_AGGREGATION_TYPE = "UNKNOWN_AGGREGATION_TYPE",
|
|
4713
|
+
VALUE = "VALUE",
|
|
4714
|
+
RANGE = "RANGE",
|
|
4715
|
+
SCALAR = "SCALAR",
|
|
4716
|
+
DATE_HISTOGRAM = "DATE_HISTOGRAM",
|
|
4717
|
+
NESTED = "NESTED",
|
|
4718
|
+
}
|
|
4719
|
+
export enum ScalarType {
|
|
4720
|
+
UNKNOWN_SCALAR_TYPE = "UNKNOWN_SCALAR_TYPE",
|
|
4721
|
+
COUNT_DISTINCT = "COUNT_DISTINCT",
|
|
4722
|
+
MIN = "MIN",
|
|
4723
|
+
MAX = "MAX",
|
|
4724
|
+
SUM = "SUM",
|
|
4725
|
+
AVG = "AVG",
|
|
4726
|
+
}
|
|
4727
|
+
export interface IAggregation {
|
|
4728
|
+
name?: string;
|
|
4729
|
+
type?: $requests.wix.os.v1.upstream.wix.common.AggregationType;
|
|
4730
|
+
fieldPath?: string;
|
|
4731
|
+
value?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IValueAggregation;
|
|
4732
|
+
range?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IRangeAggregation;
|
|
4733
|
+
scalar?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IScalarAggregation;
|
|
4734
|
+
dateHistogram?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IDateHistogramAggregation;
|
|
4735
|
+
nested?: $requests.wix.os.v1.upstream.wix.common.Aggregation.INestedAggregation;
|
|
4736
|
+
}
|
|
4737
|
+
export class Aggregation implements IAggregation {
|
|
4738
|
+
constructor(data?: IAggregation);
|
|
4739
|
+
name?: string;
|
|
4740
|
+
type?: $requests.wix.os.v1.upstream.wix.common.AggregationType;
|
|
4741
|
+
fieldPath?: string;
|
|
4742
|
+
value?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IValueAggregation;
|
|
4743
|
+
range?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IRangeAggregation;
|
|
4744
|
+
scalar?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IScalarAggregation;
|
|
4745
|
+
dateHistogram?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IDateHistogramAggregation;
|
|
4746
|
+
nested?: $requests.wix.os.v1.upstream.wix.common.Aggregation.INestedAggregation;
|
|
4747
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4748
|
+
}
|
|
4749
|
+
export namespace Aggregation {
|
|
4750
|
+
export interface IRangeAggregation {
|
|
4751
|
+
buckets?: $requests.wix.os.v1.upstream.wix.common.Aggregation.RangeAggregation.IRangeBucket[];
|
|
4752
|
+
}
|
|
4753
|
+
export class RangeAggregation implements IRangeAggregation {
|
|
4754
|
+
constructor(data?: IRangeAggregation);
|
|
4755
|
+
buckets?: $requests.wix.os.v1.upstream.wix.common.Aggregation.RangeAggregation.IRangeBucket[];
|
|
4756
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4757
|
+
}
|
|
4758
|
+
export namespace RangeAggregation {
|
|
4759
|
+
export interface IRangeBucket {
|
|
4760
|
+
from?: number;
|
|
4761
|
+
to?: number;
|
|
4762
|
+
}
|
|
4763
|
+
export class RangeBucket implements IRangeBucket {
|
|
4764
|
+
constructor(data?: IRangeBucket);
|
|
4765
|
+
from?: number;
|
|
4766
|
+
to?: number;
|
|
4767
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4768
|
+
}
|
|
4769
|
+
}
|
|
4770
|
+
export interface IValueAggregation {
|
|
4771
|
+
sortType?: $requests.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.SortType;
|
|
4772
|
+
sortDirection?: $requests.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.SortDirection;
|
|
4773
|
+
limit?: number;
|
|
4774
|
+
missingValues?: $requests.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.MissingValues;
|
|
4775
|
+
includeOptions?: $requests.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions;
|
|
4776
|
+
}
|
|
4777
|
+
export class ValueAggregation implements IValueAggregation {
|
|
4778
|
+
constructor(data?: IValueAggregation);
|
|
4779
|
+
sortType?: $requests.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.SortType;
|
|
4780
|
+
sortDirection?: $requests.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.SortDirection;
|
|
4781
|
+
limit?: number;
|
|
4782
|
+
missingValues?: $requests.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.MissingValues;
|
|
4783
|
+
includeOptions?: $requests.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions;
|
|
4784
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4785
|
+
}
|
|
4786
|
+
export namespace ValueAggregation {
|
|
4787
|
+
export enum SortType {
|
|
4788
|
+
COUNT = "COUNT",
|
|
4789
|
+
VALUE = "VALUE",
|
|
4790
|
+
}
|
|
4791
|
+
export enum SortDirection {
|
|
4792
|
+
DESC = "DESC",
|
|
4793
|
+
ASC = "ASC",
|
|
4794
|
+
}
|
|
4795
|
+
export enum MissingValues {
|
|
4796
|
+
EXCLUDE = "EXCLUDE",
|
|
4797
|
+
INCLUDE = "INCLUDE",
|
|
4798
|
+
}
|
|
4799
|
+
export interface IIncludeMissingValuesOptions {
|
|
4800
|
+
addToBucket?: string;
|
|
4801
|
+
}
|
|
4802
|
+
export class IncludeMissingValuesOptions implements IIncludeMissingValuesOptions {
|
|
4803
|
+
constructor(data?: IIncludeMissingValuesOptions);
|
|
4804
|
+
addToBucket?: string;
|
|
4805
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4806
|
+
}
|
|
4807
|
+
}
|
|
4808
|
+
export interface IScalarAggregation {
|
|
4809
|
+
type?: $requests.wix.os.v1.upstream.wix.common.ScalarType;
|
|
4810
|
+
}
|
|
4811
|
+
export class ScalarAggregation implements IScalarAggregation {
|
|
4812
|
+
constructor(data?: IScalarAggregation);
|
|
4813
|
+
type?: $requests.wix.os.v1.upstream.wix.common.ScalarType;
|
|
4814
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4815
|
+
}
|
|
4816
|
+
export interface IGroupByAggregation {
|
|
4817
|
+
name?: string;
|
|
4818
|
+
fieldPath?: string;
|
|
4819
|
+
value?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IValueAggregation;
|
|
4820
|
+
}
|
|
4821
|
+
export class GroupByAggregation implements IGroupByAggregation {
|
|
4822
|
+
constructor(data?: IGroupByAggregation);
|
|
4823
|
+
name?: string;
|
|
4824
|
+
fieldPath?: string;
|
|
4825
|
+
value?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IValueAggregation;
|
|
4826
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4827
|
+
}
|
|
4828
|
+
export interface INestedAggregation {
|
|
4829
|
+
nestedAggregations?: $requests.wix.os.v1.upstream.wix.common.Aggregation.NestedAggregation.INestedAggregationItem[];
|
|
4830
|
+
}
|
|
4831
|
+
export class NestedAggregation implements INestedAggregation {
|
|
4832
|
+
constructor(data?: INestedAggregation);
|
|
4833
|
+
nestedAggregations?: $requests.wix.os.v1.upstream.wix.common.Aggregation.NestedAggregation.INestedAggregationItem[];
|
|
4834
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4835
|
+
}
|
|
4836
|
+
export namespace NestedAggregation {
|
|
4837
|
+
export enum NestedAggregationType {
|
|
4838
|
+
UNKNOWN_AGGREGATION_TYPE = "UNKNOWN_AGGREGATION_TYPE",
|
|
4839
|
+
VALUE = "VALUE",
|
|
4840
|
+
RANGE = "RANGE",
|
|
4841
|
+
SCALAR = "SCALAR",
|
|
4842
|
+
DATE_HISTOGRAM = "DATE_HISTOGRAM",
|
|
4843
|
+
}
|
|
4844
|
+
export interface INestedAggregationItem {
|
|
4845
|
+
name?: string;
|
|
4846
|
+
type?: $requests.wix.os.v1.upstream.wix.common.Aggregation.NestedAggregation.NestedAggregationType;
|
|
4847
|
+
fieldPath?: string;
|
|
4848
|
+
value?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IValueAggregation;
|
|
4849
|
+
range?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IRangeAggregation;
|
|
4850
|
+
scalar?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IScalarAggregation;
|
|
4851
|
+
dateHistogram?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IDateHistogramAggregation;
|
|
4852
|
+
}
|
|
4853
|
+
export class NestedAggregationItem implements INestedAggregationItem {
|
|
4854
|
+
constructor(data?: INestedAggregationItem);
|
|
4855
|
+
name?: string;
|
|
4856
|
+
type?: $requests.wix.os.v1.upstream.wix.common.Aggregation.NestedAggregation.NestedAggregationType;
|
|
4857
|
+
fieldPath?: string;
|
|
4858
|
+
value?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IValueAggregation;
|
|
4859
|
+
range?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IRangeAggregation;
|
|
4860
|
+
scalar?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IScalarAggregation;
|
|
4861
|
+
dateHistogram?: $requests.wix.os.v1.upstream.wix.common.Aggregation.IDateHistogramAggregation;
|
|
4862
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4863
|
+
}
|
|
4864
|
+
}
|
|
4865
|
+
export interface IDateHistogramAggregation {
|
|
4866
|
+
interval?: $requests.wix.os.v1.upstream.wix.common.Aggregation.DateHistogramAggregation.Interval;
|
|
4867
|
+
}
|
|
4868
|
+
export class DateHistogramAggregation implements IDateHistogramAggregation {
|
|
4869
|
+
constructor(data?: IDateHistogramAggregation);
|
|
4870
|
+
interval?: $requests.wix.os.v1.upstream.wix.common.Aggregation.DateHistogramAggregation.Interval;
|
|
4871
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4872
|
+
}
|
|
4873
|
+
export namespace DateHistogramAggregation {
|
|
4874
|
+
export enum Interval {
|
|
4875
|
+
UNKNOWN_INTERVAL = "UNKNOWN_INTERVAL",
|
|
4876
|
+
YEAR = "YEAR",
|
|
4877
|
+
MONTH = "MONTH",
|
|
4878
|
+
WEEK = "WEEK",
|
|
4879
|
+
DAY = "DAY",
|
|
4880
|
+
HOUR = "HOUR",
|
|
4881
|
+
MINUTE = "MINUTE",
|
|
4882
|
+
SECOND = "SECOND",
|
|
4883
|
+
}
|
|
4884
|
+
}
|
|
4885
|
+
}
|
|
4886
|
+
export interface IAggregationData {
|
|
4887
|
+
results?: $requests.wix.os.v1.upstream.wix.common.AggregationData.IAggregationResults[];
|
|
4888
|
+
}
|
|
4889
|
+
export class AggregationData implements IAggregationData {
|
|
4890
|
+
constructor(data?: IAggregationData);
|
|
4891
|
+
results?: $requests.wix.os.v1.upstream.wix.common.AggregationData.IAggregationResults[];
|
|
4892
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4893
|
+
}
|
|
4894
|
+
export namespace AggregationData {
|
|
4895
|
+
export interface IAggregationResults {
|
|
4896
|
+
name?: string;
|
|
4897
|
+
type?: $requests.wix.os.v1.upstream.wix.common.AggregationType;
|
|
4898
|
+
fieldPath?: string;
|
|
4899
|
+
values?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
4900
|
+
ranges?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
4901
|
+
scalar?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
4902
|
+
groupedByValue?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
4903
|
+
dateHistogram?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IDateHistogramResults;
|
|
4904
|
+
nested?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.INestedResults;
|
|
4905
|
+
}
|
|
4906
|
+
export class AggregationResults implements IAggregationResults {
|
|
4907
|
+
constructor(data?: IAggregationResults);
|
|
4908
|
+
name?: string;
|
|
4909
|
+
type?: $requests.wix.os.v1.upstream.wix.common.AggregationType;
|
|
4910
|
+
fieldPath?: string;
|
|
4911
|
+
values?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
4912
|
+
ranges?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
4913
|
+
scalar?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
4914
|
+
groupedByValue?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
4915
|
+
dateHistogram?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IDateHistogramResults;
|
|
4916
|
+
nested?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.INestedResults;
|
|
4917
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4918
|
+
}
|
|
4919
|
+
export namespace AggregationResults {
|
|
4920
|
+
export interface IValueResults {
|
|
4921
|
+
results?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.ValueResults.IValueAggregationResult[];
|
|
4922
|
+
}
|
|
4923
|
+
export class ValueResults implements IValueResults {
|
|
4924
|
+
constructor(data?: IValueResults);
|
|
4925
|
+
results?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.ValueResults.IValueAggregationResult[];
|
|
4926
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4927
|
+
}
|
|
4928
|
+
export namespace ValueResults {
|
|
4929
|
+
export interface IValueAggregationResult {
|
|
4930
|
+
value?: string;
|
|
4931
|
+
count?: number;
|
|
4932
|
+
}
|
|
4933
|
+
export class ValueAggregationResult implements IValueAggregationResult {
|
|
4934
|
+
constructor(data?: IValueAggregationResult);
|
|
4935
|
+
value?: string;
|
|
4936
|
+
count?: number;
|
|
4937
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4938
|
+
}
|
|
4939
|
+
}
|
|
4940
|
+
export interface IRangeResults {
|
|
4941
|
+
results?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.RangeResults.IRangeAggregationResult[];
|
|
4942
|
+
}
|
|
4943
|
+
export class RangeResults implements IRangeResults {
|
|
4944
|
+
constructor(data?: IRangeResults);
|
|
4945
|
+
results?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.RangeResults.IRangeAggregationResult[];
|
|
4946
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4947
|
+
}
|
|
4948
|
+
export namespace RangeResults {
|
|
4949
|
+
export interface IRangeAggregationResult {
|
|
4950
|
+
from?: number;
|
|
4951
|
+
to?: number;
|
|
4952
|
+
count?: number;
|
|
4953
|
+
}
|
|
4954
|
+
export class RangeAggregationResult implements IRangeAggregationResult {
|
|
4955
|
+
constructor(data?: IRangeAggregationResult);
|
|
4956
|
+
from?: number;
|
|
4957
|
+
to?: number;
|
|
4958
|
+
count?: number;
|
|
4959
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4960
|
+
}
|
|
4961
|
+
}
|
|
4962
|
+
export interface IScalarResult {
|
|
4963
|
+
type?: $requests.wix.os.v1.upstream.wix.common.ScalarType;
|
|
4964
|
+
value?: number;
|
|
4965
|
+
}
|
|
4966
|
+
export class ScalarResult implements IScalarResult {
|
|
4967
|
+
constructor(data?: IScalarResult);
|
|
4968
|
+
type?: $requests.wix.os.v1.upstream.wix.common.ScalarType;
|
|
4969
|
+
value?: number;
|
|
4970
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4971
|
+
}
|
|
4972
|
+
export interface IGroupByValueResults {
|
|
4973
|
+
results?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
4974
|
+
}
|
|
4975
|
+
export class GroupByValueResults implements IGroupByValueResults {
|
|
4976
|
+
constructor(data?: IGroupByValueResults);
|
|
4977
|
+
results?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
4978
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4979
|
+
}
|
|
4980
|
+
export namespace GroupByValueResults {
|
|
4981
|
+
export interface INestedValueAggregationResult {
|
|
4982
|
+
value?: string;
|
|
4983
|
+
nestedResults?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.INestedAggregationResults;
|
|
4984
|
+
}
|
|
4985
|
+
export class NestedValueAggregationResult implements INestedValueAggregationResult {
|
|
4986
|
+
constructor(data?: INestedValueAggregationResult);
|
|
4987
|
+
value?: string;
|
|
4988
|
+
nestedResults?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.INestedAggregationResults;
|
|
4989
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4990
|
+
}
|
|
4991
|
+
}
|
|
4992
|
+
export interface INestedAggregationResults {
|
|
4993
|
+
name?: string;
|
|
4994
|
+
type?: $requests.wix.os.v1.upstream.wix.common.AggregationType;
|
|
4995
|
+
fieldPath?: string;
|
|
4996
|
+
values?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
4997
|
+
ranges?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
4998
|
+
scalar?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
4999
|
+
}
|
|
5000
|
+
export class NestedAggregationResults implements INestedAggregationResults {
|
|
5001
|
+
constructor(data?: INestedAggregationResults);
|
|
5002
|
+
name?: string;
|
|
5003
|
+
type?: $requests.wix.os.v1.upstream.wix.common.AggregationType;
|
|
5004
|
+
fieldPath?: string;
|
|
5005
|
+
values?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
5006
|
+
ranges?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
5007
|
+
scalar?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
5008
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5009
|
+
}
|
|
5010
|
+
export interface INestedResults {
|
|
5011
|
+
results?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IResults[];
|
|
5012
|
+
}
|
|
5013
|
+
export class NestedResults implements INestedResults {
|
|
5014
|
+
constructor(data?: INestedResults);
|
|
5015
|
+
results?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IResults[];
|
|
5016
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5017
|
+
}
|
|
5018
|
+
export namespace NestedResults {
|
|
5019
|
+
export interface IValueResult {
|
|
5020
|
+
value?: string;
|
|
5021
|
+
count?: number;
|
|
5022
|
+
}
|
|
5023
|
+
export class ValueResult implements IValueResult {
|
|
5024
|
+
constructor(data?: IValueResult);
|
|
5025
|
+
value?: string;
|
|
5026
|
+
count?: number;
|
|
5027
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5028
|
+
}
|
|
5029
|
+
export interface IRangeResult {
|
|
5030
|
+
from?: number;
|
|
5031
|
+
to?: number;
|
|
5032
|
+
count?: number;
|
|
5033
|
+
}
|
|
5034
|
+
export class RangeResult implements IRangeResult {
|
|
5035
|
+
constructor(data?: IRangeResult);
|
|
5036
|
+
from?: number;
|
|
5037
|
+
to?: number;
|
|
5038
|
+
count?: number;
|
|
5039
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5040
|
+
}
|
|
5041
|
+
export interface IScalarResult {
|
|
5042
|
+
value?: number;
|
|
5043
|
+
}
|
|
5044
|
+
export class ScalarResult implements IScalarResult {
|
|
5045
|
+
constructor(data?: IScalarResult);
|
|
5046
|
+
value?: number;
|
|
5047
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5048
|
+
}
|
|
5049
|
+
export interface INestedResultValue {
|
|
5050
|
+
value?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
5051
|
+
range?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IRangeResult;
|
|
5052
|
+
scalar?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IScalarResult;
|
|
5053
|
+
dateHistogram?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
5054
|
+
}
|
|
5055
|
+
export class NestedResultValue implements INestedResultValue {
|
|
5056
|
+
constructor(data?: INestedResultValue);
|
|
5057
|
+
value?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
5058
|
+
range?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IRangeResult;
|
|
5059
|
+
scalar?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IScalarResult;
|
|
5060
|
+
dateHistogram?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
5061
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5062
|
+
}
|
|
5063
|
+
export interface IResults {
|
|
5064
|
+
results?: { [k: string]: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.INestedResultValue };
|
|
5065
|
+
}
|
|
5066
|
+
export class Results implements IResults {
|
|
5067
|
+
constructor(data?: IResults);
|
|
5068
|
+
results?: { [k: string]: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.INestedResultValue };
|
|
5069
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5070
|
+
}
|
|
5071
|
+
}
|
|
5072
|
+
export interface IDateHistogramResults {
|
|
5073
|
+
results?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.DateHistogramResults.IDateHistogramResult[];
|
|
5074
|
+
}
|
|
5075
|
+
export class DateHistogramResults implements IDateHistogramResults {
|
|
5076
|
+
constructor(data?: IDateHistogramResults);
|
|
5077
|
+
results?: $requests.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.DateHistogramResults.IDateHistogramResult[];
|
|
5078
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5079
|
+
}
|
|
5080
|
+
export namespace DateHistogramResults {
|
|
5081
|
+
export interface IDateHistogramResult {
|
|
5082
|
+
value?: string;
|
|
5083
|
+
count?: number;
|
|
5084
|
+
}
|
|
5085
|
+
export class DateHistogramResult implements IDateHistogramResult {
|
|
5086
|
+
constructor(data?: IDateHistogramResult);
|
|
5087
|
+
value?: string;
|
|
5088
|
+
count?: number;
|
|
5089
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5090
|
+
}
|
|
5091
|
+
}
|
|
5092
|
+
}
|
|
5093
|
+
}
|
|
5094
|
+
export interface IPaging {
|
|
5095
|
+
limit?: number;
|
|
5096
|
+
offset?: number;
|
|
5097
|
+
}
|
|
5098
|
+
export class Paging implements IPaging {
|
|
5099
|
+
constructor(data?: IPaging);
|
|
5100
|
+
limit?: number;
|
|
5101
|
+
offset?: number;
|
|
5102
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5103
|
+
}
|
|
5104
|
+
export interface ICursorPaging {
|
|
5105
|
+
limit?: number;
|
|
5106
|
+
cursor?: string;
|
|
5107
|
+
}
|
|
5108
|
+
export class CursorPaging implements ICursorPaging {
|
|
5109
|
+
constructor(data?: ICursorPaging);
|
|
5110
|
+
limit?: number;
|
|
5111
|
+
cursor?: string;
|
|
5112
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5113
|
+
}
|
|
5114
|
+
export interface IPagingMetadata {
|
|
5115
|
+
count?: number;
|
|
5116
|
+
offset?: number;
|
|
5117
|
+
total?: number;
|
|
5118
|
+
tooManyToCount?: boolean;
|
|
5119
|
+
hasNext?: boolean;
|
|
5120
|
+
}
|
|
5121
|
+
export class PagingMetadata implements IPagingMetadata {
|
|
5122
|
+
constructor(data?: IPagingMetadata);
|
|
5123
|
+
count?: number;
|
|
5124
|
+
offset?: number;
|
|
5125
|
+
total?: number;
|
|
5126
|
+
tooManyToCount?: boolean;
|
|
5127
|
+
hasNext?: boolean;
|
|
5128
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5129
|
+
}
|
|
5130
|
+
export interface IPagingMetadataV2 {
|
|
5131
|
+
count?: number;
|
|
5132
|
+
offset?: number;
|
|
5133
|
+
total?: number;
|
|
5134
|
+
tooManyToCount?: boolean;
|
|
5135
|
+
cursors?: $requests.wix.os.v1.upstream.wix.common.ICursors;
|
|
5136
|
+
hasNext?: boolean;
|
|
5137
|
+
}
|
|
5138
|
+
export class PagingMetadataV2 implements IPagingMetadataV2 {
|
|
5139
|
+
constructor(data?: IPagingMetadataV2);
|
|
5140
|
+
count?: number;
|
|
5141
|
+
offset?: number;
|
|
5142
|
+
total?: number;
|
|
5143
|
+
tooManyToCount?: boolean;
|
|
5144
|
+
cursors?: $requests.wix.os.v1.upstream.wix.common.ICursors;
|
|
5145
|
+
hasNext?: boolean;
|
|
5146
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5147
|
+
}
|
|
5148
|
+
export interface ICursorPagingMetadata {
|
|
5149
|
+
count?: number;
|
|
5150
|
+
cursors?: $requests.wix.os.v1.upstream.wix.common.ICursors;
|
|
5151
|
+
hasNext?: boolean;
|
|
5152
|
+
}
|
|
5153
|
+
export class CursorPagingMetadata implements ICursorPagingMetadata {
|
|
5154
|
+
constructor(data?: ICursorPagingMetadata);
|
|
5155
|
+
count?: number;
|
|
5156
|
+
cursors?: $requests.wix.os.v1.upstream.wix.common.ICursors;
|
|
5157
|
+
hasNext?: boolean;
|
|
5158
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5159
|
+
}
|
|
5160
|
+
export interface ICursors {
|
|
5161
|
+
next?: string;
|
|
5162
|
+
prev?: string;
|
|
5163
|
+
}
|
|
5164
|
+
export class Cursors implements ICursors {
|
|
5165
|
+
constructor(data?: ICursors);
|
|
5166
|
+
next?: string;
|
|
5167
|
+
prev?: string;
|
|
5168
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5169
|
+
}
|
|
5170
|
+
export interface ISorting {
|
|
5171
|
+
fieldName?: string;
|
|
5172
|
+
order?: $requests.wix.os.v1.upstream.wix.common.SortOrder;
|
|
5173
|
+
}
|
|
5174
|
+
export class Sorting implements ISorting {
|
|
5175
|
+
constructor(data?: ISorting);
|
|
5176
|
+
fieldName?: string;
|
|
5177
|
+
order?: $requests.wix.os.v1.upstream.wix.common.SortOrder;
|
|
5178
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5179
|
+
}
|
|
5180
|
+
export enum SortOrder {
|
|
5181
|
+
ASC = "ASC",
|
|
5182
|
+
DESC = "DESC",
|
|
5183
|
+
}
|
|
5184
|
+
export interface IBulkActionMetadata {
|
|
5185
|
+
totalSuccesses?: number;
|
|
5186
|
+
totalFailures?: number;
|
|
5187
|
+
undetailedFailures?: number;
|
|
5188
|
+
}
|
|
5189
|
+
export class BulkActionMetadata implements IBulkActionMetadata {
|
|
5190
|
+
constructor(data?: IBulkActionMetadata);
|
|
5191
|
+
totalSuccesses?: number;
|
|
5192
|
+
totalFailures?: number;
|
|
5193
|
+
undetailedFailures?: number;
|
|
5194
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5195
|
+
}
|
|
5196
|
+
export interface IItemMetadata {
|
|
5197
|
+
id?: string;
|
|
5198
|
+
originalIndex?: number;
|
|
5199
|
+
success?: boolean;
|
|
5200
|
+
error?: $requests.wix.api.IApplicationError;
|
|
5201
|
+
}
|
|
5202
|
+
export class ItemMetadata implements IItemMetadata {
|
|
5203
|
+
constructor(data?: IItemMetadata);
|
|
5204
|
+
id?: string;
|
|
5205
|
+
originalIndex?: number;
|
|
5206
|
+
success?: boolean;
|
|
5207
|
+
error?: $requests.wix.api.IApplicationError;
|
|
5208
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5209
|
+
}
|
|
5210
|
+
export enum BulkActionType {
|
|
5211
|
+
UNKNOWN_ACTION_TYPE = "UNKNOWN_ACTION_TYPE",
|
|
5212
|
+
INSERT = "INSERT",
|
|
5213
|
+
UPDATE = "UPDATE",
|
|
5214
|
+
DELETE = "DELETE",
|
|
5215
|
+
}
|
|
5216
|
+
}
|
|
5217
|
+
}
|
|
5218
|
+
}
|
|
5219
|
+
export interface ICreateGlobalTagRequest {
|
|
5220
|
+
tag?: $requests.wix.os.v1.ITag;
|
|
5221
|
+
}
|
|
5222
|
+
export class CreateGlobalTagRequest implements ICreateGlobalTagRequest {
|
|
5223
|
+
constructor(data?: ICreateGlobalTagRequest);
|
|
5224
|
+
tag?: $requests.wix.os.v1.ITag;
|
|
5225
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5226
|
+
}
|
|
5227
|
+
export interface ICreateGlobalTagResponse {
|
|
5228
|
+
tag?: $requests.wix.os.v1.ITag;
|
|
5229
|
+
}
|
|
5230
|
+
export class CreateGlobalTagResponse implements ICreateGlobalTagResponse {
|
|
5231
|
+
constructor(data?: ICreateGlobalTagResponse);
|
|
5232
|
+
tag?: $requests.wix.os.v1.ITag;
|
|
5233
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5234
|
+
}
|
|
5235
|
+
export interface IGetGlobalTagRequest {
|
|
5236
|
+
tagId?: string;
|
|
5237
|
+
}
|
|
5238
|
+
export class GetGlobalTagRequest implements IGetGlobalTagRequest {
|
|
5239
|
+
constructor(data?: IGetGlobalTagRequest);
|
|
5240
|
+
tagId?: string;
|
|
5241
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5242
|
+
}
|
|
5243
|
+
export interface IGetGlobalTagResponse {
|
|
5244
|
+
tag?: $requests.wix.os.v1.ITag;
|
|
5245
|
+
}
|
|
5246
|
+
export class GetGlobalTagResponse implements IGetGlobalTagResponse {
|
|
5247
|
+
constructor(data?: IGetGlobalTagResponse);
|
|
5248
|
+
tag?: $requests.wix.os.v1.ITag;
|
|
5249
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5250
|
+
}
|
|
5251
|
+
export interface IUpdateGlobalTagRequest {
|
|
5252
|
+
tag?: $requests.wix.os.v1.ITag;
|
|
5253
|
+
}
|
|
5254
|
+
export class UpdateGlobalTagRequest implements IUpdateGlobalTagRequest {
|
|
5255
|
+
constructor(data?: IUpdateGlobalTagRequest);
|
|
5256
|
+
tag?: $requests.wix.os.v1.ITag;
|
|
5257
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5258
|
+
}
|
|
5259
|
+
export interface IUpdateGlobalTagResponse {
|
|
5260
|
+
tag?: $requests.wix.os.v1.ITag;
|
|
5261
|
+
}
|
|
5262
|
+
export class UpdateGlobalTagResponse implements IUpdateGlobalTagResponse {
|
|
5263
|
+
constructor(data?: IUpdateGlobalTagResponse);
|
|
5264
|
+
tag?: $requests.wix.os.v1.ITag;
|
|
5265
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5266
|
+
}
|
|
5267
|
+
export interface IDeleteGlobalTagRequest {
|
|
5268
|
+
tagId?: string;
|
|
5269
|
+
}
|
|
5270
|
+
export class DeleteGlobalTagRequest implements IDeleteGlobalTagRequest {
|
|
5271
|
+
constructor(data?: IDeleteGlobalTagRequest);
|
|
5272
|
+
tagId?: string;
|
|
5273
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5274
|
+
}
|
|
5275
|
+
export interface IDeleteGlobalTagResponse {
|
|
5276
|
+
}
|
|
5277
|
+
export class DeleteGlobalTagResponse implements IDeleteGlobalTagResponse {
|
|
5278
|
+
constructor(data?: IDeleteGlobalTagResponse);
|
|
5279
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5280
|
+
}
|
|
5281
|
+
export interface IListGlobalTagsRequest {
|
|
5282
|
+
fqdn?: string;
|
|
5283
|
+
exposure?: $requests.wix.os.v1.TagExposure;
|
|
5284
|
+
}
|
|
5285
|
+
export class ListGlobalTagsRequest implements IListGlobalTagsRequest {
|
|
5286
|
+
constructor(data?: IListGlobalTagsRequest);
|
|
5287
|
+
fqdn?: string;
|
|
5288
|
+
exposure?: $requests.wix.os.v1.TagExposure;
|
|
5289
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5290
|
+
}
|
|
5291
|
+
export interface IListGlobalTagsResponse {
|
|
5292
|
+
tags?: $requests.wix.os.v1.ITag[];
|
|
5293
|
+
}
|
|
5294
|
+
export class ListGlobalTagsResponse implements IListGlobalTagsResponse {
|
|
5295
|
+
constructor(data?: IListGlobalTagsResponse);
|
|
5296
|
+
tags?: $requests.wix.os.v1.ITag[];
|
|
5297
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5298
|
+
}
|
|
4095
5299
|
export interface ICreateTagRequest {
|
|
4096
5300
|
tag?: $requests.wix.os.v1.ITag;
|
|
4097
5301
|
}
|
|
@@ -4172,6 +5376,28 @@ declare namespace $requests {
|
|
|
4172
5376
|
tags?: $requests.wix.os.v1.ITag[];
|
|
4173
5377
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4174
5378
|
}
|
|
5379
|
+
export interface IQueryTagsRequest {
|
|
5380
|
+
fqdn?: string;
|
|
5381
|
+
exposure?: $requests.wix.os.v1.TagExposure;
|
|
5382
|
+
query?: $requests.wix.os.v1.upstream.wix.common.ICursorQuery;
|
|
5383
|
+
}
|
|
5384
|
+
export class QueryTagsRequest implements IQueryTagsRequest {
|
|
5385
|
+
constructor(data?: IQueryTagsRequest);
|
|
5386
|
+
fqdn?: string;
|
|
5387
|
+
exposure?: $requests.wix.os.v1.TagExposure;
|
|
5388
|
+
query?: $requests.wix.os.v1.upstream.wix.common.ICursorQuery;
|
|
5389
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5390
|
+
}
|
|
5391
|
+
export interface IQueryTagsResponse {
|
|
5392
|
+
tags?: $requests.wix.os.v1.ITag[];
|
|
5393
|
+
pagingMetadata?: $requests.wix.os.v1.upstream.wix.common.ICursorPagingMetadata;
|
|
5394
|
+
}
|
|
5395
|
+
export class QueryTagsResponse implements IQueryTagsResponse {
|
|
5396
|
+
constructor(data?: IQueryTagsResponse);
|
|
5397
|
+
tags?: $requests.wix.os.v1.ITag[];
|
|
5398
|
+
pagingMetadata?: $requests.wix.os.v1.upstream.wix.common.ICursorPagingMetadata;
|
|
5399
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5400
|
+
}
|
|
4175
5401
|
export interface IMigrateTagRequest {
|
|
4176
5402
|
tag?: $requests.wix.os.v1.ITag;
|
|
4177
5403
|
}
|
|
@@ -4649,6 +5875,7 @@ declare namespace $requests {
|
|
|
4649
5875
|
'.wix.api.errorDef'?: $requests.wix.api.IError[];
|
|
4650
5876
|
'.wix.api.serviceMaturity'?: $requests.wix.api.Maturity;
|
|
4651
5877
|
'.wix.api.serviceExposure'?: $requests.wix.api.Exposure;
|
|
5878
|
+
'.wix.api.serviceTenancy'?: $requests.wix.api.ITenancyOptions;
|
|
4652
5879
|
'.wix.api.serviceDeprecated'?: $requests.wix.api.IDeprecated;
|
|
4653
5880
|
'.wix.api.appendixFiles'?: $requests.wix.api.IServiceAppendix[];
|
|
4654
5881
|
'.wix.spi.service'?: $requests.wix.spi.IService;
|
|
@@ -4664,6 +5891,7 @@ declare namespace $requests {
|
|
|
4664
5891
|
'.wix.api.errorDef'?: $requests.wix.api.IError[];
|
|
4665
5892
|
'.wix.api.serviceMaturity'?: $requests.wix.api.Maturity;
|
|
4666
5893
|
'.wix.api.serviceExposure'?: $requests.wix.api.Exposure;
|
|
5894
|
+
'.wix.api.serviceTenancy'?: $requests.wix.api.ITenancyOptions;
|
|
4667
5895
|
'.wix.api.serviceDeprecated'?: $requests.wix.api.IDeprecated;
|
|
4668
5896
|
'.wix.api.appendixFiles'?: $requests.wix.api.IServiceAppendix[];
|
|
4669
5897
|
'.wix.spi.service'?: $requests.wix.spi.IService;
|
|
@@ -4689,6 +5917,8 @@ declare namespace $requests {
|
|
|
4689
5917
|
'.wix.api.deprecated'?: $requests.wix.api.IDeprecated;
|
|
4690
5918
|
'.wix.api.crud'?: $requests.wix.api.ICrud;
|
|
4691
5919
|
'.wix.api.acceptsLinguist'?: boolean;
|
|
5920
|
+
'.wix.api.audience'?: $requests.wix.api.IAudience;
|
|
5921
|
+
'.wix.api.tenancy'?: $requests.wix.api.ITenancyOptions;
|
|
4692
5922
|
'.wix.spi.error'?: $requests.wix.spi.IError[];
|
|
4693
5923
|
'.wix.spi.featureToggle'?: string;
|
|
4694
5924
|
'.wix.api.callback'?: $requests.wix.api.ICallback[];
|
|
@@ -4719,6 +5949,8 @@ declare namespace $requests {
|
|
|
4719
5949
|
'.wix.api.deprecated'?: $requests.wix.api.IDeprecated;
|
|
4720
5950
|
'.wix.api.crud'?: $requests.wix.api.ICrud;
|
|
4721
5951
|
'.wix.api.acceptsLinguist'?: boolean;
|
|
5952
|
+
'.wix.api.audience'?: $requests.wix.api.IAudience;
|
|
5953
|
+
'.wix.api.tenancy'?: $requests.wix.api.ITenancyOptions;
|
|
4722
5954
|
'.wix.spi.error'?: $requests.wix.spi.IError[];
|
|
4723
5955
|
'.wix.spi.featureToggle'?: string;
|
|
4724
5956
|
'.wix.api.callback'?: $requests.wix.api.ICallback[];
|
|
@@ -4874,6 +6106,214 @@ export {$requests as requests};
|
|
|
4874
6106
|
declare namespace $responses {
|
|
4875
6107
|
export namespace com {
|
|
4876
6108
|
export namespace wixpress {
|
|
6109
|
+
export namespace iptf {
|
|
6110
|
+
export namespace webhooks {
|
|
6111
|
+
export interface IQueryOffsetRequest {
|
|
6112
|
+
topic: string;
|
|
6113
|
+
partition: number;
|
|
6114
|
+
offset: (number | string);
|
|
6115
|
+
}
|
|
6116
|
+
export class QueryOffsetRequest implements IQueryOffsetRequest {
|
|
6117
|
+
constructor(data?: IQueryOffsetRequest);
|
|
6118
|
+
topic: string;
|
|
6119
|
+
partition: number;
|
|
6120
|
+
offset: (number | string);
|
|
6121
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6122
|
+
}
|
|
6123
|
+
export interface IQueryMessageIdRequest {
|
|
6124
|
+
messageId: string;
|
|
6125
|
+
}
|
|
6126
|
+
export class QueryMessageIdRequest implements IQueryMessageIdRequest {
|
|
6127
|
+
constructor(data?: IQueryMessageIdRequest);
|
|
6128
|
+
messageId: string;
|
|
6129
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6130
|
+
}
|
|
6131
|
+
export interface IQueryResponse {
|
|
6132
|
+
json: string[];
|
|
6133
|
+
}
|
|
6134
|
+
export class QueryResponse implements IQueryResponse {
|
|
6135
|
+
constructor(data?: IQueryResponse);
|
|
6136
|
+
json: string[];
|
|
6137
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6138
|
+
}
|
|
6139
|
+
export interface IQueryAppRequest {
|
|
6140
|
+
appDefId: string;
|
|
6141
|
+
version: string;
|
|
6142
|
+
}
|
|
6143
|
+
export class QueryAppRequest implements IQueryAppRequest {
|
|
6144
|
+
constructor(data?: IQueryAppRequest);
|
|
6145
|
+
appDefId: string;
|
|
6146
|
+
version: string;
|
|
6147
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6148
|
+
}
|
|
6149
|
+
export interface IQueryAppSecretAndPrivateKeyRequest {
|
|
6150
|
+
appDefId: string;
|
|
6151
|
+
}
|
|
6152
|
+
export class QueryAppSecretAndPrivateKeyRequest implements IQueryAppSecretAndPrivateKeyRequest {
|
|
6153
|
+
constructor(data?: IQueryAppSecretAndPrivateKeyRequest);
|
|
6154
|
+
appDefId: string;
|
|
6155
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6156
|
+
}
|
|
6157
|
+
export interface IQueryAppSecretAndPrivateKeyResponse {
|
|
6158
|
+
privateKey?: string;
|
|
6159
|
+
secret: string;
|
|
6160
|
+
}
|
|
6161
|
+
export class QueryAppSecretAndPrivateKeyResponse implements IQueryAppSecretAndPrivateKeyResponse {
|
|
6162
|
+
constructor(data?: IQueryAppSecretAndPrivateKeyResponse);
|
|
6163
|
+
privateKey?: string;
|
|
6164
|
+
secret: string;
|
|
6165
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6166
|
+
}
|
|
6167
|
+
export interface IQueryAppResponse {
|
|
6168
|
+
permissions: string[];
|
|
6169
|
+
privateKey?: string;
|
|
6170
|
+
secret: string;
|
|
6171
|
+
webhook: $responses.com.wixpress.iptf.webhooks.IDispatcherAppWebhook[];
|
|
6172
|
+
}
|
|
6173
|
+
export class QueryAppResponse implements IQueryAppResponse {
|
|
6174
|
+
constructor(data?: IQueryAppResponse);
|
|
6175
|
+
permissions: string[];
|
|
6176
|
+
privateKey?: string;
|
|
6177
|
+
secret: string;
|
|
6178
|
+
webhook: $responses.com.wixpress.iptf.webhooks.IDispatcherAppWebhook[];
|
|
6179
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6180
|
+
}
|
|
6181
|
+
export interface IDispatcherAppWebhook {
|
|
6182
|
+
webhookSlug: string;
|
|
6183
|
+
callbackUrl: string;
|
|
6184
|
+
}
|
|
6185
|
+
export class DispatcherAppWebhook implements IDispatcherAppWebhook {
|
|
6186
|
+
constructor(data?: IDispatcherAppWebhook);
|
|
6187
|
+
webhookSlug: string;
|
|
6188
|
+
callbackUrl: string;
|
|
6189
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6190
|
+
}
|
|
6191
|
+
export namespace api {
|
|
6192
|
+
export namespace v1 {
|
|
6193
|
+
export interface ISubmitWebhookRequest {
|
|
6194
|
+
url: string;
|
|
6195
|
+
eventType: string;
|
|
6196
|
+
topic: string;
|
|
6197
|
+
payload: string;
|
|
6198
|
+
httpMethod: string;
|
|
6199
|
+
jwtSecret: string;
|
|
6200
|
+
expireInMs: (number | string);
|
|
6201
|
+
submitted: (number | string);
|
|
6202
|
+
shouldOverrideProxy: boolean;
|
|
6203
|
+
rsaPrivateKey: string;
|
|
6204
|
+
}
|
|
6205
|
+
export class SubmitWebhookRequest implements ISubmitWebhookRequest {
|
|
6206
|
+
constructor(data?: ISubmitWebhookRequest);
|
|
6207
|
+
url: string;
|
|
6208
|
+
eventType: string;
|
|
6209
|
+
topic: string;
|
|
6210
|
+
payload: string;
|
|
6211
|
+
httpMethod: string;
|
|
6212
|
+
jwtSecret: string;
|
|
6213
|
+
expireInMs: (number | string);
|
|
6214
|
+
submitted: (number | string);
|
|
6215
|
+
shouldOverrideProxy: boolean;
|
|
6216
|
+
rsaPrivateKey: string;
|
|
6217
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6218
|
+
}
|
|
6219
|
+
export interface ISubmitWebhookResponse {
|
|
6220
|
+
statusCode: number;
|
|
6221
|
+
message: string;
|
|
6222
|
+
}
|
|
6223
|
+
export class SubmitWebhookResponse implements ISubmitWebhookResponse {
|
|
6224
|
+
constructor(data?: ISubmitWebhookResponse);
|
|
6225
|
+
statusCode: number;
|
|
6226
|
+
message: string;
|
|
6227
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6228
|
+
}
|
|
6229
|
+
export interface ISignHashRequest {
|
|
6230
|
+
hashedPayload: string;
|
|
6231
|
+
algorithm: $responses.com.wixpress.iptf.webhooks.api.v1.HashFunction;
|
|
6232
|
+
appdefId: string;
|
|
6233
|
+
expirationInMillis: (number | string);
|
|
6234
|
+
artifactId?: string;
|
|
6235
|
+
}
|
|
6236
|
+
export class SignHashRequest implements ISignHashRequest {
|
|
6237
|
+
constructor(data?: ISignHashRequest);
|
|
6238
|
+
hashedPayload: string;
|
|
6239
|
+
algorithm: $responses.com.wixpress.iptf.webhooks.api.v1.HashFunction;
|
|
6240
|
+
appdefId: string;
|
|
6241
|
+
expirationInMillis: (number | string);
|
|
6242
|
+
artifactId?: string;
|
|
6243
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6244
|
+
}
|
|
6245
|
+
export interface ISignResponse {
|
|
6246
|
+
token: string;
|
|
6247
|
+
}
|
|
6248
|
+
export class SignResponse implements ISignResponse {
|
|
6249
|
+
constructor(data?: ISignResponse);
|
|
6250
|
+
token: string;
|
|
6251
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6252
|
+
}
|
|
6253
|
+
export enum HashFunction {
|
|
6254
|
+
SHA256 = "SHA256",
|
|
6255
|
+
}
|
|
6256
|
+
}
|
|
6257
|
+
}
|
|
6258
|
+
}
|
|
6259
|
+
export namespace v1 {
|
|
6260
|
+
export namespace webhooks {
|
|
6261
|
+
export interface IMessageEnvelope {
|
|
6262
|
+
instanceId?: string;
|
|
6263
|
+
eventType: string;
|
|
6264
|
+
identity?: $responses.com.wixpress.iptf.v1.webhooks.IIdentificationData;
|
|
6265
|
+
data: string;
|
|
6266
|
+
accountInfo?: $responses.com.wixpress.iptf.v1.webhooks.IAccountInfo;
|
|
6267
|
+
}
|
|
6268
|
+
export class MessageEnvelope implements IMessageEnvelope {
|
|
6269
|
+
constructor(data?: IMessageEnvelope);
|
|
6270
|
+
instanceId?: string;
|
|
6271
|
+
eventType: string;
|
|
6272
|
+
identity?: $responses.com.wixpress.iptf.v1.webhooks.IIdentificationData;
|
|
6273
|
+
data: string;
|
|
6274
|
+
accountInfo?: $responses.com.wixpress.iptf.v1.webhooks.IAccountInfo;
|
|
6275
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6276
|
+
}
|
|
6277
|
+
export interface IIdentificationData {
|
|
6278
|
+
identityType: $responses.com.wixpress.iptf.v1.webhooks.IdentificationData.WebhookIdentityType;
|
|
6279
|
+
anonymousVisitorId?: string;
|
|
6280
|
+
memberId?: string;
|
|
6281
|
+
wixUserId?: string;
|
|
6282
|
+
appId?: string;
|
|
6283
|
+
}
|
|
6284
|
+
export class IdentificationData implements IIdentificationData {
|
|
6285
|
+
constructor(data?: IIdentificationData);
|
|
6286
|
+
identityType: $responses.com.wixpress.iptf.v1.webhooks.IdentificationData.WebhookIdentityType;
|
|
6287
|
+
anonymousVisitorId?: string;
|
|
6288
|
+
memberId?: string;
|
|
6289
|
+
wixUserId?: string;
|
|
6290
|
+
appId?: string;
|
|
6291
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6292
|
+
}
|
|
6293
|
+
export namespace IdentificationData {
|
|
6294
|
+
export enum WebhookIdentityType {
|
|
6295
|
+
UNKNOWN = "UNKNOWN",
|
|
6296
|
+
ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
|
|
6297
|
+
MEMBER = "MEMBER",
|
|
6298
|
+
WIX_USER = "WIX_USER",
|
|
6299
|
+
APP = "APP",
|
|
6300
|
+
}
|
|
6301
|
+
}
|
|
6302
|
+
export interface IAccountInfo {
|
|
6303
|
+
accountId?: string;
|
|
6304
|
+
parentAccountId?: string;
|
|
6305
|
+
siteId?: string;
|
|
6306
|
+
}
|
|
6307
|
+
export class AccountInfo implements IAccountInfo {
|
|
6308
|
+
constructor(data?: IAccountInfo);
|
|
6309
|
+
accountId?: string;
|
|
6310
|
+
parentAccountId?: string;
|
|
6311
|
+
siteId?: string;
|
|
6312
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6313
|
+
}
|
|
6314
|
+
}
|
|
6315
|
+
}
|
|
6316
|
+
}
|
|
4877
6317
|
export namespace items_selection {
|
|
4878
6318
|
export namespace spi {
|
|
4879
6319
|
export namespace v1 {
|
|
@@ -4979,6 +6419,9 @@ declare namespace $responses {
|
|
|
4979
6419
|
PIPELINE_LINKED_ENTITY = "PIPELINE_LINKED_ENTITY",
|
|
4980
6420
|
GET_PAID = "GET_PAID",
|
|
4981
6421
|
PIPELINE_CARD_CATALOG_ITEM = "PIPELINE_CARD_CATALOG_ITEM",
|
|
6422
|
+
OWNER_CHECKOUT = "OWNER_CHECKOUT",
|
|
6423
|
+
ECOM_PREVIEW_CHECKOUT = "ECOM_PREVIEW_CHECKOUT",
|
|
6424
|
+
ALL_CATEGORIES = "ALL_CATEGORIES",
|
|
4982
6425
|
}
|
|
4983
6426
|
export enum PaginationMode {
|
|
4984
6427
|
UNKNOWN_PAGINATION_MODE = "UNKNOWN_PAGINATION_MODE",
|
|
@@ -5331,11 +6774,13 @@ declare namespace $responses {
|
|
|
5331
6774
|
export interface IAlignedWithEnum {
|
|
5332
6775
|
field: string;
|
|
5333
6776
|
suffix: string;
|
|
6777
|
+
skipEmptyOptionsHandling: boolean;
|
|
5334
6778
|
}
|
|
5335
6779
|
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
5336
6780
|
constructor(data?: IAlignedWithEnum);
|
|
5337
6781
|
field: string;
|
|
5338
6782
|
suffix: string;
|
|
6783
|
+
skipEmptyOptionsHandling: boolean;
|
|
5339
6784
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5340
6785
|
}
|
|
5341
6786
|
export enum Format {
|
|
@@ -5934,6 +7379,7 @@ declare namespace $responses {
|
|
|
5934
7379
|
NO_VIRTUAL_SUBFIELDS = "NO_VIRTUAL_SUBFIELDS",
|
|
5935
7380
|
DATE = "DATE",
|
|
5936
7381
|
EMAIL = "EMAIL",
|
|
7382
|
+
DATE_TIME = "DATE_TIME",
|
|
5937
7383
|
}
|
|
5938
7384
|
export interface IOperatorFieldSupport {
|
|
5939
7385
|
operator: $responses.wix.api.Wql.Operator[];
|
|
@@ -6036,6 +7482,113 @@ declare namespace $responses {
|
|
|
6036
7482
|
GA = "GA",
|
|
6037
7483
|
NOT_IMPLEMENTED = "NOT_IMPLEMENTED",
|
|
6038
7484
|
}
|
|
7485
|
+
export interface IAudience {
|
|
7486
|
+
uou?: $responses.wix.api.Audience.IUou;
|
|
7487
|
+
apps?: $responses.wix.api.Audience.IApps;
|
|
7488
|
+
users?: $responses.wix.api.Audience.IUsers;
|
|
7489
|
+
boUsers?: $responses.wix.api.Audience.IBoUsers;
|
|
7490
|
+
anonymous?: $responses.wix.api.Audience.IAnonymous;
|
|
7491
|
+
}
|
|
7492
|
+
export class Audience implements IAudience {
|
|
7493
|
+
constructor(data?: IAudience);
|
|
7494
|
+
uou?: $responses.wix.api.Audience.IUou;
|
|
7495
|
+
apps?: $responses.wix.api.Audience.IApps;
|
|
7496
|
+
users?: $responses.wix.api.Audience.IUsers;
|
|
7497
|
+
boUsers?: $responses.wix.api.Audience.IBoUsers;
|
|
7498
|
+
anonymous?: $responses.wix.api.Audience.IAnonymous;
|
|
7499
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7500
|
+
}
|
|
7501
|
+
export namespace Audience {
|
|
7502
|
+
export interface IUou {
|
|
7503
|
+
access: $responses.wix.api.Audience.Uou.Access;
|
|
7504
|
+
}
|
|
7505
|
+
export class Uou implements IUou {
|
|
7506
|
+
constructor(data?: IUou);
|
|
7507
|
+
access: $responses.wix.api.Audience.Uou.Access;
|
|
7508
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7509
|
+
}
|
|
7510
|
+
export namespace Uou {
|
|
7511
|
+
export enum Access {
|
|
7512
|
+
NOT_ALLOWED = "NOT_ALLOWED",
|
|
7513
|
+
MEMBER_ONLY = "MEMBER_ONLY",
|
|
7514
|
+
MEMBERS_AND_VISITORS = "MEMBERS_AND_VISITORS",
|
|
7515
|
+
}
|
|
7516
|
+
}
|
|
7517
|
+
export interface IApps {
|
|
7518
|
+
access: $responses.wix.api.Audience.Apps.Access;
|
|
7519
|
+
}
|
|
7520
|
+
export class Apps implements IApps {
|
|
7521
|
+
constructor(data?: IApps);
|
|
7522
|
+
access: $responses.wix.api.Audience.Apps.Access;
|
|
7523
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7524
|
+
}
|
|
7525
|
+
export namespace Apps {
|
|
7526
|
+
export enum Access {
|
|
7527
|
+
NOT_ALLOWED = "NOT_ALLOWED",
|
|
7528
|
+
WIX_APPS_ONLY = "WIX_APPS_ONLY",
|
|
7529
|
+
WIX_AND_PUBLIC_APPS = "WIX_AND_PUBLIC_APPS",
|
|
7530
|
+
}
|
|
7531
|
+
}
|
|
7532
|
+
export interface IUsers {
|
|
7533
|
+
access: $responses.wix.api.Audience.Users.Access;
|
|
7534
|
+
}
|
|
7535
|
+
export class Users implements IUsers {
|
|
7536
|
+
constructor(data?: IUsers);
|
|
7537
|
+
access: $responses.wix.api.Audience.Users.Access;
|
|
7538
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7539
|
+
}
|
|
7540
|
+
export namespace Users {
|
|
7541
|
+
export enum Access {
|
|
7542
|
+
NOT_ALLOWED = "NOT_ALLOWED",
|
|
7543
|
+
ALLOWED = "ALLOWED",
|
|
7544
|
+
}
|
|
7545
|
+
}
|
|
7546
|
+
export interface IBoUsers {
|
|
7547
|
+
access: $responses.wix.api.Audience.BoUsers.Access;
|
|
7548
|
+
}
|
|
7549
|
+
export class BoUsers implements IBoUsers {
|
|
7550
|
+
constructor(data?: IBoUsers);
|
|
7551
|
+
access: $responses.wix.api.Audience.BoUsers.Access;
|
|
7552
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7553
|
+
}
|
|
7554
|
+
export namespace BoUsers {
|
|
7555
|
+
export enum Access {
|
|
7556
|
+
NOT_ALLOWED = "NOT_ALLOWED",
|
|
7557
|
+
ALLOWED = "ALLOWED",
|
|
7558
|
+
}
|
|
7559
|
+
}
|
|
7560
|
+
export interface IAnonymous {
|
|
7561
|
+
access: $responses.wix.api.Audience.Anonymous.Access;
|
|
7562
|
+
}
|
|
7563
|
+
export class Anonymous implements IAnonymous {
|
|
7564
|
+
constructor(data?: IAnonymous);
|
|
7565
|
+
access: $responses.wix.api.Audience.Anonymous.Access;
|
|
7566
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7567
|
+
}
|
|
7568
|
+
export namespace Anonymous {
|
|
7569
|
+
export enum Access {
|
|
7570
|
+
NOT_ALLOWED = "NOT_ALLOWED",
|
|
7571
|
+
ALLOWED = "ALLOWED",
|
|
7572
|
+
}
|
|
7573
|
+
}
|
|
7574
|
+
}
|
|
7575
|
+
export interface ITenancyOptions {
|
|
7576
|
+
type: $responses.wix.api.TenancyOptions.Type;
|
|
7577
|
+
}
|
|
7578
|
+
export class TenancyOptions implements ITenancyOptions {
|
|
7579
|
+
constructor(data?: ITenancyOptions);
|
|
7580
|
+
type: $responses.wix.api.TenancyOptions.Type;
|
|
7581
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7582
|
+
}
|
|
7583
|
+
export namespace TenancyOptions {
|
|
7584
|
+
export enum Type {
|
|
7585
|
+
SITE = "SITE",
|
|
7586
|
+
ACCOUNT = "ACCOUNT",
|
|
7587
|
+
ORGANIZATION = "ORGANIZATION",
|
|
7588
|
+
CUSTOM = "CUSTOM",
|
|
7589
|
+
INSTANCE = "INSTANCE",
|
|
7590
|
+
}
|
|
7591
|
+
}
|
|
6039
7592
|
export interface IServiceEntity {
|
|
6040
7593
|
message: string;
|
|
6041
7594
|
namespace: string;
|
|
@@ -6065,6 +7618,7 @@ declare namespace $responses {
|
|
|
6065
7618
|
eventsMaturity: $responses.wix.api.Maturity;
|
|
6066
7619
|
persistence?: $responses.wix.api.IPersistence;
|
|
6067
7620
|
permissionOptions?: $responses.wix.api.IPermissionCatalogOptions;
|
|
7621
|
+
tenancy?: $responses.wix.api.ITenancyOptions;
|
|
6068
7622
|
}
|
|
6069
7623
|
export class Entity implements IEntity {
|
|
6070
7624
|
constructor(data?: IEntity);
|
|
@@ -6086,6 +7640,7 @@ declare namespace $responses {
|
|
|
6086
7640
|
eventsMaturity: $responses.wix.api.Maturity;
|
|
6087
7641
|
persistence?: $responses.wix.api.IPersistence;
|
|
6088
7642
|
permissionOptions?: $responses.wix.api.IPermissionCatalogOptions;
|
|
7643
|
+
tenancy?: $responses.wix.api.ITenancyOptions;
|
|
6089
7644
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6090
7645
|
}
|
|
6091
7646
|
export interface IPermissionCatalogOptions {
|
|
@@ -6205,6 +7760,7 @@ declare namespace $responses {
|
|
|
6205
7760
|
eventType: $responses.wix.api.Callback.EventType;
|
|
6206
7761
|
exposure: $responses.wix.api.Exposure;
|
|
6207
7762
|
maturity: $responses.wix.api.Maturity;
|
|
7763
|
+
tenancy: $responses.wix.api.Tenancy;
|
|
6208
7764
|
}
|
|
6209
7765
|
export class Callback implements ICallback {
|
|
6210
7766
|
constructor(data?: ICallback);
|
|
@@ -6215,6 +7771,7 @@ declare namespace $responses {
|
|
|
6215
7771
|
eventType: $responses.wix.api.Callback.EventType;
|
|
6216
7772
|
exposure: $responses.wix.api.Exposure;
|
|
6217
7773
|
maturity: $responses.wix.api.Maturity;
|
|
7774
|
+
tenancy: $responses.wix.api.Tenancy;
|
|
6218
7775
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6219
7776
|
}
|
|
6220
7777
|
export namespace Callback {
|
|
@@ -6291,6 +7848,14 @@ declare namespace $responses {
|
|
|
6291
7848
|
payload: string;
|
|
6292
7849
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6293
7850
|
}
|
|
7851
|
+
/**
|
|
7852
|
+
* Indicates the callback tenancy
|
|
7853
|
+
*/
|
|
7854
|
+
export enum Tenancy {
|
|
7855
|
+
SITE = "SITE",
|
|
7856
|
+
ACCOUNT = "ACCOUNT",
|
|
7857
|
+
GLOBAL = "GLOBAL",
|
|
7858
|
+
}
|
|
6294
7859
|
export interface ISegment {
|
|
6295
7860
|
}
|
|
6296
7861
|
export class Segment implements ISegment {
|
|
@@ -6517,17 +8082,23 @@ declare namespace $responses {
|
|
|
6517
8082
|
export interface IPermissionRule {
|
|
6518
8083
|
name: string;
|
|
6519
8084
|
type: $responses.wix.api.PermissionType;
|
|
8085
|
+
abacRequestValidation: $responses.wix.api.AbacRequestValidationMode;
|
|
6520
8086
|
}
|
|
6521
8087
|
export class PermissionRule implements IPermissionRule {
|
|
6522
8088
|
constructor(data?: IPermissionRule);
|
|
6523
8089
|
name: string;
|
|
6524
8090
|
type: $responses.wix.api.PermissionType;
|
|
8091
|
+
abacRequestValidation: $responses.wix.api.AbacRequestValidationMode;
|
|
6525
8092
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6526
8093
|
}
|
|
6527
8094
|
export enum PermissionType {
|
|
6528
8095
|
AUTO = "AUTO",
|
|
6529
8096
|
MANUAL = "MANUAL",
|
|
6530
8097
|
}
|
|
8098
|
+
export enum AbacRequestValidationMode {
|
|
8099
|
+
ON = "ON",
|
|
8100
|
+
OFF = "OFF",
|
|
8101
|
+
}
|
|
6531
8102
|
export interface ISla {
|
|
6532
8103
|
responseTimeMs: number;
|
|
6533
8104
|
}
|
|
@@ -7771,6 +9342,112 @@ declare namespace $responses {
|
|
|
7771
9342
|
}
|
|
7772
9343
|
}
|
|
7773
9344
|
}
|
|
9345
|
+
export namespace domainevents {
|
|
9346
|
+
export interface IAttributeUpdated {
|
|
9347
|
+
previousValue?: any;
|
|
9348
|
+
value?: any;
|
|
9349
|
+
}
|
|
9350
|
+
export class AttributeUpdated implements IAttributeUpdated {
|
|
9351
|
+
constructor(data?: IAttributeUpdated);
|
|
9352
|
+
previousValue?: any;
|
|
9353
|
+
value?: any;
|
|
9354
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9355
|
+
}
|
|
9356
|
+
export interface IEntityCreatedEvent {
|
|
9357
|
+
entityAsJson: string;
|
|
9358
|
+
triggeredByUndelete?: boolean;
|
|
9359
|
+
restoreInfo?: $responses.wix.common.domainevents.IRestoreInfo;
|
|
9360
|
+
additionalMetadataAsJson?: string;
|
|
9361
|
+
}
|
|
9362
|
+
export class EntityCreatedEvent implements IEntityCreatedEvent {
|
|
9363
|
+
constructor(data?: IEntityCreatedEvent);
|
|
9364
|
+
entityAsJson: string;
|
|
9365
|
+
triggeredByUndelete?: boolean;
|
|
9366
|
+
restoreInfo?: $responses.wix.common.domainevents.IRestoreInfo;
|
|
9367
|
+
additionalMetadataAsJson?: string;
|
|
9368
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9369
|
+
}
|
|
9370
|
+
export interface IEntityUpdatedEvent {
|
|
9371
|
+
currentEntityAsJson: string;
|
|
9372
|
+
previousEntityAsJson?: string;
|
|
9373
|
+
modifiedFields?: { [k: string]: any };
|
|
9374
|
+
additionalMetadataAsJson?: string;
|
|
9375
|
+
}
|
|
9376
|
+
export class EntityUpdatedEvent implements IEntityUpdatedEvent {
|
|
9377
|
+
constructor(data?: IEntityUpdatedEvent);
|
|
9378
|
+
currentEntityAsJson: string;
|
|
9379
|
+
previousEntityAsJson?: string;
|
|
9380
|
+
modifiedFields?: { [k: string]: any };
|
|
9381
|
+
additionalMetadataAsJson?: string;
|
|
9382
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9383
|
+
}
|
|
9384
|
+
export interface IEntityDeletedEvent {
|
|
9385
|
+
movedToTrash?: boolean;
|
|
9386
|
+
deletedEntityAsJson?: string;
|
|
9387
|
+
additionalMetadataAsJson?: string;
|
|
9388
|
+
}
|
|
9389
|
+
export class EntityDeletedEvent implements IEntityDeletedEvent {
|
|
9390
|
+
constructor(data?: IEntityDeletedEvent);
|
|
9391
|
+
movedToTrash?: boolean;
|
|
9392
|
+
deletedEntityAsJson?: string;
|
|
9393
|
+
additionalMetadataAsJson?: string;
|
|
9394
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9395
|
+
}
|
|
9396
|
+
export interface IActionEvent {
|
|
9397
|
+
bodyAsJson: string;
|
|
9398
|
+
}
|
|
9399
|
+
export class ActionEvent implements IActionEvent {
|
|
9400
|
+
constructor(data?: IActionEvent);
|
|
9401
|
+
bodyAsJson: string;
|
|
9402
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9403
|
+
}
|
|
9404
|
+
export interface IDomainEvent {
|
|
9405
|
+
id: string;
|
|
9406
|
+
entityFqdn: string;
|
|
9407
|
+
slug: string;
|
|
9408
|
+
entityId: string;
|
|
9409
|
+
createdEvent?: $responses.wix.common.domainevents.IEntityCreatedEvent;
|
|
9410
|
+
updatedEvent?: $responses.wix.common.domainevents.IEntityUpdatedEvent;
|
|
9411
|
+
deletedEvent?: $responses.wix.common.domainevents.IEntityDeletedEvent;
|
|
9412
|
+
actionEvent?: $responses.wix.common.domainevents.IActionEvent;
|
|
9413
|
+
eventTime?: Date;
|
|
9414
|
+
triggeredByAnonymizeRequest?: boolean;
|
|
9415
|
+
originatedFrom?: string;
|
|
9416
|
+
entityEventSequence?: (number | string);
|
|
9417
|
+
}
|
|
9418
|
+
export class DomainEvent implements IDomainEvent {
|
|
9419
|
+
constructor(data?: IDomainEvent);
|
|
9420
|
+
id: string;
|
|
9421
|
+
entityFqdn: string;
|
|
9422
|
+
slug: string;
|
|
9423
|
+
entityId: string;
|
|
9424
|
+
createdEvent?: $responses.wix.common.domainevents.IEntityCreatedEvent;
|
|
9425
|
+
updatedEvent?: $responses.wix.common.domainevents.IEntityUpdatedEvent;
|
|
9426
|
+
deletedEvent?: $responses.wix.common.domainevents.IEntityDeletedEvent;
|
|
9427
|
+
actionEvent?: $responses.wix.common.domainevents.IActionEvent;
|
|
9428
|
+
eventTime?: Date;
|
|
9429
|
+
triggeredByAnonymizeRequest?: boolean;
|
|
9430
|
+
originatedFrom?: string;
|
|
9431
|
+
entityEventSequence?: (number | string);
|
|
9432
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9433
|
+
}
|
|
9434
|
+
export interface IDomainEvents {
|
|
9435
|
+
domainEvents: $responses.wix.common.domainevents.IDomainEvent[];
|
|
9436
|
+
}
|
|
9437
|
+
export class DomainEvents implements IDomainEvents {
|
|
9438
|
+
constructor(data?: IDomainEvents);
|
|
9439
|
+
domainEvents: $responses.wix.common.domainevents.IDomainEvent[];
|
|
9440
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9441
|
+
}
|
|
9442
|
+
export interface IRestoreInfo {
|
|
9443
|
+
deletedDate?: Date;
|
|
9444
|
+
}
|
|
9445
|
+
export class RestoreInfo implements IRestoreInfo {
|
|
9446
|
+
constructor(data?: IRestoreInfo);
|
|
9447
|
+
deletedDate?: Date;
|
|
9448
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9449
|
+
}
|
|
9450
|
+
}
|
|
7774
9451
|
export interface IIdentificationData {
|
|
7775
9452
|
contactId?: string;
|
|
7776
9453
|
identityType: $responses.wix.common.IdentificationData.IdentityType;
|
|
@@ -8152,6 +9829,30 @@ declare namespace $responses {
|
|
|
8152
9829
|
fields: string[];
|
|
8153
9830
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8154
9831
|
}
|
|
9832
|
+
export interface ISearchSuggest {
|
|
9833
|
+
suggest?: $responses.wix.common.ISearchSuggestDetails;
|
|
9834
|
+
sort: $responses.wix.common.ISorting[];
|
|
9835
|
+
filter?: { [key: string]: any };
|
|
9836
|
+
limit?: number;
|
|
9837
|
+
}
|
|
9838
|
+
export class SearchSuggest implements ISearchSuggest {
|
|
9839
|
+
constructor(data?: ISearchSuggest);
|
|
9840
|
+
suggest?: $responses.wix.common.ISearchSuggestDetails;
|
|
9841
|
+
sort: $responses.wix.common.ISorting[];
|
|
9842
|
+
filter?: { [key: string]: any };
|
|
9843
|
+
limit?: number;
|
|
9844
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9845
|
+
}
|
|
9846
|
+
export interface ISearchSuggestDetails {
|
|
9847
|
+
expression: string;
|
|
9848
|
+
fields: string[];
|
|
9849
|
+
}
|
|
9850
|
+
export class SearchSuggestDetails implements ISearchSuggestDetails {
|
|
9851
|
+
constructor(data?: ISearchSuggestDetails);
|
|
9852
|
+
expression: string;
|
|
9853
|
+
fields: string[];
|
|
9854
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9855
|
+
}
|
|
8155
9856
|
export interface ISearchDetails {
|
|
8156
9857
|
mode: $responses.wix.common.SearchDetails.Mode;
|
|
8157
9858
|
expression?: string;
|
|
@@ -8368,6 +10069,7 @@ declare namespace $responses {
|
|
|
8368
10069
|
groupedByValue?: $responses.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
8369
10070
|
dateHistogram?: $responses.wix.common.AggregationData.AggregationResults.IDateHistogramResults;
|
|
8370
10071
|
nested?: $responses.wix.common.AggregationData.AggregationResults.INestedResults;
|
|
10072
|
+
scalarDate?: $responses.wix.common.AggregationData.AggregationResults.IScalarDateResult;
|
|
8371
10073
|
}
|
|
8372
10074
|
export class AggregationResults implements IAggregationResults {
|
|
8373
10075
|
constructor(data?: IAggregationResults);
|
|
@@ -8380,6 +10082,7 @@ declare namespace $responses {
|
|
|
8380
10082
|
groupedByValue?: $responses.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
8381
10083
|
dateHistogram?: $responses.wix.common.AggregationData.AggregationResults.IDateHistogramResults;
|
|
8382
10084
|
nested?: $responses.wix.common.AggregationData.AggregationResults.INestedResults;
|
|
10085
|
+
scalarDate?: $responses.wix.common.AggregationData.AggregationResults.IScalarDateResult;
|
|
8383
10086
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8384
10087
|
}
|
|
8385
10088
|
export namespace AggregationResults {
|
|
@@ -8435,6 +10138,16 @@ declare namespace $responses {
|
|
|
8435
10138
|
value: number;
|
|
8436
10139
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8437
10140
|
}
|
|
10141
|
+
export interface IScalarDateResult {
|
|
10142
|
+
type: $responses.wix.common.ScalarType;
|
|
10143
|
+
value: string;
|
|
10144
|
+
}
|
|
10145
|
+
export class ScalarDateResult implements IScalarDateResult {
|
|
10146
|
+
constructor(data?: IScalarDateResult);
|
|
10147
|
+
type: $responses.wix.common.ScalarType;
|
|
10148
|
+
value: string;
|
|
10149
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10150
|
+
}
|
|
8438
10151
|
export interface IGroupByValueResults {
|
|
8439
10152
|
results: $responses.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
8440
10153
|
}
|
|
@@ -8512,11 +10225,20 @@ declare namespace $responses {
|
|
|
8512
10225
|
value: number;
|
|
8513
10226
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8514
10227
|
}
|
|
10228
|
+
export interface IScalarDateResult {
|
|
10229
|
+
value: string;
|
|
10230
|
+
}
|
|
10231
|
+
export class ScalarDateResult implements IScalarDateResult {
|
|
10232
|
+
constructor(data?: IScalarDateResult);
|
|
10233
|
+
value: string;
|
|
10234
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10235
|
+
}
|
|
8515
10236
|
export interface INestedResultValue {
|
|
8516
10237
|
value?: $responses.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
8517
10238
|
range?: $responses.wix.common.AggregationData.AggregationResults.NestedResults.IRangeResult;
|
|
8518
10239
|
scalar?: $responses.wix.common.AggregationData.AggregationResults.NestedResults.IScalarResult;
|
|
8519
10240
|
dateHistogram?: $responses.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
10241
|
+
scalarDate?: $responses.wix.common.AggregationData.AggregationResults.NestedResults.IScalarDateResult;
|
|
8520
10242
|
}
|
|
8521
10243
|
export class NestedResultValue implements INestedResultValue {
|
|
8522
10244
|
constructor(data?: INestedResultValue);
|
|
@@ -8524,6 +10246,7 @@ declare namespace $responses {
|
|
|
8524
10246
|
range?: $responses.wix.common.AggregationData.AggregationResults.NestedResults.IRangeResult;
|
|
8525
10247
|
scalar?: $responses.wix.common.AggregationData.AggregationResults.NestedResults.IScalarResult;
|
|
8526
10248
|
dateHistogram?: $responses.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
10249
|
+
scalarDate?: $responses.wix.common.AggregationData.AggregationResults.NestedResults.IScalarDateResult;
|
|
8527
10250
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8528
10251
|
}
|
|
8529
10252
|
export interface IResults {
|
|
@@ -8958,6 +10681,719 @@ declare namespace $responses {
|
|
|
8958
10681
|
tags: $responses.wix.os.v1.ITag[];
|
|
8959
10682
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8960
10683
|
}
|
|
10684
|
+
export interface IQueryTagsForAccountRequest {
|
|
10685
|
+
fqdn: string;
|
|
10686
|
+
exposure: $responses.wix.os.v1.TagExposure;
|
|
10687
|
+
query?: $responses.wix.os.v1.upstream.wix.common.ICursorQuery;
|
|
10688
|
+
}
|
|
10689
|
+
export class QueryTagsForAccountRequest implements IQueryTagsForAccountRequest {
|
|
10690
|
+
constructor(data?: IQueryTagsForAccountRequest);
|
|
10691
|
+
fqdn: string;
|
|
10692
|
+
exposure: $responses.wix.os.v1.TagExposure;
|
|
10693
|
+
query?: $responses.wix.os.v1.upstream.wix.common.ICursorQuery;
|
|
10694
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10695
|
+
}
|
|
10696
|
+
export interface IQueryTagsForAccountResponse {
|
|
10697
|
+
tags: $responses.wix.os.v1.ITag[];
|
|
10698
|
+
pagingMetadata?: $responses.wix.os.v1.upstream.wix.common.ICursorPagingMetadata;
|
|
10699
|
+
}
|
|
10700
|
+
export class QueryTagsForAccountResponse implements IQueryTagsForAccountResponse {
|
|
10701
|
+
constructor(data?: IQueryTagsForAccountResponse);
|
|
10702
|
+
tags: $responses.wix.os.v1.ITag[];
|
|
10703
|
+
pagingMetadata?: $responses.wix.os.v1.upstream.wix.common.ICursorPagingMetadata;
|
|
10704
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10705
|
+
}
|
|
10706
|
+
export namespace upstream {
|
|
10707
|
+
export namespace wix {
|
|
10708
|
+
export namespace common {
|
|
10709
|
+
export interface ICursorQuery {
|
|
10710
|
+
filter?: { [key: string]: any };
|
|
10711
|
+
sort: $responses.wix.os.v1.upstream.wix.common.ISorting[];
|
|
10712
|
+
cursorPaging?: $responses.wix.os.v1.upstream.wix.common.ICursorPaging;
|
|
10713
|
+
}
|
|
10714
|
+
export class CursorQuery implements ICursorQuery {
|
|
10715
|
+
constructor(data?: ICursorQuery);
|
|
10716
|
+
filter?: { [key: string]: any };
|
|
10717
|
+
sort: $responses.wix.os.v1.upstream.wix.common.ISorting[];
|
|
10718
|
+
cursorPaging?: $responses.wix.os.v1.upstream.wix.common.ICursorPaging;
|
|
10719
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10720
|
+
}
|
|
10721
|
+
export interface ISearch {
|
|
10722
|
+
filter?: { [key: string]: any };
|
|
10723
|
+
sort: $responses.wix.os.v1.upstream.wix.common.ISorting[];
|
|
10724
|
+
fields: string[];
|
|
10725
|
+
fieldsets: string[];
|
|
10726
|
+
aggregations: $responses.wix.os.v1.upstream.wix.common.IAggregation[];
|
|
10727
|
+
search?: $responses.wix.os.v1.upstream.wix.common.ISearchDetails;
|
|
10728
|
+
paging?: $responses.wix.os.v1.upstream.wix.common.IPaging;
|
|
10729
|
+
cursorPaging?: $responses.wix.os.v1.upstream.wix.common.ICursorPaging;
|
|
10730
|
+
timeZone?: string;
|
|
10731
|
+
}
|
|
10732
|
+
export class Search implements ISearch {
|
|
10733
|
+
constructor(data?: ISearch);
|
|
10734
|
+
filter?: { [key: string]: any };
|
|
10735
|
+
sort: $responses.wix.os.v1.upstream.wix.common.ISorting[];
|
|
10736
|
+
fields: string[];
|
|
10737
|
+
fieldsets: string[];
|
|
10738
|
+
aggregations: $responses.wix.os.v1.upstream.wix.common.IAggregation[];
|
|
10739
|
+
search?: $responses.wix.os.v1.upstream.wix.common.ISearchDetails;
|
|
10740
|
+
paging?: $responses.wix.os.v1.upstream.wix.common.IPaging;
|
|
10741
|
+
cursorPaging?: $responses.wix.os.v1.upstream.wix.common.ICursorPaging;
|
|
10742
|
+
timeZone?: string;
|
|
10743
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10744
|
+
}
|
|
10745
|
+
export interface ICursorSearch {
|
|
10746
|
+
filter?: { [key: string]: any };
|
|
10747
|
+
sort: $responses.wix.os.v1.upstream.wix.common.ISorting[];
|
|
10748
|
+
aggregations: $responses.wix.os.v1.upstream.wix.common.IAggregation[];
|
|
10749
|
+
search?: $responses.wix.os.v1.upstream.wix.common.ISearchDetails;
|
|
10750
|
+
cursorPaging?: $responses.wix.os.v1.upstream.wix.common.ICursorPaging;
|
|
10751
|
+
timeZone?: string;
|
|
10752
|
+
}
|
|
10753
|
+
export class CursorSearch implements ICursorSearch {
|
|
10754
|
+
constructor(data?: ICursorSearch);
|
|
10755
|
+
filter?: { [key: string]: any };
|
|
10756
|
+
sort: $responses.wix.os.v1.upstream.wix.common.ISorting[];
|
|
10757
|
+
aggregations: $responses.wix.os.v1.upstream.wix.common.IAggregation[];
|
|
10758
|
+
search?: $responses.wix.os.v1.upstream.wix.common.ISearchDetails;
|
|
10759
|
+
cursorPaging?: $responses.wix.os.v1.upstream.wix.common.ICursorPaging;
|
|
10760
|
+
timeZone?: string;
|
|
10761
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10762
|
+
}
|
|
10763
|
+
export interface ISearchRelated {
|
|
10764
|
+
relatedToIds: string[];
|
|
10765
|
+
search?: $responses.wix.os.v1.upstream.wix.common.ISearchRelatedDetails;
|
|
10766
|
+
filter?: { [key: string]: any };
|
|
10767
|
+
sort: $responses.wix.os.v1.upstream.wix.common.ISorting[];
|
|
10768
|
+
limit?: number;
|
|
10769
|
+
}
|
|
10770
|
+
export class SearchRelated implements ISearchRelated {
|
|
10771
|
+
constructor(data?: ISearchRelated);
|
|
10772
|
+
relatedToIds: string[];
|
|
10773
|
+
search?: $responses.wix.os.v1.upstream.wix.common.ISearchRelatedDetails;
|
|
10774
|
+
filter?: { [key: string]: any };
|
|
10775
|
+
sort: $responses.wix.os.v1.upstream.wix.common.ISorting[];
|
|
10776
|
+
limit?: number;
|
|
10777
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10778
|
+
}
|
|
10779
|
+
export interface ISearchRelatedDetails {
|
|
10780
|
+
expression?: string;
|
|
10781
|
+
fields: string[];
|
|
10782
|
+
}
|
|
10783
|
+
export class SearchRelatedDetails implements ISearchRelatedDetails {
|
|
10784
|
+
constructor(data?: ISearchRelatedDetails);
|
|
10785
|
+
expression?: string;
|
|
10786
|
+
fields: string[];
|
|
10787
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10788
|
+
}
|
|
10789
|
+
export interface ISearchDetails {
|
|
10790
|
+
mode: $responses.wix.os.v1.upstream.wix.common.SearchDetails.Mode;
|
|
10791
|
+
expression?: string;
|
|
10792
|
+
fields: string[];
|
|
10793
|
+
fuzzy: boolean;
|
|
10794
|
+
}
|
|
10795
|
+
export class SearchDetails implements ISearchDetails {
|
|
10796
|
+
constructor(data?: ISearchDetails);
|
|
10797
|
+
mode: $responses.wix.os.v1.upstream.wix.common.SearchDetails.Mode;
|
|
10798
|
+
expression?: string;
|
|
10799
|
+
fields: string[];
|
|
10800
|
+
fuzzy: boolean;
|
|
10801
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10802
|
+
}
|
|
10803
|
+
export namespace SearchDetails {
|
|
10804
|
+
export enum Mode {
|
|
10805
|
+
OR = "OR",
|
|
10806
|
+
AND = "AND",
|
|
10807
|
+
}
|
|
10808
|
+
}
|
|
10809
|
+
export enum AggregationType {
|
|
10810
|
+
UNKNOWN_AGGREGATION_TYPE = "UNKNOWN_AGGREGATION_TYPE",
|
|
10811
|
+
VALUE = "VALUE",
|
|
10812
|
+
RANGE = "RANGE",
|
|
10813
|
+
SCALAR = "SCALAR",
|
|
10814
|
+
DATE_HISTOGRAM = "DATE_HISTOGRAM",
|
|
10815
|
+
NESTED = "NESTED",
|
|
10816
|
+
}
|
|
10817
|
+
export enum ScalarType {
|
|
10818
|
+
UNKNOWN_SCALAR_TYPE = "UNKNOWN_SCALAR_TYPE",
|
|
10819
|
+
COUNT_DISTINCT = "COUNT_DISTINCT",
|
|
10820
|
+
MIN = "MIN",
|
|
10821
|
+
MAX = "MAX",
|
|
10822
|
+
SUM = "SUM",
|
|
10823
|
+
AVG = "AVG",
|
|
10824
|
+
}
|
|
10825
|
+
export interface IAggregation {
|
|
10826
|
+
name?: string;
|
|
10827
|
+
type: $responses.wix.os.v1.upstream.wix.common.AggregationType;
|
|
10828
|
+
fieldPath: string;
|
|
10829
|
+
value?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IValueAggregation;
|
|
10830
|
+
range?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IRangeAggregation;
|
|
10831
|
+
scalar?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IScalarAggregation;
|
|
10832
|
+
dateHistogram?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IDateHistogramAggregation;
|
|
10833
|
+
nested?: $responses.wix.os.v1.upstream.wix.common.Aggregation.INestedAggregation;
|
|
10834
|
+
}
|
|
10835
|
+
export class Aggregation implements IAggregation {
|
|
10836
|
+
constructor(data?: IAggregation);
|
|
10837
|
+
name?: string;
|
|
10838
|
+
type: $responses.wix.os.v1.upstream.wix.common.AggregationType;
|
|
10839
|
+
fieldPath: string;
|
|
10840
|
+
value?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IValueAggregation;
|
|
10841
|
+
range?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IRangeAggregation;
|
|
10842
|
+
scalar?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IScalarAggregation;
|
|
10843
|
+
dateHistogram?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IDateHistogramAggregation;
|
|
10844
|
+
nested?: $responses.wix.os.v1.upstream.wix.common.Aggregation.INestedAggregation;
|
|
10845
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10846
|
+
}
|
|
10847
|
+
export namespace Aggregation {
|
|
10848
|
+
export interface IRangeAggregation {
|
|
10849
|
+
buckets: $responses.wix.os.v1.upstream.wix.common.Aggregation.RangeAggregation.IRangeBucket[];
|
|
10850
|
+
}
|
|
10851
|
+
export class RangeAggregation implements IRangeAggregation {
|
|
10852
|
+
constructor(data?: IRangeAggregation);
|
|
10853
|
+
buckets: $responses.wix.os.v1.upstream.wix.common.Aggregation.RangeAggregation.IRangeBucket[];
|
|
10854
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10855
|
+
}
|
|
10856
|
+
export namespace RangeAggregation {
|
|
10857
|
+
export interface IRangeBucket {
|
|
10858
|
+
from?: number;
|
|
10859
|
+
to?: number;
|
|
10860
|
+
}
|
|
10861
|
+
export class RangeBucket implements IRangeBucket {
|
|
10862
|
+
constructor(data?: IRangeBucket);
|
|
10863
|
+
from?: number;
|
|
10864
|
+
to?: number;
|
|
10865
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10866
|
+
}
|
|
10867
|
+
}
|
|
10868
|
+
export interface IValueAggregation {
|
|
10869
|
+
sortType: $responses.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.SortType;
|
|
10870
|
+
sortDirection: $responses.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.SortDirection;
|
|
10871
|
+
limit?: number;
|
|
10872
|
+
missingValues: $responses.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.MissingValues;
|
|
10873
|
+
includeOptions?: $responses.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions;
|
|
10874
|
+
}
|
|
10875
|
+
export class ValueAggregation implements IValueAggregation {
|
|
10876
|
+
constructor(data?: IValueAggregation);
|
|
10877
|
+
sortType: $responses.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.SortType;
|
|
10878
|
+
sortDirection: $responses.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.SortDirection;
|
|
10879
|
+
limit?: number;
|
|
10880
|
+
missingValues: $responses.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.MissingValues;
|
|
10881
|
+
includeOptions?: $responses.wix.os.v1.upstream.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions;
|
|
10882
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10883
|
+
}
|
|
10884
|
+
export namespace ValueAggregation {
|
|
10885
|
+
export enum SortType {
|
|
10886
|
+
COUNT = "COUNT",
|
|
10887
|
+
VALUE = "VALUE",
|
|
10888
|
+
}
|
|
10889
|
+
export enum SortDirection {
|
|
10890
|
+
DESC = "DESC",
|
|
10891
|
+
ASC = "ASC",
|
|
10892
|
+
}
|
|
10893
|
+
export enum MissingValues {
|
|
10894
|
+
EXCLUDE = "EXCLUDE",
|
|
10895
|
+
INCLUDE = "INCLUDE",
|
|
10896
|
+
}
|
|
10897
|
+
export interface IIncludeMissingValuesOptions {
|
|
10898
|
+
addToBucket: string;
|
|
10899
|
+
}
|
|
10900
|
+
export class IncludeMissingValuesOptions implements IIncludeMissingValuesOptions {
|
|
10901
|
+
constructor(data?: IIncludeMissingValuesOptions);
|
|
10902
|
+
addToBucket: string;
|
|
10903
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10904
|
+
}
|
|
10905
|
+
}
|
|
10906
|
+
export interface IScalarAggregation {
|
|
10907
|
+
type: $responses.wix.os.v1.upstream.wix.common.ScalarType;
|
|
10908
|
+
}
|
|
10909
|
+
export class ScalarAggregation implements IScalarAggregation {
|
|
10910
|
+
constructor(data?: IScalarAggregation);
|
|
10911
|
+
type: $responses.wix.os.v1.upstream.wix.common.ScalarType;
|
|
10912
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10913
|
+
}
|
|
10914
|
+
export interface IGroupByAggregation {
|
|
10915
|
+
name?: string;
|
|
10916
|
+
fieldPath: string;
|
|
10917
|
+
value?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IValueAggregation;
|
|
10918
|
+
}
|
|
10919
|
+
export class GroupByAggregation implements IGroupByAggregation {
|
|
10920
|
+
constructor(data?: IGroupByAggregation);
|
|
10921
|
+
name?: string;
|
|
10922
|
+
fieldPath: string;
|
|
10923
|
+
value?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IValueAggregation;
|
|
10924
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10925
|
+
}
|
|
10926
|
+
export interface INestedAggregation {
|
|
10927
|
+
nestedAggregations: $responses.wix.os.v1.upstream.wix.common.Aggregation.NestedAggregation.INestedAggregationItem[];
|
|
10928
|
+
}
|
|
10929
|
+
export class NestedAggregation implements INestedAggregation {
|
|
10930
|
+
constructor(data?: INestedAggregation);
|
|
10931
|
+
nestedAggregations: $responses.wix.os.v1.upstream.wix.common.Aggregation.NestedAggregation.INestedAggregationItem[];
|
|
10932
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10933
|
+
}
|
|
10934
|
+
export namespace NestedAggregation {
|
|
10935
|
+
export enum NestedAggregationType {
|
|
10936
|
+
UNKNOWN_AGGREGATION_TYPE = "UNKNOWN_AGGREGATION_TYPE",
|
|
10937
|
+
VALUE = "VALUE",
|
|
10938
|
+
RANGE = "RANGE",
|
|
10939
|
+
SCALAR = "SCALAR",
|
|
10940
|
+
DATE_HISTOGRAM = "DATE_HISTOGRAM",
|
|
10941
|
+
}
|
|
10942
|
+
export interface INestedAggregationItem {
|
|
10943
|
+
name?: string;
|
|
10944
|
+
type: $responses.wix.os.v1.upstream.wix.common.Aggregation.NestedAggregation.NestedAggregationType;
|
|
10945
|
+
fieldPath: string;
|
|
10946
|
+
value?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IValueAggregation;
|
|
10947
|
+
range?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IRangeAggregation;
|
|
10948
|
+
scalar?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IScalarAggregation;
|
|
10949
|
+
dateHistogram?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IDateHistogramAggregation;
|
|
10950
|
+
}
|
|
10951
|
+
export class NestedAggregationItem implements INestedAggregationItem {
|
|
10952
|
+
constructor(data?: INestedAggregationItem);
|
|
10953
|
+
name?: string;
|
|
10954
|
+
type: $responses.wix.os.v1.upstream.wix.common.Aggregation.NestedAggregation.NestedAggregationType;
|
|
10955
|
+
fieldPath: string;
|
|
10956
|
+
value?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IValueAggregation;
|
|
10957
|
+
range?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IRangeAggregation;
|
|
10958
|
+
scalar?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IScalarAggregation;
|
|
10959
|
+
dateHistogram?: $responses.wix.os.v1.upstream.wix.common.Aggregation.IDateHistogramAggregation;
|
|
10960
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10961
|
+
}
|
|
10962
|
+
}
|
|
10963
|
+
export interface IDateHistogramAggregation {
|
|
10964
|
+
interval: $responses.wix.os.v1.upstream.wix.common.Aggregation.DateHistogramAggregation.Interval;
|
|
10965
|
+
}
|
|
10966
|
+
export class DateHistogramAggregation implements IDateHistogramAggregation {
|
|
10967
|
+
constructor(data?: IDateHistogramAggregation);
|
|
10968
|
+
interval: $responses.wix.os.v1.upstream.wix.common.Aggregation.DateHistogramAggregation.Interval;
|
|
10969
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10970
|
+
}
|
|
10971
|
+
export namespace DateHistogramAggregation {
|
|
10972
|
+
export enum Interval {
|
|
10973
|
+
UNKNOWN_INTERVAL = "UNKNOWN_INTERVAL",
|
|
10974
|
+
YEAR = "YEAR",
|
|
10975
|
+
MONTH = "MONTH",
|
|
10976
|
+
WEEK = "WEEK",
|
|
10977
|
+
DAY = "DAY",
|
|
10978
|
+
HOUR = "HOUR",
|
|
10979
|
+
MINUTE = "MINUTE",
|
|
10980
|
+
SECOND = "SECOND",
|
|
10981
|
+
}
|
|
10982
|
+
}
|
|
10983
|
+
}
|
|
10984
|
+
export interface IAggregationData {
|
|
10985
|
+
results: $responses.wix.os.v1.upstream.wix.common.AggregationData.IAggregationResults[];
|
|
10986
|
+
}
|
|
10987
|
+
export class AggregationData implements IAggregationData {
|
|
10988
|
+
constructor(data?: IAggregationData);
|
|
10989
|
+
results: $responses.wix.os.v1.upstream.wix.common.AggregationData.IAggregationResults[];
|
|
10990
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10991
|
+
}
|
|
10992
|
+
export namespace AggregationData {
|
|
10993
|
+
export interface IAggregationResults {
|
|
10994
|
+
name: string;
|
|
10995
|
+
type: $responses.wix.os.v1.upstream.wix.common.AggregationType;
|
|
10996
|
+
fieldPath: string;
|
|
10997
|
+
values?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
10998
|
+
ranges?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
10999
|
+
scalar?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
11000
|
+
groupedByValue?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
11001
|
+
dateHistogram?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IDateHistogramResults;
|
|
11002
|
+
nested?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.INestedResults;
|
|
11003
|
+
}
|
|
11004
|
+
export class AggregationResults implements IAggregationResults {
|
|
11005
|
+
constructor(data?: IAggregationResults);
|
|
11006
|
+
name: string;
|
|
11007
|
+
type: $responses.wix.os.v1.upstream.wix.common.AggregationType;
|
|
11008
|
+
fieldPath: string;
|
|
11009
|
+
values?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
11010
|
+
ranges?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
11011
|
+
scalar?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
11012
|
+
groupedByValue?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
11013
|
+
dateHistogram?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IDateHistogramResults;
|
|
11014
|
+
nested?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.INestedResults;
|
|
11015
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11016
|
+
}
|
|
11017
|
+
export namespace AggregationResults {
|
|
11018
|
+
export interface IValueResults {
|
|
11019
|
+
results: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.ValueResults.IValueAggregationResult[];
|
|
11020
|
+
}
|
|
11021
|
+
export class ValueResults implements IValueResults {
|
|
11022
|
+
constructor(data?: IValueResults);
|
|
11023
|
+
results: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.ValueResults.IValueAggregationResult[];
|
|
11024
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11025
|
+
}
|
|
11026
|
+
export namespace ValueResults {
|
|
11027
|
+
export interface IValueAggregationResult {
|
|
11028
|
+
value: string;
|
|
11029
|
+
count: number;
|
|
11030
|
+
}
|
|
11031
|
+
export class ValueAggregationResult implements IValueAggregationResult {
|
|
11032
|
+
constructor(data?: IValueAggregationResult);
|
|
11033
|
+
value: string;
|
|
11034
|
+
count: number;
|
|
11035
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11036
|
+
}
|
|
11037
|
+
}
|
|
11038
|
+
export interface IRangeResults {
|
|
11039
|
+
results: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.RangeResults.IRangeAggregationResult[];
|
|
11040
|
+
}
|
|
11041
|
+
export class RangeResults implements IRangeResults {
|
|
11042
|
+
constructor(data?: IRangeResults);
|
|
11043
|
+
results: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.RangeResults.IRangeAggregationResult[];
|
|
11044
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11045
|
+
}
|
|
11046
|
+
export namespace RangeResults {
|
|
11047
|
+
export interface IRangeAggregationResult {
|
|
11048
|
+
from?: number;
|
|
11049
|
+
to?: number;
|
|
11050
|
+
count: number;
|
|
11051
|
+
}
|
|
11052
|
+
export class RangeAggregationResult implements IRangeAggregationResult {
|
|
11053
|
+
constructor(data?: IRangeAggregationResult);
|
|
11054
|
+
from?: number;
|
|
11055
|
+
to?: number;
|
|
11056
|
+
count: number;
|
|
11057
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11058
|
+
}
|
|
11059
|
+
}
|
|
11060
|
+
export interface IScalarResult {
|
|
11061
|
+
type: $responses.wix.os.v1.upstream.wix.common.ScalarType;
|
|
11062
|
+
value: number;
|
|
11063
|
+
}
|
|
11064
|
+
export class ScalarResult implements IScalarResult {
|
|
11065
|
+
constructor(data?: IScalarResult);
|
|
11066
|
+
type: $responses.wix.os.v1.upstream.wix.common.ScalarType;
|
|
11067
|
+
value: number;
|
|
11068
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11069
|
+
}
|
|
11070
|
+
export interface IGroupByValueResults {
|
|
11071
|
+
results: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
11072
|
+
}
|
|
11073
|
+
export class GroupByValueResults implements IGroupByValueResults {
|
|
11074
|
+
constructor(data?: IGroupByValueResults);
|
|
11075
|
+
results: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
11076
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11077
|
+
}
|
|
11078
|
+
export namespace GroupByValueResults {
|
|
11079
|
+
export interface INestedValueAggregationResult {
|
|
11080
|
+
value: string;
|
|
11081
|
+
nestedResults?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.INestedAggregationResults;
|
|
11082
|
+
}
|
|
11083
|
+
export class NestedValueAggregationResult implements INestedValueAggregationResult {
|
|
11084
|
+
constructor(data?: INestedValueAggregationResult);
|
|
11085
|
+
value: string;
|
|
11086
|
+
nestedResults?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.INestedAggregationResults;
|
|
11087
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11088
|
+
}
|
|
11089
|
+
}
|
|
11090
|
+
export interface INestedAggregationResults {
|
|
11091
|
+
name: string;
|
|
11092
|
+
type: $responses.wix.os.v1.upstream.wix.common.AggregationType;
|
|
11093
|
+
fieldPath: string;
|
|
11094
|
+
values?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
11095
|
+
ranges?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
11096
|
+
scalar?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
11097
|
+
}
|
|
11098
|
+
export class NestedAggregationResults implements INestedAggregationResults {
|
|
11099
|
+
constructor(data?: INestedAggregationResults);
|
|
11100
|
+
name: string;
|
|
11101
|
+
type: $responses.wix.os.v1.upstream.wix.common.AggregationType;
|
|
11102
|
+
fieldPath: string;
|
|
11103
|
+
values?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
11104
|
+
ranges?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
11105
|
+
scalar?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
11106
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11107
|
+
}
|
|
11108
|
+
export interface INestedResults {
|
|
11109
|
+
results: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IResults[];
|
|
11110
|
+
}
|
|
11111
|
+
export class NestedResults implements INestedResults {
|
|
11112
|
+
constructor(data?: INestedResults);
|
|
11113
|
+
results: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IResults[];
|
|
11114
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11115
|
+
}
|
|
11116
|
+
export namespace NestedResults {
|
|
11117
|
+
export interface IValueResult {
|
|
11118
|
+
value: string;
|
|
11119
|
+
count?: number;
|
|
11120
|
+
}
|
|
11121
|
+
export class ValueResult implements IValueResult {
|
|
11122
|
+
constructor(data?: IValueResult);
|
|
11123
|
+
value: string;
|
|
11124
|
+
count?: number;
|
|
11125
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11126
|
+
}
|
|
11127
|
+
export interface IRangeResult {
|
|
11128
|
+
from?: number;
|
|
11129
|
+
to?: number;
|
|
11130
|
+
count?: number;
|
|
11131
|
+
}
|
|
11132
|
+
export class RangeResult implements IRangeResult {
|
|
11133
|
+
constructor(data?: IRangeResult);
|
|
11134
|
+
from?: number;
|
|
11135
|
+
to?: number;
|
|
11136
|
+
count?: number;
|
|
11137
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11138
|
+
}
|
|
11139
|
+
export interface IScalarResult {
|
|
11140
|
+
value: number;
|
|
11141
|
+
}
|
|
11142
|
+
export class ScalarResult implements IScalarResult {
|
|
11143
|
+
constructor(data?: IScalarResult);
|
|
11144
|
+
value: number;
|
|
11145
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11146
|
+
}
|
|
11147
|
+
export interface INestedResultValue {
|
|
11148
|
+
value?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
11149
|
+
range?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IRangeResult;
|
|
11150
|
+
scalar?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IScalarResult;
|
|
11151
|
+
dateHistogram?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
11152
|
+
}
|
|
11153
|
+
export class NestedResultValue implements INestedResultValue {
|
|
11154
|
+
constructor(data?: INestedResultValue);
|
|
11155
|
+
value?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
11156
|
+
range?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IRangeResult;
|
|
11157
|
+
scalar?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IScalarResult;
|
|
11158
|
+
dateHistogram?: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult;
|
|
11159
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11160
|
+
}
|
|
11161
|
+
export interface IResults {
|
|
11162
|
+
results?: { [k: string]: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.INestedResultValue };
|
|
11163
|
+
}
|
|
11164
|
+
export class Results implements IResults {
|
|
11165
|
+
constructor(data?: IResults);
|
|
11166
|
+
results?: { [k: string]: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.NestedResults.INestedResultValue };
|
|
11167
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11168
|
+
}
|
|
11169
|
+
}
|
|
11170
|
+
export interface IDateHistogramResults {
|
|
11171
|
+
results: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.DateHistogramResults.IDateHistogramResult[];
|
|
11172
|
+
}
|
|
11173
|
+
export class DateHistogramResults implements IDateHistogramResults {
|
|
11174
|
+
constructor(data?: IDateHistogramResults);
|
|
11175
|
+
results: $responses.wix.os.v1.upstream.wix.common.AggregationData.AggregationResults.DateHistogramResults.IDateHistogramResult[];
|
|
11176
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11177
|
+
}
|
|
11178
|
+
export namespace DateHistogramResults {
|
|
11179
|
+
export interface IDateHistogramResult {
|
|
11180
|
+
value: string;
|
|
11181
|
+
count: number;
|
|
11182
|
+
}
|
|
11183
|
+
export class DateHistogramResult implements IDateHistogramResult {
|
|
11184
|
+
constructor(data?: IDateHistogramResult);
|
|
11185
|
+
value: string;
|
|
11186
|
+
count: number;
|
|
11187
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11188
|
+
}
|
|
11189
|
+
}
|
|
11190
|
+
}
|
|
11191
|
+
}
|
|
11192
|
+
export interface IPaging {
|
|
11193
|
+
limit?: number;
|
|
11194
|
+
offset?: number;
|
|
11195
|
+
}
|
|
11196
|
+
export class Paging implements IPaging {
|
|
11197
|
+
constructor(data?: IPaging);
|
|
11198
|
+
limit?: number;
|
|
11199
|
+
offset?: number;
|
|
11200
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11201
|
+
}
|
|
11202
|
+
export interface ICursorPaging {
|
|
11203
|
+
limit?: number;
|
|
11204
|
+
cursor?: string;
|
|
11205
|
+
}
|
|
11206
|
+
export class CursorPaging implements ICursorPaging {
|
|
11207
|
+
constructor(data?: ICursorPaging);
|
|
11208
|
+
limit?: number;
|
|
11209
|
+
cursor?: string;
|
|
11210
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11211
|
+
}
|
|
11212
|
+
export interface IPagingMetadata {
|
|
11213
|
+
count?: number;
|
|
11214
|
+
offset?: number;
|
|
11215
|
+
total?: number;
|
|
11216
|
+
tooManyToCount?: boolean;
|
|
11217
|
+
hasNext?: boolean;
|
|
11218
|
+
}
|
|
11219
|
+
export class PagingMetadata implements IPagingMetadata {
|
|
11220
|
+
constructor(data?: IPagingMetadata);
|
|
11221
|
+
count?: number;
|
|
11222
|
+
offset?: number;
|
|
11223
|
+
total?: number;
|
|
11224
|
+
tooManyToCount?: boolean;
|
|
11225
|
+
hasNext?: boolean;
|
|
11226
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11227
|
+
}
|
|
11228
|
+
export interface IPagingMetadataV2 {
|
|
11229
|
+
count?: number;
|
|
11230
|
+
offset?: number;
|
|
11231
|
+
total?: number;
|
|
11232
|
+
tooManyToCount?: boolean;
|
|
11233
|
+
cursors?: $responses.wix.os.v1.upstream.wix.common.ICursors;
|
|
11234
|
+
hasNext?: boolean;
|
|
11235
|
+
}
|
|
11236
|
+
export class PagingMetadataV2 implements IPagingMetadataV2 {
|
|
11237
|
+
constructor(data?: IPagingMetadataV2);
|
|
11238
|
+
count?: number;
|
|
11239
|
+
offset?: number;
|
|
11240
|
+
total?: number;
|
|
11241
|
+
tooManyToCount?: boolean;
|
|
11242
|
+
cursors?: $responses.wix.os.v1.upstream.wix.common.ICursors;
|
|
11243
|
+
hasNext?: boolean;
|
|
11244
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11245
|
+
}
|
|
11246
|
+
export interface ICursorPagingMetadata {
|
|
11247
|
+
count?: number;
|
|
11248
|
+
cursors?: $responses.wix.os.v1.upstream.wix.common.ICursors;
|
|
11249
|
+
hasNext?: boolean;
|
|
11250
|
+
}
|
|
11251
|
+
export class CursorPagingMetadata implements ICursorPagingMetadata {
|
|
11252
|
+
constructor(data?: ICursorPagingMetadata);
|
|
11253
|
+
count?: number;
|
|
11254
|
+
cursors?: $responses.wix.os.v1.upstream.wix.common.ICursors;
|
|
11255
|
+
hasNext?: boolean;
|
|
11256
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11257
|
+
}
|
|
11258
|
+
export interface ICursors {
|
|
11259
|
+
next?: string;
|
|
11260
|
+
prev?: string;
|
|
11261
|
+
}
|
|
11262
|
+
export class Cursors implements ICursors {
|
|
11263
|
+
constructor(data?: ICursors);
|
|
11264
|
+
next?: string;
|
|
11265
|
+
prev?: string;
|
|
11266
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11267
|
+
}
|
|
11268
|
+
export interface ISorting {
|
|
11269
|
+
fieldName: string;
|
|
11270
|
+
order: $responses.wix.os.v1.upstream.wix.common.SortOrder;
|
|
11271
|
+
}
|
|
11272
|
+
export class Sorting implements ISorting {
|
|
11273
|
+
constructor(data?: ISorting);
|
|
11274
|
+
fieldName: string;
|
|
11275
|
+
order: $responses.wix.os.v1.upstream.wix.common.SortOrder;
|
|
11276
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11277
|
+
}
|
|
11278
|
+
export enum SortOrder {
|
|
11279
|
+
ASC = "ASC",
|
|
11280
|
+
DESC = "DESC",
|
|
11281
|
+
}
|
|
11282
|
+
export interface IBulkActionMetadata {
|
|
11283
|
+
totalSuccesses: number;
|
|
11284
|
+
totalFailures: number;
|
|
11285
|
+
undetailedFailures: number;
|
|
11286
|
+
}
|
|
11287
|
+
export class BulkActionMetadata implements IBulkActionMetadata {
|
|
11288
|
+
constructor(data?: IBulkActionMetadata);
|
|
11289
|
+
totalSuccesses: number;
|
|
11290
|
+
totalFailures: number;
|
|
11291
|
+
undetailedFailures: number;
|
|
11292
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11293
|
+
}
|
|
11294
|
+
export interface IItemMetadata {
|
|
11295
|
+
id?: string;
|
|
11296
|
+
originalIndex: number;
|
|
11297
|
+
success: boolean;
|
|
11298
|
+
error?: $responses.wix.api.IApplicationError;
|
|
11299
|
+
}
|
|
11300
|
+
export class ItemMetadata implements IItemMetadata {
|
|
11301
|
+
constructor(data?: IItemMetadata);
|
|
11302
|
+
id?: string;
|
|
11303
|
+
originalIndex: number;
|
|
11304
|
+
success: boolean;
|
|
11305
|
+
error?: $responses.wix.api.IApplicationError;
|
|
11306
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11307
|
+
}
|
|
11308
|
+
export enum BulkActionType {
|
|
11309
|
+
UNKNOWN_ACTION_TYPE = "UNKNOWN_ACTION_TYPE",
|
|
11310
|
+
INSERT = "INSERT",
|
|
11311
|
+
UPDATE = "UPDATE",
|
|
11312
|
+
DELETE = "DELETE",
|
|
11313
|
+
}
|
|
11314
|
+
}
|
|
11315
|
+
}
|
|
11316
|
+
}
|
|
11317
|
+
export interface ICreateGlobalTagRequest {
|
|
11318
|
+
tag?: $responses.wix.os.v1.ITag;
|
|
11319
|
+
}
|
|
11320
|
+
export class CreateGlobalTagRequest implements ICreateGlobalTagRequest {
|
|
11321
|
+
constructor(data?: ICreateGlobalTagRequest);
|
|
11322
|
+
tag?: $responses.wix.os.v1.ITag;
|
|
11323
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11324
|
+
}
|
|
11325
|
+
export interface ICreateGlobalTagResponse {
|
|
11326
|
+
tag?: $responses.wix.os.v1.ITag;
|
|
11327
|
+
}
|
|
11328
|
+
export class CreateGlobalTagResponse implements ICreateGlobalTagResponse {
|
|
11329
|
+
constructor(data?: ICreateGlobalTagResponse);
|
|
11330
|
+
tag?: $responses.wix.os.v1.ITag;
|
|
11331
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11332
|
+
}
|
|
11333
|
+
export interface IGetGlobalTagRequest {
|
|
11334
|
+
tagId: string;
|
|
11335
|
+
}
|
|
11336
|
+
export class GetGlobalTagRequest implements IGetGlobalTagRequest {
|
|
11337
|
+
constructor(data?: IGetGlobalTagRequest);
|
|
11338
|
+
tagId: string;
|
|
11339
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11340
|
+
}
|
|
11341
|
+
export interface IGetGlobalTagResponse {
|
|
11342
|
+
tag?: $responses.wix.os.v1.ITag;
|
|
11343
|
+
}
|
|
11344
|
+
export class GetGlobalTagResponse implements IGetGlobalTagResponse {
|
|
11345
|
+
constructor(data?: IGetGlobalTagResponse);
|
|
11346
|
+
tag?: $responses.wix.os.v1.ITag;
|
|
11347
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11348
|
+
}
|
|
11349
|
+
export interface IUpdateGlobalTagRequest {
|
|
11350
|
+
tag?: $responses.wix.os.v1.ITag;
|
|
11351
|
+
}
|
|
11352
|
+
export class UpdateGlobalTagRequest implements IUpdateGlobalTagRequest {
|
|
11353
|
+
constructor(data?: IUpdateGlobalTagRequest);
|
|
11354
|
+
tag?: $responses.wix.os.v1.ITag;
|
|
11355
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11356
|
+
}
|
|
11357
|
+
export interface IUpdateGlobalTagResponse {
|
|
11358
|
+
tag?: $responses.wix.os.v1.ITag;
|
|
11359
|
+
}
|
|
11360
|
+
export class UpdateGlobalTagResponse implements IUpdateGlobalTagResponse {
|
|
11361
|
+
constructor(data?: IUpdateGlobalTagResponse);
|
|
11362
|
+
tag?: $responses.wix.os.v1.ITag;
|
|
11363
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11364
|
+
}
|
|
11365
|
+
export interface IDeleteGlobalTagRequest {
|
|
11366
|
+
tagId: string;
|
|
11367
|
+
}
|
|
11368
|
+
export class DeleteGlobalTagRequest implements IDeleteGlobalTagRequest {
|
|
11369
|
+
constructor(data?: IDeleteGlobalTagRequest);
|
|
11370
|
+
tagId: string;
|
|
11371
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11372
|
+
}
|
|
11373
|
+
export interface IDeleteGlobalTagResponse {
|
|
11374
|
+
}
|
|
11375
|
+
export class DeleteGlobalTagResponse implements IDeleteGlobalTagResponse {
|
|
11376
|
+
constructor(data?: IDeleteGlobalTagResponse);
|
|
11377
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11378
|
+
}
|
|
11379
|
+
export interface IListGlobalTagsRequest {
|
|
11380
|
+
fqdn: string;
|
|
11381
|
+
exposure: $responses.wix.os.v1.TagExposure;
|
|
11382
|
+
}
|
|
11383
|
+
export class ListGlobalTagsRequest implements IListGlobalTagsRequest {
|
|
11384
|
+
constructor(data?: IListGlobalTagsRequest);
|
|
11385
|
+
fqdn: string;
|
|
11386
|
+
exposure: $responses.wix.os.v1.TagExposure;
|
|
11387
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11388
|
+
}
|
|
11389
|
+
export interface IListGlobalTagsResponse {
|
|
11390
|
+
tags: $responses.wix.os.v1.ITag[];
|
|
11391
|
+
}
|
|
11392
|
+
export class ListGlobalTagsResponse implements IListGlobalTagsResponse {
|
|
11393
|
+
constructor(data?: IListGlobalTagsResponse);
|
|
11394
|
+
tags: $responses.wix.os.v1.ITag[];
|
|
11395
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11396
|
+
}
|
|
8961
11397
|
export interface ICreateTagRequest {
|
|
8962
11398
|
tag?: $responses.wix.os.v1.ITag;
|
|
8963
11399
|
}
|
|
@@ -9038,6 +11474,28 @@ declare namespace $responses {
|
|
|
9038
11474
|
tags: $responses.wix.os.v1.ITag[];
|
|
9039
11475
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9040
11476
|
}
|
|
11477
|
+
export interface IQueryTagsRequest {
|
|
11478
|
+
fqdn: string;
|
|
11479
|
+
exposure: $responses.wix.os.v1.TagExposure;
|
|
11480
|
+
query?: $responses.wix.os.v1.upstream.wix.common.ICursorQuery;
|
|
11481
|
+
}
|
|
11482
|
+
export class QueryTagsRequest implements IQueryTagsRequest {
|
|
11483
|
+
constructor(data?: IQueryTagsRequest);
|
|
11484
|
+
fqdn: string;
|
|
11485
|
+
exposure: $responses.wix.os.v1.TagExposure;
|
|
11486
|
+
query?: $responses.wix.os.v1.upstream.wix.common.ICursorQuery;
|
|
11487
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11488
|
+
}
|
|
11489
|
+
export interface IQueryTagsResponse {
|
|
11490
|
+
tags: $responses.wix.os.v1.ITag[];
|
|
11491
|
+
pagingMetadata?: $responses.wix.os.v1.upstream.wix.common.ICursorPagingMetadata;
|
|
11492
|
+
}
|
|
11493
|
+
export class QueryTagsResponse implements IQueryTagsResponse {
|
|
11494
|
+
constructor(data?: IQueryTagsResponse);
|
|
11495
|
+
tags: $responses.wix.os.v1.ITag[];
|
|
11496
|
+
pagingMetadata?: $responses.wix.os.v1.upstream.wix.common.ICursorPagingMetadata;
|
|
11497
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11498
|
+
}
|
|
9041
11499
|
export interface IMigrateTagRequest {
|
|
9042
11500
|
tag?: $responses.wix.os.v1.ITag;
|
|
9043
11501
|
}
|
|
@@ -9515,6 +11973,7 @@ declare namespace $responses {
|
|
|
9515
11973
|
'.wix.api.errorDef': $responses.wix.api.IError[];
|
|
9516
11974
|
'.wix.api.serviceMaturity': $responses.wix.api.Maturity;
|
|
9517
11975
|
'.wix.api.serviceExposure': $responses.wix.api.Exposure;
|
|
11976
|
+
'.wix.api.serviceTenancy'?: $responses.wix.api.ITenancyOptions;
|
|
9518
11977
|
'.wix.api.serviceDeprecated'?: $responses.wix.api.IDeprecated;
|
|
9519
11978
|
'.wix.api.appendixFiles': $responses.wix.api.IServiceAppendix[];
|
|
9520
11979
|
'.wix.spi.service'?: $responses.wix.spi.IService;
|
|
@@ -9530,6 +11989,7 @@ declare namespace $responses {
|
|
|
9530
11989
|
'.wix.api.errorDef': $responses.wix.api.IError[];
|
|
9531
11990
|
'.wix.api.serviceMaturity': $responses.wix.api.Maturity;
|
|
9532
11991
|
'.wix.api.serviceExposure': $responses.wix.api.Exposure;
|
|
11992
|
+
'.wix.api.serviceTenancy'?: $responses.wix.api.ITenancyOptions;
|
|
9533
11993
|
'.wix.api.serviceDeprecated'?: $responses.wix.api.IDeprecated;
|
|
9534
11994
|
'.wix.api.appendixFiles': $responses.wix.api.IServiceAppendix[];
|
|
9535
11995
|
'.wix.spi.service'?: $responses.wix.spi.IService;
|
|
@@ -9555,6 +12015,8 @@ declare namespace $responses {
|
|
|
9555
12015
|
'.wix.api.deprecated'?: $responses.wix.api.IDeprecated;
|
|
9556
12016
|
'.wix.api.crud'?: $responses.wix.api.ICrud;
|
|
9557
12017
|
'.wix.api.acceptsLinguist': boolean;
|
|
12018
|
+
'.wix.api.audience'?: $responses.wix.api.IAudience;
|
|
12019
|
+
'.wix.api.tenancy'?: $responses.wix.api.ITenancyOptions;
|
|
9558
12020
|
'.wix.spi.error': $responses.wix.spi.IError[];
|
|
9559
12021
|
'.wix.spi.featureToggle': string;
|
|
9560
12022
|
'.wix.api.callback': $responses.wix.api.ICallback[];
|
|
@@ -9585,6 +12047,8 @@ declare namespace $responses {
|
|
|
9585
12047
|
'.wix.api.deprecated'?: $responses.wix.api.IDeprecated;
|
|
9586
12048
|
'.wix.api.crud'?: $responses.wix.api.ICrud;
|
|
9587
12049
|
'.wix.api.acceptsLinguist': boolean;
|
|
12050
|
+
'.wix.api.audience'?: $responses.wix.api.IAudience;
|
|
12051
|
+
'.wix.api.tenancy'?: $responses.wix.api.ITenancyOptions;
|
|
9588
12052
|
'.wix.spi.error': $responses.wix.spi.IError[];
|
|
9589
12053
|
'.wix.spi.featureToggle': string;
|
|
9590
12054
|
'.wix.api.callback': $responses.wix.api.ICallback[];
|
|
@@ -9740,6 +12204,34 @@ export {$responses as responses};
|
|
|
9740
12204
|
declare namespace $services {
|
|
9741
12205
|
export namespace com {
|
|
9742
12206
|
export namespace wixpress {
|
|
12207
|
+
export namespace iptf {
|
|
12208
|
+
export namespace webhooks {
|
|
12209
|
+
export abstract class Debug {
|
|
12210
|
+
abstract queryMessageId(aspects: AspectStore, req: $requests.com.wixpress.iptf.webhooks.IQueryMessageIdRequest): Promise<$responses.com.wixpress.iptf.webhooks.IQueryResponse>
|
|
12211
|
+
abstract queryMessageId(req: $requests.com.wixpress.iptf.webhooks.IQueryMessageIdRequest): Promise<$responses.com.wixpress.iptf.webhooks.IQueryResponse>
|
|
12212
|
+
abstract queryOffset(aspects: AspectStore, req: $requests.com.wixpress.iptf.webhooks.IQueryOffsetRequest): Promise<$responses.com.wixpress.iptf.webhooks.IQueryResponse>
|
|
12213
|
+
abstract queryOffset(req: $requests.com.wixpress.iptf.webhooks.IQueryOffsetRequest): Promise<$responses.com.wixpress.iptf.webhooks.IQueryResponse>
|
|
12214
|
+
}
|
|
12215
|
+
export abstract class WebhooksKV {
|
|
12216
|
+
abstract queryApp(aspects: AspectStore, req: $requests.com.wixpress.iptf.webhooks.IQueryAppRequest): Promise<$responses.com.wixpress.iptf.webhooks.IQueryAppResponse>
|
|
12217
|
+
abstract queryApp(req: $requests.com.wixpress.iptf.webhooks.IQueryAppRequest): Promise<$responses.com.wixpress.iptf.webhooks.IQueryAppResponse>
|
|
12218
|
+
abstract queryAppSecretAndPrivateKey(aspects: AspectStore, req: $requests.com.wixpress.iptf.webhooks.IQueryAppSecretAndPrivateKeyRequest): Promise<$responses.com.wixpress.iptf.webhooks.IQueryAppSecretAndPrivateKeyResponse>
|
|
12219
|
+
abstract queryAppSecretAndPrivateKey(req: $requests.com.wixpress.iptf.webhooks.IQueryAppSecretAndPrivateKeyRequest): Promise<$responses.com.wixpress.iptf.webhooks.IQueryAppSecretAndPrivateKeyResponse>
|
|
12220
|
+
}
|
|
12221
|
+
export namespace api {
|
|
12222
|
+
export namespace v1 {
|
|
12223
|
+
export abstract class WebhooksDebugService {
|
|
12224
|
+
abstract submit(aspects: AspectStore, req: $requests.com.wixpress.iptf.webhooks.api.v1.ISubmitWebhookRequest): Promise<$responses.com.wixpress.iptf.webhooks.api.v1.ISubmitWebhookResponse>
|
|
12225
|
+
abstract submit(req: $requests.com.wixpress.iptf.webhooks.api.v1.ISubmitWebhookRequest): Promise<$responses.com.wixpress.iptf.webhooks.api.v1.ISubmitWebhookResponse>
|
|
12226
|
+
}
|
|
12227
|
+
export abstract class WebhooksSyncService {
|
|
12228
|
+
abstract signHash(aspects: AspectStore, req: $requests.com.wixpress.iptf.webhooks.api.v1.ISignHashRequest): Promise<$responses.com.wixpress.iptf.webhooks.api.v1.ISignResponse>
|
|
12229
|
+
abstract signHash(req: $requests.com.wixpress.iptf.webhooks.api.v1.ISignHashRequest): Promise<$responses.com.wixpress.iptf.webhooks.api.v1.ISignResponse>
|
|
12230
|
+
}
|
|
12231
|
+
}
|
|
12232
|
+
}
|
|
12233
|
+
}
|
|
12234
|
+
}
|
|
9743
12235
|
export namespace items_selection {
|
|
9744
12236
|
export namespace spi {
|
|
9745
12237
|
export namespace v1 {
|
|
@@ -9772,6 +12264,29 @@ declare namespace $services {
|
|
|
9772
12264
|
*/
|
|
9773
12265
|
abstract listTagsForAccount(aspects: AspectStore, req: $requests.wix.os.v1.IListTagsForAccountRequest): Promise<$responses.wix.os.v1.IListTagsForAccountResponse>
|
|
9774
12266
|
abstract listTagsForAccount(req: $requests.wix.os.v1.IListTagsForAccountRequest): Promise<$responses.wix.os.v1.IListTagsForAccountResponse>
|
|
12267
|
+
/**
|
|
12268
|
+
* Retrieves a list of tags.
|
|
12269
|
+
*/
|
|
12270
|
+
abstract queryTagsForAccount(aspects: AspectStore, req: $requests.wix.os.v1.IQueryTagsForAccountRequest): Promise<$responses.wix.os.v1.IQueryTagsForAccountResponse>
|
|
12271
|
+
abstract queryTagsForAccount(req: $requests.wix.os.v1.IQueryTagsForAccountRequest): Promise<$responses.wix.os.v1.IQueryTagsForAccountResponse>
|
|
12272
|
+
}
|
|
12273
|
+
/**
|
|
12274
|
+
* Manages Global Tags
|
|
12275
|
+
*/
|
|
12276
|
+
export abstract class TagsGlobalService {
|
|
12277
|
+
abstract createGlobalTag(aspects: AspectStore, req: $requests.wix.os.v1.ICreateGlobalTagRequest): Promise<$responses.wix.os.v1.ICreateGlobalTagResponse>
|
|
12278
|
+
abstract createGlobalTag(req: $requests.wix.os.v1.ICreateGlobalTagRequest): Promise<$responses.wix.os.v1.ICreateGlobalTagResponse>
|
|
12279
|
+
abstract getGlobalTag(aspects: AspectStore, req: $requests.wix.os.v1.IGetGlobalTagRequest): Promise<$responses.wix.os.v1.IGetGlobalTagResponse>
|
|
12280
|
+
abstract getGlobalTag(req: $requests.wix.os.v1.IGetGlobalTagRequest): Promise<$responses.wix.os.v1.IGetGlobalTagResponse>
|
|
12281
|
+
abstract updateGlobalTag(aspects: AspectStore, req: $requests.wix.os.v1.IUpdateGlobalTagRequest): Promise<$responses.wix.os.v1.IUpdateGlobalTagResponse>
|
|
12282
|
+
abstract updateGlobalTag(req: $requests.wix.os.v1.IUpdateGlobalTagRequest): Promise<$responses.wix.os.v1.IUpdateGlobalTagResponse>
|
|
12283
|
+
abstract deleteGlobalTag(aspects: AspectStore, req: $requests.wix.os.v1.IDeleteGlobalTagRequest): Promise<$responses.wix.os.v1.IDeleteGlobalTagResponse>
|
|
12284
|
+
abstract deleteGlobalTag(req: $requests.wix.os.v1.IDeleteGlobalTagRequest): Promise<$responses.wix.os.v1.IDeleteGlobalTagResponse>
|
|
12285
|
+
/**
|
|
12286
|
+
* Retrieves a list of global tags.
|
|
12287
|
+
*/
|
|
12288
|
+
abstract listGlobalTags(aspects: AspectStore, req: $requests.wix.os.v1.IListGlobalTagsRequest): Promise<$responses.wix.os.v1.IListGlobalTagsResponse>
|
|
12289
|
+
abstract listGlobalTags(req: $requests.wix.os.v1.IListGlobalTagsRequest): Promise<$responses.wix.os.v1.IListGlobalTagsResponse>
|
|
9775
12290
|
}
|
|
9776
12291
|
/**
|
|
9777
12292
|
* Manages Tags
|
|
@@ -9799,6 +12314,11 @@ declare namespace $services {
|
|
|
9799
12314
|
*/
|
|
9800
12315
|
abstract listTags(aspects: AspectStore, req: $requests.wix.os.v1.IListTagsRequest): Promise<$responses.wix.os.v1.IListTagsResponse>
|
|
9801
12316
|
abstract listTags(req: $requests.wix.os.v1.IListTagsRequest): Promise<$responses.wix.os.v1.IListTagsResponse>
|
|
12317
|
+
/**
|
|
12318
|
+
* Retrieves a list of tags.
|
|
12319
|
+
*/
|
|
12320
|
+
abstract queryTags(aspects: AspectStore, req: $requests.wix.os.v1.IQueryTagsRequest): Promise<$responses.wix.os.v1.IQueryTagsResponse>
|
|
12321
|
+
abstract queryTags(req: $requests.wix.os.v1.IQueryTagsRequest): Promise<$responses.wix.os.v1.IQueryTagsResponse>
|
|
9802
12322
|
/**
|
|
9803
12323
|
* Creates a tag with a custom createdDate for migration purposes.
|
|
9804
12324
|
*/
|