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.
@@ -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.1775343982053-c9684c44";
30
- readonly sdkVersion: "0.7.0-beta.17";
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.17 2.879.6 4.18.0-alpha.1775343982053-c9684c44 cribl-control-plane";
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.1775343982053-c9684c44",
21
- sdkVersion: "0.7.0-beta.17",
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.17 2.879.6 4.18.0-alpha.1775343982053-c9684c44 cribl-control-plane",
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
  /**
@@ -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.1775343982053-c9684c44";
30
- readonly sdkVersion: "0.7.0-beta.17";
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.17 2.879.6 4.18.0-alpha.1775343982053-c9684c44 cribl-control-plane";
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
@@ -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.1775343982053-c9684c44",
17
- sdkVersion: "0.7.0-beta.17",
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.17 2.879.6 4.18.0-alpha.1775343982053-c9684c44 cribl-control-plane",
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "cribl-control-plane",
5
- "version": "0.7.0-beta.17",
5
+ "version": "0.7.0-beta.18",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cribl-control-plane",
3
- "version": "0.7.0-beta.17",
3
+ "version": "0.7.0-beta.18",
4
4
  "author": "Speakeasy",
5
5
  "type": "module",
6
6
  "tshy": {
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.1775343982053-c9684c44",
50
- sdkVersion: "0.7.0-beta.17",
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.17 2.879.6 4.18.0-alpha.1775343982053-c9684c44 cribl-control-plane",
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
  /**