@coscine/api-client 2.10.0 → 2.12.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 (68) hide show
  1. package/README.md +32 -11
  2. package/dist/index.js +11 -11
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.umd.js +11 -11
  5. package/dist/index.umd.js.map +1 -1
  6. package/dist/lib/Coscine.Api.Admin/api.js +1 -1
  7. package/dist/lib/Coscine.Api.Admin/base.js +1 -1
  8. package/dist/lib/Coscine.Api.Admin/common.js +1 -1
  9. package/dist/lib/Coscine.Api.Admin/configuration.js +1 -1
  10. package/dist/lib/Coscine.Api.Admin/index.js +1 -1
  11. package/dist/lib/Coscine.Api.Blob/api.js +1 -1
  12. package/dist/lib/Coscine.Api.Blob/base.js +1 -1
  13. package/dist/lib/Coscine.Api.Blob/common.js +1 -1
  14. package/dist/lib/Coscine.Api.Blob/configuration.js +1 -1
  15. package/dist/lib/Coscine.Api.Blob/index.js +1 -1
  16. package/dist/lib/Coscine.Api.Project/api.js +9 -9
  17. package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
  18. package/dist/lib/Coscine.Api.Project/base.js +2 -2
  19. package/dist/lib/Coscine.Api.Project/common.js +1 -1
  20. package/dist/lib/Coscine.Api.Project/configuration.js +1 -1
  21. package/dist/lib/Coscine.Api.Project/index.js +1 -1
  22. package/dist/lib/Coscine.Api.Resources/api.js +1 -1
  23. package/dist/lib/Coscine.Api.Resources/base.js +2 -2
  24. package/dist/lib/Coscine.Api.Resources/common.js +1 -1
  25. package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
  26. package/dist/lib/Coscine.Api.Resources/index.js +1 -1
  27. package/dist/lib/Coscine.Api.Search/api.js +3 -3
  28. package/dist/lib/Coscine.Api.Search/api.js.map +1 -1
  29. package/dist/lib/Coscine.Api.Search/base.js +1 -1
  30. package/dist/lib/Coscine.Api.Search/common.js +1 -1
  31. package/dist/lib/Coscine.Api.Search/configuration.js +1 -1
  32. package/dist/lib/Coscine.Api.Search/index.js +1 -1
  33. package/dist/lib/Coscine.Api.Tree/api.js +1 -1
  34. package/dist/lib/Coscine.Api.Tree/base.js +1 -1
  35. package/dist/lib/Coscine.Api.Tree/common.js +1 -1
  36. package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
  37. package/dist/lib/Coscine.Api.Tree/index.js +1 -1
  38. package/dist/types/Coscine.Api.Admin/api.d.ts +1 -1
  39. package/dist/types/Coscine.Api.Admin/base.d.ts +1 -1
  40. package/dist/types/Coscine.Api.Admin/common.d.ts +1 -1
  41. package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
  42. package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
  43. package/dist/types/Coscine.Api.Blob/api.d.ts +1 -1
  44. package/dist/types/Coscine.Api.Blob/base.d.ts +1 -1
  45. package/dist/types/Coscine.Api.Blob/common.d.ts +1 -1
  46. package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
  47. package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
  48. package/dist/types/Coscine.Api.Project/api.d.ts +15 -9
  49. package/dist/types/Coscine.Api.Project/base.d.ts +1 -1
  50. package/dist/types/Coscine.Api.Project/common.d.ts +1 -1
  51. package/dist/types/Coscine.Api.Project/configuration.d.ts +1 -1
  52. package/dist/types/Coscine.Api.Project/index.d.ts +1 -1
  53. package/dist/types/Coscine.Api.Resources/api.d.ts +1 -1
  54. package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
  55. package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
  56. package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
  57. package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
  58. package/dist/types/Coscine.Api.Search/api.d.ts +3 -3
  59. package/dist/types/Coscine.Api.Search/base.d.ts +1 -1
  60. package/dist/types/Coscine.Api.Search/common.d.ts +1 -1
  61. package/dist/types/Coscine.Api.Search/configuration.d.ts +1 -1
  62. package/dist/types/Coscine.Api.Search/index.d.ts +1 -1
  63. package/dist/types/Coscine.Api.Tree/api.d.ts +1 -1
  64. package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
  65. package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
  66. package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
  67. package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
  68. package/package.json +2 -2
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.Tree
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 2.9.4
8
+ * The version of the OpenAPI document: 2.10.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Admin
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.3
5
+ * The version of the OpenAPI document: 3.0.5
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.Admin
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.3
5
+ * The version of the OpenAPI document: 3.0.5
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.Admin
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.3
5
+ * The version of the OpenAPI document: 3.0.5
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.Admin
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.3
5
+ * The version of the OpenAPI document: 3.0.5
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.Admin
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.3
5
+ * The version of the OpenAPI document: 3.0.5
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.Blob
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.1.2
5
+ * The version of the OpenAPI document: 3.2.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.Blob
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.1.2
5
+ * The version of the OpenAPI document: 3.2.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.Blob
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.1.2
5
+ * The version of the OpenAPI document: 3.2.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.Blob
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.1.2
5
+ * The version of the OpenAPI document: 3.2.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.Blob
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.1.2
5
+ * The version of the OpenAPI document: 3.2.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.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.3.2
5
+ * The version of the OpenAPI document: 4.3.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -180,6 +180,12 @@ export interface ProjectObject {
180
180
  * @memberof ProjectObject
181
181
  */
182
182
  id?: string;
183
+ /**
184
+ *
185
+ * @type {string}
186
+ * @memberof ProjectObject
187
+ */
188
+ pid?: string | null;
183
189
  /**
184
190
  *
185
191
  * @type {string}
@@ -968,8 +974,8 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
968
974
  projectSendInvitation: (sendInvitationObject: SendInvitationObject, options?: any) => Promise<RequestArgs>;
969
975
  /**
970
976
  *
971
- * @summary Creates a project
972
- * @param {ProjectObject} projectObject A Project Object
977
+ * @summary Creates a new project
978
+ * @param {ProjectObject} projectObject The project to create.
973
979
  * @param {*} [options] Override http request option.
974
980
  * @throws {RequiredError}
975
981
  */
@@ -1077,8 +1083,8 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1077
1083
  projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1078
1084
  /**
1079
1085
  *
1080
- * @summary Creates a project
1081
- * @param {ProjectObject} projectObject A Project Object
1086
+ * @summary Creates a new project
1087
+ * @param {ProjectObject} projectObject The project to create.
1082
1088
  * @param {*} [options] Override http request option.
1083
1089
  * @throws {RequiredError}
1084
1090
  */
@@ -1186,8 +1192,8 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
1186
1192
  projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: any): AxiosPromise<any>;
1187
1193
  /**
1188
1194
  *
1189
- * @summary Creates a project
1190
- * @param {ProjectObject} projectObject A Project Object
1195
+ * @summary Creates a new project
1196
+ * @param {ProjectObject} projectObject The project to create.
1191
1197
  * @param {*} [options] Override http request option.
1192
1198
  * @throws {RequiredError}
1193
1199
  */
@@ -1308,8 +1314,8 @@ export declare class ProjectApi extends BaseAPI {
1308
1314
  projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
1309
1315
  /**
1310
1316
  *
1311
- * @summary Creates a project
1312
- * @param {ProjectObject} projectObject A Project Object
1317
+ * @summary Creates a new project
1318
+ * @param {ProjectObject} projectObject The project to create.
1313
1319
  * @param {*} [options] Override http request option.
1314
1320
  * @throws {RequiredError}
1315
1321
  * @memberof ProjectApi
@@ -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.3.2
5
+ * The version of the OpenAPI document: 4.3.4
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.3.2
5
+ * The version of the OpenAPI document: 4.3.4
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.3.2
5
+ * The version of the OpenAPI document: 4.3.4
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.3.2
5
+ * The version of the OpenAPI document: 4.3.4
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.4.4
5
+ * The version of the OpenAPI document: 3.5.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.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.4.4
5
+ * The version of the OpenAPI document: 3.5.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.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.4.4
5
+ * The version of the OpenAPI document: 3.5.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.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.4.4
5
+ * The version of the OpenAPI document: 3.5.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.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.4.4
5
+ * The version of the OpenAPI document: 3.5.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.Search
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.0
5
+ * The version of the OpenAPI document: 1.7.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -68,8 +68,8 @@ export declare enum OrderBy {
68
68
  DateCreatedDesc = "Date_Created_Desc",
69
69
  ScoreAsc = "Score_Asc",
70
70
  ScoreDesc = "Score_Desc",
71
- TitleAsc = "Title_Asc",
72
- TitleDesc = "Title_Desc"
71
+ NameAsc = "Name_Asc",
72
+ NameDesc = "Name_Desc"
73
73
  }
74
74
  /**
75
75
  * SearchApi - axios parameter creator
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Search
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.0
5
+ * The version of the OpenAPI document: 1.7.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.Search
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.0
5
+ * The version of the OpenAPI document: 1.7.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.Search
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.0
5
+ * The version of the OpenAPI document: 1.7.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.Search
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.0
5
+ * The version of the OpenAPI document: 1.7.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.Tree
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.9.4
5
+ * The version of the OpenAPI document: 2.10.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.Tree
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.9.4
5
+ * The version of the OpenAPI document: 2.10.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.Tree
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.9.4
5
+ * The version of the OpenAPI document: 2.10.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.Tree
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.9.4
5
+ * The version of the OpenAPI document: 2.10.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.Tree
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.9.4
5
+ * The version of the OpenAPI document: 2.10.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coscine/api-client",
3
- "version": "2.10.0",
3
+ "version": "2.12.0",
4
4
  "description": "This project contains the generated api connection classes.",
5
5
  "keywords": [
6
6
  "coscine",
@@ -122,5 +122,5 @@
122
122
  "dependencies": {
123
123
  "axios": "^0.21.1"
124
124
  },
125
- "packageManager": "yarn@3.4.1"
125
+ "packageManager": "yarn@3.5.0"
126
126
  }