@wix/bex-utils 2.38.0 → 2.39.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-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.d.ts +2 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +27 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +6 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +2047 -6692
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +543 -2894
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +111646 -145254
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +2169 -6764
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +55 -13
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js +16 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.d.ts +2 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +25 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +6 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +55 -13
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js +16 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/advanced-seo-api.proto +3 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/additional_fee.proto +47 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +4 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +10 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/payment_option.proto +3 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +12 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/policy.proto +14 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +25 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/location.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/pickup_address.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/metasite/event/api/dto.proto +6 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/metasite/event/api/events.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/errors.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/media.proto +6 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/price.proto +3 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +3 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/productOption.proto +6 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/domainevents/domainevents.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/media.proto +17 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/wixlink.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/cart.proto +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupon.proto +3 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupons.proto +8 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/response-status.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/specification.proto +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/cart.proto +3 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupon.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/couponAppliedEvent.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons.proto +12 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/internal-coupons.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/response-status.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/scope.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/specification.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJob.proto +132 -132
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobItem.proto +14 -14
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +13 -13
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/upstream/wix/common/paging.proto +17 -17
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/inventory.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/inventoryItem.proto +5 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventoryItem.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventoryMessages.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/paypal-payment-method.proto +3 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +3 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/spi/definitions.proto +2 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/provision.proto +9 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/provision_action_events.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/stores_provision_service.proto +11 -26
- package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
- package/@wix/bex-bundled-mini-essentials/package.json +1 -1
- package/package.json +3 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/site/properties/upstream/wix/common/address.proto +0 -38
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/html/cache/invalidate/InvalidateCache.proto +0 -46
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/html/cache/invalidate/InvalidateCacheInternal.proto +0 -25
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/html/cache/invalidate/InvalidateCacheService.proto +0 -80
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/html/cache/invalidate/v2/invalidate_cache.proto +0 -27
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/immigrator/tasks/api/generic/bulk_migration_service.proto +0 -34
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/immigrator/tasks/api/generic/single_migration_service.proto +0 -25
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/locations/backoffice-service.proto +0 -40
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/locations/location.proto +0 -155
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/locations/locations-service.proto +0 -484
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/locations/messaging-service.proto +0 -32
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/locations/pagination.proto +0 -22
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/siteproperties/api/v4/notifications.proto +0 -89
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/siteproperties/api/v4/properties-sections.proto +0 -23
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/siteproperties/api/v4/properties.proto +0 -213
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/siteproperties/api/v4/service.proto +0 -268
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/identification2.proto +0 -165
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/identity2.proto +0 -173
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/identity_refresh.proto +0 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/site/properties/v5/properties.proto +0 -155
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/site/properties/v5/site_properties_service.proto +0 -324
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/stores_location.proto +0 -90
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/stores_location_service.proto +0 -284
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/upstream/wix/common/paging.proto +0 -121
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/upstream/wix/common/sorting.proto +0 -26
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/upstream/wix/query/query.proto +0 -436
|
@@ -64,1322 +64,29 @@ declare namespace $wrapper {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
|
-
export namespace
|
|
68
|
-
export namespace
|
|
69
|
-
export namespace
|
|
70
|
-
export interface
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
page?: ($wrapper.com.wixpress.html.cache.invalidate.InvalidateCache.IPage | null);
|
|
75
|
-
uri?: ($wrapper.com.wixpress.html.cache.invalidate.InvalidateCache.IURI | null);
|
|
76
|
-
file?: ($wrapper.com.wixpress.html.cache.invalidate.InvalidateCache.IFile | null);
|
|
77
|
-
reason?: (string | null);
|
|
78
|
-
localDc?: (boolean | null);
|
|
79
|
-
hardPurge?: (boolean | null);
|
|
80
|
-
}
|
|
81
|
-
export class InvalidateCache implements IInvalidateCache {
|
|
82
|
-
constructor(data?: IInvalidateCache);
|
|
83
|
-
metaSiteId?: (string | null);
|
|
84
|
-
siteId?: (string | null);
|
|
85
|
-
app?: ($wrapper.com.wixpress.html.cache.invalidate.InvalidateCache.IApp | null);
|
|
86
|
-
page?: ($wrapper.com.wixpress.html.cache.invalidate.InvalidateCache.IPage | null);
|
|
87
|
-
uri?: ($wrapper.com.wixpress.html.cache.invalidate.InvalidateCache.IURI | null);
|
|
88
|
-
file?: ($wrapper.com.wixpress.html.cache.invalidate.InvalidateCache.IFile | null);
|
|
89
|
-
reason?: (string | null);
|
|
90
|
-
localDc?: (boolean | null);
|
|
91
|
-
hardPurge?: (boolean | null);
|
|
92
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
93
|
-
}
|
|
94
|
-
export namespace InvalidateCache {
|
|
95
|
-
export interface IApp {
|
|
96
|
-
appDefId?: (string | null);
|
|
97
|
-
instanceId?: (string | null);
|
|
98
|
-
}
|
|
99
|
-
export class App implements IApp {
|
|
100
|
-
constructor(data?: IApp);
|
|
101
|
-
appDefId?: (string | null);
|
|
102
|
-
instanceId?: (string | null);
|
|
103
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
104
|
-
}
|
|
105
|
-
export interface IPage {
|
|
106
|
-
metaSiteId?: (string | null);
|
|
107
|
-
pageId?: (string | null);
|
|
108
|
-
}
|
|
109
|
-
export class Page implements IPage {
|
|
110
|
-
constructor(data?: IPage);
|
|
111
|
-
metaSiteId?: (string | null);
|
|
112
|
-
pageId?: (string | null);
|
|
113
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
114
|
-
}
|
|
115
|
-
export interface IURI {
|
|
116
|
-
metaSiteId?: (string | null);
|
|
117
|
-
uriPath?: (string | null);
|
|
118
|
-
}
|
|
119
|
-
export class URI implements IURI {
|
|
120
|
-
constructor(data?: IURI);
|
|
121
|
-
metaSiteId?: (string | null);
|
|
122
|
-
uriPath?: (string | null);
|
|
123
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
124
|
-
}
|
|
125
|
-
export interface IFile {
|
|
126
|
-
metaSiteId?: (string | null);
|
|
127
|
-
fileName?: (string | null);
|
|
128
|
-
}
|
|
129
|
-
export class File implements IFile {
|
|
130
|
-
constructor(data?: IFile);
|
|
131
|
-
metaSiteId?: (string | null);
|
|
132
|
-
fileName?: (string | null);
|
|
133
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
export interface IInvalidateCacheInternal {
|
|
137
|
-
metaSiteId?: (string | null);
|
|
138
|
-
siteCacheRevision?: ((number | string) | null);
|
|
139
|
-
submitTimeMs?: ((number | string) | null);
|
|
140
|
-
reason?: (string | null);
|
|
141
|
-
app?: ($wrapper.com.wixpress.html.cache.invalidate.InvalidateCacheInternal.IApp | null);
|
|
142
|
-
siteId?: (string | null);
|
|
143
|
-
pageId?: (string | null);
|
|
144
|
-
uriPath?: (string | null);
|
|
145
|
-
appDef?: ($wrapper.com.wixpress.html.cache.invalidate.InvalidateCacheInternal.IApp | null);
|
|
146
|
-
}
|
|
147
|
-
export class InvalidateCacheInternal implements IInvalidateCacheInternal {
|
|
148
|
-
constructor(data?: IInvalidateCacheInternal);
|
|
149
|
-
metaSiteId?: (string | null);
|
|
150
|
-
siteCacheRevision?: ((number | string) | null);
|
|
151
|
-
submitTimeMs?: ((number | string) | null);
|
|
152
|
-
reason?: (string | null);
|
|
153
|
-
app?: ($wrapper.com.wixpress.html.cache.invalidate.InvalidateCacheInternal.IApp | null);
|
|
154
|
-
siteId?: (string | null);
|
|
155
|
-
pageId?: (string | null);
|
|
156
|
-
uriPath?: (string | null);
|
|
157
|
-
appDef?: ($wrapper.com.wixpress.html.cache.invalidate.InvalidateCacheInternal.IApp | null);
|
|
158
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
159
|
-
}
|
|
160
|
-
export namespace InvalidateCacheInternal {
|
|
161
|
-
export interface IApp {
|
|
162
|
-
appDefId?: (string | null);
|
|
163
|
-
instanceId?: (string | null);
|
|
164
|
-
}
|
|
165
|
-
export class App implements IApp {
|
|
166
|
-
constructor(data?: IApp);
|
|
167
|
-
appDefId?: (string | null);
|
|
168
|
-
instanceId?: (string | null);
|
|
169
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
export abstract class InvalidateCacheService {
|
|
173
|
-
abstract invalidateCache(aspects: AspectStore, req: $wrapper.com.wixpress.html.cache.invalidate.IInvalidateCacheRequest): Promise<$wrapper.com.wixpress.html.cache.invalidate.IInvalidateCacheResponse>
|
|
174
|
-
}
|
|
175
|
-
export interface IInvalidateCacheRequest {
|
|
176
|
-
invalidationMethods?: ($wrapper.com.wixpress.html.cache.invalidate.IInvalidationMethods[] | null);
|
|
177
|
-
reason?: (string | null);
|
|
178
|
-
localDc?: (boolean | null);
|
|
179
|
-
hardPurge?: (boolean | null);
|
|
180
|
-
}
|
|
181
|
-
export class InvalidateCacheRequest implements IInvalidateCacheRequest {
|
|
182
|
-
constructor(data?: IInvalidateCacheRequest);
|
|
183
|
-
invalidationMethods?: ($wrapper.com.wixpress.html.cache.invalidate.IInvalidationMethods[] | null);
|
|
184
|
-
reason?: (string | null);
|
|
185
|
-
localDc?: (boolean | null);
|
|
186
|
-
hardPurge?: (boolean | null);
|
|
187
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
188
|
-
}
|
|
189
|
-
export interface IInvalidationMethods {
|
|
190
|
-
tag?: (string | null);
|
|
191
|
-
}
|
|
192
|
-
export class InvalidationMethods implements IInvalidationMethods {
|
|
193
|
-
constructor(data?: IInvalidationMethods);
|
|
194
|
-
tag?: (string | null);
|
|
195
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
196
|
-
}
|
|
197
|
-
export interface IInvalidateCacheResponse {
|
|
198
|
-
}
|
|
199
|
-
export class InvalidateCacheResponse implements IInvalidateCacheResponse {
|
|
200
|
-
constructor(data?: IInvalidateCacheResponse);
|
|
201
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
export namespace immigrator {
|
|
207
|
-
export namespace tasks {
|
|
208
|
-
export namespace api {
|
|
209
|
-
export namespace generic {
|
|
210
|
-
export interface IRunBulkMigrationRequest {
|
|
211
|
-
customParam?: (string[] | null);
|
|
212
|
-
inputs?: (string[] | null);
|
|
213
|
-
}
|
|
214
|
-
export class RunBulkMigrationRequest implements IRunBulkMigrationRequest {
|
|
215
|
-
constructor(data?: IRunBulkMigrationRequest);
|
|
216
|
-
customParam?: (string[] | null);
|
|
217
|
-
inputs?: (string[] | null);
|
|
218
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
219
|
-
}
|
|
220
|
-
export interface IRunBulkMigrationResponse {
|
|
221
|
-
results?: ($wrapper.com.wixpress.immigrator.tasks.api.generic.ISingleMigrationResult[] | null);
|
|
222
|
-
}
|
|
223
|
-
export class RunBulkMigrationResponse implements IRunBulkMigrationResponse {
|
|
224
|
-
constructor(data?: IRunBulkMigrationResponse);
|
|
225
|
-
results?: ($wrapper.com.wixpress.immigrator.tasks.api.generic.ISingleMigrationResult[] | null);
|
|
226
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
227
|
-
}
|
|
228
|
-
export interface ISingleMigrationResult {
|
|
229
|
-
input?: (string | null);
|
|
230
|
-
result?: (string | null);
|
|
231
|
-
skipped?: (boolean | null);
|
|
232
|
-
failure?: (string | null);
|
|
233
|
-
}
|
|
234
|
-
export class SingleMigrationResult implements ISingleMigrationResult {
|
|
235
|
-
constructor(data?: ISingleMigrationResult);
|
|
236
|
-
input?: (string | null);
|
|
237
|
-
result?: (string | null);
|
|
238
|
-
skipped?: (boolean | null);
|
|
239
|
-
failure?: (string | null);
|
|
240
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
241
|
-
}
|
|
242
|
-
export abstract class ImmigratorBulkMigrationService {
|
|
243
|
-
abstract runBulkMigration(aspects: AspectStore, req: $wrapper.com.wixpress.immigrator.tasks.api.generic.IRunBulkMigrationRequest): Promise<$wrapper.com.wixpress.immigrator.tasks.api.generic.IRunBulkMigrationResponse>
|
|
244
|
-
}
|
|
245
|
-
export interface IRunSingleMigrationRequest {
|
|
246
|
-
customParam?: (string[] | null);
|
|
247
|
-
input?: (string | null);
|
|
248
|
-
}
|
|
249
|
-
export class RunSingleMigrationRequest implements IRunSingleMigrationRequest {
|
|
250
|
-
constructor(data?: IRunSingleMigrationRequest);
|
|
251
|
-
customParam?: (string[] | null);
|
|
252
|
-
input?: (string | null);
|
|
253
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
254
|
-
}
|
|
255
|
-
export interface IRunSingleMigrationResponse {
|
|
256
|
-
result?: (string | null);
|
|
257
|
-
skipped?: (boolean | null);
|
|
258
|
-
}
|
|
259
|
-
export class RunSingleMigrationResponse implements IRunSingleMigrationResponse {
|
|
260
|
-
constructor(data?: IRunSingleMigrationResponse);
|
|
261
|
-
result?: (string | null);
|
|
262
|
-
skipped?: (boolean | null);
|
|
263
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
264
|
-
}
|
|
265
|
-
export abstract class ImmigratorSingleMigrationService {
|
|
266
|
-
abstract runMigration(aspects: AspectStore, req: $wrapper.com.wixpress.immigrator.tasks.api.generic.IRunSingleMigrationRequest): Promise<$wrapper.com.wixpress.immigrator.tasks.api.generic.IRunSingleMigrationResponse>
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
export namespace locations {
|
|
273
|
-
export abstract class LocationsBackofficeService {
|
|
274
|
-
abstract createDefaultFromSiteProperties(aspects: AspectStore, req: $wrapper.com.wixpress.locations.ICreateDefaultFromSitePropertiesRequest): Promise<$wrapper.com.wixpress.locations.ICreateDefaultFromSitePropertiesResponse>
|
|
275
|
-
abstract fillNonArchived(aspects: AspectStore, req: $wrapper.com.wixpress.locations.IFillNonArchivedRequest): Promise<$wrapper.com.wixpress.locations.IFillNonArchivedResponse>
|
|
276
|
-
abstract deleteLocation(aspects: AspectStore, req: $wrapper.com.wixpress.locations.IDeleteLocationRequest): Promise<$wrapper.com.wixpress.locations.IDeleteLocationResponse>
|
|
277
|
-
}
|
|
278
|
-
export interface ICreateDefaultFromSitePropertiesRequest {
|
|
279
|
-
metaSiteIds?: (string[] | null);
|
|
280
|
-
}
|
|
281
|
-
export class CreateDefaultFromSitePropertiesRequest implements ICreateDefaultFromSitePropertiesRequest {
|
|
282
|
-
constructor(data?: ICreateDefaultFromSitePropertiesRequest);
|
|
283
|
-
metaSiteIds?: (string[] | null);
|
|
284
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
285
|
-
}
|
|
286
|
-
export interface ICreateDefaultFromSitePropertiesResponse {
|
|
287
|
-
sitesSuccessful?: (string[] | null);
|
|
288
|
-
sitesFailed?: (string[] | null);
|
|
289
|
-
}
|
|
290
|
-
export class CreateDefaultFromSitePropertiesResponse implements ICreateDefaultFromSitePropertiesResponse {
|
|
291
|
-
constructor(data?: ICreateDefaultFromSitePropertiesResponse);
|
|
292
|
-
sitesSuccessful?: (string[] | null);
|
|
293
|
-
sitesFailed?: (string[] | null);
|
|
294
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
295
|
-
}
|
|
296
|
-
export interface IFillNonArchivedRequest {
|
|
297
|
-
metaSiteIds?: (string[] | null);
|
|
298
|
-
}
|
|
299
|
-
export class FillNonArchivedRequest implements IFillNonArchivedRequest {
|
|
300
|
-
constructor(data?: IFillNonArchivedRequest);
|
|
301
|
-
metaSiteIds?: (string[] | null);
|
|
302
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
303
|
-
}
|
|
304
|
-
export interface IFillNonArchivedResponse {
|
|
305
|
-
sitesSuccessful?: (string[] | null);
|
|
306
|
-
sitesFailed?: (string[] | null);
|
|
307
|
-
}
|
|
308
|
-
export class FillNonArchivedResponse implements IFillNonArchivedResponse {
|
|
309
|
-
constructor(data?: IFillNonArchivedResponse);
|
|
310
|
-
sitesSuccessful?: (string[] | null);
|
|
311
|
-
sitesFailed?: (string[] | null);
|
|
312
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
313
|
-
}
|
|
314
|
-
export interface IDeleteLocationRequest {
|
|
315
|
-
id?: (string | null);
|
|
316
|
-
}
|
|
317
|
-
export class DeleteLocationRequest implements IDeleteLocationRequest {
|
|
318
|
-
constructor(data?: IDeleteLocationRequest);
|
|
319
|
-
id?: (string | null);
|
|
320
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
321
|
-
}
|
|
322
|
-
export interface IDeleteLocationResponse {
|
|
323
|
-
id?: (string | null);
|
|
324
|
-
}
|
|
325
|
-
export class DeleteLocationResponse implements IDeleteLocationResponse {
|
|
326
|
-
constructor(data?: IDeleteLocationResponse);
|
|
327
|
-
id?: (string | null);
|
|
328
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
329
|
-
}
|
|
330
|
-
export interface ILocation {
|
|
331
|
-
id?: (string | null);
|
|
332
|
-
name?: (string | null);
|
|
333
|
-
description?: (string | null);
|
|
334
|
-
default?: (boolean | null);
|
|
335
|
-
status?: ($wrapper.com.wixpress.locations.LocationStatus | null);
|
|
336
|
-
locationType?: ($wrapper.com.wixpress.locations.LocationType | null);
|
|
337
|
-
fax?: (string | null);
|
|
338
|
-
timeZone?: (string | null);
|
|
339
|
-
email?: (string | null);
|
|
340
|
-
phone?: (string | null);
|
|
341
|
-
address?: ($wrapper.com.wixpress.locations.IAddress | null);
|
|
342
|
-
businessSchedule?: ($wrapper.com.wixpress.siteproperties.api.v4.IBusinessSchedule | null);
|
|
343
|
-
revision?: ((number | string) | null);
|
|
344
|
-
archived?: (boolean | null);
|
|
345
|
-
locationTypes?: ($wrapper.com.wixpress.locations.LocationType[] | null);
|
|
346
|
-
}
|
|
347
|
-
export class Location implements ILocation {
|
|
348
|
-
constructor(data?: ILocation);
|
|
349
|
-
id?: (string | null);
|
|
350
|
-
name?: (string | null);
|
|
351
|
-
description?: (string | null);
|
|
352
|
-
default?: (boolean | null);
|
|
353
|
-
status?: ($wrapper.com.wixpress.locations.LocationStatus | null);
|
|
354
|
-
locationType?: ($wrapper.com.wixpress.locations.LocationType | null);
|
|
355
|
-
fax?: (string | null);
|
|
356
|
-
timeZone?: (string | null);
|
|
357
|
-
email?: (string | null);
|
|
358
|
-
phone?: (string | null);
|
|
359
|
-
address?: ($wrapper.com.wixpress.locations.IAddress | null);
|
|
360
|
-
businessSchedule?: ($wrapper.com.wixpress.siteproperties.api.v4.IBusinessSchedule | null);
|
|
361
|
-
revision?: ((number | string) | null);
|
|
362
|
-
archived?: (boolean | null);
|
|
363
|
-
locationTypes?: ($wrapper.com.wixpress.locations.LocationType[] | null);
|
|
364
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
365
|
-
}
|
|
366
|
-
export enum LocationStatus {
|
|
367
|
-
ACTIVE = "ACTIVE",
|
|
368
|
-
INACTIVE = "INACTIVE",
|
|
369
|
-
}
|
|
370
|
-
export enum LocationType {
|
|
371
|
-
UNKNOWN = "UNKNOWN",
|
|
372
|
-
BRANCH = "BRANCH",
|
|
373
|
-
OFFICES = "OFFICES",
|
|
374
|
-
RECEPTION = "RECEPTION",
|
|
375
|
-
HEADQUARTERS = "HEADQUARTERS",
|
|
376
|
-
INVENTORY = "INVENTORY",
|
|
377
|
-
}
|
|
378
|
-
export interface IAddress {
|
|
379
|
-
country?: (string | null);
|
|
380
|
-
subdivision?: (string | null);
|
|
381
|
-
city?: (string | null);
|
|
382
|
-
postalCode?: (string | null);
|
|
383
|
-
streetAddress?: ($wrapper.com.wixpress.locations.IStreetAddress | null);
|
|
384
|
-
formattedAddress?: (string | null);
|
|
385
|
-
hint?: (string | null);
|
|
386
|
-
geocode?: ($wrapper.com.wixpress.locations.IAddressLocation | null);
|
|
387
|
-
}
|
|
388
|
-
export class Address implements IAddress {
|
|
389
|
-
constructor(data?: IAddress);
|
|
390
|
-
country?: (string | null);
|
|
391
|
-
subdivision?: (string | null);
|
|
392
|
-
city?: (string | null);
|
|
393
|
-
postalCode?: (string | null);
|
|
394
|
-
streetAddress?: ($wrapper.com.wixpress.locations.IStreetAddress | null);
|
|
395
|
-
formattedAddress?: (string | null);
|
|
396
|
-
hint?: (string | null);
|
|
397
|
-
geocode?: ($wrapper.com.wixpress.locations.IAddressLocation | null);
|
|
398
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
399
|
-
}
|
|
400
|
-
export interface IStreetAddress {
|
|
401
|
-
number?: (string | null);
|
|
402
|
-
name?: (string | null);
|
|
403
|
-
apt?: (string | null);
|
|
404
|
-
}
|
|
405
|
-
export class StreetAddress implements IStreetAddress {
|
|
406
|
-
constructor(data?: IStreetAddress);
|
|
407
|
-
number?: (string | null);
|
|
408
|
-
name?: (string | null);
|
|
409
|
-
apt?: (string | null);
|
|
410
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
411
|
-
}
|
|
412
|
-
export interface IAddressLocation {
|
|
413
|
-
latitude?: (number | null);
|
|
414
|
-
longitude?: (number | null);
|
|
415
|
-
}
|
|
416
|
-
export class AddressLocation implements IAddressLocation {
|
|
417
|
-
constructor(data?: IAddressLocation);
|
|
418
|
-
latitude?: (number | null);
|
|
419
|
-
longitude?: (number | null);
|
|
420
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
421
|
-
}
|
|
422
|
-
export abstract class LocationsService {
|
|
423
|
-
abstract createLocation(aspects: AspectStore, req: $wrapper.com.wixpress.locations.ICreateLocationRequest): Promise<$wrapper.com.wixpress.locations.ICreateLocationResponse>
|
|
424
|
-
abstract bulkCreateLocation(aspects: AspectStore, req: $wrapper.com.wixpress.locations.IBulkCreateLocationRequest): Promise<$wrapper.com.wixpress.locations.IBulkCreateLocationResponse>
|
|
425
|
-
abstract getLocation(aspects: AspectStore, req: $wrapper.com.wixpress.locations.IGetLocationRequest): Promise<$wrapper.com.wixpress.locations.IGetLocationResponse>
|
|
426
|
-
abstract listLocations(aspects: AspectStore, req: $wrapper.com.wixpress.locations.IListLocationsRequest): Promise<$wrapper.com.wixpress.locations.IListLocationsResponse>
|
|
427
|
-
abstract updateLocation(aspects: AspectStore, req: $wrapper.com.wixpress.locations.IUpdateLocationRequest): Promise<$wrapper.com.wixpress.locations.IUpdateLocationResponse>
|
|
428
|
-
abstract bulkUpdateLocation(aspects: AspectStore, req: $wrapper.com.wixpress.locations.IBulkUpdateLocationRequest): Promise<$wrapper.com.wixpress.locations.IBulkUpdateLocationResponse>
|
|
429
|
-
abstract queryLocations(aspects: AspectStore, req: $wrapper.com.wixpress.locations.IQueryLocationsRequest): Promise<$wrapper.com.wixpress.locations.IQueryLocationsResponse>
|
|
430
|
-
abstract setDefaultLocation(aspects: AspectStore, req: $wrapper.com.wixpress.locations.ISetDefaultLocationRequest): Promise<$wrapper.com.wixpress.locations.ISetDefaultLocationResponse>
|
|
431
|
-
abstract archiveLocation(aspects: AspectStore, req: $wrapper.com.wixpress.locations.IArchiveLocationRequest): Promise<$wrapper.com.wixpress.locations.IArchiveLocationResponse>
|
|
432
|
-
abstract addLocationType(aspects: AspectStore, req: $wrapper.com.wixpress.locations.IAddLocationTypeRequest): Promise<$wrapper.com.wixpress.locations.IAddLocationTypeResponse>
|
|
433
|
-
abstract removeLocationType(aspects: AspectStore, req: $wrapper.com.wixpress.locations.IRemoveLocationTypeRequest): Promise<$wrapper.com.wixpress.locations.IRemoveLocationTypeResponse>
|
|
434
|
-
}
|
|
435
|
-
export interface ICreateLocationRequest {
|
|
436
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
437
|
-
}
|
|
438
|
-
export class CreateLocationRequest implements ICreateLocationRequest {
|
|
439
|
-
constructor(data?: ICreateLocationRequest);
|
|
440
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
441
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
442
|
-
}
|
|
443
|
-
export interface ICreateLocationResponse {
|
|
444
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
445
|
-
}
|
|
446
|
-
export class CreateLocationResponse implements ICreateLocationResponse {
|
|
447
|
-
constructor(data?: ICreateLocationResponse);
|
|
448
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
449
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
450
|
-
}
|
|
451
|
-
export interface IBulkCreateLocationRequest {
|
|
452
|
-
locations?: ($wrapper.com.wixpress.locations.ILocation[] | null);
|
|
453
|
-
}
|
|
454
|
-
export class BulkCreateLocationRequest implements IBulkCreateLocationRequest {
|
|
455
|
-
constructor(data?: IBulkCreateLocationRequest);
|
|
456
|
-
locations?: ($wrapper.com.wixpress.locations.ILocation[] | null);
|
|
457
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
458
|
-
}
|
|
459
|
-
export interface IBulkCreateLocationResponse {
|
|
460
|
-
successfulLocations?: ($wrapper.com.wixpress.locations.ILocation[] | null);
|
|
461
|
-
failedLocations?: ($wrapper.com.wixpress.locations.IFailedCreateLocation[] | null);
|
|
462
|
-
}
|
|
463
|
-
export class BulkCreateLocationResponse implements IBulkCreateLocationResponse {
|
|
464
|
-
constructor(data?: IBulkCreateLocationResponse);
|
|
465
|
-
successfulLocations?: ($wrapper.com.wixpress.locations.ILocation[] | null);
|
|
466
|
-
failedLocations?: ($wrapper.com.wixpress.locations.IFailedCreateLocation[] | null);
|
|
467
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
468
|
-
}
|
|
469
|
-
export interface IFailedCreateLocation {
|
|
470
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
471
|
-
errorMessage?: (string | null);
|
|
472
|
-
}
|
|
473
|
-
export class FailedCreateLocation implements IFailedCreateLocation {
|
|
474
|
-
constructor(data?: IFailedCreateLocation);
|
|
475
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
476
|
-
errorMessage?: (string | null);
|
|
477
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
478
|
-
}
|
|
479
|
-
export interface IGetLocationRequest {
|
|
480
|
-
id?: (string | null);
|
|
481
|
-
}
|
|
482
|
-
export class GetLocationRequest implements IGetLocationRequest {
|
|
483
|
-
constructor(data?: IGetLocationRequest);
|
|
484
|
-
id?: (string | null);
|
|
485
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
486
|
-
}
|
|
487
|
-
export interface IGetLocationResponse {
|
|
488
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
489
|
-
}
|
|
490
|
-
export class GetLocationResponse implements IGetLocationResponse {
|
|
491
|
-
constructor(data?: IGetLocationResponse);
|
|
492
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
493
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
494
|
-
}
|
|
495
|
-
export interface IListLocationsRequest {
|
|
496
|
-
sort?: ($wrapper.wix.common.ISorting | null);
|
|
497
|
-
paging?: ($wrapper.wix.common.IPaging | null);
|
|
498
|
-
includeArchived?: (boolean | null);
|
|
499
|
-
}
|
|
500
|
-
export class ListLocationsRequest implements IListLocationsRequest {
|
|
501
|
-
constructor(data?: IListLocationsRequest);
|
|
502
|
-
sort?: ($wrapper.wix.common.ISorting | null);
|
|
503
|
-
paging?: ($wrapper.wix.common.IPaging | null);
|
|
504
|
-
includeArchived?: (boolean | null);
|
|
505
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
506
|
-
}
|
|
507
|
-
export interface IListLocationsResponse {
|
|
508
|
-
locations?: ($wrapper.com.wixpress.locations.ILocation[] | null);
|
|
509
|
-
pagingMetadata?: ($wrapper.com.wixpress.locations.IPagingMetadata | null);
|
|
510
|
-
}
|
|
511
|
-
export class ListLocationsResponse implements IListLocationsResponse {
|
|
512
|
-
constructor(data?: IListLocationsResponse);
|
|
513
|
-
locations?: ($wrapper.com.wixpress.locations.ILocation[] | null);
|
|
514
|
-
pagingMetadata?: ($wrapper.com.wixpress.locations.IPagingMetadata | null);
|
|
515
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
516
|
-
}
|
|
517
|
-
export interface IUpdateLocationRequest {
|
|
518
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
519
|
-
}
|
|
520
|
-
export class UpdateLocationRequest implements IUpdateLocationRequest {
|
|
521
|
-
constructor(data?: IUpdateLocationRequest);
|
|
522
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
523
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
524
|
-
}
|
|
525
|
-
export interface IUpdateLocationResponse {
|
|
526
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
527
|
-
}
|
|
528
|
-
export class UpdateLocationResponse implements IUpdateLocationResponse {
|
|
529
|
-
constructor(data?: IUpdateLocationResponse);
|
|
530
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
531
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
532
|
-
}
|
|
533
|
-
export interface IBulkUpdateLocationRequest {
|
|
534
|
-
locations?: ($wrapper.com.wixpress.locations.ILocation[] | null);
|
|
535
|
-
}
|
|
536
|
-
export class BulkUpdateLocationRequest implements IBulkUpdateLocationRequest {
|
|
537
|
-
constructor(data?: IBulkUpdateLocationRequest);
|
|
538
|
-
locations?: ($wrapper.com.wixpress.locations.ILocation[] | null);
|
|
539
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
540
|
-
}
|
|
541
|
-
export interface IBulkUpdateLocationResponse {
|
|
542
|
-
successfulLocations?: ($wrapper.com.wixpress.locations.ILocation[] | null);
|
|
543
|
-
failedLocations?: ($wrapper.com.wixpress.locations.IFailedUpdateLocation[] | null);
|
|
544
|
-
}
|
|
545
|
-
export class BulkUpdateLocationResponse implements IBulkUpdateLocationResponse {
|
|
546
|
-
constructor(data?: IBulkUpdateLocationResponse);
|
|
547
|
-
successfulLocations?: ($wrapper.com.wixpress.locations.ILocation[] | null);
|
|
548
|
-
failedLocations?: ($wrapper.com.wixpress.locations.IFailedUpdateLocation[] | null);
|
|
549
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
550
|
-
}
|
|
551
|
-
export interface IFailedUpdateLocation {
|
|
552
|
-
id?: (string | null);
|
|
553
|
-
errorMessage?: (string | null);
|
|
554
|
-
}
|
|
555
|
-
export class FailedUpdateLocation implements IFailedUpdateLocation {
|
|
556
|
-
constructor(data?: IFailedUpdateLocation);
|
|
557
|
-
id?: (string | null);
|
|
558
|
-
errorMessage?: (string | null);
|
|
559
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
560
|
-
}
|
|
561
|
-
export interface IQueryLocationsRequest {
|
|
562
|
-
query?: ($wrapper.wix.common.IQuery | null);
|
|
563
|
-
}
|
|
564
|
-
export class QueryLocationsRequest implements IQueryLocationsRequest {
|
|
565
|
-
constructor(data?: IQueryLocationsRequest);
|
|
566
|
-
query?: ($wrapper.wix.common.IQuery | null);
|
|
567
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
568
|
-
}
|
|
569
|
-
export interface IQueryLocationsResponse {
|
|
570
|
-
locations?: ($wrapper.com.wixpress.locations.ILocation[] | null);
|
|
571
|
-
pagingMetadata?: ($wrapper.com.wixpress.locations.IPagingMetadata | null);
|
|
572
|
-
}
|
|
573
|
-
export class QueryLocationsResponse implements IQueryLocationsResponse {
|
|
574
|
-
constructor(data?: IQueryLocationsResponse);
|
|
575
|
-
locations?: ($wrapper.com.wixpress.locations.ILocation[] | null);
|
|
576
|
-
pagingMetadata?: ($wrapper.com.wixpress.locations.IPagingMetadata | null);
|
|
577
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
578
|
-
}
|
|
579
|
-
export interface ISetDefaultLocationRequest {
|
|
580
|
-
id?: (string | null);
|
|
581
|
-
}
|
|
582
|
-
export class SetDefaultLocationRequest implements ISetDefaultLocationRequest {
|
|
583
|
-
constructor(data?: ISetDefaultLocationRequest);
|
|
584
|
-
id?: (string | null);
|
|
585
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
586
|
-
}
|
|
587
|
-
export interface ISetDefaultLocationResponse {
|
|
588
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
589
|
-
}
|
|
590
|
-
export class SetDefaultLocationResponse implements ISetDefaultLocationResponse {
|
|
591
|
-
constructor(data?: ISetDefaultLocationResponse);
|
|
592
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
593
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
594
|
-
}
|
|
595
|
-
export interface ISetDefaultLocation {
|
|
596
|
-
prevDefaultLocationId?: (string | null);
|
|
597
|
-
currDefaultLocationId?: (string | null);
|
|
598
|
-
}
|
|
599
|
-
export class SetDefaultLocation implements ISetDefaultLocation {
|
|
600
|
-
constructor(data?: ISetDefaultLocation);
|
|
601
|
-
prevDefaultLocationId?: (string | null);
|
|
602
|
-
currDefaultLocationId?: (string | null);
|
|
603
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
604
|
-
}
|
|
605
|
-
export interface IArchiveLocationRequest {
|
|
606
|
-
id?: (string | null);
|
|
607
|
-
}
|
|
608
|
-
export class ArchiveLocationRequest implements IArchiveLocationRequest {
|
|
609
|
-
constructor(data?: IArchiveLocationRequest);
|
|
610
|
-
id?: (string | null);
|
|
611
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
612
|
-
}
|
|
613
|
-
export interface IArchiveLocationResponse {
|
|
614
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
615
|
-
}
|
|
616
|
-
export class ArchiveLocationResponse implements IArchiveLocationResponse {
|
|
617
|
-
constructor(data?: IArchiveLocationResponse);
|
|
618
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
619
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
620
|
-
}
|
|
621
|
-
export interface IArchiveLocation {
|
|
622
|
-
id?: (string | null);
|
|
623
|
-
}
|
|
624
|
-
export class ArchiveLocation implements IArchiveLocation {
|
|
625
|
-
constructor(data?: IArchiveLocation);
|
|
626
|
-
id?: (string | null);
|
|
627
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
628
|
-
}
|
|
629
|
-
export interface IAddLocationTypeRequest {
|
|
630
|
-
id?: (string | null);
|
|
631
|
-
locationType?: ($wrapper.com.wixpress.locations.LocationType | null);
|
|
632
|
-
}
|
|
633
|
-
export class AddLocationTypeRequest implements IAddLocationTypeRequest {
|
|
634
|
-
constructor(data?: IAddLocationTypeRequest);
|
|
635
|
-
id?: (string | null);
|
|
636
|
-
locationType?: ($wrapper.com.wixpress.locations.LocationType | null);
|
|
637
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
638
|
-
}
|
|
639
|
-
export interface IAddLocationTypeResponse {
|
|
640
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
641
|
-
}
|
|
642
|
-
export class AddLocationTypeResponse implements IAddLocationTypeResponse {
|
|
643
|
-
constructor(data?: IAddLocationTypeResponse);
|
|
644
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
645
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
646
|
-
}
|
|
647
|
-
export interface IRemoveLocationTypeRequest {
|
|
648
|
-
id?: (string | null);
|
|
649
|
-
locationType?: ($wrapper.com.wixpress.locations.LocationType | null);
|
|
650
|
-
}
|
|
651
|
-
export class RemoveLocationTypeRequest implements IRemoveLocationTypeRequest {
|
|
652
|
-
constructor(data?: IRemoveLocationTypeRequest);
|
|
653
|
-
id?: (string | null);
|
|
654
|
-
locationType?: ($wrapper.com.wixpress.locations.LocationType | null);
|
|
655
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
656
|
-
}
|
|
657
|
-
export interface IRemoveLocationTypeResponse {
|
|
658
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
659
|
-
}
|
|
660
|
-
export class RemoveLocationTypeResponse implements IRemoveLocationTypeResponse {
|
|
661
|
-
constructor(data?: IRemoveLocationTypeResponse);
|
|
662
|
-
location?: ($wrapper.com.wixpress.locations.ILocation | null);
|
|
663
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
664
|
-
}
|
|
665
|
-
export interface IPagingMetadata {
|
|
666
|
-
count?: (number | null);
|
|
667
|
-
offset?: (number | null);
|
|
668
|
-
hasNext?: (boolean | null);
|
|
669
|
-
}
|
|
670
|
-
export class PagingMetadata implements IPagingMetadata {
|
|
671
|
-
constructor(data?: IPagingMetadata);
|
|
672
|
-
count?: (number | null);
|
|
673
|
-
offset?: (number | null);
|
|
674
|
-
hasNext?: (boolean | null);
|
|
675
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
676
|
-
}
|
|
677
|
-
export abstract class LocationsMessagingService {
|
|
678
|
-
abstract handleSitePropertiesNotification(aspects: AspectStore, req: $wrapper.com.wixpress.siteproperties.api.v4.ISitePropertiesNotification): Promise<{}>
|
|
679
|
-
abstract consumeSitePropertiesV5DomainEvents(aspects: AspectStore, req: $wrapper.wix.common.domainevents.IDomainEvent): Promise<{}>
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
export namespace siteproperties {
|
|
683
|
-
export namespace api {
|
|
684
|
-
export namespace v4 {
|
|
685
|
-
export interface ICategories {
|
|
686
|
-
primary?: (string | null);
|
|
687
|
-
secondary?: (string[] | null);
|
|
688
|
-
businessTermId?: (string | null);
|
|
689
|
-
}
|
|
690
|
-
export class Categories implements ICategories {
|
|
691
|
-
constructor(data?: ICategories);
|
|
692
|
-
primary?: (string | null);
|
|
693
|
-
secondary?: (string[] | null);
|
|
694
|
-
businessTermId?: (string | null);
|
|
695
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
696
|
-
}
|
|
697
|
-
export interface ILocale {
|
|
698
|
-
languageCode?: (string | null);
|
|
699
|
-
country?: (string | null);
|
|
700
|
-
}
|
|
701
|
-
export class Locale implements ILocale {
|
|
702
|
-
constructor(data?: ILocale);
|
|
703
|
-
languageCode?: (string | null);
|
|
704
|
-
country?: (string | null);
|
|
705
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
706
|
-
}
|
|
707
|
-
export interface ISupportedLanguage {
|
|
708
|
-
languageCode?: (string | null);
|
|
709
|
-
locale?: ($wrapper.com.wixpress.siteproperties.api.v4.ILocale | null);
|
|
710
|
-
isPrimary?: (boolean | null);
|
|
711
|
-
countryCode?: (string | null);
|
|
712
|
-
resolutionMethod?: ($wrapper.com.wixpress.siteproperties.api.v4.ResolutionMethod | null);
|
|
713
|
-
}
|
|
714
|
-
export class SupportedLanguage implements ISupportedLanguage {
|
|
715
|
-
constructor(data?: ISupportedLanguage);
|
|
716
|
-
languageCode?: (string | null);
|
|
717
|
-
locale?: ($wrapper.com.wixpress.siteproperties.api.v4.ILocale | null);
|
|
718
|
-
isPrimary?: (boolean | null);
|
|
719
|
-
countryCode?: (string | null);
|
|
720
|
-
resolutionMethod?: ($wrapper.com.wixpress.siteproperties.api.v4.ResolutionMethod | null);
|
|
721
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
722
|
-
}
|
|
723
|
-
export enum ResolutionMethod {
|
|
724
|
-
QUERY_PARAM = "QUERY_PARAM",
|
|
725
|
-
SUBDOMAIN = "SUBDOMAIN",
|
|
726
|
-
SUBDIRECTORY = "SUBDIRECTORY",
|
|
727
|
-
}
|
|
728
|
-
export interface IMultilingual {
|
|
729
|
-
supportedLanguages?: ($wrapper.com.wixpress.siteproperties.api.v4.ISupportedLanguage[] | null);
|
|
730
|
-
autoRedirect?: (boolean | null);
|
|
731
|
-
}
|
|
732
|
-
export class Multilingual implements IMultilingual {
|
|
733
|
-
constructor(data?: IMultilingual);
|
|
734
|
-
supportedLanguages?: ($wrapper.com.wixpress.siteproperties.api.v4.ISupportedLanguage[] | null);
|
|
735
|
-
autoRedirect?: (boolean | null);
|
|
736
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
737
|
-
}
|
|
738
|
-
export interface IAddress {
|
|
739
|
-
street?: (string | null);
|
|
740
|
-
city?: (string | null);
|
|
741
|
-
country?: (string | null);
|
|
742
|
-
state?: (string | null);
|
|
743
|
-
zip?: (string | null);
|
|
744
|
-
hint?: ($wrapper.com.wixpress.siteproperties.api.v4.IAddressHint | null);
|
|
745
|
-
isPhysical?: (boolean | null);
|
|
746
|
-
googleFormattedAddress?: (string | null);
|
|
747
|
-
streetNumber?: (string | null);
|
|
748
|
-
apartmentNumber?: (string | null);
|
|
749
|
-
coordinates?: ($wrapper.com.wixpress.siteproperties.api.v4.IGeoCoordinates | null);
|
|
750
|
-
}
|
|
751
|
-
export class Address implements IAddress {
|
|
752
|
-
constructor(data?: IAddress);
|
|
753
|
-
street?: (string | null);
|
|
754
|
-
city?: (string | null);
|
|
755
|
-
country?: (string | null);
|
|
756
|
-
state?: (string | null);
|
|
757
|
-
zip?: (string | null);
|
|
758
|
-
hint?: ($wrapper.com.wixpress.siteproperties.api.v4.IAddressHint | null);
|
|
759
|
-
isPhysical?: (boolean | null);
|
|
760
|
-
googleFormattedAddress?: (string | null);
|
|
761
|
-
streetNumber?: (string | null);
|
|
762
|
-
apartmentNumber?: (string | null);
|
|
763
|
-
coordinates?: ($wrapper.com.wixpress.siteproperties.api.v4.IGeoCoordinates | null);
|
|
764
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
765
|
-
}
|
|
766
|
-
export interface IAddressHint {
|
|
767
|
-
text?: (string | null);
|
|
768
|
-
placement?: ($wrapper.com.wixpress.siteproperties.api.v4.PlacementType | null);
|
|
769
|
-
}
|
|
770
|
-
export class AddressHint implements IAddressHint {
|
|
771
|
-
constructor(data?: IAddressHint);
|
|
772
|
-
text?: (string | null);
|
|
773
|
-
placement?: ($wrapper.com.wixpress.siteproperties.api.v4.PlacementType | null);
|
|
774
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
775
|
-
}
|
|
776
|
-
export interface IGeoCoordinates {
|
|
777
|
-
latitude?: (number | null);
|
|
778
|
-
longitude?: (number | null);
|
|
779
|
-
}
|
|
780
|
-
export class GeoCoordinates implements IGeoCoordinates {
|
|
781
|
-
constructor(data?: IGeoCoordinates);
|
|
782
|
-
latitude?: (number | null);
|
|
783
|
-
longitude?: (number | null);
|
|
784
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
785
|
-
}
|
|
786
|
-
export enum PlacementType {
|
|
787
|
-
BEFORE = "BEFORE",
|
|
788
|
-
AFTER = "AFTER",
|
|
789
|
-
REPLACE = "REPLACE",
|
|
790
|
-
}
|
|
791
|
-
export interface IBusinessSchedule {
|
|
792
|
-
periods?: ($wrapper.com.wixpress.siteproperties.api.v4.ITimePeriod[] | null);
|
|
793
|
-
specialHourPeriod?: ($wrapper.com.wixpress.siteproperties.api.v4.ISpecialHourPeriod[] | null);
|
|
794
|
-
}
|
|
795
|
-
export class BusinessSchedule implements IBusinessSchedule {
|
|
796
|
-
constructor(data?: IBusinessSchedule);
|
|
797
|
-
periods?: ($wrapper.com.wixpress.siteproperties.api.v4.ITimePeriod[] | null);
|
|
798
|
-
specialHourPeriod?: ($wrapper.com.wixpress.siteproperties.api.v4.ISpecialHourPeriod[] | null);
|
|
799
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
800
|
-
}
|
|
801
|
-
export interface ITimePeriod {
|
|
802
|
-
openDay?: ($wrapper.com.wixpress.siteproperties.api.v4.DayOfWeek | null);
|
|
803
|
-
openTime?: (string | null);
|
|
804
|
-
closeDay?: ($wrapper.com.wixpress.siteproperties.api.v4.DayOfWeek | null);
|
|
805
|
-
closeTime?: (string | null);
|
|
806
|
-
}
|
|
807
|
-
export class TimePeriod implements ITimePeriod {
|
|
808
|
-
constructor(data?: ITimePeriod);
|
|
809
|
-
openDay?: ($wrapper.com.wixpress.siteproperties.api.v4.DayOfWeek | null);
|
|
810
|
-
openTime?: (string | null);
|
|
811
|
-
closeDay?: ($wrapper.com.wixpress.siteproperties.api.v4.DayOfWeek | null);
|
|
812
|
-
closeTime?: (string | null);
|
|
813
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
814
|
-
}
|
|
815
|
-
export interface ISpecialHourPeriod {
|
|
816
|
-
startDate?: (string | null);
|
|
817
|
-
endDate?: (string | null);
|
|
818
|
-
isClosed?: (boolean | null);
|
|
819
|
-
comment?: (string | null);
|
|
820
|
-
}
|
|
821
|
-
export class SpecialHourPeriod implements ISpecialHourPeriod {
|
|
822
|
-
constructor(data?: ISpecialHourPeriod);
|
|
823
|
-
startDate?: (string | null);
|
|
824
|
-
endDate?: (string | null);
|
|
825
|
-
isClosed?: (boolean | null);
|
|
826
|
-
comment?: (string | null);
|
|
827
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
828
|
-
}
|
|
829
|
-
export enum DayOfWeek {
|
|
830
|
-
MONDAY = "MONDAY",
|
|
831
|
-
TUESDAY = "TUESDAY",
|
|
832
|
-
WEDNESDAY = "WEDNESDAY",
|
|
833
|
-
THURSDAY = "THURSDAY",
|
|
834
|
-
FRIDAY = "FRIDAY",
|
|
835
|
-
SATURDAY = "SATURDAY",
|
|
836
|
-
SUNDAY = "SUNDAY",
|
|
837
|
-
}
|
|
838
|
-
export interface IConsentPolicy {
|
|
839
|
-
essential?: (boolean | null);
|
|
840
|
-
functional?: (boolean | null);
|
|
841
|
-
analytics?: (boolean | null);
|
|
842
|
-
advertising?: (boolean | null);
|
|
843
|
-
dataToThirdParty?: (boolean | null);
|
|
844
|
-
}
|
|
845
|
-
export class ConsentPolicy implements IConsentPolicy {
|
|
846
|
-
constructor(data?: IConsentPolicy);
|
|
847
|
-
essential?: (boolean | null);
|
|
848
|
-
functional?: (boolean | null);
|
|
849
|
-
analytics?: (boolean | null);
|
|
850
|
-
advertising?: (boolean | null);
|
|
851
|
-
dataToThirdParty?: (boolean | null);
|
|
852
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
853
|
-
}
|
|
854
|
-
export interface IProperties {
|
|
855
|
-
categories?: ($wrapper.com.wixpress.siteproperties.api.v4.ICategories | null);
|
|
856
|
-
locale?: ($wrapper.com.wixpress.siteproperties.api.v4.ILocale | null);
|
|
857
|
-
language?: (string | null);
|
|
858
|
-
paymentCurrency?: (string | null);
|
|
859
|
-
timeZone?: (string | null);
|
|
860
|
-
email?: (string | null);
|
|
861
|
-
phone?: (string | null);
|
|
862
|
-
fax?: (string | null);
|
|
863
|
-
address?: ($wrapper.com.wixpress.siteproperties.api.v4.IAddress | null);
|
|
864
|
-
siteDisplayName?: (string | null);
|
|
865
|
-
businessName?: (string | null);
|
|
866
|
-
logo?: (string | null);
|
|
867
|
-
description?: (string | null);
|
|
868
|
-
businessSchedule?: ($wrapper.com.wixpress.siteproperties.api.v4.IBusinessSchedule | null);
|
|
869
|
-
multilingual?: ($wrapper.com.wixpress.siteproperties.api.v4.IMultilingual | null);
|
|
870
|
-
consentPolicy?: ($wrapper.com.wixpress.siteproperties.api.v4.IConsentPolicy | null);
|
|
871
|
-
businessConfig?: (string | null);
|
|
872
|
-
externalSiteUrl?: (string | null);
|
|
873
|
-
trackClicksAnalytics?: (boolean | null);
|
|
874
|
-
}
|
|
875
|
-
export class Properties implements IProperties {
|
|
876
|
-
constructor(data?: IProperties);
|
|
877
|
-
categories?: ($wrapper.com.wixpress.siteproperties.api.v4.ICategories | null);
|
|
878
|
-
locale?: ($wrapper.com.wixpress.siteproperties.api.v4.ILocale | null);
|
|
879
|
-
language?: (string | null);
|
|
880
|
-
paymentCurrency?: (string | null);
|
|
881
|
-
timeZone?: (string | null);
|
|
882
|
-
email?: (string | null);
|
|
883
|
-
phone?: (string | null);
|
|
884
|
-
fax?: (string | null);
|
|
885
|
-
address?: ($wrapper.com.wixpress.siteproperties.api.v4.IAddress | null);
|
|
886
|
-
siteDisplayName?: (string | null);
|
|
887
|
-
businessName?: (string | null);
|
|
888
|
-
logo?: (string | null);
|
|
889
|
-
description?: (string | null);
|
|
890
|
-
businessSchedule?: ($wrapper.com.wixpress.siteproperties.api.v4.IBusinessSchedule | null);
|
|
891
|
-
multilingual?: ($wrapper.com.wixpress.siteproperties.api.v4.IMultilingual | null);
|
|
892
|
-
consentPolicy?: ($wrapper.com.wixpress.siteproperties.api.v4.IConsentPolicy | null);
|
|
893
|
-
businessConfig?: (string | null);
|
|
894
|
-
externalSiteUrl?: (string | null);
|
|
895
|
-
trackClicksAnalytics?: (boolean | null);
|
|
896
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
897
|
-
}
|
|
898
|
-
export interface ITranslation {
|
|
899
|
-
serviceType?: (string | null);
|
|
900
|
-
appDefId?: (string | null);
|
|
901
|
-
instanceId?: (string | null);
|
|
902
|
-
}
|
|
903
|
-
export class Translation implements ITranslation {
|
|
904
|
-
constructor(data?: ITranslation);
|
|
905
|
-
serviceType?: (string | null);
|
|
906
|
-
appDefId?: (string | null);
|
|
907
|
-
instanceId?: (string | null);
|
|
908
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
909
|
-
}
|
|
910
|
-
export enum NotificationContext {
|
|
911
|
-
PROPERTIES_UPDATE = "PROPERTIES_UPDATE",
|
|
912
|
-
SITE_CREATED = "SITE_CREATED",
|
|
913
|
-
SITE_CLONED = "SITE_CLONED",
|
|
914
|
-
}
|
|
915
|
-
export interface IChangeContext {
|
|
916
|
-
propertiesChange?: ($wrapper.com.wixpress.siteproperties.api.v4.IPropertiesChange | null);
|
|
917
|
-
siteCreated?: ($wrapper.com.wixpress.siteproperties.api.v4.ISiteCreated | null);
|
|
918
|
-
siteCloned?: ($wrapper.com.wixpress.siteproperties.api.v4.ISiteCloned | null);
|
|
919
|
-
}
|
|
920
|
-
export class ChangeContext implements IChangeContext {
|
|
921
|
-
constructor(data?: IChangeContext);
|
|
922
|
-
propertiesChange?: ($wrapper.com.wixpress.siteproperties.api.v4.IPropertiesChange | null);
|
|
923
|
-
siteCreated?: ($wrapper.com.wixpress.siteproperties.api.v4.ISiteCreated | null);
|
|
924
|
-
siteCloned?: ($wrapper.com.wixpress.siteproperties.api.v4.ISiteCloned | null);
|
|
925
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
926
|
-
}
|
|
927
|
-
export interface IPropertiesChange {
|
|
928
|
-
}
|
|
929
|
-
export class PropertiesChange implements IPropertiesChange {
|
|
930
|
-
constructor(data?: IPropertiesChange);
|
|
931
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
932
|
-
}
|
|
933
|
-
export interface ISiteCreated {
|
|
934
|
-
originTemplateId?: (string | null);
|
|
935
|
-
}
|
|
936
|
-
export class SiteCreated implements ISiteCreated {
|
|
937
|
-
constructor(data?: ISiteCreated);
|
|
938
|
-
originTemplateId?: (string | null);
|
|
939
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
940
|
-
}
|
|
941
|
-
export interface ISiteCloned {
|
|
942
|
-
originMetaSiteId?: (string | null);
|
|
943
|
-
}
|
|
944
|
-
export class SiteCloned implements ISiteCloned {
|
|
945
|
-
constructor(data?: ISiteCloned);
|
|
946
|
-
originMetaSiteId?: (string | null);
|
|
947
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
948
|
-
}
|
|
949
|
-
export interface ISitePropertiesUpdated {
|
|
950
|
-
metasiteId?: (string | null);
|
|
951
|
-
event?: ($wrapper.com.wixpress.siteproperties.api.v4.ISitePropertiesEvent | null);
|
|
952
|
-
}
|
|
953
|
-
export class SitePropertiesUpdated implements ISitePropertiesUpdated {
|
|
954
|
-
constructor(data?: ISitePropertiesUpdated);
|
|
955
|
-
metasiteId?: (string | null);
|
|
956
|
-
event?: ($wrapper.com.wixpress.siteproperties.api.v4.ISitePropertiesEvent | null);
|
|
957
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
958
|
-
}
|
|
959
|
-
export interface ISitePropertiesNotification {
|
|
960
|
-
metasiteId?: (string | null);
|
|
961
|
-
event?: ($wrapper.com.wixpress.siteproperties.api.v4.ISitePropertiesEvent | null);
|
|
962
|
-
translations?: ($wrapper.com.wixpress.siteproperties.api.v4.ITranslation[] | null);
|
|
963
|
-
changeContext?: ($wrapper.com.wixpress.siteproperties.api.v4.IChangeContext | null);
|
|
964
|
-
}
|
|
965
|
-
export class SitePropertiesNotification implements ISitePropertiesNotification {
|
|
966
|
-
constructor(data?: ISitePropertiesNotification);
|
|
967
|
-
metasiteId?: (string | null);
|
|
968
|
-
event?: ($wrapper.com.wixpress.siteproperties.api.v4.ISitePropertiesEvent | null);
|
|
969
|
-
translations?: ($wrapper.com.wixpress.siteproperties.api.v4.ITranslation[] | null);
|
|
970
|
-
changeContext?: ($wrapper.com.wixpress.siteproperties.api.v4.IChangeContext | null);
|
|
971
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
972
|
-
}
|
|
973
|
-
export interface ISitePropertiesEvent {
|
|
974
|
-
version?: (number | null);
|
|
975
|
-
fields?: (string[] | null);
|
|
976
|
-
properties?: ($wrapper.com.wixpress.siteproperties.api.v4.IProperties | null);
|
|
977
|
-
}
|
|
978
|
-
export class SitePropertiesEvent implements ISitePropertiesEvent {
|
|
979
|
-
constructor(data?: ISitePropertiesEvent);
|
|
980
|
-
version?: (number | null);
|
|
981
|
-
fields?: (string[] | null);
|
|
982
|
-
properties?: ($wrapper.com.wixpress.siteproperties.api.v4.IProperties | null);
|
|
983
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
984
|
-
}
|
|
985
|
-
export interface ISitePropertiesFullNotification {
|
|
986
|
-
metaSiteId?: (string | null);
|
|
987
|
-
version?: (number | null);
|
|
988
|
-
properties?: ($wrapper.com.wixpress.siteproperties.api.v4.IProperties | null);
|
|
989
|
-
changeContext?: ($wrapper.com.wixpress.siteproperties.api.v4.IChangeContext | null);
|
|
990
|
-
}
|
|
991
|
-
export class SitePropertiesFullNotification implements ISitePropertiesFullNotification {
|
|
992
|
-
constructor(data?: ISitePropertiesFullNotification);
|
|
993
|
-
metaSiteId?: (string | null);
|
|
994
|
-
version?: (number | null);
|
|
995
|
-
properties?: ($wrapper.com.wixpress.siteproperties.api.v4.IProperties | null);
|
|
996
|
-
changeContext?: ($wrapper.com.wixpress.siteproperties.api.v4.IChangeContext | null);
|
|
997
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
998
|
-
}
|
|
999
|
-
export enum EmbeddedServiceType {
|
|
1000
|
-
UNKNOWN = "UNKNOWN",
|
|
1001
|
-
CONTACTS = "CONTACTS",
|
|
1002
|
-
LISTS_APP = "LISTS_APP",
|
|
1003
|
-
THIRD_PARTY_APPS = "THIRD_PARTY_APPS",
|
|
1004
|
-
SITE_MEMBERS = "SITE_MEMBERS",
|
|
1005
|
-
ECOMMERCE = "ECOMMERCE",
|
|
1006
|
-
APP_BUILDER = "APP_BUILDER",
|
|
1007
|
-
PROVIDED_MAILING_SERVICE = "PROVIDED_MAILING_SERVICE",
|
|
1008
|
-
MOBILE_SERVICES = "MOBILE_SERVICES",
|
|
1009
|
-
CLOUD_SITE_EXTENSION = "CLOUD_SITE_EXTENSION",
|
|
1010
|
-
MOBILE_APP = "MOBILE_APP",
|
|
1011
|
-
ONBOARDING = "ONBOARDING",
|
|
1012
|
-
CLUBS = "CLUBS",
|
|
1013
|
-
}
|
|
1014
|
-
export interface IBusinessProfileData {
|
|
1015
|
-
siteDisplayName?: (string | null);
|
|
1016
|
-
businessName?: (string | null);
|
|
1017
|
-
logo?: (string | null);
|
|
1018
|
-
description?: (string | null);
|
|
1019
|
-
}
|
|
1020
|
-
export class BusinessProfileData implements IBusinessProfileData {
|
|
1021
|
-
constructor(data?: IBusinessProfileData);
|
|
1022
|
-
siteDisplayName?: (string | null);
|
|
1023
|
-
businessName?: (string | null);
|
|
1024
|
-
logo?: (string | null);
|
|
1025
|
-
description?: (string | null);
|
|
1026
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1027
|
-
}
|
|
1028
|
-
export interface IBusinessContactData {
|
|
1029
|
-
email?: (string | null);
|
|
1030
|
-
phone?: (string | null);
|
|
1031
|
-
fax?: (string | null);
|
|
1032
|
-
address?: ($wrapper.com.wixpress.siteproperties.api.v4.IAddress | null);
|
|
1033
|
-
}
|
|
1034
|
-
export class BusinessContactData implements IBusinessContactData {
|
|
1035
|
-
constructor(data?: IBusinessContactData);
|
|
1036
|
-
email?: (string | null);
|
|
1037
|
-
phone?: (string | null);
|
|
1038
|
-
fax?: (string | null);
|
|
1039
|
-
address?: ($wrapper.com.wixpress.siteproperties.api.v4.IAddress | null);
|
|
1040
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1041
|
-
}
|
|
1042
|
-
export interface IPropertiesReadRequest {
|
|
1043
|
-
fields?: (string[] | null);
|
|
1044
|
-
}
|
|
1045
|
-
export class PropertiesReadRequest implements IPropertiesReadRequest {
|
|
1046
|
-
constructor(data?: IPropertiesReadRequest);
|
|
1047
|
-
fields?: (string[] | null);
|
|
1048
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1049
|
-
}
|
|
1050
|
-
export interface IPropertiesReadResponse {
|
|
1051
|
-
version?: (string | null);
|
|
1052
|
-
properties?: ($wrapper.com.wixpress.siteproperties.api.v4.IProperties | null);
|
|
1053
|
-
}
|
|
1054
|
-
export class PropertiesReadResponse implements IPropertiesReadResponse {
|
|
1055
|
-
constructor(data?: IPropertiesReadResponse);
|
|
1056
|
-
version?: (string | null);
|
|
1057
|
-
properties?: ($wrapper.com.wixpress.siteproperties.api.v4.IProperties | null);
|
|
1058
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1059
|
-
}
|
|
1060
|
-
export interface IPropertiesUpdateRequest {
|
|
1061
|
-
properties?: ($wrapper.com.wixpress.siteproperties.api.v4.IProperties | null);
|
|
1062
|
-
fields?: (string[] | null);
|
|
1063
|
-
}
|
|
1064
|
-
export class PropertiesUpdateRequest implements IPropertiesUpdateRequest {
|
|
1065
|
-
constructor(data?: IPropertiesUpdateRequest);
|
|
1066
|
-
properties?: ($wrapper.com.wixpress.siteproperties.api.v4.IProperties | null);
|
|
1067
|
-
fields?: (string[] | null);
|
|
1068
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1069
|
-
}
|
|
1070
|
-
export interface IPropertiesUpdateResponse {
|
|
1071
|
-
version?: (string | null);
|
|
1072
|
-
}
|
|
1073
|
-
export class PropertiesUpdateResponse implements IPropertiesUpdateResponse {
|
|
1074
|
-
constructor(data?: IPropertiesUpdateResponse);
|
|
1075
|
-
version?: (string | null);
|
|
1076
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1077
|
-
}
|
|
1078
|
-
export interface IUpdateConsentPolicyRequest {
|
|
1079
|
-
consentPolicy?: ($wrapper.com.wixpress.siteproperties.api.v4.IConsentPolicy | null);
|
|
1080
|
-
}
|
|
1081
|
-
export class UpdateConsentPolicyRequest implements IUpdateConsentPolicyRequest {
|
|
1082
|
-
constructor(data?: IUpdateConsentPolicyRequest);
|
|
1083
|
-
consentPolicy?: ($wrapper.com.wixpress.siteproperties.api.v4.IConsentPolicy | null);
|
|
1084
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1085
|
-
}
|
|
1086
|
-
export interface IUpdateConsentPolicyResponse {
|
|
1087
|
-
}
|
|
1088
|
-
export class UpdateConsentPolicyResponse implements IUpdateConsentPolicyResponse {
|
|
1089
|
-
constructor(data?: IUpdateConsentPolicyResponse);
|
|
1090
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1091
|
-
}
|
|
1092
|
-
export interface IUpdateBusinessProfileRequest {
|
|
1093
|
-
businessProfile?: ($wrapper.com.wixpress.siteproperties.api.v4.IBusinessProfileData | null);
|
|
1094
|
-
fields?: (string[] | null);
|
|
1095
|
-
}
|
|
1096
|
-
export class UpdateBusinessProfileRequest implements IUpdateBusinessProfileRequest {
|
|
1097
|
-
constructor(data?: IUpdateBusinessProfileRequest);
|
|
1098
|
-
businessProfile?: ($wrapper.com.wixpress.siteproperties.api.v4.IBusinessProfileData | null);
|
|
1099
|
-
fields?: (string[] | null);
|
|
1100
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1101
|
-
}
|
|
1102
|
-
export interface IUpdateBusinessProfileResponse {
|
|
1103
|
-
}
|
|
1104
|
-
export class UpdateBusinessProfileResponse implements IUpdateBusinessProfileResponse {
|
|
1105
|
-
constructor(data?: IUpdateBusinessProfileResponse);
|
|
1106
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1107
|
-
}
|
|
1108
|
-
export interface IUpdateBusinessContactRequest {
|
|
1109
|
-
businessContact?: ($wrapper.com.wixpress.siteproperties.api.v4.IBusinessContactData | null);
|
|
1110
|
-
fields?: (string[] | null);
|
|
1111
|
-
}
|
|
1112
|
-
export class UpdateBusinessContactRequest implements IUpdateBusinessContactRequest {
|
|
1113
|
-
constructor(data?: IUpdateBusinessContactRequest);
|
|
1114
|
-
businessContact?: ($wrapper.com.wixpress.siteproperties.api.v4.IBusinessContactData | null);
|
|
1115
|
-
fields?: (string[] | null);
|
|
1116
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1117
|
-
}
|
|
1118
|
-
export interface IUpdateBusinessContactResponse {
|
|
1119
|
-
}
|
|
1120
|
-
export class UpdateBusinessContactResponse implements IUpdateBusinessContactResponse {
|
|
1121
|
-
constructor(data?: IUpdateBusinessContactResponse);
|
|
1122
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1123
|
-
}
|
|
1124
|
-
export interface IUpdateBusinessScheduleRequest {
|
|
1125
|
-
businessSchedule?: ($wrapper.com.wixpress.siteproperties.api.v4.IBusinessSchedule | null);
|
|
1126
|
-
}
|
|
1127
|
-
export class UpdateBusinessScheduleRequest implements IUpdateBusinessScheduleRequest {
|
|
1128
|
-
constructor(data?: IUpdateBusinessScheduleRequest);
|
|
1129
|
-
businessSchedule?: ($wrapper.com.wixpress.siteproperties.api.v4.IBusinessSchedule | null);
|
|
1130
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1131
|
-
}
|
|
1132
|
-
export interface IUpdateBusinessScheduleResponse {
|
|
1133
|
-
}
|
|
1134
|
-
export class UpdateBusinessScheduleResponse implements IUpdateBusinessScheduleResponse {
|
|
1135
|
-
constructor(data?: IUpdateBusinessScheduleResponse);
|
|
1136
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1137
|
-
}
|
|
1138
|
-
export interface IBulkPropertiesReadRequest {
|
|
1139
|
-
sites?: (string[] | null);
|
|
1140
|
-
}
|
|
1141
|
-
export class BulkPropertiesReadRequest implements IBulkPropertiesReadRequest {
|
|
1142
|
-
constructor(data?: IBulkPropertiesReadRequest);
|
|
1143
|
-
sites?: (string[] | null);
|
|
1144
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1145
|
-
}
|
|
1146
|
-
export interface IBulkPropertiesReadResponse {
|
|
1147
|
-
sites?: ({ [k: string]: $wrapper.com.wixpress.siteproperties.api.v4.IPropertiesReadResponse } | null);
|
|
1148
|
-
}
|
|
1149
|
-
export class BulkPropertiesReadResponse implements IBulkPropertiesReadResponse {
|
|
1150
|
-
constructor(data?: IBulkPropertiesReadResponse);
|
|
1151
|
-
sites?: ({ [k: string]: $wrapper.com.wixpress.siteproperties.api.v4.IPropertiesReadResponse });
|
|
1152
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1153
|
-
}
|
|
1154
|
-
export abstract class SitePropertiesV4 {
|
|
1155
|
-
abstract read(aspects: AspectStore, req: $wrapper.com.wixpress.siteproperties.api.v4.IPropertiesReadRequest): Promise<$wrapper.com.wixpress.siteproperties.api.v4.IPropertiesReadResponse>
|
|
1156
|
-
abstract update(aspects: AspectStore, req: $wrapper.com.wixpress.siteproperties.api.v4.IPropertiesUpdateRequest): Promise<$wrapper.com.wixpress.siteproperties.api.v4.IPropertiesUpdateResponse>
|
|
1157
|
-
abstract updateBusinessProfile(aspects: AspectStore, req: $wrapper.com.wixpress.siteproperties.api.v4.IUpdateBusinessProfileRequest): Promise<$wrapper.com.wixpress.siteproperties.api.v4.IUpdateBusinessProfileResponse>
|
|
1158
|
-
abstract updateBusinessContact(aspects: AspectStore, req: $wrapper.com.wixpress.siteproperties.api.v4.IUpdateBusinessContactRequest): Promise<$wrapper.com.wixpress.siteproperties.api.v4.IUpdateBusinessContactResponse>
|
|
1159
|
-
abstract updateBusinessSchedule(aspects: AspectStore, req: $wrapper.com.wixpress.siteproperties.api.v4.IUpdateBusinessScheduleRequest): Promise<$wrapper.com.wixpress.siteproperties.api.v4.IUpdateBusinessScheduleResponse>
|
|
1160
|
-
abstract updateConsentPolicy(aspects: AspectStore, req: $wrapper.com.wixpress.siteproperties.api.v4.IUpdateConsentPolicyRequest): Promise<$wrapper.com.wixpress.siteproperties.api.v4.IUpdateConsentPolicyResponse>
|
|
1161
|
-
abstract readWithoutDefaultProperties(aspects: AspectStore, req: $wrapper.com.wixpress.siteproperties.api.v4.IBulkPropertiesReadRequest): Promise<$wrapper.com.wixpress.siteproperties.api.v4.IBulkPropertiesReadResponse>
|
|
1162
|
-
}
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1166
|
-
export namespace metasite {
|
|
1167
|
-
export namespace event {
|
|
1168
|
-
export namespace api {
|
|
1169
|
-
export interface IMetaSiteSpecialEvent {
|
|
1170
|
-
metaSiteId?: (string | null);
|
|
1171
|
-
version?: ((number | string) | null);
|
|
1172
|
-
timestamp?: ((number | string) | null);
|
|
1173
|
-
assets?: ($wrapper.com.wixpress.metasite.event.api.IAsset[] | null);
|
|
1174
|
-
siteCreated?: ($wrapper.com.wixpress.metasite.event.api.ISiteCreated | null);
|
|
1175
|
-
siteTransferred?: ($wrapper.com.wixpress.metasite.event.api.ISiteTransferred | null);
|
|
1176
|
-
siteDeleted?: ($wrapper.com.wixpress.metasite.event.api.ISiteDeleted | null);
|
|
1177
|
-
siteUndeleted?: ($wrapper.com.wixpress.metasite.event.api.ISiteUndeleted | null);
|
|
1178
|
-
sitePublished?: ($wrapper.com.wixpress.metasite.event.api.ISitePublished | null);
|
|
1179
|
-
siteUnpublished?: ($wrapper.com.wixpress.metasite.event.api.ISiteUnpublished | null);
|
|
1180
|
-
siteMarkedAsTemplate?: ($wrapper.com.wixpress.metasite.event.api.ISiteMarkedAsTemplate | null);
|
|
1181
|
-
siteMarkedAsWixSite?: ($wrapper.com.wixpress.metasite.event.api.ISiteMarkedAsWixSite | null);
|
|
1182
|
-
serviceProvisioned?: ($wrapper.com.wixpress.metasite.event.api.IServiceProvisioned | null);
|
|
1183
|
-
serviceRemoved?: ($wrapper.com.wixpress.metasite.event.api.IServiceRemoved | null);
|
|
1184
|
-
siteRenamedPayload?: ($wrapper.com.wixpress.metasite.event.api.ISiteRenamed | null);
|
|
1185
|
-
hardDeleted?: ($wrapper.com.wixpress.metasite.event.api.ISiteHardDeleted | null);
|
|
1186
|
-
namespaceChanged?: ($wrapper.com.wixpress.metasite.event.api.INamespaceChanged | null);
|
|
1187
|
-
studioAssigned?: ($wrapper.com.wixpress.metasite.event.api.IStudioAssigned | null);
|
|
1188
|
-
studioUnassigned?: ($wrapper.com.wixpress.metasite.event.api.IStudioUnassigned | null);
|
|
1189
|
-
}
|
|
1190
|
-
export class MetaSiteSpecialEvent implements IMetaSiteSpecialEvent {
|
|
1191
|
-
constructor(data?: IMetaSiteSpecialEvent);
|
|
1192
|
-
metaSiteId?: (string | null);
|
|
1193
|
-
version?: ((number | string) | null);
|
|
1194
|
-
timestamp?: ((number | string) | null);
|
|
1195
|
-
assets?: ($wrapper.com.wixpress.metasite.event.api.IAsset[] | null);
|
|
1196
|
-
siteCreated?: ($wrapper.com.wixpress.metasite.event.api.ISiteCreated | null);
|
|
1197
|
-
siteTransferred?: ($wrapper.com.wixpress.metasite.event.api.ISiteTransferred | null);
|
|
1198
|
-
siteDeleted?: ($wrapper.com.wixpress.metasite.event.api.ISiteDeleted | null);
|
|
1199
|
-
siteUndeleted?: ($wrapper.com.wixpress.metasite.event.api.ISiteUndeleted | null);
|
|
1200
|
-
sitePublished?: ($wrapper.com.wixpress.metasite.event.api.ISitePublished | null);
|
|
1201
|
-
siteUnpublished?: ($wrapper.com.wixpress.metasite.event.api.ISiteUnpublished | null);
|
|
1202
|
-
siteMarkedAsTemplate?: ($wrapper.com.wixpress.metasite.event.api.ISiteMarkedAsTemplate | null);
|
|
1203
|
-
siteMarkedAsWixSite?: ($wrapper.com.wixpress.metasite.event.api.ISiteMarkedAsWixSite | null);
|
|
1204
|
-
serviceProvisioned?: ($wrapper.com.wixpress.metasite.event.api.IServiceProvisioned | null);
|
|
1205
|
-
serviceRemoved?: ($wrapper.com.wixpress.metasite.event.api.IServiceRemoved | null);
|
|
1206
|
-
siteRenamedPayload?: ($wrapper.com.wixpress.metasite.event.api.ISiteRenamed | null);
|
|
1207
|
-
hardDeleted?: ($wrapper.com.wixpress.metasite.event.api.ISiteHardDeleted | null);
|
|
1208
|
-
namespaceChanged?: ($wrapper.com.wixpress.metasite.event.api.INamespaceChanged | null);
|
|
1209
|
-
studioAssigned?: ($wrapper.com.wixpress.metasite.event.api.IStudioAssigned | null);
|
|
1210
|
-
studioUnassigned?: ($wrapper.com.wixpress.metasite.event.api.IStudioUnassigned | null);
|
|
1211
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1212
|
-
}
|
|
1213
|
-
export interface IAsset {
|
|
1214
|
-
appDefId?: (string | null);
|
|
1215
|
-
instanceId?: (string | null);
|
|
1216
|
-
state?: ($wrapper.com.wixpress.metasite.event.api.Asset.State | null);
|
|
1217
|
-
}
|
|
1218
|
-
export class Asset implements IAsset {
|
|
1219
|
-
constructor(data?: IAsset);
|
|
1220
|
-
appDefId?: (string | null);
|
|
1221
|
-
instanceId?: (string | null);
|
|
1222
|
-
state?: ($wrapper.com.wixpress.metasite.event.api.Asset.State | null);
|
|
1223
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1224
|
-
}
|
|
1225
|
-
export namespace Asset {
|
|
1226
|
-
export enum State {
|
|
1227
|
-
UNKNOWN = "UNKNOWN",
|
|
1228
|
-
ENABLED = "ENABLED",
|
|
1229
|
-
DISABLED = "DISABLED",
|
|
1230
|
-
PENDING = "PENDING",
|
|
1231
|
-
DEMO = "DEMO",
|
|
1232
|
-
}
|
|
1233
|
-
}
|
|
1234
|
-
export interface ISiteCreated {
|
|
1235
|
-
originTemplateId?: (string | null);
|
|
1236
|
-
ownerId?: (string | null);
|
|
1237
|
-
context?: ($wrapper.com.wixpress.metasite.event.api.SiteCreatedContext | null);
|
|
1238
|
-
originMetaSiteId?: (string | null);
|
|
1239
|
-
siteName?: (string | null);
|
|
1240
|
-
namespace?: ($wrapper.com.wixpress.metasite.event.api.MetaSite.Namespace | null);
|
|
1241
|
-
}
|
|
1242
|
-
export class SiteCreated implements ISiteCreated {
|
|
1243
|
-
constructor(data?: ISiteCreated);
|
|
1244
|
-
originTemplateId?: (string | null);
|
|
1245
|
-
ownerId?: (string | null);
|
|
1246
|
-
context?: ($wrapper.com.wixpress.metasite.event.api.SiteCreatedContext | null);
|
|
1247
|
-
originMetaSiteId?: (string | null);
|
|
1248
|
-
siteName?: (string | null);
|
|
1249
|
-
namespace?: ($wrapper.com.wixpress.metasite.event.api.MetaSite.Namespace | null);
|
|
1250
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1251
|
-
}
|
|
1252
|
-
export interface ISiteHardDeleted {
|
|
1253
|
-
deleteContext?: ($wrapper.com.wixpress.metasite.event.api.IDeleteContext | null);
|
|
1254
|
-
}
|
|
1255
|
-
export class SiteHardDeleted implements ISiteHardDeleted {
|
|
1256
|
-
constructor(data?: ISiteHardDeleted);
|
|
1257
|
-
deleteContext?: ($wrapper.com.wixpress.metasite.event.api.IDeleteContext | null);
|
|
1258
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1259
|
-
}
|
|
1260
|
-
export interface ISiteDeleted {
|
|
1261
|
-
deleteContext?: ($wrapper.com.wixpress.metasite.event.api.IDeleteContext | null);
|
|
1262
|
-
}
|
|
1263
|
-
export class SiteDeleted implements ISiteDeleted {
|
|
1264
|
-
constructor(data?: ISiteDeleted);
|
|
1265
|
-
deleteContext?: ($wrapper.com.wixpress.metasite.event.api.IDeleteContext | null);
|
|
1266
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1267
|
-
}
|
|
1268
|
-
export interface ISiteUndeleted {
|
|
1269
|
-
}
|
|
1270
|
-
export class SiteUndeleted implements ISiteUndeleted {
|
|
1271
|
-
constructor(data?: ISiteUndeleted);
|
|
1272
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1273
|
-
}
|
|
1274
|
-
export interface ISitePublished {
|
|
1275
|
-
}
|
|
1276
|
-
export class SitePublished implements ISitePublished {
|
|
1277
|
-
constructor(data?: ISitePublished);
|
|
1278
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1279
|
-
}
|
|
1280
|
-
export interface ISiteUnpublished {
|
|
1281
|
-
urls?: (string[] | null);
|
|
1282
|
-
}
|
|
1283
|
-
export class SiteUnpublished implements ISiteUnpublished {
|
|
1284
|
-
constructor(data?: ISiteUnpublished);
|
|
1285
|
-
urls?: (string[] | null);
|
|
1286
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1287
|
-
}
|
|
1288
|
-
export interface ISiteTransferred {
|
|
1289
|
-
oldOwnerId?: (string | null);
|
|
1290
|
-
newOwnerId?: (string | null);
|
|
1291
|
-
}
|
|
1292
|
-
export class SiteTransferred implements ISiteTransferred {
|
|
1293
|
-
constructor(data?: ISiteTransferred);
|
|
1294
|
-
oldOwnerId?: (string | null);
|
|
1295
|
-
newOwnerId?: (string | null);
|
|
1296
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1297
|
-
}
|
|
1298
|
-
export interface ISiteMarkedAsTemplate {
|
|
1299
|
-
}
|
|
1300
|
-
export class SiteMarkedAsTemplate implements ISiteMarkedAsTemplate {
|
|
1301
|
-
constructor(data?: ISiteMarkedAsTemplate);
|
|
1302
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1303
|
-
}
|
|
1304
|
-
export interface ISiteMarkedAsWixSite {
|
|
1305
|
-
}
|
|
1306
|
-
export class SiteMarkedAsWixSite implements ISiteMarkedAsWixSite {
|
|
1307
|
-
constructor(data?: ISiteMarkedAsWixSite);
|
|
1308
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1309
|
-
}
|
|
1310
|
-
export interface IServiceProvisioned {
|
|
1311
|
-
appDefId?: (string | null);
|
|
1312
|
-
instanceId?: (string | null);
|
|
1313
|
-
originInstanceId?: (string | null);
|
|
1314
|
-
version?: (string | null);
|
|
1315
|
-
originMetaSiteId?: (string | null);
|
|
1316
|
-
}
|
|
1317
|
-
export class ServiceProvisioned implements IServiceProvisioned {
|
|
1318
|
-
constructor(data?: IServiceProvisioned);
|
|
1319
|
-
appDefId?: (string | null);
|
|
1320
|
-
instanceId?: (string | null);
|
|
1321
|
-
originInstanceId?: (string | null);
|
|
1322
|
-
version?: (string | null);
|
|
1323
|
-
originMetaSiteId?: (string | null);
|
|
1324
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1325
|
-
}
|
|
1326
|
-
export interface IServiceRemoved {
|
|
1327
|
-
appDefId?: (string | null);
|
|
1328
|
-
instanceId?: (string | null);
|
|
1329
|
-
version?: (string | null);
|
|
1330
|
-
}
|
|
1331
|
-
export class ServiceRemoved implements IServiceRemoved {
|
|
1332
|
-
constructor(data?: IServiceRemoved);
|
|
1333
|
-
appDefId?: (string | null);
|
|
1334
|
-
instanceId?: (string | null);
|
|
1335
|
-
version?: (string | null);
|
|
1336
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1337
|
-
}
|
|
1338
|
-
export interface ISiteRenamed {
|
|
1339
|
-
newSiteName?: (string | null);
|
|
1340
|
-
oldSiteName?: (string | null);
|
|
1341
|
-
}
|
|
1342
|
-
export class SiteRenamed implements ISiteRenamed {
|
|
1343
|
-
constructor(data?: ISiteRenamed);
|
|
1344
|
-
newSiteName?: (string | null);
|
|
1345
|
-
oldSiteName?: (string | null);
|
|
1346
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1347
|
-
}
|
|
1348
|
-
export enum SiteCreatedContext {
|
|
1349
|
-
OTHER = "OTHER",
|
|
1350
|
-
FROM_TEMPLATE = "FROM_TEMPLATE",
|
|
1351
|
-
DUPLICATE_BY_SITE_TRANSFER = "DUPLICATE_BY_SITE_TRANSFER",
|
|
1352
|
-
DUPLICATE = "DUPLICATE",
|
|
1353
|
-
OLD_SITE_TRANSFER = "OLD_SITE_TRANSFER",
|
|
1354
|
-
FLASH = "FLASH",
|
|
1355
|
-
}
|
|
1356
|
-
export interface INamespaceChanged {
|
|
1357
|
-
oldNamespace?: ($wrapper.com.wixpress.metasite.event.api.MetaSite.Namespace | null);
|
|
1358
|
-
newNamespace?: ($wrapper.com.wixpress.metasite.event.api.MetaSite.Namespace | null);
|
|
1359
|
-
}
|
|
1360
|
-
export class NamespaceChanged implements INamespaceChanged {
|
|
1361
|
-
constructor(data?: INamespaceChanged);
|
|
1362
|
-
oldNamespace?: ($wrapper.com.wixpress.metasite.event.api.MetaSite.Namespace | null);
|
|
1363
|
-
newNamespace?: ($wrapper.com.wixpress.metasite.event.api.MetaSite.Namespace | null);
|
|
1364
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1365
|
-
}
|
|
1366
|
-
export interface ISiteUrlChanged {
|
|
1367
|
-
}
|
|
1368
|
-
export class SiteUrlChanged implements ISiteUrlChanged {
|
|
1369
|
-
constructor(data?: ISiteUrlChanged);
|
|
1370
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1371
|
-
}
|
|
1372
|
-
export interface IStudioAssigned {
|
|
67
|
+
export namespace metasite {
|
|
68
|
+
export namespace event {
|
|
69
|
+
export namespace api {
|
|
70
|
+
export interface IAsset {
|
|
71
|
+
appDefId?: (string | null);
|
|
72
|
+
instanceId?: (string | null);
|
|
73
|
+
state?: ($wrapper.com.wixpress.metasite.event.api.Asset.State | null);
|
|
1373
74
|
}
|
|
1374
|
-
export class
|
|
1375
|
-
constructor(data?:
|
|
75
|
+
export class Asset implements IAsset {
|
|
76
|
+
constructor(data?: IAsset);
|
|
77
|
+
appDefId?: (string | null);
|
|
78
|
+
instanceId?: (string | null);
|
|
79
|
+
state?: ($wrapper.com.wixpress.metasite.event.api.Asset.State | null);
|
|
1376
80
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1377
81
|
}
|
|
1378
|
-
export
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
82
|
+
export namespace Asset {
|
|
83
|
+
export enum State {
|
|
84
|
+
UNKNOWN = "UNKNOWN",
|
|
85
|
+
ENABLED = "ENABLED",
|
|
86
|
+
DISABLED = "DISABLED",
|
|
87
|
+
PENDING = "PENDING",
|
|
88
|
+
DEMO = "DEMO",
|
|
89
|
+
}
|
|
1383
90
|
}
|
|
1384
91
|
export enum State {
|
|
1385
92
|
UNKNOWN_STATE = "UNKNOWN_STATE",
|
|
@@ -1984,6 +691,7 @@ declare namespace $wrapper {
|
|
|
1984
691
|
NOWNIA = "NOWNIA",
|
|
1985
692
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
1986
693
|
CODUX = "CODUX",
|
|
694
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR",
|
|
1987
695
|
}
|
|
1988
696
|
export enum Flag {
|
|
1989
697
|
UNKNOWN_FLAG = "UNKNOWN_FLAG",
|
|
@@ -1996,6 +704,156 @@ declare namespace $wrapper {
|
|
|
1996
704
|
CRITICAL_ASSET = "CRITICAL_ASSET",
|
|
1997
705
|
}
|
|
1998
706
|
}
|
|
707
|
+
export interface ISiteCreated {
|
|
708
|
+
originTemplateId?: (string | null);
|
|
709
|
+
ownerId?: (string | null);
|
|
710
|
+
context?: ($wrapper.com.wixpress.metasite.event.api.SiteCreatedContext | null);
|
|
711
|
+
originMetaSiteId?: (string | null);
|
|
712
|
+
siteName?: (string | null);
|
|
713
|
+
namespace?: ($wrapper.com.wixpress.metasite.event.api.MetaSite.Namespace | null);
|
|
714
|
+
}
|
|
715
|
+
export class SiteCreated implements ISiteCreated {
|
|
716
|
+
constructor(data?: ISiteCreated);
|
|
717
|
+
originTemplateId?: (string | null);
|
|
718
|
+
ownerId?: (string | null);
|
|
719
|
+
context?: ($wrapper.com.wixpress.metasite.event.api.SiteCreatedContext | null);
|
|
720
|
+
originMetaSiteId?: (string | null);
|
|
721
|
+
siteName?: (string | null);
|
|
722
|
+
namespace?: ($wrapper.com.wixpress.metasite.event.api.MetaSite.Namespace | null);
|
|
723
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
724
|
+
}
|
|
725
|
+
export interface ISiteHardDeleted {
|
|
726
|
+
deleteContext?: ($wrapper.com.wixpress.metasite.event.api.IDeleteContext | null);
|
|
727
|
+
}
|
|
728
|
+
export class SiteHardDeleted implements ISiteHardDeleted {
|
|
729
|
+
constructor(data?: ISiteHardDeleted);
|
|
730
|
+
deleteContext?: ($wrapper.com.wixpress.metasite.event.api.IDeleteContext | null);
|
|
731
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
732
|
+
}
|
|
733
|
+
export interface ISiteDeleted {
|
|
734
|
+
deleteContext?: ($wrapper.com.wixpress.metasite.event.api.IDeleteContext | null);
|
|
735
|
+
}
|
|
736
|
+
export class SiteDeleted implements ISiteDeleted {
|
|
737
|
+
constructor(data?: ISiteDeleted);
|
|
738
|
+
deleteContext?: ($wrapper.com.wixpress.metasite.event.api.IDeleteContext | null);
|
|
739
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
740
|
+
}
|
|
741
|
+
export interface ISiteUndeleted {
|
|
742
|
+
}
|
|
743
|
+
export class SiteUndeleted implements ISiteUndeleted {
|
|
744
|
+
constructor(data?: ISiteUndeleted);
|
|
745
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
746
|
+
}
|
|
747
|
+
export interface ISitePublished {
|
|
748
|
+
}
|
|
749
|
+
export class SitePublished implements ISitePublished {
|
|
750
|
+
constructor(data?: ISitePublished);
|
|
751
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
752
|
+
}
|
|
753
|
+
export interface ISiteUnpublished {
|
|
754
|
+
urls?: (string[] | null);
|
|
755
|
+
}
|
|
756
|
+
export class SiteUnpublished implements ISiteUnpublished {
|
|
757
|
+
constructor(data?: ISiteUnpublished);
|
|
758
|
+
urls?: (string[] | null);
|
|
759
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
760
|
+
}
|
|
761
|
+
export interface ISiteTransferred {
|
|
762
|
+
oldOwnerId?: (string | null);
|
|
763
|
+
newOwnerId?: (string | null);
|
|
764
|
+
}
|
|
765
|
+
export class SiteTransferred implements ISiteTransferred {
|
|
766
|
+
constructor(data?: ISiteTransferred);
|
|
767
|
+
oldOwnerId?: (string | null);
|
|
768
|
+
newOwnerId?: (string | null);
|
|
769
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
770
|
+
}
|
|
771
|
+
export interface ISiteMarkedAsTemplate {
|
|
772
|
+
}
|
|
773
|
+
export class SiteMarkedAsTemplate implements ISiteMarkedAsTemplate {
|
|
774
|
+
constructor(data?: ISiteMarkedAsTemplate);
|
|
775
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
776
|
+
}
|
|
777
|
+
export interface ISiteMarkedAsWixSite {
|
|
778
|
+
}
|
|
779
|
+
export class SiteMarkedAsWixSite implements ISiteMarkedAsWixSite {
|
|
780
|
+
constructor(data?: ISiteMarkedAsWixSite);
|
|
781
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
782
|
+
}
|
|
783
|
+
export interface IServiceProvisioned {
|
|
784
|
+
appDefId?: (string | null);
|
|
785
|
+
instanceId?: (string | null);
|
|
786
|
+
originInstanceId?: (string | null);
|
|
787
|
+
version?: (string | null);
|
|
788
|
+
originMetaSiteId?: (string | null);
|
|
789
|
+
}
|
|
790
|
+
export class ServiceProvisioned implements IServiceProvisioned {
|
|
791
|
+
constructor(data?: IServiceProvisioned);
|
|
792
|
+
appDefId?: (string | null);
|
|
793
|
+
instanceId?: (string | null);
|
|
794
|
+
originInstanceId?: (string | null);
|
|
795
|
+
version?: (string | null);
|
|
796
|
+
originMetaSiteId?: (string | null);
|
|
797
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
798
|
+
}
|
|
799
|
+
export interface IServiceRemoved {
|
|
800
|
+
appDefId?: (string | null);
|
|
801
|
+
instanceId?: (string | null);
|
|
802
|
+
version?: (string | null);
|
|
803
|
+
}
|
|
804
|
+
export class ServiceRemoved implements IServiceRemoved {
|
|
805
|
+
constructor(data?: IServiceRemoved);
|
|
806
|
+
appDefId?: (string | null);
|
|
807
|
+
instanceId?: (string | null);
|
|
808
|
+
version?: (string | null);
|
|
809
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
810
|
+
}
|
|
811
|
+
export interface ISiteRenamed {
|
|
812
|
+
newSiteName?: (string | null);
|
|
813
|
+
oldSiteName?: (string | null);
|
|
814
|
+
}
|
|
815
|
+
export class SiteRenamed implements ISiteRenamed {
|
|
816
|
+
constructor(data?: ISiteRenamed);
|
|
817
|
+
newSiteName?: (string | null);
|
|
818
|
+
oldSiteName?: (string | null);
|
|
819
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
820
|
+
}
|
|
821
|
+
export enum SiteCreatedContext {
|
|
822
|
+
OTHER = "OTHER",
|
|
823
|
+
FROM_TEMPLATE = "FROM_TEMPLATE",
|
|
824
|
+
DUPLICATE_BY_SITE_TRANSFER = "DUPLICATE_BY_SITE_TRANSFER",
|
|
825
|
+
DUPLICATE = "DUPLICATE",
|
|
826
|
+
OLD_SITE_TRANSFER = "OLD_SITE_TRANSFER",
|
|
827
|
+
FLASH = "FLASH",
|
|
828
|
+
}
|
|
829
|
+
export interface INamespaceChanged {
|
|
830
|
+
oldNamespace?: ($wrapper.com.wixpress.metasite.event.api.MetaSite.Namespace | null);
|
|
831
|
+
newNamespace?: ($wrapper.com.wixpress.metasite.event.api.MetaSite.Namespace | null);
|
|
832
|
+
}
|
|
833
|
+
export class NamespaceChanged implements INamespaceChanged {
|
|
834
|
+
constructor(data?: INamespaceChanged);
|
|
835
|
+
oldNamespace?: ($wrapper.com.wixpress.metasite.event.api.MetaSite.Namespace | null);
|
|
836
|
+
newNamespace?: ($wrapper.com.wixpress.metasite.event.api.MetaSite.Namespace | null);
|
|
837
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
838
|
+
}
|
|
839
|
+
export interface ISiteUrlChanged {
|
|
840
|
+
}
|
|
841
|
+
export class SiteUrlChanged implements ISiteUrlChanged {
|
|
842
|
+
constructor(data?: ISiteUrlChanged);
|
|
843
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
844
|
+
}
|
|
845
|
+
export interface IStudioAssigned {
|
|
846
|
+
}
|
|
847
|
+
export class StudioAssigned implements IStudioAssigned {
|
|
848
|
+
constructor(data?: IStudioAssigned);
|
|
849
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
850
|
+
}
|
|
851
|
+
export interface IStudioUnassigned {
|
|
852
|
+
}
|
|
853
|
+
export class StudioUnassigned implements IStudioUnassigned {
|
|
854
|
+
constructor(data?: IStudioUnassigned);
|
|
855
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
856
|
+
}
|
|
1999
857
|
export interface IMetaSiteFullEvent {
|
|
2000
858
|
metaSite?: ($wrapper.com.wixpress.metasite.event.api.IMetaSite | null);
|
|
2001
859
|
context?: ($wrapper.com.wixpress.metasite.event.api.MetaSiteFullEvent.Context | null);
|
|
@@ -2057,6 +915,50 @@ declare namespace $wrapper {
|
|
|
2057
915
|
studioUnassigned?: ($wrapper.com.wixpress.metasite.event.api.IStudioUnassigned | null);
|
|
2058
916
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2059
917
|
}
|
|
918
|
+
export interface IMetaSiteSpecialEvent {
|
|
919
|
+
metaSiteId?: (string | null);
|
|
920
|
+
version?: ((number | string) | null);
|
|
921
|
+
timestamp?: ((number | string) | null);
|
|
922
|
+
assets?: ($wrapper.com.wixpress.metasite.event.api.IAsset[] | null);
|
|
923
|
+
siteCreated?: ($wrapper.com.wixpress.metasite.event.api.ISiteCreated | null);
|
|
924
|
+
siteTransferred?: ($wrapper.com.wixpress.metasite.event.api.ISiteTransferred | null);
|
|
925
|
+
siteDeleted?: ($wrapper.com.wixpress.metasite.event.api.ISiteDeleted | null);
|
|
926
|
+
siteUndeleted?: ($wrapper.com.wixpress.metasite.event.api.ISiteUndeleted | null);
|
|
927
|
+
sitePublished?: ($wrapper.com.wixpress.metasite.event.api.ISitePublished | null);
|
|
928
|
+
siteUnpublished?: ($wrapper.com.wixpress.metasite.event.api.ISiteUnpublished | null);
|
|
929
|
+
siteMarkedAsTemplate?: ($wrapper.com.wixpress.metasite.event.api.ISiteMarkedAsTemplate | null);
|
|
930
|
+
siteMarkedAsWixSite?: ($wrapper.com.wixpress.metasite.event.api.ISiteMarkedAsWixSite | null);
|
|
931
|
+
serviceProvisioned?: ($wrapper.com.wixpress.metasite.event.api.IServiceProvisioned | null);
|
|
932
|
+
serviceRemoved?: ($wrapper.com.wixpress.metasite.event.api.IServiceRemoved | null);
|
|
933
|
+
siteRenamedPayload?: ($wrapper.com.wixpress.metasite.event.api.ISiteRenamed | null);
|
|
934
|
+
hardDeleted?: ($wrapper.com.wixpress.metasite.event.api.ISiteHardDeleted | null);
|
|
935
|
+
namespaceChanged?: ($wrapper.com.wixpress.metasite.event.api.INamespaceChanged | null);
|
|
936
|
+
studioAssigned?: ($wrapper.com.wixpress.metasite.event.api.IStudioAssigned | null);
|
|
937
|
+
studioUnassigned?: ($wrapper.com.wixpress.metasite.event.api.IStudioUnassigned | null);
|
|
938
|
+
}
|
|
939
|
+
export class MetaSiteSpecialEvent implements IMetaSiteSpecialEvent {
|
|
940
|
+
constructor(data?: IMetaSiteSpecialEvent);
|
|
941
|
+
metaSiteId?: (string | null);
|
|
942
|
+
version?: ((number | string) | null);
|
|
943
|
+
timestamp?: ((number | string) | null);
|
|
944
|
+
assets?: ($wrapper.com.wixpress.metasite.event.api.IAsset[] | null);
|
|
945
|
+
siteCreated?: ($wrapper.com.wixpress.metasite.event.api.ISiteCreated | null);
|
|
946
|
+
siteTransferred?: ($wrapper.com.wixpress.metasite.event.api.ISiteTransferred | null);
|
|
947
|
+
siteDeleted?: ($wrapper.com.wixpress.metasite.event.api.ISiteDeleted | null);
|
|
948
|
+
siteUndeleted?: ($wrapper.com.wixpress.metasite.event.api.ISiteUndeleted | null);
|
|
949
|
+
sitePublished?: ($wrapper.com.wixpress.metasite.event.api.ISitePublished | null);
|
|
950
|
+
siteUnpublished?: ($wrapper.com.wixpress.metasite.event.api.ISiteUnpublished | null);
|
|
951
|
+
siteMarkedAsTemplate?: ($wrapper.com.wixpress.metasite.event.api.ISiteMarkedAsTemplate | null);
|
|
952
|
+
siteMarkedAsWixSite?: ($wrapper.com.wixpress.metasite.event.api.ISiteMarkedAsWixSite | null);
|
|
953
|
+
serviceProvisioned?: ($wrapper.com.wixpress.metasite.event.api.IServiceProvisioned | null);
|
|
954
|
+
serviceRemoved?: ($wrapper.com.wixpress.metasite.event.api.IServiceRemoved | null);
|
|
955
|
+
siteRenamedPayload?: ($wrapper.com.wixpress.metasite.event.api.ISiteRenamed | null);
|
|
956
|
+
hardDeleted?: ($wrapper.com.wixpress.metasite.event.api.ISiteHardDeleted | null);
|
|
957
|
+
namespaceChanged?: ($wrapper.com.wixpress.metasite.event.api.INamespaceChanged | null);
|
|
958
|
+
studioAssigned?: ($wrapper.com.wixpress.metasite.event.api.IStudioAssigned | null);
|
|
959
|
+
studioUnassigned?: ($wrapper.com.wixpress.metasite.event.api.IStudioUnassigned | null);
|
|
960
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
961
|
+
}
|
|
2060
962
|
}
|
|
2061
963
|
}
|
|
2062
964
|
}
|
|
@@ -2066,6 +968,32 @@ declare namespace $wrapper {
|
|
|
2066
968
|
export namespace catalog_spi {
|
|
2067
969
|
export namespace api {
|
|
2068
970
|
export namespace v1 {
|
|
971
|
+
export interface IAdditionalFee {
|
|
972
|
+
code?: (string | null);
|
|
973
|
+
name?: (string | null);
|
|
974
|
+
price?: (string | null);
|
|
975
|
+
taxDetails?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.ITaxDetails | null);
|
|
976
|
+
subscriptionCycles?: (number | null);
|
|
977
|
+
}
|
|
978
|
+
export class AdditionalFee implements IAdditionalFee {
|
|
979
|
+
constructor(data?: IAdditionalFee);
|
|
980
|
+
code?: (string | null);
|
|
981
|
+
name?: (string | null);
|
|
982
|
+
price?: (string | null);
|
|
983
|
+
taxDetails?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.ITaxDetails | null);
|
|
984
|
+
subscriptionCycles?: (number | null);
|
|
985
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
986
|
+
}
|
|
987
|
+
export interface ITaxDetails {
|
|
988
|
+
taxable?: (boolean | null);
|
|
989
|
+
taxGroupId?: (string | null);
|
|
990
|
+
}
|
|
991
|
+
export class TaxDetails implements ITaxDetails {
|
|
992
|
+
constructor(data?: ITaxDetails);
|
|
993
|
+
taxable?: (boolean | null);
|
|
994
|
+
taxGroupId?: (string | null);
|
|
995
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
996
|
+
}
|
|
2069
997
|
export interface ICatalogReference {
|
|
2070
998
|
catalogItemId?: (string | null);
|
|
2071
999
|
appId?: (string | null);
|
|
@@ -2163,6 +1091,8 @@ declare namespace $wrapper {
|
|
|
2163
1091
|
savePaymentMethod?: (boolean | null);
|
|
2164
1092
|
taxableAddress?: ($wrapper.com.wix.ecommerce.platform_common.api.ITaxableAddress | null);
|
|
2165
1093
|
inventoryAppId?: (string | null);
|
|
1094
|
+
policies?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IPolicy[] | null);
|
|
1095
|
+
additionalFees?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IAdditionalFee[] | null);
|
|
2166
1096
|
}
|
|
2167
1097
|
export class ItemData implements IItemData {
|
|
2168
1098
|
constructor(data?: IItemData);
|
|
@@ -2193,6 +1123,8 @@ declare namespace $wrapper {
|
|
|
2193
1123
|
savePaymentMethod?: (boolean | null);
|
|
2194
1124
|
taxableAddress?: ($wrapper.com.wix.ecommerce.platform_common.api.ITaxableAddress | null);
|
|
2195
1125
|
inventoryAppId?: (string | null);
|
|
1126
|
+
policies?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IPolicy[] | null);
|
|
1127
|
+
additionalFees?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IAdditionalFee[] | null);
|
|
2196
1128
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2197
1129
|
}
|
|
2198
1130
|
export interface ISubscriptionOptionInfo {
|
|
@@ -2213,14 +1145,30 @@ declare namespace $wrapper {
|
|
|
2213
1145
|
autoRenewal?: (boolean | null);
|
|
2214
1146
|
billingCycles?: (number | null);
|
|
2215
1147
|
enableCustomerCancellation?: (boolean | null);
|
|
1148
|
+
freeTrialPeriod?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IFreeTrialPeriod | null);
|
|
1149
|
+
startDate?: (Date | null);
|
|
1150
|
+
generateOrderEachBillingCycle?: (boolean | null);
|
|
1151
|
+
}
|
|
1152
|
+
export class SubscriptionSettings implements ISubscriptionSettings {
|
|
1153
|
+
constructor(data?: ISubscriptionSettings);
|
|
1154
|
+
frequency?: ($wrapper.wix.payment.api.pay.v2.SubscriptionFrequency | null);
|
|
1155
|
+
interval?: (number | null);
|
|
1156
|
+
autoRenewal?: (boolean | null);
|
|
1157
|
+
billingCycles?: (number | null);
|
|
1158
|
+
enableCustomerCancellation?: (boolean | null);
|
|
1159
|
+
freeTrialPeriod?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IFreeTrialPeriod | null);
|
|
1160
|
+
startDate?: (Date | null);
|
|
1161
|
+
generateOrderEachBillingCycle?: (boolean | null);
|
|
1162
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1163
|
+
}
|
|
1164
|
+
export interface IFreeTrialPeriod {
|
|
1165
|
+
frequency?: ($wrapper.wix.payment.api.pay.v2.SubscriptionFrequency | null);
|
|
1166
|
+
interval?: (number | null);
|
|
2216
1167
|
}
|
|
2217
|
-
export class
|
|
2218
|
-
constructor(data?:
|
|
1168
|
+
export class FreeTrialPeriod implements IFreeTrialPeriod {
|
|
1169
|
+
constructor(data?: IFreeTrialPeriod);
|
|
2219
1170
|
frequency?: ($wrapper.wix.payment.api.pay.v2.SubscriptionFrequency | null);
|
|
2220
1171
|
interval?: (number | null);
|
|
2221
|
-
autoRenewal?: (boolean | null);
|
|
2222
|
-
billingCycles?: (number | null);
|
|
2223
|
-
enableCustomerCancellation?: (boolean | null);
|
|
2224
1172
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2225
1173
|
}
|
|
2226
1174
|
export interface ITitle {
|
|
@@ -2262,6 +1210,16 @@ declare namespace $wrapper {
|
|
|
2262
1210
|
SERVICE = "SERVICE",
|
|
2263
1211
|
}
|
|
2264
1212
|
}
|
|
1213
|
+
export interface IPolicy {
|
|
1214
|
+
title?: (string | null);
|
|
1215
|
+
content?: (string | null);
|
|
1216
|
+
}
|
|
1217
|
+
export class Policy implements IPolicy {
|
|
1218
|
+
constructor(data?: IPolicy);
|
|
1219
|
+
title?: (string | null);
|
|
1220
|
+
content?: (string | null);
|
|
1221
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1222
|
+
}
|
|
2265
1223
|
export interface IImage {
|
|
2266
1224
|
id?: (string | null);
|
|
2267
1225
|
height?: (number | null);
|
|
@@ -2393,12 +1351,14 @@ declare namespace $wrapper {
|
|
|
2393
1351
|
catalogReferences?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.ICatalogReferenceAndQuantity[] | null);
|
|
2394
1352
|
weightUnit?: ($wrapper.com.wix.ecommerce.platform_common.api.WeightUnit | null);
|
|
2395
1353
|
currency?: (string | null);
|
|
1354
|
+
businessLocationId?: (string | null);
|
|
2396
1355
|
}
|
|
2397
1356
|
export class GetCatalogItemsRequest implements IGetCatalogItemsRequest {
|
|
2398
1357
|
constructor(data?: IGetCatalogItemsRequest);
|
|
2399
1358
|
catalogReferences?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.ICatalogReferenceAndQuantity[] | null);
|
|
2400
1359
|
weightUnit?: ($wrapper.com.wix.ecommerce.platform_common.api.WeightUnit | null);
|
|
2401
1360
|
currency?: (string | null);
|
|
1361
|
+
businessLocationId?: (string | null);
|
|
2402
1362
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2403
1363
|
}
|
|
2404
1364
|
export interface IGetCatalogItemsResponse {
|
|
@@ -2609,6 +1569,16 @@ declare namespace $wrapper {
|
|
|
2609
1569
|
resourceId?: (string | null);
|
|
2610
1570
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2611
1571
|
}
|
|
1572
|
+
export interface ILocation {
|
|
1573
|
+
id?: (string | null);
|
|
1574
|
+
name?: (string | null);
|
|
1575
|
+
}
|
|
1576
|
+
export class Location implements ILocation {
|
|
1577
|
+
constructor(data?: ILocation);
|
|
1578
|
+
id?: (string | null);
|
|
1579
|
+
name?: (string | null);
|
|
1580
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1581
|
+
}
|
|
2612
1582
|
export interface ILocationAndQuantity {
|
|
2613
1583
|
id?: (string | null);
|
|
2614
1584
|
appId?: (string | null);
|
|
@@ -2631,6 +1601,7 @@ declare namespace $wrapper {
|
|
|
2631
1601
|
addressLine2?: (string | null);
|
|
2632
1602
|
countryFullname?: (string | null);
|
|
2633
1603
|
subdivisionFullname?: (string | null);
|
|
1604
|
+
geocode?: ($wrapper.wix.common.IAddressLocation | null);
|
|
2634
1605
|
}
|
|
2635
1606
|
export class PickupAddress implements IPickupAddress {
|
|
2636
1607
|
constructor(data?: IPickupAddress);
|
|
@@ -2643,6 +1614,7 @@ declare namespace $wrapper {
|
|
|
2643
1614
|
addressLine2?: (string | null);
|
|
2644
1615
|
countryFullname?: (string | null);
|
|
2645
1616
|
subdivisionFullname?: (string | null);
|
|
1617
|
+
geocode?: ($wrapper.wix.common.IAddressLocation | null);
|
|
2646
1618
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2647
1619
|
}
|
|
2648
1620
|
export interface IMultiCurrencyPrice {
|
|
@@ -3116,425 +2088,6 @@ declare namespace $wrapper {
|
|
|
3116
2088
|
}
|
|
3117
2089
|
}
|
|
3118
2090
|
}
|
|
3119
|
-
export namespace site {
|
|
3120
|
-
export namespace properties {
|
|
3121
|
-
export namespace upstream {
|
|
3122
|
-
export namespace wix {
|
|
3123
|
-
export namespace common {
|
|
3124
|
-
export interface IAddress {
|
|
3125
|
-
country?: (string | null);
|
|
3126
|
-
subdivision?: (string | null);
|
|
3127
|
-
city?: (string | null);
|
|
3128
|
-
postalCode?: (string | null);
|
|
3129
|
-
streetAddress?: ($wrapper.com.wix.site.properties.upstream.wix.common.IStreetAddress | null);
|
|
3130
|
-
formattedAddress?: (string | null);
|
|
3131
|
-
hint?: (string | null);
|
|
3132
|
-
geocode?: ($wrapper.com.wix.site.properties.upstream.wix.common.IAddressLocation | null);
|
|
3133
|
-
}
|
|
3134
|
-
export class Address implements IAddress {
|
|
3135
|
-
constructor(data?: IAddress);
|
|
3136
|
-
country?: (string | null);
|
|
3137
|
-
subdivision?: (string | null);
|
|
3138
|
-
city?: (string | null);
|
|
3139
|
-
postalCode?: (string | null);
|
|
3140
|
-
streetAddress?: ($wrapper.com.wix.site.properties.upstream.wix.common.IStreetAddress | null);
|
|
3141
|
-
formattedAddress?: (string | null);
|
|
3142
|
-
hint?: (string | null);
|
|
3143
|
-
geocode?: ($wrapper.com.wix.site.properties.upstream.wix.common.IAddressLocation | null);
|
|
3144
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3145
|
-
}
|
|
3146
|
-
export interface IStreetAddress {
|
|
3147
|
-
number?: (string | null);
|
|
3148
|
-
name?: (string | null);
|
|
3149
|
-
apt?: (string | null);
|
|
3150
|
-
}
|
|
3151
|
-
export class StreetAddress implements IStreetAddress {
|
|
3152
|
-
constructor(data?: IStreetAddress);
|
|
3153
|
-
number?: (string | null);
|
|
3154
|
-
name?: (string | null);
|
|
3155
|
-
apt?: (string | null);
|
|
3156
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3157
|
-
}
|
|
3158
|
-
export interface IAddressLocation {
|
|
3159
|
-
latitude?: (number | null);
|
|
3160
|
-
longitude?: (number | null);
|
|
3161
|
-
}
|
|
3162
|
-
export class AddressLocation implements IAddressLocation {
|
|
3163
|
-
constructor(data?: IAddressLocation);
|
|
3164
|
-
latitude?: (number | null);
|
|
3165
|
-
longitude?: (number | null);
|
|
3166
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3167
|
-
}
|
|
3168
|
-
}
|
|
3169
|
-
}
|
|
3170
|
-
}
|
|
3171
|
-
}
|
|
3172
|
-
}
|
|
3173
|
-
export namespace core {
|
|
3174
|
-
export namespace services {
|
|
3175
|
-
export namespace identification2 {
|
|
3176
|
-
/**
|
|
3177
|
-
* Should contain a map of sessions that we can extract the identity from.
|
|
3178
|
-
* Supported sessions include:
|
|
3179
|
-
* Cookie names: WixSession2, smSession, svSession
|
|
3180
|
-
* Headers: Authorization - should contain a signed instance
|
|
3181
|
-
*/
|
|
3182
|
-
export interface IIdentityRequest {
|
|
3183
|
-
sessions?: ({ [k: string]: string } | null);
|
|
3184
|
-
}
|
|
3185
|
-
export class IdentityRequest implements IIdentityRequest {
|
|
3186
|
-
constructor(data?: IIdentityRequest);
|
|
3187
|
-
sessions?: ({ [k: string]: string });
|
|
3188
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3189
|
-
}
|
|
3190
|
-
/**
|
|
3191
|
-
* serverSignerToken - JWT containing signedService data - it should have `appDefId` only.
|
|
3192
|
-
* originalIdentityResponse - must contain a valid signedToken - only this part is taken into account.
|
|
3193
|
-
* the parsed Service Identity should be added to originalIdentityResponse, if exists; otherwise:
|
|
3194
|
-
* - IdentityResponse will be parsed from originalIdentityRequest (in the same way as `extractIdentity()` works now), and then
|
|
3195
|
-
* serverSignerToken will be merged.
|
|
3196
|
-
*/
|
|
3197
|
-
export interface IIdentityRequestWithServerSigner {
|
|
3198
|
-
originalIdentityRequest?: ($wrapper.com.wix.core.services.identification2.IIdentityRequest | null);
|
|
3199
|
-
originalIdentityResponse?: ($wrapper.com.wix.core.services.identification2.IIdentityResponse | null);
|
|
3200
|
-
serverSignerToken?: (string | null);
|
|
3201
|
-
}
|
|
3202
|
-
export class IdentityRequestWithServerSigner implements IIdentityRequestWithServerSigner {
|
|
3203
|
-
constructor(data?: IIdentityRequestWithServerSigner);
|
|
3204
|
-
originalIdentityRequest?: ($wrapper.com.wix.core.services.identification2.IIdentityRequest | null);
|
|
3205
|
-
originalIdentityResponse?: ($wrapper.com.wix.core.services.identification2.IIdentityResponse | null);
|
|
3206
|
-
serverSignerToken?: (string | null);
|
|
3207
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3208
|
-
}
|
|
3209
|
-
export interface IAccountIdInContext {
|
|
3210
|
-
targetAccountId?: (string | null);
|
|
3211
|
-
}
|
|
3212
|
-
export class AccountIdInContext implements IAccountIdInContext {
|
|
3213
|
-
constructor(data?: IAccountIdInContext);
|
|
3214
|
-
targetAccountId?: (string | null);
|
|
3215
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3216
|
-
}
|
|
3217
|
-
export interface IMetaSiteIdInContext {
|
|
3218
|
-
metaSiteId?: (string | null);
|
|
3219
|
-
}
|
|
3220
|
-
export class MetaSiteIdInContext implements IMetaSiteIdInContext {
|
|
3221
|
-
constructor(data?: IMetaSiteIdInContext);
|
|
3222
|
-
metaSiteId?: (string | null);
|
|
3223
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3224
|
-
}
|
|
3225
|
-
export interface IIdentityRequestWithExplicitContext {
|
|
3226
|
-
originalIdentityResponse?: ($wrapper.com.wix.core.services.identification2.IIdentityResponse | null);
|
|
3227
|
-
originalIdentityRequest?: ($wrapper.com.wix.core.services.identification2.IIdentityRequest | null);
|
|
3228
|
-
accountIdInContext?: ($wrapper.com.wix.core.services.identification2.IAccountIdInContext | null);
|
|
3229
|
-
metaSiteIdInContext?: ($wrapper.com.wix.core.services.identification2.IMetaSiteIdInContext | null);
|
|
3230
|
-
signedInstance?: (string | null);
|
|
3231
|
-
}
|
|
3232
|
-
export class IdentityRequestWithExplicitContext implements IIdentityRequestWithExplicitContext {
|
|
3233
|
-
constructor(data?: IIdentityRequestWithExplicitContext);
|
|
3234
|
-
originalIdentityResponse?: ($wrapper.com.wix.core.services.identification2.IIdentityResponse | null);
|
|
3235
|
-
originalIdentityRequest?: ($wrapper.com.wix.core.services.identification2.IIdentityRequest | null);
|
|
3236
|
-
accountIdInContext?: ($wrapper.com.wix.core.services.identification2.IAccountIdInContext | null);
|
|
3237
|
-
metaSiteIdInContext?: ($wrapper.com.wix.core.services.identification2.IMetaSiteIdInContext | null);
|
|
3238
|
-
signedInstance?: (string | null);
|
|
3239
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3240
|
-
}
|
|
3241
|
-
export interface IIdentityResponse {
|
|
3242
|
-
/**
|
|
3243
|
-
* A list of extracted identities
|
|
3244
|
-
*/
|
|
3245
|
-
identificationData?: ($wrapper.com.wix.core.services.identification2.IIdentificationData | null);
|
|
3246
|
-
/**
|
|
3247
|
-
* Signed token, encodes the identity data
|
|
3248
|
-
*/
|
|
3249
|
-
signedToken?: (string | null);
|
|
3250
|
-
}
|
|
3251
|
-
export class IdentityResponse implements IIdentityResponse {
|
|
3252
|
-
constructor(data?: IIdentityResponse);
|
|
3253
|
-
identificationData?: ($wrapper.com.wix.core.services.identification2.IIdentificationData | null);
|
|
3254
|
-
signedToken?: (string | null);
|
|
3255
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3256
|
-
}
|
|
3257
|
-
export interface IBulkExtractIdentityRequest {
|
|
3258
|
-
identityRequests?: ($wrapper.com.wix.core.services.identification2.IIdentityRequest[] | null);
|
|
3259
|
-
}
|
|
3260
|
-
export class BulkExtractIdentityRequest implements IBulkExtractIdentityRequest {
|
|
3261
|
-
constructor(data?: IBulkExtractIdentityRequest);
|
|
3262
|
-
identityRequests?: ($wrapper.com.wix.core.services.identification2.IIdentityRequest[] | null);
|
|
3263
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3264
|
-
}
|
|
3265
|
-
export interface IBulkExtractIdentityResponse {
|
|
3266
|
-
identityResponses?: ($wrapper.com.wix.core.services.identification2.IIdentityResponse[] | null);
|
|
3267
|
-
}
|
|
3268
|
-
export class BulkExtractIdentityResponse implements IBulkExtractIdentityResponse {
|
|
3269
|
-
constructor(data?: IBulkExtractIdentityResponse);
|
|
3270
|
-
identityResponses?: ($wrapper.com.wix.core.services.identification2.IIdentityResponse[] | null);
|
|
3271
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3272
|
-
}
|
|
3273
|
-
export interface IRemoveServiceIdentityRequest {
|
|
3274
|
-
}
|
|
3275
|
-
export class RemoveServiceIdentityRequest implements IRemoveServiceIdentityRequest {
|
|
3276
|
-
constructor(data?: IRemoveServiceIdentityRequest);
|
|
3277
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3278
|
-
}
|
|
3279
|
-
export interface IRemoveServiceIdentityResponse {
|
|
3280
|
-
identityResponse?: ($wrapper.com.wix.core.services.identification2.IIdentityResponse | null);
|
|
3281
|
-
}
|
|
3282
|
-
export class RemoveServiceIdentityResponse implements IRemoveServiceIdentityResponse {
|
|
3283
|
-
constructor(data?: IRemoveServiceIdentityResponse);
|
|
3284
|
-
identityResponse?: ($wrapper.com.wix.core.services.identification2.IIdentityResponse | null);
|
|
3285
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3286
|
-
}
|
|
3287
|
-
/**
|
|
3288
|
-
* Supports extracting the identified callers from Wix Specific sessions.
|
|
3289
|
-
* It knows how to extract:
|
|
3290
|
-
* Wix User, Site Member, Anonymous Id, Service appDefId and Instance
|
|
3291
|
-
*/
|
|
3292
|
-
export abstract class IdentificationServiceV2 {
|
|
3293
|
-
/**
|
|
3294
|
-
* This method gets the identities from the supplied headers
|
|
3295
|
-
*/
|
|
3296
|
-
abstract extractIdentity(aspects: AspectStore, req: $wrapper.com.wix.core.services.identification2.IIdentityRequest): Promise<$wrapper.com.wix.core.services.identification2.IIdentityResponse>
|
|
3297
|
-
/**
|
|
3298
|
-
* This method gets the identities from the supplied headers in bulk.
|
|
3299
|
-
*/
|
|
3300
|
-
abstract bulkExtractIdentity(aspects: AspectStore, req: $wrapper.com.wix.core.services.identification2.IBulkExtractIdentityRequest): Promise<$wrapper.com.wix.core.services.identification2.IBulkExtractIdentityResponse>
|
|
3301
|
-
/**
|
|
3302
|
-
* This method gets the originalIdentityResponse and a serverSigner token,
|
|
3303
|
-
* Output: IdentityResponse, with the new SERVICE Identity, and with original Context from originalIdentityResponse -
|
|
3304
|
-
* in other words - serverSignerToken doesn't override the original Context.
|
|
3305
|
-
* Note: if the original IdentityResponse contains a Service Identity, it's gonna be overriten with the new Servie Identity parsed from serverSignerToken in the request.
|
|
3306
|
-
*
|
|
3307
|
-
* THIS METHOD SHOULD BE CALLED BY APIGATEWAYCLIENT ONLY!
|
|
3308
|
-
*/
|
|
3309
|
-
abstract extractIdentityWithServerSigner(aspects: AspectStore, req: $wrapper.com.wix.core.services.identification2.IIdentityRequestWithServerSigner): Promise<$wrapper.com.wix.core.services.identification2.IIdentityResponse>
|
|
3310
|
-
/**
|
|
3311
|
-
* This method gets the originalIdentityResponse (either an already resolved IdentityResponse or the IdentiyRequest) and a Context to override (OverrideContext obj).
|
|
3312
|
-
* Output: IdentityResponse with identities from the given IdentityResponse (passed in input), and Context from input.
|
|
3313
|
-
* in other words - original IdentityResponse with overridden Context
|
|
3314
|
-
*
|
|
3315
|
-
* BEST PRACTICE SHOULD BE CALLING THIS ENDPOINT FROM APIGATEWAYCLIENT, UNLESS YOU KNOW WHAT YOU'RE DOING.
|
|
3316
|
-
*/
|
|
3317
|
-
abstract setIdentityContext(aspects: AspectStore, req: $wrapper.com.wix.core.services.identification2.IIdentityRequestWithExplicitContext): Promise<$wrapper.com.wix.core.services.identification2.IIdentityResponse>
|
|
3318
|
-
/**
|
|
3319
|
-
* Receives identities in aspects, and removes `SERVICE` identity.
|
|
3320
|
-
* Returns a new IdentityResponse with one of the following:
|
|
3321
|
-
* - the remaining identity
|
|
3322
|
-
* - a generated VISITOR identity with random ID if no identity remained
|
|
3323
|
-
* - the same identity from aspects, if no SERVICE identity found
|
|
3324
|
-
*/
|
|
3325
|
-
abstract removeServiceIdentity(aspects: AspectStore, req: $wrapper.com.wix.core.services.identification2.IRemoveServiceIdentityRequest): Promise<$wrapper.com.wix.core.services.identification2.IRemoveServiceIdentityResponse>
|
|
3326
|
-
}
|
|
3327
|
-
export enum PersonType {
|
|
3328
|
-
USER = "USER",
|
|
3329
|
-
SITEMEMBER = "SITEMEMBER",
|
|
3330
|
-
VISITOR = "VISITOR",
|
|
3331
|
-
}
|
|
3332
|
-
export interface IService {
|
|
3333
|
-
appDefId?: (string | null);
|
|
3334
|
-
}
|
|
3335
|
-
export class Service implements IService {
|
|
3336
|
-
constructor(data?: IService);
|
|
3337
|
-
appDefId?: (string | null);
|
|
3338
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3339
|
-
}
|
|
3340
|
-
export interface IPerson {
|
|
3341
|
-
type?: ($wrapper.com.wix.core.services.identification2.PersonType | null);
|
|
3342
|
-
id?: (string | null);
|
|
3343
|
-
hasUserRole?: (boolean | null);
|
|
3344
|
-
isWixStaff?: (boolean | null);
|
|
3345
|
-
userAccountInfo?: ($wrapper.com.wix.core.services.identification2.IUserAccountInfo | null);
|
|
3346
|
-
impersonatingUserId?: (string | null);
|
|
3347
|
-
isWixCs?: (boolean | null);
|
|
3348
|
-
sessionId?: (string | null);
|
|
3349
|
-
sessionCreationTime?: (Date | null);
|
|
3350
|
-
}
|
|
3351
|
-
export class Person implements IPerson {
|
|
3352
|
-
constructor(data?: IPerson);
|
|
3353
|
-
type?: ($wrapper.com.wix.core.services.identification2.PersonType | null);
|
|
3354
|
-
id?: (string | null);
|
|
3355
|
-
hasUserRole?: (boolean | null);
|
|
3356
|
-
isWixStaff?: (boolean | null);
|
|
3357
|
-
userAccountInfo?: ($wrapper.com.wix.core.services.identification2.IUserAccountInfo | null);
|
|
3358
|
-
impersonatingUserId?: (string | null);
|
|
3359
|
-
isWixCs?: (boolean | null);
|
|
3360
|
-
sessionId?: (string | null);
|
|
3361
|
-
sessionCreationTime?: (Date | null);
|
|
3362
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3363
|
-
}
|
|
3364
|
-
export interface IAppScope {
|
|
3365
|
-
appDefId?: (string | null);
|
|
3366
|
-
appVersion?: (string | null);
|
|
3367
|
-
}
|
|
3368
|
-
export class AppScope implements IAppScope {
|
|
3369
|
-
constructor(data?: IAppScope);
|
|
3370
|
-
appDefId?: (string | null);
|
|
3371
|
-
appVersion?: (string | null);
|
|
3372
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3373
|
-
}
|
|
3374
|
-
export interface IParentAccount {
|
|
3375
|
-
parentAccountId?: (string | null);
|
|
3376
|
-
}
|
|
3377
|
-
export class ParentAccount implements IParentAccount {
|
|
3378
|
-
constructor(data?: IParentAccount);
|
|
3379
|
-
parentAccountId?: (string | null);
|
|
3380
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3381
|
-
}
|
|
3382
|
-
export interface IUserAccountInfo {
|
|
3383
|
-
loggedInAccountId?: (string | null);
|
|
3384
|
-
isAccountOwner?: (boolean | null);
|
|
3385
|
-
isLogInAccountOwner?: (boolean | null);
|
|
3386
|
-
parentAccountId?: (string | null);
|
|
3387
|
-
}
|
|
3388
|
-
export class UserAccountInfo implements IUserAccountInfo {
|
|
3389
|
-
constructor(data?: IUserAccountInfo);
|
|
3390
|
-
loggedInAccountId?: (string | null);
|
|
3391
|
-
isAccountOwner?: (boolean | null);
|
|
3392
|
-
isLogInAccountOwner?: (boolean | null);
|
|
3393
|
-
parentAccountId?: (string | null);
|
|
3394
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3395
|
-
}
|
|
3396
|
-
export interface IUserData {
|
|
3397
|
-
userId?: (string | null);
|
|
3398
|
-
}
|
|
3399
|
-
export class UserData implements IUserData {
|
|
3400
|
-
constructor(data?: IUserData);
|
|
3401
|
-
userId?: (string | null);
|
|
3402
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3403
|
-
}
|
|
3404
|
-
export interface ISiteData {
|
|
3405
|
-
instanceId?: (string | null);
|
|
3406
|
-
}
|
|
3407
|
-
export class SiteData implements ISiteData {
|
|
3408
|
-
constructor(data?: ISiteData);
|
|
3409
|
-
instanceId?: (string | null);
|
|
3410
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3411
|
-
}
|
|
3412
|
-
export interface IWixGlobalData {
|
|
3413
|
-
}
|
|
3414
|
-
export class WixGlobalData implements IWixGlobalData {
|
|
3415
|
-
constructor(data?: IWixGlobalData);
|
|
3416
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3417
|
-
}
|
|
3418
|
-
export interface IAccountData {
|
|
3419
|
-
accountId?: (string | null);
|
|
3420
|
-
}
|
|
3421
|
-
export class AccountData implements IAccountData {
|
|
3422
|
-
constructor(data?: IAccountData);
|
|
3423
|
-
accountId?: (string | null);
|
|
3424
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3425
|
-
}
|
|
3426
|
-
export interface IExternalApp {
|
|
3427
|
-
appDefId?: (string | null);
|
|
3428
|
-
permissions?: (string[] | null);
|
|
3429
|
-
userData?: ($wrapper.com.wix.core.services.identification2.IUserData | null);
|
|
3430
|
-
siteData?: ($wrapper.com.wix.core.services.identification2.ISiteData | null);
|
|
3431
|
-
wixGlobalData?: ($wrapper.com.wix.core.services.identification2.IWixGlobalData | null);
|
|
3432
|
-
accountData?: ($wrapper.com.wix.core.services.identification2.IAccountData | null);
|
|
3433
|
-
extraAttributes?: ({ [k: string]: string } | null);
|
|
3434
|
-
}
|
|
3435
|
-
export class ExternalApp implements IExternalApp {
|
|
3436
|
-
constructor(data?: IExternalApp);
|
|
3437
|
-
appDefId?: (string | null);
|
|
3438
|
-
permissions?: (string[] | null);
|
|
3439
|
-
userData?: ($wrapper.com.wix.core.services.identification2.IUserData | null);
|
|
3440
|
-
siteData?: ($wrapper.com.wix.core.services.identification2.ISiteData | null);
|
|
3441
|
-
wixGlobalData?: ($wrapper.com.wix.core.services.identification2.IWixGlobalData | null);
|
|
3442
|
-
accountData?: ($wrapper.com.wix.core.services.identification2.IAccountData | null);
|
|
3443
|
-
extraAttributes?: ({ [k: string]: string });
|
|
3444
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3445
|
-
}
|
|
3446
|
-
export interface ICache {
|
|
3447
|
-
}
|
|
3448
|
-
export class Cache implements ICache {
|
|
3449
|
-
constructor(data?: ICache);
|
|
3450
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3451
|
-
}
|
|
3452
|
-
export interface IIdentity {
|
|
3453
|
-
person?: ($wrapper.com.wix.core.services.identification2.IPerson | null);
|
|
3454
|
-
service?: ($wrapper.com.wix.core.services.identification2.IService | null);
|
|
3455
|
-
externalApp?: ($wrapper.com.wix.core.services.identification2.IExternalApp | null);
|
|
3456
|
-
cache?: ($wrapper.com.wix.core.services.identification2.ICache | null);
|
|
3457
|
-
}
|
|
3458
|
-
export class Identity implements IIdentity {
|
|
3459
|
-
constructor(data?: IIdentity);
|
|
3460
|
-
person?: ($wrapper.com.wix.core.services.identification2.IPerson | null);
|
|
3461
|
-
service?: ($wrapper.com.wix.core.services.identification2.IService | null);
|
|
3462
|
-
externalApp?: ($wrapper.com.wix.core.services.identification2.IExternalApp | null);
|
|
3463
|
-
cache?: ($wrapper.com.wix.core.services.identification2.ICache | null);
|
|
3464
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3465
|
-
}
|
|
3466
|
-
export interface IContext {
|
|
3467
|
-
appDefId?: (string | null);
|
|
3468
|
-
instanceId?: (string | null);
|
|
3469
|
-
metasiteId?: (string | null);
|
|
3470
|
-
siteMemberId?: (string | null);
|
|
3471
|
-
targetAccountId?: (string | null);
|
|
3472
|
-
visitorId?: (string | null);
|
|
3473
|
-
appScope?: ($wrapper.com.wix.core.services.identification2.IAppScope | null);
|
|
3474
|
-
parentAccount?: ($wrapper.com.wix.core.services.identification2.IParentAccount | null);
|
|
3475
|
-
targetAccountVip?: (boolean | null);
|
|
3476
|
-
metasiteVip?: (boolean | null);
|
|
3477
|
-
}
|
|
3478
|
-
export class Context implements IContext {
|
|
3479
|
-
constructor(data?: IContext);
|
|
3480
|
-
appDefId?: (string | null);
|
|
3481
|
-
instanceId?: (string | null);
|
|
3482
|
-
metasiteId?: (string | null);
|
|
3483
|
-
siteMemberId?: (string | null);
|
|
3484
|
-
targetAccountId?: (string | null);
|
|
3485
|
-
visitorId?: (string | null);
|
|
3486
|
-
appScope?: ($wrapper.com.wix.core.services.identification2.IAppScope | null);
|
|
3487
|
-
parentAccount?: ($wrapper.com.wix.core.services.identification2.IParentAccount | null);
|
|
3488
|
-
targetAccountVip?: (boolean | null);
|
|
3489
|
-
metasiteVip?: (boolean | null);
|
|
3490
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3491
|
-
}
|
|
3492
|
-
export interface IIdentificationData {
|
|
3493
|
-
context?: ($wrapper.com.wix.core.services.identification2.IContext | null);
|
|
3494
|
-
identities?: ($wrapper.com.wix.core.services.identification2.IIdentity[] | null);
|
|
3495
|
-
}
|
|
3496
|
-
export class IdentificationData implements IIdentificationData {
|
|
3497
|
-
constructor(data?: IIdentificationData);
|
|
3498
|
-
context?: ($wrapper.com.wix.core.services.identification2.IContext | null);
|
|
3499
|
-
identities?: ($wrapper.com.wix.core.services.identification2.IIdentity[] | null);
|
|
3500
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3501
|
-
}
|
|
3502
|
-
export abstract class IdentityRefreshService {
|
|
3503
|
-
/**
|
|
3504
|
-
* This method refreshes given token and returns it inside identityResponse.
|
|
3505
|
-
*/
|
|
3506
|
-
abstract refresh(aspects: AspectStore, req: $wrapper.com.wix.core.services.identification2.IRefreshIdentityRequest): Promise<$wrapper.com.wix.core.services.identification2.IRefreshIdentityResponse>
|
|
3507
|
-
}
|
|
3508
|
-
export interface IRefreshIdentityRequest {
|
|
3509
|
-
/**
|
|
3510
|
-
* Signed token, encodes the identity data
|
|
3511
|
-
*/
|
|
3512
|
-
signedToken?: (string | null);
|
|
3513
|
-
}
|
|
3514
|
-
export class RefreshIdentityRequest implements IRefreshIdentityRequest {
|
|
3515
|
-
constructor(data?: IRefreshIdentityRequest);
|
|
3516
|
-
signedToken?: (string | null);
|
|
3517
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3518
|
-
}
|
|
3519
|
-
export interface IRefreshIdentityResponse {
|
|
3520
|
-
/**
|
|
3521
|
-
* A list of extracted identities
|
|
3522
|
-
*/
|
|
3523
|
-
identificationData?: ($wrapper.com.wix.core.services.identification2.IIdentificationData | null);
|
|
3524
|
-
/**
|
|
3525
|
-
* Signed token, encodes the identity data
|
|
3526
|
-
*/
|
|
3527
|
-
signedToken?: (string | null);
|
|
3528
|
-
}
|
|
3529
|
-
export class RefreshIdentityResponse implements IRefreshIdentityResponse {
|
|
3530
|
-
constructor(data?: IRefreshIdentityResponse);
|
|
3531
|
-
identificationData?: ($wrapper.com.wix.core.services.identification2.IIdentificationData | null);
|
|
3532
|
-
signedToken?: (string | null);
|
|
3533
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3534
|
-
}
|
|
3535
|
-
}
|
|
3536
|
-
}
|
|
3537
|
-
}
|
|
3538
2091
|
}
|
|
3539
2092
|
}
|
|
3540
2093
|
export namespace wix {
|
|
@@ -4041,11 +2594,15 @@ declare namespace $wrapper {
|
|
|
4041
2594
|
export interface ICountOptions {
|
|
4042
2595
|
inheritWqlFrom?: (string | null);
|
|
4043
2596
|
queryOptionsName?: (string | null);
|
|
2597
|
+
filterField?: (string | null);
|
|
2598
|
+
countField?: (string | null);
|
|
4044
2599
|
}
|
|
4045
2600
|
export class CountOptions implements ICountOptions {
|
|
4046
2601
|
constructor(data?: ICountOptions);
|
|
4047
2602
|
inheritWqlFrom?: (string | null);
|
|
4048
2603
|
queryOptionsName?: (string | null);
|
|
2604
|
+
filterField?: (string | null);
|
|
2605
|
+
countField?: (string | null);
|
|
4049
2606
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4050
2607
|
}
|
|
4051
2608
|
export interface ISearchRelatedOptions {
|
|
@@ -4261,6 +2818,8 @@ declare namespace $wrapper {
|
|
|
4261
2818
|
eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
|
|
4262
2819
|
exposure?: ($wrapper.wix.api.Exposure | null);
|
|
4263
2820
|
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
2821
|
+
additionalMetadataFqn?: (string | null);
|
|
2822
|
+
deprecated?: ($wrapper.wix.api.IDomainEventDeprecation | null);
|
|
4264
2823
|
}
|
|
4265
2824
|
export class DomainEvent implements IDomainEvent {
|
|
4266
2825
|
constructor(data?: IDomainEvent);
|
|
@@ -4269,6 +2828,8 @@ declare namespace $wrapper {
|
|
|
4269
2828
|
eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
|
|
4270
2829
|
exposure?: ($wrapper.wix.api.Exposure | null);
|
|
4271
2830
|
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
2831
|
+
additionalMetadataFqn?: (string | null);
|
|
2832
|
+
deprecated?: ($wrapper.wix.api.IDomainEventDeprecation | null);
|
|
4272
2833
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4273
2834
|
}
|
|
4274
2835
|
export namespace DomainEvent {
|
|
@@ -4290,6 +2851,16 @@ declare namespace $wrapper {
|
|
|
4290
2851
|
actionMessageFqn?: (string | null);
|
|
4291
2852
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4292
2853
|
}
|
|
2854
|
+
export interface IDomainEventDeprecation {
|
|
2855
|
+
replacedBy?: (string | null);
|
|
2856
|
+
targetRemovalDate?: (string | null);
|
|
2857
|
+
}
|
|
2858
|
+
export class DomainEventDeprecation implements IDomainEventDeprecation {
|
|
2859
|
+
constructor(data?: IDomainEventDeprecation);
|
|
2860
|
+
replacedBy?: (string | null);
|
|
2861
|
+
targetRemovalDate?: (string | null);
|
|
2862
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2863
|
+
}
|
|
4293
2864
|
export interface ICallbackDeprecation {
|
|
4294
2865
|
replacedBy?: (string | null);
|
|
4295
2866
|
targetRemovalDate?: (string | null);
|
|
@@ -4378,6 +2949,7 @@ declare namespace $wrapper {
|
|
|
4378
2949
|
URL_SLUG = "URL_SLUG",
|
|
4379
2950
|
SYSTEM_SLUG = "SYSTEM_SLUG",
|
|
4380
2951
|
SECURE_WEB_URL = "SECURE_WEB_URL",
|
|
2952
|
+
SUBDIVISION = "SUBDIVISION",
|
|
4381
2953
|
}
|
|
4382
2954
|
/**
|
|
4383
2955
|
* ApplicationError: named Error for backwards compatibility
|
|
@@ -4533,6 +3105,8 @@ declare namespace $wrapper {
|
|
|
4533
3105
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
4534
3106
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
4535
3107
|
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
3108
|
+
EXACT_LENGTH = "EXACT_LENGTH",
|
|
3109
|
+
EXACT_SIZE = "EXACT_SIZE",
|
|
4536
3110
|
}
|
|
4537
3111
|
export interface IFieldViolation {
|
|
4538
3112
|
field?: (string | null);
|
|
@@ -4591,28 +3165,6 @@ declare namespace $wrapper {
|
|
|
4591
3165
|
supported?: (string[] | null);
|
|
4592
3166
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4593
3167
|
}
|
|
4594
|
-
export interface IPermissionRule {
|
|
4595
|
-
name?: (string | null);
|
|
4596
|
-
type?: ($wrapper.wix.api.PermissionType | null);
|
|
4597
|
-
}
|
|
4598
|
-
export class PermissionRule implements IPermissionRule {
|
|
4599
|
-
constructor(data?: IPermissionRule);
|
|
4600
|
-
name?: (string | null);
|
|
4601
|
-
type?: ($wrapper.wix.api.PermissionType | null);
|
|
4602
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4603
|
-
}
|
|
4604
|
-
export enum PermissionType {
|
|
4605
|
-
AUTO = "AUTO",
|
|
4606
|
-
MANUAL = "MANUAL",
|
|
4607
|
-
}
|
|
4608
|
-
export interface ISla {
|
|
4609
|
-
responseTimeMs?: (number | null);
|
|
4610
|
-
}
|
|
4611
|
-
export class Sla implements ISla {
|
|
4612
|
-
constructor(data?: ISla);
|
|
4613
|
-
responseTimeMs?: (number | null);
|
|
4614
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4615
|
-
}
|
|
4616
3168
|
export interface IActionPayload {
|
|
4617
3169
|
customSlug?: (string | null);
|
|
4618
3170
|
}
|
|
@@ -4621,22 +3173,6 @@ declare namespace $wrapper {
|
|
|
4621
3173
|
customSlug?: (string | null);
|
|
4622
3174
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4623
3175
|
}
|
|
4624
|
-
export interface ISubscription {
|
|
4625
|
-
topic?: (string | null);
|
|
4626
|
-
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
4627
|
-
batch?: (boolean | null);
|
|
4628
|
-
entity?: (string | null);
|
|
4629
|
-
dynamic?: (boolean | null);
|
|
4630
|
-
}
|
|
4631
|
-
export class Subscription implements ISubscription {
|
|
4632
|
-
constructor(data?: ISubscription);
|
|
4633
|
-
topic?: (string | null);
|
|
4634
|
-
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
4635
|
-
batch?: (boolean | null);
|
|
4636
|
-
entity?: (string | null);
|
|
4637
|
-
dynamic?: (boolean | null);
|
|
4638
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4639
|
-
}
|
|
4640
3176
|
export interface IRequestContext {
|
|
4641
3177
|
aspects?: ({ [k: string]: string } | null);
|
|
4642
3178
|
}
|
|
@@ -4669,6 +3205,44 @@ declare namespace $wrapper {
|
|
|
4669
3205
|
key?: (string | null);
|
|
4670
3206
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4671
3207
|
}
|
|
3208
|
+
export interface IPermissionRule {
|
|
3209
|
+
name?: (string | null);
|
|
3210
|
+
type?: ($wrapper.wix.api.PermissionType | null);
|
|
3211
|
+
}
|
|
3212
|
+
export class PermissionRule implements IPermissionRule {
|
|
3213
|
+
constructor(data?: IPermissionRule);
|
|
3214
|
+
name?: (string | null);
|
|
3215
|
+
type?: ($wrapper.wix.api.PermissionType | null);
|
|
3216
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3217
|
+
}
|
|
3218
|
+
export enum PermissionType {
|
|
3219
|
+
AUTO = "AUTO",
|
|
3220
|
+
MANUAL = "MANUAL",
|
|
3221
|
+
}
|
|
3222
|
+
export interface ISla {
|
|
3223
|
+
responseTimeMs?: (number | null);
|
|
3224
|
+
}
|
|
3225
|
+
export class Sla implements ISla {
|
|
3226
|
+
constructor(data?: ISla);
|
|
3227
|
+
responseTimeMs?: (number | null);
|
|
3228
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3229
|
+
}
|
|
3230
|
+
export interface ISubscription {
|
|
3231
|
+
topic?: (string | null);
|
|
3232
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
3233
|
+
batch?: (boolean | null);
|
|
3234
|
+
entity?: (string | null);
|
|
3235
|
+
dynamic?: (boolean | null);
|
|
3236
|
+
}
|
|
3237
|
+
export class Subscription implements ISubscription {
|
|
3238
|
+
constructor(data?: ISubscription);
|
|
3239
|
+
topic?: (string | null);
|
|
3240
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
3241
|
+
batch?: (boolean | null);
|
|
3242
|
+
entity?: (string | null);
|
|
3243
|
+
dynamic?: (boolean | null);
|
|
3244
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3245
|
+
}
|
|
4672
3246
|
}
|
|
4673
3247
|
export namespace common {
|
|
4674
3248
|
export interface IPageUrl {
|
|
@@ -4920,6 +3494,7 @@ declare namespace $wrapper {
|
|
|
4920
3494
|
urlExpirationDate?: (Date | null);
|
|
4921
3495
|
filename?: (string | null);
|
|
4922
3496
|
sizeInBytes?: (string | null);
|
|
3497
|
+
focalPoint?: ($wrapper.wix.common.IFocalPoint | null);
|
|
4923
3498
|
}
|
|
4924
3499
|
export class Image implements IImage {
|
|
4925
3500
|
constructor(data?: IImage);
|
|
@@ -4931,6 +3506,7 @@ declare namespace $wrapper {
|
|
|
4931
3506
|
urlExpirationDate?: (Date | null);
|
|
4932
3507
|
filename?: (string | null);
|
|
4933
3508
|
sizeInBytes?: (string | null);
|
|
3509
|
+
focalPoint?: ($wrapper.wix.common.IFocalPoint | null);
|
|
4934
3510
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4935
3511
|
}
|
|
4936
3512
|
export interface IVideo {
|
|
@@ -4960,6 +3536,8 @@ declare namespace $wrapper {
|
|
|
4960
3536
|
durationInMilliseconds?: (number | null);
|
|
4961
3537
|
title?: (string | null);
|
|
4962
3538
|
description?: (string | null);
|
|
3539
|
+
height?: (number | null);
|
|
3540
|
+
width?: (number | null);
|
|
4963
3541
|
}
|
|
4964
3542
|
export class VideoV2 implements IVideoV2 {
|
|
4965
3543
|
constructor(data?: IVideoV2);
|
|
@@ -4973,6 +3551,8 @@ declare namespace $wrapper {
|
|
|
4973
3551
|
durationInMilliseconds?: (number | null);
|
|
4974
3552
|
title?: (string | null);
|
|
4975
3553
|
description?: (string | null);
|
|
3554
|
+
height?: (number | null);
|
|
3555
|
+
width?: (number | null);
|
|
4976
3556
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4977
3557
|
}
|
|
4978
3558
|
export interface IVideoResolution {
|
|
@@ -5097,6 +3677,20 @@ declare namespace $wrapper {
|
|
|
5097
3677
|
document?: ($wrapper.wix.common.IDocument | null);
|
|
5098
3678
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5099
3679
|
}
|
|
3680
|
+
export interface IFocalPoint {
|
|
3681
|
+
x?: (number | null);
|
|
3682
|
+
y?: (number | null);
|
|
3683
|
+
height?: (number | null);
|
|
3684
|
+
width?: (number | null);
|
|
3685
|
+
}
|
|
3686
|
+
export class FocalPoint implements IFocalPoint {
|
|
3687
|
+
constructor(data?: IFocalPoint);
|
|
3688
|
+
x?: (number | null);
|
|
3689
|
+
y?: (number | null);
|
|
3690
|
+
height?: (number | null);
|
|
3691
|
+
width?: (number | null);
|
|
3692
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3693
|
+
}
|
|
5100
3694
|
export interface ISorting {
|
|
5101
3695
|
fieldName?: (string | null);
|
|
5102
3696
|
order?: ($wrapper.wix.common.SortOrder | null);
|
|
@@ -5632,112 +4226,6 @@ declare namespace $wrapper {
|
|
|
5632
4226
|
}
|
|
5633
4227
|
}
|
|
5634
4228
|
}
|
|
5635
|
-
export namespace domainevents {
|
|
5636
|
-
export interface IEntityCreatedEvent {
|
|
5637
|
-
entityAsJson?: (string | null);
|
|
5638
|
-
triggeredByUndelete?: (boolean | null);
|
|
5639
|
-
restoreInfo?: ($wrapper.wix.common.domainevents.IRestoreInfo | null);
|
|
5640
|
-
additionalMetadataAsJson?: (string | null);
|
|
5641
|
-
}
|
|
5642
|
-
export class EntityCreatedEvent implements IEntityCreatedEvent {
|
|
5643
|
-
constructor(data?: IEntityCreatedEvent);
|
|
5644
|
-
entityAsJson?: (string | null);
|
|
5645
|
-
triggeredByUndelete?: (boolean | null);
|
|
5646
|
-
restoreInfo?: ($wrapper.wix.common.domainevents.IRestoreInfo | null);
|
|
5647
|
-
additionalMetadataAsJson?: (string | null);
|
|
5648
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5649
|
-
}
|
|
5650
|
-
export interface IEntityUpdatedEvent {
|
|
5651
|
-
currentEntityAsJson?: (string | null);
|
|
5652
|
-
previousEntityAsJson?: (string | null);
|
|
5653
|
-
modifiedFields?: ({ [k: string]: any } | null);
|
|
5654
|
-
additionalMetadataAsJson?: (string | null);
|
|
5655
|
-
}
|
|
5656
|
-
export class EntityUpdatedEvent implements IEntityUpdatedEvent {
|
|
5657
|
-
constructor(data?: IEntityUpdatedEvent);
|
|
5658
|
-
currentEntityAsJson?: (string | null);
|
|
5659
|
-
previousEntityAsJson?: (string | null);
|
|
5660
|
-
modifiedFields?: ({ [k: string]: any });
|
|
5661
|
-
additionalMetadataAsJson?: (string | null);
|
|
5662
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5663
|
-
}
|
|
5664
|
-
export interface IEntityDeletedEvent {
|
|
5665
|
-
movedToTrash?: (boolean | null);
|
|
5666
|
-
deletedEntityAsJson?: (string | null);
|
|
5667
|
-
additionalMetadataAsJson?: (string | null);
|
|
5668
|
-
}
|
|
5669
|
-
export class EntityDeletedEvent implements IEntityDeletedEvent {
|
|
5670
|
-
constructor(data?: IEntityDeletedEvent);
|
|
5671
|
-
movedToTrash?: (boolean | null);
|
|
5672
|
-
deletedEntityAsJson?: (string | null);
|
|
5673
|
-
additionalMetadataAsJson?: (string | null);
|
|
5674
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5675
|
-
}
|
|
5676
|
-
export interface IActionEvent {
|
|
5677
|
-
bodyAsJson?: (string | null);
|
|
5678
|
-
}
|
|
5679
|
-
export class ActionEvent implements IActionEvent {
|
|
5680
|
-
constructor(data?: IActionEvent);
|
|
5681
|
-
bodyAsJson?: (string | null);
|
|
5682
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5683
|
-
}
|
|
5684
|
-
export interface IDomainEvent {
|
|
5685
|
-
id?: (string | null);
|
|
5686
|
-
entityFqdn?: (string | null);
|
|
5687
|
-
slug?: (string | null);
|
|
5688
|
-
entityId?: (string | null);
|
|
5689
|
-
createdEvent?: ($wrapper.wix.common.domainevents.IEntityCreatedEvent | null);
|
|
5690
|
-
updatedEvent?: ($wrapper.wix.common.domainevents.IEntityUpdatedEvent | null);
|
|
5691
|
-
deletedEvent?: ($wrapper.wix.common.domainevents.IEntityDeletedEvent | null);
|
|
5692
|
-
actionEvent?: ($wrapper.wix.common.domainevents.IActionEvent | null);
|
|
5693
|
-
eventTime?: (Date | null);
|
|
5694
|
-
triggeredByAnonymizeRequest?: (boolean | null);
|
|
5695
|
-
originatedFrom?: (string | null);
|
|
5696
|
-
entityEventSequence?: ((number | string) | null);
|
|
5697
|
-
}
|
|
5698
|
-
export class DomainEvent implements IDomainEvent {
|
|
5699
|
-
constructor(data?: IDomainEvent);
|
|
5700
|
-
id?: (string | null);
|
|
5701
|
-
entityFqdn?: (string | null);
|
|
5702
|
-
slug?: (string | null);
|
|
5703
|
-
entityId?: (string | null);
|
|
5704
|
-
createdEvent?: ($wrapper.wix.common.domainevents.IEntityCreatedEvent | null);
|
|
5705
|
-
updatedEvent?: ($wrapper.wix.common.domainevents.IEntityUpdatedEvent | null);
|
|
5706
|
-
deletedEvent?: ($wrapper.wix.common.domainevents.IEntityDeletedEvent | null);
|
|
5707
|
-
actionEvent?: ($wrapper.wix.common.domainevents.IActionEvent | null);
|
|
5708
|
-
eventTime?: (Date | null);
|
|
5709
|
-
triggeredByAnonymizeRequest?: (boolean | null);
|
|
5710
|
-
originatedFrom?: (string | null);
|
|
5711
|
-
entityEventSequence?: ((number | string) | null);
|
|
5712
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5713
|
-
}
|
|
5714
|
-
export interface IDomainEvents {
|
|
5715
|
-
domainEvents?: ($wrapper.wix.common.domainevents.IDomainEvent[] | null);
|
|
5716
|
-
}
|
|
5717
|
-
export class DomainEvents implements IDomainEvents {
|
|
5718
|
-
constructor(data?: IDomainEvents);
|
|
5719
|
-
domainEvents?: ($wrapper.wix.common.domainevents.IDomainEvent[] | null);
|
|
5720
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5721
|
-
}
|
|
5722
|
-
export interface IRestoreInfo {
|
|
5723
|
-
deletedDate?: (Date | null);
|
|
5724
|
-
}
|
|
5725
|
-
export class RestoreInfo implements IRestoreInfo {
|
|
5726
|
-
constructor(data?: IRestoreInfo);
|
|
5727
|
-
deletedDate?: (Date | null);
|
|
5728
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5729
|
-
}
|
|
5730
|
-
export interface IAttributeUpdated {
|
|
5731
|
-
previousValue?: (any | null);
|
|
5732
|
-
value?: (any | null);
|
|
5733
|
-
}
|
|
5734
|
-
export class AttributeUpdated implements IAttributeUpdated {
|
|
5735
|
-
constructor(data?: IAttributeUpdated);
|
|
5736
|
-
previousValue?: (any | null);
|
|
5737
|
-
value?: (any | null);
|
|
5738
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5739
|
-
}
|
|
5740
|
-
}
|
|
5741
4229
|
export interface IBulkActionMetadata {
|
|
5742
4230
|
totalSuccesses?: (number | null);
|
|
5743
4231
|
totalFailures?: (number | null);
|
|
@@ -6618,6 +5106,112 @@ declare namespace $wrapper {
|
|
|
6618
5106
|
}
|
|
6619
5107
|
}
|
|
6620
5108
|
}
|
|
5109
|
+
export namespace domainevents {
|
|
5110
|
+
export interface IAttributeUpdated {
|
|
5111
|
+
previousValue?: (any | null);
|
|
5112
|
+
value?: (any | null);
|
|
5113
|
+
}
|
|
5114
|
+
export class AttributeUpdated implements IAttributeUpdated {
|
|
5115
|
+
constructor(data?: IAttributeUpdated);
|
|
5116
|
+
previousValue?: (any | null);
|
|
5117
|
+
value?: (any | null);
|
|
5118
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5119
|
+
}
|
|
5120
|
+
export interface IEntityCreatedEvent {
|
|
5121
|
+
entityAsJson?: (string | null);
|
|
5122
|
+
triggeredByUndelete?: (boolean | null);
|
|
5123
|
+
restoreInfo?: ($wrapper.wix.common.domainevents.IRestoreInfo | null);
|
|
5124
|
+
additionalMetadataAsJson?: (string | null);
|
|
5125
|
+
}
|
|
5126
|
+
export class EntityCreatedEvent implements IEntityCreatedEvent {
|
|
5127
|
+
constructor(data?: IEntityCreatedEvent);
|
|
5128
|
+
entityAsJson?: (string | null);
|
|
5129
|
+
triggeredByUndelete?: (boolean | null);
|
|
5130
|
+
restoreInfo?: ($wrapper.wix.common.domainevents.IRestoreInfo | null);
|
|
5131
|
+
additionalMetadataAsJson?: (string | null);
|
|
5132
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5133
|
+
}
|
|
5134
|
+
export interface IEntityUpdatedEvent {
|
|
5135
|
+
currentEntityAsJson?: (string | null);
|
|
5136
|
+
previousEntityAsJson?: (string | null);
|
|
5137
|
+
modifiedFields?: ({ [k: string]: any } | null);
|
|
5138
|
+
additionalMetadataAsJson?: (string | null);
|
|
5139
|
+
}
|
|
5140
|
+
export class EntityUpdatedEvent implements IEntityUpdatedEvent {
|
|
5141
|
+
constructor(data?: IEntityUpdatedEvent);
|
|
5142
|
+
currentEntityAsJson?: (string | null);
|
|
5143
|
+
previousEntityAsJson?: (string | null);
|
|
5144
|
+
modifiedFields?: ({ [k: string]: any });
|
|
5145
|
+
additionalMetadataAsJson?: (string | null);
|
|
5146
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5147
|
+
}
|
|
5148
|
+
export interface IEntityDeletedEvent {
|
|
5149
|
+
movedToTrash?: (boolean | null);
|
|
5150
|
+
deletedEntityAsJson?: (string | null);
|
|
5151
|
+
additionalMetadataAsJson?: (string | null);
|
|
5152
|
+
}
|
|
5153
|
+
export class EntityDeletedEvent implements IEntityDeletedEvent {
|
|
5154
|
+
constructor(data?: IEntityDeletedEvent);
|
|
5155
|
+
movedToTrash?: (boolean | null);
|
|
5156
|
+
deletedEntityAsJson?: (string | null);
|
|
5157
|
+
additionalMetadataAsJson?: (string | null);
|
|
5158
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5159
|
+
}
|
|
5160
|
+
export interface IActionEvent {
|
|
5161
|
+
bodyAsJson?: (string | null);
|
|
5162
|
+
}
|
|
5163
|
+
export class ActionEvent implements IActionEvent {
|
|
5164
|
+
constructor(data?: IActionEvent);
|
|
5165
|
+
bodyAsJson?: (string | null);
|
|
5166
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5167
|
+
}
|
|
5168
|
+
export interface IDomainEvent {
|
|
5169
|
+
id?: (string | null);
|
|
5170
|
+
entityFqdn?: (string | null);
|
|
5171
|
+
slug?: (string | null);
|
|
5172
|
+
entityId?: (string | null);
|
|
5173
|
+
createdEvent?: ($wrapper.wix.common.domainevents.IEntityCreatedEvent | null);
|
|
5174
|
+
updatedEvent?: ($wrapper.wix.common.domainevents.IEntityUpdatedEvent | null);
|
|
5175
|
+
deletedEvent?: ($wrapper.wix.common.domainevents.IEntityDeletedEvent | null);
|
|
5176
|
+
actionEvent?: ($wrapper.wix.common.domainevents.IActionEvent | null);
|
|
5177
|
+
eventTime?: (Date | null);
|
|
5178
|
+
triggeredByAnonymizeRequest?: (boolean | null);
|
|
5179
|
+
originatedFrom?: (string | null);
|
|
5180
|
+
entityEventSequence?: ((number | string) | null);
|
|
5181
|
+
}
|
|
5182
|
+
export class DomainEvent implements IDomainEvent {
|
|
5183
|
+
constructor(data?: IDomainEvent);
|
|
5184
|
+
id?: (string | null);
|
|
5185
|
+
entityFqdn?: (string | null);
|
|
5186
|
+
slug?: (string | null);
|
|
5187
|
+
entityId?: (string | null);
|
|
5188
|
+
createdEvent?: ($wrapper.wix.common.domainevents.IEntityCreatedEvent | null);
|
|
5189
|
+
updatedEvent?: ($wrapper.wix.common.domainevents.IEntityUpdatedEvent | null);
|
|
5190
|
+
deletedEvent?: ($wrapper.wix.common.domainevents.IEntityDeletedEvent | null);
|
|
5191
|
+
actionEvent?: ($wrapper.wix.common.domainevents.IActionEvent | null);
|
|
5192
|
+
eventTime?: (Date | null);
|
|
5193
|
+
triggeredByAnonymizeRequest?: (boolean | null);
|
|
5194
|
+
originatedFrom?: (string | null);
|
|
5195
|
+
entityEventSequence?: ((number | string) | null);
|
|
5196
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5197
|
+
}
|
|
5198
|
+
export interface IDomainEvents {
|
|
5199
|
+
domainEvents?: ($wrapper.wix.common.domainevents.IDomainEvent[] | null);
|
|
5200
|
+
}
|
|
5201
|
+
export class DomainEvents implements IDomainEvents {
|
|
5202
|
+
constructor(data?: IDomainEvents);
|
|
5203
|
+
domainEvents?: ($wrapper.wix.common.domainevents.IDomainEvent[] | null);
|
|
5204
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5205
|
+
}
|
|
5206
|
+
export interface IRestoreInfo {
|
|
5207
|
+
deletedDate?: (Date | null);
|
|
5208
|
+
}
|
|
5209
|
+
export class RestoreInfo implements IRestoreInfo {
|
|
5210
|
+
constructor(data?: IRestoreInfo);
|
|
5211
|
+
deletedDate?: (Date | null);
|
|
5212
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5213
|
+
}
|
|
5214
|
+
}
|
|
6621
5215
|
export interface IIdentificationData {
|
|
6622
5216
|
contactId?: (string | null);
|
|
6623
5217
|
identityType?: ($wrapper.wix.common.IdentificationData.IdentityType | null);
|
|
@@ -6812,11 +5406,13 @@ declare namespace $wrapper {
|
|
|
6812
5406
|
export interface IExternalLink {
|
|
6813
5407
|
url?: (string | null);
|
|
6814
5408
|
target?: (string | null);
|
|
5409
|
+
rel?: ($wrapper.wix.common.LinkRel[] | null);
|
|
6815
5410
|
}
|
|
6816
5411
|
export class ExternalLink implements IExternalLink {
|
|
6817
5412
|
constructor(data?: IExternalLink);
|
|
6818
5413
|
url?: (string | null);
|
|
6819
5414
|
target?: (string | null);
|
|
5415
|
+
rel?: ($wrapper.wix.common.LinkRel[] | null);
|
|
6820
5416
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6821
5417
|
}
|
|
6822
5418
|
export interface IPageLink {
|
|
@@ -8210,6 +6806,7 @@ declare namespace $wrapper {
|
|
|
8210
6806
|
orderId?: (string | null);
|
|
8211
6807
|
merchantUseAllowed?: (boolean | null);
|
|
8212
6808
|
confirmed?: (boolean | null);
|
|
6809
|
+
chargeId?: (string | null);
|
|
8213
6810
|
card?: ($wrapper.wix.payment.api.pay.v2.ICardPayment | null);
|
|
8214
6811
|
cardReader?: ($wrapper.wix.payment.api.pay.v2.ICardReaderPayment | null);
|
|
8215
6812
|
ideal?: ($wrapper.wix.payment.api.pay.v2.IIDealPayment | null);
|
|
@@ -8236,6 +6833,7 @@ declare namespace $wrapper {
|
|
|
8236
6833
|
orderId?: (string | null);
|
|
8237
6834
|
merchantUseAllowed?: (boolean | null);
|
|
8238
6835
|
confirmed?: (boolean | null);
|
|
6836
|
+
chargeId?: (string | null);
|
|
8239
6837
|
card?: ($wrapper.wix.payment.api.pay.v2.ICardPayment | null);
|
|
8240
6838
|
cardReader?: ($wrapper.wix.payment.api.pay.v2.ICardReaderPayment | null);
|
|
8241
6839
|
ideal?: ($wrapper.wix.payment.api.pay.v2.IIDealPayment | null);
|
|
@@ -9077,12 +7675,14 @@ declare namespace $wrapper {
|
|
|
9077
7675
|
accountId?: (string | null);
|
|
9078
7676
|
orderId?: (string | null);
|
|
9079
7677
|
chargeId?: (string | null);
|
|
7678
|
+
cashierOrderId?: (string | null);
|
|
9080
7679
|
}
|
|
9081
7680
|
export class GetPaymentDetailsRequest implements IGetPaymentDetailsRequest {
|
|
9082
7681
|
constructor(data?: IGetPaymentDetailsRequest);
|
|
9083
7682
|
accountId?: (string | null);
|
|
9084
7683
|
orderId?: (string | null);
|
|
9085
7684
|
chargeId?: (string | null);
|
|
7685
|
+
cashierOrderId?: (string | null);
|
|
9086
7686
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9087
7687
|
}
|
|
9088
7688
|
export interface IPaymentDetailsResponse {
|
|
@@ -10833,6 +9433,7 @@ declare namespace $wrapper {
|
|
|
10833
9433
|
DOCS_CONF = "DOCS_CONF",
|
|
10834
9434
|
MULTILINGUAL = "MULTILINGUAL",
|
|
10835
9435
|
SEARCH = "SEARCH",
|
|
9436
|
+
AUTO_SDK = "AUTO_SDK",
|
|
10836
9437
|
}
|
|
10837
9438
|
}
|
|
10838
9439
|
export interface IError {
|
|
@@ -11465,61 +10066,9 @@ declare namespace $wrapper {
|
|
|
11465
10066
|
inStock?: (boolean | null);
|
|
11466
10067
|
quantity?: ($wrapper.google.protobuf.IInt32Value | null);
|
|
11467
10068
|
trackQuantity?: (boolean | null);
|
|
11468
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11469
|
-
}
|
|
11470
|
-
}
|
|
11471
|
-
}
|
|
11472
|
-
}
|
|
11473
|
-
export namespace sdk {
|
|
11474
|
-
export interface ISignature {
|
|
11475
|
-
params?: (string[] | null);
|
|
11476
|
-
}
|
|
11477
|
-
export class Signature implements ISignature {
|
|
11478
|
-
constructor(data?: ISignature);
|
|
11479
|
-
params?: (string[] | null);
|
|
11480
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11481
|
-
}
|
|
11482
|
-
}
|
|
11483
|
-
export namespace ssr {
|
|
11484
|
-
export namespace cache_invalidate {
|
|
11485
|
-
export namespace v2 {
|
|
11486
|
-
export interface IInvalidateCache {
|
|
11487
|
-
scope?: ($wrapper.wix.ssr.cache_invalidate.v2.InvalidateCache.InvalidateScope | null);
|
|
11488
|
-
appDefId?: (string | null);
|
|
11489
|
-
reason?: (string | null);
|
|
11490
|
-
localDc?: (boolean | null);
|
|
11491
|
-
hardPurge?: (boolean | null);
|
|
11492
|
-
}
|
|
11493
|
-
export class InvalidateCache implements IInvalidateCache {
|
|
11494
|
-
constructor(data?: IInvalidateCache);
|
|
11495
|
-
scope?: ($wrapper.wix.ssr.cache_invalidate.v2.InvalidateCache.InvalidateScope | null);
|
|
11496
|
-
appDefId?: (string | null);
|
|
11497
|
-
reason?: (string | null);
|
|
11498
|
-
localDc?: (boolean | null);
|
|
11499
|
-
hardPurge?: (boolean | null);
|
|
11500
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11501
|
-
}
|
|
11502
|
-
export namespace InvalidateCache {
|
|
11503
|
-
export enum InvalidateScope {
|
|
11504
|
-
SITE = "SITE",
|
|
11505
|
-
APP_PAGES = "APP_PAGES",
|
|
11506
|
-
}
|
|
11507
|
-
}
|
|
11508
|
-
}
|
|
11509
|
-
}
|
|
11510
|
-
}
|
|
11511
|
-
export namespace http {
|
|
11512
|
-
export interface IInferFieldmask {
|
|
11513
|
-
from?: (string | null);
|
|
11514
|
-
fieldmask?: (string | null);
|
|
11515
|
-
snakeCaseCommaSeparatedMask?: (boolean | null);
|
|
11516
|
-
}
|
|
11517
|
-
export class InferFieldmask implements IInferFieldmask {
|
|
11518
|
-
constructor(data?: IInferFieldmask);
|
|
11519
|
-
from?: (string | null);
|
|
11520
|
-
fieldmask?: (string | null);
|
|
11521
|
-
snakeCaseCommaSeparatedMask?: (boolean | null);
|
|
11522
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10069
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10070
|
+
}
|
|
10071
|
+
}
|
|
11523
10072
|
}
|
|
11524
10073
|
}
|
|
11525
10074
|
export namespace catalog {
|
|
@@ -12309,6 +10858,7 @@ declare namespace $wrapper {
|
|
|
12309
10858
|
WISH_STATUS = "WISH_STATUS",
|
|
12310
10859
|
GOOGLE_STATUS = "GOOGLE_STATUS",
|
|
12311
10860
|
PRINT_ON_DEMAND = "PRINT_ON_DEMAND",
|
|
10861
|
+
DELIVERY_PROFILE_ID = "DELIVERY_PROFILE_ID",
|
|
12312
10862
|
}
|
|
12313
10863
|
export interface ICreateCollectionRequest {
|
|
12314
10864
|
collection?: ($wrapper.wix.catalog.api.v1.ICollection | null);
|
|
@@ -13571,6 +12121,16 @@ declare namespace $wrapper {
|
|
|
13571
12121
|
}
|
|
13572
12122
|
}
|
|
13573
12123
|
}
|
|
12124
|
+
export namespace sdk {
|
|
12125
|
+
export interface ISignature {
|
|
12126
|
+
params?: (string[] | null);
|
|
12127
|
+
}
|
|
12128
|
+
export class Signature implements ISignature {
|
|
12129
|
+
constructor(data?: ISignature);
|
|
12130
|
+
params?: (string[] | null);
|
|
12131
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12132
|
+
}
|
|
12133
|
+
}
|
|
13574
12134
|
export namespace stores {
|
|
13575
12135
|
export namespace catalog {
|
|
13576
12136
|
export namespace provision {
|
|
@@ -13601,6 +12161,16 @@ declare namespace $wrapper {
|
|
|
13601
12161
|
V1_CATALOG = "V1_CATALOG",
|
|
13602
12162
|
V3_CATALOG = "V3_CATALOG",
|
|
13603
12163
|
}
|
|
12164
|
+
export interface IStoresV3CatalogProvisioned {
|
|
12165
|
+
storeId?: (string | null);
|
|
12166
|
+
originStoreId?: (string | null);
|
|
12167
|
+
}
|
|
12168
|
+
export class StoresV3CatalogProvisioned implements IStoresV3CatalogProvisioned {
|
|
12169
|
+
constructor(data?: IStoresV3CatalogProvisioned);
|
|
12170
|
+
storeId?: (string | null);
|
|
12171
|
+
originStoreId?: (string | null);
|
|
12172
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12173
|
+
}
|
|
13604
12174
|
/**
|
|
13605
12175
|
* Manages Provisioning of Stores. Should not be interacted with unless managing the installation of the Stores app.
|
|
13606
12176
|
* Outside the install flow, provision status should be checked by conducting a migration experiment.
|
|
@@ -13613,7 +12183,7 @@ declare namespace $wrapper {
|
|
|
13613
12183
|
abstract provision(aspects: AspectStore, req: $wrapper.wix.stores.catalog.provision.v1.IProvisionRequest): Promise<$wrapper.wix.stores.catalog.provision.v1.IProvisionResponse>
|
|
13614
12184
|
abstract installBassAppDependency(aspects: AspectStore, req: $wrapper.wix.stores.catalog.provision.v1.IInstallBassAppDependencyRequest): Promise<$wrapper.wix.stores.catalog.provision.v1.IInstallBassAppDependencyResponse>
|
|
13615
12185
|
abstract onStoresAppsInstalled(aspects: AspectStore, req: $wrapper.com.wixpress.metasite.event.api.IMetaSiteSpecialEvent): Promise<{}>
|
|
13616
|
-
abstract
|
|
12186
|
+
abstract installStores(aspects: AspectStore, req: $wrapper.wix.stores.catalog.provision.v1.IInstallStoresRequest): Promise<$wrapper.wix.stores.catalog.provision.v1.IInstallStoresResponse>
|
|
13617
12187
|
}
|
|
13618
12188
|
export interface IGetCatalogVersionRequest {
|
|
13619
12189
|
}
|
|
@@ -13629,6 +12199,18 @@ declare namespace $wrapper {
|
|
|
13629
12199
|
catalogVersion?: ($wrapper.wix.stores.catalog.provision.v1.Version | null);
|
|
13630
12200
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13631
12201
|
}
|
|
12202
|
+
export interface IInstallStoresRequest {
|
|
12203
|
+
}
|
|
12204
|
+
export class InstallStoresRequest implements IInstallStoresRequest {
|
|
12205
|
+
constructor(data?: IInstallStoresRequest);
|
|
12206
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12207
|
+
}
|
|
12208
|
+
export interface IInstallStoresResponse {
|
|
12209
|
+
}
|
|
12210
|
+
export class InstallStoresResponse implements IInstallStoresResponse {
|
|
12211
|
+
constructor(data?: IInstallStoresResponse);
|
|
12212
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12213
|
+
}
|
|
13632
12214
|
export interface IProvisionRequest {
|
|
13633
12215
|
originalInstanceId?: (string | null);
|
|
13634
12216
|
}
|
|
@@ -13667,557 +12249,6 @@ declare namespace $wrapper {
|
|
|
13667
12249
|
}
|
|
13668
12250
|
}
|
|
13669
12251
|
}
|
|
13670
|
-
export namespace location {
|
|
13671
|
-
export namespace v3 {
|
|
13672
|
-
/**
|
|
13673
|
-
* A location is a physical or virtual site where products are sold.
|
|
13674
|
-
*/
|
|
13675
|
-
export interface IStoresLocation {
|
|
13676
|
-
id?: (string | null);
|
|
13677
|
-
/**
|
|
13678
|
-
* Revision number, which increments by 1 each time the Stores location is updated.
|
|
13679
|
-
* To prevent conflicting changes,
|
|
13680
|
-
* the current revision must be passed when updating the Stores location.
|
|
13681
|
-
*
|
|
13682
|
-
* Ignored when creating a Stores location.
|
|
13683
|
-
*/
|
|
13684
|
-
revision?: ((number | string) | null);
|
|
13685
|
-
createdDate?: (Date | null);
|
|
13686
|
-
updatedDate?: (Date | null);
|
|
13687
|
-
wixLocationId?: (string | null);
|
|
13688
|
-
locationType?: ($wrapper.wix.stores.catalog.location.v3.StoresLocation.LocationType | null);
|
|
13689
|
-
name?: (string | null);
|
|
13690
|
-
defaultLocation?: (boolean | null);
|
|
13691
|
-
}
|
|
13692
|
-
export class StoresLocation implements IStoresLocation {
|
|
13693
|
-
constructor(data?: IStoresLocation);
|
|
13694
|
-
id?: (string | null);
|
|
13695
|
-
revision?: ((number | string) | null);
|
|
13696
|
-
createdDate?: (Date | null);
|
|
13697
|
-
updatedDate?: (Date | null);
|
|
13698
|
-
wixLocationId?: (string | null);
|
|
13699
|
-
locationType?: ($wrapper.wix.stores.catalog.location.v3.StoresLocation.LocationType | null);
|
|
13700
|
-
name?: (string | null);
|
|
13701
|
-
defaultLocation?: (boolean | null);
|
|
13702
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13703
|
-
}
|
|
13704
|
-
export namespace StoresLocation {
|
|
13705
|
-
export enum LocationType {
|
|
13706
|
-
UNKNOWN_LOCATION_TYPE = "UNKNOWN_LOCATION_TYPE",
|
|
13707
|
-
VIRTUAL = "VIRTUAL",
|
|
13708
|
-
PHYSICAL = "PHYSICAL",
|
|
13709
|
-
}
|
|
13710
|
-
}
|
|
13711
|
-
/**
|
|
13712
|
-
* Manages StoresLocations
|
|
13713
|
-
*/
|
|
13714
|
-
export abstract class StoresLocationService {
|
|
13715
|
-
/**
|
|
13716
|
-
* Creates a Stores location.
|
|
13717
|
-
*/
|
|
13718
|
-
abstract createStoresLocation(aspects: AspectStore, req: $wrapper.wix.stores.catalog.location.v3.ICreateStoresLocationRequest): Promise<$wrapper.wix.stores.catalog.location.v3.ICreateStoresLocationResponse>
|
|
13719
|
-
/**
|
|
13720
|
-
* Retrieves a Stores location.
|
|
13721
|
-
*/
|
|
13722
|
-
abstract getStoresLocation(aspects: AspectStore, req: $wrapper.wix.stores.catalog.location.v3.IGetStoresLocationRequest): Promise<$wrapper.wix.stores.catalog.location.v3.IGetStoresLocationResponse>
|
|
13723
|
-
/**
|
|
13724
|
-
* Updates a Stores location.
|
|
13725
|
-
*
|
|
13726
|
-
* Each time the Stores location is updated, `revision` increments by 1.
|
|
13727
|
-
* The current `revision` must be passed when updating the Stores location.
|
|
13728
|
-
* This ensures you're working with the latest Stores location and prevents unintended overwrites.
|
|
13729
|
-
*/
|
|
13730
|
-
abstract updateStoresLocation(aspects: AspectStore, req: $wrapper.wix.stores.catalog.location.v3.IUpdateStoresLocationRequest): Promise<$wrapper.wix.stores.catalog.location.v3.IUpdateStoresLocationResponse>
|
|
13731
|
-
/**
|
|
13732
|
-
* Deletes a Stores location.
|
|
13733
|
-
*/
|
|
13734
|
-
abstract deleteStoresLocation(aspects: AspectStore, req: $wrapper.wix.stores.catalog.location.v3.IDeleteStoresLocationRequest): Promise<$wrapper.wix.stores.catalog.location.v3.IDeleteStoresLocationResponse>
|
|
13735
|
-
/**
|
|
13736
|
-
* Retrieves a list of up to 100 Stores locations, given the provided filtering, sorting, and cursor paging.
|
|
13737
|
-
* Pass supported values to the `fields` array in the request to include those fields in the response.
|
|
13738
|
-
*
|
|
13739
|
-
*
|
|
13740
|
-
* Query Stores Locations runs with these defaults, which you can override:
|
|
13741
|
-
*
|
|
13742
|
-
* - `createdDate` is sorted in `DESC` order
|
|
13743
|
-
* - `cursorPaging.limit` is `100`
|
|
13744
|
-
*
|
|
13745
|
-
* For field support for filters and sorting,
|
|
13746
|
-
* see [Stores Locations: Supported Filters and Sorting](https://dev.wix.com/docs/rest/business-solutions/stores/catalog-v3/stores-locations-v3/supported-filters-and-sorting).
|
|
13747
|
-
*
|
|
13748
|
-
* To learn about working with _Query_ endpoints, see
|
|
13749
|
-
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language),
|
|
13750
|
-
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
13751
|
-
*/
|
|
13752
|
-
abstract queryStoresLocations(aspects: AspectStore, req: $wrapper.wix.stores.catalog.location.v3.IQueryStoresLocationsRequest): Promise<$wrapper.wix.stores.catalog.location.v3.IQueryStoresLocationsResponse>
|
|
13753
|
-
abstract getOrCreateDefaultStoresLocation(aspects: AspectStore, req: $wrapper.wix.stores.catalog.location.v3.IGetOrCreateDefaultStoresLocationRequest): Promise<$wrapper.wix.stores.catalog.location.v3.IGetOrCreateDefaultStoresLocationResponse>
|
|
13754
|
-
abstract consumeOsLocationEvents(aspects: AspectStore, req: $wrapper.wix.common.domainevents.IDomainEvent): Promise<{}>
|
|
13755
|
-
abstract consumeStoresLocationEvents(aspects: AspectStore, req: $wrapper.wix.common.domainevents.IDomainEvent): Promise<{}>
|
|
13756
|
-
}
|
|
13757
|
-
export interface ICreateStoresLocationRequest {
|
|
13758
|
-
storesLocation?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation | null);
|
|
13759
|
-
}
|
|
13760
|
-
export class CreateStoresLocationRequest implements ICreateStoresLocationRequest {
|
|
13761
|
-
constructor(data?: ICreateStoresLocationRequest);
|
|
13762
|
-
storesLocation?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation | null);
|
|
13763
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13764
|
-
}
|
|
13765
|
-
export interface ICreateStoresLocationResponse {
|
|
13766
|
-
storesLocation?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation | null);
|
|
13767
|
-
}
|
|
13768
|
-
export class CreateStoresLocationResponse implements ICreateStoresLocationResponse {
|
|
13769
|
-
constructor(data?: ICreateStoresLocationResponse);
|
|
13770
|
-
storesLocation?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation | null);
|
|
13771
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13772
|
-
}
|
|
13773
|
-
export interface IGetStoresLocationRequest {
|
|
13774
|
-
storesLocationId?: (string | null);
|
|
13775
|
-
}
|
|
13776
|
-
export class GetStoresLocationRequest implements IGetStoresLocationRequest {
|
|
13777
|
-
constructor(data?: IGetStoresLocationRequest);
|
|
13778
|
-
storesLocationId?: (string | null);
|
|
13779
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13780
|
-
}
|
|
13781
|
-
export interface IGetStoresLocationResponse {
|
|
13782
|
-
storesLocation?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation | null);
|
|
13783
|
-
}
|
|
13784
|
-
export class GetStoresLocationResponse implements IGetStoresLocationResponse {
|
|
13785
|
-
constructor(data?: IGetStoresLocationResponse);
|
|
13786
|
-
storesLocation?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation | null);
|
|
13787
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13788
|
-
}
|
|
13789
|
-
export interface IUpdateStoresLocationRequest {
|
|
13790
|
-
storesLocation?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation | null);
|
|
13791
|
-
fieldMask?: (string[] | null);
|
|
13792
|
-
}
|
|
13793
|
-
export class UpdateStoresLocationRequest implements IUpdateStoresLocationRequest {
|
|
13794
|
-
constructor(data?: IUpdateStoresLocationRequest);
|
|
13795
|
-
storesLocation?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation | null);
|
|
13796
|
-
fieldMask?: (string[] | null);
|
|
13797
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13798
|
-
}
|
|
13799
|
-
export interface IUpdateStoresLocationResponse {
|
|
13800
|
-
storesLocation?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation | null);
|
|
13801
|
-
}
|
|
13802
|
-
export class UpdateStoresLocationResponse implements IUpdateStoresLocationResponse {
|
|
13803
|
-
constructor(data?: IUpdateStoresLocationResponse);
|
|
13804
|
-
storesLocation?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation | null);
|
|
13805
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13806
|
-
}
|
|
13807
|
-
export interface IDeleteStoresLocationRequest {
|
|
13808
|
-
storesLocationId?: (string | null);
|
|
13809
|
-
}
|
|
13810
|
-
export class DeleteStoresLocationRequest implements IDeleteStoresLocationRequest {
|
|
13811
|
-
constructor(data?: IDeleteStoresLocationRequest);
|
|
13812
|
-
storesLocationId?: (string | null);
|
|
13813
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13814
|
-
}
|
|
13815
|
-
export interface IDeleteStoresLocationResponse {
|
|
13816
|
-
}
|
|
13817
|
-
export class DeleteStoresLocationResponse implements IDeleteStoresLocationResponse {
|
|
13818
|
-
constructor(data?: IDeleteStoresLocationResponse);
|
|
13819
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13820
|
-
}
|
|
13821
|
-
export interface IQueryStoresLocationsRequest {
|
|
13822
|
-
query?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.ICursorQuery | null);
|
|
13823
|
-
}
|
|
13824
|
-
export class QueryStoresLocationsRequest implements IQueryStoresLocationsRequest {
|
|
13825
|
-
constructor(data?: IQueryStoresLocationsRequest);
|
|
13826
|
-
query?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.ICursorQuery | null);
|
|
13827
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13828
|
-
}
|
|
13829
|
-
export interface IQueryStoresLocationsResponse {
|
|
13830
|
-
storesLocations?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation[] | null);
|
|
13831
|
-
pagingMetadata?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursorPagingMetadata | null);
|
|
13832
|
-
}
|
|
13833
|
-
export class QueryStoresLocationsResponse implements IQueryStoresLocationsResponse {
|
|
13834
|
-
constructor(data?: IQueryStoresLocationsResponse);
|
|
13835
|
-
storesLocations?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation[] | null);
|
|
13836
|
-
pagingMetadata?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursorPagingMetadata | null);
|
|
13837
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13838
|
-
}
|
|
13839
|
-
export interface IGetOrCreateDefaultStoresLocationRequest {
|
|
13840
|
-
}
|
|
13841
|
-
export class GetOrCreateDefaultStoresLocationRequest implements IGetOrCreateDefaultStoresLocationRequest {
|
|
13842
|
-
constructor(data?: IGetOrCreateDefaultStoresLocationRequest);
|
|
13843
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13844
|
-
}
|
|
13845
|
-
export interface IGetOrCreateDefaultStoresLocationResponse {
|
|
13846
|
-
storesLocation?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation | null);
|
|
13847
|
-
}
|
|
13848
|
-
export class GetOrCreateDefaultStoresLocationResponse implements IGetOrCreateDefaultStoresLocationResponse {
|
|
13849
|
-
constructor(data?: IGetOrCreateDefaultStoresLocationResponse);
|
|
13850
|
-
storesLocation?: ($wrapper.wix.stores.catalog.location.v3.IStoresLocation | null);
|
|
13851
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13852
|
-
}
|
|
13853
|
-
export namespace upstream {
|
|
13854
|
-
export namespace wix {
|
|
13855
|
-
export namespace common {
|
|
13856
|
-
export interface IPaging {
|
|
13857
|
-
limit?: (number | null);
|
|
13858
|
-
offset?: (number | null);
|
|
13859
|
-
}
|
|
13860
|
-
export class Paging implements IPaging {
|
|
13861
|
-
constructor(data?: IPaging);
|
|
13862
|
-
limit?: (number | null);
|
|
13863
|
-
offset?: (number | null);
|
|
13864
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13865
|
-
}
|
|
13866
|
-
export interface ICursorPaging {
|
|
13867
|
-
limit?: (number | null);
|
|
13868
|
-
cursor?: (string | null);
|
|
13869
|
-
}
|
|
13870
|
-
export class CursorPaging implements ICursorPaging {
|
|
13871
|
-
constructor(data?: ICursorPaging);
|
|
13872
|
-
limit?: (number | null);
|
|
13873
|
-
cursor?: (string | null);
|
|
13874
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13875
|
-
}
|
|
13876
|
-
export interface IPagingMetadata {
|
|
13877
|
-
count?: (number | null);
|
|
13878
|
-
offset?: (number | null);
|
|
13879
|
-
total?: (number | null);
|
|
13880
|
-
tooManyToCount?: (boolean | null);
|
|
13881
|
-
hasNext?: (boolean | null);
|
|
13882
|
-
}
|
|
13883
|
-
export class PagingMetadata implements IPagingMetadata {
|
|
13884
|
-
constructor(data?: IPagingMetadata);
|
|
13885
|
-
count?: (number | null);
|
|
13886
|
-
offset?: (number | null);
|
|
13887
|
-
total?: (number | null);
|
|
13888
|
-
tooManyToCount?: (boolean | null);
|
|
13889
|
-
hasNext?: (boolean | null);
|
|
13890
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13891
|
-
}
|
|
13892
|
-
export interface IPagingMetadataV2 {
|
|
13893
|
-
count?: (number | null);
|
|
13894
|
-
offset?: (number | null);
|
|
13895
|
-
total?: (number | null);
|
|
13896
|
-
tooManyToCount?: (boolean | null);
|
|
13897
|
-
cursors?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursors | null);
|
|
13898
|
-
hasNext?: (boolean | null);
|
|
13899
|
-
}
|
|
13900
|
-
export class PagingMetadataV2 implements IPagingMetadataV2 {
|
|
13901
|
-
constructor(data?: IPagingMetadataV2);
|
|
13902
|
-
count?: (number | null);
|
|
13903
|
-
offset?: (number | null);
|
|
13904
|
-
total?: (number | null);
|
|
13905
|
-
tooManyToCount?: (boolean | null);
|
|
13906
|
-
cursors?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursors | null);
|
|
13907
|
-
hasNext?: (boolean | null);
|
|
13908
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13909
|
-
}
|
|
13910
|
-
export interface ICursorPagingMetadata {
|
|
13911
|
-
count?: (number | null);
|
|
13912
|
-
cursors?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursors | null);
|
|
13913
|
-
hasNext?: (boolean | null);
|
|
13914
|
-
}
|
|
13915
|
-
export class CursorPagingMetadata implements ICursorPagingMetadata {
|
|
13916
|
-
constructor(data?: ICursorPagingMetadata);
|
|
13917
|
-
count?: (number | null);
|
|
13918
|
-
cursors?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursors | null);
|
|
13919
|
-
hasNext?: (boolean | null);
|
|
13920
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13921
|
-
}
|
|
13922
|
-
export interface ICursors {
|
|
13923
|
-
next?: (string | null);
|
|
13924
|
-
prev?: (string | null);
|
|
13925
|
-
}
|
|
13926
|
-
export class Cursors implements ICursors {
|
|
13927
|
-
constructor(data?: ICursors);
|
|
13928
|
-
next?: (string | null);
|
|
13929
|
-
prev?: (string | null);
|
|
13930
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13931
|
-
}
|
|
13932
|
-
export interface ISorting {
|
|
13933
|
-
fieldName?: (string | null);
|
|
13934
|
-
order?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.SortOrder | null);
|
|
13935
|
-
}
|
|
13936
|
-
export class Sorting implements ISorting {
|
|
13937
|
-
constructor(data?: ISorting);
|
|
13938
|
-
fieldName?: (string | null);
|
|
13939
|
-
order?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.SortOrder | null);
|
|
13940
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13941
|
-
}
|
|
13942
|
-
export enum SortOrder {
|
|
13943
|
-
ASC = "ASC",
|
|
13944
|
-
DESC = "DESC",
|
|
13945
|
-
}
|
|
13946
|
-
}
|
|
13947
|
-
export namespace query {
|
|
13948
|
-
export interface IQuery {
|
|
13949
|
-
filter?: (any | null);
|
|
13950
|
-
sort?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ISorting[] | null);
|
|
13951
|
-
paging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.IPaging | null);
|
|
13952
|
-
fields?: (string[] | null);
|
|
13953
|
-
fieldsets?: (string[] | null);
|
|
13954
|
-
}
|
|
13955
|
-
export class Query implements IQuery {
|
|
13956
|
-
constructor(data?: IQuery);
|
|
13957
|
-
filter?: (any | null);
|
|
13958
|
-
sort?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ISorting[] | null);
|
|
13959
|
-
paging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.IPaging | null);
|
|
13960
|
-
fields?: (string[] | null);
|
|
13961
|
-
fieldsets?: (string[] | null);
|
|
13962
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13963
|
-
}
|
|
13964
|
-
export interface IQueryV2 {
|
|
13965
|
-
filter?: ({ [key: string]: any } | null);
|
|
13966
|
-
sort?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ISorting[] | null);
|
|
13967
|
-
fields?: (string[] | null);
|
|
13968
|
-
fieldsets?: (string[] | null);
|
|
13969
|
-
paging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.IPaging | null);
|
|
13970
|
-
cursorPaging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursorPaging | null);
|
|
13971
|
-
}
|
|
13972
|
-
export class QueryV2 implements IQueryV2 {
|
|
13973
|
-
constructor(data?: IQueryV2);
|
|
13974
|
-
filter?: ({ [key: string]: any } | null);
|
|
13975
|
-
sort?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ISorting[] | null);
|
|
13976
|
-
fields?: (string[] | null);
|
|
13977
|
-
fieldsets?: (string[] | null);
|
|
13978
|
-
paging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.IPaging | null);
|
|
13979
|
-
cursorPaging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursorPaging | null);
|
|
13980
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13981
|
-
}
|
|
13982
|
-
export interface ICursorQuery {
|
|
13983
|
-
filter?: ({ [key: string]: any } | null);
|
|
13984
|
-
sort?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ISorting[] | null);
|
|
13985
|
-
cursorPaging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursorPaging | null);
|
|
13986
|
-
}
|
|
13987
|
-
export class CursorQuery implements ICursorQuery {
|
|
13988
|
-
constructor(data?: ICursorQuery);
|
|
13989
|
-
filter?: ({ [key: string]: any } | null);
|
|
13990
|
-
sort?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ISorting[] | null);
|
|
13991
|
-
cursorPaging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursorPaging | null);
|
|
13992
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13993
|
-
}
|
|
13994
|
-
export interface ISearch {
|
|
13995
|
-
filter?: ({ [key: string]: any } | null);
|
|
13996
|
-
sort?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ISorting[] | null);
|
|
13997
|
-
fields?: (string[] | null);
|
|
13998
|
-
fieldsets?: (string[] | null);
|
|
13999
|
-
aggregations?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.IAggregation[] | null);
|
|
14000
|
-
search?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.ISearchDetails | null);
|
|
14001
|
-
paging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.IPaging | null);
|
|
14002
|
-
cursorPaging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursorPaging | null);
|
|
14003
|
-
}
|
|
14004
|
-
export class Search implements ISearch {
|
|
14005
|
-
constructor(data?: ISearch);
|
|
14006
|
-
filter?: ({ [key: string]: any } | null);
|
|
14007
|
-
sort?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ISorting[] | null);
|
|
14008
|
-
fields?: (string[] | null);
|
|
14009
|
-
fieldsets?: (string[] | null);
|
|
14010
|
-
aggregations?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.IAggregation[] | null);
|
|
14011
|
-
search?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.ISearchDetails | null);
|
|
14012
|
-
paging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.IPaging | null);
|
|
14013
|
-
cursorPaging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursorPaging | null);
|
|
14014
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14015
|
-
}
|
|
14016
|
-
export interface ICursorSearch {
|
|
14017
|
-
filter?: ({ [key: string]: any } | null);
|
|
14018
|
-
sort?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ISorting[] | null);
|
|
14019
|
-
aggregations?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.IAggregation[] | null);
|
|
14020
|
-
search?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.ISearchDetails | null);
|
|
14021
|
-
cursorPaging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursorPaging | null);
|
|
14022
|
-
}
|
|
14023
|
-
export class CursorSearch implements ICursorSearch {
|
|
14024
|
-
constructor(data?: ICursorSearch);
|
|
14025
|
-
filter?: ({ [key: string]: any } | null);
|
|
14026
|
-
sort?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ISorting[] | null);
|
|
14027
|
-
aggregations?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.IAggregation[] | null);
|
|
14028
|
-
search?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.ISearchDetails | null);
|
|
14029
|
-
cursorPaging?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.common.ICursorPaging | null);
|
|
14030
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14031
|
-
}
|
|
14032
|
-
export interface ISearchDetails {
|
|
14033
|
-
mode?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.SearchDetails.Mode | null);
|
|
14034
|
-
expression?: (string | null);
|
|
14035
|
-
fields?: (string[] | null);
|
|
14036
|
-
fuzzy?: (boolean | null);
|
|
14037
|
-
}
|
|
14038
|
-
export class SearchDetails implements ISearchDetails {
|
|
14039
|
-
constructor(data?: ISearchDetails);
|
|
14040
|
-
mode?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.SearchDetails.Mode | null);
|
|
14041
|
-
expression?: (string | null);
|
|
14042
|
-
fields?: (string[] | null);
|
|
14043
|
-
fuzzy?: (boolean | null);
|
|
14044
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14045
|
-
}
|
|
14046
|
-
export namespace SearchDetails {
|
|
14047
|
-
export enum Mode {
|
|
14048
|
-
OR = "OR",
|
|
14049
|
-
AND = "AND",
|
|
14050
|
-
}
|
|
14051
|
-
}
|
|
14052
|
-
export enum AggregationType {
|
|
14053
|
-
UNKNOWN_AGGREGATION_TYPE = "UNKNOWN_AGGREGATION_TYPE",
|
|
14054
|
-
VALUE = "VALUE",
|
|
14055
|
-
RANGE = "RANGE",
|
|
14056
|
-
SCALAR = "SCALAR",
|
|
14057
|
-
}
|
|
14058
|
-
export enum ScalarType {
|
|
14059
|
-
UNKNOWN_SCALAR_TYPE = "UNKNOWN_SCALAR_TYPE",
|
|
14060
|
-
COUNT_DISTINCT = "COUNT_DISTINCT",
|
|
14061
|
-
MIN = "MIN",
|
|
14062
|
-
MAX = "MAX",
|
|
14063
|
-
SUM = "SUM",
|
|
14064
|
-
AVG = "AVG",
|
|
14065
|
-
}
|
|
14066
|
-
export interface IAggregation {
|
|
14067
|
-
name?: (string | null);
|
|
14068
|
-
type?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationType | null);
|
|
14069
|
-
fieldPath?: (string | null);
|
|
14070
|
-
value?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.Aggregation.IValueAggregation | null);
|
|
14071
|
-
range?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.Aggregation.IRangeAggregation | null);
|
|
14072
|
-
scalar?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.Aggregation.IScalarAggregation | null);
|
|
14073
|
-
}
|
|
14074
|
-
export class Aggregation implements IAggregation {
|
|
14075
|
-
constructor(data?: IAggregation);
|
|
14076
|
-
name?: (string | null);
|
|
14077
|
-
type?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationType | null);
|
|
14078
|
-
fieldPath?: (string | null);
|
|
14079
|
-
value?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.Aggregation.IValueAggregation | null);
|
|
14080
|
-
range?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.Aggregation.IRangeAggregation | null);
|
|
14081
|
-
scalar?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.Aggregation.IScalarAggregation | null);
|
|
14082
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14083
|
-
}
|
|
14084
|
-
export namespace Aggregation {
|
|
14085
|
-
export interface IRangeAggregation {
|
|
14086
|
-
buckets?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.Aggregation.RangeAggregation.IRangeBucket[] | null);
|
|
14087
|
-
}
|
|
14088
|
-
export class RangeAggregation implements IRangeAggregation {
|
|
14089
|
-
constructor(data?: IRangeAggregation);
|
|
14090
|
-
buckets?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.Aggregation.RangeAggregation.IRangeBucket[] | null);
|
|
14091
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14092
|
-
}
|
|
14093
|
-
export namespace RangeAggregation {
|
|
14094
|
-
export interface IRangeBucket {
|
|
14095
|
-
from?: (number | null);
|
|
14096
|
-
to?: (number | null);
|
|
14097
|
-
}
|
|
14098
|
-
export class RangeBucket implements IRangeBucket {
|
|
14099
|
-
constructor(data?: IRangeBucket);
|
|
14100
|
-
from?: (number | null);
|
|
14101
|
-
to?: (number | null);
|
|
14102
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14103
|
-
}
|
|
14104
|
-
}
|
|
14105
|
-
export interface IValueAggregation {
|
|
14106
|
-
sortType?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.Aggregation.ValueAggregation.SortType | null);
|
|
14107
|
-
sortDirection?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.Aggregation.ValueAggregation.SortDirection | null);
|
|
14108
|
-
limit?: (number | null);
|
|
14109
|
-
}
|
|
14110
|
-
export class ValueAggregation implements IValueAggregation {
|
|
14111
|
-
constructor(data?: IValueAggregation);
|
|
14112
|
-
sortType?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.Aggregation.ValueAggregation.SortType | null);
|
|
14113
|
-
sortDirection?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.Aggregation.ValueAggregation.SortDirection | null);
|
|
14114
|
-
limit?: (number | null);
|
|
14115
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14116
|
-
}
|
|
14117
|
-
export namespace ValueAggregation {
|
|
14118
|
-
export enum SortType {
|
|
14119
|
-
COUNT = "COUNT",
|
|
14120
|
-
VALUE = "VALUE",
|
|
14121
|
-
}
|
|
14122
|
-
export enum SortDirection {
|
|
14123
|
-
DESC = "DESC",
|
|
14124
|
-
ASC = "ASC",
|
|
14125
|
-
}
|
|
14126
|
-
}
|
|
14127
|
-
export interface IScalarAggregation {
|
|
14128
|
-
type?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.ScalarType | null);
|
|
14129
|
-
}
|
|
14130
|
-
export class ScalarAggregation implements IScalarAggregation {
|
|
14131
|
-
constructor(data?: IScalarAggregation);
|
|
14132
|
-
type?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.ScalarType | null);
|
|
14133
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14134
|
-
}
|
|
14135
|
-
}
|
|
14136
|
-
export interface IAggregationData {
|
|
14137
|
-
results?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationData.IAggregationResults[] | null);
|
|
14138
|
-
}
|
|
14139
|
-
export class AggregationData implements IAggregationData {
|
|
14140
|
-
constructor(data?: IAggregationData);
|
|
14141
|
-
results?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationData.IAggregationResults[] | null);
|
|
14142
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14143
|
-
}
|
|
14144
|
-
export namespace AggregationData {
|
|
14145
|
-
export interface IAggregationResults {
|
|
14146
|
-
name?: (string | null);
|
|
14147
|
-
type?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationType | null);
|
|
14148
|
-
values?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationData.AggregationResults.IValueResults | null);
|
|
14149
|
-
ranges?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationData.AggregationResults.IRangeResults | null);
|
|
14150
|
-
scalar?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationData.AggregationResults.IScalarResult | null);
|
|
14151
|
-
}
|
|
14152
|
-
export class AggregationResults implements IAggregationResults {
|
|
14153
|
-
constructor(data?: IAggregationResults);
|
|
14154
|
-
name?: (string | null);
|
|
14155
|
-
type?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationType | null);
|
|
14156
|
-
values?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationData.AggregationResults.IValueResults | null);
|
|
14157
|
-
ranges?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationData.AggregationResults.IRangeResults | null);
|
|
14158
|
-
scalar?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationData.AggregationResults.IScalarResult | null);
|
|
14159
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14160
|
-
}
|
|
14161
|
-
export namespace AggregationResults {
|
|
14162
|
-
export interface IValueResults {
|
|
14163
|
-
results?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationData.AggregationResults.ValueResults.IValueAggregationResult[] | null);
|
|
14164
|
-
}
|
|
14165
|
-
export class ValueResults implements IValueResults {
|
|
14166
|
-
constructor(data?: IValueResults);
|
|
14167
|
-
results?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationData.AggregationResults.ValueResults.IValueAggregationResult[] | null);
|
|
14168
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14169
|
-
}
|
|
14170
|
-
export namespace ValueResults {
|
|
14171
|
-
export interface IValueAggregationResult {
|
|
14172
|
-
value?: (string | null);
|
|
14173
|
-
count?: (number | null);
|
|
14174
|
-
}
|
|
14175
|
-
export class ValueAggregationResult implements IValueAggregationResult {
|
|
14176
|
-
constructor(data?: IValueAggregationResult);
|
|
14177
|
-
value?: (string | null);
|
|
14178
|
-
count?: (number | null);
|
|
14179
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14180
|
-
}
|
|
14181
|
-
}
|
|
14182
|
-
export interface IRangeResults {
|
|
14183
|
-
results?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationData.AggregationResults.RangeResults.IRangeAggregationResult[] | null);
|
|
14184
|
-
}
|
|
14185
|
-
export class RangeResults implements IRangeResults {
|
|
14186
|
-
constructor(data?: IRangeResults);
|
|
14187
|
-
results?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.AggregationData.AggregationResults.RangeResults.IRangeAggregationResult[] | null);
|
|
14188
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14189
|
-
}
|
|
14190
|
-
export namespace RangeResults {
|
|
14191
|
-
export interface IRangeAggregationResult {
|
|
14192
|
-
from?: (number | null);
|
|
14193
|
-
to?: (number | null);
|
|
14194
|
-
count?: (number | null);
|
|
14195
|
-
}
|
|
14196
|
-
export class RangeAggregationResult implements IRangeAggregationResult {
|
|
14197
|
-
constructor(data?: IRangeAggregationResult);
|
|
14198
|
-
from?: (number | null);
|
|
14199
|
-
to?: (number | null);
|
|
14200
|
-
count?: (number | null);
|
|
14201
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14202
|
-
}
|
|
14203
|
-
}
|
|
14204
|
-
export interface IScalarResult {
|
|
14205
|
-
type?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.ScalarType | null);
|
|
14206
|
-
value?: (number | null);
|
|
14207
|
-
}
|
|
14208
|
-
export class ScalarResult implements IScalarResult {
|
|
14209
|
-
constructor(data?: IScalarResult);
|
|
14210
|
-
type?: ($wrapper.wix.stores.catalog.location.v3.upstream.wix.query.ScalarType | null);
|
|
14211
|
-
value?: (number | null);
|
|
14212
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14213
|
-
}
|
|
14214
|
-
}
|
|
14215
|
-
}
|
|
14216
|
-
}
|
|
14217
|
-
}
|
|
14218
|
-
}
|
|
14219
|
-
}
|
|
14220
|
-
}
|
|
14221
12252
|
}
|
|
14222
12253
|
}
|
|
14223
12254
|
export namespace fedinfra {
|
|
@@ -14956,394 +12987,18 @@ declare namespace $wrapper {
|
|
|
14956
12987
|
}
|
|
14957
12988
|
}
|
|
14958
12989
|
}
|
|
14959
|
-
export namespace
|
|
14960
|
-
export
|
|
14961
|
-
|
|
14962
|
-
|
|
14963
|
-
|
|
14964
|
-
|
|
14965
|
-
|
|
14966
|
-
|
|
14967
|
-
|
|
14968
|
-
|
|
14969
|
-
|
|
14970
|
-
|
|
14971
|
-
consentPolicy?: ($wrapper.wix.site.properties.v5.IConsentPolicy | null);
|
|
14972
|
-
businessConfig?: (string | null);
|
|
14973
|
-
externalSiteUrl?: (string | null);
|
|
14974
|
-
trackClicksAnalytics?: (boolean | null);
|
|
14975
|
-
revision?: ((number | string) | null);
|
|
14976
|
-
createdDate?: (Date | null);
|
|
14977
|
-
updatedDate?: (Date | null);
|
|
14978
|
-
}
|
|
14979
|
-
export class Properties implements IProperties {
|
|
14980
|
-
constructor(data?: IProperties);
|
|
14981
|
-
siteDisplayName?: (string | null);
|
|
14982
|
-
paymentCurrency?: (string | null);
|
|
14983
|
-
languages?: ($wrapper.wix.site.properties.v5.ILanguages | null);
|
|
14984
|
-
primaryLocation?: ($wrapper.wix.site.properties.v5.ILocation | null);
|
|
14985
|
-
categories?: ($wrapper.wix.site.properties.v5.ICategories | null);
|
|
14986
|
-
businessName?: (string | null);
|
|
14987
|
-
logo?: (string | null);
|
|
14988
|
-
description?: (string | null);
|
|
14989
|
-
consentPolicy?: ($wrapper.wix.site.properties.v5.IConsentPolicy | null);
|
|
14990
|
-
businessConfig?: (string | null);
|
|
14991
|
-
externalSiteUrl?: (string | null);
|
|
14992
|
-
trackClicksAnalytics?: (boolean | null);
|
|
14993
|
-
revision?: ((number | string) | null);
|
|
14994
|
-
createdDate?: (Date | null);
|
|
14995
|
-
updatedDate?: (Date | null);
|
|
14996
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14997
|
-
}
|
|
14998
|
-
export interface ILanguages {
|
|
14999
|
-
primaryLanguage?: ($wrapper.wix.site.properties.v5.IPrimaryLanguage | null);
|
|
15000
|
-
additionalLanguages?: (string[] | null);
|
|
15001
|
-
}
|
|
15002
|
-
export class Languages implements ILanguages {
|
|
15003
|
-
constructor(data?: ILanguages);
|
|
15004
|
-
primaryLanguage?: ($wrapper.wix.site.properties.v5.IPrimaryLanguage | null);
|
|
15005
|
-
additionalLanguages?: (string[] | null);
|
|
15006
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15007
|
-
}
|
|
15008
|
-
export interface IPrimaryLanguage {
|
|
15009
|
-
/**
|
|
15010
|
-
* Site language.
|
|
15011
|
-
*
|
|
15012
|
-
* Two-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
|
|
15013
|
-
*/
|
|
15014
|
-
language?: (string | null);
|
|
15015
|
-
locale?: (string | null);
|
|
15016
|
-
}
|
|
15017
|
-
export class PrimaryLanguage implements IPrimaryLanguage {
|
|
15018
|
-
constructor(data?: IPrimaryLanguage);
|
|
15019
|
-
language?: (string | null);
|
|
15020
|
-
locale?: (string | null);
|
|
15021
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15022
|
-
}
|
|
15023
|
-
export interface ILocation {
|
|
15024
|
-
timeZone?: (string | null);
|
|
15025
|
-
address?: ($wrapper.com.wix.site.properties.upstream.wix.common.IAddress | null);
|
|
15026
|
-
email?: (string | null);
|
|
15027
|
-
phone?: (string | null);
|
|
15028
|
-
fax?: (string | null);
|
|
15029
|
-
businessSchedule?: ($wrapper.wix.site.properties.v5.IBusinessSchedule | null);
|
|
15030
|
-
}
|
|
15031
|
-
export class Location implements ILocation {
|
|
15032
|
-
constructor(data?: ILocation);
|
|
15033
|
-
timeZone?: (string | null);
|
|
15034
|
-
address?: ($wrapper.com.wix.site.properties.upstream.wix.common.IAddress | null);
|
|
15035
|
-
email?: (string | null);
|
|
15036
|
-
phone?: (string | null);
|
|
15037
|
-
fax?: (string | null);
|
|
15038
|
-
businessSchedule?: ($wrapper.wix.site.properties.v5.IBusinessSchedule | null);
|
|
15039
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15040
|
-
}
|
|
15041
|
-
export interface IBusinessSchedule {
|
|
15042
|
-
periods?: ($wrapper.wix.site.properties.v5.ITimePeriod[] | null);
|
|
15043
|
-
specialHourPeriod?: ($wrapper.wix.site.properties.v5.ISpecialHourPeriod[] | null);
|
|
15044
|
-
}
|
|
15045
|
-
export class BusinessSchedule implements IBusinessSchedule {
|
|
15046
|
-
constructor(data?: IBusinessSchedule);
|
|
15047
|
-
periods?: ($wrapper.wix.site.properties.v5.ITimePeriod[] | null);
|
|
15048
|
-
specialHourPeriod?: ($wrapper.wix.site.properties.v5.ISpecialHourPeriod[] | null);
|
|
15049
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15050
|
-
}
|
|
15051
|
-
export interface ITimePeriod {
|
|
15052
|
-
openDay?: ($wrapper.wix.site.properties.v5.DayOfWeek | null);
|
|
15053
|
-
openTime?: (string | null);
|
|
15054
|
-
closeDay?: ($wrapper.wix.site.properties.v5.DayOfWeek | null);
|
|
15055
|
-
closeTime?: (string | null);
|
|
15056
|
-
}
|
|
15057
|
-
export class TimePeriod implements ITimePeriod {
|
|
15058
|
-
constructor(data?: ITimePeriod);
|
|
15059
|
-
openDay?: ($wrapper.wix.site.properties.v5.DayOfWeek | null);
|
|
15060
|
-
openTime?: (string | null);
|
|
15061
|
-
closeDay?: ($wrapper.wix.site.properties.v5.DayOfWeek | null);
|
|
15062
|
-
closeTime?: (string | null);
|
|
15063
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15064
|
-
}
|
|
15065
|
-
export interface ISpecialHourPeriod {
|
|
15066
|
-
startDate?: (string | null);
|
|
15067
|
-
endDate?: (string | null);
|
|
15068
|
-
closed?: (boolean | null);
|
|
15069
|
-
comment?: (string | null);
|
|
15070
|
-
}
|
|
15071
|
-
export class SpecialHourPeriod implements ISpecialHourPeriod {
|
|
15072
|
-
constructor(data?: ISpecialHourPeriod);
|
|
15073
|
-
startDate?: (string | null);
|
|
15074
|
-
endDate?: (string | null);
|
|
15075
|
-
closed?: (boolean | null);
|
|
15076
|
-
comment?: (string | null);
|
|
15077
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15078
|
-
}
|
|
15079
|
-
export enum DayOfWeek {
|
|
15080
|
-
UNKNOWN_DAY_OF_WEEK = "UNKNOWN_DAY_OF_WEEK",
|
|
15081
|
-
SUNDAY = "SUNDAY",
|
|
15082
|
-
MONDAY = "MONDAY",
|
|
15083
|
-
TUESDAY = "TUESDAY",
|
|
15084
|
-
WEDNESDAY = "WEDNESDAY",
|
|
15085
|
-
THURSDAY = "THURSDAY",
|
|
15086
|
-
FRIDAY = "FRIDAY",
|
|
15087
|
-
SATURDAY = "SATURDAY",
|
|
15088
|
-
}
|
|
15089
|
-
export interface ICategories {
|
|
15090
|
-
primary?: (string | null);
|
|
15091
|
-
secondary?: (string[] | null);
|
|
15092
|
-
businessTermId?: (string | null);
|
|
15093
|
-
}
|
|
15094
|
-
export class Categories implements ICategories {
|
|
15095
|
-
constructor(data?: ICategories);
|
|
15096
|
-
primary?: (string | null);
|
|
15097
|
-
secondary?: (string[] | null);
|
|
15098
|
-
businessTermId?: (string | null);
|
|
15099
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15100
|
-
}
|
|
15101
|
-
export interface IConsentPolicy {
|
|
15102
|
-
essential?: (boolean | null);
|
|
15103
|
-
functional?: (boolean | null);
|
|
15104
|
-
analytics?: (boolean | null);
|
|
15105
|
-
advertising?: (boolean | null);
|
|
15106
|
-
dataToThirdParty?: (boolean | null);
|
|
15107
|
-
}
|
|
15108
|
-
export class ConsentPolicy implements IConsentPolicy {
|
|
15109
|
-
constructor(data?: IConsentPolicy);
|
|
15110
|
-
essential?: (boolean | null);
|
|
15111
|
-
functional?: (boolean | null);
|
|
15112
|
-
analytics?: (boolean | null);
|
|
15113
|
-
advertising?: (boolean | null);
|
|
15114
|
-
dataToThirdParty?: (boolean | null);
|
|
15115
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15116
|
-
}
|
|
15117
|
-
export interface IBusinessProfileData {
|
|
15118
|
-
siteDisplayName?: (string | null);
|
|
15119
|
-
businessName?: (string | null);
|
|
15120
|
-
logo?: (string | null);
|
|
15121
|
-
description?: (string | null);
|
|
15122
|
-
}
|
|
15123
|
-
export class BusinessProfileData implements IBusinessProfileData {
|
|
15124
|
-
constructor(data?: IBusinessProfileData);
|
|
15125
|
-
siteDisplayName?: (string | null);
|
|
15126
|
-
businessName?: (string | null);
|
|
15127
|
-
logo?: (string | null);
|
|
15128
|
-
description?: (string | null);
|
|
15129
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15130
|
-
}
|
|
15131
|
-
export interface IBusinessContactData {
|
|
15132
|
-
email?: (string | null);
|
|
15133
|
-
phone?: (string | null);
|
|
15134
|
-
fax?: (string | null);
|
|
15135
|
-
address?: ($wrapper.com.wix.site.properties.upstream.wix.common.IAddress | null);
|
|
15136
|
-
}
|
|
15137
|
-
export class BusinessContactData implements IBusinessContactData {
|
|
15138
|
-
constructor(data?: IBusinessContactData);
|
|
15139
|
-
email?: (string | null);
|
|
15140
|
-
phone?: (string | null);
|
|
15141
|
-
fax?: (string | null);
|
|
15142
|
-
address?: ($wrapper.com.wix.site.properties.upstream.wix.common.IAddress | null);
|
|
15143
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15144
|
-
}
|
|
15145
|
-
export abstract class SitePropertiesService {
|
|
15146
|
-
abstract getProperties(aspects: AspectStore, req: $wrapper.wix.site.properties.v5.IGetPropertiesRequest): Promise<$wrapper.wix.site.properties.v5.IGetPropertiesResponse>
|
|
15147
|
-
abstract updateProperties(aspects: AspectStore, req: $wrapper.wix.site.properties.v5.IUpdatePropertiesRequest): Promise<$wrapper.wix.site.properties.v5.IUpdatePropertiesResponse>
|
|
15148
|
-
abstract consumeMetaSiteSpecialEvent(aspects: AspectStore, req: $wrapper.com.wixpress.metasite.event.api.IMetaSiteSpecialEvent): Promise<{}>
|
|
15149
|
-
abstract updatePrimaryLanguage(aspects: AspectStore, req: $wrapper.wix.site.properties.v5.IUpdatePrimaryLanguageRequest): Promise<$wrapper.wix.site.properties.v5.IUpdatePrimaryLanguageResponse>
|
|
15150
|
-
abstract updateAdditionalLanguages(aspects: AspectStore, req: $wrapper.wix.site.properties.v5.IUpdateAdditionalLanguagesRequest): Promise<$wrapper.wix.site.properties.v5.IUpdateAdditionalLanguagesResponse>
|
|
15151
|
-
abstract updateBusinessProfile(aspects: AspectStore, req: $wrapper.wix.site.properties.v5.IUpdateBusinessProfileRequest): Promise<$wrapper.wix.site.properties.v5.IUpdateBusinessProfileResponse>
|
|
15152
|
-
abstract updateBusinessContact(aspects: AspectStore, req: $wrapper.wix.site.properties.v5.IUpdateBusinessContactRequest): Promise<$wrapper.wix.site.properties.v5.IUpdateBusinessContactResponse>
|
|
15153
|
-
abstract updateBusinessSchedule(aspects: AspectStore, req: $wrapper.wix.site.properties.v5.IUpdateBusinessScheduleRequest): Promise<$wrapper.wix.site.properties.v5.IUpdateBusinessScheduleResponse>
|
|
15154
|
-
abstract updateConsentPolicy(aspects: AspectStore, req: $wrapper.wix.site.properties.v5.IUpdateConsentPolicyRequest): Promise<$wrapper.wix.site.properties.v5.IUpdateConsentPolicyResponse>
|
|
15155
|
-
/**
|
|
15156
|
-
* Get the site properties of the listed meta site Id's
|
|
15157
|
-
*/
|
|
15158
|
-
abstract getPropertiesForMetaSitesIds(aspects: AspectStore, req: $wrapper.wix.site.properties.v5.IGetPropertiesForMetaSitesIdsRequest): Promise<$wrapper.wix.site.properties.v5.IGetPropertiesForMetaSitesIdsResponse>
|
|
15159
|
-
}
|
|
15160
|
-
export interface IGetPropertiesRequest {
|
|
15161
|
-
fields?: ($wrapper.wix.site.properties.v5.RequestedFields[] | null);
|
|
15162
|
-
}
|
|
15163
|
-
export class GetPropertiesRequest implements IGetPropertiesRequest {
|
|
15164
|
-
constructor(data?: IGetPropertiesRequest);
|
|
15165
|
-
fields?: ($wrapper.wix.site.properties.v5.RequestedFields[] | null);
|
|
15166
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15167
|
-
}
|
|
15168
|
-
export interface IGetPropertiesResponse {
|
|
15169
|
-
properties?: ($wrapper.wix.site.properties.v5.IProperties | null);
|
|
15170
|
-
}
|
|
15171
|
-
export class GetPropertiesResponse implements IGetPropertiesResponse {
|
|
15172
|
-
constructor(data?: IGetPropertiesResponse);
|
|
15173
|
-
properties?: ($wrapper.wix.site.properties.v5.IProperties | null);
|
|
15174
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15175
|
-
}
|
|
15176
|
-
export enum RequestedFields {
|
|
15177
|
-
UNKNOWN_REQUESTED_FIELD = "UNKNOWN_REQUESTED_FIELD",
|
|
15178
|
-
SITE_DISPLAY_NAME = "SITE_DISPLAY_NAME",
|
|
15179
|
-
PAYMENT_CURRENCY = "PAYMENT_CURRENCY",
|
|
15180
|
-
LANGUAGES = "LANGUAGES",
|
|
15181
|
-
PRIMARY_LOCATION = "PRIMARY_LOCATION",
|
|
15182
|
-
CATEGORIES = "CATEGORIES",
|
|
15183
|
-
BUSINESS_NAME = "BUSINESS_NAME",
|
|
15184
|
-
LOGO = "LOGO",
|
|
15185
|
-
DESCRIPTION = "DESCRIPTION",
|
|
15186
|
-
CONSENT_POLICY = "CONSENT_POLICY",
|
|
15187
|
-
BUSINESS_CONFIG = "BUSINESS_CONFIG",
|
|
15188
|
-
EXTERNAL_SITE_URL = "EXTERNAL_SITE_URL",
|
|
15189
|
-
TRACK_CLICKS_ANALYTICS = "TRACK_CLICKS_ANALYTICS",
|
|
15190
|
-
}
|
|
15191
|
-
export interface IUpdatePropertiesRequest {
|
|
15192
|
-
properties?: ($wrapper.wix.site.properties.v5.IProperties | null);
|
|
15193
|
-
mask?: (string[] | null);
|
|
15194
|
-
}
|
|
15195
|
-
export class UpdatePropertiesRequest implements IUpdatePropertiesRequest {
|
|
15196
|
-
constructor(data?: IUpdatePropertiesRequest);
|
|
15197
|
-
properties?: ($wrapper.wix.site.properties.v5.IProperties | null);
|
|
15198
|
-
mask?: (string[] | null);
|
|
15199
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15200
|
-
}
|
|
15201
|
-
export interface IUpdatePropertiesResponse {
|
|
15202
|
-
properties?: ($wrapper.wix.site.properties.v5.IProperties | null);
|
|
15203
|
-
}
|
|
15204
|
-
export class UpdatePropertiesResponse implements IUpdatePropertiesResponse {
|
|
15205
|
-
constructor(data?: IUpdatePropertiesResponse);
|
|
15206
|
-
properties?: ($wrapper.wix.site.properties.v5.IProperties | null);
|
|
15207
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15208
|
-
}
|
|
15209
|
-
export interface IUpdatePrimaryLanguageRequest {
|
|
15210
|
-
language?: (string | null);
|
|
15211
|
-
locale?: (string | null);
|
|
15212
|
-
revision?: ((number | string) | null);
|
|
15213
|
-
}
|
|
15214
|
-
export class UpdatePrimaryLanguageRequest implements IUpdatePrimaryLanguageRequest {
|
|
15215
|
-
constructor(data?: IUpdatePrimaryLanguageRequest);
|
|
15216
|
-
language?: (string | null);
|
|
15217
|
-
locale?: (string | null);
|
|
15218
|
-
revision?: ((number | string) | null);
|
|
15219
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15220
|
-
}
|
|
15221
|
-
export interface IUpdatePrimaryLanguageResponse {
|
|
15222
|
-
properties?: ($wrapper.wix.site.properties.v5.IProperties | null);
|
|
15223
|
-
}
|
|
15224
|
-
export class UpdatePrimaryLanguageResponse implements IUpdatePrimaryLanguageResponse {
|
|
15225
|
-
constructor(data?: IUpdatePrimaryLanguageResponse);
|
|
15226
|
-
properties?: ($wrapper.wix.site.properties.v5.IProperties | null);
|
|
15227
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15228
|
-
}
|
|
15229
|
-
export interface IUpdateAdditionalLanguagesRequest {
|
|
15230
|
-
additionalLanguages?: (string[] | null);
|
|
15231
|
-
revision?: ((number | string) | null);
|
|
15232
|
-
}
|
|
15233
|
-
export class UpdateAdditionalLanguagesRequest implements IUpdateAdditionalLanguagesRequest {
|
|
15234
|
-
constructor(data?: IUpdateAdditionalLanguagesRequest);
|
|
15235
|
-
additionalLanguages?: (string[] | null);
|
|
15236
|
-
revision?: ((number | string) | null);
|
|
15237
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15238
|
-
}
|
|
15239
|
-
export interface IUpdateAdditionalLanguagesResponse {
|
|
15240
|
-
properties?: ($wrapper.wix.site.properties.v5.IProperties | null);
|
|
15241
|
-
}
|
|
15242
|
-
export class UpdateAdditionalLanguagesResponse implements IUpdateAdditionalLanguagesResponse {
|
|
15243
|
-
constructor(data?: IUpdateAdditionalLanguagesResponse);
|
|
15244
|
-
properties?: ($wrapper.wix.site.properties.v5.IProperties | null);
|
|
15245
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15246
|
-
}
|
|
15247
|
-
export interface IGetPropertiesForMetaSitesIdsRequest {
|
|
15248
|
-
metaSiteIds?: (string[] | null);
|
|
15249
|
-
}
|
|
15250
|
-
export class GetPropertiesForMetaSitesIdsRequest implements IGetPropertiesForMetaSitesIdsRequest {
|
|
15251
|
-
constructor(data?: IGetPropertiesForMetaSitesIdsRequest);
|
|
15252
|
-
metaSiteIds?: (string[] | null);
|
|
15253
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15254
|
-
}
|
|
15255
|
-
export interface IGetPropertiesForMetaSitesIdsResponse {
|
|
15256
|
-
sitesPropertiesMap?: ({ [k: string]: $wrapper.wix.site.properties.v5.IProperties } | null);
|
|
15257
|
-
}
|
|
15258
|
-
export class GetPropertiesForMetaSitesIdsResponse implements IGetPropertiesForMetaSitesIdsResponse {
|
|
15259
|
-
constructor(data?: IGetPropertiesForMetaSitesIdsResponse);
|
|
15260
|
-
sitesPropertiesMap?: ({ [k: string]: $wrapper.wix.site.properties.v5.IProperties });
|
|
15261
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15262
|
-
}
|
|
15263
|
-
export enum OriginatedFrom {
|
|
15264
|
-
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
15265
|
-
DUPLICATE = "DUPLICATE",
|
|
15266
|
-
TEMPLATE = "TEMPLATE",
|
|
15267
|
-
}
|
|
15268
|
-
export interface IAdditionalDataForLocations {
|
|
15269
|
-
originatedFrom?: ($wrapper.wix.site.properties.v5.OriginatedFrom | null);
|
|
15270
|
-
originId?: (string | null);
|
|
15271
|
-
}
|
|
15272
|
-
export class AdditionalDataForLocations implements IAdditionalDataForLocations {
|
|
15273
|
-
constructor(data?: IAdditionalDataForLocations);
|
|
15274
|
-
originatedFrom?: ($wrapper.wix.site.properties.v5.OriginatedFrom | null);
|
|
15275
|
-
originId?: (string | null);
|
|
15276
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15277
|
-
}
|
|
15278
|
-
export interface IUpdateBusinessProfileRequest {
|
|
15279
|
-
businessProfile?: ($wrapper.wix.site.properties.v5.IBusinessProfileData | null);
|
|
15280
|
-
fields?: (string[] | null);
|
|
15281
|
-
revision?: ((number | string) | null);
|
|
15282
|
-
}
|
|
15283
|
-
export class UpdateBusinessProfileRequest implements IUpdateBusinessProfileRequest {
|
|
15284
|
-
constructor(data?: IUpdateBusinessProfileRequest);
|
|
15285
|
-
businessProfile?: ($wrapper.wix.site.properties.v5.IBusinessProfileData | null);
|
|
15286
|
-
fields?: (string[] | null);
|
|
15287
|
-
revision?: ((number | string) | null);
|
|
15288
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15289
|
-
}
|
|
15290
|
-
export interface IUpdateBusinessProfileResponse {
|
|
15291
|
-
}
|
|
15292
|
-
export class UpdateBusinessProfileResponse implements IUpdateBusinessProfileResponse {
|
|
15293
|
-
constructor(data?: IUpdateBusinessProfileResponse);
|
|
15294
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15295
|
-
}
|
|
15296
|
-
export interface IUpdateBusinessContactRequest {
|
|
15297
|
-
businessContact?: ($wrapper.wix.site.properties.v5.IBusinessContactData | null);
|
|
15298
|
-
fields?: (string[] | null);
|
|
15299
|
-
revision?: ((number | string) | null);
|
|
15300
|
-
}
|
|
15301
|
-
export class UpdateBusinessContactRequest implements IUpdateBusinessContactRequest {
|
|
15302
|
-
constructor(data?: IUpdateBusinessContactRequest);
|
|
15303
|
-
businessContact?: ($wrapper.wix.site.properties.v5.IBusinessContactData | null);
|
|
15304
|
-
fields?: (string[] | null);
|
|
15305
|
-
revision?: ((number | string) | null);
|
|
15306
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15307
|
-
}
|
|
15308
|
-
export interface IUpdateBusinessContactResponse {
|
|
15309
|
-
}
|
|
15310
|
-
export class UpdateBusinessContactResponse implements IUpdateBusinessContactResponse {
|
|
15311
|
-
constructor(data?: IUpdateBusinessContactResponse);
|
|
15312
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15313
|
-
}
|
|
15314
|
-
export interface IUpdateBusinessScheduleRequest {
|
|
15315
|
-
businessSchedule?: ($wrapper.wix.site.properties.v5.IBusinessSchedule | null);
|
|
15316
|
-
revision?: ((number | string) | null);
|
|
15317
|
-
}
|
|
15318
|
-
export class UpdateBusinessScheduleRequest implements IUpdateBusinessScheduleRequest {
|
|
15319
|
-
constructor(data?: IUpdateBusinessScheduleRequest);
|
|
15320
|
-
businessSchedule?: ($wrapper.wix.site.properties.v5.IBusinessSchedule | null);
|
|
15321
|
-
revision?: ((number | string) | null);
|
|
15322
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15323
|
-
}
|
|
15324
|
-
export interface IUpdateBusinessScheduleResponse {
|
|
15325
|
-
}
|
|
15326
|
-
export class UpdateBusinessScheduleResponse implements IUpdateBusinessScheduleResponse {
|
|
15327
|
-
constructor(data?: IUpdateBusinessScheduleResponse);
|
|
15328
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15329
|
-
}
|
|
15330
|
-
export interface IUpdateConsentPolicyRequest {
|
|
15331
|
-
consentPolicy?: ($wrapper.wix.site.properties.v5.IConsentPolicy | null);
|
|
15332
|
-
revision?: ((number | string) | null);
|
|
15333
|
-
}
|
|
15334
|
-
export class UpdateConsentPolicyRequest implements IUpdateConsentPolicyRequest {
|
|
15335
|
-
constructor(data?: IUpdateConsentPolicyRequest);
|
|
15336
|
-
consentPolicy?: ($wrapper.wix.site.properties.v5.IConsentPolicy | null);
|
|
15337
|
-
revision?: ((number | string) | null);
|
|
15338
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15339
|
-
}
|
|
15340
|
-
export interface IUpdateConsentPolicyResponse {
|
|
15341
|
-
}
|
|
15342
|
-
export class UpdateConsentPolicyResponse implements IUpdateConsentPolicyResponse {
|
|
15343
|
-
constructor(data?: IUpdateConsentPolicyResponse);
|
|
15344
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15345
|
-
}
|
|
15346
|
-
}
|
|
12990
|
+
export namespace http {
|
|
12991
|
+
export interface IInferFieldmask {
|
|
12992
|
+
from?: (string | null);
|
|
12993
|
+
fieldmask?: (string | null);
|
|
12994
|
+
snakeCaseCommaSeparatedMask?: (boolean | null);
|
|
12995
|
+
}
|
|
12996
|
+
export class InferFieldmask implements IInferFieldmask {
|
|
12997
|
+
constructor(data?: IInferFieldmask);
|
|
12998
|
+
from?: (string | null);
|
|
12999
|
+
fieldmask?: (string | null);
|
|
13000
|
+
snakeCaseCommaSeparatedMask?: (boolean | null);
|
|
13001
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15347
13002
|
}
|
|
15348
13003
|
}
|
|
15349
13004
|
}
|
|
@@ -15691,8 +13346,10 @@ declare namespace $wrapper {
|
|
|
15691
13346
|
'.wix.api.min'?: (number | null);
|
|
15692
13347
|
'.wix.api.maxLength'?: (number | null);
|
|
15693
13348
|
'.wix.api.minLength'?: (number | null);
|
|
13349
|
+
'.wix.api.exactLength'?: (number | null);
|
|
15694
13350
|
'.wix.api.maxSize'?: (number | null);
|
|
15695
13351
|
'.wix.api.minSize'?: (number | null);
|
|
13352
|
+
'.wix.api.exactSize'?: (number | null);
|
|
15696
13353
|
'.wix.api.format'?: ($wrapper.wix.api.Format | null);
|
|
15697
13354
|
'.wix.api.readOnly'?: (boolean | null);
|
|
15698
13355
|
'.wix.api.immutable'?: (boolean | null);
|
|
@@ -15725,8 +13382,10 @@ declare namespace $wrapper {
|
|
|
15725
13382
|
'.wix.api.min'?: (number | null);
|
|
15726
13383
|
'.wix.api.maxLength'?: (number | null);
|
|
15727
13384
|
'.wix.api.minLength'?: (number | null);
|
|
13385
|
+
'.wix.api.exactLength'?: (number | null);
|
|
15728
13386
|
'.wix.api.maxSize'?: (number | null);
|
|
15729
13387
|
'.wix.api.minSize'?: (number | null);
|
|
13388
|
+
'.wix.api.exactSize'?: (number | null);
|
|
15730
13389
|
'.wix.api.format'?: ($wrapper.wix.api.Format | null);
|
|
15731
13390
|
'.wix.api.readOnly'?: (boolean | null);
|
|
15732
13391
|
'.wix.api.immutable'?: (boolean | null);
|
|
@@ -15832,14 +13491,14 @@ declare namespace $wrapper {
|
|
|
15832
13491
|
'.wix.api.inheritCrudErrors'?: ($wrapper.wix.api.IInheritCrudErrors[] | null);
|
|
15833
13492
|
'.wix.spi.error'?: ($wrapper.wix.spi.IError[] | null);
|
|
15834
13493
|
'.wix.spi.featureToggle'?: (string | null);
|
|
13494
|
+
'.wix.api.idempotency'?: ($wrapper.wix.api.IIdempotency | null);
|
|
15835
13495
|
'.wix.api.permission'?: ($wrapper.wix.api.IPermissionRule | null);
|
|
15836
13496
|
'.wix.api.additionalPermission'?: ($wrapper.wix.api.IPermissionRule[] | null);
|
|
15837
|
-
'.wix.sdk.signature'?: ($wrapper.wix.sdk.ISignature[] | null);
|
|
15838
13497
|
'.wix.api.sla'?: ($wrapper.wix.api.ISla | null);
|
|
15839
|
-
'.google.api.http'?: ($wrapper.google.api.IHttpRule | null);
|
|
15840
|
-
'.wix.http.inferFieldmask'?: ($wrapper.wix.http.IInferFieldmask | null);
|
|
15841
13498
|
'.wix.api.subscription'?: ($wrapper.wix.api.ISubscription | null);
|
|
15842
|
-
'.wix.
|
|
13499
|
+
'.wix.sdk.signature'?: ($wrapper.wix.sdk.ISignature[] | null);
|
|
13500
|
+
'.wix.http.inferFieldmask'?: ($wrapper.wix.http.IInferFieldmask | null);
|
|
13501
|
+
'.google.api.http'?: ($wrapper.google.api.IHttpRule | null);
|
|
15843
13502
|
}
|
|
15844
13503
|
export class MethodOptions implements IMethodOptions {
|
|
15845
13504
|
constructor(data?: IMethodOptions);
|
|
@@ -15861,14 +13520,14 @@ declare namespace $wrapper {
|
|
|
15861
13520
|
'.wix.api.inheritCrudErrors'?: ($wrapper.wix.api.IInheritCrudErrors[] | null);
|
|
15862
13521
|
'.wix.spi.error'?: ($wrapper.wix.spi.IError[] | null);
|
|
15863
13522
|
'.wix.spi.featureToggle'?: (string | null);
|
|
13523
|
+
'.wix.api.idempotency'?: ($wrapper.wix.api.IIdempotency | null);
|
|
15864
13524
|
'.wix.api.permission'?: ($wrapper.wix.api.IPermissionRule | null);
|
|
15865
13525
|
'.wix.api.additionalPermission'?: ($wrapper.wix.api.IPermissionRule[] | null);
|
|
15866
|
-
'.wix.sdk.signature'?: ($wrapper.wix.sdk.ISignature[] | null);
|
|
15867
13526
|
'.wix.api.sla'?: ($wrapper.wix.api.ISla | null);
|
|
15868
|
-
'.google.api.http'?: ($wrapper.google.api.IHttpRule | null);
|
|
15869
|
-
'.wix.http.inferFieldmask'?: ($wrapper.wix.http.IInferFieldmask | null);
|
|
15870
13527
|
'.wix.api.subscription'?: ($wrapper.wix.api.ISubscription | null);
|
|
15871
|
-
'.wix.
|
|
13528
|
+
'.wix.sdk.signature'?: ($wrapper.wix.sdk.ISignature[] | null);
|
|
13529
|
+
'.wix.http.inferFieldmask'?: ($wrapper.wix.http.IInferFieldmask | null);
|
|
13530
|
+
'.google.api.http'?: ($wrapper.google.api.IHttpRule | null);
|
|
15872
13531
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15873
13532
|
}
|
|
15874
13533
|
export namespace MethodOptions {
|
|
@@ -15960,16 +13619,6 @@ declare namespace $wrapper {
|
|
|
15960
13619
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15961
13620
|
}
|
|
15962
13621
|
}
|
|
15963
|
-
export interface IDuration {
|
|
15964
|
-
seconds?: ((number | string) | null);
|
|
15965
|
-
nanos?: (number | null);
|
|
15966
|
-
}
|
|
15967
|
-
export class Duration implements IDuration {
|
|
15968
|
-
constructor(data?: IDuration);
|
|
15969
|
-
seconds?: ((number | string) | null);
|
|
15970
|
-
nanos?: (number | null);
|
|
15971
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15972
|
-
}
|
|
15973
13622
|
}
|
|
15974
13623
|
export namespace api {
|
|
15975
13624
|
export interface IHttp {
|