curtain-web-api 1.0.91 → 1.0.92

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.
@@ -104,6 +104,7 @@ export interface CreatePermanentLinkRequest {
104
104
  export interface AccessibleCurtain {
105
105
  id: number;
106
106
  link_id: string;
107
+ name: string;
107
108
  description: string;
108
109
  created: string;
109
110
  curtain_type: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "curtain-web-api",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./build/index.js",
@@ -143,6 +143,7 @@ export interface CreatePermanentLinkRequest {
143
143
  export interface AccessibleCurtain {
144
144
  id: number;
145
145
  link_id: string;
146
+ name: string;
146
147
  description: string;
147
148
  created: string;
148
149
  curtain_type: string;