@wix/auto_sdk_faq_question-entry 1.0.48 → 1.0.50

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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +72 -0
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +534 -1
  5. package/build/cjs/index.typings.js +72 -0
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +534 -1
  8. package/build/cjs/meta.js +72 -0
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +68 -0
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +534 -1
  14. package/build/es/index.typings.mjs +68 -0
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +534 -1
  17. package/build/es/meta.mjs +68 -0
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +72 -0
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +534 -1
  23. package/build/internal/cjs/index.typings.js +72 -0
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +534 -1
  26. package/build/internal/cjs/meta.js +72 -0
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +68 -0
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +534 -1
  32. package/build/internal/es/index.typings.mjs +68 -0
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +534 -1
  35. package/build/internal/es/meta.mjs +68 -0
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -2825,6 +2825,539 @@ interface ActionEvent {
2825
2825
  }
2826
2826
  interface Empty {
2827
2827
  }
2828
+ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
2829
+ /** Emitted on a meta site creation. */
2830
+ siteCreated?: SiteCreated;
2831
+ /** Emitted on a meta site transfer completion. */
2832
+ siteTransferred?: SiteTransferred;
2833
+ /** Emitted on a meta site deletion. */
2834
+ siteDeleted?: SiteDeleted;
2835
+ /** Emitted on a meta site restoration. */
2836
+ siteUndeleted?: SiteUndeleted;
2837
+ /** Emitted on the first* publish of the meta site (* switching from unpublished to published state). */
2838
+ sitePublished?: SitePublished;
2839
+ /** Emitted on a meta site unpublish. */
2840
+ siteUnpublished?: SiteUnpublished;
2841
+ /** Emitted when meta site is marked as template. */
2842
+ siteMarkedAsTemplate?: SiteMarkedAsTemplate;
2843
+ /** Emitted when meta site is marked as a WixSite. */
2844
+ siteMarkedAsWixSite?: SiteMarkedAsWixSite;
2845
+ /** Emitted when an application is provisioned (installed). */
2846
+ serviceProvisioned?: ServiceProvisioned;
2847
+ /** Emitted when an application is removed (uninstalled). */
2848
+ serviceRemoved?: ServiceRemoved;
2849
+ /** Emitted when meta site name (URL slug) is changed. */
2850
+ siteRenamedPayload?: SiteRenamed;
2851
+ /** Emitted when meta site was permanently deleted. */
2852
+ hardDeleted?: SiteHardDeleted;
2853
+ /** Emitted on a namespace change. */
2854
+ namespaceChanged?: NamespaceChanged;
2855
+ /** Emitted when Studio is attached. */
2856
+ studioAssigned?: StudioAssigned;
2857
+ /** Emitted when Studio is detached. */
2858
+ studioUnassigned?: StudioUnassigned;
2859
+ /**
2860
+ * Emitted when one of the URLs is changed. After this event you may call `urls-server` to fetch
2861
+ * the actual URL.
2862
+ *
2863
+ * See: https://wix.slack.com/archives/C0UHEBPFT/p1732520791210559?thread_ts=1732027914.294059&cid=C0UHEBPFT
2864
+ * See: https://wix.slack.com/archives/C0UHEBPFT/p1744115197619459
2865
+ */
2866
+ urlChanged?: SiteUrlChanged;
2867
+ /** Site is marked as PurgedExternally */
2868
+ sitePurgedExternally?: SitePurgedExternally;
2869
+ /** Emitted when Odeditor is attached. */
2870
+ odeditorAssigned?: OdeditorAssigned;
2871
+ /** Emitted when Odeditor is detached. */
2872
+ odeditorUnassigned?: OdeditorUnassigned;
2873
+ /** Emitted when Picasso is attached. */
2874
+ picassoAssigned?: PicassoAssigned;
2875
+ /** Emitted when Picasso is detached. */
2876
+ picassoUnassigned?: PicassoUnassigned;
2877
+ /** Emitted when Wixel is attached. */
2878
+ wixelAssigned?: WixelAssigned;
2879
+ /** Emitted when Wixel is detached. */
2880
+ wixelUnassigned?: WixelUnassigned;
2881
+ /** Emitted when StudioTwo is attached. */
2882
+ studioTwoAssigned?: StudioTwoAssigned;
2883
+ /** Emitted when StudioTwo is detached. */
2884
+ studioTwoUnassigned?: StudioTwoUnassigned;
2885
+ /** Emitted when media from user domain is enabled. */
2886
+ userDomainMediaEnabled?: UserDomainMediaEnabled;
2887
+ /** Emitted when media from user domain is disabled. */
2888
+ userDomainMediaDisabled?: UserDomainMediaDisabled;
2889
+ /** Emitted when Editorless is attached. */
2890
+ editorlessAssigned?: EditorlessAssigned;
2891
+ /** Emitted when Editorless is detached. */
2892
+ editorlessUnassigned?: EditorlessUnassigned;
2893
+ /**
2894
+ * A meta site id.
2895
+ * @format GUID
2896
+ */
2897
+ metaSiteId?: string;
2898
+ /** A meta site version. Monotonically increasing. */
2899
+ version?: string;
2900
+ /** A timestamp of the event. */
2901
+ timestamp?: string;
2902
+ /**
2903
+ * TODO(meta-site): Change validation once validations are disabled for consumers
2904
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
2905
+ * @maxSize 4000
2906
+ */
2907
+ assets?: Asset[];
2908
+ }
2909
+ /** @oneof */
2910
+ interface MetaSiteSpecialEventPayloadOneOf {
2911
+ /** Emitted on a meta site creation. */
2912
+ siteCreated?: SiteCreated;
2913
+ /** Emitted on a meta site transfer completion. */
2914
+ siteTransferred?: SiteTransferred;
2915
+ /** Emitted on a meta site deletion. */
2916
+ siteDeleted?: SiteDeleted;
2917
+ /** Emitted on a meta site restoration. */
2918
+ siteUndeleted?: SiteUndeleted;
2919
+ /** Emitted on the first* publish of the meta site (* switching from unpublished to published state). */
2920
+ sitePublished?: SitePublished;
2921
+ /** Emitted on a meta site unpublish. */
2922
+ siteUnpublished?: SiteUnpublished;
2923
+ /** Emitted when meta site is marked as template. */
2924
+ siteMarkedAsTemplate?: SiteMarkedAsTemplate;
2925
+ /** Emitted when meta site is marked as a WixSite. */
2926
+ siteMarkedAsWixSite?: SiteMarkedAsWixSite;
2927
+ /** Emitted when an application is provisioned (installed). */
2928
+ serviceProvisioned?: ServiceProvisioned;
2929
+ /** Emitted when an application is removed (uninstalled). */
2930
+ serviceRemoved?: ServiceRemoved;
2931
+ /** Emitted when meta site name (URL slug) is changed. */
2932
+ siteRenamedPayload?: SiteRenamed;
2933
+ /** Emitted when meta site was permanently deleted. */
2934
+ hardDeleted?: SiteHardDeleted;
2935
+ /** Emitted on a namespace change. */
2936
+ namespaceChanged?: NamespaceChanged;
2937
+ /** Emitted when Studio is attached. */
2938
+ studioAssigned?: StudioAssigned;
2939
+ /** Emitted when Studio is detached. */
2940
+ studioUnassigned?: StudioUnassigned;
2941
+ /**
2942
+ * Emitted when one of the URLs is changed. After this event you may call `urls-server` to fetch
2943
+ * the actual URL.
2944
+ *
2945
+ * See: https://wix.slack.com/archives/C0UHEBPFT/p1732520791210559?thread_ts=1732027914.294059&cid=C0UHEBPFT
2946
+ * See: https://wix.slack.com/archives/C0UHEBPFT/p1744115197619459
2947
+ */
2948
+ urlChanged?: SiteUrlChanged;
2949
+ /** Site is marked as PurgedExternally */
2950
+ sitePurgedExternally?: SitePurgedExternally;
2951
+ /** Emitted when Odeditor is attached. */
2952
+ odeditorAssigned?: OdeditorAssigned;
2953
+ /** Emitted when Odeditor is detached. */
2954
+ odeditorUnassigned?: OdeditorUnassigned;
2955
+ /** Emitted when Picasso is attached. */
2956
+ picassoAssigned?: PicassoAssigned;
2957
+ /** Emitted when Picasso is detached. */
2958
+ picassoUnassigned?: PicassoUnassigned;
2959
+ /** Emitted when Wixel is attached. */
2960
+ wixelAssigned?: WixelAssigned;
2961
+ /** Emitted when Wixel is detached. */
2962
+ wixelUnassigned?: WixelUnassigned;
2963
+ /** Emitted when StudioTwo is attached. */
2964
+ studioTwoAssigned?: StudioTwoAssigned;
2965
+ /** Emitted when StudioTwo is detached. */
2966
+ studioTwoUnassigned?: StudioTwoUnassigned;
2967
+ /** Emitted when media from user domain is enabled. */
2968
+ userDomainMediaEnabled?: UserDomainMediaEnabled;
2969
+ /** Emitted when media from user domain is disabled. */
2970
+ userDomainMediaDisabled?: UserDomainMediaDisabled;
2971
+ /** Emitted when Editorless is attached. */
2972
+ editorlessAssigned?: EditorlessAssigned;
2973
+ /** Emitted when Editorless is detached. */
2974
+ editorlessUnassigned?: EditorlessUnassigned;
2975
+ }
2976
+ interface Asset {
2977
+ /**
2978
+ * An application definition id (app_id in dev-center). For legacy reasons may be UUID or a string (from Java Enum).
2979
+ * @maxLength 36
2980
+ */
2981
+ appDefId?: string;
2982
+ /**
2983
+ * An instance id. For legacy reasons may be UUID or a string.
2984
+ * @maxLength 200
2985
+ */
2986
+ instanceId?: string;
2987
+ /** An application state. */
2988
+ state?: StateWithLiterals;
2989
+ }
2990
+ declare enum State {
2991
+ UNKNOWN = "UNKNOWN",
2992
+ ENABLED = "ENABLED",
2993
+ DISABLED = "DISABLED",
2994
+ PENDING = "PENDING",
2995
+ DEMO = "DEMO"
2996
+ }
2997
+ /** @enumType */
2998
+ type StateWithLiterals = State | 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'PENDING' | 'DEMO';
2999
+ interface SiteCreated {
3000
+ /**
3001
+ * A template identifier (empty if not created from a template).
3002
+ * @maxLength 36
3003
+ */
3004
+ originTemplateId?: string;
3005
+ /**
3006
+ * An account id of the owner.
3007
+ * @format GUID
3008
+ */
3009
+ ownerId?: string;
3010
+ /** A context in which meta site was created. */
3011
+ context?: SiteCreatedContextWithLiterals;
3012
+ /**
3013
+ * A meta site id from which this site was created.
3014
+ *
3015
+ * In case of a creation from a template it's a template id.
3016
+ * In case of a site duplication ("Save As" in dashboard or duplicate in UM) it's an id of a source site.
3017
+ * @format GUID
3018
+ */
3019
+ originMetaSiteId?: string | null;
3020
+ /**
3021
+ * A meta site name (URL slug).
3022
+ * @maxLength 20
3023
+ */
3024
+ siteName?: string;
3025
+ /** A namespace. */
3026
+ namespace?: NamespaceWithLiterals;
3027
+ }
3028
+ declare enum SiteCreatedContext {
3029
+ /** A valid option, we don't expose all reasons why site might be created. */
3030
+ OTHER = "OTHER",
3031
+ /** A meta site was created from template. */
3032
+ FROM_TEMPLATE = "FROM_TEMPLATE",
3033
+ /** A meta site was created by copying of the transfferred meta site. */
3034
+ DUPLICATE_BY_SITE_TRANSFER = "DUPLICATE_BY_SITE_TRANSFER",
3035
+ /** A copy of existing meta site. */
3036
+ DUPLICATE = "DUPLICATE",
3037
+ /** A meta site was created as a transfferred site (copy of the original), old flow, should die soon. */
3038
+ OLD_SITE_TRANSFER = "OLD_SITE_TRANSFER",
3039
+ /** deprecated A meta site was created for Flash editor. */
3040
+ FLASH = "FLASH"
3041
+ }
3042
+ /** @enumType */
3043
+ type SiteCreatedContextWithLiterals = SiteCreatedContext | 'OTHER' | 'FROM_TEMPLATE' | 'DUPLICATE_BY_SITE_TRANSFER' | 'DUPLICATE' | 'OLD_SITE_TRANSFER' | 'FLASH';
3044
+ declare enum Namespace {
3045
+ UNKNOWN_NAMESPACE = "UNKNOWN_NAMESPACE",
3046
+ /** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
3047
+ WIX = "WIX",
3048
+ /** ShoutOut stand alone product. These are siteless (no actual Wix site, no HtmlWeb). MetaSites with this namespace will *not* be shown in a user's site list by default. */
3049
+ SHOUT_OUT = "SHOUT_OUT",
3050
+ /** MetaSites created by the Albums product, they appear as part of the Albums app. MetaSites with this namespace will *not* be shown in a user's site list by default. */
3051
+ ALBUMS = "ALBUMS",
3052
+ /** Part of the WixStores migration flow, a user tries to migrate and gets this site to view and if the user likes it then stores removes this namespace and deletes the old site with the old stores. MetaSites with this namespace will *not* be shown in a user's site list by default. */
3053
+ WIX_STORES_TEST_DRIVE = "WIX_STORES_TEST_DRIVE",
3054
+ /** Hotels standalone (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
3055
+ HOTELS = "HOTELS",
3056
+ /** Clubs siteless MetaSites, a club without a wix website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
3057
+ CLUBS = "CLUBS",
3058
+ /** A partially created ADI website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
3059
+ ONBOARDING_DRAFT = "ONBOARDING_DRAFT",
3060
+ /** AppBuilder for AppStudio / shmite (c). MetaSites with this namespace will *not* be shown in a user's site list by default. */
3061
+ DEV_SITE = "DEV_SITE",
3062
+ /** LogoMaker websites offered to the user after logo purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */
3063
+ LOGOS = "LOGOS",
3064
+ /** VideoMaker websites offered to the user after video purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */
3065
+ VIDEO_MAKER = "VIDEO_MAKER",
3066
+ /** MetaSites with this namespace will *not* be shown in a user's site list by default. */
3067
+ PARTNER_DASHBOARD = "PARTNER_DASHBOARD",
3068
+ /** MetaSites with this namespace will *not* be shown in a user's site list by default. */
3069
+ DEV_CENTER_COMPANY = "DEV_CENTER_COMPANY",
3070
+ /**
3071
+ * A draft created by HTML editor on open. Upon "first save" it will be moved to be of WIX domain.
3072
+ *
3073
+ * Meta site with this namespace will *not* be shown in a user's site list by default.
3074
+ */
3075
+ HTML_DRAFT = "HTML_DRAFT",
3076
+ /**
3077
+ * the user-journey for Fitness users who want to start from managing their business instead of designing their website.
3078
+ * Will be accessible from Site List and will not have a website app.
3079
+ * Once the user attaches a site, the site will become a regular wixsite.
3080
+ */
3081
+ SITELESS_BUSINESS = "SITELESS_BUSINESS",
3082
+ /** Belongs to "strategic products" company. Supports new product in the creator's economy space. */
3083
+ CREATOR_ECONOMY = "CREATOR_ECONOMY",
3084
+ /** It is to be used in the Business First efforts. */
3085
+ DASHBOARD_FIRST = "DASHBOARD_FIRST",
3086
+ /** Bookings business flow with no site. */
3087
+ ANYWHERE = "ANYWHERE",
3088
+ /** Namespace for Headless Backoffice with no editor */
3089
+ HEADLESS = "HEADLESS",
3090
+ /**
3091
+ * Namespace for master site that will exist in parent account that will be referenced by subaccounts
3092
+ * The site will be used for account level CSM feature for enterprise
3093
+ */
3094
+ ACCOUNT_MASTER_CMS = "ACCOUNT_MASTER_CMS",
3095
+ /** Rise.ai Siteless account management for Gift Cards and Store Credit. */
3096
+ RISE = "RISE",
3097
+ /**
3098
+ * As part of the branded app new funnel, users now can create a meta site that will be branded app first.
3099
+ * There's a blank site behind the scene but it's blank).
3100
+ * The Mobile company will be the owner of this namespace.
3101
+ */
3102
+ BRANDED_FIRST = "BRANDED_FIRST",
3103
+ /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
3104
+ NOWNIA = "NOWNIA",
3105
+ /**
3106
+ * UGC Templates are templates that are created by users for personal use and to sale to other users.
3107
+ * The Partners company owns this namespace.
3108
+ */
3109
+ UGC_TEMPLATE = "UGC_TEMPLATE",
3110
+ /** Codux Headless Sites */
3111
+ CODUX = "CODUX",
3112
+ /** Bobb - AI Design Creator. */
3113
+ MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR",
3114
+ /**
3115
+ * Shared Blog Site is a unique single site across Enterprise account,
3116
+ * This site will hold all Blog posts related to the Marketing product.
3117
+ */
3118
+ SHARED_BLOG_ENTERPRISE = "SHARED_BLOG_ENTERPRISE",
3119
+ /** Standalone forms (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
3120
+ STANDALONE_FORMS = "STANDALONE_FORMS",
3121
+ /** Standalone events (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
3122
+ STANDALONE_EVENTS = "STANDALONE_EVENTS",
3123
+ /** MIMIR - Siteless account for MIMIR Ai Job runner. */
3124
+ MIMIR = "MIMIR",
3125
+ /** Wix Twins platform. */
3126
+ TWINS = "TWINS",
3127
+ /** Wix Nano. */
3128
+ NANO = "NANO",
3129
+ /** Base44 headless sites. */
3130
+ BASE44 = "BASE44",
3131
+ /** Wix Channels Sites */
3132
+ CHANNELS = "CHANNELS",
3133
+ /** Nautilus platform. */
3134
+ NAUTILUS = "NAUTILUS",
3135
+ /**
3136
+ * Symphony — a siteless site representing a project within Symphony (the evolution of Orion).
3137
+ * Holds project data, conversations, assets, and manages collaborators / shared team members for the project.
3138
+ */
3139
+ SYMPHONY = "SYMPHONY"
3140
+ }
3141
+ /** @enumType */
3142
+ type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR' | 'TWINS' | 'NANO' | 'BASE44' | 'CHANNELS' | 'NAUTILUS' | 'SYMPHONY';
3143
+ /** Site transferred to another user. */
3144
+ interface SiteTransferred {
3145
+ /**
3146
+ * A previous owner id (user that transfers meta site).
3147
+ * @format GUID
3148
+ */
3149
+ oldOwnerId?: string;
3150
+ /**
3151
+ * A new owner id (user that accepts meta site).
3152
+ * @format GUID
3153
+ */
3154
+ newOwnerId?: string;
3155
+ }
3156
+ /** Soft deletion of the meta site. Could be restored. */
3157
+ interface SiteDeleted {
3158
+ /** A deletion context. */
3159
+ deleteContext?: DeleteContext;
3160
+ }
3161
+ interface DeleteContext {
3162
+ /** When the meta site was deleted. */
3163
+ dateDeleted?: Date | null;
3164
+ /** A status. */
3165
+ deleteStatus?: DeleteStatusWithLiterals;
3166
+ /**
3167
+ * A reason (flow).
3168
+ * @maxLength 255
3169
+ */
3170
+ deleteOrigin?: string;
3171
+ /**
3172
+ * A service that deleted it.
3173
+ * @maxLength 255
3174
+ */
3175
+ initiatorId?: string | null;
3176
+ }
3177
+ declare enum DeleteStatus {
3178
+ UNKNOWN = "UNKNOWN",
3179
+ TRASH = "TRASH",
3180
+ DELETED = "DELETED",
3181
+ PENDING_PURGE = "PENDING_PURGE",
3182
+ PURGED_EXTERNALLY = "PURGED_EXTERNALLY"
3183
+ }
3184
+ /** @enumType */
3185
+ type DeleteStatusWithLiterals = DeleteStatus | 'UNKNOWN' | 'TRASH' | 'DELETED' | 'PENDING_PURGE' | 'PURGED_EXTERNALLY';
3186
+ /** Restoration of the meta site. */
3187
+ interface SiteUndeleted {
3188
+ }
3189
+ /** First publish of a meta site. Or subsequent publish after unpublish. */
3190
+ interface SitePublished {
3191
+ }
3192
+ interface SiteUnpublished {
3193
+ /**
3194
+ * A list of URLs previously associated with the meta site.
3195
+ * @maxLength 4000
3196
+ * @maxSize 10000
3197
+ */
3198
+ urls?: string[];
3199
+ }
3200
+ interface SiteMarkedAsTemplate {
3201
+ }
3202
+ interface SiteMarkedAsWixSite {
3203
+ }
3204
+ /**
3205
+ * Represents a service provisioned a site.
3206
+ *
3207
+ * Note on `origin_instance_id`:
3208
+ * There is no guarantee that you will be able to find a meta site using `origin_instance_id`.
3209
+ * This is because of the following scenario:
3210
+ *
3211
+ * Imagine you have a template where a third-party application (TPA) includes some stub data,
3212
+ * such as a product catalog. When you create a site from this template, you inherit this
3213
+ * default product catalog. However, if the template's product catalog is modified,
3214
+ * your site will retain the catalog as it was at the time of site creation. This ensures that
3215
+ * your site remains consistent with what you initially received and does not include any
3216
+ * changes made to the original template afterward.
3217
+ * To ensure this, the TPA on the template gets a new instance_id.
3218
+ */
3219
+ interface ServiceProvisioned {
3220
+ /**
3221
+ * Either UUID or EmbeddedServiceType.
3222
+ * @maxLength 36
3223
+ */
3224
+ appDefId?: string;
3225
+ /**
3226
+ * Not only UUID. Something here could be something weird.
3227
+ * @maxLength 36
3228
+ */
3229
+ instanceId?: string;
3230
+ /**
3231
+ * An instance id from which this instance is originated.
3232
+ * @maxLength 36
3233
+ */
3234
+ originInstanceId?: string;
3235
+ /**
3236
+ * A version.
3237
+ * @maxLength 500
3238
+ */
3239
+ version?: string | null;
3240
+ /**
3241
+ * The origin meta site id
3242
+ * @format GUID
3243
+ */
3244
+ originMetaSiteId?: string | null;
3245
+ }
3246
+ interface ServiceRemoved {
3247
+ /**
3248
+ * Either UUID or EmbeddedServiceType.
3249
+ * @maxLength 36
3250
+ */
3251
+ appDefId?: string;
3252
+ /**
3253
+ * Not only UUID. Something here could be something weird.
3254
+ * @maxLength 36
3255
+ */
3256
+ instanceId?: string;
3257
+ /**
3258
+ * A version.
3259
+ * @maxLength 500
3260
+ */
3261
+ version?: string | null;
3262
+ }
3263
+ /** Rename of the site. Meaning, free public url has been changed as well. */
3264
+ interface SiteRenamed {
3265
+ /**
3266
+ * A new meta site name (URL slug).
3267
+ * @maxLength 20
3268
+ */
3269
+ newSiteName?: string;
3270
+ /**
3271
+ * A previous meta site name (URL slug).
3272
+ * @maxLength 255
3273
+ */
3274
+ oldSiteName?: string;
3275
+ }
3276
+ /**
3277
+ * Hard deletion of the meta site.
3278
+ *
3279
+ * Could not be restored. Therefore it's desirable to cleanup data.
3280
+ */
3281
+ interface SiteHardDeleted {
3282
+ /** A deletion context. */
3283
+ deleteContext?: DeleteContext;
3284
+ }
3285
+ interface NamespaceChanged {
3286
+ /** A previous namespace. */
3287
+ oldNamespace?: NamespaceWithLiterals;
3288
+ /** A new namespace. */
3289
+ newNamespace?: NamespaceWithLiterals;
3290
+ }
3291
+ /** Assigned Studio editor */
3292
+ interface StudioAssigned {
3293
+ }
3294
+ /** Unassigned Studio editor */
3295
+ interface StudioUnassigned {
3296
+ }
3297
+ /**
3298
+ * Fired in case site URLs were changed in any way: new secondary domain, published, account slug rename, site rename etc.
3299
+ *
3300
+ * This is an internal event, it's not propagated in special events, because it's non-actionable. If you need to keep up
3301
+ * with sites and its urls, you need to listen to another topic/event. Read about it:
3302
+ *
3303
+ * https://bo.wix.com/wix-docs/rest/meta-site/meta-site---urls-service
3304
+ */
3305
+ interface SiteUrlChanged {
3306
+ }
3307
+ /**
3308
+ * Used at the end of the deletion flow for both draft sites and when a user deletes a site.
3309
+ * Consumed by other teams to remove relevant data.
3310
+ */
3311
+ interface SitePurgedExternally {
3312
+ /**
3313
+ * @maxLength 2048
3314
+ * @maxSize 100
3315
+ * @deprecated
3316
+ * @targetRemovalDate 2025-04-15
3317
+ */
3318
+ appDefId?: string[];
3319
+ }
3320
+ /** Assigned Odeditor */
3321
+ interface OdeditorAssigned {
3322
+ }
3323
+ /** Unassigned Odeditor */
3324
+ interface OdeditorUnassigned {
3325
+ }
3326
+ /** Assigned Picasso editor */
3327
+ interface PicassoAssigned {
3328
+ }
3329
+ /** Unassigned Picasso */
3330
+ interface PicassoUnassigned {
3331
+ }
3332
+ /** Assigned Wixel */
3333
+ interface WixelAssigned {
3334
+ }
3335
+ /** Unassigned Wixel */
3336
+ interface WixelUnassigned {
3337
+ }
3338
+ /** Assigned StudioTwo */
3339
+ interface StudioTwoAssigned {
3340
+ }
3341
+ /** Unassigned StudioTwo */
3342
+ interface StudioTwoUnassigned {
3343
+ }
3344
+ /** Media from user domain is enabled. */
3345
+ interface UserDomainMediaEnabled {
3346
+ }
3347
+ /** Media from user domain is disabled. */
3348
+ interface UserDomainMediaDisabled {
3349
+ }
3350
+ /** Assigned Editorless */
3351
+ interface EditorlessAssigned {
3352
+ }
3353
+ /** Unassigned Editorless */
3354
+ interface EditorlessUnassigned {
3355
+ }
3356
+ /** Triggers FaqDefaultContentJob.handle for the call-scope tenant (Fire Console / DP validation). */
3357
+ interface RunInstallationContentRequest {
3358
+ }
3359
+ interface RunInstallationContentResponse {
3360
+ }
2828
3361
  interface MessageEnvelope {
2829
3362
  /**
2830
3363
  * App instance ID.
@@ -3429,4 +3962,4 @@ interface BulkUpdateQuestionEntryOptions {
3429
3962
  returnFullEntity?: boolean | null;
3430
3963
  }
3431
3964
 
3432
- export { type AccountInfo, type AccountInfoMetadata, type ActionEvent, Alignment, type AlignmentWithLiterals, type AnchorData, type AppEmbedData, type AppEmbedDataAppDataOneOf, AppType, type AppTypeWithLiterals, type ApplicationError, AspectRatio, type AspectRatioWithLiterals, type AudioData, type Backdrop, BackdropType, type BackdropTypeWithLiterals, type Background, type BackgroundGradient, type BackgroundImage, BackgroundType, type BackgroundTypeWithLiterals, type Banner, BannerPosition, type BannerPositionWithLiterals, type BaseEventMetadata, type BlockquoteData, type BookingData, type Border, type BorderColors, type BorderWidths, type BulkActionMetadata, type BulkDeleteQuestionEntriesRequest, type BulkDeleteQuestionEntriesResponse, type BulkUpdateQuestionEntryOptions, type BulkUpdateQuestionEntryRequest, type BulkUpdateQuestionEntryResponse, type BulkUpdateQuestionEntryResult, type BulletedListData, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, type CaptionData, type CardData, type CardDataBackground, CardDataBackgroundType, type CardDataBackgroundTypeWithLiterals, type CardStyles, type CellStyle, type CheckboxListData, type CodeBlockData, type CollapsibleListData, type ColorData, type Colors, ColumnSize, type ColumnSizeWithLiterals, type CommonQueryWithEntityContext, ContentFormat, type ContentFormatWithLiterals, type CreateQuestionEntryRequest, type CreateQuestionEntryResponse, Crop, type CropWithLiterals, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type DeleteQuestionEntryRequest, type DeleteQuestionEntryResponse, type Design, DesignTarget, type DesignTargetWithLiterals, type Dimensions, Direction, type DirectionWithLiterals, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, type DocumentStyle, type DomainEvent, type DomainEventBodyOneOf, type EmbedData, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventData, type EventMetadata, type ExtendedFields, FieldSet, type FieldSetWithLiterals, type FileData, type FileSource, type FileSourceDataOneOf, type FontFamilyData, type FontSizeData, FontType, type FontTypeWithLiterals, type GIF, type GIFData, GIFType, type GIFTypeWithLiterals, type GalleryData, type GalleryOptions, type GalleryOptionsLayout, type GetQuestionEntryRequest, type GetQuestionEntryResponse, type Gradient, GradientType, type GradientTypeWithLiterals, type HTMLData, type HTMLDataDataOneOf, type HeadingData, type Height, type IdentificationData, type IdentificationDataIdOneOf, type Image, type ImageData, type ImageDataStyles, ImagePosition, ImagePositionPosition, type ImagePositionPositionWithLiterals, type ImagePositionWithLiterals, ImageScalingScaling, type ImageScalingScalingWithLiterals, type ImageStyles, Indentation, type IndentationWithLiterals, InitialExpandedItems, type InitialExpandedItemsWithLiterals, type Item, type ItemDataOneOf, type ItemMetadata, type ItemStyle, type Label, Layout, type LayoutCellData, type LayoutData, type LayoutDataBackground, type LayoutDataBackgroundImage, LayoutDataBackgroundType, type LayoutDataBackgroundTypeWithLiterals, LayoutType, type LayoutTypeWithLiterals, type LayoutWithLiterals, LineStyle, type LineStyleWithLiterals, type Link, type LinkData, type LinkDataOneOf, type LinkPreviewData, type LinkPreviewDataStyles, type ListItemNodeData, type ListQuestionEntriesOptions, type ListQuestionEntriesRequest, type ListQuestionEntriesResponse, ListStyle, type ListStyleWithLiterals, type ListValue, type MapData, type MapSettings, MapType, type MapTypeWithLiterals, type MaskedQuestionEntry, type Media, type MentionData, type MessageEnvelope, type Metadata, type Node, type NodeDataOneOf, type NodeStyle, NodeType, type NodeTypeWithLiterals, NullValue, type NullValueWithLiterals, type Oembed, type Option, type OptionDesign, type OptionLayout, type OrderedListData, Orientation, type OrientationWithLiterals, Origin, type OriginWithLiterals, type PDFSettings, type PagingMetadataV2, type ParagraphData, type Permissions, Placement, type PlacementWithLiterals, type PlaybackOptions, type PluginContainerData, PluginContainerDataAlignment, type PluginContainerDataAlignmentWithLiterals, type PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf, type Poll, type PollData, type PollDataLayout, type PollDesign, type PollDesignBackground, type PollDesignBackgroundBackgroundOneOf, PollDesignBackgroundType, type PollDesignBackgroundTypeWithLiterals, type PollLayout, PollLayoutDirection, type PollLayoutDirectionWithLiterals, PollLayoutType, type PollLayoutTypeWithLiterals, Position, type PositionWithLiterals, type PricingData, type QueryQuestionEntriesOptions, type QueryQuestionEntriesRequest, QueryQuestionEntriesRequestContentFormat, type QueryQuestionEntriesRequestContentFormatWithLiterals, QueryQuestionEntriesRequestFieldSet, type QueryQuestionEntriesRequestFieldSetWithLiterals, type QueryQuestionEntriesResponse, type QuestionEntriesQueryBuilder, type QuestionEntriesQueryResult, type QuestionEntry, type QuestionEntryAnswerOneOf, type QuestionEntryCreatedEnvelope, type QuestionEntryDeletedEnvelope, type QuestionEntryQuery, type QuestionEntryQuerySpec, type QuestionEntryUpdatedEnvelope, QuestionStatus, type QuestionStatusWithLiterals, type Rel, Resizing, type ResizingWithLiterals, ResponsivenessBehaviour, type ResponsivenessBehaviourWithLiterals, type RestoreInfo, type RibbonStyles, type RichContent, Scaling, type ScalingWithLiterals, type SetQuestionEntryLabelsOptions, type SetQuestionEntryLabelsRequest, type SetQuestionEntryLabelsResponse, type Settings, type ShapeData, type ShapeDataStyles, type SmartBlockCellData, type SmartBlockData, SmartBlockDataType, type SmartBlockDataTypeWithLiterals, SortOrder, type SortOrderWithLiterals, type Sorting, Source, type SourceWithLiterals, type Spoiler, type SpoilerData, type Stop, type Styles, type StylesBorder, StylesPosition, type StylesPositionWithLiterals, type TableCellData, type TableData, Target, type TargetWithLiterals, TextAlignment, type TextAlignmentWithLiterals, type TextData, type TextNodeStyle, type TextStyle, type Thumbnails, ThumbnailsAlignment, type ThumbnailsAlignmentWithLiterals, type TocData, Type, type TypeWithLiterals, type UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse, type UpdateQuestionEntry, type UpdateQuestionEntryRequest, type UpdateQuestionEntryResponse, VerticalAlignment, VerticalAlignmentAlignment, type VerticalAlignmentAlignmentWithLiterals, type VerticalAlignmentWithLiterals, type Video, type VideoData, ViewMode, type ViewModeWithLiterals, ViewRole, type ViewRoleWithLiterals, VoteRole, type VoteRoleWithLiterals, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, Width, WidthType, type WidthTypeWithLiterals, type WidthWithLiterals, bulkDeleteQuestionEntries, bulkUpdateQuestionEntry, createQuestionEntry, deleteQuestionEntry, getQuestionEntry, listQuestionEntries, onQuestionEntryCreated, onQuestionEntryDeleted, onQuestionEntryUpdated, queryQuestionEntries, setQuestionEntryLabels, typedQueryQuestionEntries, updateExtendedFields, updateQuestionEntry, utils };
3965
+ export { type AccountInfo, type AccountInfoMetadata, type ActionEvent, Alignment, type AlignmentWithLiterals, type AnchorData, type AppEmbedData, type AppEmbedDataAppDataOneOf, AppType, type AppTypeWithLiterals, type ApplicationError, AspectRatio, type AspectRatioWithLiterals, type Asset, type AudioData, type Backdrop, BackdropType, type BackdropTypeWithLiterals, type Background, type BackgroundGradient, type BackgroundImage, BackgroundType, type BackgroundTypeWithLiterals, type Banner, BannerPosition, type BannerPositionWithLiterals, type BaseEventMetadata, type BlockquoteData, type BookingData, type Border, type BorderColors, type BorderWidths, type BulkActionMetadata, type BulkDeleteQuestionEntriesRequest, type BulkDeleteQuestionEntriesResponse, type BulkUpdateQuestionEntryOptions, type BulkUpdateQuestionEntryRequest, type BulkUpdateQuestionEntryResponse, type BulkUpdateQuestionEntryResult, type BulletedListData, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, type CaptionData, type CardData, type CardDataBackground, CardDataBackgroundType, type CardDataBackgroundTypeWithLiterals, type CardStyles, type CellStyle, type CheckboxListData, type CodeBlockData, type CollapsibleListData, type ColorData, type Colors, ColumnSize, type ColumnSizeWithLiterals, type CommonQueryWithEntityContext, ContentFormat, type ContentFormatWithLiterals, type CreateQuestionEntryRequest, type CreateQuestionEntryResponse, Crop, type CropWithLiterals, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type DeleteContext, type DeleteQuestionEntryRequest, type DeleteQuestionEntryResponse, DeleteStatus, type DeleteStatusWithLiterals, type Design, DesignTarget, type DesignTargetWithLiterals, type Dimensions, Direction, type DirectionWithLiterals, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, type DocumentStyle, type DomainEvent, type DomainEventBodyOneOf, type EditorlessAssigned, type EditorlessUnassigned, type EmbedData, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventData, type EventMetadata, type ExtendedFields, FieldSet, type FieldSetWithLiterals, type FileData, type FileSource, type FileSourceDataOneOf, type FontFamilyData, type FontSizeData, FontType, type FontTypeWithLiterals, type GIF, type GIFData, GIFType, type GIFTypeWithLiterals, type GalleryData, type GalleryOptions, type GalleryOptionsLayout, type GetQuestionEntryRequest, type GetQuestionEntryResponse, type Gradient, GradientType, type GradientTypeWithLiterals, type HTMLData, type HTMLDataDataOneOf, type HeadingData, type Height, type IdentificationData, type IdentificationDataIdOneOf, type Image, type ImageData, type ImageDataStyles, ImagePosition, ImagePositionPosition, type ImagePositionPositionWithLiterals, type ImagePositionWithLiterals, ImageScalingScaling, type ImageScalingScalingWithLiterals, type ImageStyles, Indentation, type IndentationWithLiterals, InitialExpandedItems, type InitialExpandedItemsWithLiterals, type Item, type ItemDataOneOf, type ItemMetadata, type ItemStyle, type Label, Layout, type LayoutCellData, type LayoutData, type LayoutDataBackground, type LayoutDataBackgroundImage, LayoutDataBackgroundType, type LayoutDataBackgroundTypeWithLiterals, LayoutType, type LayoutTypeWithLiterals, type LayoutWithLiterals, LineStyle, type LineStyleWithLiterals, type Link, type LinkData, type LinkDataOneOf, type LinkPreviewData, type LinkPreviewDataStyles, type ListItemNodeData, type ListQuestionEntriesOptions, type ListQuestionEntriesRequest, type ListQuestionEntriesResponse, ListStyle, type ListStyleWithLiterals, type ListValue, type MapData, type MapSettings, MapType, type MapTypeWithLiterals, type MaskedQuestionEntry, type Media, type MentionData, type MessageEnvelope, type MetaSiteSpecialEvent, type MetaSiteSpecialEventPayloadOneOf, type Metadata, Namespace, type NamespaceChanged, type NamespaceWithLiterals, type Node, type NodeDataOneOf, type NodeStyle, NodeType, type NodeTypeWithLiterals, NullValue, type NullValueWithLiterals, type OdeditorAssigned, type OdeditorUnassigned, type Oembed, type Option, type OptionDesign, type OptionLayout, type OrderedListData, Orientation, type OrientationWithLiterals, Origin, type OriginWithLiterals, type PDFSettings, type PagingMetadataV2, type ParagraphData, type Permissions, type PicassoAssigned, type PicassoUnassigned, Placement, type PlacementWithLiterals, type PlaybackOptions, type PluginContainerData, PluginContainerDataAlignment, type PluginContainerDataAlignmentWithLiterals, type PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf, type Poll, type PollData, type PollDataLayout, type PollDesign, type PollDesignBackground, type PollDesignBackgroundBackgroundOneOf, PollDesignBackgroundType, type PollDesignBackgroundTypeWithLiterals, type PollLayout, PollLayoutDirection, type PollLayoutDirectionWithLiterals, PollLayoutType, type PollLayoutTypeWithLiterals, Position, type PositionWithLiterals, type PricingData, type QueryQuestionEntriesOptions, type QueryQuestionEntriesRequest, QueryQuestionEntriesRequestContentFormat, type QueryQuestionEntriesRequestContentFormatWithLiterals, QueryQuestionEntriesRequestFieldSet, type QueryQuestionEntriesRequestFieldSetWithLiterals, type QueryQuestionEntriesResponse, type QuestionEntriesQueryBuilder, type QuestionEntriesQueryResult, type QuestionEntry, type QuestionEntryAnswerOneOf, type QuestionEntryCreatedEnvelope, type QuestionEntryDeletedEnvelope, type QuestionEntryQuery, type QuestionEntryQuerySpec, type QuestionEntryUpdatedEnvelope, QuestionStatus, type QuestionStatusWithLiterals, type Rel, Resizing, type ResizingWithLiterals, ResponsivenessBehaviour, type ResponsivenessBehaviourWithLiterals, type RestoreInfo, type RibbonStyles, type RichContent, type RunInstallationContentRequest, type RunInstallationContentResponse, Scaling, type ScalingWithLiterals, type ServiceProvisioned, type ServiceRemoved, type SetQuestionEntryLabelsOptions, type SetQuestionEntryLabelsRequest, type SetQuestionEntryLabelsResponse, type Settings, type ShapeData, type ShapeDataStyles, type SiteCreated, SiteCreatedContext, type SiteCreatedContextWithLiterals, type SiteDeleted, type SiteHardDeleted, type SiteMarkedAsTemplate, type SiteMarkedAsWixSite, type SitePublished, type SitePurgedExternally, type SiteRenamed, type SiteTransferred, type SiteUndeleted, type SiteUnpublished, type SiteUrlChanged, type SmartBlockCellData, type SmartBlockData, SmartBlockDataType, type SmartBlockDataTypeWithLiterals, SortOrder, type SortOrderWithLiterals, type Sorting, Source, type SourceWithLiterals, type Spoiler, type SpoilerData, State, type StateWithLiterals, type Stop, type StudioAssigned, type StudioTwoAssigned, type StudioTwoUnassigned, type StudioUnassigned, type Styles, type StylesBorder, StylesPosition, type StylesPositionWithLiterals, type TableCellData, type TableData, Target, type TargetWithLiterals, TextAlignment, type TextAlignmentWithLiterals, type TextData, type TextNodeStyle, type TextStyle, type Thumbnails, ThumbnailsAlignment, type ThumbnailsAlignmentWithLiterals, type TocData, Type, type TypeWithLiterals, type UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse, type UpdateQuestionEntry, type UpdateQuestionEntryRequest, type UpdateQuestionEntryResponse, type UserDomainMediaDisabled, type UserDomainMediaEnabled, VerticalAlignment, VerticalAlignmentAlignment, type VerticalAlignmentAlignmentWithLiterals, type VerticalAlignmentWithLiterals, type Video, type VideoData, ViewMode, type ViewModeWithLiterals, ViewRole, type ViewRoleWithLiterals, VoteRole, type VoteRoleWithLiterals, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, Width, WidthType, type WidthTypeWithLiterals, type WidthWithLiterals, type WixelAssigned, type WixelUnassigned, bulkDeleteQuestionEntries, bulkUpdateQuestionEntry, createQuestionEntry, deleteQuestionEntry, getQuestionEntry, listQuestionEntries, onQuestionEntryCreated, onQuestionEntryDeleted, onQuestionEntryUpdated, queryQuestionEntries, setQuestionEntryLabels, typedQueryQuestionEntries, updateExtendedFields, updateQuestionEntry, utils };