@glowlabs-org/utils 0.2.46 → 0.2.47

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.
@@ -136,7 +136,7 @@ export interface KickstarterCreateResponse {
136
136
  }
137
137
  export interface Kickstarter {
138
138
  id: string;
139
- regionId: number;
139
+ regionId: number | null;
140
140
  code: string;
141
141
  creatorWallet: string;
142
142
  title: string;
@@ -136,7 +136,7 @@ export interface KickstarterCreateResponse {
136
136
  }
137
137
  export interface Kickstarter {
138
138
  id: string;
139
- regionId: number;
139
+ regionId: number | null;
140
140
  code: string;
141
141
  creatorWallet: string;
142
142
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.46",
3
+ "version": "0.2.47",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -171,7 +171,7 @@ export interface KickstarterCreateResponse {
171
171
 
172
172
  export interface Kickstarter {
173
173
  id: string;
174
- regionId: number;
174
+ regionId: number | null;
175
175
  code: string;
176
176
  creatorWallet: string;
177
177
  title: string;