cribl-control-plane 0.0.23 → 0.0.24-alpha
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.
- package/README.md +2 -2
- package/dist/commonjs/funcs/versioningGetVersionCount.d.ts +1 -1
- package/dist/commonjs/funcs/versioningGetVersionCount.js +1 -1
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/lib/config.js.map +1 -1
- package/dist/commonjs/sdk/versioning.d.ts +1 -1
- package/dist/commonjs/sdk/versioning.js +1 -1
- package/dist/esm/funcs/versioningGetVersionCount.d.ts +1 -1
- package/dist/esm/funcs/versioningGetVersionCount.js +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/lib/config.js.map +1 -1
- package/dist/esm/sdk/versioning.d.ts +1 -1
- package/dist/esm/sdk/versioning.js +1 -1
- package/docs/sdks/versioning/README.md +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/versioningGetVersionCount.ts +1 -1
- package/src/lib/config.ts +2 -2
- package/src/sdk/versioning.ts +1 -1
package/README.md
CHANGED
|
@@ -218,7 +218,7 @@ run();
|
|
|
218
218
|
|
|
219
219
|
* [getVersionBranch](docs/sdks/versioning/README.md#getversionbranch) - get the list of branches
|
|
220
220
|
* [createVersionCommit](docs/sdks/versioning/README.md#createversioncommit) - create a new commit containing the current configs the given log message describing the changes.
|
|
221
|
-
* [getVersionCount](docs/sdks/versioning/README.md#getversioncount) -
|
|
221
|
+
* [getVersionCount](docs/sdks/versioning/README.md#getversioncount) - Lorem ipsum version count dummy summary change
|
|
222
222
|
* [getVersionCurrentBranch](docs/sdks/versioning/README.md#getversioncurrentbranch) - returns git branch that the config is checked out to, if any
|
|
223
223
|
* [getVersionDiff](docs/sdks/versioning/README.md#getversiondiff) - get the textual diff for given commit
|
|
224
224
|
* [getVersionFiles](docs/sdks/versioning/README.md#getversionfiles) - get the files changed
|
|
@@ -300,7 +300,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
|
|
|
300
300
|
- [`versioningCreateVersionSync`](docs/sdks/versioning/README.md#createversionsync) - syncs with remote repo via POST requests
|
|
301
301
|
- [`versioningCreateVersionUndo`](docs/sdks/versioning/README.md#createversionundo) - undo the last commit
|
|
302
302
|
- [`versioningGetVersionBranch`](docs/sdks/versioning/README.md#getversionbranch) - get the list of branches
|
|
303
|
-
- [`versioningGetVersionCount`](docs/sdks/versioning/README.md#getversioncount) -
|
|
303
|
+
- [`versioningGetVersionCount`](docs/sdks/versioning/README.md#getversioncount) - Lorem ipsum version count dummy summary change
|
|
304
304
|
- [`versioningGetVersionCurrentBranch`](docs/sdks/versioning/README.md#getversioncurrentbranch) - returns git branch that the config is checked out to, if any
|
|
305
305
|
- [`versioningGetVersionDiff`](docs/sdks/versioning/README.md#getversiondiff) - get the textual diff for given commit
|
|
306
306
|
- [`versioningGetVersionFiles`](docs/sdks/versioning/README.md#getversionfiles) - get the files changed
|
|
@@ -9,7 +9,7 @@ import * as operations from "../models/operations/index.js";
|
|
|
9
9
|
import { APIPromise } from "../types/async.js";
|
|
10
10
|
import { Result } from "../types/fp.js";
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* Lorem ipsum version count dummy summary change
|
|
13
13
|
*
|
|
14
14
|
* @remarks
|
|
15
15
|
* get the count of files of changed
|
|
@@ -47,7 +47,7 @@ const errors = __importStar(require("../models/errors/index.js"));
|
|
|
47
47
|
const operations = __importStar(require("../models/operations/index.js"));
|
|
48
48
|
const async_js_1 = require("../types/async.js");
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* Lorem ipsum version count dummy summary change
|
|
51
51
|
*
|
|
52
52
|
* @remarks
|
|
53
53
|
* get the count of files of changed
|
|
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
35
35
|
export declare const SDK_METADATA: {
|
|
36
36
|
readonly language: "typescript";
|
|
37
37
|
readonly openapiDocVersion: "4.14.0-alpha.1753854543129-e0f06d67";
|
|
38
|
-
readonly sdkVersion: "0.0.
|
|
38
|
+
readonly sdkVersion: "0.0.24-alpha";
|
|
39
39
|
readonly genVersion: "2.660.0";
|
|
40
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.0.
|
|
40
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.0.24-alpha 2.660.0 4.14.0-alpha.1753854543129-e0f06d67 cribl-control-plane";
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
|
|
|
28
28
|
exports.SDK_METADATA = {
|
|
29
29
|
language: "typescript",
|
|
30
30
|
openapiDocVersion: "4.14.0-alpha.1753854543129-e0f06d67",
|
|
31
|
-
sdkVersion: "0.0.
|
|
31
|
+
sdkVersion: "0.0.24-alpha",
|
|
32
32
|
genVersion: "2.660.0",
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 0.0.
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 0.0.24-alpha 2.660.0 4.14.0-alpha.1753854543129-e0f06d67 cribl-control-plane",
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AA0CH,oDAeC;AAnDD,qCAA8C;AAE9C;;GAEG;AACU,QAAA,UAAU,GAAG;IACxB,GAAG;CACK,CAAC;AA6BX,SAAgB,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,kBAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,kBAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,IAAA,mBAAU,EAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAEY,QAAA,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,qCAAqC;IACxD,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AA0CH,oDAeC;AAnDD,qCAA8C;AAE9C;;GAEG;AACU,QAAA,UAAU,GAAG;IACxB,GAAG;CACK,CAAC;AA6BX,SAAgB,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,kBAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,kBAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,IAAA,mBAAU,EAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAEY,QAAA,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,qCAAqC;IACxD,UAAU,EAAE,cAAc;IAC1B,UAAU,EAAE,SAAS;IACrB,SAAS,EACP,uGAAuG;CACjG,CAAC"}
|
|
@@ -17,7 +17,7 @@ export declare class Versioning extends ClientSDK {
|
|
|
17
17
|
*/
|
|
18
18
|
createVersionCommit(request: models.GitCommitParams, options?: RequestOptions): Promise<operations.CreateVersionCommitResponse>;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Lorem ipsum version count dummy summary change
|
|
21
21
|
*
|
|
22
22
|
* @remarks
|
|
23
23
|
* get the count of files of changed
|
|
@@ -39,7 +39,7 @@ class Versioning extends sdks_js_1.ClientSDK {
|
|
|
39
39
|
return (0, fp_js_1.unwrapAsync)((0, versioningCreateVersionCommit_js_1.versioningCreateVersionCommit)(this, request, options));
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* Lorem ipsum version count dummy summary change
|
|
43
43
|
*
|
|
44
44
|
* @remarks
|
|
45
45
|
* get the count of files of changed
|
|
@@ -9,7 +9,7 @@ import * as operations from "../models/operations/index.js";
|
|
|
9
9
|
import { APIPromise } from "../types/async.js";
|
|
10
10
|
import { Result } from "../types/fp.js";
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* Lorem ipsum version count dummy summary change
|
|
13
13
|
*
|
|
14
14
|
* @remarks
|
|
15
15
|
* get the count of files of changed
|
|
@@ -11,7 +11,7 @@ import * as errors from "../models/errors/index.js";
|
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { APIPromise } from "../types/async.js";
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Lorem ipsum version count dummy summary change
|
|
15
15
|
*
|
|
16
16
|
* @remarks
|
|
17
17
|
* get the count of files of changed
|
package/dist/esm/lib/config.d.ts
CHANGED
|
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
35
35
|
export declare const SDK_METADATA: {
|
|
36
36
|
readonly language: "typescript";
|
|
37
37
|
readonly openapiDocVersion: "4.14.0-alpha.1753854543129-e0f06d67";
|
|
38
|
-
readonly sdkVersion: "0.0.
|
|
38
|
+
readonly sdkVersion: "0.0.24-alpha";
|
|
39
39
|
readonly genVersion: "2.660.0";
|
|
40
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.0.
|
|
40
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.0.24-alpha 2.660.0 4.14.0-alpha.1753854543129-e0f06d67 cribl-control-plane";
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.d.ts.map
|
package/dist/esm/lib/config.js
CHANGED
|
@@ -24,8 +24,8 @@ export function serverURLFromOptions(options) {
|
|
|
24
24
|
export const SDK_METADATA = {
|
|
25
25
|
language: "typescript",
|
|
26
26
|
openapiDocVersion: "4.14.0-alpha.1753854543129-e0f06d67",
|
|
27
|
-
sdkVersion: "0.0.
|
|
27
|
+
sdkVersion: "0.0.24-alpha",
|
|
28
28
|
genVersion: "2.660.0",
|
|
29
|
-
userAgent: "speakeasy-sdk/typescript 0.0.
|
|
29
|
+
userAgent: "speakeasy-sdk/typescript 0.0.24-alpha 2.660.0 4.14.0-alpha.1753854543129-e0f06d67 cribl-control-plane",
|
|
30
30
|
};
|
|
31
31
|
//# sourceMappingURL=config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":"AAAA;;GAEG;AAMH,OAAO,EAAU,UAAU,EAAE,MAAM,UAAU,CAAC;AAE9C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,GAAG;CACK,CAAC;AA6BX,MAAM,UAAU,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,qCAAqC;IACxD,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":"AAAA;;GAEG;AAMH,OAAO,EAAU,UAAU,EAAE,MAAM,UAAU,CAAC;AAE9C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,GAAG;CACK,CAAC;AA6BX,MAAM,UAAU,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,qCAAqC;IACxD,UAAU,EAAE,cAAc;IAC1B,UAAU,EAAE,SAAS;IACrB,SAAS,EACP,uGAAuG;CACjG,CAAC"}
|
|
@@ -17,7 +17,7 @@ export declare class Versioning extends ClientSDK {
|
|
|
17
17
|
*/
|
|
18
18
|
createVersionCommit(request: models.GitCommitParams, options?: RequestOptions): Promise<operations.CreateVersionCommitResponse>;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Lorem ipsum version count dummy summary change
|
|
21
21
|
*
|
|
22
22
|
* @remarks
|
|
23
23
|
* get the count of files of changed
|
|
@@ -36,7 +36,7 @@ export class Versioning extends ClientSDK {
|
|
|
36
36
|
return unwrapAsync(versioningCreateVersionCommit(this, request, options));
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Lorem ipsum version count dummy summary change
|
|
40
40
|
*
|
|
41
41
|
* @remarks
|
|
42
42
|
* get the count of files of changed
|
|
@@ -9,7 +9,7 @@ Actions related to Versioning
|
|
|
9
9
|
|
|
10
10
|
* [getVersionBranch](#getversionbranch) - get the list of branches
|
|
11
11
|
* [createVersionCommit](#createversioncommit) - create a new commit containing the current configs the given log message describing the changes.
|
|
12
|
-
* [getVersionCount](#getversioncount) -
|
|
12
|
+
* [getVersionCount](#getversioncount) - Lorem ipsum version count dummy summary change
|
|
13
13
|
* [getVersionCurrentBranch](#getversioncurrentbranch) - returns git branch that the config is checked out to, if any
|
|
14
14
|
* [getVersionDiff](#getversiondiff) - get the textual diff for given commit
|
|
15
15
|
* [getVersionFiles](#getversionfiles) - get the files changed
|
package/jsr.json
CHANGED
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -62,8 +62,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
62
62
|
export const SDK_METADATA = {
|
|
63
63
|
language: "typescript",
|
|
64
64
|
openapiDocVersion: "4.14.0-alpha.1753854543129-e0f06d67",
|
|
65
|
-
sdkVersion: "0.0.
|
|
65
|
+
sdkVersion: "0.0.24-alpha",
|
|
66
66
|
genVersion: "2.660.0",
|
|
67
67
|
userAgent:
|
|
68
|
-
"speakeasy-sdk/typescript 0.0.
|
|
68
|
+
"speakeasy-sdk/typescript 0.0.24-alpha 2.660.0 4.14.0-alpha.1753854543129-e0f06d67 cribl-control-plane",
|
|
69
69
|
} as const;
|