cribl-control-plane 0.7.0-beta.25 → 0.7.0-beta.26
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.
|
@@ -26,9 +26,9 @@ export type SDKOptions = {
|
|
|
26
26
|
export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
27
27
|
export declare const SDK_METADATA: {
|
|
28
28
|
readonly language: "typescript";
|
|
29
|
-
readonly openapiDocVersion: "4.18.0-alpha.
|
|
30
|
-
readonly sdkVersion: "0.7.0-beta.
|
|
29
|
+
readonly openapiDocVersion: "4.18.0-alpha.1776467234517-c8429dbb";
|
|
30
|
+
readonly sdkVersion: "0.7.0-beta.26";
|
|
31
31
|
readonly genVersion: "2.881.2";
|
|
32
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.7.0-beta.
|
|
32
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.7.0-beta.26 2.881.2 4.18.0-alpha.1776467234517-c8429dbb cribl-control-plane";
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -17,9 +17,9 @@ function serverURLFromOptions(options) {
|
|
|
17
17
|
}
|
|
18
18
|
exports.SDK_METADATA = {
|
|
19
19
|
language: "typescript",
|
|
20
|
-
openapiDocVersion: "4.18.0-alpha.
|
|
21
|
-
sdkVersion: "0.7.0-beta.
|
|
20
|
+
openapiDocVersion: "4.18.0-alpha.1776467234517-c8429dbb",
|
|
21
|
+
sdkVersion: "0.7.0-beta.26",
|
|
22
22
|
genVersion: "2.881.2",
|
|
23
|
-
userAgent: "speakeasy-sdk/typescript 0.7.0-beta.
|
|
23
|
+
userAgent: "speakeasy-sdk/typescript 0.7.0-beta.26 2.881.2 4.18.0-alpha.1776467234517-c8429dbb cribl-control-plane",
|
|
24
24
|
};
|
|
25
25
|
//# sourceMappingURL=config.js.map
|
package/dist/esm/lib/config.d.ts
CHANGED
|
@@ -26,9 +26,9 @@ export type SDKOptions = {
|
|
|
26
26
|
export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
27
27
|
export declare const SDK_METADATA: {
|
|
28
28
|
readonly language: "typescript";
|
|
29
|
-
readonly openapiDocVersion: "4.18.0-alpha.
|
|
30
|
-
readonly sdkVersion: "0.7.0-beta.
|
|
29
|
+
readonly openapiDocVersion: "4.18.0-alpha.1776467234517-c8429dbb";
|
|
30
|
+
readonly sdkVersion: "0.7.0-beta.26";
|
|
31
31
|
readonly genVersion: "2.881.2";
|
|
32
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.7.0-beta.
|
|
32
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.7.0-beta.26 2.881.2 4.18.0-alpha.1776467234517-c8429dbb cribl-control-plane";
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=config.d.ts.map
|
package/dist/esm/lib/config.js
CHANGED
|
@@ -13,9 +13,9 @@ export function serverURLFromOptions(options) {
|
|
|
13
13
|
}
|
|
14
14
|
export const SDK_METADATA = {
|
|
15
15
|
language: "typescript",
|
|
16
|
-
openapiDocVersion: "4.18.0-alpha.
|
|
17
|
-
sdkVersion: "0.7.0-beta.
|
|
16
|
+
openapiDocVersion: "4.18.0-alpha.1776467234517-c8429dbb",
|
|
17
|
+
sdkVersion: "0.7.0-beta.26",
|
|
18
18
|
genVersion: "2.881.2",
|
|
19
|
-
userAgent: "speakeasy-sdk/typescript 0.7.0-beta.
|
|
19
|
+
userAgent: "speakeasy-sdk/typescript 0.7.0-beta.26 2.881.2 4.18.0-alpha.1776467234517-c8429dbb cribl-control-plane",
|
|
20
20
|
};
|
|
21
21
|
//# sourceMappingURL=config.js.map
|
package/jsr.json
CHANGED
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -46,9 +46,9 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
46
46
|
|
|
47
47
|
export const SDK_METADATA = {
|
|
48
48
|
language: "typescript",
|
|
49
|
-
openapiDocVersion: "4.18.0-alpha.
|
|
50
|
-
sdkVersion: "0.7.0-beta.
|
|
49
|
+
openapiDocVersion: "4.18.0-alpha.1776467234517-c8429dbb",
|
|
50
|
+
sdkVersion: "0.7.0-beta.26",
|
|
51
51
|
genVersion: "2.881.2",
|
|
52
52
|
userAgent:
|
|
53
|
-
"speakeasy-sdk/typescript 0.7.0-beta.
|
|
53
|
+
"speakeasy-sdk/typescript 0.7.0-beta.26 2.881.2 4.18.0-alpha.1776467234517-c8429dbb cribl-control-plane",
|
|
54
54
|
} as const;
|