@simpleapps-com/augur-api 0.2.4 → 0.2.5

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 (127) hide show
  1. package/README.md +100 -0
  2. package/dist/cjs/index.d.ts +1 -1
  3. package/dist/cjs/index.js +1 -1
  4. package/dist/cjs/services/agr-site/client.d.ts +522 -2
  5. package/dist/cjs/services/agr-site/client.d.ts.map +1 -1
  6. package/dist/cjs/services/agr-site/client.js +565 -12
  7. package/dist/cjs/services/agr-site/client.js.map +1 -1
  8. package/dist/cjs/services/p21-core/client.d.ts +627 -0
  9. package/dist/cjs/services/p21-core/client.d.ts.map +1 -0
  10. package/dist/cjs/services/p21-core/client.js +704 -0
  11. package/dist/cjs/services/p21-core/client.js.map +1 -0
  12. package/dist/cjs/services/p21-core/index.d.ts +3 -0
  13. package/dist/cjs/services/p21-core/index.d.ts.map +1 -0
  14. package/dist/cjs/services/p21-core/index.js +21 -0
  15. package/dist/cjs/services/p21-core/index.js.map +1 -0
  16. package/dist/cjs/services/p21-core/schemas/address.d.ts +88 -0
  17. package/dist/cjs/services/p21-core/schemas/address.d.ts.map +1 -0
  18. package/dist/cjs/services/p21-core/schemas/address.js +45 -0
  19. package/dist/cjs/services/p21-core/schemas/address.js.map +1 -0
  20. package/dist/cjs/services/p21-core/schemas/cash-drawer.d.ts +96 -0
  21. package/dist/cjs/services/p21-core/schemas/cash-drawer.d.ts.map +1 -0
  22. package/dist/cjs/services/p21-core/schemas/cash-drawer.js +39 -0
  23. package/dist/cjs/services/p21-core/schemas/cash-drawer.js.map +1 -0
  24. package/dist/cjs/services/p21-core/schemas/codes.d.ts +54 -0
  25. package/dist/cjs/services/p21-core/schemas/codes.d.ts.map +1 -0
  26. package/dist/cjs/services/p21-core/schemas/codes.js +25 -0
  27. package/dist/cjs/services/p21-core/schemas/codes.js.map +1 -0
  28. package/dist/cjs/services/p21-core/schemas/company.d.ts +80 -0
  29. package/dist/cjs/services/p21-core/schemas/company.d.ts.map +1 -0
  30. package/dist/cjs/services/p21-core/schemas/company.js +35 -0
  31. package/dist/cjs/services/p21-core/schemas/company.js.map +1 -0
  32. package/dist/cjs/services/p21-core/schemas/health.d.ts +46 -0
  33. package/dist/cjs/services/p21-core/schemas/health.d.ts.map +1 -0
  34. package/dist/cjs/services/p21-core/schemas/health.js +7 -0
  35. package/dist/cjs/services/p21-core/schemas/health.js.map +1 -0
  36. package/dist/cjs/services/p21-core/schemas/index.d.ts +8 -0
  37. package/dist/cjs/services/p21-core/schemas/index.d.ts.map +1 -0
  38. package/dist/cjs/services/p21-core/schemas/index.js +25 -0
  39. package/dist/cjs/services/p21-core/schemas/index.js.map +1 -0
  40. package/dist/cjs/services/p21-core/schemas/location.d.ts +84 -0
  41. package/dist/cjs/services/p21-core/schemas/location.d.ts.map +1 -0
  42. package/dist/cjs/services/p21-core/schemas/location.js +35 -0
  43. package/dist/cjs/services/p21-core/schemas/location.js.map +1 -0
  44. package/dist/cjs/services/p21-core/schemas/payment-types.d.ts +39 -0
  45. package/dist/cjs/services/p21-core/schemas/payment-types.d.ts.map +1 -0
  46. package/dist/cjs/services/p21-core/schemas/payment-types.js +26 -0
  47. package/dist/cjs/services/p21-core/schemas/payment-types.js.map +1 -0
  48. package/dist/cjs/services/p21-core/schemas.d.ts +2 -0
  49. package/dist/cjs/services/p21-core/schemas.d.ts.map +1 -0
  50. package/dist/cjs/services/p21-core/schemas.js +19 -0
  51. package/dist/cjs/services/p21-core/schemas.js.map +1 -0
  52. package/dist/esm/index.d.ts +1 -1
  53. package/dist/esm/index.js +1 -1
  54. package/dist/esm/services/agr-site/client.d.ts +522 -2
  55. package/dist/esm/services/agr-site/client.d.ts.map +1 -1
  56. package/dist/esm/services/agr-site/client.js +565 -12
  57. package/dist/esm/services/agr-site/client.js.map +1 -1
  58. package/dist/esm/services/p21-core/client.d.ts +627 -0
  59. package/dist/esm/services/p21-core/client.d.ts.map +1 -0
  60. package/dist/esm/services/p21-core/client.js +700 -0
  61. package/dist/esm/services/p21-core/client.js.map +1 -0
  62. package/dist/esm/services/p21-core/index.d.ts +3 -0
  63. package/dist/esm/services/p21-core/index.d.ts.map +1 -0
  64. package/dist/esm/services/p21-core/index.js +3 -0
  65. package/dist/esm/services/p21-core/index.js.map +1 -0
  66. package/dist/esm/services/p21-core/schemas/address.d.ts +88 -0
  67. package/dist/esm/services/p21-core/schemas/address.d.ts.map +1 -0
  68. package/dist/esm/services/p21-core/schemas/address.js +42 -0
  69. package/dist/esm/services/p21-core/schemas/address.js.map +1 -0
  70. package/dist/esm/services/p21-core/schemas/cash-drawer.d.ts +96 -0
  71. package/dist/esm/services/p21-core/schemas/cash-drawer.d.ts.map +1 -0
  72. package/dist/esm/services/p21-core/schemas/cash-drawer.js +36 -0
  73. package/dist/esm/services/p21-core/schemas/cash-drawer.js.map +1 -0
  74. package/dist/esm/services/p21-core/schemas/codes.d.ts +54 -0
  75. package/dist/esm/services/p21-core/schemas/codes.d.ts.map +1 -0
  76. package/dist/esm/services/p21-core/schemas/codes.js +22 -0
  77. package/dist/esm/services/p21-core/schemas/codes.js.map +1 -0
  78. package/dist/esm/services/p21-core/schemas/company.d.ts +80 -0
  79. package/dist/esm/services/p21-core/schemas/company.d.ts.map +1 -0
  80. package/dist/esm/services/p21-core/schemas/company.js +32 -0
  81. package/dist/esm/services/p21-core/schemas/company.js.map +1 -0
  82. package/dist/esm/services/p21-core/schemas/health.d.ts +46 -0
  83. package/dist/esm/services/p21-core/schemas/health.d.ts.map +1 -0
  84. package/dist/esm/services/p21-core/schemas/health.js +4 -0
  85. package/dist/esm/services/p21-core/schemas/health.js.map +1 -0
  86. package/dist/esm/services/p21-core/schemas/index.d.ts +8 -0
  87. package/dist/esm/services/p21-core/schemas/index.d.ts.map +1 -0
  88. package/dist/esm/services/p21-core/schemas/index.js +9 -0
  89. package/dist/esm/services/p21-core/schemas/index.js.map +1 -0
  90. package/dist/esm/services/p21-core/schemas/location.d.ts +84 -0
  91. package/dist/esm/services/p21-core/schemas/location.d.ts.map +1 -0
  92. package/dist/esm/services/p21-core/schemas/location.js +32 -0
  93. package/dist/esm/services/p21-core/schemas/location.js.map +1 -0
  94. package/dist/esm/services/p21-core/schemas/payment-types.d.ts +39 -0
  95. package/dist/esm/services/p21-core/schemas/payment-types.d.ts.map +1 -0
  96. package/dist/esm/services/p21-core/schemas/payment-types.js +23 -0
  97. package/dist/esm/services/p21-core/schemas/payment-types.js.map +1 -0
  98. package/dist/esm/services/p21-core/schemas.d.ts +2 -0
  99. package/dist/esm/services/p21-core/schemas.d.ts.map +1 -0
  100. package/dist/esm/services/p21-core/schemas.js +3 -0
  101. package/dist/esm/services/p21-core/schemas.js.map +1 -0
  102. package/dist/types/index.d.ts +1 -1
  103. package/dist/types/services/agr-site/client.d.ts +522 -2
  104. package/dist/types/services/agr-site/client.d.ts.map +1 -1
  105. package/dist/types/services/p21-core/client.d.ts +627 -0
  106. package/dist/types/services/p21-core/client.d.ts.map +1 -0
  107. package/dist/types/services/p21-core/index.d.ts +3 -0
  108. package/dist/types/services/p21-core/index.d.ts.map +1 -0
  109. package/dist/types/services/p21-core/schemas/address.d.ts +88 -0
  110. package/dist/types/services/p21-core/schemas/address.d.ts.map +1 -0
  111. package/dist/types/services/p21-core/schemas/cash-drawer.d.ts +96 -0
  112. package/dist/types/services/p21-core/schemas/cash-drawer.d.ts.map +1 -0
  113. package/dist/types/services/p21-core/schemas/codes.d.ts +54 -0
  114. package/dist/types/services/p21-core/schemas/codes.d.ts.map +1 -0
  115. package/dist/types/services/p21-core/schemas/company.d.ts +80 -0
  116. package/dist/types/services/p21-core/schemas/company.d.ts.map +1 -0
  117. package/dist/types/services/p21-core/schemas/health.d.ts +46 -0
  118. package/dist/types/services/p21-core/schemas/health.d.ts.map +1 -0
  119. package/dist/types/services/p21-core/schemas/index.d.ts +8 -0
  120. package/dist/types/services/p21-core/schemas/index.d.ts.map +1 -0
  121. package/dist/types/services/p21-core/schemas/location.d.ts +84 -0
  122. package/dist/types/services/p21-core/schemas/location.d.ts.map +1 -0
  123. package/dist/types/services/p21-core/schemas/payment-types.d.ts +39 -0
  124. package/dist/types/services/p21-core/schemas/payment-types.d.ts.map +1 -0
  125. package/dist/types/services/p21-core/schemas.d.ts +2 -0
  126. package/dist/types/services/p21-core/schemas.d.ts.map +1 -0
  127. package/package.json +1 -1
@@ -1,11 +1,92 @@
1
1
  import { HTTPClient } from '../../core/client';
2
2
  import { BaseServiceClient, type BaseResponse } from '../../core/base-client';
3
- import { type OpenSearchEmbeddingParams } from './schemas';
3
+ import { type SettingCreateParams, type SettingListParams, type SettingUpdateParams, type FyxerTranscriptCreateParams, type FyxerTranscriptListParams, type FyxerTranscriptUpdateParams, type OpenSearchEmbeddingParams } from './schemas';
4
+ /**
5
+ * AGR-Site API Client
6
+ * @description Client for interacting with AGR-Site (Augur Site) microservice API endpoints for site content management, AI transcription processing, and search embedding functionality
7
+ * @fullPath api.agrSite
8
+ * @service agr-site
9
+ * @domain site-content-management
10
+ * @discoverable true
11
+ * @searchTerms ["agr-site", "augur site", "site content", "settings management", "fyxer transcripts", "AI transcription", "opensearch embedding", "content management", "site data"]
12
+ * @relatedEndpoints ["api.agrSite.settings", "api.agrSite.fyxerTranscripts", "api.agrSite.openSearch", "api.agrSite.health"]
13
+ * @commonPatterns ["Site content management", "AI transcript processing", "Search embedding integration", "Site settings configuration"]
14
+ * @workflow ["content-creation", "transcript-processing", "search-optimization", "site-data-management"]
15
+ * @functionalArea "site-content-and-ai-processing"
16
+ * @businessRules ["Requires valid site authentication", "Transcript processing for business content", "Settings changes affect site-wide behavior"]
17
+ * @performance "Supports pagination for large datasets, embedding operations may have latency"
18
+ * @example
19
+ * ```typescript
20
+ * import { HTTPClient } from '@augur/api-client/core';
21
+ * import { AgrSiteClient } from '@augur/api-client/services/agr-site';
22
+ *
23
+ * const http = new HTTPClient('agr-site', { siteId: 'your-site-id', bearerToken: 'your-token' });
24
+ * const agrSite = new AgrSiteClient(http);
25
+ *
26
+ * // Manage site settings
27
+ * const settings = await agrSite.settings.list();
28
+ * const settingsData = await agrSite.settings.listData();
29
+ *
30
+ * // Process AI transcripts
31
+ * const transcript = await agrSite.fyxerTranscripts.create({
32
+ * title: 'Business Meeting Notes',
33
+ * content: 'Discussion about project roadmap and priorities...',
34
+ * metadata: { tags: ['business', 'planning'] }
35
+ * });
36
+ *
37
+ * // Generate search embeddings
38
+ * const embedding = await agrSite.openSearch.getEmbedding({
39
+ * text: 'Business strategy discussion for Q1 planning'
40
+ * });
41
+ * ```
42
+ */
4
43
  export declare class AgrSiteClient extends BaseServiceClient {
5
44
  private readonly _schemaRefs;
6
45
  private get schemaRefs();
46
+ /**
47
+ * Create a new AgrSiteClient instance
48
+ * @param http Configured HTTPClient instance with authentication
49
+ * @param baseUrl Base URL for the AGR-Site API (default: https://agr-site.augur-api.com)
50
+ */
7
51
  constructor(http: HTTPClient, baseUrl?: string);
52
+ /**
53
+ * Settings Management Operations
54
+ * @description Comprehensive settings configuration management for site content and behavior
55
+ */
8
56
  settings: {
57
+ /**
58
+ * List all configuration settings with optional filtering and pagination
59
+ * @description Retrieves all site configuration settings with support for filtering and pagination
60
+ * @fullPath api.agrSite.settings.list
61
+ * @service agr-site
62
+ * @domain site-content-management
63
+ * @dataMethod listData - returns only the settings array without metadata
64
+ * @discoverable true
65
+ * @searchTerms ["settings", "configuration", "site config", "preferences", "site settings", "content settings"]
66
+ * @relatedEndpoints ["api.agrSite.settings.get", "api.agrSite.settings.create", "api.agrSite.settings.update", "api.agrSite.settings.delete"]
67
+ * @commonPatterns ["Get all settings", "List site configuration", "Retrieve preferences", "Configuration management"]
68
+ * @workflow ["settings-management", "site-configuration", "site-setup"]
69
+ * @prerequisites ["Valid authentication token", "Settings read permissions"]
70
+ * @nextSteps ["api.agrSite.settings.get for details", "api.agrSite.settings.update for modifications"]
71
+ * @businessRules ["Returns only settings accessible to current user", "Respects site-level permissions", "Pagination recommended for large config sets"]
72
+ * @functionalArea "site-content-and-ai-processing"
73
+ * @caching "Cache for 10 minutes, invalidate on settings changes"
74
+ * @performance "Supports pagination, use filters for large configuration sets"
75
+ * @param params Optional filtering and pagination parameters
76
+ * @returns Promise<BaseResponse<unknown[]>> Complete response with settings array and metadata
77
+ * @example
78
+ * ```typescript
79
+ * // Get all settings
80
+ * const response = await client.settings.list();
81
+ * console.log(response.data); // Settings array
82
+ *
83
+ * // Get just the data
84
+ * const settings = await client.settings.listData();
85
+ *
86
+ * // Filter settings
87
+ * const filtered = await client.settings.list({ category: 'agricultural' });
88
+ * ```
89
+ */
9
90
  list: (params?: {
10
91
  serviceName: string;
11
92
  edgeCache?: 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8" | undefined;
@@ -13,12 +94,95 @@ export declare class AgrSiteClient extends BaseServiceClient {
13
94
  offset?: number | undefined;
14
95
  statusCd?: number | undefined;
15
96
  } | undefined) => Promise<BaseResponse<unknown[]>>;
97
+ /**
98
+ * Get configuration setting details by ID
99
+ * @description Retrieves detailed information for a specific configuration setting
100
+ * @fullPath api.agrSite.settings.get
101
+ * @service agr-site
102
+ * @domain site-content-management
103
+ * @dataMethod getData - returns only the setting data without metadata
104
+ * @discoverable true
105
+ * @searchTerms ["setting detail", "configuration detail", "get setting", "retrieve config", "setting info"]
106
+ * @relatedEndpoints ["api.agrSite.settings.list", "api.agrSite.settings.update", "api.agrSite.settings.delete"]
107
+ * @commonPatterns ["Get setting details", "Retrieve configuration", "View setting info"]
108
+ * @workflow ["settings-management", "configuration-review"]
109
+ * @prerequisites ["Valid authentication token", "Setting read permissions", "Valid setting ID"]
110
+ * @nextSteps ["api.agrSite.settings.update to modify", "api.agrSite.settings.delete to remove"]
111
+ * @businessRules ["Returns 404 if setting not found", "Respects setting-level permissions"]
112
+ * @functionalArea "site-content-and-ai-processing"
113
+ * @caching "Cache for 15 minutes, invalidate on setting updates"
114
+ * @performance "Direct ID lookup, very fast response"
115
+ * @param settingsUid Unique identifier for the setting
116
+ * @returns Promise<BaseResponse<unknown>> Complete response with setting details
117
+ * @example
118
+ * ```typescript
119
+ * const setting = await client.settings.get(123);
120
+ * const settingData = await client.settings.getData(123);
121
+ * ```
122
+ */
16
123
  get: (id: string | number, params?: import("../../core/base-client").CacheParams | undefined) => Promise<BaseResponse<unknown>>;
124
+ /**
125
+ * Create new configuration setting
126
+ * @description Creates a new site configuration setting with specified parameters
127
+ * @fullPath api.agrSite.settings.create
128
+ * @service agr-site
129
+ * @domain site-content-management
130
+ * @dataMethod createData - returns only the created setting data without metadata
131
+ * @discoverable true
132
+ * @searchTerms ["create setting", "new configuration", "add setting", "setting creation", "config setup"]
133
+ * @relatedEndpoints ["api.agrSite.settings.list", "api.agrSite.settings.get", "api.agrSite.settings.update"]
134
+ * @commonPatterns ["Create new setting", "Add configuration", "Setup new preference"]
135
+ * @workflow ["settings-management", "site-configuration", "site-setup"]
136
+ * @prerequisites ["Valid authentication token", "Settings create permissions", "Valid setting data"]
137
+ * @nextSteps ["api.agrSite.settings.get to verify", "api.agrSite.settings.update for modifications"]
138
+ * @businessRules ["Setting names must be unique", "Validates setting format", "Creates audit trail"]
139
+ * @functionalArea "site-content-and-ai-processing"
140
+ * @performance "Synchronous creation with immediate availability"
141
+ * @param params Setting creation parameters including name, value, and metadata
142
+ * @returns Promise<BaseResponse<unknown>> Complete response with created setting details
143
+ * @example
144
+ * ```typescript
145
+ * const newSetting = await client.settings.create({
146
+ * name: 'crop_rotation_interval',
147
+ * value: '3',
148
+ * category: 'agricultural',
149
+ * description: 'Default crop rotation interval in years'
150
+ * });
151
+ * ```
152
+ */
17
153
  create: (data: {
18
154
  name: string;
19
155
  serviceName: string;
20
156
  value?: string | null | undefined;
21
157
  }) => Promise<unknown>;
158
+ /**
159
+ * Update existing configuration setting
160
+ * @description Updates an existing site configuration setting with new values
161
+ * @fullPath api.agrSite.settings.update
162
+ * @service agr-site
163
+ * @domain site-content-management
164
+ * @dataMethod updateData - returns only the updated setting data without metadata
165
+ * @discoverable true
166
+ * @searchTerms ["update setting", "modify configuration", "change setting", "edit config", "setting update"]
167
+ * @relatedEndpoints ["api.agrSite.settings.list", "api.agrSite.settings.get", "api.agrSite.settings.delete"]
168
+ * @commonPatterns ["Update setting value", "Modify configuration", "Change preferences"]
169
+ * @workflow ["settings-management", "configuration-maintenance"]
170
+ * @prerequisites ["Valid authentication token", "Settings update permissions", "Existing setting ID"]
171
+ * @nextSteps ["api.agrSite.settings.get to verify changes", "Cache invalidation may be required"]
172
+ * @businessRules ["Validates new values", "Maintains setting history", "Updates audit trail"]
173
+ * @functionalArea "site-content-and-ai-processing"
174
+ * @performance "Synchronous update with immediate effect"
175
+ * @param settingsUid Unique identifier for the setting to update
176
+ * @param params Updated setting parameters
177
+ * @returns Promise<BaseResponse<unknown>> Complete response with updated setting details
178
+ * @example
179
+ * ```typescript
180
+ * const updated = await client.settings.update(123, {
181
+ * value: '5',
182
+ * description: 'Updated crop rotation interval'
183
+ * });
184
+ * ```
185
+ */
22
186
  update: (id: string | number, data: {
23
187
  value?: string | null | undefined;
24
188
  name?: string | undefined;
@@ -27,9 +191,104 @@ export declare class AgrSiteClient extends BaseServiceClient {
27
191
  processCd?: number | undefined;
28
192
  serviceName?: string | undefined;
29
193
  }) => Promise<unknown>;
194
+ /**
195
+ * Delete configuration setting
196
+ * @description Removes a configuration setting from the system
197
+ * @fullPath api.agrSite.settings.delete
198
+ * @service agr-site
199
+ * @domain site-content-management
200
+ * @dataMethod deleteData - returns only the deletion result without metadata
201
+ * @discoverable true
202
+ * @searchTerms ["delete setting", "remove configuration", "delete config", "remove setting"]
203
+ * @relatedEndpoints ["api.agrSite.settings.list", "api.agrSite.settings.get", "api.agrSite.settings.create"]
204
+ * @commonPatterns ["Delete setting", "Remove configuration", "Clean up settings"]
205
+ * @workflow ["settings-management", "configuration-cleanup"]
206
+ * @prerequisites ["Valid authentication token", "Settings delete permissions", "Existing setting ID"]
207
+ * @nextSteps ["Cache invalidation", "Verify setting removal with list operation"]
208
+ * @businessRules ["Cannot delete system-critical settings", "Creates deletion audit log", "Irreversible operation"]
209
+ * @functionalArea "site-content-and-ai-processing"
210
+ * @performance "Immediate deletion with cascading cleanup"
211
+ * @param settingsUid Unique identifier for the setting to delete
212
+ * @returns Promise<BaseResponse<unknown>> Complete response confirming deletion
213
+ * @example
214
+ * ```typescript
215
+ * const result = await client.settings.delete(123);
216
+ * ```
217
+ */
30
218
  delete: (id: string | number) => Promise<BaseResponse<unknown>>;
219
+ /**
220
+ * Get settings data without response metadata
221
+ * @param params Optional filtering and pagination parameters
222
+ * @returns Promise<unknown[]> Settings array directly
223
+ */
224
+ listData: (params?: SettingListParams) => Promise<unknown[]>;
225
+ /**
226
+ * Get setting data without response metadata
227
+ * @param settingsUid Unique identifier for the setting
228
+ * @returns Promise<unknown> Setting data directly
229
+ */
230
+ getData: (settingsUid: number) => Promise<unknown>;
231
+ /**
232
+ * Create setting and return data without response metadata
233
+ * @param params Setting creation parameters
234
+ * @returns Promise<unknown> Created setting data directly
235
+ */
236
+ createData: (params: SettingCreateParams) => Promise<unknown>;
237
+ /**
238
+ * Update setting and return data without response metadata
239
+ * @param settingsUid Unique identifier for the setting to update
240
+ * @param params Updated setting parameters
241
+ * @returns Promise<unknown> Updated setting data directly
242
+ */
243
+ updateData: (settingsUid: number, params: SettingUpdateParams) => Promise<unknown>;
244
+ /**
245
+ * Delete setting and return result without response metadata
246
+ * @param settingsUid Unique identifier for the setting to delete
247
+ * @returns Promise<unknown> Deletion result directly
248
+ */
249
+ deleteData: (settingsUid: number) => Promise<unknown>;
31
250
  };
251
+ /**
252
+ * Fyxer Transcript Management Operations
253
+ * @description AI-powered transcript processing and management for agricultural content and meeting documentation
254
+ */
32
255
  fyxerTranscripts: {
256
+ /**
257
+ * List all AI transcripts with optional filtering and pagination
258
+ * @description Retrieves all Fyxer AI transcripts with support for filtering by content type, date, and agricultural topics
259
+ * @fullPath api.agrSite.fyxerTranscripts.list
260
+ * @service agr-site
261
+ * @domain site-content-management
262
+ * @dataMethod listData - returns only the transcripts array without metadata
263
+ * @discoverable true
264
+ * @searchTerms ["transcripts", "AI transcripts", "fyxer", "meeting notes", "agricultural transcription", "audio processing", "speech to text"]
265
+ * @relatedEndpoints ["api.agrSite.fyxerTranscripts.get", "api.agrSite.fyxerTranscripts.create", "api.agrSite.fyxerTranscripts.update", "api.agrSite.fyxerTranscripts.delete", "api.agrSite.openSearch.getEmbedding"]
266
+ * @commonPatterns ["Get all transcripts", "List meeting notes", "Retrieve AI processed content", "Agricultural transcript management"]
267
+ * @workflow ["transcript-processing", "content-management", "agricultural-documentation", "ai-processing"]
268
+ * @prerequisites ["Valid authentication token", "Transcript read permissions"]
269
+ * @nextSteps ["api.agrSite.fyxerTranscripts.get for details", "api.agrSite.openSearch.getEmbedding for search optimization"]
270
+ * @businessRules ["Returns only transcripts accessible to current user", "Content filtered by agricultural relevance", "Pagination required for large datasets"]
271
+ * @functionalArea "site-content-and-ai-processing"
272
+ * @caching "Cache for 5 minutes, invalidate on transcript changes"
273
+ * @performance "Supports pagination, use date filters for large transcript collections"
274
+ * @param params Optional filtering and pagination parameters
275
+ * @returns Promise<BaseResponse<unknown[]>> Complete response with transcripts array and metadata
276
+ * @example
277
+ * ```typescript
278
+ * // Get all transcripts
279
+ * const response = await client.fyxerTranscripts.list();
280
+ * console.log(response.data); // Transcripts array
281
+ *
282
+ * // Get just the data
283
+ * const transcripts = await client.fyxerTranscripts.listData();
284
+ *
285
+ * // Filter by date range
286
+ * const recent = await client.fyxerTranscripts.list({
287
+ * startDate: '2024-01-01',
288
+ * endDate: '2024-12-31'
289
+ * });
290
+ * ```
291
+ */
33
292
  list: (params?: {
34
293
  edgeCache?: 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8" | undefined;
35
294
  limit?: number | undefined;
@@ -38,7 +297,65 @@ export declare class AgrSiteClient extends BaseServiceClient {
38
297
  orderBy?: string | undefined;
39
298
  statusCd?: number | undefined;
40
299
  } | undefined) => Promise<BaseResponse<unknown[]>>;
300
+ /**
301
+ * Get AI transcript details by ID
302
+ * @description Retrieves detailed information for a specific Fyxer AI transcript including processed content and metadata
303
+ * @fullPath api.agrSite.fyxerTranscripts.get
304
+ * @service agr-site
305
+ * @domain site-content-management
306
+ * @dataMethod getData - returns only the transcript data without metadata
307
+ * @discoverable true
308
+ * @searchTerms ["transcript detail", "AI transcript detail", "fyxer detail", "meeting detail", "transcript content"]
309
+ * @relatedEndpoints ["api.agrSite.fyxerTranscripts.list", "api.agrSite.fyxerTranscripts.update", "api.agrSite.fyxerTranscripts.delete", "api.agrSite.openSearch.getEmbedding"]
310
+ * @commonPatterns ["Get transcript details", "Retrieve AI processed content", "View meeting notes", "Access transcript data"]
311
+ * @workflow ["transcript-processing", "content-review", "agricultural-documentation"]
312
+ * @prerequisites ["Valid authentication token", "Transcript read permissions", "Valid transcript ID"]
313
+ * @nextSteps ["api.agrSite.fyxerTranscripts.update to modify", "api.agrSite.openSearch.getEmbedding for search indexing"]
314
+ * @businessRules ["Returns 404 if transcript not found", "Content may be sanitized for agricultural context", "Respects transcript-level permissions"]
315
+ * @functionalArea "site-content-and-ai-processing"
316
+ * @caching "Cache for 20 minutes, invalidate on transcript updates"
317
+ * @performance "Direct ID lookup with content processing, moderate response time"
318
+ * @param fyxerTranscriptHdrUid Unique identifier for the transcript
319
+ * @returns Promise<BaseResponse<unknown>> Complete response with transcript details and processed content
320
+ * @example
321
+ * ```typescript
322
+ * const transcript = await client.fyxerTranscripts.get(456);
323
+ * const transcriptData = await client.fyxerTranscripts.getData(456);
324
+ * ```
325
+ */
41
326
  get: (id: string | number, params?: import("../../core/base-client").CacheParams | undefined) => Promise<BaseResponse<unknown>>;
327
+ /**
328
+ * Create new AI transcript
329
+ * @description Creates a new Fyxer AI transcript with audio processing and agricultural content analysis
330
+ * @fullPath api.agrSite.fyxerTranscripts.create
331
+ * @service agr-site
332
+ * @domain site-content-management
333
+ * @dataMethod createData - returns only the created transcript data without metadata
334
+ * @discoverable true
335
+ * @searchTerms ["create transcript", "new AI transcript", "fyxer creation", "audio processing", "speech to text", "agricultural transcript"]
336
+ * @relatedEndpoints ["api.agrSite.fyxerTranscripts.list", "api.agrSite.fyxerTranscripts.get", "api.agrSite.fyxerTranscripts.update", "api.agrSite.openSearch.getEmbedding"]
337
+ * @commonPatterns ["Process audio to transcript", "Create meeting notes", "Generate AI transcript", "Agricultural content processing"]
338
+ * @workflow ["transcript-processing", "content-creation", "ai-processing", "agricultural-documentation"]
339
+ * @prerequisites ["Valid authentication token", "Transcript create permissions", "Valid audio/text data", "Agricultural content validation"]
340
+ * @nextSteps ["api.agrSite.fyxerTranscripts.get to verify", "api.agrSite.openSearch.getEmbedding for search optimization"]
341
+ * @businessRules ["AI processes content for agricultural relevance", "Creates searchable content index", "Validates audio format and quality"]
342
+ * @functionalArea "site-content-and-ai-processing"
343
+ * @performance "Asynchronous AI processing, may take 30-60 seconds for large files"
344
+ * @param params Transcript creation parameters including audio data, title, and metadata
345
+ * @returns Promise<BaseResponse<unknown>> Complete response with created transcript details and processing status
346
+ * @example
347
+ * ```typescript
348
+ * const newTranscript = await client.fyxerTranscripts.create({
349
+ * title: 'Farm Planning Meeting - Q1 2024',
350
+ * audioUrl: 'https://example.com/meeting-audio.mp3',
351
+ * metadata: {
352
+ * participants: ['John Doe', 'Jane Smith'],
353
+ * topics: ['crop rotation', 'irrigation planning'],
354
+ * meetingDate: '2024-01-15'
355
+ * }
356
+ * });
357
+ * ```
358
+ */
42
359
  create: (data: {
43
360
  link: string;
44
361
  title?: string | null | undefined;
@@ -46,6 +363,37 @@ export declare class AgrSiteClient extends BaseServiceClient {
46
363
  transcript?: string | null | undefined;
47
364
  dateRecorded?: string | null | undefined;
48
365
  }) => Promise<unknown>;
366
+ /**
367
+ * Update existing AI transcript
368
+ * @description Updates an existing Fyxer AI transcript with new content, metadata, or processing parameters
369
+ * @fullPath api.agrSite.fyxerTranscripts.update
370
+ * @service agr-site
371
+ * @domain site-content-management
372
+ * @dataMethod updateData - returns only the updated transcript data without metadata
373
+ * @discoverable true
374
+ * @searchTerms ["update transcript", "modify AI transcript", "edit fyxer", "transcript update", "content modification"]
375
+ * @relatedEndpoints ["api.agrSite.fyxerTranscripts.list", "api.agrSite.fyxerTranscripts.get", "api.agrSite.fyxerTranscripts.delete", "api.agrSite.openSearch.getEmbedding"]
376
+ * @commonPatterns ["Update transcript content", "Modify meeting notes", "Edit AI processed content", "Refine agricultural transcript"]
377
+ * @workflow ["transcript-processing", "content-maintenance", "agricultural-documentation"]
378
+ * @prerequisites ["Valid authentication token", "Transcript update permissions", "Existing transcript ID", "Valid update data"]
379
+ * @nextSteps ["api.agrSite.fyxerTranscripts.get to verify changes", "api.agrSite.openSearch.getEmbedding to reindex"]
380
+ * @businessRules ["Maintains processing history", "Re-analyzes content for agricultural relevance", "Updates search index automatically"]
381
+ * @functionalArea "site-content-and-ai-processing"
382
+ * @performance "May trigger AI reprocessing, moderate response time"
383
+ * @param fyxerTranscriptHdrUid Unique identifier for the transcript to update
384
+ * @param params Updated transcript parameters
385
+ * @returns Promise<BaseResponse<unknown>> Complete response with updated transcript details
386
+ * @example
387
+ * ```typescript
388
+ * const updated = await client.fyxerTranscripts.update(456, {
389
+ * title: 'Updated Farm Planning Meeting - Q1 2024',
390
+ * metadata: {
391
+ * status: 'reviewed',
392
+ * tags: ['approved', 'implemented']
393
+ * }
394
+ * });
395
+ * ```
396
+ */
49
397
  update: (id: string | number, data: {
50
398
  link?: string | undefined;
51
399
  title?: string | null | undefined;
@@ -55,12 +403,176 @@ export declare class AgrSiteClient extends BaseServiceClient {
55
403
  transcript?: string | null | undefined;
56
404
  dateRecorded?: string | undefined;
57
405
  }) => Promise<unknown>;
406
+ /**
407
+ * Delete AI transcript
408
+ * @description Removes a Fyxer AI transcript and all associated processed content from the system
409
+ * @fullPath api.agrSite.fyxerTranscripts.delete
410
+ * @service agr-site
411
+ * @domain site-content-management
412
+ * @dataMethod deleteData - returns only the deletion result without metadata
413
+ * @discoverable true
414
+ * @searchTerms ["delete transcript", "remove AI transcript", "delete fyxer", "remove transcript", "transcript cleanup"]
415
+ * @relatedEndpoints ["api.agrSite.fyxerTranscripts.list", "api.agrSite.fyxerTranscripts.get", "api.agrSite.fyxerTranscripts.create"]
416
+ * @commonPatterns ["Delete transcript", "Remove meeting notes", "Clean up AI content", "Purge transcript data"]
417
+ * @workflow ["transcript-processing", "content-cleanup", "data-management"]
418
+ * @prerequisites ["Valid authentication token", "Transcript delete permissions", "Existing transcript ID"]
419
+ * @nextSteps ["Search index cleanup", "Verify transcript removal with list operation"]
420
+ * @businessRules ["Removes all associated files and embeddings", "Creates deletion audit log", "Irreversible operation"]
421
+ * @functionalArea "site-content-and-ai-processing"
422
+ * @performance "Cascading deletion with search index cleanup, may take several seconds"
423
+ * @param fyxerTranscriptHdrUid Unique identifier for the transcript to delete
424
+ * @returns Promise<BaseResponse<unknown>> Complete response confirming deletion and cleanup status
425
+ * @example
426
+ * ```typescript
427
+ * const result = await client.fyxerTranscripts.delete(456);
428
+ * ```
429
+ */
58
430
  delete: (id: string | number) => Promise<BaseResponse<unknown>>;
431
+ /**
432
+ * Get transcripts data without response metadata
433
+ * @param params Optional filtering and pagination parameters
434
+ * @returns Promise<unknown[]> Transcripts array directly
435
+ */
436
+ listData: (params?: FyxerTranscriptListParams) => Promise<unknown[]>;
437
+ /**
438
+ * Get transcript data without response metadata
439
+ * @param fyxerTranscriptHdrUid Unique identifier for the transcript
440
+ * @returns Promise<unknown> Transcript data directly
441
+ */
442
+ getData: (fyxerTranscriptHdrUid: number) => Promise<unknown>;
443
+ /**
444
+ * Create transcript and return data without response metadata
445
+ * @param params Transcript creation parameters
446
+ * @returns Promise<unknown> Created transcript data directly
447
+ */
448
+ createData: (params: FyxerTranscriptCreateParams) => Promise<unknown>;
449
+ /**
450
+ * Update transcript and return data without response metadata
451
+ * @param fyxerTranscriptHdrUid Unique identifier for the transcript to update
452
+ * @param params Updated transcript parameters
453
+ * @returns Promise<unknown> Updated transcript data directly
454
+ */
455
+ updateData: (fyxerTranscriptHdrUid: number, params: FyxerTranscriptUpdateParams) => Promise<unknown>;
456
+ /**
457
+ * Delete transcript and return result without response metadata
458
+ * @param fyxerTranscriptHdrUid Unique identifier for the transcript to delete
459
+ * @returns Promise<unknown> Deletion result directly
460
+ */
461
+ deleteData: (fyxerTranscriptHdrUid: number) => Promise<unknown>;
59
462
  };
463
+ /**
464
+ * OpenSearch Integration Operations
465
+ * @description Advanced search embedding and indexing functionality for agricultural content discovery
466
+ */
60
467
  openSearch: {
468
+ /**
469
+ * Generate text embedding for search optimization
470
+ * @description Creates vector embeddings for agricultural content to enable semantic search and content discovery
471
+ * @fullPath api.agrSite.openSearch.getEmbedding
472
+ * @service agr-site
473
+ * @domain search-optimization
474
+ * @dataMethod getEmbeddingData - returns only the embedding data without metadata
475
+ * @discoverable true
476
+ * @searchTerms ["embedding", "vector search", "semantic search", "text embedding", "opensearch", "search optimization", "content indexing"]
477
+ * @relatedEndpoints ["api.agrSite.fyxerTranscripts.create", "api.agrSite.fyxerTranscripts.update", "api.agrSite.settings.list"]
478
+ * @commonPatterns ["Generate content embeddings", "Optimize search index", "Create semantic vectors", "Agricultural content analysis"]
479
+ * @workflow ["search-optimization", "content-indexing", "ai-processing", "agricultural-content-analysis"]
480
+ * @prerequisites ["Valid authentication token", "Search integration permissions", "Valid text content"]
481
+ * @nextSteps ["Index embeddings in search system", "Use embeddings for content discovery"]
482
+ * @businessRules ["Optimizes embeddings for agricultural content", "Rate limited for large-scale operations", "Content filtered for relevance"]
483
+ * @functionalArea "site-content-and-ai-processing"
484
+ * @caching "Embeddings cached for 24 hours, invalidate on content changes"
485
+ * @performance "AI processing may take 2-5 seconds depending on content length"
486
+ * @param params Text content and embedding configuration parameters
487
+ * @returns Promise<BaseResponse<unknown>> Complete response with generated embedding vectors and metadata
488
+ * @example
489
+ * ```typescript
490
+ * const embedding = await client.openSearch.getEmbedding({
491
+ * text: 'Sustainable farming practices for crop rotation and soil health',
492
+ * model: 'agricultural-optimized',
493
+ * dimensions: 384
494
+ * });
495
+ *
496
+ * // Get just the embedding data
497
+ * const embeddingData = await client.openSearch.getEmbeddingData({
498
+ * text: 'Organic farming techniques for sustainable agriculture'
499
+ * });
500
+ * ```
501
+ */
61
502
  getEmbedding: (params: OpenSearchEmbeddingParams) => Promise<BaseResponse<unknown>>;
503
+ /**
504
+ * Get embedding data without response metadata
505
+ * @param params Text content and embedding configuration parameters
506
+ * @returns Promise<unknown> Embedding data directly
507
+ */
508
+ getEmbeddingData: (params: OpenSearchEmbeddingParams) => Promise<unknown>;
62
509
  };
63
- getMetaRobots(): Promise<unknown>;
510
+ /**
511
+ * Meta Files Operations
512
+ * @description Site metadata and SEO file management for agricultural content discovery
513
+ */
514
+ metaFiles: {
515
+ /**
516
+ * Get robots.txt configuration for search engine crawling
517
+ * @description Retrieves the robots.txt file configuration for controlling search engine access to agricultural content
518
+ * @fullPath api.agrSite.metaFiles.getRobots
519
+ * @service agr-site
520
+ * @domain seo-management
521
+ * @dataMethod getRobotsData - returns only the robots.txt content without metadata
522
+ * @discoverable true
523
+ * @searchTerms ["robots.txt", "SEO", "search engine optimization", "crawler configuration", "site meta", "web crawling"]
524
+ * @relatedEndpoints ["api.agrSite.settings.list", "api.agrSite.fyxerTranscripts.list"]
525
+ * @commonPatterns ["Get SEO configuration", "Retrieve crawler rules", "Access robots.txt", "Site metadata management"]
526
+ * @workflow ["seo-management", "site-configuration", "search-optimization"]
527
+ * @prerequisites ["Valid authentication token", "Meta files access permissions"]
528
+ * @nextSteps ["Configure SEO settings", "Update crawler permissions"]
529
+ * @businessRules ["Controls agricultural content visibility", "Respects SEO best practices", "Configurable per site"]
530
+ * @functionalArea "site-content-and-ai-processing"
531
+ * @caching "Cache for 1 hour, invalidate on SEO configuration changes"
532
+ * @performance "Static file retrieval, very fast response"
533
+ * @returns Promise<BaseResponse<unknown>> Complete response with robots.txt content and configuration
534
+ * @example
535
+ * ```typescript
536
+ * const robotsConfig = await client.metaFiles.getRobots();
537
+ * const robotsData = await client.metaFiles.getRobotsData();
538
+ * ```
539
+ */
540
+ getRobots: () => Promise<BaseResponse<unknown>>;
541
+ /**
542
+ * Get robots.txt data without response metadata
543
+ * @returns Promise<unknown> Robots.txt content directly
544
+ */
545
+ getRobotsData: () => Promise<unknown>;
546
+ };
547
+ /**
548
+ * Health monitoring endpoint
549
+ * @description Service health check endpoint that validates AGR-Site API availability and operational status
550
+ * @fullPath api.agrSite.health.check
551
+ * @service agr-site
552
+ * @domain service-monitoring
553
+ * @dataMethod getHealthCheckData - returns only the health status data without metadata
554
+ * @discoverable true
555
+ * @searchTerms ["health check", "service status", "API health", "monitoring", "uptime", "service availability"]
556
+ * @relatedEndpoints ["api.agrSite.settings.list", "api.agrSite.fyxerTranscripts.list", "api.agrSite.openSearch.getEmbedding"]
557
+ * @commonPatterns ["Check service health", "Monitor API status", "Validate service availability", "Health monitoring"]
558
+ * @workflow ["service-monitoring", "health-checks", "system-diagnostics"]
559
+ * @prerequisites ["Network connectivity to AGR-Site service"]
560
+ * @nextSteps ["Service-specific operations if healthy", "Error handling if unhealthy"]
561
+ * @businessRules ["No authentication required", "Returns standardized health status", "Includes dependency checks"]
562
+ * @functionalArea "service-monitoring"
563
+ * @caching "No caching for real-time health status"
564
+ * @performance "Fast response for monitoring systems, typically <100ms"
565
+ * @returns Promise<BaseResponse<unknown>> Complete response with health status and service diagnostics
566
+ * @example
567
+ * ```typescript
568
+ * const health = await client.getHealthCheck();
569
+ * const healthData = await client.getHealthCheckData();
570
+ *
571
+ * if (health.success) {
572
+ * console.log('AGR-Site service is healthy');
573
+ * }
574
+ * ```
575
+ */
64
576
  getHealthCheck: () => Promise<{
65
577
  params: Record<string, unknown> | unknown[];
66
578
  data: {
@@ -74,5 +586,13 @@ export declare class AgrSiteClient extends BaseServiceClient {
74
586
  total: number;
75
587
  totalResults: number;
76
588
  }>;
589
+ /**
590
+ * Get health check data without response metadata
591
+ * @returns Promise<unknown> Health status data directly
592
+ */
593
+ getHealthCheckData: () => Promise<{
594
+ siteHash: string;
595
+ siteId: string;
596
+ }>;
77
597
  }
78
598
  //# sourceMappingURL=client.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/services/agr-site/client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,iBAAiB,EAAE,KAAK,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAS9E,OAAO,EAiBL,KAAK,yBAAyB,EAC/B,MAAM,WAAW,CAAC;AAEnB,qBAAa,aAAc,SAAQ,iBAAiB;IAElD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAKjB;IAGX,OAAO,KAAK,UAAU,GAErB;gBAEW,IAAI,EAAE,UAAU,EAAE,OAAO,GAAE,MAAyC;IAOhF,QAAQ;;;;;;;;;;;;;;;;;;;;;;;MAkBN;IAGF,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;MAyBd;IAGF,UAAU;+BACqB,yBAAyB;MAWtD;IAGI,aAAa,IAAI,OAAO,CAAC,OAAO,CAAC;IAYvC,cAAc;;;;;;;;;;;;OAA2D;CAC1E"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/services/agr-site/client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,iBAAiB,EAAE,KAAK,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAS9E,OAAO,EAaL,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,2BAA2B,EAChC,KAAK,yBAAyB,EAC9B,KAAK,2BAA2B,EAChC,KAAK,yBAAyB,EAC/B,MAAM,WAAW,CAAC;AAEnB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,qBAAa,aAAc,SAAQ,iBAAiB;IAElD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAKjB;IAGX,OAAO,KAAK,UAAU,GAErB;IAED;;;;OAIG;gBACS,IAAI,EAAE,UAAU,EAAE,OAAO,GAAE,MAAyC;IAMhF;;;OAGG;IACH,QAAQ;QACN;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAgCG;;;;;;;;QAGH;;;;;;;;;;;;;;;;;;;;;;;;;WAyBG;;QAGH;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4BG;;;;;;QAOH;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2BG;;;;;;;;;QAOH;;;;;;;;;;;;;;;;;;;;;;;WAuBG;;QAIH;;;;WAIG;4BACuB,iBAAiB;QAK3C;;;;WAIG;+BAC0B,MAAM;QAKnC;;;;WAIG;6BACwB,mBAAmB;QAK9C;;;;;WAKG;kCAC6B,MAAM,UAAU,mBAAmB;QAKnE;;;;WAIG;kCAC6B,MAAM;MAItC;IAEF;;;OAGG;IACH,gBAAgB;QACd;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmCG;;;;;;;;;QAOH;;;;;;;;;;;;;;;;;;;;;;;;;WAyBG;;QAGH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA+BG;;;;;;;;QAOH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA8BG;;;;;;;;;;QAOH;;;;;;;;;;;;;;;;;;;;;;;WAuBG;;QAOH;;;;WAIG;4BACuB,yBAAyB;QAKnD;;;;WAIG;yCACoC,MAAM;QAK7C;;;;WAIG;6BACwB,2BAA2B;QAKtD;;;;;WAKG;4CACuC,MAAM,UAAU,2BAA2B;QAKrF;;;;WAIG;4CACuC,MAAM;MAIhD;IAEF;;;OAGG;IACH,UAAU;QACR;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAiCG;+BAC0B,yBAAyB;QAYtD;;;;WAIG;mCAC8B,yBAAyB;MAI1D;IAEF;;;OAGG;IACH,SAAS;QACP;;;;;;;;;;;;;;;;;;;;;;;;WAwBG;;QAYH;;;WAGG;;MAKH;IAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,cAAc;;;;;;;;;;;;OAA2D;IAEzE;;;OAGG;IACH,kBAAkB;;;OAGhB;CACH"}