@solibo/solibo-sdk 1.1.31 → 1.1.32

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.
@@ -3810,24 +3810,8 @@ export declare abstract class DialogActivityType {
3810
3810
  get name(): "SENT_TO_PAYMENT";
3811
3811
  get ordinal(): 12;
3812
3812
  };
3813
- static get FORM_SUBMITTED(): DialogActivityType & {
3814
- get name(): "FORM_SUBMITTED";
3815
- get ordinal(): 13;
3816
- };
3817
- static get FORM_SAVED(): DialogActivityType & {
3818
- get name(): "FORM_SAVED";
3819
- get ordinal(): 14;
3820
- };
3821
- static get CORRESPONDENCE_OPENED(): DialogActivityType & {
3822
- get name(): "CORRESPONDENCE_OPENED";
3823
- get ordinal(): 15;
3824
- };
3825
- static get CORRESPONDENCE_CONFIRMED(): DialogActivityType & {
3826
- get name(): "CORRESPONDENCE_CONFIRMED";
3827
- get ordinal(): 16;
3828
- };
3829
- get name(): "DIALOG_CREATED" | "DIALOG_CLOSED" | "INFORMATION" | "TRANSMISSION_OPENED" | "PAYMENT_MADE" | "SIGNATURE_PROVIDED" | "DIALOG_OPENED" | "DIALOG_DELETED" | "DIALOG_RESTORED" | "SENT_TO_SIGNING" | "SENT_TO_FORM_FILL" | "SENT_TO_SEND_IN" | "SENT_TO_PAYMENT" | "FORM_SUBMITTED" | "FORM_SAVED" | "CORRESPONDENCE_OPENED" | "CORRESPONDENCE_CONFIRMED";
3830
- get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16;
3813
+ get name(): "DIALOG_CREATED" | "DIALOG_CLOSED" | "INFORMATION" | "TRANSMISSION_OPENED" | "PAYMENT_MADE" | "SIGNATURE_PROVIDED" | "DIALOG_OPENED" | "DIALOG_DELETED" | "DIALOG_RESTORED" | "SENT_TO_SIGNING" | "SENT_TO_FORM_FILL" | "SENT_TO_SEND_IN" | "SENT_TO_PAYMENT";
3814
+ get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
3831
3815
  get value(): string;
3832
3816
  static values(): Array<DialogActivityType>;
3833
3817
  static valueOf(value: string): DialogActivityType;
@@ -3906,24 +3890,12 @@ export declare abstract class DialogSystemLabel {
3906
3890
  get name(): "DEFAULT";
3907
3891
  get ordinal(): 0;
3908
3892
  };
3909
- static get BIN(): DialogSystemLabel & {
3910
- get name(): "BIN";
3911
- get ordinal(): 1;
3912
- };
3913
- static get ARCHIVE(): DialogSystemLabel & {
3914
- get name(): "ARCHIVE";
3915
- get ordinal(): 2;
3916
- };
3917
- static get MARK_AS_UNOPENED(): DialogSystemLabel & {
3918
- get name(): "MARK_AS_UNOPENED";
3919
- get ordinal(): 3;
3920
- };
3921
3893
  static get SENT(): DialogSystemLabel & {
3922
3894
  get name(): "SENT";
3923
- get ordinal(): 4;
3895
+ get ordinal(): 1;
3924
3896
  };
3925
- get name(): "DEFAULT" | "BIN" | "ARCHIVE" | "MARK_AS_UNOPENED" | "SENT";
3926
- get ordinal(): 0 | 1 | 2 | 3 | 4;
3897
+ get name(): "DEFAULT" | "SENT";
3898
+ get ordinal(): 0 | 1;
3927
3899
  get value(): string;
3928
3900
  static values(): Array<DialogSystemLabel>;
3929
3901
  static valueOf(value: string): DialogSystemLabel;