@alicloud/cms20240330 9.1.0 → 9.2.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 (169) hide show
  1. package/dist/client.d.ts +252 -0
  2. package/dist/client.js +637 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddContextsRequest.d.ts +119 -0
  5. package/dist/models/AddContextsRequest.js +129 -0
  6. package/dist/models/AddContextsRequest.js.map +1 -0
  7. package/dist/models/AddContextsResponse.d.ts +19 -0
  8. package/dist/models/AddContextsResponse.js +69 -0
  9. package/dist/models/AddContextsResponse.js.map +1 -0
  10. package/dist/models/AddContextsResponseBody.d.ts +41 -0
  11. package/dist/models/AddContextsResponseBody.js +84 -0
  12. package/dist/models/AddContextsResponseBody.js.map +1 -0
  13. package/dist/models/CreateContextStoreApikeyRequest.d.ts +21 -0
  14. package/dist/models/CreateContextStoreApikeyRequest.js +58 -0
  15. package/dist/models/CreateContextStoreApikeyRequest.js.map +1 -0
  16. package/dist/models/CreateContextStoreApikeyResponse.d.ts +19 -0
  17. package/dist/models/CreateContextStoreApikeyResponse.js +69 -0
  18. package/dist/models/CreateContextStoreApikeyResponse.js.map +1 -0
  19. package/dist/models/CreateContextStoreApikeyResponseBody.d.ts +28 -0
  20. package/dist/models/CreateContextStoreApikeyResponseBody.js +62 -0
  21. package/dist/models/CreateContextStoreApikeyResponseBody.js.map +1 -0
  22. package/dist/models/CreateContextStoreRequest.d.ts +99 -0
  23. package/dist/models/CreateContextStoreRequest.js +141 -0
  24. package/dist/models/CreateContextStoreRequest.js.map +1 -0
  25. package/dist/models/CreateContextStoreResponse.d.ts +19 -0
  26. package/dist/models/CreateContextStoreResponse.js +69 -0
  27. package/dist/models/CreateContextStoreResponse.js.map +1 -0
  28. package/dist/models/CreateContextStoreResponseBody.d.ts +18 -0
  29. package/dist/models/CreateContextStoreResponseBody.js +58 -0
  30. package/dist/models/CreateContextStoreResponseBody.js.map +1 -0
  31. package/dist/models/DeleteContextRequest.d.ts +13 -0
  32. package/dist/models/DeleteContextRequest.js +54 -0
  33. package/dist/models/DeleteContextRequest.js.map +1 -0
  34. package/dist/models/DeleteContextResponse.d.ts +19 -0
  35. package/dist/models/DeleteContextResponse.js +69 -0
  36. package/dist/models/DeleteContextResponse.js.map +1 -0
  37. package/dist/models/DeleteContextResponseBody.d.ts +28 -0
  38. package/dist/models/DeleteContextResponseBody.js +62 -0
  39. package/dist/models/DeleteContextResponseBody.js.map +1 -0
  40. package/dist/models/DeleteContextStoreApikeyRequest.d.ts +13 -0
  41. package/dist/models/DeleteContextStoreApikeyRequest.js +54 -0
  42. package/dist/models/DeleteContextStoreApikeyRequest.js.map +1 -0
  43. package/dist/models/DeleteContextStoreApikeyResponse.d.ts +19 -0
  44. package/dist/models/DeleteContextStoreApikeyResponse.js +69 -0
  45. package/dist/models/DeleteContextStoreApikeyResponse.js.map +1 -0
  46. package/dist/models/DeleteContextStoreApikeyResponseBody.d.ts +18 -0
  47. package/dist/models/DeleteContextStoreApikeyResponseBody.js +58 -0
  48. package/dist/models/DeleteContextStoreApikeyResponseBody.js.map +1 -0
  49. package/dist/models/DeleteContextStoreRequest.d.ts +13 -0
  50. package/dist/models/DeleteContextStoreRequest.js +54 -0
  51. package/dist/models/DeleteContextStoreRequest.js.map +1 -0
  52. package/dist/models/DeleteContextStoreResponse.d.ts +19 -0
  53. package/dist/models/DeleteContextStoreResponse.js +69 -0
  54. package/dist/models/DeleteContextStoreResponse.js.map +1 -0
  55. package/dist/models/DeleteContextStoreResponseBody.d.ts +14 -0
  56. package/dist/models/DeleteContextStoreResponseBody.js +58 -0
  57. package/dist/models/DeleteContextStoreResponseBody.js.map +1 -0
  58. package/dist/models/DeleteContextsRequest.d.ts +23 -0
  59. package/dist/models/DeleteContextsRequest.js +60 -0
  60. package/dist/models/DeleteContextsRequest.js.map +1 -0
  61. package/dist/models/DeleteContextsResponse.d.ts +19 -0
  62. package/dist/models/DeleteContextsResponse.js +69 -0
  63. package/dist/models/DeleteContextsResponse.js.map +1 -0
  64. package/dist/models/DeleteContextsResponseBody.d.ts +23 -0
  65. package/dist/models/DeleteContextsResponseBody.js +60 -0
  66. package/dist/models/DeleteContextsResponseBody.js.map +1 -0
  67. package/dist/models/GetContextRequest.d.ts +18 -0
  68. package/dist/models/GetContextRequest.js +58 -0
  69. package/dist/models/GetContextRequest.js.map +1 -0
  70. package/dist/models/GetContextResponse.d.ts +20 -0
  71. package/dist/models/GetContextResponse.js +65 -0
  72. package/dist/models/GetContextResponse.js.map +1 -0
  73. package/dist/models/GetContextStoreRequest.d.ts +13 -0
  74. package/dist/models/GetContextStoreRequest.js +54 -0
  75. package/dist/models/GetContextStoreRequest.js.map +1 -0
  76. package/dist/models/GetContextStoreResponse.d.ts +19 -0
  77. package/dist/models/GetContextStoreResponse.js +69 -0
  78. package/dist/models/GetContextStoreResponse.js.map +1 -0
  79. package/dist/models/GetContextStoreResponseBody.d.ts +152 -0
  80. package/dist/models/GetContextStoreResponseBody.js +179 -0
  81. package/dist/models/GetContextStoreResponseBody.js.map +1 -0
  82. package/dist/models/ListContextStoreApikeysRequest.d.ts +23 -0
  83. package/dist/models/ListContextStoreApikeysRequest.js +60 -0
  84. package/dist/models/ListContextStoreApikeysRequest.js.map +1 -0
  85. package/dist/models/ListContextStoreApikeysResponse.d.ts +19 -0
  86. package/dist/models/ListContextStoreApikeysResponse.js +69 -0
  87. package/dist/models/ListContextStoreApikeysResponse.js.map +1 -0
  88. package/dist/models/ListContextStoreApikeysResponseBody.d.ts +74 -0
  89. package/dist/models/ListContextStoreApikeysResponseBody.js +96 -0
  90. package/dist/models/ListContextStoreApikeysResponseBody.js.map +1 -0
  91. package/dist/models/ListContextStoresRequest.d.ts +33 -0
  92. package/dist/models/ListContextStoresRequest.js +64 -0
  93. package/dist/models/ListContextStoresRequest.js.map +1 -0
  94. package/dist/models/ListContextStoresResponse.d.ts +19 -0
  95. package/dist/models/ListContextStoresResponse.js +69 -0
  96. package/dist/models/ListContextStoresResponse.js.map +1 -0
  97. package/dist/models/ListContextStoresResponseBody.d.ts +92 -0
  98. package/dist/models/ListContextStoresResponseBody.js +102 -0
  99. package/dist/models/ListContextStoresResponseBody.js.map +1 -0
  100. package/dist/models/SearchContextRequest.d.ts +44 -0
  101. package/dist/models/SearchContextRequest.js +71 -0
  102. package/dist/models/SearchContextRequest.js.map +1 -0
  103. package/dist/models/SearchContextResponse.d.ts +19 -0
  104. package/dist/models/SearchContextResponse.js +69 -0
  105. package/dist/models/SearchContextResponse.js.map +1 -0
  106. package/dist/models/SearchContextResponseBody.d.ts +21 -0
  107. package/dist/models/SearchContextResponseBody.js +63 -0
  108. package/dist/models/SearchContextResponseBody.js.map +1 -0
  109. package/dist/models/UpdateContextRequest.d.ts +60 -0
  110. package/dist/models/UpdateContextRequest.js +75 -0
  111. package/dist/models/UpdateContextRequest.js.map +1 -0
  112. package/dist/models/UpdateContextResponse.d.ts +20 -0
  113. package/dist/models/UpdateContextResponse.js +65 -0
  114. package/dist/models/UpdateContextResponse.js.map +1 -0
  115. package/dist/models/UpdateContextStoreRequest.d.ts +85 -0
  116. package/dist/models/UpdateContextStoreRequest.js +139 -0
  117. package/dist/models/UpdateContextStoreRequest.js.map +1 -0
  118. package/dist/models/UpdateContextStoreResponse.d.ts +19 -0
  119. package/dist/models/UpdateContextStoreResponse.js +69 -0
  120. package/dist/models/UpdateContextStoreResponse.js.map +1 -0
  121. package/dist/models/UpdateContextStoreResponseBody.d.ts +18 -0
  122. package/dist/models/UpdateContextStoreResponseBody.js +58 -0
  123. package/dist/models/UpdateContextStoreResponseBody.js.map +1 -0
  124. package/dist/models/model.d.ts +54 -0
  125. package/dist/models/model.js +124 -14
  126. package/dist/models/model.js.map +1 -1
  127. package/package.json +1 -1
  128. package/src/client.ts +698 -0
  129. package/src/models/AddContextsRequest.ts +186 -0
  130. package/src/models/AddContextsResponse.ts +40 -0
  131. package/src/models/AddContextsResponseBody.ts +71 -0
  132. package/src/models/CreateContextStoreApikeyRequest.ts +34 -0
  133. package/src/models/CreateContextStoreApikeyResponse.ts +40 -0
  134. package/src/models/CreateContextStoreApikeyResponseBody.ts +45 -0
  135. package/src/models/CreateContextStoreRequest.ts +166 -0
  136. package/src/models/CreateContextStoreResponse.ts +40 -0
  137. package/src/models/CreateContextStoreResponseBody.ts +31 -0
  138. package/src/models/DeleteContextRequest.ts +24 -0
  139. package/src/models/DeleteContextResponse.ts +40 -0
  140. package/src/models/DeleteContextResponseBody.ts +45 -0
  141. package/src/models/DeleteContextStoreApikeyRequest.ts +24 -0
  142. package/src/models/DeleteContextStoreApikeyResponse.ts +40 -0
  143. package/src/models/DeleteContextStoreApikeyResponseBody.ts +31 -0
  144. package/src/models/DeleteContextStoreRequest.ts +24 -0
  145. package/src/models/DeleteContextStoreResponse.ts +40 -0
  146. package/src/models/DeleteContextStoreResponseBody.ts +27 -0
  147. package/src/models/DeleteContextsRequest.ts +38 -0
  148. package/src/models/DeleteContextsResponse.ts +40 -0
  149. package/src/models/DeleteContextsResponseBody.ts +38 -0
  150. package/src/models/GetContextRequest.ts +31 -0
  151. package/src/models/GetContextResponse.ts +36 -0
  152. package/src/models/GetContextStoreRequest.ts +24 -0
  153. package/src/models/GetContextStoreResponse.ts +40 -0
  154. package/src/models/GetContextStoreResponseBody.ts +248 -0
  155. package/src/models/ListContextStoreApikeysRequest.ts +38 -0
  156. package/src/models/ListContextStoreApikeysResponse.ts +40 -0
  157. package/src/models/ListContextStoreApikeysResponseBody.ts +116 -0
  158. package/src/models/ListContextStoresRequest.ts +52 -0
  159. package/src/models/ListContextStoresResponse.ts +40 -0
  160. package/src/models/ListContextStoresResponseBody.ts +140 -0
  161. package/src/models/SearchContextRequest.ts +68 -0
  162. package/src/models/SearchContextResponse.ts +40 -0
  163. package/src/models/SearchContextResponseBody.ts +37 -0
  164. package/src/models/UpdateContextRequest.ts +84 -0
  165. package/src/models/UpdateContextResponse.ts +36 -0
  166. package/src/models/UpdateContextStoreRequest.ts +150 -0
  167. package/src/models/UpdateContextStoreResponse.ts +40 -0
  168. package/src/models/UpdateContextStoreResponseBody.ts +31 -0
  169. package/src/models/model.ts +54 -0
@@ -0,0 +1,119 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class AddContextsRequestItems extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * 952730733889060865
6
+ */
7
+ agentId?: string;
8
+ /**
9
+ * @example
10
+ * mm_480d961a1b5e4efe84603f4cbc0f
11
+ */
12
+ appId?: string;
13
+ categories?: string[];
14
+ /**
15
+ * @example
16
+ * You are a conversation assistant.
17
+ */
18
+ content?: string;
19
+ /**
20
+ * @example
21
+ * Your custom instructions here
22
+ */
23
+ customInstructions?: string;
24
+ /**
25
+ * @example
26
+ * {
27
+ * "taskType": "troubleshooting",
28
+ * "complexity": "medium",
29
+ * "confidence": 0.95
30
+ * }
31
+ */
32
+ experience?: {
33
+ [key: string]: any;
34
+ };
35
+ /**
36
+ * @example
37
+ * 1731231212334396
38
+ */
39
+ expirationDate?: string;
40
+ /**
41
+ * @example
42
+ * true
43
+ */
44
+ immutable?: boolean;
45
+ /**
46
+ * @example
47
+ * true
48
+ */
49
+ infer?: boolean;
50
+ labels?: {
51
+ [key: string]: string;
52
+ };
53
+ messages?: {
54
+ [key: string]: any;
55
+ }[];
56
+ /**
57
+ * @example
58
+ * {"sessionId":"test_session_001"}
59
+ */
60
+ metadata?: {
61
+ [key: string]: any;
62
+ };
63
+ /**
64
+ * @example
65
+ * jr-80ded1d6953c64ea
66
+ */
67
+ runId?: string;
68
+ /**
69
+ * @example
70
+ * 1774578167
71
+ */
72
+ timestamp?: number;
73
+ triggerCondition?: string;
74
+ /**
75
+ * @example
76
+ * test_user_001
77
+ */
78
+ userId?: string;
79
+ static names(): {
80
+ [key: string]: string;
81
+ };
82
+ static types(): {
83
+ [key: string]: any;
84
+ };
85
+ validate(): void;
86
+ constructor(map?: {
87
+ [key: string]: any;
88
+ });
89
+ }
90
+ export declare class AddContextsRequest extends $dara.Model {
91
+ /**
92
+ * @remarks
93
+ * This parameter is required.
94
+ *
95
+ * @example
96
+ * memory
97
+ */
98
+ contextType?: string;
99
+ /**
100
+ * @remarks
101
+ * This parameter is required.
102
+ */
103
+ items?: AddContextsRequestItems[];
104
+ /**
105
+ * @example
106
+ * short
107
+ */
108
+ memoryType?: string;
109
+ static names(): {
110
+ [key: string]: string;
111
+ };
112
+ static types(): {
113
+ [key: string]: any;
114
+ };
115
+ validate(): void;
116
+ constructor(map?: {
117
+ [key: string]: any;
118
+ });
119
+ }
@@ -0,0 +1,129 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.AddContextsRequest = exports.AddContextsRequestItems = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class AddContextsRequestItems extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ agentId: 'agentId',
43
+ appId: 'appId',
44
+ categories: 'categories',
45
+ content: 'content',
46
+ customInstructions: 'customInstructions',
47
+ experience: 'experience',
48
+ expirationDate: 'expirationDate',
49
+ immutable: 'immutable',
50
+ infer: 'infer',
51
+ labels: 'labels',
52
+ messages: 'messages',
53
+ metadata: 'metadata',
54
+ runId: 'runId',
55
+ timestamp: 'timestamp',
56
+ triggerCondition: 'triggerCondition',
57
+ userId: 'userId',
58
+ };
59
+ }
60
+ static types() {
61
+ return {
62
+ agentId: 'string',
63
+ appId: 'string',
64
+ categories: { 'type': 'array', 'itemType': 'string' },
65
+ content: 'string',
66
+ customInstructions: 'string',
67
+ experience: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
68
+ expirationDate: 'string',
69
+ immutable: 'boolean',
70
+ infer: 'boolean',
71
+ labels: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
72
+ messages: { 'type': 'array', 'itemType': { 'type': 'map', 'keyType': 'string', 'valueType': 'any' } },
73
+ metadata: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
74
+ runId: 'string',
75
+ timestamp: 'number',
76
+ triggerCondition: 'string',
77
+ userId: 'string',
78
+ };
79
+ }
80
+ validate() {
81
+ if (Array.isArray(this.categories)) {
82
+ $dara.Model.validateArray(this.categories);
83
+ }
84
+ if (this.experience) {
85
+ $dara.Model.validateMap(this.experience);
86
+ }
87
+ if (this.labels) {
88
+ $dara.Model.validateMap(this.labels);
89
+ }
90
+ if (Array.isArray(this.messages)) {
91
+ $dara.Model.validateArray(this.messages);
92
+ }
93
+ if (this.metadata) {
94
+ $dara.Model.validateMap(this.metadata);
95
+ }
96
+ super.validate();
97
+ }
98
+ constructor(map) {
99
+ super(map);
100
+ }
101
+ }
102
+ exports.AddContextsRequestItems = AddContextsRequestItems;
103
+ class AddContextsRequest extends $dara.Model {
104
+ static names() {
105
+ return {
106
+ contextType: 'contextType',
107
+ items: 'items',
108
+ memoryType: 'memoryType',
109
+ };
110
+ }
111
+ static types() {
112
+ return {
113
+ contextType: 'string',
114
+ items: { 'type': 'array', 'itemType': AddContextsRequestItems },
115
+ memoryType: 'string',
116
+ };
117
+ }
118
+ validate() {
119
+ if (Array.isArray(this.items)) {
120
+ $dara.Model.validateArray(this.items);
121
+ }
122
+ super.validate();
123
+ }
124
+ constructor(map) {
125
+ super(map);
126
+ }
127
+ }
128
+ exports.AddContextsRequest = AddContextsRequest;
129
+ //# sourceMappingURL=AddContextsRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddContextsRequest.js","sourceRoot":"","sources":["../../src/models/AddContextsRequest.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { AddContextsResponseBody } from "./AddContextsResponseBody";
3
+ export declare class AddContextsResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: AddContextsResponseBody;
9
+ static names(): {
10
+ [key: string]: string;
11
+ };
12
+ static types(): {
13
+ [key: string]: any;
14
+ };
15
+ validate(): void;
16
+ constructor(map?: {
17
+ [key: string]: any;
18
+ });
19
+ }
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.AddContextsResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const AddContextsResponseBody_1 = require("./AddContextsResponseBody");
40
+ class AddContextsResponse extends $dara.Model {
41
+ static names() {
42
+ return {
43
+ headers: 'headers',
44
+ statusCode: 'statusCode',
45
+ body: 'body',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
51
+ statusCode: 'number',
52
+ body: AddContextsResponseBody_1.AddContextsResponseBody,
53
+ };
54
+ }
55
+ validate() {
56
+ if (this.headers) {
57
+ $dara.Model.validateMap(this.headers);
58
+ }
59
+ if (this.body && typeof this.body.validate === 'function') {
60
+ this.body.validate();
61
+ }
62
+ super.validate();
63
+ }
64
+ constructor(map) {
65
+ super(map);
66
+ }
67
+ }
68
+ exports.AddContextsResponse = AddContextsResponse;
69
+ //# sourceMappingURL=AddContextsResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddContextsResponse.js","sourceRoot":"","sources":["../../src/models/AddContextsResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uEAAoE;AAGpE,MAAa,mBAAoB,SAAQ,KAAK,CAAC,KAAK;IAIlD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,iDAAuB;SAC9B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,kDAiCC"}
@@ -0,0 +1,41 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class AddContextsResponseBodyResults extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * 897294a7-67a4-4f60-976c-e136edc5f97e
6
+ */
7
+ contextId?: string;
8
+ /**
9
+ * @example
10
+ * accepted
11
+ */
12
+ status?: string;
13
+ static names(): {
14
+ [key: string]: string;
15
+ };
16
+ static types(): {
17
+ [key: string]: any;
18
+ };
19
+ validate(): void;
20
+ constructor(map?: {
21
+ [key: string]: any;
22
+ });
23
+ }
24
+ export declare class AddContextsResponseBody extends $dara.Model {
25
+ /**
26
+ * @example
27
+ * 0B9377D9-C56B-5C2E-A8A4-A01D6CC3F4B8
28
+ */
29
+ requestId?: string;
30
+ results?: AddContextsResponseBodyResults[];
31
+ static names(): {
32
+ [key: string]: string;
33
+ };
34
+ static types(): {
35
+ [key: string]: any;
36
+ };
37
+ validate(): void;
38
+ constructor(map?: {
39
+ [key: string]: any;
40
+ });
41
+ }
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.AddContextsResponseBody = exports.AddContextsResponseBodyResults = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class AddContextsResponseBodyResults extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ contextId: 'contextId',
43
+ status: 'status',
44
+ };
45
+ }
46
+ static types() {
47
+ return {
48
+ contextId: 'string',
49
+ status: 'string',
50
+ };
51
+ }
52
+ validate() {
53
+ super.validate();
54
+ }
55
+ constructor(map) {
56
+ super(map);
57
+ }
58
+ }
59
+ exports.AddContextsResponseBodyResults = AddContextsResponseBodyResults;
60
+ class AddContextsResponseBody extends $dara.Model {
61
+ static names() {
62
+ return {
63
+ requestId: 'requestId',
64
+ results: 'results',
65
+ };
66
+ }
67
+ static types() {
68
+ return {
69
+ requestId: 'string',
70
+ results: { 'type': 'array', 'itemType': AddContextsResponseBodyResults },
71
+ };
72
+ }
73
+ validate() {
74
+ if (Array.isArray(this.results)) {
75
+ $dara.Model.validateArray(this.results);
76
+ }
77
+ super.validate();
78
+ }
79
+ constructor(map) {
80
+ super(map);
81
+ }
82
+ }
83
+ exports.AddContextsResponseBody = AddContextsResponseBody;
84
+ //# sourceMappingURL=AddContextsResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddContextsResponseBody.js","sourceRoot":"","sources":["../../src/models/AddContextsResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAW7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhCD,wEAgCC;AAED,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;IAOtD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,8BAA8B,EAAE;SACzE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;YAC/B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/BD,0DA+BC"}
@@ -0,0 +1,21 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class CreateContextStoreAPIKeyRequest extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * This parameter is required.
6
+ *
7
+ * @example
8
+ * Production Service Key
9
+ */
10
+ name?: string;
11
+ static names(): {
12
+ [key: string]: string;
13
+ };
14
+ static types(): {
15
+ [key: string]: any;
16
+ };
17
+ validate(): void;
18
+ constructor(map?: {
19
+ [key: string]: any;
20
+ });
21
+ }
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.CreateContextStoreAPIKeyRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class CreateContextStoreAPIKeyRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ name: 'name',
43
+ };
44
+ }
45
+ static types() {
46
+ return {
47
+ name: 'string',
48
+ };
49
+ }
50
+ validate() {
51
+ super.validate();
52
+ }
53
+ constructor(map) {
54
+ super(map);
55
+ }
56
+ }
57
+ exports.CreateContextStoreAPIKeyRequest = CreateContextStoreAPIKeyRequest;
58
+ //# sourceMappingURL=CreateContextStoreApikeyRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateContextStoreApikeyRequest.js","sourceRoot":"","sources":["../../src/models/CreateContextStoreApikeyRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAS9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,0EA4BC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { CreateContextStoreAPIKeyResponseBody } from "./CreateContextStoreApikeyResponseBody";
3
+ export declare class CreateContextStoreAPIKeyResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: CreateContextStoreAPIKeyResponseBody;
9
+ static names(): {
10
+ [key: string]: string;
11
+ };
12
+ static types(): {
13
+ [key: string]: any;
14
+ };
15
+ validate(): void;
16
+ constructor(map?: {
17
+ [key: string]: any;
18
+ });
19
+ }
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.CreateContextStoreAPIKeyResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const CreateContextStoreApikeyResponseBody_1 = require("./CreateContextStoreApikeyResponseBody");
40
+ class CreateContextStoreAPIKeyResponse extends $dara.Model {
41
+ static names() {
42
+ return {
43
+ headers: 'headers',
44
+ statusCode: 'statusCode',
45
+ body: 'body',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
51
+ statusCode: 'number',
52
+ body: CreateContextStoreApikeyResponseBody_1.CreateContextStoreAPIKeyResponseBody,
53
+ };
54
+ }
55
+ validate() {
56
+ if (this.headers) {
57
+ $dara.Model.validateMap(this.headers);
58
+ }
59
+ if (this.body && typeof this.body.validate === 'function') {
60
+ this.body.validate();
61
+ }
62
+ super.validate();
63
+ }
64
+ constructor(map) {
65
+ super(map);
66
+ }
67
+ }
68
+ exports.CreateContextStoreAPIKeyResponse = CreateContextStoreAPIKeyResponse;
69
+ //# sourceMappingURL=CreateContextStoreApikeyResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateContextStoreApikeyResponse.js","sourceRoot":"","sources":["../../src/models/CreateContextStoreApikeyResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iGAA8F;AAG9F,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAI/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,2EAAoC;SAC3C,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,4EAiCC"}