waldur-js-client 7.8.5-dev.15 → 7.8.5-dev.17

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 (2) hide show
  1. package/dist/types.gen.d.ts +21 -13
  2. package/package.json +1 -1
@@ -7685,6 +7685,10 @@ export type OrderDetails = {
7685
7685
  request_comment?: string | null;
7686
7686
  attachment?: string | null;
7687
7687
  type?: RequestTypes;
7688
+ /**
7689
+ * Enables delayed processing of resource provisioning order.
7690
+ */
7691
+ start_date?: string | null;
7688
7692
  readonly url?: string;
7689
7693
  /**
7690
7694
  * Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters
@@ -8412,6 +8416,7 @@ export type PatchedProjectRequest = {
8412
8416
  * Project type
8413
8417
  */
8414
8418
  kind?: KindEnum;
8419
+ staff_notes?: string;
8415
8420
  };
8416
8421
  export type PatchedProjectServiceAccountRequest = {
8417
8422
  username?: string;
@@ -9066,6 +9071,7 @@ export type Project = {
9066
9071
  kind?: KindEnum;
9067
9072
  readonly is_removed?: boolean;
9068
9073
  readonly termination_metadata?: unknown;
9074
+ staff_notes?: string;
9069
9075
  readonly project_credit?: number | null;
9070
9076
  readonly marketplace_resource_count?: {
9071
9077
  [key: string]: number;
@@ -9267,6 +9273,7 @@ export type ProjectRequest = {
9267
9273
  * Project type
9268
9274
  */
9269
9275
  kind?: KindEnum;
9276
+ staff_notes?: string;
9270
9277
  };
9271
9278
  export type ProjectServiceAccount = {
9272
9279
  readonly url: string;
@@ -12100,10 +12107,6 @@ export type SetMtu = {
12100
12107
  export type SetMtuRequest = {
12101
12108
  mtu: number;
12102
12109
  };
12103
- export type SetOfferingsUsername = {
12104
- user_uuid: string;
12105
- username: string;
12106
- };
12107
12110
  export type SetOfferingsUsernameRequest = {
12108
12111
  user_uuid: string;
12109
12112
  username: string;
@@ -13950,6 +13953,7 @@ export type ProjectRequestForm = {
13950
13953
  * Project type
13951
13954
  */
13952
13955
  kind?: KindEnum;
13956
+ staff_notes?: string;
13953
13957
  };
13954
13958
  export type ProjectRequestMultipart = {
13955
13959
  name: string;
@@ -13973,6 +13977,7 @@ export type ProjectRequestMultipart = {
13973
13977
  * Project type
13974
13978
  */
13975
13979
  kind?: KindEnum;
13980
+ staff_notes?: string;
13976
13981
  };
13977
13982
  export type PatchedProjectRequestForm = {
13978
13983
  name?: string;
@@ -13996,6 +14001,7 @@ export type PatchedProjectRequestForm = {
13996
14001
  * Project type
13997
14002
  */
13998
14003
  kind?: KindEnum;
14004
+ staff_notes?: string;
13999
14005
  };
14000
14006
  export type PatchedProjectRequestMultipart = {
14001
14007
  name?: string;
@@ -14019,6 +14025,7 @@ export type PatchedProjectRequestMultipart = {
14019
14025
  * Project type
14020
14026
  */
14021
14027
  kind?: KindEnum;
14028
+ staff_notes?: string;
14022
14029
  };
14023
14030
  export type ProposalDocumentationRequestForm = {
14024
14031
  /**
@@ -16703,7 +16710,7 @@ export type BackendResourcesImportResourceData = {
16703
16710
  url: '/api/backend-resources/{uuid}/import_resource/';
16704
16711
  };
16705
16712
  export type BackendResourcesImportResourceResponses = {
16706
- 200: Resource;
16713
+ 201: Resource;
16707
16714
  };
16708
16715
  export type BackendResourcesImportResourceResponse = BackendResourcesImportResourceResponses[keyof BackendResourcesImportResourceResponses];
16709
16716
  export type BillingTotalCostRetrieveData = {
@@ -25711,7 +25718,7 @@ export type MarketplaceOrdersListData = {
25711
25718
  */
25712
25719
  created?: string;
25713
25720
  customer_uuid?: string;
25714
- field?: Array<'accepting_terms_of_service' | 'activation_price' | 'attachment' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_full_name' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'error_traceback' | 'fixed_price' | 'issue' | 'limits' | 'marketplace_resource_uuid' | 'modified' | 'new_cost_estimate' | 'new_plan_name' | 'new_plan_uuid' | 'offering' | 'offering_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'old_cost_estimate' | 'old_plan_name' | 'old_plan_uuid' | 'output' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_reviewed_at' | 'provider_reviewed_by' | 'provider_reviewed_by_full_name' | 'provider_reviewed_by_username' | 'provider_slug' | 'provider_uuid' | 'request_comment' | 'resource_name' | 'resource_type' | 'resource_uuid' | 'state' | 'termination_comment' | 'type' | 'url' | 'uuid'>;
25721
+ field?: Array<'accepting_terms_of_service' | 'activation_price' | 'attachment' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_full_name' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'error_traceback' | 'fixed_price' | 'issue' | 'limits' | 'marketplace_resource_uuid' | 'modified' | 'new_cost_estimate' | 'new_plan_name' | 'new_plan_uuid' | 'offering' | 'offering_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'old_cost_estimate' | 'old_plan_name' | 'old_plan_uuid' | 'output' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_reviewed_at' | 'provider_reviewed_by' | 'provider_reviewed_by_full_name' | 'provider_reviewed_by_username' | 'provider_slug' | 'provider_uuid' | 'request_comment' | 'resource_name' | 'resource_type' | 'resource_uuid' | 'start_date' | 'state' | 'termination_comment' | 'type' | 'url' | 'uuid'>;
25715
25722
  /**
25716
25723
  * Modified after
25717
25724
  */
@@ -25845,7 +25852,7 @@ export type MarketplaceOrdersRetrieveData = {
25845
25852
  uuid: string;
25846
25853
  };
25847
25854
  query?: {
25848
- field?: Array<'accepting_terms_of_service' | 'activation_price' | 'attachment' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_full_name' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'error_traceback' | 'fixed_price' | 'issue' | 'limits' | 'marketplace_resource_uuid' | 'modified' | 'new_cost_estimate' | 'new_plan_name' | 'new_plan_uuid' | 'offering' | 'offering_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'old_cost_estimate' | 'old_plan_name' | 'old_plan_uuid' | 'output' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_reviewed_at' | 'provider_reviewed_by' | 'provider_reviewed_by_full_name' | 'provider_reviewed_by_username' | 'provider_slug' | 'provider_uuid' | 'request_comment' | 'resource_name' | 'resource_type' | 'resource_uuid' | 'state' | 'termination_comment' | 'type' | 'url' | 'uuid'>;
25855
+ field?: Array<'accepting_terms_of_service' | 'activation_price' | 'attachment' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_full_name' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'error_traceback' | 'fixed_price' | 'issue' | 'limits' | 'marketplace_resource_uuid' | 'modified' | 'new_cost_estimate' | 'new_plan_name' | 'new_plan_uuid' | 'offering' | 'offering_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'old_cost_estimate' | 'old_plan_name' | 'old_plan_uuid' | 'output' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_reviewed_at' | 'provider_reviewed_by' | 'provider_reviewed_by_full_name' | 'provider_reviewed_by_username' | 'provider_slug' | 'provider_uuid' | 'request_comment' | 'resource_name' | 'resource_type' | 'resource_uuid' | 'start_date' | 'state' | 'termination_comment' | 'type' | 'url' | 'uuid'>;
25849
25856
  };
25850
25857
  url: '/api/marketplace-orders/{uuid}/';
25851
25858
  };
@@ -27257,7 +27264,7 @@ export type MarketplaceProviderOfferingsCreateOfferingComponentResponses = {
27257
27264
  /**
27258
27265
  * No response body
27259
27266
  */
27260
- 200: unknown;
27267
+ 201: unknown;
27261
27268
  };
27262
27269
  export type MarketplaceProviderOfferingsCustomersListData = {
27263
27270
  body?: never;
@@ -30903,7 +30910,6 @@ export type MarketplaceServiceProvidersProjectsListData = {
30903
30910
  customer_name?: string;
30904
30911
  customer_native_name?: string;
30905
30912
  description?: string;
30906
- field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'uuid'>;
30907
30913
  is_removed?: boolean;
30908
30914
  /**
30909
30915
  * Modified after
@@ -31310,9 +31316,11 @@ export type MarketplaceServiceProvidersSetOfferingsUsernameData = {
31310
31316
  url: '/api/marketplace-service-providers/{uuid}/set_offerings_username/';
31311
31317
  };
31312
31318
  export type MarketplaceServiceProvidersSetOfferingsUsernameResponses = {
31313
- 200: SetOfferingsUsername;
31319
+ /**
31320
+ * No response body
31321
+ */
31322
+ 201: unknown;
31314
31323
  };
31315
- export type MarketplaceServiceProvidersSetOfferingsUsernameResponse = MarketplaceServiceProvidersSetOfferingsUsernameResponses[keyof MarketplaceServiceProvidersSetOfferingsUsernameResponses];
31316
31324
  export type MarketplaceServiceProvidersStatRetrieveData = {
31317
31325
  body?: never;
31318
31326
  path: {
@@ -37477,7 +37485,7 @@ export type ProjectsListData = {
37477
37485
  customer_name?: string;
37478
37486
  customer_native_name?: string;
37479
37487
  description?: string;
37480
- field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'uuid'>;
37488
+ field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'uuid'>;
37481
37489
  /**
37482
37490
  * Include soft-deleted (terminated) projects. Only available to staff and support users, or users with organizational roles who can see their terminated projects.
37483
37491
  */
@@ -37672,7 +37680,7 @@ export type ProjectsRetrieveData = {
37672
37680
  uuid: string;
37673
37681
  };
37674
37682
  query?: {
37675
- field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'uuid'>;
37683
+ field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'uuid'>;
37676
37684
  };
37677
37685
  url: '/api/projects/{uuid}/';
37678
37686
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.5-dev.15",
3
+ "version": "7.8.5-dev.17",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",