waldur-js-client 7.8.7-dev.9 → 7.8.7
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/sdk.gen.d.ts +9 -25
- package/dist/sdk.gen.js +9 -25
- package/dist/types.gen.d.ts +74 -10
- package/package.json +1 -1
package/dist/sdk.gen.d.ts
CHANGED
|
@@ -574,23 +574,7 @@ export declare const customerQuotasList: <ThrowOnError extends boolean = false>(
|
|
|
574
574
|
*/
|
|
575
575
|
export declare const customerQuotasCount: <ThrowOnError extends boolean = false>(options?: Options<CustomerQuotasCountData, ThrowOnError>) => import("./client").RequestResult<CustomerQuotasCountResponses, unknown, ThrowOnError, "fields">;
|
|
576
576
|
/**
|
|
577
|
-
*
|
|
578
|
-
* only see connected customers:
|
|
579
|
-
*
|
|
580
|
-
* - customers that the user owns
|
|
581
|
-
* - customers that have a project where user has a role
|
|
582
|
-
*
|
|
583
|
-
* Staff also can filter customers by user UUID, for example /api/customers/?user_uuid=<UUID>
|
|
584
|
-
*
|
|
585
|
-
* Staff also can filter customers by exists accounting_start_date, for example:
|
|
586
|
-
*
|
|
587
|
-
* The first category:
|
|
588
|
-
* /api/customers/?accounting_is_running=True
|
|
589
|
-
* has accounting_start_date empty (i.e. accounting starts at once)
|
|
590
|
-
* has accounting_start_date in the past (i.e. has already started).
|
|
591
|
-
*
|
|
592
|
-
* Those that are not in the first:
|
|
593
|
-
* /api/customers/?accounting_is_running=False # exists accounting_start_date
|
|
577
|
+
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
594
578
|
*/
|
|
595
579
|
export declare const customersList: <ThrowOnError extends boolean = false>(options?: Options<CustomersListData, ThrowOnError>) => import("./client").RequestResult<CustomersListResponses, unknown, ThrowOnError, "fields">;
|
|
596
580
|
/**
|
|
@@ -1472,11 +1456,11 @@ export declare const marketplaceOfferingUsersUpdateRestricted: <ThrowOnError ext
|
|
|
1472
1456
|
/**
|
|
1473
1457
|
* Get checklist template for creating new objects.
|
|
1474
1458
|
*/
|
|
1475
|
-
export declare const marketplaceOfferingUsersChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options
|
|
1459
|
+
export declare const marketplaceOfferingUsersChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options: Options<MarketplaceOfferingUsersChecklistTemplateRetrieveData, ThrowOnError>) => import("./client").RequestResult<MarketplaceOfferingUsersChecklistTemplateRetrieveResponses, MarketplaceOfferingUsersChecklistTemplateRetrieveErrors, ThrowOnError, "fields">;
|
|
1476
1460
|
/**
|
|
1477
1461
|
* Get number of items in the collection matching the request parameters.
|
|
1478
1462
|
*/
|
|
1479
|
-
export declare const marketplaceOfferingUsersChecklistTemplateCount: <ThrowOnError extends boolean = false>(options
|
|
1463
|
+
export declare const marketplaceOfferingUsersChecklistTemplateCount: <ThrowOnError extends boolean = false>(options: Options<MarketplaceOfferingUsersChecklistTemplateCountData, ThrowOnError>) => import("./client").RequestResult<MarketplaceOfferingUsersChecklistTemplateCountResponses, unknown, ThrowOnError, "fields">;
|
|
1480
1464
|
/**
|
|
1481
1465
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
1482
1466
|
*/
|
|
@@ -2561,11 +2545,11 @@ export declare const onboardingVerificationsSubmitAnswers: <ThrowOnError extends
|
|
|
2561
2545
|
/**
|
|
2562
2546
|
* Get checklist template for creating new objects.
|
|
2563
2547
|
*/
|
|
2564
|
-
export declare const onboardingVerificationsChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options
|
|
2548
|
+
export declare const onboardingVerificationsChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options: Options<OnboardingVerificationsChecklistTemplateRetrieveData, ThrowOnError>) => import("./client").RequestResult<OnboardingVerificationsChecklistTemplateRetrieveResponses, OnboardingVerificationsChecklistTemplateRetrieveErrors, ThrowOnError, "fields">;
|
|
2565
2549
|
/**
|
|
2566
2550
|
* Get number of items in the collection matching the request parameters.
|
|
2567
2551
|
*/
|
|
2568
|
-
export declare const onboardingVerificationsChecklistTemplateCount: <ThrowOnError extends boolean = false>(options
|
|
2552
|
+
export declare const onboardingVerificationsChecklistTemplateCount: <ThrowOnError extends boolean = false>(options: Options<OnboardingVerificationsChecklistTemplateCountData, ThrowOnError>) => import("./client").RequestResult<OnboardingVerificationsChecklistTemplateCountResponses, unknown, ThrowOnError, "fields">;
|
|
2569
2553
|
/**
|
|
2570
2554
|
* Start company validation process by creating a verification record. If a checklist is configured for the country, use checklist endpoints to submit additional answers. Then call run_validation to perform automatic validation.
|
|
2571
2555
|
*/
|
|
@@ -3260,11 +3244,11 @@ export declare const projectsUpdateUser: <ThrowOnError extends boolean = false>(
|
|
|
3260
3244
|
/**
|
|
3261
3245
|
* Get checklist template for creating new objects.
|
|
3262
3246
|
*/
|
|
3263
|
-
export declare const projectsChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options
|
|
3247
|
+
export declare const projectsChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options: Options<ProjectsChecklistTemplateRetrieveData, ThrowOnError>) => import("./client").RequestResult<ProjectsChecklistTemplateRetrieveResponses, ProjectsChecklistTemplateRetrieveErrors, ThrowOnError, "fields">;
|
|
3264
3248
|
/**
|
|
3265
3249
|
* Get number of items in the collection matching the request parameters.
|
|
3266
3250
|
*/
|
|
3267
|
-
export declare const projectsChecklistTemplateCount: <ThrowOnError extends boolean = false>(options
|
|
3251
|
+
export declare const projectsChecklistTemplateCount: <ThrowOnError extends boolean = false>(options: Options<ProjectsChecklistTemplateCountData, ThrowOnError>) => import("./client").RequestResult<ProjectsChecklistTemplateCountResponses, unknown, ThrowOnError, "fields">;
|
|
3268
3252
|
/**
|
|
3269
3253
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
3270
3254
|
*/
|
|
@@ -3363,11 +3347,11 @@ export declare const proposalProposalsUpdateUser: <ThrowOnError extends boolean
|
|
|
3363
3347
|
/**
|
|
3364
3348
|
* Get checklist template for creating new objects.
|
|
3365
3349
|
*/
|
|
3366
|
-
export declare const proposalProposalsChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options
|
|
3350
|
+
export declare const proposalProposalsChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options: Options<ProposalProposalsChecklistTemplateRetrieveData, ThrowOnError>) => import("./client").RequestResult<ProposalProposalsChecklistTemplateRetrieveResponses, ProposalProposalsChecklistTemplateRetrieveErrors, ThrowOnError, "fields">;
|
|
3367
3351
|
/**
|
|
3368
3352
|
* Get number of items in the collection matching the request parameters.
|
|
3369
3353
|
*/
|
|
3370
|
-
export declare const proposalProposalsChecklistTemplateCount: <ThrowOnError extends boolean = false>(options
|
|
3354
|
+
export declare const proposalProposalsChecklistTemplateCount: <ThrowOnError extends boolean = false>(options: Options<ProposalProposalsChecklistTemplateCountData, ThrowOnError>) => import("./client").RequestResult<ProposalProposalsChecklistTemplateCountResponses, unknown, ThrowOnError, "fields">;
|
|
3371
3355
|
/**
|
|
3372
3356
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
3373
3357
|
*/
|
package/dist/sdk.gen.js
CHANGED
|
@@ -4554,23 +4554,7 @@ export const customerQuotasCount = (options) => {
|
|
|
4554
4554
|
});
|
|
4555
4555
|
};
|
|
4556
4556
|
/**
|
|
4557
|
-
*
|
|
4558
|
-
* only see connected customers:
|
|
4559
|
-
*
|
|
4560
|
-
* - customers that the user owns
|
|
4561
|
-
* - customers that have a project where user has a role
|
|
4562
|
-
*
|
|
4563
|
-
* Staff also can filter customers by user UUID, for example /api/customers/?user_uuid=<UUID>
|
|
4564
|
-
*
|
|
4565
|
-
* Staff also can filter customers by exists accounting_start_date, for example:
|
|
4566
|
-
*
|
|
4567
|
-
* The first category:
|
|
4568
|
-
* /api/customers/?accounting_is_running=True
|
|
4569
|
-
* has accounting_start_date empty (i.e. accounting starts at once)
|
|
4570
|
-
* has accounting_start_date in the past (i.e. has already started).
|
|
4571
|
-
*
|
|
4572
|
-
* Those that are not in the first:
|
|
4573
|
-
* /api/customers/?accounting_is_running=False # exists accounting_start_date
|
|
4557
|
+
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
4574
4558
|
*/
|
|
4575
4559
|
export const customersList = (options) => {
|
|
4576
4560
|
return (options?.client ?? _heyApiClient).get({
|
|
@@ -11198,7 +11182,7 @@ export const marketplaceOfferingUsersUpdateRestricted = (options) => {
|
|
|
11198
11182
|
* Get checklist template for creating new objects.
|
|
11199
11183
|
*/
|
|
11200
11184
|
export const marketplaceOfferingUsersChecklistTemplateRetrieve = (options) => {
|
|
11201
|
-
return (options
|
|
11185
|
+
return (options.client ?? _heyApiClient).get({
|
|
11202
11186
|
security: [
|
|
11203
11187
|
{
|
|
11204
11188
|
name: 'Authorization',
|
|
@@ -11217,7 +11201,7 @@ export const marketplaceOfferingUsersChecklistTemplateRetrieve = (options) => {
|
|
|
11217
11201
|
* Get number of items in the collection matching the request parameters.
|
|
11218
11202
|
*/
|
|
11219
11203
|
export const marketplaceOfferingUsersChecklistTemplateCount = (options) => {
|
|
11220
|
-
return (options
|
|
11204
|
+
return (options.client ?? _heyApiClient).head({
|
|
11221
11205
|
security: [
|
|
11222
11206
|
{
|
|
11223
11207
|
name: 'Authorization',
|
|
@@ -19087,7 +19071,7 @@ export const onboardingVerificationsSubmitAnswers = (options) => {
|
|
|
19087
19071
|
* Get checklist template for creating new objects.
|
|
19088
19072
|
*/
|
|
19089
19073
|
export const onboardingVerificationsChecklistTemplateRetrieve = (options) => {
|
|
19090
|
-
return (options
|
|
19074
|
+
return (options.client ?? _heyApiClient).get({
|
|
19091
19075
|
security: [
|
|
19092
19076
|
{
|
|
19093
19077
|
name: 'Authorization',
|
|
@@ -19106,7 +19090,7 @@ export const onboardingVerificationsChecklistTemplateRetrieve = (options) => {
|
|
|
19106
19090
|
* Get number of items in the collection matching the request parameters.
|
|
19107
19091
|
*/
|
|
19108
19092
|
export const onboardingVerificationsChecklistTemplateCount = (options) => {
|
|
19109
|
-
return (options
|
|
19093
|
+
return (options.client ?? _heyApiClient).head({
|
|
19110
19094
|
security: [
|
|
19111
19095
|
{
|
|
19112
19096
|
name: 'Authorization',
|
|
@@ -23857,7 +23841,7 @@ export const projectsUpdateUser = (options) => {
|
|
|
23857
23841
|
* Get checklist template for creating new objects.
|
|
23858
23842
|
*/
|
|
23859
23843
|
export const projectsChecklistTemplateRetrieve = (options) => {
|
|
23860
|
-
return (options
|
|
23844
|
+
return (options.client ?? _heyApiClient).get({
|
|
23861
23845
|
security: [
|
|
23862
23846
|
{
|
|
23863
23847
|
name: 'Authorization',
|
|
@@ -23876,7 +23860,7 @@ export const projectsChecklistTemplateRetrieve = (options) => {
|
|
|
23876
23860
|
* Get number of items in the collection matching the request parameters.
|
|
23877
23861
|
*/
|
|
23878
23862
|
export const projectsChecklistTemplateCount = (options) => {
|
|
23879
|
-
return (options
|
|
23863
|
+
return (options.client ?? _heyApiClient).head({
|
|
23880
23864
|
security: [
|
|
23881
23865
|
{
|
|
23882
23866
|
name: 'Authorization',
|
|
@@ -24571,7 +24555,7 @@ export const proposalProposalsUpdateUser = (options) => {
|
|
|
24571
24555
|
* Get checklist template for creating new objects.
|
|
24572
24556
|
*/
|
|
24573
24557
|
export const proposalProposalsChecklistTemplateRetrieve = (options) => {
|
|
24574
|
-
return (options
|
|
24558
|
+
return (options.client ?? _heyApiClient).get({
|
|
24575
24559
|
security: [
|
|
24576
24560
|
{
|
|
24577
24561
|
name: 'Authorization',
|
|
@@ -24590,7 +24574,7 @@ export const proposalProposalsChecklistTemplateRetrieve = (options) => {
|
|
|
24590
24574
|
* Get number of items in the collection matching the request parameters.
|
|
24591
24575
|
*/
|
|
24592
24576
|
export const proposalProposalsChecklistTemplateCount = (options) => {
|
|
24593
|
-
return (options
|
|
24577
|
+
return (options.client ?? _heyApiClient).head({
|
|
24594
24578
|
security: [
|
|
24595
24579
|
{
|
|
24596
24580
|
name: 'Authorization',
|
package/dist/types.gen.d.ts
CHANGED
|
@@ -1908,6 +1908,7 @@ export type ConstanceSettings = {
|
|
|
1908
1908
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
|
|
1909
1909
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM?: Array<string>;
|
|
1910
1910
|
ENFORCE_USER_CONSENT_FOR_OFFERINGS?: boolean;
|
|
1911
|
+
DISABLED_OFFERING_TYPES?: Array<string>;
|
|
1911
1912
|
ONBOARDING_VERIFICATION_EXPIRY_HOURS?: number;
|
|
1912
1913
|
ONBOARDING_ARIREGISTER_BASE_URL?: string;
|
|
1913
1914
|
ONBOARDING_ARIREGISTER_USERNAME?: string;
|
|
@@ -2057,6 +2058,7 @@ export type ConstanceSettingsRequest = {
|
|
|
2057
2058
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
|
|
2058
2059
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM?: Array<string>;
|
|
2059
2060
|
ENFORCE_USER_CONSENT_FOR_OFFERINGS?: boolean;
|
|
2061
|
+
DISABLED_OFFERING_TYPES?: Array<string>;
|
|
2060
2062
|
ONBOARDING_VERIFICATION_EXPIRY_HOURS?: number;
|
|
2061
2063
|
ONBOARDING_ARIREGISTER_BASE_URL?: string;
|
|
2062
2064
|
ONBOARDING_ARIREGISTER_USERNAME?: string;
|
|
@@ -5457,7 +5459,7 @@ export type NotificationTemplateUpdateSerializersRequest = {
|
|
|
5457
5459
|
content: string;
|
|
5458
5460
|
};
|
|
5459
5461
|
export type NullEnum = unknown;
|
|
5460
|
-
export type ObservableObjectTypeEnum = 'order' | 'user_role' | 'resource' | 'offering_user' | 'importable_resources' | 'service_account' | 'course_account';
|
|
5462
|
+
export type ObservableObjectTypeEnum = 'order' | 'user_role' | 'resource' | 'offering_user' | 'importable_resources' | 'service_account' | 'course_account' | 'resource_periodic_limits';
|
|
5461
5463
|
export type ObtainAuthTokenRequest = {
|
|
5462
5464
|
username: string;
|
|
5463
5465
|
password: string;
|
|
@@ -10190,6 +10192,10 @@ export type Proposal = {
|
|
|
10190
10192
|
export type ProposalApproveRequest = {
|
|
10191
10193
|
allocation_comment?: string;
|
|
10192
10194
|
};
|
|
10195
|
+
export type ProposalChecklistAnswerSubmitResponse = {
|
|
10196
|
+
detail: string;
|
|
10197
|
+
completion: ChecklistCompletionReviewer;
|
|
10198
|
+
};
|
|
10193
10199
|
export type ProposalDocumentation = {
|
|
10194
10200
|
/**
|
|
10195
10201
|
* Upload supporting documentation in PDF format.
|
|
@@ -14672,6 +14678,7 @@ export type ConstanceSettingsRequestForm = {
|
|
|
14672
14678
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
|
|
14673
14679
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM?: Array<string>;
|
|
14674
14680
|
ENFORCE_USER_CONSENT_FOR_OFFERINGS?: boolean;
|
|
14681
|
+
DISABLED_OFFERING_TYPES?: Array<string>;
|
|
14675
14682
|
ONBOARDING_VERIFICATION_EXPIRY_HOURS?: number;
|
|
14676
14683
|
ONBOARDING_ARIREGISTER_BASE_URL?: string;
|
|
14677
14684
|
ONBOARDING_ARIREGISTER_USERNAME?: string;
|
|
@@ -14821,6 +14828,7 @@ export type ConstanceSettingsRequestMultipart = {
|
|
|
14821
14828
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
|
|
14822
14829
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM?: Array<string>;
|
|
14823
14830
|
ENFORCE_USER_CONSENT_FOR_OFFERINGS?: boolean;
|
|
14831
|
+
DISABLED_OFFERING_TYPES?: Array<string>;
|
|
14824
14832
|
ONBOARDING_VERIFICATION_EXPIRY_HOURS?: number;
|
|
14825
14833
|
ONBOARDING_ARIREGISTER_BASE_URL?: string;
|
|
14826
14834
|
ONBOARDING_ARIREGISTER_USERNAME?: string;
|
|
@@ -26619,7 +26627,12 @@ export type MarketplaceOfferingUsersUpdateRestrictedResponses = {
|
|
|
26619
26627
|
export type MarketplaceOfferingUsersChecklistTemplateRetrieveData = {
|
|
26620
26628
|
body?: never;
|
|
26621
26629
|
path?: never;
|
|
26622
|
-
query
|
|
26630
|
+
query: {
|
|
26631
|
+
/**
|
|
26632
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
26633
|
+
*/
|
|
26634
|
+
parent_uuid: string;
|
|
26635
|
+
};
|
|
26623
26636
|
url: '/api/marketplace-offering-users/checklist-template/';
|
|
26624
26637
|
};
|
|
26625
26638
|
export type MarketplaceOfferingUsersChecklistTemplateRetrieveErrors = {
|
|
@@ -26627,6 +26640,10 @@ export type MarketplaceOfferingUsersChecklistTemplateRetrieveErrors = {
|
|
|
26627
26640
|
* No checklist configured
|
|
26628
26641
|
*/
|
|
26629
26642
|
400: unknown;
|
|
26643
|
+
/**
|
|
26644
|
+
* Parent object not found
|
|
26645
|
+
*/
|
|
26646
|
+
404: unknown;
|
|
26630
26647
|
};
|
|
26631
26648
|
export type MarketplaceOfferingUsersChecklistTemplateRetrieveResponses = {
|
|
26632
26649
|
200: ChecklistTemplate;
|
|
@@ -26635,7 +26652,12 @@ export type MarketplaceOfferingUsersChecklistTemplateRetrieveResponse = Marketpl
|
|
|
26635
26652
|
export type MarketplaceOfferingUsersChecklistTemplateCountData = {
|
|
26636
26653
|
body?: never;
|
|
26637
26654
|
path?: never;
|
|
26638
|
-
query
|
|
26655
|
+
query: {
|
|
26656
|
+
/**
|
|
26657
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
26658
|
+
*/
|
|
26659
|
+
parent_uuid: string;
|
|
26660
|
+
};
|
|
26639
26661
|
url: '/api/marketplace-offering-users/checklist-template/';
|
|
26640
26662
|
};
|
|
26641
26663
|
export type MarketplaceOfferingUsersChecklistTemplateCountResponses = {
|
|
@@ -35092,7 +35114,12 @@ export type OnboardingVerificationsSubmitAnswersResponse = OnboardingVerificatio
|
|
|
35092
35114
|
export type OnboardingVerificationsChecklistTemplateRetrieveData = {
|
|
35093
35115
|
body?: never;
|
|
35094
35116
|
path?: never;
|
|
35095
|
-
query
|
|
35117
|
+
query: {
|
|
35118
|
+
/**
|
|
35119
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
35120
|
+
*/
|
|
35121
|
+
parent_uuid: string;
|
|
35122
|
+
};
|
|
35096
35123
|
url: '/api/onboarding-verifications/checklist-template/';
|
|
35097
35124
|
};
|
|
35098
35125
|
export type OnboardingVerificationsChecklistTemplateRetrieveErrors = {
|
|
@@ -35100,6 +35127,10 @@ export type OnboardingVerificationsChecklistTemplateRetrieveErrors = {
|
|
|
35100
35127
|
* No checklist configured
|
|
35101
35128
|
*/
|
|
35102
35129
|
400: unknown;
|
|
35130
|
+
/**
|
|
35131
|
+
* Parent object not found
|
|
35132
|
+
*/
|
|
35133
|
+
404: unknown;
|
|
35103
35134
|
};
|
|
35104
35135
|
export type OnboardingVerificationsChecklistTemplateRetrieveResponses = {
|
|
35105
35136
|
200: ChecklistTemplate;
|
|
@@ -35108,7 +35139,12 @@ export type OnboardingVerificationsChecklistTemplateRetrieveResponse = Onboardin
|
|
|
35108
35139
|
export type OnboardingVerificationsChecklistTemplateCountData = {
|
|
35109
35140
|
body?: never;
|
|
35110
35141
|
path?: never;
|
|
35111
|
-
query
|
|
35142
|
+
query: {
|
|
35143
|
+
/**
|
|
35144
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
35145
|
+
*/
|
|
35146
|
+
parent_uuid: string;
|
|
35147
|
+
};
|
|
35112
35148
|
url: '/api/onboarding-verifications/checklist-template/';
|
|
35113
35149
|
};
|
|
35114
35150
|
export type OnboardingVerificationsChecklistTemplateCountResponses = {
|
|
@@ -39981,7 +40017,12 @@ export type ProjectsUpdateUserResponse = ProjectsUpdateUserResponses[keyof Proje
|
|
|
39981
40017
|
export type ProjectsChecklistTemplateRetrieveData = {
|
|
39982
40018
|
body?: never;
|
|
39983
40019
|
path?: never;
|
|
39984
|
-
query
|
|
40020
|
+
query: {
|
|
40021
|
+
/**
|
|
40022
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
40023
|
+
*/
|
|
40024
|
+
parent_uuid: string;
|
|
40025
|
+
};
|
|
39985
40026
|
url: '/api/projects/checklist-template/';
|
|
39986
40027
|
};
|
|
39987
40028
|
export type ProjectsChecklistTemplateRetrieveErrors = {
|
|
@@ -39989,6 +40030,10 @@ export type ProjectsChecklistTemplateRetrieveErrors = {
|
|
|
39989
40030
|
* No checklist configured
|
|
39990
40031
|
*/
|
|
39991
40032
|
400: unknown;
|
|
40033
|
+
/**
|
|
40034
|
+
* Parent object not found
|
|
40035
|
+
*/
|
|
40036
|
+
404: unknown;
|
|
39992
40037
|
};
|
|
39993
40038
|
export type ProjectsChecklistTemplateRetrieveResponses = {
|
|
39994
40039
|
200: ChecklistTemplate;
|
|
@@ -39997,7 +40042,12 @@ export type ProjectsChecklistTemplateRetrieveResponse = ProjectsChecklistTemplat
|
|
|
39997
40042
|
export type ProjectsChecklistTemplateCountData = {
|
|
39998
40043
|
body?: never;
|
|
39999
40044
|
path?: never;
|
|
40000
|
-
query
|
|
40045
|
+
query: {
|
|
40046
|
+
/**
|
|
40047
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
40048
|
+
*/
|
|
40049
|
+
parent_uuid: string;
|
|
40050
|
+
};
|
|
40001
40051
|
url: '/api/projects/checklist-template/';
|
|
40002
40052
|
};
|
|
40003
40053
|
export type ProjectsChecklistTemplateCountResponses = {
|
|
@@ -40665,7 +40715,7 @@ export type ProposalProposalsSubmitAnswersErrors = {
|
|
|
40665
40715
|
404: unknown;
|
|
40666
40716
|
};
|
|
40667
40717
|
export type ProposalProposalsSubmitAnswersResponses = {
|
|
40668
|
-
200:
|
|
40718
|
+
200: ProposalChecklistAnswerSubmitResponse;
|
|
40669
40719
|
};
|
|
40670
40720
|
export type ProposalProposalsSubmitAnswersResponse = ProposalProposalsSubmitAnswersResponses[keyof ProposalProposalsSubmitAnswersResponses];
|
|
40671
40721
|
export type ProposalProposalsUpdateProjectDetailsData = {
|
|
@@ -40697,7 +40747,12 @@ export type ProposalProposalsUpdateUserResponse = ProposalProposalsUpdateUserRes
|
|
|
40697
40747
|
export type ProposalProposalsChecklistTemplateRetrieveData = {
|
|
40698
40748
|
body?: never;
|
|
40699
40749
|
path?: never;
|
|
40700
|
-
query
|
|
40750
|
+
query: {
|
|
40751
|
+
/**
|
|
40752
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
40753
|
+
*/
|
|
40754
|
+
parent_uuid: string;
|
|
40755
|
+
};
|
|
40701
40756
|
url: '/api/proposal-proposals/checklist-template/';
|
|
40702
40757
|
};
|
|
40703
40758
|
export type ProposalProposalsChecklistTemplateRetrieveErrors = {
|
|
@@ -40705,6 +40760,10 @@ export type ProposalProposalsChecklistTemplateRetrieveErrors = {
|
|
|
40705
40760
|
* No checklist configured
|
|
40706
40761
|
*/
|
|
40707
40762
|
400: unknown;
|
|
40763
|
+
/**
|
|
40764
|
+
* Parent object not found
|
|
40765
|
+
*/
|
|
40766
|
+
404: unknown;
|
|
40708
40767
|
};
|
|
40709
40768
|
export type ProposalProposalsChecklistTemplateRetrieveResponses = {
|
|
40710
40769
|
200: ChecklistTemplate;
|
|
@@ -40713,7 +40772,12 @@ export type ProposalProposalsChecklistTemplateRetrieveResponse = ProposalProposa
|
|
|
40713
40772
|
export type ProposalProposalsChecklistTemplateCountData = {
|
|
40714
40773
|
body?: never;
|
|
40715
40774
|
path?: never;
|
|
40716
|
-
query
|
|
40775
|
+
query: {
|
|
40776
|
+
/**
|
|
40777
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
40778
|
+
*/
|
|
40779
|
+
parent_uuid: string;
|
|
40780
|
+
};
|
|
40717
40781
|
url: '/api/proposal-proposals/checklist-template/';
|
|
40718
40782
|
};
|
|
40719
40783
|
export type ProposalProposalsChecklistTemplateCountResponses = {
|