@parra/parra-js-sdk 0.3.230 → 0.3.231
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 -0
- package/package.json +2 -2
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -218,6 +218,7 @@ export interface ApplicationAppInfoStub {
|
|
|
218
218
|
icon?: ImageAssetStub | null;
|
|
219
219
|
default_feedback_form_id?: string | null;
|
|
220
220
|
error_feedback_form_id?: string | null;
|
|
221
|
+
metadata?: object | null;
|
|
221
222
|
}
|
|
222
223
|
export declare enum DomainType {
|
|
223
224
|
managed = "managed",
|
|
@@ -2098,6 +2099,7 @@ export interface Application {
|
|
|
2098
2099
|
default_feedback_form_id?: string | null;
|
|
2099
2100
|
error_feedback_form_id?: string | null;
|
|
2100
2101
|
icon?: ImageAssetStub | null;
|
|
2102
|
+
metadata?: object | null;
|
|
2101
2103
|
ios?: ApplicationIosConfig | null;
|
|
2102
2104
|
}
|
|
2103
2105
|
export declare enum DashboardChecklistItemType {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parra/parra-js-sdk",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.231",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^20.11.25",
|
|
22
22
|
"prettier": "^3.2.5",
|
|
23
|
-
"typescript": "^5.
|
|
23
|
+
"typescript": "^5.6.2"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@parra/http-client": "0.5.7"
|