@roarkanalytics/sdk 3.14.0 → 3.15.0

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.
@@ -113,6 +113,13 @@ export namespace HTTPRequestDefinitionCreateResponse {
113
113
  */
114
114
  headers: { [key: string]: string };
115
115
 
116
+ /**
117
+ * Whether this definition is managed by config-as-code. A managed definition is
118
+ * reconciled from your config: PUT returns 409, and changes belong in the config
119
+ * file (or detach it first).
120
+ */
121
+ isConfigManaged: boolean;
122
+
116
123
  /**
117
124
  * HTTP method: POST, PUT, PATCH, or GET
118
125
  */
@@ -182,6 +189,13 @@ export namespace HTTPRequestDefinitionUpdateResponse {
182
189
  */
183
190
  headers: { [key: string]: string };
184
191
 
192
+ /**
193
+ * Whether this definition is managed by config-as-code. A managed definition is
194
+ * reconciled from your config: PUT returns 409, and changes belong in the config
195
+ * file (or detach it first).
196
+ */
197
+ isConfigManaged: boolean;
198
+
185
199
  /**
186
200
  * HTTP method: POST, PUT, PATCH, or GET
187
201
  */
@@ -245,6 +259,13 @@ export namespace HTTPRequestDefinitionListResponse {
245
259
  */
246
260
  headers: { [key: string]: string };
247
261
 
262
+ /**
263
+ * Whether this definition is managed by config-as-code. A managed definition is
264
+ * reconciled from your config: PUT returns 409, and changes belong in the config
265
+ * file (or detach it first).
266
+ */
267
+ isConfigManaged: boolean;
268
+
248
269
  /**
249
270
  * HTTP method: POST, PUT, PATCH, or GET
250
271
  */
@@ -326,6 +347,13 @@ export namespace HTTPRequestDefinitionGetByIDResponse {
326
347
  */
327
348
  headers: { [key: string]: string };
328
349
 
350
+ /**
351
+ * Whether this definition is managed by config-as-code. A managed definition is
352
+ * reconciled from your config: PUT returns 409, and changes belong in the config
353
+ * file (or detach it first).
354
+ */
355
+ isConfigManaged: boolean;
356
+
329
357
  /**
330
358
  * HTTP method: POST, PUT, PATCH, or GET
331
359
  */
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '3.14.0'; // x-release-please-version
1
+ export const VERSION = '3.15.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "3.14.0";
1
+ export declare const VERSION = "3.15.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "3.14.0";
1
+ export declare const VERSION = "3.15.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '3.14.0'; // x-release-please-version
4
+ exports.VERSION = '3.15.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '3.14.0'; // x-release-please-version
1
+ export const VERSION = '3.15.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map