@botpress/client 0.8.0 → 0.8.1

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.
package/dist/gen/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Botpress API
3
3
  * API for Botpress Cloud
4
4
  *
5
- * The version of the OpenAPI document: 0.14.0
5
+ * The version of the OpenAPI document: 0.14.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2673,6 +2673,8 @@ export declare const GetWorkspaceQuotaResponseQuotaTypeEnum: {
2673
2673
  readonly WorkspaceMemberCount: "workspace_member_count";
2674
2674
  readonly IntegrationsOwnedCount: "integrations_owned_count";
2675
2675
  readonly AiSpend: "ai_spend";
2676
+ readonly OpenaiSpend: "openai_spend";
2677
+ readonly BingSearchSpend: "bing_search_spend";
2676
2678
  };
2677
2679
  export type GetWorkspaceQuotaResponseQuotaTypeEnum = typeof GetWorkspaceQuotaResponseQuotaTypeEnum[keyof typeof GetWorkspaceQuotaResponseQuotaTypeEnum];
2678
2680
  /**
@@ -3857,6 +3859,8 @@ export declare const ListWorkspaceQuotasResponseQuotasInnerTypeEnum: {
3857
3859
  readonly WorkspaceMemberCount: "workspace_member_count";
3858
3860
  readonly IntegrationsOwnedCount: "integrations_owned_count";
3859
3861
  readonly AiSpend: "ai_spend";
3862
+ readonly OpenaiSpend: "openai_spend";
3863
+ readonly BingSearchSpend: "bing_search_spend";
3860
3864
  };
3861
3865
  export type ListWorkspaceQuotasResponseQuotasInnerTypeEnum = typeof ListWorkspaceQuotasResponseQuotasInnerTypeEnum[keyof typeof ListWorkspaceQuotasResponseQuotasInnerTypeEnum];
3862
3866
  /**
@@ -5178,6 +5182,8 @@ export declare const UsageTypeEnum: {
5178
5182
  readonly WorkspaceMemberCount: "workspace_member_count";
5179
5183
  readonly IntegrationsOwnedCount: "integrations_owned_count";
5180
5184
  readonly AiSpend: "ai_spend";
5185
+ readonly OpenaiSpend: "openai_spend";
5186
+ readonly BingSearchSpend: "bing_search_spend";
5181
5187
  };
5182
5188
  export type UsageTypeEnum = typeof UsageTypeEnum[keyof typeof UsageTypeEnum];
5183
5189
  /**
@@ -7918,7 +7924,7 @@ export interface DefaultApiGetStateRequest {
7918
7924
  export interface DefaultApiGetUsageRequest {
7919
7925
  /**
7920
7926
  * Type of usage
7921
- * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend'}
7927
+ * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend' | 'openai_spend' | 'bing_search_spend'}
7922
7928
  * @memberof DefaultApiGetUsage
7923
7929
  */
7924
7930
  readonly type: GetUsageTypeEnum;
@@ -7988,7 +7994,7 @@ export interface DefaultApiGetWorkspaceQuotaRequest {
7988
7994
  readonly id: string;
7989
7995
  /**
7990
7996
  * Type of usage
7991
- * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend'}
7997
+ * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend' | 'openai_spend' | 'bing_search_spend'}
7992
7998
  * @memberof DefaultApiGetWorkspaceQuota
7993
7999
  */
7994
8000
  readonly type: GetWorkspaceQuotaTypeEnum;
@@ -8250,7 +8256,7 @@ export interface DefaultApiListPublicIntegrationsRequest {
8250
8256
  export interface DefaultApiListUsageHistoryRequest {
8251
8257
  /**
8252
8258
  * Type of usage
8253
- * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend'}
8259
+ * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend' | 'openai_spend' | 'bing_search_spend'}
8254
8260
  * @memberof DefaultApiListUsageHistory
8255
8261
  */
8256
8262
  readonly type: ListUsageHistoryTypeEnum;
@@ -8347,7 +8353,7 @@ export interface DefaultApiListWorkspaceUsagesRequest {
8347
8353
  readonly id: string;
8348
8354
  /**
8349
8355
  * Type of usage
8350
- * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend'}
8356
+ * @type {'invocation_timeout' | 'invocation_calls' | 'storage_count' | 'bot_count' | 'knowledgebase_vector_storage' | 'workspace_ratelimit' | 'table_row_count' | 'workspace_member_count' | 'integrations_owned_count' | 'ai_spend' | 'openai_spend' | 'bing_search_spend'}
8351
8357
  * @memberof DefaultApiListWorkspaceUsages
8352
8358
  */
8353
8359
  readonly type: ListWorkspaceUsagesTypeEnum;
@@ -9319,6 +9325,8 @@ export declare const GetUsageTypeEnum: {
9319
9325
  readonly WorkspaceMemberCount: "workspace_member_count";
9320
9326
  readonly IntegrationsOwnedCount: "integrations_owned_count";
9321
9327
  readonly AiSpend: "ai_spend";
9328
+ readonly OpenaiSpend: "openai_spend";
9329
+ readonly BingSearchSpend: "bing_search_spend";
9322
9330
  };
9323
9331
  export type GetUsageTypeEnum = typeof GetUsageTypeEnum[keyof typeof GetUsageTypeEnum];
9324
9332
  /**
@@ -9335,6 +9343,8 @@ export declare const GetWorkspaceQuotaTypeEnum: {
9335
9343
  readonly WorkspaceMemberCount: "workspace_member_count";
9336
9344
  readonly IntegrationsOwnedCount: "integrations_owned_count";
9337
9345
  readonly AiSpend: "ai_spend";
9346
+ readonly OpenaiSpend: "openai_spend";
9347
+ readonly BingSearchSpend: "bing_search_spend";
9338
9348
  };
9339
9349
  export type GetWorkspaceQuotaTypeEnum = typeof GetWorkspaceQuotaTypeEnum[keyof typeof GetWorkspaceQuotaTypeEnum];
9340
9350
  /**
@@ -9351,6 +9361,8 @@ export declare const ListUsageHistoryTypeEnum: {
9351
9361
  readonly WorkspaceMemberCount: "workspace_member_count";
9352
9362
  readonly IntegrationsOwnedCount: "integrations_owned_count";
9353
9363
  readonly AiSpend: "ai_spend";
9364
+ readonly OpenaiSpend: "openai_spend";
9365
+ readonly BingSearchSpend: "bing_search_spend";
9354
9366
  };
9355
9367
  export type ListUsageHistoryTypeEnum = typeof ListUsageHistoryTypeEnum[keyof typeof ListUsageHistoryTypeEnum];
9356
9368
  /**
@@ -9367,6 +9379,8 @@ export declare const ListWorkspaceUsagesTypeEnum: {
9367
9379
  readonly WorkspaceMemberCount: "workspace_member_count";
9368
9380
  readonly IntegrationsOwnedCount: "integrations_owned_count";
9369
9381
  readonly AiSpend: "ai_spend";
9382
+ readonly OpenaiSpend: "openai_spend";
9383
+ readonly BingSearchSpend: "bing_search_spend";
9370
9384
  };
9371
9385
  export type ListWorkspaceUsagesTypeEnum = typeof ListWorkspaceUsagesTypeEnum[keyof typeof ListWorkspaceUsagesTypeEnum];
9372
9386
  /**
@@ -2,7 +2,7 @@
2
2
  * Botpress API
3
3
  * API for Botpress Cloud
4
4
  *
5
- * The version of the OpenAPI document: 0.14.0
5
+ * The version of the OpenAPI document: 0.14.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,7 +3,7 @@
3
3
  * Botpress API
4
4
  * API for Botpress Cloud
5
5
  *
6
- * The version of the OpenAPI document: 0.14.0
6
+ * The version of the OpenAPI document: 0.14.2
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Botpress API
3
3
  * API for Botpress Cloud
4
4
  *
5
- * The version of the OpenAPI document: 0.14.0
5
+ * The version of the OpenAPI document: 0.14.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Botpress API
3
3
  * API for Botpress Cloud
4
4
  *
5
- * The version of the OpenAPI document: 0.14.0
5
+ * The version of the OpenAPI document: 0.14.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).