@extrahorizon/javascript-sdk 8.9.0-dev-139-729209a → 8.9.0-dev-140-d9dfc1d

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.
@@ -5610,7 +5610,7 @@ const templatesV2Service = (httpWithAuth) => {
5610
5610
  };
5611
5611
  };
5612
5612
 
5613
- const version = '8.9.0-dev-139-729209a';
5613
+ const version = '8.9.0-dev-140-d9dfc1d';
5614
5614
 
5615
5615
  /**
5616
5616
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5580,7 +5580,7 @@ const templatesV2Service = (httpWithAuth) => {
5580
5580
  };
5581
5581
  };
5582
5582
 
5583
- const version = '8.9.0-dev-139-729209a';
5583
+ const version = '8.9.0-dev-140-d9dfc1d';
5584
5584
 
5585
5585
  /**
5586
5586
  * Create ExtraHorizon client.
@@ -26,6 +26,7 @@ export interface TemplateObjectConfiguration {
26
26
  }
27
27
  export interface TemplateArrayConfiguration {
28
28
  type: 'array';
29
+ type_configuration: TemplateTypeConfiguration;
29
30
  options?: TemplateArrayOption[];
30
31
  }
31
32
  export interface TemplateStringConfiguration {
@@ -1 +1 @@
1
- export declare const version = "8.9.0-dev-139-729209a";
1
+ export declare const version = "8.9.0-dev-140-d9dfc1d";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.9.0-dev-139-729209a",
3
+ "version": "8.9.0-dev-140-d9dfc1d",
4
4
  "description": "This package serves as a JavaScript wrapper around all Extra Horizon cloud services.",
5
5
  "main": "build/index.cjs.js",
6
6
  "types": "build/types/index.d.ts",