@liaisongroup/assist-api-js-client 1.5.67 → 1.5.68
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/openapi.d.ts +1 -0
- package/dist/openapi.json +9 -2
- package/dist/openapi.zod.d.ts +180 -0
- package/dist/openapi.zod.js +1 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -2012,6 +2012,7 @@ declare namespace Components {
|
|
|
2012
2012
|
field_setting: RoleActions[];
|
|
2013
2013
|
note: RoleActions[];
|
|
2014
2014
|
notification: RoleActions[];
|
|
2015
|
+
push_subscription: RoleActions[];
|
|
2015
2016
|
};
|
|
2016
2017
|
team_ids?: string /* uuid */[];
|
|
2017
2018
|
created_at?: string; // date-time
|
package/dist/openapi.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Liaison Assist API",
|
|
5
5
|
"description": "\n",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.297",
|
|
7
7
|
"license": {
|
|
8
8
|
"name": "MIT",
|
|
9
9
|
"url": "https://opensource.org/licenses/MIT"
|
|
@@ -13912,7 +13912,8 @@
|
|
|
13912
13912
|
"template",
|
|
13913
13913
|
"user",
|
|
13914
13914
|
"note",
|
|
13915
|
-
"notification"
|
|
13915
|
+
"notification",
|
|
13916
|
+
"push_subscription"
|
|
13916
13917
|
],
|
|
13917
13918
|
"properties": {
|
|
13918
13919
|
"action": {
|
|
@@ -14016,6 +14017,12 @@
|
|
|
14016
14017
|
"items": {
|
|
14017
14018
|
"$ref": "#/components/schemas/RoleActions"
|
|
14018
14019
|
}
|
|
14020
|
+
},
|
|
14021
|
+
"push_subscription": {
|
|
14022
|
+
"type": "array",
|
|
14023
|
+
"items": {
|
|
14024
|
+
"$ref": "#/components/schemas/RoleActions"
|
|
14025
|
+
}
|
|
14019
14026
|
}
|
|
14020
14027
|
}
|
|
14021
14028
|
},
|