pollination-react-io 1.22.1 → 1.23.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.
@@ -13296,7 +13296,7 @@ const $d08ef79370b62062$export$371ab307eab489c0 = $d08ef79370b62062$export$e4f69
13296
13296
  const $d08ef79370b62062$export$c3468e2714d175fa = $d08ef79370b62062$export$42355ae145153fb6;
13297
13297
  const $d08ef79370b62062$export$21b07c8f274aebd5 = $d08ef79370b62062$export$34b8980744021ec5;
13298
13298
 
13299
- var css_248z$e = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-select-content {\n display: flex;\n flex-direction: column;\n width: fit-content;\n background-color: white;\n border: 1px solid var(--slate8);\n border-radius: 4px;\n padding: 10px 8px;\n box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 2px;\n z-index: 1000;\n}\n\n.poll-select-item {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 6px;\n border-radius: 2px;\n padding: 2px 4px 2px 30px;\n transition: background-color 0.15s linear, color 0.15s linear;\n cursor: pointer;\n}\n\n.poll-select-item[data-state=checked] {\n background-color: var(--primary2);\n color: white;\n}\n\n.poll-select-item[data-state=checked] > svg {\n fill: white;\n}\n\n.poll-select-item[data-disabled] {\n cursor: default;\n color: var(--slate9);\n}\n\n.poll-select-item[data-disabled]:hover {\n background-color: white;\n color: var(--slate9);\n}\n\n.poll-select-item:focus-visible {\n background-color: var(--primary0);\n outline: solid 1px var(--primary);\n color: unset;\n outline-color: var(--primary);\n}\n\n.poll-select-item:hover {\n background-color: var(--primary0);\n color: unset;\n fill: unset;\n}\n\n.poll-separator {\n background-color: #d0d7de;\n height: 1px;\n width: 100%;\n margin: 4px 0;\n}";
13299
+ var css_248z$e = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-select-content {\n display: flex;\n flex-direction: column;\n width: fit-content;\n background-color: white;\n border: 1px solid var(--slate8);\n border-radius: 4px;\n padding: 10px 8px;\n gap: 4px;\n box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 2px;\n z-index: 1000;\n}\n\n.poll-select-item {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 6px;\n border-radius: 2px;\n padding: 2px 4px 2px 30px;\n transition: background-color 0.15s linear, color 0.15s linear;\n cursor: pointer;\n}\n\n.poll-select-item[data-state=checked] {\n background-color: var(--primary2);\n color: white;\n}\n\n.poll-select-item[data-state=checked] > svg {\n fill: white;\n}\n\n.poll-select-item[data-disabled] {\n cursor: default;\n color: var(--slate9);\n}\n\n.poll-select-item[data-disabled]:hover {\n background-color: white;\n color: var(--slate9);\n}\n\n.poll-select-item:focus-visible {\n background-color: var(--primary0);\n outline: solid 1px var(--primary);\n color: unset;\n outline-color: var(--primary);\n}\n\n.poll-select-item:hover {\n background-color: var(--primary0);\n color: unset;\n fill: unset;\n}\n\n.poll-separator {\n background-color: #d0d7de;\n height: 1px;\n width: 100%;\n margin: 4px 0;\n}";
13300
13300
  styleInject(css_248z$e);
13301
13301
 
13302
13302
  var Dropdown = function (_a) {
@@ -13324,7 +13324,7 @@ var Dropdown = function (_a) {
13324
13324
  React__default.createElement($d08ef79370b62062$export$c3468e2714d175fa, { style: {
13325
13325
  position: 'absolute',
13326
13326
  display: 'inline-flex',
13327
- left: 10,
13327
+ left: 14,
13328
13328
  } },
13329
13329
  React__default.createElement(CheckCircle$1, null)),
13330
13330
  o.label));
@@ -13336,7 +13336,7 @@ var Dropdown = function (_a) {
13336
13336
  React__default.createElement("div", { style: {
13337
13337
  position: 'absolute',
13338
13338
  display: 'inline-flex',
13339
- left: 12,
13339
+ left: 14,
13340
13340
  } }, o.icon),
13341
13341
  o.label)));
13342
13342
  default:
@@ -13344,7 +13344,7 @@ var Dropdown = function (_a) {
13344
13344
  React__default.createElement("div", { style: {
13345
13345
  position: 'absolute',
13346
13346
  display: 'inline-flex',
13347
- left: 12,
13347
+ left: 14,
13348
13348
  } }, o.icon),
13349
13349
  o.label));
13350
13350
  }
@@ -13354,7 +13354,11 @@ var Dropdown = function (_a) {
13354
13354
  React__default.createElement($d08ef79370b62062$export$7c6e2c02157bb7d2, __assign({ className: "poll-select-content" }, contentProps),
13355
13355
  optionGroups.map(function (group, i, a) { return (React__default.createElement(ConditionalWrapper, { condition: typeof group.type !== 'undefined', wrapper: function (children) { return (group.type === 'radio'
13356
13356
  ?
13357
- React__default.createElement($d08ef79370b62062$export$a98f0dcb43a68a25, { value: group.value }, children)
13357
+ React__default.createElement($d08ef79370b62062$export$a98f0dcb43a68a25, { value: group.value, style: {
13358
+ display: 'flex',
13359
+ flexDirection: 'column',
13360
+ gap: 2
13361
+ } }, children)
13358
13362
  :
13359
13363
  React__default.createElement($d08ef79370b62062$export$eb2fcfdbd7ba97d4, { style: {
13360
13364
  display: 'flex',
@@ -18200,7 +18204,7 @@ var base = createCommonjsModule(function (module, exports) {
18200
18204
  * pollination-server
18201
18205
  * Pollination Server OpenAPI Definition
18202
18206
  *
18203
- * The version of the OpenAPI document: 0.28.1
18207
+ * The version of the OpenAPI document: 0.31.0
18204
18208
  * Contact: info@pollination.cloud
18205
18209
  *
18206
18210
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -18262,7 +18266,7 @@ var apitokensApi = createCommonjsModule(function (module, exports) {
18262
18266
  * pollination-server
18263
18267
  * Pollination Server OpenAPI Definition
18264
18268
  *
18265
- * The version of the OpenAPI document: 0.28.1
18269
+ * The version of the OpenAPI document: 0.31.0
18266
18270
  * Contact: info@pollination.cloud
18267
18271
  *
18268
18272
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -18695,7 +18699,7 @@ var accountsApi = createCommonjsModule(function (module, exports) {
18695
18699
  * pollination-server
18696
18700
  * Pollination Server OpenAPI Definition
18697
18701
  *
18698
- * The version of the OpenAPI document: 0.28.1
18702
+ * The version of the OpenAPI document: 0.31.0
18699
18703
  * Contact: info@pollination.cloud
18700
18704
  *
18701
18705
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -19144,7 +19148,7 @@ var applicationsApi = createCommonjsModule(function (module, exports) {
19144
19148
  * pollination-server
19145
19149
  * Pollination Server OpenAPI Definition
19146
19150
  *
19147
- * The version of the OpenAPI document: 0.28.1
19151
+ * The version of the OpenAPI document: 0.31.0
19148
19152
  * Contact: info@pollination.cloud
19149
19153
  *
19150
19154
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20523,7 +20527,7 @@ var artifactsApi = createCommonjsModule(function (module, exports) {
20523
20527
  * pollination-server
20524
20528
  * Pollination Server OpenAPI Definition
20525
20529
  *
20526
- * The version of the OpenAPI document: 0.28.1
20530
+ * The version of the OpenAPI document: 0.31.0
20527
20531
  * Contact: info@pollination.cloud
20528
20532
  *
20529
20533
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21034,7 +21038,7 @@ var jobsApi = createCommonjsModule(function (module, exports) {
21034
21038
  * pollination-server
21035
21039
  * Pollination Server OpenAPI Definition
21036
21040
  *
21037
- * The version of the OpenAPI document: 0.28.1
21041
+ * The version of the OpenAPI document: 0.31.0
21038
21042
  * Contact: info@pollination.cloud
21039
21043
  *
21040
21044
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21897,7 +21901,7 @@ var licensesApi = createCommonjsModule(function (module, exports) {
21897
21901
  * pollination-server
21898
21902
  * Pollination Server OpenAPI Definition
21899
21903
  *
21900
- * The version of the OpenAPI document: 0.28.1
21904
+ * The version of the OpenAPI document: 0.31.0
21901
21905
  * Contact: info@pollination.cloud
21902
21906
  *
21903
21907
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21986,7 +21990,7 @@ const LicensesApiAxiosParamCreator = function (configuration) {
21986
21990
  }),
21987
21991
  /**
21988
21992
  * Get license pools available to authenticated user
21989
- * @summary Get Available Pools
21993
+ * @summary Cython Function Or Method
21990
21994
  * @param {Array<string>} [owner] Owner of the project
21991
21995
  * @param {*} [options] Override http request option.
21992
21996
  * @throws {RequiredError}
@@ -22143,7 +22147,7 @@ const LicensesApiAxiosParamCreator = function (configuration) {
22143
22147
  }),
22144
22148
  /**
22145
22149
  * Grant access to the license pool
22146
- * @summary Grant Pool Access
22150
+ * @summary Cython Function Or Method
22147
22151
  * @param {string} poolId
22148
22152
  * @param {LicensePoolAccessPolicyList} licensePoolAccessPolicyList
22149
22153
  * @param {*} [options] Override http request option.
@@ -22204,7 +22208,7 @@ const LicensesApiAxiosParamCreator = function (configuration) {
22204
22208
  }),
22205
22209
  /**
22206
22210
  * Regenerate the license associated with the pool
22207
- * @summary Regenerate
22211
+ * @summary Cython Function Or Method
22208
22212
  * @param {string} poolId
22209
22213
  * @param {*} [options] Override http request option.
22210
22214
  * @throws {RequiredError}
@@ -22257,7 +22261,7 @@ const LicensesApiAxiosParamCreator = function (configuration) {
22257
22261
  }),
22258
22262
  /**
22259
22263
  * Revoke access to the license pool
22260
- * @summary Delete Pool Access
22264
+ * @summary Cython Function Or Method
22261
22265
  * @param {string} poolId
22262
22266
  * @param {LicensePoolPolicySubjectList} licensePoolPolicySubjectList
22263
22267
  * @param {*} [options] Override http request option.
@@ -22318,7 +22322,7 @@ const LicensesApiAxiosParamCreator = function (configuration) {
22318
22322
  }),
22319
22323
  /**
22320
22324
  * Update the license pool
22321
- * @summary Update Pool
22325
+ * @summary Cython Function Or Method
22322
22326
  * @param {string} poolId
22323
22327
  * @param {LicensePoolUpdate} licensePoolUpdate
22324
22328
  * @param {*} [options] Override http request option.
@@ -22405,7 +22409,7 @@ const LicensesApiFp = function (configuration) {
22405
22409
  },
22406
22410
  /**
22407
22411
  * Get license pools available to authenticated user
22408
- * @summary Get Available Pools
22412
+ * @summary Cython Function Or Method
22409
22413
  * @param {Array<string>} [owner] Owner of the project
22410
22414
  * @param {*} [options] Override http request option.
22411
22415
  * @throws {RequiredError}
@@ -22453,7 +22457,7 @@ const LicensesApiFp = function (configuration) {
22453
22457
  },
22454
22458
  /**
22455
22459
  * Grant access to the license pool
22456
- * @summary Grant Pool Access
22460
+ * @summary Cython Function Or Method
22457
22461
  * @param {string} poolId
22458
22462
  * @param {LicensePoolAccessPolicyList} licensePoolAccessPolicyList
22459
22463
  * @param {*} [options] Override http request option.
@@ -22470,7 +22474,7 @@ const LicensesApiFp = function (configuration) {
22470
22474
  },
22471
22475
  /**
22472
22476
  * Regenerate the license associated with the pool
22473
- * @summary Regenerate
22477
+ * @summary Cython Function Or Method
22474
22478
  * @param {string} poolId
22475
22479
  * @param {*} [options] Override http request option.
22476
22480
  * @throws {RequiredError}
@@ -22486,7 +22490,7 @@ const LicensesApiFp = function (configuration) {
22486
22490
  },
22487
22491
  /**
22488
22492
  * Revoke access to the license pool
22489
- * @summary Delete Pool Access
22493
+ * @summary Cython Function Or Method
22490
22494
  * @param {string} poolId
22491
22495
  * @param {LicensePoolPolicySubjectList} licensePoolPolicySubjectList
22492
22496
  * @param {*} [options] Override http request option.
@@ -22503,7 +22507,7 @@ const LicensesApiFp = function (configuration) {
22503
22507
  },
22504
22508
  /**
22505
22509
  * Update the license pool
22506
- * @summary Update Pool
22510
+ * @summary Cython Function Or Method
22507
22511
  * @param {string} poolId
22508
22512
  * @param {LicensePoolUpdate} licensePoolUpdate
22509
22513
  * @param {*} [options] Override http request option.
@@ -22540,7 +22544,7 @@ const LicensesApiFactory = function (configuration, basePath, axios) {
22540
22544
  },
22541
22545
  /**
22542
22546
  * Get license pools available to authenticated user
22543
- * @summary Get Available Pools
22547
+ * @summary Cython Function Or Method
22544
22548
  * @param {Array<string>} [owner] Owner of the project
22545
22549
  * @param {*} [options] Override http request option.
22546
22550
  * @throws {RequiredError}
@@ -22570,7 +22574,7 @@ const LicensesApiFactory = function (configuration, basePath, axios) {
22570
22574
  },
22571
22575
  /**
22572
22576
  * Grant access to the license pool
22573
- * @summary Grant Pool Access
22577
+ * @summary Cython Function Or Method
22574
22578
  * @param {string} poolId
22575
22579
  * @param {LicensePoolAccessPolicyList} licensePoolAccessPolicyList
22576
22580
  * @param {*} [options] Override http request option.
@@ -22581,7 +22585,7 @@ const LicensesApiFactory = function (configuration, basePath, axios) {
22581
22585
  },
22582
22586
  /**
22583
22587
  * Regenerate the license associated with the pool
22584
- * @summary Regenerate
22588
+ * @summary Cython Function Or Method
22585
22589
  * @param {string} poolId
22586
22590
  * @param {*} [options] Override http request option.
22587
22591
  * @throws {RequiredError}
@@ -22591,7 +22595,7 @@ const LicensesApiFactory = function (configuration, basePath, axios) {
22591
22595
  },
22592
22596
  /**
22593
22597
  * Revoke access to the license pool
22594
- * @summary Delete Pool Access
22598
+ * @summary Cython Function Or Method
22595
22599
  * @param {string} poolId
22596
22600
  * @param {LicensePoolPolicySubjectList} licensePoolPolicySubjectList
22597
22601
  * @param {*} [options] Override http request option.
@@ -22602,7 +22606,7 @@ const LicensesApiFactory = function (configuration, basePath, axios) {
22602
22606
  },
22603
22607
  /**
22604
22608
  * Update the license pool
22605
- * @summary Update Pool
22609
+ * @summary Cython Function Or Method
22606
22610
  * @param {string} poolId
22607
22611
  * @param {LicensePoolUpdate} licensePoolUpdate
22608
22612
  * @param {*} [options] Override http request option.
@@ -22634,7 +22638,7 @@ class LicensesApi extends base.BaseAPI {
22634
22638
  }
22635
22639
  /**
22636
22640
  * Get license pools available to authenticated user
22637
- * @summary Get Available Pools
22641
+ * @summary Cython Function Or Method
22638
22642
  * @param {LicensesApiGetAvailablePoolsRequest} requestParameters Request parameters.
22639
22643
  * @param {*} [options] Override http request option.
22640
22644
  * @throws {RequiredError}
@@ -22667,7 +22671,7 @@ class LicensesApi extends base.BaseAPI {
22667
22671
  }
22668
22672
  /**
22669
22673
  * Grant access to the license pool
22670
- * @summary Grant Pool Access
22674
+ * @summary Cython Function Or Method
22671
22675
  * @param {LicensesApiGrantAccessToPoolRequest} requestParameters Request parameters.
22672
22676
  * @param {*} [options] Override http request option.
22673
22677
  * @throws {RequiredError}
@@ -22678,7 +22682,7 @@ class LicensesApi extends base.BaseAPI {
22678
22682
  }
22679
22683
  /**
22680
22684
  * Regenerate the license associated with the pool
22681
- * @summary Regenerate
22685
+ * @summary Cython Function Or Method
22682
22686
  * @param {LicensesApiRegenerateLicensePoolRequest} requestParameters Request parameters.
22683
22687
  * @param {*} [options] Override http request option.
22684
22688
  * @throws {RequiredError}
@@ -22689,7 +22693,7 @@ class LicensesApi extends base.BaseAPI {
22689
22693
  }
22690
22694
  /**
22691
22695
  * Revoke access to the license pool
22692
- * @summary Delete Pool Access
22696
+ * @summary Cython Function Or Method
22693
22697
  * @param {LicensesApiRevokeAccessToPoolRequest} requestParameters Request parameters.
22694
22698
  * @param {*} [options] Override http request option.
22695
22699
  * @throws {RequiredError}
@@ -22700,7 +22704,7 @@ class LicensesApi extends base.BaseAPI {
22700
22704
  }
22701
22705
  /**
22702
22706
  * Update the license pool
22703
- * @summary Update Pool
22707
+ * @summary Cython Function Or Method
22704
22708
  * @param {LicensesApiUpdateLicensePoolRequest} requestParameters Request parameters.
22705
22709
  * @param {*} [options] Override http request option.
22706
22710
  * @throws {RequiredError}
@@ -22720,7 +22724,7 @@ var orgsApi = createCommonjsModule(function (module, exports) {
22720
22724
  * pollination-server
22721
22725
  * Pollination Server OpenAPI Definition
22722
22726
  *
22723
- * The version of the OpenAPI document: 0.28.1
22727
+ * The version of the OpenAPI document: 0.31.0
22724
22728
  * Contact: info@pollination.cloud
22725
22729
  *
22726
22730
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23550,7 +23554,7 @@ var pluginsApi = createCommonjsModule(function (module, exports) {
23550
23554
  * pollination-server
23551
23555
  * Pollination Server OpenAPI Definition
23552
23556
  *
23553
- * The version of the OpenAPI document: 0.28.1
23557
+ * The version of the OpenAPI document: 0.31.0
23554
23558
  * Contact: info@pollination.cloud
23555
23559
  *
23556
23560
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -24837,7 +24841,7 @@ var projectsApi = createCommonjsModule(function (module, exports) {
24837
24841
  * pollination-server
24838
24842
  * Pollination Server OpenAPI Definition
24839
24843
  *
24840
- * The version of the OpenAPI document: 0.28.1
24844
+ * The version of the OpenAPI document: 0.31.0
24841
24845
  * Contact: info@pollination.cloud
24842
24846
  *
24843
24847
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26230,7 +26234,7 @@ var recipesApi = createCommonjsModule(function (module, exports) {
26230
26234
  * pollination-server
26231
26235
  * Pollination Server OpenAPI Definition
26232
26236
  *
26233
- * The version of the OpenAPI document: 0.28.1
26237
+ * The version of the OpenAPI document: 0.31.0
26234
26238
  * Contact: info@pollination.cloud
26235
26239
  *
26236
26240
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27517,7 +27521,7 @@ var registriesApi = createCommonjsModule(function (module, exports) {
27517
27521
  * pollination-server
27518
27522
  * Pollination Server OpenAPI Definition
27519
27523
  *
27520
- * The version of the OpenAPI document: 0.28.1
27524
+ * The version of the OpenAPI document: 0.31.0
27521
27525
  * Contact: info@pollination.cloud
27522
27526
  *
27523
27527
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28114,7 +28118,7 @@ var runsApi = createCommonjsModule(function (module, exports) {
28114
28118
  * pollination-server
28115
28119
  * Pollination Server OpenAPI Definition
28116
28120
  *
28117
- * The version of the OpenAPI document: 0.28.1
28121
+ * The version of the OpenAPI document: 0.31.0
28118
28122
  * Contact: info@pollination.cloud
28119
28123
  *
28120
28124
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29243,7 +29247,7 @@ var subscriptionPlansApi = createCommonjsModule(function (module, exports) {
29243
29247
  * pollination-server
29244
29248
  * Pollination Server OpenAPI Definition
29245
29249
  *
29246
- * The version of the OpenAPI document: 0.28.1
29250
+ * The version of the OpenAPI document: 0.31.0
29247
29251
  * Contact: info@pollination.cloud
29248
29252
  *
29249
29253
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29273,7 +29277,7 @@ const SubscriptionPlansApiAxiosParamCreator = function (configuration) {
29273
29277
  return {
29274
29278
  /**
29275
29279
  *
29276
- * @summary List Subscription Plans
29280
+ * @summary Cython Function Or Method
29277
29281
  * @param {PlanType} [planType] Plan Type
29278
29282
  * @param {*} [options] Override http request option.
29279
29283
  * @throws {RequiredError}
@@ -29318,7 +29322,7 @@ const SubscriptionPlansApiFp = function (configuration) {
29318
29322
  return {
29319
29323
  /**
29320
29324
  *
29321
- * @summary List Subscription Plans
29325
+ * @summary Cython Function Or Method
29322
29326
  * @param {PlanType} [planType] Plan Type
29323
29327
  * @param {*} [options] Override http request option.
29324
29328
  * @throws {RequiredError}
@@ -29343,7 +29347,7 @@ const SubscriptionPlansApiFactory = function (configuration, basePath, axios) {
29343
29347
  return {
29344
29348
  /**
29345
29349
  *
29346
- * @summary List Subscription Plans
29350
+ * @summary Cython Function Or Method
29347
29351
  * @param {PlanType} [planType] Plan Type
29348
29352
  * @param {*} [options] Override http request option.
29349
29353
  * @throws {RequiredError}
@@ -29363,7 +29367,7 @@ exports.SubscriptionPlansApiFactory = SubscriptionPlansApiFactory;
29363
29367
  class SubscriptionPlansApi extends base.BaseAPI {
29364
29368
  /**
29365
29369
  *
29366
- * @summary List Subscription Plans
29370
+ * @summary Cython Function Or Method
29367
29371
  * @param {SubscriptionPlansApiListSubscriptionPlansRequest} requestParameters Request parameters.
29368
29372
  * @param {*} [options] Override http request option.
29369
29373
  * @throws {RequiredError}
@@ -29383,7 +29387,7 @@ var subscriptionsApi = createCommonjsModule(function (module, exports) {
29383
29387
  * pollination-server
29384
29388
  * Pollination Server OpenAPI Definition
29385
29389
  *
29386
- * The version of the OpenAPI document: 0.28.1
29390
+ * The version of the OpenAPI document: 0.31.0
29387
29391
  * Contact: info@pollination.cloud
29388
29392
  *
29389
29393
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29413,7 +29417,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
29413
29417
  return {
29414
29418
  /**
29415
29419
  *
29416
- * @summary Create Subscription
29420
+ * @summary Cython Function Or Method
29417
29421
  * @param {SubscriptionCreate} subscriptionCreate
29418
29422
  * @param {*} [options] Override http request option.
29419
29423
  * @throws {RequiredError}
@@ -29468,7 +29472,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
29468
29472
  }),
29469
29473
  /**
29470
29474
  *
29471
- * @summary Get Subscription
29475
+ * @summary Cython Function Or Method
29472
29476
  * @param {string} subscriptionId
29473
29477
  * @param {*} [options] Override http request option.
29474
29478
  * @throws {RequiredError}
@@ -29521,7 +29525,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
29521
29525
  }),
29522
29526
  /**
29523
29527
  *
29524
- * @summary List Subscriptions
29528
+ * @summary Cython Function Or Method
29525
29529
  * @param {string} [account]
29526
29530
  * @param {*} [options] Override http request option.
29527
29531
  * @throws {RequiredError}
@@ -29572,7 +29576,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
29572
29576
  }),
29573
29577
  /**
29574
29578
  *
29575
- * @summary List Subscription Payments
29579
+ * @summary Cython Function Or Method
29576
29580
  * @param {string} subscriptionId
29577
29581
  * @param {*} [options] Override http request option.
29578
29582
  * @throws {RequiredError}
@@ -29625,7 +29629,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
29625
29629
  }),
29626
29630
  /**
29627
29631
  *
29628
- * @summary List Subscription Quotas
29632
+ * @summary Cython Function Or Method
29629
29633
  * @param {string} subscriptionId
29630
29634
  * @param {*} [options] Override http request option.
29631
29635
  * @throws {RequiredError}
@@ -29678,7 +29682,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
29678
29682
  }),
29679
29683
  /**
29680
29684
  *
29681
- * @summary Update Subscription
29685
+ * @summary Cython Function Or Method
29682
29686
  * @param {string} subscriptionId
29683
29687
  * @param {SubscriptionUpdate} subscriptionUpdate
29684
29688
  * @param {*} [options] Override http request option.
@@ -29739,7 +29743,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
29739
29743
  }),
29740
29744
  /**
29741
29745
  *
29742
- * @summary Update Subscription Preivew
29746
+ * @summary Cython Function Or Method
29743
29747
  * @param {string} subscriptionId
29744
29748
  * @param {SubscriptionUpdate} subscriptionUpdate
29745
29749
  * @param {*} [options] Override http request option.
@@ -29809,7 +29813,7 @@ const SubscriptionsApiFp = function (configuration) {
29809
29813
  return {
29810
29814
  /**
29811
29815
  *
29812
- * @summary Create Subscription
29816
+ * @summary Cython Function Or Method
29813
29817
  * @param {SubscriptionCreate} subscriptionCreate
29814
29818
  * @param {*} [options] Override http request option.
29815
29819
  * @throws {RequiredError}
@@ -29825,7 +29829,7 @@ const SubscriptionsApiFp = function (configuration) {
29825
29829
  },
29826
29830
  /**
29827
29831
  *
29828
- * @summary Get Subscription
29832
+ * @summary Cython Function Or Method
29829
29833
  * @param {string} subscriptionId
29830
29834
  * @param {*} [options] Override http request option.
29831
29835
  * @throws {RequiredError}
@@ -29841,7 +29845,7 @@ const SubscriptionsApiFp = function (configuration) {
29841
29845
  },
29842
29846
  /**
29843
29847
  *
29844
- * @summary List Subscriptions
29848
+ * @summary Cython Function Or Method
29845
29849
  * @param {string} [account]
29846
29850
  * @param {*} [options] Override http request option.
29847
29851
  * @throws {RequiredError}
@@ -29857,7 +29861,7 @@ const SubscriptionsApiFp = function (configuration) {
29857
29861
  },
29858
29862
  /**
29859
29863
  *
29860
- * @summary List Subscription Payments
29864
+ * @summary Cython Function Or Method
29861
29865
  * @param {string} subscriptionId
29862
29866
  * @param {*} [options] Override http request option.
29863
29867
  * @throws {RequiredError}
@@ -29873,7 +29877,7 @@ const SubscriptionsApiFp = function (configuration) {
29873
29877
  },
29874
29878
  /**
29875
29879
  *
29876
- * @summary List Subscription Quotas
29880
+ * @summary Cython Function Or Method
29877
29881
  * @param {string} subscriptionId
29878
29882
  * @param {*} [options] Override http request option.
29879
29883
  * @throws {RequiredError}
@@ -29889,7 +29893,7 @@ const SubscriptionsApiFp = function (configuration) {
29889
29893
  },
29890
29894
  /**
29891
29895
  *
29892
- * @summary Update Subscription
29896
+ * @summary Cython Function Or Method
29893
29897
  * @param {string} subscriptionId
29894
29898
  * @param {SubscriptionUpdate} subscriptionUpdate
29895
29899
  * @param {*} [options] Override http request option.
@@ -29906,7 +29910,7 @@ const SubscriptionsApiFp = function (configuration) {
29906
29910
  },
29907
29911
  /**
29908
29912
  *
29909
- * @summary Update Subscription Preivew
29913
+ * @summary Cython Function Or Method
29910
29914
  * @param {string} subscriptionId
29911
29915
  * @param {SubscriptionUpdate} subscriptionUpdate
29912
29916
  * @param {*} [options] Override http request option.
@@ -29932,7 +29936,7 @@ const SubscriptionsApiFactory = function (configuration, basePath, axios) {
29932
29936
  return {
29933
29937
  /**
29934
29938
  *
29935
- * @summary Create Subscription
29939
+ * @summary Cython Function Or Method
29936
29940
  * @param {SubscriptionCreate} subscriptionCreate
29937
29941
  * @param {*} [options] Override http request option.
29938
29942
  * @throws {RequiredError}
@@ -29942,7 +29946,7 @@ const SubscriptionsApiFactory = function (configuration, basePath, axios) {
29942
29946
  },
29943
29947
  /**
29944
29948
  *
29945
- * @summary Get Subscription
29949
+ * @summary Cython Function Or Method
29946
29950
  * @param {string} subscriptionId
29947
29951
  * @param {*} [options] Override http request option.
29948
29952
  * @throws {RequiredError}
@@ -29952,7 +29956,7 @@ const SubscriptionsApiFactory = function (configuration, basePath, axios) {
29952
29956
  },
29953
29957
  /**
29954
29958
  *
29955
- * @summary List Subscriptions
29959
+ * @summary Cython Function Or Method
29956
29960
  * @param {string} [account]
29957
29961
  * @param {*} [options] Override http request option.
29958
29962
  * @throws {RequiredError}
@@ -29962,7 +29966,7 @@ const SubscriptionsApiFactory = function (configuration, basePath, axios) {
29962
29966
  },
29963
29967
  /**
29964
29968
  *
29965
- * @summary List Subscription Payments
29969
+ * @summary Cython Function Or Method
29966
29970
  * @param {string} subscriptionId
29967
29971
  * @param {*} [options] Override http request option.
29968
29972
  * @throws {RequiredError}
@@ -29972,7 +29976,7 @@ const SubscriptionsApiFactory = function (configuration, basePath, axios) {
29972
29976
  },
29973
29977
  /**
29974
29978
  *
29975
- * @summary List Subscription Quotas
29979
+ * @summary Cython Function Or Method
29976
29980
  * @param {string} subscriptionId
29977
29981
  * @param {*} [options] Override http request option.
29978
29982
  * @throws {RequiredError}
@@ -29982,7 +29986,7 @@ const SubscriptionsApiFactory = function (configuration, basePath, axios) {
29982
29986
  },
29983
29987
  /**
29984
29988
  *
29985
- * @summary Update Subscription
29989
+ * @summary Cython Function Or Method
29986
29990
  * @param {string} subscriptionId
29987
29991
  * @param {SubscriptionUpdate} subscriptionUpdate
29988
29992
  * @param {*} [options] Override http request option.
@@ -29993,7 +29997,7 @@ const SubscriptionsApiFactory = function (configuration, basePath, axios) {
29993
29997
  },
29994
29998
  /**
29995
29999
  *
29996
- * @summary Update Subscription Preivew
30000
+ * @summary Cython Function Or Method
29997
30001
  * @param {string} subscriptionId
29998
30002
  * @param {SubscriptionUpdate} subscriptionUpdate
29999
30003
  * @param {*} [options] Override http request option.
@@ -30014,7 +30018,7 @@ exports.SubscriptionsApiFactory = SubscriptionsApiFactory;
30014
30018
  class SubscriptionsApi extends base.BaseAPI {
30015
30019
  /**
30016
30020
  *
30017
- * @summary Create Subscription
30021
+ * @summary Cython Function Or Method
30018
30022
  * @param {SubscriptionsApiCreateSubscriptionRequest} requestParameters Request parameters.
30019
30023
  * @param {*} [options] Override http request option.
30020
30024
  * @throws {RequiredError}
@@ -30025,7 +30029,7 @@ class SubscriptionsApi extends base.BaseAPI {
30025
30029
  }
30026
30030
  /**
30027
30031
  *
30028
- * @summary Get Subscription
30032
+ * @summary Cython Function Or Method
30029
30033
  * @param {SubscriptionsApiGetSubscriptionRequest} requestParameters Request parameters.
30030
30034
  * @param {*} [options] Override http request option.
30031
30035
  * @throws {RequiredError}
@@ -30036,7 +30040,7 @@ class SubscriptionsApi extends base.BaseAPI {
30036
30040
  }
30037
30041
  /**
30038
30042
  *
30039
- * @summary List Subscriptions
30043
+ * @summary Cython Function Or Method
30040
30044
  * @param {SubscriptionsApiListPollinationSubscriptionsRequest} requestParameters Request parameters.
30041
30045
  * @param {*} [options] Override http request option.
30042
30046
  * @throws {RequiredError}
@@ -30047,7 +30051,7 @@ class SubscriptionsApi extends base.BaseAPI {
30047
30051
  }
30048
30052
  /**
30049
30053
  *
30050
- * @summary List Subscription Payments
30054
+ * @summary Cython Function Or Method
30051
30055
  * @param {SubscriptionsApiListSubscriptionPaymentsRequest} requestParameters Request parameters.
30052
30056
  * @param {*} [options] Override http request option.
30053
30057
  * @throws {RequiredError}
@@ -30058,7 +30062,7 @@ class SubscriptionsApi extends base.BaseAPI {
30058
30062
  }
30059
30063
  /**
30060
30064
  *
30061
- * @summary List Subscription Quotas
30065
+ * @summary Cython Function Or Method
30062
30066
  * @param {SubscriptionsApiListSubscriptionQuotasRequest} requestParameters Request parameters.
30063
30067
  * @param {*} [options] Override http request option.
30064
30068
  * @throws {RequiredError}
@@ -30069,7 +30073,7 @@ class SubscriptionsApi extends base.BaseAPI {
30069
30073
  }
30070
30074
  /**
30071
30075
  *
30072
- * @summary Update Subscription
30076
+ * @summary Cython Function Or Method
30073
30077
  * @param {SubscriptionsApiUpdateSubscriptionRequest} requestParameters Request parameters.
30074
30078
  * @param {*} [options] Override http request option.
30075
30079
  * @throws {RequiredError}
@@ -30080,7 +30084,7 @@ class SubscriptionsApi extends base.BaseAPI {
30080
30084
  }
30081
30085
  /**
30082
30086
  *
30083
- * @summary Update Subscription Preivew
30087
+ * @summary Cython Function Or Method
30084
30088
  * @param {SubscriptionsApiUpdateSubscriptionPreivewRequest} requestParameters Request parameters.
30085
30089
  * @param {*} [options] Override http request option.
30086
30090
  * @throws {RequiredError}
@@ -30100,7 +30104,7 @@ var teamsApi = createCommonjsModule(function (module, exports) {
30100
30104
  * pollination-server
30101
30105
  * Pollination Server OpenAPI Definition
30102
30106
  *
30103
- * The version of the OpenAPI document: 0.28.1
30107
+ * The version of the OpenAPI document: 0.31.0
30104
30108
  * Contact: info@pollination.cloud
30105
30109
  *
30106
30110
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30964,7 +30968,7 @@ var userApi = createCommonjsModule(function (module, exports) {
30964
30968
  * pollination-server
30965
30969
  * Pollination Server OpenAPI Definition
30966
30970
  *
30967
- * The version of the OpenAPI document: 0.28.1
30971
+ * The version of the OpenAPI document: 0.31.0
30968
30972
  * Contact: info@pollination.cloud
30969
30973
  *
30970
30974
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31370,7 +31374,7 @@ var usersApi = createCommonjsModule(function (module, exports) {
31370
31374
  * pollination-server
31371
31375
  * Pollination Server OpenAPI Definition
31372
31376
  *
31373
- * The version of the OpenAPI document: 0.28.1
31377
+ * The version of the OpenAPI document: 0.31.0
31374
31378
  * Contact: info@pollination.cloud
31375
31379
  *
31376
31380
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31672,7 +31676,7 @@ var api = createCommonjsModule(function (module, exports) {
31672
31676
  * pollination-server
31673
31677
  * Pollination Server OpenAPI Definition
31674
31678
  *
31675
- * The version of the OpenAPI document: 0.28.1
31679
+ * The version of the OpenAPI document: 0.31.0
31676
31680
  * Contact: info@pollination.cloud
31677
31681
  *
31678
31682
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31720,7 +31724,7 @@ var configuration = createCommonjsModule(function (module, exports) {
31720
31724
  * pollination-server
31721
31725
  * Pollination Server OpenAPI Definition
31722
31726
  *
31723
- * The version of the OpenAPI document: 0.28.1
31727
+ * The version of the OpenAPI document: 0.31.0
31724
31728
  * Contact: info@pollination.cloud
31725
31729
  *
31726
31730
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31748,7 +31752,7 @@ exports.Configuration = Configuration;
31748
31752
  * pollination-server
31749
31753
  * Pollination Server OpenAPI Definition
31750
31754
  *
31751
- * The version of the OpenAPI document: 0.28.1
31755
+ * The version of the OpenAPI document: 0.31.0
31752
31756
  * Contact: info@pollination.cloud
31753
31757
  *
31754
31758
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31767,7 +31771,7 @@ var apitoken = /*#__PURE__*/Object.freeze({
31767
31771
  * pollination-server
31768
31772
  * Pollination Server OpenAPI Definition
31769
31773
  *
31770
- * The version of the OpenAPI document: 0.28.1
31774
+ * The version of the OpenAPI document: 0.31.0
31771
31775
  * Contact: info@pollination.cloud
31772
31776
  *
31773
31777
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31786,7 +31790,7 @@ var apitokenCreate = /*#__PURE__*/Object.freeze({
31786
31790
  * pollination-server
31787
31791
  * Pollination Server OpenAPI Definition
31788
31792
  *
31789
- * The version of the OpenAPI document: 0.28.1
31793
+ * The version of the OpenAPI document: 0.31.0
31790
31794
  * Contact: info@pollination.cloud
31791
31795
  *
31792
31796
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31805,7 +31809,7 @@ var apitokenList = /*#__PURE__*/Object.freeze({
31805
31809
  * pollination-server
31806
31810
  * Pollination Server OpenAPI Definition
31807
31811
  *
31808
- * The version of the OpenAPI document: 0.28.1
31812
+ * The version of the OpenAPI document: 0.31.0
31809
31813
  * Contact: info@pollination.cloud
31810
31814
  *
31811
31815
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31824,7 +31828,7 @@ var apitokenPrivate = /*#__PURE__*/Object.freeze({
31824
31828
  * pollination-server
31825
31829
  * Pollination Server OpenAPI Definition
31826
31830
  *
31827
- * The version of the OpenAPI document: 0.28.1
31831
+ * The version of the OpenAPI document: 0.31.0
31828
31832
  * Contact: info@pollination.cloud
31829
31833
  *
31830
31834
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31843,7 +31847,7 @@ var accessor = /*#__PURE__*/Object.freeze({
31843
31847
  * pollination-server
31844
31848
  * Pollination Server OpenAPI Definition
31845
31849
  *
31846
- * The version of the OpenAPI document: 0.28.1
31850
+ * The version of the OpenAPI document: 0.31.0
31847
31851
  * Contact: info@pollination.cloud
31848
31852
  *
31849
31853
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31863,7 +31867,7 @@ var accountType = createCommonjsModule(function (module, exports) {
31863
31867
  * pollination-server
31864
31868
  * Pollination Server OpenAPI Definition
31865
31869
  *
31866
- * The version of the OpenAPI document: 0.28.1
31870
+ * The version of the OpenAPI document: 0.31.0
31867
31871
  * Contact: info@pollination.cloud
31868
31872
  *
31869
31873
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31884,7 +31888,7 @@ exports.AccountType = void 0;
31884
31888
  * pollination-server
31885
31889
  * Pollination Server OpenAPI Definition
31886
31890
  *
31887
- * The version of the OpenAPI document: 0.28.1
31891
+ * The version of the OpenAPI document: 0.31.0
31888
31892
  * Contact: info@pollination.cloud
31889
31893
  *
31890
31894
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31903,7 +31907,7 @@ var activation = /*#__PURE__*/Object.freeze({
31903
31907
  * pollination-server
31904
31908
  * Pollination Server OpenAPI Definition
31905
31909
  *
31906
- * The version of the OpenAPI document: 0.28.1
31910
+ * The version of the OpenAPI document: 0.31.0
31907
31911
  * Contact: info@pollination.cloud
31908
31912
  *
31909
31913
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31922,7 +31926,7 @@ var activationList = /*#__PURE__*/Object.freeze({
31922
31926
  * pollination-server
31923
31927
  * Pollination Server OpenAPI Definition
31924
31928
  *
31925
- * The version of the OpenAPI document: 0.28.1
31929
+ * The version of the OpenAPI document: 0.31.0
31926
31930
  * Contact: info@pollination.cloud
31927
31931
  *
31928
31932
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31941,7 +31945,7 @@ var application = /*#__PURE__*/Object.freeze({
31941
31945
  * pollination-server
31942
31946
  * Pollination Server OpenAPI Definition
31943
31947
  *
31944
- * The version of the OpenAPI document: 0.28.1
31948
+ * The version of the OpenAPI document: 0.31.0
31945
31949
  * Contact: info@pollination.cloud
31946
31950
  *
31947
31951
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31960,7 +31964,7 @@ var applicationAccessPolicy = /*#__PURE__*/Object.freeze({
31960
31964
  * pollination-server
31961
31965
  * Pollination Server OpenAPI Definition
31962
31966
  *
31963
- * The version of the OpenAPI document: 0.28.1
31967
+ * The version of the OpenAPI document: 0.31.0
31964
31968
  * Contact: info@pollination.cloud
31965
31969
  *
31966
31970
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31979,7 +31983,7 @@ var applicationAccessPolicyList = /*#__PURE__*/Object.freeze({
31979
31983
  * pollination-server
31980
31984
  * Pollination Server OpenAPI Definition
31981
31985
  *
31982
- * The version of the OpenAPI document: 0.28.1
31986
+ * The version of the OpenAPI document: 0.31.0
31983
31987
  * Contact: info@pollination.cloud
31984
31988
  *
31985
31989
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31998,7 +32002,7 @@ var applicationCreate = /*#__PURE__*/Object.freeze({
31998
32002
  * pollination-server
31999
32003
  * Pollination Server OpenAPI Definition
32000
32004
  *
32001
- * The version of the OpenAPI document: 0.28.1
32005
+ * The version of the OpenAPI document: 0.31.0
32002
32006
  * Contact: info@pollination.cloud
32003
32007
  *
32004
32008
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32017,7 +32021,7 @@ var applicationDeployment = /*#__PURE__*/Object.freeze({
32017
32021
  * pollination-server
32018
32022
  * Pollination Server OpenAPI Definition
32019
32023
  *
32020
- * The version of the OpenAPI document: 0.28.1
32024
+ * The version of the OpenAPI document: 0.31.0
32021
32025
  * Contact: info@pollination.cloud
32022
32026
  *
32023
32027
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32036,7 +32040,7 @@ var applicationList = /*#__PURE__*/Object.freeze({
32036
32040
  * pollination-server
32037
32041
  * Pollination Server OpenAPI Definition
32038
32042
  *
32039
- * The version of the OpenAPI document: 0.28.1
32043
+ * The version of the OpenAPI document: 0.31.0
32040
32044
  * Contact: info@pollination.cloud
32041
32045
  *
32042
32046
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32056,7 +32060,7 @@ var applicationSortKey = createCommonjsModule(function (module, exports) {
32056
32060
  * pollination-server
32057
32061
  * Pollination Server OpenAPI Definition
32058
32062
  *
32059
- * The version of the OpenAPI document: 0.28.1
32063
+ * The version of the OpenAPI document: 0.31.0
32060
32064
  * Contact: info@pollination.cloud
32061
32065
  *
32062
32066
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32078,7 +32082,7 @@ exports.ApplicationSortKey = void 0;
32078
32082
  * pollination-server
32079
32083
  * Pollination Server OpenAPI Definition
32080
32084
  *
32081
- * The version of the OpenAPI document: 0.28.1
32085
+ * The version of the OpenAPI document: 0.31.0
32082
32086
  * Contact: info@pollination.cloud
32083
32087
  *
32084
32088
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32097,7 +32101,7 @@ var applicationUpdate = /*#__PURE__*/Object.freeze({
32097
32101
  * pollination-server
32098
32102
  * Pollination Server OpenAPI Definition
32099
32103
  *
32100
- * The version of the OpenAPI document: 0.28.1
32104
+ * The version of the OpenAPI document: 0.31.0
32101
32105
  * Contact: info@pollination.cloud
32102
32106
  *
32103
32107
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32116,7 +32120,7 @@ var applicationVersion = /*#__PURE__*/Object.freeze({
32116
32120
  * pollination-server
32117
32121
  * Pollination Server OpenAPI Definition
32118
32122
  *
32119
- * The version of the OpenAPI document: 0.28.1
32123
+ * The version of the OpenAPI document: 0.31.0
32120
32124
  * Contact: info@pollination.cloud
32121
32125
  *
32122
32126
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32135,7 +32139,7 @@ var applicationVersionList = /*#__PURE__*/Object.freeze({
32135
32139
  * pollination-server
32136
32140
  * Pollination Server OpenAPI Definition
32137
32141
  *
32138
- * The version of the OpenAPI document: 0.28.1
32142
+ * The version of the OpenAPI document: 0.31.0
32139
32143
  * Contact: info@pollination.cloud
32140
32144
  *
32141
32145
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32154,7 +32158,7 @@ var bakedRecipe = /*#__PURE__*/Object.freeze({
32154
32158
  * pollination-server
32155
32159
  * Pollination Server OpenAPI Definition
32156
32160
  *
32157
- * The version of the OpenAPI document: 0.28.1
32161
+ * The version of the OpenAPI document: 0.31.0
32158
32162
  * Contact: info@pollination.cloud
32159
32163
  *
32160
32164
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32173,7 +32177,7 @@ var billingInfo = /*#__PURE__*/Object.freeze({
32173
32177
  * pollination-server
32174
32178
  * Pollination Server OpenAPI Definition
32175
32179
  *
32176
- * The version of the OpenAPI document: 0.28.1
32180
+ * The version of the OpenAPI document: 0.31.0
32177
32181
  * Contact: info@pollination.cloud
32178
32182
  *
32179
32183
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32192,7 +32196,7 @@ var billingOption = /*#__PURE__*/Object.freeze({
32192
32196
  * pollination-server
32193
32197
  * Pollination Server OpenAPI Definition
32194
32198
  *
32195
- * The version of the OpenAPI document: 0.28.1
32199
+ * The version of the OpenAPI document: 0.31.0
32196
32200
  * Contact: info@pollination.cloud
32197
32201
  *
32198
32202
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32201,7 +32205,7 @@ var billingOption = /*#__PURE__*/Object.freeze({
32201
32205
  */
32202
32206
  Object.defineProperty(exports, "__esModule", { value: true });
32203
32207
 
32204
- var bodyPostPluginOwnerPluginsPost = /*#__PURE__*/Object.freeze({
32208
+ var bodyCythonFunctionOrMethodOwnerPluginsPost = /*#__PURE__*/Object.freeze({
32205
32209
  __proto__: null
32206
32210
  });
32207
32211
 
@@ -32211,7 +32215,7 @@ var bodyPostPluginOwnerPluginsPost = /*#__PURE__*/Object.freeze({
32211
32215
  * pollination-server
32212
32216
  * Pollination Server OpenAPI Definition
32213
32217
  *
32214
- * The version of the OpenAPI document: 0.28.1
32218
+ * The version of the OpenAPI document: 0.31.0
32215
32219
  * Contact: info@pollination.cloud
32216
32220
  *
32217
32221
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32230,7 +32234,7 @@ var bodyPostRecipeOwnerRecipesPost = /*#__PURE__*/Object.freeze({
32230
32234
  * pollination-server
32231
32235
  * Pollination Server OpenAPI Definition
32232
32236
  *
32233
- * The version of the OpenAPI document: 0.28.1
32237
+ * The version of the OpenAPI document: 0.31.0
32234
32238
  * Contact: info@pollination.cloud
32235
32239
  *
32236
32240
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32250,7 +32254,7 @@ var buildStatusEnum = createCommonjsModule(function (module, exports) {
32250
32254
  * pollination-server
32251
32255
  * Pollination Server OpenAPI Definition
32252
32256
  *
32253
- * The version of the OpenAPI document: 0.28.1
32257
+ * The version of the OpenAPI document: 0.31.0
32254
32258
  * Contact: info@pollination.cloud
32255
32259
  *
32256
32260
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32277,7 +32281,7 @@ var cardType = createCommonjsModule(function (module, exports) {
32277
32281
  * pollination-server
32278
32282
  * Pollination Server OpenAPI Definition
32279
32283
  *
32280
- * The version of the OpenAPI document: 0.28.1
32284
+ * The version of the OpenAPI document: 0.31.0
32281
32285
  * Contact: info@pollination.cloud
32282
32286
  *
32283
32287
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32288,6 +32292,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
32288
32292
  exports.CardType = void 0;
32289
32293
  (function (CardType) {
32290
32294
  CardType["Master"] = "master";
32295
+ CardType["Mastercard"] = "mastercard";
32291
32296
  CardType["Visa"] = "visa";
32292
32297
  CardType["AmericanExpress"] = "american_express";
32293
32298
  CardType["Discover"] = "discover";
@@ -32304,7 +32309,7 @@ exports.CardType = void 0;
32304
32309
  * pollination-server
32305
32310
  * Pollination Server OpenAPI Definition
32306
32311
  *
32307
- * The version of the OpenAPI document: 0.28.1
32312
+ * The version of the OpenAPI document: 0.31.0
32308
32313
  * Contact: info@pollination.cloud
32309
32314
  *
32310
32315
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32323,7 +32328,7 @@ var cloudJob = /*#__PURE__*/Object.freeze({
32323
32328
  * pollination-server
32324
32329
  * Pollination Server OpenAPI Definition
32325
32330
  *
32326
- * The version of the OpenAPI document: 0.28.1
32331
+ * The version of the OpenAPI document: 0.31.0
32327
32332
  * Contact: info@pollination.cloud
32328
32333
  *
32329
32334
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32342,7 +32347,7 @@ var cloudJobList = /*#__PURE__*/Object.freeze({
32342
32347
  * pollination-server
32343
32348
  * Pollination Server OpenAPI Definition
32344
32349
  *
32345
- * The version of the OpenAPI document: 0.28.1
32350
+ * The version of the OpenAPI document: 0.31.0
32346
32351
  * Contact: info@pollination.cloud
32347
32352
  *
32348
32353
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32361,7 +32366,7 @@ var createdContent = /*#__PURE__*/Object.freeze({
32361
32366
  * pollination-server
32362
32367
  * Pollination Server OpenAPI Definition
32363
32368
  *
32364
- * The version of the OpenAPI document: 0.28.1
32369
+ * The version of the OpenAPI document: 0.31.0
32365
32370
  * Contact: info@pollination.cloud
32366
32371
  *
32367
32372
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32380,7 +32385,7 @@ var dag = /*#__PURE__*/Object.freeze({
32380
32385
  * pollination-server
32381
32386
  * Pollination Server OpenAPI Definition
32382
32387
  *
32383
- * The version of the OpenAPI document: 0.28.1
32388
+ * The version of the OpenAPI document: 0.31.0
32384
32389
  * Contact: info@pollination.cloud
32385
32390
  *
32386
32391
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32399,7 +32404,7 @@ var dagarrayInput = /*#__PURE__*/Object.freeze({
32399
32404
  * pollination-server
32400
32405
  * Pollination Server OpenAPI Definition
32401
32406
  *
32402
- * The version of the OpenAPI document: 0.28.1
32407
+ * The version of the OpenAPI document: 0.31.0
32403
32408
  * Contact: info@pollination.cloud
32404
32409
  *
32405
32410
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32418,7 +32423,7 @@ var dagarrayInputAlias = /*#__PURE__*/Object.freeze({
32418
32423
  * pollination-server
32419
32424
  * Pollination Server OpenAPI Definition
32420
32425
  *
32421
- * The version of the OpenAPI document: 0.28.1
32426
+ * The version of the OpenAPI document: 0.31.0
32422
32427
  * Contact: info@pollination.cloud
32423
32428
  *
32424
32429
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32437,7 +32442,7 @@ var dagarrayOutput = /*#__PURE__*/Object.freeze({
32437
32442
  * pollination-server
32438
32443
  * Pollination Server OpenAPI Definition
32439
32444
  *
32440
- * The version of the OpenAPI document: 0.28.1
32445
+ * The version of the OpenAPI document: 0.31.0
32441
32446
  * Contact: info@pollination.cloud
32442
32447
  *
32443
32448
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32456,7 +32461,7 @@ var dagarrayOutputAlias = /*#__PURE__*/Object.freeze({
32456
32461
  * pollination-server
32457
32462
  * Pollination Server OpenAPI Definition
32458
32463
  *
32459
- * The version of the OpenAPI document: 0.28.1
32464
+ * The version of the OpenAPI document: 0.31.0
32460
32465
  * Contact: info@pollination.cloud
32461
32466
  *
32462
32467
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32475,7 +32480,7 @@ var dagbooleanInput = /*#__PURE__*/Object.freeze({
32475
32480
  * pollination-server
32476
32481
  * Pollination Server OpenAPI Definition
32477
32482
  *
32478
- * The version of the OpenAPI document: 0.28.1
32483
+ * The version of the OpenAPI document: 0.31.0
32479
32484
  * Contact: info@pollination.cloud
32480
32485
  *
32481
32486
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32494,7 +32499,7 @@ var dagbooleanInputAlias = /*#__PURE__*/Object.freeze({
32494
32499
  * pollination-server
32495
32500
  * Pollination Server OpenAPI Definition
32496
32501
  *
32497
- * The version of the OpenAPI document: 0.28.1
32502
+ * The version of the OpenAPI document: 0.31.0
32498
32503
  * Contact: info@pollination.cloud
32499
32504
  *
32500
32505
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32513,7 +32518,7 @@ var dagbooleanOutput = /*#__PURE__*/Object.freeze({
32513
32518
  * pollination-server
32514
32519
  * Pollination Server OpenAPI Definition
32515
32520
  *
32516
- * The version of the OpenAPI document: 0.28.1
32521
+ * The version of the OpenAPI document: 0.31.0
32517
32522
  * Contact: info@pollination.cloud
32518
32523
  *
32519
32524
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32532,7 +32537,7 @@ var dagbooleanOutputAlias = /*#__PURE__*/Object.freeze({
32532
32537
  * pollination-server
32533
32538
  * Pollination Server OpenAPI Definition
32534
32539
  *
32535
- * The version of the OpenAPI document: 0.28.1
32540
+ * The version of the OpenAPI document: 0.31.0
32536
32541
  * Contact: info@pollination.cloud
32537
32542
  *
32538
32543
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32551,7 +32556,7 @@ var dagfileInput = /*#__PURE__*/Object.freeze({
32551
32556
  * pollination-server
32552
32557
  * Pollination Server OpenAPI Definition
32553
32558
  *
32554
- * The version of the OpenAPI document: 0.28.1
32559
+ * The version of the OpenAPI document: 0.31.0
32555
32560
  * Contact: info@pollination.cloud
32556
32561
  *
32557
32562
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32570,7 +32575,7 @@ var dagfileInputAlias = /*#__PURE__*/Object.freeze({
32570
32575
  * pollination-server
32571
32576
  * Pollination Server OpenAPI Definition
32572
32577
  *
32573
- * The version of the OpenAPI document: 0.28.1
32578
+ * The version of the OpenAPI document: 0.31.0
32574
32579
  * Contact: info@pollination.cloud
32575
32580
  *
32576
32581
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32589,7 +32594,7 @@ var dagfileOutput = /*#__PURE__*/Object.freeze({
32589
32594
  * pollination-server
32590
32595
  * Pollination Server OpenAPI Definition
32591
32596
  *
32592
- * The version of the OpenAPI document: 0.28.1
32597
+ * The version of the OpenAPI document: 0.31.0
32593
32598
  * Contact: info@pollination.cloud
32594
32599
  *
32595
32600
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32608,7 +32613,7 @@ var dagfileOutputAlias = /*#__PURE__*/Object.freeze({
32608
32613
  * pollination-server
32609
32614
  * Pollination Server OpenAPI Definition
32610
32615
  *
32611
- * The version of the OpenAPI document: 0.28.1
32616
+ * The version of the OpenAPI document: 0.31.0
32612
32617
  * Contact: info@pollination.cloud
32613
32618
  *
32614
32619
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32627,7 +32632,7 @@ var dagfolderInput = /*#__PURE__*/Object.freeze({
32627
32632
  * pollination-server
32628
32633
  * Pollination Server OpenAPI Definition
32629
32634
  *
32630
- * The version of the OpenAPI document: 0.28.1
32635
+ * The version of the OpenAPI document: 0.31.0
32631
32636
  * Contact: info@pollination.cloud
32632
32637
  *
32633
32638
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32646,7 +32651,7 @@ var dagfolderInputAlias = /*#__PURE__*/Object.freeze({
32646
32651
  * pollination-server
32647
32652
  * Pollination Server OpenAPI Definition
32648
32653
  *
32649
- * The version of the OpenAPI document: 0.28.1
32654
+ * The version of the OpenAPI document: 0.31.0
32650
32655
  * Contact: info@pollination.cloud
32651
32656
  *
32652
32657
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32665,7 +32670,7 @@ var dagfolderOutput = /*#__PURE__*/Object.freeze({
32665
32670
  * pollination-server
32666
32671
  * Pollination Server OpenAPI Definition
32667
32672
  *
32668
- * The version of the OpenAPI document: 0.28.1
32673
+ * The version of the OpenAPI document: 0.31.0
32669
32674
  * Contact: info@pollination.cloud
32670
32675
  *
32671
32676
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32684,7 +32689,7 @@ var dagfolderOutputAlias = /*#__PURE__*/Object.freeze({
32684
32689
  * pollination-server
32685
32690
  * Pollination Server OpenAPI Definition
32686
32691
  *
32687
- * The version of the OpenAPI document: 0.28.1
32692
+ * The version of the OpenAPI document: 0.31.0
32688
32693
  * Contact: info@pollination.cloud
32689
32694
  *
32690
32695
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32703,7 +32708,7 @@ var daggenericInput = /*#__PURE__*/Object.freeze({
32703
32708
  * pollination-server
32704
32709
  * Pollination Server OpenAPI Definition
32705
32710
  *
32706
- * The version of the OpenAPI document: 0.28.1
32711
+ * The version of the OpenAPI document: 0.31.0
32707
32712
  * Contact: info@pollination.cloud
32708
32713
  *
32709
32714
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32722,7 +32727,7 @@ var daggenericInputAlias = /*#__PURE__*/Object.freeze({
32722
32727
  * pollination-server
32723
32728
  * Pollination Server OpenAPI Definition
32724
32729
  *
32725
- * The version of the OpenAPI document: 0.28.1
32730
+ * The version of the OpenAPI document: 0.31.0
32726
32731
  * Contact: info@pollination.cloud
32727
32732
  *
32728
32733
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32741,7 +32746,7 @@ var daggenericOutput = /*#__PURE__*/Object.freeze({
32741
32746
  * pollination-server
32742
32747
  * Pollination Server OpenAPI Definition
32743
32748
  *
32744
- * The version of the OpenAPI document: 0.28.1
32749
+ * The version of the OpenAPI document: 0.31.0
32745
32750
  * Contact: info@pollination.cloud
32746
32751
  *
32747
32752
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32760,7 +32765,7 @@ var daggenericOutputAlias = /*#__PURE__*/Object.freeze({
32760
32765
  * pollination-server
32761
32766
  * Pollination Server OpenAPI Definition
32762
32767
  *
32763
- * The version of the OpenAPI document: 0.28.1
32768
+ * The version of the OpenAPI document: 0.31.0
32764
32769
  * Contact: info@pollination.cloud
32765
32770
  *
32766
32771
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32779,7 +32784,7 @@ var dagintegerInput = /*#__PURE__*/Object.freeze({
32779
32784
  * pollination-server
32780
32785
  * Pollination Server OpenAPI Definition
32781
32786
  *
32782
- * The version of the OpenAPI document: 0.28.1
32787
+ * The version of the OpenAPI document: 0.31.0
32783
32788
  * Contact: info@pollination.cloud
32784
32789
  *
32785
32790
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32798,7 +32803,7 @@ var dagintegerInputAlias = /*#__PURE__*/Object.freeze({
32798
32803
  * pollination-server
32799
32804
  * Pollination Server OpenAPI Definition
32800
32805
  *
32801
- * The version of the OpenAPI document: 0.28.1
32806
+ * The version of the OpenAPI document: 0.31.0
32802
32807
  * Contact: info@pollination.cloud
32803
32808
  *
32804
32809
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32817,7 +32822,7 @@ var dagintegerOutput = /*#__PURE__*/Object.freeze({
32817
32822
  * pollination-server
32818
32823
  * Pollination Server OpenAPI Definition
32819
32824
  *
32820
- * The version of the OpenAPI document: 0.28.1
32825
+ * The version of the OpenAPI document: 0.31.0
32821
32826
  * Contact: info@pollination.cloud
32822
32827
  *
32823
32828
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32836,7 +32841,7 @@ var dagintegerOutputAlias = /*#__PURE__*/Object.freeze({
32836
32841
  * pollination-server
32837
32842
  * Pollination Server OpenAPI Definition
32838
32843
  *
32839
- * The version of the OpenAPI document: 0.28.1
32844
+ * The version of the OpenAPI document: 0.31.0
32840
32845
  * Contact: info@pollination.cloud
32841
32846
  *
32842
32847
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32855,7 +32860,7 @@ var dagjsonobjectInput = /*#__PURE__*/Object.freeze({
32855
32860
  * pollination-server
32856
32861
  * Pollination Server OpenAPI Definition
32857
32862
  *
32858
- * The version of the OpenAPI document: 0.28.1
32863
+ * The version of the OpenAPI document: 0.31.0
32859
32864
  * Contact: info@pollination.cloud
32860
32865
  *
32861
32866
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32874,7 +32879,7 @@ var dagjsonobjectInputAlias = /*#__PURE__*/Object.freeze({
32874
32879
  * pollination-server
32875
32880
  * Pollination Server OpenAPI Definition
32876
32881
  *
32877
- * The version of the OpenAPI document: 0.28.1
32882
+ * The version of the OpenAPI document: 0.31.0
32878
32883
  * Contact: info@pollination.cloud
32879
32884
  *
32880
32885
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32893,7 +32898,7 @@ var dagjsonobjectOutput = /*#__PURE__*/Object.freeze({
32893
32898
  * pollination-server
32894
32899
  * Pollination Server OpenAPI Definition
32895
32900
  *
32896
- * The version of the OpenAPI document: 0.28.1
32901
+ * The version of the OpenAPI document: 0.31.0
32897
32902
  * Contact: info@pollination.cloud
32898
32903
  *
32899
32904
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32912,7 +32917,7 @@ var dagjsonobjectOutputAlias = /*#__PURE__*/Object.freeze({
32912
32917
  * pollination-server
32913
32918
  * Pollination Server OpenAPI Definition
32914
32919
  *
32915
- * The version of the OpenAPI document: 0.28.1
32920
+ * The version of the OpenAPI document: 0.31.0
32916
32921
  * Contact: info@pollination.cloud
32917
32922
  *
32918
32923
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32931,7 +32936,7 @@ var daglinkedInputAlias = /*#__PURE__*/Object.freeze({
32931
32936
  * pollination-server
32932
32937
  * Pollination Server OpenAPI Definition
32933
32938
  *
32934
- * The version of the OpenAPI document: 0.28.1
32939
+ * The version of the OpenAPI document: 0.31.0
32935
32940
  * Contact: info@pollination.cloud
32936
32941
  *
32937
32942
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32950,7 +32955,7 @@ var daglinkedOutputAlias = /*#__PURE__*/Object.freeze({
32950
32955
  * pollination-server
32951
32956
  * Pollination Server OpenAPI Definition
32952
32957
  *
32953
- * The version of the OpenAPI document: 0.28.1
32958
+ * The version of the OpenAPI document: 0.31.0
32954
32959
  * Contact: info@pollination.cloud
32955
32960
  *
32956
32961
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32969,7 +32974,7 @@ var dagnumberInput = /*#__PURE__*/Object.freeze({
32969
32974
  * pollination-server
32970
32975
  * Pollination Server OpenAPI Definition
32971
32976
  *
32972
- * The version of the OpenAPI document: 0.28.1
32977
+ * The version of the OpenAPI document: 0.31.0
32973
32978
  * Contact: info@pollination.cloud
32974
32979
  *
32975
32980
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32988,7 +32993,7 @@ var dagnumberInputAlias = /*#__PURE__*/Object.freeze({
32988
32993
  * pollination-server
32989
32994
  * Pollination Server OpenAPI Definition
32990
32995
  *
32991
- * The version of the OpenAPI document: 0.28.1
32996
+ * The version of the OpenAPI document: 0.31.0
32992
32997
  * Contact: info@pollination.cloud
32993
32998
  *
32994
32999
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33007,7 +33012,7 @@ var dagnumberOutput = /*#__PURE__*/Object.freeze({
33007
33012
  * pollination-server
33008
33013
  * Pollination Server OpenAPI Definition
33009
33014
  *
33010
- * The version of the OpenAPI document: 0.28.1
33015
+ * The version of the OpenAPI document: 0.31.0
33011
33016
  * Contact: info@pollination.cloud
33012
33017
  *
33013
33018
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33026,7 +33031,7 @@ var dagnumberOutputAlias = /*#__PURE__*/Object.freeze({
33026
33031
  * pollination-server
33027
33032
  * Pollination Server OpenAPI Definition
33028
33033
  *
33029
- * The version of the OpenAPI document: 0.28.1
33034
+ * The version of the OpenAPI document: 0.31.0
33030
33035
  * Contact: info@pollination.cloud
33031
33036
  *
33032
33037
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33045,7 +33050,7 @@ var dagpathInput = /*#__PURE__*/Object.freeze({
33045
33050
  * pollination-server
33046
33051
  * Pollination Server OpenAPI Definition
33047
33052
  *
33048
- * The version of the OpenAPI document: 0.28.1
33053
+ * The version of the OpenAPI document: 0.31.0
33049
33054
  * Contact: info@pollination.cloud
33050
33055
  *
33051
33056
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33064,7 +33069,7 @@ var dagpathInputAlias = /*#__PURE__*/Object.freeze({
33064
33069
  * pollination-server
33065
33070
  * Pollination Server OpenAPI Definition
33066
33071
  *
33067
- * The version of the OpenAPI document: 0.28.1
33072
+ * The version of the OpenAPI document: 0.31.0
33068
33073
  * Contact: info@pollination.cloud
33069
33074
  *
33070
33075
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33083,7 +33088,7 @@ var dagpathOutput = /*#__PURE__*/Object.freeze({
33083
33088
  * pollination-server
33084
33089
  * Pollination Server OpenAPI Definition
33085
33090
  *
33086
- * The version of the OpenAPI document: 0.28.1
33091
+ * The version of the OpenAPI document: 0.31.0
33087
33092
  * Contact: info@pollination.cloud
33088
33093
  *
33089
33094
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33102,7 +33107,7 @@ var dagpathOutputAlias = /*#__PURE__*/Object.freeze({
33102
33107
  * pollination-server
33103
33108
  * Pollination Server OpenAPI Definition
33104
33109
  *
33105
- * The version of the OpenAPI document: 0.28.1
33110
+ * The version of the OpenAPI document: 0.31.0
33106
33111
  * Contact: info@pollination.cloud
33107
33112
  *
33108
33113
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33121,7 +33126,7 @@ var dagstringInput = /*#__PURE__*/Object.freeze({
33121
33126
  * pollination-server
33122
33127
  * Pollination Server OpenAPI Definition
33123
33128
  *
33124
- * The version of the OpenAPI document: 0.28.1
33129
+ * The version of the OpenAPI document: 0.31.0
33125
33130
  * Contact: info@pollination.cloud
33126
33131
  *
33127
33132
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33140,7 +33145,7 @@ var dagstringInputAlias = /*#__PURE__*/Object.freeze({
33140
33145
  * pollination-server
33141
33146
  * Pollination Server OpenAPI Definition
33142
33147
  *
33143
- * The version of the OpenAPI document: 0.28.1
33148
+ * The version of the OpenAPI document: 0.31.0
33144
33149
  * Contact: info@pollination.cloud
33145
33150
  *
33146
33151
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33159,7 +33164,7 @@ var dagstringOutput = /*#__PURE__*/Object.freeze({
33159
33164
  * pollination-server
33160
33165
  * Pollination Server OpenAPI Definition
33161
33166
  *
33162
- * The version of the OpenAPI document: 0.28.1
33167
+ * The version of the OpenAPI document: 0.31.0
33163
33168
  * Contact: info@pollination.cloud
33164
33169
  *
33165
33170
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33178,7 +33183,7 @@ var dagstringOutputAlias = /*#__PURE__*/Object.freeze({
33178
33183
  * pollination-server
33179
33184
  * Pollination Server OpenAPI Definition
33180
33185
  *
33181
- * The version of the OpenAPI document: 0.28.1
33186
+ * The version of the OpenAPI document: 0.31.0
33182
33187
  * Contact: info@pollination.cloud
33183
33188
  *
33184
33189
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33197,7 +33202,7 @@ var dagtask = /*#__PURE__*/Object.freeze({
33197
33202
  * pollination-server
33198
33203
  * Pollination Server OpenAPI Definition
33199
33204
  *
33200
- * The version of the OpenAPI document: 0.28.1
33205
+ * The version of the OpenAPI document: 0.31.0
33201
33206
  * Contact: info@pollination.cloud
33202
33207
  *
33203
33208
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33216,7 +33221,7 @@ var dagtaskLoop = /*#__PURE__*/Object.freeze({
33216
33221
  * pollination-server
33217
33222
  * Pollination Server OpenAPI Definition
33218
33223
  *
33219
- * The version of the OpenAPI document: 0.28.1
33224
+ * The version of the OpenAPI document: 0.31.0
33220
33225
  * Contact: info@pollination.cloud
33221
33226
  *
33222
33227
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33235,7 +33240,7 @@ var dailyUsage = /*#__PURE__*/Object.freeze({
33235
33240
  * pollination-server
33236
33241
  * Pollination Server OpenAPI Definition
33237
33242
  *
33238
- * The version of the OpenAPI document: 0.28.1
33243
+ * The version of the OpenAPI document: 0.31.0
33239
33244
  * Contact: info@pollination.cloud
33240
33245
  *
33241
33246
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33255,7 +33260,7 @@ var dependencyKind = createCommonjsModule(function (module, exports) {
33255
33260
  * pollination-server
33256
33261
  * Pollination Server OpenAPI Definition
33257
33262
  *
33258
- * The version of the OpenAPI document: 0.28.1
33263
+ * The version of the OpenAPI document: 0.31.0
33259
33264
  * Contact: info@pollination.cloud
33260
33265
  *
33261
33266
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33276,7 +33281,7 @@ exports.DependencyKind = void 0;
33276
33281
  * pollination-server
33277
33282
  * Pollination Server OpenAPI Definition
33278
33283
  *
33279
- * The version of the OpenAPI document: 0.28.1
33284
+ * The version of the OpenAPI document: 0.31.0
33280
33285
  * Contact: info@pollination.cloud
33281
33286
  *
33282
33287
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33295,7 +33300,7 @@ var deploymentConfig = /*#__PURE__*/Object.freeze({
33295
33300
  * pollination-server
33296
33301
  * Pollination Server OpenAPI Definition
33297
33302
  *
33298
- * The version of the OpenAPI document: 0.28.1
33303
+ * The version of the OpenAPI document: 0.31.0
33299
33304
  * Contact: info@pollination.cloud
33300
33305
  *
33301
33306
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33314,7 +33319,7 @@ var dockerConfig = /*#__PURE__*/Object.freeze({
33314
33319
  * pollination-server
33315
33320
  * Pollination Server OpenAPI Definition
33316
33321
  *
33317
- * The version of the OpenAPI document: 0.28.1
33322
+ * The version of the OpenAPI document: 0.31.0
33318
33323
  * Contact: info@pollination.cloud
33319
33324
  *
33320
33325
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33333,7 +33338,7 @@ var fileMeta = /*#__PURE__*/Object.freeze({
33333
33338
  * pollination-server
33334
33339
  * Pollination Server OpenAPI Definition
33335
33340
  *
33336
- * The version of the OpenAPI document: 0.28.1
33341
+ * The version of the OpenAPI document: 0.31.0
33337
33342
  * Contact: info@pollination.cloud
33338
33343
  *
33339
33344
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33352,7 +33357,7 @@ var fileReference = /*#__PURE__*/Object.freeze({
33352
33357
  * pollination-server
33353
33358
  * Pollination Server OpenAPI Definition
33354
33359
  *
33355
- * The version of the OpenAPI document: 0.28.1
33360
+ * The version of the OpenAPI document: 0.31.0
33356
33361
  * Contact: info@pollination.cloud
33357
33362
  *
33358
33363
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33371,7 +33376,7 @@ var folderReference = /*#__PURE__*/Object.freeze({
33371
33376
  * pollination-server
33372
33377
  * Pollination Server OpenAPI Definition
33373
33378
  *
33374
- * The version of the OpenAPI document: 0.28.1
33379
+ * The version of the OpenAPI document: 0.31.0
33375
33380
  * Contact: info@pollination.cloud
33376
33381
  *
33377
33382
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33390,7 +33395,7 @@ var _function = /*#__PURE__*/Object.freeze({
33390
33395
  * pollination-server
33391
33396
  * Pollination Server OpenAPI Definition
33392
33397
  *
33393
- * The version of the OpenAPI document: 0.28.1
33398
+ * The version of the OpenAPI document: 0.31.0
33394
33399
  * Contact: info@pollination.cloud
33395
33400
  *
33396
33401
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33409,7 +33414,7 @@ var functionArrayInput = /*#__PURE__*/Object.freeze({
33409
33414
  * pollination-server
33410
33415
  * Pollination Server OpenAPI Definition
33411
33416
  *
33412
- * The version of the OpenAPI document: 0.28.1
33417
+ * The version of the OpenAPI document: 0.31.0
33413
33418
  * Contact: info@pollination.cloud
33414
33419
  *
33415
33420
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33428,7 +33433,7 @@ var functionArrayOutput = /*#__PURE__*/Object.freeze({
33428
33433
  * pollination-server
33429
33434
  * Pollination Server OpenAPI Definition
33430
33435
  *
33431
- * The version of the OpenAPI document: 0.28.1
33436
+ * The version of the OpenAPI document: 0.31.0
33432
33437
  * Contact: info@pollination.cloud
33433
33438
  *
33434
33439
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33447,7 +33452,7 @@ var functionBooleanInput = /*#__PURE__*/Object.freeze({
33447
33452
  * pollination-server
33448
33453
  * Pollination Server OpenAPI Definition
33449
33454
  *
33450
- * The version of the OpenAPI document: 0.28.1
33455
+ * The version of the OpenAPI document: 0.31.0
33451
33456
  * Contact: info@pollination.cloud
33452
33457
  *
33453
33458
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33466,7 +33471,7 @@ var functionBooleanOutput = /*#__PURE__*/Object.freeze({
33466
33471
  * pollination-server
33467
33472
  * Pollination Server OpenAPI Definition
33468
33473
  *
33469
- * The version of the OpenAPI document: 0.28.1
33474
+ * The version of the OpenAPI document: 0.31.0
33470
33475
  * Contact: info@pollination.cloud
33471
33476
  *
33472
33477
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33485,7 +33490,7 @@ var functionFileInput = /*#__PURE__*/Object.freeze({
33485
33490
  * pollination-server
33486
33491
  * Pollination Server OpenAPI Definition
33487
33492
  *
33488
- * The version of the OpenAPI document: 0.28.1
33493
+ * The version of the OpenAPI document: 0.31.0
33489
33494
  * Contact: info@pollination.cloud
33490
33495
  *
33491
33496
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33504,7 +33509,7 @@ var functionFileOutput = /*#__PURE__*/Object.freeze({
33504
33509
  * pollination-server
33505
33510
  * Pollination Server OpenAPI Definition
33506
33511
  *
33507
- * The version of the OpenAPI document: 0.28.1
33512
+ * The version of the OpenAPI document: 0.31.0
33508
33513
  * Contact: info@pollination.cloud
33509
33514
  *
33510
33515
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33523,7 +33528,7 @@ var functionFolderInput = /*#__PURE__*/Object.freeze({
33523
33528
  * pollination-server
33524
33529
  * Pollination Server OpenAPI Definition
33525
33530
  *
33526
- * The version of the OpenAPI document: 0.28.1
33531
+ * The version of the OpenAPI document: 0.31.0
33527
33532
  * Contact: info@pollination.cloud
33528
33533
  *
33529
33534
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33542,7 +33547,7 @@ var functionFolderOutput = /*#__PURE__*/Object.freeze({
33542
33547
  * pollination-server
33543
33548
  * Pollination Server OpenAPI Definition
33544
33549
  *
33545
- * The version of the OpenAPI document: 0.28.1
33550
+ * The version of the OpenAPI document: 0.31.0
33546
33551
  * Contact: info@pollination.cloud
33547
33552
  *
33548
33553
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33561,7 +33566,7 @@ var functionIntegerInput = /*#__PURE__*/Object.freeze({
33561
33566
  * pollination-server
33562
33567
  * Pollination Server OpenAPI Definition
33563
33568
  *
33564
- * The version of the OpenAPI document: 0.28.1
33569
+ * The version of the OpenAPI document: 0.31.0
33565
33570
  * Contact: info@pollination.cloud
33566
33571
  *
33567
33572
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33580,7 +33585,7 @@ var functionIntegerOutput = /*#__PURE__*/Object.freeze({
33580
33585
  * pollination-server
33581
33586
  * Pollination Server OpenAPI Definition
33582
33587
  *
33583
- * The version of the OpenAPI document: 0.28.1
33588
+ * The version of the OpenAPI document: 0.31.0
33584
33589
  * Contact: info@pollination.cloud
33585
33590
  *
33586
33591
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33599,7 +33604,7 @@ var functionJsonobjectInput = /*#__PURE__*/Object.freeze({
33599
33604
  * pollination-server
33600
33605
  * Pollination Server OpenAPI Definition
33601
33606
  *
33602
- * The version of the OpenAPI document: 0.28.1
33607
+ * The version of the OpenAPI document: 0.31.0
33603
33608
  * Contact: info@pollination.cloud
33604
33609
  *
33605
33610
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33618,7 +33623,7 @@ var functionJsonobjectOutput = /*#__PURE__*/Object.freeze({
33618
33623
  * pollination-server
33619
33624
  * Pollination Server OpenAPI Definition
33620
33625
  *
33621
- * The version of the OpenAPI document: 0.28.1
33626
+ * The version of the OpenAPI document: 0.31.0
33622
33627
  * Contact: info@pollination.cloud
33623
33628
  *
33624
33629
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33637,7 +33642,7 @@ var functionNumberInput = /*#__PURE__*/Object.freeze({
33637
33642
  * pollination-server
33638
33643
  * Pollination Server OpenAPI Definition
33639
33644
  *
33640
- * The version of the OpenAPI document: 0.28.1
33645
+ * The version of the OpenAPI document: 0.31.0
33641
33646
  * Contact: info@pollination.cloud
33642
33647
  *
33643
33648
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33656,7 +33661,7 @@ var functionNumberOutput = /*#__PURE__*/Object.freeze({
33656
33661
  * pollination-server
33657
33662
  * Pollination Server OpenAPI Definition
33658
33663
  *
33659
- * The version of the OpenAPI document: 0.28.1
33664
+ * The version of the OpenAPI document: 0.31.0
33660
33665
  * Contact: info@pollination.cloud
33661
33666
  *
33662
33667
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33675,7 +33680,7 @@ var functionPathInput = /*#__PURE__*/Object.freeze({
33675
33680
  * pollination-server
33676
33681
  * Pollination Server OpenAPI Definition
33677
33682
  *
33678
- * The version of the OpenAPI document: 0.28.1
33683
+ * The version of the OpenAPI document: 0.31.0
33679
33684
  * Contact: info@pollination.cloud
33680
33685
  *
33681
33686
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33694,7 +33699,7 @@ var functionPathOutput = /*#__PURE__*/Object.freeze({
33694
33699
  * pollination-server
33695
33700
  * Pollination Server OpenAPI Definition
33696
33701
  *
33697
- * The version of the OpenAPI document: 0.28.1
33702
+ * The version of the OpenAPI document: 0.31.0
33698
33703
  * Contact: info@pollination.cloud
33699
33704
  *
33700
33705
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33713,7 +33718,7 @@ var functionStringInput = /*#__PURE__*/Object.freeze({
33713
33718
  * pollination-server
33714
33719
  * Pollination Server OpenAPI Definition
33715
33720
  *
33716
- * The version of the OpenAPI document: 0.28.1
33721
+ * The version of the OpenAPI document: 0.31.0
33717
33722
  * Contact: info@pollination.cloud
33718
33723
  *
33719
33724
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33732,7 +33737,7 @@ var functionStringOutput = /*#__PURE__*/Object.freeze({
33732
33737
  * pollination-server
33733
33738
  * Pollination Server OpenAPI Definition
33734
33739
  *
33735
- * The version of the OpenAPI document: 0.28.1
33740
+ * The version of the OpenAPI document: 0.31.0
33736
33741
  * Contact: info@pollination.cloud
33737
33742
  *
33738
33743
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33751,7 +33756,7 @@ var http = /*#__PURE__*/Object.freeze({
33751
33756
  * pollination-server
33752
33757
  * Pollination Server OpenAPI Definition
33753
33758
  *
33754
- * The version of the OpenAPI document: 0.28.1
33759
+ * The version of the OpenAPI document: 0.31.0
33755
33760
  * Contact: info@pollination.cloud
33756
33761
  *
33757
33762
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33770,7 +33775,7 @@ var httpvalidationError = /*#__PURE__*/Object.freeze({
33770
33775
  * pollination-server
33771
33776
  * Pollination Server OpenAPI Definition
33772
33777
  *
33773
- * The version of the OpenAPI document: 0.28.1
33778
+ * The version of the OpenAPI document: 0.31.0
33774
33779
  * Contact: info@pollination.cloud
33775
33780
  *
33776
33781
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33789,7 +33794,7 @@ var ioaliasHandler = /*#__PURE__*/Object.freeze({
33789
33794
  * pollination-server
33790
33795
  * Pollination Server OpenAPI Definition
33791
33796
  *
33792
- * The version of the OpenAPI document: 0.28.1
33797
+ * The version of the OpenAPI document: 0.31.0
33793
33798
  * Contact: info@pollination.cloud
33794
33799
  *
33795
33800
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33808,7 +33813,7 @@ var inputFileReference = /*#__PURE__*/Object.freeze({
33808
33813
  * pollination-server
33809
33814
  * Pollination Server OpenAPI Definition
33810
33815
  *
33811
- * The version of the OpenAPI document: 0.28.1
33816
+ * The version of the OpenAPI document: 0.31.0
33812
33817
  * Contact: info@pollination.cloud
33813
33818
  *
33814
33819
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33827,7 +33832,7 @@ var inputFolderReference = /*#__PURE__*/Object.freeze({
33827
33832
  * pollination-server
33828
33833
  * Pollination Server OpenAPI Definition
33829
33834
  *
33830
- * The version of the OpenAPI document: 0.28.1
33835
+ * The version of the OpenAPI document: 0.31.0
33831
33836
  * Contact: info@pollination.cloud
33832
33837
  *
33833
33838
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33846,7 +33851,7 @@ var inputPathReference = /*#__PURE__*/Object.freeze({
33846
33851
  * pollination-server
33847
33852
  * Pollination Server OpenAPI Definition
33848
33853
  *
33849
- * The version of the OpenAPI document: 0.28.1
33854
+ * The version of the OpenAPI document: 0.31.0
33850
33855
  * Contact: info@pollination.cloud
33851
33856
  *
33852
33857
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33865,7 +33870,7 @@ var inputReference = /*#__PURE__*/Object.freeze({
33865
33870
  * pollination-server
33866
33871
  * Pollination Server OpenAPI Definition
33867
33872
  *
33868
- * The version of the OpenAPI document: 0.28.1
33873
+ * The version of the OpenAPI document: 0.31.0
33869
33874
  * Contact: info@pollination.cloud
33870
33875
  *
33871
33876
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33885,7 +33890,7 @@ var itemType = createCommonjsModule(function (module, exports) {
33885
33890
  * pollination-server
33886
33891
  * Pollination Server OpenAPI Definition
33887
33892
  *
33888
- * The version of the OpenAPI document: 0.28.1
33893
+ * The version of the OpenAPI document: 0.31.0
33889
33894
  * Contact: info@pollination.cloud
33890
33895
  *
33891
33896
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33911,7 +33916,7 @@ exports.ItemType = void 0;
33911
33916
  * pollination-server
33912
33917
  * Pollination Server OpenAPI Definition
33913
33918
  *
33914
- * The version of the OpenAPI document: 0.28.1
33919
+ * The version of the OpenAPI document: 0.31.0
33915
33920
  * Contact: info@pollination.cloud
33916
33921
  *
33917
33922
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33930,7 +33935,7 @@ var job = /*#__PURE__*/Object.freeze({
33930
33935
  * pollination-server
33931
33936
  * Pollination Server OpenAPI Definition
33932
33937
  *
33933
- * The version of the OpenAPI document: 0.28.1
33938
+ * The version of the OpenAPI document: 0.31.0
33934
33939
  * Contact: info@pollination.cloud
33935
33940
  *
33936
33941
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33949,7 +33954,7 @@ var jobArgument = /*#__PURE__*/Object.freeze({
33949
33954
  * pollination-server
33950
33955
  * Pollination Server OpenAPI Definition
33951
33956
  *
33952
- * The version of the OpenAPI document: 0.28.1
33957
+ * The version of the OpenAPI document: 0.31.0
33953
33958
  * Contact: info@pollination.cloud
33954
33959
  *
33955
33960
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33968,7 +33973,7 @@ var jobPathArgument = /*#__PURE__*/Object.freeze({
33968
33973
  * pollination-server
33969
33974
  * Pollination Server OpenAPI Definition
33970
33975
  *
33971
- * The version of the OpenAPI document: 0.28.1
33976
+ * The version of the OpenAPI document: 0.31.0
33972
33977
  * Contact: info@pollination.cloud
33973
33978
  *
33974
33979
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33988,7 +33993,7 @@ var jobStatusEnum = createCommonjsModule(function (module, exports) {
33988
33993
  * pollination-server
33989
33994
  * Pollination Server OpenAPI Definition
33990
33995
  *
33991
- * The version of the OpenAPI document: 0.28.1
33996
+ * The version of the OpenAPI document: 0.31.0
33992
33997
  * Contact: info@pollination.cloud
33993
33998
  *
33994
33999
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34014,7 +34019,7 @@ exports.JobStatusEnum = void 0;
34014
34019
  * pollination-server
34015
34020
  * Pollination Server OpenAPI Definition
34016
34021
  *
34017
- * The version of the OpenAPI document: 0.28.1
34022
+ * The version of the OpenAPI document: 0.31.0
34018
34023
  * Contact: info@pollination.cloud
34019
34024
  *
34020
34025
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34033,7 +34038,7 @@ var keyRequest = /*#__PURE__*/Object.freeze({
34033
34038
  * pollination-server
34034
34039
  * Pollination Server OpenAPI Definition
34035
34040
  *
34036
- * The version of the OpenAPI document: 0.28.1
34041
+ * The version of the OpenAPI document: 0.31.0
34037
34042
  * Contact: info@pollination.cloud
34038
34043
  *
34039
34044
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34052,7 +34057,7 @@ var license = /*#__PURE__*/Object.freeze({
34052
34057
  * pollination-server
34053
34058
  * Pollination Server OpenAPI Definition
34054
34059
  *
34055
- * The version of the OpenAPI document: 0.28.1
34060
+ * The version of the OpenAPI document: 0.31.0
34056
34061
  * Contact: info@pollination.cloud
34057
34062
  *
34058
34063
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34071,7 +34076,7 @@ var licensePoolAccessPolicy = /*#__PURE__*/Object.freeze({
34071
34076
  * pollination-server
34072
34077
  * Pollination Server OpenAPI Definition
34073
34078
  *
34074
- * The version of the OpenAPI document: 0.28.1
34079
+ * The version of the OpenAPI document: 0.31.0
34075
34080
  * Contact: info@pollination.cloud
34076
34081
  *
34077
34082
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34090,7 +34095,7 @@ var licensePoolAccessPolicyList = /*#__PURE__*/Object.freeze({
34090
34095
  * pollination-server
34091
34096
  * Pollination Server OpenAPI Definition
34092
34097
  *
34093
- * The version of the OpenAPI document: 0.28.1
34098
+ * The version of the OpenAPI document: 0.31.0
34094
34099
  * Contact: info@pollination.cloud
34095
34100
  *
34096
34101
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34109,7 +34114,7 @@ var licensePoolList = /*#__PURE__*/Object.freeze({
34109
34114
  * pollination-server
34110
34115
  * Pollination Server OpenAPI Definition
34111
34116
  *
34112
- * The version of the OpenAPI document: 0.28.1
34117
+ * The version of the OpenAPI document: 0.31.0
34113
34118
  * Contact: info@pollination.cloud
34114
34119
  *
34115
34120
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34128,7 +34133,7 @@ var licensePoolPolicySubject = /*#__PURE__*/Object.freeze({
34128
34133
  * pollination-server
34129
34134
  * Pollination Server OpenAPI Definition
34130
34135
  *
34131
- * The version of the OpenAPI document: 0.28.1
34136
+ * The version of the OpenAPI document: 0.31.0
34132
34137
  * Contact: info@pollination.cloud
34133
34138
  *
34134
34139
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34147,7 +34152,7 @@ var licensePoolPolicySubjectList = /*#__PURE__*/Object.freeze({
34147
34152
  * pollination-server
34148
34153
  * Pollination Server OpenAPI Definition
34149
34154
  *
34150
- * The version of the OpenAPI document: 0.28.1
34155
+ * The version of the OpenAPI document: 0.31.0
34151
34156
  * Contact: info@pollination.cloud
34152
34157
  *
34153
34158
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34166,7 +34171,7 @@ var licensePoolPublic = /*#__PURE__*/Object.freeze({
34166
34171
  * pollination-server
34167
34172
  * Pollination Server OpenAPI Definition
34168
34173
  *
34169
- * The version of the OpenAPI document: 0.28.1
34174
+ * The version of the OpenAPI document: 0.31.0
34170
34175
  * Contact: info@pollination.cloud
34171
34176
  *
34172
34177
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34185,7 +34190,7 @@ var licensePoolUpdate = /*#__PURE__*/Object.freeze({
34185
34190
  * pollination-server
34186
34191
  * Pollination Server OpenAPI Definition
34187
34192
  *
34188
- * The version of the OpenAPI document: 0.28.1
34193
+ * The version of the OpenAPI document: 0.31.0
34189
34194
  * Contact: info@pollination.cloud
34190
34195
  *
34191
34196
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34205,7 +34210,7 @@ var licenseType = createCommonjsModule(function (module, exports) {
34205
34210
  * pollination-server
34206
34211
  * Pollination Server OpenAPI Definition
34207
34212
  *
34208
- * The version of the OpenAPI document: 0.28.1
34213
+ * The version of the OpenAPI document: 0.31.0
34209
34214
  * Contact: info@pollination.cloud
34210
34215
  *
34211
34216
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34227,7 +34232,7 @@ exports.LicenseType = void 0;
34227
34232
  * pollination-server
34228
34233
  * Pollination Server OpenAPI Definition
34229
34234
  *
34230
- * The version of the OpenAPI document: 0.28.1
34235
+ * The version of the OpenAPI document: 0.31.0
34231
34236
  * Contact: info@pollination.cloud
34232
34237
  *
34233
34238
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34246,7 +34251,7 @@ var localConfig = /*#__PURE__*/Object.freeze({
34246
34251
  * pollination-server
34247
34252
  * Pollination Server OpenAPI Definition
34248
34253
  *
34249
- * The version of the OpenAPI document: 0.28.1
34254
+ * The version of the OpenAPI document: 0.31.0
34250
34255
  * Contact: info@pollination.cloud
34251
34256
  *
34252
34257
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34265,7 +34270,7 @@ var location = /*#__PURE__*/Object.freeze({
34265
34270
  * pollination-server
34266
34271
  * Pollination Server OpenAPI Definition
34267
34272
  *
34268
- * The version of the OpenAPI document: 0.28.1
34273
+ * The version of the OpenAPI document: 0.31.0
34269
34274
  * Contact: info@pollination.cloud
34270
34275
  *
34271
34276
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34284,7 +34289,7 @@ var maintainer = /*#__PURE__*/Object.freeze({
34284
34289
  * pollination-server
34285
34290
  * Pollination Server OpenAPI Definition
34286
34291
  *
34287
- * The version of the OpenAPI document: 0.28.1
34292
+ * The version of the OpenAPI document: 0.31.0
34288
34293
  * Contact: info@pollination.cloud
34289
34294
  *
34290
34295
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34303,7 +34308,7 @@ var metaData = /*#__PURE__*/Object.freeze({
34303
34308
  * pollination-server
34304
34309
  * Pollination Server OpenAPI Definition
34305
34310
  *
34306
- * The version of the OpenAPI document: 0.28.1
34311
+ * The version of the OpenAPI document: 0.31.0
34307
34312
  * Contact: info@pollination.cloud
34308
34313
  *
34309
34314
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34322,7 +34327,7 @@ var metadata = /*#__PURE__*/Object.freeze({
34322
34327
  * pollination-server
34323
34328
  * Pollination Server OpenAPI Definition
34324
34329
  *
34325
- * The version of the OpenAPI document: 0.28.1
34330
+ * The version of the OpenAPI document: 0.31.0
34326
34331
  * Contact: info@pollination.cloud
34327
34332
  *
34328
34333
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34341,7 +34346,7 @@ var newApplicationVersion = /*#__PURE__*/Object.freeze({
34341
34346
  * pollination-server
34342
34347
  * Pollination Server OpenAPI Definition
34343
34348
  *
34344
- * The version of the OpenAPI document: 0.28.1
34349
+ * The version of the OpenAPI document: 0.31.0
34345
34350
  * Contact: info@pollination.cloud
34346
34351
  *
34347
34352
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34360,7 +34365,7 @@ var newPluginPackage = /*#__PURE__*/Object.freeze({
34360
34365
  * pollination-server
34361
34366
  * Pollination Server OpenAPI Definition
34362
34367
  *
34363
- * The version of the OpenAPI document: 0.28.1
34368
+ * The version of the OpenAPI document: 0.31.0
34364
34369
  * Contact: info@pollination.cloud
34365
34370
  *
34366
34371
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34379,7 +34384,7 @@ var newRecipePackage = /*#__PURE__*/Object.freeze({
34379
34384
  * pollination-server
34380
34385
  * Pollination Server OpenAPI Definition
34381
34386
  *
34382
- * The version of the OpenAPI document: 0.28.1
34387
+ * The version of the OpenAPI document: 0.31.0
34383
34388
  * Contact: info@pollination.cloud
34384
34389
  *
34385
34390
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34398,7 +34403,7 @@ var organization = /*#__PURE__*/Object.freeze({
34398
34403
  * pollination-server
34399
34404
  * Pollination Server OpenAPI Definition
34400
34405
  *
34401
- * The version of the OpenAPI document: 0.28.1
34406
+ * The version of the OpenAPI document: 0.31.0
34402
34407
  * Contact: info@pollination.cloud
34403
34408
  *
34404
34409
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34417,7 +34422,7 @@ var organizationCreate = /*#__PURE__*/Object.freeze({
34417
34422
  * pollination-server
34418
34423
  * Pollination Server OpenAPI Definition
34419
34424
  *
34420
- * The version of the OpenAPI document: 0.28.1
34425
+ * The version of the OpenAPI document: 0.31.0
34421
34426
  * Contact: info@pollination.cloud
34422
34427
  *
34423
34428
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34436,7 +34441,7 @@ var organizationList = /*#__PURE__*/Object.freeze({
34436
34441
  * pollination-server
34437
34442
  * Pollination Server OpenAPI Definition
34438
34443
  *
34439
- * The version of the OpenAPI document: 0.28.1
34444
+ * The version of the OpenAPI document: 0.31.0
34440
34445
  * Contact: info@pollination.cloud
34441
34446
  *
34442
34447
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34455,7 +34460,7 @@ var organizationMember = /*#__PURE__*/Object.freeze({
34455
34460
  * pollination-server
34456
34461
  * Pollination Server OpenAPI Definition
34457
34462
  *
34458
- * The version of the OpenAPI document: 0.28.1
34463
+ * The version of the OpenAPI document: 0.31.0
34459
34464
  * Contact: info@pollination.cloud
34460
34465
  *
34461
34466
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34475,7 +34480,7 @@ var organizationRoleEnum = createCommonjsModule(function (module, exports) {
34475
34480
  * pollination-server
34476
34481
  * Pollination Server OpenAPI Definition
34477
34482
  *
34478
- * The version of the OpenAPI document: 0.28.1
34483
+ * The version of the OpenAPI document: 0.31.0
34479
34484
  * Contact: info@pollination.cloud
34480
34485
  *
34481
34486
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34496,7 +34501,7 @@ exports.OrganizationRoleEnum = void 0;
34496
34501
  * pollination-server
34497
34502
  * Pollination Server OpenAPI Definition
34498
34503
  *
34499
- * The version of the OpenAPI document: 0.28.1
34504
+ * The version of the OpenAPI document: 0.31.0
34500
34505
  * Contact: info@pollination.cloud
34501
34506
  *
34502
34507
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34516,7 +34521,7 @@ var packageSortKey = createCommonjsModule(function (module, exports) {
34516
34521
  * pollination-server
34517
34522
  * Pollination Server OpenAPI Definition
34518
34523
  *
34519
- * The version of the OpenAPI document: 0.28.1
34524
+ * The version of the OpenAPI document: 0.31.0
34520
34525
  * Contact: info@pollination.cloud
34521
34526
  *
34522
34527
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34538,7 +34543,7 @@ exports.PackageSortKey = void 0;
34538
34543
  * pollination-server
34539
34544
  * Pollination Server OpenAPI Definition
34540
34545
  *
34541
- * The version of the OpenAPI document: 0.28.1
34546
+ * The version of the OpenAPI document: 0.31.0
34542
34547
  * Contact: info@pollination.cloud
34543
34548
  *
34544
34549
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34558,7 +34563,7 @@ var pausedReason = createCommonjsModule(function (module, exports) {
34558
34563
  * pollination-server
34559
34564
  * Pollination Server OpenAPI Definition
34560
34565
  *
34561
- * The version of the OpenAPI document: 0.28.1
34566
+ * The version of the OpenAPI document: 0.31.0
34562
34567
  * Contact: info@pollination.cloud
34563
34568
  *
34564
34569
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34579,7 +34584,7 @@ exports.PausedReason = void 0;
34579
34584
  * pollination-server
34580
34585
  * Pollination Server OpenAPI Definition
34581
34586
  *
34582
- * The version of the OpenAPI document: 0.28.1
34587
+ * The version of the OpenAPI document: 0.31.0
34583
34588
  * Contact: info@pollination.cloud
34584
34589
  *
34585
34590
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34598,7 +34603,7 @@ var payLink = /*#__PURE__*/Object.freeze({
34598
34603
  * pollination-server
34599
34604
  * Pollination Server OpenAPI Definition
34600
34605
  *
34601
- * The version of the OpenAPI document: 0.28.1
34606
+ * The version of the OpenAPI document: 0.31.0
34602
34607
  * Contact: info@pollination.cloud
34603
34608
  *
34604
34609
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34617,7 +34622,7 @@ var payment = /*#__PURE__*/Object.freeze({
34617
34622
  * pollination-server
34618
34623
  * Pollination Server OpenAPI Definition
34619
34624
  *
34620
- * The version of the OpenAPI document: 0.28.1
34625
+ * The version of the OpenAPI document: 0.31.0
34621
34626
  * Contact: info@pollination.cloud
34622
34627
  *
34623
34628
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34637,7 +34642,7 @@ var paymentMethodEnum = createCommonjsModule(function (module, exports) {
34637
34642
  * pollination-server
34638
34643
  * Pollination Server OpenAPI Definition
34639
34644
  *
34640
- * The version of the OpenAPI document: 0.28.1
34645
+ * The version of the OpenAPI document: 0.31.0
34641
34646
  * Contact: info@pollination.cloud
34642
34647
  *
34643
34648
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34659,7 +34664,7 @@ var permission = createCommonjsModule(function (module, exports) {
34659
34664
  * pollination-server
34660
34665
  * Pollination Server OpenAPI Definition
34661
34666
  *
34662
- * The version of the OpenAPI document: 0.28.1
34667
+ * The version of the OpenAPI document: 0.31.0
34663
34668
  * Contact: info@pollination.cloud
34664
34669
  *
34665
34670
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34682,7 +34687,7 @@ var planType = createCommonjsModule(function (module, exports) {
34682
34687
  * pollination-server
34683
34688
  * Pollination Server OpenAPI Definition
34684
34689
  *
34685
- * The version of the OpenAPI document: 0.28.1
34690
+ * The version of the OpenAPI document: 0.31.0
34686
34691
  * Contact: info@pollination.cloud
34687
34692
  *
34688
34693
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34705,7 +34710,7 @@ exports.PlanType = void 0;
34705
34710
  * pollination-server
34706
34711
  * Pollination Server OpenAPI Definition
34707
34712
  *
34708
- * The version of the OpenAPI document: 0.28.1
34713
+ * The version of the OpenAPI document: 0.31.0
34709
34714
  * Contact: info@pollination.cloud
34710
34715
  *
34711
34716
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34724,7 +34729,7 @@ var plugin = /*#__PURE__*/Object.freeze({
34724
34729
  * pollination-server
34725
34730
  * Pollination Server OpenAPI Definition
34726
34731
  *
34727
- * The version of the OpenAPI document: 0.28.1
34732
+ * The version of the OpenAPI document: 0.31.0
34728
34733
  * Contact: info@pollination.cloud
34729
34734
  *
34730
34735
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34743,7 +34748,7 @@ var pluginConfig = /*#__PURE__*/Object.freeze({
34743
34748
  * pollination-server
34744
34749
  * Pollination Server OpenAPI Definition
34745
34750
  *
34746
- * The version of the OpenAPI document: 0.28.1
34751
+ * The version of the OpenAPI document: 0.31.0
34747
34752
  * Contact: info@pollination.cloud
34748
34753
  *
34749
34754
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34762,7 +34767,7 @@ var pluginPackage = /*#__PURE__*/Object.freeze({
34762
34767
  * pollination-server
34763
34768
  * Pollination Server OpenAPI Definition
34764
34769
  *
34765
- * The version of the OpenAPI document: 0.28.1
34770
+ * The version of the OpenAPI document: 0.31.0
34766
34771
  * Contact: info@pollination.cloud
34767
34772
  *
34768
34773
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34781,7 +34786,7 @@ var pluginPackageList = /*#__PURE__*/Object.freeze({
34781
34786
  * pollination-server
34782
34787
  * Pollination Server OpenAPI Definition
34783
34788
  *
34784
- * The version of the OpenAPI document: 0.28.1
34789
+ * The version of the OpenAPI document: 0.31.0
34785
34790
  * Contact: info@pollination.cloud
34786
34791
  *
34787
34792
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34800,7 +34805,7 @@ var policySubject = /*#__PURE__*/Object.freeze({
34800
34805
  * pollination-server
34801
34806
  * Pollination Server OpenAPI Definition
34802
34807
  *
34803
- * The version of the OpenAPI document: 0.28.1
34808
+ * The version of the OpenAPI document: 0.31.0
34804
34809
  * Contact: info@pollination.cloud
34805
34810
  *
34806
34811
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34819,7 +34824,7 @@ var project = /*#__PURE__*/Object.freeze({
34819
34824
  * pollination-server
34820
34825
  * Pollination Server OpenAPI Definition
34821
34826
  *
34822
- * The version of the OpenAPI document: 0.28.1
34827
+ * The version of the OpenAPI document: 0.31.0
34823
34828
  * Contact: info@pollination.cloud
34824
34829
  *
34825
34830
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34838,7 +34843,7 @@ var projectAccessPolicy = /*#__PURE__*/Object.freeze({
34838
34843
  * pollination-server
34839
34844
  * Pollination Server OpenAPI Definition
34840
34845
  *
34841
- * The version of the OpenAPI document: 0.28.1
34846
+ * The version of the OpenAPI document: 0.31.0
34842
34847
  * Contact: info@pollination.cloud
34843
34848
  *
34844
34849
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34857,7 +34862,7 @@ var projectAccessPolicyList = /*#__PURE__*/Object.freeze({
34857
34862
  * pollination-server
34858
34863
  * Pollination Server OpenAPI Definition
34859
34864
  *
34860
- * The version of the OpenAPI document: 0.28.1
34865
+ * The version of the OpenAPI document: 0.31.0
34861
34866
  * Contact: info@pollination.cloud
34862
34867
  *
34863
34868
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34876,7 +34881,7 @@ var projectCreate = /*#__PURE__*/Object.freeze({
34876
34881
  * pollination-server
34877
34882
  * Pollination Server OpenAPI Definition
34878
34883
  *
34879
- * The version of the OpenAPI document: 0.28.1
34884
+ * The version of the OpenAPI document: 0.31.0
34880
34885
  * Contact: info@pollination.cloud
34881
34886
  *
34882
34887
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34895,7 +34900,7 @@ var projectFolder = /*#__PURE__*/Object.freeze({
34895
34900
  * pollination-server
34896
34901
  * Pollination Server OpenAPI Definition
34897
34902
  *
34898
- * The version of the OpenAPI document: 0.28.1
34903
+ * The version of the OpenAPI document: 0.31.0
34899
34904
  * Contact: info@pollination.cloud
34900
34905
  *
34901
34906
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34914,7 +34919,7 @@ var projectList = /*#__PURE__*/Object.freeze({
34914
34919
  * pollination-server
34915
34920
  * Pollination Server OpenAPI Definition
34916
34921
  *
34917
- * The version of the OpenAPI document: 0.28.1
34922
+ * The version of the OpenAPI document: 0.31.0
34918
34923
  * Contact: info@pollination.cloud
34919
34924
  *
34920
34925
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34933,7 +34938,7 @@ var projectPolicySubject = /*#__PURE__*/Object.freeze({
34933
34938
  * pollination-server
34934
34939
  * Pollination Server OpenAPI Definition
34935
34940
  *
34936
- * The version of the OpenAPI document: 0.28.1
34941
+ * The version of the OpenAPI document: 0.31.0
34937
34942
  * Contact: info@pollination.cloud
34938
34943
  *
34939
34944
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34952,7 +34957,7 @@ var projectRecipeFilter = /*#__PURE__*/Object.freeze({
34952
34957
  * pollination-server
34953
34958
  * Pollination Server OpenAPI Definition
34954
34959
  *
34955
- * The version of the OpenAPI document: 0.28.1
34960
+ * The version of the OpenAPI document: 0.31.0
34956
34961
  * Contact: info@pollination.cloud
34957
34962
  *
34958
34963
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34972,7 +34977,7 @@ var projectSortKey = createCommonjsModule(function (module, exports) {
34972
34977
  * pollination-server
34973
34978
  * Pollination Server OpenAPI Definition
34974
34979
  *
34975
- * The version of the OpenAPI document: 0.28.1
34980
+ * The version of the OpenAPI document: 0.31.0
34976
34981
  * Contact: info@pollination.cloud
34977
34982
  *
34978
34983
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34994,7 +34999,7 @@ exports.ProjectSortKey = void 0;
34994
34999
  * pollination-server
34995
35000
  * Pollination Server OpenAPI Definition
34996
35001
  *
34997
- * The version of the OpenAPI document: 0.28.1
35002
+ * The version of the OpenAPI document: 0.31.0
34998
35003
  * Contact: info@pollination.cloud
34999
35004
  *
35000
35005
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35013,7 +35018,7 @@ var projectUpdate = /*#__PURE__*/Object.freeze({
35013
35018
  * pollination-server
35014
35019
  * Pollination Server OpenAPI Definition
35015
35020
  *
35016
- * The version of the OpenAPI document: 0.28.1
35021
+ * The version of the OpenAPI document: 0.31.0
35017
35022
  * Contact: info@pollination.cloud
35018
35023
  *
35019
35024
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35032,7 +35037,7 @@ var publicAccountList = /*#__PURE__*/Object.freeze({
35032
35037
  * pollination-server
35033
35038
  * Pollination Server OpenAPI Definition
35034
35039
  *
35035
- * The version of the OpenAPI document: 0.28.1
35040
+ * The version of the OpenAPI document: 0.31.0
35036
35041
  * Contact: info@pollination.cloud
35037
35042
  *
35038
35043
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35051,7 +35056,7 @@ var quota = /*#__PURE__*/Object.freeze({
35051
35056
  * pollination-server
35052
35057
  * Pollination Server OpenAPI Definition
35053
35058
  *
35054
- * The version of the OpenAPI document: 0.28.1
35059
+ * The version of the OpenAPI document: 0.31.0
35055
35060
  * Contact: info@pollination.cloud
35056
35061
  *
35057
35062
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35070,7 +35075,7 @@ var quotaList = /*#__PURE__*/Object.freeze({
35070
35075
  * pollination-server
35071
35076
  * Pollination Server OpenAPI Definition
35072
35077
  *
35073
- * The version of the OpenAPI document: 0.28.1
35078
+ * The version of the OpenAPI document: 0.31.0
35074
35079
  * Contact: info@pollination.cloud
35075
35080
  *
35076
35081
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35090,7 +35095,7 @@ var quotaType = createCommonjsModule(function (module, exports) {
35090
35095
  * pollination-server
35091
35096
  * Pollination Server OpenAPI Definition
35092
35097
  *
35093
- * The version of the OpenAPI document: 0.28.1
35098
+ * The version of the OpenAPI document: 0.31.0
35094
35099
  * Contact: info@pollination.cloud
35095
35100
  *
35096
35101
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35122,7 +35127,7 @@ exports.QuotaType = void 0;
35122
35127
  * pollination-server
35123
35128
  * Pollination Server OpenAPI Definition
35124
35129
  *
35125
- * The version of the OpenAPI document: 0.28.1
35130
+ * The version of the OpenAPI document: 0.31.0
35126
35131
  * Contact: info@pollination.cloud
35127
35132
  *
35128
35133
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35141,7 +35146,7 @@ var recipe = /*#__PURE__*/Object.freeze({
35141
35146
  * pollination-server
35142
35147
  * Pollination Server OpenAPI Definition
35143
35148
  *
35144
- * The version of the OpenAPI document: 0.28.1
35149
+ * The version of the OpenAPI document: 0.31.0
35145
35150
  * Contact: info@pollination.cloud
35146
35151
  *
35147
35152
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35160,7 +35165,7 @@ var recipeInterface = /*#__PURE__*/Object.freeze({
35160
35165
  * pollination-server
35161
35166
  * Pollination Server OpenAPI Definition
35162
35167
  *
35163
- * The version of the OpenAPI document: 0.28.1
35168
+ * The version of the OpenAPI document: 0.31.0
35164
35169
  * Contact: info@pollination.cloud
35165
35170
  *
35166
35171
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35179,7 +35184,7 @@ var recipeInterfaceList = /*#__PURE__*/Object.freeze({
35179
35184
  * pollination-server
35180
35185
  * Pollination Server OpenAPI Definition
35181
35186
  *
35182
- * The version of the OpenAPI document: 0.28.1
35187
+ * The version of the OpenAPI document: 0.31.0
35183
35188
  * Contact: info@pollination.cloud
35184
35189
  *
35185
35190
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35198,7 +35203,7 @@ var recipePackage = /*#__PURE__*/Object.freeze({
35198
35203
  * pollination-server
35199
35204
  * Pollination Server OpenAPI Definition
35200
35205
  *
35201
- * The version of the OpenAPI document: 0.28.1
35206
+ * The version of the OpenAPI document: 0.31.0
35202
35207
  * Contact: info@pollination.cloud
35203
35208
  *
35204
35209
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35217,7 +35222,7 @@ var recipePackageList = /*#__PURE__*/Object.freeze({
35217
35222
  * pollination-server
35218
35223
  * Pollination Server OpenAPI Definition
35219
35224
  *
35220
- * The version of the OpenAPI document: 0.28.1
35225
+ * The version of the OpenAPI document: 0.31.0
35221
35226
  * Contact: info@pollination.cloud
35222
35227
  *
35223
35228
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35236,7 +35241,7 @@ var repository = /*#__PURE__*/Object.freeze({
35236
35241
  * pollination-server
35237
35242
  * Pollination Server OpenAPI Definition
35238
35243
  *
35239
- * The version of the OpenAPI document: 0.28.1
35244
+ * The version of the OpenAPI document: 0.31.0
35240
35245
  * Contact: info@pollination.cloud
35241
35246
  *
35242
35247
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35255,7 +35260,7 @@ var repositoryAccessPolicy = /*#__PURE__*/Object.freeze({
35255
35260
  * pollination-server
35256
35261
  * Pollination Server OpenAPI Definition
35257
35262
  *
35258
- * The version of the OpenAPI document: 0.28.1
35263
+ * The version of the OpenAPI document: 0.31.0
35259
35264
  * Contact: info@pollination.cloud
35260
35265
  *
35261
35266
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35274,7 +35279,7 @@ var repositoryAccessPolicyList = /*#__PURE__*/Object.freeze({
35274
35279
  * pollination-server
35275
35280
  * Pollination Server OpenAPI Definition
35276
35281
  *
35277
- * The version of the OpenAPI document: 0.28.1
35282
+ * The version of the OpenAPI document: 0.31.0
35278
35283
  * Contact: info@pollination.cloud
35279
35284
  *
35280
35285
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35293,7 +35298,7 @@ var repositoryCreate = /*#__PURE__*/Object.freeze({
35293
35298
  * pollination-server
35294
35299
  * Pollination Server OpenAPI Definition
35295
35300
  *
35296
- * The version of the OpenAPI document: 0.28.1
35301
+ * The version of the OpenAPI document: 0.31.0
35297
35302
  * Contact: info@pollination.cloud
35298
35303
  *
35299
35304
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35312,7 +35317,7 @@ var repositoryIndex = /*#__PURE__*/Object.freeze({
35312
35317
  * pollination-server
35313
35318
  * Pollination Server OpenAPI Definition
35314
35319
  *
35315
- * The version of the OpenAPI document: 0.28.1
35320
+ * The version of the OpenAPI document: 0.31.0
35316
35321
  * Contact: info@pollination.cloud
35317
35322
  *
35318
35323
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35331,7 +35336,7 @@ var repositoryList = /*#__PURE__*/Object.freeze({
35331
35336
  * pollination-server
35332
35337
  * Pollination Server OpenAPI Definition
35333
35338
  *
35334
- * The version of the OpenAPI document: 0.28.1
35339
+ * The version of the OpenAPI document: 0.31.0
35335
35340
  * Contact: info@pollination.cloud
35336
35341
  *
35337
35342
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35350,7 +35355,7 @@ var repositoryMetadata = /*#__PURE__*/Object.freeze({
35350
35355
  * pollination-server
35351
35356
  * Pollination Server OpenAPI Definition
35352
35357
  *
35353
- * The version of the OpenAPI document: 0.28.1
35358
+ * The version of the OpenAPI document: 0.31.0
35354
35359
  * Contact: info@pollination.cloud
35355
35360
  *
35356
35361
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35370,7 +35375,7 @@ var repositorySortKey = createCommonjsModule(function (module, exports) {
35370
35375
  * pollination-server
35371
35376
  * Pollination Server OpenAPI Definition
35372
35377
  *
35373
- * The version of the OpenAPI document: 0.28.1
35378
+ * The version of the OpenAPI document: 0.31.0
35374
35379
  * Contact: info@pollination.cloud
35375
35380
  *
35376
35381
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35393,7 +35398,7 @@ exports.RepositorySortKey = void 0;
35393
35398
  * pollination-server
35394
35399
  * Pollination Server OpenAPI Definition
35395
35400
  *
35396
- * The version of the OpenAPI document: 0.28.1
35401
+ * The version of the OpenAPI document: 0.31.0
35397
35402
  * Contact: info@pollination.cloud
35398
35403
  *
35399
35404
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35412,7 +35417,7 @@ var repositoryUpdate = /*#__PURE__*/Object.freeze({
35412
35417
  * pollination-server
35413
35418
  * Pollination Server OpenAPI Definition
35414
35419
  *
35415
- * The version of the OpenAPI document: 0.28.1
35420
+ * The version of the OpenAPI document: 0.31.0
35416
35421
  * Contact: info@pollination.cloud
35417
35422
  *
35418
35423
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35431,7 +35436,7 @@ var repositoryUserPermissions = /*#__PURE__*/Object.freeze({
35431
35436
  * pollination-server
35432
35437
  * Pollination Server OpenAPI Definition
35433
35438
  *
35434
- * The version of the OpenAPI document: 0.28.1
35439
+ * The version of the OpenAPI document: 0.31.0
35435
35440
  * Contact: info@pollination.cloud
35436
35441
  *
35437
35442
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35451,7 +35456,7 @@ var roleEnum = createCommonjsModule(function (module, exports) {
35451
35456
  * pollination-server
35452
35457
  * Pollination Server OpenAPI Definition
35453
35458
  *
35454
- * The version of the OpenAPI document: 0.28.1
35459
+ * The version of the OpenAPI document: 0.31.0
35455
35460
  * Contact: info@pollination.cloud
35456
35461
  *
35457
35462
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35472,7 +35477,7 @@ exports.RoleEnum = void 0;
35472
35477
  * pollination-server
35473
35478
  * Pollination Server OpenAPI Definition
35474
35479
  *
35475
- * The version of the OpenAPI document: 0.28.1
35480
+ * The version of the OpenAPI document: 0.31.0
35476
35481
  * Contact: info@pollination.cloud
35477
35482
  *
35478
35483
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35491,7 +35496,7 @@ var run = /*#__PURE__*/Object.freeze({
35491
35496
  * pollination-server
35492
35497
  * Pollination Server OpenAPI Definition
35493
35498
  *
35494
- * The version of the OpenAPI document: 0.28.1
35499
+ * The version of the OpenAPI document: 0.31.0
35495
35500
  * Contact: info@pollination.cloud
35496
35501
  *
35497
35502
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35510,7 +35515,7 @@ var runList = /*#__PURE__*/Object.freeze({
35510
35515
  * pollination-server
35511
35516
  * Pollination Server OpenAPI Definition
35512
35517
  *
35513
- * The version of the OpenAPI document: 0.28.1
35518
+ * The version of the OpenAPI document: 0.31.0
35514
35519
  * Contact: info@pollination.cloud
35515
35520
  *
35516
35521
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35529,7 +35534,7 @@ var runMeta = /*#__PURE__*/Object.freeze({
35529
35534
  * pollination-server
35530
35535
  * Pollination Server OpenAPI Definition
35531
35536
  *
35532
- * The version of the OpenAPI document: 0.28.1
35537
+ * The version of the OpenAPI document: 0.31.0
35533
35538
  * Contact: info@pollination.cloud
35534
35539
  *
35535
35540
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35548,7 +35553,7 @@ var runProgress = /*#__PURE__*/Object.freeze({
35548
35553
  * pollination-server
35549
35554
  * Pollination Server OpenAPI Definition
35550
35555
  *
35551
- * The version of the OpenAPI document: 0.28.1
35556
+ * The version of the OpenAPI document: 0.31.0
35552
35557
  * Contact: info@pollination.cloud
35553
35558
  *
35554
35559
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35567,7 +35572,7 @@ var runResultList = /*#__PURE__*/Object.freeze({
35567
35572
  * pollination-server
35568
35573
  * Pollination Server OpenAPI Definition
35569
35574
  *
35570
- * The version of the OpenAPI document: 0.28.1
35575
+ * The version of the OpenAPI document: 0.31.0
35571
35576
  * Contact: info@pollination.cloud
35572
35577
  *
35573
35578
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35587,7 +35592,7 @@ var runStatusEnum = createCommonjsModule(function (module, exports) {
35587
35592
  * pollination-server
35588
35593
  * Pollination Server OpenAPI Definition
35589
35594
  *
35590
- * The version of the OpenAPI document: 0.28.1
35595
+ * The version of the OpenAPI document: 0.31.0
35591
35596
  * Contact: info@pollination.cloud
35592
35597
  *
35593
35598
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35614,7 +35619,7 @@ exports.RunStatusEnum = void 0;
35614
35619
  * pollination-server
35615
35620
  * Pollination Server OpenAPI Definition
35616
35621
  *
35617
- * The version of the OpenAPI document: 0.28.1
35622
+ * The version of the OpenAPI document: 0.31.0
35618
35623
  * Contact: info@pollination.cloud
35619
35624
  *
35620
35625
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35633,7 +35638,7 @@ var s3 = /*#__PURE__*/Object.freeze({
35633
35638
  * pollination-server
35634
35639
  * Pollination Server OpenAPI Definition
35635
35640
  *
35636
- * The version of the OpenAPI document: 0.28.1
35641
+ * The version of the OpenAPI document: 0.31.0
35637
35642
  * Contact: info@pollination.cloud
35638
35643
  *
35639
35644
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35653,7 +35658,7 @@ var sortEnum = createCommonjsModule(function (module, exports) {
35653
35658
  * pollination-server
35654
35659
  * Pollination Server OpenAPI Definition
35655
35660
  *
35656
- * The version of the OpenAPI document: 0.28.1
35661
+ * The version of the OpenAPI document: 0.31.0
35657
35662
  * Contact: info@pollination.cloud
35658
35663
  *
35659
35664
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35675,7 +35680,7 @@ var statusType = createCommonjsModule(function (module, exports) {
35675
35680
  * pollination-server
35676
35681
  * Pollination Server OpenAPI Definition
35677
35682
  *
35678
- * The version of the OpenAPI document: 0.28.1
35683
+ * The version of the OpenAPI document: 0.31.0
35679
35684
  * Contact: info@pollination.cloud
35680
35685
  *
35681
35686
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35698,7 +35703,7 @@ exports.StatusType = void 0;
35698
35703
  * pollination-server
35699
35704
  * Pollination Server OpenAPI Definition
35700
35705
  *
35701
- * The version of the OpenAPI document: 0.28.1
35706
+ * The version of the OpenAPI document: 0.31.0
35702
35707
  * Contact: info@pollination.cloud
35703
35708
  *
35704
35709
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35717,7 +35722,7 @@ var stepArrayInput = /*#__PURE__*/Object.freeze({
35717
35722
  * pollination-server
35718
35723
  * Pollination Server OpenAPI Definition
35719
35724
  *
35720
- * The version of the OpenAPI document: 0.28.1
35725
+ * The version of the OpenAPI document: 0.31.0
35721
35726
  * Contact: info@pollination.cloud
35722
35727
  *
35723
35728
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35736,7 +35741,7 @@ var stepArrayOutput = /*#__PURE__*/Object.freeze({
35736
35741
  * pollination-server
35737
35742
  * Pollination Server OpenAPI Definition
35738
35743
  *
35739
- * The version of the OpenAPI document: 0.28.1
35744
+ * The version of the OpenAPI document: 0.31.0
35740
35745
  * Contact: info@pollination.cloud
35741
35746
  *
35742
35747
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35755,7 +35760,7 @@ var stepBooleanInput = /*#__PURE__*/Object.freeze({
35755
35760
  * pollination-server
35756
35761
  * Pollination Server OpenAPI Definition
35757
35762
  *
35758
- * The version of the OpenAPI document: 0.28.1
35763
+ * The version of the OpenAPI document: 0.31.0
35759
35764
  * Contact: info@pollination.cloud
35760
35765
  *
35761
35766
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35774,7 +35779,7 @@ var stepBooleanOutput = /*#__PURE__*/Object.freeze({
35774
35779
  * pollination-server
35775
35780
  * Pollination Server OpenAPI Definition
35776
35781
  *
35777
- * The version of the OpenAPI document: 0.28.1
35782
+ * The version of the OpenAPI document: 0.31.0
35778
35783
  * Contact: info@pollination.cloud
35779
35784
  *
35780
35785
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35793,7 +35798,7 @@ var stepFileInput = /*#__PURE__*/Object.freeze({
35793
35798
  * pollination-server
35794
35799
  * Pollination Server OpenAPI Definition
35795
35800
  *
35796
- * The version of the OpenAPI document: 0.28.1
35801
+ * The version of the OpenAPI document: 0.31.0
35797
35802
  * Contact: info@pollination.cloud
35798
35803
  *
35799
35804
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35812,7 +35817,7 @@ var stepFileOutput = /*#__PURE__*/Object.freeze({
35812
35817
  * pollination-server
35813
35818
  * Pollination Server OpenAPI Definition
35814
35819
  *
35815
- * The version of the OpenAPI document: 0.28.1
35820
+ * The version of the OpenAPI document: 0.31.0
35816
35821
  * Contact: info@pollination.cloud
35817
35822
  *
35818
35823
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35831,7 +35836,7 @@ var stepFolderInput = /*#__PURE__*/Object.freeze({
35831
35836
  * pollination-server
35832
35837
  * Pollination Server OpenAPI Definition
35833
35838
  *
35834
- * The version of the OpenAPI document: 0.28.1
35839
+ * The version of the OpenAPI document: 0.31.0
35835
35840
  * Contact: info@pollination.cloud
35836
35841
  *
35837
35842
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35850,7 +35855,7 @@ var stepFolderOutput = /*#__PURE__*/Object.freeze({
35850
35855
  * pollination-server
35851
35856
  * Pollination Server OpenAPI Definition
35852
35857
  *
35853
- * The version of the OpenAPI document: 0.28.1
35858
+ * The version of the OpenAPI document: 0.31.0
35854
35859
  * Contact: info@pollination.cloud
35855
35860
  *
35856
35861
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35869,7 +35874,7 @@ var stepIntegerInput = /*#__PURE__*/Object.freeze({
35869
35874
  * pollination-server
35870
35875
  * Pollination Server OpenAPI Definition
35871
35876
  *
35872
- * The version of the OpenAPI document: 0.28.1
35877
+ * The version of the OpenAPI document: 0.31.0
35873
35878
  * Contact: info@pollination.cloud
35874
35879
  *
35875
35880
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35888,7 +35893,7 @@ var stepIntegerOutput = /*#__PURE__*/Object.freeze({
35888
35893
  * pollination-server
35889
35894
  * Pollination Server OpenAPI Definition
35890
35895
  *
35891
- * The version of the OpenAPI document: 0.28.1
35896
+ * The version of the OpenAPI document: 0.31.0
35892
35897
  * Contact: info@pollination.cloud
35893
35898
  *
35894
35899
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35907,7 +35912,7 @@ var stepJsonobjectInput = /*#__PURE__*/Object.freeze({
35907
35912
  * pollination-server
35908
35913
  * Pollination Server OpenAPI Definition
35909
35914
  *
35910
- * The version of the OpenAPI document: 0.28.1
35915
+ * The version of the OpenAPI document: 0.31.0
35911
35916
  * Contact: info@pollination.cloud
35912
35917
  *
35913
35918
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35926,7 +35931,7 @@ var stepJsonobjectOutput = /*#__PURE__*/Object.freeze({
35926
35931
  * pollination-server
35927
35932
  * Pollination Server OpenAPI Definition
35928
35933
  *
35929
- * The version of the OpenAPI document: 0.28.1
35934
+ * The version of the OpenAPI document: 0.31.0
35930
35935
  * Contact: info@pollination.cloud
35931
35936
  *
35932
35937
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35945,7 +35950,7 @@ var stepList = /*#__PURE__*/Object.freeze({
35945
35950
  * pollination-server
35946
35951
  * Pollination Server OpenAPI Definition
35947
35952
  *
35948
- * The version of the OpenAPI document: 0.28.1
35953
+ * The version of the OpenAPI document: 0.31.0
35949
35954
  * Contact: info@pollination.cloud
35950
35955
  *
35951
35956
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35964,7 +35969,7 @@ var stepNumberInput = /*#__PURE__*/Object.freeze({
35964
35969
  * pollination-server
35965
35970
  * Pollination Server OpenAPI Definition
35966
35971
  *
35967
- * The version of the OpenAPI document: 0.28.1
35972
+ * The version of the OpenAPI document: 0.31.0
35968
35973
  * Contact: info@pollination.cloud
35969
35974
  *
35970
35975
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35983,7 +35988,7 @@ var stepNumberOutput = /*#__PURE__*/Object.freeze({
35983
35988
  * pollination-server
35984
35989
  * Pollination Server OpenAPI Definition
35985
35990
  *
35986
- * The version of the OpenAPI document: 0.28.1
35991
+ * The version of the OpenAPI document: 0.31.0
35987
35992
  * Contact: info@pollination.cloud
35988
35993
  *
35989
35994
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36002,7 +36007,7 @@ var stepPathInput = /*#__PURE__*/Object.freeze({
36002
36007
  * pollination-server
36003
36008
  * Pollination Server OpenAPI Definition
36004
36009
  *
36005
- * The version of the OpenAPI document: 0.28.1
36010
+ * The version of the OpenAPI document: 0.31.0
36006
36011
  * Contact: info@pollination.cloud
36007
36012
  *
36008
36013
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36021,7 +36026,7 @@ var stepPathOutput = /*#__PURE__*/Object.freeze({
36021
36026
  * pollination-server
36022
36027
  * Pollination Server OpenAPI Definition
36023
36028
  *
36024
- * The version of the OpenAPI document: 0.28.1
36029
+ * The version of the OpenAPI document: 0.31.0
36025
36030
  * Contact: info@pollination.cloud
36026
36031
  *
36027
36032
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36041,7 +36046,7 @@ var stepStatusEnum = createCommonjsModule(function (module, exports) {
36041
36046
  * pollination-server
36042
36047
  * Pollination Server OpenAPI Definition
36043
36048
  *
36044
- * The version of the OpenAPI document: 0.28.1
36049
+ * The version of the OpenAPI document: 0.31.0
36045
36050
  * Contact: info@pollination.cloud
36046
36051
  *
36047
36052
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36066,7 +36071,7 @@ exports.StepStatusEnum = void 0;
36066
36071
  * pollination-server
36067
36072
  * Pollination Server OpenAPI Definition
36068
36073
  *
36069
- * The version of the OpenAPI document: 0.28.1
36074
+ * The version of the OpenAPI document: 0.31.0
36070
36075
  * Contact: info@pollination.cloud
36071
36076
  *
36072
36077
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36085,7 +36090,7 @@ var stepStringInput = /*#__PURE__*/Object.freeze({
36085
36090
  * pollination-server
36086
36091
  * Pollination Server OpenAPI Definition
36087
36092
  *
36088
- * The version of the OpenAPI document: 0.28.1
36093
+ * The version of the OpenAPI document: 0.31.0
36089
36094
  * Contact: info@pollination.cloud
36090
36095
  *
36091
36096
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36105,7 +36110,7 @@ var subjectType = createCommonjsModule(function (module, exports) {
36105
36110
  * pollination-server
36106
36111
  * Pollination Server OpenAPI Definition
36107
36112
  *
36108
- * The version of the OpenAPI document: 0.28.1
36113
+ * The version of the OpenAPI document: 0.31.0
36109
36114
  * Contact: info@pollination.cloud
36110
36115
  *
36111
36116
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36126,7 +36131,7 @@ exports.SubjectType = void 0;
36126
36131
  * pollination-server
36127
36132
  * Pollination Server OpenAPI Definition
36128
36133
  *
36129
- * The version of the OpenAPI document: 0.28.1
36134
+ * The version of the OpenAPI document: 0.31.0
36130
36135
  * Contact: info@pollination.cloud
36131
36136
  *
36132
36137
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36145,7 +36150,7 @@ var subscription = /*#__PURE__*/Object.freeze({
36145
36150
  * pollination-server
36146
36151
  * Pollination Server OpenAPI Definition
36147
36152
  *
36148
- * The version of the OpenAPI document: 0.28.1
36153
+ * The version of the OpenAPI document: 0.31.0
36149
36154
  * Contact: info@pollination.cloud
36150
36155
  *
36151
36156
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36164,7 +36169,7 @@ var subscriptionCreate = /*#__PURE__*/Object.freeze({
36164
36169
  * pollination-server
36165
36170
  * Pollination Server OpenAPI Definition
36166
36171
  *
36167
- * The version of the OpenAPI document: 0.28.1
36172
+ * The version of the OpenAPI document: 0.31.0
36168
36173
  * Contact: info@pollination.cloud
36169
36174
  *
36170
36175
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36183,7 +36188,7 @@ var subscriptionPayment = /*#__PURE__*/Object.freeze({
36183
36188
  * pollination-server
36184
36189
  * Pollination Server OpenAPI Definition
36185
36190
  *
36186
- * The version of the OpenAPI document: 0.28.1
36191
+ * The version of the OpenAPI document: 0.31.0
36187
36192
  * Contact: info@pollination.cloud
36188
36193
  *
36189
36194
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36202,7 +36207,7 @@ var subscriptionPlan = /*#__PURE__*/Object.freeze({
36202
36207
  * pollination-server
36203
36208
  * Pollination Server OpenAPI Definition
36204
36209
  *
36205
- * The version of the OpenAPI document: 0.28.1
36210
+ * The version of the OpenAPI document: 0.31.0
36206
36211
  * Contact: info@pollination.cloud
36207
36212
  *
36208
36213
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36221,7 +36226,7 @@ var subscriptionUpdate = /*#__PURE__*/Object.freeze({
36221
36226
  * pollination-server
36222
36227
  * Pollination Server OpenAPI Definition
36223
36228
  *
36224
- * The version of the OpenAPI document: 0.28.1
36229
+ * The version of the OpenAPI document: 0.31.0
36225
36230
  * Contact: info@pollination.cloud
36226
36231
  *
36227
36232
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36240,7 +36245,7 @@ var subscriptionUpdateDryRun = /*#__PURE__*/Object.freeze({
36240
36245
  * pollination-server
36241
36246
  * Pollination Server OpenAPI Definition
36242
36247
  *
36243
- * The version of the OpenAPI document: 0.28.1
36248
+ * The version of the OpenAPI document: 0.31.0
36244
36249
  * Contact: info@pollination.cloud
36245
36250
  *
36246
36251
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36259,7 +36264,7 @@ var taskArgument = /*#__PURE__*/Object.freeze({
36259
36264
  * pollination-server
36260
36265
  * Pollination Server OpenAPI Definition
36261
36266
  *
36262
- * The version of the OpenAPI document: 0.28.1
36267
+ * The version of the OpenAPI document: 0.31.0
36263
36268
  * Contact: info@pollination.cloud
36264
36269
  *
36265
36270
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36278,7 +36283,7 @@ var taskFileReference = /*#__PURE__*/Object.freeze({
36278
36283
  * pollination-server
36279
36284
  * Pollination Server OpenAPI Definition
36280
36285
  *
36281
- * The version of the OpenAPI document: 0.28.1
36286
+ * The version of the OpenAPI document: 0.31.0
36282
36287
  * Contact: info@pollination.cloud
36283
36288
  *
36284
36289
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36297,7 +36302,7 @@ var taskFolderReference = /*#__PURE__*/Object.freeze({
36297
36302
  * pollination-server
36298
36303
  * Pollination Server OpenAPI Definition
36299
36304
  *
36300
- * The version of the OpenAPI document: 0.28.1
36305
+ * The version of the OpenAPI document: 0.31.0
36301
36306
  * Contact: info@pollination.cloud
36302
36307
  *
36303
36308
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36316,7 +36321,7 @@ var taskPathArgument = /*#__PURE__*/Object.freeze({
36316
36321
  * pollination-server
36317
36322
  * Pollination Server OpenAPI Definition
36318
36323
  *
36319
- * The version of the OpenAPI document: 0.28.1
36324
+ * The version of the OpenAPI document: 0.31.0
36320
36325
  * Contact: info@pollination.cloud
36321
36326
  *
36322
36327
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36335,7 +36340,7 @@ var taskPathReference = /*#__PURE__*/Object.freeze({
36335
36340
  * pollination-server
36336
36341
  * Pollination Server OpenAPI Definition
36337
36342
  *
36338
- * The version of the OpenAPI document: 0.28.1
36343
+ * The version of the OpenAPI document: 0.31.0
36339
36344
  * Contact: info@pollination.cloud
36340
36345
  *
36341
36346
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36354,7 +36359,7 @@ var taskPathReturn = /*#__PURE__*/Object.freeze({
36354
36359
  * pollination-server
36355
36360
  * Pollination Server OpenAPI Definition
36356
36361
  *
36357
- * The version of the OpenAPI document: 0.28.1
36362
+ * The version of the OpenAPI document: 0.31.0
36358
36363
  * Contact: info@pollination.cloud
36359
36364
  *
36360
36365
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36373,7 +36378,7 @@ var taskReference = /*#__PURE__*/Object.freeze({
36373
36378
  * pollination-server
36374
36379
  * Pollination Server OpenAPI Definition
36375
36380
  *
36376
- * The version of the OpenAPI document: 0.28.1
36381
+ * The version of the OpenAPI document: 0.31.0
36377
36382
  * Contact: info@pollination.cloud
36378
36383
  *
36379
36384
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36392,7 +36397,7 @@ var taskReturn = /*#__PURE__*/Object.freeze({
36392
36397
  * pollination-server
36393
36398
  * Pollination Server OpenAPI Definition
36394
36399
  *
36395
- * The version of the OpenAPI document: 0.28.1
36400
+ * The version of the OpenAPI document: 0.31.0
36396
36401
  * Contact: info@pollination.cloud
36397
36402
  *
36398
36403
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36411,7 +36416,7 @@ var team = /*#__PURE__*/Object.freeze({
36411
36416
  * pollination-server
36412
36417
  * Pollination Server OpenAPI Definition
36413
36418
  *
36414
- * The version of the OpenAPI document: 0.28.1
36419
+ * The version of the OpenAPI document: 0.31.0
36415
36420
  * Contact: info@pollination.cloud
36416
36421
  *
36417
36422
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36430,7 +36435,7 @@ var teamCreate = /*#__PURE__*/Object.freeze({
36430
36435
  * pollination-server
36431
36436
  * Pollination Server OpenAPI Definition
36432
36437
  *
36433
- * The version of the OpenAPI document: 0.28.1
36438
+ * The version of the OpenAPI document: 0.31.0
36434
36439
  * Contact: info@pollination.cloud
36435
36440
  *
36436
36441
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36449,7 +36454,7 @@ var teamList = /*#__PURE__*/Object.freeze({
36449
36454
  * pollination-server
36450
36455
  * Pollination Server OpenAPI Definition
36451
36456
  *
36452
- * The version of the OpenAPI document: 0.28.1
36457
+ * The version of the OpenAPI document: 0.31.0
36453
36458
  * Contact: info@pollination.cloud
36454
36459
  *
36455
36460
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36468,7 +36473,7 @@ var teamMember = /*#__PURE__*/Object.freeze({
36468
36473
  * pollination-server
36469
36474
  * Pollination Server OpenAPI Definition
36470
36475
  *
36471
- * The version of the OpenAPI document: 0.28.1
36476
+ * The version of the OpenAPI document: 0.31.0
36472
36477
  * Contact: info@pollination.cloud
36473
36478
  *
36474
36479
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36488,7 +36493,7 @@ var teamRoleEnum = createCommonjsModule(function (module, exports) {
36488
36493
  * pollination-server
36489
36494
  * Pollination Server OpenAPI Definition
36490
36495
  *
36491
- * The version of the OpenAPI document: 0.28.1
36496
+ * The version of the OpenAPI document: 0.31.0
36492
36497
  * Contact: info@pollination.cloud
36493
36498
  *
36494
36499
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36509,7 +36514,7 @@ exports.TeamRoleEnum = void 0;
36509
36514
  * pollination-server
36510
36515
  * Pollination Server OpenAPI Definition
36511
36516
  *
36512
- * The version of the OpenAPI document: 0.28.1
36517
+ * The version of the OpenAPI document: 0.31.0
36513
36518
  * Contact: info@pollination.cloud
36514
36519
  *
36515
36520
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36528,7 +36533,7 @@ var teamUpdate = /*#__PURE__*/Object.freeze({
36528
36533
  * pollination-server
36529
36534
  * Pollination Server OpenAPI Definition
36530
36535
  *
36531
- * The version of the OpenAPI document: 0.28.1
36536
+ * The version of the OpenAPI document: 0.31.0
36532
36537
  * Contact: info@pollination.cloud
36533
36538
  *
36534
36539
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36547,7 +36552,7 @@ var templateFunction = /*#__PURE__*/Object.freeze({
36547
36552
  * pollination-server
36548
36553
  * Pollination Server OpenAPI Definition
36549
36554
  *
36550
- * The version of the OpenAPI document: 0.28.1
36555
+ * The version of the OpenAPI document: 0.31.0
36551
36556
  * Contact: info@pollination.cloud
36552
36557
  *
36553
36558
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36566,7 +36571,7 @@ var updateAccepted = /*#__PURE__*/Object.freeze({
36566
36571
  * pollination-server
36567
36572
  * Pollination Server OpenAPI Definition
36568
36573
  *
36569
- * The version of the OpenAPI document: 0.28.1
36574
+ * The version of the OpenAPI document: 0.31.0
36570
36575
  * Contact: info@pollination.cloud
36571
36576
  *
36572
36577
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36585,7 +36590,7 @@ var usage = /*#__PURE__*/Object.freeze({
36585
36590
  * pollination-server
36586
36591
  * Pollination Server OpenAPI Definition
36587
36592
  *
36588
- * The version of the OpenAPI document: 0.28.1
36593
+ * The version of the OpenAPI document: 0.31.0
36589
36594
  * Contact: info@pollination.cloud
36590
36595
  *
36591
36596
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36604,7 +36609,7 @@ var userCreate = /*#__PURE__*/Object.freeze({
36604
36609
  * pollination-server
36605
36610
  * Pollination Server OpenAPI Definition
36606
36611
  *
36607
- * The version of the OpenAPI document: 0.28.1
36612
+ * The version of the OpenAPI document: 0.31.0
36608
36613
  * Contact: info@pollination.cloud
36609
36614
  *
36610
36615
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36623,7 +36628,7 @@ var userPermission = /*#__PURE__*/Object.freeze({
36623
36628
  * pollination-server
36624
36629
  * Pollination Server OpenAPI Definition
36625
36630
  *
36626
- * The version of the OpenAPI document: 0.28.1
36631
+ * The version of the OpenAPI document: 0.31.0
36627
36632
  * Contact: info@pollination.cloud
36628
36633
  *
36629
36634
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36642,7 +36647,7 @@ var userPrivate = /*#__PURE__*/Object.freeze({
36642
36647
  * pollination-server
36643
36648
  * Pollination Server OpenAPI Definition
36644
36649
  *
36645
- * The version of the OpenAPI document: 0.28.1
36650
+ * The version of the OpenAPI document: 0.31.0
36646
36651
  * Contact: info@pollination.cloud
36647
36652
  *
36648
36653
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36661,7 +36666,7 @@ var userPublic = /*#__PURE__*/Object.freeze({
36661
36666
  * pollination-server
36662
36667
  * Pollination Server OpenAPI Definition
36663
36668
  *
36664
- * The version of the OpenAPI document: 0.28.1
36669
+ * The version of the OpenAPI document: 0.31.0
36665
36670
  * Contact: info@pollination.cloud
36666
36671
  *
36667
36672
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36680,7 +36685,7 @@ var userPublicList = /*#__PURE__*/Object.freeze({
36680
36685
  * pollination-server
36681
36686
  * Pollination Server OpenAPI Definition
36682
36687
  *
36683
- * The version of the OpenAPI document: 0.28.1
36688
+ * The version of the OpenAPI document: 0.31.0
36684
36689
  * Contact: info@pollination.cloud
36685
36690
  *
36686
36691
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36699,7 +36704,7 @@ var userUpdate = /*#__PURE__*/Object.freeze({
36699
36704
  * pollination-server
36700
36705
  * Pollination Server OpenAPI Definition
36701
36706
  *
36702
- * The version of the OpenAPI document: 0.28.1
36707
+ * The version of the OpenAPI document: 0.31.0
36703
36708
  * Contact: info@pollination.cloud
36704
36709
  *
36705
36710
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36718,7 +36723,7 @@ var validationError = /*#__PURE__*/Object.freeze({
36718
36723
  * pollination-server
36719
36724
  * Pollination Server OpenAPI Definition
36720
36725
  *
36721
- * The version of the OpenAPI document: 0.28.1
36726
+ * The version of the OpenAPI document: 0.31.0
36722
36727
  * Contact: info@pollination.cloud
36723
36728
  *
36724
36729
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36737,7 +36742,7 @@ var valueFileReference = /*#__PURE__*/Object.freeze({
36737
36742
  * pollination-server
36738
36743
  * Pollination Server OpenAPI Definition
36739
36744
  *
36740
- * The version of the OpenAPI document: 0.28.1
36745
+ * The version of the OpenAPI document: 0.31.0
36741
36746
  * Contact: info@pollination.cloud
36742
36747
  *
36743
36748
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36756,7 +36761,7 @@ var valueFolderReference = /*#__PURE__*/Object.freeze({
36756
36761
  * pollination-server
36757
36762
  * Pollination Server OpenAPI Definition
36758
36763
  *
36759
- * The version of the OpenAPI document: 0.28.1
36764
+ * The version of the OpenAPI document: 0.31.0
36760
36765
  * Contact: info@pollination.cloud
36761
36766
  *
36762
36767
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36775,7 +36780,7 @@ var valueListReference = /*#__PURE__*/Object.freeze({
36775
36780
  * pollination-server
36776
36781
  * Pollination Server OpenAPI Definition
36777
36782
  *
36778
- * The version of the OpenAPI document: 0.28.1
36783
+ * The version of the OpenAPI document: 0.31.0
36779
36784
  * Contact: info@pollination.cloud
36780
36785
  *
36781
36786
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36830,7 +36835,7 @@ var require$$21 = /*@__PURE__*/getAugmentedNamespace(billingInfo);
36830
36835
 
36831
36836
  var require$$22 = /*@__PURE__*/getAugmentedNamespace(billingOption);
36832
36837
 
36833
- var require$$23 = /*@__PURE__*/getAugmentedNamespace(bodyPostPluginOwnerPluginsPost);
36838
+ var require$$23 = /*@__PURE__*/getAugmentedNamespace(bodyCythonFunctionOrMethodOwnerPluginsPost);
36834
36839
 
36835
36840
  var require$$24 = /*@__PURE__*/getAugmentedNamespace(bodyPostRecipeOwnerRecipesPost);
36836
36841
 
@@ -37542,7 +37547,7 @@ var dist = createCommonjsModule(function (module, exports) {
37542
37547
  * pollination-server
37543
37548
  * Pollination Server OpenAPI Definition
37544
37549
  *
37545
- * The version of the OpenAPI document: 0.28.1
37550
+ * The version of the OpenAPI document: 0.31.0
37546
37551
  * Contact: info@pollination.cloud
37547
37552
  *
37548
37553
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -44206,17 +44211,21 @@ var CreateStudy = function (_a) {
44206
44211
  if (!basePath) {
44207
44212
  throw new Error('CreateStudy: client.configuration.basepath not defined.');
44208
44213
  }
44214
+ // for streamlit apps have to use window.open instead of window.location.href
44209
44215
  window.open("".concat(basePath, "/").concat(accountName, "/projects/").concat(projectName, "/studies/").concat(studyId));
44210
44216
  }, [basePath]);
44211
44217
  var handleCreateStudy = useCallback(function (name, data, description, localConfig) {
44212
44218
  if (!state || !state.recipe || !state.recipe.source) {
44213
44219
  return new Promise(function (resolve, reject) { return resolve(); });
44214
44220
  }
44221
+ var handleSuccess = createStudySuccess !== null && createStudySuccess !== void 0 ? createStudySuccess : handleCreateStudySuccess;
44222
+ // don't attempt navigation if the study is a local study
44223
+ var handleWebSuccess = localConfig && localConfig.isLocalJob ? handleSuccess : undefined;
44215
44224
  if (host !== 'web') {
44216
- return createLocalStudy({ name: name, recipe: state.recipe, description: description }, data, localConfig, createStudySuccess);
44225
+ return createLocalStudy({ name: name, recipe: state.recipe, description: description }, data, localConfig, handleWebSuccess);
44217
44226
  }
44218
44227
  else {
44219
- return createStudy({ name: name, recipe: state.recipe, description: description }, data, createStudySuccess !== null && createStudySuccess !== void 0 ? createStudySuccess : handleCreateStudySuccess);
44228
+ return createStudy({ name: name, recipe: state.recipe, description: description }, data, handleWebSuccess);
44220
44229
  }
44221
44230
  }, [state, host, createLocalStudy, createStudy, createStudySuccess, handleCreateStudySuccess]);
44222
44231
  return (React__default.createElement("div", { "data-testid": "CreateProject", style: __assign(__assign({}, defaultStyle), style) },
@@ -45578,12 +45587,7 @@ var RunCard = function (_a) {
45578
45587
  color: 'var(--slate10)',
45579
45588
  borderColor: 'var(--slate10)',
45580
45589
  backgroundColor: 'var(--slate2)',
45581
- } }, run ? "".concat(dayjs_min.duration(run.meta.resources_duration.cpu, 'seconds').format('HH:mm:ss'), " CPU time") : '--'),
45582
- React__default.createElement(Tag, { style: {
45583
- color: 'var(--slate10)',
45584
- borderColor: 'var(--slate10)',
45585
- backgroundColor: 'var(--slate2)',
45586
- } }, run ? "".concat(formatBytes(run.meta.resources_duration.memory), " storage") : '--')))))));
45590
+ } }, run ? "".concat(dayjs_min.duration(run.meta.resources_duration.cpu, 'seconds').format('HH:mm:ss'), " CPU time") : '--')))))));
45587
45591
  };
45588
45592
 
45589
45593
  var css_248z$1 = "";
@@ -46772,7 +46776,25 @@ var StudyCard = function (_a) {
46772
46776
  React__default.createElement("a", { href: study ? "/".concat(study.author.name) : '', target: '_blank', rel: "noreferrer", style: {
46773
46777
  fontSize: '1.125rem',
46774
46778
  color: 'var(--primary)'
46775
- } }, study ? ((_c = study.author.display_name) !== null && _c !== void 0 ? _c : study.author.name) : '--'))))),
46779
+ } }, study ? ((_c = study.author.display_name) !== null && _c !== void 0 ? _c : study.author.name) : '--'))),
46780
+ React__default.createElement("div", { style: {
46781
+ display: 'flex',
46782
+ flexDirection: 'column',
46783
+ } },
46784
+ React__default.createElement("span", { style: {
46785
+ fontWeight: 600,
46786
+ } }, "Usage"),
46787
+ React__default.createElement("div", { style: {
46788
+ display: 'flex',
46789
+ alignContent: 'center',
46790
+ gap: 8,
46791
+ flexWrap: 'wrap'
46792
+ } },
46793
+ React__default.createElement(Tag, { style: {
46794
+ color: 'var(--slate10)',
46795
+ borderColor: 'var(--slate10)',
46796
+ backgroundColor: 'var(--slate2)',
46797
+ } }, study ? "".concat(dayjs_min.duration(study.resources_duration.cpu, 'seconds').format('HH:mm:ss'), " CPU time") : '--'))))),
46776
46798
  runList && study &&
46777
46799
  React__default.createElement("div", { style: {
46778
46800
  width: '100%',