oci-streaming 2.131.2 → 2.132.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.
Files changed (85) hide show
  1. package/lib/client.d.ts +39 -0
  2. package/lib/client.js +341 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/action-type.d.ts +32 -0
  5. package/lib/model/action-type.js +43 -0
  6. package/lib/model/action-type.js.map +1 -0
  7. package/lib/model/index.d.ts +22 -0
  8. package/lib/model/index.js +23 -1
  9. package/lib/model/index.js.map +1 -1
  10. package/lib/model/operation-status.d.ts +34 -0
  11. package/lib/model/operation-status.js +45 -0
  12. package/lib/model/operation-status.js.map +1 -0
  13. package/lib/model/operation-type.d.ts +35 -0
  14. package/lib/model/operation-type.js +46 -0
  15. package/lib/model/operation-type.js.map +1 -0
  16. package/lib/model/update-stream-pool-details.d.ts +6 -0
  17. package/lib/model/update-stream-pool-details.js.map +1 -1
  18. package/lib/model/work-request-error-collection.d.ts +26 -0
  19. package/lib/model/work-request-error-collection.js +61 -0
  20. package/lib/model/work-request-error-collection.js.map +1 -0
  21. package/lib/model/work-request-error.d.ts +35 -0
  22. package/lib/model/work-request-error.js +29 -0
  23. package/lib/model/work-request-error.js.map +1 -0
  24. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  25. package/lib/model/work-request-log-entry-collection.js +61 -0
  26. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  27. package/lib/model/work-request-log-entry.d.ts +29 -0
  28. package/lib/model/work-request-log-entry.js +29 -0
  29. package/lib/model/work-request-log-entry.js.map +1 -0
  30. package/lib/model/work-request-resource.d.ts +42 -0
  31. package/lib/model/work-request-resource.js +29 -0
  32. package/lib/model/work-request-resource.js.map +1 -0
  33. package/lib/model/work-request-summary-collection.d.ts +26 -0
  34. package/lib/model/work-request-summary-collection.js +61 -0
  35. package/lib/model/work-request-summary-collection.js.map +1 -0
  36. package/lib/model/work-request-summary.d.ts +69 -0
  37. package/lib/model/work-request-summary.js +61 -0
  38. package/lib/model/work-request-summary.js.map +1 -0
  39. package/lib/model/work-request.d.ts +69 -0
  40. package/lib/model/work-request.js +61 -0
  41. package/lib/model/work-request.js.map +1 -0
  42. package/lib/request/get-work-request-request.d.ts +28 -0
  43. package/lib/request/get-work-request-request.js +15 -0
  44. package/lib/request/get-work-request-request.js.map +1 -0
  45. package/lib/request/index.d.ts +8 -0
  46. package/lib/request/index.js +7 -1
  47. package/lib/request/index.js.map +1 -1
  48. package/lib/request/list-work-request-errors-request.d.ts +55 -0
  49. package/lib/request/list-work-request-errors-request.js +28 -0
  50. package/lib/request/list-work-request-errors-request.js.map +1 -0
  51. package/lib/request/list-work-request-logs-request.d.ts +55 -0
  52. package/lib/request/list-work-request-logs-request.js +28 -0
  53. package/lib/request/list-work-request-logs-request.js.map +1 -0
  54. package/lib/request/list-work-requests-request.d.ts +63 -0
  55. package/lib/request/list-work-requests-request.js +28 -0
  56. package/lib/request/list-work-requests-request.js.map +1 -0
  57. package/lib/response/change-connect-harness-compartment-response.d.ts +6 -0
  58. package/lib/response/change-stream-compartment-response.d.ts +6 -0
  59. package/lib/response/change-stream-pool-compartment-response.d.ts +6 -0
  60. package/lib/response/create-connect-harness-response.d.ts +6 -0
  61. package/lib/response/create-stream-pool-response.d.ts +6 -0
  62. package/lib/response/create-stream-response.d.ts +6 -0
  63. package/lib/response/delete-connect-harness-response.d.ts +6 -0
  64. package/lib/response/delete-stream-pool-response.d.ts +6 -0
  65. package/lib/response/delete-stream-response.d.ts +6 -0
  66. package/lib/response/get-work-request-response.d.ts +25 -0
  67. package/lib/response/get-work-request-response.js +15 -0
  68. package/lib/response/get-work-request-response.js.map +1 -0
  69. package/lib/response/index.d.ts +8 -0
  70. package/lib/response/list-work-request-errors-response.d.ts +33 -0
  71. package/lib/response/list-work-request-errors-response.js +15 -0
  72. package/lib/response/list-work-request-errors-response.js.map +1 -0
  73. package/lib/response/list-work-request-logs-response.d.ts +33 -0
  74. package/lib/response/list-work-request-logs-response.js +15 -0
  75. package/lib/response/list-work-request-logs-response.js.map +1 -0
  76. package/lib/response/list-work-requests-response.d.ts +33 -0
  77. package/lib/response/list-work-requests-response.js +15 -0
  78. package/lib/response/list-work-requests-response.js.map +1 -0
  79. package/lib/response/update-connect-harness-response.d.ts +6 -0
  80. package/lib/response/update-stream-pool-response.d.ts +6 -0
  81. package/lib/response/update-stream-response.d.ts +6 -0
  82. package/lib/streamadmin-waiter.d.ts +7 -0
  83. package/lib/streamadmin-waiter.js +11 -0
  84. package/lib/streamadmin-waiter.js.map +1 -1
  85. package/package.json +3 -3
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180418
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-work-request-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-work-request-response.js","sourceRoot":"","sources":["../../../../../lib/streaming/lib/response/get-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -50,12 +50,20 @@ import * as GetStreamResponse from "./get-stream-response";
50
50
  export import GetStreamResponse = GetStreamResponse.GetStreamResponse;
51
51
  import * as GetStreamPoolResponse from "./get-stream-pool-response";
52
52
  export import GetStreamPoolResponse = GetStreamPoolResponse.GetStreamPoolResponse;
53
+ import * as GetWorkRequestResponse from "./get-work-request-response";
54
+ export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
53
55
  import * as ListConnectHarnessesResponse from "./list-connect-harnesses-response";
54
56
  export import ListConnectHarnessesResponse = ListConnectHarnessesResponse.ListConnectHarnessesResponse;
55
57
  import * as ListStreamPoolsResponse from "./list-stream-pools-response";
56
58
  export import ListStreamPoolsResponse = ListStreamPoolsResponse.ListStreamPoolsResponse;
57
59
  import * as ListStreamsResponse from "./list-streams-response";
58
60
  export import ListStreamsResponse = ListStreamsResponse.ListStreamsResponse;
61
+ import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
62
+ export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
63
+ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
64
+ export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
65
+ import * as ListWorkRequestsResponse from "./list-work-requests-response";
66
+ export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
59
67
  import * as UpdateConnectHarnessResponse from "./update-connect-harness-response";
60
68
  export import UpdateConnectHarnessResponse = UpdateConnectHarnessResponse.UpdateConnectHarnessResponse;
61
69
  import * as UpdateStreamResponse from "./update-stream-response";
@@ -0,0 +1,33 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180418
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListWorkRequestErrorsResponse {
15
+ /**
16
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
17
+ */
18
+ "opcNextPage": string;
19
+ /**
20
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
21
+ */
22
+ "opcPrevPage": string;
23
+ /**
24
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
25
+ * a particular request, please provide the request ID.
26
+ *
27
+ */
28
+ "opcRequestId": string;
29
+ /**
30
+ * The returned model.WorkRequestErrorCollection instance.
31
+ */
32
+ "workRequestErrorCollection": model.WorkRequestErrorCollection;
33
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180418
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-work-request-errors-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-request-errors-response.js","sourceRoot":"","sources":["../../../../../lib/streaming/lib/response/list-work-request-errors-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180418
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListWorkRequestLogsResponse {
15
+ /**
16
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
17
+ */
18
+ "opcNextPage": string;
19
+ /**
20
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
21
+ */
22
+ "opcPrevPage": string;
23
+ /**
24
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
25
+ * a particular request, please provide the request ID.
26
+ *
27
+ */
28
+ "opcRequestId": string;
29
+ /**
30
+ * The returned model.WorkRequestLogEntryCollection instance.
31
+ */
32
+ "workRequestLogEntryCollection": model.WorkRequestLogEntryCollection;
33
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180418
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-work-request-logs-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-request-logs-response.js","sourceRoot":"","sources":["../../../../../lib/streaming/lib/response/list-work-request-logs-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180418
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListWorkRequestsResponse {
15
+ /**
16
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
17
+ */
18
+ "opcNextPage": string;
19
+ /**
20
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
21
+ */
22
+ "opcPrevPage": string;
23
+ /**
24
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
25
+ * a particular request, please provide the request ID.
26
+ *
27
+ */
28
+ "opcRequestId": string;
29
+ /**
30
+ * The returned model.WorkRequestSummaryCollection instance.
31
+ */
32
+ "workRequestSummaryCollection": model.WorkRequestSummaryCollection;
33
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180418
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-work-requests-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-requests-response.js","sourceRoot":"","sources":["../../../../../lib/streaming/lib/response/list-work-requests-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -18,6 +18,12 @@ export interface UpdateConnectHarnessResponse {
18
18
  *
19
19
  */
20
20
  "opcRequestId": string;
21
+ /**
22
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query
23
+ * status of the asynchronous operation.
24
+ *
25
+ */
26
+ "opcWorkRequestId": string;
21
27
  /**
22
28
  * For optimistic concurrency control. See {@code if-match}.
23
29
  */
@@ -18,6 +18,12 @@ export interface UpdateStreamPoolResponse {
18
18
  *
19
19
  */
20
20
  "opcRequestId": string;
21
+ /**
22
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query
23
+ * status of the asynchronous operation.
24
+ *
25
+ */
26
+ "opcWorkRequestId": string;
21
27
  /**
22
28
  * For optimistic concurrency control. See {@code if-match}.
23
29
  */
@@ -18,6 +18,12 @@ export interface UpdateStreamResponse {
18
18
  *
19
19
  */
20
20
  "opcRequestId": string;
21
+ /**
22
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query
23
+ * status of the asynchronous operation.
24
+ *
25
+ */
26
+ "opcWorkRequestId": string;
21
27
  /**
22
28
  * For optimistic concurrency control. See {@code if-match}.
23
29
  */
@@ -42,4 +42,11 @@ export declare class StreamAdminWaiter {
42
42
  * @return response returns GetStreamPoolResponse | null (null in case of 404 response)
43
43
  */
44
44
  forStreamPool(request: serviceRequests.GetStreamPoolRequest, ...targetStates: models.StreamPool.LifecycleState[]): Promise<serviceResponses.GetStreamPoolResponse | null>;
45
+ /**
46
+ * Waits forWorkRequest
47
+ *
48
+ * @param request the request to send
49
+ * @return response returns GetWorkRequestResponse
50
+ */
51
+ forWorkRequest(request: serviceRequests.GetWorkRequestRequest): Promise<serviceResponses.GetWorkRequestResponse>;
45
52
  }
@@ -84,6 +84,17 @@ class StreamAdminWaiter {
84
84
  return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getStreamPool(request), response => targetStates.includes(response.streamPool.lifecycleState), targetStates.includes(models.StreamPool.LifecycleState.Deleted));
85
85
  });
86
86
  }
87
+ /**
88
+ * Waits forWorkRequest
89
+ *
90
+ * @param request the request to send
91
+ * @return response returns GetWorkRequestResponse
92
+ */
93
+ forWorkRequest(request) {
94
+ return __awaiter(this, void 0, void 0, function* () {
95
+ return oci_common_1.genericWaiter(this.config, () => this.client.getWorkRequest(request), response => (response.workRequest.timeFinished ? true : false));
96
+ });
97
+ }
87
98
  }
88
99
  exports.StreamAdminWaiter = StreamAdminWaiter;
89
100
  //# sourceMappingURL=streamadmin-waiter.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"streamadmin-waiter.js","sourceRoot":"","sources":["../../../../lib/streaming/lib/streamadmin-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,iBAAiB;IAC5B,YACU,MAAyB,EAChB,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAmB;QAChB,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,iBAAiB,CAC5B,OAAiD,EACjD,GAAG,YAAoD;;YAEvD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAC5C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,cAAc,CAAC,cAAe,CAAC,EAC1E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,cAAc,CAAC,cAAc,CAAC,OAAO,CAAC,CACpE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,SAAS,CACpB,OAAyC,EACzC,GAAG,YAA4C;;YAE/C,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,EACpC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,cAAe,CAAC,EAClE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,CAC5D,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,aAAa,CACxB,OAA6C,EAC7C,GAAG,YAAgD;;YAEnD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,EACxC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC,cAAe,CAAC,EACtE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,CAChE,CAAC;QACJ,CAAC;KAAA;CACF;AA9DD,8CA8DC"}
1
+ {"version":3,"file":"streamadmin-waiter.js","sourceRoot":"","sources":["../../../../lib/streaming/lib/streamadmin-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,iBAAiB;IAC5B,YACU,MAAyB,EAChB,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAmB;QAChB,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,iBAAiB,CAC5B,OAAiD,EACjD,GAAG,YAAoD;;YAEvD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAC5C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,cAAc,CAAC,cAAe,CAAC,EAC1E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,cAAc,CAAC,cAAc,CAAC,OAAO,CAAC,CACpE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,SAAS,CACpB,OAAyC,EACzC,GAAG,YAA4C;;YAE/C,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,EACpC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,cAAe,CAAC,EAClE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,CAC5D,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,aAAa,CACxB,OAA6C,EAC7C,GAAG,YAAgD;;YAEnD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,EACxC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC,cAAe,CAAC,EACtE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,CAChE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;AA9ED,8CA8EC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-streaming",
3
- "version": "2.131.2",
3
+ "version": "2.132.0",
4
4
  "description": "OCI NodeJS client for Streaming",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.131.2",
19
- "oci-workrequests": "2.131.2"
18
+ "oci-common": "2.132.0",
19
+ "oci-workrequests": "2.132.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"