edge-impulse-api 1.74.20 → 1.74.21

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.
@@ -231,7 +231,7 @@ export declare class ClassifyApi {
231
231
  * @param dataType Include only samples with a particular data type
232
232
  * @param minId Include only samples with an ID >= this value
233
233
  * @param maxId Include only samples with an ID < this value
234
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
234
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
235
235
  * @param minDate Only include samples that where added after the date given
236
236
  * @param maxDate Only include samples that were added before the date given
237
237
  */
@@ -748,7 +748,7 @@ class ClassifyApi {
748
748
  * @param dataType Include only samples with a particular data type
749
749
  * @param minId Include only samples with an ID >= this value
750
750
  * @param maxId Include only samples with an ID < this value
751
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
751
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
752
752
  * @param minDate Only include samples that where added after the date given
753
753
  * @param maxDate Only include samples that were added before the date given
754
754
  */
@@ -405,7 +405,7 @@ export declare class RawDataApi {
405
405
  * @param dataType Include only samples with a particular data type
406
406
  * @param minId Include only samples with an ID >= this value
407
407
  * @param maxId Include only samples with an ID < this value
408
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
408
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
409
409
  * @param minDate Only include samples that where added after the date given
410
410
  * @param maxDate Only include samples that were added before the date given
411
411
  */
@@ -435,7 +435,7 @@ export declare class RawDataApi {
435
435
  * @param dataType Include only samples with a particular data type
436
436
  * @param minId Include only samples with an ID >= this value
437
437
  * @param maxId Include only samples with an ID < this value
438
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
438
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
439
439
  * @param minDate Only include samples that where added after the date given
440
440
  * @param maxDate Only include samples that were added before the date given
441
441
  */
@@ -466,7 +466,7 @@ export declare class RawDataApi {
466
466
  * @param dataType Include only samples with a particular data type
467
467
  * @param minId Include only samples with an ID >= this value
468
468
  * @param maxId Include only samples with an ID < this value
469
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
469
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
470
470
  * @param minDate Only include samples that where added after the date given
471
471
  * @param maxDate Only include samples that were added before the date given
472
472
  */
@@ -496,7 +496,7 @@ export declare class RawDataApi {
496
496
  * @param dataType Include only samples with a particular data type
497
497
  * @param minId Include only samples with an ID >= this value
498
498
  * @param maxId Include only samples with an ID < this value
499
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
499
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
500
500
  * @param minDate Only include samples that where added after the date given
501
501
  * @param maxDate Only include samples that were added before the date given
502
502
  */
@@ -526,7 +526,7 @@ export declare class RawDataApi {
526
526
  * @param dataType Include only samples with a particular data type
527
527
  * @param minId Include only samples with an ID >= this value
528
528
  * @param maxId Include only samples with an ID < this value
529
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
529
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
530
530
  * @param minDate Only include samples that where added after the date given
531
531
  * @param maxDate Only include samples that were added before the date given
532
532
  */
@@ -557,7 +557,7 @@ export declare class RawDataApi {
557
557
  * @param dataType Include only samples with a particular data type
558
558
  * @param minId Include only samples with an ID >= this value
559
559
  * @param maxId Include only samples with an ID < this value
560
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
560
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
561
561
  * @param minDate Only include samples that where added after the date given
562
562
  * @param maxDate Only include samples that were added before the date given
563
563
  */
@@ -588,7 +588,7 @@ export declare class RawDataApi {
588
588
  * @param dataType Include only samples with a particular data type
589
589
  * @param minId Include only samples with an ID >= this value
590
590
  * @param maxId Include only samples with an ID < this value
591
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
591
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
592
592
  * @param minDate Only include samples that where added after the date given
593
593
  * @param maxDate Only include samples that were added before the date given
594
594
  */
@@ -618,7 +618,7 @@ export declare class RawDataApi {
618
618
  * @param dataType Include only samples with a particular data type
619
619
  * @param minId Include only samples with an ID >= this value
620
620
  * @param maxId Include only samples with an ID < this value
621
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
621
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
622
622
  * @param minDate Only include samples that where added after the date given
623
623
  * @param maxDate Only include samples that were added before the date given
624
624
  */
@@ -649,7 +649,7 @@ export declare class RawDataApi {
649
649
  * @param dataType Include only samples with a particular data type
650
650
  * @param minId Include only samples with an ID >= this value
651
651
  * @param maxId Include only samples with an ID < this value
652
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
652
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
653
653
  * @param minDate Only include samples that where added after the date given
654
654
  * @param maxDate Only include samples that were added before the date given
655
655
  */
@@ -709,7 +709,7 @@ export declare class RawDataApi {
709
709
  * @param dataType Include only samples with a particular data type
710
710
  * @param minId Include only samples with an ID >= this value
711
711
  * @param maxId Include only samples with an ID < this value
712
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
712
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
713
713
  * @param minDate Only include samples that where added after the date given
714
714
  * @param maxDate Only include samples that were added before the date given
715
715
  */
@@ -1091,7 +1091,7 @@ export declare class RawDataApi {
1091
1091
  * @param dataType Include only samples with a particular data type
1092
1092
  * @param minId Include only samples with an ID >= this value
1093
1093
  * @param maxId Include only samples with an ID < this value
1094
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \"no_metadata\": true }.
1094
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \"key\": Metadata key to filter on. - \"op\": Operator (\"eq\" for positive match, \"neq\" for negative match). - \"values\": (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \"no_metadata\": boolean } - If true, include samples without any metadata - { \"filters_combinator\": (\"and\" | \"or\") } - Specifies the combinator and matching mode: - \"and\": All filter items must match (logical AND). - \"or\": Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
1095
1095
  * @param minDate Only include samples that where added after the date given
1096
1096
  * @param maxDate Only include samples that were added before the date given
1097
1097
  */
@@ -1124,7 +1124,7 @@ export declare class RawDataApi {
1124
1124
  };
1125
1125
  }): Promise<GenericApiResponse>;
1126
1126
  /**
1127
- * This API is deprecated, use rebalanceDatasetV2 instead (`/v1/api/{projectId}/classify/v2/{sampleId}`). Rebalances the dataset over training / testing categories. This resets the category for all data and splits it 80%/20% between training and testing. This is a deterministic process based on the hash of the name of the data.
1127
+ * This API is deprecated, use rebalanceDatasetV2 instead (`/v1/api/{projectId}/v2/rebalance`). Rebalances the dataset over training / testing categories. This resets the category for all data and splits it 80%/20% between training and testing. This is a deterministic process based on the hash of the name of the data.
1128
1128
  * @summary Rebalance dataset
1129
1129
  * @param projectId Project ID
1130
1130
  */
@@ -100,7 +100,7 @@ class RawDataApi {
100
100
  * @param dataType Include only samples with a particular data type
101
101
  * @param minId Include only samples with an ID &gt;&#x3D; this value
102
102
  * @param maxId Include only samples with an ID &lt; this value
103
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \&quot;no_metadata\&quot;: true }.
103
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \&quot;key\&quot;: Metadata key to filter on. - \&quot;op\&quot;: Operator (\&quot;eq\&quot; for positive match, \&quot;neq\&quot; for negative match). - \&quot;values\&quot;: (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \&quot;no_metadata\&quot;: boolean } - If true, include samples without any metadata - { \&quot;filters_combinator\&quot;: (\&quot;and\&quot; | \&quot;or\&quot;) } - Specifies the combinator and matching mode: - \&quot;and\&quot;: All filter items must match (logical AND). - \&quot;or\&quot;: Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
104
104
  * @param minDate Only include samples that where added after the date given
105
105
  * @param maxDate Only include samples that were added before the date given
106
106
  */
@@ -264,7 +264,7 @@ class RawDataApi {
264
264
  * @param dataType Include only samples with a particular data type
265
265
  * @param minId Include only samples with an ID &gt;&#x3D; this value
266
266
  * @param maxId Include only samples with an ID &lt; this value
267
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \&quot;no_metadata\&quot;: true }.
267
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \&quot;key\&quot;: Metadata key to filter on. - \&quot;op\&quot;: Operator (\&quot;eq\&quot; for positive match, \&quot;neq\&quot; for negative match). - \&quot;values\&quot;: (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \&quot;no_metadata\&quot;: boolean } - If true, include samples without any metadata - { \&quot;filters_combinator\&quot;: (\&quot;and\&quot; | \&quot;or\&quot;) } - Specifies the combinator and matching mode: - \&quot;and\&quot;: All filter items must match (logical AND). - \&quot;or\&quot;: Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
268
268
  * @param minDate Only include samples that where added after the date given
269
269
  * @param maxDate Only include samples that were added before the date given
270
270
  */
@@ -424,7 +424,7 @@ class RawDataApi {
424
424
  * @param dataType Include only samples with a particular data type
425
425
  * @param minId Include only samples with an ID &gt;&#x3D; this value
426
426
  * @param maxId Include only samples with an ID &lt; this value
427
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \&quot;no_metadata\&quot;: true }.
427
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \&quot;key\&quot;: Metadata key to filter on. - \&quot;op\&quot;: Operator (\&quot;eq\&quot; for positive match, \&quot;neq\&quot; for negative match). - \&quot;values\&quot;: (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \&quot;no_metadata\&quot;: boolean } - If true, include samples without any metadata - { \&quot;filters_combinator\&quot;: (\&quot;and\&quot; | \&quot;or\&quot;) } - Specifies the combinator and matching mode: - \&quot;and\&quot;: All filter items must match (logical AND). - \&quot;or\&quot;: Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
428
428
  * @param minDate Only include samples that where added after the date given
429
429
  * @param maxDate Only include samples that were added before the date given
430
430
  */
@@ -588,7 +588,7 @@ class RawDataApi {
588
588
  * @param dataType Include only samples with a particular data type
589
589
  * @param minId Include only samples with an ID &gt;&#x3D; this value
590
590
  * @param maxId Include only samples with an ID &lt; this value
591
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \&quot;no_metadata\&quot;: true }.
591
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \&quot;key\&quot;: Metadata key to filter on. - \&quot;op\&quot;: Operator (\&quot;eq\&quot; for positive match, \&quot;neq\&quot; for negative match). - \&quot;values\&quot;: (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \&quot;no_metadata\&quot;: boolean } - If true, include samples without any metadata - { \&quot;filters_combinator\&quot;: (\&quot;and\&quot; | \&quot;or\&quot;) } - Specifies the combinator and matching mode: - \&quot;and\&quot;: All filter items must match (logical AND). - \&quot;or\&quot;: Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
592
592
  * @param minDate Only include samples that where added after the date given
593
593
  * @param maxDate Only include samples that were added before the date given
594
594
  */
@@ -747,7 +747,7 @@ class RawDataApi {
747
747
  * @param dataType Include only samples with a particular data type
748
748
  * @param minId Include only samples with an ID &gt;&#x3D; this value
749
749
  * @param maxId Include only samples with an ID &lt; this value
750
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \&quot;no_metadata\&quot;: true }.
750
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \&quot;key\&quot;: Metadata key to filter on. - \&quot;op\&quot;: Operator (\&quot;eq\&quot; for positive match, \&quot;neq\&quot; for negative match). - \&quot;values\&quot;: (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \&quot;no_metadata\&quot;: boolean } - If true, include samples without any metadata - { \&quot;filters_combinator\&quot;: (\&quot;and\&quot; | \&quot;or\&quot;) } - Specifies the combinator and matching mode: - \&quot;and\&quot;: All filter items must match (logical AND). - \&quot;or\&quot;: Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
751
751
  * @param minDate Only include samples that where added after the date given
752
752
  * @param maxDate Only include samples that were added before the date given
753
753
  */
@@ -907,7 +907,7 @@ class RawDataApi {
907
907
  * @param dataType Include only samples with a particular data type
908
908
  * @param minId Include only samples with an ID &gt;&#x3D; this value
909
909
  * @param maxId Include only samples with an ID &lt; this value
910
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \&quot;no_metadata\&quot;: true }.
910
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \&quot;key\&quot;: Metadata key to filter on. - \&quot;op\&quot;: Operator (\&quot;eq\&quot; for positive match, \&quot;neq\&quot; for negative match). - \&quot;values\&quot;: (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \&quot;no_metadata\&quot;: boolean } - If true, include samples without any metadata - { \&quot;filters_combinator\&quot;: (\&quot;and\&quot; | \&quot;or\&quot;) } - Specifies the combinator and matching mode: - \&quot;and\&quot;: All filter items must match (logical AND). - \&quot;or\&quot;: Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
911
911
  * @param minDate Only include samples that where added after the date given
912
912
  * @param maxDate Only include samples that were added before the date given
913
913
  */
@@ -1072,7 +1072,7 @@ class RawDataApi {
1072
1072
  * @param dataType Include only samples with a particular data type
1073
1073
  * @param minId Include only samples with an ID &gt;&#x3D; this value
1074
1074
  * @param maxId Include only samples with an ID &lt; this value
1075
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \&quot;no_metadata\&quot;: true }.
1075
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \&quot;key\&quot;: Metadata key to filter on. - \&quot;op\&quot;: Operator (\&quot;eq\&quot; for positive match, \&quot;neq\&quot; for negative match). - \&quot;values\&quot;: (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \&quot;no_metadata\&quot;: boolean } - If true, include samples without any metadata - { \&quot;filters_combinator\&quot;: (\&quot;and\&quot; | \&quot;or\&quot;) } - Specifies the combinator and matching mode: - \&quot;and\&quot;: All filter items must match (logical AND). - \&quot;or\&quot;: Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
1076
1076
  * @param minDate Only include samples that where added after the date given
1077
1077
  * @param maxDate Only include samples that were added before the date given
1078
1078
  */
@@ -1236,7 +1236,7 @@ class RawDataApi {
1236
1236
  * @param dataType Include only samples with a particular data type
1237
1237
  * @param minId Include only samples with an ID &gt;&#x3D; this value
1238
1238
  * @param maxId Include only samples with an ID &lt; this value
1239
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \&quot;no_metadata\&quot;: true }.
1239
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \&quot;key\&quot;: Metadata key to filter on. - \&quot;op\&quot;: Operator (\&quot;eq\&quot; for positive match, \&quot;neq\&quot; for negative match). - \&quot;values\&quot;: (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \&quot;no_metadata\&quot;: boolean } - If true, include samples without any metadata - { \&quot;filters_combinator\&quot;: (\&quot;and\&quot; | \&quot;or\&quot;) } - Specifies the combinator and matching mode: - \&quot;and\&quot;: All filter items must match (logical AND). - \&quot;or\&quot;: Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
1240
1240
  * @param minDate Only include samples that where added after the date given
1241
1241
  * @param maxDate Only include samples that were added before the date given
1242
1242
  */
@@ -1396,7 +1396,7 @@ class RawDataApi {
1396
1396
  * @param dataType Include only samples with a particular data type
1397
1397
  * @param minId Include only samples with an ID &gt;&#x3D; this value
1398
1398
  * @param maxId Include only samples with an ID &lt; this value
1399
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \&quot;no_metadata\&quot;: true }.
1399
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \&quot;key\&quot;: Metadata key to filter on. - \&quot;op\&quot;: Operator (\&quot;eq\&quot; for positive match, \&quot;neq\&quot; for negative match). - \&quot;values\&quot;: (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \&quot;no_metadata\&quot;: boolean } - If true, include samples without any metadata - { \&quot;filters_combinator\&quot;: (\&quot;and\&quot; | \&quot;or\&quot;) } - Specifies the combinator and matching mode: - \&quot;and\&quot;: All filter items must match (logical AND). - \&quot;or\&quot;: Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
1400
1400
  * @param minDate Only include samples that where added after the date given
1401
1401
  * @param maxDate Only include samples that were added before the date given
1402
1402
  */
@@ -1795,7 +1795,7 @@ class RawDataApi {
1795
1795
  * @param dataType Include only samples with a particular data type
1796
1796
  * @param minId Include only samples with an ID &gt;&#x3D; this value
1797
1797
  * @param maxId Include only samples with an ID &lt; this value
1798
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \&quot;no_metadata\&quot;: true }.
1798
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \&quot;key\&quot;: Metadata key to filter on. - \&quot;op\&quot;: Operator (\&quot;eq\&quot; for positive match, \&quot;neq\&quot; for negative match). - \&quot;values\&quot;: (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \&quot;no_metadata\&quot;: boolean } - If true, include samples without any metadata - { \&quot;filters_combinator\&quot;: (\&quot;and\&quot; | \&quot;or\&quot;) } - Specifies the combinator and matching mode: - \&quot;and\&quot;: All filter items must match (logical AND). - \&quot;or\&quot;: Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
1799
1799
  * @param minDate Only include samples that where added after the date given
1800
1800
  * @param maxDate Only include samples that were added before the date given
1801
1801
  */
@@ -4446,7 +4446,7 @@ class RawDataApi {
4446
4446
  * @param dataType Include only samples with a particular data type
4447
4447
  * @param minId Include only samples with an ID &gt;&#x3D; this value
4448
4448
  * @param maxId Include only samples with an ID &lt; this value
4449
- * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each filter item in the list is combined using a logical OR. To include samples without any metadata, use: { \&quot;no_metadata\&quot;: true }.
4449
+ * @param metadata Filter samples by metadata key-value pairs, provided as a JSON string. Each item in the filter list is an object with the following properties: - \&quot;key\&quot;: Metadata key to filter on. - \&quot;op\&quot;: Operator (\&quot;eq\&quot; for positive match, \&quot;neq\&quot; for negative match). - \&quot;values\&quot;: (optional) Array of values to match/exclude. If omitted or empty, matches/excludes all values for the key. In addition to filter objects, the following option objects can be specified: - { \&quot;no_metadata\&quot;: boolean } - If true, include samples without any metadata - { \&quot;filters_combinator\&quot;: (\&quot;and\&quot; | \&quot;or\&quot;) } - Specifies the combinator and matching mode: - \&quot;and\&quot;: All filter items must match (logical AND). - \&quot;or\&quot;: Any filter item may match (logical OR); samples with metadata keys not present in the filters are included.
4450
4450
  * @param minDate Only include samples that where added after the date given
4451
4451
  * @param maxDate Only include samples that were added before the date given
4452
4452
  */
@@ -4765,7 +4765,7 @@ class RawDataApi {
4765
4765
  });
4766
4766
  }
4767
4767
  /**
4768
- * This API is deprecated, use rebalanceDatasetV2 instead (`/v1/api/{projectId}/classify/v2/{sampleId}`). Rebalances the dataset over training / testing categories. This resets the category for all data and splits it 80%/20% between training and testing. This is a deterministic process based on the hash of the name of the data.
4768
+ * This API is deprecated, use rebalanceDatasetV2 instead (`/v1/api/{projectId}/v2/rebalance`). Rebalances the dataset over training / testing categories. This resets the category for all data and splits it 80%/20% between training and testing. This is a deterministic process based on the hash of the name of the data.
4769
4769
  * @summary Rebalance dataset
4770
4770
  * @param projectId Project ID
4771
4771
  */
@@ -54,6 +54,10 @@ export declare class GetOrganizationPortalResponse {
54
54
  * The full S3 bucket path where uploaded data is stored.
55
55
  */
56
56
  'bucketUrl'?: string;
57
+ /**
58
+ * The storage provider type (s3, azure, google, other).
59
+ */
60
+ 'storageProvider'?: string;
57
61
  static discriminator: string | undefined;
58
62
  static attributeTypeMap: Array<{
59
63
  name: string;
@@ -74,6 +74,11 @@ GetOrganizationPortalResponse.attributeTypeMap = [
74
74
  "name": "bucketUrl",
75
75
  "baseName": "bucketUrl",
76
76
  "type": "string"
77
+ },
78
+ {
79
+ "name": "storageProvider",
80
+ "baseName": "storageProvider",
81
+ "type": "string"
77
82
  }
78
83
  ];
79
84
  //# sourceMappingURL=getOrganizationPortalResponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getOrganizationPortalResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getOrganizationPortalResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,6BAA6B;IAyGtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AA3GL,sEA4GC;AA9DU,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
1
+ {"version":3,"file":"getOrganizationPortalResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getOrganizationPortalResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,6BAA6B;IAkHtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AApHL,sEAqHC;AAnEU,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -46,6 +46,10 @@ export declare class GetOrganizationPortalResponseAllOf {
46
46
  * The full S3 bucket path where uploaded data is stored.
47
47
  */
48
48
  'bucketUrl'?: string;
49
+ /**
50
+ * The storage provider type (s3, azure, google, other).
51
+ */
52
+ 'storageProvider'?: string;
49
53
  static discriminator: string | undefined;
50
54
  static attributeTypeMap: Array<{
51
55
  name: string;
@@ -64,6 +64,11 @@ GetOrganizationPortalResponseAllOf.attributeTypeMap = [
64
64
  "name": "bucketUrl",
65
65
  "baseName": "bucketUrl",
66
66
  "type": "string"
67
+ },
68
+ {
69
+ "name": "storageProvider",
70
+ "baseName": "storageProvider",
71
+ "type": "string"
67
72
  }
68
73
  ];
69
74
  //# sourceMappingURL=getOrganizationPortalResponseAllOf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getOrganizationPortalResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getOrganizationPortalResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,kCAAkC;IAuF3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AAzFL,gFA0FC;AApDU,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
1
+ {"version":3,"file":"getOrganizationPortalResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getOrganizationPortalResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,kCAAkC;IAgG3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AAlGL,gFAmGC;AAzDU,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -18,6 +18,7 @@ export declare class ListOrganizationPortalsResponseAllOfPortals {
18
18
  'bucketName': string;
19
19
  'bucketPath': string;
20
20
  'bucketUrl': string;
21
+ 'storageProvider'?: string;
21
22
  'created': Date;
22
23
  static discriminator: string | undefined;
23
24
  static attributeTypeMap: Array<{
@@ -60,6 +60,11 @@ ListOrganizationPortalsResponseAllOfPortals.attributeTypeMap = [
60
60
  "baseName": "bucketUrl",
61
61
  "type": "string"
62
62
  },
63
+ {
64
+ "name": "storageProvider",
65
+ "baseName": "storageProvider",
66
+ "type": "string"
67
+ },
63
68
  {
64
69
  "name": "created",
65
70
  "baseName": "created",
@@ -1 +1 @@
1
- {"version":3,"file":"listOrganizationPortalsResponseAllOfPortals.js","sourceRoot":"","sources":["../../../../library/sdk/model/listOrganizationPortalsResponseAllOfPortals.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,2CAA2C;IA4DpD,MAAM,CAAC,mBAAmB;QACtB,OAAO,2CAA2C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AA9DL,kGA+DC;AApDU,yDAAa,GAAuB,SAAS,CAAC;AAE9C,4DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC"}
1
+ {"version":3,"file":"listOrganizationPortalsResponseAllOfPortals.js","sourceRoot":"","sources":["../../../../library/sdk/model/listOrganizationPortalsResponseAllOfPortals.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,2CAA2C;IAkEpD,MAAM,CAAC,mBAAmB;QACtB,OAAO,2CAA2C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AApEL,kGAqEC;AAzDU,yDAAa,GAAuB,SAAS,CAAC;AAE9C,4DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-impulse-api",
3
- "version": "1.74.20",
3
+ "version": "1.74.21",
4
4
  "description": "Node.js bindings for the Edge Impulse API",
5
5
  "scripts": {
6
6
  "build": "tsc -p .",