oci-demandsignal 2.87.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 (122) 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 +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +160 -0
  9. package/lib/client.js +669 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/change-occ-demand-signal-compartment-details.d.ts +26 -0
  12. package/lib/model/change-occ-demand-signal-compartment-details.js +29 -0
  13. package/lib/model/change-occ-demand-signal-compartment-details.js.map +1 -0
  14. package/lib/model/create-occ-demand-signal-details.d.ts +61 -0
  15. package/lib/model/create-occ-demand-signal-details.js +61 -0
  16. package/lib/model/create-occ-demand-signal-details.js.map +1 -0
  17. package/lib/model/index.d.ts +50 -0
  18. package/lib/model/index.js +73 -0
  19. package/lib/model/index.js.map +1 -0
  20. package/lib/model/occ-demand-signal-collection.d.ts +26 -0
  21. package/lib/model/occ-demand-signal-collection.js +61 -0
  22. package/lib/model/occ-demand-signal-collection.js.map +1 -0
  23. package/lib/model/occ-demand-signal-data.d.ts +34 -0
  24. package/lib/model/occ-demand-signal-data.js +61 -0
  25. package/lib/model/occ-demand-signal-data.js.map +1 -0
  26. package/lib/model/occ-demand-signal-summary.d.ts +93 -0
  27. package/lib/model/occ-demand-signal-summary.js +29 -0
  28. package/lib/model/occ-demand-signal-summary.js.map +1 -0
  29. package/lib/model/occ-demand-signal-value.d.ts +33 -0
  30. package/lib/model/occ-demand-signal-value.js +29 -0
  31. package/lib/model/occ-demand-signal-value.js.map +1 -0
  32. package/lib/model/occ-demand-signal.d.ts +117 -0
  33. package/lib/model/occ-demand-signal.js +75 -0
  34. package/lib/model/occ-demand-signal.js.map +1 -0
  35. package/lib/model/patch-insert-instruction.d.ts +44 -0
  36. package/lib/model/patch-insert-instruction.js +59 -0
  37. package/lib/model/patch-insert-instruction.js.map +1 -0
  38. package/lib/model/patch-insert-multiple-instruction.d.ts +44 -0
  39. package/lib/model/patch-insert-multiple-instruction.js +59 -0
  40. package/lib/model/patch-insert-multiple-instruction.js.map +1 -0
  41. package/lib/model/patch-instruction.d.ts +29 -0
  42. package/lib/model/patch-instruction.js +96 -0
  43. package/lib/model/patch-instruction.js.map +1 -0
  44. package/lib/model/patch-merge-instruction.d.ts +35 -0
  45. package/lib/model/patch-merge-instruction.js +54 -0
  46. package/lib/model/patch-merge-instruction.js.map +1 -0
  47. package/lib/model/patch-move-instruction.d.ts +44 -0
  48. package/lib/model/patch-move-instruction.js +58 -0
  49. package/lib/model/patch-move-instruction.js.map +1 -0
  50. package/lib/model/patch-occ-demand-signal-details.d.ts +26 -0
  51. package/lib/model/patch-occ-demand-signal-details.js +61 -0
  52. package/lib/model/patch-occ-demand-signal-details.js.map +1 -0
  53. package/lib/model/patch-prohibit-instruction.d.ts +35 -0
  54. package/lib/model/patch-prohibit-instruction.js +54 -0
  55. package/lib/model/patch-prohibit-instruction.js.map +1 -0
  56. package/lib/model/patch-remove-instruction.d.ts +26 -0
  57. package/lib/model/patch-remove-instruction.js +54 -0
  58. package/lib/model/patch-remove-instruction.js.map +1 -0
  59. package/lib/model/patch-replace-instruction.d.ts +32 -0
  60. package/lib/model/patch-replace-instruction.js +54 -0
  61. package/lib/model/patch-replace-instruction.js.map +1 -0
  62. package/lib/model/patch-require-instruction.d.ts +34 -0
  63. package/lib/model/patch-require-instruction.js +54 -0
  64. package/lib/model/patch-require-instruction.js.map +1 -0
  65. package/lib/model/sort-order.d.ts +30 -0
  66. package/lib/model/sort-order.js +41 -0
  67. package/lib/model/sort-order.js.map +1 -0
  68. package/lib/model/update-occ-demand-signal-details.d.ts +51 -0
  69. package/lib/model/update-occ-demand-signal-details.js +29 -0
  70. package/lib/model/update-occ-demand-signal-details.js.map +1 -0
  71. package/lib/occdemandsignal-waiter.d.ts +29 -0
  72. package/lib/occdemandsignal-waiter.js +65 -0
  73. package/lib/occdemandsignal-waiter.js.map +1 -0
  74. package/lib/request/change-occ-demand-signal-compartment-request.d.ts +43 -0
  75. package/lib/request/change-occ-demand-signal-compartment-request.js +15 -0
  76. package/lib/request/change-occ-demand-signal-compartment-request.js.map +1 -0
  77. package/lib/request/create-occ-demand-signal-request.d.ts +40 -0
  78. package/lib/request/create-occ-demand-signal-request.js +15 -0
  79. package/lib/request/create-occ-demand-signal-request.js.map +1 -0
  80. package/lib/request/delete-occ-demand-signal-request.d.ts +38 -0
  81. package/lib/request/delete-occ-demand-signal-request.js +15 -0
  82. package/lib/request/delete-occ-demand-signal-request.js.map +1 -0
  83. package/lib/request/get-occ-demand-signal-request.d.ts +30 -0
  84. package/lib/request/get-occ-demand-signal-request.js +15 -0
  85. package/lib/request/get-occ-demand-signal-request.js.map +1 -0
  86. package/lib/request/index.d.ts +26 -0
  87. package/lib/request/index.js +37 -0
  88. package/lib/request/index.js.map +1 -0
  89. package/lib/request/list-occ-demand-signals-request.d.ts +75 -0
  90. package/lib/request/list-occ-demand-signals-request.js +24 -0
  91. package/lib/request/list-occ-demand-signals-request.js.map +1 -0
  92. package/lib/request/patch-occ-demand-signal-request.d.ts +43 -0
  93. package/lib/request/patch-occ-demand-signal-request.js +15 -0
  94. package/lib/request/patch-occ-demand-signal-request.js.map +1 -0
  95. package/lib/request/update-occ-demand-signal-request.d.ts +43 -0
  96. package/lib/request/update-occ-demand-signal-request.js +15 -0
  97. package/lib/request/update-occ-demand-signal-request.js.map +1 -0
  98. package/lib/response/change-occ-demand-signal-compartment-response.d.ts +26 -0
  99. package/lib/response/change-occ-demand-signal-compartment-response.js +15 -0
  100. package/lib/response/change-occ-demand-signal-compartment-response.js.map +1 -0
  101. package/lib/response/create-occ-demand-signal-response.d.ts +34 -0
  102. package/lib/response/create-occ-demand-signal-response.js +15 -0
  103. package/lib/response/create-occ-demand-signal-response.js.map +1 -0
  104. package/lib/response/delete-occ-demand-signal-response.d.ts +26 -0
  105. package/lib/response/delete-occ-demand-signal-response.js +15 -0
  106. package/lib/response/delete-occ-demand-signal-response.js.map +1 -0
  107. package/lib/response/get-occ-demand-signal-response.d.ts +30 -0
  108. package/lib/response/get-occ-demand-signal-response.js +15 -0
  109. package/lib/response/get-occ-demand-signal-response.js.map +1 -0
  110. package/lib/response/index.d.ts +26 -0
  111. package/lib/response/index.js +15 -0
  112. package/lib/response/index.js.map +1 -0
  113. package/lib/response/list-occ-demand-signals-response.d.ts +31 -0
  114. package/lib/response/list-occ-demand-signals-response.js +15 -0
  115. package/lib/response/list-occ-demand-signals-response.js.map +1 -0
  116. package/lib/response/patch-occ-demand-signal-response.d.ts +34 -0
  117. package/lib/response/patch-occ-demand-signal-response.js +15 -0
  118. package/lib/response/patch-occ-demand-signal-response.js.map +1 -0
  119. package/lib/response/update-occ-demand-signal-response.d.ts +34 -0
  120. package/lib/response/update-occ-demand-signal-response.js +15 -0
  121. package/lib/response/update-occ-demand-signal-response.js.map +1 -0
  122. package/package.json +29 -0
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * OCI Control Center Demand Signal API
4
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.OccDemandSignalSummary = void 0;
16
+ var OccDemandSignalSummary;
17
+ (function (OccDemandSignalSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ OccDemandSignalSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ OccDemandSignalSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(OccDemandSignalSummary = exports.OccDemandSignalSummary || (exports.OccDemandSignalSummary = {}));
29
+ //# sourceMappingURL=occ-demand-signal-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"occ-demand-signal-summary.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/model/occ-demand-signal-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyEH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * OCI Control Center Demand Signal API
3
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 Value of Demand Signal for particular month.
15
+ */
16
+ export interface OccDemandSignalValue {
17
+ /**
18
+ * The date of the Demand Signal Value.
19
+ */
20
+ "timeExpected": Date;
21
+ /**
22
+ * The Demand Signal Value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
23
+ */
24
+ "value": number;
25
+ /**
26
+ * Space provided for users to make comments regarding the value.
27
+ */
28
+ "comments"?: string;
29
+ }
30
+ export declare namespace OccDemandSignalValue {
31
+ function getJsonObj(obj: OccDemandSignalValue): object;
32
+ function getDeserializedJsonObj(obj: OccDemandSignalValue): object;
33
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * OCI Control Center Demand Signal API
4
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.OccDemandSignalValue = void 0;
16
+ var OccDemandSignalValue;
17
+ (function (OccDemandSignalValue) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ OccDemandSignalValue.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ OccDemandSignalValue.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(OccDemandSignalValue = exports.OccDemandSignalValue || (exports.OccDemandSignalValue = {}));
29
+ //# sourceMappingURL=occ-demand-signal-value.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"occ-demand-signal-value.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/model/occ-demand-signal-value.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
@@ -0,0 +1,117 @@
1
+ /**
2
+ * OCI Control Center Demand Signal API
3
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ * An OccDemandSignal is a forecast created for different Resource Types.
16
+ * <p>
17
+ To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to
18
+ * an administrator. If you're an administrator who needs to write policies to give users access, see
19
+ * [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/policiesgs/get-started-with-policies.htm).
20
+ *
21
+ */
22
+ export interface OccDemandSignal {
23
+ /**
24
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
25
+ */
26
+ "id": string;
27
+ /**
28
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
29
+ */
30
+ "compartmentId": string;
31
+ /**
32
+ * A user-friendly name. Does not have to be unique, and it's changeable.
33
+ */
34
+ "displayName": string;
35
+ /**
36
+ * The OccDemandSignal data.
37
+ */
38
+ "occDemandSignals": Array<model.OccDemandSignalData>;
39
+ /**
40
+ * Indicator of whether to share the data with Oracle.
41
+ */
42
+ "isActive": boolean;
43
+ /**
44
+ * The current state of the OccDemandSignal.
45
+ */
46
+ "lifecycleState": OccDemandSignal.LifecycleState;
47
+ /**
48
+ * The date and time the OccDemandSignal was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
49
+ * <p>
50
+ Example: {@code 2016-08-25T21:10:29.600Z}
51
+ *
52
+ */
53
+ "timeCreated": Date;
54
+ /**
55
+ * The date and time the OccDemandSignal was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
56
+ * <p>
57
+ Example: {@code 2016-08-25T21:10:29.600Z}
58
+ *
59
+ */
60
+ "timeUpdated"?: Date;
61
+ /**
62
+ * A message that describes the current state of the OccDemandSignal in more detail. For example,
63
+ * can be used to provide actionable information for a resource in the Failed state.
64
+ *
65
+ */
66
+ "lifecycleDetails"?: string;
67
+ /**
68
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
69
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
70
+ * <p>
71
+ Example: {@code {\"Department\": \"Finance\"}}
72
+ *
73
+ */
74
+ "freeformTags": {
75
+ [key: string]: string;
76
+ };
77
+ /**
78
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
79
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
80
+ * <p>
81
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
82
+ *
83
+ */
84
+ "definedTags": {
85
+ [key: string]: {
86
+ [key: string]: any;
87
+ };
88
+ };
89
+ /**
90
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
91
+ * <p>
92
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
93
+ *
94
+ */
95
+ "systemTags"?: {
96
+ [key: string]: {
97
+ [key: string]: any;
98
+ };
99
+ };
100
+ }
101
+ export declare namespace OccDemandSignal {
102
+ enum LifecycleState {
103
+ Creating = "CREATING",
104
+ Updating = "UPDATING",
105
+ Active = "ACTIVE",
106
+ Deleting = "DELETING",
107
+ Deleted = "DELETED",
108
+ Failed = "FAILED",
109
+ /**
110
+ * This value is used if a service returns a value for this enum that is not recognized by this
111
+ * version of the SDK.
112
+ */
113
+ UnknownValue = "UNKNOWN_VALUE"
114
+ }
115
+ function getJsonObj(obj: OccDemandSignal): object;
116
+ function getDeserializedJsonObj(obj: OccDemandSignal): object;
117
+ }
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+ /**
3
+ * OCI Control Center Demand Signal API
4
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.OccDemandSignal = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var OccDemandSignal;
37
+ (function (OccDemandSignal) {
38
+ let LifecycleState;
39
+ (function (LifecycleState) {
40
+ LifecycleState["Creating"] = "CREATING";
41
+ LifecycleState["Updating"] = "UPDATING";
42
+ LifecycleState["Active"] = "ACTIVE";
43
+ LifecycleState["Deleting"] = "DELETING";
44
+ LifecycleState["Deleted"] = "DELETED";
45
+ LifecycleState["Failed"] = "FAILED";
46
+ /**
47
+ * This value is used if a service returns a value for this enum that is not recognized by this
48
+ * version of the SDK.
49
+ */
50
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
51
+ })(LifecycleState = OccDemandSignal.LifecycleState || (OccDemandSignal.LifecycleState = {}));
52
+ function getJsonObj(obj) {
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "occDemandSignals": obj.occDemandSignals
55
+ ? obj.occDemandSignals.map(item => {
56
+ return model.OccDemandSignalData.getJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ OccDemandSignal.getJsonObj = getJsonObj;
63
+ function getDeserializedJsonObj(obj) {
64
+ const jsonObj = Object.assign(Object.assign({}, obj), {
65
+ "occDemandSignals": obj.occDemandSignals
66
+ ? obj.occDemandSignals.map(item => {
67
+ return model.OccDemandSignalData.getDeserializedJsonObj(item);
68
+ })
69
+ : undefined
70
+ });
71
+ return jsonObj;
72
+ }
73
+ OccDemandSignal.getDeserializedJsonObj = getDeserializedJsonObj;
74
+ })(OccDemandSignal = exports.OccDemandSignal || (exports.OccDemandSignal = {}));
75
+ //# sourceMappingURL=occ-demand-signal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"occ-demand-signal.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/model/occ-demand-signal.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiFlC,IAAiB,eAAe,CA2C/B;AA3CD,WAAiB,eAAe;IAC9B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,8BAAc,KAAd,8BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,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,0BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,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,sCAAsB,yBAarC,CAAA;AACH,CAAC,EA3CgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA2C/B"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ * OCI Control Center Demand Signal API
3
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ * An operation that inserts a value into an array, shifting array items as necessary and handling NOT_FOUND exceptions by creating the implied containing structure.
16
+ *
17
+ */
18
+ export interface PatchInsertInstruction extends model.PatchInstruction {
19
+ /**
20
+ * A value to be inserted into the target.
21
+ */
22
+ "value": any;
23
+ /**
24
+ * A selection to be evaluated against the array for identifying a particular reference item within it, with the same format and semantics as {@code selection}.
25
+ */
26
+ "selectedItem"?: string;
27
+ /**
28
+ * Where to insert the value, relative to the first item matched by {@code selectedItem}.
29
+ * If {@code selectedItem} is unspecified, then \"BEFORE\" specifies insertion at the first position in an array and \"AFTER\" specifies insertion at the last position.
30
+ * If {@code selectedItem} is specified but results in an empty selection, then both values specify insertion at the last position.
31
+ *
32
+ */
33
+ "position"?: PatchInsertInstruction.Position;
34
+ "operation": string;
35
+ }
36
+ export declare namespace PatchInsertInstruction {
37
+ enum Position {
38
+ Before = "BEFORE",
39
+ After = "AFTER"
40
+ }
41
+ function getJsonObj(obj: PatchInsertInstruction, isParentJsonObj?: boolean): object;
42
+ const operation = "INSERT";
43
+ function getDeserializedJsonObj(obj: PatchInsertInstruction, isParentJsonObj?: boolean): object;
44
+ }
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ /**
3
+ * OCI Control Center Demand Signal API
4
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.PatchInsertInstruction = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var PatchInsertInstruction;
37
+ (function (PatchInsertInstruction) {
38
+ let Position;
39
+ (function (Position) {
40
+ Position["Before"] = "BEFORE";
41
+ Position["After"] = "AFTER";
42
+ })(Position = PatchInsertInstruction.Position || (PatchInsertInstruction.Position = {}));
43
+ function getJsonObj(obj, isParentJsonObj) {
44
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
45
+ ? obj
46
+ : model.PatchInstruction.getJsonObj(obj))), {});
47
+ return jsonObj;
48
+ }
49
+ PatchInsertInstruction.getJsonObj = getJsonObj;
50
+ PatchInsertInstruction.operation = "INSERT";
51
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
52
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
53
+ ? obj
54
+ : model.PatchInstruction.getDeserializedJsonObj(obj))), {});
55
+ return jsonObj;
56
+ }
57
+ PatchInsertInstruction.getDeserializedJsonObj = getDeserializedJsonObj;
58
+ })(PatchInsertInstruction = exports.PatchInsertInstruction || (exports.PatchInsertInstruction = {}));
59
+ //# sourceMappingURL=patch-insert-instruction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-insert-instruction.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/model/patch-insert-instruction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,sBAAsB,CA8BtC;AA9BD,WAAiB,sBAAsB;IACrC,IAAY,QAGX;IAHD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,2BAAe,CAAA;IACjB,CAAC,EAHW,QAAQ,GAAR,+BAAQ,KAAR,+BAAQ,QAGnB;IAED,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GACpE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,iCAAU,aASzB,CAAA;IACY,gCAAS,GAAG,QAAQ,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GAChF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,6CAAsB,yBAYrC,CAAA;AACH,CAAC,EA9BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA8BtC"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ * OCI Control Center Demand Signal API
3
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ * An operation that inserts multiple consecutive values into an array, shifting array items as necessary and handling NOT_FOUND exceptions by creating the implied containing structure.
16
+ *
17
+ */
18
+ export interface PatchInsertMultipleInstruction extends model.PatchInstruction {
19
+ /**
20
+ * A list of consecutive values to be inserted into the target.
21
+ */
22
+ "values": Array<any>;
23
+ /**
24
+ * A selection to be evaluated against the array for identifying a particular reference item within it, with the same format and semantics as {@code selection}.
25
+ */
26
+ "selectedItem"?: string;
27
+ /**
28
+ * Where to insert the values, relative to the first item matched by {@code selectedItem}.
29
+ * If {@code selectedItem} is unspecified, then \"BEFORE\" specifies insertion at the first position in an array and \"AFTER\" specifies insertion at the last position.
30
+ * If {@code selectedItem} is specified but results in an empty selection, then both values specify insertion at the last position.
31
+ *
32
+ */
33
+ "position"?: PatchInsertMultipleInstruction.Position;
34
+ "operation": string;
35
+ }
36
+ export declare namespace PatchInsertMultipleInstruction {
37
+ enum Position {
38
+ Before = "BEFORE",
39
+ After = "AFTER"
40
+ }
41
+ function getJsonObj(obj: PatchInsertMultipleInstruction, isParentJsonObj?: boolean): object;
42
+ const operation = "INSERT_MULTIPLE";
43
+ function getDeserializedJsonObj(obj: PatchInsertMultipleInstruction, isParentJsonObj?: boolean): object;
44
+ }
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ /**
3
+ * OCI Control Center Demand Signal API
4
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.PatchInsertMultipleInstruction = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var PatchInsertMultipleInstruction;
37
+ (function (PatchInsertMultipleInstruction) {
38
+ let Position;
39
+ (function (Position) {
40
+ Position["Before"] = "BEFORE";
41
+ Position["After"] = "AFTER";
42
+ })(Position = PatchInsertMultipleInstruction.Position || (PatchInsertMultipleInstruction.Position = {}));
43
+ function getJsonObj(obj, isParentJsonObj) {
44
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
45
+ ? obj
46
+ : model.PatchInstruction.getJsonObj(obj))), {});
47
+ return jsonObj;
48
+ }
49
+ PatchInsertMultipleInstruction.getJsonObj = getJsonObj;
50
+ PatchInsertMultipleInstruction.operation = "INSERT_MULTIPLE";
51
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
52
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
53
+ ? obj
54
+ : model.PatchInstruction.getDeserializedJsonObj(obj))), {});
55
+ return jsonObj;
56
+ }
57
+ PatchInsertMultipleInstruction.getDeserializedJsonObj = getDeserializedJsonObj;
58
+ })(PatchInsertMultipleInstruction = exports.PatchInsertMultipleInstruction || (exports.PatchInsertMultipleInstruction = {}));
59
+ //# sourceMappingURL=patch-insert-multiple-instruction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-insert-multiple-instruction.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/model/patch-insert-multiple-instruction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,8BAA8B,CAiC9C;AAjCD,WAAiB,8BAA8B;IAC7C,IAAY,QAGX;IAHD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,2BAAe,CAAA;IACjB,CAAC,EAHW,QAAQ,GAAR,uCAAQ,KAAR,uCAAQ,QAGnB;IAED,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAU,aAYzB,CAAA;IACY,wCAAS,GAAG,iBAAiB,CAAC;IAC3C,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAoC,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,qDAAsB,yBAYrC,CAAA;AACH,CAAC,EAjCgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAiC9C"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * OCI Control Center Demand Signal API
3
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 single instruction to be included as part of Patch request content.
15
+ */
16
+ export interface PatchInstruction {
17
+ /**
18
+ * The set of values to which the operation applies as a [JMESPath expression](https://jmespath.org/specification.html) for evaluation against the context resource.
19
+ * An operation fails if the selection yields an exception, except as otherwise specified.
20
+ * Note that comparisons involving non-primitive values (objects or arrays) are not supported and will always evaluate to false.
21
+ *
22
+ */
23
+ "selection": string;
24
+ "operation": string;
25
+ }
26
+ export declare namespace PatchInstruction {
27
+ function getJsonObj(obj: PatchInstruction): object;
28
+ function getDeserializedJsonObj(obj: PatchInstruction): object;
29
+ }
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ /**
3
+ * OCI Control Center Demand Signal API
4
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.PatchInstruction = void 0;
35
+ const model = __importStar(require("../model"));
36
+ const common = require("oci-common");
37
+ var PatchInstruction;
38
+ (function (PatchInstruction) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ if (obj && "operation" in obj && obj.operation) {
42
+ switch (obj.operation) {
43
+ case "MOVE":
44
+ return model.PatchMoveInstruction.getJsonObj(jsonObj, true);
45
+ case "REMOVE":
46
+ return model.PatchRemoveInstruction.getJsonObj(jsonObj, true);
47
+ case "REPLACE":
48
+ return model.PatchReplaceInstruction.getJsonObj(jsonObj, true);
49
+ case "INSERT_MULTIPLE":
50
+ return model.PatchInsertMultipleInstruction.getJsonObj(jsonObj, true);
51
+ case "INSERT":
52
+ return model.PatchInsertInstruction.getJsonObj(jsonObj, true);
53
+ case "REQUIRE":
54
+ return model.PatchRequireInstruction.getJsonObj(jsonObj, true);
55
+ case "MERGE":
56
+ return model.PatchMergeInstruction.getJsonObj(jsonObj, true);
57
+ case "PROHIBIT":
58
+ return model.PatchProhibitInstruction.getJsonObj(jsonObj, true);
59
+ default:
60
+ if (common.LOG.logger)
61
+ common.LOG.logger.info(`Unknown value for: ${obj.operation}`);
62
+ }
63
+ }
64
+ return jsonObj;
65
+ }
66
+ PatchInstruction.getJsonObj = getJsonObj;
67
+ function getDeserializedJsonObj(obj) {
68
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
69
+ if (obj && "operation" in obj && obj.operation) {
70
+ switch (obj.operation) {
71
+ case "MOVE":
72
+ return model.PatchMoveInstruction.getDeserializedJsonObj(jsonObj, true);
73
+ case "REMOVE":
74
+ return model.PatchRemoveInstruction.getDeserializedJsonObj(jsonObj, true);
75
+ case "REPLACE":
76
+ return model.PatchReplaceInstruction.getDeserializedJsonObj(jsonObj, true);
77
+ case "INSERT_MULTIPLE":
78
+ return model.PatchInsertMultipleInstruction.getDeserializedJsonObj(jsonObj, true);
79
+ case "INSERT":
80
+ return model.PatchInsertInstruction.getDeserializedJsonObj(jsonObj, true);
81
+ case "REQUIRE":
82
+ return model.PatchRequireInstruction.getDeserializedJsonObj(jsonObj, true);
83
+ case "MERGE":
84
+ return model.PatchMergeInstruction.getDeserializedJsonObj(jsonObj, true);
85
+ case "PROHIBIT":
86
+ return model.PatchProhibitInstruction.getDeserializedJsonObj(jsonObj, true);
87
+ default:
88
+ if (common.LOG.logger)
89
+ common.LOG.logger.info(`Unknown value for: ${obj.operation}`);
90
+ }
91
+ }
92
+ return jsonObj;
93
+ }
94
+ PatchInstruction.getDeserializedJsonObj = getDeserializedJsonObj;
95
+ })(PatchInstruction = exports.PatchInstruction || (exports.PatchInstruction = {}));
96
+ //# sourceMappingURL=patch-instruction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-instruction.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/model/patch-instruction.ts"],"names":[],"mappings":"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"}