@gomusdev/web-components 0.0.21 → 0.0.22

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.
@@ -0,0 +1 @@
1
+ export declare function wrapInElement(host: HTMLElement, tag: string, props?: Record<string, string | boolean>): HTMLElement;
@@ -0,0 +1 @@
1
+ export {};
@@ -483,6 +483,7 @@ export declare class Shop {
483
483
  addr_city: string;
484
484
  addr_country_id: number;
485
485
  language_id: number;
486
+ date_of_birth: string | null;
486
487
  };
487
488
  }[];
488
489
  };
@@ -716,6 +717,36 @@ export declare class Shop {
716
717
  };
717
718
  };
718
719
  };
720
+ } | {
721
+ parameters: {
722
+ query?: never;
723
+ header: {
724
+ "X-Shop-Url": string;
725
+ };
726
+ path?: never;
727
+ cookie?: never;
728
+ };
729
+ requestBody: {
730
+ content: {
731
+ "application/json": {
732
+ email: string;
733
+ };
734
+ };
735
+ };
736
+ responses: {
737
+ 204: {
738
+ headers: {
739
+ [name: string]: unknown;
740
+ };
741
+ content?: never;
742
+ };
743
+ 404: {
744
+ headers: {
745
+ [name: string]: unknown;
746
+ };
747
+ content?: never;
748
+ };
749
+ };
719
750
  } | {
720
751
  parameters: {
721
752
  query?: never;
@@ -896,6 +927,7 @@ export declare class Shop {
896
927
  addr_city: string;
897
928
  addr_country_id: number;
898
929
  language_id: number;
930
+ date_of_birth: string | null;
899
931
  };
900
932
  }[];
901
933
  };
@@ -1129,6 +1161,36 @@ export declare class Shop {
1129
1161
  };
1130
1162
  };
1131
1163
  };
1164
+ } | {
1165
+ parameters: {
1166
+ query?: never;
1167
+ header: {
1168
+ "X-Shop-Url": string;
1169
+ };
1170
+ path?: never;
1171
+ cookie?: never;
1172
+ };
1173
+ requestBody: {
1174
+ content: {
1175
+ "application/json": {
1176
+ email: string;
1177
+ };
1178
+ };
1179
+ };
1180
+ responses: {
1181
+ 204: {
1182
+ headers: {
1183
+ [name: string]: unknown;
1184
+ };
1185
+ content?: never;
1186
+ };
1187
+ 404: {
1188
+ headers: {
1189
+ [name: string]: unknown;
1190
+ };
1191
+ content?: never;
1192
+ };
1193
+ };
1132
1194
  } | {
1133
1195
  parameters: {
1134
1196
  query?: never;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "0.0.21",
7
+ "version": "0.0.22",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",