@twintag/twintag-sdk 0.2.282 → 0.2.285-remove-deprecated-pkgs-8c33af0515598d5a8d24d92b8b141f0ebefa47cc

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.
@@ -27,7 +27,7 @@ function __awaiter(thisArg, _arguments, P, generator) {
27
27
  /**
28
28
  * The SDK version.
29
29
  */
30
- const VERSION = '0.2.282';
30
+ const VERSION = '0.2.285-remove-deprecated-pkgs-8c33af0515598d5a8d24d92b8b141f0ebefa47cc';
31
31
 
32
32
  class TwintagErrorValue {
33
33
  }
package/lib/twintag.js CHANGED
@@ -31,7 +31,7 @@ function __awaiter(thisArg, _arguments, P, generator) {
31
31
  /**
32
32
  * The SDK version.
33
33
  */
34
- const VERSION = '0.2.282';
34
+ const VERSION = '0.2.285-remove-deprecated-pkgs-8c33af0515598d5a8d24d92b8b141f0ebefa47cc';
35
35
 
36
36
  class TwintagErrorValue {
37
37
  }
@@ -145,7 +145,7 @@ export declare class ListObject {
145
145
  */
146
146
  private dataUrl;
147
147
  }
148
- export declare type custom = string | number | Date;
148
+ export declare type custom = string | number | Date | boolean;
149
149
  /**
150
150
  * Filter input. Key value pair
151
151
  */
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The SDK version.
3
3
  */
4
- export declare const VERSION = "0.2.282";
4
+ export declare const VERSION = "0.2.285-remove-deprecated-pkgs-8c33af0515598d5a8d24d92b8b141f0ebefa47cc";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twintag/twintag-sdk",
3
- "version": "0.2.282",
3
+ "version": "0.2.285-remove-deprecated-pkgs-8c33af0515598d5a8d24d92b8b141f0ebefa47cc",
4
4
  "description": "Twintag SDK",
5
5
  "author": "Twintag",
6
6
  "license": "",