@grafana/openapi 13.0.0-23884584645 → 13.0.0-23887865261

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.
@@ -6921,17 +6921,6 @@
6921
6921
  "title": "Label is a key/value pair of strings.",
6922
6922
  "type": "object"
6923
6923
  },
6924
- "LabelSet": {
6925
- "additionalProperties": {
6926
- "$ref": "#/components/schemas/LabelValue"
6927
- },
6928
- "description": "A LabelSet is a collection of LabelName and LabelValue pairs. The LabelSet\nmay be fully-qualified down to the point where it may resolve to a single\nMetric in the data store or not. All operations that occur within the realm\nof a LabelSet can emit a vector of Metric entities to which the LabelSet may\nmatch.",
6929
- "type": "object"
6930
- },
6931
- "LabelValue": {
6932
- "title": "A LabelValue is an associated value for a LabelName.",
6933
- "type": "string"
6934
- },
6935
6924
  "Labels": {
6936
6925
  "description": "Labels is a sorted set of labels. Order has to be guaranteed upon\ninstantiation.",
6937
6926
  "items": {
@@ -11576,80 +11565,6 @@
11576
11565
  "TempUserStatus": {
11577
11566
  "type": "string"
11578
11567
  },
11579
- "TestReceiverConfigResult": {
11580
- "properties": {
11581
- "error": {
11582
- "type": "string"
11583
- },
11584
- "name": {
11585
- "type": "string"
11586
- },
11587
- "status": {
11588
- "type": "string"
11589
- },
11590
- "uid": {
11591
- "type": "string"
11592
- }
11593
- },
11594
- "type": "object"
11595
- },
11596
- "TestReceiverResult": {
11597
- "properties": {
11598
- "grafana_managed_receiver_configs": {
11599
- "items": {
11600
- "$ref": "#/components/schemas/TestReceiverConfigResult"
11601
- },
11602
- "type": "array"
11603
- },
11604
- "name": {
11605
- "type": "string"
11606
- }
11607
- },
11608
- "type": "object"
11609
- },
11610
- "TestReceiversConfigAlertParams": {
11611
- "properties": {
11612
- "annotations": {
11613
- "$ref": "#/components/schemas/LabelSet"
11614
- },
11615
- "labels": {
11616
- "$ref": "#/components/schemas/LabelSet"
11617
- }
11618
- },
11619
- "type": "object"
11620
- },
11621
- "TestReceiversConfigBodyParams": {
11622
- "properties": {
11623
- "alert": {
11624
- "$ref": "#/components/schemas/TestReceiversConfigAlertParams"
11625
- },
11626
- "receivers": {
11627
- "items": {
11628
- "$ref": "#/components/schemas/PostableApiReceiver"
11629
- },
11630
- "type": "array"
11631
- }
11632
- },
11633
- "type": "object"
11634
- },
11635
- "TestReceiversResult": {
11636
- "properties": {
11637
- "alert": {
11638
- "$ref": "#/components/schemas/TestReceiversConfigAlertParams"
11639
- },
11640
- "notified_at": {
11641
- "format": "date-time",
11642
- "type": "string"
11643
- },
11644
- "receivers": {
11645
- "items": {
11646
- "$ref": "#/components/schemas/TestReceiverResult"
11647
- },
11648
- "type": "array"
11649
- }
11650
- },
11651
- "type": "object"
11652
- },
11653
11568
  "TestRulePayload": {
11654
11569
  "properties": {
11655
11570
  "expr": {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Grafana Labs",
3
3
  "license": "Apache-2.0",
4
4
  "name": "@grafana/openapi",
5
- "version": "13.0.0-23884584645",
5
+ "version": "13.0.0-23887865261",
6
6
  "description": "Grafana OpenApi Library",
7
7
  "keywords": [
8
8
  "grafana",