@wix/auto_sdk_editor-branches_branches 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/src/editor-branches-v1-branch-branches.context.d.ts +2 -2
- package/build/cjs/src/editor-branches-v1-branch-branches.context.js +6 -2
- package/build/cjs/src/editor-branches-v1-branch-branches.context.js.map +1 -1
- package/build/cjs/src/editor-branches-v1-branch-branches.http.js +19 -1
- package/build/cjs/src/editor-branches-v1-branch-branches.http.js.map +1 -1
- package/build/cjs/src/editor-branches-v1-branch-branches.public.d.ts +1 -1
- package/build/cjs/src/editor-branches-v1-branch-branches.public.js +6 -2
- package/build/cjs/src/editor-branches-v1-branch-branches.public.js.map +1 -1
- package/build/cjs/src/editor-branches-v1-branch-branches.types.d.ts +411 -2
- package/build/cjs/src/editor-branches-v1-branch-branches.types.js +119 -7
- package/build/cjs/src/editor-branches-v1-branch-branches.types.js.map +1 -1
- package/build/cjs/src/editor-branches-v1-branch-branches.universal.d.ts +411 -2
- package/build/cjs/src/editor-branches-v1-branch-branches.universal.js +119 -7
- package/build/cjs/src/editor-branches-v1-branch-branches.universal.js.map +1 -1
- package/build/es/src/editor-branches-v1-branch-branches.context.d.ts +2 -2
- package/build/es/src/editor-branches-v1-branch-branches.context.js +1 -1
- package/build/es/src/editor-branches-v1-branch-branches.context.js.map +1 -1
- package/build/es/src/editor-branches-v1-branch-branches.http.js +19 -1
- package/build/es/src/editor-branches-v1-branch-branches.http.js.map +1 -1
- package/build/es/src/editor-branches-v1-branch-branches.public.d.ts +1 -1
- package/build/es/src/editor-branches-v1-branch-branches.public.js +1 -1
- package/build/es/src/editor-branches-v1-branch-branches.public.js.map +1 -1
- package/build/es/src/editor-branches-v1-branch-branches.types.d.ts +411 -2
- package/build/es/src/editor-branches-v1-branch-branches.types.js +118 -6
- package/build/es/src/editor-branches-v1-branch-branches.types.js.map +1 -1
- package/build/es/src/editor-branches-v1-branch-branches.universal.d.ts +411 -2
- package/build/es/src/editor-branches-v1-branch-branches.universal.js +118 -6
- package/build/es/src/editor-branches-v1-branch-branches.universal.js.map +1 -1
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.context.d.ts +2 -2
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.context.js +6 -2
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.context.js.map +1 -1
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.http.js +19 -1
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.http.js.map +1 -1
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.public.d.ts +1 -1
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.public.js +6 -2
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.public.js.map +1 -1
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.types.d.ts +411 -2
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.types.js +119 -7
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.types.js.map +1 -1
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.universal.d.ts +411 -2
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.universal.js +119 -7
- package/build/internal/cjs/src/editor-branches-v1-branch-branches.universal.js.map +1 -1
- package/build/internal/es/src/editor-branches-v1-branch-branches.context.d.ts +2 -2
- package/build/internal/es/src/editor-branches-v1-branch-branches.context.js +1 -1
- package/build/internal/es/src/editor-branches-v1-branch-branches.context.js.map +1 -1
- package/build/internal/es/src/editor-branches-v1-branch-branches.http.js +19 -1
- package/build/internal/es/src/editor-branches-v1-branch-branches.http.js.map +1 -1
- package/build/internal/es/src/editor-branches-v1-branch-branches.public.d.ts +1 -1
- package/build/internal/es/src/editor-branches-v1-branch-branches.public.js +1 -1
- package/build/internal/es/src/editor-branches-v1-branch-branches.public.js.map +1 -1
- package/build/internal/es/src/editor-branches-v1-branch-branches.types.d.ts +411 -2
- package/build/internal/es/src/editor-branches-v1-branch-branches.types.js +118 -6
- package/build/internal/es/src/editor-branches-v1-branch-branches.types.js.map +1 -1
- package/build/internal/es/src/editor-branches-v1-branch-branches.universal.d.ts +411 -2
- package/build/internal/es/src/editor-branches-v1-branch-branches.universal.js +118 -6
- package/build/internal/es/src/editor-branches-v1-branch-branches.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -77,7 +77,11 @@ export declare enum SourceType {
|
|
|
77
77
|
/** This branch's source was a template. For internal use. */
|
|
78
78
|
SOURCE_TEMPLATE = "SOURCE_TEMPLATE"
|
|
79
79
|
}
|
|
80
|
-
export
|
|
80
|
+
export interface EditorType {
|
|
81
|
+
/** Editor type */
|
|
82
|
+
editorTypeOptions?: EditorTypeOptions;
|
|
83
|
+
}
|
|
84
|
+
export declare enum EditorTypeOptions {
|
|
81
85
|
/** Unknown editor type */
|
|
82
86
|
UNKNOWN_EDITOR_TYPE = "UNKNOWN_EDITOR_TYPE",
|
|
83
87
|
/** STUDIO */
|
|
@@ -298,6 +302,408 @@ export interface Page {
|
|
|
298
302
|
}
|
|
299
303
|
export interface Empty {
|
|
300
304
|
}
|
|
305
|
+
export interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
306
|
+
/** Emitted on a meta site creation. */
|
|
307
|
+
siteCreated?: SiteCreated;
|
|
308
|
+
/** Emitted on a meta site transfer completion. */
|
|
309
|
+
siteTransferred?: SiteTransferred;
|
|
310
|
+
/** Emitted on a meta site deletion. */
|
|
311
|
+
siteDeleted?: SiteDeleted;
|
|
312
|
+
/** Emitted on a meta site restoration. */
|
|
313
|
+
siteUndeleted?: SiteUndeleted;
|
|
314
|
+
/** Emitted on the first* publish of the meta site (* switching from unpublished to published state). */
|
|
315
|
+
sitePublished?: SitePublished;
|
|
316
|
+
/** Emitted on a meta site unpublish. */
|
|
317
|
+
siteUnpublished?: SiteUnpublished;
|
|
318
|
+
/** Emitted when meta site is marked as template. */
|
|
319
|
+
siteMarkedAsTemplate?: SiteMarkedAsTemplate;
|
|
320
|
+
/** Emitted when meta site is marked as a WixSite. */
|
|
321
|
+
siteMarkedAsWixSite?: SiteMarkedAsWixSite;
|
|
322
|
+
/** Emitted when an application is provisioned (installed). */
|
|
323
|
+
serviceProvisioned?: ServiceProvisioned;
|
|
324
|
+
/** Emitted when an application is removed (uninstalled). */
|
|
325
|
+
serviceRemoved?: ServiceRemoved;
|
|
326
|
+
/** Emitted when meta site name (URL slug) is changed. */
|
|
327
|
+
siteRenamedPayload?: SiteRenamed;
|
|
328
|
+
/** Emitted when meta site was permanently deleted. */
|
|
329
|
+
hardDeleted?: SiteHardDeleted;
|
|
330
|
+
/** Emitted on a namespace change. */
|
|
331
|
+
namespaceChanged?: NamespaceChanged;
|
|
332
|
+
/** Emitted when Studio is attached. */
|
|
333
|
+
studioAssigned?: StudioAssigned;
|
|
334
|
+
/** Emitted when Studio is detached. */
|
|
335
|
+
studioUnassigned?: StudioUnassigned;
|
|
336
|
+
/**
|
|
337
|
+
* Emitted when one of the URLs is changed. After this event you may call `urls-server` to fetch
|
|
338
|
+
* the actual URL.
|
|
339
|
+
*
|
|
340
|
+
* See: https://wix.slack.com/archives/C0UHEBPFT/p1732520791210559?thread_ts=1732027914.294059&cid=C0UHEBPFT
|
|
341
|
+
* See: https://wix.slack.com/archives/C0UHEBPFT/p1744115197619459
|
|
342
|
+
*/
|
|
343
|
+
urlChanged?: SiteUrlChanged;
|
|
344
|
+
/**
|
|
345
|
+
* A meta site id.
|
|
346
|
+
* @format GUID
|
|
347
|
+
*/
|
|
348
|
+
metaSiteId?: string;
|
|
349
|
+
/** A meta site version. Monotonically increasing. */
|
|
350
|
+
version?: string;
|
|
351
|
+
/** A timestamp of the event. */
|
|
352
|
+
timestamp?: string;
|
|
353
|
+
/**
|
|
354
|
+
* TODO(meta-site): Change validation once validations are disabled for consumers
|
|
355
|
+
* More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
|
|
356
|
+
* @maxSize 4000
|
|
357
|
+
*/
|
|
358
|
+
assets?: Asset[];
|
|
359
|
+
}
|
|
360
|
+
/** @oneof */
|
|
361
|
+
export interface MetaSiteSpecialEventPayloadOneOf {
|
|
362
|
+
/** Emitted on a meta site creation. */
|
|
363
|
+
siteCreated?: SiteCreated;
|
|
364
|
+
/** Emitted on a meta site transfer completion. */
|
|
365
|
+
siteTransferred?: SiteTransferred;
|
|
366
|
+
/** Emitted on a meta site deletion. */
|
|
367
|
+
siteDeleted?: SiteDeleted;
|
|
368
|
+
/** Emitted on a meta site restoration. */
|
|
369
|
+
siteUndeleted?: SiteUndeleted;
|
|
370
|
+
/** Emitted on the first* publish of the meta site (* switching from unpublished to published state). */
|
|
371
|
+
sitePublished?: SitePublished;
|
|
372
|
+
/** Emitted on a meta site unpublish. */
|
|
373
|
+
siteUnpublished?: SiteUnpublished;
|
|
374
|
+
/** Emitted when meta site is marked as template. */
|
|
375
|
+
siteMarkedAsTemplate?: SiteMarkedAsTemplate;
|
|
376
|
+
/** Emitted when meta site is marked as a WixSite. */
|
|
377
|
+
siteMarkedAsWixSite?: SiteMarkedAsWixSite;
|
|
378
|
+
/** Emitted when an application is provisioned (installed). */
|
|
379
|
+
serviceProvisioned?: ServiceProvisioned;
|
|
380
|
+
/** Emitted when an application is removed (uninstalled). */
|
|
381
|
+
serviceRemoved?: ServiceRemoved;
|
|
382
|
+
/** Emitted when meta site name (URL slug) is changed. */
|
|
383
|
+
siteRenamedPayload?: SiteRenamed;
|
|
384
|
+
/** Emitted when meta site was permanently deleted. */
|
|
385
|
+
hardDeleted?: SiteHardDeleted;
|
|
386
|
+
/** Emitted on a namespace change. */
|
|
387
|
+
namespaceChanged?: NamespaceChanged;
|
|
388
|
+
/** Emitted when Studio is attached. */
|
|
389
|
+
studioAssigned?: StudioAssigned;
|
|
390
|
+
/** Emitted when Studio is detached. */
|
|
391
|
+
studioUnassigned?: StudioUnassigned;
|
|
392
|
+
/**
|
|
393
|
+
* Emitted when one of the URLs is changed. After this event you may call `urls-server` to fetch
|
|
394
|
+
* the actual URL.
|
|
395
|
+
*
|
|
396
|
+
* See: https://wix.slack.com/archives/C0UHEBPFT/p1732520791210559?thread_ts=1732027914.294059&cid=C0UHEBPFT
|
|
397
|
+
* See: https://wix.slack.com/archives/C0UHEBPFT/p1744115197619459
|
|
398
|
+
*/
|
|
399
|
+
urlChanged?: SiteUrlChanged;
|
|
400
|
+
}
|
|
401
|
+
export interface Asset {
|
|
402
|
+
/**
|
|
403
|
+
* An application definition id (app_id in dev-center). For legacy reasons may be UUID or a string (from Java Enum).
|
|
404
|
+
* @maxLength 36
|
|
405
|
+
*/
|
|
406
|
+
appDefId?: string;
|
|
407
|
+
/**
|
|
408
|
+
* An instance id. For legacy reasons may be UUID or a string.
|
|
409
|
+
* @maxLength 200
|
|
410
|
+
*/
|
|
411
|
+
instanceId?: string;
|
|
412
|
+
/** An application state. */
|
|
413
|
+
state?: State;
|
|
414
|
+
}
|
|
415
|
+
export declare enum State {
|
|
416
|
+
UNKNOWN = "UNKNOWN",
|
|
417
|
+
ENABLED = "ENABLED",
|
|
418
|
+
DISABLED = "DISABLED",
|
|
419
|
+
PENDING = "PENDING",
|
|
420
|
+
DEMO = "DEMO"
|
|
421
|
+
}
|
|
422
|
+
export interface SiteCreated {
|
|
423
|
+
/**
|
|
424
|
+
* A template identifier (empty if not created from a template).
|
|
425
|
+
* @maxLength 36
|
|
426
|
+
*/
|
|
427
|
+
originTemplateId?: string;
|
|
428
|
+
/**
|
|
429
|
+
* An account id of the owner.
|
|
430
|
+
* @format GUID
|
|
431
|
+
*/
|
|
432
|
+
ownerId?: string;
|
|
433
|
+
/** A context in which meta site was created. */
|
|
434
|
+
context?: SiteCreatedContext;
|
|
435
|
+
/**
|
|
436
|
+
* A meta site id from which this site was created.
|
|
437
|
+
*
|
|
438
|
+
* In case of a creation from a template it's a template id.
|
|
439
|
+
* In case of a site duplication ("Save As" in dashboard or duplicate in UM) it's an id of a source site.
|
|
440
|
+
* @format GUID
|
|
441
|
+
*/
|
|
442
|
+
originMetaSiteId?: string | null;
|
|
443
|
+
/**
|
|
444
|
+
* A meta site name (URL slug).
|
|
445
|
+
* @maxLength 20
|
|
446
|
+
*/
|
|
447
|
+
siteName?: string;
|
|
448
|
+
/** A namespace. */
|
|
449
|
+
namespace?: Namespace;
|
|
450
|
+
}
|
|
451
|
+
export declare enum SiteCreatedContext {
|
|
452
|
+
/** A valid option, we don't expose all reasons why site might be created. */
|
|
453
|
+
OTHER = "OTHER",
|
|
454
|
+
/** A meta site was created from template. */
|
|
455
|
+
FROM_TEMPLATE = "FROM_TEMPLATE",
|
|
456
|
+
/** A meta site was created by copying of the transfferred meta site. */
|
|
457
|
+
DUPLICATE_BY_SITE_TRANSFER = "DUPLICATE_BY_SITE_TRANSFER",
|
|
458
|
+
/** A copy of existing meta site. */
|
|
459
|
+
DUPLICATE = "DUPLICATE",
|
|
460
|
+
/** A meta site was created as a transfferred site (copy of the original), old flow, should die soon. */
|
|
461
|
+
OLD_SITE_TRANSFER = "OLD_SITE_TRANSFER",
|
|
462
|
+
/** deprecated A meta site was created for Flash editor. */
|
|
463
|
+
FLASH = "FLASH"
|
|
464
|
+
}
|
|
465
|
+
export declare enum Namespace {
|
|
466
|
+
UNKNOWN_NAMESPACE = "UNKNOWN_NAMESPACE",
|
|
467
|
+
/** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
|
|
468
|
+
WIX = "WIX",
|
|
469
|
+
/** 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. */
|
|
470
|
+
SHOUT_OUT = "SHOUT_OUT",
|
|
471
|
+
/** 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. */
|
|
472
|
+
ALBUMS = "ALBUMS",
|
|
473
|
+
/** 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. */
|
|
474
|
+
WIX_STORES_TEST_DRIVE = "WIX_STORES_TEST_DRIVE",
|
|
475
|
+
/** Hotels standalone (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
476
|
+
HOTELS = "HOTELS",
|
|
477
|
+
/** 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. */
|
|
478
|
+
CLUBS = "CLUBS",
|
|
479
|
+
/** A partially created ADI website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
480
|
+
ONBOARDING_DRAFT = "ONBOARDING_DRAFT",
|
|
481
|
+
/** AppBuilder for AppStudio / shmite (c). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
482
|
+
DEV_SITE = "DEV_SITE",
|
|
483
|
+
/** 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. */
|
|
484
|
+
LOGOS = "LOGOS",
|
|
485
|
+
/** 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. */
|
|
486
|
+
VIDEO_MAKER = "VIDEO_MAKER",
|
|
487
|
+
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
488
|
+
PARTNER_DASHBOARD = "PARTNER_DASHBOARD",
|
|
489
|
+
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
490
|
+
DEV_CENTER_COMPANY = "DEV_CENTER_COMPANY",
|
|
491
|
+
/**
|
|
492
|
+
* A draft created by HTML editor on open. Upon "first save" it will be moved to be of WIX domain.
|
|
493
|
+
*
|
|
494
|
+
* Meta site with this namespace will *not* be shown in a user's site list by default.
|
|
495
|
+
*/
|
|
496
|
+
HTML_DRAFT = "HTML_DRAFT",
|
|
497
|
+
/**
|
|
498
|
+
* the user-journey for Fitness users who want to start from managing their business instead of designing their website.
|
|
499
|
+
* Will be accessible from Site List and will not have a website app.
|
|
500
|
+
* Once the user attaches a site, the site will become a regular wixsite.
|
|
501
|
+
*/
|
|
502
|
+
SITELESS_BUSINESS = "SITELESS_BUSINESS",
|
|
503
|
+
/** Belongs to "strategic products" company. Supports new product in the creator's economy space. */
|
|
504
|
+
CREATOR_ECONOMY = "CREATOR_ECONOMY",
|
|
505
|
+
/** It is to be used in the Business First efforts. */
|
|
506
|
+
DASHBOARD_FIRST = "DASHBOARD_FIRST",
|
|
507
|
+
/** Bookings business flow with no site. */
|
|
508
|
+
ANYWHERE = "ANYWHERE",
|
|
509
|
+
/** Namespace for Headless Backoffice with no editor */
|
|
510
|
+
HEADLESS = "HEADLESS",
|
|
511
|
+
/**
|
|
512
|
+
* Namespace for master site that will exist in parent account that will be referenced by subaccounts
|
|
513
|
+
* The site will be used for account level CSM feature for enterprise
|
|
514
|
+
*/
|
|
515
|
+
ACCOUNT_MASTER_CMS = "ACCOUNT_MASTER_CMS",
|
|
516
|
+
/** Rise.ai Siteless account management for Gift Cards and Store Credit. */
|
|
517
|
+
RISE = "RISE",
|
|
518
|
+
/**
|
|
519
|
+
* As part of the branded app new funnel, users now can create a meta site that will be branded app first.
|
|
520
|
+
* There's a blank site behind the scene but it's blank).
|
|
521
|
+
* The Mobile company will be the owner of this namespace.
|
|
522
|
+
*/
|
|
523
|
+
BRANDED_FIRST = "BRANDED_FIRST",
|
|
524
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
525
|
+
NOWNIA = "NOWNIA",
|
|
526
|
+
/**
|
|
527
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
528
|
+
* The Partners company owns this namespace.
|
|
529
|
+
*/
|
|
530
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
531
|
+
/** Codux Headless Sites */
|
|
532
|
+
CODUX = "CODUX",
|
|
533
|
+
/** Bobb - AI Design Creator. */
|
|
534
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR",
|
|
535
|
+
/**
|
|
536
|
+
* Shared Blog Site is a unique single site across Enterprise account,
|
|
537
|
+
* This site will hold all Blog posts related to the Marketing product.
|
|
538
|
+
*/
|
|
539
|
+
SHARED_BLOG_ENTERPRISE = "SHARED_BLOG_ENTERPRISE",
|
|
540
|
+
/** Standalone forms (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
541
|
+
STANDALONE_FORMS = "STANDALONE_FORMS",
|
|
542
|
+
/** Standalone events (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
543
|
+
STANDALONE_EVENTS = "STANDALONE_EVENTS"
|
|
544
|
+
}
|
|
545
|
+
/** Site transferred to another user. */
|
|
546
|
+
export interface SiteTransferred {
|
|
547
|
+
/**
|
|
548
|
+
* A previous owner id (user that transfers meta site).
|
|
549
|
+
* @format GUID
|
|
550
|
+
*/
|
|
551
|
+
oldOwnerId?: string;
|
|
552
|
+
/**
|
|
553
|
+
* A new owner id (user that accepts meta site).
|
|
554
|
+
* @format GUID
|
|
555
|
+
*/
|
|
556
|
+
newOwnerId?: string;
|
|
557
|
+
}
|
|
558
|
+
/** Soft deletion of the meta site. Could be restored. */
|
|
559
|
+
export interface SiteDeleted {
|
|
560
|
+
/** A deletion context. */
|
|
561
|
+
deleteContext?: DeleteContext;
|
|
562
|
+
}
|
|
563
|
+
export interface DeleteContext {
|
|
564
|
+
/** When the meta site was deleted. */
|
|
565
|
+
dateDeleted?: Date | null;
|
|
566
|
+
/** A status. */
|
|
567
|
+
deleteStatus?: DeleteStatus;
|
|
568
|
+
/**
|
|
569
|
+
* A reason (flow).
|
|
570
|
+
* @maxLength 255
|
|
571
|
+
*/
|
|
572
|
+
deleteOrigin?: string;
|
|
573
|
+
/**
|
|
574
|
+
* A service that deleted it.
|
|
575
|
+
* @maxLength 255
|
|
576
|
+
*/
|
|
577
|
+
initiatorId?: string | null;
|
|
578
|
+
}
|
|
579
|
+
export declare enum DeleteStatus {
|
|
580
|
+
UNKNOWN = "UNKNOWN",
|
|
581
|
+
TRASH = "TRASH",
|
|
582
|
+
DELETED = "DELETED",
|
|
583
|
+
PENDING_PURGE = "PENDING_PURGE",
|
|
584
|
+
PURGED_EXTERNALLY = "PURGED_EXTERNALLY"
|
|
585
|
+
}
|
|
586
|
+
/** Restoration of the meta site. */
|
|
587
|
+
export interface SiteUndeleted {
|
|
588
|
+
}
|
|
589
|
+
/** First publish of a meta site. Or subsequent publish after unpublish. */
|
|
590
|
+
export interface SitePublished {
|
|
591
|
+
}
|
|
592
|
+
export interface SiteUnpublished {
|
|
593
|
+
/**
|
|
594
|
+
* A list of URLs previously associated with the meta site.
|
|
595
|
+
* @maxLength 4000
|
|
596
|
+
* @maxSize 10000
|
|
597
|
+
*/
|
|
598
|
+
urls?: string[];
|
|
599
|
+
}
|
|
600
|
+
export interface SiteMarkedAsTemplate {
|
|
601
|
+
}
|
|
602
|
+
export interface SiteMarkedAsWixSite {
|
|
603
|
+
}
|
|
604
|
+
/**
|
|
605
|
+
* Represents a service provisioned a site.
|
|
606
|
+
*
|
|
607
|
+
* Note on `origin_instance_id`:
|
|
608
|
+
* There is no guarantee that you will be able to find a meta site using `origin_instance_id`.
|
|
609
|
+
* This is because of the following scenario:
|
|
610
|
+
*
|
|
611
|
+
* Imagine you have a template where a third-party application (TPA) includes some stub data,
|
|
612
|
+
* such as a product catalog. When you create a site from this template, you inherit this
|
|
613
|
+
* default product catalog. However, if the template's product catalog is modified,
|
|
614
|
+
* your site will retain the catalog as it was at the time of site creation. This ensures that
|
|
615
|
+
* your site remains consistent with what you initially received and does not include any
|
|
616
|
+
* changes made to the original template afterward.
|
|
617
|
+
* To ensure this, the TPA on the template gets a new instance_id.
|
|
618
|
+
*/
|
|
619
|
+
export interface ServiceProvisioned {
|
|
620
|
+
/**
|
|
621
|
+
* Either UUID or EmbeddedServiceType.
|
|
622
|
+
* @maxLength 36
|
|
623
|
+
*/
|
|
624
|
+
appDefId?: string;
|
|
625
|
+
/**
|
|
626
|
+
* Not only UUID. Something here could be something weird.
|
|
627
|
+
* @maxLength 36
|
|
628
|
+
*/
|
|
629
|
+
instanceId?: string;
|
|
630
|
+
/**
|
|
631
|
+
* An instance id from which this instance is originated.
|
|
632
|
+
* @maxLength 36
|
|
633
|
+
*/
|
|
634
|
+
originInstanceId?: string;
|
|
635
|
+
/**
|
|
636
|
+
* A version.
|
|
637
|
+
* @maxLength 500
|
|
638
|
+
*/
|
|
639
|
+
version?: string | null;
|
|
640
|
+
/**
|
|
641
|
+
* The origin meta site id
|
|
642
|
+
* @format GUID
|
|
643
|
+
*/
|
|
644
|
+
originMetaSiteId?: string | null;
|
|
645
|
+
}
|
|
646
|
+
export interface ServiceRemoved {
|
|
647
|
+
/**
|
|
648
|
+
* Either UUID or EmbeddedServiceType.
|
|
649
|
+
* @maxLength 36
|
|
650
|
+
*/
|
|
651
|
+
appDefId?: string;
|
|
652
|
+
/**
|
|
653
|
+
* Not only UUID. Something here could be something weird.
|
|
654
|
+
* @maxLength 36
|
|
655
|
+
*/
|
|
656
|
+
instanceId?: string;
|
|
657
|
+
/**
|
|
658
|
+
* A version.
|
|
659
|
+
* @maxLength 500
|
|
660
|
+
*/
|
|
661
|
+
version?: string | null;
|
|
662
|
+
}
|
|
663
|
+
/** Rename of the site. Meaning, free public url has been changed as well. */
|
|
664
|
+
export interface SiteRenamed {
|
|
665
|
+
/**
|
|
666
|
+
* A new meta site name (URL slug).
|
|
667
|
+
* @maxLength 20
|
|
668
|
+
*/
|
|
669
|
+
newSiteName?: string;
|
|
670
|
+
/**
|
|
671
|
+
* A previous meta site name (URL slug).
|
|
672
|
+
* @maxLength 255
|
|
673
|
+
*/
|
|
674
|
+
oldSiteName?: string;
|
|
675
|
+
}
|
|
676
|
+
/**
|
|
677
|
+
* Hard deletion of the meta site.
|
|
678
|
+
*
|
|
679
|
+
* Could not be restored. Therefore it's desirable to cleanup data.
|
|
680
|
+
*/
|
|
681
|
+
export interface SiteHardDeleted {
|
|
682
|
+
/** A deletion context. */
|
|
683
|
+
deleteContext?: DeleteContext;
|
|
684
|
+
}
|
|
685
|
+
export interface NamespaceChanged {
|
|
686
|
+
/** A previous namespace. */
|
|
687
|
+
oldNamespace?: Namespace;
|
|
688
|
+
/** A new namespace. */
|
|
689
|
+
newNamespace?: Namespace;
|
|
690
|
+
}
|
|
691
|
+
/** Assigned Studio editor */
|
|
692
|
+
export interface StudioAssigned {
|
|
693
|
+
}
|
|
694
|
+
/** Unassigned Studio editor */
|
|
695
|
+
export interface StudioUnassigned {
|
|
696
|
+
}
|
|
697
|
+
/**
|
|
698
|
+
* Fired in case site URLs were changed in any way: new secondary domain, published, account slug rename, site rename etc.
|
|
699
|
+
*
|
|
700
|
+
* This is an internal event, it's not propagated in special events, because it's non-actionable. If you need to keep up
|
|
701
|
+
* with sites and its urls, you need to listen to another topic/event. Read about it:
|
|
702
|
+
*
|
|
703
|
+
* https://bo.wix.com/wix-docs/rest/meta-site/meta-site---urls-service
|
|
704
|
+
*/
|
|
705
|
+
export interface SiteUrlChanged {
|
|
706
|
+
}
|
|
301
707
|
export interface DomainEvent extends DomainEventBodyOneOf {
|
|
302
708
|
createdEvent?: EntityCreatedEvent;
|
|
303
709
|
updatedEvent?: EntityUpdatedEvent;
|
|
@@ -444,12 +850,15 @@ interface SourceBranchNonNullableFields {
|
|
|
444
850
|
interface SourceTemplateNonNullableFields {
|
|
445
851
|
templateId: string;
|
|
446
852
|
}
|
|
853
|
+
interface EditorTypeNonNullableFields {
|
|
854
|
+
editorTypeOptions: EditorTypeOptions;
|
|
855
|
+
}
|
|
447
856
|
export interface BranchNonNullableFields {
|
|
448
857
|
sourceBranchProperties?: SourceBranchNonNullableFields;
|
|
449
858
|
sourceTemplateProperties?: SourceTemplateNonNullableFields;
|
|
450
859
|
type: Type;
|
|
451
860
|
sourceType: SourceType;
|
|
452
|
-
editorType
|
|
861
|
+
editorType?: EditorTypeNonNullableFields;
|
|
453
862
|
}
|
|
454
863
|
export interface CreateBranchResponseNonNullableFields {
|
|
455
864
|
branch?: BranchNonNullableFields;
|
|
@@ -22,20 +22,132 @@ export var SourceType;
|
|
|
22
22
|
/** This branch's source was a template. For internal use. */
|
|
23
23
|
SourceType["SOURCE_TEMPLATE"] = "SOURCE_TEMPLATE";
|
|
24
24
|
})(SourceType || (SourceType = {}));
|
|
25
|
-
export var
|
|
26
|
-
(function (
|
|
25
|
+
export var EditorTypeOptions;
|
|
26
|
+
(function (EditorTypeOptions) {
|
|
27
27
|
/** Unknown editor type */
|
|
28
|
-
|
|
28
|
+
EditorTypeOptions["UNKNOWN_EDITOR_TYPE"] = "UNKNOWN_EDITOR_TYPE";
|
|
29
29
|
/** STUDIO */
|
|
30
|
-
|
|
30
|
+
EditorTypeOptions["STUDIO"] = "STUDIO";
|
|
31
31
|
/** CLASSIC */
|
|
32
|
-
|
|
33
|
-
})(
|
|
32
|
+
EditorTypeOptions["CLASSIC"] = "CLASSIC";
|
|
33
|
+
})(EditorTypeOptions || (EditorTypeOptions = {}));
|
|
34
34
|
export var SortOrder;
|
|
35
35
|
(function (SortOrder) {
|
|
36
36
|
SortOrder["ASC"] = "ASC";
|
|
37
37
|
SortOrder["DESC"] = "DESC";
|
|
38
38
|
})(SortOrder || (SortOrder = {}));
|
|
39
|
+
export var State;
|
|
40
|
+
(function (State) {
|
|
41
|
+
State["UNKNOWN"] = "UNKNOWN";
|
|
42
|
+
State["ENABLED"] = "ENABLED";
|
|
43
|
+
State["DISABLED"] = "DISABLED";
|
|
44
|
+
State["PENDING"] = "PENDING";
|
|
45
|
+
State["DEMO"] = "DEMO";
|
|
46
|
+
})(State || (State = {}));
|
|
47
|
+
export var SiteCreatedContext;
|
|
48
|
+
(function (SiteCreatedContext) {
|
|
49
|
+
/** A valid option, we don't expose all reasons why site might be created. */
|
|
50
|
+
SiteCreatedContext["OTHER"] = "OTHER";
|
|
51
|
+
/** A meta site was created from template. */
|
|
52
|
+
SiteCreatedContext["FROM_TEMPLATE"] = "FROM_TEMPLATE";
|
|
53
|
+
/** A meta site was created by copying of the transfferred meta site. */
|
|
54
|
+
SiteCreatedContext["DUPLICATE_BY_SITE_TRANSFER"] = "DUPLICATE_BY_SITE_TRANSFER";
|
|
55
|
+
/** A copy of existing meta site. */
|
|
56
|
+
SiteCreatedContext["DUPLICATE"] = "DUPLICATE";
|
|
57
|
+
/** A meta site was created as a transfferred site (copy of the original), old flow, should die soon. */
|
|
58
|
+
SiteCreatedContext["OLD_SITE_TRANSFER"] = "OLD_SITE_TRANSFER";
|
|
59
|
+
/** deprecated A meta site was created for Flash editor. */
|
|
60
|
+
SiteCreatedContext["FLASH"] = "FLASH";
|
|
61
|
+
})(SiteCreatedContext || (SiteCreatedContext = {}));
|
|
62
|
+
export var Namespace;
|
|
63
|
+
(function (Namespace) {
|
|
64
|
+
Namespace["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
|
|
65
|
+
/** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
|
|
66
|
+
Namespace["WIX"] = "WIX";
|
|
67
|
+
/** 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. */
|
|
68
|
+
Namespace["SHOUT_OUT"] = "SHOUT_OUT";
|
|
69
|
+
/** 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. */
|
|
70
|
+
Namespace["ALBUMS"] = "ALBUMS";
|
|
71
|
+
/** 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. */
|
|
72
|
+
Namespace["WIX_STORES_TEST_DRIVE"] = "WIX_STORES_TEST_DRIVE";
|
|
73
|
+
/** Hotels standalone (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
74
|
+
Namespace["HOTELS"] = "HOTELS";
|
|
75
|
+
/** 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. */
|
|
76
|
+
Namespace["CLUBS"] = "CLUBS";
|
|
77
|
+
/** A partially created ADI website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
78
|
+
Namespace["ONBOARDING_DRAFT"] = "ONBOARDING_DRAFT";
|
|
79
|
+
/** AppBuilder for AppStudio / shmite (c). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
80
|
+
Namespace["DEV_SITE"] = "DEV_SITE";
|
|
81
|
+
/** 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. */
|
|
82
|
+
Namespace["LOGOS"] = "LOGOS";
|
|
83
|
+
/** 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. */
|
|
84
|
+
Namespace["VIDEO_MAKER"] = "VIDEO_MAKER";
|
|
85
|
+
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
86
|
+
Namespace["PARTNER_DASHBOARD"] = "PARTNER_DASHBOARD";
|
|
87
|
+
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
88
|
+
Namespace["DEV_CENTER_COMPANY"] = "DEV_CENTER_COMPANY";
|
|
89
|
+
/**
|
|
90
|
+
* A draft created by HTML editor on open. Upon "first save" it will be moved to be of WIX domain.
|
|
91
|
+
*
|
|
92
|
+
* Meta site with this namespace will *not* be shown in a user's site list by default.
|
|
93
|
+
*/
|
|
94
|
+
Namespace["HTML_DRAFT"] = "HTML_DRAFT";
|
|
95
|
+
/**
|
|
96
|
+
* the user-journey for Fitness users who want to start from managing their business instead of designing their website.
|
|
97
|
+
* Will be accessible from Site List and will not have a website app.
|
|
98
|
+
* Once the user attaches a site, the site will become a regular wixsite.
|
|
99
|
+
*/
|
|
100
|
+
Namespace["SITELESS_BUSINESS"] = "SITELESS_BUSINESS";
|
|
101
|
+
/** Belongs to "strategic products" company. Supports new product in the creator's economy space. */
|
|
102
|
+
Namespace["CREATOR_ECONOMY"] = "CREATOR_ECONOMY";
|
|
103
|
+
/** It is to be used in the Business First efforts. */
|
|
104
|
+
Namespace["DASHBOARD_FIRST"] = "DASHBOARD_FIRST";
|
|
105
|
+
/** Bookings business flow with no site. */
|
|
106
|
+
Namespace["ANYWHERE"] = "ANYWHERE";
|
|
107
|
+
/** Namespace for Headless Backoffice with no editor */
|
|
108
|
+
Namespace["HEADLESS"] = "HEADLESS";
|
|
109
|
+
/**
|
|
110
|
+
* Namespace for master site that will exist in parent account that will be referenced by subaccounts
|
|
111
|
+
* The site will be used for account level CSM feature for enterprise
|
|
112
|
+
*/
|
|
113
|
+
Namespace["ACCOUNT_MASTER_CMS"] = "ACCOUNT_MASTER_CMS";
|
|
114
|
+
/** Rise.ai Siteless account management for Gift Cards and Store Credit. */
|
|
115
|
+
Namespace["RISE"] = "RISE";
|
|
116
|
+
/**
|
|
117
|
+
* As part of the branded app new funnel, users now can create a meta site that will be branded app first.
|
|
118
|
+
* There's a blank site behind the scene but it's blank).
|
|
119
|
+
* The Mobile company will be the owner of this namespace.
|
|
120
|
+
*/
|
|
121
|
+
Namespace["BRANDED_FIRST"] = "BRANDED_FIRST";
|
|
122
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
123
|
+
Namespace["NOWNIA"] = "NOWNIA";
|
|
124
|
+
/**
|
|
125
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
126
|
+
* The Partners company owns this namespace.
|
|
127
|
+
*/
|
|
128
|
+
Namespace["UGC_TEMPLATE"] = "UGC_TEMPLATE";
|
|
129
|
+
/** Codux Headless Sites */
|
|
130
|
+
Namespace["CODUX"] = "CODUX";
|
|
131
|
+
/** Bobb - AI Design Creator. */
|
|
132
|
+
Namespace["MEDIA_DESIGN_CREATOR"] = "MEDIA_DESIGN_CREATOR";
|
|
133
|
+
/**
|
|
134
|
+
* Shared Blog Site is a unique single site across Enterprise account,
|
|
135
|
+
* This site will hold all Blog posts related to the Marketing product.
|
|
136
|
+
*/
|
|
137
|
+
Namespace["SHARED_BLOG_ENTERPRISE"] = "SHARED_BLOG_ENTERPRISE";
|
|
138
|
+
/** Standalone forms (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
139
|
+
Namespace["STANDALONE_FORMS"] = "STANDALONE_FORMS";
|
|
140
|
+
/** Standalone events (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
141
|
+
Namespace["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
142
|
+
})(Namespace || (Namespace = {}));
|
|
143
|
+
export var DeleteStatus;
|
|
144
|
+
(function (DeleteStatus) {
|
|
145
|
+
DeleteStatus["UNKNOWN"] = "UNKNOWN";
|
|
146
|
+
DeleteStatus["TRASH"] = "TRASH";
|
|
147
|
+
DeleteStatus["DELETED"] = "DELETED";
|
|
148
|
+
DeleteStatus["PENDING_PURGE"] = "PENDING_PURGE";
|
|
149
|
+
DeleteStatus["PURGED_EXTERNALLY"] = "PURGED_EXTERNALLY";
|
|
150
|
+
})(DeleteStatus || (DeleteStatus = {}));
|
|
39
151
|
export var WebhookIdentityType;
|
|
40
152
|
(function (WebhookIdentityType) {
|
|
41
153
|
WebhookIdentityType["UNKNOWN"] = "UNKNOWN";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editor-branches-v1-branch-branches.universal.js","sourceRoot":"","sources":["../../../../src/editor-branches-v1-branch-branches.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,mCAAmC,MAAM,8CAA8C,CAAC;AAkEpG,MAAM,CAAN,IAAY,IASX;AATD,WAAY,IAAI;IACd,2BAA2B;IAC3B,qCAA6B,CAAA;IAC7B,yGAAyG;IACzG,qBAAa,CAAA;IACb,iIAAiI;IACjI,+BAAuB,CAAA;IACvB,mIAAmI;IACnI,2CAAmC,CAAA;AACrC,CAAC,EATW,IAAI,KAAJ,IAAI,QASf;AAED,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,2BAA2B;IAC3B,yDAA2C,CAAA;IAC3C,yCAAyC;IACzC,6CAA+B,CAAA;IAC/B,6DAA6D;IAC7D,iDAAmC,CAAA;AACrC,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB;
|
|
1
|
+
{"version":3,"file":"editor-branches-v1-branch-branches.universal.js","sourceRoot":"","sources":["../../../../src/editor-branches-v1-branch-branches.universal.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_editor-branches_branches",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.editor.branches.v1.branch"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "6f25986c923846d0ea61567699437fe8b7db901c6540575075edbd18"
|
|
52
52
|
}
|