@coscine/api-client 2.4.0 → 2.6.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.
Files changed (149) hide show
  1. package/dist/index.js +1515 -532
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.umd.js +1520 -531
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/lib/Coscine.Api.ActivatedFeatures/index.js +5 -1
  6. package/dist/lib/Coscine.Api.ActivatedFeatures/index.js.map +1 -1
  7. package/dist/lib/Coscine.Api.Admin/api.js +1 -1
  8. package/dist/lib/Coscine.Api.Admin/base.js +1 -1
  9. package/dist/lib/Coscine.Api.Admin/common.js +1 -1
  10. package/dist/lib/Coscine.Api.Admin/configuration.js +1 -1
  11. package/dist/lib/Coscine.Api.Admin/index.js +6 -2
  12. package/dist/lib/Coscine.Api.Admin/index.js.map +1 -1
  13. package/dist/lib/Coscine.Api.Blob/api.js +1 -1
  14. package/dist/lib/Coscine.Api.Blob/base.js +1 -1
  15. package/dist/lib/Coscine.Api.Blob/common.js +1 -1
  16. package/dist/lib/Coscine.Api.Blob/configuration.js +1 -1
  17. package/dist/lib/Coscine.Api.Blob/index.js +6 -2
  18. package/dist/lib/Coscine.Api.Blob/index.js.map +1 -1
  19. package/dist/lib/Coscine.Api.Metadata/api.js +1 -1
  20. package/dist/lib/Coscine.Api.Metadata/base.js +1 -1
  21. package/dist/lib/Coscine.Api.Metadata/common.js +1 -1
  22. package/dist/lib/Coscine.Api.Metadata/configuration.js +1 -1
  23. package/dist/lib/Coscine.Api.Metadata/index.js +6 -2
  24. package/dist/lib/Coscine.Api.Metadata/index.js.map +1 -1
  25. package/dist/lib/Coscine.Api.Notices/api.js +5 -1
  26. package/dist/lib/Coscine.Api.Notices/api.js.map +1 -1
  27. package/dist/lib/Coscine.Api.Notices/base.js +1 -1
  28. package/dist/lib/Coscine.Api.Notices/common.js +1 -1
  29. package/dist/lib/Coscine.Api.Notices/configuration.js +1 -1
  30. package/dist/lib/Coscine.Api.Notices/index.js +6 -2
  31. package/dist/lib/Coscine.Api.Notices/index.js.map +1 -1
  32. package/dist/lib/Coscine.Api.Organization/index.js +5 -1
  33. package/dist/lib/Coscine.Api.Organization/index.js.map +1 -1
  34. package/dist/lib/Coscine.Api.Pid/api.js +204 -0
  35. package/dist/lib/Coscine.Api.Pid/api.js.map +1 -0
  36. package/dist/lib/Coscine.Api.Pid/base.js +65 -0
  37. package/dist/lib/Coscine.Api.Pid/base.js.map +1 -0
  38. package/dist/lib/Coscine.Api.Pid/common.js +153 -0
  39. package/dist/lib/Coscine.Api.Pid/common.js.map +1 -0
  40. package/dist/lib/Coscine.Api.Pid/configuration.js +43 -0
  41. package/dist/lib/Coscine.Api.Pid/configuration.js.map +1 -0
  42. package/dist/lib/Coscine.Api.Pid/index.js +32 -0
  43. package/dist/lib/Coscine.Api.Pid/index.js.map +1 -0
  44. package/dist/lib/Coscine.Api.Project/api.js +1 -1
  45. package/dist/lib/Coscine.Api.Project/base.js +1 -1
  46. package/dist/lib/Coscine.Api.Project/common.js +1 -1
  47. package/dist/lib/Coscine.Api.Project/configuration.js +1 -1
  48. package/dist/lib/Coscine.Api.Project/index.js +6 -2
  49. package/dist/lib/Coscine.Api.Project/index.js.map +1 -1
  50. package/dist/lib/Coscine.Api.Resources/api.js +1 -1
  51. package/dist/lib/Coscine.Api.Resources/base.js +1 -1
  52. package/dist/lib/Coscine.Api.Resources/common.js +1 -1
  53. package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
  54. package/dist/lib/Coscine.Api.Resources/index.js +6 -2
  55. package/dist/lib/Coscine.Api.Resources/index.js.map +1 -1
  56. package/dist/lib/Coscine.Api.STS/api.js +802 -0
  57. package/dist/lib/Coscine.Api.STS/api.js.map +1 -0
  58. package/dist/lib/Coscine.Api.STS/base.js +65 -0
  59. package/dist/lib/Coscine.Api.STS/base.js.map +1 -0
  60. package/dist/lib/Coscine.Api.STS/common.js +153 -0
  61. package/dist/lib/Coscine.Api.STS/common.js.map +1 -0
  62. package/dist/lib/Coscine.Api.STS/configuration.js +43 -0
  63. package/dist/lib/Coscine.Api.STS/configuration.js.map +1 -0
  64. package/dist/lib/Coscine.Api.STS/index.js +32 -0
  65. package/dist/lib/Coscine.Api.STS/index.js.map +1 -0
  66. package/dist/lib/Coscine.Api.Search/api.js +17 -6
  67. package/dist/lib/Coscine.Api.Search/api.js.map +1 -1
  68. package/dist/lib/Coscine.Api.Search/base.js +1 -1
  69. package/dist/lib/Coscine.Api.Search/common.js +1 -1
  70. package/dist/lib/Coscine.Api.Search/configuration.js +1 -1
  71. package/dist/lib/Coscine.Api.Search/index.js +6 -2
  72. package/dist/lib/Coscine.Api.Search/index.js.map +1 -1
  73. package/dist/lib/Coscine.Api.Token/index.js +5 -1
  74. package/dist/lib/Coscine.Api.Token/index.js.map +1 -1
  75. package/dist/lib/Coscine.Api.Tree/api.js +1 -1
  76. package/dist/lib/Coscine.Api.Tree/base.js +1 -1
  77. package/dist/lib/Coscine.Api.Tree/common.js +1 -1
  78. package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
  79. package/dist/lib/Coscine.Api.Tree/index.js +6 -2
  80. package/dist/lib/Coscine.Api.Tree/index.js.map +1 -1
  81. package/dist/lib/Coscine.Api.User/api.js +60 -2
  82. package/dist/lib/Coscine.Api.User/api.js.map +1 -1
  83. package/dist/lib/Coscine.Api.User/base.js +1 -1
  84. package/dist/lib/Coscine.Api.User/common.js +1 -1
  85. package/dist/lib/Coscine.Api.User/configuration.js +1 -1
  86. package/dist/lib/Coscine.Api.User/index.js +6 -2
  87. package/dist/lib/Coscine.Api.User/index.js.map +1 -1
  88. package/dist/lib/apis.js +41 -29
  89. package/dist/lib/apis.js.map +1 -1
  90. package/dist/lib/index.js +7 -1
  91. package/dist/lib/index.js.map +1 -1
  92. package/dist/types/Coscine.Api.Admin/api.d.ts +1 -1
  93. package/dist/types/Coscine.Api.Admin/base.d.ts +1 -1
  94. package/dist/types/Coscine.Api.Admin/common.d.ts +1 -1
  95. package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
  96. package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
  97. package/dist/types/Coscine.Api.Blob/api.d.ts +1 -1
  98. package/dist/types/Coscine.Api.Blob/base.d.ts +1 -1
  99. package/dist/types/Coscine.Api.Blob/common.d.ts +1 -1
  100. package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
  101. package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
  102. package/dist/types/Coscine.Api.Metadata/api.d.ts +1 -1
  103. package/dist/types/Coscine.Api.Metadata/base.d.ts +1 -1
  104. package/dist/types/Coscine.Api.Metadata/common.d.ts +1 -1
  105. package/dist/types/Coscine.Api.Metadata/configuration.d.ts +1 -1
  106. package/dist/types/Coscine.Api.Metadata/index.d.ts +1 -1
  107. package/dist/types/Coscine.Api.Notices/api.d.ts +5 -1
  108. package/dist/types/Coscine.Api.Notices/base.d.ts +1 -1
  109. package/dist/types/Coscine.Api.Notices/common.d.ts +1 -1
  110. package/dist/types/Coscine.Api.Notices/configuration.d.ts +1 -1
  111. package/dist/types/Coscine.Api.Notices/index.d.ts +1 -1
  112. package/dist/types/Coscine.Api.Pid/api.d.ts +149 -0
  113. package/dist/types/Coscine.Api.Pid/base.d.ts +55 -0
  114. package/dist/types/Coscine.Api.Pid/common.d.ts +65 -0
  115. package/dist/types/Coscine.Api.Pid/configuration.d.ts +83 -0
  116. package/dist/types/Coscine.Api.Pid/index.d.ts +13 -0
  117. package/dist/types/Coscine.Api.Project/api.d.ts +1 -1
  118. package/dist/types/Coscine.Api.Project/base.d.ts +1 -1
  119. package/dist/types/Coscine.Api.Project/common.d.ts +1 -1
  120. package/dist/types/Coscine.Api.Project/configuration.d.ts +1 -1
  121. package/dist/types/Coscine.Api.Project/index.d.ts +1 -1
  122. package/dist/types/Coscine.Api.Resources/api.d.ts +1 -1
  123. package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
  124. package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
  125. package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
  126. package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
  127. package/dist/types/Coscine.Api.STS/api.d.ts +465 -0
  128. package/dist/types/Coscine.Api.STS/base.d.ts +55 -0
  129. package/dist/types/Coscine.Api.STS/common.d.ts +65 -0
  130. package/dist/types/Coscine.Api.STS/configuration.d.ts +83 -0
  131. package/dist/types/Coscine.Api.STS/index.d.ts +13 -0
  132. package/dist/types/Coscine.Api.Search/api.d.ts +21 -452
  133. package/dist/types/Coscine.Api.Search/base.d.ts +1 -1
  134. package/dist/types/Coscine.Api.Search/common.d.ts +1 -1
  135. package/dist/types/Coscine.Api.Search/configuration.d.ts +1 -1
  136. package/dist/types/Coscine.Api.Search/index.d.ts +1 -1
  137. package/dist/types/Coscine.Api.Tree/api.d.ts +1 -1
  138. package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
  139. package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
  140. package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
  141. package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
  142. package/dist/types/Coscine.Api.User/api.d.ts +38 -9
  143. package/dist/types/Coscine.Api.User/base.d.ts +1 -1
  144. package/dist/types/Coscine.Api.User/common.d.ts +1 -1
  145. package/dist/types/Coscine.Api.User/configuration.d.ts +1 -1
  146. package/dist/types/Coscine.Api.User/index.d.ts +1 -1
  147. package/dist/types/apis.d.ts +26 -2
  148. package/dist/types/index.d.ts +52 -4
  149. package/package.json +3 -3
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Notices
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.3.2
5
+ * The version of the OpenAPI document: 2.4.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -73,6 +73,7 @@ export declare const NoticeApiAxiosParamCreator: (configuration?: Configuration)
73
73
  * @param {string} documentSlug Slug defining a configured notice
74
74
  * @param {string} [language] Language (e.g. \"en\" or \"de\")
75
75
  * @param {*} [options] Override http request option.
76
+ * @deprecated
76
77
  * @throws {RequiredError}
77
78
  */
78
79
  noticeGetNotice: (documentSlug: string, language?: string, options?: any) => Promise<RequestArgs>;
@@ -95,6 +96,7 @@ export declare const NoticeApiFp: (configuration?: Configuration) => {
95
96
  * @param {string} documentSlug Slug defining a configured notice
96
97
  * @param {string} [language] Language (e.g. \&quot;en\&quot; or \&quot;de\&quot;)
97
98
  * @param {*} [options] Override http request option.
99
+ * @deprecated
98
100
  * @throws {RequiredError}
99
101
  */
100
102
  noticeGetNotice(documentSlug: string, language?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
@@ -117,6 +119,7 @@ export declare const NoticeApiFactory: (configuration?: Configuration, basePath?
117
119
  * @param {string} documentSlug Slug defining a configured notice
118
120
  * @param {string} [language] Language (e.g. \&quot;en\&quot; or \&quot;de\&quot;)
119
121
  * @param {*} [options] Override http request option.
122
+ * @deprecated
120
123
  * @throws {RequiredError}
121
124
  */
122
125
  noticeGetNotice(documentSlug: string, language?: string, options?: any): AxiosPromise<any>;
@@ -142,6 +145,7 @@ export declare class NoticeApi extends BaseAPI {
142
145
  * @param {string} documentSlug Slug defining a configured notice
143
146
  * @param {string} [language] Language (e.g. \&quot;en\&quot; or \&quot;de\&quot;)
144
147
  * @param {*} [options] Override http request option.
148
+ * @deprecated
145
149
  * @throws {RequiredError}
146
150
  * @memberof NoticeApi
147
151
  */
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Notices
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.3.2
5
+ * The version of the OpenAPI document: 2.4.0
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
  * Coscine.Api.Notices
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.3.2
5
+ * The version of the OpenAPI document: 2.4.0
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
  * Coscine.Api.Notices
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.3.2
5
+ * The version of the OpenAPI document: 2.4.0
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
  * Coscine.Api.Notices
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.3.2
5
+ * The version of the OpenAPI document: 2.4.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,149 @@
1
+ /**
2
+ * Coscine.Api.Pid
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.4.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Configuration } from './configuration';
13
+ import { AxiosPromise, AxiosInstance } from 'axios';
14
+ import { RequestArgs, BaseAPI } from './base';
15
+ /**
16
+ * Message Object.
17
+ * @export
18
+ * @interface MessageObject
19
+ */
20
+ export interface MessageObject {
21
+ /**
22
+ * Name of the requester.
23
+ * @type {string}
24
+ * @memberof MessageObject
25
+ */
26
+ name?: string | null;
27
+ /**
28
+ * Email address of the requester.
29
+ * @type {string}
30
+ * @memberof MessageObject
31
+ */
32
+ email?: string | null;
33
+ /**
34
+ * Message Text.
35
+ * @type {string}
36
+ * @memberof MessageObject
37
+ */
38
+ message?: string | null;
39
+ /**
40
+ * Send copy to requester.
41
+ * @type {boolean}
42
+ * @memberof MessageObject
43
+ */
44
+ sendCopy?: boolean;
45
+ /**
46
+ * Pid of the resource.
47
+ * @type {string}
48
+ * @memberof MessageObject
49
+ */
50
+ pid?: string | null;
51
+ /**
52
+ * Message Object.
53
+ * @type {string}
54
+ * @memberof MessageObject
55
+ */
56
+ guid?: string | null;
57
+ }
58
+ /**
59
+ * PidApi - axios parameter creator
60
+ * @export
61
+ */
62
+ export declare const PidApiAxiosParamCreator: (configuration?: Configuration) => {
63
+ /**
64
+ *
65
+ * @summary Returns a 200, if a PID is valid.
66
+ * @param {string} pid PID
67
+ * @param {*} [options] Override http request option.
68
+ * @throws {RequiredError}
69
+ */
70
+ pidIsValid: (pid: string, options?: any) => Promise<RequestArgs>;
71
+ /**
72
+ *
73
+ * @summary Sends a request to the pid owner.
74
+ * @param {MessageObject} messageObject Entry with the information for the email to the pid owner.
75
+ * @param {*} [options] Override http request option.
76
+ * @throws {RequiredError}
77
+ */
78
+ pidSendMailToOwner: (messageObject: MessageObject, options?: any) => Promise<RequestArgs>;
79
+ };
80
+ /**
81
+ * PidApi - functional programming interface
82
+ * @export
83
+ */
84
+ export declare const PidApiFp: (configuration?: Configuration) => {
85
+ /**
86
+ *
87
+ * @summary Returns a 200, if a PID is valid.
88
+ * @param {string} pid PID
89
+ * @param {*} [options] Override http request option.
90
+ * @throws {RequiredError}
91
+ */
92
+ pidIsValid(pid: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
93
+ /**
94
+ *
95
+ * @summary Sends a request to the pid owner.
96
+ * @param {MessageObject} messageObject Entry with the information for the email to the pid owner.
97
+ * @param {*} [options] Override http request option.
98
+ * @throws {RequiredError}
99
+ */
100
+ pidSendMailToOwner(messageObject: MessageObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
101
+ };
102
+ /**
103
+ * PidApi - factory interface
104
+ * @export
105
+ */
106
+ export declare const PidApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
107
+ /**
108
+ *
109
+ * @summary Returns a 200, if a PID is valid.
110
+ * @param {string} pid PID
111
+ * @param {*} [options] Override http request option.
112
+ * @throws {RequiredError}
113
+ */
114
+ pidIsValid(pid: string, options?: any): AxiosPromise<any>;
115
+ /**
116
+ *
117
+ * @summary Sends a request to the pid owner.
118
+ * @param {MessageObject} messageObject Entry with the information for the email to the pid owner.
119
+ * @param {*} [options] Override http request option.
120
+ * @throws {RequiredError}
121
+ */
122
+ pidSendMailToOwner(messageObject: MessageObject, options?: any): AxiosPromise<any>;
123
+ };
124
+ /**
125
+ * PidApi - object-oriented interface
126
+ * @export
127
+ * @class PidApi
128
+ * @extends {BaseAPI}
129
+ */
130
+ export declare class PidApi extends BaseAPI {
131
+ /**
132
+ *
133
+ * @summary Returns a 200, if a PID is valid.
134
+ * @param {string} pid PID
135
+ * @param {*} [options] Override http request option.
136
+ * @throws {RequiredError}
137
+ * @memberof PidApi
138
+ */
139
+ pidIsValid(pid: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
140
+ /**
141
+ *
142
+ * @summary Sends a request to the pid owner.
143
+ * @param {MessageObject} messageObject Entry with the information for the email to the pid owner.
144
+ * @param {*} [options] Override http request option.
145
+ * @throws {RequiredError}
146
+ * @memberof PidApi
147
+ */
148
+ pidSendMailToOwner(messageObject: MessageObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
149
+ }
@@ -0,0 +1,55 @@
1
+ /**
2
+ * Coscine.Api.Pid
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.4.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Configuration } from "./configuration";
13
+ import { AxiosInstance } from 'axios';
14
+ export declare const BASE_PATH: string;
15
+ /**
16
+ *
17
+ * @export
18
+ */
19
+ export declare const COLLECTION_FORMATS: {
20
+ csv: string;
21
+ ssv: string;
22
+ tsv: string;
23
+ pipes: string;
24
+ };
25
+ /**
26
+ *
27
+ * @export
28
+ * @interface RequestArgs
29
+ */
30
+ export interface RequestArgs {
31
+ url: string;
32
+ options: any;
33
+ }
34
+ /**
35
+ *
36
+ * @export
37
+ * @class BaseAPI
38
+ */
39
+ export declare class BaseAPI {
40
+ protected basePath: string;
41
+ protected axios: AxiosInstance;
42
+ protected configuration: Configuration | undefined;
43
+ constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
44
+ }
45
+ /**
46
+ *
47
+ * @export
48
+ * @class RequiredError
49
+ * @extends {Error}
50
+ */
51
+ export declare class RequiredError extends Error {
52
+ field: string;
53
+ name: "RequiredError";
54
+ constructor(field: string, msg?: string);
55
+ }
@@ -0,0 +1,65 @@
1
+ /**
2
+ * Coscine.Api.Pid
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.4.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Configuration } from "./configuration";
13
+ import { RequestArgs } from "./base";
14
+ import { AxiosInstance } from 'axios';
15
+ /**
16
+ *
17
+ * @export
18
+ */
19
+ export declare const DUMMY_BASE_URL = "https://example.com";
20
+ /**
21
+ *
22
+ * @throws {RequiredError}
23
+ * @export
24
+ */
25
+ export declare const assertParamExists: (functionName: string, paramName: string, paramValue: unknown) => void;
26
+ /**
27
+ *
28
+ * @export
29
+ */
30
+ export declare const setApiKeyToObject: (object: any, keyParamName: string, configuration?: Configuration) => Promise<void>;
31
+ /**
32
+ *
33
+ * @export
34
+ */
35
+ export declare const setBasicAuthToObject: (object: any, configuration?: Configuration) => void;
36
+ /**
37
+ *
38
+ * @export
39
+ */
40
+ export declare const setBearerAuthToObject: (object: any, configuration?: Configuration) => Promise<void>;
41
+ /**
42
+ *
43
+ * @export
44
+ */
45
+ export declare const setOAuthToObject: (object: any, name: string, scopes: string[], configuration?: Configuration) => Promise<void>;
46
+ /**
47
+ *
48
+ * @export
49
+ */
50
+ export declare const setSearchParams: (url: URL, ...objects: any[]) => void;
51
+ /**
52
+ *
53
+ * @export
54
+ */
55
+ export declare const serializeDataIfNeeded: (value: any, requestOptions: any, configuration?: Configuration) => any;
56
+ /**
57
+ *
58
+ * @export
59
+ */
60
+ export declare const toPathString: (url: URL) => string;
61
+ /**
62
+ *
63
+ * @export
64
+ */
65
+ export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => (axios?: AxiosInstance, basePath?: string) => Promise<import("axios").AxiosResponse<any>>;
@@ -0,0 +1,83 @@
1
+ /**
2
+ * Coscine.Api.Pid
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.4.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface ConfigurationParameters {
13
+ apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
14
+ username?: string;
15
+ password?: string;
16
+ accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
17
+ basePath?: string;
18
+ baseOptions?: any;
19
+ formDataCtor?: new () => any;
20
+ }
21
+ export declare class Configuration {
22
+ /**
23
+ * parameter for apiKey security
24
+ * @param name security name
25
+ * @memberof Configuration
26
+ */
27
+ apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
28
+ /**
29
+ * parameter for basic security
30
+ *
31
+ * @type {string}
32
+ * @memberof Configuration
33
+ */
34
+ username?: string;
35
+ /**
36
+ * parameter for basic security
37
+ *
38
+ * @type {string}
39
+ * @memberof Configuration
40
+ */
41
+ password?: string;
42
+ /**
43
+ * parameter for oauth2 security
44
+ * @param name security name
45
+ * @param scopes oauth2 scope
46
+ * @memberof Configuration
47
+ */
48
+ accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
49
+ /**
50
+ * override base path
51
+ *
52
+ * @type {string}
53
+ * @memberof Configuration
54
+ */
55
+ basePath?: string;
56
+ /**
57
+ * base options for axios calls
58
+ *
59
+ * @type {any}
60
+ * @memberof Configuration
61
+ */
62
+ baseOptions?: any;
63
+ /**
64
+ * The FormData constructor that will be used to create multipart form data
65
+ * requests. You can inject this here so that execution environments that
66
+ * do not support the FormData class can still run the generated client.
67
+ *
68
+ * @type {new () => FormData}
69
+ */
70
+ formDataCtor?: new () => any;
71
+ constructor(param?: ConfigurationParameters);
72
+ /**
73
+ * Check if the given MIME is a JSON MIME.
74
+ * JSON MIME examples:
75
+ * application/json
76
+ * application/json; charset=UTF8
77
+ * APPLICATION/JSON
78
+ * application/vnd.company+json
79
+ * @param mime - MIME (Multipurpose Internet Mail Extensions)
80
+ * @return True if the given MIME is JSON, false otherwise.
81
+ */
82
+ isJsonMime(mime: string): boolean;
83
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Coscine.Api.Pid
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.4.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export * from "./api";
13
+ export * from "./configuration";
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Project
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 4.0.0
5
+ * The version of the OpenAPI document: 4.1.1
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
  * Coscine.Api.Project
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 4.0.0
5
+ * The version of the OpenAPI document: 4.1.1
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
  * Coscine.Api.Project
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 4.0.0
5
+ * The version of the OpenAPI document: 4.1.1
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
  * Coscine.Api.Project
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 4.0.0
5
+ * The version of the OpenAPI document: 4.1.1
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
  * Coscine.Api.Project
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 4.0.0
5
+ * The version of the OpenAPI document: 4.1.1
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
  * Coscine.Api.Resources
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 3.0.0
5
+ * The version of the OpenAPI document: 3.0.7
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
  * Coscine.Api.Resources
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 3.0.0
5
+ * The version of the OpenAPI document: 3.0.7
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
  * Coscine.Api.Resources
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 3.0.0
5
+ * The version of the OpenAPI document: 3.0.7
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
  * Coscine.Api.Resources
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 3.0.0
5
+ * The version of the OpenAPI document: 3.0.7
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
  * Coscine.Api.Resources
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 3.0.0
5
+ * The version of the OpenAPI document: 3.0.7
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).