@wix/metro-common-builders 1.0.1098 → 1.0.1099

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.
@@ -1472,7 +1472,9 @@ declare namespace $requests {
1472
1472
  BEGINS = "BEGINS",
1473
1473
  EXISTS = "EXISTS",
1474
1474
  ALL = "ALL",
1475
+ HAS_ALL = "HAS_ALL",
1475
1476
  ANY = "ANY",
1477
+ HAS_SOME = "HAS_SOME",
1476
1478
  EMPTY = "EMPTY",
1477
1479
  }
1478
1480
  export enum Sort {
@@ -1554,6 +1556,7 @@ declare namespace $requests {
1554
1556
  DOCUMENT = "DOCUMENT",
1555
1557
  IMAGE = "IMAGE",
1556
1558
  VIDEO = "VIDEO",
1559
+ IMAGE_LINK = "IMAGE_LINK",
1557
1560
  }
1558
1561
  }
1559
1562
  export interface IServiceAppendix {
@@ -1614,41 +1617,6 @@ declare namespace $requests {
1614
1617
  ACTION = "ACTION",
1615
1618
  }
1616
1619
  }
1617
- export interface IDomainEvent {
1618
- actionMessageFqn?: string;
1619
- webhookPermissionOverride?: string;
1620
- eventType?: $requests.wix.api.DomainEvent.EventType;
1621
- exposure?: $requests.wix.api.Exposure;
1622
- maturity?: $requests.wix.api.Maturity;
1623
- }
1624
- export class DomainEvent implements IDomainEvent {
1625
- constructor(data?: IDomainEvent);
1626
- actionMessageFqn?: string;
1627
- webhookPermissionOverride?: string;
1628
- eventType?: $requests.wix.api.DomainEvent.EventType;
1629
- exposure?: $requests.wix.api.Exposure;
1630
- maturity?: $requests.wix.api.Maturity;
1631
- static __$$generatedFromProtobuf$$__: Symbol;
1632
- }
1633
- export namespace DomainEvent {
1634
- export enum EventType {
1635
- UNKNOWN = "UNKNOWN",
1636
- CREATED = "CREATED",
1637
- UPDATED = "UPDATED",
1638
- DELETED = "DELETED",
1639
- ACTION = "ACTION",
1640
- }
1641
- }
1642
- export interface IEmits {
1643
- eventType?: $requests.wix.api.DomainEvent.EventType;
1644
- actionMessageFqn?: string;
1645
- }
1646
- export class Emits implements IEmits {
1647
- constructor(data?: IEmits);
1648
- eventType?: $requests.wix.api.DomainEvent.EventType;
1649
- actionMessageFqn?: string;
1650
- static __$$generatedFromProtobuf$$__: Symbol;
1651
- }
1652
1620
  export interface ICallbackDeprecation {
1653
1621
  replacedBy?: string;
1654
1622
  targetRemovalDate?: string;
@@ -1699,6 +1667,14 @@ declare namespace $requests {
1699
1667
  maxScale?: number;
1700
1668
  static __$$generatedFromProtobuf$$__: Symbol;
1701
1669
  }
1670
+ export interface IAlignedWithEnum {
1671
+ field?: string;
1672
+ }
1673
+ export class AlignedWithEnum implements IAlignedWithEnum {
1674
+ constructor(data?: IAlignedWithEnum);
1675
+ field?: string;
1676
+ static __$$generatedFromProtobuf$$__: Symbol;
1677
+ }
1702
1678
  export enum Format {
1703
1679
  EMAIL = "EMAIL",
1704
1680
  HOSTNAME = "HOSTNAME",
@@ -1718,6 +1694,8 @@ declare namespace $requests {
1718
1694
  LOCAL_DATE = "LOCAL_DATE",
1719
1695
  LOCAL_TIME = "LOCAL_TIME",
1720
1696
  LOCAL_DATE_TIME = "LOCAL_DATE_TIME",
1697
+ URL_SLUG = "URL_SLUG",
1698
+ SYSTEM_SLUG = "SYSTEM_SLUG",
1721
1699
  }
1722
1700
  /**
1723
1701
  * ApplicationError: named Error for backwards compatibility
@@ -2545,10 +2523,12 @@ declare namespace $requests {
2545
2523
  }
2546
2524
  export interface IOneofOptions {
2547
2525
  uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
2526
+ '.wix.api.alignedWithEnum'?: $requests.wix.api.IAlignedWithEnum;
2548
2527
  }
2549
2528
  export class OneofOptions implements IOneofOptions {
2550
2529
  constructor(data?: IOneofOptions);
2551
2530
  uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
2531
+ '.wix.api.alignedWithEnum'?: $requests.wix.api.IAlignedWithEnum;
2552
2532
  static __$$generatedFromProtobuf$$__: Symbol;
2553
2533
  }
2554
2534
  export interface IEnumOptions {
@@ -2587,7 +2567,6 @@ declare namespace $requests {
2587
2567
  '.wix.api.appendixFiles'?: $requests.wix.api.IServiceAppendix[];
2588
2568
  '.wix.api.event'?: $requests.wix.api.ICallback[];
2589
2569
  '.wix.api.eventDeprecated'?: $requests.wix.api.ICallbackDeprecation[];
2590
- '.wix.api.domainEvent'?: $requests.wix.api.IDomainEvent[];
2591
2570
  }
2592
2571
  export class ServiceOptions implements IServiceOptions {
2593
2572
  constructor(data?: IServiceOptions);
@@ -2600,7 +2579,6 @@ declare namespace $requests {
2600
2579
  '.wix.api.appendixFiles'?: $requests.wix.api.IServiceAppendix[];
2601
2580
  '.wix.api.event'?: $requests.wix.api.ICallback[];
2602
2581
  '.wix.api.eventDeprecated'?: $requests.wix.api.ICallbackDeprecation[];
2603
- '.wix.api.domainEvent'?: $requests.wix.api.IDomainEvent[];
2604
2582
  static __$$generatedFromProtobuf$$__: Symbol;
2605
2583
  }
2606
2584
  export interface IMethodOptions {
@@ -2615,7 +2593,6 @@ declare namespace $requests {
2615
2593
  '.wix.api.hookable'?: $requests.wix.api.IHookable;
2616
2594
  '.wix.api.acceptsLinguist'?: boolean;
2617
2595
  '.wix.api.callback'?: $requests.wix.api.ICallback[];
2618
- '.wix.api.emits'?: $requests.wix.api.IEmits[];
2619
2596
  '.wix.api.required'?: string[];
2620
2597
  '.wix.api.writable'?: string[];
2621
2598
  '.wix.api.error'?: $requests.wix.api.IError[];
@@ -2637,7 +2614,6 @@ declare namespace $requests {
2637
2614
  '.wix.api.hookable'?: $requests.wix.api.IHookable;
2638
2615
  '.wix.api.acceptsLinguist'?: boolean;
2639
2616
  '.wix.api.callback'?: $requests.wix.api.ICallback[];
2640
- '.wix.api.emits'?: $requests.wix.api.IEmits[];
2641
2617
  '.wix.api.required'?: string[];
2642
2618
  '.wix.api.writable'?: string[];
2643
2619
  '.wix.api.error'?: $requests.wix.api.IError[];
@@ -4252,7 +4228,9 @@ declare namespace $responses {
4252
4228
  BEGINS = "BEGINS",
4253
4229
  EXISTS = "EXISTS",
4254
4230
  ALL = "ALL",
4231
+ HAS_ALL = "HAS_ALL",
4255
4232
  ANY = "ANY",
4233
+ HAS_SOME = "HAS_SOME",
4256
4234
  EMPTY = "EMPTY",
4257
4235
  }
4258
4236
  export enum Sort {
@@ -4334,6 +4312,7 @@ declare namespace $responses {
4334
4312
  DOCUMENT = "DOCUMENT",
4335
4313
  IMAGE = "IMAGE",
4336
4314
  VIDEO = "VIDEO",
4315
+ IMAGE_LINK = "IMAGE_LINK",
4337
4316
  }
4338
4317
  }
4339
4318
  export interface IServiceAppendix {
@@ -4394,41 +4373,6 @@ declare namespace $responses {
4394
4373
  ACTION = "ACTION",
4395
4374
  }
4396
4375
  }
4397
- export interface IDomainEvent {
4398
- actionMessageFqn: string;
4399
- webhookPermissionOverride: string;
4400
- eventType: $responses.wix.api.DomainEvent.EventType;
4401
- exposure: $responses.wix.api.Exposure;
4402
- maturity: $responses.wix.api.Maturity;
4403
- }
4404
- export class DomainEvent implements IDomainEvent {
4405
- constructor(data?: IDomainEvent);
4406
- actionMessageFqn: string;
4407
- webhookPermissionOverride: string;
4408
- eventType: $responses.wix.api.DomainEvent.EventType;
4409
- exposure: $responses.wix.api.Exposure;
4410
- maturity: $responses.wix.api.Maturity;
4411
- static __$$generatedFromProtobuf$$__: Symbol;
4412
- }
4413
- export namespace DomainEvent {
4414
- export enum EventType {
4415
- UNKNOWN = "UNKNOWN",
4416
- CREATED = "CREATED",
4417
- UPDATED = "UPDATED",
4418
- DELETED = "DELETED",
4419
- ACTION = "ACTION",
4420
- }
4421
- }
4422
- export interface IEmits {
4423
- eventType: $responses.wix.api.DomainEvent.EventType;
4424
- actionMessageFqn: string;
4425
- }
4426
- export class Emits implements IEmits {
4427
- constructor(data?: IEmits);
4428
- eventType: $responses.wix.api.DomainEvent.EventType;
4429
- actionMessageFqn: string;
4430
- static __$$generatedFromProtobuf$$__: Symbol;
4431
- }
4432
4376
  export interface ICallbackDeprecation {
4433
4377
  replacedBy: string;
4434
4378
  targetRemovalDate: string;
@@ -4479,6 +4423,14 @@ declare namespace $responses {
4479
4423
  maxScale: number;
4480
4424
  static __$$generatedFromProtobuf$$__: Symbol;
4481
4425
  }
4426
+ export interface IAlignedWithEnum {
4427
+ field: string;
4428
+ }
4429
+ export class AlignedWithEnum implements IAlignedWithEnum {
4430
+ constructor(data?: IAlignedWithEnum);
4431
+ field: string;
4432
+ static __$$generatedFromProtobuf$$__: Symbol;
4433
+ }
4482
4434
  export enum Format {
4483
4435
  EMAIL = "EMAIL",
4484
4436
  HOSTNAME = "HOSTNAME",
@@ -4498,6 +4450,8 @@ declare namespace $responses {
4498
4450
  LOCAL_DATE = "LOCAL_DATE",
4499
4451
  LOCAL_TIME = "LOCAL_TIME",
4500
4452
  LOCAL_DATE_TIME = "LOCAL_DATE_TIME",
4453
+ URL_SLUG = "URL_SLUG",
4454
+ SYSTEM_SLUG = "SYSTEM_SLUG",
4501
4455
  }
4502
4456
  /**
4503
4457
  * ApplicationError: named Error for backwards compatibility
@@ -5325,10 +5279,12 @@ declare namespace $responses {
5325
5279
  }
5326
5280
  export interface IOneofOptions {
5327
5281
  uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
5282
+ '.wix.api.alignedWithEnum'?: $responses.wix.api.IAlignedWithEnum;
5328
5283
  }
5329
5284
  export class OneofOptions implements IOneofOptions {
5330
5285
  constructor(data?: IOneofOptions);
5331
5286
  uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
5287
+ '.wix.api.alignedWithEnum'?: $responses.wix.api.IAlignedWithEnum;
5332
5288
  static __$$generatedFromProtobuf$$__: Symbol;
5333
5289
  }
5334
5290
  export interface IEnumOptions {
@@ -5367,7 +5323,6 @@ declare namespace $responses {
5367
5323
  '.wix.api.appendixFiles': $responses.wix.api.IServiceAppendix[];
5368
5324
  '.wix.api.event': $responses.wix.api.ICallback[];
5369
5325
  '.wix.api.eventDeprecated': $responses.wix.api.ICallbackDeprecation[];
5370
- '.wix.api.domainEvent': $responses.wix.api.IDomainEvent[];
5371
5326
  }
5372
5327
  export class ServiceOptions implements IServiceOptions {
5373
5328
  constructor(data?: IServiceOptions);
@@ -5380,7 +5335,6 @@ declare namespace $responses {
5380
5335
  '.wix.api.appendixFiles': $responses.wix.api.IServiceAppendix[];
5381
5336
  '.wix.api.event': $responses.wix.api.ICallback[];
5382
5337
  '.wix.api.eventDeprecated': $responses.wix.api.ICallbackDeprecation[];
5383
- '.wix.api.domainEvent': $responses.wix.api.IDomainEvent[];
5384
5338
  static __$$generatedFromProtobuf$$__: Symbol;
5385
5339
  }
5386
5340
  export interface IMethodOptions {
@@ -5395,7 +5349,6 @@ declare namespace $responses {
5395
5349
  '.wix.api.hookable'?: $responses.wix.api.IHookable;
5396
5350
  '.wix.api.acceptsLinguist': boolean;
5397
5351
  '.wix.api.callback': $responses.wix.api.ICallback[];
5398
- '.wix.api.emits': $responses.wix.api.IEmits[];
5399
5352
  '.wix.api.required': string[];
5400
5353
  '.wix.api.writable': string[];
5401
5354
  '.wix.api.error': $responses.wix.api.IError[];
@@ -5417,7 +5370,6 @@ declare namespace $responses {
5417
5370
  '.wix.api.hookable'?: $responses.wix.api.IHookable;
5418
5371
  '.wix.api.acceptsLinguist': boolean;
5419
5372
  '.wix.api.callback': $responses.wix.api.ICallback[];
5420
- '.wix.api.emits': $responses.wix.api.IEmits[];
5421
5373
  '.wix.api.required': string[];
5422
5374
  '.wix.api.writable': string[];
5423
5375
  '.wix.api.error': $responses.wix.api.IError[];
@@ -1485,7 +1485,9 @@ declare namespace $wrapper {
1485
1485
  BEGINS = "BEGINS",
1486
1486
  EXISTS = "EXISTS",
1487
1487
  ALL = "ALL",
1488
+ HAS_ALL = "HAS_ALL",
1488
1489
  ANY = "ANY",
1490
+ HAS_SOME = "HAS_SOME",
1489
1491
  EMPTY = "EMPTY",
1490
1492
  }
1491
1493
  export enum Sort {
@@ -1567,6 +1569,7 @@ declare namespace $wrapper {
1567
1569
  DOCUMENT = "DOCUMENT",
1568
1570
  IMAGE = "IMAGE",
1569
1571
  VIDEO = "VIDEO",
1572
+ IMAGE_LINK = "IMAGE_LINK",
1570
1573
  }
1571
1574
  }
1572
1575
  export interface IServiceAppendix {
@@ -1627,41 +1630,6 @@ declare namespace $wrapper {
1627
1630
  ACTION = "ACTION",
1628
1631
  }
1629
1632
  }
1630
- export interface IDomainEvent {
1631
- actionMessageFqn?: (string | null);
1632
- webhookPermissionOverride?: (string | null);
1633
- eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
1634
- exposure?: ($wrapper.wix.api.Exposure | null);
1635
- maturity?: ($wrapper.wix.api.Maturity | null);
1636
- }
1637
- export class DomainEvent implements IDomainEvent {
1638
- constructor(data?: IDomainEvent);
1639
- actionMessageFqn?: (string | null);
1640
- webhookPermissionOverride?: (string | null);
1641
- eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
1642
- exposure?: ($wrapper.wix.api.Exposure | null);
1643
- maturity?: ($wrapper.wix.api.Maturity | null);
1644
- static __$$generatedFromProtobuf$$__: Symbol;
1645
- }
1646
- export namespace DomainEvent {
1647
- export enum EventType {
1648
- UNKNOWN = "UNKNOWN",
1649
- CREATED = "CREATED",
1650
- UPDATED = "UPDATED",
1651
- DELETED = "DELETED",
1652
- ACTION = "ACTION",
1653
- }
1654
- }
1655
- export interface IEmits {
1656
- eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
1657
- actionMessageFqn?: (string | null);
1658
- }
1659
- export class Emits implements IEmits {
1660
- constructor(data?: IEmits);
1661
- eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
1662
- actionMessageFqn?: (string | null);
1663
- static __$$generatedFromProtobuf$$__: Symbol;
1664
- }
1665
1633
  export interface ICallbackDeprecation {
1666
1634
  replacedBy?: (string | null);
1667
1635
  targetRemovalDate?: (string | null);
@@ -1712,6 +1680,14 @@ declare namespace $wrapper {
1712
1680
  maxScale?: (number | null);
1713
1681
  static __$$generatedFromProtobuf$$__: Symbol;
1714
1682
  }
1683
+ export interface IAlignedWithEnum {
1684
+ field?: (string | null);
1685
+ }
1686
+ export class AlignedWithEnum implements IAlignedWithEnum {
1687
+ constructor(data?: IAlignedWithEnum);
1688
+ field?: (string | null);
1689
+ static __$$generatedFromProtobuf$$__: Symbol;
1690
+ }
1715
1691
  export enum Format {
1716
1692
  EMAIL = "EMAIL",
1717
1693
  HOSTNAME = "HOSTNAME",
@@ -1731,6 +1707,8 @@ declare namespace $wrapper {
1731
1707
  LOCAL_DATE = "LOCAL_DATE",
1732
1708
  LOCAL_TIME = "LOCAL_TIME",
1733
1709
  LOCAL_DATE_TIME = "LOCAL_DATE_TIME",
1710
+ URL_SLUG = "URL_SLUG",
1711
+ SYSTEM_SLUG = "SYSTEM_SLUG",
1734
1712
  }
1735
1713
  /**
1736
1714
  * ApplicationError: named Error for backwards compatibility
@@ -2558,10 +2536,12 @@ declare namespace $wrapper {
2558
2536
  }
2559
2537
  export interface IOneofOptions {
2560
2538
  uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
2539
+ '.wix.api.alignedWithEnum'?: ($wrapper.wix.api.IAlignedWithEnum | null);
2561
2540
  }
2562
2541
  export class OneofOptions implements IOneofOptions {
2563
2542
  constructor(data?: IOneofOptions);
2564
2543
  uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
2544
+ '.wix.api.alignedWithEnum'?: ($wrapper.wix.api.IAlignedWithEnum | null);
2565
2545
  static __$$generatedFromProtobuf$$__: Symbol;
2566
2546
  }
2567
2547
  export interface IEnumOptions {
@@ -2600,7 +2580,6 @@ declare namespace $wrapper {
2600
2580
  '.wix.api.appendixFiles'?: ($wrapper.wix.api.IServiceAppendix[] | null);
2601
2581
  '.wix.api.event'?: ($wrapper.wix.api.ICallback[] | null);
2602
2582
  '.wix.api.eventDeprecated'?: ($wrapper.wix.api.ICallbackDeprecation[] | null);
2603
- '.wix.api.domainEvent'?: ($wrapper.wix.api.IDomainEvent[] | null);
2604
2583
  }
2605
2584
  export class ServiceOptions implements IServiceOptions {
2606
2585
  constructor(data?: IServiceOptions);
@@ -2613,7 +2592,6 @@ declare namespace $wrapper {
2613
2592
  '.wix.api.appendixFiles'?: ($wrapper.wix.api.IServiceAppendix[] | null);
2614
2593
  '.wix.api.event'?: ($wrapper.wix.api.ICallback[] | null);
2615
2594
  '.wix.api.eventDeprecated'?: ($wrapper.wix.api.ICallbackDeprecation[] | null);
2616
- '.wix.api.domainEvent'?: ($wrapper.wix.api.IDomainEvent[] | null);
2617
2595
  static __$$generatedFromProtobuf$$__: Symbol;
2618
2596
  }
2619
2597
  export interface IMethodOptions {
@@ -2628,7 +2606,6 @@ declare namespace $wrapper {
2628
2606
  '.wix.api.hookable'?: ($wrapper.wix.api.IHookable | null);
2629
2607
  '.wix.api.acceptsLinguist'?: (boolean | null);
2630
2608
  '.wix.api.callback'?: ($wrapper.wix.api.ICallback[] | null);
2631
- '.wix.api.emits'?: ($wrapper.wix.api.IEmits[] | null);
2632
2609
  '.wix.api.required'?: (string[] | null);
2633
2610
  '.wix.api.writable'?: (string[] | null);
2634
2611
  '.wix.api.error'?: ($wrapper.wix.api.IError[] | null);
@@ -2650,7 +2627,6 @@ declare namespace $wrapper {
2650
2627
  '.wix.api.hookable'?: ($wrapper.wix.api.IHookable | null);
2651
2628
  '.wix.api.acceptsLinguist'?: (boolean | null);
2652
2629
  '.wix.api.callback'?: ($wrapper.wix.api.ICallback[] | null);
2653
- '.wix.api.emits'?: ($wrapper.wix.api.IEmits[] | null);
2654
2630
  '.wix.api.required'?: (string[] | null);
2655
2631
  '.wix.api.writable'?: (string[] | null);
2656
2632
  '.wix.api.error'?: ($wrapper.wix.api.IError[] | null);