edge-impulse-api 1.85.1 → 1.86.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 (73) hide show
  1. package/build/library/sdk/api/adminApi.js +1 -1
  2. package/build/library/sdk/api/adminApi.js.map +1 -1
  3. package/build/library/sdk/api/classifyApi.js +1 -1
  4. package/build/library/sdk/api/classifyApi.js.map +1 -1
  5. package/build/library/sdk/api/deploymentApi.js +2 -2
  6. package/build/library/sdk/api/deploymentApi.js.map +1 -1
  7. package/build/library/sdk/api/impulseApi.js +3 -3
  8. package/build/library/sdk/api/impulseApi.js.map +1 -1
  9. package/build/library/sdk/api/learnApi.js +4 -4
  10. package/build/library/sdk/api/learnApi.js.map +1 -1
  11. package/build/library/sdk/api/organizationBlocksApi.js +2 -2
  12. package/build/library/sdk/api/organizationBlocksApi.js.map +1 -1
  13. package/build/library/sdk/api/organizationCreateProjectApi.js +1 -1
  14. package/build/library/sdk/api/organizationCreateProjectApi.js.map +1 -1
  15. package/build/library/sdk/api/organizationDataApi.js +3 -3
  16. package/build/library/sdk/api/organizationDataApi.js.map +1 -1
  17. package/build/library/sdk/api/organizationDataCampaignsApi.js +1 -1
  18. package/build/library/sdk/api/organizationDataCampaignsApi.js.map +1 -1
  19. package/build/library/sdk/api/organizationsApi.js +7 -7
  20. package/build/library/sdk/api/organizationsApi.js.map +1 -1
  21. package/build/library/sdk/api/performanceCalibrationApi.js +1 -1
  22. package/build/library/sdk/api/performanceCalibrationApi.js.map +1 -1
  23. package/build/library/sdk/api/projectsApi.js +3 -3
  24. package/build/library/sdk/api/projectsApi.js.map +1 -1
  25. package/build/library/sdk/api/rawDataApi.js +1 -1
  26. package/build/library/sdk/api/rawDataApi.js.map +1 -1
  27. package/build/library/sdk/api/testApi.js +1 -1
  28. package/build/library/sdk/api/testApi.js.map +1 -1
  29. package/build/library/sdk/api/themesApi.js +1 -1
  30. package/build/library/sdk/api/themesApi.js.map +1 -1
  31. package/build/library/sdk/api/userApi.js +2 -2
  32. package/build/library/sdk/api/userApi.js.map +1 -1
  33. package/build/library/sdk/model/listApiKeysResponse.d.ts +2 -2
  34. package/build/library/sdk/model/listApiKeysResponse.js +1 -1
  35. package/build/library/sdk/model/listApiKeysResponse.js.map +1 -1
  36. package/build/library/sdk/model/listApiKeysResponseAllOf.d.ts +2 -2
  37. package/build/library/sdk/model/listApiKeysResponseAllOf.js +1 -1
  38. package/build/library/sdk/model/listApiKeysResponseAllOf.js.map +1 -1
  39. package/build/library/sdk/model/listHmacKeysResponse.d.ts +2 -2
  40. package/build/library/sdk/model/listHmacKeysResponse.js +1 -1
  41. package/build/library/sdk/model/listHmacKeysResponse.js.map +1 -1
  42. package/build/library/sdk/model/listHmacKeysResponseAllOf.d.ts +2 -2
  43. package/build/library/sdk/model/listHmacKeysResponseAllOf.js +1 -1
  44. package/build/library/sdk/model/listHmacKeysResponseAllOf.js.map +1 -1
  45. package/build/library/sdk/model/listOrganizationApiKeysResponse.d.ts +2 -2
  46. package/build/library/sdk/model/listOrganizationApiKeysResponse.js +1 -1
  47. package/build/library/sdk/model/listOrganizationApiKeysResponse.js.map +1 -1
  48. package/build/library/sdk/model/listOrganizationApiKeysResponseAllOf.d.ts +2 -2
  49. package/build/library/sdk/model/listOrganizationApiKeysResponseAllOf.js +1 -1
  50. package/build/library/sdk/model/listOrganizationApiKeysResponseAllOf.js.map +1 -1
  51. package/build/library/sdk/model/models.d.ts +4 -3
  52. package/build/library/sdk/model/models.js +14 -11
  53. package/build/library/sdk/model/models.js.map +1 -1
  54. package/build/library/sdk/model/{listOrganizationApiKeysResponseAllOfApiKeys.d.ts → organizationApiKey.d.ts} +8 -4
  55. package/build/library/sdk/model/{listOrganizationApiKeysResponseAllOfApiKeys.js → organizationApiKey.js} +19 -9
  56. package/build/library/sdk/model/organizationApiKey.js.map +1 -0
  57. package/build/library/sdk/model/organizationCreateProjectRequest.d.ts +1 -1
  58. package/build/library/sdk/model/organizationCreateProjectRequest.js +1 -1
  59. package/build/library/sdk/model/organizationCreateProjectResponse.d.ts +1 -1
  60. package/build/library/sdk/model/organizationCreateProjectResponseAllOf.d.ts +1 -1
  61. package/build/library/sdk/model/{listApiKeysResponseAllOfApiKeys.d.ts → projectApiKey.d.ts} +8 -4
  62. package/build/library/sdk/model/{listApiKeysResponseAllOfApiKeys.js → projectApiKey.js} +19 -9
  63. package/build/library/sdk/model/projectApiKey.js.map +1 -0
  64. package/build/library/sdk/model/projectApiKeyLastUsed.d.ts +36 -0
  65. package/build/library/sdk/model/projectApiKeyLastUsed.js +42 -0
  66. package/build/library/sdk/model/projectApiKeyLastUsed.js.map +1 -0
  67. package/build/library/sdk/model/{listHmacKeysResponseAllOfHmacKeys.d.ts → projectHmacKey.d.ts} +3 -1
  68. package/build/library/sdk/model/{listHmacKeysResponseAllOfHmacKeys.js → projectHmacKey.js} +12 -7
  69. package/build/library/sdk/model/projectHmacKey.js.map +1 -0
  70. package/package.json +1 -1
  71. package/build/library/sdk/model/listApiKeysResponseAllOfApiKeys.js.map +0 -1
  72. package/build/library/sdk/model/listHmacKeysResponseAllOfHmacKeys.js.map +0 -1
  73. package/build/library/sdk/model/listOrganizationApiKeysResponseAllOfApiKeys.js.map +0 -1
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ListApiKeysResponseAllOfApiKeys } from './listApiKeysResponseAllOfApiKeys';
12
+ import { ProjectApiKey } from './projectApiKey';
13
13
  export declare class ListApiKeysResponse {
14
14
  /**
15
15
  * Whether the operation succeeded
@@ -22,7 +22,7 @@ export declare class ListApiKeysResponse {
22
22
  /**
23
23
  * List of API keys.
24
24
  */
25
- 'apiKeys': Array<ListApiKeysResponseAllOfApiKeys>;
25
+ 'apiKeys': Array<ProjectApiKey>;
26
26
  static discriminator: string | undefined;
27
27
  static attributeTypeMap: Array<{
28
28
  name: string;
@@ -33,7 +33,7 @@ ListApiKeysResponse.attributeTypeMap = [
33
33
  {
34
34
  "name": "apiKeys",
35
35
  "baseName": "apiKeys",
36
- "type": "Array<ListApiKeysResponseAllOfApiKeys>"
36
+ "type": "Array<ProjectApiKey>"
37
37
  }
38
38
  ];
39
39
  //# sourceMappingURL=listApiKeysResponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listApiKeysResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listApiKeysResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,mBAAmB;IAiC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAnCL,kDAoCC;AAtBU,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,wCAAwC;KACnD;CAAK,CAAC"}
1
+ {"version":3,"file":"listApiKeysResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listApiKeysResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,mBAAmB;IAiC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAnCL,kDAoCC;AAtBU,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC"}
@@ -9,12 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ListApiKeysResponseAllOfApiKeys } from './listApiKeysResponseAllOfApiKeys';
12
+ import { ProjectApiKey } from './projectApiKey';
13
13
  export declare class ListApiKeysResponseAllOf {
14
14
  /**
15
15
  * List of API keys.
16
16
  */
17
- 'apiKeys': Array<ListApiKeysResponseAllOfApiKeys>;
17
+ 'apiKeys': Array<ProjectApiKey>;
18
18
  static discriminator: string | undefined;
19
19
  static attributeTypeMap: Array<{
20
20
  name: string;
@@ -23,7 +23,7 @@ ListApiKeysResponseAllOf.attributeTypeMap = [
23
23
  {
24
24
  "name": "apiKeys",
25
25
  "baseName": "apiKeys",
26
- "type": "Array<ListApiKeysResponseAllOfApiKeys>"
26
+ "type": "Array<ProjectApiKey>"
27
27
  }
28
28
  ];
29
29
  //# sourceMappingURL=listApiKeysResponseAllOf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listApiKeysResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listApiKeysResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,wBAAwB;IAejC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAjBL,4DAkBC;AAZU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,wCAAwC;KACnD;CAAK,CAAC"}
1
+ {"version":3,"file":"listApiKeysResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listApiKeysResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,wBAAwB;IAejC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAjBL,4DAkBC;AAZU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC"}
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ListHmacKeysResponseAllOfHmacKeys } from './listHmacKeysResponseAllOfHmacKeys';
12
+ import { ProjectHmacKey } from './projectHmacKey';
13
13
  export declare class ListHmacKeysResponse {
14
14
  /**
15
15
  * Whether the operation succeeded
@@ -22,7 +22,7 @@ export declare class ListHmacKeysResponse {
22
22
  /**
23
23
  * List of HMAC keys
24
24
  */
25
- 'hmacKeys': Array<ListHmacKeysResponseAllOfHmacKeys>;
25
+ 'hmacKeys': Array<ProjectHmacKey>;
26
26
  static discriminator: string | undefined;
27
27
  static attributeTypeMap: Array<{
28
28
  name: string;
@@ -33,7 +33,7 @@ ListHmacKeysResponse.attributeTypeMap = [
33
33
  {
34
34
  "name": "hmacKeys",
35
35
  "baseName": "hmacKeys",
36
- "type": "Array<ListHmacKeysResponseAllOfHmacKeys>"
36
+ "type": "Array<ProjectHmacKey>"
37
37
  }
38
38
  ];
39
39
  //# sourceMappingURL=listHmacKeysResponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listHmacKeysResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listHmacKeysResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,oBAAoB;IAiC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAnCL,oDAoCC;AAtBU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,0CAA0C;KACrD;CAAK,CAAC"}
1
+ {"version":3,"file":"listHmacKeysResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listHmacKeysResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,oBAAoB;IAiC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAnCL,oDAoCC;AAtBU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC"}
@@ -9,12 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ListHmacKeysResponseAllOfHmacKeys } from './listHmacKeysResponseAllOfHmacKeys';
12
+ import { ProjectHmacKey } from './projectHmacKey';
13
13
  export declare class ListHmacKeysResponseAllOf {
14
14
  /**
15
15
  * List of HMAC keys
16
16
  */
17
- 'hmacKeys': Array<ListHmacKeysResponseAllOfHmacKeys>;
17
+ 'hmacKeys': Array<ProjectHmacKey>;
18
18
  static discriminator: string | undefined;
19
19
  static attributeTypeMap: Array<{
20
20
  name: string;
@@ -23,7 +23,7 @@ ListHmacKeysResponseAllOf.attributeTypeMap = [
23
23
  {
24
24
  "name": "hmacKeys",
25
25
  "baseName": "hmacKeys",
26
- "type": "Array<ListHmacKeysResponseAllOfHmacKeys>"
26
+ "type": "Array<ProjectHmacKey>"
27
27
  }
28
28
  ];
29
29
  //# sourceMappingURL=listHmacKeysResponseAllOf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listHmacKeysResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listHmacKeysResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,yBAAyB;IAelC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAjBL,8DAkBC;AAZU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,0CAA0C;KACrD;CAAK,CAAC"}
1
+ {"version":3,"file":"listHmacKeysResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listHmacKeysResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,yBAAyB;IAelC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAjBL,8DAkBC;AAZU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC"}
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ListOrganizationApiKeysResponseAllOfApiKeys } from './listOrganizationApiKeysResponseAllOfApiKeys';
12
+ import { OrganizationApiKey } from './organizationApiKey';
13
13
  export declare class ListOrganizationApiKeysResponse {
14
14
  /**
15
15
  * Whether the operation succeeded
@@ -22,7 +22,7 @@ export declare class ListOrganizationApiKeysResponse {
22
22
  /**
23
23
  * List of API keys.
24
24
  */
25
- 'apiKeys': Array<ListOrganizationApiKeysResponseAllOfApiKeys>;
25
+ 'apiKeys': Array<OrganizationApiKey>;
26
26
  static discriminator: string | undefined;
27
27
  static attributeTypeMap: Array<{
28
28
  name: string;
@@ -33,7 +33,7 @@ ListOrganizationApiKeysResponse.attributeTypeMap = [
33
33
  {
34
34
  "name": "apiKeys",
35
35
  "baseName": "apiKeys",
36
- "type": "Array<ListOrganizationApiKeysResponseAllOfApiKeys>"
36
+ "type": "Array<OrganizationApiKey>"
37
37
  }
38
38
  ];
39
39
  //# sourceMappingURL=listOrganizationApiKeysResponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listOrganizationApiKeysResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listOrganizationApiKeysResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,+BAA+B;IAiCxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAnCL,0EAoCC;AAtBU,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,oDAAoD;KAC/D;CAAK,CAAC"}
1
+ {"version":3,"file":"listOrganizationApiKeysResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listOrganizationApiKeysResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,+BAA+B;IAiCxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAnCL,0EAoCC;AAtBU,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC"}
@@ -9,12 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ListOrganizationApiKeysResponseAllOfApiKeys } from './listOrganizationApiKeysResponseAllOfApiKeys';
12
+ import { OrganizationApiKey } from './organizationApiKey';
13
13
  export declare class ListOrganizationApiKeysResponseAllOf {
14
14
  /**
15
15
  * List of API keys.
16
16
  */
17
- 'apiKeys': Array<ListOrganizationApiKeysResponseAllOfApiKeys>;
17
+ 'apiKeys': Array<OrganizationApiKey>;
18
18
  static discriminator: string | undefined;
19
19
  static attributeTypeMap: Array<{
20
20
  name: string;
@@ -23,7 +23,7 @@ ListOrganizationApiKeysResponseAllOf.attributeTypeMap = [
23
23
  {
24
24
  "name": "apiKeys",
25
25
  "baseName": "apiKeys",
26
- "type": "Array<ListOrganizationApiKeysResponseAllOfApiKeys>"
26
+ "type": "Array<OrganizationApiKey>"
27
27
  }
28
28
  ];
29
29
  //# sourceMappingURL=listOrganizationApiKeysResponseAllOf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listOrganizationApiKeysResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listOrganizationApiKeysResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,oCAAoC;IAe7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AAjBL,oFAkBC;AAZU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,oDAAoD;KAC/D;CAAK,CAAC"}
1
+ {"version":3,"file":"listOrganizationApiKeysResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listOrganizationApiKeysResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,oCAAoC;IAe7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AAjBL,oFAkBC;AAZU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC"}
@@ -619,7 +619,6 @@ export * from './listAIActionsResponse';
619
619
  export * from './listAIActionsResponseAllOf';
620
620
  export * from './listApiKeysResponse';
621
621
  export * from './listApiKeysResponseAllOf';
622
- export * from './listApiKeysResponseAllOfApiKeys';
623
622
  export * from './listDeploymentHistoryResponse';
624
623
  export * from './listDeploymentHistoryResponseAllOf';
625
624
  export * from './listDevicesResponse';
@@ -631,14 +630,12 @@ export * from './listEnterpriseTrialsResponse';
631
630
  export * from './listEnterpriseTrialsResponseAllOf';
632
631
  export * from './listHmacKeysResponse';
633
632
  export * from './listHmacKeysResponseAllOf';
634
- export * from './listHmacKeysResponseAllOfHmacKeys';
635
633
  export * from './listJobsResponse';
636
634
  export * from './listJobsResponseAllOf';
637
635
  export * from './listModelsResponse';
638
636
  export * from './listModelsResponseAllOf';
639
637
  export * from './listOrganizationApiKeysResponse';
640
638
  export * from './listOrganizationApiKeysResponseAllOf';
641
- export * from './listOrganizationApiKeysResponseAllOfApiKeys';
642
639
  export * from './listOrganizationBucketsResponse';
643
640
  export * from './listOrganizationBucketsResponseAllOf';
644
641
  export * from './listOrganizationBucketsUserResponse';
@@ -761,6 +758,7 @@ export * from './organizationAddDataFolderResponseAllOf';
761
758
  export * from './organizationAddDataItemRequest';
762
759
  export * from './organizationAddDatasetRequest';
763
760
  export * from './organizationAddDatasetRequestBucket';
761
+ export * from './organizationApiKey';
764
762
  export * from './organizationBucket';
765
763
  export * from './organizationBulkMetadataRequest';
766
764
  export * from './organizationComputeTimeUsage';
@@ -858,6 +856,8 @@ export * from './profileModelTableMpu';
858
856
  export * from './profileTfLiteRequest';
859
857
  export * from './profileTfLiteResponse';
860
858
  export * from './project';
859
+ export * from './projectApiKey';
860
+ export * from './projectApiKeyLastUsed';
861
861
  export * from './projectCollaborator';
862
862
  export * from './projectCollaboratorAllOf';
863
863
  export * from './projectDataAxesSummaryResponse';
@@ -872,6 +872,7 @@ export * from './projectDeploymentTargetsResponseAllOf';
872
872
  export * from './projectDismissNotificationRequest';
873
873
  export * from './projectDownloadsResponse';
874
874
  export * from './projectDownloadsResponseAllOf';
875
+ export * from './projectHmacKey';
875
876
  export * from './projectInfoResponse';
876
877
  export * from './projectInfoResponseAllOf';
877
878
  export * from './projectInfoResponseAllOfAcquisitionSettings';
@@ -636,7 +636,6 @@ __exportStar(require("./listAIActionsResponse"), exports);
636
636
  __exportStar(require("./listAIActionsResponseAllOf"), exports);
637
637
  __exportStar(require("./listApiKeysResponse"), exports);
638
638
  __exportStar(require("./listApiKeysResponseAllOf"), exports);
639
- __exportStar(require("./listApiKeysResponseAllOfApiKeys"), exports);
640
639
  __exportStar(require("./listDeploymentHistoryResponse"), exports);
641
640
  __exportStar(require("./listDeploymentHistoryResponseAllOf"), exports);
642
641
  __exportStar(require("./listDevicesResponse"), exports);
@@ -648,14 +647,12 @@ __exportStar(require("./listEnterpriseTrialsResponse"), exports);
648
647
  __exportStar(require("./listEnterpriseTrialsResponseAllOf"), exports);
649
648
  __exportStar(require("./listHmacKeysResponse"), exports);
650
649
  __exportStar(require("./listHmacKeysResponseAllOf"), exports);
651
- __exportStar(require("./listHmacKeysResponseAllOfHmacKeys"), exports);
652
650
  __exportStar(require("./listJobsResponse"), exports);
653
651
  __exportStar(require("./listJobsResponseAllOf"), exports);
654
652
  __exportStar(require("./listModelsResponse"), exports);
655
653
  __exportStar(require("./listModelsResponseAllOf"), exports);
656
654
  __exportStar(require("./listOrganizationApiKeysResponse"), exports);
657
655
  __exportStar(require("./listOrganizationApiKeysResponseAllOf"), exports);
658
- __exportStar(require("./listOrganizationApiKeysResponseAllOfApiKeys"), exports);
659
656
  __exportStar(require("./listOrganizationBucketsResponse"), exports);
660
657
  __exportStar(require("./listOrganizationBucketsResponseAllOf"), exports);
661
658
  __exportStar(require("./listOrganizationBucketsUserResponse"), exports);
@@ -778,6 +775,7 @@ __exportStar(require("./organizationAddDataFolderResponseAllOf"), exports);
778
775
  __exportStar(require("./organizationAddDataItemRequest"), exports);
779
776
  __exportStar(require("./organizationAddDatasetRequest"), exports);
780
777
  __exportStar(require("./organizationAddDatasetRequestBucket"), exports);
778
+ __exportStar(require("./organizationApiKey"), exports);
781
779
  __exportStar(require("./organizationBucket"), exports);
782
780
  __exportStar(require("./organizationBulkMetadataRequest"), exports);
783
781
  __exportStar(require("./organizationComputeTimeUsage"), exports);
@@ -875,6 +873,8 @@ __exportStar(require("./profileModelTableMpu"), exports);
875
873
  __exportStar(require("./profileTfLiteRequest"), exports);
876
874
  __exportStar(require("./profileTfLiteResponse"), exports);
877
875
  __exportStar(require("./project"), exports);
876
+ __exportStar(require("./projectApiKey"), exports);
877
+ __exportStar(require("./projectApiKeyLastUsed"), exports);
878
878
  __exportStar(require("./projectCollaborator"), exports);
879
879
  __exportStar(require("./projectCollaboratorAllOf"), exports);
880
880
  __exportStar(require("./projectDataAxesSummaryResponse"), exports);
@@ -889,6 +889,7 @@ __exportStar(require("./projectDeploymentTargetsResponseAllOf"), exports);
889
889
  __exportStar(require("./projectDismissNotificationRequest"), exports);
890
890
  __exportStar(require("./projectDownloadsResponse"), exports);
891
891
  __exportStar(require("./projectDownloadsResponseAllOf"), exports);
892
+ __exportStar(require("./projectHmacKey"), exports);
892
893
  __exportStar(require("./projectInfoResponse"), exports);
893
894
  __exportStar(require("./projectInfoResponseAllOf"), exports);
894
895
  __exportStar(require("./projectInfoResponseAllOfAcquisitionSettings"), exports);
@@ -1761,7 +1762,6 @@ const listAIActionsResponse_1 = require("./listAIActionsResponse");
1761
1762
  const listAIActionsResponseAllOf_1 = require("./listAIActionsResponseAllOf");
1762
1763
  const listApiKeysResponse_1 = require("./listApiKeysResponse");
1763
1764
  const listApiKeysResponseAllOf_1 = require("./listApiKeysResponseAllOf");
1764
- const listApiKeysResponseAllOfApiKeys_1 = require("./listApiKeysResponseAllOfApiKeys");
1765
1765
  const listDeploymentHistoryResponse_1 = require("./listDeploymentHistoryResponse");
1766
1766
  const listDeploymentHistoryResponseAllOf_1 = require("./listDeploymentHistoryResponseAllOf");
1767
1767
  const listDevicesResponse_1 = require("./listDevicesResponse");
@@ -1773,14 +1773,12 @@ const listEnterpriseTrialsResponse_1 = require("./listEnterpriseTrialsResponse")
1773
1773
  const listEnterpriseTrialsResponseAllOf_1 = require("./listEnterpriseTrialsResponseAllOf");
1774
1774
  const listHmacKeysResponse_1 = require("./listHmacKeysResponse");
1775
1775
  const listHmacKeysResponseAllOf_1 = require("./listHmacKeysResponseAllOf");
1776
- const listHmacKeysResponseAllOfHmacKeys_1 = require("./listHmacKeysResponseAllOfHmacKeys");
1777
1776
  const listJobsResponse_1 = require("./listJobsResponse");
1778
1777
  const listJobsResponseAllOf_1 = require("./listJobsResponseAllOf");
1779
1778
  const listModelsResponse_1 = require("./listModelsResponse");
1780
1779
  const listModelsResponseAllOf_1 = require("./listModelsResponseAllOf");
1781
1780
  const listOrganizationApiKeysResponse_1 = require("./listOrganizationApiKeysResponse");
1782
1781
  const listOrganizationApiKeysResponseAllOf_1 = require("./listOrganizationApiKeysResponseAllOf");
1783
- const listOrganizationApiKeysResponseAllOfApiKeys_1 = require("./listOrganizationApiKeysResponseAllOfApiKeys");
1784
1782
  const listOrganizationBucketsResponse_1 = require("./listOrganizationBucketsResponse");
1785
1783
  const listOrganizationBucketsResponseAllOf_1 = require("./listOrganizationBucketsResponseAllOf");
1786
1784
  const listOrganizationBucketsUserResponse_1 = require("./listOrganizationBucketsUserResponse");
@@ -1899,6 +1897,7 @@ const organizationAddDataFolderResponseAllOf_1 = require("./organizationAddDataF
1899
1897
  const organizationAddDataItemRequest_1 = require("./organizationAddDataItemRequest");
1900
1898
  const organizationAddDatasetRequest_1 = require("./organizationAddDatasetRequest");
1901
1899
  const organizationAddDatasetRequestBucket_1 = require("./organizationAddDatasetRequestBucket");
1900
+ const organizationApiKey_1 = require("./organizationApiKey");
1902
1901
  const organizationBucket_1 = require("./organizationBucket");
1903
1902
  const organizationBulkMetadataRequest_1 = require("./organizationBulkMetadataRequest");
1904
1903
  const organizationComputeTimeUsage_1 = require("./organizationComputeTimeUsage");
@@ -1991,6 +1990,8 @@ const profileModelTableMpu_1 = require("./profileModelTableMpu");
1991
1990
  const profileTfLiteRequest_1 = require("./profileTfLiteRequest");
1992
1991
  const profileTfLiteResponse_1 = require("./profileTfLiteResponse");
1993
1992
  const project_1 = require("./project");
1993
+ const projectApiKey_1 = require("./projectApiKey");
1994
+ const projectApiKeyLastUsed_1 = require("./projectApiKeyLastUsed");
1994
1995
  const projectCollaborator_1 = require("./projectCollaborator");
1995
1996
  const projectCollaboratorAllOf_1 = require("./projectCollaboratorAllOf");
1996
1997
  const projectDataAxesSummaryResponse_1 = require("./projectDataAxesSummaryResponse");
@@ -2005,6 +2006,7 @@ const projectDeploymentTargetsResponseAllOf_1 = require("./projectDeploymentTarg
2005
2006
  const projectDismissNotificationRequest_1 = require("./projectDismissNotificationRequest");
2006
2007
  const projectDownloadsResponse_1 = require("./projectDownloadsResponse");
2007
2008
  const projectDownloadsResponseAllOf_1 = require("./projectDownloadsResponseAllOf");
2009
+ const projectHmacKey_1 = require("./projectHmacKey");
2008
2010
  const projectInfoResponse_1 = require("./projectInfoResponse");
2009
2011
  const projectInfoResponseAllOf_1 = require("./projectInfoResponseAllOf");
2010
2012
  const projectInfoResponseAllOfAcquisitionSettings_1 = require("./projectInfoResponseAllOfAcquisitionSettings");
@@ -2358,8 +2360,6 @@ const enumsMap = {
2358
2360
  "KerasResponseModeEnum": "KerasResponseModeEnum",
2359
2361
  "KerasVisualLayerType": "KerasVisualLayerType",
2360
2362
  "LearnBlockType": "LearnBlockType",
2361
- "ListApiKeysResponseAllOfApiKeysRoleEnum": "ListApiKeysResponseAllOfApiKeysRoleEnum",
2362
- "ListOrganizationApiKeysResponseAllOfApiKeysRoleEnum": "ListOrganizationApiKeysResponseAllOfApiKeysRoleEnum",
2363
2363
  "LogStdoutResponseAllOfStdoutLogLevelEnum": "LogStdoutResponseAllOfStdoutLogLevelEnum",
2364
2364
  "MigrationStateEnum": "MigrationStateEnum",
2365
2365
  "ModelEngineShortEnum": "ModelEngineShortEnum",
@@ -2379,6 +2379,7 @@ const enumsMap = {
2379
2379
  "OptimizeStateResponseAllOfProjectDataTypeEnum": "OptimizeStateResponseAllOfProjectDataTypeEnum",
2380
2380
  "OptimizeStateResponseAllOfStatusStatusEnum": "OptimizeStateResponseAllOfStatusStatusEnum",
2381
2381
  "OptimizeStateResponseAllOfWorkersStatusEnum": "OptimizeStateResponseAllOfWorkersStatusEnum",
2382
+ "OrganizationApiKeyRoleEnum": "OrganizationApiKeyRoleEnum",
2382
2383
  "OrganizationCreateProjectUploadTypeEnum": "OrganizationCreateProjectUploadTypeEnum",
2383
2384
  "OrganizationCreateProjectCategoryEnum": "OrganizationCreateProjectCategoryEnum",
2384
2385
  "OrganizationCreateProjectOutputDatasetPathRule": "OrganizationCreateProjectOutputDatasetPathRule",
@@ -2409,6 +2410,7 @@ const enumsMap = {
2409
2410
  "PreviewDefaultFilesInFolderResponseAllOfTruncationReasonEnum": "PreviewDefaultFilesInFolderResponseAllOfTruncationReasonEnum",
2410
2411
  "ProfileModelTableVariantEnum": "ProfileModelTableVariantEnum",
2411
2412
  "ProjectCategoryEnum": "ProjectCategoryEnum",
2413
+ "ProjectApiKeyRoleEnum": "ProjectApiKeyRoleEnum",
2412
2414
  "ProjectDeploymentTargetUiSectionEnum": "ProjectDeploymentTargetUiSectionEnum",
2413
2415
  "ProjectInfoResponseAllOfAcquisitionSettingsViewTypeEnum": "ProjectInfoResponseAllOfAcquisitionSettingsViewTypeEnum",
2414
2416
  "ProjectInfoResponseAllOfDeploySettingsSensorEnum": "ProjectInfoResponseAllOfDeploySettingsSensorEnum",
@@ -3055,7 +3057,6 @@ const typeMap = {
3055
3057
  "ListAIActionsResponseAllOf": listAIActionsResponseAllOf_1.ListAIActionsResponseAllOf,
3056
3058
  "ListApiKeysResponse": listApiKeysResponse_1.ListApiKeysResponse,
3057
3059
  "ListApiKeysResponseAllOf": listApiKeysResponseAllOf_1.ListApiKeysResponseAllOf,
3058
- "ListApiKeysResponseAllOfApiKeys": listApiKeysResponseAllOfApiKeys_1.ListApiKeysResponseAllOfApiKeys,
3059
3060
  "ListDeploymentHistoryResponse": listDeploymentHistoryResponse_1.ListDeploymentHistoryResponse,
3060
3061
  "ListDeploymentHistoryResponseAllOf": listDeploymentHistoryResponseAllOf_1.ListDeploymentHistoryResponseAllOf,
3061
3062
  "ListDevicesResponse": listDevicesResponse_1.ListDevicesResponse,
@@ -3067,14 +3068,12 @@ const typeMap = {
3067
3068
  "ListEnterpriseTrialsResponseAllOf": listEnterpriseTrialsResponseAllOf_1.ListEnterpriseTrialsResponseAllOf,
3068
3069
  "ListHmacKeysResponse": listHmacKeysResponse_1.ListHmacKeysResponse,
3069
3070
  "ListHmacKeysResponseAllOf": listHmacKeysResponseAllOf_1.ListHmacKeysResponseAllOf,
3070
- "ListHmacKeysResponseAllOfHmacKeys": listHmacKeysResponseAllOfHmacKeys_1.ListHmacKeysResponseAllOfHmacKeys,
3071
3071
  "ListJobsResponse": listJobsResponse_1.ListJobsResponse,
3072
3072
  "ListJobsResponseAllOf": listJobsResponseAllOf_1.ListJobsResponseAllOf,
3073
3073
  "ListModelsResponse": listModelsResponse_1.ListModelsResponse,
3074
3074
  "ListModelsResponseAllOf": listModelsResponseAllOf_1.ListModelsResponseAllOf,
3075
3075
  "ListOrganizationApiKeysResponse": listOrganizationApiKeysResponse_1.ListOrganizationApiKeysResponse,
3076
3076
  "ListOrganizationApiKeysResponseAllOf": listOrganizationApiKeysResponseAllOf_1.ListOrganizationApiKeysResponseAllOf,
3077
- "ListOrganizationApiKeysResponseAllOfApiKeys": listOrganizationApiKeysResponseAllOfApiKeys_1.ListOrganizationApiKeysResponseAllOfApiKeys,
3078
3077
  "ListOrganizationBucketsResponse": listOrganizationBucketsResponse_1.ListOrganizationBucketsResponse,
3079
3078
  "ListOrganizationBucketsResponseAllOf": listOrganizationBucketsResponseAllOf_1.ListOrganizationBucketsResponseAllOf,
3080
3079
  "ListOrganizationBucketsUserResponse": listOrganizationBucketsUserResponse_1.ListOrganizationBucketsUserResponse,
@@ -3193,6 +3192,7 @@ const typeMap = {
3193
3192
  "OrganizationAddDataItemRequest": organizationAddDataItemRequest_1.OrganizationAddDataItemRequest,
3194
3193
  "OrganizationAddDatasetRequest": organizationAddDatasetRequest_1.OrganizationAddDatasetRequest,
3195
3194
  "OrganizationAddDatasetRequestBucket": organizationAddDatasetRequestBucket_1.OrganizationAddDatasetRequestBucket,
3195
+ "OrganizationApiKey": organizationApiKey_1.OrganizationApiKey,
3196
3196
  "OrganizationBucket": organizationBucket_1.OrganizationBucket,
3197
3197
  "OrganizationBulkMetadataRequest": organizationBulkMetadataRequest_1.OrganizationBulkMetadataRequest,
3198
3198
  "OrganizationComputeTimeUsage": organizationComputeTimeUsage_1.OrganizationComputeTimeUsage,
@@ -3285,6 +3285,8 @@ const typeMap = {
3285
3285
  "ProfileTfLiteRequest": profileTfLiteRequest_1.ProfileTfLiteRequest,
3286
3286
  "ProfileTfLiteResponse": profileTfLiteResponse_1.ProfileTfLiteResponse,
3287
3287
  "Project": project_1.Project,
3288
+ "ProjectApiKey": projectApiKey_1.ProjectApiKey,
3289
+ "ProjectApiKeyLastUsed": projectApiKeyLastUsed_1.ProjectApiKeyLastUsed,
3288
3290
  "ProjectCollaborator": projectCollaborator_1.ProjectCollaborator,
3289
3291
  "ProjectCollaboratorAllOf": projectCollaboratorAllOf_1.ProjectCollaboratorAllOf,
3290
3292
  "ProjectDataAxesSummaryResponse": projectDataAxesSummaryResponse_1.ProjectDataAxesSummaryResponse,
@@ -3299,6 +3301,7 @@ const typeMap = {
3299
3301
  "ProjectDismissNotificationRequest": projectDismissNotificationRequest_1.ProjectDismissNotificationRequest,
3300
3302
  "ProjectDownloadsResponse": projectDownloadsResponse_1.ProjectDownloadsResponse,
3301
3303
  "ProjectDownloadsResponseAllOf": projectDownloadsResponseAllOf_1.ProjectDownloadsResponseAllOf,
3304
+ "ProjectHmacKey": projectHmacKey_1.ProjectHmacKey,
3302
3305
  "ProjectInfoResponse": projectInfoResponse_1.ProjectInfoResponse,
3303
3306
  "ProjectInfoResponseAllOf": projectInfoResponseAllOf_1.ProjectInfoResponseAllOf,
3304
3307
  "ProjectInfoResponseAllOfAcquisitionSettings": projectInfoResponseAllOfAcquisitionSettings_1.ProjectInfoResponseAllOfAcquisitionSettings,