@redneckz/wildless-cms-uni-blocks 0.14.921 → 0.14.922

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.
@@ -33,7 +33,7 @@ export declare type FieldDef = Required & LabelProps & ConditionFieldProps & Fil
33
33
  defaultValue?: string;
34
34
  };
35
35
  /** @hidden */
36
- export declare type EndpointType = 'lead' | 'initcorporatelead';
36
+ export declare type EndpointType = 'lead' | 'initcorporatelead' | 'sendcorporatelead';
37
37
  /**
38
38
  * @title Секция полей ввода
39
39
  */
@@ -33,7 +33,7 @@ export declare type FieldDef = Required & LabelProps & ConditionFieldProps & Fil
33
33
  defaultValue?: string;
34
34
  };
35
35
  /** @hidden */
36
- export declare type EndpointType = 'lead' | 'initcorporatelead';
36
+ export declare type EndpointType = 'lead' | 'initcorporatelead' | 'sendcorporatelead';
37
37
  /**
38
38
  * @title Секция полей ввода
39
39
  */
@@ -33,7 +33,7 @@ export declare type FieldDef = Required & LabelProps & ConditionFieldProps & Fil
33
33
  defaultValue?: string;
34
34
  };
35
35
  /** @hidden */
36
- export declare type EndpointType = 'lead' | 'initcorporatelead';
36
+ export declare type EndpointType = 'lead' | 'initcorporatelead' | 'sendcorporatelead';
37
37
  /**
38
38
  * @title Секция полей ввода
39
39
  */
@@ -16,5 +16,5 @@ export interface OfficesAtmsMapLayoutProps<T> extends ComponentType, TitleProps
16
16
  initFilterState?: InitFilterState;
17
17
  descriptionData?: AtmsDef;
18
18
  }
19
- export declare const OfficesAtmsMapLayout: import("@redneckz/uni-jsx").UNIComponent<OfficesAtmsMapLayoutProps<Branch | RemoteWorkplace | Atm>, any, any>;
19
+ export declare const OfficesAtmsMapLayout: import("@redneckz/uni-jsx").UNIComponent<OfficesAtmsMapLayoutProps<Atm | Branch | RemoteWorkplace>, any, any>;
20
20
  export declare const getFiltersWithNonEmptyData: (data: (Branch | Atm | RemoteWorkplace)[]) => string[];
@@ -11929,7 +11929,7 @@
11929
11929
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
11930
11930
  });
11931
11931
 
11932
- const packageVersion = "0.14.920";
11932
+ const packageVersion = "0.14.921";
11933
11933
 
11934
11934
  exports.Blocks = Blocks;
11935
11935
  exports.ContentPage = ContentPage;