@parra/parra-js-sdk 0.3.453 → 0.3.455

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.
@@ -1398,7 +1398,8 @@ export interface UpdateCreatorUpdateSenderRequestBody {
1398
1398
  export declare enum CreatorUpdateTopic {
1399
1399
  giveaway = "giveaway",
1400
1400
  live = "live",
1401
- general = "general"
1401
+ general = "general",
1402
+ qa = "qa"
1402
1403
  }
1403
1404
  export declare enum CreatorUpdateVisibilityType {
1404
1405
  public = "public",
package/dist/ParraAPI.js CHANGED
@@ -212,6 +212,7 @@ var CreatorUpdateTopic;
212
212
  CreatorUpdateTopic["giveaway"] = "giveaway";
213
213
  CreatorUpdateTopic["live"] = "live";
214
214
  CreatorUpdateTopic["general"] = "general";
215
+ CreatorUpdateTopic["qa"] = "qa";
215
216
  })(CreatorUpdateTopic || (exports.CreatorUpdateTopic = CreatorUpdateTopic = {}));
216
217
  var CreatorUpdateVisibilityType;
217
218
  (function (CreatorUpdateVisibilityType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.453",
3
+ "version": "0.3.455",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",