@parra/parra-js-sdk 0.3.454 → 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.
- package/dist/ParraAPI.d.ts +2 -1
- package/dist/ParraAPI.js +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -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) {
|