cribl-control-plane 0.7.0-beta.17 → 0.7.0-beta.18
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/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/models/inputservicenowtable.d.ts +1 -1
- package/dist/commonjs/models/operations/createinput.d.ts +1 -1
- package/dist/commonjs/models/operations/createinputsystembypack.d.ts +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/models/inputservicenowtable.d.ts +1 -1
- package/dist/esm/models/operations/createinput.d.ts +1 -1
- package/dist/esm/models/operations/createinputsystembypack.d.ts +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/inputservicenowtable.ts +1 -1
- package/src/models/operations/createinput.ts +1 -1
- package/src/models/operations/createinputsystembypack.ts +1 -1
|
@@ -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.1775516611127-facfe159";
|
|
30
|
+
readonly sdkVersion: "0.7.0-beta.18";
|
|
31
31
|
readonly genVersion: "2.879.6";
|
|
32
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.7.0-beta.
|
|
32
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.7.0-beta.18 2.879.6 4.18.0-alpha.1775516611127-facfe159 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.1775516611127-facfe159",
|
|
21
|
+
sdkVersion: "0.7.0-beta.18",
|
|
22
22
|
genVersion: "2.879.6",
|
|
23
|
-
userAgent: "speakeasy-sdk/typescript 0.7.0-beta.
|
|
23
|
+
userAgent: "speakeasy-sdk/typescript 0.7.0-beta.18 2.879.6 4.18.0-alpha.1775516611127-facfe159 cribl-control-plane",
|
|
24
24
|
};
|
|
25
25
|
//# sourceMappingURL=config.js.map
|
|
@@ -92,7 +92,7 @@ export type InputServicenowTable = {
|
|
|
92
92
|
connections?: Array<ItemsTypeConnectionsOptional> | undefined;
|
|
93
93
|
pq?: PqType | undefined;
|
|
94
94
|
/**
|
|
95
|
-
* ServiceNow instance base URL for Table API requests. Enter a literal URL (https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
95
|
+
* ServiceNow instance base URL for Table API requests. Enter a literal URL (http or https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
96
96
|
*/
|
|
97
97
|
instance: string;
|
|
98
98
|
/**
|
|
@@ -432,7 +432,7 @@ export type CreateInputInputServicenowTable = {
|
|
|
432
432
|
connections?: Array<models.ItemsTypeConnectionsOptional> | undefined;
|
|
433
433
|
pq?: models.PqType | undefined;
|
|
434
434
|
/**
|
|
435
|
-
* ServiceNow instance base URL for Table API requests. Enter a literal URL (https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
435
|
+
* ServiceNow instance base URL for Table API requests. Enter a literal URL (http or https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
436
436
|
*/
|
|
437
437
|
instance: string;
|
|
438
438
|
/**
|
|
@@ -432,7 +432,7 @@ export type CreateInputSystemByPackInputServicenowTable = {
|
|
|
432
432
|
connections?: Array<models.ItemsTypeConnectionsOptional> | undefined;
|
|
433
433
|
pq?: models.PqType | undefined;
|
|
434
434
|
/**
|
|
435
|
-
* ServiceNow instance base URL for Table API requests. Enter a literal URL (https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
435
|
+
* ServiceNow instance base URL for Table API requests. Enter a literal URL (http or https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
436
436
|
*/
|
|
437
437
|
instance: string;
|
|
438
438
|
/**
|
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.1775516611127-facfe159";
|
|
30
|
+
readonly sdkVersion: "0.7.0-beta.18";
|
|
31
31
|
readonly genVersion: "2.879.6";
|
|
32
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.7.0-beta.
|
|
32
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.7.0-beta.18 2.879.6 4.18.0-alpha.1775516611127-facfe159 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.1775516611127-facfe159",
|
|
17
|
+
sdkVersion: "0.7.0-beta.18",
|
|
18
18
|
genVersion: "2.879.6",
|
|
19
|
-
userAgent: "speakeasy-sdk/typescript 0.7.0-beta.
|
|
19
|
+
userAgent: "speakeasy-sdk/typescript 0.7.0-beta.18 2.879.6 4.18.0-alpha.1775516611127-facfe159 cribl-control-plane",
|
|
20
20
|
};
|
|
21
21
|
//# sourceMappingURL=config.js.map
|
|
@@ -92,7 +92,7 @@ export type InputServicenowTable = {
|
|
|
92
92
|
connections?: Array<ItemsTypeConnectionsOptional> | undefined;
|
|
93
93
|
pq?: PqType | undefined;
|
|
94
94
|
/**
|
|
95
|
-
* ServiceNow instance base URL for Table API requests. Enter a literal URL (https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
95
|
+
* ServiceNow instance base URL for Table API requests. Enter a literal URL (http or https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
96
96
|
*/
|
|
97
97
|
instance: string;
|
|
98
98
|
/**
|
|
@@ -432,7 +432,7 @@ export type CreateInputInputServicenowTable = {
|
|
|
432
432
|
connections?: Array<models.ItemsTypeConnectionsOptional> | undefined;
|
|
433
433
|
pq?: models.PqType | undefined;
|
|
434
434
|
/**
|
|
435
|
-
* ServiceNow instance base URL for Table API requests. Enter a literal URL (https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
435
|
+
* ServiceNow instance base URL for Table API requests. Enter a literal URL (http or https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
436
436
|
*/
|
|
437
437
|
instance: string;
|
|
438
438
|
/**
|
|
@@ -432,7 +432,7 @@ export type CreateInputSystemByPackInputServicenowTable = {
|
|
|
432
432
|
connections?: Array<models.ItemsTypeConnectionsOptional> | undefined;
|
|
433
433
|
pq?: models.PqType | undefined;
|
|
434
434
|
/**
|
|
435
|
-
* ServiceNow instance base URL for Table API requests. Enter a literal URL (https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
435
|
+
* ServiceNow instance base URL for Table API requests. Enter a literal URL (http or https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
436
436
|
*/
|
|
437
437
|
instance: string;
|
|
438
438
|
/**
|
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.1775516611127-facfe159",
|
|
50
|
+
sdkVersion: "0.7.0-beta.18",
|
|
51
51
|
genVersion: "2.879.6",
|
|
52
52
|
userAgent:
|
|
53
|
-
"speakeasy-sdk/typescript 0.7.0-beta.
|
|
53
|
+
"speakeasy-sdk/typescript 0.7.0-beta.18 2.879.6 4.18.0-alpha.1775516611127-facfe159 cribl-control-plane",
|
|
54
54
|
} as const;
|
|
@@ -138,7 +138,7 @@ export type InputServicenowTable = {
|
|
|
138
138
|
connections?: Array<ItemsTypeConnectionsOptional> | undefined;
|
|
139
139
|
pq?: PqType | undefined;
|
|
140
140
|
/**
|
|
141
|
-
* ServiceNow instance base URL for Table API requests. Enter a literal URL (https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
141
|
+
* ServiceNow instance base URL for Table API requests. Enter a literal URL (http or https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
142
142
|
*/
|
|
143
143
|
instance: string;
|
|
144
144
|
/**
|
|
@@ -451,7 +451,7 @@ export type CreateInputInputServicenowTable = {
|
|
|
451
451
|
connections?: Array<models.ItemsTypeConnectionsOptional> | undefined;
|
|
452
452
|
pq?: models.PqType | undefined;
|
|
453
453
|
/**
|
|
454
|
-
* ServiceNow instance base URL for Table API requests. Enter a literal URL (https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
454
|
+
* ServiceNow instance base URL for Table API requests. Enter a literal URL (http or https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
455
455
|
*/
|
|
456
456
|
instance: string;
|
|
457
457
|
/**
|
|
@@ -454,7 +454,7 @@ export type CreateInputSystemByPackInputServicenowTable = {
|
|
|
454
454
|
connections?: Array<models.ItemsTypeConnectionsOptional> | undefined;
|
|
455
455
|
pq?: models.PqType | undefined;
|
|
456
456
|
/**
|
|
457
|
-
* ServiceNow instance base URL for Table API requests. Enter a literal URL (https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
457
|
+
* ServiceNow instance base URL for Table API requests. Enter a literal URL (http or https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
|
|
458
458
|
*/
|
|
459
459
|
instance: string;
|
|
460
460
|
/**
|