oci-queue 2.50.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 (242) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +23 -0
  6. package/index.js +46 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +283 -0
  9. package/lib/client.js +1357 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-type.d.ts +31 -0
  12. package/lib/model/action-type.js +42 -0
  13. package/lib/model/action-type.js.map +1 -0
  14. package/lib/model/change-queue-compartment-details.d.ts +27 -0
  15. package/lib/model/change-queue-compartment-details.js +29 -0
  16. package/lib/model/change-queue-compartment-details.js.map +1 -0
  17. package/lib/model/create-queue-details.d.ts +67 -0
  18. package/lib/model/create-queue-details.js +29 -0
  19. package/lib/model/create-queue-details.js.map +1 -0
  20. package/lib/model/delete-messages-details-entry.d.ts +25 -0
  21. package/lib/model/delete-messages-details-entry.js +29 -0
  22. package/lib/model/delete-messages-details-entry.js.map +1 -0
  23. package/lib/model/delete-messages-details.d.ts +26 -0
  24. package/lib/model/delete-messages-details.js +61 -0
  25. package/lib/model/delete-messages-details.js.map +1 -0
  26. package/lib/model/delete-messages-result-entry.d.ts +32 -0
  27. package/lib/model/delete-messages-result-entry.js +29 -0
  28. package/lib/model/delete-messages-result-entry.js.map +1 -0
  29. package/lib/model/delete-messages-result.d.ts +38 -0
  30. package/lib/model/delete-messages-result.js +61 -0
  31. package/lib/model/delete-messages-result.js.map +1 -0
  32. package/lib/model/get-message.d.ts +47 -0
  33. package/lib/model/get-message.js +29 -0
  34. package/lib/model/get-message.js.map +1 -0
  35. package/lib/model/get-messages.d.ts +26 -0
  36. package/lib/model/get-messages.js +61 -0
  37. package/lib/model/get-messages.js.map +1 -0
  38. package/lib/model/index.d.ts +86 -0
  39. package/lib/model/index.js +109 -0
  40. package/lib/model/index.js.map +1 -0
  41. package/lib/model/operation-status.d.ts +32 -0
  42. package/lib/model/operation-status.js +43 -0
  43. package/lib/model/operation-status.js.map +1 -0
  44. package/lib/model/operation-type.d.ts +31 -0
  45. package/lib/model/operation-type.js +42 -0
  46. package/lib/model/operation-type.js.map +1 -0
  47. package/lib/model/purge-queue-details.d.ts +34 -0
  48. package/lib/model/purge-queue-details.js +35 -0
  49. package/lib/model/purge-queue-details.js.map +1 -0
  50. package/lib/model/put-message.d.ts +25 -0
  51. package/lib/model/put-message.js +29 -0
  52. package/lib/model/put-message.js.map +1 -0
  53. package/lib/model/put-messages-details-entry.d.ts +25 -0
  54. package/lib/model/put-messages-details-entry.js +29 -0
  55. package/lib/model/put-messages-details-entry.js.map +1 -0
  56. package/lib/model/put-messages-details.d.ts +26 -0
  57. package/lib/model/put-messages-details.js +61 -0
  58. package/lib/model/put-messages-details.js.map +1 -0
  59. package/lib/model/put-messages.d.ts +26 -0
  60. package/lib/model/put-messages.js +61 -0
  61. package/lib/model/put-messages.js.map +1 -0
  62. package/lib/model/queue-collection.d.ts +26 -0
  63. package/lib/model/queue-collection.js +61 -0
  64. package/lib/model/queue-collection.js.map +1 -0
  65. package/lib/model/queue-stats.d.ts +24 -0
  66. package/lib/model/queue-stats.js +55 -0
  67. package/lib/model/queue-stats.js.map +1 -0
  68. package/lib/model/queue-summary.d.ts +81 -0
  69. package/lib/model/queue-summary.js +29 -0
  70. package/lib/model/queue-summary.js.map +1 -0
  71. package/lib/model/queue.d.ts +114 -0
  72. package/lib/model/queue.js +43 -0
  73. package/lib/model/queue.js.map +1 -0
  74. package/lib/model/sort-order.d.ts +23 -0
  75. package/lib/model/sort-order.js +34 -0
  76. package/lib/model/sort-order.js.map +1 -0
  77. package/lib/model/stats.d.ts +33 -0
  78. package/lib/model/stats.js +29 -0
  79. package/lib/model/stats.js.map +1 -0
  80. package/lib/model/update-message-details.d.ts +25 -0
  81. package/lib/model/update-message-details.js +29 -0
  82. package/lib/model/update-message-details.js.map +1 -0
  83. package/lib/model/update-messages-details-entry.d.ts +29 -0
  84. package/lib/model/update-messages-details-entry.js +29 -0
  85. package/lib/model/update-messages-details-entry.js.map +1 -0
  86. package/lib/model/update-messages-details.d.ts +26 -0
  87. package/lib/model/update-messages-details.js +61 -0
  88. package/lib/model/update-messages-details.js.map +1 -0
  89. package/lib/model/update-messages-result-entry.d.ts +40 -0
  90. package/lib/model/update-messages-result-entry.js +29 -0
  91. package/lib/model/update-messages-result-entry.js.map +1 -0
  92. package/lib/model/update-messages-result.d.ts +38 -0
  93. package/lib/model/update-messages-result.js +61 -0
  94. package/lib/model/update-messages-result.js.map +1 -0
  95. package/lib/model/update-queue-details.d.ts +62 -0
  96. package/lib/model/update-queue-details.js +29 -0
  97. package/lib/model/update-queue-details.js.map +1 -0
  98. package/lib/model/updated-message.d.ts +29 -0
  99. package/lib/model/updated-message.js +29 -0
  100. package/lib/model/updated-message.js.map +1 -0
  101. package/lib/model/work-request-error-collection.d.ts +26 -0
  102. package/lib/model/work-request-error-collection.js +61 -0
  103. package/lib/model/work-request-error-collection.js.map +1 -0
  104. package/lib/model/work-request-error.d.ts +35 -0
  105. package/lib/model/work-request-error.js +29 -0
  106. package/lib/model/work-request-error.js.map +1 -0
  107. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  108. package/lib/model/work-request-log-entry-collection.js +61 -0
  109. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  110. package/lib/model/work-request-log-entry.d.ts +29 -0
  111. package/lib/model/work-request-log-entry.js +29 -0
  112. package/lib/model/work-request-log-entry.js.map +1 -0
  113. package/lib/model/work-request-resource.d.ts +42 -0
  114. package/lib/model/work-request-resource.js +29 -0
  115. package/lib/model/work-request-resource.js.map +1 -0
  116. package/lib/model/work-request-summary-collection.d.ts +26 -0
  117. package/lib/model/work-request-summary-collection.js +61 -0
  118. package/lib/model/work-request-summary-collection.js.map +1 -0
  119. package/lib/model/work-request-summary.d.ts +67 -0
  120. package/lib/model/work-request-summary.js +61 -0
  121. package/lib/model/work-request-summary.js.map +1 -0
  122. package/lib/model/work-request.d.ts +67 -0
  123. package/lib/model/work-request.js +61 -0
  124. package/lib/model/work-request.js.map +1 -0
  125. package/lib/queueadmin-waiter.d.ts +36 -0
  126. package/lib/queueadmin-waiter.js +76 -0
  127. package/lib/queueadmin-waiter.js.map +1 -0
  128. package/lib/request/change-queue-compartment-request.d.ts +40 -0
  129. package/lib/request/change-queue-compartment-request.js +15 -0
  130. package/lib/request/change-queue-compartment-request.js.map +1 -0
  131. package/lib/request/create-queue-request.d.ts +36 -0
  132. package/lib/request/create-queue-request.js +15 -0
  133. package/lib/request/create-queue-request.js.map +1 -0
  134. package/lib/request/delete-message-request.d.ts +30 -0
  135. package/lib/request/delete-message-request.js +15 -0
  136. package/lib/request/delete-message-request.js.map +1 -0
  137. package/lib/request/delete-messages-request.d.ts +31 -0
  138. package/lib/request/delete-messages-request.js +15 -0
  139. package/lib/request/delete-messages-request.js.map +1 -0
  140. package/lib/request/delete-queue-request.d.ts +35 -0
  141. package/lib/request/delete-queue-request.js +15 -0
  142. package/lib/request/delete-queue-request.js.map +1 -0
  143. package/lib/request/get-messages-request.d.ts +48 -0
  144. package/lib/request/get-messages-request.js +15 -0
  145. package/lib/request/get-messages-request.js.map +1 -0
  146. package/lib/request/get-queue-request.d.ts +26 -0
  147. package/lib/request/get-queue-request.js +15 -0
  148. package/lib/request/get-queue-request.js.map +1 -0
  149. package/lib/request/get-stats-request.d.ts +26 -0
  150. package/lib/request/get-stats-request.js +15 -0
  151. package/lib/request/get-stats-request.js.map +1 -0
  152. package/lib/request/get-work-request-request.d.ts +26 -0
  153. package/lib/request/get-work-request-request.js +15 -0
  154. package/lib/request/get-work-request-request.js.map +1 -0
  155. package/lib/request/index.d.ts +48 -0
  156. package/lib/request/index.js +37 -0
  157. package/lib/request/index.js.map +1 -0
  158. package/lib/request/list-queues-request.d.ts +62 -0
  159. package/lib/request/list-queues-request.js +24 -0
  160. package/lib/request/list-queues-request.js.map +1 -0
  161. package/lib/request/list-work-request-errors-request.d.ts +34 -0
  162. package/lib/request/list-work-request-errors-request.js +15 -0
  163. package/lib/request/list-work-request-errors-request.js.map +1 -0
  164. package/lib/request/list-work-request-logs-request.d.ts +34 -0
  165. package/lib/request/list-work-request-logs-request.js +15 -0
  166. package/lib/request/list-work-request-logs-request.js.map +1 -0
  167. package/lib/request/list-work-requests-request.d.ts +38 -0
  168. package/lib/request/list-work-requests-request.js +15 -0
  169. package/lib/request/list-work-requests-request.js.map +1 -0
  170. package/lib/request/purge-queue-request.d.ts +40 -0
  171. package/lib/request/purge-queue-request.js +15 -0
  172. package/lib/request/purge-queue-request.js.map +1 -0
  173. package/lib/request/put-messages-request.d.ts +31 -0
  174. package/lib/request/put-messages-request.js +15 -0
  175. package/lib/request/put-messages-request.js.map +1 -0
  176. package/lib/request/update-message-request.d.ts +35 -0
  177. package/lib/request/update-message-request.js +15 -0
  178. package/lib/request/update-message-request.js.map +1 -0
  179. package/lib/request/update-messages-request.d.ts +31 -0
  180. package/lib/request/update-messages-request.js +15 -0
  181. package/lib/request/update-messages-request.js.map +1 -0
  182. package/lib/request/update-queue-request.d.ts +40 -0
  183. package/lib/request/update-queue-request.js +15 -0
  184. package/lib/request/update-queue-request.js.map +1 -0
  185. package/lib/response/change-queue-compartment-response.d.ts +25 -0
  186. package/lib/response/change-queue-compartment-response.js +15 -0
  187. package/lib/response/change-queue-compartment-response.js.map +1 -0
  188. package/lib/response/create-queue-response.d.ts +25 -0
  189. package/lib/response/create-queue-response.js +15 -0
  190. package/lib/response/create-queue-response.js.map +1 -0
  191. package/lib/response/delete-message-response.d.ts +20 -0
  192. package/lib/response/delete-message-response.js +15 -0
  193. package/lib/response/delete-message-response.js.map +1 -0
  194. package/lib/response/delete-messages-response.d.ts +25 -0
  195. package/lib/response/delete-messages-response.js +15 -0
  196. package/lib/response/delete-messages-response.js.map +1 -0
  197. package/lib/response/delete-queue-response.d.ts +25 -0
  198. package/lib/response/delete-queue-response.js +15 -0
  199. package/lib/response/delete-queue-response.js.map +1 -0
  200. package/lib/response/get-messages-response.d.ts +25 -0
  201. package/lib/response/get-messages-response.js +15 -0
  202. package/lib/response/get-messages-response.js.map +1 -0
  203. package/lib/response/get-queue-response.d.ts +30 -0
  204. package/lib/response/get-queue-response.js +15 -0
  205. package/lib/response/get-queue-response.js.map +1 -0
  206. package/lib/response/get-stats-response.d.ts +25 -0
  207. package/lib/response/get-stats-response.js +15 -0
  208. package/lib/response/get-stats-response.js.map +1 -0
  209. package/lib/response/get-work-request-response.d.ts +29 -0
  210. package/lib/response/get-work-request-response.js +15 -0
  211. package/lib/response/get-work-request-response.js.map +1 -0
  212. package/lib/response/index.d.ts +48 -0
  213. package/lib/response/index.js +15 -0
  214. package/lib/response/index.js.map +1 -0
  215. package/lib/response/list-queues-response.d.ts +32 -0
  216. package/lib/response/list-queues-response.js +15 -0
  217. package/lib/response/list-queues-response.js.map +1 -0
  218. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  219. package/lib/response/list-work-request-errors-response.js +15 -0
  220. package/lib/response/list-work-request-errors-response.js.map +1 -0
  221. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  222. package/lib/response/list-work-request-logs-response.js +15 -0
  223. package/lib/response/list-work-request-logs-response.js.map +1 -0
  224. package/lib/response/list-work-requests-response.d.ts +32 -0
  225. package/lib/response/list-work-requests-response.js +15 -0
  226. package/lib/response/list-work-requests-response.js.map +1 -0
  227. package/lib/response/purge-queue-response.d.ts +25 -0
  228. package/lib/response/purge-queue-response.js +15 -0
  229. package/lib/response/purge-queue-response.js.map +1 -0
  230. package/lib/response/put-messages-response.d.ts +25 -0
  231. package/lib/response/put-messages-response.js +15 -0
  232. package/lib/response/put-messages-response.js.map +1 -0
  233. package/lib/response/update-message-response.d.ts +25 -0
  234. package/lib/response/update-message-response.js +15 -0
  235. package/lib/response/update-message-response.js.map +1 -0
  236. package/lib/response/update-messages-response.d.ts +25 -0
  237. package/lib/response/update-messages-response.js +15 -0
  238. package/lib/response/update-messages-response.js.map +1 -0
  239. package/lib/response/update-queue-response.d.ts +25 -0
  240. package/lib/response/update-queue-response.js +15 -0
  241. package/lib/response/update-queue-response.js.map +1 -0
  242. package/package.json +29 -0
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Queue API
4
+ * A description of the Queue API
5
+ * OpenAPI spec version: 20210201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.UpdateMessagesResult = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var UpdateMessagesResult;
37
+ (function (UpdateMessagesResult) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "entries": obj.entries
41
+ ? obj.entries.map(item => {
42
+ return model.UpdateMessagesResultEntry.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ UpdateMessagesResult.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "entries": obj.entries
52
+ ? obj.entries.map(item => {
53
+ return model.UpdateMessagesResultEntry.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ UpdateMessagesResult.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(UpdateMessagesResult = exports.UpdateMessagesResult || (exports.UpdateMessagesResult = {}));
61
+ //# sourceMappingURL=update-messages-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-messages-result.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/update-messages-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,oBAAoB,CA6BpC;AA7BD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA6BpC"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * Queue API
3
+ * A description of the Queue API
4
+ * OpenAPI spec version: 20210201
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ /**
14
+ * The information to be updated.
15
+ */
16
+ export interface UpdateQueueDetails {
17
+ /**
18
+ * Queue Identifier
19
+ */
20
+ "displayName"?: string;
21
+ /**
22
+ * The default visibility of the messages consumed from the queue. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
23
+ */
24
+ "visibilityInSeconds"?: number;
25
+ /**
26
+ * The default polling timeout of the messages in the queue, in seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
27
+ */
28
+ "timeoutInSeconds"?: number;
29
+ /**
30
+ * The number of times a message can be delivered to a consumer before being moved to the dead letter queue.
31
+ * A value of 0 indicates that the DLQ is not used.
32
+ * Changing that value to a lower threshold does not retro-actively move in-flight messages in the dead letter queue.
33
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
34
+ */
35
+ "deadLetterQueueDeliveryCount"?: number;
36
+ /**
37
+ * Id of the custom master encryption key which will be used to encrypt messages content. String of length 0 means the custom key should be removed from queue
38
+ */
39
+ "customEncryptionKeyId"?: string;
40
+ /**
41
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
42
+ * Example: `{\"bar-key\": \"value\"}`
43
+ *
44
+ */
45
+ "freeformTags"?: {
46
+ [key: string]: string;
47
+ };
48
+ /**
49
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
50
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
51
+ *
52
+ */
53
+ "definedTags"?: {
54
+ [key: string]: {
55
+ [key: string]: any;
56
+ };
57
+ };
58
+ }
59
+ export declare namespace UpdateQueueDetails {
60
+ function getJsonObj(obj: UpdateQueueDetails): object;
61
+ function getDeserializedJsonObj(obj: UpdateQueueDetails): object;
62
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Queue API
4
+ * A description of the Queue API
5
+ * OpenAPI spec version: 20210201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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
+ exports.UpdateQueueDetails = void 0;
16
+ var UpdateQueueDetails;
17
+ (function (UpdateQueueDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateQueueDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateQueueDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateQueueDetails = exports.UpdateQueueDetails || (exports.UpdateQueueDetails = {}));
29
+ //# sourceMappingURL=update-queue-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-queue-details.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/update-queue-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Queue API
3
+ * A description of the Queue API
4
+ * OpenAPI spec version: 20210201
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ /**
14
+ * An updated message with the new visibility.
15
+ */
16
+ export interface UpdatedMessage {
17
+ /**
18
+ * The id of the message that's been updated. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
19
+ */
20
+ "id": number;
21
+ /**
22
+ * The time after which the message will be visible to other consumers. An RFC3339 formatted datetime string
23
+ */
24
+ "visibleAfter": Date;
25
+ }
26
+ export declare namespace UpdatedMessage {
27
+ function getJsonObj(obj: UpdatedMessage): object;
28
+ function getDeserializedJsonObj(obj: UpdatedMessage): object;
29
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Queue API
4
+ * A description of the Queue API
5
+ * OpenAPI spec version: 20210201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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
+ exports.UpdatedMessage = void 0;
16
+ var UpdatedMessage;
17
+ (function (UpdatedMessage) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdatedMessage.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdatedMessage.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdatedMessage = exports.UpdatedMessage || (exports.UpdatedMessage = {}));
29
+ //# sourceMappingURL=updated-message.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updated-message.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/updated-message.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,cAAc,CAW9B;AAXD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAW9B"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Queue API
3
+ * A description of the Queue API
4
+ * OpenAPI spec version: 20210201
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ /**
15
+ * Results of a workRequestError search. Contains both WorkRequestError items and other information, such as metadata.
16
+ */
17
+ export interface WorkRequestErrorCollection {
18
+ /**
19
+ * List of workRequestError objects.
20
+ */
21
+ "items": Array<model.WorkRequestError>;
22
+ }
23
+ export declare namespace WorkRequestErrorCollection {
24
+ function getJsonObj(obj: WorkRequestErrorCollection): object;
25
+ function getDeserializedJsonObj(obj: WorkRequestErrorCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Queue API
4
+ * A description of the Queue API
5
+ * OpenAPI spec version: 20210201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.WorkRequestErrorCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var WorkRequestErrorCollection;
37
+ (function (WorkRequestErrorCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.WorkRequestError.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ WorkRequestErrorCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.WorkRequestError.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ WorkRequestErrorCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(WorkRequestErrorCollection = exports.WorkRequestErrorCollection || (exports.WorkRequestErrorCollection = {}));
61
+ //# sourceMappingURL=work-request-error-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-error-collection.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/work-request-error-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Queue API
3
+ * A description of the Queue API
4
+ * OpenAPI spec version: 20210201
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ /**
14
+ * An error encountered while executing a work request.
15
+ */
16
+ export interface WorkRequestError {
17
+ /**
18
+ * A machine-usable code for the error that occured. Error codes are listed on
19
+ * (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
20
+ *
21
+ */
22
+ "code": string;
23
+ /**
24
+ * A human readable description of the issue encountered.
25
+ */
26
+ "message": string;
27
+ /**
28
+ * The time the error occured. An RFC3339 formatted datetime string.
29
+ */
30
+ "timestamp": Date;
31
+ }
32
+ export declare namespace WorkRequestError {
33
+ function getJsonObj(obj: WorkRequestError): object;
34
+ function getDeserializedJsonObj(obj: WorkRequestError): object;
35
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Queue API
4
+ * A description of the Queue API
5
+ * OpenAPI spec version: 20210201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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
+ exports.WorkRequestError = void 0;
16
+ var WorkRequestError;
17
+ (function (WorkRequestError) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ WorkRequestError.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ WorkRequestError.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(WorkRequestError = exports.WorkRequestError || (exports.WorkRequestError = {}));
29
+ //# sourceMappingURL=work-request-error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-error.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/work-request-error.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Queue API
3
+ * A description of the Queue API
4
+ * OpenAPI spec version: 20210201
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ /**
15
+ * Results of a workRequestLog search. Contains both workRequestLog items and other information, such as metadata.
16
+ */
17
+ export interface WorkRequestLogEntryCollection {
18
+ /**
19
+ * List of workRequestLogEntries.
20
+ */
21
+ "items": Array<model.WorkRequestLogEntry>;
22
+ }
23
+ export declare namespace WorkRequestLogEntryCollection {
24
+ function getJsonObj(obj: WorkRequestLogEntryCollection): object;
25
+ function getDeserializedJsonObj(obj: WorkRequestLogEntryCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Queue API
4
+ * A description of the Queue API
5
+ * OpenAPI spec version: 20210201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.WorkRequestLogEntryCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var WorkRequestLogEntryCollection;
37
+ (function (WorkRequestLogEntryCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.WorkRequestLogEntry.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ WorkRequestLogEntryCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.WorkRequestLogEntry.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ WorkRequestLogEntryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(WorkRequestLogEntryCollection = exports.WorkRequestLogEntryCollection || (exports.WorkRequestLogEntryCollection = {}));
61
+ //# sourceMappingURL=work-request-log-entry-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-log-entry-collection.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/work-request-log-entry-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Queue API
3
+ * A description of the Queue API
4
+ * OpenAPI spec version: 20210201
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ /**
14
+ * A log message from the execution of a work request.
15
+ */
16
+ export interface WorkRequestLogEntry {
17
+ /**
18
+ * Human-readable log message.
19
+ */
20
+ "message": string;
21
+ /**
22
+ * The time the log message was written. An RFC3339 formatted datetime string
23
+ */
24
+ "timestamp": Date;
25
+ }
26
+ export declare namespace WorkRequestLogEntry {
27
+ function getJsonObj(obj: WorkRequestLogEntry): object;
28
+ function getDeserializedJsonObj(obj: WorkRequestLogEntry): object;
29
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Queue API
4
+ * A description of the Queue API
5
+ * OpenAPI spec version: 20210201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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
+ exports.WorkRequestLogEntry = void 0;
16
+ var WorkRequestLogEntry;
17
+ (function (WorkRequestLogEntry) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ WorkRequestLogEntry.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ WorkRequestLogEntry.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(WorkRequestLogEntry = exports.WorkRequestLogEntry || (exports.WorkRequestLogEntry = {}));
29
+ //# sourceMappingURL=work-request-log-entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-log-entry.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/work-request-log-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
@@ -0,0 +1,42 @@
1
+ /**
2
+ * Queue API
3
+ * A description of the Queue API
4
+ * OpenAPI spec version: 20210201
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ /**
15
+ * A resource created or operated on by a work request.
16
+ */
17
+ export interface WorkRequestResource {
18
+ /**
19
+ * The resource type the work request affects.
20
+ */
21
+ "entityType": string;
22
+ /**
23
+ * The way in which this resource is affected by the work tracked in the work request.
24
+ * A resource being created, updated, or deleted will remain in the IN_PROGRESS state until
25
+ * work is complete for that resource at which point it will transition to CREATED, UPDATED,
26
+ * or DELETED, respectively.
27
+ *
28
+ */
29
+ "actionType": model.ActionType;
30
+ /**
31
+ * The identifier of the resource the work request affects.
32
+ */
33
+ "identifier": string;
34
+ /**
35
+ * The URI path that the user can do a GET on to access the resource metadata
36
+ */
37
+ "entityUri"?: string;
38
+ }
39
+ export declare namespace WorkRequestResource {
40
+ function getJsonObj(obj: WorkRequestResource): object;
41
+ function getDeserializedJsonObj(obj: WorkRequestResource): object;
42
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Queue API
4
+ * A description of the Queue API
5
+ * OpenAPI spec version: 20210201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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
+ exports.WorkRequestResource = void 0;
16
+ var WorkRequestResource;
17
+ (function (WorkRequestResource) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ WorkRequestResource.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ WorkRequestResource.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(WorkRequestResource = exports.WorkRequestResource || (exports.WorkRequestResource = {}));
29
+ //# sourceMappingURL=work-request-resource.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-resource.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/work-request-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Queue API
3
+ * A description of the Queue API
4
+ * OpenAPI spec version: 20210201
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ /**
15
+ * Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.
16
+ */
17
+ export interface WorkRequestSummaryCollection {
18
+ /**
19
+ * List of workRequestSummary objects.
20
+ */
21
+ "items": Array<model.WorkRequestSummary>;
22
+ }
23
+ export declare namespace WorkRequestSummaryCollection {
24
+ function getJsonObj(obj: WorkRequestSummaryCollection): object;
25
+ function getDeserializedJsonObj(obj: WorkRequestSummaryCollection): object;
26
+ }