nominal-api 0.1048.1__py3-none-any.whl → 0.1056.0__py3-none-any.whl
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.
Potentially problematic release.
This version of nominal-api might be problematic. Click here for more details.
- nominal_api/__init__.py +1 -1
- nominal_api/_impl.py +541 -11
- nominal_api/api/__init__.py +4 -0
- nominal_api/authentication_api/__init__.py +8 -0
- nominal_api/nominal-api.conjure.json +694 -5
- nominal_api/persistent_compute_api/__init__.py +8 -0
- {nominal_api-0.1048.1.dist-info → nominal_api-0.1056.0.dist-info}/METADATA +1 -1
- {nominal_api-0.1048.1.dist-info → nominal_api-0.1056.0.dist-info}/RECORD +10 -10
- {nominal_api-0.1048.1.dist-info → nominal_api-0.1056.0.dist-info}/WHEEL +0 -0
- {nominal_api-0.1048.1.dist-info → nominal_api-0.1056.0.dist-info}/top_level.txt +0 -0
|
@@ -841,6 +841,15 @@
|
|
|
841
841
|
"code" : "INTERNAL",
|
|
842
842
|
"safeArgs" : [ ],
|
|
843
843
|
"unsafeArgs" : [ ]
|
|
844
|
+
}, {
|
|
845
|
+
"errorName" : {
|
|
846
|
+
"name" : "FailedToDownloadFileUserError",
|
|
847
|
+
"package" : "io.nominal.ingest.api"
|
|
848
|
+
},
|
|
849
|
+
"namespace" : "IngestService",
|
|
850
|
+
"code" : "INVALID_ARGUMENT",
|
|
851
|
+
"safeArgs" : [ ],
|
|
852
|
+
"unsafeArgs" : [ ]
|
|
844
853
|
}, {
|
|
845
854
|
"errorName" : {
|
|
846
855
|
"name" : "FrameCountTimestampsMismatch",
|
|
@@ -1559,6 +1568,25 @@
|
|
|
1559
1568
|
}
|
|
1560
1569
|
} ],
|
|
1561
1570
|
"unsafeArgs" : [ ]
|
|
1571
|
+
}, {
|
|
1572
|
+
"errorName" : {
|
|
1573
|
+
"name" : "UnavailableResultConfiguration",
|
|
1574
|
+
"package" : "io.nominal.persistent.compute.api"
|
|
1575
|
+
},
|
|
1576
|
+
"docs" : "ResultConfiguration is incompatible with the requested compute.",
|
|
1577
|
+
"namespace" : "PersistentCompute",
|
|
1578
|
+
"code" : "INVALID_ARGUMENT",
|
|
1579
|
+
"safeArgs" : [ {
|
|
1580
|
+
"fieldName" : "reason",
|
|
1581
|
+
"type" : {
|
|
1582
|
+
"type" : "reference",
|
|
1583
|
+
"reference" : {
|
|
1584
|
+
"name" : "UnavailableResultConfigurationReason",
|
|
1585
|
+
"package" : "io.nominal.persistent.compute.api"
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
} ],
|
|
1589
|
+
"unsafeArgs" : [ ]
|
|
1562
1590
|
}, {
|
|
1563
1591
|
"errorName" : {
|
|
1564
1592
|
"name" : "UnsupportedGranularity",
|
|
@@ -3508,7 +3536,7 @@
|
|
|
3508
3536
|
},
|
|
3509
3537
|
"docs" : "An unexpected timeout occurred when executing a query. This indicates an internal error\nwhere the query may have succeeded but the response did not reach the client.\n",
|
|
3510
3538
|
"namespace" : "Compute",
|
|
3511
|
-
"code" : "
|
|
3539
|
+
"code" : "INVALID_ARGUMENT",
|
|
3512
3540
|
"safeArgs" : [ {
|
|
3513
3541
|
"fieldName" : "queryId",
|
|
3514
3542
|
"type" : {
|
|
@@ -5436,6 +5464,22 @@
|
|
|
5436
5464
|
}
|
|
5437
5465
|
} ],
|
|
5438
5466
|
"unsafeArgs" : [ ]
|
|
5467
|
+
}, {
|
|
5468
|
+
"errorName" : {
|
|
5469
|
+
"name" : "InvalidChannelSpecification",
|
|
5470
|
+
"package" : "io.nominal.scout.video.api"
|
|
5471
|
+
},
|
|
5472
|
+
"docs" : "Invalid channel specification (e.g., mutually exclusive parameters provided)",
|
|
5473
|
+
"namespace" : "Video",
|
|
5474
|
+
"code" : "INVALID_ARGUMENT",
|
|
5475
|
+
"safeArgs" : [ {
|
|
5476
|
+
"fieldName" : "message",
|
|
5477
|
+
"type" : {
|
|
5478
|
+
"type" : "primitive",
|
|
5479
|
+
"primitive" : "STRING"
|
|
5480
|
+
}
|
|
5481
|
+
} ],
|
|
5482
|
+
"unsafeArgs" : [ ]
|
|
5439
5483
|
}, {
|
|
5440
5484
|
"errorName" : {
|
|
5441
5485
|
"name" : "InvalidFileShiftScaleRequest",
|
|
@@ -5490,6 +5534,88 @@
|
|
|
5490
5534
|
}
|
|
5491
5535
|
} ],
|
|
5492
5536
|
"unsafeArgs" : [ ]
|
|
5537
|
+
}, {
|
|
5538
|
+
"errorName" : {
|
|
5539
|
+
"name" : "InvalidTags",
|
|
5540
|
+
"package" : "io.nominal.scout.video.api"
|
|
5541
|
+
},
|
|
5542
|
+
"docs" : "The provided tags parameter is not valid JSON",
|
|
5543
|
+
"namespace" : "Video",
|
|
5544
|
+
"code" : "INVALID_ARGUMENT",
|
|
5545
|
+
"safeArgs" : [ ],
|
|
5546
|
+
"unsafeArgs" : [ {
|
|
5547
|
+
"fieldName" : "tags",
|
|
5548
|
+
"type" : {
|
|
5549
|
+
"type" : "primitive",
|
|
5550
|
+
"primitive" : "STRING"
|
|
5551
|
+
}
|
|
5552
|
+
} ]
|
|
5553
|
+
}, {
|
|
5554
|
+
"errorName" : {
|
|
5555
|
+
"name" : "InvalidTimestamp",
|
|
5556
|
+
"package" : "io.nominal.scout.video.api"
|
|
5557
|
+
},
|
|
5558
|
+
"docs" : "The provided timestamp string is not in valid ISO-8601 format",
|
|
5559
|
+
"namespace" : "Video",
|
|
5560
|
+
"code" : "INVALID_ARGUMENT",
|
|
5561
|
+
"safeArgs" : [ {
|
|
5562
|
+
"fieldName" : "timestamp",
|
|
5563
|
+
"type" : {
|
|
5564
|
+
"type" : "primitive",
|
|
5565
|
+
"primitive" : "STRING"
|
|
5566
|
+
}
|
|
5567
|
+
} ],
|
|
5568
|
+
"unsafeArgs" : [ ]
|
|
5569
|
+
}, {
|
|
5570
|
+
"errorName" : {
|
|
5571
|
+
"name" : "MissingTimestampBoundPair",
|
|
5572
|
+
"package" : "io.nominal.scout.video.api"
|
|
5573
|
+
},
|
|
5574
|
+
"docs" : "Both start and end timestamp bounds must be provided together, or neither. Either provide both bounds or neither.",
|
|
5575
|
+
"namespace" : "Video",
|
|
5576
|
+
"code" : "INVALID_ARGUMENT",
|
|
5577
|
+
"safeArgs" : [ {
|
|
5578
|
+
"fieldName" : "hasStart",
|
|
5579
|
+
"type" : {
|
|
5580
|
+
"type" : "primitive",
|
|
5581
|
+
"primitive" : "BOOLEAN"
|
|
5582
|
+
}
|
|
5583
|
+
}, {
|
|
5584
|
+
"fieldName" : "hasEnd",
|
|
5585
|
+
"type" : {
|
|
5586
|
+
"type" : "primitive",
|
|
5587
|
+
"primitive" : "BOOLEAN"
|
|
5588
|
+
}
|
|
5589
|
+
} ],
|
|
5590
|
+
"unsafeArgs" : [ ]
|
|
5591
|
+
}, {
|
|
5592
|
+
"errorName" : {
|
|
5593
|
+
"name" : "NoSegmentsInBounds",
|
|
5594
|
+
"package" : "io.nominal.scout.video.api"
|
|
5595
|
+
},
|
|
5596
|
+
"docs" : "The requested time bounds do not overlap with any video segments.",
|
|
5597
|
+
"namespace" : "Video",
|
|
5598
|
+
"code" : "NOT_FOUND",
|
|
5599
|
+
"safeArgs" : [ {
|
|
5600
|
+
"fieldName" : "videoRid",
|
|
5601
|
+
"type" : {
|
|
5602
|
+
"type" : "reference",
|
|
5603
|
+
"reference" : {
|
|
5604
|
+
"name" : "VideoRid",
|
|
5605
|
+
"package" : "io.nominal.api.rids"
|
|
5606
|
+
}
|
|
5607
|
+
}
|
|
5608
|
+
}, {
|
|
5609
|
+
"fieldName" : "requestedBounds",
|
|
5610
|
+
"type" : {
|
|
5611
|
+
"type" : "reference",
|
|
5612
|
+
"reference" : {
|
|
5613
|
+
"name" : "Bounds",
|
|
5614
|
+
"package" : "io.nominal.scout.video.api"
|
|
5615
|
+
}
|
|
5616
|
+
}
|
|
5617
|
+
} ],
|
|
5618
|
+
"unsafeArgs" : [ ]
|
|
5493
5619
|
}, {
|
|
5494
5620
|
"errorName" : {
|
|
5495
5621
|
"name" : "NotAuthorized",
|
|
@@ -5613,8 +5739,9 @@
|
|
|
5613
5739
|
"name" : "VideoIngestNotComplete",
|
|
5614
5740
|
"package" : "io.nominal.scout.video.api"
|
|
5615
5741
|
},
|
|
5742
|
+
"docs" : "Video has no segments available. The video may still be processing or ingest has not started.",
|
|
5616
5743
|
"namespace" : "Video",
|
|
5617
|
-
"code" : "
|
|
5744
|
+
"code" : "FAILED_PRECONDITION",
|
|
5618
5745
|
"safeArgs" : [ {
|
|
5619
5746
|
"fieldName" : "videoRid",
|
|
5620
5747
|
"type" : {
|
|
@@ -6319,6 +6446,24 @@
|
|
|
6319
6446
|
"value" : "VIDEO"
|
|
6320
6447
|
} ]
|
|
6321
6448
|
}
|
|
6449
|
+
}, {
|
|
6450
|
+
"type" : "object",
|
|
6451
|
+
"object" : {
|
|
6452
|
+
"typeName" : {
|
|
6453
|
+
"name" : "Deleted",
|
|
6454
|
+
"package" : "io.nominal.api"
|
|
6455
|
+
},
|
|
6456
|
+
"fields" : [ ]
|
|
6457
|
+
}
|
|
6458
|
+
}, {
|
|
6459
|
+
"type" : "object",
|
|
6460
|
+
"object" : {
|
|
6461
|
+
"typeName" : {
|
|
6462
|
+
"name" : "DeletionInProgress",
|
|
6463
|
+
"package" : "io.nominal.api"
|
|
6464
|
+
},
|
|
6465
|
+
"fields" : [ ]
|
|
6466
|
+
}
|
|
6322
6467
|
}, {
|
|
6323
6468
|
"type" : "object",
|
|
6324
6469
|
"object" : {
|
|
@@ -6454,6 +6599,24 @@
|
|
|
6454
6599
|
"package" : "io.nominal.api"
|
|
6455
6600
|
}
|
|
6456
6601
|
}
|
|
6602
|
+
}, {
|
|
6603
|
+
"fieldName" : "deletionInProgress",
|
|
6604
|
+
"type" : {
|
|
6605
|
+
"type" : "reference",
|
|
6606
|
+
"reference" : {
|
|
6607
|
+
"name" : "DeletionInProgress",
|
|
6608
|
+
"package" : "io.nominal.api"
|
|
6609
|
+
}
|
|
6610
|
+
}
|
|
6611
|
+
}, {
|
|
6612
|
+
"fieldName" : "deleted",
|
|
6613
|
+
"type" : {
|
|
6614
|
+
"type" : "reference",
|
|
6615
|
+
"reference" : {
|
|
6616
|
+
"name" : "Deleted",
|
|
6617
|
+
"package" : "io.nominal.api"
|
|
6618
|
+
}
|
|
6619
|
+
}
|
|
6457
6620
|
} ]
|
|
6458
6621
|
}
|
|
6459
6622
|
}, {
|
|
@@ -7578,6 +7741,49 @@
|
|
|
7578
7741
|
"value" : "NONE"
|
|
7579
7742
|
} ]
|
|
7580
7743
|
}
|
|
7744
|
+
}, {
|
|
7745
|
+
"type" : "object",
|
|
7746
|
+
"object" : {
|
|
7747
|
+
"typeName" : {
|
|
7748
|
+
"name" : "CoachmarkDismissal",
|
|
7749
|
+
"package" : "io.nominal.authentication.api"
|
|
7750
|
+
},
|
|
7751
|
+
"fields" : [ {
|
|
7752
|
+
"fieldName" : "coachmarkId",
|
|
7753
|
+
"type" : {
|
|
7754
|
+
"type" : "primitive",
|
|
7755
|
+
"primitive" : "STRING"
|
|
7756
|
+
},
|
|
7757
|
+
"docs" : "The coachmark identifier (typically the feature flag name)"
|
|
7758
|
+
}, {
|
|
7759
|
+
"fieldName" : "dismissedAt",
|
|
7760
|
+
"type" : {
|
|
7761
|
+
"type" : "primitive",
|
|
7762
|
+
"primitive" : "DATETIME"
|
|
7763
|
+
},
|
|
7764
|
+
"docs" : "ISO 8601 timestamp of when the coachmark was dismissed"
|
|
7765
|
+
}, {
|
|
7766
|
+
"fieldName" : "appVersion",
|
|
7767
|
+
"type" : {
|
|
7768
|
+
"type" : "primitive",
|
|
7769
|
+
"primitive" : "STRING"
|
|
7770
|
+
},
|
|
7771
|
+
"docs" : "The apps-scout version (semver) when the coachmark was dismissed"
|
|
7772
|
+
}, {
|
|
7773
|
+
"fieldName" : "stepIndex",
|
|
7774
|
+
"type" : {
|
|
7775
|
+
"type" : "optional",
|
|
7776
|
+
"optional" : {
|
|
7777
|
+
"itemType" : {
|
|
7778
|
+
"type" : "primitive",
|
|
7779
|
+
"primitive" : "INTEGER"
|
|
7780
|
+
}
|
|
7781
|
+
}
|
|
7782
|
+
},
|
|
7783
|
+
"docs" : "The step index when dismissed (for multi-step coachmarks).\nIf not present, the coachmark was dismissed via the X button.\n"
|
|
7784
|
+
} ],
|
|
7785
|
+
"docs" : "A record of a coachmark dismissal, including when it was dismissed\nand on which app version.\n"
|
|
7786
|
+
}
|
|
7581
7787
|
}, {
|
|
7582
7788
|
"type" : "enum",
|
|
7583
7789
|
"enum" : {
|
|
@@ -7593,6 +7799,42 @@
|
|
|
7593
7799
|
"value" : "RELATIVE"
|
|
7594
7800
|
} ]
|
|
7595
7801
|
}
|
|
7802
|
+
}, {
|
|
7803
|
+
"type" : "object",
|
|
7804
|
+
"object" : {
|
|
7805
|
+
"typeName" : {
|
|
7806
|
+
"name" : "DismissCoachmarkRequest",
|
|
7807
|
+
"package" : "io.nominal.authentication.api"
|
|
7808
|
+
},
|
|
7809
|
+
"fields" : [ {
|
|
7810
|
+
"fieldName" : "coachmarkId",
|
|
7811
|
+
"type" : {
|
|
7812
|
+
"type" : "primitive",
|
|
7813
|
+
"primitive" : "STRING"
|
|
7814
|
+
},
|
|
7815
|
+
"docs" : "The coachmark identifier to dismiss"
|
|
7816
|
+
}, {
|
|
7817
|
+
"fieldName" : "appVersion",
|
|
7818
|
+
"type" : {
|
|
7819
|
+
"type" : "primitive",
|
|
7820
|
+
"primitive" : "STRING"
|
|
7821
|
+
},
|
|
7822
|
+
"docs" : "The apps-scout version (semver) when dismissing"
|
|
7823
|
+
}, {
|
|
7824
|
+
"fieldName" : "stepIndex",
|
|
7825
|
+
"type" : {
|
|
7826
|
+
"type" : "optional",
|
|
7827
|
+
"optional" : {
|
|
7828
|
+
"itemType" : {
|
|
7829
|
+
"type" : "primitive",
|
|
7830
|
+
"primitive" : "INTEGER"
|
|
7831
|
+
}
|
|
7832
|
+
}
|
|
7833
|
+
},
|
|
7834
|
+
"docs" : "The step index when dismissed (for multi-step coachmarks)"
|
|
7835
|
+
} ],
|
|
7836
|
+
"docs" : "Request to dismiss a coachmark"
|
|
7837
|
+
}
|
|
7596
7838
|
}, {
|
|
7597
7839
|
"type" : "object",
|
|
7598
7840
|
"object" : {
|
|
@@ -7635,6 +7877,62 @@
|
|
|
7635
7877
|
} ],
|
|
7636
7878
|
"docs" : "Response containing the generated MediaMTX token"
|
|
7637
7879
|
}
|
|
7880
|
+
}, {
|
|
7881
|
+
"type" : "object",
|
|
7882
|
+
"object" : {
|
|
7883
|
+
"typeName" : {
|
|
7884
|
+
"name" : "GetCoachmarkDismissalsRequest",
|
|
7885
|
+
"package" : "io.nominal.authentication.api"
|
|
7886
|
+
},
|
|
7887
|
+
"fields" : [ {
|
|
7888
|
+
"fieldName" : "coachmarkIds",
|
|
7889
|
+
"type" : {
|
|
7890
|
+
"type" : "optional",
|
|
7891
|
+
"optional" : {
|
|
7892
|
+
"itemType" : {
|
|
7893
|
+
"type" : "list",
|
|
7894
|
+
"list" : {
|
|
7895
|
+
"itemType" : {
|
|
7896
|
+
"type" : "primitive",
|
|
7897
|
+
"primitive" : "STRING"
|
|
7898
|
+
}
|
|
7899
|
+
}
|
|
7900
|
+
}
|
|
7901
|
+
}
|
|
7902
|
+
},
|
|
7903
|
+
"docs" : "Optional list of coachmark IDs to filter by.\nIf empty, returns all dismissals for the user.\n"
|
|
7904
|
+
} ],
|
|
7905
|
+
"docs" : "Request to get coachmark dismissals"
|
|
7906
|
+
}
|
|
7907
|
+
}, {
|
|
7908
|
+
"type" : "object",
|
|
7909
|
+
"object" : {
|
|
7910
|
+
"typeName" : {
|
|
7911
|
+
"name" : "GetCoachmarkDismissalsResponse",
|
|
7912
|
+
"package" : "io.nominal.authentication.api"
|
|
7913
|
+
},
|
|
7914
|
+
"fields" : [ {
|
|
7915
|
+
"fieldName" : "dismissals",
|
|
7916
|
+
"type" : {
|
|
7917
|
+
"type" : "map",
|
|
7918
|
+
"map" : {
|
|
7919
|
+
"keyType" : {
|
|
7920
|
+
"type" : "primitive",
|
|
7921
|
+
"primitive" : "STRING"
|
|
7922
|
+
},
|
|
7923
|
+
"valueType" : {
|
|
7924
|
+
"type" : "reference",
|
|
7925
|
+
"reference" : {
|
|
7926
|
+
"name" : "CoachmarkDismissal",
|
|
7927
|
+
"package" : "io.nominal.authentication.api"
|
|
7928
|
+
}
|
|
7929
|
+
}
|
|
7930
|
+
}
|
|
7931
|
+
},
|
|
7932
|
+
"docs" : "Map of coachmark ID to dismissal record"
|
|
7933
|
+
} ],
|
|
7934
|
+
"docs" : "Response containing coachmark dismissals"
|
|
7935
|
+
}
|
|
7638
7936
|
}, {
|
|
7639
7937
|
"type" : "object",
|
|
7640
7938
|
"object" : {
|
|
@@ -20016,6 +20314,23 @@
|
|
|
20016
20314
|
},
|
|
20017
20315
|
"docs" : "Unique resource identifier for a Module.\n"
|
|
20018
20316
|
}
|
|
20317
|
+
}, {
|
|
20318
|
+
"type" : "object",
|
|
20319
|
+
"object" : {
|
|
20320
|
+
"typeName" : {
|
|
20321
|
+
"name" : "AppendOnlyConfig",
|
|
20322
|
+
"package" : "io.nominal.persistent.compute.api"
|
|
20323
|
+
},
|
|
20324
|
+
"fields" : [ {
|
|
20325
|
+
"fieldName" : "decimateResults",
|
|
20326
|
+
"type" : {
|
|
20327
|
+
"type" : "primitive",
|
|
20328
|
+
"primitive" : "BOOLEAN"
|
|
20329
|
+
},
|
|
20330
|
+
"docs" : "Specifies whether the returned results should be decimated.\nIf this is false, the client may receive a `SubscriptionCreationError` if the data rate is too high\nand responses must be decimated.\n"
|
|
20331
|
+
} ],
|
|
20332
|
+
"docs" : "Defines the append results from the websocket.\n"
|
|
20333
|
+
}
|
|
20019
20334
|
}, {
|
|
20020
20335
|
"type" : "object",
|
|
20021
20336
|
"object" : {
|
|
@@ -20534,6 +20849,24 @@
|
|
|
20534
20849
|
}
|
|
20535
20850
|
} ]
|
|
20536
20851
|
}
|
|
20852
|
+
}, {
|
|
20853
|
+
"type" : "union",
|
|
20854
|
+
"union" : {
|
|
20855
|
+
"typeName" : {
|
|
20856
|
+
"name" : "ResultConfiguration",
|
|
20857
|
+
"package" : "io.nominal.persistent.compute.api"
|
|
20858
|
+
},
|
|
20859
|
+
"union" : [ {
|
|
20860
|
+
"fieldName" : "appendOnly",
|
|
20861
|
+
"type" : {
|
|
20862
|
+
"type" : "reference",
|
|
20863
|
+
"reference" : {
|
|
20864
|
+
"name" : "AppendOnlyConfig",
|
|
20865
|
+
"package" : "io.nominal.persistent.compute.api"
|
|
20866
|
+
}
|
|
20867
|
+
}
|
|
20868
|
+
} ]
|
|
20869
|
+
}
|
|
20537
20870
|
}, {
|
|
20538
20871
|
"type" : "union",
|
|
20539
20872
|
"union" : {
|
|
@@ -20777,7 +21110,23 @@
|
|
|
20777
21110
|
}
|
|
20778
21111
|
}
|
|
20779
21112
|
},
|
|
20780
|
-
"docs" : "Can be set to `false` by the client to indicate that it doesn't support appends for this subscription\nand always wants to receive full results. Defaults to `false` if not set.\nThe expectation is that clients should implement support for appends for any of the results covered in\n`ComputeNodeAppendResponse` and set this to `true` as quickly as possible. However, in order to support \nadding new sub-types to `ComputeNodeAppendResponse` without breaking clients that haven't upgraded yet \nand haven't yet added support for them, we default this to `false` and make clients opt-in as soon as they\nimplement support.\n"
|
|
21113
|
+
"docs" : "Can be set to `false` by the client to indicate that it doesn't support appends for this subscription\nand always wants to receive full results. Defaults to `false` if not set.\nThe expectation is that clients should implement support for appends for any of the results covered in\n`ComputeNodeAppendResponse` and set this to `true` as quickly as possible. However, in order to support \nadding new sub-types to `ComputeNodeAppendResponse` without breaking clients that haven't upgraded yet \nand haven't yet added support for them, we default this to `false` and make clients opt-in as soon as they\nimplement support.\n",
|
|
21114
|
+
"deprecated" : "Use `resultConfiguration` instead.\n"
|
|
21115
|
+
}, {
|
|
21116
|
+
"fieldName" : "resultConfiguration",
|
|
21117
|
+
"type" : {
|
|
21118
|
+
"type" : "optional",
|
|
21119
|
+
"optional" : {
|
|
21120
|
+
"itemType" : {
|
|
21121
|
+
"type" : "reference",
|
|
21122
|
+
"reference" : {
|
|
21123
|
+
"name" : "ResultConfiguration",
|
|
21124
|
+
"package" : "io.nominal.persistent.compute.api"
|
|
21125
|
+
}
|
|
21126
|
+
}
|
|
21127
|
+
}
|
|
21128
|
+
},
|
|
21129
|
+
"docs" : "Defines the results that are sent for this subscription. If not set, falls back to the behavior \ndefined by `allowAppends`.\n"
|
|
20781
21130
|
} ]
|
|
20782
21131
|
}
|
|
20783
21132
|
}, {
|
|
@@ -20863,6 +21212,19 @@
|
|
|
20863
21212
|
}
|
|
20864
21213
|
} ]
|
|
20865
21214
|
}
|
|
21215
|
+
}, {
|
|
21216
|
+
"type" : "enum",
|
|
21217
|
+
"enum" : {
|
|
21218
|
+
"typeName" : {
|
|
21219
|
+
"name" : "UnavailableResultConfigurationReason",
|
|
21220
|
+
"package" : "io.nominal.persistent.compute.api"
|
|
21221
|
+
},
|
|
21222
|
+
"values" : [ {
|
|
21223
|
+
"value" : "APPENDS_NOT_SUPPORTED_FOR_COMPUTE"
|
|
21224
|
+
}, {
|
|
21225
|
+
"value" : "TOO_MANY_POINTS_FOR_UNDECIMATED_APPENDS"
|
|
21226
|
+
} ]
|
|
21227
|
+
}
|
|
20866
21228
|
}, {
|
|
20867
21229
|
"type" : "object",
|
|
20868
21230
|
"object" : {
|
|
@@ -23069,6 +23431,21 @@
|
|
|
23069
23431
|
}
|
|
23070
23432
|
}
|
|
23071
23433
|
}
|
|
23434
|
+
}, {
|
|
23435
|
+
"fieldName" : "metadata",
|
|
23436
|
+
"type" : {
|
|
23437
|
+
"type" : "optional",
|
|
23438
|
+
"optional" : {
|
|
23439
|
+
"itemType" : {
|
|
23440
|
+
"type" : "reference",
|
|
23441
|
+
"reference" : {
|
|
23442
|
+
"name" : "DatasetFileMetadata",
|
|
23443
|
+
"package" : "io.nominal.scout.catalog"
|
|
23444
|
+
}
|
|
23445
|
+
}
|
|
23446
|
+
}
|
|
23447
|
+
},
|
|
23448
|
+
"docs" : "File-type-specific metadata. For video files, contains timestamp manifest.\n"
|
|
23072
23449
|
} ]
|
|
23073
23450
|
}
|
|
23074
23451
|
}, {
|
|
@@ -24357,6 +24734,10 @@
|
|
|
24357
24734
|
"value" : "COMPLETED"
|
|
24358
24735
|
}, {
|
|
24359
24736
|
"value" : "FAILED"
|
|
24737
|
+
}, {
|
|
24738
|
+
"value" : "DELETION_IN_PROGRESS"
|
|
24739
|
+
}, {
|
|
24740
|
+
"value" : "DELETED"
|
|
24360
24741
|
} ]
|
|
24361
24742
|
}
|
|
24362
24743
|
}, {
|
|
@@ -80442,6 +80823,126 @@
|
|
|
80442
80823
|
"docs" : "Generates a JWT token for MediaMTX authentication with a 2-hour expiration.\nThe token is signed with the MediaMTX private key and contains the specified permissions.\nRequires authentication with Nominal. This endpoint is intended for internal use only.\n",
|
|
80443
80824
|
"markers" : [ ],
|
|
80444
80825
|
"tags" : [ ]
|
|
80826
|
+
}, {
|
|
80827
|
+
"endpointName" : "getMyCoachmarkDismissals",
|
|
80828
|
+
"httpMethod" : "POST",
|
|
80829
|
+
"httpPath" : "/authentication/v2/my/coachmarks/dismissals",
|
|
80830
|
+
"auth" : {
|
|
80831
|
+
"type" : "header",
|
|
80832
|
+
"header" : { }
|
|
80833
|
+
},
|
|
80834
|
+
"args" : [ {
|
|
80835
|
+
"argName" : "request",
|
|
80836
|
+
"type" : {
|
|
80837
|
+
"type" : "reference",
|
|
80838
|
+
"reference" : {
|
|
80839
|
+
"name" : "GetCoachmarkDismissalsRequest",
|
|
80840
|
+
"package" : "io.nominal.authentication.api"
|
|
80841
|
+
}
|
|
80842
|
+
},
|
|
80843
|
+
"paramType" : {
|
|
80844
|
+
"type" : "body",
|
|
80845
|
+
"body" : { }
|
|
80846
|
+
},
|
|
80847
|
+
"markers" : [ ],
|
|
80848
|
+
"tags" : [ ]
|
|
80849
|
+
} ],
|
|
80850
|
+
"returns" : {
|
|
80851
|
+
"type" : "reference",
|
|
80852
|
+
"reference" : {
|
|
80853
|
+
"name" : "GetCoachmarkDismissalsResponse",
|
|
80854
|
+
"package" : "io.nominal.authentication.api"
|
|
80855
|
+
}
|
|
80856
|
+
},
|
|
80857
|
+
"docs" : "Gets coachmark dismissals for the authenticated user.\nOptionally filter by specific coachmark IDs.\n",
|
|
80858
|
+
"markers" : [ ],
|
|
80859
|
+
"tags" : [ ]
|
|
80860
|
+
}, {
|
|
80861
|
+
"endpointName" : "dismissMyCoachmark",
|
|
80862
|
+
"httpMethod" : "POST",
|
|
80863
|
+
"httpPath" : "/authentication/v2/my/coachmarks/dismiss",
|
|
80864
|
+
"auth" : {
|
|
80865
|
+
"type" : "header",
|
|
80866
|
+
"header" : { }
|
|
80867
|
+
},
|
|
80868
|
+
"args" : [ {
|
|
80869
|
+
"argName" : "request",
|
|
80870
|
+
"type" : {
|
|
80871
|
+
"type" : "reference",
|
|
80872
|
+
"reference" : {
|
|
80873
|
+
"name" : "DismissCoachmarkRequest",
|
|
80874
|
+
"package" : "io.nominal.authentication.api"
|
|
80875
|
+
}
|
|
80876
|
+
},
|
|
80877
|
+
"paramType" : {
|
|
80878
|
+
"type" : "body",
|
|
80879
|
+
"body" : { }
|
|
80880
|
+
},
|
|
80881
|
+
"markers" : [ ],
|
|
80882
|
+
"tags" : [ ]
|
|
80883
|
+
} ],
|
|
80884
|
+
"returns" : {
|
|
80885
|
+
"type" : "reference",
|
|
80886
|
+
"reference" : {
|
|
80887
|
+
"name" : "CoachmarkDismissal",
|
|
80888
|
+
"package" : "io.nominal.authentication.api"
|
|
80889
|
+
}
|
|
80890
|
+
},
|
|
80891
|
+
"docs" : "Dismisses a coachmark for the authenticated user.\nRecords the dismissal timestamp and app version.\n",
|
|
80892
|
+
"markers" : [ ],
|
|
80893
|
+
"tags" : [ ]
|
|
80894
|
+
}, {
|
|
80895
|
+
"endpointName" : "isMyCoachmarkDismissed",
|
|
80896
|
+
"httpMethod" : "GET",
|
|
80897
|
+
"httpPath" : "/authentication/v2/my/coachmarks/dismissed/{coachmarkId}",
|
|
80898
|
+
"auth" : {
|
|
80899
|
+
"type" : "header",
|
|
80900
|
+
"header" : { }
|
|
80901
|
+
},
|
|
80902
|
+
"args" : [ {
|
|
80903
|
+
"argName" : "coachmarkId",
|
|
80904
|
+
"type" : {
|
|
80905
|
+
"type" : "primitive",
|
|
80906
|
+
"primitive" : "STRING"
|
|
80907
|
+
},
|
|
80908
|
+
"paramType" : {
|
|
80909
|
+
"type" : "path",
|
|
80910
|
+
"path" : { }
|
|
80911
|
+
},
|
|
80912
|
+
"markers" : [ ],
|
|
80913
|
+
"tags" : [ ]
|
|
80914
|
+
} ],
|
|
80915
|
+
"returns" : {
|
|
80916
|
+
"type" : "primitive",
|
|
80917
|
+
"primitive" : "BOOLEAN"
|
|
80918
|
+
},
|
|
80919
|
+
"docs" : "Checks if a specific coachmark has been dismissed by the authenticated user.\n",
|
|
80920
|
+
"markers" : [ ],
|
|
80921
|
+
"tags" : [ ]
|
|
80922
|
+
}, {
|
|
80923
|
+
"endpointName" : "resetMyCoachmarkDismissal",
|
|
80924
|
+
"httpMethod" : "DELETE",
|
|
80925
|
+
"httpPath" : "/authentication/v2/my/coachmarks/dismissals/{coachmarkId}",
|
|
80926
|
+
"auth" : {
|
|
80927
|
+
"type" : "header",
|
|
80928
|
+
"header" : { }
|
|
80929
|
+
},
|
|
80930
|
+
"args" : [ {
|
|
80931
|
+
"argName" : "coachmarkId",
|
|
80932
|
+
"type" : {
|
|
80933
|
+
"type" : "primitive",
|
|
80934
|
+
"primitive" : "STRING"
|
|
80935
|
+
},
|
|
80936
|
+
"paramType" : {
|
|
80937
|
+
"type" : "path",
|
|
80938
|
+
"path" : { }
|
|
80939
|
+
},
|
|
80940
|
+
"markers" : [ ],
|
|
80941
|
+
"tags" : [ ]
|
|
80942
|
+
} ],
|
|
80943
|
+
"docs" : "Resets a coachmark dismissal for the authenticated user.\nThis allows the coachmark to be shown again.\nPrimarily intended for testing and debugging.\n",
|
|
80944
|
+
"markers" : [ ],
|
|
80945
|
+
"tags" : [ ]
|
|
80445
80946
|
} ],
|
|
80446
80947
|
"docs" : "This service provides operations for managing user and org profiles/settings.\nIts name is a bit of a misnomer.\n"
|
|
80447
80948
|
}, {
|
|
@@ -93050,13 +93551,52 @@
|
|
|
93050
93551
|
},
|
|
93051
93552
|
"markers" : [ ],
|
|
93052
93553
|
"tags" : [ ]
|
|
93554
|
+
}, {
|
|
93555
|
+
"argName" : "start",
|
|
93556
|
+
"type" : {
|
|
93557
|
+
"type" : "optional",
|
|
93558
|
+
"optional" : {
|
|
93559
|
+
"itemType" : {
|
|
93560
|
+
"type" : "primitive",
|
|
93561
|
+
"primitive" : "STRING"
|
|
93562
|
+
}
|
|
93563
|
+
}
|
|
93564
|
+
},
|
|
93565
|
+
"paramType" : {
|
|
93566
|
+
"type" : "query",
|
|
93567
|
+
"query" : {
|
|
93568
|
+
"paramId" : "start"
|
|
93569
|
+
}
|
|
93570
|
+
},
|
|
93571
|
+
"docs" : "Start bound as ISO-8601 timestamp (e.g., \"2024-01-01T00:00:00Z\"). Must be provided together with end, or neither.",
|
|
93572
|
+
"markers" : [ ],
|
|
93573
|
+
"tags" : [ ]
|
|
93574
|
+
}, {
|
|
93575
|
+
"argName" : "end",
|
|
93576
|
+
"type" : {
|
|
93577
|
+
"type" : "optional",
|
|
93578
|
+
"optional" : {
|
|
93579
|
+
"itemType" : {
|
|
93580
|
+
"type" : "primitive",
|
|
93581
|
+
"primitive" : "STRING"
|
|
93582
|
+
}
|
|
93583
|
+
}
|
|
93584
|
+
},
|
|
93585
|
+
"paramType" : {
|
|
93586
|
+
"type" : "query",
|
|
93587
|
+
"query" : {
|
|
93588
|
+
"paramId" : "end"
|
|
93589
|
+
}
|
|
93590
|
+
},
|
|
93591
|
+
"docs" : "End bound as ISO-8601 timestamp (e.g., \"2024-01-01T01:00:00Z\"). Must be provided together with start, or neither.",
|
|
93592
|
+
"markers" : [ ],
|
|
93593
|
+
"tags" : [ ]
|
|
93053
93594
|
} ],
|
|
93054
93595
|
"returns" : {
|
|
93055
93596
|
"type" : "primitive",
|
|
93056
93597
|
"primitive" : "BINARY"
|
|
93057
93598
|
},
|
|
93058
|
-
"docs" : "Generates an HLS playlist for a video
|
|
93059
|
-
"deprecated" : "Replaced by getPlaylistInBounds. Will be removed after April 15th.",
|
|
93599
|
+
"docs" : "Generates an HLS playlist for a video within optional time bounds.\nUses GET with query parameters for HLS.js compatibility.\nThe HLS playlist will contain links to all of the segments in the video that overlap with the given bounds,\nor all segments if no bounds are provided.\n\nNote: The start and end parameters must either both be provided or both be omitted.\nProviding only one will result in a MissingTimestampBoundPair error.\n",
|
|
93060
93600
|
"markers" : [ ],
|
|
93061
93601
|
"tags" : [ ]
|
|
93062
93602
|
}, {
|
|
@@ -93143,6 +93683,7 @@
|
|
|
93143
93683
|
"primitive" : "BINARY"
|
|
93144
93684
|
},
|
|
93145
93685
|
"docs" : "Generates an HLS playlist for a video with the given video rid to enable playback within an optional set of\nbounds. The HLS playlist will contain links to all of the segments in the video that overlap with the given \nbounds.\nplaylist will be limited to the given bounds.\n",
|
|
93686
|
+
"deprecated" : "Use getPlaylist (GET) for HLS.js compatibility.",
|
|
93146
93687
|
"markers" : [ ],
|
|
93147
93688
|
"tags" : [ ]
|
|
93148
93689
|
}, {
|
|
@@ -93174,6 +93715,154 @@
|
|
|
93174
93715
|
"primitive" : "BINARY"
|
|
93175
93716
|
},
|
|
93176
93717
|
"docs" : "Generates an HLS playlist for a video channel series (identified by channel + tags) within an optional set of\nbounds then generates a playlist for all matching video segments.\n",
|
|
93718
|
+
"deprecated" : "Use getPlaylistForChannel (GET) for HLS.js compatibility.",
|
|
93719
|
+
"markers" : [ ],
|
|
93720
|
+
"tags" : [ ]
|
|
93721
|
+
}, {
|
|
93722
|
+
"endpointName" : "getPlaylistForChannel",
|
|
93723
|
+
"httpMethod" : "GET",
|
|
93724
|
+
"httpPath" : "/video/v1/videos/channel/playlist",
|
|
93725
|
+
"auth" : {
|
|
93726
|
+
"type" : "header",
|
|
93727
|
+
"header" : { }
|
|
93728
|
+
},
|
|
93729
|
+
"args" : [ {
|
|
93730
|
+
"argName" : "dataSourceRid",
|
|
93731
|
+
"type" : {
|
|
93732
|
+
"type" : "optional",
|
|
93733
|
+
"optional" : {
|
|
93734
|
+
"itemType" : {
|
|
93735
|
+
"type" : "reference",
|
|
93736
|
+
"reference" : {
|
|
93737
|
+
"name" : "DataSourceRid",
|
|
93738
|
+
"package" : "io.nominal.api.rids"
|
|
93739
|
+
}
|
|
93740
|
+
}
|
|
93741
|
+
}
|
|
93742
|
+
},
|
|
93743
|
+
"paramType" : {
|
|
93744
|
+
"type" : "query",
|
|
93745
|
+
"query" : {
|
|
93746
|
+
"paramId" : "dataSourceRid"
|
|
93747
|
+
}
|
|
93748
|
+
},
|
|
93749
|
+
"docs" : "Data source RID (mutually exclusive with assetRid)",
|
|
93750
|
+
"markers" : [ ],
|
|
93751
|
+
"tags" : [ ]
|
|
93752
|
+
}, {
|
|
93753
|
+
"argName" : "assetRid",
|
|
93754
|
+
"type" : {
|
|
93755
|
+
"type" : "optional",
|
|
93756
|
+
"optional" : {
|
|
93757
|
+
"itemType" : {
|
|
93758
|
+
"type" : "reference",
|
|
93759
|
+
"reference" : {
|
|
93760
|
+
"name" : "AssetRid",
|
|
93761
|
+
"package" : "io.nominal.scout.rids.api"
|
|
93762
|
+
}
|
|
93763
|
+
}
|
|
93764
|
+
}
|
|
93765
|
+
},
|
|
93766
|
+
"paramType" : {
|
|
93767
|
+
"type" : "query",
|
|
93768
|
+
"query" : {
|
|
93769
|
+
"paramId" : "assetRid"
|
|
93770
|
+
}
|
|
93771
|
+
},
|
|
93772
|
+
"docs" : "Asset RID (mutually exclusive with dataSourceRid, requires dataScopeName)",
|
|
93773
|
+
"markers" : [ ],
|
|
93774
|
+
"tags" : [ ]
|
|
93775
|
+
}, {
|
|
93776
|
+
"argName" : "dataScopeName",
|
|
93777
|
+
"type" : {
|
|
93778
|
+
"type" : "optional",
|
|
93779
|
+
"optional" : {
|
|
93780
|
+
"itemType" : {
|
|
93781
|
+
"type" : "primitive",
|
|
93782
|
+
"primitive" : "STRING"
|
|
93783
|
+
}
|
|
93784
|
+
}
|
|
93785
|
+
},
|
|
93786
|
+
"paramType" : {
|
|
93787
|
+
"type" : "query",
|
|
93788
|
+
"query" : {
|
|
93789
|
+
"paramId" : "dataScopeName"
|
|
93790
|
+
}
|
|
93791
|
+
},
|
|
93792
|
+
"docs" : "Data scope name (required when using assetRid)",
|
|
93793
|
+
"markers" : [ ],
|
|
93794
|
+
"tags" : [ ]
|
|
93795
|
+
}, {
|
|
93796
|
+
"argName" : "channel",
|
|
93797
|
+
"type" : {
|
|
93798
|
+
"type" : "primitive",
|
|
93799
|
+
"primitive" : "STRING"
|
|
93800
|
+
},
|
|
93801
|
+
"paramType" : {
|
|
93802
|
+
"type" : "query",
|
|
93803
|
+
"query" : {
|
|
93804
|
+
"paramId" : "channel"
|
|
93805
|
+
}
|
|
93806
|
+
},
|
|
93807
|
+
"docs" : "Channel name",
|
|
93808
|
+
"markers" : [ ],
|
|
93809
|
+
"tags" : [ ]
|
|
93810
|
+
}, {
|
|
93811
|
+
"argName" : "tags",
|
|
93812
|
+
"type" : {
|
|
93813
|
+
"type" : "optional",
|
|
93814
|
+
"optional" : {
|
|
93815
|
+
"itemType" : {
|
|
93816
|
+
"type" : "primitive",
|
|
93817
|
+
"primitive" : "STRING"
|
|
93818
|
+
}
|
|
93819
|
+
}
|
|
93820
|
+
},
|
|
93821
|
+
"paramType" : {
|
|
93822
|
+
"type" : "query",
|
|
93823
|
+
"query" : {
|
|
93824
|
+
"paramId" : "tags"
|
|
93825
|
+
}
|
|
93826
|
+
},
|
|
93827
|
+
"docs" : "Tags as JSON-encoded map (e.g., {\"vehicle\":\"car1\"})",
|
|
93828
|
+
"markers" : [ ],
|
|
93829
|
+
"tags" : [ ]
|
|
93830
|
+
}, {
|
|
93831
|
+
"argName" : "start",
|
|
93832
|
+
"type" : {
|
|
93833
|
+
"type" : "primitive",
|
|
93834
|
+
"primitive" : "STRING"
|
|
93835
|
+
},
|
|
93836
|
+
"paramType" : {
|
|
93837
|
+
"type" : "query",
|
|
93838
|
+
"query" : {
|
|
93839
|
+
"paramId" : "start"
|
|
93840
|
+
}
|
|
93841
|
+
},
|
|
93842
|
+
"docs" : "Required start bound as ISO-8601 timestamp (e.g., \"2024-01-01T00:00:00Z\"). Must be provided with end.",
|
|
93843
|
+
"markers" : [ ],
|
|
93844
|
+
"tags" : [ ]
|
|
93845
|
+
}, {
|
|
93846
|
+
"argName" : "end",
|
|
93847
|
+
"type" : {
|
|
93848
|
+
"type" : "primitive",
|
|
93849
|
+
"primitive" : "STRING"
|
|
93850
|
+
},
|
|
93851
|
+
"paramType" : {
|
|
93852
|
+
"type" : "query",
|
|
93853
|
+
"query" : {
|
|
93854
|
+
"paramId" : "end"
|
|
93855
|
+
}
|
|
93856
|
+
},
|
|
93857
|
+
"docs" : "Required end bound as ISO-8601 timestamp (e.g., \"2024-01-01T01:00:00Z\"). Must be provided with start.",
|
|
93858
|
+
"markers" : [ ],
|
|
93859
|
+
"tags" : [ ]
|
|
93860
|
+
} ],
|
|
93861
|
+
"returns" : {
|
|
93862
|
+
"type" : "primitive",
|
|
93863
|
+
"primitive" : "BINARY"
|
|
93864
|
+
},
|
|
93865
|
+
"docs" : "Generates an HLS playlist for a video channel series within time bounds.\nSpecify either dataSourceRid OR (assetRid + dataScopeName) to identify the channel source.\n\nNote: Both start and end parameters are required and must be provided together.\n",
|
|
93177
93866
|
"markers" : [ ],
|
|
93178
93867
|
"tags" : [ ]
|
|
93179
93868
|
}, {
|