@amigo-ai/sdk 0.82.0 → 0.83.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.
@@ -6485,7 +6485,7 @@ export interface components {
6485
6485
  * Dynamic Behavior Sets
6486
6486
  * @description The retrieved dynamic behavior sets.
6487
6487
  */
6488
- dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6488
+ dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6489
6489
  /**
6490
6490
  * Has More
6491
6491
  * @description Whether there are more dynamic behavior sets to retrieve.
@@ -6502,8 +6502,34 @@ export interface components {
6502
6502
  * retrieved. */
6503
6503
  filter_values: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues"] | null;
6504
6504
  };
6505
+ /** FilterValues */
6506
+ dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
6507
+ /**
6508
+ * Applied To Services Ids
6509
+ * @description A set of service IDs that have dynamic behavior sets applied to the service.
6510
+ */
6511
+ applied_to_services_ids: string[];
6512
+ /**
6513
+ * Creators
6514
+ * @description A set of creator infos that created the dynamic behavior sets under the current filters.
6515
+ */
6516
+ creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
6517
+ /**
6518
+ * Tags
6519
+ * @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
6520
+ */
6521
+ tags: string[];
6522
+ };
6523
+ /** Response */
6524
+ dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
6525
+ /**
6526
+ * Dynamic Behavior Sets
6527
+ * @description The retrieved dynamic behavior sets.
6528
+ */
6529
+ dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6530
+ };
6505
6531
  /** DynamicBehaviorSetInstance */
6506
- dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
6532
+ dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
6507
6533
  /** Id */
6508
6534
  id: string;
6509
6535
  /** Name */
@@ -6529,32 +6555,6 @@ export interface components {
6529
6555
  updated_at: string;
6530
6556
  updated_by: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
6531
6557
  };
6532
- /** FilterValues */
6533
- dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
6534
- /**
6535
- * Applied To Services Ids
6536
- * @description A set of service IDs that have dynamic behavior sets applied to the service.
6537
- */
6538
- applied_to_services_ids: string[];
6539
- /**
6540
- * Creators
6541
- * @description A set of creator infos that created the dynamic behavior sets under the current filters.
6542
- */
6543
- creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
6544
- /**
6545
- * Tags
6546
- * @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
6547
- */
6548
- tags: string[];
6549
- };
6550
- /** Response */
6551
- dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
6552
- /**
6553
- * Dynamic Behavior Sets
6554
- * @description The retrieved dynamic behavior sets.
6555
- */
6556
- dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6557
- };
6558
6558
  /** Request */
6559
6559
  dynamic_behavior_set__update_dynamic_behavior_set__Request: {
6560
6560
  /** @description The name of the dynamic behavior set. */
@@ -7476,7 +7476,7 @@ export interface components {
7476
7476
  is_active: boolean;
7477
7477
  /** @description The `release` version set to use for this service. If not specified, the `release` version set will be the same as the `edge` version set, which uses the
7478
7478
  * latest agent and state machine versions with no model preference. */
7479
- release_version_set?: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"] | null;
7479
+ release_version_set?: components["schemas"]["service__create_service__Request__VersionSet"] | null;
7480
7480
  /**
7481
7481
  * Keyterms
7482
7482
  * @description A list of keyterms that are easy to get wrong during audio transcriptions that tend to occur commonly in audio sessions using this service.
@@ -7491,6 +7491,23 @@ export interface components {
7491
7491
  [key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
7492
7492
  };
7493
7493
  };
7494
+ /** VersionSet */
7495
+ service__create_service__Request__VersionSet: {
7496
+ /**
7497
+ * Agent Version Number
7498
+ * @description The version number of the agent to be used. If None, the latest agent version will be used.
7499
+ */
7500
+ agent_version_number: number | null;
7501
+ /**
7502
+ * Service Hierarchical State Machine Version Number
7503
+ * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7504
+ */
7505
+ service_hierarchical_state_machine_version_number: number | null;
7506
+ /** Llm Model Preferences */
7507
+ llm_model_preferences: {
7508
+ [key: string]: components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMConfig"];
7509
+ };
7510
+ };
7494
7511
  /** Response */
7495
7512
  service__create_service__Response: {
7496
7513
  /**
@@ -7571,24 +7588,7 @@ export interface components {
7571
7588
  /** Request */
7572
7589
  service__upsert_service_version_set__Request: {
7573
7590
  /** @description The version set to upsert. */
7574
- version_set: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"];
7575
- };
7576
- /** VersionSet */
7577
- service__upsert_service_version_set__Request__VersionSet: {
7578
- /**
7579
- * Agent Version Number
7580
- * @description The version number of the agent to be used. If None, the latest agent version will be used.
7581
- */
7582
- agent_version_number: number | null;
7583
- /**
7584
- * Service Hierarchical State Machine Version Number
7585
- * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7586
- */
7587
- service_hierarchical_state_machine_version_number: number | null;
7588
- /** Llm Model Preferences */
7589
- llm_model_preferences: {
7590
- [key: string]: components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMConfig"];
7591
- };
7591
+ version_set: components["schemas"]["service__create_service__Request__VersionSet"];
7592
7592
  };
7593
7593
  /** LLMConfig */
7594
7594
  service__upsert_service_version_set__Request__VersionSet__LLMConfig: {
@@ -7805,7 +7805,7 @@ export interface components {
7805
7805
  * Unit Test Runs
7806
7806
  * @description The unit test runs that are part of this set.
7807
7807
  */
7808
- unit_test_runs: components["schemas"]["simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor"][];
7808
+ unit_test_runs: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][];
7809
7809
  /**
7810
7810
  * Tags
7811
7811
  * @description The tags of the simulation unit test set.
@@ -7814,6 +7814,16 @@ export interface components {
7814
7814
  [key: string]: string | null;
7815
7815
  };
7816
7816
  };
7817
+ /** UnitTestRunDescriptor */
7818
+ simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
7819
+ /** Unit Test Id */
7820
+ unit_test_id: string;
7821
+ /**
7822
+ * Run Count
7823
+ * @description The number of times to run the unit test.
7824
+ */
7825
+ run_count: number;
7826
+ };
7817
7827
  /** Response */
7818
7828
  simulation__create_simulation_unit_test_set__Response: {
7819
7829
  /**
@@ -7862,7 +7872,7 @@ export interface components {
7862
7872
  * Simulation Personas
7863
7873
  * @description The list of simulation personas.
7864
7874
  */
7865
- simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
7875
+ simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
7866
7876
  /**
7867
7877
  * Has More
7868
7878
  * @description Whether there are more simulation personas to fetch.
@@ -7897,6 +7907,52 @@ export interface components {
7897
7907
  */
7898
7908
  roles: string[];
7899
7909
  };
7910
+ /** SimulationPersonaInstance */
7911
+ simulation__get_simulation_personas__Response__SimulationPersonaInstance: {
7912
+ /**
7913
+ * Id
7914
+ * @description The ID of the simulation persona.
7915
+ */
7916
+ id: string;
7917
+ /**
7918
+ * Name
7919
+ * @description The name of the simulation persona.
7920
+ */
7921
+ name: string;
7922
+ /**
7923
+ * Role
7924
+ * @description The role of the simulation persona.
7925
+ */
7926
+ role: string;
7927
+ /**
7928
+ * Tags
7929
+ * @description The tags of the simulation persona.
7930
+ */
7931
+ tags: {
7932
+ [key: string]: string | null;
7933
+ };
7934
+ /**
7935
+ * Is Deleted
7936
+ * @description Whether the simulation persona is deleted.
7937
+ */
7938
+ is_deleted: boolean;
7939
+ /**
7940
+ * Created At
7941
+ * Format: date-time
7942
+ * @description The timestamp when the simulation persona was created.
7943
+ */
7944
+ created_at: string;
7945
+ /** @description The user who created the simulation persona. */
7946
+ creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
7947
+ /**
7948
+ * Updated At
7949
+ * Format: date-time
7950
+ * @description The timestamp when the simulation persona was last updated.
7951
+ */
7952
+ updated_at: string;
7953
+ /** @description The user who last updated the simulation persona. */
7954
+ updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
7955
+ };
7900
7956
  /** Response */
7901
7957
  simulation__get_simulation_scenario_versions__Response: {
7902
7958
  /**
@@ -7921,7 +7977,7 @@ export interface components {
7921
7977
  * Simulation Scenarios
7922
7978
  * @description The list of simulation scenarios.
7923
7979
  */
7924
- simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
7980
+ simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
7925
7981
  /**
7926
7982
  * Has More
7927
7983
  * @description Whether there are more simulation scenarios to fetch.
@@ -7951,47 +8007,6 @@ export interface components {
7951
8007
  */
7952
8008
  tags: string[];
7953
8009
  };
7954
- /** SimulationScenarioInstance */
7955
- simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
7956
- /**
7957
- * Id
7958
- * @description The ID of the simulation scenario.
7959
- */
7960
- id: string;
7961
- /**
7962
- * Name
7963
- * @description The name of the simulation scenario.
7964
- */
7965
- name: string;
7966
- /**
7967
- * Tags
7968
- * @description The tags of the simulation scenario.
7969
- */
7970
- tags: {
7971
- [key: string]: string | null;
7972
- };
7973
- /**
7974
- * Is Deleted
7975
- * @description Whether the simulation scenario is deleted.
7976
- */
7977
- is_deleted: boolean;
7978
- /**
7979
- * Created At
7980
- * Format: date-time
7981
- * @description The timestamp when the simulation scenario was created.
7982
- */
7983
- created_at: string;
7984
- /** @description The user who created the simulation scenario. */
7985
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
7986
- /**
7987
- * Updated At
7988
- * Format: date-time
7989
- * @description The timestamp when the simulation scenario was last updated.
7990
- */
7991
- updated_at: string;
7992
- /** @description The user who last updated the simulation scenario. */
7993
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
7994
- };
7995
8010
  /** Response */
7996
8011
  simulation__get_simulation_unit_test_set_run_artifacts__Response: {
7997
8012
  /**
@@ -8150,61 +8165,56 @@ export interface components {
8150
8165
  * Simulation Personas
8151
8166
  * @description The list of simulation personas.
8152
8167
  */
8153
- simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
8168
+ simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
8154
8169
  };
8155
- /** SimulationPersonaInstance */
8156
- simulation__search_simulation_personas__Response__SimulationPersonaInstance: {
8170
+ /** Response */
8171
+ simulation__search_simulation_scenarios__Response: {
8172
+ /**
8173
+ * Simulation Scenarios
8174
+ * @description The list of simulation scenarios.
8175
+ */
8176
+ simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
8177
+ };
8178
+ /** SimulationScenarioInstance */
8179
+ simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
8157
8180
  /**
8158
8181
  * Id
8159
- * @description The ID of the simulation persona.
8182
+ * @description The ID of the simulation scenario.
8160
8183
  */
8161
8184
  id: string;
8162
8185
  /**
8163
8186
  * Name
8164
- * @description The name of the simulation persona.
8187
+ * @description The name of the simulation scenario.
8165
8188
  */
8166
8189
  name: string;
8167
- /**
8168
- * Role
8169
- * @description The role of the simulation persona.
8170
- */
8171
- role: string;
8172
8190
  /**
8173
8191
  * Tags
8174
- * @description The tags of the simulation persona.
8192
+ * @description The tags of the simulation scenario.
8175
8193
  */
8176
8194
  tags: {
8177
8195
  [key: string]: string | null;
8178
8196
  };
8179
8197
  /**
8180
8198
  * Is Deleted
8181
- * @description Whether the simulation persona is deleted.
8199
+ * @description Whether the simulation scenario is deleted.
8182
8200
  */
8183
8201
  is_deleted: boolean;
8184
8202
  /**
8185
8203
  * Created At
8186
8204
  * Format: date-time
8187
- * @description The timestamp when the simulation persona was created.
8205
+ * @description The timestamp when the simulation scenario was created.
8188
8206
  */
8189
8207
  created_at: string;
8190
- /** @description The user who created the simulation persona. */
8191
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8208
+ /** @description The user who created the simulation scenario. */
8209
+ creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8192
8210
  /**
8193
8211
  * Updated At
8194
8212
  * Format: date-time
8195
- * @description The timestamp when the simulation persona was last updated.
8213
+ * @description The timestamp when the simulation scenario was last updated.
8196
8214
  */
8197
8215
  updated_at: string;
8198
- /** @description The user who last updated the simulation persona. */
8199
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8200
- };
8201
- /** Response */
8202
- simulation__search_simulation_scenarios__Response: {
8203
- /**
8204
- * Simulation Scenarios
8205
- * @description The list of simulation scenarios.
8206
- */
8207
- simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
8216
+ /** @description The user who last updated the simulation scenario. */
8217
+ updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8208
8218
  };
8209
8219
  /** Response */
8210
8220
  simulation__search_simulation_unit_test_set__Response: {
@@ -8310,7 +8320,7 @@ export interface components {
8310
8320
  * Unit Test Runs
8311
8321
  * @description The unit test runs that are part of this set.
8312
8322
  */
8313
- unit_test_runs?: components["schemas"]["simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor"][] | null;
8323
+ unit_test_runs?: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][] | null;
8314
8324
  /**
8315
8325
  * Tags
8316
8326
  * @description The tags of the simulation unit test set.
@@ -8319,16 +8329,6 @@ export interface components {
8319
8329
  [key: string]: string | null;
8320
8330
  } | null;
8321
8331
  };
8322
- /** UnitTestRunDescriptor */
8323
- simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
8324
- /** Unit Test Id */
8325
- unit_test_id: string;
8326
- /**
8327
- * Run Count
8328
- * @description The number of times to run the unit test.
8329
- */
8330
- run_count: number;
8331
- };
8332
8332
  /** Request */
8333
8333
  tool__create_tool__Request: {
8334
8334
  /** @description The name of the tool. It must be unique among all non-deprecated tools in the organization. */
@@ -8357,7 +8357,7 @@ export interface components {
8357
8357
  * Tool Invocations
8358
8358
  * @description The list of tool invocations.
8359
8359
  */
8360
- tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8360
+ tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8361
8361
  /**
8362
8362
  * Has More
8363
8363
  * @description Whether there are more tool invocations to retrieve.
@@ -8369,47 +8369,6 @@ export interface components {
8369
8369
  */
8370
8370
  continuation_token: unknown | null;
8371
8371
  };
8372
- /** ToolInvocationInstance */
8373
- tool__get_tool_invocations__Response__ToolInvocationInstance: {
8374
- /**
8375
- * Id
8376
- * @description The ID of the tool invocation.
8377
- */
8378
- id: string;
8379
- /**
8380
- * Org Id
8381
- * @description The ID of the organization.
8382
- */
8383
- org_id: string;
8384
- /**
8385
- * Created At
8386
- * Format: date-time
8387
- */
8388
- created_at?: string;
8389
- /**
8390
- * Updated At
8391
- * Format: date-time
8392
- */
8393
- updated_at?: string;
8394
- /** @description The status of the tool invocation. */
8395
- invocation_status: components["schemas"]["InvocationStatus"];
8396
- /** @description The source of the tool invocation. */
8397
- invocation_source: components["schemas"]["InvocationSource"];
8398
- /** Logs */
8399
- logs: string[];
8400
- /**
8401
- * Duration Ms
8402
- * @description The duration of the tool invocation in milliseconds.
8403
- */
8404
- duration_ms: number;
8405
- /**
8406
- * Tool Id
8407
- * @description The ID of the tool that was invoked.
8408
- */
8409
- tool_id: string;
8410
- /** @description The version of the tool that was invoked. */
8411
- tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
8412
- };
8413
8372
  /** Response */
8414
8373
  tool__get_tool_versions__Response: {
8415
8374
  /**
@@ -8566,7 +8525,48 @@ export interface components {
8566
8525
  * Tool Invocations
8567
8526
  * @description The list of tool invocations.
8568
8527
  */
8569
- tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8528
+ tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8529
+ };
8530
+ /** ToolInvocationInstance */
8531
+ tool__search_tool_invocations__Response__ToolInvocationInstance: {
8532
+ /**
8533
+ * Id
8534
+ * @description The ID of the tool invocation.
8535
+ */
8536
+ id: string;
8537
+ /**
8538
+ * Org Id
8539
+ * @description The ID of the organization.
8540
+ */
8541
+ org_id: string;
8542
+ /**
8543
+ * Created At
8544
+ * Format: date-time
8545
+ */
8546
+ created_at?: string;
8547
+ /**
8548
+ * Updated At
8549
+ * Format: date-time
8550
+ */
8551
+ updated_at?: string;
8552
+ /** @description The status of the tool invocation. */
8553
+ invocation_status: components["schemas"]["InvocationStatus"];
8554
+ /** @description The source of the tool invocation. */
8555
+ invocation_source: components["schemas"]["InvocationSource"];
8556
+ /** Logs */
8557
+ logs: string[];
8558
+ /**
8559
+ * Duration Ms
8560
+ * @description The duration of the tool invocation in milliseconds.
8561
+ */
8562
+ duration_ms: number;
8563
+ /**
8564
+ * Tool Id
8565
+ * @description The ID of the tool that was invoked.
8566
+ */
8567
+ tool_id: string;
8568
+ /** @description The version of the tool that was invoked. */
8569
+ tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
8570
8570
  };
8571
8571
  /** Request */
8572
8572
  tool__test_tool__Request: {
@@ -8724,6 +8724,24 @@ export interface components {
8724
8724
  */
8725
8725
  continuation_token: number | null;
8726
8726
  };
8727
+ /** UserStats */
8728
+ user__get_users__Response__UserInstance__UserStats: {
8729
+ /**
8730
+ * Num Conversations
8731
+ * @description The number of conversations the user has created.
8732
+ */
8733
+ num_conversations: number;
8734
+ /**
8735
+ * Num Messages
8736
+ * @description The number of messages the user has sent and received.
8737
+ */
8738
+ num_messages: number;
8739
+ /**
8740
+ * Last Message Time
8741
+ * @description The time of the last message the user sent or received. If `None`, the user hasn't started any conversations.
8742
+ */
8743
+ last_message_time: string | null;
8744
+ };
8727
8745
  /** Response */
8728
8746
  user__search_users__Response: {
8729
8747
  /**
@@ -8760,7 +8778,7 @@ export interface components {
8760
8778
  */
8761
8779
  email: string;
8762
8780
  /** @description Statistics about the user's usage of the Amigo platform. */
8763
- user_stats: components["schemas"]["user__search_users__Response__UserInstance__UserStats"];
8781
+ user_stats: components["schemas"]["user__get_users__Response__UserInstance__UserStats"];
8764
8782
  /**
8765
8783
  * Role
8766
8784
  * @description The ID of the role of the user.
@@ -8769,24 +8787,6 @@ export interface components {
8769
8787
  /** @description The preferences of the user. */
8770
8788
  preferences: components["schemas"]["amigo_lib__mongo__collections__user__User__Preferences"];
8771
8789
  };
8772
- /** UserStats */
8773
- user__search_users__Response__UserInstance__UserStats: {
8774
- /**
8775
- * Num Conversations
8776
- * @description The number of conversations the user has created.
8777
- */
8778
- num_conversations: number;
8779
- /**
8780
- * Num Messages
8781
- * @description The number of messages the user has sent and received.
8782
- */
8783
- num_messages: number;
8784
- /**
8785
- * Last Message Time
8786
- * @description The time of the last message the user sent or received. If `None`, the user hasn't started any conversations.
8787
- */
8788
- last_message_time: string | null;
8789
- };
8790
8790
  /** SigninWithAPIKeyResponse */
8791
8791
  user__sign_in_with_api_key__Response: {
8792
8792
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.82.0",
3
+ "version": "0.83.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"