@wix/auto_sdk_editor-branches_branches 1.0.1 → 1.0.3

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 (49) hide show
  1. package/build/cjs/src/editor-branches-v1-branch-branches.context.d.ts +2 -2
  2. package/build/cjs/src/editor-branches-v1-branch-branches.context.js +5 -1
  3. package/build/cjs/src/editor-branches-v1-branch-branches.context.js.map +1 -1
  4. package/build/cjs/src/editor-branches-v1-branch-branches.public.d.ts +1 -1
  5. package/build/cjs/src/editor-branches-v1-branch-branches.public.js +5 -1
  6. package/build/cjs/src/editor-branches-v1-branch-branches.public.js.map +1 -1
  7. package/build/cjs/src/editor-branches-v1-branch-branches.types.d.ts +418 -0
  8. package/build/cjs/src/editor-branches-v1-branch-branches.types.js +113 -1
  9. package/build/cjs/src/editor-branches-v1-branch-branches.types.js.map +1 -1
  10. package/build/cjs/src/editor-branches-v1-branch-branches.universal.d.ts +418 -0
  11. package/build/cjs/src/editor-branches-v1-branch-branches.universal.js +113 -1
  12. package/build/cjs/src/editor-branches-v1-branch-branches.universal.js.map +1 -1
  13. package/build/es/src/editor-branches-v1-branch-branches.context.d.ts +2 -2
  14. package/build/es/src/editor-branches-v1-branch-branches.context.js +1 -1
  15. package/build/es/src/editor-branches-v1-branch-branches.context.js.map +1 -1
  16. package/build/es/src/editor-branches-v1-branch-branches.public.d.ts +1 -1
  17. package/build/es/src/editor-branches-v1-branch-branches.public.js +1 -1
  18. package/build/es/src/editor-branches-v1-branch-branches.public.js.map +1 -1
  19. package/build/es/src/editor-branches-v1-branch-branches.types.d.ts +418 -0
  20. package/build/es/src/editor-branches-v1-branch-branches.types.js +112 -0
  21. package/build/es/src/editor-branches-v1-branch-branches.types.js.map +1 -1
  22. package/build/es/src/editor-branches-v1-branch-branches.universal.d.ts +418 -0
  23. package/build/es/src/editor-branches-v1-branch-branches.universal.js +112 -0
  24. package/build/es/src/editor-branches-v1-branch-branches.universal.js.map +1 -1
  25. package/build/internal/cjs/src/editor-branches-v1-branch-branches.context.d.ts +2 -2
  26. package/build/internal/cjs/src/editor-branches-v1-branch-branches.context.js +5 -1
  27. package/build/internal/cjs/src/editor-branches-v1-branch-branches.context.js.map +1 -1
  28. package/build/internal/cjs/src/editor-branches-v1-branch-branches.public.d.ts +1 -1
  29. package/build/internal/cjs/src/editor-branches-v1-branch-branches.public.js +5 -1
  30. package/build/internal/cjs/src/editor-branches-v1-branch-branches.public.js.map +1 -1
  31. package/build/internal/cjs/src/editor-branches-v1-branch-branches.types.d.ts +418 -0
  32. package/build/internal/cjs/src/editor-branches-v1-branch-branches.types.js +113 -1
  33. package/build/internal/cjs/src/editor-branches-v1-branch-branches.types.js.map +1 -1
  34. package/build/internal/cjs/src/editor-branches-v1-branch-branches.universal.d.ts +418 -0
  35. package/build/internal/cjs/src/editor-branches-v1-branch-branches.universal.js +113 -1
  36. package/build/internal/cjs/src/editor-branches-v1-branch-branches.universal.js.map +1 -1
  37. package/build/internal/es/src/editor-branches-v1-branch-branches.context.d.ts +2 -2
  38. package/build/internal/es/src/editor-branches-v1-branch-branches.context.js +1 -1
  39. package/build/internal/es/src/editor-branches-v1-branch-branches.context.js.map +1 -1
  40. package/build/internal/es/src/editor-branches-v1-branch-branches.public.d.ts +1 -1
  41. package/build/internal/es/src/editor-branches-v1-branch-branches.public.js +1 -1
  42. package/build/internal/es/src/editor-branches-v1-branch-branches.public.js.map +1 -1
  43. package/build/internal/es/src/editor-branches-v1-branch-branches.types.d.ts +418 -0
  44. package/build/internal/es/src/editor-branches-v1-branch-branches.types.js +112 -0
  45. package/build/internal/es/src/editor-branches-v1-branch-branches.types.js.map +1 -1
  46. package/build/internal/es/src/editor-branches-v1-branch-branches.universal.d.ts +418 -0
  47. package/build/internal/es/src/editor-branches-v1-branch-branches.universal.js +112 -0
  48. package/build/internal/es/src/editor-branches-v1-branch-branches.universal.js.map +1 -1
  49. package/package.json +4 -4
@@ -302,6 +302,424 @@ export interface Page {
302
302
  }
303
303
  export interface Empty {
304
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
+ /** Site is marked as PurgedExternally */
345
+ sitePurgedExternally?: SitePurgedExternally;
346
+ /**
347
+ * A meta site id.
348
+ * @format GUID
349
+ */
350
+ metaSiteId?: string;
351
+ /** A meta site version. Monotonically increasing. */
352
+ version?: string;
353
+ /** A timestamp of the event. */
354
+ timestamp?: string;
355
+ /**
356
+ * TODO(meta-site): Change validation once validations are disabled for consumers
357
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
358
+ * @maxSize 4000
359
+ */
360
+ assets?: Asset[];
361
+ }
362
+ /** @oneof */
363
+ export interface MetaSiteSpecialEventPayloadOneOf {
364
+ /** Emitted on a meta site creation. */
365
+ siteCreated?: SiteCreated;
366
+ /** Emitted on a meta site transfer completion. */
367
+ siteTransferred?: SiteTransferred;
368
+ /** Emitted on a meta site deletion. */
369
+ siteDeleted?: SiteDeleted;
370
+ /** Emitted on a meta site restoration. */
371
+ siteUndeleted?: SiteUndeleted;
372
+ /** Emitted on the first* publish of the meta site (* switching from unpublished to published state). */
373
+ sitePublished?: SitePublished;
374
+ /** Emitted on a meta site unpublish. */
375
+ siteUnpublished?: SiteUnpublished;
376
+ /** Emitted when meta site is marked as template. */
377
+ siteMarkedAsTemplate?: SiteMarkedAsTemplate;
378
+ /** Emitted when meta site is marked as a WixSite. */
379
+ siteMarkedAsWixSite?: SiteMarkedAsWixSite;
380
+ /** Emitted when an application is provisioned (installed). */
381
+ serviceProvisioned?: ServiceProvisioned;
382
+ /** Emitted when an application is removed (uninstalled). */
383
+ serviceRemoved?: ServiceRemoved;
384
+ /** Emitted when meta site name (URL slug) is changed. */
385
+ siteRenamedPayload?: SiteRenamed;
386
+ /** Emitted when meta site was permanently deleted. */
387
+ hardDeleted?: SiteHardDeleted;
388
+ /** Emitted on a namespace change. */
389
+ namespaceChanged?: NamespaceChanged;
390
+ /** Emitted when Studio is attached. */
391
+ studioAssigned?: StudioAssigned;
392
+ /** Emitted when Studio is detached. */
393
+ studioUnassigned?: StudioUnassigned;
394
+ /**
395
+ * Emitted when one of the URLs is changed. After this event you may call `urls-server` to fetch
396
+ * the actual URL.
397
+ *
398
+ * See: https://wix.slack.com/archives/C0UHEBPFT/p1732520791210559?thread_ts=1732027914.294059&cid=C0UHEBPFT
399
+ * See: https://wix.slack.com/archives/C0UHEBPFT/p1744115197619459
400
+ */
401
+ urlChanged?: SiteUrlChanged;
402
+ /** Site is marked as PurgedExternally */
403
+ sitePurgedExternally?: SitePurgedExternally;
404
+ }
405
+ export interface Asset {
406
+ /**
407
+ * An application definition id (app_id in dev-center). For legacy reasons may be UUID or a string (from Java Enum).
408
+ * @maxLength 36
409
+ */
410
+ appDefId?: string;
411
+ /**
412
+ * An instance id. For legacy reasons may be UUID or a string.
413
+ * @maxLength 200
414
+ */
415
+ instanceId?: string;
416
+ /** An application state. */
417
+ state?: State;
418
+ }
419
+ export declare enum State {
420
+ UNKNOWN = "UNKNOWN",
421
+ ENABLED = "ENABLED",
422
+ DISABLED = "DISABLED",
423
+ PENDING = "PENDING",
424
+ DEMO = "DEMO"
425
+ }
426
+ export interface SiteCreated {
427
+ /**
428
+ * A template identifier (empty if not created from a template).
429
+ * @maxLength 36
430
+ */
431
+ originTemplateId?: string;
432
+ /**
433
+ * An account id of the owner.
434
+ * @format GUID
435
+ */
436
+ ownerId?: string;
437
+ /** A context in which meta site was created. */
438
+ context?: SiteCreatedContext;
439
+ /**
440
+ * A meta site id from which this site was created.
441
+ *
442
+ * In case of a creation from a template it's a template id.
443
+ * In case of a site duplication ("Save As" in dashboard or duplicate in UM) it's an id of a source site.
444
+ * @format GUID
445
+ */
446
+ originMetaSiteId?: string | null;
447
+ /**
448
+ * A meta site name (URL slug).
449
+ * @maxLength 20
450
+ */
451
+ siteName?: string;
452
+ /** A namespace. */
453
+ namespace?: Namespace;
454
+ }
455
+ export declare enum SiteCreatedContext {
456
+ /** A valid option, we don't expose all reasons why site might be created. */
457
+ OTHER = "OTHER",
458
+ /** A meta site was created from template. */
459
+ FROM_TEMPLATE = "FROM_TEMPLATE",
460
+ /** A meta site was created by copying of the transfferred meta site. */
461
+ DUPLICATE_BY_SITE_TRANSFER = "DUPLICATE_BY_SITE_TRANSFER",
462
+ /** A copy of existing meta site. */
463
+ DUPLICATE = "DUPLICATE",
464
+ /** A meta site was created as a transfferred site (copy of the original), old flow, should die soon. */
465
+ OLD_SITE_TRANSFER = "OLD_SITE_TRANSFER",
466
+ /** deprecated A meta site was created for Flash editor. */
467
+ FLASH = "FLASH"
468
+ }
469
+ export declare enum Namespace {
470
+ UNKNOWN_NAMESPACE = "UNKNOWN_NAMESPACE",
471
+ /** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
472
+ WIX = "WIX",
473
+ /** 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. */
474
+ SHOUT_OUT = "SHOUT_OUT",
475
+ /** 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. */
476
+ ALBUMS = "ALBUMS",
477
+ /** 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. */
478
+ WIX_STORES_TEST_DRIVE = "WIX_STORES_TEST_DRIVE",
479
+ /** Hotels standalone (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
480
+ HOTELS = "HOTELS",
481
+ /** 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. */
482
+ CLUBS = "CLUBS",
483
+ /** A partially created ADI website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
484
+ ONBOARDING_DRAFT = "ONBOARDING_DRAFT",
485
+ /** AppBuilder for AppStudio / shmite (c). MetaSites with this namespace will *not* be shown in a user's site list by default. */
486
+ DEV_SITE = "DEV_SITE",
487
+ /** 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. */
488
+ LOGOS = "LOGOS",
489
+ /** 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. */
490
+ VIDEO_MAKER = "VIDEO_MAKER",
491
+ /** MetaSites with this namespace will *not* be shown in a user's site list by default. */
492
+ PARTNER_DASHBOARD = "PARTNER_DASHBOARD",
493
+ /** MetaSites with this namespace will *not* be shown in a user's site list by default. */
494
+ DEV_CENTER_COMPANY = "DEV_CENTER_COMPANY",
495
+ /**
496
+ * A draft created by HTML editor on open. Upon "first save" it will be moved to be of WIX domain.
497
+ *
498
+ * Meta site with this namespace will *not* be shown in a user's site list by default.
499
+ */
500
+ HTML_DRAFT = "HTML_DRAFT",
501
+ /**
502
+ * the user-journey for Fitness users who want to start from managing their business instead of designing their website.
503
+ * Will be accessible from Site List and will not have a website app.
504
+ * Once the user attaches a site, the site will become a regular wixsite.
505
+ */
506
+ SITELESS_BUSINESS = "SITELESS_BUSINESS",
507
+ /** Belongs to "strategic products" company. Supports new product in the creator's economy space. */
508
+ CREATOR_ECONOMY = "CREATOR_ECONOMY",
509
+ /** It is to be used in the Business First efforts. */
510
+ DASHBOARD_FIRST = "DASHBOARD_FIRST",
511
+ /** Bookings business flow with no site. */
512
+ ANYWHERE = "ANYWHERE",
513
+ /** Namespace for Headless Backoffice with no editor */
514
+ HEADLESS = "HEADLESS",
515
+ /**
516
+ * Namespace for master site that will exist in parent account that will be referenced by subaccounts
517
+ * The site will be used for account level CSM feature for enterprise
518
+ */
519
+ ACCOUNT_MASTER_CMS = "ACCOUNT_MASTER_CMS",
520
+ /** Rise.ai Siteless account management for Gift Cards and Store Credit. */
521
+ RISE = "RISE",
522
+ /**
523
+ * As part of the branded app new funnel, users now can create a meta site that will be branded app first.
524
+ * There's a blank site behind the scene but it's blank).
525
+ * The Mobile company will be the owner of this namespace.
526
+ */
527
+ BRANDED_FIRST = "BRANDED_FIRST",
528
+ /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
529
+ NOWNIA = "NOWNIA",
530
+ /**
531
+ * UGC Templates are templates that are created by users for personal use and to sale to other users.
532
+ * The Partners company owns this namespace.
533
+ */
534
+ UGC_TEMPLATE = "UGC_TEMPLATE",
535
+ /** Codux Headless Sites */
536
+ CODUX = "CODUX",
537
+ /** Bobb - AI Design Creator. */
538
+ MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR",
539
+ /**
540
+ * Shared Blog Site is a unique single site across Enterprise account,
541
+ * This site will hold all Blog posts related to the Marketing product.
542
+ */
543
+ SHARED_BLOG_ENTERPRISE = "SHARED_BLOG_ENTERPRISE",
544
+ /** Standalone forms (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
545
+ STANDALONE_FORMS = "STANDALONE_FORMS",
546
+ /** Standalone events (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
547
+ STANDALONE_EVENTS = "STANDALONE_EVENTS"
548
+ }
549
+ /** Site transferred to another user. */
550
+ export interface SiteTransferred {
551
+ /**
552
+ * A previous owner id (user that transfers meta site).
553
+ * @format GUID
554
+ */
555
+ oldOwnerId?: string;
556
+ /**
557
+ * A new owner id (user that accepts meta site).
558
+ * @format GUID
559
+ */
560
+ newOwnerId?: string;
561
+ }
562
+ /** Soft deletion of the meta site. Could be restored. */
563
+ export interface SiteDeleted {
564
+ /** A deletion context. */
565
+ deleteContext?: DeleteContext;
566
+ }
567
+ export interface DeleteContext {
568
+ /** When the meta site was deleted. */
569
+ dateDeleted?: Date | null;
570
+ /** A status. */
571
+ deleteStatus?: DeleteStatus;
572
+ /**
573
+ * A reason (flow).
574
+ * @maxLength 255
575
+ */
576
+ deleteOrigin?: string;
577
+ /**
578
+ * A service that deleted it.
579
+ * @maxLength 255
580
+ */
581
+ initiatorId?: string | null;
582
+ }
583
+ export declare enum DeleteStatus {
584
+ UNKNOWN = "UNKNOWN",
585
+ TRASH = "TRASH",
586
+ DELETED = "DELETED",
587
+ PENDING_PURGE = "PENDING_PURGE",
588
+ PURGED_EXTERNALLY = "PURGED_EXTERNALLY"
589
+ }
590
+ /** Restoration of the meta site. */
591
+ export interface SiteUndeleted {
592
+ }
593
+ /** First publish of a meta site. Or subsequent publish after unpublish. */
594
+ export interface SitePublished {
595
+ }
596
+ export interface SiteUnpublished {
597
+ /**
598
+ * A list of URLs previously associated with the meta site.
599
+ * @maxLength 4000
600
+ * @maxSize 10000
601
+ */
602
+ urls?: string[];
603
+ }
604
+ export interface SiteMarkedAsTemplate {
605
+ }
606
+ export interface SiteMarkedAsWixSite {
607
+ }
608
+ /**
609
+ * Represents a service provisioned a site.
610
+ *
611
+ * Note on `origin_instance_id`:
612
+ * There is no guarantee that you will be able to find a meta site using `origin_instance_id`.
613
+ * This is because of the following scenario:
614
+ *
615
+ * Imagine you have a template where a third-party application (TPA) includes some stub data,
616
+ * such as a product catalog. When you create a site from this template, you inherit this
617
+ * default product catalog. However, if the template's product catalog is modified,
618
+ * your site will retain the catalog as it was at the time of site creation. This ensures that
619
+ * your site remains consistent with what you initially received and does not include any
620
+ * changes made to the original template afterward.
621
+ * To ensure this, the TPA on the template gets a new instance_id.
622
+ */
623
+ export interface ServiceProvisioned {
624
+ /**
625
+ * Either UUID or EmbeddedServiceType.
626
+ * @maxLength 36
627
+ */
628
+ appDefId?: string;
629
+ /**
630
+ * Not only UUID. Something here could be something weird.
631
+ * @maxLength 36
632
+ */
633
+ instanceId?: string;
634
+ /**
635
+ * An instance id from which this instance is originated.
636
+ * @maxLength 36
637
+ */
638
+ originInstanceId?: string;
639
+ /**
640
+ * A version.
641
+ * @maxLength 500
642
+ */
643
+ version?: string | null;
644
+ /**
645
+ * The origin meta site id
646
+ * @format GUID
647
+ */
648
+ originMetaSiteId?: string | null;
649
+ }
650
+ export interface ServiceRemoved {
651
+ /**
652
+ * Either UUID or EmbeddedServiceType.
653
+ * @maxLength 36
654
+ */
655
+ appDefId?: string;
656
+ /**
657
+ * Not only UUID. Something here could be something weird.
658
+ * @maxLength 36
659
+ */
660
+ instanceId?: string;
661
+ /**
662
+ * A version.
663
+ * @maxLength 500
664
+ */
665
+ version?: string | null;
666
+ }
667
+ /** Rename of the site. Meaning, free public url has been changed as well. */
668
+ export interface SiteRenamed {
669
+ /**
670
+ * A new meta site name (URL slug).
671
+ * @maxLength 20
672
+ */
673
+ newSiteName?: string;
674
+ /**
675
+ * A previous meta site name (URL slug).
676
+ * @maxLength 255
677
+ */
678
+ oldSiteName?: string;
679
+ }
680
+ /**
681
+ * Hard deletion of the meta site.
682
+ *
683
+ * Could not be restored. Therefore it's desirable to cleanup data.
684
+ */
685
+ export interface SiteHardDeleted {
686
+ /** A deletion context. */
687
+ deleteContext?: DeleteContext;
688
+ }
689
+ export interface NamespaceChanged {
690
+ /** A previous namespace. */
691
+ oldNamespace?: Namespace;
692
+ /** A new namespace. */
693
+ newNamespace?: Namespace;
694
+ }
695
+ /** Assigned Studio editor */
696
+ export interface StudioAssigned {
697
+ }
698
+ /** Unassigned Studio editor */
699
+ export interface StudioUnassigned {
700
+ }
701
+ /**
702
+ * Fired in case site URLs were changed in any way: new secondary domain, published, account slug rename, site rename etc.
703
+ *
704
+ * This is an internal event, it's not propagated in special events, because it's non-actionable. If you need to keep up
705
+ * with sites and its urls, you need to listen to another topic/event. Read about it:
706
+ *
707
+ * https://bo.wix.com/wix-docs/rest/meta-site/meta-site---urls-service
708
+ */
709
+ export interface SiteUrlChanged {
710
+ }
711
+ /**
712
+ * Used at the end of the deletion flow for both draft sites and when a user deletes a site.
713
+ * Consumed by other teams to remove relevant data.
714
+ */
715
+ export interface SitePurgedExternally {
716
+ /**
717
+ * Either UUID or EmbeddedServiceType.
718
+ * @maxLength 2048
719
+ * @maxSize 100
720
+ */
721
+ appDefId?: string[];
722
+ }
305
723
  export interface DomainEvent extends DomainEventBodyOneOf {
306
724
  createdEvent?: EntityCreatedEvent;
307
725
  updatedEvent?: EntityUpdatedEvent;
@@ -36,6 +36,118 @@ export var 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":"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"}
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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"}
@@ -15,5 +15,5 @@ export declare const onBranchCreated: ReturnType<typeof createEventModule<typeof
15
15
  export declare const onBranchDeleted: ReturnType<typeof createEventModule<typeof publicOnBranchDeleted>>;
16
16
  /** */
17
17
  export declare const onBranchUpdated: ReturnType<typeof createEventModule<typeof publicOnBranchUpdated>>;
18
- export { Type, SourceType, EditorTypeOptions, SortOrder, WebhookIdentityType, } from './editor-branches-v1-branch-branches.universal.js';
19
- export { Branch, BranchSourceOneOf, EditorType, SourceBranch, SourceTemplate, ExtendedFields, CreateBranchRequest, CreateBranchResponse, GetBranchRequest, GetBranchResponse, UpdateBranchRequest, UpdateBranchResponse, DeleteBranchRequest, DeleteBranchResponse, QueryBranchesRequest, CursorQuery, CursorQueryPagingMethodOneOf, Sorting, CursorPaging, QueryBranchesResponse, CursorPagingMetadata, Cursors, UpdateExtendedFieldsRequest, UpdateExtendedFieldsResponse, HtmlSitePublished, Page, Empty, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, BranchNonNullableFields, CreateBranchResponseNonNullableFields, GetBranchResponseNonNullableFields, UpdateBranchResponseNonNullableFields, QueryBranchesResponseNonNullableFields, BaseEventMetadata, EventMetadata, BranchCreatedEnvelope, BranchDeletedEnvelope, BranchUpdatedEnvelope, UpdateBranch, BranchesQueryResult, BranchesQueryBuilder, } from './editor-branches-v1-branch-branches.universal.js';
18
+ export { Type, SourceType, EditorTypeOptions, SortOrder, State, SiteCreatedContext, Namespace, DeleteStatus, WebhookIdentityType, } from './editor-branches-v1-branch-branches.universal.js';
19
+ export { Branch, BranchSourceOneOf, EditorType, SourceBranch, SourceTemplate, ExtendedFields, CreateBranchRequest, CreateBranchResponse, GetBranchRequest, GetBranchResponse, UpdateBranchRequest, UpdateBranchResponse, DeleteBranchRequest, DeleteBranchResponse, QueryBranchesRequest, CursorQuery, CursorQueryPagingMethodOneOf, Sorting, CursorPaging, QueryBranchesResponse, CursorPagingMetadata, Cursors, UpdateExtendedFieldsRequest, UpdateExtendedFieldsResponse, HtmlSitePublished, Page, Empty, MetaSiteSpecialEvent, MetaSiteSpecialEventPayloadOneOf, Asset, SiteCreated, SiteTransferred, SiteDeleted, DeleteContext, SiteUndeleted, SitePublished, SiteUnpublished, SiteMarkedAsTemplate, SiteMarkedAsWixSite, ServiceProvisioned, ServiceRemoved, SiteRenamed, SiteHardDeleted, NamespaceChanged, StudioAssigned, StudioUnassigned, SiteUrlChanged, SitePurgedExternally, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, BranchNonNullableFields, CreateBranchResponseNonNullableFields, GetBranchResponseNonNullableFields, UpdateBranchResponseNonNullableFields, QueryBranchesResponseNonNullableFields, BaseEventMetadata, EventMetadata, BranchCreatedEnvelope, BranchDeletedEnvelope, BranchUpdatedEnvelope, UpdateBranch, BranchesQueryResult, BranchesQueryBuilder, } from './editor-branches-v1-branch-branches.universal.js';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WebhookIdentityType = exports.SortOrder = exports.EditorTypeOptions = exports.SourceType = exports.Type = exports.onBranchUpdated = exports.onBranchDeleted = exports.onBranchCreated = exports.queryBranches = exports.deleteBranch = exports.updateBranch = exports.getBranch = exports.createBranch = void 0;
3
+ exports.WebhookIdentityType = exports.DeleteStatus = exports.Namespace = exports.SiteCreatedContext = exports.State = exports.SortOrder = exports.EditorTypeOptions = exports.SourceType = exports.Type = exports.onBranchUpdated = exports.onBranchDeleted = exports.onBranchCreated = exports.queryBranches = exports.deleteBranch = exports.updateBranch = exports.getBranch = exports.createBranch = void 0;
4
4
  const editor_branches_v1_branch_branches_public_js_1 = require("./editor-branches-v1-branch-branches.public.js");
5
5
  const rest_modules_1 = require("@wix/sdk-runtime/rest-modules");
6
6
  const event_definition_modules_1 = require("@wix/sdk-runtime/event-definition-modules");
@@ -23,5 +23,9 @@ Object.defineProperty(exports, "Type", { enumerable: true, get: function () { re
23
23
  Object.defineProperty(exports, "SourceType", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_1.SourceType; } });
24
24
  Object.defineProperty(exports, "EditorTypeOptions", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_1.EditorTypeOptions; } });
25
25
  Object.defineProperty(exports, "SortOrder", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_1.SortOrder; } });
26
+ Object.defineProperty(exports, "State", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_1.State; } });
27
+ Object.defineProperty(exports, "SiteCreatedContext", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_1.SiteCreatedContext; } });
28
+ Object.defineProperty(exports, "Namespace", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_1.Namespace; } });
29
+ Object.defineProperty(exports, "DeleteStatus", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_1.DeleteStatus; } });
26
30
  Object.defineProperty(exports, "WebhookIdentityType", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_1.WebhookIdentityType; } });
27
31
  //# sourceMappingURL=editor-branches-v1-branch-branches.context.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"editor-branches-v1-branch-branches.context.js","sourceRoot":"","sources":["../../../../src/editor-branches-v1-branch-branches.context.ts"],"names":[],"mappings":";;;AAAA,iHAMwD;AACxD,gEAAiE;AACjE,wFAA8E;AAE9E,iHAA0G;AAC1G,iHAA0G;AAC1G,iHAA0G;AAE7F,QAAA,YAAY,GAEP,IAAA,+BAAgB,EAAC,2DAAkB,CAAC,CAAC;AAC1C,QAAA,SAAS,GAEJ,IAAA,+BAAgB,EAAC,wDAAe,CAAC,CAAC;AACvC,QAAA,YAAY,GAEP,IAAA,+BAAgB,EAAC,2DAAkB,CAAC,CAAC;AAC1C,QAAA,YAAY,GAEP,IAAA,+BAAgB,EAAC,2DAAkB,CAAC,CAAC;AAC1C,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,4DAAmB,CAAC,CAAC;AACxD,MAAM;AACO,QAAA,eAAe,GAExB,IAAA,4CAAiB,EAAC,8DAAqB,CAAC,CAAC;AAC7C,MAAM;AACO,QAAA,eAAe,GAExB,IAAA,4CAAiB,EAAC,8DAAqB,CAAC,CAAC;AAC7C,MAAM;AACO,QAAA,eAAe,GAExB,IAAA,4CAAiB,EAAC,8DAAqB,CAAC,CAAC;AAE7C,qHAM2D;AALzD,uIAAA,IAAI,OAAA;AACJ,6IAAA,UAAU,OAAA;AACV,oJAAA,iBAAiB,OAAA;AACjB,4IAAA,SAAS,OAAA;AACT,sJAAA,mBAAmB,OAAA"}
1
+ {"version":3,"file":"editor-branches-v1-branch-branches.context.js","sourceRoot":"","sources":["../../../../src/editor-branches-v1-branch-branches.context.ts"],"names":[],"mappings":";;;AAAA,iHAMwD;AACxD,gEAAiE;AACjE,wFAA8E;AAE9E,iHAA0G;AAC1G,iHAA0G;AAC1G,iHAA0G;AAE7F,QAAA,YAAY,GAEP,IAAA,+BAAgB,EAAC,2DAAkB,CAAC,CAAC;AAC1C,QAAA,SAAS,GAEJ,IAAA,+BAAgB,EAAC,wDAAe,CAAC,CAAC;AACvC,QAAA,YAAY,GAEP,IAAA,+BAAgB,EAAC,2DAAkB,CAAC,CAAC;AAC1C,QAAA,YAAY,GAEP,IAAA,+BAAgB,EAAC,2DAAkB,CAAC,CAAC;AAC1C,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,4DAAmB,CAAC,CAAC;AACxD,MAAM;AACO,QAAA,eAAe,GAExB,IAAA,4CAAiB,EAAC,8DAAqB,CAAC,CAAC;AAC7C,MAAM;AACO,QAAA,eAAe,GAExB,IAAA,4CAAiB,EAAC,8DAAqB,CAAC,CAAC;AAC7C,MAAM;AACO,QAAA,eAAe,GAExB,IAAA,4CAAiB,EAAC,8DAAqB,CAAC,CAAC;AAE7C,qHAU2D;AATzD,uIAAA,IAAI,OAAA;AACJ,6IAAA,UAAU,OAAA;AACV,oJAAA,iBAAiB,OAAA;AACjB,4IAAA,SAAS,OAAA;AACT,wIAAA,KAAK,OAAA;AACL,qJAAA,kBAAkB,OAAA;AAClB,4IAAA,SAAS,OAAA;AACT,+IAAA,YAAY,OAAA;AACZ,sJAAA,mBAAmB,OAAA"}
@@ -51,4 +51,4 @@ interface QueryBranchesSignature {
51
51
  export declare const onBranchCreated: EventDefinition<BranchCreatedEnvelope, "wix.editor.branches.v1.branch_created">;
52
52
  export declare const onBranchDeleted: EventDefinition<BranchDeletedEnvelope, "wix.editor.branches.v1.branch_deleted">;
53
53
  export declare const onBranchUpdated: EventDefinition<BranchUpdatedEnvelope, "wix.editor.branches.v1.branch_updated">;
54
- export { ActionEvent, BaseEventMetadata, Branch, BranchCreatedEnvelope, BranchDeletedEnvelope, BranchNonNullableFields, BranchSourceOneOf, BranchUpdatedEnvelope, BranchesQueryBuilder, BranchesQueryResult, CreateBranchRequest, CreateBranchResponse, CreateBranchResponseNonNullableFields, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DeleteBranchRequest, DeleteBranchResponse, DomainEvent, DomainEventBodyOneOf, EditorType, EditorTypeOptions, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, ExtendedFields, GetBranchRequest, GetBranchResponse, GetBranchResponseNonNullableFields, HtmlSitePublished, IdentificationData, IdentificationDataIdOneOf, MessageEnvelope, Page, QueryBranchesRequest, QueryBranchesResponse, QueryBranchesResponseNonNullableFields, RestoreInfo, SortOrder, Sorting, SourceBranch, SourceTemplate, SourceType, Type, UpdateBranch, UpdateBranchRequest, UpdateBranchResponse, UpdateBranchResponseNonNullableFields, UpdateExtendedFieldsRequest, UpdateExtendedFieldsResponse, WebhookIdentityType, } from './editor-branches-v1-branch-branches.universal.js';
54
+ export { ActionEvent, Asset, BaseEventMetadata, Branch, BranchCreatedEnvelope, BranchDeletedEnvelope, BranchNonNullableFields, BranchSourceOneOf, BranchUpdatedEnvelope, BranchesQueryBuilder, BranchesQueryResult, CreateBranchRequest, CreateBranchResponse, CreateBranchResponseNonNullableFields, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DeleteBranchRequest, DeleteBranchResponse, DeleteContext, DeleteStatus, DomainEvent, DomainEventBodyOneOf, EditorType, EditorTypeOptions, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, ExtendedFields, GetBranchRequest, GetBranchResponse, GetBranchResponseNonNullableFields, HtmlSitePublished, IdentificationData, IdentificationDataIdOneOf, MessageEnvelope, MetaSiteSpecialEvent, MetaSiteSpecialEventPayloadOneOf, Namespace, NamespaceChanged, Page, QueryBranchesRequest, QueryBranchesResponse, QueryBranchesResponseNonNullableFields, RestoreInfo, ServiceProvisioned, ServiceRemoved, SiteCreated, SiteCreatedContext, SiteDeleted, SiteHardDeleted, SiteMarkedAsTemplate, SiteMarkedAsWixSite, SitePublished, SitePurgedExternally, SiteRenamed, SiteTransferred, SiteUndeleted, SiteUnpublished, SiteUrlChanged, SortOrder, Sorting, SourceBranch, SourceTemplate, SourceType, State, StudioAssigned, StudioUnassigned, Type, UpdateBranch, UpdateBranchRequest, UpdateBranchResponse, UpdateBranchResponseNonNullableFields, UpdateExtendedFieldsRequest, UpdateExtendedFieldsResponse, WebhookIdentityType, } from './editor-branches-v1-branch-branches.universal.js';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WebhookIdentityType = exports.Type = exports.SourceType = exports.SortOrder = exports.EditorTypeOptions = exports.onBranchUpdated = exports.onBranchDeleted = exports.onBranchCreated = exports.queryBranches = exports.deleteBranch = exports.updateBranch = exports.getBranch = exports.createBranch = exports.__metadata = void 0;
3
+ exports.WebhookIdentityType = exports.Type = exports.State = exports.SourceType = exports.SortOrder = exports.SiteCreatedContext = exports.Namespace = exports.EditorTypeOptions = exports.DeleteStatus = exports.onBranchUpdated = exports.onBranchDeleted = exports.onBranchCreated = exports.queryBranches = exports.deleteBranch = exports.updateBranch = exports.getBranch = exports.createBranch = exports.__metadata = void 0;
4
4
  const rename_all_nested_keys_1 = require("@wix/sdk-runtime/rename-all-nested-keys");
5
5
  const timestamp_1 = require("@wix/sdk-runtime/transformations/timestamp");
6
6
  const transform_paths_1 = require("@wix/sdk-runtime/transformations/transform-paths");
@@ -68,9 +68,13 @@ exports.onBranchUpdated = (0, sdk_types_1.EventDefinition)('wix.editor.branches.
68
68
  },
69
69
  ])))();
70
70
  var editor_branches_v1_branch_branches_universal_js_2 = require("./editor-branches-v1-branch-branches.universal.js");
71
+ Object.defineProperty(exports, "DeleteStatus", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_2.DeleteStatus; } });
71
72
  Object.defineProperty(exports, "EditorTypeOptions", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_2.EditorTypeOptions; } });
73
+ Object.defineProperty(exports, "Namespace", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_2.Namespace; } });
74
+ Object.defineProperty(exports, "SiteCreatedContext", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_2.SiteCreatedContext; } });
72
75
  Object.defineProperty(exports, "SortOrder", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_2.SortOrder; } });
73
76
  Object.defineProperty(exports, "SourceType", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_2.SourceType; } });
77
+ Object.defineProperty(exports, "State", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_2.State; } });
74
78
  Object.defineProperty(exports, "Type", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_2.Type; } });
75
79
  Object.defineProperty(exports, "WebhookIdentityType", { enumerable: true, get: function () { return editor_branches_v1_branch_branches_universal_js_2.WebhookIdentityType; } });
76
80
  //# sourceMappingURL=editor-branches-v1-branch-branches.public.js.map