@smapiot/piral-cloud-node 1.13.1 → 1.13.2-pre.20240226.1

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +5 -1
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -229,7 +229,7 @@ declare module "@smapiot/piral-cloud-node" {
229
229
  }
230
230
 
231
231
  export interface PageSettingsUpdateDetails {
232
- settings?: PageSettings;
232
+ settings?: Partial<PageSettings>;
233
233
  }
234
234
 
235
235
  export interface PageUpdateDetails extends PageSettingsUpdateDetails {
@@ -854,6 +854,10 @@ declare module "@smapiot/piral-cloud-node" {
854
854
  export interface PageSettings {
855
855
  fallback: string;
856
856
  auth: "none" | "feed" | "user";
857
+ headers: Array<{
858
+ name: string;
859
+ value: string;
860
+ }>;
857
861
  }
858
862
 
859
863
  export interface PiletDTO {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smapiot/piral-cloud-node",
3
- "version": "1.13.1",
3
+ "version": "1.13.2-pre.20240226.1",
4
4
  "description": "Piral Cloud: Node-usable API Client for the Piral Feed Service.",
5
5
  "author": {
6
6
  "name": "smapiot",
@@ -51,7 +51,7 @@
51
51
  "node"
52
52
  ],
53
53
  "devDependencies": {
54
- "@piral/feed-client": "^1.13.1",
54
+ "@piral/feed-client": "^1.13.2",
55
55
  "dets": "^0.14.1",
56
56
  "esbuild": "^0.14.27",
57
57
  "node-fetch": "^3.3.2"