@devvit/public-api 0.11.19-next-2025-07-22-19-12-19-ec91da0e4.0 → 0.11.19-next-2025-07-22-21-15-58-194d609cf.0
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/devvit/Devvit.d.ts.map +1 -1
- package/devvit/Devvit.js +2 -3
- package/meta.min.json +5 -5
- package/package.json +8 -8
- package/public-api.min.js +5 -5
- package/public-api.min.js.map +3 -3
- package/types/configuration.d.ts +5 -3
- package/types/configuration.d.ts.map +1 -1
package/types/configuration.d.ts
CHANGED
|
@@ -20,10 +20,12 @@ export type Configuration = {
|
|
|
20
20
|
modLog?: PluginSettings | boolean;
|
|
21
21
|
/** Allows your app to use the Realtime Plugin */
|
|
22
22
|
realtime?: PluginSettings | boolean;
|
|
23
|
-
/** Allows your app to call Reddit APIs on behalf of the User. Passing a boolean
|
|
23
|
+
/** Allows your app to call Reddit APIs on behalf of the User. Passing a boolean allows you to submit post/comments on behalf of the user. */
|
|
24
24
|
userActions?: boolean | {
|
|
25
|
-
/** Defaults to SUBMIT_POST and SUBMIT_COMMENT.
|
|
26
|
-
}
|
|
25
|
+
/** Defaults to SUBMIT_POST and SUBMIT_COMMENT. */ enabled: boolean;
|
|
26
|
+
}
|
|
27
|
+
/** @deprecated Scopes */
|
|
28
|
+
| {
|
|
27
29
|
scopes: Scope[];
|
|
28
30
|
};
|
|
29
31
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../src/types/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAE5C,MAAM,MAAM,cAAc,GAAG;IAC3B,oCAAoC;IACpC,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,gDAAgD;IAChD,IAAI,CAAC,EAAE,cAAc,GAAG,OAAO,GAAG;QAAE,OAAO,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC;IACxD,4CAA4C;IAC5C,SAAS,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC;IACrC,iDAAiD;IACjD,OAAO,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC;IACnC,8CAA8C;IAC9C,KAAK,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC;IACjC,qCAAqC;IACrC,KAAK,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC;IACjC,8BAA8B;IAC9B,MAAM,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC;IAClC,iDAAiD;IACjD,QAAQ,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC;IACpC,
|
|
1
|
+
{"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../src/types/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAE5C,MAAM,MAAM,cAAc,GAAG;IAC3B,oCAAoC;IACpC,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,gDAAgD;IAChD,IAAI,CAAC,EAAE,cAAc,GAAG,OAAO,GAAG;QAAE,OAAO,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC;IACxD,4CAA4C;IAC5C,SAAS,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC;IACrC,iDAAiD;IACjD,OAAO,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC;IACnC,8CAA8C;IAC9C,KAAK,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC;IACjC,qCAAqC;IACrC,KAAK,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC;IACjC,8BAA8B;IAC9B,MAAM,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC;IAClC,iDAAiD;IACjD,QAAQ,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC;IACpC,6IAA6I;IAC7I,WAAW,CAAC,EACR,OAAO,GACP;QACE,kDAAkD,CAAC,OAAO,EAAE,OAAO,CAAC;KACrE;IACH,yBAAyB;OACvB;QAAE,MAAM,EAAE,KAAK,EAAE,CAAA;KAAE,CAAC;CAMzB,CAAC"}
|