Skip to content

Commit

Permalink
publish salesflare
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 27, 2024
1 parent 2b8b578 commit 89d053a
Show file tree
Hide file tree
Showing 66 changed files with 133,542 additions and 1,767 deletions.
27 changes: 20 additions & 7 deletions sdks/db/browser-downloads/apidocs.launchdarkly.com/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -34087,7 +34087,7 @@
},
"unitAggregationType": {
"type": "string",
"description": "The method in which multiple unit event values are aggregated",
"description": "The method by which multiple unit event values are aggregated",
"example": "average",
"enum": [
"average",
Expand All @@ -34096,7 +34096,7 @@
},
"analysisType": {
"type": "string",
"description": "The strategy for analyzing metric events",
"description": "The method for analyzing metric events",
"example": "mean",
"enum": [
"mean",
Expand All @@ -34105,7 +34105,7 @@
},
"percentileValue": {
"type": "integer",
"description": "The percentile, an integer denoting the target percentile between 0 and 100. Only present when <code>analysisType</code> is <code>percentile</code>.",
"description": "The percentile for the analysis method. An integer denoting the target percentile between 0 and 100. Required when <code>analysisType</code> is <code>percentile</code>.",
"example": 95
},
"eventDefault": {
Expand Down Expand Up @@ -34209,12 +34209,25 @@
},
"unitAggregationType": {
"type": "string",
"description": "The method in which multiple unit event values are aggregated",
"description": "The method by which multiple unit event values are aggregated",
"example": "average",
"enum": [
"average",
"sum"
]
},
"analysisType": {
"type": "string",
"description": "The method for analyzing metric events",
"example": "mean"
},
"percentileValue": {
"type": "integer",
"description": "The percentile for the analysis method. An integer denoting the target percentile between 0 and 100. Required when <code>analysisType</code> is <code>percentile</code>.",
"example": 95
},
"eventDefault": {
"$ref": "#/components/schemas/MetricEventDefaultRep"
}
}
},
Expand Down Expand Up @@ -34365,7 +34378,7 @@
},
"unitAggregationType": {
"type": "string",
"description": "The method in which multiple unit event values are aggregated",
"description": "The method by which multiple unit event values are aggregated",
"example": "average",
"enum": [
"average",
Expand All @@ -34374,7 +34387,7 @@
},
"analysisType": {
"type": "string",
"description": "The strategy for analyzing metric events",
"description": "The method for analyzing metric events",
"example": "mean",
"enum": [
"mean",
Expand All @@ -34383,7 +34396,7 @@
},
"percentileValue": {
"type": "integer",
"description": "The percentile, an integer denoting the target percentile between 0 and 100. Only present when <code>analysisType</code> is <code>percentile</code>.",
"description": "The percentile for the analysis method. An integer denoting the target percentile between 0 and 100. Required when <code>analysisType</code> is <code>percentile</code>.",
"example": 95
},
"eventDefault": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hash: 69a8e8f9b4a1582756b56cc8843cef2d001fd3ff7598ceed3fbb7b2a9161809d
hash: cf9c4bbd6256c37b5300ad688a145fb95b10206e31086e54c1ad8b90f79d6679
methodObjects:
- url: /context
method: listOwnerContexts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hash: 0de48380d307900bdea4f896696c854adb86b804a7d774ad9500412ef6d41ace
hash: 38bb51fd39e9351643e299aab0aba4f64cd30749c33617eb1a92eea4d1fd4a6f
methodObjects:
- url: /v1/history
method: getGeneratedAudioMetadata
Expand Down
Loading

0 comments on commit 89d053a

Please sign in to comment.