waldur-js-client 7.8.5-dev.16 → 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.
- package/dist/types.gen.d.ts +15 -11
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -8416,6 +8416,7 @@ export type PatchedProjectRequest = {
|
|
|
8416
8416
|
* Project type
|
|
8417
8417
|
*/
|
|
8418
8418
|
kind?: KindEnum;
|
|
8419
|
+
staff_notes?: string;
|
|
8419
8420
|
};
|
|
8420
8421
|
export type PatchedProjectServiceAccountRequest = {
|
|
8421
8422
|
username?: string;
|
|
@@ -9070,6 +9071,7 @@ export type Project = {
|
|
|
9070
9071
|
kind?: KindEnum;
|
|
9071
9072
|
readonly is_removed?: boolean;
|
|
9072
9073
|
readonly termination_metadata?: unknown;
|
|
9074
|
+
staff_notes?: string;
|
|
9073
9075
|
readonly project_credit?: number | null;
|
|
9074
9076
|
readonly marketplace_resource_count?: {
|
|
9075
9077
|
[key: string]: number;
|
|
@@ -9271,6 +9273,7 @@ export type ProjectRequest = {
|
|
|
9271
9273
|
* Project type
|
|
9272
9274
|
*/
|
|
9273
9275
|
kind?: KindEnum;
|
|
9276
|
+
staff_notes?: string;
|
|
9274
9277
|
};
|
|
9275
9278
|
export type ProjectServiceAccount = {
|
|
9276
9279
|
readonly url: string;
|
|
@@ -12104,10 +12107,6 @@ export type SetMtu = {
|
|
|
12104
12107
|
export type SetMtuRequest = {
|
|
12105
12108
|
mtu: number;
|
|
12106
12109
|
};
|
|
12107
|
-
export type SetOfferingsUsername = {
|
|
12108
|
-
user_uuid: string;
|
|
12109
|
-
username: string;
|
|
12110
|
-
};
|
|
12111
12110
|
export type SetOfferingsUsernameRequest = {
|
|
12112
12111
|
user_uuid: string;
|
|
12113
12112
|
username: string;
|
|
@@ -13954,6 +13953,7 @@ export type ProjectRequestForm = {
|
|
|
13954
13953
|
* Project type
|
|
13955
13954
|
*/
|
|
13956
13955
|
kind?: KindEnum;
|
|
13956
|
+
staff_notes?: string;
|
|
13957
13957
|
};
|
|
13958
13958
|
export type ProjectRequestMultipart = {
|
|
13959
13959
|
name: string;
|
|
@@ -13977,6 +13977,7 @@ export type ProjectRequestMultipart = {
|
|
|
13977
13977
|
* Project type
|
|
13978
13978
|
*/
|
|
13979
13979
|
kind?: KindEnum;
|
|
13980
|
+
staff_notes?: string;
|
|
13980
13981
|
};
|
|
13981
13982
|
export type PatchedProjectRequestForm = {
|
|
13982
13983
|
name?: string;
|
|
@@ -14000,6 +14001,7 @@ export type PatchedProjectRequestForm = {
|
|
|
14000
14001
|
* Project type
|
|
14001
14002
|
*/
|
|
14002
14003
|
kind?: KindEnum;
|
|
14004
|
+
staff_notes?: string;
|
|
14003
14005
|
};
|
|
14004
14006
|
export type PatchedProjectRequestMultipart = {
|
|
14005
14007
|
name?: string;
|
|
@@ -14023,6 +14025,7 @@ export type PatchedProjectRequestMultipart = {
|
|
|
14023
14025
|
* Project type
|
|
14024
14026
|
*/
|
|
14025
14027
|
kind?: KindEnum;
|
|
14028
|
+
staff_notes?: string;
|
|
14026
14029
|
};
|
|
14027
14030
|
export type ProposalDocumentationRequestForm = {
|
|
14028
14031
|
/**
|
|
@@ -16707,7 +16710,7 @@ export type BackendResourcesImportResourceData = {
|
|
|
16707
16710
|
url: '/api/backend-resources/{uuid}/import_resource/';
|
|
16708
16711
|
};
|
|
16709
16712
|
export type BackendResourcesImportResourceResponses = {
|
|
16710
|
-
|
|
16713
|
+
201: Resource;
|
|
16711
16714
|
};
|
|
16712
16715
|
export type BackendResourcesImportResourceResponse = BackendResourcesImportResourceResponses[keyof BackendResourcesImportResourceResponses];
|
|
16713
16716
|
export type BillingTotalCostRetrieveData = {
|
|
@@ -27261,7 +27264,7 @@ export type MarketplaceProviderOfferingsCreateOfferingComponentResponses = {
|
|
|
27261
27264
|
/**
|
|
27262
27265
|
* No response body
|
|
27263
27266
|
*/
|
|
27264
|
-
|
|
27267
|
+
201: unknown;
|
|
27265
27268
|
};
|
|
27266
27269
|
export type MarketplaceProviderOfferingsCustomersListData = {
|
|
27267
27270
|
body?: never;
|
|
@@ -30907,7 +30910,6 @@ export type MarketplaceServiceProvidersProjectsListData = {
|
|
|
30907
30910
|
customer_name?: string;
|
|
30908
30911
|
customer_native_name?: string;
|
|
30909
30912
|
description?: string;
|
|
30910
|
-
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'>;
|
|
30911
30913
|
is_removed?: boolean;
|
|
30912
30914
|
/**
|
|
30913
30915
|
* Modified after
|
|
@@ -31314,9 +31316,11 @@ export type MarketplaceServiceProvidersSetOfferingsUsernameData = {
|
|
|
31314
31316
|
url: '/api/marketplace-service-providers/{uuid}/set_offerings_username/';
|
|
31315
31317
|
};
|
|
31316
31318
|
export type MarketplaceServiceProvidersSetOfferingsUsernameResponses = {
|
|
31317
|
-
|
|
31319
|
+
/**
|
|
31320
|
+
* No response body
|
|
31321
|
+
*/
|
|
31322
|
+
201: unknown;
|
|
31318
31323
|
};
|
|
31319
|
-
export type MarketplaceServiceProvidersSetOfferingsUsernameResponse = MarketplaceServiceProvidersSetOfferingsUsernameResponses[keyof MarketplaceServiceProvidersSetOfferingsUsernameResponses];
|
|
31320
31324
|
export type MarketplaceServiceProvidersStatRetrieveData = {
|
|
31321
31325
|
body?: never;
|
|
31322
31326
|
path: {
|
|
@@ -37481,7 +37485,7 @@ export type ProjectsListData = {
|
|
|
37481
37485
|
customer_name?: string;
|
|
37482
37486
|
customer_native_name?: string;
|
|
37483
37487
|
description?: string;
|
|
37484
|
-
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'>;
|
|
37485
37489
|
/**
|
|
37486
37490
|
* Include soft-deleted (terminated) projects. Only available to staff and support users, or users with organizational roles who can see their terminated projects.
|
|
37487
37491
|
*/
|
|
@@ -37676,7 +37680,7 @@ export type ProjectsRetrieveData = {
|
|
|
37676
37680
|
uuid: string;
|
|
37677
37681
|
};
|
|
37678
37682
|
query?: {
|
|
37679
|
-
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'>;
|
|
37680
37684
|
};
|
|
37681
37685
|
url: '/api/projects/{uuid}/';
|
|
37682
37686
|
};
|